build packages.x86_64-linux.ucm

  1. 264.17 s [ListLike] Testing 1:FoldableLL:1:foldr1:17:UnboxVector Int
  2. 264.17 s [ListLike] Cases: 2274 Tried: 95 Errors: 0 Failures: 0+++ OK, passed 100 tests; 17 discarded.
  3. 264.17 s [ListLike] Testing 1:FoldableLL:1:foldr1:18:Vector Bool
  4. 264.17 s [ListLike] Cases: 2274 Tried: 96 Errors: 0 Failures: 0+++ OK, passed 100 tests; 17 discarded.
  5. 264.17 s [ListLike] Testing 1:FoldableLL:1:foldr1:19:StorableVector Bool
  6. 264.17 s [ListLike] Cases: 2274 Tried: 97 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
  7. 264.17 s [ListLike] Testing 1:FoldableLL:1:foldr1:20:UnboxVector Bool
  8. 264.17 s [ListLike] Cases: 2274 Tried: 98 Errors: 0 Failures: 0+++ OK, passed 100 tests; 18 discarded.
  9. 264.17 s [ListLike] Testing 1:FoldableLL:1:foldr1:21:Text
  10. 264.17 s [ListLike] Cases: 2274 Tried: 99 Errors: 0 Failures: 0+++ OK, passed 100 tests; 13 discarded.
  11. 264.17 s [ListLike] Testing 1:FoldableLL:1:foldr1:22:Text.Lazy
  12. 264.17 s [ListLike] Cases: 2274 Tried: 100 Errors: 0 Failures: 0+++ OK, passed 100 tests; 13 discarded.
  13. 264.17 s [ListLike] Testing 1:FoldableLL:1:foldr1:23:Text.Builder
  14. 264.17 s [ListLike] Cases: 2274 Tried: 101 Errors: 0 Failures: 0+++ OK, passed 100 tests; 18 discarded.
  15. 264.17 s [ListLike] Testing 1:FoldableLL:1:foldr1:24:UTF8 ByteString
  16. 264.17 s [ListLike] Cases: 2274 Tried: 102 Errors: 0 Failures: 0+++ OK, passed 100 tests; 21 discarded.
  17. 264.17 s [ListLike] Testing 1:FoldableLL:1:foldr1:25:UTF8 ByteString.Lazy
  18. 264.17 s [attoparsec] | ^^^^^^^^^^^^^
  19. 264.17 s [attoparsec]
  20. 264.17 s [attoparsec] tests/QC/IPv6/Internal.hs:113:31: warning: [GHC-40910] [-Wunused-matches]
  21. 264.17 s [attoparsec] Defined but not used: ‘otherwise’
  22. 264.17 s [attoparsec] |
  23. 264.17 s [attoparsec] 113 | otherwise -> c
  24. 264.17 s [attoparsec] | ^^^^^^^^^
  25. 264.17 s [attoparsec]
  26. 264.17 s [attoparsec] tests/QC/IPv6/Internal.hs:113:31: warning: [GHC-63397] [-Wname-shadowing]
  27. 264.17 s [attoparsec] This binding for ‘otherwise’ shadows the existing binding
  28. 264.17 s [attoparsec] imported from ‘Prelude’ at tests/QC/IPv6/Internal.hs:16:8-23
  29. 264.17 s [attoparsec] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  30. 264.17 s [attoparsec] |
  31. 264.17 s [attoparsec] 113 | otherwise -> c
  32. 264.17 s [attoparsec] | ^^^^^^^^^
  33. 264.17 s [attoparsec]
  34. 264.17 s [attoparsec] tests/QC/IPv6/Internal.hs:145:5: warning: [GHC-62161] [-Wincomplete-patterns]
  35. 264.17 s [attoparsec] Pattern match(es) are non-exhaustive
  36. 264.17 s [attoparsec] In a case alternative:
  37. 264.17 s [attoparsec] Patterns of type ‘IResult T.Text [IPv6AddrToken]’ not matched:
  38. 264.17 s [attoparsec] Partial _
  39. 264.17 s [attoparsec] |
  40. 264.17 s [attoparsec] 145 | case readText s of
  41. 264.17 s [attoparsec] | ^^^^^^^^^^^^^^^^^^...
  42. 264.17 s [attoparsec]
  43. 264.17 s [attoparsec] tests/QC/IPv6/Internal.hs:149:14: warning: [GHC-63397] [-Wname-shadowing]
  44. 264.17 s [attoparsec] This binding for ‘s’ shadows the existing binding
  45. 264.17 s [attoparsec] bound at tests/QC/IPv6/Internal.hs:144:21
  46. 264.17 s [attoparsec] |
  47. 264.17 s [attoparsec] 149 | readText s = feed (parse (many1 $ ipv4Addr <|> sixteenBit <|> doubleColon <|> colon) s) T.empty
  48. 264.17 s [attoparsec] | ^
  49. 264.17 s [attoparsec]
  50. 264.17 s [attoparsec] tests/QC/IPv6/Internal.hs:212:55: warning: [GHC-63394] [-Wx-partial]
  51. 264.17 s [attoparsec] In the use of ‘tail’
  52. 264.17 s [attoparsec] (imported from Prelude, but defined in GHC.Internal.List):
  53. 264.17 s [attoparsec] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
  54. 264.17 s [attoparsec] |
  55. 264.17 s [attoparsec] 212 | let snds = if not (null (snd s)) then tail(snd s) else []
  56. 264.17 s [attoparsec] | ^^^^
  57. 264.17 s [attoparsec]
  58. 264.17 s [attoparsec] tests/QC/IPv6/Internal.hs:219:34: warning: [GHC-63397] [-Wname-shadowing]
  59. 264.17 s [attoparsec] This binding for ‘x’ shadows the existing binding
  60. 264.17 s [attoparsec] bound at tests/QC/IPv6/Internal.hs:218:42
  61. 264.17 s [attoparsec] |
  62. 264.17 s [attoparsec] 219 | ntks tks - foldl (\c x -> if (x /= DoubleColon) && (x /= Colon) then c+1 else c) 0 x
  63. 264.17 s [attoparsec] | ^
  64. 264.17 s [attoparsec]
  65. 264.17 s [attoparsec] tests/QC/IPv6/Internal.hs:221:18: warning: [GHC-63397] [-Wname-shadowing]
  66. 264.17 s [attoparsec] This binding for ‘tks’ shadows the existing binding
  67. 264.17 s [attoparsec] bound at tests/QC/IPv6/Internal.hs:207:17
  68. 264.17 s [attoparsec] |
  69. 264.17 s [attoparsec] 221 | ntks tks = if countIPv4Addr tks == 1 then 7 else 8
  70. 264.17 s [attoparsec] | ^^^
  71. 264.17 s [attoparsec]
  72. 264.17 s [crypton-x509-validation] past: OK
  73. 264.17 s [crypton-x509-validation] present: OK
  74. 264.17 s [crypton-x509-validation] future: OK
  75. 264.17 s [crypton-x509-validation] intermediate
  76. 264.17 s [crypton-x509-validation] enabled
  77. 264.17 s [crypton-x509-validation] past: OK
  78. 264.17 s [crypton-x509-validation] present: OK
  79. 264.17 s [crypton-x509-validation] future: OK
  80. 264.17 s [crypton-x509-validation] disabled
  81. 264.17 s [crypton-x509-validation] past: OK
  82. 264.17 s [crypton-x509-validation] present: OK
  83. 264.17 s [crypton-x509-validation] future: OK
  84. 264.17 s [crypton-x509-validation] timeshift
  85. 264.17 s [crypton-x509-validation] at-past
  86. 264.17 s [crypton-x509-validation] past: OK
  87. 264.17 s [crypton-x509-validation] present: OK
  88. 264.17 s [crypton-x509-validation] future: OK
  89. 264.17 s [crypton-x509-validation] at-present
  90. 264.17 s [crypton-x509-validation] past: OK
  91. 264.17 s [crypton-x509-validation] present: OK
  92. 264.17 s [crypton-x509-validation] future: OK
  93. 264.17 s [crypton-x509-validation] in-future
  94. 264.17 s [crypton-x509-validation] past: OK
  95. 264.17 s [crypton-x509-validation] present: OK
  96. 264.17 s [crypton-x509-validation] future: OK
  97. 264.17 s [crypton-x509-validation] CommonName
  98. 264.17 s [crypton-x509-validation] no-common-name: OK
  99. 264.17 s [crypton-x509-validation] simple
  100. 264.17 s [crypton-x509-validation] www.example.com: OK
  101. 264.17 s [crypton-x509-validation] www2.example.com: OK
  102. 264.17 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  103. 264.17 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  104. 264.17 s [crypton-x509-validation] WWW.example.com: OK
  105. 264.17 s [crypton-x509-validation] www..example.com: OK
  106. 264.17 s [crypton-x509-validation] empty: OK
  107. 264.17 s [crypton-x509-validation] wildcard
  108. 264.17 s [crypton-x509-validation] example.com: OK
  109. 264.17 s [crypton-x509-validation] www.example.com: OK
  110. 264.17 s [crypton-x509-validation] www.EXAMPLE.com: OK
  111. 264.17 s [crypton-x509-validation] www2.example.com: OK
  112. 264.17 s [crypton-x509-validation] www.m.example.com: OK
  113. 264.17 s [crypton-x509-validation] single: OK
  114. 264.17 s [crypton-x509-validation] disabled
  115. 264.17 s [crypton-x509-validation] www.example.com: OK
  116. 264.17 s [crypton-x509-validation] www2.example.com: OK
  117. 264.17 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  118. 264.17 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  119. 264.17 s [crypton-x509-validation] WWW.example.com: OK
  120. 264.17 s [crypton-x509-validation] www..example.com: OK
  121. 264.17 s [crypton-x509-validation] empty: OK
  122. 264.17 s [crypton-x509-validation] SubjectAltName
  123. 264.17 s [crypton-x509-validation] simple
  124. 264.17 s [crypton-x509-validation] www.example.com: OK
  125. 264.17 s [crypton-x509-validation] www2.example.com: OK
  126. 264.17 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  127. 264.17 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  128. 264.17 s [crypton-x509-validation] WWW.example.com: OK
  129. 264.17 s [crypton-x509-validation] www..example.com: OK
  130. 264.17 s [crypton-x509-validation] empty: OK
  131. 264.17 s [crypton-x509-validation] wildcard
  132. 264.17 s [crypton-x509-validation] example.com: OK
  133. 264.17 s [crypton-x509-validation] www.example.com: OK
  134. 264.17 s [crypton-x509-validation] www.EXAMPLE.com: OK
  135. 264.17 s [crypton-x509-validation] www2.example.com: OK
  136. 264.17 s [crypton-x509-validation] www.m.example.com: OK
  137. 264.17 s [crypton-x509-validation] single: OK
  138. 264.17 s [crypton-x509-validation] cn-not-used: OK
  139. 264.17 s [crypton-x509-validation] IP addresses
  140. 264.17 s [crypton-x509-validation] 10.0.0.1: OK
  141. 264.17 s [crypton-x509-validation] 10.0.0.2: OK
  142. 264.17 s [crypton-x509-validation] 10.0.0.1.example.com: OK
  143. 264.17 s [crypton-x509-validation] 266.0.0.1: OK
  144. 264.17 s [crypton-x509-validation] 2001:0db8:85a3:0000:0000:8a2e:0370:7334: OK
  145. 264.17 s [crypton-x509-validation] 2001:0db8:85a3::8a2e:0370:7334: OK
  146. 264.17 s [crypton-x509-validation] 2001:0db8:85a3:0:0:8a2e:0370:7334: OK
  147. 264.17 s [crypton-x509-validation] ::1: OK
  148. 264.17 s [crypton-x509-validation] disabled
  149. 264.17 s [crypton-x509-validation] www.example.com: OK
  150. 264.17 s [crypton-x509-validation] www2.example.com: OK
  151. 264.17 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  152. 264.17 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  153. 264.17 s [crypton-x509-validation] WWW.example.com: OK
  154. 264.17 s [crypton-x509-validation] www..example.com: OK
  155. 264.17 s [crypton-x509-validation] empty: OK
  156. 264.17 s [crypton-x509-validation] key-usage
  157. 264.17 s [crypton-x509-validation] none: OK
  158. 264.17 s [crypton-x509-validation] valid: OK
  159. 264.18 s [crypton-x509-validation] invalid: OK
  160. 264.18 s [crypton-x509-validation] key-purpose
  161. 264.18 s [crypton-x509-validation] none: OK
  162. 264.18 s [crypton-x509-validation] valid: OK
  163. 264.18 s [hedgehog] Dependency mtl >=2.1 && <2.4: using mtl-2.3.1
  164. 264.18 s [hedgehog] Dependency pretty-show >=1.6 && <1.11: using pretty-show-1.10
  165. 264.18 s [hedgehog] Dependency text >=1.1 && <2.2: using text-2.1.3
  166. 264.18 s [hedgehog] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.1
  167. 264.18 s [hedgehog] Source component graph:
  168. 264.18 s [hedgehog] component lib
  169. 264.18 s [hedgehog] component test:test dependency lib
  170. 264.18 s [hedgehog] Configured component graph:
  171. 264.18 s [hedgehog] component hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
  172. 264.18 s [hedgehog] include ansi-terminal-1.1.3-AekLug7AhnB6bymVWH8ARH
  173. 264.18 s [hedgehog] include async-2.2.5-EuAp0zBnh6jBUz0tzBUdck
  174. 264.18 s [hedgehog] include barbies-2.1.1.0-Feu2kjKq8qkCVUJE1MWXRA
  175. 264.18 s [hedgehog] include base-4.20.2.0-edab
  176. 264.18 s [hedgehog] include bytestring-0.12.2.0-d4b6
  177. 264.18 s [hedgehog] include concurrent-output-1.10.21-DV0o4JrhQA7KKiwDI85w11
  178. 264.18 s [hedgehog] include containers-0.7-8e24
  179. 264.18 s [hedgehog] include deepseq-1.5.0.0-500b
  180. 264.18 s [hedgehog] include directory-1.3.8.5-0fd7
  181. 264.18 s [hedgehog] include erf-2.0.0.0-J6epOYDitSCKKJ30OvRvAA
  182. 264.18 s [hedgehog] include exceptions-0.10.9-d1ea
  183. 264.18 s [hedgehog] include lifted-async-0.10.2.7-9Qt30HD6DcH1czUYmCHxY7
  184. 264.18 s [hedgehog] include mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
  185. 264.18 s [hedgehog] include monad-control-1.0.3.1-82RuV1apuLb8qpaFL0ZGX
  186. 264.18 s [hedgehog] include mtl-2.3.1-32a4
  187. 264.18 s [hedgehog] include pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
  188. 264.18 s [hedgehog] include primitive-0.9.1.0-BOs6dxdfkf82TnuTfxheNk
  189. 264.18 s [hedgehog] include random-1.2.1.3-Ekid3QlDtEV5bwzHR95Ho0
  190. 264.18 s [hedgehog] include resourcet-1.3.0-7yTPUmjjrfp92Ob7osLre3
  191. 264.18 s [hedgehog] include safe-exceptions-0.1.7.4-BAqPKTWBLVp4b9lO5eloF9
  192. 264.18 s [hedgehog] include stm-2.5.3.1-05a4
  193. 264.18 s [hedgehog] include template-haskell-2.22.0.0-bcc5
  194. 264.18 s [hedgehog] include text-2.1.3-afaf
  195. 264.18 s [hedgehog] include time-1.12.2-dceb
  196. 264.18 s [hedgehog] include transformers-0.6.1.1-9cdc
  197. 264.18 s [hedgehog] include transformers-base-0.4.6-54wpI8CAHSOD3ZO1ZJUwpu
  198. 264.18 s [hedgehog] include wl-pprint-annotated-0.1.0.1-GCAqHduIwOtLpKmtuNbWQE
  199. 264.18 s [hedgehog] component hedgehog-1.5-LeO3vHWfY4280nn0oy6foQ-test
  200. 264.18 s [hedgehog] include base-4.20.2.0-edab
  201. 264.18 s [hedgehog] include containers-0.7-8e24
  202. 264.18 s [hedgehog] include hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
  203. 264.18 s [hedgehog] include mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
  204. 264.18 s [hedgehog] include mtl-2.3.1-32a4
  205. 264.18 s [hedgehog] include pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
  206. 264.18 s [hedgehog] include text-2.1.3-afaf
  207. 264.18 s [hedgehog] include transformers-0.6.1.1-9cdc
  208. 264.18 s [hedgehog] Linked component graph:
  209. 264.18 s [hedgehog] unit hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
  210. 264.18 s [hedgehog] include ansi-terminal-1.1.3-AekLug7AhnB6bymVWH8ARH
  211. 264.18 s [hedgehog] include async-2.2.5-EuAp0zBnh6jBUz0tzBUdck
  212. 264.18 s [hedgehog] include barbies-2.1.1.0-Feu2kjKq8qkCVUJE1MWXRA
  213. 264.18 s [hedgehog] include base-4.20.2.0-edab
  214. 264.18 s [hedgehog] include bytestring-0.12.2.0-d4b6
  215. 264.18 s [hedgehog] include concurrent-output-1.10.21-DV0o4JrhQA7KKiwDI85w11
  216. 264.18 s [hedgehog] include containers-0.7-8e24
  217. 264.18 s [hedgehog] include deepseq-1.5.0.0-500b
  218. 264.18 s [hedgehog] include directory-1.3.8.5-0fd7
  219. 264.18 s [hedgehog] include erf-2.0.0.0-J6epOYDitSCKKJ30OvRvAA
  220. 264.18 s [hedgehog] include exceptions-0.10.9-d1ea
  221. 264.18 s [hedgehog] include lifted-async-0.10.2.7-9Qt30HD6DcH1czUYmCHxY7
  222. 264.18 s [hedgehog] include mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
  223. 264.18 s [hedgehog] include monad-control-1.0.3.1-82RuV1apuLb8qpaFL0ZGX
  224. 264.18 s [hedgehog] include mtl-2.3.1-32a4
  225. 264.18 s [hedgehog] include pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
  226. 264.18 s [hedgehog] include primitive-0.9.1.0-BOs6dxdfkf82TnuTfxheNk
  227. 264.18 s [hedgehog] include random-1.2.1.3-Ekid3QlDtEV5bwzHR95Ho0
  228. 264.18 s [hedgehog] include resourcet-1.3.0-7yTPUmjjrfp92Ob7osLre3
  229. 264.18 s [hedgehog] include safe-exceptions-0.1.7.4-BAqPKTWBLVp4b9lO5eloF9
  230. 264.18 s [hedgehog] include stm-2.5.3.1-05a4
  231. 264.18 s [hedgehog] include template-haskell-2.22.0.0-bcc5
  232. 264.18 s [hedgehog] include text-2.1.3-afaf
  233. 264.18 s [hedgehog] include time-1.12.2-dceb
  234. 264.18 s [hedgehog] include transformers-0.6.1.1-9cdc
  235. 264.18 s [hedgehog] include transformers-base-0.4.6-54wpI8CAHSOD3ZO1ZJUwpu
  236. 264.18 s [hedgehog] include wl-pprint-annotated-0.1.0.1-GCAqHduIwOtLpKmtuNbWQE
  237. 264.25 s [here:post-build] Uploading to the NixCI cache: /nix/store/5laz2ap6lzys8jm8lkxn584127rz0fnl-here-1.2.14 /nix/store/mj844mhh44bc2zvvz0gnp5w17xrrfqa1-here-1.2.14-doc
  238. 264.31 s [here:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  239. 264.47 s [here:post-build] copying 2 paths...
  240. 264.47 s [here:post-build] copying path '/nix/store/mj844mhh44bc2zvvz0gnp5w17xrrfqa1-here-1.2.14-doc' to 'https://cache.nix-ci.com'...
  241. 264.66 s [here:post-build] copying path '/nix/store/5laz2ap6lzys8jm8lkxn584127rz0fnl-here-1.2.14' to 'https://cache.nix-ci.com'...
  242. 265.20 s [here:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  243. 265.46 s [here:post-build] copying 3 paths...
  244. 265.46 s [here:post-build] copying path '/nix/store/scw3h2yn6wngq5gk0j3q7ih06fihnmdn-here-1.2.14.tar.gz.drv' to 'https://cache.nix-ci.com'...
  245. 265.46 s [here:post-build] copying path '/nix/store/gnvx469c3j6w64sfvjm07gx4l9ddvngl-here-cabal-1.2.14.drv' to 'https://cache.nix-ci.com'...
  246. 265.64 s [here:post-build] copying path '/nix/store/8ps00x1dr72qdcklgam19v3ppspn6q46-here-1.2.14.drv' to 'https://cache.nix-ci.com'...
  247. 265.80 s Progress: 15 of 146 built (14 building), 794 of 794 downloaded from cache
  248. 265.80 s [http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  249. 265.80 s [http-api-data]
  250. 265.80 s [http-api-data] [2 of 4] Compiling Web.Internal.FormUrlEncoded ( src/Web/Internal/FormUrlEncoded.hs, dist/build/Web/Internal/FormUrlEncoded.o, dist/build/Web/Internal/FormUrlEncoded.dyn_o )
  251. 265.80 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:40:1: warning: [GHC-66111] [-Wunused-imports]
  252. 265.80 s [http-api-data] The import of ‘Data.Semigroup’ is redundant
  253. 265.80 s [http-api-data] except perhaps to import instances from ‘Data.Semigroup’
  254. 265.80 s [http-api-data] To import instances alone, use: import Data.Semigroup()
  255. 265.80 s [http-api-data] |
  256. 265.80 s [http-api-data] 40 | import Data.Semigroup (Semigroup (..))
  257. 265.80 s [http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  258. 265.80 s [http-api-data]
  259. 265.80 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:58:1: warning: [GHC-66111] [-Wunused-imports]
  260. 265.80 s [http-api-data] The import of ‘Numeric.Natural’ is redundant
  261. 265.80 s [http-api-data] except perhaps to import instances from ‘Numeric.Natural’
  262. 265.80 s [http-api-data] To import instances alone, use: import Numeric.Natural()
  263. 265.80 s [http-api-data] |
  264. 265.80 s [http-api-data] 58 | import Numeric.Natural (Natural)
  265. 265.80 s [http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  266. 265.80 s [http-api-data]
  267. 265.80 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:336:23: warning: [GHC-39567] [-Wstar-is-type]
  268. 265.80 s [http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  269. 265.80 s [http-api-data] relies on the StarIsType extension, which will become
  270. 265.80 s [http-api-data] deprecated in the future.
  271. 265.80 s [http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  272. 265.80 s [http-api-data] |
  273. 265.80 s [http-api-data] 336 | class GToForm t (f :: * -> *) where
  274. 265.80 s [http-api-data] | ^
  275. 265.80 s [http-api-data]
  276. 265.80 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:336:28: warning: [GHC-39567] [-Wstar-is-type]
  277. 265.80 s [http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  278. 265.80 s [http-api-data] relies on the StarIsType extension, which will become
  279. 265.80 s [http-api-data] deprecated in the future.
  280. 265.80 s [http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  281. 265.80 s [http-api-data] |
  282. 265.80 s [http-api-data] 336 | class GToForm t (f :: * -> *) where
  283. 265.80 s [http-api-data] | ^
  284. 265.80 s [http-api-data]
  285. 265.80 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:484:25: warning: [GHC-39567] [-Wstar-is-type]
  286. 265.80 s [http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  287. 265.80 s [http-api-data] relies on the StarIsType extension, which will become
  288. 265.80 s [http-api-data] deprecated in the future.
  289. 265.80 s [http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  290. 265.80 s [http-api-data] |
  291. 265.80 s [http-api-data] 484 | class GFromForm t (f :: * -> *) where
  292. 265.80 s [http-api-data] | ^
  293. 265.80 s [http-api-data]
  294. 265.80 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:484:30: warning: [GHC-39567] [-Wstar-is-type]
  295. 265.80 s [http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  296. 265.80 s [http-api-data] relies on the StarIsType extension, which will become
  297. 265.80 s [http-api-data] deprecated in the future.
  298. 265.80 s [http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  299. 265.80 s [http-api-data] |
  300. 265.80 s [http-api-data] 484 | class GFromForm t (f :: * -> *) where
  301. 265.80 s [http-api-data] | ^
  302. 265.80 s [http-api-data]
  303. 265.80 s [http-api-data] [3 of 4] Compiling Web.FormUrlEncoded ( src/Web/FormUrlEncoded.hs, dist/build/Web/FormUrlEncoded.o, dist/build/Web/FormUrlEncoded.dyn_o )
  304. 265.80 s [http-client] [11 of 19] Compiling Network.PublicSuffixList.Types ( publicsuffixlist/Network/PublicSuffixList/Types.hs, dist/build/Network/PublicSuffixList/Types.o, dist/build/Network/PublicSuffixList/Types.dyn_o )
  305. 265.80 s [http-client] [12 of 19] Compiling Network.PublicSuffixList.Serialize ( publicsuffixlist/Network/PublicSuffixList/Serialize.hs, dist/build/Network/PublicSuffixList/Serialize.o, dist/build/Network/PublicSuffixList/Serialize.dyn_o )
  306. 265.80 s [http-client] [13 of 19] Compiling Network.PublicSuffixList.DataStructure ( publicsuffixlist/Network/PublicSuffixList/DataStructure.hs, dist/build/Network/PublicSuffixList/DataStructure.o, dist/build/Network/PublicSuffixList/DataStructure.dyn_o )
  307. 265.80 s [http-client] [14 of 19] Compiling Network.PublicSuffixList.Lookup ( publicsuffixlist/Network/PublicSuffixList/Lookup.hs, dist/build/Network/PublicSuffixList/Lookup.o, dist/build/Network/PublicSuffixList/Lookup.dyn_o )
  308. 265.80 s [http-client] publicsuffixlist/Network/PublicSuffixList/Lookup.hs:69:63: warning: [GHC-63394] [-Wx-partial]
  309. 265.80 s [http-client] In the use of ‘tail’
  310. 265.80 s [http-client] (imported from Prelude, but defined in GHC.Internal.List):
  311. 265.80 s [http-client] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
  312. 265.80 s [http-client] |
  313. 265.80 s [http-client] 69 | output _ (OffEnd True x) = Just $ T.intercalate "." $ tail $ T.splitOn "." x
  314. 265.80 s [http-client] | ^^^^
  315. 265.80 s [http-client]
  316. 265.80 s [http-client] [15 of 19] Compiling Network.HTTP.Client.Cookies ( Network/HTTP/Client/Cookies.hs, dist/build/Network/HTTP/Client/Cookies.o, dist/build/Network/HTTP/Client/Cookies.dyn_o )
  317. 265.80 s [http-client] [16 of 19] Compiling Network.HTTP.Client.Core ( Network/HTTP/Client/Core.hs, dist/build/Network/HTTP/Client/Core.o, dist/build/Network/HTTP/Client/Core.dyn_o )
  318. 265.80 s [http-client] [17 of 19] Compiling Network.HTTP.Client.Internal ( Network/HTTP/Client/Internal.hs, dist/build/Network/HTTP/Client/Internal.o, dist/build/Network/HTTP/Client/Internal.dyn_o )
  319. 265.80 s [http-client] [18 of 19] Compiling Network.HTTP.Client ( Network/HTTP/Client.hs, dist/build/Network/HTTP/Client.o, dist/build/Network/HTTP/Client.dyn_o )
  320. 265.80 s [http-client] [19 of 19] Compiling Network.HTTP.Client.MultipartFormData ( Network/HTTP/Client/MultipartFormData.hs, dist/build/Network/HTTP/Client/MultipartFormData.o, dist/build/Network/HTTP/Client/MultipartFormData.dyn_o )
  321. 265.80 s [http-client] [ 1 of 19] Compiling Data.KeyedPool ( Data/KeyedPool.hs, dist/build/Data/KeyedPool.p_o )
  322. 265.80 s [http-client] [ 2 of 19] Compiling Network.HTTP.Client.Types ( Network/HTTP/Client/Types.hs, dist/build/Network/HTTP/Client/Types.p_o )
  323. 265.80 s [lucid] include mtl-2.3.1-32a4
  324. 265.80 s [lucid] include parsec-3.1.18.0-c218
  325. 265.80 s [lucid] include text-2.1.3-afaf
  326. 265.80 s [lucid] Linked component graph:
  327. 265.80 s [lucid] unit lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul
  328. 265.80 s [lucid] include base-4.20.2.0-edab
  329. 265.80 s [lucid] include blaze-builder-0.4.4.1-96BkIEBa9csIx6RJkivYwX
  330. 265.80 s [lucid] include bytestring-0.12.2.0-d4b6
  331. 265.80 s [lucid] include containers-0.7-8e24
  332. 265.80 s [lucid] include hashable-1.5.0.0-GgKIJuF7y5IKX5gE0TLYem
  333. 265.80 s [lucid] include mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
  334. 265.80 s [lucid] include mtl-2.3.1-32a4
  335. 265.80 s [lucid] include text-2.1.3-afaf
  336. 265.80 s [lucid] include transformers-0.6.1.1-9cdc
  337. 265.80 s [lucid] Lucid=lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul:Lucid,Lucid.Base=lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul:Lucid.Base,Lucid.Bootstrap=lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul:Lucid.Bootstrap,Lucid.Html5=lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul:Lucid.Html5
  338. 265.80 s [lucid] unit lucid-2.11.20250303-GGHvj5zLRfiB5Ba7YEr0B6-test
  339. 265.80 s [lucid] include HUnit-1.6.2.0-J9UIViJzRBNHDK0ikBmCM1
  340. 265.80 s [lucid] include base-4.20.2.0-edab
  341. 265.80 s [lucid] include bifunctors-5.6.2-8NzckJD92rXC5OEd1cAxiA
  342. 265.80 s [lucid] include hspec-2.11.14-HsLiVUmjJGcL8Xrb9QYMtO
  343. 265.80 s [lucid] include lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul
  344. 265.80 s [lucid] include mtl-2.3.1-32a4
  345. 265.80 s [lucid] include parsec-3.1.18.0-c218
  346. 265.80 s [lucid] include text-2.1.3-afaf
  347. 265.80 s [lucid] Ready component graph:
  348. 265.80 s [lucid] definite lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul
  349. 265.80 s [lucid] depends base-4.20.2.0-edab
  350. 265.80 s [lucid] depends blaze-builder-0.4.4.1-96BkIEBa9csIx6RJkivYwX
  351. 265.80 s [lucid] depends bytestring-0.12.2.0-d4b6
  352. 265.80 s [lucid] depends containers-0.7-8e24
  353. 265.80 s [lucid] depends hashable-1.5.0.0-GgKIJuF7y5IKX5gE0TLYem
  354. 265.80 s [lucid] depends mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
  355. 265.80 s [lucid] depends mtl-2.3.1-32a4
  356. 265.80 s [lucid] depends text-2.1.3-afaf
  357. 265.80 s [lucid] depends transformers-0.6.1.1-9cdc
  358. 265.80 s [lucid] definite lucid-2.11.20250303-GGHvj5zLRfiB5Ba7YEr0B6-test
  359. 265.80 s [lucid] depends HUnit-1.6.2.0-J9UIViJzRBNHDK0ikBmCM1
  360. 265.80 s [lucid] depends base-4.20.2.0-edab
  361. 265.80 s [lucid] depends bifunctors-5.6.2-8NzckJD92rXC5OEd1cAxiA
  362. 265.80 s [lucid] depends hspec-2.11.14-HsLiVUmjJGcL8Xrb9QYMtO
  363. 265.80 s [lucid] depends lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul
  364. 265.80 s [lucid] depends mtl-2.3.1-32a4
  365. 265.80 s [lucid] depends parsec-3.1.18.0-c218
  366. 265.80 s [lucid] depends text-2.1.3-afaf
  367. 265.80 s [lucid] Using Cabal-3.12.1.0 compiled by ghc-9.10
  368. 265.80 s [lucid] Using compiler: ghc-9.10.3
  369. 265.80 s [lucid] Using install prefix:
  370. 265.80 s [lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303
  371. 265.80 s [lucid] Executables installed in:
  372. 265.80 s [lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/bin
  373. 265.80 s [lucid] Libraries installed in:
  374. 265.80 s [lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/lucid-2.11.20250303-IVJrV4SzQLy3XppmCFekul
  375. 265.80 s [lucid] Dynamic Libraries installed in:
  376. 265.80 s [lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
  377. 265.80 s [lucid] Private executables installed in:
  378. 265.80 s [lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/libexec/x86_64-linux-ghc-9.10.3-2929/lucid-2.11.20250303
  379. 265.80 s [lucid] Data files installed in:
  380. 265.80 s [lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/share/x86_64-linux-ghc-9.10.3-2929/lucid-2.11.20250303
  381. 265.80 s [lucid] Documentation installed in:
  382. 265.80 s [lucid] /nix/store/32zfpaigbywwxfnjv7ns9m9qqwiygaha-lucid-2.11.20250303-doc/share/doc/lucid-2.11.20250303
  383. 265.80 s [lucid] Configuration files installed in:
  384. 265.80 s [lucid] /nix/store/bmzwgh2glawqj5nv7w52ic9kiisabbda-lucid-2.11.20250303/etc
  385. 265.80 s [lucid] No alex found
  386. 265.80 s [lucid] Using ar found on system at:
  387. 265.80 s [lucid] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
  388. 265.80 s [lucid] No c2hs found
  389. 265.80 s [lucid] No cpphs found
  390. 265.81 s [lucid] No doctest found
  391. 265.81 s [lucid] Using gcc version 14.3.0 given by user at:
  392. 265.81 s [lucid] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
  393. 265.81 s [lucid] Using ghc version 9.10.3 found on system at:
  394. 265.81 s [lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
  395. 265.81 s [lucid] Using ghc-pkg version 9.10.3 found on system at:
  396. 265.81 s [lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
  397. 265.81 s [lucid] No ghcjs found
  398. 265.81 s [lucid] No ghcjs-pkg found
  399. 265.81 s [lucid] No greencard found
  400. 265.81 s [lucid] Using haddock version 2.31.1 found on system at:
  401. 265.81 s [lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
  402. 265.81 s [lucid] No happy found
  403. 265.81 s [lucid] Using haskell-suite found on system at: haskell-suite-dummy-location
  404. 265.81 s [lucid] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  405. 265.81 s [lucid] No hmake found
  406. 265.93 s [optics-extra:post-build] Uploading to the NixCI cache: /nix/store/dwpsliln4cz9hvm7qagfghfdd6yb22i7-optics-extra-0.4.2.1-doc /nix/store/lbxpcy5gppd6hn30y3n7lybil3avf5q4-optics-extra-0.4.2.1
  407. 265.99 s [optics-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  408. 266.14 s [optics-extra:post-build] copying 2 paths...
  409. 266.14 s [optics-extra:post-build] copying path '/nix/store/dwpsliln4cz9hvm7qagfghfdd6yb22i7-optics-extra-0.4.2.1-doc' to 'https://cache.nix-ci.com'...
  410. 266.71 s [optics-extra:post-build] copying path '/nix/store/lbxpcy5gppd6hn30y3n7lybil3avf5q4-optics-extra-0.4.2.1' to 'https://cache.nix-ci.com'...
  411. 269.18 s [optics-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  412. 269.36 s [optics-extra:post-build] copying 2 paths...
  413. 269.36 s [optics-extra:post-build] copying path '/nix/store/whb91f4ga9jf2kcr0haw33zx9g8cmq9m-optics-extra-0.4.2.1.tar.gz.drv' to 'https://cache.nix-ci.com'...
  414. 269.50 s [optics-extra:post-build] copying path '/nix/store/svdfrqhkxsvgmq94qgxi3374yfqz47is-optics-extra-0.4.2.1.drv' to 'https://cache.nix-ci.com'...
  415. 269.66 s Progress: 16 of 147 built (13 building), 794 of 794 downloaded from cache
  416. 269.66 s [profunctors] Data.Profunctor=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor,Data.Profunctor.Adjunction=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Adjunction,Data.Profunctor.Cayley=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Cayley,Data.Profunctor.Choice=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Choice,Data.Profunctor.Closed=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Closed,Data.Profunctor.Composition=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Composition,Data.Profunctor.Mapping=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Mapping,Data.Profunctor.Monad=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Monad,Data.Profunctor.Ran=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Ran,Data.Profunctor.Rep=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Rep,Data.Profunctor.Sieve=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Sieve,Data.Profunctor.Strong=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Strong,Data.Profunctor.Traversing=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Traversing,Data.Profunctor.Types=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Types,Data.Profunctor.Unsafe=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Unsafe,Data.Profunctor.Yoneda=profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe:Data.Profunctor.Yoneda
  417. 269.66 s [profunctors] Ready component graph:
  418. 269.66 s [profunctors] definite profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe
  419. 269.66 s [profunctors] depends base-4.20.2.0-edab
  420. 269.66 s [profunctors] depends base-orphans-0.9.3-6ZyxLOzI8z0BSTHFaP3bGd
  421. 269.66 s [profunctors] depends bifunctors-5.6.2-8NzckJD92rXC5OEd1cAxiA
  422. 269.66 s [profunctors] depends comonad-5.0.9-GrRuWgZDdY9Huhj26tVc6Y
  423. 269.66 s [profunctors] depends contravariant-1.5.5-KG5b7x5WeGrHdNxUewsCww
  424. 269.66 s [profunctors] depends distributive-0.6.2.1-vQxGBG4wEW5xV6KD5UlvF
  425. 269.66 s [profunctors] depends tagged-0.8.9-Fvxuro0CfIjAHcxhMGiznN
  426. 269.66 s [profunctors] depends transformers-0.6.1.1-9cdc
  427. 269.66 s [profunctors] Using Cabal-3.12.1.0 compiled by ghc-9.10
  428. 269.66 s [profunctors] Using compiler: ghc-9.10.3
  429. 269.66 s [profunctors] Using install prefix:
  430. 269.66 s [profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3
  431. 269.66 s [profunctors] Executables installed in:
  432. 269.66 s [profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/bin
  433. 269.66 s [profunctors] Libraries installed in:
  434. 269.66 s [profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/profunctors-5.6.3-BOMG3R1G9yRhQXfmkCvLe
  435. 269.66 s [profunctors] Dynamic Libraries installed in:
  436. 269.66 s [profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
  437. 269.66 s [profunctors] Private executables installed in:
  438. 269.66 s [profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/libexec/x86_64-linux-ghc-9.10.3-2929/profunctors-5.6.3
  439. 269.66 s [profunctors] Data files installed in:
  440. 269.66 s [profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/share/x86_64-linux-ghc-9.10.3-2929/profunctors-5.6.3
  441. 269.66 s [profunctors] Documentation installed in:
  442. 269.66 s [profunctors] /nix/store/wi57v4f1gjxbia79dgscv5323nik1n2s-profunctors-5.6.3-doc/share/doc/profunctors-5.6.3
  443. 269.66 s [profunctors] Configuration files installed in:
  444. 269.66 s [profunctors] /nix/store/qwn2bqhsgzqq1vr7vfsvkk0nspcwcafw-profunctors-5.6.3/etc
  445. 269.66 s [profunctors] No alex found
  446. 269.66 s [profunctors] Using ar found on system at:
  447. 269.66 s [profunctors] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
  448. 269.66 s [profunctors] No c2hs found
  449. 269.66 s [profunctors] No cpphs found
  450. 269.66 s [profunctors] No doctest found
  451. 269.66 s [profunctors] Using gcc version 14.3.0 given by user at:
  452. 269.66 s [profunctors] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
  453. 269.66 s [profunctors] Using ghc version 9.10.3 found on system at:
  454. 269.66 s [profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
  455. 269.66 s [profunctors] Using ghc-pkg version 9.10.3 found on system at:
  456. 269.66 s [profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
  457. 269.66 s [profunctors] No ghcjs found
  458. 269.66 s [profunctors] No ghcjs-pkg found
  459. 269.66 s [profunctors] No greencard found
  460. 269.66 s [profunctors] Using haddock version 2.31.1 found on system at:
  461. 269.66 s [profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
  462. 269.66 s [profunctors] No happy found
  463. 269.66 s [profunctors] Using haskell-suite found on system at: haskell-suite-dummy-location
  464. 269.66 s [profunctors] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  465. 269.66 s [profunctors] No hmake found
  466. 269.66 s [profunctors] Using hpc version 0.69 found on system at:
  467. 269.66 s [profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
  468. 269.66 s [profunctors] Using hsc2hs version 0.68.10 found on system at:
  469. 269.66 s [profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  470. 269.66 s [profunctors] Using hscolour version 1.25 found on system at:
  471. 269.67 s [profunctors] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
  472. 269.67 s [profunctors] No jhc found
  473. 269.67 s [profunctors] Using ld found on system at:
  474. 269.67 s [profunctors] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
  475. 269.67 s [semigroupoids] include transformers-compat-0.7.2-851PhoGXfDZCMo5NcAV0m
  476. 269.67 s [semigroupoids] include unordered-containers-0.2.20.1-9KalHIt3BYW4p6uHUKhmip
  477. 269.67 s [semigroupoids] Linked component graph:
  478. 269.67 s [semigroupoids] unit semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n
  479. 269.67 s [semigroupoids] include base-4.20.2.0-edab
  480. 269.67 s [semigroupoids] include base-orphans-0.9.3-6ZyxLOzI8z0BSTHFaP3bGd
  481. 269.67 s [semigroupoids] include bifunctors-5.6.2-8NzckJD92rXC5OEd1cAxiA
  482. 269.67 s [semigroupoids] include comonad-5.0.9-GrRuWgZDdY9Huhj26tVc6Y
  483. 269.67 s [semigroupoids] include containers-0.7-8e24
  484. 269.67 s [semigroupoids] include contravariant-1.5.5-KG5b7x5WeGrHdNxUewsCww
  485. 269.67 s [semigroupoids] include distributive-0.6.2.1-vQxGBG4wEW5xV6KD5UlvF
  486. 269.67 s [semigroupoids] include hashable-1.5.0.0-GgKIJuF7y5IKX5gE0TLYem
  487. 269.67 s [semigroupoids] include tagged-0.8.9-Fvxuro0CfIjAHcxhMGiznN
  488. 269.67 s [semigroupoids] include template-haskell-2.22.0.0-bcc5
  489. 269.67 s [semigroupoids] include transformers-0.6.1.1-9cdc
  490. 269.67 s [semigroupoids] include transformers-compat-0.7.2-851PhoGXfDZCMo5NcAV0m
  491. 269.67 s [semigroupoids] include unordered-containers-0.2.20.1-9KalHIt3BYW4p6uHUKhmip
  492. 269.67 s [semigroupoids] Data.Bifunctor.Apply=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Bifunctor.Apply,Data.Functor.Alt=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Alt,Data.Functor.Apply=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Apply,Data.Functor.Bind=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Bind,Data.Functor.Bind.Class=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Bind.Class,Data.Functor.Bind.Trans=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Bind.Trans,Data.Functor.Contravariant.Conclude=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Contravariant.Conclude,Data.Functor.Contravariant.Decide=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Contravariant.Decide,Data.Functor.Contravariant.Divise=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Contravariant.Divise,Data.Functor.Extend=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Extend,Data.Functor.Plus=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Functor.Plus,Data.Groupoid=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Groupoid,Data.Isomorphism=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Isomorphism,Data.Semigroup.Bifoldable=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Bifoldable,Data.Semigroup.Bitraversable=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Bitraversable,Data.Semigroup.Foldable=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Foldable,Data.Semigroup.Foldable.Class=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Foldable.Class,Data.Semigroup.Traversable=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Traversable,Data.Semigroup.Traversable.Class=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroup.Traversable.Class,Data.Semigroupoid=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroupoid,Data.Semigroupoid.Categorical=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroupoid.Categorical,Data.Semigroupoid.Dual=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroupoid.Dual,Data.Semigroupoid.Ob=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroupoid.Ob,Data.Semigroupoid.Static=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Semigroupoid.Static,Data.Traversable.Instances=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Data.Traversable.Instances,Semigroupoids.Do=semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n:Semigroupoids.Do
  493. 269.67 s [semigroupoids] Ready component graph:
  494. 269.67 s [semigroupoids] definite semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n
  495. 269.67 s [semigroupoids] depends base-4.20.2.0-edab
  496. 269.67 s [semigroupoids] depends base-orphans-0.9.3-6ZyxLOzI8z0BSTHFaP3bGd
  497. 269.67 s [semigroupoids] depends bifunctors-5.6.2-8NzckJD92rXC5OEd1cAxiA
  498. 269.67 s [semigroupoids] depends comonad-5.0.9-GrRuWgZDdY9Huhj26tVc6Y
  499. 269.67 s [semigroupoids] depends containers-0.7-8e24
  500. 269.67 s [semigroupoids] depends contravariant-1.5.5-KG5b7x5WeGrHdNxUewsCww
  501. 269.67 s [semigroupoids] depends distributive-0.6.2.1-vQxGBG4wEW5xV6KD5UlvF
  502. 269.67 s [semigroupoids] depends hashable-1.5.0.0-GgKIJuF7y5IKX5gE0TLYem
  503. 269.67 s [semigroupoids] depends tagged-0.8.9-Fvxuro0CfIjAHcxhMGiznN
  504. 269.67 s [semigroupoids] depends template-haskell-2.22.0.0-bcc5
  505. 269.67 s [semigroupoids] depends transformers-0.6.1.1-9cdc
  506. 269.67 s [semigroupoids] depends transformers-compat-0.7.2-851PhoGXfDZCMo5NcAV0m
  507. 269.67 s [semigroupoids] depends unordered-containers-0.2.20.1-9KalHIt3BYW4p6uHUKhmip
  508. 269.67 s [semigroupoids] Using Cabal-3.12.1.0 compiled by ghc-9.10
  509. 269.67 s [semigroupoids] Using compiler: ghc-9.10.3
  510. 269.67 s [semigroupoids] Using install prefix:
  511. 269.67 s [string-interpolate] interpolating into lazy ByteString shouldn't have quotes [✔]
  512. 269.67 s [string-interpolate] +++ OK, passed 10000 tests.
  513. 269.67 s [string-interpolate] when interpolating into strict ByteString
  514. 269.67 s [string-interpolate] should handle literal Unicode strings correctly [✔]
  515. 269.67 s [string-interpolate] when interpolating into lazy ByteString
  516. 269.67 s [string-interpolate] should handle literal Unicode strings correctly [✔]
  517. 269.67 s [string-interpolate] __i
  518. 269.67 s [string-interpolate] when there are newlines
  519. 269.67 s [string-interpolate] handles a small code snippet correctly/1 [✔]
  520. 269.67 s [string-interpolate] handles a small code snippet correctly/2 [✔]
  521. 269.67 s [string-interpolate] handles a small code snippet correctly/3 [✔]
  522. 269.67 s [string-interpolate] handles tabs [✔]
  523. 269.67 s [string-interpolate] __i'E
  524. 269.67 s [string-interpolate] when there are newlines
  525. 269.67 s [string-interpolate] handles a small code snippet correctly/1 [✔]
  526. 269.67 s [string-interpolate] handles a small code snippet correctly/2 [✔]
  527. 269.67 s [string-interpolate] handles a small code snippet correctly/3 [✔]
  528. 269.67 s [string-interpolate] __i'L
  529. 269.67 s [string-interpolate] when there are newlines
  530. 269.67 s [string-interpolate] handles a small code snippet correctly/1 [✔]
  531. 269.67 s [string-interpolate] handles a small code snippet correctly/2 [✔]
  532. 269.67 s [string-interpolate] handles a small code snippet correctly/3 [✔]
  533. 269.67 s [string-interpolate] iii
  534. 269.67 s [string-interpolate] when there is whitespace
  535. 269.67 s [string-interpolate] collapses a small example of whitespace [✔]
  536. 269.67 s [string-interpolate] collapses a small example of newlines [✔]
  537. 269.67 s [string-interpolate] iii'E
  538. 269.67 s [string-interpolate] when there is whitespace
  539. 269.67 s [string-interpolate] collapses a small example of whitespace [✔]
  540. 269.67 s [string-interpolate] collapses a small example of newlines [✔]
  541. 269.67 s [string-interpolate] iii'L
  542. 269.67 s [string-interpolate] when there is whitespace
  543. 269.67 s [string-interpolate] collapses a small example of whitespace [✔]
  544. 269.67 s [string-interpolate] collapses a small example of newlines [✔]
  545. 269.67 s [string-interpolate]
  546. 269.67 s [string-interpolate] Finished in 1.0222 seconds
  547. 269.67 s [string-interpolate] 57 examples, 0 failures
  548. 269.67 s [string-interpolate] Test suite string-interpolate-test: PASS
  549. 269.67 s [string-interpolate] Test suite logged to:
  550. 269.67 s [string-interpolate] dist/test/string-interpolate-0.3.4.0-string-interpolate-test.log
  551. 269.67 s [string-interpolate] 1 of 1 test suites (1 of 1 test cases) passed.
  552. 269.67 s [string-interpolate] Phase: haddockPhase
  553. 269.67 s [string-interpolate] Preprocessing library for string-interpolate-0.3.4.0...
  554. 269.67 s [string-interpolate] Running Haddock on library for string-interpolate-0.3.4.0...
  555. 269.67 s [string-interpolate] [ 1 of 11] Compiling Data.String.Interpolate.Conversion.Classes ( src/lib/Data/String/Interpolate/Conversion/Classes.hs, /build/ghc820_0/ghc_14.o, /build/ghc820_0/ghc_14.dyn_o )
  556. 269.67 s [string-interpolate] [ 2 of 11] Compiling Data.String.Interpolate.Conversion.Encoding ( src/lib/Data/String/Interpolate/Conversion/Encoding.hs, /build/ghc820_0/ghc_16.o, /build/ghc820_0/ghc_16.dyn_o )
  557. 269.67 s [string-interpolate] [ 3 of 11] Compiling Data.String.Interpolate.Conversion.ByteStringSink ( src/lib/Data/String/Interpolate/Conversion/ByteStringSink.hs, /build/ghc820_0/ghc_12.o, /build/ghc820_0/ghc_12.dyn_o )
  558. 269.67 s [string-interpolate] [ 4 of 11] Compiling Data.String.Interpolate.Conversion.TextSink ( src/lib/Data/String/Interpolate/Conversion/TextSink.hs, /build/ghc820_0/ghc_18.o, /build/ghc820_0/ghc_18.dyn_o )
  559. 269.67 s [string-interpolate] [ 5 of 11] Compiling Data.String.Interpolate.Conversion ( src/lib/Data/String/Interpolate/Conversion.hs, /build/ghc820_0/ghc_10.o, /build/ghc820_0/ghc_10.dyn_o )
  560. 269.67 s [string-interpolate] [ 6 of 11] Compiling Data.String.Interpolate.Types ( src/lib/Data/String/Interpolate/Types.hs, /build/ghc820_0/ghc_24.o, /build/ghc820_0/ghc_24.dyn_o )
  561. 269.67 s [string-interpolate] [ 7 of 11] Compiling Data.String.Interpolate.Lines ( src/lib/Data/String/Interpolate/Lines.hs, /build/ghc820_0/ghc_20.o, /build/ghc820_0/ghc_20.dyn_o )
  562. 269.67 s [string-interpolate] [ 8 of 11] Compiling Data.String.Interpolate.Parse ( src/lib/Data/String/Interpolate/Parse.hs, /build/ghc820_0/ghc_22.o, /build/ghc820_0/ghc_22.dyn_o )
  563. 269.67 s [string-interpolate] [ 9 of 11] Compiling Data.String.Interpolate.Whitespace ( src/lib/Data/String/Interpolate/Whitespace.hs, /build/ghc820_0/ghc_26.o, /build/ghc820_0/ghc_26.dyn_o )
  564. 269.67 s [string-interpolate] [10 of 11] Compiling Data.String.Interpolate ( src/lib/Data/String/Interpolate.hs, nothing )
  565. 269.67 s [string-interpolate] [11 of 11] Compiling Paths_string_interpolate ( dist/build/autogen/Paths_string_interpolate.hs, nothing )
  566. 269.67 s [string-interpolate] Haddock coverage:
  567. 269.67 s [string-interpolate] Warning: 'build' is out of scope.
  568. 269.67 s [string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
  569. 269.67 s [string-interpolate] Warning: 'interpolate' is out of scope.
  570. 269.67 s [string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
  571. 269.67 s [string-interpolate] Warning: 'charUtf8' is out of scope.
  572. 269.67 s [string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
  573. 269.67 s [string-interpolate] 0% ( 0 / 1) in 'Data.String.Interpolate.Conversion.ByteStringSink'
  574. 269.67 s [string-interpolate] Missing documentation for:
  575. 269.67 s [string-interpolate] Module header
  576. 269.67 s [string-interpolate] 0% ( 0 / 1) in 'Data.String.Interpolate.Conversion.TextSink'
  577. 269.67 s [string-interpolate] Missing documentation for:
  578. 269.67 s [string-interpolate] Module header
  579. 269.67 s [string-interpolate] 100% ( 8 / 8) in 'Data.String.Interpolate.Conversion'
  580. 269.67 s [string-interpolate] 0% ( 0 / 4) in 'Data.String.Interpolate.Types'
  581. 269.67 s [string-interpolate] Missing documentation for:
  582. 269.74 s [wai:post-build] Uploading to the NixCI cache: /nix/store/ay8ld679v7aphz9vrzwhbbvyqwng8vw3-wai-3.2.4 /nix/store/kf0fhhr33nypli72yc1zbbbp7i23pvl7-wai-3.2.4-doc
  583. 269.79 s [wai:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  584. 269.94 s [wai:post-build] copying 2 paths...
  585. 269.94 s [wai:post-build] copying path '/nix/store/kf0fhhr33nypli72yc1zbbbp7i23pvl7-wai-3.2.4-doc' to 'https://cache.nix-ci.com'...
  586. 270.16 s [wai:post-build] copying path '/nix/store/ay8ld679v7aphz9vrzwhbbvyqwng8vw3-wai-3.2.4' to 'https://cache.nix-ci.com'...
  587. 270.78 s [wai:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  588. 270.99 s [wai:post-build] copying 3 paths...
  589. 270.99 s [wai:post-build] copying path '/nix/store/anldj7rlj879xjm1adsf8iaw3ajqawlk-wai-cabal-3.2.4.drv' to 'https://cache.nix-ci.com'...
  590. 270.99 s [wai:post-build] copying path '/nix/store/g1b23yz9nv91zfclb16gpqyyxjjxqf1w-wai-3.2.4.tar.gz.drv' to 'https://cache.nix-ci.com'...
  591. 271.14 s [wai:post-build] copying path '/nix/store/kkfhwzqpv063rclraz1rxw4vy44x20v7-wai-3.2.4.drv' to 'https://cache.nix-ci.com'...
  592. 271.93 s Progress: 17 of 148 built (12 building), 794 of 794 downloaded from cache
  593. 272.02 s [witherable:post-build] Uploading to the NixCI cache: /nix/store/sjcsb5982ffi2saplb8dh5c4xj3w580h-witherable-0.5-doc /nix/store/x8yfihajav6hnwbzbhxaka5r895flxcf-witherable-0.5
  594. 272.08 s [witherable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  595. 272.25 s [witherable:post-build] copying 2 paths...
  596. 272.25 s [witherable:post-build] copying path '/nix/store/sjcsb5982ffi2saplb8dh5c4xj3w580h-witherable-0.5-doc' to 'https://cache.nix-ci.com'...
  597. 272.52 s [witherable:post-build] copying path '/nix/store/x8yfihajav6hnwbzbhxaka5r895flxcf-witherable-0.5' to 'https://cache.nix-ci.com'...
  598. 274.03 s [witherable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  599. 274.25 s [witherable:post-build] copying 2 paths...
  600. 274.29 s [witherable:post-build] copying path '/nix/store/695vki9jb3qc77jafyqqgnkkwbm0fj19-witherable-0.5.tar.gz.drv' to 'https://cache.nix-ci.com'...
  601. 274.39 s [witherable:post-build] copying path '/nix/store/y358w9rgcvjvi6d1lygms7f4igiizmgz-witherable-0.5.drv' to 'https://cache.nix-ci.com'...
  602. 274.58 s Progress: 18 of 149 built (11 building), 794 of 794 downloaded from cache
  603. 274.59 s [ListLike] Cases: 2274 Tried: 103 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
  604. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:0:[Int]
  605. 274.59 s [ListLike] Cases: 2274 Tried: 104 Errors: 0 Failures: 0+++ OK, passed 100 tests; 16 discarded.
  606. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:1:MyList Int
  607. 274.59 s [ListLike] Cases: 2274 Tried: 105 Errors: 0 Failures: 0+++ OK, passed 100 tests; 20 discarded.
  608. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:2:String
  609. 274.59 s [ListLike] Cases: 2274 Tried: 106 Errors: 0 Failures: 0+++ OK, passed 100 tests; 20 discarded.
  610. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:3:[Bool]
  611. 274.59 s [ListLike] Cases: 2274 Tried: 107 Errors: 0 Failures: 0+++ OK, passed 100 tests; 19 discarded.
  612. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:4:MyList Bool
  613. 274.59 s [ListLike] Cases: 2274 Tried: 108 Errors: 0 Failures: 0+++ OK, passed 100 tests; 10 discarded.
  614. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:5:ByteString
  615. 274.59 s [ListLike] Cases: 2274 Tried: 109 Errors: 0 Failures: 0+++ OK, passed 100 tests; 17 discarded.
  616. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:6:ByteString.Lazy
  617. 274.59 s [ListLike] Cases: 2274 Tried: 110 Errors: 0 Failures: 0+++ OK, passed 100 tests; 17 discarded.
  618. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:7:Chars
  619. 274.59 s [ListLike] Cases: 2274 Tried: 111 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
  620. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:8:Sequence Int
  621. 274.59 s [ListLike] Cases: 2274 Tried: 112 Errors: 0 Failures: 0+++ OK, passed 100 tests; 16 discarded.
  622. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:9:Sequence Bool
  623. 274.59 s [ListLike] Cases: 2274 Tried: 113 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
  624. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:10:Sequence Char
  625. 274.59 s [ListLike] Cases: 2274 Tried: 114 Errors: 0 Failures: 0+++ OK, passed 100 tests; 14 discarded.
  626. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:11:Array Int Int
  627. 274.59 s [ListLike] Cases: 2274 Tried: 115 Errors: 0 Failures: 0+++ OK, passed 100 tests; 18 discarded.
  628. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:12:Array Int Bool
  629. 274.59 s [ListLike] Cases: 2274 Tried: 116 Errors: 0 Failures: 0+++ OK, passed 100 tests; 17 discarded.
  630. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:13:Array (Just Int)
  631. 274.59 s [ListLike] Cases: 2274 Tried: 117 Errors: 0 Failures: 0+++ OK, passed 100 tests; 14 discarded.
  632. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:14:DList Int
  633. 274.59 s [ListLike] Cases: 2274 Tried: 118 Errors: 0 Failures: 0+++ OK, passed 100 tests; 12 discarded.
  634. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:15:Vector Int
  635. 274.59 s [ListLike] Cases: 2274 Tried: 119 Errors: 0 Failures: 0+++ OK, passed 100 tests; 16 discarded.
  636. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:16:StorableVector Int
  637. 274.59 s [ListLike] Cases: 2274 Tried: 120 Errors: 0 Failures: 0+++ OK, passed 100 tests; 18 discarded.
  638. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:17:UnboxVector Int
  639. 274.59 s [ListLike] Cases: 2274 Tried: 121 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
  640. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:18:Vector Bool
  641. 274.59 s [ListLike] Cases: 2274 Tried: 122 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
  642. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:19:StorableVector Bool
  643. 274.59 s [ListLike] Cases: 2274 Tried: 123 Errors: 0 Failures: 0+++ OK, passed 100 tests; 14 discarded.
  644. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:20:UnboxVector Bool
  645. 274.59 s [ListLike] Cases: 2274 Tried: 124 Errors: 0 Failures: 0+++ OK, passed 100 tests; 16 discarded.
  646. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:21:Text
  647. 274.59 s [ListLike] Cases: 2274 Tried: 125 Errors: 0 Failures: 0+++ OK, passed 100 tests; 13 discarded.
  648. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:22:Text.Lazy
  649. 274.59 s [ListLike] Cases: 2274 Tried: 126 Errors: 0 Failures: 0+++ OK, passed 100 tests; 14 discarded.
  650. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:23:Text.Builder
  651. 274.59 s [ListLike] Cases: 2274 Tried: 127 Errors: 0 Failures: 0+++ OK, passed 100 tests; 19 discarded.
  652. 274.59 s [ListLike] Testing 1:FoldableLL:2:foldl1:24:UTF8 ByteString
  653. 274.59 s [attoparsec] tests/QC/IPv6/Internal.hs:242:25: warning: [GHC-63397] [-Wname-shadowing]
  654. 274.59 s [attoparsec] This binding for ‘t’ shadows the existing binding
  655. 274.59 s [attoparsec] bound at tests/QC/IPv6/Internal.hs:235:23
  656. 274.59 s [attoparsec] |
  657. 274.59 s [attoparsec] 242 | where longest t = case t of
  658. 274.59 s [attoparsec] | ^
  659. 274.59 s [attoparsec]
  660. 274.59 s [attoparsec] tests/QC/IPv6/Internal.hs:247:21: warning: [GHC-63394] [-Wx-partial]
  661. 274.59 s [attoparsec] In the use of ‘head’
  662. 274.59 s [attoparsec] (imported from Prelude, but defined in GHC.Internal.List):
  663. 274.59 s [attoparsec] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  664. 274.59 s [attoparsec] |
  665. 274.59 s [attoparsec] 247 | helper h = (head h == AllZeros, lh) where lh = length h
  666. 274.59 s [attoparsec] | ^^^^
  667. 274.59 s [attoparsec]
  668. 274.59 s [attoparsec] tests/QC/IPv6/Internal.hs:298:12: warning: [GHC-18042] [-Wtype-defaults]
  669. 274.59 s [attoparsec] • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
  670. 274.59 s [attoparsec] (Integral a0)
  671. 274.59 s [attoparsec] arising from a use of ‘R.decimal’
  672. 274.59 s [attoparsec] at tests/QC/IPv6/Internal.hs:298:12-20
  673. 274.59 s [attoparsec] (Ord a0)
  674. 274.59 s [attoparsec] arising from a use of ‘<’ at tests/QC/IPv6/Internal.hs:299:39
  675. 274.59 s [attoparsec] (Num a0)
  676. 274.59 s [attoparsec] arising from the literal ‘256’
  677. 274.59 s [attoparsec] at tests/QC/IPv6/Internal.hs:299:41-43
  678. 274.59 s [attoparsec] (Show a0)
  679. 274.59 s [attoparsec] arising from a use of ‘show’ at tests/QC/IPv6/Internal.hs:299:59-62
  680. 274.59 s [attoparsec] • In the expression: R.decimal ds
  681. 274.59 s [attoparsec] In a stmt of a 'do' block:
  682. 274.59 s [attoparsec] case R.decimal ds of
  683. 274.59 s [attoparsec] Right (n, _)
  684. 274.59 s [attoparsec] -> return (if n < 256 then T.pack $ show n else T.empty)
  685. 274.59 s [attoparsec] Left _ -> return T.empty
  686. 274.59 s [attoparsec] In the expression:
  687. 274.59 s [attoparsec] do ds <- takeWhile1 isDigit
  688. 274.59 s [attoparsec] case R.decimal ds of
  689. 274.59 s [attoparsec] Right (n, _)
  690. 274.59 s [attoparsec] -> return (if n < 256 then T.pack $ show n else T.empty)
  691. 274.59 s [attoparsec] Left _ -> return T.empty
  692. 274.59 s [attoparsec] |
  693. 274.59 s [attoparsec] 298 | case R.decimal ds of
  694. 274.59 s [attoparsec] | ^^^^^^^^^
  695. 274.59 s [attoparsec]
  696. 274.59 s [attoparsec] tests/QC/IPv6/Internal.hs:304:5: warning: [GHC-81995] [-Wunused-do-bind]
  697. 274.59 s [attoparsec] A do-notation statement discarded a result of type ‘T.Text’
  698. 274.59 s [attoparsec] Suggested fix: Suppress this warning by saying ‘_ <- string "::"’
  699. 274.59 s [attoparsec] |
  700. 274.59 s [attoparsec] 304 | string "::"
  701. 274.59 s [attoparsec] | ^^^^^^^^^^^
  702. 274.59 s [attoparsec]
  703. 274.59 s [attoparsec] tests/QC/IPv6/Internal.hs:309:5: warning: [GHC-81995] [-Wunused-do-bind]
  704. 274.59 s [attoparsec] A do-notation statement discarded a result of type ‘T.Text’
  705. 274.59 s [attoparsec] Suggested fix: Suppress this warning by saying ‘_ <- string ":"’
  706. 274.59 s [attoparsec] |
  707. 274.59 s [attoparsec] 309 | string ":"
  708. 274.59 s [attoparsec] | ^^^^^^^^^^
  709. 274.59 s [attoparsec]
  710. 274.59 s [attoparsec] [ 7 of 12] Compiling QC.Rechunked ( tests/QC/Rechunked.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Rechunked.o )
  711. 274.59 s [attoparsec] [ 8 of 12] Compiling QC.Simple ( tests/QC/Simple.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Simple.o )
  712. 274.59 s [attoparsec] tests/QC/Simple.hs:10:1: warning: [GHC-66111] [-Wunused-imports]
  713. 274.59 s [attoparsec] The import of ‘Data.List’ is redundant
  714. 274.59 s [attoparsec] except perhaps to import instances from ‘Data.List’
  715. 274.59 s [attoparsec] To import instances alone, use: import Data.List()
  716. 274.59 s [attoparsec] |
  717. 274.59 s [attoparsec] 10 | import Data.List (foldl')
  718. 274.59 s [crypton-x509-validation] invalid: OK
  719. 274.59 s [crypton-x509-validation] exhaustive: OK
  720. 274.59 s [crypton-x509-validation] ECDSA
  721. 274.59 s [crypton-x509-validation] signature
  722. 274.59 s [crypton-x509-validation] valid: OK
  723. 274.59 s [crypton-x509-validation] invalid: OK
  724. 274.59 s [crypton-x509-validation] chain
  725. 274.59 s [crypton-x509-validation] empty: OK
  726. 274.59 s [crypton-x509-validation] incomplete: OK
  727. 274.59 s [crypton-x509-validation] self-signed: OK
  728. 274.59 s [crypton-x509-validation] leaf-not-v3
  729. 274.59 s [crypton-x509-validation] v3-disallowed: OK
  730. 274.59 s [crypton-x509-validation] v3-allowed: OK
  731. 274.59 s [crypton-x509-validation] strict-ordering
  732. 274.59 s [crypton-x509-validation] enabled: OK (0.02s)
  733. 274.59 s [crypton-x509-validation] disabled: OK
  734. 274.59 s [crypton-x509-validation] ca-constraints
  735. 274.59 s [crypton-x509-validation] enabled
  736. 274.59 s [crypton-x509-validation] cert-sign: OK
  737. 274.59 s [crypton-x509-validation] crl-sign: OK
  738. 274.59 s [crypton-x509-validation] not-ca: OK
  739. 274.59 s [crypton-x509-validation] no-basic: OK
  740. 274.59 s [crypton-x509-validation] bad-depth: OK
  741. 274.59 s [crypton-x509-validation] disabled
  742. 274.59 s [crypton-x509-validation] cert-sign: OK (0.01s)
  743. 274.59 s [crypton-x509-validation] crl-sign: OK (0.01s)
  744. 274.59 s [crypton-x509-validation] not-ca: OK (0.01s)
  745. 274.59 s [crypton-x509-validation] no-basic: OK (0.01s)
  746. 274.59 s [crypton-x509-validation] bad-depth: OK (0.01s)
  747. 274.59 s [crypton-x509-validation] dates
  748. 274.59 s [crypton-x509-validation] leaf
  749. 274.59 s [crypton-x509-validation] enabled
  750. 274.59 s [crypton-x509-validation] past: OK
  751. 274.59 s [crypton-x509-validation] present: OK
  752. 274.59 s [crypton-x509-validation] future: OK
  753. 274.59 s [crypton-x509-validation] disabled
  754. 274.59 s [crypton-x509-validation] past: OK
  755. 274.59 s [crypton-x509-validation] present: OK
  756. 274.59 s [crypton-x509-validation] future: OK
  757. 274.59 s [crypton-x509-validation] intermediate
  758. 274.59 s [crypton-x509-validation] enabled
  759. 274.59 s [crypton-x509-validation] past: OK
  760. 274.59 s [crypton-x509-validation] present: OK
  761. 274.59 s [crypton-x509-validation] future: OK
  762. 274.59 s [crypton-x509-validation] disabled
  763. 274.59 s [crypton-x509-validation] past: OK
  764. 274.59 s [crypton-x509-validation] present: OK
  765. 274.59 s [crypton-x509-validation] future: OK
  766. 274.59 s [crypton-x509-validation] timeshift
  767. 274.59 s [crypton-x509-validation] at-past
  768. 274.59 s [crypton-x509-validation] past: OK
  769. 274.59 s [crypton-x509-validation] present: OK
  770. 274.59 s [crypton-x509-validation] future: OK
  771. 274.59 s [crypton-x509-validation] at-present
  772. 274.59 s [crypton-x509-validation] past: OK
  773. 274.59 s [crypton-x509-validation] present: OK
  774. 274.59 s [crypton-x509-validation] future: OK
  775. 274.59 s [crypton-x509-validation] in-future
  776. 274.59 s [crypton-x509-validation] past: OK
  777. 274.59 s [crypton-x509-validation] present: OK
  778. 274.59 s [crypton-x509-validation] future: OK
  779. 274.59 s [crypton-x509-validation] CommonName
  780. 274.59 s [crypton-x509-validation] no-common-name: OK
  781. 274.59 s [crypton-x509-validation] simple
  782. 274.59 s [crypton-x509-validation] www.example.com: OK
  783. 274.59 s [crypton-x509-validation] www2.example.com: OK
  784. 274.59 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  785. 274.59 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  786. 274.59 s [crypton-x509-validation] WWW.example.com: OK
  787. 274.59 s [crypton-x509-validation] www..example.com: OK
  788. 274.59 s [crypton-x509-validation] empty: OK
  789. 274.59 s [crypton-x509-validation] wildcard
  790. 274.59 s [crypton-x509-validation] example.com: OK
  791. 274.59 s [crypton-x509-validation] www.example.com: OK
  792. 274.59 s [crypton-x509-validation] www.EXAMPLE.com: OK
  793. 274.59 s [crypton-x509-validation] www2.example.com: OK
  794. 274.59 s [crypton-x509-validation] www.m.example.com: OK
  795. 274.59 s [crypton-x509-validation] single: OK
  796. 274.59 s [crypton-x509-validation] disabled
  797. 274.59 s [crypton-x509-validation] www.example.com: OK
  798. 274.59 s [crypton-x509-validation] www2.example.com: OK
  799. 274.59 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  800. 274.59 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  801. 274.59 s [crypton-x509-validation] WWW.example.com: OK
  802. 274.59 s [crypton-x509-validation] www..example.com: OK
  803. 274.59 s [crypton-x509-validation] empty: OK
  804. 274.59 s [crypton-x509-validation] SubjectAltName
  805. 274.59 s [crypton-x509-validation] simple
  806. 274.59 s [crypton-x509-validation] www.example.com: OK (0.01s)
  807. 274.59 s [crypton-x509-validation] www2.example.com: OK
  808. 274.59 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK (0.01s)
  809. 274.59 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  810. 274.59 s [crypton-x509-validation] WWW.example.com: OK (0.01s)
  811. 274.59 s [crypton-x509-validation] www..example.com: OK
  812. 274.59 s [crypton-x509-validation] empty: OK
  813. 274.59 s [crypton-x509-validation] wildcard
  814. 274.59 s [hedgehog] Hedgehog=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog,Hedgehog.Gen=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Gen,Hedgehog.Internal.Barbie=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Barbie,Hedgehog.Internal.Config=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Config,Hedgehog.Internal.Discovery=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Discovery,Hedgehog.Internal.Distributive=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Distributive,Hedgehog.Internal.Exception=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Exception,Hedgehog.Internal.Gen=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Gen,Hedgehog.Internal.HTraversable=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.HTraversable,Hedgehog.Internal.Opaque=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Opaque,Hedgehog.Internal.Prelude=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Prelude,Hedgehog.Internal.Property=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Property,Hedgehog.Internal.Queue=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Queue,Hedgehog.Internal.Range=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Range,Hedgehog.Internal.Region=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Region,Hedgehog.Internal.Report=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Report,Hedgehog.Internal.Runner=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Runner,Hedgehog.Internal.Seed=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Seed,Hedgehog.Internal.Show=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Show,Hedgehog.Internal.Shrink=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Shrink,Hedgehog.Internal.Source=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Source,Hedgehog.Internal.State=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.State,Hedgehog.Internal.TH=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.TH,Hedgehog.Internal.Tree=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Tree,Hedgehog.Internal.Tripping=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Internal.Tripping,Hedgehog.Main=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Main,Hedgehog.Range=hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O:Hedgehog.Range
  815. 274.60 s [hedgehog] unit hedgehog-1.5-LeO3vHWfY4280nn0oy6foQ-test
  816. 274.60 s [hedgehog] include base-4.20.2.0-edab
  817. 274.60 s [hedgehog] include containers-0.7-8e24
  818. 274.60 s [hedgehog] include hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
  819. 274.60 s [hedgehog] include mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
  820. 274.60 s [hedgehog] include mtl-2.3.1-32a4
  821. 274.60 s [hedgehog] include pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
  822. 274.60 s [hedgehog] include text-2.1.3-afaf
  823. 274.60 s [hedgehog] include transformers-0.6.1.1-9cdc
  824. 274.60 s [hedgehog] Ready component graph:
  825. 274.60 s [hedgehog] definite hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
  826. 274.60 s [hedgehog] depends ansi-terminal-1.1.3-AekLug7AhnB6bymVWH8ARH
  827. 274.60 s [hedgehog] depends async-2.2.5-EuAp0zBnh6jBUz0tzBUdck
  828. 274.60 s [hedgehog] depends barbies-2.1.1.0-Feu2kjKq8qkCVUJE1MWXRA
  829. 274.60 s [hedgehog] depends base-4.20.2.0-edab
  830. 274.60 s [hedgehog] depends bytestring-0.12.2.0-d4b6
  831. 274.60 s [hedgehog] depends concurrent-output-1.10.21-DV0o4JrhQA7KKiwDI85w11
  832. 274.60 s [hedgehog] depends containers-0.7-8e24
  833. 274.60 s [hedgehog] depends deepseq-1.5.0.0-500b
  834. 274.60 s [hedgehog] depends directory-1.3.8.5-0fd7
  835. 274.60 s [hedgehog] depends erf-2.0.0.0-J6epOYDitSCKKJ30OvRvAA
  836. 274.60 s [hedgehog] depends exceptions-0.10.9-d1ea
  837. 274.60 s [hedgehog] depends lifted-async-0.10.2.7-9Qt30HD6DcH1czUYmCHxY7
  838. 274.60 s [hedgehog] depends mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
  839. 274.60 s [hedgehog] depends monad-control-1.0.3.1-82RuV1apuLb8qpaFL0ZGX
  840. 274.60 s [hedgehog] depends mtl-2.3.1-32a4
  841. 274.60 s [hedgehog] depends pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
  842. 274.60 s [hedgehog] depends primitive-0.9.1.0-BOs6dxdfkf82TnuTfxheNk
  843. 274.60 s [hedgehog] depends random-1.2.1.3-Ekid3QlDtEV5bwzHR95Ho0
  844. 274.60 s [hedgehog] depends resourcet-1.3.0-7yTPUmjjrfp92Ob7osLre3
  845. 274.60 s [hedgehog] depends safe-exceptions-0.1.7.4-BAqPKTWBLVp4b9lO5eloF9
  846. 274.60 s [hedgehog] depends stm-2.5.3.1-05a4
  847. 274.60 s [hedgehog] depends template-haskell-2.22.0.0-bcc5
  848. 274.60 s [hedgehog] depends text-2.1.3-afaf
  849. 274.60 s [hedgehog] depends time-1.12.2-dceb
  850. 274.60 s [hedgehog] depends transformers-0.6.1.1-9cdc
  851. 274.60 s [hedgehog] depends transformers-base-0.4.6-54wpI8CAHSOD3ZO1ZJUwpu
  852. 274.60 s [hedgehog] depends wl-pprint-annotated-0.1.0.1-GCAqHduIwOtLpKmtuNbWQE
  853. 274.60 s [hedgehog] definite hedgehog-1.5-LeO3vHWfY4280nn0oy6foQ-test
  854. 274.60 s [hedgehog] depends base-4.20.2.0-edab
  855. 274.60 s [hedgehog] depends containers-0.7-8e24
  856. 274.60 s [hedgehog] depends hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
  857. 274.60 s [hedgehog] depends mmorph-1.2.1-7Ki2GUOQVd38Ho3kG1b9sJ
  858. 274.60 s [hedgehog] depends mtl-2.3.1-32a4
  859. 274.60 s [hedgehog] depends pretty-show-1.10-DfAFzs4W4IrAvRrk3gzjv9
  860. 274.60 s [hedgehog] depends text-2.1.3-afaf
  861. 274.60 s [hedgehog] depends transformers-0.6.1.1-9cdc
  862. 274.60 s [hedgehog] Using Cabal-3.12.1.0 compiled by ghc-9.10
  863. 274.60 s [hedgehog] Using compiler: ghc-9.10.3
  864. 274.60 s [hedgehog] Using install prefix: /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5
  865. 274.60 s [hedgehog] Executables installed in:
  866. 274.60 s [hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/bin
  867. 274.60 s [hedgehog] Libraries installed in:
  868. 274.60 s [http-api-data] [4 of 4] Compiling Web.HttpApiData ( src/Web/HttpApiData.hs, dist/build/Web/HttpApiData.o, dist/build/Web/HttpApiData.dyn_o )
  869. 274.60 s [http-api-data] [1 of 4] Compiling Web.Internal.HttpApiData ( src/Web/Internal/HttpApiData.hs, dist/build/Web/Internal/HttpApiData.p_o )
  870. 274.60 s [http-api-data] src/Web/Internal/HttpApiData.hs:35:1: warning: [GHC-66111] [-Wunused-imports]
  871. 274.60 s [http-api-data] The import of ‘Data.Semigroup’ is redundant
  872. 274.60 s [http-api-data] except perhaps to import instances from ‘Data.Semigroup’
  873. 274.60 s [http-api-data] To import instances alone, use: import Data.Semigroup()
  874. 274.60 s [http-api-data] |
  875. 274.60 s [http-api-data] 35 | import Data.Semigroup (Semigroup (..))
  876. 274.60 s [http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  877. 274.60 s [http-api-data]
  878. 274.60 s [http-api-data] [2 of 4] Compiling Web.Internal.FormUrlEncoded ( src/Web/Internal/FormUrlEncoded.hs, dist/build/Web/Internal/FormUrlEncoded.p_o )
  879. 274.60 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:40:1: warning: [GHC-66111] [-Wunused-imports]
  880. 274.60 s [http-api-data] The import of ‘Data.Semigroup’ is redundant
  881. 274.60 s [http-api-data] except perhaps to import instances from ‘Data.Semigroup’
  882. 274.60 s [http-api-data] To import instances alone, use: import Data.Semigroup()
  883. 274.60 s [http-api-data] |
  884. 274.60 s [http-api-data] 40 | import Data.Semigroup (Semigroup (..))
  885. 274.60 s [http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  886. 274.60 s [http-api-data]
  887. 274.60 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:58:1: warning: [GHC-66111] [-Wunused-imports]
  888. 274.60 s [http-api-data] The import of ‘Numeric.Natural’ is redundant
  889. 274.60 s [http-api-data] except perhaps to import instances from ‘Numeric.Natural’
  890. 274.60 s [http-api-data] To import instances alone, use: import Numeric.Natural()
  891. 274.60 s [http-api-data] |
  892. 274.60 s [http-api-data] 58 | import Numeric.Natural (Natural)
  893. 274.60 s [http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  894. 274.60 s [http-api-data]
  895. 274.60 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:336:23: warning: [GHC-39567] [-Wstar-is-type]
  896. 274.60 s [http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  897. 274.60 s [http-api-data] relies on the StarIsType extension, which will become
  898. 274.60 s [http-api-data] deprecated in the future.
  899. 274.60 s [http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  900. 274.60 s [http-api-data] |
  901. 274.60 s [http-api-data] 336 | class GToForm t (f :: * -> *) where
  902. 274.60 s [http-api-data] | ^
  903. 274.60 s [http-api-data]
  904. 274.60 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:336:28: warning: [GHC-39567] [-Wstar-is-type]
  905. 274.60 s [http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  906. 274.60 s [http-api-data] relies on the StarIsType extension, which will become
  907. 274.60 s [http-api-data] deprecated in the future.
  908. 274.60 s [http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  909. 274.60 s [http-api-data] |
  910. 274.60 s [http-api-data] 336 | class GToForm t (f :: * -> *) where
  911. 274.60 s [http-api-data] | ^
  912. 274.60 s [http-api-data]
  913. 274.60 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:484:25: warning: [GHC-39567] [-Wstar-is-type]
  914. 274.60 s [http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  915. 274.60 s [http-api-data] relies on the StarIsType extension, which will become
  916. 274.60 s [http-api-data] deprecated in the future.
  917. 274.60 s [http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  918. 274.60 s [http-api-data] |
  919. 274.60 s [http-api-data] 484 | class GFromForm t (f :: * -> *) where
  920. 274.60 s [http-api-data] | ^
  921. 274.60 s [http-api-data]
  922. 274.60 s [http-client] [ 3 of 19] Compiling Network.HTTP.Client.Connection ( Network/HTTP/Client/Connection.hs, dist/build/Network/HTTP/Client/Connection.p_o )
  923. 274.60 s [http-client] [ 4 of 19] Compiling Network.HTTP.Client.Headers ( Network/HTTP/Client/Headers.hs, dist/build/Network/HTTP/Client/Headers.p_o )
  924. 274.60 s [http-client] [ 5 of 19] Compiling Network.HTTP.Client.Body ( Network/HTTP/Client/Body.hs, dist/build/Network/HTTP/Client/Body.p_o )
  925. 274.60 s [http-client] [ 6 of 19] Compiling Network.HTTP.Client.Util ( Network/HTTP/Client/Util.hs, dist/build/Network/HTTP/Client/Util.p_o )
  926. 274.60 s [http-client] [ 7 of 19] Compiling Network.HTTP.Client.Request ( Network/HTTP/Client/Request.hs, dist/build/Network/HTTP/Client/Request.p_o )
  927. 274.60 s [http-client] [ 8 of 19] Compiling Network.HTTP.Client.Response ( Network/HTTP/Client/Response.hs, dist/build/Network/HTTP/Client/Response.p_o )
  928. 274.60 s [http-client] [ 9 of 19] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, dist/build/Network/HTTP/Proxy.p_o )
  929. 274.60 s [http-client] [10 of 19] Compiling Network.HTTP.Client.Manager ( Network/HTTP/Client/Manager.hs, dist/build/Network/HTTP/Client/Manager.p_o )
  930. 274.60 s [http-client] [11 of 19] Compiling Network.PublicSuffixList.Types ( publicsuffixlist/Network/PublicSuffixList/Types.hs, dist/build/Network/PublicSuffixList/Types.p_o )
  931. 274.60 s [http-client] [12 of 19] Compiling Network.PublicSuffixList.Serialize ( publicsuffixlist/Network/PublicSuffixList/Serialize.hs, dist/build/Network/PublicSuffixList/Serialize.p_o )
  932. 274.60 s [http-client] [13 of 19] Compiling Network.PublicSuffixList.DataStructure ( publicsuffixlist/Network/PublicSuffixList/DataStructure.hs, dist/build/Network/PublicSuffixList/DataStructure.p_o )
  933. 274.60 s [http-client] [14 of 19] Compiling Network.PublicSuffixList.Lookup ( publicsuffixlist/Network/PublicSuffixList/Lookup.hs, dist/build/Network/PublicSuffixList/Lookup.p_o )
  934. 274.60 s [http-client] publicsuffixlist/Network/PublicSuffixList/Lookup.hs:69:63: warning: [GHC-63394] [-Wx-partial]
  935. 274.60 s [http-client] In the use of ‘tail’
  936. 274.60 s [http-client] (imported from Prelude, but defined in GHC.Internal.List):
  937. 274.60 s [http-client] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
  938. 274.60 s [http-client] |
  939. 274.60 s [http-client] 69 | output _ (OffEnd True x) = Just $ T.intercalate "." $ tail $ T.splitOn "." x
  940. 274.60 s [http-client] | ^^^^
  941. 274.60 s [http-client]
  942. 274.60 s [http-client] [15 of 19] Compiling Network.HTTP.Client.Cookies ( Network/HTTP/Client/Cookies.hs, dist/build/Network/HTTP/Client/Cookies.p_o )
  943. 274.60 s [http-client] [16 of 19] Compiling Network.HTTP.Client.Core ( Network/HTTP/Client/Core.hs, dist/build/Network/HTTP/Client/Core.p_o )
  944. 274.60 s [http-client] [17 of 19] Compiling Network.HTTP.Client.Internal ( Network/HTTP/Client/Internal.hs, dist/build/Network/HTTP/Client/Internal.p_o )
  945. 274.60 s [http-client] [18 of 19] Compiling Network.HTTP.Client ( Network/HTTP/Client.hs, dist/build/Network/HTTP/Client.p_o )
  946. 274.60 s [http-client] [19 of 19] Compiling Network.HTTP.Client.MultipartFormData ( Network/HTTP/Client/MultipartFormData.hs, dist/build/Network/HTTP/Client/MultipartFormData.p_o )
  947. 274.60 s [http-client] Phase: haddockPhase
  948. 274.60 s [http-client] Preprocessing library for http-client-0.7.19...
  949. 274.60 s [http-client] Running Haddock on library for http-client-0.7.19...
  950. 274.60 s [http-client] [ 1 of 19] Compiling Data.KeyedPool ( Data/KeyedPool.hs, nothing )
  951. 274.60 s [http-client] [ 2 of 19] Compiling Network.HTTP.Client.Types ( Network/HTTP/Client/Types.hs, nothing )
  952. 274.60 s [http-client] [ 3 of 19] Compiling Network.HTTP.Client.Connection ( Network/HTTP/Client/Connection.hs, nothing )
  953. 274.60 s [http-client] [ 4 of 19] Compiling Network.HTTP.Client.Headers ( Network/HTTP/Client/Headers.hs, nothing )
  954. 274.60 s [http-client] [ 5 of 19] Compiling Network.HTTP.Client.Body ( Network/HTTP/Client/Body.hs, nothing )
  955. 274.60 s [http-client] [ 6 of 19] Compiling Network.HTTP.Client.Util ( Network/HTTP/Client/Util.hs, nothing )
  956. 274.60 s [http-client] [ 7 of 19] Compiling Network.HTTP.Client.Request ( Network/HTTP/Client/Request.hs, nothing )
  957. 274.60 s [http-client] [ 8 of 19] Compiling Network.HTTP.Client.Response ( Network/HTTP/Client/Response.hs, nothing )
  958. 274.60 s [http-client] [ 9 of 19] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, nothing )
  959. 274.60 s [lucid] Using hpc version 0.69 found on system at:
  960. 274.60 s [lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
  961. 274.60 s [lucid] Using hsc2hs version 0.68.10 found on system at:
  962. 274.60 s [lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  963. 274.60 s [lucid] Using hscolour version 1.25 found on system at:
  964. 274.60 s [lucid] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
  965. 274.60 s [lucid] No jhc found
  966. 274.60 s [lucid] Using ld found on system at:
  967. 274.60 s [lucid] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
  968. 274.60 s [lucid] No pkg-config found
  969. 274.60 s [lucid] Using runghc version 9.10.3 found on system at:
  970. 274.60 s [lucid] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
  971. 274.60 s [lucid] Using strip version 2.44 found on system at:
  972. 274.60 s [lucid] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
  973. 274.60 s [lucid] Using tar found on system at:
  974. 274.60 s [lucid] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
  975. 274.60 s [lucid] No uhc found
  976. 274.60 s [lucid] Phase: buildPhase
  977. 274.60 s [lucid] Preprocessing library for lucid-2.11.20250303...
  978. 274.60 s [lucid] Building library for lucid-2.11.20250303...
  979. 274.60 s [lucid] [1 of 4] Compiling Lucid.Base ( src/Lucid/Base.hs, dist/build/Lucid/Base.o, dist/build/Lucid/Base.dyn_o )
  980. 274.60 s [lucid] src/Lucid/Base.hs:62:1: warning: [GHC-66111] [-Wunused-imports]
  981. 274.60 s [lucid] The import of ‘Data.Semigroup’ is redundant
  982. 274.60 s [lucid] except perhaps to import instances from ‘Data.Semigroup’
  983. 274.60 s [lucid] To import instances alone, use: import Data.Semigroup()
  984. 274.60 s [lucid] |
  985. 274.60 s [lucid] 62 | import Data.Semigroup (Semigroup (..))
  986. 274.60 s [lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  987. 274.60 s [lucid]
  988. 274.60 s [lucid] src/Lucid/Base.hs:63:1: warning: [GHC-66111] [-Wunused-imports]
  989. 274.60 s [lucid] The import of ‘Data.Monoid’ is redundant
  990. 274.60 s [lucid] except perhaps to import instances from ‘Data.Monoid’
  991. 274.60 s [lucid] To import instances alone, use: import Data.Monoid()
  992. 274.60 s [lucid] |
  993. 274.60 s [lucid] 63 | import Data.Monoid (Monoid (..))
  994. 274.60 s [lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  995. 274.60 s [lucid]
  996. 274.60 s [lucid] src/Lucid/Base.hs:119:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
  997. 274.60 s [lucid] Noncanonical ‘mappend’ definition detected
  998. 274.60 s [lucid] in the instance declaration for ‘Monoid (HtmlT m a)’.
  999. 274.60 s [lucid] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  1000. 274.60 s [lucid] Suggested fix:
  1001. 274.60 s [lucid] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  1002. 274.60 s [lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  1003. 274.60 s [lucid] |
  1004. 274.60 s [lucid] 119 | mappend = liftA2 mappend
  1005. 274.60 s [lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^
  1006. 274.60 s [lucid]
  1007. 274.60 s [lucid] src/Lucid/Base.hs:147:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
  1008. 274.60 s [lucid] Noncanonical ‘return’ definition detected
  1009. 274.60 s [lucid] in the instance declaration for ‘Monad (HtmlT m)’.
  1010. 274.60 s [lucid] ‘return’ will eventually be removed in favour of ‘pure’
  1011. 274.60 s [lucid] Suggested fix:
  1012. 274.60 s [lucid] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  1013. 274.60 s [lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  1014. 274.60 s [lucid] |
  1015. 274.60 s [lucid] 147 | return a = HtmlT (return (mempty,a))
  1016. 274.60 s [lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1017. 274.60 s [lucid]
  1018. 274.60 s [lucid] src/Lucid/Base.hs:156:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
  1019. 274.60 s [lucid] Noncanonical ‘(>>)’ definition detected
  1020. 274.60 s [lucid] in the instance declaration for ‘Monad (HtmlT m)’.
  1021. 274.60 s [profunctors] No pkg-config found
  1022. 274.60 s [profunctors] Using runghc version 9.10.3 found on system at:
  1023. 274.60 s [profunctors] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
  1024. 274.60 s [profunctors] Using strip version 2.44 found on system at:
  1025. 274.60 s [profunctors] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
  1026. 274.60 s [profunctors] Using tar found on system at:
  1027. 274.60 s [profunctors] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
  1028. 274.60 s [profunctors] No uhc found
  1029. 274.60 s [profunctors] Phase: buildPhase
  1030. 274.60 s [profunctors] Preprocessing library for profunctors-5.6.3...
  1031. 274.60 s [profunctors] Building library for profunctors-5.6.3...
  1032. 274.60 s [profunctors] [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.o, dist/build/Data/Profunctor/Unsafe.dyn_o )
  1033. 274.60 s [profunctors] [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.o, dist/build/Data/Profunctor/Types.dyn_o )
  1034. 274.60 s [profunctors] [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.o, dist/build/Data/Profunctor/Monad.dyn_o )
  1035. 274.60 s [profunctors] [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.o, dist/build/Data/Profunctor/Adjunction.dyn_o )
  1036. 274.60 s [profunctors] [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.o, dist/build/Data/Profunctor/Strong.dyn_o )
  1037. 274.60 s [profunctors] [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.o, dist/build/Data/Profunctor/Closed.dyn_o )
  1038. 274.60 s [profunctors] [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.o, dist/build/Data/Profunctor/Choice.dyn_o )
  1039. 274.60 s [profunctors] [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.o, dist/build/Data/Profunctor/Traversing.dyn_o )
  1040. 274.60 s [profunctors] [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.o, dist/build/Data/Profunctor/Mapping.dyn_o )
  1041. 274.60 s [profunctors] [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o, dist/build/Data/Profunctor.dyn_o )
  1042. 274.60 s [profunctors] [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.o, dist/build/Data/Profunctor/Sieve.dyn_o )
  1043. 274.60 s [profunctors] [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.o, dist/build/Data/Profunctor/Rep.dyn_o )
  1044. 274.60 s [profunctors] [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.o, dist/build/Data/Profunctor/Composition.dyn_o )
  1045. 274.60 s [profunctors] [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.o, dist/build/Data/Profunctor/Ran.dyn_o )
  1046. 274.60 s [profunctors] [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.o, dist/build/Data/Profunctor/Cayley.dyn_o )
  1047. 274.60 s [profunctors] [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.o, dist/build/Data/Profunctor/Yoneda.dyn_o )
  1048. 274.60 s [profunctors] [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.p_o )
  1049. 274.60 s [profunctors] [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.p_o )
  1050. 274.60 s [profunctors] [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.p_o )
  1051. 274.60 s [profunctors] [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.p_o )
  1052. 274.60 s [profunctors] [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.p_o )
  1053. 274.60 s [profunctors] [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.p_o )
  1054. 274.60 s [profunctors] [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.p_o )
  1055. 274.60 s [profunctors] [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.p_o )
  1056. 274.60 s [profunctors] [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.p_o )
  1057. 274.60 s [semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1
  1058. 274.60 s [semigroupoids] Executables installed in:
  1059. 274.60 s [semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/bin
  1060. 274.60 s [semigroupoids] Libraries installed in:
  1061. 274.60 s [semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/semigroupoids-6.0.1-3M56MuA9nXiFUGlDlLLA9n
  1062. 274.60 s [semigroupoids] Dynamic Libraries installed in:
  1063. 274.60 s [semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
  1064. 274.60 s [semigroupoids] Private executables installed in:
  1065. 274.60 s [semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/libexec/x86_64-linux-ghc-9.10.3-2929/semigroupoids-6.0.1
  1066. 274.60 s [semigroupoids] Data files installed in:
  1067. 274.60 s [semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/share/x86_64-linux-ghc-9.10.3-2929/semigroupoids-6.0.1
  1068. 274.60 s [semigroupoids] Documentation installed in:
  1069. 274.60 s [semigroupoids] /nix/store/p3d685jhzbj50955qznv9yk516bij47x-semigroupoids-6.0.1-doc/share/doc/semigroupoids-6.0.1
  1070. 274.60 s [semigroupoids] Configuration files installed in:
  1071. 274.60 s [semigroupoids] /nix/store/0gzvlbn5bx412s5gkxca7n968dmdr4mw-semigroupoids-6.0.1/etc
  1072. 274.60 s [semigroupoids] No alex found
  1073. 274.60 s [semigroupoids] Using ar found on system at:
  1074. 274.60 s [semigroupoids] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
  1075. 274.60 s [semigroupoids] No c2hs found
  1076. 274.60 s [semigroupoids] No cpphs found
  1077. 274.60 s [semigroupoids] No doctest found
  1078. 274.60 s [semigroupoids] Using gcc version 14.3.0 given by user at:
  1079. 274.60 s [semigroupoids] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
  1080. 274.60 s [semigroupoids] Using ghc version 9.10.3 found on system at:
  1081. 274.61 s [semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
  1082. 274.61 s [semigroupoids] Using ghc-pkg version 9.10.3 found on system at:
  1083. 274.61 s [semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
  1084. 274.61 s [semigroupoids] No ghcjs found
  1085. 274.61 s [semigroupoids] No ghcjs-pkg found
  1086. 274.61 s [semigroupoids] No greencard found
  1087. 274.61 s [semigroupoids] Using haddock version 2.31.1 found on system at:
  1088. 274.61 s [semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
  1089. 274.61 s [semigroupoids] No happy found
  1090. 274.61 s [semigroupoids] Using haskell-suite found on system at: haskell-suite-dummy-location
  1091. 274.61 s [semigroupoids] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1092. 274.61 s [semigroupoids] No hmake found
  1093. 274.61 s [semigroupoids] Using hpc version 0.69 found on system at:
  1094. 274.61 s [semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
  1095. 274.61 s [semigroupoids] Using hsc2hs version 0.68.10 found on system at:
  1096. 274.61 s [semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  1097. 274.61 s [semigroupoids] Using hscolour version 1.25 found on system at:
  1098. 274.61 s [semigroupoids] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
  1099. 274.61 s [semigroupoids] No jhc found
  1100. 274.61 s [semigroupoids] Using ld found on system at:
  1101. 274.61 s [semigroupoids] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
  1102. 274.61 s [semigroupoids] No pkg-config found
  1103. 274.61 s [semigroupoids] Using runghc version 9.10.3 found on system at:
  1104. 274.61 s [semigroupoids] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
  1105. 274.61 s [semigroupoids] Using strip version 2.44 found on system at:
  1106. 274.61 s [semigroupoids] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
  1107. 274.61 s [semigroupoids] Using tar found on system at:
  1108. 274.61 s [semigroupoids] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
  1109. 274.61 s [semigroupoids] No uhc found
  1110. 274.61 s [semigroupoids] Phase: buildPhase
  1111. 274.61 s [semigroupoids] Preprocessing library for semigroupoids-6.0.1...
  1112. 274.61 s [semigroupoids] Building library for semigroupoids-6.0.1...
  1113. 274.61 s [semigroupoids] [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o, dist/build/Data/Functor/Extend.dyn_o )
  1114. 274.61 s [semigroupoids] [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.o, dist/build/Data/Semigroup/Foldable/Class.dyn_o )
  1115. 274.61 s [semigroupoids] [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o, dist/build/Data/Traversable/Instances.dyn_o )
  1116. 274.61 s [semigroupoids] [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.o, dist/build/Semigroupoids/Internal.dyn_o )
  1117. 274.61 s [semigroupoids] [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.o, dist/build/Data/Functor/Bind/Class.dyn_o )
  1118. 274.61 s [semigroupoids] [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o, dist/build/Data/Functor/Apply.dyn_o )
  1119. 274.61 s [semigroupoids] [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.o, dist/build/Data/Semigroup/Bifoldable.dyn_o )
  1120. 274.61 s [string-interpolate] Module header
  1121. 274.61 s [string-interpolate] InterpSegment (src/lib/Data/String/Interpolate/Types.hs:7)
  1122. 274.61 s [string-interpolate] Line (src/lib/Data/String/Interpolate/Types.hs:14)
  1123. 274.61 s [string-interpolate] Lines (src/lib/Data/String/Interpolate/Types.hs:15)
  1124. 274.61 s [string-interpolate] Warning: 'Line' is out of scope.
  1125. 274.61 s [string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
  1126. 274.61 s [string-interpolate] Warning: 'parseInterpSegments' is out of scope.
  1127. 274.61 s [string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
  1128. 274.61 s [string-interpolate] 80% ( 4 / 5) in 'Data.String.Interpolate.Parse'
  1129. 274.61 s [string-interpolate] Missing documentation for:
  1130. 274.61 s [string-interpolate] dosToUnix (src/lib/Data/String/Interpolate/Parse.hs:110)
  1131. 274.61 s [string-interpolate] Warning: 'i' is out of scope.
  1132. 274.61 s [string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
  1133. 274.61 s [string-interpolate] Warning: '__i' is out of scope.
  1134. 274.61 s [string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
  1135. 274.61 s [string-interpolate] Warning: 'iii' is out of scope.
  1136. 274.61 s [string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
  1137. 274.61 s [string-interpolate] Warning: 'IsString' is out of scope.
  1138. 274.61 s [string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
  1139. 274.61 s [string-interpolate] Warning: 'Show' is out of scope.
  1140. 274.61 s [string-interpolate] If you qualify the identifier, haddock can try to link it anyway.
  1141. 274.61 s [string-interpolate] 100% ( 10 / 10) in 'Data.String.Interpolate'
  1142. 274.61 s [string-interpolate] Warning: Data.String.Interpolate.Conversion.ByteStringSink: could not find link destinations for:
  1143. 274.61 s [string-interpolate] - Data.String.Interpolate.Conversion.Classes.B
  1144. 274.61 s [string-interpolate] Warning: Data.String.Interpolate.Conversion.TextSink: could not find link destinations for:
  1145. 274.61 s [string-interpolate] - Data.String.Interpolate.Conversion.Classes.B
  1146. 274.61 s [string-interpolate] Warning: Data.String.Interpolate.Conversion: could not find link destinations for:
  1147. 274.61 s [string-interpolate] - Data.String.Interpolate.Conversion.Classes.B
  1148. 274.61 s [string-interpolate] Documentation created: dist/doc/html/string-interpolate/,
  1149. 274.61 s [string-interpolate] dist/doc/html/string-interpolate/string-interpolate.txt
  1150. 274.61 s [string-interpolate] Preprocessing test suite 'string-interpolate-test' for string-interpolate-0.3.4.0...
  1151. 274.61 s [string-interpolate] Phase: installPhase
  1152. 274.61 s [string-interpolate] Installing library in /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/string-interpolate-0.3.4.0-13wSWwvyjtA9Ve3bDfm3lP
  1153. 274.61 s [string-interpolate] Phase: fixupPhase
  1154. 274.61 s [string-interpolate] shrinking RPATHs of ELF executables and libraries in /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0
  1155. 274.61 s [string-interpolate] shrinking /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/libHSstring-interpolate-0.3.4.0-13wSWwvyjtA9Ve3bDfm3lP-ghc9.10.3.so
  1156. 274.61 s [string-interpolate] checking for references to /build/ in /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0...
  1157. 274.61 s [string-interpolate] patching script interpreter paths in /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0
  1158. 274.61 s [string-interpolate] stripping (with command strip and flags -S -p) in /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0/lib
  1159. 274.61 s [string-interpolate] shrinking RPATHs of ELF executables and libraries in /nix/store/5rmdkr8lavpyg4g9l37zz69kq53hcn4n-string-interpolate-0.3.4.0-doc
  1160. 274.61 s [string-interpolate] checking for references to /build/ in /nix/store/5rmdkr8lavpyg4g9l37zz69kq53hcn4n-string-interpolate-0.3.4.0-doc...
  1161. 274.61 s [string-interpolate] patching script interpreter paths in /nix/store/5rmdkr8lavpyg4g9l37zz69kq53hcn4n-string-interpolate-0.3.4.0-doc
  1162. 274.61 s [unison-util-serialization] Phase: setupCompilerEnvironmentPhase
  1163. 274.61 s [unison-util-serialization] Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
  1164. 274.61 s [unison-util-serialization] Phase: unpackPhase
  1165. 274.61 s [unison-util-serialization] unpacking source archive /nix/store/73gadfrmvpvnqq1gc9j0x6772l41f8a0-stacklock2nix-pkg-sources-unison-util-serialization
  1166. 274.61 s [unison-util-serialization] source root is stacklock2nix-pkg-sources-unison-util-serialization
  1167. 274.61 s [unison-util-serialization] Phase: patchPhase
  1168. 274.61 s [unison-util-serialization] Phase: compileBuildDriverPhase
  1169. 274.61 s [unison-util-serialization] setupCompileFlags: -package-db=/build/tmp.qwgiQACTR4/setup-package.conf.d -threaded
  1170. 274.61 s [unison-util-serialization] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.qwgiQACTR4/Main.o )
  1171. 274.61 s [unison-util-serialization] [2 of 2] Linking Setup
  1172. 274.61 s [unison-util-serialization] Phase: updateAutotoolsGnuConfigScriptsPhase
  1173. 274.61 s [unison-util-serialization] Phase: configurePhase
  1174. 274.61 s [unison-util-serialization] configureFlags: --verbose --prefix=/nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/68ycfmfvm3fdyvm1mdybwg6ixa7bhl6r-unison-util-serialization-0.0.0-doc/share/doc/unison-util-serialization-0.0.0 --with-gcc=gcc --package-db=/build/tmp.qwgiQACTR4/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/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
  1175. 274.61 s [unison-util-serialization] Using Parsec parser
  1176. 274.61 s [unison-util-serialization] Configuring unison-util-serialization-0.0.0...
  1177. 274.61 s [unison-util-serialization] Dependency base: using base-4.20.2.0
  1178. 274.61 s [unison-util-serialization] Dependency bytes: using bytes-0.17.4
  1179. 274.61 s [unison-util-serialization] Dependency bytestring: using bytestring-0.12.2.0
  1180. 274.61 s [unison-util-serialization] Dependency containers: using containers-0.7
  1181. 274.61 s [unison-util-serialization] Dependency filepath: using filepath-1.5.4.0
  1182. 274.61 s [unison-util-serialization] Dependency text: using text-2.1.3
  1183. 274.61 s [unison-util-serialization] Dependency text-short: using text-short-0.1.6
  1184. 274.61 s [unison-util-serialization] Dependency unliftio: using unliftio-0.2.25.1
  1185. 274.61 s [unison-util-serialization] Dependency vector: using vector-0.13.2.0
  1186. 274.61 s [unison-util-serialization] Source component graph: component lib
  1187. 274.61 s [unison-util-serialization] Configured component graph:
  1188. 274.61 s [unison-util-serialization] component unison-util-serialization-0.0.0-gwqLgh85C92FebwTqRDIY
  1189. 274.61 s [unison-util-serialization] include base-4.20.2.0-edab
  1190. 274.61 s [unison-util-serialization] include bytes-0.17.4-4QHLOboeOcz1aoN8FVNuR6
  1191. 274.61 s [unison-util-serialization] include bytestring-0.12.2.0-d4b6
  1192. 274.61 s [unison-util-serialization] include containers-0.7-8e24
  1193. 274.61 s [unison-util-serialization] include filepath-1.5.4.0-fef9
  1194. 274.61 s [unison-util-serialization] include text-2.1.3-afaf
  1195. 274.61 s [unison-util-serialization] include text-short-0.1.6-CpHWoekPWzfLE0HZvgPOlg
  1196. 274.61 s [unison-util-serialization] include unliftio-0.2.25.1-4HM1beCQW9O8IJh0Kbtuuw
  1197. 274.61 s [unison-util-serialization] include vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
  1198. 274.61 s [unison-util-serialization] Linked component graph:
  1199. 274.61 s [unison-util-serialization] unit unison-util-serialization-0.0.0-gwqLgh85C92FebwTqRDIY
  1200. 274.61 s [unison-util-serialization] include base-4.20.2.0-edab
  1201. 274.61 s [unison-util-serialization] include bytes-0.17.4-4QHLOboeOcz1aoN8FVNuR6
  1202. 274.61 s [unison-util-serialization] include bytestring-0.12.2.0-d4b6
  1203. 274.61 s [unison-util-serialization] include containers-0.7-8e24
  1204. 274.61 s [unison-util-serialization] include filepath-1.5.4.0-fef9
  1205. 274.61 s [unison-util-serialization] include text-2.1.3-afaf
  1206. 274.61 s [unison-util-serialization] include text-short-0.1.6-CpHWoekPWzfLE0HZvgPOlg
  1207. 274.61 s [unison-util-serialization] include unliftio-0.2.25.1-4HM1beCQW9O8IJh0Kbtuuw
  1208. 274.61 s [unison-util-serialization] include vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
  1209. 274.61 s [unison-util-serialization] U.Util.Serialization=unison-util-serialization-0.0.0-gwqLgh85C92FebwTqRDIY:U.Util.Serialization
  1210. 274.61 s [unison-util-serialization] Ready component graph:
  1211. 274.61 s [unison-util-serialization] definite unison-util-serialization-0.0.0-gwqLgh85C92FebwTqRDIY
  1212. 274.61 s [unison-util-serialization] depends base-4.20.2.0-edab
  1213. 274.61 s [unison-util-serialization] depends bytes-0.17.4-4QHLOboeOcz1aoN8FVNuR6
  1214. 274.61 s [unison-util-serialization] depends bytestring-0.12.2.0-d4b6
  1215. 274.61 s [ListLike] Cases: 2274 Tried: 128 Errors: 0 Failures: 0+++ OK, passed 100 tests; 15 discarded.
  1216. 274.61 s [ListLike] Testing 1:FoldableLL:2:foldl1:25:UTF8 ByteString.Lazy
  1217. 274.61 s [ListLike] Cases: 2274 Tried: 129 Errors: 0 Failures: 0+++ OK, passed 100 tests; 18 discarded.
  1218. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':0:[Int]
  1219. 274.61 s [ListLike] Cases: 2274 Tried: 130 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1220. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':1:MyList Int
  1221. 274.61 s [ListLike] Cases: 2274 Tried: 131 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1222. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':2:String
  1223. 274.61 s [ListLike] Cases: 2274 Tried: 132 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1224. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':3:[Bool]
  1225. 274.61 s [ListLike] Cases: 2274 Tried: 133 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1226. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':4:MyList Bool
  1227. 274.61 s [ListLike] Cases: 2274 Tried: 134 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1228. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':5:ByteString
  1229. 274.61 s [ListLike] Cases: 2274 Tried: 135 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1230. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':6:ByteString.Lazy
  1231. 274.61 s [ListLike] Cases: 2274 Tried: 136 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1232. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':7:Chars
  1233. 274.61 s [ListLike] Cases: 2274 Tried: 137 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1234. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':8:Sequence Int
  1235. 274.61 s [ListLike] Cases: 2274 Tried: 138 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1236. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':9:Sequence Bool
  1237. 274.61 s [ListLike] Cases: 2274 Tried: 139 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1238. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':10:Sequence Char
  1239. 274.61 s [ListLike] Cases: 2274 Tried: 140 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1240. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':11:Array Int Int
  1241. 274.61 s [ListLike] Cases: 2274 Tried: 141 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1242. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':12:Array Int Bool
  1243. 274.61 s [ListLike] Cases: 2274 Tried: 142 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1244. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':13:Array (Just Int)
  1245. 274.61 s [ListLike] Cases: 2274 Tried: 143 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1246. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':14:DList Int
  1247. 274.61 s [ListLike] Cases: 2274 Tried: 144 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1248. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':15:Vector Int
  1249. 274.61 s [ListLike] Cases: 2274 Tried: 145 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1250. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':16:StorableVector Int
  1251. 274.61 s [ListLike] Cases: 2274 Tried: 146 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1252. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':17:UnboxVector Int
  1253. 274.61 s [ListLike] Cases: 2274 Tried: 147 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1254. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':18:Vector Bool
  1255. 274.61 s [ListLike] Cases: 2274 Tried: 148 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1256. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':19:StorableVector Bool
  1257. 274.61 s [ListLike] Cases: 2274 Tried: 149 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1258. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':20:UnboxVector Bool
  1259. 274.61 s [ListLike] Cases: 2274 Tried: 150 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1260. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':21:Text
  1261. 274.61 s [ListLike] Cases: 2274 Tried: 151 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1262. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':22:Text.Lazy
  1263. 274.61 s [ListLike] Cases: 2274 Tried: 152 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1264. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':23:Text.Builder
  1265. 274.61 s [ListLike] Cases: 2274 Tried: 153 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1266. 274.61 s [ListLike] Testing 1:FoldableLL:3:foldl':24:UTF8 ByteString
  1267. 274.61 s [ListLike] Cases: 2274 Tried: 154 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1268. 274.61 s [attoparsec] | ^^^^^^^^^^^^^^^^^^^^^^^^^
  1269. 274.61 s [attoparsec]
  1270. 274.61 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 )
  1271. 274.61 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 )
  1272. 274.61 s [attoparsec] tests/QC/Text/Regressions.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
  1273. 274.61 s [attoparsec] The import of ‘Data.List’ is redundant
  1274. 274.61 s [attoparsec] except perhaps to import instances from ‘Data.List’
  1275. 274.61 s [attoparsec] To import instances alone, use: import Data.List()
  1276. 274.61 s [attoparsec] |
  1277. 274.61 s [attoparsec] 9 | import Data.List (foldl')
  1278. 274.61 s [attoparsec] | ^^^^^^^^^^^^^^^^^^^^^^^^^
  1279. 274.61 s [attoparsec]
  1280. 274.61 s [attoparsec] tests/QC/Text/Regressions.hs:12:1: warning: [GHC-66111] [-Wunused-imports]
  1281. 274.61 s [attoparsec] The import of ‘Data.Monoid’ is redundant
  1282. 274.61 s [attoparsec] except perhaps to import instances from ‘Data.Monoid’
  1283. 274.61 s [attoparsec] To import instances alone, use: import Data.Monoid()
  1284. 274.61 s [attoparsec] |
  1285. 274.61 s [attoparsec] 12 | import Data.Monoid ((<>))
  1286. 274.61 s [attoparsec] | ^^^^^^^^^^^^^^^^^^^^^^^^^
  1287. 274.61 s [attoparsec]
  1288. 274.61 s [attoparsec] [11 of 12] Compiling QC.Text ( tests/QC/Text.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text.o )
  1289. 274.61 s [attoparsec] [12 of 12] Compiling Main ( tests/QC.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/Main.o )
  1290. 274.61 s [attoparsec] [13 of 13] Linking dist/build/attoparsec-tests/attoparsec-tests
  1291. 274.61 s [attoparsec] buildPhase completed in 1 minutes 2 seconds
  1292. 274.61 s [attoparsec] Phase: checkPhase
  1293. 274.61 s [attoparsec] Running 1 test suites...
  1294. 274.61 s [attoparsec] Test suite attoparsec-tests: RUNNING...
  1295. 274.61 s [attoparsec] tests
  1296. 274.61 s [attoparsec] bs
  1297. 274.61 s [attoparsec] anyWord8: OK
  1298. 274.61 s [attoparsec] +++ OK, passed 100 tests.
  1299. 274.61 s [attoparsec] endOfInput: OK
  1300. 274.61 s [attoparsec] +++ OK, passed 100 tests.
  1301. 274.61 s [attoparsec] endOfLine: OK
  1302. 274.61 s [attoparsec] +++ OK, failed as expected. Falsified, Falsified (after 2 tests and 1 shrink):
  1303. 274.61 s [attoparsec] "\NUL"
  1304. 274.61 s [attoparsec] '\NUL' /= '\n'
  1305. 274.61 s [attoparsec]
  1306. 274.61 s [attoparsec] ('\NUL',Nothing) /= ('\r',Just '\n')
  1307. 274.61 s [attoparsec] notWord8: OK
  1308. 274.61 s [attoparsec] +++ OK, passed 100 tests.
  1309. 274.61 s [attoparsec] peekWord8: OK
  1310. 274.61 s [attoparsec] +++ OK, passed 100 tests.
  1311. 274.61 s [attoparsec] peekWord8': OK
  1312. 274.61 s [attoparsec] +++ OK, passed 100 tests.
  1313. 274.61 s [attoparsec] satisfy: OK
  1314. 274.61 s [attoparsec] +++ OK, passed 100 tests.
  1315. 274.61 s [attoparsec] satisfyWith: OK
  1316. 274.61 s [attoparsec] +++ OK, passed 100 tests.
  1317. 274.61 s [attoparsec] scan: OK
  1318. 274.61 s [attoparsec] +++ OK, passed 100 tests.
  1319. 274.61 s [attoparsec] skip: OK
  1320. 274.61 s [attoparsec] +++ OK, failed as expected. Falsified (after 2 tests and 1 shrink):
  1321. 274.61 s [attoparsec] 0
  1322. 274.62 s [attoparsec] "\NUL"
  1323. 274.62 s [attoparsec] not (0 < 0)
  1324. 274.62 s [attoparsec] skipWhile: OK
  1325. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1326. 274.62 s [attoparsec] string: OK
  1327. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1328. 274.62 s [attoparsec] stringCI: OK
  1329. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1330. 274.62 s [attoparsec] strings: OK
  1331. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1332. 274.62 s [attoparsec] take: OK
  1333. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1334. 274.62 s [attoparsec] takeByteString: OK
  1335. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1336. 274.62 s [attoparsec] takeCount: OK
  1337. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1338. 274.62 s [attoparsec] takeLazyByteString: OK
  1339. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1340. 274.62 s [attoparsec] takeTill: OK
  1341. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1342. 274.62 s [attoparsec] takeWhile: OK
  1343. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1344. 274.62 s [attoparsec] takeWhile1: OK
  1345. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1346. 274.62 s [attoparsec] takeWhile1_empty: OK
  1347. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1348. 274.62 s [attoparsec] takeWhileIncluding: OK
  1349. 274.62 s [attoparsec] +++ OK, passed 100 tests; 1 discarded.
  1350. 274.62 s [attoparsec] getChunk: OK
  1351. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1352. 274.62 s [attoparsec] word8: OK
  1353. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1354. 274.62 s [attoparsec] members: OK
  1355. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1356. 274.62 s [attoparsec] nonmembers: OK
  1357. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1358. 274.62 s [attoparsec] buf
  1359. 274.62 s [attoparsec] b_unbuffer: OK (0.02s)
  1360. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1361. 274.62 s [attoparsec] t_unbuffer: OK (0.01s)
  1362. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1363. 274.62 s [attoparsec] t_unbuffer_three: OK
  1364. 274.62 s [attoparsec] +++ OK, passed 100 tests.
  1365. 274.62 s [attoparsec] b_length: OK (0.02s)
  1366. 274.62 s [crypton-x509-validation] example.com: OK
  1367. 274.62 s [crypton-x509-validation] www.example.com: OK (0.01s)
  1368. 274.62 s [crypton-x509-validation] www.EXAMPLE.com: OK
  1369. 274.62 s [crypton-x509-validation] www2.example.com: OK
  1370. 274.62 s [crypton-x509-validation] www.m.example.com: OK
  1371. 274.62 s [crypton-x509-validation] single: OK
  1372. 274.62 s [crypton-x509-validation] cn-not-used: OK
  1373. 274.62 s [crypton-x509-validation] IP addresses
  1374. 274.62 s [crypton-x509-validation] 10.0.0.1: OK
  1375. 274.62 s [crypton-x509-validation] 10.0.0.2: OK
  1376. 274.62 s [crypton-x509-validation] 10.0.0.1.example.com: OK
  1377. 274.62 s [crypton-x509-validation] 266.0.0.1: OK
  1378. 274.62 s [crypton-x509-validation] 2001:0db8:85a3:0000:0000:8a2e:0370:7334: OK
  1379. 274.62 s [crypton-x509-validation] 2001:0db8:85a3::8a2e:0370:7334: OK
  1380. 274.62 s [crypton-x509-validation] 2001:0db8:85a3:0:0:8a2e:0370:7334: OK
  1381. 274.62 s [crypton-x509-validation] ::1: OK (0.01s)
  1382. 274.62 s [crypton-x509-validation] disabled
  1383. 274.62 s [crypton-x509-validation] www.example.com: OK (0.01s)
  1384. 274.62 s [crypton-x509-validation] www2.example.com: OK
  1385. 274.62 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  1386. 274.62 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  1387. 274.62 s [crypton-x509-validation] WWW.example.com: OK
  1388. 274.62 s [crypton-x509-validation] www..example.com: OK
  1389. 274.62 s [crypton-x509-validation] empty: OK
  1390. 274.62 s [crypton-x509-validation] key-usage
  1391. 274.62 s [crypton-x509-validation] none: OK
  1392. 274.62 s [crypton-x509-validation] valid: OK
  1393. 274.62 s [crypton-x509-validation] invalid: OK
  1394. 274.62 s [crypton-x509-validation] key-purpose
  1395. 274.62 s [crypton-x509-validation] none: OK
  1396. 274.62 s [crypton-x509-validation] valid: OK
  1397. 274.62 s [crypton-x509-validation] invalid: OK
  1398. 274.62 s [crypton-x509-validation] exhaustive: OK
  1399. 274.62 s [crypton-x509-validation] Ed25519
  1400. 274.62 s [crypton-x509-validation] signature
  1401. 274.62 s [crypton-x509-validation] valid: OK
  1402. 274.62 s [crypton-x509-validation] invalid: OK
  1403. 274.62 s [crypton-x509-validation] chain
  1404. 274.62 s [crypton-x509-validation] empty: OK
  1405. 274.62 s [crypton-x509-validation] incomplete: OK
  1406. 274.62 s [crypton-x509-validation] self-signed: OK
  1407. 274.62 s [crypton-x509-validation] leaf-not-v3
  1408. 274.62 s [crypton-x509-validation] v3-disallowed: OK
  1409. 274.62 s [crypton-x509-validation] v3-allowed: OK
  1410. 274.62 s [crypton-x509-validation] strict-ordering
  1411. 274.62 s [crypton-x509-validation] enabled: OK
  1412. 274.62 s [crypton-x509-validation] disabled: OK
  1413. 274.62 s [crypton-x509-validation] ca-constraints
  1414. 274.62 s [crypton-x509-validation] enabled
  1415. 274.62 s [crypton-x509-validation] cert-sign: OK
  1416. 274.62 s [crypton-x509-validation] crl-sign: OK
  1417. 274.62 s [crypton-x509-validation] not-ca: OK
  1418. 274.62 s [crypton-x509-validation] no-basic: OK
  1419. 274.62 s [crypton-x509-validation] bad-depth: OK
  1420. 274.62 s [crypton-x509-validation] disabled
  1421. 274.62 s [crypton-x509-validation] cert-sign: OK
  1422. 274.62 s [crypton-x509-validation] crl-sign: OK
  1423. 274.62 s [crypton-x509-validation] not-ca: OK
  1424. 274.62 s [crypton-x509-validation] no-basic: OK
  1425. 274.62 s [crypton-x509-validation] bad-depth: OK
  1426. 274.62 s [crypton-x509-validation] dates
  1427. 274.62 s [crypton-x509-validation] leaf
  1428. 274.62 s [crypton-x509-validation] enabled
  1429. 274.62 s [crypton-x509-validation] past: OK
  1430. 274.62 s [crypton-x509-validation] present: OK
  1431. 274.62 s [crypton-x509-validation] future: OK
  1432. 274.62 s [crypton-x509-validation] disabled
  1433. 274.62 s [crypton-x509-validation] past: OK
  1434. 274.62 s [crypton-x509-validation] present: OK
  1435. 274.62 s [crypton-x509-validation] future: OK
  1436. 274.62 s [crypton-x509-validation] intermediate
  1437. 274.62 s [crypton-x509-validation] enabled
  1438. 274.62 s [crypton-x509-validation] past: OK
  1439. 274.62 s [crypton-x509-validation] present: OK
  1440. 274.62 s [crypton-x509-validation] future: OK
  1441. 274.62 s [crypton-x509-validation] disabled
  1442. 274.62 s [crypton-x509-validation] past: OK
  1443. 274.62 s [crypton-x509-validation] present: OK
  1444. 274.62 s [crypton-x509-validation] future: OK
  1445. 274.62 s [crypton-x509-validation] timeshift
  1446. 274.62 s [crypton-x509-validation] at-past
  1447. 274.62 s [crypton-x509-validation] past: OK
  1448. 274.62 s [crypton-x509-validation] present: OK
  1449. 274.62 s [crypton-x509-validation] future: OK
  1450. 274.62 s [crypton-x509-validation] at-present
  1451. 274.62 s [crypton-x509-validation] past: OK
  1452. 274.62 s [crypton-x509-validation] present: OK
  1453. 274.62 s [crypton-x509-validation] future: OK
  1454. 274.62 s [crypton-x509-validation] in-future
  1455. 274.62 s [crypton-x509-validation] past: OK
  1456. 274.62 s [crypton-x509-validation] present: OK
  1457. 274.62 s [crypton-x509-validation] future: OK
  1458. 274.62 s [crypton-x509-validation] CommonName
  1459. 274.62 s [crypton-x509-validation] no-common-name: OK
  1460. 274.62 s [crypton-x509-validation] simple
  1461. 274.62 s [crypton-x509-validation] www.example.com: OK
  1462. 274.62 s [hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/hedgehog-1.5-CAis0ghW3nR9mLnv0ZGi5O
  1463. 274.62 s [hedgehog] Dynamic Libraries installed in:
  1464. 274.62 s [hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
  1465. 274.62 s [hedgehog] Private executables installed in:
  1466. 274.62 s [hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/libexec/x86_64-linux-ghc-9.10.3-2929/hedgehog-1.5
  1467. 274.62 s [hedgehog] Data files installed in:
  1468. 274.62 s [hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/share/x86_64-linux-ghc-9.10.3-2929/hedgehog-1.5
  1469. 274.62 s [hedgehog] Documentation installed in:
  1470. 274.62 s [hedgehog] /nix/store/rl2w3q835xsiv7h462xabhhildzs9wir-hedgehog-1.5-doc/share/doc/hedgehog-1.5
  1471. 274.62 s [hedgehog] Configuration files installed in:
  1472. 274.62 s [hedgehog] /nix/store/klaapr9c03i8dga41prm5fvf1w5iy4c2-hedgehog-1.5/etc
  1473. 274.62 s [hedgehog] No alex found
  1474. 274.62 s [hedgehog] Using ar found on system at:
  1475. 274.62 s [hedgehog] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
  1476. 274.62 s [hedgehog] No c2hs found
  1477. 274.62 s [hedgehog] No cpphs found
  1478. 274.62 s [hedgehog] No doctest found
  1479. 274.62 s [hedgehog] Using gcc version 14.3.0 given by user at:
  1480. 274.62 s [hedgehog] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
  1481. 274.62 s [hedgehog] Using ghc version 9.10.3 found on system at:
  1482. 274.62 s [hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
  1483. 274.62 s [hedgehog] Using ghc-pkg version 9.10.3 found on system at:
  1484. 274.62 s [hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
  1485. 274.62 s [hedgehog] No ghcjs found
  1486. 274.62 s [hedgehog] No ghcjs-pkg found
  1487. 274.62 s [hedgehog] No greencard found
  1488. 274.62 s [hedgehog] Using haddock version 2.31.1 found on system at:
  1489. 274.62 s [hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
  1490. 274.62 s [hedgehog] No happy found
  1491. 274.62 s [hedgehog] Using haskell-suite found on system at: haskell-suite-dummy-location
  1492. 274.62 s [hedgehog] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1493. 274.62 s [hedgehog] No hmake found
  1494. 274.62 s [hedgehog] Using hpc version 0.69 found on system at:
  1495. 274.62 s [hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
  1496. 274.62 s [hedgehog] Using hsc2hs version 0.68.10 found on system at:
  1497. 274.62 s [hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  1498. 274.62 s [hedgehog] Using hscolour version 1.25 found on system at:
  1499. 274.62 s [hedgehog] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
  1500. 274.62 s [hedgehog] No jhc found
  1501. 274.62 s [hedgehog] Using ld found on system at:
  1502. 274.62 s [hedgehog] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
  1503. 274.62 s [hedgehog] No pkg-config found
  1504. 274.62 s [hedgehog] Using runghc version 9.10.3 found on system at:
  1505. 274.62 s [hedgehog] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
  1506. 274.62 s [hedgehog] Using strip version 2.44 found on system at:
  1507. 274.62 s [hedgehog] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
  1508. 274.62 s [hedgehog] Using tar found on system at:
  1509. 274.62 s [hedgehog] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
  1510. 274.62 s [hedgehog] No uhc found
  1511. 274.62 s [hedgehog] Phase: buildPhase
  1512. 274.62 s [hedgehog] Preprocessing library for hedgehog-1.5...
  1513. 274.62 s [hedgehog] Building library for hedgehog-1.5...
  1514. 274.62 s [hedgehog] [ 1 of 27] Compiling Hedgehog.Internal.Barbie ( src/Hedgehog/Internal/Barbie.hs, dist/build/Hedgehog/Internal/Barbie.o, dist/build/Hedgehog/Internal/Barbie.dyn_o )
  1515. 274.62 s [hedgehog] [ 2 of 27] Compiling Hedgehog.Internal.Distributive ( src/Hedgehog/Internal/Distributive.hs, dist/build/Hedgehog/Internal/Distributive.o, dist/build/Hedgehog/Internal/Distributive.dyn_o )
  1516. 274.62 s [hedgehog] [ 3 of 27] Compiling Hedgehog.Internal.Exception ( src/Hedgehog/Internal/Exception.hs, dist/build/Hedgehog/Internal/Exception.o, dist/build/Hedgehog/Internal/Exception.dyn_o )
  1517. 274.62 s [hedgehog] [ 4 of 27] Compiling Hedgehog.Internal.HTraversable ( src/Hedgehog/Internal/HTraversable.hs, dist/build/Hedgehog/Internal/HTraversable.o, dist/build/Hedgehog/Internal/HTraversable.dyn_o )
  1518. 274.62 s [hedgehog] [ 5 of 27] Compiling Hedgehog.Internal.Opaque ( src/Hedgehog/Internal/Opaque.hs, dist/build/Hedgehog/Internal/Opaque.o, dist/build/Hedgehog/Internal/Opaque.dyn_o )
  1519. 274.62 s [hedgehog] [ 6 of 27] Compiling Hedgehog.Internal.Prelude ( src/Hedgehog/Internal/Prelude.hs, dist/build/Hedgehog/Internal/Prelude.o, dist/build/Hedgehog/Internal/Prelude.dyn_o )
  1520. 274.62 s [hedgehog] [ 7 of 27] Compiling Hedgehog.Internal.Range ( src/Hedgehog/Internal/Range.hs, dist/build/Hedgehog/Internal/Range.o, dist/build/Hedgehog/Internal/Range.dyn_o )
  1521. 274.62 s [hedgehog] [ 8 of 27] Compiling Hedgehog.Internal.Region ( src/Hedgehog/Internal/Region.hs, dist/build/Hedgehog/Internal/Region.o, dist/build/Hedgehog/Internal/Region.dyn_o )
  1522. 274.62 s [hedgehog] [ 9 of 27] Compiling Hedgehog.Internal.Seed ( src/Hedgehog/Internal/Seed.hs, dist/build/Hedgehog/Internal/Seed.o, dist/build/Hedgehog/Internal/Seed.dyn_o )
  1523. 274.62 s [http-api-data] src/Web/Internal/FormUrlEncoded.hs:484:30: warning: [GHC-39567] [-Wstar-is-type]
  1524. 274.62 s [http-api-data] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1525. 274.62 s [http-api-data] relies on the StarIsType extension, which will become
  1526. 274.62 s [http-api-data] deprecated in the future.
  1527. 274.62 s [http-api-data] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1528. 274.62 s [http-api-data] |
  1529. 274.62 s [http-api-data] 484 | class GFromForm t (f :: * -> *) where
  1530. 274.62 s [http-api-data] | ^
  1531. 274.62 s [http-api-data]
  1532. 274.62 s [http-api-data] [3 of 4] Compiling Web.FormUrlEncoded ( src/Web/FormUrlEncoded.hs, dist/build/Web/FormUrlEncoded.p_o )
  1533. 274.62 s [http-api-data] [4 of 4] Compiling Web.HttpApiData ( src/Web/HttpApiData.hs, dist/build/Web/HttpApiData.p_o )
  1534. 274.62 s [http-api-data] Preprocessing test suite 'spec' for http-api-data-0.6.2...
  1535. 274.62 s [http-api-data] Building test suite 'spec' for http-api-data-0.6.2...
  1536. 274.62 s [http-api-data] [1 of 4] Compiling Web.Internal.TestInstances ( test/Web/Internal/TestInstances.hs, dist/build/spec/spec-tmp/Web/Internal/TestInstances.o )
  1537. 274.62 s [http-api-data] test/Web/Internal/TestInstances.hs:11:1: warning: [GHC-66111] [-Wunused-imports]
  1538. 274.62 s [http-api-data] The import of ‘Control.Applicative’ is redundant
  1539. 274.62 s [http-api-data] except perhaps to import instances from ‘Control.Applicative’
  1540. 274.62 s [http-api-data] To import instances alone, use: import Control.Applicative()
  1541. 274.62 s [http-api-data] |
  1542. 274.62 s [http-api-data] 11 | import Control.Applicative
  1543. 274.62 s [http-api-data] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1544. 274.62 s [http-api-data]
  1545. 274.62 s [http-api-data] [2 of 4] Compiling Web.Internal.HttpApiDataSpec ( test/Web/Internal/HttpApiDataSpec.hs, dist/build/spec/spec-tmp/Web/Internal/HttpApiDataSpec.o )
  1546. 274.62 s [http-client] [10 of 19] Compiling Network.HTTP.Client.Manager ( Network/HTTP/Client/Manager.hs, nothing )
  1547. 274.62 s [http-client] [11 of 19] Compiling Network.PublicSuffixList.Types ( publicsuffixlist/Network/PublicSuffixList/Types.hs, nothing )
  1548. 274.62 s [http-client] [12 of 19] Compiling Network.PublicSuffixList.Serialize ( publicsuffixlist/Network/PublicSuffixList/Serialize.hs, nothing )
  1549. 274.62 s [http-client] [13 of 19] Compiling Network.PublicSuffixList.DataStructure ( publicsuffixlist/Network/PublicSuffixList/DataStructure.hs, nothing )
  1550. 274.62 s [http-client] [14 of 19] Compiling Network.PublicSuffixList.Lookup ( publicsuffixlist/Network/PublicSuffixList/Lookup.hs, nothing )
  1551. 274.62 s [http-client] publicsuffixlist/Network/PublicSuffixList/Lookup.hs:69:63: warning: [GHC-63394] [-Wx-partial]
  1552. 274.62 s [http-client] In the use of ‘tail’
  1553. 274.62 s [http-client] (imported from Prelude, but defined in GHC.Internal.List):
  1554. 274.62 s [http-client] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
  1555. 274.62 s [http-client] |
  1556. 274.62 s [http-client] 69 | output _ (OffEnd True x) = Just $ T.intercalate "." $ tail $ T.splitOn "." x
  1557. 274.62 s [http-client] | ^^^^
  1558. 274.62 s [http-client]
  1559. 274.62 s [http-client] [15 of 19] Compiling Network.HTTP.Client.Cookies ( Network/HTTP/Client/Cookies.hs, nothing )
  1560. 274.62 s [http-client] [16 of 19] Compiling Network.HTTP.Client.Core ( Network/HTTP/Client/Core.hs, nothing )
  1561. 274.62 s [http-client] [17 of 19] Compiling Network.HTTP.Client.Internal ( Network/HTTP/Client/Internal.hs, nothing )
  1562. 274.62 s [http-client] [18 of 19] Compiling Network.HTTP.Client ( Network/HTTP/Client.hs, nothing )
  1563. 274.62 s [http-client] [19 of 19] Compiling Network.HTTP.Client.MultipartFormData ( Network/HTTP/Client/MultipartFormData.hs, nothing )
  1564. 274.62 s [http-client] Haddock coverage:
  1565. 274.62 s [http-client] Warning: 'KeyedPool' is ambiguous. It is defined
  1566. 274.62 s [http-client] * at Data/KeyedPool.hs:54:31
  1567. 274.62 s [http-client] * at Data/KeyedPool.hs:54:1
  1568. 274.62 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  1569. 274.62 s [http-client] by specifying the type/value namespace explicitly.
  1570. 274.62 s [http-client] Defaulting to the one defined at Data/KeyedPool.hs:54:1
  1571. 274.62 s [http-client] Warning: 'Managed' is ambiguous. It is defined
  1572. 274.62 s [http-client] * at Data/KeyedPool.hs:288:25
  1573. 274.62 s [http-client] * at Data/KeyedPool.hs:288:1
  1574. 274.62 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  1575. 274.62 s [http-client] by specifying the type/value namespace explicitly.
  1576. 274.62 s [http-client] Defaulting to the one defined at Data/KeyedPool.hs:288:1
  1577. 274.62 s [http-client] Warning: 'Reuse' is ambiguous. It is defined
  1578. 274.62 s [http-client] * at Data/KeyedPool.hs:309:14
  1579. 274.62 s [http-client] * at Data/KeyedPool.hs:309:1
  1580. 274.62 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  1581. 274.62 s [http-client] by specifying the type/value namespace explicitly.
  1582. 274.62 s [http-client] Defaulting to the one defined at Data/KeyedPool.hs:309:1
  1583. 274.62 s [http-client] Warning: 'Manager' is ambiguous. It is defined
  1584. 274.62 s [http-client] * at Network/HTTP/Client/Types.hs:855:16
  1585. 274.62 s [http-client] * at Network/HTTP/Client/Types.hs:855:1
  1586. 274.62 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  1587. 274.62 s [http-client] by specifying the type/value namespace explicitly.
  1588. 274.62 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
  1589. 274.62 s [http-client] Warning: 'managerProxy' is out of scope.
  1590. 274.62 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  1591. 274.62 s [http-client] Warning: 'defaultManagerSettings' is out of scope.
  1592. 274.62 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  1593. 274.62 s [http-client] Warning: 'parseRequest' is out of scope.
  1594. 274.62 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  1595. 274.62 s [http-client] Warning: 'defaultRequest' is out of scope.
  1596. 274.62 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  1597. 274.62 s [http-client] Warning: 'ResponseTimeout' is ambiguous. It is defined
  1598. 274.62 s [http-client] * at Network/HTTP/Client/Types.hs:160:22
  1599. 274.62 s [http-client] * at Network/HTTP/Client/Types.hs:652:1
  1600. 274.62 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  1601. 274.62 s [http-client] by specifying the type/value namespace explicitly.
  1602. 274.62 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:652:1
  1603. 274.62 s [http-client] Warning: 'alwaysDecompress' is out of scope.
  1604. 274.62 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  1605. 274.62 s [http-client] Warning: 'browserDecompress' is out of scope.
  1606. 274.62 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  1607. 274.62 s [lucid] ‘(>>)’ will eventually be removed in favour of ‘(*>)’
  1608. 274.62 s [lucid] Suggested fix:
  1609. 274.62 s [lucid] Either remove definition for ‘(>>)’ (recommended) or define as ‘(>>) = (*>)’
  1610. 274.62 s [lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  1611. 274.62 s [lucid] |
  1612. 274.62 s [lucid] 156 | m >> n = HtmlT $ do
  1613. 274.62 s [lucid] | ^^^^^^^^^^^^^^^^^^^...
  1614. 274.62 s [lucid]
  1615. 274.62 s [lucid] [2 of 4] Compiling Lucid.Html5 ( src/Lucid/Html5.hs, dist/build/Lucid/Html5.o, dist/build/Lucid/Html5.dyn_o )
  1616. 274.62 s [lucid] src/Lucid/Html5.hs:11:1: warning: [GHC-66111] [-Wunused-imports]
  1617. 274.62 s [lucid] The import of ‘Data.Monoid’ is redundant
  1618. 274.62 s [lucid] except perhaps to import instances from ‘Data.Monoid’
  1619. 274.62 s [lucid] To import instances alone, use: import Data.Monoid()
  1620. 274.62 s [lucid] |
  1621. 274.62 s [lucid] 11 | import Data.Monoid
  1622. 274.62 s [lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1623. 274.62 s [lucid]
  1624. 274.62 s [lucid] [3 of 4] Compiling Lucid.Bootstrap ( src/Lucid/Bootstrap.hs, dist/build/Lucid/Bootstrap.o, dist/build/Lucid/Bootstrap.dyn_o )
  1625. 274.62 s [lucid] [4 of 4] Compiling Lucid ( src/Lucid.hs, dist/build/Lucid.o, dist/build/Lucid.dyn_o )
  1626. 274.62 s [lucid] [1 of 4] Compiling Lucid.Base ( src/Lucid/Base.hs, dist/build/Lucid/Base.p_o )
  1627. 274.62 s [lucid] src/Lucid/Base.hs:62:1: warning: [GHC-66111] [-Wunused-imports]
  1628. 274.62 s [lucid] The import of ‘Data.Semigroup’ is redundant
  1629. 274.62 s [lucid] except perhaps to import instances from ‘Data.Semigroup’
  1630. 274.62 s [lucid] To import instances alone, use: import Data.Semigroup()
  1631. 274.62 s [lucid] |
  1632. 274.62 s [lucid] 62 | import Data.Semigroup (Semigroup (..))
  1633. 274.62 s [lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1634. 274.62 s [lucid]
  1635. 274.62 s [lucid] src/Lucid/Base.hs:63:1: warning: [GHC-66111] [-Wunused-imports]
  1636. 274.62 s [lucid] The import of ‘Data.Monoid’ is redundant
  1637. 274.62 s [lucid] except perhaps to import instances from ‘Data.Monoid’
  1638. 274.62 s [lucid] To import instances alone, use: import Data.Monoid()
  1639. 274.62 s [lucid] |
  1640. 274.62 s [lucid] 63 | import Data.Monoid (Monoid (..))
  1641. 274.62 s [lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1642. 274.62 s [lucid]
  1643. 274.62 s [lucid] src/Lucid/Base.hs:119:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
  1644. 274.62 s [lucid] Noncanonical ‘mappend’ definition detected
  1645. 274.62 s [lucid] in the instance declaration for ‘Monoid (HtmlT m a)’.
  1646. 274.62 s [lucid] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  1647. 274.62 s [lucid] Suggested fix:
  1648. 274.62 s [lucid] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  1649. 274.62 s [lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  1650. 274.62 s [lucid] |
  1651. 274.62 s [lucid] 119 | mappend = liftA2 mappend
  1652. 274.62 s [lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^
  1653. 274.62 s [lucid]
  1654. 274.62 s [lucid] src/Lucid/Base.hs:147:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
  1655. 274.62 s [lucid] Noncanonical ‘return’ definition detected
  1656. 274.62 s [lucid] in the instance declaration for ‘Monad (HtmlT m)’.
  1657. 274.62 s [lucid] ‘return’ will eventually be removed in favour of ‘pure’
  1658. 274.62 s [lucid] Suggested fix:
  1659. 274.62 s [lucid] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  1660. 274.62 s [lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  1661. 274.62 s [lucid] |
  1662. 274.63 s [lucid] 147 | return a = HtmlT (return (mempty,a))
  1663. 274.63 s [lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1664. 274.63 s [lucid]
  1665. 274.63 s [profunctors] [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.p_o )
  1666. 274.63 s [profunctors] [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.p_o )
  1667. 274.63 s [profunctors] [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.p_o )
  1668. 274.63 s [profunctors] [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.p_o )
  1669. 274.63 s [semigroupoids] [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.o, dist/build/Data/Functor/Contravariant/Divise.dyn_o )
  1670. 274.63 s [semigroupoids] [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.o, dist/build/Data/Functor/Contravariant/Decide.dyn_o )
  1671. 274.63 s [semigroupoids] [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.o, dist/build/Data/Functor/Contravariant/Conclude.dyn_o )
  1672. 274.63 s [semigroupoids] [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o, dist/build/Data/Functor/Bind.dyn_o )
  1673. 274.63 s [semigroupoids] [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o, dist/build/Data/Semigroupoid.dyn_o )
  1674. 274.63 s [semigroupoids] [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o, dist/build/Data/Semigroupoid/Ob.dyn_o )
  1675. 274.63 s [semigroupoids] [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o, dist/build/Data/Semigroupoid/Dual.dyn_o )
  1676. 274.63 s [semigroupoids] [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.o, dist/build/Data/Semigroupoid/Categorical.dyn_o )
  1677. 274.63 s [semigroupoids] [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o, dist/build/Data/Groupoid.dyn_o )
  1678. 274.63 s [semigroupoids] [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o, dist/build/Data/Isomorphism.dyn_o )
  1679. 274.63 s [semigroupoids] [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o, dist/build/Data/Functor/Bind/Trans.dyn_o )
  1680. 274.63 s [semigroupoids] [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.o, dist/build/Data/Bifunctor/Apply.dyn_o )
  1681. 274.63 s [semigroupoids] [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o, dist/build/Data/Functor/Alt.dyn_o )
  1682. 274.63 s [semigroupoids] [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o, dist/build/Data/Semigroup/Foldable.dyn_o )
  1683. 274.63 s [semigroupoids] [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.o, dist/build/Data/Semigroup/Traversable/Class.dyn_o )
  1684. 274.63 s [semigroupoids] [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o, dist/build/Data/Semigroup/Traversable.dyn_o )
  1685. 274.63 s [semigroupoids] [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.o, dist/build/Data/Semigroup/Bitraversable.dyn_o )
  1686. 274.63 s [semigroupoids] [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o, dist/build/Data/Functor/Plus.dyn_o )
  1687. 274.63 s [semigroupoids] [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.o, dist/build/Semigroupoids/Do.dyn_o )
  1688. 274.63 s [semigroupoids] [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o, dist/build/Data/Semigroupoid/Static.dyn_o )
  1689. 274.63 s [semigroupoids] [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.p_o )
  1690. 274.63 s [semigroupoids] [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.p_o )
  1691. 274.63 s [semigroupoids] [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.p_o )
  1692. 274.63 s [semigroupoids] [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.p_o )
  1693. 274.63 s [semigroupoids] [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.p_o )
  1694. 274.63 s [semigroupoids] [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.p_o )
  1695. 274.63 s [semigroupoids] [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.p_o )
  1696. 274.73 s [string-interpolate:post-build] Uploading to the NixCI cache: /nix/store/5rmdkr8lavpyg4g9l37zz69kq53hcn4n-string-interpolate-0.3.4.0-doc /nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0
  1697. 274.79 s [string-interpolate:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1698. 274.94 s [string-interpolate:post-build] copying 2 paths...
  1699. 274.94 s [string-interpolate:post-build] copying path '/nix/store/5rmdkr8lavpyg4g9l37zz69kq53hcn4n-string-interpolate-0.3.4.0-doc' to 'https://cache.nix-ci.com'...
  1700. 275.23 s [string-interpolate:post-build] copying path '/nix/store/abc0njcgc82708f03fh634437h6nywj2-string-interpolate-0.3.4.0' to 'https://cache.nix-ci.com'...
  1701. 276.19 s [string-interpolate:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1702. 276.39 s [string-interpolate:post-build] copying 2 paths...
  1703. 276.39 s [string-interpolate:post-build] copying path '/nix/store/wvl05rf6780ybadwzcg59sfq3vyvmbdr-string-interpolate-0.3.4.0.tar.gz.drv' to 'https://cache.nix-ci.com'...
  1704. 276.53 s [string-interpolate:post-build] copying path '/nix/store/n5fppfh9md7dvsm3d60iy30pqvirswvx-string-interpolate-0.3.4.0.drv' to 'https://cache.nix-ci.com'...
  1705. 276.69 s Progress: 19 of 146 built (10 building), 794 of 794 downloaded from cache
  1706. 276.70 s [unison-util-serialization] depends containers-0.7-8e24
  1707. 276.70 s [unison-util-serialization] depends filepath-1.5.4.0-fef9
  1708. 276.70 s [unison-util-serialization] depends text-2.1.3-afaf
  1709. 276.70 s [unison-util-serialization] depends text-short-0.1.6-CpHWoekPWzfLE0HZvgPOlg
  1710. 276.70 s [unison-util-serialization] depends unliftio-0.2.25.1-4HM1beCQW9O8IJh0Kbtuuw
  1711. 276.70 s [unison-util-serialization] depends vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
  1712. 276.70 s [unison-util-serialization] Using Cabal-3.12.1.0 compiled by ghc-9.10
  1713. 276.70 s [unison-util-serialization] Using compiler: ghc-9.10.3
  1714. 276.70 s [unison-util-serialization] Using install prefix:
  1715. 276.70 s [unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0
  1716. 276.70 s [unison-util-serialization] Executables installed in:
  1717. 276.70 s [unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/bin
  1718. 276.70 s [unison-util-serialization] Libraries installed in:
  1719. 276.70 s [unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/unison-util-serialization-0.0.0-gwqLgh85C92FebwTqRDIY
  1720. 276.70 s [unison-util-serialization] Dynamic Libraries installed in:
  1721. 276.70 s [unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
  1722. 276.70 s [unison-util-serialization] Private executables installed in:
  1723. 276.70 s [unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/libexec/x86_64-linux-ghc-9.10.3-2929/unison-util-serialization-0.0.0
  1724. 276.70 s [unison-util-serialization] Data files installed in:
  1725. 276.70 s [unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/share/x86_64-linux-ghc-9.10.3-2929/unison-util-serialization-0.0.0
  1726. 276.70 s [unison-util-serialization] Documentation installed in:
  1727. 276.70 s [unison-util-serialization] /nix/store/68ycfmfvm3fdyvm1mdybwg6ixa7bhl6r-unison-util-serialization-0.0.0-doc/share/doc/unison-util-serialization-0.0.0
  1728. 276.70 s [unison-util-serialization] Configuration files installed in:
  1729. 276.70 s [unison-util-serialization] /nix/store/r3zzp3nrwv7ysbjpvmq2xqyvhqndxzwp-unison-util-serialization-0.0.0/etc
  1730. 276.70 s [unison-util-serialization] No alex found
  1731. 276.70 s [unison-util-serialization] Using ar found on system at:
  1732. 276.70 s [unison-util-serialization] /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
  1733. 276.70 s [unison-util-serialization] No c2hs found
  1734. 276.70 s [unison-util-serialization] No cpphs found
  1735. 276.70 s [unison-util-serialization] No doctest found
  1736. 276.70 s [unison-util-serialization] Using gcc version 14.3.0 given by user at:
  1737. 276.70 s [unison-util-serialization] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
  1738. 276.70 s [unison-util-serialization] Using ghc version 9.10.3 found on system at:
  1739. 276.70 s [unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
  1740. 276.70 s [unison-util-serialization] Using ghc-pkg version 9.10.3 found on system at:
  1741. 276.70 s [unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
  1742. 276.70 s [unison-util-serialization] No ghcjs found
  1743. 276.70 s [unison-util-serialization] No ghcjs-pkg found
  1744. 276.70 s [unison-util-serialization] No greencard found
  1745. 276.70 s [unison-util-serialization] Using haddock version 2.31.1 found on system at:
  1746. 276.70 s [unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
  1747. 276.70 s [unison-util-serialization] No happy found
  1748. 276.70 s [unison-util-serialization] Using haskell-suite found on system at: haskell-suite-dummy-location
  1749. 276.70 s [unison-util-serialization] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1750. 276.70 s [unison-util-serialization] No hmake found
  1751. 276.70 s [unison-util-serialization] Using hpc version 0.69 found on system at:
  1752. 276.70 s [unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
  1753. 276.70 s [unison-util-serialization] Using hsc2hs version 0.68.10 found on system at:
  1754. 276.70 s [unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  1755. 276.70 s [unison-util-serialization] Using hscolour version 1.25 found on system at:
  1756. 276.70 s [unison-util-serialization] /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
  1757. 276.70 s [unison-util-serialization] No jhc found
  1758. 276.70 s [unison-util-serialization] Using ld found on system at:
  1759. 276.70 s [unison-util-serialization] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
  1760. 276.70 s [unison-util-serialization] No pkg-config found
  1761. 276.70 s [unison-util-serialization] Using runghc version 9.10.3 found on system at:
  1762. 276.70 s [unison-util-serialization] /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
  1763. 276.70 s [unison-util-serialization] Using strip version 2.44 found on system at:
  1764. 276.70 s [unison-util-serialization] /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
  1765. 276.70 s [unison-util-serialization] Using tar found on system at:
  1766. 276.70 s [unison-util-serialization] /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
  1767. 276.70 s [unison-util-serialization] No uhc found
  1768. 276.70 s [unison-util-serialization] Phase: buildPhase
  1769. 276.70 s [unison-util-serialization] Preprocessing library for unison-util-serialization-0.0.0...
  1770. 276.70 s [unison-util-serialization] Building library for unison-util-serialization-0.0.0...
  1771. 276.70 s [unison-util-serialization] [1 of 1] Compiling U.Util.Serialization ( U/Util/Serialization.hs, dist/build/U/Util/Serialization.o, dist/build/U/Util/Serialization.dyn_o )
  1772. 276.70 s [unison-util-serialization] [1 of 1] Compiling U.Util.Serialization ( U/Util/Serialization.hs, dist/build/U/Util/Serialization.p_o )
  1773. 276.70 s [unison-util-serialization] Phase: checkPhase
  1774. 276.70 s [unison-util-serialization] Package has no test suites.
  1775. 276.70 s [unison-util-serialization] Phase: haddockPhase
  1776. 276.70 s [unison-util-serialization] Preprocessing library for unison-util-serialization-0.0.0...
  1777. 276.70 s [unison-util-serialization] Running Haddock on library for unison-util-serialization-0.0.0...
  1778. 276.70 s [unison-util-serialization] Warning: The documentation for the following packages are not installed. No
  1779. 276.70 s [unison-util-serialization] links will be generated to these packages: vector-0.13.2.0
  1780. 276.70 s [ListLike] Testing 1:FoldableLL:3:foldl':25:UTF8 ByteString.Lazy
  1781. 276.70 s [ListLike] Cases: 2274 Tried: 155 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1782. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:0:[Int]
  1783. 276.70 s [ListLike] Cases: 2274 Tried: 156 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1784. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:1:MyList Int
  1785. 276.70 s [ListLike] Cases: 2274 Tried: 157 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1786. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:2:String
  1787. 276.70 s [ListLike] Cases: 2274 Tried: 158 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1788. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:3:[Bool]
  1789. 276.70 s [ListLike] Cases: 2274 Tried: 159 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1790. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:4:MyList Bool
  1791. 276.70 s [ListLike] Cases: 2274 Tried: 160 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1792. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:5:ByteString
  1793. 276.70 s [ListLike] Cases: 2274 Tried: 161 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1794. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:6:ByteString.Lazy
  1795. 276.70 s [ListLike] Cases: 2274 Tried: 162 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1796. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:7:Chars
  1797. 276.70 s [ListLike] Cases: 2274 Tried: 163 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1798. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:8:Sequence Int
  1799. 276.70 s [ListLike] Cases: 2274 Tried: 164 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1800. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:9:Sequence Bool
  1801. 276.70 s [ListLike] Cases: 2274 Tried: 165 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1802. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:10:Sequence Char
  1803. 276.70 s [ListLike] Cases: 2274 Tried: 166 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1804. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:11:Array Int Int
  1805. 276.70 s [ListLike] Cases: 2274 Tried: 167 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1806. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:12:Array Int Bool
  1807. 276.70 s [ListLike] Cases: 2274 Tried: 168 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1808. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:13:Array (Just Int)
  1809. 276.70 s [ListLike] Cases: 2274 Tried: 169 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1810. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:14:DList Int
  1811. 276.70 s [ListLike] Cases: 2274 Tried: 170 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1812. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:15:Vector Int
  1813. 276.70 s [ListLike] Cases: 2274 Tried: 171 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1814. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:16:StorableVector Int
  1815. 276.70 s [ListLike] Cases: 2274 Tried: 172 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1816. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:17:UnboxVector Int
  1817. 276.70 s [ListLike] Cases: 2274 Tried: 173 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1818. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:18:Vector Bool
  1819. 276.70 s [ListLike] Cases: 2274 Tried: 174 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1820. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:19:StorableVector Bool
  1821. 276.70 s [ListLike] Cases: 2274 Tried: 175 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1822. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:20:UnboxVector Bool
  1823. 276.70 s [ListLike] Cases: 2274 Tried: 176 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1824. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:21:Text
  1825. 276.70 s [ListLike] Cases: 2274 Tried: 177 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1826. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:22:Text.Lazy
  1827. 276.70 s [ListLike] Cases: 2274 Tried: 178 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1828. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:23:Text.Builder
  1829. 276.70 s [ListLike] Cases: 2274 Tried: 179 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1830. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:24:UTF8 ByteString
  1831. 276.70 s [ListLike] Cases: 2274 Tried: 180 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1832. 276.70 s [ListLike] Testing 1:FoldableLL:4:foldr:25:UTF8 ByteString.Lazy
  1833. 276.70 s [ListLike] Cases: 2274 Tried: 181 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  1834. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1835. 276.70 s [attoparsec] t_length: OK
  1836. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1837. 276.70 s [attoparsec] b_unsafeIndex: OK
  1838. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1839. 276.70 s [attoparsec] t_iter: FAIL (0.01s)
  1840. 276.70 s [attoparsec] *** Failed! Falsified, Falsified (after 33 tests and 60 shrinks):
  1841. 276.70 s [attoparsec] BP ["\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL","\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049"] "\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049" "\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049"
  1842. 276.70 s [attoparsec] 34 /= 0
  1843. 276.70 s [attoparsec]
  1844. 276.70 s [attoparsec] ('\-4080',2) /= ('\-4106',2)
  1845. 276.70 s [attoparsec]
  1846. 276.70 s [attoparsec] Use --quickcheck-replay="(SMGen 17481284348911563638 2141117033107791273,32)" to reproduce.
  1847. 276.70 s [attoparsec] Use -p '$0=="tests.buf.t_iter"' to rerun this test only.
  1848. 276.70 s [attoparsec] t_iter_: OK
  1849. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1850. 276.70 s [attoparsec] b_unsafeDrop: OK (0.01s)
  1851. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1852. 276.70 s [attoparsec] t_dropCodeUnits: OK (0.01s)
  1853. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1854. 276.70 s [attoparsec] combinator
  1855. 276.70 s [attoparsec] choice: OK
  1856. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1857. 276.70 s [attoparsec] count: OK
  1858. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1859. 276.70 s [attoparsec] lookAhead: OK
  1860. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1861. 276.70 s [attoparsec] match: OK
  1862. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1863. 276.70 s [attoparsec] simple
  1864. 276.70 s [attoparsec] issue75: OK
  1865. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1866. 276.70 s [attoparsec] text
  1867. 276.70 s [attoparsec] anyChar: OK
  1868. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1869. 276.70 s [attoparsec] asciiCI: OK
  1870. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1871. 276.70 s [attoparsec] char: OK
  1872. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1873. 276.70 s [attoparsec] endOfInput: OK
  1874. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1875. 276.70 s [attoparsec] endOfLine: OK
  1876. 276.70 s [attoparsec] +++ OK, failed as expected. Falsified, Falsified (after 3 tests and 2 shrinks):
  1877. 276.70 s [attoparsec] "\NUL"
  1878. 276.70 s [attoparsec] '\NUL' /= '\n'
  1879. 276.70 s [attoparsec]
  1880. 276.70 s [attoparsec] ('\NUL',Nothing) /= ('\r',Just '\n')
  1881. 276.70 s [attoparsec] notChar: OK
  1882. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1883. 276.70 s [attoparsec] peekChar: OK
  1884. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1885. 276.70 s [attoparsec] peekChar': OK
  1886. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1887. 276.70 s [attoparsec] satisfy: OK
  1888. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1889. 276.70 s [attoparsec] satisfyWith: OK
  1890. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1891. 276.70 s [attoparsec] scan: OK
  1892. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1893. 276.70 s [attoparsec] skip: OK
  1894. 276.70 s [attoparsec] +++ OK, failed as expected. Falsified (after 5 tests and 13 shrinks):
  1895. 276.70 s [attoparsec] 'a'
  1896. 276.70 s [attoparsec] "a"
  1897. 276.70 s [attoparsec] not ('a' < 'a')
  1898. 276.70 s [attoparsec] skipWhile: OK
  1899. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1900. 276.70 s [attoparsec] string: OK
  1901. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1902. 276.70 s [attoparsec] strings: OK
  1903. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1904. 276.70 s [attoparsec] stringCI: OK
  1905. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1906. 276.70 s [attoparsec] take: OK
  1907. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1908. 276.70 s [attoparsec] takeText: OK
  1909. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1910. 276.70 s [attoparsec] takeCount: OK
  1911. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1912. 276.70 s [attoparsec] takeLazyText: OK
  1913. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1914. 276.70 s [attoparsec] takeTill: OK
  1915. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1916. 276.70 s [attoparsec] takeWhile: OK
  1917. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1918. 276.70 s [attoparsec] takeWhile1: OK
  1919. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1920. 276.70 s [attoparsec] takeWhile1_empty: OK
  1921. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1922. 276.70 s [attoparsec] members: OK
  1923. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1924. 276.70 s [attoparsec] nonmembers: OK
  1925. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1926. 276.70 s [attoparsec] FastSet
  1927. 276.70 s [attoparsec] membership is correct: OK
  1928. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1929. 276.70 s [attoparsec] Regressions
  1930. 276.70 s [attoparsec] issue105: OK
  1931. 276.70 s [attoparsec] +++ OK, passed 100 tests.
  1932. 276.70 s [attoparsec]
  1933. 276.70 s [attoparsec] 1 out of 70 tests failed (0.19s)
  1934. 276.70 s [attoparsec] Test suite attoparsec-tests: FAIL
  1935. 276.70 s [attoparsec] Test suite logged to: dist/test/attoparsec-0.14.4-attoparsec-tests.log
  1936. 276.70 s [attoparsec] 0 of 1 test suites (0 of 1 test cases) passed.
  1937. 276.70 s [crypton-x509-validation] www2.example.com: OK
  1938. 276.70 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  1939. 276.70 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  1940. 276.70 s [crypton-x509-validation] WWW.example.com: OK
  1941. 276.70 s [crypton-x509-validation] www..example.com: OK
  1942. 276.70 s [crypton-x509-validation] empty: OK
  1943. 276.70 s [crypton-x509-validation] wildcard
  1944. 276.70 s [crypton-x509-validation] example.com: OK
  1945. 276.70 s [crypton-x509-validation] www.example.com: OK
  1946. 276.70 s [crypton-x509-validation] www.EXAMPLE.com: OK
  1947. 276.70 s [crypton-x509-validation] www2.example.com: OK
  1948. 276.70 s [crypton-x509-validation] www.m.example.com: OK
  1949. 276.70 s [crypton-x509-validation] single: OK
  1950. 276.70 s [crypton-x509-validation] disabled
  1951. 276.70 s [crypton-x509-validation] www.example.com: OK
  1952. 276.70 s [crypton-x509-validation] www2.example.com: OK
  1953. 276.70 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  1954. 276.70 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  1955. 276.70 s [crypton-x509-validation] WWW.example.com: OK
  1956. 276.70 s [crypton-x509-validation] www..example.com: OK
  1957. 276.70 s [crypton-x509-validation] empty: OK
  1958. 276.70 s [crypton-x509-validation] SubjectAltName
  1959. 276.70 s [crypton-x509-validation] simple
  1960. 276.70 s [crypton-x509-validation] www.example.com: OK
  1961. 276.70 s [crypton-x509-validation] www2.example.com: OK
  1962. 276.70 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  1963. 276.70 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  1964. 276.70 s [crypton-x509-validation] WWW.example.com: OK
  1965. 276.70 s [crypton-x509-validation] www..example.com: OK
  1966. 276.70 s [crypton-x509-validation] empty: OK
  1967. 276.70 s [crypton-x509-validation] wildcard
  1968. 276.70 s [crypton-x509-validation] example.com: OK
  1969. 276.70 s [crypton-x509-validation] www.example.com: OK
  1970. 276.70 s [crypton-x509-validation] www.EXAMPLE.com: OK
  1971. 276.70 s [crypton-x509-validation] www2.example.com: OK
  1972. 276.70 s [crypton-x509-validation] www.m.example.com: OK
  1973. 276.70 s [crypton-x509-validation] single: OK
  1974. 276.70 s [crypton-x509-validation] cn-not-used: OK
  1975. 276.70 s [crypton-x509-validation] IP addresses
  1976. 276.70 s [crypton-x509-validation] 10.0.0.1: OK
  1977. 276.70 s [crypton-x509-validation] 10.0.0.2: OK
  1978. 276.70 s [crypton-x509-validation] 10.0.0.1.example.com: OK
  1979. 276.70 s [crypton-x509-validation] 266.0.0.1: OK
  1980. 276.70 s [crypton-x509-validation] 2001:0db8:85a3:0000:0000:8a2e:0370:7334: OK
  1981. 276.70 s [crypton-x509-validation] 2001:0db8:85a3::8a2e:0370:7334: OK
  1982. 276.70 s [crypton-x509-validation] 2001:0db8:85a3:0:0:8a2e:0370:7334: OK
  1983. 276.70 s [crypton-x509-validation] ::1: OK
  1984. 276.70 s [crypton-x509-validation] disabled
  1985. 276.70 s [crypton-x509-validation] www.example.com: OK
  1986. 276.70 s [crypton-x509-validation] www2.example.com: OK
  1987. 276.70 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  1988. 276.70 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  1989. 276.70 s [crypton-x509-validation] WWW.example.com: OK
  1990. 276.70 s [crypton-x509-validation] www..example.com: OK
  1991. 276.70 s [crypton-x509-validation] empty: OK
  1992. 276.70 s [crypton-x509-validation] key-usage
  1993. 276.70 s [crypton-x509-validation] none: OK
  1994. 276.70 s [crypton-x509-validation] valid: OK
  1995. 276.70 s [crypton-x509-validation] invalid: OK
  1996. 276.70 s [crypton-x509-validation] key-purpose
  1997. 276.70 s [crypton-x509-validation] none: OK
  1998. 276.70 s [crypton-x509-validation] valid: OK
  1999. 276.70 s [crypton-x509-validation] invalid: OK
  2000. 276.70 s [crypton-x509-validation] exhaustive: OK
  2001. 276.70 s [crypton-x509-validation] Ed448
  2002. 276.70 s [crypton-x509-validation] signature
  2003. 276.70 s [crypton-x509-validation] valid: OK
  2004. 276.71 s [crypton-x509-validation] invalid: OK
  2005. 276.71 s [crypton-x509-validation] chain
  2006. 276.71 s [crypton-x509-validation] empty: OK
  2007. 276.71 s [crypton-x509-validation] incomplete: OK
  2008. 276.71 s [crypton-x509-validation] self-signed: OK
  2009. 276.71 s [crypton-x509-validation] leaf-not-v3
  2010. 276.71 s [crypton-x509-validation] v3-disallowed: OK
  2011. 276.71 s [crypton-x509-validation] v3-allowed: OK
  2012. 276.71 s [crypton-x509-validation] strict-ordering
  2013. 276.71 s [crypton-x509-validation] enabled: OK
  2014. 276.71 s [crypton-x509-validation] disabled: OK
  2015. 276.71 s [crypton-x509-validation] ca-constraints
  2016. 276.71 s [crypton-x509-validation] enabled
  2017. 276.71 s [crypton-x509-validation] cert-sign: OK
  2018. 276.71 s [crypton-x509-validation] crl-sign: OK
  2019. 276.71 s [crypton-x509-validation] not-ca: OK
  2020. 276.71 s [crypton-x509-validation] no-basic: OK
  2021. 276.71 s [crypton-x509-validation] bad-depth: OK
  2022. 276.71 s [crypton-x509-validation] disabled
  2023. 276.71 s [crypton-x509-validation] cert-sign: OK
  2024. 276.71 s [crypton-x509-validation] crl-sign: OK
  2025. 276.71 s [crypton-x509-validation] not-ca: OK
  2026. 276.71 s [crypton-x509-validation] no-basic: OK
  2027. 276.71 s [hedgehog] [10 of 27] Compiling Hedgehog.Internal.Show ( src/Hedgehog/Internal/Show.hs, dist/build/Hedgehog/Internal/Show.o, dist/build/Hedgehog/Internal/Show.dyn_o )
  2028. 276.71 s [hedgehog] [11 of 27] Compiling Hedgehog.Internal.Shrink ( src/Hedgehog/Internal/Shrink.hs, dist/build/Hedgehog/Internal/Shrink.o, dist/build/Hedgehog/Internal/Shrink.dyn_o )
  2029. 276.71 s [hedgehog] [12 of 27] Compiling Hedgehog.Internal.Source ( src/Hedgehog/Internal/Source.hs, dist/build/Hedgehog/Internal/Source.o, dist/build/Hedgehog/Internal/Source.dyn_o )
  2030. 276.71 s [hedgehog] [13 of 27] Compiling Hedgehog.Internal.Tree ( src/Hedgehog/Internal/Tree.hs, dist/build/Hedgehog/Internal/Tree.o, dist/build/Hedgehog/Internal/Tree.dyn_o )
  2031. 276.71 s [hedgehog] [14 of 27] Compiling Hedgehog.Main ( src/Hedgehog/Main.hs, dist/build/Hedgehog/Main.o, dist/build/Hedgehog/Main.dyn_o )
  2032. 276.71 s [hedgehog] [15 of 27] Compiling Hedgehog.Range ( src/Hedgehog/Range.hs, dist/build/Hedgehog/Range.o, dist/build/Hedgehog/Range.dyn_o )
  2033. 276.71 s [hedgehog] [16 of 27] Compiling Hedgehog.Internal.Gen ( src/Hedgehog/Internal/Gen.hs, dist/build/Hedgehog/Internal/Gen.o, dist/build/Hedgehog/Internal/Gen.dyn_o )
  2034. 276.71 s [hedgehog] [17 of 27] Compiling Hedgehog.Internal.Property ( src/Hedgehog/Internal/Property.hs, dist/build/Hedgehog/Internal/Property.o, dist/build/Hedgehog/Internal/Property.dyn_o )
  2035. 276.71 s [hedgehog] src/Hedgehog/Internal/Property.hs:433:31: warning: [GHC-63394] [-Wx-partial]
  2036. 276.71 s [hedgehog] In the use of ‘head’
  2037. 276.71 s [hedgehog] (imported from Hedgehog.Internal.Prelude, but defined in GHC.Internal.List):
  2038. 276.71 s [hedgehog] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  2039. 276.71 s [hedgehog] |
  2040. 276.71 s [hedgehog] 433 | groups = List.map (\l -> (head l, length l)) $ List.group sp
  2041. 276.71 s [hedgehog] | ^^^^
  2042. 276.71 s [hedgehog]
  2043. 276.71 s [hedgehog] [18 of 27] Compiling Hedgehog.Internal.Tripping ( src/Hedgehog/Internal/Tripping.hs, dist/build/Hedgehog/Internal/Tripping.o, dist/build/Hedgehog/Internal/Tripping.dyn_o )
  2044. 276.71 s [hedgehog] [19 of 27] Compiling Hedgehog.Internal.State ( src/Hedgehog/Internal/State.hs, dist/build/Hedgehog/Internal/State.o, dist/build/Hedgehog/Internal/State.dyn_o )
  2045. 276.71 s [hedgehog] [20 of 27] Compiling Hedgehog.Internal.Discovery ( src/Hedgehog/Internal/Discovery.hs, dist/build/Hedgehog/Internal/Discovery.o, dist/build/Hedgehog/Internal/Discovery.dyn_o )
  2046. 276.71 s [hedgehog] [21 of 27] Compiling Hedgehog.Internal.TH ( src/Hedgehog/Internal/TH.hs, dist/build/Hedgehog/Internal/TH.o, dist/build/Hedgehog/Internal/TH.dyn_o )
  2047. 276.71 s [hedgehog] [22 of 27] Compiling Hedgehog.Internal.Config ( src/Hedgehog/Internal/Config.hs, dist/build/Hedgehog/Internal/Config.o, dist/build/Hedgehog/Internal/Config.dyn_o )
  2048. 276.71 s [hedgehog] [23 of 27] Compiling Hedgehog.Internal.Report ( src/Hedgehog/Internal/Report.hs, dist/build/Hedgehog/Internal/Report.o, dist/build/Hedgehog/Internal/Report.dyn_o )
  2049. 276.71 s [hedgehog] src/Hedgehog/Internal/Report.hs:1096:37: warning: [GHC-63394] [-Wx-partial]
  2050. 276.71 s [hedgehog] In the use of ‘head’
  2051. 276.71 s [hedgehog] (imported from Hedgehog.Internal.Prelude, but defined in GHC.Internal.List):
  2052. 276.71 s [hedgehog] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  2053. 276.71 s [hedgehog] |
  2054. 276.71 s [hedgehog] 1096 | replicate fillErrorWidth (head parts)
  2055. 276.71 s [hedgehog] | ^^^^
  2056. 276.71 s [hedgehog]
  2057. 276.71 s [hedgehog] src/Hedgehog/Internal/Report.hs:1098:39: warning: [GHC-63394] [-Wx-partial]
  2058. 276.71 s [hedgehog] In the use of ‘head’
  2059. 276.71 s [hedgehog] (imported from Hedgehog.Internal.Prelude, but defined in GHC.Internal.List):
  2060. 276.71 s [http-client] Warning: 'strippedHostName' is out of scope.
  2061. 276.71 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  2062. 276.71 s [http-client] Warning: 'Connection' is ambiguous. It is defined
  2063. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:81:19
  2064. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:81:1
  2065. 276.71 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2066. 276.71 s [http-client] by specifying the type/value namespace explicitly.
  2067. 276.71 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:81:1
  2068. 276.71 s [http-client] Warning: 'Request' is ambiguous. It is defined
  2069. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:490:16
  2070. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:490:1
  2071. 276.71 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2072. 276.71 s [http-client] by specifying the type/value namespace explicitly.
  2073. 276.71 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
  2074. 276.71 s [http-client] Warning: 'equal' is out of scope.
  2075. 276.71 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  2076. 276.71 s [http-client] Warning: 'equiv' is out of scope.
  2077. 276.71 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  2078. 276.71 s [http-client] Warning: 'Cookie' is ambiguous. It is defined
  2079. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:260:15
  2080. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:260:1
  2081. 276.71 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2082. 276.71 s [http-client] by specifying the type/value namespace explicitly.
  2083. 276.71 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:260:1
  2084. 276.71 s [http-client] Warning: 'Connection' is ambiguous. It is defined
  2085. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:81:19
  2086. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:81:1
  2087. 276.71 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2088. 276.71 s [http-client] by specifying the type/value namespace explicitly.
  2089. 276.71 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:81:1
  2090. 276.71 s [http-client] Warning: 'Request' is ambiguous. It is defined
  2091. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:490:16
  2092. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:490:1
  2093. 276.71 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2094. 276.71 s [http-client] by specifying the type/value namespace explicitly.
  2095. 276.71 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
  2096. 276.71 s [http-client] Warning: 'URI' is ambiguous. It is defined
  2097. 276.71 s [http-client] * in ‘Network.URI’
  2098. 276.71 s [http-client] * in ‘Network.URI’
  2099. 276.71 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2100. 276.71 s [http-client] by specifying the type/value namespace explicitly.
  2101. 276.71 s [http-client] Defaulting to the one defined in ‘Network.URI’
  2102. 276.71 s [http-client] Warning: 'PopObserver' is out of scope.
  2103. 276.71 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  2104. 276.71 s [http-client] Warning: 'location' is out of scope.
  2105. 276.71 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  2106. 276.71 s [http-client] Warning: 'Response' is ambiguous. It is defined
  2107. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:692:22
  2108. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:692:1
  2109. 276.71 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2110. 276.71 s [http-client] by specifying the type/value namespace explicitly.
  2111. 276.71 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:692:1
  2112. 276.71 s [http-client] Warning: 'Source' is out of scope.
  2113. 276.71 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  2114. 276.71 s [http-client] Warning: 'Request' is ambiguous. It is defined
  2115. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:490:16
  2116. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:490:1
  2117. 276.71 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2118. 276.71 s [http-client] by specifying the type/value namespace explicitly.
  2119. 276.71 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
  2120. 276.71 s [http-client] Warning: 'Manager' is ambiguous. It is defined
  2121. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:855:16
  2122. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:855:1
  2123. 276.71 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2124. 276.71 s [http-client] by specifying the type/value namespace explicitly.
  2125. 276.71 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
  2126. 276.71 s [http-client] Warning: 'publicsuffixlistcreate' is out of scope.
  2127. 276.71 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  2128. 276.71 s [http-client] Warning: 'isSuffix' is out of scope.
  2129. 276.71 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  2130. 276.71 s [http-client] Warning: 'Response' is ambiguous. It is defined
  2131. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:692:22
  2132. 276.71 s [http-client] * at Network/HTTP/Client/Types.hs:692:1
  2133. 276.71 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2134. 276.71 s [http-client] by specifying the type/value namespace explicitly.
  2135. 276.71 s [lucid] src/Lucid/Base.hs:156:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
  2136. 276.71 s [lucid] Noncanonical ‘(>>)’ definition detected
  2137. 276.71 s [lucid] in the instance declaration for ‘Monad (HtmlT m)’.
  2138. 276.71 s [lucid] ‘(>>)’ will eventually be removed in favour of ‘(*>)’
  2139. 276.71 s [lucid] Suggested fix:
  2140. 276.71 s [lucid] Either remove definition for ‘(>>)’ (recommended) or define as ‘(>>) = (*>)’
  2141. 276.71 s [lucid] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  2142. 276.71 s [lucid] |
  2143. 276.71 s [lucid] 156 | m >> n = HtmlT $ do
  2144. 276.71 s [lucid] | ^^^^^^^^^^^^^^^^^^^...
  2145. 276.71 s [lucid]
  2146. 276.71 s [lucid] [2 of 4] Compiling Lucid.Html5 ( src/Lucid/Html5.hs, dist/build/Lucid/Html5.p_o )
  2147. 276.71 s [lucid] src/Lucid/Html5.hs:11:1: warning: [GHC-66111] [-Wunused-imports]
  2148. 276.71 s [lucid] The import of ‘Data.Monoid’ is redundant
  2149. 276.71 s [lucid] except perhaps to import instances from ‘Data.Monoid’
  2150. 276.71 s [lucid] To import instances alone, use: import Data.Monoid()
  2151. 276.71 s [lucid] |
  2152. 276.71 s [lucid] 11 | import Data.Monoid
  2153. 276.71 s [lucid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2154. 276.71 s [lucid]
  2155. 276.71 s [lucid] [3 of 4] Compiling Lucid.Bootstrap ( src/Lucid/Bootstrap.hs, dist/build/Lucid/Bootstrap.p_o )
  2156. 276.71 s [lucid] [4 of 4] Compiling Lucid ( src/Lucid.hs, dist/build/Lucid.p_o )
  2157. 276.71 s [lucid] Preprocessing test suite 'test' for lucid-2.11.20250303...
  2158. 276.71 s [lucid] Building test suite 'test' for lucid-2.11.20250303...
  2159. 276.71 s [lucid] [1 of 2] Compiling Example1 ( test/Example1.hs, dist/build/test/test-tmp/Example1.o )
  2160. 276.71 s [lucid] [2 of 2] Compiling Main ( test/Main.hs, dist/build/test/test-tmp/Main.o )
  2161. 276.71 s [lucid] [3 of 3] Linking dist/build/test/test
  2162. 276.71 s [lucid] Phase: checkPhase
  2163. 276.71 s [profunctors] [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.p_o )
  2164. 276.71 s [profunctors] [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.p_o )
  2165. 276.71 s [profunctors] [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.p_o )
  2166. 276.71 s [profunctors] Phase: checkPhase
  2167. 276.71 s [profunctors] Package has no test suites.
  2168. 276.71 s [profunctors] Phase: haddockPhase
  2169. 276.71 s [profunctors] Preprocessing library for profunctors-5.6.3...
  2170. 276.71 s [profunctors] Running Haddock on library for profunctors-5.6.3...
  2171. 276.71 s [semigroupoids] [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.p_o )
  2172. 276.71 s [semigroupoids] [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.p_o )
  2173. 276.71 s [semigroupoids] [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.p_o )
  2174. 276.71 s [semigroupoids] [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.p_o )
  2175. 276.71 s [semigroupoids] [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.p_o )
  2176. 276.71 s [semigroupoids] [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.p_o )
  2177. 276.71 s [semigroupoids] [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.p_o )
  2178. 276.71 s [semigroupoids] [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.p_o )
  2179. 276.71 s [semigroupoids] [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.p_o )
  2180. 276.71 s [semigroupoids] [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.p_o )
  2181. 276.71 s [semigroupoids] [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.p_o )
  2182. 276.71 s [semigroupoids] [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.p_o )
  2183. 276.71 s [semigroupoids] [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.p_o )
  2184. 276.71 s [semigroupoids] [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.p_o )
  2185. 276.71 s [semigroupoids] [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.p_o )
  2186. 276.71 s [semigroupoids] [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.p_o )
  2187. 276.71 s [semigroupoids] [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.p_o )
  2188. 276.71 s [semigroupoids] [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.p_o )
  2189. 276.71 s [semigroupoids] [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.p_o )
  2190. 276.71 s [semigroupoids] [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.p_o )
  2191. 276.71 s [unison-util-serialization] [1 of 1] Compiling U.Util.Serialization ( U/Util/Serialization.hs, nothing )
  2192. 276.71 s [unison-util-serialization] Haddock coverage:
  2193. 276.71 s [unison-util-serialization] Warning: 'binary' is out of scope.
  2194. 276.71 s [unison-util-serialization] If you qualify the identifier, haddock can try to link it anyway.
  2195. 276.71 s [unison-util-serialization] 6% ( 3 / 43) in 'U.Util.Serialization'
  2196. 276.71 s [unison-util-serialization] Missing documentation for:
  2197. 276.71 s [unison-util-serialization] Module header
  2198. 276.71 s [unison-util-serialization] Get (U/Util/Serialization.hs:43)
  2199. 276.71 s [unison-util-serialization] Put (U/Util/Serialization.hs:45)
  2200. 276.71 s [unison-util-serialization] Format (U/Util/Serialization.hs:48)
  2201. 276.71 s [unison-util-serialization] debug (U/Util/Serialization.hs:54)
  2202. 276.71 s [unison-util-serialization] getFromBytes (U/Util/Serialization.hs:57)
  2203. 276.71 s [unison-util-serialization] getFromFile (U/Util/Serialization.hs:61)
  2204. 276.71 s [unison-util-serialization] getFromFile' (U/Util/Serialization.hs:66)
  2205. 276.71 s [unison-util-serialization] putBytes (U/Util/Serialization.hs:73)
  2206. 276.71 s [unison-util-serialization] putWithParentDirs (U/Util/Serialization.hs:76)
  2207. 276.71 s [unison-util-serialization] putVarInt (U/Util/Serialization.hs:81)
  2208. 276.71 s [unison-util-serialization] getVarInt (U/Util/Serialization.hs:89)
  2209. 276.71 s [unison-util-serialization] putText (U/Util/Serialization.hs:101)
  2210. 276.71 s [unison-util-serialization] getText (U/Util/Serialization.hs:107)
  2211. 276.71 s [unison-util-serialization] skipText (U/Util/Serialization.hs:113)
  2212. 276.71 s [unison-util-serialization] putShortText (U/Util/Serialization.hs:116)
  2213. 276.71 s [unison-util-serialization] getShortText (U/Util/Serialization.hs:122)
  2214. 276.71 s [unison-util-serialization] putFoldable (U/Util/Serialization.hs:139)
  2215. 276.71 s [unison-util-serialization] getList (U/Util/Serialization.hs:144)
  2216. 276.71 s [unison-util-serialization] getListLength (U/Util/Serialization.hs:149)
  2217. 276.71 s [unison-util-serialization] getVector (U/Util/Serialization.hs:153)
  2218. 276.71 s [unison-util-serialization] skipVector (U/Util/Serialization.hs:158)
  2219. 276.71 s [unison-util-serialization] getSequence (U/Util/Serialization.hs:163)
  2220. 276.71 s [unison-util-serialization] getSet (U/Util/Serialization.hs:168)
  2221. 276.71 s [unison-util-serialization] putMap (U/Util/Serialization.hs:174)
  2222. 276.71 s [unison-util-serialization] addToExistingMap (U/Util/Serialization.hs:177)
  2223. 276.71 s [unison-util-serialization] getMap (U/Util/Serialization.hs:186)
  2224. 276.71 s [unison-util-serialization] getFramedByteString (U/Util/Serialization.hs:189)
  2225. 276.71 s [unison-util-serialization] getRemainingByteString (U/Util/Serialization.hs:192)
  2226. 276.71 s [unison-util-serialization] getFramed (U/Util/Serialization.hs:195)
  2227. 276.71 s [unison-util-serialization] putFramedByteString (U/Util/Serialization.hs:199)
  2228. 276.71 s [unison-util-serialization] putFramed (U/Util/Serialization.hs:204)
  2229. 276.71 s [unison-util-serialization] skipFramed (U/Util/Serialization.hs:214)
  2230. 276.71 s [unison-util-serialization] putFramedArray (U/Util/Serialization.hs:219)
  2231. 276.71 s [unison-util-serialization] getFramedArray (U/Util/Serialization.hs:227)
  2232. 276.71 s [unison-util-serialization] lengthFramedArray (U/Util/Serialization.hs:245)
  2233. 276.71 s [unison-util-serialization] unsafeFramedArrayLookup (U/Util/Serialization.hs:248)
  2234. 276.71 s [unison-util-serialization] putPair (U/Util/Serialization.hs:254)
  2235. 276.71 s [unison-util-serialization] getPair (U/Util/Serialization.hs:257)
  2236. 276.71 s [unison-util-serialization] getTuple3 (U/Util/Serialization.hs:260)
  2237. 276.71 s [unison-util-serialization] Warning: U.Util.Serialization: could not find link destinations for:
  2238. 276.71 s [unison-util-serialization] - Data.Vector.Vector
  2239. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':0:[Int]
  2240. 276.71 s [ListLike] Cases: 2274 Tried: 182 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2241. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':1:MyList Int
  2242. 276.71 s [ListLike] Cases: 2274 Tried: 183 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2243. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':2:String
  2244. 276.71 s [ListLike] Cases: 2274 Tried: 184 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2245. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':3:[Bool]
  2246. 276.71 s [ListLike] Cases: 2274 Tried: 185 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2247. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':4:MyList Bool
  2248. 276.71 s [ListLike] Cases: 2274 Tried: 186 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2249. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':5:ByteString
  2250. 276.71 s [ListLike] Cases: 2274 Tried: 187 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2251. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':6:ByteString.Lazy
  2252. 276.71 s [ListLike] Cases: 2274 Tried: 188 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2253. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':7:Chars
  2254. 276.71 s [ListLike] Cases: 2274 Tried: 189 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2255. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':8:Sequence Int
  2256. 276.71 s [ListLike] Cases: 2274 Tried: 190 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2257. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':9:Sequence Bool
  2258. 276.71 s [ListLike] Cases: 2274 Tried: 191 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2259. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':10:Sequence Char
  2260. 276.71 s [ListLike] Cases: 2274 Tried: 192 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2261. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':11:Array Int Int
  2262. 276.71 s [ListLike] Cases: 2274 Tried: 193 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2263. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':12:Array Int Bool
  2264. 276.71 s [ListLike] Cases: 2274 Tried: 194 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2265. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':13:Array (Just Int)
  2266. 276.71 s [ListLike] Cases: 2274 Tried: 195 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2267. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':14:DList Int
  2268. 276.71 s [ListLike] Cases: 2274 Tried: 196 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2269. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':15:Vector Int
  2270. 276.71 s [ListLike] Cases: 2274 Tried: 197 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2271. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':16:StorableVector Int
  2272. 276.71 s [ListLike] Cases: 2274 Tried: 198 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2273. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':17:UnboxVector Int
  2274. 276.71 s [ListLike] Cases: 2274 Tried: 199 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2275. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':18:Vector Bool
  2276. 276.71 s [ListLike] Cases: 2274 Tried: 200 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2277. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':19:StorableVector Bool
  2278. 276.71 s [ListLike] Cases: 2274 Tried: 201 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2279. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':20:UnboxVector Bool
  2280. 276.71 s [ListLike] Cases: 2274 Tried: 202 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2281. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':21:Text
  2282. 276.71 s [ListLike] Cases: 2274 Tried: 203 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2283. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':22:Text.Lazy
  2284. 276.71 s [ListLike] Cases: 2274 Tried: 204 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2285. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':23:Text.Builder
  2286. 276.71 s [ListLike] Cases: 2274 Tried: 205 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2287. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':24:UTF8 ByteString
  2288. 276.71 s [ListLike] Cases: 2274 Tried: 206 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2289. 276.71 s [ListLike] Testing 1:FoldableLL:5:foldr':25:UTF8 ByteString.Lazy
  2290. 276.71 s [ListLike] Cases: 2274 Tried: 207 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2291. 276.71 s [ListLike] Testing 1:FoldableLL:6:fold:0:wrap [[Int]]
  2292. 276.71 s [ListLike] Cases: 2274 Tried: 208 Errors: 0 Failures: 0+++ OK, passed 100 tests.
  2293. 276.77 s Progress: 19 of 145 built (9 building, 1 failed), 794 of 794 downloaded from cache
  2294. 276.77 s [crypton-x509-validation] bad-depth: OK
  2295. 276.77 s [crypton-x509-validation] dates
  2296. 276.77 s [crypton-x509-validation] leaf
  2297. 276.77 s [crypton-x509-validation] enabled
  2298. 276.77 s [crypton-x509-validation] past: OK
  2299. 276.77 s [crypton-x509-validation] present: OK
  2300. 276.77 s [crypton-x509-validation] future: OK
  2301. 276.77 s [crypton-x509-validation] disabled
  2302. 276.77 s [crypton-x509-validation] past: OK
  2303. 276.77 s [crypton-x509-validation] present: OK
  2304. 276.77 s [crypton-x509-validation] future: OK
  2305. 276.77 s [crypton-x509-validation] intermediate
  2306. 276.77 s [crypton-x509-validation] enabled
  2307. 276.77 s [crypton-x509-validation] past: OK
  2308. 276.77 s [crypton-x509-validation] present: OK
  2309. 276.78 s [crypton-x509-validation] future: OK
  2310. 276.78 s [crypton-x509-validation] disabled
  2311. 276.78 s [crypton-x509-validation] past: OK
  2312. 276.78 s [crypton-x509-validation] present: OK
  2313. 276.78 s [crypton-x509-validation] future: OK
  2314. 276.78 s [crypton-x509-validation] timeshift
  2315. 276.78 s [crypton-x509-validation] at-past
  2316. 276.78 s [crypton-x509-validation] past: OK
  2317. 276.78 s [crypton-x509-validation] present: OK
  2318. 276.78 s [crypton-x509-validation] future: OK
  2319. 276.78 s [crypton-x509-validation] at-present
  2320. 276.78 s [crypton-x509-validation] past: OK
  2321. 276.78 s [crypton-x509-validation] present: OK
  2322. 276.78 s [crypton-x509-validation] future: OK
  2323. 276.78 s [crypton-x509-validation] in-future
  2324. 276.78 s [crypton-x509-validation] past: OK
  2325. 276.78 s [crypton-x509-validation] present: OK
  2326. 276.78 s [crypton-x509-validation] future: OK
  2327. 276.78 s [crypton-x509-validation] CommonName
  2328. 276.78 s [crypton-x509-validation] no-common-name: OK
  2329. 276.78 s [crypton-x509-validation] simple
  2330. 276.78 s [crypton-x509-validation] www.example.com: OK
  2331. 276.78 s [crypton-x509-validation] www2.example.com: OK
  2332. 276.78 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  2333. 276.78 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  2334. 276.78 s [crypton-x509-validation] WWW.example.com: OK
  2335. 276.78 s [crypton-x509-validation] www..example.com: OK
  2336. 276.78 s [crypton-x509-validation] empty: OK
  2337. 276.78 s [crypton-x509-validation] wildcard
  2338. 276.78 s [crypton-x509-validation] example.com: OK
  2339. 276.78 s [crypton-x509-validation] www.example.com: OK
  2340. 276.78 s [crypton-x509-validation] www.EXAMPLE.com: OK
  2341. 276.78 s [crypton-x509-validation] www2.example.com: OK
  2342. 276.78 s [crypton-x509-validation] www.m.example.com: OK
  2343. 276.78 s [crypton-x509-validation] single: OK
  2344. 276.78 s [crypton-x509-validation] disabled
  2345. 276.78 s [crypton-x509-validation] www.example.com: OK
  2346. 276.78 s [crypton-x509-validation] www2.example.com: OK
  2347. 276.78 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  2348. 276.78 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  2349. 276.78 s [crypton-x509-validation] WWW.example.com: OK
  2350. 276.78 s [crypton-x509-validation] www..example.com: OK
  2351. 276.78 s [crypton-x509-validation] empty: OK
  2352. 276.78 s [crypton-x509-validation] SubjectAltName
  2353. 276.78 s [crypton-x509-validation] simple
  2354. 276.78 s [crypton-x509-validation] www.example.com: OK
  2355. 276.78 s [crypton-x509-validation] www2.example.com: OK
  2356. 276.78 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  2357. 276.78 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  2358. 276.78 s [crypton-x509-validation] WWW.example.com: OK
  2359. 276.78 s [crypton-x509-validation] www..example.com: OK
  2360. 276.78 s [crypton-x509-validation] empty: OK
  2361. 276.78 s [crypton-x509-validation] wildcard
  2362. 276.78 s [crypton-x509-validation] example.com: OK
  2363. 276.78 s [crypton-x509-validation] www.example.com: OK
  2364. 276.78 s [crypton-x509-validation] www.EXAMPLE.com: OK
  2365. 276.78 s [crypton-x509-validation] www2.example.com: OK
  2366. 276.78 s [crypton-x509-validation] www.m.example.com: OK
  2367. 276.78 s [crypton-x509-validation] single: OK
  2368. 276.78 s [crypton-x509-validation] cn-not-used: OK
  2369. 276.78 s [crypton-x509-validation] IP addresses
  2370. 276.78 s [crypton-x509-validation] 10.0.0.1: OK
  2371. 276.78 s [crypton-x509-validation] 10.0.0.2: OK
  2372. 276.78 s [crypton-x509-validation] 10.0.0.1.example.com: OK
  2373. 276.78 s [crypton-x509-validation] 266.0.0.1: OK
  2374. 276.78 s [crypton-x509-validation] 2001:0db8:85a3:0000:0000:8a2e:0370:7334: OK
  2375. 276.78 s [crypton-x509-validation] 2001:0db8:85a3::8a2e:0370:7334: OK
  2376. 276.78 s [crypton-x509-validation] 2001:0db8:85a3:0:0:8a2e:0370:7334: OK
  2377. 276.78 s [crypton-x509-validation] ::1: OK
  2378. 276.78 s [crypton-x509-validation] disabled
  2379. 276.78 s [crypton-x509-validation] www.example.com: OK
  2380. 276.78 s [crypton-x509-validation] www2.example.com: OK
  2381. 276.78 s [crypton-x509-validation] WWW.EXAMPLE.COM: OK
  2382. 276.78 s [crypton-x509-validation] www.EXAMPLE.COM: OK
  2383. 276.78 s [crypton-x509-validation] WWW.example.com: OK
  2384. 276.78 s [crypton-x509-validation] www..example.com: OK
  2385. 276.78 s [crypton-x509-validation] empty: OK
  2386. 276.78 s [crypton-x509-validation] key-usage
  2387. 276.78 s [crypton-x509-validation] none: OK
  2388. 276.78 s [hedgehog] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  2389. 276.78 s [hedgehog] |
  2390. 276.78 s [hedgehog] 1098 | replicate fillSurplusWidth (head parts)
  2391. 276.78 s [hedgehog] | ^^^^
  2392. 276.78 s [hedgehog]
  2393. 276.78 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:692:1
  2394. 276.78 s [http-client] Warning: 'Request' is ambiguous. It is defined
  2395. 276.78 s [http-client] * at Network/HTTP/Client/Types.hs:490:16
  2396. 276.78 s [http-client] * at Network/HTTP/Client/Types.hs:490:1
  2397. 276.78 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2398. 276.78 s [http-client] by specifying the type/value namespace explicitly.
  2399. 276.78 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
  2400. 276.78 s [http-client] Warning: 'Manager' is ambiguous. It is defined
  2401. 276.78 s [http-client] * at Network/HTTP/Client/Types.hs:855:16
  2402. 276.78 s [http-client] * at Network/HTTP/Client/Types.hs:855:1
  2403. 276.78 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2404. 276.78 s [http-client] by specifying the type/value namespace explicitly.
  2405. 276.78 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
  2406. 276.78 s [http-client] 75% (112 /149) in 'Network.HTTP.Client.Internal'
  2407. 276.78 s [http-client] Missing documentation for:
  2408. 276.78 s [http-client] makeChunkedReader (Network/HTTP/Client/Body.hs:156)
  2409. 276.78 s [http-client] makeLengthReader (Network/HTTP/Client/Body.hs:126)
  2410. 276.78 s [http-client] makeGzipReader (Network/HTTP/Client/Body.hs:78)
  2411. 276.78 s [http-client] makeUnlimitedReader (Network/HTTP/Client/Body.hs:112)
  2412. 276.78 s [http-client] brEmpty (Network/HTTP/Client/Body.hs:54)
  2413. 276.78 s [http-client] constBodyReader (Network/HTTP/Client/Body.hs:57)
  2414. 276.78 s [http-client] connectionReadLine (Network/HTTP/Client/Connection.hs:35)
  2415. 276.78 s [http-client] connectionReadLineWith (Network/HTTP/Client/Connection.hs:47)
  2416. 276.78 s [http-client] connectionUnreadLine (Network/HTTP/Client/Connection.hs:65)
  2417. 276.78 s [http-client] openSocketConnection (Network/HTTP/Client/Connection.hs:153)
  2418. 276.78 s [http-client] openSocketConnectionSize (Network/HTTP/Client/Connection.hs:161)
  2419. 276.78 s [http-client] withSocket (Network/HTTP/Client/Connection.hs:189)
  2420. 276.78 s [http-client] createCookieJar (Network/HTTP/Client/Cookies.hs:92)
  2421. 276.78 s [http-client] destroyCookieJar (Network/HTTP/Client/Cookies.hs:95)
  2422. 276.78 s [http-client] removeExistingCookieFromCookieJar (Network/HTTP/Client/Cookies.hs:102)
  2423. 276.78 s [http-client] isIpAddress (Network/HTTP/Client/Cookies.hs:42)
  2424. 276.78 s [http-client] requestAction (Network/HTTP/Client/Core.hs:118)
  2425. 276.78 s [http-client] handleClosedRead (Network/HTTP/Client/Core.hs:264)
  2426. 276.78 s [http-client] parseStatusHeaders (Network/HTTP/Client/Headers.hs:32)
  2427. 276.78 s [http-client] validateHeaders (Network/HTTP/Client/Headers.hs:142)
  2428. 276.78 s [http-client] HeadersValidationResult (Network/HTTP/Client/Headers.hs:137)
  2429. 276.78 s [http-client] needsGunzip (Network/HTTP/Client/Request.hs:417)
  2430. 276.78 s [http-client] requestBuilder (Network/HTTP/Client/Request.hs:436)
  2431. 276.78 s [http-client] getResponse (Network/HTTP/Client/Response.hs:123)
  2432. 276.78 s [http-client] getConn (Network/HTTP/Client/Manager.hs:208)
  2433. 276.78 s [http-client] NonEmptyList (Network/HTTP/Client/Types.hs:879)
  2434. 276.78 s [http-client] HasHttpManager (Network/HTTP/Client/Types.hs:870)
  2435. 276.78 s [http-client] HttpExceptionContent (Network/HTTP/Client/Types.hs:133)
  2436. 276.78 s [http-client] Cookie (Network/HTTP/Client/Types.hs:260)
  2437. 276.78 s [http-client] CookieJar (Network/HTTP/Client/Types.hs:275)
  2438. 276.78 s [http-client] Connection (Network/HTTP/Client/Types.hs:81)
  2439. 276.78 s [http-client] StatusHeaders (Network/HTTP/Client/Types.hs:95)
  2440. 276.78 s [http-client] unHttpExceptionContentWrapper
  2441. 276.78 s [http-client] throwHttp (Network/HTTP/Client/Types.hs:111)
  2442. 276.78 s [http-client] toHttpException (Network/HTTP/Client/Types.hs:114)
  2443. 276.78 s [http-client] ResponseClose (Network/HTTP/Client/Types.hs:741)
  2444. 276.78 s [http-client] ConnsMap (Network/HTTP/Client/Types.hs:875)
  2445. 276.78 s [http-client] Warning: 'Manager' is ambiguous. It is defined
  2446. 276.78 s [http-client] * at Network/HTTP/Client/Types.hs:855:16
  2447. 276.78 s [http-client] * at Network/HTTP/Client/Types.hs:855:1
  2448. 276.78 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2449. 276.78 s [http-client] by specifying the type/value namespace explicitly.
  2450. 276.78 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:855:1
  2451. 276.78 s [http-client] Warning: 'Request' is ambiguous. It is defined
  2452. 276.78 s [http-client] * at Network/HTTP/Client/Types.hs:490:16
  2453. 276.78 s [http-client] * at Network/HTTP/Client/Types.hs:490:1
  2454. 276.78 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2455. 276.79 s [http-client] by specifying the type/value namespace explicitly.
  2456. 276.79 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:490:1
  2457. 276.79 s [http-client] Warning: 'Response' is ambiguous. It is defined
  2458. 276.79 s [http-client] * at Network/HTTP/Client/Types.hs:692:22
  2459. 276.79 s [http-client] * at Network/HTTP/Client/Types.hs:692:1
  2460. 276.79 s [http-client] You may be able to disambiguate the identifier by qualifying it or
  2461. 276.79 s [http-client] by specifying the type/value namespace explicitly.
  2462. 276.79 s [http-client] Defaulting to the one defined at Network/HTTP/Client/Types.hs:692:1
  2463. 276.79 s [http-client] Warning: 'tlsManagerSettings' is out of scope.
  2464. 276.79 s [http-client] If you qualify the identifier, haddock can try to link it anyway.
  2465. 276.79 s [http-client] Warning: 'ManagerSettings' is ambiguous. It is defined
  2466. 276.79 s [http-client] * at Network/HTTP/Client/Types.hs:750:24
  2467. 276.79 s [http-client] * at Network/HTTP/Client/Types.hs:750:1
  2468. 276.79 s error: Cannot build '/nix/store/93bwhazi0qhls4zj7g3nqqfljv9j6z0l-attoparsec-0.14.4.drv'.
  2469. 276.79 s Reason: builder failed with exit code 1.
  2470. 276.79 s Output paths:
  2471. 276.79 s /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4
  2472. 276.79 s Last 946 log lines:
  2473. 276.79 s > Running phase: setupCompilerEnvironmentPhase
  2474. 276.79 s > Build with /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3.
  2475. 276.79 s > Running phase: unpackPhase
  2476. 276.79 s > unpacking source archive /nix/store/7xizd63623bzgyny21lfm7krwk9kr0qf-attoparsec-0.14.4.tar.gz
  2477. 276.79 s > source root is attoparsec-0.14.4
  2478. 276.79 s > setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "attoparsec-0.14.4/tests/QC/Text/Regressions.hs"
  2479. 276.79 s > Running phase: patchPhase
  2480. 276.79 s > stacklock2nix: replace Cabal file with revision from /nix/store/ddgaxbwkh160373qpms239bjggyllxcp-attoparsec-cabal-0.14.4.
  2481. 276.79 s > Running phase: compileBuildDriverPhase
  2482. 276.79 s > setupCompileFlags: -package-db=/build/tmp.VcTQFLAS91/setup-package.conf.d -threaded
  2483. 276.79 s > [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.VcTQFLAS91/Main.o )
  2484. 276.79 s > [2 of 2] Linking Setup
  2485. 276.79 s > Running phase: updateAutotoolsGnuConfigScriptsPhase
  2486. 276.79 s > Running phase: configurePhase
  2487. 276.79 s > configureFlags: --verbose --prefix=/nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.VcTQFLAS91/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 --extra-lib-dirs=/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/lib --extra-lib-dirs=/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/bkicgvyymba52ijm1z5zs96dsqqi59lp-elfutils-0.194/lib --extra-lib-dirs=/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gdni20c8009xdz8gms6yn1r2hfhmk1jk-numactl-2.0.18/lib
  2488. 276.79 s > Using Parsec parser
  2489. 276.79 s > Configuring attoparsec-0.14.4...
  2490. 276.79 s > Flags chosen: developer=False
  2491. 276.79 s > Dependency array: using array-0.5.8.0
  2492. 276.79 s > Dependency attoparsec:attoparsec-internal: using attoparsec-0.14.4
  2493. 276.79 s > Dependency base >=4.5 && <5: using base-4.20.2.0
  2494. 276.79 s > Dependency bytestring <0.13: using bytestring-0.12.2.0
  2495. 276.79 s > Dependency containers: using containers-0.7
  2496. 276.79 s > Dependency deepseq: using deepseq-1.5.0.0
  2497. 276.79 s > Dependency ghc-prim <0.14: using ghc-prim-0.12.0
  2498. 276.79 s > Dependency scientific >=0.3.1 && <0.4: using scientific-0.3.8.0
  2499. 276.79 s > Dependency text >=1.1.1.3: using text-2.1.3
  2500. 276.79 s > Dependency transformers >=0.2 && <0.4 || >=0.4.1.0 && <0.7: using
  2501. 276.79 s > transformers-0.6.1.1
  2502. 276.79 s > Dependency array: using array-0.5.8.0
  2503. 276.79 s > Dependency base >=4.5 && <5: using base-4.20.2.0
  2504. 276.79 s > Dependency bytestring <0.13: using bytestring-0.12.2.0
  2505. 276.79 s > Dependency text >=1.1.1.3: using text-2.1.3
  2506. 276.79 s > Dependency QuickCheck >=2.13.2 && <2.16: using QuickCheck-2.15.0.1
  2507. 276.79 s > Dependency array: using array-0.5.8.0
  2508. 276.79 s > Dependency attoparsec:{attoparsec, attoparsec-internal}: using
  2509. 276.79 s > attoparsec-0.14.4
  2510. 276.79 s > Dependency attoparsec:{attoparsec, attoparsec-internal}: using
  2511. 276.79 s > attoparsec-0.14.4
  2512. 276.79 s > Dependency base: using base-4.20.2.0
  2513. 276.79 s > Dependency bytestring: using bytestring-0.12.2.0
  2514. 276.79 s > Dependency deepseq >=1.1: using deepseq-1.5.0.0
  2515. 276.79 s > Dependency quickcheck-unicode: using quickcheck-unicode-1.0.1.0
  2516. 276.79 s > Dependency scientific: using scientific-0.3.8.0
  2517. 276.79 s > Dependency tasty >=0.11: using tasty-1.5.3
  2518. 276.79 s > Dependency tasty-quickcheck >=0.8: using tasty-quickcheck-0.11.1
  2519. 276.79 s > Dependency text: using text-2.1.3
  2520. 276.79 s > Dependency transformers: using transformers-0.6.1.1
  2521. 276.79 s > Dependency vector: using vector-0.13.2.0
  2522. 276.79 s > Source component graph:
  2523. 276.79 s > component lib:attoparsec-internal
  2524. 276.79 s > component lib dependency lib:attoparsec-internal
  2525. 276.79 s > component test:attoparsec-tests
  2526. 276.79 s > dependency lib
  2527. 276.79 s > dependency lib:attoparsec-internal
  2528. 276.79 s > Configured component graph:
  2529. 276.79 s > component attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
  2530. 276.79 s > include array-0.5.8.0-f015
  2531. 276.79 s > include base-4.20.2.0-edab
  2532. 276.79 s > include bytestring-0.12.2.0-d4b6
  2533. 276.79 s > include text-2.1.3-afaf
  2534. 276.79 s > component attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
  2535. 276.79 s > include array-0.5.8.0-f015
  2536. 276.79 s > include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
  2537. 276.79 s > include base-4.20.2.0-edab
  2538. 276.79 s > include bytestring-0.12.2.0-d4b6
  2539. 276.79 s > include containers-0.7-8e24
  2540. 276.79 s > include deepseq-1.5.0.0-500b
  2541. 276.79 s > include ghc-prim-0.12.0-0db9
  2542. 276.79 s > include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
  2543. 276.79 s > include text-2.1.3-afaf
  2544. 276.79 s > include transformers-0.6.1.1-9cdc
  2545. 276.79 s > component attoparsec-0.14.4-4ufI9nyNZPW1qDN48yTP5n-attoparsec-tests
  2546. 276.79 s > include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
  2547. 276.79 s > include array-0.5.8.0-f015
  2548. 276.79 s > include attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
  2549. 276.79 s > include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
  2550. 276.79 s > include base-4.20.2.0-edab
  2551. 276.79 s > include bytestring-0.12.2.0-d4b6
  2552. 276.79 s > include deepseq-1.5.0.0-500b
  2553. 276.79 s > include quickcheck-unicode-1.0.1.0-H8kHq9HGRxeEVtrxKwnzD1
  2554. 276.79 s > include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
  2555. 276.79 s > include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
  2556. 276.79 s > include tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
  2557. 276.79 s > include text-2.1.3-afaf
  2558. 276.79 s > include transformers-0.6.1.1-9cdc
  2559. 276.79 s > include vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
  2560. 276.79 s > Linked component graph:
  2561. 276.79 s > unit attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
  2562. 276.79 s > include array-0.5.8.0-f015
  2563. 276.79 s > include base-4.20.2.0-edab
  2564. 276.79 s > include bytestring-0.12.2.0-d4b6
  2565. 276.79 s > include text-2.1.3-afaf
  2566. 276.79 s > Data.Attoparsec.ByteString.Buffer=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.ByteString.Buffer,Data.Attoparsec.ByteString.FastSet=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.ByteString.FastSet,Data.Attoparsec.Internal.Compat=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.Internal.Compat,Data.Attoparsec.Internal.Fhthagn=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.Internal.Fhthagn,Data.Attoparsec.Text.Buffer=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.Text.Buffer,Data.Attoparsec.Text.FastSet=attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal:Data.Attoparsec.Text.FastSet
  2567. 276.79 s > unit attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
  2568. 276.79 s > include array-0.5.8.0-f015
  2569. 276.79 s > include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
  2570. 276.79 s > include base-4.20.2.0-edab
  2571. 276.79 s > include bytestring-0.12.2.0-d4b6
  2572. 276.79 s > include containers-0.7-8e24
  2573. 276.79 s > include deepseq-1.5.0.0-500b
  2574. 276.79 s > include ghc-prim-0.12.0-0db9
  2575. 276.79 s > include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
  2576. 276.79 s > include text-2.1.3-afaf
  2577. 276.79 s > include transformers-0.6.1.1-9cdc
  2578. 276.79 s > Data.Attoparsec=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec,Data.Attoparsec.ByteString=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.ByteString,Data.Attoparsec.ByteString.Char8=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.ByteString.Char8,Data.Attoparsec.ByteString.Lazy=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.ByteString.Lazy,Data.Attoparsec.Char8=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Char8,Data.Attoparsec.Combinator=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Combinator,Data.Attoparsec.Internal=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Internal,Data.Attoparsec.Internal.Types=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Internal.Types,Data.Attoparsec.Lazy=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Lazy,Data.Attoparsec.Number=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Number,Data.Attoparsec.Text=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Text,Data.Attoparsec.Text.Lazy=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Text.Lazy,Data.Attoparsec.Types=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Types,Data.Attoparsec.Zepto=attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ:Data.Attoparsec.Zepto
  2579. 276.79 s > unit attoparsec-0.14.4-4ufI9nyNZPW1qDN48yTP5n-attoparsec-tests
  2580. 276.79 s > include QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
  2581. 276.79 s > include array-0.5.8.0-f015
  2582. 276.79 s > include attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
  2583. 276.79 s > include attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
  2584. 276.79 s > include base-4.20.2.0-edab
  2585. 276.79 s > include bytestring-0.12.2.0-d4b6
  2586. 276.79 s > include deepseq-1.5.0.0-500b
  2587. 276.79 s > include quickcheck-unicode-1.0.1.0-H8kHq9HGRxeEVtrxKwnzD1
  2588. 276.79 s > include scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
  2589. 276.79 s > include tasty-1.5.3-76yi2z8nymJChOrNxwslOM
  2590. 276.79 s > include tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
  2591. 276.79 s > include text-2.1.3-afaf
  2592. 276.79 s > include transformers-0.6.1.1-9cdc
  2593. 276.79 s > include vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
  2594. 276.79 s > Ready component graph:
  2595. 276.79 s > definite attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
  2596. 276.79 s > depends array-0.5.8.0-f015
  2597. 276.79 s > depends base-4.20.2.0-edab
  2598. 276.79 s > depends bytestring-0.12.2.0-d4b6
  2599. 276.79 s > depends text-2.1.3-afaf
  2600. 276.79 s > definite attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
  2601. 276.79 s > depends array-0.5.8.0-f015
  2602. 276.79 s > depends attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
  2603. 276.79 s > depends base-4.20.2.0-edab
  2604. 276.79 s > depends bytestring-0.12.2.0-d4b6
  2605. 276.79 s > depends containers-0.7-8e24
  2606. 276.79 s > depends deepseq-1.5.0.0-500b
  2607. 276.79 s > depends ghc-prim-0.12.0-0db9
  2608. 276.79 s > depends scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
  2609. 276.79 s > depends text-2.1.3-afaf
  2610. 276.79 s > depends transformers-0.6.1.1-9cdc
  2611. 276.79 s > definite attoparsec-0.14.4-4ufI9nyNZPW1qDN48yTP5n-attoparsec-tests
  2612. 276.79 s > depends QuickCheck-2.15.0.1-IlqWQpFTvRJCGLMCfr5FpI
  2613. 276.79 s > depends array-0.5.8.0-f015
  2614. 276.79 s > depends attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
  2615. 276.79 s > depends attoparsec-0.14.4-JghmopY3mz5sZOR9sWsVh-attoparsec-internal
  2616. 276.79 s > depends base-4.20.2.0-edab
  2617. 276.79 s > depends bytestring-0.12.2.0-d4b6
  2618. 276.79 s > depends deepseq-1.5.0.0-500b
  2619. 276.79 s > depends quickcheck-unicode-1.0.1.0-H8kHq9HGRxeEVtrxKwnzD1
  2620. 276.79 s > depends scientific-0.3.8.0-Hso0iQQtt6zJtQXIygGOAT
  2621. 276.79 s > depends tasty-1.5.3-76yi2z8nymJChOrNxwslOM
  2622. 276.79 s > depends tasty-quickcheck-0.11.1-JdRPuAV0VUkJapijQUkRuP
  2623. 276.79 s > depends text-2.1.3-afaf
  2624. 276.79 s > depends transformers-0.6.1.1-9cdc
  2625. 276.79 s > depends vector-0.13.2.0-99DafeLa6Ky7cu0bxiqBeu
  2626. 276.79 s > Using Cabal-3.12.1.0 compiled by ghc-9.10
  2627. 276.79 s > Using compiler: ghc-9.10.3
  2628. 276.79 s > Using install prefix:
  2629. 276.79 s > /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4
  2630. 276.79 s > Executables installed in:
  2631. 276.79 s > /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/bin
  2632. 276.79 s > Libraries installed in:
  2633. 276.79 s > /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929/attoparsec-0.14.4-9v1wCQcvqCV1UZR19F8ePJ
  2634. 276.79 s > Dynamic Libraries installed in:
  2635. 276.79 s > /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-2929
  2636. 276.79 s > Private executables installed in:
  2637. 276.79 s > /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/libexec/x86_64-linux-ghc-9.10.3-2929/attoparsec-0.14.4
  2638. 276.79 s > Data files installed in:
  2639. 276.79 s > /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/share/x86_64-linux-ghc-9.10.3-2929/attoparsec-0.14.4
  2640. 276.79 s > Documentation installed in:
  2641. 276.79 s > /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.10.3-2929/attoparsec-0.14.4
  2642. 276.79 s > Configuration files installed in:
  2643. 276.79 s > /nix/store/7qz3m18brl7d0wy6389dyc2c47cf62ii-attoparsec-0.14.4/etc
  2644. 276.79 s > No alex found
  2645. 276.79 s > Using ar found on system at:
  2646. 276.79 s > /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ar
  2647. 276.79 s > No c2hs found
  2648. 276.79 s > No cpphs found
  2649. 276.79 s > No doctest found
  2650. 276.79 s > Using gcc version 14.3.0 given by user at:
  2651. 276.79 s > /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc
  2652. 276.79 s > Using ghc version 9.10.3 found on system at:
  2653. 276.79 s > /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc
  2654. 276.79 s > Using ghc-pkg version 9.10.3 found on system at:
  2655. 276.79 s > /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/ghc-pkg-9.10.3
  2656. 276.79 s > No ghcjs found
  2657. 276.79 s > No ghcjs-pkg found
  2658. 276.79 s > No greencard found
  2659. 276.79 s > Using haddock version 2.31.1 found on system at:
  2660. 276.79 s > /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/haddock-ghc-9.10.3
  2661. 276.79 s > No happy found
  2662. 276.79 s > Using haskell-suite found on system at: haskell-suite-dummy-location
  2663. 276.79 s > Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2664. 276.79 s > No hmake found
  2665. 276.79 s > Using hpc version 0.69 found on system at:
  2666. 276.79 s > /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hpc-ghc-9.10.3
  2667. 276.79 s > Using hsc2hs version 0.68.10 found on system at:
  2668. 276.79 s > /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  2669. 276.79 s > Using hscolour version 1.25 found on system at:
  2670. 276.79 s > /nix/store/gfp00h3cb2dgqi9q2527pfssq212f5ry-hscolour-1.25/bin/HsColour
  2671. 276.79 s > No jhc found
  2672. 276.79 s > Using ld found on system at:
  2673. 276.79 s > /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld
  2674. 276.79 s > No pkg-config found
  2675. 276.79 s > Using runghc version 9.10.3 found on system at:
  2676. 276.79 s > /nix/store/gwnsj1wklb7fqkvdbn0lcmr4qyis8wy6-ghc-9.10.3/bin/runghc-9.10.3
  2677. 276.79 s > Using strip version 2.44 found on system at:
  2678. 276.79 s > /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip
  2679. 276.79 s > Using tar found on system at:
  2680. 276.79 s > /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tar
  2681. 276.79 s > No uhc found
  2682. 276.79 s > Running phase: buildPhase
  2683. 276.79 s > Preprocessing library 'attoparsec-internal' for attoparsec-0.14.4...
  2684. 276.79 s > Building library 'attoparsec-internal' for attoparsec-0.14.4...
  2685. 276.79 s > [1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.dyn_o )
  2686. 276.79 s > internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning: [GHC-68441] [-Wdeprecations]
  2687. 276.79 s > In the use of ‘memset’
  2688. 276.79 s > (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  2689. 276.79 s > Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead"
  2690. 276.79 s > |
  2691. 276.79 s > 97 | _ <- I.memset t 0 32
  2692. 276.79 s > | ^^^^^^^^
  2693. 276.79 s >
  2694. 276.79 s > [2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.dyn_o )
  2695. 276.79 s > [3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.dyn_o )
  2696. 276.79 s > [4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.dyn_o )
  2697. 276.79 s > internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning: [GHC-66111] [-Wunused-imports]
  2698. 276.79 s > The import of ‘Data.Semigroup’ is redundant
  2699. 276.79 s > except perhaps to import instances from ‘Data.Semigroup’
  2700. 276.79 s > To import instances alone, use: import Data.Semigroup()
  2701. 276.79 s > |
  2702. 276.79 s > 62 | import Data.Semigroup (Semigroup(..))
  2703. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2704. 276.79 s >
  2705. 276.79 s > internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning: [GHC-68441] [-Wdeprecations]
  2706. 276.79 s > In the use of ‘memcpy’
  2707. 276.79 s > (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  2708. 276.79 s > Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  2709. 276.79 s > |
  2710. 276.79 s > 121 | memcpy (ptr0 `plusPtr` (off0+len0))
  2711. 276.79 s > | ^^^^^^
  2712. 276.79 s >
  2713. 276.79 s > internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning: [GHC-68441] [-Wdeprecations]
  2714. 276.79 s > In the use of ‘memcpy’
  2715. 276.79 s > (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  2716. 276.79 s > Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  2717. 276.79 s > |
  2718. 276.79 s > 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0)
  2719. 276.79 s > | ^^^^^^
  2720. 276.79 s >
  2721. 276.79 s > internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning: [GHC-68441] [-Wdeprecations]
  2722. 276.79 s > In the use of ‘memcpy’
  2723. 276.79 s > (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  2724. 276.79 s > Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  2725. 276.79 s > |
  2726. 276.79 s > 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1)
  2727. 276.79 s > | ^^^^^^
  2728. 276.79 s >
  2729. 276.79 s > [5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.dyn_o )
  2730. 276.79 s > internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
  2731. 276.79 s > The import of ‘Data.Semigroup’ is redundant
  2732. 276.79 s > except perhaps to import instances from ‘Data.Semigroup’
  2733. 276.79 s > To import instances alone, use: import Data.Semigroup()
  2734. 276.79 s > |
  2735. 276.79 s > 44 | import Data.Semigroup (Semigroup(..))
  2736. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2737. 276.79 s >
  2738. 276.79 s > [6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.dyn_o )
  2739. 276.79 s > [1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.p_o )
  2740. 276.79 s > internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning: [GHC-68441] [-Wdeprecations]
  2741. 276.79 s > In the use of ‘memset’
  2742. 276.79 s > (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  2743. 276.79 s > Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead"
  2744. 276.79 s > |
  2745. 276.79 s > 97 | _ <- I.memset t 0 32
  2746. 276.79 s > | ^^^^^^^^
  2747. 276.79 s >
  2748. 276.79 s > [2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.p_o )
  2749. 276.79 s > [3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.p_o )
  2750. 276.79 s > [4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.p_o )
  2751. 276.79 s > internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning: [GHC-66111] [-Wunused-imports]
  2752. 276.79 s > The import of ‘Data.Semigroup’ is redundant
  2753. 276.79 s > except perhaps to import instances from ‘Data.Semigroup’
  2754. 276.79 s > To import instances alone, use: import Data.Semigroup()
  2755. 276.79 s > |
  2756. 276.79 s > 62 | import Data.Semigroup (Semigroup(..))
  2757. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2758. 276.79 s >
  2759. 276.79 s > internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning: [GHC-68441] [-Wdeprecations]
  2760. 276.79 s > In the use of ‘memcpy’
  2761. 276.79 s > (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  2762. 276.79 s > Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  2763. 276.79 s > |
  2764. 276.79 s > 121 | memcpy (ptr0 `plusPtr` (off0+len0))
  2765. 276.79 s > | ^^^^^^
  2766. 276.79 s >
  2767. 276.79 s > internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning: [GHC-68441] [-Wdeprecations]
  2768. 276.79 s > In the use of ‘memcpy’
  2769. 276.79 s > (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  2770. 276.79 s > Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  2771. 276.79 s > |
  2772. 276.79 s > 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0)
  2773. 276.79 s > | ^^^^^^
  2774. 276.79 s >
  2775. 276.79 s > internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning: [GHC-68441] [-Wdeprecations]
  2776. 276.79 s > In the use of ‘memcpy’
  2777. 276.79 s > (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  2778. 276.79 s > Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  2779. 276.79 s > |
  2780. 276.79 s > 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1)
  2781. 276.79 s > | ^^^^^^
  2782. 276.79 s >
  2783. 276.79 s > [5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.p_o )
  2784. 276.79 s > internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
  2785. 276.79 s > The import of ‘Data.Semigroup’ is redundant
  2786. 276.79 s > except perhaps to import instances from ‘Data.Semigroup’
  2787. 276.79 s > To import instances alone, use: import Data.Semigroup()
  2788. 276.79 s > |
  2789. 276.79 s > 44 | import Data.Semigroup (Semigroup(..))
  2790. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2791. 276.79 s >
  2792. 276.79 s > [6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.p_o )
  2793. 276.79 s > Preprocessing library for attoparsec-0.14.4...
  2794. 276.79 s > Building library for attoparsec-0.14.4...
  2795. 276.79 s > [ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o, dist/build/Data/Attoparsec/Internal/Types.dyn_o )
  2796. 276.79 s > Data/Attoparsec/Internal/Types.hs:28:53: warning: [GHC-38856] [-Wunused-imports]
  2797. 276.79 s > The import of ‘<$>’ from module ‘Control.Applicative’ is redundant
  2798. 276.79 s > |
  2799. 276.79 s > 28 | import Control.Applicative as App (Applicative(..), (<$>))
  2800. 276.79 s > | ^^^^^
  2801. 276.79 s >
  2802. 276.79 s > Data/Attoparsec/Internal/Types.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
  2803. 276.79 s > The import of ‘Data.Semigroup’ is redundant
  2804. 276.79 s > except perhaps to import instances from ‘Data.Semigroup’
  2805. 276.79 s > To import instances alone, use: import Data.Semigroup()
  2806. 276.79 s > |
  2807. 276.79 s > 34 | import Data.Semigroup (Semigroup(..))
  2808. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2809. 276.79 s >
  2810. 276.79 s > [ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o, dist/build/Data/Attoparsec/Internal.dyn_o )
  2811. 276.79 s > [ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o, dist/build/Data/Attoparsec/Number.dyn_o )
  2812. 276.79 s > [ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.o, dist/build/Data/Attoparsec/Types.dyn_o )
  2813. 276.79 s > [ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o, dist/build/Data/Attoparsec/Zepto.dyn_o )
  2814. 276.79 s > Data/Attoparsec/Zepto.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
  2815. 276.79 s > The import of ‘Data.Semigroup’ is redundant
  2816. 276.79 s > except perhaps to import instances from ‘Data.Semigroup’
  2817. 276.79 s > To import instances alone, use: import Data.Semigroup()
  2818. 276.79 s > |
  2819. 276.79 s > 46 | import Data.Semigroup (Semigroup(..))
  2820. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2821. 276.79 s >
  2822. 276.79 s > [ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o, dist/build/Data/Attoparsec/Combinator.dyn_o )
  2823. 276.79 s > Data/Attoparsec/Combinator.hs:46:46: warning: [GHC-38856] [-Wunused-imports]
  2824. 276.79 s > The import of ‘liftA2’
  2825. 276.79 s > from module ‘Control.Applicative’ is redundant
  2826. 276.79 s > |
  2827. 276.79 s > 46 | import Control.Applicative (Alternative(..), liftA2, many, (<|>))
  2828. 276.79 s > | ^^^^^^
  2829. 276.79 s >
  2830. 276.79 s > [ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o, dist/build/Data/Attoparsec/Text/Internal.dyn_o )
  2831. 276.79 s > Data/Attoparsec/Text/Internal.hs:68:36: warning: [GHC-38856] [-Wunused-imports]
  2832. 276.79 s > The import of ‘*>, <$>, pure’
  2833. 276.79 s > from module ‘Control.Applicative’ is redundant
  2834. 276.79 s > |
  2835. 276.79 s > 68 | import Control.Applicative ((<|>), (<$>), pure, (*>))
  2836. 276.79 s > | ^^^^^^^^^^^^^^^^^
  2837. 276.79 s >
  2838. 276.79 s > Data/Attoparsec/Text/Internal.hs:91:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2839. 276.79 s > The use of ‘~’ without TypeOperators
  2840. 276.79 s > will become an error in a future GHC release.
  2841. 276.79 s > Suggested fix: Perhaps you intended to use TypeOperators
  2842. 276.79 s > |
  2843. 276.79 s > 91 | instance (a ~ Text) => IsString (Parser a) where
  2844. 276.79 s > | ^
  2845. 276.79 s >
  2846. 276.79 s > [ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o, dist/build/Data/Attoparsec/Text.dyn_o )
  2847. 276.79 s > [ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o, dist/build/Data/Attoparsec/Text/Lazy.dyn_o )
  2848. 276.79 s > [10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o, dist/build/Data/Attoparsec/ByteString/Internal.dyn_o )
  2849. 276.79 s > [11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o, dist/build/Data/Attoparsec/ByteString.dyn_o )
  2850. 276.79 s > [12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.o, dist/build/Data/Attoparsec/ByteString/Lazy.dyn_o )
  2851. 276.79 s > [13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o, dist/build/Data/Attoparsec/Lazy.dyn_o )
  2852. 276.79 s > [14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o, dist/build/Data/Attoparsec/ByteString/Char8.dyn_o )
  2853. 276.79 s > Data/Attoparsec/ByteString/Char8.hs:154:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2854. 276.79 s > The use of ‘~’ without TypeOperators
  2855. 276.79 s > will become an error in a future GHC release.
  2856. 276.79 s > Suggested fix: Perhaps you intended to use TypeOperators
  2857. 276.79 s > |
  2858. 276.79 s > 154 | instance (a ~ B.ByteString) => IsString (Parser a) where
  2859. 276.79 s > | ^
  2860. 276.79 s >
  2861. 276.79 s > [15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o, dist/build/Data/Attoparsec/Char8.dyn_o )
  2862. 276.79 s > [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o, dist/build/Data/Attoparsec.dyn_o )
  2863. 276.79 s > [ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.p_o )
  2864. 276.79 s > Data/Attoparsec/Internal/Types.hs:28:53: warning: [GHC-38856] [-Wunused-imports]
  2865. 276.79 s > The import of ‘<$>’ from module ‘Control.Applicative’ is redundant
  2866. 276.79 s > |
  2867. 276.79 s > 28 | import Control.Applicative as App (Applicative(..), (<$>))
  2868. 276.79 s > | ^^^^^
  2869. 276.79 s >
  2870. 276.79 s > Data/Attoparsec/Internal/Types.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
  2871. 276.79 s > The import of ‘Data.Semigroup’ is redundant
  2872. 276.79 s > except perhaps to import instances from ‘Data.Semigroup’
  2873. 276.79 s > To import instances alone, use: import Data.Semigroup()
  2874. 276.79 s > |
  2875. 276.79 s > 34 | import Data.Semigroup (Semigroup(..))
  2876. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2877. 276.79 s >
  2878. 276.79 s > [ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.p_o )
  2879. 276.79 s > [ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.p_o )
  2880. 276.79 s > [ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.p_o )
  2881. 276.79 s > [ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.p_o )
  2882. 276.79 s > Data/Attoparsec/Zepto.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
  2883. 276.79 s > The import of ‘Data.Semigroup’ is redundant
  2884. 276.79 s > except perhaps to import instances from ‘Data.Semigroup’
  2885. 276.79 s > To import instances alone, use: import Data.Semigroup()
  2886. 276.79 s > |
  2887. 276.79 s > 46 | import Data.Semigroup (Semigroup(..))
  2888. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2889. 276.79 s >
  2890. 276.79 s > [ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.p_o )
  2891. 276.79 s > Data/Attoparsec/Combinator.hs:46:46: warning: [GHC-38856] [-Wunused-imports]
  2892. 276.79 s > The import of ‘liftA2’
  2893. 276.79 s > from module ‘Control.Applicative’ is redundant
  2894. 276.79 s > |
  2895. 276.79 s > 46 | import Control.Applicative (Alternative(..), liftA2, many, (<|>))
  2896. 276.79 s > | ^^^^^^
  2897. 276.79 s >
  2898. 276.79 s > [ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.p_o )
  2899. 276.79 s > Data/Attoparsec/Text/Internal.hs:68:36: warning: [GHC-38856] [-Wunused-imports]
  2900. 276.79 s > The import of ‘*>, <$>, pure’
  2901. 276.79 s > from module ‘Control.Applicative’ is redundant
  2902. 276.79 s > |
  2903. 276.79 s > 68 | import Control.Applicative ((<|>), (<$>), pure, (*>))
  2904. 276.79 s > | ^^^^^^^^^^^^^^^^^
  2905. 276.79 s >
  2906. 276.79 s > Data/Attoparsec/Text/Internal.hs:91:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2907. 276.79 s > The use of ‘~’ without TypeOperators
  2908. 276.79 s > will become an error in a future GHC release.
  2909. 276.79 s > Suggested fix: Perhaps you intended to use TypeOperators
  2910. 276.79 s > |
  2911. 276.79 s > 91 | instance (a ~ Text) => IsString (Parser a) where
  2912. 276.79 s > | ^
  2913. 276.79 s >
  2914. 276.79 s > [ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.p_o )
  2915. 276.79 s > [ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.p_o )
  2916. 276.79 s > [10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.p_o )
  2917. 276.79 s > [11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.p_o )
  2918. 276.79 s > [12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.p_o )
  2919. 276.79 s > [13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.p_o )
  2920. 276.79 s > [14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.p_o )
  2921. 276.79 s > Data/Attoparsec/ByteString/Char8.hs:154:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2922. 276.79 s > The use of ‘~’ without TypeOperators
  2923. 276.79 s > will become an error in a future GHC release.
  2924. 276.79 s > Suggested fix: Perhaps you intended to use TypeOperators
  2925. 276.79 s > |
  2926. 276.79 s > 154 | instance (a ~ B.ByteString) => IsString (Parser a) where
  2927. 276.79 s > | ^
  2928. 276.79 s >
  2929. 276.79 s > [15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.p_o )
  2930. 276.79 s > [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.p_o )
  2931. 276.79 s > Preprocessing test suite 'attoparsec-tests' for attoparsec-0.14.4...
  2932. 276.79 s > Building test suite 'attoparsec-tests' for attoparsec-0.14.4...
  2933. 276.79 s > [ 1 of 12] Compiling QC.Common ( tests/QC/Common.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Common.o )
  2934. 276.79 s > [ 2 of 12] Compiling QC.Combinator ( tests/QC/Combinator.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Combinator.o )
  2935. 276.79 s > [ 3 of 12] Compiling QC.ByteString ( tests/QC/ByteString.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/ByteString.o )
  2936. 276.79 s > [ 4 of 12] Compiling QC.Buffer ( tests/QC/Buffer.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Buffer.o )
  2937. 276.79 s > [ 5 of 12] Compiling QC.IPv6.Types ( tests/QC/IPv6/Types.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/IPv6/Types.o )
  2938. 276.79 s > [ 6 of 12] Compiling QC.IPv6.Internal ( tests/QC/IPv6/Internal.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/IPv6/Internal.o )
  2939. 276.79 s > tests/QC/IPv6/Internal.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  2940. 276.79 s > The import of ‘Control.Monad’ is redundant
  2941. 276.79 s > except perhaps to import instances from ‘Control.Monad’
  2942. 276.79 s > To import instances alone, use: import Control.Monad()
  2943. 276.79 s > |
  2944. 276.79 s > 32 | import Control.Monad (replicateM)
  2945. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2946. 276.79 s >
  2947. 276.79 s > tests/QC/IPv6/Internal.hs:34:27: warning: [GHC-38856] [-Wunused-imports]
  2948. 276.79 s > The import of ‘isHexDigit, toLower’
  2949. 276.79 s > from module ‘Data.Char’ is redundant
  2950. 276.79 s > |
  2951. 276.79 s > 34 | import Data.Char (isDigit,isHexDigit,toLower)
  2952. 276.79 s > | ^^^^^^^^^^^^^^^^^^
  2953. 276.79 s >
  2954. 276.79 s > tests/QC/IPv6/Internal.hs:35:1: warning: [GHC-66111] [-Wunused-imports]
  2955. 276.79 s > The import of ‘Data.Monoid’ is redundant
  2956. 276.79 s > except perhaps to import instances from ‘Data.Monoid’
  2957. 276.79 s > To import instances alone, use: import Data.Monoid()
  2958. 276.79 s > |
  2959. 276.79 s > 35 | import Data.Monoid ((<>))
  2960. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^
  2961. 276.79 s >
  2962. 276.79 s > tests/QC/IPv6/Internal.hs:36:35: warning: [GHC-38856] [-Wunused-imports]
  2963. 276.79 s > The import of ‘<*’ from module ‘Control.Applicative’ is redundant
  2964. 276.79 s > |
  2965. 276.79 s > 36 | import Control.Applicative ((<|>),(<*))
  2966. 276.79 s > | ^^^^
  2967. 276.79 s >
  2968. 276.79 s > tests/QC/IPv6/Internal.hs:38:1: warning: [GHC-66111] [-Wunused-imports]
  2969. 276.79 s > The import of ‘Data.Word’ is redundant
  2970. 276.79 s > except perhaps to import instances from ‘Data.Word’
  2971. 276.79 s > To import instances alone, use: import Data.Word()
  2972. 276.79 s > |
  2973. 276.79 s > 38 | import Data.Word (Word32)
  2974. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^
  2975. 276.79 s >
  2976. 276.79 s > tests/QC/IPv6/Internal.hs:46:1: warning: [GHC-38417] [-Wmissing-signatures]
  2977. 276.79 s > Top-level binding with no type signature: tok0 :: T.Text
  2978. 276.79 s > |
  2979. 276.79 s > 46 | tok0 = "0"
  2980. 276.79 s > | ^^^^
  2981. 276.79 s >
  2982. 276.79 s > tests/QC/IPv6/Internal.hs:68:36: warning: [GHC-40910] [-Wunused-matches]
  2983. 276.79 s > Defined but not used: ‘tok1’
  2984. 276.79 s > |
  2985. 276.79 s > 68 | isIPv6Addr [DoubleColon,SixteenBit tok1] = True
  2986. 276.79 s > | ^^^^
  2987. 276.79 s >
  2988. 276.79 s > tests/QC/IPv6/Internal.hs:77:17: warning: [GHC-18042] [-Wtype-defaults]
  2989. 276.79 s > • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
  2990. 276.79 s > (Eq a0)
  2991. 276.79 s > arising from the literal ‘0’ at tests/QC/IPv6/Internal.hs:77:17
  2992. 276.79 s > (Num a0)
  2993. 276.79 s > arising from the literal ‘0’ at tests/QC/IPv6/Internal.hs:77:17
  2994. 276.79 s > (Num a0)
  2995. 276.79 s > arising from a use of ‘oneMoreIPv4Addr’
  2996. 276.79 s > at tests/QC/IPv6/Internal.hs:109:23-37
  2997. 276.79 s > (Eq a0)
  2998. 276.79 s > arising from a use of ‘==’ at tests/QC/IPv6/Internal.hs:221:45-46
  2999. 276.79 s > (Num a0)
  3000. 276.79 s > arising from the literal ‘1’ at tests/QC/IPv6/Internal.hs:221:48
  3001. 276.79 s > • In the pattern: 0
  3002. 276.79 s > In a case alternative:
  3003. 276.79 s > 0 -> case lasttk of
  3004. 276.79 s > SixteenBit _ -> lenconst
  3005. 276.79 s > DoubleColon -> lenconst
  3006. 276.79 s > AllZeros -> lenconst
  3007. 276.79 s > _ -> False
  3008. 276.79 s > In the second argument of ‘(&&)’, namely
  3009. 276.79 s > ‘(case countIPv4Addr tks of
  3010. 276.79 s > 0 -> case lasttk of
  3011. 276.79 s > SixteenBit _ -> lenconst
  3012. 276.79 s > DoubleColon -> lenconst
  3013. 276.79 s > AllZeros -> lenconst
  3014. 276.79 s > _ -> False
  3015. 276.79 s > 1 -> case lasttk of
  3016. 276.79 s > IPv4Addr _
  3017. 276.79 s > -> (lentks == 13 && cdctks == 0) || (lentks < 12 && cdctks == 1)
  3018. 276.79 s > _ -> False
  3019. 276.79 s > otherwise -> False)’
  3020. 276.79 s > |
  3021. 276.79 s > 77 | 0 -> case lasttk of
  3022. 276.79 s > | ^
  3023. 276.79 s >
  3024. 276.79 s > tests/QC/IPv6/Internal.hs:85:17: warning: [GHC-40910] [-Wunused-matches]
  3025. 276.79 s > Defined but not used: ‘otherwise’
  3026. 276.79 s > |
  3027. 276.79 s > 85 | otherwise -> False))
  3028. 276.79 s > | ^^^^^^^^^
  3029. 276.79 s >
  3030. 276.79 s > tests/QC/IPv6/Internal.hs:85:17: warning: [GHC-63397] [-Wname-shadowing]
  3031. 276.79 s > This binding for ‘otherwise’ shadows the existing binding
  3032. 276.79 s > imported from ‘Prelude’ at tests/QC/IPv6/Internal.hs:16:8-23
  3033. 276.79 s > (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  3034. 276.79 s > |
  3035. 276.79 s > 85 | otherwise -> False))
  3036. 276.79 s > | ^^^^^^^^^
  3037. 276.79 s >
  3038. 276.79 s > tests/QC/IPv6/Internal.hs:89:29: warning: [GHC-63394] [-Wx-partial]
  3039. 276.79 s > In the use of ‘head’
  3040. 276.79 s > (imported from Prelude, but defined in GHC.Internal.List):
  3041. 276.79 s > "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  3042. 276.79 s > |
  3043. 276.79 s > 89 | let h = head ts
  3044. 276.79 s > | ^^^^
  3045. 276.79 s >
  3046. 276.79 s > tests/QC/IPv6/Internal.hs:101:26: warning: [GHC-63394] [-Wx-partial]
  3047. 276.79 s > In the use of ‘head’
  3048. 276.79 s > (imported from Prelude, but defined in GHC.Internal.List):
  3049. 276.79 s > "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  3050. 276.79 s > |
  3051. 276.79 s > 101 | case head l of
  3052. 276.79 s > | ^^^^
  3053. 276.79 s >
  3054. 276.79 s > tests/QC/IPv6/Internal.hs:107:17: warning: [GHC-40910] [-Wunused-local-binds]
  3055. 276.79 s > Defined but not used: ‘tok1’
  3056. 276.79 s > |
  3057. 276.79 s > 107 | tok1 = "1"
  3058. 276.79 s > | ^^^^
  3059. 276.79 s >
  3060. 276.79 s > tests/QC/IPv6/Internal.hs:107:24: warning: [GHC-18042] [-Wtype-defaults]
  3061. 276.79 s > • Defaulting the type variable ‘a0’ to type ‘String’ in the following constraint
  3062. 276.79 s > ghc-internal-9.1003.0:GHC.Internal.Data.String.IsString a0
  3063. 276.79 s > arising from the literal ‘"1"’
  3064. 276.79 s > • In the expression: "1"
  3065. 276.79 s > In an equation for ‘tok1’: tok1 = "1"
  3066. 276.79 s > In an equation for ‘isIPv6Addr’:
  3067. 276.79 s > isIPv6Addr tks
  3068. 276.79 s > = diffNext tks
  3069. 276.79 s > &&
  3070. 276.79 s > (do let cdctks = countDoubleColon tks
  3071. 276.79 s > let lentks = length tks
  3072. 276.79 s > let lasttk = last tks
  3073. 276.79 s > let lenconst
  3074. 276.79 s > = (lentks == 15 && cdctks == 0) || (lentks < 15 && cdctks == 1)
  3075. 276.79 s > ....)
  3076. 276.79 s > where
  3077. 276.79 s > diffNext [] = False
  3078. 276.79 s > diffNext [_] = True
  3079. 276.79 s > diffNext (t : ts)
  3080. 276.79 s > = do let ...
  3081. 276.79 s > ....
  3082. 276.79 s > firstValidToken l
  3083. 276.79 s > = case head l of
  3084. 276.79 s > SixteenBit _ -> True
  3085. 276.79 s > DoubleColon -> True
  3086. 276.79 s > AllZeros -> True
  3087. 276.79 s > _ -> False
  3088. 276.79 s > countDoubleColon l = length $ elemIndices DoubleColon l
  3089. 276.79 s > tok1 = "1"
  3090. 276.79 s > |
  3091. 276.79 s > 107 | tok1 = "1"
  3092. 276.79 s > | ^^^
  3093. 276.79 s >
  3094. 276.79 s > tests/QC/IPv6/Internal.hs:109:1: warning: [GHC-38417] [-Wmissing-signatures]
  3095. 276.79 s > Top-level binding with no type signature:
  3096. 276.79 s > countIPv4Addr :: [IPv6AddrToken] -> Integer
  3097. 276.79 s > |
  3098. 276.79 s > 109 | countIPv4Addr = foldr oneMoreIPv4Addr 0
  3099. 276.79 s > | ^^^^^^^^^^^^^
  3100. 276.79 s >
  3101. 276.79 s > tests/QC/IPv6/Internal.hs:113:31: warning: [GHC-40910] [-Wunused-matches]
  3102. 276.79 s > Defined but not used: ‘otherwise’
  3103. 276.79 s > |
  3104. 276.79 s > 113 | otherwise -> c
  3105. 276.79 s > | ^^^^^^^^^
  3106. 276.79 s >
  3107. 276.79 s > tests/QC/IPv6/Internal.hs:113:31: warning: [GHC-63397] [-Wname-shadowing]
  3108. 276.79 s > This binding for ‘otherwise’ shadows the existing binding
  3109. 276.79 s > imported from ‘Prelude’ at tests/QC/IPv6/Internal.hs:16:8-23
  3110. 276.79 s > (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  3111. 276.79 s > |
  3112. 276.79 s > 113 | otherwise -> c
  3113. 276.79 s > | ^^^^^^^^^
  3114. 276.79 s >
  3115. 276.79 s > tests/QC/IPv6/Internal.hs:145:5: warning: [GHC-62161] [-Wincomplete-patterns]
  3116. 276.79 s > Pattern match(es) are non-exhaustive
  3117. 276.79 s > In a case alternative:
  3118. 276.79 s > Patterns of type ‘IResult T.Text [IPv6AddrToken]’ not matched:
  3119. 276.79 s > Partial _
  3120. 276.79 s > |
  3121. 276.79 s > 145 | case readText s of
  3122. 276.79 s > | ^^^^^^^^^^^^^^^^^^...
  3123. 276.79 s >
  3124. 276.79 s > tests/QC/IPv6/Internal.hs:149:14: warning: [GHC-63397] [-Wname-shadowing]
  3125. 276.79 s > This binding for ‘s’ shadows the existing binding
  3126. 276.79 s > bound at tests/QC/IPv6/Internal.hs:144:21
  3127. 276.79 s > |
  3128. 276.79 s > 149 | readText s = feed (parse (many1 $ ipv4Addr <|> sixteenBit <|> doubleColon <|> colon) s) T.empty
  3129. 276.79 s > | ^
  3130. 276.79 s >
  3131. 276.79 s > tests/QC/IPv6/Internal.hs:212:55: warning: [GHC-63394] [-Wx-partial]
  3132. 276.79 s > In the use of ‘tail’
  3133. 276.79 s > (imported from Prelude, but defined in GHC.Internal.List):
  3134. 276.79 s > "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
  3135. 276.79 s > |
  3136. 276.79 s > 212 | let snds = if not (null (snd s)) then tail(snd s) else []
  3137. 276.79 s > | ^^^^
  3138. 276.79 s >
  3139. 276.79 s > tests/QC/IPv6/Internal.hs:219:34: warning: [GHC-63397] [-Wname-shadowing]
  3140. 276.79 s > This binding for ‘x’ shadows the existing binding
  3141. 276.79 s > bound at tests/QC/IPv6/Internal.hs:218:42
  3142. 276.79 s > |
  3143. 276.79 s > 219 | ntks tks - foldl (\c x -> if (x /= DoubleColon) && (x /= Colon) then c+1 else c) 0 x
  3144. 276.79 s > | ^
  3145. 276.79 s >
  3146. 276.79 s > tests/QC/IPv6/Internal.hs:221:18: warning: [GHC-63397] [-Wname-shadowing]
  3147. 276.79 s > This binding for ‘tks’ shadows the existing binding
  3148. 276.79 s > bound at tests/QC/IPv6/Internal.hs:207:17
  3149. 276.79 s > |
  3150. 276.79 s > 221 | ntks tks = if countIPv4Addr tks == 1 then 7 else 8
  3151. 276.79 s > | ^^^
  3152. 276.79 s >
  3153. 276.79 s > tests/QC/IPv6/Internal.hs:242:25: warning: [GHC-63397] [-Wname-shadowing]
  3154. 276.79 s > This binding for ‘t’ shadows the existing binding
  3155. 276.79 s > bound at tests/QC/IPv6/Internal.hs:235:23
  3156. 276.79 s > |
  3157. 276.79 s > 242 | where longest t = case t of
  3158. 276.79 s > | ^
  3159. 276.79 s >
  3160. 276.79 s > tests/QC/IPv6/Internal.hs:247:21: warning: [GHC-63394] [-Wx-partial]
  3161. 276.79 s > In the use of ‘head’
  3162. 276.79 s > (imported from Prelude, but defined in GHC.Internal.List):
  3163. 276.79 s > "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  3164. 276.79 s > |
  3165. 276.79 s > 247 | helper h = (head h == AllZeros, lh) where lh = length h
  3166. 276.79 s > | ^^^^
  3167. 276.79 s >
  3168. 276.79 s > tests/QC/IPv6/Internal.hs:298:12: warning: [GHC-18042] [-Wtype-defaults]
  3169. 276.79 s > • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
  3170. 276.79 s > (Integral a0)
  3171. 276.79 s > arising from a use of ‘R.decimal’
  3172. 276.79 s > at tests/QC/IPv6/Internal.hs:298:12-20
  3173. 276.79 s > (Ord a0)
  3174. 276.79 s > arising from a use of ‘<’ at tests/QC/IPv6/Internal.hs:299:39
  3175. 276.79 s > (Num a0)
  3176. 276.79 s > arising from the literal ‘256’
  3177. 276.79 s > at tests/QC/IPv6/Internal.hs:299:41-43
  3178. 276.79 s > (Show a0)
  3179. 276.79 s > arising from a use of ‘show’ at tests/QC/IPv6/Internal.hs:299:59-62
  3180. 276.79 s > • In the expression: R.decimal ds
  3181. 276.79 s > In a stmt of a 'do' block:
  3182. 276.79 s > case R.decimal ds of
  3183. 276.79 s > Right (n, _)
  3184. 276.79 s > -> return (if n < 256 then T.pack $ show n else T.empty)
  3185. 276.79 s > Left _ -> return T.empty
  3186. 276.79 s > In the expression:
  3187. 276.79 s > do ds <- takeWhile1 isDigit
  3188. 276.79 s > case R.decimal ds of
  3189. 276.79 s > Right (n, _)
  3190. 276.79 s > -> return (if n < 256 then T.pack $ show n else T.empty)
  3191. 276.79 s > Left _ -> return T.empty
  3192. 276.79 s > |
  3193. 276.79 s > 298 | case R.decimal ds of
  3194. 276.79 s > | ^^^^^^^^^
  3195. 276.79 s >
  3196. 276.79 s > tests/QC/IPv6/Internal.hs:304:5: warning: [GHC-81995] [-Wunused-do-bind]
  3197. 276.79 s > A do-notation statement discarded a result of type ‘T.Text’
  3198. 276.79 s > Suggested fix: Suppress this warning by saying ‘_ <- string "::"’
  3199. 276.79 s > |
  3200. 276.79 s > 304 | string "::"
  3201. 276.79 s > | ^^^^^^^^^^^
  3202. 276.79 s >
  3203. 276.79 s > tests/QC/IPv6/Internal.hs:309:5: warning: [GHC-81995] [-Wunused-do-bind]
  3204. 276.79 s > A do-notation statement discarded a result of type ‘T.Text’
  3205. 276.79 s > Suggested fix: Suppress this warning by saying ‘_ <- string ":"’
  3206. 276.79 s > |
  3207. 276.79 s > 309 | string ":"
  3208. 276.79 s > | ^^^^^^^^^^
  3209. 276.79 s >
  3210. 276.79 s > [ 7 of 12] Compiling QC.Rechunked ( tests/QC/Rechunked.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Rechunked.o )
  3211. 276.79 s > [ 8 of 12] Compiling QC.Simple ( tests/QC/Simple.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Simple.o )
  3212. 276.79 s > tests/QC/Simple.hs:10:1: warning: [GHC-66111] [-Wunused-imports]
  3213. 276.79 s > The import of ‘Data.List’ is redundant
  3214. 276.79 s > except perhaps to import instances from ‘Data.List’
  3215. 276.79 s > To import instances alone, use: import Data.List()
  3216. 276.79 s > |
  3217. 276.79 s > 10 | import Data.List (foldl')
  3218. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^
  3219. 276.79 s >
  3220. 276.79 s > [ 9 of 12] Compiling QC.Text.FastSet ( tests/QC/Text/FastSet.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/FastSet.o )
  3221. 276.79 s > [10 of 12] Compiling QC.Text.Regressions ( tests/QC/Text/Regressions.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/Regressions.o )
  3222. 276.79 s > tests/QC/Text/Regressions.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
  3223. 276.79 s > The import of ‘Data.List’ is redundant
  3224. 276.79 s > except perhaps to import instances from ‘Data.List’
  3225. 276.79 s > To import instances alone, use: import Data.List()
  3226. 276.79 s > |
  3227. 276.79 s > 9 | import Data.List (foldl')
  3228. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^
  3229. 276.79 s >
  3230. 276.79 s > tests/QC/Text/Regressions.hs:12:1: warning: [GHC-66111] [-Wunused-imports]
  3231. 276.79 s > The import of ‘Data.Monoid’ is redundant
  3232. 276.79 s > except perhaps to import instances from ‘Data.Monoid’
  3233. 276.79 s > To import instances alone, use: import Data.Monoid()
  3234. 276.79 s > |
  3235. 276.79 s > 12 | import Data.Monoid ((<>))
  3236. 276.79 s > | ^^^^^^^^^^^^^^^^^^^^^^^^^
  3237. 276.79 s >
  3238. 276.79 s > [11 of 12] Compiling QC.Text ( tests/QC/Text.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text.o )
  3239. 276.79 s > [12 of 12] Compiling Main ( tests/QC.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/Main.o )
  3240. 276.79 s > [13 of 13] Linking dist/build/attoparsec-tests/attoparsec-tests
  3241. 276.79 s > buildPhase completed in 1 minutes 2 seconds
  3242. 276.79 s > Running phase: checkPhase
  3243. 276.79 s > Running 1 test suites...
  3244. 276.79 s > Test suite attoparsec-tests: RUNNING...
  3245. 276.79 s > tests
  3246. 276.79 s > bs
  3247. 276.79 s > anyWord8: OK
  3248. 276.79 s > +++ OK, passed 100 tests.
  3249. 276.79 s > endOfInput: OK
  3250. 276.79 s > +++ OK, passed 100 tests.
  3251. 276.79 s > endOfLine: OK
  3252. 276.79 s > +++ OK, failed as expected. Falsified, Falsified (after 2 tests and 1 shrink):
  3253. 276.79 s > "\NUL"
  3254. 276.79 s > '\NUL' /= '\n'
  3255. 276.79 s >
  3256. 276.79 s > ('\NUL',Nothing) /= ('\r',Just '\n')
  3257. 276.79 s > notWord8: OK
  3258. 276.79 s > +++ OK, passed 100 tests.
  3259. 276.79 s > peekWord8: OK
  3260. 276.79 s > +++ OK, passed 100 tests.
  3261. 276.79 s > peekWord8': OK
  3262. 276.79 s > +++ OK, passed 100 tests.
  3263. 276.79 s > satisfy: OK
  3264. 276.79 s > +++ OK, passed 100 tests.
  3265. 276.79 s > satisfyWith: OK
  3266. 276.79 s > +++ OK, passed 100 tests.
  3267. 276.79 s > scan: OK
  3268. 276.79 s > +++ OK, passed 100 tests.
  3269. 276.79 s > skip: OK
  3270. 276.79 s > +++ OK, failed as expected. Falsified (after 2 tests and 1 shrink):
  3271. 276.79 s > 0
  3272. 276.79 s > "\NUL"
  3273. 276.79 s > not (0 < 0)
  3274. 276.79 s > skipWhile: OK
  3275. 276.79 s > +++ OK, passed 100 tests.
  3276. 276.79 s > string: OK
  3277. 276.79 s > +++ OK, passed 100 tests.
  3278. 276.79 s > stringCI: OK
  3279. 276.79 s > +++ OK, passed 100 tests.
  3280. 276.79 s > strings: OK
  3281. 276.79 s > +++ OK, passed 100 tests.
  3282. 276.79 s > take: OK
  3283. 276.79 s > +++ OK, passed 100 tests.
  3284. 276.79 s > takeByteString: OK
  3285. 276.79 s > +++ OK, passed 100 tests.
  3286. 276.79 s > takeCount: OK
  3287. 276.79 s > +++ OK, passed 100 tests.
  3288. 276.79 s > takeLazyByteString: OK
  3289. 276.79 s > +++ OK, passed 100 tests.
  3290. 276.79 s > takeTill: OK
  3291. 276.79 s > +++ OK, passed 100 tests.
  3292. 276.79 s > takeWhile: OK
  3293. 276.79 s > +++ OK, passed 100 tests.
  3294. 276.79 s > takeWhile1: OK
  3295. 276.79 s > +++ OK, passed 100 tests.
  3296. 276.79 s > takeWhile1_empty: OK
  3297. 276.79 s > +++ OK, passed 100 tests.
  3298. 276.79 s > takeWhileIncluding: OK
  3299. 276.79 s > +++ OK, passed 100 tests; 1 discarded.
  3300. 276.79 s > getChunk: OK
  3301. 276.79 s > +++ OK, passed 100 tests.
  3302. 276.79 s > word8: OK
  3303. 276.79 s > +++ OK, passed 100 tests.
  3304. 276.79 s > members: OK
  3305. 276.79 s > +++ OK, passed 100 tests.
  3306. 276.79 s > nonmembers: OK
  3307. 276.79 s > +++ OK, passed 100 tests.
  3308. 276.79 s > buf
  3309. 276.79 s > b_unbuffer: OK (0.02s)
  3310. 276.79 s > +++ OK, passed 100 tests.
  3311. 276.79 s > t_unbuffer: OK (0.01s)
  3312. 276.79 s > +++ OK, passed 100 tests.
  3313. 276.79 s > t_unbuffer_three: OK
  3314. 276.79 s > +++ OK, passed 100 tests.
  3315. 276.79 s > b_length: OK (0.02s)
  3316. 276.79 s > +++ OK, passed 100 tests.
  3317. 276.79 s > t_length: OK
  3318. 276.79 s > +++ OK, passed 100 tests.
  3319. 276.79 s > b_unsafeIndex: OK
  3320. 276.79 s > +++ OK, passed 100 tests.
  3321. 276.79 s > t_iter: FAIL (0.01s)
  3322. 276.79 s > *** Failed! Falsified, Falsified (after 33 tests and 60 shrinks):
  3323. 276.79 s > BP ["\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL","\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049"] "\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049" "\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\NUL\65536\2048\NUL\NUL\NUL\NUL\NUL\65536\NUL\NUL\2049"
  3324. 276.79 s > 34 /= 0
  3325. 276.79 s >
  3326. 276.79 s > ('\-4080',2) /= ('\-4106',2)
  3327. 276.79 s >
  3328. 276.79 s > Use --quickcheck-replay="(SMGen 17481284348911563638 2141117033107791273,32)" to reproduce.
  3329. 276.79 s > Use -p '$0=="tests.buf.t_iter"' to rerun this test only.
  3330. 276.79 s > t_iter_: OK
  3331. 276.79 s > +++ OK, passed 100 tests.
  3332. 276.79 s > b_unsafeDrop: OK (0.01s)
  3333. 276.79 s > +++ OK, passed 100 tests.
  3334. 276.79 s > t_dropCodeUnits: OK (0.01s)
  3335. 276.79 s > +++ OK, passed 100 tests.
  3336. 276.79 s > combinator
  3337. 276.79 s > choice: OK
  3338. 276.79 s > +++ OK, passed 100 tests.
  3339. 276.79 s > count: OK
  3340. 276.79 s > +++ OK, passed 100 tests.
  3341. 276.79 s > lookAhead: OK
  3342. 276.79 s > +++ OK, passed 100 tests.
  3343. 276.79 s > match: OK
  3344. 276.79 s > +++ OK, passed 100 tests.
  3345. 276.79 s > simple
  3346. 276.79 s > issue75: OK
  3347. 276.79 s > +++ OK, passed 100 tests.
  3348. 276.79 s > text
  3349. 276.79 s > anyChar: OK
  3350. 276.79 s > +++ OK, passed 100 tests.
  3351. 276.79 s > asciiCI: OK
  3352. 276.79 s > +++ OK, passed 100 tests.
  3353. 276.79 s > char: OK
  3354. 276.79 s > +++ OK, passed 100 tests.
  3355. 276.79 s > endOfInput: OK
  3356. 276.79 s > +++ OK, passed 100 tests.
  3357. 276.79 s > endOfLine: OK
  3358. 276.79 s > +++ OK, failed as expected. Falsified, Falsified (after 3 tests and 2 shrinks):
  3359. 276.79 s > "\NUL"
  3360. 276.79 s > '\NUL' /= '\n'
  3361. 276.79 s >
  3362. 276.79 s > ('\NUL',Nothing) /= ('\r',Just '\n')
  3363. 276.79 s > notChar: OK
  3364. 276.79 s > +++ OK, passed 100 tests.
  3365. 276.79 s > peekChar: OK
  3366. 276.79 s > +++ OK, passed 100 tests.
  3367. 276.79 s > peekChar': OK
  3368. 276.79 s > +++ OK, passed 100 tests.
  3369. 276.79 s > satisfy: OK
  3370. 276.79 s > +++ OK, passed 100 tests.
  3371. 276.79 s > satisfyWith: OK
  3372. 276.79 s > +++ OK, passed 100 tests.
  3373. 276.79 s > scan: OK
  3374. 276.79 s > +++ OK, passed 100 tests.
  3375. 276.79 s > skip: OK
  3376. 276.79 s > +++ OK, failed as expected. Falsified (after 5 tests and 13 shrinks):
  3377. 276.79 s > 'a'
  3378. 276.79 s > "a"
  3379. 276.79 s > not ('a' < 'a')
  3380. 276.79 s > skipWhile: OK
  3381. 276.79 s > +++ OK, passed 100 tests.
  3382. 276.79 s > string: OK
  3383. 276.79 s > +++ OK, passed 100 tests.
  3384. 276.79 s > strings: OK
  3385. 276.79 s > +++ OK, passed 100 tests.
  3386. 276.79 s > stringCI: OK
  3387. 276.79 s > +++ OK, passed 100 tests.
  3388. 276.79 s > take: OK
  3389. 276.79 s > +++ OK, passed 100 tests.
  3390. 276.79 s > takeText: OK
  3391. 276.79 s > +++ OK, passed 100 tests.
  3392. 276.79 s > takeCount: OK
  3393. 276.79 s > +++ OK, passed 100 tests.
  3394. 276.79 s > takeLazyText: OK
  3395. 276.79 s > +++ OK, passed 100 tests.
  3396. 276.79 s > takeTill: OK
  3397. 276.79 s > +++ OK, passed 100 tests.
  3398. 276.79 s > takeWhile: OK
  3399. 276.79 s > +++ OK, passed 100 tests.
  3400. 276.79 s > takeWhile1: OK
  3401. 276.79 s > +++ OK, passed 100 tests.
  3402. 276.79 s > takeWhile1_empty: OK
  3403. 276.79 s > +++ OK, passed 100 tests.
  3404. 276.79 s > members: OK
  3405. 276.79 s > +++ OK, passed 100 tests.
  3406. 276.79 s > nonmembers: OK
  3407. 276.79 s > +++ OK, passed 100 tests.
  3408. 276.79 s > FastSet
  3409. 276.79 s > membership is correct: OK
  3410. 276.79 s > +++ OK, passed 100 tests.
  3411. 276.79 s > Regressions
  3412. 276.79 s > issue105: OK
  3413. 276.79 s > +++ OK, passed 100 tests.
  3414. 276.79 s >
  3415. 276.79 s > 1 out of 70 tests failed (0.19s)
  3416. 276.79 s > Test suite attoparsec-tests: FAIL
  3417. 276.79 s > Test suite logged to: dist/test/attoparsec-0.14.4-attoparsec-tests.log
  3418. 276.79 s > 0 of 1 test suites (0 of 1 test cases) passed.
  3419. 276.79 s For full logs, run:
  3420. 276.79 s nix log /nix/store/93bwhazi0qhls4zj7g3nqqfljv9j6z0l-attoparsec-0.14.4.drv
  3421. 276.79 s error: Cannot build '/nix/store/1kjq4jc8rfkgpxdilg82jqih4i4swjaz-aeson-pretty-0.8.10.drv'.
  3422. 276.79 s Reason: 1 dependency failed.
  3423. 276.79 s Output paths:
  3424. 276.79 s /nix/store/kbkrnykg1c460mbfy5wlzwa3q3i6rnfj-aeson-pretty-0.8.10-doc
  3425. 276.79 s /nix/store/y2035j4i1j5nlh3hh69z425zw38fgw4z-aeson-pretty-0.8.10
  3426. 276.79 s error: Cannot build '/nix/store/7d2vbb16l6g70blwjdczj35ynpxayv37-attoparsec-aeson-2.2.2.0.drv'.
  3427. 276.79 s Reason: 1 dependency failed.
  3428. 276.79 s Output paths:
  3429. 276.79 s /nix/store/a5jw5p3j8izh4hkxpawngxdr2kvrlpd0-attoparsec-aeson-2.2.2.0
  3430. 276.79 s /nix/store/lr19gnlv3y4g59s4s507xfh0lvrb3y24-attoparsec-aeson-2.2.2.0-doc
  3431. 276.79 s error: Cannot build '/nix/store/1n52mfsy087gnip68hbq0snhabg0bzny-cassava-0.5.4.1.drv'.
  3432. 276.79 s Reason: 1 dependency failed.
  3433. 276.79 s Output paths:
  3434. 276.79 s /nix/store/fif6j2wfmas2afgpixb850mh17h2b4yn-cassava-0.5.4.1
  3435. 276.79 s /nix/store/kvl1x42cf2f0sv8ij80m4k0pkmqq9586-cassava-0.5.4.1-doc
  3436. 276.79 s error: Cannot build '/nix/store/smv4ylim408jksd10hdvfsb2gkygr9wi-conduit-extra-1.3.8.drv'.
  3437. 276.79 s Reason: 1 dependency failed.
  3438. 276.79 s Output paths:
  3439. 276.79 s /nix/store/1kjygxmhinq030sd4y9q6gq0r41l0p1y-conduit-extra-1.3.8-doc
  3440. 276.79 s /nix/store/yvhicmfzjiyjkfr2a3s13g3nmijpvcby-conduit-extra-1.3.8
  3441. 276.79 s error: Cannot build '/nix/store/5hz4rfvni2k2jxqzll7ag4zc33x43n1q-frontmatter-0.1.0.2.drv'.
  3442. 276.79 s Reason: 1 dependency failed.
  3443. 276.79 s Output paths:
  3444. 276.79 s /nix/store/22pf470xkadaw2qkvjjxmm91fwkrspjz-frontmatter-0.1.0.2-doc
  3445. 276.79 s /nix/store/cv3x2np3ajnnj91wymjca9g9lxpp4fxq-frontmatter-0.1.0.2
  3446. 276.79 s error: Cannot build '/nix/store/xwr3xjqc9faa0ld0ara688pkbyvmis07-hspec-attoparsec-0.1.0.2.drv'.
  3447. 276.79 s Reason: 1 dependency failed.
  3448. 276.79 s Output paths:
  3449. 276.79 s /nix/store/davdvrkx2ggbhyb2rs5z7hngkx3hyrw6-hspec-attoparsec-0.1.0.2-doc
  3450. 276.79 s /nix/store/fhsf3bww666xngpqzxly8n8h4i3106r3-hspec-attoparsec-0.1.0.2
  3451. 276.79 s error: Cannot build '/nix/store/fizx9qkslqnj0dh8miiy62a4i3sh35kb-http-date-0.0.11.drv'.
  3452. 276.79 s Reason: 1 dependency failed.
  3453. 276.79 s Output paths:
  3454. 276.79 s /nix/store/25sjwri9dix4l8h7ig1zvfzpm3l8n7zn-http-date-0.0.11-doc
  3455. 276.79 s /nix/store/gk9bbhyv5qqjf1fmngadybyf71b1x35v-http-date-0.0.11
  3456. 276.79 s error: Cannot build '/nix/store/kn9kj6pafvh59asnh6pq9hnwlvk6xr9w-http-link-header-1.2.3.drv'.
  3457. 276.79 s Reason: 1 dependency failed.
  3458. 276.79 s Output paths:
  3459. 276.79 s /nix/store/88fmwgvgxmafp0rgw2b7yzbwv1lgxaak-http-link-header-1.2.3
  3460. 276.79 s /nix/store/h8chc08287zwp8n1gkcv7r48qib4ywgp-http-link-header-1.2.3-doc
  3461. 276.79 s error: Cannot build '/nix/store/smw2vbklhiawkly3q4n27d02wwfh5zgm-lsp-2.7.0.1.drv'.
  3462. 276.79 s Reason: 1 dependency failed.
  3463. 276.79 s Output paths:
  3464. 276.79 s /nix/store/giyzc1iwnwyv83qz7fw9x6mjgbqiv9p5-lsp-2.7.0.1
  3465. 276.79 s /nix/store/njy59qw4x0dy4fxp0ijbwris38w43pl5-lsp-2.7.0.1-doc
  3466. 276.79 s error: Cannot build '/nix/store/0pgy8dhwqwfiz607lh3nacy4pr9f1sy4-servant-0.20.3.0.drv'.
  3467. 276.79 s Reason: 1 dependency failed.
  3468. 276.79 s Output paths:
  3469. 276.79 s /nix/store/nrazd03b2ilwpc1fzzjzfhgm3npjhyk3-servant-0.20.3.0
  3470. 276.79 s /nix/store/nrn4v99f638v3hg18abs22ws5v54w78b-servant-0.20.3.0-doc
  3471. 276.79 s error: Cannot build '/nix/store/fc2cdsih48zd3dibybndgigkmm40xk3c-servant-client-core-0.20.3.0.drv'.
  3472. 276.79 s Reason: 1 dependency failed.
  3473. 276.79 s Output paths:
  3474. 276.79 s /nix/store/1g9l2facpr2q00r875156a83cb3kl7fd-servant-client-core-0.20.3.0-doc
  3475. 276.79 s /nix/store/apqkhiajvgv2afwh325pja5zfzdd4729-servant-client-core-0.20.3.0
  3476. 276.79 s error: Cannot build '/nix/store/l6xlrzymssj7arbk0ayi7ysdv3qsqxgf-sqlite-simple-0.4.19.0.drv'.
  3477. 276.79 s Reason: 1 dependency failed.
  3478. 276.79 s Output paths:
  3479. 276.79 s /nix/store/6rz7d75nh7vl5cpfl3kgnd76lhw01q5n-sqlite-simple-0.4.19.0-doc
  3480. 276.79 s /nix/store/n2f2d92g59pl7qg772ckh23lhiqjkvxs-sqlite-simple-0.4.19.0
  3481. 276.79 s error: Cannot build '/nix/store/zm9qkfr7sv3xv4811mx5lp3khp63mh46-unison-cli-0.0.0.drv'.
  3482. 276.79 s Reason: 1 dependency failed.
  3483. 276.79 s Output paths:
  3484. 276.79 s /nix/store/72x2d7582qapwg4dphwmkdz8f6jkks04-unison-cli-0.0.0
  3485. 276.79 s /nix/store/dhpn16lgqn048zx2lg8n5z0h3w7h0dhr-unison-cli-0.0.0-doc
  3486. 276.79 s error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30010": Device or resource busy
  3487. 276.84 s warning: killing stray builder process 49784 (bash -e /nix/store/l622p70vy8k5sh7y5wizi5f2mic6ynpg-source-stdenv.sh /nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh)...
  3488. 276.85 s error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30016": Device or resource busy
  3489. 277.00 s error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30013": Device or resource busy
  3490. 277.06 s error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30015": Device or resource busy
  3491. 277.17 s error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30002": Device or resource busy
  3492. 277.32 s warning: killing stray builder process 55025 ()...
  3493. 277.33 s error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30001": Device or resource busy
  3494. 277.47 s warning: killing stray builder process 43479 (bash -e /nix/store/l622p70vy8k5sh7y5wizi5f2mic6ynpg-source-stdenv.sh /nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh)...
  3495. 277.48 s error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30018": Device or resource busy
  3496. 277.54 s error: Cannot build '/nix/store/82a0172638s4ppydvmi876y732fbjn7i-wai-cors-0.2.7.drv'.
  3497. 277.54 s Reason: 1 dependency failed.
  3498. 277.54 s Output paths:
  3499. 277.54 s /nix/store/6vs2df599y0w6vsmvpaz9n7h53sdq524-wai-cors-0.2.7
  3500. 277.54 s /nix/store/8wdd4svrlnx3dn85wn0p70d6w6z1m5qh-wai-cors-0.2.7-data
  3501. 277.54 s /nix/store/i1zrdvpl12vsy9lmdy477yfaj1gyz7gl-wai-cors-0.2.7-doc
  3502. 277.54 s error: Cannot build '/nix/store/5qr5b8dps415b2kcygar0knzqjc8z606-websockets-0.13.0.0.drv'.
  3503. 277.54 s Reason: 1 dependency failed.
  3504. 277.54 s Output paths:
  3505. 277.54 s /nix/store/0zpsksvp1rlk5ianyb7vn6hg66c9i417-websockets-0.13.0.0
  3506. 277.54 s /nix/store/f1pv4scq6ngcw1cfdwswqvj25n9vdsc6-websockets-0.13.0.0-doc
  3507. 277.54 s error: Cannot build '/nix/store/8ypvpfd79qjwi3hyzarvdkviaydgh8jx-yaml-0.11.11.2.drv'.
  3508. 277.54 s Reason: 1 dependency failed.
  3509. 277.54 s Output paths:
  3510. 277.54 s /nix/store/02slwfj26wq1p5gh8m9f4m1jdbjlfkfm-yaml-0.11.11.2
  3511. 277.54 s /nix/store/lxxkh32kw97ziiafl6v1f7xdjmyfzpbv-yaml-0.11.11.2-doc
  3512. 277.54 s error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30012": Device or resource busy
  3513. 277.59 s error (ignored): deleting cgroup "/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-30020": Device or resource busy
  3514. 277.64 s error: Build failed due to failed dependency
  3515. 277.64 s error: Cannot build '/nix/store/0q3ik0v7fh0j9prm857a4c71n1xzasb9-unison-cli-main-0.0.0.drv'.
  3516. 277.64 s Reason: 1 dependency failed.
  3517. 277.64 s Output paths:
  3518. 277.64 s /nix/store/9s5djcpv4hdz9kwddyci79lvfp11jl4c-unison-cli-main-0.0.0-doc
  3519. 277.64 s /nix/store/fr206cawxzk4liy6cj14c2c763s0y41l-unison-cli-main-0.0.0
  3520. 277.65 s Build failed due to failed dependency
  3521. 277.71 s Build failed.