build packages.x86_64-linux.ghc981_all
1298.80 s
[attoparsec] In a stmt of a 'do' block:
1298.80 s
[attoparsec] case R.decimal ds of
1298.80 s
[attoparsec] Right (n, _)
1298.80 s
[attoparsec] -> return (if n < 256 then T.pack $ show n else T.empty)
1298.80 s
[attoparsec] Left _ -> return T.empty
1298.80 s
[attoparsec] In the expression:
1298.80 s
[attoparsec] do ds <- takeWhile1 isDigit
1298.80 s
[attoparsec] case R.decimal ds of
1298.80 s
[attoparsec] Right (n, _)
1298.80 s
[attoparsec] -> return (if n < 256 then T.pack $ show n else T.empty)
1298.80 s
[attoparsec] Left _ -> return T.empty
1298.80 s
[attoparsec] |
1298.80 s
[attoparsec] 298 | case R.decimal ds of
1298.80 s
[attoparsec] | ^^^^^^^^^
1298.80 s
[attoparsec]
1298.80 s
[attoparsec] tests/QC/IPv6/Internal.hs:304:5: warning : [ GHC-81995 ] [ -Wunused-do-bind ]
1298.80 s
[attoparsec] A do-notation statement discarded a result of type ‘T.Text’
1298.80 s
[attoparsec] Suggested fix: Suppress this warning by saying ‘_ <- string "::"’
1298.80 s
[attoparsec] |
1298.80 s
[attoparsec] 304 | string "::"
1298.80 s
[attoparsec] | ^^^^^^^^^^^
1298.80 s
[attoparsec]
1298.80 s
[attoparsec] tests/QC/IPv6/Internal.hs:309:5: warning : [ GHC-81995 ] [ -Wunused-do-bind ]
1298.80 s
[attoparsec] A do-notation statement discarded a result of type ‘T.Text’
1298.80 s
[attoparsec] Suggested fix: Suppress this warning by saying ‘_ <- string ":"’
1298.80 s
[attoparsec] |
1298.80 s
[attoparsec] 309 | string ":"
1298.80 s
[attoparsec] | ^^^^^^^^^^
1298.80 s
[attoparsec] [ 7 of 12] Compiling QC.Rechunked ( tests/QC/Rechunked.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Rechunked.o )
1298.80 s
[attoparsec] [ 8 of 12] Compiling QC.Simple ( tests/QC/Simple.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Simple.o )
1298.80 s
[attoparsec] [ 9 of 12] Compiling QC.Text.FastSet ( tests/QC/Text/FastSet.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/FastSet.o )
1298.80 s
[attoparsec] [10 of 12] Compiling QC.Text.Regressions ( tests/QC/Text/Regressions.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/Regressions.o )
1298.80 s
[attoparsec]
1298.80 s
[attoparsec] tests/QC/Text/Regressions.hs:12:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1298.80 s
[attoparsec] The import of ‘Data.Monoid’ is redundant
1298.80 s
[attoparsec] except perhaps to import instances from ‘Data.Monoid’
1298.80 s
[attoparsec] To import instances alone, use: import Data.Monoid()
1298.80 s
[attoparsec] |
1298.80 s
[attoparsec] 12 | import Data.Monoid ((<>))
1298.80 s
[attoparsec] | ^^^^^^^^^^^^^^^^^^^^^^^^^
1298.80 s
[attoparsec] [11 of 12] Compiling QC.Text ( tests/QC/Text.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text.o )
1298.80 s
[unordered-containers] [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.o, dist/build/Data/HashSet/Internal.dyn_o )
1298.80 s
[unordered-containers] [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o )
1298.80 s
[unordered-containers] [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o, dist/build/Data/HashMap/Strict.dyn_o )
1298.83 s
[unordered-containers] [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o, dist/build/Data/HashMap/Lazy.dyn_o )
1299.15 s
[unordered-containers]
1299.15 s
[unordered-containers] Data/HashMap/Internal.hs:12:14-23: warning : [ GHC-53692 ] [ -Wdeprecated-flags ]
1299.27 s
[unordered-containers] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
1299.27 s
[unordered-containers] |
1299.27 s
[unordered-containers] 12 | {-# LANGUAGE TypeInType #-}
1299.27 s
[unordered-containers] | ^^^^^^^^^^
1299.42 s
[unordered-containers] [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.p_o )
1299.62 s
[unordered-containers]
1299.62 s
[unordered-containers] Data/HashMap/Internal/Array.hs:83:1-35: warning : [ GHC-66111 ] [ -Wunused-imports ]
1299.62 s
[unordered-containers] The import of ‘Control.Applicative’ is redundant
1299.62 s
[unordered-containers] except perhaps to import instances from ‘Control.Applicative’
1299.62 s
[unordered-containers] To import instances alone, use: import Control.Applicative()
1299.62 s
[unordered-containers] |
1299.62 s
[unordered-containers] 83 | import Control.Applicative (liftA2)
1299.62 s
[unordered-containers] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1299.97 s
[attoparsec] [12 of 12] Compiling Main ( tests/QC.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/Main.o )
1300.77 s
[unordered-containers] [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.p_o )
1300.77 s
[unordered-containers] [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.p_o )
1300.82 s
[attoparsec] [13 of 13] Linking dist/build/attoparsec-tests/attoparsec-tests
1302.37 s
[attoparsec] buildPhase completed in 56 seconds
1302.37 s
[attoparsec] Phase: checkPhase
1302.41 s
[attoparsec] Running 1 test suites...
1302.42 s
[attoparsec] Test suite attoparsec-tests: RUNNING...
1302.43 s
[attoparsec] tests
1302.43 s
[attoparsec] bs
1302.43 s
[attoparsec] anyWord8: OK
1302.43 s
[attoparsec] +++ OK, passed 100 tests.
1302.43 s
[attoparsec] endOfInput: OK
1302.43 s
[attoparsec] +++ OK, passed 100 tests.
1302.43 s
[attoparsec] endOfLine: OK
1302.44 s
[attoparsec] +++ OK, failed as expected. Falsified, Falsified (after 3 tests and 1 shrink):
1302.44 s
[attoparsec] "\NUL"
1302.44 s
[attoparsec] '\NUL' /= '\n'
1302.44 s
[attoparsec]
1302.44 s
[attoparsec] ('\NUL',Nothing) /= ('\r',Just '\n')
1302.44 s
[attoparsec] notWord8: OK
1302.44 s
[attoparsec] +++ OK, passed 100 tests.
1302.44 s
[attoparsec] peekWord8: OK
1302.44 s
[attoparsec] +++ OK, passed 100 tests.
1302.44 s
[attoparsec] peekWord8': OK
1302.44 s
[attoparsec] +++ OK, passed 100 tests.
1302.44 s
[attoparsec] satisfy: OK
1302.44 s
[attoparsec] +++ OK, passed 100 tests.
1302.44 s
[attoparsec] satisfyWith: OK
1302.44 s
[attoparsec] +++ OK, passed 100 tests.
1302.44 s
[attoparsec] scan: OK
1302.44 s
[attoparsec] +++ OK, passed 100 tests.
1302.44 s
[attoparsec] skip: OK
1302.44 s
[attoparsec] +++ OK, failed as expected. Falsified (after 2 tests and 2 shrinks):
1302.44 s
[attoparsec] 0
1302.44 s
[attoparsec] "\NUL"
1302.44 s
[attoparsec] not (0 < 0)
1302.44 s
[attoparsec] skipWhile: OK
1302.44 s
[attoparsec] +++ OK, passed 100 tests.
1302.44 s
[attoparsec] string: OK
1302.44 s
[attoparsec] +++ OK, passed 100 tests.
1302.45 s
[attoparsec] stringCI: OK
1302.45 s
[attoparsec] +++ OK, passed 100 tests.
1302.45 s
[attoparsec] strings: OK
1302.45 s
[attoparsec] +++ OK, passed 100 tests.
1302.45 s
[attoparsec] take: OK
1302.45 s
[attoparsec] +++ OK, passed 100 tests.
1302.45 s
[attoparsec] takeByteString: OK
1302.45 s
[attoparsec] +++ OK, passed 100 tests.
1302.45 s
[attoparsec] takeCount: OK
1302.45 s
[attoparsec] +++ OK, passed 100 tests.
1302.45 s
[attoparsec] takeLazyByteString: OK
1302.45 s
[attoparsec] +++ OK, passed 100 tests.
1302.45 s
[attoparsec] takeTill: OK
1302.45 s
[attoparsec] +++ OK, passed 100 tests.
1302.45 s
[attoparsec] takeWhile: OK
1302.45 s
[attoparsec] +++ OK, passed 100 tests.
1302.45 s
[attoparsec] takeWhile1: OK
1302.45 s
[attoparsec] +++ OK, passed 100 tests.
1302.45 s
[attoparsec] takeWhile1_empty: OK
1302.45 s
[attoparsec] +++ OK, passed 1 test.
1302.46 s
[attoparsec] takeWhileIncluding: OK
1302.46 s
[attoparsec] +++ OK, passed 100 tests.
1302.46 s
[attoparsec] getChunk: OK
1302.46 s
[attoparsec] +++ OK, passed 100 tests.
1302.46 s
[attoparsec] word8: OK
1302.46 s
[attoparsec] +++ OK, passed 100 tests.
1302.46 s
[attoparsec] members: OK
1302.46 s
[attoparsec] +++ OK, passed 100 tests.
1302.47 s
[attoparsec] nonmembers: OK
1302.47 s
[attoparsec] +++ OK, passed 100 tests.
1302.47 s
[attoparsec] buf
1302.49 s
[attoparsec] b_unbuffer: OK (0.02s)
1302.49 s
[attoparsec] +++ OK, passed 100 tests.
1302.49 s
[attoparsec] t_unbuffer: OK (0.01s)
1302.49 s
[attoparsec] +++ OK, passed 100 tests.
1302.49 s
[attoparsec] t_unbuffer_three: OK
1302.49 s
[attoparsec] +++ OK, passed 1 test.
1302.51 s
[attoparsec] b_length: OK (0.02s)
1302.51 s
[attoparsec] +++ OK, passed 100 tests.
1302.53 s
[attoparsec] t_length: OK (0.01s)
1302.53 s
[attoparsec] +++ OK, passed 100 tests.
1302.54 s
[attoparsec] b_unsafeIndex: OK (0.02s)
1302.55 s
[attoparsec] +++ OK, passed 100 tests.
1302.55 s
[attoparsec] t_iter: OK
1302.55 s
[attoparsec] +++ OK, passed 100 tests.
1302.57 s
[attoparsec] t_iter_: OK (0.01s)
1302.57 s
[attoparsec] +++ OK, passed 100 tests.
1302.58 s
[attoparsec] b_unsafeDrop: OK (0.01s)
1302.58 s
[attoparsec] +++ OK, passed 100 tests.
1302.59 s
[attoparsec] t_dropCodeUnits: OK (0.01s)
1302.59 s
[attoparsec] +++ OK, passed 100 tests.
1302.59 s
[attoparsec] combinator
1302.59 s
[attoparsec] choice: OK (0.01s)
1302.59 s
[attoparsec] +++ OK, passed 100 tests.
1302.59 s
[attoparsec] count: OK
1302.59 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] lookAhead: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] match: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] simple
1302.60 s
[attoparsec] issue75: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] text
1302.60 s
[attoparsec] anyChar: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] asciiCI: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] char: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] endOfInput: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] endOfLine: OK
1302.60 s
[attoparsec] +++ OK, failed as expected. Falsified, Falsified (after 2 tests and 1 shrink):
1302.60 s
[attoparsec] "\NUL"
1302.60 s
[attoparsec] '\NUL' /= '\n'
1302.60 s
[attoparsec]
1302.60 s
[attoparsec] ('\NUL',Nothing) /= ('\r',Just '\n')
1302.60 s
[attoparsec] notChar: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] peekChar: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] peekChar': OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] satisfy: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] satisfyWith: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.60 s
[attoparsec] scan: OK
1302.60 s
[attoparsec] +++ OK, passed 100 tests.
1302.61 s
[attoparsec] skip: OK
1302.61 s
[attoparsec] +++ OK, failed as expected. Falsified (after 3 tests and 13 shrinks):
1302.61 s
[attoparsec] 'a'
1302.61 s
[attoparsec] "a"
1302.61 s
[attoparsec] not ('a' < 'a')
1302.61 s
[attoparsec] skipWhile: OK
1302.61 s
[attoparsec] +++ OK, passed 100 tests.
1302.61 s
[attoparsec] string: OK
1302.61 s
[attoparsec] +++ OK, passed 100 tests.
1302.61 s
[attoparsec] strings: OK
1302.61 s
[attoparsec] +++ OK, passed 100 tests.
1302.61 s
[attoparsec] stringCI: OK
1302.61 s
[attoparsec] +++ OK, passed 100 tests.
1302.61 s
[attoparsec] take: OK
1302.61 s
[attoparsec] +++ OK, passed 100 tests.
1302.61 s
[attoparsec] takeText: OK
1302.61 s
[attoparsec] +++ OK, passed 100 tests.
1302.61 s
[attoparsec] takeCount: OK
1302.61 s
[attoparsec] +++ OK, passed 100 tests.
1302.62 s
[attoparsec] takeLazyText: OK
1302.62 s
[attoparsec] +++ OK, passed 100 tests.
1302.62 s
[attoparsec] takeTill: OK
1302.62 s
[attoparsec] +++ OK, passed 100 tests.
1302.62 s
[attoparsec] takeWhile: OK
1302.62 s
[attoparsec] +++ OK, passed 100 tests.
1302.62 s
[attoparsec] takeWhile1: OK
1302.63 s
[attoparsec] +++ OK, passed 100 tests.
1302.63 s
[attoparsec] takeWhile1_empty: OK
1302.63 s
[attoparsec] +++ OK, passed 1 test.
1302.63 s
[attoparsec] members: OK
1302.63 s
[attoparsec] +++ OK, passed 100 tests.
1302.63 s
[attoparsec] nonmembers: OK
1302.63 s
[attoparsec] +++ OK, passed 100 tests.
1302.63 s
[attoparsec] FastSet
1302.63 s
[attoparsec] membership is correct: OK
1302.63 s
[attoparsec] +++ OK, passed 100 tests.
1302.63 s
[attoparsec] Regressions
1302.63 s
[attoparsec] issue105: OK
1302.63 s
[attoparsec] +++ OK, passed 100 tests.
1302.63 s
[attoparsec]
1302.63 s
[attoparsec] All 70 tests passed (0.20s)
1302.63 s
[attoparsec] Test suite attoparsec-tests: PASS
1302.63 s
[attoparsec] Test suite logged to: dist/test/attoparsec-0.14.4-attoparsec-tests.log
1302.63 s
[attoparsec] 1 of 1 test suites (1 of 1 test cases) passed.
1302.64 s
[attoparsec] Phase: haddockPhase
1302.65 s
[attoparsec] Phase: installPhase
1302.72 s
[attoparsec] Installing internal library attoparsec-internal in /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/attoparsec-0.14.4-EltmJBtr0Z5NUD2noq0wb-attoparsec-internal
1302.76 s
[attoparsec] Installing library in /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
1303.42 s
[attoparsec] Phase: fixupPhase
1303.44 s
[attoparsec] shrinking RPATHs of ELF executables and libraries in /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4
1303.44 s
[attoparsec] shrinking /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/libHSattoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ-ghc9.8.1.so
1303.47 s
[attoparsec] shrinking /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/libHSattoparsec-0.14.4-EltmJBtr0Z5NUD2noq0wb-attoparsec-internal-ghc9.8.1.so
1303.47 s
[attoparsec] checking for references to /build/ in /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4...
1303.52 s
[attoparsec] patching script interpreter paths in /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4
1303.53 s
[attoparsec] stripping (with command strip and flags -S -p) in /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4/lib
1304.05 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4
1304.55 s
[post-build-hook] Pushing 1 paths (76 are already present) using zstd to cache sellout ⏳
1304.55 s
[post-build-hook]
1304.92 s
[post-build-hook] Pushing /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4 (17.13 MiB)
1306.16 s
[post-build-hook]
1306.16 s
[post-build-hook] All done.
1306.19 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4
1306.25 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1306.27 s
[post-build-hook] copying 1 paths...
1306.27 s
[post-build-hook] copying path '/nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4' to 'https://cache.nix-ci.com'...
1311.98 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1312.24 s
[post-build-hook] copying 1 paths...
1312.24 s
[post-build-hook] copying path '/nix/store/ba9v9kxpn72hi2ljamy4iirah53f7rr8-attoparsec-0.14.4.drv' to 'https://cache.nix-ci.com'...
1312.51 s
Progress: 71 of 79 built (1 building), 178 of 178 downloaded from cache
1312.51 s
[unordered-containers] [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.p_o )
1312.63 s
[unordered-containers] [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.p_o )
1315.04 s
[unordered-containers] [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.p_o )
1315.04 s
[unordered-containers] [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.p_o )
1315.04 s
[unordered-containers] [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.p_o )
1315.16 s
[unordered-containers] [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.p_o )
1317.01 s
[unordered-containers] Preprocessing test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
1317.02 s
[unordered-containers] Building test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
1317.26 s
[unordered-containers] [1 of 9] Compiling Properties.List ( tests/Properties/List.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties/List.o )
1317.52 s
[unordered-containers] [2 of 9] Compiling Regressions ( tests/Regressions.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Regressions.o )
1317.52 s
[unordered-containers]
1317.52 s
[unordered-containers] tests/Regressions.hs:91:16: warning : [ GHC-63394 ] [ -Wx-partial ]
1317.52 s
[unordered-containers] In the use of ‘head’
1317.52 s
[unordered-containers] (imported from Prelude, but defined in GHC.List):
1317.52 s
[unordered-containers] "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
1317.52 s
[unordered-containers] |
1317.52 s
[unordered-containers] 91 | k = head keys
1317.52 s
[unordered-containers] | ^^^^
1320.55 s
[unordered-containers] [3 of 9] Compiling Util.Key ( tests/Util/Key.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Util/Key.o )
1320.55 s
[unordered-containers] [4 of 9] Compiling Strictness ( tests/Strictness.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Strictness.o )
1320.55 s
[unordered-containers] [5 of 9] Compiling Properties.HashSet ( tests/Properties/HashSet.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties/HashSet.o )
1320.55 s
[unordered-containers] [6 of 9] Compiling Properties.HashMapStrict ( tests/Properties/HashMapStrict.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties/HashMapStrict.o )
1327.56 s
[unordered-containers] [7 of 9] Compiling Properties.HashMapLazy ( tests/Properties/HashMapLazy.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties/HashMapLazy.o )
1327.59 s
[unordered-containers] [8 of 9] Compiling Properties ( tests/Properties.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties.o )
1327.59 s
[unordered-containers] [9 of 9] Compiling Main ( tests/Main.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Main.o )
1328.08 s
[unordered-containers] [10 of 10] Linking dist/build/unordered-containers-tests/unordered-containers-tests
1329.15 s
[unordered-containers] buildPhase completed in 47 seconds
1329.15 s
[unordered-containers] Phase: checkPhase
1329.18 s
[unordered-containers] Running 1 test suites...
1329.18 s
[unordered-containers] Test suite unordered-containers-tests: RUNNING...
1329.19 s
[unordered-containers] All
1329.19 s
[unordered-containers] Properties
1329.19 s
[unordered-containers] Data.HashMap.Lazy
1329.19 s
[unordered-containers] instances
1329.19 s
[unordered-containers] Eq
1329.20 s
[unordered-containers] ==: OK
1329.20 s
[unordered-containers] +++ OK, passed 100 tests.
1329.21 s
[unordered-containers] /=: OK (0.03s)
1329.21 s
[unordered-containers] +++ OK, passed 100 tests.
1329.21 s
[unordered-containers] Ord
1329.21 s
[unordered-containers] compare reflexive: OK
1329.21 s
[unordered-containers] +++ OK, passed 100 tests.
1329.21 s
[unordered-containers] compare transitive: OK (0.01s)
1329.21 s
[unordered-containers] +++ OK, passed 100 tests.
1329.21 s
[unordered-containers] compare antisymmetric: OK (0.01s)
1329.21 s
[unordered-containers] +++ OK, passed 100 tests.
1329.21 s
[unordered-containers] Ord => Eq: OK (0.01s)
1329.21 s
[unordered-containers] +++ OK, passed 100 tests.
1329.30 s
[unordered-containers] Read/Show: OK (0.11s)
1329.30 s
[unordered-containers] +++ OK, passed 100 tests.
1329.30 s
[unordered-containers] Functor: OK (0.03s)
1329.30 s
[unordered-containers] +++ OK, passed 100 tests.
1329.30 s
[unordered-containers] Foldable: OK (0.01s)
1329.30 s
[unordered-containers] +++ OK, passed 100 tests.
1329.30 s
[unordered-containers] Bifoldable
1329.30 s
[unordered-containers] bifoldMap: OK (0.02s)
1329.30 s
[unordered-containers] +++ OK, passed 100 tests.
1329.30 s
[unordered-containers] bifoldr: OK (0.01s)
1329.30 s
[unordered-containers] +++ OK, passed 100 tests.
1329.30 s
[unordered-containers] bifoldl: OK (0.03s)
1329.30 s
[unordered-containers] +++ OK, passed 100 tests.
1329.30 s
[unordered-containers] Hashable: OK (0.03s)
1329.30 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] empty
1329.31 s
[unordered-containers] valid: OK
1329.31 s
[unordered-containers] +++ OK, passed 1 test.
1329.31 s
[unordered-containers] singleton
1329.31 s
[unordered-containers] valid: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] size: OK (0.03s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] member: OK (0.02s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] lookup: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] !?: OK (0.02s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] insert
1329.31 s
[unordered-containers] model: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] valid: OK (0.01s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] insertWith
1329.31 s
[unordered-containers] insertWith: OK (0.01s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] valid: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] delete
1329.31 s
[unordered-containers] model: OK (0.01s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] valid: OK (0.01s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] adjust
1329.31 s
[unordered-containers] model: OK (0.02s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] valid: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] update
1329.31 s
[unordered-containers] model: OK (0.02s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] valid: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] alter
1329.31 s
[unordered-containers] model: OK (0.01s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] valid: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] alterF
1329.31 s
[unordered-containers] model
1329.31 s
[unordered-containers] []: OK (0.05s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] adjust: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] insert: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] insertWith: OK (0.02s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] delete: OK (0.01s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] lookup: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] valid: OK (0.02s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] isSubmapOf
1329.31 s
[unordered-containers] model: OK (0.01s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] m ⊆ m: OK (0.02s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] m1 ⊆ m1 ∪ m2: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] m1 ⊈ m2 ⇒ m1 ∪ m2 ⊈ m1: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests; 14 discarded.
1329.31 s
[unordered-containers] m1\m2 ⊆ m1: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] m1 ∩ m2 ≠ ∅ ⇒ m1 ⊈ m1\m2 : OK (0.01s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests; 186 discarded.
1329.31 s
[unordered-containers] delete k m ⊆ m: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests; 17 discarded.
1329.31 s
[unordered-containers] m ⊈ delete k m : OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests; 18 discarded.
1329.31 s
[unordered-containers] k ∉ m ⇒ m ⊆ insert k v m: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests; 9 discarded.
1329.31 s
[unordered-containers] k ∉ m ⇒ insert k v m ⊈ m: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests; 7 discarded.
1329.31 s
[unordered-containers] union
1329.31 s
[unordered-containers] model: OK (0.02s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] valid: OK (0.01s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] unionWith
1329.31 s
[unordered-containers] model: OK (0.02s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] valid: OK
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] unionWithKey
1329.31 s
[unordered-containers] model: OK (0.03s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] valid: OK (0.02s)
1329.31 s
[unordered-containers] +++ OK, passed 100 tests.
1329.31 s
[unordered-containers] unions
1330.25 s
[unordered-containers] model: OK (1.01s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] valid: OK (0.49s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] difference
1330.25 s
[unordered-containers] model: OK (0.02s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] valid: OK (0.01s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] differenceWith
1330.25 s
[unordered-containers] model: OK (0.03s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] valid: OK (0.01s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] intersection
1330.25 s
[unordered-containers] model: OK (0.01s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] valid: OK (0.01s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] intersectionWith
1330.25 s
[unordered-containers] model: OK (0.02s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] valid: OK
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] intersectionWithKey
1330.25 s
[unordered-containers] model: OK (0.03s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] valid: OK
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] compose
1330.25 s
[unordered-containers] valid: OK (0.01s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] map
1330.25 s
[unordered-containers] model: OK (0.03s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] valid: OK
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] traverseWithKey
1330.25 s
[unordered-containers] model: OK (0.31s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] valid: OK (0.01s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] mapKeys
1330.25 s
[unordered-containers] model: OK
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] valid: OK (0.33s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] foldr: OK (0.01s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] foldl: OK
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] foldrWithKey: OK
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] foldlWithKey: OK (0.01s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] foldrWithKey': OK (0.02s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] foldlWithKey': OK (0.02s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] foldl': OK
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] foldr': OK (0.01s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] foldMapWithKey: OK (0.01s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] filter
1330.25 s
[unordered-containers] model: OK (0.08s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] valid: OK (0.03s)
1330.25 s
[unordered-containers] +++ OK, passed 100 tests.
1330.25 s
[unordered-containers] filterWithKey
1330.55 s
[unordered-containers] model: OK (1.29s)
1330.55 s
[unordered-containers] +++ OK, passed 100 tests.
1330.55 s
[unordered-containers] valid: OK (0.56s)
1330.55 s
[unordered-containers] +++ OK, passed 100 tests.
1330.55 s
[unordered-containers] mapMaybe
1330.55 s
[unordered-containers] model: OK (0.10s)
1330.55 s
[unordered-containers] +++ OK, passed 100 tests.
1330.55 s
[unordered-containers] valid: OK (0.02s)
1330.55 s
[unordered-containers] +++ OK, passed 100 tests.
1330.55 s
[unordered-containers] mapMaybeWithKey
1330.63 s
[unordered-containers] model: OK (1.36s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.57s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] elems: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] keys: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] fromList
1330.63 s
[unordered-containers] model: OK (0.01s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] fromListWith
1330.63 s
[unordered-containers] model: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] fromListWithKey
1330.63 s
[unordered-containers] model: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.01s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] toList: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] Data.HashMap.Strict
1330.63 s
[unordered-containers] instances
1330.63 s
[unordered-containers] Eq
1330.63 s
[unordered-containers] ==: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] /=: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] Ord
1330.63 s
[unordered-containers] compare reflexive: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] compare transitive: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] compare antisymmetric: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] Ord => Eq: OK (0.04s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] Read/Show: OK (0.34s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] Functor: OK (0.11s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] Foldable: OK (0.01s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] Bifoldable
1330.63 s
[unordered-containers] bifoldMap: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] bifoldr: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] bifoldl: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] Hashable: OK (0.04s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] empty
1330.63 s
[unordered-containers] valid: OK
1330.63 s
[unordered-containers] +++ OK, passed 1 test.
1330.63 s
[unordered-containers] singleton
1330.63 s
[unordered-containers] valid: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] size: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] member: OK (0.01s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] lookup: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] !?: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] insert
1330.63 s
[unordered-containers] model: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] insertWith
1330.63 s
[unordered-containers] insertWith: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] delete
1330.63 s
[unordered-containers] model: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.01s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] adjust
1330.63 s
[unordered-containers] model: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] update
1330.63 s
[unordered-containers] model: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] alter
1330.63 s
[unordered-containers] model: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] alterF
1330.63 s
[unordered-containers] model
1330.63 s
[unordered-containers] []: OK (0.12s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] adjust: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] insert: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] insertWith: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] delete: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] lookup: OK (0.01s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.04s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] isSubmapOf
1330.63 s
[unordered-containers] model: OK (0.06s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] m ⊆ m: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] m1 ⊆ m1 ∪ m2: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] m1 ⊈ m2 ⇒ m1 ∪ m2 ⊈ m1: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests; 16 discarded.
1330.63 s
[unordered-containers] m1\m2 ⊆ m1: OK (0.05s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] m1 ∩ m2 ≠ ∅ ⇒ m1 ⊈ m1\m2 : OK (0.06s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests; 150 discarded.
1330.63 s
[unordered-containers] delete k m ⊆ m: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests; 18 discarded.
1330.63 s
[unordered-containers] m ⊈ delete k m : OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests; 17 discarded.
1330.63 s
[unordered-containers] k ∉ m ⇒ m ⊆ insert k v m: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests; 5 discarded.
1330.63 s
[unordered-containers] k ∉ m ⇒ insert k v m ⊈ m: OK (0.02s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests; 6 discarded.
1330.63 s
[unordered-containers] union
1330.63 s
[unordered-containers] model: OK (0.04s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] unionWith
1330.63 s
[unordered-containers] model: OK (0.10s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.07s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] unionWithKey
1330.63 s
[unordered-containers] model: OK (0.11s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.08s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] unions
1330.63 s
[unordered-containers] model: OK (1.10s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.77s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] difference
1330.63 s
[unordered-containers] model: OK (0.04s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.07s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] differenceWith
1330.63 s
[unordered-containers] model: OK (0.05s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.05s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] intersection
1330.63 s
[unordered-containers] model: OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.04s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] intersectionWith
1330.63 s
[unordered-containers] model: OK (0.08s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.04s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] intersectionWithKey
1330.63 s
[unordered-containers] model: OK (0.12s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.09s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] compose
1330.63 s
[unordered-containers] valid: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] map
1330.63 s
[unordered-containers] model: OK (0.06s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.06s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] traverseWithKey
1330.63 s
[unordered-containers] model: OK (0.20s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] mapKeys
1330.63 s
[unordered-containers] model: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.59s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] foldr: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] foldl: OK (0.04s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] foldrWithKey: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] foldlWithKey: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] foldrWithKey': OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] foldlWithKey': OK
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] foldl': OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] foldr': OK (0.04s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] foldMapWithKey: OK (0.03s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] filter
1330.63 s
[unordered-containers] model: OK (0.10s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] valid: OK (0.06s)
1330.63 s
[unordered-containers] +++ OK, passed 100 tests.
1330.63 s
[unordered-containers] filterWithKey
1330.68 s
[unordered-containers] model: OK (0.96s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] valid: OK (0.72s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] mapMaybe
1330.68 s
[unordered-containers] model: OK (0.09s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] valid: OK (0.08s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] mapMaybeWithKey
1330.68 s
[unordered-containers] model: OK (0.90s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] valid: OK (0.70s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] elems: OK (0.03s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] keys: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] fromList
1330.68 s
[unordered-containers] model: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] valid: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] fromListWith
1330.68 s
[unordered-containers] model: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] valid: OK (0.03s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] fromListWithKey
1330.68 s
[unordered-containers] model: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] valid: OK (0.05s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] toList: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] Data.HashSet
1330.68 s
[unordered-containers] instances
1330.68 s
[unordered-containers] Eq
1330.68 s
[unordered-containers] ==: OK (0.04s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] == permutations: OK (0.03s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] /=: OK (0.05s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] Ord
1330.68 s
[unordered-containers] compare reflexive: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] compare transitive: OK (0.03s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] compare antisymmetric: OK (0.03s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] Ord => Eq: OK (0.01s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] Read/Show: OK (0.36s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] Foldable: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] Hashable: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] size: OK (0.01s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] member: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] insert: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] delete: OK (0.04s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] union: OK (0.05s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] map: OK (0.66s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] foldr: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] foldl': OK (0.01s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] filter: OK (0.67s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] toList: OK (0.03s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] Data.HashMap.Internal.List
1330.68 s
[unordered-containers] isPermutationBy: OK (0.03s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] isPermutationBy of different length: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests; 17 discarded.
1330.68 s
[unordered-containers] pUnorderedCompare: OK (0.10s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] modelUnorderedCompare
1330.68 s
[unordered-containers] reflexive: OK (0.01s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] anti-symmetric: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] transitive: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] Regression tests
1330.68 s
[unordered-containers] issue32: OK
1330.68 s
[unordered-containers] issue39a: OK
1330.68 s
[unordered-containers] issue39b: OK (0.04s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] issue254 lazy: OK (0.01s)
1330.68 s
[unordered-containers] issue254 strict: OK
1330.68 s
[unordered-containers] issue379
1330.68 s
[unordered-containers] Lazy.unionWith: OK
1330.68 s
[unordered-containers] union: OK
1330.68 s
[unordered-containers] Strict.unionWith: OK
1330.68 s
[unordered-containers] Strict.unionWithKey: OK
1330.68 s
[unordered-containers] issue381
1330.68 s
[unordered-containers] mapMaybe: OK
1330.68 s
[unordered-containers] mapMaybeWithKey: OK
1330.68 s
[unordered-containers] issue382: OK
1330.68 s
[unordered-containers] issue383: OK
1330.68 s
[unordered-containers] issue420: OK
1330.68 s
[unordered-containers] Strictness
1330.68 s
[unordered-containers] HashMap.Strict
1330.68 s
[unordered-containers] singleton is key-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] singleton is value-strict: OK (0.02s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] member is key-strict: OK (0.01s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] lookup is key-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] lookupDefault is key-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] findWithDefault is key-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] ! is key-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] delete is key-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] adjust is key-strict: OK (0.05s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] adjust is value-strict: OK (0.04s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] insert is key-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] insert is value-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] insertWith is key-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] insertWith is value-strict: OK (0.07s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] fromList is key-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 1 test.
1330.68 s
[unordered-containers] fromList is value-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] fromListWith is key-strict: OK
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers] fromListWith is value-strict: OK (0.01s)
1330.68 s
[unordered-containers] +++ OK, passed 100 tests.
1330.68 s
[unordered-containers]
1330.68 s
[unordered-containers] All 256 tests passed (1.49s)
1330.70 s
[unordered-containers] Test suite unordered-containers-tests: PASS
1330.70 s
[unordered-containers] Test suite logged to:
1330.70 s
[unordered-containers] dist/test/unordered-containers-0.2.20-unordered-containers-tests.log
1330.70 s
[unordered-containers] 1 of 1 test suites (1 of 1 test cases) passed.
1330.71 s
[unordered-containers] Phase: haddockPhase
1330.87 s
[unordered-containers] Preprocessing library for unordered-containers-0.2.20..
1330.88 s
[unordered-containers] Running Haddock on library for unordered-containers-0.2.20..
1330.94 s
[unordered-containers] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1331.17 s
[unordered-containers]
1331.17 s
[unordered-containers] Data/HashMap/Internal.hs:12:14-23: warning : [ GHC-53692 ] [ -Wdeprecated-flags ]
1331.17 s
[unordered-containers] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
1331.17 s
[unordered-containers] |
1331.17 s
[unordered-containers] 12 | {-# LANGUAGE TypeInType #-}
1331.17 s
[unordered-containers] | ^^^^^^^^^^
1331.43 s
[unordered-containers] [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing )
1331.77 s
[unordered-containers]
1331.77 s
[unordered-containers] Data/HashMap/Internal/Array.hs:83:1-35: warning : [ GHC-66111 ] [ -Wunused-imports ]
1331.77 s
[unordered-containers] The import of ‘Control.Applicative’ is redundant
1331.77 s
[unordered-containers] except perhaps to import instances from ‘Control.Applicative’
1331.77 s
[unordered-containers] To import instances alone, use: import Control.Applicative()
1331.77 s
[unordered-containers] |
1331.77 s
[unordered-containers] 83 | import Control.Applicative (liftA2)
1331.77 s
[unordered-containers] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1331.79 s
[unordered-containers] [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, nothing )
1331.82 s
[unordered-containers] [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, nothing )
1333.02 s
[unordered-containers] [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, nothing )
1333.05 s
[unordered-containers] [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, nothing )
1333.19 s
[unordered-containers] [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, nothing )
1333.27 s
[unordered-containers] [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, nothing )
1333.27 s
[unordered-containers] [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, nothing )
1333.28 s
[unordered-containers] [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, nothing )
1333.28 s
[unordered-containers] Haddock coverage:
1333.29 s
[unordered-containers] 33% ( 16 / 48) in 'Data.HashMap.Internal.Array'
1333.29 s
[unordered-containers] Missing documentation for:
1333.29 s
[unordered-containers] Array (Data/HashMap/Internal/Array.hs:125)
1333.29 s
[unordered-containers] MArray (Data/HashMap/Internal/Array.hs:157)
1333.29 s
[unordered-containers] new_ (Data/HashMap/Internal/Array.hs:208)
1333.29 s
[unordered-containers] singleton (Data/HashMap/Internal/Array.hs:225)
1333.29 s
[unordered-containers] singletonM (Data/HashMap/Internal/Array.hs:229)
1333.29 s
[unordered-containers] snoc (Data/HashMap/Internal/Array.hs:233)
1333.29 s
[unordered-containers] pair (Data/HashMap/Internal/Array.hs:242)
1333.29 s
[unordered-containers] length (Data/HashMap/Internal/Array.hs:154)
1333.29 s
[unordered-containers] lengthM (Data/HashMap/Internal/Array.hs:162)
1333.29 s
[unordered-containers] read (Data/HashMap/Internal/Array.hs:249)
1333.29 s
[unordered-containers] write (Data/HashMap/Internal/Array.hs:255)
1333.29 s
[unordered-containers] index (Data/HashMap/Internal/Array.hs:262)
1333.29 s
[unordered-containers] indexM (Data/HashMap/Internal/Array.hs:274)
1333.29 s
[unordered-containers] index# (Data/HashMap/Internal/Array.hs:268)
1333.29 s
[unordered-containers] sameArray1 (Data/HashMap/Internal/Array.hs:140)
1333.29 s
[unordered-containers] unsafeFreeze (Data/HashMap/Internal/Array.hs:280)
1333.29 s
[unordered-containers] unsafeThaw (Data/HashMap/Internal/Array.hs:286)
1333.29 s
[unordered-containers] unsafeSameArray (Data/HashMap/Internal/Array.hs:136)
1333.29 s
[unordered-containers] run (Data/HashMap/Internal/Array.hs:292)
1333.29 s
[unordered-containers] cloneM (Data/HashMap/Internal/Array.hs:314)
1333.29 s
[unordered-containers] foldl (Data/HashMap/Internal/Array.hs:404)
1333.29 s
[unordered-containers] foldl' (Data/HashMap/Internal/Array.hs:375)
1333.29 s
[unordered-containers] foldr (Data/HashMap/Internal/Array.hs:394)
1333.29 s
[unordered-containers] foldr' (Data/HashMap/Internal/Array.hs:385)
1333.29 s
[unordered-containers] foldMap (Data/HashMap/Internal/Array.hs:417)
1333.29 s
[unordered-containers] thaw (Data/HashMap/Internal/Array.hs:436)
1333.29 s
[unordered-containers] map (Data/HashMap/Internal/Array.hs:461)
1333.29 s
[unordered-containers] traverse (Data/HashMap/Internal/Array.hs:537)
1333.29 s
[unordered-containers] traverse' (Data/HashMap/Internal/Array.hs:553)
1333.29 s
[unordered-containers] toList (Data/HashMap/Internal/Array.hs:529)
1333.29 s
[unordered-containers] fromList (Data/HashMap/Internal/Array.hs:494)
1333.29 s
[unordered-containers] fromList' (Data/HashMap/Internal/Array.hs:506)
1333.29 s
[unordered-containers] 25% ( 1 / 4) in 'Data.HashMap.Internal.List'
1333.29 s
[unordered-containers] Missing documentation for:
1333.29 s
[unordered-containers] isPermutationBy (Data/HashMap/Internal/List.hs:40)
1333.29 s
[unordered-containers] deleteBy (Data/HashMap/Internal/List.hs:83)
1333.29 s
[unordered-containers] unorderedCompare (Data/HashMap/Internal/List.hs:68)
1333.30 s
[unordered-containers] Warning: 'hash' is ambiguous. It is defined
1333.30 s
[unordered-containers] * in ‘Data.Hashable.Class’
1333.30 s
[unordered-containers] * at Data/HashMap/Internal.hs:183:1
1333.30 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.30 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.30 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:183:1
1333.30 s
[unordered-containers] Warning: 'Leaf' is ambiguous. It is defined
1333.30 s
[unordered-containers] * at Data/HashMap/Internal.hs:225:7
1333.30 s
[unordered-containers] * at Data/HashMap/Internal.hs:185:1
1333.30 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.30 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.30 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:185:1
1333.31 s
[unordered-containers] Warning: 'lookup' is ambiguous. It is defined
1333.31 s
[unordered-containers] * in ‘GHC.List’
1333.31 s
[unordered-containers] * at Data/HashMap/Internal.hs:632:1
1333.31 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.31 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.31 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:632:1
1333.32 s
[unordered-containers] Warning: 'update' is ambiguous. It is defined
1333.32 s
[unordered-containers] * at Data/HashMap/Internal.hs:1289:1
1333.32 s
[unordered-containers] * at Data/HashMap/Internal/Array.hs:341:1
1333.32 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.32 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.32 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Array.hs:341:1
1333.32 s
[unordered-containers] Warning: 'at' is out of scope.
1333.32 s
[unordered-containers] If you qualify the identifier, haddock can try to link it anyway.
1333.32 s
[unordered-containers] Warning: '!?' is ambiguous. It is defined
1333.32 s
[unordered-containers] * in ‘GHC.List’
1333.32 s
[unordered-containers] * at Data/HashMap/Internal.hs:741:1
1333.32 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.32 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.32 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:741:1
1333.33 s
[unordered-containers] Warning: 'index' is ambiguous. It is defined
1333.33 s
[unordered-containers] * at Data/HashMap/Internal.hs:2460:1
1333.33 s
[unordered-containers] * at Data/HashMap/Internal/Array.hs:262:1
1333.33 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.33 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.33 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Array.hs:262:1
1333.33 s
[unordered-containers] Warning: 'union' is ambiguous. It is defined
1333.33 s
[unordered-containers] * in ‘Data.OldList’
1333.33 s
[unordered-containers] * at Data/HashMap/Internal.hs:1586:1
1333.33 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.33 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.33 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:1586:1
1333.33 s
[unordered-containers] 88% ( 93 /105) in 'Data.HashMap.Internal'
1333.33 s
[unordered-containers] Missing documentation for:
1333.33 s
[unordered-containers] Leaf (Data/HashMap/Internal.hs:185)
1333.33 s
[unordered-containers] intersectionWithKey# (Data/HashMap/Internal.hs:1855)
1333.33 s
[unordered-containers] updateOrConcatWithKey (Data/HashMap/Internal.hs:2368)
1333.33 s
[unordered-containers] equalKeys (Data/HashMap/Internal.hs:511)
1333.33 s
[unordered-containers] equalKeys1 (Data/HashMap/Internal.hs:495)
1333.33 s
[unordered-containers] lookupRecordCollision (Data/HashMap/Internal.hs:678)
1333.33 s
[unordered-containers] LookupRes (Data/HashMap/Internal.hs:657)
1333.33 s
[unordered-containers] lookupResToMaybe (Data/HashMap/Internal.hs:660)
1333.33 s
[unordered-containers] insert' (Data/HashMap/Internal.hs:806)
1333.33 s
[unordered-containers] delete' (Data/HashMap/Internal.hs:1124)
1333.33 s
[unordered-containers] insertNewKey (Data/HashMap/Internal.hs:848)
1333.33 s
[unordered-containers] insertKeyExists (Data/HashMap/Internal.hs:883)
1333.33 s
[unordered-containers] 50% ( 3 / 6) in 'Data.HashMap.Internal.Debug'
1333.33 s
[unordered-containers] Missing documentation for:
1333.33 s
[unordered-containers] valid (Data/HashMap/Internal/Debug.hs:98)
1333.33 s
[unordered-containers] Validity (Data/HashMap/Internal/Debug.hs:43)
1333.33 s
[unordered-containers] SubHashPath (Data/HashMap/Internal/Debug.hs:75)
1333.34 s
[unordered-containers] Warning: 'update' is ambiguous. It is defined
1333.34 s
[unordered-containers] * at Data/HashMap/Internal.hs:1289:1
1333.34 s
[unordered-containers] * at Data/HashMap/Internal/Array.hs:341:1
1333.34 s
[unordered-containers] * at Data/HashMap/Internal/Strict.hs:296:1
1333.34 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.34 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.34 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Strict.hs:296:1
1333.34 s
[unordered-containers] Warning: 'alter' is ambiguous. It is defined
1333.34 s
[unordered-containers] * at Data/HashMap/Internal.hs:1302:1
1333.34 s
[unordered-containers] * at Data/HashMap/Internal/Strict.hs:308:1
1333.34 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.34 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.34 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Strict.hs:308:1
1333.34 s
[unordered-containers] Warning: 'lookup' is ambiguous. It is defined
1333.34 s
[unordered-containers] * in ‘GHC.List’
1333.34 s
[unordered-containers] * at Data/HashMap/Internal.hs:632:1
1333.34 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.34 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.34 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:632:1
1333.34 s
[unordered-containers] Warning: 'alterF' is ambiguous. It is defined
1333.34 s
[unordered-containers] * at Data/HashMap/Internal.hs:1333:1
1333.34 s
[unordered-containers] * at Data/HashMap/Internal/Strict.hs:339:1
1333.34 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.34 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.34 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Strict.hs:339:1
1333.34 s
[unordered-containers] Warning: 'at' is out of scope.
1333.34 s
[unordered-containers] If you qualify the identifier, haddock can try to link it anyway.
1333.34 s
[unordered-containers] Warning: 'map' is ambiguous. It is defined
1333.34 s
[unordered-containers] * in ‘GHC.Base’
1333.34 s
[unordered-containers] * at Data/HashMap/Internal.hs:1767:1
1333.34 s
[unordered-containers] * at Data/HashMap/Internal/Array.hs:461:1
1333.34 s
[unordered-containers] * at Data/HashMap/Internal/Strict.hs:557:1
1333.34 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.34 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.34 s
[unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Strict.hs:557:1
1333.34 s
[unordered-containers] 100% ( 67 / 67) in 'Data.HashMap.Internal.Strict'
1333.34 s
[unordered-containers] Warning: 'HashSet' is ambiguous. It is defined
1333.34 s
[unordered-containers] * at Data/HashSet/Internal.hs:112:21
1333.34 s
[unordered-containers] * at Data/HashSet/Internal.hs:112:1
1333.34 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.34 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.34 s
[unordered-containers] Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
1333.34 s
[unordered-containers] Warning: 'empty' is ambiguous. It is defined
1333.34 s
[unordered-containers] * at Data/HashMap/Internal.hs:594:1
1333.34 s
[unordered-containers] * at Data/HashSet/Internal.hs:255:1
1333.34 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.34 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.34 s
[unordered-containers] Defaulting to the one defined at Data/HashSet/Internal.hs:255:1
1333.34 s
[unordered-containers] Warning: 'union' is ambiguous. It is defined
1333.34 s
[unordered-containers] * in ‘Data.OldList’
1333.34 s
[unordered-containers] * at Data/HashMap/Internal.hs:1586:1
1333.34 s
[unordered-containers] * at Data/HashSet/Internal.hs:310:1
1333.34 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.34 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.34 s
[unordered-containers] Defaulting to the one defined at Data/HashSet/Internal.hs:310:1
1333.34 s
[unordered-containers] 100% ( 35 / 35) in 'Data.HashSet.Internal'
1333.34 s
[unordered-containers] Warning: 'HashSet' is ambiguous. It is defined
1333.34 s
[unordered-containers] * at Data/HashSet/Internal.hs:112:21
1333.34 s
[unordered-containers] * at Data/HashSet/Internal.hs:112:1
1333.34 s
[unordered-containers] You may be able to disambiguate the identifier by qualifying it or
1333.34 s
[unordered-containers] by specifying the type/value namespace explicitly.
1333.34 s
[unordered-containers] Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
1333.35 s
[unordered-containers] 100% ( 32 / 32) in 'Data.HashSet'
1333.35 s
[unordered-containers] 100% ( 69 / 69) in 'Data.HashMap.Strict'
1333.35 s
[unordered-containers] 100% ( 69 / 69) in 'Data.HashMap.Lazy'
1333.59 s
[unordered-containers] Warning: Data.HashMap.Internal: could not find link destinations for:
1333.59 s
[unordered-containers] - Data.HashMap.Internal.D:R:ItemHashMap
1333.59 s
[unordered-containers] Warning: Data.HashMap.Internal.Strict: could not find link destinations for:
1333.59 s
[unordered-containers] - Data.HashMap.Internal.D:R:ItemHashMap
1333.60 s
[unordered-containers] Warning: Data.HashSet.Internal: could not find link destinations for:
1333.60 s
[unordered-containers] - Data.HashSet.Internal.D:R:ItemHashSet
1333.60 s
[unordered-containers] Warning: Data.HashSet: could not find link destinations for:
1333.60 s
[unordered-containers] - Data.HashSet.Internal.D:R:ItemHashSet
1333.60 s
[unordered-containers] Warning: Data.HashMap.Strict: could not find link destinations for:
1333.60 s
[unordered-containers] - Data.HashMap.Internal.D:R:ItemHashMap
1333.61 s
[unordered-containers] Warning: Data.HashMap.Lazy: could not find link destinations for:
1333.61 s
[unordered-containers] - Data.HashMap.Internal.D:R:ItemHashMap
1337.92 s
[unordered-containers] Documentation created: dist/doc/html/unordered-containers/,
1337.92 s
[unordered-containers] dist/doc/html/unordered-containers/unordered-containers.txt
1338.08 s
[unordered-containers] Preprocessing test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
1338.08 s
[unordered-containers] Phase: installPhase
1338.43 s
[unordered-containers] Installing library in /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
1338.77 s
[unordered-containers] Phase: fixupPhase
1338.79 s
[unordered-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20
1338.80 s
[unordered-containers] shrinking /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/libHSunordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq-ghc9.8.1.so
1338.81 s
[unordered-containers] checking for references to /build/ in /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20...
1338.83 s
[unordered-containers] patching script interpreter paths in /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20
1338.83 s
[unordered-containers] stripping (with command strip and flags -S -p) in /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20/lib
1338.95 s
[unordered-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc
1338.96 s
[unordered-containers] checking for references to /build/ in /nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc...
1338.97 s
[unordered-containers] patching script interpreter paths in /nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc
1339.09 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20 /nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc
1339.52 s
[post-build-hook] Pushing 2 paths (70 are already present) using zstd to cache sellout ⏳
1339.52 s
[post-build-hook]
1339.90 s
[post-build-hook] Pushing /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20 (9.28 MiB)
1339.91 s
[post-build-hook] Pushing /nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc (4.50 MiB)
1341.50 s
[post-build-hook]
1341.50 s
[post-build-hook] All done.
1341.52 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20 /nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc
1341.57 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1341.78 s
[post-build-hook] copying 2 paths...
1341.78 s
[post-build-hook] copying path '/nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc' to 'https://cache.nix-ci.com'...
1342.59 s
[post-build-hook] copying path '/nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20' to 'https://cache.nix-ci.com'...
1345.33 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1345.62 s
[post-build-hook] copying 1 paths...
1345.67 s
[post-build-hook] copying path '/nix/store/xcfa8spjga7nvmcnj7i722ykdabspbg2-unordered-containers-0.2.20.drv' to 'https://cache.nix-ci.com'...
1345.87 s
Progress: 72 of 79 built, 178 of 178 downloaded from cache
1345.92 s
Building quickcheck-instances
1346.07 s
[quickcheck-instances] Phase: setupCompilerEnvironmentPhase
1346.08 s
[quickcheck-instances] Build with /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1.
1346.30 s
[quickcheck-instances] Phase: unpackPhase
1346.31 s
[quickcheck-instances] unpacking source archive /nix/store/kz0fzqcr8g42rvq6dwlwvzxmg8rjfhqn-quickcheck-instances-0.3.32.tar.gz
1346.31 s
[quickcheck-instances] source root is quickcheck-instances-0.3.32
1346.32 s
[quickcheck-instances] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "quickcheck-instances-0.3.32/test/Tests.hs"
1346.33 s
[quickcheck-instances] Phase: patchPhase
1346.33 s
[quickcheck-instances] Replace Cabal file with edited version from mirror://hackage/quickcheck-instances-0.3.32/revision/1.cabal.
1346.34 s
[quickcheck-instances] Phase: compileBuildDriverPhase
1346.34 s
[quickcheck-instances] setupCompileFlags: -package-db=/build/tmp.4Mr6xOcbpO/setup-package.conf.d -threaded
1346.39 s
[quickcheck-instances] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.4Mr6xOcbpO/Main.o )
1346.48 s
[quickcheck-instances] [2 of 2] Linking Setup
1347.93 s
[quickcheck-instances] Phase: updateAutotoolsGnuConfigScriptsPhase
1347.94 s
[quickcheck-instances] Phase: configurePhase
1347.95 s
[quickcheck-instances] configureFlags: --verbose --prefix=/nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc/share/doc/quickcheck-instances-0.3.32 --with-gcc=gcc --package-db=/build/tmp.4Mr6xOcbpO/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 --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
1347.97 s
[quickcheck-instances] Using Parsec parser
1347.97 s
[quickcheck-instances] Configuring quickcheck-instances-0.3.32...
1348.38 s
[quickcheck-instances] Dependency OneTuple >=0.4.2 && <0.5: using OneTuple-0.4.2
1348.38 s
[quickcheck-instances] Dependency QuickCheck >=2.14.2 && <2.15.1: using QuickCheck-2.14.3
1348.38 s
[quickcheck-instances] Dependency array >=0.5.3.0 && <0.6: using array-0.5.6.0
1348.38 s
[quickcheck-instances] Dependency base >=4.12.0.0 && <4.22: using base-4.19.0.0
1348.38 s
[quickcheck-instances] Dependency bytestring >=0.10.8.2 && <0.13: using bytestring-0.12.0.2
1348.38 s
[quickcheck-instances] Dependency case-insensitive >=1.2.0.11 && <1.3: using case-insensitive-1.2.1.0
1348.38 s
[quickcheck-instances] Dependency containers >=0.6.0.1 && <0.8: using containers-0.6.8
1348.38 s
[quickcheck-instances] Dependency data-fix >=0.3 && <0.4: using data-fix-0.3.4
1348.38 s
[quickcheck-instances] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
1348.38 s
[quickcheck-instances] Dependency integer-logarithms >=1.0.3.1 && <1.1: using
1348.38 s
[quickcheck-instances] integer-logarithms-1.0.4
1348.38 s
[quickcheck-instances] Dependency old-time >=1.1.0.0 && <1.2: using old-time-1.1.0.4
1348.38 s
[quickcheck-instances] Dependency primitive >=0.9.0.0 && <0.10: using primitive-0.9.1.0
1348.38 s
[quickcheck-instances] Dependency scientific >=0.3.8.0 && <0.4: using scientific-0.3.8.0
1348.38 s
[quickcheck-instances] Dependency splitmix >=0.1.0.5 && <0.2: using splitmix-0.1.1
1348.38 s
[quickcheck-instances] Dependency strict >=0.5 && <0.6: using strict-0.5.1
1348.38 s
[quickcheck-instances] Dependency tagged >=0.8.8 && <0.9: using tagged-0.8.8
1348.38 s
[quickcheck-instances] Dependency text >=1.2.3.0 && <1.3 || >=2.0 && <2.2: using text-2.1
1348.38 s
[quickcheck-instances] Dependency text-short >=0.1.4 && <0.2: using text-short-0.1.6
1348.38 s
[quickcheck-instances] Dependency these >=1.2.1 && <1.3: using these-1.2.1
1348.38 s
[quickcheck-instances] Dependency time-compat >=1.9.4 && <1.10: using time-compat-1.9.7
1348.38 s
[quickcheck-instances] Dependency transformers >=0.5.6.2 && <0.7: using transformers-0.6.1.0
1348.38 s
[quickcheck-instances] Dependency unordered-containers >=0.2.20 && <0.3: using
1348.38 s
[quickcheck-instances] unordered-containers-0.2.20
1348.38 s
[quickcheck-instances] Dependency uuid-types >=1.0.6 && <1.1: using uuid-types-1.0.6
1348.38 s
[quickcheck-instances] Dependency vector >=0.13.1.0 && <0.14: using vector-0.13.2.0
1348.38 s
[quickcheck-instances] Dependency QuickCheck: using QuickCheck-2.14.3
1348.38 s
[quickcheck-instances] Dependency base: using base-4.19.0.0
1348.38 s
[quickcheck-instances] Dependency containers: using containers-0.6.8
1348.38 s
[quickcheck-instances] Dependency primitive: using primitive-0.9.1.0
1348.38 s
[quickcheck-instances] Dependency quickcheck-instances: using quickcheck-instances-0.3.32
1348.38 s
[quickcheck-instances] Dependency tagged: using tagged-0.8.8
1348.38 s
[quickcheck-instances] Dependency uuid-types: using uuid-types-1.0.6
1348.69 s
[quickcheck-instances] Source component graph:
1348.69 s
[quickcheck-instances] component lib
1348.69 s
[quickcheck-instances] component test:self-test dependency lib
1348.69 s
[quickcheck-instances] Configured component graph:
1348.69 s
[quickcheck-instances] component quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
1348.69 s
[quickcheck-instances] include OneTuple-0.4.2-FoSVxZ1Ua1k9qzI3fLkcX3
1348.69 s
[quickcheck-instances] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1348.69 s
[quickcheck-instances] include array-0.5.6.0-dc89
1348.69 s
[quickcheck-instances] include base-4.19.0.0-b960
1348.69 s
[quickcheck-instances] include bytestring-0.12.0.2-4690
1348.69 s
[quickcheck-instances] include case-insensitive-1.2.1.0-4sNw09pp3ywJCN7WmvmsUo
1348.69 s
[quickcheck-instances] include containers-0.6.8-4775
1348.69 s
[quickcheck-instances] include data-fix-0.3.4-90kAYHfhdX433d7z3npPya
1348.69 s
[quickcheck-instances] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
1348.69 s
[quickcheck-instances] include integer-logarithms-1.0.4-IZnPj8qGoLo9zs4hkYJadH
1348.69 s
[quickcheck-instances] include old-time-1.1.0.4-GyTPzrGYsOf5FPo85tfX5z
1348.69 s
[quickcheck-instances] include primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
1348.69 s
[quickcheck-instances] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
1348.69 s
[quickcheck-instances] include splitmix-0.1.1-AoP57hqMhOYD9c7s1NlK2Y
1348.69 s
[quickcheck-instances] include strict-0.5.1-GVSVdbGTOCS56r31yJq782
1348.69 s
[quickcheck-instances] include tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
1348.69 s
[quickcheck-instances] include text-2.1-c36a
1348.69 s
[quickcheck-instances] include text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
1348.69 s
[quickcheck-instances] include these-1.2.1-B8INZK8jfBp2iDPS6dEUhs
1348.69 s
[quickcheck-instances] include time-compat-1.9.7-IGnpUyczMKVByAqjyfFbdA
1348.69 s
[quickcheck-instances] include transformers-0.6.1.0-c3ec
1348.69 s
[quickcheck-instances] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
1348.69 s
[quickcheck-instances] include uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
1348.69 s
[quickcheck-instances] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
1348.69 s
[quickcheck-instances] component quickcheck-instances-0.3.32-EqnsGjJX1nY9SmASoFIwTc-self-test
1348.69 s
[quickcheck-instances] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1348.69 s
[quickcheck-instances] include base-4.19.0.0-b960
1348.69 s
[quickcheck-instances] include containers-0.6.8-4775
1348.69 s
[quickcheck-instances] include primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
1348.69 s
[quickcheck-instances] include quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
1348.69 s
[quickcheck-instances] include tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
1348.69 s
[quickcheck-instances] include uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
1348.69 s
[quickcheck-instances] Linked component graph:
1348.69 s
[quickcheck-instances] unit quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
1348.69 s
[quickcheck-instances] include OneTuple-0.4.2-FoSVxZ1Ua1k9qzI3fLkcX3
1348.69 s
[quickcheck-instances] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1348.69 s
[quickcheck-instances] include array-0.5.6.0-dc89
1348.69 s
[quickcheck-instances] include base-4.19.0.0-b960
1348.69 s
[quickcheck-instances] include bytestring-0.12.0.2-4690
1348.69 s
[quickcheck-instances] include case-insensitive-1.2.1.0-4sNw09pp3ywJCN7WmvmsUo
1348.69 s
[quickcheck-instances] include containers-0.6.8-4775
1348.69 s
[quickcheck-instances] include data-fix-0.3.4-90kAYHfhdX433d7z3npPya
1348.69 s
[quickcheck-instances] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
1348.69 s
[quickcheck-instances] include integer-logarithms-1.0.4-IZnPj8qGoLo9zs4hkYJadH
1348.69 s
[quickcheck-instances] include old-time-1.1.0.4-GyTPzrGYsOf5FPo85tfX5z
1348.69 s
[quickcheck-instances] include primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
1348.69 s
[quickcheck-instances] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
1348.69 s
[quickcheck-instances] include splitmix-0.1.1-AoP57hqMhOYD9c7s1NlK2Y
1348.69 s
[quickcheck-instances] include strict-0.5.1-GVSVdbGTOCS56r31yJq782
1348.69 s
[quickcheck-instances] include tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
1348.69 s
[quickcheck-instances] include text-2.1-c36a
1348.69 s
[quickcheck-instances] include text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
1348.69 s
[quickcheck-instances] include these-1.2.1-B8INZK8jfBp2iDPS6dEUhs
1348.69 s
[quickcheck-instances] include time-compat-1.9.7-IGnpUyczMKVByAqjyfFbdA
1348.69 s
[quickcheck-instances] include transformers-0.6.1.0-c3ec
1348.69 s
[quickcheck-instances] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
1348.69 s
[quickcheck-instances] include uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
1348.69 s
[quickcheck-instances] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
1348.69 s
[quickcheck-instances] Test.QuickCheck.Instances=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances,Test.QuickCheck.Instances.Array=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Array,Test.QuickCheck.Instances.Array.Byte=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Array.Byte,Test.QuickCheck.Instances.ByteString=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.ByteString,Test.QuickCheck.Instances.CaseInsensitive=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.CaseInsensitive,Test.QuickCheck.Instances.Containers=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Containers,Test.QuickCheck.Instances.DataFix=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.DataFix,Test.QuickCheck.Instances.Hashable=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Hashable,Test.QuickCheck.Instances.Natural=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Natural,Test.QuickCheck.Instances.OldTime=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.OldTime,Test.QuickCheck.Instances.Primitive=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Primitive,Test.QuickCheck.Instances.Scientific=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Scientific,Test.QuickCheck.Instances.Semigroup=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Semigroup,Test.QuickCheck.Instances.Solo=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Solo,Test.QuickCheck.Instances.Strict=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Strict,Test.QuickCheck.Instances.Tagged=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Tagged,Test.QuickCheck.Instances.Text=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Text,Test.QuickCheck.Instances.Text.Short=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Text.Short,Test.QuickCheck.Instances.These=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.These,Test.QuickCheck.Instances.Time=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Time,Test.QuickCheck.Instances.Transformer=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Transformer,Test.QuickCheck.Instances.UUID=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.UUID,Test.QuickCheck.Instances.UnorderedContainers=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.UnorderedContainers,Test.QuickCheck.Instances.Vector=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Vector,Test.QuickCheck.Instances.Void=quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA:Test.QuickCheck.Instances.Void
1348.69 s
[quickcheck-instances] unit quickcheck-instances-0.3.32-EqnsGjJX1nY9SmASoFIwTc-self-test
1348.69 s
[quickcheck-instances] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1348.69 s
[quickcheck-instances] include base-4.19.0.0-b960
1348.69 s
[quickcheck-instances] include containers-0.6.8-4775
1348.69 s
[quickcheck-instances] include primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
1348.69 s
[quickcheck-instances] include quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
1348.69 s
[quickcheck-instances] include tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
1348.69 s
[quickcheck-instances] include uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
1348.69 s
[quickcheck-instances] Ready component graph:
1348.69 s
[quickcheck-instances] definite quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
1348.69 s
[quickcheck-instances] depends OneTuple-0.4.2-FoSVxZ1Ua1k9qzI3fLkcX3
1348.69 s
[quickcheck-instances] depends QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1348.69 s
[quickcheck-instances] depends array-0.5.6.0-dc89
1348.69 s
[quickcheck-instances] depends base-4.19.0.0-b960
1348.69 s
[quickcheck-instances] depends bytestring-0.12.0.2-4690
1348.69 s
[quickcheck-instances] depends case-insensitive-1.2.1.0-4sNw09pp3ywJCN7WmvmsUo
1348.69 s
[quickcheck-instances] depends containers-0.6.8-4775
1348.69 s
[quickcheck-instances] depends data-fix-0.3.4-90kAYHfhdX433d7z3npPya
1348.69 s
[quickcheck-instances] depends hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
1348.69 s
[quickcheck-instances] depends integer-logarithms-1.0.4-IZnPj8qGoLo9zs4hkYJadH
1348.69 s
[quickcheck-instances] depends old-time-1.1.0.4-GyTPzrGYsOf5FPo85tfX5z
1348.69 s
[quickcheck-instances] depends primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
1348.69 s
[quickcheck-instances] depends scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
1348.69 s
[quickcheck-instances] depends splitmix-0.1.1-AoP57hqMhOYD9c7s1NlK2Y
1348.69 s
[quickcheck-instances] depends strict-0.5.1-GVSVdbGTOCS56r31yJq782
1348.69 s
[quickcheck-instances] depends tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
1348.69 s
[quickcheck-instances] depends text-2.1-c36a
1348.69 s
[quickcheck-instances] depends text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
1348.69 s
[quickcheck-instances] depends these-1.2.1-B8INZK8jfBp2iDPS6dEUhs
1348.69 s
[quickcheck-instances] depends time-compat-1.9.7-IGnpUyczMKVByAqjyfFbdA
1348.69 s
[quickcheck-instances] depends transformers-0.6.1.0-c3ec
1348.69 s
[quickcheck-instances] depends unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
1348.69 s
[quickcheck-instances] depends uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
1348.69 s
[quickcheck-instances] depends vector-0.13.2.0-KITycIPQp0R25115diGgzh
1348.69 s
[quickcheck-instances] definite quickcheck-instances-0.3.32-EqnsGjJX1nY9SmASoFIwTc-self-test
1348.69 s
[quickcheck-instances] depends QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1348.69 s
[quickcheck-instances] depends base-4.19.0.0-b960
1348.69 s
[quickcheck-instances] depends containers-0.6.8-4775
1348.71 s
[quickcheck-instances] depends primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
1348.71 s
[quickcheck-instances] depends quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
1348.71 s
[quickcheck-instances] depends tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
1348.71 s
[quickcheck-instances] depends uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
1348.71 s
[quickcheck-instances] Using Cabal-3.10.2.0 compiled by ghc-9.8
1348.71 s
[quickcheck-instances] Using compiler: ghc-9.8.1
1348.71 s
[quickcheck-instances] Using install prefix:
1348.71 s
[quickcheck-instances] /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32
1348.71 s
[quickcheck-instances] Executables installed in:
1348.71 s
[quickcheck-instances] /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/bin
1348.71 s
[quickcheck-instances] Libraries installed in:
1348.71 s
[quickcheck-instances] /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
1348.71 s
[quickcheck-instances] Dynamic Libraries installed in:
1348.71 s
[quickcheck-instances] /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1
1348.71 s
[quickcheck-instances] Private executables installed in:
1348.71 s
[quickcheck-instances] /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/libexec/x86_64-linux-ghc-9.8.1/quickcheck-instances-0.3.32
1348.71 s
[quickcheck-instances] Data files installed in:
1348.71 s
[quickcheck-instances] /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/share/x86_64-linux-ghc-9.8.1/quickcheck-instances-0.3.32
1348.71 s
[quickcheck-instances] Documentation installed in:
1348.71 s
[quickcheck-instances] /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc/share/doc/quickcheck-instances-0.3.32
1348.71 s
[quickcheck-instances] Configuration files installed in:
1348.71 s
[quickcheck-instances] /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/etc
1348.71 s
[quickcheck-instances] No alex found
1348.71 s
[quickcheck-instances] Using ar found on system at:
1348.71 s
[quickcheck-instances] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1348.71 s
[quickcheck-instances] No c2hs found
1348.71 s
[quickcheck-instances] No cpphs found
1348.71 s
[quickcheck-instances] No doctest found
1348.71 s
[quickcheck-instances] Using gcc version 14.3.0 given by user at:
1348.71 s
[quickcheck-instances] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1348.71 s
[quickcheck-instances] Using ghc version 9.8.1 found on system at:
1348.71 s
[quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc
1348.71 s
[quickcheck-instances] Using ghc-pkg version 9.8.1 found on system at:
1348.71 s
[quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc-pkg-9.8.1
1348.71 s
[quickcheck-instances] No ghcjs found
1348.71 s
[quickcheck-instances] No ghcjs-pkg found
1348.71 s
[quickcheck-instances] No greencard found
1348.71 s
[quickcheck-instances] Using haddock version 2.30.0 found on system at:
1348.71 s
[quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/haddock-ghc-9.8.1
1348.71 s
[quickcheck-instances] No happy found
1348.71 s
[quickcheck-instances] Using haskell-suite found on system at: haskell-suite-dummy-location
1348.71 s
[quickcheck-instances] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1348.71 s
[quickcheck-instances] No hmake found
1348.71 s
[quickcheck-instances] Using hpc version 0.69 found on system at:
1348.71 s
[quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hpc-ghc-9.8.1
1348.71 s
[quickcheck-instances] Using hsc2hs version 0.68.10 found on system at:
1348.71 s
[quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hsc2hs-ghc-9.8.1
1348.71 s
[quickcheck-instances] Using hscolour version 1.25 found on system at:
1348.71 s
[quickcheck-instances] /nix/store/1g19csfql5ihx7cvxzlzald54flbi8il-hscolour-1.25/bin/HsColour
1348.71 s
[quickcheck-instances] No jhc found
1348.71 s
[quickcheck-instances] Using ld found on system at:
1348.71 s
[quickcheck-instances] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1348.71 s
[quickcheck-instances] No pkg-config found
1348.71 s
[quickcheck-instances] Using runghc version 9.8.1 found on system at:
1348.71 s
[quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/runghc-9.8.1
1348.71 s
[quickcheck-instances] Using strip version 2.44 found on system at:
1348.71 s
[quickcheck-instances] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1348.72 s
[quickcheck-instances] Using tar found on system at:
1348.72 s
[quickcheck-instances] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1348.72 s
[quickcheck-instances] No uhc found
1348.88 s
[quickcheck-instances] Phase: buildPhase
1348.97 s
[quickcheck-instances] Preprocessing library for quickcheck-instances-0.3.32..
1348.98 s
[quickcheck-instances] Building library for quickcheck-instances-0.3.32..
1349.17 s
[quickcheck-instances] [ 1 of 26] Compiling Test.QuickCheck.Instances.Containers ( src/Test/QuickCheck/Instances/Containers.hs, dist/build/Test/QuickCheck/Instances/Containers.o, dist/build/Test/QuickCheck/Instances/Containers.dyn_o )
1349.24 s
[quickcheck-instances] [ 2 of 26] Compiling Test.QuickCheck.Instances.CustomPrelude ( src/Test/QuickCheck/Instances/CustomPrelude.hs, dist/build/Test/QuickCheck/Instances/CustomPrelude.o, dist/build/Test/QuickCheck/Instances/CustomPrelude.dyn_o )
1349.28 s
[quickcheck-instances] [ 3 of 26] Compiling Test.QuickCheck.Instances.CaseInsensitive ( src/Test/QuickCheck/Instances/CaseInsensitive.hs, dist/build/Test/QuickCheck/Instances/CaseInsensitive.o, dist/build/Test/QuickCheck/Instances/CaseInsensitive.dyn_o )
1349.71 s
[quickcheck-instances] [ 4 of 26] Compiling Test.QuickCheck.Instances.ByteString ( src/Test/QuickCheck/Instances/ByteString.hs, dist/build/Test/QuickCheck/Instances/ByteString.o, dist/build/Test/QuickCheck/Instances/ByteString.dyn_o )
1350.12 s
[quickcheck-instances] [ 5 of 26] Compiling Test.QuickCheck.Instances.Array ( src/Test/QuickCheck/Instances/Array.hs, dist/build/Test/QuickCheck/Instances/Array.o, dist/build/Test/QuickCheck/Instances/Array.dyn_o )
1350.12 s
[quickcheck-instances] [ 6 of 26] Compiling Test.QuickCheck.Instances.DataFix ( src/Test/QuickCheck/Instances/DataFix.hs, dist/build/Test/QuickCheck/Instances/DataFix.o, dist/build/Test/QuickCheck/Instances/DataFix.dyn_o )
1350.12 s
[quickcheck-instances] [ 7 of 26] Compiling Test.QuickCheck.Instances.Hashable ( src/Test/QuickCheck/Instances/Hashable.hs, dist/build/Test/QuickCheck/Instances/Hashable.o, dist/build/Test/QuickCheck/Instances/Hashable.dyn_o )
1350.12 s
[quickcheck-instances] [ 8 of 26] Compiling Test.QuickCheck.Instances.Natural ( src/Test/QuickCheck/Instances/Natural.hs, dist/build/Test/QuickCheck/Instances/Natural.o, dist/build/Test/QuickCheck/Instances/Natural.dyn_o )
1350.12 s
[quickcheck-instances] [ 9 of 26] Compiling Test.QuickCheck.Instances.OldTime ( src/Test/QuickCheck/Instances/OldTime.hs, dist/build/Test/QuickCheck/Instances/OldTime.o, dist/build/Test/QuickCheck/Instances/OldTime.dyn_o )
1350.12 s
[quickcheck-instances] [10 of 26] Compiling Test.QuickCheck.Instances.Primitive ( src/Test/QuickCheck/Instances/Primitive.hs, dist/build/Test/QuickCheck/Instances/Primitive.o, dist/build/Test/QuickCheck/Instances/Primitive.dyn_o )
1350.12 s
[quickcheck-instances] [11 of 26] Compiling Test.QuickCheck.Instances.Array.Byte ( src/Test/QuickCheck/Instances/Array/Byte.hs, dist/build/Test/QuickCheck/Instances/Array/Byte.o, dist/build/Test/QuickCheck/Instances/Array/Byte.dyn_o )
1350.12 s
[quickcheck-instances] [12 of 26] Compiling Test.QuickCheck.Instances.Scientific ( src/Test/QuickCheck/Instances/Scientific.hs, dist/build/Test/QuickCheck/Instances/Scientific.o, dist/build/Test/QuickCheck/Instances/Scientific.dyn_o )
1350.12 s
[quickcheck-instances] [13 of 26] Compiling Test.QuickCheck.Instances.Semigroup ( src/Test/QuickCheck/Instances/Semigroup.hs, dist/build/Test/QuickCheck/Instances/Semigroup.o, dist/build/Test/QuickCheck/Instances/Semigroup.dyn_o )
1350.12 s
[quickcheck-instances] [14 of 26] Compiling Test.QuickCheck.Instances.Solo ( src/Test/QuickCheck/Instances/Solo.hs, dist/build/Test/QuickCheck/Instances/Solo.o, dist/build/Test/QuickCheck/Instances/Solo.dyn_o )
1350.12 s
[quickcheck-instances] [15 of 26] Compiling Test.QuickCheck.Instances.Strict ( src/Test/QuickCheck/Instances/Strict.hs, dist/build/Test/QuickCheck/Instances/Strict.o, dist/build/Test/QuickCheck/Instances/Strict.dyn_o )
1350.38 s
[quickcheck-instances] [16 of 26] Compiling Test.QuickCheck.Instances.Tagged ( src/Test/QuickCheck/Instances/Tagged.hs, dist/build/Test/QuickCheck/Instances/Tagged.o, dist/build/Test/QuickCheck/Instances/Tagged.dyn_o )
1350.38 s
[quickcheck-instances] [17 of 26] Compiling Test.QuickCheck.Instances.Text ( src/Test/QuickCheck/Instances/Text.hs, dist/build/Test/QuickCheck/Instances/Text.o, dist/build/Test/QuickCheck/Instances/Text.dyn_o )
1350.38 s
[quickcheck-instances] [18 of 26] Compiling Test.QuickCheck.Instances.Text.Short ( src/Test/QuickCheck/Instances/Text/Short.hs, dist/build/Test/QuickCheck/Instances/Text/Short.o, dist/build/Test/QuickCheck/Instances/Text/Short.dyn_o )
1350.38 s
[quickcheck-instances] [19 of 26] Compiling Test.QuickCheck.Instances.These ( src/Test/QuickCheck/Instances/These.hs, dist/build/Test/QuickCheck/Instances/These.o, dist/build/Test/QuickCheck/Instances/These.dyn_o )
1350.38 s
[quickcheck-instances] [20 of 26] Compiling Test.QuickCheck.Instances.Time ( src/Test/QuickCheck/Instances/Time.hs, dist/build/Test/QuickCheck/Instances/Time.o, dist/build/Test/QuickCheck/Instances/Time.dyn_o )
1351.01 s
[quickcheck-instances] [21 of 26] Compiling Test.QuickCheck.Instances.Transformer ( src/Test/QuickCheck/Instances/Transformer.hs, dist/build/Test/QuickCheck/Instances/Transformer.o, dist/build/Test/QuickCheck/Instances/Transformer.dyn_o )
1351.09 s
[quickcheck-instances] [22 of 26] Compiling Test.QuickCheck.Instances.UUID ( src/Test/QuickCheck/Instances/UUID.hs, dist/build/Test/QuickCheck/Instances/UUID.o, dist/build/Test/QuickCheck/Instances/UUID.dyn_o )
1351.09 s
[quickcheck-instances] [23 of 26] Compiling Test.QuickCheck.Instances.UnorderedContainers ( src/Test/QuickCheck/Instances/UnorderedContainers.hs, dist/build/Test/QuickCheck/Instances/UnorderedContainers.o, dist/build/Test/QuickCheck/Instances/UnorderedContainers.dyn_o )
1351.09 s
[quickcheck-instances] [24 of 26] Compiling Test.QuickCheck.Instances.Vector ( src/Test/QuickCheck/Instances/Vector.hs, dist/build/Test/QuickCheck/Instances/Vector.o, dist/build/Test/QuickCheck/Instances/Vector.dyn_o )
1351.10 s
[quickcheck-instances] [25 of 26] Compiling Test.QuickCheck.Instances.Void ( src/Test/QuickCheck/Instances/Void.hs, dist/build/Test/QuickCheck/Instances/Void.o, dist/build/Test/QuickCheck/Instances/Void.dyn_o )
1351.10 s
[quickcheck-instances] [26 of 26] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.o, dist/build/Test/QuickCheck/Instances.dyn_o )
1351.55 s
[quickcheck-instances] [ 1 of 26] Compiling Test.QuickCheck.Instances.Containers ( src/Test/QuickCheck/Instances/Containers.hs, dist/build/Test/QuickCheck/Instances/Containers.p_o )
1351.74 s
[quickcheck-instances] [ 2 of 26] Compiling Test.QuickCheck.Instances.CustomPrelude ( src/Test/QuickCheck/Instances/CustomPrelude.hs, dist/build/Test/QuickCheck/Instances/CustomPrelude.p_o )
1351.76 s
[quickcheck-instances] [ 3 of 26] Compiling Test.QuickCheck.Instances.CaseInsensitive ( src/Test/QuickCheck/Instances/CaseInsensitive.hs, dist/build/Test/QuickCheck/Instances/CaseInsensitive.p_o )
1352.16 s
[quickcheck-instances] [ 4 of 26] Compiling Test.QuickCheck.Instances.ByteString ( src/Test/QuickCheck/Instances/ByteString.hs, dist/build/Test/QuickCheck/Instances/ByteString.p_o )
1352.49 s
[quickcheck-instances] [ 5 of 26] Compiling Test.QuickCheck.Instances.Array ( src/Test/QuickCheck/Instances/Array.hs, dist/build/Test/QuickCheck/Instances/Array.p_o )
1352.49 s
[quickcheck-instances] [ 6 of 26] Compiling Test.QuickCheck.Instances.DataFix ( src/Test/QuickCheck/Instances/DataFix.hs, dist/build/Test/QuickCheck/Instances/DataFix.p_o )
1352.51 s
[quickcheck-instances] [ 7 of 26] Compiling Test.QuickCheck.Instances.Hashable ( src/Test/QuickCheck/Instances/Hashable.hs, dist/build/Test/QuickCheck/Instances/Hashable.p_o )
1352.51 s
[quickcheck-instances] [ 8 of 26] Compiling Test.QuickCheck.Instances.Natural ( src/Test/QuickCheck/Instances/Natural.hs, dist/build/Test/QuickCheck/Instances/Natural.p_o )
1352.51 s
[quickcheck-instances] [ 9 of 26] Compiling Test.QuickCheck.Instances.OldTime ( src/Test/QuickCheck/Instances/OldTime.hs, dist/build/Test/QuickCheck/Instances/OldTime.p_o )
1352.51 s
[quickcheck-instances] [10 of 26] Compiling Test.QuickCheck.Instances.Primitive ( src/Test/QuickCheck/Instances/Primitive.hs, dist/build/Test/QuickCheck/Instances/Primitive.p_o )
1352.51 s
[quickcheck-instances] [11 of 26] Compiling Test.QuickCheck.Instances.Array.Byte ( src/Test/QuickCheck/Instances/Array/Byte.hs, dist/build/Test/QuickCheck/Instances/Array/Byte.p_o )
1352.51 s
[quickcheck-instances] [12 of 26] Compiling Test.QuickCheck.Instances.Scientific ( src/Test/QuickCheck/Instances/Scientific.hs, dist/build/Test/QuickCheck/Instances/Scientific.p_o )
1352.51 s
[quickcheck-instances] [13 of 26] Compiling Test.QuickCheck.Instances.Semigroup ( src/Test/QuickCheck/Instances/Semigroup.hs, dist/build/Test/QuickCheck/Instances/Semigroup.p_o )
1352.51 s
[quickcheck-instances] [14 of 26] Compiling Test.QuickCheck.Instances.Solo ( src/Test/QuickCheck/Instances/Solo.hs, dist/build/Test/QuickCheck/Instances/Solo.p_o )
1352.51 s
[quickcheck-instances] [15 of 26] Compiling Test.QuickCheck.Instances.Strict ( src/Test/QuickCheck/Instances/Strict.hs, dist/build/Test/QuickCheck/Instances/Strict.p_o )
1352.51 s
[quickcheck-instances] [16 of 26] Compiling Test.QuickCheck.Instances.Tagged ( src/Test/QuickCheck/Instances/Tagged.hs, dist/build/Test/QuickCheck/Instances/Tagged.p_o )
1352.52 s
[quickcheck-instances] [17 of 26] Compiling Test.QuickCheck.Instances.Text ( src/Test/QuickCheck/Instances/Text.hs, dist/build/Test/QuickCheck/Instances/Text.p_o )
1352.52 s
[quickcheck-instances] [18 of 26] Compiling Test.QuickCheck.Instances.Text.Short ( src/Test/QuickCheck/Instances/Text/Short.hs, dist/build/Test/QuickCheck/Instances/Text/Short.p_o )
1352.52 s
[quickcheck-instances] [19 of 26] Compiling Test.QuickCheck.Instances.These ( src/Test/QuickCheck/Instances/These.hs, dist/build/Test/QuickCheck/Instances/These.p_o )
1352.66 s
[quickcheck-instances] [20 of 26] Compiling Test.QuickCheck.Instances.Time ( src/Test/QuickCheck/Instances/Time.hs, dist/build/Test/QuickCheck/Instances/Time.p_o )
1353.08 s
[quickcheck-instances] [21 of 26] Compiling Test.QuickCheck.Instances.Transformer ( src/Test/QuickCheck/Instances/Transformer.hs, dist/build/Test/QuickCheck/Instances/Transformer.p_o )
1353.08 s
[quickcheck-instances] [22 of 26] Compiling Test.QuickCheck.Instances.UUID ( src/Test/QuickCheck/Instances/UUID.hs, dist/build/Test/QuickCheck/Instances/UUID.p_o )
1353.08 s
[quickcheck-instances] [23 of 26] Compiling Test.QuickCheck.Instances.UnorderedContainers ( src/Test/QuickCheck/Instances/UnorderedContainers.hs, dist/build/Test/QuickCheck/Instances/UnorderedContainers.p_o )
1353.08 s
[quickcheck-instances] [24 of 26] Compiling Test.QuickCheck.Instances.Vector ( src/Test/QuickCheck/Instances/Vector.hs, dist/build/Test/QuickCheck/Instances/Vector.p_o )
1353.08 s
[quickcheck-instances] [25 of 26] Compiling Test.QuickCheck.Instances.Void ( src/Test/QuickCheck/Instances/Void.hs, dist/build/Test/QuickCheck/Instances/Void.p_o )
1353.08 s
[quickcheck-instances] [26 of 26] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.p_o )
1355.25 s
[quickcheck-instances] Preprocessing test suite 'self-test' for quickcheck-instances-0.3.32..
1355.26 s
[quickcheck-instances] Building test suite 'self-test' for quickcheck-instances-0.3.32..
1355.33 s
[quickcheck-instances] [1 of 1] Compiling Main ( test/Tests.hs, dist/build/self-test/self-test-tmp/Main.o )
1355.64 s
[quickcheck-instances] [2 of 2] Linking dist/build/self-test/self-test
1356.57 s
[quickcheck-instances] Phase: checkPhase
1356.66 s
[quickcheck-instances] Running 1 test suites...
1356.66 s
[quickcheck-instances] Test suite self-test: RUNNING...
1356.71 s
[quickcheck-instances] +++ OK, passed 100 tests.
1356.71 s
[quickcheck-instances] +++ OK, passed 100 tests.
1356.71 s
[quickcheck-instances] +++ OK, passed 100 tests.
1356.71 s
[quickcheck-instances] +++ OK, passed 100 tests.
1356.71 s
[quickcheck-instances] +++ OK, passed 100 tests.
1356.71 s
[quickcheck-instances] Test suite self-test: PASS
1356.71 s
[quickcheck-instances] Test suite logged to: dist/test/quickcheck-instances-0.3.32-self-test.log
1356.71 s
[quickcheck-instances] 1 of 1 test suites (1 of 1 test cases) passed.
1356.71 s
[quickcheck-instances] Phase: haddockPhase
1356.85 s
[quickcheck-instances] Preprocessing library for quickcheck-instances-0.3.32..
1356.86 s
[quickcheck-instances] Running Haddock on library for quickcheck-instances-0.3.32..
1356.86 s
[quickcheck-instances] Warning: The documentation for the following packages are not installed. No
1356.86 s
[quickcheck-instances] links will be generated to these packages: vector-0.13.2.0
1356.96 s
[quickcheck-instances] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1357.18 s
[quickcheck-instances] [ 1 of 26] Compiling Test.QuickCheck.Instances.Containers ( src/Test/QuickCheck/Instances/Containers.hs, nothing )
1357.20 s
[quickcheck-instances] [ 2 of 26] Compiling Test.QuickCheck.Instances.CustomPrelude ( src/Test/QuickCheck/Instances/CustomPrelude.hs, nothing )
1357.22 s
[quickcheck-instances] [ 3 of 26] Compiling Test.QuickCheck.Instances.CaseInsensitive ( src/Test/QuickCheck/Instances/CaseInsensitive.hs, nothing )
1357.38 s
[quickcheck-instances] [ 4 of 26] Compiling Test.QuickCheck.Instances.ByteString ( src/Test/QuickCheck/Instances/ByteString.hs, nothing )
1357.40 s
[quickcheck-instances] [ 5 of 26] Compiling Test.QuickCheck.Instances.Array ( src/Test/QuickCheck/Instances/Array.hs, nothing )
1357.43 s
[quickcheck-instances] [ 6 of 26] Compiling Test.QuickCheck.Instances.DataFix ( src/Test/QuickCheck/Instances/DataFix.hs, nothing )
1357.45 s
[quickcheck-instances] [ 7 of 26] Compiling Test.QuickCheck.Instances.Hashable ( src/Test/QuickCheck/Instances/Hashable.hs, nothing )
1357.46 s
[quickcheck-instances] [ 8 of 26] Compiling Test.QuickCheck.Instances.Natural ( src/Test/QuickCheck/Instances/Natural.hs, nothing )
1357.47 s
[quickcheck-instances] [ 9 of 26] Compiling Test.QuickCheck.Instances.OldTime ( src/Test/QuickCheck/Instances/OldTime.hs, nothing )
1357.50 s
[quickcheck-instances] [10 of 26] Compiling Test.QuickCheck.Instances.Primitive ( src/Test/QuickCheck/Instances/Primitive.hs, nothing )
1357.56 s
[quickcheck-instances] [11 of 26] Compiling Test.QuickCheck.Instances.Array.Byte ( src/Test/QuickCheck/Instances/Array/Byte.hs, nothing )
1357.56 s
[quickcheck-instances] [12 of 26] Compiling Test.QuickCheck.Instances.Scientific ( src/Test/QuickCheck/Instances/Scientific.hs, nothing )
1357.58 s
[quickcheck-instances] [13 of 26] Compiling Test.QuickCheck.Instances.Semigroup ( src/Test/QuickCheck/Instances/Semigroup.hs, nothing )
1357.62 s
[quickcheck-instances] [14 of 26] Compiling Test.QuickCheck.Instances.Solo ( src/Test/QuickCheck/Instances/Solo.hs, nothing )
1357.63 s
[quickcheck-instances] [15 of 26] Compiling Test.QuickCheck.Instances.Strict ( src/Test/QuickCheck/Instances/Strict.hs, nothing )
1357.81 s
[quickcheck-instances] [16 of 26] Compiling Test.QuickCheck.Instances.Tagged ( src/Test/QuickCheck/Instances/Tagged.hs, nothing )
1357.88 s
[quickcheck-instances] [17 of 26] Compiling Test.QuickCheck.Instances.Text ( src/Test/QuickCheck/Instances/Text.hs, nothing )
1357.88 s
[quickcheck-instances] [18 of 26] Compiling Test.QuickCheck.Instances.Text.Short ( src/Test/QuickCheck/Instances/Text/Short.hs, nothing )
1357.89 s
[quickcheck-instances] [19 of 26] Compiling Test.QuickCheck.Instances.These ( src/Test/QuickCheck/Instances/These.hs, nothing )
1357.92 s
[quickcheck-instances] [20 of 26] Compiling Test.QuickCheck.Instances.Time ( src/Test/QuickCheck/Instances/Time.hs, nothing )
1358.02 s
[quickcheck-instances] [21 of 26] Compiling Test.QuickCheck.Instances.Transformer ( src/Test/QuickCheck/Instances/Transformer.hs, nothing )
1358.06 s
[quickcheck-instances] [22 of 26] Compiling Test.QuickCheck.Instances.UUID ( src/Test/QuickCheck/Instances/UUID.hs, nothing )
1358.08 s
[quickcheck-instances] [23 of 26] Compiling Test.QuickCheck.Instances.UnorderedContainers ( src/Test/QuickCheck/Instances/UnorderedContainers.hs, nothing )
1358.11 s
[quickcheck-instances] [24 of 26] Compiling Test.QuickCheck.Instances.Vector ( src/Test/QuickCheck/Instances/Vector.hs, nothing )
1358.19 s
[quickcheck-instances] [25 of 26] Compiling Test.QuickCheck.Instances.Void ( src/Test/QuickCheck/Instances/Void.hs, nothing )
1358.20 s
[quickcheck-instances] [26 of 26] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, nothing )
1358.38 s
[quickcheck-instances] Haddock coverage:
1358.38 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Containers'
1358.38 s
[quickcheck-instances] Missing documentation for:
1358.38 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.CaseInsensitive'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.ByteString'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Array'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.DataFix'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Hashable'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Natural'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.OldTime'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Primitive'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Array.Byte'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Scientific'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Semigroup'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Solo'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Strict'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Tagged'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Text'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Text.Short'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.These'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Time'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Transformer'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.UUID'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.UnorderedContainers'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Vector'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Void'
1358.39 s
[quickcheck-instances] Missing documentation for:
1358.39 s
[quickcheck-instances] Module header
1358.39 s
[quickcheck-instances] 100% ( 1 / 1) in 'Test.QuickCheck.Instances'
1359.44 s
[quickcheck-instances] Warning: Test.QuickCheck.Instances.Vector: could not find link destinations for:
1359.44 s
[quickcheck-instances] - Data.Vector.Vector
1359.44 s
[quickcheck-instances] - Data.Vector.Primitive.Vector
1359.44 s
[quickcheck-instances] - Data.Vector.Storable.Vector
1359.44 s
[quickcheck-instances] - Data.Vector.Unboxed.Base.Unbox
1359.44 s
[quickcheck-instances] - Data.Vector.Unboxed.Base.Vector
1364.12 s
[quickcheck-instances] Documentation created: dist/doc/html/quickcheck-instances/,
1364.21 s
[quickcheck-instances] dist/doc/html/quickcheck-instances/quickcheck-instances.txt
1364.21 s
[quickcheck-instances] Preprocessing test suite 'self-test' for quickcheck-instances-0.3.32..
1364.21 s
[quickcheck-instances] Phase: installPhase
1364.27 s
[quickcheck-instances] Installing library in /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
1364.79 s
[quickcheck-instances] Phase: fixupPhase
1364.81 s
[quickcheck-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32
1364.82 s
[quickcheck-instances] shrinking /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/libHSquickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA-ghc9.8.1.so
1364.84 s
[quickcheck-instances] checking for references to /build/ in /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32...
1364.87 s
[quickcheck-instances] patching script interpreter paths in /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32
1364.88 s
[quickcheck-instances] stripping (with command strip and flags -S -p) in /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/lib
1365.02 s
[quickcheck-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc
1365.03 s
[quickcheck-instances] checking for references to /build/ in /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc...
1365.05 s
[quickcheck-instances] patching script interpreter paths in /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc
1365.19 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32
1365.64 s
[post-build-hook] Pushing 2 paths (130 are already present) using zstd to cache sellout ⏳
1365.64 s
[post-build-hook]
1366.01 s
[post-build-hook] Pushing /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32 (5.35 MiB)
1366.04 s
[post-build-hook] Pushing /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc (1.48 MiB)
1367.24 s
[post-build-hook]
1367.24 s
[post-build-hook] All done.
1367.27 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32
1367.33 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1367.54 s
[post-build-hook] copying 4 paths...
1367.54 s
[post-build-hook] copying path '/nix/store/nn620ddf72vslnmg3fd9pyzq3grmgrw0-old-time-1.1.0.4-doc' to 'https://cache.nix-ci.com'...
1367.94 s
[post-build-hook] copying path '/nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc' to 'https://cache.nix-ci.com'...
1367.94 s
[post-build-hook] copying path '/nix/store/m6z8rna5dsw2jcg309py6szv75aszpk7-old-time-1.1.0.4' to 'https://cache.nix-ci.com'...
1369.03 s
[post-build-hook] copying path '/nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32' to 'https://cache.nix-ci.com'...
1370.93 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1371.28 s
[post-build-hook] copying 2 paths...
1371.33 s
[post-build-hook] copying path '/nix/store/n9371h94llgjd8drsa8viwkb72m2lsvw-old-time-1.1.0.4.drv' to 'https://cache.nix-ci.com'...
1371.57 s
[post-build-hook] copying path '/nix/store/fgay4cq07prf3bnrgklkpgdnrm7mf3yw-quickcheck-instances-0.3.32.drv' to 'https://cache.nix-ci.com'...
1371.88 s
Progress: 73 of 79 built, 178 of 178 downloaded from cache
1371.95 s
Building cassava
1372.13 s
[cassava] Phase: setupCompilerEnvironmentPhase
1372.14 s
[cassava] Build with /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1.
1372.45 s
[cassava] Phase: unpackPhase
1372.45 s
[cassava] unpacking source archive /nix/store/ih7nzsr7lfwyj8sins6l3vmf81kaa4md-cassava-0.5.3.2.tar.gz
1372.46 s
[cassava] source root is cassava-0.5.3.2
1372.47 s
[cassava] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "cassava-0.5.3.2/tests/UnitTests.hs"
1372.48 s
[cassava] Phase: patchPhase
1372.48 s
[cassava] Replace Cabal file with edited version from mirror://hackage/cassava-0.5.3.2/revision/1.cabal.
1372.49 s
[cassava] Phase: compileBuildDriverPhase
1372.49 s
[cassava] setupCompileFlags: -package-db=/build/tmp.DqTPZkkNFf/setup-package.conf.d -threaded
1372.54 s
[cassava] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.DqTPZkkNFf/Main.o )
1372.65 s
[cassava] [2 of 2] Linking Setup
1374.29 s
[cassava] Phase: updateAutotoolsGnuConfigScriptsPhase
1374.31 s
[cassava] Phase: configurePhase
1374.38 s
[cassava] configureFlags: --verbose --prefix=/nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc/share/doc/cassava-0.5.3.2 --with-gcc=gcc --package-db=/build/tmp.DqTPZkkNFf/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 --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock -f-bytestring--lt-0_10_4 --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
1374.39 s
[cassava] Using Parsec parser
1374.39 s
[cassava] Configuring cassava-0.5.3.2...
1374.78 s
[cassava] Dependency Only >=0.1 && <0.1.1: using Only-0.1
1374.78 s
[cassava] Dependency array >=0.4 && <0.6: using array-0.5.6.0
1374.78 s
[cassava] Dependency attoparsec >=0.11.3.0 && <0.15: using attoparsec-0.14.4
1374.78 s
[cassava] Dependency base >=4.9 && <5: using base-4.19.0.0
1374.78 s
[cassava] Dependency bytestring >=0.10.4 && <0.13: using bytestring-0.12.0.2
1374.78 s
[cassava] Dependency containers >=0.4.2 && <1: using containers-0.6.8
1374.78 s
[cassava] Dependency deepseq >=1.1 && <1.6: using deepseq-1.5.0.0
1374.78 s
[cassava] Dependency hashable <2: using hashable-1.4.7.0
1374.78 s
[cassava] Dependency scientific >=0.3.4.7 && <0.4: using scientific-0.3.8.0
1374.78 s
[cassava] Dependency text <2.2: using text-2.1
1374.78 s
[cassava] Dependency text-short >=0.1 && <0.2: using text-short-0.1.6
1374.78 s
[cassava] Dependency transformers >=0.2 && <0.7: using transformers-0.6.1.0
1374.78 s
[cassava] Dependency unordered-containers <0.3: using unordered-containers-0.2.20
1374.78 s
[cassava] Dependency vector >=0.8 && <0.14: using vector-0.13.2.0
1374.78 s
[cassava] Dependency HUnit <1.7: using HUnit-1.6.2.0
1374.78 s
[cassava] Dependency QuickCheck >=2.14 && <2.16: using QuickCheck-2.14.3
1374.78 s
[cassava] Dependency attoparsec: using attoparsec-0.14.4
1374.78 s
[cassava] Dependency base >=4.11 && <5: using base-4.19.0.0
1374.78 s
[cassava] Dependency bytestring: using bytestring-0.12.0.2
1374.78 s
[cassava] Dependency cassava: using cassava-0.5.3.2
1374.78 s
[cassava] Dependency hashable: using hashable-1.4.7.0
1374.78 s
[cassava] Dependency quickcheck-instances >=0.3.12 && <0.4: using
1374.78 s
[cassava] quickcheck-instances-0.3.32
1374.78 s
[cassava] Dependency scientific: using scientific-0.3.8.0
1374.78 s
[cassava] Dependency test-framework >=0.8 && <0.9: using test-framework-0.8.2.2
1374.78 s
[cassava] Dependency test-framework-hunit >=0.3 && <0.4: using
1374.78 s
[cassava] test-framework-hunit-0.3.0.2
1374.78 s
[cassava] Dependency test-framework-quickcheck2 >=0.3 && <0.4: using
1374.78 s
[cassava] test-framework-quickcheck2-0.3.0.6
1374.78 s
[cassava] Dependency text: using text-2.1
1374.78 s
[cassava] Dependency unordered-containers: using unordered-containers-0.2.20
1374.78 s
[cassava] Dependency vector: using vector-0.13.2.0
1375.02 s
[cassava] Source component graph:
1375.02 s
[cassava] component lib
1375.02 s
[cassava] component test:unit-tests dependency lib
1375.02 s
[cassava] Configured component graph:
1375.02 s
[cassava] component cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1375.02 s
[cassava] include Only-0.1-AuwjCfPztWl2WCUPYA4w2o
1375.02 s
[cassava] include array-0.5.6.0-dc89
1375.02 s
[cassava] include attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
1375.02 s
[cassava] include base-4.19.0.0-b960
1375.02 s
[cassava] include bytestring-0.12.0.2-4690
1375.02 s
[cassava] include containers-0.6.8-4775
1375.02 s
[cassava] include deepseq-1.5.0.0-412f
1375.02 s
[cassava] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
1375.02 s
[cassava] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
1375.02 s
[cassava] include text-2.1-c36a
1375.02 s
[cassava] include text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
1375.02 s
[cassava] include transformers-0.6.1.0-c3ec
1375.02 s
[cassava] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
1375.02 s
[cassava] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
1375.02 s
[cassava] component cassava-0.5.3.2-26TYJ2TDm8HFuY1kXwF1V8-unit-tests
1375.02 s
[cassava] include HUnit-1.6.2.0-50gpUMp3FUq9RzcmwNFXK7
1375.02 s
[cassava] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1375.02 s
[cassava] include attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
1375.02 s
[cassava] include base-4.19.0.0-b960
1375.02 s
[cassava] include bytestring-0.12.0.2-4690
1375.02 s
[cassava] include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1375.02 s
[cassava] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
1375.02 s
[cassava] include quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
1375.02 s
[cassava] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
1375.02 s
[cassava] include test-framework-0.8.2.2-L9qmYvatCN96QTQQKuiFpm
1375.02 s
[cassava] include test-framework-hunit-0.3.0.2-8WJfP9uTArrJ9OkFdKwpDm
1375.02 s
[cassava] include test-framework-quickcheck2-0.3.0.6-5y38glI8Mym9b8R1xyZzcz
1375.02 s
[cassava] include text-2.1-c36a
1375.02 s
[cassava] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
1375.02 s
[cassava] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
1375.02 s
[cassava] Linked component graph:
1375.02 s
[cassava] unit cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1375.02 s
[cassava] include Only-0.1-AuwjCfPztWl2WCUPYA4w2o
1375.02 s
[cassava] include array-0.5.6.0-dc89
1375.02 s
[cassava] include attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
1375.02 s
[cassava] include base-4.19.0.0-b960
1375.02 s
[cassava] include bytestring-0.12.0.2-4690
1375.02 s
[cassava] include containers-0.6.8-4775
1375.02 s
[cassava] include deepseq-1.5.0.0-412f
1375.02 s
[cassava] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
1375.02 s
[cassava] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
1375.02 s
[cassava] include text-2.1-c36a
1375.02 s
[cassava] include text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
1375.02 s
[cassava] include transformers-0.6.1.0-c3ec
1375.02 s
[cassava] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
1375.02 s
[cassava] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
1375.02 s
[cassava] Data.Csv=cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb:Data.Csv,Data.Csv.Builder=cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb:Data.Csv.Builder,Data.Csv.Incremental=cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb:Data.Csv.Incremental,Data.Csv.Parser=cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb:Data.Csv.Parser,Data.Csv.Streaming=cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb:Data.Csv.Streaming
1375.02 s
[cassava] unit cassava-0.5.3.2-26TYJ2TDm8HFuY1kXwF1V8-unit-tests
1375.02 s
[cassava] include HUnit-1.6.2.0-50gpUMp3FUq9RzcmwNFXK7
1375.02 s
[cassava] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1375.02 s
[cassava] include attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
1375.02 s
[cassava] include base-4.19.0.0-b960
1375.02 s
[cassava] include bytestring-0.12.0.2-4690
1375.02 s
[cassava] include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1375.02 s
[cassava] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
1375.02 s
[cassava] include quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
1375.02 s
[cassava] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
1375.02 s
[cassava] include test-framework-0.8.2.2-L9qmYvatCN96QTQQKuiFpm
1375.02 s
[cassava] include test-framework-hunit-0.3.0.2-8WJfP9uTArrJ9OkFdKwpDm
1375.02 s
[cassava] include test-framework-quickcheck2-0.3.0.6-5y38glI8Mym9b8R1xyZzcz
1375.02 s
[cassava] include text-2.1-c36a
1375.02 s
[cassava] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
1375.02 s
[cassava] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
1375.02 s
[cassava] Ready component graph:
1375.02 s
[cassava] definite cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1375.02 s
[cassava] depends Only-0.1-AuwjCfPztWl2WCUPYA4w2o
1375.02 s
[cassava] depends array-0.5.6.0-dc89
1375.02 s
[cassava] depends attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
1375.02 s
[cassava] depends base-4.19.0.0-b960
1375.02 s
[cassava] depends bytestring-0.12.0.2-4690
1375.02 s
[cassava] depends containers-0.6.8-4775
1375.02 s
[cassava] depends deepseq-1.5.0.0-412f
1375.02 s
[cassava] depends hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
1375.02 s
[cassava] depends scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
1375.02 s
[cassava] depends text-2.1-c36a
1375.02 s
[cassava] depends text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
1375.02 s
[cassava] depends transformers-0.6.1.0-c3ec
1375.02 s
[cassava] depends unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
1375.02 s
[cassava] depends vector-0.13.2.0-KITycIPQp0R25115diGgzh
1375.02 s
[cassava] definite cassava-0.5.3.2-26TYJ2TDm8HFuY1kXwF1V8-unit-tests
1375.02 s
[cassava] depends HUnit-1.6.2.0-50gpUMp3FUq9RzcmwNFXK7
1375.02 s
[cassava] depends QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1375.02 s
[cassava] depends attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
1375.02 s
[cassava] depends base-4.19.0.0-b960
1375.02 s
[cassava] depends bytestring-0.12.0.2-4690
1375.02 s
[cassava] depends cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1375.02 s
[cassava] depends hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
1375.02 s
[cassava] depends quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
1375.02 s
[cassava] depends scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
1375.02 s
[cassava] depends test-framework-0.8.2.2-L9qmYvatCN96QTQQKuiFpm
1375.02 s
[cassava] depends test-framework-hunit-0.3.0.2-8WJfP9uTArrJ9OkFdKwpDm
1375.02 s
[cassava] depends test-framework-quickcheck2-0.3.0.6-5y38glI8Mym9b8R1xyZzcz
1375.02 s
[cassava] depends text-2.1-c36a
1375.02 s
[cassava] depends unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
1375.02 s
[cassava] depends vector-0.13.2.0-KITycIPQp0R25115diGgzh
1375.02 s
[cassava] Using Cabal-3.10.2.0 compiled by ghc-9.8
1375.02 s
[cassava] Using compiler: ghc-9.8.1
1375.02 s
[cassava] Using install prefix:
1375.02 s
[cassava] /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2
1375.02 s
[cassava] Executables installed in:
1375.02 s
[cassava] /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/bin
1375.02 s
[cassava] Libraries installed in:
1375.02 s
[cassava] /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1375.02 s
[cassava] Dynamic Libraries installed in:
1375.02 s
[cassava] /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1
1375.02 s
[cassava] Private executables installed in:
1375.02 s
[cassava] /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/libexec/x86_64-linux-ghc-9.8.1/cassava-0.5.3.2
1375.02 s
[cassava] Data files installed in:
1375.02 s
[cassava] /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/share/x86_64-linux-ghc-9.8.1/cassava-0.5.3.2
1375.02 s
[cassava] Documentation installed in:
1375.02 s
[cassava] /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc/share/doc/cassava-0.5.3.2
1375.02 s
[cassava] Configuration files installed in:
1375.02 s
[cassava] /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/etc
1375.02 s
[cassava] No alex found
1375.02 s
[cassava] Using ar found on system at:
1375.02 s
[cassava] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1375.02 s
[cassava] No c2hs found
1375.02 s
[cassava] No cpphs found
1375.02 s
[cassava] No doctest found
1375.02 s
[cassava] Using gcc version 14.3.0 given by user at:
1375.02 s
[cassava] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1375.02 s
[cassava] Using ghc version 9.8.1 found on system at:
1375.02 s
[cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc
1375.02 s
[cassava] Using ghc-pkg version 9.8.1 found on system at:
1375.02 s
[cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc-pkg-9.8.1
1375.02 s
[cassava] No ghcjs found
1375.02 s
[cassava] No ghcjs-pkg found
1375.02 s
[cassava] No greencard found
1375.02 s
[cassava] Using haddock version 2.30.0 found on system at:
1375.02 s
[cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/haddock-ghc-9.8.1
1375.02 s
[cassava] No happy found
1375.02 s
[cassava] Using haskell-suite found on system at: haskell-suite-dummy-location
1375.02 s
[cassava] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1375.02 s
[cassava] No hmake found
1375.02 s
[cassava] Using hpc version 0.69 found on system at:
1375.02 s
[cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hpc-ghc-9.8.1
1375.02 s
[cassava] Using hsc2hs version 0.68.10 found on system at:
1375.02 s
[cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hsc2hs-ghc-9.8.1
1375.02 s
[cassava] Using hscolour version 1.25 found on system at:
1375.02 s
[cassava] /nix/store/1g19csfql5ihx7cvxzlzald54flbi8il-hscolour-1.25/bin/HsColour
1375.02 s
[cassava] No jhc found
1375.02 s
[cassava] Using ld found on system at:
1375.02 s
[cassava] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1375.02 s
[cassava] No pkg-config found
1375.02 s
[cassava] Using runghc version 9.8.1 found on system at:
1375.02 s
[cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/runghc-9.8.1
1375.02 s
[cassava] Using strip version 2.44 found on system at:
1375.02 s
[cassava] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1375.02 s
[cassava] Using tar found on system at:
1375.02 s
[cassava] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1375.02 s
[cassava] No uhc found
1375.16 s
[cassava] Phase: buildPhase
1375.21 s
[cassava] Preprocessing library for cassava-0.5.3.2..
1375.22 s
[cassava] Building library for cassava-0.5.3.2..
1375.40 s
[cassava] [ 1 of 10] Compiling Data.Csv.Types ( src/Data/Csv/Types.hs, dist/build/Data/Csv/Types.o, dist/build/Data/Csv/Types.dyn_o )
1375.72 s
[cassava] [ 2 of 10] Compiling Data.Csv.Util ( src/Data/Csv/Util.hs, dist/build/Data/Csv/Util.o, dist/build/Data/Csv/Util.dyn_o )
1375.72 s
[cassava] [ 3 of 10] Compiling Data.Csv.Parser ( src/Data/Csv/Parser.hs, dist/build/Data/Csv/Parser.o, dist/build/Data/Csv/Parser.dyn_o )
1377.83 s
[cassava] [ 4 of 10] Compiling Data.Csv.Conversion.Internal ( src/Data/Csv/Conversion/Internal.hs, dist/build/Data/Csv/Conversion/Internal.o, dist/build/Data/Csv/Conversion/Internal.dyn_o )
1377.92 s
[cassava] [ 5 of 10] Compiling Data.Csv.Conversion ( src/Data/Csv/Conversion.hs, dist/build/Data/Csv/Conversion.o, dist/build/Data/Csv/Conversion.dyn_o )
1380.81 s
[cassava] [ 6 of 10] Compiling Data.Csv.Encoding ( src/Data/Csv/Encoding.hs, dist/build/Data/Csv/Encoding.o, dist/build/Data/Csv/Encoding.dyn_o )
1384.25 s
[cassava] [ 7 of 10] Compiling Data.Csv.Incremental ( src/Data/Csv/Incremental.hs, dist/build/Data/Csv/Incremental.o, dist/build/Data/Csv/Incremental.dyn_o )
1385.46 s
[cassava] [ 8 of 10] Compiling Data.Csv.Streaming ( src/Data/Csv/Streaming.hs, dist/build/Data/Csv/Streaming.o, dist/build/Data/Csv/Streaming.dyn_o )
1385.75 s
[cassava] [ 9 of 10] Compiling Data.Csv.Builder ( src/Data/Csv/Builder.hs, dist/build/Data/Csv/Builder.o, dist/build/Data/Csv/Builder.dyn_o )
1385.75 s
[cassava] [10 of 10] Compiling Data.Csv ( src/Data/Csv.hs, dist/build/Data/Csv.o, dist/build/Data/Csv.dyn_o )
1386.26 s
[cassava] [ 1 of 10] Compiling Data.Csv.Types ( src/Data/Csv/Types.hs, dist/build/Data/Csv/Types.p_o )
1386.73 s
[cassava] [ 2 of 10] Compiling Data.Csv.Util ( src/Data/Csv/Util.hs, dist/build/Data/Csv/Util.p_o )
1386.78 s
[cassava] [ 3 of 10] Compiling Data.Csv.Parser ( src/Data/Csv/Parser.hs, dist/build/Data/Csv/Parser.p_o )
1389.34 s
[cassava] [ 4 of 10] Compiling Data.Csv.Conversion.Internal ( src/Data/Csv/Conversion/Internal.hs, dist/build/Data/Csv/Conversion/Internal.p_o )
1389.38 s
[cassava] [ 5 of 10] Compiling Data.Csv.Conversion ( src/Data/Csv/Conversion.hs, dist/build/Data/Csv/Conversion.p_o )
1393.97 s
[cassava] [ 6 of 10] Compiling Data.Csv.Encoding ( src/Data/Csv/Encoding.hs, dist/build/Data/Csv/Encoding.p_o )
1398.65 s
[cassava] [ 7 of 10] Compiling Data.Csv.Incremental ( src/Data/Csv/Incremental.hs, dist/build/Data/Csv/Incremental.p_o )
1400.62 s
[cassava] [ 8 of 10] Compiling Data.Csv.Streaming ( src/Data/Csv/Streaming.hs, dist/build/Data/Csv/Streaming.p_o )
1401.15 s
[cassava] [ 9 of 10] Compiling Data.Csv.Builder ( src/Data/Csv/Builder.hs, dist/build/Data/Csv/Builder.p_o )
1401.15 s
[cassava] [10 of 10] Compiling Data.Csv ( src/Data/Csv.hs, dist/build/Data/Csv.p_o )
1404.29 s
[cassava] Preprocessing test suite 'unit-tests' for cassava-0.5.3.2..
1404.29 s
[cassava] Building test suite 'unit-tests' for cassava-0.5.3.2..
1404.77 s
[cassava] [1 of 1] Compiling Main ( tests/UnitTests.hs, dist/build/unit-tests/unit-tests-tmp/Main.o )
1427.28 s
[cassava] [2 of 2] Linking dist/build/unit-tests/unit-tests
1428.35 s
[cassava] buildPhase completed in 53 seconds
1428.35 s
[cassava] Phase: checkPhase
1428.43 s
[cassava] Running 1 test suites...
1428.43 s
[cassava] Test suite unit-tests: RUNNING...
1428.52 s
[cassava] positional:
1428.52 s
[cassava] encode:
1428.52 s
[cassava] simple: [OK]
1428.52 s
[cassava] quoted: [OK]
1428.52 s
[cassava] quote: [OK]
1428.52 s
[cassava] quotedQuote: [OK]
1428.52 s
[cassava] leadingSpace: [OK]
1428.52 s
[cassava] comma: [OK]
1428.52 s
[cassava] twoFields: [OK]
1428.52 s
[cassava] twoRecords: [OK]
1428.52 s
[cassava] newline: [OK]
1428.52 s
[cassava] encode:
1428.52 s
[cassava] simple: [OK]
1428.52 s
[cassava] quoted: [OK]
1428.52 s
[cassava] quote: [OK]
1428.52 s
[cassava] quotedQuote: [OK]
1428.52 s
[cassava] leadingSpace: [OK]
1428.52 s
[cassava] comma: [OK]
1428.52 s
[cassava] twoFields: [OK]
1428.52 s
[cassava] twoRecords: [OK]
1428.52 s
[cassava] newline: [OK]
1428.52 s
[cassava] encode:
1428.52 s
[cassava] simple: [OK]
1428.52 s
[cassava] quoted: [OK]
1428.52 s
[cassava] quote: [OK]
1428.52 s
[cassava] quotedQuote: [OK]
1428.52 s
[cassava] leadingSpace: [OK]
1428.52 s
[cassava] comma: [OK]
1428.52 s
[cassava] twoFields: [OK]
1428.53 s
[cassava] twoRecords: [OK]
1428.53 s
[cassava] newline: [OK]
1428.53 s
[cassava] encodeWith:
1428.53 s
[cassava] tab-delim: [OK]
1428.53 s
[cassava] newline: [OK]
1428.53 s
[cassava] decode:
1428.53 s
[cassava] simple: [OK]
1428.53 s
[cassava] crlf: [OK]
1428.53 s
[cassava] noEol: [OK]
1428.53 s
[cassava] blankLine: [OK]
1428.53 s
[cassava] leadingSpace: [OK]
1428.53 s
[cassava] rfc4180: [OK]
1428.53 s
[cassava] escapedDoubleQuotes: [OK]
1428.53 s
[cassava] decodeWith:
1428.53 s
[cassava] tab-delim: [OK]
1428.53 s
[cassava] streaming:
1428.53 s
[cassava] decode:
1428.53 s
[cassava] simple: [OK]
1428.53 s
[cassava] crlf: [OK]
1428.53 s
[cassava] noEol: [OK]
1428.53 s
[cassava] blankLine: [OK]
1428.53 s
[cassava] leadingSpace: [OK]
1428.53 s
[cassava] rfc4180: [OK]
1428.53 s
[cassava] escapedDoubleQuotes: [OK]
1428.53 s
[cassava] decodeWith:
1428.53 s
[cassava] tab-delim: [OK]
1428.53 s
[cassava] failing:
1428.53 s
[cassava] escapedMalformed0: [OK]
1428.53 s
[cassava] named:
1428.53 s
[cassava] encode:
1428.53 s
[cassava] simple: [OK]
1428.53 s
[cassava] twoFields: [OK]
1428.53 s
[cassava] twoRecords: [OK]
1428.53 s
[cassava] encodeWith:
1428.53 s
[cassava] no header: [OK]
1428.53 s
[cassava] decode:
1428.53 s
[cassava] simple: [OK]
1428.53 s
[cassava] twoFields: [OK]
1428.53 s
[cassava] twoRecords: [OK]
1428.53 s
[cassava] cr header: [OK]
1428.53 s
[cassava] cr trailing: [OK]
1428.53 s
[cassava] cr separator: [OK]
1428.53 s
[cassava] streaming:
1428.53 s
[cassava] decode:
1428.53 s
[cassava] simple: [OK]
1428.53 s
[cassava] twoFields: [OK]
1428.53 s
[cassava] twoRecords: [OK]
1428.53 s
[cassava] cr header: [OK]
1428.53 s
[cassava] cr trailing: [OK]
1428.53 s
[cassava] cr separator: [OK]
1428.53 s
[cassava] conversion:
1428.53 s
[cassava] roundTrip:
1428.53 s
[cassava] Char: [OK, passed 100 tests]
1428.53 s
[cassava] ByteString: [OK, passed 100 tests]
1428.53 s
[cassava] Int: [OK, passed 100 tests]
1428.53 s
[cassava] Integer: [OK, passed 100 tests]
1428.53 s
[cassava] Int8: [OK, passed 100 tests]
1428.53 s
[cassava] Int16: [OK, passed 100 tests]
1428.53 s
[cassava] Int32: [OK, passed 100 tests]
1428.53 s
[cassava] Int64: [OK, passed 100 tests]
1428.53 s
[cassava] Natural: [OK, passed 100 tests]
1428.53 s
[cassava] Word: [OK, passed 100 tests]
1428.53 s
[cassava] Word8: [OK, passed 100 tests]
1428.53 s
[cassava] Word16: [OK, passed 100 tests]
1428.53 s
[cassava] Word32: [OK, passed 100 tests]
1428.53 s
[cassava] Word64: [OK, passed 100 tests]
1428.53 s
[cassava] Scientific: [OK, passed 100 tests]
1428.53 s
[cassava] lazy ByteString: [OK, passed 100 tests]
1428.53 s
[cassava] Text: [OK, passed 100 tests]
1428.53 s
[cassava] lazy Text: [OK, passed 100 tests]
1428.53 s
[cassava] Const Char: [OK, passed 100 tests]
1428.53 s
[cassava] boundary:
1428.53 s
[cassava] Int: [OK, passed 1 tests]
1428.53 s
[cassava] Int8: [OK, passed 1 tests]
1428.53 s
[cassava] Int16: [OK, passed 1 tests]
1428.53 s
[cassava] Int32: [OK, passed 1 tests]
1428.53 s
[cassava] Int64: [OK, passed 1 tests]
1428.53 s
[cassava] Word: [OK, passed 1 tests]
1428.53 s
[cassava] Word8: [OK, passed 1 tests]
1428.53 s
[cassava] Word16: [OK, passed 1 tests]
1428.53 s
[cassava] Word32: [OK, passed 1 tests]
1428.53 s
[cassava] Word64: [OK, passed 1 tests]
1428.53 s
[cassava] Unicode:
1428.53 s
[cassava] Chinese: [OK]
1428.53 s
[cassava] Icelandic: [OK]
1428.53 s
[cassava] Turkish: [OK]
1428.53 s
[cassava] Partial Decodes:
1428.53 s
[cassava] Int: [OK]
1428.53 s
[cassava] Natural: [OK]
1428.53 s
[cassava] Word: [OK]
1428.53 s
[cassava] Scientific: [OK]
1428.53 s
[cassava] Double: [OK]
1428.53 s
[cassava] Integer: [OK]
1428.53 s
[cassava] Space trimming:
1428.53 s
[cassava] _Int: [OK]
1428.53 s
[cassava] Int_: [OK]
1428.53 s
[cassava] _Int_: [OK]
1428.53 s
[cassava] _Natural: [OK]
1428.53 s
[cassava] Natural_: [OK]
1428.53 s
[cassava] _Natural_: [OK]
1428.53 s
[cassava] _Word: [OK]
1428.53 s
[cassava] Word_: [OK]
1428.53 s
[cassava] _Word_: [OK]
1428.53 s
[cassava] _Scientific: [OK]
1428.53 s
[cassava] Scientific_: [OK]
1428.53 s
[cassava] _Scientific_: [OK]
1428.53 s
[cassava] _Double: [OK]
1428.53 s
[cassava] Double_: [OK]
1428.53 s
[cassava] _Double_: [OK]
1428.53 s
[cassava] custom-options:
1428.53 s
[cassava] customDelim: [OK, passed 100 tests]
1428.53 s
[cassava] instances:
1428.53 s
[cassava] Records instances:
1428.53 s
[cassava] foldr Foldable: [OK]
1428.53 s
[cassava] foldl' Foldable: [OK]
1428.53 s
[cassava] generic-conversions:
1428.53 s
[cassava] headerOrder: [OK]
1428.53 s
[cassava] encode: [OK]
1428.53 s
[cassava] decode: [OK]
1428.53 s
[cassava] roundTrip: [OK, passed 100 tests]
1428.53 s
[cassava]
1428.53 s
[cassava] Properties Test Cases Total
1428.53 s
[cassava] Passed 31 91 122
1428.53 s
[cassava] Failed 0 0 0
1428.53 s
[cassava] Total 31 91 122
1428.53 s
[cassava] Test suite unit-tests: PASS
1428.53 s
[cassava] Test suite logged to: dist/test/cassava-0.5.3.2-unit-tests.log
1428.53 s
[cassava] 1 of 1 test suites (1 of 1 test cases) passed.
1428.54 s
[cassava] Phase: haddockPhase
1428.85 s
[cassava] Preprocessing library for cassava-0.5.3.2..
1428.86 s
[cassava] Running Haddock on library for cassava-0.5.3.2..
1428.86 s
[cassava] Warning: The documentation for the following packages are not installed. No
1428.86 s
[cassava] links will be generated to these packages: attoparsec-0.14.4,
1428.86 s
[cassava] attoparsec-0.14.4, vector-0.13.2.0
1428.97 s
[cassava] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1429.39 s
[cassava] [ 1 of 10] Compiling Data.Csv.Types ( src/Data/Csv/Types.hs, nothing )
1429.68 s
[cassava] [ 2 of 10] Compiling Data.Csv.Util ( src/Data/Csv/Util.hs, nothing )
1429.72 s
[cassava] [ 3 of 10] Compiling Data.Csv.Parser ( src/Data/Csv/Parser.hs, nothing )
1429.79 s
[cassava] [ 4 of 10] Compiling Data.Csv.Conversion.Internal ( src/Data/Csv/Conversion/Internal.hs, nothing )
1430.14 s
[cassava] [ 5 of 10] Compiling Data.Csv.Conversion ( src/Data/Csv/Conversion.hs, nothing )
1430.97 s
[cassava] [ 6 of 10] Compiling Data.Csv.Encoding ( src/Data/Csv/Encoding.hs, nothing )
1431.08 s
[cassava] [ 7 of 10] Compiling Data.Csv.Incremental ( src/Data/Csv/Incremental.hs, nothing )
1431.24 s
[cassava] [ 8 of 10] Compiling Data.Csv.Streaming ( src/Data/Csv/Streaming.hs, nothing )
1431.31 s
[cassava] [ 9 of 10] Compiling Data.Csv.Builder ( src/Data/Csv/Builder.hs, nothing )
1431.32 s
[cassava] [10 of 10] Compiling Data.Csv ( src/Data/Csv.hs, nothing )
1431.33 s
[cassava] Haddock coverage:
1431.33 s
[cassava] Warning: 'liftM2' is out of scope.
1431.33 s
[cassava] If you qualify the identifier, haddock can try to link it anyway.
1431.34 s
[cassava] Warning: 'DecodeOptions' is ambiguous. It is defined
1431.34 s
[cassava] * at src/Data/Csv/Parser.hs:52:22
1431.34 s
[cassava] * at src/Data/Csv/Parser.hs:52:1
1431.34 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.34 s
[cassava] by specifying the type/value namespace explicitly.
1431.34 s
[cassava] Defaulting to the one defined at src/Data/Csv/Parser.hs:52:1
1431.34 s
[cassava] 100% ( 9 / 9) in 'Data.Csv.Parser'
1431.34 s
[cassava] Warning: 'Parser' is ambiguous. It is defined
1431.34 s
[cassava] * in ‘Data.Attoparsec.ByteString.Internal’
1431.34 s
[cassava] * at src/Data/Csv/Conversion.hs:1169:20
1431.34 s
[cassava] * at src/Data/Csv/Conversion.hs:1169:1
1431.34 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.34 s
[cassava] by specifying the type/value namespace explicitly.
1431.34 s
[cassava] Defaulting to the one defined at src/Data/Csv/Conversion.hs:1169:1
1431.34 s
[cassava] Warning: 'empty' is ambiguous. It is defined
1431.34 s
[cassava] * in ‘GHC.Base’
1431.34 s
[cassava] * in ‘Data.ByteString.Internal.Type’
1431.34 s
[cassava] * in ‘Data.ByteString.Lazy’
1431.34 s
[cassava] * in ‘Data.ByteString.Short.Internal’
1431.34 s
[cassava] * in ‘Data.IntMap.Internal’
1431.34 s
[cassava] * in ‘Data.Map.Internal’
1431.34 s
[cassava] * in ‘Data.Text.Internal’
1431.34 s
[cassava] * in ‘Data.Text.Internal.Lazy’
1431.34 s
[cassava] * in ‘Data.Text.Short’
1431.34 s
[cassava] * in ‘Data.HashMap.Internal’
1431.34 s
[cassava] * in ‘Data.Vector’
1431.34 s
[cassava] * in ‘Data.Vector.Unboxed’
1431.34 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.34 s
[cassava] by specifying the type/value namespace explicitly.
1431.34 s
[cassava] Defaulting to the one defined in ‘Data.Vector.Unboxed’
1431.34 s
[cassava] Warning: 'toNamedRecord' is ambiguous. It is defined
1431.34 s
[cassava] * at src/Data/Csv/Conversion.hs:633:5
1431.34 s
[cassava] * at src/Data/Csv/Types.hs:46:1
1431.34 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.34 s
[cassava] by specifying the type/value namespace explicitly.
1431.34 s
[cassava] Defaulting to the one defined at src/Data/Csv/Types.hs:46:1
1431.35 s
[cassava] Warning: 'index' is ambiguous. It is defined
1431.35 s
[cassava] * in ‘Data.ByteString’
1431.35 s
[cassava] * in ‘Data.ByteString.Char8’
1431.35 s
[cassava] * in ‘Data.ByteString.Lazy’
1431.35 s
[cassava] * in ‘Data.ByteString.Short.Internal’
1431.35 s
[cassava] * at src/Data/Csv/Conversion.hs:1102:1
1431.35 s
[cassava] * in ‘Data.Text’
1431.35 s
[cassava] * in ‘Data.Text.Lazy’
1431.35 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.35 s
[cassava] by specifying the type/value namespace explicitly.
1431.35 s
[cassava] Defaulting to the one defined at src/Data/Csv/Conversion.hs:1102:1
1431.35 s
[cassava] Warning: '!' is ambiguous. It is defined
1431.35 s
[cassava] * in ‘Data.IntMap.Internal’
1431.35 s
[cassava] * in ‘Data.Map.Internal’
1431.35 s
[cassava] * in ‘Data.HashMap.Internal’
1431.35 s
[cassava] * in ‘Data.Vector’
1431.35 s
[cassava] * in ‘Data.Vector.Unboxed’
1431.35 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.35 s
[cassava] by specifying the type/value namespace explicitly.
1431.35 s
[cassava] Defaulting to the one defined in ‘Data.Vector.Unboxed’
1431.35 s
[cassava] Warning: 'unsafeIndex' is ambiguous. It is defined
1431.35 s
[cassava] * at src/Data/Csv/Conversion.hs:1113:1
1431.35 s
[cassava] * in ‘Data.Vector’
1431.35 s
[cassava] * in ‘Data.Vector.Unboxed’
1431.35 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.35 s
[cassava] by specifying the type/value namespace explicitly.
1431.35 s
[cassava] Defaulting to the one defined at src/Data/Csv/Conversion.hs:1113:1
1431.35 s
[cassava] Warning: 'lookup' is ambiguous. It is defined
1431.35 s
[cassava] * at src/Data/Csv/Conversion.hs:1120:1
1431.35 s
[cassava] * in ‘Data.IntMap.Internal’
1431.35 s
[cassava] * in ‘Data.Map.Internal’
1431.35 s
[cassava] * in ‘Data.HashMap.Internal’
1431.35 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.35 s
[cassava] by specifying the type/value namespace explicitly.
1431.35 s
[cassava] Defaulting to the one defined at src/Data/Csv/Conversion.hs:1120:1
1431.36 s
[cassava] Warning: 'EncodeOptions' is ambiguous. It is defined
1431.36 s
[cassava] * at src/Data/Csv/Encoding.hs:200:22
1431.36 s
[cassava] * at src/Data/Csv/Encoding.hs:200:1
1431.36 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.36 s
[cassava] by specifying the type/value namespace explicitly.
1431.36 s
[cassava] Defaulting to the one defined at src/Data/Csv/Encoding.hs:200:1
1431.36 s
[cassava] Warning: 'decodeWith'' is out of scope.
1431.36 s
[cassava] If you qualify the identifier, haddock can try to link it anyway.
1431.36 s
[cassava] Warning: 'hasHeader' is out of scope.
1431.36 s
[cassava] If you qualify the identifier, haddock can try to link it anyway.
1431.36 s
[cassava] Warning: 'HasHeader' is ambiguous. It is defined
1431.36 s
[cassava] * at src/Data/Csv/Types.hs:49:18
1431.36 s
[cassava] * at src/Data/Csv/Types.hs:49:1
1431.36 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.36 s
[cassava] by specifying the type/value namespace explicitly.
1431.36 s
[cassava] Defaulting to the one defined at src/Data/Csv/Types.hs:49:1
1431.37 s
[cassava] Warning: 'foldr' is ambiguous. It is defined
1431.37 s
[cassava] * in ‘Data.Foldable’
1431.37 s
[cassava] * in ‘Data.ByteString’
1431.37 s
[cassava] * in ‘Data.ByteString.Lazy’
1431.37 s
[cassava] * in ‘Data.Vector’
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined in ‘Data.Vector’
1431.37 s
[cassava] Warning: 'foldl'' is ambiguous. It is defined
1431.37 s
[cassava] * in ‘Data.ByteString’
1431.37 s
[cassava] * in ‘Data.ByteString.Lazy’
1431.37 s
[cassava] * in ‘Data.Vector’
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined in ‘Data.Vector’
1431.37 s
[cassava] Warning: 'Fail' is ambiguous. It is defined
1431.37 s
[cassava] * in ‘Data.Attoparsec.Internal.Types’
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:199:7
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:199:7
1431.37 s
[cassava] Warning: 'Done' is ambiguous. It is defined
1431.37 s
[cassava] * in ‘Data.Attoparsec.Internal.Types’
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:213:7
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:213:7
1431.37 s
[cassava] Warning: 'decodeWith' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Encoding.hs:122:1
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:247:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:247:1
1431.37 s
[cassava] Warning: 'decode' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Encoding.hs:81:1
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:239:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:239:1
1431.37 s
[cassava] Warning: 'Parser' is ambiguous. It is defined
1431.37 s
[cassava] * in ‘Data.Attoparsec.ByteString.Internal’
1431.37 s
[cassava] * at src/Data/Csv/Conversion.hs:1169:1
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:195:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:195:1
1431.37 s
[cassava] Warning: 'decodeByNameWith' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Encoding.hs:165:1
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:280:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:280:1
1431.37 s
[cassava] Warning: 'decodeByName' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Encoding.hs:91:1
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:273:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:273:1
1431.37 s
[cassava] Warning: 'encodeWith' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Encoding.hs:228:1
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:346:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:346:1
1431.37 s
[cassava] Warning: 'encode' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Encoding.hs:96:1
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:340:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:340:1
1431.37 s
[cassava] Warning: 'encodeByName' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Encoding.hs:102:1
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:382:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:382:1
1431.37 s
[cassava] Warning: 'encodeDefaultOrderedByName' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Encoding.hs:109:1
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:388:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:388:1
1431.37 s
[cassava] 100% ( 33 / 33) in 'Data.Csv.Incremental'
1431.37 s
[cassava] Warning: 'decodeWith' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:247:1
1431.37 s
[cassava] * at src/Data/Csv/Streaming.hs:137:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Streaming.hs:137:1
1431.37 s
[cassava] Warning: 'decode' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:239:1
1431.37 s
[cassava] * at src/Data/Csv/Streaming.hs:128:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Streaming.hs:128:1
1431.37 s
[cassava] Warning: 'decodeByNameWith' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:280:1
1431.37 s
[cassava] * at src/Data/Csv/Streaming.hs:162:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Streaming.hs:162:1
1431.37 s
[cassava] Warning: 'decodeByName' is ambiguous. It is defined
1431.37 s
[cassava] * at src/Data/Csv/Incremental.hs:273:1
1431.37 s
[cassava] * at src/Data/Csv/Streaming.hs:152:1
1431.37 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.37 s
[cassava] by specifying the type/value namespace explicitly.
1431.37 s
[cassava] Defaulting to the one defined at src/Data/Csv/Streaming.hs:152:1
1431.38 s
[cassava] 100% ( 17 / 17) in 'Data.Csv.Streaming'
1431.38 s
[cassava] Warning: 'encodeRecord' is ambiguous. It is defined
1431.38 s
[cassava] * at src/Data/Csv/Builder.hs:33:1
1431.38 s
[cassava] * at src/Data/Csv/Encoding.hs:259:1
1431.38 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.38 s
[cassava] by specifying the type/value namespace explicitly.
1431.38 s
[cassava] Defaulting to the one defined at src/Data/Csv/Encoding.hs:259:1
1431.38 s
[cassava] Warning: 'encodeNamedRecord' is ambiguous. It is defined
1431.38 s
[cassava] * at src/Data/Csv/Builder.hs:38:1
1431.38 s
[cassava] * at src/Data/Csv/Encoding.hs:266:1
1431.38 s
[cassava] You may be able to disambiguate the identifier by qualifying it or
1431.38 s
[cassava] by specifying the type/value namespace explicitly.
1431.38 s
[cassava] Defaulting to the one defined at src/Data/Csv/Encoding.hs:266:1
1431.38 s
[cassava] 100% ( 11 / 11) in 'Data.Csv.Builder'
1431.38 s
[cassava] Warning: 'Vector' is out of scope.
1431.38 s
[cassava] If you qualify the identifier, haddock can try to link it anyway.
1431.38 s
[cassava] Warning: 'ByteString' is out of scope.
1431.38 s
[cassava] If you qualify the identifier, haddock can try to link it anyway.
1431.38 s
[cassava] Warning: 'Generic' is out of scope.
1431.38 s
[cassava] If you qualify the identifier, haddock can try to link it anyway.
1431.38 s
[cassava] 95% ( 87 / 91) in 'Data.Csv'
1431.38 s
[cassava] Missing documentation for:
1431.38 s
[cassava] GFromRecord (src/Data/Csv/Conversion.hs:1253)
1431.38 s
[cassava] GToRecord (src/Data/Csv/Conversion.hs:1312)
1431.38 s
[cassava] GFromNamedRecord (src/Data/Csv/Conversion.hs:1264)
1431.38 s
[cassava] GToNamedRecordHeader (src/Data/Csv/Conversion.hs:1345)
1432.01 s
[cassava] Warning: Data.Csv.Parser: could not find link destinations for:
1432.01 s
[cassava] - Data.Vector.Vector
1432.01 s
[cassava] - Data.Attoparsec.ByteString.Internal.Parser
1432.01 s
[cassava] - Data.Csv.Util.endOfLine
1432.02 s
[cassava] Warning: Data.Csv.Incremental: could not find link destinations for:
1432.02 s
[cassava] - Data.Vector.foldl'
1432.02 s
[cassava] - Data.Vector.foldr
1432.02 s
[cassava] Warning: Data.Csv.Builder: could not find link destinations for:
1432.02 s
[cassava] - Data.Csv.Encoding.encodeRecord
1432.02 s
[cassava] - Data.Csv.Encoding.encodeNamedRecord
1432.03 s
[cassava] Warning: Data.Csv: could not find link destinations for:
1432.03 s
[cassava] - Data.Vector.Vector
1432.03 s
[cassava] - Data.Csv.Types.toNamedRecord
1432.03 s
[cassava] - Data.Attoparsec.ByteString.Char8.rational
1432.03 s
[cassava] - Data.Tuple.Only.Rep_Only
1432.03 s
[cassava] - Data.Vector.Unboxed.!
1432.03 s
[cassava] - Data.Vector.Unboxed.empty
1432.03 s
[cassava] - Data.Vector.Unboxed.Base.Unbox
1432.03 s
[cassava] - Data.Vector.Unboxed.Base.Vector
1432.03 s
[cassava] - Data.Csv.Conversion.gtoNamedRecordHeader
1432.03 s
[cassava] - Data.Csv.Conversion.gtoRecord
1432.03 s
[cassava] - Data.Csv.Conversion.GFromRecordSum
1432.03 s
[cassava] - Data.Csv.Conversion.gparseNamedRecord
1432.03 s
[cassava] - Data.Csv.Conversion.gparseRecord
1436.01 s
[cassava] Documentation created: dist/doc/html/cassava/,
1436.01 s
[cassava] dist/doc/html/cassava/cassava.txt
1436.07 s
[cassava] Preprocessing test suite 'unit-tests' for cassava-0.5.3.2..
1436.19 s
[cassava] Phase: installPhase
1436.19 s
[cassava] Installing library in /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1436.82 s
[cassava] Phase: fixupPhase
1436.86 s
[cassava] shrinking RPATHs of ELF executables and libraries in /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2
1436.87 s
[cassava] shrinking /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/libHScassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb-ghc9.8.1.so
1436.88 s
[cassava] checking for references to /build/ in /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2...
1436.89 s
[cassava] patching script interpreter paths in /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2
1436.90 s
[cassava] stripping (with command strip and flags -S -p) in /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/lib
1437.04 s
[cassava] shrinking RPATHs of ELF executables and libraries in /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc
1437.05 s
[cassava] checking for references to /build/ in /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc...
1437.06 s
[cassava] patching script interpreter paths in /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc
1437.17 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2 /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc
1437.65 s
[post-build-hook] Pushing 3 paths (108 are already present) using zstd to cache sellout ⏳
1437.65 s
[post-build-hook]
1438.03 s
[post-build-hook] Pushing /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2 (10.40 MiB)
1438.04 s
[post-build-hook] Pushing /nix/store/qwsij6q9za18jyfxb3rj1np3gwvmifg3-json-c-0.18 (245.25 KiB)
1438.04 s
[post-build-hook] Pushing /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc (2.39 MiB)
1439.44 s
[post-build-hook]
1439.44 s
[post-build-hook] All done.
1439.46 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2 /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc
1439.50 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1439.79 s
[post-build-hook] copying 4 paths...
1439.79 s
[post-build-hook] copying path '/nix/store/m8b7fl9h7vxc5plspy33wvw4i752lvw5-Only-0.1-doc' to 'https://cache.nix-ci.com'...
1439.90 s
[post-build-hook] copying path '/nix/store/vi3n5m5ymwfhqw91y3qfs242i46lnxds-Only-0.1' to 'https://cache.nix-ci.com'...
1439.90 s
[post-build-hook] copying path '/nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc' to 'https://cache.nix-ci.com'...
1440.51 s
[post-build-hook] copying path '/nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2' to 'https://cache.nix-ci.com'...
1443.21 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1443.46 s
[post-build-hook] copying 1 paths...
1443.51 s
[post-build-hook] copying path '/nix/store/20w1yakxakx1amqh0i0i2qwyxsi41gbz-cassava-0.5.3.2.drv' to 'https://cache.nix-ci.com'...
1443.73 s
Progress: 74 of 79 built, 178 of 178 downloaded from cache
1443.78 s
Building calendrical
1443.97 s
[calendrical] Phase: setupCompilerEnvironmentPhase
1443.97 s
[calendrical] Build with /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1.
1444.18 s
[calendrical] Phase: unpackPhase
1444.19 s
[calendrical] unpacking source archive /nix/store/r24j3130i1y74pm56xbpjsd6yqcpj3vj-cfn084l6xf6l41prqlyy2nc85mwy6kvs-source/./calendrical
1444.20 s
[calendrical] source root is calendrical
1444.21 s
[calendrical] Phase: patchPhase
1444.22 s
[calendrical] Phase: compileBuildDriverPhase
1444.22 s
[calendrical] setupCompileFlags: -package-db=/build/tmp.OnboFM2W6F/setup-package.conf.d -threaded
1444.29 s
[calendrical] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.OnboFM2W6F/Main.o )
1444.34 s
[calendrical] [2 of 2] Linking Setup
1445.44 s
[calendrical] Phase: updateAutotoolsGnuConfigScriptsPhase
1445.45 s
[calendrical] Phase: configurePhase
1445.45 s
[calendrical] configureFlags: --verbose --prefix=/nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --datadir=/nix/store/5nax77z0lkfg5jak8gslh4rf34g57hg2-calendrical-0.0.1.0-data/share/ghc-9.8.1 --docdir=/nix/store/hxsi2irrby0dvqdqh1xr0h5wg5dprnmy-calendrical-0.0.1.0-doc/share/doc/calendrical-0.0.1.0 --with-gcc=gcc --package-db=/build/tmp.OnboFM2W6F/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 --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-Werror --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/lib
1445.46 s
[calendrical] Using Parsec parser
1445.46 s
[calendrical] Configuring calendrical-0.0.1.0...
1445.73 s
[calendrical] Flags chosen: noisy-deprecations=True
1445.73 s
[calendrical] Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
1445.73 s
[calendrical] >=4.21.0 && <4.22: using base-4.19.0.0
1445.73 s
[calendrical] Dependency fin >=0.3 && <0.4: using fin-0.3.2
1445.73 s
[calendrical] Dependency mixed-radix >=0.0.1 && <0.1: using mixed-radix-0.0.1.0
1445.73 s
[calendrical] Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
1445.73 s
[calendrical] no-recursion-0.3.0.0
1445.73 s
[calendrical] Dependency numeric-tangle >=0.0.1 && <0.1: using numeric-tangle-0.0.1.0
1445.73 s
[calendrical] Dependency numeric-tangle-fin >=0.0.1 && <0.1: using
1445.73 s
[calendrical] numeric-tangle-fin-0.0.1.0
1445.73 s
[calendrical] Dependency QuickCheck >=2.14.2 && <2.15 || >=2.15.0 && <2.16: using
1445.73 s
[calendrical] QuickCheck-2.14.3
1445.73 s
[calendrical] Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
1445.73 s
[calendrical] >=4.21.0 && <4.22: using base-4.19.0.0
1445.73 s
[calendrical] Dependency calendrical: using calendrical-0.0.1.0
1445.73 s
[calendrical] Dependency doctest >=0.21.1 && <0.22 || >=0.22.2 && <0.23 || >=0.23.0 && <0.24
1445.73 s
[calendrical] || >=0.24.0 && <0.25: using doctest-0.22.6
1445.73 s
[calendrical] Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
1445.73 s
[calendrical] no-recursion-0.3.0.0
1445.73 s
[calendrical] Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
1445.73 s
[calendrical] >=4.21.0 && <4.22: using base-4.19.0.0
1445.73 s
[calendrical] Dependency bytestring: using bytestring-0.12.0.2
1445.73 s
[calendrical] Dependency calendrical: using calendrical-0.0.1.0
1445.73 s
[calendrical] Dependency cassava: using cassava-0.5.3.2
1445.73 s
[calendrical] Dependency containers: using containers-0.6.8
1445.73 s
[calendrical] Dependency fin >=0.3 && <0.4: using fin-0.3.2
1445.73 s
[calendrical] Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
1445.73 s
[calendrical] no-recursion-0.3.0.0
1445.73 s
[calendrical] Dependency numeric-tangle: using numeric-tangle-0.0.1.0
1445.73 s
[calendrical] Dependency tasty: using tasty-1.5.3
1445.73 s
[calendrical] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
1445.73 s
[calendrical] Dependency tasty-hunit: using tasty-hunit-0.10.2
1445.73 s
[calendrical] Dependency text: using text-2.1
1445.73 s
[calendrical] Dependency vector: using vector-0.13.2.0
1445.94 s
[calendrical] Source component graph:
1445.94 s
[calendrical] component lib
1445.94 s
[calendrical] component test:csv-data dependency lib
1445.94 s
[calendrical] component test:doctests dependency lib
1445.94 s
[calendrical] Configured component graph:
1445.94 s
[calendrical] component calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1445.94 s
[calendrical] include base-4.19.0.0-b960
1445.94 s
[calendrical] include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1445.94 s
[calendrical] include mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
1445.94 s
[calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1445.94 s
[calendrical] include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1445.94 s
[calendrical] include numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
1445.94 s
[calendrical] component calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
1445.94 s
[calendrical] include base-4.19.0.0-b960
1445.94 s
[calendrical] include bytestring-0.12.0.2-4690
1445.94 s
[calendrical] include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1445.94 s
[calendrical] include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1445.94 s
[calendrical] include containers-0.6.8-4775
1445.94 s
[calendrical] include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1445.94 s
[calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1445.94 s
[calendrical] include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1445.94 s
[calendrical] include tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
1445.94 s
[calendrical] include tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
1445.94 s
[calendrical] include tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
1445.94 s
[calendrical] include text-2.1-c36a
1445.94 s
[calendrical] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
1445.94 s
[calendrical] component calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
1445.94 s
[calendrical] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1445.94 s
[calendrical] include base-4.19.0.0-b960
1445.94 s
[calendrical] include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1445.94 s
[calendrical] include doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
1445.94 s
[calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1445.94 s
[calendrical] Linked component graph:
1445.94 s
[calendrical] unit calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1445.94 s
[calendrical] include base-4.19.0.0-b960
1445.94 s
[calendrical] include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1445.94 s
[calendrical] include mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
1445.94 s
[calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1445.94 s
[calendrical] include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1445.94 s
[calendrical] include numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
1445.94 s
[calendrical] Data.Calendar=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar,Data.Calendar.Akan=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Akan,Data.Calendar.Armenian=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Armenian,Data.Calendar.Astronomical=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Astronomical,Data.Calendar.Coptic=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Coptic,Data.Calendar.Egyptian=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Egyptian,Data.Calendar.Ethiopic=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Ethiopic,Data.Calendar.Gregorian=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Gregorian,Data.Calendar.Hindu=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Hindu,Data.Calendar.Hindu.Old=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Hindu.Old,Data.Calendar.Hindu.Old.Lunar=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Hindu.Old.Lunar,Data.Calendar.Hindu.Old.Solar=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Hindu.Old.Solar,Data.Calendar.Icelandic=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Icelandic,Data.Calendar.Islamic=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Islamic,Data.Calendar.Iso=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Iso,Data.Calendar.Julian=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Julian,Data.Calendar.Julian.Olympiad=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Julian.Olympiad,Data.Calendar.Julian.Season=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Julian.Season,Data.Calendar.SimpleLeapCycle=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.SimpleLeapCycle,Data.Calendar.Twelve30Plus5=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Twelve30Plus5,Data.Calendar.Twelve30Plus5.Leap=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Twelve30Plus5.Leap,Data.Calendar.Types=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Types,Data.Calendar.Zoroastrian=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Zoroastrian
1445.94 s
[calendrical] unit calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
1445.94 s
[calendrical] include base-4.19.0.0-b960
1445.94 s
[calendrical] include bytestring-0.12.0.2-4690
1445.94 s
[calendrical] include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1445.94 s
[calendrical] include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1445.94 s
[calendrical] include containers-0.6.8-4775
1445.94 s
[calendrical] include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1445.94 s
[calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1445.94 s
[calendrical] include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1445.94 s
[calendrical] include tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
1445.94 s
[calendrical] include tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
1445.94 s
[calendrical] include tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
1445.94 s
[calendrical] include text-2.1-c36a
1445.94 s
[calendrical] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
1445.94 s
[calendrical] unit calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
1445.94 s
[calendrical] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1445.94 s
[calendrical] include base-4.19.0.0-b960
1445.94 s
[calendrical] include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1445.94 s
[calendrical] include doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
1445.94 s
[calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1445.94 s
[calendrical] Ready component graph:
1445.94 s
[calendrical] definite calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1445.94 s
[calendrical] depends base-4.19.0.0-b960
1445.94 s
[calendrical] depends fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1445.94 s
[calendrical] depends mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
1445.94 s
[calendrical] depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1445.94 s
[calendrical] depends numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1445.94 s
[calendrical] depends numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
1445.94 s
[calendrical] definite calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
1445.94 s
[calendrical] depends base-4.19.0.0-b960
1445.94 s
[calendrical] depends bytestring-0.12.0.2-4690
1445.94 s
[calendrical] depends calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1445.94 s
[calendrical] depends cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1445.94 s
[calendrical] depends containers-0.6.8-4775
1445.94 s
[calendrical] depends fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1445.95 s
[calendrical] depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1445.95 s
[calendrical] depends numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1445.95 s
[calendrical] depends tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
1445.95 s
[calendrical] depends tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
1445.95 s
[calendrical] depends tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
1445.95 s
[calendrical] depends text-2.1-c36a
1445.95 s
[calendrical] depends vector-0.13.2.0-KITycIPQp0R25115diGgzh
1445.95 s
[calendrical] definite calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
1445.95 s
[calendrical] depends QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1445.95 s
[calendrical] depends base-4.19.0.0-b960
1445.95 s
[calendrical] depends calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1445.95 s
[calendrical] depends doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
1445.95 s
[calendrical] depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1445.95 s
[calendrical] Using Cabal-3.10.3.0 compiled by ghc-9.8
1445.95 s
[calendrical] Using compiler: ghc-9.8.1
1445.95 s
[calendrical] Using install prefix:
1445.95 s
[calendrical] /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0
1445.95 s
[calendrical] Executables installed in:
1445.95 s
[calendrical] /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/bin
1445.95 s
[calendrical] Libraries installed in:
1445.95 s
[calendrical] /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1445.95 s
[calendrical] Dynamic Libraries installed in:
1445.95 s
[calendrical] /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1
1445.95 s
[calendrical] Private executables installed in:
1445.95 s
[calendrical] /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/libexec/x86_64-linux-ghc-9.8.1/calendrical-0.0.1.0
1445.95 s
[calendrical] Data files installed in:
1445.95 s
[calendrical] /nix/store/5nax77z0lkfg5jak8gslh4rf34g57hg2-calendrical-0.0.1.0-data/share/ghc-9.8.1/x86_64-linux-ghc-9.8.1/calendrical-0.0.1.0
1445.95 s
[calendrical] Documentation installed in:
1445.95 s
[calendrical] /nix/store/hxsi2irrby0dvqdqh1xr0h5wg5dprnmy-calendrical-0.0.1.0-doc/share/doc/calendrical-0.0.1.0
1445.95 s
[calendrical] Configuration files installed in:
1445.95 s
[calendrical] /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/etc
1445.95 s
[calendrical] No alex found
1445.95 s
[calendrical] Using ar found on system at:
1445.95 s
[calendrical] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1445.95 s
[calendrical] No c2hs found
1445.95 s
[calendrical] No cpphs found
1445.95 s
[calendrical] Using doctest version 0.22.6 found on system at:
1445.95 s
[calendrical] /nix/store/ijkkprsd3x5mvjif20xv4y0vhjp17zpj-doctest-0.22.6/bin/doctest
1445.95 s
[calendrical] Using gcc version 14.3.0 given by user at:
1445.95 s
[calendrical] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1445.95 s
[calendrical] Using ghc version 9.8.1 found on system at:
1445.96 s
[calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc
1445.96 s
[calendrical] Using ghc-pkg version 9.8.1 found on system at:
1445.96 s
[calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc-pkg-9.8.1
1445.96 s
[calendrical] No ghcjs found
1445.96 s
[calendrical] No ghcjs-pkg found
1445.96 s
[calendrical] No greencard found
1445.96 s
[calendrical] Using haddock version 2.30.0 found on system at:
1445.96 s
[calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/haddock-ghc-9.8.1
1445.96 s
[calendrical] No happy found
1445.96 s
[calendrical] Using haskell-suite found on system at: haskell-suite-dummy-location
1445.96 s
[calendrical] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1445.96 s
[calendrical] No hmake found
1445.96 s
[calendrical] Using hpc version 0.69 found on system at:
1445.96 s
[calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hpc-ghc-9.8.1
1445.96 s
[calendrical] Using hsc2hs version 0.68.10 found on system at:
1445.96 s
[calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hsc2hs-ghc-9.8.1
1445.96 s
[calendrical] Using hscolour version 1.25 found on system at:
1445.96 s
[calendrical] /nix/store/1g19csfql5ihx7cvxzlzald54flbi8il-hscolour-1.25/bin/HsColour
1445.96 s
[calendrical] No jhc found
1445.96 s
[calendrical] Using ld found on system at:
1445.96 s
[calendrical] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1445.96 s
[calendrical] No pkg-config found
1445.96 s
[calendrical] Using runghc version 9.8.1 found on system at:
1445.96 s
[calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/runghc-9.8.1
1445.96 s
[calendrical] Using strip version 2.44 found on system at:
1445.96 s
[calendrical] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1445.96 s
[calendrical] Using tar found on system at:
1445.96 s
[calendrical] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1445.96 s
[calendrical] No uhc found
1446.10 s
[calendrical] Phase: buildPhase
1446.15 s
[calendrical] Preprocessing library for calendrical-0.0.1.0..
1446.16 s
[calendrical] Building library for calendrical-0.0.1.0..
1446.30 s
[calendrical] [ 1 of 23] Compiling Data.Calendar.SimpleLeapCycle ( src/Data/Calendar/SimpleLeapCycle.hs, dist/build/Data/Calendar/SimpleLeapCycle.o, dist/build/Data/Calendar/SimpleLeapCycle.dyn_o )
1446.78 s
[calendrical] [ 2 of 23] Compiling Data.Calendar.Types ( src/Data/Calendar/Types.hs, dist/build/Data/Calendar/Types.o, dist/build/Data/Calendar/Types.dyn_o )
1447.11 s
[calendrical] [ 3 of 23] Compiling Data.Calendar ( src/Data/Calendar.hs, dist/build/Data/Calendar.o, dist/build/Data/Calendar.dyn_o )
1448.02 s
[calendrical] [ 4 of 23] Compiling Data.Calendar.Twelve30Plus5 ( src/Data/Calendar/Twelve30Plus5.hs, dist/build/Data/Calendar/Twelve30Plus5.o, dist/build/Data/Calendar/Twelve30Plus5.dyn_o )
1448.34 s
[calendrical] [ 5 of 23] Compiling Data.Calendar.Twelve30Plus5.Leap ( src/Data/Calendar/Twelve30Plus5/Leap.hs, dist/build/Data/Calendar/Twelve30Plus5/Leap.o, dist/build/Data/Calendar/Twelve30Plus5/Leap.dyn_o )
1448.88 s
[calendrical] [ 6 of 23] Compiling Data.Calendar.Gregorian ( src/Data/Calendar/Gregorian.hs, dist/build/Data/Calendar/Gregorian.o, dist/build/Data/Calendar/Gregorian.dyn_o )
1449.01 s
[calendrical] [ 7 of 23] Compiling Data.Calendar.Julian ( src/Data/Calendar/Julian.hs, dist/build/Data/Calendar/Julian.o, dist/build/Data/Calendar/Julian.dyn_o )
1449.79 s
[calendrical] [ 8 of 23] Compiling Data.Calendar.Julian.Season ( src/Data/Calendar/Julian/Season.hs, dist/build/Data/Calendar/Julian/Season.o, dist/build/Data/Calendar/Julian/Season.dyn_o )
1449.93 s
[calendrical] [ 9 of 23] Compiling Data.Calendar.Julian.Olympiad ( src/Data/Calendar/Julian/Olympiad.hs, dist/build/Data/Calendar/Julian/Olympiad.o, dist/build/Data/Calendar/Julian/Olympiad.dyn_o )
1449.93 s
[calendrical] [10 of 23] Compiling Data.Calendar.Hindu ( src/Data/Calendar/Hindu.hs, dist/build/Data/Calendar/Hindu.o, dist/build/Data/Calendar/Hindu.dyn_o )
1449.93 s
[calendrical] [11 of 23] Compiling Data.Calendar.Hindu.Old ( src/Data/Calendar/Hindu/Old.hs, dist/build/Data/Calendar/Hindu/Old.o, dist/build/Data/Calendar/Hindu/Old.dyn_o )
1450.04 s
[calendrical] [12 of 23] Compiling Data.Calendar.Hindu.Old.Solar ( src/Data/Calendar/Hindu/Old/Solar.hs, dist/build/Data/Calendar/Hindu/Old/Solar.o, dist/build/Data/Calendar/Hindu/Old/Solar.dyn_o )
1450.75 s
[calendrical] [13 of 23] Compiling Data.Calendar.Hindu.Old.Lunar ( src/Data/Calendar/Hindu/Old/Lunar.hs, dist/build/Data/Calendar/Hindu/Old/Lunar.o, dist/build/Data/Calendar/Hindu/Old/Lunar.dyn_o )
1451.20 s
[calendrical] [14 of 23] Compiling Data.Calendar.Iso ( src/Data/Calendar/Iso.hs, dist/build/Data/Calendar/Iso.o, dist/build/Data/Calendar/Iso.dyn_o )
1451.20 s
[calendrical] [15 of 23] Compiling Data.Calendar.Islamic ( src/Data/Calendar/Islamic.hs, dist/build/Data/Calendar/Islamic.o, dist/build/Data/Calendar/Islamic.dyn_o )
1451.20 s
[calendrical] [16 of 23] Compiling Data.Calendar.Icelandic ( src/Data/Calendar/Icelandic.hs, dist/build/Data/Calendar/Icelandic.o, dist/build/Data/Calendar/Icelandic.dyn_o )
1451.20 s
[calendrical] [17 of 23] Compiling Data.Calendar.Ethiopic ( src/Data/Calendar/Ethiopic.hs, dist/build/Data/Calendar/Ethiopic.o, dist/build/Data/Calendar/Ethiopic.dyn_o )
1451.20 s
[calendrical] [18 of 23] Compiling Data.Calendar.Egyptian ( src/Data/Calendar/Egyptian.hs, dist/build/Data/Calendar/Egyptian.o, dist/build/Data/Calendar/Egyptian.dyn_o )
1451.20 s
[calendrical] [19 of 23] Compiling Data.Calendar.Coptic ( src/Data/Calendar/Coptic.hs, dist/build/Data/Calendar/Coptic.o, dist/build/Data/Calendar/Coptic.dyn_o )
1451.20 s
[calendrical] [20 of 23] Compiling Data.Calendar.Astronomical ( src/Data/Calendar/Astronomical.hs, dist/build/Data/Calendar/Astronomical.o, dist/build/Data/Calendar/Astronomical.dyn_o )
1451.20 s
[calendrical] [21 of 23] Compiling Data.Calendar.Armenian ( src/Data/Calendar/Armenian.hs, dist/build/Data/Calendar/Armenian.o, dist/build/Data/Calendar/Armenian.dyn_o )
1451.20 s
[calendrical] [22 of 23] Compiling Data.Calendar.Akan ( src/Data/Calendar/Akan.hs, dist/build/Data/Calendar/Akan.o, dist/build/Data/Calendar/Akan.dyn_o )
1451.20 s
[calendrical] [23 of 23] Compiling Data.Calendar.Zoroastrian ( src/Data/Calendar/Zoroastrian.hs, dist/build/Data/Calendar/Zoroastrian.o, dist/build/Data/Calendar/Zoroastrian.dyn_o )
1451.47 s
[calendrical] [ 1 of 23] Compiling Data.Calendar.SimpleLeapCycle ( src/Data/Calendar/SimpleLeapCycle.hs, dist/build/Data/Calendar/SimpleLeapCycle.p_o )
1452.13 s
[calendrical] [ 2 of 23] Compiling Data.Calendar.Types ( src/Data/Calendar/Types.hs, dist/build/Data/Calendar/Types.p_o )
1452.54 s
[calendrical] [ 3 of 23] Compiling Data.Calendar ( src/Data/Calendar.hs, dist/build/Data/Calendar.p_o )
1453.64 s
[calendrical] [ 4 of 23] Compiling Data.Calendar.Twelve30Plus5 ( src/Data/Calendar/Twelve30Plus5.hs, dist/build/Data/Calendar/Twelve30Plus5.p_o )
1454.07 s
[calendrical] [ 5 of 23] Compiling Data.Calendar.Twelve30Plus5.Leap ( src/Data/Calendar/Twelve30Plus5/Leap.hs, dist/build/Data/Calendar/Twelve30Plus5/Leap.p_o )
1454.31 s
[calendrical] [ 6 of 23] Compiling Data.Calendar.Gregorian ( src/Data/Calendar/Gregorian.hs, dist/build/Data/Calendar/Gregorian.p_o )
1454.52 s
[calendrical] [ 7 of 23] Compiling Data.Calendar.Julian ( src/Data/Calendar/Julian.hs, dist/build/Data/Calendar/Julian.p_o )
1455.31 s
[calendrical] [ 8 of 23] Compiling Data.Calendar.Julian.Season ( src/Data/Calendar/Julian/Season.hs, dist/build/Data/Calendar/Julian/Season.p_o )
1455.53 s
[calendrical] [ 9 of 23] Compiling Data.Calendar.Julian.Olympiad ( src/Data/Calendar/Julian/Olympiad.hs, dist/build/Data/Calendar/Julian/Olympiad.p_o )
1455.53 s
[calendrical] [10 of 23] Compiling Data.Calendar.Hindu ( src/Data/Calendar/Hindu.hs, dist/build/Data/Calendar/Hindu.p_o )
1455.53 s
[calendrical] [11 of 23] Compiling Data.Calendar.Hindu.Old ( src/Data/Calendar/Hindu/Old.hs, dist/build/Data/Calendar/Hindu/Old.p_o )
1455.72 s
[calendrical] [12 of 23] Compiling Data.Calendar.Hindu.Old.Solar ( src/Data/Calendar/Hindu/Old/Solar.hs, dist/build/Data/Calendar/Hindu/Old/Solar.p_o )
1456.42 s
[calendrical] [13 of 23] Compiling Data.Calendar.Hindu.Old.Lunar ( src/Data/Calendar/Hindu/Old/Lunar.hs, dist/build/Data/Calendar/Hindu/Old/Lunar.p_o )
1456.84 s
[calendrical] [14 of 23] Compiling Data.Calendar.Iso ( src/Data/Calendar/Iso.hs, dist/build/Data/Calendar/Iso.p_o )
1456.84 s
[calendrical] [15 of 23] Compiling Data.Calendar.Islamic ( src/Data/Calendar/Islamic.hs, dist/build/Data/Calendar/Islamic.p_o )
1456.84 s
[calendrical] [16 of 23] Compiling Data.Calendar.Icelandic ( src/Data/Calendar/Icelandic.hs, dist/build/Data/Calendar/Icelandic.p_o )
1456.84 s
[calendrical] [17 of 23] Compiling Data.Calendar.Ethiopic ( src/Data/Calendar/Ethiopic.hs, dist/build/Data/Calendar/Ethiopic.p_o )
1456.84 s
[calendrical] [18 of 23] Compiling Data.Calendar.Egyptian ( src/Data/Calendar/Egyptian.hs, dist/build/Data/Calendar/Egyptian.p_o )
1456.84 s
[calendrical] [19 of 23] Compiling Data.Calendar.Coptic ( src/Data/Calendar/Coptic.hs, dist/build/Data/Calendar/Coptic.p_o )
1456.84 s
[calendrical] [20 of 23] Compiling Data.Calendar.Astronomical ( src/Data/Calendar/Astronomical.hs, dist/build/Data/Calendar/Astronomical.p_o )
1456.84 s
[calendrical] [21 of 23] Compiling Data.Calendar.Armenian ( src/Data/Calendar/Armenian.hs, dist/build/Data/Calendar/Armenian.p_o )
1456.84 s
[calendrical] [22 of 23] Compiling Data.Calendar.Akan ( src/Data/Calendar/Akan.hs, dist/build/Data/Calendar/Akan.p_o )
1456.84 s
[calendrical] [23 of 23] Compiling Data.Calendar.Zoroastrian ( src/Data/Calendar/Zoroastrian.hs, dist/build/Data/Calendar/Zoroastrian.p_o )
1460.75 s
[calendrical] Preprocessing test suite 'csv-data' for calendrical-0.0.1.0..
1460.79 s
[calendrical] Building test suite 'csv-data' for calendrical-0.0.1.0..
1460.94 s
[calendrical] [1 of 7] Compiling CsvData.Common ( tests/CsvData/Common.hs, dist/build/csv-data/csv-data-tmp/CsvData/Common.o )
1462.78 s
[calendrical] [2 of 7] Compiling CsvData.Calendars ( tests/CsvData/Calendars.hs, dist/build/csv-data/csv-data-tmp/CsvData/Calendars.o )
1462.82 s
[calendrical]
1462.82 s
[calendrical] tests/CsvData/Calendars.hs:23:5: error : [ GHC-38856 ] [ -Wunused-imports , Werror=unused-imports ]
1462.82 s
[calendrical] The import of ‘parseInt’ from module ‘CsvData.Common’ is redundant
1462.82 s
[calendrical] |
1462.82 s
[calendrical] 23 | parseInt ,
1462.82 s
[calendrical] | ^^^^^^^^
1463.47 s
[calendrical] [4 of 7] Compiling CsvData.Holidays ( tests/CsvData/Holidays.hs, dist/build/csv-data/csv-data-tmp/CsvData/Holidays.o )
1463.47 s
[calendrical] [5 of 7] Compiling CsvData.Files.Holiday ( tests/CsvData/Files/Holiday.hs, dist/build/csv-data/csv-data-tmp/CsvData/Files/Holiday.o )
1463.47 s
[calendrical] [6 of 7] Compiling Paths_calendrical ( dist/build/csv-data/autogen/Paths_calendrical.hs, dist/build/csv-data/csv-data-tmp/Paths_calendrical.o )
1463.73 s
Progress: 74 of 78 built (1 failed), 178 of 178 downloaded from cache
1463.73 s
error: Cannot build '/nix/store/swks1cqrc60xkbmxv7ay6z3rskmrzhk9-calendrical-0.0.1.0.drv '.
1463.73 s
Reason: builder failed with exit code 1 .
1463.73 s
Output paths:
1463.73 s
/nix/store/5nax77z0lkfg5jak8gslh4rf34g57hg2-calendrical-0.0.1.0-data
1463.73 s
/nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0
1463.73 s
/nix/store/hxsi2irrby0dvqdqh1xr0h5wg5dprnmy-calendrical-0.0.1.0-doc
1463.73 s
Last 257 log lines:
1463.73 s
> Running phase: setupCompilerEnvironmentPhase
1463.73 s
> Build with /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1.
1463.73 s
> Running phase: unpackPhase
1463.73 s
> unpacking source archive /nix/store/r24j3130i1y74pm56xbpjsd6yqcpj3vj-cfn084l6xf6l41prqlyy2nc85mwy6kvs-source/./calendrical
1463.73 s
> source root is calendrical
1463.73 s
> Running phase: patchPhase
1463.73 s
> Running phase: compileBuildDriverPhase
1463.73 s
> setupCompileFlags: -package-db=/build/tmp.OnboFM2W6F/setup-package.conf.d -threaded
1463.73 s
> [1 of 2] Compiling Main ( Setup.hs, /build/tmp.OnboFM2W6F/Main.o )
1463.73 s
> [2 of 2] Linking Setup
1463.73 s
> Running phase: updateAutotoolsGnuConfigScriptsPhase
1463.73 s
> Running phase: configurePhase
1463.73 s
> configureFlags: --verbose --prefix=/nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --datadir=/nix/store/5nax77z0lkfg5jak8gslh4rf34g57hg2-calendrical-0.0.1.0-data/share/ghc-9.8.1 --docdir=/nix/store/hxsi2irrby0dvqdqh1xr0h5wg5dprnmy-calendrical-0.0.1.0-doc/share/doc/calendrical-0.0.1.0 --with-gcc=gcc --package-db=/build/tmp.OnboFM2W6F/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 --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-Werror --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/lib
1463.73 s
> Using Parsec parser
1463.73 s
> Configuring calendrical-0.0.1.0...
1463.73 s
> Flags chosen: noisy-deprecations=True
1463.73 s
> Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
1463.73 s
> >=4.21.0 && <4.22: using base-4.19.0.0
1463.73 s
> Dependency fin >=0.3 && <0.4: using fin-0.3.2
1463.73 s
> Dependency mixed-radix >=0.0.1 && <0.1: using mixed-radix-0.0.1.0
1463.73 s
> Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
1463.73 s
> no-recursion-0.3.0.0
1463.73 s
> Dependency numeric-tangle >=0.0.1 && <0.1: using numeric-tangle-0.0.1.0
1463.73 s
> Dependency numeric-tangle-fin >=0.0.1 && <0.1: using
1463.73 s
> numeric-tangle-fin-0.0.1.0
1463.73 s
> Dependency QuickCheck >=2.14.2 && <2.15 || >=2.15.0 && <2.16: using
1463.73 s
> QuickCheck-2.14.3
1463.73 s
> Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
1463.73 s
> >=4.21.0 && <4.22: using base-4.19.0.0
1463.73 s
> Dependency calendrical: using calendrical-0.0.1.0
1463.73 s
> Dependency doctest >=0.21.1 && <0.22 || >=0.22.2 && <0.23 || >=0.23.0 && <0.24
1463.73 s
> || >=0.24.0 && <0.25: using doctest-0.22.6
1463.73 s
> Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
1463.73 s
> no-recursion-0.3.0.0
1463.73 s
> Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
1463.73 s
> >=4.21.0 && <4.22: using base-4.19.0.0
1463.73 s
> Dependency bytestring: using bytestring-0.12.0.2
1463.73 s
> Dependency calendrical: using calendrical-0.0.1.0
1463.73 s
> Dependency cassava: using cassava-0.5.3.2
1463.73 s
> Dependency containers: using containers-0.6.8
1463.73 s
> Dependency fin >=0.3 && <0.4: using fin-0.3.2
1463.73 s
> Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
1463.73 s
> no-recursion-0.3.0.0
1463.73 s
> Dependency numeric-tangle: using numeric-tangle-0.0.1.0
1463.73 s
> Dependency tasty: using tasty-1.5.3
1463.73 s
> Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
1463.73 s
> Dependency tasty-hunit: using tasty-hunit-0.10.2
1463.73 s
> Dependency text: using text-2.1
1463.73 s
> Dependency vector: using vector-0.13.2.0
1463.73 s
> Source component graph:
1463.73 s
> component lib
1463.73 s
> component test:csv-data dependency lib
1463.73 s
> component test:doctests dependency lib
1463.73 s
> Configured component graph:
1463.73 s
> component calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1463.73 s
> include base-4.19.0.0-b960
1463.73 s
> include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1463.73 s
> include mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
1463.73 s
> include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1463.73 s
> include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1463.73 s
> include numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
1463.73 s
> component calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
1463.73 s
> include base-4.19.0.0-b960
1463.73 s
> include bytestring-0.12.0.2-4690
1463.73 s
> include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1463.73 s
> include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1463.73 s
> include containers-0.6.8-4775
1463.73 s
> include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1463.73 s
> include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1463.73 s
> include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1463.73 s
> include tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
1463.73 s
> include tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
1463.73 s
> include tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
1463.73 s
> include text-2.1-c36a
1463.73 s
> include vector-0.13.2.0-KITycIPQp0R25115diGgzh
1463.73 s
> component calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
1463.73 s
> include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1463.73 s
> include base-4.19.0.0-b960
1463.73 s
> include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1463.73 s
> include doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
1463.73 s
> include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1463.73 s
> Linked component graph:
1463.73 s
> unit calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1463.73 s
> include base-4.19.0.0-b960
1463.73 s
> include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1463.73 s
> include mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
1463.73 s
> include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1463.73 s
> include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1463.73 s
> include numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
1463.73 s
> Data.Calendar=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar,Data.Calendar.Akan=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Akan,Data.Calendar.Armenian=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Armenian,Data.Calendar.Astronomical=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Astronomical,Data.Calendar.Coptic=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Coptic,Data.Calendar.Egyptian=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Egyptian,Data.Calendar.Ethiopic=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Ethiopic,Data.Calendar.Gregorian=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Gregorian,Data.Calendar.Hindu=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Hindu,Data.Calendar.Hindu.Old=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Hindu.Old,Data.Calendar.Hindu.Old.Lunar=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Hindu.Old.Lunar,Data.Calendar.Hindu.Old.Solar=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Hindu.Old.Solar,Data.Calendar.Icelandic=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Icelandic,Data.Calendar.Islamic=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Islamic,Data.Calendar.Iso=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Iso,Data.Calendar.Julian=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Julian,Data.Calendar.Julian.Olympiad=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Julian.Olympiad,Data.Calendar.Julian.Season=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Julian.Season,Data.Calendar.SimpleLeapCycle=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.SimpleLeapCycle,Data.Calendar.Twelve30Plus5=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Twelve30Plus5,Data.Calendar.Twelve30Plus5.Leap=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Twelve30Plus5.Leap,Data.Calendar.Types=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Types,Data.Calendar.Zoroastrian=calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM:Data.Calendar.Zoroastrian
1463.73 s
> unit calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
1463.73 s
> include base-4.19.0.0-b960
1463.73 s
> include bytestring-0.12.0.2-4690
1463.73 s
> include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1463.73 s
> include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1463.73 s
> include containers-0.6.8-4775
1463.73 s
> include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1463.73 s
> include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1463.73 s
> include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1463.73 s
> include tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
1463.73 s
> include tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
1463.73 s
> include tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
1463.73 s
> include text-2.1-c36a
1463.73 s
> include vector-0.13.2.0-KITycIPQp0R25115diGgzh
1463.73 s
> unit calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
1463.73 s
> include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1463.73 s
> include base-4.19.0.0-b960
1463.73 s
> include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1463.73 s
> include doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
1463.73 s
> include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1463.73 s
> Ready component graph:
1463.73 s
> definite calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1463.73 s
> depends base-4.19.0.0-b960
1463.73 s
> depends fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1463.73 s
> depends mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
1463.73 s
> depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1463.73 s
> depends numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1463.73 s
> depends numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
1463.73 s
> definite calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
1463.73 s
> depends base-4.19.0.0-b960
1463.73 s
> depends bytestring-0.12.0.2-4690
1463.73 s
> depends calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1463.73 s
> depends cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
1463.73 s
> depends containers-0.6.8-4775
1463.73 s
> depends fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
1463.73 s
> depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1463.73 s
> depends numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
1463.73 s
> depends tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
1463.73 s
> depends tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
1463.73 s
> depends tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
1463.73 s
> depends text-2.1-c36a
1463.73 s
> depends vector-0.13.2.0-KITycIPQp0R25115diGgzh
1463.73 s
> definite calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
1463.73 s
> depends QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
1463.73 s
> depends base-4.19.0.0-b960
1463.73 s
> depends calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1463.73 s
> depends doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
1463.73 s
> depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
1463.73 s
> Using Cabal-3.10.3.0 compiled by ghc-9.8
1463.73 s
> Using compiler: ghc-9.8.1
1463.73 s
> Using install prefix:
1463.73 s
> /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0
1463.73 s
> Executables installed in:
1463.73 s
> /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/bin
1463.73 s
> Libraries installed in:
1463.73 s
> /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1/calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
1463.73 s
> Dynamic Libraries installed in:
1463.73 s
> /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1
1463.73 s
> Private executables installed in:
1463.73 s
> /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/libexec/x86_64-linux-ghc-9.8.1/calendrical-0.0.1.0
1463.73 s
> Data files installed in:
1463.73 s
> /nix/store/5nax77z0lkfg5jak8gslh4rf34g57hg2-calendrical-0.0.1.0-data/share/ghc-9.8.1/x86_64-linux-ghc-9.8.1/calendrical-0.0.1.0
1463.73 s
> Documentation installed in:
1463.73 s
> /nix/store/hxsi2irrby0dvqdqh1xr0h5wg5dprnmy-calendrical-0.0.1.0-doc/share/doc/calendrical-0.0.1.0
1463.73 s
> Configuration files installed in:
1463.73 s
> /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/etc
1463.73 s
> No alex found
1463.73 s
> Using ar found on system at:
1463.73 s
> /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1463.73 s
> No c2hs found
1463.73 s
> No cpphs found
1463.73 s
> Using doctest version 0.22.6 found on system at:
1463.73 s
> /nix/store/ijkkprsd3x5mvjif20xv4y0vhjp17zpj-doctest-0.22.6/bin/doctest
1463.73 s
> Using gcc version 14.3.0 given by user at:
1463.73 s
> /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1463.73 s
> Using ghc version 9.8.1 found on system at:
1463.73 s
> /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc
1463.73 s
> Using ghc-pkg version 9.8.1 found on system at:
1463.73 s
> /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc-pkg-9.8.1
1463.73 s
> No ghcjs found
1463.73 s
> No ghcjs-pkg found
1463.73 s
> No greencard found
1463.73 s
> Using haddock version 2.30.0 found on system at:
1463.73 s
> /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/haddock-ghc-9.8.1
1463.73 s
> No happy found
1463.73 s
> Using haskell-suite found on system at: haskell-suite-dummy-location
1463.73 s
> Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1463.73 s
> No hmake found
1463.73 s
> Using hpc version 0.69 found on system at:
1463.73 s
> /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hpc-ghc-9.8.1
1463.73 s
> Using hsc2hs version 0.68.10 found on system at:
1463.73 s
> /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hsc2hs-ghc-9.8.1
1463.73 s
> Using hscolour version 1.25 found on system at:
1463.73 s
> /nix/store/1g19csfql5ihx7cvxzlzald54flbi8il-hscolour-1.25/bin/HsColour
1463.73 s
> No jhc found
1463.73 s
> Using ld found on system at:
1463.73 s
> /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1463.73 s
> No pkg-config found
1463.73 s
> Using runghc version 9.8.1 found on system at:
1463.73 s
> /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/runghc-9.8.1
1463.73 s
> Using strip version 2.44 found on system at:
1463.73 s
> /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1463.73 s
> Using tar found on system at:
1463.73 s
> /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1463.73 s
> No uhc found
1463.73 s
> Running phase: buildPhase
1463.73 s
> Preprocessing library for calendrical-0.0.1.0..
1463.73 s
> Building library for calendrical-0.0.1.0..
1463.73 s
> [ 1 of 23] Compiling Data.Calendar.SimpleLeapCycle ( src/Data/Calendar/SimpleLeapCycle.hs, dist/build/Data/Calendar/SimpleLeapCycle.o, dist/build/Data/Calendar/SimpleLeapCycle.dyn_o )
1463.73 s
> [ 2 of 23] Compiling Data.Calendar.Types ( src/Data/Calendar/Types.hs, dist/build/Data/Calendar/Types.o, dist/build/Data/Calendar/Types.dyn_o )
1463.73 s
> [ 3 of 23] Compiling Data.Calendar ( src/Data/Calendar.hs, dist/build/Data/Calendar.o, dist/build/Data/Calendar.dyn_o )
1463.73 s
> [ 4 of 23] Compiling Data.Calendar.Twelve30Plus5 ( src/Data/Calendar/Twelve30Plus5.hs, dist/build/Data/Calendar/Twelve30Plus5.o, dist/build/Data/Calendar/Twelve30Plus5.dyn_o )
1463.73 s
> [ 5 of 23] Compiling Data.Calendar.Twelve30Plus5.Leap ( src/Data/Calendar/Twelve30Plus5/Leap.hs, dist/build/Data/Calendar/Twelve30Plus5/Leap.o, dist/build/Data/Calendar/Twelve30Plus5/Leap.dyn_o )
1463.73 s
> [ 6 of 23] Compiling Data.Calendar.Gregorian ( src/Data/Calendar/Gregorian.hs, dist/build/Data/Calendar/Gregorian.o, dist/build/Data/Calendar/Gregorian.dyn_o )
1463.73 s
> [ 7 of 23] Compiling Data.Calendar.Julian ( src/Data/Calendar/Julian.hs, dist/build/Data/Calendar/Julian.o, dist/build/Data/Calendar/Julian.dyn_o )
1463.73 s
> [ 8 of 23] Compiling Data.Calendar.Julian.Season ( src/Data/Calendar/Julian/Season.hs, dist/build/Data/Calendar/Julian/Season.o, dist/build/Data/Calendar/Julian/Season.dyn_o )
1463.73 s
> [ 9 of 23] Compiling Data.Calendar.Julian.Olympiad ( src/Data/Calendar/Julian/Olympiad.hs, dist/build/Data/Calendar/Julian/Olympiad.o, dist/build/Data/Calendar/Julian/Olympiad.dyn_o )
1463.73 s
> [10 of 23] Compiling Data.Calendar.Hindu ( src/Data/Calendar/Hindu.hs, dist/build/Data/Calendar/Hindu.o, dist/build/Data/Calendar/Hindu.dyn_o )
1463.73 s
> [11 of 23] Compiling Data.Calendar.Hindu.Old ( src/Data/Calendar/Hindu/Old.hs, dist/build/Data/Calendar/Hindu/Old.o, dist/build/Data/Calendar/Hindu/Old.dyn_o )
1463.73 s
> [12 of 23] Compiling Data.Calendar.Hindu.Old.Solar ( src/Data/Calendar/Hindu/Old/Solar.hs, dist/build/Data/Calendar/Hindu/Old/Solar.o, dist/build/Data/Calendar/Hindu/Old/Solar.dyn_o )
1463.73 s
> [13 of 23] Compiling Data.Calendar.Hindu.Old.Lunar ( src/Data/Calendar/Hindu/Old/Lunar.hs, dist/build/Data/Calendar/Hindu/Old/Lunar.o, dist/build/Data/Calendar/Hindu/Old/Lunar.dyn_o )
1463.73 s
> [14 of 23] Compiling Data.Calendar.Iso ( src/Data/Calendar/Iso.hs, dist/build/Data/Calendar/Iso.o, dist/build/Data/Calendar/Iso.dyn_o )
1463.73 s
> [15 of 23] Compiling Data.Calendar.Islamic ( src/Data/Calendar/Islamic.hs, dist/build/Data/Calendar/Islamic.o, dist/build/Data/Calendar/Islamic.dyn_o )
1463.73 s
> [16 of 23] Compiling Data.Calendar.Icelandic ( src/Data/Calendar/Icelandic.hs, dist/build/Data/Calendar/Icelandic.o, dist/build/Data/Calendar/Icelandic.dyn_o )
1463.73 s
> [17 of 23] Compiling Data.Calendar.Ethiopic ( src/Data/Calendar/Ethiopic.hs, dist/build/Data/Calendar/Ethiopic.o, dist/build/Data/Calendar/Ethiopic.dyn_o )
1463.73 s
> [18 of 23] Compiling Data.Calendar.Egyptian ( src/Data/Calendar/Egyptian.hs, dist/build/Data/Calendar/Egyptian.o, dist/build/Data/Calendar/Egyptian.dyn_o )
1463.73 s
> [19 of 23] Compiling Data.Calendar.Coptic ( src/Data/Calendar/Coptic.hs, dist/build/Data/Calendar/Coptic.o, dist/build/Data/Calendar/Coptic.dyn_o )
1463.73 s
> [20 of 23] Compiling Data.Calendar.Astronomical ( src/Data/Calendar/Astronomical.hs, dist/build/Data/Calendar/Astronomical.o, dist/build/Data/Calendar/Astronomical.dyn_o )
1463.73 s
> [21 of 23] Compiling Data.Calendar.Armenian ( src/Data/Calendar/Armenian.hs, dist/build/Data/Calendar/Armenian.o, dist/build/Data/Calendar/Armenian.dyn_o )
1463.73 s
> [22 of 23] Compiling Data.Calendar.Akan ( src/Data/Calendar/Akan.hs, dist/build/Data/Calendar/Akan.o, dist/build/Data/Calendar/Akan.dyn_o )
1463.73 s
> [23 of 23] Compiling Data.Calendar.Zoroastrian ( src/Data/Calendar/Zoroastrian.hs, dist/build/Data/Calendar/Zoroastrian.o, dist/build/Data/Calendar/Zoroastrian.dyn_o )
1463.73 s
> [ 1 of 23] Compiling Data.Calendar.SimpleLeapCycle ( src/Data/Calendar/SimpleLeapCycle.hs, dist/build/Data/Calendar/SimpleLeapCycle.p_o )
1463.73 s
> [ 2 of 23] Compiling Data.Calendar.Types ( src/Data/Calendar/Types.hs, dist/build/Data/Calendar/Types.p_o )
1463.73 s
> [ 3 of 23] Compiling Data.Calendar ( src/Data/Calendar.hs, dist/build/Data/Calendar.p_o )
1463.73 s
> [ 4 of 23] Compiling Data.Calendar.Twelve30Plus5 ( src/Data/Calendar/Twelve30Plus5.hs, dist/build/Data/Calendar/Twelve30Plus5.p_o )
1463.73 s
> [ 5 of 23] Compiling Data.Calendar.Twelve30Plus5.Leap ( src/Data/Calendar/Twelve30Plus5/Leap.hs, dist/build/Data/Calendar/Twelve30Plus5/Leap.p_o )
1463.73 s
> [ 6 of 23] Compiling Data.Calendar.Gregorian ( src/Data/Calendar/Gregorian.hs, dist/build/Data/Calendar/Gregorian.p_o )
1463.73 s
> [ 7 of 23] Compiling Data.Calendar.Julian ( src/Data/Calendar/Julian.hs, dist/build/Data/Calendar/Julian.p_o )
1463.73 s
> [ 8 of 23] Compiling Data.Calendar.Julian.Season ( src/Data/Calendar/Julian/Season.hs, dist/build/Data/Calendar/Julian/Season.p_o )
1463.73 s
> [ 9 of 23] Compiling Data.Calendar.Julian.Olympiad ( src/Data/Calendar/Julian/Olympiad.hs, dist/build/Data/Calendar/Julian/Olympiad.p_o )
1463.73 s
> [10 of 23] Compiling Data.Calendar.Hindu ( src/Data/Calendar/Hindu.hs, dist/build/Data/Calendar/Hindu.p_o )
1463.73 s
> [11 of 23] Compiling Data.Calendar.Hindu.Old ( src/Data/Calendar/Hindu/Old.hs, dist/build/Data/Calendar/Hindu/Old.p_o )
1463.73 s
> [12 of 23] Compiling Data.Calendar.Hindu.Old.Solar ( src/Data/Calendar/Hindu/Old/Solar.hs, dist/build/Data/Calendar/Hindu/Old/Solar.p_o )
1463.73 s
> [13 of 23] Compiling Data.Calendar.Hindu.Old.Lunar ( src/Data/Calendar/Hindu/Old/Lunar.hs, dist/build/Data/Calendar/Hindu/Old/Lunar.p_o )
1463.73 s
> [14 of 23] Compiling Data.Calendar.Iso ( src/Data/Calendar/Iso.hs, dist/build/Data/Calendar/Iso.p_o )
1463.73 s
> [15 of 23] Compiling Data.Calendar.Islamic ( src/Data/Calendar/Islamic.hs, dist/build/Data/Calendar/Islamic.p_o )
1463.73 s
> [16 of 23] Compiling Data.Calendar.Icelandic ( src/Data/Calendar/Icelandic.hs, dist/build/Data/Calendar/Icelandic.p_o )
1463.73 s
> [17 of 23] Compiling Data.Calendar.Ethiopic ( src/Data/Calendar/Ethiopic.hs, dist/build/Data/Calendar/Ethiopic.p_o )
1463.73 s
> [18 of 23] Compiling Data.Calendar.Egyptian ( src/Data/Calendar/Egyptian.hs, dist/build/Data/Calendar/Egyptian.p_o )
1463.73 s
> [19 of 23] Compiling Data.Calendar.Coptic ( src/Data/Calendar/Coptic.hs, dist/build/Data/Calendar/Coptic.p_o )
1463.73 s
> [20 of 23] Compiling Data.Calendar.Astronomical ( src/Data/Calendar/Astronomical.hs, dist/build/Data/Calendar/Astronomical.p_o )
1463.73 s
> [21 of 23] Compiling Data.Calendar.Armenian ( src/Data/Calendar/Armenian.hs, dist/build/Data/Calendar/Armenian.p_o )
1463.73 s
> [22 of 23] Compiling Data.Calendar.Akan ( src/Data/Calendar/Akan.hs, dist/build/Data/Calendar/Akan.p_o )
1463.73 s
> [23 of 23] Compiling Data.Calendar.Zoroastrian ( src/Data/Calendar/Zoroastrian.hs, dist/build/Data/Calendar/Zoroastrian.p_o )
1463.73 s
> Preprocessing test suite 'csv-data' for calendrical-0.0.1.0..
1463.73 s
> Building test suite 'csv-data' for calendrical-0.0.1.0..
1463.73 s
> [1 of 7] Compiling CsvData.Common ( tests/CsvData/Common.hs, dist/build/csv-data/csv-data-tmp/CsvData/Common.o )
1463.73 s
> [2 of 7] Compiling CsvData.Calendars ( tests/CsvData/Calendars.hs, dist/build/csv-data/csv-data-tmp/CsvData/Calendars.o )
1463.73 s
>
1463.73 s
> tests/CsvData/Calendars.hs:23:5: error : [ GHC-38856 ] [ -Wunused-imports , Werror=unused-imports ]
1463.73 s
> The import of ‘parseInt’ from module ‘CsvData.Common’ is redundant
1463.73 s
> |
1463.73 s
> 23 | parseInt ,
1463.73 s
> | ^^^^^^^^
1463.73 s
> [4 of 7] Compiling CsvData.Holidays ( tests/CsvData/Holidays.hs, dist/build/csv-data/csv-data-tmp/CsvData/Holidays.o )
1463.73 s
> [5 of 7] Compiling CsvData.Files.Holiday ( tests/CsvData/Files/Holiday.hs, dist/build/csv-data/csv-data-tmp/CsvData/Files/Holiday.o )
1463.73 s
> [6 of 7] Compiling Paths_calendrical ( dist/build/csv-data/autogen/Paths_calendrical.hs, dist/build/csv-data/csv-data-tmp/Paths_calendrical.o )
1463.73 s
For full logs, run:
1463.73 s
nix log /nix/store/swks1cqrc60xkbmxv7ay6z3rskmrzhk9-calendrical-0.0.1.0.drv
1463.74 s
error: Cannot build '/nix/store/vbnypibyp5hkx9y5lg03pp3mh54s095k-ghc-9.8.1-with-packages.drv '.
1463.74 s
Reason: 1 dependency failed .
1463.74 s
Output paths:
1463.74 s
/nix/store/ngnbzr1xcxc8ihh35rr93cfw2r7qdgzi-ghc-9.8.1-with-packages
1463.74 s
error: Build failed due to failed dependency
1463.74 s
error: Cannot build '/nix/store/vyhzpysvz4s9rckz31hr3rxlxlldc6yk-all-packages.drv '.
1463.74 s
Reason: 1 dependency failed .
1463.74 s
Output paths:
1463.74 s
/nix/store/zjs0hrjqiwj8hq9qkbmdss7hwwspbdq1-all-packages
1464.03 s
Build failed due to failed dependency