build packages.x86_64-linux.ghc981_all

  1. 1298.80 s [attoparsec] In a stmt of a 'do' block:
  2. 1298.80 s [attoparsec] case R.decimal ds of
  3. 1298.80 s [attoparsec] Right (n, _)
  4. 1298.80 s [attoparsec] -> return (if n < 256 then T.pack $ show n else T.empty)
  5. 1298.80 s [attoparsec] Left _ -> return T.empty
  6. 1298.80 s [attoparsec] In the expression:
  7. 1298.80 s [attoparsec] do ds <- takeWhile1 isDigit
  8. 1298.80 s [attoparsec] case R.decimal ds of
  9. 1298.80 s [attoparsec] Right (n, _)
  10. 1298.80 s [attoparsec] -> return (if n < 256 then T.pack $ show n else T.empty)
  11. 1298.80 s [attoparsec] Left _ -> return T.empty
  12. 1298.80 s [attoparsec] |
  13. 1298.80 s [attoparsec] 298 | case R.decimal ds of
  14. 1298.80 s [attoparsec] | ^^^^^^^^^
  15. 1298.80 s [attoparsec]
  16. 1298.80 s [attoparsec] tests/QC/IPv6/Internal.hs:304:5: warning: [GHC-81995] [-Wunused-do-bind]
  17. 1298.80 s [attoparsec] A do-notation statement discarded a result of type ‘T.Text’
  18. 1298.80 s [attoparsec] Suggested fix: Suppress this warning by saying ‘_ <- string "::"’
  19. 1298.80 s [attoparsec] |
  20. 1298.80 s [attoparsec] 304 | string "::"
  21. 1298.80 s [attoparsec] | ^^^^^^^^^^^
  22. 1298.80 s [attoparsec]
  23. 1298.80 s [attoparsec] tests/QC/IPv6/Internal.hs:309:5: warning: [GHC-81995] [-Wunused-do-bind]
  24. 1298.80 s [attoparsec] A do-notation statement discarded a result of type ‘T.Text’
  25. 1298.80 s [attoparsec] Suggested fix: Suppress this warning by saying ‘_ <- string ":"’
  26. 1298.80 s [attoparsec] |
  27. 1298.80 s [attoparsec] 309 | string ":"
  28. 1298.80 s [attoparsec] | ^^^^^^^^^^
  29. 1298.80 s [attoparsec] [ 7 of 12] Compiling QC.Rechunked ( tests/QC/Rechunked.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Rechunked.o )
  30. 1298.80 s [attoparsec] [ 8 of 12] Compiling QC.Simple ( tests/QC/Simple.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Simple.o )
  31. 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 )
  32. 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 )
  33. 1298.80 s [attoparsec]
  34. 1298.80 s [attoparsec] tests/QC/Text/Regressions.hs:12:1: warning: [GHC-66111] [-Wunused-imports]
  35. 1298.80 s [attoparsec] The import of ‘Data.Monoid’ is redundant
  36. 1298.80 s [attoparsec] except perhaps to import instances from ‘Data.Monoid’
  37. 1298.80 s [attoparsec] To import instances alone, use: import Data.Monoid()
  38. 1298.80 s [attoparsec] |
  39. 1298.80 s [attoparsec] 12 | import Data.Monoid ((<>))
  40. 1298.80 s [attoparsec] | ^^^^^^^^^^^^^^^^^^^^^^^^^
  41. 1298.80 s [attoparsec] [11 of 12] Compiling QC.Text ( tests/QC/Text.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text.o )
  42. 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 )
  43. 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 )
  44. 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 )
  45. 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 )
  46. 1299.15 s [unordered-containers]
  47. 1299.15 s [unordered-containers] Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
  48. 1299.27 s [unordered-containers] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
  49. 1299.27 s [unordered-containers] |
  50. 1299.27 s [unordered-containers] 12 | {-# LANGUAGE TypeInType #-}
  51. 1299.27 s [unordered-containers] | ^^^^^^^^^^
  52. 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 )
  53. 1299.62 s [unordered-containers]
  54. 1299.62 s [unordered-containers] Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports]
  55. 1299.62 s [unordered-containers] The import of ‘Control.Applicative’ is redundant
  56. 1299.62 s [unordered-containers] except perhaps to import instances from ‘Control.Applicative’
  57. 1299.62 s [unordered-containers] To import instances alone, use: import Control.Applicative()
  58. 1299.62 s [unordered-containers] |
  59. 1299.62 s [unordered-containers] 83 | import Control.Applicative (liftA2)
  60. 1299.62 s [unordered-containers] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  61. 1299.97 s [attoparsec] [12 of 12] Compiling Main ( tests/QC.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/Main.o )
  62. 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 )
  63. 1300.77 s [unordered-containers] [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.p_o )
  64. 1300.82 s [attoparsec] [13 of 13] Linking dist/build/attoparsec-tests/attoparsec-tests
  65. 1302.37 s [attoparsec] buildPhase completed in 56 seconds
  66. 1302.37 s [attoparsec] Phase: checkPhase
  67. 1302.41 s [attoparsec] Running 1 test suites...
  68. 1302.42 s [attoparsec] Test suite attoparsec-tests: RUNNING...
  69. 1302.43 s [attoparsec] tests
  70. 1302.43 s [attoparsec] bs
  71. 1302.43 s [attoparsec] anyWord8: OK
  72. 1302.43 s [attoparsec] +++ OK, passed 100 tests.
  73. 1302.43 s [attoparsec] endOfInput: OK
  74. 1302.43 s [attoparsec] +++ OK, passed 100 tests.
  75. 1302.43 s [attoparsec] endOfLine: OK
  76. 1302.44 s [attoparsec] +++ OK, failed as expected. Falsified, Falsified (after 3 tests and 1 shrink):
  77. 1302.44 s [attoparsec] "\NUL"
  78. 1302.44 s [attoparsec] '\NUL' /= '\n'
  79. 1302.44 s [attoparsec]
  80. 1302.44 s [attoparsec] ('\NUL',Nothing) /= ('\r',Just '\n')
  81. 1302.44 s [attoparsec] notWord8: OK
  82. 1302.44 s [attoparsec] +++ OK, passed 100 tests.
  83. 1302.44 s [attoparsec] peekWord8: OK
  84. 1302.44 s [attoparsec] +++ OK, passed 100 tests.
  85. 1302.44 s [attoparsec] peekWord8': OK
  86. 1302.44 s [attoparsec] +++ OK, passed 100 tests.
  87. 1302.44 s [attoparsec] satisfy: OK
  88. 1302.44 s [attoparsec] +++ OK, passed 100 tests.
  89. 1302.44 s [attoparsec] satisfyWith: OK
  90. 1302.44 s [attoparsec] +++ OK, passed 100 tests.
  91. 1302.44 s [attoparsec] scan: OK
  92. 1302.44 s [attoparsec] +++ OK, passed 100 tests.
  93. 1302.44 s [attoparsec] skip: OK
  94. 1302.44 s [attoparsec] +++ OK, failed as expected. Falsified (after 2 tests and 2 shrinks):
  95. 1302.44 s [attoparsec] 0
  96. 1302.44 s [attoparsec] "\NUL"
  97. 1302.44 s [attoparsec] not (0 < 0)
  98. 1302.44 s [attoparsec] skipWhile: OK
  99. 1302.44 s [attoparsec] +++ OK, passed 100 tests.
  100. 1302.44 s [attoparsec] string: OK
  101. 1302.44 s [attoparsec] +++ OK, passed 100 tests.
  102. 1302.45 s [attoparsec] stringCI: OK
  103. 1302.45 s [attoparsec] +++ OK, passed 100 tests.
  104. 1302.45 s [attoparsec] strings: OK
  105. 1302.45 s [attoparsec] +++ OK, passed 100 tests.
  106. 1302.45 s [attoparsec] take: OK
  107. 1302.45 s [attoparsec] +++ OK, passed 100 tests.
  108. 1302.45 s [attoparsec] takeByteString: OK
  109. 1302.45 s [attoparsec] +++ OK, passed 100 tests.
  110. 1302.45 s [attoparsec] takeCount: OK
  111. 1302.45 s [attoparsec] +++ OK, passed 100 tests.
  112. 1302.45 s [attoparsec] takeLazyByteString: OK
  113. 1302.45 s [attoparsec] +++ OK, passed 100 tests.
  114. 1302.45 s [attoparsec] takeTill: OK
  115. 1302.45 s [attoparsec] +++ OK, passed 100 tests.
  116. 1302.45 s [attoparsec] takeWhile: OK
  117. 1302.45 s [attoparsec] +++ OK, passed 100 tests.
  118. 1302.45 s [attoparsec] takeWhile1: OK
  119. 1302.45 s [attoparsec] +++ OK, passed 100 tests.
  120. 1302.45 s [attoparsec] takeWhile1_empty: OK
  121. 1302.45 s [attoparsec] +++ OK, passed 1 test.
  122. 1302.46 s [attoparsec] takeWhileIncluding: OK
  123. 1302.46 s [attoparsec] +++ OK, passed 100 tests.
  124. 1302.46 s [attoparsec] getChunk: OK
  125. 1302.46 s [attoparsec] +++ OK, passed 100 tests.
  126. 1302.46 s [attoparsec] word8: OK
  127. 1302.46 s [attoparsec] +++ OK, passed 100 tests.
  128. 1302.46 s [attoparsec] members: OK
  129. 1302.46 s [attoparsec] +++ OK, passed 100 tests.
  130. 1302.47 s [attoparsec] nonmembers: OK
  131. 1302.47 s [attoparsec] +++ OK, passed 100 tests.
  132. 1302.47 s [attoparsec] buf
  133. 1302.49 s [attoparsec] b_unbuffer: OK (0.02s)
  134. 1302.49 s [attoparsec] +++ OK, passed 100 tests.
  135. 1302.49 s [attoparsec] t_unbuffer: OK (0.01s)
  136. 1302.49 s [attoparsec] +++ OK, passed 100 tests.
  137. 1302.49 s [attoparsec] t_unbuffer_three: OK
  138. 1302.49 s [attoparsec] +++ OK, passed 1 test.
  139. 1302.51 s [attoparsec] b_length: OK (0.02s)
  140. 1302.51 s [attoparsec] +++ OK, passed 100 tests.
  141. 1302.53 s [attoparsec] t_length: OK (0.01s)
  142. 1302.53 s [attoparsec] +++ OK, passed 100 tests.
  143. 1302.54 s [attoparsec] b_unsafeIndex: OK (0.02s)
  144. 1302.55 s [attoparsec] +++ OK, passed 100 tests.
  145. 1302.55 s [attoparsec] t_iter: OK
  146. 1302.55 s [attoparsec] +++ OK, passed 100 tests.
  147. 1302.57 s [attoparsec] t_iter_: OK (0.01s)
  148. 1302.57 s [attoparsec] +++ OK, passed 100 tests.
  149. 1302.58 s [attoparsec] b_unsafeDrop: OK (0.01s)
  150. 1302.58 s [attoparsec] +++ OK, passed 100 tests.
  151. 1302.59 s [attoparsec] t_dropCodeUnits: OK (0.01s)
  152. 1302.59 s [attoparsec] +++ OK, passed 100 tests.
  153. 1302.59 s [attoparsec] combinator
  154. 1302.59 s [attoparsec] choice: OK (0.01s)
  155. 1302.59 s [attoparsec] +++ OK, passed 100 tests.
  156. 1302.59 s [attoparsec] count: OK
  157. 1302.59 s [attoparsec] +++ OK, passed 100 tests.
  158. 1302.60 s [attoparsec] lookAhead: OK
  159. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  160. 1302.60 s [attoparsec] match: OK
  161. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  162. 1302.60 s [attoparsec] simple
  163. 1302.60 s [attoparsec] issue75: OK
  164. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  165. 1302.60 s [attoparsec] text
  166. 1302.60 s [attoparsec] anyChar: OK
  167. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  168. 1302.60 s [attoparsec] asciiCI: OK
  169. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  170. 1302.60 s [attoparsec] char: OK
  171. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  172. 1302.60 s [attoparsec] endOfInput: OK
  173. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  174. 1302.60 s [attoparsec] endOfLine: OK
  175. 1302.60 s [attoparsec] +++ OK, failed as expected. Falsified, Falsified (after 2 tests and 1 shrink):
  176. 1302.60 s [attoparsec] "\NUL"
  177. 1302.60 s [attoparsec] '\NUL' /= '\n'
  178. 1302.60 s [attoparsec]
  179. 1302.60 s [attoparsec] ('\NUL',Nothing) /= ('\r',Just '\n')
  180. 1302.60 s [attoparsec] notChar: OK
  181. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  182. 1302.60 s [attoparsec] peekChar: OK
  183. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  184. 1302.60 s [attoparsec] peekChar': OK
  185. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  186. 1302.60 s [attoparsec] satisfy: OK
  187. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  188. 1302.60 s [attoparsec] satisfyWith: OK
  189. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  190. 1302.60 s [attoparsec] scan: OK
  191. 1302.60 s [attoparsec] +++ OK, passed 100 tests.
  192. 1302.61 s [attoparsec] skip: OK
  193. 1302.61 s [attoparsec] +++ OK, failed as expected. Falsified (after 3 tests and 13 shrinks):
  194. 1302.61 s [attoparsec] 'a'
  195. 1302.61 s [attoparsec] "a"
  196. 1302.61 s [attoparsec] not ('a' < 'a')
  197. 1302.61 s [attoparsec] skipWhile: OK
  198. 1302.61 s [attoparsec] +++ OK, passed 100 tests.
  199. 1302.61 s [attoparsec] string: OK
  200. 1302.61 s [attoparsec] +++ OK, passed 100 tests.
  201. 1302.61 s [attoparsec] strings: OK
  202. 1302.61 s [attoparsec] +++ OK, passed 100 tests.
  203. 1302.61 s [attoparsec] stringCI: OK
  204. 1302.61 s [attoparsec] +++ OK, passed 100 tests.
  205. 1302.61 s [attoparsec] take: OK
  206. 1302.61 s [attoparsec] +++ OK, passed 100 tests.
  207. 1302.61 s [attoparsec] takeText: OK
  208. 1302.61 s [attoparsec] +++ OK, passed 100 tests.
  209. 1302.61 s [attoparsec] takeCount: OK
  210. 1302.61 s [attoparsec] +++ OK, passed 100 tests.
  211. 1302.62 s [attoparsec] takeLazyText: OK
  212. 1302.62 s [attoparsec] +++ OK, passed 100 tests.
  213. 1302.62 s [attoparsec] takeTill: OK
  214. 1302.62 s [attoparsec] +++ OK, passed 100 tests.
  215. 1302.62 s [attoparsec] takeWhile: OK
  216. 1302.62 s [attoparsec] +++ OK, passed 100 tests.
  217. 1302.62 s [attoparsec] takeWhile1: OK
  218. 1302.63 s [attoparsec] +++ OK, passed 100 tests.
  219. 1302.63 s [attoparsec] takeWhile1_empty: OK
  220. 1302.63 s [attoparsec] +++ OK, passed 1 test.
  221. 1302.63 s [attoparsec] members: OK
  222. 1302.63 s [attoparsec] +++ OK, passed 100 tests.
  223. 1302.63 s [attoparsec] nonmembers: OK
  224. 1302.63 s [attoparsec] +++ OK, passed 100 tests.
  225. 1302.63 s [attoparsec] FastSet
  226. 1302.63 s [attoparsec] membership is correct: OK
  227. 1302.63 s [attoparsec] +++ OK, passed 100 tests.
  228. 1302.63 s [attoparsec] Regressions
  229. 1302.63 s [attoparsec] issue105: OK
  230. 1302.63 s [attoparsec] +++ OK, passed 100 tests.
  231. 1302.63 s [attoparsec]
  232. 1302.63 s [attoparsec] All 70 tests passed (0.20s)
  233. 1302.63 s [attoparsec] Test suite attoparsec-tests: PASS
  234. 1302.63 s [attoparsec] Test suite logged to: dist/test/attoparsec-0.14.4-attoparsec-tests.log
  235. 1302.63 s [attoparsec] 1 of 1 test suites (1 of 1 test cases) passed.
  236. 1302.64 s [attoparsec] Phase: haddockPhase
  237. 1302.65 s [attoparsec] Phase: installPhase
  238. 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
  239. 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
  240. 1303.42 s [attoparsec] Phase: fixupPhase
  241. 1303.44 s [attoparsec] shrinking RPATHs of ELF executables and libraries in /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4
  242. 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
  243. 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
  244. 1303.47 s [attoparsec] checking for references to /build/ in /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4...
  245. 1303.52 s [attoparsec] patching script interpreter paths in /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4
  246. 1303.53 s [attoparsec] stripping (with command strip and flags -S -p) in /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4/lib
  247. 1304.05 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4
  248. 1304.55 s [post-build-hook] Pushing 1 paths (76 are already present) using zstd to cache sellout ⏳
  249. 1304.55 s [post-build-hook]
  250. 1304.92 s [post-build-hook] Pushing /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4 (17.13 MiB)
  251. 1306.16 s [post-build-hook]
  252. 1306.16 s [post-build-hook] All done.
  253. 1306.19 s [post-build-hook] Uploading to the NixCI cache: /nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4
  254. 1306.25 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  255. 1306.27 s [post-build-hook] copying 1 paths...
  256. 1306.27 s [post-build-hook] copying path '/nix/store/nq4dl0wjnd4d6bvbxdxg2gfx5yy7gswd-attoparsec-0.14.4' to 'https://cache.nix-ci.com'...
  257. 1311.98 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  258. 1312.24 s [post-build-hook] copying 1 paths...
  259. 1312.24 s [post-build-hook] copying path '/nix/store/ba9v9kxpn72hi2ljamy4iirah53f7rr8-attoparsec-0.14.4.drv' to 'https://cache.nix-ci.com'...
  260. 1312.51 s Progress: 71 of 79 built (1 building), 178 of 178 downloaded from cache
  261. 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 )
  262. 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 )
  263. 1315.04 s [unordered-containers] [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.p_o )
  264. 1315.04 s [unordered-containers] [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.p_o )
  265. 1315.04 s [unordered-containers] [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.p_o )
  266. 1315.16 s [unordered-containers] [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.p_o )
  267. 1317.01 s [unordered-containers] Preprocessing test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
  268. 1317.02 s [unordered-containers] Building test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
  269. 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 )
  270. 1317.52 s [unordered-containers] [2 of 9] Compiling Regressions ( tests/Regressions.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Regressions.o )
  271. 1317.52 s [unordered-containers]
  272. 1317.52 s [unordered-containers] tests/Regressions.hs:91:16: warning: [GHC-63394] [-Wx-partial]
  273. 1317.52 s [unordered-containers] In the use of ‘head’
  274. 1317.52 s [unordered-containers] (imported from Prelude, but defined in GHC.List):
  275. 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."
  276. 1317.52 s [unordered-containers] |
  277. 1317.52 s [unordered-containers] 91 | k = head keys
  278. 1317.52 s [unordered-containers] | ^^^^
  279. 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 )
  280. 1320.55 s [unordered-containers] [4 of 9] Compiling Strictness ( tests/Strictness.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Strictness.o )
  281. 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 )
  282. 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 )
  283. 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 )
  284. 1327.59 s [unordered-containers] [8 of 9] Compiling Properties ( tests/Properties.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties.o )
  285. 1327.59 s [unordered-containers] [9 of 9] Compiling Main ( tests/Main.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Main.o )
  286. 1328.08 s [unordered-containers] [10 of 10] Linking dist/build/unordered-containers-tests/unordered-containers-tests
  287. 1329.15 s [unordered-containers] buildPhase completed in 47 seconds
  288. 1329.15 s [unordered-containers] Phase: checkPhase
  289. 1329.18 s [unordered-containers] Running 1 test suites...
  290. 1329.18 s [unordered-containers] Test suite unordered-containers-tests: RUNNING...
  291. 1329.19 s [unordered-containers] All
  292. 1329.19 s [unordered-containers] Properties
  293. 1329.19 s [unordered-containers] Data.HashMap.Lazy
  294. 1329.19 s [unordered-containers] instances
  295. 1329.19 s [unordered-containers] Eq
  296. 1329.20 s [unordered-containers] ==: OK
  297. 1329.20 s [unordered-containers] +++ OK, passed 100 tests.
  298. 1329.21 s [unordered-containers] /=: OK (0.03s)
  299. 1329.21 s [unordered-containers] +++ OK, passed 100 tests.
  300. 1329.21 s [unordered-containers] Ord
  301. 1329.21 s [unordered-containers] compare reflexive: OK
  302. 1329.21 s [unordered-containers] +++ OK, passed 100 tests.
  303. 1329.21 s [unordered-containers] compare transitive: OK (0.01s)
  304. 1329.21 s [unordered-containers] +++ OK, passed 100 tests.
  305. 1329.21 s [unordered-containers] compare antisymmetric: OK (0.01s)
  306. 1329.21 s [unordered-containers] +++ OK, passed 100 tests.
  307. 1329.21 s [unordered-containers] Ord => Eq: OK (0.01s)
  308. 1329.21 s [unordered-containers] +++ OK, passed 100 tests.
  309. 1329.30 s [unordered-containers] Read/Show: OK (0.11s)
  310. 1329.30 s [unordered-containers] +++ OK, passed 100 tests.
  311. 1329.30 s [unordered-containers] Functor: OK (0.03s)
  312. 1329.30 s [unordered-containers] +++ OK, passed 100 tests.
  313. 1329.30 s [unordered-containers] Foldable: OK (0.01s)
  314. 1329.30 s [unordered-containers] +++ OK, passed 100 tests.
  315. 1329.30 s [unordered-containers] Bifoldable
  316. 1329.30 s [unordered-containers] bifoldMap: OK (0.02s)
  317. 1329.30 s [unordered-containers] +++ OK, passed 100 tests.
  318. 1329.30 s [unordered-containers] bifoldr: OK (0.01s)
  319. 1329.30 s [unordered-containers] +++ OK, passed 100 tests.
  320. 1329.30 s [unordered-containers] bifoldl: OK (0.03s)
  321. 1329.30 s [unordered-containers] +++ OK, passed 100 tests.
  322. 1329.30 s [unordered-containers] Hashable: OK (0.03s)
  323. 1329.30 s [unordered-containers] +++ OK, passed 100 tests.
  324. 1329.31 s [unordered-containers] empty
  325. 1329.31 s [unordered-containers] valid: OK
  326. 1329.31 s [unordered-containers] +++ OK, passed 1 test.
  327. 1329.31 s [unordered-containers] singleton
  328. 1329.31 s [unordered-containers] valid: OK
  329. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  330. 1329.31 s [unordered-containers] size: OK (0.03s)
  331. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  332. 1329.31 s [unordered-containers] member: OK (0.02s)
  333. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  334. 1329.31 s [unordered-containers] lookup: OK
  335. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  336. 1329.31 s [unordered-containers] !?: OK (0.02s)
  337. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  338. 1329.31 s [unordered-containers] insert
  339. 1329.31 s [unordered-containers] model: OK
  340. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  341. 1329.31 s [unordered-containers] valid: OK (0.01s)
  342. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  343. 1329.31 s [unordered-containers] insertWith
  344. 1329.31 s [unordered-containers] insertWith: OK (0.01s)
  345. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  346. 1329.31 s [unordered-containers] valid: OK
  347. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  348. 1329.31 s [unordered-containers] delete
  349. 1329.31 s [unordered-containers] model: OK (0.01s)
  350. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  351. 1329.31 s [unordered-containers] valid: OK (0.01s)
  352. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  353. 1329.31 s [unordered-containers] adjust
  354. 1329.31 s [unordered-containers] model: OK (0.02s)
  355. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  356. 1329.31 s [unordered-containers] valid: OK
  357. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  358. 1329.31 s [unordered-containers] update
  359. 1329.31 s [unordered-containers] model: OK (0.02s)
  360. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  361. 1329.31 s [unordered-containers] valid: OK
  362. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  363. 1329.31 s [unordered-containers] alter
  364. 1329.31 s [unordered-containers] model: OK (0.01s)
  365. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  366. 1329.31 s [unordered-containers] valid: OK
  367. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  368. 1329.31 s [unordered-containers] alterF
  369. 1329.31 s [unordered-containers] model
  370. 1329.31 s [unordered-containers] []: OK (0.05s)
  371. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  372. 1329.31 s [unordered-containers] adjust: OK
  373. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  374. 1329.31 s [unordered-containers] insert: OK
  375. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  376. 1329.31 s [unordered-containers] insertWith: OK (0.02s)
  377. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  378. 1329.31 s [unordered-containers] delete: OK (0.01s)
  379. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  380. 1329.31 s [unordered-containers] lookup: OK
  381. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  382. 1329.31 s [unordered-containers] valid: OK (0.02s)
  383. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  384. 1329.31 s [unordered-containers] isSubmapOf
  385. 1329.31 s [unordered-containers] model: OK (0.01s)
  386. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  387. 1329.31 s [unordered-containers] m ⊆ m: OK (0.02s)
  388. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  389. 1329.31 s [unordered-containers] m1 ⊆ m1 ∪ m2: OK
  390. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  391. 1329.31 s [unordered-containers] m1 ⊈ m2 ⇒ m1 ∪ m2 ⊈ m1: OK
  392. 1329.31 s [unordered-containers] +++ OK, passed 100 tests; 14 discarded.
  393. 1329.31 s [unordered-containers] m1\m2 ⊆ m1: OK
  394. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  395. 1329.31 s [unordered-containers] m1 ∩ m2 ≠ ∅ ⇒ m1 ⊈ m1\m2 : OK (0.01s)
  396. 1329.31 s [unordered-containers] +++ OK, passed 100 tests; 186 discarded.
  397. 1329.31 s [unordered-containers] delete k m ⊆ m: OK
  398. 1329.31 s [unordered-containers] +++ OK, passed 100 tests; 17 discarded.
  399. 1329.31 s [unordered-containers] m ⊈ delete k m : OK
  400. 1329.31 s [unordered-containers] +++ OK, passed 100 tests; 18 discarded.
  401. 1329.31 s [unordered-containers] k ∉ m ⇒ m ⊆ insert k v m: OK
  402. 1329.31 s [unordered-containers] +++ OK, passed 100 tests; 9 discarded.
  403. 1329.31 s [unordered-containers] k ∉ m ⇒ insert k v m ⊈ m: OK
  404. 1329.31 s [unordered-containers] +++ OK, passed 100 tests; 7 discarded.
  405. 1329.31 s [unordered-containers] union
  406. 1329.31 s [unordered-containers] model: OK (0.02s)
  407. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  408. 1329.31 s [unordered-containers] valid: OK (0.01s)
  409. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  410. 1329.31 s [unordered-containers] unionWith
  411. 1329.31 s [unordered-containers] model: OK (0.02s)
  412. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  413. 1329.31 s [unordered-containers] valid: OK
  414. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  415. 1329.31 s [unordered-containers] unionWithKey
  416. 1329.31 s [unordered-containers] model: OK (0.03s)
  417. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  418. 1329.31 s [unordered-containers] valid: OK (0.02s)
  419. 1329.31 s [unordered-containers] +++ OK, passed 100 tests.
  420. 1329.31 s [unordered-containers] unions
  421. 1330.25 s [unordered-containers] model: OK (1.01s)
  422. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  423. 1330.25 s [unordered-containers] valid: OK (0.49s)
  424. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  425. 1330.25 s [unordered-containers] difference
  426. 1330.25 s [unordered-containers] model: OK (0.02s)
  427. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  428. 1330.25 s [unordered-containers] valid: OK (0.01s)
  429. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  430. 1330.25 s [unordered-containers] differenceWith
  431. 1330.25 s [unordered-containers] model: OK (0.03s)
  432. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  433. 1330.25 s [unordered-containers] valid: OK (0.01s)
  434. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  435. 1330.25 s [unordered-containers] intersection
  436. 1330.25 s [unordered-containers] model: OK (0.01s)
  437. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  438. 1330.25 s [unordered-containers] valid: OK (0.01s)
  439. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  440. 1330.25 s [unordered-containers] intersectionWith
  441. 1330.25 s [unordered-containers] model: OK (0.02s)
  442. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  443. 1330.25 s [unordered-containers] valid: OK
  444. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  445. 1330.25 s [unordered-containers] intersectionWithKey
  446. 1330.25 s [unordered-containers] model: OK (0.03s)
  447. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  448. 1330.25 s [unordered-containers] valid: OK
  449. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  450. 1330.25 s [unordered-containers] compose
  451. 1330.25 s [unordered-containers] valid: OK (0.01s)
  452. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  453. 1330.25 s [unordered-containers] map
  454. 1330.25 s [unordered-containers] model: OK (0.03s)
  455. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  456. 1330.25 s [unordered-containers] valid: OK
  457. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  458. 1330.25 s [unordered-containers] traverseWithKey
  459. 1330.25 s [unordered-containers] model: OK (0.31s)
  460. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  461. 1330.25 s [unordered-containers] valid: OK (0.01s)
  462. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  463. 1330.25 s [unordered-containers] mapKeys
  464. 1330.25 s [unordered-containers] model: OK
  465. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  466. 1330.25 s [unordered-containers] valid: OK (0.33s)
  467. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  468. 1330.25 s [unordered-containers] foldr: OK (0.01s)
  469. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  470. 1330.25 s [unordered-containers] foldl: OK
  471. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  472. 1330.25 s [unordered-containers] foldrWithKey: OK
  473. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  474. 1330.25 s [unordered-containers] foldlWithKey: OK (0.01s)
  475. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  476. 1330.25 s [unordered-containers] foldrWithKey': OK (0.02s)
  477. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  478. 1330.25 s [unordered-containers] foldlWithKey': OK (0.02s)
  479. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  480. 1330.25 s [unordered-containers] foldl': OK
  481. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  482. 1330.25 s [unordered-containers] foldr': OK (0.01s)
  483. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  484. 1330.25 s [unordered-containers] foldMapWithKey: OK (0.01s)
  485. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  486. 1330.25 s [unordered-containers] filter
  487. 1330.25 s [unordered-containers] model: OK (0.08s)
  488. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  489. 1330.25 s [unordered-containers] valid: OK (0.03s)
  490. 1330.25 s [unordered-containers] +++ OK, passed 100 tests.
  491. 1330.25 s [unordered-containers] filterWithKey
  492. 1330.55 s [unordered-containers] model: OK (1.29s)
  493. 1330.55 s [unordered-containers] +++ OK, passed 100 tests.
  494. 1330.55 s [unordered-containers] valid: OK (0.56s)
  495. 1330.55 s [unordered-containers] +++ OK, passed 100 tests.
  496. 1330.55 s [unordered-containers] mapMaybe
  497. 1330.55 s [unordered-containers] model: OK (0.10s)
  498. 1330.55 s [unordered-containers] +++ OK, passed 100 tests.
  499. 1330.55 s [unordered-containers] valid: OK (0.02s)
  500. 1330.55 s [unordered-containers] +++ OK, passed 100 tests.
  501. 1330.55 s [unordered-containers] mapMaybeWithKey
  502. 1330.63 s [unordered-containers] model: OK (1.36s)
  503. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  504. 1330.63 s [unordered-containers] valid: OK (0.57s)
  505. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  506. 1330.63 s [unordered-containers] elems: OK
  507. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  508. 1330.63 s [unordered-containers] keys: OK
  509. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  510. 1330.63 s [unordered-containers] fromList
  511. 1330.63 s [unordered-containers] model: OK (0.01s)
  512. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  513. 1330.63 s [unordered-containers] valid: OK
  514. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  515. 1330.63 s [unordered-containers] fromListWith
  516. 1330.63 s [unordered-containers] model: OK
  517. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  518. 1330.63 s [unordered-containers] valid: OK
  519. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  520. 1330.63 s [unordered-containers] fromListWithKey
  521. 1330.63 s [unordered-containers] model: OK
  522. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  523. 1330.63 s [unordered-containers] valid: OK (0.01s)
  524. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  525. 1330.63 s [unordered-containers] toList: OK (0.02s)
  526. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  527. 1330.63 s [unordered-containers] Data.HashMap.Strict
  528. 1330.63 s [unordered-containers] instances
  529. 1330.63 s [unordered-containers] Eq
  530. 1330.63 s [unordered-containers] ==: OK (0.03s)
  531. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  532. 1330.63 s [unordered-containers] /=: OK (0.03s)
  533. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  534. 1330.63 s [unordered-containers] Ord
  535. 1330.63 s [unordered-containers] compare reflexive: OK
  536. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  537. 1330.63 s [unordered-containers] compare transitive: OK (0.02s)
  538. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  539. 1330.63 s [unordered-containers] compare antisymmetric: OK
  540. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  541. 1330.63 s [unordered-containers] Ord => Eq: OK (0.04s)
  542. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  543. 1330.63 s [unordered-containers] Read/Show: OK (0.34s)
  544. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  545. 1330.63 s [unordered-containers] Functor: OK (0.11s)
  546. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  547. 1330.63 s [unordered-containers] Foldable: OK (0.01s)
  548. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  549. 1330.63 s [unordered-containers] Bifoldable
  550. 1330.63 s [unordered-containers] bifoldMap: OK (0.02s)
  551. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  552. 1330.63 s [unordered-containers] bifoldr: OK (0.02s)
  553. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  554. 1330.63 s [unordered-containers] bifoldl: OK (0.02s)
  555. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  556. 1330.63 s [unordered-containers] Hashable: OK (0.04s)
  557. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  558. 1330.63 s [unordered-containers] empty
  559. 1330.63 s [unordered-containers] valid: OK
  560. 1330.63 s [unordered-containers] +++ OK, passed 1 test.
  561. 1330.63 s [unordered-containers] singleton
  562. 1330.63 s [unordered-containers] valid: OK
  563. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  564. 1330.63 s [unordered-containers] size: OK (0.02s)
  565. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  566. 1330.63 s [unordered-containers] member: OK (0.01s)
  567. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  568. 1330.63 s [unordered-containers] lookup: OK (0.03s)
  569. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  570. 1330.63 s [unordered-containers] !?: OK (0.02s)
  571. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  572. 1330.63 s [unordered-containers] insert
  573. 1330.63 s [unordered-containers] model: OK (0.02s)
  574. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  575. 1330.63 s [unordered-containers] valid: OK
  576. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  577. 1330.63 s [unordered-containers] insertWith
  578. 1330.63 s [unordered-containers] insertWith: OK (0.03s)
  579. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  580. 1330.63 s [unordered-containers] valid: OK (0.02s)
  581. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  582. 1330.63 s [unordered-containers] delete
  583. 1330.63 s [unordered-containers] model: OK (0.02s)
  584. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  585. 1330.63 s [unordered-containers] valid: OK (0.01s)
  586. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  587. 1330.63 s [unordered-containers] adjust
  588. 1330.63 s [unordered-containers] model: OK (0.03s)
  589. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  590. 1330.63 s [unordered-containers] valid: OK (0.03s)
  591. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  592. 1330.63 s [unordered-containers] update
  593. 1330.63 s [unordered-containers] model: OK
  594. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  595. 1330.63 s [unordered-containers] valid: OK (0.02s)
  596. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  597. 1330.63 s [unordered-containers] alter
  598. 1330.63 s [unordered-containers] model: OK (0.02s)
  599. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  600. 1330.63 s [unordered-containers] valid: OK (0.03s)
  601. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  602. 1330.63 s [unordered-containers] alterF
  603. 1330.63 s [unordered-containers] model
  604. 1330.63 s [unordered-containers] []: OK (0.12s)
  605. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  606. 1330.63 s [unordered-containers] adjust: OK (0.03s)
  607. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  608. 1330.63 s [unordered-containers] insert: OK (0.02s)
  609. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  610. 1330.63 s [unordered-containers] insertWith: OK (0.03s)
  611. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  612. 1330.63 s [unordered-containers] delete: OK (0.02s)
  613. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  614. 1330.63 s [unordered-containers] lookup: OK (0.01s)
  615. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  616. 1330.63 s [unordered-containers] valid: OK (0.04s)
  617. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  618. 1330.63 s [unordered-containers] isSubmapOf
  619. 1330.63 s [unordered-containers] model: OK (0.06s)
  620. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  621. 1330.63 s [unordered-containers] m ⊆ m: OK (0.02s)
  622. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  623. 1330.63 s [unordered-containers] m1 ⊆ m1 ∪ m2: OK (0.03s)
  624. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  625. 1330.63 s [unordered-containers] m1 ⊈ m2 ⇒ m1 ∪ m2 ⊈ m1: OK (0.02s)
  626. 1330.63 s [unordered-containers] +++ OK, passed 100 tests; 16 discarded.
  627. 1330.63 s [unordered-containers] m1\m2 ⊆ m1: OK (0.05s)
  628. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  629. 1330.63 s [unordered-containers] m1 ∩ m2 ≠ ∅ ⇒ m1 ⊈ m1\m2 : OK (0.06s)
  630. 1330.63 s [unordered-containers] +++ OK, passed 100 tests; 150 discarded.
  631. 1330.63 s [unordered-containers] delete k m ⊆ m: OK
  632. 1330.63 s [unordered-containers] +++ OK, passed 100 tests; 18 discarded.
  633. 1330.63 s [unordered-containers] m ⊈ delete k m : OK (0.02s)
  634. 1330.63 s [unordered-containers] +++ OK, passed 100 tests; 17 discarded.
  635. 1330.63 s [unordered-containers] k ∉ m ⇒ m ⊆ insert k v m: OK (0.02s)
  636. 1330.63 s [unordered-containers] +++ OK, passed 100 tests; 5 discarded.
  637. 1330.63 s [unordered-containers] k ∉ m ⇒ insert k v m ⊈ m: OK (0.02s)
  638. 1330.63 s [unordered-containers] +++ OK, passed 100 tests; 6 discarded.
  639. 1330.63 s [unordered-containers] union
  640. 1330.63 s [unordered-containers] model: OK (0.04s)
  641. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  642. 1330.63 s [unordered-containers] valid: OK (0.03s)
  643. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  644. 1330.63 s [unordered-containers] unionWith
  645. 1330.63 s [unordered-containers] model: OK (0.10s)
  646. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  647. 1330.63 s [unordered-containers] valid: OK (0.07s)
  648. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  649. 1330.63 s [unordered-containers] unionWithKey
  650. 1330.63 s [unordered-containers] model: OK (0.11s)
  651. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  652. 1330.63 s [unordered-containers] valid: OK (0.08s)
  653. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  654. 1330.63 s [unordered-containers] unions
  655. 1330.63 s [unordered-containers] model: OK (1.10s)
  656. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  657. 1330.63 s [unordered-containers] valid: OK (0.77s)
  658. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  659. 1330.63 s [unordered-containers] difference
  660. 1330.63 s [unordered-containers] model: OK (0.04s)
  661. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  662. 1330.63 s [unordered-containers] valid: OK (0.07s)
  663. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  664. 1330.63 s [unordered-containers] differenceWith
  665. 1330.63 s [unordered-containers] model: OK (0.05s)
  666. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  667. 1330.63 s [unordered-containers] valid: OK (0.05s)
  668. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  669. 1330.63 s [unordered-containers] intersection
  670. 1330.63 s [unordered-containers] model: OK
  671. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  672. 1330.63 s [unordered-containers] valid: OK (0.04s)
  673. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  674. 1330.63 s [unordered-containers] intersectionWith
  675. 1330.63 s [unordered-containers] model: OK (0.08s)
  676. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  677. 1330.63 s [unordered-containers] valid: OK (0.04s)
  678. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  679. 1330.63 s [unordered-containers] intersectionWithKey
  680. 1330.63 s [unordered-containers] model: OK (0.12s)
  681. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  682. 1330.63 s [unordered-containers] valid: OK (0.09s)
  683. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  684. 1330.63 s [unordered-containers] compose
  685. 1330.63 s [unordered-containers] valid: OK (0.03s)
  686. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  687. 1330.63 s [unordered-containers] map
  688. 1330.63 s [unordered-containers] model: OK (0.06s)
  689. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  690. 1330.63 s [unordered-containers] valid: OK (0.06s)
  691. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  692. 1330.63 s [unordered-containers] traverseWithKey
  693. 1330.63 s [unordered-containers] model: OK (0.20s)
  694. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  695. 1330.63 s [unordered-containers] valid: OK (0.03s)
  696. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  697. 1330.63 s [unordered-containers] mapKeys
  698. 1330.63 s [unordered-containers] model: OK (0.03s)
  699. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  700. 1330.63 s [unordered-containers] valid: OK (0.59s)
  701. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  702. 1330.63 s [unordered-containers] foldr: OK (0.03s)
  703. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  704. 1330.63 s [unordered-containers] foldl: OK (0.04s)
  705. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  706. 1330.63 s [unordered-containers] foldrWithKey: OK (0.03s)
  707. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  708. 1330.63 s [unordered-containers] foldlWithKey: OK (0.03s)
  709. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  710. 1330.63 s [unordered-containers] foldrWithKey': OK (0.03s)
  711. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  712. 1330.63 s [unordered-containers] foldlWithKey': OK
  713. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  714. 1330.63 s [unordered-containers] foldl': OK (0.03s)
  715. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  716. 1330.63 s [unordered-containers] foldr': OK (0.04s)
  717. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  718. 1330.63 s [unordered-containers] foldMapWithKey: OK (0.03s)
  719. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  720. 1330.63 s [unordered-containers] filter
  721. 1330.63 s [unordered-containers] model: OK (0.10s)
  722. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  723. 1330.63 s [unordered-containers] valid: OK (0.06s)
  724. 1330.63 s [unordered-containers] +++ OK, passed 100 tests.
  725. 1330.63 s [unordered-containers] filterWithKey
  726. 1330.68 s [unordered-containers] model: OK (0.96s)
  727. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  728. 1330.68 s [unordered-containers] valid: OK (0.72s)
  729. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  730. 1330.68 s [unordered-containers] mapMaybe
  731. 1330.68 s [unordered-containers] model: OK (0.09s)
  732. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  733. 1330.68 s [unordered-containers] valid: OK (0.08s)
  734. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  735. 1330.68 s [unordered-containers] mapMaybeWithKey
  736. 1330.68 s [unordered-containers] model: OK (0.90s)
  737. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  738. 1330.68 s [unordered-containers] valid: OK (0.70s)
  739. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  740. 1330.68 s [unordered-containers] elems: OK (0.03s)
  741. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  742. 1330.68 s [unordered-containers] keys: OK (0.02s)
  743. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  744. 1330.68 s [unordered-containers] fromList
  745. 1330.68 s [unordered-containers] model: OK
  746. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  747. 1330.68 s [unordered-containers] valid: OK (0.02s)
  748. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  749. 1330.68 s [unordered-containers] fromListWith
  750. 1330.68 s [unordered-containers] model: OK (0.02s)
  751. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  752. 1330.68 s [unordered-containers] valid: OK (0.03s)
  753. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  754. 1330.68 s [unordered-containers] fromListWithKey
  755. 1330.68 s [unordered-containers] model: OK (0.02s)
  756. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  757. 1330.68 s [unordered-containers] valid: OK (0.05s)
  758. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  759. 1330.68 s [unordered-containers] toList: OK (0.02s)
  760. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  761. 1330.68 s [unordered-containers] Data.HashSet
  762. 1330.68 s [unordered-containers] instances
  763. 1330.68 s [unordered-containers] Eq
  764. 1330.68 s [unordered-containers] ==: OK (0.04s)
  765. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  766. 1330.68 s [unordered-containers] == permutations: OK (0.03s)
  767. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  768. 1330.68 s [unordered-containers] /=: OK (0.05s)
  769. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  770. 1330.68 s [unordered-containers] Ord
  771. 1330.68 s [unordered-containers] compare reflexive: OK (0.02s)
  772. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  773. 1330.68 s [unordered-containers] compare transitive: OK (0.03s)
  774. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  775. 1330.68 s [unordered-containers] compare antisymmetric: OK (0.03s)
  776. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  777. 1330.68 s [unordered-containers] Ord => Eq: OK (0.01s)
  778. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  779. 1330.68 s [unordered-containers] Read/Show: OK (0.36s)
  780. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  781. 1330.68 s [unordered-containers] Foldable: OK (0.02s)
  782. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  783. 1330.68 s [unordered-containers] Hashable: OK (0.02s)
  784. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  785. 1330.68 s [unordered-containers] size: OK (0.01s)
  786. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  787. 1330.68 s [unordered-containers] member: OK (0.02s)
  788. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  789. 1330.68 s [unordered-containers] insert: OK (0.02s)
  790. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  791. 1330.68 s [unordered-containers] delete: OK (0.04s)
  792. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  793. 1330.68 s [unordered-containers] union: OK (0.05s)
  794. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  795. 1330.68 s [unordered-containers] map: OK (0.66s)
  796. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  797. 1330.68 s [unordered-containers] foldr: OK
  798. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  799. 1330.68 s [unordered-containers] foldl': OK (0.01s)
  800. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  801. 1330.68 s [unordered-containers] filter: OK (0.67s)
  802. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  803. 1330.68 s [unordered-containers] toList: OK (0.03s)
  804. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  805. 1330.68 s [unordered-containers] Data.HashMap.Internal.List
  806. 1330.68 s [unordered-containers] isPermutationBy: OK (0.03s)
  807. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  808. 1330.68 s [unordered-containers] isPermutationBy of different length: OK
  809. 1330.68 s [unordered-containers] +++ OK, passed 100 tests; 17 discarded.
  810. 1330.68 s [unordered-containers] pUnorderedCompare: OK (0.10s)
  811. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  812. 1330.68 s [unordered-containers] modelUnorderedCompare
  813. 1330.68 s [unordered-containers] reflexive: OK (0.01s)
  814. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  815. 1330.68 s [unordered-containers] anti-symmetric: OK
  816. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  817. 1330.68 s [unordered-containers] transitive: OK (0.02s)
  818. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  819. 1330.68 s [unordered-containers] Regression tests
  820. 1330.68 s [unordered-containers] issue32: OK
  821. 1330.68 s [unordered-containers] issue39a: OK
  822. 1330.68 s [unordered-containers] issue39b: OK (0.04s)
  823. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  824. 1330.68 s [unordered-containers] issue254 lazy: OK (0.01s)
  825. 1330.68 s [unordered-containers] issue254 strict: OK
  826. 1330.68 s [unordered-containers] issue379
  827. 1330.68 s [unordered-containers] Lazy.unionWith: OK
  828. 1330.68 s [unordered-containers] union: OK
  829. 1330.68 s [unordered-containers] Strict.unionWith: OK
  830. 1330.68 s [unordered-containers] Strict.unionWithKey: OK
  831. 1330.68 s [unordered-containers] issue381
  832. 1330.68 s [unordered-containers] mapMaybe: OK
  833. 1330.68 s [unordered-containers] mapMaybeWithKey: OK
  834. 1330.68 s [unordered-containers] issue382: OK
  835. 1330.68 s [unordered-containers] issue383: OK
  836. 1330.68 s [unordered-containers] issue420: OK
  837. 1330.68 s [unordered-containers] Strictness
  838. 1330.68 s [unordered-containers] HashMap.Strict
  839. 1330.68 s [unordered-containers] singleton is key-strict: OK
  840. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  841. 1330.68 s [unordered-containers] singleton is value-strict: OK (0.02s)
  842. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  843. 1330.68 s [unordered-containers] member is key-strict: OK (0.01s)
  844. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  845. 1330.68 s [unordered-containers] lookup is key-strict: OK
  846. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  847. 1330.68 s [unordered-containers] lookupDefault is key-strict: OK
  848. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  849. 1330.68 s [unordered-containers] findWithDefault is key-strict: OK
  850. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  851. 1330.68 s [unordered-containers] ! is key-strict: OK
  852. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  853. 1330.68 s [unordered-containers] delete is key-strict: OK
  854. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  855. 1330.68 s [unordered-containers] adjust is key-strict: OK (0.05s)
  856. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  857. 1330.68 s [unordered-containers] adjust is value-strict: OK (0.04s)
  858. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  859. 1330.68 s [unordered-containers] insert is key-strict: OK
  860. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  861. 1330.68 s [unordered-containers] insert is value-strict: OK
  862. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  863. 1330.68 s [unordered-containers] insertWith is key-strict: OK
  864. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  865. 1330.68 s [unordered-containers] insertWith is value-strict: OK (0.07s)
  866. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  867. 1330.68 s [unordered-containers] fromList is key-strict: OK
  868. 1330.68 s [unordered-containers] +++ OK, passed 1 test.
  869. 1330.68 s [unordered-containers] fromList is value-strict: OK
  870. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  871. 1330.68 s [unordered-containers] fromListWith is key-strict: OK
  872. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  873. 1330.68 s [unordered-containers] fromListWith is value-strict: OK (0.01s)
  874. 1330.68 s [unordered-containers] +++ OK, passed 100 tests.
  875. 1330.68 s [unordered-containers]
  876. 1330.68 s [unordered-containers] All 256 tests passed (1.49s)
  877. 1330.70 s [unordered-containers] Test suite unordered-containers-tests: PASS
  878. 1330.70 s [unordered-containers] Test suite logged to:
  879. 1330.70 s [unordered-containers] dist/test/unordered-containers-0.2.20-unordered-containers-tests.log
  880. 1330.70 s [unordered-containers] 1 of 1 test suites (1 of 1 test cases) passed.
  881. 1330.71 s [unordered-containers] Phase: haddockPhase
  882. 1330.87 s [unordered-containers] Preprocessing library for unordered-containers-0.2.20..
  883. 1330.88 s [unordered-containers] Running Haddock on library for unordered-containers-0.2.20..
  884. 1330.94 s [unordered-containers] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  885. 1331.17 s [unordered-containers]
  886. 1331.17 s [unordered-containers] Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
  887. 1331.17 s [unordered-containers] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
  888. 1331.17 s [unordered-containers] |
  889. 1331.17 s [unordered-containers] 12 | {-# LANGUAGE TypeInType #-}
  890. 1331.17 s [unordered-containers] | ^^^^^^^^^^
  891. 1331.43 s [unordered-containers] [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing )
  892. 1331.77 s [unordered-containers]
  893. 1331.77 s [unordered-containers] Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports]
  894. 1331.77 s [unordered-containers] The import of ‘Control.Applicative’ is redundant
  895. 1331.77 s [unordered-containers] except perhaps to import instances from ‘Control.Applicative’
  896. 1331.77 s [unordered-containers] To import instances alone, use: import Control.Applicative()
  897. 1331.77 s [unordered-containers] |
  898. 1331.77 s [unordered-containers] 83 | import Control.Applicative (liftA2)
  899. 1331.77 s [unordered-containers] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  900. 1331.79 s [unordered-containers] [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, nothing )
  901. 1331.82 s [unordered-containers] [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, nothing )
  902. 1333.02 s [unordered-containers] [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, nothing )
  903. 1333.05 s [unordered-containers] [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, nothing )
  904. 1333.19 s [unordered-containers] [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, nothing )
  905. 1333.27 s [unordered-containers] [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, nothing )
  906. 1333.27 s [unordered-containers] [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, nothing )
  907. 1333.28 s [unordered-containers] [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, nothing )
  908. 1333.28 s [unordered-containers] Haddock coverage:
  909. 1333.29 s [unordered-containers] 33% ( 16 / 48) in 'Data.HashMap.Internal.Array'
  910. 1333.29 s [unordered-containers] Missing documentation for:
  911. 1333.29 s [unordered-containers] Array (Data/HashMap/Internal/Array.hs:125)
  912. 1333.29 s [unordered-containers] MArray (Data/HashMap/Internal/Array.hs:157)
  913. 1333.29 s [unordered-containers] new_ (Data/HashMap/Internal/Array.hs:208)
  914. 1333.29 s [unordered-containers] singleton (Data/HashMap/Internal/Array.hs:225)
  915. 1333.29 s [unordered-containers] singletonM (Data/HashMap/Internal/Array.hs:229)
  916. 1333.29 s [unordered-containers] snoc (Data/HashMap/Internal/Array.hs:233)
  917. 1333.29 s [unordered-containers] pair (Data/HashMap/Internal/Array.hs:242)
  918. 1333.29 s [unordered-containers] length (Data/HashMap/Internal/Array.hs:154)
  919. 1333.29 s [unordered-containers] lengthM (Data/HashMap/Internal/Array.hs:162)
  920. 1333.29 s [unordered-containers] read (Data/HashMap/Internal/Array.hs:249)
  921. 1333.29 s [unordered-containers] write (Data/HashMap/Internal/Array.hs:255)
  922. 1333.29 s [unordered-containers] index (Data/HashMap/Internal/Array.hs:262)
  923. 1333.29 s [unordered-containers] indexM (Data/HashMap/Internal/Array.hs:274)
  924. 1333.29 s [unordered-containers] index# (Data/HashMap/Internal/Array.hs:268)
  925. 1333.29 s [unordered-containers] sameArray1 (Data/HashMap/Internal/Array.hs:140)
  926. 1333.29 s [unordered-containers] unsafeFreeze (Data/HashMap/Internal/Array.hs:280)
  927. 1333.29 s [unordered-containers] unsafeThaw (Data/HashMap/Internal/Array.hs:286)
  928. 1333.29 s [unordered-containers] unsafeSameArray (Data/HashMap/Internal/Array.hs:136)
  929. 1333.29 s [unordered-containers] run (Data/HashMap/Internal/Array.hs:292)
  930. 1333.29 s [unordered-containers] cloneM (Data/HashMap/Internal/Array.hs:314)
  931. 1333.29 s [unordered-containers] foldl (Data/HashMap/Internal/Array.hs:404)
  932. 1333.29 s [unordered-containers] foldl' (Data/HashMap/Internal/Array.hs:375)
  933. 1333.29 s [unordered-containers] foldr (Data/HashMap/Internal/Array.hs:394)
  934. 1333.29 s [unordered-containers] foldr' (Data/HashMap/Internal/Array.hs:385)
  935. 1333.29 s [unordered-containers] foldMap (Data/HashMap/Internal/Array.hs:417)
  936. 1333.29 s [unordered-containers] thaw (Data/HashMap/Internal/Array.hs:436)
  937. 1333.29 s [unordered-containers] map (Data/HashMap/Internal/Array.hs:461)
  938. 1333.29 s [unordered-containers] traverse (Data/HashMap/Internal/Array.hs:537)
  939. 1333.29 s [unordered-containers] traverse' (Data/HashMap/Internal/Array.hs:553)
  940. 1333.29 s [unordered-containers] toList (Data/HashMap/Internal/Array.hs:529)
  941. 1333.29 s [unordered-containers] fromList (Data/HashMap/Internal/Array.hs:494)
  942. 1333.29 s [unordered-containers] fromList' (Data/HashMap/Internal/Array.hs:506)
  943. 1333.29 s [unordered-containers] 25% ( 1 / 4) in 'Data.HashMap.Internal.List'
  944. 1333.29 s [unordered-containers] Missing documentation for:
  945. 1333.29 s [unordered-containers] isPermutationBy (Data/HashMap/Internal/List.hs:40)
  946. 1333.29 s [unordered-containers] deleteBy (Data/HashMap/Internal/List.hs:83)
  947. 1333.29 s [unordered-containers] unorderedCompare (Data/HashMap/Internal/List.hs:68)
  948. 1333.30 s [unordered-containers] Warning: 'hash' is ambiguous. It is defined
  949. 1333.30 s [unordered-containers] * in ‘Data.Hashable.Class’
  950. 1333.30 s [unordered-containers] * at Data/HashMap/Internal.hs:183:1
  951. 1333.30 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  952. 1333.30 s [unordered-containers] by specifying the type/value namespace explicitly.
  953. 1333.30 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:183:1
  954. 1333.30 s [unordered-containers] Warning: 'Leaf' is ambiguous. It is defined
  955. 1333.30 s [unordered-containers] * at Data/HashMap/Internal.hs:225:7
  956. 1333.30 s [unordered-containers] * at Data/HashMap/Internal.hs:185:1
  957. 1333.30 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  958. 1333.30 s [unordered-containers] by specifying the type/value namespace explicitly.
  959. 1333.30 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:185:1
  960. 1333.31 s [unordered-containers] Warning: 'lookup' is ambiguous. It is defined
  961. 1333.31 s [unordered-containers] * in ‘GHC.List’
  962. 1333.31 s [unordered-containers] * at Data/HashMap/Internal.hs:632:1
  963. 1333.31 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  964. 1333.31 s [unordered-containers] by specifying the type/value namespace explicitly.
  965. 1333.31 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:632:1
  966. 1333.32 s [unordered-containers] Warning: 'update' is ambiguous. It is defined
  967. 1333.32 s [unordered-containers] * at Data/HashMap/Internal.hs:1289:1
  968. 1333.32 s [unordered-containers] * at Data/HashMap/Internal/Array.hs:341:1
  969. 1333.32 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  970. 1333.32 s [unordered-containers] by specifying the type/value namespace explicitly.
  971. 1333.32 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Array.hs:341:1
  972. 1333.32 s [unordered-containers] Warning: 'at' is out of scope.
  973. 1333.32 s [unordered-containers] If you qualify the identifier, haddock can try to link it anyway.
  974. 1333.32 s [unordered-containers] Warning: '!?' is ambiguous. It is defined
  975. 1333.32 s [unordered-containers] * in ‘GHC.List’
  976. 1333.32 s [unordered-containers] * at Data/HashMap/Internal.hs:741:1
  977. 1333.32 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  978. 1333.32 s [unordered-containers] by specifying the type/value namespace explicitly.
  979. 1333.32 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:741:1
  980. 1333.33 s [unordered-containers] Warning: 'index' is ambiguous. It is defined
  981. 1333.33 s [unordered-containers] * at Data/HashMap/Internal.hs:2460:1
  982. 1333.33 s [unordered-containers] * at Data/HashMap/Internal/Array.hs:262:1
  983. 1333.33 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  984. 1333.33 s [unordered-containers] by specifying the type/value namespace explicitly.
  985. 1333.33 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Array.hs:262:1
  986. 1333.33 s [unordered-containers] Warning: 'union' is ambiguous. It is defined
  987. 1333.33 s [unordered-containers] * in ‘Data.OldList’
  988. 1333.33 s [unordered-containers] * at Data/HashMap/Internal.hs:1586:1
  989. 1333.33 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  990. 1333.33 s [unordered-containers] by specifying the type/value namespace explicitly.
  991. 1333.33 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:1586:1
  992. 1333.33 s [unordered-containers] 88% ( 93 /105) in 'Data.HashMap.Internal'
  993. 1333.33 s [unordered-containers] Missing documentation for:
  994. 1333.33 s [unordered-containers] Leaf (Data/HashMap/Internal.hs:185)
  995. 1333.33 s [unordered-containers] intersectionWithKey# (Data/HashMap/Internal.hs:1855)
  996. 1333.33 s [unordered-containers] updateOrConcatWithKey (Data/HashMap/Internal.hs:2368)
  997. 1333.33 s [unordered-containers] equalKeys (Data/HashMap/Internal.hs:511)
  998. 1333.33 s [unordered-containers] equalKeys1 (Data/HashMap/Internal.hs:495)
  999. 1333.33 s [unordered-containers] lookupRecordCollision (Data/HashMap/Internal.hs:678)
  1000. 1333.33 s [unordered-containers] LookupRes (Data/HashMap/Internal.hs:657)
  1001. 1333.33 s [unordered-containers] lookupResToMaybe (Data/HashMap/Internal.hs:660)
  1002. 1333.33 s [unordered-containers] insert' (Data/HashMap/Internal.hs:806)
  1003. 1333.33 s [unordered-containers] delete' (Data/HashMap/Internal.hs:1124)
  1004. 1333.33 s [unordered-containers] insertNewKey (Data/HashMap/Internal.hs:848)
  1005. 1333.33 s [unordered-containers] insertKeyExists (Data/HashMap/Internal.hs:883)
  1006. 1333.33 s [unordered-containers] 50% ( 3 / 6) in 'Data.HashMap.Internal.Debug'
  1007. 1333.33 s [unordered-containers] Missing documentation for:
  1008. 1333.33 s [unordered-containers] valid (Data/HashMap/Internal/Debug.hs:98)
  1009. 1333.33 s [unordered-containers] Validity (Data/HashMap/Internal/Debug.hs:43)
  1010. 1333.33 s [unordered-containers] SubHashPath (Data/HashMap/Internal/Debug.hs:75)
  1011. 1333.34 s [unordered-containers] Warning: 'update' is ambiguous. It is defined
  1012. 1333.34 s [unordered-containers] * at Data/HashMap/Internal.hs:1289:1
  1013. 1333.34 s [unordered-containers] * at Data/HashMap/Internal/Array.hs:341:1
  1014. 1333.34 s [unordered-containers] * at Data/HashMap/Internal/Strict.hs:296:1
  1015. 1333.34 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  1016. 1333.34 s [unordered-containers] by specifying the type/value namespace explicitly.
  1017. 1333.34 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Strict.hs:296:1
  1018. 1333.34 s [unordered-containers] Warning: 'alter' is ambiguous. It is defined
  1019. 1333.34 s [unordered-containers] * at Data/HashMap/Internal.hs:1302:1
  1020. 1333.34 s [unordered-containers] * at Data/HashMap/Internal/Strict.hs:308:1
  1021. 1333.34 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  1022. 1333.34 s [unordered-containers] by specifying the type/value namespace explicitly.
  1023. 1333.34 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Strict.hs:308:1
  1024. 1333.34 s [unordered-containers] Warning: 'lookup' is ambiguous. It is defined
  1025. 1333.34 s [unordered-containers] * in ‘GHC.List’
  1026. 1333.34 s [unordered-containers] * at Data/HashMap/Internal.hs:632:1
  1027. 1333.34 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  1028. 1333.34 s [unordered-containers] by specifying the type/value namespace explicitly.
  1029. 1333.34 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:632:1
  1030. 1333.34 s [unordered-containers] Warning: 'alterF' is ambiguous. It is defined
  1031. 1333.34 s [unordered-containers] * at Data/HashMap/Internal.hs:1333:1
  1032. 1333.34 s [unordered-containers] * at Data/HashMap/Internal/Strict.hs:339:1
  1033. 1333.34 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  1034. 1333.34 s [unordered-containers] by specifying the type/value namespace explicitly.
  1035. 1333.34 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Strict.hs:339:1
  1036. 1333.34 s [unordered-containers] Warning: 'at' is out of scope.
  1037. 1333.34 s [unordered-containers] If you qualify the identifier, haddock can try to link it anyway.
  1038. 1333.34 s [unordered-containers] Warning: 'map' is ambiguous. It is defined
  1039. 1333.34 s [unordered-containers] * in ‘GHC.Base’
  1040. 1333.34 s [unordered-containers] * at Data/HashMap/Internal.hs:1767:1
  1041. 1333.34 s [unordered-containers] * at Data/HashMap/Internal/Array.hs:461:1
  1042. 1333.34 s [unordered-containers] * at Data/HashMap/Internal/Strict.hs:557:1
  1043. 1333.34 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  1044. 1333.34 s [unordered-containers] by specifying the type/value namespace explicitly.
  1045. 1333.34 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal/Strict.hs:557:1
  1046. 1333.34 s [unordered-containers] 100% ( 67 / 67) in 'Data.HashMap.Internal.Strict'
  1047. 1333.34 s [unordered-containers] Warning: 'HashSet' is ambiguous. It is defined
  1048. 1333.34 s [unordered-containers] * at Data/HashSet/Internal.hs:112:21
  1049. 1333.34 s [unordered-containers] * at Data/HashSet/Internal.hs:112:1
  1050. 1333.34 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  1051. 1333.34 s [unordered-containers] by specifying the type/value namespace explicitly.
  1052. 1333.34 s [unordered-containers] Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
  1053. 1333.34 s [unordered-containers] Warning: 'empty' is ambiguous. It is defined
  1054. 1333.34 s [unordered-containers] * at Data/HashMap/Internal.hs:594:1
  1055. 1333.34 s [unordered-containers] * at Data/HashSet/Internal.hs:255:1
  1056. 1333.34 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  1057. 1333.34 s [unordered-containers] by specifying the type/value namespace explicitly.
  1058. 1333.34 s [unordered-containers] Defaulting to the one defined at Data/HashSet/Internal.hs:255:1
  1059. 1333.34 s [unordered-containers] Warning: 'union' is ambiguous. It is defined
  1060. 1333.34 s [unordered-containers] * in ‘Data.OldList’
  1061. 1333.34 s [unordered-containers] * at Data/HashMap/Internal.hs:1586:1
  1062. 1333.34 s [unordered-containers] * at Data/HashSet/Internal.hs:310:1
  1063. 1333.34 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  1064. 1333.34 s [unordered-containers] by specifying the type/value namespace explicitly.
  1065. 1333.34 s [unordered-containers] Defaulting to the one defined at Data/HashSet/Internal.hs:310:1
  1066. 1333.34 s [unordered-containers] 100% ( 35 / 35) in 'Data.HashSet.Internal'
  1067. 1333.34 s [unordered-containers] Warning: 'HashSet' is ambiguous. It is defined
  1068. 1333.34 s [unordered-containers] * at Data/HashSet/Internal.hs:112:21
  1069. 1333.34 s [unordered-containers] * at Data/HashSet/Internal.hs:112:1
  1070. 1333.34 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  1071. 1333.34 s [unordered-containers] by specifying the type/value namespace explicitly.
  1072. 1333.34 s [unordered-containers] Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
  1073. 1333.35 s [unordered-containers] 100% ( 32 / 32) in 'Data.HashSet'
  1074. 1333.35 s [unordered-containers] 100% ( 69 / 69) in 'Data.HashMap.Strict'
  1075. 1333.35 s [unordered-containers] 100% ( 69 / 69) in 'Data.HashMap.Lazy'
  1076. 1333.59 s [unordered-containers] Warning: Data.HashMap.Internal: could not find link destinations for:
  1077. 1333.59 s [unordered-containers] - Data.HashMap.Internal.D:R:ItemHashMap
  1078. 1333.59 s [unordered-containers] Warning: Data.HashMap.Internal.Strict: could not find link destinations for:
  1079. 1333.59 s [unordered-containers] - Data.HashMap.Internal.D:R:ItemHashMap
  1080. 1333.60 s [unordered-containers] Warning: Data.HashSet.Internal: could not find link destinations for:
  1081. 1333.60 s [unordered-containers] - Data.HashSet.Internal.D:R:ItemHashSet
  1082. 1333.60 s [unordered-containers] Warning: Data.HashSet: could not find link destinations for:
  1083. 1333.60 s [unordered-containers] - Data.HashSet.Internal.D:R:ItemHashSet
  1084. 1333.60 s [unordered-containers] Warning: Data.HashMap.Strict: could not find link destinations for:
  1085. 1333.60 s [unordered-containers] - Data.HashMap.Internal.D:R:ItemHashMap
  1086. 1333.61 s [unordered-containers] Warning: Data.HashMap.Lazy: could not find link destinations for:
  1087. 1333.61 s [unordered-containers] - Data.HashMap.Internal.D:R:ItemHashMap
  1088. 1337.92 s [unordered-containers] Documentation created: dist/doc/html/unordered-containers/,
  1089. 1337.92 s [unordered-containers] dist/doc/html/unordered-containers/unordered-containers.txt
  1090. 1338.08 s [unordered-containers] Preprocessing test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
  1091. 1338.08 s [unordered-containers] Phase: installPhase
  1092. 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
  1093. 1338.77 s [unordered-containers] Phase: fixupPhase
  1094. 1338.79 s [unordered-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20
  1095. 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
  1096. 1338.81 s [unordered-containers] checking for references to /build/ in /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20...
  1097. 1338.83 s [unordered-containers] patching script interpreter paths in /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20
  1098. 1338.83 s [unordered-containers] stripping (with command strip and flags -S -p) in /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20/lib
  1099. 1338.95 s [unordered-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc
  1100. 1338.96 s [unordered-containers] checking for references to /build/ in /nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc...
  1101. 1338.97 s [unordered-containers] patching script interpreter paths in /nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc
  1102. 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
  1103. 1339.52 s [post-build-hook] Pushing 2 paths (70 are already present) using zstd to cache sellout ⏳
  1104. 1339.52 s [post-build-hook]
  1105. 1339.90 s [post-build-hook] Pushing /nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20 (9.28 MiB)
  1106. 1339.91 s [post-build-hook] Pushing /nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc (4.50 MiB)
  1107. 1341.50 s [post-build-hook]
  1108. 1341.50 s [post-build-hook] All done.
  1109. 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
  1110. 1341.57 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1111. 1341.78 s [post-build-hook] copying 2 paths...
  1112. 1341.78 s [post-build-hook] copying path '/nix/store/w05py57xs6l3yqdyn4vf7shdkxabiy5h-unordered-containers-0.2.20-doc' to 'https://cache.nix-ci.com'...
  1113. 1342.59 s [post-build-hook] copying path '/nix/store/h10gcld6qq126cr23lpyh6npw076wfk5-unordered-containers-0.2.20' to 'https://cache.nix-ci.com'...
  1114. 1345.33 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1115. 1345.62 s [post-build-hook] copying 1 paths...
  1116. 1345.67 s [post-build-hook] copying path '/nix/store/xcfa8spjga7nvmcnj7i722ykdabspbg2-unordered-containers-0.2.20.drv' to 'https://cache.nix-ci.com'...
  1117. 1345.87 s Progress: 72 of 79 built, 178 of 178 downloaded from cache
  1118. 1345.92 s Building quickcheck-instances
  1119. 1346.07 s [quickcheck-instances] Phase: setupCompilerEnvironmentPhase
  1120. 1346.08 s [quickcheck-instances] Build with /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1.
  1121. 1346.30 s [quickcheck-instances] Phase: unpackPhase
  1122. 1346.31 s [quickcheck-instances] unpacking source archive /nix/store/kz0fzqcr8g42rvq6dwlwvzxmg8rjfhqn-quickcheck-instances-0.3.32.tar.gz
  1123. 1346.31 s [quickcheck-instances] source root is quickcheck-instances-0.3.32
  1124. 1346.32 s [quickcheck-instances] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "quickcheck-instances-0.3.32/test/Tests.hs"
  1125. 1346.33 s [quickcheck-instances] Phase: patchPhase
  1126. 1346.33 s [quickcheck-instances] Replace Cabal file with edited version from mirror://hackage/quickcheck-instances-0.3.32/revision/1.cabal.
  1127. 1346.34 s [quickcheck-instances] Phase: compileBuildDriverPhase
  1128. 1346.34 s [quickcheck-instances] setupCompileFlags: -package-db=/build/tmp.4Mr6xOcbpO/setup-package.conf.d -threaded
  1129. 1346.39 s [quickcheck-instances] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.4Mr6xOcbpO/Main.o )
  1130. 1346.48 s [quickcheck-instances] [2 of 2] Linking Setup
  1131. 1347.93 s [quickcheck-instances] Phase: updateAutotoolsGnuConfigScriptsPhase
  1132. 1347.94 s [quickcheck-instances] Phase: configurePhase
  1133. 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
  1134. 1347.97 s [quickcheck-instances] Using Parsec parser
  1135. 1347.97 s [quickcheck-instances] Configuring quickcheck-instances-0.3.32...
  1136. 1348.38 s [quickcheck-instances] Dependency OneTuple >=0.4.2 && <0.5: using OneTuple-0.4.2
  1137. 1348.38 s [quickcheck-instances] Dependency QuickCheck >=2.14.2 && <2.15.1: using QuickCheck-2.14.3
  1138. 1348.38 s [quickcheck-instances] Dependency array >=0.5.3.0 && <0.6: using array-0.5.6.0
  1139. 1348.38 s [quickcheck-instances] Dependency base >=4.12.0.0 && <4.22: using base-4.19.0.0
  1140. 1348.38 s [quickcheck-instances] Dependency bytestring >=0.10.8.2 && <0.13: using bytestring-0.12.0.2
  1141. 1348.38 s [quickcheck-instances] Dependency case-insensitive >=1.2.0.11 && <1.3: using case-insensitive-1.2.1.0
  1142. 1348.38 s [quickcheck-instances] Dependency containers >=0.6.0.1 && <0.8: using containers-0.6.8
  1143. 1348.38 s [quickcheck-instances] Dependency data-fix >=0.3 && <0.4: using data-fix-0.3.4
  1144. 1348.38 s [quickcheck-instances] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
  1145. 1348.38 s [quickcheck-instances] Dependency integer-logarithms >=1.0.3.1 && <1.1: using
  1146. 1348.38 s [quickcheck-instances] integer-logarithms-1.0.4
  1147. 1348.38 s [quickcheck-instances] Dependency old-time >=1.1.0.0 && <1.2: using old-time-1.1.0.4
  1148. 1348.38 s [quickcheck-instances] Dependency primitive >=0.9.0.0 && <0.10: using primitive-0.9.1.0
  1149. 1348.38 s [quickcheck-instances] Dependency scientific >=0.3.8.0 && <0.4: using scientific-0.3.8.0
  1150. 1348.38 s [quickcheck-instances] Dependency splitmix >=0.1.0.5 && <0.2: using splitmix-0.1.1
  1151. 1348.38 s [quickcheck-instances] Dependency strict >=0.5 && <0.6: using strict-0.5.1
  1152. 1348.38 s [quickcheck-instances] Dependency tagged >=0.8.8 && <0.9: using tagged-0.8.8
  1153. 1348.38 s [quickcheck-instances] Dependency text >=1.2.3.0 && <1.3 || >=2.0 && <2.2: using text-2.1
  1154. 1348.38 s [quickcheck-instances] Dependency text-short >=0.1.4 && <0.2: using text-short-0.1.6
  1155. 1348.38 s [quickcheck-instances] Dependency these >=1.2.1 && <1.3: using these-1.2.1
  1156. 1348.38 s [quickcheck-instances] Dependency time-compat >=1.9.4 && <1.10: using time-compat-1.9.7
  1157. 1348.38 s [quickcheck-instances] Dependency transformers >=0.5.6.2 && <0.7: using transformers-0.6.1.0
  1158. 1348.38 s [quickcheck-instances] Dependency unordered-containers >=0.2.20 && <0.3: using
  1159. 1348.38 s [quickcheck-instances] unordered-containers-0.2.20
  1160. 1348.38 s [quickcheck-instances] Dependency uuid-types >=1.0.6 && <1.1: using uuid-types-1.0.6
  1161. 1348.38 s [quickcheck-instances] Dependency vector >=0.13.1.0 && <0.14: using vector-0.13.2.0
  1162. 1348.38 s [quickcheck-instances] Dependency QuickCheck: using QuickCheck-2.14.3
  1163. 1348.38 s [quickcheck-instances] Dependency base: using base-4.19.0.0
  1164. 1348.38 s [quickcheck-instances] Dependency containers: using containers-0.6.8
  1165. 1348.38 s [quickcheck-instances] Dependency primitive: using primitive-0.9.1.0
  1166. 1348.38 s [quickcheck-instances] Dependency quickcheck-instances: using quickcheck-instances-0.3.32
  1167. 1348.38 s [quickcheck-instances] Dependency tagged: using tagged-0.8.8
  1168. 1348.38 s [quickcheck-instances] Dependency uuid-types: using uuid-types-1.0.6
  1169. 1348.69 s [quickcheck-instances] Source component graph:
  1170. 1348.69 s [quickcheck-instances] component lib
  1171. 1348.69 s [quickcheck-instances] component test:self-test dependency lib
  1172. 1348.69 s [quickcheck-instances] Configured component graph:
  1173. 1348.69 s [quickcheck-instances] component quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
  1174. 1348.69 s [quickcheck-instances] include OneTuple-0.4.2-FoSVxZ1Ua1k9qzI3fLkcX3
  1175. 1348.69 s [quickcheck-instances] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  1176. 1348.69 s [quickcheck-instances] include array-0.5.6.0-dc89
  1177. 1348.69 s [quickcheck-instances] include base-4.19.0.0-b960
  1178. 1348.69 s [quickcheck-instances] include bytestring-0.12.0.2-4690
  1179. 1348.69 s [quickcheck-instances] include case-insensitive-1.2.1.0-4sNw09pp3ywJCN7WmvmsUo
  1180. 1348.69 s [quickcheck-instances] include containers-0.6.8-4775
  1181. 1348.69 s [quickcheck-instances] include data-fix-0.3.4-90kAYHfhdX433d7z3npPya
  1182. 1348.69 s [quickcheck-instances] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
  1183. 1348.69 s [quickcheck-instances] include integer-logarithms-1.0.4-IZnPj8qGoLo9zs4hkYJadH
  1184. 1348.69 s [quickcheck-instances] include old-time-1.1.0.4-GyTPzrGYsOf5FPo85tfX5z
  1185. 1348.69 s [quickcheck-instances] include primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
  1186. 1348.69 s [quickcheck-instances] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
  1187. 1348.69 s [quickcheck-instances] include splitmix-0.1.1-AoP57hqMhOYD9c7s1NlK2Y
  1188. 1348.69 s [quickcheck-instances] include strict-0.5.1-GVSVdbGTOCS56r31yJq782
  1189. 1348.69 s [quickcheck-instances] include tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
  1190. 1348.69 s [quickcheck-instances] include text-2.1-c36a
  1191. 1348.69 s [quickcheck-instances] include text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
  1192. 1348.69 s [quickcheck-instances] include these-1.2.1-B8INZK8jfBp2iDPS6dEUhs
  1193. 1348.69 s [quickcheck-instances] include time-compat-1.9.7-IGnpUyczMKVByAqjyfFbdA
  1194. 1348.69 s [quickcheck-instances] include transformers-0.6.1.0-c3ec
  1195. 1348.69 s [quickcheck-instances] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
  1196. 1348.69 s [quickcheck-instances] include uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
  1197. 1348.69 s [quickcheck-instances] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
  1198. 1348.69 s [quickcheck-instances] component quickcheck-instances-0.3.32-EqnsGjJX1nY9SmASoFIwTc-self-test
  1199. 1348.69 s [quickcheck-instances] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  1200. 1348.69 s [quickcheck-instances] include base-4.19.0.0-b960
  1201. 1348.69 s [quickcheck-instances] include containers-0.6.8-4775
  1202. 1348.69 s [quickcheck-instances] include primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
  1203. 1348.69 s [quickcheck-instances] include quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
  1204. 1348.69 s [quickcheck-instances] include tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
  1205. 1348.69 s [quickcheck-instances] include uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
  1206. 1348.69 s [quickcheck-instances] Linked component graph:
  1207. 1348.69 s [quickcheck-instances] unit quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
  1208. 1348.69 s [quickcheck-instances] include OneTuple-0.4.2-FoSVxZ1Ua1k9qzI3fLkcX3
  1209. 1348.69 s [quickcheck-instances] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  1210. 1348.69 s [quickcheck-instances] include array-0.5.6.0-dc89
  1211. 1348.69 s [quickcheck-instances] include base-4.19.0.0-b960
  1212. 1348.69 s [quickcheck-instances] include bytestring-0.12.0.2-4690
  1213. 1348.69 s [quickcheck-instances] include case-insensitive-1.2.1.0-4sNw09pp3ywJCN7WmvmsUo
  1214. 1348.69 s [quickcheck-instances] include containers-0.6.8-4775
  1215. 1348.69 s [quickcheck-instances] include data-fix-0.3.4-90kAYHfhdX433d7z3npPya
  1216. 1348.69 s [quickcheck-instances] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
  1217. 1348.69 s [quickcheck-instances] include integer-logarithms-1.0.4-IZnPj8qGoLo9zs4hkYJadH
  1218. 1348.69 s [quickcheck-instances] include old-time-1.1.0.4-GyTPzrGYsOf5FPo85tfX5z
  1219. 1348.69 s [quickcheck-instances] include primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
  1220. 1348.69 s [quickcheck-instances] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
  1221. 1348.69 s [quickcheck-instances] include splitmix-0.1.1-AoP57hqMhOYD9c7s1NlK2Y
  1222. 1348.69 s [quickcheck-instances] include strict-0.5.1-GVSVdbGTOCS56r31yJq782
  1223. 1348.69 s [quickcheck-instances] include tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
  1224. 1348.69 s [quickcheck-instances] include text-2.1-c36a
  1225. 1348.69 s [quickcheck-instances] include text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
  1226. 1348.69 s [quickcheck-instances] include these-1.2.1-B8INZK8jfBp2iDPS6dEUhs
  1227. 1348.69 s [quickcheck-instances] include time-compat-1.9.7-IGnpUyczMKVByAqjyfFbdA
  1228. 1348.69 s [quickcheck-instances] include transformers-0.6.1.0-c3ec
  1229. 1348.69 s [quickcheck-instances] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
  1230. 1348.69 s [quickcheck-instances] include uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
  1231. 1348.69 s [quickcheck-instances] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
  1232. 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
  1233. 1348.69 s [quickcheck-instances] unit quickcheck-instances-0.3.32-EqnsGjJX1nY9SmASoFIwTc-self-test
  1234. 1348.69 s [quickcheck-instances] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  1235. 1348.69 s [quickcheck-instances] include base-4.19.0.0-b960
  1236. 1348.69 s [quickcheck-instances] include containers-0.6.8-4775
  1237. 1348.69 s [quickcheck-instances] include primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
  1238. 1348.69 s [quickcheck-instances] include quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
  1239. 1348.69 s [quickcheck-instances] include tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
  1240. 1348.69 s [quickcheck-instances] include uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
  1241. 1348.69 s [quickcheck-instances] Ready component graph:
  1242. 1348.69 s [quickcheck-instances] definite quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
  1243. 1348.69 s [quickcheck-instances] depends OneTuple-0.4.2-FoSVxZ1Ua1k9qzI3fLkcX3
  1244. 1348.69 s [quickcheck-instances] depends QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  1245. 1348.69 s [quickcheck-instances] depends array-0.5.6.0-dc89
  1246. 1348.69 s [quickcheck-instances] depends base-4.19.0.0-b960
  1247. 1348.69 s [quickcheck-instances] depends bytestring-0.12.0.2-4690
  1248. 1348.69 s [quickcheck-instances] depends case-insensitive-1.2.1.0-4sNw09pp3ywJCN7WmvmsUo
  1249. 1348.69 s [quickcheck-instances] depends containers-0.6.8-4775
  1250. 1348.69 s [quickcheck-instances] depends data-fix-0.3.4-90kAYHfhdX433d7z3npPya
  1251. 1348.69 s [quickcheck-instances] depends hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
  1252. 1348.69 s [quickcheck-instances] depends integer-logarithms-1.0.4-IZnPj8qGoLo9zs4hkYJadH
  1253. 1348.69 s [quickcheck-instances] depends old-time-1.1.0.4-GyTPzrGYsOf5FPo85tfX5z
  1254. 1348.69 s [quickcheck-instances] depends primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
  1255. 1348.69 s [quickcheck-instances] depends scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
  1256. 1348.69 s [quickcheck-instances] depends splitmix-0.1.1-AoP57hqMhOYD9c7s1NlK2Y
  1257. 1348.69 s [quickcheck-instances] depends strict-0.5.1-GVSVdbGTOCS56r31yJq782
  1258. 1348.69 s [quickcheck-instances] depends tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
  1259. 1348.69 s [quickcheck-instances] depends text-2.1-c36a
  1260. 1348.69 s [quickcheck-instances] depends text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
  1261. 1348.69 s [quickcheck-instances] depends these-1.2.1-B8INZK8jfBp2iDPS6dEUhs
  1262. 1348.69 s [quickcheck-instances] depends time-compat-1.9.7-IGnpUyczMKVByAqjyfFbdA
  1263. 1348.69 s [quickcheck-instances] depends transformers-0.6.1.0-c3ec
  1264. 1348.69 s [quickcheck-instances] depends unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
  1265. 1348.69 s [quickcheck-instances] depends uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
  1266. 1348.69 s [quickcheck-instances] depends vector-0.13.2.0-KITycIPQp0R25115diGgzh
  1267. 1348.69 s [quickcheck-instances] definite quickcheck-instances-0.3.32-EqnsGjJX1nY9SmASoFIwTc-self-test
  1268. 1348.69 s [quickcheck-instances] depends QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  1269. 1348.69 s [quickcheck-instances] depends base-4.19.0.0-b960
  1270. 1348.69 s [quickcheck-instances] depends containers-0.6.8-4775
  1271. 1348.71 s [quickcheck-instances] depends primitive-0.9.1.0-DeIA1En0tGHWHx5cf6fLi
  1272. 1348.71 s [quickcheck-instances] depends quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
  1273. 1348.71 s [quickcheck-instances] depends tagged-0.8.8-9IYNVroNH6YIopP0F3Et98
  1274. 1348.71 s [quickcheck-instances] depends uuid-types-1.0.6-6gO6eWf1YHLC09OVS7zxKJ
  1275. 1348.71 s [quickcheck-instances] Using Cabal-3.10.2.0 compiled by ghc-9.8
  1276. 1348.71 s [quickcheck-instances] Using compiler: ghc-9.8.1
  1277. 1348.71 s [quickcheck-instances] Using install prefix:
  1278. 1348.71 s [quickcheck-instances] /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32
  1279. 1348.71 s [quickcheck-instances] Executables installed in:
  1280. 1348.71 s [quickcheck-instances] /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/bin
  1281. 1348.71 s [quickcheck-instances] Libraries installed in:
  1282. 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
  1283. 1348.71 s [quickcheck-instances] Dynamic Libraries installed in:
  1284. 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
  1285. 1348.71 s [quickcheck-instances] Private executables installed in:
  1286. 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
  1287. 1348.71 s [quickcheck-instances] Data files installed in:
  1288. 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
  1289. 1348.71 s [quickcheck-instances] Documentation installed in:
  1290. 1348.71 s [quickcheck-instances] /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc/share/doc/quickcheck-instances-0.3.32
  1291. 1348.71 s [quickcheck-instances] Configuration files installed in:
  1292. 1348.71 s [quickcheck-instances] /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/etc
  1293. 1348.71 s [quickcheck-instances] No alex found
  1294. 1348.71 s [quickcheck-instances] Using ar found on system at:
  1295. 1348.71 s [quickcheck-instances] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  1296. 1348.71 s [quickcheck-instances] No c2hs found
  1297. 1348.71 s [quickcheck-instances] No cpphs found
  1298. 1348.71 s [quickcheck-instances] No doctest found
  1299. 1348.71 s [quickcheck-instances] Using gcc version 14.3.0 given by user at:
  1300. 1348.71 s [quickcheck-instances] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  1301. 1348.71 s [quickcheck-instances] Using ghc version 9.8.1 found on system at:
  1302. 1348.71 s [quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc
  1303. 1348.71 s [quickcheck-instances] Using ghc-pkg version 9.8.1 found on system at:
  1304. 1348.71 s [quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc-pkg-9.8.1
  1305. 1348.71 s [quickcheck-instances] No ghcjs found
  1306. 1348.71 s [quickcheck-instances] No ghcjs-pkg found
  1307. 1348.71 s [quickcheck-instances] No greencard found
  1308. 1348.71 s [quickcheck-instances] Using haddock version 2.30.0 found on system at:
  1309. 1348.71 s [quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/haddock-ghc-9.8.1
  1310. 1348.71 s [quickcheck-instances] No happy found
  1311. 1348.71 s [quickcheck-instances] Using haskell-suite found on system at: haskell-suite-dummy-location
  1312. 1348.71 s [quickcheck-instances] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1313. 1348.71 s [quickcheck-instances] No hmake found
  1314. 1348.71 s [quickcheck-instances] Using hpc version 0.69 found on system at:
  1315. 1348.71 s [quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hpc-ghc-9.8.1
  1316. 1348.71 s [quickcheck-instances] Using hsc2hs version 0.68.10 found on system at:
  1317. 1348.71 s [quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hsc2hs-ghc-9.8.1
  1318. 1348.71 s [quickcheck-instances] Using hscolour version 1.25 found on system at:
  1319. 1348.71 s [quickcheck-instances] /nix/store/1g19csfql5ihx7cvxzlzald54flbi8il-hscolour-1.25/bin/HsColour
  1320. 1348.71 s [quickcheck-instances] No jhc found
  1321. 1348.71 s [quickcheck-instances] Using ld found on system at:
  1322. 1348.71 s [quickcheck-instances] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  1323. 1348.71 s [quickcheck-instances] No pkg-config found
  1324. 1348.71 s [quickcheck-instances] Using runghc version 9.8.1 found on system at:
  1325. 1348.71 s [quickcheck-instances] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/runghc-9.8.1
  1326. 1348.71 s [quickcheck-instances] Using strip version 2.44 found on system at:
  1327. 1348.71 s [quickcheck-instances] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  1328. 1348.72 s [quickcheck-instances] Using tar found on system at:
  1329. 1348.72 s [quickcheck-instances] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  1330. 1348.72 s [quickcheck-instances] No uhc found
  1331. 1348.88 s [quickcheck-instances] Phase: buildPhase
  1332. 1348.97 s [quickcheck-instances] Preprocessing library for quickcheck-instances-0.3.32..
  1333. 1348.98 s [quickcheck-instances] Building library for quickcheck-instances-0.3.32..
  1334. 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 )
  1335. 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 )
  1336. 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 )
  1337. 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 )
  1338. 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 )
  1339. 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 )
  1340. 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 )
  1341. 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 )
  1342. 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 )
  1343. 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 )
  1344. 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 )
  1345. 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 )
  1346. 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 )
  1347. 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 )
  1348. 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 )
  1349. 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. 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 )
  1351. 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 )
  1352. 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 )
  1353. 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 )
  1354. 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 )
  1355. 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 )
  1356. 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 )
  1357. 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 )
  1358. 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 )
  1359. 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 )
  1360. 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 )
  1361. 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 )
  1362. 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 )
  1363. 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 )
  1364. 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 )
  1365. 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 )
  1366. 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 )
  1367. 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 )
  1368. 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 )
  1369. 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 )
  1370. 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 )
  1371. 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 )
  1372. 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 )
  1373. 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 )
  1374. 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 )
  1375. 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 )
  1376. 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 )
  1377. 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 )
  1378. 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 )
  1379. 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 )
  1380. 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 )
  1381. 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 )
  1382. 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 )
  1383. 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 )
  1384. 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 )
  1385. 1353.08 s [quickcheck-instances] [26 of 26] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.p_o )
  1386. 1355.25 s [quickcheck-instances] Preprocessing test suite 'self-test' for quickcheck-instances-0.3.32..
  1387. 1355.26 s [quickcheck-instances] Building test suite 'self-test' for quickcheck-instances-0.3.32..
  1388. 1355.33 s [quickcheck-instances] [1 of 1] Compiling Main ( test/Tests.hs, dist/build/self-test/self-test-tmp/Main.o )
  1389. 1355.64 s [quickcheck-instances] [2 of 2] Linking dist/build/self-test/self-test
  1390. 1356.57 s [quickcheck-instances] Phase: checkPhase
  1391. 1356.66 s [quickcheck-instances] Running 1 test suites...
  1392. 1356.66 s [quickcheck-instances] Test suite self-test: RUNNING...
  1393. 1356.71 s [quickcheck-instances] +++ OK, passed 100 tests.
  1394. 1356.71 s [quickcheck-instances] +++ OK, passed 100 tests.
  1395. 1356.71 s [quickcheck-instances] +++ OK, passed 100 tests.
  1396. 1356.71 s [quickcheck-instances] +++ OK, passed 100 tests.
  1397. 1356.71 s [quickcheck-instances] +++ OK, passed 100 tests.
  1398. 1356.71 s [quickcheck-instances] Test suite self-test: PASS
  1399. 1356.71 s [quickcheck-instances] Test suite logged to: dist/test/quickcheck-instances-0.3.32-self-test.log
  1400. 1356.71 s [quickcheck-instances] 1 of 1 test suites (1 of 1 test cases) passed.
  1401. 1356.71 s [quickcheck-instances] Phase: haddockPhase
  1402. 1356.85 s [quickcheck-instances] Preprocessing library for quickcheck-instances-0.3.32..
  1403. 1356.86 s [quickcheck-instances] Running Haddock on library for quickcheck-instances-0.3.32..
  1404. 1356.86 s [quickcheck-instances] Warning: The documentation for the following packages are not installed. No
  1405. 1356.86 s [quickcheck-instances] links will be generated to these packages: vector-0.13.2.0
  1406. 1356.96 s [quickcheck-instances] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  1407. 1357.18 s [quickcheck-instances] [ 1 of 26] Compiling Test.QuickCheck.Instances.Containers ( src/Test/QuickCheck/Instances/Containers.hs, nothing )
  1408. 1357.20 s [quickcheck-instances] [ 2 of 26] Compiling Test.QuickCheck.Instances.CustomPrelude ( src/Test/QuickCheck/Instances/CustomPrelude.hs, nothing )
  1409. 1357.22 s [quickcheck-instances] [ 3 of 26] Compiling Test.QuickCheck.Instances.CaseInsensitive ( src/Test/QuickCheck/Instances/CaseInsensitive.hs, nothing )
  1410. 1357.38 s [quickcheck-instances] [ 4 of 26] Compiling Test.QuickCheck.Instances.ByteString ( src/Test/QuickCheck/Instances/ByteString.hs, nothing )
  1411. 1357.40 s [quickcheck-instances] [ 5 of 26] Compiling Test.QuickCheck.Instances.Array ( src/Test/QuickCheck/Instances/Array.hs, nothing )
  1412. 1357.43 s [quickcheck-instances] [ 6 of 26] Compiling Test.QuickCheck.Instances.DataFix ( src/Test/QuickCheck/Instances/DataFix.hs, nothing )
  1413. 1357.45 s [quickcheck-instances] [ 7 of 26] Compiling Test.QuickCheck.Instances.Hashable ( src/Test/QuickCheck/Instances/Hashable.hs, nothing )
  1414. 1357.46 s [quickcheck-instances] [ 8 of 26] Compiling Test.QuickCheck.Instances.Natural ( src/Test/QuickCheck/Instances/Natural.hs, nothing )
  1415. 1357.47 s [quickcheck-instances] [ 9 of 26] Compiling Test.QuickCheck.Instances.OldTime ( src/Test/QuickCheck/Instances/OldTime.hs, nothing )
  1416. 1357.50 s [quickcheck-instances] [10 of 26] Compiling Test.QuickCheck.Instances.Primitive ( src/Test/QuickCheck/Instances/Primitive.hs, nothing )
  1417. 1357.56 s [quickcheck-instances] [11 of 26] Compiling Test.QuickCheck.Instances.Array.Byte ( src/Test/QuickCheck/Instances/Array/Byte.hs, nothing )
  1418. 1357.56 s [quickcheck-instances] [12 of 26] Compiling Test.QuickCheck.Instances.Scientific ( src/Test/QuickCheck/Instances/Scientific.hs, nothing )
  1419. 1357.58 s [quickcheck-instances] [13 of 26] Compiling Test.QuickCheck.Instances.Semigroup ( src/Test/QuickCheck/Instances/Semigroup.hs, nothing )
  1420. 1357.62 s [quickcheck-instances] [14 of 26] Compiling Test.QuickCheck.Instances.Solo ( src/Test/QuickCheck/Instances/Solo.hs, nothing )
  1421. 1357.63 s [quickcheck-instances] [15 of 26] Compiling Test.QuickCheck.Instances.Strict ( src/Test/QuickCheck/Instances/Strict.hs, nothing )
  1422. 1357.81 s [quickcheck-instances] [16 of 26] Compiling Test.QuickCheck.Instances.Tagged ( src/Test/QuickCheck/Instances/Tagged.hs, nothing )
  1423. 1357.88 s [quickcheck-instances] [17 of 26] Compiling Test.QuickCheck.Instances.Text ( src/Test/QuickCheck/Instances/Text.hs, nothing )
  1424. 1357.88 s [quickcheck-instances] [18 of 26] Compiling Test.QuickCheck.Instances.Text.Short ( src/Test/QuickCheck/Instances/Text/Short.hs, nothing )
  1425. 1357.89 s [quickcheck-instances] [19 of 26] Compiling Test.QuickCheck.Instances.These ( src/Test/QuickCheck/Instances/These.hs, nothing )
  1426. 1357.92 s [quickcheck-instances] [20 of 26] Compiling Test.QuickCheck.Instances.Time ( src/Test/QuickCheck/Instances/Time.hs, nothing )
  1427. 1358.02 s [quickcheck-instances] [21 of 26] Compiling Test.QuickCheck.Instances.Transformer ( src/Test/QuickCheck/Instances/Transformer.hs, nothing )
  1428. 1358.06 s [quickcheck-instances] [22 of 26] Compiling Test.QuickCheck.Instances.UUID ( src/Test/QuickCheck/Instances/UUID.hs, nothing )
  1429. 1358.08 s [quickcheck-instances] [23 of 26] Compiling Test.QuickCheck.Instances.UnorderedContainers ( src/Test/QuickCheck/Instances/UnorderedContainers.hs, nothing )
  1430. 1358.11 s [quickcheck-instances] [24 of 26] Compiling Test.QuickCheck.Instances.Vector ( src/Test/QuickCheck/Instances/Vector.hs, nothing )
  1431. 1358.19 s [quickcheck-instances] [25 of 26] Compiling Test.QuickCheck.Instances.Void ( src/Test/QuickCheck/Instances/Void.hs, nothing )
  1432. 1358.20 s [quickcheck-instances] [26 of 26] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, nothing )
  1433. 1358.38 s [quickcheck-instances] Haddock coverage:
  1434. 1358.38 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Containers'
  1435. 1358.38 s [quickcheck-instances] Missing documentation for:
  1436. 1358.38 s [quickcheck-instances] Module header
  1437. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.CaseInsensitive'
  1438. 1358.39 s [quickcheck-instances] Missing documentation for:
  1439. 1358.39 s [quickcheck-instances] Module header
  1440. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.ByteString'
  1441. 1358.39 s [quickcheck-instances] Missing documentation for:
  1442. 1358.39 s [quickcheck-instances] Module header
  1443. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Array'
  1444. 1358.39 s [quickcheck-instances] Missing documentation for:
  1445. 1358.39 s [quickcheck-instances] Module header
  1446. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.DataFix'
  1447. 1358.39 s [quickcheck-instances] Missing documentation for:
  1448. 1358.39 s [quickcheck-instances] Module header
  1449. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Hashable'
  1450. 1358.39 s [quickcheck-instances] Missing documentation for:
  1451. 1358.39 s [quickcheck-instances] Module header
  1452. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Natural'
  1453. 1358.39 s [quickcheck-instances] Missing documentation for:
  1454. 1358.39 s [quickcheck-instances] Module header
  1455. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.OldTime'
  1456. 1358.39 s [quickcheck-instances] Missing documentation for:
  1457. 1358.39 s [quickcheck-instances] Module header
  1458. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Primitive'
  1459. 1358.39 s [quickcheck-instances] Missing documentation for:
  1460. 1358.39 s [quickcheck-instances] Module header
  1461. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Array.Byte'
  1462. 1358.39 s [quickcheck-instances] Missing documentation for:
  1463. 1358.39 s [quickcheck-instances] Module header
  1464. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Scientific'
  1465. 1358.39 s [quickcheck-instances] Missing documentation for:
  1466. 1358.39 s [quickcheck-instances] Module header
  1467. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Semigroup'
  1468. 1358.39 s [quickcheck-instances] Missing documentation for:
  1469. 1358.39 s [quickcheck-instances] Module header
  1470. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Solo'
  1471. 1358.39 s [quickcheck-instances] Missing documentation for:
  1472. 1358.39 s [quickcheck-instances] Module header
  1473. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Strict'
  1474. 1358.39 s [quickcheck-instances] Missing documentation for:
  1475. 1358.39 s [quickcheck-instances] Module header
  1476. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Tagged'
  1477. 1358.39 s [quickcheck-instances] Missing documentation for:
  1478. 1358.39 s [quickcheck-instances] Module header
  1479. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Text'
  1480. 1358.39 s [quickcheck-instances] Missing documentation for:
  1481. 1358.39 s [quickcheck-instances] Module header
  1482. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Text.Short'
  1483. 1358.39 s [quickcheck-instances] Missing documentation for:
  1484. 1358.39 s [quickcheck-instances] Module header
  1485. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.These'
  1486. 1358.39 s [quickcheck-instances] Missing documentation for:
  1487. 1358.39 s [quickcheck-instances] Module header
  1488. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Time'
  1489. 1358.39 s [quickcheck-instances] Missing documentation for:
  1490. 1358.39 s [quickcheck-instances] Module header
  1491. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Transformer'
  1492. 1358.39 s [quickcheck-instances] Missing documentation for:
  1493. 1358.39 s [quickcheck-instances] Module header
  1494. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.UUID'
  1495. 1358.39 s [quickcheck-instances] Missing documentation for:
  1496. 1358.39 s [quickcheck-instances] Module header
  1497. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.UnorderedContainers'
  1498. 1358.39 s [quickcheck-instances] Missing documentation for:
  1499. 1358.39 s [quickcheck-instances] Module header
  1500. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Vector'
  1501. 1358.39 s [quickcheck-instances] Missing documentation for:
  1502. 1358.39 s [quickcheck-instances] Module header
  1503. 1358.39 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Void'
  1504. 1358.39 s [quickcheck-instances] Missing documentation for:
  1505. 1358.39 s [quickcheck-instances] Module header
  1506. 1358.39 s [quickcheck-instances] 100% ( 1 / 1) in 'Test.QuickCheck.Instances'
  1507. 1359.44 s [quickcheck-instances] Warning: Test.QuickCheck.Instances.Vector: could not find link destinations for:
  1508. 1359.44 s [quickcheck-instances] - Data.Vector.Vector
  1509. 1359.44 s [quickcheck-instances] - Data.Vector.Primitive.Vector
  1510. 1359.44 s [quickcheck-instances] - Data.Vector.Storable.Vector
  1511. 1359.44 s [quickcheck-instances] - Data.Vector.Unboxed.Base.Unbox
  1512. 1359.44 s [quickcheck-instances] - Data.Vector.Unboxed.Base.Vector
  1513. 1364.12 s [quickcheck-instances] Documentation created: dist/doc/html/quickcheck-instances/,
  1514. 1364.21 s [quickcheck-instances] dist/doc/html/quickcheck-instances/quickcheck-instances.txt
  1515. 1364.21 s [quickcheck-instances] Preprocessing test suite 'self-test' for quickcheck-instances-0.3.32..
  1516. 1364.21 s [quickcheck-instances] Phase: installPhase
  1517. 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
  1518. 1364.79 s [quickcheck-instances] Phase: fixupPhase
  1519. 1364.81 s [quickcheck-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32
  1520. 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
  1521. 1364.84 s [quickcheck-instances] checking for references to /build/ in /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32...
  1522. 1364.87 s [quickcheck-instances] patching script interpreter paths in /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32
  1523. 1364.88 s [quickcheck-instances] stripping (with command strip and flags -S -p) in /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32/lib
  1524. 1365.02 s [quickcheck-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc
  1525. 1365.03 s [quickcheck-instances] checking for references to /build/ in /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc...
  1526. 1365.05 s [quickcheck-instances] patching script interpreter paths in /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc
  1527. 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
  1528. 1365.64 s [post-build-hook] Pushing 2 paths (130 are already present) using zstd to cache sellout ⏳
  1529. 1365.64 s [post-build-hook]
  1530. 1366.01 s [post-build-hook] Pushing /nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32 (5.35 MiB)
  1531. 1366.04 s [post-build-hook] Pushing /nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc (1.48 MiB)
  1532. 1367.24 s [post-build-hook]
  1533. 1367.24 s [post-build-hook] All done.
  1534. 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
  1535. 1367.33 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1536. 1367.54 s [post-build-hook] copying 4 paths...
  1537. 1367.54 s [post-build-hook] copying path '/nix/store/nn620ddf72vslnmg3fd9pyzq3grmgrw0-old-time-1.1.0.4-doc' to 'https://cache.nix-ci.com'...
  1538. 1367.94 s [post-build-hook] copying path '/nix/store/f8nlxfwdl2jjbrn5va2sqgx05ays6zc1-quickcheck-instances-0.3.32-doc' to 'https://cache.nix-ci.com'...
  1539. 1367.94 s [post-build-hook] copying path '/nix/store/m6z8rna5dsw2jcg309py6szv75aszpk7-old-time-1.1.0.4' to 'https://cache.nix-ci.com'...
  1540. 1369.03 s [post-build-hook] copying path '/nix/store/kzdw6csyxz27zmcbrz6yvi70v54x3c81-quickcheck-instances-0.3.32' to 'https://cache.nix-ci.com'...
  1541. 1370.93 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1542. 1371.28 s [post-build-hook] copying 2 paths...
  1543. 1371.33 s [post-build-hook] copying path '/nix/store/n9371h94llgjd8drsa8viwkb72m2lsvw-old-time-1.1.0.4.drv' to 'https://cache.nix-ci.com'...
  1544. 1371.57 s [post-build-hook] copying path '/nix/store/fgay4cq07prf3bnrgklkpgdnrm7mf3yw-quickcheck-instances-0.3.32.drv' to 'https://cache.nix-ci.com'...
  1545. 1371.88 s Progress: 73 of 79 built, 178 of 178 downloaded from cache
  1546. 1371.95 s Building cassava
  1547. 1372.13 s [cassava] Phase: setupCompilerEnvironmentPhase
  1548. 1372.14 s [cassava] Build with /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1.
  1549. 1372.45 s [cassava] Phase: unpackPhase
  1550. 1372.45 s [cassava] unpacking source archive /nix/store/ih7nzsr7lfwyj8sins6l3vmf81kaa4md-cassava-0.5.3.2.tar.gz
  1551. 1372.46 s [cassava] source root is cassava-0.5.3.2
  1552. 1372.47 s [cassava] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "cassava-0.5.3.2/tests/UnitTests.hs"
  1553. 1372.48 s [cassava] Phase: patchPhase
  1554. 1372.48 s [cassava] Replace Cabal file with edited version from mirror://hackage/cassava-0.5.3.2/revision/1.cabal.
  1555. 1372.49 s [cassava] Phase: compileBuildDriverPhase
  1556. 1372.49 s [cassava] setupCompileFlags: -package-db=/build/tmp.DqTPZkkNFf/setup-package.conf.d -threaded
  1557. 1372.54 s [cassava] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.DqTPZkkNFf/Main.o )
  1558. 1372.65 s [cassava] [2 of 2] Linking Setup
  1559. 1374.29 s [cassava] Phase: updateAutotoolsGnuConfigScriptsPhase
  1560. 1374.31 s [cassava] Phase: configurePhase
  1561. 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
  1562. 1374.39 s [cassava] Using Parsec parser
  1563. 1374.39 s [cassava] Configuring cassava-0.5.3.2...
  1564. 1374.78 s [cassava] Dependency Only >=0.1 && <0.1.1: using Only-0.1
  1565. 1374.78 s [cassava] Dependency array >=0.4 && <0.6: using array-0.5.6.0
  1566. 1374.78 s [cassava] Dependency attoparsec >=0.11.3.0 && <0.15: using attoparsec-0.14.4
  1567. 1374.78 s [cassava] Dependency base >=4.9 && <5: using base-4.19.0.0
  1568. 1374.78 s [cassava] Dependency bytestring >=0.10.4 && <0.13: using bytestring-0.12.0.2
  1569. 1374.78 s [cassava] Dependency containers >=0.4.2 && <1: using containers-0.6.8
  1570. 1374.78 s [cassava] Dependency deepseq >=1.1 && <1.6: using deepseq-1.5.0.0
  1571. 1374.78 s [cassava] Dependency hashable <2: using hashable-1.4.7.0
  1572. 1374.78 s [cassava] Dependency scientific >=0.3.4.7 && <0.4: using scientific-0.3.8.0
  1573. 1374.78 s [cassava] Dependency text <2.2: using text-2.1
  1574. 1374.78 s [cassava] Dependency text-short >=0.1 && <0.2: using text-short-0.1.6
  1575. 1374.78 s [cassava] Dependency transformers >=0.2 && <0.7: using transformers-0.6.1.0
  1576. 1374.78 s [cassava] Dependency unordered-containers <0.3: using unordered-containers-0.2.20
  1577. 1374.78 s [cassava] Dependency vector >=0.8 && <0.14: using vector-0.13.2.0
  1578. 1374.78 s [cassava] Dependency HUnit <1.7: using HUnit-1.6.2.0
  1579. 1374.78 s [cassava] Dependency QuickCheck >=2.14 && <2.16: using QuickCheck-2.14.3
  1580. 1374.78 s [cassava] Dependency attoparsec: using attoparsec-0.14.4
  1581. 1374.78 s [cassava] Dependency base >=4.11 && <5: using base-4.19.0.0
  1582. 1374.78 s [cassava] Dependency bytestring: using bytestring-0.12.0.2
  1583. 1374.78 s [cassava] Dependency cassava: using cassava-0.5.3.2
  1584. 1374.78 s [cassava] Dependency hashable: using hashable-1.4.7.0
  1585. 1374.78 s [cassava] Dependency quickcheck-instances >=0.3.12 && <0.4: using
  1586. 1374.78 s [cassava] quickcheck-instances-0.3.32
  1587. 1374.78 s [cassava] Dependency scientific: using scientific-0.3.8.0
  1588. 1374.78 s [cassava] Dependency test-framework >=0.8 && <0.9: using test-framework-0.8.2.2
  1589. 1374.78 s [cassava] Dependency test-framework-hunit >=0.3 && <0.4: using
  1590. 1374.78 s [cassava] test-framework-hunit-0.3.0.2
  1591. 1374.78 s [cassava] Dependency test-framework-quickcheck2 >=0.3 && <0.4: using
  1592. 1374.78 s [cassava] test-framework-quickcheck2-0.3.0.6
  1593. 1374.78 s [cassava] Dependency text: using text-2.1
  1594. 1374.78 s [cassava] Dependency unordered-containers: using unordered-containers-0.2.20
  1595. 1374.78 s [cassava] Dependency vector: using vector-0.13.2.0
  1596. 1375.02 s [cassava] Source component graph:
  1597. 1375.02 s [cassava] component lib
  1598. 1375.02 s [cassava] component test:unit-tests dependency lib
  1599. 1375.02 s [cassava] Configured component graph:
  1600. 1375.02 s [cassava] component cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  1601. 1375.02 s [cassava] include Only-0.1-AuwjCfPztWl2WCUPYA4w2o
  1602. 1375.02 s [cassava] include array-0.5.6.0-dc89
  1603. 1375.02 s [cassava] include attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
  1604. 1375.02 s [cassava] include base-4.19.0.0-b960
  1605. 1375.02 s [cassava] include bytestring-0.12.0.2-4690
  1606. 1375.02 s [cassava] include containers-0.6.8-4775
  1607. 1375.02 s [cassava] include deepseq-1.5.0.0-412f
  1608. 1375.02 s [cassava] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
  1609. 1375.02 s [cassava] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
  1610. 1375.02 s [cassava] include text-2.1-c36a
  1611. 1375.02 s [cassava] include text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
  1612. 1375.02 s [cassava] include transformers-0.6.1.0-c3ec
  1613. 1375.02 s [cassava] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
  1614. 1375.02 s [cassava] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
  1615. 1375.02 s [cassava] component cassava-0.5.3.2-26TYJ2TDm8HFuY1kXwF1V8-unit-tests
  1616. 1375.02 s [cassava] include HUnit-1.6.2.0-50gpUMp3FUq9RzcmwNFXK7
  1617. 1375.02 s [cassava] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  1618. 1375.02 s [cassava] include attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
  1619. 1375.02 s [cassava] include base-4.19.0.0-b960
  1620. 1375.02 s [cassava] include bytestring-0.12.0.2-4690
  1621. 1375.02 s [cassava] include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  1622. 1375.02 s [cassava] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
  1623. 1375.02 s [cassava] include quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
  1624. 1375.02 s [cassava] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
  1625. 1375.02 s [cassava] include test-framework-0.8.2.2-L9qmYvatCN96QTQQKuiFpm
  1626. 1375.02 s [cassava] include test-framework-hunit-0.3.0.2-8WJfP9uTArrJ9OkFdKwpDm
  1627. 1375.02 s [cassava] include test-framework-quickcheck2-0.3.0.6-5y38glI8Mym9b8R1xyZzcz
  1628. 1375.02 s [cassava] include text-2.1-c36a
  1629. 1375.02 s [cassava] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
  1630. 1375.02 s [cassava] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
  1631. 1375.02 s [cassava] Linked component graph:
  1632. 1375.02 s [cassava] unit cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  1633. 1375.02 s [cassava] include Only-0.1-AuwjCfPztWl2WCUPYA4w2o
  1634. 1375.02 s [cassava] include array-0.5.6.0-dc89
  1635. 1375.02 s [cassava] include attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
  1636. 1375.02 s [cassava] include base-4.19.0.0-b960
  1637. 1375.02 s [cassava] include bytestring-0.12.0.2-4690
  1638. 1375.02 s [cassava] include containers-0.6.8-4775
  1639. 1375.02 s [cassava] include deepseq-1.5.0.0-412f
  1640. 1375.02 s [cassava] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
  1641. 1375.02 s [cassava] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
  1642. 1375.02 s [cassava] include text-2.1-c36a
  1643. 1375.02 s [cassava] include text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
  1644. 1375.02 s [cassava] include transformers-0.6.1.0-c3ec
  1645. 1375.02 s [cassava] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
  1646. 1375.02 s [cassava] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
  1647. 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
  1648. 1375.02 s [cassava] unit cassava-0.5.3.2-26TYJ2TDm8HFuY1kXwF1V8-unit-tests
  1649. 1375.02 s [cassava] include HUnit-1.6.2.0-50gpUMp3FUq9RzcmwNFXK7
  1650. 1375.02 s [cassava] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  1651. 1375.02 s [cassava] include attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
  1652. 1375.02 s [cassava] include base-4.19.0.0-b960
  1653. 1375.02 s [cassava] include bytestring-0.12.0.2-4690
  1654. 1375.02 s [cassava] include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  1655. 1375.02 s [cassava] include hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
  1656. 1375.02 s [cassava] include quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
  1657. 1375.02 s [cassava] include scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
  1658. 1375.02 s [cassava] include test-framework-0.8.2.2-L9qmYvatCN96QTQQKuiFpm
  1659. 1375.02 s [cassava] include test-framework-hunit-0.3.0.2-8WJfP9uTArrJ9OkFdKwpDm
  1660. 1375.02 s [cassava] include test-framework-quickcheck2-0.3.0.6-5y38glI8Mym9b8R1xyZzcz
  1661. 1375.02 s [cassava] include text-2.1-c36a
  1662. 1375.02 s [cassava] include unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
  1663. 1375.02 s [cassava] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
  1664. 1375.02 s [cassava] Ready component graph:
  1665. 1375.02 s [cassava] definite cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  1666. 1375.02 s [cassava] depends Only-0.1-AuwjCfPztWl2WCUPYA4w2o
  1667. 1375.02 s [cassava] depends array-0.5.6.0-dc89
  1668. 1375.02 s [cassava] depends attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
  1669. 1375.02 s [cassava] depends base-4.19.0.0-b960
  1670. 1375.02 s [cassava] depends bytestring-0.12.0.2-4690
  1671. 1375.02 s [cassava] depends containers-0.6.8-4775
  1672. 1375.02 s [cassava] depends deepseq-1.5.0.0-412f
  1673. 1375.02 s [cassava] depends hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
  1674. 1375.02 s [cassava] depends scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
  1675. 1375.02 s [cassava] depends text-2.1-c36a
  1676. 1375.02 s [cassava] depends text-short-0.1.6-4FBuxekPqrd8UqmSusWgg5
  1677. 1375.02 s [cassava] depends transformers-0.6.1.0-c3ec
  1678. 1375.02 s [cassava] depends unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
  1679. 1375.02 s [cassava] depends vector-0.13.2.0-KITycIPQp0R25115diGgzh
  1680. 1375.02 s [cassava] definite cassava-0.5.3.2-26TYJ2TDm8HFuY1kXwF1V8-unit-tests
  1681. 1375.02 s [cassava] depends HUnit-1.6.2.0-50gpUMp3FUq9RzcmwNFXK7
  1682. 1375.02 s [cassava] depends QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  1683. 1375.02 s [cassava] depends attoparsec-0.14.4-C7aHI3pddOC9iYSiyhYSYZ
  1684. 1375.02 s [cassava] depends base-4.19.0.0-b960
  1685. 1375.02 s [cassava] depends bytestring-0.12.0.2-4690
  1686. 1375.02 s [cassava] depends cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  1687. 1375.02 s [cassava] depends hashable-1.4.7.0-Jrw7dwmC3aCEeIVQjKkh3m
  1688. 1375.02 s [cassava] depends quickcheck-instances-0.3.32-H0OUGiN1mUzItgW0ngVluA
  1689. 1375.02 s [cassava] depends scientific-0.3.8.0-AAHJ2xFRe5v5s4wRtZjD2X
  1690. 1375.02 s [cassava] depends test-framework-0.8.2.2-L9qmYvatCN96QTQQKuiFpm
  1691. 1375.02 s [cassava] depends test-framework-hunit-0.3.0.2-8WJfP9uTArrJ9OkFdKwpDm
  1692. 1375.02 s [cassava] depends test-framework-quickcheck2-0.3.0.6-5y38glI8Mym9b8R1xyZzcz
  1693. 1375.02 s [cassava] depends text-2.1-c36a
  1694. 1375.02 s [cassava] depends unordered-containers-0.2.20-AM7Td2IpmdgCRcYRlyW8Xq
  1695. 1375.02 s [cassava] depends vector-0.13.2.0-KITycIPQp0R25115diGgzh
  1696. 1375.02 s [cassava] Using Cabal-3.10.2.0 compiled by ghc-9.8
  1697. 1375.02 s [cassava] Using compiler: ghc-9.8.1
  1698. 1375.02 s [cassava] Using install prefix:
  1699. 1375.02 s [cassava] /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2
  1700. 1375.02 s [cassava] Executables installed in:
  1701. 1375.02 s [cassava] /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/bin
  1702. 1375.02 s [cassava] Libraries installed in:
  1703. 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
  1704. 1375.02 s [cassava] Dynamic Libraries installed in:
  1705. 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
  1706. 1375.02 s [cassava] Private executables installed in:
  1707. 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
  1708. 1375.02 s [cassava] Data files installed in:
  1709. 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
  1710. 1375.02 s [cassava] Documentation installed in:
  1711. 1375.02 s [cassava] /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc/share/doc/cassava-0.5.3.2
  1712. 1375.02 s [cassava] Configuration files installed in:
  1713. 1375.02 s [cassava] /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/etc
  1714. 1375.02 s [cassava] No alex found
  1715. 1375.02 s [cassava] Using ar found on system at:
  1716. 1375.02 s [cassava] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  1717. 1375.02 s [cassava] No c2hs found
  1718. 1375.02 s [cassava] No cpphs found
  1719. 1375.02 s [cassava] No doctest found
  1720. 1375.02 s [cassava] Using gcc version 14.3.0 given by user at:
  1721. 1375.02 s [cassava] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  1722. 1375.02 s [cassava] Using ghc version 9.8.1 found on system at:
  1723. 1375.02 s [cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc
  1724. 1375.02 s [cassava] Using ghc-pkg version 9.8.1 found on system at:
  1725. 1375.02 s [cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc-pkg-9.8.1
  1726. 1375.02 s [cassava] No ghcjs found
  1727. 1375.02 s [cassava] No ghcjs-pkg found
  1728. 1375.02 s [cassava] No greencard found
  1729. 1375.02 s [cassava] Using haddock version 2.30.0 found on system at:
  1730. 1375.02 s [cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/haddock-ghc-9.8.1
  1731. 1375.02 s [cassava] No happy found
  1732. 1375.02 s [cassava] Using haskell-suite found on system at: haskell-suite-dummy-location
  1733. 1375.02 s [cassava] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1734. 1375.02 s [cassava] No hmake found
  1735. 1375.02 s [cassava] Using hpc version 0.69 found on system at:
  1736. 1375.02 s [cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hpc-ghc-9.8.1
  1737. 1375.02 s [cassava] Using hsc2hs version 0.68.10 found on system at:
  1738. 1375.02 s [cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hsc2hs-ghc-9.8.1
  1739. 1375.02 s [cassava] Using hscolour version 1.25 found on system at:
  1740. 1375.02 s [cassava] /nix/store/1g19csfql5ihx7cvxzlzald54flbi8il-hscolour-1.25/bin/HsColour
  1741. 1375.02 s [cassava] No jhc found
  1742. 1375.02 s [cassava] Using ld found on system at:
  1743. 1375.02 s [cassava] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  1744. 1375.02 s [cassava] No pkg-config found
  1745. 1375.02 s [cassava] Using runghc version 9.8.1 found on system at:
  1746. 1375.02 s [cassava] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/runghc-9.8.1
  1747. 1375.02 s [cassava] Using strip version 2.44 found on system at:
  1748. 1375.02 s [cassava] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  1749. 1375.02 s [cassava] Using tar found on system at:
  1750. 1375.02 s [cassava] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  1751. 1375.02 s [cassava] No uhc found
  1752. 1375.16 s [cassava] Phase: buildPhase
  1753. 1375.21 s [cassava] Preprocessing library for cassava-0.5.3.2..
  1754. 1375.22 s [cassava] Building library for cassava-0.5.3.2..
  1755. 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 )
  1756. 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 )
  1757. 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 )
  1758. 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 )
  1759. 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 )
  1760. 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 )
  1761. 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 )
  1762. 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 )
  1763. 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 )
  1764. 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 )
  1765. 1386.26 s [cassava] [ 1 of 10] Compiling Data.Csv.Types ( src/Data/Csv/Types.hs, dist/build/Data/Csv/Types.p_o )
  1766. 1386.73 s [cassava] [ 2 of 10] Compiling Data.Csv.Util ( src/Data/Csv/Util.hs, dist/build/Data/Csv/Util.p_o )
  1767. 1386.78 s [cassava] [ 3 of 10] Compiling Data.Csv.Parser ( src/Data/Csv/Parser.hs, dist/build/Data/Csv/Parser.p_o )
  1768. 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 )
  1769. 1389.38 s [cassava] [ 5 of 10] Compiling Data.Csv.Conversion ( src/Data/Csv/Conversion.hs, dist/build/Data/Csv/Conversion.p_o )
  1770. 1393.97 s [cassava] [ 6 of 10] Compiling Data.Csv.Encoding ( src/Data/Csv/Encoding.hs, dist/build/Data/Csv/Encoding.p_o )
  1771. 1398.65 s [cassava] [ 7 of 10] Compiling Data.Csv.Incremental ( src/Data/Csv/Incremental.hs, dist/build/Data/Csv/Incremental.p_o )
  1772. 1400.62 s [cassava] [ 8 of 10] Compiling Data.Csv.Streaming ( src/Data/Csv/Streaming.hs, dist/build/Data/Csv/Streaming.p_o )
  1773. 1401.15 s [cassava] [ 9 of 10] Compiling Data.Csv.Builder ( src/Data/Csv/Builder.hs, dist/build/Data/Csv/Builder.p_o )
  1774. 1401.15 s [cassava] [10 of 10] Compiling Data.Csv ( src/Data/Csv.hs, dist/build/Data/Csv.p_o )
  1775. 1404.29 s [cassava] Preprocessing test suite 'unit-tests' for cassava-0.5.3.2..
  1776. 1404.29 s [cassava] Building test suite 'unit-tests' for cassava-0.5.3.2..
  1777. 1404.77 s [cassava] [1 of 1] Compiling Main ( tests/UnitTests.hs, dist/build/unit-tests/unit-tests-tmp/Main.o )
  1778. 1427.28 s [cassava] [2 of 2] Linking dist/build/unit-tests/unit-tests
  1779. 1428.35 s [cassava] buildPhase completed in 53 seconds
  1780. 1428.35 s [cassava] Phase: checkPhase
  1781. 1428.43 s [cassava] Running 1 test suites...
  1782. 1428.43 s [cassava] Test suite unit-tests: RUNNING...
  1783. 1428.52 s [cassava] positional:
  1784. 1428.52 s [cassava] encode:
  1785. 1428.52 s [cassava] simple: [OK]
  1786. 1428.52 s [cassava] quoted: [OK]
  1787. 1428.52 s [cassava] quote: [OK]
  1788. 1428.52 s [cassava] quotedQuote: [OK]
  1789. 1428.52 s [cassava] leadingSpace: [OK]
  1790. 1428.52 s [cassava] comma: [OK]
  1791. 1428.52 s [cassava] twoFields: [OK]
  1792. 1428.52 s [cassava] twoRecords: [OK]
  1793. 1428.52 s [cassava] newline: [OK]
  1794. 1428.52 s [cassava] encode:
  1795. 1428.52 s [cassava] simple: [OK]
  1796. 1428.52 s [cassava] quoted: [OK]
  1797. 1428.52 s [cassava] quote: [OK]
  1798. 1428.52 s [cassava] quotedQuote: [OK]
  1799. 1428.52 s [cassava] leadingSpace: [OK]
  1800. 1428.52 s [cassava] comma: [OK]
  1801. 1428.52 s [cassava] twoFields: [OK]
  1802. 1428.52 s [cassava] twoRecords: [OK]
  1803. 1428.52 s [cassava] newline: [OK]
  1804. 1428.52 s [cassava] encode:
  1805. 1428.52 s [cassava] simple: [OK]
  1806. 1428.52 s [cassava] quoted: [OK]
  1807. 1428.52 s [cassava] quote: [OK]
  1808. 1428.52 s [cassava] quotedQuote: [OK]
  1809. 1428.52 s [cassava] leadingSpace: [OK]
  1810. 1428.52 s [cassava] comma: [OK]
  1811. 1428.52 s [cassava] twoFields: [OK]
  1812. 1428.53 s [cassava] twoRecords: [OK]
  1813. 1428.53 s [cassava] newline: [OK]
  1814. 1428.53 s [cassava] encodeWith:
  1815. 1428.53 s [cassava] tab-delim: [OK]
  1816. 1428.53 s [cassava] newline: [OK]
  1817. 1428.53 s [cassava] decode:
  1818. 1428.53 s [cassava] simple: [OK]
  1819. 1428.53 s [cassava] crlf: [OK]
  1820. 1428.53 s [cassava] noEol: [OK]
  1821. 1428.53 s [cassava] blankLine: [OK]
  1822. 1428.53 s [cassava] leadingSpace: [OK]
  1823. 1428.53 s [cassava] rfc4180: [OK]
  1824. 1428.53 s [cassava] escapedDoubleQuotes: [OK]
  1825. 1428.53 s [cassava] decodeWith:
  1826. 1428.53 s [cassava] tab-delim: [OK]
  1827. 1428.53 s [cassava] streaming:
  1828. 1428.53 s [cassava] decode:
  1829. 1428.53 s [cassava] simple: [OK]
  1830. 1428.53 s [cassava] crlf: [OK]
  1831. 1428.53 s [cassava] noEol: [OK]
  1832. 1428.53 s [cassava] blankLine: [OK]
  1833. 1428.53 s [cassava] leadingSpace: [OK]
  1834. 1428.53 s [cassava] rfc4180: [OK]
  1835. 1428.53 s [cassava] escapedDoubleQuotes: [OK]
  1836. 1428.53 s [cassava] decodeWith:
  1837. 1428.53 s [cassava] tab-delim: [OK]
  1838. 1428.53 s [cassava] failing:
  1839. 1428.53 s [cassava] escapedMalformed0: [OK]
  1840. 1428.53 s [cassava] named:
  1841. 1428.53 s [cassava] encode:
  1842. 1428.53 s [cassava] simple: [OK]
  1843. 1428.53 s [cassava] twoFields: [OK]
  1844. 1428.53 s [cassava] twoRecords: [OK]
  1845. 1428.53 s [cassava] encodeWith:
  1846. 1428.53 s [cassava] no header: [OK]
  1847. 1428.53 s [cassava] decode:
  1848. 1428.53 s [cassava] simple: [OK]
  1849. 1428.53 s [cassava] twoFields: [OK]
  1850. 1428.53 s [cassava] twoRecords: [OK]
  1851. 1428.53 s [cassava] cr header: [OK]
  1852. 1428.53 s [cassava] cr trailing: [OK]
  1853. 1428.53 s [cassava] cr separator: [OK]
  1854. 1428.53 s [cassava] streaming:
  1855. 1428.53 s [cassava] decode:
  1856. 1428.53 s [cassava] simple: [OK]
  1857. 1428.53 s [cassava] twoFields: [OK]
  1858. 1428.53 s [cassava] twoRecords: [OK]
  1859. 1428.53 s [cassava] cr header: [OK]
  1860. 1428.53 s [cassava] cr trailing: [OK]
  1861. 1428.53 s [cassava] cr separator: [OK]
  1862. 1428.53 s [cassava] conversion:
  1863. 1428.53 s [cassava] roundTrip:
  1864. 1428.53 s [cassava] Char: [OK, passed 100 tests]
  1865. 1428.53 s [cassava] ByteString: [OK, passed 100 tests]
  1866. 1428.53 s [cassava] Int: [OK, passed 100 tests]
  1867. 1428.53 s [cassava] Integer: [OK, passed 100 tests]
  1868. 1428.53 s [cassava] Int8: [OK, passed 100 tests]
  1869. 1428.53 s [cassava] Int16: [OK, passed 100 tests]
  1870. 1428.53 s [cassava] Int32: [OK, passed 100 tests]
  1871. 1428.53 s [cassava] Int64: [OK, passed 100 tests]
  1872. 1428.53 s [cassava] Natural: [OK, passed 100 tests]
  1873. 1428.53 s [cassava] Word: [OK, passed 100 tests]
  1874. 1428.53 s [cassava] Word8: [OK, passed 100 tests]
  1875. 1428.53 s [cassava] Word16: [OK, passed 100 tests]
  1876. 1428.53 s [cassava] Word32: [OK, passed 100 tests]
  1877. 1428.53 s [cassava] Word64: [OK, passed 100 tests]
  1878. 1428.53 s [cassava] Scientific: [OK, passed 100 tests]
  1879. 1428.53 s [cassava] lazy ByteString: [OK, passed 100 tests]
  1880. 1428.53 s [cassava] Text: [OK, passed 100 tests]
  1881. 1428.53 s [cassava] lazy Text: [OK, passed 100 tests]
  1882. 1428.53 s [cassava] Const Char: [OK, passed 100 tests]
  1883. 1428.53 s [cassava] boundary:
  1884. 1428.53 s [cassava] Int: [OK, passed 1 tests]
  1885. 1428.53 s [cassava] Int8: [OK, passed 1 tests]
  1886. 1428.53 s [cassava] Int16: [OK, passed 1 tests]
  1887. 1428.53 s [cassava] Int32: [OK, passed 1 tests]
  1888. 1428.53 s [cassava] Int64: [OK, passed 1 tests]
  1889. 1428.53 s [cassava] Word: [OK, passed 1 tests]
  1890. 1428.53 s [cassava] Word8: [OK, passed 1 tests]
  1891. 1428.53 s [cassava] Word16: [OK, passed 1 tests]
  1892. 1428.53 s [cassava] Word32: [OK, passed 1 tests]
  1893. 1428.53 s [cassava] Word64: [OK, passed 1 tests]
  1894. 1428.53 s [cassava] Unicode:
  1895. 1428.53 s [cassava] Chinese: [OK]
  1896. 1428.53 s [cassava] Icelandic: [OK]
  1897. 1428.53 s [cassava] Turkish: [OK]
  1898. 1428.53 s [cassava] Partial Decodes:
  1899. 1428.53 s [cassava] Int: [OK]
  1900. 1428.53 s [cassava] Natural: [OK]
  1901. 1428.53 s [cassava] Word: [OK]
  1902. 1428.53 s [cassava] Scientific: [OK]
  1903. 1428.53 s [cassava] Double: [OK]
  1904. 1428.53 s [cassava] Integer: [OK]
  1905. 1428.53 s [cassava] Space trimming:
  1906. 1428.53 s [cassava] _Int: [OK]
  1907. 1428.53 s [cassava] Int_: [OK]
  1908. 1428.53 s [cassava] _Int_: [OK]
  1909. 1428.53 s [cassava] _Natural: [OK]
  1910. 1428.53 s [cassava] Natural_: [OK]
  1911. 1428.53 s [cassava] _Natural_: [OK]
  1912. 1428.53 s [cassava] _Word: [OK]
  1913. 1428.53 s [cassava] Word_: [OK]
  1914. 1428.53 s [cassava] _Word_: [OK]
  1915. 1428.53 s [cassava] _Scientific: [OK]
  1916. 1428.53 s [cassava] Scientific_: [OK]
  1917. 1428.53 s [cassava] _Scientific_: [OK]
  1918. 1428.53 s [cassava] _Double: [OK]
  1919. 1428.53 s [cassava] Double_: [OK]
  1920. 1428.53 s [cassava] _Double_: [OK]
  1921. 1428.53 s [cassava] custom-options:
  1922. 1428.53 s [cassava] customDelim: [OK, passed 100 tests]
  1923. 1428.53 s [cassava] instances:
  1924. 1428.53 s [cassava] Records instances:
  1925. 1428.53 s [cassava] foldr Foldable: [OK]
  1926. 1428.53 s [cassava] foldl' Foldable: [OK]
  1927. 1428.53 s [cassava] generic-conversions:
  1928. 1428.53 s [cassava] headerOrder: [OK]
  1929. 1428.53 s [cassava] encode: [OK]
  1930. 1428.53 s [cassava] decode: [OK]
  1931. 1428.53 s [cassava] roundTrip: [OK, passed 100 tests]
  1932. 1428.53 s [cassava]
  1933. 1428.53 s [cassava] Properties Test Cases Total
  1934. 1428.53 s [cassava] Passed 31 91 122
  1935. 1428.53 s [cassava] Failed 0 0 0
  1936. 1428.53 s [cassava] Total 31 91 122
  1937. 1428.53 s [cassava] Test suite unit-tests: PASS
  1938. 1428.53 s [cassava] Test suite logged to: dist/test/cassava-0.5.3.2-unit-tests.log
  1939. 1428.53 s [cassava] 1 of 1 test suites (1 of 1 test cases) passed.
  1940. 1428.54 s [cassava] Phase: haddockPhase
  1941. 1428.85 s [cassava] Preprocessing library for cassava-0.5.3.2..
  1942. 1428.86 s [cassava] Running Haddock on library for cassava-0.5.3.2..
  1943. 1428.86 s [cassava] Warning: The documentation for the following packages are not installed. No
  1944. 1428.86 s [cassava] links will be generated to these packages: attoparsec-0.14.4,
  1945. 1428.86 s [cassava] attoparsec-0.14.4, vector-0.13.2.0
  1946. 1428.97 s [cassava] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  1947. 1429.39 s [cassava] [ 1 of 10] Compiling Data.Csv.Types ( src/Data/Csv/Types.hs, nothing )
  1948. 1429.68 s [cassava] [ 2 of 10] Compiling Data.Csv.Util ( src/Data/Csv/Util.hs, nothing )
  1949. 1429.72 s [cassava] [ 3 of 10] Compiling Data.Csv.Parser ( src/Data/Csv/Parser.hs, nothing )
  1950. 1429.79 s [cassava] [ 4 of 10] Compiling Data.Csv.Conversion.Internal ( src/Data/Csv/Conversion/Internal.hs, nothing )
  1951. 1430.14 s [cassava] [ 5 of 10] Compiling Data.Csv.Conversion ( src/Data/Csv/Conversion.hs, nothing )
  1952. 1430.97 s [cassava] [ 6 of 10] Compiling Data.Csv.Encoding ( src/Data/Csv/Encoding.hs, nothing )
  1953. 1431.08 s [cassava] [ 7 of 10] Compiling Data.Csv.Incremental ( src/Data/Csv/Incremental.hs, nothing )
  1954. 1431.24 s [cassava] [ 8 of 10] Compiling Data.Csv.Streaming ( src/Data/Csv/Streaming.hs, nothing )
  1955. 1431.31 s [cassava] [ 9 of 10] Compiling Data.Csv.Builder ( src/Data/Csv/Builder.hs, nothing )
  1956. 1431.32 s [cassava] [10 of 10] Compiling Data.Csv ( src/Data/Csv.hs, nothing )
  1957. 1431.33 s [cassava] Haddock coverage:
  1958. 1431.33 s [cassava] Warning: 'liftM2' is out of scope.
  1959. 1431.33 s [cassava] If you qualify the identifier, haddock can try to link it anyway.
  1960. 1431.34 s [cassava] Warning: 'DecodeOptions' is ambiguous. It is defined
  1961. 1431.34 s [cassava] * at src/Data/Csv/Parser.hs:52:22
  1962. 1431.34 s [cassava] * at src/Data/Csv/Parser.hs:52:1
  1963. 1431.34 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  1964. 1431.34 s [cassava] by specifying the type/value namespace explicitly.
  1965. 1431.34 s [cassava] Defaulting to the one defined at src/Data/Csv/Parser.hs:52:1
  1966. 1431.34 s [cassava] 100% ( 9 / 9) in 'Data.Csv.Parser'
  1967. 1431.34 s [cassava] Warning: 'Parser' is ambiguous. It is defined
  1968. 1431.34 s [cassava] * in ‘Data.Attoparsec.ByteString.Internal’
  1969. 1431.34 s [cassava] * at src/Data/Csv/Conversion.hs:1169:20
  1970. 1431.34 s [cassava] * at src/Data/Csv/Conversion.hs:1169:1
  1971. 1431.34 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  1972. 1431.34 s [cassava] by specifying the type/value namespace explicitly.
  1973. 1431.34 s [cassava] Defaulting to the one defined at src/Data/Csv/Conversion.hs:1169:1
  1974. 1431.34 s [cassava] Warning: 'empty' is ambiguous. It is defined
  1975. 1431.34 s [cassava] * in ‘GHC.Base’
  1976. 1431.34 s [cassava] * in ‘Data.ByteString.Internal.Type’
  1977. 1431.34 s [cassava] * in ‘Data.ByteString.Lazy’
  1978. 1431.34 s [cassava] * in ‘Data.ByteString.Short.Internal’
  1979. 1431.34 s [cassava] * in ‘Data.IntMap.Internal’
  1980. 1431.34 s [cassava] * in ‘Data.Map.Internal’
  1981. 1431.34 s [cassava] * in ‘Data.Text.Internal’
  1982. 1431.34 s [cassava] * in ‘Data.Text.Internal.Lazy’
  1983. 1431.34 s [cassava] * in ‘Data.Text.Short’
  1984. 1431.34 s [cassava] * in ‘Data.HashMap.Internal’
  1985. 1431.34 s [cassava] * in ‘Data.Vector’
  1986. 1431.34 s [cassava] * in ‘Data.Vector.Unboxed’
  1987. 1431.34 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  1988. 1431.34 s [cassava] by specifying the type/value namespace explicitly.
  1989. 1431.34 s [cassava] Defaulting to the one defined in ‘Data.Vector.Unboxed’
  1990. 1431.34 s [cassava] Warning: 'toNamedRecord' is ambiguous. It is defined
  1991. 1431.34 s [cassava] * at src/Data/Csv/Conversion.hs:633:5
  1992. 1431.34 s [cassava] * at src/Data/Csv/Types.hs:46:1
  1993. 1431.34 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  1994. 1431.34 s [cassava] by specifying the type/value namespace explicitly.
  1995. 1431.34 s [cassava] Defaulting to the one defined at src/Data/Csv/Types.hs:46:1
  1996. 1431.35 s [cassava] Warning: 'index' is ambiguous. It is defined
  1997. 1431.35 s [cassava] * in ‘Data.ByteString’
  1998. 1431.35 s [cassava] * in ‘Data.ByteString.Char8’
  1999. 1431.35 s [cassava] * in ‘Data.ByteString.Lazy’
  2000. 1431.35 s [cassava] * in ‘Data.ByteString.Short.Internal’
  2001. 1431.35 s [cassava] * at src/Data/Csv/Conversion.hs:1102:1
  2002. 1431.35 s [cassava] * in ‘Data.Text’
  2003. 1431.35 s [cassava] * in ‘Data.Text.Lazy’
  2004. 1431.35 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2005. 1431.35 s [cassava] by specifying the type/value namespace explicitly.
  2006. 1431.35 s [cassava] Defaulting to the one defined at src/Data/Csv/Conversion.hs:1102:1
  2007. 1431.35 s [cassava] Warning: '!' is ambiguous. It is defined
  2008. 1431.35 s [cassava] * in ‘Data.IntMap.Internal’
  2009. 1431.35 s [cassava] * in ‘Data.Map.Internal’
  2010. 1431.35 s [cassava] * in ‘Data.HashMap.Internal’
  2011. 1431.35 s [cassava] * in ‘Data.Vector’
  2012. 1431.35 s [cassava] * in ‘Data.Vector.Unboxed’
  2013. 1431.35 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2014. 1431.35 s [cassava] by specifying the type/value namespace explicitly.
  2015. 1431.35 s [cassava] Defaulting to the one defined in ‘Data.Vector.Unboxed’
  2016. 1431.35 s [cassava] Warning: 'unsafeIndex' is ambiguous. It is defined
  2017. 1431.35 s [cassava] * at src/Data/Csv/Conversion.hs:1113:1
  2018. 1431.35 s [cassava] * in ‘Data.Vector’
  2019. 1431.35 s [cassava] * in ‘Data.Vector.Unboxed’
  2020. 1431.35 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2021. 1431.35 s [cassava] by specifying the type/value namespace explicitly.
  2022. 1431.35 s [cassava] Defaulting to the one defined at src/Data/Csv/Conversion.hs:1113:1
  2023. 1431.35 s [cassava] Warning: 'lookup' is ambiguous. It is defined
  2024. 1431.35 s [cassava] * at src/Data/Csv/Conversion.hs:1120:1
  2025. 1431.35 s [cassava] * in ‘Data.IntMap.Internal’
  2026. 1431.35 s [cassava] * in ‘Data.Map.Internal’
  2027. 1431.35 s [cassava] * in ‘Data.HashMap.Internal’
  2028. 1431.35 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2029. 1431.35 s [cassava] by specifying the type/value namespace explicitly.
  2030. 1431.35 s [cassava] Defaulting to the one defined at src/Data/Csv/Conversion.hs:1120:1
  2031. 1431.36 s [cassava] Warning: 'EncodeOptions' is ambiguous. It is defined
  2032. 1431.36 s [cassava] * at src/Data/Csv/Encoding.hs:200:22
  2033. 1431.36 s [cassava] * at src/Data/Csv/Encoding.hs:200:1
  2034. 1431.36 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2035. 1431.36 s [cassava] by specifying the type/value namespace explicitly.
  2036. 1431.36 s [cassava] Defaulting to the one defined at src/Data/Csv/Encoding.hs:200:1
  2037. 1431.36 s [cassava] Warning: 'decodeWith'' is out of scope.
  2038. 1431.36 s [cassava] If you qualify the identifier, haddock can try to link it anyway.
  2039. 1431.36 s [cassava] Warning: 'hasHeader' is out of scope.
  2040. 1431.36 s [cassava] If you qualify the identifier, haddock can try to link it anyway.
  2041. 1431.36 s [cassava] Warning: 'HasHeader' is ambiguous. It is defined
  2042. 1431.36 s [cassava] * at src/Data/Csv/Types.hs:49:18
  2043. 1431.36 s [cassava] * at src/Data/Csv/Types.hs:49:1
  2044. 1431.36 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2045. 1431.36 s [cassava] by specifying the type/value namespace explicitly.
  2046. 1431.36 s [cassava] Defaulting to the one defined at src/Data/Csv/Types.hs:49:1
  2047. 1431.37 s [cassava] Warning: 'foldr' is ambiguous. It is defined
  2048. 1431.37 s [cassava] * in ‘Data.Foldable’
  2049. 1431.37 s [cassava] * in ‘Data.ByteString’
  2050. 1431.37 s [cassava] * in ‘Data.ByteString.Lazy’
  2051. 1431.37 s [cassava] * in ‘Data.Vector’
  2052. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2053. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2054. 1431.37 s [cassava] Defaulting to the one defined in ‘Data.Vector’
  2055. 1431.37 s [cassava] Warning: 'foldl'' is ambiguous. It is defined
  2056. 1431.37 s [cassava] * in ‘Data.ByteString’
  2057. 1431.37 s [cassava] * in ‘Data.ByteString.Lazy’
  2058. 1431.37 s [cassava] * in ‘Data.Vector’
  2059. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2060. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2061. 1431.37 s [cassava] Defaulting to the one defined in ‘Data.Vector’
  2062. 1431.37 s [cassava] Warning: 'Fail' is ambiguous. It is defined
  2063. 1431.37 s [cassava] * in ‘Data.Attoparsec.Internal.Types’
  2064. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:199:7
  2065. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2066. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2067. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:199:7
  2068. 1431.37 s [cassava] Warning: 'Done' is ambiguous. It is defined
  2069. 1431.37 s [cassava] * in ‘Data.Attoparsec.Internal.Types’
  2070. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:213:7
  2071. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2072. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2073. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:213:7
  2074. 1431.37 s [cassava] Warning: 'decodeWith' is ambiguous. It is defined
  2075. 1431.37 s [cassava] * at src/Data/Csv/Encoding.hs:122:1
  2076. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:247:1
  2077. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2078. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2079. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:247:1
  2080. 1431.37 s [cassava] Warning: 'decode' is ambiguous. It is defined
  2081. 1431.37 s [cassava] * at src/Data/Csv/Encoding.hs:81:1
  2082. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:239:1
  2083. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2084. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2085. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:239:1
  2086. 1431.37 s [cassava] Warning: 'Parser' is ambiguous. It is defined
  2087. 1431.37 s [cassava] * in ‘Data.Attoparsec.ByteString.Internal’
  2088. 1431.37 s [cassava] * at src/Data/Csv/Conversion.hs:1169:1
  2089. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:195:1
  2090. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2091. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2092. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:195:1
  2093. 1431.37 s [cassava] Warning: 'decodeByNameWith' is ambiguous. It is defined
  2094. 1431.37 s [cassava] * at src/Data/Csv/Encoding.hs:165:1
  2095. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:280:1
  2096. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2097. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2098. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:280:1
  2099. 1431.37 s [cassava] Warning: 'decodeByName' is ambiguous. It is defined
  2100. 1431.37 s [cassava] * at src/Data/Csv/Encoding.hs:91:1
  2101. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:273:1
  2102. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2103. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2104. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:273:1
  2105. 1431.37 s [cassava] Warning: 'encodeWith' is ambiguous. It is defined
  2106. 1431.37 s [cassava] * at src/Data/Csv/Encoding.hs:228:1
  2107. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:346:1
  2108. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2109. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2110. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:346:1
  2111. 1431.37 s [cassava] Warning: 'encode' is ambiguous. It is defined
  2112. 1431.37 s [cassava] * at src/Data/Csv/Encoding.hs:96:1
  2113. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:340:1
  2114. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2115. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2116. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:340:1
  2117. 1431.37 s [cassava] Warning: 'encodeByName' is ambiguous. It is defined
  2118. 1431.37 s [cassava] * at src/Data/Csv/Encoding.hs:102:1
  2119. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:382:1
  2120. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2121. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2122. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:382:1
  2123. 1431.37 s [cassava] Warning: 'encodeDefaultOrderedByName' is ambiguous. It is defined
  2124. 1431.37 s [cassava] * at src/Data/Csv/Encoding.hs:109:1
  2125. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:388:1
  2126. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2127. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2128. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Incremental.hs:388:1
  2129. 1431.37 s [cassava] 100% ( 33 / 33) in 'Data.Csv.Incremental'
  2130. 1431.37 s [cassava] Warning: 'decodeWith' is ambiguous. It is defined
  2131. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:247:1
  2132. 1431.37 s [cassava] * at src/Data/Csv/Streaming.hs:137:1
  2133. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2134. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2135. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Streaming.hs:137:1
  2136. 1431.37 s [cassava] Warning: 'decode' is ambiguous. It is defined
  2137. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:239:1
  2138. 1431.37 s [cassava] * at src/Data/Csv/Streaming.hs:128:1
  2139. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2140. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2141. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Streaming.hs:128:1
  2142. 1431.37 s [cassava] Warning: 'decodeByNameWith' is ambiguous. It is defined
  2143. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:280:1
  2144. 1431.37 s [cassava] * at src/Data/Csv/Streaming.hs:162:1
  2145. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2146. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2147. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Streaming.hs:162:1
  2148. 1431.37 s [cassava] Warning: 'decodeByName' is ambiguous. It is defined
  2149. 1431.37 s [cassava] * at src/Data/Csv/Incremental.hs:273:1
  2150. 1431.37 s [cassava] * at src/Data/Csv/Streaming.hs:152:1
  2151. 1431.37 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2152. 1431.37 s [cassava] by specifying the type/value namespace explicitly.
  2153. 1431.37 s [cassava] Defaulting to the one defined at src/Data/Csv/Streaming.hs:152:1
  2154. 1431.38 s [cassava] 100% ( 17 / 17) in 'Data.Csv.Streaming'
  2155. 1431.38 s [cassava] Warning: 'encodeRecord' is ambiguous. It is defined
  2156. 1431.38 s [cassava] * at src/Data/Csv/Builder.hs:33:1
  2157. 1431.38 s [cassava] * at src/Data/Csv/Encoding.hs:259:1
  2158. 1431.38 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2159. 1431.38 s [cassava] by specifying the type/value namespace explicitly.
  2160. 1431.38 s [cassava] Defaulting to the one defined at src/Data/Csv/Encoding.hs:259:1
  2161. 1431.38 s [cassava] Warning: 'encodeNamedRecord' is ambiguous. It is defined
  2162. 1431.38 s [cassava] * at src/Data/Csv/Builder.hs:38:1
  2163. 1431.38 s [cassava] * at src/Data/Csv/Encoding.hs:266:1
  2164. 1431.38 s [cassava] You may be able to disambiguate the identifier by qualifying it or
  2165. 1431.38 s [cassava] by specifying the type/value namespace explicitly.
  2166. 1431.38 s [cassava] Defaulting to the one defined at src/Data/Csv/Encoding.hs:266:1
  2167. 1431.38 s [cassava] 100% ( 11 / 11) in 'Data.Csv.Builder'
  2168. 1431.38 s [cassava] Warning: 'Vector' is out of scope.
  2169. 1431.38 s [cassava] If you qualify the identifier, haddock can try to link it anyway.
  2170. 1431.38 s [cassava] Warning: 'ByteString' is out of scope.
  2171. 1431.38 s [cassava] If you qualify the identifier, haddock can try to link it anyway.
  2172. 1431.38 s [cassava] Warning: 'Generic' is out of scope.
  2173. 1431.38 s [cassava] If you qualify the identifier, haddock can try to link it anyway.
  2174. 1431.38 s [cassava] 95% ( 87 / 91) in 'Data.Csv'
  2175. 1431.38 s [cassava] Missing documentation for:
  2176. 1431.38 s [cassava] GFromRecord (src/Data/Csv/Conversion.hs:1253)
  2177. 1431.38 s [cassava] GToRecord (src/Data/Csv/Conversion.hs:1312)
  2178. 1431.38 s [cassava] GFromNamedRecord (src/Data/Csv/Conversion.hs:1264)
  2179. 1431.38 s [cassava] GToNamedRecordHeader (src/Data/Csv/Conversion.hs:1345)
  2180. 1432.01 s [cassava] Warning: Data.Csv.Parser: could not find link destinations for:
  2181. 1432.01 s [cassava] - Data.Vector.Vector
  2182. 1432.01 s [cassava] - Data.Attoparsec.ByteString.Internal.Parser
  2183. 1432.01 s [cassava] - Data.Csv.Util.endOfLine
  2184. 1432.02 s [cassava] Warning: Data.Csv.Incremental: could not find link destinations for:
  2185. 1432.02 s [cassava] - Data.Vector.foldl'
  2186. 1432.02 s [cassava] - Data.Vector.foldr
  2187. 1432.02 s [cassava] Warning: Data.Csv.Builder: could not find link destinations for:
  2188. 1432.02 s [cassava] - Data.Csv.Encoding.encodeRecord
  2189. 1432.02 s [cassava] - Data.Csv.Encoding.encodeNamedRecord
  2190. 1432.03 s [cassava] Warning: Data.Csv: could not find link destinations for:
  2191. 1432.03 s [cassava] - Data.Vector.Vector
  2192. 1432.03 s [cassava] - Data.Csv.Types.toNamedRecord
  2193. 1432.03 s [cassava] - Data.Attoparsec.ByteString.Char8.rational
  2194. 1432.03 s [cassava] - Data.Tuple.Only.Rep_Only
  2195. 1432.03 s [cassava] - Data.Vector.Unboxed.!
  2196. 1432.03 s [cassava] - Data.Vector.Unboxed.empty
  2197. 1432.03 s [cassava] - Data.Vector.Unboxed.Base.Unbox
  2198. 1432.03 s [cassava] - Data.Vector.Unboxed.Base.Vector
  2199. 1432.03 s [cassava] - Data.Csv.Conversion.gtoNamedRecordHeader
  2200. 1432.03 s [cassava] - Data.Csv.Conversion.gtoRecord
  2201. 1432.03 s [cassava] - Data.Csv.Conversion.GFromRecordSum
  2202. 1432.03 s [cassava] - Data.Csv.Conversion.gparseNamedRecord
  2203. 1432.03 s [cassava] - Data.Csv.Conversion.gparseRecord
  2204. 1436.01 s [cassava] Documentation created: dist/doc/html/cassava/,
  2205. 1436.01 s [cassava] dist/doc/html/cassava/cassava.txt
  2206. 1436.07 s [cassava] Preprocessing test suite 'unit-tests' for cassava-0.5.3.2..
  2207. 1436.19 s [cassava] Phase: installPhase
  2208. 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
  2209. 1436.82 s [cassava] Phase: fixupPhase
  2210. 1436.86 s [cassava] shrinking RPATHs of ELF executables and libraries in /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2
  2211. 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
  2212. 1436.88 s [cassava] checking for references to /build/ in /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2...
  2213. 1436.89 s [cassava] patching script interpreter paths in /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2
  2214. 1436.90 s [cassava] stripping (with command strip and flags -S -p) in /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2/lib
  2215. 1437.04 s [cassava] shrinking RPATHs of ELF executables and libraries in /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc
  2216. 1437.05 s [cassava] checking for references to /build/ in /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc...
  2217. 1437.06 s [cassava] patching script interpreter paths in /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc
  2218. 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
  2219. 1437.65 s [post-build-hook] Pushing 3 paths (108 are already present) using zstd to cache sellout ⏳
  2220. 1437.65 s [post-build-hook]
  2221. 1438.03 s [post-build-hook] Pushing /nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2 (10.40 MiB)
  2222. 1438.04 s [post-build-hook] Pushing /nix/store/qwsij6q9za18jyfxb3rj1np3gwvmifg3-json-c-0.18 (245.25 KiB)
  2223. 1438.04 s [post-build-hook] Pushing /nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc (2.39 MiB)
  2224. 1439.44 s [post-build-hook]
  2225. 1439.44 s [post-build-hook] All done.
  2226. 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
  2227. 1439.50 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2228. 1439.79 s [post-build-hook] copying 4 paths...
  2229. 1439.79 s [post-build-hook] copying path '/nix/store/m8b7fl9h7vxc5plspy33wvw4i752lvw5-Only-0.1-doc' to 'https://cache.nix-ci.com'...
  2230. 1439.90 s [post-build-hook] copying path '/nix/store/vi3n5m5ymwfhqw91y3qfs242i46lnxds-Only-0.1' to 'https://cache.nix-ci.com'...
  2231. 1439.90 s [post-build-hook] copying path '/nix/store/wwk74184sabsfzrfb12i99fwr6c6zdka-cassava-0.5.3.2-doc' to 'https://cache.nix-ci.com'...
  2232. 1440.51 s [post-build-hook] copying path '/nix/store/lxvsagfgslxp601663qrfc5w3w052gvn-cassava-0.5.3.2' to 'https://cache.nix-ci.com'...
  2233. 1443.21 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2234. 1443.46 s [post-build-hook] copying 1 paths...
  2235. 1443.51 s [post-build-hook] copying path '/nix/store/20w1yakxakx1amqh0i0i2qwyxsi41gbz-cassava-0.5.3.2.drv' to 'https://cache.nix-ci.com'...
  2236. 1443.73 s Progress: 74 of 79 built, 178 of 178 downloaded from cache
  2237. 1443.78 s Building calendrical
  2238. 1443.97 s [calendrical] Phase: setupCompilerEnvironmentPhase
  2239. 1443.97 s [calendrical] Build with /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1.
  2240. 1444.18 s [calendrical] Phase: unpackPhase
  2241. 1444.19 s [calendrical] unpacking source archive /nix/store/r24j3130i1y74pm56xbpjsd6yqcpj3vj-cfn084l6xf6l41prqlyy2nc85mwy6kvs-source/./calendrical
  2242. 1444.20 s [calendrical] source root is calendrical
  2243. 1444.21 s [calendrical] Phase: patchPhase
  2244. 1444.22 s [calendrical] Phase: compileBuildDriverPhase
  2245. 1444.22 s [calendrical] setupCompileFlags: -package-db=/build/tmp.OnboFM2W6F/setup-package.conf.d -threaded
  2246. 1444.29 s [calendrical] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.OnboFM2W6F/Main.o )
  2247. 1444.34 s [calendrical] [2 of 2] Linking Setup
  2248. 1445.44 s [calendrical] Phase: updateAutotoolsGnuConfigScriptsPhase
  2249. 1445.45 s [calendrical] Phase: configurePhase
  2250. 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
  2251. 1445.46 s [calendrical] Using Parsec parser
  2252. 1445.46 s [calendrical] Configuring calendrical-0.0.1.0...
  2253. 1445.73 s [calendrical] Flags chosen: noisy-deprecations=True
  2254. 1445.73 s [calendrical] Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
  2255. 1445.73 s [calendrical] >=4.21.0 && <4.22: using base-4.19.0.0
  2256. 1445.73 s [calendrical] Dependency fin >=0.3 && <0.4: using fin-0.3.2
  2257. 1445.73 s [calendrical] Dependency mixed-radix >=0.0.1 && <0.1: using mixed-radix-0.0.1.0
  2258. 1445.73 s [calendrical] Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
  2259. 1445.73 s [calendrical] no-recursion-0.3.0.0
  2260. 1445.73 s [calendrical] Dependency numeric-tangle >=0.0.1 && <0.1: using numeric-tangle-0.0.1.0
  2261. 1445.73 s [calendrical] Dependency numeric-tangle-fin >=0.0.1 && <0.1: using
  2262. 1445.73 s [calendrical] numeric-tangle-fin-0.0.1.0
  2263. 1445.73 s [calendrical] Dependency QuickCheck >=2.14.2 && <2.15 || >=2.15.0 && <2.16: using
  2264. 1445.73 s [calendrical] QuickCheck-2.14.3
  2265. 1445.73 s [calendrical] Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
  2266. 1445.73 s [calendrical] >=4.21.0 && <4.22: using base-4.19.0.0
  2267. 1445.73 s [calendrical] Dependency calendrical: using calendrical-0.0.1.0
  2268. 1445.73 s [calendrical] Dependency doctest >=0.21.1 && <0.22 || >=0.22.2 && <0.23 || >=0.23.0 && <0.24
  2269. 1445.73 s [calendrical] || >=0.24.0 && <0.25: using doctest-0.22.6
  2270. 1445.73 s [calendrical] Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
  2271. 1445.73 s [calendrical] no-recursion-0.3.0.0
  2272. 1445.73 s [calendrical] Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
  2273. 1445.73 s [calendrical] >=4.21.0 && <4.22: using base-4.19.0.0
  2274. 1445.73 s [calendrical] Dependency bytestring: using bytestring-0.12.0.2
  2275. 1445.73 s [calendrical] Dependency calendrical: using calendrical-0.0.1.0
  2276. 1445.73 s [calendrical] Dependency cassava: using cassava-0.5.3.2
  2277. 1445.73 s [calendrical] Dependency containers: using containers-0.6.8
  2278. 1445.73 s [calendrical] Dependency fin >=0.3 && <0.4: using fin-0.3.2
  2279. 1445.73 s [calendrical] Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
  2280. 1445.73 s [calendrical] no-recursion-0.3.0.0
  2281. 1445.73 s [calendrical] Dependency numeric-tangle: using numeric-tangle-0.0.1.0
  2282. 1445.73 s [calendrical] Dependency tasty: using tasty-1.5.3
  2283. 1445.73 s [calendrical] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
  2284. 1445.73 s [calendrical] Dependency tasty-hunit: using tasty-hunit-0.10.2
  2285. 1445.73 s [calendrical] Dependency text: using text-2.1
  2286. 1445.73 s [calendrical] Dependency vector: using vector-0.13.2.0
  2287. 1445.94 s [calendrical] Source component graph:
  2288. 1445.94 s [calendrical] component lib
  2289. 1445.94 s [calendrical] component test:csv-data dependency lib
  2290. 1445.94 s [calendrical] component test:doctests dependency lib
  2291. 1445.94 s [calendrical] Configured component graph:
  2292. 1445.94 s [calendrical] component calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2293. 1445.94 s [calendrical] include base-4.19.0.0-b960
  2294. 1445.94 s [calendrical] include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2295. 1445.94 s [calendrical] include mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
  2296. 1445.94 s [calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2297. 1445.94 s [calendrical] include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2298. 1445.94 s [calendrical] include numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
  2299. 1445.94 s [calendrical] component calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
  2300. 1445.94 s [calendrical] include base-4.19.0.0-b960
  2301. 1445.94 s [calendrical] include bytestring-0.12.0.2-4690
  2302. 1445.94 s [calendrical] include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2303. 1445.94 s [calendrical] include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  2304. 1445.94 s [calendrical] include containers-0.6.8-4775
  2305. 1445.94 s [calendrical] include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2306. 1445.94 s [calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2307. 1445.94 s [calendrical] include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2308. 1445.94 s [calendrical] include tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
  2309. 1445.94 s [calendrical] include tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
  2310. 1445.94 s [calendrical] include tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
  2311. 1445.94 s [calendrical] include text-2.1-c36a
  2312. 1445.94 s [calendrical] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
  2313. 1445.94 s [calendrical] component calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
  2314. 1445.94 s [calendrical] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  2315. 1445.94 s [calendrical] include base-4.19.0.0-b960
  2316. 1445.94 s [calendrical] include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2317. 1445.94 s [calendrical] include doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
  2318. 1445.94 s [calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2319. 1445.94 s [calendrical] Linked component graph:
  2320. 1445.94 s [calendrical] unit calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2321. 1445.94 s [calendrical] include base-4.19.0.0-b960
  2322. 1445.94 s [calendrical] include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2323. 1445.94 s [calendrical] include mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
  2324. 1445.94 s [calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2325. 1445.94 s [calendrical] include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2326. 1445.94 s [calendrical] include numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
  2327. 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
  2328. 1445.94 s [calendrical] unit calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
  2329. 1445.94 s [calendrical] include base-4.19.0.0-b960
  2330. 1445.94 s [calendrical] include bytestring-0.12.0.2-4690
  2331. 1445.94 s [calendrical] include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2332. 1445.94 s [calendrical] include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  2333. 1445.94 s [calendrical] include containers-0.6.8-4775
  2334. 1445.94 s [calendrical] include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2335. 1445.94 s [calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2336. 1445.94 s [calendrical] include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2337. 1445.94 s [calendrical] include tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
  2338. 1445.94 s [calendrical] include tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
  2339. 1445.94 s [calendrical] include tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
  2340. 1445.94 s [calendrical] include text-2.1-c36a
  2341. 1445.94 s [calendrical] include vector-0.13.2.0-KITycIPQp0R25115diGgzh
  2342. 1445.94 s [calendrical] unit calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
  2343. 1445.94 s [calendrical] include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  2344. 1445.94 s [calendrical] include base-4.19.0.0-b960
  2345. 1445.94 s [calendrical] include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2346. 1445.94 s [calendrical] include doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
  2347. 1445.94 s [calendrical] include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2348. 1445.94 s [calendrical] Ready component graph:
  2349. 1445.94 s [calendrical] definite calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2350. 1445.94 s [calendrical] depends base-4.19.0.0-b960
  2351. 1445.94 s [calendrical] depends fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2352. 1445.94 s [calendrical] depends mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
  2353. 1445.94 s [calendrical] depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2354. 1445.94 s [calendrical] depends numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2355. 1445.94 s [calendrical] depends numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
  2356. 1445.94 s [calendrical] definite calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
  2357. 1445.94 s [calendrical] depends base-4.19.0.0-b960
  2358. 1445.94 s [calendrical] depends bytestring-0.12.0.2-4690
  2359. 1445.94 s [calendrical] depends calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2360. 1445.94 s [calendrical] depends cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  2361. 1445.94 s [calendrical] depends containers-0.6.8-4775
  2362. 1445.94 s [calendrical] depends fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2363. 1445.95 s [calendrical] depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2364. 1445.95 s [calendrical] depends numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2365. 1445.95 s [calendrical] depends tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
  2366. 1445.95 s [calendrical] depends tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
  2367. 1445.95 s [calendrical] depends tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
  2368. 1445.95 s [calendrical] depends text-2.1-c36a
  2369. 1445.95 s [calendrical] depends vector-0.13.2.0-KITycIPQp0R25115diGgzh
  2370. 1445.95 s [calendrical] definite calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
  2371. 1445.95 s [calendrical] depends QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  2372. 1445.95 s [calendrical] depends base-4.19.0.0-b960
  2373. 1445.95 s [calendrical] depends calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2374. 1445.95 s [calendrical] depends doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
  2375. 1445.95 s [calendrical] depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2376. 1445.95 s [calendrical] Using Cabal-3.10.3.0 compiled by ghc-9.8
  2377. 1445.95 s [calendrical] Using compiler: ghc-9.8.1
  2378. 1445.95 s [calendrical] Using install prefix:
  2379. 1445.95 s [calendrical] /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0
  2380. 1445.95 s [calendrical] Executables installed in:
  2381. 1445.95 s [calendrical] /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/bin
  2382. 1445.95 s [calendrical] Libraries installed in:
  2383. 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
  2384. 1445.95 s [calendrical] Dynamic Libraries installed in:
  2385. 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
  2386. 1445.95 s [calendrical] Private executables installed in:
  2387. 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
  2388. 1445.95 s [calendrical] Data files installed in:
  2389. 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
  2390. 1445.95 s [calendrical] Documentation installed in:
  2391. 1445.95 s [calendrical] /nix/store/hxsi2irrby0dvqdqh1xr0h5wg5dprnmy-calendrical-0.0.1.0-doc/share/doc/calendrical-0.0.1.0
  2392. 1445.95 s [calendrical] Configuration files installed in:
  2393. 1445.95 s [calendrical] /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/etc
  2394. 1445.95 s [calendrical] No alex found
  2395. 1445.95 s [calendrical] Using ar found on system at:
  2396. 1445.95 s [calendrical] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  2397. 1445.95 s [calendrical] No c2hs found
  2398. 1445.95 s [calendrical] No cpphs found
  2399. 1445.95 s [calendrical] Using doctest version 0.22.6 found on system at:
  2400. 1445.95 s [calendrical] /nix/store/ijkkprsd3x5mvjif20xv4y0vhjp17zpj-doctest-0.22.6/bin/doctest
  2401. 1445.95 s [calendrical] Using gcc version 14.3.0 given by user at:
  2402. 1445.95 s [calendrical] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  2403. 1445.95 s [calendrical] Using ghc version 9.8.1 found on system at:
  2404. 1445.96 s [calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc
  2405. 1445.96 s [calendrical] Using ghc-pkg version 9.8.1 found on system at:
  2406. 1445.96 s [calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc-pkg-9.8.1
  2407. 1445.96 s [calendrical] No ghcjs found
  2408. 1445.96 s [calendrical] No ghcjs-pkg found
  2409. 1445.96 s [calendrical] No greencard found
  2410. 1445.96 s [calendrical] Using haddock version 2.30.0 found on system at:
  2411. 1445.96 s [calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/haddock-ghc-9.8.1
  2412. 1445.96 s [calendrical] No happy found
  2413. 1445.96 s [calendrical] Using haskell-suite found on system at: haskell-suite-dummy-location
  2414. 1445.96 s [calendrical] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2415. 1445.96 s [calendrical] No hmake found
  2416. 1445.96 s [calendrical] Using hpc version 0.69 found on system at:
  2417. 1445.96 s [calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hpc-ghc-9.8.1
  2418. 1445.96 s [calendrical] Using hsc2hs version 0.68.10 found on system at:
  2419. 1445.96 s [calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hsc2hs-ghc-9.8.1
  2420. 1445.96 s [calendrical] Using hscolour version 1.25 found on system at:
  2421. 1445.96 s [calendrical] /nix/store/1g19csfql5ihx7cvxzlzald54flbi8il-hscolour-1.25/bin/HsColour
  2422. 1445.96 s [calendrical] No jhc found
  2423. 1445.96 s [calendrical] Using ld found on system at:
  2424. 1445.96 s [calendrical] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  2425. 1445.96 s [calendrical] No pkg-config found
  2426. 1445.96 s [calendrical] Using runghc version 9.8.1 found on system at:
  2427. 1445.96 s [calendrical] /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/runghc-9.8.1
  2428. 1445.96 s [calendrical] Using strip version 2.44 found on system at:
  2429. 1445.96 s [calendrical] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  2430. 1445.96 s [calendrical] Using tar found on system at:
  2431. 1445.96 s [calendrical] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  2432. 1445.96 s [calendrical] No uhc found
  2433. 1446.10 s [calendrical] Phase: buildPhase
  2434. 1446.15 s [calendrical] Preprocessing library for calendrical-0.0.1.0..
  2435. 1446.16 s [calendrical] Building library for calendrical-0.0.1.0..
  2436. 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 )
  2437. 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 )
  2438. 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 )
  2439. 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 )
  2440. 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 )
  2441. 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 )
  2442. 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 )
  2443. 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 )
  2444. 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 )
  2445. 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 )
  2446. 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 )
  2447. 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 )
  2448. 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 )
  2449. 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 )
  2450. 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 )
  2451. 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 )
  2452. 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 )
  2453. 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 )
  2454. 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 )
  2455. 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 )
  2456. 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 )
  2457. 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 )
  2458. 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 )
  2459. 1451.47 s [calendrical] [ 1 of 23] Compiling Data.Calendar.SimpleLeapCycle ( src/Data/Calendar/SimpleLeapCycle.hs, dist/build/Data/Calendar/SimpleLeapCycle.p_o )
  2460. 1452.13 s [calendrical] [ 2 of 23] Compiling Data.Calendar.Types ( src/Data/Calendar/Types.hs, dist/build/Data/Calendar/Types.p_o )
  2461. 1452.54 s [calendrical] [ 3 of 23] Compiling Data.Calendar ( src/Data/Calendar.hs, dist/build/Data/Calendar.p_o )
  2462. 1453.64 s [calendrical] [ 4 of 23] Compiling Data.Calendar.Twelve30Plus5 ( src/Data/Calendar/Twelve30Plus5.hs, dist/build/Data/Calendar/Twelve30Plus5.p_o )
  2463. 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 )
  2464. 1454.31 s [calendrical] [ 6 of 23] Compiling Data.Calendar.Gregorian ( src/Data/Calendar/Gregorian.hs, dist/build/Data/Calendar/Gregorian.p_o )
  2465. 1454.52 s [calendrical] [ 7 of 23] Compiling Data.Calendar.Julian ( src/Data/Calendar/Julian.hs, dist/build/Data/Calendar/Julian.p_o )
  2466. 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 )
  2467. 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 )
  2468. 1455.53 s [calendrical] [10 of 23] Compiling Data.Calendar.Hindu ( src/Data/Calendar/Hindu.hs, dist/build/Data/Calendar/Hindu.p_o )
  2469. 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 )
  2470. 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 )
  2471. 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 )
  2472. 1456.84 s [calendrical] [14 of 23] Compiling Data.Calendar.Iso ( src/Data/Calendar/Iso.hs, dist/build/Data/Calendar/Iso.p_o )
  2473. 1456.84 s [calendrical] [15 of 23] Compiling Data.Calendar.Islamic ( src/Data/Calendar/Islamic.hs, dist/build/Data/Calendar/Islamic.p_o )
  2474. 1456.84 s [calendrical] [16 of 23] Compiling Data.Calendar.Icelandic ( src/Data/Calendar/Icelandic.hs, dist/build/Data/Calendar/Icelandic.p_o )
  2475. 1456.84 s [calendrical] [17 of 23] Compiling Data.Calendar.Ethiopic ( src/Data/Calendar/Ethiopic.hs, dist/build/Data/Calendar/Ethiopic.p_o )
  2476. 1456.84 s [calendrical] [18 of 23] Compiling Data.Calendar.Egyptian ( src/Data/Calendar/Egyptian.hs, dist/build/Data/Calendar/Egyptian.p_o )
  2477. 1456.84 s [calendrical] [19 of 23] Compiling Data.Calendar.Coptic ( src/Data/Calendar/Coptic.hs, dist/build/Data/Calendar/Coptic.p_o )
  2478. 1456.84 s [calendrical] [20 of 23] Compiling Data.Calendar.Astronomical ( src/Data/Calendar/Astronomical.hs, dist/build/Data/Calendar/Astronomical.p_o )
  2479. 1456.84 s [calendrical] [21 of 23] Compiling Data.Calendar.Armenian ( src/Data/Calendar/Armenian.hs, dist/build/Data/Calendar/Armenian.p_o )
  2480. 1456.84 s [calendrical] [22 of 23] Compiling Data.Calendar.Akan ( src/Data/Calendar/Akan.hs, dist/build/Data/Calendar/Akan.p_o )
  2481. 1456.84 s [calendrical] [23 of 23] Compiling Data.Calendar.Zoroastrian ( src/Data/Calendar/Zoroastrian.hs, dist/build/Data/Calendar/Zoroastrian.p_o )
  2482. 1460.75 s [calendrical] Preprocessing test suite 'csv-data' for calendrical-0.0.1.0..
  2483. 1460.79 s [calendrical] Building test suite 'csv-data' for calendrical-0.0.1.0..
  2484. 1460.94 s [calendrical] [1 of 7] Compiling CsvData.Common ( tests/CsvData/Common.hs, dist/build/csv-data/csv-data-tmp/CsvData/Common.o )
  2485. 1462.78 s [calendrical] [2 of 7] Compiling CsvData.Calendars ( tests/CsvData/Calendars.hs, dist/build/csv-data/csv-data-tmp/CsvData/Calendars.o )
  2486. 1462.82 s [calendrical]
  2487. 1462.82 s [calendrical] tests/CsvData/Calendars.hs:23:5: error: [GHC-38856] [-Wunused-imports, Werror=unused-imports]
  2488. 1462.82 s [calendrical] The import of ‘parseInt’ from module ‘CsvData.Common’ is redundant
  2489. 1462.82 s [calendrical] |
  2490. 1462.82 s [calendrical] 23 | parseInt,
  2491. 1462.82 s [calendrical] | ^^^^^^^^
  2492. 1463.47 s [calendrical] [4 of 7] Compiling CsvData.Holidays ( tests/CsvData/Holidays.hs, dist/build/csv-data/csv-data-tmp/CsvData/Holidays.o )
  2493. 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 )
  2494. 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 )
  2495. 1463.73 s Progress: 74 of 78 built (1 failed), 178 of 178 downloaded from cache
  2496. 1463.73 s error: Cannot build '/nix/store/swks1cqrc60xkbmxv7ay6z3rskmrzhk9-calendrical-0.0.1.0.drv'.
  2497. 1463.73 s Reason: builder failed with exit code 1.
  2498. 1463.73 s Output paths:
  2499. 1463.73 s /nix/store/5nax77z0lkfg5jak8gslh4rf34g57hg2-calendrical-0.0.1.0-data
  2500. 1463.73 s /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0
  2501. 1463.73 s /nix/store/hxsi2irrby0dvqdqh1xr0h5wg5dprnmy-calendrical-0.0.1.0-doc
  2502. 1463.73 s Last 257 log lines:
  2503. 1463.73 s > Running phase: setupCompilerEnvironmentPhase
  2504. 1463.73 s > Build with /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1.
  2505. 1463.73 s > Running phase: unpackPhase
  2506. 1463.73 s > unpacking source archive /nix/store/r24j3130i1y74pm56xbpjsd6yqcpj3vj-cfn084l6xf6l41prqlyy2nc85mwy6kvs-source/./calendrical
  2507. 1463.73 s > source root is calendrical
  2508. 1463.73 s > Running phase: patchPhase
  2509. 1463.73 s > Running phase: compileBuildDriverPhase
  2510. 1463.73 s > setupCompileFlags: -package-db=/build/tmp.OnboFM2W6F/setup-package.conf.d -threaded
  2511. 1463.73 s > [1 of 2] Compiling Main ( Setup.hs, /build/tmp.OnboFM2W6F/Main.o )
  2512. 1463.73 s > [2 of 2] Linking Setup
  2513. 1463.73 s > Running phase: updateAutotoolsGnuConfigScriptsPhase
  2514. 1463.73 s > Running phase: configurePhase
  2515. 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
  2516. 1463.73 s > Using Parsec parser
  2517. 1463.73 s > Configuring calendrical-0.0.1.0...
  2518. 1463.73 s > Flags chosen: noisy-deprecations=True
  2519. 1463.73 s > Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
  2520. 1463.73 s > >=4.21.0 && <4.22: using base-4.19.0.0
  2521. 1463.73 s > Dependency fin >=0.3 && <0.4: using fin-0.3.2
  2522. 1463.73 s > Dependency mixed-radix >=0.0.1 && <0.1: using mixed-radix-0.0.1.0
  2523. 1463.73 s > Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
  2524. 1463.73 s > no-recursion-0.3.0.0
  2525. 1463.73 s > Dependency numeric-tangle >=0.0.1 && <0.1: using numeric-tangle-0.0.1.0
  2526. 1463.73 s > Dependency numeric-tangle-fin >=0.0.1 && <0.1: using
  2527. 1463.73 s > numeric-tangle-fin-0.0.1.0
  2528. 1463.73 s > Dependency QuickCheck >=2.14.2 && <2.15 || >=2.15.0 && <2.16: using
  2529. 1463.73 s > QuickCheck-2.14.3
  2530. 1463.73 s > Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
  2531. 1463.73 s > >=4.21.0 && <4.22: using base-4.19.0.0
  2532. 1463.73 s > Dependency calendrical: using calendrical-0.0.1.0
  2533. 1463.73 s > Dependency doctest >=0.21.1 && <0.22 || >=0.22.2 && <0.23 || >=0.23.0 && <0.24
  2534. 1463.73 s > || >=0.24.0 && <0.25: using doctest-0.22.6
  2535. 1463.73 s > Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
  2536. 1463.73 s > no-recursion-0.3.0.0
  2537. 1463.73 s > Dependency base >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 && <4.21 ||
  2538. 1463.73 s > >=4.21.0 && <4.22: using base-4.19.0.0
  2539. 1463.73 s > Dependency bytestring: using bytestring-0.12.0.2
  2540. 1463.73 s > Dependency calendrical: using calendrical-0.0.1.0
  2541. 1463.73 s > Dependency cassava: using cassava-0.5.3.2
  2542. 1463.73 s > Dependency containers: using containers-0.6.8
  2543. 1463.73 s > Dependency fin >=0.3 && <0.4: using fin-0.3.2
  2544. 1463.73 s > Dependency no-recursion >=0.2.0 && <0.3 || >=0.3.0 && <0.4: using
  2545. 1463.73 s > no-recursion-0.3.0.0
  2546. 1463.73 s > Dependency numeric-tangle: using numeric-tangle-0.0.1.0
  2547. 1463.73 s > Dependency tasty: using tasty-1.5.3
  2548. 1463.73 s > Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
  2549. 1463.73 s > Dependency tasty-hunit: using tasty-hunit-0.10.2
  2550. 1463.73 s > Dependency text: using text-2.1
  2551. 1463.73 s > Dependency vector: using vector-0.13.2.0
  2552. 1463.73 s > Source component graph:
  2553. 1463.73 s > component lib
  2554. 1463.73 s > component test:csv-data dependency lib
  2555. 1463.73 s > component test:doctests dependency lib
  2556. 1463.73 s > Configured component graph:
  2557. 1463.73 s > component calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2558. 1463.73 s > include base-4.19.0.0-b960
  2559. 1463.73 s > include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2560. 1463.73 s > include mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
  2561. 1463.73 s > include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2562. 1463.73 s > include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2563. 1463.73 s > include numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
  2564. 1463.73 s > component calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
  2565. 1463.73 s > include base-4.19.0.0-b960
  2566. 1463.73 s > include bytestring-0.12.0.2-4690
  2567. 1463.73 s > include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2568. 1463.73 s > include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  2569. 1463.73 s > include containers-0.6.8-4775
  2570. 1463.73 s > include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2571. 1463.73 s > include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2572. 1463.73 s > include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2573. 1463.73 s > include tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
  2574. 1463.73 s > include tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
  2575. 1463.73 s > include tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
  2576. 1463.73 s > include text-2.1-c36a
  2577. 1463.73 s > include vector-0.13.2.0-KITycIPQp0R25115diGgzh
  2578. 1463.73 s > component calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
  2579. 1463.73 s > include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  2580. 1463.73 s > include base-4.19.0.0-b960
  2581. 1463.73 s > include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2582. 1463.73 s > include doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
  2583. 1463.73 s > include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2584. 1463.73 s > Linked component graph:
  2585. 1463.73 s > unit calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2586. 1463.73 s > include base-4.19.0.0-b960
  2587. 1463.73 s > include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2588. 1463.73 s > include mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
  2589. 1463.73 s > include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2590. 1463.73 s > include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2591. 1463.73 s > include numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
  2592. 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
  2593. 1463.73 s > unit calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
  2594. 1463.73 s > include base-4.19.0.0-b960
  2595. 1463.73 s > include bytestring-0.12.0.2-4690
  2596. 1463.73 s > include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2597. 1463.73 s > include cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  2598. 1463.73 s > include containers-0.6.8-4775
  2599. 1463.73 s > include fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2600. 1463.73 s > include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2601. 1463.73 s > include numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2602. 1463.73 s > include tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
  2603. 1463.73 s > include tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
  2604. 1463.73 s > include tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
  2605. 1463.73 s > include text-2.1-c36a
  2606. 1463.73 s > include vector-0.13.2.0-KITycIPQp0R25115diGgzh
  2607. 1463.73 s > unit calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
  2608. 1463.73 s > include QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  2609. 1463.73 s > include base-4.19.0.0-b960
  2610. 1463.73 s > include calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2611. 1463.73 s > include doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
  2612. 1463.73 s > include no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2613. 1463.73 s > Ready component graph:
  2614. 1463.73 s > definite calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2615. 1463.73 s > depends base-4.19.0.0-b960
  2616. 1463.73 s > depends fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2617. 1463.73 s > depends mixed-radix-0.0.1.0-gKN4dL0XS8778vyviK6pj
  2618. 1463.73 s > depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2619. 1463.73 s > depends numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2620. 1463.73 s > depends numeric-tangle-fin-0.0.1.0-3GB16mcS2taJNVPX9bld53
  2621. 1463.73 s > definite calendrical-0.0.1.0-BjY7IyR8BwmHUgU6TbG1mC-csv-data
  2622. 1463.73 s > depends base-4.19.0.0-b960
  2623. 1463.73 s > depends bytestring-0.12.0.2-4690
  2624. 1463.73 s > depends calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2625. 1463.73 s > depends cassava-0.5.3.2-9H66cV6raxmPYIQCYFpeb
  2626. 1463.73 s > depends containers-0.6.8-4775
  2627. 1463.73 s > depends fin-0.3.2-4oLU0JupKcgHKS6YikQ6Cy
  2628. 1463.73 s > depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2629. 1463.73 s > depends numeric-tangle-0.0.1.0-8eABmAjeLs8FthxvNTvPbZ
  2630. 1463.73 s > depends tasty-1.5.3-Hx8ydk7vrhxHd5tQOzwMa
  2631. 1463.73 s > depends tasty-expected-failure-0.12.3-1St4IMCEt8xLd0WcnG1npu
  2632. 1463.73 s > depends tasty-hunit-0.10.2-GAT5SRFtb4J1E18xB7FDjP
  2633. 1463.73 s > depends text-2.1-c36a
  2634. 1463.73 s > depends vector-0.13.2.0-KITycIPQp0R25115diGgzh
  2635. 1463.73 s > definite calendrical-0.0.1.0-8ZNWGpIueR9KvSkilE3w7s-doctests
  2636. 1463.73 s > depends QuickCheck-2.14.3-CZaIrof9p8DBixfMI9gJQ8
  2637. 1463.73 s > depends base-4.19.0.0-b960
  2638. 1463.73 s > depends calendrical-0.0.1.0-ETMaP4h1Mkh1CtO3XTt0sM
  2639. 1463.73 s > depends doctest-0.22.6-JET1qzeGFw1Ff4jrrp42yz
  2640. 1463.73 s > depends no-recursion-0.3.0.0-J4skRsBUeaM3XOLOOVqotc
  2641. 1463.73 s > Using Cabal-3.10.3.0 compiled by ghc-9.8
  2642. 1463.73 s > Using compiler: ghc-9.8.1
  2643. 1463.73 s > Using install prefix:
  2644. 1463.73 s > /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0
  2645. 1463.73 s > Executables installed in:
  2646. 1463.73 s > /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/bin
  2647. 1463.73 s > Libraries installed in:
  2648. 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
  2649. 1463.73 s > Dynamic Libraries installed in:
  2650. 1463.73 s > /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/lib/ghc-9.8.1/lib/x86_64-linux-ghc-9.8.1
  2651. 1463.73 s > Private executables installed in:
  2652. 1463.73 s > /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/libexec/x86_64-linux-ghc-9.8.1/calendrical-0.0.1.0
  2653. 1463.73 s > Data files installed in:
  2654. 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
  2655. 1463.73 s > Documentation installed in:
  2656. 1463.73 s > /nix/store/hxsi2irrby0dvqdqh1xr0h5wg5dprnmy-calendrical-0.0.1.0-doc/share/doc/calendrical-0.0.1.0
  2657. 1463.73 s > Configuration files installed in:
  2658. 1463.73 s > /nix/store/hagvhbqq3khw2wn2pp1505y7wky4210y-calendrical-0.0.1.0/etc
  2659. 1463.73 s > No alex found
  2660. 1463.73 s > Using ar found on system at:
  2661. 1463.73 s > /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  2662. 1463.73 s > No c2hs found
  2663. 1463.73 s > No cpphs found
  2664. 1463.73 s > Using doctest version 0.22.6 found on system at:
  2665. 1463.73 s > /nix/store/ijkkprsd3x5mvjif20xv4y0vhjp17zpj-doctest-0.22.6/bin/doctest
  2666. 1463.73 s > Using gcc version 14.3.0 given by user at:
  2667. 1463.73 s > /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  2668. 1463.73 s > Using ghc version 9.8.1 found on system at:
  2669. 1463.73 s > /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc
  2670. 1463.73 s > Using ghc-pkg version 9.8.1 found on system at:
  2671. 1463.73 s > /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/ghc-pkg-9.8.1
  2672. 1463.73 s > No ghcjs found
  2673. 1463.73 s > No ghcjs-pkg found
  2674. 1463.73 s > No greencard found
  2675. 1463.73 s > Using haddock version 2.30.0 found on system at:
  2676. 1463.73 s > /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/haddock-ghc-9.8.1
  2677. 1463.73 s > No happy found
  2678. 1463.73 s > Using haskell-suite found on system at: haskell-suite-dummy-location
  2679. 1463.73 s > Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2680. 1463.73 s > No hmake found
  2681. 1463.73 s > Using hpc version 0.69 found on system at:
  2682. 1463.73 s > /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hpc-ghc-9.8.1
  2683. 1463.73 s > Using hsc2hs version 0.68.10 found on system at:
  2684. 1463.73 s > /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/hsc2hs-ghc-9.8.1
  2685. 1463.73 s > Using hscolour version 1.25 found on system at:
  2686. 1463.73 s > /nix/store/1g19csfql5ihx7cvxzlzald54flbi8il-hscolour-1.25/bin/HsColour
  2687. 1463.73 s > No jhc found
  2688. 1463.73 s > Using ld found on system at:
  2689. 1463.73 s > /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  2690. 1463.73 s > No pkg-config found
  2691. 1463.73 s > Using runghc version 9.8.1 found on system at:
  2692. 1463.73 s > /nix/store/p5fmlj3ms0iqnv75v8bqhk28x9a0s2hi-ghc-9.8.1/bin/runghc-9.8.1
  2693. 1463.73 s > Using strip version 2.44 found on system at:
  2694. 1463.73 s > /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  2695. 1463.73 s > Using tar found on system at:
  2696. 1463.73 s > /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  2697. 1463.73 s > No uhc found
  2698. 1463.73 s > Running phase: buildPhase
  2699. 1463.73 s > Preprocessing library for calendrical-0.0.1.0..
  2700. 1463.73 s > Building library for calendrical-0.0.1.0..
  2701. 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 )
  2702. 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 )
  2703. 1463.73 s > [ 3 of 23] Compiling Data.Calendar ( src/Data/Calendar.hs, dist/build/Data/Calendar.o, dist/build/Data/Calendar.dyn_o )
  2704. 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 )
  2705. 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 )
  2706. 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 )
  2707. 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 )
  2708. 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 )
  2709. 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 )
  2710. 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 )
  2711. 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 )
  2712. 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 )
  2713. 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 )
  2714. 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 )
  2715. 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 )
  2716. 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 )
  2717. 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 )
  2718. 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 )
  2719. 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 )
  2720. 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 )
  2721. 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 )
  2722. 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 )
  2723. 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 )
  2724. 1463.73 s > [ 1 of 23] Compiling Data.Calendar.SimpleLeapCycle ( src/Data/Calendar/SimpleLeapCycle.hs, dist/build/Data/Calendar/SimpleLeapCycle.p_o )
  2725. 1463.73 s > [ 2 of 23] Compiling Data.Calendar.Types ( src/Data/Calendar/Types.hs, dist/build/Data/Calendar/Types.p_o )
  2726. 1463.73 s > [ 3 of 23] Compiling Data.Calendar ( src/Data/Calendar.hs, dist/build/Data/Calendar.p_o )
  2727. 1463.73 s > [ 4 of 23] Compiling Data.Calendar.Twelve30Plus5 ( src/Data/Calendar/Twelve30Plus5.hs, dist/build/Data/Calendar/Twelve30Plus5.p_o )
  2728. 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 )
  2729. 1463.73 s > [ 6 of 23] Compiling Data.Calendar.Gregorian ( src/Data/Calendar/Gregorian.hs, dist/build/Data/Calendar/Gregorian.p_o )
  2730. 1463.73 s > [ 7 of 23] Compiling Data.Calendar.Julian ( src/Data/Calendar/Julian.hs, dist/build/Data/Calendar/Julian.p_o )
  2731. 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 )
  2732. 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 )
  2733. 1463.73 s > [10 of 23] Compiling Data.Calendar.Hindu ( src/Data/Calendar/Hindu.hs, dist/build/Data/Calendar/Hindu.p_o )
  2734. 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 )
  2735. 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 )
  2736. 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 )
  2737. 1463.73 s > [14 of 23] Compiling Data.Calendar.Iso ( src/Data/Calendar/Iso.hs, dist/build/Data/Calendar/Iso.p_o )
  2738. 1463.73 s > [15 of 23] Compiling Data.Calendar.Islamic ( src/Data/Calendar/Islamic.hs, dist/build/Data/Calendar/Islamic.p_o )
  2739. 1463.73 s > [16 of 23] Compiling Data.Calendar.Icelandic ( src/Data/Calendar/Icelandic.hs, dist/build/Data/Calendar/Icelandic.p_o )
  2740. 1463.73 s > [17 of 23] Compiling Data.Calendar.Ethiopic ( src/Data/Calendar/Ethiopic.hs, dist/build/Data/Calendar/Ethiopic.p_o )
  2741. 1463.73 s > [18 of 23] Compiling Data.Calendar.Egyptian ( src/Data/Calendar/Egyptian.hs, dist/build/Data/Calendar/Egyptian.p_o )
  2742. 1463.73 s > [19 of 23] Compiling Data.Calendar.Coptic ( src/Data/Calendar/Coptic.hs, dist/build/Data/Calendar/Coptic.p_o )
  2743. 1463.73 s > [20 of 23] Compiling Data.Calendar.Astronomical ( src/Data/Calendar/Astronomical.hs, dist/build/Data/Calendar/Astronomical.p_o )
  2744. 1463.73 s > [21 of 23] Compiling Data.Calendar.Armenian ( src/Data/Calendar/Armenian.hs, dist/build/Data/Calendar/Armenian.p_o )
  2745. 1463.73 s > [22 of 23] Compiling Data.Calendar.Akan ( src/Data/Calendar/Akan.hs, dist/build/Data/Calendar/Akan.p_o )
  2746. 1463.73 s > [23 of 23] Compiling Data.Calendar.Zoroastrian ( src/Data/Calendar/Zoroastrian.hs, dist/build/Data/Calendar/Zoroastrian.p_o )
  2747. 1463.73 s > Preprocessing test suite 'csv-data' for calendrical-0.0.1.0..
  2748. 1463.73 s > Building test suite 'csv-data' for calendrical-0.0.1.0..
  2749. 1463.73 s > [1 of 7] Compiling CsvData.Common ( tests/CsvData/Common.hs, dist/build/csv-data/csv-data-tmp/CsvData/Common.o )
  2750. 1463.73 s > [2 of 7] Compiling CsvData.Calendars ( tests/CsvData/Calendars.hs, dist/build/csv-data/csv-data-tmp/CsvData/Calendars.o )
  2751. 1463.73 s >
  2752. 1463.73 s > tests/CsvData/Calendars.hs:23:5: error: [GHC-38856] [-Wunused-imports, Werror=unused-imports]
  2753. 1463.73 s > The import of ‘parseInt’ from module ‘CsvData.Common’ is redundant
  2754. 1463.73 s > |
  2755. 1463.73 s > 23 | parseInt,
  2756. 1463.73 s > | ^^^^^^^^
  2757. 1463.73 s > [4 of 7] Compiling CsvData.Holidays ( tests/CsvData/Holidays.hs, dist/build/csv-data/csv-data-tmp/CsvData/Holidays.o )
  2758. 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 )
  2759. 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 )
  2760. 1463.73 s For full logs, run:
  2761. 1463.73 s nix log /nix/store/swks1cqrc60xkbmxv7ay6z3rskmrzhk9-calendrical-0.0.1.0.drv
  2762. 1463.74 s error: Cannot build '/nix/store/vbnypibyp5hkx9y5lg03pp3mh54s095k-ghc-9.8.1-with-packages.drv'.
  2763. 1463.74 s Reason: 1 dependency failed.
  2764. 1463.74 s Output paths:
  2765. 1463.74 s /nix/store/ngnbzr1xcxc8ihh35rr93cfw2r7qdgzi-ghc-9.8.1-with-packages
  2766. 1463.74 s error: Build failed due to failed dependency
  2767. 1463.74 s error: Cannot build '/nix/store/vyhzpysvz4s9rckz31hr3rxlxlldc6yk-all-packages.drv'.
  2768. 1463.74 s Reason: 1 dependency failed.
  2769. 1463.74 s Output paths:
  2770. 1463.74 s /nix/store/zjs0hrjqiwj8hq9qkbmdss7hwwspbdq1-all-packages
  2771. 1464.03 s Build failed due to failed dependency