1. 2281.43 s [safe-exceptions] async/async [✔]
  2. 2281.43 s [safe-exceptions] finally
  3. 2281.43 s [safe-exceptions] sync/sync [✔]
  4. 2281.43 s [safe-exceptions] async/sync [✔]
  5. 2281.43 s [safe-exceptions] async/async [✔]
  6. 2281.43 s [safe-exceptions] bracketOnError_
  7. 2281.43 s [safe-exceptions] sync/sync [✔]
  8. 2281.43 s [safe-exceptions] async/sync [✔]
  9. 2281.43 s [safe-exceptions] async/async [✔]
  10. 2281.43 s [safe-exceptions] deepseq
  11. 2281.43 s [safe-exceptions] catchAnyDeep
  12. 2281.43 s [safe-exceptions] arithmetic overflow [✔]
  13. 2281.43 s [safe-exceptions] thread killed [✔]
  14. 2281.43 s [safe-exceptions] <<timeout>> [✔]
  15. 2281.43 s [safe-exceptions] thread blocked indefinitely in an MVar operation [✔]
  16. 2281.43 s [safe-exceptions] thread blocked indefinitely in an STM transaction [✔]
  17. 2281.43 s [safe-exceptions] handleAnyDeep
  18. 2281.43 s [safe-exceptions] arithmetic overflow [✔]
  19. 2281.43 s [safe-exceptions] thread killed [✔]
  20. 2281.43 s [safe-exceptions] <<timeout>> [✔]
  21. 2281.43 s [safe-exceptions] thread blocked indefinitely in an MVar operation [✔]
  22. 2281.44 s [safe-exceptions] thread blocked indefinitely in an STM transaction [✔]
  23. 2281.44 s [safe-exceptions] tryAnyDeep
  24. 2281.44 s [safe-exceptions] arithmetic overflow [✔]
  25. 2281.44 s [safe-exceptions] thread killed [✔]
  26. 2281.44 s [safe-exceptions] <<timeout>> [✔]
  27. 2281.44 s [safe-exceptions] thread blocked indefinitely in an MVar operation [✔]
  28. 2281.44 s [safe-exceptions] thread blocked indefinitely in an STM transaction [✔]
  29. 2281.44 s [safe-exceptions] catchesDeep
  30. 2281.44 s [safe-exceptions] arithmetic overflow [✔]
  31. 2281.44 s [safe-exceptions] thread killed [✔]
  32. 2281.44 s [safe-exceptions] <<timeout>> [✔]
  33. 2281.44 s [safe-exceptions] thread blocked indefinitely in an MVar operation [✔]
  34. 2281.44 s [safe-exceptions] thread blocked indefinitely in an STM transaction [✔]
  35. 2281.44 s [safe-exceptions] catchJust
  36. 2281.44 s [safe-exceptions] catches a selected exception [✔]
  37. 2281.44 s [safe-exceptions] re-raises a selection that is passed on [✔]
  38. 2281.44 s [safe-exceptions] throwString
  39. 2281.44 s [safe-exceptions] is a StringException [✔]
  40. 2281.44 s [safe-exceptions] bracketWithError
  41. 2281.44 s [safe-exceptions] should prioritize exceptions from thing [✔]
  42. 2281.44 s [safe-exceptions] should lift through ExceptT [✔]
  43. 2281.45 s [safe-exceptions]
  44. 2281.45 s [safe-exceptions] Finished in 0.0420 seconds
  45. 2281.45 s [safe-exceptions] 70 examples, 0 failures
  46. 2281.45 s [safe-exceptions] Test suite safe-exceptions-test: PASS
  47. 2281.45 s [safe-exceptions] Test suite logged to:
  48. 2281.45 s [safe-exceptions] dist/test/safe-exceptions-0.1.7.4-safe-exceptions-test.log
  49. 2281.45 s [safe-exceptions] 1 of 1 test suites (1 of 1 test cases) passed.
  50. 2281.45 s [safe-exceptions] Phase: haddockPhase
  51. 2281.45 s [safe-exceptions] Preprocessing library for safe-exceptions-0.1.7.4..
  52. 2281.45 s [safe-exceptions] Running Haddock on library for safe-exceptions-0.1.7.4..
  53. 2281.45 s [safe-exceptions] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  54. 2281.45 s [safe-exceptions] 100% ( 66 / 66) in 'Control.Exception.Safe'
  55. 2281.45 s [stringbuilder] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  56. 2281.45 s [stringbuilder] 85% ( 6 / 7) in 'Data.String.Builder'
  57. 2281.45 s [stringbuilder] Missing documentation for:
  58. 2281.45 s [stringbuilder] Builder (src/Data/String/Builder.hs:42)
  59. 2281.45 s [stringbuilder]
  60. 2281.45 s [stringbuilder] src/Data/String/Builder.hs:24:1: warning: [-Wunused-imports]
  61. 2281.45 s [stringbuilder] The import of ‘Control.Applicative’ is redundant
  62. 2281.45 s [stringbuilder] except perhaps to import instances from ‘Control.Applicative’
  63. 2281.45 s [stringbuilder] To import instances alone, use: import Control.Applicative()
  64. 2281.45 s [stringbuilder] |
  65. 2281.45 s [stringbuilder] 24 | import Control.Applicative
  66. 2281.45 s [stringbuilder] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  67. 2281.45 s [stringbuilder]
  68. 2281.45 s [stringbuilder] src/Data/String/Builder.hs:26:1: warning: [-Wunused-imports]
  69. 2281.45 s [stringbuilder] The import of ‘Data.Monoid’ is redundant
  70. 2281.45 s [stringbuilder] except perhaps to import instances from ‘Data.Monoid’
  71. 2281.45 s [stringbuilder] To import instances alone, use: import Data.Monoid()
  72. 2281.45 s [stringbuilder] |
  73. 2281.45 s [stringbuilder] 26 | import Data.Monoid
  74. 2281.45 s [stringbuilder] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  75. 2281.45 s [stringbuilder]
  76. 2281.45 s [stringbuilder] src/Data/String/Builder.hs:34:3: warning: [-Wnoncanonical-monad-instances]
  77. 2281.45 s [stringbuilder] Noncanonical ‘pure = return’ definition detected
  78. 2281.45 s [stringbuilder] in the instance declaration for ‘Applicative BuilderM’.
  79. 2281.45 s [stringbuilder] Move definition from ‘return’ to ‘pure’
  80. 2281.46 s [stringbuilder] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  81. 2281.46 s [stringbuilder] |
  82. 2281.46 s [stringbuilder] 34 | pure = return
  83. 2281.46 s [stringbuilder] | ^^^^^^^^^^^^^
  84. 2281.46 s [stringbuilder]
  85. 2281.46 s [stringbuilder] src/Data/String/Builder.hs:38:3: warning: [-Wnoncanonical-monad-instances]
  86. 2281.46 s [stringbuilder] Noncanonical ‘return’ definition detected
  87. 2281.46 s [stringbuilder] in the instance declaration for ‘Monad BuilderM’.
  88. 2281.46 s [stringbuilder] ‘return’ will eventually be removed in favour of ‘pure’
  89. 2281.46 s [stringbuilder] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  90. 2281.46 s [stringbuilder] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  91. 2281.46 s [stringbuilder] |
  92. 2281.46 s [stringbuilder] 38 | return a = BuilderM a id
  93. 2281.46 s [stringbuilder] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  94. 2281.46 s [stringbuilder]
  95. 2281.46 s [stringbuilder] src/Data/String/Builder.hs:57:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  96. 2281.46 s [stringbuilder] The use of ‘~’ without TypeOperators
  97. 2281.46 s [stringbuilder] will become an error in a future GHC release.
  98. 2281.46 s [stringbuilder] Suggested fix: Perhaps you intended to use TypeOperators
  99. 2281.46 s [stringbuilder] |
  100. 2281.46 s [stringbuilder] 57 | instance (a ~ ()) => IsString (BuilderM a) where
  101. 2281.46 s [stringbuilder] | ^
  102. 2281.46 s [stringbuilder] Documentation created: dist/doc/html/stringbuilder/index.html,
  103. 2281.46 s [stringbuilder] dist/doc/html/stringbuilder/stringbuilder.txt
  104. 2281.46 s [stringbuilder] Preprocessing test suite 'spec' for stringbuilder-0.5.1..
  105. 2281.46 s [stringbuilder] Phase: installPhase
  106. 2281.46 s [stringbuilder] Installing library in /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/stringbuilder-0.5.1-CnQK9Z884Cn7KxKMfy7oUg
  107. 2281.46 s [stringbuilder] Phase: fixupPhase
  108. 2281.46 s [stringbuilder] shrinking RPATHs of ELF executables and libraries in /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1
  109. 2281.46 s [stringbuilder] shrinking /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSstringbuilder-0.5.1-CnQK9Z884Cn7KxKMfy7oUg-ghc9.6.4.so
  110. 2281.46 s [stringbuilder] checking for references to /build/ in /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1...
  111. 2281.46 s [stringbuilder] patching script interpreter paths in /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1
  112. 2281.46 s [stringbuilder] stripping (with command strip and flags -S -p) in /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1/lib
  113. 2281.47 s [syb] Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt
  114. 2281.47 s [syb] Preprocessing test suite 'unit-tests' for syb-0.7.2.4..
  115. 2281.47 s [syb] Phase: installPhase
  116. 2281.47 s [syb] Installing library in /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  117. 2281.47 s [syb] Phase: fixupPhase
  118. 2281.47 s [syb] shrinking RPATHs of ELF executables and libraries in /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4
  119. 2281.47 s [syb] shrinking /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSsyb-0.7.2.4-G15F1JXeN9i1JxpAeormux-ghc9.6.4.so
  120. 2281.47 s [syb] checking for references to /build/ in /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4...
  121. 2281.47 s [syb] patching script interpreter paths in /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4
  122. 2281.47 s [syb] stripping (with command strip and flags -S -p) in /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4/lib
  123. 2281.47 s [syb] shrinking RPATHs of ELF executables and libraries in /nix/store/2038x12b5z1j2v84y7j7qpjc9ia1zwdx-syb-0.7.2.4-doc
  124. 2281.47 s [syb] checking for references to /build/ in /nix/store/2038x12b5z1j2v84y7j7qpjc9ia1zwdx-syb-0.7.2.4-doc...
  125. 2281.47 s [syb] patching script interpreter paths in /nix/store/2038x12b5z1j2v84y7j7qpjc9ia1zwdx-syb-0.7.2.4-doc
  126. 2281.47 s [text-conversions] Phase: configurePhase
  127. 2281.47 s [text-conversions] configureFlags: --verbose --prefix=/nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc/share/doc/text-conversions-0.3.1.1 --with-gcc=gcc --package-db=/build/tmp.z7YRGSV147/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  128. 2281.47 s [text-conversions] Using Parsec parser
  129. 2281.47 s [text-conversions] Configuring text-conversions-0.3.1.1...
  130. 2281.47 s [text-conversions] Dependency base >=4.7 && <5: using base-4.18.2.0
  131. 2281.47 s [text-conversions] Dependency base16-bytestring <2: using base16-bytestring-1.0.2.0
  132. 2281.47 s [text-conversions] Dependency base64-bytestring <2: using base64-bytestring-1.2.1.0
  133. 2281.47 s [text-conversions] Dependency bytestring <1: using bytestring-0.11.5.3
  134. 2281.47 s [text-conversions] Dependency text <3: using text-2.0.2
  135. 2281.47 s [text-conversions] Dependency base: using base-4.18.2.0
  136. 2281.47 s [text-conversions] Dependency bytestring: using bytestring-0.11.5.3
  137. 2281.47 s [text-conversions] Dependency hspec: using hspec-2.11.12
  138. 2281.47 s [text-conversions] Dependency text: using text-2.0.2
  139. 2281.47 s [text-conversions] Dependency text-conversions: using text-conversions-0.3.1.1
  140. 2281.48 s [text-conversions] Source component graph:
  141. 2281.48 s [text-conversions] component lib
  142. 2281.48 s [text-conversions] component test:text-conversions-test-suite dependency lib
  143. 2281.48 s [text-conversions] Configured component graph:
  144. 2281.48 s [text-conversions] component text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
  145. 2281.48 s [text-conversions] include base-4.18.2.0
  146. 2281.48 s [text-conversions] include base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
  147. 2281.48 s [text-conversions] include base64-bytestring-1.2.1.0-DAVSOlU3B2h7NZhntj5ynm
  148. 2281.48 s [text-conversions] include bytestring-0.11.5.3
  149. 2281.48 s [text-conversions] include text-2.0.2
  150. 2281.48 s [text-conversions] component text-conversions-0.3.1.1-Fxg9MIrdgmtKgPsww2b8e0-text-conversions-test-suite
  151. 2281.48 s [text-conversions] include base-4.18.2.0
  152. 2281.48 s [text-conversions] include bytestring-0.11.5.3
  153. 2281.48 s [text-conversions] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  154. 2281.48 s [text-conversions] include text-2.0.2
  155. 2281.48 s [text-conversions] include text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
  156. 2281.48 s [text-conversions] Linked component graph:
  157. 2281.48 s [text-conversions] unit text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
  158. 2281.48 s [text-conversions] include base-4.18.2.0
  159. 2281.48 s [text-conversions] include base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
  160. 2281.48 s [text-conversions] include base64-bytestring-1.2.1.0-DAVSOlU3B2h7NZhntj5ynm
  161. 2281.48 s [text-conversions] include bytestring-0.11.5.3
  162. 2281.48 s [text-conversions] include text-2.0.2
  163. 2281.48 s [text-conversions] Data.Text.Conversions=text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP:Data.Text.Conversions
  164. 2281.48 s [text-conversions] unit text-conversions-0.3.1.1-Fxg9MIrdgmtKgPsww2b8e0-text-conversions-test-suite
  165. 2281.48 s [text-conversions] include base-4.18.2.0
  166. 2281.48 s [text-conversions] include bytestring-0.11.5.3
  167. 2281.48 s [text-conversions] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  168. 2281.48 s [text-conversions] include text-2.0.2
  169. 2281.49 s [text-conversions] include text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
  170. 2281.49 s [text-conversions] Ready component graph:
  171. 2281.49 s [text-conversions] definite text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
  172. 2281.49 s [text-conversions] depends base-4.18.2.0
  173. 2281.49 s [text-conversions] depends base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
  174. 2281.49 s [text-conversions] depends base64-bytestring-1.2.1.0-DAVSOlU3B2h7NZhntj5ynm
  175. 2281.49 s [text-conversions] depends bytestring-0.11.5.3
  176. 2281.49 s [text-conversions] depends text-2.0.2
  177. 2281.49 s [text-conversions] definite text-conversions-0.3.1.1-Fxg9MIrdgmtKgPsww2b8e0-text-conversions-test-suite
  178. 2281.49 s [text-conversions] depends base-4.18.2.0
  179. 2281.49 s [text-conversions] depends bytestring-0.11.5.3
  180. 2281.49 s [text-conversions] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  181. 2281.49 s [text-conversions] depends text-2.0.2
  182. 2281.49 s [text-conversions] depends text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
  183. 2281.49 s [text-conversions] Using Cabal-3.10.1.0 compiled by ghc-9.6
  184. 2281.49 s [text-conversions] Using compiler: ghc-9.6.4
  185. 2281.49 s [text-conversions] Using install prefix:
  186. 2281.49 s [text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1
  187. 2281.49 s [text-conversions] Executables installed in:
  188. 2281.49 s [text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/bin
  189. 2281.49 s [text-conversions] Libraries installed in:
  190. 2281.61 s [base-orphans] implements shift [✔]
  191. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  192. 2281.61 s [base-orphans] implements rotate [✔]
  193. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  194. 2281.61 s [base-orphans] implements setBit [✔]
  195. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  196. 2281.61 s [base-orphans] implements clearBit [✔]
  197. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  198. 2281.61 s [base-orphans] implements complementBit [✔]
  199. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  200. 2281.61 s [base-orphans] implements testBit [✔]
  201. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  202. 2281.61 s [base-orphans] implements complement [✔]
  203. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  204. 2281.61 s [base-orphans] implements bit [✔]
  205. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  206. 2281.61 s [base-orphans] implements bitSize [✔]
  207. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  208. 2281.61 s [base-orphans] implements isSigned [✔]
  209. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  210. 2281.61 s [base-orphans] Bounded instance
  211. 2281.61 s [base-orphans] implements minBound [✔]
  212. 2281.61 s [base-orphans] implements maxBound [✔]
  213. 2281.61 s [base-orphans] Integral instance
  214. 2281.61 s [base-orphans] implements quot [✔]
  215. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  216. 2281.61 s [base-orphans] implements rem [✔]
  217. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  218. 2281.61 s [base-orphans] implements div [✔]
  219. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  220. 2281.61 s [base-orphans] implements mod [✔]
  221. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  222. 2281.61 s [base-orphans] implements quotRem [✔]
  223. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  224. 2281.61 s [base-orphans] implements divMod [✔]
  225. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  226. 2281.61 s [base-orphans] implements toInteger [✔]
  227. 2281.61 s [base-orphans] +++ OK, passed 100 tests.
  228. 2281.61 s [base-orphans]
  229. 2281.61 s [base-orphans] Finished in 0.0263 seconds
  230. 2281.61 s [base-orphans] 49 examples, 0 failures
  231. 2281.61 s [base-orphans] Test suite spec: PASS
  232. 2281.61 s [base-orphans] Test suite logged to: dist/test/base-orphans-0.9.3-spec.log
  233. 2281.61 s [base-orphans] 1 of 1 test suites (1 of 1 test cases) passed.
  234. 2281.61 s [base-orphans] Phase: haddockPhase
  235. 2281.61 s [base-orphans] Preprocessing library for base-orphans-0.9.3..
  236. 2281.61 s [base-orphans] Running Haddock on library for base-orphans-0.9.3..
  237. 2281.61 s [base-orphans] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  238. 2281.61 s [cryptohash-sha256] Phase: setupCompilerEnvironmentPhase
  239. 2281.61 s [cryptohash-sha256] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  240. 2281.61 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  241. 2281.61 s [haskell-src-exts] |
  242. 2281.61 s [haskell-src-exts] 363 | Lex v >> Lex w = Lex $ \k -> v (\_ -> w k)
  243. 2281.61 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  244. 2281.61 s [haskell-src-exts]
  245. 2281.61 s [haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:380:32: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  246. 2281.61 s [haskell-src-exts] Pattern match(es) are non-exhaustive
  247. 2281.61 s [haskell-src-exts] In a pattern binding: Patterns of type ‘[Char]’ not matched: []
  248. 2281.61 s [haskell-src-exts] |
  249. 2281.61 s [haskell-src-exts] 380 | -> let (newCh:rest)= if n > 0 then drop (n-1) r else (ch:r)
  250. 2281.61 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  251. 2281.61 s [haskell-src-exts]
  252. 2281.61 s [haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:401:29: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  253. 2281.61 s [haskell-src-exts] Pattern match(es) are non-exhaustive
  254. 2281.61 s [haskell-src-exts] In a lambda abstraction:
  255. 2281.61 s [haskell-src-exts] Patterns of type ‘[Char]’, ‘Int’ not matched: [] _
  256. 2281.61 s [haskell-src-exts] |
  257. 2281.61 s [haskell-src-exts] 401 | lexTab = Lex $ \cont -> P $ \(_:r) x -> runP (cont ()) r (nextTab x)
  258. 2281.61 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  259. 2281.61 s [haskell-src-exts] [10 of 18] Compiling Language.Haskell.Exts.ParseUtils ( src/Language/Haskell/Exts/ParseUtils.hs, dist/build/Language/Haskell/Exts/ParseUtils.p_o )
  260. 2281.61 s [haskell-src-exts]
  261. 2281.61 s [haskell-src-exts] src/Language/Haskell/Exts/ParseUtils.hs:824:43: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  262. 2281.61 s [haskell-src-exts] Pattern match(es) are non-exhaustive
  263. 2281.61 s [haskell-src-exts] In a pattern binding: Patterns of type ‘[Pat L]’ not matched: []
  264. 2281.61 s [haskell-src-exts] |
  265. 2281.62 s [haskell-src-exts] 824 | else let (a:bs) = ps
  266. 2281.62 s [haskell-src-exts] | ^^^^^^^^^^^
  267. 2281.62 s [haskell-src-exts]
  268. 2281.62 s [haskell-src-exts] src/Language/Haskell/Exts/ParseUtils.hs:856:44: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  269. 2281.62 s [haskell-src-exts] Pattern match(es) are non-exhaustive
  270. 2281.62 s [haskell-src-exts] In a pattern binding:
  271. 2281.62 s [haskell-src-exts] Patterns of type ‘[SrcSpan]’ not matched:
  272. 2281.62 s [haskell-src-exts] []
  273. 2281.62 s [haskell-src-exts] [_]
  274. 2281.62 s [haskell-src-exts] (_:_:_:_)
  275. 2281.62 s [haskell-src-exts] |
  276. 2281.62 s [haskell-src-exts] 856 | let [x,y] = srcInfoPoints l
  277. 2281.62 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^
  278. 2281.62 s [haskell-src-exts]
  279. 2281.62 s [haskell-src-exts] src/Language/Haskell/Exts/ParseUtils.hs:906:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  280. 2281.62 s [haskell-src-exts] Pattern match(es) are non-exhaustive
  281. 2281.62 s [haskell-src-exts] In a pattern binding: Patterns of type ‘[SrcSpan]’ not matched: []
  282. 2281.62 s [haskell-src-exts] |
  283. 2281.62 s [haskell-src-exts] 906 | let (b:_) = srcInfoPoints loc in return (name,typ,b)
  284. 2281.62 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^
  285. 2281.62 s [haskell-src-exts]
  286. 2281.62 s [haskell-src-exts] src/Language/Haskell/Exts/ParseUtils.hs:1289:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  287. 2281.62 s [haskell-src-exts] Pattern match(es) are non-exhaustive
  288. 2281.62 s [haskell-src-exts] In a lambda abstraction:
  289. 2281.62 s [haskell-src-exts] Patterns of type ‘(Int, Either SrcSpan (CName L))’ not matched:
  290. 2281.62 s [haskell-src-exts] (_, (Right _))
  291. 2281.62 s [haskell-src-exts] |
  292. 2281.62 s [haskell-src-exts] 1289 | (\(n,Left s) -> EWildcard (noInfoSpan s) n)
  293. 2281.62 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  294. 2281.62 s [os-string] 96% ( 93 / 96) in 'System.OsString.Data.ByteString.Short'
  295. 2281.62 s [os-string] Missing documentation for:
  296. 2281.62 s [os-string] append
  297. 2281.62 s [os-string] uncons2 (System/OsString/Data/ByteString/Short.hs:183)
  298. 2281.62 s [os-string] concat
  299. 2281.62 s [os-string] Warning: 'ByteString' is out of scope.
  300. 2281.62 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  301. 2281.62 s [os-string] Warning: 'CString' is out of scope.
  302. 2281.62 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  303. 2281.62 s [os-string] 96% ( 92 / 95) in 'System.OsString.Data.ByteString.Short.Word16'
  304. 2281.62 s [os-string] Missing documentation for:
  305. 2281.62 s [os-string] append
  306. 2281.62 s [os-string] concat
  307. 2281.62 s [os-string] breakSubstring (System/OsString/Data/ByteString/Short/Word16.hs:660)
  308. 2281.62 s [os-string] Warning: 'try' is out of scope.
  309. 2281.62 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  310. 2281.62 s [os-string] 33% ( 1 / 3) in 'System.OsString.Internal.Exception'
  311. 2281.62 s [os-string] Missing documentation for:
  312. 2281.62 s [os-string] Module header
  313. 2281.62 s [os-string] isAsyncException (System/OsString/Internal/Exception.hs:16)
  314. 2281.62 s [os-string] 27% ( 9 / 33) in 'System.OsString.Encoding.Internal'
  315. 2281.62 s [os-string] Missing documentation for:
  316. 2281.62 s [os-string] Module header
  317. 2281.62 s [os-string] ucs2le (System/OsString/Encoding/Internal.hs:41)
  318. 2281.62 s [os-string] mkUcs2le (System/OsString/Encoding/Internal.hs:44)
  319. 2281.62 s [os-string] ucs2le_DF (System/OsString/Encoding/Internal.hs:49)
  320. 2281.62 s [os-string] ucs2le_EF (System/OsString/Encoding/Internal.hs:59)
  321. 2281.62 s [os-string] ucs2le_decode (System/OsString/Encoding/Internal.hs:70)
  322. 2281.62 s [os-string] ucs2le_encode (System/OsString/Encoding/Internal.hs:95)
  323. 2281.62 s [os-string] mkUTF16le_b (System/OsString/Encoding/Internal.hs:130)
  324. 2281.62 s [os-string] utf16le_b_DF (System/OsString/Encoding/Internal.hs:135)
  325. 2281.62 s [os-string] utf16le_b_EF (System/OsString/Encoding/Internal.hs:145)
  326. 2281.62 s [os-string] utf16le_b_decode (System/OsString/Encoding/Internal.hs:156)
  327. 2281.62 s [os-string] utf16le_b_encode (System/OsString/Encoding/Internal.hs:194)
  328. 2281.62 s [os-string] cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:230)
  329. 2281.62 s [os-string] cWcharsToChars (System/OsString/Encoding/Internal.hs:237)
  330. 2281.62 s [os-string] charsToCWchars (System/OsString/Encoding/Internal.hs:247)
  331. 2281.62 s [os-string] withWindowsString (System/OsString/Encoding/Internal.hs:263)
  332. 2281.62 s [os-string] peekWindowsString (System/OsString/Encoding/Internal.hs:266)
  333. 2281.62 s [os-string] withPosixString (System/OsString/Encoding/Internal.hs:271)
  334. 2281.62 s [os-string] withPosixString' (System/OsString/Encoding/Internal.hs:274)
  335. 2281.62 s [os-string] peekPosixString (System/OsString/Encoding/Internal.hs:277)
  336. 2281.62 s [os-string] peekPosixString' (System/OsString/Encoding/Internal.hs:280)
  337. 2281.62 s [os-string] EncodingException (System/OsString/Encoding/Internal.hs:340)
  338. 2281.62 s [os-string] showEncodingException (System/OsString/Encoding/Internal.hs:347)
  339. 2281.62 s [os-string] wNUL (System/OsString/Encoding/Internal.hs:366)
  340. 2281.62 s [os-string]
  341. 2281.62 s [os-string] System/OsString/Encoding/Internal.hs:23:42: warning: [-Wunused-imports]
  342. 2281.62 s [os-string] The import of ‘try’ from module ‘Control.Exception’ is redundant
  343. 2281.62 s [os-string] |
  344. 2281.62 s [os-string] 23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate)
  345. 2281.62 s [os-string] | ^^^
  346. 2281.62 s [os-string] 44% ( 11 / 25) in 'System.OsString.Encoding'
  347. 2281.62 s [os-string] Missing documentation for:
  348. 2281.62 s [os-string] Module header
  349. 2281.62 s [os-string] EncodingException (System/OsString/Encoding/Internal.hs:340)
  350. 2281.62 s [os-string] showEncodingException (System/OsString/Encoding/Internal.hs:347)
  351. 2281.62 s [os-string] ucs2le (System/OsString/Encoding/Internal.hs:41)
  352. 2281.62 s [os-string] mkUcs2le (System/OsString/Encoding/Internal.hs:44)
  353. 2281.62 s [os-string] ucs2le_DF (System/OsString/Encoding/Internal.hs:49)
  354. 2281.62 s [os-string] ucs2le_EF (System/OsString/Encoding/Internal.hs:59)
  355. 2281.62 s [os-string] ucs2le_decode (System/OsString/Encoding/Internal.hs:70)
  356. 2281.62 s [os-string] ucs2le_encode (System/OsString/Encoding/Internal.hs:95)
  357. 2281.62 s [os-string] mkUTF16le_b (System/OsString/Encoding/Internal.hs:130)
  358. 2281.62 s [os-string] utf16le_b_DF (System/OsString/Encoding/Internal.hs:135)
  359. 2281.62 s [os-string] utf16le_b_EF (System/OsString/Encoding/Internal.hs:145)
  360. 2281.62 s [os-string] utf16le_b_decode (System/OsString/Encoding/Internal.hs:156)
  361. 2281.62 s [os-string] utf16le_b_encode (System/OsString/Encoding/Internal.hs:194)
  362. 2281.62 s [os-string] Warning: 'ShortByteString' is out of scope.
  363. 2281.62 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  364. 2281.62 s [os-string] Warning: '(</>)' is out of scope.
  365. 2281.62 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  366. 2281.62 s [os-string] Warning: Couldn't find .haddock for export unWS
  367. 2281.62 s [os-string] Warning: Couldn't find .haddock for export unPS
  368. 2281.62 s [os-string] Warning: Couldn't find .haddock for export unWW
  369. 2281.62 s [os-string] Warning: Couldn't find .haddock for export unPW
  370. 2281.62 s [resourcet] except perhaps to import instances from ‘Data.Word’
  371. 2281.62 s [resourcet] To import instances alone, use: import Data.Word()
  372. 2281.62 s [resourcet] |
  373. 2281.62 s [resourcet] 67 | import Data.Word(Word)
  374. 2281.62 s [resourcet] | ^^^^^^^^^^^^^^^^^^^^^^
  375. 2281.62 s [resourcet] 100% ( 10 / 10) in 'Data.Acquire'
  376. 2281.62 s [resourcet] Warning: 'concurrently' is out of scope.
  377. 2281.62 s [resourcet] If you qualify the identifier, haddock can try to link it anyway.
  378. 2281.63 s [resourcet] Warning: 'race' is out of scope.
  379. 2281.63 s [resourcet] If you qualify the identifier, haddock can try to link it anyway.
  380. 2281.63 s [resourcet] 100% ( 40 / 40) in 'Control.Monad.Trans.Resource'
  381. 2281.63 s [resourcet] 100% ( 13 / 13) in 'UnliftIO.Resource'
  382. 2281.63 s [resourcet] Warning: Control.Monad.Trans.Resource.Internal: could not find link destinations for:
  383. 2281.63 s [resourcet] - Control.Monad.Trans.Resource.Internal.NextKey
  384. 2281.63 s [resourcet] - Control.Monad.Trans.Resource.Internal.RefCount
  385. 2281.63 s [stringbuilder] shrinking RPATHs of ELF executables and libraries in /nix/store/pa94lnzjpbmvs47mk29a5ms81zjvkv7m-stringbuilder-0.5.1-doc
  386. 2281.63 s [stringbuilder] checking for references to /build/ in /nix/store/pa94lnzjpbmvs47mk29a5ms81zjvkv7m-stringbuilder-0.5.1-doc...
  387. 2281.63 s [stringbuilder] patching script interpreter paths in /nix/store/pa94lnzjpbmvs47mk29a5ms81zjvkv7m-stringbuilder-0.5.1-doc
  388. 2281.97 s [syb:post-build] Uploading to the NixCI cache: /nix/store/2038x12b5z1j2v84y7j7qpjc9ia1zwdx-syb-0.7.2.4-doc /nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4
  389. 2282.51 s [syb:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  390. 2283.44 s [syb:post-build] copying 2 paths...
  391. 2283.44 s [syb:post-build] copying path '/nix/store/2038x12b5z1j2v84y7j7qpjc9ia1zwdx-syb-0.7.2.4-doc' to 'https://cache.nix-ci.com'...
  392. 2286.07 s [syb:post-build] copying path '/nix/store/m4pcc2m6gl7hn5yi7m8xx0m1l6lalj0i-syb-0.7.2.4' to 'https://cache.nix-ci.com'...
  393. 2290.69 s [syb:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  394. 2291.67 s [syb:post-build] copying 1 paths...
  395. 2291.68 s [syb:post-build] copying path '/nix/store/0g8fnwrq5mgh40dk02ncgxylgba5dbkw-syb-0.7.2.4.drv' to 'https://cache.nix-ci.com'...
  396. 2293.79 s Uploaded syb in 11.9s
  397. 2293.80 s Progress: 107 of 211 built (10 building), 298 of 298 downloaded from cache
  398. 2293.80 s Built syb in 2m36s
  399. 2293.80 s [text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
  400. 2293.80 s [text-conversions] Dynamic Libraries installed in:
  401. 2293.80 s [text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  402. 2293.80 s [text-conversions] Private executables installed in:
  403. 2293.80 s [text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/libexec/x86_64-linux-ghc-9.6.4/text-conversions-0.3.1.1
  404. 2293.80 s [text-conversions] Data files installed in:
  405. 2293.80 s [text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/share/x86_64-linux-ghc-9.6.4/text-conversions-0.3.1.1
  406. 2293.80 s [text-conversions] Documentation installed in:
  407. 2293.80 s [text-conversions] /nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc/share/doc/text-conversions-0.3.1.1
  408. 2293.80 s [text-conversions] Configuration files installed in:
  409. 2293.80 s [text-conversions] /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/etc
  410. 2293.80 s [text-conversions] No alex found
  411. 2293.80 s [text-conversions] Using ar found on system at:
  412. 2293.80 s [text-conversions] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  413. 2293.80 s [text-conversions] No c2hs found
  414. 2293.80 s [text-conversions] No cpphs found
  415. 2293.80 s [text-conversions] No doctest found
  416. 2293.80 s [text-conversions] Using gcc version 14.3.0 given by user at:
  417. 2293.80 s [text-conversions] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  418. 2293.80 s [text-conversions] Using ghc version 9.6.4 found on system at:
  419. 2293.80 s [text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  420. 2293.80 s [text-conversions] Using ghc-pkg version 9.6.4 found on system at:
  421. 2293.80 s [text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  422. 2293.80 s [text-conversions] No ghcjs found
  423. 2293.80 s [text-conversions] No ghcjs-pkg found
  424. 2293.80 s [text-conversions] No greencard found
  425. 2293.80 s [text-conversions] Using haddock version 2.29.2 found on system at:
  426. 2293.80 s [text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  427. 2293.80 s [text-conversions] No happy found
  428. 2293.80 s [text-conversions] Using haskell-suite found on system at: haskell-suite-dummy-location
  429. 2293.80 s [text-conversions] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  430. 2293.80 s [text-conversions] No hmake found
  431. 2293.81 s [text-conversions] Using hpc version 0.68 found on system at:
  432. 2293.81 s [text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  433. 2293.81 s [text-conversions] Using hsc2hs version 0.68.9 found on system at:
  434. 2293.81 s [text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  435. 2293.81 s [text-conversions] Using hscolour version 1.25 found on system at:
  436. 2293.81 s [text-conversions] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  437. 2293.81 s [text-conversions] No jhc found
  438. 2293.81 s [text-conversions] Using ld found on system at:
  439. 2293.81 s [text-conversions] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  440. 2293.81 s [text-conversions] No pkg-config found
  441. 2293.81 s [text-conversions] Using runghc version 9.6.4 found on system at:
  442. 2293.81 s [text-conversions] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  443. 2293.81 s [text-conversions] Using strip version 2.44 found on system at:
  444. 2293.81 s [text-conversions] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  445. 2293.81 s [text-conversions] Using tar found on system at:
  446. 2293.81 s [text-conversions] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  447. 2293.81 s [text-conversions] No uhc found
  448. 2293.81 s [text-conversions] Phase: buildPhase
  449. 2293.81 s [text-conversions] Preprocessing library for text-conversions-0.3.1.1..
  450. 2293.81 s [text-conversions] Building library for text-conversions-0.3.1.1..
  451. 2293.81 s [text-conversions] [1 of 1] Compiling Data.Text.Conversions ( src/Data/Text/Conversions.hs, dist/build/Data/Text/Conversions.o, dist/build/Data/Text/Conversions.dyn_o )
  452. 2293.81 s [text-conversions] [1 of 1] Compiling Data.Text.Conversions ( src/Data/Text/Conversions.hs, dist/build/Data/Text/Conversions.p_o )
  453. 2293.81 s [text-conversions] Preprocessing test suite 'text-conversions-test-suite' for text-conversions-0.3.1.1..
  454. 2293.81 s [text-conversions] Building test suite 'text-conversions-test-suite' for text-conversions-0.3.1.1..
  455. 2293.81 s [text-conversions] [1 of 2] Compiling Data.Text.ConversionsSpec ( test/Data/Text/ConversionsSpec.hs, dist/build/text-conversions-test-suite/text-conversions-test-suite-tmp/Data/Text/ConversionsSpec.o )
  456. 2293.81 s [text-conversions] [2 of 2] Compiling Main ( test/Main.hs, dist/build/text-conversions-test-suite/text-conversions-test-suite-tmp/Main.o )
  457. 2294.04 s Building /nix/store/ak4m2wwlcyaml5sv9dgv1ya61vd69dlq-ChasingBottoms-1.3.1.15.drv
  458. 2294.12 s Waiting for lock on waiting for a free build user ID for '/nix/store/ff1pg83pa840pdlrq1mnafdiwnmsfjcs-th-expand-syns
  459. 2294.12 s [base-orphans] 100% ( 1 / 1) in 'Data.Orphans'
  460. 2294.20 s [cryptohash-sha256] Phase: unpackPhase
  461. 2294.20 s [cryptohash-sha256] unpacking source archive /nix/store/m981mdy5c3mczg1szxz26bl9aind65ny-cryptohash-sha256-0.11.102.1.tar.gz
  462. 2294.20 s [cryptohash-sha256] source root is cryptohash-sha256-0.11.102.1
  463. 2294.20 s [cryptohash-sha256] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "cryptohash-sha256-0.11.102.1/src-tests/test-sha256.hs"
  464. 2294.20 s [cryptohash-sha256] Phase: patchPhase
  465. 2294.20 s [cryptohash-sha256] Replace Cabal file with edited version from mirror://hackage/cryptohash-sha256-0.11.102.1/revision/6.cabal.
  466. 2294.20 s [cryptohash-sha256] Phase: compileBuildDriverPhase
  467. 2294.20 s [cryptohash-sha256] setupCompileFlags: -package-db=/build/tmp.FJ2Jxy5mls/setup-package.conf.d -threaded
  468. 2294.20 s [cryptohash-sha256] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.FJ2Jxy5mls/Main.o )
  469. 2294.20 s [cryptohash-sha256] [2 of 2] Linking Setup
  470. 2294.20 s [cryptohash-sha256] Phase: updateAutotoolsGnuConfigScriptsPhase
  471. 2294.20 s [cryptohash-sha256] Phase: configurePhase
  472. 2294.20 s [cryptohash-sha256] configureFlags: --verbose --prefix=/nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc/share/doc/cryptohash-sha256-0.11.102.1 --with-gcc=gcc --package-db=/build/tmp.FJ2Jxy5mls/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 -fuse-cbits --extra-lib-dirs=/nix/store/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  473. 2294.20 s [cryptohash-sha256] Using Parsec parser
  474. 2294.20 s [cryptohash-sha256] Configuring cryptohash-sha256-0.11.102.1...
  475. 2294.20 s [cryptohash-sha256] Flags chosen: exe=False, use-cbits=True
  476. 2294.20 s [cryptohash-sha256] Dependency base >=4.5 && <5: using base-4.18.2.0
  477. 2294.20 s [cryptohash-sha256] Dependency bytestring >=0.9.2.0 && <0.10 || >=0.10.0.0 && <0.11 || >=0.11.0.0
  478. 2294.20 s [cryptohash-sha256] && <0.12 || >=0.12.0.2 && <0.13: using bytestring-0.11.5.3
  479. 2294.20 s [cryptohash-sha256] Dependency SHA >=1.6.4 && <1.7: using SHA-1.6.4.4
  480. 2294.20 s [cryptohash-sha256] Dependency base: using base-4.18.2.0
  481. 2294.20 s [cryptohash-sha256] Dependency base16-bytestring >=0.1.1 && <0.2 || >=1.0.0 && <1.1: using
  482. 2294.20 s [cryptohash-sha256] base16-bytestring-1.0.2.0
  483. 2294.20 s [cryptohash-sha256] Dependency bytestring: using bytestring-0.11.5.3
  484. 2294.20 s [cryptohash-sha256] Dependency cryptohash-sha256: using cryptohash-sha256-0.11.102.1
  485. 2294.20 s [cryptohash-sha256] Dependency tasty >=1.4 && <1.6: using tasty-1.5.3
  486. 2294.20 s [cryptohash-sha256] Dependency tasty-hunit >=0.10 && <0.11: using tasty-hunit-0.10.2
  487. 2294.20 s [cryptohash-sha256] Dependency tasty-quickcheck >=0.10 && <1: using tasty-quickcheck-0.11
  488. 2294.20 s [haskell-src-exts] [11 of 18] Compiling Language.Haskell.Exts.InternalLexer ( src/Language/Haskell/Exts/InternalLexer.hs, dist/build/Language/Haskell/Exts/InternalLexer.p_o )
  489. 2294.20 s [haskell-src-exts] [12 of 18] Compiling Language.Haskell.Exts.Lexer ( src/Language/Haskell/Exts/Lexer.hs, dist/build/Language/Haskell/Exts/Lexer.p_o )
  490. 2294.20 s [haskell-src-exts] [13 of 18] Compiling Language.Haskell.Exts.InternalParser ( dist/build/Language/Haskell/Exts/InternalParser.hs, dist/build/Language/Haskell/Exts/InternalParser.p_o )
  491. 2294.22 s [network] [ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, dist/build/Network/Socket/STM.o, dist/build/Network/Socket/STM.dyn_o )
  492. 2294.22 s [network] [10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, dist/build/Network/Socket/Posix/Cmsg.o, dist/build/Network/Socket/Posix/Cmsg.dyn_o )
  493. 2294.22 s [os-string] 50% ( 9 / 18) in 'System.OsString.Internal.Types'
  494. 2294.22 s [os-string] Missing documentation for:
  495. 2294.22 s [os-string] Module header
  496. 2294.22 s [os-string] unWS
  497. 2294.22 s [os-string] unPS
  498. 2294.22 s [os-string] PlatformString (System/OsString/Internal/Types.hs:114)
  499. 2294.22 s [os-string] WindowsChar (System/OsString/Internal/Types.hs:117)
  500. 2294.22 s [os-string] unWW
  501. 2294.22 s [os-string] PosixChar (System/OsString/Internal/Types.hs:123)
  502. 2294.22 s [os-string] unPW
  503. 2294.22 s [os-string] PlatformChar (System/OsString/Internal/Types.hs:148)
  504. 2294.22 s [os-string] Warning: 'setFileSystemEncoding' is out of scope.
  505. 2294.22 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  506. 2294.22 s [os-string] Warning: 'getLocaleEncoding' is out of scope.
  507. 2294.22 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  508. 2294.22 s [os-string] Warning: 'OsString' is out of scope.
  509. 2294.22 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  510. 2294.22 s [os-string] 94% ( 93 / 98) in 'System.OsString.Posix'
  511. 2294.22 s [os-string] Missing documentation for:
  512. 2294.22 s [os-string] Module header
  513. 2294.22 s [os-string] PosixChar (System/OsString/Internal/Types.hs:123)
  514. 2294.22 s [os-string] singleton (System/OsString/Common.hs:494)
  515. 2294.22 s [os-string] empty (System/OsString/Common.hs:497)
  516. 2294.22 s [os-string] concat (System/OsString/Common.hs:705)
  517. 2294.22 s [os-string] Warning: 'setFileSystemEncoding' is out of scope.
  518. 2294.22 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  519. 2294.22 s [os-string] Warning: 'unsafePerformIO' is out of scope.
  520. 2294.23 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  521. 2294.23 s [os-string] Warning: 'getLocaleEncoding' is out of scope.
  522. 2294.23 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  523. 2294.23 s [os-string] Warning: 'head' is ambiguous. It is defined
  524. 2294.23 s [os-string] * in ‘GHC.List’
  525. 2294.23 s [os-string] * at System/OsString/Internal.hs:281:1
  526. 2294.23 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  527. 2294.23 s [os-string] by specifying the type/value namespace explicitly.
  528. 2294.23 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:281:1
  529. 2294.23 s [os-string] Warning: 'tail' is ambiguous. It is defined
  530. 2294.23 s [os-string] * in ‘GHC.List’
  531. 2294.23 s [os-string] * at System/OsString/Internal.hs:265:1
  532. 2294.23 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  533. 2294.23 s [os-string] by specifying the type/value namespace explicitly.
  534. 2294.23 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:265:1
  535. 2294.23 s [os-string] Warning: 'init' is ambiguous. It is defined
  536. 2294.23 s [os-string] * in ‘GHC.List’
  537. 2294.23 s [os-string] * at System/OsString/Internal.hs:290:1
  538. 2294.23 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  539. 2294.23 s [os-string] by specifying the type/value namespace explicitly.
  540. 2294.23 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:290:1
  541. 2294.23 s [os-string] Warning: 'last' is ambiguous. It is defined
  542. 2294.23 s [os-string] * in ‘GHC.List’
  543. 2294.23 s [os-string] * at System/OsString/Internal.hs:256:1
  544. 2294.23 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  545. 2294.23 s [os-string] by specifying the type/value namespace explicitly.
  546. 2294.23 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:256:1
  547. 2294.23 s [os-string] Warning: 'map' is ambiguous. It is defined
  548. 2294.23 s [os-string] * in ‘GHC.Base’
  549. 2294.23 s [os-string] * at System/OsString/Internal.hs:316:1
  550. 2294.23 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  551. 2294.23 s [os-string] by specifying the type/value namespace explicitly.
  552. 2294.23 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:316:1
  553. 2294.23 s [os-string] Warning: 'reverse' is ambiguous. It is defined
  554. 2294.23 s [os-string] * in ‘GHC.List’
  555. 2294.24 s [os-string] * at System/OsString/Internal.hs:322:1
  556. 2294.24 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  557. 2294.24 s [os-string] by specifying the type/value namespace explicitly.
  558. 2294.24 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:322:1
  559. 2294.24 s [os-string] Warning: 'foldl' is ambiguous. It is defined
  560. 2294.24 s [os-string] * in ‘Data.Foldable’
  561. 2294.24 s [os-string] * at System/OsString/Internal.hs:338:1
  562. 2294.24 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  563. 2294.24 s [os-string] by specifying the type/value namespace explicitly.
  564. 2294.24 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:338:1
  565. 2294.24 s [os-string] Warning: 'foldl1' is ambiguous. It is defined
  566. 2294.24 s [os-string] * in ‘Data.Foldable’
  567. 2294.24 s [os-string] * at System/OsString/Internal.hs:352:1
  568. 2294.24 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  569. 2294.24 s [os-string] by specifying the type/value namespace explicitly.
  570. 2294.24 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:352:1
  571. 2294.24 s [os-string] Warning: 'foldr' is ambiguous. It is defined
  572. 2294.24 s [os-string] * in ‘Data.Foldable’
  573. 2294.24 s [os-string] * at System/OsString/Internal.hs:368:1
  574. 2294.24 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  575. 2294.24 s [os-string] by specifying the type/value namespace explicitly.
  576. 2294.24 s [safe-exceptions] Documentation created: dist/doc/html/safe-exceptions/index.html,
  577. 2294.24 s [safe-exceptions] dist/doc/html/safe-exceptions/safe-exceptions.txt
  578. 2294.24 s [safe-exceptions] Preprocessing test suite 'safe-exceptions-test' for safe-exceptions-0.1.7.4..
  579. 2294.24 s [safe-exceptions] Phase: installPhase
  580. 2294.24 s [safe-exceptions] Installing library in /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/safe-exceptions-0.1.7.4-DDGbahiGzy58iJbr0IQWcu
  581. 2294.24 s [safe-exceptions] Phase: fixupPhase
  582. 2294.24 s [safe-exceptions] shrinking RPATHs of ELF executables and libraries in /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4
  583. 2294.24 s [safe-exceptions] shrinking /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSsafe-exceptions-0.1.7.4-DDGbahiGzy58iJbr0IQWcu-ghc9.6.4.so
  584. 2294.25 s [safe-exceptions] checking for references to /build/ in /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4...
  585. 2294.25 s [safe-exceptions] patching script interpreter paths in /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4
  586. 2294.25 s [safe-exceptions] stripping (with command strip and flags -S -p) in /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4/lib
  587. 2294.25 s [safe-exceptions] shrinking RPATHs of ELF executables and libraries in /nix/store/nfnrq5rshjyfz2mwk2sy10l55pnaiy3b-safe-exceptions-0.1.7.4-doc
  588. 2294.25 s [safe-exceptions] checking for references to /build/ in /nix/store/nfnrq5rshjyfz2mwk2sy10l55pnaiy3b-safe-exceptions-0.1.7.4-doc...
  589. 2294.25 s [safe-exceptions] patching script interpreter paths in /nix/store/nfnrq5rshjyfz2mwk2sy10l55pnaiy3b-safe-exceptions-0.1.7.4-doc
  590. 2294.52 s [stringbuilder:post-build] Uploading to the NixCI cache: /nix/store/pa94lnzjpbmvs47mk29a5ms81zjvkv7m-stringbuilder-0.5.1-doc /nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1
  591. 2295.05 s [stringbuilder:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  592. 2295.79 s [stringbuilder:post-build] copying 2 paths...
  593. 2295.79 s [stringbuilder:post-build] copying path '/nix/store/pa94lnzjpbmvs47mk29a5ms81zjvkv7m-stringbuilder-0.5.1-doc' to 'https://cache.nix-ci.com'...
  594. 2297.12 s [stringbuilder:post-build] copying path '/nix/store/pzmb64khqzl7501glgymr8ygbm848lkj-stringbuilder-0.5.1' to 'https://cache.nix-ci.com'...
  595. 2299.80 s [stringbuilder:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  596. 2301.63 s [stringbuilder:post-build] copying 1 paths...
  597. 2301.63 s [stringbuilder:post-build] copying path '/nix/store/f98capaxxkhk03d4xh8br5nx68qqbrkz-stringbuilder-0.5.1.drv' to 'https://cache.nix-ci.com'...
  598. 2303.76 s Uploaded stringbuilder in 9.3s
  599. 2303.78 s Progress: 108 of 211 built (10 building), 298 of 298 downloaded from cache
  600. 2303.78 s Built stringbuilder in 1m25s
  601. 2304.01 s Building /nix/store/f767mc1in7sg38qmcrn8nvg1b5dia40m-tasty-kat-0.0.3.drv
  602. 2304.01 s [text-conversions] [3 of 3] Linking dist/build/text-conversions-test-suite/text-conversions-test-suite
  603. 2304.01 s [text-conversions] Phase: checkPhase
  604. 2304.01 s [text-conversions] Running 1 test suites...
  605. 2304.01 s [text-conversions] Test suite text-conversions-test-suite: RUNNING...
  606. 2304.01 s [text-conversions]
  607. 2304.01 s [text-conversions] Data.Text.Conversions
  608. 2304.01 s [text-conversions] convertText
  609. 2304.01 s [text-conversions] can convert strings to and from text [✔]
  610. 2304.01 s [text-conversions] converts between strict and lazy text [✔]
  611. 2304.01 s [text-conversions] can convert between things with ToText/FromText conversions [✔]
  612. 2304.01 s [text-conversions] can convert between things with FromText instances that produce functors [✔]
  613. 2304.01 s [text-conversions] UTF8
  614. 2304.01 s [text-conversions] properly encodes text as bytestrings [✔]
  615. 2304.01 s [text-conversions] Base16
  616. 2304.01 s [text-conversions] encodes bytestrings as base 16 encoded text [✔]
  617. 2304.01 s [text-conversions] decodes properly encoded base 16 text as bytestrings [✔]
  618. 2304.01 s [text-conversions] fails to decode improperly encoded base 16 text as bytestrings [✔]
  619. 2304.01 s [text-conversions] Base64
  620. 2304.01 s [text-conversions] encodes bytestrings as base 64 encoded text [✔]
  621. 2304.01 s [text-conversions] decodes properly encoded base 64 text as bytestrings [✔]
  622. 2304.01 s [text-conversions] fails to decode improperly encoded base 64 text as bytestrings [✔]
  623. 2304.01 s [text-conversions] decodeConvertText
  624. 2304.01 s [text-conversions] can convert between things in functors with a DecodeText instance [✔]
  625. 2304.01 s [text-conversions] UTF8
  626. 2304.01 s [text-conversions] successfully decodes properly encoded bytestrings [✔]
  627. 2304.01 s [text-conversions] fails to decode improperly encoded bytestrings [✔]
  628. 2304.01 s [text-conversions]
  629. 2304.01 s [text-conversions] Finished in 0.0094 seconds
  630. 2304.01 s [text-conversions] 14 examples, 0 failures
  631. 2304.01 s [text-conversions] Test suite text-conversions-test-suite: PASS
  632. 2304.01 s [text-conversions] Test suite logged to:
  633. 2304.01 s [text-conversions] dist/test/text-conversions-0.3.1.1-text-conversions-test-suite.log
  634. 2304.01 s [text-conversions] 1 of 1 test suites (1 of 1 test cases) passed.
  635. 2304.02 s [text-conversions] Phase: haddockPhase
  636. 2304.02 s [text-conversions] Preprocessing library for text-conversions-0.3.1.1..
  637. 2304.02 s [text-conversions] Running Haddock on library for text-conversions-0.3.1.1..
  638. 2304.02 s [text-conversions] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  639. 2304.02 s [text-conversions] 100% ( 11 / 11) in 'Data.Text.Conversions'
  640. 2304.37 s Waiting for lock on waiting for a free build user ID for '/nix/store/m9mymrfhr77bnvmrb2cp8kcnan9fagyr-doctest
  641. 2304.37 s [ChasingBottoms] Phase: setupCompilerEnvironmentPhase
  642. 2304.37 s [ChasingBottoms] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  643. 2304.37 s [ChasingBottoms] Phase: unpackPhase
  644. 2304.37 s [ChasingBottoms] unpacking source archive /nix/store/hc9qv81sw76j1lmqdh8cqxmrfnvq36da-ChasingBottoms-1.3.1.15.tar.gz
  645. 2304.37 s [ChasingBottoms] source root is ChasingBottoms-1.3.1.15
  646. 2304.37 s [ChasingBottoms] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ChasingBottoms-1.3.1.15/Test/ChasingBottoms/TimeOut/Tests.hs"
  647. 2304.37 s [ChasingBottoms] Phase: patchPhase
  648. 2304.37 s [ChasingBottoms] Replace Cabal file with edited version from mirror://hackage/ChasingBottoms-1.3.1.15/revision/2.cabal.
  649. 2304.37 s [ChasingBottoms] Run jailbreak-cabal to lift version restrictions on build inputs.
  650. 2304.37 s [ChasingBottoms] Phase: compileBuildDriverPhase
  651. 2304.37 s [ChasingBottoms] setupCompileFlags: -package-db=/build/tmp.9cW5mLbsVS/setup-package.conf.d -threaded
  652. 2304.37 s [ChasingBottoms] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.9cW5mLbsVS/Main.o )
  653. 2304.37 s [ChasingBottoms] [2 of 2] Linking Setup
  654. 2304.46 s [cryptohash-sha256] Source component graph:
  655. 2304.46 s [cryptohash-sha256] component lib
  656. 2304.46 s [cryptohash-sha256] component test:test-sha256 dependency lib
  657. 2304.46 s [cryptohash-sha256] Configured component graph:
  658. 2304.46 s [cryptohash-sha256] component cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
  659. 2304.46 s [cryptohash-sha256] include base-4.18.2.0
  660. 2304.46 s [cryptohash-sha256] include bytestring-0.11.5.3
  661. 2304.46 s [cryptohash-sha256] component cryptohash-sha256-0.11.102.1-Gd9MVc6vrye9yp12EvV3x3-test-sha256
  662. 2304.46 s [cryptohash-sha256] include SHA-1.6.4.4-IVlRvzWxq1fDPIDwXC46pv
  663. 2304.46 s [cryptohash-sha256] include base-4.18.2.0
  664. 2304.46 s [cryptohash-sha256] include base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
  665. 2304.46 s [cryptohash-sha256] include bytestring-0.11.5.3
  666. 2304.46 s [cryptohash-sha256] include cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
  667. 2304.46 s [cryptohash-sha256] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  668. 2304.46 s [cryptohash-sha256] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  669. 2304.46 s [cryptohash-sha256] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  670. 2304.46 s [cryptohash-sha256] Linked component graph:
  671. 2304.46 s [cryptohash-sha256] unit cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
  672. 2304.46 s [cryptohash-sha256] include base-4.18.2.0
  673. 2304.46 s [cryptohash-sha256] include bytestring-0.11.5.3
  674. 2304.46 s [cryptohash-sha256] Crypto.Hash.SHA256=cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9:Crypto.Hash.SHA256
  675. 2304.46 s [cryptohash-sha256] unit cryptohash-sha256-0.11.102.1-Gd9MVc6vrye9yp12EvV3x3-test-sha256
  676. 2304.46 s [cryptohash-sha256] include SHA-1.6.4.4-IVlRvzWxq1fDPIDwXC46pv
  677. 2304.46 s [cryptohash-sha256] include base-4.18.2.0
  678. 2304.46 s [cryptohash-sha256] include base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
  679. 2304.46 s [cryptohash-sha256] include bytestring-0.11.5.3
  680. 2304.46 s [cryptohash-sha256] include cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
  681. 2304.46 s [cryptohash-sha256] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  682. 2304.46 s [cryptohash-sha256] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  683. 2304.46 s [cryptohash-sha256] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  684. 2304.46 s [cryptohash-sha256] Ready component graph:
  685. 2304.46 s [cryptohash-sha256] definite cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
  686. 2304.47 s [cryptohash-sha256] depends base-4.18.2.0
  687. 2304.47 s [cryptohash-sha256] depends bytestring-0.11.5.3
  688. 2304.47 s [cryptohash-sha256] definite cryptohash-sha256-0.11.102.1-Gd9MVc6vrye9yp12EvV3x3-test-sha256
  689. 2304.47 s [cryptohash-sha256] depends SHA-1.6.4.4-IVlRvzWxq1fDPIDwXC46pv
  690. 2304.47 s [cryptohash-sha256] depends base-4.18.2.0
  691. 2304.47 s [cryptohash-sha256] depends base16-bytestring-1.0.2.0-GDyrsHat5bu590SyDUh2y6
  692. 2304.47 s [cryptohash-sha256] depends bytestring-0.11.5.3
  693. 2304.47 s [cryptohash-sha256] depends cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
  694. 2304.47 s [cryptohash-sha256] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  695. 2304.47 s [cryptohash-sha256] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  696. 2304.47 s [cryptohash-sha256] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  697. 2304.47 s [cryptohash-sha256] Using Cabal-3.10.1.0 compiled by ghc-9.6
  698. 2304.47 s [cryptohash-sha256] Using compiler: ghc-9.6.4
  699. 2304.47 s [cryptohash-sha256] Using install prefix:
  700. 2304.47 s [cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1
  701. 2304.47 s [cryptohash-sha256] Executables installed in:
  702. 2304.47 s [cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/bin
  703. 2304.47 s [cryptohash-sha256] Libraries installed in:
  704. 2304.47 s [cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
  705. 2304.47 s [cryptohash-sha256] Dynamic Libraries installed in:
  706. 2304.47 s [cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  707. 2304.47 s [cryptohash-sha256] Private executables installed in:
  708. 2304.47 s [cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/libexec/x86_64-linux-ghc-9.6.4/cryptohash-sha256-0.11.102.1
  709. 2304.47 s [cryptohash-sha256] Data files installed in:
  710. 2304.47 s [cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/share/x86_64-linux-ghc-9.6.4/cryptohash-sha256-0.11.102.1
  711. 2304.47 s [cryptohash-sha256] Documentation installed in:
  712. 2304.47 s [cryptohash-sha256] /nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc/share/doc/cryptohash-sha256-0.11.102.1
  713. 2304.47 s [cryptohash-sha256] Configuration files installed in:
  714. 2304.47 s [cryptohash-sha256] /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/etc
  715. 2304.47 s [cryptohash-sha256] No alex found
  716. 2304.47 s [cryptohash-sha256] Using ar found on system at:
  717. 2304.47 s [cryptohash-sha256] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  718. 2304.47 s [cryptohash-sha256] No c2hs found
  719. 2304.47 s [cryptohash-sha256] No cpphs found
  720. 2304.47 s [cryptohash-sha256] No doctest found
  721. 2304.47 s [cryptohash-sha256] Using gcc version 14.3.0 given by user at:
  722. 2304.47 s [cryptohash-sha256] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  723. 2304.47 s [cryptohash-sha256] Using ghc version 9.6.4 found on system at:
  724. 2304.47 s [cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  725. 2304.47 s [cryptohash-sha256] Using ghc-pkg version 9.6.4 found on system at:
  726. 2304.47 s [cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  727. 2304.47 s [cryptohash-sha256] No ghcjs found
  728. 2304.47 s [cryptohash-sha256] No ghcjs-pkg found
  729. 2304.47 s [cryptohash-sha256] No greencard found
  730. 2304.47 s [cryptohash-sha256] Using haddock version 2.29.2 found on system at:
  731. 2304.47 s [cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  732. 2304.47 s [cryptohash-sha256] No happy found
  733. 2304.47 s [cryptohash-sha256] Using haskell-suite found on system at: haskell-suite-dummy-location
  734. 2304.49 s [generic-deriving] [ 7 of 21] Compiling Generics.Deriving.Copoint ( src/Generics/Deriving/Copoint.hs, dist/build/Generics/Deriving/Copoint.o, dist/build/Generics/Deriving/Copoint.dyn_o )
  735. 2304.49 s [generic-deriving] [ 8 of 21] Compiling Generics.Deriving.ConNames ( src/Generics/Deriving/ConNames.hs, dist/build/Generics/Deriving/ConNames.o, dist/build/Generics/Deriving/ConNames.dyn_o )
  736. 2304.49 s [generic-deriving] [ 9 of 21] Compiling Generics.Deriving.Semigroup.Internal ( src/Generics/Deriving/Semigroup/Internal.hs, dist/build/Generics/Deriving/Semigroup/Internal.o, dist/build/Generics/Deriving/Semigroup/Internal.dyn_o )
  737. 2304.49 s [generic-deriving] [10 of 21] Compiling Generics.Deriving.Monoid.Internal ( src/Generics/Deriving/Monoid/Internal.hs, dist/build/Generics/Deriving/Monoid/Internal.o, dist/build/Generics/Deriving/Monoid/Internal.dyn_o )
  738. 2304.49 s [generic-deriving] [11 of 21] Compiling Generics.Deriving.Semigroup ( src/Generics/Deriving/Semigroup.hs, dist/build/Generics/Deriving/Semigroup.o, dist/build/Generics/Deriving/Semigroup.dyn_o )
  739. 2304.49 s [generic-deriving] [12 of 21] Compiling Generics.Deriving.Monoid ( src/Generics/Deriving/Monoid.hs, dist/build/Generics/Deriving/Monoid.o, dist/build/Generics/Deriving/Monoid.dyn_o )
  740. 2304.49 s [generic-deriving] [13 of 21] Compiling Generics.Deriving.Show ( src/Generics/Deriving/Show.hs, dist/build/Generics/Deriving/Show.o, dist/build/Generics/Deriving/Show.dyn_o )
  741. 2304.49 s [generic-deriving] [14 of 21] Compiling Generics.Deriving.Traversable ( src/Generics/Deriving/Traversable.hs, dist/build/Generics/Deriving/Traversable.o, dist/build/Generics/Deriving/Traversable.dyn_o )
  742. 2304.49 s [generic-deriving] [15 of 21] Compiling Generics.Deriving.Uniplate ( src/Generics/Deriving/Uniplate.hs, dist/build/Generics/Deriving/Uniplate.o, dist/build/Generics/Deriving/Uniplate.dyn_o )
  743. 2304.49 s [generic-deriving] [16 of 21] Compiling Generics.Deriving.Default ( src/Generics/Deriving/Default.hs, dist/build/Generics/Deriving/Default.o, dist/build/Generics/Deriving/Default.dyn_o )
  744. 2304.49 s [generic-deriving] [17 of 21] Compiling Generics.Deriving ( src/Generics/Deriving.hs, dist/build/Generics/Deriving.o, dist/build/Generics/Deriving.dyn_o )
  745. 2304.49 s [generic-deriving] [18 of 21] Compiling Generics.Deriving.TH.Internal ( src/Generics/Deriving/TH/Internal.hs, dist/build/Generics/Deriving/TH/Internal.o, dist/build/Generics/Deriving/TH/Internal.dyn_o )
  746. 2304.49 s [generic-deriving] [19 of 21] Compiling Generics.Deriving.TH.Post4_9 ( src/Generics/Deriving/TH/Post4_9.hs, dist/build/Generics/Deriving/TH/Post4_9.o, dist/build/Generics/Deriving/TH/Post4_9.dyn_o )
  747. 2304.67 s [network] [11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o, dist/build/Network/Socket/Internal.dyn_o )
  748. 2304.68 s [network] [12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, dist/build/Network/Socket/Posix/MsgHdr.o, dist/build/Network/Socket/Posix/MsgHdr.dyn_o )
  749. 2304.68 s [network] [13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, dist/build/Network/Socket/Posix/CmsgHdr.o, dist/build/Network/Socket/Posix/CmsgHdr.dyn_o )
  750. 2304.68 s [network] [14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, dist/build/Network/Socket/Options.o, dist/build/Network/Socket/Options.dyn_o )
  751. 2304.68 s [network] [15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, dist/build/Network/Socket/Syscall.o, dist/build/Network/Socket/Syscall.dyn_o )
  752. 2304.68 s [network] [16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, dist/build/Network/Socket/Name.o, dist/build/Network/Socket/Name.dyn_o )
  753. 2304.68 s [network] [17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, dist/build/Network/Socket/Info.o, dist/build/Network/Socket/Info.dyn_o )
  754. 2304.68 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:368:1
  755. 2304.68 s [os-string] Warning: 'foldr1' is ambiguous. It is defined
  756. 2304.68 s [os-string] * in ‘Data.Foldable’
  757. 2304.68 s [os-string] * at System/OsString/Internal.hs:382:1
  758. 2304.68 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  759. 2304.68 s [os-string] by specifying the type/value namespace explicitly.
  760. 2304.68 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:382:1
  761. 2304.68 s [os-string] Warning: 'all' is ambiguous. It is defined
  762. 2304.68 s [os-string] * in ‘Data.Foldable’
  763. 2304.68 s [os-string] * at System/OsString/Internal.hs:396:1
  764. 2304.68 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  765. 2304.68 s [os-string] by specifying the type/value namespace explicitly.
  766. 2304.68 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:396:1
  767. 2304.68 s [os-string] Warning: 'any' is ambiguous. It is defined
  768. 2304.68 s [os-string] * in ‘Data.Foldable’
  769. 2304.68 s [os-string] * at System/OsString/Internal.hs:403:1
  770. 2304.69 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  771. 2304.69 s [os-string] by specifying the type/value namespace explicitly.
  772. 2304.69 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:403:1
  773. 2304.70 s [os-string] Warning: 'replicate' is ambiguous. It is defined
  774. 2304.70 s [os-string] * in ‘GHC.List’
  775. 2304.70 s [os-string] * at System/OsString/Internal.hs:418:1
  776. 2304.70 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  777. 2304.70 s [os-string] by specifying the type/value namespace explicitly.
  778. 2304.70 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:418:1
  779. 2304.70 s [os-string] Warning: 'take' is ambiguous. It is defined
  780. 2304.70 s [os-string] * in ‘GHC.List’
  781. 2304.70 s [os-string] * at System/OsString/Internal.hs:460:1
  782. 2304.70 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  783. 2304.70 s [os-string] by specifying the type/value namespace explicitly.
  784. 2304.70 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:460:1
  785. 2304.70 s [os-string] Warning: 'length' is ambiguous. It is defined
  786. 2304.70 s [os-string] * in ‘Data.Foldable’
  787. 2304.70 s [os-string] * at System/OsString/Internal.hs:309:1
  788. 2304.70 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  789. 2304.70 s [os-string] by specifying the type/value namespace explicitly.
  790. 2304.70 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:309:1
  791. 2304.70 s [os-string] Warning: 'drop' is ambiguous. It is defined
  792. 2304.70 s [os-string] * in ‘GHC.List’
  793. 2304.70 s [os-string] * at System/OsString/Internal.hs:497:1
  794. 2304.70 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  795. 2304.70 s [os-string] by specifying the type/value namespace explicitly.
  796. 2304.70 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:497:1
  797. 2304.70 s [os-string] Warning: 'takeWhile' is ambiguous. It is defined
  798. 2304.70 s [os-string] * in ‘GHC.List’
  799. 2304.70 s [os-string] * at System/OsString/Internal.hs:491:1
  800. 2304.70 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  801. 2304.70 s [os-string] by specifying the type/value namespace explicitly.
  802. 2304.70 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:491:1
  803. 2304.71 s [os-string] Warning: 'dropWhile' is ambiguous. It is defined
  804. 2304.71 s [os-string] * in ‘GHC.List’
  805. 2304.71 s [os-string] * at System/OsString/Internal.hs:519:1
  806. 2304.71 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  807. 2304.71 s [os-string] by specifying the type/value namespace explicitly.
  808. 2304.71 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:519:1
  809. 2304.71 s [os-string] Warning: 'break' is ambiguous. It is defined
  810. 2304.71 s [os-string] * in ‘GHC.List’
  811. 2304.71 s [os-string] * at System/OsString/Internal.hs:548:1
  812. 2304.71 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  813. 2304.71 s [os-string] by specifying the type/value namespace explicitly.
  814. 2304.71 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:548:1
  815. 2304.71 s [os-string] Warning: 'span' is ambiguous. It is defined
  816. 2304.71 s [os-string] * in ‘GHC.List’
  817. 2304.71 s [os-string] * at System/OsString/Internal.hs:558:1
  818. 2304.71 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  819. 2304.71 s [os-string] by specifying the type/value namespace explicitly.
  820. 2304.71 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:558:1
  821. 2304.71 s [os-string] Warning: 'splitAt' is ambiguous. It is defined
  822. 2304.71 s [os-string] * in ‘GHC.List’
  823. 2304.71 s [os-string] * at System/OsString/Internal.hs:583:1
  824. 2304.71 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  825. 2304.71 s [os-string] by specifying the type/value namespace explicitly.
  826. 2304.71 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:583:1
  827. 2304.72 s [os-string] Warning: 'elem' is ambiguous. It is defined
  828. 2304.72 s [os-string] * in ‘Data.Foldable’
  829. 2304.72 s [os-string] * at System/OsString/Internal.hs:686:1
  830. 2304.72 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  831. 2304.72 s [os-string] by specifying the type/value namespace explicitly.
  832. 2304.72 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:686:1
  833. 2304.72 s [resourcet] Documentation created: dist/doc/html/resourcet/index.html,
  834. 2304.72 s [resourcet] dist/doc/html/resourcet/resourcet.txt
  835. 2304.72 s [resourcet] Preprocessing test suite 'test' for resourcet-1.3.0..
  836. 2304.72 s [resourcet] haddockPhase completed in 30 seconds
  837. 2304.72 s [resourcet] Phase: installPhase
  838. 2304.72 s [resourcet] Installing library in /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/resourcet-1.3.0-Ag2nySKVTz1BqVKoH3KxZu
  839. 2304.72 s [resourcet] Phase: fixupPhase
  840. 2304.72 s [resourcet] shrinking RPATHs of ELF executables and libraries in /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0
  841. 2304.72 s [resourcet] shrinking /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSresourcet-1.3.0-Ag2nySKVTz1BqVKoH3KxZu-ghc9.6.4.so
  842. 2304.72 s [resourcet] checking for references to /build/ in /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0...
  843. 2304.72 s [resourcet] patching script interpreter paths in /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0
  844. 2304.72 s [resourcet] stripping (with command strip and flags -S -p) in /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0/lib
  845. 2305.06 s [safe-exceptions:post-build] Uploading to the NixCI cache: /nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4 /nix/store/nfnrq5rshjyfz2mwk2sy10l55pnaiy3b-safe-exceptions-0.1.7.4-doc
  846. 2305.64 s [safe-exceptions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  847. 2306.08 s [safe-exceptions:post-build] copying 2 paths...
  848. 2306.08 s [safe-exceptions:post-build] copying path '/nix/store/nfnrq5rshjyfz2mwk2sy10l55pnaiy3b-safe-exceptions-0.1.7.4-doc' to 'https://cache.nix-ci.com'...
  849. 2307.80 s [safe-exceptions:post-build] copying path '/nix/store/59fv79hy10sa7i2qz7jv82jw0c5sl9pd-safe-exceptions-0.1.7.4' to 'https://cache.nix-ci.com'...
  850. 2310.34 s [safe-exceptions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  851. 2311.30 s [safe-exceptions:post-build] copying 1 paths...
  852. 2311.31 s [safe-exceptions:post-build] copying path '/nix/store/qlr6gmr6kijki8l2avpq9d9zgszq4d0r-safe-exceptions-0.1.7.4.drv' to 'https://cache.nix-ci.com'...
  853. 2313.33 s Uploaded safe-exceptions in 8.4s
  854. 2313.33 s Progress: 109 of 211 built (10 building), 298 of 298 downloaded from cache
  855. 2313.34 s Built safe-exceptions in 1m46s
  856. 2313.64 s Building /nix/store/hjpj8jrl8k5ka7gzbpgxhdl2l1ns7j88-th-compat-0.1.6.drv
  857. 2313.87 s Building /nix/store/ff1pg83pa840pdlrq1mnafdiwnmsfjcs-th-expand-syns-0.4.12.0.drv
  858. 2314.12 s Building /nix/store/dvq1vzaffqlr638hrlwik9pz13cy46h4-unix-time-0.4.16.drv
  859. 2314.17 s [ChasingBottoms] Phase: updateAutotoolsGnuConfigScriptsPhase
  860. 2314.17 s [ChasingBottoms] Phase: configurePhase
  861. 2314.17 s [ChasingBottoms] configureFlags: --verbose --prefix=/nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc/share/doc/ChasingBottoms-1.3.1.15 --with-gcc=gcc --package-db=/build/tmp.9cW5mLbsVS/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  862. 2314.17 s [ChasingBottoms] Using Parsec parser
  863. 2314.17 s [ChasingBottoms] Configuring ChasingBottoms-1.3.1.15...
  864. 2314.17 s [ChasingBottoms] Dependency QuickCheck: using QuickCheck-2.14.3
  865. 2314.17 s [ChasingBottoms] Dependency base: using base-4.18.2.0
  866. 2314.17 s [ChasingBottoms] Dependency containers: using containers-0.6.7
  867. 2314.17 s [ChasingBottoms] Dependency mtl: using mtl-2.3.1
  868. 2314.17 s [ChasingBottoms] Dependency random: using random-1.2.1.3
  869. 2314.17 s [ChasingBottoms] Dependency syb: using syb-0.7.2.4
  870. 2314.17 s [ChasingBottoms] Dependency QuickCheck: using QuickCheck-2.14.3
  871. 2314.17 s [ChasingBottoms] Dependency array: using array-0.5.6.0
  872. 2314.17 s [ChasingBottoms] Dependency base: using base-4.18.2.0
  873. 2314.17 s [ChasingBottoms] Dependency containers: using containers-0.6.7
  874. 2314.17 s [ChasingBottoms] Dependency mtl: using mtl-2.3.1
  875. 2314.17 s [ChasingBottoms] Dependency random: using random-1.2.1.3
  876. 2314.17 s [ChasingBottoms] Dependency syb: using syb-0.7.2.4
  877. 2314.17 s [ChasingBottoms] Source component graph:
  878. 2314.17 s [ChasingBottoms] component test:ChasingBottomsTestSuite
  879. 2314.17 s [ChasingBottoms] component lib
  880. 2314.17 s [ChasingBottoms] Configured component graph:
  881. 2314.17 s [ChasingBottoms] component ChasingBottoms-1.3.1.15-HTTlyyLIAmHK6SKRL4emN3-ChasingBottomsTestSuite
  882. 2314.17 s [ChasingBottoms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  883. 2314.17 s [ChasingBottoms] include array-0.5.6.0
  884. 2314.17 s [ChasingBottoms] include base-4.18.2.0
  885. 2314.17 s [ChasingBottoms] include containers-0.6.7
  886. 2314.17 s [ChasingBottoms] include mtl-2.3.1
  887. 2314.17 s [ChasingBottoms] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  888. 2314.18 s [ChasingBottoms] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  889. 2314.18 s [ChasingBottoms] component ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5
  890. 2314.18 s [ChasingBottoms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  891. 2314.18 s [ChasingBottoms] include base-4.18.2.0
  892. 2314.18 s [ChasingBottoms] include containers-0.6.7
  893. 2314.18 s [ChasingBottoms] include mtl-2.3.1
  894. 2314.18 s [ChasingBottoms] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  895. 2314.18 s [ChasingBottoms] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  896. 2314.18 s [ChasingBottoms] Linked component graph:
  897. 2314.18 s [ChasingBottoms] unit ChasingBottoms-1.3.1.15-HTTlyyLIAmHK6SKRL4emN3-ChasingBottomsTestSuite
  898. 2314.18 s [ChasingBottoms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  899. 2314.18 s [ChasingBottoms] include array-0.5.6.0
  900. 2314.18 s [ChasingBottoms] include base-4.18.2.0
  901. 2314.18 s [ChasingBottoms] include containers-0.6.7
  902. 2314.18 s [ChasingBottoms] include mtl-2.3.1
  903. 2314.18 s [ChasingBottoms] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  904. 2314.18 s [ChasingBottoms] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  905. 2314.18 s [ChasingBottoms] unit ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5
  906. 2314.18 s [ChasingBottoms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  907. 2314.18 s [ChasingBottoms] include base-4.18.2.0
  908. 2314.18 s [ChasingBottoms] include containers-0.6.7
  909. 2314.18 s [ChasingBottoms] include mtl-2.3.1
  910. 2314.18 s [ChasingBottoms] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  911. 2314.18 s [ChasingBottoms] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  912. 2314.18 s [base-orphans] Documentation created: dist/doc/html/base-orphans/index.html,
  913. 2314.18 s [base-orphans] dist/doc/html/base-orphans/base-orphans.txt
  914. 2314.18 s [base-orphans] Preprocessing test suite 'spec' for base-orphans-0.9.3..
  915. 2314.18 s [base-orphans] haddockPhase completed in 34 seconds
  916. 2314.18 s [base-orphans] Phase: installPhase
  917. 2314.18 s [base-orphans] Installing library in /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  918. 2314.18 s [base-orphans] Phase: fixupPhase
  919. 2314.18 s [base-orphans] shrinking RPATHs of ELF executables and libraries in /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3
  920. 2314.18 s [base-orphans] shrinking /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSbase-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z-ghc9.6.4.so
  921. 2314.18 s [base-orphans] checking for references to /build/ in /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3...
  922. 2314.18 s [base-orphans] patching script interpreter paths in /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3
  923. 2314.18 s [base-orphans] stripping (with command strip and flags -S -p) in /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3/lib
  924. 2314.18 s [base-orphans] shrinking RPATHs of ELF executables and libraries in /nix/store/fx4k5dmanngcas2psykf608i56a0dyls-base-orphans-0.9.3-doc
  925. 2314.18 s [base-orphans] checking for references to /build/ in /nix/store/fx4k5dmanngcas2psykf608i56a0dyls-base-orphans-0.9.3-doc...
  926. 2314.18 s [base-orphans] patching script interpreter paths in /nix/store/fx4k5dmanngcas2psykf608i56a0dyls-base-orphans-0.9.3-doc
  927. 2314.21 s [cryptohash-sha256] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  928. 2314.21 s [cryptohash-sha256] No hmake found
  929. 2314.21 s [cryptohash-sha256] Using hpc version 0.68 found on system at:
  930. 2314.21 s [cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  931. 2314.21 s [cryptohash-sha256] Using hsc2hs version 0.68.9 found on system at:
  932. 2314.21 s [cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  933. 2314.21 s [cryptohash-sha256] Using hscolour version 1.25 found on system at:
  934. 2314.21 s [cryptohash-sha256] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  935. 2314.21 s [cryptohash-sha256] No jhc found
  936. 2314.21 s [cryptohash-sha256] Using ld found on system at:
  937. 2314.21 s [cryptohash-sha256] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  938. 2314.21 s [cryptohash-sha256] No pkg-config found
  939. 2314.21 s [cryptohash-sha256] Using runghc version 9.6.4 found on system at:
  940. 2314.21 s [cryptohash-sha256] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  941. 2314.21 s [cryptohash-sha256] Using strip version 2.44 found on system at:
  942. 2314.21 s [cryptohash-sha256] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  943. 2314.21 s [cryptohash-sha256] Using tar found on system at:
  944. 2314.21 s [cryptohash-sha256] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  945. 2314.21 s [cryptohash-sha256] No uhc found
  946. 2314.21 s [cryptohash-sha256] Phase: buildPhase
  947. 2314.21 s [cryptohash-sha256] Preprocessing library for cryptohash-sha256-0.11.102.1..
  948. 2314.21 s [cryptohash-sha256] Building library for cryptohash-sha256-0.11.102.1..
  949. 2314.21 s [cryptohash-sha256] [1 of 3] Compiling Compat ( src/Compat.hs, dist/build/Compat.o, dist/build/Compat.dyn_o )
  950. 2314.21 s [cryptohash-sha256] [2 of 3] Compiling Crypto.Hash.SHA256.FFI ( src/Crypto/Hash/SHA256/FFI.hs, dist/build/Crypto/Hash/SHA256/FFI.o, dist/build/Crypto/Hash/SHA256/FFI.dyn_o )
  951. 2314.21 s [cryptohash-sha256] [3 of 3] Compiling Crypto.Hash.SHA256 ( src/Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.o, dist/build/Crypto/Hash/SHA256.dyn_o )
  952. 2314.21 s [cryptohash-sha256]
  953. 2314.21 s [cryptohash-sha256] src/Crypto/Hash/SHA256.hs:144:19: warning: [GHC-68441] [-Wdeprecations]
  954. 2314.21 s [cryptohash-sha256] In the use of ‘memcpy’
  955. 2314.21 s [cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  956. 2314.21 s [cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  957. 2314.21 s [cryptohash-sha256] |
  958. 2314.21 s [cryptohash-sha256] 144 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
  959. 2314.21 s [cryptohash-sha256] | ^^^^^^
  960. 2314.21 s [cryptohash-sha256]
  961. 2314.21 s [cryptohash-sha256] src/Crypto/Hash/SHA256.hs:336:53: warning: [GHC-68441] [-Wdeprecations]
  962. 2314.21 s [cryptohash-sha256] In the use of ‘memcpy’
  963. 2314.21 s [cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  964. 2314.21 s [cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  965. 2314.21 s [cryptohash-sha256] |
  966. 2314.21 s [cryptohash-sha256] 336 | withByteStringPtr t' $ \tptr' -> memcpy p tptr' 32
  967. 2314.21 s [cryptohash-sha256] | ^^^^^^
  968. 2314.21 s [cryptohash-sha256] [1 of 3] Compiling Compat ( src/Compat.hs, dist/build/Compat.p_o )
  969. 2314.21 s [cryptohash-sha256] [2 of 3] Compiling Crypto.Hash.SHA256.FFI ( src/Crypto/Hash/SHA256/FFI.hs, dist/build/Crypto/Hash/SHA256/FFI.p_o )
  970. 2314.21 s [cryptohash-sha256] [3 of 3] Compiling Crypto.Hash.SHA256 ( src/Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.p_o )
  971. 2314.21 s [cryptohash-sha256]
  972. 2314.21 s [cryptohash-sha256] src/Crypto/Hash/SHA256.hs:144:19: warning: [GHC-68441] [-Wdeprecations]
  973. 2314.21 s [cryptohash-sha256] In the use of ‘memcpy’
  974. 2314.21 s [cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  975. 2314.21 s [cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  976. 2314.21 s [cryptohash-sha256] |
  977. 2314.21 s [cryptohash-sha256] 144 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
  978. 2314.21 s [cryptohash-sha256] | ^^^^^^
  979. 2314.21 s [cryptohash-sha256]
  980. 2314.21 s [cryptohash-sha256] src/Crypto/Hash/SHA256.hs:336:53: warning: [GHC-68441] [-Wdeprecations]
  981. 2314.21 s [cryptohash-sha256] In the use of ‘memcpy’
  982. 2314.21 s [cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  983. 2314.21 s [cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  984. 2314.21 s [cryptohash-sha256] |
  985. 2314.21 s [cryptohash-sha256] 336 | withByteStringPtr t' $ \tptr' -> memcpy p tptr' 32
  986. 2314.22 s [generic-deriving] [20 of 21] Compiling Generics.Deriving.TH ( src/Generics/Deriving/TH.hs, dist/build/Generics/Deriving/TH.o, dist/build/Generics/Deriving/TH.dyn_o )
  987. 2314.22 s [generic-deriving] [21 of 21] Compiling Paths_generic_deriving ( dist/build/autogen/Paths_generic_deriving.hs, dist/build/Paths_generic_deriving.o, dist/build/Paths_generic_deriving.dyn_o )
  988. 2314.28 s [network] [18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, dist/build/Network/Socket/Handle.o, dist/build/Network/Socket/Handle.dyn_o )
  989. 2314.28 s [network] [19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o, dist/build/Network/Socket/ByteString/Internal.dyn_o )
  990. 2314.28 s [network] [20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, dist/build/Network/Socket/Buffer.o, dist/build/Network/Socket/Buffer.dyn_o )
  991. 2314.28 s [network] [21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, dist/build/Network/Socket/SockAddr.o, dist/build/Network/Socket/SockAddr.dyn_o )
  992. 2314.28 s [network] [22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, dist/build/Network/Socket/Shutdown.o, dist/build/Network/Socket/Shutdown.dyn_o )
  993. 2314.28 s [network] [23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, dist/build/Network/Socket/ByteString/IO.o, dist/build/Network/Socket/ByteString/IO.dyn_o )
  994. 2314.28 s [network] [24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.o, dist/build/Network/Socket/ByteString/Lazy/Posix.dyn_o )
  995. 2314.28 s [network] [25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o, dist/build/Network/Socket/ByteString.dyn_o )
  996. 2314.28 s [network] [26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, dist/build/Network/Socket/Address.o, dist/build/Network/Socket/Address.dyn_o )
  997. 2314.28 s [network] [27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, dist/build/Network/Socket/Unix.o, dist/build/Network/Socket/Unix.dyn_o )
  998. 2314.28 s [network] [28 of 29] Compiling Network.Socket ( Network/Socket.hs, dist/build/Network/Socket.o, dist/build/Network/Socket.dyn_o )
  999. 2314.28 s [network] [29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o, dist/build/Network/Socket/ByteString/Lazy.dyn_o )
  1000. 2314.28 s [network] [ 1 of 29] Compiling Network.Socket.Imports ( Network/Socket/Imports.hs, dist/build/Network/Socket/Imports.p_o )
  1001. 2314.28 s [network] [ 2 of 29] Compiling Network.Socket.If ( Network/Socket/If.hs, dist/build/Network/Socket/If.p_o )
  1002. 2314.28 s [os-string] Warning: 'filter' is ambiguous. It is defined
  1003. 2314.28 s [os-string] * in ‘GHC.List’
  1004. 2314.28 s [os-string] * at System/OsString/Internal.hs:704:1
  1005. 2314.28 s [os-string] You may be able to disambiguate the identifier by qualifying it or
  1006. 2314.28 s [os-string] by specifying the type/value namespace explicitly.
  1007. 2314.28 s [os-string] Defaulting to the one defined at System/OsString/Internal.hs:704:1
  1008. 2314.28 s [os-string] 94% ( 74 / 78) in 'System.OsString.Internal'
  1009. 2314.28 s [os-string] Missing documentation for:
  1010. 2314.28 s [os-string] Module header
  1011. 2314.28 s [os-string] empty (System/OsString/Internal.hs:220)
  1012. 2314.28 s [os-string] singleton (System/OsString/Internal.hs:223)
  1013. 2314.28 s [os-string] concat (System/OsString/Internal.hs:408)
  1014. 2314.28 s [os-string] Warning: 'setFileSystemEncoding' is out of scope.
  1015. 2314.28 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  1016. 2314.28 s [os-string] Warning: 'unsafePerformIO' is out of scope.
  1017. 2314.28 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  1018. 2314.28 s [os-string] 96% ( 96 / 99) in 'System.OsString'
  1019. 2314.28 s [os-string] Missing documentation for:
  1020. 2314.28 s [os-string] empty (System/OsString/Internal.hs:220)
  1021. 2314.28 s [os-string] singleton (System/OsString/Internal.hs:223)
  1022. 2314.28 s [os-string] concat (System/OsString/Internal.hs:408)
  1023. 2314.28 s [os-string] Warning: 'unsafeDupablePerformIO' is out of scope.
  1024. 2314.28 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  1025. 2314.29 s [os-string] Warning: 'OsString' is out of scope.
  1026. 2314.29 s [os-string] If you qualify the identifier, haddock can try to link it anyway.
  1027. 2314.29 s [os-string] 94% ( 93 / 98) in 'System.OsString.Windows'
  1028. 2314.29 s [os-string] Missing documentation for:
  1029. 2314.29 s [os-string] Module header
  1030. 2314.29 s [os-string] WindowsChar (System/OsString/Internal/Types.hs:117)
  1031. 2314.29 s [os-string] singleton (System/OsString/Common.hs:494)
  1032. 2314.29 s [os-string] empty (System/OsString/Common.hs:497)
  1033. 2314.29 s [os-string] concat (System/OsString/Common.hs:705)
  1034. 2314.29 s [os-string] Documentation created: dist/doc/html/os-string/index.html,
  1035. 2314.29 s [os-string] dist/doc/html/os-string/os-string.txt
  1036. 2314.29 s [os-string] Preprocessing test suite 'encoding-tests' for os-string-2.0.7..
  1037. 2314.29 s [os-string] Preprocessing test suite 'bytestring-tests' for os-string-2.0.7..
  1038. 2314.29 s [os-string] haddockPhase completed in 38 seconds
  1039. 2314.29 s [os-string] Phase: installPhase
  1040. 2314.29 s [os-string] Installing library in /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
  1041. 2314.29 s [os-string] Phase: fixupPhase
  1042. 2314.29 s [os-string] shrinking RPATHs of ELF executables and libraries in /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7
  1043. 2314.29 s [os-string] shrinking /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSos-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb-ghc9.6.4.so
  1044. 2314.29 s [os-string] checking for references to /build/ in /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7...
  1045. 2314.29 s [os-string] patching script interpreter paths in /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7
  1046. 2314.29 s [os-string] stripping (with command strip and flags -S -p) in /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7/lib
  1047. 2314.29 s [os-string] shrinking RPATHs of ELF executables and libraries in /nix/store/vqq59j5jyh7srsvcg9zmsac5d0khww1k-os-string-2.0.7-doc
  1048. 2314.29 s [os-string] checking for references to /build/ in /nix/store/vqq59j5jyh7srsvcg9zmsac5d0khww1k-os-string-2.0.7-doc...
  1049. 2314.29 s [os-string] patching script interpreter paths in /nix/store/vqq59j5jyh7srsvcg9zmsac5d0khww1k-os-string-2.0.7-doc
  1050. 2314.29 s [resourcet] shrinking RPATHs of ELF executables and libraries in /nix/store/1c3a62b3imq5cbzdxfbnv3ik0v8zpb91-resourcet-1.3.0-doc
  1051. 2314.29 s [resourcet] checking for references to /build/ in /nix/store/1c3a62b3imq5cbzdxfbnv3ik0v8zpb91-resourcet-1.3.0-doc...
  1052. 2314.29 s [resourcet] patching script interpreter paths in /nix/store/1c3a62b3imq5cbzdxfbnv3ik0v8zpb91-resourcet-1.3.0-doc
  1053. 2314.29 s [tasty-kat] Phase: setupCompilerEnvironmentPhase
  1054. 2314.29 s [tasty-kat] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  1055. 2314.29 s [tasty-kat] Phase: unpackPhase
  1056. 2314.29 s [tasty-kat] unpacking source archive /nix/store/5ccvvz1grv7ccj7x6ls35afhgcmscjq7-tasty-kat-0.0.3.tar.gz
  1057. 2314.29 s [tasty-kat] source root is tasty-kat-0.0.3
  1058. 2314.29 s [tasty-kat] setting SOURCE_DATE_EPOCH to timestamp 1421778142 of file "tasty-kat-0.0.3/Test/Tasty/KAT/Internal.hs"
  1059. 2314.29 s [tasty-kat] Phase: patchPhase
  1060. 2314.29 s [tasty-kat] Phase: compileBuildDriverPhase
  1061. 2314.29 s [tasty-kat] setupCompileFlags: -package-db=/build/tmp.QFnCnksICC/setup-package.conf.d -threaded
  1062. 2314.29 s [tasty-kat] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.QFnCnksICC/Main.o )
  1063. 2314.29 s [tasty-kat] [2 of 2] Linking Setup
  1064. 2314.29 s [tasty-kat] Phase: updateAutotoolsGnuConfigScriptsPhase
  1065. 2314.29 s [tasty-kat] Phase: configurePhase
  1066. 2314.29 s [tasty-kat] configureFlags: --verbose --prefix=/nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc/share/doc/tasty-kat-0.0.3 --with-gcc=gcc --package-db=/build/tmp.QFnCnksICC/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  1067. 2314.29 s [text-conversions] Documentation created: dist/doc/html/text-conversions/index.html,
  1068. 2314.29 s [text-conversions] dist/doc/html/text-conversions/text-conversions.txt
  1069. 2314.29 s [text-conversions] Preprocessing test suite 'text-conversions-test-suite' for text-conversions-0.3.1.1..
  1070. 2314.29 s [text-conversions] Phase: installPhase
  1071. 2314.29 s [text-conversions] Installing library in /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/text-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP
  1072. 2314.29 s [th-expand-syns] Phase: setupCompilerEnvironmentPhase
  1073. 2314.29 s [th-expand-syns] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  1074. 2314.35 s [ChasingBottoms] Test.ChasingBottoms=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms,Test.ChasingBottoms.Approx=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.Approx,Test.ChasingBottoms.ApproxShow=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.ApproxShow,Test.ChasingBottoms.ContinuousFunctions=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.ContinuousFunctions,Test.ChasingBottoms.IsBottom=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.IsBottom,Test.ChasingBottoms.Nat=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.Nat,Test.ChasingBottoms.SemanticOrd=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.SemanticOrd,Test.ChasingBottoms.TimeOut=ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5:Test.ChasingBottoms.TimeOut
  1075. 2314.35 s [ChasingBottoms] Ready component graph:
  1076. 2314.35 s [ChasingBottoms] definite ChasingBottoms-1.3.1.15-HTTlyyLIAmHK6SKRL4emN3-ChasingBottomsTestSuite
  1077. 2314.35 s [ChasingBottoms] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  1078. 2314.35 s [ChasingBottoms] depends array-0.5.6.0
  1079. 2314.35 s [ChasingBottoms] depends base-4.18.2.0
  1080. 2314.35 s [ChasingBottoms] depends containers-0.6.7
  1081. 2314.35 s [ChasingBottoms] depends mtl-2.3.1
  1082. 2314.35 s [ChasingBottoms] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  1083. 2314.35 s [ChasingBottoms] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  1084. 2314.35 s [ChasingBottoms] definite ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5
  1085. 2314.35 s [ChasingBottoms] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  1086. 2314.35 s [ChasingBottoms] depends base-4.18.2.0
  1087. 2314.35 s [ChasingBottoms] depends containers-0.6.7
  1088. 2314.35 s [ChasingBottoms] depends mtl-2.3.1
  1089. 2314.35 s [ChasingBottoms] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  1090. 2314.35 s [ChasingBottoms] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  1091. 2314.35 s [ChasingBottoms] Using Cabal-3.10.1.0 compiled by ghc-9.6
  1092. 2314.35 s [ChasingBottoms] Using compiler: ghc-9.6.4
  1093. 2314.35 s [ChasingBottoms] Using install prefix:
  1094. 2314.35 s [ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15
  1095. 2314.35 s [ChasingBottoms] Executables installed in:
  1096. 2314.35 s [ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/bin
  1097. 2314.35 s [ChasingBottoms] Libraries installed in:
  1098. 2314.35 s [ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5
  1099. 2314.35 s [ChasingBottoms] Dynamic Libraries installed in:
  1100. 2314.35 s [ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  1101. 2314.35 s [ChasingBottoms] Private executables installed in:
  1102. 2314.35 s [ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/libexec/x86_64-linux-ghc-9.6.4/ChasingBottoms-1.3.1.15
  1103. 2314.35 s [ChasingBottoms] Data files installed in:
  1104. 2314.35 s [ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/share/x86_64-linux-ghc-9.6.4/ChasingBottoms-1.3.1.15
  1105. 2314.35 s [ChasingBottoms] Documentation installed in:
  1106. 2314.35 s [ChasingBottoms] /nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc/share/doc/ChasingBottoms-1.3.1.15
  1107. 2314.35 s [ChasingBottoms] Configuration files installed in:
  1108. 2314.35 s [ChasingBottoms] /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/etc
  1109. 2314.35 s [ChasingBottoms] No alex found
  1110. 2314.35 s [ChasingBottoms] Using ar found on system at:
  1111. 2314.35 s [ChasingBottoms] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  1112. 2314.35 s [ChasingBottoms] No c2hs found
  1113. 2314.35 s [ChasingBottoms] No cpphs found
  1114. 2314.35 s [ChasingBottoms] No doctest found
  1115. 2314.35 s [ChasingBottoms] Using gcc version 14.3.0 given by user at:
  1116. 2314.35 s [ChasingBottoms] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  1117. 2314.35 s [ChasingBottoms] Using ghc version 9.6.4 found on system at:
  1118. 2314.36 s [ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  1119. 2314.36 s [ChasingBottoms] Using ghc-pkg version 9.6.4 found on system at:
  1120. 2314.36 s [ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  1121. 2314.36 s [ChasingBottoms] No ghcjs found
  1122. 2314.36 s [ChasingBottoms] No ghcjs-pkg found
  1123. 2314.36 s [ChasingBottoms] No greencard found
  1124. 2314.36 s [ChasingBottoms] Using haddock version 2.29.2 found on system at:
  1125. 2314.36 s [ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  1126. 2314.36 s [ChasingBottoms] No happy found
  1127. 2314.36 s [ChasingBottoms] Using haskell-suite found on system at: haskell-suite-dummy-location
  1128. 2314.36 s [ChasingBottoms] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1129. 2314.36 s [ChasingBottoms] No hmake found
  1130. 2314.36 s [ChasingBottoms] Using hpc version 0.68 found on system at:
  1131. 2314.36 s [ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  1132. 2314.36 s [ChasingBottoms] Using hsc2hs version 0.68.9 found on system at:
  1133. 2314.36 s [ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  1134. 2314.36 s [ChasingBottoms] Using hscolour version 1.25 found on system at:
  1135. 2314.36 s [ChasingBottoms] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  1136. 2314.37 s [ChasingBottoms] No jhc found
  1137. 2314.37 s [ChasingBottoms] Using ld found on system at:
  1138. 2314.37 s [ChasingBottoms] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  1139. 2314.37 s [ChasingBottoms] No pkg-config found
  1140. 2314.37 s [ChasingBottoms] Using runghc version 9.6.4 found on system at:
  1141. 2314.37 s [ChasingBottoms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  1142. 2314.37 s [ChasingBottoms] Using strip version 2.44 found on system at:
  1143. 2314.37 s [ChasingBottoms] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  1144. 2314.37 s [ChasingBottoms] Using tar found on system at:
  1145. 2314.37 s [ChasingBottoms] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  1146. 2314.37 s [ChasingBottoms] No uhc found
  1147. 2314.37 s [ChasingBottoms] Phase: buildPhase
  1148. 2314.37 s [ChasingBottoms] Preprocessing test suite 'ChasingBottomsTestSuite' for ChasingBottoms-1.3.1.15..
  1149. 2314.37 s [ChasingBottoms] Building test suite 'ChasingBottomsTestSuite' for ChasingBottoms-1.3.1.15..
  1150. 2314.37 s [ChasingBottoms] [ 1 of 20] Compiling Test.ChasingBottoms.IsType ( Test/ChasingBottoms/IsType.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/IsType.o )
  1151. 2314.76 s [base-orphans:post-build] Uploading to the NixCI cache: /nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3 /nix/store/fx4k5dmanngcas2psykf608i56a0dyls-base-orphans-0.9.3-doc
  1152. 2315.13 s [base-orphans:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1153. 2315.71 s [base-orphans:post-build] copying 2 paths...
  1154. 2315.73 s [base-orphans:post-build] copying path '/nix/store/fx4k5dmanngcas2psykf608i56a0dyls-base-orphans-0.9.3-doc' to 'https://cache.nix-ci.com'...
  1155. 2317.32 s [base-orphans:post-build] copying path '/nix/store/dhhlyb1fgd65ihfjhw8ajglamgkqb2g3-base-orphans-0.9.3' to 'https://cache.nix-ci.com'...
  1156. 2321.51 s [base-orphans:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1157. 2322.56 s [base-orphans:post-build] copying 1 paths...
  1158. 2322.57 s [base-orphans:post-build] copying path '/nix/store/g34vrr4q792d45x04q0qmdbcgapr90kj-base-orphans-0.9.3.drv' to 'https://cache.nix-ci.com'...
  1159. 2324.65 s Uploaded base-orphans in 10.1s
  1160. 2324.65 s Progress: 110 of 211 built (12 building), 298 of 298 downloaded from cache
  1161. 2324.65 s Built base-orphans in 1m59s
  1162. 2324.65 s [cryptohash-sha256] | ^^^^^^
  1163. 2325.08 s [os-string:post-build] Uploading to the NixCI cache: /nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7 /nix/store/vqq59j5jyh7srsvcg9zmsac5d0khww1k-os-string-2.0.7-doc
  1164. 2325.66 s [os-string:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1165. 2327.02 s [os-string:post-build] copying 2 paths...
  1166. 2327.04 s [os-string:post-build] copying path '/nix/store/vqq59j5jyh7srsvcg9zmsac5d0khww1k-os-string-2.0.7-doc' to 'https://cache.nix-ci.com'...
  1167. 2330.47 s [os-string:post-build] copying path '/nix/store/6zjgkv9w4dvlby1rmv962hi7539wvy1y-os-string-2.0.7' to 'https://cache.nix-ci.com'...
  1168. 2338.78 s [os-string:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1169. 2340.07 s [os-string:post-build] copying 1 paths...
  1170. 2340.07 s [os-string:post-build] copying path '/nix/store/qbkzrlafd4jzayhnb38zk74jpd1148mw-os-string-2.0.7.drv' to 'https://cache.nix-ci.com'...
  1171. 2342.06 s Uploaded os-string in 17.1s
  1172. 2342.06 s Progress: 111 of 212 built (11 building), 298 of 298 downloaded from cache
  1173. 2342.06 s Built os-string in 7m30s
  1174. 2342.53 s [resourcet:post-build] Uploading to the NixCI cache: /nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0 /nix/store/1c3a62b3imq5cbzdxfbnv3ik0v8zpb91-resourcet-1.3.0-doc
  1175. 2343.11 s [resourcet:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1176. 2343.69 s [resourcet:post-build] copying 2 paths...
  1177. 2343.69 s [resourcet:post-build] copying path '/nix/store/1c3a62b3imq5cbzdxfbnv3ik0v8zpb91-resourcet-1.3.0-doc' to 'https://cache.nix-ci.com'...
  1178. 2346.19 s [resourcet:post-build] copying path '/nix/store/0apk8qfcmiqawq4j1mrbqkr0ivf0r9v4-resourcet-1.3.0' to 'https://cache.nix-ci.com'...
  1179. 2351.06 s [resourcet:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1180. 2352.44 s [resourcet:post-build] copying 1 paths...
  1181. 2352.45 s [resourcet:post-build] copying path '/nix/store/05p3w9w1hlplr579hy37z92315j4ksh4-resourcet-1.3.0.drv' to 'https://cache.nix-ci.com'...
  1182. 2354.74 s Uploaded resourcet in 12.4s
  1183. 2354.74 s Progress: 112 of 213 built (10 building), 298 of 298 downloaded from cache
  1184. 2354.74 s Built resourcet in 2m28s
  1185. 2354.74 s [tasty-kat] Using Parsec parser
  1186. 2354.74 s [tasty-kat] Configuring tasty-kat-0.0.3...
  1187. 2354.74 s [th-compat] Phase: setupCompilerEnvironmentPhase
  1188. 2354.74 s [th-compat] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  1189. 2355.10 s Building /nix/store/1lp6faj858hfi59y4q5qjd5988ahvakx-hashable-1.4.7.0.drv
  1190. 2355.38 s Building /nix/store/k8qwd4a4dc2gbwk2370b6ak4f49qvx0k-transformers-base-0.4.6.drv
  1191. 2355.38 s [ChasingBottoms] [ 2 of 20] Compiling Test.ChasingBottoms.IsType.Tests ( Test/ChasingBottoms/IsType/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/IsType/Tests.o )
  1192. 2355.38 s [ChasingBottoms] [ 3 of 20] Compiling Test.ChasingBottoms.Nat ( Test/ChasingBottoms/Nat.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/Nat.o )
  1193. 2355.38 s [ChasingBottoms] [ 4 of 20] Compiling Test.ChasingBottoms.Approx ( Test/ChasingBottoms/Approx.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/Approx.o )
  1194. 2355.38 s [ChasingBottoms] [ 5 of 20] Compiling Test.ChasingBottoms.TestUtilities ( Test/ChasingBottoms/TestUtilities.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/TestUtilities.o )
  1195. 2355.38 s [ChasingBottoms] [ 6 of 20] Compiling Test.ChasingBottoms.IsBottom[boot] ( Test/ChasingBottoms/IsBottom.hs-boot, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/IsBottom.o-boot )
  1196. 2355.38 s [ChasingBottoms] [ 7 of 20] Compiling Test.ChasingBottoms.TimeOut ( Test/ChasingBottoms/TimeOut.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/TimeOut.o )
  1197. 2355.38 s [ChasingBottoms] [ 8 of 20] Compiling Test.ChasingBottoms.IsBottom ( Test/ChasingBottoms/IsBottom.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/IsBottom.o )
  1198. 2355.38 s [ChasingBottoms] [ 9 of 20] Compiling Test.ChasingBottoms.SemanticOrd ( Test/ChasingBottoms/SemanticOrd.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/SemanticOrd.o )
  1199. 2355.38 s [ChasingBottoms] [10 of 20] Compiling Test.ChasingBottoms.Nat.Tests ( Test/ChasingBottoms/Nat/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/Nat/Tests.o )
  1200. 2355.38 s [ChasingBottoms] [11 of 20] Compiling Test.ChasingBottoms.IsBottom.Tests ( Test/ChasingBottoms/IsBottom/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/IsBottom/Tests.o )
  1201. 2355.38 s [ChasingBottoms]
  1202. 2355.38 s [ChasingBottoms] Test/ChasingBottoms/IsBottom/Tests.hs:56:19: warning: [GHC-53633] [-Woverlapping-patterns]
  1203. 2355.38 s [ChasingBottoms] Pattern match is redundant
  1204. 2355.38 s [ChasingBottoms] In a pattern binding: Just x = ...
  1205. 2355.38 s [ChasingBottoms] |
  1206. 2355.38 s [ChasingBottoms] 56 | , isBottom (let Just x = Nothing in x :: Char)
  1207. 2355.38 s [ChasingBottoms] | ^^^^^^^^^^^^^^^^
  1208. 2355.38 s [ChasingBottoms] [12 of 20] Compiling Test.ChasingBottoms.ContinuousFunctions ( Test/ChasingBottoms/ContinuousFunctions.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/ContinuousFunctions.o )
  1209. 2355.38 s [ChasingBottoms] [13 of 20] Compiling Test.ChasingBottoms.ApproxShow ( Test/ChasingBottoms/ApproxShow.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/ApproxShow.o )
  1210. 2355.38 s [ChasingBottoms] [14 of 20] Compiling Test.ChasingBottoms.TestUtilities.Generators ( Test/ChasingBottoms/TestUtilities/Generators.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/TestUtilities/Generators.o )
  1211. 2355.39 s [ChasingBottoms] [15 of 20] Compiling Test.ChasingBottoms.SemanticOrd.Tests ( Test/ChasingBottoms/SemanticOrd/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/SemanticOrd/Tests.o )
  1212. 2355.39 s [ChasingBottoms] [16 of 20] Compiling Test.ChasingBottoms.ContinuousFunctions.Tests ( Test/ChasingBottoms/ContinuousFunctions/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/ContinuousFunctions/Tests.o )
  1213. 2355.39 s [ChasingBottoms] [17 of 20] Compiling Test.ChasingBottoms.ApproxShow.Tests ( Test/ChasingBottoms/ApproxShow/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/ApproxShow/Tests.o )
  1214. 2355.39 s [ChasingBottoms] [18 of 20] Compiling Test.ChasingBottoms.Approx.Tests ( Test/ChasingBottoms/Approx/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/Approx/Tests.o )
  1215. 2355.39 s [ChasingBottoms] [19 of 20] Compiling Test.ChasingBottoms.TimeOut.Tests ( Test/ChasingBottoms/TimeOut/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Test/ChasingBottoms/TimeOut/Tests.o )
  1216. 2355.39 s [ChasingBottoms] [20 of 20] Compiling Main ( Test/ChasingBottoms/Tests.hs, dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite-tmp/Main.o )
  1217. 2355.66 s Building /nix/store/4lrjxfsv4nq6s2sr3yv4hca4kqwfnw8w-cookie-0.5.1.drv
  1218. 2355.66 s [cryptohash-sha256] Preprocessing test suite 'test-sha256' for cryptohash-sha256-0.11.102.1..
  1219. 2355.66 s [cryptohash-sha256] Building test suite 'test-sha256' for cryptohash-sha256-0.11.102.1..
  1220. 2355.66 s [cryptohash-sha256] [1 of 1] Compiling Main ( src-tests/test-sha256.hs, dist/build/test-sha256/test-sha256-tmp/Main.o )
  1221. 2355.66 s [cryptohash-sha256] [2 of 2] Linking dist/build/test-sha256/test-sha256
  1222. 2355.66 s [cryptohash-sha256] buildPhase completed in 32 seconds
  1223. 2355.66 s [cryptohash-sha256] Phase: checkPhase
  1224. 2355.66 s [cryptohash-sha256] Running 1 test suites...
  1225. 2355.66 s [cryptohash-sha256] Test suite test-sha256: RUNNING...
  1226. 2355.66 s [cryptohash-sha256] cryptohash-sha256
  1227. 2355.66 s [cryptohash-sha256] KATs
  1228. 2355.66 s [cryptohash-sha256] vec1
  1229. 2355.66 s [cryptohash-sha256] one-pass: OK
  1230. 2355.66 s [cryptohash-sha256] one-pass': OK
  1231. 2355.66 s [cryptohash-sha256] inc-1: OK
  1232. 2355.66 s [cryptohash-sha256] inc-2: OK
  1233. 2355.66 s [cryptohash-sha256] inc-3: OK
  1234. 2355.66 s [cryptohash-sha256] inc-4: OK
  1235. 2355.66 s [cryptohash-sha256] inc-5: OK
  1236. 2355.66 s [cryptohash-sha256] inc-7: OK
  1237. 2355.66 s [cryptohash-sha256] inc-8: OK
  1238. 2355.66 s [cryptohash-sha256] inc-9: OK
  1239. 2355.66 s [cryptohash-sha256] inc-16: OK
  1240. 2355.66 s [cryptohash-sha256] lazy-1: OK
  1241. 2355.66 s [cryptohash-sha256] lazy-2: OK
  1242. 2355.66 s [cryptohash-sha256] lazy-7: OK
  1243. 2355.66 s [cryptohash-sha256] lazy-8: OK
  1244. 2355.66 s [cryptohash-sha256] lazy-16: OK
  1245. 2355.66 s [cryptohash-sha256] lazy-1': OK
  1246. 2355.66 s [cryptohash-sha256] lazy-2': OK
  1247. 2355.66 s [cryptohash-sha256] lazy-7': OK
  1248. 2355.66 s [cryptohash-sha256] lazy-8': OK
  1249. 2355.66 s [cryptohash-sha256] lazy-16': OK
  1250. 2355.66 s [cryptohash-sha256] vec2
  1251. 2355.66 s [cryptohash-sha256] one-pass: OK
  1252. 2355.66 s [cryptohash-sha256] one-pass': OK
  1253. 2355.66 s [cryptohash-sha256] inc-1: OK
  1254. 2355.66 s [cryptohash-sha256] inc-2: OK
  1255. 2355.66 s [cryptohash-sha256] inc-3: OK
  1256. 2355.66 s [cryptohash-sha256] inc-4: OK
  1257. 2355.66 s [cryptohash-sha256] inc-5: OK
  1258. 2355.66 s [cryptohash-sha256] inc-7: OK
  1259. 2355.67 s [cryptohash-sha256] inc-8: OK
  1260. 2355.67 s [cryptohash-sha256] inc-9: OK
  1261. 2355.67 s [cryptohash-sha256] inc-16: OK
  1262. 2355.67 s [cryptohash-sha256] lazy-1: OK
  1263. 2355.67 s [cryptohash-sha256] lazy-2: OK
  1264. 2355.67 s [cryptohash-sha256] lazy-7: OK
  1265. 2355.67 s [cryptohash-sha256] lazy-8: OK
  1266. 2355.67 s [cryptohash-sha256] lazy-16: OK
  1267. 2355.67 s [cryptohash-sha256] lazy-1': OK
  1268. 2355.67 s [cryptohash-sha256] lazy-2': OK
  1269. 2355.67 s [cryptohash-sha256] lazy-7': OK
  1270. 2355.67 s [cryptohash-sha256] lazy-8': OK
  1271. 2355.67 s [cryptohash-sha256] lazy-16': OK
  1272. 2355.67 s [cryptohash-sha256] vec3
  1273. 2355.67 s [cryptohash-sha256] one-pass: OK
  1274. 2355.67 s [cryptohash-sha256] one-pass': OK
  1275. 2355.67 s [cryptohash-sha256] inc-1: OK
  1276. 2355.67 s [cryptohash-sha256] inc-2: OK
  1277. 2355.67 s [cryptohash-sha256] inc-3: OK
  1278. 2355.67 s [cryptohash-sha256] inc-4: OK
  1279. 2355.67 s [cryptohash-sha256] inc-5: OK
  1280. 2355.67 s [cryptohash-sha256] inc-7: OK
  1281. 2355.67 s [cryptohash-sha256] inc-8: OK
  1282. 2355.67 s [cryptohash-sha256] inc-9: OK
  1283. 2355.67 s [cryptohash-sha256] inc-16: OK
  1284. 2355.67 s [cryptohash-sha256] lazy-1: OK
  1285. 2355.67 s [cryptohash-sha256] lazy-2: OK
  1286. 2355.67 s [cryptohash-sha256] lazy-7: OK
  1287. 2355.67 s [cryptohash-sha256] lazy-8: OK
  1288. 2355.67 s [cryptohash-sha256] lazy-16: OK
  1289. 2355.67 s [cryptohash-sha256] lazy-1': OK
  1290. 2355.67 s [cryptohash-sha256] lazy-2': OK
  1291. 2355.67 s [cryptohash-sha256] lazy-7': OK
  1292. 2355.67 s [cryptohash-sha256] lazy-8': OK
  1293. 2355.67 s [cryptohash-sha256] lazy-16': OK
  1294. 2355.67 s [cryptohash-sha256] vec4
  1295. 2355.67 s [cryptohash-sha256] one-pass: OK
  1296. 2355.67 s [cryptohash-sha256] one-pass': OK
  1297. 2355.67 s [cryptohash-sha256] inc-1: OK
  1298. 2355.67 s [cryptohash-sha256] inc-2: OK
  1299. 2355.67 s [cryptohash-sha256] inc-3: OK
  1300. 2355.67 s [cryptohash-sha256] inc-4: OK
  1301. 2355.67 s [cryptohash-sha256] inc-5: OK
  1302. 2355.67 s [cryptohash-sha256] inc-7: OK
  1303. 2355.67 s [cryptohash-sha256] inc-8: OK
  1304. 2355.67 s [cryptohash-sha256] inc-9: OK
  1305. 2355.67 s [cryptohash-sha256] inc-16: OK
  1306. 2355.67 s [cryptohash-sha256] lazy-1: OK
  1307. 2355.67 s [cryptohash-sha256] lazy-2: OK
  1308. 2355.67 s [cryptohash-sha256] lazy-7: OK
  1309. 2355.67 s [cryptohash-sha256] lazy-8: OK
  1310. 2355.67 s [cryptohash-sha256] lazy-16: OK
  1311. 2355.67 s [cryptohash-sha256] lazy-1': OK
  1312. 2355.67 s [cryptohash-sha256] lazy-2': OK
  1313. 2355.67 s [cryptohash-sha256] lazy-7': OK
  1314. 2355.67 s [cryptohash-sha256] lazy-8': OK
  1315. 2355.67 s [cryptohash-sha256] lazy-16': OK
  1316. 2355.67 s [cryptohash-sha256] vec5
  1317. 2355.67 s [cryptohash-sha256] one-pass: OK
  1318. 2355.67 s [cryptohash-sha256] one-pass': OK
  1319. 2355.67 s [cryptohash-sha256] inc-1: OK
  1320. 2355.67 s [cryptohash-sha256] inc-2: OK
  1321. 2355.67 s [cryptohash-sha256] inc-3: OK
  1322. 2355.67 s [cryptohash-sha256] inc-4: OK
  1323. 2355.67 s [cryptohash-sha256] inc-5: OK
  1324. 2355.67 s [cryptohash-sha256] inc-7: OK
  1325. 2355.67 s [cryptohash-sha256] inc-8: OK
  1326. 2355.67 s [cryptohash-sha256] inc-9: OK
  1327. 2355.67 s [cryptohash-sha256] inc-16: OK
  1328. 2355.67 s [cryptohash-sha256] lazy-1: OK
  1329. 2355.67 s [cryptohash-sha256] lazy-2: OK
  1330. 2355.68 s [cryptohash-sha256] lazy-7: OK
  1331. 2355.68 s [cryptohash-sha256] lazy-8: OK
  1332. 2355.68 s [cryptohash-sha256] lazy-16: OK
  1333. 2355.68 s [cryptohash-sha256] lazy-1': OK
  1334. 2355.68 s [cryptohash-sha256] lazy-2': OK
  1335. 2355.68 s [cryptohash-sha256] lazy-7': OK
  1336. 2355.68 s [cryptohash-sha256] lazy-8': OK
  1337. 2355.68 s [cryptohash-sha256] lazy-16': OK
  1338. 2355.68 s [cryptohash-sha256] vec6
  1339. 2355.68 s [cryptohash-sha256] one-pass: OK
  1340. 2355.68 s [cryptohash-sha256] one-pass': OK
  1341. 2355.68 s [cryptohash-sha256] inc-1: OK
  1342. 2355.68 s [cryptohash-sha256] inc-2: OK
  1343. 2355.68 s [cryptohash-sha256] inc-3: OK
  1344. 2355.68 s [cryptohash-sha256] inc-4: OK
  1345. 2355.68 s [cryptohash-sha256] inc-5: OK
  1346. 2355.68 s [cryptohash-sha256] inc-7: OK
  1347. 2355.68 s [cryptohash-sha256] inc-8: OK
  1348. 2355.68 s [cryptohash-sha256] inc-9: OK
  1349. 2355.68 s [cryptohash-sha256] inc-16: OK
  1350. 2355.68 s [cryptohash-sha256] lazy-1: OK
  1351. 2355.68 s [cryptohash-sha256] lazy-2: OK
  1352. 2355.68 s [cryptohash-sha256] lazy-7: OK
  1353. 2355.68 s [cryptohash-sha256] lazy-8: OK
  1354. 2355.68 s [cryptohash-sha256] lazy-16: OK
  1355. 2355.68 s [cryptohash-sha256] lazy-1': OK
  1356. 2355.68 s [cryptohash-sha256] lazy-2': OK
  1357. 2355.68 s [cryptohash-sha256] lazy-7': OK
  1358. 2355.68 s [cryptohash-sha256] lazy-8': OK
  1359. 2355.68 s [cryptohash-sha256] lazy-16': OK
  1360. 2355.68 s [cryptohash-sha256] lazy-63u: OK
  1361. 2355.68 s [cryptohash-sha256] lazy-65u: OK
  1362. 2355.68 s [cryptohash-sha256] lazy-97u: OK
  1363. 2355.68 s [cryptohash-sha256] lazy-63u': OK
  1364. 2355.68 s [cryptohash-sha256] lazy-65u': OK
  1365. 2355.68 s [cryptohash-sha256] lazy-97u': OK
  1366. 2355.68 s [cryptohash-sha256] vec7
  1367. 2355.68 s [cryptohash-sha256] one-pass: OK (0.02s)
  1368. 2355.68 s [cryptohash-sha256] one-pass': OK
  1369. 2355.68 s [cryptohash-sha256] inc-1: OK (0.11s)
  1370. 2355.95 s Building /nix/store/m9mymrfhr77bnvmrb2cp8kcnan9fagyr-doctest-0.22.6.drv
  1371. 2355.95 s [generic-deriving] [ 1 of 21] Compiling Generics.Deriving.Instances ( src/Generics/Deriving/Instances.hs, dist/build/Generics/Deriving/Instances.p_o )
  1372. 2355.95 s [generic-deriving] [ 2 of 21] Compiling Generics.Deriving.Base ( src/Generics/Deriving/Base.hs, dist/build/Generics/Deriving/Base.p_o )
  1373. 2355.95 s [generic-deriving] [ 3 of 21] Compiling Generics.Deriving.Functor ( src/Generics/Deriving/Functor.hs, dist/build/Generics/Deriving/Functor.p_o )
  1374. 2355.95 s [generic-deriving] [ 4 of 21] Compiling Generics.Deriving.Foldable ( src/Generics/Deriving/Foldable.hs, dist/build/Generics/Deriving/Foldable.p_o )
  1375. 2355.95 s [generic-deriving] [ 5 of 21] Compiling Generics.Deriving.Eq ( src/Generics/Deriving/Eq.hs, dist/build/Generics/Deriving/Eq.p_o )
  1376. 2355.95 s [generic-deriving] [ 6 of 21] Compiling Generics.Deriving.Enum ( src/Generics/Deriving/Enum.hs, dist/build/Generics/Deriving/Enum.p_o )
  1377. 2356.05 s [network] [ 3 of 29] Compiling Network.Socket.Flag ( dist/build/Network/Socket/Flag.hs, dist/build/Network/Socket/Flag.p_o )
  1378. 2356.05 s [network] [ 4 of 29] Compiling Network.Socket.Cbits ( dist/build/Network/Socket/Cbits.hs, dist/build/Network/Socket/Cbits.p_o )
  1379. 2356.05 s [network] [ 5 of 29] Compiling Network.Socket.Fcntl ( Network/Socket/Fcntl.hs, dist/build/Network/Socket/Fcntl.p_o )
  1380. 2356.05 s [network] [ 6 of 29] Compiling Network.Socket.Posix.IOVec ( dist/build/Network/Socket/Posix/IOVec.hs, dist/build/Network/Socket/Posix/IOVec.p_o )
  1381. 2356.05 s [network] [ 7 of 29] Compiling Network.Socket.ReadShow ( Network/Socket/ReadShow.hs, dist/build/Network/Socket/ReadShow.p_o )
  1382. 2356.05 s [network] [ 8 of 29] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.p_o )
  1383. 2356.05 s [network] [ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, dist/build/Network/Socket/STM.p_o )
  1384. 2356.05 s [network] [10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, dist/build/Network/Socket/Posix/Cmsg.p_o )
  1385. 2356.05 s [network] [11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.p_o )
  1386. 2356.05 s [network] [12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, dist/build/Network/Socket/Posix/MsgHdr.p_o )
  1387. 2356.05 s [network] [13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, dist/build/Network/Socket/Posix/CmsgHdr.p_o )
  1388. 2356.05 s [network] [14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, dist/build/Network/Socket/Options.p_o )
  1389. 2356.06 s [network] [15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, dist/build/Network/Socket/Syscall.p_o )
  1390. 2356.06 s [network] [16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, dist/build/Network/Socket/Name.p_o )
  1391. 2356.06 s [network] [17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, dist/build/Network/Socket/Info.p_o )
  1392. 2356.06 s [network] [18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, dist/build/Network/Socket/Handle.p_o )
  1393. 2356.06 s [network] [19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.p_o )
  1394. 2356.06 s [network] [20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, dist/build/Network/Socket/Buffer.p_o )
  1395. 2356.06 s [network] [21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, dist/build/Network/Socket/SockAddr.p_o )
  1396. 2356.06 s [network] [22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, dist/build/Network/Socket/Shutdown.p_o )
  1397. 2356.06 s [network] [23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, dist/build/Network/Socket/ByteString/IO.p_o )
  1398. 2356.06 s [network] [24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.p_o )
  1399. 2356.06 s [network] [25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.p_o )
  1400. 2356.06 s [network] [26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, dist/build/Network/Socket/Address.p_o )
  1401. 2356.06 s [network] [27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, dist/build/Network/Socket/Unix.p_o )
  1402. 2356.06 s [network] [28 of 29] Compiling Network.Socket ( Network/Socket.hs, dist/build/Network/Socket.p_o )
  1403. 2356.06 s [network] [29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.p_o )
  1404. 2356.06 s [tasty-kat] Dependency base >=4 && <5: using base-4.18.2.0
  1405. 2356.06 s [tasty-kat] Dependency bytestring: using bytestring-0.11.5.3
  1406. 2356.06 s [tasty-kat] Dependency tasty: using tasty-1.5.3
  1407. 2356.06 s [tasty-kat] Dependency base >=3 && <5: using base-4.18.2.0
  1408. 2356.06 s [tasty-kat] Dependency bytestring: using bytestring-0.11.5.3
  1409. 2356.06 s [tasty-kat] Dependency mtl: using mtl-2.3.1
  1410. 2356.06 s [tasty-kat] Dependency tasty: using tasty-1.5.3
  1411. 2356.06 s [tasty-kat] Dependency tasty-hunit: using tasty-hunit-0.10.2
  1412. 2356.06 s [tasty-kat] Dependency tasty-kat: using tasty-kat-0.0.3
  1413. 2356.06 s [tasty-kat] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  1414. 2356.06 s [tasty-kat] Source component graph:
  1415. 2356.06 s [tasty-kat] component lib
  1416. 2356.06 s [tasty-kat] component test:test-tasty-kat dependency lib
  1417. 2356.06 s [tasty-kat] Configured component graph:
  1418. 2356.06 s [tasty-kat] component tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
  1419. 2356.06 s [tasty-kat] include base-4.18.2.0
  1420. 2356.06 s [tasty-kat] include bytestring-0.11.5.3
  1421. 2356.06 s [tasty-kat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  1422. 2356.06 s [tasty-kat] component tasty-kat-0.0.3-1RU4bYdfkA7GjFTRrzOiS1-test-tasty-kat
  1423. 2356.06 s [tasty-kat] include base-4.18.2.0
  1424. 2356.06 s [tasty-kat] include bytestring-0.11.5.3
  1425. 2356.06 s [tasty-kat] include mtl-2.3.1
  1426. 2356.06 s [tasty-kat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  1427. 2356.06 s [tasty-kat] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  1428. 2356.06 s [tasty-kat] include tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
  1429. 2356.06 s [tasty-kat] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  1430. 2356.06 s [tasty-kat] Linked component graph:
  1431. 2356.06 s [tasty-kat] unit tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
  1432. 2356.06 s [tasty-kat] include base-4.18.2.0
  1433. 2356.06 s [tasty-kat] include bytestring-0.11.5.3
  1434. 2356.06 s [tasty-kat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  1435. 2356.06 s [tasty-kat] Test.Tasty.KAT=tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB:Test.Tasty.KAT,Test.Tasty.KAT.FileLoader=tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB:Test.Tasty.KAT.FileLoader
  1436. 2356.06 s [tasty-kat] unit tasty-kat-0.0.3-1RU4bYdfkA7GjFTRrzOiS1-test-tasty-kat
  1437. 2356.06 s [tasty-kat] include base-4.18.2.0
  1438. 2356.06 s [tasty-kat] include bytestring-0.11.5.3
  1439. 2356.06 s [tasty-kat] include mtl-2.3.1
  1440. 2356.06 s [tasty-kat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  1441. 2356.06 s [tasty-kat] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  1442. 2356.06 s [tasty-kat] include tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
  1443. 2356.07 s [tasty-kat] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  1444. 2356.07 s [tasty-kat] Ready component graph:
  1445. 2356.07 s [tasty-kat] definite tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
  1446. 2356.07 s [tasty-kat] depends base-4.18.2.0
  1447. 2356.07 s [tasty-kat] depends bytestring-0.11.5.3
  1448. 2356.07 s [tasty-kat] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  1449. 2356.07 s [tasty-kat] definite tasty-kat-0.0.3-1RU4bYdfkA7GjFTRrzOiS1-test-tasty-kat
  1450. 2356.07 s [tasty-kat] depends base-4.18.2.0
  1451. 2356.07 s [tasty-kat] depends bytestring-0.11.5.3
  1452. 2356.07 s [tasty-kat] depends mtl-2.3.1
  1453. 2356.07 s [tasty-kat] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  1454. 2356.07 s [tasty-kat] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  1455. 2356.07 s [tasty-kat] depends tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
  1456. 2356.07 s [tasty-kat] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  1457. 2356.07 s [tasty-kat] Using Cabal-3.10.1.0 compiled by ghc-9.6
  1458. 2356.07 s [tasty-kat] Using compiler: ghc-9.6.4
  1459. 2356.07 s [tasty-kat] Using install prefix:
  1460. 2356.07 s [tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3
  1461. 2356.07 s [tasty-kat] Executables installed in:
  1462. 2356.07 s [tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/bin
  1463. 2356.07 s [tasty-kat] Libraries installed in:
  1464. 2356.07 s [tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
  1465. 2356.07 s [tasty-kat] Dynamic Libraries installed in:
  1466. 2356.07 s [tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  1467. 2356.07 s [tasty-kat] Private executables installed in:
  1468. 2356.07 s [tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/libexec/x86_64-linux-ghc-9.6.4/tasty-kat-0.0.3
  1469. 2356.07 s [tasty-kat] Data files installed in:
  1470. 2356.07 s [tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/share/x86_64-linux-ghc-9.6.4/tasty-kat-0.0.3
  1471. 2356.07 s [tasty-kat] Documentation installed in:
  1472. 2356.07 s [tasty-kat] /nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc/share/doc/tasty-kat-0.0.3
  1473. 2356.07 s [tasty-kat] Configuration files installed in:
  1474. 2356.07 s [tasty-kat] /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/etc
  1475. 2356.07 s [tasty-kat] No alex found
  1476. 2356.07 s [tasty-kat] Using ar found on system at:
  1477. 2356.07 s [tasty-kat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  1478. 2356.07 s [tasty-kat] No c2hs found
  1479. 2356.07 s [tasty-kat] No cpphs found
  1480. 2356.07 s [tasty-kat] No doctest found
  1481. 2356.07 s [tasty-kat] Using gcc version 14.3.0 given by user at:
  1482. 2356.07 s [tasty-kat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  1483. 2356.07 s [tasty-kat] Using ghc version 9.6.4 found on system at:
  1484. 2356.07 s [tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  1485. 2356.07 s [tasty-kat] Using ghc-pkg version 9.6.4 found on system at:
  1486. 2356.07 s [tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  1487. 2356.07 s [tasty-kat] No ghcjs found
  1488. 2356.07 s [tasty-kat] No ghcjs-pkg found
  1489. 2356.07 s [tasty-kat] No greencard found
  1490. 2356.07 s [tasty-kat] Using haddock version 2.29.2 found on system at:
  1491. 2356.07 s [text-conversions] Phase: fixupPhase
  1492. 2356.07 s [text-conversions] shrinking RPATHs of ELF executables and libraries in /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1
  1493. 2356.07 s [text-conversions] shrinking /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStext-conversions-0.3.1.1-Brx1KNk8yNPnTcPJjYZSP-ghc9.6.4.so
  1494. 2356.07 s [text-conversions] checking for references to /build/ in /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1...
  1495. 2356.07 s [text-conversions] patching script interpreter paths in /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1
  1496. 2356.07 s [text-conversions] stripping (with command strip and flags -S -p) in /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1/lib
  1497. 2356.07 s [text-conversions] shrinking RPATHs of ELF executables and libraries in /nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc
  1498. 2356.07 s [text-conversions] checking for references to /build/ in /nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc...
  1499. 2356.07 s [text-conversions] patching script interpreter paths in /nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc
  1500. 2356.07 s [th-compat] Phase: unpackPhase
  1501. 2356.07 s [th-compat] unpacking source archive /nix/store/bmsqz0a64lbyah0yxc2mzry5xwfbxg5b-th-compat-0.1.6.tar.gz
  1502. 2356.07 s [th-compat] source root is th-compat-0.1.6
  1503. 2356.07 s [th-compat] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "th-compat-0.1.6/th-compat.cabal"
  1504. 2356.07 s [th-compat] Phase: patchPhase
  1505. 2356.07 s [th-compat] Phase: compileBuildDriverPhase
  1506. 2356.07 s [th-compat] setupCompileFlags: -package-db=/build/tmp.P11RxqhYX9/setup-package.conf.d -threaded
  1507. 2356.07 s [th-compat] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.P11RxqhYX9/Main.o )
  1508. 2356.08 s [th-compat] [2 of 2] Linking Setup
  1509. 2356.08 s [th-compat] Phase: updateAutotoolsGnuConfigScriptsPhase
  1510. 2356.08 s [th-compat] Phase: configurePhase
  1511. 2356.08 s [th-compat] configureFlags: --verbose --prefix=/nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc/share/doc/th-compat-0.1.6 --with-gcc=gcc --package-db=/build/tmp.P11RxqhYX9/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  1512. 2356.08 s [th-compat] Using Parsec parser
  1513. 2356.08 s [th-compat] Configuring th-compat-0.1.6...
  1514. 2356.08 s [th-compat] Dependency base >=4.9 && <5: using base-4.18.2.0
  1515. 2356.08 s [th-compat] Dependency template-haskell >=2.11 && <2.24: using template-haskell-2.20.0.0
  1516. 2356.08 s [th-compat] Dependency base >=4.9 && <5: using base-4.18.2.0
  1517. 2356.08 s [th-compat] Dependency hspec >=2 && <3: using hspec-2.11.12
  1518. 2356.08 s [th-compat] Dependency mtl >=2.1 && <2.4: using mtl-2.3.1
  1519. 2356.08 s [th-compat] Dependency template-haskell >=2.5 && <2.24: using template-haskell-2.20.0.0
  1520. 2356.08 s [th-compat] Dependency th-compat: using th-compat-0.1.6
  1521. 2356.08 s [th-compat] Source component graph:
  1522. 2356.08 s [th-compat] component lib
  1523. 2356.08 s [th-compat] component test:spec dependency lib
  1524. 2356.08 s [th-compat] Configured component graph:
  1525. 2356.08 s [th-compat] component th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  1526. 2356.08 s [th-compat] include base-4.18.2.0
  1527. 2356.08 s [th-compat] include template-haskell-2.20.0.0
  1528. 2356.08 s [th-compat] component th-compat-0.1.6-AmJyUu8arUI4l5v4i0HCsc-spec
  1529. 2356.08 s [th-compat] include base-4.18.2.0
  1530. 2356.08 s [th-compat] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  1531. 2356.08 s [th-compat] include mtl-2.3.1
  1532. 2356.08 s [th-compat] include template-haskell-2.20.0.0
  1533. 2356.08 s [th-compat] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  1534. 2356.08 s [th-compat] Linked component graph:
  1535. 2356.08 s [th-compat] unit th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  1536. 2356.08 s [th-compat] include base-4.18.2.0
  1537. 2356.08 s [th-compat] include template-haskell-2.20.0.0
  1538. 2356.08 s [th-compat] Language.Haskell.TH.Syntax.Compat=th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH:Language.Haskell.TH.Syntax.Compat
  1539. 2356.08 s [th-compat] unit th-compat-0.1.6-AmJyUu8arUI4l5v4i0HCsc-spec
  1540. 2356.08 s [th-compat] include base-4.18.2.0
  1541. 2356.08 s [th-compat] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  1542. 2356.08 s [th-compat] include mtl-2.3.1
  1543. 2356.08 s [th-compat] include template-haskell-2.20.0.0
  1544. 2356.08 s [th-compat] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  1545. 2356.08 s [th-compat] Ready component graph:
  1546. 2356.08 s [th-compat] definite th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  1547. 2356.08 s [th-compat] depends base-4.18.2.0
  1548. 2356.08 s [th-compat] depends template-haskell-2.20.0.0
  1549. 2356.08 s [th-compat] definite th-compat-0.1.6-AmJyUu8arUI4l5v4i0HCsc-spec
  1550. 2356.08 s [th-compat] depends base-4.18.2.0
  1551. 2356.08 s [th-compat] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  1552. 2356.08 s [th-compat] depends mtl-2.3.1
  1553. 2356.08 s [th-compat] depends template-haskell-2.20.0.0
  1554. 2356.08 s [th-compat] depends th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  1555. 2356.08 s [th-compat] Using Cabal-3.10.1.0 compiled by ghc-9.6
  1556. 2356.08 s [th-compat] Using compiler: ghc-9.6.4
  1557. 2356.08 s [th-compat] Using install prefix:
  1558. 2356.08 s [th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6
  1559. 2356.08 s [th-compat] Executables installed in:
  1560. 2356.08 s [th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/bin
  1561. 2356.08 s [th-compat] Libraries installed in:
  1562. 2356.08 s [th-expand-syns] Phase: unpackPhase
  1563. 2356.08 s [th-expand-syns] unpacking source archive /nix/store/1znxs0mcpbghw141wcs3j2xgwfwrxmbl-th-expand-syns-0.4.12.0.tar.gz
  1564. 2356.08 s [th-expand-syns] source root is th-expand-syns-0.4.12.0
  1565. 2356.08 s [th-expand-syns] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "th-expand-syns-0.4.12.0/th-expand-syns.cabal"
  1566. 2356.08 s [th-expand-syns] Phase: patchPhase
  1567. 2356.08 s [th-expand-syns] Phase: compileBuildDriverPhase
  1568. 2356.08 s [th-expand-syns] setupCompileFlags: -package-db=/build/tmp.nORCUpKxFx/setup-package.conf.d -threaded
  1569. 2356.08 s [th-expand-syns] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.nORCUpKxFx/Main.o )
  1570. 2356.08 s [th-expand-syns] [2 of 2] Linking Setup
  1571. 2356.08 s [th-expand-syns] Phase: updateAutotoolsGnuConfigScriptsPhase
  1572. 2356.08 s [th-expand-syns] Phase: configurePhase
  1573. 2356.08 s [th-expand-syns] configureFlags: --verbose --prefix=/nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc/share/doc/th-expand-syns-0.4.12.0 --with-gcc=gcc --package-db=/build/tmp.nORCUpKxFx/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  1574. 2356.08 s [th-expand-syns] Using Parsec parser
  1575. 2356.08 s [th-expand-syns] Configuring th-expand-syns-0.4.12.0...
  1576. 2356.08 s [th-expand-syns] Dependency base >=4.9 && <5: using base-4.18.2.0
  1577. 2356.08 s [th-expand-syns] Dependency containers: using containers-0.6.7
  1578. 2356.08 s [th-expand-syns] Dependency syb: using syb-0.7.2.4
  1579. 2356.08 s [th-expand-syns] Dependency template-haskell >=2.11 && <2.24: using template-haskell-2.20.0.0
  1580. 2356.08 s [th-expand-syns] Dependency th-abstraction >=0.4.3 && <0.8: using th-abstraction-0.7.1.0
  1581. 2356.08 s [th-expand-syns] Dependency base: using base-4.18.2.0
  1582. 2356.08 s [th-expand-syns] Dependency template-haskell: using template-haskell-2.20.0.0
  1583. 2356.08 s [th-expand-syns] Dependency th-abstraction: using th-abstraction-0.7.1.0
  1584. 2356.08 s [th-expand-syns] Dependency th-expand-syns: using th-expand-syns-0.4.12.0
  1585. 2356.08 s [th-expand-syns] Source component graph:
  1586. 2356.08 s [th-expand-syns] component lib
  1587. 2356.08 s [th-expand-syns] component test:test-th-expand-syns dependency lib
  1588. 2356.08 s [th-expand-syns] Configured component graph:
  1589. 2356.08 s [th-expand-syns] component th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
  1590. 2356.08 s [th-expand-syns] include base-4.18.2.0
  1591. 2356.08 s [th-expand-syns] include containers-0.6.7
  1592. 2356.08 s [th-expand-syns] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  1593. 2356.08 s [th-expand-syns] include template-haskell-2.20.0.0
  1594. 2356.08 s [th-expand-syns] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
  1595. 2356.08 s [th-expand-syns] component th-expand-syns-0.4.12.0-6Bjjuhi1LUm11EvTNn6wp9-test-th-expand-syns
  1596. 2356.08 s [th-expand-syns] include base-4.18.2.0
  1597. 2356.08 s [th-expand-syns] include template-haskell-2.20.0.0
  1598. 2356.08 s [th-expand-syns] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
  1599. 2356.08 s [th-expand-syns] include th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
  1600. 2356.08 s [th-expand-syns] Linked component graph:
  1601. 2356.08 s [th-expand-syns] unit th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
  1602. 2356.08 s [th-expand-syns] include base-4.18.2.0
  1603. 2356.08 s [th-expand-syns] include containers-0.6.7
  1604. 2356.08 s [th-expand-syns] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  1605. 2356.08 s [th-expand-syns] include template-haskell-2.20.0.0
  1606. 2356.08 s [th-expand-syns] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
  1607. 2356.08 s [th-expand-syns] Language.Haskell.TH.ExpandSyns=th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay:Language.Haskell.TH.ExpandSyns
  1608. 2356.08 s [th-expand-syns] unit th-expand-syns-0.4.12.0-6Bjjuhi1LUm11EvTNn6wp9-test-th-expand-syns
  1609. 2356.08 s [th-expand-syns] include base-4.18.2.0
  1610. 2356.08 s [th-expand-syns] include template-haskell-2.20.0.0
  1611. 2356.08 s [th-expand-syns] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
  1612. 2356.08 s [th-expand-syns] include th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
  1613. 2356.08 s [th-expand-syns] Ready component graph:
  1614. 2356.08 s [th-expand-syns] definite th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
  1615. 2356.08 s [th-expand-syns] depends base-4.18.2.0
  1616. 2356.08 s [th-expand-syns] depends containers-0.6.7
  1617. 2356.08 s [unix-time] Phase: setupCompilerEnvironmentPhase
  1618. 2356.08 s [unix-time] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  1619. 2356.08 s [unix-time] Phase: unpackPhase
  1620. 2356.08 s [unix-time] unpacking source archive /nix/store/p3lirzrwnk63jxm006j86k6qpvyjy75s-unix-time-0.4.16.tar.gz
  1621. 2356.08 s [unix-time] source root is unix-time-0.4.16
  1622. 2356.08 s [unix-time] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "unix-time-0.4.16/unix-time.cabal"
  1623. 2356.08 s [unix-time] Phase: patchPhase
  1624. 2356.08 s [unix-time] Phase: compileBuildDriverPhase
  1625. 2356.08 s [unix-time] setupCompileFlags: -package-db=/build/tmp.KIOfLal2CQ/setup-package.conf.d -threaded
  1626. 2356.08 s [unix-time] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.KIOfLal2CQ/Main.o )
  1627. 2356.08 s [unix-time] [2 of 2] Linking Setup
  1628. 2356.08 s [unix-time] Phase: updateAutotoolsGnuConfigScriptsPhase
  1629. 2356.08 s [unix-time] Phase: configurePhase
  1630. 2356.08 s [unix-time] configureFlags: --verbose --prefix=/nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc/share/doc/unix-time-0.4.16 --with-gcc=gcc --package-db=/build/tmp.KIOfLal2CQ/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  1631. 2356.08 s [unix-time] Using Parsec parser
  1632. 2356.08 s [unix-time] Configuring unix-time-0.4.16...
  1633. 2356.08 s [unix-time] Dependency base >=4.4 && <5: using base-4.18.2.0
  1634. 2356.08 s [unix-time] Dependency binary: using binary-0.8.9.1
  1635. 2356.08 s [unix-time] Dependency bytestring: using bytestring-0.11.5.3
  1636. 2356.08 s [unix-time] Dependency old-time: using old-time-1.1.0.4
  1637. 2356.08 s [unix-time] Dependency QuickCheck: using QuickCheck-2.14.3
  1638. 2356.08 s [unix-time] Dependency base: using base-4.18.2.0
  1639. 2356.08 s [unix-time] Dependency bytestring: using bytestring-0.11.5.3
  1640. 2356.08 s [unix-time] Dependency hspec >=2.6: using hspec-2.11.12
  1641. 2356.08 s [unix-time] Dependency old-locale: using old-locale-1.0.0.7
  1642. 2356.08 s [unix-time] Dependency old-time: using old-time-1.1.0.4
  1643. 2356.09 s [unix-time] Dependency template-haskell: using template-haskell-2.20.0.0
  1644. 2356.09 s [unix-time] Dependency time: using time-1.12.2
  1645. 2356.09 s [unix-time] Dependency unix-time: using unix-time-0.4.16
  1646. 2356.09 s [unix-time] Source component graph:
  1647. 2356.09 s [unix-time] component lib
  1648. 2356.09 s [unix-time] component test:spec dependency lib
  1649. 2356.09 s [unix-time] Configured component graph:
  1650. 2356.09 s [unix-time] component unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
  1651. 2356.09 s [unix-time] include base-4.18.2.0
  1652. 2356.09 s [unix-time] include binary-0.8.9.1
  1653. 2356.09 s [unix-time] include bytestring-0.11.5.3
  1654. 2356.09 s [unix-time] include old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
  1655. 2356.09 s [unix-time] component unix-time-0.4.16-J75kk279Ug458fg08Ckkie-spec
  1656. 2356.09 s [unix-time] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  1657. 2356.09 s [unix-time] include base-4.18.2.0
  1658. 2356.09 s [unix-time] include bytestring-0.11.5.3
  1659. 2356.09 s [unix-time] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  1660. 2356.09 s [unix-time] include old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
  1661. 2356.09 s [unix-time] include old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
  1662. 2356.09 s [unix-time] include template-haskell-2.20.0.0
  1663. 2356.09 s [unix-time] include time-1.12.2
  1664. 2356.09 s [unix-time] include unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
  1665. 2356.09 s [unix-time] Linked component graph:
  1666. 2356.09 s [unix-time] unit unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
  1667. 2356.09 s [unix-time] include base-4.18.2.0
  1668. 2356.09 s [unix-time] include binary-0.8.9.1
  1669. 2356.09 s [unix-time] include bytestring-0.11.5.3
  1670. 2356.09 s [unix-time] include old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
  1671. 2356.09 s [unix-time] Data.UnixTime=unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy:Data.UnixTime
  1672. 2356.09 s [unix-time] unit unix-time-0.4.16-J75kk279Ug458fg08Ckkie-spec
  1673. 2356.09 s [unix-time] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  1674. 2356.09 s [unix-time] include base-4.18.2.0
  1675. 2356.09 s [unix-time] include bytestring-0.11.5.3
  1676. 2356.20 s [ChasingBottoms] [21 of 21] Linking dist/build/ChasingBottomsTestSuite/ChasingBottomsTestSuite
  1677. 2356.20 s [ChasingBottoms] Preprocessing library for ChasingBottoms-1.3.1.15..
  1678. 2356.20 s [ChasingBottoms] Building library for ChasingBottoms-1.3.1.15..
  1679. 2356.21 s [ChasingBottoms] [ 1 of 10] Compiling Test.ChasingBottoms.IsType ( Test/ChasingBottoms/IsType.hs, dist/build/Test/ChasingBottoms/IsType.o, dist/build/Test/ChasingBottoms/IsType.dyn_o )
  1680. 2356.21 s [ChasingBottoms] [ 2 of 10] Compiling Test.ChasingBottoms.Nat ( Test/ChasingBottoms/Nat.hs, dist/build/Test/ChasingBottoms/Nat.o, dist/build/Test/ChasingBottoms/Nat.dyn_o )
  1681. 2356.21 s [ChasingBottoms] [ 3 of 10] Compiling Test.ChasingBottoms.Approx ( Test/ChasingBottoms/Approx.hs, dist/build/Test/ChasingBottoms/Approx.o, dist/build/Test/ChasingBottoms/Approx.dyn_o )
  1682. 2356.21 s [ChasingBottoms] [ 4 of 10] Compiling Test.ChasingBottoms.IsBottom[boot] ( Test/ChasingBottoms/IsBottom.hs-boot, dist/build/Test/ChasingBottoms/IsBottom.o-boot, dist/build/Test/ChasingBottoms/IsBottom.dyn_o-boot )
  1683. 2356.21 s [ChasingBottoms] [ 5 of 10] Compiling Test.ChasingBottoms.TimeOut ( Test/ChasingBottoms/TimeOut.hs, dist/build/Test/ChasingBottoms/TimeOut.o, dist/build/Test/ChasingBottoms/TimeOut.dyn_o )
  1684. 2356.21 s [ChasingBottoms] [ 6 of 10] Compiling Test.ChasingBottoms.IsBottom ( Test/ChasingBottoms/IsBottom.hs, dist/build/Test/ChasingBottoms/IsBottom.o, dist/build/Test/ChasingBottoms/IsBottom.dyn_o )
  1685. 2356.21 s [ChasingBottoms] [ 7 of 10] Compiling Test.ChasingBottoms.SemanticOrd ( Test/ChasingBottoms/SemanticOrd.hs, dist/build/Test/ChasingBottoms/SemanticOrd.o, dist/build/Test/ChasingBottoms/SemanticOrd.dyn_o )
  1686. 2356.21 s [ChasingBottoms] [ 8 of 10] Compiling Test.ChasingBottoms.ContinuousFunctions ( Test/ChasingBottoms/ContinuousFunctions.hs, dist/build/Test/ChasingBottoms/ContinuousFunctions.o, dist/build/Test/ChasingBottoms/ContinuousFunctions.dyn_o )
  1687. 2356.21 s [cookie] Phase: setupCompilerEnvironmentPhase
  1688. 2356.21 s [cookie] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  1689. 2356.21 s [cryptohash-sha256] inc-2: OK (0.05s)
  1690. 2356.21 s [cryptohash-sha256] inc-3: OK (0.05s)
  1691. 2356.21 s [cryptohash-sha256] inc-4: OK (0.03s)
  1692. 2356.21 s [cryptohash-sha256] inc-5: OK (0.02s)
  1693. 2356.21 s [cryptohash-sha256] inc-7: OK (0.02s)
  1694. 2356.21 s [cryptohash-sha256] inc-8: OK (0.02s)
  1695. 2356.21 s [cryptohash-sha256] inc-9: OK (0.01s)
  1696. 2356.21 s [cryptohash-sha256] inc-16: OK
  1697. 2356.21 s [cryptohash-sha256] lazy-1: OK (0.07s)
  1698. 2356.21 s [cryptohash-sha256] lazy-2: OK (0.03s)
  1699. 2356.21 s [cryptohash-sha256] lazy-7: OK
  1700. 2356.21 s [cryptohash-sha256] lazy-8: OK (0.01s)
  1701. 2356.21 s [cryptohash-sha256] lazy-16: OK
  1702. 2356.21 s [cryptohash-sha256] lazy-1': OK (0.06s)
  1703. 2356.21 s [cryptohash-sha256] lazy-2': OK (0.03s)
  1704. 2356.21 s [cryptohash-sha256] lazy-7': OK (0.01s)
  1705. 2356.21 s [cryptohash-sha256] lazy-8': OK (0.01s)
  1706. 2356.21 s [cryptohash-sha256] lazy-16': OK
  1707. 2356.21 s [cryptohash-sha256] lazy-63u: OK
  1708. 2356.21 s [cryptohash-sha256] lazy-65u: OK
  1709. 2356.21 s [cryptohash-sha256] lazy-97u: OK
  1710. 2356.21 s [cryptohash-sha256] lazy-131u: OK
  1711. 2356.21 s [cryptohash-sha256] lazy-63u': OK
  1712. 2356.21 s [cryptohash-sha256] lazy-65u': OK
  1713. 2356.21 s [cryptohash-sha256] lazy-97u': OK
  1714. 2356.21 s [cryptohash-sha256] lazy-131u': OK
  1715. 2356.21 s [cryptohash-sha256] XL-vec
  1716. 2356.21 s [cryptohash-sha256] inc: OK (14.67s)
  1717. 2356.21 s [cryptohash-sha256] XL-vec'
  1718. 2356.21 s [hashable] Phase: setupCompilerEnvironmentPhase
  1719. 2356.21 s [hashable] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  1720. 2356.21 s [tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  1721. 2356.21 s [tasty-kat] No happy found
  1722. 2356.21 s [tasty-kat] Using haskell-suite found on system at: haskell-suite-dummy-location
  1723. 2356.21 s [tasty-kat] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1724. 2356.21 s [tasty-kat] No hmake found
  1725. 2356.21 s [tasty-kat] Using hpc version 0.68 found on system at:
  1726. 2356.21 s [tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  1727. 2356.21 s [tasty-kat] Using hsc2hs version 0.68.9 found on system at:
  1728. 2356.21 s [tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  1729. 2356.21 s [tasty-kat] Using hscolour version 1.25 found on system at:
  1730. 2356.21 s [tasty-kat] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  1731. 2356.21 s [tasty-kat] No jhc found
  1732. 2356.21 s [tasty-kat] Using ld found on system at:
  1733. 2356.21 s [tasty-kat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  1734. 2356.21 s [tasty-kat] No pkg-config found
  1735. 2356.21 s [tasty-kat] Using runghc version 9.6.4 found on system at:
  1736. 2356.22 s [tasty-kat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  1737. 2356.22 s [tasty-kat] Using strip version 2.44 found on system at:
  1738. 2356.22 s [tasty-kat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  1739. 2356.22 s [tasty-kat] Using tar found on system at:
  1740. 2356.22 s [tasty-kat] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  1741. 2356.22 s [tasty-kat] No uhc found
  1742. 2356.22 s [tasty-kat] Phase: buildPhase
  1743. 2356.22 s [tasty-kat] Preprocessing library for tasty-kat-0.0.3..
  1744. 2356.22 s [tasty-kat] Building library for tasty-kat-0.0.3..
  1745. 2356.22 s [tasty-kat] [1 of 3] Compiling Test.Tasty.KAT.Internal ( Test/Tasty/KAT/Internal.hs, dist/build/Test/Tasty/KAT/Internal.o, dist/build/Test/Tasty/KAT/Internal.dyn_o )
  1746. 2356.22 s [tasty-kat] [2 of 3] Compiling Test.Tasty.KAT.FileLoader ( Test/Tasty/KAT/FileLoader.hs, dist/build/Test/Tasty/KAT/FileLoader.o, dist/build/Test/Tasty/KAT/FileLoader.dyn_o )
  1747. 2356.22 s [tasty-kat] [3 of 3] Compiling Test.Tasty.KAT ( Test/Tasty/KAT.hs, dist/build/Test/Tasty/KAT.o, dist/build/Test/Tasty/KAT.dyn_o )
  1748. 2356.22 s [tasty-kat]
  1749. 2356.22 s [tasty-kat] Test/Tasty/KAT.hs:24:1: warning: [-Wunused-imports]
  1750. 2356.22 s [tasty-kat] The import of ‘Control.Applicative’ is redundant
  1751. 2356.22 s [tasty-kat] except perhaps to import instances from ‘Control.Applicative’
  1752. 2356.22 s [tasty-kat] To import instances alone, use: import Control.Applicative()
  1753. 2356.22 s [tasty-kat] |
  1754. 2356.22 s [tasty-kat] 24 | import Control.Applicative
  1755. 2356.22 s [tasty-kat] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  1756. 2356.22 s [tasty-kat] [1 of 3] Compiling Test.Tasty.KAT.Internal ( Test/Tasty/KAT/Internal.hs, dist/build/Test/Tasty/KAT/Internal.p_o )
  1757. 2356.22 s [tasty-kat] [2 of 3] Compiling Test.Tasty.KAT.FileLoader ( Test/Tasty/KAT/FileLoader.hs, dist/build/Test/Tasty/KAT/FileLoader.p_o )
  1758. 2356.22 s [tasty-kat] [3 of 3] Compiling Test.Tasty.KAT ( Test/Tasty/KAT.hs, dist/build/Test/Tasty/KAT.p_o )
  1759. 2356.22 s [tasty-kat]
  1760. 2356.22 s [tasty-kat] Test/Tasty/KAT.hs:24:1: warning: [-Wunused-imports]
  1761. 2356.22 s [tasty-kat] The import of ‘Control.Applicative’ is redundant
  1762. 2356.22 s [tasty-kat] except perhaps to import instances from ‘Control.Applicative’
  1763. 2356.22 s [tasty-kat] To import instances alone, use: import Control.Applicative()
  1764. 2356.22 s [tasty-kat] |
  1765. 2356.22 s [tasty-kat] 24 | import Control.Applicative
  1766. 2356.22 s [tasty-kat] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  1767. 2356.22 s [tasty-kat] Preprocessing test suite 'test-tasty-kat' for tasty-kat-0.0.3..
  1768. 2356.22 s [tasty-kat] Building test suite 'test-tasty-kat' for tasty-kat-0.0.3..
  1769. 2356.22 s [tasty-kat] [1 of 1] Compiling Main ( tests/Tests.hs, dist/build/test-tasty-kat/test-tasty-kat-tmp/Main.o )
  1770. 2356.22 s [tasty-kat] [2 of 2] Linking dist/build/test-tasty-kat/test-tasty-kat
  1771. 2356.22 s [tasty-kat] Phase: checkPhase
  1772. 2356.22 s [tasty-kat] Running 1 test suites...
  1773. 2356.22 s [tasty-kat] Test suite test-tasty-kat: RUNNING...
  1774. 2356.22 s [tasty-kat] tasty-kat
  1775. 2356.22 s [tasty-kat] kat-detailed
  1776. 2356.22 s [tasty-kat] add
  1777. 2356.22 s [tasty-kat] 1: OK
  1778. 2356.22 s [tasty-kat] 2: OK
  1779. 2356.22 s [tasty-kat] sub
  1780. 2356.22 s [tasty-kat] 1: OK
  1781. 2356.22 s [tasty-kat] add
  1782. 2356.22 s [tasty-kat] 1: OK
  1783. 2356.22 s [tasty-kat] base64
  1784. 2356.22 s [tasty-kat] 1: OK
  1785. 2356.22 s [tasty-kat] 2: OK
  1786. 2356.22 s [tasty-kat] kat-grouped
  1787. 2356.22 s [tasty-kat] add: OK
  1788. 2356.22 s [tasty-kat] 2 tests succeed
  1789. 2356.22 s [tasty-kat] sub: OK
  1790. 2356.22 s [tasty-kat] 1 tests succeed
  1791. 2356.22 s [tasty-kat] add: OK
  1792. 2356.22 s [tasty-kat] 1 tests succeed
  1793. 2356.22 s [tasty-kat] base64: OK
  1794. 2356.22 s [tasty-kat] 2 tests succeed
  1795. 2356.22 s [tasty-kat]
  1796. 2356.22 s [tasty-kat] All 10 tests passed (0.00s)
  1797. 2356.22 s [tasty-kat] Test suite test-tasty-kat: PASS
  1798. 2356.22 s [tasty-kat] Test suite logged to: dist/test/tasty-kat-0.0.3-test-tasty-kat.log
  1799. 2356.22 s [tasty-kat] 1 of 1 test suites (1 of 1 test cases) passed.
  1800. 2356.22 s [tasty-kat] Phase: haddockPhase
  1801. 2356.22 s [tasty-kat] Preprocessing library for tasty-kat-0.0.3..
  1802. 2356.22 s [tasty-kat] Running Haddock on library for tasty-kat-0.0.3..
  1803. 2356.83 s [text-conversions:post-build] Uploading to the NixCI cache: /nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc /nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1
  1804. 2357.78 s [text-conversions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1805. 2359.13 s [text-conversions:post-build] copying 2 paths...
  1806. 2359.13 s [text-conversions:post-build] copying path '/nix/store/m9gx7h8l6pcl0gp1n6ap2lam73gdc924-text-conversions-0.3.1.1-doc' to 'https://cache.nix-ci.com'...
  1807. 2360.81 s [text-conversions:post-build] copying path '/nix/store/wlf5byyj7b4zs2k99pg177rqf25qjx0v-text-conversions-0.3.1.1' to 'https://cache.nix-ci.com'...
  1808. 2363.82 s [text-conversions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1809. 2365.45 s [text-conversions:post-build] copying 1 paths...
  1810. 2365.45 s [text-conversions:post-build] copying path '/nix/store/6ibnj1ilvgk37vwwn51xri5nrcv21fk2-text-conversions-0.3.1.1.drv' to 'https://cache.nix-ci.com'...
  1811. 2367.37 s Uploaded text-conversions in 10.7s
  1812. 2367.37 s Progress: 113 of 211 built (13 building), 298 of 298 downloaded from cache
  1813. 2367.37 s Built text-conversions in 2m01s
  1814. 2367.37 s [th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  1815. 2367.37 s [th-compat] Dynamic Libraries installed in:
  1816. 2367.37 s [th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  1817. 2367.37 s [th-compat] Private executables installed in:
  1818. 2367.37 s [th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/libexec/x86_64-linux-ghc-9.6.4/th-compat-0.1.6
  1819. 2367.37 s [th-compat] Data files installed in:
  1820. 2367.37 s [th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/share/x86_64-linux-ghc-9.6.4/th-compat-0.1.6
  1821. 2367.37 s [th-compat] Documentation installed in:
  1822. 2367.37 s [th-compat] /nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc/share/doc/th-compat-0.1.6
  1823. 2367.37 s [th-compat] Configuration files installed in:
  1824. 2367.38 s [th-compat] /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/etc
  1825. 2367.38 s [th-compat] No alex found
  1826. 2367.38 s [th-compat] Using ar found on system at:
  1827. 2367.38 s [th-compat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  1828. 2367.38 s [th-compat] No c2hs found
  1829. 2367.38 s [th-compat] No cpphs found
  1830. 2367.38 s [th-compat] No doctest found
  1831. 2367.38 s [th-compat] Using gcc version 14.3.0 given by user at:
  1832. 2367.38 s [th-compat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  1833. 2367.38 s [th-compat] Using ghc version 9.6.4 found on system at:
  1834. 2367.38 s [th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  1835. 2367.38 s [th-compat] Using ghc-pkg version 9.6.4 found on system at:
  1836. 2367.38 s [th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  1837. 2367.38 s [th-compat] No ghcjs found
  1838. 2367.38 s [th-compat] No ghcjs-pkg found
  1839. 2367.38 s [th-compat] No greencard found
  1840. 2367.38 s [th-compat] Using haddock version 2.29.2 found on system at:
  1841. 2367.38 s [th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  1842. 2367.38 s [th-compat] No happy found
  1843. 2367.38 s [th-compat] Using haskell-suite found on system at: haskell-suite-dummy-location
  1844. 2367.38 s [th-compat] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1845. 2367.38 s [th-compat] No hmake found
  1846. 2367.38 s [th-compat] Using hpc version 0.68 found on system at:
  1847. 2367.38 s [th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  1848. 2367.38 s [th-compat] Using hsc2hs version 0.68.9 found on system at:
  1849. 2367.38 s [th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  1850. 2367.38 s [th-compat] Using hscolour version 1.25 found on system at:
  1851. 2367.38 s [th-compat] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  1852. 2367.38 s [th-compat] No jhc found
  1853. 2367.38 s [th-compat] Using ld found on system at:
  1854. 2367.38 s [th-compat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  1855. 2367.38 s [th-compat] No pkg-config found
  1856. 2367.38 s [th-compat] Using runghc version 9.6.4 found on system at:
  1857. 2367.38 s [th-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  1858. 2367.38 s [th-compat] Using strip version 2.44 found on system at:
  1859. 2367.38 s [th-compat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  1860. 2367.38 s [th-compat] Using tar found on system at:
  1861. 2367.38 s [th-compat] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  1862. 2367.38 s [th-compat] No uhc found
  1863. 2367.38 s [th-compat] Phase: buildPhase
  1864. 2367.38 s [th-compat] Preprocessing library for th-compat-0.1.6..
  1865. 2367.38 s [th-compat] Building library for th-compat-0.1.6..
  1866. 2367.38 s [th-compat] [1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.o, dist/build/Language/Haskell/TH/Syntax/Compat.dyn_o )
  1867. 2367.38 s [th-compat] [1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.p_o )
  1868. 2367.38 s [th-compat] Preprocessing test suite 'spec' for th-compat-0.1.6..
  1869. 2367.38 s [th-compat] Building test suite 'spec' for th-compat-0.1.6..
  1870. 2367.38 s [th-compat] [1 of 3] Compiling Types ( tests/Types.hs, dist/build/spec/spec-tmp/Types.o, dist/build/spec/spec-tmp/Types.dyn_o )
  1871. 2367.38 s [th-compat] [2 of 3] Compiling Language.Haskell.TH.Syntax.CompatSpec ( tests/Language/Haskell/TH/Syntax/CompatSpec.hs, dist/build/spec/spec-tmp/Language/Haskell/TH/Syntax/CompatSpec.o )
  1872. 2367.38 s [th-compat] [3 of 3] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  1873. 2367.38 s [th-compat] [4 of 4] Linking dist/build/spec/spec
  1874. 2367.38 s [th-compat] Phase: checkPhase
  1875. 2367.38 s [th-compat] Running 1 test suites...
  1876. 2367.38 s [th-compat] Test suite spec: RUNNING...
  1877. 2367.38 s [th-compat]
  1878. 2367.38 s [th-compat] Language.Haskell.TH.Syntax.Compat
  1879. 2367.38 s [th-compat] newName
  1880. 2367.38 s [th-compat] works on something that isn't a Quasi instance [✔]
  1881. 2367.38 s [th-compat] unsafeQToQuote
  1882. 2367.38 s [th-compat] works on Quasi-less expressions [✔]
  1883. 2367.38 s [th-compat] errors on Quasi-ful expressions [✔]
  1884. 2367.38 s [th-compat] IsCode
  1885. 2367.38 s [th-compat] manipulates typed TH expressions in a backwards-compatible way [✔]
  1886. 2367.38 s [th-compat] joinSplice
  1887. 2367.38 s [th-compat] allows intermixing typed TH splices with monadic computations in a convenient way [✔]
  1888. 2367.38 s [th-compat] liftSplice
  1889. 2367.38 s [th-expand-syns] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  1890. 2367.38 s [th-expand-syns] depends template-haskell-2.20.0.0
  1891. 2367.38 s [th-expand-syns] depends th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
  1892. 2367.38 s [th-expand-syns] definite th-expand-syns-0.4.12.0-6Bjjuhi1LUm11EvTNn6wp9-test-th-expand-syns
  1893. 2367.38 s [th-expand-syns] depends base-4.18.2.0
  1894. 2367.38 s [th-expand-syns] depends template-haskell-2.20.0.0
  1895. 2367.38 s [th-expand-syns] depends th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
  1896. 2367.38 s [th-expand-syns] depends th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
  1897. 2367.38 s [th-expand-syns] Using Cabal-3.10.1.0 compiled by ghc-9.6
  1898. 2367.38 s [th-expand-syns] Using compiler: ghc-9.6.4
  1899. 2367.38 s [th-expand-syns] Using install prefix:
  1900. 2367.38 s [th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0
  1901. 2367.38 s [th-expand-syns] Executables installed in:
  1902. 2367.38 s [th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/bin
  1903. 2367.38 s [th-expand-syns] Libraries installed in:
  1904. 2367.38 s [th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
  1905. 2367.39 s [th-expand-syns] Dynamic Libraries installed in:
  1906. 2367.39 s [th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  1907. 2367.39 s [th-expand-syns] Private executables installed in:
  1908. 2367.39 s [th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/libexec/x86_64-linux-ghc-9.6.4/th-expand-syns-0.4.12.0
  1909. 2367.39 s [th-expand-syns] Data files installed in:
  1910. 2367.39 s [th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/share/x86_64-linux-ghc-9.6.4/th-expand-syns-0.4.12.0
  1911. 2367.39 s [th-expand-syns] Documentation installed in:
  1912. 2367.39 s [th-expand-syns] /nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc/share/doc/th-expand-syns-0.4.12.0
  1913. 2367.39 s [th-expand-syns] Configuration files installed in:
  1914. 2367.39 s [th-expand-syns] /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/etc
  1915. 2367.39 s [th-expand-syns] No alex found
  1916. 2367.39 s [th-expand-syns] Using ar found on system at:
  1917. 2367.39 s [th-expand-syns] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  1918. 2367.39 s [th-expand-syns] No c2hs found
  1919. 2367.39 s [th-expand-syns] No cpphs found
  1920. 2367.39 s [th-expand-syns] No doctest found
  1921. 2367.39 s [th-expand-syns] Using gcc version 14.3.0 given by user at:
  1922. 2367.39 s [th-expand-syns] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  1923. 2367.39 s [th-expand-syns] Using ghc version 9.6.4 found on system at:
  1924. 2367.39 s [th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  1925. 2367.39 s [th-expand-syns] Using ghc-pkg version 9.6.4 found on system at:
  1926. 2367.39 s [th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  1927. 2367.39 s [th-expand-syns] No ghcjs found
  1928. 2367.39 s [th-expand-syns] No ghcjs-pkg found
  1929. 2367.39 s [th-expand-syns] No greencard found
  1930. 2367.39 s [th-expand-syns] Using haddock version 2.29.2 found on system at:
  1931. 2367.39 s [th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  1932. 2367.39 s [th-expand-syns] No happy found
  1933. 2367.39 s [th-expand-syns] Using haskell-suite found on system at: haskell-suite-dummy-location
  1934. 2367.39 s [th-expand-syns] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1935. 2367.39 s [th-expand-syns] No hmake found
  1936. 2367.39 s [th-expand-syns] Using hpc version 0.68 found on system at:
  1937. 2367.39 s [th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  1938. 2367.39 s [th-expand-syns] Using hsc2hs version 0.68.9 found on system at:
  1939. 2367.39 s [th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  1940. 2367.39 s [th-expand-syns] Using hscolour version 1.25 found on system at:
  1941. 2367.39 s [th-expand-syns] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  1942. 2367.39 s [th-expand-syns] No jhc found
  1943. 2367.39 s [th-expand-syns] Using ld found on system at:
  1944. 2367.39 s [th-expand-syns] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  1945. 2367.39 s [th-expand-syns] No pkg-config found
  1946. 2367.39 s [th-expand-syns] Using runghc version 9.6.4 found on system at:
  1947. 2367.39 s [th-expand-syns] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  1948. 2367.39 s [th-expand-syns] Using strip version 2.44 found on system at:
  1949. 2367.39 s [th-expand-syns] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  1950. 2367.39 s [th-expand-syns] Using tar found on system at:
  1951. 2367.39 s [th-expand-syns] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  1952. 2367.39 s [th-expand-syns] No uhc found
  1953. 2367.39 s [th-expand-syns] Phase: buildPhase
  1954. 2367.39 s [th-expand-syns] Preprocessing library for th-expand-syns-0.4.12.0..
  1955. 2367.39 s [th-expand-syns] Building library for th-expand-syns-0.4.12.0..
  1956. 2367.39 s [th-expand-syns] [1 of 1] Compiling Language.Haskell.TH.ExpandSyns ( Language/Haskell/TH/ExpandSyns.hs, dist/build/Language/Haskell/TH/ExpandSyns.o, dist/build/Language/Haskell/TH/ExpandSyns.dyn_o )
  1957. 2367.39 s [th-expand-syns] [1 of 1] Compiling Language.Haskell.TH.ExpandSyns ( Language/Haskell/TH/ExpandSyns.hs, dist/build/Language/Haskell/TH/ExpandSyns.p_o )
  1958. 2367.39 s [th-expand-syns] Preprocessing test suite 'test-th-expand-syns' for th-expand-syns-0.4.12.0..
  1959. 2367.39 s [th-expand-syns] Building test suite 'test-th-expand-syns' for th-expand-syns-0.4.12.0..
  1960. 2367.39 s [th-expand-syns] [1 of 3] Compiling Util ( testing/Util.hs, dist/build/test-th-expand-syns/test-th-expand-syns-tmp/Util.o, dist/build/test-th-expand-syns/test-th-expand-syns-tmp/Util.dyn_o )
  1961. 2367.39 s [transformers-base] Phase: setupCompilerEnvironmentPhase
  1962. 2367.39 s [transformers-base] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  1963. 2367.39 s [unix-time] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  1964. 2367.39 s [unix-time] include old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
  1965. 2367.39 s [unix-time] include old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
  1966. 2367.39 s [unix-time] include template-haskell-2.20.0.0
  1967. 2367.39 s [unix-time] include time-1.12.2
  1968. 2367.39 s [unix-time] include unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
  1969. 2367.39 s [unix-time] Ready component graph:
  1970. 2367.39 s [unix-time] definite unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
  1971. 2367.39 s [unix-time] depends base-4.18.2.0
  1972. 2367.39 s [unix-time] depends binary-0.8.9.1
  1973. 2367.39 s [unix-time] depends bytestring-0.11.5.3
  1974. 2367.39 s [unix-time] depends old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
  1975. 2367.39 s [unix-time] definite unix-time-0.4.16-J75kk279Ug458fg08Ckkie-spec
  1976. 2367.39 s [unix-time] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  1977. 2367.39 s [unix-time] depends base-4.18.2.0
  1978. 2367.39 s [unix-time] depends bytestring-0.11.5.3
  1979. 2367.39 s [unix-time] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  1980. 2367.39 s [unix-time] depends old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
  1981. 2367.39 s [unix-time] depends old-time-1.1.0.4-2NGSN81F5XGBsIJ7yHs5p3
  1982. 2367.39 s [unix-time] depends template-haskell-2.20.0.0
  1983. 2367.39 s [unix-time] depends time-1.12.2
  1984. 2367.39 s [unix-time] depends unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
  1985. 2367.39 s [unix-time] Using Cabal-3.10.1.0 compiled by ghc-9.6
  1986. 2367.39 s [unix-time] Using compiler: ghc-9.6.4
  1987. 2367.39 s [unix-time] Using install prefix:
  1988. 2367.39 s [unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16
  1989. 2367.39 s [unix-time] Executables installed in:
  1990. 2367.39 s [unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/bin
  1991. 2367.39 s [unix-time] Libraries installed in:
  1992. 2367.39 s [unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
  1993. 2367.39 s [unix-time] Dynamic Libraries installed in:
  1994. 2367.40 s [unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  1995. 2367.40 s [unix-time] Private executables installed in:
  1996. 2367.40 s [unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/libexec/x86_64-linux-ghc-9.6.4/unix-time-0.4.16
  1997. 2367.40 s [unix-time] Data files installed in:
  1998. 2367.40 s [unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/share/x86_64-linux-ghc-9.6.4/unix-time-0.4.16
  1999. 2367.40 s [unix-time] Documentation installed in:
  2000. 2367.40 s [unix-time] /nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc/share/doc/unix-time-0.4.16
  2001. 2367.40 s [unix-time] Configuration files installed in:
  2002. 2367.40 s [unix-time] /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/etc
  2003. 2367.40 s [unix-time] No alex found
  2004. 2367.40 s [unix-time] Using ar found on system at:
  2005. 2367.40 s [unix-time] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  2006. 2367.40 s [unix-time] No c2hs found
  2007. 2367.40 s [unix-time] No cpphs found
  2008. 2367.40 s [unix-time] No doctest found
  2009. 2367.40 s [unix-time] Using gcc version 14.3.0 given by user at:
  2010. 2367.40 s [unix-time] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  2011. 2367.40 s [unix-time] Using ghc version 9.6.4 found on system at:
  2012. 2367.40 s [unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  2013. 2367.40 s [unix-time] Using ghc-pkg version 9.6.4 found on system at:
  2014. 2367.40 s [unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  2015. 2367.40 s [unix-time] No ghcjs found
  2016. 2367.40 s [unix-time] No ghcjs-pkg found
  2017. 2367.40 s [unix-time] No greencard found
  2018. 2367.40 s [unix-time] Using haddock version 2.29.2 found on system at:
  2019. 2367.40 s [unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  2020. 2367.40 s [unix-time] No happy found
  2021. 2367.40 s [unix-time] Using haskell-suite found on system at: haskell-suite-dummy-location
  2022. 2367.40 s [unix-time] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2023. 2367.40 s [unix-time] No hmake found
  2024. 2367.40 s [unix-time] Using hpc version 0.68 found on system at:
  2025. 2367.40 s [unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  2026. 2367.40 s [unix-time] Using hsc2hs version 0.68.9 found on system at:
  2027. 2367.40 s [unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  2028. 2367.40 s [unix-time] Using hscolour version 1.25 found on system at:
  2029. 2367.40 s [unix-time] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  2030. 2367.40 s [unix-time] No jhc found
  2031. 2367.40 s [unix-time] Using ld found on system at:
  2032. 2367.40 s [unix-time] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  2033. 2367.40 s [unix-time] No pkg-config found
  2034. 2367.40 s [unix-time] Using runghc version 9.6.4 found on system at:
  2035. 2367.40 s [unix-time] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  2036. 2367.40 s [unix-time] Using strip version 2.44 found on system at:
  2037. 2367.40 s [unix-time] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  2038. 2367.40 s [unix-time] Using tar found on system at:
  2039. 2367.40 s [unix-time] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  2040. 2367.40 s [unix-time] No uhc found
  2041. 2367.40 s [unix-time] Running: /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh //build/unix-time-0.4.16/configure '--with-compiler=ghc' '--prefix=/nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16' '--libdir=$prefix/lib/$compiler/lib' 'CC=/nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc'
  2042. 2367.40 s [unix-time] checking for gcc... /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  2043. 2367.40 s [ChasingBottoms] [ 9 of 10] Compiling Test.ChasingBottoms.ApproxShow ( Test/ChasingBottoms/ApproxShow.hs, dist/build/Test/ChasingBottoms/ApproxShow.o, dist/build/Test/ChasingBottoms/ApproxShow.dyn_o )
  2044. 2367.40 s [ChasingBottoms] [10 of 10] Compiling Test.ChasingBottoms ( Test/ChasingBottoms.hs, dist/build/Test/ChasingBottoms.o, dist/build/Test/ChasingBottoms.dyn_o )
  2045. 2367.40 s [ChasingBottoms] [ 1 of 10] Compiling Test.ChasingBottoms.IsType ( Test/ChasingBottoms/IsType.hs, dist/build/Test/ChasingBottoms/IsType.p_o )
  2046. 2367.40 s [ChasingBottoms] [ 2 of 10] Compiling Test.ChasingBottoms.Nat ( Test/ChasingBottoms/Nat.hs, dist/build/Test/ChasingBottoms/Nat.p_o )
  2047. 2367.40 s [ChasingBottoms] [ 3 of 10] Compiling Test.ChasingBottoms.Approx ( Test/ChasingBottoms/Approx.hs, dist/build/Test/ChasingBottoms/Approx.p_o )
  2048. 2367.40 s [cookie] Phase: unpackPhase
  2049. 2367.40 s [cookie] unpacking source archive /nix/store/z7grqqxf8pvpw5p3s8rsc42g3q519vxf-cookie-0.5.1.tar.gz
  2050. 2367.40 s [cookie] source root is cookie-0.5.1
  2051. 2367.40 s [cookie] setting SOURCE_DATE_EPOCH to timestamp 1743424146 of file "cookie-0.5.1/Web/Cookie.hs"
  2052. 2367.40 s [cookie] Phase: patchPhase
  2053. 2367.40 s [cookie] Phase: compileBuildDriverPhase
  2054. 2367.40 s [cookie] setupCompileFlags: -package-db=/build/tmp.xR9QZmqepM/setup-package.conf.d -threaded
  2055. 2367.40 s [cookie] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.xR9QZmqepM/Main.o )
  2056. 2367.40 s [cookie] [2 of 2] Linking Setup
  2057. 2367.40 s [cookie] Phase: updateAutotoolsGnuConfigScriptsPhase
  2058. 2367.40 s [cookie] Phase: configurePhase
  2059. 2367.40 s [cookie] configureFlags: --verbose --prefix=/nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc/share/doc/cookie-0.5.1 --with-gcc=gcc --package-db=/build/tmp.xR9QZmqepM/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  2060. 2367.40 s [cookie] Using Parsec parser
  2061. 2367.40 s [cookie] Configuring cookie-0.5.1...
  2062. 2367.40 s [cryptohash-sha256] inc': OK (20.82s)
  2063. 2367.40 s [cryptohash-sha256] RFC4231
  2064. 2367.40 s [cryptohash-sha256] vec1
  2065. 2367.40 s [cryptohash-sha256] hmac: OK
  2066. 2367.40 s [cryptohash-sha256] hmaclazy: OK
  2067. 2367.40 s [cryptohash-sha256] vec2
  2068. 2367.40 s [cryptohash-sha256] hmac: OK
  2069. 2367.40 s [cryptohash-sha256] hmaclazy: OK
  2070. 2367.40 s [cryptohash-sha256] vec3
  2071. 2367.40 s [cryptohash-sha256] hmac: OK
  2072. 2367.40 s [cryptohash-sha256] hmaclazy: OK
  2073. 2367.40 s [cryptohash-sha256] vec4
  2074. 2367.40 s [cryptohash-sha256] hmac: OK
  2075. 2367.40 s [cryptohash-sha256] hmaclazy: OK
  2076. 2367.40 s [cryptohash-sha256] vec5
  2077. 2367.40 s [cryptohash-sha256] hmac: OK
  2078. 2367.40 s [cryptohash-sha256] hmaclazy: OK
  2079. 2367.40 s [cryptohash-sha256] vec6
  2080. 2367.40 s [cryptohash-sha256] hmac: OK
  2081. 2367.40 s [cryptohash-sha256] hmaclazy: OK
  2082. 2367.40 s [cryptohash-sha256] vec7
  2083. 2367.40 s [cryptohash-sha256] hmac: OK
  2084. 2367.40 s [cryptohash-sha256] hmaclazy: OK
  2085. 2367.40 s [cryptohash-sha256] RFC5869
  2086. 2367.40 s [cryptohash-sha256] vec1
  2087. 2367.40 s [cryptohash-sha256] hkdf: OK
  2088. 2367.40 s [cryptohash-sha256] vec2
  2089. 2367.40 s [cryptohash-sha256] hkdf: OK
  2090. 2367.40 s [cryptohash-sha256] vec3
  2091. 2367.40 s [cryptohash-sha256] hkdf: OK
  2092. 2367.40 s [cryptohash-sha256] REF
  2093. 2367.40 s [cryptohash-sha256] hash: OK
  2094. 2367.40 s [cryptohash-sha256] +++ OK, passed 100 tests.
  2095. 2367.40 s [cryptohash-sha256] start: OK
  2096. 2367.40 s [cryptohash-sha256] +++ OK, passed 100 tests.
  2097. 2367.40 s [cryptohash-sha256] hashlazy: OK (0.04s)
  2098. 2367.40 s [cryptohash-sha256] +++ OK, passed 100 tests.
  2099. 2367.40 s [cryptohash-sha256] startlazy: OK (0.03s)
  2100. 2367.40 s [cryptohash-sha256] +++ OK, passed 100 tests.
  2101. 2367.41 s [cryptohash-sha256] hashlazyAndLength: OK (0.02s)
  2102. 2367.41 s [cryptohash-sha256] +++ OK, passed 100 tests.
  2103. 2367.41 s [cryptohash-sha256] hmac: OK
  2104. 2367.41 s [cryptohash-sha256] +++ OK, passed 100 tests.
  2105. 2367.41 s [cryptohash-sha256] hmaclazy: OK (0.03s)
  2106. 2367.41 s [cryptohash-sha256] +++ OK, passed 100 tests.
  2107. 2367.41 s [cryptohash-sha256] hmaclazyAndLength: OK (0.03s)
  2108. 2367.41 s [cryptohash-sha256] +++ OK, passed 100 tests.
  2109. 2367.41 s [cryptohash-sha256]
  2110. 2367.41 s [cryptohash-sha256] All 188 tests passed (36.31s)
  2111. 2367.41 s [cryptohash-sha256] Test suite test-sha256: PASS
  2112. 2367.41 s [cryptohash-sha256] Test suite logged to: dist/test/cryptohash-sha256-0.11.102.1-test-sha256.log
  2113. 2367.41 s [cryptohash-sha256] 1 of 1 test suites (1 of 1 test cases) passed.
  2114. 2367.41 s [cryptohash-sha256] checkPhase completed in 38 seconds
  2115. 2367.41 s [cryptohash-sha256] Phase: haddockPhase
  2116. 2367.41 s [cryptohash-sha256] Preprocessing library for cryptohash-sha256-0.11.102.1..
  2117. 2367.41 s [cryptohash-sha256] Running Haddock on library for cryptohash-sha256-0.11.102.1..
  2118. 2367.41 s [doctest] Phase: setupCompilerEnvironmentPhase
  2119. 2367.41 s [doctest] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  2120. 2367.41 s [doctest] Phase: unpackPhase
  2121. 2367.41 s [doctest] unpacking source archive /nix/store/mk30nc4vbm3vmsbjqpy8zxvmg7i4j2bx-doctest-0.22.6.tar.gz
  2122. 2367.41 s [doctest] source root is doctest-0.22.6
  2123. 2367.41 s [doctest] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "doctest-0.22.6/test/UtilSpec.hs"
  2124. 2367.41 s [doctest] Phase: patchPhase
  2125. 2367.41 s [doctest] applying patch /nix/store/q6x451lgsrmarzh4grswgr3s1j4iqadx-doctest-0.23.0-ghc-9.12.patch
  2126. 2367.41 s [doctest] patching file test/Language/Haskell/GhciWrapperSpec.hs
  2127. 2367.41 s [doctest] Phase: compileBuildDriverPhase
  2128. 2367.41 s [doctest] setupCompileFlags: -package-db=/build/tmp.yZp1yL32nV/setup-package.conf.d -threaded
  2129. 2367.41 s [doctest] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.yZp1yL32nV/Main.o )
  2130. 2367.41 s [doctest] [2 of 2] Linking Setup
  2131. 2367.41 s [doctest] Phase: updateAutotoolsGnuConfigScriptsPhase
  2132. 2367.41 s [doctest] Phase: configurePhase
  2133. 2367.41 s [doctest] configureFlags: --verbose --prefix=/nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc/share/doc/doctest-0.22.6 --with-gcc=gcc --package-db=/build/tmp.yZp1yL32nV/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/lib
  2134. 2367.41 s [doctest] Using Parsec parser
  2135. 2367.41 s [doctest] Configuring doctest-0.22.6...
  2136. 2367.41 s [hashable] Phase: unpackPhase
  2137. 2367.41 s [hashable] unpacking source archive /nix/store/2dk5qbxi8bbajqmfgy0l665lhfg214dp-hashable-1.4.7.0.tar.gz
  2138. 2367.41 s [hashable] source root is hashable-1.4.7.0
  2139. 2367.41 s [hashable] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hashable-1.4.7.0/xxHash-0.8.2/xxhash.h"
  2140. 2367.41 s [hashable] Phase: patchPhase
  2141. 2367.41 s [hashable] Run jailbreak-cabal to lift version restrictions on build inputs.
  2142. 2367.41 s [hashable] Phase: compileBuildDriverPhase
  2143. 2367.41 s [hashable] setupCompileFlags: -package-db=/build/tmp.nlTTZCxfzw/setup-package.conf.d -threaded
  2144. 2367.41 s [hashable] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.nlTTZCxfzw/Main.o )
  2145. 2367.41 s [hashable] [2 of 2] Linking Setup
  2146. 2367.41 s [hashable] Phase: updateAutotoolsGnuConfigScriptsPhase
  2147. 2367.41 s [hashable] Phase: configurePhase
  2148. 2367.41 s [hashable] configureFlags: --verbose --prefix=/nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc/share/doc/hashable-1.4.7.0 --with-gcc=gcc --package-db=/build/tmp.nlTTZCxfzw/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  2149. 2367.41 s [hashable] Using Parsec parser
  2150. 2367.41 s [hashable] Configuring hashable-1.4.7.0...
  2151. 2367.59 s Building /nix/store/ly8pf97r18ly3h6zfskk0xg4hh97lrj6-hourglass-0.2.12.drv
  2152. 2367.65 s [network] Preprocessing test suite 'spec' for network-3.2.7.0..
  2153. 2367.65 s [network] Building test suite 'spec' for network-3.2.7.0..
  2154. 2367.65 s [network] [1 of 5] Compiling Network.Test.Common ( tests/Network/Test/Common.hs, dist/build/spec/spec-tmp/Network/Test/Common.o )
  2155. 2367.65 s [network] [2 of 5] Compiling Network.SocketSpec ( tests/Network/SocketSpec.hs, dist/build/spec/spec-tmp/Network/SocketSpec.o )
  2156. 2367.65 s [tasty-kat] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  2157. 2367.65 s [tasty-kat] 33% ( 6 / 18) in 'Test.Tasty.KAT.FileLoader'
  2158. 2367.65 s [tasty-kat] Missing documentation for:
  2159. 2367.65 s [tasty-kat] katLoader (Test/Tasty/KAT/FileLoader.hs:71)
  2160. 2367.65 s [tasty-kat] mapTestUnitValues (Test/Tasty/KAT/FileLoader.hs:114)
  2161. 2367.65 s [tasty-kat] mapTestUnits (Test/Tasty/KAT/FileLoader.hs:117)
  2162. 2367.65 s [tasty-kat] mapTestUnitValuesBase64 (Test/Tasty/KAT/FileLoader.hs:122)
  2163. 2367.65 s [tasty-kat] mapTestUnitValuesBase16 (Test/Tasty/KAT/FileLoader.hs:125)
  2164. 2367.65 s [tasty-kat] valueUnbase16 (Test/Tasty/KAT/FileLoader.hs:184)
  2165. 2367.65 s [tasty-kat] valueUnbase64 (Test/Tasty/KAT/FileLoader.hs:129)
  2166. 2367.65 s [tasty-kat] valueInteger (Test/Tasty/KAT/FileLoader.hs:200)
  2167. 2367.65 s [tasty-kat] valueHexInteger (Test/Tasty/KAT/FileLoader.hs:203)
  2168. 2367.65 s [tasty-kat] TestResource (Test/Tasty/KAT/FileLoader.hs:44)
  2169. 2367.65 s [tasty-kat] TestGroup (Test/Tasty/KAT/FileLoader.hs:45)
  2170. 2367.65 s [tasty-kat] TestUnit (Test/Tasty/KAT/FileLoader.hs:46)
  2171. 2367.65 s [tasty-kat] 77% ( 7 / 9) in 'Test.Tasty.KAT'
  2172. 2367.65 s [tasty-kat] Missing documentation for:
  2173. 2367.65 s [tasty-kat] Resource (Test/Tasty/KAT.hs:31)
  2174. 2367.65 s [tasty-kat] mapTestUnits (Test/Tasty/KAT/FileLoader.hs:117)
  2175. 2367.65 s [tasty-kat]
  2176. 2367.65 s [tasty-kat] Test/Tasty/KAT.hs:24:1: warning: [-Wunused-imports]
  2177. 2367.65 s [tasty-kat] The import of ‘Control.Applicative’ is redundant
  2178. 2367.66 s [tasty-kat] except perhaps to import instances from ‘Control.Applicative’
  2179. 2367.66 s [tasty-kat] To import instances alone, use: import Control.Applicative()
  2180. 2367.66 s [tasty-kat] |
  2181. 2367.66 s [tasty-kat] 24 | import Control.Applicative
  2182. 2367.66 s [tasty-kat] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  2183. 2367.66 s [th-compat] allows intermixing typed TH splices with monadic computations in a convenient way [✔]
  2184. 2367.66 s [th-compat] liftTypedFromUntypedSplice
  2185. 2367.66 s [th-compat] allows defining liftTyped in a convenient, backwards-compatible way [✔]
  2186. 2367.66 s [th-compat] unTypeSplice
  2187. 2367.66 s [th-compat] allows unwrapping Code in a convenient, backwards-compatible way [✔]
  2188. 2367.66 s [th-compat]
  2189. 2367.66 s [th-compat] Finished in 0.1101 seconds
  2190. 2367.66 s [th-compat] 8 examples, 0 failures
  2191. 2367.66 s [th-compat] Test suite spec: PASS
  2192. 2367.66 s [th-compat] Test suite logged to: dist/test/th-compat-0.1.6-spec.log
  2193. 2367.66 s [th-compat] 1 of 1 test suites (1 of 1 test cases) passed.
  2194. 2367.66 s [th-compat] Phase: haddockPhase
  2195. 2367.66 s [th-compat] Preprocessing library for th-compat-0.1.6..
  2196. 2367.66 s [th-compat] Running Haddock on library for th-compat-0.1.6..
  2197. 2367.66 s [th-compat] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  2198. 2367.66 s [th-compat] Warning: 'lift' is out of scope.
  2199. 2367.66 s [th-compat] If you qualify the identifier, haddock can try to link it anyway.
  2200. 2367.66 s [th-compat] Warning: 'liftTyped' is out of scope.
  2201. 2367.66 s [th-compat] If you qualify the identifier, haddock can try to link it anyway.
  2202. 2367.66 s [th-compat] Warning: 'm' is out of scope.
  2203. 2367.66 s [th-compat] If you qualify the identifier, haddock can try to link it anyway.
  2204. 2367.66 s [th-compat] Warning: 'TExp' is out of scope.
  2205. 2367.66 s [th-compat] If you qualify the identifier, haddock can try to link it anyway.
  2206. 2367.66 s [th-compat] Warning: 'Lift' is out of scope.
  2207. 2367.66 s [th-compat] If you qualify the identifier, haddock can try to link it anyway.
  2208. 2367.66 s [th-compat] Warning: 'newNameQuote' is out of scope.
  2209. 2367.66 s [th-compat] If you qualify the identifier, haddock can try to link it anyway.
  2210. 2367.67 s [th-compat] 95% ( 44 / 46) in 'Language.Haskell.TH.Syntax.Compat'
  2211. 2367.67 s [th-compat] Missing documentation for:
  2212. 2367.67 s [th-compat] Code
  2213. 2367.67 s [th-compat] CodeQ
  2214. 2367.67 s [th-expand-syns] [2 of 3] Compiling Types ( testing/Types.hs, dist/build/test-th-expand-syns/test-th-expand-syns-tmp/Types.o, dist/build/test-th-expand-syns/test-th-expand-syns-tmp/Types.dyn_o )
  2215. 2367.67 s [th-expand-syns] [3 of 3] Compiling Main ( testing/Main.hs, dist/build/test-th-expand-syns/test-th-expand-syns-tmp/Main.o )
  2216. 2367.67 s [th-expand-syns] info: input = ForallT [PlainTV a_6989586621679027774 SpecifiedSpec] [AppT (ConT GHC.Show.Show) (VarT a_6989586621679027774)] (AppT (AppT ArrowT (VarT a_6989586621679027774)) (AppT (AppT ArrowT (AppT (ConT Types.ForAll) (ConT GHC.Types.List))) (AppT (AppT (TupleT 2) (ConT GHC.Types.Int)) (AppT (ConT Types.ApplyToInteger) (ConT GHC.Types.List)))))
  2217. 2367.67 s [th-expand-syns] info: expected = ForallT [PlainTV a_6989586621679027775 SpecifiedSpec] [AppT (ConT GHC.Show.Show) (VarT a_6989586621679027775)] (AppT (AppT ArrowT (VarT a_6989586621679027775)) (AppT (AppT ArrowT (ForallT [KindedTV x_6989586621679027776 SpecifiedSpec StarT] [] (AppT (ConT GHC.Types.List) (VarT x_6989586621679027776)))) (AppT (AppT (TupleT 2) (ConT GHC.Types.Int)) (AppT (ConT GHC.Types.List) (ConT GHC.Num.Integer.Integer)))))
  2218. 2367.67 s [th-expand-syns] info: actual = ForallT [PlainTV a_6989586621679027774 SpecifiedSpec] [AppT (ConT GHC.Show.Show) (VarT a_6989586621679027774)] (AppT (AppT ArrowT (VarT a_6989586621679027774)) (AppT (AppT ArrowT (ForallT [KindedTV x_7566047373982451924 SpecifiedSpec StarT] [] (AppT (ConT GHC.Types.List) (VarT x_7566047373982451924)))) (AppT (AppT (TupleT 2) (ConT GHC.Types.Int)) (AppT (ConT GHC.Types.List) (ConT GHC.Num.Integer.Integer)))))
  2219. 2367.67 s [th-expand-syns] info: input = ForallT [PlainTV y SpecifiedSpec] [] (AppT (ConT E) (VarT y))
  2220. 2367.67 s [th-expand-syns] info: expected = ForallT [PlainTV y SpecifiedSpec] [] (ForallT [KindedTV y_0 SpecifiedSpec StarT] [] (AppT (AppT ArrowT (AppT (AppT (ConT Data.Either.Either) (VarT y)) (VarT y_0))) (ConT GHC.Types.Int)))
  2221. 2367.67 s [th-expand-syns] info: actual = ForallT [PlainTV y SpecifiedSpec] [] (ForallT [KindedTV y_7566047373982452031 SpecifiedSpec StarT] [] (AppT (AppT ArrowT (AppT (AppT (ConT Data.Either.Either) (VarT y)) (VarT y_7566047373982452031))) (ConT GHC.Types.Int)))
  2222. 2367.67 s [th-expand-syns] info: input = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT GHC.Types.Int))) (AppT (ConT Types.TF1) (ConT GHC.Types.Int))) (AppT (ConT Types.AT1) (ConT GHC.Types.Int))
  2223. 2367.67 s [th-expand-syns] info: expected = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT GHC.Types.Int))) (AppT (ConT Types.TF1) (ConT GHC.Types.Int))) (AppT (ConT Types.AT1) (ConT GHC.Types.Int))
  2224. 2367.67 s [th-expand-syns] info: actual = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT GHC.Types.Int))) (AppT (ConT Types.TF1) (ConT GHC.Types.Int))) (AppT (ConT Types.AT1) (ConT GHC.Types.Int))
  2225. 2367.67 s [th-expand-syns] info: input = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT Types.Int'))) (AppT (ConT Types.TF1) (ConT Types.Int'))) (AppT (ConT Types.AT1) (ConT Types.Int'))
  2226. 2367.67 s [th-expand-syns] info: expected = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT GHC.Types.Int))) (AppT (ConT Types.TF1) (ConT GHC.Types.Int))) (AppT (ConT Types.AT1) (ConT GHC.Types.Int))
  2227. 2367.67 s [th-expand-syns] info: actual = AppT (AppT (AppT (TupleT 3) (AppT (ConT Types.DF1) (ConT GHC.Types.Int))) (AppT (ConT Types.TF1) (ConT GHC.Types.Int))) (AppT (ConT Types.AT1) (ConT GHC.Types.Int))
  2228. 2367.67 s [th-expand-syns] info: input = AppT (AppT (ConT Types.Either') (AppT (ConT Types.ListOf) (ConT Types.Int'))) (AppT (ConT Types.ListOf) (ConT GHC.Types.Char))
  2229. 2367.67 s [th-expand-syns] info: expected = AppT (AppT (ConT Data.Either.Either) (AppT ListT (ConT GHC.Types.Int))) (AppT ListT (ConT GHC.Types.Char))
  2230. 2367.67 s [th-expand-syns] info: actual = AppT (AppT (ConT Data.Either.Either) (AppT ListT (ConT GHC.Types.Int))) (AppT ListT (ConT GHC.Types.Char))
  2231. 2367.67 s [th-expand-syns] info: input = ConT Types.Int''
  2232. 2367.67 s [th-expand-syns] info: expected = ConT GHC.Types.Int
  2233. 2367.67 s [th-expand-syns] info: actual = ConT GHC.Types.Int
  2234. 2367.67 s [th-expand-syns] info: input = SigT (ConT GHC.Types.Int) (AppT (ConT Types.Id) StarT)
  2235. 2367.67 s [th-expand-syns] info: expected = SigT (ConT GHC.Types.Int) StarT
  2236. 2367.67 s [th-expand-syns] info: actual = SigT (ConT GHC.Types.Int) StarT
  2237. 2367.67 s [th-expand-syns]
  2238. 2367.67 s [th-expand-syns] testing/Main.hs:42:6: warning: [GHC-39584]
  2239. 2367.67 s [th-expand-syns] th-expand-syns: WARNING: Type synonym families (and associated type synonyms) are currently not supported (they won't be expanded). Name of unsupported family: Types.AT1
  2240. 2367.67 s [th-expand-syns] |
  2241. 2367.67 s [th-expand-syns] 42 | $(let
  2242. 2367.67 s [transformers-base] Phase: unpackPhase
  2243. 2367.67 s [transformers-base] unpacking source archive /nix/store/71kdgb07m7iidi66qjgqh0jvmr47j4m3-transformers-base-0.4.6.tar.gz
  2244. 2367.67 s [transformers-base] source root is transformers-base-0.4.6
  2245. 2367.67 s [transformers-base] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "transformers-base-0.4.6/transformers-base.cabal"
  2246. 2367.67 s [transformers-base] Phase: patchPhase
  2247. 2367.67 s [transformers-base] Phase: compileBuildDriverPhase
  2248. 2367.67 s [transformers-base] setupCompileFlags: -package-db=/build/tmp.WVBOURaTg8/setup-package.conf.d -threaded
  2249. 2367.67 s [transformers-base] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.WVBOURaTg8/Main.o )
  2250. 2367.67 s [transformers-base] [2 of 2] Linking Setup
  2251. 2367.67 s [transformers-base] Phase: updateAutotoolsGnuConfigScriptsPhase
  2252. 2367.67 s [transformers-base] Phase: configurePhase
  2253. 2367.68 s [transformers-base] configureFlags: --verbose --prefix=/nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc/share/doc/transformers-base-0.4.6 --with-gcc=gcc --package-db=/build/tmp.WVBOURaTg8/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  2254. 2367.68 s [transformers-base] Using Parsec parser
  2255. 2367.68 s [transformers-base] Configuring transformers-base-0.4.6...
  2256. 2367.68 s [unix-time] checking whether the C compiler works... yes
  2257. 2367.68 s [unix-time] checking for C compiler default output file name... a.out
  2258. 2367.68 s [unix-time] checking for suffix of executables...
  2259. 2367.68 s [unix-time] checking whether we are cross compiling... no
  2260. 2367.68 s [unix-time] checking for suffix of object files... o
  2261. 2367.68 s [unix-time] checking whether we are using the GNU C compiler... yes
  2262. 2367.68 s [unix-time] checking whether /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc accepts -g... yes
  2263. 2367.68 s [unix-time] checking for /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc option to accept ISO C89... none needed
  2264. 2367.68 s [unix-time] checking how to run the C preprocessor... /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc -E
  2265. 2367.68 s [unix-time] checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
  2266. 2367.68 s [unix-time] checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
  2267. 2367.68 s [unix-time] checking for ANSI C header files... yes
  2268. 2367.68 s [unix-time] checking for sys/types.h... yes
  2269. 2367.68 s [unix-time] checking for sys/stat.h... yes
  2270. 2367.68 s [unix-time] checking for stdlib.h... yes
  2271. 2367.68 s [unix-time] checking for string.h... yes
  2272. 2367.68 s [unix-time] checking for memory.h... yes
  2273. 2367.68 s [unix-time] checking for strings.h... yes
  2274. 2367.68 s [unix-time] checking for inttypes.h... yes
  2275. 2367.68 s [unix-time] checking for stdint.h... yes
  2276. 2367.68 s [unix-time] checking for unistd.h... yes
  2277. 2367.68 s [unix-time] checking xlocale.h usability... no
  2278. 2367.68 s [unix-time] checking xlocale.h presence... no
  2279. 2367.68 s [unix-time] checking for xlocale.h... no
  2280. 2367.68 s [unix-time] checking for strptime_l... yes
  2281. 2367.68 s [unix-time] checking for timegm... yes
  2282. 2367.68 s [unix-time] checking whether _mkgmtime is declared... no
  2283. 2367.68 s [unix-time] checking for _get_current_locale... no
  2284. 2367.68 s [unix-time] checking for _create_locale... no
  2285. 2367.68 s [unix-time] checking for strtol_l... yes
  2286. 2367.68 s [unix-time] checking for strtoll_l... yes
  2287. 2367.68 s [unix-time] checking for _isspace_l... no
  2288. 2367.68 s [unix-time] checking for _isupper_l... no
  2289. 2367.68 s [unix-time] checking for _isdigit_l... no
  2290. 2367.68 s [unix-time] checking for _isblank_l... no
  2291. 2367.68 s [unix-time] configure: creating ./config.status
  2292. 2367.68 s [unix-time] config.status: creating cbits/config.h
  2293. 2367.68 s [unix-time] Phase: buildPhase
  2294. 2367.68 s [unix-time] Preprocessing library for unix-time-0.4.16..
  2295. 2367.68 s [unix-time] Building library for unix-time-0.4.16..
  2296. 2367.68 s [unix-time] [1 of 5] Compiling Data.UnixTime.Types ( dist/build/Data/UnixTime/Types.hs, dist/build/Data/UnixTime/Types.o, dist/build/Data/UnixTime/Types.dyn_o )
  2297. 2367.68 s [unix-time]
  2298. 2367.68 s [unix-time] Data/UnixTime/Types.hsc:5:1: warning: [-Wunused-imports]
  2299. 2367.68 s [unix-time] The import of ‘Control.Applicative’ is redundant
  2300. 2367.68 s [unix-time] except perhaps to import instances from ‘Control.Applicative’
  2301. 2367.68 s [unix-time] To import instances alone, use: import Control.Applicative()
  2302. 2367.68 s [unix-time] |
  2303. 2367.68 s [unix-time] 5 | import Control.Applicative ((<$>), (<*>))
  2304. 2367.68 s [unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2305. 2367.68 s [unix-time] [2 of 5] Compiling Data.UnixTime.Sys ( dist/build/Data/UnixTime/Sys.hs, dist/build/Data/UnixTime/Sys.o, dist/build/Data/UnixTime/Sys.dyn_o )
  2306. 2367.68 s [unix-time] [3 of 5] Compiling Data.UnixTime.Diff ( Data/UnixTime/Diff.hs, dist/build/Data/UnixTime/Diff.o, dist/build/Data/UnixTime/Diff.dyn_o )
  2307. 2367.68 s [unix-time]
  2308. 2367.68 s [unix-time] Data/UnixTime/Diff.hs:48:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2309. 2367.68 s [unix-time] Rule "Integral->UnixDiffTime" may never fire
  2310. 2367.68 s [unix-time] because ‘fromIntegral’ might inline first
  2311. 2367.68 s [unix-time] Suggested fix:
  2312. 2367.68 s [unix-time] Add an INLINE[n] or NOINLINE[n] pragma for ‘fromIntegral’
  2313. 2367.68 s [unix-time] |
  2314. 2367.68 s [unix-time] 48 | {-# RULES "Integral->UnixDiffTime" fromIntegral = secondsToUnixDiffTime #-}
  2315. 2367.68 s [unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2316. 2367.68 s [unix-time] [4 of 5] Compiling Data.UnixTime.Conv ( Data/UnixTime/Conv.hs, dist/build/Data/UnixTime/Conv.o, dist/build/Data/UnixTime/Conv.dyn_o )
  2317. 2367.68 s [unix-time]
  2318. 2367.68 s [unix-time] Data/UnixTime/Conv.hs:17:1: warning: [-Wunused-imports]
  2319. 2367.68 s [unix-time] The import of ‘Control.Applicative’ is redundant
  2320. 2367.68 s [unix-time] except perhaps to import instances from ‘Control.Applicative’
  2321. 2367.68 s [unix-time] To import instances alone, use: import Control.Applicative()
  2322. 2367.68 s [unix-time] |
  2323. 2367.68 s [unix-time] 17 | import Control.Applicative
  2324. 2367.68 s [unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  2325. 2367.75 s [cryptohash-sha256] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  2326. 2367.75 s [th-expand-syns] | ^^^^...
  2327. 2367.75 s [th-expand-syns]
  2328. 2367.75 s [th-expand-syns] testing/Main.hs:42:6: warning: [GHC-39584]
  2329. 2367.75 s [th-expand-syns] th-expand-syns: WARNING: Type synonym families (and associated type synonyms) are currently not supported (they won't be expanded). Name of unsupported family: Types.TF1
  2330. 2367.75 s [th-expand-syns] |
  2331. 2367.75 s [th-expand-syns] 42 | $(let
  2332. 2367.75 s [th-expand-syns] | ^^^^...
  2333. 2367.75 s [th-expand-syns]
  2334. 2367.75 s [th-expand-syns] testing/Main.hs:48:6: warning: [GHC-39584]
  2335. 2367.75 s [th-expand-syns] th-expand-syns: WARNING: Type synonym families (and associated type synonyms) are currently not supported (they won't be expanded). Name of unsupported family: Types.AT1
  2336. 2367.75 s [th-expand-syns] |
  2337. 2367.75 s [th-expand-syns] 48 | $(mkTest [t| (DF1 Int', TF1 Int', AT1 Int') |]
  2338. 2367.76 s [th-expand-syns] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2339. 2367.76 s [th-expand-syns]
  2340. 2367.76 s [th-expand-syns] testing/Main.hs:48:6: warning: [GHC-39584]
  2341. 2367.76 s [th-expand-syns] th-expand-syns: WARNING: Type synonym families (and associated type synonyms) are currently not supported (they won't be expanded). Name of unsupported family: Types.TF1
  2342. 2367.76 s [th-expand-syns] |
  2343. 2367.76 s [th-expand-syns] 48 | $(mkTest [t| (DF1 Int', TF1 Int', AT1 Int') |]
  2344. 2367.76 s [th-expand-syns] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2345. 2367.76 s [th-expand-syns]
  2346. 2367.76 s [th-expand-syns] testing/Main.hs:66:6: warning: [GHC-39584]
  2347. 2367.76 s [th-expand-syns] No warning about type families should appear after this line.
  2348. 2367.76 s [th-expand-syns] |
  2349. 2367.76 s [th-expand-syns] 66 | $(do
  2350. 2367.76 s [th-expand-syns] | ^^^...
  2351. 2367.76 s [th-expand-syns] [4 of 4] Linking dist/build/test-th-expand-syns/test-th-expand-syns
  2352. 2367.76 s [th-expand-syns] Phase: checkPhase
  2353. 2367.76 s [th-expand-syns] Running 1 test suites...
  2354. 2367.76 s [th-expand-syns] Test suite test-th-expand-syns: RUNNING...
  2355. 2367.76 s [th-expand-syns] Basic test...
  2356. 2367.76 s [th-expand-syns] Ok
  2357. 2367.76 s [th-expand-syns] Variable capture avoidance test...
  2358. 2367.76 s [th-expand-syns] Ok
  2359. 2367.76 s [th-expand-syns] Testing that it doesn't crash on type families (expanding them is not supported yet)
  2360. 2367.76 s [th-expand-syns] Ok
  2361. 2367.76 s [th-expand-syns] Testing that the args of type family applications are handled
  2362. 2367.76 s [th-expand-syns] Ok
  2363. 2367.76 s [th-expand-syns] Higher-kinded synonym
  2364. 2367.76 s [th-expand-syns] Ok
  2365. 2367.76 s [th-expand-syns] Nested
  2366. 2367.76 s [th-expand-syns] Ok
  2367. 2367.76 s [th-expand-syns] Synonyms in kinds
  2368. 2367.76 s [th-expand-syns] Ok
  2369. 2367.76 s [th-expand-syns] Test suite test-th-expand-syns: PASS
  2370. 2367.76 s [th-expand-syns] Test suite logged to:
  2371. 2367.76 s [th-expand-syns] dist/test/th-expand-syns-0.4.12.0-test-th-expand-syns.log
  2372. 2367.76 s [th-expand-syns] 1 of 1 test suites (1 of 1 test cases) passed.
  2373. 2367.76 s [th-expand-syns] Phase: haddockPhase
  2374. 2367.76 s [th-expand-syns] Preprocessing library for th-expand-syns-0.4.12.0..
  2375. 2367.76 s [th-expand-syns] Running Haddock on library for th-expand-syns-0.4.12.0..
  2376. 2367.76 s [th-expand-syns] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  2377. 2367.76 s [th-expand-syns] 81% ( 9 / 11) in 'Language.Haskell.TH.ExpandSyns'
  2378. 2367.76 s [th-expand-syns] Missing documentation for:
  2379. 2367.76 s [th-expand-syns] Module header
  2380. 2367.76 s [th-expand-syns] SynonymExpansionSettings (Language/Haskell/TH/ExpandSyns.hs:31)
  2381. 2367.77 s [unix-time] [5 of 5] Compiling Data.UnixTime ( Data/UnixTime.hs, dist/build/Data/UnixTime.o, dist/build/Data/UnixTime.dyn_o )
  2382. 2367.77 s [unix-time] [1 of 5] Compiling Data.UnixTime.Types ( dist/build/Data/UnixTime/Types.hs, dist/build/Data/UnixTime/Types.p_o )
  2383. 2367.77 s [unix-time]
  2384. 2367.77 s [unix-time] Data/UnixTime/Types.hsc:5:1: warning: [-Wunused-imports]
  2385. 2367.77 s [unix-time] The import of ‘Control.Applicative’ is redundant
  2386. 2367.77 s [unix-time] except perhaps to import instances from ‘Control.Applicative’
  2387. 2367.77 s [unix-time] To import instances alone, use: import Control.Applicative()
  2388. 2367.77 s [unix-time] |
  2389. 2367.77 s [unix-time] 5 | import Control.Applicative ((<$>), (<*>))
  2390. 2367.77 s [unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2391. 2367.77 s [unix-time] [2 of 5] Compiling Data.UnixTime.Sys ( dist/build/Data/UnixTime/Sys.hs, dist/build/Data/UnixTime/Sys.p_o )
  2392. 2367.77 s [unix-time] [3 of 5] Compiling Data.UnixTime.Diff ( Data/UnixTime/Diff.hs, dist/build/Data/UnixTime/Diff.p_o )
  2393. 2367.77 s [unix-time]
  2394. 2367.77 s [unix-time] Data/UnixTime/Diff.hs:48:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2395. 2367.77 s [unix-time] Rule "Integral->UnixDiffTime" may never fire
  2396. 2367.77 s [unix-time] because ‘fromIntegral’ might inline first
  2397. 2367.77 s [unix-time] Suggested fix:
  2398. 2367.77 s [unix-time] Add an INLINE[n] or NOINLINE[n] pragma for ‘fromIntegral’
  2399. 2367.77 s [unix-time] |
  2400. 2367.77 s [unix-time] 48 | {-# RULES "Integral->UnixDiffTime" fromIntegral = secondsToUnixDiffTime #-}
  2401. 2367.77 s [unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2402. 2367.77 s [unix-time] [4 of 5] Compiling Data.UnixTime.Conv ( Data/UnixTime/Conv.hs, dist/build/Data/UnixTime/Conv.p_o )
  2403. 2367.77 s [unix-time]
  2404. 2367.77 s [unix-time] Data/UnixTime/Conv.hs:17:1: warning: [-Wunused-imports]
  2405. 2367.77 s [unix-time] The import of ‘Control.Applicative’ is redundant
  2406. 2367.77 s [unix-time] except perhaps to import instances from ‘Control.Applicative’
  2407. 2367.77 s [unix-time] To import instances alone, use: import Control.Applicative()
  2408. 2367.77 s [unix-time] |
  2409. 2367.77 s [unix-time] 17 | import Control.Applicative
  2410. 2367.78 s [unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  2411. 2367.78 s [unix-time] [5 of 5] Compiling Data.UnixTime ( Data/UnixTime.hs, dist/build/Data/UnixTime.p_o )
  2412. 2367.92 s [transformers-base] Flags chosen: orphaninstances=True
  2413. 2367.92 s [transformers-base] Dependency base >=3 && <4.4 || >=4.5 && <5: using base-4.18.2.0
  2414. 2367.92 s [transformers-base] Dependency base-orphans >=0.3: using base-orphans-0.9.3
  2415. 2367.92 s [transformers-base] Dependency stm >=2.3: using stm-2.5.1.0
  2416. 2367.92 s [transformers-base] Dependency transformers >=0.2: using transformers-0.6.1.0
  2417. 2367.92 s [transformers-base] Dependency transformers-compat >=0.6.1: using transformers-compat-0.7.2
  2418. 2368.09 s [hourglass] Phase: setupCompilerEnvironmentPhase
  2419. 2368.12 s [hourglass] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  2420. 2368.50 s [ChasingBottoms] [ 4 of 10] Compiling Test.ChasingBottoms.IsBottom[boot] ( Test/ChasingBottoms/IsBottom.hs-boot, dist/build/Test/ChasingBottoms/IsBottom.p_o-boot )
  2421. 2368.50 s [ChasingBottoms] [ 5 of 10] Compiling Test.ChasingBottoms.TimeOut ( Test/ChasingBottoms/TimeOut.hs, dist/build/Test/ChasingBottoms/TimeOut.p_o )
  2422. 2368.50 s [ChasingBottoms] [ 6 of 10] Compiling Test.ChasingBottoms.IsBottom ( Test/ChasingBottoms/IsBottom.hs, dist/build/Test/ChasingBottoms/IsBottom.p_o )
  2423. 2368.50 s [ChasingBottoms] [ 7 of 10] Compiling Test.ChasingBottoms.SemanticOrd ( Test/ChasingBottoms/SemanticOrd.hs, dist/build/Test/ChasingBottoms/SemanticOrd.p_o )
  2424. 2368.68 s [cryptohash-sha256] Warning: 'hash' is out of scope.
  2425. 2368.68 s [cryptohash-sha256] If you qualify the identifier, haddock can try to link it anyway.
  2426. 2368.68 s [cryptohash-sha256] Warning: 'hashlazy' is out of scope.
  2427. 2368.68 s [cryptohash-sha256] If you qualify the identifier, haddock can try to link it anyway.
  2428. 2368.68 s [cryptohash-sha256] Warning: 'finalize' is out of scope.
  2429. 2368.68 s [cryptohash-sha256] If you qualify the identifier, haddock can try to link it anyway.
  2430. 2368.94 s [cryptohash-sha256] 100% ( 24 / 24) in 'Crypto.Hash.SHA256'
  2431. 2369.24 s [hourglass] Phase: unpackPhase
  2432. 2369.26 s [hourglass] unpacking source archive /nix/store/5xfn191gpiglz2zzqjbzp40a6nnkiv52-hourglass-0.2.12.tar.gz
  2433. 2369.28 s [cryptohash-sha256]
  2434. 2369.28 s [cryptohash-sha256] src/Crypto/Hash/SHA256.hs:144:19: warning: [GHC-68441] [-Wdeprecations]
  2435. 2369.29 s [cryptohash-sha256] In the use of ‘memcpy’
  2436. 2369.29 s [cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  2437. 2369.29 s [cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  2438. 2369.29 s [cryptohash-sha256] |
  2439. 2369.29 s [hourglass] source root is hourglass-0.2.12
  2440. 2369.29 s [cryptohash-sha256] 144 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
  2441. 2369.29 s [cryptohash-sha256] | ^^^^^^
  2442. 2369.29 s [cryptohash-sha256]
  2443. 2369.30 s [cryptohash-sha256] src/Crypto/Hash/SHA256.hs:336:53: warning: [GHC-68441] [-Wdeprecations]
  2444. 2369.30 s [cryptohash-sha256] In the use of ‘memcpy’
  2445. 2369.30 s [cryptohash-sha256] (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
  2446. 2369.30 s [cryptohash-sha256] Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
  2447. 2369.30 s [cryptohash-sha256] |
  2448. 2369.30 s [cryptohash-sha256] 336 | withByteStringPtr t' $ \tptr' -> memcpy p tptr' 32
  2449. 2369.30 s [cryptohash-sha256] | ^^^^^^
  2450. 2369.47 s [hourglass] setting SOURCE_DATE_EPOCH to timestamp 1535139922 of file "hourglass-0.2.12/hourglass.cabal"
  2451. 2369.47 s [hourglass] Phase: patchPhase
  2452. 2369.50 s [hourglass] Replace Cabal file with edited version from mirror://hackage/hourglass-0.2.12/revision/1.cabal.
  2453. 2369.51 s [hourglass] applying patch /nix/store/8y093s2r95rgc8cpa3269s57dhyvv1bj-hourglass-pr-56.patch
  2454. 2369.53 s [cookie] Dependency base >=4 && <5: using base-4.18.2.0
  2455. 2369.53 s [cookie] Dependency bytestring >=0.10.2: using bytestring-0.11.5.3
  2456. 2369.53 s [cookie] Dependency data-default-class: using data-default-class-0.1.2.2
  2457. 2369.53 s [cookie] Dependency deepseq: using deepseq-1.4.8.1
  2458. 2369.53 s [cookie] Dependency text >=1.1: using text-2.0.2
  2459. 2369.53 s [cookie] Dependency time >=1.5: using time-1.12.2
  2460. 2369.53 s [cookie] Dependency HUnit: using HUnit-1.6.2.0
  2461. 2369.53 s [cookie] Dependency QuickCheck: using QuickCheck-2.14.3
  2462. 2369.53 s [cookie] Dependency base: using base-4.18.2.0
  2463. 2369.53 s [cookie] Dependency bytestring >=0.10.2: using bytestring-0.11.5.3
  2464. 2369.53 s [cookie] Dependency cookie: using cookie-0.5.1
  2465. 2369.53 s [cookie] Dependency tasty: using tasty-1.5.3
  2466. 2369.53 s [cookie] Dependency tasty-hunit: using tasty-hunit-0.10.2
  2467. 2369.53 s [cookie] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  2468. 2369.53 s [cookie] Dependency text >=1.1: using text-2.0.2
  2469. 2369.53 s [cookie] Dependency time >=1.5: using time-1.12.2
  2470. 2369.53 s [hashable] Flags chosen: arch-native=False, integer-gmp=True, random-initial-seed=False
  2471. 2369.53 s [hashable] Dependency base: using base-4.18.2.0
  2472. 2369.53 s [hashable] Dependency bytestring: using bytestring-0.11.5.3
  2473. 2369.53 s [hashable] Dependency containers: using containers-0.6.7
  2474. 2369.53 s [hashable] Dependency deepseq: using deepseq-1.4.8.1
  2475. 2369.53 s [hashable] Dependency filepath >=1.4.1.2 && <1.6: using filepath-1.4.200.1
  2476. 2369.53 s [hashable] Dependency ghc-bignum >=1.0 && <1.4: using ghc-bignum-1.3
  2477. 2369.53 s [hashable] Dependency ghc-prim: using ghc-prim-0.10.0
  2478. 2369.53 s [hashable] Dependency os-string >=2.0.2: using os-string-2.0.7
  2479. 2369.53 s [hashable] Dependency text: using text-2.0.2
  2480. 2369.53 s [hashable] Dependency HUnit: using HUnit-1.6.2.0
  2481. 2369.53 s [hashable] Dependency QuickCheck: using QuickCheck-2.14.3
  2482. 2369.53 s [hashable] Dependency base: using base-4.18.2.0
  2483. 2369.53 s [hashable] Dependency bytestring: using bytestring-0.11.5.3
  2484. 2369.53 s [hashable] Dependency filepath: using filepath-1.4.200.1
  2485. 2369.53 s [hashable] Dependency ghc-prim: using ghc-prim-0.10.0
  2486. 2369.53 s [hashable] Dependency hashable: using hashable-1.4.7.0
  2487. 2369.53 s [hashable] Dependency os-string: using os-string-2.0.7
  2488. 2369.53 s [hashable] Dependency random: using random-1.2.1.3
  2489. 2369.53 s [hashable] Dependency tasty: using tasty-1.5.3
  2490. 2369.53 s [hashable] Dependency tasty-hunit: using tasty-hunit-0.10.2
  2491. 2369.53 s [hashable] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  2492. 2369.53 s [hashable] Dependency text: using text-2.0.2
  2493. 2369.53 s [hashable] Dependency unix: using unix-2.8.4.0
  2494. 2369.53 s [hashable] Dependency base: using base-4.18.2.0
  2495. 2369.53 s [hashable] Dependency bytestring: using bytestring-0.11.5.3
  2496. 2369.53 s [hashable] Dependency primitive: using primitive-0.9.1.0
  2497. 2369.53 s [hashable] Dependency tasty: using tasty-1.5.3
  2498. 2369.53 s [hashable] Dependency tasty-hunit: using tasty-hunit-0.10.2
  2499. 2369.53 s [hashable] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  2500. 2369.53 s [hashable] Dependency base: using base-4.18.2.0
  2501. 2369.53 s [hashable] Dependency ghc-prim: using ghc-prim-0.10.0
  2502. 2369.53 s [hashable] Dependency hashable: using hashable-1.4.7.0
  2503. 2369.55 s [hourglass] patching file tests/Tests.hs
  2504. 2369.55 s [hourglass] Run jailbreak-cabal to lift version restrictions on build inputs.
  2505. 2369.62 s [hourglass] Phase: compileBuildDriverPhase
  2506. 2369.64 s [hourglass] setupCompileFlags: -package-db=/build/tmp.EiJDW3SWy6/setup-package.conf.d -threaded
  2507. 2369.79 s [transformers-base] Source component graph: component lib
  2508. 2369.79 s [transformers-base] Configured component graph:
  2509. 2369.79 s [transformers-base] component transformers-base-0.4.6-5k145cGgioO865g11CxlME
  2510. 2369.79 s [transformers-base] include base-4.18.2.0
  2511. 2369.79 s [transformers-base] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  2512. 2369.79 s [transformers-base] include stm-2.5.1.0
  2513. 2369.79 s [transformers-base] include transformers-0.6.1.0
  2514. 2369.79 s [transformers-base] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  2515. 2369.79 s [transformers-base] Linked component graph:
  2516. 2369.79 s [transformers-base] unit transformers-base-0.4.6-5k145cGgioO865g11CxlME
  2517. 2369.79 s [transformers-base] include base-4.18.2.0
  2518. 2369.79 s [transformers-base] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  2519. 2369.79 s [transformers-base] include stm-2.5.1.0
  2520. 2369.79 s [transformers-base] include transformers-0.6.1.0
  2521. 2369.79 s [transformers-base] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  2522. 2369.79 s [transformers-base] Control.Monad.Base=transformers-base-0.4.6-5k145cGgioO865g11CxlME:Control.Monad.Base
  2523. 2369.79 s [transformers-base] Ready component graph:
  2524. 2369.79 s [transformers-base] definite transformers-base-0.4.6-5k145cGgioO865g11CxlME
  2525. 2369.79 s [transformers-base] depends base-4.18.2.0
  2526. 2369.79 s [transformers-base] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  2527. 2369.79 s [transformers-base] depends stm-2.5.1.0
  2528. 2369.79 s [transformers-base] depends transformers-0.6.1.0
  2529. 2369.79 s [transformers-base] depends transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  2530. 2369.79 s [transformers-base] Using Cabal-3.10.1.0 compiled by ghc-9.6
  2531. 2369.79 s [transformers-base] Using compiler: ghc-9.6.4
  2532. 2369.79 s [transformers-base] Using install prefix:
  2533. 2369.79 s [transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6
  2534. 2369.79 s [transformers-base] Executables installed in:
  2535. 2369.79 s [transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/bin
  2536. 2369.79 s [transformers-base] Libraries installed in:
  2537. 2369.79 s [transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/transformers-base-0.4.6-5k145cGgioO865g11CxlME
  2538. 2369.79 s [transformers-base] Dynamic Libraries installed in:
  2539. 2369.79 s [transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  2540. 2369.79 s [transformers-base] Private executables installed in:
  2541. 2369.79 s [transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/libexec/x86_64-linux-ghc-9.6.4/transformers-base-0.4.6
  2542. 2369.79 s [transformers-base] Data files installed in:
  2543. 2369.79 s [transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/share/x86_64-linux-ghc-9.6.4/transformers-base-0.4.6
  2544. 2369.79 s [transformers-base] Documentation installed in:
  2545. 2369.79 s [transformers-base] /nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc/share/doc/transformers-base-0.4.6
  2546. 2369.79 s [transformers-base] Configuration files installed in:
  2547. 2369.80 s [transformers-base] /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/etc
  2548. 2369.80 s [transformers-base] No alex found
  2549. 2369.80 s [transformers-base] Using ar found on system at:
  2550. 2369.80 s [transformers-base] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  2551. 2369.80 s [transformers-base] No c2hs found
  2552. 2369.80 s [transformers-base] No cpphs found
  2553. 2369.80 s [transformers-base] No doctest found
  2554. 2369.80 s [transformers-base] Using gcc version 14.3.0 given by user at:
  2555. 2369.80 s [transformers-base] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  2556. 2369.80 s [transformers-base] Using ghc version 9.6.4 found on system at:
  2557. 2369.80 s [transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  2558. 2369.80 s [transformers-base] Using ghc-pkg version 9.6.4 found on system at:
  2559. 2369.80 s [transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  2560. 2369.80 s [transformers-base] No ghcjs found
  2561. 2369.80 s [transformers-base] No ghcjs-pkg found
  2562. 2369.80 s [transformers-base] No greencard found
  2563. 2369.80 s [transformers-base] Using haddock version 2.29.2 found on system at:
  2564. 2369.80 s [transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  2565. 2369.80 s [transformers-base] No happy found
  2566. 2369.80 s [transformers-base] Using haskell-suite found on system at: haskell-suite-dummy-location
  2567. 2369.80 s [transformers-base] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2568. 2369.80 s [transformers-base] No hmake found
  2569. 2369.80 s [transformers-base] Using hpc version 0.68 found on system at:
  2570. 2369.80 s [transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  2571. 2369.80 s [transformers-base] Using hsc2hs version 0.68.9 found on system at:
  2572. 2369.80 s [transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  2573. 2369.80 s [transformers-base] Using hscolour version 1.25 found on system at:
  2574. 2369.80 s [transformers-base] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  2575. 2369.80 s [transformers-base] No jhc found
  2576. 2369.80 s [transformers-base] Using ld found on system at:
  2577. 2369.80 s [transformers-base] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  2578. 2369.80 s [transformers-base] No pkg-config found
  2579. 2369.80 s [transformers-base] Using runghc version 9.6.4 found on system at:
  2580. 2369.80 s [transformers-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  2581. 2369.80 s [transformers-base] Using strip version 2.44 found on system at:
  2582. 2369.80 s [transformers-base] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  2583. 2369.80 s [transformers-base] Using tar found on system at:
  2584. 2369.80 s [transformers-base] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  2585. 2369.80 s [transformers-base] No uhc found
  2586. 2370.22 s [doctest] Flags chosen: cabal-doctest=False
  2587. 2370.22 s [doctest] Dependency base >=4.7 && <5: using base-4.18.2.0
  2588. 2370.22 s [doctest] Dependency code-page >=0.1: using code-page-0.2.1
  2589. 2370.22 s [doctest] Dependency containers: using containers-0.6.7
  2590. 2370.22 s [doctest] Dependency deepseq: using deepseq-1.4.8.1
  2591. 2370.22 s [doctest] Dependency directory: using directory-1.3.8.1
  2592. 2370.22 s [doctest] Dependency exceptions: using exceptions-0.10.7
  2593. 2370.22 s [doctest] Dependency filepath: using filepath-1.4.200.1
  2594. 2370.22 s [doctest] Dependency ghc >=8.0 && <9.12: using ghc-9.6.4
  2595. 2370.22 s [doctest] Dependency ghc-paths >=0.1.0.9: using ghc-paths-0.1.0.12
  2596. 2370.22 s [doctest] Dependency process: using process-1.6.17.0
  2597. 2370.22 s [doctest] Dependency syb >=0.3: using syb-0.7.2.4
  2598. 2370.22 s [doctest] Dependency transformers: using transformers-0.6.1.0
  2599. 2370.22 s [doctest] Dependency base >=4.7 && <5: using base-4.18.2.0
  2600. 2370.22 s [doctest] Dependency doctest: using doctest-0.22.6
  2601. 2370.22 s [doctest] Dependency HUnit: using HUnit-1.6.2.0
  2602. 2370.22 s [doctest] Dependency QuickCheck >=2.13.1: using QuickCheck-2.14.3
  2603. 2370.22 s [doctest] Dependency base >=4.7 && <5: using base-4.18.2.0
  2604. 2370.22 s [doctest] Dependency code-page >=0.1: using code-page-0.2.1
  2605. 2370.22 s [doctest] Dependency containers: using containers-0.6.7
  2606. 2370.22 s [doctest] Dependency deepseq: using deepseq-1.4.8.1
  2607. 2370.22 s [doctest] Dependency directory: using directory-1.3.8.1
  2608. 2370.22 s [doctest] Dependency exceptions: using exceptions-0.10.7
  2609. 2370.22 s [doctest] Dependency filepath: using filepath-1.4.200.1
  2610. 2370.22 s [doctest] Dependency ghc >=8.0 && <9.12: using ghc-9.6.4
  2611. 2370.22 s [doctest] Dependency ghc-paths >=0.1.0.9: using ghc-paths-0.1.0.12
  2612. 2370.22 s [doctest] Dependency hspec >=2.3.0: using hspec-2.11.12
  2613. 2370.22 s [doctest] Dependency hspec-core >=2.3.0: using hspec-core-2.11.12
  2614. 2370.22 s [doctest] Dependency mockery: using mockery-0.3.5
  2615. 2370.22 s [doctest] Dependency process: using process-1.6.17.0
  2616. 2370.22 s [doctest] Dependency silently >=1.2.4: using silently-1.2.5.4
  2617. 2370.22 s [doctest] Dependency stringbuilder >=0.4: using stringbuilder-0.5.1
  2618. 2370.22 s [doctest] Dependency syb >=0.3: using syb-0.7.2.4
  2619. 2370.22 s [doctest] Dependency transformers: using transformers-0.6.1.0
  2620. 2370.42 s [hourglass] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.EiJDW3SWy6/Main.o )
  2621. 2370.43 s [transformers-base] Phase: buildPhase
  2622. 2370.89 s [transformers-base] Preprocessing library for transformers-base-0.4.6..
  2623. 2370.91 s [transformers-base] Building library for transformers-base-0.4.6..
  2624. 2370.97 s [cookie] Source component graph:
  2625. 2370.97 s [cookie] component lib
  2626. 2370.97 s [cookie] component test:test dependency lib
  2627. 2370.97 s [cookie] Configured component graph:
  2628. 2370.97 s [cookie] component cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
  2629. 2370.97 s [cookie] include base-4.18.2.0
  2630. 2370.97 s [cookie] include bytestring-0.11.5.3
  2631. 2370.97 s [cookie] include data-default-class-0.1.2.2-61xIcN6ddrM8AYp6zXOUp8
  2632. 2370.97 s [cookie] include deepseq-1.4.8.1
  2633. 2370.97 s [cookie] include text-2.0.2
  2634. 2370.97 s [cookie] include time-1.12.2
  2635. 2370.97 s [cookie] component cookie-0.5.1-72HQByRsPBI7HKlfOLI8Mp-test
  2636. 2370.97 s [cookie] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  2637. 2370.97 s [cookie] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  2638. 2370.97 s [cookie] include base-4.18.2.0
  2639. 2370.97 s [cookie] include bytestring-0.11.5.3
  2640. 2370.97 s [cookie] include cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
  2641. 2370.97 s [cookie] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  2642. 2370.97 s [cookie] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  2643. 2370.97 s [cookie] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  2644. 2370.97 s [cookie] include text-2.0.2
  2645. 2370.97 s [cookie] include time-1.12.2
  2646. 2370.97 s [cookie] Linked component graph:
  2647. 2370.97 s [cookie] unit cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
  2648. 2370.97 s [cookie] include base-4.18.2.0
  2649. 2370.97 s [cookie] include bytestring-0.11.5.3
  2650. 2370.97 s [cookie] include data-default-class-0.1.2.2-61xIcN6ddrM8AYp6zXOUp8
  2651. 2370.97 s [cookie] include deepseq-1.4.8.1
  2652. 2370.97 s [cookie] include text-2.0.2
  2653. 2370.97 s [cookie] include time-1.12.2
  2654. 2370.97 s [cookie] Web.Cookie=cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf:Web.Cookie
  2655. 2370.97 s [cookie] unit cookie-0.5.1-72HQByRsPBI7HKlfOLI8Mp-test
  2656. 2370.97 s [cookie] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  2657. 2370.97 s [cookie] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  2658. 2370.97 s [cookie] include base-4.18.2.0
  2659. 2370.97 s [cookie] include bytestring-0.11.5.3
  2660. 2370.97 s [cookie] include cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
  2661. 2370.97 s [cookie] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  2662. 2370.97 s [cookie] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  2663. 2370.97 s [cookie] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  2664. 2370.97 s [cookie] include text-2.0.2
  2665. 2370.97 s [cookie] include time-1.12.2
  2666. 2370.97 s [cookie] Ready component graph:
  2667. 2370.97 s [cookie] definite cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
  2668. 2370.97 s [cookie] depends base-4.18.2.0
  2669. 2370.97 s [cookie] depends bytestring-0.11.5.3
  2670. 2370.97 s [cookie] depends data-default-class-0.1.2.2-61xIcN6ddrM8AYp6zXOUp8
  2671. 2370.97 s [cookie] depends deepseq-1.4.8.1
  2672. 2370.97 s [cookie] depends text-2.0.2
  2673. 2370.97 s [cookie] depends time-1.12.2
  2674. 2370.97 s [cookie] definite cookie-0.5.1-72HQByRsPBI7HKlfOLI8Mp-test
  2675. 2370.97 s [cookie] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  2676. 2370.97 s [cookie] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  2677. 2370.97 s [cookie] depends base-4.18.2.0
  2678. 2370.97 s [cookie] depends bytestring-0.11.5.3
  2679. 2370.97 s [cookie] depends cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
  2680. 2370.97 s [cookie] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  2681. 2370.97 s [cookie] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  2682. 2370.97 s [cookie] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  2683. 2370.97 s [cookie] depends text-2.0.2
  2684. 2370.97 s [cookie] depends time-1.12.2
  2685. 2370.97 s [cookie] Using Cabal-3.10.1.0 compiled by ghc-9.6
  2686. 2370.97 s [cookie] Using compiler: ghc-9.6.4
  2687. 2370.97 s [cookie] Using install prefix: /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1
  2688. 2370.97 s [cookie] Executables installed in:
  2689. 2370.97 s [cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/bin
  2690. 2370.98 s [cookie] Libraries installed in:
  2691. 2370.98 s [cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
  2692. 2370.98 s [cookie] Dynamic Libraries installed in:
  2693. 2370.98 s [cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  2694. 2370.98 s [cookie] Private executables installed in:
  2695. 2370.98 s [cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/libexec/x86_64-linux-ghc-9.6.4/cookie-0.5.1
  2696. 2370.98 s [cookie] Data files installed in:
  2697. 2370.98 s [cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/share/x86_64-linux-ghc-9.6.4/cookie-0.5.1
  2698. 2370.98 s [cookie] Documentation installed in:
  2699. 2370.98 s [cookie] /nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc/share/doc/cookie-0.5.1
  2700. 2370.98 s [cookie] Configuration files installed in:
  2701. 2370.98 s [cookie] /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/etc
  2702. 2370.98 s [cookie] No alex found
  2703. 2370.98 s [cookie] Using ar found on system at:
  2704. 2370.98 s [cookie] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  2705. 2370.98 s [cookie] No c2hs found
  2706. 2370.98 s [cookie] No cpphs found
  2707. 2370.98 s [cookie] No doctest found
  2708. 2370.98 s [cookie] Using gcc version 14.3.0 given by user at:
  2709. 2370.98 s [cookie] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  2710. 2370.98 s [cookie] Using ghc version 9.6.4 found on system at:
  2711. 2370.98 s [cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  2712. 2370.98 s [cookie] Using ghc-pkg version 9.6.4 found on system at:
  2713. 2370.98 s [cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  2714. 2370.98 s [cookie] No ghcjs found
  2715. 2370.98 s [cookie] No ghcjs-pkg found
  2716. 2370.98 s [cookie] No greencard found
  2717. 2370.98 s [cookie] Using haddock version 2.29.2 found on system at:
  2718. 2370.98 s [cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  2719. 2370.98 s [cookie] No happy found
  2720. 2370.98 s [cookie] Using haskell-suite found on system at: haskell-suite-dummy-location
  2721. 2370.98 s [cookie] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2722. 2370.98 s [cookie] No hmake found
  2723. 2370.98 s [cookie] Using hpc version 0.68 found on system at:
  2724. 2370.98 s [cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  2725. 2370.98 s [cookie] Using hsc2hs version 0.68.9 found on system at:
  2726. 2370.98 s [cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  2727. 2370.98 s [cookie] Using hscolour version 1.25 found on system at:
  2728. 2370.98 s [cookie] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  2729. 2370.98 s [cookie] No jhc found
  2730. 2370.98 s [cookie] Using ld found on system at:
  2731. 2370.98 s [cookie] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  2732. 2370.98 s [cookie] No pkg-config found
  2733. 2370.98 s [cookie] Using runghc version 9.6.4 found on system at:
  2734. 2370.98 s [cookie] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  2735. 2370.98 s [cookie] Using strip version 2.44 found on system at:
  2736. 2370.98 s [cookie] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  2737. 2370.98 s [cookie] Using tar found on system at:
  2738. 2370.98 s [cookie] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  2739. 2370.98 s [cookie] No uhc found
  2740. 2371.03 s [hourglass] [2 of 2] Linking Setup
  2741. 2371.21 s [hashable] Source component graph:
  2742. 2371.22 s [hashable] component test:xxhash-tests
  2743. 2371.22 s [hashable] component lib
  2744. 2371.22 s [hashable] component test:hashable-examples dependency lib
  2745. 2371.22 s [hashable] component test:hashable-tests dependency lib
  2746. 2371.22 s [hashable] Configured component graph:
  2747. 2371.22 s [hashable] component hashable-1.4.7.0-5Rn2TQeZPIdHIBerJuCNAR-xxhash-tests
  2748. 2371.22 s [hashable] include base-4.18.2.0
  2749. 2371.22 s [hashable] include bytestring-0.11.5.3
  2750. 2371.22 s [hashable] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  2751. 2371.22 s [hashable] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  2752. 2371.22 s [hashable] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  2753. 2371.22 s [hashable] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  2754. 2371.22 s [hashable] component hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  2755. 2371.22 s [hashable] include base-4.18.2.0
  2756. 2371.22 s [hashable] include bytestring-0.11.5.3
  2757. 2371.22 s [hashable] include containers-0.6.7
  2758. 2371.22 s [hashable] include deepseq-1.4.8.1
  2759. 2371.22 s [hashable] include filepath-1.4.200.1
  2760. 2371.22 s [hashable] include ghc-bignum-1.3
  2761. 2371.22 s [hashable] include ghc-prim-0.10.0
  2762. 2371.22 s [hashable] include os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
  2763. 2371.22 s [hashable] include text-2.0.2
  2764. 2371.22 s [hashable] component hashable-1.4.7.0-55OqdJUgye8E1wuPdZsflu-hashable-examples
  2765. 2371.22 s [hashable] include base-4.18.2.0
  2766. 2371.22 s [hashable] include ghc-prim-0.10.0
  2767. 2371.22 s [hashable] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  2768. 2371.22 s [hashable] component hashable-1.4.7.0-EmJMh5ycfa0LMfb2B1JXGp-hashable-tests
  2769. 2371.22 s [hashable] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  2770. 2371.22 s [hashable] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  2771. 2371.22 s [hashable] include base-4.18.2.0
  2772. 2371.22 s [hashable] include bytestring-0.11.5.3
  2773. 2371.22 s [hashable] include filepath-1.4.200.1
  2774. 2371.22 s [hashable] include ghc-prim-0.10.0
  2775. 2371.22 s [hashable] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  2776. 2371.22 s [hashable] include os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
  2777. 2371.22 s [hashable] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  2778. 2371.22 s [hashable] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  2779. 2371.22 s [hashable] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  2780. 2371.22 s [hashable] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  2781. 2371.22 s [hashable] include text-2.0.2
  2782. 2371.22 s [hashable] include unix-2.8.4.0
  2783. 2371.22 s [hashable] Linked component graph:
  2784. 2371.22 s [hashable] unit hashable-1.4.7.0-5Rn2TQeZPIdHIBerJuCNAR-xxhash-tests
  2785. 2371.22 s [hashable] include base-4.18.2.0
  2786. 2371.22 s [hashable] include bytestring-0.11.5.3
  2787. 2371.22 s [hashable] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  2788. 2371.22 s [hashable] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  2789. 2371.22 s [hashable] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  2790. 2371.22 s [hashable] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  2791. 2371.22 s [hashable] unit hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  2792. 2371.22 s [hashable] include base-4.18.2.0
  2793. 2371.22 s [hashable] include bytestring-0.11.5.3
  2794. 2371.22 s [hashable] include containers-0.6.7
  2795. 2371.22 s [hashable] include deepseq-1.4.8.1
  2796. 2371.22 s [hashable] include filepath-1.4.200.1
  2797. 2371.22 s [hashable] include ghc-bignum-1.3
  2798. 2371.22 s [hashable] include ghc-prim-0.10.0
  2799. 2371.22 s [hashable] include os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
  2800. 2371.22 s [hashable] include text-2.0.2
  2801. 2371.22 s [hashable] Data.Hashable=hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts:Data.Hashable,Data.Hashable.Generic=hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts:Data.Hashable.Generic,Data.Hashable.Lifted=hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts:Data.Hashable.Lifted
  2802. 2371.22 s [hashable] unit hashable-1.4.7.0-55OqdJUgye8E1wuPdZsflu-hashable-examples
  2803. 2371.22 s [hashable] include base-4.18.2.0
  2804. 2371.22 s [hashable] include ghc-prim-0.10.0
  2805. 2371.22 s [hashable] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  2806. 2371.22 s [hashable] unit hashable-1.4.7.0-EmJMh5ycfa0LMfb2B1JXGp-hashable-tests
  2807. 2371.22 s [hashable] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  2808. 2371.22 s [hashable] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  2809. 2371.22 s [hashable] include base-4.18.2.0
  2810. 2371.22 s [hashable] include bytestring-0.11.5.3
  2811. 2371.22 s [hashable] include filepath-1.4.200.1
  2812. 2371.23 s [hashable] include ghc-prim-0.10.0
  2813. 2371.23 s [hashable] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  2814. 2371.23 s [hashable] include os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
  2815. 2371.23 s [hashable] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  2816. 2371.23 s [hashable] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  2817. 2371.23 s [hashable] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  2818. 2371.23 s [hashable] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  2819. 2371.23 s [hashable] include text-2.0.2
  2820. 2371.23 s [hashable] include unix-2.8.4.0
  2821. 2371.23 s [hashable] Ready component graph:
  2822. 2371.23 s [hashable] definite hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  2823. 2371.23 s [hashable] depends base-4.18.2.0
  2824. 2371.23 s [hashable] depends bytestring-0.11.5.3
  2825. 2371.23 s [hashable] depends containers-0.6.7
  2826. 2371.23 s [hashable] depends deepseq-1.4.8.1
  2827. 2371.23 s [hashable] depends filepath-1.4.200.1
  2828. 2371.23 s [hashable] depends ghc-bignum-1.3
  2829. 2371.23 s [hashable] depends ghc-prim-0.10.0
  2830. 2371.23 s [hashable] depends os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
  2831. 2371.23 s [hashable] depends text-2.0.2
  2832. 2371.23 s [hashable] definite hashable-1.4.7.0-EmJMh5ycfa0LMfb2B1JXGp-hashable-tests
  2833. 2371.23 s [hashable] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  2834. 2371.23 s [hashable] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  2835. 2371.23 s [hashable] depends base-4.18.2.0
  2836. 2371.23 s [hashable] depends bytestring-0.11.5.3
  2837. 2371.23 s [hashable] depends filepath-1.4.200.1
  2838. 2371.23 s [hashable] depends ghc-prim-0.10.0
  2839. 2371.23 s [hashable] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  2840. 2371.23 s [hashable] depends os-string-2.0.7-LtBaKhPh3WgCQJe4sEJdsb
  2841. 2371.23 s [hashable] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  2842. 2371.23 s [hashable] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  2843. 2371.23 s [hashable] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  2844. 2371.23 s [hashable] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  2845. 2371.23 s [hashable] depends text-2.0.2
  2846. 2371.23 s [hashable] depends unix-2.8.4.0
  2847. 2371.23 s [hashable] definite hashable-1.4.7.0-5Rn2TQeZPIdHIBerJuCNAR-xxhash-tests
  2848. 2371.23 s [hashable] depends base-4.18.2.0
  2849. 2371.23 s [hashable] depends bytestring-0.11.5.3
  2850. 2371.23 s [hashable] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  2851. 2371.23 s [hashable] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  2852. 2371.23 s [hashable] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  2853. 2371.23 s [hashable] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  2854. 2371.23 s [hashable] definite hashable-1.4.7.0-55OqdJUgye8E1wuPdZsflu-hashable-examples
  2855. 2371.23 s [hashable] depends base-4.18.2.0
  2856. 2371.23 s [hashable] depends ghc-prim-0.10.0
  2857. 2371.23 s [hashable] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  2858. 2371.23 s [hashable] Using Cabal-3.10.1.0 compiled by ghc-9.6
  2859. 2371.23 s [hashable] Using compiler: ghc-9.6.4
  2860. 2371.23 s [hashable] Using install prefix:
  2861. 2371.23 s [hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0
  2862. 2371.23 s [hashable] Executables installed in:
  2863. 2371.23 s [hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/bin
  2864. 2371.23 s [hashable] Libraries installed in:
  2865. 2371.23 s [hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  2866. 2371.23 s [hashable] Dynamic Libraries installed in:
  2867. 2371.23 s [hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  2868. 2371.23 s [hashable] Private executables installed in:
  2869. 2371.23 s [hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/libexec/x86_64-linux-ghc-9.6.4/hashable-1.4.7.0
  2870. 2371.23 s [hashable] Data files installed in:
  2871. 2371.23 s [hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/share/x86_64-linux-ghc-9.6.4/hashable-1.4.7.0
  2872. 2371.23 s [hashable] Documentation installed in:
  2873. 2371.23 s [hashable] /nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc/share/doc/hashable-1.4.7.0
  2874. 2371.23 s [hashable] Configuration files installed in:
  2875. 2371.23 s [hashable] /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/etc
  2876. 2371.23 s [hashable] No alex found
  2877. 2371.23 s [hashable] Using ar found on system at:
  2878. 2371.23 s [hashable] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  2879. 2371.23 s [hashable] No c2hs found
  2880. 2371.23 s [hashable] No cpphs found
  2881. 2371.23 s [hashable] No doctest found
  2882. 2371.23 s [hashable] Using gcc version 14.3.0 given by user at:
  2883. 2371.23 s [hashable] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  2884. 2371.23 s [hashable] Using ghc version 9.6.4 found on system at:
  2885. 2371.23 s [hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  2886. 2371.23 s [hashable] Using ghc-pkg version 9.6.4 found on system at:
  2887. 2371.23 s [hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  2888. 2371.23 s [hashable] No ghcjs found
  2889. 2371.23 s [hashable] No ghcjs-pkg found
  2890. 2371.23 s [hashable] No greencard found
  2891. 2371.23 s [hashable] Using haddock version 2.29.2 found on system at:
  2892. 2371.23 s [hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  2893. 2371.23 s [hashable] No happy found
  2894. 2371.23 s [hashable] Using haskell-suite found on system at: haskell-suite-dummy-location
  2895. 2371.23 s [hashable] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2896. 2371.23 s [hashable] No hmake found
  2897. 2371.24 s [hashable] Using hpc version 0.68 found on system at:
  2898. 2371.24 s [hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  2899. 2371.24 s [hashable] Using hsc2hs version 0.68.9 found on system at:
  2900. 2371.24 s [hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  2901. 2371.24 s [hashable] Using hscolour version 1.25 found on system at:
  2902. 2371.24 s [hashable] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  2903. 2371.24 s [hashable] No jhc found
  2904. 2371.24 s [hashable] Using ld found on system at:
  2905. 2371.24 s [hashable] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  2906. 2371.24 s [hashable] No pkg-config found
  2907. 2371.24 s [hashable] Using runghc version 9.6.4 found on system at:
  2908. 2371.24 s [hashable] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  2909. 2371.24 s [hashable] Using strip version 2.44 found on system at:
  2910. 2371.24 s [hashable] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  2911. 2371.24 s [hashable] Using tar found on system at:
  2912. 2371.24 s [hashable] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  2913. 2371.24 s [hashable] No uhc found
  2914. 2371.81 s [cookie] Phase: buildPhase
  2915. 2371.86 s [doctest] Source component graph:
  2916. 2371.86 s [doctest] component test:spec
  2917. 2371.86 s [doctest] component lib
  2918. 2371.86 s [doctest] component exe:doctest dependency lib
  2919. 2371.86 s [doctest] Configured component graph:
  2920. 2371.86 s [doctest] component doctest-0.22.6-9H9i9KEuaREDVGdB9Cj6h8-spec
  2921. 2371.86 s [doctest] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  2922. 2371.86 s [doctest] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  2923. 2371.86 s [doctest] include base-4.18.2.0
  2924. 2371.86 s [doctest] include code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
  2925. 2371.86 s [doctest] include containers-0.6.7
  2926. 2371.86 s [doctest] include deepseq-1.4.8.1
  2927. 2371.86 s [doctest] include directory-1.3.8.1
  2928. 2371.86 s [doctest] include exceptions-0.10.7
  2929. 2371.86 s [doctest] include filepath-1.4.200.1
  2930. 2371.86 s [doctest] include ghc-9.6.4
  2931. 2371.86 s [doctest] include ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
  2932. 2371.86 s [doctest] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  2933. 2371.86 s [doctest] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  2934. 2371.86 s [doctest] include mockery-0.3.5-GyA2Ju7XgkZEYf99Dd5tsS
  2935. 2371.86 s [doctest] include process-1.6.17.0
  2936. 2371.86 s [doctest] include silently-1.2.5.4-77qEZpjXPT03ICfLJTYs0b
  2937. 2371.86 s [doctest] include stringbuilder-0.5.1-CnQK9Z884Cn7KxKMfy7oUg
  2938. 2371.86 s [doctest] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  2939. 2371.86 s [doctest] include transformers-0.6.1.0
  2940. 2371.86 s [doctest] component doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
  2941. 2371.86 s [doctest] include base-4.18.2.0
  2942. 2371.86 s [doctest] include code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
  2943. 2371.86 s [doctest] include containers-0.6.7
  2944. 2371.86 s [doctest] include deepseq-1.4.8.1
  2945. 2371.86 s [doctest] include directory-1.3.8.1
  2946. 2371.86 s [doctest] include exceptions-0.10.7
  2947. 2371.86 s [doctest] include filepath-1.4.200.1
  2948. 2371.86 s [doctest] include ghc-9.6.4
  2949. 2371.86 s [doctest] include ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
  2950. 2371.86 s [doctest] include process-1.6.17.0
  2951. 2371.86 s [doctest] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  2952. 2371.86 s [doctest] include transformers-0.6.1.0
  2953. 2371.86 s [doctest] component doctest-0.22.6-9xLUDOh4VXD14ZvzZfQMox-doctest
  2954. 2371.86 s [doctest] include base-4.18.2.0
  2955. 2371.86 s [doctest] include doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
  2956. 2371.86 s [doctest] Linked component graph:
  2957. 2371.86 s [doctest] unit doctest-0.22.6-9H9i9KEuaREDVGdB9Cj6h8-spec
  2958. 2371.86 s [doctest] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  2959. 2371.86 s [doctest] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  2960. 2371.86 s [doctest] include base-4.18.2.0
  2961. 2371.86 s [doctest] include code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
  2962. 2371.86 s [doctest] include containers-0.6.7
  2963. 2371.86 s [doctest] include deepseq-1.4.8.1
  2964. 2371.86 s [doctest] include directory-1.3.8.1
  2965. 2371.86 s [doctest] include exceptions-0.10.7
  2966. 2371.86 s [doctest] include filepath-1.4.200.1
  2967. 2371.86 s [doctest] include ghc-9.6.4
  2968. 2371.86 s [doctest] include ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
  2969. 2371.86 s [doctest] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  2970. 2371.86 s [doctest] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  2971. 2371.86 s [doctest] include mockery-0.3.5-GyA2Ju7XgkZEYf99Dd5tsS
  2972. 2371.86 s [doctest] include process-1.6.17.0
  2973. 2371.86 s [doctest] include silently-1.2.5.4-77qEZpjXPT03ICfLJTYs0b
  2974. 2371.86 s [doctest] include stringbuilder-0.5.1-CnQK9Z884Cn7KxKMfy7oUg
  2975. 2371.86 s [doctest] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  2976. 2371.86 s [doctest] include transformers-0.6.1.0
  2977. 2371.86 s [doctest] unit doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
  2978. 2371.86 s [doctest] include base-4.18.2.0
  2979. 2371.86 s [doctest] include code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
  2980. 2371.86 s [doctest] include containers-0.6.7
  2981. 2371.86 s [doctest] include deepseq-1.4.8.1
  2982. 2371.86 s [doctest] include directory-1.3.8.1
  2983. 2371.86 s [doctest] include exceptions-0.10.7
  2984. 2371.86 s [doctest] include filepath-1.4.200.1
  2985. 2371.86 s [doctest] include ghc-9.6.4
  2986. 2371.86 s [doctest] include ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
  2987. 2371.87 s [doctest] include process-1.6.17.0
  2988. 2371.87 s [doctest] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  2989. 2371.87 s [doctest] include transformers-0.6.1.0
  2990. 2371.87 s [doctest] Test.DocTest=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest,Test.DocTest.Internal.Cabal=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest.Internal.Cabal,Test.DocTest.Internal.Extract=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest.Internal.Extract,Test.DocTest.Internal.Location=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest.Internal.Location,Test.DocTest.Internal.Parse=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest.Internal.Parse,Test.DocTest.Internal.Run=doctest-0.22.6-D1xz5902JP91GiKkmAIUSg:Test.DocTest.Internal.Run
  2991. 2371.87 s [doctest] unit doctest-0.22.6-9xLUDOh4VXD14ZvzZfQMox-doctest
  2992. 2371.87 s [doctest] include base-4.18.2.0
  2993. 2371.87 s [doctest] include doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
  2994. 2371.87 s [doctest] Ready component graph:
  2995. 2371.87 s [doctest] definite doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
  2996. 2371.87 s [doctest] depends base-4.18.2.0
  2997. 2371.87 s [doctest] depends code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
  2998. 2371.87 s [doctest] depends containers-0.6.7
  2999. 2371.87 s [doctest] depends deepseq-1.4.8.1
  3000. 2371.87 s [doctest] depends directory-1.3.8.1
  3001. 2371.87 s [doctest] depends exceptions-0.10.7
  3002. 2371.87 s [doctest] depends filepath-1.4.200.1
  3003. 2371.87 s [doctest] depends ghc-9.6.4
  3004. 2371.87 s [doctest] depends ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
  3005. 2371.87 s [doctest] depends process-1.6.17.0
  3006. 2371.87 s [doctest] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  3007. 2371.87 s [doctest] depends transformers-0.6.1.0
  3008. 2371.87 s [doctest] definite doctest-0.22.6-9xLUDOh4VXD14ZvzZfQMox-doctest
  3009. 2371.87 s [doctest] depends base-4.18.2.0
  3010. 2371.87 s [doctest] depends doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
  3011. 2371.87 s [doctest] definite doctest-0.22.6-9H9i9KEuaREDVGdB9Cj6h8-spec
  3012. 2371.87 s [doctest] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  3013. 2371.87 s [doctest] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  3014. 2371.87 s [doctest] depends base-4.18.2.0
  3015. 2371.87 s [doctest] depends code-page-0.2.1-IixcuQlTQsB50QZtfgryhO
  3016. 2371.87 s [doctest] depends containers-0.6.7
  3017. 2371.87 s [doctest] depends deepseq-1.4.8.1
  3018. 2371.87 s [doctest] depends directory-1.3.8.1
  3019. 2371.87 s [doctest] depends exceptions-0.10.7
  3020. 2371.87 s [doctest] depends filepath-1.4.200.1
  3021. 2371.87 s [doctest] depends ghc-9.6.4
  3022. 2371.87 s [doctest] depends ghc-paths-0.1.0.12-1todoggmNCy3YHecmcjAiu
  3023. 2371.87 s [doctest] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  3024. 2371.87 s [doctest] depends hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  3025. 2371.87 s [doctest] depends mockery-0.3.5-GyA2Ju7XgkZEYf99Dd5tsS
  3026. 2371.87 s [doctest] depends process-1.6.17.0
  3027. 2371.87 s [doctest] depends silently-1.2.5.4-77qEZpjXPT03ICfLJTYs0b
  3028. 2371.87 s [doctest] depends stringbuilder-0.5.1-CnQK9Z884Cn7KxKMfy7oUg
  3029. 2371.87 s [doctest] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  3030. 2371.87 s [doctest] depends transformers-0.6.1.0
  3031. 2371.87 s [doctest] Using Cabal-3.10.1.0 compiled by ghc-9.6
  3032. 2371.87 s [doctest] Using compiler: ghc-9.6.4
  3033. 2371.87 s [doctest] Using install prefix:
  3034. 2371.87 s [doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6
  3035. 2371.87 s [doctest] Executables installed in:
  3036. 2371.87 s [doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin
  3037. 2371.87 s [doctest] Libraries installed in:
  3038. 2371.87 s [doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
  3039. 2371.87 s [doctest] Dynamic Libraries installed in:
  3040. 2371.87 s [doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  3041. 2371.87 s [doctest] Private executables installed in:
  3042. 2371.87 s [doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/libexec/x86_64-linux-ghc-9.6.4/doctest-0.22.6
  3043. 2371.87 s [doctest] Data files installed in:
  3044. 2371.87 s [doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/share/x86_64-linux-ghc-9.6.4/doctest-0.22.6
  3045. 2371.87 s [doctest] Documentation installed in:
  3046. 2371.87 s [doctest] /nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc/share/doc/doctest-0.22.6
  3047. 2371.87 s [doctest] Configuration files installed in:
  3048. 2371.87 s [doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/etc
  3049. 2371.87 s [doctest] No alex found
  3050. 2371.87 s [doctest] Using ar found on system at:
  3051. 2371.87 s [doctest] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  3052. 2371.87 s [doctest] No c2hs found
  3053. 2371.87 s [doctest] No cpphs found
  3054. 2371.87 s [doctest] No doctest found
  3055. 2371.87 s [doctest] Using gcc version 14.3.0 given by user at:
  3056. 2371.87 s [doctest] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  3057. 2371.87 s [doctest] Using ghc version 9.6.4 found on system at:
  3058. 2371.87 s [doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  3059. 2371.87 s [doctest] Using ghc-pkg version 9.6.4 found on system at:
  3060. 2371.87 s [doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  3061. 2371.87 s [doctest] No ghcjs found
  3062. 2371.87 s [doctest] No ghcjs-pkg found
  3063. 2371.87 s [doctest] No greencard found
  3064. 2371.87 s [doctest] Using haddock version 2.29.2 found on system at:
  3065. 2371.87 s [doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  3066. 2371.87 s [doctest] No happy found
  3067. 2371.87 s [doctest] Using haskell-suite found on system at: haskell-suite-dummy-location
  3068. 2371.87 s [doctest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3069. 2371.87 s [doctest] No hmake found
  3070. 2371.87 s [doctest] Using hpc version 0.68 found on system at:
  3071. 2371.87 s [doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  3072. 2371.87 s [doctest] Using hsc2hs version 0.68.9 found on system at:
  3073. 2371.87 s [doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  3074. 2371.87 s [doctest] Using hscolour version 1.25 found on system at:
  3075. 2371.87 s [doctest] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  3076. 2371.87 s [doctest] No jhc found
  3077. 2371.87 s [doctest] Using ld found on system at:
  3078. 2371.87 s [doctest] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  3079. 2371.87 s [doctest] No pkg-config found
  3080. 2371.87 s [doctest] Using runghc version 9.6.4 found on system at:
  3081. 2371.87 s [doctest] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  3082. 2371.87 s [doctest] Using strip version 2.44 found on system at:
  3083. 2371.87 s [doctest] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  3084. 2371.87 s [doctest] Using tar found on system at:
  3085. 2371.87 s [doctest] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  3086. 2371.87 s [doctest] No uhc found
  3087. 2372.13 s [transformers-base] [1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o, dist/build/Control/Monad/Base.dyn_o )
  3088. 2372.33 s [hashable] Phase: buildPhase
  3089. 2372.48 s [cookie] Preprocessing library for cookie-0.5.1..
  3090. 2372.74 s Building /nix/store/4103cjl8f7h3gb6k7dffj9dwy094f1s1-integer-conversion-0.1.1.drv
  3091. 2372.79 s [cookie] Building library for cookie-0.5.1..
  3092. 2372.79 s [doctest] Phase: buildPhase
  3093. 2372.79 s [doctest] Preprocessing library for doctest-0.22.6..
  3094. 2372.79 s [doctest] Building library for doctest-0.22.6..
  3095. 2372.80 s [hashable] Preprocessing library for hashable-1.4.7.0..
  3096. 2372.81 s [hashable] Building library for hashable-1.4.7.0..
  3097. 2373.15 s [cookie] [1 of 1] Compiling Web.Cookie ( Web/Cookie.hs, dist/build/Web/Cookie.o, dist/build/Web/Cookie.dyn_o )
  3098. 2373.15 s [integer-conversion] Phase: setupCompilerEnvironmentPhase
  3099. 2373.21 s [ChasingBottoms] [ 8 of 10] Compiling Test.ChasingBottoms.ContinuousFunctions ( Test/ChasingBottoms/ContinuousFunctions.hs, dist/build/Test/ChasingBottoms/ContinuousFunctions.p_o )
  3100. 2373.27 s [integer-conversion] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  3101. 2374.72 s [hashable] [ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o )
  3102. 2374.97 s [integer-conversion] Phase: unpackPhase
  3103. 2375.08 s [integer-conversion] unpacking source archive /nix/store/wq5j4z9jkm5p3y00wgv9i2w35bmmilva-integer-conversion-0.1.1.tar.gz
  3104. 2375.14 s [integer-conversion] source root is integer-conversion-0.1.1
  3105. 2375.29 s [integer-conversion] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "integer-conversion-0.1.1/tests/integer-conversion-tests.hs"
  3106. 2375.42 s [integer-conversion] Phase: patchPhase
  3107. 2375.42 s [integer-conversion] Replace Cabal file with edited version from mirror://hackage/integer-conversion-0.1.1/revision/1.cabal.
  3108. 2375.42 s [integer-conversion] Phase: compileBuildDriverPhase
  3109. 2375.43 s [integer-conversion] setupCompileFlags: -package-db=/build/tmp.wBS83BCnBT/setup-package.conf.d -threaded
  3110. 2375.66 s [doctest] [ 1 of 25] Compiling Imports ( src/Imports.hs, dist/build/Imports.o, dist/build/Imports.dyn_o )
  3111. 2375.79 s [unix-time] Preprocessing test suite 'spec' for unix-time-0.4.16..
  3112. 2375.79 s [unix-time] Building test suite 'spec' for unix-time-0.4.16..
  3113. 2375.85 s [integer-conversion] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.wBS83BCnBT/Main.o )
  3114. 2375.95 s [transformers-base] [1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.p_o )
  3115. 2376.09 s [unix-time] [1 of 2] Compiling UnixTimeSpec ( test/UnixTimeSpec.hs, dist/build/spec/spec-tmp/UnixTimeSpec.o )
  3116. 2376.26 s [ChasingBottoms] [ 9 of 10] Compiling Test.ChasingBottoms.ApproxShow ( Test/ChasingBottoms/ApproxShow.hs, dist/build/Test/ChasingBottoms/ApproxShow.p_o )
  3117. 2376.26 s [ChasingBottoms] [10 of 10] Compiling Test.ChasingBottoms ( Test/ChasingBottoms.hs, dist/build/Test/ChasingBottoms.p_o )
  3118. 2376.37 s [integer-conversion] [2 of 2] Linking Setup
  3119. 2376.52 s [th-compat] Documentation created: dist/doc/html/th-compat/index.html,
  3120. 2376.53 s [th-compat] dist/doc/html/th-compat/th-compat.txt
  3121. 2376.67 s [doctest] [ 2 of 25] Compiling GhcUtil ( src/GhcUtil.hs, dist/build/GhcUtil.o, dist/build/GhcUtil.dyn_o )
  3122. 2376.94 s [th-compat] Preprocessing test suite 'spec' for th-compat-0.1.6..
  3123. 2376.98 s [th-compat] Phase: installPhase
  3124. 2377.20 s [th-compat] Installing library in /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  3125. 2377.97 s [th-compat] Phase: fixupPhase
  3126. 2377.98 s [th-compat] shrinking RPATHs of ELF executables and libraries in /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6
  3127. 2377.99 s [th-compat] shrinking /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSth-compat-0.1.6-6YqkPrgkBky42wiiPi0NH-ghc9.6.4.so
  3128. 2378.14 s [th-compat] checking for references to /build/ in /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6...
  3129. 2378.18 s [th-compat] patching script interpreter paths in /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6
  3130. 2378.21 s [th-compat] stripping (with command strip and flags -S -p) in /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6/lib
  3131. 2378.47 s [th-compat] shrinking RPATHs of ELF executables and libraries in /nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc
  3132. 2378.49 s [th-compat] checking for references to /build/ in /nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc...
  3133. 2378.53 s [th-compat] patching script interpreter paths in /nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc
  3134. 2378.67 s [hashable] [ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o )
  3135. 2378.67 s [hashable] [ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o )
  3136. 2378.68 s [hashable] [ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o )
  3137. 2379.27 s [th-compat:post-build] Uploading to the NixCI cache: /nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc /nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6
  3138. 2379.96 s [th-compat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3139. 2381.35 s [th-compat:post-build] copying 2 paths...
  3140. 2381.35 s [th-compat:post-build] copying path '/nix/store/whqwxq3x2wk396mjfg70pzfnvrl2dm0k-th-compat-0.1.6-doc' to 'https://cache.nix-ci.com'...
  3141. 2383.00 s [th-compat:post-build] copying path '/nix/store/z174qggjzyxrk4npbn1ll9rimmw1h7y6-th-compat-0.1.6' to 'https://cache.nix-ci.com'...
  3142. 2385.74 s [th-compat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3143. 2386.72 s [th-compat:post-build] copying 1 paths...
  3144. 2386.72 s [th-compat:post-build] copying path '/nix/store/hjpj8jrl8k5ka7gzbpgxhdl2l1ns7j88-th-compat-0.1.6.drv' to 'https://cache.nix-ci.com'...
  3145. 2388.53 s Uploaded th-compat in 9.5s
  3146. 2388.54 s Progress: 114 of 211 built (14 building), 298 of 298 downloaded from cache
  3147. 2388.54 s Built th-compat in 1m14s
  3148. 2388.79 s Building /nix/store/irz11iaavkppwng7ksvh2ymyv4lhnx86-network-uri-2.6.4.2.drv
  3149. 2388.79 s [ChasingBottoms] buildPhase completed in 1 minutes 14 seconds
  3150. 2388.79 s [ChasingBottoms] Phase: checkPhase
  3151. 2388.79 s [ChasingBottoms] Running 1 test suites...
  3152. 2388.79 s [ChasingBottoms] Test suite ChasingBottomsTestSuite: RUNNING...
  3153. 2388.79 s [ChasingBottoms] Approx:
  3154. 2388.79 s [ChasingBottoms] [True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True]
  3155. 2388.79 s [ChasingBottoms] ApproxShow:
  3156. 2388.79 s [ChasingBottoms] [True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True]
  3157. 2388.79 s [ChasingBottoms] ContinuousFunctions:
  3158. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3159. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests; 840 discarded.
  3160. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests; 917 discarded.
  3161. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3162. 2388.79 s [ChasingBottoms] OK.
  3163. 2388.79 s [ChasingBottoms] OK.
  3164. 2388.79 s [ChasingBottoms] OK.
  3165. 2388.79 s [ChasingBottoms] OK.
  3166. 2388.79 s [ChasingBottoms] True
  3167. 2388.79 s [ChasingBottoms] Generators:
  3168. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3169. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3170. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3171. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3172. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3173. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3174. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3175. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3176. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3177. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3178. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3179. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3180. 2388.79 s [ChasingBottoms] OK.
  3181. 2388.79 s [ChasingBottoms] OK.
  3182. 2388.79 s [ChasingBottoms] OK.
  3183. 2388.79 s [ChasingBottoms] OK.
  3184. 2388.79 s [ChasingBottoms] OK.
  3185. 2388.79 s [ChasingBottoms] OK.
  3186. 2388.79 s [ChasingBottoms] OK.
  3187. 2388.79 s [ChasingBottoms] OK.
  3188. 2388.79 s [ChasingBottoms] OK.
  3189. 2388.79 s [ChasingBottoms] OK.
  3190. 2388.79 s [ChasingBottoms] OK.
  3191. 2388.79 s [ChasingBottoms] OK.
  3192. 2388.79 s [ChasingBottoms] True
  3193. 2388.79 s [ChasingBottoms] IsBottom:
  3194. 2388.79 s [ChasingBottoms] [True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True,True]
  3195. 2388.79 s [ChasingBottoms] IsType:
  3196. 2388.79 s [ChasingBottoms] [True,True,True,True,True,True,True,True,True,True,True,True,True]
  3197. 2388.79 s [ChasingBottoms] Nat:
  3198. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3199. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3200. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3201. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3202. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3203. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3204. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3205. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3206. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3207. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3208. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3209. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3210. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3211. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3212. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3213. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3214. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3215. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3216. 2388.79 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3217. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3218. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3219. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3220. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3221. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3222. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3223. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3224. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3225. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3226. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3227. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3228. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3229. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3230. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3231. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3232. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3233. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3234. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3235. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3236. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3237. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3238. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3239. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3240. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3241. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3242. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3243. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests; 982 discarded.
  3244. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3245. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3246. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3247. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3248. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3249. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3250. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3251. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3252. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3253. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3254. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3255. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3256. 2388.80 s [ChasingBottoms] +++ OK, passed 1 test.
  3257. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests; 2652 discarded.
  3258. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests; 2865 discarded.
  3259. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3260. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests; 1014 discarded.
  3261. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests; 137 discarded.
  3262. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests; 125 discarded.
  3263. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests; 121 discarded.
  3264. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests; 137 discarded.
  3265. 2388.80 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3266. 2388.80 s [ChasingBottoms] OK.
  3267. 2388.80 s [ChasingBottoms] OK.
  3268. 2388.80 s [ChasingBottoms] OK.
  3269. 2388.80 s [ChasingBottoms] OK.
  3270. 2388.80 s [ChasingBottoms] OK.
  3271. 2388.80 s [ChasingBottoms] OK.
  3272. 2388.80 s [ChasingBottoms] OK.
  3273. 2388.80 s [ChasingBottoms] OK.
  3274. 2388.80 s [ChasingBottoms] OK.
  3275. 2388.80 s [ChasingBottoms] OK.
  3276. 2388.80 s [ChasingBottoms] OK.
  3277. 2388.80 s [ChasingBottoms] OK.
  3278. 2388.80 s [ChasingBottoms] OK.
  3279. 2388.80 s [ChasingBottoms] OK.
  3280. 2388.80 s [ChasingBottoms] OK.
  3281. 2388.80 s [ChasingBottoms] OK.
  3282. 2388.80 s [ChasingBottoms] OK.
  3283. 2388.80 s [ChasingBottoms] OK.
  3284. 2388.80 s [ChasingBottoms] OK.
  3285. 2388.80 s [ChasingBottoms] OK.
  3286. 2388.80 s [ChasingBottoms] OK.
  3287. 2388.80 s [ChasingBottoms] OK.
  3288. 2388.80 s [ChasingBottoms] OK.
  3289. 2388.80 s [ChasingBottoms] OK.
  3290. 2388.80 s [ChasingBottoms] OK.
  3291. 2388.80 s [ChasingBottoms] OK.
  3292. 2388.80 s [ChasingBottoms] OK.
  3293. 2388.80 s [ChasingBottoms] OK.
  3294. 2388.80 s [ChasingBottoms] OK.
  3295. 2388.80 s [ChasingBottoms] OK.
  3296. 2388.80 s [ChasingBottoms] OK.
  3297. 2388.80 s [ChasingBottoms] OK.
  3298. 2388.80 s [ChasingBottoms] OK.
  3299. 2388.80 s [ChasingBottoms] OK.
  3300. 2388.80 s [ChasingBottoms] OK.
  3301. 2388.80 s [ChasingBottoms] OK.
  3302. 2388.80 s [ChasingBottoms] OK.
  3303. 2388.80 s [ChasingBottoms] OK.
  3304. 2388.80 s [ChasingBottoms] OK.
  3305. 2388.80 s [ChasingBottoms] OK.
  3306. 2388.80 s [ChasingBottoms] OK.
  3307. 2388.80 s [ChasingBottoms] OK.
  3308. 2388.80 s [ChasingBottoms] OK.
  3309. 2388.80 s [ChasingBottoms] OK.
  3310. 2388.80 s [ChasingBottoms] OK.
  3311. 2388.80 s [ChasingBottoms] OK.
  3312. 2388.80 s [ChasingBottoms] OK.
  3313. 2388.80 s [ChasingBottoms] OK.
  3314. 2388.80 s [ChasingBottoms] OK.
  3315. 2388.80 s [ChasingBottoms] OK.
  3316. 2388.80 s [ChasingBottoms] OK.
  3317. 2388.80 s [ChasingBottoms] OK.
  3318. 2388.80 s [ChasingBottoms] OK.
  3319. 2388.80 s [ChasingBottoms] OK.
  3320. 2388.80 s [ChasingBottoms] OK.
  3321. 2388.80 s [ChasingBottoms] OK.
  3322. 2388.80 s [ChasingBottoms] OK.
  3323. 2388.80 s [ChasingBottoms] OK.
  3324. 2388.80 s [ChasingBottoms] OK.
  3325. 2388.80 s [ChasingBottoms] OK.
  3326. 2388.80 s [ChasingBottoms] OK.
  3327. 2388.80 s [ChasingBottoms] OK.
  3328. 2388.80 s [ChasingBottoms] OK.
  3329. 2388.80 s [ChasingBottoms] OK.
  3330. 2388.80 s [ChasingBottoms] OK.
  3331. 2388.80 s [ChasingBottoms] OK.
  3332. 2388.81 s [ChasingBottoms] OK.
  3333. 2388.81 s [ChasingBottoms] OK.
  3334. 2388.81 s [ChasingBottoms] True
  3335. 2388.81 s [ChasingBottoms] SemanticOrd:
  3336. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3337. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3338. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3339. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3340. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3341. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3342. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3343. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3344. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3345. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3346. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3347. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3348. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3349. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3350. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3351. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3352. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3353. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3354. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3355. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3356. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3357. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3358. 2388.81 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3359. 2388.81 s [cookie] [1 of 1] Compiling Web.Cookie ( Web/Cookie.hs, dist/build/Web/Cookie.p_o )
  3360. 2388.81 s [generic-deriving] [ 7 of 21] Compiling Generics.Deriving.Copoint ( src/Generics/Deriving/Copoint.hs, dist/build/Generics/Deriving/Copoint.p_o )
  3361. 2388.81 s [generic-deriving] [ 8 of 21] Compiling Generics.Deriving.ConNames ( src/Generics/Deriving/ConNames.hs, dist/build/Generics/Deriving/ConNames.p_o )
  3362. 2388.81 s [generic-deriving] [ 9 of 21] Compiling Generics.Deriving.Semigroup.Internal ( src/Generics/Deriving/Semigroup/Internal.hs, dist/build/Generics/Deriving/Semigroup/Internal.p_o )
  3363. 2388.81 s [generic-deriving] [10 of 21] Compiling Generics.Deriving.Monoid.Internal ( src/Generics/Deriving/Monoid/Internal.hs, dist/build/Generics/Deriving/Monoid/Internal.p_o )
  3364. 2388.81 s [generic-deriving] [11 of 21] Compiling Generics.Deriving.Semigroup ( src/Generics/Deriving/Semigroup.hs, dist/build/Generics/Deriving/Semigroup.p_o )
  3365. 2388.81 s [generic-deriving] [12 of 21] Compiling Generics.Deriving.Monoid ( src/Generics/Deriving/Monoid.hs, dist/build/Generics/Deriving/Monoid.p_o )
  3366. 2388.81 s [generic-deriving] [13 of 21] Compiling Generics.Deriving.Show ( src/Generics/Deriving/Show.hs, dist/build/Generics/Deriving/Show.p_o )
  3367. 2388.81 s [generic-deriving] [14 of 21] Compiling Generics.Deriving.Traversable ( src/Generics/Deriving/Traversable.hs, dist/build/Generics/Deriving/Traversable.p_o )
  3368. 2388.81 s [generic-deriving] [15 of 21] Compiling Generics.Deriving.Uniplate ( src/Generics/Deriving/Uniplate.hs, dist/build/Generics/Deriving/Uniplate.p_o )
  3369. 2388.81 s [generic-deriving] [16 of 21] Compiling Generics.Deriving.Default ( src/Generics/Deriving/Default.hs, dist/build/Generics/Deriving/Default.p_o )
  3370. 2388.81 s [generic-deriving] [17 of 21] Compiling Generics.Deriving ( src/Generics/Deriving.hs, dist/build/Generics/Deriving.p_o )
  3371. 2388.81 s [generic-deriving] [18 of 21] Compiling Generics.Deriving.TH.Internal ( src/Generics/Deriving/TH/Internal.hs, dist/build/Generics/Deriving/TH/Internal.p_o )
  3372. 2388.81 s [hashable] [ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o )
  3373. 2388.81 s [hashable] [ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )
  3374. 2388.81 s [haskell-src-exts] [14 of 18] Compiling Language.Haskell.Exts.Parser ( src/Language/Haskell/Exts/Parser.hs, dist/build/Language/Haskell/Exts/Parser.p_o )
  3375. 2388.81 s [hourglass] Phase: updateAutotoolsGnuConfigScriptsPhase
  3376. 2388.81 s [hourglass] Phase: configurePhase
  3377. 2388.81 s [hourglass] configureFlags: --verbose --prefix=/nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc/share/doc/hourglass-0.2.12 --with-gcc=gcc --package-db=/build/tmp.EiJDW3SWy6/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  3378. 2388.81 s [hourglass] Using Parsec parser
  3379. 2388.81 s [hourglass] Configuring hourglass-0.2.12...
  3380. 2388.81 s [hourglass] Dependency base: using base-4.18.2.0
  3381. 2388.81 s [hourglass] Dependency deepseq: using deepseq-1.4.8.1
  3382. 2388.81 s [hourglass] Dependency base: using base-4.18.2.0
  3383. 2388.81 s [hourglass] Dependency deepseq: using deepseq-1.4.8.1
  3384. 2388.81 s [hourglass] Dependency hourglass: using hourglass-0.2.12
  3385. 2388.81 s [hourglass] Dependency mtl: using mtl-2.3.1
  3386. 2388.81 s [hourglass] Dependency old-locale: using old-locale-1.0.0.7
  3387. 2388.81 s [hourglass] Dependency tasty: using tasty-1.5.3
  3388. 2388.81 s [hourglass] Dependency tasty-hunit: using tasty-hunit-0.10.2
  3389. 2388.81 s [hourglass] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  3390. 2388.81 s [hourglass] Dependency time: using time-1.12.2
  3391. 2388.81 s [hourglass] Source component graph:
  3392. 2388.81 s [hourglass] component lib
  3393. 2388.81 s [hourglass] component test:test-hourglass dependency lib
  3394. 2388.81 s [hourglass] Configured component graph:
  3395. 2388.81 s [hourglass] component hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  3396. 2388.81 s [hourglass] include base-4.18.2.0
  3397. 2388.81 s [hourglass] include deepseq-1.4.8.1
  3398. 2388.81 s [hourglass] component hourglass-0.2.12-DHc5z9yKTHqItla8yDNe0R-test-hourglass
  3399. 2388.81 s [hourglass] include base-4.18.2.0
  3400. 2388.81 s [hourglass] include deepseq-1.4.8.1
  3401. 2388.81 s [hourglass] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  3402. 2388.81 s [hourglass] include mtl-2.3.1
  3403. 2388.81 s [hourglass] include old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
  3404. 2388.81 s [hourglass] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  3405. 2388.81 s [hourglass] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  3406. 2388.81 s [hourglass] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  3407. 2388.81 s [hourglass] include time-1.12.2
  3408. 2388.81 s [hourglass] Linked component graph:
  3409. 2388.81 s [hourglass] unit hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  3410. 2388.81 s [hourglass] include base-4.18.2.0
  3411. 2388.81 s [hourglass] include deepseq-1.4.8.1
  3412. 2388.81 s [hourglass] Data.Hourglass=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Data.Hourglass,Data.Hourglass.Compat=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Data.Hourglass.Compat,Data.Hourglass.Epoch=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Data.Hourglass.Epoch,Data.Hourglass.Types=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Data.Hourglass.Types,System.Hourglass=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:System.Hourglass,Time.Compat=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Time.Compat,Time.System=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Time.System,Time.Types=hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg:Time.Types
  3413. 2388.81 s [hourglass] unit hourglass-0.2.12-DHc5z9yKTHqItla8yDNe0R-test-hourglass
  3414. 2388.81 s [hourglass] include base-4.18.2.0
  3415. 2388.81 s [hourglass] include deepseq-1.4.8.1
  3416. 2388.81 s [hourglass] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  3417. 2388.81 s [hourglass] include mtl-2.3.1
  3418. 2388.81 s [hourglass] include old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
  3419. 2388.81 s [hourglass] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  3420. 2388.81 s [hourglass] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  3421. 2388.81 s [hourglass] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  3422. 2388.81 s [hourglass] include time-1.12.2
  3423. 2388.81 s [hourglass] Ready component graph:
  3424. 2388.81 s [hourglass] definite hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  3425. 2388.81 s [hourglass] depends base-4.18.2.0
  3426. 2388.81 s [hourglass] depends deepseq-1.4.8.1
  3427. 2388.81 s [hourglass] definite hourglass-0.2.12-DHc5z9yKTHqItla8yDNe0R-test-hourglass
  3428. 2388.81 s [hourglass] depends base-4.18.2.0
  3429. 2388.81 s [hourglass] depends deepseq-1.4.8.1
  3430. 2388.81 s [hourglass] depends hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  3431. 2388.81 s [hourglass] depends mtl-2.3.1
  3432. 2388.81 s [integer-conversion] Phase: updateAutotoolsGnuConfigScriptsPhase
  3433. 2388.81 s [integer-conversion] Phase: configurePhase
  3434. 2388.81 s [integer-conversion] configureFlags: --verbose --prefix=/nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc/share/doc/integer-conversion-0.1.1 --with-gcc=gcc --package-db=/build/tmp.wBS83BCnBT/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  3435. 2388.81 s [integer-conversion] Using Parsec parser
  3436. 2388.81 s [integer-conversion] Configuring integer-conversion-0.1.1...
  3437. 2388.81 s [integer-conversion] Dependency base >=4.12.0.0 && <4.22: using base-4.18.2.0
  3438. 2388.81 s [integer-conversion] Dependency bytestring >=0.10.8.1 && <0.11 || >=0.11.4.0 && <0.12 || >=0.12.0.2
  3439. 2388.81 s [integer-conversion] && <0.13: using bytestring-0.11.5.3
  3440. 2388.81 s [integer-conversion] Dependency primitive >=0.9.0.0 && <0.10: using primitive-0.9.1.0
  3441. 2388.81 s [integer-conversion] Dependency text >=1.2.3.0 && <1.3 || >=2.0.1 && <2.2: using text-2.0.2
  3442. 2388.81 s [integer-conversion] Dependency QuickCheck >=2.14.3 && <2.16: using QuickCheck-2.14.3
  3443. 2388.81 s [integer-conversion] Dependency base: using base-4.18.2.0
  3444. 2388.81 s [integer-conversion] Dependency bytestring: using bytestring-0.11.5.3
  3445. 2388.81 s [integer-conversion] Dependency integer-conversion: using integer-conversion-0.1.1
  3446. 2388.81 s [integer-conversion] Dependency tasty >=1.4.3 && <1.6: using tasty-1.5.3
  3447. 2388.81 s [integer-conversion] Dependency tasty-quickcheck >=0.10.2 && <0.12: using tasty-quickcheck-0.11
  3448. 2388.81 s [integer-conversion] Dependency text: using text-2.0.2
  3449. 2388.81 s [integer-conversion] Source component graph:
  3450. 2388.81 s [integer-conversion] component lib
  3451. 2388.81 s [integer-conversion] component test:integer-conversion-tests dependency lib
  3452. 2388.81 s [integer-conversion] Configured component graph:
  3453. 2388.81 s [integer-conversion] component integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
  3454. 2388.81 s [integer-conversion] include base-4.18.2.0
  3455. 2388.81 s [integer-conversion] include bytestring-0.11.5.3
  3456. 2388.81 s [integer-conversion] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  3457. 2388.81 s [integer-conversion] include text-2.0.2
  3458. 2388.81 s [integer-conversion] component integer-conversion-0.1.1-AjgUi87maskHtDABldp1gB-integer-conversion-tests
  3459. 2388.81 s [integer-conversion] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  3460. 2388.81 s [integer-conversion] include base-4.18.2.0
  3461. 2388.81 s [integer-conversion] include bytestring-0.11.5.3
  3462. 2388.81 s [integer-conversion] include integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
  3463. 2388.81 s [integer-conversion] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  3464. 2388.81 s [integer-conversion] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  3465. 2388.81 s [integer-conversion] include text-2.0.2
  3466. 2388.81 s [integer-conversion] Linked component graph:
  3467. 2388.81 s [integer-conversion] unit integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
  3468. 2388.81 s [integer-conversion] include base-4.18.2.0
  3469. 2388.81 s [integer-conversion] include bytestring-0.11.5.3
  3470. 2388.81 s [integer-conversion] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  3471. 2388.81 s [integer-conversion] include text-2.0.2
  3472. 2388.81 s [integer-conversion] Data.Integer.Conversion=integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM:Data.Integer.Conversion
  3473. 2388.81 s [integer-conversion] unit integer-conversion-0.1.1-AjgUi87maskHtDABldp1gB-integer-conversion-tests
  3474. 2388.81 s [integer-conversion] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  3475. 2388.81 s [integer-conversion] include base-4.18.2.0
  3476. 2388.81 s [integer-conversion] include bytestring-0.11.5.3
  3477. 2388.81 s [integer-conversion] include integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
  3478. 2388.81 s [integer-conversion] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  3479. 2388.81 s [integer-conversion] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  3480. 2388.81 s [integer-conversion] include text-2.0.2
  3481. 2388.81 s [integer-conversion] Ready component graph:
  3482. 2388.81 s [integer-conversion] definite integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
  3483. 2388.82 s [integer-conversion] depends base-4.18.2.0
  3484. 2388.82 s [integer-conversion] depends bytestring-0.11.5.3
  3485. 2388.82 s [integer-conversion] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  3486. 2388.82 s [integer-conversion] depends text-2.0.2
  3487. 2388.82 s [integer-conversion] definite integer-conversion-0.1.1-AjgUi87maskHtDABldp1gB-integer-conversion-tests
  3488. 2388.82 s [integer-conversion] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  3489. 2388.82 s [integer-conversion] depends base-4.18.2.0
  3490. 2388.82 s [integer-conversion] depends bytestring-0.11.5.3
  3491. 2388.82 s [integer-conversion] depends integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
  3492. 2388.82 s [network] [3 of 5] Compiling Network.Socket.ByteStringSpec ( tests/Network/Socket/ByteStringSpec.hs, dist/build/spec/spec-tmp/Network/Socket/ByteStringSpec.o )
  3493. 2388.82 s [network] [4 of 5] Compiling Network.Socket.ByteString.LazySpec ( tests/Network/Socket/ByteString/LazySpec.hs, dist/build/spec/spec-tmp/Network/Socket/ByteString/LazySpec.o )
  3494. 2388.82 s [network] [5 of 5] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  3495. 2388.82 s [network] [6 of 6] Linking dist/build/spec/spec
  3496. 2388.82 s [network] buildPhase completed in 2 minutes 23 seconds
  3497. 2388.82 s [network] Phase: checkPhase
  3498. 2388.82 s [tasty-kat] Documentation created: dist/doc/html/tasty-kat/index.html,
  3499. 2388.82 s [tasty-kat] dist/doc/html/tasty-kat/tasty-kat.txt
  3500. 2388.82 s [tasty-kat] Preprocessing test suite 'test-tasty-kat' for tasty-kat-0.0.3..
  3501. 2388.82 s [tasty-kat] haddockPhase completed in 40 seconds
  3502. 2388.82 s [tasty-kat] Phase: installPhase
  3503. 2388.82 s [tasty-kat] Installing library in /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
  3504. 2388.82 s [tasty-kat] Phase: fixupPhase
  3505. 2388.82 s [tasty-kat] shrinking RPATHs of ELF executables and libraries in /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3
  3506. 2388.82 s [tasty-kat] shrinking /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB-ghc9.6.4.so
  3507. 2388.82 s [tasty-kat] checking for references to /build/ in /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3...
  3508. 2388.82 s [tasty-kat] patching script interpreter paths in /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3
  3509. 2388.82 s [tasty-kat] stripping (with command strip and flags -S -p) in /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3/lib
  3510. 2388.82 s [tasty-kat] shrinking RPATHs of ELF executables and libraries in /nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc
  3511. 2388.82 s [tasty-kat] checking for references to /build/ in /nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc...
  3512. 2388.82 s [tasty-kat] patching script interpreter paths in /nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc
  3513. 2388.82 s [th-expand-syns] Documentation created: dist/doc/html/th-expand-syns/index.html,
  3514. 2388.82 s [th-expand-syns] dist/doc/html/th-expand-syns/th-expand-syns.txt
  3515. 2388.82 s [th-expand-syns] Preprocessing test suite 'test-th-expand-syns' for th-expand-syns-0.4.12.0..
  3516. 2388.82 s [th-expand-syns] Phase: installPhase
  3517. 2388.82 s [th-expand-syns] Installing library in /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
  3518. 2388.82 s [th-expand-syns] Phase: fixupPhase
  3519. 2388.82 s [th-expand-syns] shrinking RPATHs of ELF executables and libraries in /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0
  3520. 2388.82 s [th-expand-syns] shrinking /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSth-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay-ghc9.6.4.so
  3521. 2388.82 s [th-expand-syns] checking for references to /build/ in /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0...
  3522. 2388.82 s [th-expand-syns] patching script interpreter paths in /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0
  3523. 2388.82 s [th-expand-syns] stripping (with command strip and flags -S -p) in /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0/lib
  3524. 2388.82 s [th-expand-syns] shrinking RPATHs of ELF executables and libraries in /nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc
  3525. 2388.82 s [th-expand-syns] checking for references to /build/ in /nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc...
  3526. 2388.82 s [th-expand-syns] patching script interpreter paths in /nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc
  3527. 2388.82 s [transformers-base] Phase: checkPhase
  3528. 2388.82 s [transformers-base] Package has no test suites.
  3529. 2388.82 s [transformers-base] Phase: haddockPhase
  3530. 2388.82 s [transformers-base] Preprocessing library for transformers-base-0.4.6..
  3531. 2388.82 s [transformers-base] Running Haddock on library for transformers-base-0.4.6..
  3532. 2388.82 s [transformers-base] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3533. 2388.82 s [transformers-base] 33% ( 1 / 3) in 'Control.Monad.Base'
  3534. 2388.82 s [transformers-base] Missing documentation for:
  3535. 2388.82 s [transformers-base] Module header
  3536. 2388.82 s [transformers-base] MonadBase (src/Control/Monad/Base.hs:60)
  3537. 2388.82 s [unix-time] [2 of 2] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  3538. 2388.82 s [unix-time] [3 of 3] Linking dist/build/spec/spec
  3539. 2388.82 s [unix-time] buildPhase completed in 40 seconds
  3540. 2388.82 s [unix-time] Phase: checkPhase
  3541. 2388.82 s [unix-time] Running 1 test suites...
  3542. 2388.82 s [unix-time] Test suite spec: RUNNING...
  3543. 2388.82 s [unix-time]
  3544. 2388.82 s [unix-time] UnixTime
  3545. 2388.82 s [unix-time] formatUnixTime
  3546. 2388.82 s [unix-time] behaves like the model [✔]
  3547. 2388.82 s [unix-time] +++ OK, passed 100 tests.
  3548. 2388.82 s [unix-time] parseUnixTimeGMT & formatUnixTimeGMT
  3549. 2388.82 s [unix-time] inverses the result [✔]
  3550. 2388.82 s [unix-time] +++ OK, passed 100 tests.
  3551. 2388.82 s [unix-time] inverses the result (2) [✔]
  3552. 2388.82 s [unix-time] +++ OK, passed 100 tests.
  3553. 2388.82 s [unix-time] addUnixDiffTime & diffUnixTime
  3554. 2388.82 s [unix-time] invrses the result [✔]
  3555. 2388.82 s [unix-time] +++ OK, passed 100 tests.
  3556. 2388.82 s [unix-time] UnixTime Storable instance
  3557. 2388.82 s [unix-time] peek . poke = id [✔]
  3558. 2388.82 s [unix-time] +++ OK, passed 100 tests.
  3559. 2388.82 s [unix-time] getUnixTime
  3560. 2388.82 s [unix-time] works well [✔]
  3561. 2388.82 s [unix-time] should work in Template Haskell [✔]
  3562. 2388.82 s [unix-time]
  3563. 2388.82 s [unix-time] Finished in 0.0202 seconds
  3564. 2388.82 s [unix-time] 7 examples, 0 failures
  3565. 2388.82 s [unix-time] Test suite spec: PASS
  3566. 2388.82 s [unix-time] Test suite logged to: dist/test/unix-time-0.4.16-spec.log
  3567. 2388.82 s [unix-time] 1 of 1 test suites (1 of 1 test cases) passed.
  3568. 2388.82 s [unix-time] Phase: haddockPhase
  3569. 2388.82 s [unix-time] Preprocessing library for unix-time-0.4.16..
  3570. 2388.82 s [unix-time] Running Haddock on library for unix-time-0.4.16..
  3571. 2389.03 s Building /nix/store/h1v9g1xfpvsnvspcgbqhm7454hiq3v46-validity-0.12.1.0.drv
  3572. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3573. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3574. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3575. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3576. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3577. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3578. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3579. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3580. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3581. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3582. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3583. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3584. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3585. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3586. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3587. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3588. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3589. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3590. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3591. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3592. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3593. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3594. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3595. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3596. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3597. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3598. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3599. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3600. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3601. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3602. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3603. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3604. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3605. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3606. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3607. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3608. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3609. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3610. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3611. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3612. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3613. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3614. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3615. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3616. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3617. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3618. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3619. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3620. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3621. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3622. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3623. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3624. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3625. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3626. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3627. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3628. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3629. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3630. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3631. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3632. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3633. 2389.03 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3634. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3635. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3636. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3637. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3638. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3639. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3640. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3641. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3642. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3643. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3644. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3645. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3646. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3647. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3648. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3649. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3650. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3651. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3652. 2389.04 s [ChasingBottoms] +++ OK, passed 1000 tests.
  3653. 2389.04 s [ChasingBottoms] OK.
  3654. 2389.04 s [ChasingBottoms] OK.
  3655. 2389.04 s [ChasingBottoms] OK.
  3656. 2389.04 s [ChasingBottoms] OK.
  3657. 2389.04 s [ChasingBottoms] OK.
  3658. 2389.04 s [ChasingBottoms] OK.
  3659. 2389.04 s [ChasingBottoms] OK.
  3660. 2389.04 s [ChasingBottoms] OK.
  3661. 2389.04 s [ChasingBottoms] OK.
  3662. 2389.04 s [ChasingBottoms] OK.
  3663. 2389.04 s [ChasingBottoms] OK.
  3664. 2389.04 s [ChasingBottoms] OK.
  3665. 2389.04 s [ChasingBottoms] OK.
  3666. 2389.04 s [ChasingBottoms] OK.
  3667. 2389.04 s [ChasingBottoms] OK.
  3668. 2389.04 s [ChasingBottoms] OK.
  3669. 2389.04 s [ChasingBottoms] OK.
  3670. 2389.04 s [ChasingBottoms] OK.
  3671. 2389.04 s [ChasingBottoms] OK.
  3672. 2389.04 s [ChasingBottoms] OK.
  3673. 2389.04 s [ChasingBottoms] OK.
  3674. 2389.04 s [ChasingBottoms] OK.
  3675. 2389.04 s [ChasingBottoms] OK.
  3676. 2389.04 s [ChasingBottoms] OK.
  3677. 2389.04 s [ChasingBottoms] OK.
  3678. 2389.04 s [ChasingBottoms] OK.
  3679. 2389.04 s [ChasingBottoms] OK.
  3680. 2389.04 s [ChasingBottoms] OK.
  3681. 2389.04 s [ChasingBottoms] OK.
  3682. 2389.04 s [ChasingBottoms] OK.
  3683. 2389.04 s [ChasingBottoms] OK.
  3684. 2389.04 s [ChasingBottoms] OK.
  3685. 2389.04 s [ChasingBottoms] OK.
  3686. 2389.04 s [ChasingBottoms] OK.
  3687. 2389.04 s [ChasingBottoms] OK.
  3688. 2389.04 s [ChasingBottoms] OK.
  3689. 2389.04 s [ChasingBottoms] OK.
  3690. 2389.04 s [ChasingBottoms] OK.
  3691. 2389.04 s [ChasingBottoms] OK.
  3692. 2389.04 s [ChasingBottoms] OK.
  3693. 2389.04 s [ChasingBottoms] OK.
  3694. 2389.04 s [ChasingBottoms] OK.
  3695. 2389.04 s [ChasingBottoms] OK.
  3696. 2389.04 s [ChasingBottoms] OK.
  3697. 2389.04 s [ChasingBottoms] OK.
  3698. 2389.04 s [ChasingBottoms] OK.
  3699. 2389.04 s [ChasingBottoms] OK.
  3700. 2389.04 s [ChasingBottoms] OK.
  3701. 2389.04 s [ChasingBottoms] OK.
  3702. 2389.04 s [ChasingBottoms] OK.
  3703. 2389.04 s [ChasingBottoms] OK.
  3704. 2389.04 s [ChasingBottoms] OK.
  3705. 2389.04 s [ChasingBottoms] OK.
  3706. 2389.04 s [ChasingBottoms] OK.
  3707. 2389.04 s [ChasingBottoms] OK.
  3708. 2389.04 s [ChasingBottoms] OK.
  3709. 2389.04 s [ChasingBottoms] OK.
  3710. 2389.04 s [ChasingBottoms] OK.
  3711. 2389.04 s [ChasingBottoms] OK.
  3712. 2389.04 s [ChasingBottoms] OK.
  3713. 2389.04 s [ChasingBottoms] OK.
  3714. 2389.04 s [ChasingBottoms] OK.
  3715. 2389.05 s [ChasingBottoms] OK.
  3716. 2389.05 s [ChasingBottoms] OK.
  3717. 2389.05 s [ChasingBottoms] OK.
  3718. 2389.05 s [ChasingBottoms] OK.
  3719. 2389.05 s [ChasingBottoms] OK.
  3720. 2389.05 s [ChasingBottoms] OK.
  3721. 2389.05 s [ChasingBottoms] OK.
  3722. 2389.05 s [ChasingBottoms] OK.
  3723. 2389.05 s [ChasingBottoms] OK.
  3724. 2389.05 s [ChasingBottoms] OK.
  3725. 2389.05 s [ChasingBottoms] OK.
  3726. 2389.05 s [ChasingBottoms] OK.
  3727. 2389.05 s [ChasingBottoms] OK.
  3728. 2389.05 s [ChasingBottoms] OK.
  3729. 2389.05 s [ChasingBottoms] OK.
  3730. 2389.05 s [ChasingBottoms] OK.
  3731. 2389.05 s [ChasingBottoms] OK.
  3732. 2389.05 s [ChasingBottoms] OK.
  3733. 2389.05 s [ChasingBottoms] OK.
  3734. 2389.05 s [ChasingBottoms] OK.
  3735. 2389.05 s [ChasingBottoms] OK.
  3736. 2389.05 s [ChasingBottoms] OK.
  3737. 2389.05 s [ChasingBottoms] OK.
  3738. 2389.05 s [ChasingBottoms] OK.
  3739. 2389.05 s [ChasingBottoms] OK.
  3740. 2389.05 s [ChasingBottoms] OK.
  3741. 2389.05 s [ChasingBottoms] OK.
  3742. 2389.05 s [ChasingBottoms] OK.
  3743. 2389.05 s [ChasingBottoms] OK.
  3744. 2389.05 s [ChasingBottoms] OK.
  3745. 2389.05 s [ChasingBottoms] OK.
  3746. 2389.05 s [ChasingBottoms] OK.
  3747. 2389.05 s [ChasingBottoms] OK.
  3748. 2389.05 s [ChasingBottoms] OK.
  3749. 2389.05 s [ChasingBottoms] OK.
  3750. 2389.05 s [ChasingBottoms] OK.
  3751. 2389.05 s [ChasingBottoms] OK.
  3752. 2389.05 s [ChasingBottoms] OK.
  3753. 2389.05 s [ChasingBottoms] OK.
  3754. 2389.05 s [ChasingBottoms] OK.
  3755. 2389.05 s [ChasingBottoms] OK.
  3756. 2389.05 s [ChasingBottoms] OK.
  3757. 2389.05 s [ChasingBottoms] True
  3758. 2389.05 s [ChasingBottoms] TimeOut:
  3759. 2389.05 s [ChasingBottoms] True
  3760. 2389.05 s [ChasingBottoms]
  3761. 2389.05 s [ChasingBottoms] All tests succeeded.
  3762. 2389.05 s [ChasingBottoms] Test suite ChasingBottomsTestSuite: PASS
  3763. 2389.05 s [ChasingBottoms] Test suite logged to:
  3764. 2389.05 s [ChasingBottoms] dist/test/ChasingBottoms-1.3.1.15-ChasingBottomsTestSuite.log
  3765. 2389.05 s [ChasingBottoms] 1 of 1 test suites (1 of 1 test cases) passed.
  3766. 2389.05 s [ChasingBottoms] Phase: haddockPhase
  3767. 2389.05 s [ChasingBottoms] Preprocessing test suite 'ChasingBottomsTestSuite' for ChasingBottoms-1.3.1.15..
  3768. 2389.05 s [ChasingBottoms] Preprocessing library for ChasingBottoms-1.3.1.15..
  3769. 2389.05 s [ChasingBottoms] Running Haddock on library for ChasingBottoms-1.3.1.15..
  3770. 2389.05 s [ChasingBottoms] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3771. 2389.05 s [generic-deriving] [19 of 21] Compiling Generics.Deriving.TH.Post4_9 ( src/Generics/Deriving/TH/Post4_9.hs, dist/build/Generics/Deriving/TH/Post4_9.p_o )
  3772. 2389.05 s [hourglass] depends old-locale-1.0.0.7-9ClBrOuOIT6EwyhqtYJ951
  3773. 2389.05 s [hourglass] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  3774. 2389.05 s [hourglass] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  3775. 2389.05 s [hourglass] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  3776. 2389.05 s [hourglass] depends time-1.12.2
  3777. 2389.05 s [hourglass] Using Cabal-3.10.1.0 compiled by ghc-9.6
  3778. 2389.05 s [hourglass] Using compiler: ghc-9.6.4
  3779. 2389.05 s [hourglass] Using install prefix:
  3780. 2389.05 s [hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12
  3781. 2389.05 s [hourglass] Executables installed in:
  3782. 2389.05 s [hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/bin
  3783. 2389.05 s [hourglass] Libraries installed in:
  3784. 2389.05 s [hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  3785. 2389.05 s [hourglass] Dynamic Libraries installed in:
  3786. 2389.05 s [hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  3787. 2389.05 s [hourglass] Private executables installed in:
  3788. 2389.05 s [hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/libexec/x86_64-linux-ghc-9.6.4/hourglass-0.2.12
  3789. 2389.05 s [hourglass] Data files installed in:
  3790. 2389.05 s [hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/share/x86_64-linux-ghc-9.6.4/hourglass-0.2.12
  3791. 2389.05 s [hourglass] Documentation installed in:
  3792. 2389.06 s [hourglass] /nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc/share/doc/hourglass-0.2.12
  3793. 2389.06 s [hourglass] Configuration files installed in:
  3794. 2389.06 s [hourglass] /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/etc
  3795. 2389.06 s [hourglass] No alex found
  3796. 2389.06 s [hourglass] Using ar found on system at:
  3797. 2389.06 s [hourglass] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  3798. 2389.06 s [hourglass] No c2hs found
  3799. 2389.06 s [hourglass] No cpphs found
  3800. 2389.06 s [hourglass] No doctest found
  3801. 2389.06 s [hourglass] Using gcc version 14.3.0 given by user at:
  3802. 2389.06 s [hourglass] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  3803. 2389.06 s [hourglass] Using ghc version 9.6.4 found on system at:
  3804. 2389.06 s [hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  3805. 2389.06 s [hourglass] Using ghc-pkg version 9.6.4 found on system at:
  3806. 2389.06 s [hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  3807. 2389.06 s [hourglass] No ghcjs found
  3808. 2389.06 s [hourglass] No ghcjs-pkg found
  3809. 2389.06 s [hourglass] No greencard found
  3810. 2389.06 s [hourglass] Using haddock version 2.29.2 found on system at:
  3811. 2389.06 s [hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  3812. 2389.06 s [hourglass] No happy found
  3813. 2389.06 s [hourglass] Using haskell-suite found on system at: haskell-suite-dummy-location
  3814. 2389.06 s [hourglass] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3815. 2389.06 s [hourglass] No hmake found
  3816. 2389.06 s [hourglass] Using hpc version 0.68 found on system at:
  3817. 2389.06 s [hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  3818. 2389.06 s [hourglass] Using hsc2hs version 0.68.9 found on system at:
  3819. 2389.06 s [hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  3820. 2389.06 s [hourglass] Using hscolour version 1.25 found on system at:
  3821. 2389.06 s [hourglass] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  3822. 2389.06 s [hourglass] No jhc found
  3823. 2389.06 s [hourglass] Using ld found on system at:
  3824. 2389.06 s [hourglass] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  3825. 2389.06 s [hourglass] No pkg-config found
  3826. 2389.06 s [hourglass] Using runghc version 9.6.4 found on system at:
  3827. 2389.06 s [hourglass] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  3828. 2389.06 s [hourglass] Using strip version 2.44 found on system at:
  3829. 2389.06 s [hourglass] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  3830. 2389.06 s [hourglass] Using tar found on system at:
  3831. 2389.06 s [hourglass] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  3832. 2389.06 s [hourglass] No uhc found
  3833. 2389.06 s [hourglass] Phase: buildPhase
  3834. 2389.06 s [hourglass] Preprocessing library for hourglass-0.2.12..
  3835. 2389.06 s [hourglass] Building library for hourglass-0.2.12..
  3836. 2389.06 s [hourglass] [ 1 of 17] Compiling Data.Hourglass.Utils ( Data/Hourglass/Utils.hs, dist/build/Data/Hourglass/Utils.o, dist/build/Data/Hourglass/Utils.dyn_o )
  3837. 2389.06 s [hourglass] [ 2 of 17] Compiling Data.Hourglass.Zone ( Data/Hourglass/Zone.hs, dist/build/Data/Hourglass/Zone.o, dist/build/Data/Hourglass/Zone.dyn_o )
  3838. 2389.06 s [integer-conversion] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  3839. 2389.06 s [integer-conversion] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  3840. 2389.06 s [integer-conversion] depends text-2.0.2
  3841. 2389.08 s [integer-conversion] Using Cabal-3.10.1.0 compiled by ghc-9.6
  3842. 2389.08 s [integer-conversion] Using compiler: ghc-9.6.4
  3843. 2389.08 s [integer-conversion] Using install prefix:
  3844. 2389.08 s [integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1
  3845. 2389.08 s [integer-conversion] Executables installed in:
  3846. 2389.08 s [integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/bin
  3847. 2389.08 s [integer-conversion] Libraries installed in:
  3848. 2389.08 s [integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
  3849. 2389.08 s [integer-conversion] Dynamic Libraries installed in:
  3850. 2389.08 s [integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  3851. 2389.08 s [integer-conversion] Private executables installed in:
  3852. 2389.08 s [integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/libexec/x86_64-linux-ghc-9.6.4/integer-conversion-0.1.1
  3853. 2389.08 s [integer-conversion] Data files installed in:
  3854. 2389.08 s [integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/share/x86_64-linux-ghc-9.6.4/integer-conversion-0.1.1
  3855. 2389.08 s [integer-conversion] Documentation installed in:
  3856. 2389.08 s [integer-conversion] /nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc/share/doc/integer-conversion-0.1.1
  3857. 2389.08 s [integer-conversion] Configuration files installed in:
  3858. 2389.08 s [integer-conversion] /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/etc
  3859. 2389.08 s [integer-conversion] No alex found
  3860. 2389.08 s [integer-conversion] Using ar found on system at:
  3861. 2389.08 s [integer-conversion] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  3862. 2389.08 s [integer-conversion] No c2hs found
  3863. 2389.08 s [integer-conversion] No cpphs found
  3864. 2389.08 s [integer-conversion] No doctest found
  3865. 2389.08 s [integer-conversion] Using gcc version 14.3.0 given by user at:
  3866. 2389.08 s [integer-conversion] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  3867. 2389.08 s [integer-conversion] Using ghc version 9.6.4 found on system at:
  3868. 2389.08 s [integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  3869. 2389.08 s [integer-conversion] Using ghc-pkg version 9.6.4 found on system at:
  3870. 2389.08 s [integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  3871. 2389.09 s [integer-conversion] No ghcjs found
  3872. 2389.09 s [integer-conversion] No ghcjs-pkg found
  3873. 2389.09 s [integer-conversion] No greencard found
  3874. 2389.09 s [integer-conversion] Using haddock version 2.29.2 found on system at:
  3875. 2389.09 s [integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  3876. 2389.09 s [integer-conversion] No happy found
  3877. 2389.09 s [integer-conversion] Using haskell-suite found on system at: haskell-suite-dummy-location
  3878. 2389.09 s [integer-conversion] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3879. 2389.09 s [integer-conversion] No hmake found
  3880. 2389.09 s [integer-conversion] Using hpc version 0.68 found on system at:
  3881. 2389.09 s [integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  3882. 2389.09 s [integer-conversion] Using hsc2hs version 0.68.9 found on system at:
  3883. 2389.09 s [integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  3884. 2389.09 s [integer-conversion] Using hscolour version 1.25 found on system at:
  3885. 2389.09 s [integer-conversion] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  3886. 2389.09 s [integer-conversion] No jhc found
  3887. 2389.09 s [integer-conversion] Using ld found on system at:
  3888. 2389.09 s [integer-conversion] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  3889. 2389.09 s [integer-conversion] No pkg-config found
  3890. 2389.09 s [integer-conversion] Using runghc version 9.6.4 found on system at:
  3891. 2389.09 s [integer-conversion] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  3892. 2389.09 s [integer-conversion] Using strip version 2.44 found on system at:
  3893. 2389.09 s [integer-conversion] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  3894. 2389.09 s [integer-conversion] Using tar found on system at:
  3895. 2389.09 s [integer-conversion] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  3896. 2389.09 s [integer-conversion] No uhc found
  3897. 2389.09 s [integer-conversion] Phase: buildPhase
  3898. 2389.09 s [integer-conversion] Preprocessing library for integer-conversion-0.1.1..
  3899. 2389.09 s [integer-conversion] Building library for integer-conversion-0.1.1..
  3900. 2389.09 s [integer-conversion] [1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, dist/build/Data/Integer/Conversion.o, dist/build/Data/Integer/Conversion.dyn_o )
  3901. 2389.09 s [network] Running 1 test suites...
  3902. 2389.09 s [network] Test suite spec: RUNNING...
  3903. 2389.09 s [network]
  3904. 2389.10 s [network] Network.Socket
  3905. 2389.10 s [network] connect
  3906. 2389.10 s [network] fails to connect and throws an IOException [✔]
  3907. 2389.48 s [tasty-kat:post-build] Uploading to the NixCI cache: /nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc /nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3
  3908. 2390.30 s [tasty-kat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3909. 2391.40 s [tasty-kat:post-build] copying 2 paths...
  3910. 2391.46 s [tasty-kat:post-build] copying path '/nix/store/15bwlg1vhmd4jm5dp5fh4f8qplm933bb-tasty-kat-0.0.3-doc' to 'https://cache.nix-ci.com'...
  3911. 2393.00 s [tasty-kat:post-build] copying path '/nix/store/c5w54gpc9d19p85a4xa77w9q8fbzvzpc-tasty-kat-0.0.3' to 'https://cache.nix-ci.com'...
  3912. 2395.88 s [tasty-kat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3913. 2396.75 s [tasty-kat:post-build] copying 1 paths...
  3914. 2396.76 s [tasty-kat:post-build] copying path '/nix/store/f767mc1in7sg38qmcrn8nvg1b5dia40m-tasty-kat-0.0.3.drv' to 'https://cache.nix-ci.com'...
  3915. 2398.76 s Uploaded tasty-kat in 9.4s
  3916. 2398.76 s Progress: 115 of 211 built (15 building), 298 of 298 downloaded from cache
  3917. 2398.76 s Built tasty-kat in 1m34s
  3918. 2399.17 s [th-expand-syns:post-build] Uploading to the NixCI cache: /nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0 /nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc
  3919. 2400.13 s [th-expand-syns:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3920. 2400.83 s [th-expand-syns:post-build] copying 2 paths...
  3921. 2400.83 s [th-expand-syns:post-build] copying path '/nix/store/n8g3adiclm7c5zv5sl0c0q9v6s7ahah0-th-expand-syns-0.4.12.0-doc' to 'https://cache.nix-ci.com'...
  3922. 2402.74 s [th-expand-syns:post-build] copying path '/nix/store/0rpjdjf5arsb3k45h5f7hsb89a70jb4f-th-expand-syns-0.4.12.0' to 'https://cache.nix-ci.com'...
  3923. 2405.42 s [th-expand-syns:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3924. 2406.78 s [th-expand-syns:post-build] copying 1 paths...
  3925. 2406.78 s [th-expand-syns:post-build] copying path '/nix/store/ff1pg83pa840pdlrq1mnafdiwnmsfjcs-th-expand-syns-0.4.12.0.drv' to 'https://cache.nix-ci.com'...
  3926. 2409.36 s Uploaded th-expand-syns in 10.4s
  3927. 2409.38 s Progress: 116 of 212 built (14 building), 298 of 298 downloaded from cache
  3928. 2409.38 s Built th-expand-syns in 1m35s
  3929. 2409.38 s [unix-time] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3930. 2409.60 s Building /nix/store/hlakyfhn7xhfcga865vvwbh3ixdmpr83-zlib-0.7.1.0.drv
  3931. 2409.86 s Building /nix/store/df229b8a7p1f0j3hj20bw304s965xr7w-crypton-1.0.4.drv
  3932. 2409.87 s [ChasingBottoms] 100% ( 6 / 6) in 'Test.ChasingBottoms.Nat'
  3933. 2409.87 s [ChasingBottoms] 100% ( 2 / 2) in 'Test.ChasingBottoms.Approx'
  3934. 2409.87 s [ChasingBottoms] 83% ( 5 / 6) in 'Test.ChasingBottoms.TimeOut'
  3935. 2409.87 s [ChasingBottoms] Missing documentation for:
  3936. 2409.87 s [ChasingBottoms] Result (Test/ChasingBottoms/TimeOut.hs:34)
  3937. 2409.87 s [ChasingBottoms] 100% ( 7 / 7) in 'Test.ChasingBottoms.IsBottom'
  3938. 2409.87 s [ChasingBottoms] 100% ( 5 / 5) in 'Test.ChasingBottoms.SemanticOrd'
  3939. 2409.87 s [ChasingBottoms] 100% ( 25 / 25) in 'Test.ChasingBottoms.ContinuousFunctions'
  3940. 2409.87 s [ChasingBottoms] 66% ( 2 / 3) in 'Test.ChasingBottoms.ApproxShow'
  3941. 2409.87 s [ChasingBottoms] Missing documentation for:
  3942. 2409.87 s [ChasingBottoms] ApproxShow (Test/ChasingBottoms/ApproxShow.hs:30)
  3943. 2409.87 s [ChasingBottoms] 100% ( 8 / 8) in 'Test.ChasingBottoms'
  3944. 2409.87 s [cookie] Preprocessing test suite 'test' for cookie-0.5.1..
  3945. 2409.87 s [cookie] Building test suite 'test' for cookie-0.5.1..
  3946. 2409.87 s [cookie] [1 of 1] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
  3947. 2409.87 s [cookie] [2 of 2] Linking dist/build/test/test
  3948. 2409.87 s [cookie] buildPhase completed in 31 seconds
  3949. 2409.87 s [cookie] Phase: checkPhase
  3950. 2409.87 s [cookie] Running 1 test suites...
  3951. 2409.87 s [cookie] Test suite test: RUNNING...
  3952. 2409.87 s [cookie] cookie
  3953. 2409.87 s [cookie] parse/render cookies: OK (0.06s)
  3954. 2409.87 s [cookie] +++ OK, passed 100 tests.
  3955. 2409.87 s [cookie] parse/render SetCookie: OK (0.03s)
  3956. 2409.87 s [cookie] +++ OK, passed 100 tests.
  3957. 2409.87 s [cookie] parse/render cookies text: OK (0.14s)
  3958. 2409.87 s [cookie] +++ OK, passed 100 tests.
  3959. 2409.87 s [cookie] parseCookies: OK
  3960. 2409.87 s [cookie] parseQuotedCookies: OK
  3961. 2409.87 s [cookie] parseQuotedSetCookie: OK
  3962. 2409.87 s [cookie] year 24: OK
  3963. 2409.87 s [cookie] year 69: OK
  3964. 2409.87 s [cookie] year 70: OK
  3965. 2409.87 s [cookie]
  3966. 2409.87 s [cookie] All 9 tests passed (0.27s)
  3967. 2409.87 s [cookie] Test suite test: PASS
  3968. 2409.87 s [cookie] Test suite logged to: dist/test/cookie-0.5.1-test.log
  3969. 2409.87 s [cookie] 1 of 1 test suites (1 of 1 test cases) passed.
  3970. 2409.87 s [cookie] Phase: haddockPhase
  3971. 2409.87 s [cookie] Preprocessing library for cookie-0.5.1..
  3972. 2409.87 s [cookie] Running Haddock on library for cookie-0.5.1..
  3973. 2409.87 s [cookie] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3974. 2409.87 s [cookie] 75% ( 28 / 37) in 'Web.Cookie'
  3975. 2409.87 s [cookie] Missing documentation for:
  3976. 2409.87 s [cookie] Module header
  3977. 2409.87 s [cookie] parseSetCookie (Web/Cookie.hs:268)
  3978. 2409.87 s [cookie] renderSetCookie (Web/Cookie.hs:227)
  3979. 2409.87 s [cookie] Cookies (Web/Cookie.hs:75)
  3980. 2409.87 s [cookie] renderCookies (Web/Cookie.hs:129)
  3981. 2409.87 s [cookie] parseCookiesText (Web/Cookie.hs:66)
  3982. 2409.87 s [cookie] renderCookiesText (Web/Cookie.hs:72)
  3983. 2409.87 s [cookie] expiresFormat (Web/Cookie.hs:294)
  3984. 2409.87 s [cookie] parseCookieExpires (Web/Cookie.hs:302)
  3985. 2409.87 s [cryptohash-sha256] Documentation created: dist/doc/html/cryptohash-sha256/index.html,
  3986. 2409.87 s [cryptohash-sha256] dist/doc/html/cryptohash-sha256/cryptohash-sha256.txt
  3987. 2409.87 s [cryptohash-sha256] Preprocessing test suite 'test-sha256' for cryptohash-sha256-0.11.102.1..
  3988. 2409.87 s [cryptohash-sha256] Phase: installPhase
  3989. 2409.87 s [cryptohash-sha256] Installing library in /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/cryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9
  3990. 2409.87 s [cryptohash-sha256] Phase: fixupPhase
  3991. 2409.87 s [cryptohash-sha256] shrinking RPATHs of ELF executables and libraries in /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1
  3992. 2409.87 s [cryptohash-sha256] shrinking /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHScryptohash-sha256-0.11.102.1-910YJLY0EGsK0Iysd47Hq9-ghc9.6.4.so
  3993. 2409.87 s [cryptohash-sha256] checking for references to /build/ in /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1...
  3994. 2409.87 s [cryptohash-sha256] patching script interpreter paths in /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1
  3995. 2409.88 s [cryptohash-sha256] stripping (with command strip and flags -S -p) in /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1/lib
  3996. 2409.88 s [cryptohash-sha256] shrinking RPATHs of ELF executables and libraries in /nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc
  3997. 2409.88 s [cryptohash-sha256] checking for references to /build/ in /nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc...
  3998. 2409.88 s [cryptohash-sha256] patching script interpreter paths in /nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc
  3999. 2409.88 s [doctest] [ 3 of 25] Compiling Cabal.Paths ( src/Cabal/Paths.hs, dist/build/Cabal/Paths.o, dist/build/Cabal/Paths.dyn_o )
  4000. 2409.88 s [doctest] [ 4 of 25] Compiling Cabal.Options ( src/Cabal/Options.hs, dist/build/Cabal/Options.o, dist/build/Cabal/Options.dyn_o )
  4001. 2409.88 s [doctest] [ 5 of 25] Compiling Language.Haskell.GhciWrapper ( src/Language/Haskell/GhciWrapper.hs, dist/build/Language/Haskell/GhciWrapper.o, dist/build/Language/Haskell/GhciWrapper.dyn_o )
  4002. 2409.88 s [doctest] [ 6 of 25] Compiling Interpreter ( src/Interpreter.hs, dist/build/Interpreter.o, dist/build/Interpreter.dyn_o )
  4003. 2409.88 s [doctest] [ 7 of 25] Compiling Location ( src/Location.hs, dist/build/Location.o, dist/build/Location.dyn_o )
  4004. 2409.88 s [doctest] [ 8 of 25] Compiling PackageDBs ( src/PackageDBs.hs, dist/build/PackageDBs.o, dist/build/PackageDBs.dyn_o )
  4005. 2409.88 s [doctest] [ 9 of 25] Compiling Paths_doctest ( dist/build/autogen/Paths_doctest.hs, dist/build/Paths_doctest.o, dist/build/Paths_doctest.dyn_o )
  4006. 2409.88 s [doctest] [10 of 25] Compiling Info ( src/Info.hs, dist/build/Info.o, dist/build/Info.dyn_o )
  4007. 2409.88 s [doctest] [11 of 25] Compiling Options ( src/Options.hs, dist/build/Options.o, dist/build/Options.dyn_o )
  4008. 2409.88 s [doctest] [12 of 25] Compiling Cabal ( src/Cabal.hs, dist/build/Cabal.o, dist/build/Cabal.dyn_o )
  4009. 2409.88 s [doctest] [13 of 25] Compiling Test.DocTest.Internal.Cabal ( src/Test/DocTest/Internal/Cabal.hs, dist/build/Test/DocTest/Internal/Cabal.o, dist/build/Test/DocTest/Internal/Cabal.dyn_o )
  4010. 2409.88 s [doctest] [14 of 25] Compiling Test.DocTest.Internal.Location ( src/Test/DocTest/Internal/Location.hs, dist/build/Test/DocTest/Internal/Location.o, dist/build/Test/DocTest/Internal/Location.dyn_o )
  4011. 2409.88 s [doctest] [15 of 25] Compiling Util ( src/Util.hs, dist/build/Util.o, dist/build/Util.dyn_o )
  4012. 2409.88 s [doctest] [16 of 25] Compiling Extract ( src/Extract.hs, dist/build/Extract.o, dist/build/Extract.dyn_o )
  4013. 2409.88 s [doctest] [17 of 25] Compiling Test.DocTest.Internal.Extract ( src/Test/DocTest/Internal/Extract.hs, dist/build/Test/DocTest/Internal/Extract.o, dist/build/Test/DocTest/Internal/Extract.dyn_o )
  4014. 2409.88 s [doctest] [18 of 25] Compiling Parse ( src/Parse.hs, dist/build/Parse.o, dist/build/Parse.dyn_o )
  4015. 2409.88 s [doctest] [19 of 25] Compiling Test.DocTest.Internal.Parse ( src/Test/DocTest/Internal/Parse.hs, dist/build/Test/DocTest/Internal/Parse.o, dist/build/Test/DocTest/Internal/Parse.dyn_o )
  4016. 2409.88 s [doctest] [20 of 25] Compiling Runner.Example ( src/Runner/Example.hs, dist/build/Runner/Example.o, dist/build/Runner/Example.dyn_o )
  4017. 2409.88 s [doctest] [21 of 25] Compiling Property ( src/Property.hs, dist/build/Property.o, dist/build/Property.dyn_o )
  4018. 2409.88 s [doctest] [22 of 25] Compiling Runner ( src/Runner.hs, dist/build/Runner.o, dist/build/Runner.dyn_o )
  4019. 2409.88 s [doctest] [23 of 25] Compiling Run ( src/Run.hs, dist/build/Run.o, dist/build/Run.dyn_o )
  4020. 2409.88 s [doctest] [24 of 25] Compiling Test.DocTest.Internal.Run ( src/Test/DocTest/Internal/Run.hs, dist/build/Test/DocTest/Internal/Run.o, dist/build/Test/DocTest/Internal/Run.dyn_o )
  4021. 2409.88 s [doctest] [25 of 25] Compiling Test.DocTest ( src/Test/DocTest.hs, dist/build/Test/DocTest.o, dist/build/Test/DocTest.dyn_o )
  4022. 2409.88 s [doctest] [ 1 of 25] Compiling Imports ( src/Imports.hs, dist/build/Imports.p_o )
  4023. 2409.88 s [generic-deriving] [20 of 21] Compiling Generics.Deriving.TH ( src/Generics/Deriving/TH.hs, dist/build/Generics/Deriving/TH.p_o )
  4024. 2409.88 s [generic-deriving] [21 of 21] Compiling Paths_generic_deriving ( dist/build/autogen/Paths_generic_deriving.hs, dist/build/Paths_generic_deriving.p_o )
  4025. 2409.88 s [generic-deriving] Preprocessing test suite 'spec' for generic-deriving-1.14.6..
  4026. 2409.88 s [generic-deriving] Building test suite 'spec' for generic-deriving-1.14.6..
  4027. 2409.88 s [generic-deriving] [1 of 8] Compiling DefaultSpec ( tests/DefaultSpec.hs, dist/build/spec/spec-tmp/DefaultSpec.o )
  4028. 2409.88 s [hashable] [ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o )
  4029. 2409.88 s [hashable] [ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o )
  4030. 2409.88 s [hashable]
  4031. 2409.88 s [hashable] src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
  4032. 2409.88 s [hashable] ‘Data.Hashable.Generic.Instances’ is marked as Trustworthy but has been inferred as safe!
  4033. 2409.89 s [hashable] |
  4034. 2409.89 s [hashable] 5 | {-# LANGUAGE Trustworthy #-}
  4035. 2409.89 s [hashable] | ^^^^^^^^^^^
  4036. 2409.89 s [hashable] [ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o )
  4037. 2409.89 s [hashable] [10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o )
  4038. 2409.89 s [hashable] [ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.p_o )
  4039. 2409.89 s [hashable] [ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.p_o )
  4040. 2409.89 s [hashable] [ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.p_o )
  4041. 2409.89 s [hashable] [ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.p_o )
  4042. 2409.89 s [hashable] [ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.p_o )
  4043. 2409.89 s [hashable] [ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.p_o )
  4044. 2409.89 s [haskell-src-exts] [15 of 18] Compiling Language.Haskell.Exts.ExactPrint ( src/Language/Haskell/Exts/ExactPrint.hs, dist/build/Language/Haskell/Exts/ExactPrint.p_o )
  4045. 2409.89 s [haskell-src-exts]
  4046. 2409.89 s [haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:50:3: warning: [-Wnoncanonical-monad-instances]
  4047. 2409.89 s [haskell-src-exts] Noncanonical ‘pure = return’ definition detected
  4048. 2409.89 s [haskell-src-exts] in the instance declaration for ‘Applicative EP’.
  4049. 2409.89 s [haskell-src-exts] Move definition from ‘return’ to ‘pure’
  4050. 2409.89 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  4051. 2409.89 s [haskell-src-exts] |
  4052. 2409.89 s [haskell-src-exts] 50 | pure = return
  4053. 2409.90 s [haskell-src-exts] | ^^^^^^^^^^^^^
  4054. 2409.90 s [haskell-src-exts]
  4055. 2409.90 s [haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:54:3: warning: [-Wnoncanonical-monad-instances]
  4056. 2409.90 s [haskell-src-exts] Noncanonical ‘return’ definition detected
  4057. 2409.90 s [haskell-src-exts] in the instance declaration for ‘Monad EP’.
  4058. 2409.90 s [haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
  4059. 2409.90 s [haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  4060. 2409.90 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  4061. 2409.90 s [haskell-src-exts] |
  4062. 2409.90 s [haskell-src-exts] 54 | return x = EP $ \l cs -> (x, l, cs, id)
  4063. 2409.90 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4064. 2409.90 s [haskell-src-exts]
  4065. 2409.91 s [haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:381:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  4066. 2409.91 s [haskell-src-exts] Pattern match(es) are non-exhaustive
  4067. 2409.91 s [haskell-src-exts] In a pattern binding: Patterns of type ‘[SrcSpan]’ not matched: []
  4068. 2409.91 s [haskell-src-exts] |
  4069. 2409.91 s [haskell-src-exts] 381 | let (x:pts') = pts
  4070. 2409.91 s [haskell-src-exts] | ^^^^^^^^^^^^^^
  4071. 2409.91 s [haskell-src-exts]
  4072. 2409.91 s [haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:702:21: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  4073. 2409.91 s [haskell-src-exts] Pattern match(es) are non-exhaustive
  4074. 2409.91 s [haskell-src-exts] In a pattern binding: Patterns of type ‘[SrcSpan]’ not matched: []
  4075. 2409.91 s [haskell-src-exts] |
  4076. 2409.91 s [haskell-src-exts] 702 | let (p:pts') = pts
  4077. 2409.91 s [haskell-src-exts] | ^^^^^^^^^^^^^^
  4078. 2409.91 s [haskell-src-exts]
  4079. 2409.91 s [haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:742:13: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  4080. 2409.91 s [haskell-src-exts] Pattern match(es) are non-exhaustive
  4081. 2409.91 s [haskell-src-exts] In a pattern binding: Patterns of type ‘[SrcSpan]’ not matched: []
  4082. 2409.91 s [haskell-src-exts] |
  4083. 2409.92 s [haskell-src-exts] 742 | let (pat:pts) = srcInfoPoints l
  4084. 2409.92 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4085. 2409.92 s [haskell-src-exts]
  4086. 2409.92 s [haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:1748:13: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  4087. 2409.92 s [haskell-src-exts] Pattern match(es) are non-exhaustive
  4088. 2409.92 s [haskell-src-exts] In a pattern binding: Patterns of type ‘[SrcSpan]’ not matched: []
  4089. 2409.92 s [haskell-src-exts] |
  4090. 2409.92 s [haskell-src-exts] 1748 | let (opt:pts) = srcInfoPoints l
  4091. 2409.92 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4092. 2409.92 s [haskell-src-exts] [16 of 18] Compiling Language.Haskell.Exts.Build ( src/Language/Haskell/Exts/Build.hs, dist/build/Language/Haskell/Exts/Build.p_o )
  4093. 2409.92 s [haskell-src-exts] [17 of 18] Compiling Language.Preprocessor.Unlit ( src/Language/Preprocessor/Unlit.hs, dist/build/Language/Preprocessor/Unlit.p_o )
  4094. 2409.92 s [haskell-src-exts]
  4095. 2409.92 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:17:25: warning: [GHC-63397] [-Wname-shadowing]
  4096. 2409.92 s [haskell-src-exts] This binding for ‘x’ shadows the existing binding
  4097. 2409.92 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:17
  4098. 2409.92 s [haskell-src-exts] |
  4099. 2409.92 s [haskell-src-exts] 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs
  4100. 2409.92 s [hourglass] [ 3 of 17] Compiling Time.Types ( Time/Types.hs, dist/build/Time/Types.o, dist/build/Time/Types.dyn_o )
  4101. 2409.92 s [hourglass] [ 4 of 17] Compiling Data.Hourglass.Types ( Data/Hourglass/Types.hs, dist/build/Data/Hourglass/Types.o, dist/build/Data/Hourglass/Types.dyn_o )
  4102. 2409.92 s [hourglass] [ 5 of 17] Compiling Data.Hourglass.Internal.Unix ( Data/Hourglass/Internal/Unix.hs, dist/build/Data/Hourglass/Internal/Unix.o, dist/build/Data/Hourglass/Internal/Unix.dyn_o )
  4103. 2409.92 s [hourglass]
  4104. 2409.92 s [hourglass] Data/Hourglass/Internal/Unix.hs:24:1: warning: [-Wunused-imports]
  4105. 2409.92 s [hourglass] The import of ‘Control.Applicative’ is redundant
  4106. 2409.92 s [hourglass] except perhaps to import instances from ‘Control.Applicative’
  4107. 2409.92 s [hourglass] To import instances alone, use: import Control.Applicative()
  4108. 2409.92 s [hourglass] |
  4109. 2409.92 s [hourglass] 24 | import Control.Applicative
  4110. 2409.92 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  4111. 2409.92 s [hourglass] [ 6 of 17] Compiling Data.Hourglass.Internal ( Data/Hourglass/Internal.hs, dist/build/Data/Hourglass/Internal.o, dist/build/Data/Hourglass/Internal.dyn_o )
  4112. 2409.92 s [hourglass] [ 7 of 17] Compiling Data.Hourglass.Calendar ( Data/Hourglass/Calendar.hs, dist/build/Data/Hourglass/Calendar.o, dist/build/Data/Hourglass/Calendar.dyn_o )
  4113. 2409.92 s [hourglass] [ 8 of 17] Compiling Data.Hourglass.Diff ( Data/Hourglass/Diff.hs, dist/build/Data/Hourglass/Diff.o, dist/build/Data/Hourglass/Diff.dyn_o )
  4114. 2409.93 s [hourglass]
  4115. 2409.93 s [hourglass] Data/Hourglass/Diff.hs:23:1: warning: [-Wunused-imports]
  4116. 2409.93 s [hourglass] The import of ‘Data.Monoid’ is redundant
  4117. 2409.93 s [hourglass] except perhaps to import instances from ‘Data.Monoid’
  4118. 2409.93 s [hourglass] To import instances alone, use: import Data.Monoid()
  4119. 2409.93 s [hourglass] |
  4120. 2409.93 s [hourglass] 23 | import Data.Monoid
  4121. 2409.93 s [hourglass] | ^^^^^^^^^^^^^^^^^^
  4122. 2409.93 s [hourglass]
  4123. 2409.93 s [hourglass] Data/Hourglass/Diff.hs:49:5: warning: [-Wnoncanonical-monoid-instances]
  4124. 2409.93 s [hourglass] Noncanonical ‘mappend’ definition detected
  4125. 2409.93 s [hourglass] in the instance declaration for ‘Monoid Period’.
  4126. 2409.93 s [hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  4127. 2409.93 s [hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  4128. 2409.93 s [hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  4129. 2409.93 s [hourglass] |
  4130. 2409.93 s [hourglass] 49 | mappend (Period y1 m1 d1) (Period y2 m2 d2) =
  4131. 2409.93 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  4132. 2409.93 s [hourglass]
  4133. 2409.93 s [hourglass] Data/Hourglass/Diff.hs:70:5: warning: [-Wnoncanonical-monoid-instances]
  4134. 2409.93 s [hourglass] Noncanonical ‘mappend’ definition detected
  4135. 2409.93 s [hourglass] in the instance declaration for ‘Monoid Duration’.
  4136. 2409.93 s [hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  4137. 2409.93 s [hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  4138. 2409.93 s [hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  4139. 2409.94 s [hourglass] |
  4140. 2409.94 s [hourglass] 70 | mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
  4141. 2409.94 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  4142. 2409.94 s [integer-conversion] [1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, dist/build/Data/Integer/Conversion.p_o )
  4143. 2409.94 s [integer-conversion] Preprocessing test suite 'integer-conversion-tests' for integer-conversion-0.1.1..
  4144. 2409.94 s [integer-conversion] Building test suite 'integer-conversion-tests' for integer-conversion-0.1.1..
  4145. 2409.94 s [integer-conversion] [1 of 3] Compiling Alternative ( src-other/Alternative.hs, dist/build/integer-conversion-tests/integer-conversion-tests-tmp/Alternative.o )
  4146. 2409.94 s [integer-conversion] [2 of 3] Compiling Naive ( src-other/Naive.hs, dist/build/integer-conversion-tests/integer-conversion-tests-tmp/Naive.o )
  4147. 2409.94 s [integer-conversion] [3 of 3] Compiling Main ( tests/integer-conversion-tests.hs, dist/build/integer-conversion-tests/integer-conversion-tests-tmp/Main.o )
  4148. 2409.94 s [integer-conversion] [4 of 4] Linking dist/build/integer-conversion-tests/integer-conversion-tests
  4149. 2409.94 s [integer-conversion] Phase: checkPhase
  4150. 2409.94 s [integer-conversion] Running 1 test suites...
  4151. 2409.94 s [integer-conversion] Test suite integer-conversion-tests: RUNNING...
  4152. 2409.94 s [integer-conversion] integer-conversion
  4153. 2409.94 s [integer-conversion] text
  4154. 2409.94 s [integer-conversion] naive: OK (0.02s)
  4155. 2409.94 s [integer-conversion] +++ OK, passed 100 tests:
  4156. 2409.94 s [integer-conversion] 79% short
  4157. 2409.94 s [integer-conversion] 21% long
  4158. 2409.94 s [integer-conversion] alt: OK (0.02s)
  4159. 2409.94 s [integer-conversion] +++ OK, passed 100 tests:
  4160. 2409.94 s [integer-conversion] 73% short
  4161. 2409.94 s [integer-conversion] 27% long
  4162. 2409.94 s [integer-conversion] bs
  4163. 2409.94 s [integer-conversion] naive: OK
  4164. 2409.94 s [integer-conversion] +++ OK, passed 100 tests:
  4165. 2409.94 s [integer-conversion] 77% short
  4166. 2409.94 s [integer-conversion] 23% long
  4167. 2409.94 s [integer-conversion] alt: OK (0.01s)
  4168. 2409.94 s [integer-conversion] +++ OK, passed 100 tests:
  4169. 2409.95 s [integer-conversion] 71% short
  4170. 2409.95 s [integer-conversion] 29% long
  4171. 2409.95 s [integer-conversion] string
  4172. 2409.95 s [integer-conversion] naive: OK
  4173. 2409.95 s [integer-conversion] +++ OK, passed 100 tests:
  4174. 2409.95 s [integer-conversion] 84% short
  4175. 2409.95 s [integer-conversion] 16% long
  4176. 2409.95 s [integer-conversion] alt: OK
  4177. 2409.95 s [integer-conversion] +++ OK, passed 100 tests:
  4178. 2409.95 s [integer-conversion] 78% short
  4179. 2409.95 s [integer-conversion] 22% long
  4180. 2409.95 s [integer-conversion]
  4181. 2409.95 s [integer-conversion] All 6 tests passed (0.07s)
  4182. 2409.95 s [integer-conversion] Test suite integer-conversion-tests: PASS
  4183. 2409.95 s [integer-conversion] Test suite logged to:
  4184. 2409.95 s [integer-conversion] dist/test/integer-conversion-0.1.1-integer-conversion-tests.log
  4185. 2409.95 s [integer-conversion] 1 of 1 test suites (1 of 1 test cases) passed.
  4186. 2409.95 s [integer-conversion] Phase: haddockPhase
  4187. 2409.95 s [network] successfully connects to a socket with no exception [✔]
  4188. 2409.95 s [network] bind
  4189. 2409.95 s [network] successfully binds to an ipv4 socket [✔]
  4190. 2409.95 s [network] successfully binds to a unix socket [✔]
  4191. 2409.95 s [network] UserTimeout
  4192. 2409.95 s [network] can be set [✔]
  4193. 2409.95 s [network] getAddrInfo
  4194. 2409.95 s [network] works for IPv4 address [✔]
  4195. 2409.95 s [network] works for IPv6 address [✔]
  4196. 2409.95 s [network] does not cause segfault on macOS 10.8.2 due to AI_NUMERICSERV [✔]
  4197. 2409.95 s [network] ifNameToIndex and ifIndexToName
  4198. 2409.95 s [network] convert a name to an index and back [✔]
  4199. 2409.95 s [network] socket
  4200. 2409.95 s [network] should not be GCed while blocking [✔]
  4201. 2409.96 s [network] unix sockets
  4202. 2409.96 s [network] basic unix sockets end-to-end [✔]
  4203. 2409.96 s [network] can end-to-end with an abstract socket [✔]
  4204. 2409.96 s [network] safely throws an exception [✔]
  4205. 2409.96 s [network] socketPair
  4206. 2409.96 s [network] can send and recieve bi-directionally [✔]
  4207. 2409.96 s [network] sendFd/recvFd
  4208. 2409.96 s [network] can send and recieve a file descriptor [✔]
  4209. 2409.96 s [network] getPeerCredential
  4210. 2409.96 s [network] can return something [✔]
  4211. 2409.96 s [network] gracefulClose
  4212. 2409.96 s [network] does not send TCP RST back [✔]
  4213. 2409.96 s [network] socketToFd
  4214. 2409.96 s [network] socketToFd can send using fd [✔]
  4215. 2409.96 s [network] getNameInfo
  4216. 2409.96 s [network] works for IPv4 address [✔]
  4217. 2409.96 s [network] works for IPv6 address [✔]
  4218. 2409.96 s [network] works for IPv6 address [✔]
  4219. 2409.96 s [network] works for global multicast IPv6 address [✔]
  4220. 2409.97 s [network] show SocketAddr
  4221. 2409.97 s [network] works for IPv4 address [✔]
  4222. 2409.97 s [network] works for IPv6 address [✔]
  4223. 2409.97 s [network] works for IPv6 address with zeros [✔]
  4224. 2409.97 s [network] works for multicast IPv6 address with reserved scope [✔]
  4225. 2409.97 s [network] show Family
  4226. 2409.97 s [network] works for pattern synonyms [✔]
  4227. 2409.97 s [network] works for unsupported [✔]
  4228. 2409.97 s [network] works for positive values [✔]
  4229. 2409.97 s [network] works for negative values [✔]
  4230. 2409.97 s [network] show SocketType
  4231. 2409.97 s [network] works for pattern synonyms [✔]
  4232. 2409.97 s [network] works for unsupported [✔]
  4233. 2409.97 s [network] works for positive values [✔]
  4234. 2409.97 s [network] works for negative values [✔]
  4235. 2409.97 s [network] show SocketOptions
  4236. 2409.97 s [network] works for pattern synonyms [✔]
  4237. 2409.97 s [network] works for unsupported [✔]
  4238. 2409.98 s [network] works for positive values [✔]
  4239. 2409.98 s [network] works for negative values [✔]
  4240. 2409.98 s [network] show CmsgId
  4241. 2409.98 s [network] works for pattern synonyms [✔]
  4242. 2409.98 s [network] works for unsupported [✔]
  4243. 2409.98 s [network] works for positive values [✔]
  4244. 2409.98 s [network] works for negative values [✔]
  4245. 2409.98 s [network] bijective encodeCmsg-decodeCmsg roundtrip equality
  4246. 2409.98 s [network] holds for [Fd] [✔]
  4247. 2409.98 s [network] +++ OK, passed 100 tests.
  4248. 2409.98 s [network] bijective read-show roundtrip equality
  4249. 2409.98 s [network] holds for Family [✔]
  4250. 2409.98 s [network] +++ OK, passed 100 tests.
  4251. 2409.98 s [network] holds for SocketType [✔]
  4252. 2409.98 s [network] +++ OK, passed 100 tests.
  4253. 2409.98 s [network] holds for SocketOption [✔]
  4254. 2409.98 s [network] +++ OK, passed 100 tests.
  4255. 2409.98 s [network] holds for CmsgId [✔]
  4256. 2409.98 s [network] +++ OK, passed 100 tests.
  4257. 2409.98 s [network] Network.Socket.ByteString
  4258. 2409.98 s [network] send
  4259. 2409.98 s [network] works well [✔]
  4260. 2409.98 s [network] throws when closed [✔]
  4261. 2409.98 s [network] checks -1 correctly on Windows [✔]
  4262. 2409.98 s [network] sendAll
  4263. 2409.98 s [network] works well [✔]
  4264. 2409.98 s [network] throws when closed [✔]
  4265. 2409.98 s [network] sendTo
  4266. 2409.99 s [network] works well [✔]
  4267. 2409.99 s [network] throws when closed [✔]
  4268. 2409.99 s [network] sendAllTo
  4269. 2409.99 s [network] works well [✔]
  4270. 2409.99 s [network] throws when closed [✔]
  4271. 2409.99 s [network] sendMany
  4272. 2409.99 s [network] works well [✔]
  4273. 2409.99 s [network] throws when closed [✔]
  4274. 2409.99 s [network] sendManyTo
  4275. 2409.99 s [network] works well [✔]
  4276. 2409.99 s [network] throws when closed [✔]
  4277. 2409.99 s [network] recv
  4278. 2409.99 s [network] works well [✔]
  4279. 2409.99 s [network] throws when closed [✔]
  4280. 2409.99 s [network] can treat overflow [✔]
  4281. 2409.99 s [network] returns empty string at EOF [✔]
  4282. 2409.99 s [network] checks -1 correctly on Windows [✔]
  4283. 2409.99 s [network] recvFrom
  4284. 2409.99 s [network] works well [✔]
  4285. 2410.00 s [network] throws when closed [✔]
  4286. 2410.00 s [network] can treat overflow [✔]
  4287. 2410.00 s [network] returns empty string at EOF [✔]
  4288. 2410.00 s [network] sendMsg
  4289. 2410.00 s [network] works well [✔]
  4290. 2410.00 s [network] throws when closed [✔]
  4291. 2410.00 s [network] recvMsg
  4292. 2410.00 s [network] works well [✔]
  4293. 2410.00 s [network] receives truncated flag [✔]
  4294. 2410.00 s [network] peek [✔]
  4295. 2410.00 s [network] receives control messages for IPv4 [✔]
  4296. 2410.00 s [network] receives control messages for IPv6 [✔]
  4297. 2410.00 s [network] receives truncated control messages [✔]
  4298. 2410.00 s [network] Network.Socket.ByteString.Lazy
  4299. 2410.00 s [network] send
  4300. 2410.00 s [network] works well [✔]
  4301. 2410.00 s [network] throws when closed [✔]
  4302. 2410.00 s [network] sendAll
  4303. 2410.00 s [network] works well [✔]
  4304. 2410.00 s [network] throws when closed [✔]
  4305. 2410.00 s [network] getContents
  4306. 2410.00 s [network] works well [✔]
  4307. 2410.00 s [network] returns empty string at EOF [✔]
  4308. 2410.00 s [network] recv
  4309. 2410.00 s [network] works well [✔]
  4310. 2410.00 s [network] throws when closed [✔]
  4311. 2410.01 s [network] can treat overflow [✔]
  4312. 2410.01 s [network] returns empty string at EOF [✔]
  4313. 2410.01 s [network]
  4314. 2410.01 s [network] Finished in 0.3589 seconds
  4315. 2410.02 s [network] 87 examples, 0 failures
  4316. 2410.02 s [network] Test suite spec: PASS
  4317. 2410.02 s [network] Test suite logged to: dist/test/network-3.2.7.0-spec.log
  4318. 2410.02 s [network] 1 of 1 test suites (1 of 1 test cases) passed.
  4319. 2410.02 s [network] Phase: haddockPhase
  4320. 2410.02 s [network] Preprocessing library for network-3.2.7.0..
  4321. 2410.02 s [network] Running Haddock on library for network-3.2.7.0..
  4322. 2410.02 s [network] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  4323. 2410.02 s [network-uri] Phase: setupCompilerEnvironmentPhase
  4324. 2410.02 s [network-uri] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  4325. 2410.02 s [network-uri] Phase: unpackPhase
  4326. 2410.02 s [network-uri] unpacking source archive /nix/store/jzwm4kwkhsdkpk8w44mr6kpcq5ja62x6-network-uri-2.6.4.2.tar.gz
  4327. 2410.02 s [network-uri] source root is network-uri-2.6.4.2
  4328. 2410.02 s [network-uri] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "network-uri-2.6.4.2/tests/uri-bench.hs"
  4329. 2410.02 s [network-uri] Phase: patchPhase
  4330. 2410.02 s [network-uri] Replace Cabal file with edited version from mirror://hackage/network-uri-2.6.4.2/revision/1.cabal.
  4331. 2410.02 s [network-uri] Phase: compileBuildDriverPhase
  4332. 2410.02 s [network-uri] setupCompileFlags: -package-db=/build/tmp.IfUaZfdCky/setup-package.conf.d -threaded
  4333. 2410.02 s [network-uri] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.IfUaZfdCky/Main.o )
  4334. 2410.02 s [network-uri] [2 of 2] Linking Setup
  4335. 2410.02 s [network-uri] Phase: updateAutotoolsGnuConfigScriptsPhase
  4336. 2410.02 s [network-uri] Phase: configurePhase
  4337. 2410.02 s [network-uri] configureFlags: --verbose --prefix=/nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc/share/doc/network-uri-2.6.4.2 --with-gcc=gcc --package-db=/build/tmp.IfUaZfdCky/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  4338. 2410.02 s [network-uri] Using Parsec parser
  4339. 2410.02 s [network-uri] Configuring network-uri-2.6.4.2...
  4340. 2410.02 s [network-uri] Dependency base >=3 && <5: using base-4.18.2.0
  4341. 2410.02 s [network-uri] Dependency deepseq >=1.1 && <1.6: using deepseq-1.4.8.1
  4342. 2410.02 s [network-uri] Dependency parsec >=3.1.12.0 && <3.2: using parsec-3.1.16.1
  4343. 2410.02 s [network-uri] Dependency template-haskell: using template-haskell-2.20.0.0
  4344. 2410.02 s [network-uri] Dependency th-compat >=0.1.1 && <1.0: using th-compat-0.1.6
  4345. 2410.02 s [network-uri] Dependency HUnit: using HUnit-1.6.2.0
  4346. 2410.02 s [network-uri] Dependency QuickCheck: using QuickCheck-2.14.3
  4347. 2410.02 s [network-uri] Dependency base <5: using base-4.18.2.0
  4348. 2410.02 s [network-uri] Dependency network-uri: using network-uri-2.6.4.2
  4349. 2410.02 s [network-uri] Dependency tasty: using tasty-1.5.3
  4350. 2410.02 s [network-uri] Dependency tasty-hunit: using tasty-hunit-0.10.2
  4351. 2410.02 s [network-uri] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  4352. 2410.02 s [network-uri] Source component graph:
  4353. 2410.02 s [network-uri] component lib
  4354. 2410.02 s [network-uri] component test:uri dependency lib
  4355. 2410.02 s [network-uri] Configured component graph:
  4356. 2410.02 s [network-uri] component network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
  4357. 2410.02 s [network-uri] include base-4.18.2.0
  4358. 2410.03 s [network-uri] include deepseq-1.4.8.1
  4359. 2410.03 s [network-uri] include parsec-3.1.16.1
  4360. 2410.03 s [network-uri] include template-haskell-2.20.0.0
  4361. 2410.03 s [network-uri] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  4362. 2410.03 s [network-uri] component network-uri-2.6.4.2-FS3nTMrBMrQ9qEotR5eiCW-uri
  4363. 2410.03 s [network-uri] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  4364. 2410.03 s [network-uri] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  4365. 2410.03 s [network-uri] include base-4.18.2.0
  4366. 2410.03 s [network-uri] include network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
  4367. 2410.03 s [network-uri] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  4368. 2410.03 s [network-uri] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  4369. 2410.03 s [network-uri] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  4370. 2410.03 s [network-uri] Linked component graph:
  4371. 2410.03 s [network-uri] unit network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
  4372. 2410.03 s [network-uri] include base-4.18.2.0
  4373. 2410.03 s [network-uri] include deepseq-1.4.8.1
  4374. 2410.03 s [network-uri] include parsec-3.1.16.1
  4375. 2410.03 s [network-uri] include template-haskell-2.20.0.0
  4376. 2410.03 s [network-uri] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  4377. 2410.03 s [transformers-base] Documentation created: dist/doc/html/transformers-base/index.html,
  4378. 2410.03 s [transformers-base] dist/doc/html/transformers-base/transformers-base.txt
  4379. 2410.03 s [transformers-base] Phase: installPhase
  4380. 2410.03 s [transformers-base] Installing library in /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/transformers-base-0.4.6-5k145cGgioO865g11CxlME
  4381. 2410.03 s [transformers-base] Phase: fixupPhase
  4382. 2410.03 s [transformers-base] shrinking RPATHs of ELF executables and libraries in /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6
  4383. 2410.03 s [transformers-base] shrinking /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStransformers-base-0.4.6-5k145cGgioO865g11CxlME-ghc9.6.4.so
  4384. 2410.04 s [transformers-base] checking for references to /build/ in /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6...
  4385. 2410.04 s [transformers-base] patching script interpreter paths in /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6
  4386. 2410.04 s [transformers-base] stripping (with command strip and flags -S -p) in /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6/lib
  4387. 2410.04 s [transformers-base] shrinking RPATHs of ELF executables and libraries in /nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc
  4388. 2410.04 s [transformers-base] checking for references to /build/ in /nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc...
  4389. 2410.04 s [transformers-base] patching script interpreter paths in /nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc
  4390. 2410.04 s [unix-time]
  4391. 2410.04 s [unix-time] Data/UnixTime/Types.hsc:5:1: warning: [-Wunused-imports]
  4392. 2410.04 s [unix-time] The import of ‘Control.Applicative’ is redundant
  4393. 2410.04 s [unix-time] except perhaps to import instances from ‘Control.Applicative’
  4394. 2410.04 s [unix-time] To import instances alone, use: import Control.Applicative()
  4395. 2410.04 s [unix-time] |
  4396. 2410.04 s [unix-time] 5 | import Control.Applicative ((<$>), (<*>))
  4397. 2410.04 s [unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4398. 2410.04 s [unix-time]
  4399. 2410.04 s [unix-time] Data/UnixTime/Conv.hs:17:1: warning: [-Wunused-imports]
  4400. 2410.04 s [unix-time] The import of ‘Control.Applicative’ is redundant
  4401. 2410.04 s [unix-time] except perhaps to import instances from ‘Control.Applicative’
  4402. 2410.04 s [unix-time] To import instances alone, use: import Control.Applicative()
  4403. 2410.04 s [unix-time] |
  4404. 2410.04 s [unix-time] 17 | import Control.Applicative
  4405. 2410.04 s [unix-time] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  4406. 2410.04 s [unix-time] 96% ( 24 / 25) in 'Data.UnixTime'
  4407. 2410.04 s [unix-time] Missing documentation for:
  4408. 2410.04 s [unix-time] Module header
  4409. 2410.04 s [validity] Phase: setupCompilerEnvironmentPhase
  4410. 2410.04 s [validity] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  4411. 2410.04 s [validity] Phase: unpackPhase
  4412. 2410.04 s [validity] unpacking source archive /nix/store/xds4clp9q64z2k3lbp3d0xj22dzjky2m-validity-0.12.1.0.tar.gz
  4413. 2410.04 s [validity] source root is validity-0.12.1.0
  4414. 2410.05 s [validity] setting SOURCE_DATE_EPOCH to timestamp 1721316556 of file "validity-0.12.1.0/validity.cabal"
  4415. 2410.05 s [validity] Phase: patchPhase
  4416. 2410.05 s [validity] Phase: compileBuildDriverPhase
  4417. 2410.05 s [validity] setupCompileFlags: -package-db=/build/tmp.7vye7qTbwI/setup-package.conf.d -threaded
  4418. 2410.05 s [validity] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.7vye7qTbwI/Main.o )
  4419. 2410.05 s [validity] [2 of 2] Linking Setup
  4420. 2410.05 s [validity] Phase: updateAutotoolsGnuConfigScriptsPhase
  4421. 2410.05 s [validity] Phase: configurePhase
  4422. 2410.05 s [validity] configureFlags: --verbose --prefix=/nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc/share/doc/validity-0.12.1.0 --with-gcc=gcc --package-db=/build/tmp.7vye7qTbwI/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  4423. 2410.05 s [validity] Using Parsec parser
  4424. 2410.05 s [validity] Configuring validity-0.12.1.0...
  4425. 2410.05 s [validity] Dependency base >=4.13 && <5: using base-4.18.2.0
  4426. 2410.05 s [validity] Dependency base >=4.13 && <5: using base-4.18.2.0
  4427. 2410.05 s [validity] Dependency hspec: using hspec-2.11.12
  4428. 2410.05 s [validity] Dependency validity: using validity-0.12.1.0
  4429. 2410.05 s [validity] Source component graph:
  4430. 2410.05 s [validity] component lib
  4431. 2410.05 s [validity] component test:validity-test dependency lib
  4432. 2410.05 s [validity] Configured component graph:
  4433. 2410.05 s [validity] component validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  4434. 2410.05 s [validity] include base-4.18.2.0
  4435. 2410.05 s [validity] component validity-0.12.1.0-AoVDwQ6yo1oBMPrMlPXAI1-validity-test
  4436. 2410.05 s [validity] include base-4.18.2.0
  4437. 2410.05 s [validity] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  4438. 2410.05 s [validity] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  4439. 2410.05 s [validity] Linked component graph:
  4440. 2410.05 s [validity] unit validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  4441. 2410.05 s [validity] include base-4.18.2.0
  4442. 2410.05 s [validity] Data.Validity=validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh:Data.Validity
  4443. 2410.05 s [validity] unit validity-0.12.1.0-AoVDwQ6yo1oBMPrMlPXAI1-validity-test
  4444. 2410.05 s [validity] include base-4.18.2.0
  4445. 2410.05 s [validity] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  4446. 2410.05 s [validity] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  4447. 2410.05 s [validity] Ready component graph:
  4448. 2410.05 s [validity] definite validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  4449. 2410.06 s [validity] depends base-4.18.2.0
  4450. 2410.06 s [validity] definite validity-0.12.1.0-AoVDwQ6yo1oBMPrMlPXAI1-validity-test
  4451. 2410.06 s [validity] depends base-4.18.2.0
  4452. 2410.06 s [validity] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  4453. 2410.06 s [validity] depends validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  4454. 2410.06 s [validity] Using Cabal-3.10.1.0 compiled by ghc-9.6
  4455. 2410.06 s [validity] Using compiler: ghc-9.6.4
  4456. 2410.06 s [validity] Using install prefix:
  4457. 2410.06 s [validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0
  4458. 2410.07 s [validity] Executables installed in:
  4459. 2410.07 s [validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/bin
  4460. 2410.07 s [validity] Libraries installed in:
  4461. 2410.07 s [validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  4462. 2410.07 s [validity] Dynamic Libraries installed in:
  4463. 2410.07 s [validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  4464. 2410.79 s [cryptohash-sha256:post-build] Uploading to the NixCI cache: /nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc /nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1
  4465. 2411.47 s [cryptohash-sha256:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4466. 2412.79 s [cryptohash-sha256:post-build] copying 2 paths...
  4467. 2412.79 s [cryptohash-sha256:post-build] copying path '/nix/store/h3ag1l7ni75nvhx7rbi6030g1fid8i2v-cryptohash-sha256-0.11.102.1-doc' to 'https://cache.nix-ci.com'...
  4468. 2414.42 s [cryptohash-sha256:post-build] copying path '/nix/store/qd03jgmyd1x5p90y9zad1r4wm6spqlqm-cryptohash-sha256-0.11.102.1' to 'https://cache.nix-ci.com'...
  4469. 2417.21 s [cryptohash-sha256:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4470. 2418.43 s [cryptohash-sha256:post-build] copying 1 paths...
  4471. 2418.43 s [cryptohash-sha256:post-build] copying path '/nix/store/4xknkdx9g5km1c2fwjpq0iv1827q4ppj-cryptohash-sha256-0.11.102.1.drv' to 'https://cache.nix-ci.com'...
  4472. 2420.41 s Uploaded cryptohash-sha256 in 10.1s
  4473. 2420.43 s Progress: 117 of 211 built (15 building), 298 of 298 downloaded from cache
  4474. 2420.43 s Built cryptohash-sha256 in 2m19s
  4475. 2420.43 s [haskell-src-exts] | ^
  4476. 2420.43 s [haskell-src-exts]
  4477. 2420.43 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:17:28: warning: [GHC-63397] [-Wname-shadowing]
  4478. 2420.43 s [haskell-src-exts] This binding for ‘xs’ shadows the existing binding
  4479. 2420.43 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:20
  4480. 2420.43 s [haskell-src-exts] |
  4481. 2420.43 s [haskell-src-exts] 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs
  4482. 2420.43 s [haskell-src-exts] | ^^
  4483. 2420.43 s [haskell-src-exts]
  4484. 2420.43 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:18:19: warning: [GHC-63397] [-Wname-shadowing]
  4485. 2420.43 s [haskell-src-exts] This binding for ‘x’ shadows the existing binding
  4486. 2420.43 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:17
  4487. 2420.43 s [haskell-src-exts] |
  4488. 2420.43 s [haskell-src-exts] 18 | allProg (x:xs) = Program x:allProg xs
  4489. 2420.43 s [haskell-src-exts] | ^
  4490. 2420.43 s [haskell-src-exts]
  4491. 2420.43 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:18:21: warning: [GHC-63397] [-Wname-shadowing]
  4492. 2420.43 s [haskell-src-exts] This binding for ‘xs’ shadows the existing binding
  4493. 2420.43 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:20
  4494. 2420.43 s [haskell-src-exts] |
  4495. 2420.43 s [haskell-src-exts] 18 | allProg (x:xs) = Program x:allProg xs
  4496. 2420.43 s [haskell-src-exts] | ^^
  4497. 2420.43 s [haskell-src-exts]
  4498. 2420.43 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:27:11: warning: [-Wunused-matches]
  4499. 2420.43 s [haskell-src-exts] Defined but not used: ‘x’
  4500. 2420.43 s [haskell-src-exts] |
  4501. 2420.43 s [haskell-src-exts] 27 | classify (x:xs) = Comment:classify xs
  4502. 2420.43 s [haskell-src-exts] | ^
  4503. 2420.43 s [haskell-src-exts]
  4504. 2420.43 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:17: warning: [-Wunused-matches]
  4505. 2420.43 s [haskell-src-exts] Defined but not used: ‘y’
  4506. 2420.43 s [haskell-src-exts] |
  4507. 2420.43 s [haskell-src-exts] 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
  4508. 2420.44 s [haskell-src-exts] | ^
  4509. 2420.44 s [haskell-src-exts]
  4510. 2420.44 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:32: warning: [-Wunused-matches]
  4511. 2420.44 s [haskell-src-exts] Defined but not used: ‘x’
  4512. 2420.44 s [haskell-src-exts] |
  4513. 2420.44 s [haskell-src-exts] 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
  4514. 2420.44 s [haskell-src-exts] | ^
  4515. 2420.44 s [haskell-src-exts]
  4516. 2420.44 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:48: warning: [-Wunused-matches]
  4517. 2420.44 s [haskell-src-exts] Defined but not used: ‘xs’
  4518. 2420.44 s [haskell-src-exts] |
  4519. 2420.44 s [haskell-src-exts] 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
  4520. 2420.44 s [haskell-src-exts] | ^^
  4521. 2420.44 s [haskell-src-exts]
  4522. 2420.44 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:47:10: warning: [-Wunused-matches]
  4523. 2420.44 s [haskell-src-exts] Defined but not used: ‘file’
  4524. 2420.44 s [haskell-src-exts] |
  4525. 2420.44 s [haskell-src-exts] 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
  4526. 2420.44 s [haskell-src-exts] | ^^^^
  4527. 2420.44 s [haskell-src-exts]
  4528. 2420.44 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:47:15: warning: [-Wunused-matches]
  4529. 2420.44 s [haskell-src-exts] Defined but not used: ‘n’
  4530. 2420.44 s [haskell-src-exts] |
  4531. 2420.44 s [haskell-src-exts] 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
  4532. 2420.44 s [haskell-src-exts] | ^
  4533. 2420.44 s [haskell-src-exts]
  4534. 2420.44 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:17: warning: [-Wunused-matches]
  4535. 2420.44 s [haskell-src-exts] Defined but not used: ‘y’
  4536. 2420.44 s [haskell-src-exts] |
  4537. 2420.44 s [network] Warning: 'getAddrInfo' is out of scope.
  4538. 2420.44 s [network] If you qualify the identifier, haddock can try to link it anyway.
  4539. 2420.44 s [network] Warning: 'Fds' is out of scope.
  4540. 2420.44 s [network] If you qualify the identifier, haddock can try to link it anyway.
  4541. 2420.44 s [network] 100% ( 20 / 20) in 'Network.Socket.Internal'
  4542. 2420.44 s [network] Warning: 'sendmsg' is out of scope.
  4543. 2420.45 s [network] If you qualify the identifier, haddock can try to link it anyway.
  4544. 2420.45 s [network] Warning: 'setSocOptValue' is out of scope.
  4545. 2420.45 s [network] If you qualify the identifier, haddock can try to link it anyway.
  4546. 2420.45 s [network] Warning: 'inet_ntop' is out of scope.
  4547. 2420.45 s [network] If you qualify the identifier, haddock can try to link it anyway.
  4548. 2420.45 s [network] Warning: 'hClose' is out of scope.
  4549. 2420.45 s [network] If you qualify the identifier, haddock can try to link it anyway.
  4550. 2420.45 s [network] Warning: 'gracefulClose' is out of scope.
  4551. 2420.45 s [network] If you qualify the identifier, haddock can try to link it anyway.
  4552. 2420.45 s [network] Warning: 'socket' is out of scope.
  4553. 2420.45 s [network] If you qualify the identifier, haddock can try to link it anyway.
  4554. 2420.45 s [network] Cannot find documentation for: $vectored
  4555. 2420.45 s [network] 100% ( 17 / 17) in 'Network.Socket.ByteString'
  4556. 2420.45 s [network] 100% ( 19 / 19) in 'Network.Socket.Address'
  4557. 2420.45 s [network] 97% (127 /130) in 'Network.Socket'
  4558. 2420.45 s [network] Missing documentation for:
  4559. 2420.45 s [network] AddrInfo (Network/Socket/Info.hsc:104)
  4560. 2420.45 s [network] ShutdownCmd (Network/Socket/Shutdown.hs:28)
  4561. 2420.45 s [network] packFamily (Network/Socket/Types.hsc:398)
  4562. 2420.45 s [network] 75% ( 6 / 8) in 'Network.Socket.ByteString.Lazy'
  4563. 2420.45 s [network] Missing documentation for:
  4564. 2420.45 s [network] send (Network/Socket/ByteString/Lazy/Posix.hs:22)
  4565. 2420.45 s [network] sendAll (Network/Socket/ByteString/Lazy/Posix.hs:52)
  4566. 2420.45 s [network] Warning: Network.Socket: could not find link destinations for:
  4567. 2420.45 s [network] - Network.Socket.Info.GetAddrInfo
  4568. 2420.45 s [network-uri] Network.URI=network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq:Network.URI,Network.URI.Lens=network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq:Network.URI.Lens,Network.URI.Static=network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq:Network.URI.Static
  4569. 2420.45 s [network-uri] unit network-uri-2.6.4.2-FS3nTMrBMrQ9qEotR5eiCW-uri
  4570. 2420.45 s [network-uri] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  4571. 2420.45 s [network-uri] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  4572. 2420.45 s [network-uri] include base-4.18.2.0
  4573. 2420.45 s [network-uri] include network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
  4574. 2420.45 s [network-uri] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  4575. 2420.45 s [network-uri] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  4576. 2420.46 s [network-uri] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  4577. 2420.46 s [network-uri] Ready component graph:
  4578. 2420.46 s [network-uri] definite network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
  4579. 2420.46 s [network-uri] depends base-4.18.2.0
  4580. 2420.46 s [network-uri] depends deepseq-1.4.8.1
  4581. 2420.46 s [network-uri] depends parsec-3.1.16.1
  4582. 2420.46 s [network-uri] depends template-haskell-2.20.0.0
  4583. 2420.46 s [network-uri] depends th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  4584. 2420.46 s [network-uri] definite network-uri-2.6.4.2-FS3nTMrBMrQ9qEotR5eiCW-uri
  4585. 2420.46 s [network-uri] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  4586. 2420.46 s [network-uri] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  4587. 2420.46 s [network-uri] depends base-4.18.2.0
  4588. 2420.46 s [network-uri] depends network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
  4589. 2420.46 s [network-uri] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  4590. 2420.46 s [network-uri] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  4591. 2420.46 s [network-uri] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  4592. 2420.46 s [network-uri] Using Cabal-3.10.1.0 compiled by ghc-9.6
  4593. 2420.46 s [network-uri] Using compiler: ghc-9.6.4
  4594. 2420.46 s [network-uri] Using install prefix:
  4595. 2420.46 s [network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2
  4596. 2420.46 s [network-uri] Executables installed in:
  4597. 2420.46 s [network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/bin
  4598. 2420.47 s [network-uri] Libraries installed in:
  4599. 2420.47 s [network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
  4600. 2420.47 s [network-uri] Dynamic Libraries installed in:
  4601. 2420.47 s [network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  4602. 2420.47 s [network-uri] Private executables installed in:
  4603. 2420.47 s [network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/libexec/x86_64-linux-ghc-9.6.4/network-uri-2.6.4.2
  4604. 2420.47 s [network-uri] Data files installed in:
  4605. 2420.47 s [network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/share/x86_64-linux-ghc-9.6.4/network-uri-2.6.4.2
  4606. 2420.47 s [network-uri] Documentation installed in:
  4607. 2420.47 s [network-uri] /nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc/share/doc/network-uri-2.6.4.2
  4608. 2420.47 s [network-uri] Configuration files installed in:
  4609. 2420.47 s [network-uri] /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/etc
  4610. 2420.47 s [network-uri] No alex found
  4611. 2420.47 s [network-uri] Using ar found on system at:
  4612. 2420.47 s [network-uri] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  4613. 2420.48 s [network-uri] No c2hs found
  4614. 2420.48 s [network-uri] No cpphs found
  4615. 2420.48 s [network-uri] No doctest found
  4616. 2420.48 s [network-uri] Using gcc version 14.3.0 given by user at:
  4617. 2420.48 s [network-uri] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  4618. 2420.48 s [network-uri] Using ghc version 9.6.4 found on system at:
  4619. 2420.48 s [network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  4620. 2420.48 s [network-uri] Using ghc-pkg version 9.6.4 found on system at:
  4621. 2420.48 s [network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  4622. 2420.48 s [network-uri] No ghcjs found
  4623. 2420.48 s [network-uri] No ghcjs-pkg found
  4624. 2420.48 s [network-uri] No greencard found
  4625. 2420.48 s [network-uri] Using haddock version 2.29.2 found on system at:
  4626. 2420.48 s [network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  4627. 2420.48 s [network-uri] No happy found
  4628. 2420.48 s [network-uri] Using haskell-suite found on system at: haskell-suite-dummy-location
  4629. 2420.48 s [network-uri] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4630. 2420.48 s [network-uri] No hmake found
  4631. 2420.48 s [network-uri] Using hpc version 0.68 found on system at:
  4632. 2420.48 s [network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  4633. 2420.48 s [network-uri] Using hsc2hs version 0.68.9 found on system at:
  4634. 2420.48 s [network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  4635. 2420.48 s [network-uri] Using hscolour version 1.25 found on system at:
  4636. 2420.48 s [network-uri] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  4637. 2420.48 s [network-uri] No jhc found
  4638. 2420.48 s [network-uri] Using ld found on system at:
  4639. 2420.48 s [network-uri] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  4640. 2420.48 s [network-uri] No pkg-config found
  4641. 2420.48 s [network-uri] Using runghc version 9.6.4 found on system at:
  4642. 2420.48 s [network-uri] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  4643. 2420.48 s [network-uri] Using strip version 2.44 found on system at:
  4644. 2420.48 s [network-uri] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  4645. 2420.48 s [network-uri] Using tar found on system at:
  4646. 2420.48 s [network-uri] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  4647. 2420.48 s [network-uri] No uhc found
  4648. 2420.48 s [network-uri] Phase: buildPhase
  4649. 2420.95 s [transformers-base:post-build] Uploading to the NixCI cache: /nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6 /nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc
  4650. 2421.50 s [transformers-base:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4651. 2423.05 s [transformers-base:post-build] copying 2 paths...
  4652. 2423.05 s [transformers-base:post-build] copying path '/nix/store/pdwc6z08jk7dc0k40bp1jhnar2ckkldm-transformers-base-0.4.6-doc' to 'https://cache.nix-ci.com'...
  4653. 2426.19 s [transformers-base:post-build] copying path '/nix/store/d9v4a4cdszpii1lq6yzck0gh8257p43x-transformers-base-0.4.6' to 'https://cache.nix-ci.com'...
  4654. 2429.18 s [transformers-base:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4655. 2430.67 s [transformers-base:post-build] copying 1 paths...
  4656. 2430.67 s [transformers-base:post-build] copying path '/nix/store/k8qwd4a4dc2gbwk2370b6ak4f49qvx0k-transformers-base-0.4.6.drv' to 'https://cache.nix-ci.com'...
  4657. 2432.67 s Uploaded transformers-base in 12.0s
  4658. 2432.68 s Progress: 118 of 212 built (14 building), 298 of 298 downloaded from cache
  4659. 2432.69 s Built transformers-base in 1m17s
  4660. 2432.69 s [validity] Private executables installed in:
  4661. 2432.69 s [validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/libexec/x86_64-linux-ghc-9.6.4/validity-0.12.1.0
  4662. 2432.69 s [validity] Data files installed in:
  4663. 2432.69 s [validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/share/x86_64-linux-ghc-9.6.4/validity-0.12.1.0
  4664. 2432.69 s [validity] Documentation installed in:
  4665. 2432.69 s [validity] /nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc/share/doc/validity-0.12.1.0
  4666. 2432.69 s [validity] Configuration files installed in:
  4667. 2432.69 s [validity] /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/etc
  4668. 2432.69 s [validity] No alex found
  4669. 2432.69 s [validity] Using ar found on system at:
  4670. 2432.69 s [validity] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  4671. 2432.69 s [validity] No c2hs found
  4672. 2432.69 s [validity] No cpphs found
  4673. 2432.69 s [validity] No doctest found
  4674. 2432.69 s [validity] Using gcc version 14.3.0 given by user at:
  4675. 2432.69 s [validity] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  4676. 2432.69 s [validity] Using ghc version 9.6.4 found on system at:
  4677. 2432.69 s [validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  4678. 2432.69 s [validity] Using ghc-pkg version 9.6.4 found on system at:
  4679. 2432.69 s [validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  4680. 2432.69 s [validity] No ghcjs found
  4681. 2432.69 s [validity] No ghcjs-pkg found
  4682. 2432.69 s [validity] No greencard found
  4683. 2432.69 s [validity] Using haddock version 2.29.2 found on system at:
  4684. 2432.69 s [validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  4685. 2432.69 s [validity] No happy found
  4686. 2432.69 s [validity] Using haskell-suite found on system at: haskell-suite-dummy-location
  4687. 2432.69 s [validity] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4688. 2432.69 s [validity] No hmake found
  4689. 2432.69 s [validity] Using hpc version 0.68 found on system at:
  4690. 2432.69 s [validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  4691. 2432.69 s [validity] Using hsc2hs version 0.68.9 found on system at:
  4692. 2432.69 s [validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  4693. 2432.69 s [validity] Using hscolour version 1.25 found on system at:
  4694. 2432.69 s [validity] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  4695. 2432.69 s [validity] No jhc found
  4696. 2432.69 s [validity] Using ld found on system at:
  4697. 2432.69 s [validity] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  4698. 2432.69 s [validity] No pkg-config found
  4699. 2432.69 s [validity] Using runghc version 9.6.4 found on system at:
  4700. 2432.69 s [validity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  4701. 2432.69 s [validity] Using strip version 2.44 found on system at:
  4702. 2432.69 s [validity] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  4703. 2432.69 s [validity] Using tar found on system at:
  4704. 2432.69 s [validity] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  4705. 2432.69 s [validity] No uhc found
  4706. 2432.69 s [validity] Phase: buildPhase
  4707. 2432.69 s [validity] Preprocessing library for validity-0.12.1.0..
  4708. 2432.69 s [validity] Building library for validity-0.12.1.0..
  4709. 2432.69 s [validity] [1 of 2] Compiling Data.Validity ( src/Data/Validity.hs, dist/build/Data/Validity.o, dist/build/Data/Validity.dyn_o )
  4710. 2432.94 s Building /nix/store/bl4z689jjy8kmqj6gpjsbfld8pq7qwp7-th-reify-many-0.1.10.drv
  4711. 2433.21 s Building /nix/store/1agrz359vibjsvflxcgkwdabrpk4q8vl-monad-control-1.0.3.1.drv
  4712. 2433.21 s [ChasingBottoms] Documentation created: dist/doc/html/ChasingBottoms/index.html,
  4713. 2433.21 s [ChasingBottoms] dist/doc/html/ChasingBottoms/ChasingBottoms.txt
  4714. 2433.21 s [ChasingBottoms] haddockPhase completed in 30 seconds
  4715. 2433.21 s [ChasingBottoms] Phase: installPhase
  4716. 2433.21 s [ChasingBottoms] Installing library in /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/ChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5
  4717. 2433.21 s [ChasingBottoms] Phase: fixupPhase
  4718. 2433.21 s [ChasingBottoms] shrinking RPATHs of ELF executables and libraries in /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15
  4719. 2433.21 s [ChasingBottoms] shrinking /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSChasingBottoms-1.3.1.15-BZ1iQx1Y15k39nTO31IZo5-ghc9.6.4.so
  4720. 2433.21 s [ChasingBottoms] checking for references to /build/ in /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15...
  4721. 2433.21 s [ChasingBottoms] patching script interpreter paths in /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15
  4722. 2433.21 s [ChasingBottoms] stripping (with command strip and flags -S -p) in /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15/lib
  4723. 2433.21 s [ChasingBottoms] shrinking RPATHs of ELF executables and libraries in /nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc
  4724. 2433.22 s [ChasingBottoms] checking for references to /build/ in /nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc...
  4725. 2433.22 s [ChasingBottoms] patching script interpreter paths in /nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc
  4726. 2433.22 s [crypton] Phase: setupCompilerEnvironmentPhase
  4727. 2433.22 s [crypton] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  4728. 2433.22 s [crypton] Phase: unpackPhase
  4729. 2433.22 s [crypton] unpacking source archive /nix/store/g2z3x8dh5f0hdaz58d6q36ih4g1j6ls3-crypton-1.0.4.tar.gz
  4730. 2433.22 s [crypton] source root is crypton-1.0.4
  4731. 2433.22 s [crypton] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "crypton-1.0.4/tests/XSalsa.hs"
  4732. 2433.22 s [crypton] Phase: patchPhase
  4733. 2433.22 s [crypton] Phase: compileBuildDriverPhase
  4734. 2433.22 s [crypton] setupCompileFlags: -package-db=/build/tmp.gshOceY1HY/setup-package.conf.d -threaded
  4735. 2433.22 s [crypton] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.gshOceY1HY/Main.o )
  4736. 2433.22 s [crypton] [2 of 2] Linking Setup
  4737. 2433.22 s [crypton] Phase: updateAutotoolsGnuConfigScriptsPhase
  4738. 2433.22 s [crypton] Phase: configurePhase
  4739. 2433.22 s [crypton] configureFlags: --verbose --prefix=/nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/0rvmc6x9y7ffwgnlmpg4qd3nqbjdd8x2-crypton-1.0.4-doc/share/doc/crypton-1.0.4 --with-gcc=gcc --package-db=/build/tmp.gshOceY1HY/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  4740. 2433.22 s [crypton] Using Parsec parser
  4741. 2433.22 s [crypton] Configuring crypton-1.0.4...
  4742. 2433.22 s [crypton] Flags chosen: check_alignment=False, integer-gmp=True,
  4743. 2433.22 s [crypton] old_toolchain_inliner=False, support_aesni=True, support_deepseq=True,
  4744. 2433.22 s [crypton] support_pclmuldq=True, support_rdrand=True, support_sse=False,
  4745. 2433.22 s [crypton] use_target_attributes=True
  4746. 2433.22 s [crypton] Dependency base >=4.13 && <5: using base-4.18.2.0
  4747. 2433.22 s [crypton] Dependency basement >=0.0.6: using basement-0.0.16
  4748. 2433.22 s [crypton] Dependency bytestring: using bytestring-0.11.5.3
  4749. 2433.22 s [crypton] Dependency deepseq: using deepseq-1.4.8.1
  4750. 2433.22 s [crypton] Dependency ghc-prim: using ghc-prim-0.10.0
  4751. 2433.22 s [crypton] Dependency integer-gmp: using integer-gmp-1.1
  4752. 2433.22 s [crypton] Dependency memory >=0.14.18: using memory-0.18.0
  4753. 2433.22 s [crypton] Dependency base >=4.13 && <5: using base-4.18.2.0
  4754. 2433.22 s [crypton] Dependency bytestring: using bytestring-0.11.5.3
  4755. 2433.22 s [crypton] Dependency crypton: using crypton-1.0.4
  4756. 2433.22 s [crypton] Dependency memory: using memory-0.18.0
  4757. 2433.22 s [crypton] Dependency tasty: using tasty-1.5.3
  4758. 2433.22 s [crypton] Dependency tasty-hunit: using tasty-hunit-0.10.2
  4759. 2433.22 s [crypton] Dependency tasty-kat: using tasty-kat-0.0.3
  4760. 2433.22 s [crypton] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  4761. 2433.22 s [crypton] Source component graph:
  4762. 2433.22 s [crypton] component lib
  4763. 2433.22 s [crypton] component test:test-crypton dependency lib
  4764. 2433.22 s [crypton] Configured component graph:
  4765. 2433.22 s [crypton] component crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
  4766. 2433.22 s [crypton] include base-4.18.2.0
  4767. 2433.22 s [crypton] include basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
  4768. 2433.22 s [crypton] include bytestring-0.11.5.3
  4769. 2433.22 s [crypton] include deepseq-1.4.8.1
  4770. 2433.22 s [crypton] include ghc-prim-0.10.0
  4771. 2433.22 s [crypton] include integer-gmp-1.1
  4772. 2433.22 s [crypton] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
  4773. 2433.22 s [crypton] component crypton-1.0.4-DlIemFGe5Tk2mlsJCEoKs0-test-crypton
  4774. 2433.22 s [crypton] include base-4.18.2.0
  4775. 2433.22 s [crypton] include bytestring-0.11.5.3
  4776. 2433.22 s [crypton] include crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
  4777. 2433.22 s [crypton] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
  4778. 2433.22 s [crypton] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  4779. 2433.22 s [crypton] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  4780. 2433.22 s [crypton] include tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
  4781. 2433.22 s [crypton] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  4782. 2433.22 s [crypton] Linked component graph:
  4783. 2433.22 s [crypton] unit crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
  4784. 2433.22 s [crypton] include base-4.18.2.0
  4785. 2433.22 s [doctest] [ 2 of 25] Compiling GhcUtil ( src/GhcUtil.hs, dist/build/GhcUtil.p_o )
  4786. 2433.22 s [doctest] [ 3 of 25] Compiling Cabal.Paths ( src/Cabal/Paths.hs, dist/build/Cabal/Paths.p_o )
  4787. 2433.22 s [doctest] [ 4 of 25] Compiling Cabal.Options ( src/Cabal/Options.hs, dist/build/Cabal/Options.p_o )
  4788. 2433.22 s [doctest] [ 5 of 25] Compiling Language.Haskell.GhciWrapper ( src/Language/Haskell/GhciWrapper.hs, dist/build/Language/Haskell/GhciWrapper.p_o )
  4789. 2433.22 s [doctest] [ 6 of 25] Compiling Interpreter ( src/Interpreter.hs, dist/build/Interpreter.p_o )
  4790. 2433.22 s [doctest] [ 7 of 25] Compiling Location ( src/Location.hs, dist/build/Location.p_o )
  4791. 2433.24 s [doctest] [ 8 of 25] Compiling PackageDBs ( src/PackageDBs.hs, dist/build/PackageDBs.p_o )
  4792. 2433.24 s [doctest] [ 9 of 25] Compiling Paths_doctest ( dist/build/autogen/Paths_doctest.hs, dist/build/Paths_doctest.p_o )
  4793. 2433.24 s [doctest] [10 of 25] Compiling Info ( src/Info.hs, dist/build/Info.p_o )
  4794. 2433.24 s [doctest] [11 of 25] Compiling Options ( src/Options.hs, dist/build/Options.p_o )
  4795. 2433.24 s [doctest] [12 of 25] Compiling Cabal ( src/Cabal.hs, dist/build/Cabal.p_o )
  4796. 2433.24 s [doctest] [13 of 25] Compiling Test.DocTest.Internal.Cabal ( src/Test/DocTest/Internal/Cabal.hs, dist/build/Test/DocTest/Internal/Cabal.p_o )
  4797. 2433.24 s [generic-deriving] [2 of 8] Compiling EmptyCaseSpec ( tests/EmptyCaseSpec.hs, dist/build/spec/spec-tmp/EmptyCaseSpec.o )
  4798. 2433.24 s [generic-deriving] [3 of 8] Compiling ExampleSpec ( tests/ExampleSpec.hs, dist/build/spec/spec-tmp/ExampleSpec.o )
  4799. 2433.24 s [generic-deriving] [4 of 8] Compiling T68Spec ( tests/T68Spec.hs, dist/build/spec/spec-tmp/T68Spec.o )
  4800. 2433.24 s [generic-deriving] [5 of 8] Compiling T80Spec ( tests/T80Spec.hs, dist/build/spec/spec-tmp/T80Spec.o )
  4801. 2433.24 s [generic-deriving] [6 of 8] Compiling T82Spec ( tests/T82Spec.hs, dist/build/spec/spec-tmp/T82Spec.o )
  4802. 2433.24 s [generic-deriving] [7 of 8] Compiling TypeInTypeSpec ( tests/TypeInTypeSpec.hs, dist/build/spec/spec-tmp/TypeInTypeSpec.o )
  4803. 2433.24 s [generic-deriving] [8 of 8] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  4804. 2433.24 s [hashable] [ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.p_o )
  4805. 2433.24 s [hashable] [ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.p_o )
  4806. 2433.24 s [hashable]
  4807. 2433.24 s [hashable] src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
  4808. 2433.24 s [hashable] ‘Data.Hashable.Generic.Instances’ is marked as Trustworthy but has been inferred as safe!
  4809. 2433.24 s [hashable] |
  4810. 2433.24 s [hashable] 5 | {-# LANGUAGE Trustworthy #-}
  4811. 2433.24 s [hashable] | ^^^^^^^^^^^
  4812. 2433.24 s [hashable] [ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.p_o )
  4813. 2433.24 s [hashable] [10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.p_o )
  4814. 2433.24 s [hashable] Preprocessing test suite 'hashable-tests' for hashable-1.4.7.0..
  4815. 2433.24 s [hashable] Building test suite 'hashable-tests' for hashable-1.4.7.0..
  4816. 2433.24 s [hashable] [1 of 4] Compiling Properties ( tests/Properties.hs, dist/build/hashable-tests/hashable-tests-tmp/Properties.o )
  4817. 2433.24 s [hashable]
  4818. 2433.24 s [hashable] tests/Properties.hs:34:1: warning: [-Wdeprecations]
  4819. 2433.24 s [hashable] Module ‘System.OsString.Internal.Types’ is deprecated:
  4820. 2433.24 s [hashable] "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
  4821. 2433.24 s [hashable] |
  4822. 2433.24 s [hashable] 34 | import qualified "filepath" System.OsString.Internal.Types as FP
  4823. 2433.24 s [hashable] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4824. 2433.24 s [hashable]
  4825. 2433.24 s [hashable] tests/Properties.hs:181:1: warning: [-Wunused-top-binds]
  4826. 2433.24 s [hashable] Defined but not used: ‘pProduct2’
  4827. 2433.24 s [hashable] |
  4828. 2433.24 s [hashable] 181 | pProduct2 x y = hash (x, y) == hash (Product2 x y)
  4829. 2433.24 s [hashable] | ^^^^^^^^^
  4830. 2433.24 s [hashable]
  4831. 2433.24 s [hashable] tests/Properties.hs:184:1: warning: [-Wunused-top-binds]
  4832. 2433.24 s [hashable] Defined but not used: ‘pProduct3’
  4833. 2433.24 s [hashable] |
  4834. 2433.25 s [hashable] 184 | pProduct3 x y z = hash (x, y, z) == hash (Product3 x y z)
  4835. 2433.25 s [hashable] | ^^^^^^^^^
  4836. 2433.25 s [haskell-src-exts] 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
  4837. 2433.25 s [haskell-src-exts] | ^
  4838. 2433.25 s [haskell-src-exts]
  4839. 2433.25 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:32: warning: [-Wunused-matches]
  4840. 2433.25 s [haskell-src-exts] Defined but not used: ‘x’
  4841. 2433.25 s [haskell-src-exts] |
  4842. 2433.25 s [haskell-src-exts] 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
  4843. 2433.25 s [haskell-src-exts] | ^
  4844. 2433.25 s [haskell-src-exts]
  4845. 2433.25 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:48: warning: [-Wunused-matches]
  4846. 2433.25 s [haskell-src-exts] Defined but not used: ‘xs’
  4847. 2433.25 s [haskell-src-exts] |
  4848. 2433.25 s [haskell-src-exts] 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
  4849. 2433.25 s [haskell-src-exts] | ^^
  4850. 2433.25 s [haskell-src-exts]
  4851. 2433.25 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:50:10: warning: [-Wunused-matches]
  4852. 2433.25 s [haskell-src-exts] Defined but not used: ‘file’
  4853. 2433.25 s [haskell-src-exts] |
  4854. 2433.25 s [haskell-src-exts] 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
  4855. 2433.25 s [haskell-src-exts] | ^^^^
  4856. 2433.25 s [haskell-src-exts]
  4857. 2433.25 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:50:15: warning: [-Wunused-matches]
  4858. 2433.25 s [haskell-src-exts] Defined but not used: ‘n’
  4859. 2433.25 s [haskell-src-exts] |
  4860. 2433.25 s [haskell-src-exts] 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
  4861. 2433.25 s [haskell-src-exts] | ^
  4862. 2433.25 s [haskell-src-exts]
  4863. 2433.25 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:52:10: warning: [-Wunused-matches]
  4864. 2433.25 s [haskell-src-exts] Defined but not used: ‘file’
  4865. 2433.25 s [haskell-src-exts] |
  4866. 2433.25 s [haskell-src-exts] 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
  4867. 2433.25 s [haskell-src-exts] | ^^^^
  4868. 2433.25 s [haskell-src-exts]
  4869. 2433.25 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:52:15: warning: [-Wunused-matches]
  4870. 2433.25 s [haskell-src-exts] Defined but not used: ‘n’
  4871. 2433.25 s [haskell-src-exts] |
  4872. 2433.25 s [haskell-src-exts] 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
  4873. 2433.25 s [haskell-src-exts] | ^
  4874. 2433.25 s [haskell-src-exts]
  4875. 2433.25 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:54:34: warning: [-Wunused-matches]
  4876. 2433.25 s [haskell-src-exts] Defined but not used: ‘next’
  4877. 2433.25 s [haskell-src-exts] |
  4878. 2433.25 s [haskell-src-exts] 54 | adjacent file n _ (x@next :xs) = x: adjacent file (n+1) x xs
  4879. 2433.25 s [haskell-src-exts] | ^^^^
  4880. 2433.25 s [haskell-src-exts]
  4881. 2433.25 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:55:10: warning: [-Wunused-matches]
  4882. 2433.25 s [haskell-src-exts] Defined but not used: ‘file’
  4883. 2433.25 s [haskell-src-exts] |
  4884. 2433.25 s [haskell-src-exts] 55 | adjacent file n _ [] = []
  4885. 2433.25 s [haskell-src-exts] | ^^^^
  4886. 2433.25 s [haskell-src-exts]
  4887. 2433.25 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:55:15: warning: [-Wunused-matches]
  4888. 2433.25 s [haskell-src-exts] Defined but not used: ‘n’
  4889. 2433.25 s [haskell-src-exts] |
  4890. 2433.25 s [haskell-src-exts] 55 | adjacent file n _ [] = []
  4891. 2433.25 s [haskell-src-exts] | ^
  4892. 2433.25 s [haskell-src-exts]
  4893. 2433.25 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:69:22: warning: [GHC-63397] [-Wname-shadowing]
  4894. 2433.25 s [haskell-src-exts] This binding for ‘s’ shadows the existing binding
  4895. 2433.25 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
  4896. 2433.25 s [haskell-src-exts] |
  4897. 2433.25 s [haskell-src-exts] 69 | lines' ('\^M':'\n':s) acc = acc [] : lines' s id -- DOS
  4898. 2433.25 s [haskell-src-exts] | ^
  4899. 2433.25 s [haskell-src-exts]
  4900. 2433.25 s [hourglass] [ 9 of 17] Compiling Data.Hourglass.Time ( Data/Hourglass/Time.hs, dist/build/Data/Hourglass/Time.o, dist/build/Data/Hourglass/Time.dyn_o )
  4901. 2433.25 s [hourglass] [10 of 17] Compiling Data.Hourglass.Epoch ( Data/Hourglass/Epoch.hs, dist/build/Data/Hourglass/Epoch.o, dist/build/Data/Hourglass/Epoch.dyn_o )
  4902. 2433.25 s [hourglass] [11 of 17] Compiling Data.Hourglass.Local ( Data/Hourglass/Local.hs, dist/build/Data/Hourglass/Local.o, dist/build/Data/Hourglass/Local.dyn_o )
  4903. 2433.25 s [hourglass] [12 of 17] Compiling Time.System ( Time/System.hs, dist/build/Time/System.o, dist/build/Time/System.dyn_o )
  4904. 2433.25 s [hourglass]
  4905. 2433.25 s [hourglass] Time/System.hs:23:1: warning: [-Wunused-imports]
  4906. 2433.25 s [hourglass] The import of ‘Control.Applicative’ is redundant
  4907. 2433.25 s [hourglass] except perhaps to import instances from ‘Control.Applicative’
  4908. 2433.25 s [hourglass] To import instances alone, use: import Control.Applicative()
  4909. 2433.25 s [hourglass] |
  4910. 2433.25 s [hourglass] 23 | import Control.Applicative
  4911. 2433.25 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  4912. 2433.25 s [hourglass] [13 of 17] Compiling System.Hourglass ( System/Hourglass.hs, dist/build/System/Hourglass.o, dist/build/System/Hourglass.dyn_o )
  4913. 2433.25 s [hourglass] [14 of 17] Compiling Data.Hourglass.Format ( Data/Hourglass/Format.hs, dist/build/Data/Hourglass/Format.o, dist/build/Data/Hourglass/Format.dyn_o )
  4914. 2433.25 s [hourglass] [15 of 17] Compiling Data.Hourglass ( Data/Hourglass.hs, dist/build/Data/Hourglass.o, dist/build/Data/Hourglass.dyn_o )
  4915. 2433.25 s [hourglass] [16 of 17] Compiling Time.Compat ( Time/Compat.hs, dist/build/Time/Compat.o, dist/build/Time/Compat.dyn_o )
  4916. 2433.25 s [hourglass] [17 of 17] Compiling Data.Hourglass.Compat ( Data/Hourglass/Compat.hs, dist/build/Data/Hourglass/Compat.o, dist/build/Data/Hourglass/Compat.dyn_o )
  4917. 2433.25 s [hourglass] [ 1 of 17] Compiling Data.Hourglass.Utils ( Data/Hourglass/Utils.hs, dist/build/Data/Hourglass/Utils.p_o )
  4918. 2433.25 s [hourglass] [ 2 of 17] Compiling Data.Hourglass.Zone ( Data/Hourglass/Zone.hs, dist/build/Data/Hourglass/Zone.p_o )
  4919. 2433.25 s [hourglass] [ 3 of 17] Compiling Time.Types ( Time/Types.hs, dist/build/Time/Types.p_o )
  4920. 2433.25 s [integer-conversion] Preprocessing library for integer-conversion-0.1.1..
  4921. 2433.25 s [integer-conversion] Running Haddock on library for integer-conversion-0.1.1..
  4922. 2433.25 s [integer-conversion] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  4923. 2433.25 s [integer-conversion] 100% ( 5 / 5) in 'Data.Integer.Conversion'
  4924. 2433.25 s [network-uri] Preprocessing library for network-uri-2.6.4.2..
  4925. 2433.25 s [network-uri] Building library for network-uri-2.6.4.2..
  4926. 2433.26 s [network-uri] [1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o, dist/build/Network/URI.dyn_o )
  4927. 2433.26 s [unix-time] Documentation created: dist/doc/html/unix-time/index.html,
  4928. 2433.26 s [unix-time] dist/doc/html/unix-time/unix-time.txt
  4929. 2433.26 s [unix-time] Preprocessing test suite 'spec' for unix-time-0.4.16..
  4930. 2433.26 s [unix-time] haddockPhase completed in 32 seconds
  4931. 2433.26 s [unix-time] Phase: installPhase
  4932. 2433.26 s [unix-time] Installing library in /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/unix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy
  4933. 2433.26 s [unix-time] Phase: fixupPhase
  4934. 2433.26 s [unix-time] shrinking RPATHs of ELF executables and libraries in /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16
  4935. 2433.26 s [unix-time] shrinking /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSunix-time-0.4.16-2e5mFOO52Q7KGEhVnYJaUy-ghc9.6.4.so
  4936. 2433.26 s [unix-time] checking for references to /build/ in /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16...
  4937. 2433.26 s [unix-time] patching script interpreter paths in /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16
  4938. 2433.26 s [unix-time] stripping (with command strip and flags -S -p) in /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16/lib
  4939. 2433.26 s [unix-time] shrinking RPATHs of ELF executables and libraries in /nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc
  4940. 2433.26 s [unix-time] checking for references to /build/ in /nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc...
  4941. 2433.26 s [unix-time] patching script interpreter paths in /nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc
  4942. 2433.26 s [validity] [2 of 2] Compiling Paths_validity ( dist/build/autogen/Paths_validity.hs, dist/build/Paths_validity.o, dist/build/Paths_validity.dyn_o )
  4943. 2433.26 s [validity] [1 of 2] Compiling Data.Validity ( src/Data/Validity.hs, dist/build/Data/Validity.p_o )
  4944. 2433.26 s [validity] [2 of 2] Compiling Paths_validity ( dist/build/autogen/Paths_validity.hs, dist/build/Paths_validity.p_o )
  4945. 2433.26 s [validity] Preprocessing test suite 'validity-test' for validity-0.12.1.0..
  4946. 2433.26 s [validity] Building test suite 'validity-test' for validity-0.12.1.0..
  4947. 2433.26 s [validity] [1 of 3] Compiling Data.ValiditySpec ( test/Data/ValiditySpec.hs, dist/build/validity-test/validity-test-tmp/Data/ValiditySpec.o )
  4948. 2433.26 s [zlib] Phase: setupCompilerEnvironmentPhase
  4949. 2433.26 s [zlib] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  4950. 2433.26 s [zlib] Phase: unpackPhase
  4951. 2433.26 s [zlib] unpacking source archive /nix/store/16q8rz5il1wp2k86w6zfkiky1zk048a7-zlib-0.7.1.0.tar.gz
  4952. 2433.26 s [zlib] source root is zlib-0.7.1.0
  4953. 2433.26 s [zlib] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "zlib-0.7.1.0/zlib.cabal"
  4954. 2433.26 s [zlib] Phase: patchPhase
  4955. 2433.26 s [zlib] Replace Cabal file with edited version from mirror://hackage/zlib-0.7.1.0/revision/2.cabal.
  4956. 2433.26 s [zlib] Phase: compileBuildDriverPhase
  4957. 2433.26 s [zlib] setupCompileFlags: -package-db=/build/tmp.hE7ofNudht/setup-package.conf.d -threaded
  4958. 2433.26 s [zlib] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.hE7ofNudht/Main.o )
  4959. 2433.26 s [zlib] [2 of 2] Linking Setup
  4960. 2433.26 s [zlib] Phase: updateAutotoolsGnuConfigScriptsPhase
  4961. 2433.26 s [zlib] Phase: configurePhase
  4962. 2433.26 s [zlib] configureFlags: --verbose --prefix=/nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc/share/doc/zlib-0.7.1.0 --with-gcc=gcc --package-db=/build/tmp.hE7ofNudht/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib --extra-include-dirs=/nix/store/wqahxs411zx3nykdqa8c2j3d127r3cff-zlib-1.3.1-dev/include --extra-lib-dirs=/nix/store/wqahxs411zx3nykdqa8c2j3d127r3cff-zlib-1.3.1-dev/lib --extra-lib-dirs=/nix/store/8icpg7vrz95c6ap3mznmlmg7h0l2av1w-zlib-1.3.1/lib
  4963. 2433.26 s [zlib] Using Parsec parser
  4964. 2433.26 s [zlib] Configuring zlib-0.7.1.0...
  4965. 2433.26 s [zlib] Flags chosen: bundled-c-zlib=False, non-blocking-ffi=True, pkg-config=True
  4966. 2433.26 s [zlib] Dependency base >=4.9 && <4.22: using base-4.18.2.0
  4967. 2433.26 s [zlib] Dependency bytestring >=0.9 && <0.13: using bytestring-0.11.5.3
  4968. 2433.26 s [zlib] Dependency QuickCheck >=2 && <3: using QuickCheck-2.14.3
  4969. 2433.26 s [zlib] Dependency base: using base-4.18.2.0
  4970. 2433.26 s [zlib] Dependency bytestring: using bytestring-0.11.5.3
  4971. 2433.26 s [zlib] Dependency tasty >=0.8 && <1.6: using tasty-1.5.3
  4972. 2433.26 s [zlib] Dependency tasty-quickcheck >=0.8 && <1: using tasty-quickcheck-0.11
  4973. 2433.26 s [zlib] Dependency zlib: using zlib-0.7.1.0
  4974. 2433.26 s [zlib] Dependency zlib: using version 1.3.1
  4975. 2433.26 s [zlib] Source component graph:
  4976. 2433.26 s [zlib] component lib
  4977. 2433.26 s [zlib] component test:tests dependency lib
  4978. 2433.26 s [zlib] Configured component graph:
  4979. 2433.26 s [zlib] component zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  4980. 2433.26 s [zlib] include base-4.18.2.0
  4981. 2433.26 s [zlib] include bytestring-0.11.5.3
  4982. 2433.26 s [zlib] component zlib-0.7.1.0-5wtJhnZluMy8bwvQvUSMY-tests
  4983. 2433.26 s [zlib] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  4984. 2433.26 s [zlib] include base-4.18.2.0
  4985. 2433.26 s [zlib] include bytestring-0.11.5.3
  4986. 2433.26 s [zlib] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  4987. 2433.26 s [zlib] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  4988. 2433.26 s [zlib] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  4989. 2433.26 s [zlib] Linked component graph:
  4990. 2433.26 s [zlib] unit zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  4991. 2433.26 s [zlib] include base-4.18.2.0
  4992. 2433.26 s [zlib] include bytestring-0.11.5.3
  4993. 2433.76 s [ChasingBottoms:post-build] Uploading to the NixCI cache: /nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15 /nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc
  4994. 2434.47 s [ChasingBottoms:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4995. 2435.02 s [ChasingBottoms:post-build] copying 2 paths...
  4996. 2435.02 s [ChasingBottoms:post-build] copying path '/nix/store/a6qhb9ak288m91knc6ipqfmm3bhl8xyd-ChasingBottoms-1.3.1.15-doc' to 'https://cache.nix-ci.com'...
  4997. 2436.09 s [ChasingBottoms:post-build] copying path '/nix/store/705546k144cfy2vlx2r4ywjrvf2xd33g-ChasingBottoms-1.3.1.15' to 'https://cache.nix-ci.com'...
  4998. 2440.53 s [ChasingBottoms:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4999. 2441.38 s [ChasingBottoms:post-build] copying 1 paths...
  5000. 2441.38 s [ChasingBottoms:post-build] copying path '/nix/store/ak4m2wwlcyaml5sv9dgv1ya61vd69dlq-ChasingBottoms-1.3.1.15.drv' to 'https://cache.nix-ci.com'...
  5001. 2443.43 s Uploaded ChasingBottoms in 9.8s
  5002. 2443.44 s Progress: 119 of 211 built (15 building), 298 of 298 downloaded from cache
  5003. 2443.44 s Built ChasingBottoms in 2m29s
  5004. 2443.44 s [cookie] Documentation created: dist/doc/html/cookie/index.html,
  5005. 2443.44 s [cookie] dist/doc/html/cookie/cookie.txt
  5006. 2443.44 s [crypton] include basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
  5007. 2443.44 s [crypton] include bytestring-0.11.5.3
  5008. 2443.44 s [crypton] include deepseq-1.4.8.1
  5009. 2443.44 s [crypton] include ghc-prim-0.10.0
  5010. 2443.44 s [crypton] include integer-gmp-1.1
  5011. 2443.44 s [crypton] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
  5012. 2443.44 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:70:17: warning: [GHC-63397] [-Wname-shadowing]
  5013. 2443.44 s [haskell-src-exts] This binding for ‘s’ shadows the existing binding
  5014. 2443.44 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
  5015. 2443.44 s [haskell-src-exts] |
  5016. 2443.44 s [haskell-src-exts] 70 | lines' ('\^M':s) acc = acc [] : lines' s id -- MacOS
  5017. 2443.45 s [haskell-src-exts] | ^
  5018. 2443.45 s [haskell-src-exts]
  5019. 2443.45 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:71:16: warning: [GHC-63397] [-Wname-shadowing]
  5020. 2443.45 s [haskell-src-exts] This binding for ‘s’ shadows the existing binding
  5021. 2443.45 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
  5022. 2443.45 s [haskell-src-exts] |
  5023. 2443.45 s [haskell-src-exts] 71 | lines' ('\n':s) acc = acc [] : lines' s id -- Unix
  5024. 2443.45 s [haskell-src-exts] | ^
  5025. 2443.45 s [haskell-src-exts]
  5026. 2443.45 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:72:13: warning: [GHC-63397] [-Wname-shadowing]
  5027. 2443.45 s [haskell-src-exts] This binding for ‘s’ shadows the existing binding
  5028. 2443.45 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
  5029. 2443.45 s [haskell-src-exts] |
  5030. 2443.45 s [haskell-src-exts] 72 | lines' (c:s) acc = lines' s (acc . (c:))
  5031. 2443.45 s [haskell-src-exts] | ^
  5032. 2443.45 s [haskell-src-exts] [18 of 18] Compiling Language.Haskell.Exts ( src/Language/Haskell/Exts.hs, dist/build/Language/Haskell/Exts.p_o )
  5033. 2443.45 s [haskell-src-exts] buildPhase completed in 16 minutes 58 seconds
  5034. 2443.45 s [haskell-src-exts] Phase: haddockPhase
  5035. 2443.45 s [haskell-src-exts] Preprocessing library for haskell-src-exts-1.23.1..
  5036. 2443.45 s [haskell-src-exts] Running Haddock on library for haskell-src-exts-1.23.1..
  5037. 2443.45 s [haskell-src-exts] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  5038. 2443.45 s [haskell-src-exts] Warning: 'capi' is out of scope.
  5039. 2443.45 s [haskell-src-exts] If you qualify the identifier, haddock can try to link it anyway.
  5040. 2443.45 s [haskell-src-exts] 65% ( 13 / 20) in 'Language.Haskell.Exts.Extension'
  5041. 2443.45 s [haskell-src-exts] Missing documentation for:
  5042. 2443.45 s [haskell-src-exts] Language (src/Language/Haskell/Exts/Extension.hs:86)
  5043. 2443.45 s [haskell-src-exts] knownLanguages (src/Language/Haskell/Exts/Extension.hs:105)
  5044. 2443.45 s [haskell-src-exts] classifyLanguage (src/Language/Haskell/Exts/Extension.hs:108)
  5045. 2443.45 s [haskell-src-exts] prettyLanguage (src/Language/Haskell/Exts/Extension.hs:114)
  5046. 2443.45 s [haskell-src-exts] KnownExtension (src/Language/Haskell/Exts/Extension.hs:135)
  5047. 2443.45 s [haskell-src-exts] ghcDefault (src/Language/Haskell/Exts/Extension.hs:646)
  5048. 2443.45 s [haskell-src-exts] toExtensionList (src/Language/Haskell/Exts/Extension.hs:725)
  5049. 2443.45 s [haskell-src-exts] Warning: 'SrcInfoSpan' is out of scope.
  5050. 2443.45 s [haskell-src-exts] If you qualify the identifier, haddock can try to link it anyway.
  5051. 2443.45 s [haskell-src-exts] 87% ( 21 / 24) in 'Language.Haskell.Exts.SrcLoc'
  5052. 2443.45 s [haskell-src-exts] Missing documentation for:
  5053. 2443.45 s [haskell-src-exts] showInt (src/Language/Haskell/Exts/SrcLoc.hs:21)
  5054. 2443.45 s [haskell-src-exts] noLoc (src/Language/Haskell/Exts/SrcLoc.hs:38)
  5055. 2443.45 s [haskell-src-exts] spanSize (src/Language/Haskell/Exts/SrcLoc.hs:86)
  5056. 2443.45 s [haskell-src-exts] Warning: 'forall' is out of scope.
  5057. 2443.45 s [haskell-src-exts] If you qualify the identifier, haddock can try to link it anyway.
  5058. 2443.45 s [haskell-src-exts] 65% ( 99 /152) in 'Language.Haskell.Exts.Syntax'
  5059. 2443.45 s [haskell-src-exts] Missing documentation for:
  5060. 2443.45 s [haskell-src-exts] PatternSynDirection (src/Language/Haskell/Exts/Syntax.hs:346)
  5061. 2443.45 s [haskell-src-exts] ResultSig (src/Language/Haskell/Exts/Syntax.hs:389)
  5062. 2443.45 s [haskell-src-exts] Unpackedness (src/Language/Haskell/Exts/Syntax.hs:605)
  5063. 2443.45 s [haskell-src-exts] Role (src/Language/Haskell/Exts/Syntax.hs:373)
  5064. 2443.45 s [haskell-src-exts] MaybePromotedName (src/Language/Haskell/Exts/Syntax.hs:655)
  5065. 2443.45 s [haskell-src-exts] prelude_mod (src/Language/Haskell/Exts/Syntax.hs:1009)
  5066. 2443.45 s [haskell-src-exts] main_mod (src/Language/Haskell/Exts/Syntax.hs:1009)
  5067. 2443.45 s [haskell-src-exts] main_name (src/Language/Haskell/Exts/Syntax.hs:1013)
  5068. 2443.45 s [haskell-src-exts] unit_con_name (src/Language/Haskell/Exts/Syntax.hs:1016)
  5069. 2443.45 s [haskell-src-exts] tuple_con_name (src/Language/Haskell/Exts/Syntax.hs:1019)
  5070. 2443.45 s [haskell-src-exts] list_con_name (src/Language/Haskell/Exts/Syntax.hs:1022)
  5071. 2443.45 s [haskell-src-exts] list_cons_name (src/Language/Haskell/Exts/Syntax.hs:1025)
  5072. 2443.45 s [haskell-src-exts] unboxed_singleton_con_name (src/Language/Haskell/Exts/Syntax.hs:1028)
  5073. 2443.45 s [haskell-src-exts] unit_con (src/Language/Haskell/Exts/Syntax.hs:1031)
  5074. 2443.45 s [haskell-src-exts] tuple_con (src/Language/Haskell/Exts/Syntax.hs:1034)
  5075. 2443.45 s [haskell-src-exts] unboxed_singleton_con (src/Language/Haskell/Exts/Syntax.hs:1037)
  5076. 2443.45 s [haskell-src-exts] as_name (src/Language/Haskell/Exts/Syntax.hs:1040)
  5077. 2443.45 s [haskell-src-exts] qualified_name (src/Language/Haskell/Exts/Syntax.hs:1040)
  5078. 2443.80 s [unix-time:post-build] Uploading to the NixCI cache: /nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc /nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16
  5079. 2444.38 s [unix-time:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5080. 2445.86 s [unix-time:post-build] copying 2 paths...
  5081. 2445.87 s [unix-time:post-build] copying path '/nix/store/50lcfcvi0y3m8j858z1jr821qgyjcpa8-unix-time-0.4.16-doc' to 'https://cache.nix-ci.com'...
  5082. 2447.47 s [unix-time:post-build] copying path '/nix/store/902zls9kxvd1bhi87wnl5v1gksbpijbp-unix-time-0.4.16' to 'https://cache.nix-ci.com'...
  5083. 2451.70 s [unix-time:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5084. 2453.54 s [unix-time:post-build] copying 1 paths...
  5085. 2453.54 s [unix-time:post-build] copying path '/nix/store/dvq1vzaffqlr638hrlwik9pz13cy46h4-unix-time-0.4.16.drv' to 'https://cache.nix-ci.com'...
  5086. 2455.59 s Uploaded unix-time in 11.9s
  5087. 2455.60 s Progress: 120 of 212 built (14 building), 298 of 298 downloaded from cache
  5088. 2455.61 s Built unix-time in 2m21s
  5089. 2455.61 s [zlib] Codec.Compression.GZip=zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk:Codec.Compression.GZip,Codec.Compression.Zlib=zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk:Codec.Compression.Zlib,Codec.Compression.Zlib.Internal=zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk:Codec.Compression.Zlib.Internal,Codec.Compression.Zlib.Raw=zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk:Codec.Compression.Zlib.Raw
  5090. 2455.61 s [zlib] unit zlib-0.7.1.0-5wtJhnZluMy8bwvQvUSMY-tests
  5091. 2455.61 s [zlib] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  5092. 2455.61 s [zlib] include base-4.18.2.0
  5093. 2455.61 s [zlib] include bytestring-0.11.5.3
  5094. 2455.61 s [zlib] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  5095. 2455.61 s [zlib] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  5096. 2455.61 s [zlib] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  5097. 2455.61 s [zlib] Ready component graph:
  5098. 2455.61 s [zlib] definite zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  5099. 2455.61 s [zlib] depends base-4.18.2.0
  5100. 2455.61 s [zlib] depends bytestring-0.11.5.3
  5101. 2455.61 s [zlib] definite zlib-0.7.1.0-5wtJhnZluMy8bwvQvUSMY-tests
  5102. 2455.61 s [zlib] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  5103. 2455.61 s [zlib] depends base-4.18.2.0
  5104. 2455.61 s [zlib] depends bytestring-0.11.5.3
  5105. 2455.61 s [zlib] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  5106. 2455.61 s [zlib] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  5107. 2455.61 s [zlib] depends zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  5108. 2455.61 s [zlib] Using Cabal-3.10.1.0 compiled by ghc-9.6
  5109. 2455.61 s [zlib] Using compiler: ghc-9.6.4
  5110. 2455.61 s [zlib] Using install prefix: /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0
  5111. 2455.61 s [zlib] Executables installed in:
  5112. 2455.61 s [zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/bin
  5113. 2455.61 s [zlib] Libraries installed in:
  5114. 2455.61 s [zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  5115. 2455.61 s [zlib] Dynamic Libraries installed in:
  5116. 2455.61 s [zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  5117. 2455.61 s [zlib] Private executables installed in:
  5118. 2455.61 s [zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/libexec/x86_64-linux-ghc-9.6.4/zlib-0.7.1.0
  5119. 2455.61 s [zlib] Data files installed in:
  5120. 2455.61 s [zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/share/x86_64-linux-ghc-9.6.4/zlib-0.7.1.0
  5121. 2455.61 s [zlib] Documentation installed in:
  5122. 2455.61 s [zlib] /nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc/share/doc/zlib-0.7.1.0
  5123. 2455.61 s [zlib] Configuration files installed in:
  5124. 2455.61 s [zlib] /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/etc
  5125. 2455.61 s [zlib] No alex found
  5126. 2455.61 s [zlib] Using ar found on system at:
  5127. 2455.61 s [zlib] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  5128. 2455.61 s [zlib] No c2hs found
  5129. 2455.61 s [zlib] No cpphs found
  5130. 2455.61 s [zlib] No doctest found
  5131. 2455.61 s [zlib] Using gcc version 14.3.0 given by user at:
  5132. 2455.61 s [zlib] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  5133. 2455.61 s [zlib] Using ghc version 9.6.4 found on system at:
  5134. 2455.61 s [zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  5135. 2455.61 s [zlib] Using ghc-pkg version 9.6.4 found on system at:
  5136. 2455.61 s [zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  5137. 2455.61 s [zlib] No ghcjs found
  5138. 2455.61 s [zlib] No ghcjs-pkg found
  5139. 2455.61 s [zlib] No greencard found
  5140. 2455.61 s [zlib] Using haddock version 2.29.2 found on system at:
  5141. 2455.61 s [zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  5142. 2455.61 s [zlib] No happy found
  5143. 2455.61 s [zlib] Using haskell-suite found on system at: haskell-suite-dummy-location
  5144. 2455.61 s [zlib] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5145. 2455.61 s [zlib] No hmake found
  5146. 2455.61 s [zlib] Using hpc version 0.68 found on system at:
  5147. 2455.61 s [zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  5148. 2455.61 s [zlib] Using hsc2hs version 0.68.9 found on system at:
  5149. 2455.61 s [zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  5150. 2455.61 s [zlib] Using hscolour version 1.25 found on system at:
  5151. 2455.61 s [zlib] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  5152. 2455.61 s [zlib] No jhc found
  5153. 2455.61 s [zlib] Using ld found on system at:
  5154. 2455.61 s [zlib] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  5155. 2455.61 s [zlib] Using pkg-config version 0.29.2 found on system at:
  5156. 2455.61 s [zlib] /nix/store/284df5f5mq01h1wmsz9grrqzraa3r9vi-pkg-config-wrapper-0.29.2/bin/pkg-config
  5157. 2455.61 s [zlib] Using runghc version 9.6.4 found on system at:
  5158. 2455.61 s [zlib] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  5159. 2455.61 s [zlib] Using strip version 2.44 found on system at:
  5160. 2455.62 s [zlib] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  5161. 2455.62 s [zlib] Using tar found on system at:
  5162. 2455.62 s [zlib] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  5163. 2455.62 s [zlib] No uhc found
  5164. 2455.62 s [zlib] Phase: buildPhase
  5165. 2455.62 s [zlib] Preprocessing library for zlib-0.7.1.0..
  5166. 2455.62 s [zlib] Building library for zlib-0.7.1.0..
  5167. 2455.62 s [zlib] [1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, dist/build/Codec/Compression/Zlib/ByteStringCompat.o, dist/build/Codec/Compression/Zlib/ByteStringCompat.dyn_o )
  5168. 2455.62 s [cookie] Preprocessing test suite 'test' for cookie-0.5.1..
  5169. 2455.62 s [cookie] haddockPhase completed in 30 seconds
  5170. 2455.62 s [cookie] Phase: installPhase
  5171. 2455.62 s [cookie] Installing library in /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/cookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf
  5172. 2455.62 s [cookie] Phase: fixupPhase
  5173. 2455.62 s [cookie] shrinking RPATHs of ELF executables and libraries in /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1
  5174. 2455.62 s [cookie] shrinking /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHScookie-0.5.1-1Xu1Pf3K116GMGj3mBMBTf-ghc9.6.4.so
  5175. 2455.62 s [cookie] checking for references to /build/ in /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1...
  5176. 2455.62 s [cookie] patching script interpreter paths in /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1
  5177. 2455.62 s [cookie] stripping (with command strip and flags -S -p) in /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1/lib
  5178. 2455.62 s [cookie] shrinking RPATHs of ELF executables and libraries in /nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc
  5179. 2455.62 s [cookie] checking for references to /build/ in /nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc...
  5180. 2455.62 s [cookie] patching script interpreter paths in /nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc
  5181. 2455.62 s [crypton] Crypto.Cipher.AES=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.AES,Crypto.Cipher.AESGCMSIV=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.AESGCMSIV,Crypto.Cipher.Blowfish=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Blowfish,Crypto.Cipher.CAST5=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.CAST5,Crypto.Cipher.Camellia=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Camellia,Crypto.Cipher.ChaCha=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.ChaCha,Crypto.Cipher.ChaChaPoly1305=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.ChaChaPoly1305,Crypto.Cipher.DES=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.DES,Crypto.Cipher.RC4=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.RC4,Crypto.Cipher.Salsa=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Salsa,Crypto.Cipher.TripleDES=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.TripleDES,Crypto.Cipher.Twofish=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Twofish,Crypto.Cipher.Types=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Types,Crypto.Cipher.Utils=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.Utils,Crypto.Cipher.XSalsa=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Cipher.XSalsa,Crypto.ConstructHash.MiyaguchiPreneel=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.ConstructHash.MiyaguchiPreneel,Crypto.Data.AFIS=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Data.AFIS,Crypto.Data.Padding=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Data.Padding,Crypto.ECC=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.ECC,Crypto.ECC.Edwards25519=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.ECC.Edwards25519,Crypto.Error=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Error,Crypto.Hash=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Hash,Crypto.Hash.Algorithms=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Hash.Algorithms,Crypto.Hash.IO=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Hash.IO,Crypto.KDF.Argon2=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.Argon2,Crypto.KDF.BCrypt=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.BCrypt,Crypto.KDF.BCryptPBKDF=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.BCryptPBKDF,Crypto.KDF.HKDF=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.HKDF,Crypto.KDF.PBKDF2=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.PBKDF2,Crypto.KDF.Scrypt=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.KDF.Scrypt,Crypto.MAC.CMAC=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.MAC.CMAC,Crypto.MAC.HMAC=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.MAC.HMAC,Crypto.MAC.KMAC=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.MAC.KMAC,Crypto.MAC.KeyedBlake2=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.MAC.KeyedBlake2,Crypto.MAC.Poly1305=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.MAC.Poly1305,Crypto.Number.Basic=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Basic,Crypto.Number.F2m=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.F2m,Crypto.Number.Generate=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Generate,Crypto.Number.ModArithmetic=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.ModArithmetic,Crypto.Number.Nat=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Nat,Crypto.Number.Prime=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Prime,Crypto.Number.Serialize=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Serialize,Crypto.Number.Serialize.Internal=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Serialize.Internal,Crypto.Number.Serialize.Internal.LE=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Serialize.Internal.LE,Crypto.Number.Serialize.LE=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Number.Serialize.LE,Crypto.OTP=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.OTP,Crypto.PubKey.Curve25519=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Curve25519,Crypto.PubKey.Curve448=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Curve448,Crypto.PubKey.DH=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.DH,Crypto.PubKey.DSA=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.DSA,Crypto.PubKey.ECC.DH=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.DH,Crypto.PubKey.ECC.ECDSA=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.ECDSA,Crypto.PubKey.ECC.Generate=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.Generate,Crypto.PubKey.ECC.P256=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.P256,Crypto.PubKey.ECC.Prim=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.Prim,Crypto.PubKey.ECC.Types=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECC.Types,Crypto.PubKey.ECDSA=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECDSA,Crypto.PubKey.ECIES=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.ECIES,Crypto.PubKey.Ed25519=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Ed25519,Crypto.PubKey.Ed448=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Ed448,Crypto.PubKey.EdDSA=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.EdDSA,Crypto.PubKey.MaskGenFunction=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.MaskGenFunction,Crypto.PubKey.RSA=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA,Crypto.PubKey.RSA.OAEP=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA.OAEP,Crypto.PubKey.RSA.PKCS15=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA.PKCS15,Crypto.PubKey.RSA.PSS=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA.PSS,Crypto.PubKey.RSA.Prim=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA.Prim,Crypto.PubKey.RSA.Types=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.RSA.Types,Crypto.PubKey.Rabin.Basic=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Rabin.Basic,Crypto.PubKey.Rabin.Modified=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Rabin.Modified,Crypto.PubKey.Rabin.OAEP=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Rabin.OAEP,Crypto.PubKey.Rabin.RW=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Rabin.RW,Crypto.PubKey.Rabin.Types=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.PubKey.Rabin.Types,Crypto.Random=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Random,Crypto.Random.Entropy=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Random.Entropy,Crypto.Random.Entropy.Unsafe=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Random.Entropy.Unsafe,Crypto.Random.EntropyPool=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Random.EntropyPool,Crypto.Random.Types=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Random.Types,Crypto.System.CPU=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.System.CPU,Crypto.Tutorial=crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h:Crypto.Tutorial
  5182. 2455.62 s [crypton] unit crypton-1.0.4-DlIemFGe5Tk2mlsJCEoKs0-test-crypton
  5183. 2455.62 s [crypton] include base-4.18.2.0
  5184. 2455.62 s [crypton] include bytestring-0.11.5.3
  5185. 2455.62 s [crypton] include crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
  5186. 2455.62 s [crypton] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
  5187. 2455.62 s [crypton] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  5188. 2455.62 s [crypton] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  5189. 2455.62 s [crypton] include tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
  5190. 2455.62 s [crypton] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  5191. 2455.62 s [crypton] Ready component graph:
  5192. 2455.62 s [crypton] definite crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
  5193. 2455.62 s [crypton] depends base-4.18.2.0
  5194. 2455.62 s [crypton] depends basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
  5195. 2455.62 s [crypton] depends bytestring-0.11.5.3
  5196. 2455.62 s [crypton] depends deepseq-1.4.8.1
  5197. 2455.62 s [crypton] depends ghc-prim-0.10.0
  5198. 2455.62 s [crypton] depends integer-gmp-1.1
  5199. 2455.62 s [crypton] depends memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
  5200. 2455.62 s [crypton] definite crypton-1.0.4-DlIemFGe5Tk2mlsJCEoKs0-test-crypton
  5201. 2455.62 s [crypton] depends base-4.18.2.0
  5202. 2455.62 s [crypton] depends bytestring-0.11.5.3
  5203. 2455.62 s [crypton] depends crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
  5204. 2455.62 s [crypton] depends memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
  5205. 2455.62 s [crypton] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  5206. 2455.62 s [crypton] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  5207. 2455.62 s [crypton] depends tasty-kat-0.0.3-VXIc2vfAFOBzOnG5bdEJB
  5208. 2455.62 s [crypton] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  5209. 2455.62 s [crypton] Using Cabal-3.10.1.0 compiled by ghc-9.6
  5210. 2455.62 s [crypton] Using compiler: ghc-9.6.4
  5211. 2455.62 s [crypton] Using install prefix:
  5212. 2455.62 s [crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4
  5213. 2455.62 s [crypton] Executables installed in:
  5214. 2455.63 s [crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/bin
  5215. 2455.63 s [crypton] Libraries installed in:
  5216. 2455.63 s [doctest] [14 of 25] Compiling Test.DocTest.Internal.Location ( src/Test/DocTest/Internal/Location.hs, dist/build/Test/DocTest/Internal/Location.p_o )
  5217. 2455.63 s [doctest] [15 of 25] Compiling Util ( src/Util.hs, dist/build/Util.p_o )
  5218. 2455.63 s [doctest] [16 of 25] Compiling Extract ( src/Extract.hs, dist/build/Extract.p_o )
  5219. 2455.63 s [doctest] [17 of 25] Compiling Test.DocTest.Internal.Extract ( src/Test/DocTest/Internal/Extract.hs, dist/build/Test/DocTest/Internal/Extract.p_o )
  5220. 2455.63 s [doctest] [18 of 25] Compiling Parse ( src/Parse.hs, dist/build/Parse.p_o )
  5221. 2455.63 s [doctest] [19 of 25] Compiling Test.DocTest.Internal.Parse ( src/Test/DocTest/Internal/Parse.hs, dist/build/Test/DocTest/Internal/Parse.p_o )
  5222. 2455.63 s [doctest] [20 of 25] Compiling Runner.Example ( src/Runner/Example.hs, dist/build/Runner/Example.p_o )
  5223. 2455.63 s [doctest] [21 of 25] Compiling Property ( src/Property.hs, dist/build/Property.p_o )
  5224. 2455.63 s [doctest] [22 of 25] Compiling Runner ( src/Runner.hs, dist/build/Runner.p_o )
  5225. 2455.63 s [doctest] [23 of 25] Compiling Run ( src/Run.hs, dist/build/Run.p_o )
  5226. 2455.63 s [doctest] [24 of 25] Compiling Test.DocTest.Internal.Run ( src/Test/DocTest/Internal/Run.hs, dist/build/Test/DocTest/Internal/Run.p_o )
  5227. 2455.63 s [doctest] [25 of 25] Compiling Test.DocTest ( src/Test/DocTest.hs, dist/build/Test/DocTest.p_o )
  5228. 2455.63 s [generic-deriving] [9 of 9] Linking dist/build/spec/spec
  5229. 2455.63 s [generic-deriving] buildPhase completed in 3 minutes 37 seconds
  5230. 2455.63 s [generic-deriving] Phase: checkPhase
  5231. 2455.63 s [generic-deriving] Running 1 test suites...
  5232. 2455.63 s [generic-deriving] Test suite spec: RUNNING...
  5233. 2455.63 s [generic-deriving]
  5234. 2455.63 s [generic-deriving] Default
  5235. 2455.63 s [generic-deriving] DerivingVia Default
  5236. 2455.63 s [generic-deriving] GEq is commutative for derivingVia (Default MyType) [✔]
  5237. 2455.63 s [generic-deriving] GShow for MyType is like Show for Bool with derivingVia (Default MyType) but prefixed with 'MyType ' [✔]
  5238. 2455.63 s [generic-deriving] GEq is commutative for parameterized derivingVia (Default (MyType1 Bool)) [✔]
  5239. 2455.63 s [generic-deriving] GShow for MyType1 Bool is like Show for Bool with derivingVia (Default (MyType1 Bool)) but prefixed with 'MyType1 ' [✔]
  5240. 2455.63 s [generic-deriving] GEq is commutative for derivingVia (Default Bool) [✔]
  5241. 2455.63 s [generic-deriving] GENum is correct for derivingVia (Default Bool) [✔]
  5242. 2455.63 s [generic-deriving] GShow for TestShow is the same as Show for Bool with derivingVia (Default Bool) [✔]
  5243. 2455.63 s [generic-deriving] GSemigroup is like First when instantiated with derivingVia (First Bool) [✔]
  5244. 2455.63 s [generic-deriving] GFoldable with derivingVia (Default1 Option) acts like mconcat with Maybe (First Bool) [✔]
  5245. 2455.63 s [generic-deriving] +++ OK, passed 100 tests.
  5246. 2455.63 s [generic-deriving] GFunctor for TestFunctor Bool is as Functor for Maybe Bool [✔]
  5247. 2455.63 s [generic-deriving] Example
  5248. 2455.63 s [generic-deriving] [] and Maybe tests
  5249. 2455.63 s [generic-deriving] gshow hList [✔]
  5250. 2455.63 s [generic-deriving] gshow (children maybe2) [✔]
  5251. 2455.63 s [generic-deriving] gshow (transform (const "abc") []) [✔]
  5252. 2455.63 s [generic-deriving] gshow (transform double hList) [✔]
  5253. 2455.63 s [generic-deriving] gshow (geq hList hList) [✔]
  5254. 2455.63 s [generic-deriving] gshow (geq maybe1 maybe2) [✔]
  5255. 2455.63 s [generic-deriving] gshow (take 5 genum) [✔]
  5256. 2455.63 s [generic-deriving] gshow (take 15 genum) [✔]
  5257. 2455.63 s [generic-deriving] gshow (range ([0], [1])) [✔]
  5258. 2455.63 s [generic-deriving] gshow (inRange ([0], [3,5]) hList) [✔]
  5259. 2455.63 s [generic-deriving] Tests for Tree
  5260. 2455.63 s [generic-deriving] gshow tree [✔]
  5261. 2455.63 s [generic-deriving] gshow (children tree) [✔]
  5262. 2455.63 s [generic-deriving] gshow (descend (descend (\_ -> Branch 0 Empty Empty)) tree) [✔]
  5263. 2455.63 s [generic-deriving] gshow (context tree [Branch 1 Empty Empty,Empty]) [✔]
  5264. 2455.63 s [generic-deriving] gshow (transform upgradeTree tree) [✔]
  5265. 2455.63 s [generic-deriving] gshow (take 10 genum) [✔]
  5266. 2455.63 s [generic-deriving] Tests for List
  5267. 2455.63 s [generic-deriving] gshow (gmap fromEnum list) [✔]
  5268. 2455.63 s [generic-deriving] gshow (gmap gshow listlist) [✔]
  5269. 2455.63 s [generic-deriving] gshow list [✔]
  5270. 2455.63 s [generic-deriving] gshow listlist [✔]
  5271. 2455.63 s [generic-deriving] gshow (children list) [✔]
  5272. 2455.64 s [generic-deriving] gshow (children listlist) [✔]
  5273. 2455.64 s [generic-deriving] Tests for Rose
  5274. 2455.64 s [generic-deriving] gshow rose1 [✔]
  5275. 2455.64 s [generic-deriving] gshow (gmap gshow rose1) [✔]
  5276. 2455.64 s [generic-deriving] Tests for GRose
  5277. 2455.64 s [generic-deriving] gshow grose1 [✔]
  5278. 2455.64 s [generic-deriving] gshow (gmap gshow grose1) [✔]
  5279. 2455.64 s [generic-deriving] Tests for Either
  5280. 2455.64 s [generic-deriving] gshow either1 [✔]
  5281. 2455.64 s [generic-deriving] gshow (gmap gshow either1) [✔]
  5282. 2455.64 s [generic-deriving] Tests for Nested
  5283. 2455.64 s [generic-deriving] gshow nested [✔]
  5284. 2455.64 s [generic-deriving] gshow (gmap gshow nested) [✔]
  5285. 2455.64 s [generic-deriving] Tests for Bush
  5286. 2455.64 s [generic-deriving] gshow bush1 [✔]
  5287. 2455.64 s [generic-deriving] gshow (gmap gshow bush1) [✔]
  5288. 2455.64 s [generic-deriving] TypeInType
  5289. 2455.64 s [generic-deriving] TyCon Bool 'False 'True
  5290. 2455.64 s [generic-deriving] has an appropriately kinded Generic1 instance [✔]
  5291. 2455.64 s [generic-deriving] TyFam Bool 'False 'True
  5292. 2455.64 s [generic-deriving] has an appropriately kinded Generic1 instance [✔]
  5293. 2455.64 s [generic-deriving]
  5294. 2455.64 s [generic-deriving] Finished in 0.0306 seconds
  5295. 2455.64 s [generic-deriving] 44 examples, 0 failures
  5296. 2455.64 s [generic-deriving] Test suite spec: PASS
  5297. 2455.64 s [generic-deriving] Test suite logged to: dist/test/generic-deriving-1.14.6-spec.log
  5298. 2455.64 s [generic-deriving] 1 of 1 test suites (1 of 1 test cases) passed.
  5299. 2455.64 s [generic-deriving] Phase: haddockPhase
  5300. 2455.64 s [generic-deriving] Preprocessing library for generic-deriving-1.14.6..
  5301. 2455.64 s [generic-deriving] Running Haddock on library for generic-deriving-1.14.6..
  5302. 2455.64 s [generic-deriving] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  5303. 2455.65 s [generic-deriving] 0% ( 0 / 1) in 'Generics.Deriving.Instances'
  5304. 2455.65 s [generic-deriving] Missing documentation for:
  5305. 2455.65 s [generic-deriving] Module header
  5306. 2455.65 s [generic-deriving] 50% ( 1 / 2) in 'Generics.Deriving.Base'
  5307. 2455.65 s [generic-deriving] Missing documentation for:
  5308. 2455.65 s [generic-deriving] Module header
  5309. 2455.65 s [generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Functor'
  5310. 2455.65 s [generic-deriving] Missing documentation for:
  5311. 2455.65 s [generic-deriving] Module header
  5312. 2455.65 s [generic-deriving] GFunctor (src/Generics/Deriving/Functor.hs:92)
  5313. 2455.65 s [generic-deriving] gmapdefault (src/Generics/Deriving/Functor.hs:98)
  5314. 2455.65 s [generic-deriving] GFunctor' (src/Generics/Deriving/Functor.hs:43)
  5315. 2455.65 s [generic-deriving] 16% ( 4 / 24) in 'Generics.Deriving.Foldable'
  5316. 2455.65 s [generic-deriving] Missing documentation for:
  5317. 2455.65 s [generic-deriving] Module header
  5318. 2455.65 s [generic-deriving] GFoldable (src/Generics/Deriving/Foldable.hs:108)
  5319. 2455.65 s [generic-deriving] gfoldMapdefault (src/Generics/Deriving/Foldable.hs:145)
  5320. 2455.65 s [generic-deriving] gtoList (src/Generics/Deriving/Foldable.hs:222)
  5321. 2455.65 s [generic-deriving] gconcat (src/Generics/Deriving/Foldable.hs:225)
  5322. 2455.65 s [generic-deriving] gconcatMap (src/Generics/Deriving/Foldable.hs:228)
  5323. 2455.65 s [generic-deriving] gand (src/Generics/Deriving/Foldable.hs:231)
  5324. 2455.65 s [generic-deriving] gor (src/Generics/Deriving/Foldable.hs:234)
  5325. 2455.65 s [generic-deriving] gany (src/Generics/Deriving/Foldable.hs:237)
  5326. 2455.65 s [generic-deriving] gall (src/Generics/Deriving/Foldable.hs:240)
  5327. 2455.65 s [generic-deriving] gsum (src/Generics/Deriving/Foldable.hs:243)
  5328. 2455.65 s [hashable] [2 of 4] Compiling Regress.Mmap ( dist/build/hashable-tests/hashable-tests-tmp/Regress/Mmap.hs, dist/build/hashable-tests/hashable-tests-tmp/Regress/Mmap.o )
  5329. 2455.65 s [hashable] [3 of 4] Compiling Regress ( tests/Regress.hs, dist/build/hashable-tests/hashable-tests-tmp/Regress.o )
  5330. 2455.65 s [hashable] [4 of 4] Compiling Main ( tests/Main.hs, dist/build/hashable-tests/hashable-tests-tmp/Main.o )
  5331. 2455.65 s [hashable] [5 of 5] Linking dist/build/hashable-tests/hashable-tests
  5332. 2455.65 s [hashable] Preprocessing test suite 'xxhash-tests' for hashable-1.4.7.0..
  5333. 2455.65 s [hashable] Building test suite 'xxhash-tests' for hashable-1.4.7.0..
  5334. 2455.65 s [hashable] [1 of 3] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/xxhash-tests/xxhash-tests-tmp/Data/Hashable/FFI.o )
  5335. 2455.65 s [hashable] [2 of 3] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/xxhash-tests/xxhash-tests-tmp/Data/Hashable/XXH3.o )
  5336. 2455.65 s [hashable] [3 of 3] Compiling Main ( tests/xxhash-tests.hs, dist/build/xxhash-tests/xxhash-tests-tmp/Main.o )
  5337. 2455.65 s [hashable] [4 of 4] Linking dist/build/xxhash-tests/xxhash-tests
  5338. 2455.65 s [hashable] Preprocessing test suite 'hashable-examples' for hashable-1.4.7.0..
  5339. 2455.65 s [hashable] Building test suite 'hashable-examples' for hashable-1.4.7.0..
  5340. 2455.65 s [hashable] [1 of 1] Compiling Main ( examples/Main.hs, dist/build/hashable-examples/hashable-examples-tmp/Main.o )
  5341. 2455.65 s [haskell-src-exts] hiding_name (src/Language/Haskell/Exts/Syntax.hs:1040)
  5342. 2455.65 s [haskell-src-exts] minus_name (src/Language/Haskell/Exts/Syntax.hs:1040)
  5343. 2455.65 s [haskell-src-exts] bang_name (src/Language/Haskell/Exts/Syntax.hs:1040)
  5344. 2455.65 s [haskell-src-exts] dot_name (src/Language/Haskell/Exts/Syntax.hs:1040)
  5345. 2455.65 s [haskell-src-exts] star_name (src/Language/Haskell/Exts/Syntax.hs:1040)
  5346. 2455.65 s [haskell-src-exts] export_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5347. 2455.65 s [haskell-src-exts] safe_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5348. 2455.65 s [haskell-src-exts] unsafe_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5349. 2455.65 s [haskell-src-exts] interruptible_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5350. 2455.65 s [haskell-src-exts] threadsafe_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5351. 2455.65 s [haskell-src-exts] stdcall_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5352. 2455.65 s [haskell-src-exts] ccall_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5353. 2455.65 s [haskell-src-exts] cplusplus_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5354. 2455.65 s [haskell-src-exts] dotnet_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5355. 2455.65 s [haskell-src-exts] jvm_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5356. 2455.65 s [haskell-src-exts] js_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5357. 2455.65 s [haskell-src-exts] javascript_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5358. 2455.65 s [haskell-src-exts] capi_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5359. 2455.65 s [haskell-src-exts] forall_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5360. 2455.65 s [haskell-src-exts] family_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5361. 2455.65 s [haskell-src-exts] role_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5362. 2455.65 s [haskell-src-exts] hole_name (src/Language/Haskell/Exts/Syntax.hs:1049)
  5363. 2455.65 s [haskell-src-exts] stock_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5364. 2455.65 s [haskell-src-exts] anyclass_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5365. 2455.65 s [haskell-src-exts] via_name (src/Language/Haskell/Exts/Syntax.hs:1052)
  5366. 2455.65 s [haskell-src-exts] unit_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1076)
  5367. 2455.65 s [haskell-src-exts] fun_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1076)
  5368. 2455.65 s [haskell-src-exts] list_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1076)
  5369. 2455.65 s [haskell-src-exts] tuple_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1082)
  5370. 2455.65 s [haskell-src-exts] unboxed_singleton_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1076)
  5371. 2455.65 s [haskell-src-exts] unit_tycon (src/Language/Haskell/Exts/Syntax.hs:1085)
  5372. 2455.65 s [haskell-src-exts] fun_tycon (src/Language/Haskell/Exts/Syntax.hs:1085)
  5373. 2455.65 s [haskell-src-exts] list_tycon (src/Language/Haskell/Exts/Syntax.hs:1085)
  5374. 2455.65 s [haskell-src-exts] tuple_tycon (src/Language/Haskell/Exts/Syntax.hs:1091)
  5375. 2455.65 s [haskell-src-exts] unboxed_singleton_tycon (src/Language/Haskell/Exts/Syntax.hs:1085)
  5376. 2455.65 s [haskell-src-exts] 94% ( 17 / 18) in 'Language.Haskell.Exts.Pretty'
  5377. 2455.65 s [haskell-src-exts] Missing documentation for:
  5378. 2455.66 s [haskell-src-exts] Indent (src/Language/Haskell/Exts/Pretty.hs:58)
  5379. 2455.66 s [haskell-src-exts]
  5380. 2455.66 s [haskell-src-exts] src/Language/Haskell/Exts/Pretty.hs:119:9: warning: [-Wnoncanonical-monad-instances]
  5381. 2455.66 s [haskell-src-exts] Noncanonical ‘(>>)’ definition detected
  5382. 2455.66 s [haskell-src-exts] in the instance declaration for ‘Monad (DocM s)’.
  5383. 2455.66 s [haskell-src-exts] ‘(>>)’ will eventually be removed in favour of ‘(*>)’
  5384. 2455.66 s [haskell-src-exts] Either remove definition for ‘(>>)’ (recommended) or define as ‘(>>) = (*>)’
  5385. 2455.66 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  5386. 2455.66 s [haskell-src-exts] |
  5387. 2455.66 s [haskell-src-exts] 119 | (>>) = then_DocM
  5388. 2455.66 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^
  5389. 2455.66 s [haskell-src-exts]
  5390. 2455.66 s [haskell-src-exts] src/Language/Haskell/Exts/Pretty.hs:120:9: warning: [-Wnoncanonical-monad-instances]
  5391. 2455.66 s [haskell-src-exts] Noncanonical ‘return’ definition detected
  5392. 2455.66 s [haskell-src-exts] in the instance declaration for ‘Monad (DocM s)’.
  5393. 2455.66 s [haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
  5394. 2455.66 s [haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  5395. 2455.66 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  5396. 2455.66 s [haskell-src-exts] |
  5397. 2455.66 s [haskell-src-exts] 120 | return = retDocM
  5398. 2455.66 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^
  5399. 2455.66 s [haskell-src-exts] 75% ( 9 / 12) in 'Language.Haskell.Exts.Fixity'
  5400. 2455.66 s [haskell-src-exts] Missing documentation for:
  5401. 2455.66 s [haskell-src-exts] infix_ (src/Language/Haskell/Exts/Fixity.hs:185)
  5402. 2455.66 s [haskell-src-exts] infixl_ (src/Language/Haskell/Exts/Fixity.hs:185)
  5403. 2455.66 s [haskell-src-exts] infixr_ (src/Language/Haskell/Exts/Fixity.hs:185)
  5404. 2455.66 s [haskell-src-exts] 100% ( 4 / 4) in 'Language.Haskell.Exts.Comments'
  5405. 2455.66 s [haskell-src-exts] Warning: 'Prelude' is out of scope.
  5406. 2455.66 s [haskell-src-exts] If you qualify the identifier, haddock can try to link it anyway.
  5407. 2455.66 s [haskell-src-exts]
  5408. 2455.66 s [hourglass] [ 4 of 17] Compiling Data.Hourglass.Types ( Data/Hourglass/Types.hs, dist/build/Data/Hourglass/Types.p_o )
  5409. 2455.66 s [hourglass] [ 5 of 17] Compiling Data.Hourglass.Internal.Unix ( Data/Hourglass/Internal/Unix.hs, dist/build/Data/Hourglass/Internal/Unix.p_o )
  5410. 2455.66 s [hourglass]
  5411. 2455.66 s [hourglass] Data/Hourglass/Internal/Unix.hs:24:1: warning: [-Wunused-imports]
  5412. 2455.66 s [hourglass] The import of ‘Control.Applicative’ is redundant
  5413. 2455.66 s [hourglass] except perhaps to import instances from ‘Control.Applicative’
  5414. 2455.66 s [hourglass] To import instances alone, use: import Control.Applicative()
  5415. 2455.66 s [hourglass] |
  5416. 2455.66 s [hourglass] 24 | import Control.Applicative
  5417. 2455.66 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  5418. 2455.66 s [hourglass] [ 6 of 17] Compiling Data.Hourglass.Internal ( Data/Hourglass/Internal.hs, dist/build/Data/Hourglass/Internal.p_o )
  5419. 2455.66 s [hourglass] [ 7 of 17] Compiling Data.Hourglass.Calendar ( Data/Hourglass/Calendar.hs, dist/build/Data/Hourglass/Calendar.p_o )
  5420. 2455.66 s [hourglass] [ 8 of 17] Compiling Data.Hourglass.Diff ( Data/Hourglass/Diff.hs, dist/build/Data/Hourglass/Diff.p_o )
  5421. 2455.66 s [hourglass]
  5422. 2455.66 s [hourglass] Data/Hourglass/Diff.hs:23:1: warning: [-Wunused-imports]
  5423. 2455.66 s [hourglass] The import of ‘Data.Monoid’ is redundant
  5424. 2455.66 s [hourglass] except perhaps to import instances from ‘Data.Monoid’
  5425. 2455.66 s [hourglass] To import instances alone, use: import Data.Monoid()
  5426. 2455.66 s [hourglass] |
  5427. 2455.66 s [hourglass] 23 | import Data.Monoid
  5428. 2455.66 s [hourglass] | ^^^^^^^^^^^^^^^^^^
  5429. 2455.66 s [hourglass]
  5430. 2455.66 s [hourglass] Data/Hourglass/Diff.hs:49:5: warning: [-Wnoncanonical-monoid-instances]
  5431. 2455.66 s [hourglass] Noncanonical ‘mappend’ definition detected
  5432. 2455.66 s [hourglass] in the instance declaration for ‘Monoid Period’.
  5433. 2455.66 s [hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  5434. 2455.66 s [hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  5435. 2455.66 s [hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  5436. 2455.66 s [hourglass] |
  5437. 2455.66 s [hourglass] 49 | mappend (Period y1 m1 d1) (Period y2 m2 d2) =
  5438. 2455.66 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  5439. 2455.66 s [hourglass]
  5440. 2455.66 s [hourglass] Data/Hourglass/Diff.hs:70:5: warning: [-Wnoncanonical-monoid-instances]
  5441. 2455.66 s [hourglass] Noncanonical ‘mappend’ definition detected
  5442. 2455.66 s [hourglass] in the instance declaration for ‘Monoid Duration’.
  5443. 2455.66 s [hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  5444. 2455.66 s [hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  5445. 2455.66 s [hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  5446. 2455.66 s [hourglass] |
  5447. 2455.66 s [hourglass] 70 | mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
  5448. 2455.66 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  5449. 2455.66 s [hourglass] [ 9 of 17] Compiling Data.Hourglass.Time ( Data/Hourglass/Time.hs, dist/build/Data/Hourglass/Time.p_o )
  5450. 2455.66 s [hourglass] [10 of 17] Compiling Data.Hourglass.Epoch ( Data/Hourglass/Epoch.hs, dist/build/Data/Hourglass/Epoch.p_o )
  5451. 2455.66 s [hourglass] [11 of 17] Compiling Data.Hourglass.Local ( Data/Hourglass/Local.hs, dist/build/Data/Hourglass/Local.p_o )
  5452. 2455.66 s [hourglass] [12 of 17] Compiling Time.System ( Time/System.hs, dist/build/Time/System.p_o )
  5453. 2455.66 s [hourglass]
  5454. 2455.66 s [hourglass] Time/System.hs:23:1: warning: [-Wunused-imports]
  5455. 2455.67 s [hourglass] The import of ‘Control.Applicative’ is redundant
  5456. 2455.67 s [hourglass] except perhaps to import instances from ‘Control.Applicative’
  5457. 2455.67 s [hourglass] To import instances alone, use: import Control.Applicative()
  5458. 2455.67 s [hourglass] |
  5459. 2455.67 s [hourglass] 23 | import Control.Applicative
  5460. 2455.67 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  5461. 2455.67 s [hourglass] [13 of 17] Compiling System.Hourglass ( System/Hourglass.hs, dist/build/System/Hourglass.p_o )
  5462. 2455.67 s [hourglass] [14 of 17] Compiling Data.Hourglass.Format ( Data/Hourglass/Format.hs, dist/build/Data/Hourglass/Format.p_o )
  5463. 2455.67 s [integer-conversion] Documentation created: dist/doc/html/integer-conversion/index.html,
  5464. 2455.67 s [integer-conversion] dist/doc/html/integer-conversion/integer-conversion.txt
  5465. 2455.67 s [integer-conversion] Preprocessing test suite 'integer-conversion-tests' for integer-conversion-0.1.1..
  5466. 2455.67 s [integer-conversion] haddockPhase completed in 31 seconds
  5467. 2455.67 s [integer-conversion] Phase: installPhase
  5468. 2455.67 s [integer-conversion] Installing library in /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/integer-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM
  5469. 2455.67 s [integer-conversion] Phase: fixupPhase
  5470. 2455.67 s [integer-conversion] shrinking RPATHs of ELF executables and libraries in /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1
  5471. 2455.67 s [integer-conversion] shrinking /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSinteger-conversion-0.1.1-5682pMlXwZH4ROOsLHO3xM-ghc9.6.4.so
  5472. 2455.67 s [integer-conversion] checking for references to /build/ in /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1...
  5473. 2455.67 s [integer-conversion] patching script interpreter paths in /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1
  5474. 2455.67 s [integer-conversion] stripping (with command strip and flags -S -p) in /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1/lib
  5475. 2455.67 s [integer-conversion] shrinking RPATHs of ELF executables and libraries in /nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc
  5476. 2455.67 s [integer-conversion] checking for references to /build/ in /nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc...
  5477. 2455.67 s [integer-conversion] patching script interpreter paths in /nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc
  5478. 2455.67 s [monad-control] Phase: setupCompilerEnvironmentPhase
  5479. 2455.67 s [monad-control] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  5480. 2455.67 s [monad-control] Phase: unpackPhase
  5481. 2455.67 s [monad-control] unpacking source archive /nix/store/396b43ags6h9xxjjcz1ykx39qy5hxywi-monad-control-1.0.3.1.tar.gz
  5482. 2455.67 s [monad-control] source root is monad-control-1.0.3.1
  5483. 2455.67 s [monad-control] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "monad-control-1.0.3.1/src/Control/Monad/Trans/Control.hs"
  5484. 2455.67 s [monad-control] Phase: patchPhase
  5485. 2455.67 s [monad-control] Phase: compileBuildDriverPhase
  5486. 2455.67 s [monad-control] setupCompileFlags: -package-db=/build/tmp.rQKRikepXc/setup-package.conf.d -threaded
  5487. 2455.67 s [monad-control] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.rQKRikepXc/Main.o )
  5488. 2455.67 s [monad-control] [2 of 2] Linking Setup
  5489. 2455.67 s [monad-control] Phase: updateAutotoolsGnuConfigScriptsPhase
  5490. 2455.67 s [monad-control] Phase: configurePhase
  5491. 2455.67 s [monad-control] configureFlags: --verbose --prefix=/nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc/share/doc/monad-control-1.0.3.1 --with-gcc=gcc --package-db=/build/tmp.rQKRikepXc/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  5492. 2455.67 s [monad-control] Using Parsec parser
  5493. 2455.67 s [monad-control] Configuring monad-control-1.0.3.1...
  5494. 2455.67 s [monad-control] Dependency base >=4.5 && <5: using base-4.18.2.0
  5495. 2455.67 s [monad-control] Dependency stm >=2.3 && <3: using stm-2.5.1.0
  5496. 2455.67 s [monad-control] Dependency transformers >=0.2 && <0.7: using transformers-0.6.1.0
  5497. 2455.67 s [monad-control] Dependency transformers-base >=0.4.4 && <0.5: using transformers-base-0.4.6
  5498. 2455.67 s [monad-control] Dependency transformers-compat >=0.3 && <0.8: using transformers-compat-0.7.2
  5499. 2455.67 s [monad-control] Source component graph: component lib
  5500. 2455.67 s [monad-control] Configured component graph:
  5501. 2455.68 s [monad-control] component monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  5502. 2455.68 s [monad-control] include base-4.18.2.0
  5503. 2455.68 s [monad-control] include stm-2.5.1.0
  5504. 2455.68 s [monad-control] include transformers-0.6.1.0
  5505. 2455.68 s [monad-control] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
  5506. 2455.68 s [monad-control] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  5507. 2455.68 s [monad-control] Linked component graph:
  5508. 2455.68 s [monad-control] unit monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  5509. 2455.68 s [monad-control] include base-4.18.2.0
  5510. 2455.68 s [monad-control] include stm-2.5.1.0
  5511. 2455.68 s [monad-control] include transformers-0.6.1.0
  5512. 2455.68 s [monad-control] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
  5513. 2455.68 s [monad-control] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  5514. 2455.68 s [monad-control] Control.Monad.Trans.Control=monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI:Control.Monad.Trans.Control
  5515. 2455.68 s [monad-control] Ready component graph:
  5516. 2455.68 s [monad-control] definite monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  5517. 2455.68 s [monad-control] depends base-4.18.2.0
  5518. 2455.68 s [monad-control] depends stm-2.5.1.0
  5519. 2455.68 s [monad-control] depends transformers-0.6.1.0
  5520. 2455.68 s [monad-control] depends transformers-base-0.4.6-5k145cGgioO865g11CxlME
  5521. 2455.68 s [monad-control] depends transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  5522. 2455.68 s [monad-control] Using Cabal-3.10.1.0 compiled by ghc-9.6
  5523. 2455.68 s [monad-control] Using compiler: ghc-9.6.4
  5524. 2455.69 s [monad-control] Using install prefix:
  5525. 2455.69 s [monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1
  5526. 2455.69 s [monad-control] Executables installed in:
  5527. 2455.69 s [monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/bin
  5528. 2455.69 s [monad-control] Libraries installed in:
  5529. 2455.69 s [monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  5530. 2455.69 s [network] Documentation created: dist/doc/html/network/index.html,
  5531. 2455.69 s [network] dist/doc/html/network/network.txt
  5532. 2455.69 s [network] Preprocessing test suite 'spec' for network-3.2.7.0..
  5533. 2455.69 s [network] haddockPhase completed in 50 seconds
  5534. 2455.69 s [network] Phase: installPhase
  5535. 2455.69 s [network] Installing library in /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  5536. 2455.69 s [network] Phase: fixupPhase
  5537. 2455.69 s [network] shrinking RPATHs of ELF executables and libraries in /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0
  5538. 2455.69 s [network] shrinking /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSnetwork-3.2.7.0-ECECM88u90y5Hp4q8JjOA9-ghc9.6.4.so
  5539. 2455.69 s [network] checking for references to /build/ in /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0...
  5540. 2455.69 s [network] patching script interpreter paths in /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0
  5541. 2455.69 s [network] stripping (with command strip and flags -S -p) in /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0/lib
  5542. 2455.69 s [network] shrinking RPATHs of ELF executables and libraries in /nix/store/q4qqa4d89i9vc5nh4vfa9j918kds1107-network-3.2.7.0-doc
  5543. 2455.69 s [network] checking for references to /build/ in /nix/store/q4qqa4d89i9vc5nh4vfa9j918kds1107-network-3.2.7.0-doc...
  5544. 2455.69 s [network] patching script interpreter paths in /nix/store/q4qqa4d89i9vc5nh4vfa9j918kds1107-network-3.2.7.0-doc
  5545. 2455.69 s [network-uri] [2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.o, dist/build/Network/URI/Lens.dyn_o )
  5546. 2455.69 s [network-uri] [3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.o, dist/build/Network/URI/Static.dyn_o )
  5547. 2455.69 s [network-uri] [1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.p_o )
  5548. 2455.69 s [th-reify-many] Phase: setupCompilerEnvironmentPhase
  5549. 2455.69 s [th-reify-many] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  5550. 2455.69 s [th-reify-many] Phase: unpackPhase
  5551. 2455.69 s [th-reify-many] unpacking source archive /nix/store/0nm9527rmsd90pr1r38bhm4wqc51j43z-th-reify-many-0.1.10.tar.gz
  5552. 2455.69 s [th-reify-many] source root is th-reify-many-0.1.10
  5553. 2455.69 s [th-reify-many] setting SOURCE_DATE_EPOCH to timestamp 1630891237 of file "th-reify-many-0.1.10/th-reify-many.cabal"
  5554. 2455.69 s [th-reify-many] Phase: patchPhase
  5555. 2455.69 s [th-reify-many] Phase: compileBuildDriverPhase
  5556. 2455.70 s [th-reify-many] setupCompileFlags: -package-db=/build/tmp.HSZ9GSZsF2/setup-package.conf.d -threaded
  5557. 2455.70 s [th-reify-many] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.HSZ9GSZsF2/Main.o )
  5558. 2455.70 s [th-reify-many] [2 of 2] Linking Setup
  5559. 2455.70 s [th-reify-many] Phase: updateAutotoolsGnuConfigScriptsPhase
  5560. 2455.70 s [th-reify-many] Phase: configurePhase
  5561. 2455.70 s [th-reify-many] configureFlags: --verbose --prefix=/nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc/share/doc/th-reify-many-0.1.10 --with-gcc=gcc --package-db=/build/tmp.HSZ9GSZsF2/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  5562. 2455.70 s [th-reify-many] Using Parsec parser
  5563. 2455.70 s [th-reify-many] Configuring th-reify-many-0.1.10...
  5564. 2455.70 s [th-reify-many] Dependency base >=4 && <5: using base-4.18.2.0
  5565. 2455.70 s [th-reify-many] Dependency containers: using containers-0.6.7
  5566. 2455.70 s [th-reify-many] Dependency mtl: using mtl-2.3.1
  5567. 2455.70 s [th-reify-many] Dependency safe: using safe-0.3.21
  5568. 2455.70 s [th-reify-many] Dependency template-haskell >=2.5.0.0: using template-haskell-2.20.0.0
  5569. 2455.70 s [th-reify-many] Dependency th-expand-syns: using th-expand-syns-0.4.12.0
  5570. 2455.70 s [th-reify-many] Dependency base: using base-4.18.2.0
  5571. 2455.70 s [th-reify-many] Dependency template-haskell: using template-haskell-2.20.0.0
  5572. 2455.70 s [th-reify-many] Dependency th-reify-many: using th-reify-many-0.1.10
  5573. 2455.70 s [th-reify-many] Source component graph:
  5574. 2455.70 s [th-reify-many] component lib
  5575. 2455.70 s [th-reify-many] component test:test dependency lib
  5576. 2455.70 s [th-reify-many] Configured component graph:
  5577. 2455.70 s [th-reify-many] component th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
  5578. 2455.70 s [th-reify-many] include base-4.18.2.0
  5579. 2455.70 s [th-reify-many] include containers-0.6.7
  5580. 2455.71 s [th-reify-many] include mtl-2.3.1
  5581. 2455.71 s [th-reify-many] include safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
  5582. 2455.71 s [th-reify-many] include template-haskell-2.20.0.0
  5583. 2455.71 s [th-reify-many] include th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
  5584. 2455.71 s [th-reify-many] component th-reify-many-0.1.10-DNNcNf5DdhQLJ4zeAWPItn-test
  5585. 2455.71 s [th-reify-many] include base-4.18.2.0
  5586. 2455.71 s [th-reify-many] include template-haskell-2.20.0.0
  5587. 2455.71 s [th-reify-many] include th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
  5588. 2455.71 s [th-reify-many] Linked component graph:
  5589. 2455.71 s [th-reify-many] unit th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
  5590. 2455.71 s [th-reify-many] include base-4.18.2.0
  5591. 2455.71 s [th-reify-many] include containers-0.6.7
  5592. 2455.71 s [th-reify-many] include mtl-2.3.1
  5593. 2455.71 s [th-reify-many] include safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
  5594. 2455.71 s [th-reify-many] include template-haskell-2.20.0.0
  5595. 2455.71 s [th-reify-many] include th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
  5596. 2455.71 s [th-reify-many] Language.Haskell.TH.ReifyMany=th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4:Language.Haskell.TH.ReifyMany,Language.Haskell.TH.ReifyMany.Internal=th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4:Language.Haskell.TH.ReifyMany.Internal
  5597. 2455.71 s [th-reify-many] unit th-reify-many-0.1.10-DNNcNf5DdhQLJ4zeAWPItn-test
  5598. 2455.71 s [th-reify-many] include base-4.18.2.0
  5599. 2455.71 s [th-reify-many] include template-haskell-2.20.0.0
  5600. 2455.71 s [th-reify-many] include th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
  5601. 2455.71 s [th-reify-many] Ready component graph:
  5602. 2455.71 s [th-reify-many] definite th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
  5603. 2455.71 s [validity] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/validity-test/validity-test-tmp/Main.o )
  5604. 2455.71 s [validity] [3 of 3] Compiling Paths_validity ( dist/build/validity-test/autogen/Paths_validity.hs, dist/build/validity-test/validity-test-tmp/Paths_validity.o )
  5605. 2455.71 s [validity] [4 of 4] Linking dist/build/validity-test/validity-test
  5606. 2455.71 s [validity] buildPhase completed in 38 seconds
  5607. 2455.71 s [validity] Phase: checkPhase
  5608. 2455.71 s [validity] Running 1 test suites...
  5609. 2455.71 s [validity] Test suite validity-test: RUNNING...
  5610. 2455.71 s [validity]
  5611. 2455.71 s [validity] Data.Validity
  5612. 2455.71 s [validity] Small numbers
  5613. 2455.71 s [validity] Validity Int8
  5614. 2455.71 s [validity] Says that minBound is valid [✔]
  5615. 2455.71 s [validity] Says that maxBound is valid [✔]
  5616. 2455.71 s [validity] Validity Int16
  5617. 2455.71 s [validity] Says that minBound is valid [✔]
  5618. 2455.71 s [validity] Says that maxBound is valid [✔]
  5619. 2455.71 s [validity] Validity Int32
  5620. 2455.71 s [validity] Says that minBound is valid [✔]
  5621. 2455.72 s [validity] Says that maxBound is valid [✔]
  5622. 2455.72 s [validity] Validity Word8
  5623. 2455.72 s [validity] Says that minBound is valid [✔]
  5624. 2455.72 s [validity] Says that maxBound is valid [✔]
  5625. 2455.72 s [validity] Validity Word16
  5626. 2455.72 s [validity] Says that minBound is valid [✔]
  5627. 2455.72 s [validity] Says that maxBound is valid [✔]
  5628. 2455.72 s [validity] Validity Word32
  5629. 2455.72 s [validity] Says that minBound is valid [✔]
  5630. 2455.72 s [validity] Says that maxBound is valid [✔]
  5631. 2455.72 s [validity] Chars
  5632. 2455.72 s [validity] Small
  5633. 2455.72 s [validity] Validity Char
  5634. 2455.72 s [validity] Says that minBound is valid [✔]
  5635. 2455.72 s [validity] Says that maxBound is valid [✔]
  5636. 2455.72 s [validity] Says that 2147483647 is invalid [✔]
  5637. 2455.72 s [validity] Says that a negative char is invalid [✔]
  5638. 2455.72 s [validity] Says that a very positive char is invalid [✔]
  5639. 2455.72 s [validity] Says that a very negative char is invalid [✔]
  5640. 2455.72 s [validity] Weird
  5641. 2455.72 s [validity] isUtf16SurrogateCodePoint
  5642. 2455.72 s [validity] Says that a is a valid char [✔]
  5643. 2455.72 s [validity] Says that \55810 is an invalid char [✔]
  5644. 2455.72 s [validity] validateCharNotUtf16SurrogateCodePoint
  5645. 2455.72 s [validity] Says that a is a valid char [✔]
  5646. 2455.72 s [validity] Says that \55810 is an invalid char [✔]
  5647. 2455.72 s [validity] Lines
  5648. 2455.72 s [validity] isLineSeparator
  5649. 2455.72 s [validity] Says that a is not a line separator [✔]
  5650. 2455.72 s [validity] Says that '\n' is a line separator [✔]
  5651. 2455.72 s [validity] Says that '\r' is a line separator [✔]
  5652. 2455.72 s [validity] validateCharNotLineSeparator
  5653. 2455.72 s [validity] Says that a is not a line separator [✔]
  5654. 2455.72 s [validity] Says that '\n' is a line separator [✔]
  5655. 2455.72 s [validity] Says that '\r' is a line separator [✔]
  5656. 2455.72 s [validity] isSingleLine
  5657. 2455.73 s [validity] says that "abc" is a single line [✔]
  5658. 2455.73 s [validity] says that "d
  5659. 2455.73 s [validity] e" is a single line [✔]
  5660. 2455.73 s [validity] validateStringSingleLine
  5661. 2455.73 s [validity] says that "abc" is a single line [✔]
  5662. 2455.73 s [validity] says that "d
  5663. 2455.73 s [validity] e" is a single line [✔]
  5664. 2455.73 s [validity] Ratio
  5665. 2455.73 s [validity] says that 0 is valid [✔]
  5666. 2455.73 s [validity] says that 1 is valid [✔]
  5667. 2455.73 s [validity] says that minBound is valid [✔]
  5668. 2455.73 s [validity] says that maxBound is valid [✔]
  5669. 2455.73 s [validity] says that maxBound / minBound is invalid [✔]
  5670. 2455.73 s [validity] says that minBound / maxBound is invalid [✔]
  5671. 2455.73 s [validity] says that minBound / 2957808295740799111 is valid [✔]
  5672. 2455.73 s [validity] NormalisedRatio
  5673. 2455.73 s [validity] says that NaN is invalid [✔]
  5674. 2455.73 s [validity] says that +Inf is invalid [✔]
  5675. 2455.73 s [validity] says that -Inf is invalid [✔]
  5676. 2455.73 s [validity] says that these non-normalised numbers are invalid [✔]
  5677. 2455.73 s [validity] Wrong
  5678. 2455.73 s [validity] says Wrong is invalid [✔]
  5679. 2455.73 s [validity] says Fine is valid [✔]
  5680. 2455.73 s [validity] GeneratedValidity
  5681. 2455.73 s [validity] says G (1:%0) 0 is not valid [✔]
  5682. 2455.73 s [validity] says G 0 (1:%0) is not valid [✔]
  5683. 2455.73 s [validity] says G 0 0 is valid [✔]
  5684. 2455.73 s [validity]
  5685. 2455.73 s [validity] Finished in 0.0255 seconds
  5686. 2455.73 s [validity] 48 examples, 0 failures
  5687. 2455.73 s [validity] Test suite validity-test: PASS
  5688. 2455.73 s [validity] Test suite logged to: dist/test/validity-0.12.1.0-validity-test.log
  5689. 2455.73 s [validity] 1 of 1 test suites (1 of 1 test cases) passed.
  5690. 2455.73 s [validity] Phase: haddockPhase
  5691. 2455.74 s [validity] Preprocessing library for validity-0.12.1.0..
  5692. 2455.74 s [validity] Running Haddock on library for validity-0.12.1.0..
  5693. 2455.74 s [validity] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  5694. 2455.74 s [validity] Warning: 'a' is out of scope.
  5695. 2455.74 s [validity] If you qualify the identifier, haddock can try to link it anyway.
  5696. 2455.74 s [validity] 68% ( 31 / 45) in 'Data.Validity'
  5697. 2455.74 s [validity] Missing documentation for:
  5698. 2455.74 s [validity] genericValidate (src/Data/Validity.hs:203)
  5699. 2455.74 s [validity] valid (src/Data/Validity.hs:310)
  5700. 2455.74 s [validity] validateCharNotUtf16SurrogateCodePoint (src/Data/Validity.hs:429)
  5701. 2455.74 s [validity] isUtf16SurrogateCodePoint (src/Data/Validity.hs:433)
  5702. 2455.74 s [validity] validateCharNotLineSeparator (src/Data/Validity.hs:436)
  5703. 2455.74 s [validity] isLineSeparator (src/Data/Validity.hs:440)
  5704. 2455.74 s [validity] validateStringSingleLine (src/Data/Validity.hs:446)
  5705. 2455.74 s [validity] isSingleLine (src/Data/Validity.hs:449)
  5706. 2455.74 s [validity] validateNotNaN (src/Data/Validity.hs:551)
  5707. 2455.74 s [zlib] [2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.o, dist/build/Codec/Compression/Zlib/Stream.dyn_o )
  5708. 2455.74 s [zlib] [3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, dist/build/Codec/Compression/Zlib/Internal.o, dist/build/Codec/Compression/Zlib/Internal.dyn_o )
  5709. 2455.74 s [zlib] [4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, dist/build/Codec/Compression/Zlib/Raw.o, dist/build/Codec/Compression/Zlib/Raw.dyn_o )
  5710. 2455.74 s [zlib] [5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, dist/build/Codec/Compression/Zlib.o, dist/build/Codec/Compression/Zlib.dyn_o )
  5711. 2455.74 s [zlib] [6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, dist/build/Codec/Compression/GZip.o, dist/build/Codec/Compression/GZip.dyn_o )
  5712. 2455.74 s [zlib] [1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, dist/build/Codec/Compression/Zlib/ByteStringCompat.p_o )
  5713. 2455.74 s [zlib] [2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.p_o )
  5714. 2456.17 s [cookie:post-build] Uploading to the NixCI cache: /nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1 /nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc
  5715. 2456.99 s [cookie:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5716. 2458.14 s [cookie:post-build] copying 2 paths...
  5717. 2458.14 s [cookie:post-build] copying path '/nix/store/kgbz09rvbfqxdlxhizhfn1lhc2vzi63m-cookie-0.5.1-doc' to 'https://cache.nix-ci.com'...
  5718. 2459.98 s [cookie:post-build] copying path '/nix/store/7k35im5pasrjl4b890w023dxy85rxd3j-cookie-0.5.1' to 'https://cache.nix-ci.com'...
  5719. 2462.79 s [cookie:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5720. 2464.70 s [cookie:post-build] copying 1 paths...
  5721. 2464.71 s [cookie:post-build] copying path '/nix/store/4lrjxfsv4nq6s2sr3yv4hca4kqwfnw8w-cookie-0.5.1.drv' to 'https://cache.nix-ci.com'...
  5722. 2466.53 s Uploaded cookie in 10.6s
  5723. 2466.54 s Progress: 121 of 211 built (13 building), 298 of 298 downloaded from cache
  5724. 2466.54 s Built cookie in 1m50s
  5725. 2466.54 s [crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
  5726. 2466.54 s [crypton] Dynamic Libraries installed in:
  5727. 2466.54 s [crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  5728. 2466.54 s [crypton] Private executables installed in:
  5729. 2466.54 s [crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/libexec/x86_64-linux-ghc-9.6.4/crypton-1.0.4
  5730. 2466.54 s [crypton] Data files installed in:
  5731. 2466.54 s [crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/share/x86_64-linux-ghc-9.6.4/crypton-1.0.4
  5732. 2466.54 s [crypton] Documentation installed in:
  5733. 2466.54 s [crypton] /nix/store/0rvmc6x9y7ffwgnlmpg4qd3nqbjdd8x2-crypton-1.0.4-doc/share/doc/crypton-1.0.4
  5734. 2466.54 s [crypton] Configuration files installed in:
  5735. 2466.54 s [crypton] /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/etc
  5736. 2466.54 s [crypton] No alex found
  5737. 2466.54 s [crypton] Using ar found on system at:
  5738. 2466.54 s [crypton] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  5739. 2466.54 s [crypton] No c2hs found
  5740. 2466.54 s [crypton] No cpphs found
  5741. 2466.54 s [crypton] No doctest found
  5742. 2466.54 s [crypton] Using gcc version 14.3.0 given by user at:
  5743. 2466.54 s [crypton] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  5744. 2466.54 s [crypton] Using ghc version 9.6.4 found on system at:
  5745. 2466.54 s [crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  5746. 2466.54 s [crypton] Using ghc-pkg version 9.6.4 found on system at:
  5747. 2466.54 s [crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  5748. 2466.54 s [crypton] No ghcjs found
  5749. 2466.54 s [crypton] No ghcjs-pkg found
  5750. 2466.54 s [crypton] No greencard found
  5751. 2466.54 s [crypton] Using haddock version 2.29.2 found on system at:
  5752. 2466.54 s [crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  5753. 2466.54 s [crypton] No happy found
  5754. 2466.54 s [crypton] Using haskell-suite found on system at: haskell-suite-dummy-location
  5755. 2466.54 s [crypton] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5756. 2466.54 s [crypton] No hmake found
  5757. 2466.54 s [crypton] Using hpc version 0.68 found on system at:
  5758. 2466.54 s [crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  5759. 2466.54 s [crypton] Using hsc2hs version 0.68.9 found on system at:
  5760. 2466.54 s [crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  5761. 2466.54 s [crypton] Using hscolour version 1.25 found on system at:
  5762. 2466.54 s [crypton] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  5763. 2466.54 s [crypton] No jhc found
  5764. 2466.54 s [crypton] Using ld found on system at:
  5765. 2466.54 s [crypton] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  5766. 2466.54 s [crypton] No pkg-config found
  5767. 2466.54 s [crypton] Using runghc version 9.6.4 found on system at:
  5768. 2466.54 s [crypton] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  5769. 2466.54 s [crypton] Using strip version 2.44 found on system at:
  5770. 2466.55 s [crypton] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  5771. 2466.55 s [crypton] Using tar found on system at:
  5772. 2466.55 s [crypton] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  5773. 2466.55 s [crypton] No uhc found
  5774. 2466.55 s [crypton] Phase: buildPhase
  5775. 2466.55 s [crypton] Preprocessing library for crypton-1.0.4..
  5776. 2466.55 s [crypton] Building library for crypton-1.0.4..
  5777. 2466.55 s [crypton] [ 1 of 139] Compiling Crypto.Cipher.DES.Primitive ( Crypto/Cipher/DES/Primitive.hs, dist/build/Crypto/Cipher/DES/Primitive.o, dist/build/Crypto/Cipher/DES/Primitive.dyn_o )
  5778. 2466.55 s [generic-deriving] gproduct (src/Generics/Deriving/Foldable.hs:246)
  5779. 2466.55 s [generic-deriving] gmaximum (src/Generics/Deriving/Foldable.hs:249)
  5780. 2466.55 s [generic-deriving] gmaximumBy (src/Generics/Deriving/Foldable.hs:252)
  5781. 2466.55 s [generic-deriving] gminimum (src/Generics/Deriving/Foldable.hs:258)
  5782. 2466.55 s [generic-deriving] gminimumBy (src/Generics/Deriving/Foldable.hs:261)
  5783. 2466.55 s [generic-deriving] gelem (src/Generics/Deriving/Foldable.hs:267)
  5784. 2466.55 s [generic-deriving] gnotElem (src/Generics/Deriving/Foldable.hs:270)
  5785. 2466.55 s [generic-deriving] gfind (src/Generics/Deriving/Foldable.hs:273)
  5786. 2466.55 s [generic-deriving] GFoldable' (src/Generics/Deriving/Foldable.hs:59)
  5787. 2466.55 s [generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Eq'
  5788. 2466.55 s [generic-deriving] Missing documentation for:
  5789. 2466.55 s [generic-deriving] Module header
  5790. 2466.55 s [generic-deriving] GEq (src/Generics/Deriving/Eq.hs:104)
  5791. 2466.55 s [generic-deriving] geqdefault (src/Generics/Deriving/Eq.hs:110)
  5792. 2466.55 s [generic-deriving] GEq' (src/Generics/Deriving/Eq.hs:64)
  5793. 2466.55 s [generic-deriving] 33% ( 5 / 15) in 'Generics.Deriving.Enum'
  5794. 2466.55 s [generic-deriving] Missing documentation for:
  5795. 2466.55 s [generic-deriving] Module header
  5796. 2466.55 s [generic-deriving] GEnum (src/Generics/Deriving/Enum.hs:130)
  5797. 2466.55 s [generic-deriving] genumDefault (src/Generics/Deriving/Enum.hs:114)
  5798. 2466.55 s [generic-deriving] toEnumDefault (src/Generics/Deriving/Enum.hs:117)
  5799. 2466.55 s [generic-deriving] fromEnumDefault (src/Generics/Deriving/Enum.hs:123)
  5800. 2466.55 s [generic-deriving] Enum' (src/Generics/Deriving/Enum.hs:96)
  5801. 2466.55 s [generic-deriving] GIx (src/Generics/Deriving/Enum.hs:519)
  5802. 2466.55 s [generic-deriving] rangeDefault (src/Generics/Deriving/Enum.hs:537)
  5803. 2466.55 s [generic-deriving] indexDefault (src/Generics/Deriving/Enum.hs:546)
  5804. 2466.55 s [generic-deriving] inRangeDefault (src/Generics/Deriving/Enum.hs:557)
  5805. 2466.55 s [generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Copoint'
  5806. 2466.55 s [generic-deriving] Missing documentation for:
  5807. 2466.55 s [generic-deriving] Module header
  5808. 2466.55 s [generic-deriving] GCopoint (src/Generics/Deriving/Copoint.hs:71)
  5809. 2466.55 s [generic-deriving] gcopointdefault (src/Generics/Deriving/Copoint.hs:77)
  5810. 2466.55 s [generic-deriving] GCopoint' (src/Generics/Deriving/Copoint.hs:37)
  5811. 2466.55 s [generic-deriving] 80% ( 4 / 5) in 'Generics.Deriving.ConNames'
  5812. 2466.55 s [generic-deriving] Missing documentation for:
  5813. 2466.55 s [generic-deriving] ConNames (src/Generics/Deriving/ConNames.hs:32)
  5814. 2466.55 s [generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Semigroup'
  5815. 2466.55 s [generic-deriving] Missing documentation for:
  5816. 2466.55 s [generic-deriving] Module header
  5817. 2466.55 s [generic-deriving] GSemigroup (src/Generics/Deriving/Semigroup/Internal.hs:51)
  5818. 2466.55 s [generic-deriving] gsappenddefault (src/Generics/Deriving/Semigroup/Internal.hs:76)
  5819. 2466.56 s [generic-deriving] GSemigroup' (src/Generics/Deriving/Semigroup/Internal.hs:33)
  5820. 2466.56 s [generic-deriving] 60% ( 12 / 20) in 'Generics.Deriving.Monoid'
  5821. 2466.56 s [generic-deriving] Missing documentation for:
  5822. 2466.56 s [generic-deriving] Module header
  5823. 2466.56 s [generic-deriving] GMonoid (src/Generics/Deriving/Monoid/Internal.hs:134)
  5824. 2466.56 s [generic-deriving] gmemptydefault (src/Generics/Deriving/Monoid/Internal.hs:96)
  5825. 2466.56 s [generic-deriving] gmappenddefault (src/Generics/Deriving/Monoid/Internal.hs:99)
  5826. 2466.56 s [generic-deriving] GMonoid' (src/Generics/Deriving/Monoid/Internal.hs:74)
  5827. 2466.56 s [generic-deriving] memptydefault (src/Generics/Deriving/Monoid/Internal.hs:126)
  5828. 2466.56 s [generic-deriving] mappenddefault (src/Generics/Deriving/Monoid/Internal.hs:129)
  5829. 2466.56 s [generic-deriving] Monoid' (src/Generics/Deriving/Monoid/Internal.hs:104)
  5830. 2466.56 s [generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Show'
  5831. 2466.56 s [generic-deriving] Missing documentation for:
  5832. 2466.56 s [generic-deriving] Module header
  5833. 2466.56 s [generic-deriving] GShow (src/Generics/Deriving/Show.hs:155)
  5834. 2466.56 s [generic-deriving] gshowsPrecdefault (src/Generics/Deriving/Show.hs:173)
  5835. 2466.56 s [generic-deriving] GShow' (src/Generics/Deriving/Show.hs:70)
  5836. 2466.56 s [generic-deriving] 42% ( 3 / 7) in 'Generics.Deriving.Traversable'
  5837. 2466.56 s [generic-deriving] Missing documentation for:
  5838. 2466.56 s [generic-deriving] Module header
  5839. 2466.56 s [generic-deriving] GTraversable (src/Generics/Deriving/Traversable.hs:94)
  5840. 2466.56 s [generic-deriving] gtraversedefault (src/Generics/Deriving/Traversable.hs:109)
  5841. 2466.56 s [generic-deriving] GTraversable' (src/Generics/Deriving/Traversable.hs:45)
  5842. 2466.56 s [generic-deriving] 27% ( 6 / 22) in 'Generics.Deriving.Uniplate'
  5843. 2466.56 s [generic-deriving] Missing documentation for:
  5844. 2466.56 s [generic-deriving] Uniplate (src/Generics/Deriving/Uniplate.hs:146)
  5845. 2466.56 s [generic-deriving] uniplate (src/Generics/Deriving/Uniplate.hs:192)
  5846. 2466.56 s [generic-deriving] universe (src/Generics/Deriving/Uniplate.hs:195)
  5847. 2466.56 s [generic-deriving] rewrite (src/Generics/Deriving/Uniplate.hs:200)
  5848. 2466.56 s [generic-deriving] rewriteM (src/Generics/Deriving/Uniplate.hs:205)
  5849. 2466.56 s [generic-deriving] contexts (src/Generics/Deriving/Uniplate.hs:210)
  5850. 2466.56 s [generic-deriving] holes (src/Generics/Deriving/Uniplate.hs:217)
  5851. 2466.56 s [generic-deriving] para (src/Generics/Deriving/Uniplate.hs:223)
  5852. 2466.56 s [generic-deriving] childrendefault (src/Generics/Deriving/Uniplate.hs:171)
  5853. 2466.56 s [generic-deriving] contextdefault (src/Generics/Deriving/Uniplate.hs:174)
  5854. 2466.56 s [generic-deriving] descenddefault (src/Generics/Deriving/Uniplate.hs:177)
  5855. 2466.56 s [generic-deriving] descendMdefault (src/Generics/Deriving/Uniplate.hs:180)
  5856. 2466.56 s [generic-deriving] transformdefault (src/Generics/Deriving/Uniplate.hs:183)
  5857. 2466.56 s [generic-deriving] transformMdefault (src/Generics/Deriving/Uniplate.hs:186)
  5858. 2466.56 s [generic-deriving] Uniplate' (src/Generics/Deriving/Uniplate.hs:61)
  5859. 2466.56 s [generic-deriving] Context' (src/Generics/Deriving/Uniplate.hs:118)
  5860. 2466.56 s [generic-deriving] 100% ( 9 / 9) in 'Generics.Deriving.Default'
  5861. 2467.01 s [integer-conversion:post-build] Uploading to the NixCI cache: /nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc /nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1
  5862. 2467.72 s [integer-conversion:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5863. 2469.03 s [integer-conversion:post-build] copying 2 paths...
  5864. 2469.05 s [integer-conversion:post-build] copying path '/nix/store/2kfjiwy2sj6nq7i2wa09r3i01qp3x50y-integer-conversion-0.1.1-doc' to 'https://cache.nix-ci.com'...
  5865. 2470.63 s [integer-conversion:post-build] copying path '/nix/store/3fyj8c936wljq8z293svdz5x529nmjsa-integer-conversion-0.1.1' to 'https://cache.nix-ci.com'...
  5866. 2473.24 s [integer-conversion:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5867. 2474.22 s [integer-conversion:post-build] copying 1 paths...
  5868. 2474.25 s [integer-conversion:post-build] copying path '/nix/store/4103cjl8f7h3gb6k7dffj9dwy094f1s1-integer-conversion-0.1.1.drv' to 'https://cache.nix-ci.com'...
  5869. 2476.16 s Uploaded integer-conversion in 9.3s
  5870. 2476.17 s Progress: 122 of 212 built (12 building), 298 of 298 downloaded from cache
  5871. 2476.17 s Built integer-conversion in 1m43s
  5872. 2476.17 s [monad-control] Dynamic Libraries installed in:
  5873. 2476.17 s [monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  5874. 2476.17 s [monad-control] Private executables installed in:
  5875. 2476.17 s [monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/libexec/x86_64-linux-ghc-9.6.4/monad-control-1.0.3.1
  5876. 2476.17 s [monad-control] Data files installed in:
  5877. 2476.17 s [monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/share/x86_64-linux-ghc-9.6.4/monad-control-1.0.3.1
  5878. 2476.17 s [monad-control] Documentation installed in:
  5879. 2476.17 s [monad-control] /nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc/share/doc/monad-control-1.0.3.1
  5880. 2476.17 s [monad-control] Configuration files installed in:
  5881. 2476.17 s [monad-control] /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/etc
  5882. 2476.17 s [monad-control] No alex found
  5883. 2476.17 s [monad-control] Using ar found on system at:
  5884. 2476.17 s [monad-control] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  5885. 2476.17 s [monad-control] No c2hs found
  5886. 2476.17 s [monad-control] No cpphs found
  5887. 2476.17 s [monad-control] No doctest found
  5888. 2476.17 s [monad-control] Using gcc version 14.3.0 given by user at:
  5889. 2476.17 s [monad-control] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  5890. 2476.17 s [monad-control] Using ghc version 9.6.4 found on system at:
  5891. 2476.17 s [monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  5892. 2476.17 s [monad-control] Using ghc-pkg version 9.6.4 found on system at:
  5893. 2476.17 s [monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  5894. 2476.17 s [monad-control] No ghcjs found
  5895. 2476.17 s [monad-control] No ghcjs-pkg found
  5896. 2476.17 s [monad-control] No greencard found
  5897. 2476.17 s [monad-control] Using haddock version 2.29.2 found on system at:
  5898. 2476.17 s [monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  5899. 2476.17 s [monad-control] No happy found
  5900. 2476.17 s [monad-control] Using haskell-suite found on system at: haskell-suite-dummy-location
  5901. 2476.17 s [monad-control] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5902. 2476.17 s [monad-control] No hmake found
  5903. 2476.17 s [monad-control] Using hpc version 0.68 found on system at:
  5904. 2476.17 s [monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  5905. 2476.17 s [monad-control] Using hsc2hs version 0.68.9 found on system at:
  5906. 2476.17 s [monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  5907. 2476.17 s [monad-control] Using hscolour version 1.25 found on system at:
  5908. 2476.17 s [monad-control] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  5909. 2476.17 s [monad-control] No jhc found
  5910. 2476.17 s [monad-control] Using ld found on system at:
  5911. 2476.17 s [monad-control] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  5912. 2476.17 s [monad-control] No pkg-config found
  5913. 2476.17 s [monad-control] Using runghc version 9.6.4 found on system at:
  5914. 2476.17 s [monad-control] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  5915. 2476.17 s [monad-control] Using strip version 2.44 found on system at:
  5916. 2476.17 s [monad-control] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  5917. 2476.17 s [monad-control] Using tar found on system at:
  5918. 2476.17 s [monad-control] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  5919. 2476.17 s [monad-control] No uhc found
  5920. 2476.17 s [monad-control] Phase: buildPhase
  5921. 2476.17 s [monad-control] Preprocessing library for monad-control-1.0.3.1..
  5922. 2476.17 s [monad-control] Building library for monad-control-1.0.3.1..
  5923. 2476.17 s [monad-control] [1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o, dist/build/Control/Monad/Trans/Control.dyn_o )
  5924. 2476.17 s [monad-control]
  5925. 2476.17 s [monad-control] src/Control/Monad/Trans/Control.hs:207:19: warning: [GHC-39567] [-Wstar-is-type]
  5926. 2476.17 s [monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  5927. 2476.17 s [monad-control] relies on the StarIsType extension, which will become
  5928. 2476.17 s [monad-control] deprecated in the future.
  5929. 2476.17 s [monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  5930. 2476.17 s [monad-control] |
  5931. 2476.17 s [monad-control] 207 | type StT t a :: *
  5932. 2476.17 s [monad-control] | ^
  5933. 2476.17 s [monad-control]
  5934. 2476.17 s [monad-control] src/Control/Monad/Trans/Control.hs:546:21: warning: [GHC-39567] [-Wstar-is-type]
  5935. 2476.18 s [monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  5936. 2476.18 s [monad-control] relies on the StarIsType extension, which will become
  5937. 2476.18 s [monad-control] deprecated in the future.
  5938. 2476.18 s [monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  5939. 2476.18 s [monad-control] |
  5940. 2476.18 s [monad-control] 546 | type StM m a :: *
  5941. 2476.18 s [monad-control] | ^
  5942. 2476.18 s [monad-control] [1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.p_o )
  5943. 2476.18 s [monad-control]
  5944. 2476.61 s [network:post-build] Uploading to the NixCI cache: /nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0 /nix/store/q4qqa4d89i9vc5nh4vfa9j918kds1107-network-3.2.7.0-doc
  5945. 2477.15 s [network:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5946. 2477.89 s [network:post-build] copying 2 paths...
  5947. 2477.89 s [network:post-build] copying path '/nix/store/q4qqa4d89i9vc5nh4vfa9j918kds1107-network-3.2.7.0-doc' to 'https://cache.nix-ci.com'...
  5948. 2480.68 s [network:post-build] copying path '/nix/store/5ad9l04zvr2ml3gn4jjmiif84pipkdap-network-3.2.7.0' to 'https://cache.nix-ci.com'...
  5949. 2490.93 s [network:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5950. 2492.67 s [network:post-build] copying 1 paths...
  5951. 2492.67 s [network:post-build] copying path '/nix/store/mbs7mz632fid433x8y04vihx6cmq0shj-network-3.2.7.0.drv' to 'https://cache.nix-ci.com'...
  5952. 2496.39 s Uploaded network in 19.9s
  5953. 2496.40 s Progress: 123 of 213 built (11 building), 298 of 298 downloaded from cache
  5954. 2496.40 s Built network in 4m50s
  5955. 2496.40 s [th-reify-many] depends base-4.18.2.0
  5956. 2496.40 s [th-reify-many] depends containers-0.6.7
  5957. 2496.40 s [th-reify-many] depends mtl-2.3.1
  5958. 2496.40 s [th-reify-many] depends safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
  5959. 2496.40 s [th-reify-many] depends template-haskell-2.20.0.0
  5960. 2496.40 s [th-reify-many] depends th-expand-syns-0.4.12.0-8R8OnNpmmBx38x3XyHyNay
  5961. 2496.40 s [th-reify-many] definite th-reify-many-0.1.10-DNNcNf5DdhQLJ4zeAWPItn-test
  5962. 2496.40 s [th-reify-many] depends base-4.18.2.0
  5963. 2496.40 s [th-reify-many] depends template-haskell-2.20.0.0
  5964. 2496.40 s [th-reify-many] depends th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
  5965. 2496.40 s [th-reify-many] Using Cabal-3.10.1.0 compiled by ghc-9.6
  5966. 2496.40 s [th-reify-many] Using compiler: ghc-9.6.4
  5967. 2496.40 s [th-reify-many] Using install prefix:
  5968. 2496.40 s [th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10
  5969. 2496.40 s [th-reify-many] Executables installed in:
  5970. 2496.40 s [th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/bin
  5971. 2496.40 s [th-reify-many] Libraries installed in:
  5972. 2496.40 s [th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
  5973. 2496.41 s [th-reify-many] Dynamic Libraries installed in:
  5974. 2496.41 s [th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  5975. 2496.41 s [th-reify-many] Private executables installed in:
  5976. 2496.41 s [th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/libexec/x86_64-linux-ghc-9.6.4/th-reify-many-0.1.10
  5977. 2496.41 s [th-reify-many] Data files installed in:
  5978. 2496.41 s [th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/share/x86_64-linux-ghc-9.6.4/th-reify-many-0.1.10
  5979. 2496.41 s [th-reify-many] Documentation installed in:
  5980. 2496.41 s [th-reify-many] /nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc/share/doc/th-reify-many-0.1.10
  5981. 2496.41 s [th-reify-many] Configuration files installed in:
  5982. 2496.41 s [th-reify-many] /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/etc
  5983. 2496.41 s [th-reify-many] No alex found
  5984. 2496.41 s [th-reify-many] Using ar found on system at:
  5985. 2496.41 s [th-reify-many] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  5986. 2496.41 s [th-reify-many] No c2hs found
  5987. 2496.41 s [th-reify-many] No cpphs found
  5988. 2496.41 s [th-reify-many] No doctest found
  5989. 2496.41 s [th-reify-many] Using gcc version 14.3.0 given by user at:
  5990. 2496.41 s [th-reify-many] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  5991. 2496.41 s [th-reify-many] Using ghc version 9.6.4 found on system at:
  5992. 2496.41 s [th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  5993. 2496.41 s [th-reify-many] Using ghc-pkg version 9.6.4 found on system at:
  5994. 2496.41 s [th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  5995. 2496.42 s [th-reify-many] No ghcjs found
  5996. 2496.42 s [th-reify-many] No ghcjs-pkg found
  5997. 2496.42 s [th-reify-many] No greencard found
  5998. 2496.42 s [th-reify-many] Using haddock version 2.29.2 found on system at:
  5999. 2496.42 s [th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  6000. 2496.42 s [th-reify-many] No happy found
  6001. 2496.42 s [th-reify-many] Using haskell-suite found on system at: haskell-suite-dummy-location
  6002. 2496.42 s [th-reify-many] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  6003. 2496.42 s [th-reify-many] No hmake found
  6004. 2496.42 s [th-reify-many] Using hpc version 0.68 found on system at:
  6005. 2496.42 s [th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  6006. 2496.42 s [th-reify-many] Using hsc2hs version 0.68.9 found on system at:
  6007. 2496.42 s [th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  6008. 2496.42 s [th-reify-many] Using hscolour version 1.25 found on system at:
  6009. 2496.42 s [th-reify-many] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  6010. 2496.42 s [th-reify-many] No jhc found
  6011. 2496.42 s [th-reify-many] Using ld found on system at:
  6012. 2496.42 s [th-reify-many] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  6013. 2496.42 s [th-reify-many] No pkg-config found
  6014. 2496.42 s [th-reify-many] Using runghc version 9.6.4 found on system at:
  6015. 2496.42 s [th-reify-many] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  6016. 2496.42 s [th-reify-many] Using strip version 2.44 found on system at:
  6017. 2496.42 s [th-reify-many] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  6018. 2496.42 s [th-reify-many] Using tar found on system at:
  6019. 2496.42 s [th-reify-many] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  6020. 2496.42 s [th-reify-many] No uhc found
  6021. 2496.42 s [th-reify-many] Phase: buildPhase
  6022. 2496.42 s [th-reify-many] Preprocessing library for th-reify-many-0.1.10..
  6023. 2496.42 s [th-reify-many] Building library for th-reify-many-0.1.10..
  6024. 2496.43 s [th-reify-many] [1 of 2] Compiling Language.Haskell.TH.ReifyMany.Internal ( src/Language/Haskell/TH/ReifyMany/Internal.hs, dist/build/Language/Haskell/TH/ReifyMany/Internal.o, dist/build/Language/Haskell/TH/ReifyMany/Internal.dyn_o )
  6025. 2496.43 s [th-reify-many] [2 of 2] Compiling Language.Haskell.TH.ReifyMany ( src/Language/Haskell/TH/ReifyMany.hs, dist/build/Language/Haskell/TH/ReifyMany.o, dist/build/Language/Haskell/TH/ReifyMany.dyn_o )
  6026. 2496.43 s [th-reify-many] [1 of 2] Compiling Language.Haskell.TH.ReifyMany.Internal ( src/Language/Haskell/TH/ReifyMany/Internal.hs, dist/build/Language/Haskell/TH/ReifyMany/Internal.p_o )
  6027. 2496.43 s [validity] validateNotInfinite (src/Data/Validity.hs:554)
  6028. 2496.43 s [validity] validateRatioNotNaN (src/Data/Validity.hs:557)
  6029. 2496.43 s [validity] validateRatioNotInfinite (src/Data/Validity.hs:563)
  6030. 2496.43 s [validity] validateRatioNormalised (src/Data/Validity.hs:570)
  6031. 2496.43 s [validity] ValidationChain (src/Data/Validity.hs:206)
  6032. 2496.43 s [validity] Warning: Data.Validity: could not find link destinations for:
  6033. 2496.43 s [validity] - Data.Validity.GValidity
  6034. 2496.71 s Building /nix/store/23hqr2xk359n27ifnaf223q5b810haxd-iproute-1.7.15.drv
  6035. 2496.99 s Building /nix/store/q5zz75nmcw5psk2jgh8c3f7mfax58yh0-socks-0.6.1.drv
  6036. 2496.99 s [crypton] [ 2 of 139] Compiling Crypto.Data.Padding ( Crypto/Data/Padding.hs, dist/build/Crypto/Data/Padding.o, dist/build/Crypto/Data/Padding.dyn_o )
  6037. 2496.99 s [crypton] [ 3 of 139] Compiling Crypto.Error.Types ( Crypto/Error/Types.hs, dist/build/Crypto/Error/Types.o, dist/build/Crypto/Error/Types.dyn_o )
  6038. 2496.99 s [crypton] [ 4 of 139] Compiling Crypto.Error ( Crypto/Error.hs, dist/build/Crypto/Error.o, dist/build/Crypto/Error.dyn_o )
  6039. 2496.99 s [crypton] [ 5 of 139] Compiling Crypto.Internal.Compat ( Crypto/Internal/Compat.hs, dist/build/Crypto/Internal/Compat.o, dist/build/Crypto/Internal/Compat.dyn_o )
  6040. 2497.00 s [crypton] [ 6 of 139] Compiling Crypto.Internal.ByteArray ( Crypto/Internal/ByteArray.hs, dist/build/Crypto/Internal/ByteArray.o, dist/build/Crypto/Internal/ByteArray.dyn_o )
  6041. 2497.00 s [crypton] [ 7 of 139] Compiling Crypto.Cipher.Types.Utils ( Crypto/Cipher/Types/Utils.hs, dist/build/Crypto/Cipher/Types/Utils.o, dist/build/Crypto/Cipher/Types/Utils.dyn_o )
  6042. 2497.00 s [crypton] [ 8 of 139] Compiling Crypto.Internal.CompatPrim ( Crypto/Internal/CompatPrim.hs, dist/build/Crypto/Internal/CompatPrim.o, dist/build/Crypto/Internal/CompatPrim.dyn_o )
  6043. 2497.00 s [crypton] [ 9 of 139] Compiling Crypto.Internal.DeepSeq ( Crypto/Internal/DeepSeq.hs, dist/build/Crypto/Internal/DeepSeq.o, dist/build/Crypto/Internal/DeepSeq.dyn_o )
  6044. 2497.00 s [crypton] [ 10 of 139] Compiling Crypto.Cipher.Types.Base ( Crypto/Cipher/Types/Base.hs, dist/build/Crypto/Cipher/Types/Base.o, dist/build/Crypto/Cipher/Types/Base.dyn_o )
  6045. 2497.00 s [crypton] [ 11 of 139] Compiling Crypto.Cipher.Types.Stream ( Crypto/Cipher/Types/Stream.hs, dist/build/Crypto/Cipher/Types/Stream.o, dist/build/Crypto/Cipher/Types/Stream.dyn_o )
  6046. 2497.00 s [crypton] [ 12 of 139] Compiling Crypto.Internal.Imports ( Crypto/Internal/Imports.hs, dist/build/Crypto/Internal/Imports.o, dist/build/Crypto/Internal/Imports.dyn_o )
  6047. 2497.00 s [crypton] [ 13 of 139] Compiling Crypto.Internal.Builder ( Crypto/Internal/Builder.hs, dist/build/Crypto/Internal/Builder.o, dist/build/Crypto/Internal/Builder.dyn_o )
  6048. 2497.00 s [crypton] [ 14 of 139] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, dist/build/Crypto/Hash/Types.o, dist/build/Crypto/Hash/Types.dyn_o )
  6049. 2497.00 s [crypton] [ 15 of 139] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, dist/build/Crypto/Hash/Whirlpool.o, dist/build/Crypto/Hash/Whirlpool.dyn_o )
  6050. 2497.00 s [crypton] [ 16 of 139] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, dist/build/Crypto/Hash/Tiger.o, dist/build/Crypto/Hash/Tiger.dyn_o )
  6051. 2497.00 s [crypton] [ 17 of 139] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, dist/build/Crypto/Hash/Skein512.o, dist/build/Crypto/Hash/Skein512.dyn_o )
  6052. 2497.00 s [crypton] [ 18 of 139] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, dist/build/Crypto/Hash/Skein256.o, dist/build/Crypto/Hash/Skein256.dyn_o )
  6053. 2497.00 s [crypton] [ 19 of 139] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.o, dist/build/Crypto/Hash/SHA512t.dyn_o )
  6054. 2497.00 s [crypton] [ 20 of 139] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.o, dist/build/Crypto/Hash/SHA512.dyn_o )
  6055. 2497.00 s [crypton] [ 21 of 139] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.o, dist/build/Crypto/Hash/SHA384.dyn_o )
  6056. 2497.00 s [crypton] [ 22 of 139] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, dist/build/Crypto/Hash/SHA3.o, dist/build/Crypto/Hash/SHA3.dyn_o )
  6057. 2497.00 s [crypton] [ 23 of 139] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.o, dist/build/Crypto/Hash/SHA256.dyn_o )
  6058. 2497.00 s [crypton] [ 24 of 139] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, dist/build/Crypto/Hash/SHA224.o, dist/build/Crypto/Hash/SHA224.dyn_o )
  6059. 2497.00 s [crypton] [ 25 of 139] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.o, dist/build/Crypto/Hash/SHA1.dyn_o )
  6060. 2497.00 s [crypton] [ 26 of 139] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, dist/build/Crypto/Hash/RIPEMD160.o, dist/build/Crypto/Hash/RIPEMD160.dyn_o )
  6061. 2497.00 s [crypton] [ 27 of 139] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, dist/build/Crypto/Hash/MD5.o, dist/build/Crypto/Hash/MD5.dyn_o )
  6062. 2497.00 s [crypton] [ 28 of 139] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, dist/build/Crypto/Hash/MD4.o, dist/build/Crypto/Hash/MD4.dyn_o )
  6063. 2497.00 s [crypton] [ 29 of 139] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, dist/build/Crypto/Hash/MD2.o, dist/build/Crypto/Hash/MD2.dyn_o )
  6064. 2497.00 s [doctest] Preprocessing executable 'doctest' for doctest-0.22.6..
  6065. 2497.00 s [doctest] Building executable 'doctest' for doctest-0.22.6..
  6066. 2497.00 s [doctest] [1 of 2] Compiling Main ( driver/doctest.hs, dist/build/doctest/doctest-tmp/Main.o )
  6067. 2497.00 s [doctest] [2 of 2] Compiling Paths_doctest ( dist/build/doctest/autogen/Paths_doctest.hs, dist/build/doctest/doctest-tmp/Paths_doctest.o )
  6068. 2497.00 s [doctest] [3 of 3] Linking dist/build/doctest/doctest
  6069. 2497.00 s [doctest] Preprocessing test suite 'spec' for doctest-0.22.6..
  6070. 2497.00 s [doctest] Building test suite 'spec' for doctest-0.22.6..
  6071. 2497.00 s [doctest] [ 1 of 42] Compiling Imports ( src/Imports.hs, dist/build/spec/spec-tmp/Imports.o )
  6072. 2497.00 s [doctest] [ 2 of 42] Compiling GhcUtil ( src/GhcUtil.hs, dist/build/spec/spec-tmp/GhcUtil.o )
  6073. 2497.00 s [generic-deriving] 90% ( 9 / 10) in 'Generics.Deriving'
  6074. 2497.00 s [generic-deriving] Missing documentation for:
  6075. 2497.00 s [generic-deriving] Module header
  6076. 2497.00 s [generic-deriving] Warning: 'Generic' is ambiguous. It is defined
  6077. 2497.00 s [generic-deriving] * at src/Generics/Deriving/TH/Internal.hs:335:21
  6078. 2497.00 s [generic-deriving] * in ‘GHC.Generics’
  6079. 2497.00 s [generic-deriving] You may be able to disambiguate the identifier by qualifying it or
  6080. 2497.00 s [generic-deriving] by specifying the type/value namespace explicitly.
  6081. 2497.00 s [generic-deriving] Defaulting to the one defined at src/Generics/Deriving/TH/Internal.hs:335:1
  6082. 2497.00 s [generic-deriving] Warning: 'Generic1' is ambiguous. It is defined
  6083. 2497.00 s [generic-deriving] * at src/Generics/Deriving/TH/Internal.hs:335:31
  6084. 2497.00 s [generic-deriving] * in ‘GHC.Generics’
  6085. 2497.00 s [generic-deriving] You may be able to disambiguate the identifier by qualifying it or
  6086. 2497.00 s [generic-deriving] by specifying the type/value namespace explicitly.
  6087. 2497.00 s [generic-deriving] Defaulting to the one defined at src/Generics/Deriving/TH/Internal.hs:335:1
  6088. 2497.00 s [generic-deriving] Warning: 'Data' is out of scope.
  6089. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6090. 2497.00 s [generic-deriving] Warning: 'Constructor' is out of scope.
  6091. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6092. 2497.00 s [generic-deriving] Warning: 'Selector' is out of scope.
  6093. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6094. 2497.00 s [generic-deriving] Warning: 'Rep' is out of scope.
  6095. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6096. 2497.00 s [generic-deriving] Warning: 'Rep1' is out of scope.
  6097. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6098. 2497.00 s [generic-deriving] Warning: 'Data' is out of scope.
  6099. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6100. 2497.00 s [generic-deriving] Warning: 'Constructor' is out of scope.
  6101. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6102. 2497.00 s [generic-deriving] Warning: 'Selector' is out of scope.
  6103. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6104. 2497.00 s [generic-deriving] Warning: 'Representable0' is out of scope.
  6105. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6106. 2497.00 s [generic-deriving] Warning: 'Representable1' is out of scope.
  6107. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6108. 2497.00 s [generic-deriving] Warning: 'Rep0' is out of scope.
  6109. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6110. 2497.00 s [generic-deriving] Warning: 'from' is out of scope.
  6111. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6112. 2497.00 s [generic-deriving] Warning: 'to' is out of scope.
  6113. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6114. 2497.00 s [generic-deriving] Warning: 'from1' is out of scope.
  6115. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6116. 2497.00 s [generic-deriving] Warning: 'to1' is out of scope.
  6117. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6118. 2497.00 s [generic-deriving] Warning: 'f' is out of scope.
  6119. 2497.00 s [generic-deriving] If you qualify the identifier, haddock can try to link it anyway.
  6120. 2497.01 s [generic-deriving] 100% ( 50 / 50) in 'Generics.Deriving.TH'
  6121. 2497.01 s [generic-deriving] Warning: Generics.Deriving.Show: could not find link destinations for:
  6122. 2497.01 s [generic-deriving] - Generics.Deriving.Show.Type
  6123. 2497.01 s [generic-deriving] Warning: Generics.Deriving.TH: could not find link destinations for:
  6124. 2497.01 s [generic-deriving] - Generics.Deriving.TH.Internal.Generic
  6125. 2497.01 s [generic-deriving] - Generics.Deriving.TH.Internal.Generic1
  6126. 2497.01 s [generic-deriving] Documentation created: dist/doc/html/generic-deriving/index.html,
  6127. 2497.01 s [generic-deriving] dist/doc/html/generic-deriving/generic-deriving.txt
  6128. 2497.01 s [generic-deriving] Preprocessing test suite 'spec' for generic-deriving-1.14.6..
  6129. 2497.01 s [generic-deriving] haddockPhase completed in 48 seconds
  6130. 2497.01 s [generic-deriving] Phase: installPhase
  6131. 2497.01 s [generic-deriving] Installing library in /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/generic-deriving-1.14.6-AFWaLXm9E0mBPgH53Xb82X
  6132. 2497.01 s [generic-deriving] Phase: fixupPhase
  6133. 2497.01 s [generic-deriving] shrinking RPATHs of ELF executables and libraries in /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6
  6134. 2497.01 s [generic-deriving] shrinking /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSgeneric-deriving-1.14.6-AFWaLXm9E0mBPgH53Xb82X-ghc9.6.4.so
  6135. 2497.01 s [generic-deriving] checking for references to /build/ in /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6...
  6136. 2497.01 s [generic-deriving] patching script interpreter paths in /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6
  6137. 2497.01 s [generic-deriving] stripping (with command strip and flags -S -p) in /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6/lib
  6138. 2497.01 s [generic-deriving] shrinking RPATHs of ELF executables and libraries in /nix/store/gdhq9z2cphbq5misz1nyr4lcrxbkqr2x-generic-deriving-1.14.6-doc
  6139. 2497.01 s [hashable] [2 of 2] Linking dist/build/hashable-examples/hashable-examples
  6140. 2497.01 s [hashable] buildPhase completed in 1 minutes 28 seconds
  6141. 2497.01 s [hashable] Phase: checkPhase
  6142. 2497.01 s [hashable] Running 3 test suites...
  6143. 2497.01 s [hashable] Test suite hashable-tests: RUNNING...
  6144. 2497.01 s [hashable] hashable
  6145. 2497.01 s [hashable] properties
  6146. 2497.01 s [hashable] bernstein: OK
  6147. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6148. 2497.01 s [hashable] text
  6149. 2497.01 s [hashable] text/strict: OK (0.01s)
  6150. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6151. 2497.01 s [hashable] text/lazy: OK
  6152. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6153. 2497.01 s [hashable] text/rechunk: OK
  6154. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6155. 2497.01 s [hashable] text/rechunked: OK
  6156. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6157. 2497.01 s [hashable] text/rechunked-salt: OK
  6158. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6159. 2497.01 s [hashable] bytestring
  6160. 2497.01 s [hashable] bytestring/strict: OK
  6161. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6162. 2497.01 s [hashable] bytestring/lazy: OK
  6163. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6164. 2497.01 s [hashable] bytestring/short: OK
  6165. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6166. 2497.01 s [hashable] bytestring/rechunk: OK
  6167. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6168. 2497.01 s [hashable] bytestring/rechunked: OK
  6169. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6170. 2497.01 s [hashable] bytestring/rechunked-salt: OK
  6171. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6172. 2497.01 s [hashable] generics
  6173. 2497.01 s [hashable] sum2_differ: OK
  6174. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6175. 2497.01 s [hashable] sum3_differ: OK
  6176. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6177. 2497.01 s [hashable] genericHashWithSalt: OK
  6178. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6179. 2497.01 s [hashable] lifted law
  6180. 2497.01 s [hashable] Hashed: OK
  6181. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6182. 2497.01 s [hashable] regressions
  6183. 2497.01 s [hashable] hashNearPageBoundary: OK
  6184. 2497.01 s [hashable] Fixed: OK
  6185. 2497.01 s [hashable] Generic: sum of nullary constructors
  6186. 2497.01 s [hashable] 0: OK
  6187. 2497.01 s [hashable] 1: OK
  6188. 2497.01 s [hashable] 2: OK
  6189. 2497.01 s [hashable] 3: OK
  6190. 2497.01 s [hashable] 4: OK
  6191. 2497.01 s [hashable] Zero tuples: issue 271: OK
  6192. 2497.01 s [hashable] odd, odd: issue 271: OK
  6193. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6194. 2497.01 s [hashable] Generic: Peano https://github.com/tibbe/hashable/issues/135: OK
  6195. 2497.01 s [hashable] 64 bit Text: OK
  6196. 2497.01 s [hashable] concatenation
  6197. 2497.01 s [hashable] String: OK
  6198. 2497.01 s [hashable] Text: OK
  6199. 2497.01 s [hashable] Lazy Text: OK
  6200. 2497.01 s [hashable] ByteString: OK
  6201. 2497.01 s [hashable] Lazy ByteString: OK
  6202. 2497.01 s [hashable]
  6203. 2497.01 s [hashable] All 32 tests passed (0.07s)
  6204. 2497.01 s [hashable] Test suite hashable-tests: PASS
  6205. 2497.01 s [hashable] Test suite logged to: dist/test/hashable-1.4.7.0-hashable-tests.log
  6206. 2497.01 s [hashable] Test suite xxhash-tests: RUNNING...
  6207. 2497.01 s [hashable] xxhash
  6208. 2497.01 s [hashable] oneshot
  6209. 2497.01 s [hashable] w64-ref: OK (0.01s)
  6210. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6211. 2497.01 s [hashable] w64-examples: OK
  6212. 2497.01 s [hashable] w32-ref: OK
  6213. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6214. 2497.01 s [hashable] w32-examples: OK
  6215. 2497.01 s [hashable] incremental
  6216. 2497.01 s [hashable] empty: OK
  6217. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6218. 2497.01 s [hashable] bs: OK
  6219. 2497.01 s [hashable] +++ OK, passed 100 tests.
  6220. 2497.01 s [hashable]
  6221. 2497.01 s [hashable] All 6 tests passed (0.03s)
  6222. 2497.01 s [hashable] Test suite xxhash-tests: PASS
  6223. 2497.01 s [hashable] Test suite logged to: dist/test/hashable-1.4.7.0-xxhash-tests.log
  6224. 2497.01 s [hashable] Test suite hashable-examples: RUNNING...
  6225. 2497.01 s [hashable] Hashing Foo1
  6226. 2497.01 s [hashable] 1460070160016269167
  6227. 2497.01 s [hashable] Hashing Foo2
  6228. 2497.01 s [hashable] 6195646254581046287
  6229. 2497.01 s [hashable] Hashing Bar
  6230. 2497.01 s [hashable] 1416438184658348349
  6231. 2497.01 s [hashable] Test suite hashable-examples: PASS
  6232. 2497.01 s [hashable] Test suite logged to: dist/test/hashable-1.4.7.0-hashable-examples.log
  6233. 2497.01 s [hashable] 3 of 3 test suites (3 of 3 test cases) passed.
  6234. 2497.01 s [haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:101:3: warning: [-Wnoncanonical-monad-instances]
  6235. 2497.01 s [haskell-src-exts] Noncanonical ‘return’ definition detected
  6236. 2497.01 s [haskell-src-exts] in the instance declaration for ‘Monad ParseResult’.
  6237. 2497.01 s [haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
  6238. 2497.01 s [haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  6239. 2497.01 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  6240. 2497.01 s [haskell-src-exts] |
  6241. 2497.01 s [haskell-src-exts] 101 | return = ParseOk
  6242. 2497.01 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^
  6243. 2497.01 s [haskell-src-exts]
  6244. 2497.01 s [haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:245:3: warning: [-Wnoncanonical-monad-instances]
  6245. 2497.01 s [haskell-src-exts] Noncanonical ‘pure = return’ definition detected
  6246. 2497.01 s [haskell-src-exts] in the instance declaration for ‘Applicative P’.
  6247. 2497.01 s [haskell-src-exts] Move definition from ‘return’ to ‘pure’
  6248. 2497.01 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  6249. 2497.01 s [haskell-src-exts] |
  6250. 2497.02 s [haskell-src-exts] 245 | pure = return
  6251. 2497.02 s [haskell-src-exts] | ^^^^^^^^^^^^^
  6252. 2497.02 s [haskell-src-exts]
  6253. 2497.02 s [haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:249:5: warning: [-Wnoncanonical-monad-instances]
  6254. 2497.02 s [haskell-src-exts] Noncanonical ‘return’ definition detected
  6255. 2497.02 s [haskell-src-exts] in the instance declaration for ‘Monad P’.
  6256. 2497.02 s [haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
  6257. 2497.02 s [haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  6258. 2497.02 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  6259. 2497.02 s [haskell-src-exts] |
  6260. 2497.02 s [haskell-src-exts] 249 | return a = P $ \_i _x _y _l _ch s _m -> Ok s a
  6261. 2497.02 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6262. 2497.02 s [haskell-src-exts]
  6263. 2497.02 s [haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:357:5: warning: [-Wnoncanonical-monad-instances]
  6264. 2497.02 s [haskell-src-exts] Noncanonical ‘pure = return’ definition detected
  6265. 2497.02 s [haskell-src-exts] in the instance declaration for ‘Applicative (Lex r)’.
  6266. 2497.02 s [haskell-src-exts] Move definition from ‘return’ to ‘pure’
  6267. 2497.02 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  6268. 2497.02 s [haskell-src-exts] |
  6269. 2497.02 s [haskell-src-exts] 357 | pure = return
  6270. 2497.02 s [haskell-src-exts] | ^^^^^^^^^^^^^
  6271. 2497.02 s [haskell-src-exts]
  6272. 2497.02 s [haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:361:5: warning: [-Wnoncanonical-monad-instances]
  6273. 2497.02 s [haskell-src-exts] Noncanonical ‘return’ definition detected
  6274. 2497.02 s [haskell-src-exts] in the instance declaration for ‘Monad (Lex r)’.
  6275. 2497.02 s [haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
  6276. 2497.02 s [haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  6277. 2497.02 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  6278. 2497.02 s [haskell-src-exts] |
  6279. 2497.02 s [haskell-src-exts] 361 | return a = Lex $ \k -> k a
  6280. 2497.02 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  6281. 2497.02 s [haskell-src-exts]
  6282. 2497.02 s [haskell-src-exts] src/Language/Haskell/Exts/ParseMonad.hs:363:5: warning: [-Wnoncanonical-monad-instances]
  6283. 2497.02 s [haskell-src-exts] Noncanonical ‘(>>)’ definition detected
  6284. 2497.02 s [haskell-src-exts] in the instance declaration for ‘Monad (Lex r)’.
  6285. 2497.02 s [haskell-src-exts] ‘(>>)’ will eventually be removed in favour of ‘(*>)’
  6286. 2497.02 s [haskell-src-exts] Either remove definition for ‘(>>)’ (recommended) or define as ‘(>>) = (*>)’
  6287. 2497.02 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  6288. 2497.02 s [haskell-src-exts] |
  6289. 2497.02 s [haskell-src-exts] 363 | Lex v >> Lex w = Lex $ \k -> v (\_ -> w k)
  6290. 2497.02 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6291. 2497.02 s [haskell-src-exts] 66% ( 4 / 6) in 'Language.Haskell.Exts.Lexer'
  6292. 2497.02 s [haskell-src-exts] Missing documentation for:
  6293. 2497.02 s [haskell-src-exts] Token (src/Language/Haskell/Exts/InternalLexer.hs:37)
  6294. 2497.02 s [haskell-src-exts] showToken (src/Language/Haskell/Exts/InternalLexer.hs:1319)
  6295. 2497.02 s [hourglass] [15 of 17] Compiling Data.Hourglass ( Data/Hourglass.hs, dist/build/Data/Hourglass.p_o )
  6296. 2497.02 s [hourglass] [16 of 17] Compiling Time.Compat ( Time/Compat.hs, dist/build/Time/Compat.p_o )
  6297. 2497.02 s [hourglass] [17 of 17] Compiling Data.Hourglass.Compat ( Data/Hourglass/Compat.hs, dist/build/Data/Hourglass/Compat.p_o )
  6298. 2497.02 s [hourglass] Preprocessing test suite 'test-hourglass' for hourglass-0.2.12..
  6299. 2497.02 s [hourglass] Building test suite 'test-hourglass' for hourglass-0.2.12..
  6300. 2497.02 s [hourglass]
  6301. 2497.02 s [hourglass] <no location info>: warning: [GHC-32850] [-Wmissing-home-modules]
  6302. 2497.02 s [hourglass] These modules are needed for compilation but not listed in your .cabal file's other-modules for ‘main’ :
  6303. 2497.02 s [hourglass] TimeDB
  6304. 2497.02 s [hourglass] [1 of 2] Compiling TimeDB ( tests/TimeDB.hs, dist/build/test-hourglass/test-hourglass-tmp/TimeDB.o )
  6305. 2497.02 s [hourglass] [2 of 2] Compiling Main ( tests/Tests.hs, dist/build/test-hourglass/test-hourglass-tmp/Main.o )
  6306. 2497.02 s [hourglass]
  6307. 2497.02 s [hourglass] tests/Tests.hs:7:1: warning: [-Wunused-imports]
  6308. 2497.02 s [hourglass] The import of ‘Control.Applicative’ is redundant
  6309. 2497.02 s [hourglass] except perhaps to import instances from ‘Control.Applicative’
  6310. 2497.02 s [hourglass] To import instances alone, use: import Control.Applicative()
  6311. 2497.02 s [hourglass] |
  6312. 2497.02 s [hourglass] 7 | import Control.Applicative
  6313. 2497.02 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  6314. 2497.02 s [hourglass]
  6315. 2497.02 s [hourglass] tests/Tests.hs:27:1: warning: [-Wunused-imports]
  6316. 2497.02 s [hourglass] The qualified import of ‘System.Locale’ is redundant
  6317. 2497.02 s [hourglass] except perhaps to import instances from ‘System.Locale’
  6318. 2497.02 s [hourglass] To import instances alone, use: import System.Locale()
  6319. 2497.02 s [hourglass] |
  6320. 2497.02 s [hourglass] 27 | import qualified System.Locale as T hiding (defaultTimeLocale)
  6321. 2497.02 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6322. 2497.02 s [hourglass]
  6323. 2497.02 s [hourglass] tests/Tests.hs:231:23: warning: [GHC-18042] [-Wtype-defaults]
  6324. 2497.02 s [hourglass] • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
  6325. 2497.02 s [hourglass] (Real a0)
  6326. 2497.02 s [hourglass] arising from a use of ‘toRational’ at tests/Tests.hs:231:23-32
  6327. 2497.02 s [hourglass] (Num a0) arising from the literal ‘0’ at tests/Tests.hs:231:34
  6328. 2497.02 s [hourglass] • In the expression: toRational 0 :: Rational
  6329. 2497.02 s [hourglass] In an equation for ‘ref’: ref = toRational 0 :: Rational
  6330. 2497.02 s [hourglass] In the second argument of ‘($)’, namely
  6331. 2497.02 s [hourglass] ‘let
  6332. 2497.02 s [hourglass] res = toRational (ElapsedP (Elapsed $ Seconds 0) (NanoSeconds 0))
  6333. 2497.02 s [hourglass] ref = toRational 0 :: Rational
  6334. 2497.02 s [hourglass] in assertEqual "failed equality" ref res’
  6335. 2497.02 s [hourglass] |
  6336. 2497.02 s [hourglass] 231 | ref = toRational 0 :: Rational
  6337. 2497.02 s [hourglass] | ^^^^^^^^^^
  6338. 2497.02 s [hourglass]
  6339. 2497.02 s [hourglass] tests/Tests.hs:235:23: warning: [GHC-18042] [-Wtype-defaults]
  6340. 2497.02 s [hourglass] • Defaulting the type variable ‘a0’ to type ‘Integer’ in the following constraints
  6341. 2497.02 s [hourglass] (Real a0)
  6342. 2497.02 s [hourglass] arising from a use of ‘toRational’ at tests/Tests.hs:235:23-32
  6343. 2497.02 s [hourglass] (Num a0) arising from the literal ‘100’ at tests/Tests.hs:235:34-36
  6344. 2497.02 s [hourglass] • In the first argument of ‘(+)’, namely ‘toRational 100’
  6345. 2497.02 s [hourglass] In the expression: toRational 100 + (1 % 1000) :: Rational
  6346. 2497.02 s [hourglass] In an equation for ‘ref’:
  6347. 2497.02 s [hourglass] ref = toRational 100 + (1 % 1000) :: Rational
  6348. 2497.02 s [hourglass] |
  6349. 2497.02 s [hourglass] 235 | ref = toRational 100 + (1 % 1000) :: Rational
  6350. 2497.02 s [hourglass] | ^^^^^^^^^^
  6351. 2497.02 s [hourglass]
  6352. 2497.02 s [hourglass] <no location info>: warning: [GHC-32850] [-Wmissing-home-modules]
  6353. 2497.02 s [hourglass] These modules are needed for compilation but not listed in your .cabal file's other-modules for ‘main’ :
  6354. 2497.02 s [hourglass] TimeDB
  6355. 2497.02 s [monad-control] src/Control/Monad/Trans/Control.hs:207:19: warning: [GHC-39567] [-Wstar-is-type]
  6356. 2497.02 s [monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  6357. 2497.02 s [monad-control] relies on the StarIsType extension, which will become
  6358. 2497.02 s [monad-control] deprecated in the future.
  6359. 2497.02 s [monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  6360. 2497.02 s [monad-control] |
  6361. 2497.02 s [monad-control] 207 | type StT t a :: *
  6362. 2497.02 s [monad-control] | ^
  6363. 2497.02 s [monad-control]
  6364. 2497.02 s [monad-control] src/Control/Monad/Trans/Control.hs:546:21: warning: [GHC-39567] [-Wstar-is-type]
  6365. 2497.02 s [monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  6366. 2497.02 s [monad-control] relies on the StarIsType extension, which will become
  6367. 2497.02 s [monad-control] deprecated in the future.
  6368. 2497.02 s [monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  6369. 2497.02 s [monad-control] |
  6370. 2497.02 s [monad-control] 546 | type StM m a :: *
  6371. 2497.02 s [monad-control] | ^
  6372. 2497.02 s [monad-control] Phase: checkPhase
  6373. 2497.02 s [monad-control] Package has no test suites.
  6374. 2497.02 s [monad-control] Phase: haddockPhase
  6375. 2497.02 s [monad-control] Preprocessing library for monad-control-1.0.3.1..
  6376. 2497.02 s [monad-control] Running Haddock on library for monad-control-1.0.3.1..
  6377. 2497.02 s [monad-control] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  6378. 2497.02 s [monad-control] Warning: 'lift' is out of scope.
  6379. 2497.02 s [monad-control] If you qualify the identifier, haddock can try to link it anyway.
  6380. 2497.02 s [monad-control] Warning: 'withFile' is out of scope.
  6381. 2497.02 s [monad-control] If you qualify the identifier, haddock can try to link it anyway.
  6382. 2497.02 s [monad-control] Warning: 'ErrorT' is out of scope.
  6383. 2497.02 s [monad-control] If you qualify the identifier, haddock can try to link it anyway.
  6384. 2497.02 s [monad-control] Warning: 'Error' is out of scope.
  6385. 2497.02 s [monad-control] If you qualify the identifier, haddock can try to link it anyway.
  6386. 2497.02 s [monad-control] Warning: 'ListT' is out of scope.
  6387. 2497.02 s [monad-control] If you qualify the identifier, haddock can try to link it anyway.
  6388. 2497.02 s [monad-control] Warning: 'Just' is out of scope.
  6389. 2497.02 s [monad-control] If you qualify the identifier, haddock can try to link it anyway.
  6390. 2497.02 s [monad-control] Warning: 'flip' is out of scope.
  6391. 2497.02 s [monad-control] If you qualify the identifier, haddock can try to link it anyway.
  6392. 2497.02 s [monad-control] Warning: 'liftIO' is out of scope.
  6393. 2497.02 s [monad-control] If you qualify the identifier, haddock can try to link it anyway.
  6394. 2497.02 s [monad-control] Warning: 'liftBase' is out of scope.
  6395. 2497.02 s [monad-control] If you qualify the identifier, haddock can try to link it anyway.
  6396. 2497.02 s [monad-control] Warning: 'MonadIO' is out of scope.
  6397. 2497.02 s [monad-control] If you qualify the identifier, haddock can try to link it anyway.
  6398. 2497.02 s [monad-control] 100% ( 35 / 35) in 'Control.Monad.Trans.Control'
  6399. 2497.02 s [monad-control]
  6400. 2497.02 s [monad-control] src/Control/Monad/Trans/Control.hs:207:19: warning: [GHC-39567] [-Wstar-is-type]
  6401. 2497.02 s [monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  6402. 2497.02 s [monad-control] relies on the StarIsType extension, which will become
  6403. 2497.02 s [monad-control] deprecated in the future.
  6404. 2497.02 s [monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  6405. 2497.02 s [monad-control] |
  6406. 2497.02 s [monad-control] 207 | type StT t a :: *
  6407. 2497.02 s [monad-control] | ^
  6408. 2497.03 s [monad-control]
  6409. 2497.03 s [monad-control] src/Control/Monad/Trans/Control.hs:546:21: warning: [GHC-39567] [-Wstar-is-type]
  6410. 2497.03 s [monad-control] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  6411. 2497.03 s [monad-control] relies on the StarIsType extension, which will become
  6412. 2497.03 s [monad-control] deprecated in the future.
  6413. 2497.03 s [monad-control] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  6414. 2497.03 s [monad-control] |
  6415. 2497.03 s [monad-control] 546 | type StM m a :: *
  6416. 2497.03 s [monad-control] | ^
  6417. 2497.03 s [monad-control] Documentation created: dist/doc/html/monad-control/index.html,
  6418. 2497.03 s [monad-control] dist/doc/html/monad-control/monad-control.txt
  6419. 2497.03 s [monad-control] Phase: installPhase
  6420. 2497.03 s [monad-control] Installing library in /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  6421. 2497.03 s [monad-control] Phase: fixupPhase
  6422. 2497.03 s [monad-control] shrinking RPATHs of ELF executables and libraries in /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1
  6423. 2497.03 s [network-uri] [2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.p_o )
  6424. 2497.03 s [network-uri] [3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.p_o )
  6425. 2497.03 s [network-uri] Preprocessing test suite 'uri' for network-uri-2.6.4.2..
  6426. 2497.03 s [network-uri] Building test suite 'uri' for network-uri-2.6.4.2..
  6427. 2497.03 s [network-uri] [1 of 1] Compiling Main ( tests/uri001.hs, dist/build/uri/uri-tmp/Main.o )
  6428. 2497.03 s [network-uri]
  6429. 2497.03 s [network-uri] tests/uri001.hs:1279:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  6430. 2497.03 s [network-uri] Pattern match(es) are non-exhaustive
  6431. 2497.03 s [network-uri] In a pattern binding:
  6432. 2497.03 s [network-uri] Patterns of type ‘Maybe URI’ not matched: Nothing
  6433. 2497.03 s [network-uri] |
  6434. 2497.03 s [network-uri] 1279 | Just uri = parseURIReference str
  6435. 2497.03 s [network-uri] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6436. 2497.03 s [network-uri]
  6437. 2497.03 s [network-uri] tests/uri001.hs:1285:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  6438. 2497.03 s [network-uri] Pattern match(es) are non-exhaustive
  6439. 2497.03 s [network-uri] In a pattern binding:
  6440. 2497.03 s [network-uri] Patterns of type ‘Maybe URI’ not matched: Nothing
  6441. 2497.03 s [network-uri] |
  6442. 2497.03 s [network-uri] 1285 | Just uri = parseURIReference str
  6443. 2497.03 s [network-uri] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6444. 2497.03 s [network-uri]
  6445. 2497.03 s [network-uri] tests/uri001.hs:1405:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  6446. 2497.03 s [network-uri] Pattern match(es) are non-exhaustive
  6447. 2497.03 s [network-uri] In a pattern binding:
  6448. 2497.03 s [network-uri] Patterns of type ‘Maybe URI’ not matched: Nothing
  6449. 2497.03 s [network-uri] |
  6450. 2497.03 s [network-uri] 1405 | (Just bu02) = parseURIReference "http://example/x/y/z"
  6451. 2497.03 s [network-uri] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6452. 2497.03 s [network-uri]
  6453. 2497.03 s [network-uri] tests/uri001.hs:1406:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  6454. 2497.03 s [network-uri] Pattern match(es) are non-exhaustive
  6455. 2497.03 s [network-uri] In a pattern binding:
  6456. 2497.03 s [network-uri] Patterns of type ‘Maybe URI’ not matched: Nothing
  6457. 2497.03 s [network-uri] |
  6458. 2497.03 s [network-uri] 1406 | (Just ou02) = parseURIReference "../abc"
  6459. 2497.03 s [network-uri] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6460. 2497.03 s [network-uri]
  6461. 2497.03 s [network-uri] tests/uri001.hs:1407:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  6462. 2497.03 s [network-uri] Pattern match(es) are non-exhaustive
  6463. 2497.03 s [network-uri] In a pattern binding:
  6464. 2497.03 s [network-uri] Patterns of type ‘Maybe URI’ not matched: Nothing
  6465. 2497.03 s [network-uri] |
  6466. 2497.03 s [network-uri] 1407 | (Just ru02) = parseURIReference "http://example/x/abc"
  6467. 2497.03 s [network-uri] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6468. 2497.03 s [network-uri] [2 of 2] Linking dist/build/uri/uri
  6469. 2497.03 s [network-uri] buildPhase completed in 1 minutes 20 seconds
  6470. 2497.03 s [network-uri] Phase: checkPhase
  6471. 2497.03 s [network-uri] Running 1 test suites...
  6472. 2497.03 s [network-uri] Test suite uri: RUNNING...
  6473. 2497.03 s [network-uri] all
  6474. 2497.03 s [network-uri] Test URIrefs
  6475. 2497.03 s [network-uri] testURIRef001: OK
  6476. 2497.03 s [network-uri] testURIRef002: OK
  6477. 2497.03 s [network-uri] testURIRef003: OK
  6478. 2497.03 s [network-uri] testURIRef004: OK
  6479. 2497.03 s [network-uri] testURIRef005: OK
  6480. 2497.03 s [network-uri] testURIRef006: OK
  6481. 2497.03 s [network-uri] testURIRef007: OK
  6482. 2497.03 s [network-uri] testURIRef008: OK
  6483. 2497.03 s [network-uri] testURIRef009: OK
  6484. 2497.03 s [network-uri] testURIRef010: OK
  6485. 2497.03 s [network-uri] testURIRef011: OK
  6486. 2497.03 s [network-uri] testURIRef012: OK
  6487. 2497.03 s [network-uri] testURIRef013: OK
  6488. 2497.03 s [network-uri] testURIRef014: OK
  6489. 2497.03 s [network-uri] testURIRef015: OK
  6490. 2497.03 s [network-uri] testURIRef016: OK
  6491. 2497.03 s [network-uri] testURIRef017: OK
  6492. 2497.03 s [network-uri] testURIRef018: OK
  6493. 2497.03 s [network-uri] testURIRef019: OK
  6494. 2497.03 s [network-uri] testURIRef021: OK
  6495. 2497.03 s [network-uri] testURIRef022: OK
  6496. 2497.03 s [network-uri] testURIRef023: OK (0.02s)
  6497. 2497.03 s [network-uri] testURIRef024: OK
  6498. 2497.03 s [network-uri] testURIRef025: OK
  6499. 2497.03 s [network-uri] testURIRef026: OK
  6500. 2497.03 s [th-reify-many] [2 of 2] Compiling Language.Haskell.TH.ReifyMany ( src/Language/Haskell/TH/ReifyMany.hs, dist/build/Language/Haskell/TH/ReifyMany.p_o )
  6501. 2497.03 s [th-reify-many] Preprocessing test suite 'test' for th-reify-many-0.1.10..
  6502. 2497.03 s [th-reify-many] Building test suite 'test' for th-reify-many-0.1.10..
  6503. 2497.03 s [th-reify-many] [1 of 1] Compiling Main ( tests/Main.hs, dist/build/test/test-tmp/Main.o )
  6504. 2497.03 s [th-reify-many] [2 of 2] Linking dist/build/test/test
  6505. 2497.03 s [th-reify-many] Phase: checkPhase
  6506. 2497.03 s [th-reify-many] Running 1 test suites...
  6507. 2497.03 s [th-reify-many] Test suite test: RUNNING...
  6508. 2497.03 s [th-reify-many] worked!
  6509. 2497.03 s [th-reify-many] Test suite test: PASS
  6510. 2497.03 s [th-reify-many] Test suite logged to: dist/test/th-reify-many-0.1.10-test.log
  6511. 2497.03 s [th-reify-many] 1 of 1 test suites (1 of 1 test cases) passed.
  6512. 2497.03 s [th-reify-many] Phase: haddockPhase
  6513. 2497.03 s [th-reify-many] Preprocessing library for th-reify-many-0.1.10..
  6514. 2497.03 s [th-reify-many] Running Haddock on library for th-reify-many-0.1.10..
  6515. 2497.03 s [th-reify-many] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  6516. 2497.03 s [th-reify-many] 92% ( 12 / 13) in 'Language.Haskell.TH.ReifyMany.Internal'
  6517. 2497.03 s [th-reify-many] Missing documentation for:
  6518. 2497.03 s [th-reify-many] Module header
  6519. 2497.03 s [th-reify-many] 100% ( 4 / 4) in 'Language.Haskell.TH.ReifyMany'
  6520. 2497.03 s [validity] Documentation created: dist/doc/html/validity/index.html,
  6521. 2497.03 s [validity] dist/doc/html/validity/validity.txt
  6522. 2497.03 s [validity] Preprocessing test suite 'validity-test' for validity-0.12.1.0..
  6523. 2497.03 s [validity] Phase: installPhase
  6524. 2497.03 s [validity] Installing library in /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  6525. 2497.03 s [validity] Phase: fixupPhase
  6526. 2497.03 s [validity] shrinking RPATHs of ELF executables and libraries in /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0
  6527. 2497.03 s [validity] shrinking /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSvalidity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh-ghc9.6.4.so
  6528. 2497.03 s [validity] checking for references to /build/ in /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0...
  6529. 2497.03 s [validity] patching script interpreter paths in /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0
  6530. 2497.03 s [validity] stripping (with command strip and flags -S -p) in /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0/lib
  6531. 2497.03 s [validity] shrinking RPATHs of ELF executables and libraries in /nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc
  6532. 2497.03 s [validity] checking for references to /build/ in /nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc...
  6533. 2497.03 s [validity] patching script interpreter paths in /nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc
  6534. 2497.03 s [zlib] [3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, dist/build/Codec/Compression/Zlib/Internal.p_o )
  6535. 2497.03 s [zlib] [4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, dist/build/Codec/Compression/Zlib/Raw.p_o )
  6536. 2497.03 s [zlib] [5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, dist/build/Codec/Compression/Zlib.p_o )
  6537. 2497.03 s [zlib] [6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, dist/build/Codec/Compression/GZip.p_o )
  6538. 2497.03 s [zlib] Preprocessing test suite 'tests' for zlib-0.7.1.0..
  6539. 2497.03 s [zlib] Building test suite 'tests' for zlib-0.7.1.0..
  6540. 2497.03 s [zlib] [1 of 4] Compiling Test.Codec.Compression.Zlib.Stream ( test/Test/Codec/Compression/Zlib/Stream.hs, dist/build/tests/tests-tmp/Test/Codec/Compression/Zlib/Stream.o )
  6541. 2497.03 s [zlib] [2 of 4] Compiling Test.Codec.Compression.Zlib.Internal ( test/Test/Codec/Compression/Zlib/Internal.hs, dist/build/tests/tests-tmp/Test/Codec/Compression/Zlib/Internal.o )
  6542. 2497.03 s [zlib] [3 of 4] Compiling Utils ( test/Utils.hs, dist/build/tests/tests-tmp/Utils.o )
  6543. 2497.03 s [zlib] [4 of 4] Compiling Main ( test/Test.hs, dist/build/tests/tests-tmp/Main.o )
  6544. 2497.03 s [zlib] [5 of 5] Linking dist/build/tests/tests
  6545. 2497.03 s [zlib] buildPhase completed in 1 minutes 3 seconds
  6546. 2497.03 s [zlib] Phase: checkPhase
  6547. 2497.03 s [zlib] Running 1 test suites...
  6548. 2497.03 s [zlib] Test suite tests: RUNNING...
  6549. 2497.03 s [zlib] zlib tests
  6550. 2497.03 s [zlib] property tests
  6551. 2497.03 s [zlib] decompress . compress = id (standard): OK (3.35s)
  6552. 2497.03 s [zlib] +++ OK, passed 100 tests; 99 discarded.
  6553. 2497.03 s [zlib] decompress . compress = id (Zlib -> GZipOrZLib): OK (3.19s)
  6554. 2497.03 s [zlib] +++ OK, passed 100 tests; 142 discarded.
  6555. 2497.03 s [crypton] [ 30 of 139] Compiling Crypto.Hash.Keccak ( Crypto/Hash/Keccak.hs, dist/build/Crypto/Hash/Keccak.o, dist/build/Crypto/Hash/Keccak.dyn_o )
  6556. 2497.03 s [crypton] [ 31 of 139] Compiling Crypto.Hash.IO ( Crypto/Hash/IO.hs, dist/build/Crypto/Hash/IO.o, dist/build/Crypto/Hash/IO.dyn_o )
  6557. 2497.03 s [crypton] [ 32 of 139] Compiling Crypto.Hash.Blake2sp ( Crypto/Hash/Blake2sp.hs, dist/build/Crypto/Hash/Blake2sp.o, dist/build/Crypto/Hash/Blake2sp.dyn_o )
  6558. 2497.03 s [crypton] [ 33 of 139] Compiling Crypto.Hash.Blake2s ( Crypto/Hash/Blake2s.hs, dist/build/Crypto/Hash/Blake2s.o, dist/build/Crypto/Hash/Blake2s.dyn_o )
  6559. 2497.03 s [crypton] [ 34 of 139] Compiling Crypto.Hash.Blake2bp ( Crypto/Hash/Blake2bp.hs, dist/build/Crypto/Hash/Blake2bp.o, dist/build/Crypto/Hash/Blake2bp.dyn_o )
  6560. 2497.03 s [crypton] [ 35 of 139] Compiling Crypto.Hash.Blake2b ( Crypto/Hash/Blake2b.hs, dist/build/Crypto/Hash/Blake2b.o, dist/build/Crypto/Hash/Blake2b.dyn_o )
  6561. 2497.03 s [crypton] [ 36 of 139] Compiling Crypto.Cipher.Types.GF ( Crypto/Cipher/Types/GF.hs, dist/build/Crypto/Cipher/Types/GF.o, dist/build/Crypto/Cipher/Types/GF.dyn_o )
  6562. 2497.03 s [crypton] [ 37 of 139] Compiling Crypto.Cipher.Types.AEAD ( Crypto/Cipher/Types/AEAD.hs, dist/build/Crypto/Cipher/Types/AEAD.o, dist/build/Crypto/Cipher/Types/AEAD.dyn_o )
  6563. 2497.03 s [crypton] [ 38 of 139] Compiling Crypto.Cipher.Types.Block ( Crypto/Cipher/Types/Block.hs, dist/build/Crypto/Cipher/Types/Block.o, dist/build/Crypto/Cipher/Types/Block.dyn_o )
  6564. 2497.03 s [generic-deriving] checking for references to /build/ in /nix/store/gdhq9z2cphbq5misz1nyr4lcrxbkqr2x-generic-deriving-1.14.6-doc...
  6565. 2497.03 s [generic-deriving] patching script interpreter paths in /nix/store/gdhq9z2cphbq5misz1nyr4lcrxbkqr2x-generic-deriving-1.14.6-doc
  6566. 2497.03 s [hashable] Phase: haddockPhase
  6567. 2497.03 s [hashable] Preprocessing library for hashable-1.4.7.0..
  6568. 2497.03 s [hashable] Running Haddock on library for hashable-1.4.7.0..
  6569. 2497.03 s [hashable] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  6570. 2497.03 s [hashable] Warning: 'hash' is out of scope.
  6571. 2497.03 s [hashable] If you qualify the identifier, haddock can try to link it anyway.
  6572. 2497.03 s [hashable] Warning: 'defaultHashWith' is out of scope.
  6573. 2497.03 s [hashable] If you qualify the identifier, haddock can try to link it anyway.
  6574. 2497.03 s [hashable] Warning: 'Arg' is out of scope.
  6575. 2497.03 s [hashable] If you qualify the identifier, haddock can try to link it anyway.
  6576. 2497.03 s [hashable] 80% ( 8 / 10) in 'Data.Hashable.Lifted'
  6577. 2497.03 s [hashable] Missing documentation for:
  6578. 2497.03 s [hashable] Hashable1 (src/Data/Hashable/Class.hs:278)
  6579. 2497.03 s [hashable] Hashable2 (src/Data/Hashable/Class.hs:293)
  6580. 2497.03 s [hashable]
  6581. 2497.03 s [hashable] src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
  6582. 2497.03 s [hashable] ‘Data.Hashable.Generic.Instances’ is marked as Trustworthy but has been inferred as safe!
  6583. 2497.03 s [hashable] |
  6584. 2497.03 s [hashable] 5 | {-# LANGUAGE Trustworthy #-}
  6585. 2497.03 s [hashable] | ^^^^^^^^^^^
  6586. 2497.03 s [hashable] 66% ( 6 / 9) in 'Data.Hashable.Generic'
  6587. 2497.03 s [hashable] Missing documentation for:
  6588. 2497.03 s [hashable] One (src/Data/Hashable/Class.hs:268)
  6589. 2497.03 s [hashable] Zero (src/Data/Hashable/Class.hs:267)
  6590. 2497.03 s [hashable] HashArgs (src/Data/Hashable/Class.hs:270)
  6591. 2497.03 s [hashable] Warning: 'Generic' is out of scope.
  6592. 2497.03 s [hashable] If you qualify the identifier, haddock can try to link it anyway.
  6593. 2497.03 s [hashable] 100% ( 31 / 31) in 'Data.Hashable'
  6594. 2497.03 s [hashable] Warning: Data.Hashable.Generic: could not find link destinations for:
  6595. 2497.03 s [hashable] - Data.Hashable.Class.D:R:HashArgsOnea0
  6596. 2497.03 s [hashable] - Data.Hashable.Class.D:R:HashArgsZeroa0
  6597. 2497.03 s [hashable] - Data.Hashable.Generic.Instances.GSum
  6598. 2497.03 s [hashable] Warning: Data.Hashable: could not find link destinations for:
  6599. 2497.03 s [hashable] - Data.Hashable.Mix.Salt
  6600. 2497.03 s [hashable] Documentation created: dist/doc/html/hashable/index.html,
  6601. 2497.03 s [hashable] dist/doc/html/hashable/hashable.txt
  6602. 2497.03 s [hashable] Preprocessing test suite 'hashable-tests' for hashable-1.4.7.0..
  6603. 2497.03 s [hashable] Preprocessing test suite 'xxhash-tests' for hashable-1.4.7.0..
  6604. 2497.03 s [hashable] Preprocessing test suite 'hashable-examples' for hashable-1.4.7.0..
  6605. 2497.03 s [hashable] haddockPhase completed in 34 seconds
  6606. 2497.03 s [hashable] Phase: installPhase
  6607. 2497.03 s [hashable] Installing library in /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  6608. 2497.03 s [haskell-src-exts] 93% ( 42 / 45) in 'Language.Haskell.Exts.Parser'
  6609. 2497.03 s [haskell-src-exts] Missing documentation for:
  6610. 2497.03 s [haskell-src-exts] unListOf (src/Language/Haskell/Exts/Parser.hs:249)
  6611. 2497.03 s [haskell-src-exts] PragmasAndModuleHead (src/Language/Haskell/Exts/Parser.hs:192)
  6612. 2497.03 s [haskell-src-exts] ModuleHeadAndImports (src/Language/Haskell/Exts/Parser.hs:212)
  6613. 2497.03 s [haskell-src-exts] 66% ( 2 / 3) in 'Language.Haskell.Exts.ExactPrint'
  6614. 2497.04 s [haskell-src-exts] Missing documentation for:
  6615. 2497.04 s [haskell-src-exts] ExactP (src/Language/Haskell/Exts/ExactPrint.hs:224)
  6616. 2497.04 s [haskell-src-exts]
  6617. 2497.04 s [haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:50:3: warning: [-Wnoncanonical-monad-instances]
  6618. 2497.04 s [haskell-src-exts] Noncanonical ‘pure = return’ definition detected
  6619. 2497.04 s [haskell-src-exts] in the instance declaration for ‘Applicative EP’.
  6620. 2497.04 s [haskell-src-exts] Move definition from ‘return’ to ‘pure’
  6621. 2497.04 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  6622. 2497.04 s [haskell-src-exts] |
  6623. 2497.04 s [haskell-src-exts] 50 | pure = return
  6624. 2497.04 s [haskell-src-exts] | ^^^^^^^^^^^^^
  6625. 2497.04 s [haskell-src-exts]
  6626. 2497.04 s [haskell-src-exts] src/Language/Haskell/Exts/ExactPrint.hs:54:3: warning: [-Wnoncanonical-monad-instances]
  6627. 2497.04 s [haskell-src-exts] Noncanonical ‘return’ definition detected
  6628. 2497.04 s [haskell-src-exts] in the instance declaration for ‘Monad EP’.
  6629. 2497.04 s [haskell-src-exts] ‘return’ will eventually be removed in favour of ‘pure’
  6630. 2497.04 s [haskell-src-exts] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  6631. 2497.04 s [haskell-src-exts] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  6632. 2497.04 s [haskell-src-exts] |
  6633. 2497.04 s [haskell-src-exts] 54 | return x = EP $ \l cs -> (x, l, cs, id)
  6634. 2497.04 s [haskell-src-exts] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6635. 2497.04 s [haskell-src-exts] 100% ( 49 / 49) in 'Language.Haskell.Exts.Build'
  6636. 2497.04 s [haskell-src-exts]
  6637. 2497.04 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:17:25: warning: [GHC-63397] [-Wname-shadowing]
  6638. 2497.04 s [haskell-src-exts] This binding for ‘x’ shadows the existing binding
  6639. 2497.04 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:17
  6640. 2497.04 s [haskell-src-exts] |
  6641. 2497.04 s [haskell-src-exts] 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs
  6642. 2497.04 s [haskell-src-exts] | ^
  6643. 2497.04 s [haskell-src-exts]
  6644. 2497.04 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:17:28: warning: [GHC-63397] [-Wname-shadowing]
  6645. 2497.04 s [haskell-src-exts] This binding for ‘xs’ shadows the existing binding
  6646. 2497.04 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:20
  6647. 2497.04 s [haskell-src-exts] |
  6648. 2497.04 s [haskell-src-exts] 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs
  6649. 2497.04 s [haskell-src-exts] | ^^
  6650. 2497.04 s [haskell-src-exts]
  6651. 2497.04 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:18:19: warning: [GHC-63397] [-Wname-shadowing]
  6652. 2497.04 s [haskell-src-exts] This binding for ‘x’ shadows the existing binding
  6653. 2497.04 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:17
  6654. 2497.04 s [haskell-src-exts] |
  6655. 2497.04 s [haskell-src-exts] 18 | allProg (x:xs) = Program x:allProg xs
  6656. 2497.04 s [haskell-src-exts] | ^
  6657. 2497.04 s [haskell-src-exts]
  6658. 2497.04 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:18:21: warning: [GHC-63397] [-Wname-shadowing]
  6659. 2497.04 s [haskell-src-exts] This binding for ‘xs’ shadows the existing binding
  6660. 2497.04 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:14:20
  6661. 2497.04 s [haskell-src-exts] |
  6662. 2497.04 s [haskell-src-exts] 18 | allProg (x:xs) = Program x:allProg xs
  6663. 2497.04 s [haskell-src-exts] | ^^
  6664. 2497.04 s [haskell-src-exts]
  6665. 2497.04 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:27:11: warning: [-Wunused-matches]
  6666. 2497.04 s [haskell-src-exts] Defined but not used: ‘x’
  6667. 2497.04 s [haskell-src-exts] |
  6668. 2497.04 s [haskell-src-exts] 27 | classify (x:xs) = Comment:classify xs
  6669. 2497.04 s [haskell-src-exts] | ^
  6670. 2497.04 s [haskell-src-exts]
  6671. 2497.04 s [hourglass] [3 of 3] Linking dist/build/test-hourglass/test-hourglass
  6672. 2497.04 s [hourglass] buildPhase completed in 1 minutes 34 seconds
  6673. 2497.04 s [hourglass] Phase: checkPhase
  6674. 2497.04 s [hourglass] Running 1 test suites...
  6675. 2497.04 s [hourglass] Test suite test-hourglass: RUNNING...
  6676. 2497.04 s [hourglass] hourglass
  6677. 2497.04 s [hourglass] conversion
  6678. 2497.04 s [hourglass] calendar: OK
  6679. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6680. 2497.04 s [hourglass] win epoch: OK (0.02s)
  6681. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6682. 2497.04 s [hourglass] localtime
  6683. 2497.04 s [hourglass] eq: OK
  6684. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6685. 2497.04 s [hourglass] set: OK
  6686. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6687. 2497.04 s [hourglass] arithmetic
  6688. 2497.04 s [hourglass] ElapseP add
  6689. 2497.04 s [hourglass] 1s.90000000ns + 2s.90000000ns ?= 3s.180000000ns: OK
  6690. 2497.04 s [hourglass] 1s.900000000ns + 1s.200000000ns ?= 3s.100000000ns: OK
  6691. 2497.04 s [hourglass] 1s.1ns + 0s.999999999ns ?= 2s.0ns: OK
  6692. 2497.04 s [hourglass] ElapseP sub
  6693. 2497.04 s [hourglass] 1s.100000000ns - 1s.100000000ns ?= 0s.0ns: OK
  6694. 2497.04 s [hourglass] 1s.900000000ns - 1s.100000000ns ?= 0s.800000000ns: OK
  6695. 2497.04 s [hourglass] 1s.100000000ns - 0s.200000000ns ?= 0s.900000000ns: OK
  6696. 2497.04 s [hourglass] 1s.100000000ns - 2s.400000000ns ?= -2s.700000000ns: OK
  6697. 2497.04 s [hourglass] Arbitrary-isValidDate: OK
  6698. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6699. 2497.04 s [hourglass] dateAddPeriod: OK
  6700. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6701. 2497.04 s [hourglass] formating
  6702. 2497.04 s [hourglass] iso8601 date: OK
  6703. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6704. 2497.04 s [hourglass] unix seconds: OK
  6705. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6706. 2497.04 s [hourglass] parsing
  6707. 2497.04 s [hourglass] iso8601 date: OK
  6708. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6709. 2497.04 s [hourglass] timezone: OK
  6710. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6711. 2497.04 s [hourglass] custom-1: OK
  6712. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6713. 2497.04 s [hourglass] custom-2: OK
  6714. 2497.04 s [hourglass] +++ OK, passed 100 tests.
  6715. 2497.04 s [hourglass] Regression Tests
  6716. 2497.04 s [hourglass] Real instance of ElapsedP (#33): OK
  6717. 2497.04 s [hourglass] Real instance of ElapsedP (#33) (2): OK
  6718. 2497.04 s [hourglass]
  6719. 2497.04 s [hourglass] All 21 tests passed (0.04s)
  6720. 2497.04 s [hourglass] Test suite test-hourglass: PASS
  6721. 2497.04 s [hourglass] Test suite logged to: dist/test/hourglass-0.2.12-test-hourglass.log
  6722. 2497.04 s [hourglass] 1 of 1 test suites (1 of 1 test cases) passed.
  6723. 2497.04 s [hourglass] Phase: haddockPhase
  6724. 2497.04 s [hourglass] Preprocessing library for hourglass-0.2.12..
  6725. 2497.04 s [hourglass] Running Haddock on library for hourglass-0.2.12..
  6726. 2497.04 s [hourglass] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  6727. 2497.04 s [hourglass] 100% ( 23 / 23) in 'Time.Types'
  6728. 2497.04 s [hourglass] 100% ( 2 / 2) in 'Data.Hourglass.Types'
  6729. 2497.04 s [hourglass]
  6730. 2497.04 s [hourglass] Data/Hourglass/Internal/Unix.hs:24:1: warning: [-Wunused-imports]
  6731. 2497.04 s [hourglass] The import of ‘Control.Applicative’ is redundant
  6732. 2497.04 s [hourglass] except perhaps to import instances from ‘Control.Applicative’
  6733. 2497.05 s [hourglass] To import instances alone, use: import Control.Applicative()
  6734. 2497.05 s [hourglass] |
  6735. 2497.05 s [hourglass] 24 | import Control.Applicative
  6736. 2497.05 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  6737. 2497.05 s [hourglass]
  6738. 2497.05 s [hourglass] Data/Hourglass/Diff.hs:23:1: warning: [-Wunused-imports]
  6739. 2497.05 s [hourglass] The import of ‘Data.Monoid’ is redundant
  6740. 2497.05 s [hourglass] except perhaps to import instances from ‘Data.Monoid’
  6741. 2497.05 s [hourglass] To import instances alone, use: import Data.Monoid()
  6742. 2497.05 s [hourglass] |
  6743. 2497.05 s [hourglass] 23 | import Data.Monoid
  6744. 2497.05 s [hourglass] | ^^^^^^^^^^^^^^^^^^
  6745. 2497.05 s [hourglass]
  6746. 2497.05 s [hourglass] Data/Hourglass/Diff.hs:49:5: warning: [-Wnoncanonical-monoid-instances]
  6747. 2497.05 s [hourglass] Noncanonical ‘mappend’ definition detected
  6748. 2497.05 s [hourglass] in the instance declaration for ‘Monoid Period’.
  6749. 2497.05 s [hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  6750. 2497.05 s [hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  6751. 2497.05 s [hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  6752. 2497.05 s [hourglass] |
  6753. 2497.05 s [hourglass] 49 | mappend (Period y1 m1 d1) (Period y2 m2 d2) =
  6754. 2497.05 s [monad-control] shrinking /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSmonad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI-ghc9.6.4.so
  6755. 2497.05 s [monad-control] checking for references to /build/ in /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1...
  6756. 2497.05 s [monad-control] patching script interpreter paths in /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1
  6757. 2497.05 s [monad-control] stripping (with command strip and flags -S -p) in /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1/lib
  6758. 2497.05 s [monad-control] shrinking RPATHs of ELF executables and libraries in /nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc
  6759. 2497.05 s [monad-control] checking for references to /build/ in /nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc...
  6760. 2497.05 s [monad-control] patching script interpreter paths in /nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc
  6761. 2497.05 s [network-uri] testURIRef027: OK
  6762. 2497.05 s [network-uri] testURIRef028: OK
  6763. 2497.05 s [network-uri] testURIRef029: OK
  6764. 2497.05 s [network-uri] testURIRef031: OK
  6765. 2497.05 s [network-uri] testURIRef032: OK
  6766. 2497.05 s [network-uri] testURIRef033: OK
  6767. 2497.05 s [network-uri] testURIRef034: OK
  6768. 2497.05 s [network-uri] testURIRef035: OK
  6769. 2497.05 s [network-uri] testURIRef036: OK
  6770. 2497.05 s [network-uri] testURIRef037: OK
  6771. 2497.05 s [network-uri] testURIRef038: OK
  6772. 2497.05 s [network-uri] testURIRef039: OK
  6773. 2497.05 s [network-uri] testURIRef040: OK
  6774. 2497.05 s [network-uri] testURIRef041: OK
  6775. 2497.05 s [network-uri] testURIRef042: OK
  6776. 2497.05 s [network-uri] testURIRef043: OK
  6777. 2497.05 s [network-uri] testURIRef044: OK
  6778. 2497.05 s [network-uri] testURIRef045: OK
  6779. 2497.05 s [network-uri] testURIRef046: OK
  6780. 2497.05 s [network-uri] testURIRef047: OK
  6781. 2497.05 s [network-uri] testURIRef048: OK
  6782. 2497.05 s [network-uri] testURIRef049: OK
  6783. 2497.05 s [network-uri] testURIRef050: OK
  6784. 2497.05 s [network-uri] testURIRef051: OK
  6785. 2497.05 s [network-uri] testURIRef052: OK
  6786. 2497.05 s [network-uri] testURIRef053: OK
  6787. 2497.05 s [network-uri] testURIRef054: OK
  6788. 2497.05 s [network-uri] testURIRef055: OK
  6789. 2497.05 s [network-uri] testURIRef056: OK
  6790. 2497.05 s [network-uri] testURIRef057: OK
  6791. 2497.05 s [network-uri] testURIRef058: OK
  6792. 2497.05 s [network-uri] testURIRef059: OK
  6793. 2497.05 s [network-uri] testURIRef060: OK
  6794. 2497.05 s [network-uri] testURIRef061: OK
  6795. 2497.05 s [network-uri] testURIRef062: OK
  6796. 2497.05 s [network-uri] testURIRef063: OK
  6797. 2497.05 s [network-uri] testURIRef064: OK
  6798. 2497.05 s [network-uri] testURIRef065: OK
  6799. 2497.05 s [network-uri] testURIRef066: OK
  6800. 2497.05 s [network-uri] testURIRef067: OK
  6801. 2497.05 s [network-uri] testURIRef068: OK
  6802. 2497.05 s [network-uri] testURIRef069: OK
  6803. 2497.05 s [network-uri] testURIRef070: OK
  6804. 2497.05 s [network-uri] testURIRef071: OK
  6805. 2497.05 s [network-uri] testURIRef072: OK
  6806. 2497.05 s [network-uri] testURIRef073: OK
  6807. 2497.05 s [network-uri] testURIRef074: OK
  6808. 2497.05 s [network-uri] testURIRef075: OK
  6809. 2497.05 s [network-uri] testURIRef076: OK
  6810. 2497.05 s [network-uri] testURIRef077: OK
  6811. 2497.05 s [network-uri] testURIRef080: OK
  6812. 2497.05 s [network-uri] testURIRef081: OK
  6813. 2497.05 s [network-uri] testURIRef082: OK
  6814. 2497.05 s [network-uri] testURIRef083: OK
  6815. 2497.05 s [network-uri] testURIRef084: OK
  6816. 2497.05 s [network-uri] testURIRef085: OK
  6817. 2497.05 s [network-uri] testURIRef086: OK
  6818. 2497.05 s [network-uri] testURIRef087: OK
  6819. 2497.05 s [network-uri] testURIRef090: OK
  6820. 2497.05 s [network-uri] testURIRef091: OK
  6821. 2497.05 s [network-uri] testURIRef092: OK
  6822. 2497.05 s [network-uri] testURIRef093: OK
  6823. 2497.05 s [network-uri] testURIRef094: OK
  6824. 2497.05 s [network-uri] testURIRef095: OK
  6825. 2497.05 s [network-uri] testURIRef096: OK
  6826. 2497.05 s [network-uri] testURIRef097: OK
  6827. 2497.05 s [network-uri] testURIRef098: OK
  6828. 2497.05 s [network-uri] testURIRef101: OK
  6829. 2497.05 s [network-uri] testURIRef102: OK
  6830. 2497.05 s [network-uri] testURIRef103: OK
  6831. 2497.05 s [network-uri] testURIRef104: OK
  6832. 2497.05 s [network-uri] testURIRef105: OK
  6833. 2497.05 s [network-uri] testURIRef106: OK
  6834. 2497.05 s [network-uri] testURIRef107: OK
  6835. 2497.05 s [network-uri] testURIRef108: OK
  6836. 2497.05 s [network-uri] testURIRef111: OK
  6837. 2497.05 s [network-uri] testURIRef112: OK
  6838. 2497.05 s [network-uri] testURIRef113: OK (0.02s)
  6839. 2497.05 s [network-uri] testURIRef114: OK
  6840. 2497.05 s [network-uri] testURIRef115: OK
  6841. 2497.05 s [network-uri] testURIRef116: OK
  6842. 2497.05 s [network-uri] testURIRef117: OK
  6843. 2497.05 s [network-uri] testURIRef118: OK
  6844. 2497.05 s [network-uri] testURIRef119: OK
  6845. 2497.05 s [network-uri] testURIRef120: OK
  6846. 2497.05 s [network-uri] testURIRef121: OK
  6847. 2497.05 s [network-uri] testURIRef122: OK
  6848. 2497.05 s [network-uri] Test URIrefs
  6849. 2497.05 s [network-uri] testComponent01: OK
  6850. 2497.05 s [network-uri] testComponent02: OK
  6851. 2497.05 s [network-uri] testComponent03: OK
  6852. 2497.05 s [network-uri] testComponent04: OK
  6853. 2497.05 s [network-uri] testComponent05: OK
  6854. 2497.05 s [network-uri] testComponent06: OK
  6855. 2497.05 s [network-uri] testComponent07: OK
  6856. 2497.05 s [network-uri] testComponent11: OK
  6857. 2497.05 s [network-uri] testComponent12: OK
  6858. 2497.05 s [network-uri] Test Relative URIs
  6859. 2497.05 s [network-uri] testRelative01: OK
  6860. 2497.06 s [network-uri] testRelative02: OK
  6861. 2497.06 s [network-uri] testRelative03: OK
  6862. 2497.06 s [network-uri] testRelative04: OK
  6863. 2497.06 s [network-uri] testRelative05: OK
  6864. 2497.06 s [network-uri] testRelative06: OK
  6865. 2497.06 s [network-uri] testRelative07: OK
  6866. 2497.06 s [network-uri] testRelative08: OK
  6867. 2497.06 s [network-uri] testRelative09: OK
  6868. 2497.06 s [network-uri] testRelative10: OK
  6869. 2497.06 s [network-uri] testRelative11: OK
  6870. 2497.55 s [validity:post-build] Uploading to the NixCI cache: /nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0 /nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc
  6871. 2498.09 s [validity:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6872. 2498.86 s [validity:post-build] copying 2 paths...
  6873. 2498.86 s [validity:post-build] copying path '/nix/store/dmml2qvqxgkas2x574bivg70si28rvax-validity-0.12.1.0-doc' to 'https://cache.nix-ci.com'...
  6874. 2500.37 s [validity:post-build] copying path '/nix/store/8g57bbismq7h31lwdpbfspxv9awyfqb7-validity-0.12.1.0' to 'https://cache.nix-ci.com'...
  6875. 2503.77 s [validity:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6876. 2504.48 s [validity:post-build] copying 1 paths...
  6877. 2504.48 s [validity:post-build] copying path '/nix/store/h1v9g1xfpvsnvspcgbqhm7454hiq3v46-validity-0.12.1.0.drv' to 'https://cache.nix-ci.com'...
  6878. 2506.46 s Uploaded validity in 9.0s
  6879. 2506.46 s Progress: 124 of 211 built (12 building), 298 of 298 downloaded from cache
  6880. 2506.46 s Built validity in 1m57s
  6881. 2506.81 s Building /nix/store/gdi5p0dx3iihvh8xjw4j486ji1jsykwg-genvalidity-1.1.1.0.drv
  6882. 2506.81 s [doctest] [ 3 of 42] Compiling Cabal.Paths ( src/Cabal/Paths.hs, dist/build/spec/spec-tmp/Cabal/Paths.o )
  6883. 2506.81 s [doctest] [ 4 of 42] Compiling Cabal.Options ( src/Cabal/Options.hs, dist/build/spec/spec-tmp/Cabal/Options.o )
  6884. 2506.81 s [doctest] [ 5 of 42] Compiling Cabal.OptionsSpec ( test/Cabal/OptionsSpec.hs, dist/build/spec/spec-tmp/Cabal/OptionsSpec.o )
  6885. 2506.81 s [doctest] [ 6 of 42] Compiling Language.Haskell.GhciWrapper ( src/Language/Haskell/GhciWrapper.hs, dist/build/spec/spec-tmp/Language/Haskell/GhciWrapper.o )
  6886. 2506.81 s [doctest] [ 7 of 42] Compiling Interpreter ( src/Interpreter.hs, dist/build/spec/spec-tmp/Interpreter.o )
  6887. 2506.81 s [doctest] [ 8 of 42] Compiling InterpreterSpec ( test/InterpreterSpec.hs, dist/build/spec/spec-tmp/InterpreterSpec.o )
  6888. 2506.81 s [doctest] [ 9 of 42] Compiling Info ( src/Info.hs, dist/build/spec/spec-tmp/Info.o )
  6889. 2506.81 s [doctest] [10 of 42] Compiling InfoSpec ( test/InfoSpec.hs, dist/build/spec/spec-tmp/InfoSpec.o )
  6890. 2506.81 s [doctest] [11 of 42] Compiling Cabal ( src/Cabal.hs, dist/build/spec/spec-tmp/Cabal.o )
  6891. 2506.81 s [doctest] [12 of 42] Compiling Cabal.PathsSpec ( test/Cabal/PathsSpec.hs, dist/build/spec/spec-tmp/Cabal/PathsSpec.o )
  6892. 2506.81 s [doctest] [13 of 42] Compiling Language.Haskell.GhciWrapperSpec ( test/Language/Haskell/GhciWrapperSpec.hs, dist/build/spec/spec-tmp/Language/Haskell/GhciWrapperSpec.o )
  6893. 2506.81 s [doctest] [14 of 42] Compiling Location ( src/Location.hs, dist/build/spec/spec-tmp/Location.o )
  6894. 2506.81 s [doctest] [15 of 42] Compiling LocationSpec ( test/LocationSpec.hs, dist/build/spec/spec-tmp/LocationSpec.o )
  6895. 2506.81 s [doctest] [16 of 42] Compiling Options ( src/Options.hs, dist/build/spec/spec-tmp/Options.o )
  6896. 2506.81 s [doctest] [17 of 42] Compiling OptionsSpec ( test/OptionsSpec.hs, dist/build/spec/spec-tmp/OptionsSpec.o )
  6897. 2506.81 s [doctest] [18 of 42] Compiling PackageDBs ( src/PackageDBs.hs, dist/build/spec/spec-tmp/PackageDBs.o )
  6898. 2506.81 s [doctest] [19 of 42] Compiling PackageDBsSpec ( test/PackageDBsSpec.hs, dist/build/spec/spec-tmp/PackageDBsSpec.o )
  6899. 2506.81 s [doctest] [20 of 42] Compiling Paths_doctest ( dist/build/spec/autogen/Paths_doctest.hs, dist/build/spec/spec-tmp/Paths_doctest.o )
  6900. 2506.81 s [doctest] [21 of 42] Compiling Test.DocTest.Internal.Cabal ( src/Test/DocTest/Internal/Cabal.hs, dist/build/spec/spec-tmp/Test/DocTest/Internal/Cabal.o )
  6901. 2506.81 s [doctest] [22 of 42] Compiling Test.DocTest.Internal.Location ( src/Test/DocTest/Internal/Location.hs, dist/build/spec/spec-tmp/Test/DocTest/Internal/Location.o )
  6902. 2506.81 s [doctest] [23 of 42] Compiling Util ( src/Util.hs, dist/build/spec/spec-tmp/Util.o )
  6903. 2506.81 s [doctest] [24 of 42] Compiling Extract ( src/Extract.hs, dist/build/spec/spec-tmp/Extract.o )
  6904. 2506.81 s [doctest] [25 of 42] Compiling Test.DocTest.Internal.Extract ( src/Test/DocTest/Internal/Extract.hs, dist/build/spec/spec-tmp/Test/DocTest/Internal/Extract.o )
  6905. 2506.81 s [doctest] [26 of 42] Compiling Parse ( src/Parse.hs, dist/build/spec/spec-tmp/Parse.o )
  6906. 2507.29 s [generic-deriving:post-build] Uploading to the NixCI cache: /nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6 /nix/store/gdhq9z2cphbq5misz1nyr4lcrxbkqr2x-generic-deriving-1.14.6-doc
  6907. 2508.30 s [generic-deriving:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6908. 2508.78 s [generic-deriving:post-build] copying 2 paths...
  6909. 2508.79 s [generic-deriving:post-build] copying path '/nix/store/gdhq9z2cphbq5misz1nyr4lcrxbkqr2x-generic-deriving-1.14.6-doc' to 'https://cache.nix-ci.com'...
  6910. 2512.56 s [generic-deriving:post-build] copying path '/nix/store/4b5vsgd9bm5a4dbifi2pwhfl04cff0lr-generic-deriving-1.14.6' to 'https://cache.nix-ci.com'...
  6911. 2528.66 s [generic-deriving:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6912. 2529.62 s [generic-deriving:post-build] copying 1 paths...
  6913. 2529.63 s [generic-deriving:post-build] copying path '/nix/store/jh7cmc7zadd7bs5x3xzzrnj7l0qvlh7y-generic-deriving-1.14.6.drv' to 'https://cache.nix-ci.com'...
  6914. 2530.62 s Uploaded generic-deriving in 23.4s
  6915. 2530.63 s Progress: 125 of 211 built (12 building), 298 of 298 downloaded from cache
  6916. 2530.63 s Built generic-deriving in 5m25s
  6917. 2530.63 s [hashable] Phase: fixupPhase
  6918. 2530.63 s [hashable] shrinking RPATHs of ELF executables and libraries in /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0
  6919. 2530.63 s [hashable] shrinking /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHShashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts-ghc9.6.4.so
  6920. 2530.63 s [hashable] checking for references to /build/ in /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0...
  6921. 2530.63 s [hashable] patching script interpreter paths in /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0
  6922. 2530.63 s [hashable] stripping (with command strip and flags -S -p) in /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0/lib
  6923. 2530.63 s [hashable] shrinking RPATHs of ELF executables and libraries in /nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc
  6924. 2530.63 s [hashable] checking for references to /build/ in /nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc...
  6925. 2530.63 s [hashable] patching script interpreter paths in /nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc
  6926. 2530.63 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:17: warning: [-Wunused-matches]
  6927. 2530.63 s [haskell-src-exts] Defined but not used: ‘y’
  6928. 2530.63 s [haskell-src-exts] |
  6929. 2530.63 s [haskell-src-exts] 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
  6930. 2530.63 s [haskell-src-exts] | ^
  6931. 2530.63 s [haskell-src-exts]
  6932. 2530.63 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:32: warning: [-Wunused-matches]
  6933. 2530.63 s [haskell-src-exts] Defined but not used: ‘x’
  6934. 2530.63 s [haskell-src-exts] |
  6935. 2530.63 s [haskell-src-exts] 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
  6936. 2530.63 s [haskell-src-exts] | ^
  6937. 2530.63 s [haskell-src-exts]
  6938. 2530.63 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:46:48: warning: [-Wunused-matches]
  6939. 2530.63 s [haskell-src-exts] Defined but not used: ‘xs’
  6940. 2530.63 s [haskell-src-exts] |
  6941. 2530.63 s [haskell-src-exts] 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment")
  6942. 2530.63 s [haskell-src-exts] | ^^
  6943. 2530.63 s [haskell-src-exts]
  6944. 2530.63 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:47:10: warning: [-Wunused-matches]
  6945. 2530.63 s [haskell-src-exts] Defined but not used: ‘file’
  6946. 2530.63 s [haskell-src-exts] |
  6947. 2530.63 s [haskell-src-exts] 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
  6948. 2530.63 s [haskell-src-exts] | ^^^^
  6949. 2530.63 s [haskell-src-exts]
  6950. 2530.63 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:47:15: warning: [-Wunused-matches]
  6951. 2530.63 s [haskell-src-exts] Defined but not used: ‘n’
  6952. 2530.63 s [haskell-src-exts] |
  6953. 2530.63 s [haskell-src-exts] 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs
  6954. 2530.63 s [haskell-src-exts] | ^
  6955. 2530.63 s [haskell-src-exts]
  6956. 2530.63 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:17: warning: [-Wunused-matches]
  6957. 2530.63 s [haskell-src-exts] Defined but not used: ‘y’
  6958. 2530.63 s [haskell-src-exts] |
  6959. 2530.63 s [haskell-src-exts] 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
  6960. 2530.63 s [haskell-src-exts] | ^
  6961. 2530.63 s [haskell-src-exts]
  6962. 2530.63 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:32: warning: [-Wunused-matches]
  6963. 2530.63 s [haskell-src-exts] Defined but not used: ‘x’
  6964. 2530.63 s [haskell-src-exts] |
  6965. 2530.63 s [haskell-src-exts] 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
  6966. 2530.63 s [haskell-src-exts] | ^
  6967. 2530.63 s [haskell-src-exts]
  6968. 2530.63 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:49:48: warning: [-Wunused-matches]
  6969. 2530.63 s [haskell-src-exts] Defined but not used: ‘xs’
  6970. 2530.63 s [haskell-src-exts] |
  6971. 2530.63 s [haskell-src-exts] 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program")
  6972. 2530.63 s [haskell-src-exts] | ^^
  6973. 2530.63 s [haskell-src-exts]
  6974. 2530.63 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:50:10: warning: [-Wunused-matches]
  6975. 2530.63 s [haskell-src-exts] Defined but not used: ‘file’
  6976. 2530.63 s [haskell-src-exts] |
  6977. 2530.63 s [haskell-src-exts] 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
  6978. 2530.63 s [haskell-src-exts] | ^^^^
  6979. 2530.63 s [haskell-src-exts]
  6980. 2530.63 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:50:15: warning: [-Wunused-matches]
  6981. 2530.63 s [haskell-src-exts] Defined but not used: ‘n’
  6982. 2530.63 s [haskell-src-exts] |
  6983. 2530.63 s [haskell-src-exts] 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs
  6984. 2530.63 s [haskell-src-exts] | ^
  6985. 2530.63 s [haskell-src-exts]
  6986. 2530.63 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:52:10: warning: [-Wunused-matches]
  6987. 2530.63 s [haskell-src-exts] Defined but not used: ‘file’
  6988. 2530.63 s [haskell-src-exts] |
  6989. 2530.63 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  6990. 2530.63 s [hourglass]
  6991. 2530.63 s [hourglass] Data/Hourglass/Diff.hs:70:5: warning: [-Wnoncanonical-monoid-instances]
  6992. 2530.63 s [hourglass] Noncanonical ‘mappend’ definition detected
  6993. 2530.63 s [hourglass] in the instance declaration for ‘Monoid Duration’.
  6994. 2530.63 s [hourglass] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  6995. 2530.63 s [hourglass] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  6996. 2530.64 s [hourglass] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  6997. 2530.64 s [hourglass] |
  6998. 2530.64 s [hourglass] 70 | mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
  6999. 2530.64 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  7000. 2530.64 s [hourglass] 100% ( 9 / 9) in 'Data.Hourglass.Epoch'
  7001. 2530.64 s [hourglass] 100% ( 10 / 10) in 'Time.System'
  7002. 2530.64 s [hourglass]
  7003. 2530.64 s [hourglass] Time/System.hs:23:1: warning: [-Wunused-imports]
  7004. 2530.64 s [hourglass] The import of ‘Control.Applicative’ is redundant
  7005. 2530.64 s [hourglass] except perhaps to import instances from ‘Control.Applicative’
  7006. 2530.64 s [hourglass] To import instances alone, use: import Control.Applicative()
  7007. 2530.64 s [hourglass] |
  7008. 2530.64 s [hourglass] 23 | import Control.Applicative
  7009. 2530.64 s [hourglass] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  7010. 2530.64 s [hourglass] 100% ( 2 / 2) in 'System.Hourglass'
  7011. 2530.64 s [hourglass] Warning: 'Jan' is out of scope.
  7012. 2530.64 s [hourglass] If you qualify the identifier, haddock can try to link it anyway.
  7013. 2530.64 s [hourglass] Warning: 'Feb' is out of scope.
  7014. 2530.64 s [hourglass] If you qualify the identifier, haddock can try to link it anyway.
  7015. 2530.64 s [hourglass] 100% ( 57 / 57) in 'Data.Hourglass'
  7016. 2530.64 s [hourglass] 100% ( 4 / 4) in 'Time.Compat'
  7017. 2530.64 s [hourglass] 100% ( 2 / 2) in 'Data.Hourglass.Compat'
  7018. 2530.64 s [hourglass] Documentation created: dist/doc/html/hourglass/index.html,
  7019. 2530.64 s [hourglass] dist/doc/html/hourglass/hourglass.txt
  7020. 2530.64 s [hourglass] Preprocessing test suite 'test-hourglass' for hourglass-0.2.12..
  7021. 2530.64 s [hourglass] Phase: installPhase
  7022. 2530.64 s [hourglass] Installing library in /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  7023. 2530.64 s [hourglass] Phase: fixupPhase
  7024. 2530.64 s [hourglass] shrinking RPATHs of ELF executables and libraries in /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12
  7025. 2530.64 s [hourglass] shrinking /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHShourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg-ghc9.6.4.so
  7026. 2530.64 s [hourglass] checking for references to /build/ in /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12...
  7027. 2530.64 s [hourglass] patching script interpreter paths in /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12
  7028. 2530.64 s [hourglass] stripping (with command strip and flags -S -p) in /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12/lib
  7029. 2530.64 s [iproute] Phase: setupCompilerEnvironmentPhase
  7030. 2530.64 s [iproute] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  7031. 2530.64 s [iproute] Phase: unpackPhase
  7032. 2530.64 s [iproute] unpacking source archive /nix/store/z9ld7cyjs77cik4fi2yrgshpnicyl7k2-iproute-1.7.15.tar.gz
  7033. 2530.64 s [iproute] source root is iproute-1.7.15
  7034. 2530.64 s [iproute] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "iproute-1.7.15/test/Spec.hs"
  7035. 2530.64 s [iproute] Phase: patchPhase
  7036. 2530.64 s [iproute] Phase: compileBuildDriverPhase
  7037. 2530.64 s [iproute] setupCompileFlags: -package-db=/build/tmp.0Z5kgMZ5Vy/setup-package.conf.d -threaded
  7038. 2530.64 s [iproute] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.0Z5kgMZ5Vy/Main.o )
  7039. 2530.64 s [iproute] [2 of 2] Linking Setup
  7040. 2530.64 s [iproute] Phase: updateAutotoolsGnuConfigScriptsPhase
  7041. 2530.64 s [iproute] Phase: configurePhase
  7042. 2530.64 s [iproute] configureFlags: --verbose --prefix=/nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc/share/doc/iproute-1.7.15 --with-gcc=gcc --package-db=/build/tmp.0Z5kgMZ5Vy/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  7043. 2530.64 s [iproute] Using Parsec parser
  7044. 2530.64 s [iproute] Configuring iproute-1.7.15...
  7045. 2530.88 s [monad-control:post-build] Uploading to the NixCI cache: /nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1 /nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc
  7046. 2531.30 s [monad-control:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7047. 2531.89 s [monad-control:post-build] copying 2 paths...
  7048. 2531.89 s [monad-control:post-build] copying path '/nix/store/mmqf74fp2d0a4rmc4y81rj897k010pvg-monad-control-1.0.3.1-doc' to 'https://cache.nix-ci.com'...
  7049. 2533.24 s [monad-control:post-build] copying path '/nix/store/casn21ns8p22l56hv80znqwr0m7amjg8-monad-control-1.0.3.1' to 'https://cache.nix-ci.com'...
  7050. 2535.60 s [monad-control:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7051. 2536.21 s [monad-control:post-build] copying 1 paths...
  7052. 2536.21 s [monad-control:post-build] copying path '/nix/store/1agrz359vibjsvflxcgkwdabrpk4q8vl-monad-control-1.0.3.1.drv' to 'https://cache.nix-ci.com'...
  7053. 2537.78 s Uploaded monad-control in 7.0s
  7054. 2537.78 s Progress: 126 of 212 built (11 building), 298 of 298 downloaded from cache
  7055. 2537.78 s Built monad-control in 1m44s
  7056. 2537.78 s [network-uri] testRelative12: OK
  7057. 2537.78 s [network-uri] testRelative13: OK
  7058. 2537.78 s [network-uri] testRelative14: OK
  7059. 2537.79 s [network-uri] testRelative15: OK
  7060. 2537.79 s [network-uri] testRelative16: OK
  7061. 2537.79 s [network-uri] testRelative17: OK
  7062. 2537.79 s [network-uri] testRelative18: OK
  7063. 2537.79 s [network-uri] testRelative19: OK
  7064. 2537.79 s [network-uri] testRelative20: OK
  7065. 2537.79 s [network-uri] testRelative21: OK
  7066. 2537.79 s [network-uri] testRelative22: OK
  7067. 2537.79 s [network-uri] testRelative23: OK
  7068. 2537.79 s [network-uri] testRelative24: OK
  7069. 2537.79 s [network-uri] testRelative25: OK
  7070. 2537.79 s [network-uri] testRelative26: OK
  7071. 2537.79 s [network-uri] testRelative27: OK
  7072. 2537.79 s [network-uri] testRelative28: OK
  7073. 2537.79 s [network-uri] testRelative29: OK
  7074. 2537.79 s [network-uri] testRelative30: OK
  7075. 2537.79 s [network-uri] testRelative31: OK
  7076. 2537.79 s [network-uri] testRelative32: OK
  7077. 2537.79 s [network-uri] testRelative33: OK
  7078. 2537.79 s [network-uri] testRelative34: OK
  7079. 2537.79 s [network-uri] testRelative35: OK
  7080. 2537.79 s [network-uri] testRelative36: OK
  7081. 2537.79 s [network-uri] testRelative37: OK
  7082. 2537.79 s [network-uri] testRelative38: OK
  7083. 2537.79 s [network-uri] testRelative39: OK
  7084. 2537.79 s [network-uri] testRelative40: OK
  7085. 2537.79 s [network-uri] testRelative41: OK
  7086. 2537.79 s [network-uri] testRelative42: OK
  7087. 2537.79 s [network-uri] testRelative43: OK
  7088. 2537.79 s [network-uri] testRelative44: OK
  7089. 2537.79 s [network-uri] testRelative45: OK
  7090. 2537.79 s [network-uri] testRelative46: OK
  7091. 2537.79 s [network-uri] testRelative47: OK
  7092. 2537.79 s [network-uri] testRelative48: OK
  7093. 2537.79 s [network-uri] testRelative49: OK
  7094. 2537.79 s [network-uri] testRelative50: OK
  7095. 2537.79 s [network-uri] testRelative51: OK
  7096. 2537.79 s [network-uri] testRelative52: OK
  7097. 2537.79 s [network-uri] testRelative53: OK
  7098. 2537.79 s [network-uri] testRelative54: OK
  7099. 2537.79 s [network-uri] testRelative55: OK
  7100. 2537.79 s [network-uri] testRelative56: OK
  7101. 2537.79 s [network-uri] testRelative57: OK
  7102. 2537.79 s [network-uri] testRelative60: OK
  7103. 2537.79 s [network-uri] testRelative61: OK
  7104. 2537.79 s [network-uri] testRelative62: OK
  7105. 2537.79 s [network-uri] testRelative63: OK
  7106. 2537.79 s [network-uri] testRelative64: OK
  7107. 2537.79 s [network-uri] testRelative65: OK
  7108. 2537.79 s [network-uri] testRelative70: OK
  7109. 2537.79 s [network-uri] testRelative71: OK
  7110. 2537.79 s [network-uri] testRelative72: OK
  7111. 2537.79 s [network-uri] testRelative73: OK
  7112. 2537.79 s [network-uri] testRelative74: OK
  7113. 2537.79 s [network-uri] testRelative75: OK
  7114. 2537.79 s [network-uri] testRelative76: OK
  7115. 2537.79 s [network-uri] testRelative77: OK
  7116. 2537.79 s [network-uri] testRelative78: OK
  7117. 2537.79 s [network-uri] testRelative79: OK
  7118. 2537.79 s [network-uri] testRelative80: OK
  7119. 2537.79 s [network-uri] testRelative81: OK
  7120. 2537.79 s [network-uri] testRelative91: OK
  7121. 2537.79 s [network-uri] testRelative92: OK
  7122. 2537.79 s [network-uri] testRelative93: OK
  7123. 2537.79 s [network-uri] testRelative94: OK
  7124. 2537.79 s [network-uri] testRelative95: OK
  7125. 2537.79 s [network-uri] testRelative96: OK
  7126. 2537.79 s [network-uri] testRelative97: OK
  7127. 2537.79 s [network-uri] testRelative98: OK
  7128. 2537.79 s [network-uri] testRelative99: OK
  7129. 2537.79 s [network-uri] Test RFC2396 examples
  7130. 2537.79 s [network-uri] testRFC01: OK
  7131. 2537.79 s [network-uri] testRFC02: OK
  7132. 2537.79 s [network-uri] testRFC03: OK
  7133. 2537.79 s [network-uri] testRFC04: OK
  7134. 2537.79 s [network-uri] testRFC05: OK
  7135. 2537.79 s [network-uri] testRFC06: OK
  7136. 2537.79 s [network-uri] testRFC07: OK
  7137. 2537.79 s [network-uri] testRFC08: OK
  7138. 2537.79 s [network-uri] testRFC09: OK
  7139. 2537.80 s [network-uri] testRFC10: OK
  7140. 2537.80 s [network-uri] testRFC11: OK
  7141. 2537.80 s [network-uri] testRFC12: OK
  7142. 2537.80 s [network-uri] testRFC13: OK
  7143. 2537.80 s [network-uri] testRFC14: OK
  7144. 2537.80 s [network-uri] testRFC15: OK
  7145. 2537.80 s [network-uri] testRFC16: OK
  7146. 2537.80 s [network-uri] testRFC17: OK
  7147. 2537.80 s [network-uri] testRFC18: OK
  7148. 2537.80 s [network-uri] testRFC19: OK
  7149. 2537.80 s [network-uri] testRFC20: OK
  7150. 2537.80 s [network-uri] testRFC21: OK
  7151. 2537.80 s [network-uri] testRFC22: OK
  7152. 2537.80 s [network-uri] testRFC23: OK
  7153. 2537.80 s [network-uri] testRFC24: OK
  7154. 2537.80 s [network-uri] testRFC31: OK
  7155. 2537.80 s [network-uri] testRFC32: OK
  7156. 2537.80 s [network-uri] testRFC33: OK
  7157. 2537.80 s [network-uri] testRFC34: OK
  7158. 2537.80 s [network-uri] testRFC35: OK
  7159. 2537.80 s [network-uri] testRFC36: OK
  7160. 2537.80 s [network-uri] testRFC37: OK
  7161. 2537.80 s [network-uri] testRFC38: OK
  7162. 2537.80 s [network-uri] testRFC39: OK
  7163. 2537.80 s [network-uri] testRFC40: OK
  7164. 2537.80 s [socks] Phase: setupCompilerEnvironmentPhase
  7165. 2537.80 s [socks] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  7166. 2537.80 s [socks] Phase: unpackPhase
  7167. 2537.80 s [socks] unpacking source archive /nix/store/jyfh3j96vxixnjp9aljkx51yjqw0ik9a-socks-0.6.1.tar.gz
  7168. 2537.80 s [socks] source root is socks-0.6.1
  7169. 2537.80 s [socks] setting SOURCE_DATE_EPOCH to timestamp 1569839803 of file "socks-0.6.1/socks.cabal"
  7170. 2537.80 s [socks] Phase: patchPhase
  7171. 2537.80 s [socks] Phase: compileBuildDriverPhase
  7172. 2537.80 s [socks] setupCompileFlags: -package-db=/build/tmp.WQTOzdn2Z2/setup-package.conf.d -threaded
  7173. 2537.80 s [socks] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.WQTOzdn2Z2/Main.o )
  7174. 2537.80 s [socks] [2 of 2] Linking Setup
  7175. 2537.80 s [socks] Phase: updateAutotoolsGnuConfigScriptsPhase
  7176. 2537.80 s [socks] Phase: configurePhase
  7177. 2537.80 s [socks] configureFlags: --verbose --prefix=/nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc/share/doc/socks-0.6.1 --with-gcc=gcc --package-db=/build/tmp.WQTOzdn2Z2/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  7178. 2537.80 s [socks] Using Parsec parser
  7179. 2537.80 s [socks] Configuring socks-0.6.1...
  7180. 2537.80 s [th-reify-many] Documentation created: dist/doc/html/th-reify-many/index.html,
  7181. 2537.80 s [th-reify-many] dist/doc/html/th-reify-many/th-reify-many.txt
  7182. 2537.80 s [th-reify-many] Preprocessing test suite 'test' for th-reify-many-0.1.10..
  7183. 2537.80 s [th-reify-many] Phase: installPhase
  7184. 2537.80 s [th-reify-many] Installing library in /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
  7185. 2537.80 s [th-reify-many] Phase: fixupPhase
  7186. 2537.80 s [th-reify-many] shrinking RPATHs of ELF executables and libraries in /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10
  7187. 2537.80 s [th-reify-many] shrinking /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSth-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4-ghc9.6.4.so
  7188. 2537.80 s [th-reify-many] checking for references to /build/ in /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10...
  7189. 2537.80 s [th-reify-many] patching script interpreter paths in /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10
  7190. 2537.80 s [th-reify-many] stripping (with command strip and flags -S -p) in /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10/lib
  7191. 2537.80 s [th-reify-many] shrinking RPATHs of ELF executables and libraries in /nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc
  7192. 2537.80 s [th-reify-many] checking for references to /build/ in /nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc...
  7193. 2537.80 s [th-reify-many] patching script interpreter paths in /nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc
  7194. 2537.80 s [zlib] decompress . compress = id (GZip -> GZipOrZlib): OK (2.99s)
  7195. 2537.80 s [zlib] +++ OK, passed 100 tests; 79 discarded.
  7196. 2537.80 s [zlib] concatenated gzip members: OK (2.63s)
  7197. 2537.80 s [zlib] +++ OK, passed 100 tests; 83 discarded.
  7198. 2537.80 s [zlib] multiple gzip members, boundaries (all 2-chunks): OK (0.07s)
  7199. 2537.80 s [zlib] +++ OK, passed 100 tests.
  7200. 2537.80 s [zlib] multiple gzip members, boundaries (all 3-chunks): OK (0.90s)
  7201. 2537.80 s [zlib] +++ OK, passed 100 tests.
  7202. 2537.80 s [zlib] prefixes of valid stream detected as truncated: OK (0.03s)
  7203. 2537.80 s [zlib] +++ OK, passed 100 tests.
  7204. 2537.80 s [zlib] compress works with BSes with non-zero offset: OK (0.01s)
  7205. 2537.80 s [zlib] +++ OK, passed 100 tests; 146 discarded.
  7206. 2537.80 s [zlib] unit tests
  7207. 2537.80 s [zlib] simple gzip case: OK
  7208. 2537.80 s [zlib] +++ OK, passed 1 test.
  7209. 2537.80 s [zlib] detect bad CRC: OK
  7210. 2537.80 s [zlib] +++ OK, passed 1 test.
  7211. 2537.80 s [zlib] detect non-gzip: OK (0.01s)
  7212. 2537.80 s [zlib] +++ OK, passed 100 tests.
  7213. 2537.80 s [zlib] detect custom dictionary: OK
  7214. 2537.80 s [zlib] +++ OK, passed 1 test.
  7215. 2537.80 s [zlib] detect inflate with wrong dict: OK
  7216. 2537.80 s [zlib] +++ OK, passed 1 test.
  7217. 2537.80 s [zlib] detect inflate with right dict: OK
  7218. 2537.80 s [zlib] +++ OK, passed 1 test.
  7219. 2537.80 s [zlib] handle trailing data: OK
  7220. 2537.80 s [zlib] +++ OK, passed 1 test.
  7221. 2537.80 s [zlib] multiple gzip members: OK
  7222. 2537.80 s [zlib] +++ OK, passed 100 tests.
  7223. 2537.80 s [zlib] check small input chunks: OK (0.05s)
  7224. 2537.80 s [zlib] +++ OK, passed 100 tests.
  7225. 2537.80 s [zlib] check empty input: OK
  7226. 2537.80 s [zlib] +++ OK, passed 1 test.
  7227. 2537.80 s [zlib] check exception raised: OK
  7228. 2537.80 s [zlib] +++ OK, passed 1 test.
  7229. 2537.95 s Building /nix/store/kl2rpzzbc1rz78aaqdr93wy1nc3np6zw-distributive-0.6.2.1.drv
  7230. 2538.11 s Building /nix/store/mv66i45lpwyhxs3ycc80wxlkpmnc0fbb-lifted-base-0.2.3.12.drv
  7231. 2538.11 s [crypton] [ 39 of 139] Compiling Crypto.Cipher.Types ( Crypto/Cipher/Types.hs, dist/build/Crypto/Cipher/Types.o, dist/build/Crypto/Cipher/Types.dyn_o )
  7232. 2538.11 s [crypton] [ 40 of 139] Compiling Crypto.ConstructHash.MiyaguchiPreneel ( Crypto/ConstructHash/MiyaguchiPreneel.hs, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.o, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.dyn_o )
  7233. 2538.11 s [crypton] [ 41 of 139] Compiling Crypto.Cipher.Utils ( Crypto/Cipher/Utils.hs, dist/build/Crypto/Cipher/Utils.o, dist/build/Crypto/Cipher/Utils.dyn_o )
  7234. 2538.11 s [crypton] [ 42 of 139] Compiling Crypto.Cipher.TripleDES ( Crypto/Cipher/TripleDES.hs, dist/build/Crypto/Cipher/TripleDES.o, dist/build/Crypto/Cipher/TripleDES.dyn_o )
  7235. 2538.11 s [crypton] [ 43 of 139] Compiling Crypto.Cipher.DES ( Crypto/Cipher/DES.hs, dist/build/Crypto/Cipher/DES.o, dist/build/Crypto/Cipher/DES.dyn_o )
  7236. 2538.11 s [crypton] [ 44 of 139] Compiling Crypto.Cipher.Salsa ( Crypto/Cipher/Salsa.hs, dist/build/Crypto/Cipher/Salsa.o, dist/build/Crypto/Cipher/Salsa.dyn_o )
  7237. 2538.11 s [crypton] [ 45 of 139] Compiling Crypto.Cipher.XSalsa ( Crypto/Cipher/XSalsa.hs, dist/build/Crypto/Cipher/XSalsa.o, dist/build/Crypto/Cipher/XSalsa.dyn_o )
  7238. 2538.11 s [crypton] [ 46 of 139] Compiling Crypto.Cipher.RC4 ( Crypto/Cipher/RC4.hs, dist/build/Crypto/Cipher/RC4.o, dist/build/Crypto/Cipher/RC4.dyn_o )
  7239. 2538.11 s [crypton] [ 47 of 139] Compiling Crypto.Cipher.ChaCha ( Crypto/Cipher/ChaCha.hs, dist/build/Crypto/Cipher/ChaCha.o, dist/build/Crypto/Cipher/ChaCha.dyn_o )
  7240. 2538.11 s [crypton] [ 48 of 139] Compiling Crypto.Cipher.AES.Primitive ( Crypto/Cipher/AES/Primitive.hs, dist/build/Crypto/Cipher/AES/Primitive.o, dist/build/Crypto/Cipher/AES/Primitive.dyn_o )
  7241. 2538.11 s [crypton] [ 49 of 139] Compiling Crypto.Cipher.AES ( Crypto/Cipher/AES.hs, dist/build/Crypto/Cipher/AES.o, dist/build/Crypto/Cipher/AES.dyn_o )
  7242. 2538.11 s [crypton] [ 50 of 139] Compiling Crypto.Internal.Nat ( Crypto/Internal/Nat.hs, dist/build/Crypto/Internal/Nat.o, dist/build/Crypto/Internal/Nat.dyn_o )
  7243. 2538.11 s [crypton] [ 51 of 139] Compiling Crypto.Hash.SHAKE ( Crypto/Hash/SHAKE.hs, dist/build/Crypto/Hash/SHAKE.o, dist/build/Crypto/Hash/SHAKE.dyn_o )
  7244. 2538.11 s [crypton] [ 52 of 139] Compiling Crypto.Hash.Blake2 ( Crypto/Hash/Blake2.hs, dist/build/Crypto/Hash/Blake2.o, dist/build/Crypto/Hash/Blake2.dyn_o )
  7245. 2538.11 s [crypton] [ 53 of 139] Compiling Crypto.Hash.Algorithms ( Crypto/Hash/Algorithms.hs, dist/build/Crypto/Hash/Algorithms.o, dist/build/Crypto/Hash/Algorithms.dyn_o )
  7246. 2538.11 s [crypton] [ 54 of 139] Compiling Crypto.Hash ( Crypto/Hash.hs, dist/build/Crypto/Hash.o, dist/build/Crypto/Hash.dyn_o )
  7247. 2538.11 s [crypton] [ 55 of 139] Compiling Crypto.Internal.WordArray ( Crypto/Internal/WordArray.hs, dist/build/Crypto/Internal/WordArray.o, dist/build/Crypto/Internal/WordArray.dyn_o )
  7248. 2538.11 s [crypton] [ 56 of 139] Compiling Crypto.Cipher.Twofish.Primitive ( Crypto/Cipher/Twofish/Primitive.hs, dist/build/Crypto/Cipher/Twofish/Primitive.o, dist/build/Crypto/Cipher/Twofish/Primitive.dyn_o )
  7249. 2538.11 s [crypton] [ 57 of 139] Compiling Crypto.Cipher.Twofish ( Crypto/Cipher/Twofish.hs, dist/build/Crypto/Cipher/Twofish.o, dist/build/Crypto/Cipher/Twofish.dyn_o )
  7250. 2538.11 s [crypton] [ 58 of 139] Compiling Crypto.Cipher.CAST5.Primitive ( Crypto/Cipher/CAST5/Primitive.hs, dist/build/Crypto/Cipher/CAST5/Primitive.o, dist/build/Crypto/Cipher/CAST5/Primitive.dyn_o )
  7251. 2538.11 s [crypton] [ 59 of 139] Compiling Crypto.Cipher.CAST5 ( Crypto/Cipher/CAST5.hs, dist/build/Crypto/Cipher/CAST5.o, dist/build/Crypto/Cipher/CAST5.dyn_o )
  7252. 2538.11 s [crypton] [ 60 of 139] Compiling Crypto.Cipher.Blowfish.Box ( Crypto/Cipher/Blowfish/Box.hs, dist/build/Crypto/Cipher/Blowfish/Box.o, dist/build/Crypto/Cipher/Blowfish/Box.dyn_o )
  7253. 2538.11 s [crypton] [ 61 of 139] Compiling Crypto.Cipher.Blowfish.Primitive ( Crypto/Cipher/Blowfish/Primitive.hs, dist/build/Crypto/Cipher/Blowfish/Primitive.o, dist/build/Crypto/Cipher/Blowfish/Primitive.dyn_o )
  7254. 2538.11 s [crypton] [ 62 of 139] Compiling Crypto.Cipher.Blowfish ( Crypto/Cipher/Blowfish.hs, dist/build/Crypto/Cipher/Blowfish.o, dist/build/Crypto/Cipher/Blowfish.dyn_o )
  7255. 2538.11 s [crypton] [ 63 of 139] Compiling Crypto.Internal.Words ( Crypto/Internal/Words.hs, dist/build/Crypto/Internal/Words.o, dist/build/Crypto/Internal/Words.dyn_o )
  7256. 2538.11 s [crypton] [ 64 of 139] Compiling Crypto.Cipher.Camellia.Primitive ( Crypto/Cipher/Camellia/Primitive.hs, dist/build/Crypto/Cipher/Camellia/Primitive.o, dist/build/Crypto/Cipher/Camellia/Primitive.dyn_o )
  7257. 2538.11 s [doctest] [27 of 42] Compiling Test.DocTest.Internal.Parse ( src/Test/DocTest/Internal/Parse.hs, dist/build/spec/spec-tmp/Test/DocTest/Internal/Parse.o )
  7258. 2538.11 s [doctest] [28 of 42] Compiling Runner.Example ( src/Runner/Example.hs, dist/build/spec/spec-tmp/Runner/Example.o )
  7259. 2538.11 s [doctest] [29 of 42] Compiling Runner.ExampleSpec ( test/Runner/ExampleSpec.hs, dist/build/spec/spec-tmp/Runner/ExampleSpec.o )
  7260. 2538.11 s [doctest] [30 of 42] Compiling Property ( src/Property.hs, dist/build/spec/spec-tmp/Property.o )
  7261. 2538.11 s [doctest] [31 of 42] Compiling Runner ( src/Runner.hs, dist/build/spec/spec-tmp/Runner.o )
  7262. 2538.11 s [doctest] [32 of 42] Compiling RunnerSpec ( test/RunnerSpec.hs, dist/build/spec/spec-tmp/RunnerSpec.o )
  7263. 2538.12 s [doctest] [33 of 42] Compiling Run ( src/Run.hs, dist/build/spec/spec-tmp/Run.o )
  7264. 2538.12 s [doctest] [34 of 42] Compiling Test.DocTest.Internal.Run ( src/Test/DocTest/Internal/Run.hs, dist/build/spec/spec-tmp/Test/DocTest/Internal/Run.o )
  7265. 2538.12 s [doctest] [35 of 42] Compiling Test.DocTest ( src/Test/DocTest.hs, dist/build/spec/spec-tmp/Test/DocTest.o )
  7266. 2538.12 s [doctest] [36 of 42] Compiling RunSpec ( test/RunSpec.hs, dist/build/spec/spec-tmp/RunSpec.o )
  7267. 2538.12 s [doctest] [37 of 42] Compiling MainSpec ( test/MainSpec.hs, dist/build/spec/spec-tmp/MainSpec.o )
  7268. 2538.12 s [doctest] [38 of 42] Compiling PropertySpec ( test/PropertySpec.hs, dist/build/spec/spec-tmp/PropertySpec.o )
  7269. 2538.12 s [doctest] [39 of 42] Compiling ParseSpec ( test/ParseSpec.hs, dist/build/spec/spec-tmp/ParseSpec.o )
  7270. 2538.12 s [doctest] [40 of 42] Compiling ExtractSpec ( test/ExtractSpec.hs, dist/build/spec/spec-tmp/ExtractSpec.o )
  7271. 2538.12 s [doctest] [41 of 42] Compiling UtilSpec ( test/UtilSpec.hs, dist/build/spec/spec-tmp/UtilSpec.o )
  7272. 2538.12 s [doctest] [42 of 42] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  7273. 2538.12 s [doctest] [43 of 43] Linking dist/build/spec/spec
  7274. 2538.12 s [doctest] buildPhase completed in 2 minutes 40 seconds
  7275. 2538.12 s [doctest] Phase: checkPhase
  7276. 2538.12 s [doctest] Running 1 test suites...
  7277. 2538.12 s [doctest] Test suite spec: RUNNING...
  7278. 2538.12 s [doctest]
  7279. 2538.12 s [doctest] Extract
  7280. 2538.12 s [doctest] extract
  7281. 2538.12 s [doctest] extracts documentation for a top-level declaration [✔]
  7282. 2538.12 s [doctest] extracts documentation from argument list [✔]
  7283. 2538.12 s [doctest] extracts documentation for a type class function [✔]
  7284. 2538.12 s [doctest] extracts documentation from the argument list of a type class function [✔]
  7285. 2538.12 s [doctest] extracts documentation from the module header [✔]
  7286. 2538.12 s [doctest] extracts documentation from imported modules [✔]
  7287. 2538.12 s [doctest] extracts documentation from export list [✔]
  7288. 2538.12 s [doctest] extracts documentation from named chunks [✔]
  7289. 2538.12 s [doctest] returns docstrings in the same order they appear in the source [✔]
  7290. 2538.12 s [doctest] extracts $setup code [✔]
  7291. 2538.12 s [doctest] fails on invalid flags [✔]
  7292. 2538.12 s [doctest] extract (regression tests)
  7293. 2538.12 s [doctest] works with infix operators [✔]
  7294. 2538.12 s [doctest] works with parallel list comprehensions [✔]
  7295. 2538.12 s [doctest] works with list comprehensions in instance definitions [✔]
  7296. 2538.12 s [doctest] works with foreign imports [✔]
  7297. 2538.12 s [doctest] works for rewrite rules [✔]
  7298. 2538.12 s [doctest] works for rewrite rules with type signatures [✔]
  7299. 2538.12 s [doctest] strips CR from dos line endings [✔]
  7300. 2538.12 s [doctest] works with a module that splices in an expression from an other module [✔]
  7301. 2538.12 s [doctest] works for type families and GHC 7.6.1 [✔]
  7302. 2538.12 s [doctest] Info
  7303. 2538.12 s [doctest] formatInfo
  7304. 2538.12 s [doctest] formats --info output [✔]
  7305. 2538.12 s [doctest] Interpreter
  7306. 2538.12 s [doctest] interpreterSupported
  7307. 2538.12 s [doctest] indicates whether GHCi is supported on current platform [✔]
  7308. 2538.12 s [doctest] ghcInfo
  7309. 2538.12 s [doctest] includes "Have interpreter" [✔]
  7310. 2538.12 s [doctest] safeEval
  7311. 2538.12 s [doctest] evaluates an expression [✔]
  7312. 2538.12 s [doctest] returns Left on unterminated multiline command [✔]
  7313. 2538.12 s [doctest] filterExpression
  7314. 2538.12 s [doctest] removes :set -XTemplateHaskell [✔]
  7315. 2538.12 s [doctest] filters -XTemplateHaskell [✔]
  7316. 2538.12 s [doctest] leaves :set-statement that do not set -XTemplateHaskell alone [✔]
  7317. 2538.12 s [doctest] Language.Haskell.GhciWrapper
  7318. 2538.12 s [doctest] evalEcho
  7319. 2538.12 s [doctest] prints result to stdout [✔]
  7320. 2538.12 s [doctest] evalIt
  7321. 2538.12 s [doctest] preserves it [✔]
  7322. 2538.12 s [doctest] eval
  7323. 2538.12 s [doctest] shows literals [✔]
  7324. 2538.12 s [genvalidity] Phase: setupCompilerEnvironmentPhase
  7325. 2538.12 s [genvalidity] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  7326. 2538.12 s [genvalidity] Phase: unpackPhase
  7327. 2538.12 s [genvalidity] unpacking source archive /nix/store/y5npg16sl3j4p47nac6iysyfggk0xnb5-genvalidity-1.1.1.0.tar.gz
  7328. 2538.12 s [genvalidity] source root is genvalidity-1.1.1.0
  7329. 2538.12 s [genvalidity] setting SOURCE_DATE_EPOCH to timestamp 1721316556 of file "genvalidity-1.1.1.0/src/Data/GenValidity.hs"
  7330. 2538.12 s [genvalidity] Phase: patchPhase
  7331. 2538.12 s [genvalidity] Phase: compileBuildDriverPhase
  7332. 2538.12 s [genvalidity] setupCompileFlags: -package-db=/build/tmp.KbZz7mS7n5/setup-package.conf.d -threaded
  7333. 2538.12 s [genvalidity] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.KbZz7mS7n5/Main.o )
  7334. 2538.12 s [genvalidity] [2 of 2] Linking Setup
  7335. 2538.12 s [genvalidity] Phase: updateAutotoolsGnuConfigScriptsPhase
  7336. 2538.12 s [genvalidity] Phase: configurePhase
  7337. 2538.12 s [genvalidity] configureFlags: --verbose --prefix=/nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc/share/doc/genvalidity-1.1.1.0 --with-gcc=gcc --package-db=/build/tmp.KbZz7mS7n5/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  7338. 2538.12 s [genvalidity] Using Parsec parser
  7339. 2538.12 s [genvalidity] Configuring genvalidity-1.1.1.0...
  7340. 2538.12 s [genvalidity] Dependency QuickCheck >=2.13: using QuickCheck-2.14.3
  7341. 2538.12 s [genvalidity] Dependency base >=4.13 && <5: using base-4.18.2.0
  7342. 2538.12 s [genvalidity] Dependency random >=1.1: using random-1.2.1.3
  7343. 2538.12 s [genvalidity] Dependency validity >=0.12.1: using validity-0.12.1.0
  7344. 2538.12 s [genvalidity] Dependency QuickCheck: using QuickCheck-2.14.3
  7345. 2538.12 s [genvalidity] Dependency base >=4.13 && <5: using base-4.18.2.0
  7346. 2538.12 s [genvalidity] Dependency genvalidity: using genvalidity-1.1.1.0
  7347. 2538.12 s [genvalidity] Dependency hspec: using hspec-2.11.12
  7348. 2538.12 s [genvalidity] Dependency hspec-core: using hspec-core-2.11.12
  7349. 2538.12 s [genvalidity] Source component graph:
  7350. 2538.12 s [genvalidity] component lib
  7351. 2538.12 s [genvalidity] component test:genvalidity-test dependency lib
  7352. 2538.12 s [genvalidity] Configured component graph:
  7353. 2538.12 s [genvalidity] component genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  7354. 2538.12 s [genvalidity] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  7355. 2538.12 s [genvalidity] include base-4.18.2.0
  7356. 2538.12 s [genvalidity] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  7357. 2538.12 s [genvalidity] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  7358. 2538.12 s [genvalidity] component genvalidity-1.1.1.0-CiWjMCH9o2B4wo8gk2ouK-genvalidity-test
  7359. 2538.12 s [genvalidity] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  7360. 2538.12 s [genvalidity] include base-4.18.2.0
  7361. 2538.12 s [genvalidity] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  7362. 2538.12 s [genvalidity] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  7363. 2538.12 s [genvalidity] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  7364. 2538.12 s [genvalidity] Linked component graph:
  7365. 2538.12 s [genvalidity] unit genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  7366. 2538.12 s [genvalidity] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  7367. 2538.12 s [genvalidity] include base-4.18.2.0
  7368. 2538.12 s [genvalidity] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  7369. 2538.12 s [genvalidity] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  7370. 2538.12 s [genvalidity] Data.GenValidity=genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy:Data.GenValidity,Data.GenValidity.Utils=genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy:Data.GenValidity.Utils
  7371. 2538.12 s [genvalidity] unit genvalidity-1.1.1.0-CiWjMCH9o2B4wo8gk2ouK-genvalidity-test
  7372. 2538.12 s [genvalidity] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  7373. 2538.12 s [genvalidity] include base-4.18.2.0
  7374. 2538.12 s [genvalidity] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  7375. 2538.44 s [hashable:post-build] Uploading to the NixCI cache: /nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0 /nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc
  7376. 2539.19 s [hashable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7377. 2539.60 s [hashable:post-build] copying 2 paths...
  7378. 2539.60 s [hashable:post-build] copying path '/nix/store/q6nq3pbgmhphkyj7xvsnzx2pp2rfcxw7-hashable-1.4.7.0-doc' to 'https://cache.nix-ci.com'...
  7379. 2540.36 s [hashable:post-build] copying path '/nix/store/8d8bhlamn88gpkxdj5c2yx39cyz6mngp-hashable-1.4.7.0' to 'https://cache.nix-ci.com'...
  7380. 2544.03 s [hashable:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7381. 2544.81 s [hashable:post-build] copying 1 paths...
  7382. 2544.81 s [hashable:post-build] copying path '/nix/store/1lp6faj858hfi59y4q5qjd5988ahvakx-hashable-1.4.7.0.drv' to 'https://cache.nix-ci.com'...
  7383. 2546.41 s Uploaded hashable in 8.1s
  7384. 2546.41 s Progress: 127 of 211 built (12 building), 298 of 298 downloaded from cache
  7385. 2546.41 s Built hashable in 3m11s
  7386. 2546.41 s [haskell-src-exts] 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
  7387. 2546.41 s [haskell-src-exts] | ^^^^
  7388. 2546.41 s [haskell-src-exts]
  7389. 2546.41 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:52:15: warning: [-Wunused-matches]
  7390. 2546.41 s [haskell-src-exts] Defined but not used: ‘n’
  7391. 2546.41 s [haskell-src-exts] |
  7392. 2546.41 s [haskell-src-exts] 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs
  7393. 2546.41 s [haskell-src-exts] | ^
  7394. 2546.41 s [haskell-src-exts]
  7395. 2546.42 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:54:34: warning: [-Wunused-matches]
  7396. 2546.42 s [haskell-src-exts] Defined but not used: ‘next’
  7397. 2546.42 s [haskell-src-exts] |
  7398. 2546.42 s [haskell-src-exts] 54 | adjacent file n _ (x@next :xs) = x: adjacent file (n+1) x xs
  7399. 2546.42 s [haskell-src-exts] | ^^^^
  7400. 2546.42 s [haskell-src-exts]
  7401. 2546.42 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:55:10: warning: [-Wunused-matches]
  7402. 2546.42 s [haskell-src-exts] Defined but not used: ‘file’
  7403. 2546.42 s [haskell-src-exts] |
  7404. 2546.42 s [haskell-src-exts] 55 | adjacent file n _ [] = []
  7405. 2546.42 s [haskell-src-exts] | ^^^^
  7406. 2546.42 s [haskell-src-exts]
  7407. 2546.42 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:55:15: warning: [-Wunused-matches]
  7408. 2546.42 s [haskell-src-exts] Defined but not used: ‘n’
  7409. 2546.42 s [haskell-src-exts] |
  7410. 2546.42 s [haskell-src-exts] 55 | adjacent file n _ [] = []
  7411. 2546.42 s [haskell-src-exts] | ^
  7412. 2546.42 s [haskell-src-exts]
  7413. 2546.42 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:69:22: warning: [GHC-63397] [-Wname-shadowing]
  7414. 2546.42 s [haskell-src-exts] This binding for ‘s’ shadows the existing binding
  7415. 2546.42 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
  7416. 2546.42 s [haskell-src-exts] |
  7417. 2546.42 s [haskell-src-exts] 69 | lines' ('\^M':'\n':s) acc = acc [] : lines' s id -- DOS
  7418. 2546.42 s [haskell-src-exts] | ^
  7419. 2546.42 s [haskell-src-exts]
  7420. 2546.42 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:70:17: warning: [GHC-63397] [-Wname-shadowing]
  7421. 2546.42 s [haskell-src-exts] This binding for ‘s’ shadows the existing binding
  7422. 2546.42 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
  7423. 2546.42 s [haskell-src-exts] |
  7424. 2546.42 s [haskell-src-exts] 70 | lines' ('\^M':s) acc = acc [] : lines' s id -- MacOS
  7425. 2546.42 s [haskell-src-exts] | ^
  7426. 2546.42 s [haskell-src-exts]
  7427. 2546.42 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:71:16: warning: [GHC-63397] [-Wname-shadowing]
  7428. 2546.42 s [haskell-src-exts] This binding for ‘s’ shadows the existing binding
  7429. 2546.42 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
  7430. 2546.42 s [haskell-src-exts] |
  7431. 2546.42 s [haskell-src-exts] 71 | lines' ('\n':s) acc = acc [] : lines' s id -- Unix
  7432. 2546.42 s [haskell-src-exts] | ^
  7433. 2546.42 s [haskell-src-exts]
  7434. 2546.42 s [haskell-src-exts] src/Language/Preprocessor/Unlit.hs:72:13: warning: [GHC-63397] [-Wname-shadowing]
  7435. 2546.42 s [haskell-src-exts] This binding for ‘s’ shadows the existing binding
  7436. 2546.42 s [haskell-src-exts] bound at src/Language/Preprocessor/Unlit.hs:66:9
  7437. 2546.42 s [haskell-src-exts] |
  7438. 2546.42 s [haskell-src-exts] 72 | lines' (c:s) acc = lines' s (acc . (c:))
  7439. 2546.42 s [haskell-src-exts] | ^
  7440. 2546.42 s [haskell-src-exts] 88% ( 23 / 26) in 'Language.Haskell.Exts'
  7441. 2546.42 s [haskell-src-exts] Missing documentation for:
  7442. 2546.42 s [haskell-src-exts] Token (src/Language/Haskell/Exts/InternalLexer.hs:37)
  7443. 2546.42 s [haskell-src-exts] parseFileWithComments (src/Language/Haskell/Exts.hs:74)
  7444. 2546.42 s [haskell-src-exts] parseFileContentsWithComments (src/Language/Haskell/Exts.hs:115)
  7445. 2546.42 s [haskell-src-exts] Warning: Language.Haskell.Exts.SrcLoc: could not find link destinations for:
  7446. 2546.42 s [haskell-src-exts] - Language.Haskell.Exts.Pretty.pretty
  7447. 2546.42 s [haskell-src-exts] - Language.Haskell.Exts.Pretty.prettyPrec
  7448. 2546.42 s [haskell-src-exts] - Language.Haskell.Exts.Pretty.Doc
  7449. 2546.42 s [haskell-src-exts] - Language.Haskell.Exts.ParseMonad.P
  7450. 2546.42 s [hourglass] shrinking RPATHs of ELF executables and libraries in /nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc
  7451. 2546.42 s [hourglass] checking for references to /build/ in /nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc...
  7452. 2546.42 s [hourglass] patching script interpreter paths in /nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc
  7453. 2546.42 s [iproute] Dependency appar: using appar-0.1.8
  7454. 2546.42 s [iproute] Dependency base >=4.9 && <5: using base-4.18.2.0
  7455. 2546.42 s [iproute] Dependency byteorder: using byteorder-1.0.4
  7456. 2546.42 s [iproute] Dependency bytestring: using bytestring-0.11.5.3
  7457. 2546.42 s [iproute] Dependency containers: using containers-0.6.7
  7458. 2546.42 s [iproute] Dependency network: using network-3.2.7.0
  7459. 2546.42 s [iproute] Dependency QuickCheck: using QuickCheck-2.14.3
  7460. 2546.42 s [iproute] Dependency appar: using appar-0.1.8
  7461. 2546.42 s [iproute] Dependency base >=4.6 && <5: using base-4.18.2.0
  7462. 2546.42 s [iproute] Dependency byteorder: using byteorder-1.0.4
  7463. 2546.42 s [iproute] Dependency bytestring: using bytestring-0.11.5.3
  7464. 2546.42 s [iproute] Dependency containers: using containers-0.6.7
  7465. 2546.42 s [iproute] Dependency hspec: using hspec-2.11.12
  7466. 2546.42 s [iproute] Dependency iproute: using iproute-1.7.15
  7467. 2546.42 s [iproute] Dependency network: using network-3.2.7.0
  7468. 2546.42 s [iproute] Dependency safe: using safe-0.3.21
  7469. 2546.42 s [iproute] Source component graph:
  7470. 2546.42 s [iproute] component lib
  7471. 2546.42 s [iproute] component test:spec dependency lib
  7472. 2546.42 s [iproute] Configured component graph:
  7473. 2546.42 s [iproute] component iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
  7474. 2546.42 s [iproute] include appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
  7475. 2546.42 s [iproute] include base-4.18.2.0
  7476. 2546.42 s [iproute] include byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
  7477. 2546.42 s [iproute] include bytestring-0.11.5.3
  7478. 2546.42 s [iproute] include containers-0.6.7
  7479. 2546.42 s [iproute] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  7480. 2546.42 s [iproute] component iproute-1.7.15-ECzF0WnOZAL9oEumYrSO2-spec
  7481. 2546.42 s [iproute] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  7482. 2546.42 s [iproute] include appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
  7483. 2546.43 s [iproute] include base-4.18.2.0
  7484. 2546.43 s [iproute] include byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
  7485. 2546.43 s [iproute] include bytestring-0.11.5.3
  7486. 2546.43 s [iproute] include containers-0.6.7
  7487. 2546.43 s [iproute] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  7488. 2546.43 s [iproute] include iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
  7489. 2546.43 s [iproute] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  7490. 2546.43 s [iproute] include safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
  7491. 2546.43 s [iproute] Linked component graph:
  7492. 2546.43 s [iproute] unit iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
  7493. 2546.43 s [iproute] include appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
  7494. 2546.43 s [iproute] include base-4.18.2.0
  7495. 2546.43 s [iproute] include byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
  7496. 2546.43 s [iproute] include bytestring-0.11.5.3
  7497. 2546.43 s [iproute] include containers-0.6.7
  7498. 2546.43 s [iproute] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  7499. 2546.43 s [iproute] Data.IP=iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC:Data.IP,Data.IP.Builder=iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC:Data.IP.Builder,Data.IP.Internal=iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC:Data.IP.Internal,Data.IP.RouteTable=iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC:Data.IP.RouteTable,Data.IP.RouteTable.Internal=iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC:Data.IP.RouteTable.Internal
  7500. 2546.43 s [iproute] unit iproute-1.7.15-ECzF0WnOZAL9oEumYrSO2-spec
  7501. 2546.43 s [iproute] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  7502. 2546.43 s [iproute] include appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
  7503. 2546.43 s [iproute] include base-4.18.2.0
  7504. 2546.43 s [iproute] include byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
  7505. 2546.43 s [iproute] include bytestring-0.11.5.3
  7506. 2546.43 s [iproute] include containers-0.6.7
  7507. 2546.43 s [iproute] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  7508. 2546.43 s [iproute] include iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
  7509. 2546.43 s [iproute] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  7510. 2546.43 s [iproute] include safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
  7511. 2546.43 s [iproute] Ready component graph:
  7512. 2546.43 s [iproute] definite iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
  7513. 2546.43 s [iproute] depends appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
  7514. 2546.43 s [iproute] depends base-4.18.2.0
  7515. 2546.43 s [iproute] depends byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
  7516. 2546.43 s [iproute] depends bytestring-0.11.5.3
  7517. 2546.43 s [iproute] depends containers-0.6.7
  7518. 2546.43 s [iproute] depends network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  7519. 2546.43 s [iproute] definite iproute-1.7.15-ECzF0WnOZAL9oEumYrSO2-spec
  7520. 2546.43 s [iproute] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  7521. 2546.43 s [iproute] depends appar-0.1.8-2UYkbPOz3CVDU6UBsF1opz
  7522. 2546.43 s [iproute] depends base-4.18.2.0
  7523. 2546.43 s [iproute] depends byteorder-1.0.4-KgHnyAnKoyVGvIK2rOLowO
  7524. 2546.43 s [iproute] depends bytestring-0.11.5.3
  7525. 2546.43 s [iproute] depends containers-0.6.7
  7526. 2546.43 s [iproute] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  7527. 2546.43 s [iproute] depends iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
  7528. 2546.43 s [iproute] depends network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  7529. 2546.43 s [iproute] depends safe-0.3.21-44lIWTSVWX58KGqMrrSC5W
  7530. 2546.43 s [iproute] Using Cabal-3.10.1.0 compiled by ghc-9.6
  7531. 2546.43 s [iproute] Using compiler: ghc-9.6.4
  7532. 2546.43 s [iproute] Using install prefix:
  7533. 2546.43 s [iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15
  7534. 2546.43 s [iproute] Executables installed in:
  7535. 2546.43 s [iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/bin
  7536. 2546.43 s [iproute] Libraries installed in:
  7537. 2546.43 s [network-uri] testRFC41: OK
  7538. 2546.43 s [network-uri] testRFC42: OK
  7539. 2546.43 s [network-uri] testRFC43: OK
  7540. 2546.43 s [network-uri] testRFC44: OK
  7541. 2546.43 s [network-uri] testRFC45: OK
  7542. 2546.43 s [network-uri] testRFC46: OK
  7543. 2546.43 s [network-uri] testRFC47: OK
  7544. 2546.43 s [network-uri] testRFC48: OK
  7545. 2546.43 s [network-uri] testRFC49: OK
  7546. 2546.43 s [network-uri] testRFC50: OK
  7547. 2546.43 s [network-uri] testRFC60: OK
  7548. 2546.43 s [network-uri] testRFC61: OK
  7549. 2546.43 s [network-uri] testRFC62: OK
  7550. 2546.43 s [network-uri] testRFC63: OK
  7551. 2546.43 s [network-uri] testRFC64: OK
  7552. 2546.43 s [network-uri] testRFC65: OK
  7553. 2546.43 s [network-uri] testRFC66: OK
  7554. 2546.43 s [network-uri] testRFC67: OK
  7555. 2546.43 s [network-uri] testRFC68: OK
  7556. 2546.43 s [network-uri] testRFC69: OK
  7557. 2546.43 s [network-uri] testRFC70: OK
  7558. 2546.43 s [network-uri] Test oddball examples
  7559. 2546.43 s [network-uri] testMail01: OK
  7560. 2546.43 s [network-uri] testMail02: OK
  7561. 2546.43 s [network-uri] testMail03: OK
  7562. 2546.43 s [network-uri] testMail11: OK
  7563. 2546.43 s [network-uri] testMail12: OK
  7564. 2546.43 s [network-uri] testMail13: OK
  7565. 2546.43 s [network-uri] testMail14: OK
  7566. 2546.43 s [network-uri] testMail15: OK
  7567. 2546.43 s [network-uri] testMail16: OK
  7568. 2546.43 s [network-uri] testInfo17: OK
  7569. 2546.43 s [network-uri] testNormalizeSuite
  7570. 2546.43 s [network-uri] testNormalize01: OK
  7571. 2546.43 s [network-uri] testNormalize11: OK
  7572. 2546.43 s [network-uri] testNormalize12: OK
  7573. 2546.43 s [network-uri] testNormalize13: OK
  7574. 2546.43 s [network-uri] testNormalize21: OK
  7575. 2546.43 s [network-uri] testNormalize22: OK
  7576. 2546.43 s [network-uri] testNormalize23: OK
  7577. 2546.43 s [network-uri] testNormalize24: OK
  7578. 2546.43 s [network-uri] testNormalize25: OK
  7579. 2546.43 s [network-uri] testNormalize26: OK
  7580. 2546.43 s [network-uri] testNormalize27: OK
  7581. 2546.43 s [network-uri] testNormalize28: OK
  7582. 2546.43 s [network-uri] testShowURI
  7583. 2546.43 s [network-uri] testShowURI01: OK
  7584. 2546.43 s [network-uri] testShowURI02: OK
  7585. 2546.43 s [network-uri] testShowURI03: OK
  7586. 2546.43 s [network-uri] testShowURI04: OK
  7587. 2546.43 s [network-uri] testEscapeURIString
  7588. 2546.43 s [network-uri] testEscapeURIString01: OK
  7589. 2546.43 s [network-uri] testEscapeURIString02: OK
  7590. 2546.43 s [network-uri] testEscapeURIString03: OK
  7591. 2546.43 s [network-uri] testEscapeURIString04: OK
  7592. 2546.43 s [network-uri] testEscapeURIString05: OK
  7593. 2546.43 s [network-uri] testEscapeURIString06: OK
  7594. 2546.43 s [network-uri] testUnescapeEscape01: OK
  7595. 2546.43 s [network-uri] testUnescapeEscape02: OK
  7596. 2546.43 s [network-uri] propEscapeUnEscapeLoop: OK
  7597. 2546.43 s [network-uri] +++ OK, passed 100 tests.
  7598. 2546.43 s [network-uri] propEscapeUnEscapeLoopHiChars: OK
  7599. 2546.43 s [network-uri] +++ OK, passed 100 tests.
  7600. 2546.43 s [network-uri] testNormalizeURIString
  7601. 2546.43 s [network-uri] testNormalizeURIString01: OK
  7602. 2546.43 s [network-uri] testNormalizeURIString02: OK
  7603. 2546.43 s [network-uri] testNormalizeURIString03: OK
  7604. 2546.43 s [network-uri] testNormalizeURIString04: OK
  7605. 2546.43 s [network-uri] testNormalizeURIString05: OK
  7606. 2546.43 s [network-uri] testNormalizeURIString06: OK
  7607. 2546.43 s [network-uri] testNormalizeURIString07: OK
  7608. 2546.43 s [network-uri] testRelativeTo
  7609. 2546.43 s [network-uri] testRelativeTo01: OK
  7610. 2546.43 s [network-uri] testRelativeTo02: OK
  7611. 2546.43 s [network-uri] testRelativeTo03: OK
  7612. 2546.43 s [network-uri] testAltFn
  7613. 2546.43 s [network-uri] testAltFn01: OK
  7614. 2546.43 s [network-uri] testAltFn02: OK
  7615. 2546.43 s [network-uri] testAltFn03: OK
  7616. 2546.43 s [network-uri] testAltFn04: OK
  7617. 2546.43 s [network-uri] testAltFn05: OK
  7618. 2546.43 s [network-uri] testAltFn06: OK
  7619. 2546.43 s [network-uri] testAltFn07: OK
  7620. 2546.43 s [network-uri] testAltFn08: OK
  7621. 2546.44 s [network-uri] testAltFn11: OK
  7622. 2546.44 s [network-uri] testAltFn12: OK
  7623. 2546.44 s [network-uri] testAltFn13: OK
  7624. 2546.44 s [network-uri] testAltFn14: OK
  7625. 2546.44 s [network-uri] testAltFn15: OK
  7626. 2546.44 s [network-uri] testAltFn16: OK
  7627. 2546.44 s [network-uri] testAltFn17: OK
  7628. 2546.44 s [network-uri] testIsAbsolute
  7629. 2546.44 s [network-uri] testIsAbsolute01: OK
  7630. 2546.44 s [network-uri] testIsAbsolute02: OK
  7631. 2546.44 s [network-uri] testIsAbsolute03: OK
  7632. 2546.44 s [network-uri] testIsRelative
  7633. 2546.44 s [network-uri] testIsRelative01: OK
  7634. 2546.44 s [network-uri] testIsRelative02: OK
  7635. 2546.44 s [network-uri] testIsRelative03: OK
  7636. 2546.44 s [network-uri] testIsRelative04: OK
  7637. 2546.44 s [network-uri] testPathSegments
  7638. 2546.44 s [network-uri] testPathSegments03: OK
  7639. 2546.44 s [network-uri] testPathSegments04: OK
  7640. 2546.44 s [network-uri] testPathSegments05: OK
  7641. 2546.44 s [network-uri] testPathSegments06: OK
  7642. 2546.44 s [network-uri] testPathSegments07: OK
  7643. 2546.44 s [network-uri] testPathSegments03: OK
  7644. 2546.44 s [network-uri] testPathSegments04: OK
  7645. 2546.44 s [network-uri] testPathSegments05: OK
  7646. 2546.44 s [network-uri] testPathSegments06: OK
  7647. 2546.44 s [network-uri] testPathSegments07: OK
  7648. 2546.44 s [network-uri] testRectify
  7649. 2546.44 s [network-uri] : OK
  7650. 2546.44 s [network-uri] : OK
  7651. 2546.44 s [socks] Dependency base >=3 && <5: using base-4.18.2.0
  7652. 2546.44 s [socks] Dependency basement: using basement-0.0.16
  7653. 2546.44 s [socks] Dependency bytestring: using bytestring-0.11.5.3
  7654. 2546.44 s [socks] Dependency cereal >=0.3.1: using cereal-0.5.8.3
  7655. 2546.44 s [socks] Dependency network >=2.6: using network-3.2.7.0
  7656. 2546.44 s [socks] Source component graph: component lib
  7657. 2546.44 s [socks] Configured component graph:
  7658. 2546.44 s [socks] component socks-0.6.1-Ie8C4damlqwEErRyJrYvpe
  7659. 2546.44 s [socks] include base-4.18.2.0
  7660. 2546.44 s [socks] include basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
  7661. 2546.44 s [socks] include bytestring-0.11.5.3
  7662. 2546.44 s [socks] include cereal-0.5.8.3-EgVur8QJEroGNCGPmpNJcd
  7663. 2546.44 s [socks] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  7664. 2546.44 s [socks] Linked component graph:
  7665. 2546.44 s [socks] unit socks-0.6.1-Ie8C4damlqwEErRyJrYvpe
  7666. 2546.44 s [socks] include base-4.18.2.0
  7667. 2546.44 s [socks] include basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
  7668. 2546.44 s [socks] include bytestring-0.11.5.3
  7669. 2546.44 s [socks] include cereal-0.5.8.3-EgVur8QJEroGNCGPmpNJcd
  7670. 2546.44 s [socks] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  7671. 2546.44 s [socks] Network.Socks5=socks-0.6.1-Ie8C4damlqwEErRyJrYvpe:Network.Socks5,Network.Socks5.Lowlevel=socks-0.6.1-Ie8C4damlqwEErRyJrYvpe:Network.Socks5.Lowlevel,Network.Socks5.Types=socks-0.6.1-Ie8C4damlqwEErRyJrYvpe:Network.Socks5.Types
  7672. 2546.44 s [socks] Ready component graph:
  7673. 2546.44 s [socks] definite socks-0.6.1-Ie8C4damlqwEErRyJrYvpe
  7674. 2546.44 s [socks] depends base-4.18.2.0
  7675. 2546.44 s [socks] depends basement-0.0.16-DD6H8SGD4AW2EysJRRfDZR
  7676. 2546.44 s [socks] depends bytestring-0.11.5.3
  7677. 2546.44 s [socks] depends cereal-0.5.8.3-EgVur8QJEroGNCGPmpNJcd
  7678. 2546.44 s [socks] depends network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  7679. 2546.44 s [socks] Using Cabal-3.10.1.0 compiled by ghc-9.6
  7680. 2546.44 s [socks] Using compiler: ghc-9.6.4
  7681. 2546.44 s [socks] Using install prefix: /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1
  7682. 2546.44 s [socks] Executables installed in:
  7683. 2546.44 s [socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/bin
  7684. 2546.44 s [socks] Libraries installed in:
  7685. 2546.44 s [socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/socks-0.6.1-Ie8C4damlqwEErRyJrYvpe
  7686. 2546.44 s [socks] Dynamic Libraries installed in:
  7687. 2546.44 s [socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  7688. 2546.44 s [socks] Private executables installed in:
  7689. 2546.44 s [socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/libexec/x86_64-linux-ghc-9.6.4/socks-0.6.1
  7690. 2546.44 s [socks] Data files installed in:
  7691. 2546.44 s [socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/share/x86_64-linux-ghc-9.6.4/socks-0.6.1
  7692. 2546.44 s [socks] Documentation installed in:
  7693. 2546.44 s [socks] /nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc/share/doc/socks-0.6.1
  7694. 2546.44 s [socks] Configuration files installed in:
  7695. 2546.44 s [socks] /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/etc
  7696. 2546.44 s [socks] No alex found
  7697. 2546.44 s [socks] Using ar found on system at:
  7698. 2546.44 s [socks] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  7699. 2546.44 s [socks] No c2hs found
  7700. 2546.44 s [socks] No cpphs found
  7701. 2546.44 s [socks] No doctest found
  7702. 2546.44 s [socks] Using gcc version 14.3.0 given by user at:
  7703. 2546.44 s [socks] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  7704. 2546.44 s [socks] Using ghc version 9.6.4 found on system at:
  7705. 2546.44 s [socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  7706. 2546.44 s [socks] Using ghc-pkg version 9.6.4 found on system at:
  7707. 2546.44 s [socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  7708. 2546.44 s [socks] No ghcjs found
  7709. 2546.44 s [socks] No ghcjs-pkg found
  7710. 2546.44 s [socks] No greencard found
  7711. 2546.44 s [socks] Using haddock version 2.29.2 found on system at:
  7712. 2546.44 s [socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  7713. 2546.44 s [socks] No happy found
  7714. 2546.44 s [socks] Using haskell-suite found on system at: haskell-suite-dummy-location
  7715. 2546.44 s [socks] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7716. 2546.44 s [socks] No hmake found
  7717. 2546.44 s [socks] Using hpc version 0.68 found on system at:
  7718. 2546.44 s [socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  7719. 2546.44 s [socks] Using hsc2hs version 0.68.9 found on system at:
  7720. 2546.44 s [socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  7721. 2546.44 s [socks] Using hscolour version 1.25 found on system at:
  7722. 2546.44 s [socks] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  7723. 2546.44 s [socks] No jhc found
  7724. 2546.44 s [socks] Using ld found on system at:
  7725. 2546.44 s [socks] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  7726. 2546.44 s [socks] No pkg-config found
  7727. 2546.44 s [socks] Using runghc version 9.6.4 found on system at:
  7728. 2546.44 s [socks] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  7729. 2546.44 s [socks] Using strip version 2.44 found on system at:
  7730. 2546.44 s [socks] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  7731. 2546.44 s [socks] Using tar found on system at:
  7732. 2546.44 s [socks] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  7733. 2546.44 s [socks] No uhc found
  7734. 2546.63 s [th-reify-many:post-build] Uploading to the NixCI cache: /nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10 /nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc
  7735. 2547.15 s [th-reify-many:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7736. 2547.90 s [th-reify-many:post-build] copying 2 paths...
  7737. 2547.90 s [th-reify-many:post-build] copying path '/nix/store/pljnlz1s3sawdmmxmj1vbabf5d6g9vd5-th-reify-many-0.1.10-doc' to 'https://cache.nix-ci.com'...
  7738. 2549.36 s [th-reify-many:post-build] copying path '/nix/store/00icgwwaxrbs0p8hg7z4rn2w80c0s019-th-reify-many-0.1.10' to 'https://cache.nix-ci.com'...
  7739. 2551.90 s [th-reify-many:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7740. 2553.29 s [th-reify-many:post-build] copying 1 paths...
  7741. 2553.30 s [th-reify-many:post-build] copying path '/nix/store/bl4z689jjy8kmqj6gpjsbfld8pq7qwp7-th-reify-many-0.1.10.drv' to 'https://cache.nix-ci.com'...
  7742. 2556.11 s Uploaded th-reify-many in 9.5s
  7743. 2556.15 s Progress: 128 of 212 built (11 building), 298 of 298 downloaded from cache
  7744. 2556.15 s Built th-reify-many in 2m03s
  7745. 2556.40 s Building /nix/store/4xzpyhjrj7sx9n8gshsjgb6npkahw10g-OneTuple-0.4.2.drv
  7746. 2556.55 s Building /nix/store/7bf9i2xc6frv1n29rd4zfi0a2117yh74-async-2.2.5.drv
  7747. 2556.72 s Building /nix/store/p3nn7g9783049f1vkrkgf5l9jxd04ghf-case-insensitive-1.2.1.0.drv
  7748. 2556.89 s Building /nix/store/pfhy3whc4ylphs6w04v0nq3j9l19q59k-constraints-0.14.2.drv
  7749. 2556.93 s Waiting for lock on waiting for a free build user ID for '/nix/store/w4h7ry8kxma5id4cp9zqsgldhw0qx2l1-data-fix
  7750. 2556.96 s Waiting for lock on waiting for a free build user ID for '/nix/store/5mbk4a3hibwgvgqc9qkh6fl1v2v71njh-text-short
  7751. 2556.99 s Waiting for lock on waiting for a free build user ID for '/nix/store/s3sg3vgdd2v8shnd24k6hyzmhkh4ak0c-th-orphans
  7752. 2557.04 s Waiting for lock on waiting for a free build user ID for '/nix/store/bckjvaym7kx1lzmfnbbplkgw1n057d33-these
  7753. 2557.08 s Waiting for lock on waiting for a free build user ID for '/nix/store/ppiv1z5q73av7c2a9l5889h4g1cq9wnp-time-compat
  7754. 2557.15 s Waiting for lock on waiting for a free build user ID for '/nix/store/4xn8v7z6dqc0nqxcxcrnnbf52wkcgwcv-uuid-types
  7755. 2557.15 s [OneTuple] Phase: setupCompilerEnvironmentPhase
  7756. 2557.15 s [OneTuple] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  7757. 2557.15 s [async] Phase: setupCompilerEnvironmentPhase
  7758. 2557.15 s [async] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  7759. 2557.16 s [case-insensitive] Phase: setupCompilerEnvironmentPhase
  7760. 2557.16 s [case-insensitive] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  7761. 2557.16 s [crypton] [ 65 of 139] Compiling Crypto.Cipher.Camellia ( Crypto/Cipher/Camellia.hs, dist/build/Crypto/Cipher/Camellia.o, dist/build/Crypto/Cipher/Camellia.dyn_o )
  7762. 2557.16 s [crypton] [ 66 of 139] Compiling Crypto.KDF.Argon2 ( Crypto/KDF/Argon2.hs, dist/build/Crypto/KDF/Argon2.o, dist/build/Crypto/KDF/Argon2.dyn_o )
  7763. 2557.16 s [crypton] [ 67 of 139] Compiling Crypto.KDF.BCryptPBKDF ( Crypto/KDF/BCryptPBKDF.hs, dist/build/Crypto/KDF/BCryptPBKDF.o, dist/build/Crypto/KDF/BCryptPBKDF.dyn_o )
  7764. 2557.16 s [crypton] [ 68 of 139] Compiling Crypto.MAC.CMAC ( Crypto/MAC/CMAC.hs, dist/build/Crypto/MAC/CMAC.o, dist/build/Crypto/MAC/CMAC.dyn_o )
  7765. 2557.16 s [crypton] [ 69 of 139] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, dist/build/Crypto/MAC/HMAC.o, dist/build/Crypto/MAC/HMAC.dyn_o )
  7766. 2557.16 s [crypton] [ 70 of 139] Compiling Crypto.KDF.PBKDF2 ( Crypto/KDF/PBKDF2.hs, dist/build/Crypto/KDF/PBKDF2.o, dist/build/Crypto/KDF/PBKDF2.dyn_o )
  7767. 2557.16 s [crypton] [ 71 of 139] Compiling Crypto.KDF.Scrypt ( Crypto/KDF/Scrypt.hs, dist/build/Crypto/KDF/Scrypt.o, dist/build/Crypto/KDF/Scrypt.dyn_o )
  7768. 2557.16 s [crypton] [ 72 of 139] Compiling Crypto.KDF.HKDF ( Crypto/KDF/HKDF.hs, dist/build/Crypto/KDF/HKDF.o, dist/build/Crypto/KDF/HKDF.dyn_o )
  7769. 2557.16 s [crypton] [ 73 of 139] Compiling Crypto.MAC.KMAC ( Crypto/MAC/KMAC.hs, dist/build/Crypto/MAC/KMAC.o, dist/build/Crypto/MAC/KMAC.dyn_o )
  7770. 2557.16 s [crypton] [ 74 of 139] Compiling Crypto.MAC.KeyedBlake2 ( Crypto/MAC/KeyedBlake2.hs, dist/build/Crypto/MAC/KeyedBlake2.o, dist/build/Crypto/MAC/KeyedBlake2.dyn_o )
  7771. 2557.16 s [crypton] [ 75 of 139] Compiling Crypto.MAC.Poly1305 ( Crypto/MAC/Poly1305.hs, dist/build/Crypto/MAC/Poly1305.o, dist/build/Crypto/MAC/Poly1305.dyn_o )
  7772. 2557.16 s [crypton] [ 76 of 139] Compiling Crypto.Cipher.ChaChaPoly1305 ( Crypto/Cipher/ChaChaPoly1305.hs, dist/build/Crypto/Cipher/ChaChaPoly1305.o, dist/build/Crypto/Cipher/ChaChaPoly1305.dyn_o )
  7773. 2557.16 s [crypton] [ 77 of 139] Compiling Crypto.Number.Compat ( Crypto/Number/Compat.hs, dist/build/Crypto/Number/Compat.o, dist/build/Crypto/Number/Compat.dyn_o )
  7774. 2557.16 s [crypton] [ 78 of 139] Compiling Crypto.Number.Basic ( Crypto/Number/Basic.hs, dist/build/Crypto/Number/Basic.o, dist/build/Crypto/Number/Basic.dyn_o )
  7775. 2557.16 s [crypton] [ 79 of 139] Compiling Crypto.ECC.Simple.Types ( Crypto/ECC/Simple/Types.hs, dist/build/Crypto/ECC/Simple/Types.o, dist/build/Crypto/ECC/Simple/Types.dyn_o )
  7776. 2557.16 s [crypton] [ 80 of 139] Compiling Crypto.Number.F2m ( Crypto/Number/F2m.hs, dist/build/Crypto/Number/F2m.o, dist/build/Crypto/Number/F2m.dyn_o )
  7777. 2557.16 s [crypton] [ 81 of 139] Compiling Crypto.Number.ModArithmetic ( Crypto/Number/ModArithmetic.hs, dist/build/Crypto/Number/ModArithmetic.o, dist/build/Crypto/Number/ModArithmetic.dyn_o )
  7778. 2557.16 s [crypton] [ 82 of 139] Compiling Crypto.Number.Nat ( Crypto/Number/Nat.hs, dist/build/Crypto/Number/Nat.o, dist/build/Crypto/Number/Nat.dyn_o )
  7779. 2557.16 s [crypton] [ 83 of 139] Compiling Crypto.Number.Serialize.Internal ( Crypto/Number/Serialize/Internal.hs, dist/build/Crypto/Number/Serialize/Internal.o, dist/build/Crypto/Number/Serialize/Internal.dyn_o )
  7780. 2557.16 s [crypton] [ 84 of 139] Compiling Crypto.Number.Serialize ( Crypto/Number/Serialize.hs, dist/build/Crypto/Number/Serialize.o, dist/build/Crypto/Number/Serialize.dyn_o )
  7781. 2557.16 s [crypton] [ 85 of 139] Compiling Crypto.Number.Serialize.Internal.LE ( Crypto/Number/Serialize/Internal/LE.hs, dist/build/Crypto/Number/Serialize/Internal/LE.o, dist/build/Crypto/Number/Serialize/Internal/LE.dyn_o )
  7782. 2557.16 s [crypton] [ 86 of 139] Compiling Crypto.Number.Serialize.LE ( Crypto/Number/Serialize/LE.hs, dist/build/Crypto/Number/Serialize/LE.o, dist/build/Crypto/Number/Serialize/LE.dyn_o )
  7783. 2557.16 s [crypton] [ 87 of 139] Compiling Crypto.OTP ( Crypto/OTP.hs, dist/build/Crypto/OTP.o, dist/build/Crypto/OTP.dyn_o )
  7784. 2557.16 s [crypton] [ 88 of 139] Compiling Crypto.PubKey.ECC.Types ( Crypto/PubKey/ECC/Types.hs, dist/build/Crypto/PubKey/ECC/Types.o, dist/build/Crypto/PubKey/ECC/Types.dyn_o )
  7785. 2557.16 s [crypton] [ 89 of 139] Compiling Crypto.PubKey.Internal ( Crypto/PubKey/Internal.hs, dist/build/Crypto/PubKey/Internal.o, dist/build/Crypto/PubKey/Internal.dyn_o )
  7786. 2557.16 s [crypton] [ 90 of 139] Compiling Crypto.PubKey.MaskGenFunction ( Crypto/PubKey/MaskGenFunction.hs, dist/build/Crypto/PubKey/MaskGenFunction.o, dist/build/Crypto/PubKey/MaskGenFunction.dyn_o )
  7787. 2557.16 s [crypton] [ 91 of 139] Compiling Crypto.PubKey.RSA.Types ( Crypto/PubKey/RSA/Types.hs, dist/build/Crypto/PubKey/RSA/Types.o, dist/build/Crypto/PubKey/RSA/Types.dyn_o )
  7788. 2557.16 s [distributive] Phase: setupCompilerEnvironmentPhase
  7789. 2557.16 s [distributive] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  7790. 2557.16 s [distributive] Phase: unpackPhase
  7791. 2557.16 s [distributive] unpacking source archive /nix/store/v1axhj3cpaixlyfy04qv0442ny8d7m5w-distributive-0.6.2.1.tar.gz
  7792. 2557.16 s [distributive] source root is distributive-0.6.2.1
  7793. 2557.16 s [distributive] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "distributive-0.6.2.1/.vim.custom"
  7794. 2557.16 s [distributive] Phase: patchPhase
  7795. 2557.16 s [distributive] Replace Cabal file with edited version from mirror://hackage/distributive-0.6.2.1/revision/1.cabal.
  7796. 2557.16 s [distributive] Phase: compileBuildDriverPhase
  7797. 2557.16 s [distributive] setupCompileFlags: -package-db=/build/tmp.ataRbZQFke/setup-package.conf.d -threaded
  7798. 2557.16 s [distributive] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.ataRbZQFke/Main.o )
  7799. 2557.16 s [distributive] [2 of 2] Linking Setup
  7800. 2557.16 s [distributive] Phase: updateAutotoolsGnuConfigScriptsPhase
  7801. 2557.16 s [distributive] Phase: configurePhase
  7802. 2557.16 s [distributive] configureFlags: --verbose --prefix=/nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc/share/doc/distributive-0.6.2.1 --with-gcc=gcc --package-db=/build/tmp.ataRbZQFke/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  7803. 2557.16 s [distributive] Using Parsec parser
  7804. 2557.16 s [distributive] Configuring distributive-0.6.2.1...
  7805. 2557.16 s [distributive] Flags chosen: semigroups=True, tagged=True
  7806. 2557.16 s [distributive] Dependency base >=4 && <5: using base-4.18.2.0
  7807. 2557.16 s [distributive] Dependency base-orphans >=0.5.2 && <1: using base-orphans-0.9.3
  7808. 2557.16 s [distributive] Dependency tagged >=0.7 && <1: using tagged-0.8.8
  7809. 2557.16 s [distributive] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.0
  7810. 2557.16 s [distributive] Dependency base >=4 && <5: using base-4.18.2.0
  7811. 2557.16 s [distributive] Dependency distributive: using distributive-0.6.2.1
  7812. 2557.16 s [distributive] Dependency generic-deriving >=1.11 && <2: using generic-deriving-1.14.6
  7813. 2557.16 s [distributive] Dependency hspec >=2 && <3: using hspec-2.11.12
  7814. 2557.16 s [distributive] Source component graph:
  7815. 2557.16 s [distributive] component lib
  7816. 2557.16 s [distributive] component test:spec dependency lib
  7817. 2557.16 s [distributive] Configured component graph:
  7818. 2557.16 s [distributive] component distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  7819. 2557.16 s [distributive] include base-4.18.2.0
  7820. 2557.16 s [distributive] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  7821. 2557.16 s [distributive] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  7822. 2557.16 s [distributive] include transformers-0.6.1.0
  7823. 2557.16 s [distributive] component distributive-0.6.2.1-GLArh4mq6tX4KUaZjFtZPe-spec
  7824. 2557.16 s [distributive] include base-4.18.2.0
  7825. 2557.16 s [distributive] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  7826. 2557.16 s [distributive] include generic-deriving-1.14.6-AFWaLXm9E0mBPgH53Xb82X
  7827. 2557.16 s [distributive] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  7828. 2557.16 s [distributive] Linked component graph:
  7829. 2557.16 s [distributive] unit distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  7830. 2557.16 s [distributive] include base-4.18.2.0
  7831. 2557.16 s [distributive] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  7832. 2557.16 s [distributive] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  7833. 2557.16 s [distributive] include transformers-0.6.1.0
  7834. 2557.16 s [distributive] Data.Distributive=distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy:Data.Distributive,Data.Distributive.Generic=distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy:Data.Distributive.Generic
  7835. 2557.16 s [distributive] unit distributive-0.6.2.1-GLArh4mq6tX4KUaZjFtZPe-spec
  7836. 2557.16 s [distributive] include base-4.18.2.0
  7837. 2557.16 s [distributive] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  7838. 2557.16 s [distributive] include generic-deriving-1.14.6-AFWaLXm9E0mBPgH53Xb82X
  7839. 2557.16 s [doctest] shows string literals containing Unicode [✔]
  7840. 2557.16 s [doctest] evaluates simple expressions [✔]
  7841. 2557.16 s [doctest] supports let bindings [✔]
  7842. 2557.16 s [doctest] allows import statements [✔]
  7843. 2557.16 s [doctest] captures stdout [✔]
  7844. 2557.16 s [doctest] captures stdout (Unicode) [✔]
  7845. 2557.16 s [doctest] captures stdout (empty line) [✔]
  7846. 2557.16 s [doctest] captures stdout (multiple lines) [✔]
  7847. 2557.16 s [doctest] captures stderr [✔]
  7848. 2557.16 s [doctest] captures stderr (Unicode) [✔]
  7849. 2557.16 s [doctest] shows exceptions [✔]
  7850. 2557.16 s [doctest] shows exceptions (ExitCode) [✔]
  7851. 2557.16 s [doctest] gives an error message for identifiers that are not in scope [✔]
  7852. 2557.16 s [doctest] when configVerbose is True
  7853. 2557.16 s [doctest] prints prompt [✔]
  7854. 2557.16 s [doctest] with -XOverloadedStrings, -Wall and -Werror
  7855. 2557.17 s [doctest] does not fail on marker expression (bug fix) [✔]
  7856. 2557.17 s [doctest] with NoImplicitPrelude
  7857. 2557.17 s [doctest] works [✔]
  7858. 2557.17 s [doctest] with a strange String type
  7859. 2557.17 s [doctest] works [✔]
  7860. 2557.17 s [doctest] Location
  7861. 2557.17 s [doctest] toLocation
  7862. 2557.17 s [doctest] works for a regular SrcSpan [✔]
  7863. 2557.17 s [doctest] works for a single-line SrcSpan [✔]
  7864. 2557.17 s [doctest] works for a SrcSpan that corresponds to single point [✔]
  7865. 2557.17 s [doctest] works for a bad SrcSpan [✔]
  7866. 2557.17 s [doctest] works for a SrcLoc with bad locations [✔]
  7867. 2557.17 s [doctest] enumerate
  7868. 2557.17 s [doctest] replicates UnhelpfulLocation [✔]
  7869. 2557.17 s [doctest] enumerates Location [✔]
  7870. 2557.17 s [doctest] Main
  7871. 2557.17 s [doctest] doctest
  7872. 2557.17 s [doctest] testSimple [✔]
  7873. 2557.17 s [doctest] it-variable [✔]
  7874. 2557.17 s [doctest] it-variable in $setup [✔]
  7875. 2557.17 s [doctest] failing [✔]
  7876. 2557.17 s [doctest] skips subsequent examples from the same group if an example fails [✔]
  7877. 2557.17 s [doctest] testImport [✔]
  7878. 2557.17 s [genvalidity] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  7879. 2557.17 s [genvalidity] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  7880. 2557.17 s [genvalidity] Ready component graph:
  7881. 2557.17 s [genvalidity] definite genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  7882. 2557.17 s [genvalidity] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  7883. 2557.17 s [genvalidity] depends base-4.18.2.0
  7884. 2557.17 s [genvalidity] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  7885. 2557.17 s [genvalidity] depends validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  7886. 2557.17 s [genvalidity] definite genvalidity-1.1.1.0-CiWjMCH9o2B4wo8gk2ouK-genvalidity-test
  7887. 2557.17 s [genvalidity] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  7888. 2557.17 s [genvalidity] depends base-4.18.2.0
  7889. 2557.17 s [genvalidity] depends genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  7890. 2557.17 s [genvalidity] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  7891. 2557.17 s [genvalidity] depends hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  7892. 2557.17 s [genvalidity] Using Cabal-3.10.1.0 compiled by ghc-9.6
  7893. 2557.17 s [genvalidity] Using compiler: ghc-9.6.4
  7894. 2557.17 s [genvalidity] Using install prefix:
  7895. 2557.17 s [genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0
  7896. 2557.17 s [genvalidity] Executables installed in:
  7897. 2557.17 s [genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/bin
  7898. 2557.17 s [genvalidity] Libraries installed in:
  7899. 2557.17 s [genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  7900. 2557.17 s [genvalidity] Dynamic Libraries installed in:
  7901. 2557.17 s [genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  7902. 2557.17 s [genvalidity] Private executables installed in:
  7903. 2557.17 s [genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/libexec/x86_64-linux-ghc-9.6.4/genvalidity-1.1.1.0
  7904. 2557.17 s [genvalidity] Data files installed in:
  7905. 2557.17 s [genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/share/x86_64-linux-ghc-9.6.4/genvalidity-1.1.1.0
  7906. 2557.17 s [genvalidity] Documentation installed in:
  7907. 2557.17 s [genvalidity] /nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc/share/doc/genvalidity-1.1.1.0
  7908. 2557.17 s [genvalidity] Configuration files installed in:
  7909. 2557.17 s [genvalidity] /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/etc
  7910. 2557.17 s [genvalidity] No alex found
  7911. 2557.17 s [genvalidity] Using ar found on system at:
  7912. 2557.17 s [genvalidity] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  7913. 2557.17 s [genvalidity] No c2hs found
  7914. 2557.17 s [genvalidity] No cpphs found
  7915. 2557.17 s [genvalidity] No doctest found
  7916. 2557.17 s [genvalidity] Using gcc version 14.3.0 given by user at:
  7917. 2557.17 s [genvalidity] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  7918. 2557.17 s [genvalidity] Using ghc version 9.6.4 found on system at:
  7919. 2557.17 s [genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  7920. 2557.17 s [genvalidity] Using ghc-pkg version 9.6.4 found on system at:
  7921. 2557.17 s [genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  7922. 2557.17 s [genvalidity] No ghcjs found
  7923. 2557.17 s [genvalidity] No ghcjs-pkg found
  7924. 2557.17 s [genvalidity] No greencard found
  7925. 2557.17 s [genvalidity] Using haddock version 2.29.2 found on system at:
  7926. 2557.17 s [genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  7927. 2557.17 s [genvalidity] No happy found
  7928. 2557.17 s [genvalidity] Using haskell-suite found on system at: haskell-suite-dummy-location
  7929. 2557.17 s [genvalidity] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7930. 2557.17 s [genvalidity] No hmake found
  7931. 2557.17 s [genvalidity] Using hpc version 0.68 found on system at:
  7932. 2557.17 s [genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  7933. 2557.17 s [genvalidity] Using hsc2hs version 0.68.9 found on system at:
  7934. 2557.17 s [genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  7935. 2557.17 s [genvalidity] Using hscolour version 1.25 found on system at:
  7936. 2557.17 s [genvalidity] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  7937. 2557.17 s [genvalidity] No jhc found
  7938. 2557.17 s [genvalidity] Using ld found on system at:
  7939. 2557.17 s [genvalidity] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  7940. 2557.17 s [genvalidity] No pkg-config found
  7941. 2557.17 s [genvalidity] Using runghc version 9.6.4 found on system at:
  7942. 2557.17 s [genvalidity] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  7943. 2557.17 s [genvalidity] Using strip version 2.44 found on system at:
  7944. 2557.17 s [genvalidity] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  7945. 2557.17 s [genvalidity] Using tar found on system at:
  7946. 2557.17 s [genvalidity] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  7947. 2557.17 s [genvalidity] No uhc found
  7948. 2557.17 s [genvalidity] Phase: buildPhase
  7949. 2557.17 s [genvalidity] Preprocessing library for genvalidity-1.1.1.0..
  7950. 2557.17 s [genvalidity] Building library for genvalidity-1.1.1.0..
  7951. 2557.17 s [genvalidity] [1 of 3] Compiling Data.GenValidity.Utils ( src/Data/GenValidity/Utils.hs, dist/build/Data/GenValidity/Utils.o, dist/build/Data/GenValidity/Utils.dyn_o )
  7952. 2557.17 s [genvalidity] [2 of 3] Compiling Data.GenValidity ( src/Data/GenValidity.hs, dist/build/Data/GenValidity.o, dist/build/Data/GenValidity.dyn_o )
  7953. 2557.17 s [genvalidity] [3 of 3] Compiling Paths_genvalidity ( dist/build/autogen/Paths_genvalidity.hs, dist/build/Paths_genvalidity.o, dist/build/Paths_genvalidity.dyn_o )
  7954. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.ParseMonad.parser
  7955. 2557.17 s [haskell-src-exts] Warning: Language.Haskell.Exts.Syntax: could not find link destinations for:
  7956. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.Pretty.pretty
  7957. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.Pretty.prettyPrec
  7958. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.Pretty.Doc
  7959. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.ParseMonad.P
  7960. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.ParseMonad.parser
  7961. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.ExactPrint.exactP
  7962. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.ExactPrint.EP
  7963. 2557.17 s [haskell-src-exts] Warning: Language.Haskell.Exts.Pretty: could not find link destinations for:
  7964. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.Pretty.pretty
  7965. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.Pretty.prettyPrec
  7966. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.Pretty.Doc
  7967. 2557.17 s [haskell-src-exts] Warning: Language.Haskell.Exts.Parser: could not find link destinations for:
  7968. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.ParseMonad.P
  7969. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.ParseMonad.parser
  7970. 2557.17 s [haskell-src-exts] Warning: Language.Haskell.Exts.ExactPrint: could not find link destinations for:
  7971. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.ExactPrint.exactP
  7972. 2557.17 s [haskell-src-exts] - Language.Haskell.Exts.ExactPrint.EP
  7973. 2557.17 s [haskell-src-exts] Documentation created: dist/doc/html/haskell-src-exts/index.html,
  7974. 2557.17 s [haskell-src-exts] dist/doc/html/haskell-src-exts/haskell-src-exts.txt
  7975. 2557.17 s [haskell-src-exts] haddockPhase completed in 2 minutes 10 seconds
  7976. 2557.17 s [haskell-src-exts] Phase: installPhase
  7977. 2557.17 s [haskell-src-exts] Installing library in /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
  7978. 2557.17 s [haskell-src-exts] Phase: fixupPhase
  7979. 2557.17 s [haskell-src-exts] shrinking RPATHs of ELF executables and libraries in /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1
  7980. 2557.17 s [haskell-src-exts] shrinking /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHShaskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r-ghc9.6.4.so
  7981. 2557.17 s [haskell-src-exts] checking for references to /build/ in /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1...
  7982. 2557.17 s [haskell-src-exts] patching script interpreter paths in /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1
  7983. 2557.17 s [haskell-src-exts] stripping (with command strip and flags -S -p) in /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1/lib
  7984. 2557.17 s [haskell-src-exts] shrinking RPATHs of ELF executables and libraries in /nix/store/kw1sk2xwbz1r0x4j2k6gzc909i466rfb-haskell-src-exts-1.23.1-doc
  7985. 2557.17 s [haskell-src-exts] checking for references to /build/ in /nix/store/kw1sk2xwbz1r0x4j2k6gzc909i466rfb-haskell-src-exts-1.23.1-doc...
  7986. 2557.17 s [haskell-src-exts] patching script interpreter paths in /nix/store/kw1sk2xwbz1r0x4j2k6gzc909i466rfb-haskell-src-exts-1.23.1-doc
  7987. 2557.57 s [hourglass:post-build] Uploading to the NixCI cache: /nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12 /nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc
  7988. 2558.19 s [hourglass:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7989. 2559.24 s [hourglass:post-build] copying 2 paths...
  7990. 2559.24 s [hourglass:post-build] copying path '/nix/store/xpjpfiqlv17anbi9msh6vmnzcngfmaqa-hourglass-0.2.12-doc' to 'https://cache.nix-ci.com'...
  7991. 2561.55 s [hourglass:post-build] copying path '/nix/store/f1z7k9sml35szz2yn2annzla5d674j8s-hourglass-0.2.12' to 'https://cache.nix-ci.com'...
  7992. 2569.36 s [hourglass:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7993. 2570.31 s [hourglass:post-build] copying 1 paths...
  7994. 2570.31 s [hourglass:post-build] copying path '/nix/store/ly8pf97r18ly3h6zfskk0xg4hh97lrj6-hourglass-0.2.12.drv' to 'https://cache.nix-ci.com'...
  7995. 2571.00 s Uploaded hourglass in 13.6s
  7996. 2571.01 s Progress: 129 of 211 built (14 building), 298 of 298 downloaded from cache
  7997. 2571.01 s Built hourglass in 3m23s
  7998. 2571.01 s [iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
  7999. 2571.01 s [iproute] Dynamic Libraries installed in:
  8000. 2571.01 s [iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  8001. 2571.01 s [iproute] Private executables installed in:
  8002. 2571.01 s [iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/libexec/x86_64-linux-ghc-9.6.4/iproute-1.7.15
  8003. 2571.01 s [iproute] Data files installed in:
  8004. 2571.01 s [iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/share/x86_64-linux-ghc-9.6.4/iproute-1.7.15
  8005. 2571.01 s [iproute] Documentation installed in:
  8006. 2571.01 s [iproute] /nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc/share/doc/iproute-1.7.15
  8007. 2571.01 s [iproute] Configuration files installed in:
  8008. 2571.01 s [iproute] /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/etc
  8009. 2571.01 s [iproute] No alex found
  8010. 2571.01 s [iproute] Using ar found on system at:
  8011. 2571.01 s [iproute] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  8012. 2571.01 s [iproute] No c2hs found
  8013. 2571.01 s [iproute] No cpphs found
  8014. 2571.01 s [iproute] No doctest found
  8015. 2571.01 s [iproute] Using gcc version 14.3.0 given by user at:
  8016. 2571.01 s [iproute] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  8017. 2571.01 s [iproute] Using ghc version 9.6.4 found on system at:
  8018. 2571.01 s [iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  8019. 2571.01 s [iproute] Using ghc-pkg version 9.6.4 found on system at:
  8020. 2571.01 s [iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  8021. 2571.01 s [iproute] No ghcjs found
  8022. 2571.01 s [iproute] No ghcjs-pkg found
  8023. 2571.01 s [iproute] No greencard found
  8024. 2571.01 s [iproute] Using haddock version 2.29.2 found on system at:
  8025. 2571.01 s [iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  8026. 2571.01 s [iproute] No happy found
  8027. 2571.01 s [iproute] Using haskell-suite found on system at: haskell-suite-dummy-location
  8028. 2571.01 s [iproute] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  8029. 2571.01 s [iproute] No hmake found
  8030. 2571.01 s [iproute] Using hpc version 0.68 found on system at:
  8031. 2571.01 s [iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  8032. 2571.01 s [iproute] Using hsc2hs version 0.68.9 found on system at:
  8033. 2571.02 s [iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  8034. 2571.02 s [iproute] Using hscolour version 1.25 found on system at:
  8035. 2571.02 s [iproute] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  8036. 2571.02 s [iproute] No jhc found
  8037. 2571.02 s [iproute] Using ld found on system at:
  8038. 2571.02 s [iproute] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  8039. 2571.02 s [iproute] No pkg-config found
  8040. 2571.02 s [iproute] Using runghc version 9.6.4 found on system at:
  8041. 2571.02 s [iproute] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  8042. 2571.02 s [iproute] Using strip version 2.44 found on system at:
  8043. 2571.02 s [iproute] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  8044. 2571.02 s [iproute] Using tar found on system at:
  8045. 2571.02 s [iproute] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  8046. 2571.02 s [iproute] No uhc found
  8047. 2571.02 s [iproute] Phase: buildPhase
  8048. 2571.02 s [iproute] Preprocessing library for iproute-1.7.15..
  8049. 2571.02 s [iproute] Building library for iproute-1.7.15..
  8050. 2571.02 s [iproute] [1 of 9] Compiling Data.IP.Addr ( Data/IP/Addr.hs, dist/build/Data/IP/Addr.o, dist/build/Data/IP/Addr.dyn_o )
  8051. 2571.02 s [iproute]
  8052. 2571.02 s [iproute] Data/IP/Addr.hs:679:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  8053. 2571.02 s [iproute] Pattern match(es) are non-exhaustive
  8054. 2571.02 s [iproute] In a pattern binding:
  8055. 2571.02 s [iproute] Patterns of type ‘[Int]’ not matched:
  8056. 2571.02 s [iproute] []
  8057. 2571.02 s [iproute] [_]
  8058. 2571.02 s [iproute] [_, _]
  8059. 2571.02 s [iproute] [_, _, _]
  8060. 2571.02 s [iproute] ...
  8061. 2571.02 s [iproute] |
  8062. 2571.02 s [iproute] 679 | [i1, i2, i3, i4] = fromIPv4 ip
  8063. 2571.02 s [iproute] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8064. 2571.02 s [iproute] [2 of 9] Compiling Data.IP.Builder ( Data/IP/Builder.hs, dist/build/Data/IP/Builder.o, dist/build/Data/IP/Builder.dyn_o )
  8065. 2571.02 s [iproute] [3 of 9] Compiling Data.IP.Mask ( Data/IP/Mask.hs, dist/build/Data/IP/Mask.o, dist/build/Data/IP/Mask.dyn_o )
  8066. 2571.02 s [iproute] [4 of 9] Compiling Data.IP.Range ( Data/IP/Range.hs, dist/build/Data/IP/Range.o, dist/build/Data/IP/Range.dyn_o )
  8067. 2571.02 s [iproute] [5 of 9] Compiling Data.IP.Op ( Data/IP/Op.hs, dist/build/Data/IP/Op.o, dist/build/Data/IP/Op.dyn_o )
  8068. 2571.02 s [iproute]
  8069. 2571.02 s [iproute] Data/IP/Op.hs:103:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  8070. 2571.02 s [iproute] Pattern match(es) are non-exhaustive
  8071. 2571.03 s [iproute] In a pattern binding:
  8072. 2571.03 s [iproute] Patterns of type ‘[Int]’ not matched:
  8073. 2571.03 s [iproute] []
  8074. 2571.03 s [iproute] [_]
  8075. 2571.03 s [iproute] [_, _]
  8076. 2571.03 s [iproute] [_, _, _]
  8077. 2571.03 s [iproute] ...
  8078. 2571.03 s [iproute] |
  8079. 2571.03 s [lifted-base] Phase: setupCompilerEnvironmentPhase
  8080. 2571.03 s [lifted-base] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  8081. 2571.03 s [lifted-base] Phase: unpackPhase
  8082. 2571.03 s [lifted-base] unpacking source archive /nix/store/w69j2sj76rm1fkacbv4ikkk7k9f0q603-lifted-base-0.2.3.12.tar.gz
  8083. 2571.03 s [lifted-base] source root is lifted-base-0.2.3.12
  8084. 2571.03 s [lifted-base] setting SOURCE_DATE_EPOCH to timestamp 1521058398 of file "lifted-base-0.2.3.12/test/test.hs"
  8085. 2571.03 s [lifted-base] Phase: patchPhase
  8086. 2571.03 s [lifted-base] applying patch /nix/store/wjvpd3257lnn4zxpn7711nmjb4ilsfaj-6b61483ec7fd0d5d5d56ccb967860d42740781e8.patch
  8087. 2571.03 s [lifted-base] patching file test/test.hs
  8088. 2571.03 s [lifted-base] Phase: compileBuildDriverPhase
  8089. 2571.03 s [lifted-base] setupCompileFlags: -package-db=/build/tmp.vfaDo1A8da/setup-package.conf.d -threaded
  8090. 2571.03 s [lifted-base] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.vfaDo1A8da/Main.o )
  8091. 2571.03 s [lifted-base] [2 of 2] Linking Setup
  8092. 2571.03 s [lifted-base] Phase: updateAutotoolsGnuConfigScriptsPhase
  8093. 2571.03 s [lifted-base] Phase: configurePhase
  8094. 2571.03 s [lifted-base] configureFlags: --verbose --prefix=/nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc/share/doc/lifted-base-0.2.3.12 --with-gcc=gcc --package-db=/build/tmp.vfaDo1A8da/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  8095. 2571.03 s [lifted-base] Using Parsec parser
  8096. 2571.03 s [lifted-base] Configuring lifted-base-0.2.3.12...
  8097. 2571.03 s [lifted-base] Dependency base >=3 && <5: using base-4.18.2.0
  8098. 2571.03 s [lifted-base] Dependency monad-control >=0.3: using monad-control-1.0.3.1
  8099. 2571.03 s [lifted-base] Dependency transformers-base >=0.4: using transformers-base-0.4.6
  8100. 2571.03 s [lifted-base] Dependency HUnit >=1.2.2: using HUnit-1.6.2.0
  8101. 2571.03 s [lifted-base] Dependency base >=3 && <5: using base-4.18.2.0
  8102. 2571.03 s [lifted-base] Dependency lifted-base: using lifted-base-0.2.3.12
  8103. 2571.03 s [lifted-base] Dependency monad-control >=1.0.0.3: using monad-control-1.0.3.1
  8104. 2571.03 s [lifted-base] Dependency test-framework >=0.2.4: using test-framework-0.8.2.2
  8105. 2571.03 s [lifted-base] Dependency test-framework-hunit >=0.2.4: using test-framework-hunit-0.3.0.2
  8106. 2571.03 s [lifted-base] Dependency transformers >=0.3: using transformers-0.6.1.0
  8107. 2571.03 s [lifted-base] Dependency transformers-base >=0.4.4: using transformers-base-0.4.6
  8108. 2571.03 s [lifted-base] Dependency transformers-compat >=0.3: using transformers-compat-0.7.2
  8109. 2571.03 s [lifted-base] Source component graph:
  8110. 2571.03 s [lifted-base] component lib
  8111. 2571.03 s [lifted-base] component test:test-lifted-base dependency lib
  8112. 2571.03 s [lifted-base] Configured component graph:
  8113. 2571.03 s [lifted-base] component lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
  8114. 2571.03 s [lifted-base] include base-4.18.2.0
  8115. 2571.03 s [lifted-base] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  8116. 2571.03 s [lifted-base] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
  8117. 2571.03 s [lifted-base] component lifted-base-0.2.3.12-GM81moq1B90FhC8aeDOEzC-test-lifted-base
  8118. 2571.03 s [lifted-base] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  8119. 2571.03 s [lifted-base] include base-4.18.2.0
  8120. 2571.03 s [lifted-base] include lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
  8121. 2571.03 s [lifted-base] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  8122. 2571.03 s [lifted-base] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
  8123. 2571.03 s [lifted-base] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
  8124. 2571.03 s [lifted-base] include transformers-0.6.1.0
  8125. 2571.03 s [lifted-base] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
  8126. 2571.03 s [lifted-base] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  8127. 2571.03 s [lifted-base] Linked component graph:
  8128. 2571.03 s [lifted-base] unit lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
  8129. 2571.03 s [lifted-base] include base-4.18.2.0
  8130. 2571.03 s [network-uri] : OK
  8131. 2571.03 s [network-uri]
  8132. 2571.03 s [network-uri] All 341 tests passed (0.14s)
  8133. 2571.03 s [network-uri] Test suite uri: PASS
  8134. 2571.03 s [network-uri] Test suite logged to: dist/test/network-uri-2.6.4.2-uri.log
  8135. 2571.03 s [network-uri] 1 of 1 test suites (1 of 1 test cases) passed.
  8136. 2571.03 s [network-uri] Phase: haddockPhase
  8137. 2571.03 s [network-uri] Preprocessing library for network-uri-2.6.4.2..
  8138. 2571.03 s [network-uri] Running Haddock on library for network-uri-2.6.4.2..
  8139. 2571.04 s [network-uri] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  8140. 2571.04 s [network-uri] 77% ( 42 / 54) in 'Network.URI'
  8141. 2571.04 s [network-uri] Missing documentation for:
  8142. 2571.04 s [network-uri] uriIsAbsolute (Network/URI.hs:387)
  8143. 2571.04 s [network-uri] uriIsRelative (Network/URI.hs:390)
  8144. 2571.04 s [network-uri] uriAuthToString (Network/URI.hs:958)
  8145. 2571.04 s [network-uri] parseabsoluteURI (Network/URI.hs:1399)
  8146. 2571.04 s [network-uri] escapeString (Network/URI.hs:1403)
  8147. 2571.04 s [network-uri] reserved (Network/URI.hs:1407)
  8148. 2571.04 s [network-uri] unreserved (Network/URI.hs:1411)
  8149. 2571.04 s [network-uri] scheme (Network/URI.hs:1417)
  8150. 2571.04 s [network-uri] authority (Network/URI.hs:1424)
  8151. 2571.04 s [network-uri] path (Network/URI.hs:1432)
  8152. 2571.04 s [network-uri] query (Network/URI.hs:1436)
  8153. 2571.04 s [network-uri] fragment (Network/URI.hs:1440)
  8154. 2571.04 s [network-uri] 11% ( 1 / 9) in 'Network.URI.Lens'
  8155. 2571.04 s [network-uri] Missing documentation for:
  8156. 2571.04 s [network-uri] uriRegNameLens (Network/URI/Lens.hs:31)
  8157. 2571.04 s [network-uri] uriUserInfoLens (Network/URI/Lens.hs:34)
  8158. 2571.04 s [network-uri] uriPortLens (Network/URI/Lens.hs:38)
  8159. 2571.04 s [network-uri] uriAuthorityLens (Network/URI/Lens.hs:41)
  8160. 2571.04 s [network-uri] uriSchemeLens (Network/URI/Lens.hs:45)
  8161. 2571.04 s [network-uri] uriPathLens (Network/URI/Lens.hs:48)
  8162. 2571.04 s [network-uri] uriQueryLens (Network/URI/Lens.hs:51)
  8163. 2571.04 s [network-uri] uriFragmentLens (Network/URI/Lens.hs:54)
  8164. 2571.04 s [network-uri] 88% ( 8 / 9) in 'Network.URI.Static'
  8165. 2571.04 s [network-uri] Missing documentation for:
  8166. 2571.04 s [network-uri] Module header
  8167. 2571.04 s [network-uri] Warning: Network.URI.Lens: could not find link destinations for:
  8168. 2571.04 s [network-uri] - Network.URI.Lens.Lens'
  8169. 2571.04 s [network-uri] Documentation created: dist/doc/html/network-uri/index.html,
  8170. 2571.04 s [network-uri] dist/doc/html/network-uri/network-uri.txt
  8171. 2571.04 s [network-uri] Preprocessing test suite 'uri' for network-uri-2.6.4.2..
  8172. 2571.04 s [network-uri] Phase: installPhase
  8173. 2571.04 s [network-uri] Installing library in /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/network-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq
  8174. 2571.04 s [network-uri] Phase: fixupPhase
  8175. 2571.04 s [network-uri] shrinking RPATHs of ELF executables and libraries in /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2
  8176. 2571.04 s [network-uri] shrinking /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSnetwork-uri-2.6.4.2-LCXbQyohz2CBKGsfpClLq-ghc9.6.4.so
  8177. 2571.04 s [network-uri] checking for references to /build/ in /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2...
  8178. 2571.04 s [network-uri] patching script interpreter paths in /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2
  8179. 2571.04 s [network-uri] stripping (with command strip and flags -S -p) in /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2/lib
  8180. 2571.04 s [network-uri] shrinking RPATHs of ELF executables and libraries in /nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc
  8181. 2571.04 s [network-uri] checking for references to /build/ in /nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc...
  8182. 2571.04 s [network-uri] patching script interpreter paths in /nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc
  8183. 2571.04 s [socks] Phase: buildPhase
  8184. 2571.04 s [socks] Preprocessing library for socks-0.6.1..
  8185. 2571.04 s [socks] Building library for socks-0.6.1..
  8186. 2571.04 s [socks] [1 of 7] Compiling Network.Socks5.Parse ( Network/Socks5/Parse.hs, dist/build/Network/Socks5/Parse.o, dist/build/Network/Socks5/Parse.dyn_o )
  8187. 2571.04 s [socks]
  8188. 2571.04 s [socks] Network/Socks5/Parse.hs:75:5: warning: [-Wnoncanonical-monad-instances]
  8189. 2571.04 s [socks] Noncanonical ‘return’ definition detected
  8190. 2571.04 s [socks] in the instance declaration for ‘Monad Parser’.
  8191. 2571.04 s [socks] ‘return’ will eventually be removed in favour of ‘pure’
  8192. 2571.04 s [socks] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  8193. 2571.04 s [socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  8194. 2571.04 s [socks] |
  8195. 2571.04 s [socks] 75 | return v = Parser $ \buf _ ok -> ok buf v
  8196. 2571.04 s [socks] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8197. 2571.04 s [socks]
  8198. 2571.04 s [socks] Network/Socks5/Parse.hs:91:5: warning: [-Wnoncanonical-monad-instances]
  8199. 2571.04 s [socks] Noncanonical ‘pure = return’ definition detected
  8200. 2571.04 s [socks] in the instance declaration for ‘Applicative Parser’.
  8201. 2571.04 s [socks] Move definition from ‘return’ to ‘pure’
  8202. 2571.04 s [socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  8203. 2571.04 s [socks] |
  8204. 2571.04 s [socks] 91 | pure = return
  8205. 2571.04 s [socks] | ^^^^^^^^^^^^^^^^^^
  8206. 2571.04 s [socks] [2 of 7] Compiling Network.Socks5.Types ( Network/Socks5/Types.hs, dist/build/Network/Socks5/Types.o, dist/build/Network/Socks5/Types.dyn_o )
  8207. 2571.04 s [socks] [3 of 7] Compiling Network.Socks5.Conf ( Network/Socks5/Conf.hs, dist/build/Network/Socks5/Conf.o, dist/build/Network/Socks5/Conf.dyn_o )
  8208. 2571.04 s [socks] [4 of 7] Compiling Network.Socks5.Wire ( Network/Socks5/Wire.hs, dist/build/Network/Socks5/Wire.o, dist/build/Network/Socks5/Wire.dyn_o )
  8209. 2571.04 s [socks] [5 of 7] Compiling Network.Socks5.Command ( Network/Socks5/Command.hs, dist/build/Network/Socks5/Command.o, dist/build/Network/Socks5/Command.dyn_o )
  8210. 2571.04 s [socks] [6 of 7] Compiling Network.Socks5.Lowlevel ( Network/Socks5/Lowlevel.hs, dist/build/Network/Socks5/Lowlevel.o, dist/build/Network/Socks5/Lowlevel.dyn_o )
  8211. 2571.04 s [socks] [7 of 7] Compiling Network.Socks5 ( Network/Socks5.hs, dist/build/Network/Socks5.o, dist/build/Network/Socks5.dyn_o )
  8212. 2571.04 s [socks] [1 of 7] Compiling Network.Socks5.Parse ( Network/Socks5/Parse.hs, dist/build/Network/Socks5/Parse.p_o )
  8213. 2571.04 s [socks]
  8214. 2571.04 s [socks] Network/Socks5/Parse.hs:75:5: warning: [-Wnoncanonical-monad-instances]
  8215. 2571.04 s [socks] Noncanonical ‘return’ definition detected
  8216. 2571.04 s [socks] in the instance declaration for ‘Monad Parser’.
  8217. 2571.04 s [socks] ‘return’ will eventually be removed in favour of ‘pure’
  8218. 2571.04 s [socks] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  8219. 2571.04 s [socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  8220. 2571.04 s [socks] |
  8221. 2571.04 s [socks] 75 | return v = Parser $ \buf _ ok -> ok buf v
  8222. 2571.04 s [socks] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8223. 2571.04 s [socks]
  8224. 2571.04 s [socks] Network/Socks5/Parse.hs:91:5: warning: [-Wnoncanonical-monad-instances]
  8225. 2571.04 s [socks] Noncanonical ‘pure = return’ definition detected
  8226. 2571.05 s [socks] in the instance declaration for ‘Applicative Parser’.
  8227. 2571.05 s [socks] Move definition from ‘return’ to ‘pure’
  8228. 2571.05 s [socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  8229. 2571.05 s [socks] |
  8230. 2571.05 s [socks] 91 | pure = return
  8231. 2571.05 s [socks] | ^^^^^^^^^^^^^^^^^^
  8232. 2571.05 s [socks] [2 of 7] Compiling Network.Socks5.Types ( Network/Socks5/Types.hs, dist/build/Network/Socks5/Types.p_o )
  8233. 2571.05 s [socks] [3 of 7] Compiling Network.Socks5.Conf ( Network/Socks5/Conf.hs, dist/build/Network/Socks5/Conf.p_o )
  8234. 2571.05 s [socks] [4 of 7] Compiling Network.Socks5.Wire ( Network/Socks5/Wire.hs, dist/build/Network/Socks5/Wire.p_o )
  8235. 2571.05 s [zlib] check compress large chunk: OK (51.40s)
  8236. 2571.05 s [zlib] +++ OK, passed 1 test.
  8237. 2571.05 s [zlib]
  8238. 2571.05 s [zlib] All 20 tests passed (64.66s)
  8239. 2571.37 s Building /nix/store/58phva7bdr7lcj4zafv7krxllwv8x156-asn1-types-0.3.4.drv
  8240. 2571.37 s [OneTuple] Phase: unpackPhase
  8241. 2571.37 s [OneTuple] unpacking source archive /nix/store/xpigz6w15mkzrg5z4cw65qbnis5rcm34-OneTuple-0.4.2.tar.gz
  8242. 2571.37 s [OneTuple] source root is OneTuple-0.4.2
  8243. 2571.37 s [OneTuple] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "OneTuple-0.4.2/test/th.hs"
  8244. 2571.37 s [OneTuple] Phase: patchPhase
  8245. 2571.37 s [OneTuple] Replace Cabal file with edited version from mirror://hackage/OneTuple-0.4.2/revision/1.cabal.
  8246. 2571.37 s [OneTuple] Phase: compileBuildDriverPhase
  8247. 2571.37 s [OneTuple] setupCompileFlags: -package-db=/build/tmp.5Gac4EU122/setup-package.conf.d -threaded
  8248. 2571.37 s [OneTuple] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.5Gac4EU122/Main.o )
  8249. 2571.37 s [OneTuple] [2 of 2] Linking Setup
  8250. 2571.37 s [OneTuple] Phase: updateAutotoolsGnuConfigScriptsPhase
  8251. 2571.37 s [OneTuple] Phase: configurePhase
  8252. 2571.37 s [OneTuple] configureFlags: --verbose --prefix=/nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc/share/doc/OneTuple-0.4.2 --with-gcc=gcc --package-db=/build/tmp.5Gac4EU122/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  8253. 2571.37 s [OneTuple] Using Parsec parser
  8254. 2571.37 s [OneTuple] Configuring OneTuple-0.4.2...
  8255. 2571.37 s [OneTuple] Dependency base >=4.12 && <4.22: using base-4.18.2.0
  8256. 2571.37 s [OneTuple] Dependency ghc-prim: using ghc-prim-0.10.0
  8257. 2571.37 s [OneTuple] Dependency template-haskell: using template-haskell-2.20.0.0
  8258. 2571.37 s [OneTuple] Dependency OneTuple: using OneTuple-0.4.2
  8259. 2571.37 s [OneTuple] Dependency base: using base-4.18.2.0
  8260. 2571.37 s [OneTuple] Dependency hashable: using hashable-1.4.7.0
  8261. 2571.37 s [OneTuple] Dependency OneTuple: using OneTuple-0.4.2
  8262. 2571.37 s [OneTuple] Dependency base: using base-4.18.2.0
  8263. 2571.37 s [OneTuple] Dependency template-haskell: using template-haskell-2.20.0.0
  8264. 2571.37 s [OneTuple] Source component graph:
  8265. 2571.37 s [OneTuple] component lib
  8266. 2571.37 s [OneTuple] component test:instances dependency lib
  8267. 2571.37 s [OneTuple] component test:th dependency lib
  8268. 2571.37 s [OneTuple] Configured component graph:
  8269. 2571.37 s [OneTuple] component OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
  8270. 2571.37 s [OneTuple] include base-4.18.2.0
  8271. 2571.37 s [OneTuple] include ghc-prim-0.10.0
  8272. 2571.37 s [OneTuple] include template-haskell-2.20.0.0
  8273. 2571.37 s [OneTuple] component OneTuple-0.4.2-CSqVIS9D9n65y2LhdcGCSn-instances
  8274. 2571.37 s [OneTuple] include OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
  8275. 2571.37 s [OneTuple] include base-4.18.2.0
  8276. 2571.37 s [OneTuple] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  8277. 2571.37 s [OneTuple] component OneTuple-0.4.2-Be2xIyqNBzcHlOETnVnULN-th
  8278. 2571.37 s [OneTuple] include OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
  8279. 2571.37 s [OneTuple] include base-4.18.2.0
  8280. 2571.37 s [OneTuple] include template-haskell-2.20.0.0
  8281. 2571.37 s [OneTuple] Linked component graph:
  8282. 2571.37 s [OneTuple] unit OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
  8283. 2571.37 s [OneTuple] include base-4.18.2.0
  8284. 2571.37 s [OneTuple] include ghc-prim-0.10.0
  8285. 2571.37 s [OneTuple] include template-haskell-2.20.0.0
  8286. 2571.37 s [OneTuple] Data.Tuple.OneTuple=OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH:Data.Tuple.OneTuple,Data.Tuple.Solo=OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH:Data.Tuple.Solo,Data.Tuple.Solo.TH=OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH:Data.Tuple.Solo.TH
  8287. 2571.37 s [OneTuple] unit OneTuple-0.4.2-CSqVIS9D9n65y2LhdcGCSn-instances
  8288. 2571.37 s [OneTuple] include OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
  8289. 2571.37 s [OneTuple] include base-4.18.2.0
  8290. 2571.37 s [OneTuple] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  8291. 2571.37 s [OneTuple] unit OneTuple-0.4.2-Be2xIyqNBzcHlOETnVnULN-th
  8292. 2571.37 s [OneTuple] include OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
  8293. 2571.37 s [OneTuple] include base-4.18.2.0
  8294. 2571.37 s [OneTuple] include template-haskell-2.20.0.0
  8295. 2571.37 s [OneTuple] Ready component graph:
  8296. 2571.37 s [OneTuple] definite OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
  8297. 2571.37 s [OneTuple] depends base-4.18.2.0
  8298. 2571.37 s [async] Phase: unpackPhase
  8299. 2571.37 s [async] unpacking source archive /nix/store/zcfkav5mq2fcqmljmwcr011smnqy9q05-async-2.2.5.tar.gz
  8300. 2571.38 s [async] source root is async-2.2.5
  8301. 2571.38 s [async] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "async-2.2.5/test/test-async.hs"
  8302. 2571.38 s [async] Phase: patchPhase
  8303. 2571.38 s [async] Replace Cabal file with edited version from mirror://hackage/async-2.2.5/revision/3.cabal.
  8304. 2571.38 s [async] Phase: compileBuildDriverPhase
  8305. 2571.38 s [async] setupCompileFlags: -package-db=/build/tmp.YvLS6LLMDn/setup-package.conf.d -threaded
  8306. 2571.38 s [async] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.YvLS6LLMDn/Main.o )
  8307. 2571.38 s [async] [2 of 2] Linking Setup
  8308. 2571.38 s [async] Phase: updateAutotoolsGnuConfigScriptsPhase
  8309. 2571.38 s [async] Phase: configurePhase
  8310. 2571.38 s [async] configureFlags: --verbose --prefix=/nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc/share/doc/async-2.2.5 --with-gcc=gcc --package-db=/build/tmp.YvLS6LLMDn/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  8311. 2571.38 s [async] Using Parsec parser
  8312. 2571.38 s [async] Configuring async-2.2.5...
  8313. 2571.38 s [async] Flags chosen: bench=False
  8314. 2571.38 s [async] Dependency base >=4.3 && <4.22: using base-4.18.2.0
  8315. 2571.38 s [async] Dependency hashable >=1.1.2.0 && <1.6: using hashable-1.4.7.0
  8316. 2571.38 s [async] Dependency stm >=2.2 && <2.6: using stm-2.5.1.0
  8317. 2571.38 s [async] Dependency HUnit: using HUnit-1.6.2.0
  8318. 2571.38 s [async] Dependency async: using async-2.2.5
  8319. 2571.38 s [async] Dependency base: using base-4.18.2.0
  8320. 2571.38 s [async] Dependency stm: using stm-2.5.1.0
  8321. 2571.38 s [async] Dependency test-framework: using test-framework-0.8.2.2
  8322. 2571.38 s [async] Dependency test-framework-hunit: using test-framework-hunit-0.3.0.2
  8323. 2571.38 s [async] Source component graph:
  8324. 2571.38 s [async] component lib
  8325. 2571.38 s [async] component test:test-async dependency lib
  8326. 2571.38 s [async] Configured component graph:
  8327. 2571.38 s [async] component async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  8328. 2571.38 s [async] include base-4.18.2.0
  8329. 2571.38 s [async] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  8330. 2571.38 s [async] include stm-2.5.1.0
  8331. 2571.38 s [async] component async-2.2.5-JkXX893D4IsFdWmd5g8VA0-test-async
  8332. 2571.38 s [async] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  8333. 2571.38 s [async] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  8334. 2571.38 s [async] include base-4.18.2.0
  8335. 2571.38 s [async] include stm-2.5.1.0
  8336. 2571.38 s [async] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
  8337. 2571.38 s [async] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
  8338. 2571.39 s [async] Linked component graph:
  8339. 2571.39 s [async] unit async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  8340. 2571.39 s [async] include base-4.18.2.0
  8341. 2571.39 s [async] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  8342. 2571.39 s [async] include stm-2.5.1.0
  8343. 2571.40 s [async] Control.Concurrent.Async=async-2.2.5-sGJFzu4bkmLEjth7eTA6J:Control.Concurrent.Async,Control.Concurrent.Async.Internal=async-2.2.5-sGJFzu4bkmLEjth7eTA6J:Control.Concurrent.Async.Internal
  8344. 2571.40 s [async] unit async-2.2.5-JkXX893D4IsFdWmd5g8VA0-test-async
  8345. 2571.40 s [async] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  8346. 2571.40 s [async] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  8347. 2571.40 s [async] include base-4.18.2.0
  8348. 2571.40 s [async] include stm-2.5.1.0
  8349. 2571.40 s [async] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
  8350. 2571.40 s [async] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
  8351. 2571.40 s [async] Ready component graph:
  8352. 2571.40 s [async] definite async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  8353. 2571.40 s [async] depends base-4.18.2.0
  8354. 2571.40 s [async] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  8355. 2571.40 s [async] depends stm-2.5.1.0
  8356. 2571.40 s [case-insensitive] Phase: unpackPhase
  8357. 2571.40 s [case-insensitive] unpacking source archive /nix/store/j5ii6jyxahhhmc58d6wd31055hk6a12s-case-insensitive-1.2.1.0.tar.gz
  8358. 2571.40 s [case-insensitive] source root is case-insensitive-1.2.1.0
  8359. 2571.40 s [case-insensitive] setting SOURCE_DATE_EPOCH to timestamp 1557030904 of file "case-insensitive-1.2.1.0/test/test.hs"
  8360. 2571.40 s [case-insensitive] Phase: patchPhase
  8361. 2571.40 s [case-insensitive] Phase: compileBuildDriverPhase
  8362. 2571.40 s [case-insensitive] setupCompileFlags: -package-db=/build/tmp.aorPqsyFnQ/setup-package.conf.d -threaded
  8363. 2571.40 s [case-insensitive] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.aorPqsyFnQ/Main.o )
  8364. 2571.40 s [case-insensitive] [2 of 2] Linking Setup
  8365. 2571.40 s [case-insensitive] Phase: updateAutotoolsGnuConfigScriptsPhase
  8366. 2571.40 s [case-insensitive] Phase: configurePhase
  8367. 2571.40 s [case-insensitive] configureFlags: --verbose --prefix=/nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc/share/doc/case-insensitive-1.2.1.0 --with-gcc=gcc --package-db=/build/tmp.aorPqsyFnQ/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  8368. 2571.40 s [case-insensitive] Using Parsec parser
  8369. 2571.40 s [case-insensitive] Configuring case-insensitive-1.2.1.0...
  8370. 2571.40 s [case-insensitive] Dependency base >=3 && <5: using base-4.18.2.0
  8371. 2571.40 s [case-insensitive] Dependency bytestring >=0.9: using bytestring-0.11.5.3
  8372. 2571.40 s [case-insensitive] Dependency deepseq >=1.1: using deepseq-1.4.8.1
  8373. 2571.40 s [case-insensitive] Dependency hashable >=1.0: using hashable-1.4.7.0
  8374. 2571.40 s [case-insensitive] Dependency text >=0.3: using text-2.0.2
  8375. 2571.40 s [case-insensitive] Dependency HUnit >=1.2.2: using HUnit-1.6.2.0
  8376. 2571.40 s [case-insensitive] Dependency base >=3 && <5: using base-4.18.2.0
  8377. 2571.40 s [case-insensitive] Dependency bytestring >=0.9: using bytestring-0.11.5.3
  8378. 2571.40 s [case-insensitive] Dependency case-insensitive: using case-insensitive-1.2.1.0
  8379. 2571.40 s [case-insensitive] Dependency test-framework >=0.2.4: using test-framework-0.8.2.2
  8380. 2571.40 s [case-insensitive] Dependency test-framework-hunit >=0.2.4: using test-framework-hunit-0.3.0.2
  8381. 2571.40 s [case-insensitive] Dependency text >=0.3: using text-2.0.2
  8382. 2571.40 s [case-insensitive] Source component graph:
  8383. 2571.40 s [case-insensitive] component lib
  8384. 2571.40 s [case-insensitive] component test:test-case-insensitive dependency lib
  8385. 2571.40 s [case-insensitive] Configured component graph:
  8386. 2571.40 s [case-insensitive] component case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
  8387. 2571.40 s [case-insensitive] include base-4.18.2.0
  8388. 2571.40 s [case-insensitive] include bytestring-0.11.5.3
  8389. 2571.40 s [case-insensitive] include deepseq-1.4.8.1
  8390. 2571.40 s [case-insensitive] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  8391. 2571.40 s [case-insensitive] include text-2.0.2
  8392. 2571.40 s [case-insensitive] component case-insensitive-1.2.1.0-3l26joYCcqTKHq30sam1Z5-test-case-insensitive
  8393. 2571.40 s [case-insensitive] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  8394. 2571.40 s [case-insensitive] include base-4.18.2.0
  8395. 2571.40 s [case-insensitive] include bytestring-0.11.5.3
  8396. 2571.40 s [case-insensitive] include case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
  8397. 2571.40 s [case-insensitive] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
  8398. 2571.41 s [case-insensitive] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
  8399. 2571.41 s [case-insensitive] include text-2.0.2
  8400. 2571.41 s [case-insensitive] Linked component graph:
  8401. 2571.41 s [case-insensitive] unit case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
  8402. 2571.41 s [case-insensitive] include base-4.18.2.0
  8403. 2571.41 s [case-insensitive] include bytestring-0.11.5.3
  8404. 2571.41 s [case-insensitive] include deepseq-1.4.8.1
  8405. 2571.41 s [case-insensitive] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  8406. 2571.41 s [case-insensitive] include text-2.0.2
  8407. 2571.41 s [case-insensitive] Data.CaseInsensitive=case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0:Data.CaseInsensitive,Data.CaseInsensitive.Unsafe=case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0:Data.CaseInsensitive.Unsafe
  8408. 2571.41 s [case-insensitive] unit case-insensitive-1.2.1.0-3l26joYCcqTKHq30sam1Z5-test-case-insensitive
  8409. 2571.41 s [case-insensitive] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  8410. 2571.41 s [constraints] Phase: setupCompilerEnvironmentPhase
  8411. 2571.41 s [constraints] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  8412. 2571.41 s [constraints] Phase: unpackPhase
  8413. 2571.41 s [constraints] unpacking source archive /nix/store/9b3980c2m9ign1w8ym4pvak4c716pkcs-constraints-0.14.2.tar.gz
  8414. 2571.41 s [constraints] source root is constraints-0.14.2
  8415. 2571.41 s [constraints] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "constraints-0.14.2/tests/Spec.hs"
  8416. 2571.41 s [constraints] Phase: patchPhase
  8417. 2571.41 s [constraints] Replace Cabal file with edited version from mirror://hackage/constraints-0.14.2/revision/1.cabal.
  8418. 2571.41 s [constraints] Phase: compileBuildDriverPhase
  8419. 2571.41 s [constraints] setupCompileFlags: -package-db=/build/tmp.bg29zPBcYZ/setup-package.conf.d -threaded
  8420. 2571.41 s [constraints] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.bg29zPBcYZ/Main.o )
  8421. 2571.41 s [constraints] [2 of 2] Linking Setup
  8422. 2571.41 s [constraints] Phase: updateAutotoolsGnuConfigScriptsPhase
  8423. 2571.41 s [constraints] Phase: configurePhase
  8424. 2571.41 s [constraints] configureFlags: --verbose --prefix=/nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc/share/doc/constraints-0.14.2 --with-gcc=gcc --package-db=/build/tmp.bg29zPBcYZ/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  8425. 2571.41 s [constraints] Using Parsec parser
  8426. 2571.41 s [constraints] Configuring constraints-0.14.2...
  8427. 2571.41 s [constraints] Dependency base >=4.12 && <5: using base-4.18.2.0
  8428. 2571.41 s [constraints] Dependency binary >=0.7.1 && <0.9: using binary-0.8.9.1
  8429. 2571.41 s [constraints] Dependency boring >=0.2 && <0.3: using boring-0.2.2
  8430. 2571.41 s [constraints] Dependency deepseq >=1.3 && <1.6: using deepseq-1.4.8.1
  8431. 2571.41 s [constraints] Dependency ghc-prim: using ghc-prim-0.10.0
  8432. 2571.41 s [constraints] Dependency hashable >=1.2 && <1.6: using hashable-1.4.7.0
  8433. 2571.41 s [constraints] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
  8434. 2571.41 s [constraints] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
  8435. 2571.41 s [constraints] Dependency base: using base-4.18.2.0
  8436. 2571.41 s [constraints] Dependency constraints: using constraints-0.14.2
  8437. 2571.41 s [constraints] Dependency hspec >=2: using hspec-2.11.12
  8438. 2571.41 s [constraints] Source component graph:
  8439. 2571.41 s [constraints] component lib
  8440. 2571.41 s [constraints] component test:spec dependency lib
  8441. 2571.41 s [constraints] Configured component graph:
  8442. 2571.41 s [constraints] component constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
  8443. 2571.41 s [constraints] include base-4.18.2.0
  8444. 2571.41 s [constraints] include binary-0.8.9.1
  8445. 2571.41 s [constraints] include boring-0.2.2-7XzsSmLvRC72TGz61ob8Fj
  8446. 2571.41 s [constraints] include deepseq-1.4.8.1
  8447. 2571.42 s [constraints] include ghc-prim-0.10.0
  8448. 2571.42 s [constraints] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  8449. 2571.42 s [constraints] include mtl-2.3.1
  8450. 2571.42 s [constraints] include transformers-0.6.1.0
  8451. 2571.42 s [constraints] component constraints-0.14.2-JSMkouAVqHjKDbOQ7wPGuQ-spec
  8452. 2571.42 s [constraints] include base-4.18.2.0
  8453. 2571.42 s [constraints] include constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
  8454. 2571.42 s [constraints] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  8455. 2571.42 s [constraints] Linked component graph:
  8456. 2571.42 s [constraints] unit constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
  8457. 2571.42 s [constraints] include base-4.18.2.0
  8458. 2571.42 s [constraints] include binary-0.8.9.1
  8459. 2571.42 s [constraints] include boring-0.2.2-7XzsSmLvRC72TGz61ob8Fj
  8460. 2571.42 s [constraints] include deepseq-1.4.8.1
  8461. 2571.42 s [constraints] include ghc-prim-0.10.0
  8462. 2571.42 s [constraints] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  8463. 2571.42 s [constraints] include mtl-2.3.1
  8464. 2571.42 s [constraints] include transformers-0.6.1.0
  8465. 2571.42 s [crypton] [ 92 of 139] Compiling Crypto.PubKey.RSA.Prim ( Crypto/PubKey/RSA/Prim.hs, dist/build/Crypto/PubKey/RSA/Prim.o, dist/build/Crypto/PubKey/RSA/Prim.dyn_o )
  8466. 2571.42 s [crypton] [ 93 of 139] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, dist/build/Crypto/Random/Entropy/Source.o, dist/build/Crypto/Random/Entropy/Source.dyn_o )
  8467. 2571.42 s [crypton] [ 94 of 139] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, dist/build/Crypto/Random/Entropy/RDRand.o, dist/build/Crypto/Random/Entropy/RDRand.dyn_o )
  8468. 2571.42 s [crypton] [ 95 of 139] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, dist/build/Crypto/Random/Entropy/Unix.o, dist/build/Crypto/Random/Entropy/Unix.dyn_o )
  8469. 2571.42 s [crypton] [ 96 of 139] Compiling Crypto.Random.Entropy.Backend ( Crypto/Random/Entropy/Backend.hs, dist/build/Crypto/Random/Entropy/Backend.o, dist/build/Crypto/Random/Entropy/Backend.dyn_o )
  8470. 2571.42 s [crypton] [ 97 of 139] Compiling Crypto.Random.Entropy.Unsafe ( Crypto/Random/Entropy/Unsafe.hs, dist/build/Crypto/Random/Entropy/Unsafe.o, dist/build/Crypto/Random/Entropy/Unsafe.dyn_o )
  8471. 2571.42 s [crypton] [ 98 of 139] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, dist/build/Crypto/Random/Entropy.o, dist/build/Crypto/Random/Entropy.dyn_o )
  8472. 2571.42 s [crypton] [ 99 of 139] Compiling Crypto.Random.EntropyPool ( Crypto/Random/EntropyPool.hs, dist/build/Crypto/Random/EntropyPool.o, dist/build/Crypto/Random/EntropyPool.dyn_o )
  8473. 2571.42 s [crypton] [100 of 139] Compiling Crypto.Random.Types ( Crypto/Random/Types.hs, dist/build/Crypto/Random/Types.o, dist/build/Crypto/Random/Types.dyn_o )
  8474. 2571.42 s [crypton] [101 of 139] Compiling Crypto.Random.SystemDRG ( Crypto/Random/SystemDRG.hs, dist/build/Crypto/Random/SystemDRG.o, dist/build/Crypto/Random/SystemDRG.dyn_o )
  8475. 2571.42 s [crypton] [102 of 139] Compiling Crypto.Random.HmacDRG ( Crypto/Random/HmacDRG.hs, dist/build/Crypto/Random/HmacDRG.o, dist/build/Crypto/Random/HmacDRG.dyn_o )
  8476. 2571.42 s [crypton] [103 of 139] Compiling Crypto.Random.ChaChaDRG ( Crypto/Random/ChaChaDRG.hs, dist/build/Crypto/Random/ChaChaDRG.o, dist/build/Crypto/Random/ChaChaDRG.dyn_o )
  8477. 2571.42 s [crypton] [104 of 139] Compiling Crypto.Random ( Crypto/Random.hs, dist/build/Crypto/Random.o, dist/build/Crypto/Random.dyn_o )
  8478. 2571.42 s [crypton] [105 of 139] Compiling Crypto.Random.Probabilistic ( Crypto/Random/Probabilistic.hs, dist/build/Crypto/Random/Probabilistic.o, dist/build/Crypto/Random/Probabilistic.dyn_o )
  8479. 2571.42 s [crypton] [106 of 139] Compiling Crypto.PubKey.Ed448 ( Crypto/PubKey/Ed448.hs, dist/build/Crypto/PubKey/Ed448.o, dist/build/Crypto/PubKey/Ed448.dyn_o )
  8480. 2571.42 s [crypton] [107 of 139] Compiling Crypto.PubKey.Ed25519 ( Crypto/PubKey/Ed25519.hs, dist/build/Crypto/PubKey/Ed25519.o, dist/build/Crypto/PubKey/Ed25519.dyn_o )
  8481. 2571.42 s [crypton] [108 of 139] Compiling Crypto.PubKey.ECC.P256 ( Crypto/PubKey/ECC/P256.hs, dist/build/Crypto/PubKey/ECC/P256.o, dist/build/Crypto/PubKey/ECC/P256.dyn_o )
  8482. 2571.42 s [crypton] [109 of 139] Compiling Crypto.PubKey.Curve448 ( Crypto/PubKey/Curve448.hs, dist/build/Crypto/PubKey/Curve448.o, dist/build/Crypto/PubKey/Curve448.dyn_o )
  8483. 2571.42 s [crypton] [110 of 139] Compiling Crypto.PubKey.Curve25519 ( Crypto/PubKey/Curve25519.hs, dist/build/Crypto/PubKey/Curve25519.o, dist/build/Crypto/PubKey/Curve25519.dyn_o )
  8484. 2571.42 s [crypton] [111 of 139] Compiling Crypto.KDF.BCrypt ( Crypto/KDF/BCrypt.hs, dist/build/Crypto/KDF/BCrypt.o, dist/build/Crypto/KDF/BCrypt.dyn_o )
  8485. 2571.42 s [crypton] [112 of 139] Compiling Crypto.ECC.Edwards25519 ( Crypto/ECC/Edwards25519.hs, dist/build/Crypto/ECC/Edwards25519.o, dist/build/Crypto/ECC/Edwards25519.dyn_o )
  8486. 2571.42 s [crypton] [113 of 139] Compiling Crypto.Cipher.AESGCMSIV ( Crypto/Cipher/AESGCMSIV.hs, dist/build/Crypto/Cipher/AESGCMSIV.o, dist/build/Crypto/Cipher/AESGCMSIV.dyn_o )
  8487. 2571.42 s [crypton] [114 of 139] Compiling Crypto.Number.Generate ( Crypto/Number/Generate.hs, dist/build/Crypto/Number/Generate.o, dist/build/Crypto/Number/Generate.dyn_o )
  8488. 2571.42 s [crypton] [115 of 139] Compiling Crypto.PubKey.ECC.Prim ( Crypto/PubKey/ECC/Prim.hs, dist/build/Crypto/PubKey/ECC/Prim.o, dist/build/Crypto/PubKey/ECC/Prim.dyn_o )
  8489. 2571.42 s [crypton] [116 of 139] Compiling Crypto.PubKey.ECC.ECDSA ( Crypto/PubKey/ECC/ECDSA.hs, dist/build/Crypto/PubKey/ECC/ECDSA.o, dist/build/Crypto/PubKey/ECC/ECDSA.dyn_o )
  8490. 2571.42 s [crypton] [117 of 139] Compiling Crypto.PubKey.ECC.Generate ( Crypto/PubKey/ECC/Generate.hs, dist/build/Crypto/PubKey/ECC/Generate.o, dist/build/Crypto/PubKey/ECC/Generate.dyn_o )
  8491. 2571.44 s [distributive] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  8492. 2571.45 s [distributive] Ready component graph:
  8493. 2571.45 s [distributive] definite distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  8494. 2571.45 s [distributive] depends base-4.18.2.0
  8495. 2571.45 s [distributive] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  8496. 2571.45 s [distributive] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  8497. 2571.45 s [distributive] depends transformers-0.6.1.0
  8498. 2571.45 s [distributive] definite distributive-0.6.2.1-GLArh4mq6tX4KUaZjFtZPe-spec
  8499. 2571.45 s [distributive] depends base-4.18.2.0
  8500. 2571.45 s [distributive] depends distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  8501. 2571.45 s [distributive] depends generic-deriving-1.14.6-AFWaLXm9E0mBPgH53Xb82X
  8502. 2571.45 s [distributive] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  8503. 2571.45 s [distributive] Using Cabal-3.10.1.0 compiled by ghc-9.6
  8504. 2571.45 s [distributive] Using compiler: ghc-9.6.4
  8505. 2571.45 s [distributive] Using install prefix:
  8506. 2571.45 s [distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1
  8507. 2571.45 s [distributive] Executables installed in:
  8508. 2571.45 s [distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/bin
  8509. 2571.45 s [distributive] Libraries installed in:
  8510. 2571.45 s [distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  8511. 2571.45 s [distributive] Dynamic Libraries installed in:
  8512. 2571.45 s [distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  8513. 2571.45 s [distributive] Private executables installed in:
  8514. 2571.45 s [distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/libexec/x86_64-linux-ghc-9.6.4/distributive-0.6.2.1
  8515. 2571.45 s [distributive] Data files installed in:
  8516. 2571.45 s [distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/share/x86_64-linux-ghc-9.6.4/distributive-0.6.2.1
  8517. 2571.45 s [distributive] Documentation installed in:
  8518. 2571.45 s [distributive] /nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc/share/doc/distributive-0.6.2.1
  8519. 2571.45 s [distributive] Configuration files installed in:
  8520. 2571.45 s [distributive] /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/etc
  8521. 2571.45 s [distributive] No alex found
  8522. 2571.45 s [distributive] Using ar found on system at:
  8523. 2571.45 s [distributive] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  8524. 2571.45 s [distributive] No c2hs found
  8525. 2571.45 s [distributive] No cpphs found
  8526. 2571.45 s [distributive] No doctest found
  8527. 2571.45 s [distributive] Using gcc version 14.3.0 given by user at:
  8528. 2571.46 s [distributive] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  8529. 2571.46 s [distributive] Using ghc version 9.6.4 found on system at:
  8530. 2571.46 s [distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  8531. 2571.46 s [distributive] Using ghc-pkg version 9.6.4 found on system at:
  8532. 2571.46 s [distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  8533. 2571.46 s [distributive] No ghcjs found
  8534. 2571.46 s [distributive] No ghcjs-pkg found
  8535. 2571.46 s [distributive] No greencard found
  8536. 2571.46 s [distributive] Using haddock version 2.29.2 found on system at:
  8537. 2571.46 s [distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  8538. 2571.46 s [distributive] No happy found
  8539. 2571.46 s [distributive] Using haskell-suite found on system at: haskell-suite-dummy-location
  8540. 2571.46 s [distributive] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  8541. 2571.46 s [distributive] No hmake found
  8542. 2571.46 s [distributive] Using hpc version 0.68 found on system at:
  8543. 2571.46 s [distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  8544. 2571.46 s [distributive] Using hsc2hs version 0.68.9 found on system at:
  8545. 2571.46 s [distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  8546. 2571.46 s [distributive] Using hscolour version 1.25 found on system at:
  8547. 2571.46 s [distributive] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  8548. 2571.46 s [distributive] No jhc found
  8549. 2571.46 s [distributive] Using ld found on system at:
  8550. 2571.46 s [distributive] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  8551. 2571.46 s [distributive] No pkg-config found
  8552. 2571.46 s [distributive] Using runghc version 9.6.4 found on system at:
  8553. 2571.46 s [distributive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  8554. 2571.46 s [distributive] Using strip version 2.44 found on system at:
  8555. 2571.46 s [distributive] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  8556. 2571.46 s [distributive] Using tar found on system at:
  8557. 2571.46 s [distributive] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  8558. 2571.46 s [distributive] No uhc found
  8559. 2571.46 s [distributive] Phase: buildPhase
  8560. 2571.46 s [distributive] Preprocessing library for distributive-0.6.2.1..
  8561. 2571.46 s [distributive] Building library for distributive-0.6.2.1..
  8562. 2571.46 s [distributive] [1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o, dist/build/Data/Distributive.dyn_o )
  8563. 2571.46 s [distributive]
  8564. 2571.46 s [distributive] src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
  8565. 2571.46 s [distributive] The prefix use of a ‘$’ would denote an untyped splice
  8566. 2571.46 s [distributive] were the TemplateHaskell extension enabled.
  8567. 2571.46 s [distributive] Suggested fix: Add whitespace after the ‘$’.
  8568. 2571.46 s [distributive] |
  8569. 2571.46 s [distributive] 157 | distribute a e = fmap ($e) a
  8570. 2571.46 s [doctest] testCommentLocation [✔]
  8571. 2571.46 s [doctest] testPutStr [✔]
  8572. 2571.46 s [doctest] fails on multi-line expressions, introduced with :{ [✔]
  8573. 2571.46 s [doctest] testBlankline [✔]
  8574. 2571.46 s [doctest] examples from the same Haddock comment share the same scope [✔]
  8575. 2571.46 s [doctest] testDocumentationForArguments [✔]
  8576. 2571.46 s [doctest] template-haskell [✔]
  8577. 2571.46 s [doctest] handles source files with CRLF line endings [✔]
  8578. 2571.46 s [doctest] runs $setup before each test group [✔]
  8579. 2571.47 s [doctest] skips subsequent tests from a module, if $setup fails [✔]
  8580. 2571.47 s [doctest] ignores trailing whitespace when matching test output [✔]
  8581. 2571.47 s [doctest] doctest as a runner for QuickCheck properties
  8582. 2571.47 s [doctest] runs a boolean property [✔]
  8583. 2571.47 s [doctest] runs an explicitly quantified property [✔]
  8584. 2571.47 s [doctest] runs an implicitly quantified property [✔]
  8585. 2571.47 s [genvalidity] [1 of 3] Compiling Data.GenValidity.Utils ( src/Data/GenValidity/Utils.hs, dist/build/Data/GenValidity/Utils.p_o )
  8586. 2571.47 s [genvalidity] [2 of 3] Compiling Data.GenValidity ( src/Data/GenValidity.hs, dist/build/Data/GenValidity.p_o )
  8587. 2571.47 s [genvalidity] [3 of 3] Compiling Paths_genvalidity ( dist/build/autogen/Paths_genvalidity.hs, dist/build/Paths_genvalidity.p_o )
  8588. 2571.47 s [genvalidity] Preprocessing test suite 'genvalidity-test' for genvalidity-1.1.1.0..
  8589. 2571.47 s [genvalidity] Building test suite 'genvalidity-test' for genvalidity-1.1.1.0..
  8590. 2571.47 s [genvalidity] [1 of 6] Compiling Data.GenValidity.GenericSpec ( test/Data/GenValidity/GenericSpec.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Data/GenValidity/GenericSpec.o )
  8591. 2571.47 s [genvalidity] [2 of 6] Compiling Data.GenValidity.ShrinkGenericSpec ( test/Data/GenValidity/ShrinkGenericSpec.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Data/GenValidity/ShrinkGenericSpec.o )
  8592. 2571.47 s [genvalidity] [3 of 6] Compiling Data.GenValiditySpec ( test/Data/GenValiditySpec.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Data/GenValiditySpec.o )
  8593. 2571.47 s [genvalidity] [4 of 6] Compiling Data.InstanceSpec ( test/Data/InstanceSpec.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Data/InstanceSpec.o )
  8594. 2571.47 s [genvalidity] [5 of 6] Compiling Main ( test/Spec.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Main.o )
  8595. 2571.47 s [genvalidity] [6 of 6] Compiling Paths_genvalidity ( dist/build/genvalidity-test/autogen/Paths_genvalidity.hs, dist/build/genvalidity-test/genvalidity-test-tmp/Paths_genvalidity.o )
  8596. 2571.47 s [genvalidity] [7 of 7] Linking dist/build/genvalidity-test/genvalidity-test
  8597. 2571.47 s [genvalidity] buildPhase completed in 47 seconds
  8598. 2571.47 s [genvalidity] Phase: checkPhase
  8599. 2571.47 s [genvalidity] Running 1 test suites...
  8600. 2571.47 s [genvalidity] Test suite genvalidity-test: RUNNING...
  8601. 2571.47 s [genvalidity]
  8602. 2571.47 s [genvalidity] Data.GenValidity
  8603. 2571.47 s [genvalidity] genUtf16SurrogateCodePoint
  8604. 2571.47 s [genvalidity] generates Utf16 surrogate codepoints [✔]
  8605. 2571.47 s [genvalidity] +++ OK, passed 100 tests.
  8606. 2571.47 s [genvalidity] genLineSeparator
  8607. 2571.47 s [genvalidity] generates only line separators [✔]
  8608. 2571.47 s [genvalidity] +++ OK, passed 100 tests.
  8609. 2571.47 s [genvalidity] genNonLineSeparator
  8610. 2571.47 s [genvalidity] never generates line separators [✔]
  8611. 2571.47 s [genvalidity] +++ OK, passed 100 tests.
  8612. 2571.47 s [genvalidity] genSingleLineString
  8613. 2571.48 s [genvalidity] generates only single line strings [✔]
  8614. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8615. 2571.48 s [genvalidity] upTo
  8616. 2571.48 s [genvalidity] returns only positive integers [✔]
  8617. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8618. 2571.48 s [genvalidity] returns only integers smaller than or equal to the given number [✔]
  8619. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8620. 2571.48 s [genvalidity] genSplit
  8621. 2571.48 s [genvalidity] returns positive integers [✔]
  8622. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8623. 2571.48 s [genvalidity] returns two integers such that the sum is the original integer [✔]
  8624. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8625. 2571.48 s [genvalidity] genSplit3
  8626. 2571.48 s [genvalidity] returns positive integers [✔]
  8627. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8628. 2571.48 s [genvalidity] returns three integers such that the sum is the original integer [✔]
  8629. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8630. 2571.48 s [genvalidity] genSplit4
  8631. 2571.48 s [genvalidity] returns positive integers [✔]
  8632. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8633. 2571.48 s [genvalidity] returns four integers such that the sum is the original integer [✔]
  8634. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8635. 2571.48 s [genvalidity] genSplit5
  8636. 2571.48 s [genvalidity] returns positive integers [✔]
  8637. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8638. 2571.48 s [genvalidity] returns four integers such that the sum is the original integer [✔]
  8639. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8640. 2571.48 s [genvalidity] arbPartition
  8641. 2571.48 s [genvalidity] returns an empty list upon strictly negative input [✔]
  8642. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8643. 2571.48 s [genvalidity] returns a list of positive integers [✔]
  8644. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8645. 2571.48 s [genvalidity] Data.GenValidity.Generic
  8646. 2571.48 s [genvalidity] genValidStructurally
  8647. 2571.48 s [genvalidity] only generates valid "Bool"s [✔]
  8648. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8649. 2571.48 s [genvalidity] only generates valid "Ordering"s [✔]
  8650. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8651. 2571.48 s [genvalidity] only generates valid "Maybe Double"s [✔]
  8652. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8653. 2571.48 s [genvalidity] only generates valid "Either Double Ordering"s [✔]
  8654. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8655. 2571.48 s [genvalidity] only generates valid "MyType"s [✔]
  8656. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8657. 2571.48 s [genvalidity] shrinkValidStructurally
  8658. 2571.48 s [genvalidity] only shrinks to valid "Bool"s [✔]
  8659. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8660. 2571.48 s [genvalidity] never shrinks to itself for valid "Bool"s [✔]
  8661. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8662. 2571.48 s [genvalidity] only shrinks to valid "Ordering"s [✔]
  8663. 2571.48 s [genvalidity] +++ OK, passed 100 tests.
  8664. 2571.48 s [genvalidity] never shrinks to itself for valid "Ordering"s [✔]
  8665. 2571.49 s [genvalidity] +++ OK, passed 100 tests.
  8666. 2571.49 s [genvalidity] only shrinks to valid "Maybe Double"s [✔]
  8667. 2571.49 s [genvalidity] +++ OK, passed 100 tests.
  8668. 2571.49 s [genvalidity] never shrinks to itself for valid "Maybe Double"s [✔]
  8669. 2571.49 s [genvalidity] +++ OK, passed 100 tests.
  8670. 2572.44 s [haskell-src-exts:post-build] Uploading to the NixCI cache: /nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1 /nix/store/kw1sk2xwbz1r0x4j2k6gzc909i466rfb-haskell-src-exts-1.23.1-doc
  8671. 2573.21 s [haskell-src-exts:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8672. 2574.23 s [haskell-src-exts:post-build] copying 2 paths...
  8673. 2574.24 s [haskell-src-exts:post-build] copying path '/nix/store/kw1sk2xwbz1r0x4j2k6gzc909i466rfb-haskell-src-exts-1.23.1-doc' to 'https://cache.nix-ci.com'...
  8674. 2584.57 s [haskell-src-exts:post-build] copying path '/nix/store/6bsmvhmvjxc2bj5rcvvd5ihcdi43yycf-haskell-src-exts-1.23.1' to 'https://cache.nix-ci.com'...
  8675. 2616.46 s [haskell-src-exts:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8676. 2617.12 s [haskell-src-exts:post-build] copying 1 paths...
  8677. 2617.12 s [haskell-src-exts:post-build] copying path '/nix/store/vyd6x2wylrln41gzsnq9pargvymp3vhj-haskell-src-exts-1.23.1.drv' to 'https://cache.nix-ci.com'...
  8678. 2618.63 s Uploaded haskell-src-exts in 46.3s
  8679. 2618.63 s Progress: 130 of 211 built (14 building), 298 of 298 downloaded from cache
  8680. 2618.63 s Built haskell-src-exts in 20m45s
  8681. 2618.64 s [iproute] 103 | [i1, i2, i3, i4] = fromIPv4 ip
  8682. 2618.64 s [iproute] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8683. 2618.64 s [iproute] [6 of 9] Compiling Data.IP.Internal ( Data/IP/Internal.hs, dist/build/Data/IP/Internal.o, dist/build/Data/IP/Internal.dyn_o )
  8684. 2618.64 s [iproute] [7 of 9] Compiling Data.IP ( Data/IP.hs, dist/build/Data/IP.o, dist/build/Data/IP.dyn_o )
  8685. 2618.64 s [iproute] [8 of 9] Compiling Data.IP.RouteTable.Internal ( Data/IP/RouteTable/Internal.hs, dist/build/Data/IP/RouteTable/Internal.o, dist/build/Data/IP/RouteTable/Internal.dyn_o )
  8686. 2618.64 s [iproute] [9 of 9] Compiling Data.IP.RouteTable ( Data/IP/RouteTable.hs, dist/build/Data/IP/RouteTable.o, dist/build/Data/IP/RouteTable.dyn_o )
  8687. 2618.64 s [iproute] [1 of 9] Compiling Data.IP.Addr ( Data/IP/Addr.hs, dist/build/Data/IP/Addr.p_o )
  8688. 2618.64 s [iproute]
  8689. 2618.64 s [iproute] Data/IP/Addr.hs:679:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  8690. 2618.64 s [iproute] Pattern match(es) are non-exhaustive
  8691. 2618.64 s [iproute] In a pattern binding:
  8692. 2618.64 s [iproute] Patterns of type ‘[Int]’ not matched:
  8693. 2618.64 s [iproute] []
  8694. 2618.64 s [iproute] [_]
  8695. 2618.64 s [iproute] [_, _]
  8696. 2618.64 s [iproute] [_, _, _]
  8697. 2618.64 s [iproute] ...
  8698. 2618.64 s [iproute] |
  8699. 2618.64 s [iproute] 679 | [i1, i2, i3, i4] = fromIPv4 ip
  8700. 2618.64 s [iproute] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8701. 2618.64 s [iproute] [2 of 9] Compiling Data.IP.Builder ( Data/IP/Builder.hs, dist/build/Data/IP/Builder.p_o )
  8702. 2618.64 s [iproute] [3 of 9] Compiling Data.IP.Mask ( Data/IP/Mask.hs, dist/build/Data/IP/Mask.p_o )
  8703. 2618.64 s [iproute] [4 of 9] Compiling Data.IP.Range ( Data/IP/Range.hs, dist/build/Data/IP/Range.p_o )
  8704. 2618.64 s [iproute] [5 of 9] Compiling Data.IP.Op ( Data/IP/Op.hs, dist/build/Data/IP/Op.p_o )
  8705. 2618.64 s [iproute]
  8706. 2618.64 s [iproute] Data/IP/Op.hs:103:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  8707. 2618.64 s [iproute] Pattern match(es) are non-exhaustive
  8708. 2618.64 s [iproute] In a pattern binding:
  8709. 2618.64 s [iproute] Patterns of type ‘[Int]’ not matched:
  8710. 2618.64 s [iproute] []
  8711. 2618.64 s [iproute] [_]
  8712. 2618.64 s [iproute] [_, _]
  8713. 2618.64 s [iproute] [_, _, _]
  8714. 2618.64 s [iproute] ...
  8715. 2618.64 s [iproute] |
  8716. 2618.64 s [iproute] 103 | [i1, i2, i3, i4] = fromIPv4 ip
  8717. 2618.64 s [iproute] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8718. 2618.64 s [iproute] [6 of 9] Compiling Data.IP.Internal ( Data/IP/Internal.hs, dist/build/Data/IP/Internal.p_o )
  8719. 2618.64 s [iproute] [7 of 9] Compiling Data.IP ( Data/IP.hs, dist/build/Data/IP.p_o )
  8720. 2618.64 s [iproute] [8 of 9] Compiling Data.IP.RouteTable.Internal ( Data/IP/RouteTable/Internal.hs, dist/build/Data/IP/RouteTable/Internal.p_o )
  8721. 2618.65 s [iproute] [9 of 9] Compiling Data.IP.RouteTable ( Data/IP/RouteTable.hs, dist/build/Data/IP/RouteTable.p_o )
  8722. 2618.65 s [iproute] Preprocessing test suite 'spec' for iproute-1.7.15..
  8723. 2618.65 s [iproute] Building test suite 'spec' for iproute-1.7.15..
  8724. 2618.65 s [iproute] [1 of 4] Compiling BuilderSpec ( test/BuilderSpec.hs, dist/build/spec/spec-tmp/BuilderSpec.o )
  8725. 2618.65 s [iproute] [2 of 4] Compiling RouteTableSpec ( test/RouteTableSpec.hs, dist/build/spec/spec-tmp/RouteTableSpec.o )
  8726. 2618.65 s [iproute]
  8727. 2618.65 s [iproute] test/RouteTableSpec.hs:17:1: warning: [-Wunused-imports]
  8728. 2618.65 s [iproute] The import of ‘Data.Monoid’ is redundant
  8729. 2618.65 s [iproute] except perhaps to import instances from ‘Data.Monoid’
  8730. 2618.65 s [iproute] To import instances alone, use: import Data.Monoid()
  8731. 2618.65 s [iproute] |
  8732. 2618.65 s [iproute] 17 | import Data.Monoid ((<>))
  8733. 2618.65 s [iproute] | ^^^^^^^^^^^^^^^^^^^^^^^^^
  8734. 2618.65 s [iproute] [3 of 4] Compiling IPSpec ( test/IPSpec.hs, dist/build/spec/spec-tmp/IPSpec.o )
  8735. 2618.65 s [iproute] [4 of 4] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  8736. 2618.65 s [iproute] [5 of 5] Linking dist/build/spec/spec
  8737. 2618.65 s [iproute] buildPhase completed in 45 seconds
  8738. 2618.65 s [iproute] Phase: checkPhase
  8739. 2618.65 s [iproute] Running 1 test suites...
  8740. 2618.65 s [iproute] Test suite spec: RUNNING...
  8741. 2618.65 s [iproute]
  8742. 2618.65 s [iproute] Builder
  8743. 2618.65 s [iproute] test builders
  8744. 2618.65 s [iproute] IPv4 Builder matches Show instance [✔]
  8745. 2618.65 s [iproute] +++ OK, passed 100 tests.
  8746. 2618.65 s [iproute] IPv6 Builder matches Show instance [✔]
  8747. 2618.65 s [iproute] +++ OK, passed 100 tests.
  8748. 2618.65 s [iproute] IP
  8749. 2618.65 s [iproute] read
  8750. 2618.65 s [iproute] IPv4 [✔]
  8751. 2618.65 s [iproute] +++ OK, passed 100 tests.
  8752. 2618.65 s [iproute] IPv6 [✔]
  8753. 2618.65 s [iproute] +++ OK, passed 100 tests.
  8754. 2618.65 s [iproute] IPv4 failure [✔]
  8755. 2618.65 s [iproute] +++ OK, passed 100 tests.
  8756. 2618.65 s [iproute] IPv6 failure [✔]
  8757. 2618.65 s [iproute] +++ OK, passed 100 tests.
  8758. 2618.65 s [lifted-base] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  8759. 2618.65 s [lifted-base] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
  8760. 2618.65 s [lifted-base] Control.Concurrent.Chan.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Concurrent.Chan.Lifted,Control.Concurrent.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Concurrent.Lifted,Control.Concurrent.MVar.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Concurrent.MVar.Lifted,Control.Concurrent.QSem.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Concurrent.QSem.Lifted,Control.Concurrent.QSemN.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Concurrent.QSemN.Lifted,Control.Exception.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Control.Exception.Lifted,Data.IORef.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Data.IORef.Lifted,Foreign.Marshal.Utils.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:Foreign.Marshal.Utils.Lifted,System.Timeout.Lifted=lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B:System.Timeout.Lifted
  8761. 2618.65 s [lifted-base] unit lifted-base-0.2.3.12-GM81moq1B90FhC8aeDOEzC-test-lifted-base
  8762. 2618.65 s [lifted-base] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  8763. 2618.65 s [lifted-base] include base-4.18.2.0
  8764. 2618.65 s [lifted-base] include lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
  8765. 2618.65 s [lifted-base] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  8766. 2618.65 s [lifted-base] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
  8767. 2618.65 s [lifted-base] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
  8768. 2618.65 s [lifted-base] include transformers-0.6.1.0
  8769. 2618.65 s [lifted-base] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
  8770. 2618.65 s [lifted-base] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  8771. 2618.65 s [lifted-base] Ready component graph:
  8772. 2618.65 s [lifted-base] definite lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
  8773. 2618.65 s [lifted-base] depends base-4.18.2.0
  8774. 2618.65 s [lifted-base] depends monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  8775. 2618.65 s [lifted-base] depends transformers-base-0.4.6-5k145cGgioO865g11CxlME
  8776. 2618.65 s [lifted-base] definite lifted-base-0.2.3.12-GM81moq1B90FhC8aeDOEzC-test-lifted-base
  8777. 2618.65 s [lifted-base] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  8778. 2618.65 s [lifted-base] depends base-4.18.2.0
  8779. 2618.65 s [lifted-base] depends lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
  8780. 2618.65 s [lifted-base] depends monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  8781. 2618.65 s [lifted-base] depends test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
  8782. 2618.65 s [lifted-base] depends test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
  8783. 2618.65 s [lifted-base] depends transformers-0.6.1.0
  8784. 2618.65 s [lifted-base] depends transformers-base-0.4.6-5k145cGgioO865g11CxlME
  8785. 2618.65 s [lifted-base] depends transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  8786. 2618.66 s [lifted-base] Using Cabal-3.10.1.0 compiled by ghc-9.6
  8787. 2618.66 s [lifted-base] Using compiler: ghc-9.6.4
  8788. 2618.66 s [lifted-base] Using install prefix:
  8789. 2618.66 s [lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12
  8790. 2618.66 s [lifted-base] Executables installed in:
  8791. 2618.66 s [lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/bin
  8792. 2618.66 s [lifted-base] Libraries installed in:
  8793. 2618.66 s [lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
  8794. 2618.66 s [lifted-base] Dynamic Libraries installed in:
  8795. 2618.66 s [lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  8796. 2618.66 s [lifted-base] Private executables installed in:
  8797. 2618.66 s [lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/libexec/x86_64-linux-ghc-9.6.4/lifted-base-0.2.3.12
  8798. 2618.66 s [lifted-base] Data files installed in:
  8799. 2618.66 s [lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/share/x86_64-linux-ghc-9.6.4/lifted-base-0.2.3.12
  8800. 2618.66 s [lifted-base] Documentation installed in:
  8801. 2618.66 s [lifted-base] /nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc/share/doc/lifted-base-0.2.3.12
  8802. 2618.66 s [lifted-base] Configuration files installed in:
  8803. 2618.66 s [lifted-base] /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/etc
  8804. 2618.66 s [lifted-base] No alex found
  8805. 2618.66 s [lifted-base] Using ar found on system at:
  8806. 2618.66 s [lifted-base] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  8807. 2618.66 s [lifted-base] No c2hs found
  8808. 2618.66 s [lifted-base] No cpphs found
  8809. 2618.66 s [lifted-base] No doctest found
  8810. 2618.66 s [lifted-base] Using gcc version 14.3.0 given by user at:
  8811. 2618.66 s [lifted-base] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  8812. 2618.66 s [lifted-base] Using ghc version 9.6.4 found on system at:
  8813. 2618.66 s [lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  8814. 2618.66 s [lifted-base] Using ghc-pkg version 9.6.4 found on system at:
  8815. 2618.66 s [lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  8816. 2618.66 s [lifted-base] No ghcjs found
  8817. 2618.66 s [lifted-base] No ghcjs-pkg found
  8818. 2618.66 s [lifted-base] No greencard found
  8819. 2618.66 s [lifted-base] Using haddock version 2.29.2 found on system at:
  8820. 2618.83 s [network-uri:post-build] Uploading to the NixCI cache: /nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2 /nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc
  8821. 2619.08 s [network-uri:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8822. 2620.15 s [network-uri:post-build] copying 2 paths...
  8823. 2620.15 s [network-uri:post-build] copying path '/nix/store/qvfrbaf0gsdqkz712z5plny53x27wwf2-network-uri-2.6.4.2-doc' to 'https://cache.nix-ci.com'...
  8824. 2621.83 s [network-uri:post-build] copying path '/nix/store/07fjqcch9p6nb01dhabzq0bkl7gh8yzp-network-uri-2.6.4.2' to 'https://cache.nix-ci.com'...
  8825. 2625.39 s [network-uri:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8826. 2626.12 s [network-uri:post-build] copying 1 paths...
  8827. 2626.12 s [network-uri:post-build] copying path '/nix/store/irz11iaavkppwng7ksvh2ymyv4lhnx86-network-uri-2.6.4.2.drv' to 'https://cache.nix-ci.com'...
  8828. 2627.83 s Uploaded network-uri in 9.0s
  8829. 2627.84 s Progress: 131 of 212 built (13 building), 298 of 298 downloaded from cache
  8830. 2627.84 s Built network-uri in 3m59s
  8831. 2627.84 s [socks] [5 of 7] Compiling Network.Socks5.Command ( Network/Socks5/Command.hs, dist/build/Network/Socks5/Command.p_o )
  8832. 2627.84 s [socks] [6 of 7] Compiling Network.Socks5.Lowlevel ( Network/Socks5/Lowlevel.hs, dist/build/Network/Socks5/Lowlevel.p_o )
  8833. 2627.84 s [socks] [7 of 7] Compiling Network.Socks5 ( Network/Socks5.hs, dist/build/Network/Socks5.p_o )
  8834. 2627.84 s [socks] buildPhase completed in 31 seconds
  8835. 2627.84 s [socks] Phase: checkPhase
  8836. 2627.84 s [socks] Package has no test suites.
  8837. 2627.84 s [socks] Phase: haddockPhase
  8838. 2627.84 s [socks] Preprocessing library for socks-0.6.1..
  8839. 2627.84 s [socks] Running Haddock on library for socks-0.6.1..
  8840. 2627.84 s [socks] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  8841. 2627.84 s [socks]
  8842. 2627.84 s [socks] Network/Socks5/Parse.hs:75:5: warning: [-Wnoncanonical-monad-instances]
  8843. 2627.84 s [socks] Noncanonical ‘return’ definition detected
  8844. 2627.84 s [socks] in the instance declaration for ‘Monad Parser’.
  8845. 2627.85 s [socks] ‘return’ will eventually be removed in favour of ‘pure’
  8846. 2627.85 s [socks] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  8847. 2627.85 s [socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  8848. 2627.85 s [socks] |
  8849. 2627.85 s [socks] 75 | return v = Parser $ \buf _ ok -> ok buf v
  8850. 2627.85 s [socks] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8851. 2627.85 s [socks]
  8852. 2627.85 s [socks] Network/Socks5/Parse.hs:91:5: warning: [-Wnoncanonical-monad-instances]
  8853. 2627.85 s [socks] Noncanonical ‘pure = return’ definition detected
  8854. 2627.85 s [socks] in the instance declaration for ‘Applicative Parser’.
  8855. 2627.85 s [socks] Move definition from ‘return’ to ‘pure’
  8856. 2627.85 s [socks] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  8857. 2627.85 s [socks] |
  8858. 2627.85 s [socks] 91 | pure = return
  8859. 2627.85 s [socks] | ^^^^^^^^^^^^^^^^^^
  8860. 2627.85 s [socks] 100% ( 9 / 9) in 'Network.Socks5.Types'
  8861. 2627.85 s [socks] 33% ( 6 / 18) in 'Network.Socks5.Lowlevel'
  8862. 2627.85 s [socks] Missing documentation for:
  8863. 2627.85 s [socks] Module header
  8864. 2627.85 s [socks] socksListen (Network/Socks5/Lowlevel.hs:13)
  8865. 2627.85 s [socks] establish (Network/Socks5/Command.hs:39)
  8866. 2627.85 s [socks] Connect (Network/Socks5/Command.hs:44)
  8867. 2627.85 s [socks] Command (Network/Socks5/Command.hs:46)
  8868. 2627.85 s [socks] connectIPV4 (Network/Socks5/Command.hs:64)
  8869. 2627.85 s [socks] connectIPV6 (Network/Socks5/Command.hs:69)
  8870. 2627.85 s [socks] connectDomainName (Network/Socks5/Command.hs:76)
  8871. 2627.85 s [socks] rpc (Network/Socks5/Command.hs:85)
  8872. 2627.85 s [socks] rpc_ (Network/Socks5/Command.hs:94)
  8873. 2627.85 s [socks] sendSerialized (Network/Socks5/Command.hs:79)
  8874. 2627.85 s [socks] waitSerialized (Network/Socks5/Command.hs:82)
  8875. 2627.85 s [socks] 100% ( 16 / 16) in 'Network.Socks5'
  8876. 2627.85 s [socks] Warning: Network.Socks5.Types: could not find link destinations for:
  8877. 2627.85 s [socks] - Network.Socks5.Types.FQDN
  8878. 2627.85 s [socks] Warning: Network.Socks5: could not find link destinations for:
  8879. 2627.85 s [socks] - Network.Socks5.Types.FQDN
  8880. 2627.85 s [socks] Documentation created: dist/doc/html/socks/index.html,
  8881. 2627.85 s [socks] dist/doc/html/socks/socks.txt
  8882. 2627.85 s [socks] Phase: installPhase
  8883. 2627.85 s [socks] Installing library in /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/socks-0.6.1-Ie8C4damlqwEErRyJrYvpe
  8884. 2627.85 s [socks] Phase: fixupPhase
  8885. 2627.85 s [socks] shrinking RPATHs of ELF executables and libraries in /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1
  8886. 2627.85 s [socks] shrinking /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSsocks-0.6.1-Ie8C4damlqwEErRyJrYvpe-ghc9.6.4.so
  8887. 2627.85 s [socks] checking for references to /build/ in /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1...
  8888. 2627.85 s [socks] patching script interpreter paths in /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1
  8889. 2627.85 s [socks] stripping (with command strip and flags -S -p) in /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1/lib
  8890. 2627.85 s [socks] shrinking RPATHs of ELF executables and libraries in /nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc
  8891. 2627.85 s [socks] checking for references to /build/ in /nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc...
  8892. 2627.85 s [socks] patching script interpreter paths in /nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc
  8893. 2627.95 s Building /nix/store/5mbk4a3hibwgvgqc9qkh6fl1v2v71njh-text-short-0.1.6.drv
  8894. 2628.11 s Building /nix/store/s3sg3vgdd2v8shnd24k6hyzmhkh4ak0c-th-orphans-0.13.16.drv
  8895. 2628.26 s Building /nix/store/bckjvaym7kx1lzmfnbbplkgw1n057d33-these-1.2.1.drv
  8896. 2628.26 s [zlib] Test suite tests: PASS
  8897. 2628.26 s [zlib] Test suite logged to: dist/test/zlib-0.7.1.0-tests.log
  8898. 2628.26 s [zlib] 1 of 1 test suites (1 of 1 test cases) passed.
  8899. 2628.26 s [zlib] checkPhase completed in 1 minutes 10 seconds
  8900. 2628.26 s [zlib] Phase: haddockPhase
  8901. 2628.26 s [zlib] Preprocessing library for zlib-0.7.1.0..
  8902. 2628.26 s [zlib] Running Haddock on library for zlib-0.7.1.0..
  8903. 2628.26 s [zlib] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  8904. 2628.26 s [zlib] 100% ( 53 / 53) in 'Codec.Compression.Zlib.Internal'
  8905. 2628.26 s [zlib] 100% ( 35 / 35) in 'Codec.Compression.Zlib.Raw'
  8906. 2628.26 s [zlib] 100% ( 36 / 36) in 'Codec.Compression.Zlib'
  8907. 2628.26 s [zlib] 100% ( 36 / 36) in 'Codec.Compression.GZip'
  8908. 2628.26 s [zlib] Warning: Codec.Compression.Zlib.Internal: could not find link destinations for:
  8909. 2628.26 s [zlib] - Codec.Compression.Zlib.Stream.StreamEnd
  8910. 2628.26 s [zlib] - Codec.Compression.Zlib.Stream.DictionaryHash
  8911. 2628.26 s [zlib] Warning: Codec.Compression.Zlib.Raw: could not find link destinations for:
  8912. 2628.26 s [zlib] - Codec.Compression.Zlib.Stream.StreamEnd
  8913. 2628.27 s [zlib] - Codec.Compression.Zlib.Stream.DictionaryHash
  8914. 2628.27 s [zlib] Warning: Codec.Compression.Zlib: could not find link destinations for:
  8915. 2628.27 s [zlib] - Codec.Compression.Zlib.Stream.StreamEnd
  8916. 2628.27 s [zlib] - Codec.Compression.Zlib.Stream.DictionaryHash
  8917. 2628.27 s [zlib] Warning: Codec.Compression.GZip: could not find link destinations for:
  8918. 2628.27 s [zlib] - Codec.Compression.Zlib.Stream.StreamEnd
  8919. 2628.27 s [zlib] - Codec.Compression.Zlib.Stream.DictionaryHash
  8920. 2628.28 s [OneTuple] depends ghc-prim-0.10.0
  8921. 2628.28 s [OneTuple] depends template-haskell-2.20.0.0
  8922. 2628.28 s [OneTuple] definite OneTuple-0.4.2-CSqVIS9D9n65y2LhdcGCSn-instances
  8923. 2628.28 s [OneTuple] depends OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
  8924. 2628.28 s [OneTuple] depends base-4.18.2.0
  8925. 2628.28 s [OneTuple] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  8926. 2628.28 s [OneTuple] definite OneTuple-0.4.2-Be2xIyqNBzcHlOETnVnULN-th
  8927. 2628.28 s [OneTuple] depends OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
  8928. 2628.28 s [OneTuple] depends base-4.18.2.0
  8929. 2628.28 s [OneTuple] depends template-haskell-2.20.0.0
  8930. 2628.28 s [OneTuple] Using Cabal-3.10.1.0 compiled by ghc-9.6
  8931. 2628.28 s [OneTuple] Using compiler: ghc-9.6.4
  8932. 2628.28 s [OneTuple] Using install prefix:
  8933. 2628.28 s [OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2
  8934. 2628.28 s [OneTuple] Executables installed in:
  8935. 2628.28 s [OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/bin
  8936. 2628.28 s [OneTuple] Libraries installed in:
  8937. 2628.28 s [OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
  8938. 2628.28 s [OneTuple] Dynamic Libraries installed in:
  8939. 2628.28 s [OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  8940. 2628.28 s [OneTuple] Private executables installed in:
  8941. 2628.28 s [OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/libexec/x86_64-linux-ghc-9.6.4/OneTuple-0.4.2
  8942. 2628.28 s [OneTuple] Data files installed in:
  8943. 2628.29 s [OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/share/x86_64-linux-ghc-9.6.4/OneTuple-0.4.2
  8944. 2628.29 s [OneTuple] Documentation installed in:
  8945. 2628.29 s [OneTuple] /nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc/share/doc/OneTuple-0.4.2
  8946. 2628.29 s [OneTuple] Configuration files installed in:
  8947. 2628.29 s [OneTuple] /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/etc
  8948. 2628.29 s [OneTuple] No alex found
  8949. 2628.29 s [OneTuple] Using ar found on system at:
  8950. 2628.29 s [OneTuple] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  8951. 2628.29 s [OneTuple] No c2hs found
  8952. 2628.29 s [OneTuple] No cpphs found
  8953. 2628.29 s [OneTuple] No doctest found
  8954. 2628.29 s [OneTuple] Using gcc version 14.3.0 given by user at:
  8955. 2628.29 s [OneTuple] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  8956. 2628.29 s [OneTuple] Using ghc version 9.6.4 found on system at:
  8957. 2628.29 s [OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  8958. 2628.29 s [OneTuple] Using ghc-pkg version 9.6.4 found on system at:
  8959. 2628.29 s [OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  8960. 2628.29 s [OneTuple] No ghcjs found
  8961. 2628.29 s [OneTuple] No ghcjs-pkg found
  8962. 2628.29 s [OneTuple] No greencard found
  8963. 2628.29 s [OneTuple] Using haddock version 2.29.2 found on system at:
  8964. 2628.29 s [OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  8965. 2628.29 s [OneTuple] No happy found
  8966. 2628.29 s [OneTuple] Using haskell-suite found on system at: haskell-suite-dummy-location
  8967. 2628.29 s [OneTuple] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  8968. 2628.29 s [OneTuple] No hmake found
  8969. 2628.29 s [OneTuple] Using hpc version 0.68 found on system at:
  8970. 2628.29 s [OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  8971. 2628.29 s [OneTuple] Using hsc2hs version 0.68.9 found on system at:
  8972. 2628.29 s [OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  8973. 2628.29 s [OneTuple] Using hscolour version 1.25 found on system at:
  8974. 2628.29 s [OneTuple] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  8975. 2628.29 s [OneTuple] No jhc found
  8976. 2628.29 s [OneTuple] Using ld found on system at:
  8977. 2628.29 s [OneTuple] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  8978. 2628.29 s [OneTuple] No pkg-config found
  8979. 2628.29 s [OneTuple] Using runghc version 9.6.4 found on system at:
  8980. 2628.29 s [OneTuple] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  8981. 2628.29 s [OneTuple] Using strip version 2.44 found on system at:
  8982. 2628.29 s [OneTuple] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  8983. 2628.29 s [OneTuple] Using tar found on system at:
  8984. 2628.29 s [OneTuple] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  8985. 2628.29 s [OneTuple] No uhc found
  8986. 2628.29 s [OneTuple] Phase: buildPhase
  8987. 2628.29 s [OneTuple] Preprocessing library for OneTuple-0.4.2..
  8988. 2628.29 s [OneTuple] Building library for OneTuple-0.4.2..
  8989. 2628.29 s [OneTuple] [1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.o, dist/build/Data/Tuple/Solo.dyn_o )
  8990. 2628.29 s [OneTuple] [2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.o, dist/build/Data/Tuple/OneTuple.dyn_o )
  8991. 2628.29 s [OneTuple] [3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.o, dist/build/Data/Tuple/Solo/TH.dyn_o )
  8992. 2628.29 s [OneTuple] [1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.p_o )
  8993. 2628.29 s [OneTuple] [2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.p_o )
  8994. 2628.29 s [OneTuple] [3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.p_o )
  8995. 2628.29 s [OneTuple] Preprocessing test suite 'instances' for OneTuple-0.4.2..
  8996. 2628.29 s [asn1-types] Phase: setupCompilerEnvironmentPhase
  8997. 2628.29 s [asn1-types] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  8998. 2628.29 s [asn1-types] Phase: unpackPhase
  8999. 2628.29 s [asn1-types] unpacking source archive /nix/store/aac5k2xlgphvw69f8ba3zykc0z6dkgm0-asn1-types-0.3.4.tar.gz
  9000. 2628.29 s [asn1-types] source root is asn1-types-0.3.4
  9001. 2628.29 s [asn1-types] setting SOURCE_DATE_EPOCH to timestamp 1585081953 of file "asn1-types-0.3.4/asn1-types.cabal"
  9002. 2628.29 s [asn1-types] Phase: patchPhase
  9003. 2628.29 s [asn1-types] Phase: compileBuildDriverPhase
  9004. 2628.29 s [asn1-types] setupCompileFlags: -package-db=/build/tmp.SWsEaoRiVw/setup-package.conf.d -threaded
  9005. 2628.29 s [asn1-types] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.SWsEaoRiVw/Main.o )
  9006. 2628.29 s [asn1-types] [2 of 2] Linking Setup
  9007. 2628.29 s [asn1-types] Phase: updateAutotoolsGnuConfigScriptsPhase
  9008. 2628.29 s [asn1-types] Phase: configurePhase
  9009. 2628.29 s [asn1-types] configureFlags: --verbose --prefix=/nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc/share/doc/asn1-types-0.3.4 --with-gcc=gcc --package-db=/build/tmp.SWsEaoRiVw/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  9010. 2628.29 s [asn1-types] Using Parsec parser
  9011. 2628.29 s [asn1-types] Warning: asn1-types.cabal:17:34: version operators used. To use version
  9012. 2628.29 s [asn1-types] operators the package needs to specify at least 'cabal-version: >= 1.8'.
  9013. 2628.29 s [asn1-types] Configuring asn1-types-0.3.4...
  9014. 2628.29 s [asn1-types] Dependency base >=3 && <5: using base-4.18.2.0
  9015. 2628.29 s [asn1-types] Dependency bytestring: using bytestring-0.11.5.3
  9016. 2628.29 s [asn1-types] Dependency hourglass: using hourglass-0.2.12
  9017. 2628.29 s [asn1-types] Dependency memory: using memory-0.18.0
  9018. 2628.29 s [asn1-types] Source component graph: component lib
  9019. 2628.29 s [asn1-types] Configured component graph:
  9020. 2628.29 s [asn1-types] component asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  9021. 2628.29 s [asn1-types] include base-4.18.2.0
  9022. 2628.29 s [asn1-types] include bytestring-0.11.5.3
  9023. 2628.30 s [asn1-types] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  9024. 2628.30 s [asn1-types] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
  9025. 2628.30 s [asn1-types] Linked component graph:
  9026. 2628.30 s [asn1-types] unit asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  9027. 2628.30 s [asn1-types] include base-4.18.2.0
  9028. 2628.30 s [asn1-types] include bytestring-0.11.5.3
  9029. 2628.30 s [asn1-types] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  9030. 2628.30 s [asn1-types] include memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
  9031. 2628.30 s [asn1-types] Data.ASN1.BitArray=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.BitArray,Data.ASN1.OID=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.OID,Data.ASN1.Pretty=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.Pretty,Data.ASN1.Types=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.Types,Data.ASN1.Types.Lowlevel=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.Types.Lowlevel,Data.ASN1.Types.String=asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8:Data.ASN1.Types.String
  9032. 2628.30 s [asn1-types] Ready component graph:
  9033. 2628.30 s [asn1-types] definite asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  9034. 2628.30 s [asn1-types] depends base-4.18.2.0
  9035. 2628.30 s [asn1-types] depends bytestring-0.11.5.3
  9036. 2628.30 s [asn1-types] depends hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  9037. 2628.30 s [asn1-types] depends memory-0.18.0-5wmpzRW5JC1J2eEMzoI2DI
  9038. 2628.30 s [asn1-types] Using Cabal-3.10.1.0 compiled by ghc-9.6
  9039. 2628.30 s [asn1-types] Using compiler: ghc-9.6.4
  9040. 2628.30 s [asn1-types] Using install prefix:
  9041. 2628.30 s [asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4
  9042. 2628.30 s [asn1-types] Executables installed in:
  9043. 2628.30 s [asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/bin
  9044. 2628.30 s [asn1-types] Libraries installed in:
  9045. 2628.30 s [async] definite async-2.2.5-JkXX893D4IsFdWmd5g8VA0-test-async
  9046. 2628.30 s [async] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  9047. 2628.30 s [async] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  9048. 2628.30 s [async] depends base-4.18.2.0
  9049. 2628.30 s [async] depends stm-2.5.1.0
  9050. 2628.30 s [async] depends test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
  9051. 2628.30 s [async] depends test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
  9052. 2628.30 s [async] Using Cabal-3.10.1.0 compiled by ghc-9.6
  9053. 2628.30 s [async] Using compiler: ghc-9.6.4
  9054. 2628.30 s [async] Using install prefix: /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5
  9055. 2628.30 s [async] Executables installed in:
  9056. 2628.30 s [async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/bin
  9057. 2628.30 s [async] Libraries installed in:
  9058. 2628.30 s [async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  9059. 2628.30 s [async] Dynamic Libraries installed in:
  9060. 2628.30 s [async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  9061. 2628.30 s [async] Private executables installed in:
  9062. 2628.30 s [async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/libexec/x86_64-linux-ghc-9.6.4/async-2.2.5
  9063. 2628.30 s [async] Data files installed in:
  9064. 2628.30 s [async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/share/x86_64-linux-ghc-9.6.4/async-2.2.5
  9065. 2628.30 s [async] Documentation installed in:
  9066. 2628.30 s [async] /nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc/share/doc/async-2.2.5
  9067. 2628.30 s [async] Configuration files installed in:
  9068. 2628.30 s [async] /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/etc
  9069. 2628.30 s [async] No alex found
  9070. 2628.30 s [async] Using ar found on system at:
  9071. 2628.30 s [async] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  9072. 2628.30 s [async] No c2hs found
  9073. 2628.30 s [async] No cpphs found
  9074. 2628.30 s [async] No doctest found
  9075. 2628.30 s [async] Using gcc version 14.3.0 given by user at:
  9076. 2628.30 s [async] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  9077. 2628.30 s [async] Using ghc version 9.6.4 found on system at:
  9078. 2628.30 s [async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  9079. 2628.30 s [async] Using ghc-pkg version 9.6.4 found on system at:
  9080. 2628.30 s [async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  9081. 2628.30 s [async] No ghcjs found
  9082. 2628.30 s [async] No ghcjs-pkg found
  9083. 2628.30 s [async] No greencard found
  9084. 2628.30 s [async] Using haddock version 2.29.2 found on system at:
  9085. 2628.30 s [async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  9086. 2628.30 s [async] No happy found
  9087. 2628.30 s [async] Using haskell-suite found on system at: haskell-suite-dummy-location
  9088. 2628.30 s [async] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  9089. 2628.30 s [async] No hmake found
  9090. 2628.30 s [async] Using hpc version 0.68 found on system at:
  9091. 2628.30 s [async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  9092. 2628.30 s [async] Using hsc2hs version 0.68.9 found on system at:
  9093. 2628.30 s [async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  9094. 2628.30 s [async] Using hscolour version 1.25 found on system at:
  9095. 2628.30 s [async] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  9096. 2628.30 s [async] No jhc found
  9097. 2628.30 s [async] Using ld found on system at:
  9098. 2628.30 s [async] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  9099. 2628.30 s [async] No pkg-config found
  9100. 2628.30 s [async] Using runghc version 9.6.4 found on system at:
  9101. 2628.30 s [async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  9102. 2628.30 s [async] Using strip version 2.44 found on system at:
  9103. 2628.30 s [async] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  9104. 2628.30 s [async] Using tar found on system at:
  9105. 2628.30 s [async] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  9106. 2628.30 s [async] No uhc found
  9107. 2628.30 s [async] Phase: buildPhase
  9108. 2628.30 s [async] Preprocessing library for async-2.2.5..
  9109. 2628.30 s [async] Building library for async-2.2.5..
  9110. 2628.30 s [async] [1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.o, dist/build/Control/Concurrent/Async/Internal.dyn_o )
  9111. 2628.30 s [async]
  9112. 2628.30 s [async] Control/Concurrent/Async/Internal.hs:50:1: warning: [-Wunused-imports]
  9113. 2628.30 s [async] The import of ‘Data.Semigroup’ is redundant
  9114. 2628.30 s [async] except perhaps to import instances from ‘Data.Semigroup’
  9115. 2628.30 s [async] To import instances alone, use: import Data.Semigroup()
  9116. 2628.30 s [async] |
  9117. 2628.30 s [async] 50 | import Data.Semigroup (Semigroup((<>)))
  9118. 2628.30 s [async] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9119. 2628.30 s [async] [2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
  9120. 2628.30 s [case-insensitive] include base-4.18.2.0
  9121. 2628.30 s [case-insensitive] include bytestring-0.11.5.3
  9122. 2628.30 s [case-insensitive] include case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
  9123. 2628.30 s [case-insensitive] include test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
  9124. 2628.30 s [case-insensitive] include test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
  9125. 2628.30 s [case-insensitive] include text-2.0.2
  9126. 2628.30 s [case-insensitive] Ready component graph:
  9127. 2628.30 s [case-insensitive] definite case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
  9128. 2628.30 s [case-insensitive] depends base-4.18.2.0
  9129. 2628.30 s [case-insensitive] depends bytestring-0.11.5.3
  9130. 2628.30 s [case-insensitive] depends deepseq-1.4.8.1
  9131. 2628.30 s [case-insensitive] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  9132. 2628.30 s [case-insensitive] depends text-2.0.2
  9133. 2628.30 s [case-insensitive] definite case-insensitive-1.2.1.0-3l26joYCcqTKHq30sam1Z5-test-case-insensitive
  9134. 2628.30 s [case-insensitive] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  9135. 2628.30 s [case-insensitive] depends base-4.18.2.0
  9136. 2628.30 s [case-insensitive] depends bytestring-0.11.5.3
  9137. 2628.30 s [case-insensitive] depends case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
  9138. 2628.30 s [case-insensitive] depends test-framework-0.8.2.2-6M9aT4DmeTg8sF09fSlVGy
  9139. 2628.30 s [case-insensitive] depends test-framework-hunit-0.3.0.2-L6pmdwC7GThGc0qyqrSIc4
  9140. 2628.30 s [case-insensitive] depends text-2.0.2
  9141. 2628.30 s [case-insensitive] Using Cabal-3.10.1.0 compiled by ghc-9.6
  9142. 2628.30 s [case-insensitive] Using compiler: ghc-9.6.4
  9143. 2628.30 s [case-insensitive] Using install prefix:
  9144. 2628.30 s [case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0
  9145. 2628.30 s [case-insensitive] Executables installed in:
  9146. 2628.30 s [case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/bin
  9147. 2628.30 s [case-insensitive] Libraries installed in:
  9148. 2628.30 s [case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
  9149. 2628.30 s [case-insensitive] Dynamic Libraries installed in:
  9150. 2628.30 s [case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  9151. 2628.30 s [case-insensitive] Private executables installed in:
  9152. 2628.30 s [case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/libexec/x86_64-linux-ghc-9.6.4/case-insensitive-1.2.1.0
  9153. 2628.30 s [case-insensitive] Data files installed in:
  9154. 2628.30 s [case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/share/x86_64-linux-ghc-9.6.4/case-insensitive-1.2.1.0
  9155. 2628.30 s [case-insensitive] Documentation installed in:
  9156. 2628.30 s [case-insensitive] /nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc/share/doc/case-insensitive-1.2.1.0
  9157. 2628.30 s [case-insensitive] Configuration files installed in:
  9158. 2628.30 s [case-insensitive] /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/etc
  9159. 2628.30 s [case-insensitive] No alex found
  9160. 2628.30 s [case-insensitive] Using ar found on system at:
  9161. 2628.30 s [case-insensitive] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  9162. 2628.30 s [case-insensitive] No c2hs found
  9163. 2628.30 s [case-insensitive] No cpphs found
  9164. 2628.30 s [case-insensitive] No doctest found
  9165. 2628.30 s [case-insensitive] Using gcc version 14.3.0 given by user at:
  9166. 2628.30 s [case-insensitive] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  9167. 2628.30 s [case-insensitive] Using ghc version 9.6.4 found on system at:
  9168. 2628.30 s [case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  9169. 2628.30 s [case-insensitive] Using ghc-pkg version 9.6.4 found on system at:
  9170. 2628.30 s [case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  9171. 2628.30 s [case-insensitive] No ghcjs found
  9172. 2628.30 s [case-insensitive] No ghcjs-pkg found
  9173. 2628.30 s [case-insensitive] No greencard found
  9174. 2628.30 s [case-insensitive] Using haddock version 2.29.2 found on system at:
  9175. 2628.30 s [case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  9176. 2628.30 s [case-insensitive] No happy found
  9177. 2628.30 s [case-insensitive] Using haskell-suite found on system at: haskell-suite-dummy-location
  9178. 2628.30 s [case-insensitive] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  9179. 2628.30 s [case-insensitive] No hmake found
  9180. 2628.30 s [case-insensitive] Using hpc version 0.68 found on system at:
  9181. 2628.30 s [case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  9182. 2628.30 s [case-insensitive] Using hsc2hs version 0.68.9 found on system at:
  9183. 2628.30 s [case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  9184. 2628.30 s [case-insensitive] Using hscolour version 1.25 found on system at:
  9185. 2628.30 s [case-insensitive] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  9186. 2628.30 s [case-insensitive] No jhc found
  9187. 2628.30 s [case-insensitive] Using ld found on system at:
  9188. 2628.30 s [case-insensitive] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  9189. 2628.30 s [case-insensitive] No pkg-config found
  9190. 2628.30 s [case-insensitive] Using runghc version 9.6.4 found on system at:
  9191. 2628.31 s [case-insensitive] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  9192. 2628.31 s [case-insensitive] Using strip version 2.44 found on system at:
  9193. 2628.31 s [case-insensitive] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  9194. 2628.31 s [case-insensitive] Using tar found on system at:
  9195. 2628.31 s [case-insensitive] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  9196. 2628.31 s [case-insensitive] No uhc found
  9197. 2628.31 s [case-insensitive] Phase: buildPhase
  9198. 2628.31 s [case-insensitive] Preprocessing library for case-insensitive-1.2.1.0..
  9199. 2628.31 s [case-insensitive] Building library for case-insensitive-1.2.1.0..
  9200. 2628.31 s [constraints] Data.Constraint=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint,Data.Constraint.Char=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Char,Data.Constraint.Deferrable=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Deferrable,Data.Constraint.Forall=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Forall,Data.Constraint.Lifting=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Lifting,Data.Constraint.Nat=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Nat,Data.Constraint.Symbol=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Symbol,Data.Constraint.Unsafe=constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm:Data.Constraint.Unsafe
  9201. 2628.31 s [constraints] unit constraints-0.14.2-JSMkouAVqHjKDbOQ7wPGuQ-spec
  9202. 2628.31 s [constraints] include base-4.18.2.0
  9203. 2628.31 s [constraints] include constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
  9204. 2628.31 s [constraints] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  9205. 2628.31 s [constraints] Ready component graph:
  9206. 2628.31 s [constraints] definite constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
  9207. 2628.31 s [constraints] depends base-4.18.2.0
  9208. 2628.31 s [constraints] depends binary-0.8.9.1
  9209. 2628.31 s [constraints] depends boring-0.2.2-7XzsSmLvRC72TGz61ob8Fj
  9210. 2628.31 s [constraints] depends deepseq-1.4.8.1
  9211. 2628.31 s [constraints] depends ghc-prim-0.10.0
  9212. 2628.31 s [constraints] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  9213. 2628.31 s [constraints] depends mtl-2.3.1
  9214. 2628.31 s [constraints] depends transformers-0.6.1.0
  9215. 2628.31 s [constraints] definite constraints-0.14.2-JSMkouAVqHjKDbOQ7wPGuQ-spec
  9216. 2628.31 s [constraints] depends base-4.18.2.0
  9217. 2628.31 s [constraints] depends constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
  9218. 2628.31 s [constraints] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  9219. 2628.31 s [constraints] Using Cabal-3.10.1.0 compiled by ghc-9.6
  9220. 2628.31 s [constraints] Using compiler: ghc-9.6.4
  9221. 2628.31 s [constraints] Using install prefix:
  9222. 2628.31 s [constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2
  9223. 2628.31 s [constraints] Executables installed in:
  9224. 2628.31 s [constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/bin
  9225. 2628.31 s [constraints] Libraries installed in:
  9226. 2628.31 s [constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
  9227. 2628.31 s [constraints] Dynamic Libraries installed in:
  9228. 2628.31 s [constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  9229. 2628.31 s [constraints] Private executables installed in:
  9230. 2628.31 s [constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/libexec/x86_64-linux-ghc-9.6.4/constraints-0.14.2
  9231. 2628.31 s [constraints] Data files installed in:
  9232. 2628.31 s [constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/share/x86_64-linux-ghc-9.6.4/constraints-0.14.2
  9233. 2628.31 s [constraints] Documentation installed in:
  9234. 2628.31 s [constraints] /nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc/share/doc/constraints-0.14.2
  9235. 2628.31 s [constraints] Configuration files installed in:
  9236. 2628.31 s [constraints] /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/etc
  9237. 2628.31 s [constraints] No alex found
  9238. 2628.31 s [constraints] Using ar found on system at:
  9239. 2628.31 s [constraints] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  9240. 2628.31 s [constraints] No c2hs found
  9241. 2628.31 s [constraints] No cpphs found
  9242. 2628.31 s [constraints] No doctest found
  9243. 2628.31 s [constraints] Using gcc version 14.3.0 given by user at:
  9244. 2628.31 s [constraints] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  9245. 2628.31 s [constraints] Using ghc version 9.6.4 found on system at:
  9246. 2628.31 s [constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  9247. 2628.31 s [constraints] Using ghc-pkg version 9.6.4 found on system at:
  9248. 2628.31 s [constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  9249. 2628.31 s [constraints] No ghcjs found
  9250. 2628.31 s [constraints] No ghcjs-pkg found
  9251. 2628.31 s [constraints] No greencard found
  9252. 2628.31 s [constraints] Using haddock version 2.29.2 found on system at:
  9253. 2628.31 s [constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  9254. 2628.31 s [constraints] No happy found
  9255. 2628.31 s [constraints] Using haskell-suite found on system at: haskell-suite-dummy-location
  9256. 2628.31 s [constraints] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  9257. 2628.31 s [constraints] No hmake found
  9258. 2628.31 s [constraints] Using hpc version 0.68 found on system at:
  9259. 2628.31 s [constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  9260. 2628.31 s [constraints] Using hsc2hs version 0.68.9 found on system at:
  9261. 2628.31 s [constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  9262. 2628.31 s [constraints] Using hscolour version 1.25 found on system at:
  9263. 2628.31 s [constraints] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  9264. 2628.31 s [constraints] No jhc found
  9265. 2628.31 s [constraints] Using ld found on system at:
  9266. 2628.31 s [constraints] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  9267. 2628.31 s [constraints] No pkg-config found
  9268. 2628.31 s [constraints] Using runghc version 9.6.4 found on system at:
  9269. 2628.31 s [constraints] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  9270. 2628.31 s [constraints] Using strip version 2.44 found on system at:
  9271. 2628.31 s [constraints] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  9272. 2628.31 s [constraints] Using tar found on system at:
  9273. 2628.31 s [constraints] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  9274. 2628.31 s [constraints] No uhc found
  9275. 2628.31 s [crypton] [118 of 139] Compiling Crypto.PubKey.DSA ( Crypto/PubKey/DSA.hs, dist/build/Crypto/PubKey/DSA.o, dist/build/Crypto/PubKey/DSA.dyn_o )
  9276. 2628.31 s [crypton] [119 of 139] Compiling Crypto.Number.Prime ( Crypto/Number/Prime.hs, dist/build/Crypto/Number/Prime.o, dist/build/Crypto/Number/Prime.dyn_o )
  9277. 2628.31 s [crypton] [120 of 139] Compiling Crypto.PubKey.Rabin.Types ( Crypto/PubKey/Rabin/Types.hs, dist/build/Crypto/PubKey/Rabin/Types.o, dist/build/Crypto/PubKey/Rabin/Types.dyn_o )
  9278. 2628.31 s [crypton] [121 of 139] Compiling Crypto.PubKey.Rabin.OAEP ( Crypto/PubKey/Rabin/OAEP.hs, dist/build/Crypto/PubKey/Rabin/OAEP.o, dist/build/Crypto/PubKey/Rabin/OAEP.dyn_o )
  9279. 2628.31 s [crypton] [122 of 139] Compiling Crypto.PubKey.Rabin.RW ( Crypto/PubKey/Rabin/RW.hs, dist/build/Crypto/PubKey/Rabin/RW.o, dist/build/Crypto/PubKey/Rabin/RW.dyn_o )
  9280. 2628.31 s [crypton] [123 of 139] Compiling Crypto.PubKey.Rabin.Modified ( Crypto/PubKey/Rabin/Modified.hs, dist/build/Crypto/PubKey/Rabin/Modified.o, dist/build/Crypto/PubKey/Rabin/Modified.dyn_o )
  9281. 2628.31 s [crypton] [124 of 139] Compiling Crypto.PubKey.Rabin.Basic ( Crypto/PubKey/Rabin/Basic.hs, dist/build/Crypto/PubKey/Rabin/Basic.o, dist/build/Crypto/PubKey/Rabin/Basic.dyn_o )
  9282. 2628.31 s [crypton] [125 of 139] Compiling Crypto.PubKey.RSA ( Crypto/PubKey/RSA.hs, dist/build/Crypto/PubKey/RSA.o, dist/build/Crypto/PubKey/RSA.dyn_o )
  9283. 2628.31 s [crypton] [126 of 139] Compiling Crypto.PubKey.RSA.PSS ( Crypto/PubKey/RSA/PSS.hs, dist/build/Crypto/PubKey/RSA/PSS.o, dist/build/Crypto/PubKey/RSA/PSS.dyn_o )
  9284. 2628.31 s [crypton] [127 of 139] Compiling Crypto.PubKey.RSA.PKCS15 ( Crypto/PubKey/RSA/PKCS15.hs, dist/build/Crypto/PubKey/RSA/PKCS15.o, dist/build/Crypto/PubKey/RSA/PKCS15.dyn_o )
  9285. 2628.31 s [crypton] [128 of 139] Compiling Crypto.PubKey.RSA.OAEP ( Crypto/PubKey/RSA/OAEP.hs, dist/build/Crypto/PubKey/RSA/OAEP.o, dist/build/Crypto/PubKey/RSA/OAEP.dyn_o )
  9286. 2628.31 s [crypton] [129 of 139] Compiling Crypto.PubKey.DH ( Crypto/PubKey/DH.hs, dist/build/Crypto/PubKey/DH.o, dist/build/Crypto/PubKey/DH.dyn_o )
  9287. 2628.31 s [crypton] [130 of 139] Compiling Crypto.PubKey.ElGamal ( Crypto/PubKey/ElGamal.hs, dist/build/Crypto/PubKey/ElGamal.o, dist/build/Crypto/PubKey/ElGamal.dyn_o )
  9288. 2628.31 s [crypton] [131 of 139] Compiling Crypto.PubKey.ECC.DH ( Crypto/PubKey/ECC/DH.hs, dist/build/Crypto/PubKey/ECC/DH.o, dist/build/Crypto/PubKey/ECC/DH.dyn_o )
  9289. 2628.31 s [crypton] [132 of 139] Compiling Crypto.ECC.Simple.Prim ( Crypto/ECC/Simple/Prim.hs, dist/build/Crypto/ECC/Simple/Prim.o, dist/build/Crypto/ECC/Simple/Prim.dyn_o )
  9290. 2628.31 s [crypton] [133 of 139] Compiling Crypto.ECC ( Crypto/ECC.hs, dist/build/Crypto/ECC.o, dist/build/Crypto/ECC.dyn_o )
  9291. 2628.31 s [crypton] [134 of 139] Compiling Crypto.PubKey.EdDSA ( Crypto/PubKey/EdDSA.hs, dist/build/Crypto/PubKey/EdDSA.o, dist/build/Crypto/PubKey/EdDSA.dyn_o )
  9292. 2628.31 s [crypton] [135 of 139] Compiling Crypto.PubKey.ECIES ( Crypto/PubKey/ECIES.hs, dist/build/Crypto/PubKey/ECIES.o, dist/build/Crypto/PubKey/ECIES.dyn_o )
  9293. 2628.31 s [crypton] [136 of 139] Compiling Crypto.PubKey.ECDSA ( Crypto/PubKey/ECDSA.hs, dist/build/Crypto/PubKey/ECDSA.o, dist/build/Crypto/PubKey/ECDSA.dyn_o )
  9294. 2628.31 s [crypton] [137 of 139] Compiling Crypto.Data.AFIS ( Crypto/Data/AFIS.hs, dist/build/Crypto/Data/AFIS.o, dist/build/Crypto/Data/AFIS.dyn_o )
  9295. 2628.31 s [crypton] [138 of 139] Compiling Crypto.System.CPU ( Crypto/System/CPU.hs, dist/build/Crypto/System/CPU.o, dist/build/Crypto/System/CPU.dyn_o )
  9296. 2628.31 s [crypton] [139 of 139] Compiling Crypto.Tutorial ( Crypto/Tutorial.hs, dist/build/Crypto/Tutorial.o, dist/build/Crypto/Tutorial.dyn_o )
  9297. 2628.31 s [crypton] [ 1 of 139] Compiling Crypto.Cipher.DES.Primitive ( Crypto/Cipher/DES/Primitive.hs, dist/build/Crypto/Cipher/DES/Primitive.p_o )
  9298. 2628.31 s [crypton] [ 2 of 139] Compiling Crypto.Data.Padding ( Crypto/Data/Padding.hs, dist/build/Crypto/Data/Padding.p_o )
  9299. 2628.31 s [crypton] [ 3 of 139] Compiling Crypto.Error.Types ( Crypto/Error/Types.hs, dist/build/Crypto/Error/Types.p_o )
  9300. 2628.31 s [crypton] [ 4 of 139] Compiling Crypto.Error ( Crypto/Error.hs, dist/build/Crypto/Error.p_o )
  9301. 2628.31 s [crypton] [ 5 of 139] Compiling Crypto.Internal.Compat ( Crypto/Internal/Compat.hs, dist/build/Crypto/Internal/Compat.p_o )
  9302. 2628.31 s [crypton] [ 6 of 139] Compiling Crypto.Internal.ByteArray ( Crypto/Internal/ByteArray.hs, dist/build/Crypto/Internal/ByteArray.p_o )
  9303. 2628.31 s [crypton] [ 7 of 139] Compiling Crypto.Cipher.Types.Utils ( Crypto/Cipher/Types/Utils.hs, dist/build/Crypto/Cipher/Types/Utils.p_o )
  9304. 2628.31 s [crypton] [ 8 of 139] Compiling Crypto.Internal.CompatPrim ( Crypto/Internal/CompatPrim.hs, dist/build/Crypto/Internal/CompatPrim.p_o )
  9305. 2628.31 s [distributive] | ^
  9306. 2628.31 s [distributive] [2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o, dist/build/Data/Distributive/Generic.dyn_o )
  9307. 2628.31 s [distributive] [1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.p_o )
  9308. 2628.31 s [distributive]
  9309. 2628.31 s [distributive] src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
  9310. 2628.31 s [distributive] The prefix use of a ‘$’ would denote an untyped splice
  9311. 2628.31 s [distributive] were the TemplateHaskell extension enabled.
  9312. 2628.31 s [distributive] Suggested fix: Add whitespace after the ‘$’.
  9313. 2628.31 s [distributive] |
  9314. 2628.31 s [distributive] 157 | distribute a e = fmap ($e) a
  9315. 2628.31 s [distributive] | ^
  9316. 2628.31 s [distributive] [2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.p_o )
  9317. 2628.31 s [distributive] Preprocessing test suite 'spec' for distributive-0.6.2.1..
  9318. 2628.31 s [distributive] Building test suite 'spec' for distributive-0.6.2.1..
  9319. 2628.31 s [distributive] [1 of 2] Compiling GenericsSpec ( tests/GenericsSpec.hs, dist/build/spec/spec-tmp/GenericsSpec.o )
  9320. 2628.31 s [distributive] [2 of 2] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  9321. 2628.31 s [distributive] [3 of 3] Linking dist/build/spec/spec
  9322. 2628.31 s [distributive] Phase: checkPhase
  9323. 2628.31 s [distributive] Running 1 test suites...
  9324. 2628.31 s [distributive] Test suite spec: RUNNING...
  9325. 2628.31 s [distributive]
  9326. 2628.31 s [distributive] Generics
  9327. 2628.31 s [distributive] Id
  9328. 2628.31 s [distributive] distribute idExample = idExample [✔]
  9329. 2628.31 s [distributive] Stream
  9330. 2628.31 s [distributive] runId (shead (stail (distribute streamExample))) = 1 [✔]
  9331. 2628.31 s [distributive] PolyRec
  9332. 2628.31 s [distributive] runId (plast (runId (pinit (distribute polyRecExample)))) = 1 [✔]
  9333. 2628.31 s [distributive]
  9334. 2628.31 s [distributive] Finished in 0.0037 seconds
  9335. 2628.31 s [distributive] 3 examples, 0 failures
  9336. 2628.31 s [distributive] Test suite spec: PASS
  9337. 2628.31 s [distributive] Test suite logged to: dist/test/distributive-0.6.2.1-spec.log
  9338. 2628.31 s [distributive] 1 of 1 test suites (1 of 1 test cases) passed.
  9339. 2628.31 s [distributive] Phase: haddockPhase
  9340. 2628.31 s [distributive] Preprocessing library for distributive-0.6.2.1..
  9341. 2628.31 s [distributive] Running Haddock on library for distributive-0.6.2.1..
  9342. 2628.31 s [distributive] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  9343. 2628.31 s [distributive] Warning: 'Representable' is out of scope.
  9344. 2628.31 s [distributive] If you qualify the identifier, haddock can try to link it anyway.
  9345. 2628.31 s [distributive] 100% ( 4 / 4) in 'Data.Distributive'
  9346. 2628.31 s [distributive]
  9347. 2628.31 s [distributive] src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
  9348. 2628.31 s [distributive] The prefix use of a ‘$’ would denote an untyped splice
  9349. 2628.31 s [distributive] were the TemplateHaskell extension enabled.
  9350. 2628.31 s [distributive] Suggested fix: Add whitespace after the ‘$’.
  9351. 2628.31 s [distributive] |
  9352. 2628.31 s [distributive] 157 | distribute a e = fmap ($e) a
  9353. 2628.31 s [distributive] | ^
  9354. 2628.31 s [distributive] 75% ( 3 / 4) in 'Data.Distributive.Generic'
  9355. 2628.31 s [distributive] Missing documentation for:
  9356. 2628.31 s [distributive] GDistributive (src/Data/Distributive/Generic.hs:51)
  9357. 2628.31 s [distributive] Documentation created: dist/doc/html/distributive/index.html,
  9358. 2628.31 s [distributive] dist/doc/html/distributive/distributive.txt
  9359. 2628.31 s [distributive] Preprocessing test suite 'spec' for distributive-0.6.2.1..
  9360. 2628.31 s [distributive] Phase: installPhase
  9361. 2628.31 s [distributive] Installing library in /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  9362. 2628.31 s [distributive] Phase: fixupPhase
  9363. 2628.31 s [distributive] shrinking RPATHs of ELF executables and libraries in /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1
  9364. 2628.31 s [distributive] shrinking /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSdistributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy-ghc9.6.4.so
  9365. 2628.31 s [distributive] checking for references to /build/ in /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1...
  9366. 2628.31 s [distributive] patching script interpreter paths in /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1
  9367. 2628.31 s [distributive] stripping (with command strip and flags -S -p) in /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1/lib
  9368. 2628.31 s [doctest] reports a failing property [✔]
  9369. 2628.31 s [doctest] runs a boolean property with an explicit type signature [✔]
  9370. 2628.31 s [doctest] runs $setup before each property [✔]
  9371. 2628.31 s [doctest] doctest (regression tests)
  9372. 2628.31 s [doctest] bugfixWorkingDirectory [✔]
  9373. 2628.31 s [doctest] bugfixOutputToStdErr [✔]
  9374. 2628.31 s [doctest] bugfixImportHierarchical [✔]
  9375. 2628.31 s [doctest] bugfixMultipleModules [✔]
  9376. 2628.31 s [doctest] testCPP [✔]
  9377. 2628.31 s [doctest] template-haskell-bugfix [✔]
  9378. 2628.31 s [doctest] doesn't clash with user bindings of stdout/stderr [✔]
  9379. 2628.31 s [doctest] doesn't get confused by doctests using System.IO imports [✔]
  9380. 2628.31 s [doctest] Options
  9381. 2628.31 s [doctest] parseOptions
  9382. 2628.31 s [doctest] strips --optghc [✔]
  9383. 2628.31 s [doctest] strips --optghc= [✔]
  9384. 2628.31 s [doctest] with ghc options that are not valid with --interactive
  9385. 2628.31 s [doctest] returns ProxyToGhc [✔]
  9386. 2628.31 s [doctest] +++ OK, passed 100 tests.
  9387. 2628.31 s [doctest] with --interactive
  9388. 2628.31 s [doctest] disables magic mode [✔]
  9389. 2628.31 s [doctest] filters out --interactive [✔]
  9390. 2628.31 s [doctest] accepts --fast [✔]
  9391. 2628.31 s [doctest] --no-magic
  9392. 2628.32 s [doctest] without --no-magic
  9393. 2628.32 s [doctest] enables magic mode [✔]
  9394. 2628.32 s [doctest] with --no-magic
  9395. 2628.32 s [doctest] disables magic mode [✔]
  9396. 2628.32 s [doctest] --fast
  9397. 2628.32 s [doctest] without --fast
  9398. 2628.32 s [doctest] disables fast mode [✔]
  9399. 2628.32 s [doctest] with --fast
  9400. 2628.32 s [doctest] enabled fast mode [✔]
  9401. 2628.32 s [doctest] --preserve-it
  9402. 2628.32 s [doctest] without --preserve-it
  9403. 2628.32 s [doctest] does not preserve the `it` variable [✔]
  9404. 2628.32 s [doctest] with --preserve-it
  9405. 2628.32 s [doctest] preserves the `it` variable [✔]
  9406. 2628.32 s [doctest] with --help
  9407. 2628.32 s [doctest] outputs usage information [✔]
  9408. 2628.32 s [doctest] with --version
  9409. 2628.32 s [doctest] outputs version information [✔]
  9410. 2628.32 s [doctest] with --info
  9411. 2628.32 s [doctest] outputs machine readable version information [✔]
  9412. 2628.32 s [doctest] --verbose
  9413. 2628.32 s [doctest] without --verbose
  9414. 2628.32 s [doctest] is not verbose by default [✔]
  9415. 2628.32 s [doctest] with --verbose
  9416. 2628.32 s [doctest] parses verbose option [✔]
  9417. 2628.32 s [doctest] PackageDBs
  9418. 2628.32 s [doctest] getPackageDBsFromEnv
  9419. 2628.32 s [doctest] uses global and user when no env used [✔]
  9420. 2628.32 s [doctest] respects GHC_PACKAGE_PATH [✔]
  9421. 2628.32 s [doctest] Parse
  9422. 2628.32 s [doctest] extractDocTests
  9423. 2628.32 s [doctest] extracts properties from a module [✔]
  9424. 2628.32 s [doctest] extracts examples from a module [✔]
  9425. 2628.32 s [doctest] extracts examples from documentation for non-exported names [✔]
  9426. 2628.32 s [doctest] extracts multiple examples from a module [✔]
  9427. 2628.32 s [doctest] returns an empty list, if documentation contains no examples [✔]
  9428. 2628.32 s [doctest] sets setup code to Nothing, if it does not contain any tests [✔]
  9429. 2628.32 s [doctest] keeps modules that only contain setup code [✔]
  9430. 2628.32 s [doctest] parseInteractions (an internal function)
  9431. 2628.32 s [doctest] parses an interaction [✔]
  9432. 2628.32 s [doctest] drops whitespace as appropriate [✔]
  9433. 2628.32 s [doctest] parses an interaction without a result [✔]
  9434. 2628.32 s [doctest] works with a complex example [✔]
  9435. 2628.32 s [doctest] attaches location information to parsed interactions [✔]
  9436. 2628.32 s [doctest] basic multiline [✔]
  9437. 2628.32 s [doctest] multiline align output [✔]
  9438. 2628.32 s [doctest] multiline align output with >>> [✔]
  9439. 2628.32 s [doctest] parses wild cards lines [✔]
  9440. 2628.32 s [doctest] parses wild card chunks [✔]
  9441. 2628.32 s [doctest] parseProperties (an internal function)
  9442. 2628.32 s [doctest] parses a property [✔]
  9443. 2628.32 s [doctest] mkLineChunks (an internal function)
  9444. 2628.32 s [doctest] replaces ellipsis with WildCardChunks [✔]
  9445. 2628.32 s [doctest] doesn't replace fewer than 3 consecutive dots [✔]
  9446. 2628.32 s [doctest] handles leading and trailing dots [✔]
  9447. 2628.32 s [doctest] handles leading and trailing ellipsis [✔]
  9448. 2628.32 s [doctest] Property
  9449. 2628.32 s [doctest] runProperty
  9450. 2628.32 s [doctest] reports a failing property [✔]
  9451. 2628.32 s [doctest] runs a Bool property [✔]
  9452. 2628.32 s [doctest] runs a Bool property with an explicit type signature [✔]
  9453. 2628.32 s [doctest] runs an implicitly quantified property [✔]
  9454. 2628.32 s [doctest] runs an implicitly quantified property even with GHC 7.4 [✔]
  9455. 2628.32 s [doctest] runs an explicitly quantified property [✔]
  9456. 2628.32 s [doctest] allows to mix implicit and explicit quantification [✔]
  9457. 2628.32 s [doctest] reports the value for which a property fails [✔]
  9458. 2628.32 s [doctest] reports the values for which a property that takes multiple arguments fails [✔]
  9459. 2628.32 s [doctest] defaults ambiguous type variables to Integer [✔]
  9460. 2628.32 s [doctest] freeVariables
  9461. 2628.32 s [doctest] finds a free variables in a term [✔]
  9462. 2628.32 s [doctest] ignores duplicates [✔]
  9463. 2628.32 s [doctest] works for terms with multiple names [✔]
  9464. 2628.32 s [doctest] works for names that contain a prime [✔]
  9465. 2628.32 s [doctest] works for names that are similar to other names that are in scope [✔]
  9466. 2628.32 s [doctest] parseNotInScope
  9467. 2628.32 s [doctest] when error message was produced by GHC 7.4.1
  9468. 2628.32 s [doctest] extracts a variable name of variable that is not in scope from an error message [✔]
  9469. 2628.32 s [doctest] ignores duplicates [✔]
  9470. 2628.32 s [doctest] works for variable names that contain a prime [✔]
  9471. 2628.32 s [doctest] works for error messages with suggestions [✔]
  9472. 2628.32 s [doctest] when error message was produced by GHC 8.0.1
  9473. 2628.32 s [doctest] extracts a variable name of variable that is not in scope from an error message [✔]
  9474. 2628.32 s [genvalidity] only shrinks to valid "Either Double Ordering"s [✔]
  9475. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9476. 2628.32 s [genvalidity] never shrinks to itself for valid "Either Double Ordering"s [✔]
  9477. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9478. 2628.32 s [genvalidity] only shrinks to valid "MyType"s [✔]
  9479. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9480. 2628.32 s [genvalidity] never shrinks to itself for valid "MyType"s [✔]
  9481. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9482. 2628.32 s [genvalidity] Data.GenValidity.ShrinkGeneric
  9483. 2628.32 s [genvalidity] default shrinkValid
  9484. 2628.32 s [genvalidity] figures out the right shrinking function for A [✔]
  9485. 2628.32 s [genvalidity] figures out the right shrinking function for B [✔]
  9486. 2628.32 s [genvalidity] shrinks tuples correctly [✔]
  9487. 2628.32 s [genvalidity] figures out the right shrinking function for Ex [✔]
  9488. 2628.32 s [genvalidity] shrinkValidStructurally
  9489. 2628.32 s [genvalidity] shrinks tuples correctly [✔]
  9490. 2628.32 s [genvalidity] figures out the right shrinking function for Ex [✔]
  9491. 2628.32 s [genvalidity] Data.Instance
  9492. 2628.32 s [genvalidity] genValid of () generates only valid values [✔]
  9493. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9494. 2628.32 s [genvalidity] shrinkValid of () shrinks to only valid values [✔]
  9495. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9496. 2628.32 s [genvalidity] shrinkValid of () only produces values that do not crash while validating [✔]
  9497. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9498. 2628.32 s [genvalidity] shrinkValid of () does not shrink to itself [✔]
  9499. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9500. 2628.32 s [genvalidity] genValid of Bool generates only valid values [✔]
  9501. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9502. 2628.32 s [genvalidity] shrinkValid of Bool shrinks to only valid values [✔]
  9503. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9504. 2628.32 s [genvalidity] shrinkValid of Bool only produces values that do not crash while validating [✔]
  9505. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9506. 2628.32 s [genvalidity] shrinkValid of Bool does not shrink to itself [✔]
  9507. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9508. 2628.32 s [genvalidity] genValid of Ordering generates only valid values [✔]
  9509. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9510. 2628.32 s [genvalidity] shrinkValid of Ordering shrinks to only valid values [✔]
  9511. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9512. 2628.32 s [genvalidity] shrinkValid of Ordering only produces values that do not crash while validating [✔]
  9513. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9514. 2628.32 s [genvalidity] shrinkValid of Ordering does not shrink to itself [✔]
  9515. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9516. 2628.32 s [genvalidity] genValid of Char generates only valid values [✔]
  9517. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9518. 2628.32 s [genvalidity] shrinkValid of Char shrinks to only valid values [✔]
  9519. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9520. 2628.32 s [genvalidity] shrinkValid of Char only produces values that do not crash while validating [✔]
  9521. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9522. 2628.32 s [genvalidity] shrinkValid of Char does not shrink to itself [✔]
  9523. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9524. 2628.32 s [genvalidity] genValid of Word generates only valid values [✔]
  9525. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9526. 2628.32 s [genvalidity] shrinkValid of Word shrinks to only valid values [✔]
  9527. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9528. 2628.32 s [genvalidity] shrinkValid of Word only produces values that do not crash while validating [✔]
  9529. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9530. 2628.32 s [genvalidity] shrinkValid of Word does not shrink to itself [✔]
  9531. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9532. 2628.32 s [genvalidity] genValid of Word8 generates only valid values [✔]
  9533. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9534. 2628.32 s [genvalidity] shrinkValid of Word8 shrinks to only valid values [✔]
  9535. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9536. 2628.32 s [genvalidity] shrinkValid of Word8 only produces values that do not crash while validating [✔]
  9537. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9538. 2628.32 s [genvalidity] shrinkValid of Word8 does not shrink to itself [✔]
  9539. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9540. 2628.32 s [genvalidity] genValid of Word16 generates only valid values [✔]
  9541. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9542. 2628.32 s [genvalidity] shrinkValid of Word16 shrinks to only valid values [✔]
  9543. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9544. 2628.32 s [genvalidity] shrinkValid of Word16 only produces values that do not crash while validating [✔]
  9545. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9546. 2628.32 s [genvalidity] shrinkValid of Word16 does not shrink to itself [✔]
  9547. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9548. 2628.32 s [genvalidity] genValid of Word32 generates only valid values [✔]
  9549. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9550. 2628.32 s [genvalidity] shrinkValid of Word32 shrinks to only valid values [✔]
  9551. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9552. 2628.32 s [genvalidity] shrinkValid of Word32 only produces values that do not crash while validating [✔]
  9553. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9554. 2628.32 s [genvalidity] shrinkValid of Word32 does not shrink to itself [✔]
  9555. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9556. 2628.32 s [genvalidity] genValid of Word64 generates only valid values [✔]
  9557. 2628.32 s [genvalidity] +++ OK, passed 100 tests.
  9558. 2628.32 s [genvalidity] shrinkValid of Word64 shrinks to only valid values [✔]
  9559. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9560. 2628.32 s [genvalidity] shrinkValid of Word64 only produces values that do not crash while validating [✔]
  9561. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9562. 2628.32 s [genvalidity] shrinkValid of Word64 does not shrink to itself [✔]
  9563. 2628.32 s [genvalidity] +++ OK, passed 20 tests.
  9564. 2628.32 s [genvalidity] genValid of Int generates only valid values [✔]
  9565. 2628.32 s [iproute] can read even if unnecessary spaces exist [✔]
  9566. 2628.32 s [iproute] does not read overflow IPv4 octets [✔]
  9567. 2628.32 s [iproute] can read even if unnecessary spaces exist [✔]
  9568. 2628.32 s [iproute] does not read overflow mask lengths [✔]
  9569. 2628.32 s [iproute] can read embedded v4 in v6 range [✔]
  9570. 2628.32 s [iproute] RouteTable
  9571. 2628.32 s [iproute] fromList
  9572. 2628.32 s [iproute] creates the same tree for random input and ordered input [✔]
  9573. 2628.32 s [iproute] +++ OK, passed 100 tests.
  9574. 2628.32 s [iproute] creates the same tree for random input and ordered input [✔]
  9575. 2628.32 s [iproute] +++ OK, passed 100 tests.
  9576. 2628.32 s [iproute] stores input in the incremental order [✔]
  9577. 2628.32 s [iproute] +++ OK, passed 100 tests.
  9578. 2628.32 s [iproute] stores input in the incremental order [✔]
  9579. 2628.33 s [iproute] +++ OK, passed 100 tests.
  9580. 2628.33 s [iproute] toList
  9581. 2628.33 s [iproute] expands as sorted [✔]
  9582. 2628.33 s [iproute] +++ OK, passed 100 tests.
  9583. 2628.33 s [iproute] expands as sorted [✔]
  9584. 2628.33 s [iproute] +++ OK, passed 100 tests.
  9585. 2628.33 s [iproute] folds
  9586. 2628.33 s [iproute] foldl [✔]
  9587. 2628.33 s [iproute] +++ OK, passed 100 tests; 12 discarded.
  9588. 2628.33 s [iproute] foldr [✔]
  9589. 2628.33 s [iproute] +++ OK, passed 100 tests; 12 discarded.
  9590. 2628.33 s [iproute] monoid
  9591. 2628.33 s [iproute] monoid instance [✔]
  9592. 2628.33 s [iproute] +++ OK, passed 100 tests; 17 discarded.
  9593. 2628.33 s [iproute]
  9594. 2628.33 s [iproute] Finished in 0.1503 seconds
  9595. 2628.33 s [iproute] 20 examples, 0 failures
  9596. 2628.33 s [iproute] Test suite spec: PASS
  9597. 2628.33 s [iproute] Test suite logged to: dist/test/iproute-1.7.15-spec.log
  9598. 2628.33 s [iproute] 1 of 1 test suites (1 of 1 test cases) passed.
  9599. 2628.33 s [iproute] Phase: haddockPhase
  9600. 2628.33 s [iproute] Preprocessing library for iproute-1.7.15..
  9601. 2628.33 s [iproute] Running Haddock on library for iproute-1.7.15..
  9602. 2628.33 s [iproute] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  9603. 2628.33 s [iproute] Warning: 'IPv4' is ambiguous. It is defined
  9604. 2628.33 s [iproute] * at Data/IP/Addr.hs:33:7
  9605. 2628.33 s [iproute] * at Data/IP/Addr.hs:84:1
  9606. 2628.33 s [iproute] You may be able to disambiguate the identifier by qualifying it or
  9607. 2628.33 s [iproute] by specifying the type/value namespace explicitly.
  9608. 2628.33 s [iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
  9609. 2628.33 s [iproute] Warning: 'IPv6' is ambiguous. It is defined
  9610. 2628.33 s [iproute] * at Data/IP/Addr.hs:34:7
  9611. 2628.33 s [iproute] * at Data/IP/Addr.hs:105:1
  9612. 2628.33 s [iproute] You may be able to disambiguate the identifier by qualifying it or
  9613. 2628.33 s [iproute] by specifying the type/value namespace explicitly.
  9614. 2628.33 s [iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
  9615. 2628.33 s [iproute] Warning: 'inet_ntop' is out of scope.
  9616. 2628.33 s [iproute] If you qualify the identifier, haddock can try to link it anyway.
  9617. 2628.33 s [iproute] Warning: 'IPv4' is ambiguous. It is defined
  9618. 2628.33 s [iproute] * at Data/IP/Addr.hs:33:7
  9619. 2628.33 s [iproute] * at Data/IP/Addr.hs:84:1
  9620. 2628.33 s [iproute] You may be able to disambiguate the identifier by qualifying it or
  9621. 2628.33 s [iproute] by specifying the type/value namespace explicitly.
  9622. 2628.33 s [iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
  9623. 2628.33 s [iproute] Warning: 'IPv6' is ambiguous. It is defined
  9624. 2628.33 s [iproute] * at Data/IP/Addr.hs:34:7
  9625. 2628.33 s [iproute] * at Data/IP/Addr.hs:105:1
  9626. 2628.33 s [iproute] You may be able to disambiguate the identifier by qualifying it or
  9627. 2628.33 s [iproute] by specifying the type/value namespace explicitly.
  9628. 2628.33 s [iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
  9629. 2628.33 s [iproute] 80% ( 4 / 5) in 'Data.IP.Builder'
  9630. 2628.33 s [iproute] Missing documentation for:
  9631. 2628.33 s [iproute] Module header
  9632. 2628.33 s [iproute] Warning: 'IPv4' is ambiguous. It is defined
  9633. 2628.33 s [iproute] * at Data/IP/Addr.hs:33:7
  9634. 2628.33 s [iproute] * at Data/IP/Addr.hs:84:1
  9635. 2628.33 s [iproute] You may be able to disambiguate the identifier by qualifying it or
  9636. 2628.33 s [iproute] by specifying the type/value namespace explicitly.
  9637. 2628.33 s [iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
  9638. 2628.33 s [iproute] Warning: 'IPv6' is ambiguous. It is defined
  9639. 2628.33 s [iproute] * at Data/IP/Addr.hs:34:7
  9640. 2628.33 s [iproute] * at Data/IP/Addr.hs:105:1
  9641. 2628.33 s [iproute] You may be able to disambiguate the identifier by qualifying it or
  9642. 2628.33 s [iproute] by specifying the type/value namespace explicitly.
  9643. 2628.33 s [iproute] Defaulting to the one defined at Data/IP/Addr.hs:32:1
  9644. 2628.33 s [iproute] Warning: 'makeAddrRange' is out of scope.
  9645. 2628.33 s [iproute] If you qualify the identifier, haddock can try to link it anyway.
  9646. 2628.33 s [iproute] Warning: 'unmakeAddrRange' is out of scope.
  9647. 2628.33 s [iproute] If you qualify the identifier, haddock can try to link it anyway.
  9648. 2628.33 s [iproute] 50% ( 3 / 6) in 'Data.IP.Internal'
  9649. 2628.33 s [iproute] Missing documentation for:
  9650. 2628.33 s [iproute] Module header
  9651. 2628.33 s [iproute] IPv4Addr (Data/IP/Addr.hs:75)
  9652. 2628.33 s [iproute] IPv6Addr (Data/IP/Addr.hs:76)
  9653. 2628.33 s [iproute] 100% ( 35 / 35) in 'Data.IP'
  9654. 2628.33 s [iproute] Warning: 'IPrange' is out of scope.
  9655. 2628.33 s [iproute] If you qualify the identifier, haddock can try to link it anyway.
  9656. 2628.33 s [iproute] Warning: 'toList' is ambiguous. It is defined
  9657. 2628.33 s [iproute] * in ‘Data.Foldable’
  9658. 2628.33 s [iproute] * at Data/IP/RouteTable/Internal.hs:339:1
  9659. 2628.33 s [iproute] You may be able to disambiguate the identifier by qualifying it or
  9660. 2628.33 s [iproute] by specifying the type/value namespace explicitly.
  9661. 2628.33 s [lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  9662. 2628.33 s [lifted-base] No happy found
  9663. 2628.33 s [lifted-base] Using haskell-suite found on system at: haskell-suite-dummy-location
  9664. 2628.33 s [lifted-base] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  9665. 2628.33 s [lifted-base] No hmake found
  9666. 2628.33 s [lifted-base] Using hpc version 0.68 found on system at:
  9667. 2628.33 s [lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  9668. 2628.33 s [lifted-base] Using hsc2hs version 0.68.9 found on system at:
  9669. 2628.33 s [lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  9670. 2628.33 s [lifted-base] Using hscolour version 1.25 found on system at:
  9671. 2628.33 s [lifted-base] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  9672. 2628.33 s [lifted-base] No jhc found
  9673. 2628.33 s [lifted-base] Using ld found on system at:
  9674. 2628.33 s [lifted-base] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  9675. 2628.33 s [lifted-base] No pkg-config found
  9676. 2628.33 s [lifted-base] Using runghc version 9.6.4 found on system at:
  9677. 2628.33 s [lifted-base] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  9678. 2628.33 s [lifted-base] Using strip version 2.44 found on system at:
  9679. 2628.33 s [lifted-base] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  9680. 2628.33 s [lifted-base] Using tar found on system at:
  9681. 2628.33 s [lifted-base] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  9682. 2628.33 s [lifted-base] No uhc found
  9683. 2628.33 s [lifted-base] Phase: buildPhase
  9684. 2628.33 s [lifted-base] Preprocessing library for lifted-base-0.2.3.12..
  9685. 2628.33 s [lifted-base] Building library for lifted-base-0.2.3.12..
  9686. 2628.33 s [lifted-base] [1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o, dist/build/Control/Concurrent/Chan/Lifted.dyn_o )
  9687. 2628.33 s [lifted-base] [2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o, dist/build/Control/Concurrent/MVar/Lifted.dyn_o )
  9688. 2628.33 s [lifted-base] [3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o, dist/build/Control/Concurrent/QSem/Lifted.dyn_o )
  9689. 2628.33 s [lifted-base] [4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o, dist/build/Control/Concurrent/QSemN/Lifted.dyn_o )
  9690. 2628.33 s [lifted-base] [5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o, dist/build/Control/Exception/Lifted.dyn_o )
  9691. 2628.33 s [lifted-base] [6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o, dist/build/Control/Concurrent/Lifted.dyn_o )
  9692. 2628.33 s [lifted-base] [7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o, dist/build/Data/IORef/Lifted.dyn_o )
  9693. 2628.33 s [lifted-base] [8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o, dist/build/Foreign/Marshal/Utils/Lifted.dyn_o )
  9694. 2628.33 s [lifted-base] [9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o, dist/build/System/Timeout/Lifted.dyn_o )
  9695. 2628.33 s [lifted-base] [1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.p_o )
  9696. 2628.33 s [lifted-base] [2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.p_o )
  9697. 2628.33 s [lifted-base] [3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.p_o )
  9698. 2628.33 s [lifted-base] [4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.p_o )
  9699. 2628.33 s [lifted-base] [5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.p_o )
  9700. 2628.33 s [lifted-base] [6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.p_o )
  9701. 2628.33 s [lifted-base] [7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.p_o )
  9702. 2628.33 s [lifted-base] [8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.p_o )
  9703. 2628.34 s [lifted-base] [9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.p_o )
  9704. 2628.34 s [lifted-base] Preprocessing test suite 'test-lifted-base' for lifted-base-0.2.3.12..
  9705. 2628.34 s [lifted-base] Building test suite 'test-lifted-base' for lifted-base-0.2.3.12..
  9706. 2628.34 s [lifted-base] [1 of 1] Compiling Main ( test/test.hs, dist/build/test-lifted-base/test-lifted-base-tmp/Main.o )
  9707. 2628.59 s [socks:post-build] Uploading to the NixCI cache: /nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1 /nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc
  9708. 2628.92 s [socks:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  9709. 2629.29 s [socks:post-build] copying 2 paths...
  9710. 2629.29 s [socks:post-build] copying path '/nix/store/rywrs6dx02hxw0zqx2wcx0rjxjxa3diy-socks-0.6.1-doc' to 'https://cache.nix-ci.com'...
  9711. 2630.67 s [socks:post-build] copying path '/nix/store/02h99iy3n5db0jlpg8nvbkc5makgv6jx-socks-0.6.1' to 'https://cache.nix-ci.com'...
  9712. 2635.06 s [socks:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  9713. 2636.25 s [socks:post-build] copying 1 paths...
  9714. 2636.25 s [socks:post-build] copying path '/nix/store/q5zz75nmcw5psk2jgh8c3f7mfax58yh0-socks-0.6.1.drv' to 'https://cache.nix-ci.com'...
  9715. 2638.23 s Uploaded socks in 9.7s
  9716. 2638.25 s Progress: 132 of 211 built (15 building), 298 of 298 downloaded from cache
  9717. 2638.25 s Built socks in 2m21s
  9718. 2638.25 s [text-short] Phase: setupCompilerEnvironmentPhase
  9719. 2638.25 s [text-short] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  9720. 2638.25 s [zlib] Documentation created: dist/doc/html/zlib/index.html,
  9721. 2638.25 s [zlib] dist/doc/html/zlib/zlib.txt
  9722. 2638.25 s [zlib] Preprocessing test suite 'tests' for zlib-0.7.1.0..
  9723. 2638.25 s [zlib] Phase: installPhase
  9724. 2638.25 s [zlib] Installing library in /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  9725. 2638.25 s [zlib] Phase: fixupPhase
  9726. 2638.25 s [zlib] shrinking RPATHs of ELF executables and libraries in /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0
  9727. 2638.25 s [zlib] shrinking /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSzlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk-ghc9.6.4.so
  9728. 2638.25 s [zlib] checking for references to /build/ in /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0...
  9729. 2638.25 s [zlib] patching script interpreter paths in /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0
  9730. 2638.25 s [zlib] stripping (with command strip and flags -S -p) in /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0/lib
  9731. 2638.25 s [zlib] shrinking RPATHs of ELF executables and libraries in /nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc
  9732. 2638.25 s [zlib] checking for references to /build/ in /nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc...
  9733. 2638.25 s [zlib] patching script interpreter paths in /nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc
  9734. 2638.35 s Waiting for lock on waiting for a free build user ID for '/nix/store/w4h7ry8kxma5id4cp9zqsgldhw0qx2l1-data-fix
  9735. 2638.45 s Waiting for lock on waiting for a free build user ID for '/nix/store/ppiv1z5q73av7c2a9l5889h4g1cq9wnp-time-compat
  9736. 2638.48 s Waiting for lock on waiting for a free build user ID for '/nix/store/4xn8v7z6dqc0nqxcxcrnnbf52wkcgwcv-uuid-types
  9737. 2638.48 s [OneTuple] Building test suite 'instances' for OneTuple-0.4.2..
  9738. 2638.48 s [OneTuple] [1 of 1] Compiling Main ( test/instances.hs, dist/build/instances/instances-tmp/Main.o )
  9739. 2638.48 s [OneTuple] [2 of 2] Linking dist/build/instances/instances
  9740. 2638.48 s [OneTuple] Preprocessing test suite 'th' for OneTuple-0.4.2..
  9741. 2638.48 s [OneTuple] Building test suite 'th' for OneTuple-0.4.2..
  9742. 2638.48 s [OneTuple] [1 of 1] Compiling Main ( test/th.hs, dist/build/th/th-tmp/Main.o )
  9743. 2638.48 s [OneTuple] [2 of 2] Linking dist/build/th/th
  9744. 2638.48 s [OneTuple] Phase: checkPhase
  9745. 2638.48 s [OneTuple] Running 2 test suites...
  9746. 2638.48 s [OneTuple] Test suite instances: RUNNING...
  9747. 2638.48 s [OneTuple] works
  9748. 2638.48 s [OneTuple] Test suite instances: PASS
  9749. 2638.48 s [OneTuple] Test suite logged to: dist/test/OneTuple-0.4.2-instances.log
  9750. 2638.48 s [OneTuple] Test suite th: RUNNING...
  9751. 2638.48 s [OneTuple] True
  9752. 2638.48 s [OneTuple] Test suite th: PASS
  9753. 2638.48 s [OneTuple] Test suite logged to: dist/test/OneTuple-0.4.2-th.log
  9754. 2638.48 s [OneTuple] 2 of 2 test suites (2 of 2 test cases) passed.
  9755. 2638.48 s [OneTuple] Phase: haddockPhase
  9756. 2638.48 s [OneTuple] Preprocessing library for OneTuple-0.4.2..
  9757. 2638.48 s [OneTuple] Running Haddock on library for OneTuple-0.4.2..
  9758. 2638.48 s [OneTuple] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  9759. 2638.48 s [OneTuple] 66% ( 2 / 3) in 'Data.Tuple.Solo'
  9760. 2638.48 s [OneTuple] Missing documentation for:
  9761. 2638.48 s [OneTuple] getSolo
  9762. 2638.48 s [OneTuple] 25% ( 1 / 4) in 'Data.Tuple.OneTuple'
  9763. 2638.48 s [OneTuple] Missing documentation for:
  9764. 2638.48 s [OneTuple] OneTuple (src/Data/Tuple/OneTuple.hs:21)
  9765. 2638.48 s [OneTuple] OneTuple (src/Data/Tuple/OneTuple.hs:28)
  9766. 2638.49 s [OneTuple] only (src/Data/Tuple/OneTuple.hs:23)
  9767. 2638.49 s [OneTuple] Warning: 'Solo' is out of scope.
  9768. 2638.49 s [OneTuple] If you qualify the identifier, haddock can try to link it anyway.
  9769. 2638.49 s [OneTuple] 50% ( 1 / 2) in 'Data.Tuple.Solo.TH'
  9770. 2638.49 s [OneTuple] Missing documentation for:
  9771. 2638.49 s [OneTuple] tupE
  9772. 2638.49 s [OneTuple] Documentation created: dist/doc/html/OneTuple/index.html,
  9773. 2638.49 s [OneTuple] dist/doc/html/OneTuple/OneTuple.txt
  9774. 2638.49 s [OneTuple] Preprocessing test suite 'instances' for OneTuple-0.4.2..
  9775. 2638.49 s [OneTuple] Preprocessing test suite 'th' for OneTuple-0.4.2..
  9776. 2638.49 s [OneTuple] Phase: installPhase
  9777. 2638.49 s [OneTuple] Installing library in /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/OneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH
  9778. 2638.49 s [OneTuple] Phase: fixupPhase
  9779. 2638.49 s [OneTuple] shrinking RPATHs of ELF executables and libraries in /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2
  9780. 2638.49 s [OneTuple] shrinking /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSOneTuple-0.4.2-Ln9Vqo1SEDQIXqtwiYMAWH-ghc9.6.4.so
  9781. 2638.49 s [OneTuple] checking for references to /build/ in /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2...
  9782. 2638.49 s [OneTuple] patching script interpreter paths in /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2
  9783. 2638.49 s [OneTuple] stripping (with command strip and flags -S -p) in /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2/lib
  9784. 2638.49 s [OneTuple] shrinking RPATHs of ELF executables and libraries in /nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc
  9785. 2638.49 s [OneTuple] checking for references to /build/ in /nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc...
  9786. 2638.49 s [OneTuple] patching script interpreter paths in /nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc
  9787. 2638.49 s [asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  9788. 2638.49 s [asn1-types] Dynamic Libraries installed in:
  9789. 2638.49 s [asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  9790. 2638.49 s [asn1-types] Private executables installed in:
  9791. 2638.49 s [asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/libexec/x86_64-linux-ghc-9.6.4/asn1-types-0.3.4
  9792. 2638.49 s [asn1-types] Data files installed in:
  9793. 2638.49 s [asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/share/x86_64-linux-ghc-9.6.4/asn1-types-0.3.4
  9794. 2638.49 s [asn1-types] Documentation installed in:
  9795. 2638.49 s [asn1-types] /nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc/share/doc/asn1-types-0.3.4
  9796. 2638.49 s [asn1-types] Configuration files installed in:
  9797. 2638.49 s [asn1-types] /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/etc
  9798. 2638.49 s [asn1-types] No alex found
  9799. 2638.49 s [asn1-types] Using ar found on system at:
  9800. 2638.49 s [asn1-types] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  9801. 2638.49 s [asn1-types] No c2hs found
  9802. 2638.49 s [asn1-types] No cpphs found
  9803. 2638.49 s [asn1-types] No doctest found
  9804. 2638.49 s [asn1-types] Using gcc version 14.3.0 given by user at:
  9805. 2638.49 s [asn1-types] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  9806. 2638.49 s [asn1-types] Using ghc version 9.6.4 found on system at:
  9807. 2638.49 s [asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  9808. 2638.49 s [asn1-types] Using ghc-pkg version 9.6.4 found on system at:
  9809. 2638.49 s [asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  9810. 2638.49 s [asn1-types] No ghcjs found
  9811. 2638.49 s [asn1-types] No ghcjs-pkg found
  9812. 2638.49 s [asn1-types] No greencard found
  9813. 2638.49 s [asn1-types] Using haddock version 2.29.2 found on system at:
  9814. 2638.49 s [asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  9815. 2638.49 s [asn1-types] No happy found
  9816. 2638.49 s [asn1-types] Using haskell-suite found on system at: haskell-suite-dummy-location
  9817. 2638.49 s [asn1-types] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  9818. 2638.49 s [asn1-types] No hmake found
  9819. 2638.49 s [asn1-types] Using hpc version 0.68 found on system at:
  9820. 2638.49 s [asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  9821. 2638.49 s [asn1-types] Using hsc2hs version 0.68.9 found on system at:
  9822. 2638.49 s [asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  9823. 2638.49 s [asn1-types] Using hscolour version 1.25 found on system at:
  9824. 2638.49 s [asn1-types] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  9825. 2638.49 s [asn1-types] No jhc found
  9826. 2638.49 s [asn1-types] Using ld found on system at:
  9827. 2638.49 s [asn1-types] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  9828. 2638.49 s [asn1-types] No pkg-config found
  9829. 2638.49 s [asn1-types] Using runghc version 9.6.4 found on system at:
  9830. 2638.49 s [asn1-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  9831. 2638.49 s [asn1-types] Using strip version 2.44 found on system at:
  9832. 2638.50 s [asn1-types] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  9833. 2638.50 s [asn1-types] Using tar found on system at:
  9834. 2638.50 s [asn1-types] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  9835. 2638.50 s [asn1-types] No uhc found
  9836. 2638.50 s [asn1-types] Phase: buildPhase
  9837. 2638.50 s [asn1-types] Preprocessing library for asn1-types-0.3.4..
  9838. 2638.50 s [asn1-types] Building library for asn1-types-0.3.4..
  9839. 2638.50 s [asn1-types] [1 of 6] Compiling Data.ASN1.BitArray ( Data/ASN1/BitArray.hs, dist/build/Data/ASN1/BitArray.o, dist/build/Data/ASN1/BitArray.dyn_o )
  9840. 2638.50 s [asn1-types] [2 of 6] Compiling Data.ASN1.OID ( Data/ASN1/OID.hs, dist/build/Data/ASN1/OID.o, dist/build/Data/ASN1/OID.dyn_o )
  9841. 2638.50 s [asn1-types] [3 of 6] Compiling Data.ASN1.Types.Lowlevel ( Data/ASN1/Types/Lowlevel.hs, dist/build/Data/ASN1/Types/Lowlevel.o, dist/build/Data/ASN1/Types/Lowlevel.dyn_o )
  9842. 2638.50 s [asn1-types] [4 of 6] Compiling Data.ASN1.Types.String ( Data/ASN1/Types/String.hs, dist/build/Data/ASN1/Types/String.o, dist/build/Data/ASN1/Types/String.dyn_o )
  9843. 2638.50 s [asn1-types] [5 of 6] Compiling Data.ASN1.Types ( Data/ASN1/Types.hs, dist/build/Data/ASN1/Types.o, dist/build/Data/ASN1/Types.dyn_o )
  9844. 2638.50 s [asn1-types] [6 of 6] Compiling Data.ASN1.Pretty ( Data/ASN1/Pretty.hs, dist/build/Data/ASN1/Pretty.o, dist/build/Data/ASN1/Pretty.dyn_o )
  9845. 2638.50 s [asn1-types] [1 of 6] Compiling Data.ASN1.BitArray ( Data/ASN1/BitArray.hs, dist/build/Data/ASN1/BitArray.p_o )
  9846. 2638.50 s [asn1-types] [2 of 6] Compiling Data.ASN1.OID ( Data/ASN1/OID.hs, dist/build/Data/ASN1/OID.p_o )
  9847. 2638.50 s [asn1-types] [3 of 6] Compiling Data.ASN1.Types.Lowlevel ( Data/ASN1/Types/Lowlevel.hs, dist/build/Data/ASN1/Types/Lowlevel.p_o )
  9848. 2638.50 s [asn1-types] [4 of 6] Compiling Data.ASN1.Types.String ( Data/ASN1/Types/String.hs, dist/build/Data/ASN1/Types/String.p_o )
  9849. 2638.50 s [asn1-types] [5 of 6] Compiling Data.ASN1.Types ( Data/ASN1/Types.hs, dist/build/Data/ASN1/Types.p_o )
  9850. 2638.50 s [asn1-types] [6 of 6] Compiling Data.ASN1.Pretty ( Data/ASN1/Pretty.hs, dist/build/Data/ASN1/Pretty.p_o )
  9851. 2638.50 s [asn1-types] Phase: checkPhase
  9852. 2638.50 s [async] [1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.p_o )
  9853. 2638.50 s [async]
  9854. 2638.50 s [async] Control/Concurrent/Async/Internal.hs:50:1: warning: [-Wunused-imports]
  9855. 2638.50 s [async] The import of ‘Data.Semigroup’ is redundant
  9856. 2638.50 s [async] except perhaps to import instances from ‘Data.Semigroup’
  9857. 2638.50 s [async] To import instances alone, use: import Data.Semigroup()
  9858. 2638.50 s [async] |
  9859. 2638.50 s [async] 50 | import Data.Semigroup (Semigroup((<>)))
  9860. 2638.50 s [async] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9861. 2638.50 s [async] [2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.p_o )
  9862. 2638.50 s [async] Preprocessing test suite 'test-async' for async-2.2.5..
  9863. 2638.50 s [async] Building test suite 'test-async' for async-2.2.5..
  9864. 2638.50 s [async] [1 of 1] Compiling Main ( test/test-async.hs, dist/build/test-async/test-async-tmp/Main.o )
  9865. 2638.50 s [async] [2 of 2] Linking dist/build/test-async/test-async
  9866. 2638.50 s [async] Phase: checkPhase
  9867. 2638.50 s [async] Running 1 test suites...
  9868. 2638.50 s [async] Test suite test-async: RUNNING...
  9869. 2638.50 s [async] async_wait: [OK]
  9870. 2638.50 s [async] async_waitCatch: [OK]
  9871. 2638.50 s [async] async_exwait: [OK]
  9872. 2638.50 s [async] async_exwaitCatch: [OK]
  9873. 2638.50 s [async] withasync_waitCatch: [OK]
  9874. 2638.50 s [async] withasync_wait2: [OK]
  9875. 2638.50 s [async] async_cancel_rep:
  9876. 2638.50 s [async] async_cancel: [OK]
  9877. 2638.50 s [async] async_cancel: [OK]
  9878. 2638.50 s [async] async_cancel: [OK]
  9879. 2638.50 s [async] async_cancel: [OK]
  9880. 2638.50 s [async] async_cancel: [OK]
  9881. 2638.50 s [async] async_cancel: [OK]
  9882. 2638.50 s [async] async_cancel: [OK]
  9883. 2638.50 s [async] async_cancel: [OK]
  9884. 2638.50 s [async] async_cancel: [OK]
  9885. 2638.50 s [async] async_cancel: [OK]
  9886. 2638.50 s [async] async_cancel: [OK]
  9887. 2638.50 s [async] async_cancel: [OK]
  9888. 2638.50 s [async] async_cancel: [OK]
  9889. 2638.50 s [async] async_cancel: [OK]
  9890. 2638.50 s [async] async_cancel: [OK]
  9891. 2638.50 s [async] async_cancel: [OK]
  9892. 2638.50 s [async] async_cancel: [OK]
  9893. 2638.50 s [async] async_cancel: [OK]
  9894. 2638.50 s [async] async_cancel: [OK]
  9895. 2638.50 s [async] async_cancel: [OK]
  9896. 2638.50 s [async] async_cancel: [OK]
  9897. 2638.50 s [async] async_cancel: [OK]
  9898. 2638.50 s [async] async_cancel: [OK]
  9899. 2638.50 s [async] async_cancel: [OK]
  9900. 2638.50 s [async] async_cancel: [OK]
  9901. 2638.50 s [async] async_cancel: [OK]
  9902. 2638.50 s [async] async_cancel: [OK]
  9903. 2638.50 s [async] async_cancel: [OK]
  9904. 2638.50 s [async] async_cancel: [OK]
  9905. 2638.50 s [async] async_cancel: [OK]
  9906. 2638.50 s [async] async_cancel: [OK]
  9907. 2638.50 s [async] async_cancel: [OK]
  9908. 2638.50 s [async] async_cancel: [OK]
  9909. 2638.50 s [async] async_cancel: [OK]
  9910. 2638.51 s [async] async_cancel: [OK]
  9911. 2638.51 s [async] async_cancel: [OK]
  9912. 2638.51 s [async] async_cancel: [OK]
  9913. 2638.51 s [async] async_cancel: [OK]
  9914. 2638.51 s [async] async_cancel: [OK]
  9915. 2638.51 s [async] async_cancel: [OK]
  9916. 2638.51 s [async] async_cancel: [OK]
  9917. 2638.51 s [async] async_cancel: [OK]
  9918. 2638.51 s [async] async_cancel: [OK]
  9919. 2638.51 s [async] async_cancel: [OK]
  9920. 2638.51 s [async] async_cancel: [OK]
  9921. 2638.51 s [async] async_cancel: [OK]
  9922. 2638.51 s [async] async_cancel: [OK]
  9923. 2638.51 s [async] async_cancel: [OK]
  9924. 2638.51 s [async] async_cancel: [OK]
  9925. 2638.51 s [async] async_cancel: [OK]
  9926. 2638.51 s [async] async_cancel: [OK]
  9927. 2638.51 s [async] async_cancel: [OK]
  9928. 2638.51 s [async] async_cancel: [OK]
  9929. 2638.51 s [async] async_cancel: [OK]
  9930. 2638.51 s [async] async_cancel: [OK]
  9931. 2638.51 s [async] async_cancel: [OK]
  9932. 2638.51 s [async] async_cancel: [OK]
  9933. 2638.51 s [async] async_cancel: [OK]
  9934. 2638.51 s [async] async_cancel: [OK]
  9935. 2638.51 s [async] async_cancel: [OK]
  9936. 2638.51 s [async] async_cancel: [OK]
  9937. 2638.51 s [async] async_cancel: [OK]
  9938. 2638.51 s [async] async_cancel: [OK]
  9939. 2638.51 s [async] async_cancel: [OK]
  9940. 2638.51 s [async] async_cancel: [OK]
  9941. 2638.51 s [async] async_cancel: [OK]
  9942. 2638.51 s [async] async_cancel: [OK]
  9943. 2638.51 s [async] async_cancel: [OK]
  9944. 2638.51 s [async] async_cancel: [OK]
  9945. 2638.51 s [async] async_cancel: [OK]
  9946. 2638.51 s [async] async_cancel: [OK]
  9947. 2638.51 s [async] async_cancel: [OK]
  9948. 2638.51 s [async] async_cancel: [OK]
  9949. 2638.51 s [async] async_cancel: [OK]
  9950. 2638.51 s [async] async_cancel: [OK]
  9951. 2638.51 s [async] async_cancel: [OK]
  9952. 2638.51 s [async] async_cancel: [OK]
  9953. 2638.51 s [async] async_cancel: [OK]
  9954. 2638.51 s [async] async_cancel: [OK]
  9955. 2638.51 s [async] async_cancel: [OK]
  9956. 2638.51 s [async] async_cancel: [OK]
  9957. 2638.51 s [async] async_cancel: [OK]
  9958. 2638.51 s [async] async_cancel: [OK]
  9959. 2638.51 s [async] async_cancel: [OK]
  9960. 2638.51 s [async] async_cancel: [OK]
  9961. 2638.51 s [async] async_cancel: [OK]
  9962. 2638.51 s [async] async_cancel: [OK]
  9963. 2638.51 s [async] async_cancel: [OK]
  9964. 2638.51 s [async] async_cancel: [OK]
  9965. 2638.51 s [async] async_cancel: [OK]
  9966. 2638.51 s [async] async_cancel: [OK]
  9967. 2638.51 s [async] async_cancel: [OK]
  9968. 2638.51 s [async] async_cancel: [OK]
  9969. 2638.51 s [async] async_cancel: [OK]
  9970. 2638.51 s [async] async_cancel: [OK]
  9971. 2638.51 s [async] async_cancel: [OK]
  9972. 2638.51 s [async] async_cancel: [OK]
  9973. 2638.51 s [async] async_cancel: [OK]
  9974. 2638.51 s [async] async_cancel: [OK]
  9975. 2638.51 s [async] async_cancel: [OK]
  9976. 2638.51 s [async] async_cancel: [OK]
  9977. 2638.51 s [async] async_cancel: [OK]
  9978. 2638.51 s [async] async_cancel: [OK]
  9979. 2638.51 s [async] async_cancel: [OK]
  9980. 2638.51 s [async] async_cancel: [OK]
  9981. 2638.51 s [async] async_cancel: [OK]
  9982. 2638.51 s [async] async_cancel: [OK]
  9983. 2638.51 s [async] async_cancel: [OK]
  9984. 2638.51 s [async] async_cancel: [OK]
  9985. 2638.51 s [async] async_cancel: [OK]
  9986. 2638.51 s [async] async_cancel: [OK]
  9987. 2638.51 s [async] async_cancel: [OK]
  9988. 2638.51 s [async] async_cancel: [OK]
  9989. 2638.51 s [async] async_cancel: [OK]
  9990. 2638.51 s [async] async_cancel: [OK]
  9991. 2638.51 s [async] async_cancel: [OK]
  9992. 2638.52 s [async] async_cancel: [OK]
  9993. 2638.52 s [async] async_cancel: [OK]
  9994. 2638.52 s [async] async_cancel: [OK]
  9995. 2638.52 s [async] async_cancel: [OK]
  9996. 2638.52 s [async] async_cancel: [OK]
  9997. 2638.52 s [async] async_cancel: [OK]
  9998. 2638.52 s [async] async_cancel: [OK]
  9999. 2638.52 s [async] async_cancel: [OK]
  10000. 2638.52 s [async] async_cancel: [OK]
  10001. 2638.52 s [async] async_cancel: [OK]
  10002. 2638.52 s [async] async_cancel: [OK]
  10003. 2638.52 s [async] async_cancel: [OK]
  10004. 2638.52 s [async] async_cancel: [OK]
  10005. 2638.52 s [async] async_cancel: [OK]
  10006. 2638.52 s [async] async_cancel: [OK]
  10007. 2638.52 s [async] async_cancel: [OK]
  10008. 2638.52 s [async] async_cancel: [OK]
  10009. 2638.52 s [async] async_cancel: [OK]
  10010. 2638.52 s [async] async_cancel: [OK]
  10011. 2638.52 s [async] async_cancel: [OK]
  10012. 2638.52 s [case-insensitive] [1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, dist/build/Data/CaseInsensitive/Internal.o, dist/build/Data/CaseInsensitive/Internal.dyn_o )
  10013. 2638.52 s [case-insensitive]
  10014. 2638.52 s [case-insensitive] Data/CaseInsensitive/Internal.hs:124:5: warning: [-Wnoncanonical-monoid-instances]
  10015. 2638.52 s [case-insensitive] Noncanonical ‘mappend’ definition detected
  10016. 2638.52 s [case-insensitive] in the instance declaration for ‘Monoid (CI s)’.
  10017. 2638.52 s [case-insensitive] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  10018. 2638.52 s [case-insensitive] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  10019. 2638.52 s [case-insensitive] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  10020. 2638.52 s [case-insensitive] |
  10021. 2638.52 s [case-insensitive] 124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2)
  10022. 2638.52 s [case-insensitive] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10023. 2638.52 s [case-insensitive] [2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, dist/build/Data/CaseInsensitive.o, dist/build/Data/CaseInsensitive.dyn_o )
  10024. 2638.52 s [case-insensitive] [3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, dist/build/Data/CaseInsensitive/Unsafe.o, dist/build/Data/CaseInsensitive/Unsafe.dyn_o )
  10025. 2638.52 s [case-insensitive] [1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, dist/build/Data/CaseInsensitive/Internal.p_o )
  10026. 2638.52 s [case-insensitive]
  10027. 2638.52 s [case-insensitive] Data/CaseInsensitive/Internal.hs:124:5: warning: [-Wnoncanonical-monoid-instances]
  10028. 2638.52 s [case-insensitive] Noncanonical ‘mappend’ definition detected
  10029. 2638.52 s [case-insensitive] in the instance declaration for ‘Monoid (CI s)’.
  10030. 2638.52 s [case-insensitive] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  10031. 2638.52 s [case-insensitive] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  10032. 2638.52 s [case-insensitive] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  10033. 2638.52 s [case-insensitive] |
  10034. 2638.52 s [case-insensitive] 124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2)
  10035. 2638.52 s [case-insensitive] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10036. 2638.52 s [case-insensitive] [2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, dist/build/Data/CaseInsensitive.p_o )
  10037. 2638.52 s [case-insensitive] [3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, dist/build/Data/CaseInsensitive/Unsafe.p_o )
  10038. 2638.52 s [case-insensitive] Preprocessing test suite 'test-case-insensitive' for case-insensitive-1.2.1.0..
  10039. 2638.52 s [case-insensitive] Building test suite 'test-case-insensitive' for case-insensitive-1.2.1.0..
  10040. 2638.52 s [case-insensitive] [1 of 1] Compiling Main ( test/test.hs, dist/build/test-case-insensitive/test-case-insensitive-tmp/Main.o )
  10041. 2638.52 s [case-insensitive] [2 of 2] Linking dist/build/test-case-insensitive/test-case-insensitive
  10042. 2638.52 s [case-insensitive] Phase: checkPhase
  10043. 2638.52 s [case-insensitive] Running 1 test suites...
  10044. 2638.52 s [case-insensitive] Test suite test-case-insensitive: RUNNING...
  10045. 2638.52 s [case-insensitive] ASCII:
  10046. 2638.52 s [case-insensitive] String: [OK]
  10047. 2638.52 s [case-insensitive] ByteString: [OK]
  10048. 2638.52 s [case-insensitive] Lazy.ByteString: [OK]
  10049. 2638.52 s [case-insensitive] Text: [OK]
  10050. 2638.52 s [case-insensitive] Lazy.Text: [OK]
  10051. 2638.52 s [case-insensitive] ISO-8859-1:
  10052. 2638.52 s [case-insensitive] String: [OK]
  10053. 2638.52 s [case-insensitive] ByteString: [OK]
  10054. 2638.52 s [case-insensitive] Lazy.ByteString: [OK]
  10055. 2638.52 s [case-insensitive] Text: [OK]
  10056. 2638.52 s [case-insensitive] Lazy.Text: [OK]
  10057. 2638.52 s [case-insensitive]
  10058. 2638.52 s [case-insensitive] Test Cases Total
  10059. 2638.52 s [case-insensitive] Passed 10 10
  10060. 2638.52 s [case-insensitive] Failed 0 0
  10061. 2638.52 s [case-insensitive] Total 10 10
  10062. 2638.52 s [case-insensitive] Test suite test-case-insensitive: PASS
  10063. 2638.52 s [case-insensitive] Test suite logged to:
  10064. 2638.52 s [case-insensitive] dist/test/case-insensitive-1.2.1.0-test-case-insensitive.log
  10065. 2638.52 s [case-insensitive] 1 of 1 test suites (1 of 1 test cases) passed.
  10066. 2638.52 s [case-insensitive] Phase: haddockPhase
  10067. 2638.52 s [case-insensitive] Preprocessing library for case-insensitive-1.2.1.0..
  10068. 2638.52 s [case-insensitive] Running Haddock on library for case-insensitive-1.2.1.0..
  10069. 2638.52 s [case-insensitive] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  10070. 2638.52 s [case-insensitive] Warning: 'String' is out of scope.
  10071. 2638.52 s [case-insensitive] If you qualify the identifier, haddock can try to link it anyway.
  10072. 2638.52 s [case-insensitive]
  10073. 2638.52 s [case-insensitive] Data/CaseInsensitive/Internal.hs:124:5: warning: [-Wnoncanonical-monoid-instances]
  10074. 2638.52 s [case-insensitive] Noncanonical ‘mappend’ definition detected
  10075. 2638.52 s [case-insensitive] in the instance declaration for ‘Monoid (CI s)’.
  10076. 2638.53 s [case-insensitive] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  10077. 2638.53 s [case-insensitive] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  10078. 2638.53 s [constraints] Phase: buildPhase
  10079. 2638.53 s [constraints] Preprocessing library for constraints-0.14.2..
  10080. 2638.53 s [constraints] Building library for constraints-0.14.2..
  10081. 2638.53 s [constraints] [1 of 8] Compiling Data.Constraint ( src/Data/Constraint.hs, dist/build/Data/Constraint.o, dist/build/Data/Constraint.dyn_o )
  10082. 2638.53 s [constraints] [2 of 8] Compiling Data.Constraint.Deferrable ( src/Data/Constraint/Deferrable.hs, dist/build/Data/Constraint/Deferrable.o, dist/build/Data/Constraint/Deferrable.dyn_o )
  10083. 2638.53 s [constraints] [3 of 8] Compiling Data.Constraint.Forall ( src/Data/Constraint/Forall.hs, dist/build/Data/Constraint/Forall.o, dist/build/Data/Constraint/Forall.dyn_o )
  10084. 2638.53 s [constraints] [4 of 8] Compiling Data.Constraint.Lifting ( src/Data/Constraint/Lifting.hs, dist/build/Data/Constraint/Lifting.o, dist/build/Data/Constraint/Lifting.dyn_o )
  10085. 2638.53 s [constraints] [5 of 8] Compiling Data.Constraint.Unsafe ( src/Data/Constraint/Unsafe.hs, dist/build/Data/Constraint/Unsafe.o, dist/build/Data/Constraint/Unsafe.dyn_o )
  10086. 2638.53 s [constraints] [6 of 8] Compiling Data.Constraint.Nat ( src/Data/Constraint/Nat.hs, dist/build/Data/Constraint/Nat.o, dist/build/Data/Constraint/Nat.dyn_o )
  10087. 2638.53 s [constraints] [7 of 8] Compiling Data.Constraint.Symbol ( src/Data/Constraint/Symbol.hs, dist/build/Data/Constraint/Symbol.o, dist/build/Data/Constraint/Symbol.dyn_o )
  10088. 2638.53 s [constraints] [8 of 8] Compiling Data.Constraint.Char ( src/Data/Constraint/Char.hs, dist/build/Data/Constraint/Char.o, dist/build/Data/Constraint/Char.dyn_o )
  10089. 2638.53 s [constraints] [1 of 8] Compiling Data.Constraint ( src/Data/Constraint.hs, dist/build/Data/Constraint.p_o )
  10090. 2638.53 s [constraints] [2 of 8] Compiling Data.Constraint.Deferrable ( src/Data/Constraint/Deferrable.hs, dist/build/Data/Constraint/Deferrable.p_o )
  10091. 2638.53 s [constraints] [3 of 8] Compiling Data.Constraint.Forall ( src/Data/Constraint/Forall.hs, dist/build/Data/Constraint/Forall.p_o )
  10092. 2638.53 s [constraints] [4 of 8] Compiling Data.Constraint.Lifting ( src/Data/Constraint/Lifting.hs, dist/build/Data/Constraint/Lifting.p_o )
  10093. 2638.53 s [constraints] [5 of 8] Compiling Data.Constraint.Unsafe ( src/Data/Constraint/Unsafe.hs, dist/build/Data/Constraint/Unsafe.p_o )
  10094. 2638.53 s [constraints] [6 of 8] Compiling Data.Constraint.Nat ( src/Data/Constraint/Nat.hs, dist/build/Data/Constraint/Nat.p_o )
  10095. 2638.53 s [constraints] [7 of 8] Compiling Data.Constraint.Symbol ( src/Data/Constraint/Symbol.hs, dist/build/Data/Constraint/Symbol.p_o )
  10096. 2638.53 s [constraints] [8 of 8] Compiling Data.Constraint.Char ( src/Data/Constraint/Char.hs, dist/build/Data/Constraint/Char.p_o )
  10097. 2638.53 s [constraints] Preprocessing test suite 'spec' for constraints-0.14.2..
  10098. 2638.53 s [constraints] Building test suite 'spec' for constraints-0.14.2..
  10099. 2638.53 s [constraints] [1 of 3] Compiling GH117Spec ( tests/GH117Spec.hs, dist/build/spec/spec-tmp/GH117Spec.o )
  10100. 2638.53 s [constraints] [2 of 3] Compiling GH55Spec ( tests/GH55Spec.hs, dist/build/spec/spec-tmp/GH55Spec.o )
  10101. 2638.53 s [constraints] [3 of 3] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  10102. 2638.53 s [constraints] [4 of 4] Linking dist/build/spec/spec
  10103. 2638.53 s [constraints] buildPhase completed in 32 seconds
  10104. 2638.53 s [constraints] Phase: checkPhase
  10105. 2638.53 s [constraints] Running 1 test suites...
  10106. 2638.53 s [constraints] Test suite spec: RUNNING...
  10107. 2638.53 s [constraints]
  10108. 2638.53 s [constraints] GH55
  10109. 2638.53 s [constraints] GH #53
  10110. 2638.53 s [constraints] should normalize Lcm m m [✔]
  10111. 2638.53 s [constraints] GH117
  10112. 2638.53 s [constraints] GH #117
  10113. 2638.53 s [constraints] should evaluate `charToNat @'a'` to 97 [✔]
  10114. 2638.53 s [constraints] should evaluate `natToChar @97` to 'a' [✔]
  10115. 2638.53 s [constraints]
  10116. 2638.53 s [constraints] Finished in 0.0024 seconds
  10117. 2638.53 s [constraints] 3 examples, 0 failures
  10118. 2638.53 s [constraints] Test suite spec: PASS
  10119. 2638.53 s [constraints] Test suite logged to: dist/test/constraints-0.14.2-spec.log
  10120. 2638.53 s [constraints] 1 of 1 test suites (1 of 1 test cases) passed.
  10121. 2638.53 s [constraints] Phase: haddockPhase
  10122. 2638.53 s [constraints] Preprocessing library for constraints-0.14.2..
  10123. 2638.53 s [constraints] Running Haddock on library for constraints-0.14.2..
  10124. 2638.53 s [constraints] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  10125. 2638.53 s [constraints] Warning: 'Sat' is out of scope.
  10126. 2638.53 s [constraints] If you qualify the identifier, haddock can try to link it anyway.
  10127. 2638.53 s [constraints] Warning: 'IncoherentInstances' is out of scope.
  10128. 2638.53 s [constraints] If you qualify the identifier, haddock can try to link it anyway.
  10129. 2638.53 s [constraints] Warning: '.' is ambiguous. It is defined
  10130. 2638.53 s [constraints] * in ‘GHC.Base’
  10131. 2638.53 s [constraints] * in ‘Control.Category’
  10132. 2638.53 s [constraints] You may be able to disambiguate the identifier by qualifying it or
  10133. 2638.53 s [constraints] by specifying the type/value namespace explicitly.
  10134. 2638.53 s [constraints] Defaulting to the one defined in ‘Control.Category’
  10135. 2638.53 s [constraints] Warning: 'id' is ambiguous. It is defined
  10136. 2638.53 s [constraints] * in ‘GHC.Base’
  10137. 2638.53 s [constraints] * in ‘Control.Category’
  10138. 2638.53 s [constraints] You may be able to disambiguate the identifier by qualifying it or
  10139. 2638.53 s [crypton] [ 9 of 139] Compiling Crypto.Internal.DeepSeq ( Crypto/Internal/DeepSeq.hs, dist/build/Crypto/Internal/DeepSeq.p_o )
  10140. 2638.53 s [crypton] [ 10 of 139] Compiling Crypto.Cipher.Types.Base ( Crypto/Cipher/Types/Base.hs, dist/build/Crypto/Cipher/Types/Base.p_o )
  10141. 2638.53 s [crypton] [ 11 of 139] Compiling Crypto.Cipher.Types.Stream ( Crypto/Cipher/Types/Stream.hs, dist/build/Crypto/Cipher/Types/Stream.p_o )
  10142. 2638.53 s [crypton] [ 12 of 139] Compiling Crypto.Internal.Imports ( Crypto/Internal/Imports.hs, dist/build/Crypto/Internal/Imports.p_o )
  10143. 2638.53 s [crypton] [ 13 of 139] Compiling Crypto.Internal.Builder ( Crypto/Internal/Builder.hs, dist/build/Crypto/Internal/Builder.p_o )
  10144. 2638.53 s [crypton] [ 14 of 139] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, dist/build/Crypto/Hash/Types.p_o )
  10145. 2638.53 s [crypton] [ 15 of 139] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, dist/build/Crypto/Hash/Whirlpool.p_o )
  10146. 2638.53 s [crypton] [ 16 of 139] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, dist/build/Crypto/Hash/Tiger.p_o )
  10147. 2638.53 s [crypton] [ 17 of 139] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, dist/build/Crypto/Hash/Skein512.p_o )
  10148. 2638.53 s [crypton] [ 18 of 139] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, dist/build/Crypto/Hash/Skein256.p_o )
  10149. 2638.53 s [crypton] [ 19 of 139] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.p_o )
  10150. 2638.53 s [crypton] [ 20 of 139] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.p_o )
  10151. 2638.53 s [crypton] [ 21 of 139] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.p_o )
  10152. 2638.53 s [crypton] [ 22 of 139] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, dist/build/Crypto/Hash/SHA3.p_o )
  10153. 2638.53 s [crypton] [ 23 of 139] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.p_o )
  10154. 2638.53 s [crypton] [ 24 of 139] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, dist/build/Crypto/Hash/SHA224.p_o )
  10155. 2638.53 s [crypton] [ 25 of 139] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.p_o )
  10156. 2638.53 s [crypton] [ 26 of 139] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, dist/build/Crypto/Hash/RIPEMD160.p_o )
  10157. 2638.53 s [crypton] [ 27 of 139] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, dist/build/Crypto/Hash/MD5.p_o )
  10158. 2638.53 s [crypton] [ 28 of 139] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, dist/build/Crypto/Hash/MD4.p_o )
  10159. 2638.53 s [crypton] [ 29 of 139] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, dist/build/Crypto/Hash/MD2.p_o )
  10160. 2638.53 s [crypton] [ 30 of 139] Compiling Crypto.Hash.Keccak ( Crypto/Hash/Keccak.hs, dist/build/Crypto/Hash/Keccak.p_o )
  10161. 2638.53 s [crypton] [ 31 of 139] Compiling Crypto.Hash.IO ( Crypto/Hash/IO.hs, dist/build/Crypto/Hash/IO.p_o )
  10162. 2638.53 s [crypton] [ 32 of 139] Compiling Crypto.Hash.Blake2sp ( Crypto/Hash/Blake2sp.hs, dist/build/Crypto/Hash/Blake2sp.p_o )
  10163. 2638.53 s [crypton] [ 33 of 139] Compiling Crypto.Hash.Blake2s ( Crypto/Hash/Blake2s.hs, dist/build/Crypto/Hash/Blake2s.p_o )
  10164. 2638.53 s [crypton] [ 34 of 139] Compiling Crypto.Hash.Blake2bp ( Crypto/Hash/Blake2bp.hs, dist/build/Crypto/Hash/Blake2bp.p_o )
  10165. 2638.53 s [crypton] [ 35 of 139] Compiling Crypto.Hash.Blake2b ( Crypto/Hash/Blake2b.hs, dist/build/Crypto/Hash/Blake2b.p_o )
  10166. 2638.53 s [crypton] [ 36 of 139] Compiling Crypto.Cipher.Types.GF ( Crypto/Cipher/Types/GF.hs, dist/build/Crypto/Cipher/Types/GF.p_o )
  10167. 2638.53 s [crypton] [ 37 of 139] Compiling Crypto.Cipher.Types.AEAD ( Crypto/Cipher/Types/AEAD.hs, dist/build/Crypto/Cipher/Types/AEAD.p_o )
  10168. 2638.53 s [crypton] [ 38 of 139] Compiling Crypto.Cipher.Types.Block ( Crypto/Cipher/Types/Block.hs, dist/build/Crypto/Cipher/Types/Block.p_o )
  10169. 2638.53 s [crypton] [ 39 of 139] Compiling Crypto.Cipher.Types ( Crypto/Cipher/Types.hs, dist/build/Crypto/Cipher/Types.p_o )
  10170. 2638.53 s [crypton] [ 40 of 139] Compiling Crypto.ConstructHash.MiyaguchiPreneel ( Crypto/ConstructHash/MiyaguchiPreneel.hs, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.p_o )
  10171. 2638.53 s [crypton] [ 41 of 139] Compiling Crypto.Cipher.Utils ( Crypto/Cipher/Utils.hs, dist/build/Crypto/Cipher/Utils.p_o )
  10172. 2638.53 s [crypton] [ 42 of 139] Compiling Crypto.Cipher.TripleDES ( Crypto/Cipher/TripleDES.hs, dist/build/Crypto/Cipher/TripleDES.p_o )
  10173. 2638.53 s [crypton] [ 43 of 139] Compiling Crypto.Cipher.DES ( Crypto/Cipher/DES.hs, dist/build/Crypto/Cipher/DES.p_o )
  10174. 2638.53 s [crypton] [ 44 of 139] Compiling Crypto.Cipher.Salsa ( Crypto/Cipher/Salsa.hs, dist/build/Crypto/Cipher/Salsa.p_o )
  10175. 2638.53 s [crypton] [ 45 of 139] Compiling Crypto.Cipher.XSalsa ( Crypto/Cipher/XSalsa.hs, dist/build/Crypto/Cipher/XSalsa.p_o )
  10176. 2638.53 s [distributive] shrinking RPATHs of ELF executables and libraries in /nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc
  10177. 2638.53 s [distributive] checking for references to /build/ in /nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc...
  10178. 2638.53 s [distributive] patching script interpreter paths in /nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc
  10179. 2638.53 s [doctest] ignores duplicates [✔]
  10180. 2638.53 s [doctest] works for variable names that contain a prime [✔]
  10181. 2638.53 s [doctest] works for error messages with suggestions [✔]
  10182. 2638.53 s [doctest] Run
  10183. 2638.53 s [doctest] doctest
  10184. 2638.53 s [doctest] exits with ExitFailure if at least one test case fails [✔]
  10185. 2638.54 s [doctest] prints help on --help [✔]
  10186. 2638.54 s [doctest] prints version on --version [✔]
  10187. 2638.54 s [doctest] accepts arbitrary GHC options [✔]
  10188. 2638.54 s [doctest] accepts GHC options with --optghc [✔]
  10189. 2638.54 s [doctest] prints a deprecation message for --optghc [✔]
  10190. 2638.54 s [doctest] prints error message on invalid option [✔]
  10191. 2638.54 s [doctest] prints verbose description of a specification [✔]
  10192. 2638.54 s [doctest] prints verbose description of a property [✔]
  10193. 2638.54 s [doctest] prints verbose error [✔]
  10194. 2638.54 s [doctest] can deal with potentially problematic GHC options [✔]
  10195. 2638.54 s [doctest] doctestWithResult
  10196. 2638.54 s [doctest] on parse error
  10197. 2638.54 s [doctest] aborts with (ExitFailure 1) [✔]
  10198. 2638.54 s [doctest] prints a useful error message [✔]
  10199. 2638.54 s [doctest] expandDirs
  10200. 2638.54 s [doctest] expands a directory [✔]
  10201. 2638.54 s [doctest] ignores files [✔]
  10202. 2638.54 s [doctest] ignores random things [✔]
  10203. 2638.54 s [doctest] Runner
  10204. 2638.54 s [doctest] report
  10205. 2638.54 s [doctest] when mode is interactive
  10206. 2638.54 s [doctest] writes to stderr [✔]
  10207. 2638.54 s [doctest] overwrites any intermediate output [✔]
  10208. 2638.54 s [doctest] blank out intermediate output if necessary [✔]
  10209. 2638.54 s [doctest] when mode is non-interactive
  10210. 2638.54 s [doctest] writes to stderr [✔]
  10211. 2638.54 s [doctest] report_
  10212. 2638.54 s [doctest] when mode is interactive
  10213. 2638.54 s [doctest] writes intermediate output to stderr [✔]
  10214. 2638.54 s [doctest] overwrites any intermediate output [✔]
  10215. 2638.54 s [doctest] blank out intermediate output if necessary [✔]
  10216. 2638.54 s [doctest] when mode is non-interactive
  10217. 2638.54 s [doctest] is ignored [✔]
  10218. 2638.54 s [doctest] does not influence a subsequent call to `report` [✔]
  10219. 2638.54 s [doctest] does not require `report` to blank out any intermediate output [✔]
  10220. 2638.54 s [doctest] Runner.Example
  10221. 2638.54 s [doctest] mkResult
  10222. 2638.54 s [doctest] returns Equal when output matches [✔]
  10223. 2638.54 s [doctest] +++ OK, passed 100 tests.
  10224. 2638.54 s [doctest] ignores trailing whitespace [✔]
  10225. 2638.54 s [doctest] with WildCardLine
  10226. 2638.54 s [doctest] matches zero lines [✔]
  10227. 2638.54 s [doctest] matches first zero line [✔]
  10228. 2638.54 s [doctest] matches final zero line [✔]
  10229. 2638.54 s [doctest] matches an arbitrary number of lines [✔]
  10230. 2638.54 s [doctest] matches an arbitrary number of lines (quickcheck) [✔]
  10231. 2638.54 s [doctest] +++ OK, passed 100 tests.
  10232. 2638.54 s [doctest] with WildCardChunk
  10233. 2638.54 s [doctest] matches an arbitrary line chunk [✔]
  10234. 2638.54 s [doctest] matches an arbitrary line chunk at end [✔]
  10235. 2638.54 s [doctest] does not match at end [✔]
  10236. 2638.54 s [doctest] does not match at start [✔]
  10237. 2638.54 s [doctest] when output does not match
  10238. 2638.54 s [doctest] constructs failure message [✔]
  10239. 2638.54 s [doctest] constructs failure message for multi-line output [✔]
  10240. 2638.54 s [doctest] when any output line contains "unsafe" characters
  10241. 2638.54 s [doctest] uses show to format output lines [✔]
  10242. 2638.54 s [doctest] insert caret after last matching character on different lengths [✔]
  10243. 2638.54 s [doctest] insert caret after mismatching line for multi-line output [✔]
  10244. 2638.54 s [doctest] insert caret after mismatching line with the longest match for multi-line wildcard pattern [✔]
  10245. 2638.54 s [doctest] insert caret after longest match for wildcard [✔]
  10246. 2638.54 s [doctest] show expanded pattern for long matches [✔]
  10247. 2638.54 s [doctest] Util
  10248. 2638.54 s [doctest] convertDosLineEndings
  10249. 2638.54 s [doctest] converts CRLF to LF [✔]
  10250. 2638.54 s [doctest] strips a trailing CR [✔]
  10251. 2638.54 s [doctest] takeWhileEnd
  10252. 2638.54 s [doctest] returns the longest suffix of elements that satisfy a given predicate [✔]
  10253. 2638.54 s [doctest]
  10254. 2638.54 s [doctest] Finished in 73.2798 seconds
  10255. 2638.54 s [doctest] 198 examples, 0 failures
  10256. 2638.54 s [doctest] Test suite spec: PASS
  10257. 2638.54 s [doctest] Test suite logged to: dist/test/doctest-0.22.6-spec.log
  10258. 2638.54 s [doctest] 1 of 1 test suites (1 of 1 test cases) passed.
  10259. 2638.54 s [doctest] checkPhase completed in 1 minutes 14 seconds
  10260. 2638.54 s [doctest] Phase: haddockPhase
  10261. 2638.54 s [doctest] Preprocessing library for doctest-0.22.6..
  10262. 2638.54 s [doctest] Running Haddock on library for doctest-0.22.6..
  10263. 2638.54 s [doctest] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  10264. 2638.54 s [doctest] 0% ( 0 / 2) in 'Test.DocTest.Internal.Cabal'
  10265. 2638.54 s [doctest] Missing documentation for:
  10266. 2638.54 s [doctest] Module header
  10267. 2638.54 s [doctest] doctest (src/Test/DocTest/Internal/Cabal.hs:9)
  10268. 2638.54 s [doctest] 88% ( 8 / 9) in 'Test.DocTest.Internal.Location'
  10269. 2638.54 s [doctest] Missing documentation for:
  10270. 2638.54 s [doctest] Module header
  10271. 2638.54 s [doctest] 66% ( 2 / 3) in 'Test.DocTest.Internal.Extract'
  10272. 2638.54 s [doctest] Missing documentation for:
  10273. 2638.54 s [doctest] Module header
  10274. 2638.54 s [doctest] 22% ( 2 / 9) in 'Test.DocTest.Internal.Parse'
  10275. 2638.54 s [doctest] Missing documentation for:
  10276. 2638.54 s [doctest] Module header
  10277. 2638.54 s [doctest] DocTest (src/Parse.hs:29)
  10278. 2638.54 s [doctest] Expression (src/Parse.hs:44)
  10279. 2638.54 s [doctest] ExpectedResult (src/Parse.hs:45)
  10280. 2638.54 s [doctest] ExpectedLine (src/Parse.hs:38)
  10281. 2638.54 s [doctest] LineChunk (src/Parse.hs:32)
  10282. 2638.54 s [doctest] parseModules (src/Parse.hs:59)
  10283. 2638.54 s [doctest] 16% ( 2 / 12) in 'Test.DocTest.Internal.Run'
  10284. 2638.54 s [doctest] Missing documentation for:
  10285. 2638.54 s [genvalidity] +++ OK, passed 100 tests.
  10286. 2638.54 s [genvalidity] shrinkValid of Int shrinks to only valid values [✔]
  10287. 2638.54 s [genvalidity] +++ OK, passed 20 tests.
  10288. 2638.54 s [genvalidity] shrinkValid of Int only produces values that do not crash while validating [✔]
  10289. 2638.54 s [genvalidity] +++ OK, passed 20 tests.
  10290. 2638.54 s [genvalidity] shrinkValid of Int does not shrink to itself [✔]
  10291. 2638.54 s [genvalidity] +++ OK, passed 20 tests.
  10292. 2638.54 s [genvalidity] genValid of Int8 generates only valid values [✔]
  10293. 2638.54 s [genvalidity] +++ OK, passed 100 tests.
  10294. 2638.54 s [genvalidity] shrinkValid of Int8 shrinks to only valid values [✔]
  10295. 2638.54 s [genvalidity] +++ OK, passed 20 tests.
  10296. 2638.54 s [genvalidity] shrinkValid of Int8 only produces values that do not crash while validating [✔]
  10297. 2638.54 s [genvalidity] +++ OK, passed 20 tests.
  10298. 2638.54 s [genvalidity] shrinkValid of Int8 does not shrink to itself [✔]
  10299. 2638.54 s [genvalidity] +++ OK, passed 20 tests.
  10300. 2638.54 s [genvalidity] genValid of Int16 generates only valid values [✔]
  10301. 2638.54 s [genvalidity] +++ OK, passed 100 tests.
  10302. 2638.54 s [genvalidity] shrinkValid of Int16 shrinks to only valid values [✔]
  10303. 2638.54 s [genvalidity] +++ OK, passed 20 tests.
  10304. 2638.54 s [genvalidity] shrinkValid of Int16 only produces values that do not crash while validating [✔]
  10305. 2638.54 s [genvalidity] +++ OK, passed 20 tests.
  10306. 2638.54 s [genvalidity] shrinkValid of Int16 does not shrink to itself [✔]
  10307. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10308. 2638.55 s [genvalidity] genValid of Int32 generates only valid values [✔]
  10309. 2638.55 s [genvalidity] +++ OK, passed 100 tests.
  10310. 2638.55 s [genvalidity] shrinkValid of Int32 shrinks to only valid values [✔]
  10311. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10312. 2638.55 s [genvalidity] shrinkValid of Int32 only produces values that do not crash while validating [✔]
  10313. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10314. 2638.55 s [genvalidity] shrinkValid of Int32 does not shrink to itself [✔]
  10315. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10316. 2638.55 s [genvalidity] genValid of Int64 generates only valid values [✔]
  10317. 2638.55 s [genvalidity] +++ OK, passed 100 tests.
  10318. 2638.55 s [genvalidity] shrinkValid of Int64 shrinks to only valid values [✔]
  10319. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10320. 2638.55 s [genvalidity] shrinkValid of Int64 only produces values that do not crash while validating [✔]
  10321. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10322. 2638.55 s [genvalidity] shrinkValid of Int64 does not shrink to itself [✔]
  10323. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10324. 2638.55 s [genvalidity] genValid of Integer generates only valid values [✔]
  10325. 2638.55 s [genvalidity] +++ OK, passed 100 tests.
  10326. 2638.55 s [genvalidity] shrinkValid of Integer shrinks to only valid values [✔]
  10327. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10328. 2638.55 s [genvalidity] shrinkValid of Integer only produces values that do not crash while validating [✔]
  10329. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10330. 2638.55 s [genvalidity] shrinkValid of Integer does not shrink to itself [✔]
  10331. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10332. 2638.55 s [genvalidity] genValid of Float generates only valid values [✔]
  10333. 2638.55 s [genvalidity] +++ OK, passed 100 tests.
  10334. 2638.55 s [genvalidity] shrinkValid of Float shrinks to only valid values [✔]
  10335. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10336. 2638.55 s [genvalidity] shrinkValid of Float only produces values that do not crash while validating [✔]
  10337. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10338. 2638.55 s [genvalidity] shrinkValid of Float does not shrink to itself [✔]
  10339. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10340. 2638.55 s [genvalidity] genValid of (Float,Float) generates only valid values [✔]
  10341. 2638.55 s [genvalidity] +++ OK, passed 50 tests.
  10342. 2638.55 s [genvalidity] shrinkValid of (Float,Float) shrinks to only valid values [✔]
  10343. 2638.55 s [genvalidity] +++ OK, passed 10 tests.
  10344. 2638.55 s [genvalidity] shrinkValid of (Float,Float) only produces values that do not crash while validating [✔]
  10345. 2638.55 s [genvalidity] +++ OK, passed 10 tests.
  10346. 2638.55 s [genvalidity] shrinkValid of (Float,Float) does not shrink to itself [✔]
  10347. 2638.55 s [genvalidity] +++ OK, passed 10 tests.
  10348. 2638.55 s [genvalidity] shrinkValid Float
  10349. 2638.55 s [genvalidity] Does not shrink -2.1393704e20 to itself [✔]
  10350. 2638.55 s [genvalidity] Does not shrink 1.2223988e-12 to itself [✔]
  10351. 2638.55 s [genvalidity] Does not shrink 2.7896812e10 to itself [✔]
  10352. 2638.55 s [genvalidity] shrinkValid Double
  10353. 2638.55 s [genvalidity] Does not shrink -1.032730679986007e18 to itself [✔]
  10354. 2638.55 s [genvalidity] genValid of Double generates only valid values [✔]
  10355. 2638.55 s [genvalidity] +++ OK, passed 100 tests.
  10356. 2638.55 s [genvalidity] shrinkValid of Double shrinks to only valid values [✔]
  10357. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10358. 2638.55 s [genvalidity] shrinkValid of Double only produces values that do not crash while validating [✔]
  10359. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10360. 2638.55 s [genvalidity] shrinkValid of Double does not shrink to itself [✔]
  10361. 2638.55 s [genvalidity] +++ OK, passed 20 tests.
  10362. 2638.55 s [genvalidity] genValid of (Double,Double) generates only valid values [✔]
  10363. 2638.55 s [genvalidity] +++ OK, passed 50 tests.
  10364. 2638.55 s [genvalidity] shrinkValid of (Double,Double) shrinks to only valid values [✔]
  10365. 2638.55 s [genvalidity] +++ OK, passed 10 tests.
  10366. 2638.55 s [genvalidity] shrinkValid of (Double,Double) only produces values that do not crash while validating [✔]
  10367. 2638.55 s [genvalidity] +++ OK, passed 10 tests.
  10368. 2638.55 s [genvalidity] shrinkValid of (Double,Double) does not shrink to itself [✔]
  10369. 2638.55 s [genvalidity] +++ OK, passed 10 tests.
  10370. 2638.55 s [genvalidity] genValid of Ratio Int generates only valid values [✔]
  10371. 2638.55 s [genvalidity] +++ OK, passed 100 tests.
  10372. 2638.55 s [iproute] Defaulting to the one defined at Data/IP/RouteTable/Internal.hs:339:1
  10373. 2638.55 s [iproute] 55% ( 15 / 27) in 'Data.IP.RouteTable.Internal'
  10374. 2638.55 s [iproute] Missing documentation for:
  10375. 2638.55 s [iproute] intToTBitIPv4 (Data/IP/RouteTable/Internal.hs:61)
  10376. 2638.55 s [iproute] intToTBitIPv6 (Data/IP/RouteTable/Internal.hs:64)
  10377. 2638.55 s [iproute] intToTBitsWord32 (Data/IP/RouteTable/Internal.hs:67)
  10378. 2638.55 s [iproute] intToTBitsIPv4 (Data/IP/RouteTable/Internal.hs:70)
  10379. 2638.55 s [iproute] intToTBitsIPv6 (Data/IP/RouteTable/Internal.hs:73)
  10380. 2638.55 s [iproute] link (Data/IP/RouteTable/Internal.hs:163)
  10381. 2638.55 s [iproute] glue (Data/IP/RouteTable/Internal.hs:172)
  10382. 2638.55 s [iproute] keyToTestBit (Data/IP/RouteTable/Internal.hs:179)
  10383. 2638.55 s [iproute] isLeft (Data/IP/RouteTable/Internal.hs:182)
  10384. 2638.55 s [iproute] node (Data/IP/RouteTable/Internal.hs:205)
  10385. 2638.55 s [iproute] search (Data/IP/RouteTable/Internal.hs:253)
  10386. 2638.55 s [iproute] foldt (Data/IP/RouteTable/Internal.hs:347)
  10387. 2638.55 s [iproute] Warning: 'IPRange' is out of scope.
  10388. 2638.55 s [iproute] If you qualify the identifier, haddock can try to link it anyway.
  10389. 2638.55 s [iproute] 100% ( 18 / 18) in 'Data.IP.RouteTable'
  10390. 2638.55 s [iproute] Documentation created: dist/doc/html/iproute/index.html,
  10391. 2638.55 s [iproute] dist/doc/html/iproute/iproute.txt
  10392. 2638.55 s [iproute] Preprocessing test suite 'spec' for iproute-1.7.15..
  10393. 2638.55 s [iproute] Phase: installPhase
  10394. 2638.55 s [iproute] Installing library in /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/iproute-1.7.15-ftb8ht6aeq6IepsQWbBZC
  10395. 2638.55 s [iproute] Phase: fixupPhase
  10396. 2638.55 s [iproute] shrinking RPATHs of ELF executables and libraries in /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15
  10397. 2638.55 s [iproute] shrinking /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSiproute-1.7.15-ftb8ht6aeq6IepsQWbBZC-ghc9.6.4.so
  10398. 2638.55 s [iproute] checking for references to /build/ in /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15...
  10399. 2638.55 s [iproute] patching script interpreter paths in /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15
  10400. 2638.55 s [iproute] stripping (with command strip and flags -S -p) in /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15/lib
  10401. 2638.55 s [iproute] shrinking RPATHs of ELF executables and libraries in /nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc
  10402. 2638.55 s [iproute] checking for references to /build/ in /nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc...
  10403. 2638.55 s [iproute] patching script interpreter paths in /nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc
  10404. 2638.55 s [lifted-base] [2 of 2] Linking dist/build/test-lifted-base/test-lifted-base
  10405. 2638.55 s [lifted-base] Phase: checkPhase
  10406. 2638.55 s [lifted-base] Running 1 test suites...
  10407. 2638.55 s [lifted-base] Test suite test-lifted-base: RUNNING...
  10408. 2638.55 s [lifted-base] IdentityT:
  10409. 2638.55 s [lifted-base] finally: [OK]
  10410. 2638.55 s [lifted-base] catch: [OK]
  10411. 2638.55 s [lifted-base] bracket: [OK]
  10412. 2638.55 s [lifted-base] bracket_: [OK]
  10413. 2638.55 s [lifted-base] onException: [OK]
  10414. 2638.55 s [lifted-base] MaybeT:
  10415. 2638.55 s [lifted-base] finally: [OK]
  10416. 2638.55 s [lifted-base] catch: [OK]
  10417. 2638.55 s [lifted-base] bracket: [OK]
  10418. 2638.55 s [lifted-base] bracket_: [OK]
  10419. 2638.55 s [lifted-base] onException: [OK]
  10420. 2638.55 s [lifted-base] ReaderT:
  10421. 2638.55 s [lifted-base] finally: [OK]
  10422. 2638.55 s [lifted-base] catch: [OK]
  10423. 2638.55 s [lifted-base] bracket: [OK]
  10424. 2638.55 s [lifted-base] bracket_: [OK]
  10425. 2638.55 s [lifted-base] onException: [OK]
  10426. 2638.55 s [lifted-base] WriterT:
  10427. 2638.55 s [lifted-base] finally: [OK]
  10428. 2638.55 s [lifted-base] catch: [OK]
  10429. 2638.55 s [lifted-base] bracket: [OK]
  10430. 2638.55 s [lifted-base] bracket_: [OK]
  10431. 2638.55 s [lifted-base] onException: [OK]
  10432. 2638.55 s [lifted-base] ExceptT:
  10433. 2638.55 s [lifted-base] finally: [OK]
  10434. 2638.55 s [lifted-base] catch: [OK]
  10435. 2638.55 s [lifted-base] bracket: [OK]
  10436. 2638.55 s [lifted-base] bracket_: [OK]
  10437. 2638.55 s [lifted-base] onException: [OK]
  10438. 2638.55 s [lifted-base] StateT:
  10439. 2638.55 s [lifted-base] finally: [OK]
  10440. 2638.55 s [lifted-base] catch: [OK]
  10441. 2638.55 s [lifted-base] bracket: [OK]
  10442. 2638.55 s [lifted-base] bracket_: [OK]
  10443. 2638.55 s [lifted-base] onException: [OK]
  10444. 2638.55 s [lifted-base] RWST:
  10445. 2638.55 s [lifted-base] finally: [OK]
  10446. 2638.55 s [lifted-base] catch: [OK]
  10447. 2638.55 s [lifted-base] bracket: [OK]
  10448. 2638.55 s [lifted-base] bracket_: [OK]
  10449. 2638.55 s [lifted-base] onException: [OK]
  10450. 2638.55 s [lifted-base] ExceptT throwE: [OK]
  10451. 2638.55 s [lifted-base] WriterT tell: [OK]
  10452. 2638.55 s [lifted-base]
  10453. 2638.55 s [lifted-base] Test Cases Total
  10454. 2638.55 s [lifted-base] Passed 37 37
  10455. 2638.55 s [lifted-base] Failed 0 0
  10456. 2638.56 s [lifted-base] Total 37 37
  10457. 2638.56 s [lifted-base] Test suite test-lifted-base: PASS
  10458. 2638.56 s [lifted-base] Test suite logged to: dist/test/lifted-base-0.2.3.12-test-lifted-base.log
  10459. 2638.56 s [lifted-base] 1 of 1 test suites (1 of 1 test cases) passed.
  10460. 2638.56 s [lifted-base] Phase: haddockPhase
  10461. 2638.56 s [lifted-base] Preprocessing library for lifted-base-0.2.3.12..
  10462. 2638.56 s [lifted-base] Running Haddock on library for lifted-base-0.2.3.12..
  10463. 2638.56 s [lifted-base] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  10464. 2638.56 s [lifted-base] 100% ( 8 / 8) in 'Control.Concurrent.Chan.Lifted'
  10465. 2638.56 s [lifted-base] 100% ( 19 / 19) in 'Control.Concurrent.MVar.Lifted'
  10466. 2638.56 s [lifted-base] 100% ( 5 / 5) in 'Control.Concurrent.QSem.Lifted'
  10467. 2638.56 s [lifted-base] 100% ( 5 / 5) in 'Control.Concurrent.QSemN.Lifted'
  10468. 2638.56 s [lifted-base] Warning: 'liftBaseOp' is out of scope.
  10469. 2638.56 s [lifted-base] If you qualify the identifier, haddock can try to link it anyway.
  10470. 2638.56 s [lifted-base] 100% ( 64 / 64) in 'Control.Exception.Lifted'
  10471. 2638.56 s [lifted-base] 100% ( 36 / 36) in 'Control.Concurrent.Lifted'
  10472. 2638.56 s [lifted-base] 100% ( 11 / 11) in 'Data.IORef.Lifted'
  10473. 2638.56 s [lifted-base] Warning: 'MonadBase' is out of scope.
  10474. 2638.56 s [lifted-base] If you qualify the identifier, haddock can try to link it anyway.
  10475. 2638.56 s [lifted-base] 100% ( 2 / 2) in 'Foreign.Marshal.Utils.Lifted'
  10476. 2638.56 s [lifted-base] 100% ( 2 / 2) in 'System.Timeout.Lifted'
  10477. 2638.56 s [lifted-base] Documentation created: dist/doc/html/lifted-base/index.html,
  10478. 2638.56 s [lifted-base] dist/doc/html/lifted-base/lifted-base.txt
  10479. 2638.56 s [lifted-base] Preprocessing test suite 'test-lifted-base' for lifted-base-0.2.3.12..
  10480. 2638.56 s [lifted-base] Phase: installPhase
  10481. 2638.56 s [lifted-base] Installing library in /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
  10482. 2638.56 s [lifted-base] Phase: fixupPhase
  10483. 2638.56 s [lifted-base] shrinking RPATHs of ELF executables and libraries in /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12
  10484. 2638.56 s [lifted-base] shrinking /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSlifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B-ghc9.6.4.so
  10485. 2638.56 s [lifted-base] checking for references to /build/ in /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12...
  10486. 2638.56 s [lifted-base] patching script interpreter paths in /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12
  10487. 2638.56 s [lifted-base] stripping (with command strip and flags -S -p) in /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12/lib
  10488. 2638.56 s [lifted-base] shrinking RPATHs of ELF executables and libraries in /nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc
  10489. 2638.56 s [lifted-base] checking for references to /build/ in /nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc...
  10490. 2638.56 s [lifted-base] patching script interpreter paths in /nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc
  10491. 2638.56 s [text-short] Phase: unpackPhase
  10492. 2638.56 s [text-short] unpacking source archive /nix/store/73fqxgslfgfnmf0wbaj60cv4lp2mvnw5-text-short-0.1.6.tar.gz
  10493. 2638.56 s [text-short] source root is text-short-0.1.6
  10494. 2638.56 s [text-short] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "text-short-0.1.6/text-short.cabal"
  10495. 2638.56 s [text-short] Phase: patchPhase
  10496. 2638.56 s [text-short] Replace Cabal file with edited version from mirror://hackage/text-short-0.1.6/revision/3.cabal.
  10497. 2638.56 s [text-short] Phase: compileBuildDriverPhase
  10498. 2638.56 s [text-short] setupCompileFlags: -package-db=/build/tmp.sWnE1uDwy4/setup-package.conf.d -threaded
  10499. 2638.56 s [text-short] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.sWnE1uDwy4/Main.o )
  10500. 2638.56 s [text-short] [2 of 2] Linking Setup
  10501. 2638.56 s [text-short] Phase: updateAutotoolsGnuConfigScriptsPhase
  10502. 2638.56 s [text-short] Phase: configurePhase
  10503. 2638.56 s [text-short] configureFlags: --verbose --prefix=/nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc/share/doc/text-short-0.1.6 --with-gcc=gcc --package-db=/build/tmp.sWnE1uDwy4/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  10504. 2638.56 s [text-short] Using Parsec parser
  10505. 2638.56 s [text-short] Configuring text-short-0.1.6...
  10506. 2638.56 s [text-short] Flags chosen: asserts=False
  10507. 2638.56 s [text-short] Dependency base >=4.12 && <4.22: using base-4.18.2.0
  10508. 2638.56 s [text-short] Dependency binary >=0.8.6.0 && <0.9: using binary-0.8.9.1
  10509. 2638.56 s [text-short] Dependency bytestring >=0.10.8.2 && <0.13: using bytestring-0.11.5.3
  10510. 2638.56 s [text-short] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
  10511. 2638.56 s [text-short] Dependency ghc-prim >=0.5.3 && <0.14: using ghc-prim-0.10.0
  10512. 2638.56 s [text-short] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
  10513. 2638.56 s [text-short] Dependency template-haskell >=2.14.0.0 && <2.24: using
  10514. 2638.56 s [text-short] template-haskell-2.20.0.0
  10515. 2638.56 s [text-short] Dependency text >=1.2.3.1 && <1.3 || >=2.0 && <2.2: using text-2.0.2
  10516. 2638.56 s [text-short] Dependency base: using base-4.18.2.0
  10517. 2638.56 s [text-short] Dependency binary: using binary-0.8.9.1
  10518. 2638.56 s [text-short] Dependency bytestring: using bytestring-0.11.5.3
  10519. 2638.56 s [text-short] Dependency tasty >=1.4 && <1.6: using tasty-1.5.3
  10520. 2638.56 s [text-short] Dependency tasty-hunit >=0.10.0 && <0.11: using tasty-hunit-0.10.2
  10521. 2638.56 s [text-short] Dependency tasty-quickcheck >=0.10 && <0.12: using tasty-quickcheck-0.11
  10522. 2638.56 s [text-short] Dependency template-haskell: using template-haskell-2.20.0.0
  10523. 2638.56 s [text-short] Dependency text: using text-2.0.2
  10524. 2638.56 s [text-short] Dependency text-short: using text-short-0.1.6
  10525. 2638.56 s [text-short] Source component graph:
  10526. 2638.56 s [text-short] component lib
  10527. 2638.56 s [text-short] component test:text-short-tests dependency lib
  10528. 2638.56 s [text-short] Configured component graph:
  10529. 2638.56 s [text-short] component text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
  10530. 2638.56 s [text-short] include base-4.18.2.0
  10531. 2638.56 s [text-short] include binary-0.8.9.1
  10532. 2638.56 s [text-short] include bytestring-0.11.5.3
  10533. 2638.56 s [text-short] include deepseq-1.4.8.1
  10534. 2638.56 s [text-short] include ghc-prim-0.10.0
  10535. 2638.56 s [text-short] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  10536. 2638.56 s [text-short] include template-haskell-2.20.0.0
  10537. 2638.56 s [text-short] include text-2.0.2
  10538. 2638.56 s [text-short] component text-short-0.1.6-CRD9NHTEGjz9MpZc0e6cHh-text-short-tests
  10539. 2638.56 s [text-short] include base-4.18.2.0
  10540. 2638.56 s [text-short] include binary-0.8.9.1
  10541. 2638.56 s [text-short] include bytestring-0.11.5.3
  10542. 2638.56 s [text-short] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  10543. 2638.56 s [text-short] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  10544. 2638.56 s [text-short] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  10545. 2638.56 s [text-short] include template-haskell-2.20.0.0
  10546. 2638.56 s [text-short] include text-2.0.2
  10547. 2638.56 s [text-short] include text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
  10548. 2638.56 s [th-orphans] Phase: setupCompilerEnvironmentPhase
  10549. 2638.56 s [th-orphans] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  10550. 2638.56 s [th-orphans] Phase: unpackPhase
  10551. 2638.56 s [th-orphans] unpacking source archive /nix/store/gahszv102xgczaa6mwjh3fygzv3rzyh3-th-orphans-0.13.16.tar.gz
  10552. 2638.56 s [th-orphans] source root is th-orphans-0.13.16
  10553. 2638.56 s [th-orphans] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "th-orphans-0.13.16/th-orphans.cabal"
  10554. 2638.56 s [th-orphans] Phase: patchPhase
  10555. 2638.56 s [th-orphans] Phase: compileBuildDriverPhase
  10556. 2638.56 s [th-orphans] setupCompileFlags: -package-db=/build/tmp.McoK64Oqcs/setup-package.conf.d -threaded
  10557. 2638.56 s [th-orphans] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.McoK64Oqcs/Main.o )
  10558. 2638.56 s [th-orphans] [2 of 2] Linking Setup
  10559. 2638.56 s [th-orphans] Phase: updateAutotoolsGnuConfigScriptsPhase
  10560. 2638.56 s [th-orphans] Phase: configurePhase
  10561. 2638.56 s [th-orphans] configureFlags: --verbose --prefix=/nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc/share/doc/th-orphans-0.13.16 --with-gcc=gcc --package-db=/build/tmp.McoK64Oqcs/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  10562. 2638.56 s [th-orphans] Using Parsec parser
  10563. 2638.56 s [th-orphans] Configuring th-orphans-0.13.16...
  10564. 2638.56 s [th-orphans] Dependency base >=4.9 && <5: using base-4.18.2.0
  10565. 2638.56 s [th-orphans] Dependency mtl >=2: using mtl-2.3.1
  10566. 2638.56 s [th-orphans] Dependency template-haskell >=2.11 && <2.24: using template-haskell-2.20.0.0
  10567. 2638.56 s [th-orphans] Dependency th-compat >=0.1 && <0.2: using th-compat-0.1.6
  10568. 2638.56 s [th-orphans] Dependency th-lift >=0.7.1: using th-lift-0.8.6
  10569. 2638.56 s [th-orphans] Dependency th-reify-many >=0.1.9 && <0.2: using th-reify-many-0.1.10
  10570. 2638.56 s [th-orphans] Dependency base: using base-4.18.2.0
  10571. 2638.56 s [th-orphans] Dependency bytestring: using bytestring-0.11.5.3
  10572. 2638.56 s [th-orphans] Dependency ghc-prim: using ghc-prim-0.10.0
  10573. 2638.56 s [th-orphans] Dependency hspec: using hspec-2.11.12
  10574. 2638.56 s [th-orphans] Dependency template-haskell: using template-haskell-2.20.0.0
  10575. 2638.56 s [th-orphans] Dependency th-lift: using th-lift-0.8.6
  10576. 2638.56 s [th-orphans] Dependency th-orphans: using th-orphans-0.13.16
  10577. 2638.56 s [th-orphans] Source component graph:
  10578. 2638.56 s [th-orphans] component lib
  10579. 2638.56 s [th-orphans] component test:test dependency lib
  10580. 2638.56 s [th-orphans] Configured component graph:
  10581. 2638.56 s [th-orphans] component th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
  10582. 2638.56 s [th-orphans] include base-4.18.2.0
  10583. 2638.56 s [th-orphans] include mtl-2.3.1
  10584. 2638.56 s [th-orphans] include template-haskell-2.20.0.0
  10585. 2638.56 s [th-orphans] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  10586. 2638.56 s [th-orphans] include th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
  10587. 2638.56 s [th-orphans] include th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
  10588. 2638.56 s [th-orphans] component th-orphans-0.13.16-DusRmc8VihA5q32vvjzZfi-test
  10589. 2638.56 s [th-orphans] include base-4.18.2.0
  10590. 2638.56 s [th-orphans] include bytestring-0.11.5.3
  10591. 2638.56 s [th-orphans] include ghc-prim-0.10.0
  10592. 2638.56 s [th-orphans] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  10593. 2638.56 s [th-orphans] include template-haskell-2.20.0.0
  10594. 2638.56 s [th-orphans] include th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
  10595. 2638.56 s [th-orphans] include th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
  10596. 2638.56 s [th-orphans] Linked component graph:
  10597. 2638.56 s [th-orphans] unit th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
  10598. 2638.56 s [th-orphans] include base-4.18.2.0
  10599. 2638.56 s [th-orphans] include mtl-2.3.1
  10600. 2638.56 s [th-orphans] include template-haskell-2.20.0.0
  10601. 2638.56 s [th-orphans] include th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  10602. 2638.56 s [th-orphans] include th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
  10603. 2638.56 s [th-orphans] include th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
  10604. 2638.56 s [these] Phase: setupCompilerEnvironmentPhase
  10605. 2638.56 s [these] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  10606. 2638.56 s [these] Phase: unpackPhase
  10607. 2638.56 s [these] unpacking source archive /nix/store/68jyhraz9gap8cmxlsfy9nwk6cm77blq-these-1.2.1.tar.gz
  10608. 2638.56 s [these] source root is these-1.2.1
  10609. 2638.56 s [these] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "these-1.2.1/these.cabal"
  10610. 2638.56 s [these] Phase: patchPhase
  10611. 2638.56 s [these] Replace Cabal file with edited version from mirror://hackage/these-1.2.1/revision/2.cabal.
  10612. 2638.56 s [these] Phase: compileBuildDriverPhase
  10613. 2638.56 s [these] setupCompileFlags: -package-db=/build/tmp.ThZTuYbcHp/setup-package.conf.d -threaded
  10614. 2638.56 s [these] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.ThZTuYbcHp/Main.o )
  10615. 2638.56 s [these] [2 of 2] Linking Setup
  10616. 2638.56 s [these] Phase: updateAutotoolsGnuConfigScriptsPhase
  10617. 2638.56 s [these] Phase: configurePhase
  10618. 2638.56 s [these] configureFlags: --verbose --prefix=/nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc/share/doc/these-1.2.1 --with-gcc=gcc --package-db=/build/tmp.ThZTuYbcHp/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  10619. 2638.56 s [these] Using Parsec parser
  10620. 2638.56 s [these] Configuring these-1.2.1...
  10621. 2638.56 s [these] Dependency assoc >=1.1.1 && <1.2: using assoc-1.1.1
  10622. 2638.56 s [these] Dependency base >=4.12.0.0 && <4.22: using base-4.18.2.0
  10623. 2638.56 s [these] Dependency binary >=0.8.6.0 && <0.10: using binary-0.8.9.1
  10624. 2638.56 s [these] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
  10625. 2638.57 s [these] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
  10626. 2638.57 s [these] Source component graph: component lib
  10627. 2638.57 s [these] Configured component graph:
  10628. 2638.57 s [these] component these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
  10629. 2638.57 s [these] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
  10630. 2638.57 s [these] include base-4.18.2.0
  10631. 2638.57 s [these] include binary-0.8.9.1
  10632. 2638.57 s [these] include deepseq-1.4.8.1
  10633. 2638.57 s [these] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  10634. 2638.57 s [these] Linked component graph:
  10635. 2638.57 s [these] unit these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
  10636. 2638.57 s [these] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
  10637. 2638.57 s [these] include base-4.18.2.0
  10638. 2638.57 s [these] include binary-0.8.9.1
  10639. 2638.57 s [these] include deepseq-1.4.8.1
  10640. 2638.57 s [these] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  10641. 2638.57 s [these] Data.Functor.These=these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9:Data.Functor.These,Data.These=these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9:Data.These,Data.These.Combinators=these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9:Data.These.Combinators
  10642. 2638.57 s [these] Ready component graph:
  10643. 2638.57 s [these] definite these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
  10644. 2638.57 s [these] depends assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
  10645. 2638.57 s [these] depends base-4.18.2.0
  10646. 2638.57 s [these] depends binary-0.8.9.1
  10647. 2638.57 s [these] depends deepseq-1.4.8.1
  10648. 2638.57 s [these] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  10649. 2638.57 s [these] Using Cabal-3.10.1.0 compiled by ghc-9.6
  10650. 2638.57 s [these] Using compiler: ghc-9.6.4
  10651. 2638.57 s [these] Using install prefix: /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1
  10652. 2638.57 s [these] Executables installed in:
  10653. 2638.57 s [these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/bin
  10654. 2638.57 s [these] Libraries installed in:
  10655. 2638.57 s [these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
  10656. 2638.57 s [these] Dynamic Libraries installed in:
  10657. 2639.13 s [zlib:post-build] Uploading to the NixCI cache: /nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0 /nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc
  10658. 2639.95 s [zlib:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10659. 2640.94 s [zlib:post-build] copying 2 paths...
  10660. 2641.01 s [zlib:post-build] copying path '/nix/store/sicr01kfv3094miyy5dajxwdqa2rnn9w-zlib-0.7.1.0-doc' to 'https://cache.nix-ci.com'...
  10661. 2642.64 s [zlib:post-build] copying path '/nix/store/ggna1fvk62s0a61wamcjphfpbqpwcp0w-zlib-0.7.1.0' to 'https://cache.nix-ci.com'...
  10662. 2648.09 s [zlib:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10663. 2650.57 s [zlib:post-build] copying 1 paths...
  10664. 2650.57 s [zlib:post-build] copying path '/nix/store/hlakyfhn7xhfcga865vvwbh3ixdmpr83-zlib-0.7.1.0.drv' to 'https://cache.nix-ci.com'...
  10665. 2653.67 s Uploaded zlib in 14.9s
  10666. 2653.69 s Progress: 133 of 211 built (14 building), 298 of 298 downloaded from cache
  10667. 2653.69 s Built zlib in 4m04s
  10668. 2653.97 s [OneTuple:post-build] Uploading to the NixCI cache: /nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc /nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2
  10669. 2654.57 s [OneTuple:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10670. 2656.09 s [OneTuple:post-build] copying 2 paths...
  10671. 2656.09 s [OneTuple:post-build] copying path '/nix/store/5z15jyx9wzisplxlpacy67k7kgb52iby-OneTuple-0.4.2-doc' to 'https://cache.nix-ci.com'...
  10672. 2658.62 s [OneTuple:post-build] copying path '/nix/store/rz9cpx05rmkfvz6wzr9r73syliqc036z-OneTuple-0.4.2' to 'https://cache.nix-ci.com'...
  10673. 2662.84 s [OneTuple:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10674. 2663.80 s [OneTuple:post-build] copying 1 paths...
  10675. 2663.82 s [OneTuple:post-build] copying path '/nix/store/4xzpyhjrj7sx9n8gshsjgb6npkahw10g-OneTuple-0.4.2.drv' to 'https://cache.nix-ci.com'...
  10676. 2664.20 s Uploaded OneTuple in 10.4s
  10677. 2664.21 s Progress: 134 of 211 built (13 building), 298 of 298 downloaded from cache
  10678. 2664.21 s Built OneTuple in 1m47s
  10679. 2664.21 s [asn1-types] Package has no test suites.
  10680. 2664.21 s [asn1-types] Phase: haddockPhase
  10681. 2664.21 s [asn1-types] Preprocessing library for asn1-types-0.3.4..
  10682. 2664.21 s [asn1-types] Running Haddock on library for asn1-types-0.3.4..
  10683. 2664.21 s [asn1-types] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  10684. 2664.21 s [asn1-types] 100% ( 10 / 10) in 'Data.ASN1.BitArray'
  10685. 2664.21 s [asn1-types] 100% ( 5 / 5) in 'Data.ASN1.OID'
  10686. 2664.21 s [asn1-types] 100% ( 8 / 8) in 'Data.ASN1.Types.Lowlevel'
  10687. 2664.21 s [asn1-types] 100% ( 5 / 5) in 'Data.ASN1.Types.String'
  10688. 2664.21 s [asn1-types] 100% ( 13 / 13) in 'Data.ASN1.Types'
  10689. 2664.21 s [asn1-types] 66% ( 2 / 3) in 'Data.ASN1.Pretty'
  10690. 2664.21 s [asn1-types] Missing documentation for:
  10691. 2664.21 s [asn1-types] PrettyType (Data/ASN1/Pretty.hs:19)
  10692. 2664.21 s [asn1-types] Documentation created: dist/doc/html/asn1-types/index.html,
  10693. 2664.21 s [asn1-types] dist/doc/html/asn1-types/asn1-types.txt
  10694. 2664.21 s [asn1-types] Phase: installPhase
  10695. 2664.21 s [asn1-types] Installing library in /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  10696. 2664.21 s [asn1-types] Phase: fixupPhase
  10697. 2664.21 s [asn1-types] shrinking RPATHs of ELF executables and libraries in /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4
  10698. 2664.21 s [asn1-types] shrinking /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSasn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8-ghc9.6.4.so
  10699. 2664.22 s [asn1-types] checking for references to /build/ in /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4...
  10700. 2664.22 s [asn1-types] patching script interpreter paths in /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4
  10701. 2664.22 s [asn1-types] stripping (with command strip and flags -S -p) in /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4/lib
  10702. 2664.22 s [asn1-types] shrinking RPATHs of ELF executables and libraries in /nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc
  10703. 2664.22 s [asn1-types] checking for references to /build/ in /nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc...
  10704. 2664.22 s [asn1-types] patching script interpreter paths in /nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc
  10705. 2664.22 s [async] async_cancel: [OK]
  10706. 2664.22 s [async] async_cancel: [OK]
  10707. 2664.22 s [async] async_cancel: [OK]
  10708. 2664.22 s [async] async_cancel: [OK]
  10709. 2664.22 s [async] async_cancel: [OK]
  10710. 2664.22 s [async] async_cancel: [OK]
  10711. 2664.22 s [async] async_cancel: [OK]
  10712. 2664.22 s [async] async_cancel: [OK]
  10713. 2664.22 s [async] async_cancel: [OK]
  10714. 2664.22 s [async] async_cancel: [OK]
  10715. 2664.22 s [async] async_cancel: [OK]
  10716. 2664.22 s [async] async_cancel: [OK]
  10717. 2664.22 s [async] async_cancel: [OK]
  10718. 2664.22 s [async] async_cancel: [OK]
  10719. 2664.22 s [async] async_cancel: [OK]
  10720. 2664.22 s [async] async_cancel: [OK]
  10721. 2664.22 s [async] async_cancel: [OK]
  10722. 2664.22 s [async] async_cancel: [OK]
  10723. 2664.22 s [async] async_cancel: [OK]
  10724. 2664.22 s [async] async_cancel: [OK]
  10725. 2664.22 s [async] async_cancel: [OK]
  10726. 2664.22 s [async] async_cancel: [OK]
  10727. 2664.22 s [async] async_cancel: [OK]
  10728. 2664.22 s [async] async_cancel: [OK]
  10729. 2664.22 s [async] async_cancel: [OK]
  10730. 2664.22 s [async] async_cancel: [OK]
  10731. 2664.22 s [async] async_cancel: [OK]
  10732. 2664.22 s [async] async_cancel: [OK]
  10733. 2664.22 s [async] async_cancel: [OK]
  10734. 2664.22 s [async] async_cancel: [OK]
  10735. 2664.22 s [async] async_cancel: [OK]
  10736. 2664.22 s [async] async_cancel: [OK]
  10737. 2664.22 s [async] async_cancel: [OK]
  10738. 2664.22 s [async] async_cancel: [OK]
  10739. 2664.22 s [async] async_cancel: [OK]
  10740. 2664.22 s [async] async_cancel: [OK]
  10741. 2664.22 s [async] async_cancel: [OK]
  10742. 2664.22 s [async] async_cancel: [OK]
  10743. 2664.22 s [async] async_cancel: [OK]
  10744. 2664.22 s [async] async_cancel: [OK]
  10745. 2664.22 s [async] async_cancel: [OK]
  10746. 2664.22 s [async] async_cancel: [OK]
  10747. 2664.22 s [async] async_cancel: [OK]
  10748. 2664.22 s [async] async_cancel: [OK]
  10749. 2664.22 s [async] async_cancel: [OK]
  10750. 2664.22 s [async] async_cancel: [OK]
  10751. 2664.22 s [async] async_cancel: [OK]
  10752. 2664.22 s [async] async_cancel: [OK]
  10753. 2664.22 s [async] async_cancel: [OK]
  10754. 2664.22 s [async] async_cancel: [OK]
  10755. 2664.22 s [async] async_cancel: [OK]
  10756. 2664.22 s [async] async_cancel: [OK]
  10757. 2664.22 s [async] async_cancel: [OK]
  10758. 2664.22 s [async] async_cancel: [OK]
  10759. 2664.22 s [async] async_cancel: [OK]
  10760. 2664.22 s [async] async_cancel: [OK]
  10761. 2664.22 s [async] async_cancel: [OK]
  10762. 2664.22 s [async] async_cancel: [OK]
  10763. 2664.22 s [async] async_cancel: [OK]
  10764. 2664.22 s [async] async_cancel: [OK]
  10765. 2664.22 s [async] async_cancel: [OK]
  10766. 2664.22 s [async] async_cancel: [OK]
  10767. 2664.22 s [async] async_cancel: [OK]
  10768. 2664.22 s [async] async_cancel: [OK]
  10769. 2664.22 s [async] async_cancel: [OK]
  10770. 2664.22 s [async] async_cancel: [OK]
  10771. 2664.22 s [async] async_cancel: [OK]
  10772. 2664.23 s [async] async_cancel: [OK]
  10773. 2664.23 s [async] async_cancel: [OK]
  10774. 2664.23 s [async] async_cancel: [OK]
  10775. 2664.23 s [async] async_cancel: [OK]
  10776. 2664.23 s [async] async_cancel: [OK]
  10777. 2664.23 s [async] async_cancel: [OK]
  10778. 2664.23 s [async] async_cancel: [OK]
  10779. 2664.23 s [async] async_cancel: [OK]
  10780. 2664.23 s [async] async_cancel: [OK]
  10781. 2664.23 s [async] async_cancel: [OK]
  10782. 2664.23 s [async] async_cancel: [OK]
  10783. 2664.23 s [async] async_cancel: [OK]
  10784. 2664.23 s [async] async_cancel: [OK]
  10785. 2664.23 s [async] async_cancel: [OK]
  10786. 2664.23 s [async] async_cancel: [OK]
  10787. 2664.23 s [async] async_cancel: [OK]
  10788. 2664.23 s [async] async_cancel: [OK]
  10789. 2664.23 s [async] async_cancel: [OK]
  10790. 2664.23 s [async] async_cancel: [OK]
  10791. 2664.23 s [async] async_cancel: [OK]
  10792. 2664.23 s [async] async_cancel: [OK]
  10793. 2664.23 s [async] async_cancel: [OK]
  10794. 2664.23 s [async] async_cancel: [OK]
  10795. 2664.23 s [async] async_cancel: [OK]
  10796. 2664.23 s [async] async_cancel: [OK]
  10797. 2664.23 s [async] async_cancel: [OK]
  10798. 2664.23 s [async] async_cancel: [OK]
  10799. 2664.23 s [async] async_cancel: [OK]
  10800. 2664.23 s [async] async_cancel: [OK]
  10801. 2664.23 s [async] async_cancel: [OK]
  10802. 2664.23 s [async] async_cancel: [OK]
  10803. 2664.23 s [async] async_cancel: [OK]
  10804. 2664.23 s [async] async_cancel: [OK]
  10805. 2664.23 s [async] async_cancel: [OK]
  10806. 2664.23 s [async] async_cancel: [OK]
  10807. 2664.23 s [async] async_cancel: [OK]
  10808. 2664.23 s [async] async_cancel: [OK]
  10809. 2664.23 s [async] async_cancel: [OK]
  10810. 2664.23 s [async] async_cancel: [OK]
  10811. 2664.23 s [async] async_cancel: [OK]
  10812. 2664.23 s [async] async_cancel: [OK]
  10813. 2664.23 s [async] async_cancel: [OK]
  10814. 2664.23 s [async] async_cancel: [OK]
  10815. 2664.23 s [async] async_cancel: [OK]
  10816. 2664.23 s [async] async_cancel: [OK]
  10817. 2664.23 s [async] async_cancel: [OK]
  10818. 2664.23 s [async] async_cancel: [OK]
  10819. 2664.23 s [async] async_cancel: [OK]
  10820. 2664.23 s [async] async_cancel: [OK]
  10821. 2664.23 s [async] async_cancel: [OK]
  10822. 2664.23 s [async] async_cancel: [OK]
  10823. 2664.23 s [async] async_cancel: [OK]
  10824. 2664.23 s [async] async_cancel: [OK]
  10825. 2664.23 s [async] async_cancel: [OK]
  10826. 2664.23 s [async] async_cancel: [OK]
  10827. 2664.23 s [async] async_cancel: [OK]
  10828. 2664.23 s [async] async_cancel: [OK]
  10829. 2664.23 s [async] async_cancel: [OK]
  10830. 2664.23 s [async] async_cancel: [OK]
  10831. 2664.23 s [async] async_cancel: [OK]
  10832. 2664.23 s [async] async_cancel: [OK]
  10833. 2664.23 s [async] async_cancel: [OK]
  10834. 2664.23 s [async] async_cancel: [OK]
  10835. 2664.23 s [async] async_cancel: [OK]
  10836. 2664.23 s [async] async_cancel: [OK]
  10837. 2664.23 s [async] async_cancel: [OK]
  10838. 2664.23 s [async] async_cancel: [OK]
  10839. 2664.23 s [async] async_cancel: [OK]
  10840. 2664.23 s [async] async_cancel: [OK]
  10841. 2664.23 s [async] async_cancel: [OK]
  10842. 2664.23 s [async] async_cancel: [OK]
  10843. 2664.23 s [async] async_cancel: [OK]
  10844. 2664.23 s [async] async_cancel: [OK]
  10845. 2664.23 s [async] async_cancel: [OK]
  10846. 2664.23 s [async] async_cancel: [OK]
  10847. 2664.23 s [async] async_cancel: [OK]
  10848. 2664.23 s [async] async_cancel: [OK]
  10849. 2664.23 s [async] async_cancel: [OK]
  10850. 2664.23 s [async] async_cancel: [OK]
  10851. 2664.23 s [async] async_cancel: [OK]
  10852. 2664.23 s [async] async_cancel: [OK]
  10853. 2664.23 s [async] async_cancel: [OK]
  10854. 2664.23 s [async] async_cancel: [OK]
  10855. 2664.23 s [async] async_cancel: [OK]
  10856. 2664.23 s [async] async_cancel: [OK]
  10857. 2664.23 s [async] async_cancel: [OK]
  10858. 2664.23 s [async] async_cancel: [OK]
  10859. 2664.23 s [async] async_cancel: [OK]
  10860. 2664.23 s [async] async_cancel: [OK]
  10861. 2664.23 s [async] async_cancel: [OK]
  10862. 2664.23 s [async] async_cancel: [OK]
  10863. 2664.23 s [async] async_cancel: [OK]
  10864. 2664.23 s [async] async_cancel: [OK]
  10865. 2664.23 s [async] async_cancel: [OK]
  10866. 2664.23 s [async] async_cancel: [OK]
  10867. 2664.23 s [async] async_cancel: [OK]
  10868. 2664.23 s [async] async_cancel: [OK]
  10869. 2664.23 s [async] async_cancel: [OK]
  10870. 2664.23 s [async] async_cancel: [OK]
  10871. 2664.23 s [async] async_cancel: [OK]
  10872. 2664.23 s [async] async_cancel: [OK]
  10873. 2664.23 s [async] async_cancel: [OK]
  10874. 2664.23 s [async] async_cancel: [OK]
  10875. 2664.23 s [async] async_cancel: [OK]
  10876. 2664.23 s [async] async_cancel: [OK]
  10877. 2664.23 s [async] async_cancel: [OK]
  10878. 2664.23 s [async] async_cancel: [OK]
  10879. 2664.23 s [async] async_cancel: [OK]
  10880. 2664.23 s [async] async_cancel: [OK]
  10881. 2664.23 s [async] async_cancel: [OK]
  10882. 2664.23 s [async] async_cancel: [OK]
  10883. 2664.23 s [async] async_cancel: [OK]
  10884. 2664.23 s [async] async_cancel: [OK]
  10885. 2664.23 s [async] async_cancel: [OK]
  10886. 2664.23 s [async] async_cancel: [OK]
  10887. 2664.23 s [async] async_cancel: [OK]
  10888. 2664.24 s [async] async_cancel: [OK]
  10889. 2664.24 s [async] async_cancel: [OK]
  10890. 2664.24 s [async] async_cancel: [OK]
  10891. 2664.24 s [async] async_cancel: [OK]
  10892. 2664.24 s [async] async_cancel: [OK]
  10893. 2664.24 s [async] async_cancel: [OK]
  10894. 2664.24 s [async] async_cancel: [OK]
  10895. 2664.24 s [async] async_cancel: [OK]
  10896. 2664.24 s [async] async_cancel: [OK]
  10897. 2664.24 s [async] async_cancel: [OK]
  10898. 2664.24 s [async] async_cancel: [OK]
  10899. 2664.24 s [async] async_cancel: [OK]
  10900. 2664.24 s [case-insensitive] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  10901. 2664.24 s [case-insensitive] |
  10902. 2664.24 s [case-insensitive] 124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2)
  10903. 2664.24 s [case-insensitive] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10904. 2664.24 s [case-insensitive] 100% ( 8 / 8) in 'Data.CaseInsensitive'
  10905. 2664.24 s [case-insensitive] 100% ( 2 / 2) in 'Data.CaseInsensitive.Unsafe'
  10906. 2664.24 s [case-insensitive] Warning: Data.CaseInsensitive: could not find link destinations for:
  10907. 2664.24 s [case-insensitive] - Data.CaseInsensitive.Internal.foldCaseList
  10908. 2664.24 s [case-insensitive] Documentation created: dist/doc/html/case-insensitive/index.html,
  10909. 2664.24 s [case-insensitive] dist/doc/html/case-insensitive/case-insensitive.txt
  10910. 2664.24 s [case-insensitive] Preprocessing test suite 'test-case-insensitive' for case-insensitive-1.2.1.0..
  10911. 2664.24 s [case-insensitive] Phase: installPhase
  10912. 2664.24 s [case-insensitive] Installing library in /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/case-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0
  10913. 2664.24 s [case-insensitive] Phase: fixupPhase
  10914. 2664.24 s [case-insensitive] shrinking RPATHs of ELF executables and libraries in /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0
  10915. 2664.24 s [case-insensitive] shrinking /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHScase-insensitive-1.2.1.0-F3i7uNwJepj7YzkvgDoGl0-ghc9.6.4.so
  10916. 2664.24 s [case-insensitive] checking for references to /build/ in /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0...
  10917. 2664.24 s [case-insensitive] patching script interpreter paths in /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0
  10918. 2664.24 s [case-insensitive] stripping (with command strip and flags -S -p) in /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0/lib
  10919. 2664.24 s [case-insensitive] shrinking RPATHs of ELF executables and libraries in /nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc
  10920. 2664.24 s [case-insensitive] checking for references to /build/ in /nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc...
  10921. 2664.24 s [case-insensitive] patching script interpreter paths in /nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc
  10922. 2664.24 s [constraints] by specifying the type/value namespace explicitly.
  10923. 2664.24 s [constraints] Defaulting to the one defined in ‘Control.Category’
  10924. 2664.24 s [constraints] Warning: 'Any' is out of scope.
  10925. 2664.24 s [constraints] If you qualify the identifier, haddock can try to link it anyway.
  10926. 2664.24 s [constraints] 93% ( 30 / 32) in 'Data.Constraint'
  10927. 2664.24 s [constraints] Missing documentation for:
  10928. 2664.24 s [constraints] strengthen1 (src/Data/Constraint.hs:365)
  10929. 2664.24 s [constraints] strengthen2 (src/Data/Constraint.hs:368)
  10930. 2664.24 s [constraints] 57% ( 4 / 7) in 'Data.Constraint.Deferrable'
  10931. 2664.24 s [constraints] Missing documentation for:
  10932. 2664.24 s [constraints] UnsatisfiedConstraint (src/Data/Constraint/Deferrable.hs:39)
  10933. 2664.24 s [constraints] defer (src/Data/Constraint/Deferrable.hs:52)
  10934. 2664.24 s [constraints] deferred (src/Data/Constraint/Deferrable.hs:49)
  10935. 2664.24 s [constraints] 75% ( 9 / 12) in 'Data.Constraint.Forall'
  10936. 2664.24 s [constraints] Missing documentation for:
  10937. 2664.24 s [constraints] Forall (src/Data/Constraint/Forall.hs:41)
  10938. 2664.24 s [constraints] Forall1 (src/Data/Constraint/Forall.hs:88)
  10939. 2664.24 s [constraints] forall_ (src/Data/Constraint/Forall.hs:54)
  10940. 2664.24 s [constraints] 0% ( 0 / 3) in 'Data.Constraint.Lifting'
  10941. 2664.24 s [constraints] Missing documentation for:
  10942. 2664.24 s [constraints] Module header
  10943. 2664.24 s [constraints] Lifting (src/Data/Constraint/Lifting.hs:50)
  10944. 2664.24 s [constraints] Lifting2 (src/Data/Constraint/Lifting.hs:356)
  10945. 2664.24 s [constraints] Warning: 'Nat' is out of scope.
  10946. 2664.24 s [constraints] If you qualify the identifier, haddock can try to link it anyway.
  10947. 2664.24 s [constraints] Warning: 'Symbol' is out of scope.
  10948. 2664.24 s [constraints] If you qualify the identifier, haddock can try to link it anyway.
  10949. 2664.24 s [constraints] 100% ( 10 / 10) in 'Data.Constraint.Unsafe'
  10950. 2664.24 s [constraints] 3% ( 4 /101) in 'Data.Constraint.Nat'
  10951. 2664.24 s [constraints] Missing documentation for:
  10952. 2664.24 s [constraints] Min (src/Data/Constraint/Nat.hs:66)
  10953. 2664.24 s [constraints] Max (src/Data/Constraint/Nat.hs:68)
  10954. 2664.24 s [constraints] Lcm (src/Data/Constraint/Nat.hs:72)
  10955. 2664.24 s [constraints] Gcd (src/Data/Constraint/Nat.hs:70)
  10956. 2664.24 s [constraints] Divides (src/Data/Constraint/Nat.hs:75)
  10957. 2664.24 s [constraints] plusNat (src/Data/Constraint/Nat.hs:131)
  10958. 2664.24 s [constraints] minusNat (src/Data/Constraint/Nat.hs:134)
  10959. 2664.24 s [constraints] timesNat (src/Data/Constraint/Nat.hs:143)
  10960. 2664.24 s [constraints] powNat (src/Data/Constraint/Nat.hs:146)
  10961. 2664.24 s [constraints] minNat (src/Data/Constraint/Nat.hs:137)
  10962. 2664.24 s [constraints] maxNat (src/Data/Constraint/Nat.hs:140)
  10963. 2664.24 s [constraints] gcdNat (src/Data/Constraint/Nat.hs:125)
  10964. 2664.24 s [constraints] lcmNat (src/Data/Constraint/Nat.hs:128)
  10965. 2664.24 s [constraints] divNat (src/Data/Constraint/Nat.hs:149)
  10966. 2664.24 s [constraints] modNat (src/Data/Constraint/Nat.hs:152)
  10967. 2664.24 s [constraints] log2Nat (src/Data/Constraint/Nat.hs:155)
  10968. 2664.24 s [constraints] plusZero (src/Data/Constraint/Nat.hs:165)
  10969. 2664.24 s [constraints] minusZero (src/Data/Constraint/Nat.hs:168)
  10970. 2664.24 s [constraints] timesZero (src/Data/Constraint/Nat.hs:171)
  10971. 2664.24 s [constraints] timesOne (src/Data/Constraint/Nat.hs:174)
  10972. 2664.24 s [constraints] powZero (src/Data/Constraint/Nat.hs:191)
  10973. 2664.24 s [constraints] powOne (src/Data/Constraint/Nat.hs:249)
  10974. 2664.24 s [constraints] maxZero (src/Data/Constraint/Nat.hs:184)
  10975. 2664.24 s [constraints] minZero (src/Data/Constraint/Nat.hs:177)
  10976. 2664.24 s [constraints] gcdZero (src/Data/Constraint/Nat.hs:113)
  10977. 2664.24 s [constraints] gcdOne (src/Data/Constraint/Nat.hs:116)
  10978. 2664.24 s [constraints] lcmZero (src/Data/Constraint/Nat.hs:119)
  10979. 2664.24 s [constraints] lcmOne (src/Data/Constraint/Nat.hs:122)
  10980. 2664.24 s [constraints] plusAssociates (src/Data/Constraint/Nat.hs:279)
  10981. 2664.24 s [constraints] timesAssociates (src/Data/Constraint/Nat.hs:282)
  10982. 2664.24 s [constraints] minAssociates (src/Data/Constraint/Nat.hs:285)
  10983. 2664.24 s [constraints] maxAssociates (src/Data/Constraint/Nat.hs:288)
  10984. 2664.24 s [constraints] gcdAssociates (src/Data/Constraint/Nat.hs:291)
  10985. 2664.24 s [constraints] lcmAssociates (src/Data/Constraint/Nat.hs:294)
  10986. 2664.24 s [constraints] plusCommutes (src/Data/Constraint/Nat.hs:267)
  10987. 2664.24 s [constraints] timesCommutes (src/Data/Constraint/Nat.hs:270)
  10988. 2664.24 s [constraints] minCommutes (src/Data/Constraint/Nat.hs:273)
  10989. 2664.24 s [constraints] maxCommutes (src/Data/Constraint/Nat.hs:276)
  10990. 2664.24 s [constraints] gcdCommutes (src/Data/Constraint/Nat.hs:107)
  10991. 2664.24 s [constraints] lcmCommutes (src/Data/Constraint/Nat.hs:110)
  10992. 2664.24 s [constraints] plusDistributesOverTimes (src/Data/Constraint/Nat.hs:339)
  10993. 2664.24 s [constraints] timesDistributesOverPow (src/Data/Constraint/Nat.hs:342)
  10994. 2664.24 s [constraints] timesDistributesOverGcd (src/Data/Constraint/Nat.hs:345)
  10995. 2664.24 s [constraints] timesDistributesOverLcm (src/Data/Constraint/Nat.hs:348)
  10996. 2664.24 s [constraints] minDistributesOverPlus (src/Data/Constraint/Nat.hs:309)
  10997. 2664.24 s [constraints] minDistributesOverTimes (src/Data/Constraint/Nat.hs:312)
  10998. 2664.24 s [constraints] minDistributesOverPow1 (src/Data/Constraint/Nat.hs:315)
  10999. 2664.24 s [constraints] minDistributesOverPow2 (src/Data/Constraint/Nat.hs:318)
  11000. 2664.24 s [constraints] minDistributesOverMax (src/Data/Constraint/Nat.hs:321)
  11001. 2664.24 s [constraints] maxDistributesOverPlus (src/Data/Constraint/Nat.hs:324)
  11002. 2664.24 s [constraints] maxDistributesOverTimes (src/Data/Constraint/Nat.hs:327)
  11003. 2664.24 s [constraints] maxDistributesOverPow1 (src/Data/Constraint/Nat.hs:330)
  11004. 2664.24 s [constraints] maxDistributesOverPow2 (src/Data/Constraint/Nat.hs:333)
  11005. 2664.24 s [constraints] maxDistributesOverMin (src/Data/Constraint/Nat.hs:336)
  11006. 2664.24 s [constraints] gcdDistributesOverLcm (src/Data/Constraint/Nat.hs:357)
  11007. 2664.24 s [crypton] [ 46 of 139] Compiling Crypto.Cipher.RC4 ( Crypto/Cipher/RC4.hs, dist/build/Crypto/Cipher/RC4.p_o )
  11008. 2664.24 s [crypton] [ 47 of 139] Compiling Crypto.Cipher.ChaCha ( Crypto/Cipher/ChaCha.hs, dist/build/Crypto/Cipher/ChaCha.p_o )
  11009. 2664.24 s [crypton] [ 48 of 139] Compiling Crypto.Cipher.AES.Primitive ( Crypto/Cipher/AES/Primitive.hs, dist/build/Crypto/Cipher/AES/Primitive.p_o )
  11010. 2664.24 s [crypton] [ 49 of 139] Compiling Crypto.Cipher.AES ( Crypto/Cipher/AES.hs, dist/build/Crypto/Cipher/AES.p_o )
  11011. 2664.24 s [crypton] [ 50 of 139] Compiling Crypto.Internal.Nat ( Crypto/Internal/Nat.hs, dist/build/Crypto/Internal/Nat.p_o )
  11012. 2664.24 s [crypton] [ 51 of 139] Compiling Crypto.Hash.SHAKE ( Crypto/Hash/SHAKE.hs, dist/build/Crypto/Hash/SHAKE.p_o )
  11013. 2664.24 s [crypton] [ 52 of 139] Compiling Crypto.Hash.Blake2 ( Crypto/Hash/Blake2.hs, dist/build/Crypto/Hash/Blake2.p_o )
  11014. 2664.24 s [crypton] [ 53 of 139] Compiling Crypto.Hash.Algorithms ( Crypto/Hash/Algorithms.hs, dist/build/Crypto/Hash/Algorithms.p_o )
  11015. 2664.24 s [crypton] [ 54 of 139] Compiling Crypto.Hash ( Crypto/Hash.hs, dist/build/Crypto/Hash.p_o )
  11016. 2664.24 s [crypton] [ 55 of 139] Compiling Crypto.Internal.WordArray ( Crypto/Internal/WordArray.hs, dist/build/Crypto/Internal/WordArray.p_o )
  11017. 2664.25 s [crypton] [ 56 of 139] Compiling Crypto.Cipher.Twofish.Primitive ( Crypto/Cipher/Twofish/Primitive.hs, dist/build/Crypto/Cipher/Twofish/Primitive.p_o )
  11018. 2664.25 s [crypton] [ 57 of 139] Compiling Crypto.Cipher.Twofish ( Crypto/Cipher/Twofish.hs, dist/build/Crypto/Cipher/Twofish.p_o )
  11019. 2664.25 s [crypton] [ 58 of 139] Compiling Crypto.Cipher.CAST5.Primitive ( Crypto/Cipher/CAST5/Primitive.hs, dist/build/Crypto/Cipher/CAST5/Primitive.p_o )
  11020. 2664.25 s [crypton] [ 59 of 139] Compiling Crypto.Cipher.CAST5 ( Crypto/Cipher/CAST5.hs, dist/build/Crypto/Cipher/CAST5.p_o )
  11021. 2664.25 s [crypton] [ 60 of 139] Compiling Crypto.Cipher.Blowfish.Box ( Crypto/Cipher/Blowfish/Box.hs, dist/build/Crypto/Cipher/Blowfish/Box.p_o )
  11022. 2664.25 s [crypton] [ 61 of 139] Compiling Crypto.Cipher.Blowfish.Primitive ( Crypto/Cipher/Blowfish/Primitive.hs, dist/build/Crypto/Cipher/Blowfish/Primitive.p_o )
  11023. 2664.25 s [crypton] [ 62 of 139] Compiling Crypto.Cipher.Blowfish ( Crypto/Cipher/Blowfish.hs, dist/build/Crypto/Cipher/Blowfish.p_o )
  11024. 2664.25 s [crypton] [ 63 of 139] Compiling Crypto.Internal.Words ( Crypto/Internal/Words.hs, dist/build/Crypto/Internal/Words.p_o )
  11025. 2664.25 s [crypton] [ 64 of 139] Compiling Crypto.Cipher.Camellia.Primitive ( Crypto/Cipher/Camellia/Primitive.hs, dist/build/Crypto/Cipher/Camellia/Primitive.p_o )
  11026. 2664.25 s [crypton] [ 65 of 139] Compiling Crypto.Cipher.Camellia ( Crypto/Cipher/Camellia.hs, dist/build/Crypto/Cipher/Camellia.p_o )
  11027. 2664.25 s [crypton] [ 66 of 139] Compiling Crypto.KDF.Argon2 ( Crypto/KDF/Argon2.hs, dist/build/Crypto/KDF/Argon2.p_o )
  11028. 2664.25 s [crypton] [ 67 of 139] Compiling Crypto.KDF.BCryptPBKDF ( Crypto/KDF/BCryptPBKDF.hs, dist/build/Crypto/KDF/BCryptPBKDF.p_o )
  11029. 2664.25 s [crypton] [ 68 of 139] Compiling Crypto.MAC.CMAC ( Crypto/MAC/CMAC.hs, dist/build/Crypto/MAC/CMAC.p_o )
  11030. 2664.25 s [crypton] [ 69 of 139] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, dist/build/Crypto/MAC/HMAC.p_o )
  11031. 2664.25 s [crypton] [ 70 of 139] Compiling Crypto.KDF.PBKDF2 ( Crypto/KDF/PBKDF2.hs, dist/build/Crypto/KDF/PBKDF2.p_o )
  11032. 2664.25 s [crypton] [ 71 of 139] Compiling Crypto.KDF.Scrypt ( Crypto/KDF/Scrypt.hs, dist/build/Crypto/KDF/Scrypt.p_o )
  11033. 2664.25 s [crypton] [ 72 of 139] Compiling Crypto.KDF.HKDF ( Crypto/KDF/HKDF.hs, dist/build/Crypto/KDF/HKDF.p_o )
  11034. 2664.25 s [crypton] [ 73 of 139] Compiling Crypto.MAC.KMAC ( Crypto/MAC/KMAC.hs, dist/build/Crypto/MAC/KMAC.p_o )
  11035. 2664.25 s [crypton] [ 74 of 139] Compiling Crypto.MAC.KeyedBlake2 ( Crypto/MAC/KeyedBlake2.hs, dist/build/Crypto/MAC/KeyedBlake2.p_o )
  11036. 2664.25 s [crypton] [ 75 of 139] Compiling Crypto.MAC.Poly1305 ( Crypto/MAC/Poly1305.hs, dist/build/Crypto/MAC/Poly1305.p_o )
  11037. 2664.25 s [crypton] [ 76 of 139] Compiling Crypto.Cipher.ChaChaPoly1305 ( Crypto/Cipher/ChaChaPoly1305.hs, dist/build/Crypto/Cipher/ChaChaPoly1305.p_o )
  11038. 2664.25 s [crypton] [ 77 of 139] Compiling Crypto.Number.Compat ( Crypto/Number/Compat.hs, dist/build/Crypto/Number/Compat.p_o )
  11039. 2664.25 s [crypton] [ 78 of 139] Compiling Crypto.Number.Basic ( Crypto/Number/Basic.hs, dist/build/Crypto/Number/Basic.p_o )
  11040. 2664.25 s [crypton] [ 79 of 139] Compiling Crypto.ECC.Simple.Types ( Crypto/ECC/Simple/Types.hs, dist/build/Crypto/ECC/Simple/Types.p_o )
  11041. 2664.25 s [crypton] [ 80 of 139] Compiling Crypto.Number.F2m ( Crypto/Number/F2m.hs, dist/build/Crypto/Number/F2m.p_o )
  11042. 2664.25 s [crypton] [ 81 of 139] Compiling Crypto.Number.ModArithmetic ( Crypto/Number/ModArithmetic.hs, dist/build/Crypto/Number/ModArithmetic.p_o )
  11043. 2664.25 s [crypton] [ 82 of 139] Compiling Crypto.Number.Nat ( Crypto/Number/Nat.hs, dist/build/Crypto/Number/Nat.p_o )
  11044. 2664.40 s Building /nix/store/w4h7ry8kxma5id4cp9zqsgldhw0qx2l1-data-fix-0.3.4.drv
  11045. 2664.71 s [distributive:post-build] Uploading to the NixCI cache: /nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc /nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1
  11046. 2665.09 s [distributive:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11047. 2665.67 s [distributive:post-build] copying 2 paths...
  11048. 2665.67 s [distributive:post-build] copying path '/nix/store/6pkvqmnzqlq8cbhfwdahl0slc98s9j80-distributive-0.6.2.1-doc' to 'https://cache.nix-ci.com'...
  11049. 2666.03 s [distributive:post-build] copying path '/nix/store/nr6q5s7gasr043gppym72j0hf0jslh6g-distributive-0.6.2.1' to 'https://cache.nix-ci.com'...
  11050. 2667.76 s [distributive:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11051. 2668.51 s [distributive:post-build] copying 1 paths...
  11052. 2668.55 s [distributive:post-build] copying path '/nix/store/kl2rpzzbc1rz78aaqdr93wy1nc3np6zw-distributive-0.6.2.1.drv' to 'https://cache.nix-ci.com'...
  11053. 2669.02 s Uploaded distributive in 4.4s
  11054. 2669.03 s Progress: 135 of 212 built (13 building), 298 of 298 downloaded from cache
  11055. 2669.03 s Built distributive in 2m11s
  11056. 2669.03 s [doctest] Module header
  11057. 2669.03 s [doctest] doctestWithRepl (src/Run.hs:64)
  11058. 2669.03 s [doctest] Config (src/Options.hs:56)
  11059. 2669.03 s [doctest] defaultConfig (src/Options.hs:64)
  11060. 2669.03 s [doctest] doctestWith (src/Run.hs:134)
  11061. 2669.03 s [doctest] Result (src/Run.hs:137)
  11062. 2669.03 s [doctest] isSuccess (src/Run.hs:139)
  11063. 2669.03 s [doctest] evaluateResult (src/Run.hs:142)
  11064. 2669.03 s [doctest] doctestWithResult (src/Run.hs:145)
  11065. 2669.03 s [doctest] runDocTests (src/Run.hs:155)
  11066. 2669.03 s [doctest] 50% ( 1 / 2) in 'Test.DocTest'
  11067. 2669.03 s [doctest] Missing documentation for:
  11068. 2669.03 s [doctest] Module header
  11069. 2669.03 s [doctest] Documentation created: dist/doc/html/doctest/index.html,
  11070. 2669.03 s [doctest] dist/doc/html/doctest/doctest.txt
  11071. 2669.03 s [doctest] Preprocessing executable 'doctest' for doctest-0.22.6..
  11072. 2669.03 s [doctest] Preprocessing test suite 'spec' for doctest-0.22.6..
  11073. 2669.03 s [doctest] haddockPhase completed in 32 seconds
  11074. 2669.03 s [doctest] Phase: installPhase
  11075. 2669.03 s [doctest] Installing library in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
  11076. 2669.03 s [doctest] Installing executable doctest in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin
  11077. 2669.03 s [doctest] Warning: The directory
  11078. 2669.03 s [doctest] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin is not in the
  11079. 2669.03 s [doctest] system search path.
  11080. 2669.03 s [doctest] Phase: fixupPhase
  11081. 2669.03 s [doctest] shrinking RPATHs of ELF executables and libraries in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6
  11082. 2669.03 s [doctest] shrinking /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSdoctest-0.22.6-D1xz5902JP91GiKkmAIUSg-ghc9.6.4.so
  11083. 2669.03 s [doctest] shrinking /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin/doctest
  11084. 2669.03 s [doctest] checking for references to /build/ in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6...
  11085. 2669.03 s [doctest] patching script interpreter paths in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6
  11086. 2669.03 s [doctest] stripping (with command strip and flags -S -p) in /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/lib /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin
  11087. 2669.03 s [doctest] shrinking RPATHs of ELF executables and libraries in /nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc
  11088. 2669.03 s [doctest] checking for references to /build/ in /nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc...
  11089. 2669.03 s [doctest] patching script interpreter paths in /nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc
  11090. 2669.03 s [genvalidity] shrinkValid of Ratio Int shrinks to only valid values [✔]
  11091. 2669.03 s [genvalidity] +++ OK, passed 20 tests.
  11092. 2669.03 s [genvalidity] shrinkValid of Ratio Int only produces values that do not crash while validating [✔]
  11093. 2669.03 s [genvalidity] +++ OK, passed 20 tests.
  11094. 2669.03 s [genvalidity] shrinkValid of Ratio Int does not shrink to itself [✔]
  11095. 2669.03 s [genvalidity] +++ OK, passed 20 tests.
  11096. 2669.03 s [genvalidity] genValid of Either Bool Ordering generates only valid values [✔]
  11097. 2669.03 s [genvalidity] +++ OK, passed 50 tests.
  11098. 2669.03 s [genvalidity] shrinkValid of Either Bool Ordering shrinks to only valid values [✔]
  11099. 2669.03 s [genvalidity] +++ OK, passed 10 tests.
  11100. 2669.03 s [genvalidity] shrinkValid of Either Bool Ordering only produces values that do not crash while validating [✔]
  11101. 2669.03 s [genvalidity] +++ OK, passed 10 tests.
  11102. 2669.03 s [genvalidity] shrinkValid of Either Bool Ordering does not shrink to itself [✔]
  11103. 2669.03 s [genvalidity] +++ OK, passed 10 tests.
  11104. 2669.03 s [genvalidity] genValid of Maybe Ordering generates only valid values [✔]
  11105. 2669.03 s [genvalidity] +++ OK, passed 100 tests.
  11106. 2669.03 s [genvalidity] shrinkValid of Maybe Ordering shrinks to only valid values [✔]
  11107. 2669.03 s [genvalidity] +++ OK, passed 20 tests.
  11108. 2669.03 s [genvalidity] shrinkValid of Maybe Ordering only produces values that do not crash while validating [✔]
  11109. 2669.03 s [genvalidity] +++ OK, passed 20 tests.
  11110. 2669.03 s [genvalidity] shrinkValid of Maybe Ordering does not shrink to itself [✔]
  11111. 2669.03 s [genvalidity] +++ OK, passed 20 tests.
  11112. 2669.03 s [genvalidity] genValid of Maybe (Maybe Ordering) generates only valid values [✔]
  11113. 2669.03 s [genvalidity] +++ OK, passed 100 tests.
  11114. 2669.04 s [genvalidity] shrinkValid of Maybe (Maybe Ordering) shrinks to only valid values [✔]
  11115. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11116. 2669.04 s [genvalidity] shrinkValid of Maybe (Maybe Ordering) only produces values that do not crash while validating [✔]
  11117. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11118. 2669.04 s [genvalidity] shrinkValid of Maybe (Maybe Ordering) does not shrink to itself [✔]
  11119. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11120. 2669.04 s [genvalidity] genValid of Ratio Integer generates only valid values [✔]
  11121. 2669.04 s [genvalidity] +++ OK, passed 100 tests.
  11122. 2669.04 s [genvalidity] shrinkValid of Ratio Integer shrinks to only valid values [✔]
  11123. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11124. 2669.04 s [genvalidity] shrinkValid of Ratio Integer only produces values that do not crash while validating [✔]
  11125. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11126. 2669.04 s [genvalidity] shrinkValid of Ratio Integer does not shrink to itself [✔]
  11127. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11128. 2669.04 s [genvalidity] genValid of Ratio Int generates only valid values [✔]
  11129. 2669.04 s [genvalidity] +++ OK, passed 100 tests.
  11130. 2669.04 s [genvalidity] shrinkValid of Ratio Int shrinks to only valid values [✔]
  11131. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11132. 2669.04 s [genvalidity] shrinkValid of Ratio Int only produces values that do not crash while validating [✔]
  11133. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11134. 2669.04 s [genvalidity] shrinkValid of Ratio Int does not shrink to itself [✔]
  11135. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11136. 2669.04 s [genvalidity] genValid of Ratio Int8 generates only valid values [✔]
  11137. 2669.04 s [genvalidity] +++ OK, passed 100 tests.
  11138. 2669.04 s [genvalidity] shrinkValid of Ratio Int8 shrinks to only valid values [✔]
  11139. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11140. 2669.04 s [genvalidity] shrinkValid of Ratio Int8 only produces values that do not crash while validating [✔]
  11141. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11142. 2669.04 s [genvalidity] shrinkValid of Ratio Int8 does not shrink to itself [✔]
  11143. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11144. 2669.04 s [genvalidity] shrinking (Ratio Int)
  11145. 2669.04 s [genvalidity] can shrink this example [✔]
  11146. 2669.04 s [genvalidity] shrinking (Ratio Int8)
  11147. 2669.04 s [genvalidity] can shrink this example [✔]
  11148. 2669.04 s [genvalidity] genValid of Fixed * E0 generates only valid values [✔]
  11149. 2669.04 s [genvalidity] +++ OK, passed 100 tests.
  11150. 2669.04 s [genvalidity] shrinkValid of Fixed * E0 shrinks to only valid values [✔]
  11151. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11152. 2669.04 s [genvalidity] shrinkValid of Fixed * E0 only produces values that do not crash while validating [✔]
  11153. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11154. 2669.04 s [genvalidity] shrinkValid of Fixed * E0 does not shrink to itself [✔]
  11155. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11156. 2669.04 s [genvalidity] genValid of ((Fixed * E0),(Fixed * E0)) generates only valid values [✔]
  11157. 2669.04 s [genvalidity] +++ OK, passed 50 tests.
  11158. 2669.04 s [genvalidity] shrinkValid of ((Fixed * E0),(Fixed * E0)) shrinks to only valid values [✔]
  11159. 2669.04 s [genvalidity] +++ OK, passed 10 tests.
  11160. 2669.04 s [genvalidity] shrinkValid of ((Fixed * E0),(Fixed * E0)) only produces values that do not crash while validating [✔]
  11161. 2669.04 s [genvalidity] +++ OK, passed 10 tests.
  11162. 2669.04 s [genvalidity] shrinkValid of ((Fixed * E0),(Fixed * E0)) does not shrink to itself [✔]
  11163. 2669.04 s [genvalidity] +++ OK, passed 10 tests.
  11164. 2669.04 s [genvalidity] genValid of Fixed * E1 generates only valid values [✔]
  11165. 2669.04 s [genvalidity] +++ OK, passed 100 tests.
  11166. 2669.04 s [genvalidity] shrinkValid of Fixed * E1 shrinks to only valid values [✔]
  11167. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11168. 2669.04 s [genvalidity] shrinkValid of Fixed * E1 only produces values that do not crash while validating [✔]
  11169. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11170. 2669.04 s [genvalidity] shrinkValid of Fixed * E1 does not shrink to itself [✔]
  11171. 2669.04 s [genvalidity] +++ OK, passed 20 tests.
  11172. 2669.33 s [iproute:post-build] Uploading to the NixCI cache: /nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc /nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15
  11173. 2669.86 s [iproute:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11174. 2670.44 s [iproute:post-build] copying 2 paths...
  11175. 2670.44 s [iproute:post-build] copying path '/nix/store/24jpcgfj1i8270kb6qa68rfqkf9y521k-iproute-1.7.15-doc' to 'https://cache.nix-ci.com'...
  11176. 2671.30 s [iproute:post-build] copying path '/nix/store/w2sfxkwh932z2x2qprba0c8h72zmlsgy-iproute-1.7.15' to 'https://cache.nix-ci.com'...
  11177. 2676.80 s [iproute:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11178. 2677.28 s [iproute:post-build] copying 1 paths...
  11179. 2677.28 s [iproute:post-build] copying path '/nix/store/23hqr2xk359n27ifnaf223q5b810haxd-iproute-1.7.15.drv' to 'https://cache.nix-ci.com'...
  11180. 2677.92 s Uploaded iproute in 8.7s
  11181. 2677.93 s Progress: 136 of 213 built (12 building), 298 of 298 downloaded from cache
  11182. 2677.93 s Built iproute in 3m01s
  11183. 2678.22 s [lifted-base:post-build] Uploading to the NixCI cache: /nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc /nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12
  11184. 2678.95 s [lifted-base:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11185. 2679.38 s [lifted-base:post-build] copying 2 paths...
  11186. 2679.38 s [lifted-base:post-build] copying path '/nix/store/cynad10ma5227plf16gmjbpb4j6dg00c-lifted-base-0.2.3.12-doc' to 'https://cache.nix-ci.com'...
  11187. 2679.93 s [lifted-base:post-build] copying path '/nix/store/y2rzqbhs6gppf77k4zqyh6rnfdpn82hs-lifted-base-0.2.3.12' to 'https://cache.nix-ci.com'...
  11188. 2681.42 s [lifted-base:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11189. 2682.00 s [lifted-base:post-build] copying 1 paths...
  11190. 2682.01 s [lifted-base:post-build] copying path '/nix/store/mv66i45lpwyhxs3ycc80wxlkpmnc0fbb-lifted-base-0.2.3.12.drv' to 'https://cache.nix-ci.com'...
  11191. 2682.45 s Uploaded lifted-base in 4.3s
  11192. 2682.46 s Progress: 137 of 214 built (11 building), 298 of 298 downloaded from cache
  11193. 2682.46 s Built lifted-base in 2m24s
  11194. 2682.46 s [text-short] Linked component graph:
  11195. 2682.46 s [text-short] unit text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
  11196. 2682.46 s [text-short] include base-4.18.2.0
  11197. 2682.46 s [text-short] include binary-0.8.9.1
  11198. 2682.46 s [text-short] include bytestring-0.11.5.3
  11199. 2682.46 s [text-short] include deepseq-1.4.8.1
  11200. 2682.46 s [text-short] include ghc-prim-0.10.0
  11201. 2682.46 s [text-short] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  11202. 2682.46 s [text-short] include template-haskell-2.20.0.0
  11203. 2682.46 s [text-short] include text-2.0.2
  11204. 2682.46 s [text-short] Data.Text.Short=text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5:Data.Text.Short,Data.Text.Short.Partial=text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5:Data.Text.Short.Partial,Data.Text.Short.Unsafe=text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5:Data.Text.Short.Unsafe
  11205. 2682.46 s [text-short] unit text-short-0.1.6-CRD9NHTEGjz9MpZc0e6cHh-text-short-tests
  11206. 2682.46 s [text-short] include base-4.18.2.0
  11207. 2682.46 s [text-short] include binary-0.8.9.1
  11208. 2682.46 s [text-short] include bytestring-0.11.5.3
  11209. 2682.46 s [text-short] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  11210. 2682.46 s [text-short] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  11211. 2682.46 s [text-short] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  11212. 2682.46 s [text-short] include template-haskell-2.20.0.0
  11213. 2682.46 s [text-short] include text-2.0.2
  11214. 2682.46 s [text-short] include text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
  11215. 2682.46 s [text-short] Ready component graph:
  11216. 2682.46 s [text-short] definite text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
  11217. 2682.46 s [text-short] depends base-4.18.2.0
  11218. 2682.46 s [text-short] depends binary-0.8.9.1
  11219. 2682.46 s [text-short] depends bytestring-0.11.5.3
  11220. 2682.46 s [text-short] depends deepseq-1.4.8.1
  11221. 2682.46 s [text-short] depends ghc-prim-0.10.0
  11222. 2682.46 s [text-short] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  11223. 2682.46 s [text-short] depends template-haskell-2.20.0.0
  11224. 2682.47 s [text-short] depends text-2.0.2
  11225. 2682.47 s [text-short] definite text-short-0.1.6-CRD9NHTEGjz9MpZc0e6cHh-text-short-tests
  11226. 2682.47 s [text-short] depends base-4.18.2.0
  11227. 2682.47 s [text-short] depends binary-0.8.9.1
  11228. 2682.47 s [text-short] depends bytestring-0.11.5.3
  11229. 2682.47 s [text-short] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  11230. 2682.47 s [text-short] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  11231. 2682.47 s [text-short] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  11232. 2682.47 s [text-short] depends template-haskell-2.20.0.0
  11233. 2682.47 s [text-short] depends text-2.0.2
  11234. 2682.47 s [text-short] depends text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
  11235. 2682.47 s [text-short] Using Cabal-3.10.1.0 compiled by ghc-9.6
  11236. 2682.47 s [text-short] Using compiler: ghc-9.6.4
  11237. 2682.47 s [text-short] Using install prefix:
  11238. 2682.47 s [text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6
  11239. 2682.47 s [text-short] Executables installed in:
  11240. 2682.47 s [text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/bin
  11241. 2682.47 s [text-short] Libraries installed in:
  11242. 2682.47 s [text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
  11243. 2682.47 s [text-short] Dynamic Libraries installed in:
  11244. 2682.47 s [text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  11245. 2682.47 s [text-short] Private executables installed in:
  11246. 2682.47 s [text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/libexec/x86_64-linux-ghc-9.6.4/text-short-0.1.6
  11247. 2682.47 s [text-short] Data files installed in:
  11248. 2682.47 s [text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/share/x86_64-linux-ghc-9.6.4/text-short-0.1.6
  11249. 2682.47 s [text-short] Documentation installed in:
  11250. 2682.47 s [text-short] /nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc/share/doc/text-short-0.1.6
  11251. 2682.47 s [text-short] Configuration files installed in:
  11252. 2682.47 s [text-short] /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/etc
  11253. 2682.47 s [text-short] No alex found
  11254. 2682.47 s [text-short] Using ar found on system at:
  11255. 2682.47 s [text-short] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  11256. 2682.47 s [text-short] No c2hs found
  11257. 2682.47 s [text-short] No cpphs found
  11258. 2682.47 s [text-short] No doctest found
  11259. 2682.47 s [text-short] Using gcc version 14.3.0 given by user at:
  11260. 2682.47 s [text-short] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  11261. 2682.47 s [text-short] Using ghc version 9.6.4 found on system at:
  11262. 2682.47 s [text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  11263. 2682.47 s [text-short] Using ghc-pkg version 9.6.4 found on system at:
  11264. 2682.47 s [text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  11265. 2682.47 s [text-short] No ghcjs found
  11266. 2682.47 s [text-short] No ghcjs-pkg found
  11267. 2682.47 s [text-short] No greencard found
  11268. 2682.47 s [text-short] Using haddock version 2.29.2 found on system at:
  11269. 2682.47 s [text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  11270. 2682.47 s [text-short] No happy found
  11271. 2682.47 s [text-short] Using haskell-suite found on system at: haskell-suite-dummy-location
  11272. 2682.47 s [text-short] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  11273. 2682.47 s [text-short] No hmake found
  11274. 2682.47 s [text-short] Using hpc version 0.68 found on system at:
  11275. 2682.47 s [text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  11276. 2682.47 s [text-short] Using hsc2hs version 0.68.9 found on system at:
  11277. 2682.47 s [text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  11278. 2682.47 s [text-short] Using hscolour version 1.25 found on system at:
  11279. 2682.47 s [th-orphans] Language.Haskell.TH.Instances=th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I:Language.Haskell.TH.Instances
  11280. 2682.47 s [th-orphans] unit th-orphans-0.13.16-DusRmc8VihA5q32vvjzZfi-test
  11281. 2682.47 s [th-orphans] include base-4.18.2.0
  11282. 2682.47 s [th-orphans] include bytestring-0.11.5.3
  11283. 2682.47 s [th-orphans] include ghc-prim-0.10.0
  11284. 2682.47 s [th-orphans] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  11285. 2682.47 s [th-orphans] include template-haskell-2.20.0.0
  11286. 2682.47 s [th-orphans] include th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
  11287. 2682.47 s [th-orphans] include th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
  11288. 2682.47 s [th-orphans] Ready component graph:
  11289. 2682.47 s [th-orphans] definite th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
  11290. 2682.47 s [th-orphans] depends base-4.18.2.0
  11291. 2682.47 s [th-orphans] depends mtl-2.3.1
  11292. 2682.47 s [th-orphans] depends template-haskell-2.20.0.0
  11293. 2682.47 s [th-orphans] depends th-compat-0.1.6-6YqkPrgkBky42wiiPi0NH
  11294. 2682.47 s [th-orphans] depends th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
  11295. 2682.47 s [th-orphans] depends th-reify-many-0.1.10-HIVwYUlZbp8Dig7qY1SX4
  11296. 2682.47 s [th-orphans] definite th-orphans-0.13.16-DusRmc8VihA5q32vvjzZfi-test
  11297. 2682.47 s [th-orphans] depends base-4.18.2.0
  11298. 2682.47 s [th-orphans] depends bytestring-0.11.5.3
  11299. 2682.47 s [th-orphans] depends ghc-prim-0.10.0
  11300. 2682.47 s [th-orphans] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  11301. 2682.47 s [th-orphans] depends template-haskell-2.20.0.0
  11302. 2682.47 s [th-orphans] depends th-lift-0.8.6-2vosYs7tbaFAE4U5pNr6VH
  11303. 2682.47 s [th-orphans] depends th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
  11304. 2682.47 s [th-orphans] Using Cabal-3.10.1.0 compiled by ghc-9.6
  11305. 2682.47 s [th-orphans] Using compiler: ghc-9.6.4
  11306. 2682.47 s [th-orphans] Using install prefix:
  11307. 2682.47 s [th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16
  11308. 2682.47 s [th-orphans] Executables installed in:
  11309. 2682.47 s [th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/bin
  11310. 2682.47 s [th-orphans] Libraries installed in:
  11311. 2682.47 s [th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
  11312. 2682.47 s [th-orphans] Dynamic Libraries installed in:
  11313. 2682.47 s [th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  11314. 2682.47 s [th-orphans] Private executables installed in:
  11315. 2682.47 s [th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/libexec/x86_64-linux-ghc-9.6.4/th-orphans-0.13.16
  11316. 2682.47 s [th-orphans] Data files installed in:
  11317. 2682.48 s [th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/share/x86_64-linux-ghc-9.6.4/th-orphans-0.13.16
  11318. 2682.48 s [th-orphans] Documentation installed in:
  11319. 2682.48 s [th-orphans] /nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc/share/doc/th-orphans-0.13.16
  11320. 2682.48 s [th-orphans] Configuration files installed in:
  11321. 2682.48 s [th-orphans] /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/etc
  11322. 2682.48 s [th-orphans] No alex found
  11323. 2682.48 s [th-orphans] Using ar found on system at:
  11324. 2682.48 s [th-orphans] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  11325. 2682.48 s [th-orphans] No c2hs found
  11326. 2682.48 s [th-orphans] No cpphs found
  11327. 2682.48 s [th-orphans] No doctest found
  11328. 2682.48 s [th-orphans] Using gcc version 14.3.0 given by user at:
  11329. 2682.48 s [th-orphans] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  11330. 2682.48 s [th-orphans] Using ghc version 9.6.4 found on system at:
  11331. 2682.48 s [th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  11332. 2682.48 s [th-orphans] Using ghc-pkg version 9.6.4 found on system at:
  11333. 2682.48 s [th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  11334. 2682.48 s [th-orphans] No ghcjs found
  11335. 2682.48 s [th-orphans] No ghcjs-pkg found
  11336. 2682.48 s [th-orphans] No greencard found
  11337. 2682.48 s [th-orphans] Using haddock version 2.29.2 found on system at:
  11338. 2682.48 s [th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  11339. 2682.48 s [th-orphans] No happy found
  11340. 2682.48 s [th-orphans] Using haskell-suite found on system at: haskell-suite-dummy-location
  11341. 2682.48 s [th-orphans] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  11342. 2682.48 s [th-orphans] No hmake found
  11343. 2682.48 s [th-orphans] Using hpc version 0.68 found on system at:
  11344. 2682.48 s [th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  11345. 2682.48 s [th-orphans] Using hsc2hs version 0.68.9 found on system at:
  11346. 2682.48 s [th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  11347. 2682.48 s [th-orphans] Using hscolour version 1.25 found on system at:
  11348. 2682.48 s [th-orphans] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  11349. 2682.48 s [th-orphans] No jhc found
  11350. 2682.48 s [th-orphans] Using ld found on system at:
  11351. 2682.48 s [th-orphans] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  11352. 2682.48 s [th-orphans] No pkg-config found
  11353. 2682.48 s [th-orphans] Using runghc version 9.6.4 found on system at:
  11354. 2682.48 s [th-orphans] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  11355. 2682.48 s [th-orphans] Using strip version 2.44 found on system at:
  11356. 2682.48 s [th-orphans] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  11357. 2682.48 s [th-orphans] Using tar found on system at:
  11358. 2682.48 s [th-orphans] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  11359. 2682.48 s [th-orphans] No uhc found
  11360. 2682.48 s [th-orphans] Phase: buildPhase
  11361. 2682.48 s [th-orphans] Preprocessing library for th-orphans-0.13.16..
  11362. 2682.48 s [th-orphans] Building library for th-orphans-0.13.16..
  11363. 2682.48 s [these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  11364. 2682.48 s [these] Private executables installed in:
  11365. 2682.48 s [these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/libexec/x86_64-linux-ghc-9.6.4/these-1.2.1
  11366. 2682.48 s [these] Data files installed in:
  11367. 2682.48 s [these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/share/x86_64-linux-ghc-9.6.4/these-1.2.1
  11368. 2682.48 s [these] Documentation installed in:
  11369. 2682.48 s [these] /nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc/share/doc/these-1.2.1
  11370. 2682.48 s [these] Configuration files installed in:
  11371. 2682.48 s [these] /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/etc
  11372. 2682.48 s [these] No alex found
  11373. 2682.48 s [these] Using ar found on system at:
  11374. 2682.48 s [these] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  11375. 2682.48 s [these] No c2hs found
  11376. 2682.48 s [these] No cpphs found
  11377. 2682.48 s [these] No doctest found
  11378. 2682.48 s [these] Using gcc version 14.3.0 given by user at:
  11379. 2682.48 s [these] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  11380. 2682.48 s [these] Using ghc version 9.6.4 found on system at:
  11381. 2682.48 s [these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  11382. 2682.48 s [these] Using ghc-pkg version 9.6.4 found on system at:
  11383. 2682.48 s [these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  11384. 2682.48 s [these] No ghcjs found
  11385. 2682.48 s [these] No ghcjs-pkg found
  11386. 2682.48 s [these] No greencard found
  11387. 2682.48 s [these] Using haddock version 2.29.2 found on system at:
  11388. 2682.48 s [these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  11389. 2682.48 s [these] No happy found
  11390. 2682.48 s [these] Using haskell-suite found on system at: haskell-suite-dummy-location
  11391. 2682.48 s [these] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  11392. 2682.48 s [these] No hmake found
  11393. 2682.48 s [these] Using hpc version 0.68 found on system at:
  11394. 2682.48 s [these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  11395. 2682.48 s [these] Using hsc2hs version 0.68.9 found on system at:
  11396. 2682.48 s [these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  11397. 2682.48 s [these] Using hscolour version 1.25 found on system at:
  11398. 2682.48 s [these] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  11399. 2682.48 s [these] No jhc found
  11400. 2682.48 s [these] Using ld found on system at:
  11401. 2682.48 s [these] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  11402. 2682.48 s [these] No pkg-config found
  11403. 2682.48 s [these] Using runghc version 9.6.4 found on system at:
  11404. 2682.48 s [these] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  11405. 2682.48 s [these] Using strip version 2.44 found on system at:
  11406. 2682.48 s [these] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  11407. 2682.48 s [these] Using tar found on system at:
  11408. 2682.48 s [these] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  11409. 2682.48 s [these] No uhc found
  11410. 2682.48 s [these] Phase: buildPhase
  11411. 2682.48 s [these] Preprocessing library for these-1.2.1..
  11412. 2682.48 s [these] Building library for these-1.2.1..
  11413. 2682.48 s [these] [1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, dist/build/Data/Functor/These.o, dist/build/Data/Functor/These.dyn_o )
  11414. 2682.48 s [these] [2 of 3] Compiling Data.These ( src/Data/These.hs, dist/build/Data/These.o, dist/build/Data/These.dyn_o )
  11415. 2682.48 s [these] [3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, dist/build/Data/These/Combinators.o, dist/build/Data/These/Combinators.dyn_o )
  11416. 2682.48 s [these] [1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, dist/build/Data/Functor/These.p_o )
  11417. 2682.48 s [these] [2 of 3] Compiling Data.These ( src/Data/These.hs, dist/build/Data/These.p_o )
  11418. 2682.63 s Building /nix/store/ppiv1z5q73av7c2a9l5889h4g1cq9wnp-time-compat-1.9.7.drv
  11419. 2682.81 s Building /nix/store/4xn8v7z6dqc0nqxcxcrnnbf52wkcgwcv-uuid-types-1.0.6.drv
  11420. 2683.22 s Building /nix/store/vmfxl8021ka0xrp836lw4fjmxbx0vvxi-barbies-2.1.1.0.drv
  11421. 2683.47 s Building /nix/store/47s40zdvcl8a91m67605zih6rv12914c-comonad-5.0.9.drv
  11422. 2683.73 s [asn1-types:post-build] Uploading to the NixCI cache: /nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc /nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4
  11423. 2684.39 s [asn1-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11424. 2685.06 s [asn1-types:post-build] copying 2 paths...
  11425. 2685.06 s [asn1-types:post-build] copying path '/nix/store/25s0y4yig77cys5s4jpkkh42i4b59fxa-asn1-types-0.3.4-doc' to 'https://cache.nix-ci.com'...
  11426. 2685.63 s [asn1-types:post-build] copying path '/nix/store/p04iksb1lwgn305ykkbphxf773vwin9m-asn1-types-0.3.4' to 'https://cache.nix-ci.com'...
  11427. 2688.85 s [asn1-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11428. 2689.88 s [asn1-types:post-build] copying 1 paths...
  11429. 2689.88 s [asn1-types:post-build] copying path '/nix/store/58phva7bdr7lcj4zafv7krxllwv8x156-asn1-types-0.3.4.drv' to 'https://cache.nix-ci.com'...
  11430. 2690.97 s Uploaded asn1-types in 7.4s
  11431. 2690.99 s Progress: 138 of 211 built (14 building), 298 of 298 downloaded from cache
  11432. 2690.99 s Built asn1-types in 1m59s
  11433. 2690.99 s [async] async_cancel: [OK]
  11434. 2690.99 s [async] async_cancel: [OK]
  11435. 2690.99 s [async] async_cancel: [OK]
  11436. 2690.99 s [async] async_cancel: [OK]
  11437. 2690.99 s [async] async_cancel: [OK]
  11438. 2690.99 s [async] async_cancel: [OK]
  11439. 2690.99 s [async] async_cancel: [OK]
  11440. 2690.99 s [async] async_cancel: [OK]
  11441. 2690.99 s [async] async_cancel: [OK]
  11442. 2690.99 s [async] async_cancel: [OK]
  11443. 2690.99 s [async] async_cancel: [OK]
  11444. 2690.99 s [async] async_cancel: [OK]
  11445. 2690.99 s [async] async_cancel: [OK]
  11446. 2690.99 s [async] async_cancel: [OK]
  11447. 2690.99 s [async] async_cancel: [OK]
  11448. 2691.00 s [async] async_cancel: [OK]
  11449. 2691.00 s [async] async_cancel: [OK]
  11450. 2691.00 s [async] async_cancel: [OK]
  11451. 2691.00 s [async] async_cancel: [OK]
  11452. 2691.00 s [async] async_cancel: [OK]
  11453. 2691.00 s [async] async_cancel: [OK]
  11454. 2691.00 s [async] async_cancel: [OK]
  11455. 2691.00 s [async] async_cancel: [OK]
  11456. 2691.00 s [async] async_cancel: [OK]
  11457. 2691.00 s [async] async_cancel: [OK]
  11458. 2691.00 s [async] async_cancel: [OK]
  11459. 2691.00 s [async] async_cancel: [OK]
  11460. 2691.00 s [async] async_cancel: [OK]
  11461. 2691.00 s [async] async_cancel: [OK]
  11462. 2691.00 s [async] async_cancel: [OK]
  11463. 2691.00 s [async] async_cancel: [OK]
  11464. 2691.00 s [async] async_cancel: [OK]
  11465. 2691.00 s [async] async_cancel: [OK]
  11466. 2691.00 s [async] async_cancel: [OK]
  11467. 2691.00 s [async] async_cancel: [OK]
  11468. 2691.00 s [async] async_cancel: [OK]
  11469. 2691.00 s [async] async_cancel: [OK]
  11470. 2691.00 s [async] async_cancel: [OK]
  11471. 2691.00 s [async] async_cancel: [OK]
  11472. 2691.00 s [async] async_cancel: [OK]
  11473. 2691.00 s [async] async_cancel: [OK]
  11474. 2691.00 s [async] async_cancel: [OK]
  11475. 2691.00 s [async] async_cancel: [OK]
  11476. 2691.00 s [async] async_cancel: [OK]
  11477. 2691.00 s [async] async_cancel: [OK]
  11478. 2691.00 s [async] async_cancel: [OK]
  11479. 2691.00 s [async] async_cancel: [OK]
  11480. 2691.00 s [async] async_cancel: [OK]
  11481. 2691.00 s [async] async_cancel: [OK]
  11482. 2691.00 s [async] async_cancel: [OK]
  11483. 2691.00 s [async] async_cancel: [OK]
  11484. 2691.00 s [async] async_cancel: [OK]
  11485. 2691.00 s [async] async_cancel: [OK]
  11486. 2691.00 s [async] async_cancel: [OK]
  11487. 2691.00 s [async] async_cancel: [OK]
  11488. 2691.00 s [async] async_cancel: [OK]
  11489. 2691.00 s [async] async_cancel: [OK]
  11490. 2691.00 s [async] async_cancel: [OK]
  11491. 2691.00 s [async] async_cancel: [OK]
  11492. 2691.00 s [async] async_cancel: [OK]
  11493. 2691.00 s [async] async_cancel: [OK]
  11494. 2691.00 s [async] async_cancel: [OK]
  11495. 2691.00 s [async] async_cancel: [OK]
  11496. 2691.00 s [async] async_cancel: [OK]
  11497. 2691.00 s [async] async_cancel: [OK]
  11498. 2691.00 s [async] async_cancel: [OK]
  11499. 2691.00 s [async] async_cancel: [OK]
  11500. 2691.00 s [async] async_cancel: [OK]
  11501. 2691.00 s [async] async_cancel: [OK]
  11502. 2691.00 s [async] async_cancel: [OK]
  11503. 2691.00 s [async] async_cancel: [OK]
  11504. 2691.00 s [async] async_cancel: [OK]
  11505. 2691.00 s [async] async_cancel: [OK]
  11506. 2691.00 s [async] async_cancel: [OK]
  11507. 2691.00 s [async] async_cancel: [OK]
  11508. 2691.00 s [async] async_cancel: [OK]
  11509. 2691.00 s [async] async_cancel: [OK]
  11510. 2691.00 s [async] async_cancel: [OK]
  11511. 2691.00 s [async] async_cancel: [OK]
  11512. 2691.00 s [async] async_cancel: [OK]
  11513. 2691.00 s [async] async_cancel: [OK]
  11514. 2691.00 s [async] async_cancel: [OK]
  11515. 2691.00 s [async] async_cancel: [OK]
  11516. 2691.00 s [async] async_cancel: [OK]
  11517. 2691.00 s [async] async_cancel: [OK]
  11518. 2691.00 s [async] async_cancel: [OK]
  11519. 2691.00 s [async] async_cancel: [OK]
  11520. 2691.00 s [async] async_cancel: [OK]
  11521. 2691.00 s [async] async_cancel: [OK]
  11522. 2691.00 s [async] async_cancel: [OK]
  11523. 2691.01 s [async] async_cancel: [OK]
  11524. 2691.01 s [async] async_cancel: [OK]
  11525. 2691.01 s [async] async_cancel: [OK]
  11526. 2691.01 s [async] async_cancel: [OK]
  11527. 2691.01 s [async] async_cancel: [OK]
  11528. 2691.01 s [async] async_cancel: [OK]
  11529. 2691.01 s [async] async_cancel: [OK]
  11530. 2691.01 s [async] async_cancel: [OK]
  11531. 2691.01 s [async] async_cancel: [OK]
  11532. 2691.01 s [async] async_cancel: [OK]
  11533. 2691.01 s [async] async_cancel: [OK]
  11534. 2691.01 s [async] async_cancel: [OK]
  11535. 2691.01 s [async] async_cancel: [OK]
  11536. 2691.01 s [async] async_cancel: [OK]
  11537. 2691.01 s [async] async_cancel: [OK]
  11538. 2691.01 s [async] async_cancel: [OK]
  11539. 2691.01 s [async] async_cancel: [OK]
  11540. 2691.01 s [async] async_cancel: [OK]
  11541. 2691.01 s [async] async_cancel: [OK]
  11542. 2691.01 s [async] async_cancel: [OK]
  11543. 2691.01 s [async] async_cancel: [OK]
  11544. 2691.01 s [async] async_cancel: [OK]
  11545. 2691.01 s [async] async_cancel: [OK]
  11546. 2691.01 s [async] async_cancel: [OK]
  11547. 2691.01 s [async] async_cancel: [OK]
  11548. 2691.01 s [async] async_cancel: [OK]
  11549. 2691.01 s [async] async_cancel: [OK]
  11550. 2691.01 s [async] async_cancel: [OK]
  11551. 2691.01 s [async] async_cancel: [OK]
  11552. 2691.01 s [async] async_cancel: [OK]
  11553. 2691.01 s [async] async_cancel: [OK]
  11554. 2691.01 s [async] async_cancel: [OK]
  11555. 2691.01 s [async] async_cancel: [OK]
  11556. 2691.01 s [async] async_cancel: [OK]
  11557. 2691.01 s [async] async_cancel: [OK]
  11558. 2691.01 s [async] async_cancel: [OK]
  11559. 2691.01 s [async] async_cancel: [OK]
  11560. 2691.01 s [async] async_cancel: [OK]
  11561. 2691.01 s [async] async_cancel: [OK]
  11562. 2691.01 s [async] async_cancel: [OK]
  11563. 2691.01 s [async] async_cancel: [OK]
  11564. 2691.01 s [async] async_cancel: [OK]
  11565. 2691.01 s [async] async_cancel: [OK]
  11566. 2691.01 s [async] async_cancel: [OK]
  11567. 2691.01 s [async] async_cancel: [OK]
  11568. 2691.01 s [async] async_cancel: [OK]
  11569. 2691.01 s [async] async_cancel: [OK]
  11570. 2691.01 s [async] async_cancel: [OK]
  11571. 2691.01 s [async] async_cancel: [OK]
  11572. 2691.01 s [async] async_cancel: [OK]
  11573. 2691.01 s [async] async_cancel: [OK]
  11574. 2691.01 s [async] async_cancel: [OK]
  11575. 2691.01 s [async] async_cancel: [OK]
  11576. 2691.01 s [async] async_cancel: [OK]
  11577. 2691.01 s [async] async_cancel: [OK]
  11578. 2691.01 s [async] async_cancel: [OK]
  11579. 2691.01 s [async] async_cancel: [OK]
  11580. 2691.01 s [async] async_cancel: [OK]
  11581. 2691.01 s [async] async_cancel: [OK]
  11582. 2691.01 s [async] async_cancel: [OK]
  11583. 2691.01 s [async] async_cancel: [OK]
  11584. 2691.01 s [async] async_cancel: [OK]
  11585. 2691.01 s [async] async_cancel: [OK]
  11586. 2691.01 s [async] async_cancel: [OK]
  11587. 2691.01 s [async] async_cancel: [OK]
  11588. 2691.01 s [async] async_cancel: [OK]
  11589. 2691.01 s [async] async_cancel: [OK]
  11590. 2691.01 s [async] async_cancel: [OK]
  11591. 2691.01 s [async] async_cancel: [OK]
  11592. 2691.01 s [async] async_cancel: [OK]
  11593. 2691.01 s [async] async_cancel: [OK]
  11594. 2691.01 s [async] async_cancel: [OK]
  11595. 2691.01 s [async] async_cancel: [OK]
  11596. 2691.01 s [async] async_cancel: [OK]
  11597. 2691.01 s [async] async_cancel: [OK]
  11598. 2691.01 s [async] async_cancel: [OK]
  11599. 2691.01 s [async] async_cancel: [OK]
  11600. 2691.01 s [async] async_cancel: [OK]
  11601. 2691.02 s [async] async_cancel: [OK]
  11602. 2691.02 s [async] async_cancel: [OK]
  11603. 2691.02 s [async] async_cancel: [OK]
  11604. 2691.02 s [async] async_cancel: [OK]
  11605. 2691.02 s [async] async_cancel: [OK]
  11606. 2691.02 s [async] async_cancel: [OK]
  11607. 2691.02 s [async] async_cancel: [OK]
  11608. 2691.02 s [async] async_cancel: [OK]
  11609. 2691.02 s [async] async_cancel: [OK]
  11610. 2691.02 s [async] async_cancel: [OK]
  11611. 2691.02 s [async] async_cancel: [OK]
  11612. 2691.02 s [async] async_cancel: [OK]
  11613. 2691.02 s [async] async_cancel: [OK]
  11614. 2691.02 s [async] async_cancel: [OK]
  11615. 2691.02 s [async] async_cancel: [OK]
  11616. 2691.02 s [async] async_cancel: [OK]
  11617. 2691.02 s [async] async_cancel: [OK]
  11618. 2691.02 s [async] async_cancel: [OK]
  11619. 2691.02 s [async] async_cancel: [OK]
  11620. 2691.02 s [async] async_cancel: [OK]
  11621. 2691.02 s [async] async_cancel: [OK]
  11622. 2691.02 s [async] async_cancel: [OK]
  11623. 2691.02 s [async] async_cancel: [OK]
  11624. 2691.02 s [async] async_cancel: [OK]
  11625. 2691.02 s [async] async_cancel: [OK]
  11626. 2691.02 s [async] async_cancel: [OK]
  11627. 2691.02 s [async] async_cancel: [OK]
  11628. 2691.28 s [case-insensitive:post-build] Uploading to the NixCI cache: /nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc /nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0
  11629. 2692.10 s [case-insensitive:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11630. 2692.82 s [case-insensitive:post-build] copying 2 paths...
  11631. 2692.83 s [case-insensitive:post-build] copying path '/nix/store/5hqv885bn6lmw0gnycpdxly0nmr6gjqg-case-insensitive-1.2.1.0-doc' to 'https://cache.nix-ci.com'...
  11632. 2693.26 s [case-insensitive:post-build] copying path '/nix/store/s2x7hvdlpxf6rfgjrglr29ahrdk5y3hd-case-insensitive-1.2.1.0' to 'https://cache.nix-ci.com'...
  11633. 2695.12 s [case-insensitive:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11634. 2695.65 s [case-insensitive:post-build] copying 1 paths...
  11635. 2695.65 s [case-insensitive:post-build] copying path '/nix/store/p3nn7g9783049f1vkrkgf5l9jxd04ghf-case-insensitive-1.2.1.0.drv' to 'https://cache.nix-ci.com'...
  11636. 2696.25 s Uploaded case-insensitive in 5.1s
  11637. 2696.25 s Progress: 139 of 212 built (13 building), 298 of 298 downloaded from cache
  11638. 2696.25 s Built case-insensitive in 2m19s
  11639. 2696.25 s [constraints] lcmDistributesOverGcd (src/Data/Constraint/Nat.hs:360)
  11640. 2696.25 s [constraints] minIsIdempotent (src/Data/Constraint/Nat.hs:297)
  11641. 2696.25 s [constraints] maxIsIdempotent (src/Data/Constraint/Nat.hs:300)
  11642. 2696.25 s [constraints] lcmIsIdempotent (src/Data/Constraint/Nat.hs:306)
  11643. 2696.25 s [constraints] gcdIsIdempotent (src/Data/Constraint/Nat.hs:303)
  11644. 2696.25 s [constraints] plusIsCancellative (src/Data/Constraint/Nat.hs:351)
  11645. 2696.25 s [constraints] timesIsCancellative (src/Data/Constraint/Nat.hs:354)
  11646. 2696.25 s [constraints] dividesPlus (src/Data/Constraint/Nat.hs:363)
  11647. 2696.25 s [constraints] dividesTimes (src/Data/Constraint/Nat.hs:366)
  11648. 2696.25 s [constraints] dividesMin (src/Data/Constraint/Nat.hs:369)
  11649. 2696.25 s [constraints] dividesMax (src/Data/Constraint/Nat.hs:372)
  11650. 2696.25 s [constraints] dividesPow (src/Data/Constraint/Nat.hs:381)
  11651. 2696.25 s [constraints] dividesGcd (src/Data/Constraint/Nat.hs:101)
  11652. 2696.25 s [constraints] dividesLcm (src/Data/Constraint/Nat.hs:104)
  11653. 2696.25 s [constraints] plusMonotone1 (src/Data/Constraint/Nat.hs:213)
  11654. 2696.25 s [constraints] plusMonotone2 (src/Data/Constraint/Nat.hs:216)
  11655. 2696.25 s [constraints] timesMonotone1 (src/Data/Constraint/Nat.hs:231)
  11656. 2696.25 s [constraints] timesMonotone2 (src/Data/Constraint/Nat.hs:234)
  11657. 2696.25 s [constraints] powMonotone1 (src/Data/Constraint/Nat.hs:219)
  11658. 2696.25 s [constraints] powMonotone2 (src/Data/Constraint/Nat.hs:222)
  11659. 2696.25 s [constraints] minMonotone1 (src/Data/Constraint/Nat.hs:237)
  11660. 2696.25 s [constraints] minMonotone2 (src/Data/Constraint/Nat.hs:240)
  11661. 2696.25 s [constraints] maxMonotone1 (src/Data/Constraint/Nat.hs:243)
  11662. 2696.25 s [constraints] maxMonotone2 (src/Data/Constraint/Nat.hs:246)
  11663. 2696.25 s [constraints] divMonotone1 (src/Data/Constraint/Nat.hs:225)
  11664. 2696.25 s [constraints] divMonotone2 (src/Data/Constraint/Nat.hs:228)
  11665. 2696.25 s [constraints] euclideanNat (src/Data/Constraint/Nat.hs:264)
  11666. 2696.25 s [constraints] plusMod (src/Data/Constraint/Nat.hs:252)
  11667. 2696.25 s [constraints] timesMod (src/Data/Constraint/Nat.hs:255)
  11668. 2696.25 s [constraints] modBound (src/Data/Constraint/Nat.hs:258)
  11669. 2696.25 s [constraints] log2Pow (src/Data/Constraint/Nat.hs:261)
  11670. 2696.25 s [constraints] dividesDef (src/Data/Constraint/Nat.hs:378)
  11671. 2696.26 s [constraints] timesDiv (src/Data/Constraint/Nat.hs:384)
  11672. 2696.26 s [constraints] eqLe (src/Data/Constraint/Nat.hs:98)
  11673. 2696.26 s [constraints] leEq (src/Data/Constraint/Nat.hs:392)
  11674. 2696.26 s [constraints] leId (src/Data/Constraint/Nat.hs:389)
  11675. 2696.26 s [constraints] leTrans (src/Data/Constraint/Nat.hs:395)
  11676. 2696.26 s [constraints] leZero (src/Data/Constraint/Nat.hs:194)
  11677. 2696.26 s [constraints] zeroLe (src/Data/Constraint/Nat.hs:197)
  11678. 2696.26 s [constraints] plusMinusInverse1 (src/Data/Constraint/Nat.hs:204)
  11679. 2696.26 s [constraints] plusMinusInverse2 (src/Data/Constraint/Nat.hs:207)
  11680. 2696.26 s [constraints] plusMinusInverse3 (src/Data/Constraint/Nat.hs:210)
  11681. 2696.26 s [constraints] 12% ( 3 / 24) in 'Data.Constraint.Symbol'
  11682. 2696.26 s [constraints] Missing documentation for:
  11683. 2696.26 s [constraints] Take (src/Data/Constraint/Symbol.hs:53)
  11684. 2696.26 s [constraints] Drop (src/Data/Constraint/Symbol.hs:54)
  11685. 2696.26 s [constraints] Length (src/Data/Constraint/Symbol.hs:55)
  11686. 2696.26 s [constraints] appendSymbol (src/Data/Constraint/Symbol.hs:86)
  11687. 2696.26 s [constraints] appendUnit1 (src/Data/Constraint/Symbol.hs:89)
  11688. 2696.26 s [constraints] appendUnit2 (src/Data/Constraint/Symbol.hs:92)
  11689. 2696.26 s [constraints] appendAssociates (src/Data/Constraint/Symbol.hs:95)
  11690. 2696.26 s [constraints] takeSymbol (src/Data/Constraint/Symbol.hs:98)
  11691. 2696.26 s [constraints] dropSymbol (src/Data/Constraint/Symbol.hs:101)
  11692. 2696.26 s [constraints] takeAppendDrop (src/Data/Constraint/Symbol.hs:104)
  11693. 2696.26 s [constraints] lengthSymbol (src/Data/Constraint/Symbol.hs:107)
  11694. 2696.26 s [constraints] takeLength (src/Data/Constraint/Symbol.hs:110)
  11695. 2696.26 s [constraints] take0 (src/Data/Constraint/Symbol.hs:113)
  11696. 2696.26 s [constraints] takeEmpty (src/Data/Constraint/Symbol.hs:116)
  11697. 2696.26 s [constraints] dropLength (src/Data/Constraint/Symbol.hs:119)
  11698. 2696.26 s [constraints] drop0 (src/Data/Constraint/Symbol.hs:122)
  11699. 2696.26 s [constraints] dropEmpty (src/Data/Constraint/Symbol.hs:125)
  11700. 2696.26 s [constraints] lengthTake (src/Data/Constraint/Symbol.hs:128)
  11701. 2696.26 s [constraints] lengthDrop (src/Data/Constraint/Symbol.hs:131)
  11702. 2696.26 s [constraints] dropDrop (src/Data/Constraint/Symbol.hs:134)
  11703. 2696.26 s [constraints] takeTake (src/Data/Constraint/Symbol.hs:137)
  11704. 2696.26 s [constraints] 60% ( 3 / 5) in 'Data.Constraint.Char'
  11705. 2696.26 s [constraints] Missing documentation for:
  11706. 2696.26 s [constraints] charToNat (src/Data/Constraint/Char.hs:54)
  11707. 2696.26 s [constraints] natToChar (src/Data/Constraint/Char.hs:59)
  11708. 2696.26 s [constraints] Warning: Data.Constraint.Forall: could not find link destinations for:
  11709. 2696.26 s [constraints] - Data.Constraint.Forall.ForallV'
  11710. 2696.26 s [constraints] - Data.Constraint.Forall.Q
  11711. 2696.26 s [constraints] - Data.Constraint.Forall.ComposeC
  11712. 2696.26 s [constraints] Documentation created: dist/doc/html/constraints/index.html,
  11713. 2696.26 s [constraints] dist/doc/html/constraints/constraints.txt
  11714. 2696.26 s [constraints] Preprocessing test suite 'spec' for constraints-0.14.2..
  11715. 2696.26 s [constraints] Phase: installPhase
  11716. 2696.26 s [constraints] Installing library in /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
  11717. 2696.26 s [constraints] Phase: fixupPhase
  11718. 2696.26 s [crypton] [ 83 of 139] Compiling Crypto.Number.Serialize.Internal ( Crypto/Number/Serialize/Internal.hs, dist/build/Crypto/Number/Serialize/Internal.p_o )
  11719. 2696.26 s [crypton] [ 84 of 139] Compiling Crypto.Number.Serialize ( Crypto/Number/Serialize.hs, dist/build/Crypto/Number/Serialize.p_o )
  11720. 2696.26 s [crypton] [ 85 of 139] Compiling Crypto.Number.Serialize.Internal.LE ( Crypto/Number/Serialize/Internal/LE.hs, dist/build/Crypto/Number/Serialize/Internal/LE.p_o )
  11721. 2696.26 s [crypton] [ 86 of 139] Compiling Crypto.Number.Serialize.LE ( Crypto/Number/Serialize/LE.hs, dist/build/Crypto/Number/Serialize/LE.p_o )
  11722. 2696.26 s [crypton] [ 87 of 139] Compiling Crypto.OTP ( Crypto/OTP.hs, dist/build/Crypto/OTP.p_o )
  11723. 2696.26 s [crypton] [ 88 of 139] Compiling Crypto.PubKey.ECC.Types ( Crypto/PubKey/ECC/Types.hs, dist/build/Crypto/PubKey/ECC/Types.p_o )
  11724. 2696.26 s [crypton] [ 89 of 139] Compiling Crypto.PubKey.Internal ( Crypto/PubKey/Internal.hs, dist/build/Crypto/PubKey/Internal.p_o )
  11725. 2696.26 s [crypton] [ 90 of 139] Compiling Crypto.PubKey.MaskGenFunction ( Crypto/PubKey/MaskGenFunction.hs, dist/build/Crypto/PubKey/MaskGenFunction.p_o )
  11726. 2696.26 s [crypton] [ 91 of 139] Compiling Crypto.PubKey.RSA.Types ( Crypto/PubKey/RSA/Types.hs, dist/build/Crypto/PubKey/RSA/Types.p_o )
  11727. 2696.26 s [crypton] [ 92 of 139] Compiling Crypto.PubKey.RSA.Prim ( Crypto/PubKey/RSA/Prim.hs, dist/build/Crypto/PubKey/RSA/Prim.p_o )
  11728. 2696.26 s [crypton] [ 93 of 139] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, dist/build/Crypto/Random/Entropy/Source.p_o )
  11729. 2696.26 s [crypton] [ 94 of 139] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, dist/build/Crypto/Random/Entropy/RDRand.p_o )
  11730. 2696.26 s [crypton] [ 95 of 139] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, dist/build/Crypto/Random/Entropy/Unix.p_o )
  11731. 2696.26 s [crypton] [ 96 of 139] Compiling Crypto.Random.Entropy.Backend ( Crypto/Random/Entropy/Backend.hs, dist/build/Crypto/Random/Entropy/Backend.p_o )
  11732. 2696.26 s [crypton] [ 97 of 139] Compiling Crypto.Random.Entropy.Unsafe ( Crypto/Random/Entropy/Unsafe.hs, dist/build/Crypto/Random/Entropy/Unsafe.p_o )
  11733. 2696.26 s [crypton] [ 98 of 139] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, dist/build/Crypto/Random/Entropy.p_o )
  11734. 2696.26 s [crypton] [ 99 of 139] Compiling Crypto.Random.EntropyPool ( Crypto/Random/EntropyPool.hs, dist/build/Crypto/Random/EntropyPool.p_o )
  11735. 2696.26 s [crypton] [100 of 139] Compiling Crypto.Random.Types ( Crypto/Random/Types.hs, dist/build/Crypto/Random/Types.p_o )
  11736. 2696.26 s [crypton] [101 of 139] Compiling Crypto.Random.SystemDRG ( Crypto/Random/SystemDRG.hs, dist/build/Crypto/Random/SystemDRG.p_o )
  11737. 2696.26 s [crypton] [102 of 139] Compiling Crypto.Random.HmacDRG ( Crypto/Random/HmacDRG.hs, dist/build/Crypto/Random/HmacDRG.p_o )
  11738. 2696.26 s [crypton] [103 of 139] Compiling Crypto.Random.ChaChaDRG ( Crypto/Random/ChaChaDRG.hs, dist/build/Crypto/Random/ChaChaDRG.p_o )
  11739. 2696.26 s [crypton] [104 of 139] Compiling Crypto.Random ( Crypto/Random.hs, dist/build/Crypto/Random.p_o )
  11740. 2696.26 s [crypton] [105 of 139] Compiling Crypto.Random.Probabilistic ( Crypto/Random/Probabilistic.hs, dist/build/Crypto/Random/Probabilistic.p_o )
  11741. 2696.26 s [crypton] [106 of 139] Compiling Crypto.PubKey.Ed448 ( Crypto/PubKey/Ed448.hs, dist/build/Crypto/PubKey/Ed448.p_o )
  11742. 2696.26 s [crypton] [107 of 139] Compiling Crypto.PubKey.Ed25519 ( Crypto/PubKey/Ed25519.hs, dist/build/Crypto/PubKey/Ed25519.p_o )
  11743. 2696.26 s [crypton] [108 of 139] Compiling Crypto.PubKey.ECC.P256 ( Crypto/PubKey/ECC/P256.hs, dist/build/Crypto/PubKey/ECC/P256.p_o )
  11744. 2696.26 s [crypton] [109 of 139] Compiling Crypto.PubKey.Curve448 ( Crypto/PubKey/Curve448.hs, dist/build/Crypto/PubKey/Curve448.p_o )
  11745. 2696.26 s [crypton] [110 of 139] Compiling Crypto.PubKey.Curve25519 ( Crypto/PubKey/Curve25519.hs, dist/build/Crypto/PubKey/Curve25519.p_o )
  11746. 2696.26 s [crypton] [111 of 139] Compiling Crypto.KDF.BCrypt ( Crypto/KDF/BCrypt.hs, dist/build/Crypto/KDF/BCrypt.p_o )
  11747. 2696.26 s [crypton] [112 of 139] Compiling Crypto.ECC.Edwards25519 ( Crypto/ECC/Edwards25519.hs, dist/build/Crypto/ECC/Edwards25519.p_o )
  11748. 2696.26 s [crypton] [113 of 139] Compiling Crypto.Cipher.AESGCMSIV ( Crypto/Cipher/AESGCMSIV.hs, dist/build/Crypto/Cipher/AESGCMSIV.p_o )
  11749. 2696.26 s [crypton] [114 of 139] Compiling Crypto.Number.Generate ( Crypto/Number/Generate.hs, dist/build/Crypto/Number/Generate.p_o )
  11750. 2696.26 s [crypton] [115 of 139] Compiling Crypto.PubKey.ECC.Prim ( Crypto/PubKey/ECC/Prim.hs, dist/build/Crypto/PubKey/ECC/Prim.p_o )
  11751. 2696.26 s [crypton] [116 of 139] Compiling Crypto.PubKey.ECC.ECDSA ( Crypto/PubKey/ECC/ECDSA.hs, dist/build/Crypto/PubKey/ECC/ECDSA.p_o )
  11752. 2696.26 s [data-fix] Phase: setupCompilerEnvironmentPhase
  11753. 2696.26 s [data-fix] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  11754. 2696.26 s [data-fix] Phase: unpackPhase
  11755. 2696.26 s [data-fix] unpacking source archive /nix/store/8d6jv94g6pjxgcr1il58v4zdq79dm1qd-data-fix-0.3.4.tar.gz
  11756. 2696.26 s [data-fix] source root is data-fix-0.3.4
  11757. 2696.26 s [data-fix] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "data-fix-0.3.4/src/Data/Fix.hs"
  11758. 2696.26 s [data-fix] Phase: patchPhase
  11759. 2696.26 s [data-fix] Replace Cabal file with edited version from mirror://hackage/data-fix-0.3.4/revision/1.cabal.
  11760. 2696.26 s [data-fix] Phase: compileBuildDriverPhase
  11761. 2696.26 s [data-fix] setupCompileFlags: -package-db=/build/tmp.M54hdoE8IW/setup-package.conf.d -threaded
  11762. 2696.26 s [data-fix] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.M54hdoE8IW/Main.o )
  11763. 2696.26 s [data-fix] [2 of 2] Linking Setup
  11764. 2696.26 s [data-fix] Phase: updateAutotoolsGnuConfigScriptsPhase
  11765. 2696.26 s [data-fix] Phase: configurePhase
  11766. 2696.26 s [data-fix] configureFlags: --verbose --prefix=/nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc/share/doc/data-fix-0.3.4 --with-gcc=gcc --package-db=/build/tmp.M54hdoE8IW/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  11767. 2696.26 s [data-fix] Using Parsec parser
  11768. 2696.26 s [data-fix] Configuring data-fix-0.3.4...
  11769. 2696.26 s [data-fix] Dependency base >=4.12.0.0 && <4.22: using base-4.18.2.0
  11770. 2696.26 s [data-fix] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
  11771. 2696.27 s [data-fix] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
  11772. 2696.27 s [data-fix] Source component graph: component lib
  11773. 2696.27 s [data-fix] Configured component graph:
  11774. 2696.27 s [data-fix] component data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq
  11775. 2696.27 s [data-fix] include base-4.18.2.0
  11776. 2696.27 s [data-fix] include deepseq-1.4.8.1
  11777. 2696.27 s [data-fix] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  11778. 2696.27 s [data-fix] Linked component graph:
  11779. 2696.27 s [data-fix] unit data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq
  11780. 2696.27 s [data-fix] include base-4.18.2.0
  11781. 2696.27 s [data-fix] include deepseq-1.4.8.1
  11782. 2696.27 s [data-fix] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  11783. 2696.27 s [data-fix] Data.Fix=data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq:Data.Fix
  11784. 2696.27 s [data-fix] Ready component graph:
  11785. 2696.27 s [data-fix] definite data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq
  11786. 2696.27 s [data-fix] depends base-4.18.2.0
  11787. 2696.27 s [data-fix] depends deepseq-1.4.8.1
  11788. 2696.27 s [data-fix] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  11789. 2696.27 s [data-fix] Using Cabal-3.10.1.0 compiled by ghc-9.6
  11790. 2696.27 s [data-fix] Using compiler: ghc-9.6.4
  11791. 2696.27 s [data-fix] Using install prefix:
  11792. 2696.27 s [data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4
  11793. 2696.27 s [data-fix] Executables installed in:
  11794. 2696.27 s [data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/bin
  11795. 2696.27 s [data-fix] Libraries installed in:
  11796. 2696.27 s [data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq
  11797. 2696.27 s [data-fix] Dynamic Libraries installed in:
  11798. 2696.27 s [data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  11799. 2696.27 s [data-fix] Private executables installed in:
  11800. 2696.27 s [data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/libexec/x86_64-linux-ghc-9.6.4/data-fix-0.3.4
  11801. 2696.27 s [data-fix] Data files installed in:
  11802. 2696.27 s [data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/share/x86_64-linux-ghc-9.6.4/data-fix-0.3.4
  11803. 2696.27 s [data-fix] Documentation installed in:
  11804. 2696.27 s [data-fix] /nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc/share/doc/data-fix-0.3.4
  11805. 2696.27 s [data-fix] Configuration files installed in:
  11806. 2696.91 s [doctest:post-build] Uploading to the NixCI cache: /nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6
  11807. 2697.73 s [doctest:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11808. 2698.39 s [doctest:post-build] copying 2 paths...
  11809. 2698.39 s [doctest:post-build] copying path '/nix/store/3gjr00s3518v9df8zgjl83y31rx3mfc9-doctest-0.22.6-doc' to 'https://cache.nix-ci.com'...
  11810. 2700.46 s [doctest:post-build] copying path '/nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6' to 'https://cache.nix-ci.com'...
  11811. 2744.89 s [doctest:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11812. 2745.25 s [doctest:post-build] copying 1 paths...
  11813. 2745.25 s [doctest:post-build] copying path '/nix/store/m9mymrfhr77bnvmrb2cp8kcnan9fagyr-doctest-0.22.6.drv' to 'https://cache.nix-ci.com'...
  11814. 2745.75 s Uploaded doctest in 48.9s
  11815. 2745.77 s Progress: 140 of 213 built (12 building), 298 of 298 downloaded from cache
  11816. 2745.77 s Built doctest in 6m29s
  11817. 2745.77 s [genvalidity] genValid of ((Fixed * E1),(Fixed * E1)) generates only valid values [✔]
  11818. 2745.77 s [genvalidity] +++ OK, passed 50 tests.
  11819. 2745.77 s [genvalidity] shrinkValid of ((Fixed * E1),(Fixed * E1)) shrinks to only valid values [✔]
  11820. 2745.77 s [genvalidity] +++ OK, passed 10 tests.
  11821. 2745.77 s [genvalidity] shrinkValid of ((Fixed * E1),(Fixed * E1)) only produces values that do not crash while validating [✔]
  11822. 2745.77 s [genvalidity] +++ OK, passed 10 tests.
  11823. 2745.77 s [genvalidity] shrinkValid of ((Fixed * E1),(Fixed * E1)) does not shrink to itself [✔]
  11824. 2745.77 s [genvalidity] +++ OK, passed 10 tests.
  11825. 2745.77 s [genvalidity] genValid of Fixed * E2 generates only valid values [✔]
  11826. 2745.77 s [genvalidity] +++ OK, passed 100 tests.
  11827. 2745.77 s [genvalidity] shrinkValid of Fixed * E2 shrinks to only valid values [✔]
  11828. 2745.77 s [genvalidity] +++ OK, passed 20 tests.
  11829. 2745.77 s [genvalidity] shrinkValid of Fixed * E2 only produces values that do not crash while validating [✔]
  11830. 2745.77 s [genvalidity] +++ OK, passed 20 tests.
  11831. 2745.77 s [genvalidity] shrinkValid of Fixed * E2 does not shrink to itself [✔]
  11832. 2745.77 s [genvalidity] +++ OK, passed 20 tests.
  11833. 2745.77 s [genvalidity] genValid of ((Fixed * E2),(Fixed * E2)) generates only valid values [✔]
  11834. 2745.77 s [genvalidity] +++ OK, passed 50 tests.
  11835. 2745.77 s [genvalidity] shrinkValid of ((Fixed * E2),(Fixed * E2)) shrinks to only valid values [✔]
  11836. 2745.78 s [genvalidity] +++ OK, passed 10 tests.
  11837. 2745.78 s [genvalidity] shrinkValid of ((Fixed * E2),(Fixed * E2)) only produces values that do not crash while validating [✔]
  11838. 2745.78 s [genvalidity] +++ OK, passed 10 tests.
  11839. 2745.78 s [genvalidity] shrinkValid of ((Fixed * E2),(Fixed * E2)) does not shrink to itself [✔]
  11840. 2745.78 s [genvalidity] +++ OK, passed 10 tests.
  11841. 2745.78 s [genvalidity] genValid of Fixed * E3 generates only valid values [✔]
  11842. 2745.78 s [genvalidity] +++ OK, passed 100 tests.
  11843. 2745.78 s [genvalidity] shrinkValid of Fixed * E3 shrinks to only valid values [✔]
  11844. 2745.78 s [genvalidity] +++ OK, passed 20 tests.
  11845. 2745.78 s [genvalidity] shrinkValid of Fixed * E3 only produces values that do not crash while validating [✔]
  11846. 2745.78 s [genvalidity] +++ OK, passed 20 tests.
  11847. 2745.78 s [genvalidity] shrinkValid of Fixed * E3 does not shrink to itself [✔]
  11848. 2745.78 s [genvalidity] +++ OK, passed 20 tests.
  11849. 2745.78 s [genvalidity] genValid of ((Fixed * E3),(Fixed * E3)) generates only valid values [✔]
  11850. 2745.78 s [genvalidity] +++ OK, passed 50 tests.
  11851. 2745.78 s [genvalidity] shrinkValid of ((Fixed * E3),(Fixed * E3)) shrinks to only valid values [✔]
  11852. 2745.78 s [genvalidity] +++ OK, passed 10 tests.
  11853. 2745.78 s [genvalidity] shrinkValid of ((Fixed * E3),(Fixed * E3)) only produces values that do not crash while validating [✔]
  11854. 2745.78 s [genvalidity] +++ OK, passed 10 tests.
  11855. 2745.78 s [genvalidity] shrinkValid of ((Fixed * E3),(Fixed * E3)) does not shrink to itself [✔]
  11856. 2745.78 s [genvalidity] +++ OK, passed 10 tests.
  11857. 2745.78 s [genvalidity] genValid of Fixed * E6 generates only valid values [✔]
  11858. 2745.78 s [genvalidity] +++ OK, passed 100 tests.
  11859. 2745.78 s [genvalidity] shrinkValid of Fixed * E6 shrinks to only valid values [✔]
  11860. 2745.78 s [genvalidity] +++ OK, passed 20 tests.
  11861. 2745.78 s [genvalidity] shrinkValid of Fixed * E6 only produces values that do not crash while validating [✔]
  11862. 2745.78 s [genvalidity] +++ OK, passed 20 tests.
  11863. 2745.78 s [genvalidity] shrinkValid of Fixed * E6 does not shrink to itself [✔]
  11864. 2745.78 s [genvalidity] +++ OK, passed 20 tests.
  11865. 2745.78 s [genvalidity] genValid of ((Fixed * E6),(Fixed * E6)) generates only valid values [✔]
  11866. 2745.78 s [genvalidity] +++ OK, passed 50 tests.
  11867. 2745.78 s [genvalidity] shrinkValid of ((Fixed * E6),(Fixed * E6)) shrinks to only valid values [✔]
  11868. 2745.79 s [genvalidity] +++ OK, passed 10 tests.
  11869. 2745.79 s [genvalidity] shrinkValid of ((Fixed * E6),(Fixed * E6)) only produces values that do not crash while validating [✔]
  11870. 2745.79 s [genvalidity] +++ OK, passed 10 tests.
  11871. 2745.79 s [genvalidity] shrinkValid of ((Fixed * E6),(Fixed * E6)) does not shrink to itself [✔]
  11872. 2745.79 s [genvalidity] +++ OK, passed 10 tests.
  11873. 2745.79 s [genvalidity] genValid of Fixed * E9 generates only valid values [✔]
  11874. 2745.79 s [genvalidity] +++ OK, passed 100 tests.
  11875. 2745.79 s [genvalidity] shrinkValid of Fixed * E9 shrinks to only valid values [✔]
  11876. 2745.79 s [genvalidity] +++ OK, passed 20 tests.
  11877. 2745.79 s [genvalidity] shrinkValid of Fixed * E9 only produces values that do not crash while validating [✔]
  11878. 2745.79 s [genvalidity] +++ OK, passed 20 tests.
  11879. 2745.79 s [genvalidity] shrinkValid of Fixed * E9 does not shrink to itself [✔]
  11880. 2745.79 s [genvalidity] +++ OK, passed 20 tests.
  11881. 2745.79 s [genvalidity] genValid of ((Fixed * E9),(Fixed * E9)) generates only valid values [✔]
  11882. 2745.79 s [genvalidity] +++ OK, passed 50 tests.
  11883. 2745.79 s [genvalidity] shrinkValid of ((Fixed * E9),(Fixed * E9)) shrinks to only valid values [✔]
  11884. 2745.79 s [genvalidity] +++ OK, passed 10 tests.
  11885. 2745.79 s [genvalidity] shrinkValid of ((Fixed * E9),(Fixed * E9)) only produces values that do not crash while validating [✔]
  11886. 2745.79 s [genvalidity] +++ OK, passed 10 tests.
  11887. 2745.79 s [genvalidity] shrinkValid of ((Fixed * E9),(Fixed * E9)) does not shrink to itself [✔]
  11888. 2745.79 s [genvalidity] +++ OK, passed 10 tests.
  11889. 2745.79 s [genvalidity] genValid of Fixed * E12 generates only valid values [✔]
  11890. 2745.79 s [genvalidity] +++ OK, passed 100 tests.
  11891. 2745.79 s [genvalidity] shrinkValid of Fixed * E12 shrinks to only valid values [✔]
  11892. 2745.79 s [genvalidity] +++ OK, passed 20 tests.
  11893. 2745.79 s [genvalidity] shrinkValid of Fixed * E12 only produces values that do not crash while validating [✔]
  11894. 2745.79 s [genvalidity] +++ OK, passed 20 tests.
  11895. 2745.79 s [text-short] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  11896. 2745.79 s [text-short] No jhc found
  11897. 2745.79 s [text-short] Using ld found on system at:
  11898. 2745.79 s [text-short] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  11899. 2745.79 s [text-short] No pkg-config found
  11900. 2745.79 s [text-short] Using runghc version 9.6.4 found on system at:
  11901. 2745.79 s [text-short] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  11902. 2745.79 s [text-short] Using strip version 2.44 found on system at:
  11903. 2745.79 s [text-short] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  11904. 2745.79 s [text-short] Using tar found on system at:
  11905. 2745.79 s [text-short] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  11906. 2745.79 s [text-short] No uhc found
  11907. 2745.79 s [text-short] Phase: buildPhase
  11908. 2745.79 s [text-short] Preprocessing library for text-short-0.1.6..
  11909. 2745.79 s [text-short] Building library for text-short-0.1.6..
  11910. 2745.79 s [text-short] [1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, dist/build/PrimOps.o, dist/build/PrimOps.dyn_o )
  11911. 2745.80 s [text-short] [2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, dist/build/Data/Text/Short/Internal.o, dist/build/Data/Text/Short/Internal.dyn_o )
  11912. 2745.80 s [text-short] [3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, dist/build/Data/Text/Short/Unsafe.o, dist/build/Data/Text/Short/Unsafe.dyn_o )
  11913. 2745.80 s [text-short] [4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, dist/build/Data/Text/Short.o, dist/build/Data/Text/Short.dyn_o )
  11914. 2745.80 s [text-short] [5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, dist/build/Data/Text/Short/Partial.o, dist/build/Data/Text/Short/Partial.dyn_o )
  11915. 2745.80 s [text-short] [1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, dist/build/PrimOps.p_o )
  11916. 2745.80 s [text-short] [2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, dist/build/Data/Text/Short/Internal.p_o )
  11917. 2745.80 s [text-short] [3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, dist/build/Data/Text/Short/Unsafe.p_o )
  11918. 2745.80 s [text-short] [4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, dist/build/Data/Text/Short.p_o )
  11919. 2745.80 s [text-short] [5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, dist/build/Data/Text/Short/Partial.p_o )
  11920. 2745.80 s [text-short] Preprocessing test suite 'text-short-tests' for text-short-0.1.6..
  11921. 2745.80 s [text-short] Building test suite 'text-short-tests' for text-short-0.1.6..
  11922. 2745.80 s [text-short] [1 of 1] Compiling Main ( src-test/Tests.hs, dist/build/text-short-tests/text-short-tests-tmp/Main.o )
  11923. 2745.80 s [text-short] [2 of 2] Linking dist/build/text-short-tests/text-short-tests
  11924. 2745.80 s [text-short] buildPhase completed in 34 seconds
  11925. 2745.80 s [text-short] Phase: checkPhase
  11926. 2745.80 s [text-short] Running 1 test suites...
  11927. 2745.80 s [text-short] Test suite text-short-tests: RUNNING...
  11928. 2745.80 s [text-short] Tests
  11929. 2745.80 s [text-short] Unit-tests
  11930. 2745.80 s [text-short] fromText mempty: OK
  11931. 2745.80 s [text-short] fromShortByteString [0xc0,0x80]: OK
  11932. 2745.80 s [text-short] fromByteString [0xc0,0x80]: OK
  11933. 2745.80 s [text-short] fromByteString [0xf0,0x90,0x80,0x80]: OK
  11934. 2745.80 s [text-short] fromByteString [0xf4,0x90,0x80,0x80]: OK
  11935. 2745.80 s [text-short] IsString U+D800: OK
  11936. 2745.80 s [text-short] Binary.encode: OK
  11937. 2745.80 s [text-short] Binary.decode: OK
  11938. 2745.80 s [text-short] singleton: OK (0.04s)
  11939. 2745.80 s [text-short] splitAtEnd: OK
  11940. 2745.80 s [text-short] split#1: OK
  11941. 2745.80 s [text-short] split#2: OK
  11942. 2745.80 s [text-short] split#3: OK
  11943. 2745.80 s [text-short] split#4: OK
  11944. 2745.80 s [text-short] literal0: OK
  11945. 2745.80 s [text-short] literal1: OK
  11946. 2745.80 s [text-short] literal2: OK
  11947. 2745.80 s [text-short] literal3: OK
  11948. 2745.80 s [text-short] literal4: OK
  11949. 2745.80 s [text-short] literal5: OK
  11950. 2745.80 s [text-short] literal6: OK
  11951. 2745.80 s [text-short] literal7: OK
  11952. 2745.80 s [text-short] literal8: OK
  11953. 2745.80 s [text-short] literal9: OK
  11954. 2745.80 s [text-short] literal10: OK
  11955. 2745.80 s [text-short] literal12: OK
  11956. 2745.80 s [text-short] TH.Lift: OK
  11957. 2745.80 s [text-short] TTH.Lift: OK
  11958. 2745.80 s [text-short] Properties
  11959. 2745.80 s [text-short] length/fromText: OK (0.88s)
  11960. 2745.80 s [text-short] +++ OK, passed 50000 tests.
  11961. 2745.80 s [text-short] length/fromString: OK (1.13s)
  11962. 2745.80 s [text-short] +++ OK, passed 50000 tests.
  11963. 2745.80 s [text-short] length/append: OK (1.57s)
  11964. 2745.80 s [text-short] +++ OK, passed 50000 tests.
  11965. 2745.80 s [text-short] compare: OK (1.40s)
  11966. 2745.81 s [text-short] +++ OK, passed 50000 tests.
  11967. 2745.81 s [th-orphans] [1 of 2] Compiling Language.Haskell.TH.Instances.Internal ( src/Language/Haskell/TH/Instances/Internal.hs, dist/build/Language/Haskell/TH/Instances/Internal.o, dist/build/Language/Haskell/TH/Instances/Internal.dyn_o )
  11968. 2745.81 s [th-orphans] [2 of 2] Compiling Language.Haskell.TH.Instances ( src/Language/Haskell/TH/Instances.hs, dist/build/Language/Haskell/TH/Instances.o, dist/build/Language/Haskell/TH/Instances.dyn_o )
  11969. 2745.81 s [th-orphans] [1 of 2] Compiling Language.Haskell.TH.Instances.Internal ( src/Language/Haskell/TH/Instances/Internal.hs, dist/build/Language/Haskell/TH/Instances/Internal.p_o )
  11970. 2745.81 s [th-orphans] [2 of 2] Compiling Language.Haskell.TH.Instances ( src/Language/Haskell/TH/Instances.hs, dist/build/Language/Haskell/TH/Instances.p_o )
  11971. 2745.81 s [th-orphans] Preprocessing test suite 'test' for th-orphans-0.13.16..
  11972. 2745.81 s [th-orphans] Building test suite 'test' for th-orphans-0.13.16..
  11973. 2745.81 s [th-orphans] [1 of 2] Compiling TestUtil ( test/TestUtil.hs, dist/build/test/test-tmp/TestUtil.o, dist/build/test/test-tmp/TestUtil.dyn_o )
  11974. 2745.81 s [th-orphans] [2 of 2] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
  11975. 2745.81 s [th-orphans] [3 of 3] Linking dist/build/test/test
  11976. 2745.81 s [th-orphans] buildPhase completed in 42 seconds
  11977. 2745.81 s [th-orphans] Phase: checkPhase
  11978. 2745.81 s [th-orphans] Running 1 test suites...
  11979. 2745.81 s [th-orphans] Test suite test: RUNNING...
  11980. 2745.81 s [th-orphans]
  11981. 2745.81 s [th-orphans] Doesn't infinite loop when comparing types [✔]
  11982. 2745.81 s [th-orphans] Compares types correctly [✔]
  11983. 2745.81 s [th-orphans] Lifts bytes [✔]
  11984. 2745.81 s [th-orphans]
  11985. 2745.81 s [th-orphans] Finished in 0.0934 seconds
  11986. 2745.81 s [th-orphans] 3 examples, 0 failures
  11987. 2745.81 s [th-orphans] Test suite test: PASS
  11988. 2745.81 s [th-orphans] Test suite logged to: dist/test/th-orphans-0.13.16-test.log
  11989. 2745.81 s [th-orphans] 1 of 1 test suites (1 of 1 test cases) passed.
  11990. 2745.81 s [th-orphans] Phase: haddockPhase
  11991. 2745.81 s [th-orphans] Preprocessing library for th-orphans-0.13.16..
  11992. 2745.81 s [th-orphans] Running Haddock on library for th-orphans-0.13.16..
  11993. 2745.81 s [th-orphans] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  11994. 2745.81 s [these] [3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, dist/build/Data/These/Combinators.p_o )
  11995. 2745.81 s [these] Phase: checkPhase
  11996. 2745.81 s [these] Package has no test suites.
  11997. 2745.81 s [these] Phase: haddockPhase
  11998. 2745.81 s [these] Preprocessing library for these-1.2.1..
  11999. 2745.81 s [these] Running Haddock on library for these-1.2.1..
  12000. 2745.81 s [these] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  12001. 2745.81 s [these] 0% ( 0 / 2) in 'Data.Functor.These'
  12002. 2745.81 s [these] Missing documentation for:
  12003. 2745.81 s [these] Module header
  12004. 2745.81 s [these] These1 (src/Data/Functor/These.hs:38)
  12005. 2745.81 s [these] Warning: 'Maybe' is out of scope.
  12006. 2745.81 s [these] If you qualify the identifier, haddock can try to link it anyway.
  12007. 2745.81 s [these] Warning: 'here' is out of scope.
  12008. 2745.81 s [these] If you qualify the identifier, haddock can try to link it anyway.
  12009. 2745.81 s [these] Warning: 'there' is out of scope.
  12010. 2745.81 s [these] If you qualify the identifier, haddock can try to link it anyway.
  12011. 2745.81 s [these] 76% ( 13 / 17) in 'Data.These'
  12012. 2745.81 s [these] Missing documentation for:
  12013. 2745.81 s [these] distrThesePair (src/Data/These.hs:157)
  12014. 2745.81 s [these] undistrThesePair (src/Data/These.hs:162)
  12015. 2745.81 s [these] distrPairThese (src/Data/These.hs:174)
  12016. 2745.81 s [these] undistrPairThese (src/Data/These.hs:179)
  12017. 2745.81 s [these] Warning: 'Bifunctor' is out of scope.
  12018. 2745.81 s [these] If you qualify the identifier, haddock can try to link it anyway.
  12019. 2745.81 s [these] Warning: 'here' is out of scope.
  12020. 2745.81 s [these] If you qualify the identifier, haddock can try to link it anyway.
  12021. 2745.81 s [these] Warning: 'there' is out of scope.
  12022. 2745.81 s [these] If you qualify the identifier, haddock can try to link it anyway.
  12023. 2745.81 s [these] Warning: 'Bitraversable' is out of scope.
  12024. 2745.81 s [these] If you qualify the identifier, haddock can try to link it anyway.
  12025. 2745.81 s [these] Warning: 'id' is out of scope.
  12026. 2745.81 s [these] If you qualify the identifier, haddock can try to link it anyway.
  12027. 2745.81 s [these] Warning: '_This' is out of scope.
  12028. 2745.81 s [these] If you qualify the identifier, haddock can try to link it anyway.
  12029. 2745.81 s [these] Warning: '_That' is out of scope.
  12030. 2745.81 s [these] If you qualify the identifier, haddock can try to link it anyway.
  12031. 2745.81 s [these] Warning: '_These' is out of scope.
  12032. 2745.81 s [these] If you qualify the identifier, haddock can try to link it anyway.
  12033. 2745.82 s [these] 78% ( 30 / 38) in 'Data.These.Combinators'
  12034. 2745.82 s [these] Missing documentation for:
  12035. 2745.82 s [these] justThis (src/Data/These/Combinators.hs:182)
  12036. 2745.82 s [these] justThat (src/Data/These/Combinators.hs:186)
  12037. 2745.82 s [these] justThese (src/Data/These/Combinators.hs:190)
  12038. 2745.82 s [these] catHere (src/Data/These/Combinators.hs:210)
  12039. 2745.82 s [these] catThere (src/Data/These/Combinators.hs:213)
  12040. 2745.82 s [these] mapThis (src/Data/These/Combinators.hs:241)
  12041. 2745.82 s [these] mapThat (src/Data/These/Combinators.hs:245)
  12042. 2745.82 s [these] mapThese (src/Data/These/Combinators.hs:249)
  12043. 2745.82 s [these] Documentation created: dist/doc/html/these/index.html,
  12044. 2745.82 s [these] dist/doc/html/these/these.txt
  12045. 2745.82 s [these] Phase: installPhase
  12046. 2745.82 s [these] Installing library in /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
  12047. 2745.82 s [these] Phase: fixupPhase
  12048. 2745.82 s [these] shrinking RPATHs of ELF executables and libraries in /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1
  12049. 2745.82 s [these] shrinking /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSthese-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9-ghc9.6.4.so
  12050. 2745.82 s [these] checking for references to /build/ in /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1...
  12051. 2745.82 s [these] patching script interpreter paths in /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1
  12052. 2745.82 s [these] stripping (with command strip and flags -S -p) in /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1/lib
  12053. 2745.82 s [these] shrinking RPATHs of ELF executables and libraries in /nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc
  12054. 2745.82 s [these] checking for references to /build/ in /nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc...
  12055. 2745.82 s [these] patching script interpreter paths in /nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc
  12056. 2745.82 s [time-compat] Phase: setupCompilerEnvironmentPhase
  12057. 2745.82 s [time-compat] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  12058. 2745.82 s [uuid-types] Phase: setupCompilerEnvironmentPhase
  12059. 2745.82 s [uuid-types] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  12060. 2746.02 s Building /nix/store/cryv4k07pv351y30ki8q5399q1ny6axd-asn1-encoding-0.9.6.drv
  12061. 2746.19 s Building /nix/store/by1ch6m1r5mv1xg8f6slwpv1h1hwr1dj-vector-0.13.2.0.drv
  12062. 2746.19 s [async] async_cancel: [OK]
  12063. 2746.19 s [async] async_cancel: [OK]
  12064. 2746.19 s [async] async_cancel: [OK]
  12065. 2746.19 s [async] async_cancel: [OK]
  12066. 2746.19 s [async] async_cancel: [OK]
  12067. 2746.19 s [async] async_cancel: [OK]
  12068. 2746.19 s [async] async_cancel: [OK]
  12069. 2746.19 s [async] async_cancel: [OK]
  12070. 2746.19 s [async] async_cancel: [OK]
  12071. 2746.19 s [async] async_cancel: [OK]
  12072. 2746.19 s [async] async_cancel: [OK]
  12073. 2746.19 s [async] async_cancel: [OK]
  12074. 2746.19 s [async] async_cancel: [OK]
  12075. 2746.19 s [async] async_cancel: [OK]
  12076. 2746.19 s [async] async_cancel: [OK]
  12077. 2746.19 s [async] async_cancel: [OK]
  12078. 2746.19 s [async] async_cancel: [OK]
  12079. 2746.19 s [async] async_cancel: [OK]
  12080. 2746.19 s [async] async_cancel: [OK]
  12081. 2746.19 s [async] async_cancel: [OK]
  12082. 2746.19 s [async] async_cancel: [OK]
  12083. 2746.19 s [async] async_cancel: [OK]
  12084. 2746.19 s [async] async_cancel: [OK]
  12085. 2746.19 s [async] async_cancel: [OK]
  12086. 2746.19 s [async] async_cancel: [OK]
  12087. 2746.19 s [async] async_cancel: [OK]
  12088. 2746.19 s [async] async_cancel: [OK]
  12089. 2746.19 s [async] async_cancel: [OK]
  12090. 2746.19 s [async] async_cancel: [OK]
  12091. 2746.19 s [async] async_cancel: [OK]
  12092. 2746.19 s [async] async_cancel: [OK]
  12093. 2746.19 s [async] async_cancel: [OK]
  12094. 2746.19 s [async] async_cancel: [OK]
  12095. 2746.19 s [async] async_cancel: [OK]
  12096. 2746.19 s [async] async_cancel: [OK]
  12097. 2746.19 s [async] async_cancel: [OK]
  12098. 2746.19 s [async] async_cancel: [OK]
  12099. 2746.19 s [async] async_cancel: [OK]
  12100. 2746.19 s [async] async_cancel: [OK]
  12101. 2746.19 s [async] async_cancel: [OK]
  12102. 2746.19 s [async] async_cancel: [OK]
  12103. 2746.19 s [async] async_cancel: [OK]
  12104. 2746.19 s [async] async_cancel: [OK]
  12105. 2746.19 s [async] async_cancel: [OK]
  12106. 2746.19 s [async] async_cancel: [OK]
  12107. 2746.19 s [async] async_cancel: [OK]
  12108. 2746.19 s [async] async_cancel: [OK]
  12109. 2746.19 s [async] async_cancel: [OK]
  12110. 2746.20 s [async] async_cancel: [OK]
  12111. 2746.20 s [async] async_cancel: [OK]
  12112. 2746.20 s [async] async_cancel: [OK]
  12113. 2746.20 s [async] async_cancel: [OK]
  12114. 2746.20 s [async] async_cancel: [OK]
  12115. 2746.20 s [async] async_cancel: [OK]
  12116. 2746.20 s [async] async_cancel: [OK]
  12117. 2746.20 s [async] async_cancel: [OK]
  12118. 2746.20 s [async] async_cancel: [OK]
  12119. 2746.20 s [async] async_cancel: [OK]
  12120. 2746.20 s [async] async_cancel: [OK]
  12121. 2746.20 s [async] async_cancel: [OK]
  12122. 2746.20 s [async] async_cancel: [OK]
  12123. 2746.20 s [async] async_cancel: [OK]
  12124. 2746.20 s [async] async_cancel: [OK]
  12125. 2746.20 s [async] async_cancel: [OK]
  12126. 2746.20 s [async] async_cancel: [OK]
  12127. 2746.20 s [async] async_cancel: [OK]
  12128. 2746.20 s [async] async_cancel: [OK]
  12129. 2746.20 s [async] async_cancel: [OK]
  12130. 2746.20 s [async] async_cancel: [OK]
  12131. 2746.20 s [async] async_cancel: [OK]
  12132. 2746.20 s [async] async_cancel: [OK]
  12133. 2746.20 s [async] async_cancel: [OK]
  12134. 2746.20 s [async] async_cancel: [OK]
  12135. 2746.20 s [async] async_cancel: [OK]
  12136. 2746.20 s [async] async_cancel: [OK]
  12137. 2746.20 s [async] async_cancel: [OK]
  12138. 2746.20 s [async] async_cancel: [OK]
  12139. 2746.20 s [async] async_cancel: [OK]
  12140. 2746.20 s [async] async_cancel: [OK]
  12141. 2746.20 s [async] async_cancel: [OK]
  12142. 2746.20 s [async] async_cancel: [OK]
  12143. 2746.20 s [async] async_cancel: [OK]
  12144. 2746.20 s [async] async_cancel: [OK]
  12145. 2746.20 s [async] async_cancel: [OK]
  12146. 2746.20 s [async] async_cancel: [OK]
  12147. 2746.20 s [async] async_cancel: [OK]
  12148. 2746.20 s [async] async_cancel: [OK]
  12149. 2746.20 s [async] async_cancel: [OK]
  12150. 2746.20 s [async] async_cancel: [OK]
  12151. 2746.20 s [async] async_cancel: [OK]
  12152. 2746.20 s [async] async_cancel: [OK]
  12153. 2746.20 s [async] async_cancel: [OK]
  12154. 2746.20 s [async] async_cancel: [OK]
  12155. 2746.20 s [async] async_cancel: [OK]
  12156. 2746.20 s [async] async_cancel: [OK]
  12157. 2746.20 s [async] async_cancel: [OK]
  12158. 2746.20 s [async] async_cancel: [OK]
  12159. 2746.20 s [async] async_cancel: [OK]
  12160. 2746.20 s [async] async_cancel: [OK]
  12161. 2746.20 s [async] async_cancel: [OK]
  12162. 2746.20 s [async] async_cancel: [OK]
  12163. 2746.20 s [async] async_cancel: [OK]
  12164. 2746.20 s [async] async_cancel: [OK]
  12165. 2746.20 s [async] async_cancel: [OK]
  12166. 2746.20 s [async] async_cancel: [OK]
  12167. 2746.20 s [async] async_cancel: [OK]
  12168. 2746.20 s [async] async_cancel: [OK]
  12169. 2746.20 s [async] async_cancel: [OK]
  12170. 2746.21 s [async] async_cancel: [OK]
  12171. 2746.21 s [async] async_cancel: [OK]
  12172. 2746.21 s [async] async_cancel: [OK]
  12173. 2746.21 s [async] async_cancel: [OK]
  12174. 2746.21 s [async] async_cancel: [OK]
  12175. 2746.21 s [async] async_cancel: [OK]
  12176. 2746.21 s [async] async_cancel: [OK]
  12177. 2746.21 s [async] async_cancel: [OK]
  12178. 2746.21 s [async] async_cancel: [OK]
  12179. 2746.21 s [async] async_cancel: [OK]
  12180. 2746.21 s [async] async_cancel: [OK]
  12181. 2746.21 s [async] async_cancel: [OK]
  12182. 2746.21 s [async] async_cancel: [OK]
  12183. 2746.21 s [async] async_cancel: [OK]
  12184. 2746.21 s [async] async_cancel: [OK]
  12185. 2746.21 s [async] async_cancel: [OK]
  12186. 2746.21 s [async] async_cancel: [OK]
  12187. 2746.21 s [async] async_cancel: [OK]
  12188. 2746.21 s [async] async_cancel: [OK]
  12189. 2746.21 s [async] async_cancel: [OK]
  12190. 2746.21 s [async] async_cancel: [OK]
  12191. 2746.21 s [async] async_cancel: [OK]
  12192. 2746.21 s [async] async_cancel: [OK]
  12193. 2746.21 s [async] async_cancel: [OK]
  12194. 2746.21 s [async] async_cancel: [OK]
  12195. 2746.21 s [async] async_cancel: [OK]
  12196. 2746.21 s [async] async_cancel: [OK]
  12197. 2746.21 s [async] async_cancel: [OK]
  12198. 2746.21 s [async] async_cancel: [OK]
  12199. 2746.21 s [async] async_cancel: [OK]
  12200. 2746.21 s [async] async_cancel: [OK]
  12201. 2746.21 s [async] async_cancel: [OK]
  12202. 2746.21 s [async] async_cancel: [OK]
  12203. 2746.21 s [async] async_cancel: [OK]
  12204. 2746.21 s [async] async_cancel: [OK]
  12205. 2746.21 s [async] async_cancel: [OK]
  12206. 2746.21 s [async] async_cancel: [OK]
  12207. 2746.21 s [async] async_cancel: [OK]
  12208. 2746.21 s [async] async_cancel: [OK]
  12209. 2746.21 s [async] async_cancel: [OK]
  12210. 2746.21 s [async] async_cancel: [OK]
  12211. 2746.21 s [async] async_cancel: [OK]
  12212. 2746.21 s [async] async_cancel: [OK]
  12213. 2746.21 s [async] async_cancel: [OK]
  12214. 2746.21 s [async] async_cancel: [OK]
  12215. 2746.21 s [async] async_cancel: [OK]
  12216. 2746.21 s [async] async_cancel: [OK]
  12217. 2746.21 s [async] async_cancel: [OK]
  12218. 2746.21 s [async] async_cancel: [OK]
  12219. 2746.21 s [async] async_cancel: [OK]
  12220. 2746.21 s [async] async_cancel: [OK]
  12221. 2746.21 s [async] async_cancel: [OK]
  12222. 2746.21 s [async] async_cancel: [OK]
  12223. 2746.21 s [async] async_cancel: [OK]
  12224. 2746.21 s [async] async_cancel: [OK]
  12225. 2746.21 s [async] async_cancel: [OK]
  12226. 2746.21 s [async] async_cancel: [OK]
  12227. 2746.21 s [async] async_cancel: [OK]
  12228. 2746.21 s [async] async_cancel: [OK]
  12229. 2746.21 s [async] async_cancel: [OK]
  12230. 2746.21 s [async] async_cancel: [OK]
  12231. 2746.21 s [async] async_cancel: [OK]
  12232. 2746.21 s [async] async_cancel: [OK]
  12233. 2746.21 s [async] async_cancel: [OK]
  12234. 2746.21 s [async] async_cancel: [OK]
  12235. 2746.21 s [async] async_cancel: [OK]
  12236. 2746.21 s [async] async_cancel: [OK]
  12237. 2746.21 s [async] async_cancel: [OK]
  12238. 2746.21 s [async] async_cancel: [OK]
  12239. 2746.21 s [async] async_cancel: [OK]
  12240. 2746.21 s [async] async_cancel: [OK]
  12241. 2746.21 s [async] async_cancel: [OK]
  12242. 2746.21 s [async] async_cancel: [OK]
  12243. 2746.21 s [async] async_cancel: [OK]
  12244. 2746.22 s [async] async_cancel: [OK]
  12245. 2746.22 s [async] async_cancel: [OK]
  12246. 2746.22 s [async] async_cancel: [OK]
  12247. 2746.22 s [async] async_cancel: [OK]
  12248. 2746.22 s [async] async_cancel: [OK]
  12249. 2746.22 s [async] async_cancel: [OK]
  12250. 2746.22 s [async] async_cancel: [OK]
  12251. 2746.22 s [async] async_cancel: [OK]
  12252. 2746.22 s [async] async_cancel: [OK]
  12253. 2746.22 s [async] async_cancel: [OK]
  12254. 2746.22 s [async] async_cancel: [OK]
  12255. 2746.22 s [async] async_cancel: [OK]
  12256. 2746.22 s [async] async_cancel: [OK]
  12257. 2746.22 s [barbies] Phase: setupCompilerEnvironmentPhase
  12258. 2746.22 s [barbies] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  12259. 2746.22 s [barbies] Phase: unpackPhase
  12260. 2746.22 s [barbies] unpacking source archive /nix/store/h95z7v6r0ic5fspf4rjlk5g8am9n3wi9-barbies-2.1.1.0.tar.gz
  12261. 2746.22 s [barbies] source root is barbies-2.1.1.0
  12262. 2746.22 s [barbies] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "barbies-2.1.1.0/test/TestBiBarbies.hs"
  12263. 2746.22 s [barbies] Phase: patchPhase
  12264. 2746.22 s [barbies] Phase: compileBuildDriverPhase
  12265. 2746.22 s [barbies] setupCompileFlags: -package-db=/build/tmp.4wW6wmT4tA/setup-package.conf.d -threaded
  12266. 2746.22 s [barbies] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.4wW6wmT4tA/Main.o )
  12267. 2746.22 s [barbies] [2 of 2] Linking Setup
  12268. 2746.22 s [barbies] Phase: updateAutotoolsGnuConfigScriptsPhase
  12269. 2746.22 s [barbies] Phase: configurePhase
  12270. 2746.22 s [barbies] configureFlags: --verbose --prefix=/nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc/share/doc/barbies-2.1.1.0 --with-gcc=gcc --package-db=/build/tmp.4wW6wmT4tA/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  12271. 2746.22 s [barbies] Using Parsec parser
  12272. 2746.22 s [barbies] Configuring barbies-2.1.1.0...
  12273. 2746.22 s [barbies] Dependency base >=4.11 && <5: using base-4.18.2.0
  12274. 2746.22 s [barbies] Dependency distributive: using distributive-0.6.2.1
  12275. 2746.22 s [barbies] Dependency transformers: using transformers-0.6.1.0
  12276. 2746.22 s [barbies] Dependency QuickCheck: using QuickCheck-2.14.3
  12277. 2746.22 s [barbies] Dependency barbies: using barbies-2.1.1.0
  12278. 2746.22 s [barbies] Dependency base >=4.7 && <5: using base-4.18.2.0
  12279. 2746.22 s [barbies] Dependency distributive: using distributive-0.6.2.1
  12280. 2746.22 s [barbies] Dependency tasty: using tasty-1.5.3
  12281. 2746.22 s [barbies] Dependency tasty-hunit: using tasty-hunit-0.10.2
  12282. 2746.22 s [barbies] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  12283. 2746.22 s [barbies] Source component graph:
  12284. 2746.22 s [barbies] component lib
  12285. 2746.22 s [barbies] component test:barbies-test dependency lib
  12286. 2746.22 s [barbies] Configured component graph:
  12287. 2746.22 s [barbies] component barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
  12288. 2746.22 s [barbies] include base-4.18.2.0
  12289. 2746.22 s [barbies] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  12290. 2746.22 s [barbies] include transformers-0.6.1.0
  12291. 2746.22 s [barbies] component barbies-2.1.1.0-HRsl67PlUTVKaQxhQKWNNZ-barbies-test
  12292. 2746.22 s [barbies] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  12293. 2746.22 s [barbies] include barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
  12294. 2746.22 s [barbies] include base-4.18.2.0
  12295. 2746.22 s [barbies] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  12296. 2746.22 s [barbies] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  12297. 2746.22 s [barbies] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  12298. 2746.22 s [barbies] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  12299. 2746.22 s [barbies] Linked component graph:
  12300. 2746.22 s [barbies] unit barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
  12301. 2746.22 s [barbies] include base-4.18.2.0
  12302. 2746.22 s [barbies] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  12303. 2746.22 s [barbies] include transformers-0.6.1.0
  12304. 2746.22 s [comonad] Phase: setupCompilerEnvironmentPhase
  12305. 2746.22 s [comonad] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  12306. 2746.22 s [comonad] Phase: unpackPhase
  12307. 2746.22 s [comonad] unpacking source archive /nix/store/snhqfca9p2d2cgbilvwdcwj6p6hgljgx-comonad-5.0.9.tar.gz
  12308. 2746.22 s [comonad] source root is comonad-5.0.9
  12309. 2746.22 s [comonad] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "comonad-5.0.9/.vim.custom"
  12310. 2746.22 s [comonad] Phase: patchPhase
  12311. 2746.22 s [comonad] Replace Cabal file with edited version from mirror://hackage/comonad-5.0.9/revision/1.cabal.
  12312. 2746.22 s [comonad] Phase: compileBuildDriverPhase
  12313. 2746.22 s [comonad] setupCompileFlags: -package-db=/build/tmp.iqtzaRg0R3/setup-package.conf.d -threaded
  12314. 2746.22 s [comonad] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.iqtzaRg0R3/Main.o )
  12315. 2746.22 s [comonad] [2 of 2] Linking Setup
  12316. 2746.22 s [comonad] Phase: updateAutotoolsGnuConfigScriptsPhase
  12317. 2746.22 s [comonad] Phase: configurePhase
  12318. 2746.22 s [comonad] configureFlags: --verbose --prefix=/nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc/share/doc/comonad-5.0.9 --with-gcc=gcc --package-db=/build/tmp.iqtzaRg0R3/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  12319. 2746.22 s [comonad] Using Parsec parser
  12320. 2746.22 s [comonad] Configuring comonad-5.0.9...
  12321. 2746.22 s [comonad] Flags chosen: containers=True, distributive=True, indexed-traversable=True
  12322. 2746.22 s [comonad] Dependency base >=4.9 && <5: using base-4.18.2.0
  12323. 2746.22 s [comonad] Dependency containers >=0.3 && <0.9: using containers-0.6.7
  12324. 2746.22 s [comonad] Dependency distributive >=0.5.2 && <1: using distributive-0.6.2.1
  12325. 2746.22 s [comonad] Dependency indexed-traversable >=0.1.1 && <0.2: using
  12326. 2746.22 s [comonad] indexed-traversable-0.1.4
  12327. 2746.22 s [comonad] Dependency tagged >=0.8.6.1 && <1: using tagged-0.8.8
  12328. 2746.22 s [comonad] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.0
  12329. 2746.22 s [comonad] Dependency transformers-compat >=0.5 && <1: using transformers-compat-0.7.2
  12330. 2746.22 s [comonad] Source component graph: component lib
  12331. 2746.22 s [comonad] Configured component graph:
  12332. 2746.22 s [comonad] component comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
  12333. 2746.22 s [comonad] include base-4.18.2.0
  12334. 2746.22 s [comonad] include containers-0.6.7
  12335. 2746.22 s [comonad] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  12336. 2746.22 s [comonad] include indexed-traversable-0.1.4-7v6wrTQvaPlAf96LYtS0J1
  12337. 2746.22 s [comonad] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  12338. 2746.22 s [comonad] include transformers-0.6.1.0
  12339. 2746.22 s [comonad] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  12340. 2746.22 s [comonad] Linked component graph:
  12341. 2746.22 s [comonad] unit comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
  12342. 2746.22 s [comonad] include base-4.18.2.0
  12343. 2746.22 s [comonad] include containers-0.6.7
  12344. 2746.23 s [comonad] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  12345. 2746.23 s [comonad] include indexed-traversable-0.1.4-7v6wrTQvaPlAf96LYtS0J1
  12346. 2746.23 s [comonad] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  12347. 2746.23 s [comonad] include transformers-0.6.1.0
  12348. 2746.23 s [comonad] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  12349. 2746.23 s [constraints] shrinking RPATHs of ELF executables and libraries in /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2
  12350. 2746.23 s [constraints] shrinking /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSconstraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm-ghc9.6.4.so
  12351. 2746.23 s [constraints] checking for references to /build/ in /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2...
  12352. 2746.23 s [constraints] patching script interpreter paths in /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2
  12353. 2746.23 s [constraints] stripping (with command strip and flags -S -p) in /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2/lib
  12354. 2746.23 s [constraints] shrinking RPATHs of ELF executables and libraries in /nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc
  12355. 2746.23 s [constraints] checking for references to /build/ in /nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc...
  12356. 2746.23 s [constraints] patching script interpreter paths in /nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc
  12357. 2746.23 s [crypton] [117 of 139] Compiling Crypto.PubKey.ECC.Generate ( Crypto/PubKey/ECC/Generate.hs, dist/build/Crypto/PubKey/ECC/Generate.p_o )
  12358. 2746.23 s [crypton] [118 of 139] Compiling Crypto.PubKey.DSA ( Crypto/PubKey/DSA.hs, dist/build/Crypto/PubKey/DSA.p_o )
  12359. 2746.23 s [crypton] [119 of 139] Compiling Crypto.Number.Prime ( Crypto/Number/Prime.hs, dist/build/Crypto/Number/Prime.p_o )
  12360. 2746.23 s [crypton] [120 of 139] Compiling Crypto.PubKey.Rabin.Types ( Crypto/PubKey/Rabin/Types.hs, dist/build/Crypto/PubKey/Rabin/Types.p_o )
  12361. 2746.23 s [crypton] [121 of 139] Compiling Crypto.PubKey.Rabin.OAEP ( Crypto/PubKey/Rabin/OAEP.hs, dist/build/Crypto/PubKey/Rabin/OAEP.p_o )
  12362. 2746.23 s [crypton] [122 of 139] Compiling Crypto.PubKey.Rabin.RW ( Crypto/PubKey/Rabin/RW.hs, dist/build/Crypto/PubKey/Rabin/RW.p_o )
  12363. 2746.23 s [crypton] [123 of 139] Compiling Crypto.PubKey.Rabin.Modified ( Crypto/PubKey/Rabin/Modified.hs, dist/build/Crypto/PubKey/Rabin/Modified.p_o )
  12364. 2746.23 s [crypton] [124 of 139] Compiling Crypto.PubKey.Rabin.Basic ( Crypto/PubKey/Rabin/Basic.hs, dist/build/Crypto/PubKey/Rabin/Basic.p_o )
  12365. 2746.23 s [crypton] [125 of 139] Compiling Crypto.PubKey.RSA ( Crypto/PubKey/RSA.hs, dist/build/Crypto/PubKey/RSA.p_o )
  12366. 2746.23 s [crypton] [126 of 139] Compiling Crypto.PubKey.RSA.PSS ( Crypto/PubKey/RSA/PSS.hs, dist/build/Crypto/PubKey/RSA/PSS.p_o )
  12367. 2746.23 s [crypton] [127 of 139] Compiling Crypto.PubKey.RSA.PKCS15 ( Crypto/PubKey/RSA/PKCS15.hs, dist/build/Crypto/PubKey/RSA/PKCS15.p_o )
  12368. 2746.23 s [crypton] [128 of 139] Compiling Crypto.PubKey.RSA.OAEP ( Crypto/PubKey/RSA/OAEP.hs, dist/build/Crypto/PubKey/RSA/OAEP.p_o )
  12369. 2746.23 s [crypton] [129 of 139] Compiling Crypto.PubKey.DH ( Crypto/PubKey/DH.hs, dist/build/Crypto/PubKey/DH.p_o )
  12370. 2746.23 s [crypton] [130 of 139] Compiling Crypto.PubKey.ElGamal ( Crypto/PubKey/ElGamal.hs, dist/build/Crypto/PubKey/ElGamal.p_o )
  12371. 2746.23 s [crypton] [131 of 139] Compiling Crypto.PubKey.ECC.DH ( Crypto/PubKey/ECC/DH.hs, dist/build/Crypto/PubKey/ECC/DH.p_o )
  12372. 2746.23 s [crypton] [132 of 139] Compiling Crypto.ECC.Simple.Prim ( Crypto/ECC/Simple/Prim.hs, dist/build/Crypto/ECC/Simple/Prim.p_o )
  12373. 2746.23 s [crypton] [133 of 139] Compiling Crypto.ECC ( Crypto/ECC.hs, dist/build/Crypto/ECC.p_o )
  12374. 2746.23 s [crypton] [134 of 139] Compiling Crypto.PubKey.EdDSA ( Crypto/PubKey/EdDSA.hs, dist/build/Crypto/PubKey/EdDSA.p_o )
  12375. 2746.23 s [crypton] [135 of 139] Compiling Crypto.PubKey.ECIES ( Crypto/PubKey/ECIES.hs, dist/build/Crypto/PubKey/ECIES.p_o )
  12376. 2746.23 s [crypton] [136 of 139] Compiling Crypto.PubKey.ECDSA ( Crypto/PubKey/ECDSA.hs, dist/build/Crypto/PubKey/ECDSA.p_o )
  12377. 2746.23 s [crypton] [137 of 139] Compiling Crypto.Data.AFIS ( Crypto/Data/AFIS.hs, dist/build/Crypto/Data/AFIS.p_o )
  12378. 2746.23 s [crypton] [138 of 139] Compiling Crypto.System.CPU ( Crypto/System/CPU.hs, dist/build/Crypto/System/CPU.p_o )
  12379. 2746.23 s [crypton] [139 of 139] Compiling Crypto.Tutorial ( Crypto/Tutorial.hs, dist/build/Crypto/Tutorial.p_o )
  12380. 2746.23 s [data-fix] /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/etc
  12381. 2746.23 s [data-fix] No alex found
  12382. 2746.23 s [data-fix] Using ar found on system at:
  12383. 2746.23 s [data-fix] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  12384. 2746.23 s [data-fix] No c2hs found
  12385. 2746.23 s [data-fix] No cpphs found
  12386. 2746.23 s [data-fix] No doctest found
  12387. 2746.23 s [data-fix] Using gcc version 14.3.0 given by user at:
  12388. 2746.23 s [data-fix] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  12389. 2746.23 s [data-fix] Using ghc version 9.6.4 found on system at:
  12390. 2746.23 s [data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  12391. 2746.23 s [data-fix] Using ghc-pkg version 9.6.4 found on system at:
  12392. 2746.23 s [data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  12393. 2746.23 s [data-fix] No ghcjs found
  12394. 2746.23 s [data-fix] No ghcjs-pkg found
  12395. 2746.23 s [data-fix] No greencard found
  12396. 2746.23 s [data-fix] Using haddock version 2.29.2 found on system at:
  12397. 2746.23 s [data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  12398. 2746.23 s [data-fix] No happy found
  12399. 2746.23 s [data-fix] Using haskell-suite found on system at: haskell-suite-dummy-location
  12400. 2746.23 s [data-fix] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12401. 2746.23 s [data-fix] No hmake found
  12402. 2746.23 s [data-fix] Using hpc version 0.68 found on system at:
  12403. 2746.23 s [data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  12404. 2746.23 s [data-fix] Using hsc2hs version 0.68.9 found on system at:
  12405. 2746.23 s [data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  12406. 2746.23 s [data-fix] Using hscolour version 1.25 found on system at:
  12407. 2746.23 s [data-fix] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  12408. 2746.23 s [data-fix] No jhc found
  12409. 2746.23 s [data-fix] Using ld found on system at:
  12410. 2746.23 s [data-fix] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  12411. 2746.23 s [data-fix] No pkg-config found
  12412. 2746.23 s [data-fix] Using runghc version 9.6.4 found on system at:
  12413. 2746.23 s [data-fix] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  12414. 2746.23 s [data-fix] Using strip version 2.44 found on system at:
  12415. 2746.23 s [data-fix] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  12416. 2746.23 s [data-fix] Using tar found on system at:
  12417. 2746.23 s [data-fix] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  12418. 2746.23 s [data-fix] No uhc found
  12419. 2746.23 s [data-fix] Phase: buildPhase
  12420. 2746.23 s [data-fix] Preprocessing library for data-fix-0.3.4..
  12421. 2746.23 s [data-fix] Building library for data-fix-0.3.4..
  12422. 2746.23 s [data-fix] [1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, dist/build/Data/Fix.o, dist/build/Data/Fix.dyn_o )
  12423. 2746.23 s [data-fix] [1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, dist/build/Data/Fix.p_o )
  12424. 2746.23 s [data-fix] Phase: checkPhase
  12425. 2746.23 s [data-fix] Package has no test suites.
  12426. 2746.23 s [data-fix] Phase: haddockPhase
  12427. 2746.23 s [data-fix] Preprocessing library for data-fix-0.3.4..
  12428. 2746.23 s [data-fix] Running Haddock on library for data-fix-0.3.4..
  12429. 2746.23 s [data-fix] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  12430. 2746.23 s [data-fix] Warning: 'ListF' is out of scope.
  12431. 2746.23 s [data-fix] If you qualify the identifier, haddock can try to link it anyway.
  12432. 2746.23 s [data-fix] 100% ( 36 / 36) in 'Data.Fix'
  12433. 2746.23 s [data-fix] Documentation created: dist/doc/html/data-fix/index.html,
  12434. 2746.23 s [data-fix] dist/doc/html/data-fix/data-fix.txt
  12435. 2746.23 s [data-fix] Phase: installPhase
  12436. 2746.23 s [data-fix] Installing library in /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/data-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq
  12437. 2746.23 s [data-fix] Phase: fixupPhase
  12438. 2746.24 s [data-fix] shrinking RPATHs of ELF executables and libraries in /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4
  12439. 2746.24 s [data-fix] shrinking /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSdata-fix-0.3.4-9LlqsMiEL1rBZpB6q5xLjq-ghc9.6.4.so
  12440. 2746.24 s [data-fix] checking for references to /build/ in /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4...
  12441. 2746.24 s [data-fix] patching script interpreter paths in /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4
  12442. 2746.24 s [data-fix] stripping (with command strip and flags -S -p) in /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4/lib
  12443. 2746.24 s [data-fix] shrinking RPATHs of ELF executables and libraries in /nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc
  12444. 2746.24 s [data-fix] checking for references to /build/ in /nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc...
  12445. 2746.24 s [data-fix] patching script interpreter paths in /nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc
  12446. 2746.24 s [genvalidity] shrinkValid of Fixed * E12 does not shrink to itself [✔]
  12447. 2746.24 s [genvalidity] +++ OK, passed 20 tests.
  12448. 2746.24 s [genvalidity] genValid of ((Fixed * E12),(Fixed * E12)) generates only valid values [✔]
  12449. 2746.24 s [genvalidity] +++ OK, passed 50 tests.
  12450. 2746.24 s [genvalidity] shrinkValid of ((Fixed * E12),(Fixed * E12)) shrinks to only valid values [✔]
  12451. 2746.24 s [genvalidity] +++ OK, passed 10 tests.
  12452. 2746.24 s [genvalidity] shrinkValid of ((Fixed * E12),(Fixed * E12)) only produces values that do not crash while validating [✔]
  12453. 2746.24 s [genvalidity] +++ OK, passed 10 tests.
  12454. 2746.24 s [genvalidity] shrinkValid of ((Fixed * E12),(Fixed * E12)) does not shrink to itself [✔]
  12455. 2746.24 s [genvalidity] +++ OK, passed 10 tests.
  12456. 2746.24 s [genvalidity] genValid of Natural generates only valid values [✔]
  12457. 2746.24 s [genvalidity] +++ OK, passed 100 tests.
  12458. 2746.24 s [genvalidity] shrinkValid of Natural shrinks to only valid values [✔]
  12459. 2746.24 s [genvalidity] +++ OK, passed 20 tests.
  12460. 2746.24 s [genvalidity] shrinkValid of Natural only produces values that do not crash while validating [✔]
  12461. 2746.24 s [genvalidity] +++ OK, passed 20 tests.
  12462. 2746.24 s [genvalidity] shrinkValid of Natural does not shrink to itself [✔]
  12463. 2746.24 s [genvalidity] +++ OK, passed 20 tests.
  12464. 2746.24 s [genvalidity] genValid of (Natural,Natural) generates only valid values [✔]
  12465. 2746.24 s [genvalidity] +++ OK, passed 50 tests.
  12466. 2746.24 s [genvalidity] shrinkValid of (Natural,Natural) shrinks to only valid values [✔]
  12467. 2746.24 s [genvalidity] +++ OK, passed 10 tests.
  12468. 2746.24 s [genvalidity] shrinkValid of (Natural,Natural) only produces values that do not crash while validating [✔]
  12469. 2746.24 s [genvalidity] +++ OK, passed 10 tests.
  12470. 2746.24 s [genvalidity] shrinkValid of (Natural,Natural) does not shrink to itself [✔]
  12471. 2746.24 s [genvalidity] +++ OK, passed 10 tests.
  12472. 2746.24 s [genvalidity] genValid of NonEmpty Ordering generates only valid values [✔]
  12473. 2746.24 s [genvalidity] +++ OK, passed 100 tests.
  12474. 2746.24 s [genvalidity] shrinkValid of NonEmpty Ordering shrinks to only valid values [✔]
  12475. 2746.24 s [genvalidity] +++ OK, passed 20 tests.
  12476. 2746.24 s [genvalidity] shrinkValid of NonEmpty Ordering only produces values that do not crash while validating [✔]
  12477. 2746.24 s [genvalidity] +++ OK, passed 20 tests.
  12478. 2746.24 s [genvalidity] shrinkValid of NonEmpty Ordering does not shrink to itself [✔]
  12479. 2746.24 s [genvalidity] +++ OK, passed 20 tests.
  12480. 2746.24 s [genvalidity]
  12481. 2746.24 s [genvalidity] Finished in 5.5865 seconds
  12482. 2746.24 s [genvalidity] 215 examples, 0 failures
  12483. 2746.24 s [genvalidity] Test suite genvalidity-test: PASS
  12484. 2746.24 s [genvalidity] Test suite logged to: dist/test/genvalidity-1.1.1.0-genvalidity-test.log
  12485. 2746.24 s [genvalidity] 1 of 1 test suites (1 of 1 test cases) passed.
  12486. 2746.24 s [genvalidity] checkPhase completed in 1 minutes 4 seconds
  12487. 2746.24 s [genvalidity] Phase: haddockPhase
  12488. 2746.24 s [genvalidity] Preprocessing library for genvalidity-1.1.1.0..
  12489. 2746.24 s [genvalidity] Running Haddock on library for genvalidity-1.1.1.0..
  12490. 2746.24 s [genvalidity] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  12491. 2746.24 s [genvalidity] Warning: 'n' is out of scope.
  12492. 2746.24 s [genvalidity] If you qualify the identifier, haddock can try to link it anyway.
  12493. 2746.24 s [genvalidity] Warning: 'a' is out of scope.
  12494. 2746.24 s [genvalidity] If you qualify the identifier, haddock can try to link it anyway.
  12495. 2746.24 s [genvalidity] Warning: 'ls' is out of scope.
  12496. 2746.24 s [genvalidity] If you qualify the identifier, haddock can try to link it anyway.
  12497. 2746.24 s [genvalidity] Warning: 'NonEmpty' is ambiguous. It is defined
  12498. 2746.24 s [genvalidity] * in ‘Test.QuickCheck.Modifiers’
  12499. 2746.24 s [genvalidity] * in ‘GHC.Base’
  12500. 2746.24 s [genvalidity] You may be able to disambiguate the identifier by qualifying it or
  12501. 2746.24 s [genvalidity] by specifying the type/value namespace explicitly.
  12502. 2746.24 s [genvalidity] Defaulting to the one defined in ‘Test.QuickCheck.Modifiers’
  12503. 2746.24 s [genvalidity] 77% ( 27 / 35) in 'Data.GenValidity.Utils'
  12504. 2746.24 s [genvalidity] Missing documentation for:
  12505. 2746.24 s [genvalidity] Module header
  12506. 2746.24 s [genvalidity] genListLength (src/Data/GenValidity/Utils.hs:157)
  12507. 2746.24 s [genvalidity] genStringBy (src/Data/GenValidity/Utils.hs:179)
  12508. 2746.24 s [genvalidity] genStringBy1 (src/Data/GenValidity/Utils.hs:183)
  12509. 2746.24 s [genvalidity] genMaybe (src/Data/GenValidity/Utils.hs:146)
  12510. 2746.24 s [genvalidity] genNonEmptyOf (src/Data/GenValidity/Utils.hs:149)
  12511. 2746.24 s [genvalidity] genInteger (src/Data/GenValidity/Utils.hs:374)
  12512. 2746.24 s [genvalidity] shrinkNonEmpty (src/Data/GenValidity/Utils.hs:249)
  12513. 2746.24 s [genvalidity] 65% ( 15 / 23) in 'Data.GenValidity'
  12514. 2746.25 s [genvalidity] Missing documentation for:
  12515. 2746.25 s [genvalidity] genUtf16SurrogateCodePoint (src/Data/GenValidity.hs:251)
  12516. 2746.25 s [genvalidity] genLineSeparator (src/Data/GenValidity.hs:254)
  12517. 2746.25 s [genvalidity] genNonLineSeparator (src/Data/GenValidity.hs:257)
  12518. 2746.25 s [genvalidity] genSingleLineString (src/Data/GenValidity.hs:260)
  12519. 2746.25 s [genvalidity] GGenValid (src/Data/GenValidity.hs:364)
  12520. 2746.25 s [genvalidity] GValidRecursivelyShrink (src/Data/GenValidity.hs:422)
  12521. 2746.25 s [genvalidity] GValidSubterms (src/Data/GenValidity.hs:452)
  12522. 2746.25 s [genvalidity] GValidSubtermsIncl (src/Data/GenValidity.hs:474)
  12523. 2746.25 s [genvalidity] Documentation created: dist/doc/html/genvalidity/index.html,
  12524. 2746.25 s [genvalidity] dist/doc/html/genvalidity/genvalidity.txt
  12525. 2746.25 s [genvalidity] Preprocessing test suite 'genvalidity-test' for genvalidity-1.1.1.0..
  12526. 2746.25 s [genvalidity] Phase: installPhase
  12527. 2746.25 s [text-short] (==): OK (1.55s)
  12528. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12529. 2746.25 s [text-short] (!?): OK (0.81s)
  12530. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12531. 2746.25 s [text-short] indexEndMaybe: OK (0.94s)
  12532. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12533. 2746.25 s [text-short] toText.fromText: OK (0.69s)
  12534. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12535. 2746.25 s [text-short] fromByteString: OK (0.49s)
  12536. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12537. 2746.25 s [text-short] fromByteString.toByteString: OK (0.82s)
  12538. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12539. 2746.25 s [text-short] toString.fromString: OK (0.98s)
  12540. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12541. 2746.25 s [text-short] isAscii: OK (1.01s)
  12542. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12543. 2746.25 s [text-short] isAscii2: OK (0.71s)
  12544. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12545. 2746.25 s [text-short] splitAt: OK (1.05s)
  12546. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12547. 2746.25 s [text-short] intercalate/split: OK (0.98s)
  12548. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12549. 2746.25 s [text-short] intersperse: OK (1.11s)
  12550. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12551. 2746.25 s [text-short] intercalate: OK (26.52s)
  12552. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12553. 2746.25 s [text-short] reverse.singleton: OK (0.10s)
  12554. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12555. 2746.25 s [text-short] reverse: OK (0.72s)
  12556. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12557. 2746.25 s [text-short] filter: OK (2.36s)
  12558. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12559. 2746.25 s [text-short] replicate: OK (0.73s)
  12560. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12561. 2746.25 s [text-short] dropAround: OK (1.15s)
  12562. 2746.25 s [text-short] +++ OK, passed 50000 tests.
  12563. 2746.26 s [text-short] foldl: OK (4.07s)
  12564. 2746.26 s [text-short] +++ OK, passed 50000 tests.
  12565. 2746.26 s [text-short] foldl #2: OK (0.61s)
  12566. 2746.26 s [text-short] +++ OK, passed 50000 tests.
  12567. 2746.26 s [text-short] foldl #3: OK (0.55s)
  12568. 2746.26 s [text-short] +++ OK, passed 50000 tests.
  12569. 2746.26 s [text-short] foldl': OK (3.63s)
  12570. 2746.26 s [text-short] +++ OK, passed 50000 tests.
  12571. 2746.26 s [text-short] foldl' #2: OK (0.96s)
  12572. 2746.26 s [text-short] +++ OK, passed 50000 tests.
  12573. 2746.26 s [text-short] foldl' #3: OK (0.97s)
  12574. 2746.26 s [text-short] +++ OK, passed 50000 tests.
  12575. 2746.26 s [text-short] foldr: OK (3.40s)
  12576. 2746.26 s [text-short] +++ OK, passed 50000 tests.
  12577. 2746.26 s [text-short] foldr #2: OK (0.57s)
  12578. 2746.26 s [text-short] +++ OK, passed 50000 tests.
  12579. 2746.26 s [text-short] foldr #3: OK (0.55s)
  12580. 2746.26 s [text-short] +++ OK, passed 50000 tests.
  12581. 2746.26 s [text-short] foldr1: OK (3.14s)
  12582. 2746.26 s [text-short] +++ OK, passed 50000 tests; 7983 discarded.
  12583. 2746.26 s [text-short] foldl1: OK (3.54s)
  12584. 2746.26 s [text-short] +++ OK, passed 50000 tests; 8182 discarded.
  12585. 2746.26 s [text-short] foldl1': OK (3.46s)
  12586. 2746.26 s [text-short] +++ OK, passed 50000 tests; 8065 discarded.
  12587. 2746.26 s [th-orphans] Warning: 'MonadFix' is out of scope.
  12588. 2746.26 s [th-orphans] If you qualify the identifier, haddock can try to link it anyway.
  12589. 2746.26 s [th-orphans] 100% ( 1 / 1) in 'Language.Haskell.TH.Instances'
  12590. 2746.26 s [th-orphans] Documentation created: dist/doc/html/th-orphans/index.html,
  12591. 2746.26 s [th-orphans] dist/doc/html/th-orphans/th-orphans.txt
  12592. 2746.26 s [th-orphans] Preprocessing test suite 'test' for th-orphans-0.13.16..
  12593. 2746.26 s [th-orphans] Phase: installPhase
  12594. 2746.26 s [th-orphans] Installing library in /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
  12595. 2746.26 s [th-orphans] Phase: fixupPhase
  12596. 2746.26 s [th-orphans] shrinking RPATHs of ELF executables and libraries in /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16
  12597. 2746.26 s [th-orphans] shrinking /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSth-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I-ghc9.6.4.so
  12598. 2746.26 s [th-orphans] checking for references to /build/ in /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16...
  12599. 2746.26 s [th-orphans] patching script interpreter paths in /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16
  12600. 2746.26 s [th-orphans] stripping (with command strip and flags -S -p) in /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16/lib
  12601. 2746.26 s [th-orphans] shrinking RPATHs of ELF executables and libraries in /nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc
  12602. 2746.26 s [th-orphans] checking for references to /build/ in /nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc...
  12603. 2746.26 s [th-orphans] patching script interpreter paths in /nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc
  12604. 2746.53 s [these:post-build] Uploading to the NixCI cache: /nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc /nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1
  12605. 2747.13 s [these:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  12606. 2747.69 s [these:post-build] copying 2 paths...
  12607. 2747.69 s [these:post-build] copying path '/nix/store/0rpvx8zdvnpqasxmy7l95qbl6zksvid4-these-1.2.1-doc' to 'https://cache.nix-ci.com'...
  12608. 2748.72 s [these:post-build] copying path '/nix/store/53n220kvy9l6zic30czps8zzafzvzmg2-these-1.2.1' to 'https://cache.nix-ci.com'...
  12609. 2752.06 s [these:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  12610. 2752.72 s [these:post-build] copying 1 paths...
  12611. 2752.73 s [these:post-build] copying path '/nix/store/bckjvaym7kx1lzmfnbbplkgw1n057d33-these-1.2.1.drv' to 'https://cache.nix-ci.com'...
  12612. 2753.36 s Uploaded these in 7.0s
  12613. 2753.38 s Progress: 141 of 211 built (13 building), 298 of 298 downloaded from cache
  12614. 2753.38 s Built these in 2m05s
  12615. 2753.38 s [time-compat] Phase: unpackPhase
  12616. 2753.38 s [time-compat] unpacking source archive /nix/store/cyhgy871zir7xxvsnrall1bl6w9izihd-time-compat-1.9.7.tar.gz
  12617. 2753.38 s [time-compat] source root is time-compat-1.9.7
  12618. 2753.38 s [time-compat] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "time-compat-1.9.7/time-compat.cabal"
  12619. 2753.38 s [time-compat] Phase: patchPhase
  12620. 2753.38 s [time-compat] Replace Cabal file with edited version from mirror://hackage/time-compat-1.9.7/revision/2.cabal.
  12621. 2753.38 s [time-compat] Phase: compileBuildDriverPhase
  12622. 2753.38 s [time-compat] setupCompileFlags: -package-db=/build/tmp.uspeHTLKRQ/setup-package.conf.d -threaded
  12623. 2753.38 s [time-compat] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.uspeHTLKRQ/Main.o )
  12624. 2753.38 s [time-compat] [2 of 2] Linking Setup
  12625. 2753.38 s [time-compat] Phase: updateAutotoolsGnuConfigScriptsPhase
  12626. 2753.38 s [time-compat] Phase: configurePhase
  12627. 2753.38 s [time-compat] configureFlags: --verbose --prefix=/nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc/share/doc/time-compat-1.9.7 --with-gcc=gcc --package-db=/build/tmp.uspeHTLKRQ/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  12628. 2753.38 s [time-compat] Using Parsec parser
  12629. 2753.38 s [time-compat] Configuring time-compat-1.9.7...
  12630. 2753.38 s [time-compat] Dependency base >=4.12 && <4.21: using base-4.18.2.0
  12631. 2753.38 s [time-compat] Dependency base-orphans >=0.9.2 && <0.10: using base-orphans-0.9.3
  12632. 2753.38 s [time-compat] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
  12633. 2753.38 s [time-compat] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
  12634. 2753.38 s [time-compat] Dependency time >=1.8.0.2 && <1.9 || >=1.9.2 && <1.9.4 || >=1.10 && <1.10.1 ||
  12635. 2753.38 s [time-compat] >=1.11 && <1.11.2 || >=1.12 && <1.13: using time-1.12.2
  12636. 2753.38 s [time-compat] Dependency HUnit >=1.3.1 && <1.3.2 || >=1.6.0.0 && <1.7: using HUnit-1.6.2.0
  12637. 2753.38 s [time-compat] Dependency base: using base-4.18.2.0
  12638. 2753.38 s [time-compat] Dependency deepseq: using deepseq-1.4.8.1
  12639. 2753.38 s [time-compat] Dependency hashable >=1.4.0.0 && <1.6: using hashable-1.4.7.0
  12640. 2753.38 s [time-compat] Dependency time-compat: using time-compat-1.9.7
  12641. 2753.38 s [time-compat] Dependency QuickCheck >=2.13 && <2.16: using QuickCheck-2.14.3
  12642. 2753.38 s [time-compat] Dependency base: using base-4.18.2.0
  12643. 2753.38 s [time-compat] Dependency deepseq: using deepseq-1.4.8.1
  12644. 2753.38 s [time-compat] Dependency tagged >=0.8.6 && <0.9: using tagged-0.8.8
  12645. 2753.38 s [time-compat] Dependency tasty >=1.5 && <1.6: using tasty-1.5.3
  12646. 2753.38 s [time-compat] Dependency tasty-hunit >=0.10 && <0.11: using tasty-hunit-0.10.2
  12647. 2753.38 s [time-compat] Dependency tasty-quickcheck >=0.10 && <0.12: using tasty-quickcheck-0.11
  12648. 2753.38 s [time-compat] Dependency time: using time-1.12.2
  12649. 2753.38 s [time-compat] Dependency time-compat: using time-compat-1.9.7
  12650. 2753.38 s [time-compat] Source component graph:
  12651. 2753.38 s [time-compat] component lib
  12652. 2753.38 s [time-compat] component test:instances dependency lib
  12653. 2753.38 s [time-compat] component test:main dependency lib
  12654. 2753.38 s [time-compat] Configured component graph:
  12655. 2753.38 s [time-compat] component time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
  12656. 2753.39 s [time-compat] include base-4.18.2.0
  12657. 2753.39 s [time-compat] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  12658. 2753.39 s [time-compat] include deepseq-1.4.8.1
  12659. 2753.39 s [time-compat] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  12660. 2753.39 s [time-compat] include time-1.12.2
  12661. 2753.39 s [time-compat] component time-compat-1.9.7-11kSuvyx9Fd45AfytKgc3f-instances
  12662. 2753.39 s [time-compat] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  12663. 2753.39 s [time-compat] include base-4.18.2.0
  12664. 2753.39 s [time-compat] include deepseq-1.4.8.1
  12665. 2753.39 s [time-compat] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  12666. 2753.39 s [time-compat] include time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
  12667. 2753.39 s [time-compat] component time-compat-1.9.7-NcVbGQvP8VCp45Zou0I6W-main
  12668. 2753.39 s [time-compat] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  12669. 2753.39 s [uuid-types] Phase: unpackPhase
  12670. 2753.39 s [uuid-types] unpacking source archive /nix/store/l26k32zhs3vwn025fsbd7bbl3s4girrp-uuid-types-1.0.6.tar.gz
  12671. 2753.39 s [uuid-types] source root is uuid-types-1.0.6
  12672. 2753.39 s [uuid-types] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "uuid-types-1.0.6/uuid-types.cabal"
  12673. 2753.39 s [uuid-types] Phase: patchPhase
  12674. 2753.39 s [uuid-types] Replace Cabal file with edited version from mirror://hackage/uuid-types-1.0.6/revision/3.cabal.
  12675. 2753.39 s [uuid-types] Phase: compileBuildDriverPhase
  12676. 2753.39 s [uuid-types] setupCompileFlags: -package-db=/build/tmp.ZRoJ28ut09/setup-package.conf.d -threaded
  12677. 2753.39 s [uuid-types] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.ZRoJ28ut09/Main.o )
  12678. 2753.39 s [uuid-types] [2 of 2] Linking Setup
  12679. 2753.39 s [uuid-types] Phase: updateAutotoolsGnuConfigScriptsPhase
  12680. 2753.39 s [uuid-types] Phase: configurePhase
  12681. 2753.39 s [uuid-types] configureFlags: --verbose --prefix=/nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc/share/doc/uuid-types-1.0.6 --with-gcc=gcc --package-db=/build/tmp.ZRoJ28ut09/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  12682. 2753.39 s [uuid-types] Using Parsec parser
  12683. 2753.39 s [uuid-types] Configuring uuid-types-1.0.6...
  12684. 2753.39 s [uuid-types] Dependency base >=4.12.0.0 && <5: using base-4.18.2.0
  12685. 2753.39 s [uuid-types] Dependency binary >=0.8.6.0 && <0.9: using binary-0.8.9.1
  12686. 2753.39 s [uuid-types] Dependency bytestring >=0.10.8.2 && <0.13: using bytestring-0.11.5.3
  12687. 2753.39 s [uuid-types] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
  12688. 2753.39 s [uuid-types] Dependency hashable >=1.4.4.0 && <1.6: using hashable-1.4.7.0
  12689. 2753.39 s [uuid-types] Dependency random >=1.2.1.2 && <1.4: using random-1.2.1.3
  12690. 2753.39 s [uuid-types] Dependency template-haskell >=2.14.0.0 && <2.24: using
  12691. 2753.39 s [uuid-types] template-haskell-2.20.0.0
  12692. 2753.39 s [uuid-types] Dependency text >=1.2.3.0 && <1.3 || >=2.0 && <2.2: using text-2.0.2
  12693. 2753.39 s [uuid-types] Dependency QuickCheck >=2.14.2 && <2.16: using QuickCheck-2.14.3
  12694. 2753.39 s [uuid-types] Dependency base: using base-4.18.2.0
  12695. 2753.39 s [uuid-types] Dependency binary: using binary-0.8.9.1
  12696. 2753.39 s [uuid-types] Dependency bytestring: using bytestring-0.11.5.3
  12697. 2753.39 s [uuid-types] Dependency tasty >=1.4.0.1 && <1.6: using tasty-1.5.3
  12698. 2753.39 s [uuid-types] Dependency tasty-hunit >=0.10 && <0.11: using tasty-hunit-0.10.2
  12699. 2753.39 s [uuid-types] Dependency tasty-quickcheck >=0.10 && <0.12: using tasty-quickcheck-0.11
  12700. 2753.39 s [uuid-types] Dependency template-haskell: using template-haskell-2.20.0.0
  12701. 2753.39 s [uuid-types] Dependency uuid-types: using uuid-types-1.0.6
  12702. 2753.39 s [uuid-types] Source component graph:
  12703. 2753.39 s [uuid-types] component lib
  12704. 2753.39 s [uuid-types] component test:testuuid dependency lib
  12705. 2753.39 s [uuid-types] Configured component graph:
  12706. 2753.39 s [uuid-types] component uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
  12707. 2753.39 s [uuid-types] include base-4.18.2.0
  12708. 2753.39 s [uuid-types] include binary-0.8.9.1
  12709. 2753.39 s [uuid-types] include bytestring-0.11.5.3
  12710. 2753.39 s [uuid-types] include deepseq-1.4.8.1
  12711. 2753.39 s [uuid-types] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  12712. 2753.39 s [uuid-types] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  12713. 2753.39 s [uuid-types] include template-haskell-2.20.0.0
  12714. 2753.39 s [uuid-types] include text-2.0.2
  12715. 2753.39 s [uuid-types] component uuid-types-1.0.6-BVznWAaOoNTsEjjrCTY81-testuuid
  12716. 2753.39 s [uuid-types] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  12717. 2753.39 s [uuid-types] include base-4.18.2.0
  12718. 2753.39 s [uuid-types] include binary-0.8.9.1
  12719. 2753.39 s [uuid-types] include bytestring-0.11.5.3
  12720. 2753.39 s [uuid-types] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  12721. 2753.39 s [uuid-types] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  12722. 2753.39 s [uuid-types] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  12723. 2753.39 s [uuid-types] include template-haskell-2.20.0.0
  12724. 2753.39 s [uuid-types] include uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
  12725. 2753.39 s [uuid-types] Linked component graph:
  12726. 2753.60 s Building /nix/store/prpqwiiqxjm7ld8gsf6mxh6y1pll28h8-strict-0.5.1.drv
  12727. 2753.60 s [asn1-encoding] Phase: setupCompilerEnvironmentPhase
  12728. 2753.60 s [asn1-encoding] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  12729. 2753.60 s [asn1-encoding] Phase: unpackPhase
  12730. 2753.60 s [asn1-encoding] unpacking source archive /nix/store/rj7pj1mmdm1h4980q8s0v4f55gnnrrl6-asn1-encoding-0.9.6.tar.gz
  12731. 2753.60 s [asn1-encoding] source root is asn1-encoding-0.9.6
  12732. 2753.60 s [asn1-encoding] setting SOURCE_DATE_EPOCH to timestamp 1569783997 of file "asn1-encoding-0.9.6/asn1-encoding.cabal"
  12733. 2753.60 s [asn1-encoding] Phase: patchPhase
  12734. 2753.60 s [asn1-encoding] Replace Cabal file with edited version from mirror://hackage/asn1-encoding-0.9.6/revision/2.cabal.
  12735. 2753.60 s [asn1-encoding] Phase: compileBuildDriverPhase
  12736. 2753.60 s [asn1-encoding] setupCompileFlags: -package-db=/build/tmp.9xIgQUwewi/setup-package.conf.d -threaded
  12737. 2753.60 s [asn1-encoding] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.9xIgQUwewi/Main.o )
  12738. 2753.60 s [asn1-encoding] [2 of 2] Linking Setup
  12739. 2753.60 s [asn1-encoding] Phase: updateAutotoolsGnuConfigScriptsPhase
  12740. 2753.60 s [asn1-encoding] Phase: configurePhase
  12741. 2753.60 s [asn1-encoding] configureFlags: --verbose --prefix=/nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc/share/doc/asn1-encoding-0.9.6 --with-gcc=gcc --package-db=/build/tmp.9xIgQUwewi/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  12742. 2753.60 s [asn1-encoding] Using Parsec parser
  12743. 2753.60 s [asn1-encoding] Configuring asn1-encoding-0.9.6...
  12744. 2753.60 s [async] async_cancel: [OK]
  12745. 2753.60 s [async] async_cancel: [OK]
  12746. 2753.60 s [async] async_cancel: [OK]
  12747. 2753.60 s [async] async_cancel: [OK]
  12748. 2753.60 s [async] async_cancel: [OK]
  12749. 2753.60 s [async] async_cancel: [OK]
  12750. 2753.61 s [async] async_cancel: [OK]
  12751. 2753.61 s [async] async_cancel: [OK]
  12752. 2753.61 s [async] async_cancel: [OK]
  12753. 2753.61 s [async] async_cancel: [OK]
  12754. 2753.61 s [async] async_cancel: [OK]
  12755. 2753.61 s [async] async_cancel: [OK]
  12756. 2753.61 s [async] async_cancel: [OK]
  12757. 2753.61 s [async] async_cancel: [OK]
  12758. 2753.61 s [async] async_cancel: [OK]
  12759. 2753.61 s [async] async_cancel: [OK]
  12760. 2753.61 s [async] async_cancel: [OK]
  12761. 2753.61 s [async] async_cancel: [OK]
  12762. 2753.61 s [async] async_cancel: [OK]
  12763. 2753.61 s [async] async_cancel: [OK]
  12764. 2753.61 s [async] async_cancel: [OK]
  12765. 2753.61 s [async] async_cancel: [OK]
  12766. 2753.61 s [async] async_cancel: [OK]
  12767. 2753.61 s [async] async_cancel: [OK]
  12768. 2753.61 s [async] async_cancel: [OK]
  12769. 2753.61 s [async] async_cancel: [OK]
  12770. 2753.61 s [async] async_cancel: [OK]
  12771. 2753.61 s [async] async_cancel: [OK]
  12772. 2753.61 s [async] async_cancel: [OK]
  12773. 2753.61 s [async] async_cancel: [OK]
  12774. 2753.61 s [async] async_cancel: [OK]
  12775. 2753.61 s [async] async_cancel: [OK]
  12776. 2753.61 s [async] async_cancel: [OK]
  12777. 2753.61 s [async] async_cancel: [OK]
  12778. 2753.61 s [async] async_cancel: [OK]
  12779. 2753.61 s [async] async_cancel: [OK]
  12780. 2753.61 s [async] async_cancel: [OK]
  12781. 2753.61 s [async] async_cancel: [OK]
  12782. 2753.61 s [async] async_cancel: [OK]
  12783. 2753.61 s [async] async_cancel: [OK]
  12784. 2753.61 s [async] async_cancel: [OK]
  12785. 2753.61 s [async] async_cancel: [OK]
  12786. 2753.61 s [async] async_cancel: [OK]
  12787. 2753.61 s [async] async_cancel: [OK]
  12788. 2753.61 s [async] async_cancel: [OK]
  12789. 2753.61 s [async] async_cancel: [OK]
  12790. 2753.61 s [async] async_cancel: [OK]
  12791. 2753.61 s [async] async_cancel: [OK]
  12792. 2753.61 s [async] async_cancel: [OK]
  12793. 2753.61 s [async] async_cancel: [OK]
  12794. 2753.61 s [async] async_cancel: [OK]
  12795. 2753.61 s [async] async_cancel: [OK]
  12796. 2753.61 s [async] async_cancel: [OK]
  12797. 2753.61 s [async] async_cancel: [OK]
  12798. 2753.61 s [async] async_cancel: [OK]
  12799. 2753.61 s [async] async_cancel: [OK]
  12800. 2753.61 s [async] async_cancel: [OK]
  12801. 2753.61 s [async] async_cancel: [OK]
  12802. 2753.61 s [async] async_cancel: [OK]
  12803. 2753.61 s [async] async_cancel: [OK]
  12804. 2753.61 s [async] async_cancel: [OK]
  12805. 2753.61 s [async] async_cancel: [OK]
  12806. 2753.61 s [async] async_cancel: [OK]
  12807. 2753.61 s [async] async_cancel: [OK]
  12808. 2753.61 s [async] async_cancel: [OK]
  12809. 2753.61 s [async] async_cancel: [OK]
  12810. 2753.61 s [async] async_cancel: [OK]
  12811. 2753.61 s [async] async_cancel: [OK]
  12812. 2753.61 s [async] async_cancel: [OK]
  12813. 2753.61 s [async] async_cancel: [OK]
  12814. 2753.61 s [async] async_cancel: [OK]
  12815. 2753.61 s [async] async_cancel: [OK]
  12816. 2753.61 s [async] async_cancel: [OK]
  12817. 2753.61 s [async] async_cancel: [OK]
  12818. 2753.61 s [async] async_cancel: [OK]
  12819. 2753.61 s [async] async_cancel: [OK]
  12820. 2753.61 s [async] async_cancel: [OK]
  12821. 2753.61 s [async] async_cancel: [OK]
  12822. 2753.61 s [async] async_cancel: [OK]
  12823. 2753.61 s [async] async_cancel: [OK]
  12824. 2753.61 s [async] async_cancel: [OK]
  12825. 2753.61 s [async] async_cancel: [OK]
  12826. 2753.61 s [async] async_cancel: [OK]
  12827. 2753.61 s [async] async_cancel: [OK]
  12828. 2753.61 s [async] async_cancel: [OK]
  12829. 2753.61 s [async] async_cancel: [OK]
  12830. 2753.61 s [async] async_cancel: [OK]
  12831. 2753.61 s [async] async_cancel: [OK]
  12832. 2753.61 s [async] async_cancel: [OK]
  12833. 2753.61 s [async] async_cancel: [OK]
  12834. 2753.61 s [async] async_cancel: [OK]
  12835. 2753.61 s [async] async_cancel: [OK]
  12836. 2753.61 s [async] async_cancel: [OK]
  12837. 2753.61 s [async] async_cancel: [OK]
  12838. 2753.61 s [async] async_cancel: [OK]
  12839. 2753.61 s [async] async_cancel: [OK]
  12840. 2753.61 s [async] async_cancel: [OK]
  12841. 2753.61 s [async] async_cancel: [OK]
  12842. 2753.61 s [async] async_cancel: [OK]
  12843. 2753.61 s [async] async_cancel: [OK]
  12844. 2753.61 s [async] async_cancel: [OK]
  12845. 2753.61 s [async] async_cancel: [OK]
  12846. 2753.61 s [async] async_cancel: [OK]
  12847. 2753.61 s [async] async_cancel: [OK]
  12848. 2753.61 s [async] async_cancel: [OK]
  12849. 2753.61 s [async] async_cancel: [OK]
  12850. 2753.61 s [async] async_cancel: [OK]
  12851. 2753.61 s [async] async_cancel: [OK]
  12852. 2753.61 s [async] async_cancel: [OK]
  12853. 2753.61 s [async] async_cancel: [OK]
  12854. 2753.61 s [async] async_cancel: [OK]
  12855. 2753.61 s [async] async_cancel: [OK]
  12856. 2753.61 s [async] async_cancel: [OK]
  12857. 2753.61 s [async] async_cancel: [OK]
  12858. 2753.61 s [async] async_cancel: [OK]
  12859. 2753.61 s [async] async_cancel: [OK]
  12860. 2753.61 s [async] async_cancel: [OK]
  12861. 2753.61 s [async] async_cancel: [OK]
  12862. 2753.61 s [async] async_cancel: [OK]
  12863. 2753.61 s [async] async_cancel: [OK]
  12864. 2753.61 s [async] async_cancel: [OK]
  12865. 2753.61 s [async] async_cancel: [OK]
  12866. 2753.61 s [async] async_cancel: [OK]
  12867. 2753.61 s [async] async_cancel: [OK]
  12868. 2753.61 s [async] async_cancel: [OK]
  12869. 2753.61 s [async] async_cancel: [OK]
  12870. 2753.61 s [async] async_cancel: [OK]
  12871. 2753.61 s [async] async_cancel: [OK]
  12872. 2753.61 s [async] async_cancel: [OK]
  12873. 2753.61 s [async] async_cancel: [OK]
  12874. 2753.61 s [async] async_cancel: [OK]
  12875. 2753.61 s [async] async_cancel: [OK]
  12876. 2753.61 s [async] async_cancel: [OK]
  12877. 2753.61 s [async] async_cancel: [OK]
  12878. 2753.61 s [async] async_cancel: [OK]
  12879. 2753.61 s [async] async_cancel: [OK]
  12880. 2753.61 s [async] async_cancel: [OK]
  12881. 2753.61 s [async] async_cancel: [OK]
  12882. 2753.61 s [async] async_cancel: [OK]
  12883. 2753.61 s [async] async_cancel: [OK]
  12884. 2753.61 s [async] async_cancel: [OK]
  12885. 2753.61 s [async] async_cancel: [OK]
  12886. 2753.61 s [async] async_cancel: [OK]
  12887. 2753.61 s [async] async_cancel: [OK]
  12888. 2753.61 s [async] async_cancel: [OK]
  12889. 2753.61 s [async] async_cancel: [OK]
  12890. 2753.61 s [async] async_cancel: [OK]
  12891. 2753.61 s [async] async_cancel: [OK]
  12892. 2753.61 s [async] async_cancel: [OK]
  12893. 2753.61 s [async] async_cancel: [OK]
  12894. 2753.61 s [async] async_cancel: [OK]
  12895. 2753.61 s [async] async_cancel: [OK]
  12896. 2753.61 s [async] async_cancel: [OK]
  12897. 2753.61 s [async] async_cancel: [OK]
  12898. 2753.61 s [async] async_cancel: [OK]
  12899. 2753.61 s [async] async_cancel: [OK]
  12900. 2753.61 s [async] async_cancel: [OK]
  12901. 2753.62 s [async] async_cancel: [OK]
  12902. 2753.62 s [async] async_cancel: [OK]
  12903. 2753.62 s [async] async_cancel: [OK]
  12904. 2753.62 s [async] async_cancel: [OK]
  12905. 2753.62 s [async] async_cancel: [OK]
  12906. 2753.62 s [async] async_cancel: [OK]
  12907. 2753.62 s [async] async_cancel: [OK]
  12908. 2753.62 s [async] async_cancel: [OK]
  12909. 2753.62 s [async] async_cancel: [OK]
  12910. 2753.62 s [async] async_cancel: [OK]
  12911. 2753.62 s [async] async_cancel: [OK]
  12912. 2753.62 s [async] async_cancel: [OK]
  12913. 2753.62 s [async] async_cancel: [OK]
  12914. 2753.62 s [async] async_cancel: [OK]
  12915. 2753.62 s [async] async_cancel: [OK]
  12916. 2753.62 s [async] async_cancel: [OK]
  12917. 2753.62 s [async] async_cancel: [OK]
  12918. 2753.62 s [async] async_cancel: [OK]
  12919. 2753.62 s [async] async_cancel: [OK]
  12920. 2753.62 s [async] async_cancel: [OK]
  12921. 2753.62 s [async] async_cancel: [OK]
  12922. 2753.62 s [async] async_cancel: [OK]
  12923. 2753.62 s [async] async_cancel: [OK]
  12924. 2753.62 s [async] async_cancel: [OK]
  12925. 2753.62 s [async] async_cancel: [OK]
  12926. 2753.62 s [async] async_cancel: [OK]
  12927. 2753.62 s [async] async_cancel: [OK]
  12928. 2753.62 s [async] async_cancel: [OK]
  12929. 2753.62 s [async] async_cancel: [OK]
  12930. 2753.62 s [async] async_cancel: [OK]
  12931. 2753.62 s [async] async_cancel: [OK]
  12932. 2753.62 s [async] async_cancel: [OK]
  12933. 2753.62 s [async] async_cancel: [OK]
  12934. 2753.62 s [async] async_cancel: [OK]
  12935. 2753.62 s [async] async_cancel: [OK]
  12936. 2753.62 s [async] async_cancel: [OK]
  12937. 2753.62 s [async] async_cancel: [OK]
  12938. 2753.62 s [async] async_cancel: [OK]
  12939. 2753.62 s [barbies] Barbies=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Barbies,Barbies.Bare=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Barbies.Bare,Barbies.Bi=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Barbies.Bi,Barbies.Constraints=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Barbies.Constraints,Barbies.Internal=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Barbies.Internal,Data.Functor.Barbie=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Data.Functor.Barbie,Data.Functor.Transformer=barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F:Data.Functor.Transformer
  12940. 2753.62 s [barbies] unit barbies-2.1.1.0-HRsl67PlUTVKaQxhQKWNNZ-barbies-test
  12941. 2753.62 s [barbies] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  12942. 2753.62 s [barbies] include barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
  12943. 2753.62 s [barbies] include base-4.18.2.0
  12944. 2753.62 s [barbies] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  12945. 2753.62 s [barbies] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  12946. 2753.62 s [barbies] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  12947. 2753.62 s [barbies] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  12948. 2753.62 s [barbies] Ready component graph:
  12949. 2753.62 s [barbies] definite barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
  12950. 2753.62 s [barbies] depends base-4.18.2.0
  12951. 2753.62 s [barbies] depends distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  12952. 2753.62 s [barbies] depends transformers-0.6.1.0
  12953. 2753.62 s [barbies] definite barbies-2.1.1.0-HRsl67PlUTVKaQxhQKWNNZ-barbies-test
  12954. 2753.62 s [barbies] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  12955. 2753.62 s [barbies] depends barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
  12956. 2753.62 s [barbies] depends base-4.18.2.0
  12957. 2753.62 s [barbies] depends distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  12958. 2753.62 s [barbies] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  12959. 2753.62 s [barbies] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  12960. 2753.62 s [barbies] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  12961. 2753.62 s [barbies] Using Cabal-3.10.1.0 compiled by ghc-9.6
  12962. 2753.62 s [barbies] Using compiler: ghc-9.6.4
  12963. 2753.62 s [barbies] Using install prefix:
  12964. 2753.62 s [barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0
  12965. 2753.62 s [barbies] Executables installed in:
  12966. 2753.62 s [barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/bin
  12967. 2753.62 s [barbies] Libraries installed in:
  12968. 2753.62 s [barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
  12969. 2753.62 s [barbies] Dynamic Libraries installed in:
  12970. 2753.62 s [barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  12971. 2753.62 s [barbies] Private executables installed in:
  12972. 2753.62 s [barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/libexec/x86_64-linux-ghc-9.6.4/barbies-2.1.1.0
  12973. 2753.62 s [barbies] Data files installed in:
  12974. 2753.62 s [barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/share/x86_64-linux-ghc-9.6.4/barbies-2.1.1.0
  12975. 2753.62 s [barbies] Documentation installed in:
  12976. 2753.62 s [barbies] /nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc/share/doc/barbies-2.1.1.0
  12977. 2753.62 s [barbies] Configuration files installed in:
  12978. 2753.62 s [barbies] /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/etc
  12979. 2753.62 s [barbies] No alex found
  12980. 2753.62 s [barbies] Using ar found on system at:
  12981. 2753.62 s [barbies] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  12982. 2753.62 s [barbies] No c2hs found
  12983. 2753.62 s [barbies] No cpphs found
  12984. 2753.62 s [barbies] No doctest found
  12985. 2753.62 s [barbies] Using gcc version 14.3.0 given by user at:
  12986. 2753.62 s [barbies] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  12987. 2753.62 s [barbies] Using ghc version 9.6.4 found on system at:
  12988. 2753.62 s [barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  12989. 2753.62 s [barbies] Using ghc-pkg version 9.6.4 found on system at:
  12990. 2753.62 s [barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  12991. 2753.62 s [barbies] No ghcjs found
  12992. 2753.62 s [barbies] No ghcjs-pkg found
  12993. 2753.62 s [barbies] No greencard found
  12994. 2753.62 s [barbies] Using haddock version 2.29.2 found on system at:
  12995. 2753.62 s [barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  12996. 2753.62 s [barbies] No happy found
  12997. 2753.62 s [barbies] Using haskell-suite found on system at: haskell-suite-dummy-location
  12998. 2753.62 s [barbies] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12999. 2753.62 s [barbies] No hmake found
  13000. 2753.62 s [barbies] Using hpc version 0.68 found on system at:
  13001. 2753.62 s [barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  13002. 2753.62 s [barbies] Using hsc2hs version 0.68.9 found on system at:
  13003. 2753.62 s [barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  13004. 2753.62 s [barbies] Using hscolour version 1.25 found on system at:
  13005. 2753.62 s [barbies] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  13006. 2753.62 s [barbies] No jhc found
  13007. 2753.62 s [barbies] Using ld found on system at:
  13008. 2753.62 s [barbies] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  13009. 2753.62 s [barbies] No pkg-config found
  13010. 2753.62 s [barbies] Using runghc version 9.6.4 found on system at:
  13011. 2753.62 s [barbies] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  13012. 2753.62 s [barbies] Using strip version 2.44 found on system at:
  13013. 2753.62 s [barbies] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  13014. 2753.62 s [barbies] Using tar found on system at:
  13015. 2753.62 s [barbies] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  13016. 2753.62 s [barbies] No uhc found
  13017. 2753.62 s [barbies] Phase: buildPhase
  13018. 2753.62 s [barbies] Preprocessing library for barbies-2.1.1.0..
  13019. 2753.62 s [barbies] Building library for barbies-2.1.1.0..
  13020. 2753.62 s [comonad] Control.Comonad=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad,Control.Comonad.Env=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Env,Control.Comonad.Env.Class=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Env.Class,Control.Comonad.Hoist.Class=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Hoist.Class,Control.Comonad.Identity=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Identity,Control.Comonad.Store=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Store,Control.Comonad.Store.Class=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Store.Class,Control.Comonad.Traced=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Traced,Control.Comonad.Traced.Class=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Traced.Class,Control.Comonad.Trans.Class=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Trans.Class,Control.Comonad.Trans.Env=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Trans.Env,Control.Comonad.Trans.Identity=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Trans.Identity,Control.Comonad.Trans.Store=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Trans.Store,Control.Comonad.Trans.Traced=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Control.Comonad.Trans.Traced,Data.Functor.Composition=comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi:Data.Functor.Composition
  13021. 2753.62 s [comonad] Ready component graph:
  13022. 2753.62 s [comonad] definite comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
  13023. 2753.62 s [comonad] depends base-4.18.2.0
  13024. 2753.62 s [comonad] depends containers-0.6.7
  13025. 2753.62 s [comonad] depends distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  13026. 2753.62 s [comonad] depends indexed-traversable-0.1.4-7v6wrTQvaPlAf96LYtS0J1
  13027. 2753.62 s [comonad] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  13028. 2753.62 s [comonad] depends transformers-0.6.1.0
  13029. 2753.62 s [comonad] depends transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  13030. 2753.62 s [comonad] Using Cabal-3.10.1.0 compiled by ghc-9.6
  13031. 2753.62 s [comonad] Using compiler: ghc-9.6.4
  13032. 2753.62 s [comonad] Using install prefix:
  13033. 2753.62 s [comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9
  13034. 2753.62 s [comonad] Executables installed in:
  13035. 2753.62 s [comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/bin
  13036. 2753.62 s [comonad] Libraries installed in:
  13037. 2753.62 s [comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
  13038. 2753.62 s [comonad] Dynamic Libraries installed in:
  13039. 2753.62 s [comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  13040. 2753.62 s [comonad] Private executables installed in:
  13041. 2753.62 s [comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/libexec/x86_64-linux-ghc-9.6.4/comonad-5.0.9
  13042. 2753.62 s [comonad] Data files installed in:
  13043. 2753.62 s [comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/share/x86_64-linux-ghc-9.6.4/comonad-5.0.9
  13044. 2753.62 s [comonad] Documentation installed in:
  13045. 2753.62 s [comonad] /nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc/share/doc/comonad-5.0.9
  13046. 2753.62 s [comonad] Configuration files installed in:
  13047. 2753.62 s [comonad] /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/etc
  13048. 2753.62 s [comonad] No alex found
  13049. 2753.62 s [comonad] Using ar found on system at:
  13050. 2753.62 s [comonad] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  13051. 2753.62 s [comonad] No c2hs found
  13052. 2753.62 s [comonad] No cpphs found
  13053. 2753.62 s [comonad] No doctest found
  13054. 2753.62 s [comonad] Using gcc version 14.3.0 given by user at:
  13055. 2753.62 s [comonad] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  13056. 2753.62 s [comonad] Using ghc version 9.6.4 found on system at:
  13057. 2753.62 s [comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  13058. 2753.62 s [comonad] Using ghc-pkg version 9.6.4 found on system at:
  13059. 2753.62 s [comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  13060. 2753.62 s [comonad] No ghcjs found
  13061. 2753.62 s [comonad] No ghcjs-pkg found
  13062. 2753.62 s [comonad] No greencard found
  13063. 2753.62 s [comonad] Using haddock version 2.29.2 found on system at:
  13064. 2753.62 s [comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  13065. 2753.62 s [comonad] No happy found
  13066. 2753.62 s [comonad] Using haskell-suite found on system at: haskell-suite-dummy-location
  13067. 2753.62 s [comonad] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13068. 2753.62 s [comonad] No hmake found
  13069. 2753.62 s [comonad] Using hpc version 0.68 found on system at:
  13070. 2753.62 s [comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  13071. 2753.62 s [comonad] Using hsc2hs version 0.68.9 found on system at:
  13072. 2753.62 s [comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  13073. 2753.62 s [comonad] Using hscolour version 1.25 found on system at:
  13074. 2753.62 s [comonad] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  13075. 2753.62 s [comonad] No jhc found
  13076. 2753.62 s [comonad] Using ld found on system at:
  13077. 2753.62 s [comonad] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  13078. 2753.62 s [comonad] No pkg-config found
  13079. 2753.62 s [comonad] Using runghc version 9.6.4 found on system at:
  13080. 2753.62 s [comonad] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  13081. 2753.62 s [comonad] Using strip version 2.44 found on system at:
  13082. 2753.62 s [comonad] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  13083. 2753.62 s [comonad] Using tar found on system at:
  13084. 2753.62 s [comonad] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  13085. 2753.62 s [comonad] No uhc found
  13086. 2753.62 s [comonad] Phase: buildPhase
  13087. 2753.91 s [constraints:post-build] Uploading to the NixCI cache: /nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2 /nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc
  13088. 2754.72 s [constraints:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13089. 2755.47 s [constraints:post-build] copying 2 paths...
  13090. 2755.47 s [constraints:post-build] copying path '/nix/store/px77abh9aph73nlnj85m49zx4f2xljip-constraints-0.14.2-doc' to 'https://cache.nix-ci.com'...
  13091. 2756.82 s [constraints:post-build] copying path '/nix/store/84szz7mh78mddsfb6455aj94wnhqhwk0-constraints-0.14.2' to 'https://cache.nix-ci.com'...
  13092. 2762.79 s [constraints:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13093. 2763.75 s [constraints:post-build] copying 1 paths...
  13094. 2763.75 s [constraints:post-build] copying path '/nix/store/pfhy3whc4ylphs6w04v0nq3j9l19q59k-constraints-0.14.2.drv' to 'https://cache.nix-ci.com'...
  13095. 2764.47 s Uploaded constraints in 10.7s
  13096. 2764.48 s Progress: 142 of 211 built (13 building), 298 of 298 downloaded from cache
  13097. 2764.48 s Built constraints in 3m27s
  13098. 2764.79 s [data-fix:post-build] Uploading to the NixCI cache: /nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4 /nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc
  13099. 2765.40 s [data-fix:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13100. 2765.93 s [data-fix:post-build] copying 2 paths...
  13101. 2765.93 s [data-fix:post-build] copying path '/nix/store/pd2i5gqzsy31r7v9g924fab92sd9n0z2-data-fix-0.3.4-doc' to 'https://cache.nix-ci.com'...
  13102. 2766.67 s [data-fix:post-build] copying path '/nix/store/mzl0h1hh6ncq9gsgpg0h1x5g0b2pncxs-data-fix-0.3.4' to 'https://cache.nix-ci.com'...
  13103. 2768.61 s [data-fix:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13104. 2769.72 s [data-fix:post-build] copying 1 paths...
  13105. 2769.72 s [data-fix:post-build] copying path '/nix/store/w4h7ry8kxma5id4cp9zqsgldhw0qx2l1-data-fix-0.3.4.drv' to 'https://cache.nix-ci.com'...
  13106. 2771.23 s Uploaded data-fix in 6.5s
  13107. 2771.23 s Progress: 143 of 212 built (12 building), 298 of 298 downloaded from cache
  13108. 2771.23 s Built data-fix in 1m46s
  13109. 2771.23 s [genvalidity] Installing library in /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  13110. 2771.23 s [genvalidity] Phase: fixupPhase
  13111. 2771.24 s [genvalidity] shrinking RPATHs of ELF executables and libraries in /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0
  13112. 2771.24 s [genvalidity] shrinking /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSgenvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy-ghc9.6.4.so
  13113. 2771.24 s [genvalidity] checking for references to /build/ in /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0...
  13114. 2771.24 s [genvalidity] patching script interpreter paths in /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0
  13115. 2771.24 s [genvalidity] stripping (with command strip and flags -S -p) in /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0/lib
  13116. 2771.24 s [genvalidity] shrinking RPATHs of ELF executables and libraries in /nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc
  13117. 2771.24 s [genvalidity] checking for references to /build/ in /nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc...
  13118. 2771.24 s [genvalidity] patching script interpreter paths in /nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc
  13119. 2771.24 s [text-short] splitAtEnd: OK (1.35s)
  13120. 2771.24 s [text-short] +++ OK, passed 50000 tests.
  13121. 2771.24 s [text-short] find: OK (1.16s)
  13122. 2771.24 s [text-short] +++ OK, passed 50000 tests.
  13123. 2771.24 s [text-short] findIndex: OK (1.13s)
  13124. 2771.24 s [text-short] +++ OK, passed 50000 tests.
  13125. 2771.24 s [text-short] isSuffixOf: OK (1.64s)
  13126. 2771.24 s [text-short] +++ OK, passed 50000 tests.
  13127. 2771.24 s [text-short] isPrefixOf: OK (1.73s)
  13128. 2771.24 s [text-short] +++ OK, passed 50000 tests.
  13129. 2771.70 s [th-orphans:post-build] Uploading to the NixCI cache: /nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16 /nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc
  13130. 2772.45 s [th-orphans:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13131. 2773.00 s [th-orphans:post-build] copying 2 paths...
  13132. 2773.00 s [th-orphans:post-build] copying path '/nix/store/xiyxb4k85bsg0yj9b57ff8mcqiqfcb5h-th-orphans-0.13.16-doc' to 'https://cache.nix-ci.com'...
  13133. 2773.70 s [th-orphans:post-build] copying path '/nix/store/65a1ny6b8bn8d4z6dr22z7xwfyk3fr4m-th-orphans-0.13.16' to 'https://cache.nix-ci.com'...
  13134. 2779.35 s [th-orphans:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13135. 2780.42 s [th-orphans:post-build] copying 1 paths...
  13136. 2780.42 s [th-orphans:post-build] copying path '/nix/store/s3sg3vgdd2v8shnd24k6hyzmhkh4ak0c-th-orphans-0.13.16.drv' to 'https://cache.nix-ci.com'...
  13137. 2780.95 s Uploaded th-orphans in 9.4s
  13138. 2780.96 s Progress: 144 of 213 built (11 building), 298 of 298 downloaded from cache
  13139. 2780.96 s Built th-orphans in 2m32s
  13140. 2780.96 s [time-compat] include base-4.18.2.0
  13141. 2780.96 s [time-compat] include deepseq-1.4.8.1
  13142. 2780.96 s [time-compat] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  13143. 2780.96 s [time-compat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  13144. 2780.96 s [time-compat] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  13145. 2780.96 s [time-compat] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  13146. 2780.96 s [time-compat] include time-1.12.2
  13147. 2780.96 s [time-compat] include time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
  13148. 2780.96 s [time-compat] Linked component graph:
  13149. 2780.96 s [time-compat] unit time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
  13150. 2780.96 s [time-compat] include base-4.18.2.0
  13151. 2780.96 s [time-compat] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  13152. 2780.96 s [time-compat] include deepseq-1.4.8.1
  13153. 2780.96 s [time-compat] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  13154. 2780.96 s [time-compat] include time-1.12.2
  13155. 2780.96 s [time-compat] Data.Time.Calendar.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.Compat,Data.Time.Calendar.Easter.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.Easter.Compat,Data.Time.Calendar.Julian.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.Julian.Compat,Data.Time.Calendar.Month.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.Month.Compat,Data.Time.Calendar.MonthDay.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.MonthDay.Compat,Data.Time.Calendar.OrdinalDate.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.OrdinalDate.Compat,Data.Time.Calendar.Quarter.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.Quarter.Compat,Data.Time.Calendar.WeekDate.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Calendar.WeekDate.Compat,Data.Time.Clock.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Clock.Compat,Data.Time.Clock.POSIX.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Clock.POSIX.Compat,Data.Time.Clock.System.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Clock.System.Compat,Data.Time.Clock.TAI.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Clock.TAI.Compat,Data.Time.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Compat,Data.Time.Format.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Format.Compat,Data.Time.Format.ISO8601.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.Format.ISO8601.Compat,Data.Time.LocalTime.Compat=time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm:Data.Time.LocalTime.Compat
  13156. 2780.96 s [time-compat] unit time-compat-1.9.7-11kSuvyx9Fd45AfytKgc3f-instances
  13157. 2780.96 s [time-compat] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  13158. 2780.96 s [time-compat] include base-4.18.2.0
  13159. 2780.96 s [time-compat] include deepseq-1.4.8.1
  13160. 2780.96 s [time-compat] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  13161. 2780.96 s [time-compat] include time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
  13162. 2780.96 s [time-compat] unit time-compat-1.9.7-NcVbGQvP8VCp45Zou0I6W-main
  13163. 2780.96 s [time-compat] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  13164. 2780.96 s [time-compat] include base-4.18.2.0
  13165. 2780.96 s [time-compat] include deepseq-1.4.8.1
  13166. 2780.96 s [time-compat] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  13167. 2780.96 s [time-compat] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  13168. 2780.96 s [time-compat] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  13169. 2780.96 s [time-compat] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  13170. 2780.96 s [time-compat] include time-1.12.2
  13171. 2780.96 s [time-compat] include time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
  13172. 2780.96 s [time-compat] Ready component graph:
  13173. 2780.96 s [time-compat] definite time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
  13174. 2780.96 s [time-compat] depends base-4.18.2.0
  13175. 2780.96 s [time-compat] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  13176. 2780.96 s [time-compat] depends deepseq-1.4.8.1
  13177. 2780.96 s [time-compat] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  13178. 2780.96 s [time-compat] depends time-1.12.2
  13179. 2780.96 s [time-compat] definite time-compat-1.9.7-NcVbGQvP8VCp45Zou0I6W-main
  13180. 2780.96 s [time-compat] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  13181. 2780.96 s [time-compat] depends base-4.18.2.0
  13182. 2780.96 s [time-compat] depends deepseq-1.4.8.1
  13183. 2780.96 s [time-compat] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  13184. 2780.96 s [time-compat] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  13185. 2780.96 s [time-compat] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  13186. 2780.96 s [time-compat] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  13187. 2780.96 s [time-compat] depends time-1.12.2
  13188. 2780.96 s [time-compat] depends time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
  13189. 2780.96 s [time-compat] definite time-compat-1.9.7-11kSuvyx9Fd45AfytKgc3f-instances
  13190. 2780.97 s [time-compat] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  13191. 2780.97 s [time-compat] depends base-4.18.2.0
  13192. 2780.97 s [time-compat] depends deepseq-1.4.8.1
  13193. 2780.97 s [time-compat] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  13194. 2780.97 s [time-compat] depends time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
  13195. 2780.97 s [uuid-types] unit uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
  13196. 2780.97 s [uuid-types] include base-4.18.2.0
  13197. 2780.97 s [uuid-types] include binary-0.8.9.1
  13198. 2780.97 s [uuid-types] include bytestring-0.11.5.3
  13199. 2780.97 s [uuid-types] include deepseq-1.4.8.1
  13200. 2780.97 s [uuid-types] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  13201. 2780.97 s [uuid-types] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  13202. 2780.97 s [uuid-types] include template-haskell-2.20.0.0
  13203. 2780.97 s [uuid-types] include text-2.0.2
  13204. 2780.97 s [uuid-types] Data.UUID.Types=uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL:Data.UUID.Types,Data.UUID.Types.Internal=uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL:Data.UUID.Types.Internal,Data.UUID.Types.Internal.Builder=uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL:Data.UUID.Types.Internal.Builder
  13205. 2780.97 s [uuid-types] unit uuid-types-1.0.6-BVznWAaOoNTsEjjrCTY81-testuuid
  13206. 2780.97 s [uuid-types] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  13207. 2780.97 s [uuid-types] include base-4.18.2.0
  13208. 2780.97 s [uuid-types] include binary-0.8.9.1
  13209. 2780.97 s [uuid-types] include bytestring-0.11.5.3
  13210. 2780.97 s [uuid-types] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  13211. 2780.97 s [uuid-types] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  13212. 2780.97 s [uuid-types] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  13213. 2780.97 s [uuid-types] include template-haskell-2.20.0.0
  13214. 2780.97 s [uuid-types] include uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
  13215. 2780.97 s [uuid-types] Ready component graph:
  13216. 2780.97 s [uuid-types] definite uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
  13217. 2780.97 s [uuid-types] depends base-4.18.2.0
  13218. 2780.97 s [uuid-types] depends binary-0.8.9.1
  13219. 2780.97 s [uuid-types] depends bytestring-0.11.5.3
  13220. 2780.97 s [uuid-types] depends deepseq-1.4.8.1
  13221. 2780.97 s [uuid-types] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  13222. 2780.97 s [uuid-types] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  13223. 2780.97 s [uuid-types] depends template-haskell-2.20.0.0
  13224. 2780.97 s [uuid-types] depends text-2.0.2
  13225. 2780.97 s [uuid-types] definite uuid-types-1.0.6-BVznWAaOoNTsEjjrCTY81-testuuid
  13226. 2780.97 s [uuid-types] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  13227. 2780.97 s [uuid-types] depends base-4.18.2.0
  13228. 2780.97 s [uuid-types] depends binary-0.8.9.1
  13229. 2780.97 s [uuid-types] depends bytestring-0.11.5.3
  13230. 2780.97 s [uuid-types] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  13231. 2780.97 s [uuid-types] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  13232. 2780.97 s [uuid-types] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  13233. 2780.97 s [uuid-types] depends template-haskell-2.20.0.0
  13234. 2780.97 s [uuid-types] depends uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
  13235. 2780.97 s [uuid-types] Using Cabal-3.10.1.0 compiled by ghc-9.6
  13236. 2780.97 s [uuid-types] Using compiler: ghc-9.6.4
  13237. 2780.97 s [uuid-types] Using install prefix:
  13238. 2780.97 s [uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6
  13239. 2780.97 s [uuid-types] Executables installed in:
  13240. 2780.97 s [uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/bin
  13241. 2780.97 s [uuid-types] Libraries installed in:
  13242. 2780.97 s [uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
  13243. 2780.97 s [uuid-types] Dynamic Libraries installed in:
  13244. 2780.98 s [uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  13245. 2780.98 s [uuid-types] Private executables installed in:
  13246. 2780.98 s [uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/libexec/x86_64-linux-ghc-9.6.4/uuid-types-1.0.6
  13247. 2780.98 s [uuid-types] Data files installed in:
  13248. 2780.98 s [uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/share/x86_64-linux-ghc-9.6.4/uuid-types-1.0.6
  13249. 2780.98 s [uuid-types] Documentation installed in:
  13250. 2780.98 s [uuid-types] /nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc/share/doc/uuid-types-1.0.6
  13251. 2780.98 s [uuid-types] Configuration files installed in:
  13252. 2780.98 s [uuid-types] /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/etc
  13253. 2780.98 s [uuid-types] No alex found
  13254. 2780.98 s [uuid-types] Using ar found on system at:
  13255. 2780.98 s [uuid-types] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  13256. 2780.98 s [uuid-types] No c2hs found
  13257. 2780.98 s [uuid-types] No cpphs found
  13258. 2780.98 s [uuid-types] No doctest found
  13259. 2780.98 s [uuid-types] Using gcc version 14.3.0 given by user at:
  13260. 2780.98 s [uuid-types] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  13261. 2780.98 s [uuid-types] Using ghc version 9.6.4 found on system at:
  13262. 2780.98 s [uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  13263. 2780.98 s [uuid-types] Using ghc-pkg version 9.6.4 found on system at:
  13264. 2780.98 s [uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  13265. 2780.98 s [uuid-types] No ghcjs found
  13266. 2780.98 s [uuid-types] No ghcjs-pkg found
  13267. 2780.98 s [uuid-types] No greencard found
  13268. 2780.98 s [uuid-types] Using haddock version 2.29.2 found on system at:
  13269. 2780.98 s [uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  13270. 2780.98 s [uuid-types] No happy found
  13271. 2780.98 s [uuid-types] Using haskell-suite found on system at: haskell-suite-dummy-location
  13272. 2780.98 s [uuid-types] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13273. 2780.98 s [uuid-types] No hmake found
  13274. 2780.98 s [uuid-types] Using hpc version 0.68 found on system at:
  13275. 2780.98 s [uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  13276. 2780.98 s [uuid-types] Using hsc2hs version 0.68.9 found on system at:
  13277. 2780.98 s [vector] Phase: setupCompilerEnvironmentPhase
  13278. 2780.98 s [vector] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  13279. 2780.98 s [vector] Phase: unpackPhase
  13280. 2780.98 s [vector] unpacking source archive /nix/store/ysi2m95adzhn3nmggwppnxvmps3a93x3-vector-0.13.2.0.tar.gz
  13281. 2780.98 s [vector] source root is vector-0.13.2.0
  13282. 2780.98 s [vector] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "vector-0.13.2.0/vector.cabal"
  13283. 2780.98 s [vector] Phase: patchPhase
  13284. 2780.98 s [vector] Replace Cabal file with edited version from mirror://hackage/vector-0.13.2.0/revision/1.cabal.
  13285. 2780.98 s [vector] Phase: compileBuildDriverPhase
  13286. 2780.98 s [vector] setupCompileFlags: -package-db=/build/tmp.zbpCcwL90s/setup-package.conf.d -threaded
  13287. 2780.98 s [vector] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.zbpCcwL90s/Main.o )
  13288. 2780.98 s [vector] [2 of 2] Linking Setup
  13289. 2780.98 s [vector] Phase: updateAutotoolsGnuConfigScriptsPhase
  13290. 2780.98 s [vector] Phase: configurePhase
  13291. 2780.98 s [vector] configureFlags: --verbose --prefix=/nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.zbpCcwL90s/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/lib
  13292. 2780.98 s [vector] Using Parsec parser
  13293. 2780.98 s [vector] Configuring vector-0.13.2.0...
  13294. 2781.21 s Building /nix/store/0ai4v45inyiy648nkwbqvg1isjs1mvz0-haskell-src-meta-0.8.15.drv
  13295. 2781.21 s [asn1-encoding] Dependency asn1-types >=0.3.0 && <0.4: using asn1-types-0.3.4
  13296. 2781.21 s [asn1-encoding] Dependency base >=4.7 && <5: using base-4.18.2.0
  13297. 2781.21 s [asn1-encoding] Dependency bytestring: using bytestring-0.11.5.3
  13298. 2781.21 s [asn1-encoding] Dependency hourglass >=0.2.6: using hourglass-0.2.12
  13299. 2781.21 s [asn1-encoding] Dependency asn1-encoding: using asn1-encoding-0.9.6
  13300. 2781.21 s [asn1-encoding] Dependency asn1-types: using asn1-types-0.3.4
  13301. 2781.21 s [asn1-encoding] Dependency base >=3 && <7: using base-4.18.2.0
  13302. 2781.21 s [asn1-encoding] Dependency bytestring: using bytestring-0.11.5.3
  13303. 2781.21 s [asn1-encoding] Dependency hourglass: using hourglass-0.2.12
  13304. 2781.21 s [asn1-encoding] Dependency mtl: using mtl-2.3.1
  13305. 2781.21 s [asn1-encoding] Dependency tasty: using tasty-1.5.3
  13306. 2781.21 s [asn1-encoding] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  13307. 2781.21 s [asn1-encoding] Source component graph:
  13308. 2781.21 s [asn1-encoding] component lib
  13309. 2781.21 s [asn1-encoding] component test:tests-asn1-encoding dependency lib
  13310. 2781.21 s [asn1-encoding] Configured component graph:
  13311. 2781.21 s [asn1-encoding] component asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
  13312. 2781.21 s [asn1-encoding] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  13313. 2781.21 s [asn1-encoding] include base-4.18.2.0
  13314. 2781.21 s [asn1-encoding] include bytestring-0.11.5.3
  13315. 2781.21 s [asn1-encoding] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  13316. 2781.21 s [asn1-encoding] component asn1-encoding-0.9.6-EBHUShHc2NmLHEKBByYLPU-tests-asn1-encoding
  13317. 2781.21 s [asn1-encoding] include asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
  13318. 2781.21 s [asn1-encoding] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  13319. 2781.21 s [asn1-encoding] include base-4.18.2.0
  13320. 2781.21 s [asn1-encoding] include bytestring-0.11.5.3
  13321. 2781.21 s [asn1-encoding] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  13322. 2781.21 s [asn1-encoding] include mtl-2.3.1
  13323. 2781.21 s [asn1-encoding] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  13324. 2781.21 s [asn1-encoding] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  13325. 2781.21 s [asn1-encoding] Linked component graph:
  13326. 2781.21 s [asn1-encoding] unit asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
  13327. 2781.21 s [asn1-encoding] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  13328. 2781.21 s [asn1-encoding] include base-4.18.2.0
  13329. 2781.21 s [asn1-encoding] include bytestring-0.11.5.3
  13330. 2781.21 s [asn1-encoding] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  13331. 2781.21 s [asn1-encoding] Data.ASN1.BinaryEncoding=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.BinaryEncoding,Data.ASN1.BinaryEncoding.Raw=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.BinaryEncoding.Raw,Data.ASN1.Encoding=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.Encoding,Data.ASN1.Error=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.Error,Data.ASN1.Object=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.Object,Data.ASN1.Prim=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.Prim,Data.ASN1.Stream=asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2:Data.ASN1.Stream
  13332. 2781.21 s [asn1-encoding] unit asn1-encoding-0.9.6-EBHUShHc2NmLHEKBByYLPU-tests-asn1-encoding
  13333. 2781.21 s [asn1-encoding] include asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
  13334. 2781.21 s [asn1-encoding] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  13335. 2781.21 s [asn1-encoding] include base-4.18.2.0
  13336. 2781.21 s [asn1-encoding] include bytestring-0.11.5.3
  13337. 2781.21 s [asn1-encoding] include hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  13338. 2781.21 s [asn1-encoding] include mtl-2.3.1
  13339. 2781.22 s [asn1-encoding] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  13340. 2781.22 s [asn1-encoding] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  13341. 2781.22 s [asn1-encoding] Ready component graph:
  13342. 2781.22 s [asn1-encoding] definite asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
  13343. 2781.22 s [asn1-encoding] depends asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  13344. 2781.22 s [asn1-encoding] depends base-4.18.2.0
  13345. 2781.22 s [asn1-encoding] depends bytestring-0.11.5.3
  13346. 2781.22 s [asn1-encoding] depends hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  13347. 2781.22 s [asn1-encoding] definite asn1-encoding-0.9.6-EBHUShHc2NmLHEKBByYLPU-tests-asn1-encoding
  13348. 2781.22 s [asn1-encoding] depends asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
  13349. 2781.22 s [asn1-encoding] depends asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  13350. 2781.22 s [asn1-encoding] depends base-4.18.2.0
  13351. 2781.22 s [asn1-encoding] depends bytestring-0.11.5.3
  13352. 2781.22 s [asn1-encoding] depends hourglass-0.2.12-LIntKAGawPkJ2Zcnm6NcEg
  13353. 2781.22 s [asn1-encoding] depends mtl-2.3.1
  13354. 2781.22 s [asn1-encoding] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  13355. 2781.22 s [asn1-encoding] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  13356. 2781.22 s [asn1-encoding] Using Cabal-3.10.1.0 compiled by ghc-9.6
  13357. 2781.22 s [asn1-encoding] Using compiler: ghc-9.6.4
  13358. 2781.22 s [asn1-encoding] Using install prefix:
  13359. 2781.22 s [asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6
  13360. 2781.22 s [asn1-encoding] Executables installed in:
  13361. 2781.22 s [asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/bin
  13362. 2781.22 s [asn1-encoding] Libraries installed in:
  13363. 2781.22 s [asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
  13364. 2781.22 s [asn1-encoding] Dynamic Libraries installed in:
  13365. 2781.22 s [asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  13366. 2781.22 s [asn1-encoding] Private executables installed in:
  13367. 2781.22 s [asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/libexec/x86_64-linux-ghc-9.6.4/asn1-encoding-0.9.6
  13368. 2781.22 s [async] async_cancel: [OK]
  13369. 2781.22 s [async] async_cancel: [OK]
  13370. 2781.22 s [async] async_cancel: [OK]
  13371. 2781.22 s [async] async_cancel: [OK]
  13372. 2781.22 s [async] async_cancel: [OK]
  13373. 2781.22 s [async] async_cancel: [OK]
  13374. 2781.22 s [async] async_cancel: [OK]
  13375. 2781.22 s [async] async_cancel: [OK]
  13376. 2781.22 s [async] async_cancel: [OK]
  13377. 2781.22 s [async] async_cancel: [OK]
  13378. 2781.22 s [async] async_cancel: [OK]
  13379. 2781.22 s [async] async_cancel: [OK]
  13380. 2781.22 s [async] async_cancel: [OK]
  13381. 2781.22 s [async] async_cancel: [OK]
  13382. 2781.22 s [async] async_cancel: [OK]
  13383. 2781.22 s [async] async_cancel: [OK]
  13384. 2781.22 s [async] async_cancel: [OK]
  13385. 2781.22 s [async] async_cancel: [OK]
  13386. 2781.22 s [async] async_cancel: [OK]
  13387. 2781.23 s [async] async_cancel: [OK]
  13388. 2781.23 s [async] async_cancel: [OK]
  13389. 2781.23 s [async] async_cancel: [OK]
  13390. 2781.23 s [async] async_cancel: [OK]
  13391. 2781.23 s [async] async_cancel: [OK]
  13392. 2781.23 s [async] async_cancel: [OK]
  13393. 2781.23 s [async] async_cancel: [OK]
  13394. 2781.23 s [async] async_cancel: [OK]
  13395. 2781.23 s [async] async_cancel: [OK]
  13396. 2781.23 s [async] async_cancel: [OK]
  13397. 2781.23 s [async] async_cancel: [OK]
  13398. 2781.24 s [async] async_cancel: [OK]
  13399. 2781.24 s [async] async_cancel: [OK]
  13400. 2781.24 s [async] async_cancel: [OK]
  13401. 2781.24 s [async] async_cancel: [OK]
  13402. 2781.24 s [async] async_cancel: [OK]
  13403. 2781.24 s [async] async_cancel: [OK]
  13404. 2781.24 s [async] async_cancel: [OK]
  13405. 2781.24 s [async] async_cancel: [OK]
  13406. 2781.24 s [async] async_cancel: [OK]
  13407. 2781.24 s [async] async_cancel: [OK]
  13408. 2781.24 s [async] async_cancel: [OK]
  13409. 2781.24 s [async] async_cancel: [OK]
  13410. 2781.24 s [async] async_cancel: [OK]
  13411. 2781.24 s [async] async_cancel: [OK]
  13412. 2781.24 s [async] async_cancel: [OK]
  13413. 2781.24 s [async] async_cancel: [OK]
  13414. 2781.24 s [async] async_cancel: [OK]
  13415. 2781.24 s [async] async_cancel: [OK]
  13416. 2781.24 s [async] async_cancel: [OK]
  13417. 2781.24 s [async] async_cancel: [OK]
  13418. 2781.24 s [async] async_cancel: [OK]
  13419. 2781.24 s [async] async_cancel: [OK]
  13420. 2781.24 s [async] async_cancel: [OK]
  13421. 2781.24 s [async] async_cancel: [OK]
  13422. 2781.24 s [async] async_cancel: [OK]
  13423. 2781.24 s [async] async_cancel: [OK]
  13424. 2781.24 s [async] async_cancel: [OK]
  13425. 2781.24 s [async] async_cancel: [OK]
  13426. 2781.24 s [async] async_cancel: [OK]
  13427. 2781.24 s [async] async_cancel: [OK]
  13428. 2781.24 s [async] async_cancel: [OK]
  13429. 2781.24 s [async] async_cancel: [OK]
  13430. 2781.24 s [async] async_cancel: [OK]
  13431. 2781.24 s [async] async_cancel: [OK]
  13432. 2781.24 s [async] async_cancel: [OK]
  13433. 2781.25 s [async] async_cancel: [OK]
  13434. 2781.25 s [async] async_cancel: [OK]
  13435. 2781.25 s [async] async_cancel: [OK]
  13436. 2781.25 s [async] async_cancel: [OK]
  13437. 2781.25 s [async] async_cancel: [OK]
  13438. 2781.25 s [async] async_cancel: [OK]
  13439. 2781.25 s [async] async_cancel: [OK]
  13440. 2781.25 s [async] async_cancel: [OK]
  13441. 2781.25 s [async] async_cancel: [OK]
  13442. 2781.25 s [async] async_cancel: [OK]
  13443. 2781.25 s [async] async_cancel: [OK]
  13444. 2781.25 s [async] async_cancel: [OK]
  13445. 2781.25 s [async] async_cancel: [OK]
  13446. 2781.25 s [async] async_cancel: [OK]
  13447. 2781.25 s [async] async_cancel: [OK]
  13448. 2781.25 s [async] async_cancel: [OK]
  13449. 2781.25 s [async] async_cancel: [OK]
  13450. 2781.25 s [async] async_cancel: [OK]
  13451. 2781.25 s [async] async_cancel: [OK]
  13452. 2781.25 s [async] async_cancelmany: [OK]
  13453. 2781.25 s [async] async_poll: [OK]
  13454. 2781.25 s [async] async_poll2: [OK]
  13455. 2781.25 s [async] withasync_waitCatch_blocked: [OK]
  13456. 2781.25 s [async] withasync_wait_blocked: [OK]
  13457. 2781.25 s [async] children surviving too long:
  13458. 2781.25 s [async] concurrently+success: [OK]
  13459. 2781.25 s [async] concurrently+failure: [OK]
  13460. 2781.25 s [async] concurrentlyE+success: [OK]
  13461. 2781.25 s [async] concurrentlyE+failure: [OK]
  13462. 2781.25 s [async] race+success: [OK]
  13463. 2781.25 s [async] race+failure: [OK]
  13464. 2781.25 s [async] cancel: [OK]
  13465. 2781.25 s [async] withAsync: [OK]
  13466. 2781.25 s [async] concurrently_: [OK]
  13467. 2781.25 s [async] replicateConcurrently_: [OK]
  13468. 2781.25 s [async] replicateConcurrently: [OK]
  13469. 2781.25 s [async] link1: [OK]
  13470. 2781.25 s [async] link2: [OK]
  13471. 2781.25 s [async] link1_cancel: [OK]
  13472. 2781.25 s [async] concurrently_deadlock: [OK]
  13473. 2781.25 s [async] concurrentlyE_deadlock: [OK]
  13474. 2781.25 s [async] concurrentlyE:
  13475. 2781.25 s [async] concurrentlyE_right: [OK]
  13476. 2781.25 s [async] concurrentlyE_left1: [OK]
  13477. 2781.25 s [async] concurrentlyE_left2: [OK]
  13478. 2781.25 s [async] concurrentlyE_earlyException: [OK]
  13479. 2781.25 s [async] concurrentlyE_lateException: [OK]
  13480. 2781.25 s [async] concurrentlyE_Monoid: [OK]
  13481. 2781.26 s [async] concurrentlyE_Monoid_fail: [OK]
  13482. 2781.26 s [async]
  13483. 2781.26 s [async] Test Cases Total
  13484. 2781.26 s [async] Passed 1034 1034
  13485. 2781.26 s [async] Failed 0 0
  13486. 2781.26 s [async] Total 1034 1034
  13487. 2781.26 s [async] Test suite test-async: PASS
  13488. 2781.26 s [async] Test suite logged to: dist/test/async-2.2.5-test-async.log
  13489. 2781.26 s [async] 1 of 1 test suites (1 of 1 test cases) passed.
  13490. 2781.26 s [async] checkPhase completed in 1 minutes 31 seconds
  13491. 2781.26 s [async] Phase: haddockPhase
  13492. 2781.26 s [async] Preprocessing library for async-2.2.5..
  13493. 2781.26 s [async] Running Haddock on library for async-2.2.5..
  13494. 2781.26 s [async] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  13495. 2781.26 s [async] 86% ( 58 / 67) in 'Control.Concurrent.Async.Internal'
  13496. 2781.26 s [async] Missing documentation for:
  13497. 2781.26 s [async] asyncUsing (Control/Concurrent/Async/Internal.hs:122)
  13498. 2781.26 s [async] withAsyncUsing (Control/Concurrent/Async/Internal.hs:174)
  13499. 2781.26 s [async] ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
  13500. 2781.26 s [async] isCancel (Control/Concurrent/Async/Internal.hs:541)
  13501. 2781.26 s [async] concurrently' (Control/Concurrent/Async/Internal.hs:646)
  13502. 2781.26 s [async] catchAll (Control/Concurrent/Async/Internal.hs:857)
  13503. 2781.26 s [async] tryAll (Control/Concurrent/Async/Internal.hs:860)
  13504. 2781.26 s [async] rawForkIO (Control/Concurrent/Async/Internal.hs:867)
  13505. 2781.26 s [async] rawForkOn (Control/Concurrent/Async/Internal.hs:872)
  13506. 2781.26 s [async]
  13507. 2781.26 s [async] Control/Concurrent/Async/Internal.hs:50:1: warning: [-Wunused-imports]
  13508. 2781.26 s [async] The import of ‘Data.Semigroup’ is redundant
  13509. 2781.26 s [async] except perhaps to import instances from ‘Data.Semigroup’
  13510. 2781.26 s [async] To import instances alone, use: import Data.Semigroup()
  13511. 2781.26 s [async] |
  13512. 2781.26 s [async] 50 | import Data.Semigroup (Semigroup((<>)))
  13513. 2781.26 s [barbies] [ 1 of 32] Compiling Barbies.Internal.Dicts ( src/Barbies/Internal/Dicts.hs, dist/build/Barbies/Internal/Dicts.o, dist/build/Barbies/Internal/Dicts.dyn_o )
  13514. 2781.26 s [barbies] [ 2 of 32] Compiling Barbies.Internal.Writer ( src/Barbies/Internal/Writer.hs, dist/build/Barbies/Internal/Writer.o, dist/build/Barbies/Internal/Writer.dyn_o )
  13515. 2781.26 s [barbies] [ 3 of 32] Compiling Data.Generics.GenericN ( src/Data/Generics/GenericN.hs, dist/build/Data/Generics/GenericN.o, dist/build/Data/Generics/GenericN.dyn_o )
  13516. 2781.26 s [barbies] [ 4 of 32] Compiling Barbies.Internal.Wear ( src/Barbies/Internal/Wear.hs, dist/build/Barbies/Internal/Wear.o, dist/build/Barbies/Internal/Wear.dyn_o )
  13517. 2781.26 s [barbies] [ 5 of 32] Compiling Barbies.Generics.Traversable ( src/Barbies/Generics/Traversable.hs, dist/build/Barbies/Generics/Traversable.o, dist/build/Barbies/Generics/Traversable.dyn_o )
  13518. 2781.26 s [barbies] [ 6 of 32] Compiling Barbies.Generics.Functor ( src/Barbies/Generics/Functor.hs, dist/build/Barbies/Generics/Functor.o, dist/build/Barbies/Generics/Functor.dyn_o )
  13519. 2781.26 s [barbies] [ 7 of 32] Compiling Barbies.Internal.FunctorT ( src/Barbies/Internal/FunctorT.hs, dist/build/Barbies/Internal/FunctorT.o, dist/build/Barbies/Internal/FunctorT.dyn_o )
  13520. 2781.26 s [barbies] [ 8 of 32] Compiling Barbies.Internal.TraversableT ( src/Barbies/Internal/TraversableT.hs, dist/build/Barbies/Internal/TraversableT.o, dist/build/Barbies/Internal/TraversableT.dyn_o )
  13521. 2781.26 s [barbies] [ 9 of 32] Compiling Barbies.Internal.MonadT ( src/Barbies/Internal/MonadT.hs, dist/build/Barbies/Internal/MonadT.o, dist/build/Barbies/Internal/MonadT.dyn_o )
  13522. 2781.26 s [barbies] [10 of 32] Compiling Barbies.Internal.FunctorB ( src/Barbies/Internal/FunctorB.hs, dist/build/Barbies/Internal/FunctorB.o, dist/build/Barbies/Internal/FunctorB.dyn_o )
  13523. 2781.26 s [barbies] [11 of 32] Compiling Barbies.Internal.TraversableB ( src/Barbies/Internal/TraversableB.hs, dist/build/Barbies/Internal/TraversableB.o, dist/build/Barbies/Internal/TraversableB.dyn_o )
  13524. 2781.26 s [barbies] [12 of 32] Compiling Barbies.Generics.Distributive ( src/Barbies/Generics/Distributive.hs, dist/build/Barbies/Generics/Distributive.o, dist/build/Barbies/Generics/Distributive.dyn_o )
  13525. 2781.26 s [barbies] [13 of 32] Compiling Barbies.Internal.DistributiveT ( src/Barbies/Internal/DistributiveT.hs, dist/build/Barbies/Internal/DistributiveT.o, dist/build/Barbies/Internal/DistributiveT.dyn_o )
  13526. 2781.26 s [barbies] [14 of 32] Compiling Barbies.Internal.DistributiveB ( src/Barbies/Internal/DistributiveB.hs, dist/build/Barbies/Internal/DistributiveB.o, dist/build/Barbies/Internal/DistributiveB.dyn_o )
  13527. 2781.26 s [barbies] [15 of 32] Compiling Barbies.Generics.Constraints ( src/Barbies/Generics/Constraints.hs, dist/build/Barbies/Generics/Constraints.o, dist/build/Barbies/Generics/Constraints.dyn_o )
  13528. 2781.26 s [barbies] [16 of 32] Compiling Barbies.Generics.Bare ( src/Barbies/Generics/Bare.hs, dist/build/Barbies/Generics/Bare.o, dist/build/Barbies/Generics/Bare.dyn_o )
  13529. 2781.26 s [barbies] [17 of 32] Compiling Barbies.Internal.BareB ( src/Barbies/Internal/BareB.hs, dist/build/Barbies/Internal/BareB.o, dist/build/Barbies/Internal/BareB.dyn_o )
  13530. 2781.26 s [barbies] [18 of 32] Compiling Barbies.Bare ( src/Barbies/Bare.hs, dist/build/Barbies/Bare.o, dist/build/Barbies/Bare.dyn_o )
  13531. 2781.26 s [barbies] [19 of 32] Compiling Barbies.Generics.Applicative ( src/Barbies/Generics/Applicative.hs, dist/build/Barbies/Generics/Applicative.o, dist/build/Barbies/Generics/Applicative.dyn_o )
  13532. 2781.26 s [barbies] [20 of 32] Compiling Barbies.Internal.ApplicativeT ( src/Barbies/Internal/ApplicativeT.hs, dist/build/Barbies/Internal/ApplicativeT.o, dist/build/Barbies/Internal/ApplicativeT.dyn_o )
  13533. 2781.26 s [barbies] [21 of 32] Compiling Barbies.Internal.ConstraintsT ( src/Barbies/Internal/ConstraintsT.hs, dist/build/Barbies/Internal/ConstraintsT.o, dist/build/Barbies/Internal/ConstraintsT.dyn_o )
  13534. 2781.26 s [barbies] [22 of 32] Compiling Data.Functor.Transformer ( src/Data/Functor/Transformer.hs, dist/build/Data/Functor/Transformer.o, dist/build/Data/Functor/Transformer.dyn_o )
  13535. 2781.26 s [barbies] [23 of 32] Compiling Barbies.Internal.ApplicativeB ( src/Barbies/Internal/ApplicativeB.hs, dist/build/Barbies/Internal/ApplicativeB.o, dist/build/Barbies/Internal/ApplicativeB.dyn_o )
  13536. 2781.26 s [barbies] [24 of 32] Compiling Barbies.Internal.ConstraintsB ( src/Barbies/Internal/ConstraintsB.hs, dist/build/Barbies/Internal/ConstraintsB.o, dist/build/Barbies/Internal/ConstraintsB.dyn_o )
  13537. 2781.26 s [comonad] Preprocessing library for comonad-5.0.9..
  13538. 2781.26 s [comonad] Building library for comonad-5.0.9..
  13539. 2781.26 s [comonad] [ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.o, dist/build/Control/Comonad.dyn_o )
  13540. 2781.26 s [comonad] [ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o, dist/build/Control/Comonad/Hoist/Class.dyn_o )
  13541. 2781.26 s [comonad] [ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o, dist/build/Control/Comonad/Trans/Class.dyn_o )
  13542. 2781.26 s [comonad] [ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o, dist/build/Control/Comonad/Trans/Env.dyn_o )
  13543. 2781.27 s [comonad] [ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o, dist/build/Control/Comonad/Trans/Identity.dyn_o )
  13544. 2781.27 s [comonad] [ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o, dist/build/Control/Comonad/Identity.dyn_o )
  13545. 2781.27 s [comonad] [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o, dist/build/Control/Comonad/Trans/Store.dyn_o )
  13546. 2781.27 s [comonad] [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o, dist/build/Control/Comonad/Trans/Traced.dyn_o )
  13547. 2781.27 s [comonad] [ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o, dist/build/Control/Comonad/Traced/Class.dyn_o )
  13548. 2781.27 s [comonad] [10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o, dist/build/Control/Comonad/Traced.dyn_o )
  13549. 2781.27 s [comonad] [11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o, dist/build/Control/Comonad/Store/Class.dyn_o )
  13550. 2781.27 s [comonad] [12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o, dist/build/Control/Comonad/Store.dyn_o )
  13551. 2781.27 s [comonad] [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o, dist/build/Control/Comonad/Env/Class.dyn_o )
  13552. 2781.27 s [comonad] [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o, dist/build/Control/Comonad/Env.dyn_o )
  13553. 2781.27 s [comonad] [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o, dist/build/Data/Functor/Composition.dyn_o )
  13554. 2781.27 s [comonad] [ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.p_o )
  13555. 2781.27 s [comonad] [ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.p_o )
  13556. 2781.27 s [comonad] [ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.p_o )
  13557. 2781.27 s [comonad] [ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.p_o )
  13558. 2781.27 s [comonad] [ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.p_o )
  13559. 2781.27 s [comonad] [ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.p_o )
  13560. 2781.27 s [comonad] [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.p_o )
  13561. 2781.27 s [comonad] [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.p_o )
  13562. 2781.27 s [comonad] [ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.p_o )
  13563. 2781.27 s [comonad] [10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.p_o )
  13564. 2781.27 s [comonad] [11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.p_o )
  13565. 2781.27 s [comonad] [12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.p_o )
  13566. 2781.27 s [crypton] Preprocessing test suite 'test-crypton' for crypton-1.0.4..
  13567. 2781.27 s [crypton] Building test suite 'test-crypton' for crypton-1.0.4..
  13568. 2781.27 s [crypton] [ 1 of 58] Compiling BCryptPBKDF ( tests/BCryptPBKDF.hs, dist/build/test-crypton/test-crypton-tmp/BCryptPBKDF.o )
  13569. 2781.50 s [genvalidity:post-build] Uploading to the NixCI cache: /nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc /nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0
  13570. 2781.89 s [genvalidity:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13571. 2782.62 s [genvalidity:post-build] copying 2 paths...
  13572. 2782.62 s [genvalidity:post-build] copying path '/nix/store/la0dxa3glkmvhmwvisip192nh4s0xv4j-genvalidity-1.1.1.0-doc' to 'https://cache.nix-ci.com'...
  13573. 2783.77 s [genvalidity:post-build] copying path '/nix/store/qaij01s6p85yvvgsxax9pf8hlyshk45c-genvalidity-1.1.1.0' to 'https://cache.nix-ci.com'...
  13574. 2786.96 s [genvalidity:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13575. 2788.08 s [genvalidity:post-build] copying 1 paths...
  13576. 2788.09 s [genvalidity:post-build] copying path '/nix/store/gdi5p0dx3iihvh8xjw4j486ji1jsykwg-genvalidity-1.1.1.0.drv' to 'https://cache.nix-ci.com'...
  13577. 2788.88 s Uploaded genvalidity in 7.4s
  13578. 2788.90 s Progress: 145 of 211 built (11 building), 298 of 298 downloaded from cache
  13579. 2788.90 s Built genvalidity in 4m42s
  13580. 2788.90 s [strict] Phase: setupCompilerEnvironmentPhase
  13581. 2788.90 s [strict] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  13582. 2788.90 s [strict] Phase: unpackPhase
  13583. 2788.90 s [strict] unpacking source archive /nix/store/fsrb31ha52zg847j45yqvbbss2qhks1b-strict-0.5.1.tar.gz
  13584. 2788.90 s [strict] source root is strict-0.5.1
  13585. 2788.90 s [strict] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "strict-0.5.1/strict.cabal"
  13586. 2788.90 s [strict] Phase: patchPhase
  13587. 2788.90 s [strict] Replace Cabal file with edited version from mirror://hackage/strict-0.5.1/revision/1.cabal.
  13588. 2788.90 s [strict] Phase: compileBuildDriverPhase
  13589. 2788.90 s [strict] setupCompileFlags: -package-db=/build/tmp.JGRuvnPdnu/setup-package.conf.d -threaded
  13590. 2788.90 s [strict] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.JGRuvnPdnu/Main.o )
  13591. 2788.90 s [strict] [2 of 2] Linking Setup
  13592. 2788.91 s [strict] Phase: updateAutotoolsGnuConfigScriptsPhase
  13593. 2788.91 s [strict] Phase: configurePhase
  13594. 2788.91 s [strict] configureFlags: --verbose --prefix=/nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc/share/doc/strict-0.5.1 --with-gcc=gcc --package-db=/build/tmp.JGRuvnPdnu/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  13595. 2788.91 s [strict] Using Parsec parser
  13596. 2788.91 s [strict] Configuring strict-0.5.1...
  13597. 2788.91 s [strict] Dependency assoc >=1.1.1 && <1.2: using assoc-1.1.1
  13598. 2788.91 s [strict] Dependency base >=4.12.0.0 && <5: using base-4.18.2.0
  13599. 2788.92 s [strict] Dependency binary >=0.8.6.0 && <0.9: using binary-0.8.9.1
  13600. 2788.92 s [strict] Dependency bytestring >=0.10.8.2 && <0.13: using bytestring-0.11.5.3
  13601. 2788.92 s [strict] Dependency deepseq >=1.4.4.0 && <1.6: using deepseq-1.4.8.1
  13602. 2788.92 s [strict] Dependency ghc-prim: using ghc-prim-0.10.0
  13603. 2788.92 s [strict] Dependency hashable >=1.4.7.0 && <1.6: using hashable-1.4.7.0
  13604. 2788.92 s [strict] Dependency text >=1.2.3.1 && <1.3 || >=2.0 && <2.2: using text-2.0.2
  13605. 2788.92 s [strict] Dependency these >=1.2.1 && <1.3: using these-1.2.1
  13606. 2788.92 s [strict] Dependency transformers >=0.5.6.2 && <0.7: using transformers-0.6.1.0
  13607. 2788.92 s [strict] Source component graph: component lib
  13608. 2788.92 s [strict] Configured component graph:
  13609. 2788.92 s [strict] component strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o
  13610. 2788.92 s [strict] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
  13611. 2788.92 s [strict] include base-4.18.2.0
  13612. 2788.92 s [strict] include binary-0.8.9.1
  13613. 2788.92 s [strict] include bytestring-0.11.5.3
  13614. 2788.92 s [strict] include deepseq-1.4.8.1
  13615. 2788.92 s [strict] include ghc-prim-0.10.0
  13616. 2788.92 s [strict] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  13617. 2788.92 s [strict] include text-2.0.2
  13618. 2788.92 s [strict] include these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
  13619. 2788.92 s [strict] include transformers-0.6.1.0
  13620. 2788.92 s [strict] Linked component graph:
  13621. 2788.92 s [strict] unit strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o
  13622. 2788.92 s [strict] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
  13623. 2788.92 s [strict] include base-4.18.2.0
  13624. 2788.92 s [strict] include binary-0.8.9.1
  13625. 2788.92 s [strict] include bytestring-0.11.5.3
  13626. 2788.92 s [strict] include deepseq-1.4.8.1
  13627. 2788.92 s [strict] include ghc-prim-0.10.0
  13628. 2788.92 s [strict] include hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  13629. 2788.92 s [strict] include text-2.0.2
  13630. 2788.92 s [strict] include these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
  13631. 2788.92 s [strict] include transformers-0.6.1.0
  13632. 2788.92 s [text-short] stripPrefix: OK (2.03s)
  13633. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13634. 2788.92 s [text-short] stripSuffix: OK (2.26s)
  13635. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13636. 2788.92 s [text-short] stripPrefix 2: OK (1.11s)
  13637. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13638. 2788.92 s [text-short] stripSuffix 2: OK (1.13s)
  13639. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13640. 2788.92 s [text-short] cons: OK (1.40s)
  13641. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13642. 2788.92 s [text-short] snoc: OK (1.58s)
  13643. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13644. 2788.92 s [text-short] uncons: OK (1.47s)
  13645. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13646. 2788.92 s [text-short] unsnoc: OK (1.24s)
  13647. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13648. 2788.92 s [text-short] break: OK (1.28s)
  13649. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13650. 2788.92 s [text-short] span: OK (1.14s)
  13651. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13652. 2788.92 s [text-short] breakEnd: OK (1.10s)
  13653. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13654. 2788.92 s [text-short] spanEnd: OK (1.08s)
  13655. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13656. 2788.92 s [text-short] splitAt/isPrefixOf: OK (1.51s)
  13657. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13658. 2788.92 s [text-short] splitAt/isSuffixOf: OK (1.52s)
  13659. 2788.92 s [text-short] +++ OK, passed 50000 tests.
  13660. 2788.92 s [text-short]
  13661. 2788.92 s [text-short] All 81 tests passed (100.06s)
  13662. 2788.92 s [text-short] Test suite text-short-tests: PASS
  13663. 2788.92 s [text-short] Test suite logged to: dist/test/text-short-0.1.6-text-short-tests.log
  13664. 2788.92 s [text-short] 1 of 1 test suites (1 of 1 test cases) passed.
  13665. 2788.92 s [text-short] checkPhase completed in 1 minutes 41 seconds
  13666. 2788.92 s [text-short] Phase: haddockPhase
  13667. 2788.92 s [text-short] Preprocessing library for text-short-0.1.6..
  13668. 2788.93 s [text-short] Running Haddock on library for text-short-0.1.6..
  13669. 2788.93 s [text-short] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  13670. 2788.93 s [text-short] 100% ( 3 / 3) in 'Data.Text.Short.Unsafe'
  13671. 2788.93 s [text-short] 100% ( 76 / 76) in 'Data.Text.Short'
  13672. 2788.93 s [text-short] 100% ( 9 / 9) in 'Data.Text.Short.Partial'
  13673. 2788.93 s [time-compat] Using Cabal-3.10.1.0 compiled by ghc-9.6
  13674. 2788.93 s [time-compat] Using compiler: ghc-9.6.4
  13675. 2788.93 s [time-compat] Using install prefix:
  13676. 2788.93 s [time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7
  13677. 2788.93 s [time-compat] Executables installed in:
  13678. 2788.93 s [time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/bin
  13679. 2788.93 s [time-compat] Libraries installed in:
  13680. 2788.93 s [time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
  13681. 2788.93 s [time-compat] Dynamic Libraries installed in:
  13682. 2788.93 s [time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  13683. 2788.93 s [time-compat] Private executables installed in:
  13684. 2788.93 s [time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/libexec/x86_64-linux-ghc-9.6.4/time-compat-1.9.7
  13685. 2788.93 s [time-compat] Data files installed in:
  13686. 2788.93 s [time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/share/x86_64-linux-ghc-9.6.4/time-compat-1.9.7
  13687. 2788.93 s [time-compat] Documentation installed in:
  13688. 2788.93 s [time-compat] /nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc/share/doc/time-compat-1.9.7
  13689. 2788.93 s [time-compat] Configuration files installed in:
  13690. 2788.93 s [time-compat] /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/etc
  13691. 2788.93 s [time-compat] No alex found
  13692. 2788.93 s [time-compat] Using ar found on system at:
  13693. 2788.93 s [time-compat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  13694. 2788.93 s [time-compat] No c2hs found
  13695. 2788.93 s [time-compat] No cpphs found
  13696. 2788.93 s [time-compat] No doctest found
  13697. 2788.93 s [time-compat] Using gcc version 14.3.0 given by user at:
  13698. 2788.93 s [time-compat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  13699. 2788.93 s [time-compat] Using ghc version 9.6.4 found on system at:
  13700. 2788.93 s [time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  13701. 2788.93 s [time-compat] Using ghc-pkg version 9.6.4 found on system at:
  13702. 2788.93 s [time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  13703. 2788.93 s [time-compat] No ghcjs found
  13704. 2788.93 s [time-compat] No ghcjs-pkg found
  13705. 2788.93 s [time-compat] No greencard found
  13706. 2788.93 s [time-compat] Using haddock version 2.29.2 found on system at:
  13707. 2788.93 s [time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  13708. 2788.93 s [time-compat] No happy found
  13709. 2788.93 s [time-compat] Using haskell-suite found on system at: haskell-suite-dummy-location
  13710. 2788.93 s [time-compat] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13711. 2788.93 s [time-compat] No hmake found
  13712. 2788.93 s [time-compat] Using hpc version 0.68 found on system at:
  13713. 2788.93 s [time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  13714. 2788.93 s [time-compat] Using hsc2hs version 0.68.9 found on system at:
  13715. 2788.93 s [time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  13716. 2788.94 s [time-compat] Using hscolour version 1.25 found on system at:
  13717. 2788.94 s [time-compat] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  13718. 2788.94 s [time-compat] No jhc found
  13719. 2788.94 s [time-compat] Using ld found on system at:
  13720. 2788.94 s [time-compat] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  13721. 2788.94 s [time-compat] No pkg-config found
  13722. 2788.94 s [time-compat] Using runghc version 9.6.4 found on system at:
  13723. 2788.94 s [time-compat] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  13724. 2788.94 s [time-compat] Using strip version 2.44 found on system at:
  13725. 2788.94 s [time-compat] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  13726. 2788.94 s [time-compat] Using tar found on system at:
  13727. 2788.94 s [time-compat] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  13728. 2788.94 s [time-compat] No uhc found
  13729. 2788.94 s [time-compat] Phase: buildPhase
  13730. 2788.94 s [time-compat] Preprocessing library for time-compat-1.9.7..
  13731. 2788.94 s [time-compat] Building library for time-compat-1.9.7..
  13732. 2788.94 s [time-compat] [ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, dist/build/Data/Format.o, dist/build/Data/Format.dyn_o )
  13733. 2788.94 s [time-compat] [ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, dist/build/Data/Time/Calendar/Month/Compat.o, dist/build/Data/Time/Calendar/Month/Compat.dyn_o )
  13734. 2788.94 s [time-compat] [ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, dist/build/Data/Time/Calendar/Quarter/Compat.o, dist/build/Data/Time/Calendar/Quarter/Compat.dyn_o )
  13735. 2788.94 s [time-compat] [ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, dist/build/Data/Time/Calendar/Types.o, dist/build/Data/Time/Calendar/Types.dyn_o )
  13736. 2788.94 s [time-compat] [ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, dist/build/Data/Time/Orphans.o, dist/build/Data/Time/Orphans.dyn_o )
  13737. 2788.94 s [time-compat] [ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, dist/build/Data/Time/Format/ISO8601/Compat.o, dist/build/Data/Time/Format/ISO8601/Compat.dyn_o )
  13738. 2788.94 s [time-compat] [ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, dist/build/Data/Time/Format/Compat.o, dist/build/Data/Time/Format/Compat.dyn_o )
  13739. 2788.94 s [uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  13740. 2788.94 s [uuid-types] Using hscolour version 1.25 found on system at:
  13741. 2788.94 s [uuid-types] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  13742. 2788.95 s [uuid-types] No jhc found
  13743. 2788.95 s [uuid-types] Using ld found on system at:
  13744. 2788.95 s [uuid-types] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  13745. 2788.95 s [uuid-types] No pkg-config found
  13746. 2788.95 s [uuid-types] Using runghc version 9.6.4 found on system at:
  13747. 2788.95 s [uuid-types] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  13748. 2788.95 s [uuid-types] Using strip version 2.44 found on system at:
  13749. 2788.95 s [uuid-types] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  13750. 2788.95 s [uuid-types] Using tar found on system at:
  13751. 2788.95 s [uuid-types] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  13752. 2788.95 s [uuid-types] No uhc found
  13753. 2788.95 s [uuid-types] Phase: buildPhase
  13754. 2788.95 s [uuid-types] Preprocessing library for uuid-types-1.0.6..
  13755. 2788.95 s [uuid-types] Building library for uuid-types-1.0.6..
  13756. 2788.95 s [uuid-types] [1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, dist/build/Data/UUID/Types/Internal/Builder.o, dist/build/Data/UUID/Types/Internal/Builder.dyn_o )
  13757. 2788.95 s [uuid-types] [2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, dist/build/Data/UUID/Types/Internal.o, dist/build/Data/UUID/Types/Internal.dyn_o )
  13758. 2788.95 s [uuid-types]
  13759. 2788.95 s [uuid-types] src/Data/UUID/Types/Internal.hs:49:1: warning: [-Wunused-imports]
  13760. 2788.95 s [uuid-types] The import of ‘Control.Applicative’ is redundant
  13761. 2788.95 s [uuid-types] except perhaps to import instances from ‘Control.Applicative’
  13762. 2788.95 s [uuid-types] To import instances alone, use: import Control.Applicative()
  13763. 2788.95 s [uuid-types] |
  13764. 2788.95 s [uuid-types] 49 | import Control.Applicative ((<*>))
  13765. 2788.95 s [uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13766. 2788.95 s [uuid-types]
  13767. 2788.95 s [uuid-types] src/Data/UUID/Types/Internal.hs:55:1: warning: [-Wunused-imports]
  13768. 2788.95 s [uuid-types] The import of ‘Data.Functor’ is redundant
  13769. 2788.95 s [uuid-types] except perhaps to import instances from ‘Data.Functor’
  13770. 2788.95 s [uuid-types] To import instances alone, use: import Data.Functor()
  13771. 2788.96 s [uuid-types] |
  13772. 2788.96 s [uuid-types] 55 | import Data.Functor ((<$>))
  13773. 2788.96 s [uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13774. 2788.96 s [uuid-types] [3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, dist/build/Data/UUID/Types.o, dist/build/Data/UUID/Types.dyn_o )
  13775. 2788.96 s [uuid-types] [1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, dist/build/Data/UUID/Types/Internal/Builder.p_o )
  13776. 2788.96 s [uuid-types] [2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, dist/build/Data/UUID/Types/Internal.p_o )
  13777. 2788.96 s [uuid-types]
  13778. 2788.96 s [uuid-types] src/Data/UUID/Types/Internal.hs:49:1: warning: [-Wunused-imports]
  13779. 2788.96 s [uuid-types] The import of ‘Control.Applicative’ is redundant
  13780. 2788.96 s [uuid-types] except perhaps to import instances from ‘Control.Applicative’
  13781. 2788.96 s [uuid-types] To import instances alone, use: import Control.Applicative()
  13782. 2788.96 s [uuid-types] |
  13783. 2788.96 s [uuid-types] 49 | import Control.Applicative ((<*>))
  13784. 2788.96 s [uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13785. 2788.96 s [uuid-types]
  13786. 2788.96 s [uuid-types] src/Data/UUID/Types/Internal.hs:55:1: warning: [-Wunused-imports]
  13787. 2788.96 s [uuid-types] The import of ‘Data.Functor’ is redundant
  13788. 2788.96 s [uuid-types] except perhaps to import instances from ‘Data.Functor’
  13789. 2788.96 s [uuid-types] To import instances alone, use: import Data.Functor()
  13790. 2788.96 s [uuid-types] |
  13791. 2788.96 s [uuid-types] 55 | import Data.Functor ((<$>))
  13792. 2788.96 s [uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13793. 2788.96 s [uuid-types] [3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, dist/build/Data/UUID/Types.p_o )
  13794. 2788.96 s [uuid-types] Preprocessing test suite 'testuuid' for uuid-types-1.0.6..
  13795. 2788.96 s [uuid-types] Building test suite 'testuuid' for uuid-types-1.0.6..
  13796. 2788.96 s [uuid-types] [1 of 1] Compiling Main ( tests/TestUUID.hs, dist/build/testuuid/testuuid-tmp/Main.o )
  13797. 2788.96 s [uuid-types]
  13798. 2788.96 s [vector] Flags chosen: boundschecks=True, internalchecks=False, unsafechecks=False,
  13799. 2788.96 s [vector] wall=False
  13800. 2788.96 s [vector] Dependency base >=4.9 && <4.22: using base-4.18.2.0
  13801. 2788.96 s [vector] Dependency deepseq >=1.1 && <1.6: using deepseq-1.4.8.1
  13802. 2788.96 s [vector] Dependency primitive >=0.6.4.0 && <0.10: using primitive-0.9.1.0
  13803. 2788.96 s [vector] Dependency vector-stream >=0.1 && <0.2: using vector-stream-0.1.0.1
  13804. 2788.96 s [vector] Dependency base: using base-4.18.2.0
  13805. 2788.96 s [vector] Dependency random >=1.2: using random-1.2.1.3
  13806. 2788.96 s [vector] Dependency tasty: using tasty-1.5.3
  13807. 2788.96 s [vector] Dependency vector: using vector-0.13.2.0
  13808. 2788.96 s [vector] Dependency QuickCheck >=2.9 && <2.16: using QuickCheck-2.14.3
  13809. 2788.96 s [vector] Dependency base >=4.5 && <5: using base-4.18.2.0
  13810. 2788.96 s [vector] Dependency base-orphans >=0.6: using base-orphans-0.9.3
  13811. 2788.96 s [vector] Dependency primitive: using primitive-0.9.1.0
  13812. 2788.96 s [vector] Dependency random: using random-1.2.1.3
  13813. 2788.96 s [vector] Dependency tasty: using tasty-1.5.3
  13814. 2788.97 s [vector] Dependency tasty-hunit: using tasty-hunit-0.10.2
  13815. 2788.97 s [vector] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  13816. 2788.97 s [vector] Dependency template-haskell: using template-haskell-2.20.0.0
  13817. 2788.97 s [vector] Dependency transformers >=0.2.0.0: using transformers-0.6.1.0
  13818. 2788.97 s [vector] Dependency vector: using vector-0.13.2.0
  13819. 2788.97 s [vector] Dependency QuickCheck >=2.9 && <2.16: using QuickCheck-2.14.3
  13820. 2788.97 s [vector] Dependency base >=4.5 && <5: using base-4.18.2.0
  13821. 2788.97 s [vector] Dependency base-orphans >=0.6: using base-orphans-0.9.3
  13822. 2788.97 s [vector] Dependency primitive: using primitive-0.9.1.0
  13823. 2788.97 s [vector] Dependency random: using random-1.2.1.3
  13824. 2788.97 s [vector] Dependency tasty: using tasty-1.5.3
  13825. 2788.97 s [vector] Dependency tasty-hunit: using tasty-hunit-0.10.2
  13826. 2788.97 s [vector] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  13827. 2788.97 s [vector] Dependency template-haskell: using template-haskell-2.20.0.0
  13828. 2788.97 s [vector] Dependency transformers >=0.2.0.0: using transformers-0.6.1.0
  13829. 2788.97 s [vector] Dependency vector: using vector-0.13.2.0
  13830. 2788.97 s [vector] Dependency base: using base-4.18.2.0
  13831. 2788.97 s [vector] Dependency doctest >=0.15 && <0.24: using doctest-0.22.6
  13832. 2788.97 s [vector] Dependency primitive >=0.6.4.0 && <0.10: using primitive-0.9.1.0
  13833. 2788.97 s [vector] Dependency vector: using vector-0.13.2.0
  13834. 2788.97 s [vector] Dependency base: using base-4.18.2.0
  13835. 2788.97 s [vector] Dependency primitive >=0.6.4.0 && <0.10: using primitive-0.9.1.0
  13836. 2788.97 s [vector] Dependency tasty: using tasty-1.5.3
  13837. 2788.97 s [vector] Dependency tasty-inspection-testing >=0.1: using
  13838. 2788.97 s [vector] tasty-inspection-testing-0.2.1
  13839. 2788.97 s [vector] Dependency vector: using vector-0.13.2.0
  13840. 2788.97 s [vector] Source component graph:
  13841. 2788.97 s [vector] component lib
  13842. 2788.97 s [vector] component lib:benchmarks-O2 dependency lib
  13843. 2788.97 s [vector] component test:vector-doctest dependency lib
  13844. 2788.97 s [vector] component test:vector-inspection dependency lib
  13845. 2788.97 s [vector] component test:vector-tests-O0 dependency lib
  13846. 2788.97 s [vector] component test:vector-tests-O2 dependency lib
  13847. 2788.97 s [vector] Configured component graph:
  13848. 2788.97 s [vector] component vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  13849. 2788.97 s [vector] include base-4.18.2.0
  13850. 2788.97 s [vector] include deepseq-1.4.8.1
  13851. 2788.97 s [vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  13852. 2788.97 s [vector] include vector-stream-0.1.0.1-3kAAjYjKcymLd80Bqq9Xxz
  13853. 2788.97 s [vector] component vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2
  13854. 2788.97 s [vector] include base-4.18.2.0
  13855. 2788.98 s [vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  13856. 2788.98 s [vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  13857. 2788.98 s [vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  13858. 2788.98 s [vector] component vector-0.13.2.0-5jMMqLdg0jR9vgoSQrXPwN-vector-doctest
  13859. 2788.98 s [vector] include base-4.18.2.0
  13860. 2788.98 s [vector] include doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
  13861. 2788.98 s [vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  13862. 2788.98 s [vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  13863. 2788.98 s [vector] component vector-0.13.2.0-CSnXJUNJu3hHREJU0hXRTc-vector-inspection
  13864. 2788.98 s [vector] include base-4.18.2.0
  13865. 2788.98 s [vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  13866. 2788.98 s [vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  13867. 2788.98 s [vector] include tasty-inspection-testing-0.2.1-IzA5Y4zvV6T7Qr0Rpz99ZO
  13868. 2788.98 s [vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  13869. 2788.98 s [vector] component vector-0.13.2.0-H8HhyIRU9OR2E6sYXdUQc0-vector-tests-O0
  13870. 2788.98 s [vector] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  13871. 2788.98 s [vector] include base-4.18.2.0
  13872. 2788.98 s [vector] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  13873. 2788.98 s [vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  13874. 2788.98 s [vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  13875. 2788.98 s [vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  13876. 2788.98 s [vector] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  13877. 2788.98 s [vector] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  13878. 2788.98 s [vector] include template-haskell-2.20.0.0
  13879. 2788.98 s [vector] include transformers-0.6.1.0
  13880. 2789.26 s Building /nix/store/wdjff0kxh5ffzp74w0hqsg5zwidhnnf5-genvalidity-property-1.0.0.0.drv
  13881. 2789.26 s [asn1-encoding] Data files installed in:
  13882. 2789.26 s [asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/share/x86_64-linux-ghc-9.6.4/asn1-encoding-0.9.6
  13883. 2789.27 s [asn1-encoding] Documentation installed in:
  13884. 2789.27 s [asn1-encoding] /nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc/share/doc/asn1-encoding-0.9.6
  13885. 2789.27 s [asn1-encoding] Configuration files installed in:
  13886. 2789.27 s [asn1-encoding] /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/etc
  13887. 2789.27 s [asn1-encoding] No alex found
  13888. 2789.27 s [asn1-encoding] Using ar found on system at:
  13889. 2789.27 s [asn1-encoding] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  13890. 2789.27 s [asn1-encoding] No c2hs found
  13891. 2789.27 s [asn1-encoding] No cpphs found
  13892. 2789.27 s [asn1-encoding] No doctest found
  13893. 2789.27 s [asn1-encoding] Using gcc version 14.3.0 given by user at:
  13894. 2789.27 s [asn1-encoding] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  13895. 2789.28 s [asn1-encoding] Using ghc version 9.6.4 found on system at:
  13896. 2789.28 s [asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  13897. 2789.28 s [asn1-encoding] Using ghc-pkg version 9.6.4 found on system at:
  13898. 2789.28 s [asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  13899. 2789.28 s [asn1-encoding] No ghcjs found
  13900. 2789.28 s [asn1-encoding] No ghcjs-pkg found
  13901. 2789.28 s [asn1-encoding] No greencard found
  13902. 2789.28 s [asn1-encoding] Using haddock version 2.29.2 found on system at:
  13903. 2789.28 s [asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  13904. 2789.29 s [asn1-encoding] No happy found
  13905. 2789.29 s [asn1-encoding] Using haskell-suite found on system at: haskell-suite-dummy-location
  13906. 2789.29 s [asn1-encoding] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13907. 2789.29 s [asn1-encoding] No hmake found
  13908. 2789.29 s [asn1-encoding] Using hpc version 0.68 found on system at:
  13909. 2789.29 s [asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  13910. 2789.29 s [asn1-encoding] Using hsc2hs version 0.68.9 found on system at:
  13911. 2789.29 s [asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  13912. 2789.29 s [asn1-encoding] Using hscolour version 1.25 found on system at:
  13913. 2789.29 s [asn1-encoding] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  13914. 2789.29 s [asn1-encoding] No jhc found
  13915. 2789.29 s [asn1-encoding] Using ld found on system at:
  13916. 2789.29 s [asn1-encoding] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  13917. 2789.29 s [asn1-encoding] No pkg-config found
  13918. 2789.29 s [asn1-encoding] Using runghc version 9.6.4 found on system at:
  13919. 2789.29 s [asn1-encoding] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  13920. 2789.29 s [asn1-encoding] Using strip version 2.44 found on system at:
  13921. 2789.29 s [asn1-encoding] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  13922. 2789.29 s [asn1-encoding] Using tar found on system at:
  13923. 2789.30 s [asn1-encoding] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  13924. 2789.30 s [asn1-encoding] No uhc found
  13925. 2789.30 s [asn1-encoding] Phase: buildPhase
  13926. 2789.30 s [asn1-encoding] Preprocessing library for asn1-encoding-0.9.6..
  13927. 2789.30 s [asn1-encoding] Building library for asn1-encoding-0.9.6..
  13928. 2789.30 s [asn1-encoding] [ 1 of 12] Compiling Data.ASN1.Error ( Data/ASN1/Error.hs, dist/build/Data/ASN1/Error.o, dist/build/Data/ASN1/Error.dyn_o )
  13929. 2789.30 s [asn1-encoding] [ 2 of 12] Compiling Data.ASN1.Get ( Data/ASN1/Get.hs, dist/build/Data/ASN1/Get.o, dist/build/Data/ASN1/Get.dyn_o )
  13930. 2789.30 s [asn1-encoding]
  13931. 2789.30 s [asn1-encoding] Data/ASN1/Get.hs:31:29: warning: [-Wunused-imports]
  13932. 2789.30 s [asn1-encoding] The import of ‘Applicative’
  13933. 2789.30 s [asn1-encoding] from module ‘Control.Applicative’ is redundant
  13934. 2789.30 s [asn1-encoding] |
  13935. 2789.30 s [asn1-encoding] 31 | import Control.Applicative (Applicative(..),Alternative(..))
  13936. 2789.30 s [asn1-encoding] | ^^^^^^^^^^^^^^^
  13937. 2789.30 s [asn1-encoding]
  13938. 2789.30 s [asn1-encoding] Data/ASN1/Get.hs:92:5: warning: [-Wnoncanonical-monad-instances]
  13939. 2789.30 s [asn1-encoding] Noncanonical ‘pure = return’ definition detected
  13940. 2789.30 s [asn1-encoding] in the instance declaration for ‘Applicative Get’.
  13941. 2789.30 s [asn1-encoding] Move definition from ‘return’ to ‘pure’
  13942. 2789.30 s [asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  13943. 2789.30 s [asn1-encoding] |
  13944. 2789.30 s [asn1-encoding] 92 | pure = return
  13945. 2789.30 s [asn1-encoding] | ^^^^^^^^^^^^^^
  13946. 2789.30 s [asn1-encoding]
  13947. 2789.30 s [asn1-encoding] Data/ASN1/Get.hs:101:5: warning: [-Wnoncanonical-monad-instances]
  13948. 2789.30 s [asn1-encoding] Noncanonical ‘return’ definition detected
  13949. 2789.30 s [asn1-encoding] in the instance declaration for ‘Monad Get’.
  13950. 2789.30 s [asn1-encoding] ‘return’ will eventually be removed in favour of ‘pure’
  13951. 2789.30 s [asn1-encoding] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  13952. 2789.30 s [asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  13953. 2789.30 s [asn1-encoding] |
  13954. 2789.30 s [asn1-encoding] 101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
  13955. 2789.30 s [async] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13956. 2789.30 s [async] Warning: 'forkIO' is out of scope.
  13957. 2789.31 s [async] If you qualify the identifier, haddock can try to link it anyway.
  13958. 2789.31 s [async] Warning: 'Alternative' is out of scope.
  13959. 2789.31 s [async] If you qualify the identifier, haddock can try to link it anyway.
  13960. 2789.31 s [async] 98% ( 70 / 71) in 'Control.Concurrent.Async'
  13961. 2789.31 s [async] Missing documentation for:
  13962. 2789.31 s [async] ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
  13963. 2789.31 s [async] Documentation created: dist/doc/html/async/index.html,
  13964. 2789.31 s [async] dist/doc/html/async/async.txt
  13965. 2789.31 s [async] Preprocessing test suite 'test-async' for async-2.2.5..
  13966. 2789.31 s [async] Phase: installPhase
  13967. 2789.31 s [async] Installing library in /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  13968. 2789.31 s [async] Phase: fixupPhase
  13969. 2789.31 s [async] shrinking RPATHs of ELF executables and libraries in /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5
  13970. 2789.31 s [async] shrinking /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSasync-2.2.5-sGJFzu4bkmLEjth7eTA6J-ghc9.6.4.so
  13971. 2789.31 s [async] checking for references to /build/ in /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5...
  13972. 2789.31 s [async] patching script interpreter paths in /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5
  13973. 2789.31 s [async] stripping (with command strip and flags -S -p) in /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5/lib
  13974. 2789.31 s [async] shrinking RPATHs of ELF executables and libraries in /nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc
  13975. 2789.31 s [async] checking for references to /build/ in /nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc...
  13976. 2789.31 s [async] patching script interpreter paths in /nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc
  13977. 2789.31 s [barbies] [25 of 32] Compiling Data.Functor.Barbie ( src/Data/Functor/Barbie.hs, dist/build/Data/Functor/Barbie.o, dist/build/Data/Functor/Barbie.dyn_o )
  13978. 2789.31 s [barbies] [26 of 32] Compiling Barbies.Internal.Containers ( src/Barbies/Internal/Containers.hs, dist/build/Barbies/Internal/Containers.o, dist/build/Barbies/Internal/Containers.dyn_o )
  13979. 2789.31 s [barbies] [27 of 32] Compiling Barbies.Internal.Wrappers ( src/Barbies/Internal/Wrappers.hs, dist/build/Barbies/Internal/Wrappers.o, dist/build/Barbies/Internal/Wrappers.dyn_o )
  13980. 2789.31 s [barbies] [28 of 32] Compiling Barbies.Internal.Trivial ( src/Barbies/Internal/Trivial.hs, dist/build/Barbies/Internal/Trivial.o, dist/build/Barbies/Internal/Trivial.dyn_o )
  13981. 2789.31 s [barbies] [29 of 32] Compiling Barbies.Bi ( src/Barbies/Bi.hs, dist/build/Barbies/Bi.o, dist/build/Barbies/Bi.dyn_o )
  13982. 2789.31 s [barbies] [30 of 32] Compiling Barbies ( src/Barbies.hs, dist/build/Barbies.o, dist/build/Barbies.dyn_o )
  13983. 2789.31 s [barbies] [31 of 32] Compiling Barbies.Constraints ( src/Barbies/Constraints.hs, dist/build/Barbies/Constraints.o, dist/build/Barbies/Constraints.dyn_o )
  13984. 2789.31 s [barbies] [32 of 32] Compiling Barbies.Internal ( src/Barbies/Internal.hs, dist/build/Barbies/Internal.o, dist/build/Barbies/Internal.dyn_o )
  13985. 2789.31 s [barbies] [ 1 of 32] Compiling Barbies.Internal.Dicts ( src/Barbies/Internal/Dicts.hs, dist/build/Barbies/Internal/Dicts.p_o )
  13986. 2789.31 s [barbies] [ 2 of 32] Compiling Barbies.Internal.Writer ( src/Barbies/Internal/Writer.hs, dist/build/Barbies/Internal/Writer.p_o )
  13987. 2789.31 s [barbies] [ 3 of 32] Compiling Data.Generics.GenericN ( src/Data/Generics/GenericN.hs, dist/build/Data/Generics/GenericN.p_o )
  13988. 2789.31 s [barbies] [ 4 of 32] Compiling Barbies.Internal.Wear ( src/Barbies/Internal/Wear.hs, dist/build/Barbies/Internal/Wear.p_o )
  13989. 2789.31 s [barbies] [ 5 of 32] Compiling Barbies.Generics.Traversable ( src/Barbies/Generics/Traversable.hs, dist/build/Barbies/Generics/Traversable.p_o )
  13990. 2789.31 s [barbies] [ 6 of 32] Compiling Barbies.Generics.Functor ( src/Barbies/Generics/Functor.hs, dist/build/Barbies/Generics/Functor.p_o )
  13991. 2789.31 s [barbies] [ 7 of 32] Compiling Barbies.Internal.FunctorT ( src/Barbies/Internal/FunctorT.hs, dist/build/Barbies/Internal/FunctorT.p_o )
  13992. 2789.31 s [barbies] [ 8 of 32] Compiling Barbies.Internal.TraversableT ( src/Barbies/Internal/TraversableT.hs, dist/build/Barbies/Internal/TraversableT.p_o )
  13993. 2789.31 s [barbies] [ 9 of 32] Compiling Barbies.Internal.MonadT ( src/Barbies/Internal/MonadT.hs, dist/build/Barbies/Internal/MonadT.p_o )
  13994. 2789.31 s [barbies] [10 of 32] Compiling Barbies.Internal.FunctorB ( src/Barbies/Internal/FunctorB.hs, dist/build/Barbies/Internal/FunctorB.p_o )
  13995. 2789.31 s [barbies] [11 of 32] Compiling Barbies.Internal.TraversableB ( src/Barbies/Internal/TraversableB.hs, dist/build/Barbies/Internal/TraversableB.p_o )
  13996. 2789.31 s [barbies] [12 of 32] Compiling Barbies.Generics.Distributive ( src/Barbies/Generics/Distributive.hs, dist/build/Barbies/Generics/Distributive.p_o )
  13997. 2789.31 s [barbies] [13 of 32] Compiling Barbies.Internal.DistributiveT ( src/Barbies/Internal/DistributiveT.hs, dist/build/Barbies/Internal/DistributiveT.p_o )
  13998. 2789.31 s [barbies] [14 of 32] Compiling Barbies.Internal.DistributiveB ( src/Barbies/Internal/DistributiveB.hs, dist/build/Barbies/Internal/DistributiveB.p_o )
  13999. 2789.31 s [barbies] [15 of 32] Compiling Barbies.Generics.Constraints ( src/Barbies/Generics/Constraints.hs, dist/build/Barbies/Generics/Constraints.p_o )
  14000. 2789.31 s [barbies] [16 of 32] Compiling Barbies.Generics.Bare ( src/Barbies/Generics/Bare.hs, dist/build/Barbies/Generics/Bare.p_o )
  14001. 2789.31 s [barbies] [17 of 32] Compiling Barbies.Internal.BareB ( src/Barbies/Internal/BareB.hs, dist/build/Barbies/Internal/BareB.p_o )
  14002. 2789.31 s [barbies] [18 of 32] Compiling Barbies.Bare ( src/Barbies/Bare.hs, dist/build/Barbies/Bare.p_o )
  14003. 2789.31 s [barbies] [19 of 32] Compiling Barbies.Generics.Applicative ( src/Barbies/Generics/Applicative.hs, dist/build/Barbies/Generics/Applicative.p_o )
  14004. 2789.31 s [barbies] [20 of 32] Compiling Barbies.Internal.ApplicativeT ( src/Barbies/Internal/ApplicativeT.hs, dist/build/Barbies/Internal/ApplicativeT.p_o )
  14005. 2789.31 s [barbies] [21 of 32] Compiling Barbies.Internal.ConstraintsT ( src/Barbies/Internal/ConstraintsT.hs, dist/build/Barbies/Internal/ConstraintsT.p_o )
  14006. 2789.31 s [barbies] [22 of 32] Compiling Data.Functor.Transformer ( src/Data/Functor/Transformer.hs, dist/build/Data/Functor/Transformer.p_o )
  14007. 2789.31 s [barbies] [23 of 32] Compiling Barbies.Internal.ApplicativeB ( src/Barbies/Internal/ApplicativeB.hs, dist/build/Barbies/Internal/ApplicativeB.p_o )
  14008. 2789.31 s [barbies] [24 of 32] Compiling Barbies.Internal.ConstraintsB ( src/Barbies/Internal/ConstraintsB.hs, dist/build/Barbies/Internal/ConstraintsB.p_o )
  14009. 2789.31 s [comonad] [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.p_o )
  14010. 2789.31 s [comonad] [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.p_o )
  14011. 2789.31 s [comonad] [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.p_o )
  14012. 2789.31 s [comonad] Phase: checkPhase
  14013. 2789.31 s [comonad] Package has no test suites.
  14014. 2789.31 s [comonad] Phase: haddockPhase
  14015. 2789.31 s [comonad] Preprocessing library for comonad-5.0.9..
  14016. 2789.31 s [comonad] Running Haddock on library for comonad-5.0.9..
  14017. 2789.31 s [comonad] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  14018. 2789.31 s [comonad] 100% ( 22 / 22) in 'Control.Comonad'
  14019. 2789.31 s [comonad] 50% ( 1 / 2) in 'Control.Comonad.Hoist.Class'
  14020. 2789.31 s [comonad] Missing documentation for:
  14021. 2789.31 s [comonad] ComonadHoist (src/Control/Comonad/Hoist/Class.hs:20)
  14022. 2789.31 s [comonad] 50% ( 1 / 2) in 'Control.Comonad.Trans.Class'
  14023. 2789.31 s [comonad] Missing documentation for:
  14024. 2789.31 s [comonad] ComonadTrans (src/Control/Comonad/Trans/Class.hs:18)
  14025. 2789.31 s [comonad] 69% ( 9 / 13) in 'Control.Comonad.Trans.Env'
  14026. 2789.31 s [comonad] Missing documentation for:
  14027. 2789.32 s [comonad] Env (src/Control/Comonad/Trans/Env.hs:92)
  14028. 2789.32 s [comonad] runEnv (src/Control/Comonad/Trans/Env.hs:99)
  14029. 2789.32 s [comonad] EnvT (src/Control/Comonad/Trans/Env.hs:93)
  14030. 2789.32 s [comonad] runEnvT (src/Control/Comonad/Trans/Env.hs:102)
  14031. 2789.32 s [comonad] 100% ( 2 / 2) in 'Control.Comonad.Trans.Identity'
  14032. 2789.32 s [comonad] 100% ( 4 / 4) in 'Control.Comonad.Identity'
  14033. 2789.32 s [comonad] 73% ( 11 / 15) in 'Control.Comonad.Trans.Store'
  14034. 2789.32 s [comonad] Missing documentation for:
  14035. 2789.32 s [comonad] Store (src/Control/Comonad/Trans/Store.hs:87)
  14036. 2789.32 s [comonad] runStore (src/Control/Comonad/Trans/Store.hs:93)
  14037. 2789.32 s [comonad] StoreT (src/Control/Comonad/Trans/Store.hs:96)
  14038. 2789.32 s [comonad] runStoreT (src/Control/Comonad/Trans/Store.hs:98)
  14039. 2789.32 s [comonad] 33% ( 4 / 12) in 'Control.Comonad.Trans.Traced'
  14040. 2789.32 s [comonad] Missing documentation for:
  14041. 2789.32 s [comonad] Traced (src/Control/Comonad/Trans/Traced.hs:55)
  14042. 2789.32 s [comonad] traced (src/Control/Comonad/Trans/Traced.hs:57)
  14043. 2789.32 s [comonad] runTraced (src/Control/Comonad/Trans/Traced.hs:60)
  14044. 2789.32 s [comonad] TracedT (src/Control/Comonad/Trans/Traced.hs:63)
  14045. 2789.32 s [comonad] trace (src/Control/Comonad/Trans/Traced.hs:96)
  14046. 2789.32 s [comonad] listen (src/Control/Comonad/Trans/Traced.hs:99)
  14047. 2789.32 s [comonad] listens (src/Control/Comonad/Trans/Traced.hs:102)
  14048. 2789.32 s [comonad] censor (src/Control/Comonad/Trans/Traced.hs:105)
  14049. 2789.32 s [comonad] 33% ( 1 / 3) in 'Control.Comonad.Traced.Class'
  14050. 2789.32 s [comonad] Missing documentation for:
  14051. 2789.32 s [comonad] ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
  14052. 2789.32 s [comonad] traces (src/Control/Comonad/Traced/Class.hs:31)
  14053. 2789.32 s [comonad] 57% ( 8 / 14) in 'Control.Comonad.Traced'
  14054. 2789.32 s [comonad] Missing documentation for:
  14055. 2789.32 s [comonad] ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
  14056. 2789.32 s [comonad] traces (src/Control/Comonad/Traced/Class.hs:31)
  14057. 2789.32 s [comonad] Traced (src/Control/Comonad/Trans/Traced.hs:55)
  14058. 2789.32 s [comonad] traced (src/Control/Comonad/Trans/Traced.hs:57)
  14059. 2789.32 s [comonad] runTraced (src/Control/Comonad/Trans/Traced.hs:60)
  14060. 2789.32 s [comonad] TracedT (src/Control/Comonad/Trans/Traced.hs:63)
  14061. 2789.32 s [comonad] 25% ( 1 / 4) in 'Control.Comonad.Store.Class'
  14062. 2789.32 s [comonad] Missing documentation for:
  14063. 2789.32 s [comonad] ComonadStore (src/Control/Comonad/Store/Class.hs:29)
  14064. 2789.32 s [comonad] lowerPos (src/Control/Comonad/Store/Class.hs:53)
  14065. 2789.32 s [comonad] lowerPeek (src/Control/Comonad/Store/Class.hs:57)
  14066. 2789.32 s [comonad] 61% ( 8 / 13) in 'Control.Comonad.Store'
  14067. 2789.32 s [comonad] Missing documentation for:
  14068. 2789.32 s [comonad] ComonadStore (src/Control/Comonad/Store/Class.hs:29)
  14069. 2789.32 s [comonad] Store (src/Control/Comonad/Trans/Store.hs:87)
  14070. 2789.32 s [comonad] runStore (src/Control/Comonad/Trans/Store.hs:93)
  14071. 2789.32 s [comonad] StoreT (src/Control/Comonad/Trans/Store.hs:96)
  14072. 2789.32 s [comonad] runStoreT (src/Control/Comonad/Trans/Store.hs:98)
  14073. 2789.32 s [comonad] 33% ( 1 / 3) in 'Control.Comonad.Env.Class'
  14074. 2789.32 s [comonad] Missing documentation for:
  14075. 2789.32 s [comonad] ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
  14076. 2789.32 s [comonad] asks (src/Control/Comonad/Env/Class.hs:32)
  14077. 2789.32 s [comonad] 60% ( 9 / 15) in 'Control.Comonad.Env'
  14078. 2789.32 s [comonad] Missing documentation for:
  14079. 2789.32 s [comonad] ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
  14080. 2789.32 s [comonad] asks (src/Control/Comonad/Env/Class.hs:32)
  14081. 2789.32 s [comonad] Env (src/Control/Comonad/Trans/Env.hs:92)
  14082. 2789.32 s [comonad] runEnv (src/Control/Comonad/Trans/Env.hs:99)
  14083. 2789.32 s [comonad] EnvT (src/Control/Comonad/Trans/Env.hs:93)
  14084. 2789.32 s [comonad] runEnvT (src/Control/Comonad/Trans/Env.hs:102)
  14085. 2789.32 s [comonad] 50% ( 1 / 2) in 'Data.Functor.Composition'
  14086. 2789.32 s [comonad] Missing documentation for:
  14087. 2789.32 s [comonad] Module header
  14088. 2789.32 s [comonad] Warning: Control.Comonad: could not find link destinations for:
  14089. 2789.32 s [comonad] - WithIndex.Indexing
  14090. 2789.32 s [comonad] - Text.ParserCombinators.ReadP.P
  14091. 2789.32 s [crypton] [ 2 of 58] Compiling KAT_AES.KATCBC ( tests/KAT_AES/KATCBC.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATCBC.o )
  14092. 2789.32 s [haskell-src-meta] Phase: setupCompilerEnvironmentPhase
  14093. 2789.32 s [haskell-src-meta] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  14094. 2789.32 s [haskell-src-meta] Phase: unpackPhase
  14095. 2789.32 s [haskell-src-meta] unpacking source archive /nix/store/y975mhxx7ah298zdz9mf6g8rdrgaslzl-haskell-src-meta-0.8.15.tar.gz
  14096. 2789.32 s [haskell-src-meta] source root is haskell-src-meta-0.8.15
  14097. 2789.32 s [haskell-src-meta] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haskell-src-meta-0.8.15/tests/TestExamples.hs"
  14098. 2789.32 s [haskell-src-meta] Phase: patchPhase
  14099. 2789.32 s [haskell-src-meta] Phase: compileBuildDriverPhase
  14100. 2789.32 s [haskell-src-meta] setupCompileFlags: -package-db=/build/tmp.aoalyLeZ3G/setup-package.conf.d -threaded
  14101. 2789.32 s [haskell-src-meta] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.aoalyLeZ3G/Main.o )
  14102. 2789.32 s [haskell-src-meta] [2 of 2] Linking Setup
  14103. 2789.32 s [haskell-src-meta] Phase: updateAutotoolsGnuConfigScriptsPhase
  14104. 2789.32 s [haskell-src-meta] Phase: configurePhase
  14105. 2789.32 s [haskell-src-meta] configureFlags: --verbose --prefix=/nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc/share/doc/haskell-src-meta-0.8.15 --with-gcc=gcc --package-db=/build/tmp.aoalyLeZ3G/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  14106. 2789.32 s [strict] Data.Strict=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict,Data.Strict.Classes=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict.Classes,Data.Strict.Either=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict.Either,Data.Strict.Maybe=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict.Maybe,Data.Strict.These=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict.These,Data.Strict.Tuple=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:Data.Strict.Tuple,System.IO.Strict=strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o:System.IO.Strict
  14107. 2789.32 s [strict] Ready component graph:
  14108. 2789.32 s [strict] definite strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o
  14109. 2789.32 s [strict] depends assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
  14110. 2789.32 s [strict] depends base-4.18.2.0
  14111. 2789.32 s [strict] depends binary-0.8.9.1
  14112. 2789.32 s [strict] depends bytestring-0.11.5.3
  14113. 2789.32 s [strict] depends deepseq-1.4.8.1
  14114. 2789.32 s [strict] depends ghc-prim-0.10.0
  14115. 2789.32 s [strict] depends hashable-1.4.7.0-5qbVtfIBLjsLG75VQyJ0Ts
  14116. 2789.33 s [strict] depends text-2.0.2
  14117. 2789.33 s [strict] depends these-1.2.1-A8rHNr4AHQZ8M0fnYMJKl9
  14118. 2789.33 s [strict] depends transformers-0.6.1.0
  14119. 2789.33 s [strict] Using Cabal-3.10.1.0 compiled by ghc-9.6
  14120. 2789.33 s [strict] Using compiler: ghc-9.6.4
  14121. 2789.33 s [strict] Using install prefix: /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1
  14122. 2789.33 s [strict] Executables installed in:
  14123. 2789.33 s [strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/bin
  14124. 2789.33 s [strict] Libraries installed in:
  14125. 2789.33 s [strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o
  14126. 2789.33 s [strict] Dynamic Libraries installed in:
  14127. 2789.33 s [strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  14128. 2789.33 s [strict] Private executables installed in:
  14129. 2789.33 s [strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/libexec/x86_64-linux-ghc-9.6.4/strict-0.5.1
  14130. 2789.33 s [strict] Data files installed in:
  14131. 2789.33 s [strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/share/x86_64-linux-ghc-9.6.4/strict-0.5.1
  14132. 2789.33 s [strict] Documentation installed in:
  14133. 2789.33 s [strict] /nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc/share/doc/strict-0.5.1
  14134. 2789.33 s [strict] Configuration files installed in:
  14135. 2789.33 s [strict] /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/etc
  14136. 2789.33 s [strict] No alex found
  14137. 2789.33 s [strict] Using ar found on system at:
  14138. 2789.33 s [strict] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  14139. 2789.33 s [strict] No c2hs found
  14140. 2789.33 s [strict] No cpphs found
  14141. 2789.33 s [strict] No doctest found
  14142. 2789.33 s [strict] Using gcc version 14.3.0 given by user at:
  14143. 2789.33 s [strict] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  14144. 2789.33 s [strict] Using ghc version 9.6.4 found on system at:
  14145. 2789.33 s [strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  14146. 2789.33 s [strict] Using ghc-pkg version 9.6.4 found on system at:
  14147. 2789.33 s [strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  14148. 2789.33 s [strict] No ghcjs found
  14149. 2789.33 s [strict] No ghcjs-pkg found
  14150. 2789.33 s [strict] No greencard found
  14151. 2789.33 s [strict] Using haddock version 2.29.2 found on system at:
  14152. 2789.33 s [strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  14153. 2789.33 s [strict] No happy found
  14154. 2789.33 s [strict] Using haskell-suite found on system at: haskell-suite-dummy-location
  14155. 2789.33 s [strict] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  14156. 2789.33 s [strict] No hmake found
  14157. 2789.33 s [strict] Using hpc version 0.68 found on system at:
  14158. 2789.33 s [strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  14159. 2789.33 s [strict] Using hsc2hs version 0.68.9 found on system at:
  14160. 2789.33 s [strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  14161. 2789.33 s [strict] Using hscolour version 1.25 found on system at:
  14162. 2789.33 s [strict] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  14163. 2789.33 s [strict] No jhc found
  14164. 2789.33 s [strict] Using ld found on system at:
  14165. 2789.33 s [strict] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  14166. 2789.33 s [strict] No pkg-config found
  14167. 2789.33 s [strict] Using runghc version 9.6.4 found on system at:
  14168. 2789.33 s [strict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  14169. 2789.33 s [strict] Using strip version 2.44 found on system at:
  14170. 2789.33 s [strict] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  14171. 2789.33 s [strict] Using tar found on system at:
  14172. 2789.33 s [strict] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  14173. 2789.33 s [strict] No uhc found
  14174. 2789.33 s [strict] Phase: buildPhase
  14175. 2789.33 s [strict] Preprocessing library for strict-0.5.1..
  14176. 2789.33 s [strict] Building library for strict-0.5.1..
  14177. 2789.33 s [strict] [1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, dist/build/Data/Strict/Either.o, dist/build/Data/Strict/Either.dyn_o )
  14178. 2789.33 s [strict] [2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, dist/build/Data/Strict/Maybe.o, dist/build/Data/Strict/Maybe.dyn_o )
  14179. 2789.33 s [strict] [3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, dist/build/Data/Strict/These.o, dist/build/Data/Strict/These.dyn_o )
  14180. 2789.33 s [strict] [4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, dist/build/Data/Strict/Tuple.o, dist/build/Data/Strict/Tuple.dyn_o )
  14181. 2789.33 s [strict]
  14182. 2789.33 s [time-compat] [ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, dist/build/Data/Time/Clock/System/Compat.o, dist/build/Data/Time/Clock/System/Compat.dyn_o )
  14183. 2789.33 s [time-compat] [ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, dist/build/Data/Time/Clock/POSIX/Compat.o, dist/build/Data/Time/Clock/POSIX/Compat.dyn_o )
  14184. 2789.33 s [time-compat] [10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, dist/build/Data/Time/Clock/Compat.o, dist/build/Data/Time/Clock/Compat.dyn_o )
  14185. 2789.33 s [time-compat] [11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, dist/build/Data/Time/Calendar/WeekDate/Compat.o, dist/build/Data/Time/Calendar/WeekDate/Compat.dyn_o )
  14186. 2789.33 s [time-compat] [12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, dist/build/Data/Time/Calendar/Private.o, dist/build/Data/Time/Calendar/Private.dyn_o )
  14187. 2789.33 s [time-compat] [13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, dist/build/Data/Time/Calendar/OrdinalDate/Compat.o, dist/build/Data/Time/Calendar/OrdinalDate/Compat.dyn_o )
  14188. 2789.33 s [time-compat] [14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, dist/build/Data/Time/Calendar/MonthDay/Compat.o, dist/build/Data/Time/Calendar/MonthDay/Compat.dyn_o )
  14189. 2789.33 s [time-compat] [15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, dist/build/Data/Time/Calendar/Easter/Compat.o, dist/build/Data/Time/Calendar/Easter/Compat.dyn_o )
  14190. 2789.33 s [time-compat] [16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, dist/build/Data/Time/Calendar/Compat.o, dist/build/Data/Time/Calendar/Compat.dyn_o )
  14191. 2789.33 s [time-compat] [17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, dist/build/Data/Time/LocalTime/Compat.o, dist/build/Data/Time/LocalTime/Compat.dyn_o )
  14192. 2789.33 s [time-compat] [18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.o, dist/build/Data/Time/Compat.dyn_o )
  14193. 2789.33 s [time-compat] [19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, dist/build/Data/Time/Clock/TAI/Compat.o, dist/build/Data/Time/Clock/TAI/Compat.dyn_o )
  14194. 2789.33 s [time-compat] [20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, dist/build/Data/Time/Calendar/Julian/Compat.o, dist/build/Data/Time/Calendar/Julian/Compat.dyn_o )
  14195. 2789.33 s [time-compat] [ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, dist/build/Data/Format.p_o )
  14196. 2789.33 s [time-compat] [ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, dist/build/Data/Time/Calendar/Month/Compat.p_o )
  14197. 2789.33 s [time-compat] [ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, dist/build/Data/Time/Calendar/Quarter/Compat.p_o )
  14198. 2789.33 s [time-compat] [ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, dist/build/Data/Time/Calendar/Types.p_o )
  14199. 2789.33 s [time-compat] [ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, dist/build/Data/Time/Orphans.p_o )
  14200. 2789.33 s [time-compat] [ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, dist/build/Data/Time/Format/ISO8601/Compat.p_o )
  14201. 2789.33 s [time-compat] [ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, dist/build/Data/Time/Format/Compat.p_o )
  14202. 2789.33 s [time-compat] [ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, dist/build/Data/Time/Clock/System/Compat.p_o )
  14203. 2789.33 s [time-compat] [ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, dist/build/Data/Time/Clock/POSIX/Compat.p_o )
  14204. 2789.33 s [time-compat] [10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, dist/build/Data/Time/Clock/Compat.p_o )
  14205. 2789.33 s [time-compat] [11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, dist/build/Data/Time/Calendar/WeekDate/Compat.p_o )
  14206. 2789.33 s [time-compat] [12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, dist/build/Data/Time/Calendar/Private.p_o )
  14207. 2789.33 s [time-compat] [13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, dist/build/Data/Time/Calendar/OrdinalDate/Compat.p_o )
  14208. 2789.33 s [uuid-types] tests/TestUUID.hs:11:1: warning: [-Wunused-imports]
  14209. 2789.33 s [uuid-types] The import of ‘Data.Functor’ is redundant
  14210. 2789.33 s [uuid-types] except perhaps to import instances from ‘Data.Functor’
  14211. 2789.33 s [uuid-types] To import instances alone, use: import Data.Functor()
  14212. 2789.33 s [uuid-types] |
  14213. 2789.33 s [uuid-types] 11 | import Data.Functor ((<$>))
  14214. 2789.33 s [uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14215. 2789.33 s [uuid-types] [2 of 2] Linking dist/build/testuuid/testuuid
  14216. 2789.33 s [uuid-types] Phase: checkPhase
  14217. 2789.34 s [uuid-types] Running 1 test suites...
  14218. 2789.34 s [uuid-types] Test suite testuuid: RUNNING...
  14219. 2789.34 s [uuid-types] tests
  14220. 2789.34 s [uuid-types] nil is null: OK
  14221. 2789.34 s [uuid-types] nil
  14222. 2789.34 s [uuid-types] nil string: OK
  14223. 2789.34 s [uuid-types] nil bytes: OK
  14224. 2789.34 s [uuid-types] TH.Lift: OK
  14225. 2789.34 s [uuid-types] conversions
  14226. 2789.34 s [uuid-types] conv bytes to string: OK
  14227. 2789.34 s [uuid-types] conv string to bytes: OK
  14228. 2789.34 s [uuid-types] UUID fromByteString: OK
  14229. 2789.34 s [uuid-types] UUID fromWords: OK
  14230. 2789.34 s [uuid-types] UUID Storeable(poke): OK
  14231. 2789.34 s [uuid-types] UUID Binary(encode): OK
  14232. 2789.34 s [uuid-types] String round trip: OK
  14233. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14234. 2789.34 s [uuid-types] Read/Show round-trip: OK
  14235. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14236. 2789.34 s [uuid-types] ByteString round trip: OK
  14237. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14238. 2789.34 s [uuid-types] Storeable round-trip: OK
  14239. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14240. 2789.34 s [uuid-types] String length: OK
  14241. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14242. 2789.34 s [uuid-types] ByteString length: OK
  14243. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14244. 2789.34 s [uuid-types] Randoms differ: OK
  14245. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14246. 2789.34 s [uuid-types] Random not null: OK
  14247. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14248. 2789.34 s [uuid-types] fromASCIIBytes_fromString1: OK
  14249. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14250. 2789.34 s [uuid-types] fromASCIIBytes_fromString2: OK
  14251. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14252. 2789.34 s [uuid-types] fromASCIIBytes_toString: OK
  14253. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14254. 2789.34 s [uuid-types] fromASCIIBytes_toASCIIBytes: OK
  14255. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14256. 2789.34 s [uuid-types] toASCIIBytes_fromASCIIBytes: OK
  14257. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14258. 2789.34 s [uuid-types] toWords_fromWords: OK
  14259. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14260. 2789.34 s [uuid-types] fromWords_toWords: OK
  14261. 2789.34 s [uuid-types] +++ OK, passed 100 tests.
  14262. 2789.34 s [uuid-types]
  14263. 2789.34 s [uuid-types] All 25 tests passed (0.01s)
  14264. 2789.34 s [uuid-types] Test suite testuuid: PASS
  14265. 2789.34 s [uuid-types] Test suite logged to: dist/test/uuid-types-1.0.6-testuuid.log
  14266. 2789.34 s [uuid-types] 1 of 1 test suites (1 of 1 test cases) passed.
  14267. 2789.34 s [uuid-types] Phase: haddockPhase
  14268. 2789.34 s [uuid-types] Preprocessing library for uuid-types-1.0.6..
  14269. 2789.34 s [uuid-types] Running Haddock on library for uuid-types-1.0.6..
  14270. 2789.34 s [uuid-types] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  14271. 2789.34 s [uuid-types] Warning: 'u' is out of scope.
  14272. 2789.34 s [uuid-types] If you qualify the identifier, haddock can try to link it anyway.
  14273. 2789.34 s [uuid-types] Warning: 'ByteString' is out of scope.
  14274. 2789.34 s [uuid-types] If you qualify the identifier, haddock can try to link it anyway.
  14275. 2789.34 s [uuid-types]
  14276. 2789.34 s [uuid-types] src/Data/UUID/Types/Internal.hs:49:1: warning: [-Wunused-imports]
  14277. 2789.34 s [uuid-types] The import of ‘Control.Applicative’ is redundant
  14278. 2789.34 s [uuid-types] except perhaps to import instances from ‘Control.Applicative’
  14279. 2789.34 s [uuid-types] To import instances alone, use: import Control.Applicative()
  14280. 2789.34 s [uuid-types] |
  14281. 2789.34 s [uuid-types] 49 | import Control.Applicative ((<*>))
  14282. 2789.34 s [uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14283. 2789.34 s [uuid-types]
  14284. 2789.34 s [uuid-types] src/Data/UUID/Types/Internal.hs:55:1: warning: [-Wunused-imports]
  14285. 2789.34 s [uuid-types] The import of ‘Data.Functor’ is redundant
  14286. 2789.34 s [uuid-types] except perhaps to import instances from ‘Data.Functor’
  14287. 2789.34 s [uuid-types] To import instances alone, use: import Data.Functor()
  14288. 2789.34 s [uuid-types] |
  14289. 2789.34 s [uuid-types] 55 | import Data.Functor ((<$>))
  14290. 2789.34 s [uuid-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14291. 2789.34 s [uuid-types] 100% ( 23 / 23) in 'Data.UUID.Types'
  14292. 2789.34 s [uuid-types] Documentation created: dist/doc/html/uuid-types/index.html,
  14293. 2789.34 s [uuid-types] dist/doc/html/uuid-types/uuid-types.txt
  14294. 2789.34 s [uuid-types] Preprocessing test suite 'testuuid' for uuid-types-1.0.6..
  14295. 2789.34 s [uuid-types] haddockPhase completed in 45 seconds
  14296. 2789.34 s [uuid-types] Phase: installPhase
  14297. 2789.34 s [vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14298. 2789.34 s [vector] component vector-0.13.2.0-1kJO52aveis1qKX18jwfTw-vector-tests-O2
  14299. 2789.34 s [vector] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  14300. 2789.34 s [vector] include base-4.18.2.0
  14301. 2789.34 s [vector] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  14302. 2789.34 s [vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  14303. 2789.34 s [vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  14304. 2789.34 s [vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  14305. 2789.34 s [vector] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  14306. 2789.34 s [vector] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  14307. 2789.34 s [vector] include template-haskell-2.20.0.0
  14308. 2789.34 s [vector] include transformers-0.6.1.0
  14309. 2789.34 s [vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14310. 2789.34 s [vector] Linked component graph:
  14311. 2789.34 s [vector] unit vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14312. 2789.34 s [vector] include base-4.18.2.0
  14313. 2789.34 s [vector] include deepseq-1.4.8.1
  14314. 2789.34 s [vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  14315. 2789.34 s [vector] include vector-stream-0.1.0.1-3kAAjYjKcymLd80Bqq9Xxz
  14316. 2789.34 s [vector] Data.Vector=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector,Data.Vector.Fusion.Bundle=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Fusion.Bundle,Data.Vector.Fusion.Bundle.Monadic=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Fusion.Bundle.Monadic,Data.Vector.Fusion.Bundle.Size=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Fusion.Bundle.Size,Data.Vector.Fusion.Stream.Monadic=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Fusion.Stream.Monadic,Data.Vector.Fusion.Util=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Fusion.Util,Data.Vector.Generic=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Generic,Data.Vector.Generic.Base=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Generic.Base,Data.Vector.Generic.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Generic.Mutable,Data.Vector.Generic.Mutable.Base=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Generic.Mutable.Base,Data.Vector.Generic.New=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Generic.New,Data.Vector.Internal.Check=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Internal.Check,Data.Vector.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Mutable,Data.Vector.Primitive=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Primitive,Data.Vector.Primitive.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Primitive.Mutable,Data.Vector.Storable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Storable,Data.Vector.Storable.Internal=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Storable.Internal,Data.Vector.Storable.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Storable.Mutable,Data.Vector.Strict=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Strict,Data.Vector.Strict.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Strict.Mutable,Data.Vector.Unboxed=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Unboxed,Data.Vector.Unboxed.Base=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Unboxed.Base,Data.Vector.Unboxed.Mutable=vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y:Data.Vector.Unboxed.Mutable
  14317. 2789.34 s [vector] unit vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2
  14318. 2789.34 s [vector] include base-4.18.2.0
  14319. 2789.34 s [vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  14320. 2789.34 s [vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  14321. 2789.34 s [vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14322. 2789.34 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14323. 2789.34 s [asn1-encoding] [ 3 of 12] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, dist/build/Data/ASN1/Internal.o, dist/build/Data/ASN1/Internal.dyn_o )
  14324. 2789.34 s [asn1-encoding] [ 4 of 12] Compiling Data.ASN1.Object ( Data/ASN1/Object.hs, dist/build/Data/ASN1/Object.o, dist/build/Data/ASN1/Object.dyn_o )
  14325. 2789.34 s [asn1-encoding] [ 5 of 12] Compiling Data.ASN1.Serialize ( Data/ASN1/Serialize.hs, dist/build/Data/ASN1/Serialize.o, dist/build/Data/ASN1/Serialize.dyn_o )
  14326. 2789.34 s [asn1-encoding]
  14327. 2789.34 s [asn1-encoding] Data/ASN1/Serialize.hs:17:1: warning: [-Wunused-imports]
  14328. 2789.34 s [asn1-encoding] The import of ‘Control.Applicative’ is redundant
  14329. 2789.34 s [asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
  14330. 2789.34 s [asn1-encoding] To import instances alone, use: import Control.Applicative()
  14331. 2789.34 s [asn1-encoding] |
  14332. 2789.34 s [asn1-encoding] 17 | import Control.Applicative ((<$>))
  14333. 2789.34 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14334. 2789.34 s [asn1-encoding] [ 6 of 12] Compiling Data.ASN1.BinaryEncoding.Writer ( Data/ASN1/BinaryEncoding/Writer.hs, dist/build/Data/ASN1/BinaryEncoding/Writer.o, dist/build/Data/ASN1/BinaryEncoding/Writer.dyn_o )
  14335. 2789.34 s [asn1-encoding] [ 7 of 12] Compiling Data.ASN1.BinaryEncoding.Parse ( Data/ASN1/BinaryEncoding/Parse.hs, dist/build/Data/ASN1/BinaryEncoding/Parse.o, dist/build/Data/ASN1/BinaryEncoding/Parse.dyn_o )
  14336. 2789.34 s [asn1-encoding] [ 8 of 12] Compiling Data.ASN1.BinaryEncoding.Raw ( Data/ASN1/BinaryEncoding/Raw.hs, dist/build/Data/ASN1/BinaryEncoding/Raw.o, dist/build/Data/ASN1/BinaryEncoding/Raw.dyn_o )
  14337. 2789.34 s [asn1-encoding] [ 9 of 12] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, dist/build/Data/ASN1/Stream.o, dist/build/Data/ASN1/Stream.dyn_o )
  14338. 2789.34 s [asn1-encoding] [10 of 12] Compiling Data.ASN1.Prim ( Data/ASN1/Prim.hs, dist/build/Data/ASN1/Prim.o, dist/build/Data/ASN1/Prim.dyn_o )
  14339. 2789.34 s [asn1-encoding]
  14340. 2789.34 s [asn1-encoding] Data/ASN1/Prim.hs:55:1: warning: [-Wunused-imports]
  14341. 2789.34 s [asn1-encoding] The import of ‘Data.Monoid’ is redundant
  14342. 2789.34 s [asn1-encoding] except perhaps to import instances from ‘Data.Monoid’
  14343. 2789.34 s [asn1-encoding] To import instances alone, use: import Data.Monoid()
  14344. 2789.34 s [asn1-encoding] |
  14345. 2789.34 s [asn1-encoding] 55 | import Data.Monoid
  14346. 2789.34 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^
  14347. 2789.34 s [asn1-encoding]
  14348. 2789.34 s [asn1-encoding] Data/ASN1/Prim.hs:65:1: warning: [-Wunused-imports]
  14349. 2789.34 s [asn1-encoding] The import of ‘Control.Applicative’ is redundant
  14350. 2789.34 s [asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
  14351. 2789.34 s [asn1-encoding] To import instances alone, use: import Control.Applicative()
  14352. 2789.34 s [asn1-encoding] |
  14353. 2789.34 s [asn1-encoding] 65 | import Control.Applicative
  14354. 2789.34 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  14355. 2789.34 s [asn1-encoding]
  14356. 2789.34 s [asn1-encoding] Data/ASN1/Prim.hs:259:11: warning: [GHC-63397] [-Wname-shadowing]
  14357. 2789.34 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  14358. 2789.34 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  14359. 2789.34 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  14360. 2789.34 s [asn1-encoding] |
  14361. 2789.34 s [asn1-encoding] 259 | exponent = exp' - fromIntegral scaleFactor
  14362. 2789.34 s [asn1-encoding] | ^^^^^^^^
  14363. 2789.34 s [asn1-encoding]
  14364. 2789.34 s [asn1-encoding] Data/ASN1/Prim.hs:296:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  14365. 2789.34 s [asn1-encoding] Pattern match(es) are non-exhaustive
  14366. 2789.34 s [asn1-encoding] In a pattern binding: Patterns of type ‘[Word8]’ not matched: []
  14367. 2789.34 s [asn1-encoding] |
  14368. 2789.34 s [asn1-encoding] 296 | (x:xs) = B.unpack s
  14369. 2789.34 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^
  14370. 2789.34 s [asn1-encoding]
  14371. 2789.34 s [asn1-encoding] Data/ASN1/Prim.hs:428:9: warning: [GHC-63397] [-Wname-shadowing]
  14372. 2789.35 s [asn1-encoding] This binding for ‘exp’ shadows the existing binding
  14373. 2789.35 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  14374. 2789.35 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  14375. 2789.35 s [asn1-encoding] |
  14376. 2789.35 s [asn1-encoding] 428 | (man, exp) = decodeFloat d
  14377. 2789.66 s [async:post-build] Uploading to the NixCI cache: /nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc /nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5
  14378. 2790.21 s [async:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14379. 2790.78 s [async:post-build] copying 2 paths...
  14380. 2790.78 s [async:post-build] copying path '/nix/store/mimhdpfzh1rq1nrkpgv3i5bciyd84rfl-async-2.2.5-doc' to 'https://cache.nix-ci.com'...
  14381. 2791.71 s [async:post-build] copying path '/nix/store/vfcd8l9ss2d12fc1pmz00nxhyil2qfax-async-2.2.5' to 'https://cache.nix-ci.com'...
  14382. 2794.52 s [async:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14383. 2795.83 s [async:post-build] copying 1 paths...
  14384. 2795.83 s [async:post-build] copying path '/nix/store/7bf9i2xc6frv1n29rd4zfi0a2117yh74-async-2.2.5.drv' to 'https://cache.nix-ci.com'...
  14385. 2796.57 s Uploaded async in 7.0s
  14386. 2796.58 s Progress: 146 of 211 built (11 building), 298 of 298 downloaded from cache
  14387. 2796.58 s Built async in 4m00s
  14388. 2796.59 s [barbies] [25 of 32] Compiling Data.Functor.Barbie ( src/Data/Functor/Barbie.hs, dist/build/Data/Functor/Barbie.p_o )
  14389. 2796.59 s [barbies] [26 of 32] Compiling Barbies.Internal.Containers ( src/Barbies/Internal/Containers.hs, dist/build/Barbies/Internal/Containers.p_o )
  14390. 2796.59 s [barbies] [27 of 32] Compiling Barbies.Internal.Wrappers ( src/Barbies/Internal/Wrappers.hs, dist/build/Barbies/Internal/Wrappers.p_o )
  14391. 2796.59 s [barbies] [28 of 32] Compiling Barbies.Internal.Trivial ( src/Barbies/Internal/Trivial.hs, dist/build/Barbies/Internal/Trivial.p_o )
  14392. 2796.59 s [barbies] [29 of 32] Compiling Barbies.Bi ( src/Barbies/Bi.hs, dist/build/Barbies/Bi.p_o )
  14393. 2796.59 s [barbies] [30 of 32] Compiling Barbies ( src/Barbies.hs, dist/build/Barbies.p_o )
  14394. 2796.59 s [barbies] [31 of 32] Compiling Barbies.Constraints ( src/Barbies/Constraints.hs, dist/build/Barbies/Constraints.p_o )
  14395. 2796.59 s [barbies] [32 of 32] Compiling Barbies.Internal ( src/Barbies/Internal.hs, dist/build/Barbies/Internal.p_o )
  14396. 2796.59 s [barbies] Preprocessing test suite 'barbies-test' for barbies-2.1.1.0..
  14397. 2796.59 s [barbies] Building test suite 'barbies-test' for barbies-2.1.1.0..
  14398. 2796.59 s [barbies] [ 1 of 12] Compiling Clothes ( test/Clothes.hs, dist/build/barbies-test/barbies-test-tmp/Clothes.o )
  14399. 2796.59 s [barbies] [ 2 of 12] Compiling Spec.Applicative ( test/Spec/Applicative.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Applicative.o )
  14400. 2796.59 s [barbies] [ 3 of 12] Compiling Spec.Bare ( test/Spec/Bare.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Bare.o )
  14401. 2796.59 s [barbies] [ 4 of 12] Compiling Spec.Constraints ( test/Spec/Constraints.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Constraints.o )
  14402. 2796.59 s [barbies] [ 5 of 12] Compiling Spec.Distributive ( test/Spec/Distributive.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Distributive.o )
  14403. 2796.59 s [barbies] [ 6 of 12] Compiling Spec.Functor ( test/Spec/Functor.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Functor.o )
  14404. 2796.59 s [barbies] [ 7 of 12] Compiling Spec.Traversable ( test/Spec/Traversable.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Traversable.o )
  14405. 2796.59 s [barbies] [ 8 of 12] Compiling Spec.Wrapper ( test/Spec/Wrapper.hs, dist/build/barbies-test/barbies-test-tmp/Spec/Wrapper.o )
  14406. 2796.59 s [barbies] [ 9 of 12] Compiling TestBarbies ( test/TestBarbies.hs, dist/build/barbies-test/barbies-test-tmp/TestBarbies.o )
  14407. 2796.59 s [barbies] [10 of 12] Compiling TestBarbiesW ( test/TestBarbiesW.hs, dist/build/barbies-test/barbies-test-tmp/TestBarbiesW.o )
  14408. 2796.59 s [barbies] [11 of 12] Compiling TestBiBarbies ( test/TestBiBarbies.hs, dist/build/barbies-test/barbies-test-tmp/TestBiBarbies.o )
  14409. 2796.59 s [barbies] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/barbies-test/barbies-test-tmp/Main.o )
  14410. 2796.59 s [barbies]
  14411. 2796.59 s [barbies] test/Spec.hs:18:1: warning: [-Wunused-imports]
  14412. 2796.59 s [barbies] The import of ‘Control.Applicative’ is redundant
  14413. 2796.59 s [barbies] except perhaps to import instances from ‘Control.Applicative’
  14414. 2796.59 s [barbies] To import instances alone, use: import Control.Applicative()
  14415. 2796.59 s [barbies] |
  14416. 2796.59 s [barbies] 18 | import Control.Applicative ( liftA2 )
  14417. 2796.59 s [barbies] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14418. 2796.59 s [barbies] [13 of 13] Linking dist/build/barbies-test/barbies-test
  14419. 2796.59 s [comonad] Documentation created: dist/doc/html/comonad/index.html,
  14420. 2796.59 s [comonad] dist/doc/html/comonad/comonad.txt
  14421. 2796.59 s [comonad] Phase: installPhase
  14422. 2796.59 s [comonad] Installing library in /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
  14423. 2796.59 s [comonad] Phase: fixupPhase
  14424. 2796.59 s [comonad] shrinking RPATHs of ELF executables and libraries in /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9
  14425. 2796.59 s [comonad] shrinking /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHScomonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi-ghc9.6.4.so
  14426. 2796.59 s [comonad] checking for references to /build/ in /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9...
  14427. 2796.59 s [comonad] patching script interpreter paths in /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9
  14428. 2796.59 s [comonad] stripping (with command strip and flags -S -p) in /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9/lib
  14429. 2796.59 s [comonad] shrinking RPATHs of ELF executables and libraries in /nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc
  14430. 2796.59 s [comonad] checking for references to /build/ in /nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc...
  14431. 2796.59 s [comonad] patching script interpreter paths in /nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc
  14432. 2796.59 s [strict] src/Data/Strict/Tuple.hs:124:3: warning: [-Wnoncanonical-monoid-instances]
  14433. 2796.59 s [strict] Noncanonical ‘mappend’ definition detected
  14434. 2796.59 s [strict] in the instance declaration for ‘Monoid (Pair a b)’.
  14435. 2796.60 s [strict] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  14436. 2796.60 s [strict] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  14437. 2796.60 s [strict] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  14438. 2796.60 s [strict] |
  14439. 2796.60 s [strict] 124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
  14440. 2796.60 s [strict] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14441. 2796.60 s [strict] [5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, dist/build/Data/Strict/Classes.o, dist/build/Data/Strict/Classes.dyn_o )
  14442. 2796.60 s [strict] [6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, dist/build/Data/Strict.o, dist/build/Data/Strict.dyn_o )
  14443. 2796.60 s [strict] [7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, dist/build/System/IO/Strict.o, dist/build/System/IO/Strict.dyn_o )
  14444. 2796.60 s [strict] [1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, dist/build/Data/Strict/Either.p_o )
  14445. 2796.60 s [time-compat] [14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, dist/build/Data/Time/Calendar/MonthDay/Compat.p_o )
  14446. 2796.60 s [time-compat] [15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, dist/build/Data/Time/Calendar/Easter/Compat.p_o )
  14447. 2796.60 s [time-compat] [16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, dist/build/Data/Time/Calendar/Compat.p_o )
  14448. 2796.60 s [time-compat] [17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, dist/build/Data/Time/LocalTime/Compat.p_o )
  14449. 2796.60 s [time-compat] [18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.p_o )
  14450. 2796.60 s [time-compat] [19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, dist/build/Data/Time/Clock/TAI/Compat.p_o )
  14451. 2796.60 s [time-compat] [20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, dist/build/Data/Time/Calendar/Julian/Compat.p_o )
  14452. 2796.60 s [time-compat] Preprocessing test suite 'main' for time-compat-1.9.7..
  14453. 2796.60 s [time-compat] Building test suite 'main' for time-compat-1.9.7..
  14454. 2796.60 s [time-compat] [ 1 of 32] Compiling Test.Arbitrary ( test/main/Test/Arbitrary.hs, dist/build/main/main-tmp/Test/Arbitrary.o )
  14455. 2796.60 s [time-compat] [ 2 of 32] Compiling Test.Calendar.AddDaysRef ( test/main/Test/Calendar/AddDaysRef.hs, dist/build/main/main-tmp/Test/Calendar/AddDaysRef.o )
  14456. 2796.60 s [time-compat] [ 3 of 32] Compiling Test.Calendar.AddDays ( test/main/Test/Calendar/AddDays.hs, dist/build/main/main-tmp/Test/Calendar/AddDays.o )
  14457. 2796.60 s [time-compat] [ 4 of 32] Compiling Test.Calendar.CalendarsRef ( test/main/Test/Calendar/CalendarsRef.hs, dist/build/main/main-tmp/Test/Calendar/CalendarsRef.o )
  14458. 2796.60 s [time-compat] [ 5 of 32] Compiling Test.Calendar.Calendars ( test/main/Test/Calendar/Calendars.hs, dist/build/main/main-tmp/Test/Calendar/Calendars.o )
  14459. 2796.60 s [time-compat] [ 6 of 32] Compiling Test.Calendar.ClipDatesRef ( test/main/Test/Calendar/ClipDatesRef.hs, dist/build/main/main-tmp/Test/Calendar/ClipDatesRef.o )
  14460. 2796.60 s [time-compat] [ 7 of 32] Compiling Test.Calendar.ClipDates ( test/main/Test/Calendar/ClipDates.hs, dist/build/main/main-tmp/Test/Calendar/ClipDates.o )
  14461. 2796.60 s [time-compat] [ 8 of 32] Compiling Test.Calendar.ConvertBack ( test/main/Test/Calendar/ConvertBack.hs, dist/build/main/main-tmp/Test/Calendar/ConvertBack.o )
  14462. 2796.60 s [time-compat] [ 9 of 32] Compiling Test.Calendar.Duration ( test/main/Test/Calendar/Duration.hs, dist/build/main/main-tmp/Test/Calendar/Duration.o )
  14463. 2796.60 s [time-compat] [10 of 32] Compiling Test.Calendar.EasterRef ( test/main/Test/Calendar/EasterRef.hs, dist/build/main/main-tmp/Test/Calendar/EasterRef.o )
  14464. 2796.60 s [time-compat] [11 of 32] Compiling Test.Calendar.Easter ( test/main/Test/Calendar/Easter.hs, dist/build/main/main-tmp/Test/Calendar/Easter.o )
  14465. 2796.60 s [time-compat] [12 of 32] Compiling Test.Calendar.LongWeekYearsRef ( test/main/Test/Calendar/LongWeekYearsRef.hs, dist/build/main/main-tmp/Test/Calendar/LongWeekYearsRef.o )
  14466. 2796.60 s [time-compat] [13 of 32] Compiling Test.Calendar.LongWeekYears ( test/main/Test/Calendar/LongWeekYears.hs, dist/build/main/main-tmp/Test/Calendar/LongWeekYears.o )
  14467. 2796.60 s [time-compat] [14 of 32] Compiling Test.Calendar.MonthDayRef ( test/main/Test/Calendar/MonthDayRef.hs, dist/build/main/main-tmp/Test/Calendar/MonthDayRef.o )
  14468. 2796.60 s [time-compat] [15 of 32] Compiling Test.Calendar.MonthDay ( test/main/Test/Calendar/MonthDay.hs, dist/build/main/main-tmp/Test/Calendar/MonthDay.o )
  14469. 2796.60 s [time-compat] [16 of 32] Compiling Test.Calendar.Valid ( test/main/Test/Calendar/Valid.hs, dist/build/main/main-tmp/Test/Calendar/Valid.o )
  14470. 2796.60 s [time-compat] [17 of 32] Compiling Test.Clock.Conversion ( test/main/Test/Clock/Conversion.hs, dist/build/main/main-tmp/Test/Clock/Conversion.o )
  14471. 2796.60 s [time-compat] [18 of 32] Compiling Test.Clock.Resolution ( test/main/Test/Clock/Resolution.hs, dist/build/main/main-tmp/Test/Clock/Resolution.o )
  14472. 2796.60 s [time-compat] [19 of 32] Compiling Test.Format.Compile ( test/main/Test/Format/Compile.hs, dist/build/main/main-tmp/Test/Format/Compile.o )
  14473. 2796.60 s [time-compat] [20 of 32] Compiling Test.LocalTime.CalendarDiffTime ( test/main/Test/LocalTime/CalendarDiffTime.hs, dist/build/main/main-tmp/Test/LocalTime/CalendarDiffTime.o )
  14474. 2796.60 s [time-compat] [21 of 32] Compiling Test.LocalTime.TimeOfDay ( test/main/Test/LocalTime/TimeOfDay.hs, dist/build/main/main-tmp/Test/LocalTime/TimeOfDay.o )
  14475. 2796.60 s [time-compat] [22 of 32] Compiling Test.LocalTime.TimeRef ( test/main/Test/LocalTime/TimeRef.hs, dist/build/main/main-tmp/Test/LocalTime/TimeRef.o )
  14476. 2796.60 s [uuid-types] Installing library in /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/uuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL
  14477. 2796.60 s [uuid-types] Phase: fixupPhase
  14478. 2796.60 s [uuid-types] shrinking RPATHs of ELF executables and libraries in /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6
  14479. 2796.60 s [uuid-types] shrinking /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSuuid-types-1.0.6-HuoEsIIIRw5HYjvX3ElwhL-ghc9.6.4.so
  14480. 2796.60 s [uuid-types] checking for references to /build/ in /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6...
  14481. 2796.60 s [uuid-types] patching script interpreter paths in /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6
  14482. 2796.60 s [uuid-types] stripping (with command strip and flags -S -p) in /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6/lib
  14483. 2796.60 s [uuid-types] shrinking RPATHs of ELF executables and libraries in /nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc
  14484. 2796.60 s [uuid-types] checking for references to /build/ in /nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc...
  14485. 2796.60 s [uuid-types] patching script interpreter paths in /nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc
  14486. 2796.60 s [vector] Bench.Vector.Algo.AwShCC=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.AwShCC,Bench.Vector.Algo.FindIndexR=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.FindIndexR,Bench.Vector.Algo.HybCC=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.HybCC,Bench.Vector.Algo.Leaffix=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.Leaffix,Bench.Vector.Algo.ListRank=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.ListRank,Bench.Vector.Algo.MutableSet=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.MutableSet,Bench.Vector.Algo.NextPermutation=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.NextPermutation,Bench.Vector.Algo.Quickhull=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.Quickhull,Bench.Vector.Algo.Rootfix=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.Rootfix,Bench.Vector.Algo.Spectral=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.Spectral,Bench.Vector.Algo.Tridiag=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Algo.Tridiag,Bench.Vector.Tasty=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.Tasty,Bench.Vector.TestData.Graph=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.TestData.Graph,Bench.Vector.TestData.ParenTree=vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2:Bench.Vector.TestData.ParenTree
  14487. 2796.60 s [vector] unit vector-0.13.2.0-5jMMqLdg0jR9vgoSQrXPwN-vector-doctest
  14488. 2796.60 s [vector] include base-4.18.2.0
  14489. 2796.60 s [vector] include doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
  14490. 2796.60 s [vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  14491. 2796.60 s [vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14492. 2796.60 s [vector] unit vector-0.13.2.0-CSnXJUNJu3hHREJU0hXRTc-vector-inspection
  14493. 2796.60 s [vector] include base-4.18.2.0
  14494. 2796.60 s [vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  14495. 2796.60 s [vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  14496. 2796.60 s [vector] include tasty-inspection-testing-0.2.1-IzA5Y4zvV6T7Qr0Rpz99ZO
  14497. 2796.60 s [vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14498. 2796.60 s [vector] unit vector-0.13.2.0-H8HhyIRU9OR2E6sYXdUQc0-vector-tests-O0
  14499. 2796.60 s [vector] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  14500. 2796.60 s [vector] include base-4.18.2.0
  14501. 2796.60 s [vector] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  14502. 2796.60 s [vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  14503. 2796.60 s [vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  14504. 2796.60 s [vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  14505. 2796.60 s [vector] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  14506. 2796.60 s [vector] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  14507. 2796.60 s [vector] include template-haskell-2.20.0.0
  14508. 2796.60 s [vector] include transformers-0.6.1.0
  14509. 2796.60 s [vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14510. 2796.60 s [vector] unit vector-0.13.2.0-1kJO52aveis1qKX18jwfTw-vector-tests-O2
  14511. 2796.60 s [vector] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  14512. 2796.60 s [vector] include base-4.18.2.0
  14513. 2796.60 s [vector] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  14514. 2796.60 s [vector] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  14515. 2796.60 s [vector] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  14516. 2796.60 s [vector] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  14517. 2796.60 s [vector] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  14518. 2796.60 s [vector] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  14519. 2796.60 s [vector] include template-haskell-2.20.0.0
  14520. 2796.60 s [vector] include transformers-0.6.1.0
  14521. 2796.60 s [vector] include vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14522. 2796.60 s [vector] Ready component graph:
  14523. 2796.60 s [vector] definite vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14524. 2796.60 s [vector] depends base-4.18.2.0
  14525. 2796.60 s [vector] depends deepseq-1.4.8.1
  14526. 2796.60 s [vector] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  14527. 2796.60 s [vector] depends vector-stream-0.1.0.1-3kAAjYjKcymLd80Bqq9Xxz
  14528. 2796.60 s [vector] definite vector-0.13.2.0-5jMMqLdg0jR9vgoSQrXPwN-vector-doctest
  14529. 2796.60 s [vector] depends base-4.18.2.0
  14530. 2796.60 s [vector] depends doctest-0.22.6-D1xz5902JP91GiKkmAIUSg
  14531. 2796.60 s [vector] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  14532. 2796.60 s [vector] depends vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14533. 2796.60 s [vector] definite vector-0.13.2.0-CSnXJUNJu3hHREJU0hXRTc-vector-inspection
  14534. 2796.60 s [vector] depends base-4.18.2.0
  14535. 2796.60 s [vector] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  14536. 2796.60 s [vector] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  14537. 2796.60 s [vector] depends tasty-inspection-testing-0.2.1-IzA5Y4zvV6T7Qr0Rpz99ZO
  14538. 2796.60 s [vector] depends vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14539. 2796.60 s [vector] definite vector-0.13.2.0-EUzEogi71N91FUmDkj6Wb2-benchmarks-O2
  14540. 2796.60 s [vector] depends base-4.18.2.0
  14541. 2796.60 s [vector] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  14542. 2796.60 s [vector] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  14543. 2796.60 s [vector] depends vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14544. 2796.60 s [vector] definite vector-0.13.2.0-H8HhyIRU9OR2E6sYXdUQc0-vector-tests-O0
  14545. 2796.60 s [vector] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  14546. 2796.60 s [vector] depends base-4.18.2.0
  14547. 2796.60 s [vector] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  14548. 2796.60 s [vector] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  14549. 2796.60 s [vector] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  14550. 2796.60 s [vector] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  14551. 2796.60 s [vector] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  14552. 2796.60 s [vector] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  14553. 2796.94 s Building /nix/store/qmcxw2xj6k91z1914wjksza28qphbc5b-concurrent-output-1.10.21.drv
  14554. 2797.14 s Building /nix/store/9gk0gk9jahpviqg0kpv9wdy0yj6f69fi-lifted-async-0.10.2.7.drv
  14555. 2797.48 s Building /nix/store/k125af4c206wakga6jgyqypgbrxw55z1-logict-0.8.2.0.drv
  14556. 2797.65 s Building /nix/store/xgc4x39lzgvcfpgzwjwzhy2ff4mf0m1q-streaming-commons-0.2.3.0.drv
  14557. 2797.65 s [asn1-encoding] | ^^^
  14558. 2797.65 s [asn1-encoding]
  14559. 2797.65 s [asn1-encoding] Data/ASN1/Prim.hs:429:14: warning: [GHC-63397] [-Wname-shadowing]
  14560. 2797.65 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  14561. 2797.65 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  14562. 2797.65 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  14563. 2797.65 s [asn1-encoding] |
  14564. 2797.65 s [asn1-encoding] 429 | (mantissa, exponent) = normalize (fromIntegral $ mkUnsigned man, exp)
  14565. 2797.65 s [asn1-encoding] | ^^^^^^^^
  14566. 2797.65 s [asn1-encoding]
  14567. 2797.65 s [asn1-encoding] Data/ASN1/Prim.hs:441:22: warning: [GHC-63397] [-Wname-shadowing]
  14568. 2797.65 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  14569. 2797.65 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  14570. 2797.65 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  14571. 2797.65 s [asn1-encoding] |
  14572. 2797.65 s [asn1-encoding] 441 | normalize (mantissa, exponent) = (mantissa `shiftR` sh, exponent + sh)
  14573. 2797.65 s [asn1-encoding] | ^^^^^^^^
  14574. 2797.65 s [asn1-encoding] [11 of 12] Compiling Data.ASN1.Encoding ( Data/ASN1/Encoding.hs, dist/build/Data/ASN1/Encoding.o, dist/build/Data/ASN1/Encoding.dyn_o )
  14575. 2797.65 s [asn1-encoding] [12 of 12] Compiling Data.ASN1.BinaryEncoding ( Data/ASN1/BinaryEncoding.hs, dist/build/Data/ASN1/BinaryEncoding.o, dist/build/Data/ASN1/BinaryEncoding.dyn_o )
  14576. 2797.65 s [asn1-encoding] [ 1 of 12] Compiling Data.ASN1.Error ( Data/ASN1/Error.hs, dist/build/Data/ASN1/Error.p_o )
  14577. 2797.65 s [asn1-encoding] [ 2 of 12] Compiling Data.ASN1.Get ( Data/ASN1/Get.hs, dist/build/Data/ASN1/Get.p_o )
  14578. 2797.65 s [asn1-encoding]
  14579. 2797.65 s [asn1-encoding] Data/ASN1/Get.hs:31:29: warning: [-Wunused-imports]
  14580. 2797.65 s [asn1-encoding] The import of ‘Applicative’
  14581. 2797.65 s [asn1-encoding] from module ‘Control.Applicative’ is redundant
  14582. 2797.65 s [asn1-encoding] |
  14583. 2797.65 s [asn1-encoding] 31 | import Control.Applicative (Applicative(..),Alternative(..))
  14584. 2797.65 s [asn1-encoding] | ^^^^^^^^^^^^^^^
  14585. 2797.65 s [asn1-encoding]
  14586. 2797.65 s [asn1-encoding] Data/ASN1/Get.hs:92:5: warning: [-Wnoncanonical-monad-instances]
  14587. 2797.65 s [asn1-encoding] Noncanonical ‘pure = return’ definition detected
  14588. 2797.65 s [asn1-encoding] in the instance declaration for ‘Applicative Get’.
  14589. 2797.65 s [asn1-encoding] Move definition from ‘return’ to ‘pure’
  14590. 2797.65 s [asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  14591. 2797.65 s [asn1-encoding] |
  14592. 2797.65 s [asn1-encoding] 92 | pure = return
  14593. 2797.65 s [asn1-encoding] | ^^^^^^^^^^^^^^
  14594. 2797.65 s [asn1-encoding]
  14595. 2797.65 s [asn1-encoding] Data/ASN1/Get.hs:101:5: warning: [-Wnoncanonical-monad-instances]
  14596. 2797.65 s [asn1-encoding] Noncanonical ‘return’ definition detected
  14597. 2797.65 s [asn1-encoding] in the instance declaration for ‘Monad Get’.
  14598. 2797.65 s [asn1-encoding] ‘return’ will eventually be removed in favour of ‘pure’
  14599. 2797.65 s [asn1-encoding] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  14600. 2797.65 s [asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  14601. 2797.65 s [asn1-encoding] |
  14602. 2797.65 s [asn1-encoding] 101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
  14603. 2797.65 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14604. 2797.65 s [asn1-encoding] [ 3 of 12] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, dist/build/Data/ASN1/Internal.p_o )
  14605. 2797.65 s [asn1-encoding] [ 4 of 12] Compiling Data.ASN1.Object ( Data/ASN1/Object.hs, dist/build/Data/ASN1/Object.p_o )
  14606. 2797.65 s [asn1-encoding] [ 5 of 12] Compiling Data.ASN1.Serialize ( Data/ASN1/Serialize.hs, dist/build/Data/ASN1/Serialize.p_o )
  14607. 2797.65 s [asn1-encoding]
  14608. 2797.65 s [asn1-encoding] Data/ASN1/Serialize.hs:17:1: warning: [-Wunused-imports]
  14609. 2797.65 s [asn1-encoding] The import of ‘Control.Applicative’ is redundant
  14610. 2797.65 s [asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
  14611. 2797.65 s [asn1-encoding] To import instances alone, use: import Control.Applicative()
  14612. 2797.65 s [asn1-encoding] |
  14613. 2797.65 s [asn1-encoding] 17 | import Control.Applicative ((<$>))
  14614. 2797.65 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14615. 2797.65 s [barbies] buildPhase completed in 1 minutes 36 seconds
  14616. 2797.65 s [barbies] Phase: checkPhase
  14617. 2797.65 s [barbies] Running 1 test suites...
  14618. 2797.65 s [barbies] Test suite barbies-test: RUNNING...
  14619. 2797.65 s [barbies] Tests
  14620. 2797.65 s [barbies] Functor Laws
  14621. 2797.65 s [barbies] Record0
  14622. 2797.65 s [barbies] bmap id = id: OK (0.02s)
  14623. 2797.65 s [barbies] +++ OK, passed 100 tests.
  14624. 2797.65 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.04s)
  14625. 2797.65 s [barbies] +++ OK, passed 100 tests.
  14626. 2797.65 s [barbies] Record1
  14627. 2797.65 s [barbies] bmap id = id: OK (0.04s)
  14628. 2797.65 s [barbies] +++ OK, passed 100 tests.
  14629. 2797.65 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.07s)
  14630. 2797.65 s [barbies] +++ OK, passed 100 tests.
  14631. 2797.65 s [barbies] Record3
  14632. 2797.66 s [barbies] bmap id = id: OK (0.39s)
  14633. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14634. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.39s)
  14635. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14636. 2797.66 s [barbies] Record1S
  14637. 2797.66 s [barbies] bmap id = id: OK (0.04s)
  14638. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14639. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.09s)
  14640. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14641. 2797.66 s [barbies] Record3S
  14642. 2797.66 s [barbies] bmap id = id: OK (0.16s)
  14643. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14644. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.16s)
  14645. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14646. 2797.66 s [barbies] Record1W Covered
  14647. 2797.66 s [barbies] bmap id = id: OK (0.04s)
  14648. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14649. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.12s)
  14650. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14651. 2797.66 s [barbies] Record3W Covered
  14652. 2797.66 s [barbies] bmap id = id: OK (0.04s)
  14653. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14654. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.01s)
  14655. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14656. 2797.66 s [barbies] Record1WS Covered
  14657. 2797.66 s [barbies] bmap id = id: OK (0.07s)
  14658. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14659. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.44s)
  14660. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14661. 2797.66 s [barbies] Record3WS Covered
  14662. 2797.66 s [barbies] bmap id = id: OK
  14663. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14664. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.08s)
  14665. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14666. 2797.66 s [barbies] Ignore1
  14667. 2797.66 s [barbies] bmap id = id: OK (0.02s)
  14668. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14669. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.12s)
  14670. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14671. 2797.66 s [barbies] Sum3
  14672. 2797.66 s [barbies] bmap id = id: OK (0.13s)
  14673. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14674. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.48s)
  14675. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14676. 2797.66 s [barbies] SumRec
  14677. 2797.66 s [barbies] bmap id = id: OK (0.02s)
  14678. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14679. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.37s)
  14680. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14681. 2797.66 s [barbies] Sum3W Covered
  14682. 2797.66 s [barbies] bmap id = id: OK (0.05s)
  14683. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14684. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.40s)
  14685. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14686. 2797.66 s [barbies] SumRecW Covered
  14687. 2797.66 s [barbies] bmap id = id: OK (0.14s)
  14688. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14689. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.14s)
  14690. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14691. 2797.66 s [barbies] CompositeRecord
  14692. 2797.66 s [barbies] bmap id = id: OK (0.33s)
  14693. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14694. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.14s)
  14695. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14696. 2797.66 s [barbies] NestedF
  14697. 2797.66 s [barbies] bmap id = id: OK (0.36s)
  14698. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14699. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.37s)
  14700. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14701. 2797.66 s [barbies] Nested2F
  14702. 2797.66 s [barbies] bmap id = id: OK
  14703. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14704. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.43s)
  14705. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14706. 2797.66 s [barbies] CompositeRecordW Covered
  14707. 2797.66 s [barbies] bmap id = id: OK (0.07s)
  14708. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14709. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.25s)
  14710. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14711. 2797.66 s [barbies] NestedFW Covered
  14712. 2797.66 s [barbies] bmap id = id: OK (0.26s)
  14713. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14714. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.26s)
  14715. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14716. 2797.66 s [barbies] Nested2FW Covered
  14717. 2797.66 s [barbies] bmap id = id: OK (0.10s)
  14718. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14719. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.26s)
  14720. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14721. 2797.66 s [barbies] ParF Maybe
  14722. 2797.66 s [barbies] bmap id = id: OK
  14723. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14724. 2797.66 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.15s)
  14725. 2797.66 s [barbies] +++ OK, passed 100 tests.
  14726. 2798.04 s [comonad:post-build] Uploading to the NixCI cache: /nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc /nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9
  14727. 2798.62 s [comonad:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14728. 2799.33 s [comonad:post-build] copying 2 paths...
  14729. 2799.33 s [comonad:post-build] copying path '/nix/store/0gyaag6s5n87j4vwamcliazadc8nnb7a-comonad-5.0.9-doc' to 'https://cache.nix-ci.com'...
  14730. 2800.80 s [comonad:post-build] copying path '/nix/store/cdd0km0d0rln4lll4ws3fpdzgs9h82mw-comonad-5.0.9' to 'https://cache.nix-ci.com'...
  14731. 2807.00 s [comonad:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14732. 2808.52 s [comonad:post-build] copying 1 paths...
  14733. 2808.52 s [comonad:post-build] copying path '/nix/store/47s40zdvcl8a91m67605zih6rv12914c-comonad-5.0.9.drv' to 'https://cache.nix-ci.com'...
  14734. 2809.44 s Uploaded comonad in 11.5s
  14735. 2809.45 s Progress: 147 of 211 built (14 building), 298 of 298 downloaded from cache
  14736. 2809.45 s Built comonad in 2m05s
  14737. 2809.45 s [concurrent-output] Phase: setupCompilerEnvironmentPhase
  14738. 2809.45 s [concurrent-output] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  14739. 2809.45 s [crypton] [ 3 of 58] Compiling KAT_AES.KATCCM ( tests/KAT_AES/KATCCM.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATCCM.o )
  14740. 2809.45 s [crypton] [ 4 of 58] Compiling KAT_AES.KATECB ( tests/KAT_AES/KATECB.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATECB.o )
  14741. 2809.45 s [crypton] [ 5 of 58] Compiling KAT_AES.KATGCM ( tests/KAT_AES/KATGCM.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATGCM.o )
  14742. 2809.45 s [crypton] [ 6 of 58] Compiling KAT_AES.KATOCB3 ( tests/KAT_AES/KATOCB3.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATOCB3.o )
  14743. 2809.45 s [crypton] [ 7 of 58] Compiling KAT_AES.KATXTS ( tests/KAT_AES/KATXTS.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES/KATXTS.o )
  14744. 2809.45 s [crypton] [ 8 of 58] Compiling KAT_PBKDF2 ( tests/KAT_PBKDF2.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PBKDF2.o )
  14745. 2809.45 s [crypton] [ 9 of 58] Compiling KAT_PubKey.ECDSA ( tests/KAT_PubKey/ECDSA.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/ECDSA.o )
  14746. 2809.45 s [genvalidity-property] Phase: setupCompilerEnvironmentPhase
  14747. 2809.46 s [genvalidity-property] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  14748. 2809.46 s [genvalidity-property] Phase: unpackPhase
  14749. 2809.46 s [genvalidity-property] unpacking source archive /nix/store/3jfmc098bgv6ay3vsqk81cz2139zmnlj-genvalidity-property-1.0.0.0.tar.gz
  14750. 2809.46 s [genvalidity-property] source root is genvalidity-property-1.0.0.0
  14751. 2809.46 s [genvalidity-property] setting SOURCE_DATE_EPOCH to timestamp 1637423498 of file "genvalidity-property-1.0.0.0/test/Test/Validity/Operations/CommutativitySpec.hs"
  14752. 2809.46 s [genvalidity-property] Phase: patchPhase
  14753. 2809.46 s [genvalidity-property] Phase: compileBuildDriverPhase
  14754. 2809.46 s [genvalidity-property] setupCompileFlags: -package-db=/build/tmp.v0erO870cW/setup-package.conf.d -threaded
  14755. 2809.46 s [genvalidity-property] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.v0erO870cW/Main.o )
  14756. 2809.46 s [genvalidity-property] [2 of 2] Linking Setup
  14757. 2809.46 s [haskell-src-meta] Using Parsec parser
  14758. 2809.46 s [haskell-src-meta] Configuring haskell-src-meta-0.8.15...
  14759. 2809.46 s [haskell-src-meta] Dependency base >=4.10 && <5: using base-4.18.2.0
  14760. 2809.46 s [haskell-src-meta] Dependency haskell-src-exts >=1.21 && <1.24: using haskell-src-exts-1.23.1
  14761. 2809.46 s [haskell-src-meta] Dependency pretty >=1.0 && <1.2: using pretty-1.1.3.6
  14762. 2809.46 s [haskell-src-meta] Dependency syb >=0.1 && <0.8: using syb-0.7.2.4
  14763. 2809.46 s [haskell-src-meta] Dependency template-haskell >=2.12 && <2.24: using template-haskell-2.20.0.0
  14764. 2809.46 s [haskell-src-meta] Dependency th-orphans >=0.12 && <0.14: using th-orphans-0.13.16
  14765. 2809.47 s [haskell-src-meta] Dependency HUnit >=1.2: using HUnit-1.6.2.0
  14766. 2809.47 s [haskell-src-meta] Dependency base >=4.10: using base-4.18.2.0
  14767. 2809.47 s [haskell-src-meta] Dependency haskell-src-exts >=1.21: using haskell-src-exts-1.23.1
  14768. 2809.47 s [haskell-src-meta] Dependency haskell-src-meta: using haskell-src-meta-0.8.15
  14769. 2809.47 s [haskell-src-meta] Dependency pretty >=1.0: using pretty-1.1.3.6
  14770. 2809.47 s [haskell-src-meta] Dependency tasty: using tasty-1.5.3
  14771. 2809.47 s [haskell-src-meta] Dependency tasty-hunit: using tasty-hunit-0.10.2
  14772. 2809.47 s [haskell-src-meta] Dependency template-haskell >=2.12: using template-haskell-2.20.0.0
  14773. 2809.47 s [haskell-src-meta] Dependency base: using base-4.18.2.0
  14774. 2809.47 s [haskell-src-meta] Dependency haskell-src-exts: using haskell-src-exts-1.23.1
  14775. 2809.47 s [haskell-src-meta] Dependency haskell-src-meta: using haskell-src-meta-0.8.15
  14776. 2809.47 s [haskell-src-meta] Dependency template-haskell: using template-haskell-2.20.0.0
  14777. 2809.47 s [haskell-src-meta] Dependency base: using base-4.18.2.0
  14778. 2809.47 s [haskell-src-meta] Dependency containers: using containers-0.6.7
  14779. 2809.47 s [haskell-src-meta] Dependency haskell-src-meta: using haskell-src-meta-0.8.15
  14780. 2809.47 s [haskell-src-meta] Dependency pretty: using pretty-1.1.3.6
  14781. 2809.47 s [haskell-src-meta] Dependency syb: using syb-0.7.2.4
  14782. 2809.47 s [haskell-src-meta] Dependency template-haskell: using template-haskell-2.20.0.0
  14783. 2809.47 s [haskell-src-meta] Source component graph:
  14784. 2809.47 s [haskell-src-meta] component lib
  14785. 2809.47 s [haskell-src-meta] component test:examples dependency lib
  14786. 2809.47 s [haskell-src-meta] component test:splices dependency lib
  14787. 2809.47 s [haskell-src-meta] component test:unit dependency lib
  14788. 2809.47 s [haskell-src-meta] Configured component graph:
  14789. 2809.47 s [haskell-src-meta] component haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  14790. 2809.47 s [haskell-src-meta] include base-4.18.2.0
  14791. 2809.47 s [haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
  14792. 2809.47 s [haskell-src-meta] include pretty-1.1.3.6
  14793. 2809.47 s [haskell-src-meta] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  14794. 2809.47 s [haskell-src-meta] include template-haskell-2.20.0.0
  14795. 2809.47 s [haskell-src-meta] include th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
  14796. 2809.47 s [haskell-src-meta] component haskell-src-meta-0.8.15-FB8GXJXZykK4hHysHWwrmS-examples
  14797. 2809.47 s [haskell-src-meta] include base-4.18.2.0
  14798. 2809.47 s [haskell-src-meta] include containers-0.6.7
  14799. 2809.47 s [haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  14800. 2809.47 s [haskell-src-meta] include pretty-1.1.3.6
  14801. 2809.47 s [haskell-src-meta] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  14802. 2809.47 s [haskell-src-meta] include template-haskell-2.20.0.0
  14803. 2809.48 s [haskell-src-meta] component haskell-src-meta-0.8.15-5mVA8wzOBaSESB7eIMGxEe-splices
  14804. 2809.48 s [haskell-src-meta] include base-4.18.2.0
  14805. 2809.48 s [haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
  14806. 2809.48 s [haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  14807. 2809.48 s [haskell-src-meta] include template-haskell-2.20.0.0
  14808. 2809.48 s [haskell-src-meta] component haskell-src-meta-0.8.15-3g7eE9ITnRM5N8ilDS5ZPf-unit
  14809. 2809.48 s [haskell-src-meta] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  14810. 2809.48 s [haskell-src-meta] include base-4.18.2.0
  14811. 2809.48 s [haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
  14812. 2809.48 s [haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  14813. 2809.48 s [haskell-src-meta] include pretty-1.1.3.6
  14814. 2809.49 s [haskell-src-meta] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  14815. 2809.49 s [haskell-src-meta] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  14816. 2809.49 s [haskell-src-meta] include template-haskell-2.20.0.0
  14817. 2809.49 s [haskell-src-meta] Linked component graph:
  14818. 2809.49 s [haskell-src-meta] unit haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  14819. 2809.49 s [haskell-src-meta] include base-4.18.2.0
  14820. 2809.49 s [haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
  14821. 2809.49 s [haskell-src-meta] include pretty-1.1.3.6
  14822. 2809.49 s [haskell-src-meta] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  14823. 2809.49 s [haskell-src-meta] include template-haskell-2.20.0.0
  14824. 2809.49 s [haskell-src-meta] include th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
  14825. 2809.49 s [haskell-src-meta] Language.Haskell.Meta=haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5:Language.Haskell.Meta,Language.Haskell.Meta.Extensions=haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5:Language.Haskell.Meta.Extensions,Language.Haskell.Meta.Parse=haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5:Language.Haskell.Meta.Parse,Language.Haskell.Meta.Syntax.Translate=haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5:Language.Haskell.Meta.Syntax.Translate,Language.Haskell.Meta.Utils=haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5:Language.Haskell.Meta.Utils
  14826. 2809.49 s [haskell-src-meta] unit haskell-src-meta-0.8.15-FB8GXJXZykK4hHysHWwrmS-examples
  14827. 2809.49 s [haskell-src-meta] include base-4.18.2.0
  14828. 2809.49 s [haskell-src-meta] include containers-0.6.7
  14829. 2809.49 s [haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  14830. 2809.49 s [haskell-src-meta] include pretty-1.1.3.6
  14831. 2809.49 s [haskell-src-meta] include syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  14832. 2809.49 s [lifted-async] Phase: setupCompilerEnvironmentPhase
  14833. 2809.50 s [lifted-async] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  14834. 2809.50 s [time-compat] [23 of 32] Compiling Test.LocalTime.Time ( test/main/Test/LocalTime/Time.hs, dist/build/main/main-tmp/Test/LocalTime/Time.o )
  14835. 2809.50 s [time-compat] [24 of 32] Compiling Test.TestUtil ( test/main/Test/TestUtil.hs, dist/build/main/main-tmp/Test/TestUtil.o )
  14836. 2809.50 s [time-compat] [25 of 32] Compiling Test.Format.ParseTime ( test/main/Test/Format/ParseTime.hs, dist/build/main/main-tmp/Test/Format/ParseTime.o )
  14837. 2809.50 s [time-compat]
  14838. 2809.50 s [time-compat] test/main/Test/Format/ParseTime.hs:692:1: warning: [-Wunused-top-binds]
  14839. 2809.50 s [time-compat] Defined but not used: ‘monthFormats’
  14840. 2809.50 s [time-compat] |
  14841. 2809.50 s [time-compat] 692 | monthFormats =
  14842. 2809.50 s [time-compat] | ^^^^^^^^^^^^
  14843. 2809.50 s [time-compat]
  14844. 2809.50 s [time-compat] test/main/Test/Format/ParseTime.hs:764:1: warning: [-Wunused-top-binds]
  14845. 2809.50 s [time-compat] Defined but not used: ‘calendarDiffDaysFormats’
  14846. 2809.50 s [time-compat] |
  14847. 2809.50 s [time-compat] 764 | calendarDiffDaysFormats = map FormatString ["%yy%Bm%ww%Dd", "%yy%Bm%dd", "%bm%ww%Dd", "%bm%dd"]
  14848. 2809.50 s [time-compat] | ^^^^^^^^^^^^^^^^^^^^^^^
  14849. 2809.50 s [time-compat]
  14850. 2809.50 s [time-compat] test/main/Test/Format/ParseTime.hs:767:1: warning: [-Wunused-top-binds]
  14851. 2809.50 s [time-compat] Defined but not used: ‘calendarDiffTimeFormats’
  14852. 2809.50 s [time-compat] |
  14853. 2809.50 s [time-compat] 767 | calendarDiffTimeFormats =
  14854. 2809.50 s [time-compat] | ^^^^^^^^^^^^^^^^^^^^^^^
  14855. 2809.50 s [time-compat]
  14856. 2809.50 s [time-compat] test/main/Test/Format/ParseTime.hs:780:1: warning: [-Wunused-top-binds]
  14857. 2809.50 s [time-compat] Defined but not used: ‘diffTimeFormats’
  14858. 2809.50 s [time-compat] |
  14859. 2809.50 s [time-compat] 780 | diffTimeFormats =
  14860. 2809.50 s [time-compat] | ^^^^^^^^^^^^^^^
  14861. 2809.51 s [time-compat]
  14862. 2809.51 s [time-compat] test/main/Test/Format/ParseTime.hs:784:1: warning: [-Wunused-top-binds]
  14863. 2809.51 s [time-compat] Defined but not used: ‘nominalDiffTimeFormats’
  14864. 2809.51 s [time-compat] |
  14865. 2809.51 s [time-compat] 784 | nominalDiffTimeFormats =
  14866. 2809.51 s [time-compat] | ^^^^^^^^^^^^^^^^^^^^^^
  14867. 2809.51 s [time-compat] [26 of 32] Compiling Test.Format.ISO8601 ( test/main/Test/Format/ISO8601.hs, dist/build/main/main-tmp/Test/Format/ISO8601.o )
  14868. 2809.51 s [time-compat] [27 of 32] Compiling Test.Format.Format ( test/main/Test/Format/Format.hs, dist/build/main/main-tmp/Test/Format/Format.o )
  14869. 2809.51 s [time-compat]
  14870. 2809.51 s [time-compat] test/main/Test/Format/Format.hs:17:1: warning: [-Wunused-top-binds]
  14871. 2809.51 s [time-compat] Defined but not used: ‘chars’
  14872. 2809.51 s [time-compat] |
  14873. 2809.51 s [time-compat] 17 | chars = "aAbBcCdDeFgGhHIjklmMnprRStTuUVwWxXyYzZ%"
  14874. 2809.52 s [time-compat] | ^^^^^
  14875. 2809.52 s [time-compat]
  14876. 2809.52 s [time-compat] test/main/Test/Format/Format.hs:21:1: warning: [-Wunused-top-binds]
  14877. 2809.52 s [time-compat] Defined but not used: ‘modifiers’
  14878. 2809.52 s [time-compat] |
  14879. 2809.52 s [time-compat] 21 | modifiers = "_-0^"
  14880. 2809.52 s [time-compat] | ^^^^^^^^^
  14881. 2809.52 s [time-compat]
  14882. 2809.52 s [time-compat] test/main/Test/Format/Format.hs:24:1: warning: [-Wunused-top-binds]
  14883. 2809.53 s [time-compat] Defined but not used: ‘widths’
  14884. 2809.53 s [time-compat] |
  14885. 2809.53 s [time-compat] 24 | widths = ["", "1", "2", "9", "12"]
  14886. 2809.53 s [time-compat] | ^^^^^^
  14887. 2809.53 s [time-compat]
  14888. 2809.53 s [time-compat] test/main/Test/Format/Format.hs:27:1: warning: [-Wunused-top-binds]
  14889. 2809.53 s [time-compat] Defined but not used: ‘formats’
  14890. 2809.53 s [time-compat] |
  14891. 2809.53 s [time-compat] 27 | formats =
  14892. 2809.53 s [time-compat] | ^^^^^^^
  14893. 2809.53 s [time-compat]
  14894. 2809.53 s [time-compat] test/main/Test/Format/Format.hs:36:1: warning: [-Wunused-top-binds]
  14895. 2809.53 s [time-compat] Defined but not used: ‘somestrings’
  14896. 2809.53 s [time-compat] |
  14897. 2809.53 s [time-compat] 36 | somestrings = ["", " ", "-", "\n"]
  14898. 2809.53 s [time-compat] | ^^^^^^^^^^^
  14899. 2809.53 s [time-compat]
  14900. 2809.53 s [time-compat] test/main/Test/Format/Format.hs:39:1: warning: [-Wunused-top-binds]
  14901. 2809.80 s [uuid-types:post-build] Uploading to the NixCI cache: /nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6 /nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc
  14902. 2810.30 s [uuid-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14903. 2810.90 s [uuid-types:post-build] copying 2 paths...
  14904. 2810.90 s [uuid-types:post-build] copying path '/nix/store/dr0p21d1x8bf7hnb58vjvznv0rzc4my5-uuid-types-1.0.6-doc' to 'https://cache.nix-ci.com'...
  14905. 2811.62 s [uuid-types:post-build] copying path '/nix/store/7ffgm7ss2q6igmfabkw72dnmvcpqq7wk-uuid-types-1.0.6' to 'https://cache.nix-ci.com'...
  14906. 2814.50 s [uuid-types:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14907. 2816.27 s [uuid-types:post-build] copying 1 paths...
  14908. 2816.27 s [uuid-types:post-build] copying path '/nix/store/4xn8v7z6dqc0nqxcxcrnnbf52wkcgwcv-uuid-types-1.0.6.drv' to 'https://cache.nix-ci.com'...
  14909. 2816.91 s Uploaded uuid-types in 7.2s
  14910. 2816.92 s Progress: 148 of 212 built (13 building), 298 of 298 downloaded from cache
  14911. 2816.92 s Built uuid-types in 2m14s
  14912. 2816.92 s [vector] depends template-haskell-2.20.0.0
  14913. 2816.92 s [vector] depends transformers-0.6.1.0
  14914. 2816.92 s [vector] depends vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14915. 2816.92 s [vector] definite vector-0.13.2.0-1kJO52aveis1qKX18jwfTw-vector-tests-O2
  14916. 2816.92 s [vector] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  14917. 2816.92 s [vector] depends base-4.18.2.0
  14918. 2816.93 s [vector] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  14919. 2816.93 s [vector] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  14920. 2816.93 s [vector] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  14921. 2816.93 s [vector] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  14922. 2816.93 s [vector] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  14923. 2816.93 s [vector] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  14924. 2816.93 s [vector] depends template-haskell-2.20.0.0
  14925. 2816.93 s [vector] depends transformers-0.6.1.0
  14926. 2816.93 s [vector] depends vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14927. 2816.93 s [vector] Using Cabal-3.10.1.0 compiled by ghc-9.6
  14928. 2816.93 s [vector] Using compiler: ghc-9.6.4
  14929. 2816.93 s [vector] Using install prefix:
  14930. 2816.93 s [vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0
  14931. 2816.93 s [vector] Executables installed in:
  14932. 2816.93 s [vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/bin
  14933. 2816.93 s [vector] Libraries installed in:
  14934. 2816.93 s [vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/vector-0.13.2.0-3OUxk5WY8myH2ZeT3IaP0Y
  14935. 2816.93 s [vector] Dynamic Libraries installed in:
  14936. 2816.93 s [vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  14937. 2816.93 s [vector] Private executables installed in:
  14938. 2816.93 s [vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/libexec/x86_64-linux-ghc-9.6.4/vector-0.13.2.0
  14939. 2816.93 s [vector] Data files installed in:
  14940. 2816.93 s [vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/share/x86_64-linux-ghc-9.6.4/vector-0.13.2.0
  14941. 2816.93 s [vector] Documentation installed in:
  14942. 2816.93 s [vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.6.4/vector-0.13.2.0
  14943. 2816.93 s [vector] Configuration files installed in:
  14944. 2816.93 s [vector] /nix/store/xp9b8ydvyhb2z98qsdggbjhsxa7jrwns-vector-0.13.2.0/etc
  14945. 2816.93 s [vector] No alex found
  14946. 2816.93 s [vector] Using ar found on system at:
  14947. 2816.93 s [vector] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  14948. 2816.93 s [vector] No c2hs found
  14949. 2816.93 s [vector] No cpphs found
  14950. 2816.93 s [vector] Using doctest version 0.22.6 found on system at:
  14951. 2816.93 s [vector] /nix/store/fc2xqwh4l1zwzcql14l3a5n9l05ixls3-doctest-0.22.6/bin/doctest
  14952. 2816.93 s [vector] Using gcc version 14.3.0 given by user at:
  14953. 2816.93 s [vector] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  14954. 2816.93 s [vector] Using ghc version 9.6.4 found on system at:
  14955. 2816.93 s [vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  14956. 2816.93 s [vector] Using ghc-pkg version 9.6.4 found on system at:
  14957. 2816.93 s [vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  14958. 2816.93 s [vector] No ghcjs found
  14959. 2816.93 s [vector] No ghcjs-pkg found
  14960. 2816.93 s [vector] No greencard found
  14961. 2816.93 s [vector] Using haddock version 2.29.2 found on system at:
  14962. 2816.93 s [vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  14963. 2816.93 s [vector] No happy found
  14964. 2816.93 s [vector] Using haskell-suite found on system at: haskell-suite-dummy-location
  14965. 2816.94 s [vector] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  14966. 2816.94 s [vector] No hmake found
  14967. 2816.94 s [vector] Using hpc version 0.68 found on system at:
  14968. 2816.94 s [vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  14969. 2816.94 s [vector] Using hsc2hs version 0.68.9 found on system at:
  14970. 2816.94 s [vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  14971. 2816.94 s [vector] Using hscolour version 1.25 found on system at:
  14972. 2816.94 s [vector] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  14973. 2816.94 s [vector] No jhc found
  14974. 2816.94 s [vector] Using ld found on system at:
  14975. 2816.94 s [vector] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  14976. 2816.94 s [vector] No pkg-config found
  14977. 2816.94 s [vector] Using runghc version 9.6.4 found on system at:
  14978. 2816.94 s [vector] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  14979. 2816.94 s [vector] Using strip version 2.44 found on system at:
  14980. 2816.94 s [vector] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  14981. 2816.94 s [vector] Using tar found on system at:
  14982. 2816.94 s [vector] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  14983. 2816.94 s [vector] No uhc found
  14984. 2816.94 s [vector] Phase: buildPhase
  14985. 2816.94 s [vector] Preprocessing library for vector-0.13.2.0..
  14986. 2816.94 s [vector] Building library for vector-0.13.2.0..
  14987. 2816.94 s [vector] [ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o, dist/build/Data/Vector/Fusion/Stream/Monadic.dyn_o )
  14988. 2817.25 s Building /nix/store/6y8bplj1407svzf7grn2qysfn73xzqhl-bifunctors-5.6.2.drv
  14989. 2817.26 s [asn1-encoding] [ 6 of 12] Compiling Data.ASN1.BinaryEncoding.Writer ( Data/ASN1/BinaryEncoding/Writer.hs, dist/build/Data/ASN1/BinaryEncoding/Writer.p_o )
  14990. 2817.26 s [asn1-encoding] [ 7 of 12] Compiling Data.ASN1.BinaryEncoding.Parse ( Data/ASN1/BinaryEncoding/Parse.hs, dist/build/Data/ASN1/BinaryEncoding/Parse.p_o )
  14991. 2817.26 s [asn1-encoding] [ 8 of 12] Compiling Data.ASN1.BinaryEncoding.Raw ( Data/ASN1/BinaryEncoding/Raw.hs, dist/build/Data/ASN1/BinaryEncoding/Raw.p_o )
  14992. 2817.26 s [asn1-encoding] [ 9 of 12] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, dist/build/Data/ASN1/Stream.p_o )
  14993. 2817.26 s [asn1-encoding] [10 of 12] Compiling Data.ASN1.Prim ( Data/ASN1/Prim.hs, dist/build/Data/ASN1/Prim.p_o )
  14994. 2817.26 s [asn1-encoding]
  14995. 2817.26 s [asn1-encoding] Data/ASN1/Prim.hs:55:1: warning: [-Wunused-imports]
  14996. 2817.26 s [asn1-encoding] The import of ‘Data.Monoid’ is redundant
  14997. 2817.26 s [asn1-encoding] except perhaps to import instances from ‘Data.Monoid’
  14998. 2817.26 s [asn1-encoding] To import instances alone, use: import Data.Monoid()
  14999. 2817.26 s [asn1-encoding] |
  15000. 2817.26 s [asn1-encoding] 55 | import Data.Monoid
  15001. 2817.26 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^
  15002. 2817.26 s [asn1-encoding]
  15003. 2817.26 s [asn1-encoding] Data/ASN1/Prim.hs:65:1: warning: [-Wunused-imports]
  15004. 2817.26 s [asn1-encoding] The import of ‘Control.Applicative’ is redundant
  15005. 2817.26 s [asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
  15006. 2817.26 s [asn1-encoding] To import instances alone, use: import Control.Applicative()
  15007. 2817.26 s [asn1-encoding] |
  15008. 2817.26 s [asn1-encoding] 65 | import Control.Applicative
  15009. 2817.26 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  15010. 2817.26 s [asn1-encoding]
  15011. 2817.26 s [asn1-encoding] Data/ASN1/Prim.hs:259:11: warning: [GHC-63397] [-Wname-shadowing]
  15012. 2817.26 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  15013. 2817.26 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  15014. 2817.26 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  15015. 2817.26 s [asn1-encoding] |
  15016. 2817.26 s [asn1-encoding] 259 | exponent = exp' - fromIntegral scaleFactor
  15017. 2817.26 s [asn1-encoding] | ^^^^^^^^
  15018. 2817.26 s [asn1-encoding]
  15019. 2817.26 s [asn1-encoding] Data/ASN1/Prim.hs:296:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  15020. 2817.26 s [asn1-encoding] Pattern match(es) are non-exhaustive
  15021. 2817.26 s [asn1-encoding] In a pattern binding: Patterns of type ‘[Word8]’ not matched: []
  15022. 2817.26 s [asn1-encoding] |
  15023. 2817.26 s [asn1-encoding] 296 | (x:xs) = B.unpack s
  15024. 2817.26 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^
  15025. 2817.26 s [asn1-encoding]
  15026. 2817.26 s [asn1-encoding] Data/ASN1/Prim.hs:428:9: warning: [GHC-63397] [-Wname-shadowing]
  15027. 2817.26 s [asn1-encoding] This binding for ‘exp’ shadows the existing binding
  15028. 2817.26 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  15029. 2817.26 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  15030. 2817.26 s [asn1-encoding] |
  15031. 2817.26 s [asn1-encoding] 428 | (man, exp) = decodeFloat d
  15032. 2817.26 s [asn1-encoding] | ^^^
  15033. 2817.26 s [asn1-encoding]
  15034. 2817.26 s [asn1-encoding] Data/ASN1/Prim.hs:429:14: warning: [GHC-63397] [-Wname-shadowing]
  15035. 2817.26 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  15036. 2817.26 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  15037. 2817.26 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  15038. 2817.26 s [asn1-encoding] |
  15039. 2817.27 s [asn1-encoding] 429 | (mantissa, exponent) = normalize (fromIntegral $ mkUnsigned man, exp)
  15040. 2817.27 s [asn1-encoding] | ^^^^^^^^
  15041. 2817.27 s [asn1-encoding]
  15042. 2817.27 s [asn1-encoding] Data/ASN1/Prim.hs:441:22: warning: [GHC-63397] [-Wname-shadowing]
  15043. 2817.27 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  15044. 2817.27 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  15045. 2817.27 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  15046. 2817.27 s [asn1-encoding] |
  15047. 2817.27 s [asn1-encoding] 441 | normalize (mantissa, exponent) = (mantissa `shiftR` sh, exponent + sh)
  15048. 2817.27 s [asn1-encoding] | ^^^^^^^^
  15049. 2817.27 s [barbies] Flip (* -> *) * (Record0 * *) ()
  15050. 2817.27 s [barbies] bmap id = id: OK
  15051. 2817.27 s [barbies] +++ OK, passed 100 tests.
  15052. 2817.27 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.02s)
  15053. 2817.27 s [barbies] +++ OK, passed 100 tests.
  15054. 2817.27 s [barbies] Flip (* -> *) * (Record1 *) ()
  15055. 2817.27 s [barbies] bmap id = id: OK (0.01s)
  15056. 2817.27 s [barbies] +++ OK, passed 100 tests.
  15057. 2817.27 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.01s)
  15058. 2817.27 s [barbies] +++ OK, passed 100 tests.
  15059. 2817.27 s [barbies] Flip (* -> *) * (Record3 *) ()
  15060. 2817.27 s [barbies] bmap id = id: OK (0.03s)
  15061. 2817.27 s [barbies] +++ OK, passed 100 tests.
  15062. 2817.27 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.07s)
  15063. 2817.27 s [barbies] +++ OK, passed 100 tests.
  15064. 2817.27 s [barbies] Flip (* -> *) * (Record1S *) ()
  15065. 2817.28 s [barbies] bmap id = id: OK (0.01s)
  15066. 2817.28 s [barbies] +++ OK, passed 100 tests.
  15067. 2817.28 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.02s)
  15068. 2817.28 s [barbies] +++ OK, passed 100 tests.
  15069. 2817.28 s [barbies] Flip (* -> *) * (Record3S *) ()
  15070. 2817.28 s [barbies] bmap id = id: OK (0.01s)
  15071. 2817.28 s [barbies] +++ OK, passed 100 tests.
  15072. 2817.28 s [barbies] bmap (f . g) = bmap f . bmap g): OK
  15073. 2817.28 s [barbies] +++ OK, passed 100 tests.
  15074. 2817.28 s [barbies] Flip (* -> *) * (Ignore1 *) ()
  15075. 2817.28 s [barbies] bmap id = id: OK
  15076. 2817.28 s [barbies] +++ OK, passed 100 tests.
  15077. 2817.28 s [barbies] bmap (f . g) = bmap f . bmap g): OK
  15078. 2817.28 s [barbies] +++ OK, passed 100 tests.
  15079. 2817.28 s [barbies] Flip (* -> *) * (Sum3 *) ()
  15080. 2817.28 s [barbies] bmap id = id: OK (0.05s)
  15081. 2817.28 s [barbies] +++ OK, passed 100 tests.
  15082. 2817.28 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.03s)
  15083. 2817.28 s [barbies] +++ OK, passed 100 tests.
  15084. 2817.28 s [barbies] Flip (* -> *) * (CompositeRecord *) ()
  15085. 2817.28 s [barbies] bmap id = id: OK (0.11s)
  15086. 2817.28 s [barbies] +++ OK, passed 100 tests.
  15087. 2817.28 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.03s)
  15088. 2817.28 s [barbies] +++ OK, passed 100 tests.
  15089. 2817.28 s [barbies] Flip (* -> *) * (SumRec *) ()
  15090. 2817.28 s [barbies] bmap id = id: OK (0.10s)
  15091. 2817.28 s [barbies] +++ OK, passed 100 tests.
  15092. 2817.29 s [barbies] bmap (f . g) = bmap f . bmap g): OK
  15093. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15094. 2817.29 s [barbies] Flip (* -> *) * (NestedF *) ()
  15095. 2817.29 s [barbies] bmap id = id: OK (0.21s)
  15096. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15097. 2817.29 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.08s)
  15098. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15099. 2817.29 s [barbies] Flip (* -> *) * (Nested2F *) ()
  15100. 2817.29 s [barbies] bmap id = id: OK (0.08s)
  15101. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15102. 2817.29 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.07s)
  15103. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15104. 2817.29 s [barbies] Flip (* -> *) (* -> *) NestedB Maybe
  15105. 2817.29 s [barbies] bmap id = id: OK (0.11s)
  15106. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15107. 2817.29 s [barbies] bmap (f . g) = bmap f . bmap g): OK
  15108. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15109. 2817.29 s [barbies] MixedBT Maybe
  15110. 2817.29 s [barbies] bmap id = id: OK (0.08s)
  15111. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15112. 2817.29 s [barbies] bmap (f . g) = bmap f . bmap g): OK
  15113. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15114. 2817.29 s [barbies] Flip (* -> *) (* -> *) MixedBT Maybe
  15115. 2817.29 s [barbies] bmap id = id: OK
  15116. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15117. 2817.29 s [barbies] bmap (f . g) = bmap f . bmap g): OK (0.02s)
  15118. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15119. 2817.29 s [barbies] Distributive Laws
  15120. 2817.29 s [barbies] Record0
  15121. 2817.29 s [barbies] naturality: OK
  15122. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15123. 2817.29 s [barbies] identity: OK
  15124. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15125. 2817.29 s [barbies] composition: OK
  15126. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15127. 2817.29 s [barbies] Record1
  15128. 2817.29 s [barbies] naturality: OK (0.08s)
  15129. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15130. 2817.29 s [barbies] identity: OK
  15131. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15132. 2817.29 s [barbies] composition: OK (0.06s)
  15133. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15134. 2817.29 s [barbies] Record1S
  15135. 2817.29 s [barbies] naturality: OK (0.05s)
  15136. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15137. 2817.29 s [barbies] identity: OK
  15138. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15139. 2817.29 s [barbies] composition: OK (0.39s)
  15140. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15141. 2817.29 s [barbies] Record3S
  15142. 2817.29 s [barbies] naturality: OK (0.06s)
  15143. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15144. 2817.29 s [barbies] identity: OK (0.11s)
  15145. 2817.29 s [barbies] +++ OK, passed 100 tests.
  15146. 2817.29 s [barbies] composition: OK (0.90s)
  15147. 2817.30 s [barbies] +++ OK, passed 100 tests.
  15148. 2817.30 s [barbies] Record1W Covered
  15149. 2817.30 s [barbies] naturality: OK (0.15s)
  15150. 2817.30 s [barbies] +++ OK, passed 100 tests.
  15151. 2817.30 s [barbies] identity: OK (0.08s)
  15152. 2817.30 s [barbies] +++ OK, passed 100 tests.
  15153. 2817.30 s [barbies] composition: OK (0.10s)
  15154. 2817.30 s [barbies] +++ OK, passed 100 tests.
  15155. 2817.30 s [barbies] Record3W Covered
  15156. 2817.30 s [concurrent-output] Phase: unpackPhase
  15157. 2817.30 s [concurrent-output] unpacking source archive /nix/store/pyf7k374ldp9mk2h62dn593zrkammpq9-concurrent-output-1.10.21.tar.gz
  15158. 2817.30 s [concurrent-output] source root is concurrent-output-1.10.21
  15159. 2817.30 s [concurrent-output] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "concurrent-output-1.10.21/Utility/Monad.hs"
  15160. 2817.30 s [concurrent-output] Phase: patchPhase
  15161. 2817.30 s [concurrent-output] Phase: compileBuildDriverPhase
  15162. 2817.30 s [concurrent-output] setupCompileFlags: -package-db=/build/tmp.FF5OtBbse5/setup-package.conf.d -threaded
  15163. 2817.30 s [concurrent-output] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.FF5OtBbse5/Main.o )
  15164. 2817.30 s [concurrent-output] [2 of 2] Linking Setup
  15165. 2817.30 s [concurrent-output] Phase: updateAutotoolsGnuConfigScriptsPhase
  15166. 2817.30 s [concurrent-output] Phase: configurePhase
  15167. 2817.30 s [concurrent-output] configureFlags: --verbose --prefix=/nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc/share/doc/concurrent-output-1.10.21 --with-gcc=gcc --package-db=/build/tmp.FF5OtBbse5/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  15168. 2817.31 s [concurrent-output] Using Parsec parser
  15169. 2817.31 s [concurrent-output] Configuring concurrent-output-1.10.21...
  15170. 2817.31 s [concurrent-output] Dependency ansi-terminal >=0.6.2 && <1.2.0: using ansi-terminal-1.1.2
  15171. 2817.31 s [concurrent-output] Dependency async >=2.0 && <2.3: using async-2.2.5
  15172. 2817.31 s [concurrent-output] Dependency base >=4.6 && <5: using base-4.18.2.0
  15173. 2817.31 s [concurrent-output] Dependency directory >=1.2.0 && <1.4.0: using directory-1.3.8.1
  15174. 2817.31 s [concurrent-output] Dependency exceptions >=0.6.0 && <0.11.0: using exceptions-0.10.7
  15175. 2817.31 s [concurrent-output] Dependency process >=1.6.0 && <1.7.0: using process-1.6.17.0
  15176. 2817.31 s [concurrent-output] Dependency stm >=2.0 && <2.6: using stm-2.5.1.0
  15177. 2817.31 s [concurrent-output] Dependency terminal-size >=0.3.0 && <0.4.0: using terminal-size-0.3.4
  15178. 2817.31 s [concurrent-output] Dependency text >=0.11.0 && <2.2: using text-2.0.2
  15179. 2817.31 s [concurrent-output] Dependency transformers >=0.3.0 && <0.7.0: using transformers-0.6.1.0
  15180. 2817.31 s [concurrent-output] Dependency unix >=2.7.0 && <2.9.0: using unix-2.8.4.0
  15181. 2817.31 s [concurrent-output] Source component graph: component lib
  15182. 2817.31 s [concurrent-output] Configured component graph:
  15183. 2817.31 s [concurrent-output] component concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
  15184. 2817.31 s [concurrent-output] include ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
  15185. 2817.31 s [concurrent-output] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  15186. 2817.31 s [concurrent-output] include base-4.18.2.0
  15187. 2817.31 s [concurrent-output] include directory-1.3.8.1
  15188. 2817.31 s [concurrent-output] include exceptions-0.10.7
  15189. 2817.31 s [concurrent-output] include process-1.6.17.0
  15190. 2817.31 s [concurrent-output] include stm-2.5.1.0
  15191. 2817.31 s [concurrent-output] include terminal-size-0.3.4-2VO6QS5aYmrIVFfGKcHu21
  15192. 2817.31 s [concurrent-output] include text-2.0.2
  15193. 2817.31 s [concurrent-output] include transformers-0.6.1.0
  15194. 2817.31 s [concurrent-output] include unix-2.8.4.0
  15195. 2817.31 s [concurrent-output] Linked component graph:
  15196. 2817.31 s [concurrent-output] unit concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
  15197. 2817.31 s [concurrent-output] include ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
  15198. 2817.31 s [concurrent-output] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  15199. 2817.31 s [concurrent-output] include base-4.18.2.0
  15200. 2817.31 s [concurrent-output] include directory-1.3.8.1
  15201. 2817.31 s [concurrent-output] include exceptions-0.10.7
  15202. 2817.31 s [concurrent-output] include process-1.6.17.0
  15203. 2817.31 s [concurrent-output] include stm-2.5.1.0
  15204. 2817.31 s [concurrent-output] include terminal-size-0.3.4-2VO6QS5aYmrIVFfGKcHu21
  15205. 2817.31 s [concurrent-output] include text-2.0.2
  15206. 2817.31 s [concurrent-output] include transformers-0.6.1.0
  15207. 2817.31 s [concurrent-output] include unix-2.8.4.0
  15208. 2817.31 s [crypton] [10 of 58] Compiling KAT_RC4 ( tests/KAT_RC4.hs, dist/build/test-crypton/test-crypton-tmp/KAT_RC4.o )
  15209. 2817.31 s [crypton] [11 of 58] Compiling KAT_Scrypt ( tests/KAT_Scrypt.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Scrypt.o )
  15210. 2817.31 s [crypton] [12 of 58] Compiling Utils ( tests/Utils.hs, dist/build/test-crypton/test-crypton-tmp/Utils.o )
  15211. 2817.31 s [crypton] [13 of 58] Compiling Imports ( tests/Imports.hs, dist/build/test-crypton/test-crypton-tmp/Imports.o )
  15212. 2817.31 s [crypton] [14 of 58] Compiling Salsa ( tests/Salsa.hs, dist/build/test-crypton/test-crypton-tmp/Salsa.o )
  15213. 2817.31 s [genvalidity-property] Phase: updateAutotoolsGnuConfigScriptsPhase
  15214. 2817.31 s [genvalidity-property] Phase: configurePhase
  15215. 2817.31 s [genvalidity-property] configureFlags: --verbose --prefix=/nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc/share/doc/genvalidity-property-1.0.0.0 --with-gcc=gcc --package-db=/build/tmp.v0erO870cW/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  15216. 2817.31 s [genvalidity-property] Using Parsec parser
  15217. 2817.31 s [genvalidity-property] Configuring genvalidity-property-1.0.0.0...
  15218. 2817.31 s [genvalidity-property] Dependency QuickCheck: using QuickCheck-2.14.3
  15219. 2817.31 s [genvalidity-property] Dependency base >=4.7 && <5: using base-4.18.2.0
  15220. 2817.31 s [genvalidity-property] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  15221. 2817.31 s [genvalidity-property] Dependency hspec >=2.1: using hspec-2.11.12
  15222. 2817.32 s [genvalidity-property] Dependency pretty-show: using pretty-show-1.10
  15223. 2817.32 s [genvalidity-property] Dependency validity >=0.9: using validity-0.12.1.0
  15224. 2817.32 s [genvalidity-property] Dependency QuickCheck: using QuickCheck-2.14.3
  15225. 2817.32 s [genvalidity-property] Dependency base >=4.7 && <5: using base-4.18.2.0
  15226. 2817.32 s [genvalidity-property] Dependency genvalidity: using genvalidity-1.1.1.0
  15227. 2817.32 s [genvalidity-property] Dependency genvalidity-property: using genvalidity-property-1.0.0.0
  15228. 2817.32 s [genvalidity-property] Dependency hspec: using hspec-2.11.12
  15229. 2817.32 s [genvalidity-property] Source component graph:
  15230. 2817.32 s [genvalidity-property] component lib
  15231. 2817.32 s [genvalidity-property] component test:genvalidity-property-test dependency lib
  15232. 2817.32 s [genvalidity-property] Configured component graph:
  15233. 2817.32 s [genvalidity-property] component genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
  15234. 2817.32 s [genvalidity-property] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  15235. 2817.32 s [genvalidity-property] include base-4.18.2.0
  15236. 2817.32 s [genvalidity-property] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  15237. 2817.32 s [genvalidity-property] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  15238. 2817.32 s [genvalidity-property] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
  15239. 2817.32 s [genvalidity-property] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  15240. 2817.32 s [genvalidity-property] component genvalidity-property-1.0.0.0-JIQx0b0ll74G3XJA8dBblq-genvalidity-property-test
  15241. 2817.32 s [genvalidity-property] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  15242. 2817.32 s [genvalidity-property] include base-4.18.2.0
  15243. 2817.32 s [genvalidity-property] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  15244. 2817.32 s [genvalidity-property] include genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
  15245. 2817.32 s [genvalidity-property] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  15246. 2817.32 s [genvalidity-property] Linked component graph:
  15247. 2817.32 s [genvalidity-property] unit genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
  15248. 2817.32 s [genvalidity-property] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  15249. 2817.32 s [genvalidity-property] include base-4.18.2.0
  15250. 2817.32 s [genvalidity-property] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  15251. 2817.32 s [genvalidity-property] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  15252. 2817.32 s [genvalidity-property] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
  15253. 2817.32 s [genvalidity-property] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  15254. 2817.32 s [haskell-src-meta] include template-haskell-2.20.0.0
  15255. 2817.32 s [haskell-src-meta] unit haskell-src-meta-0.8.15-5mVA8wzOBaSESB7eIMGxEe-splices
  15256. 2817.32 s [haskell-src-meta] include base-4.18.2.0
  15257. 2817.32 s [haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
  15258. 2817.32 s [haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  15259. 2817.32 s [haskell-src-meta] include template-haskell-2.20.0.0
  15260. 2817.32 s [haskell-src-meta] unit haskell-src-meta-0.8.15-3g7eE9ITnRM5N8ilDS5ZPf-unit
  15261. 2817.32 s [haskell-src-meta] include HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  15262. 2817.32 s [haskell-src-meta] include base-4.18.2.0
  15263. 2817.32 s [haskell-src-meta] include haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
  15264. 2817.32 s [haskell-src-meta] include haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  15265. 2817.32 s [haskell-src-meta] include pretty-1.1.3.6
  15266. 2817.32 s [haskell-src-meta] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  15267. 2817.32 s [haskell-src-meta] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  15268. 2817.32 s [haskell-src-meta] include template-haskell-2.20.0.0
  15269. 2817.32 s [haskell-src-meta] Ready component graph:
  15270. 2817.32 s [haskell-src-meta] definite haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  15271. 2817.32 s [haskell-src-meta] depends base-4.18.2.0
  15272. 2817.32 s [haskell-src-meta] depends haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
  15273. 2817.32 s [haskell-src-meta] depends pretty-1.1.3.6
  15274. 2817.32 s [haskell-src-meta] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  15275. 2817.32 s [haskell-src-meta] depends template-haskell-2.20.0.0
  15276. 2817.32 s [haskell-src-meta] depends th-orphans-0.13.16-Kt5m2sn68KtAeUxMfo02I
  15277. 2817.32 s [haskell-src-meta] definite haskell-src-meta-0.8.15-FB8GXJXZykK4hHysHWwrmS-examples
  15278. 2817.32 s [haskell-src-meta] depends base-4.18.2.0
  15279. 2817.32 s [haskell-src-meta] depends containers-0.6.7
  15280. 2817.32 s [haskell-src-meta] depends haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  15281. 2817.32 s [haskell-src-meta] depends pretty-1.1.3.6
  15282. 2817.32 s [haskell-src-meta] depends syb-0.7.2.4-G15F1JXeN9i1JxpAeormux
  15283. 2817.32 s [haskell-src-meta] depends template-haskell-2.20.0.0
  15284. 2817.32 s [haskell-src-meta] definite haskell-src-meta-0.8.15-5mVA8wzOBaSESB7eIMGxEe-splices
  15285. 2817.32 s [haskell-src-meta] depends base-4.18.2.0
  15286. 2817.32 s [haskell-src-meta] depends haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
  15287. 2817.32 s [haskell-src-meta] depends haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  15288. 2817.32 s [haskell-src-meta] depends template-haskell-2.20.0.0
  15289. 2817.32 s [haskell-src-meta] definite haskell-src-meta-0.8.15-3g7eE9ITnRM5N8ilDS5ZPf-unit
  15290. 2817.32 s [haskell-src-meta] depends HUnit-1.6.2.0-D1ry6Xil52NHFfqVTbiWaq
  15291. 2817.32 s [haskell-src-meta] depends base-4.18.2.0
  15292. 2817.32 s [haskell-src-meta] depends haskell-src-exts-1.23.1-K7rC0cXIPQv187aWVYMs1r
  15293. 2817.32 s [haskell-src-meta] depends haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  15294. 2817.32 s [haskell-src-meta] depends pretty-1.1.3.6
  15295. 2817.32 s [haskell-src-meta] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  15296. 2817.32 s [haskell-src-meta] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  15297. 2817.32 s [haskell-src-meta] depends template-haskell-2.20.0.0
  15298. 2817.32 s [haskell-src-meta] Using Cabal-3.10.1.0 compiled by ghc-9.6
  15299. 2817.32 s [haskell-src-meta] Using compiler: ghc-9.6.4
  15300. 2817.32 s [haskell-src-meta] Using install prefix:
  15301. 2817.32 s [haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15
  15302. 2817.32 s [haskell-src-meta] Executables installed in:
  15303. 2817.32 s [haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/bin
  15304. 2817.32 s [haskell-src-meta] Libraries installed in:
  15305. 2817.32 s [haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  15306. 2817.32 s [haskell-src-meta] Dynamic Libraries installed in:
  15307. 2817.32 s [haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  15308. 2817.32 s [haskell-src-meta] Private executables installed in:
  15309. 2817.32 s [haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/libexec/x86_64-linux-ghc-9.6.4/haskell-src-meta-0.8.15
  15310. 2817.32 s [haskell-src-meta] Data files installed in:
  15311. 2817.32 s [haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/share/x86_64-linux-ghc-9.6.4/haskell-src-meta-0.8.15
  15312. 2817.32 s [haskell-src-meta] Documentation installed in:
  15313. 2817.32 s [haskell-src-meta] /nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc/share/doc/haskell-src-meta-0.8.15
  15314. 2817.32 s [haskell-src-meta] Configuration files installed in:
  15315. 2817.32 s [haskell-src-meta] /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/etc
  15316. 2817.32 s [haskell-src-meta] No alex found
  15317. 2817.32 s [haskell-src-meta] Using ar found on system at:
  15318. 2817.32 s [haskell-src-meta] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  15319. 2817.32 s [haskell-src-meta] No c2hs found
  15320. 2817.32 s [haskell-src-meta] No cpphs found
  15321. 2817.32 s [haskell-src-meta] No doctest found
  15322. 2817.32 s [haskell-src-meta] Using gcc version 14.3.0 given by user at:
  15323. 2817.32 s [haskell-src-meta] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  15324. 2817.32 s [haskell-src-meta] Using ghc version 9.6.4 found on system at:
  15325. 2817.32 s [haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  15326. 2817.32 s [haskell-src-meta] Using ghc-pkg version 9.6.4 found on system at:
  15327. 2817.32 s [haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  15328. 2817.32 s [haskell-src-meta] No ghcjs found
  15329. 2817.32 s [haskell-src-meta] No ghcjs-pkg found
  15330. 2817.32 s [haskell-src-meta] No greencard found
  15331. 2817.32 s [haskell-src-meta] Using haddock version 2.29.2 found on system at:
  15332. 2817.32 s [haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  15333. 2817.33 s [haskell-src-meta] No happy found
  15334. 2817.33 s [haskell-src-meta] Using haskell-suite found on system at: haskell-suite-dummy-location
  15335. 2817.33 s [haskell-src-meta] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  15336. 2817.33 s [lifted-async] Phase: unpackPhase
  15337. 2817.33 s [lifted-async] unpacking source archive /nix/store/w5ndm5lizzwsyhcb2rzsvjxx5ggxbyi8-lifted-async-0.10.2.7.tar.gz
  15338. 2817.33 s [lifted-async] source root is lifted-async-0.10.2.7
  15339. 2817.33 s [lifted-async] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lifted-async-0.10.2.7/tests/TestSuite.hs"
  15340. 2817.33 s [lifted-async] Phase: patchPhase
  15341. 2817.33 s [lifted-async] Phase: compileBuildDriverPhase
  15342. 2817.33 s [lifted-async] setupCompileFlags: -package-db=/build/tmp.ZGQ3Oq9stX/setup-package.conf.d -threaded
  15343. 2817.33 s [lifted-async] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.ZGQ3Oq9stX/Main.o )
  15344. 2817.33 s [lifted-async] [2 of 2] Linking Setup
  15345. 2817.33 s [lifted-async] Phase: updateAutotoolsGnuConfigScriptsPhase
  15346. 2817.33 s [lifted-async] Phase: configurePhase
  15347. 2817.33 s [lifted-async] configureFlags: --verbose --prefix=/nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc/share/doc/lifted-async-0.10.2.7 --with-gcc=gcc --package-db=/build/tmp.ZGQ3Oq9stX/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 --disable-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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  15348. 2817.33 s [lifted-async] Using Parsec parser
  15349. 2817.33 s [lifted-async] Configuring lifted-async-0.10.2.7...
  15350. 2817.33 s [lifted-async] Dependency async >=2.2 && <2.3: using async-2.2.5
  15351. 2817.33 s [lifted-async] Dependency base >=4.5 && <4.22: using base-4.18.2.0
  15352. 2817.33 s [lifted-async] Dependency constraints >=0.2 && <0.15: using constraints-0.14.2
  15353. 2817.33 s [lifted-async] Dependency lifted-base >=0.2 && <0.3: using lifted-base-0.2.3.12
  15354. 2817.33 s [lifted-async] Dependency monad-control >=1.0 && <1.1: using monad-control-1.0.3.1
  15355. 2817.33 s [lifted-async] Dependency transformers-base >=0.4 && <0.5: using transformers-base-0.4.6
  15356. 2817.33 s [lifted-async] Source component graph: component lib
  15357. 2817.33 s [lifted-async] Configured component graph:
  15358. 2817.33 s [lifted-async] component lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
  15359. 2817.33 s [lifted-async] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  15360. 2817.33 s [lifted-async] include base-4.18.2.0
  15361. 2817.33 s [lifted-async] include constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
  15362. 2817.33 s [lifted-async] include lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
  15363. 2817.33 s [lifted-async] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  15364. 2817.33 s [lifted-async] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
  15365. 2817.33 s [lifted-async] Linked component graph:
  15366. 2817.33 s [lifted-async] unit lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
  15367. 2817.33 s [lifted-async] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  15368. 2817.33 s [lifted-async] include base-4.18.2.0
  15369. 2817.33 s [lifted-async] include constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
  15370. 2817.33 s [lifted-async] include lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
  15371. 2817.33 s [lifted-async] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  15372. 2817.33 s [lifted-async] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
  15373. 2817.33 s [lifted-async] Control.Concurrent.Async.Lifted=lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu:Control.Concurrent.Async.Lifted,Control.Concurrent.Async.Lifted.Safe=lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu:Control.Concurrent.Async.Lifted.Safe
  15374. 2817.33 s [lifted-async] Ready component graph:
  15375. 2817.33 s [lifted-async] definite lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
  15376. 2817.33 s [lifted-async] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  15377. 2817.33 s [lifted-async] depends base-4.18.2.0
  15378. 2817.33 s [lifted-async] depends constraints-0.14.2-1GvmKswIW1lL3eTRq5SgRm
  15379. 2817.33 s [lifted-async] depends lifted-base-0.2.3.12-5E7nsrzRA9aq6y1pWnW3B
  15380. 2817.33 s [lifted-async] depends monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  15381. 2817.33 s [lifted-async] depends transformers-base-0.4.6-5k145cGgioO865g11CxlME
  15382. 2817.33 s [lifted-async] Using Cabal-3.10.1.0 compiled by ghc-9.6
  15383. 2817.33 s [lifted-async] Using compiler: ghc-9.6.4
  15384. 2817.33 s [lifted-async] Using install prefix:
  15385. 2817.33 s [lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7
  15386. 2817.33 s [lifted-async] Executables installed in:
  15387. 2817.33 s [logict] Phase: setupCompilerEnvironmentPhase
  15388. 2817.33 s [logict] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  15389. 2817.33 s [logict] Phase: unpackPhase
  15390. 2817.33 s [logict] unpacking source archive /nix/store/8bm3ahkqr8f35z3yrz2jbmxmmv77hvk5-logict-0.8.2.0.tar.gz
  15391. 2817.33 s [logict] source root is logict-0.8.2.0
  15392. 2817.33 s [logict] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "logict-0.8.2.0/test/Test.hs"
  15393. 2817.33 s [logict] Phase: patchPhase
  15394. 2817.33 s [logict] Phase: compileBuildDriverPhase
  15395. 2817.33 s [logict] setupCompileFlags: -package-db=/build/tmp.ymXvJWj7XC/setup-package.conf.d -threaded
  15396. 2817.33 s [logict] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.ymXvJWj7XC/Main.o )
  15397. 2817.33 s [logict] [2 of 2] Linking Setup
  15398. 2817.33 s [logict] Phase: updateAutotoolsGnuConfigScriptsPhase
  15399. 2817.33 s [logict] Phase: configurePhase
  15400. 2817.33 s [logict] configureFlags: --verbose --prefix=/nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc/share/doc/logict-0.8.2.0 --with-gcc=gcc --package-db=/build/tmp.ymXvJWj7XC/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  15401. 2817.33 s [logict] Using Parsec parser
  15402. 2817.33 s [logict] Configuring logict-0.8.2.0...
  15403. 2817.33 s [logict] Dependency base >=4.9 && <5: using base-4.18.2.0
  15404. 2817.33 s [logict] Dependency exceptions <0.11: using exceptions-0.10.7
  15405. 2817.33 s [logict] Dependency mtl >=2.0 && <2.4: using mtl-2.3.1
  15406. 2817.33 s [logict] Dependency transformers <0.7: using transformers-0.6.1.0
  15407. 2817.33 s [logict] Dependency async >=2.0 && <2.3: using async-2.2.5
  15408. 2817.33 s [logict] Dependency base: using base-4.18.2.0
  15409. 2817.33 s [logict] Dependency logict: using logict-0.8.2.0
  15410. 2817.33 s [logict] Dependency mtl: using mtl-2.3.1
  15411. 2817.33 s [logict] Dependency tasty <1.6: using tasty-1.5.3
  15412. 2817.33 s [logict] Dependency tasty-hunit <0.11: using tasty-hunit-0.10.2
  15413. 2817.33 s [logict] Dependency transformers: using transformers-0.6.1.0
  15414. 2817.33 s [logict] Source component graph:
  15415. 2817.33 s [logict] component lib
  15416. 2817.33 s [logict] component test:logict-tests dependency lib
  15417. 2817.33 s [logict] Configured component graph:
  15418. 2817.33 s [logict] component logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
  15419. 2817.33 s [logict] include base-4.18.2.0
  15420. 2817.33 s [logict] include exceptions-0.10.7
  15421. 2817.33 s [logict] include mtl-2.3.1
  15422. 2817.33 s [logict] include transformers-0.6.1.0
  15423. 2817.33 s [logict] component logict-0.8.2.0-BtbXIoejAm1FARGS8UD0hE-logict-tests
  15424. 2817.33 s [logict] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  15425. 2817.33 s [logict] include base-4.18.2.0
  15426. 2817.33 s [logict] include logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
  15427. 2817.33 s [logict] include mtl-2.3.1
  15428. 2817.33 s [logict] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  15429. 2817.33 s [logict] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  15430. 2817.33 s [logict] include transformers-0.6.1.0
  15431. 2817.33 s [logict] Linked component graph:
  15432. 2817.33 s [logict] unit logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
  15433. 2817.33 s [logict] include base-4.18.2.0
  15434. 2817.33 s [logict] include exceptions-0.10.7
  15435. 2817.33 s [logict] include mtl-2.3.1
  15436. 2817.33 s [logict] include transformers-0.6.1.0
  15437. 2817.33 s [logict] Control.Monad.Logic=logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn:Control.Monad.Logic,Control.Monad.Logic.Class=logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn:Control.Monad.Logic.Class
  15438. 2817.33 s [logict] unit logict-0.8.2.0-BtbXIoejAm1FARGS8UD0hE-logict-tests
  15439. 2817.33 s [logict] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  15440. 2817.33 s [logict] include base-4.18.2.0
  15441. 2817.33 s [logict] include logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
  15442. 2817.33 s [logict] include mtl-2.3.1
  15443. 2817.33 s [logict] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  15444. 2817.33 s [logict] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  15445. 2817.33 s [logict] include transformers-0.6.1.0
  15446. 2817.33 s [streaming-commons] Phase: setupCompilerEnvironmentPhase
  15447. 2817.33 s [streaming-commons] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  15448. 2817.33 s [streaming-commons] Phase: unpackPhase
  15449. 2817.33 s [streaming-commons] unpacking source archive /nix/store/hmrzyjhb65w2nsy872wln9wmxzzx9q2q-streaming-commons-0.2.3.0.tar.gz
  15450. 2817.33 s [streaming-commons] source root is streaming-commons-0.2.3.0
  15451. 2817.33 s [streaming-commons] setting SOURCE_DATE_EPOCH to timestamp 1737289593 of file "streaming-commons-0.2.3.0/streaming-commons.cabal"
  15452. 2817.33 s [streaming-commons] Phase: patchPhase
  15453. 2817.33 s [streaming-commons] Phase: compileBuildDriverPhase
  15454. 2817.33 s [streaming-commons] setupCompileFlags: -package-db=/build/tmp.VI0fT4SrXO/setup-package.conf.d -threaded
  15455. 2817.33 s [streaming-commons] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.VI0fT4SrXO/Main.o )
  15456. 2817.33 s [streaming-commons] [2 of 2] Linking Setup
  15457. 2817.33 s [streaming-commons] Phase: updateAutotoolsGnuConfigScriptsPhase
  15458. 2817.33 s [streaming-commons] Phase: configurePhase
  15459. 2817.33 s [streaming-commons] configureFlags: --verbose --prefix=/nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/j4fgb7j23xzyhp9dcpa58f60k10v1ash-streaming-commons-0.2.3.0-doc/share/doc/streaming-commons-0.2.3.0 --with-gcc=gcc --package-db=/build/tmp.VI0fT4SrXO/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  15460. 2817.33 s [streaming-commons] Using Parsec parser
  15461. 2817.33 s [streaming-commons] Configuring streaming-commons-0.2.3.0...
  15462. 2817.33 s [streaming-commons] Flags chosen: use-bytestring-builder=False
  15463. 2817.33 s [streaming-commons] Dependency array: using array-0.5.6.0
  15464. 2817.33 s [streaming-commons] Dependency async: using async-2.2.5
  15465. 2817.33 s [streaming-commons] Dependency base >=4.12 && <5: using base-4.18.2.0
  15466. 2817.33 s [streaming-commons] Dependency bytestring >=0.10.2.0: using bytestring-0.11.5.3
  15467. 2817.33 s [streaming-commons] Dependency directory: using directory-1.3.8.1
  15468. 2817.33 s [streaming-commons] Dependency network >=2.4.0.0: using network-3.2.7.0
  15469. 2817.33 s [streaming-commons] Dependency process: using process-1.6.17.0
  15470. 2817.33 s [streaming-commons] Dependency random: using random-1.2.1.3
  15471. 2817.33 s [streaming-commons] Dependency stm: using stm-2.5.1.0
  15472. 2817.33 s [streaming-commons] Dependency text >=1.2 && <1.3 || >=2.0 && <2.2: using text-2.0.2
  15473. 2817.33 s [streaming-commons] Dependency transformers: using transformers-0.6.1.0
  15474. 2817.33 s [streaming-commons] Dependency unix: using unix-2.8.4.0
  15475. 2817.33 s [streaming-commons] Dependency zlib: using zlib-0.7.1.0
  15476. 2817.33 s [streaming-commons] Dependency QuickCheck: using QuickCheck-2.14.3
  15477. 2817.33 s [streaming-commons] Dependency array: using array-0.5.6.0
  15478. 2817.33 s [streaming-commons] Dependency async: using async-2.2.5
  15479. 2817.33 s [streaming-commons] Dependency base: using base-4.18.2.0
  15480. 2817.33 s [streaming-commons] Dependency bytestring >=0.10.2.0: using bytestring-0.11.5.3
  15481. 2817.33 s [streaming-commons] Dependency deepseq: using deepseq-1.4.8.1
  15482. 2817.33 s [streaming-commons] Dependency hspec >=1.8: using hspec-2.11.12
  15483. 2817.33 s [streaming-commons] Dependency network >=2.4.0.0: using network-3.2.7.0
  15484. 2817.33 s [streaming-commons] Dependency streaming-commons: using streaming-commons-0.2.3.0
  15485. 2817.33 s [streaming-commons] Dependency text: using text-2.0.2
  15486. 2817.33 s [streaming-commons] Dependency unix: using unix-2.8.4.0
  15487. 2817.33 s [streaming-commons] Dependency zlib: using zlib-0.7.1.0
  15488. 2817.33 s [streaming-commons] Source component graph:
  15489. 2817.33 s [streaming-commons] component lib
  15490. 2817.33 s [streaming-commons] component test:test dependency lib
  15491. 2817.33 s [streaming-commons] Configured component graph:
  15492. 2817.33 s [streaming-commons] component streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
  15493. 2817.33 s [streaming-commons] include array-0.5.6.0
  15494. 2817.33 s [streaming-commons] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  15495. 2817.33 s [streaming-commons] include base-4.18.2.0
  15496. 2817.33 s [streaming-commons] include bytestring-0.11.5.3
  15497. 2817.33 s [streaming-commons] include directory-1.3.8.1
  15498. 2817.33 s [streaming-commons] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  15499. 2817.33 s [streaming-commons] include process-1.6.17.0
  15500. 2817.33 s [streaming-commons] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  15501. 2817.33 s [streaming-commons] include stm-2.5.1.0
  15502. 2817.33 s [streaming-commons] include text-2.0.2
  15503. 2817.33 s [streaming-commons] include transformers-0.6.1.0
  15504. 2817.33 s [streaming-commons] include unix-2.8.4.0
  15505. 2817.33 s [streaming-commons] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  15506. 2817.33 s [strict] [2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, dist/build/Data/Strict/Maybe.p_o )
  15507. 2817.33 s [strict] [3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, dist/build/Data/Strict/These.p_o )
  15508. 2817.33 s [strict] [4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, dist/build/Data/Strict/Tuple.p_o )
  15509. 2817.33 s [strict]
  15510. 2817.33 s [strict] src/Data/Strict/Tuple.hs:124:3: warning: [-Wnoncanonical-monoid-instances]
  15511. 2817.33 s [strict] Noncanonical ‘mappend’ definition detected
  15512. 2817.33 s [strict] in the instance declaration for ‘Monoid (Pair a b)’.
  15513. 2817.33 s [strict] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  15514. 2817.33 s [strict] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  15515. 2817.33 s [strict] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  15516. 2817.33 s [strict] |
  15517. 2817.33 s [strict] 124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
  15518. 2817.33 s [strict] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15519. 2817.33 s [strict] [5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, dist/build/Data/Strict/Classes.p_o )
  15520. 2817.33 s [strict] [6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, dist/build/Data/Strict.p_o )
  15521. 2817.33 s [strict] [7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, dist/build/System/IO/Strict.p_o )
  15522. 2817.33 s [strict] buildPhase completed in 49 seconds
  15523. 2817.33 s [strict] Phase: checkPhase
  15524. 2817.33 s [strict] Package has no test suites.
  15525. 2817.33 s [strict] Phase: haddockPhase
  15526. 2817.33 s [strict] Preprocessing library for strict-0.5.1..
  15527. 2817.33 s [strict] Running Haddock on library for strict-0.5.1..
  15528. 2817.33 s [strict] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  15529. 2817.33 s [text-short] Documentation created: dist/doc/html/text-short/index.html,
  15530. 2817.33 s [text-short] dist/doc/html/text-short/text-short.txt
  15531. 2817.33 s [text-short] Preprocessing test suite 'text-short-tests' for text-short-0.1.6..
  15532. 2817.33 s [text-short] haddockPhase completed in 35 seconds
  15533. 2817.33 s [text-short] Phase: installPhase
  15534. 2817.33 s [text-short] Installing library in /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/text-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5
  15535. 2817.33 s [text-short] Phase: fixupPhase
  15536. 2817.33 s [text-short] shrinking RPATHs of ELF executables and libraries in /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6
  15537. 2817.33 s [text-short] shrinking /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStext-short-0.1.6-Gim7Z0fAw0s6tTy1kf6AZ5-ghc9.6.4.so
  15538. 2817.33 s [text-short] checking for references to /build/ in /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6...
  15539. 2817.33 s [text-short] patching script interpreter paths in /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6
  15540. 2817.33 s [text-short] stripping (with command strip and flags -S -p) in /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6/lib
  15541. 2817.33 s [text-short] shrinking RPATHs of ELF executables and libraries in /nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc
  15542. 2817.33 s [text-short] checking for references to /build/ in /nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc...
  15543. 2817.33 s [text-short] patching script interpreter paths in /nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc
  15544. 2817.33 s [time-compat] Defined but not used: ‘compareExpected’
  15545. 2817.33 s [time-compat] |
  15546. 2817.33 s [time-compat] 39 | compareExpected testname fmt str proxy =
  15547. 2817.33 s [time-compat] | ^^^^^^^^^^^^^^^
  15548. 2817.33 s [time-compat]
  15549. 2817.33 s [time-compat] test/main/Test/Format/Format.hs:47:1: warning: [-Wunused-top-binds]
  15550. 2817.34 s [time-compat] Defined but not used: ‘checkParse’
  15551. 2817.34 s [time-compat] |
  15552. 2817.34 s [time-compat] 47 | checkParse fmt str =
  15553. 2817.34 s [time-compat] | ^^^^^^^^^^
  15554. 2817.34 s [time-compat]
  15555. 2817.34 s [time-compat] test/main/Test/Format/Format.hs:56:1: warning: [-Wunused-top-binds]
  15556. 2817.34 s [time-compat] Defined but not used: ‘testCheckParse’
  15557. 2817.34 s [time-compat] |
  15558. 2817.34 s [time-compat] 56 | testCheckParse = testGroup "checkParse" $ tgroup formats $ \fmt -> tgroup somestrings $ \str -> checkParse fmt str
  15559. 2817.34 s [time-compat] | ^^^^^^^^^^^^^^
  15560. 2817.34 s [time-compat]
  15561. 2817.34 s [time-compat] test/main/Test/Format/Format.hs:71:1: warning: [-Wunused-top-binds]
  15562. 2817.34 s [time-compat] Defined but not used: ‘testZone’
  15563. 2817.34 s [time-compat] |
  15564. 2817.34 s [time-compat] 71 | testZone fmt expected minutes =
  15565. 2817.34 s [time-compat] | ^^^^^^^^
  15566. 2817.34 s [time-compat]
  15567. 2817.34 s [time-compat] test/main/Test/Format/Format.hs:75:1: warning: [-Wunused-top-binds]
  15568. 2817.34 s [time-compat] Defined but not used: ‘testZonePair’
  15569. 2817.34 s [time-compat] |
  15570. 2817.34 s [time-compat] 75 | testZonePair mods expected minutes =
  15571. 2817.34 s [time-compat] | ^^^^^^^^^^^^
  15572. 2817.34 s [time-compat]
  15573. 2817.34 s [time-compat] test/main/Test/Format/Format.hs:81:1: warning: [-Wunused-top-binds]
  15574. 2817.34 s [time-compat] Defined but not used: ‘testTimeZone’
  15575. 2817.34 s [time-compat] |
  15576. 2817.34 s [time-compat] 81 | testTimeZone =
  15577. 2817.34 s [time-compat] | ^^^^^^^^^^^^
  15578. 2817.34 s [time-compat]
  15579. 2817.34 s [time-compat] test/main/Test/Format/Format.hs:109:1: warning: [-Wunused-top-binds]
  15580. 2817.34 s [time-compat] Defined but not used: ‘testAFormat’
  15581. 2817.34 s [time-compat] |
  15582. 2817.34 s [time-compat] 109 | testAFormat fmt expected t = testCase fmt $ assertEqual "" expected $ formatTime defaultTimeLocale fmt t
  15583. 2817.34 s [time-compat] | ^^^^^^^^^^^
  15584. 2817.34 s [time-compat] [28 of 32] Compiling Test.Clock.TAI ( test/main/Test/Clock/TAI.hs, dist/build/main/main-tmp/Test/Clock/TAI.o )
  15585. 2817.34 s [time-compat] [29 of 32] Compiling Test.Calendar.Week ( test/main/Test/Calendar/Week.hs, dist/build/main/main-tmp/Test/Calendar/Week.o )
  15586. 2817.34 s [time-compat] [30 of 32] Compiling Test.Calendar.CalendarProps ( test/main/Test/Calendar/CalendarProps.hs, dist/build/main/main-tmp/Test/Calendar/CalendarProps.o )
  15587. 2817.34 s [time-compat] [31 of 32] Compiling Test.Types ( test/main/Test/Types.hs, dist/build/main/main-tmp/Test/Types.o )
  15588. 2817.34 s [time-compat] [32 of 32] Compiling Main ( test/main/Main.hs, dist/build/main/main-tmp/Main.o )
  15589. 2817.34 s [time-compat]
  15590. 2817.34 s [time-compat] test/main/Main.hs:21:1: warning: [-Wunused-imports]
  15591. 2817.34 s [time-compat] The import of ‘Test.Format.ParseTime’ is redundant
  15592. 2817.34 s [time-compat] except perhaps to import instances from ‘Test.Format.ParseTime’
  15593. 2817.34 s [time-compat] To import instances alone, use: import Test.Format.ParseTime()
  15594. 2817.34 s [time-compat] |
  15595. 2817.34 s [time-compat] 21 | import Test.Format.ParseTime
  15596. 2817.34 s [time-compat] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15597. 2817.34 s [time-compat] [33 of 33] Linking dist/build/main/main
  15598. 2817.34 s [time-compat] Preprocessing test suite 'instances' for time-compat-1.9.7..
  15599. 2817.34 s [time-compat] Building test suite 'instances' for time-compat-1.9.7..
  15600. 2817.34 s [time-compat] [1 of 1] Compiling Main ( test-instances/Test.hs, dist/build/instances/instances-tmp/Main.o )
  15601. 2817.34 s [time-compat] [2 of 2] Linking dist/build/instances/instances
  15602. 2817.34 s [time-compat] buildPhase completed in 1 minutes 59 seconds
  15603. 2817.34 s [time-compat] Phase: checkPhase
  15604. 2817.34 s [time-compat] Running 2 test suites...
  15605. 2817.34 s [time-compat] Test suite main: RUNNING...
  15606. 2817.34 s [time-compat] Time
  15607. 2817.34 s [time-compat] Calendar
  15608. 2817.34 s [time-compat] addDays: OK (0.08s)
  15609. 2817.34 s [time-compat] calender-props
  15610. 2817.34 s [vector] [ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o, dist/build/Data/Vector/Fusion/Util.dyn_o )
  15611. 2817.34 s [vector] [ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o, dist/build/Data/Vector/Fusion/Bundle/Size.dyn_o )
  15612. 2817.34 s [vector] [ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o, dist/build/Data/Vector/Generic/Mutable/Base.dyn_o )
  15613. 2817.34 s [vector] [ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o, dist/build/Data/Vector/Generic/Base.dyn_o )
  15614. 2817.34 s [vector] [ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o, dist/build/Data/Vector/Internal/Check.dyn_o )
  15615. 2817.34 s [vector] [ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o, dist/build/Data/Vector/Fusion/Bundle/Monadic.dyn_o )
  15616. 2817.34 s [asn1-encoding] [11 of 12] Compiling Data.ASN1.Encoding ( Data/ASN1/Encoding.hs, dist/build/Data/ASN1/Encoding.p_o )
  15617. 2817.34 s [asn1-encoding] [12 of 12] Compiling Data.ASN1.BinaryEncoding ( Data/ASN1/BinaryEncoding.hs, dist/build/Data/ASN1/BinaryEncoding.p_o )
  15618. 2817.34 s [asn1-encoding] Preprocessing test suite 'tests-asn1-encoding' for asn1-encoding-0.9.6..
  15619. 2817.34 s [asn1-encoding] Building test suite 'tests-asn1-encoding' for asn1-encoding-0.9.6..
  15620. 2817.34 s [asn1-encoding]
  15621. 2817.34 s [asn1-encoding] <no location info>: warning: [GHC-32850] [-Wmissing-home-modules]
  15622. 2817.34 s [asn1-encoding] These modules are needed for compilation but not listed in your .cabal file's other-modules for ‘main’ :
  15623. 2817.34 s [asn1-encoding] Data.ASN1.BinaryEncoding
  15624. 2817.34 s [asn1-encoding] Data.ASN1.BinaryEncoding.Parse
  15625. 2817.34 s [asn1-encoding] Data.ASN1.BinaryEncoding.Writer
  15626. 2817.34 s [asn1-encoding] Data.ASN1.Encoding
  15627. 2817.34 s [asn1-encoding] Data.ASN1.Error
  15628. 2817.34 s [asn1-encoding] Data.ASN1.Get
  15629. 2817.34 s [asn1-encoding] Data.ASN1.Internal
  15630. 2817.34 s [asn1-encoding] Data.ASN1.Prim
  15631. 2817.34 s [asn1-encoding] Data.ASN1.Serialize
  15632. 2817.34 s [asn1-encoding] Data.ASN1.Stream
  15633. 2817.34 s [asn1-encoding] [ 1 of 11] Compiling Data.ASN1.Error ( Data/ASN1/Error.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Error.o )
  15634. 2817.34 s [asn1-encoding] [ 2 of 11] Compiling Data.ASN1.Get ( Data/ASN1/Get.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Get.o )
  15635. 2817.34 s [asn1-encoding]
  15636. 2817.34 s [asn1-encoding] Data/ASN1/Get.hs:31:29: warning: [-Wunused-imports]
  15637. 2817.34 s [asn1-encoding] The import of ‘Applicative’
  15638. 2817.34 s [asn1-encoding] from module ‘Control.Applicative’ is redundant
  15639. 2817.34 s [asn1-encoding] |
  15640. 2817.34 s [asn1-encoding] 31 | import Control.Applicative (Applicative(..),Alternative(..))
  15641. 2817.34 s [asn1-encoding] | ^^^^^^^^^^^^^^^
  15642. 2817.34 s [asn1-encoding]
  15643. 2817.34 s [asn1-encoding] Data/ASN1/Get.hs:92:5: warning: [-Wnoncanonical-monad-instances]
  15644. 2817.34 s [asn1-encoding] Noncanonical ‘pure = return’ definition detected
  15645. 2817.34 s [asn1-encoding] in the instance declaration for ‘Applicative Get’.
  15646. 2817.34 s [asn1-encoding] Move definition from ‘return’ to ‘pure’
  15647. 2817.34 s [asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  15648. 2817.34 s [asn1-encoding] |
  15649. 2817.34 s [asn1-encoding] 92 | pure = return
  15650. 2817.34 s [asn1-encoding] | ^^^^^^^^^^^^^^
  15651. 2817.34 s [asn1-encoding]
  15652. 2817.34 s [asn1-encoding] Data/ASN1/Get.hs:101:5: warning: [-Wnoncanonical-monad-instances]
  15653. 2817.34 s [asn1-encoding] Noncanonical ‘return’ definition detected
  15654. 2817.34 s [asn1-encoding] in the instance declaration for ‘Monad Get’.
  15655. 2817.34 s [asn1-encoding] ‘return’ will eventually be removed in favour of ‘pure’
  15656. 2817.34 s [asn1-encoding] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  15657. 2817.34 s [asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  15658. 2817.34 s [asn1-encoding] |
  15659. 2817.34 s [asn1-encoding] 101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
  15660. 2817.34 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15661. 2817.34 s [asn1-encoding] [ 3 of 11] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Internal.o )
  15662. 2817.34 s [asn1-encoding] [ 4 of 11] Compiling Data.ASN1.Serialize ( Data/ASN1/Serialize.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Serialize.o )
  15663. 2817.34 s [asn1-encoding]
  15664. 2817.34 s [asn1-encoding] Data/ASN1/Serialize.hs:17:1: warning: [-Wunused-imports]
  15665. 2817.34 s [asn1-encoding] The import of ‘Control.Applicative’ is redundant
  15666. 2817.34 s [asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
  15667. 2817.34 s [asn1-encoding] To import instances alone, use: import Control.Applicative()
  15668. 2817.34 s [asn1-encoding] |
  15669. 2817.34 s [asn1-encoding] 17 | import Control.Applicative ((<$>))
  15670. 2817.34 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15671. 2817.34 s [asn1-encoding] [ 5 of 11] Compiling Data.ASN1.BinaryEncoding.Writer ( Data/ASN1/BinaryEncoding/Writer.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/BinaryEncoding/Writer.o )
  15672. 2817.34 s [asn1-encoding] [ 6 of 11] Compiling Data.ASN1.BinaryEncoding.Parse ( Data/ASN1/BinaryEncoding/Parse.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/BinaryEncoding/Parse.o )
  15673. 2817.34 s [asn1-encoding] [ 7 of 11] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Stream.o )
  15674. 2817.34 s [barbies] naturality: OK (0.10s)
  15675. 2817.34 s [barbies] +++ OK, passed 100 tests.
  15676. 2817.35 s [barbies] identity: OK
  15677. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15678. 2817.35 s [barbies] composition: OK (0.60s)
  15679. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15680. 2817.35 s [barbies] CompositeRecord
  15681. 2817.35 s [barbies] naturality: OK (0.13s)
  15682. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15683. 2817.35 s [barbies] identity: OK (0.02s)
  15684. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15685. 2817.35 s [barbies] composition: OK (0.55s)
  15686. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15687. 2817.35 s [barbies] Record1WS Covered
  15688. 2817.35 s [barbies] naturality: OK (0.01s)
  15689. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15690. 2817.35 s [barbies] identity: OK
  15691. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15692. 2817.35 s [barbies] composition: OK (0.04s)
  15693. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15694. 2817.35 s [barbies] Record3WS Covered
  15695. 2817.35 s [barbies] naturality: OK (0.22s)
  15696. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15697. 2817.35 s [barbies] identity: OK (0.02s)
  15698. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15699. 2817.35 s [barbies] composition: OK (0.34s)
  15700. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15701. 2817.35 s [barbies] CompositeRecordW Covered
  15702. 2817.35 s [barbies] naturality: OK (0.13s)
  15703. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15704. 2817.35 s [barbies] identity: OK (0.01s)
  15705. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15706. 2817.35 s [barbies] composition: OK (1.39s)
  15707. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15708. 2817.35 s [barbies] Flip (* -> *) * (Record0 * *) ()
  15709. 2817.35 s [barbies] naturality: OK (0.02s)
  15710. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15711. 2817.35 s [barbies] identity: OK
  15712. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15713. 2817.35 s [barbies] composition: OK
  15714. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15715. 2817.35 s [barbies] Flip (* -> *) * (Record1 *) ()
  15716. 2817.35 s [barbies] naturality: OK (0.04s)
  15717. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15718. 2817.35 s [barbies] identity: OK
  15719. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15720. 2817.35 s [barbies] composition: OK (0.18s)
  15721. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15722. 2817.35 s [barbies] Flip (* -> *) * (Record1S *) ()
  15723. 2817.35 s [barbies] naturality: OK (0.01s)
  15724. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15725. 2817.35 s [barbies] identity: OK
  15726. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15727. 2817.35 s [barbies] composition: OK (0.15s)
  15728. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15729. 2817.35 s [barbies] Flip (* -> *) * (Record3S *) ()
  15730. 2817.35 s [barbies] naturality: OK
  15731. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15732. 2817.35 s [barbies] identity: OK (0.03s)
  15733. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15734. 2817.35 s [barbies] composition: OK (0.64s)
  15735. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15736. 2817.35 s [barbies] Traversable Laws
  15737. 2817.35 s [barbies] Record0
  15738. 2817.35 s [barbies] naturality: OK (0.01s)
  15739. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15740. 2817.35 s [barbies] identity: OK
  15741. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15742. 2817.35 s [barbies] composition: OK (0.09s)
  15743. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15744. 2817.35 s [barbies] Record1
  15745. 2817.35 s [barbies] naturality: OK (0.01s)
  15746. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15747. 2817.35 s [barbies] identity: OK
  15748. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15749. 2817.35 s [barbies] composition: OK (0.06s)
  15750. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15751. 2817.35 s [barbies] Record3
  15752. 2817.35 s [barbies] naturality: OK
  15753. 2817.35 s [barbies] +++ OK, passed 100 tests.
  15754. 2817.35 s [barbies] identity: OK
  15755. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15756. 2817.36 s [barbies] composition: OK (0.12s)
  15757. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15758. 2817.36 s [barbies] Record1S
  15759. 2817.36 s [barbies] naturality: OK
  15760. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15761. 2817.36 s [barbies] identity: OK
  15762. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15763. 2817.36 s [barbies] composition: OK (0.03s)
  15764. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15765. 2817.36 s [barbies] Record3S
  15766. 2817.36 s [barbies] naturality: OK (0.03s)
  15767. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15768. 2817.36 s [barbies] identity: OK (0.04s)
  15769. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15770. 2817.36 s [barbies] composition: OK (0.05s)
  15771. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15772. 2817.36 s [barbies] Record1W Covered
  15773. 2817.36 s [barbies] naturality: OK
  15774. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15775. 2817.36 s [barbies] identity: OK
  15776. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15777. 2817.36 s [barbies] composition: OK (0.04s)
  15778. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15779. 2817.36 s [barbies] Record3W Covered
  15780. 2817.36 s [barbies] naturality: OK (0.15s)
  15781. 2817.36 s [barbies] +++ OK, passed 100 tests.
  15782. 2817.36 s [concurrent-output] System.Console.Concurrent=concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF:System.Console.Concurrent,System.Console.Concurrent.Internal=concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF:System.Console.Concurrent.Internal,System.Console.Regions=concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF:System.Console.Regions,System.Process.Concurrent=concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF:System.Process.Concurrent
  15783. 2817.36 s [concurrent-output] Ready component graph:
  15784. 2817.36 s [concurrent-output] definite concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
  15785. 2817.36 s [concurrent-output] depends ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
  15786. 2817.36 s [concurrent-output] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  15787. 2817.36 s [concurrent-output] depends base-4.18.2.0
  15788. 2817.36 s [concurrent-output] depends directory-1.3.8.1
  15789. 2817.36 s [concurrent-output] depends exceptions-0.10.7
  15790. 2817.36 s [concurrent-output] depends process-1.6.17.0
  15791. 2817.36 s [concurrent-output] depends stm-2.5.1.0
  15792. 2817.36 s [concurrent-output] depends terminal-size-0.3.4-2VO6QS5aYmrIVFfGKcHu21
  15793. 2817.36 s [concurrent-output] depends text-2.0.2
  15794. 2817.36 s [concurrent-output] depends transformers-0.6.1.0
  15795. 2817.36 s [concurrent-output] depends unix-2.8.4.0
  15796. 2817.36 s [concurrent-output] Using Cabal-3.10.1.0 compiled by ghc-9.6
  15797. 2817.36 s [concurrent-output] Using compiler: ghc-9.6.4
  15798. 2817.36 s [concurrent-output] Using install prefix:
  15799. 2817.36 s [concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21
  15800. 2817.36 s [concurrent-output] Executables installed in:
  15801. 2817.36 s [concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/bin
  15802. 2817.36 s [concurrent-output] Libraries installed in:
  15803. 2817.36 s [concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
  15804. 2817.36 s [concurrent-output] Dynamic Libraries installed in:
  15805. 2817.36 s [concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  15806. 2817.36 s [concurrent-output] Private executables installed in:
  15807. 2817.36 s [concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/libexec/x86_64-linux-ghc-9.6.4/concurrent-output-1.10.21
  15808. 2817.36 s [concurrent-output] Data files installed in:
  15809. 2817.36 s [concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/share/x86_64-linux-ghc-9.6.4/concurrent-output-1.10.21
  15810. 2817.36 s [concurrent-output] Documentation installed in:
  15811. 2817.36 s [concurrent-output] /nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc/share/doc/concurrent-output-1.10.21
  15812. 2817.36 s [concurrent-output] Configuration files installed in:
  15813. 2817.36 s [concurrent-output] /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/etc
  15814. 2817.36 s [concurrent-output] No alex found
  15815. 2817.36 s [concurrent-output] Using ar found on system at:
  15816. 2817.36 s [concurrent-output] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  15817. 2817.36 s [concurrent-output] No c2hs found
  15818. 2817.36 s [concurrent-output] No cpphs found
  15819. 2817.36 s [concurrent-output] No doctest found
  15820. 2817.36 s [concurrent-output] Using gcc version 14.3.0 given by user at:
  15821. 2817.36 s [concurrent-output] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  15822. 2817.36 s [concurrent-output] Using ghc version 9.6.4 found on system at:
  15823. 2817.36 s [concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  15824. 2817.36 s [concurrent-output] Using ghc-pkg version 9.6.4 found on system at:
  15825. 2817.36 s [concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  15826. 2817.36 s [concurrent-output] No ghcjs found
  15827. 2817.36 s [concurrent-output] No ghcjs-pkg found
  15828. 2817.36 s [concurrent-output] No greencard found
  15829. 2817.36 s [concurrent-output] Using haddock version 2.29.2 found on system at:
  15830. 2817.36 s [concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  15831. 2817.36 s [concurrent-output] No happy found
  15832. 2817.36 s [concurrent-output] Using haskell-suite found on system at: haskell-suite-dummy-location
  15833. 2817.36 s [concurrent-output] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  15834. 2817.36 s [concurrent-output] No hmake found
  15835. 2817.36 s [concurrent-output] Using hpc version 0.68 found on system at:
  15836. 2817.36 s [concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  15837. 2817.36 s [concurrent-output] Using hsc2hs version 0.68.9 found on system at:
  15838. 2817.36 s [concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  15839. 2817.36 s [concurrent-output] Using hscolour version 1.25 found on system at:
  15840. 2817.36 s [concurrent-output] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  15841. 2817.36 s [concurrent-output] No jhc found
  15842. 2817.36 s [concurrent-output] Using ld found on system at:
  15843. 2817.36 s [concurrent-output] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  15844. 2817.36 s [concurrent-output] No pkg-config found
  15845. 2817.36 s [concurrent-output] Using runghc version 9.6.4 found on system at:
  15846. 2817.36 s [concurrent-output] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  15847. 2817.36 s [concurrent-output] Using strip version 2.44 found on system at:
  15848. 2817.36 s [concurrent-output] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  15849. 2817.36 s [concurrent-output] Using tar found on system at:
  15850. 2817.36 s [concurrent-output] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  15851. 2817.36 s [concurrent-output] No uhc found
  15852. 2817.36 s [concurrent-output] Phase: buildPhase
  15853. 2817.36 s [concurrent-output] Preprocessing library for concurrent-output-1.10.21..
  15854. 2817.36 s [concurrent-output] Building library for concurrent-output-1.10.21..
  15855. 2817.36 s [concurrent-output] [1 of 6] Compiling Utility.Exception ( Utility/Exception.hs, dist/build/Utility/Exception.o, dist/build/Utility/Exception.dyn_o )
  15856. 2817.36 s [concurrent-output] [2 of 6] Compiling Utility.Monad ( Utility/Monad.hs, dist/build/Utility/Monad.o, dist/build/Utility/Monad.dyn_o )
  15857. 2817.36 s [concurrent-output] [3 of 6] Compiling System.Console.Concurrent.Internal ( System/Console/Concurrent/Internal.hs, dist/build/System/Console/Concurrent/Internal.o, dist/build/System/Console/Concurrent/Internal.dyn_o )
  15858. 2817.36 s [genvalidity-property] Test.Validity.Functions=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions,Test.Validity.Functions.CanFail=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions.CanFail,Test.Validity.Functions.Equivalence=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions.Equivalence,Test.Validity.Functions.Idempotence=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions.Idempotence,Test.Validity.Functions.Inverse=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions.Inverse,Test.Validity.Functions.Validity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Functions.Validity,Test.Validity.GenValidity.Property=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.GenValidity.Property,Test.Validity.Operations=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Operations,Test.Validity.Operations.Associativity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Operations.Associativity,Test.Validity.Operations.Commutativity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Operations.Commutativity,Test.Validity.Operations.Identity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Operations.Identity,Test.Validity.Property=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Property,Test.Validity.Property.Utils=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Property.Utils,Test.Validity.Relations=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations,Test.Validity.Relations.Antireflexivity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations.Antireflexivity,Test.Validity.Relations.Antisymmetry=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations.Antisymmetry,Test.Validity.Relations.Reflexivity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations.Reflexivity,Test.Validity.Relations.Symmetry=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations.Symmetry,Test.Validity.Relations.Transitivity=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Relations.Transitivity,Test.Validity.Shrinking.Property=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Shrinking.Property,Test.Validity.Types=genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD:Test.Validity.Types
  15859. 2817.36 s [genvalidity-property] unit genvalidity-property-1.0.0.0-JIQx0b0ll74G3XJA8dBblq-genvalidity-property-test
  15860. 2817.36 s [genvalidity-property] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  15861. 2817.36 s [genvalidity-property] include base-4.18.2.0
  15862. 2817.36 s [genvalidity-property] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  15863. 2817.36 s [genvalidity-property] include genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
  15864. 2817.36 s [genvalidity-property] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  15865. 2817.36 s [genvalidity-property] Ready component graph:
  15866. 2817.36 s [genvalidity-property] definite genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
  15867. 2817.36 s [genvalidity-property] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  15868. 2817.36 s [genvalidity-property] depends base-4.18.2.0
  15869. 2817.36 s [genvalidity-property] depends genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  15870. 2817.36 s [genvalidity-property] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  15871. 2817.36 s [genvalidity-property] depends pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
  15872. 2817.37 s [genvalidity-property] depends validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  15873. 2817.37 s [genvalidity-property] definite genvalidity-property-1.0.0.0-JIQx0b0ll74G3XJA8dBblq-genvalidity-property-test
  15874. 2817.37 s [genvalidity-property] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  15875. 2817.37 s [genvalidity-property] depends base-4.18.2.0
  15876. 2817.37 s [genvalidity-property] depends genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  15877. 2817.37 s [genvalidity-property] depends genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
  15878. 2817.37 s [genvalidity-property] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  15879. 2817.37 s [genvalidity-property] Using Cabal-3.10.1.0 compiled by ghc-9.6
  15880. 2817.37 s [genvalidity-property] Using compiler: ghc-9.6.4
  15881. 2817.37 s [genvalidity-property] Using install prefix:
  15882. 2817.37 s [genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0
  15883. 2817.37 s [genvalidity-property] Executables installed in:
  15884. 2817.37 s [genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/bin
  15885. 2817.37 s [genvalidity-property] Libraries installed in:
  15886. 2817.37 s [genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
  15887. 2817.37 s [genvalidity-property] Dynamic Libraries installed in:
  15888. 2817.37 s [genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  15889. 2817.37 s [genvalidity-property] Private executables installed in:
  15890. 2817.37 s [genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/libexec/x86_64-linux-ghc-9.6.4/genvalidity-property-1.0.0.0
  15891. 2817.37 s [genvalidity-property] Data files installed in:
  15892. 2817.37 s [genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/share/x86_64-linux-ghc-9.6.4/genvalidity-property-1.0.0.0
  15893. 2817.37 s [genvalidity-property] Documentation installed in:
  15894. 2817.37 s [genvalidity-property] /nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc/share/doc/genvalidity-property-1.0.0.0
  15895. 2817.37 s [genvalidity-property] Configuration files installed in:
  15896. 2817.37 s [genvalidity-property] /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/etc
  15897. 2817.37 s [genvalidity-property] No alex found
  15898. 2817.37 s [genvalidity-property] Using ar found on system at:
  15899. 2817.37 s [genvalidity-property] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  15900. 2817.37 s [genvalidity-property] No c2hs found
  15901. 2817.37 s [genvalidity-property] No cpphs found
  15902. 2817.37 s [genvalidity-property] No doctest found
  15903. 2817.37 s [genvalidity-property] Using gcc version 14.3.0 given by user at:
  15904. 2817.37 s [genvalidity-property] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  15905. 2817.37 s [haskell-src-meta] No hmake found
  15906. 2817.37 s [haskell-src-meta] Using hpc version 0.68 found on system at:
  15907. 2817.37 s [haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  15908. 2817.37 s [haskell-src-meta] Using hsc2hs version 0.68.9 found on system at:
  15909. 2817.37 s [haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  15910. 2817.37 s [haskell-src-meta] Using hscolour version 1.25 found on system at:
  15911. 2817.37 s [haskell-src-meta] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  15912. 2817.37 s [haskell-src-meta] No jhc found
  15913. 2817.37 s [haskell-src-meta] Using ld found on system at:
  15914. 2817.37 s [haskell-src-meta] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  15915. 2817.37 s [haskell-src-meta] No pkg-config found
  15916. 2817.37 s [haskell-src-meta] Using runghc version 9.6.4 found on system at:
  15917. 2817.37 s [haskell-src-meta] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  15918. 2817.37 s [haskell-src-meta] Using strip version 2.44 found on system at:
  15919. 2817.37 s [haskell-src-meta] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  15920. 2817.37 s [haskell-src-meta] Using tar found on system at:
  15921. 2817.37 s [haskell-src-meta] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  15922. 2817.37 s [haskell-src-meta] No uhc found
  15923. 2817.37 s [haskell-src-meta] Phase: buildPhase
  15924. 2817.37 s [haskell-src-meta] Preprocessing library for haskell-src-meta-0.8.15..
  15925. 2817.37 s [haskell-src-meta] Building library for haskell-src-meta-0.8.15..
  15926. 2817.37 s [haskell-src-meta] [1 of 6] Compiling Language.Haskell.Meta.Extensions ( src/Language/Haskell/Meta/Extensions.hs, dist/build/Language/Haskell/Meta/Extensions.o, dist/build/Language/Haskell/Meta/Extensions.dyn_o )
  15927. 2817.37 s [haskell-src-meta] [2 of 6] Compiling Language.Haskell.Meta.THCompat ( src/Language/Haskell/Meta/THCompat.hs, dist/build/Language/Haskell/Meta/THCompat.o, dist/build/Language/Haskell/Meta/THCompat.dyn_o )
  15928. 2817.37 s [haskell-src-meta] [3 of 6] Compiling Language.Haskell.Meta.Syntax.Translate ( src/Language/Haskell/Meta/Syntax/Translate.hs, dist/build/Language/Haskell/Meta/Syntax/Translate.o, dist/build/Language/Haskell/Meta/Syntax/Translate.dyn_o )
  15929. 2817.37 s [haskell-src-meta] [4 of 6] Compiling Language.Haskell.Meta.Parse ( src/Language/Haskell/Meta/Parse.hs, dist/build/Language/Haskell/Meta/Parse.o, dist/build/Language/Haskell/Meta/Parse.dyn_o )
  15930. 2817.37 s [haskell-src-meta] [5 of 6] Compiling Language.Haskell.Meta ( src/Language/Haskell/Meta.hs, dist/build/Language/Haskell/Meta.o, dist/build/Language/Haskell/Meta.dyn_o )
  15931. 2817.37 s [haskell-src-meta] [6 of 6] Compiling Language.Haskell.Meta.Utils ( src/Language/Haskell/Meta/Utils.hs, dist/build/Language/Haskell/Meta/Utils.o, dist/build/Language/Haskell/Meta/Utils.dyn_o )
  15932. 2817.37 s [haskell-src-meta] [1 of 6] Compiling Language.Haskell.Meta.Extensions ( src/Language/Haskell/Meta/Extensions.hs, dist/build/Language/Haskell/Meta/Extensions.p_o )
  15933. 2817.37 s [haskell-src-meta] [2 of 6] Compiling Language.Haskell.Meta.THCompat ( src/Language/Haskell/Meta/THCompat.hs, dist/build/Language/Haskell/Meta/THCompat.p_o )
  15934. 2817.37 s [haskell-src-meta] [3 of 6] Compiling Language.Haskell.Meta.Syntax.Translate ( src/Language/Haskell/Meta/Syntax/Translate.hs, dist/build/Language/Haskell/Meta/Syntax/Translate.p_o )
  15935. 2817.37 s [lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/bin
  15936. 2817.37 s [lifted-async] Libraries installed in:
  15937. 2817.37 s [lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
  15938. 2817.37 s [lifted-async] Dynamic Libraries installed in:
  15939. 2817.37 s [lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  15940. 2817.37 s [lifted-async] Private executables installed in:
  15941. 2817.37 s [lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/libexec/x86_64-linux-ghc-9.6.4/lifted-async-0.10.2.7
  15942. 2817.37 s [lifted-async] Data files installed in:
  15943. 2817.37 s [lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/share/x86_64-linux-ghc-9.6.4/lifted-async-0.10.2.7
  15944. 2817.37 s [lifted-async] Documentation installed in:
  15945. 2817.37 s [lifted-async] /nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc/share/doc/lifted-async-0.10.2.7
  15946. 2817.37 s [lifted-async] Configuration files installed in:
  15947. 2817.37 s [lifted-async] /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/etc
  15948. 2817.37 s [lifted-async] No alex found
  15949. 2817.37 s [lifted-async] Using ar found on system at:
  15950. 2817.37 s [lifted-async] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  15951. 2817.37 s [lifted-async] No c2hs found
  15952. 2817.37 s [lifted-async] No cpphs found
  15953. 2817.37 s [lifted-async] No doctest found
  15954. 2817.37 s [lifted-async] Using gcc version 14.3.0 given by user at:
  15955. 2817.37 s [lifted-async] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  15956. 2817.37 s [lifted-async] Using ghc version 9.6.4 found on system at:
  15957. 2817.37 s [lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  15958. 2817.37 s [lifted-async] Using ghc-pkg version 9.6.4 found on system at:
  15959. 2817.37 s [lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  15960. 2817.37 s [lifted-async] No ghcjs found
  15961. 2817.37 s [lifted-async] No ghcjs-pkg found
  15962. 2817.37 s [lifted-async] No greencard found
  15963. 2817.37 s [lifted-async] Using haddock version 2.29.2 found on system at:
  15964. 2817.37 s [lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  15965. 2817.37 s [lifted-async] No happy found
  15966. 2817.37 s [lifted-async] Using haskell-suite found on system at: haskell-suite-dummy-location
  15967. 2817.37 s [lifted-async] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  15968. 2817.37 s [lifted-async] No hmake found
  15969. 2817.37 s [lifted-async] Using hpc version 0.68 found on system at:
  15970. 2817.37 s [lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  15971. 2817.37 s [lifted-async] Using hsc2hs version 0.68.9 found on system at:
  15972. 2817.37 s [lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  15973. 2817.37 s [lifted-async] Using hscolour version 1.25 found on system at:
  15974. 2817.37 s [lifted-async] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  15975. 2817.37 s [lifted-async] No jhc found
  15976. 2817.37 s [lifted-async] Using ld found on system at:
  15977. 2817.37 s [lifted-async] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  15978. 2817.37 s [lifted-async] No pkg-config found
  15979. 2817.37 s [lifted-async] Using runghc version 9.6.4 found on system at:
  15980. 2817.37 s [lifted-async] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  15981. 2817.37 s [lifted-async] Using strip version 2.44 found on system at:
  15982. 2817.37 s [lifted-async] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  15983. 2817.37 s [lifted-async] Using tar found on system at:
  15984. 2817.37 s [lifted-async] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  15985. 2817.37 s [lifted-async] No uhc found
  15986. 2817.37 s [lifted-async] Phase: buildPhase
  15987. 2817.37 s [lifted-async] Preprocessing library for lifted-async-0.10.2.7..
  15988. 2817.37 s [lifted-async] Building library for lifted-async-0.10.2.7..
  15989. 2817.37 s [lifted-async] [1 of 2] Compiling Control.Concurrent.Async.Lifted ( src/Control/Concurrent/Async/Lifted.hs, dist/build/Control/Concurrent/Async/Lifted.o, dist/build/Control/Concurrent/Async/Lifted.dyn_o )
  15990. 2817.37 s [logict] Ready component graph:
  15991. 2817.37 s [logict] definite logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
  15992. 2817.37 s [logict] depends base-4.18.2.0
  15993. 2817.37 s [logict] depends exceptions-0.10.7
  15994. 2817.37 s [logict] depends mtl-2.3.1
  15995. 2817.37 s [logict] depends transformers-0.6.1.0
  15996. 2817.37 s [logict] definite logict-0.8.2.0-BtbXIoejAm1FARGS8UD0hE-logict-tests
  15997. 2817.37 s [logict] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  15998. 2817.37 s [logict] depends base-4.18.2.0
  15999. 2817.37 s [logict] depends logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
  16000. 2817.37 s [logict] depends mtl-2.3.1
  16001. 2817.37 s [logict] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  16002. 2817.37 s [logict] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  16003. 2817.37 s [logict] depends transformers-0.6.1.0
  16004. 2817.37 s [logict] Using Cabal-3.10.1.0 compiled by ghc-9.6
  16005. 2817.37 s [logict] Using compiler: ghc-9.6.4
  16006. 2817.37 s [logict] Using install prefix:
  16007. 2817.37 s [logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0
  16008. 2817.37 s [logict] Executables installed in:
  16009. 2817.37 s [logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/bin
  16010. 2817.37 s [logict] Libraries installed in:
  16011. 2817.37 s [logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
  16012. 2817.37 s [logict] Dynamic Libraries installed in:
  16013. 2817.37 s [logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  16014. 2817.37 s [logict] Private executables installed in:
  16015. 2817.37 s [logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/libexec/x86_64-linux-ghc-9.6.4/logict-0.8.2.0
  16016. 2817.37 s [logict] Data files installed in:
  16017. 2817.37 s [logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/share/x86_64-linux-ghc-9.6.4/logict-0.8.2.0
  16018. 2817.37 s [logict] Documentation installed in:
  16019. 2817.37 s [logict] /nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc/share/doc/logict-0.8.2.0
  16020. 2817.37 s [logict] Configuration files installed in:
  16021. 2817.37 s [logict] /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/etc
  16022. 2817.37 s [logict] No alex found
  16023. 2817.37 s [logict] Using ar found on system at:
  16024. 2817.37 s [logict] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  16025. 2817.37 s [logict] No c2hs found
  16026. 2817.37 s [logict] No cpphs found
  16027. 2817.37 s [logict] No doctest found
  16028. 2817.37 s [logict] Using gcc version 14.3.0 given by user at:
  16029. 2817.37 s [logict] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  16030. 2817.37 s [logict] Using ghc version 9.6.4 found on system at:
  16031. 2817.37 s [logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  16032. 2817.37 s [logict] Using ghc-pkg version 9.6.4 found on system at:
  16033. 2817.37 s [logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  16034. 2817.37 s [logict] No ghcjs found
  16035. 2817.37 s [logict] No ghcjs-pkg found
  16036. 2817.37 s [logict] No greencard found
  16037. 2817.37 s [logict] Using haddock version 2.29.2 found on system at:
  16038. 2817.37 s [logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  16039. 2817.37 s [logict] No happy found
  16040. 2817.37 s [logict] Using haskell-suite found on system at: haskell-suite-dummy-location
  16041. 2817.37 s [logict] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  16042. 2817.37 s [logict] No hmake found
  16043. 2817.37 s [logict] Using hpc version 0.68 found on system at:
  16044. 2817.37 s [logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  16045. 2817.37 s [logict] Using hsc2hs version 0.68.9 found on system at:
  16046. 2817.37 s [logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  16047. 2817.37 s [logict] Using hscolour version 1.25 found on system at:
  16048. 2817.37 s [logict] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  16049. 2817.37 s [logict] No jhc found
  16050. 2817.37 s [logict] Using ld found on system at:
  16051. 2817.37 s [logict] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  16052. 2817.37 s [logict] No pkg-config found
  16053. 2817.37 s [logict] Using runghc version 9.6.4 found on system at:
  16054. 2817.37 s [logict] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  16055. 2817.37 s [logict] Using strip version 2.44 found on system at:
  16056. 2817.37 s [logict] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  16057. 2817.37 s [logict] Using tar found on system at:
  16058. 2817.37 s [logict] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  16059. 2817.37 s [logict] No uhc found
  16060. 2817.37 s [logict] Phase: buildPhase
  16061. 2817.37 s [logict] Preprocessing library for logict-0.8.2.0..
  16062. 2817.37 s [logict] Building library for logict-0.8.2.0..
  16063. 2817.38 s [logict] [1 of 2] Compiling Control.Monad.Logic.Class ( Control/Monad/Logic/Class.hs, dist/build/Control/Monad/Logic/Class.o, dist/build/Control/Monad/Logic/Class.dyn_o )
  16064. 2817.38 s [streaming-commons] component streaming-commons-0.2.3.0-8pcoxg3RayE1BmgQUSPqx-test
  16065. 2817.38 s [streaming-commons] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  16066. 2817.38 s [streaming-commons] include array-0.5.6.0
  16067. 2817.38 s [streaming-commons] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  16068. 2817.38 s [streaming-commons] include base-4.18.2.0
  16069. 2817.38 s [streaming-commons] include bytestring-0.11.5.3
  16070. 2817.38 s [streaming-commons] include deepseq-1.4.8.1
  16071. 2817.38 s [streaming-commons] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  16072. 2817.38 s [streaming-commons] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  16073. 2817.38 s [streaming-commons] include streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
  16074. 2817.38 s [streaming-commons] include text-2.0.2
  16075. 2817.38 s [streaming-commons] include unix-2.8.4.0
  16076. 2817.38 s [streaming-commons] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  16077. 2817.38 s [streaming-commons] Linked component graph:
  16078. 2817.38 s [streaming-commons] unit streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
  16079. 2817.38 s [streaming-commons] include array-0.5.6.0
  16080. 2817.38 s [streaming-commons] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  16081. 2817.38 s [streaming-commons] include base-4.18.2.0
  16082. 2817.38 s [streaming-commons] include bytestring-0.11.5.3
  16083. 2817.38 s [streaming-commons] include directory-1.3.8.1
  16084. 2817.38 s [streaming-commons] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  16085. 2817.38 s [streaming-commons] include process-1.6.17.0
  16086. 2817.38 s [streaming-commons] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  16087. 2817.38 s [streaming-commons] include stm-2.5.1.0
  16088. 2817.38 s [streaming-commons] include text-2.0.2
  16089. 2817.38 s [streaming-commons] include transformers-0.6.1.0
  16090. 2817.38 s [streaming-commons] include unix-2.8.4.0
  16091. 2817.38 s [streaming-commons] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  16092. 2817.38 s [streaming-commons] Data.Streaming.ByteString.Builder=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.ByteString.Builder,Data.Streaming.ByteString.Builder.Buffer=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.ByteString.Builder.Buffer,Data.Streaming.FileRead=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.FileRead,Data.Streaming.Filesystem=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Filesystem,Data.Streaming.Network=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Network,Data.Streaming.Network.Internal=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Network.Internal,Data.Streaming.Process=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Process,Data.Streaming.Process.Internal=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Process.Internal,Data.Streaming.Text=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Text,Data.Streaming.Zlib=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Zlib,Data.Streaming.Zlib.Lowlevel=streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik:Data.Streaming.Zlib.Lowlevel
  16093. 2817.38 s [streaming-commons] unit streaming-commons-0.2.3.0-8pcoxg3RayE1BmgQUSPqx-test
  16094. 2817.38 s [streaming-commons] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  16095. 2817.38 s [streaming-commons] include array-0.5.6.0
  16096. 2817.38 s [streaming-commons] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  16097. 2817.38 s [streaming-commons] include base-4.18.2.0
  16098. 2817.38 s [streaming-commons] include bytestring-0.11.5.3
  16099. 2817.38 s [streaming-commons] include deepseq-1.4.8.1
  16100. 2817.38 s [streaming-commons] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  16101. 2817.38 s [streaming-commons] include network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  16102. 2817.38 s [streaming-commons] include streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
  16103. 2817.38 s [streaming-commons] include text-2.0.2
  16104. 2817.38 s [streaming-commons] include unix-2.8.4.0
  16105. 2817.38 s [streaming-commons] include zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  16106. 2817.38 s [streaming-commons] Ready component graph:
  16107. 2817.38 s [streaming-commons] definite streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
  16108. 2817.38 s [streaming-commons] depends array-0.5.6.0
  16109. 2817.38 s [streaming-commons] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  16110. 2817.38 s [streaming-commons] depends base-4.18.2.0
  16111. 2817.38 s [streaming-commons] depends bytestring-0.11.5.3
  16112. 2817.38 s [streaming-commons] depends directory-1.3.8.1
  16113. 2817.38 s [streaming-commons] depends network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  16114. 2817.38 s [streaming-commons] depends process-1.6.17.0
  16115. 2817.38 s [streaming-commons] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  16116. 2817.38 s [streaming-commons] depends stm-2.5.1.0
  16117. 2817.38 s [streaming-commons] depends text-2.0.2
  16118. 2817.38 s [streaming-commons] depends transformers-0.6.1.0
  16119. 2817.38 s [streaming-commons] depends unix-2.8.4.0
  16120. 2817.38 s [streaming-commons] depends zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  16121. 2817.38 s [streaming-commons] definite streaming-commons-0.2.3.0-8pcoxg3RayE1BmgQUSPqx-test
  16122. 2817.38 s [streaming-commons] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  16123. 2817.38 s [streaming-commons] depends array-0.5.6.0
  16124. 2817.38 s [streaming-commons] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  16125. 2817.38 s [streaming-commons] depends base-4.18.2.0
  16126. 2817.38 s [streaming-commons] depends bytestring-0.11.5.3
  16127. 2817.38 s [streaming-commons] depends deepseq-1.4.8.1
  16128. 2817.38 s [streaming-commons] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  16129. 2817.38 s [streaming-commons] depends network-3.2.7.0-ECECM88u90y5Hp4q8JjOA9
  16130. 2817.38 s [streaming-commons] depends streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
  16131. 2817.38 s [streaming-commons] depends text-2.0.2
  16132. 2817.38 s [streaming-commons] depends unix-2.8.4.0
  16133. 2817.38 s [streaming-commons] depends zlib-0.7.1.0-EIjREejnaSBKxqVm00kpZk
  16134. 2817.38 s [streaming-commons] Using Cabal-3.10.1.0 compiled by ghc-9.6
  16135. 2817.89 s [text-short:post-build] Uploading to the NixCI cache: /nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6 /nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc
  16136. 2818.53 s [text-short:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  16137. 2819.22 s [text-short:post-build] copying 2 paths...
  16138. 2819.23 s [text-short:post-build] copying path '/nix/store/jxd5hld0sdb996scym88ijnjgdzjsgwc-text-short-0.1.6-doc' to 'https://cache.nix-ci.com'...
  16139. 2820.36 s [text-short:post-build] copying path '/nix/store/57zpnlrblj7911bnn9rcwn3br39xqmz2-text-short-0.1.6' to 'https://cache.nix-ci.com'...
  16140. 2823.16 s [text-short:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  16141. 2824.17 s [text-short:post-build] copying 1 paths...
  16142. 2824.17 s [text-short:post-build] copying path '/nix/store/5mbk4a3hibwgvgqc9qkh6fl1v2v71njh-text-short-0.1.6.drv' to 'https://cache.nix-ci.com'...
  16143. 2824.78 s Uploaded text-short in 7.1s
  16144. 2824.79 s Progress: 149 of 211 built (13 building), 298 of 298 downloaded from cache
  16145. 2824.79 s Built text-short in 3m16s
  16146. 2824.79 s [time-compat] YearMonth: OK
  16147. 2824.79 s [time-compat] +++ OK, passed 100 tests.
  16148. 2824.79 s [time-compat] MonthDay: OK (0.03s)
  16149. 2824.79 s [time-compat] +++ OK, passed 100 tests.
  16150. 2824.80 s [time-compat] YearQuarter: OK
  16151. 2824.80 s [time-compat] +++ OK, passed 100 tests.
  16152. 2824.80 s [time-compat] testCalendars: OK
  16153. 2824.80 s [time-compat] clipDates
  16154. 2824.80 s [time-compat] YearAndDay
  16155. 2824.80 s [time-compat] 1968--4 = 1968-001: OK
  16156. 2824.80 s [time-compat] 1968-0 = 1968-001: OK
  16157. 2824.80 s [time-compat] 1968-1 = 1968-001: OK
  16158. 2824.80 s [time-compat] 1968-200 = 1968-200: OK
  16159. 2824.80 s [time-compat] 1968-364 = 1968-364: OK
  16160. 2824.80 s [time-compat] 1968-365 = 1968-365: OK
  16161. 2824.80 s [time-compat] 1968-366 = 1968-366: OK
  16162. 2824.80 s [time-compat] 1968-367 = 1968-366: OK
  16163. 2824.80 s [time-compat] 1968-700 = 1968-366: OK
  16164. 2824.80 s [time-compat] 1969--4 = 1969-001: OK
  16165. 2824.80 s [time-compat] 1969-0 = 1969-001: OK
  16166. 2824.80 s [time-compat] 1969-1 = 1969-001: OK
  16167. 2824.80 s [time-compat] 1969-200 = 1969-200: OK
  16168. 2824.80 s [time-compat] 1969-364 = 1969-364: OK
  16169. 2824.80 s [time-compat] 1969-365 = 1969-365: OK
  16170. 2824.80 s [time-compat] 1969-366 = 1969-365: OK
  16171. 2824.80 s [time-compat] 1969-367 = 1969-365: OK
  16172. 2824.80 s [time-compat] 1969-700 = 1969-365: OK
  16173. 2824.80 s [time-compat] 1971--4 = 1971-001: OK
  16174. 2824.80 s [time-compat] 1971-0 = 1971-001: OK
  16175. 2824.80 s [time-compat] 1971-1 = 1971-001: OK
  16176. 2824.80 s [time-compat] 1971-200 = 1971-200: OK
  16177. 2824.80 s [time-compat] 1971-364 = 1971-364: OK
  16178. 2824.80 s [time-compat] 1971-365 = 1971-365: OK
  16179. 2824.80 s [time-compat] 1971-366 = 1971-365: OK
  16180. 2824.80 s [time-compat] 1971-367 = 1971-365: OK
  16181. 2824.80 s [time-compat] 1971-700 = 1971-365: OK
  16182. 2824.80 s [time-compat] Gregorian
  16183. 2824.80 s [time-compat] 1968--20--7 = 1968-01-01: OK
  16184. 2824.80 s [time-compat] 1968--20--1 = 1968-01-01: OK
  16185. 2824.80 s [time-compat] 1968--20-0 = 1968-01-01: OK
  16186. 2824.80 s [time-compat] 1968--20-1 = 1968-01-01: OK
  16187. 2824.80 s [time-compat] 1968--20-2 = 1968-01-02: OK
  16188. 2824.80 s [time-compat] 1968--20-27 = 1968-01-27: OK
  16189. 2824.80 s [time-compat] 1968--20-28 = 1968-01-28: OK
  16190. 2824.80 s [time-compat] 1968--20-29 = 1968-01-29: OK
  16191. 2824.80 s [time-compat] 1968--20-30 = 1968-01-30: OK
  16192. 2824.80 s [time-compat] 1968--20-31 = 1968-01-31: OK
  16193. 2824.80 s [time-compat] 1968--20-32 = 1968-01-31: OK
  16194. 2824.80 s [time-compat] 1968--20-40 = 1968-01-31: OK
  16195. 2824.80 s [time-compat] 1968--1--7 = 1968-01-01: OK
  16196. 2824.80 s [time-compat] 1968--1--1 = 1968-01-01: OK
  16197. 2824.80 s [time-compat] 1968--1-0 = 1968-01-01: OK
  16198. 2824.81 s [asn1-encoding] [ 8 of 11] Compiling Data.ASN1.Prim ( Data/ASN1/Prim.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Prim.o )
  16199. 2824.81 s [asn1-encoding]
  16200. 2824.81 s [asn1-encoding] Data/ASN1/Prim.hs:55:1: warning: [-Wunused-imports]
  16201. 2824.81 s [asn1-encoding] The import of ‘Data.Monoid’ is redundant
  16202. 2824.81 s [asn1-encoding] except perhaps to import instances from ‘Data.Monoid’
  16203. 2824.81 s [asn1-encoding] To import instances alone, use: import Data.Monoid()
  16204. 2824.81 s [asn1-encoding] |
  16205. 2824.81 s [asn1-encoding] 55 | import Data.Monoid
  16206. 2824.81 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^
  16207. 2824.81 s [asn1-encoding]
  16208. 2824.81 s [asn1-encoding] Data/ASN1/Prim.hs:65:1: warning: [-Wunused-imports]
  16209. 2824.81 s [asn1-encoding] The import of ‘Control.Applicative’ is redundant
  16210. 2824.81 s [asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
  16211. 2824.81 s [asn1-encoding] To import instances alone, use: import Control.Applicative()
  16212. 2824.81 s [asn1-encoding] |
  16213. 2824.81 s [asn1-encoding] 65 | import Control.Applicative
  16214. 2824.81 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  16215. 2824.81 s [asn1-encoding]
  16216. 2824.81 s [asn1-encoding] Data/ASN1/Prim.hs:259:11: warning: [GHC-63397] [-Wname-shadowing]
  16217. 2824.81 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  16218. 2824.81 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  16219. 2824.81 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  16220. 2824.81 s [asn1-encoding] |
  16221. 2824.84 s [asn1-encoding] 259 | exponent = exp' - fromIntegral scaleFactor
  16222. 2824.84 s [asn1-encoding] | ^^^^^^^^
  16223. 2824.84 s [asn1-encoding]
  16224. 2824.84 s [asn1-encoding] Data/ASN1/Prim.hs:296:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  16225. 2824.84 s [asn1-encoding] Pattern match(es) are non-exhaustive
  16226. 2824.84 s [asn1-encoding] In a pattern binding: Patterns of type ‘[Word8]’ not matched: []
  16227. 2824.84 s [asn1-encoding] |
  16228. 2824.84 s [asn1-encoding] 296 | (x:xs) = B.unpack s
  16229. 2824.84 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^
  16230. 2824.84 s [asn1-encoding]
  16231. 2824.84 s [asn1-encoding] Data/ASN1/Prim.hs:428:9: warning: [GHC-63397] [-Wname-shadowing]
  16232. 2824.84 s [asn1-encoding] This binding for ‘exp’ shadows the existing binding
  16233. 2824.84 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  16234. 2824.84 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  16235. 2824.84 s [asn1-encoding] |
  16236. 2824.84 s [asn1-encoding] 428 | (man, exp) = decodeFloat d
  16237. 2824.84 s [asn1-encoding] | ^^^
  16238. 2824.84 s [asn1-encoding]
  16239. 2824.84 s [asn1-encoding] Data/ASN1/Prim.hs:429:14: warning: [GHC-63397] [-Wname-shadowing]
  16240. 2824.84 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  16241. 2824.84 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  16242. 2824.84 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  16243. 2824.84 s [asn1-encoding] |
  16244. 2824.84 s [asn1-encoding] 429 | (mantissa, exponent) = normalize (fromIntegral $ mkUnsigned man, exp)
  16245. 2824.84 s [asn1-encoding] | ^^^^^^^^
  16246. 2824.84 s [asn1-encoding]
  16247. 2824.84 s [asn1-encoding] Data/ASN1/Prim.hs:441:22: warning: [GHC-63397] [-Wname-shadowing]
  16248. 2824.85 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  16249. 2824.85 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  16250. 2824.85 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  16251. 2824.85 s [asn1-encoding] |
  16252. 2824.85 s [asn1-encoding] 441 | normalize (mantissa, exponent) = (mantissa `shiftR` sh, exponent + sh)
  16253. 2824.85 s [asn1-encoding] | ^^^^^^^^
  16254. 2824.85 s [asn1-encoding] [ 9 of 11] Compiling Data.ASN1.Encoding ( Data/ASN1/Encoding.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/Encoding.o )
  16255. 2824.85 s [asn1-encoding] [10 of 11] Compiling Data.ASN1.BinaryEncoding ( Data/ASN1/BinaryEncoding.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Data/ASN1/BinaryEncoding.o )
  16256. 2824.85 s [asn1-encoding] [11 of 11] Compiling Main ( tests/Tests.hs, dist/build/tests-asn1-encoding/tests-asn1-encoding-tmp/Main.o )
  16257. 2824.85 s [asn1-encoding]
  16258. 2824.85 s [barbies] identity: OK (0.01s)
  16259. 2824.85 s [barbies] +++ OK, passed 100 tests.
  16260. 2824.85 s [barbies] composition: OK
  16261. 2824.85 s [barbies] +++ OK, passed 100 tests.
  16262. 2824.85 s [barbies] Record1WS Covered
  16263. 2824.85 s [barbies] naturality: OK (0.02s)
  16264. 2824.85 s [barbies] +++ OK, passed 100 tests.
  16265. 2824.85 s [barbies] identity: OK
  16266. 2824.85 s [barbies] +++ OK, passed 100 tests.
  16267. 2824.85 s [barbies] composition: OK (0.05s)
  16268. 2824.85 s [barbies] +++ OK, passed 100 tests.
  16269. 2824.85 s [barbies] Record3WS Covered
  16270. 2824.85 s [barbies] naturality: OK (0.02s)
  16271. 2824.85 s [barbies] +++ OK, passed 100 tests.
  16272. 2824.85 s [barbies] identity: OK
  16273. 2824.85 s [barbies] +++ OK, passed 100 tests.
  16274. 2824.85 s [barbies] composition: OK (0.05s)
  16275. 2824.85 s [barbies] +++ OK, passed 100 tests.
  16276. 2824.85 s [barbies] Ignore1
  16277. 2824.85 s [barbies] naturality: OK (0.08s)
  16278. 2824.85 s [barbies] +++ OK, passed 100 tests.
  16279. 2824.85 s [barbies] identity: OK (0.04s)
  16280. 2824.85 s [barbies] +++ OK, passed 100 tests.
  16281. 2824.85 s [barbies] composition: OK
  16282. 2824.85 s [barbies] +++ OK, passed 100 tests.
  16283. 2824.86 s [barbies] Sum3
  16284. 2824.86 s [barbies] naturality: OK
  16285. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16286. 2824.86 s [barbies] identity: OK
  16287. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16288. 2824.86 s [barbies] composition: OK (0.09s)
  16289. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16290. 2824.86 s [barbies] SumRec
  16291. 2824.86 s [barbies] naturality: OK (0.02s)
  16292. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16293. 2824.86 s [barbies] identity: OK (0.04s)
  16294. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16295. 2824.86 s [barbies] composition: OK (0.09s)
  16296. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16297. 2824.86 s [barbies] Sum3W Covered
  16298. 2824.86 s [barbies] naturality: OK
  16299. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16300. 2824.86 s [barbies] identity: OK
  16301. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16302. 2824.86 s [barbies] composition: OK
  16303. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16304. 2824.86 s [barbies] SumRecW Covered
  16305. 2824.86 s [barbies] naturality: OK
  16306. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16307. 2824.86 s [barbies] identity: OK (0.05s)
  16308. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16309. 2824.86 s [barbies] composition: OK (0.02s)
  16310. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16311. 2824.86 s [barbies] CompositeRecord
  16312. 2824.86 s [barbies] naturality: OK (0.07s)
  16313. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16314. 2824.86 s [barbies] identity: OK
  16315. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16316. 2824.86 s [barbies] composition: OK (0.04s)
  16317. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16318. 2824.86 s [barbies] NestedF
  16319. 2824.86 s [barbies] naturality: OK (0.30s)
  16320. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16321. 2824.86 s [barbies] identity: OK (0.28s)
  16322. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16323. 2824.86 s [barbies] composition: OK (0.49s)
  16324. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16325. 2824.86 s [barbies] Nested2F
  16326. 2824.86 s [barbies] naturality: OK (0.29s)
  16327. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16328. 2824.86 s [barbies] identity: OK (0.02s)
  16329. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16330. 2824.86 s [barbies] composition: OK (1.21s)
  16331. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16332. 2824.86 s [barbies] CompositeRecordW Covered
  16333. 2824.86 s [barbies] naturality: OK (0.08s)
  16334. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16335. 2824.86 s [barbies] identity: OK (0.06s)
  16336. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16337. 2824.86 s [barbies] composition: OK (0.11s)
  16338. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16339. 2824.86 s [barbies] NestedFW Covered
  16340. 2824.86 s [barbies] naturality: OK (0.19s)
  16341. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16342. 2824.86 s [barbies] identity: OK (0.10s)
  16343. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16344. 2824.86 s [barbies] composition: OK (0.47s)
  16345. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16346. 2824.86 s [barbies] Nested2FW Covered
  16347. 2824.86 s [barbies] naturality: OK (0.36s)
  16348. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16349. 2824.86 s [barbies] identity: OK (0.07s)
  16350. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16351. 2824.86 s [barbies] composition: OK (0.28s)
  16352. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16353. 2824.86 s [barbies] ParF Maybe
  16354. 2824.86 s [barbies] naturality: OK (0.03s)
  16355. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16356. 2824.86 s [barbies] identity: OK
  16357. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16358. 2824.86 s [barbies] composition: OK (0.03s)
  16359. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16360. 2824.86 s [barbies] Flip (* -> *) * (Record0 * *) ()
  16361. 2824.86 s [barbies] naturality: OK
  16362. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16363. 2824.86 s [barbies] identity: OK
  16364. 2824.86 s [barbies] +++ OK, passed 100 tests.
  16365. 2824.86 s [barbies] composition: OK
  16366. 2824.86 s [bifunctors] Phase: setupCompilerEnvironmentPhase
  16367. 2824.86 s [bifunctors] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  16368. 2824.86 s [bifunctors] Phase: unpackPhase
  16369. 2824.86 s [bifunctors] unpacking source archive /nix/store/dp7ac4bf2vl02wm8qq70f8lnhdwv3gdx-bifunctors-5.6.2.tar.gz
  16370. 2824.86 s [bifunctors] source root is bifunctors-5.6.2
  16371. 2824.87 s [bifunctors] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "bifunctors-5.6.2/tests/T89Spec.hs"
  16372. 2824.87 s [bifunctors] Phase: patchPhase
  16373. 2824.87 s [bifunctors] Replace Cabal file with edited version from mirror://hackage/bifunctors-5.6.2/revision/2.cabal.
  16374. 2824.87 s [bifunctors] Phase: compileBuildDriverPhase
  16375. 2824.87 s [bifunctors] setupCompileFlags: -package-db=/build/tmp.tGXUneuH3K/setup-package.conf.d -threaded
  16376. 2824.87 s [bifunctors] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.tGXUneuH3K/Main.o )
  16377. 2824.87 s [bifunctors] [2 of 2] Linking Setup
  16378. 2824.87 s [concurrent-output] [4 of 6] Compiling System.Console.Concurrent ( System/Console/Concurrent.hs, dist/build/System/Console/Concurrent.o, dist/build/System/Console/Concurrent.dyn_o )
  16379. 2824.87 s [concurrent-output] [5 of 6] Compiling System.Process.Concurrent ( System/Process/Concurrent.hs, dist/build/System/Process/Concurrent.o, dist/build/System/Process/Concurrent.dyn_o )
  16380. 2824.87 s [concurrent-output] [6 of 6] Compiling System.Console.Regions ( System/Console/Regions.hs, dist/build/System/Console/Regions.o, dist/build/System/Console/Regions.dyn_o )
  16381. 2824.87 s [genvalidity-property] Using ghc version 9.6.4 found on system at:
  16382. 2824.87 s [genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  16383. 2824.87 s [genvalidity-property] Using ghc-pkg version 9.6.4 found on system at:
  16384. 2824.87 s [genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  16385. 2824.87 s [genvalidity-property] No ghcjs found
  16386. 2824.87 s [genvalidity-property] No ghcjs-pkg found
  16387. 2824.87 s [genvalidity-property] No greencard found
  16388. 2824.87 s [genvalidity-property] Using haddock version 2.29.2 found on system at:
  16389. 2824.87 s [genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  16390. 2824.87 s [genvalidity-property] No happy found
  16391. 2824.87 s [genvalidity-property] Using haskell-suite found on system at: haskell-suite-dummy-location
  16392. 2824.87 s [genvalidity-property] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  16393. 2824.87 s [genvalidity-property] No hmake found
  16394. 2824.87 s [genvalidity-property] Using hpc version 0.68 found on system at:
  16395. 2824.87 s [genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  16396. 2824.87 s [genvalidity-property] Using hsc2hs version 0.68.9 found on system at:
  16397. 2824.87 s [genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  16398. 2824.87 s [genvalidity-property] Using hscolour version 1.25 found on system at:
  16399. 2824.87 s [genvalidity-property] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  16400. 2824.87 s [genvalidity-property] No jhc found
  16401. 2824.87 s [genvalidity-property] Using ld found on system at:
  16402. 2824.87 s [genvalidity-property] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  16403. 2824.87 s [genvalidity-property] No pkg-config found
  16404. 2824.87 s [genvalidity-property] Using runghc version 9.6.4 found on system at:
  16405. 2824.87 s [genvalidity-property] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  16406. 2824.87 s [genvalidity-property] Using strip version 2.44 found on system at:
  16407. 2824.87 s [genvalidity-property] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  16408. 2824.87 s [genvalidity-property] Using tar found on system at:
  16409. 2824.87 s [genvalidity-property] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  16410. 2824.87 s [genvalidity-property] No uhc found
  16411. 2824.87 s [genvalidity-property] Phase: buildPhase
  16412. 2824.87 s [genvalidity-property] Preprocessing library for genvalidity-property-1.0.0.0..
  16413. 2824.87 s [genvalidity-property] Building library for genvalidity-property-1.0.0.0..
  16414. 2824.87 s [genvalidity-property] [ 1 of 22] Compiling Paths_genvalidity_property ( dist/build/autogen/Paths_genvalidity_property.hs, dist/build/Paths_genvalidity_property.o, dist/build/Paths_genvalidity_property.dyn_o )
  16415. 2824.87 s [genvalidity-property] [ 2 of 22] Compiling Test.Validity.Functions.Idempotence ( src/Test/Validity/Functions/Idempotence.hs, dist/build/Test/Validity/Functions/Idempotence.o, dist/build/Test/Validity/Functions/Idempotence.dyn_o )
  16416. 2824.87 s [genvalidity-property] [ 3 of 22] Compiling Test.Validity.Operations.Associativity ( src/Test/Validity/Operations/Associativity.hs, dist/build/Test/Validity/Operations/Associativity.o, dist/build/Test/Validity/Operations/Associativity.dyn_o )
  16417. 2824.87 s [genvalidity-property] [ 4 of 22] Compiling Test.Validity.Operations.Commutativity ( src/Test/Validity/Operations/Commutativity.hs, dist/build/Test/Validity/Operations/Commutativity.o, dist/build/Test/Validity/Operations/Commutativity.dyn_o )
  16418. 2824.87 s [genvalidity-property] [ 5 of 22] Compiling Test.Validity.Operations.Identity ( src/Test/Validity/Operations/Identity.hs, dist/build/Test/Validity/Operations/Identity.o, dist/build/Test/Validity/Operations/Identity.dyn_o )
  16419. 2824.87 s [genvalidity-property] [ 6 of 22] Compiling Test.Validity.Operations ( src/Test/Validity/Operations.hs, dist/build/Test/Validity/Operations.o, dist/build/Test/Validity/Operations.dyn_o )
  16420. 2824.87 s [genvalidity-property] [ 7 of 22] Compiling Test.Validity.Property.Utils ( src/Test/Validity/Property/Utils.hs, dist/build/Test/Validity/Property/Utils.o, dist/build/Test/Validity/Property/Utils.dyn_o )
  16421. 2824.87 s [genvalidity-property] [ 8 of 22] Compiling Test.Validity.GenValidity.Property ( src/Test/Validity/GenValidity/Property.hs, dist/build/Test/Validity/GenValidity/Property.o, dist/build/Test/Validity/GenValidity/Property.dyn_o )
  16422. 2824.87 s [genvalidity-property] [ 9 of 22] Compiling Test.Validity.Functions.Validity ( src/Test/Validity/Functions/Validity.hs, dist/build/Test/Validity/Functions/Validity.o, dist/build/Test/Validity/Functions/Validity.dyn_o )
  16423. 2824.87 s [genvalidity-property] [10 of 22] Compiling Test.Validity.Relations.Antireflexivity ( src/Test/Validity/Relations/Antireflexivity.hs, dist/build/Test/Validity/Relations/Antireflexivity.o, dist/build/Test/Validity/Relations/Antireflexivity.dyn_o )
  16424. 2824.87 s [genvalidity-property] [11 of 22] Compiling Test.Validity.Relations.Antisymmetry ( src/Test/Validity/Relations/Antisymmetry.hs, dist/build/Test/Validity/Relations/Antisymmetry.o, dist/build/Test/Validity/Relations/Antisymmetry.dyn_o )
  16425. 2824.87 s [genvalidity-property] [12 of 22] Compiling Test.Validity.Relations.Reflexivity ( src/Test/Validity/Relations/Reflexivity.hs, dist/build/Test/Validity/Relations/Reflexivity.o, dist/build/Test/Validity/Relations/Reflexivity.dyn_o )
  16426. 2824.87 s [lifted-async] [2 of 2] Compiling Control.Concurrent.Async.Lifted.Safe ( src/Control/Concurrent/Async/Lifted/Safe.hs, dist/build/Control/Concurrent/Async/Lifted/Safe.o, dist/build/Control/Concurrent/Async/Lifted/Safe.dyn_o )
  16427. 2824.87 s [lifted-async] [1 of 2] Compiling Control.Concurrent.Async.Lifted ( src/Control/Concurrent/Async/Lifted.hs, dist/build/Control/Concurrent/Async/Lifted.p_o )
  16428. 2824.87 s [logict] [2 of 2] Compiling Control.Monad.Logic ( Control/Monad/Logic.hs, dist/build/Control/Monad/Logic.o, dist/build/Control/Monad/Logic.dyn_o )
  16429. 2824.87 s [streaming-commons] Using compiler: ghc-9.6.4
  16430. 2824.87 s [streaming-commons] Using install prefix:
  16431. 2824.87 s [streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0
  16432. 2824.87 s [streaming-commons] Executables installed in:
  16433. 2824.87 s [streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/bin
  16434. 2824.87 s [streaming-commons] Libraries installed in:
  16435. 2824.87 s [streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/streaming-commons-0.2.3.0-Hf7tCGbVteq4hC9z5M0Gik
  16436. 2824.87 s [streaming-commons] Dynamic Libraries installed in:
  16437. 2824.87 s [streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  16438. 2824.87 s [streaming-commons] Private executables installed in:
  16439. 2824.87 s [streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/libexec/x86_64-linux-ghc-9.6.4/streaming-commons-0.2.3.0
  16440. 2824.87 s [streaming-commons] Data files installed in:
  16441. 2824.87 s [streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/share/x86_64-linux-ghc-9.6.4/streaming-commons-0.2.3.0
  16442. 2824.87 s [streaming-commons] Documentation installed in:
  16443. 2824.88 s [streaming-commons] /nix/store/j4fgb7j23xzyhp9dcpa58f60k10v1ash-streaming-commons-0.2.3.0-doc/share/doc/streaming-commons-0.2.3.0
  16444. 2824.88 s [streaming-commons] Configuration files installed in:
  16445. 2824.88 s [streaming-commons] /nix/store/hap923rr6hq7yq7lyd43rcjapgximn21-streaming-commons-0.2.3.0/etc
  16446. 2824.88 s [streaming-commons] No alex found
  16447. 2824.88 s [streaming-commons] Using ar found on system at:
  16448. 2824.88 s [streaming-commons] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  16449. 2824.88 s [streaming-commons] No c2hs found
  16450. 2824.88 s [streaming-commons] No cpphs found
  16451. 2824.88 s [streaming-commons] No doctest found
  16452. 2824.88 s [streaming-commons] Using gcc version 14.3.0 given by user at:
  16453. 2824.88 s [streaming-commons] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  16454. 2824.88 s [streaming-commons] Using ghc version 9.6.4 found on system at:
  16455. 2824.88 s [streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  16456. 2824.88 s [streaming-commons] Using ghc-pkg version 9.6.4 found on system at:
  16457. 2824.88 s [streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  16458. 2824.88 s [streaming-commons] No ghcjs found
  16459. 2824.88 s [streaming-commons] No ghcjs-pkg found
  16460. 2824.88 s [streaming-commons] No greencard found
  16461. 2824.88 s [streaming-commons] Using haddock version 2.29.2 found on system at:
  16462. 2824.88 s [streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  16463. 2824.88 s [streaming-commons] No happy found
  16464. 2824.88 s [streaming-commons] Using haskell-suite found on system at: haskell-suite-dummy-location
  16465. 2824.88 s [streaming-commons] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  16466. 2824.88 s [streaming-commons] No hmake found
  16467. 2824.88 s [streaming-commons] Using hpc version 0.68 found on system at:
  16468. 2824.88 s [streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  16469. 2824.88 s [streaming-commons] Using hsc2hs version 0.68.9 found on system at:
  16470. 2824.88 s [streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  16471. 2824.88 s [streaming-commons] Using hscolour version 1.25 found on system at:
  16472. 2824.88 s [streaming-commons] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  16473. 2824.88 s [streaming-commons] No jhc found
  16474. 2824.88 s [streaming-commons] Using ld found on system at:
  16475. 2824.88 s [streaming-commons] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  16476. 2824.88 s [streaming-commons] No pkg-config found
  16477. 2824.88 s [streaming-commons] Using runghc version 9.6.4 found on system at:
  16478. 2824.88 s [streaming-commons] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  16479. 2824.88 s [streaming-commons] Using strip version 2.44 found on system at:
  16480. 2824.88 s [streaming-commons] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  16481. 2824.88 s [streaming-commons] Using tar found on system at:
  16482. 2824.88 s [streaming-commons] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  16483. 2824.88 s [streaming-commons] No uhc found
  16484. 2824.88 s [streaming-commons] Phase: buildPhase
  16485. 2824.88 s [streaming-commons] Preprocessing library for streaming-commons-0.2.3.0..
  16486. 2824.88 s [streaming-commons] Building library for streaming-commons-0.2.3.0..
  16487. 2824.88 s [streaming-commons] [ 1 of 11] Compiling Data.Streaming.ByteString.Builder.Buffer ( Data/Streaming/ByteString/Builder/Buffer.hs, dist/build/Data/Streaming/ByteString/Builder/Buffer.o, dist/build/Data/Streaming/ByteString/Builder/Buffer.dyn_o )
  16488. 2824.88 s [streaming-commons] [ 2 of 11] Compiling Data.Streaming.ByteString.Builder ( Data/Streaming/ByteString/Builder.hs, dist/build/Data/Streaming/ByteString/Builder.o, dist/build/Data/Streaming/ByteString/Builder.dyn_o )
  16489. 2824.88 s [streaming-commons] [ 3 of 11] Compiling Data.Streaming.FileRead ( Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.o, dist/build/Data/Streaming/FileRead.dyn_o )
  16490. 2824.88 s [streaming-commons] [ 4 of 11] Compiling Data.Streaming.Filesystem ( Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.o, dist/build/Data/Streaming/Filesystem.dyn_o )
  16491. 2824.88 s [streaming-commons] [ 5 of 11] Compiling Data.Streaming.Network.Internal ( Data/Streaming/Network/Internal.hs, dist/build/Data/Streaming/Network/Internal.o, dist/build/Data/Streaming/Network/Internal.dyn_o )
  16492. 2824.88 s [streaming-commons] [ 6 of 11] Compiling Data.Streaming.Network ( Data/Streaming/Network.hs, dist/build/Data/Streaming/Network.o, dist/build/Data/Streaming/Network.dyn_o )
  16493. 2824.88 s [strict] 100% ( 10 / 10) in 'Data.Strict.Either'
  16494. 2824.88 s [strict] Warning: '<*>' is out of scope.
  16495. 2824.88 s [strict] If you qualify the identifier, haddock can try to link it anyway.
  16496. 2824.88 s [strict] 100% ( 11 / 11) in 'Data.Strict.Maybe'
  16497. 2824.88 s [strict] Warning: 'here' is out of scope.
  16498. 2824.88 s [strict] If you qualify the identifier, haddock can try to link it anyway.
  16499. 2824.88 s [strict] Warning: 'there' is out of scope.
  16500. 2824.88 s [strict] If you qualify the identifier, haddock can try to link it anyway.
  16501. 2824.88 s [strict] 70% ( 12 / 17) in 'Data.Strict.These'
  16502. 2824.88 s [strict] Missing documentation for:
  16503. 2824.88 s [strict] Module header
  16504. 2824.88 s [strict] distrThesePair (src/Data/Strict/These.hs:155)
  16505. 2824.88 s [strict] undistrThesePair (src/Data/Strict/These.hs:160)
  16506. 2824.88 s [strict] distrPairThese (src/Data/Strict/These.hs:172)
  16507. 2824.88 s [strict] undistrPairThese (src/Data/Strict/These.hs:177)
  16508. 2824.88 s [strict] 90% ( 9 / 10) in 'Data.Strict.Tuple'
  16509. 2824.88 s [strict] Missing documentation for:
  16510. 2824.88 s [strict] :!: (src/Data/Strict/Tuple.hs:69)
  16511. 2824.88 s [strict]
  16512. 2824.88 s [strict] src/Data/Strict/Tuple.hs:124:3: warning: [-Wnoncanonical-monoid-instances]
  16513. 2824.91 s [strict] Noncanonical ‘mappend’ definition detected
  16514. 2824.91 s [strict] in the instance declaration for ‘Monoid (Pair a b)’.
  16515. 2824.91 s [strict] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  16516. 2824.91 s [strict] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  16517. 2824.91 s [strict] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  16518. 2824.91 s [strict] |
  16519. 2824.91 s [strict] 124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2)
  16520. 2824.91 s [strict] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16521. 2824.91 s [strict] 50% ( 1 / 2) in 'Data.Strict.Classes'
  16522. 2824.91 s [strict] Missing documentation for:
  16523. 2824.91 s [strict] Module header
  16524. 2824.91 s [strict] 100% ( 6 / 6) in 'Data.Strict'
  16525. 2824.91 s [strict] Warning: 'isEOFError' is out of scope.
  16526. 2824.91 s [strict] If you qualify the identifier, haddock can try to link it anyway.
  16527. 2824.91 s [strict] Warning: 'stdin' is out of scope.
  16528. 2824.91 s [strict] If you qualify the identifier, haddock can try to link it anyway.
  16529. 2824.91 s [strict] 100% ( 7 / 7) in 'System.IO.Strict'
  16530. 2824.91 s [time-compat] 1968--1-1 = 1968-01-01: OK
  16531. 2824.91 s [time-compat] 1968--1-2 = 1968-01-02: OK
  16532. 2824.91 s [time-compat] 1968--1-27 = 1968-01-27: OK
  16533. 2824.91 s [time-compat] 1968--1-28 = 1968-01-28: OK
  16534. 2824.91 s [time-compat] 1968--1-29 = 1968-01-29: OK
  16535. 2824.91 s [time-compat] 1968--1-30 = 1968-01-30: OK
  16536. 2824.91 s [time-compat] 1968--1-31 = 1968-01-31: OK
  16537. 2824.91 s [time-compat] 1968--1-32 = 1968-01-31: OK
  16538. 2824.91 s [time-compat] 1968--1-40 = 1968-01-31: OK
  16539. 2824.91 s [time-compat] 1968-0--7 = 1968-01-01: OK
  16540. 2824.91 s [time-compat] 1968-0--1 = 1968-01-01: OK
  16541. 2824.91 s [time-compat] 1968-0-0 = 1968-01-01: OK
  16542. 2824.91 s [time-compat] 1968-0-1 = 1968-01-01: OK
  16543. 2824.91 s [time-compat] 1968-0-2 = 1968-01-02: OK
  16544. 2824.91 s [time-compat] 1968-0-27 = 1968-01-27: OK
  16545. 2824.91 s [time-compat] 1968-0-28 = 1968-01-28: OK
  16546. 2824.91 s [time-compat] 1968-0-29 = 1968-01-29: OK
  16547. 2824.91 s [time-compat] 1968-0-30 = 1968-01-30: OK
  16548. 2824.91 s [time-compat] 1968-0-31 = 1968-01-31: OK
  16549. 2824.91 s [time-compat] 1968-0-32 = 1968-01-31: OK
  16550. 2824.91 s [time-compat] 1968-0-40 = 1968-01-31: OK
  16551. 2824.91 s [time-compat] 1968-1--7 = 1968-01-01: OK
  16552. 2824.91 s [time-compat] 1968-1--1 = 1968-01-01: OK
  16553. 2824.91 s [time-compat] 1968-1-0 = 1968-01-01: OK
  16554. 2824.91 s [time-compat] 1968-1-1 = 1968-01-01: OK
  16555. 2824.91 s [time-compat] 1968-1-2 = 1968-01-02: OK
  16556. 2824.91 s [time-compat] 1968-1-27 = 1968-01-27: OK
  16557. 2824.91 s [time-compat] 1968-1-28 = 1968-01-28: OK
  16558. 2824.91 s [time-compat] 1968-1-29 = 1968-01-29: OK
  16559. 2824.91 s [time-compat] 1968-1-30 = 1968-01-30: OK
  16560. 2824.91 s [time-compat] 1968-1-31 = 1968-01-31: OK
  16561. 2824.91 s [time-compat] 1968-1-32 = 1968-01-31: OK
  16562. 2824.91 s [time-compat] 1968-1-40 = 1968-01-31: OK
  16563. 2824.91 s [time-compat] 1968-2--7 = 1968-02-01: OK
  16564. 2824.91 s [time-compat] 1968-2--1 = 1968-02-01: OK
  16565. 2824.91 s [time-compat] 1968-2-0 = 1968-02-01: OK
  16566. 2824.92 s [time-compat] 1968-2-1 = 1968-02-01: OK
  16567. 2824.92 s [time-compat] 1968-2-2 = 1968-02-02: OK
  16568. 2824.92 s [time-compat] 1968-2-27 = 1968-02-27: OK
  16569. 2824.92 s [time-compat] 1968-2-28 = 1968-02-28: OK
  16570. 2824.92 s [time-compat] 1968-2-29 = 1968-02-29: OK
  16571. 2824.92 s [time-compat] 1968-2-30 = 1968-02-29: OK
  16572. 2824.92 s [time-compat] 1968-2-31 = 1968-02-29: OK
  16573. 2824.92 s [time-compat] 1968-2-32 = 1968-02-29: OK
  16574. 2824.92 s [time-compat] 1968-2-40 = 1968-02-29: OK
  16575. 2824.92 s [time-compat] 1968-12--7 = 1968-12-01: OK
  16576. 2824.92 s [time-compat] 1968-12--1 = 1968-12-01: OK
  16577. 2824.92 s [time-compat] 1968-12-0 = 1968-12-01: OK
  16578. 2824.92 s [time-compat] 1968-12-1 = 1968-12-01: OK
  16579. 2824.92 s [vector] [ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o, dist/build/Data/Vector/Fusion/Bundle.dyn_o )
  16580. 2824.92 s [asn1-encoding] tests/Tests.hs:4:1: warning: [-Wunused-imports]
  16581. 2824.92 s [asn1-encoding] The import of ‘Control.Applicative’ is redundant
  16582. 2824.92 s [asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
  16583. 2824.92 s [asn1-encoding] To import instances alone, use: import Control.Applicative()
  16584. 2824.92 s [asn1-encoding] |
  16585. 2824.92 s [asn1-encoding] 4 | import Control.Applicative
  16586. 2824.92 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  16587. 2824.92 s [asn1-encoding]
  16588. 2824.92 s [asn1-encoding] tests/Tests.hs:35:25: warning: [-Wunused-local-binds]
  16589. 2824.92 s [asn1-encoding] Defined but not used: ‘nbBytes’
  16590. 2824.92 s [asn1-encoding] |
  16591. 2824.92 s [asn1-encoding] 35 | nbBytes nb = if nb > 255 then 1 + nbBytes (nb `div` 256) else 1
  16592. 2824.92 s [asn1-encoding] | ^^^^^^^
  16593. 2824.92 s [asn1-encoding]
  16594. 2824.92 s [asn1-encoding] <no location info>: warning: [GHC-32850] [-Wmissing-home-modules]
  16595. 2824.92 s [asn1-encoding] These modules are needed for compilation but not listed in your .cabal file's other-modules for ‘main’ :
  16596. 2824.92 s [asn1-encoding] Data.ASN1.BinaryEncoding
  16597. 2824.92 s [asn1-encoding] Data.ASN1.BinaryEncoding.Parse
  16598. 2824.92 s [asn1-encoding] Data.ASN1.BinaryEncoding.Writer
  16599. 2824.92 s [asn1-encoding] Data.ASN1.Encoding
  16600. 2824.92 s [asn1-encoding] Data.ASN1.Error
  16601. 2824.92 s [asn1-encoding] Data.ASN1.Get
  16602. 2824.92 s [asn1-encoding] Data.ASN1.Internal
  16603. 2824.92 s [asn1-encoding] Data.ASN1.Prim
  16604. 2824.92 s [asn1-encoding] Data.ASN1.Serialize
  16605. 2824.92 s [asn1-encoding] Data.ASN1.Stream
  16606. 2824.92 s [asn1-encoding] [12 of 12] Linking dist/build/tests-asn1-encoding/tests-asn1-encoding
  16607. 2824.92 s [asn1-encoding] buildPhase completed in 55 seconds
  16608. 2824.92 s [asn1-encoding] Phase: checkPhase
  16609. 2824.92 s [asn1-encoding] Running 1 test suites...
  16610. 2824.92 s [asn1-encoding] Test suite tests-asn1-encoding: RUNNING...
  16611. 2824.92 s [asn1-encoding] asn1-encoding
  16612. 2824.92 s [asn1-encoding] Marshalling
  16613. 2824.92 s [asn1-encoding] Header: OK
  16614. 2824.93 s [asn1-encoding] +++ OK, passed 100 tests.
  16615. 2824.93 s [asn1-encoding] Event: OK (0.08s)
  16616. 2824.93 s [asn1-encoding] +++ OK, passed 100 tests.
  16617. 2824.93 s [asn1-encoding] DER: OK (0.04s)
  16618. 2824.93 s [asn1-encoding] +++ OK, passed 100 tests.
  16619. 2824.93 s [asn1-encoding] Real: OK
  16620. 2824.93 s [asn1-encoding] +++ OK, passed 100 tests.
  16621. 2824.93 s [asn1-encoding] Integral Real: OK
  16622. 2824.93 s [asn1-encoding] +++ OK, passed 100 tests.
  16623. 2824.93 s [asn1-encoding]
  16624. 2824.93 s [asn1-encoding] All 5 tests passed (0.12s)
  16625. 2824.93 s [asn1-encoding] Test suite tests-asn1-encoding: PASS
  16626. 2824.93 s [asn1-encoding] Test suite logged to: dist/test/asn1-encoding-0.9.6-tests-asn1-encoding.log
  16627. 2824.93 s [asn1-encoding] 1 of 1 test suites (1 of 1 test cases) passed.
  16628. 2824.93 s [asn1-encoding] Phase: haddockPhase
  16629. 2824.93 s [asn1-encoding] Preprocessing library for asn1-encoding-0.9.6..
  16630. 2824.93 s [asn1-encoding] Running Haddock on library for asn1-encoding-0.9.6..
  16631. 2824.93 s [asn1-encoding] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  16632. 2824.93 s [asn1-encoding] 100% ( 3 / 3) in 'Data.ASN1.Error'
  16633. 2824.93 s [asn1-encoding] Warning: 'get' is out of scope.
  16634. 2824.93 s [asn1-encoding] If you qualify the identifier, haddock can try to link it anyway.
  16635. 2824.93 s [asn1-encoding]
  16636. 2824.93 s [asn1-encoding] Data/ASN1/Get.hs:31:29: warning: [-Wunused-imports]
  16637. 2824.93 s [asn1-encoding] The import of ‘Applicative’
  16638. 2824.93 s [asn1-encoding] from module ‘Control.Applicative’ is redundant
  16639. 2824.93 s [asn1-encoding] |
  16640. 2824.93 s [asn1-encoding] 31 | import Control.Applicative (Applicative(..),Alternative(..))
  16641. 2824.93 s [asn1-encoding] | ^^^^^^^^^^^^^^^
  16642. 2824.93 s [asn1-encoding]
  16643. 2824.93 s [asn1-encoding] Data/ASN1/Get.hs:92:5: warning: [-Wnoncanonical-monad-instances]
  16644. 2824.93 s [asn1-encoding] Noncanonical ‘pure = return’ definition detected
  16645. 2824.93 s [asn1-encoding] in the instance declaration for ‘Applicative Get’.
  16646. 2824.93 s [asn1-encoding] Move definition from ‘return’ to ‘pure’
  16647. 2824.93 s [asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  16648. 2824.93 s [asn1-encoding] |
  16649. 2824.93 s [asn1-encoding] 92 | pure = return
  16650. 2824.93 s [asn1-encoding] | ^^^^^^^^^^^^^^
  16651. 2824.93 s [asn1-encoding]
  16652. 2824.93 s [asn1-encoding] Data/ASN1/Get.hs:101:5: warning: [-Wnoncanonical-monad-instances]
  16653. 2824.93 s [asn1-encoding] Noncanonical ‘return’ definition detected
  16654. 2824.93 s [asn1-encoding] in the instance declaration for ‘Monad Get’.
  16655. 2824.94 s [asn1-encoding] ‘return’ will eventually be removed in favour of ‘pure’
  16656. 2824.94 s [asn1-encoding] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  16657. 2824.94 s [asn1-encoding] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  16658. 2824.94 s [asn1-encoding] |
  16659. 2824.94 s [asn1-encoding] 101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
  16660. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16661. 2824.94 s [barbies] Flip (* -> *) * (Record1 *) ()
  16662. 2824.94 s [barbies] naturality: OK
  16663. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16664. 2824.94 s [barbies] identity: OK (0.27s)
  16665. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16666. 2824.94 s [barbies] composition: OK
  16667. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16668. 2824.94 s [barbies] Flip (* -> *) * (Record3 *) ()
  16669. 2824.94 s [barbies] naturality: OK (0.01s)
  16670. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16671. 2824.94 s [barbies] identity: OK (0.02s)
  16672. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16673. 2824.94 s [barbies] composition: OK (0.08s)
  16674. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16675. 2824.94 s [barbies] Flip (* -> *) * (Record1S *) ()
  16676. 2824.94 s [barbies] naturality: OK (0.12s)
  16677. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16678. 2824.94 s [barbies] identity: OK
  16679. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16680. 2824.94 s [barbies] composition: OK (0.04s)
  16681. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16682. 2824.94 s [barbies] Flip (* -> *) * (Record3S *) ()
  16683. 2824.94 s [barbies] naturality: OK (0.02s)
  16684. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16685. 2824.94 s [barbies] identity: OK (0.01s)
  16686. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16687. 2824.94 s [barbies] composition: OK (0.12s)
  16688. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16689. 2824.94 s [barbies] Flip (* -> *) * (Ignore1 *) ()
  16690. 2824.94 s [barbies] naturality: OK (0.02s)
  16691. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16692. 2824.94 s [barbies] identity: OK
  16693. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16694. 2824.94 s [barbies] composition: OK
  16695. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16696. 2824.94 s [barbies] Flip (* -> *) * (Sum3 *) ()
  16697. 2824.94 s [barbies] naturality: OK
  16698. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16699. 2824.94 s [barbies] identity: OK
  16700. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16701. 2824.94 s [barbies] composition: OK (0.05s)
  16702. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16703. 2824.94 s [barbies] Flip (* -> *) * (CompositeRecord *) ()
  16704. 2824.94 s [barbies] naturality: OK (0.15s)
  16705. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16706. 2824.94 s [barbies] identity: OK (0.06s)
  16707. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16708. 2824.94 s [barbies] composition: OK (0.09s)
  16709. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16710. 2824.94 s [barbies] Flip (* -> *) * (SumRec *) ()
  16711. 2824.94 s [barbies] naturality: OK (0.08s)
  16712. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16713. 2824.94 s [barbies] identity: OK
  16714. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16715. 2824.94 s [barbies] composition: OK (0.01s)
  16716. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16717. 2824.94 s [barbies] Flip (* -> *) * (NestedF *) ()
  16718. 2824.94 s [barbies] naturality: OK (0.33s)
  16719. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16720. 2824.94 s [barbies] identity: OK (0.21s)
  16721. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16722. 2824.94 s [barbies] composition: OK (0.58s)
  16723. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16724. 2824.94 s [barbies] Flip (* -> *) * (Nested2F *) ()
  16725. 2824.94 s [barbies] naturality: OK (0.21s)
  16726. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16727. 2824.94 s [barbies] identity: OK (0.01s)
  16728. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16729. 2824.94 s [barbies] composition: OK (0.24s)
  16730. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16731. 2824.94 s [barbies] Flip (* -> *) (* -> *) NestedB Maybe
  16732. 2824.94 s [barbies] naturality: OK (0.03s)
  16733. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16734. 2824.94 s [barbies] identity: OK (0.05s)
  16735. 2824.94 s [barbies] +++ OK, passed 100 tests.
  16736. 2824.94 s [barbies] composition: OK (0.03s)
  16737. 2824.95 s [barbies] +++ OK, passed 100 tests.
  16738. 2824.95 s [barbies] MixedBT Maybe
  16739. 2824.95 s [barbies] naturality: OK
  16740. 2824.95 s [barbies] +++ OK, passed 100 tests.
  16741. 2824.95 s [barbies] identity: OK
  16742. 2824.95 s [barbies] +++ OK, passed 100 tests.
  16743. 2824.95 s [barbies] composition: OK (0.03s)
  16744. 2824.95 s [barbies] +++ OK, passed 100 tests.
  16745. 2824.95 s [barbies] Flip (* -> *) (* -> *) MixedBT Maybe
  16746. 2824.95 s [barbies] naturality: OK (0.02s)
  16747. 2824.95 s [barbies] +++ OK, passed 100 tests.
  16748. 2824.95 s [barbies] identity: OK
  16749. 2824.95 s [barbies] +++ OK, passed 100 tests.
  16750. 2824.95 s [barbies] composition: OK (0.02s)
  16751. 2824.95 s [barbies] +++ OK, passed 100 tests.
  16752. 2824.95 s [barbies] Applicative laws
  16753. 2824.95 s [barbies] Record0
  16754. 2824.95 s [barbies] naturality of bprod: OK (0.09s)
  16755. 2824.95 s [barbies] +++ OK, passed 100 tests.
  16756. 2824.95 s [barbies] left identity: OK
  16757. 2824.95 s [barbies] +++ OK, passed 100 tests.
  16758. 2824.95 s [barbies] left identity: OK
  16759. 2824.95 s [barbies] +++ OK, passed 100 tests.
  16760. 2824.95 s [barbies] associativity: OK (0.01s)
  16761. 2824.95 s [barbies] +++ OK, passed 100 tests.
  16762. 2824.95 s [barbies] Record1
  16763. 2824.95 s [barbies] naturality of bprod: OK (0.01s)
  16764. 2824.95 s [genvalidity-property] [13 of 22] Compiling Test.Validity.Relations.Symmetry ( src/Test/Validity/Relations/Symmetry.hs, dist/build/Test/Validity/Relations/Symmetry.o, dist/build/Test/Validity/Relations/Symmetry.dyn_o )
  16765. 2824.95 s [genvalidity-property] [14 of 22] Compiling Test.Validity.Relations.Transitivity ( src/Test/Validity/Relations/Transitivity.hs, dist/build/Test/Validity/Relations/Transitivity.o, dist/build/Test/Validity/Relations/Transitivity.dyn_o )
  16766. 2824.95 s [genvalidity-property] [15 of 22] Compiling Test.Validity.Relations ( src/Test/Validity/Relations.hs, dist/build/Test/Validity/Relations.o, dist/build/Test/Validity/Relations.dyn_o )
  16767. 2824.95 s [genvalidity-property] [16 of 22] Compiling Test.Validity.Shrinking.Property ( src/Test/Validity/Shrinking/Property.hs, dist/build/Test/Validity/Shrinking/Property.o, dist/build/Test/Validity/Shrinking/Property.dyn_o )
  16768. 2824.95 s [genvalidity-property] [17 of 22] Compiling Test.Validity.Types ( src/Test/Validity/Types.hs, dist/build/Test/Validity/Types.o, dist/build/Test/Validity/Types.dyn_o )
  16769. 2824.95 s [genvalidity-property] [18 of 22] Compiling Test.Validity.Functions.Inverse ( src/Test/Validity/Functions/Inverse.hs, dist/build/Test/Validity/Functions/Inverse.o, dist/build/Test/Validity/Functions/Inverse.dyn_o )
  16770. 2824.95 s [genvalidity-property] [19 of 22] Compiling Test.Validity.Functions.Equivalence ( src/Test/Validity/Functions/Equivalence.hs, dist/build/Test/Validity/Functions/Equivalence.o, dist/build/Test/Validity/Functions/Equivalence.dyn_o )
  16771. 2824.95 s [genvalidity-property] [20 of 22] Compiling Test.Validity.Functions.CanFail ( src/Test/Validity/Functions/CanFail.hs, dist/build/Test/Validity/Functions/CanFail.o, dist/build/Test/Validity/Functions/CanFail.dyn_o )
  16772. 2824.95 s [genvalidity-property] [21 of 22] Compiling Test.Validity.Functions ( src/Test/Validity/Functions.hs, dist/build/Test/Validity/Functions.o, dist/build/Test/Validity/Functions.dyn_o )
  16773. 2824.95 s [genvalidity-property] [22 of 22] Compiling Test.Validity.Property ( src/Test/Validity/Property.hs, dist/build/Test/Validity/Property.o, dist/build/Test/Validity/Property.dyn_o )
  16774. 2824.95 s [genvalidity-property] [ 1 of 22] Compiling Paths_genvalidity_property ( dist/build/autogen/Paths_genvalidity_property.hs, dist/build/Paths_genvalidity_property.p_o )
  16775. 2824.95 s [time-compat] 1968-12-2 = 1968-12-02: OK
  16776. 2824.95 s [time-compat] 1968-12-27 = 1968-12-27: OK
  16777. 2824.95 s [time-compat] 1968-12-28 = 1968-12-28: OK
  16778. 2824.95 s [time-compat] 1968-12-29 = 1968-12-29: OK
  16779. 2824.95 s [time-compat] 1968-12-30 = 1968-12-30: OK
  16780. 2824.95 s [time-compat] 1968-12-31 = 1968-12-31: OK
  16781. 2824.95 s [time-compat] 1968-12-32 = 1968-12-31: OK
  16782. 2824.95 s [time-compat] 1968-12-40 = 1968-12-31: OK
  16783. 2824.95 s [time-compat] 1968-13--7 = 1968-12-01: OK
  16784. 2824.95 s [time-compat] 1968-13--1 = 1968-12-01: OK
  16785. 2824.95 s [time-compat] 1968-13-0 = 1968-12-01: OK
  16786. 2824.95 s [time-compat] 1968-13-1 = 1968-12-01: OK
  16787. 2824.95 s [time-compat] 1968-13-2 = 1968-12-02: OK
  16788. 2824.95 s [time-compat] 1968-13-27 = 1968-12-27: OK
  16789. 2824.95 s [time-compat] 1968-13-28 = 1968-12-28: OK
  16790. 2824.95 s [time-compat] 1968-13-29 = 1968-12-29: OK
  16791. 2824.95 s [time-compat] 1968-13-30 = 1968-12-30: OK
  16792. 2824.95 s [time-compat] 1968-13-31 = 1968-12-31: OK
  16793. 2824.95 s [time-compat] 1968-13-32 = 1968-12-31: OK
  16794. 2824.95 s [time-compat] 1968-13-40 = 1968-12-31: OK
  16795. 2824.95 s [time-compat] 1968-17--7 = 1968-12-01: OK
  16796. 2824.95 s [time-compat] 1968-17--1 = 1968-12-01: OK
  16797. 2824.95 s [time-compat] 1968-17-0 = 1968-12-01: OK (0.02s)
  16798. 2824.95 s [time-compat] 1968-17-1 = 1968-12-01: OK
  16799. 2824.95 s [time-compat] 1968-17-2 = 1968-12-02: OK
  16800. 2824.95 s [time-compat] 1968-17-27 = 1968-12-27: OK
  16801. 2824.95 s [time-compat] 1968-17-28 = 1968-12-28: OK
  16802. 2824.95 s [time-compat] 1968-17-29 = 1968-12-29: OK
  16803. 2824.95 s [time-compat] 1968-17-30 = 1968-12-30: OK
  16804. 2824.95 s [time-compat] 1968-17-31 = 1968-12-31: OK
  16805. 2824.95 s [time-compat] 1968-17-32 = 1968-12-31: OK
  16806. 2824.95 s [time-compat] 1968-17-40 = 1968-12-31: OK
  16807. 2824.95 s [time-compat] 1969--20--7 = 1969-01-01: OK
  16808. 2824.95 s [time-compat] 1969--20--1 = 1969-01-01: OK
  16809. 2824.95 s [time-compat] 1969--20-0 = 1969-01-01: OK
  16810. 2824.95 s [time-compat] 1969--20-1 = 1969-01-01: OK
  16811. 2824.95 s [time-compat] 1969--20-2 = 1969-01-02: OK
  16812. 2824.95 s [time-compat] 1969--20-27 = 1969-01-27: OK
  16813. 2824.95 s [time-compat] 1969--20-28 = 1969-01-28: OK
  16814. 2824.95 s [time-compat] 1969--20-29 = 1969-01-29: OK
  16815. 2824.95 s [time-compat] 1969--20-30 = 1969-01-30: OK
  16816. 2824.95 s [time-compat] 1969--20-31 = 1969-01-31: OK
  16817. 2824.95 s [time-compat] 1969--20-32 = 1969-01-31: OK
  16818. 2824.95 s [time-compat] 1969--20-40 = 1969-01-31: OK
  16819. 2824.95 s [time-compat] 1969--1--7 = 1969-01-01: OK
  16820. 2824.95 s [time-compat] 1969--1--1 = 1969-01-01: OK
  16821. 2824.95 s [time-compat] 1969--1-0 = 1969-01-01: OK
  16822. 2824.95 s [time-compat] 1969--1-1 = 1969-01-01: OK
  16823. 2824.95 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16824. 2824.95 s [asn1-encoding] 100% ( 2 / 2) in 'Data.ASN1.Object'
  16825. 2824.95 s [asn1-encoding]
  16826. 2824.95 s [asn1-encoding] Data/ASN1/Serialize.hs:17:1: warning: [-Wunused-imports]
  16827. 2824.95 s [asn1-encoding] The import of ‘Control.Applicative’ is redundant
  16828. 2824.95 s [asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
  16829. 2824.95 s [asn1-encoding] To import instances alone, use: import Control.Applicative()
  16830. 2824.95 s [asn1-encoding] |
  16831. 2824.95 s [asn1-encoding] 17 | import Control.Applicative ((<$>))
  16832. 2824.95 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16833. 2824.95 s [asn1-encoding] 100% ( 13 / 13) in 'Data.ASN1.BinaryEncoding.Raw'
  16834. 2824.95 s [asn1-encoding] 25% ( 1 / 4) in 'Data.ASN1.Stream'
  16835. 2824.95 s [asn1-encoding] Missing documentation for:
  16836. 2824.95 s [asn1-encoding] ASN1Repr (Data/ASN1/Stream.hs:20)
  16837. 2824.95 s [asn1-encoding] getConstructedEnd (Data/ASN1/Stream.hs:22)
  16838. 2824.95 s [asn1-encoding] getConstructedEndRepr (Data/ASN1/Stream.hs:30)
  16839. 2824.95 s [asn1-encoding] 28% ( 8 / 28) in 'Data.ASN1.Prim'
  16840. 2824.95 s [asn1-encoding] Missing documentation for:
  16841. 2824.95 s [asn1-encoding] encodeHeader (Data/ASN1/Prim.hs:68)
  16842. 2824.95 s [asn1-encoding] encodePrimitiveHeader (Data/ASN1/Prim.hs:98)
  16843. 2824.95 s [asn1-encoding] encodePrimitive (Data/ASN1/Prim.hs:115)
  16844. 2824.95 s [asn1-encoding] decodePrimitive (Data/ASN1/Prim.hs:164)
  16845. 2824.95 s [asn1-encoding] encodeConstructed (Data/ASN1/Prim.hs:146)
  16846. 2824.95 s [asn1-encoding] encodeList (Data/ASN1/Prim.hs:132)
  16847. 2824.95 s [asn1-encoding] encodeOne (Data/ASN1/Prim.hs:128)
  16848. 2824.95 s [asn1-encoding] mkSmallestLength (Data/ASN1/Prim.hs:156)
  16849. 2824.95 s [asn1-encoding] getBoolean (Data/ASN1/Prim.hs:196)
  16850. 2824.95 s [asn1-encoding] getDouble (Data/ASN1/Prim.hs:228)
  16851. 2824.95 s [asn1-encoding] getBitString (Data/ASN1/Prim.hs:272)
  16852. 2824.95 s [asn1-encoding] getOctetString (Data/ASN1/Prim.hs:284)
  16853. 2824.95 s [asn1-encoding] getNull (Data/ASN1/Prim.hs:287)
  16854. 2824.95 s [asn1-encoding] getTime (Data/ASN1/Prim.hs:311)
  16855. 2824.95 s [asn1-encoding] putTime (Data/ASN1/Prim.hs:381)
  16856. 2824.95 s [asn1-encoding] putInteger (Data/ASN1/Prim.hs:393)
  16857. 2824.95 s [asn1-encoding] putDouble (Data/ASN1/Prim.hs:416)
  16858. 2824.95 s [asn1-encoding] putBitString (Data/ASN1/Prim.hs:396)
  16859. 2824.95 s [asn1-encoding] putString (Data/ASN1/Prim.hs:401)
  16860. 2824.95 s [asn1-encoding] putOID (Data/ASN1/Prim.hs:405)
  16861. 2824.95 s [asn1-encoding]
  16862. 2824.95 s [asn1-encoding] Data/ASN1/Prim.hs:55:1: warning: [-Wunused-imports]
  16863. 2824.95 s [asn1-encoding] The import of ‘Data.Monoid’ is redundant
  16864. 2824.95 s [asn1-encoding] except perhaps to import instances from ‘Data.Monoid’
  16865. 2824.95 s [asn1-encoding] To import instances alone, use: import Data.Monoid()
  16866. 2824.95 s [asn1-encoding] |
  16867. 2824.95 s [asn1-encoding] 55 | import Data.Monoid
  16868. 2824.95 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^
  16869. 2824.95 s [asn1-encoding]
  16870. 2824.95 s [asn1-encoding] Data/ASN1/Prim.hs:65:1: warning: [-Wunused-imports]
  16871. 2824.95 s [asn1-encoding] The import of ‘Control.Applicative’ is redundant
  16872. 2824.95 s [asn1-encoding] except perhaps to import instances from ‘Control.Applicative’
  16873. 2824.95 s [asn1-encoding] To import instances alone, use: import Control.Applicative()
  16874. 2824.96 s [asn1-encoding] |
  16875. 2824.96 s [asn1-encoding] 65 | import Control.Applicative
  16876. 2824.96 s [asn1-encoding] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  16877. 2824.96 s [asn1-encoding]
  16878. 2824.96 s [asn1-encoding] Data/ASN1/Prim.hs:259:11: warning: [GHC-63397] [-Wname-shadowing]
  16879. 2824.96 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  16880. 2824.96 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  16881. 2824.96 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  16882. 2824.96 s [asn1-encoding] |
  16883. 2824.96 s [asn1-encoding] 259 | exponent = exp' - fromIntegral scaleFactor
  16884. 2824.96 s [asn1-encoding] | ^^^^^^^^
  16885. 2824.96 s [asn1-encoding]
  16886. 2824.96 s [asn1-encoding] Data/ASN1/Prim.hs:428:9: warning: [GHC-63397] [-Wname-shadowing]
  16887. 2824.96 s [asn1-encoding] This binding for ‘exp’ shadows the existing binding
  16888. 2824.96 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  16889. 2824.96 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  16890. 2824.96 s [asn1-encoding] |
  16891. 2824.96 s [asn1-encoding] 428 | (man, exp) = decodeFloat d
  16892. 2824.96 s [asn1-encoding] | ^^^
  16893. 2824.96 s [asn1-encoding]
  16894. 2824.96 s [asn1-encoding] Data/ASN1/Prim.hs:429:14: warning: [GHC-63397] [-Wname-shadowing]
  16895. 2824.96 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  16896. 2824.96 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  16897. 2824.96 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  16898. 2824.96 s [asn1-encoding] |
  16899. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16900. 2824.96 s [barbies] left identity: OK
  16901. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16902. 2824.96 s [barbies] left identity: OK
  16903. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16904. 2824.96 s [barbies] associativity: OK (0.09s)
  16905. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16906. 2824.96 s [barbies] Record3
  16907. 2824.96 s [barbies] naturality of bprod: OK (0.06s)
  16908. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16909. 2824.96 s [barbies] left identity: OK (0.02s)
  16910. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16911. 2824.96 s [barbies] left identity: OK
  16912. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16913. 2824.96 s [barbies] associativity: OK (0.02s)
  16914. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16915. 2824.96 s [barbies] CompositeRecord
  16916. 2824.96 s [barbies] naturality of bprod: OK (0.02s)
  16917. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16918. 2824.96 s [barbies] left identity: OK
  16919. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16920. 2824.96 s [barbies] left identity: OK (0.05s)
  16921. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16922. 2824.96 s [barbies] associativity: OK (0.01s)
  16923. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16924. 2824.96 s [barbies] NestedF
  16925. 2824.96 s [barbies] naturality of bprod: OK (0.97s)
  16926. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16927. 2824.96 s [barbies] left identity: OK (0.11s)
  16928. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16929. 2824.96 s [barbies] left identity: OK (0.24s)
  16930. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16931. 2824.96 s [barbies] associativity: OK (4.28s)
  16932. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16933. 2824.96 s [barbies] Nested2F
  16934. 2824.96 s [barbies] naturality of bprod: OK (0.78s)
  16935. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16936. 2824.96 s [barbies] left identity: OK (0.03s)
  16937. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16938. 2824.96 s [barbies] left identity: OK (0.15s)
  16939. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16940. 2824.96 s [barbies] associativity: OK (5.32s)
  16941. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16942. 2824.96 s [barbies] Record1S
  16943. 2824.96 s [barbies] naturality of bprod: OK (0.02s)
  16944. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16945. 2824.96 s [barbies] left identity: OK (0.05s)
  16946. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16947. 2824.96 s [barbies] left identity: OK
  16948. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16949. 2824.96 s [barbies] associativity: OK (0.03s)
  16950. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16951. 2824.96 s [barbies] Record3S
  16952. 2824.96 s [barbies] naturality of bprod: OK (0.08s)
  16953. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16954. 2824.96 s [barbies] left identity: OK (0.01s)
  16955. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16956. 2824.96 s [barbies] left identity: OK (0.04s)
  16957. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16958. 2824.96 s [barbies] associativity: OK (0.14s)
  16959. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16960. 2824.96 s [barbies] Record1W Covered
  16961. 2824.96 s [barbies] naturality of bprod: OK (0.03s)
  16962. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16963. 2824.96 s [barbies] left identity: OK
  16964. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16965. 2824.96 s [barbies] left identity: OK
  16966. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16967. 2824.96 s [barbies] associativity: OK
  16968. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16969. 2824.96 s [barbies] Record3W Covered
  16970. 2824.96 s [barbies] naturality of bprod: OK
  16971. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16972. 2824.96 s [barbies] left identity: OK
  16973. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16974. 2824.96 s [barbies] left identity: OK (0.02s)
  16975. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16976. 2824.96 s [barbies] associativity: OK (0.07s)
  16977. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16978. 2824.96 s [barbies] CompositeRecordW Covered
  16979. 2824.96 s [barbies] naturality of bprod: OK (0.03s)
  16980. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16981. 2824.96 s [barbies] left identity: OK (0.03s)
  16982. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16983. 2824.96 s [barbies] left identity: OK (0.03s)
  16984. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16985. 2824.96 s [barbies] associativity: OK (0.10s)
  16986. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16987. 2824.96 s [barbies] NestedFW Covered
  16988. 2824.96 s [barbies] naturality of bprod: OK (0.40s)
  16989. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16990. 2824.96 s [barbies] left identity: OK (0.22s)
  16991. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16992. 2824.96 s [barbies] left identity: OK (0.29s)
  16993. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16994. 2824.96 s [barbies] associativity: OK (3.84s)
  16995. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16996. 2824.96 s [barbies] Nested2FW Covered
  16997. 2824.96 s [barbies] naturality of bprod: OK (0.70s)
  16998. 2824.96 s [barbies] +++ OK, passed 100 tests.
  16999. 2824.96 s [barbies] left identity: OK (0.02s)
  17000. 2824.97 s [barbies] +++ OK, passed 100 tests.
  17001. 2824.97 s [barbies] left identity: OK (0.07s)
  17002. 2824.97 s [barbies] +++ OK, passed 100 tests.
  17003. 2824.97 s [barbies] associativity: OK (6.23s)
  17004. 2824.97 s [barbies] +++ OK, passed 100 tests.
  17005. 2824.97 s [barbies] Record1WS Covered
  17006. 2824.97 s [time-compat] 1969--1-2 = 1969-01-02: OK
  17007. 2824.97 s [time-compat] 1969--1-27 = 1969-01-27: OK
  17008. 2824.97 s [time-compat] 1969--1-28 = 1969-01-28: OK
  17009. 2824.97 s [time-compat] 1969--1-29 = 1969-01-29: OK
  17010. 2824.97 s [time-compat] 1969--1-30 = 1969-01-30: OK
  17011. 2824.97 s [time-compat] 1969--1-31 = 1969-01-31: OK
  17012. 2824.97 s [time-compat] 1969--1-32 = 1969-01-31: OK
  17013. 2824.97 s [time-compat] 1969--1-40 = 1969-01-31: OK
  17014. 2824.97 s [time-compat] 1969-0--7 = 1969-01-01: OK
  17015. 2824.97 s [time-compat] 1969-0--1 = 1969-01-01: OK
  17016. 2824.97 s [time-compat] 1969-0-0 = 1969-01-01: OK
  17017. 2824.97 s [time-compat] 1969-0-1 = 1969-01-01: OK
  17018. 2824.97 s [time-compat] 1969-0-2 = 1969-01-02: OK
  17019. 2824.97 s [time-compat] 1969-0-27 = 1969-01-27: OK
  17020. 2824.97 s [time-compat] 1969-0-28 = 1969-01-28: OK
  17021. 2824.97 s [time-compat] 1969-0-29 = 1969-01-29: OK
  17022. 2824.97 s [time-compat] 1969-0-30 = 1969-01-30: OK
  17023. 2824.97 s [time-compat] 1969-0-31 = 1969-01-31: OK
  17024. 2824.97 s [time-compat] 1969-0-32 = 1969-01-31: OK
  17025. 2824.97 s [time-compat] 1969-0-40 = 1969-01-31: OK
  17026. 2824.97 s [time-compat] 1969-1--7 = 1969-01-01: OK
  17027. 2824.97 s [time-compat] 1969-1--1 = 1969-01-01: OK
  17028. 2824.97 s [time-compat] 1969-1-0 = 1969-01-01: OK
  17029. 2824.97 s [time-compat] 1969-1-1 = 1969-01-01: OK
  17030. 2824.97 s [time-compat] 1969-1-2 = 1969-01-02: OK
  17031. 2824.97 s [time-compat] 1969-1-27 = 1969-01-27: OK
  17032. 2824.97 s [time-compat] 1969-1-28 = 1969-01-28: OK
  17033. 2824.97 s [time-compat] 1969-1-29 = 1969-01-29: OK
  17034. 2824.97 s [time-compat] 1969-1-30 = 1969-01-30: OK
  17035. 2824.97 s [time-compat] 1969-1-31 = 1969-01-31: OK
  17036. 2824.97 s [time-compat] 1969-1-32 = 1969-01-31: OK
  17037. 2824.97 s [time-compat] 1969-1-40 = 1969-01-31: OK
  17038. 2824.97 s [time-compat] 1969-2--7 = 1969-02-01: OK
  17039. 2824.97 s [time-compat] 1969-2--1 = 1969-02-01: OK
  17040. 2824.97 s [time-compat] 1969-2-0 = 1969-02-01: OK
  17041. 2824.97 s [time-compat] 1969-2-1 = 1969-02-01: OK
  17042. 2824.97 s [time-compat] 1969-2-2 = 1969-02-02: OK
  17043. 2824.97 s [time-compat] 1969-2-27 = 1969-02-27: OK
  17044. 2824.97 s [time-compat] 1969-2-28 = 1969-02-28: OK
  17045. 2824.97 s [time-compat] 1969-2-29 = 1969-02-28: OK
  17046. 2824.97 s [time-compat] 1969-2-30 = 1969-02-28: OK
  17047. 2824.97 s [time-compat] 1969-2-31 = 1969-02-28: OK
  17048. 2824.97 s [time-compat] 1969-2-32 = 1969-02-28: OK
  17049. 2824.97 s [time-compat] 1969-2-40 = 1969-02-28: OK
  17050. 2824.97 s [time-compat] 1969-12--7 = 1969-12-01: OK
  17051. 2824.97 s [time-compat] 1969-12--1 = 1969-12-01: OK
  17052. 2824.97 s [time-compat] 1969-12-0 = 1969-12-01: OK
  17053. 2824.97 s [time-compat] 1969-12-1 = 1969-12-01: OK
  17054. 2824.97 s [asn1-encoding] 429 | (mantissa, exponent) = normalize (fromIntegral $ mkUnsigned man, exp)
  17055. 2824.97 s [asn1-encoding] | ^^^^^^^^
  17056. 2824.97 s [asn1-encoding]
  17057. 2824.97 s [asn1-encoding] Data/ASN1/Prim.hs:441:22: warning: [GHC-63397] [-Wname-shadowing]
  17058. 2824.97 s [asn1-encoding] This binding for ‘exponent’ shadows the existing binding
  17059. 2824.98 s [asn1-encoding] imported from ‘Prelude’ at Data/ASN1/Prim.hs:13:8-21
  17060. 2824.98 s [asn1-encoding] (and originally defined in ‘GHC.Float’)
  17061. 2824.98 s [asn1-encoding] |
  17062. 2824.98 s [asn1-encoding] 441 | normalize (mantissa, exponent) = (mantissa `shiftR` sh, exponent + sh)
  17063. 2824.98 s [asn1-encoding] | ^^^^^^^^
  17064. 2824.98 s [asn1-encoding] 100% ( 9 / 9) in 'Data.ASN1.Encoding'
  17065. 2824.98 s [asn1-encoding] 100% ( 3 / 3) in 'Data.ASN1.BinaryEncoding'
  17066. 2824.98 s [asn1-encoding] Warning: Data.ASN1.Prim: could not find link destinations for:
  17067. 2824.98 s [asn1-encoding] - Data.ASN1.Prim.ASN1Ret
  17068. 2824.98 s [barbies] naturality of bprod: OK (0.04s)
  17069. 2824.98 s [barbies] +++ OK, passed 100 tests.
  17070. 2824.98 s [barbies] left identity: OK
  17071. 2824.98 s [barbies] +++ OK, passed 100 tests.
  17072. 2824.98 s [barbies] left identity: OK
  17073. 2824.98 s [barbies] +++ OK, passed 100 tests.
  17074. 2824.98 s [barbies] associativity: OK (0.02s)
  17075. 2824.98 s [barbies] +++ OK, passed 100 tests.
  17076. 2824.98 s [barbies] Record3WS Covered
  17077. 2824.98 s [barbies] naturality of bprod: OK (0.01s)
  17078. 2824.98 s [barbies] +++ OK, passed 100 tests.
  17079. 2824.98 s [barbies] left identity: OK (0.01s)
  17080. 2824.98 s [barbies] +++ OK, passed 100 tests.
  17081. 2824.98 s [barbies] left identity: OK (0.02s)
  17082. 2824.98 s [barbies] +++ OK, passed 100 tests.
  17083. 2824.98 s [barbies] associativity: OK (0.13s)
  17084. 2824.98 s [barbies] +++ OK, passed 100 tests.
  17085. 2824.99 s [barbies] ParX (Maybe ())
  17086. 2824.99 s [barbies] naturality of bprod: OK (0.13s)
  17087. 2824.99 s [barbies] +++ OK, passed 100 tests.
  17088. 2824.99 s [barbies] left identity: OK (0.02s)
  17089. 2824.99 s [barbies] +++ OK, passed 100 tests.
  17090. 2824.99 s [barbies] left identity: OK
  17091. 2824.99 s [barbies] +++ OK, passed 100 tests.
  17092. 2824.99 s [barbies] associativity: OK (0.04s)
  17093. 2824.99 s [barbies] +++ OK, passed 100 tests.
  17094. 2824.99 s [barbies] ParF Sum
  17095. 2824.99 s [barbies] naturality of bprod: OK (0.03s)
  17096. 2824.99 s [barbies] +++ OK, passed 100 tests.
  17097. 2824.99 s [barbies] left identity: OK (0.02s)
  17098. 2824.99 s [barbies] +++ OK, passed 100 tests.
  17099. 2825.00 s [barbies] left identity: OK
  17100. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17101. 2825.00 s [barbies] associativity: OK (0.01s)
  17102. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17103. 2825.00 s [barbies] Flip (* -> *) * (Record0 * *) ()
  17104. 2825.00 s [barbies] naturality of bprod: OK
  17105. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17106. 2825.00 s [barbies] left identity: OK (0.05s)
  17107. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17108. 2825.00 s [barbies] left identity: OK
  17109. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17110. 2825.00 s [barbies] associativity: OK
  17111. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17112. 2825.00 s [barbies] Flip (* -> *) * (Record1 *) ()
  17113. 2825.00 s [barbies] naturality of bprod: OK (0.01s)
  17114. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17115. 2825.00 s [barbies] left identity: OK
  17116. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17117. 2825.00 s [barbies] left identity: OK (0.07s)
  17118. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17119. 2825.00 s [barbies] associativity: OK
  17120. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17121. 2825.00 s [barbies] Flip (* -> *) * (Record3 *) ()
  17122. 2825.00 s [barbies] naturality of bprod: OK (0.03s)
  17123. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17124. 2825.00 s [barbies] left identity: OK
  17125. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17126. 2825.00 s [barbies] left identity: OK (0.36s)
  17127. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17128. 2825.00 s [barbies] associativity: OK (0.04s)
  17129. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17130. 2825.00 s [barbies] Flip (* -> *) * (Record1S *) ()
  17131. 2825.00 s [barbies] naturality of bprod: OK
  17132. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17133. 2825.00 s [barbies] left identity: OK
  17134. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17135. 2825.00 s [barbies] left identity: OK (0.05s)
  17136. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17137. 2825.00 s [barbies] associativity: OK (0.13s)
  17138. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17139. 2825.00 s [barbies] Flip (* -> *) * (Record3S *) ()
  17140. 2825.00 s [barbies] naturality of bprod: OK
  17141. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17142. 2825.00 s [barbies] left identity: OK (0.03s)
  17143. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17144. 2825.00 s [barbies] left identity: OK (0.02s)
  17145. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17146. 2825.00 s [barbies] associativity: OK (0.05s)
  17147. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17148. 2825.00 s [barbies] Flip (* -> *) * (CompositeRecord *) ()
  17149. 2825.00 s [barbies] naturality of bprod: OK (0.07s)
  17150. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17151. 2825.00 s [barbies] left identity: OK (0.01s)
  17152. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17153. 2825.00 s [barbies] left identity: OK
  17154. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17155. 2825.00 s [barbies] associativity: OK (0.11s)
  17156. 2825.00 s [barbies] +++ OK, passed 100 tests.
  17157. 2825.00 s [barbies] Flip (* -> *) * (NestedF *) ()
  17158. 2825.01 s [barbies] naturality of bprod: OK (0.50s)
  17159. 2825.01 s [barbies] +++ OK, passed 100 tests.
  17160. 2825.01 s [barbies] left identity: OK (0.09s)
  17161. 2825.01 s [barbies] +++ OK, passed 100 tests.
  17162. 2825.01 s [barbies] left identity: OK (0.14s)
  17163. 2825.01 s [barbies] +++ OK, passed 100 tests.
  17164. 2825.01 s [barbies] associativity: OK (4.16s)
  17165. 2825.01 s [barbies] +++ OK, passed 100 tests.
  17166. 2825.01 s [barbies] Flip (* -> *) * (Nested2F *) ()
  17167. 2825.01 s [barbies] naturality of bprod: OK (0.94s)
  17168. 2825.01 s [barbies] +++ OK, passed 100 tests.
  17169. 2825.01 s [barbies] left identity: OK (0.03s)
  17170. 2825.01 s [time-compat] 1969-12-2 = 1969-12-02: OK
  17171. 2825.01 s [time-compat] 1969-12-27 = 1969-12-27: OK
  17172. 2825.01 s [time-compat] 1969-12-28 = 1969-12-28: OK
  17173. 2825.01 s [time-compat] 1969-12-29 = 1969-12-29: OK
  17174. 2825.01 s [time-compat] 1969-12-30 = 1969-12-30: OK
  17175. 2825.01 s [time-compat] 1969-12-31 = 1969-12-31: OK
  17176. 2825.01 s [time-compat] 1969-12-32 = 1969-12-31: OK
  17177. 2825.01 s [time-compat] 1969-12-40 = 1969-12-31: OK
  17178. 2825.01 s [time-compat] 1969-13--7 = 1969-12-01: OK
  17179. 2825.01 s [time-compat] 1969-13--1 = 1969-12-01: OK
  17180. 2825.01 s [time-compat] 1969-13-0 = 1969-12-01: OK
  17181. 2825.01 s [time-compat] 1969-13-1 = 1969-12-01: OK
  17182. 2825.01 s [time-compat] 1969-13-2 = 1969-12-02: OK
  17183. 2825.01 s [time-compat] 1969-13-27 = 1969-12-27: OK
  17184. 2825.01 s [time-compat] 1969-13-28 = 1969-12-28: OK
  17185. 2825.01 s [time-compat] 1969-13-29 = 1969-12-29: OK
  17186. 2825.01 s [time-compat] 1969-13-30 = 1969-12-30: OK
  17187. 2825.01 s [time-compat] 1969-13-31 = 1969-12-31: OK
  17188. 2825.01 s [time-compat] 1969-13-32 = 1969-12-31: OK
  17189. 2825.01 s [time-compat] 1969-13-40 = 1969-12-31: OK
  17190. 2825.01 s [time-compat] 1969-17--7 = 1969-12-01: OK
  17191. 2825.01 s [time-compat] 1969-17--1 = 1969-12-01: OK
  17192. 2825.01 s [time-compat] 1969-17-0 = 1969-12-01: OK
  17193. 2825.01 s [time-compat] 1969-17-1 = 1969-12-01: OK
  17194. 2825.01 s [time-compat] 1969-17-2 = 1969-12-02: OK
  17195. 2825.01 s [time-compat] 1969-17-27 = 1969-12-27: OK
  17196. 2825.01 s [time-compat] 1969-17-28 = 1969-12-28: OK
  17197. 2825.01 s [time-compat] 1969-17-29 = 1969-12-29: OK
  17198. 2825.01 s [time-compat] 1969-17-30 = 1969-12-30: OK
  17199. 2825.02 s [time-compat] 1969-17-31 = 1969-12-31: OK
  17200. 2825.02 s [time-compat] 1969-17-32 = 1969-12-31: OK
  17201. 2825.02 s [time-compat] 1969-17-40 = 1969-12-31: OK
  17202. 2825.02 s [time-compat] 1971--20--7 = 1971-01-01: OK
  17203. 2825.02 s [time-compat] 1971--20--1 = 1971-01-01: OK
  17204. 2825.02 s [time-compat] 1971--20-0 = 1971-01-01: OK
  17205. 2825.02 s [time-compat] 1971--20-1 = 1971-01-01: OK
  17206. 2825.02 s [time-compat] 1971--20-2 = 1971-01-02: OK
  17207. 2825.02 s [time-compat] 1971--20-27 = 1971-01-27: OK
  17208. 2825.02 s [time-compat] 1971--20-28 = 1971-01-28: OK
  17209. 2825.02 s [time-compat] 1971--20-29 = 1971-01-29: OK
  17210. 2825.02 s [time-compat] 1971--20-30 = 1971-01-30: OK
  17211. 2825.02 s [time-compat] 1971--20-31 = 1971-01-31: OK
  17212. 2825.02 s [time-compat] 1971--20-32 = 1971-01-31: OK
  17213. 2825.02 s [time-compat] 1971--20-40 = 1971-01-31: OK
  17214. 2825.02 s [time-compat] 1971--1--7 = 1971-01-01: OK
  17215. 2825.02 s [time-compat] 1971--1--1 = 1971-01-01: OK
  17216. 2825.02 s [time-compat] 1971--1-0 = 1971-01-01: OK
  17217. 2825.02 s [time-compat] 1971--1-1 = 1971-01-01: OK
  17218. 2825.02 s [barbies] +++ OK, passed 100 tests.
  17219. 2825.02 s [barbies] left identity: OK (0.04s)
  17220. 2825.02 s [barbies] +++ OK, passed 100 tests.
  17221. 2825.02 s [barbies] associativity: OK (5.33s)
  17222. 2825.02 s [barbies] +++ OK, passed 100 tests.
  17223. 2825.02 s [barbies] Flip (* -> *) * (ParX * (Maybe ())) ()
  17224. 2825.02 s [barbies] naturality of bprod: OK (0.02s)
  17225. 2825.02 s [barbies] +++ OK, passed 100 tests.
  17226. 2825.02 s [barbies] left identity: OK (0.01s)
  17227. 2825.02 s [barbies] +++ OK, passed 100 tests.
  17228. 2825.02 s [barbies] left identity: OK
  17229. 2825.02 s [barbies] +++ OK, passed 100 tests.
  17230. 2825.03 s [barbies] associativity: OK (0.02s)
  17231. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17232. 2825.03 s [barbies] MixedBT []
  17233. 2825.03 s [barbies] naturality of bprod: OK (0.04s)
  17234. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17235. 2825.03 s [barbies] left identity: OK (0.01s)
  17236. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17237. 2825.03 s [barbies] left identity: OK (0.09s)
  17238. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17239. 2825.03 s [barbies] associativity: OK (0.07s)
  17240. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17241. 2825.03 s [barbies] addDict projection
  17242. 2825.03 s [barbies] Record0: OK (0.03s)
  17243. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17244. 2825.03 s [barbies] Record1: OK (0.01s)
  17245. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17246. 2825.03 s [barbies] Record3: OK (0.17s)
  17247. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17248. 2825.03 s [barbies] Record1S: OK
  17249. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17250. 2825.03 s [barbies] Record3S: OK (0.05s)
  17251. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17252. 2825.03 s [barbies] Record1W Covered: OK
  17253. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17254. 2825.03 s [barbies] Record3W Covered: OK (0.15s)
  17255. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17256. 2825.03 s [barbies] Record1WS Covered: OK (0.02s)
  17257. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17258. 2825.03 s [barbies] Record3WS Covered: OK (0.04s)
  17259. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17260. 2825.03 s [barbies] Ignore1: OK
  17261. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17262. 2825.03 s [barbies] Sum3: OK (0.09s)
  17263. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17264. 2825.03 s [barbies] SumRec: OK (0.03s)
  17265. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17266. 2825.03 s [barbies] Sum3W Covered: OK (0.25s)
  17267. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17268. 2825.03 s [barbies] SumRecW Covered: OK
  17269. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17270. 2825.03 s [barbies] CompositeRecord: OK
  17271. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17272. 2825.03 s [barbies] CompositeRecordW Covered: OK (0.06s)
  17273. 2825.03 s [barbies] +++ OK, passed 100 tests.
  17274. 2825.04 s [barbies] MixedBT Maybe: OK (0.02s)
  17275. 2825.04 s [barbies] +++ OK, passed 100 tests.
  17276. 2825.04 s [barbies] Bare laws
  17277. 2825.04 s [barbies] Record1W
  17278. 2825.04 s [barbies] bcover . bstrip = id: OK (0.01s)
  17279. 2825.04 s [barbies] +++ OK, passed 100 tests.
  17280. 2825.04 s [barbies] Record3W
  17281. 2825.04 s [barbies] bcover . bstrip = id: OK (0.02s)
  17282. 2825.04 s [barbies] +++ OK, passed 100 tests.
  17283. 2825.04 s [barbies] Record1WS
  17284. 2825.04 s [barbies] bcover . bstrip = id: OK
  17285. 2825.04 s [barbies] +++ OK, passed 100 tests.
  17286. 2825.04 s [barbies] Record3WS
  17287. 2825.04 s [barbies] bcover . bstrip = id: OK (0.02s)
  17288. 2825.04 s [barbies] +++ OK, passed 100 tests.
  17289. 2825.05 s [barbies] Sum3W
  17290. 2825.05 s [barbies] bcover . bstrip = id: OK (0.03s)
  17291. 2825.05 s [barbies] +++ OK, passed 100 tests.
  17292. 2825.05 s [barbies] SumRecW
  17293. 2825.05 s [barbies] bcover . bstrip = id: OK (0.10s)
  17294. 2825.05 s [barbies] +++ OK, passed 100 tests.
  17295. 2825.05 s [barbies] NestedFW
  17296. 2825.05 s [barbies] bcover . bstrip = id: OK (0.06s)
  17297. 2825.05 s [barbies] +++ OK, passed 100 tests.
  17298. 2825.05 s [barbies] Generic wrapper
  17299. 2825.05 s [barbies] Monoid laws
  17300. 2825.05 s [barbies] neutral element: OK
  17301. 2825.05 s [barbies] +++ OK, passed 100 tests.
  17302. 2825.05 s [barbies] associativity: OK (0.11s)
  17303. 2825.05 s [barbies] +++ OK, passed 100 tests.
  17304. 2825.05 s [barbies] Monoid laws
  17305. 2825.05 s [barbies] neutral element: OK
  17306. 2825.05 s [barbies] +++ OK, passed 100 tests.
  17307. 2825.05 s [barbies] associativity: OK (0.10s)
  17308. 2825.05 s [barbies] +++ OK, passed 100 tests.
  17309. 2825.06 s [barbies] Monoid laws
  17310. 2825.06 s [barbies] neutral element: OK
  17311. 2825.06 s [barbies] +++ OK, passed 100 tests.
  17312. 2825.06 s [barbies] associativity: OK (0.03s)
  17313. 2825.06 s [barbies] +++ OK, passed 100 tests.
  17314. 2825.06 s [barbies] Monoid laws
  17315. 2825.06 s [barbies] neutral element: OK
  17316. 2825.06 s [barbies] +++ OK, passed 100 tests.
  17317. 2825.06 s [barbies] associativity: OK (0.01s)
  17318. 2825.06 s [barbies] +++ OK, passed 100 tests.
  17319. 2825.06 s [barbies] Monoid laws
  17320. 2825.06 s [barbies] neutral element: OK (0.07s)
  17321. 2825.06 s [barbies] +++ OK, passed 100 tests.
  17322. 2825.06 s [barbies] associativity: OK (0.17s)
  17323. 2825.06 s [barbies] +++ OK, passed 100 tests.
  17324. 2825.06 s [barbies] Monoid laws
  17325. 2825.06 s [barbies] neutral element: OK (0.12s)
  17326. 2825.07 s [barbies] +++ OK, passed 100 tests.
  17327. 2825.07 s [barbies] associativity: OK (0.13s)
  17328. 2825.07 s [barbies] +++ OK, passed 100 tests.
  17329. 2825.07 s [barbies] Monoid laws
  17330. 2825.07 s [time-compat] 1971--1-2 = 1971-01-02: OK
  17331. 2825.07 s [time-compat] 1971--1-27 = 1971-01-27: OK
  17332. 2825.07 s [time-compat] 1971--1-28 = 1971-01-28: OK
  17333. 2825.07 s [time-compat] 1971--1-29 = 1971-01-29: OK
  17334. 2825.07 s [time-compat] 1971--1-30 = 1971-01-30: OK
  17335. 2825.07 s [time-compat] 1971--1-31 = 1971-01-31: OK
  17336. 2825.07 s [time-compat] 1971--1-32 = 1971-01-31: OK
  17337. 2825.07 s [time-compat] 1971--1-40 = 1971-01-31: OK
  17338. 2825.07 s [time-compat] 1971-0--7 = 1971-01-01: OK
  17339. 2825.07 s [time-compat] 1971-0--1 = 1971-01-01: OK
  17340. 2825.07 s [time-compat] 1971-0-0 = 1971-01-01: OK
  17341. 2825.07 s [time-compat] 1971-0-1 = 1971-01-01: OK
  17342. 2825.07 s [time-compat] 1971-0-2 = 1971-01-02: OK
  17343. 2825.07 s [time-compat] 1971-0-27 = 1971-01-27: OK
  17344. 2825.07 s [time-compat] 1971-0-28 = 1971-01-28: OK
  17345. 2825.07 s [time-compat] 1971-0-29 = 1971-01-29: OK
  17346. 2825.07 s [time-compat] 1971-0-30 = 1971-01-30: OK
  17347. 2825.07 s [time-compat] 1971-0-31 = 1971-01-31: OK
  17348. 2825.07 s [time-compat] 1971-0-32 = 1971-01-31: OK
  17349. 2825.07 s [time-compat] 1971-0-40 = 1971-01-31: OK
  17350. 2825.08 s [time-compat] 1971-1--7 = 1971-01-01: OK
  17351. 2825.08 s [time-compat] 1971-1--1 = 1971-01-01: OK
  17352. 2825.08 s [time-compat] 1971-1-0 = 1971-01-01: OK
  17353. 2825.08 s [time-compat] 1971-1-1 = 1971-01-01: OK
  17354. 2825.08 s [time-compat] 1971-1-2 = 1971-01-02: OK
  17355. 2825.08 s [time-compat] 1971-1-27 = 1971-01-27: OK
  17356. 2825.08 s [time-compat] 1971-1-28 = 1971-01-28: OK
  17357. 2825.08 s [time-compat] 1971-1-29 = 1971-01-29: OK
  17358. 2825.08 s [time-compat] 1971-1-30 = 1971-01-30: OK
  17359. 2825.08 s [time-compat] 1971-1-31 = 1971-01-31: OK
  17360. 2825.08 s [time-compat] 1971-1-32 = 1971-01-31: OK
  17361. 2825.08 s [time-compat] 1971-1-40 = 1971-01-31: OK
  17362. 2825.08 s [time-compat] 1971-2--7 = 1971-02-01: OK
  17363. 2825.08 s [time-compat] 1971-2--1 = 1971-02-01: OK
  17364. 2825.08 s [time-compat] 1971-2-0 = 1971-02-01: OK
  17365. 2825.08 s [time-compat] 1971-2-1 = 1971-02-01: OK
  17366. 2825.08 s [time-compat] 1971-2-2 = 1971-02-02: OK
  17367. 2825.08 s [time-compat] 1971-2-27 = 1971-02-27: OK
  17368. 2825.08 s [time-compat] 1971-2-28 = 1971-02-28: OK
  17369. 2825.08 s [time-compat] 1971-2-29 = 1971-02-28: OK
  17370. 2825.08 s [time-compat] 1971-2-30 = 1971-02-28: OK
  17371. 2825.08 s [time-compat] 1971-2-31 = 1971-02-28: OK
  17372. 2825.08 s [time-compat] 1971-2-32 = 1971-02-28: OK
  17373. 2825.08 s [time-compat] 1971-2-40 = 1971-02-28: OK
  17374. 2825.08 s [time-compat] 1971-12--7 = 1971-12-01: OK
  17375. 2825.08 s [time-compat] 1971-12--1 = 1971-12-01: OK
  17376. 2825.08 s [time-compat] 1971-12-0 = 1971-12-01: OK
  17377. 2825.08 s [time-compat] 1971-12-1 = 1971-12-01: OK
  17378. 2825.08 s [barbies] neutral element: OK (0.08s)
  17379. 2825.08 s [barbies] +++ OK, passed 100 tests.
  17380. 2825.08 s [barbies] associativity: OK (0.15s)
  17381. 2825.08 s [barbies] +++ OK, passed 100 tests.
  17382. 2825.08 s [barbies] Monoid laws
  17383. 2825.08 s [barbies] neutral element: OK (0.06s)
  17384. 2825.08 s [barbies] +++ OK, passed 100 tests.
  17385. 2825.08 s [barbies] associativity: OK (0.11s)
  17386. 2825.08 s [barbies] +++ OK, passed 100 tests.
  17387. 2825.08 s [barbies] bfoldMap
  17388. 2825.08 s [barbies] Record3: OK
  17389. 2825.08 s [barbies] bmapC
  17390. 2825.08 s [barbies] Record1: OK
  17391. 2825.08 s [barbies] btraverseC
  17392. 2825.08 s [barbies] Record1: OK
  17393. 2825.08 s [barbies] bpureC
  17394. 2825.08 s [barbies] Record1: OK
  17395. 2825.08 s [barbies] bfoldMapC
  17396. 2825.08 s [barbies] Record3S: OK
  17397. 2825.09 s [barbies] bzipWithC
  17398. 2825.09 s [barbies] Record1S: OK
  17399. 2825.09 s [barbies] bzipWith3C
  17400. 2825.09 s [barbies] Record1S: OK
  17401. 2825.09 s [barbies] bzipWith4C
  17402. 2825.09 s [barbies] Record1S: OK
  17403. 2825.09 s [barbies]
  17404. 2825.09 s [barbies] All 373 tests passed (7.87s)
  17405. 2825.09 s [barbies] Test suite barbies-test: PASS
  17406. 2825.09 s [barbies] Test suite logged to: dist/test/barbies-2.1.1.0-barbies-test.log
  17407. 2825.09 s [barbies] 1 of 1 test suites (1 of 1 test cases) passed.
  17408. 2825.09 s [barbies] checkPhase completed in 34 seconds
  17409. 2825.09 s [barbies] Phase: haddockPhase
  17410. 2825.09 s [time-compat] 1971-12-2 = 1971-12-02: OK
  17411. 2825.09 s [time-compat] 1971-12-27 = 1971-12-27: OK
  17412. 2825.09 s [time-compat] 1971-12-28 = 1971-12-28: OK
  17413. 2825.09 s [time-compat] 1971-12-29 = 1971-12-29: OK
  17414. 2825.09 s [time-compat] 1971-12-30 = 1971-12-30: OK
  17415. 2825.09 s [time-compat] 1971-12-31 = 1971-12-31: OK
  17416. 2825.09 s [time-compat] 1971-12-32 = 1971-12-31: OK
  17417. 2825.09 s [time-compat] 1971-12-40 = 1971-12-31: OK
  17418. 2825.09 s [time-compat] 1971-13--7 = 1971-12-01: OK
  17419. 2825.09 s [time-compat] 1971-13--1 = 1971-12-01: OK
  17420. 2825.09 s [time-compat] 1971-13-0 = 1971-12-01: OK
  17421. 2825.09 s [time-compat] 1971-13-1 = 1971-12-01: OK
  17422. 2825.09 s [time-compat] 1971-13-2 = 1971-12-02: OK
  17423. 2825.09 s [time-compat] 1971-13-27 = 1971-12-27: OK
  17424. 2825.09 s [time-compat] 1971-13-28 = 1971-12-28: OK
  17425. 2825.09 s [time-compat] 1971-13-29 = 1971-12-29: OK
  17426. 2825.09 s [time-compat] 1971-13-30 = 1971-12-30: OK
  17427. 2825.09 s [time-compat] 1971-13-31 = 1971-12-31: OK
  17428. 2825.09 s [time-compat] 1971-13-32 = 1971-12-31: OK
  17429. 2825.10 s [time-compat] 1971-13-40 = 1971-12-31: OK
  17430. 2825.10 s [time-compat] 1971-17--7 = 1971-12-01: OK
  17431. 2825.10 s [time-compat] 1971-17--1 = 1971-12-01: OK
  17432. 2825.10 s [time-compat] 1971-17-0 = 1971-12-01: OK
  17433. 2825.10 s [time-compat] 1971-17-1 = 1971-12-01: OK
  17434. 2825.10 s [time-compat] 1971-17-2 = 1971-12-02: OK
  17435. 2825.10 s [time-compat] 1971-17-27 = 1971-12-27: OK
  17436. 2825.10 s [time-compat] 1971-17-28 = 1971-12-28: OK
  17437. 2825.10 s [time-compat] 1971-17-29 = 1971-12-29: OK
  17438. 2825.10 s [time-compat] 1971-17-30 = 1971-12-30: OK
  17439. 2825.10 s [time-compat] 1971-17-31 = 1971-12-31: OK
  17440. 2825.10 s [time-compat] 1971-17-32 = 1971-12-31: OK
  17441. 2825.10 s [time-compat] 1971-17-40 = 1971-12-31: OK
  17442. 2825.10 s [time-compat] ISOWeekDay
  17443. 2825.10 s [time-compat] 1968-W-20--2 = 1968-W01-1: OK
  17444. 2825.10 s [time-compat] 1968-W-20--1 = 1968-W01-1: OK
  17445. 2825.10 s [time-compat] 1968-W-20-0 = 1968-W01-1: OK
  17446. 2825.10 s [time-compat] 1968-W-20-1 = 1968-W01-1: OK
  17447. 2825.10 s [time-compat] 1968-W-20-4 = 1968-W01-4: OK
  17448. 2825.10 s [time-compat] 1968-W-20-6 = 1968-W01-6: OK
  17449. 2825.10 s [time-compat] 1968-W-20-7 = 1968-W01-7: OK
  17450. 2825.10 s [time-compat] 1968-W-20-8 = 1968-W01-7: OK
  17451. 2825.10 s [time-compat] 1968-W-20-9 = 1968-W01-7: OK
  17452. 2825.10 s [time-compat] 1968-W-1--2 = 1968-W01-1: OK
  17453. 2825.10 s [time-compat] 1968-W-1--1 = 1968-W01-1: OK
  17454. 2825.10 s [time-compat] 1968-W-1-0 = 1968-W01-1: OK
  17455. 2825.10 s [time-compat] 1968-W-1-1 = 1968-W01-1: OK
  17456. 2825.10 s [time-compat] 1968-W-1-4 = 1968-W01-4: OK
  17457. 2825.10 s [time-compat] 1968-W-1-6 = 1968-W01-6: OK
  17458. 2825.10 s [time-compat] 1968-W-1-7 = 1968-W01-7: OK
  17459. 2825.10 s [time-compat] 1968-W-1-8 = 1968-W01-7: OK
  17460. 2825.10 s [time-compat] 1968-W-1-9 = 1968-W01-7: OK
  17461. 2825.10 s [time-compat] 1968-W0--2 = 1968-W01-1: OK
  17462. 2825.10 s [time-compat] 1968-W0--1 = 1968-W01-1: OK
  17463. 2825.11 s [time-compat] 1968-W0-0 = 1968-W01-1: OK
  17464. 2825.11 s [time-compat] 1968-W0-1 = 1968-W01-1: OK
  17465. 2825.11 s [time-compat] 1968-W0-4 = 1968-W01-4: OK
  17466. 2825.11 s [time-compat] 1968-W0-6 = 1968-W01-6: OK
  17467. 2825.11 s [time-compat] 1968-W0-7 = 1968-W01-7: OK
  17468. 2825.11 s [time-compat] 1968-W0-8 = 1968-W01-7: OK
  17469. 2825.11 s [time-compat] 1968-W0-9 = 1968-W01-7: OK
  17470. 2825.11 s [time-compat] 1968-W1--2 = 1968-W01-1: OK
  17471. 2825.11 s [time-compat] 1968-W1--1 = 1968-W01-1: OK
  17472. 2825.11 s [time-compat] 1968-W1-0 = 1968-W01-1: OK
  17473. 2825.11 s [time-compat] 1968-W1-1 = 1968-W01-1: OK
  17474. 2825.11 s [time-compat] 1968-W1-4 = 1968-W01-4: OK
  17475. 2825.11 s [time-compat] 1968-W1-6 = 1968-W01-6: OK
  17476. 2825.11 s [time-compat] 1968-W1-7 = 1968-W01-7: OK
  17477. 2825.11 s [time-compat] 1968-W1-8 = 1968-W01-7: OK
  17478. 2825.11 s [time-compat] 1968-W1-9 = 1968-W01-7: OK
  17479. 2825.11 s [time-compat] 1968-W20--2 = 1968-W20-1: OK
  17480. 2825.11 s [time-compat] 1968-W20--1 = 1968-W20-1: OK
  17481. 2825.11 s [time-compat] 1968-W20-0 = 1968-W20-1: OK
  17482. 2825.11 s [time-compat] 1968-W20-1 = 1968-W20-1: OK
  17483. 2825.11 s [time-compat] 1968-W20-4 = 1968-W20-4: OK
  17484. 2825.11 s [time-compat] 1968-W20-6 = 1968-W20-6: OK
  17485. 2825.11 s [time-compat] 1968-W20-7 = 1968-W20-7: OK
  17486. 2825.11 s [time-compat] 1968-W20-8 = 1968-W20-7: OK
  17487. 2825.11 s [time-compat] 1968-W20-9 = 1968-W20-7: OK
  17488. 2825.11 s [time-compat] 1968-W51--2 = 1968-W51-1: OK
  17489. 2825.11 s [time-compat] 1968-W51--1 = 1968-W51-1: OK
  17490. 2825.11 s [time-compat] 1968-W51-0 = 1968-W51-1: OK
  17491. 2825.11 s [time-compat] 1968-W51-1 = 1968-W51-1: OK
  17492. 2825.11 s [time-compat] 1968-W51-4 = 1968-W51-4: OK
  17493. 2825.11 s [time-compat] 1968-W51-6 = 1968-W51-6: OK
  17494. 2825.11 s [time-compat] 1968-W51-7 = 1968-W51-7: OK
  17495. 2825.11 s [time-compat] 1968-W51-8 = 1968-W51-7: OK
  17496. 2825.11 s [time-compat] 1968-W51-9 = 1968-W51-7: OK
  17497. 2825.11 s [time-compat] 1968-W52--2 = 1968-W52-1: OK
  17498. 2825.11 s [time-compat] 1968-W52--1 = 1968-W52-1: OK
  17499. 2825.11 s [time-compat] 1968-W52-0 = 1968-W52-1: OK
  17500. 2825.11 s [time-compat] 1968-W52-1 = 1968-W52-1: OK
  17501. 2825.11 s [time-compat] 1968-W52-4 = 1968-W52-4: OK
  17502. 2825.11 s [time-compat] 1968-W52-6 = 1968-W52-6: OK
  17503. 2825.11 s [time-compat] 1968-W52-7 = 1968-W52-7: OK
  17504. 2825.11 s [time-compat] 1968-W52-8 = 1968-W52-7: OK
  17505. 2825.11 s [time-compat] 1968-W52-9 = 1968-W52-7: OK
  17506. 2825.11 s [time-compat] 1968-W53--2 = 1968-W52-1: OK
  17507. 2825.11 s [time-compat] 1968-W53--1 = 1968-W52-1: OK
  17508. 2825.11 s [time-compat] 1968-W53-0 = 1968-W52-1: OK
  17509. 2825.11 s [time-compat] 1968-W53-1 = 1968-W52-1: OK
  17510. 2825.11 s [time-compat] 1968-W53-4 = 1968-W52-4: OK
  17511. 2825.11 s [time-compat] 1968-W53-6 = 1968-W52-6: OK
  17512. 2825.11 s [time-compat] 1968-W53-7 = 1968-W52-7: OK
  17513. 2825.11 s [time-compat] 1968-W53-8 = 1968-W52-7: OK
  17514. 2825.11 s [time-compat] 1968-W53-9 = 1968-W52-7: OK
  17515. 2825.11 s [time-compat] 1968-W54--2 = 1968-W52-1: OK
  17516. 2825.11 s [time-compat] 1968-W54--1 = 1968-W52-1: OK
  17517. 2825.11 s [time-compat] 1968-W54-0 = 1968-W52-1: OK
  17518. 2825.11 s [time-compat] 1968-W54-1 = 1968-W52-1: OK
  17519. 2825.11 s [time-compat] 1968-W54-4 = 1968-W52-4: OK
  17520. 2825.11 s [time-compat] 1968-W54-6 = 1968-W52-6: OK
  17521. 2825.11 s [time-compat] 1968-W54-7 = 1968-W52-7: OK
  17522. 2825.11 s [time-compat] 1968-W54-8 = 1968-W52-7: OK
  17523. 2825.11 s [time-compat] 1968-W54-9 = 1968-W52-7: OK
  17524. 2825.11 s [time-compat] 1969-W-20--2 = 1969-W01-1: OK
  17525. 2825.12 s [time-compat] 1969-W-20--1 = 1969-W01-1: OK
  17526. 2825.12 s [time-compat] 1969-W-20-0 = 1969-W01-1: OK
  17527. 2825.12 s [time-compat] 1969-W-20-1 = 1969-W01-1: OK
  17528. 2825.12 s [time-compat] 1969-W-20-4 = 1969-W01-4: OK
  17529. 2825.12 s [time-compat] 1969-W-20-6 = 1969-W01-6: OK
  17530. 2825.12 s [time-compat] 1969-W-20-7 = 1969-W01-7: OK
  17531. 2825.12 s [time-compat] 1969-W-20-8 = 1969-W01-7: OK
  17532. 2825.12 s [time-compat] 1969-W-20-9 = 1969-W01-7: OK
  17533. 2825.12 s [time-compat] 1969-W-1--2 = 1969-W01-1: OK
  17534. 2825.12 s [time-compat] 1969-W-1--1 = 1969-W01-1: OK
  17535. 2825.12 s [time-compat] 1969-W-1-0 = 1969-W01-1: OK
  17536. 2825.12 s [time-compat] 1969-W-1-1 = 1969-W01-1: OK
  17537. 2825.12 s [time-compat] 1969-W-1-4 = 1969-W01-4: OK
  17538. 2825.12 s [time-compat] 1969-W-1-6 = 1969-W01-6: OK
  17539. 2825.12 s [time-compat] 1969-W-1-7 = 1969-W01-7: OK
  17540. 2825.12 s [time-compat] 1969-W-1-8 = 1969-W01-7: OK
  17541. 2825.12 s [time-compat] 1969-W-1-9 = 1969-W01-7: OK
  17542. 2825.12 s [time-compat] 1969-W0--2 = 1969-W01-1: OK
  17543. 2825.12 s [time-compat] 1969-W0--1 = 1969-W01-1: OK
  17544. 2825.12 s [time-compat] 1969-W0-0 = 1969-W01-1: OK
  17545. 2825.12 s [time-compat] 1969-W0-1 = 1969-W01-1: OK
  17546. 2825.12 s [time-compat] 1969-W0-4 = 1969-W01-4: OK (0.02s)
  17547. 2825.12 s [time-compat] 1969-W0-6 = 1969-W01-6: OK
  17548. 2825.12 s [time-compat] 1969-W0-7 = 1969-W01-7: OK
  17549. 2825.12 s [time-compat] 1969-W0-8 = 1969-W01-7: OK
  17550. 2825.12 s [time-compat] 1969-W0-9 = 1969-W01-7: OK
  17551. 2825.12 s [time-compat] 1969-W1--2 = 1969-W01-1: OK
  17552. 2825.12 s [time-compat] 1969-W1--1 = 1969-W01-1: OK
  17553. 2825.12 s [time-compat] 1969-W1-0 = 1969-W01-1: OK
  17554. 2825.12 s [time-compat] 1969-W1-1 = 1969-W01-1: OK
  17555. 2825.12 s [time-compat] 1969-W1-4 = 1969-W01-4: OK
  17556. 2825.12 s [time-compat] 1969-W1-6 = 1969-W01-6: OK
  17557. 2825.12 s [time-compat] 1969-W1-7 = 1969-W01-7: OK
  17558. 2825.12 s [time-compat] 1969-W1-8 = 1969-W01-7: OK
  17559. 2825.12 s [time-compat] 1969-W1-9 = 1969-W01-7: OK
  17560. 2825.12 s [time-compat] 1969-W20--2 = 1969-W20-1: OK
  17561. 2825.12 s [time-compat] 1969-W20--1 = 1969-W20-1: OK
  17562. 2825.12 s [time-compat] 1969-W20-0 = 1969-W20-1: OK
  17563. 2825.12 s [time-compat] 1969-W20-1 = 1969-W20-1: OK
  17564. 2825.12 s [time-compat] 1969-W20-4 = 1969-W20-4: OK
  17565. 2825.12 s [time-compat] 1969-W20-6 = 1969-W20-6: OK
  17566. 2825.12 s [time-compat] 1969-W20-7 = 1969-W20-7: OK
  17567. 2825.13 s [time-compat] 1969-W20-8 = 1969-W20-7: OK
  17568. 2825.13 s [time-compat] 1969-W20-9 = 1969-W20-7: OK
  17569. 2825.13 s [time-compat] 1969-W51--2 = 1969-W51-1: OK
  17570. 2825.13 s [time-compat] 1969-W51--1 = 1969-W51-1: OK
  17571. 2825.13 s [time-compat] 1969-W51-0 = 1969-W51-1: OK
  17572. 2825.13 s [time-compat] 1969-W51-1 = 1969-W51-1: OK
  17573. 2825.13 s [time-compat] 1969-W51-4 = 1969-W51-4: OK
  17574. 2825.13 s [time-compat] 1969-W51-6 = 1969-W51-6: OK
  17575. 2825.13 s [time-compat] 1969-W51-7 = 1969-W51-7: OK
  17576. 2825.13 s [time-compat] 1969-W51-8 = 1969-W51-7: OK
  17577. 2825.13 s [time-compat] 1969-W51-9 = 1969-W51-7: OK
  17578. 2825.13 s [time-compat] 1969-W52--2 = 1969-W52-1: OK
  17579. 2825.13 s [time-compat] 1969-W52--1 = 1969-W52-1: OK
  17580. 2825.13 s [time-compat] 1969-W52-0 = 1969-W52-1: OK
  17581. 2825.13 s [time-compat] 1969-W52-1 = 1969-W52-1: OK
  17582. 2825.13 s [time-compat] 1969-W52-4 = 1969-W52-4: OK
  17583. 2825.13 s [time-compat] 1969-W52-6 = 1969-W52-6: OK
  17584. 2825.13 s [time-compat] 1969-W52-7 = 1969-W52-7: OK
  17585. 2825.13 s [time-compat] 1969-W52-8 = 1969-W52-7: OK
  17586. 2825.13 s [time-compat] 1969-W52-9 = 1969-W52-7: OK
  17587. 2825.13 s [time-compat] 1969-W53--2 = 1969-W52-1: OK
  17588. 2825.13 s [time-compat] 1969-W53--1 = 1969-W52-1: OK
  17589. 2825.13 s [time-compat] 1969-W53-0 = 1969-W52-1: OK
  17590. 2825.13 s [time-compat] 1969-W53-1 = 1969-W52-1: OK
  17591. 2825.13 s [time-compat] 1969-W53-4 = 1969-W52-4: OK
  17592. 2825.13 s [time-compat] 1969-W53-6 = 1969-W52-6: OK
  17593. 2825.13 s [time-compat] 1969-W53-7 = 1969-W52-7: OK
  17594. 2825.13 s [time-compat] 1969-W53-8 = 1969-W52-7: OK
  17595. 2825.13 s [time-compat] 1969-W53-9 = 1969-W52-7: OK
  17596. 2825.13 s [time-compat] 1969-W54--2 = 1969-W52-1: OK
  17597. 2825.13 s [time-compat] 1969-W54--1 = 1969-W52-1: OK
  17598. 2825.13 s [time-compat] 1969-W54-0 = 1969-W52-1: OK
  17599. 2825.13 s [time-compat] 1969-W54-1 = 1969-W52-1: OK
  17600. 2825.13 s [time-compat] 1969-W54-4 = 1969-W52-4: OK
  17601. 2825.13 s [time-compat] 1969-W54-6 = 1969-W52-6: OK
  17602. 2825.13 s [time-compat] 1969-W54-7 = 1969-W52-7: OK
  17603. 2825.13 s [time-compat] 1969-W54-8 = 1969-W52-7: OK
  17604. 2825.13 s [time-compat] 1969-W54-9 = 1969-W52-7: OK
  17605. 2825.13 s [time-compat] 2004-W-20--2 = 2004-W01-1: OK
  17606. 2825.13 s [time-compat] 2004-W-20--1 = 2004-W01-1: OK
  17607. 2825.13 s [time-compat] 2004-W-20-0 = 2004-W01-1: OK
  17608. 2825.13 s [time-compat] 2004-W-20-1 = 2004-W01-1: OK
  17609. 2825.13 s [time-compat] 2004-W-20-4 = 2004-W01-4: OK
  17610. 2825.13 s [time-compat] 2004-W-20-6 = 2004-W01-6: OK
  17611. 2825.13 s [time-compat] 2004-W-20-7 = 2004-W01-7: OK
  17612. 2825.13 s [time-compat] 2004-W-20-8 = 2004-W01-7: OK
  17613. 2825.13 s [time-compat] 2004-W-20-9 = 2004-W01-7: OK
  17614. 2825.13 s [time-compat] 2004-W-1--2 = 2004-W01-1: OK
  17615. 2825.13 s [time-compat] 2004-W-1--1 = 2004-W01-1: OK
  17616. 2825.13 s [time-compat] 2004-W-1-0 = 2004-W01-1: OK
  17617. 2825.13 s [time-compat] 2004-W-1-1 = 2004-W01-1: OK
  17618. 2825.13 s [time-compat] 2004-W-1-4 = 2004-W01-4: OK
  17619. 2825.13 s [time-compat] 2004-W-1-6 = 2004-W01-6: OK
  17620. 2825.13 s [time-compat] 2004-W-1-7 = 2004-W01-7: OK
  17621. 2825.13 s [time-compat] 2004-W-1-8 = 2004-W01-7: OK
  17622. 2825.14 s [time-compat] 2004-W-1-9 = 2004-W01-7: OK
  17623. 2825.14 s [time-compat] 2004-W0--2 = 2004-W01-1: OK
  17624. 2825.14 s [time-compat] 2004-W0--1 = 2004-W01-1: OK
  17625. 2825.14 s [time-compat] 2004-W0-0 = 2004-W01-1: OK
  17626. 2825.14 s [time-compat] 2004-W0-1 = 2004-W01-1: OK
  17627. 2825.14 s [time-compat] 2004-W0-4 = 2004-W01-4: OK
  17628. 2825.14 s [time-compat] 2004-W0-6 = 2004-W01-6: OK
  17629. 2825.14 s [time-compat] 2004-W0-7 = 2004-W01-7: OK
  17630. 2825.14 s [time-compat] 2004-W0-8 = 2004-W01-7: OK
  17631. 2825.14 s [time-compat] 2004-W0-9 = 2004-W01-7: OK
  17632. 2825.14 s [time-compat] 2004-W1--2 = 2004-W01-1: OK
  17633. 2825.14 s [time-compat] 2004-W1--1 = 2004-W01-1: OK
  17634. 2825.14 s [time-compat] 2004-W1-0 = 2004-W01-1: OK
  17635. 2825.14 s [time-compat] 2004-W1-1 = 2004-W01-1: OK
  17636. 2825.14 s [time-compat] 2004-W1-4 = 2004-W01-4: OK
  17637. 2825.14 s [time-compat] 2004-W1-6 = 2004-W01-6: OK
  17638. 2825.14 s [time-compat] 2004-W1-7 = 2004-W01-7: OK
  17639. 2825.14 s [time-compat] 2004-W1-8 = 2004-W01-7: OK
  17640. 2825.14 s [time-compat] 2004-W1-9 = 2004-W01-7: OK
  17641. 2825.14 s [time-compat] 2004-W20--2 = 2004-W20-1: OK
  17642. 2825.14 s [time-compat] 2004-W20--1 = 2004-W20-1: OK
  17643. 2825.14 s [time-compat] 2004-W20-0 = 2004-W20-1: OK
  17644. 2825.14 s [time-compat] 2004-W20-1 = 2004-W20-1: OK
  17645. 2825.14 s [time-compat] 2004-W20-4 = 2004-W20-4: OK
  17646. 2825.14 s [time-compat] 2004-W20-6 = 2004-W20-6: OK
  17647. 2825.14 s [time-compat] 2004-W20-7 = 2004-W20-7: OK
  17648. 2825.14 s [time-compat] 2004-W20-8 = 2004-W20-7: OK
  17649. 2825.14 s [time-compat] 2004-W20-9 = 2004-W20-7: OK
  17650. 2825.14 s [time-compat] 2004-W51--2 = 2004-W51-1: OK
  17651. 2825.14 s [time-compat] 2004-W51--1 = 2004-W51-1: OK
  17652. 2825.14 s [time-compat] 2004-W51-0 = 2004-W51-1: OK
  17653. 2825.14 s [time-compat] 2004-W51-1 = 2004-W51-1: OK
  17654. 2825.14 s [time-compat] 2004-W51-4 = 2004-W51-4: OK
  17655. 2825.14 s [time-compat] 2004-W51-6 = 2004-W51-6: OK
  17656. 2825.14 s [time-compat] 2004-W51-7 = 2004-W51-7: OK
  17657. 2825.14 s [time-compat] 2004-W51-8 = 2004-W51-7: OK
  17658. 2825.14 s [time-compat] 2004-W51-9 = 2004-W51-7: OK
  17659. 2825.14 s [time-compat] 2004-W52--2 = 2004-W52-1: OK
  17660. 2825.14 s [time-compat] 2004-W52--1 = 2004-W52-1: OK
  17661. 2825.14 s [time-compat] 2004-W52-0 = 2004-W52-1: OK
  17662. 2825.14 s [time-compat] 2004-W52-1 = 2004-W52-1: OK
  17663. 2825.14 s [time-compat] 2004-W52-4 = 2004-W52-4: OK
  17664. 2825.14 s [time-compat] 2004-W52-6 = 2004-W52-6: OK
  17665. 2825.14 s [time-compat] 2004-W52-7 = 2004-W52-7: OK
  17666. 2825.14 s [time-compat] 2004-W52-8 = 2004-W52-7: OK
  17667. 2825.14 s [time-compat] 2004-W52-9 = 2004-W52-7: OK
  17668. 2825.14 s [time-compat] 2004-W53--2 = 2004-W53-1: OK
  17669. 2825.14 s [time-compat] 2004-W53--1 = 2004-W53-1: OK
  17670. 2825.14 s [time-compat] 2004-W53-0 = 2004-W53-1: OK
  17671. 2825.14 s [time-compat] 2004-W53-1 = 2004-W53-1: OK
  17672. 2825.14 s [time-compat] 2004-W53-4 = 2004-W53-4: OK
  17673. 2825.14 s [time-compat] 2004-W53-6 = 2004-W53-6: OK
  17674. 2825.14 s [time-compat] 2004-W53-7 = 2004-W53-7: OK
  17675. 2825.14 s [time-compat] 2004-W53-8 = 2004-W53-7: OK
  17676. 2825.14 s [time-compat] 2004-W53-9 = 2004-W53-7: OK
  17677. 2825.14 s [time-compat] 2004-W54--2 = 2004-W53-1: OK
  17678. 2825.14 s [time-compat] 2004-W54--1 = 2004-W53-1: OK
  17679. 2825.14 s [time-compat] 2004-W54-0 = 2004-W53-1: OK
  17680. 2825.14 s [time-compat] 2004-W54-1 = 2004-W53-1: OK
  17681. 2825.16 s [time-compat] 2004-W54-4 = 2004-W53-4: OK
  17682. 2825.16 s [time-compat] 2004-W54-6 = 2004-W53-6: OK
  17683. 2825.16 s [time-compat] 2004-W54-7 = 2004-W53-7: OK
  17684. 2825.16 s [time-compat] 2004-W54-8 = 2004-W53-7: OK
  17685. 2825.16 s [time-compat] 2004-W54-9 = 2004-W53-7: OK
  17686. 2825.16 s [time-compat] convertBack: OK (0.02s)
  17687. 2825.16 s [time-compat] longWeekYears: OK
  17688. 2825.16 s [time-compat] testMonthDay: OK (0.01s)
  17689. 2825.16 s [time-compat] testEaster: OK
  17690. 2825.16 s [time-compat] testValid
  17691. 2825.16 s [time-compat] Gregorian
  17692. 2825.16 s [time-compat] valid: OK (0.03s)
  17693. 2825.16 s [time-compat] +++ OK, passed 100 tests; 191 discarded.
  17694. 2825.16 s [time-compat] invalid: OK
  17695. 2825.16 s [time-compat] +++ OK, passed 100 tests; 72 discarded.
  17696. 2825.16 s [time-compat] OrdinalDate
  17697. 2825.16 s [time-compat] valid: OK
  17698. 2825.16 s [time-compat] +++ OK, passed 100 tests; 14 discarded.
  17699. 2825.16 s [time-compat] invalid: OK (0.04s)
  17700. 2825.16 s [time-compat] +++ OK, passed 100 tests; 566 discarded.
  17701. 2825.16 s [time-compat] WeekDate
  17702. 2825.16 s [time-compat] valid: OK
  17703. 2825.16 s [time-compat] +++ OK, passed 100 tests; 251 discarded.
  17704. 2825.16 s [time-compat] invalid: OK
  17705. 2825.16 s [time-compat] +++ OK, passed 100 tests; 39 discarded.
  17706. 2825.16 s [time-compat] SundayStartWeek
  17707. 2825.16 s [time-compat] valid: OK
  17708. 2825.16 s [time-compat] +++ OK, passed 100 tests; 249 discarded.
  17709. 2825.16 s [time-compat] invalid: OK
  17710. 2825.16 s [time-compat] +++ OK, passed 100 tests; 36 discarded.
  17711. 2825.16 s [time-compat] MondayStartWeek
  17712. 2825.16 s [time-compat] valid: OK
  17713. 2825.16 s [time-compat] +++ OK, passed 100 tests; 337 discarded.
  17714. 2825.16 s [time-compat] invalid: OK
  17715. 2825.16 s [time-compat] +++ OK, passed 100 tests; 30 discarded.
  17716. 2825.16 s [time-compat] Julian
  17717. 2825.16 s [time-compat] valid: OK
  17718. 2825.16 s [time-compat] +++ OK, passed 100 tests; 162 discarded.
  17719. 2825.16 s [time-compat] invalid: OK
  17720. 2825.16 s [time-compat] +++ OK, passed 100 tests; 75 discarded.
  17721. 2825.16 s [time-compat] Week
  17722. 2825.16 s [time-compat] day: OK
  17723. 2825.16 s [time-compat] succ
  17724. 2825.16 s [time-compat] Monday: OK
  17725. 2825.16 s [time-compat] Tuesday: OK
  17726. 2825.16 s [time-compat] Wednesday: OK
  17727. 2825.16 s [time-compat] Thursday: OK
  17728. 2825.17 s [time-compat] Friday: OK
  17729. 2825.17 s [time-compat] Saturday: OK
  17730. 2825.17 s [time-compat] Sunday: OK
  17731. 2825.17 s [time-compat] pred
  17732. 2825.17 s [time-compat] Monday: OK
  17733. 2825.17 s [time-compat] Tuesday: OK
  17734. 2825.17 s [time-compat] Wednesday: OK
  17735. 2825.17 s [time-compat] Thursday: OK
  17736. 2825.17 s [time-compat] Friday: OK
  17737. 2825.17 s [time-compat] Saturday: OK
  17738. 2825.17 s [time-compat] Sunday: OK
  17739. 2825.17 s [time-compat] sequence
  17740. 2825.17 s [time-compat] [Monday .. Sunday]: OK
  17741. 2825.17 s [time-compat] [Wednesday .. Wednesday]: OK
  17742. 2825.17 s [time-compat] [Sunday .. Saturday]: OK
  17743. 2825.17 s [time-compat] [Thursday .. Wednesday]: OK
  17744. 2825.17 s [time-compat] [Tuesday ..]: OK
  17745. 2825.17 s [time-compat] [Wednesday, Tuesday ..]: OK
  17746. 2825.17 s [time-compat] [Sunday, Friday ..]: OK
  17747. 2825.17 s [time-compat] [Monday,Sunday .. Tuesday]: OK
  17748. 2825.17 s [time-compat] [Thursday, Saturday .. Tuesday]: OK
  17749. 2825.17 s [time-compat] read show
  17750. 2825.17 s [time-compat] Monday: OK
  17751. 2825.17 s [time-compat] Tuesday: OK
  17752. 2825.17 s [time-compat] Wednesday: OK
  17753. 2825.17 s [time-compat] Thursday: OK
  17754. 2825.17 s [time-compat] Friday: OK
  17755. 2825.17 s [time-compat] Saturday: OK
  17756. 2825.17 s [time-compat] Sunday: OK
  17757. 2825.17 s [time-compat] diff
  17758. 2825.17 s [time-compat] Friday - Tuesday: OK
  17759. 2825.17 s [time-compat] Tuesday - Friday: OK
  17760. 2825.17 s [time-compat] firstDayOfWeekOnAfter_onAfter: OK
  17761. 2825.17 s [time-compat] +++ OK, passed 100 tests.
  17762. 2825.17 s [time-compat] firstDayOfWeekOnAfter_Day: OK
  17763. 2825.17 s [time-compat] +++ OK, passed 100 tests.
  17764. 2825.17 s [time-compat] toFromWeekCalendar: OK
  17765. 2825.17 s [time-compat] +++ OK, passed 100 tests.
  17766. 2825.17 s [time-compat] weekChanges: OK
  17767. 2825.17 s [time-compat] +++ OK, passed 100 tests.
  17768. 2825.17 s [time-compat] weekYearWholeStart: OK
  17769. 2825.17 s [time-compat] +++ OK, passed 100 tests.
  17770. 2825.17 s [time-compat] weekYearMostStart: OK
  17771. 2825.17 s [time-compat] +++ OK, passed 100 tests.
  17772. 2825.17 s [time-compat] CalendarDiffDays
  17773. 2825.17 s [time-compat] add diff
  17774. 2825.17 s [time-compat] add diff GregorianDurationClip: OK
  17775. 2825.17 s [time-compat] +++ OK, passed 100 tests.
  17776. 2825.17 s [time-compat] add diff GregorianDurationRollOver: OK
  17777. 2825.17 s [time-compat] +++ OK, passed 100 tests.
  17778. 2825.17 s [time-compat] add diff JulianDurationClip: OK
  17779. 2825.17 s [time-compat] +++ OK, passed 100 tests.
  17780. 2825.17 s [time-compat] add diff JulianDurationRollOver: OK
  17781. 2825.17 s [time-compat] +++ OK, passed 100 tests.
  17782. 2825.17 s [time-compat] diffs
  17783. 2825.17 s [time-compat] 2017-04-07 - 2017-04-07: OK
  17784. 2825.17 s [time-compat] 2017-04-07 - 2017-04-01: OK
  17785. 2825.18 s [time-compat] 2017-04-01 - 2017-04-07: OK
  17786. 2825.18 s [time-compat] 2017-04-07 - 2017-02-01: OK
  17787. 2825.18 s [time-compat] 2017-02-01 - 2017-04-07: OK
  17788. 2825.18 s [time-compat] Clock
  17789. 2825.18 s [time-compat] clock conversion
  17790. 2825.18 s [time-compat] 1970-01-01 00:00:00 UTC
  17791. 2825.18 s [time-compat] systemToUTCTime: OK
  17792. 2825.18 s [time-compat] utcToSystemTime: OK
  17793. 2825.18 s [time-compat] 1970-01-01 23:59:59 UTC
  17794. 2825.18 s [time-compat] systemToUTCTime: OK
  17795. 2825.18 s [time-compat] utcToSystemTime: OK
  17796. 2825.18 s [time-compat] 1970-01-01 23:59:59.999999999 UTC
  17797. 2825.18 s [time-compat] systemToUTCTime: OK
  17798. 2825.18 s [time-compat] utcToSystemTime: OK
  17799. 2825.18 s [time-compat] 1970-01-01 23:59:60 UTC
  17800. 2825.18 s [time-compat] systemToUTCTime: OK
  17801. 2825.18 s [time-compat] utcToSystemTime: OK
  17802. 2825.18 s [time-compat] 1970-01-01 23:59:60.999999999 UTC
  17803. 2825.18 s [time-compat] systemToUTCTime: OK
  17804. 2825.18 s [time-compat] utcToSystemTime: OK
  17805. 2825.18 s [time-compat] 1970-01-02 00:00:00 UTC
  17806. 2825.18 s [time-compat] systemToUTCTime: OK
  17807. 2825.18 s [time-compat] utcToSystemTime: OK
  17808. 2825.18 s [time-compat] resolution
  17809. 2825.18 s [time-compat] getCurrentTime: OK (0.96s)
  17810. 2825.18 s [time-compat] taiClock: OK (0.60s)
  17811. 2825.18 s [time-compat] leap second transition
  17812. 2825.18 s [time-compat] mapping: OK
  17813. 2825.18 s [time-compat] day length: OK
  17814. 2825.18 s [time-compat] differences: OK
  17815. 2825.19 s [time-compat] round-trip
  17816. 2825.19 s [time-compat] 1: OK
  17817. 2825.19 s [time-compat] 2: OK
  17818. 2825.19 s [time-compat] 3: OK
  17819. 2825.19 s [time-compat] Format
  17820. 2825.19 s [time-compat] testFormat
  17821. 2825.19 s [time-compat] DayOfWeek
  17822. 2825.19 s [time-compat] 'u'
  17823. 2825.19 s [time-compat] 2018-01-05: OK
  17824. 2825.19 s [time-compat] 2018-01-06: OK
  17825. 2825.19 s [time-compat] 2018-01-07: OK
  17826. 2825.19 s [time-compat] 2018-01-08: OK
  17827. 2825.20 s [time-compat] 2018-01-09: OK
  17828. 2825.20 s [time-compat] 2018-01-10: OK
  17829. 2825.20 s [time-compat] 2018-01-11: OK
  17830. 2825.20 s [time-compat] 2018-01-12: OK
  17831. 2825.20 s [time-compat] 2018-01-13: OK
  17832. 2825.20 s [time-compat] 2018-01-14: OK
  17833. 2825.20 s [time-compat] 2018-01-15: OK
  17834. 2825.20 s [time-compat] 2018-01-16: OK
  17835. 2825.21 s [time-compat] 2018-01-17: OK
  17836. 2825.21 s [time-compat] 2018-01-18: OK
  17837. 2825.21 s [time-compat] 2018-01-19: OK
  17838. 2825.21 s [time-compat] 2018-01-20: OK
  17839. 2825.21 s [time-compat] 2018-01-21: OK
  17840. 2825.21 s [time-compat] 2018-01-22: OK
  17841. 2825.21 s [time-compat] 2018-01-23: OK
  17842. 2825.21 s [time-compat] 2018-01-24: OK
  17843. 2825.21 s [time-compat] 2018-01-25: OK
  17844. 2825.21 s [time-compat] 2018-01-26: OK
  17845. 2825.21 s [time-compat] 'w'
  17846. 2825.21 s [time-compat] 2018-01-05: OK
  17847. 2825.21 s [time-compat] 2018-01-06: OK
  17848. 2825.21 s [time-compat] 2018-01-07: OK
  17849. 2825.21 s [time-compat] 2018-01-08: OK
  17850. 2825.21 s [time-compat] 2018-01-09: OK
  17851. 2825.21 s [time-compat] 2018-01-10: OK
  17852. 2825.21 s [time-compat] 2018-01-11: OK
  17853. 2825.21 s [time-compat] 2018-01-12: OK
  17854. 2825.21 s [time-compat] 2018-01-13: OK
  17855. 2825.21 s [time-compat] 2018-01-14: OK
  17856. 2825.21 s [time-compat] 2018-01-15: OK
  17857. 2825.21 s [time-compat] 2018-01-16: OK
  17858. 2825.21 s [time-compat] 2018-01-17: OK
  17859. 2825.21 s [time-compat] 2018-01-18: OK
  17860. 2825.21 s [time-compat] 2018-01-19: OK
  17861. 2825.21 s [time-compat] 2018-01-20: OK
  17862. 2825.21 s [time-compat] 2018-01-21: OK
  17863. 2825.21 s [time-compat] 2018-01-22: OK
  17864. 2825.22 s [time-compat] 2018-01-23: OK
  17865. 2825.22 s [time-compat] 2018-01-24: OK
  17866. 2825.22 s [time-compat] 2018-01-25: OK
  17867. 2825.22 s [time-compat] 2018-01-26: OK
  17868. 2825.22 s [time-compat] 'a'
  17869. 2825.22 s [time-compat] 2018-01-05: OK
  17870. 2825.22 s [time-compat] 2018-01-06: OK
  17871. 2825.22 s [time-compat] 2018-01-07: OK
  17872. 2825.22 s [time-compat] 2018-01-08: OK
  17873. 2825.22 s [time-compat] 2018-01-09: OK
  17874. 2825.22 s [time-compat] 2018-01-10: OK
  17875. 2825.22 s [time-compat] 2018-01-11: OK
  17876. 2825.22 s [time-compat] 2018-01-12: OK
  17877. 2825.22 s [time-compat] 2018-01-13: OK
  17878. 2825.22 s [time-compat] 2018-01-14: OK
  17879. 2825.23 s [time-compat] 2018-01-15: OK
  17880. 2825.23 s [time-compat] 2018-01-16: OK
  17881. 2825.23 s [time-compat] 2018-01-17: OK
  17882. 2825.23 s [time-compat] 2018-01-18: OK
  17883. 2825.23 s [time-compat] 2018-01-19: OK
  17884. 2825.23 s [time-compat] 2018-01-20: OK
  17885. 2825.23 s [time-compat] 2018-01-21: OK
  17886. 2825.23 s [time-compat] 2018-01-22: OK
  17887. 2825.23 s [time-compat] 2018-01-23: OK
  17888. 2825.23 s [time-compat] 2018-01-24: OK
  17889. 2825.23 s [time-compat] 2018-01-25: OK
  17890. 2825.23 s [time-compat] 2018-01-26: OK
  17891. 2825.23 s [time-compat] 'A'
  17892. 2825.23 s [time-compat] 2018-01-05: OK
  17893. 2825.23 s [time-compat] 2018-01-06: OK
  17894. 2825.23 s [time-compat] 2018-01-07: OK
  17895. 2825.23 s [time-compat] 2018-01-08: OK
  17896. 2825.23 s [time-compat] 2018-01-09: OK
  17897. 2825.23 s [time-compat] 2018-01-10: OK
  17898. 2825.23 s [time-compat] 2018-01-11: OK
  17899. 2825.23 s [time-compat] 2018-01-12: OK
  17900. 2825.23 s [time-compat] 2018-01-13: OK
  17901. 2825.23 s [time-compat] 2018-01-14: OK
  17902. 2825.23 s [time-compat] 2018-01-15: OK
  17903. 2825.23 s [time-compat] 2018-01-16: OK
  17904. 2825.24 s [time-compat] 2018-01-17: OK
  17905. 2825.24 s [time-compat] 2018-01-18: OK
  17906. 2825.24 s [time-compat] 2018-01-19: OK
  17907. 2825.24 s [time-compat] 2018-01-20: OK
  17908. 2825.24 s [time-compat] 2018-01-21: OK
  17909. 2825.24 s [time-compat] 2018-01-22: OK
  17910. 2825.24 s [time-compat] 2018-01-23: OK
  17911. 2825.24 s [time-compat] 2018-01-24: OK
  17912. 2825.24 s [time-compat] 2018-01-25: OK
  17913. 2825.24 s [time-compat] 2018-01-26: OK
  17914. 2825.24 s [time-compat] ISO8601
  17915. 2825.24 s [time-compat] show format
  17916. 2825.24 s [time-compat] durationDaysFormat: P0D: OK
  17917. 2825.24 s [time-compat] durationDaysFormat: P4Y: OK
  17918. 2825.24 s [time-compat] durationDaysFormat: P7M: OK
  17919. 2825.24 s [time-compat] durationDaysFormat: P5D: OK
  17920. 2825.24 s [time-compat] durationDaysFormat: P2Y3M81D: OK
  17921. 2825.24 s [time-compat] durationTimeFormat: P0D: OK
  17922. 2825.25 s [time-compat] durationTimeFormat: P4Y: OK
  17923. 2825.25 s [time-compat] durationTimeFormat: P7M: OK
  17924. 2825.25 s [time-compat] durationTimeFormat: P5D: OK
  17925. 2825.25 s [time-compat] durationTimeFormat: P2Y3M81D: OK
  17926. 2825.25 s [time-compat] durationTimeFormat: PT2H: OK
  17927. 2825.25 s [time-compat] durationTimeFormat: PT3M: OK
  17928. 2825.25 s [time-compat] durationTimeFormat: PT12S: OK
  17929. 2825.25 s [time-compat] durationTimeFormat: PT1M18.77634S: OK
  17930. 2825.25 s [time-compat] durationTimeFormat: PT2H1M18.77634S: OK
  17931. 2825.25 s [time-compat] durationTimeFormat: P5DT2H1M18.77634S: OK
  17932. 2825.25 s [time-compat] durationTimeFormat: P7Y10M5DT2H1M18.77634S: OK
  17933. 2825.25 s [time-compat] durationTimeFormat: P7Y10MT2H1M18.77634S: OK
  17934. 2825.25 s [time-compat] durationTimeFormat: P8YT2H1M18.77634S: OK
  17935. 2825.25 s [time-compat] alternativeDurationDaysFormat: P0001-00-00: OK
  17936. 2825.25 s [time-compat] alternativeDurationDaysFormat: P0002-03-29: OK
  17937. 2825.25 s [time-compat] alternativeDurationDaysFormat: P0561-08-29: OK
  17938. 2825.25 s [time-compat] alternativeDurationTimeFormat: P0000-00-01T00:00:00: OK
  17939. 2825.25 s [time-compat] alternativeDurationTimeFormat: P0007-10-05T02:01:18.77634: OK
  17940. 2825.25 s [time-compat] alternativeDurationTimeFormat: P4271-10-05T02:01:18.77634: OK
  17941. 2825.25 s [time-compat] centuryFormat: 02: OK
  17942. 2825.25 s [time-compat] centuryFormat: 21: OK
  17943. 2825.26 s [time-compat] intervalFormat etc.: 2015-06-13T21:13:56/P1Y2M7DT5H33M2.34S: OK
  17944. 2825.26 s [time-compat] recurringIntervalFormat etc.: R74/2015-06-13T21:13:56/P1Y2M7DT5H33M2.34S: OK
  17945. 2825.26 s [time-compat] recurringIntervalFormat etc.: R74/2015-06-13/P1Y2M7D: OK
  17946. 2825.26 s [time-compat] timeOffsetFormat: -06:30: OK
  17947. 2825.26 s [time-compat] timeOffsetFormat: +00:00: OK
  17948. 2825.26 s [time-compat] timeOffsetFormat: +0000: OK
  17949. 2825.26 s [time-compat] timeOffsetFormat: +00:10: OK
  17950. 2825.26 s [time-compat] timeOffsetFormat: -00:10: OK
  17951. 2825.27 s [time-compat] timeOffsetFormat: +01:35: OK
  17952. 2825.27 s [time-compat] timeOffsetFormat: -01:35: OK
  17953. 2825.27 s [time-compat] timeOffsetFormat: +0135: OK
  17954. 2825.27 s [time-compat] timeOffsetFormat: -0135: OK
  17955. 2825.27 s [time-compat] timeOffsetFormat: -1100: OK
  17956. 2825.27 s [time-compat] timeOffsetFormat: +1015: OK
  17957. 2825.27 s [time-compat] zonedTimeFormat: 2024-07-06T08:45:56.553-06:30: OK
  17958. 2825.27 s [time-compat] zonedTimeFormat: 2024-07-06T08:45:56.553+06:30: OK
  17959. 2825.27 s [time-compat] utcTimeFormat: 2024-07-06T08:45:56.553Z: OK
  17960. 2825.27 s [time-compat] utcTimeFormat: 2028-12-31T23:59:60.9Z: OK
  17961. 2825.27 s [time-compat] weekDateFormat: 1994-W52-7: OK
  17962. 2825.27 s [time-compat] weekDateFormat: 1995-W01-1: OK
  17963. 2825.27 s [time-compat] weekDateFormat: 1996-W52-7: OK
  17964. 2825.27 s [time-compat] weekDateFormat: 1997-W01-2: OK
  17965. 2825.27 s [time-compat] weekDateFormat: 1997-W01-3: OK
  17966. 2825.27 s [time-compat] weekDateFormat: 1974-W32-6: OK
  17967. 2825.27 s [time-compat] weekDateFormat: 1974W326: OK
  17968. 2825.27 s [time-compat] weekDateFormat: 1995-W05-6: OK
  17969. 2825.27 s [time-compat] weekDateFormat: 1995W056: OK
  17970. 2825.27 s [time-compat] weekDateFormat: +001995-W05-6: OK
  17971. 2825.27 s [time-compat] weekDateFormat: +001995W056: OK
  17972. 2825.28 s [time-compat] ordinalDateFormat: 1846-235: OK
  17973. 2825.28 s [time-compat] ordinalDateFormat: 1844236: OK
  17974. 2825.28 s [time-compat] ordinalDateFormat: +01846-235: OK
  17975. 2825.28 s [time-compat] hourMinuteFormat: 13:17.25: OK
  17976. 2825.28 s [time-compat] hourMinuteFormat: 01:12.4: OK
  17977. 2825.28 s [time-compat] hourMinuteFormat: 1317.25: OK
  17978. 2825.28 s [time-compat] hourMinuteFormat: 0112.4: OK
  17979. 2825.28 s [time-compat] hourFormat: 22: OK
  17980. 2825.28 s [time-compat] hourFormat: 06: OK
  17981. 2825.28 s [time-compat] hourFormat: 18.9475: OK
  17982. 2825.28 s [time-compat] read-show format
  17983. 2825.28 s [time-compat] calendarFormat
  17984. 2825.28 s [time-compat] extended: OK
  17985. 2825.28 s [time-compat] +++ OK, passed 100 tests.
  17986. 2825.28 s [time-compat] basic: OK
  17987. 2825.28 s [time-compat] +++ OK, passed 100 tests.
  17988. 2825.28 s [time-compat] yearMonthFormat: OK
  17989. 2825.28 s [time-compat] +++ OK, passed 100 tests; 101 discarded.
  17990. 2825.28 s [time-compat] yearFormat: OK
  17991. 2825.28 s [time-compat] +++ OK, passed 100 tests.
  17992. 2825.29 s [time-compat] centuryFormat: OK
  17993. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  17994. 2825.29 s [time-compat] expandedCalendarFormat
  17995. 2825.29 s [time-compat] extended: OK
  17996. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  17997. 2825.29 s [time-compat] basic: OK
  17998. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  17999. 2825.29 s [time-compat] expandedYearMonthFormat: OK
  18000. 2825.29 s [time-compat] +++ OK, passed 100 tests; 110 discarded.
  18001. 2825.29 s [time-compat] expandedYearFormat: OK
  18002. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  18003. 2825.29 s [time-compat] expandedCenturyFormat: OK
  18004. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  18005. 2825.29 s [time-compat] ordinalDateFormat
  18006. 2825.29 s [time-compat] extended: OK
  18007. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  18008. 2825.29 s [time-compat] basic: OK
  18009. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  18010. 2825.29 s [time-compat] expandedOrdinalDateFormat
  18011. 2825.29 s [time-compat] extended: OK
  18012. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  18013. 2825.29 s [time-compat] basic: OK
  18014. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  18015. 2825.29 s [time-compat] weekDateFormat
  18016. 2825.29 s [time-compat] extended: OK
  18017. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  18018. 2825.29 s [time-compat] basic: OK
  18019. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  18020. 2825.29 s [time-compat] yearWeekFormat
  18021. 2825.29 s [time-compat] extended: OK
  18022. 2825.29 s [time-compat] +++ OK, passed 100 tests; 98 discarded.
  18023. 2825.29 s [time-compat] basic: OK
  18024. 2825.29 s [time-compat] +++ OK, passed 100 tests; 106 discarded.
  18025. 2825.29 s [time-compat] expandedWeekDateFormat
  18026. 2825.29 s [time-compat] extended: OK
  18027. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  18028. 2825.29 s [time-compat] basic: OK
  18029. 2825.29 s [time-compat] +++ OK, passed 100 tests.
  18030. 2825.30 s [time-compat] expandedYearWeekFormat
  18031. 2825.30 s [time-compat] extended: OK
  18032. 2825.30 s [time-compat] +++ OK, passed 100 tests; 105 discarded.
  18033. 2825.30 s [time-compat] basic: OK
  18034. 2825.30 s [time-compat] +++ OK, passed 100 tests; 121 discarded.
  18035. 2825.30 s [time-compat] timeOfDayFormat
  18036. 2825.30 s [time-compat] extended: OK
  18037. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18038. 2825.30 s [time-compat] basic: OK
  18039. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18040. 2825.30 s [time-compat] withTimeDesignator
  18041. 2825.30 s [time-compat] extended: OK
  18042. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18043. 2825.30 s [time-compat] basic: OK
  18044. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18045. 2825.30 s [time-compat] withUTCDesignator
  18046. 2825.30 s [time-compat] extended: OK
  18047. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18048. 2825.30 s [time-compat] basic: OK
  18049. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18050. 2825.30 s [time-compat] timeOffsetFormat
  18051. 2825.30 s [time-compat] extended: OK
  18052. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18053. 2825.30 s [time-compat] basic: OK
  18054. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18055. 2825.30 s [time-compat] timeOfDayAndOffsetFormat
  18056. 2825.30 s [time-compat] extended: OK
  18057. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18058. 2825.30 s [time-compat] basic: OK
  18059. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18060. 2825.30 s [time-compat] localTimeFormat
  18061. 2825.30 s [time-compat] extended: OK
  18062. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18063. 2825.30 s [time-compat] basic: OK
  18064. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18065. 2825.30 s [time-compat] zonedTimeFormat
  18066. 2825.30 s [time-compat] extended: OK
  18067. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18068. 2825.30 s [time-compat] basic: OK (0.01s)
  18069. 2825.30 s [time-compat] +++ OK, passed 100 tests.
  18070. 2825.30 s [time-compat] utcTimeFormat
  18071. 2825.31 s [time-compat] extended: OK (0.01s)
  18072. 2825.31 s [time-compat] +++ OK, passed 100 tests.
  18073. 2825.31 s [time-compat] basic: OK (0.01s)
  18074. 2825.31 s [time-compat] +++ OK, passed 100 tests.
  18075. 2825.31 s [time-compat] dayAndTimeFormat
  18076. 2825.31 s [time-compat] extended: OK
  18077. 2825.31 s [time-compat] +++ OK, passed 100 tests.
  18078. 2825.31 s [time-compat] basic: OK
  18079. 2825.31 s [time-compat] +++ OK, passed 100 tests.
  18080. 2825.31 s [time-compat] timeAndOffsetFormat
  18081. 2825.31 s [time-compat] extended: OK
  18082. 2825.31 s [time-compat] +++ OK, passed 100 tests.
  18083. 2825.31 s [time-compat] basic: OK
  18084. 2825.31 s [time-compat] +++ OK, passed 100 tests.
  18085. 2825.31 s [time-compat] durationDaysFormat: OK
  18086. 2825.31 s [time-compat] +++ OK, passed 100 tests; 264 discarded.
  18087. 2825.31 s [time-compat] durationTimeFormat: OK
  18088. 2825.31 s [time-compat] +++ OK, passed 100 tests; 307 discarded.
  18089. 2825.31 s [time-compat] alternativeDurationDaysFormat
  18090. 2825.31 s [time-compat] extended: OK
  18091. 2825.31 s [time-compat] +++ OK, passed 100 tests; 533 discarded.
  18092. 2825.31 s [time-compat] basic: OK
  18093. 2825.31 s [time-compat] +++ OK, passed 100 tests; 426 discarded.
  18094. 2825.31 s [time-compat] alternativeDurationTimeFormat
  18095. 2825.31 s [time-compat] extended: OK (0.01s)
  18096. 2825.31 s [time-compat] +++ OK, passed 100 tests; 388 discarded.
  18097. 2825.31 s [time-compat] basic: OK (0.02s)
  18098. 2825.31 s [time-compat] +++ OK, passed 100 tests; 428 discarded.
  18099. 2825.31 s [time-compat] intervalFormat
  18100. 2825.31 s [time-compat] extended: OK (0.02s)
  18101. 2825.31 s [time-compat] +++ OK, passed 100 tests; 284 discarded.
  18102. 2825.31 s [time-compat] basic: OK (0.02s)
  18103. 2825.31 s [time-compat] +++ OK, passed 100 tests; 286 discarded.
  18104. 2825.31 s [time-compat] recurringIntervalFormat
  18105. 2825.31 s [time-compat] extended: OK (0.02s)
  18106. 2825.31 s [time-compat] +++ OK, passed 100 tests; 589 discarded.
  18107. 2825.31 s [time-compat] basic: OK (0.02s)
  18108. 2825.31 s [time-compat] +++ OK, passed 100 tests; 790 discarded.
  18109. 2825.31 s [time-compat] LocalTime
  18110. 2825.31 s [time-compat] testTime: OK (0.05s)
  18111. 2825.31 s [time-compat] TimeOfDay
  18112. 2825.31 s [time-compat] daysAndTimeOfDayToTime . timeToDaysAndTimeOfDay: OK
  18113. 2825.31 s [time-compat] +++ OK, passed 100 tests.
  18114. 2825.31 s [time-compat] timeOfDayToTime . timeToTimeOfDay: OK
  18115. 2825.31 s [time-compat] +++ OK, passed 100 tests.
  18116. 2825.31 s [time-compat]
  18117. 2825.31 s [time-compat] All 856 tests passed (2.31s)
  18118. 2825.31 s [time-compat] Test suite main: PASS
  18119. 2825.31 s [time-compat] Test suite logged to: dist/test/time-compat-1.9.7-main.log
  18120. 2825.31 s [time-compat] Test suite instances: RUNNING...
  18121. 2825.32 s [time-compat] Thu, 20 Aug 2026 15:41:47 UTC
  18122. 2825.32 s [time-compat] Thu, 20 Aug 2026 15:41:47 UTC
  18123. 2825.32 s [time-compat] MkSystemTime {systemSeconds = 1787240507, systemNanoseconds = 984076565}
  18124. 2825.32 s [time-compat] Test suite instances: PASS
  18125. 2825.32 s [time-compat] Test suite logged to: dist/test/time-compat-1.9.7-instances.log
  18126. 2825.32 s [time-compat] 2 of 2 test suites (2 of 2 test cases) passed.
  18127. 2825.32 s [time-compat] Phase: haddockPhase
  18128. 2825.72 s [barbies] Preprocessing library for barbies-2.1.1.0..
  18129. 2825.88 s [barbies] Running Haddock on library for barbies-2.1.1.0..
  18130. 2826.35 s [haskell-src-meta] [4 of 6] Compiling Language.Haskell.Meta.Parse ( src/Language/Haskell/Meta/Parse.hs, dist/build/Language/Haskell/Meta/Parse.p_o )
  18131. 2826.50 s [barbies] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  18132. 2826.80 s [time-compat] Preprocessing library for time-compat-1.9.7..
  18133. 2826.82 s [time-compat] Running Haddock on library for time-compat-1.9.7..
  18134. 2827.39 s [haskell-src-meta] [5 of 6] Compiling Language.Haskell.Meta ( src/Language/Haskell/Meta.hs, dist/build/Language/Haskell/Meta.p_o )
  18135. 2827.54 s [logict] [1 of 2] Compiling Control.Monad.Logic.Class ( Control/Monad/Logic/Class.hs, dist/build/Control/Monad/Logic/Class.p_o )
  18136. 2827.73 s [time-compat] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  18137. 2827.97 s [haskell-src-meta] [6 of 6] Compiling Language.Haskell.Meta.Utils ( src/Language/Haskell/Meta/Utils.hs, dist/build/Language/Haskell/Meta/Utils.p_o )
  18138. 2828.26 s [genvalidity-property] [ 2 of 22] Compiling Test.Validity.Functions.Idempotence ( src/Test/Validity/Functions/Idempotence.hs, dist/build/Test/Validity/Functions/Idempotence.p_o )
  18139. 2828.26 s [genvalidity-property] [ 3 of 22] Compiling Test.Validity.Operations.Associativity ( src/Test/Validity/Operations/Associativity.hs, dist/build/Test/Validity/Operations/Associativity.p_o )
  18140. 2828.26 s [genvalidity-property] [ 4 of 22] Compiling Test.Validity.Operations.Commutativity ( src/Test/Validity/Operations/Commutativity.hs, dist/build/Test/Validity/Operations/Commutativity.p_o )
  18141. 2828.26 s [genvalidity-property] [ 5 of 22] Compiling Test.Validity.Operations.Identity ( src/Test/Validity/Operations/Identity.hs, dist/build/Test/Validity/Operations/Identity.p_o )
  18142. 2828.26 s [genvalidity-property] [ 6 of 22] Compiling Test.Validity.Operations ( src/Test/Validity/Operations.hs, dist/build/Test/Validity/Operations.p_o )
  18143. 2828.39 s [bifunctors] Phase: updateAutotoolsGnuConfigScriptsPhase
  18144. 2828.45 s [bifunctors] Phase: configurePhase
  18145. 2828.48 s [bifunctors] configureFlags: --verbose --prefix=/nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc/share/doc/bifunctors-5.6.2 --with-gcc=gcc --package-db=/build/tmp.tGXUneuH3K/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  18146. 2828.51 s [bifunctors] Using Parsec parser
  18147. 2828.51 s [bifunctors] Configuring bifunctors-5.6.2...
  18148. 2828.89 s [lifted-async] [2 of 2] Compiling Control.Concurrent.Async.Lifted.Safe ( src/Control/Concurrent/Async/Lifted/Safe.hs, dist/build/Control/Concurrent/Async/Lifted/Safe.p_o )
  18149. 2830.93 s [crypton] [15 of 58] Compiling Poly1305 ( tests/Poly1305.hs, dist/build/test-crypton/test-crypton-tmp/Poly1305.o )
  18150. 2831.02 s [logict] [2 of 2] Compiling Control.Monad.Logic ( Control/Monad/Logic.hs, dist/build/Control/Monad/Logic.p_o )
  18151. 2831.05 s [genvalidity-property] [ 7 of 22] Compiling Test.Validity.Property.Utils ( src/Test/Validity/Property/Utils.hs, dist/build/Test/Validity/Property/Utils.p_o )
  18152. 2831.05 s [genvalidity-property] [ 8 of 22] Compiling Test.Validity.GenValidity.Property ( src/Test/Validity/GenValidity/Property.hs, dist/build/Test/Validity/GenValidity/Property.p_o )
  18153. 2831.05 s [genvalidity-property] [ 9 of 22] Compiling Test.Validity.Functions.Validity ( src/Test/Validity/Functions/Validity.hs, dist/build/Test/Validity/Functions/Validity.p_o )
  18154. 2831.20 s [genvalidity-property] [10 of 22] Compiling Test.Validity.Relations.Antireflexivity ( src/Test/Validity/Relations/Antireflexivity.hs, dist/build/Test/Validity/Relations/Antireflexivity.p_o )
  18155. 2831.20 s [genvalidity-property] [11 of 22] Compiling Test.Validity.Relations.Antisymmetry ( src/Test/Validity/Relations/Antisymmetry.hs, dist/build/Test/Validity/Relations/Antisymmetry.p_o )
  18156. 2831.22 s [time-compat] 61% ( 8 / 13) in 'Data.Time.Calendar.Month.Compat'
  18157. 2831.22 s [time-compat] Missing documentation for:
  18158. 2831.22 s [time-compat] Module header
  18159. 2831.22 s [time-compat] addMonths
  18160. 2831.22 s [time-compat] diffMonths
  18161. 2831.22 s [time-compat] fromYearMonthValid
  18162. 2831.22 s [time-compat] fromMonthDayValid
  18163. 2831.24 s [time-compat] 75% ( 9 / 12) in 'Data.Time.Calendar.Quarter.Compat'
  18164. 2831.24 s [time-compat] Missing documentation for:
  18165. 2831.24 s [time-compat] Module header
  18166. 2831.24 s [time-compat] addQuarters
  18167. 2831.24 s [time-compat] diffQuarters
  18168. 2831.36 s [genvalidity-property] [12 of 22] Compiling Test.Validity.Relations.Reflexivity ( src/Test/Validity/Relations/Reflexivity.hs, dist/build/Test/Validity/Relations/Reflexivity.p_o )
  18169. 2831.36 s [genvalidity-property] [13 of 22] Compiling Test.Validity.Relations.Symmetry ( src/Test/Validity/Relations/Symmetry.hs, dist/build/Test/Validity/Relations/Symmetry.p_o )
  18170. 2831.36 s [genvalidity-property] [14 of 22] Compiling Test.Validity.Relations.Transitivity ( src/Test/Validity/Relations/Transitivity.hs, dist/build/Test/Validity/Relations/Transitivity.p_o )
  18171. 2831.55 s [bifunctors] Flags chosen: tagged=True
  18172. 2831.55 s [bifunctors] Dependency assoc >=1.1 && <1.2: using assoc-1.1.1
  18173. 2831.55 s [bifunctors] Dependency base >=4.9 && <5: using base-4.18.2.0
  18174. 2831.55 s [bifunctors] Dependency comonad >=5.0.7 && <6: using comonad-5.0.9
  18175. 2831.55 s [bifunctors] Dependency containers >=0.5.7.1 && <0.9: using containers-0.6.7
  18176. 2831.55 s [bifunctors] Dependency tagged >=0.8.6 && <1: using tagged-0.8.8
  18177. 2831.55 s [bifunctors] Dependency template-haskell >=2.11 && <2.24: using template-haskell-2.20.0.0
  18178. 2831.55 s [bifunctors] Dependency th-abstraction >=0.4.2.0 && <0.8: using th-abstraction-0.7.1.0
  18179. 2831.55 s [bifunctors] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
  18180. 2831.55 s [bifunctors] Dependency QuickCheck >=2 && <3: using QuickCheck-2.14.3
  18181. 2831.55 s [bifunctors] Dependency base >=4 && <5: using base-4.18.2.0
  18182. 2831.55 s [bifunctors] Dependency bifunctors: using bifunctors-5.6.2
  18183. 2831.55 s [bifunctors] Dependency hspec >=1.8: using hspec-2.11.12
  18184. 2831.55 s [bifunctors] Dependency template-haskell: using template-haskell-2.20.0.0
  18185. 2831.55 s [bifunctors] Dependency transformers: using transformers-0.6.1.0
  18186. 2831.55 s [bifunctors] Dependency transformers-compat: using transformers-compat-0.7.2
  18187. 2831.74 s [genvalidity-property] [15 of 22] Compiling Test.Validity.Relations ( src/Test/Validity/Relations.hs, dist/build/Test/Validity/Relations.p_o )
  18188. 2832.40 s [time-compat] 93% ( 44 / 47) in 'Data.Time.Format.ISO8601.Compat'
  18189. 2832.40 s [time-compat] Missing documentation for:
  18190. 2832.41 s [time-compat] Module header
  18191. 2832.41 s [time-compat] ISO8601
  18192. 2832.41 s [time-compat] FormatExtension
  18193. 2832.48 s [time-compat] 68% ( 13 / 19) in 'Data.Time.Format.Compat'
  18194. 2832.48 s [time-compat] Missing documentation for:
  18195. 2832.48 s [time-compat] Module header
  18196. 2832.48 s [time-compat] FormatTime
  18197. 2832.48 s [time-compat] parseTime (src/Data/Time/Format/Compat.hs:54)
  18198. 2832.48 s [time-compat] readTime (src/Data/Time/Format/Compat.hs:63)
  18199. 2832.48 s [time-compat] readsTime (src/Data/Time/Format/Compat.hs:71)
  18200. 2832.48 s [time-compat] TimeLocale
  18201. 2832.54 s [time-compat] 87% ( 7 / 8) in 'Data.Time.Clock.System.Compat'
  18202. 2832.54 s [time-compat] Missing documentation for:
  18203. 2832.54 s [time-compat] Module header
  18204. 2832.54 s [time-compat] 50% ( 4 / 8) in 'Data.Time.Clock.POSIX.Compat'
  18205. 2832.54 s [time-compat] Missing documentation for:
  18206. 2832.54 s [time-compat] Module header
  18207. 2832.54 s [time-compat] posixSecondsToUTCTime
  18208. 2832.54 s [time-compat] utcTimeToPOSIXSeconds
  18209. 2832.54 s [time-compat] systemToPOSIXTime
  18210. 2832.56 s [time-compat] 96% ( 25 / 26) in 'Data.Time.Clock.Compat'
  18211. 2832.56 s [time-compat] Missing documentation for:
  18212. 2832.56 s [time-compat] Module header
  18213. 2832.57 s [time-compat] 73% ( 11 / 15) in 'Data.Time.Calendar.WeekDate.Compat'
  18214. 2832.57 s [time-compat] Missing documentation for:
  18215. 2832.57 s [time-compat] Module header
  18216. 2832.57 s [time-compat] DayOfWeek
  18217. 2832.57 s [time-compat] dayOfWeek
  18218. 2832.57 s [time-compat] FirstWeekType
  18219. 2832.60 s [barbies] Warning: 'f' is out of scope.
  18220. 2832.60 s [barbies] If you qualify the identifier, haddock can try to link it anyway.
  18221. 2832.74 s [time-compat] 82% ( 14 / 17) in 'Data.Time.Calendar.OrdinalDate.Compat'
  18222. 2832.74 s [time-compat] Missing documentation for:
  18223. 2832.74 s [time-compat] Module header
  18224. 2832.74 s [time-compat] fromMondayStartWeekValid
  18225. 2832.74 s [time-compat] fromSundayStartWeekValid
  18226. 2832.76 s [time-compat] 87% ( 7 / 8) in 'Data.Time.Calendar.MonthDay.Compat'
  18227. 2832.76 s [time-compat] Missing documentation for:
  18228. 2832.76 s [time-compat] Module header
  18229. 2832.78 s [time-compat] 83% ( 5 / 6) in 'Data.Time.Calendar.Easter.Compat'
  18230. 2832.78 s [time-compat] Missing documentation for:
  18231. 2832.78 s [time-compat] Module header
  18232. 2832.86 s [time-compat] 72% ( 27 / 37) in 'Data.Time.Calendar.Compat'
  18233. 2832.86 s [time-compat] Missing documentation for:
  18234. 2832.86 s [time-compat] Module header
  18235. 2832.86 s [time-compat] addDays
  18236. 2832.86 s [time-compat] diffDays
  18237. 2832.86 s [time-compat] CalendarDiffDays
  18238. 2832.86 s [time-compat] calendarDay
  18239. 2832.86 s [time-compat] calendarWeek
  18240. 2832.86 s [time-compat] calendarMonth
  18241. 2832.86 s [time-compat] calendarYear
  18242. 2832.86 s [time-compat] DayOfWeek
  18243. 2832.86 s [time-compat] dayOfWeek
  18244. 2832.86 s [time-compat] 79% ( 35 / 44) in 'Data.Time.LocalTime.Compat'
  18245. 2832.86 s [time-compat] Missing documentation for:
  18246. 2832.86 s [time-compat] Module header
  18247. 2832.86 s [time-compat] makeTimeOfDayValid
  18248. 2832.86 s [time-compat] CalendarDiffTime
  18249. 2832.86 s [time-compat] calendarTimeDays
  18250. 2832.86 s [time-compat] calendarTimeTime
  18251. 2832.86 s [time-compat] utcToZonedTime
  18252. 2832.86 s [time-compat] zonedTimeToUTC
  18253. 2832.86 s [time-compat] getZonedTime
  18254. 2832.86 s [time-compat] utcToLocalZonedTime
  18255. 2832.86 s [time-compat] 80% ( 4 / 5) in 'Data.Time.Compat'
  18256. 2832.86 s [time-compat] Missing documentation for:
  18257. 2832.86 s [time-compat] Module header
  18258. 2832.88 s [time-compat] 64% ( 9 / 14) in 'Data.Time.Clock.TAI.Compat'
  18259. 2832.88 s [time-compat] Missing documentation for:
  18260. 2832.88 s [time-compat] Module header
  18261. 2832.88 s [time-compat] taiNominalDayStart
  18262. 2832.88 s [time-compat] utcDayLength
  18263. 2832.88 s [time-compat] utcToTAITime
  18264. 2832.89 s [time-compat] taiToUTCTime
  18265. 2832.89 s [time-compat] 95% ( 23 / 24) in 'Data.Time.Calendar.Julian.Compat'
  18266. 2832.89 s [time-compat] Missing documentation for:
  18267. 2832.89 s [time-compat] Module header
  18268. 2833.08 s [barbies] Warning: 'f' is out of scope.
  18269. 2833.08 s [barbies] If you qualify the identifier, haddock can try to link it anyway.
  18270. 2833.35 s [bifunctors] Source component graph:
  18271. 2833.35 s [bifunctors] component lib
  18272. 2833.35 s [bifunctors] component test:bifunctors-spec dependency lib
  18273. 2833.35 s [bifunctors] Configured component graph:
  18274. 2833.35 s [bifunctors] component bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
  18275. 2833.35 s [bifunctors] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
  18276. 2833.35 s [bifunctors] include base-4.18.2.0
  18277. 2833.35 s [bifunctors] include comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
  18278. 2833.35 s [bifunctors] include containers-0.6.7
  18279. 2833.35 s [bifunctors] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  18280. 2833.35 s [bifunctors] include template-haskell-2.20.0.0
  18281. 2833.35 s [bifunctors] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
  18282. 2833.35 s [bifunctors] include transformers-0.6.1.0
  18283. 2833.36 s [bifunctors] component bifunctors-5.6.2-EEAj98kHNnrKLoR6yssuv3-bifunctors-spec
  18284. 2833.36 s [bifunctors] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  18285. 2833.36 s [bifunctors] include base-4.18.2.0
  18286. 2833.36 s [bifunctors] include bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
  18287. 2833.36 s [bifunctors] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  18288. 2833.36 s [bifunctors] include template-haskell-2.20.0.0
  18289. 2833.36 s [bifunctors] include transformers-0.6.1.0
  18290. 2833.36 s [bifunctors] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  18291. 2833.36 s [bifunctors] Linked component graph:
  18292. 2833.36 s [bifunctors] unit bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
  18293. 2833.36 s [bifunctors] include assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
  18294. 2833.36 s [bifunctors] include base-4.18.2.0
  18295. 2833.36 s [bifunctors] include comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
  18296. 2833.36 s [bifunctors] include containers-0.6.7
  18297. 2833.36 s [bifunctors] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  18298. 2833.36 s [bifunctors] include template-haskell-2.20.0.0
  18299. 2833.36 s [bifunctors] include th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
  18300. 2833.36 s [bifunctors] include transformers-0.6.1.0
  18301. 2833.36 s [bifunctors] Data.Biapplicative=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Biapplicative,Data.Bifunctor.Biap=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Biap,Data.Bifunctor.Biff=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Biff,Data.Bifunctor.Clown=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Clown,Data.Bifunctor.Fix=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Fix,Data.Bifunctor.Flip=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Flip,Data.Bifunctor.Functor=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Functor,Data.Bifunctor.Join=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Join,Data.Bifunctor.Joker=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Joker,Data.Bifunctor.Product=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Product,Data.Bifunctor.Sum=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Sum,Data.Bifunctor.TH=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.TH,Data.Bifunctor.Tannen=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Tannen,Data.Bifunctor.Wrapped=bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm:Data.Bifunctor.Wrapped
  18302. 2833.36 s [bifunctors] unit bifunctors-5.6.2-EEAj98kHNnrKLoR6yssuv3-bifunctors-spec
  18303. 2833.36 s [bifunctors] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  18304. 2833.36 s [bifunctors] include base-4.18.2.0
  18305. 2833.36 s [bifunctors] include bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
  18306. 2833.36 s [bifunctors] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  18307. 2833.36 s [bifunctors] include template-haskell-2.20.0.0
  18308. 2833.36 s [bifunctors] include transformers-0.6.1.0
  18309. 2833.37 s [bifunctors] include transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  18310. 2833.37 s [bifunctors] Ready component graph:
  18311. 2833.37 s [bifunctors] definite bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
  18312. 2833.37 s [bifunctors] depends assoc-1.1.1-IE3OZbO4dPhKbiMx0ni3EH
  18313. 2833.37 s [bifunctors] depends base-4.18.2.0
  18314. 2833.37 s [bifunctors] depends comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
  18315. 2833.37 s [bifunctors] depends containers-0.6.7
  18316. 2833.37 s [bifunctors] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  18317. 2833.37 s [bifunctors] depends template-haskell-2.20.0.0
  18318. 2833.37 s [bifunctors] depends th-abstraction-0.7.1.0-CSrKWqCHVgZ4b2NXdmTxps
  18319. 2833.37 s [bifunctors] depends transformers-0.6.1.0
  18320. 2833.37 s [bifunctors] definite bifunctors-5.6.2-EEAj98kHNnrKLoR6yssuv3-bifunctors-spec
  18321. 2833.37 s [bifunctors] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  18322. 2833.37 s [bifunctors] depends base-4.18.2.0
  18323. 2833.37 s [bifunctors] depends bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
  18324. 2833.37 s [bifunctors] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  18325. 2833.37 s [bifunctors] depends template-haskell-2.20.0.0
  18326. 2833.37 s [bifunctors] depends transformers-0.6.1.0
  18327. 2833.38 s [bifunctors] depends transformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI
  18328. 2833.38 s [bifunctors] Using Cabal-3.10.1.0 compiled by ghc-9.6
  18329. 2833.38 s [bifunctors] Using compiler: ghc-9.6.4
  18330. 2833.38 s [bifunctors] Using install prefix:
  18331. 2833.38 s [bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2
  18332. 2833.38 s [bifunctors] Executables installed in:
  18333. 2833.38 s [bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/bin
  18334. 2833.38 s [bifunctors] Libraries installed in:
  18335. 2833.38 s [bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
  18336. 2833.38 s [bifunctors] Dynamic Libraries installed in:
  18337. 2833.38 s [bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  18338. 2833.38 s [bifunctors] Private executables installed in:
  18339. 2833.39 s [bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/libexec/x86_64-linux-ghc-9.6.4/bifunctors-5.6.2
  18340. 2833.39 s [bifunctors] Data files installed in:
  18341. 2833.39 s [bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/share/x86_64-linux-ghc-9.6.4/bifunctors-5.6.2
  18342. 2833.39 s [bifunctors] Documentation installed in:
  18343. 2833.39 s [bifunctors] /nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc/share/doc/bifunctors-5.6.2
  18344. 2833.39 s [bifunctors] Configuration files installed in:
  18345. 2833.39 s [bifunctors] /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/etc
  18346. 2833.39 s [bifunctors] No alex found
  18347. 2833.39 s [bifunctors] Using ar found on system at:
  18348. 2833.39 s [bifunctors] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  18349. 2833.39 s [bifunctors] No c2hs found
  18350. 2833.39 s [bifunctors] No cpphs found
  18351. 2833.39 s [bifunctors] No doctest found
  18352. 2833.39 s [bifunctors] Using gcc version 14.3.0 given by user at:
  18353. 2833.39 s [bifunctors] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  18354. 2833.39 s [bifunctors] Using ghc version 9.6.4 found on system at:
  18355. 2833.40 s [bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  18356. 2833.40 s [bifunctors] Using ghc-pkg version 9.6.4 found on system at:
  18357. 2833.40 s [bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  18358. 2833.40 s [bifunctors] No ghcjs found
  18359. 2833.40 s [bifunctors] No ghcjs-pkg found
  18360. 2833.40 s [bifunctors] No greencard found
  18361. 2833.40 s [bifunctors] Using haddock version 2.29.2 found on system at:
  18362. 2833.40 s [bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  18363. 2833.40 s [bifunctors] No happy found
  18364. 2833.40 s [bifunctors] Using haskell-suite found on system at: haskell-suite-dummy-location
  18365. 2833.40 s [bifunctors] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  18366. 2833.40 s [bifunctors] No hmake found
  18367. 2833.40 s [bifunctors] Using hpc version 0.68 found on system at:
  18368. 2833.40 s [bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  18369. 2833.40 s [bifunctors] Using hsc2hs version 0.68.9 found on system at:
  18370. 2833.40 s [bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  18371. 2833.40 s [bifunctors] Using hscolour version 1.25 found on system at:
  18372. 2833.40 s [bifunctors] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  18373. 2833.40 s [bifunctors] No jhc found
  18374. 2833.40 s [bifunctors] Using ld found on system at:
  18375. 2833.40 s [bifunctors] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  18376. 2833.40 s [bifunctors] No pkg-config found
  18377. 2833.40 s [bifunctors] Using runghc version 9.6.4 found on system at:
  18378. 2833.40 s [bifunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  18379. 2833.40 s [bifunctors] Using strip version 2.44 found on system at:
  18380. 2833.40 s [bifunctors] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  18381. 2833.40 s [bifunctors] Using tar found on system at:
  18382. 2833.40 s [bifunctors] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  18383. 2833.40 s [bifunctors] No uhc found
  18384. 2833.67 s [genvalidity-property] [16 of 22] Compiling Test.Validity.Shrinking.Property ( src/Test/Validity/Shrinking/Property.hs, dist/build/Test/Validity/Shrinking/Property.p_o )
  18385. 2833.67 s [genvalidity-property] [17 of 22] Compiling Test.Validity.Types ( src/Test/Validity/Types.hs, dist/build/Test/Validity/Types.p_o )
  18386. 2833.67 s [genvalidity-property] [18 of 22] Compiling Test.Validity.Functions.Inverse ( src/Test/Validity/Functions/Inverse.hs, dist/build/Test/Validity/Functions/Inverse.p_o )
  18387. 2833.67 s [genvalidity-property] [19 of 22] Compiling Test.Validity.Functions.Equivalence ( src/Test/Validity/Functions/Equivalence.hs, dist/build/Test/Validity/Functions/Equivalence.p_o )
  18388. 2833.86 s [barbies] Warning: 'Identity' is out of scope.
  18389. 2833.87 s [barbies] If you qualify the identifier, haddock can try to link it anyway.
  18390. 2833.87 s [barbies] 80% ( 8 / 10) in 'Barbies.Bare'
  18391. 2833.87 s [barbies] Missing documentation for:
  18392. 2833.87 s [barbies] Bare (src/Barbies/Internal/Wear.hs:12)
  18393. 2833.87 s [barbies] Covered (src/Barbies/Internal/Wear.hs:13)
  18394. 2834.44 s [time-compat] Warning: Data.Time.Format.ISO8601.Compat: could not find link destinations for:
  18395. 2834.44 s [time-compat] - Data.Format.Productish
  18396. 2834.44 s [time-compat] - Data.Format.<**>
  18397. 2834.44 s [time-compat] - Data.Format.**>
  18398. 2834.44 s [time-compat] - Data.Format.<**
  18399. 2834.44 s [time-compat] - Data.Format.pUnit
  18400. 2834.44 s [time-compat] - Data.Format.Summish
  18401. 2834.44 s [time-compat] - Data.Format.<++>
  18402. 2834.44 s [time-compat] - Data.Format.pVoid
  18403. 2834.44 s [time-compat] - Data.Format.isoMap
  18404. 2834.44 s [time-compat] - Data.Format.IsoVariant
  18405. 2834.45 s [bifunctors] Phase: buildPhase
  18406. 2834.69 s [barbies] Warning: 'tprod'' is out of scope.
  18407. 2834.69 s [barbies] If you qualify the identifier, haddock can try to link it anyway.
  18408. 2835.10 s [bifunctors] Preprocessing library for bifunctors-5.6.2..
  18409. 2835.14 s [bifunctors] Building library for bifunctors-5.6.2..
  18410. 2835.19 s [barbies] Warning: 'Product'' is out of scope.
  18411. 2835.19 s [barbies] If you qualify the identifier, haddock can try to link it anyway.
  18412. 2835.23 s [genvalidity-property] [20 of 22] Compiling Test.Validity.Functions.CanFail ( src/Test/Validity/Functions/CanFail.hs, dist/build/Test/Validity/Functions/CanFail.p_o )
  18413. 2835.23 s [genvalidity-property] [21 of 22] Compiling Test.Validity.Functions ( src/Test/Validity/Functions.hs, dist/build/Test/Validity/Functions.p_o )
  18414. 2835.50 s [barbies] 97% ( 36 / 37) in 'Data.Functor.Transformer'
  18415. 2835.50 s [barbies] Missing documentation for:
  18416. 2835.50 s [barbies] Rec (src/Data/Generics/GenericN.hs:51)
  18417. 2835.74 s [genvalidity-property] [22 of 22] Compiling Test.Validity.Property ( src/Test/Validity/Property.hs, dist/build/Test/Validity/Property.p_o )
  18418. 2835.74 s [barbies] Warning: 'bprod'' is out of scope.
  18419. 2835.74 s [barbies] If you qualify the identifier, haddock can try to link it anyway.
  18420. 2836.08 s [barbies] Warning: 'Product'' is out of scope.
  18421. 2836.12 s [barbies] If you qualify the identifier, haddock can try to link it anyway.
  18422. 2836.43 s [barbies] 95% ( 41 / 43) in 'Data.Functor.Barbie'
  18423. 2836.43 s [barbies] Missing documentation for:
  18424. 2836.43 s [barbies] bfoldMapC (src/Barbies/Internal/ConstraintsB.hs:167)
  18425. 2836.43 s [barbies] Rec (src/Data/Generics/GenericN.hs:51)
  18426. 2836.54 s [bifunctors] [ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o, dist/build/Data/Biapplicative.dyn_o )
  18427. 2836.70 s [concurrent-output] [1 of 6] Compiling Utility.Exception ( Utility/Exception.hs, dist/build/Utility/Exception.p_o )
  18428. 2837.94 s [haskell-src-meta] Preprocessing test suite 'examples' for haskell-src-meta-0.8.15..
  18429. 2837.94 s [haskell-src-meta] Building test suite 'examples' for haskell-src-meta-0.8.15..
  18430. 2838.60 s [barbies] 94% ( 18 / 19) in 'Barbies.Bi'
  18431. 2838.60 s [barbies] Missing documentation for:
  18432. 2838.60 s [barbies] Module header
  18433. 2838.98 s [barbies] Warning: 'Dependants' is out of scope.
  18434. 2838.98 s [barbies] If you qualify the identifier, haddock can try to link it anyway.
  18435. 2838.99 s [barbies] 100% ( 20 / 20) in 'Barbies'
  18436. 2839.02 s [barbies] 90% ( 9 / 10) in 'Barbies.Constraints'
  18437. 2839.02 s [barbies] Missing documentation for:
  18438. 2839.02 s [barbies] & (src/Barbies/Internal/ConstraintsB.hs:112)
  18439. 2839.04 s [barbies] 56% ( 30 / 53) in 'Barbies.Internal'
  18440. 2839.04 s [barbies] Missing documentation for:
  18441. 2839.04 s [barbies] Module header
  18442. 2839.04 s [barbies] GFunctor (src/Barbies/Generics/Functor.hs:14)
  18443. 2839.04 s [barbies] GTraversable (src/Barbies/Generics/Traversable.hs:11)
  18444. 2839.04 s [barbies] GDistributive (src/Barbies/Generics/Distributive.hs:17)
  18445. 2839.04 s [barbies] gbpureDefault (src/Barbies/Internal/ApplicativeB.hs:174)
  18446. 2839.04 s [barbies] GApplicative (src/Barbies/Generics/Applicative.hs:17)
  18447. 2839.04 s [barbies] GConstraints (src/Barbies/Generics/Constraints.hs:21)
  18448. 2839.04 s [barbies] GAll (src/Barbies/Generics/Constraints.hs:24)
  18449. 2839.04 s [barbies] X (src/Barbies/Generics/Constraints.hs:26)
  18450. 2839.04 s [barbies] Y (src/Barbies/Generics/Constraints.hs:27)
  18451. 2839.04 s [barbies] Self (src/Barbies/Generics/Constraints.hs:141)
  18452. 2839.04 s [barbies] Other (src/Barbies/Generics/Constraints.hs:142)
  18453. 2839.04 s [barbies] SelfOrOther (src/Barbies/Generics/Constraints.hs:144)
  18454. 2839.04 s [barbies] TagSelf0' (src/Barbies/Internal/ConstraintsB.hs:389)
  18455. 2839.04 s [barbies] TagSelf1' (src/Barbies/Internal/ConstraintsT.hs:324)
  18456. 2839.04 s [barbies] GBare (src/Barbies/Generics/Bare.hs:17)
  18457. 2839.04 s [barbies] Param (src/Data/Generics/GenericN.hs:40)
  18458. 2839.04 s [barbies] Indexed (src/Data/Generics/GenericN.hs:42)
  18459. 2839.04 s [barbies] FilterIndex (src/Data/Generics/GenericN.hs:46)
  18460. 2839.04 s [barbies] Zip (src/Data/Generics/GenericN.hs:53)
  18461. 2839.04 s [barbies] Rec (src/Data/Generics/GenericN.hs:51)
  18462. 2839.04 s [barbies] GenericN (src/Data/Generics/GenericN.hs:68)
  18463. 2839.04 s [barbies] GenericP (src/Data/Generics/GenericN.hs:89)
  18464. 2839.07 s [haskell-src-meta] [1 of 5] Compiling BF ( examples/BF.hs, dist/build/examples/examples-tmp/BF.o, dist/build/examples/examples-tmp/BF.dyn_o )
  18465. 2839.25 s [streaming-commons] [ 7 of 11] Compiling Data.Streaming.Process.Internal ( Data/Streaming/Process/Internal.hs, dist/build/Data/Streaming/Process/Internal.o, dist/build/Data/Streaming/Process/Internal.dyn_o )
  18466. 2839.25 s [streaming-commons] [ 8 of 11] Compiling Data.Streaming.Process ( Data/Streaming/Process.hs, dist/build/Data/Streaming/Process.o, dist/build/Data/Streaming/Process.dyn_o )
  18467. 2839.25 s [streaming-commons] [ 9 of 11] Compiling Data.Streaming.Text ( Data/Streaming/Text.hs, dist/build/Data/Streaming/Text.o, dist/build/Data/Streaming/Text.dyn_o )
  18468. 2839.25 s [streaming-commons] [10 of 11] Compiling Data.Streaming.Zlib.Lowlevel ( Data/Streaming/Zlib/Lowlevel.hs, dist/build/Data/Streaming/Zlib/Lowlevel.o, dist/build/Data/Streaming/Zlib/Lowlevel.dyn_o )
  18469. 2839.25 s [streaming-commons]
  18470. 2839.27 s [streaming-commons] Data/Streaming/Zlib/Lowlevel.hs:105:1: warning: [GHC-53633] [-Woverlapping-patterns]
  18471. 2839.27 s [streaming-commons] Pattern match is redundant
  18472. 2839.27 s [streaming-commons] In an equation for ‘wbToInt’: wbToInt _ = ...
  18473. 2839.27 s [streaming-commons] |
  18474. 2839.27 s [streaming-commons] 105 | wbToInt _ = 15
  18475. 2839.27 s [streaming-commons] | ^^^^^^^^^^^^^^
  18476. 2839.27 s [streaming-commons] [11 of 11] Compiling Data.Streaming.Zlib ( Data/Streaming/Zlib.hs, dist/build/Data/Streaming/Zlib.o, dist/build/Data/Streaming/Zlib.dyn_o )
  18477. 2839.96 s [concurrent-output] [2 of 6] Compiling Utility.Monad ( Utility/Monad.hs, dist/build/Utility/Monad.p_o )
  18478. 2840.72 s [concurrent-output] [3 of 6] Compiling System.Console.Concurrent.Internal ( System/Console/Concurrent/Internal.hs, dist/build/System/Console/Concurrent/Internal.p_o )
  18479. 2841.04 s [lifted-async] Phase: haddockPhase
  18480. 2841.40 s [asn1-encoding] Documentation created: dist/doc/html/asn1-encoding/index.html,
  18481. 2841.46 s [asn1-encoding] dist/doc/html/asn1-encoding/asn1-encoding.txt
  18482. 2841.72 s [streaming-commons] [ 1 of 11] Compiling Data.Streaming.ByteString.Builder.Buffer ( Data/Streaming/ByteString/Builder/Buffer.hs, dist/build/Data/Streaming/ByteString/Builder/Buffer.p_o )
  18483. 2841.88 s [asn1-encoding] Preprocessing test suite 'tests-asn1-encoding' for asn1-encoding-0.9.6..
  18484. 2841.92 s [asn1-encoding] Phase: installPhase
  18485. 2841.95 s [lifted-async] Preprocessing library for lifted-async-0.10.2.7..
  18486. 2842.14 s [asn1-encoding] Installing library in /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
  18487. 2842.16 s [lifted-async] Running Haddock on library for lifted-async-0.10.2.7..
  18488. 2842.36 s [lifted-async] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  18489. 2843.06 s [vector] [ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o, dist/build/Data/Vector/Generic/Mutable.dyn_o )
  18490. 2843.47 s [genvalidity-property] Preprocessing test suite 'genvalidity-property-test' for genvalidity-property-1.0.0.0..
  18491. 2843.47 s [genvalidity-property] Building test suite 'genvalidity-property-test' for genvalidity-property-1.0.0.0..
  18492. 2843.93 s [genvalidity-property] [1 of 3] Compiling Paths_genvalidity_property ( dist/build/genvalidity-property-test/autogen/Paths_genvalidity_property.hs, dist/build/genvalidity-property-test/genvalidity-property-test-tmp/Paths_genvalidity_property.o )
  18493. 2844.35 s [crypton] [16 of 58] Compiling Padding ( tests/Padding.hs, dist/build/test-crypton/test-crypton-tmp/Padding.o )
  18494. 2844.35 s [crypton] [17 of 58] Compiling Number.F2m ( tests/Number/F2m.hs, dist/build/test-crypton/test-crypton-tmp/Number/F2m.o )
  18495. 2844.76 s [logict] Preprocessing test suite 'logict-tests' for logict-0.8.2.0..
  18496. 2844.76 s [logict] Building test suite 'logict-tests' for logict-0.8.2.0..
  18497. 2844.76 s [asn1-encoding] Phase: fixupPhase
  18498. 2844.87 s [asn1-encoding] shrinking RPATHs of ELF executables and libraries in /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6
  18499. 2844.90 s [asn1-encoding] shrinking /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSasn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2-ghc9.6.4.so
  18500. 2844.99 s [asn1-encoding] checking for references to /build/ in /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6...
  18501. 2845.08 s [asn1-encoding] patching script interpreter paths in /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6
  18502. 2845.10 s [asn1-encoding] stripping (with command strip and flags -S -p) in /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6/lib
  18503. 2845.17 s [logict] [1 of 1] Compiling Main ( test/Test.hs, dist/build/logict-tests/logict-tests-tmp/Main.o )
  18504. 2845.26 s [lifted-async] Warning: 'a' is out of scope.
  18505. 2845.26 s [lifted-async] If you qualify the identifier, haddock can try to link it anyway.
  18506. 2845.28 s [lifted-async] 98% ( 62 / 63) in 'Control.Concurrent.Async.Lifted'
  18507. 2845.28 s [lifted-async] Missing documentation for:
  18508. 2845.28 s [lifted-async] ExceptionInLinkedThread
  18509. 2845.39 s [genvalidity-property] [2 of 3] Compiling Test.Validity.Operations.CommutativitySpec ( test/Test/Validity/Operations/CommutativitySpec.hs, dist/build/genvalidity-property-test/genvalidity-property-test-tmp/Test/Validity/Operations/CommutativitySpec.o )
  18510. 2845.88 s [asn1-encoding] shrinking RPATHs of ELF executables and libraries in /nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc
  18511. 2845.89 s [asn1-encoding] checking for references to /build/ in /nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc...
  18512. 2845.94 s [streaming-commons] [ 2 of 11] Compiling Data.Streaming.ByteString.Builder ( Data/Streaming/ByteString/Builder.hs, dist/build/Data/Streaming/ByteString/Builder.p_o )
  18513. 2845.95 s [asn1-encoding] patching script interpreter paths in /nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc
  18514. 2846.52 s [asn1-encoding:post-build] Uploading to the NixCI cache: /nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6 /nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc
  18515. 2847.11 s [asn1-encoding:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  18516. 2847.98 s [asn1-encoding:post-build] copying 2 paths...
  18517. 2847.98 s [asn1-encoding:post-build] copying path '/nix/store/ybn4dq52267q78pvbiqasknqmi9hh8a6-asn1-encoding-0.9.6-doc' to 'https://cache.nix-ci.com'...
  18518. 2848.85 s [asn1-encoding:post-build] copying path '/nix/store/8vxpicarm8mhwn9q1424jnjnzxj8dpa8-asn1-encoding-0.9.6' to 'https://cache.nix-ci.com'...
  18519. 2852.32 s [asn1-encoding:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  18520. 2853.04 s [asn1-encoding:post-build] copying 1 paths...
  18521. 2853.04 s [asn1-encoding:post-build] copying path '/nix/store/cryv4k07pv351y30ki8q5399q1ny6axd-asn1-encoding-0.9.6.drv' to 'https://cache.nix-ci.com'...
  18522. 2853.69 s Uploaded asn1-encoding in 7.3s
  18523. 2853.70 s Progress: 150 of 211 built (12 building), 298 of 298 downloaded from cache
  18524. 2853.70 s Built asn1-encoding in 1m47s
  18525. 2854.03 s Building /nix/store/g8chv54yn3wn9kxrcmmmh5gfx5rd78dj-asn1-parse-0.9.5.drv
  18526. 2854.03 s [bifunctors] [ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.o, dist/build/Data/Bifunctor/Biap.dyn_o )
  18527. 2854.03 s [concurrent-output] [4 of 6] Compiling System.Console.Concurrent ( System/Console/Concurrent.hs, dist/build/System/Console/Concurrent.p_o )
  18528. 2854.03 s [concurrent-output] [5 of 6] Compiling System.Process.Concurrent ( System/Process/Concurrent.hs, dist/build/System/Process/Concurrent.p_o )
  18529. 2854.03 s [concurrent-output] [6 of 6] Compiling System.Console.Regions ( System/Console/Regions.hs, dist/build/System/Console/Regions.p_o )
  18530. 2854.03 s [genvalidity-property] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-property-test/genvalidity-property-test-tmp/Main.o )
  18531. 2854.03 s [genvalidity-property] [4 of 4] Linking dist/build/genvalidity-property-test/genvalidity-property-test
  18532. 2854.03 s [genvalidity-property] buildPhase completed in 47 seconds
  18533. 2854.03 s [genvalidity-property] Phase: checkPhase
  18534. 2854.03 s [genvalidity-property] Running 1 test suites...
  18535. 2854.03 s [genvalidity-property] Test suite genvalidity-property-test: RUNNING...
  18536. 2854.03 s [genvalidity-property]
  18537. 2854.03 s [genvalidity-property] Test.Validity.Operations.Commutativity
  18538. 2854.03 s [genvalidity-property] commutative
  18539. 2854.03 s [genvalidity-property] + is commutative [✔]
  18540. 2854.03 s [genvalidity-property] +++ OK, passed 100 tests.
  18541. 2854.03 s [genvalidity-property] * is commutative [✔]
  18542. 2854.03 s [genvalidity-property] +++ OK, passed 100 tests.
  18543. 2854.03 s [genvalidity-property] dot product is commutative [✔]
  18544. 2854.03 s [genvalidity-property] +++ OK, passed 100 tests.
  18545. 2854.03 s [genvalidity-property] - is not commutative [✔]
  18546. 2854.03 s [genvalidity-property] +++ OK, failed as expected. (after 1 test and 64 shrinks):
  18547. 2854.03 s [genvalidity-property] expected: 1
  18548. 2854.03 s [genvalidity-property] but got: -1
  18549. 2854.03 s [genvalidity-property] (0,1)
  18550. 2854.03 s [genvalidity-property] cross product is not commutative [✔]
  18551. 2854.03 s [genvalidity-property] +++ OK, failed as expected. (after 1 test and 64 shrinks):
  18552. 2854.03 s [genvalidity-property] expected: 1
  18553. 2854.03 s [genvalidity-property] but got: -1
  18554. 2854.03 s [genvalidity-property] ((0,1),(1,0))
  18555. 2854.03 s [genvalidity-property]
  18556. 2854.03 s [genvalidity-property] Finished in 0.0384 seconds
  18557. 2854.03 s [genvalidity-property] 5 examples, 0 failures
  18558. 2854.03 s [genvalidity-property] Test suite genvalidity-property-test: PASS
  18559. 2854.03 s [genvalidity-property] Test suite logged to:
  18560. 2854.03 s [genvalidity-property] dist/test/genvalidity-property-1.0.0.0-genvalidity-property-test.log
  18561. 2854.04 s [genvalidity-property] 1 of 1 test suites (1 of 1 test cases) passed.
  18562. 2854.04 s [genvalidity-property] Phase: haddockPhase
  18563. 2854.04 s [genvalidity-property] Preprocessing library for genvalidity-property-1.0.0.0..
  18564. 2854.04 s [genvalidity-property] Running Haddock on library for genvalidity-property-1.0.0.0..
  18565. 2854.04 s [haskell-src-meta] [2 of 5] Compiling Hs ( examples/Hs.hs, dist/build/examples/examples-tmp/Hs.o, dist/build/examples/examples-tmp/Hs.dyn_o )
  18566. 2854.04 s [haskell-src-meta] [3 of 5] Compiling HsHere ( examples/HsHere.hs, dist/build/examples/examples-tmp/HsHere.o, dist/build/examples/examples-tmp/HsHere.dyn_o )
  18567. 2854.04 s [haskell-src-meta] [4 of 5] Compiling SKI ( examples/SKI.hs, dist/build/examples/examples-tmp/SKI.o, dist/build/examples/examples-tmp/SKI.dyn_o )
  18568. 2854.04 s [haskell-src-meta] [5 of 5] Compiling Main ( tests/TestExamples.hs, dist/build/examples/examples-tmp/Main.o )
  18569. 2854.04 s [lifted-async] Warning: 'a' is out of scope.
  18570. 2854.04 s [lifted-async] If you qualify the identifier, haddock can try to link it anyway.
  18571. 2854.04 s [lifted-async] Warning: 'm' is out of scope.
  18572. 2854.04 s [lifted-async] If you qualify the identifier, haddock can try to link it anyway.
  18573. 2854.04 s [lifted-async] 96% ( 63 / 65) in 'Control.Concurrent.Async.Lifted.Safe'
  18574. 2854.04 s [lifted-async] Missing documentation for:
  18575. 2854.04 s [lifted-async] Forall
  18576. 2854.04 s [lifted-async] ExceptionInLinkedThread
  18577. 2854.04 s [streaming-commons] [ 3 of 11] Compiling Data.Streaming.FileRead ( Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.p_o )
  18578. 2854.04 s [streaming-commons] [ 4 of 11] Compiling Data.Streaming.Filesystem ( Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.p_o )
  18579. 2854.04 s [streaming-commons] [ 5 of 11] Compiling Data.Streaming.Network.Internal ( Data/Streaming/Network/Internal.hs, dist/build/Data/Streaming/Network/Internal.p_o )
  18580. 2854.04 s [streaming-commons] [ 6 of 11] Compiling Data.Streaming.Network ( Data/Streaming/Network.hs, dist/build/Data/Streaming/Network.p_o )
  18581. 2854.29 s [asn1-parse] Phase: setupCompilerEnvironmentPhase
  18582. 2854.31 s [asn1-parse] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  18583. 2854.34 s [genvalidity-property] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  18584. 2854.73 s [haskell-src-meta] [6 of 6] Linking dist/build/examples/examples
  18585. 2855.21 s [asn1-parse] Phase: unpackPhase
  18586. 2855.26 s [asn1-parse] unpacking source archive /nix/store/77710zyrarfa479zv69b7p88vcf9iwjx-asn1-parse-0.9.5.tar.gz
  18587. 2855.29 s [asn1-parse] source root is asn1-parse-0.9.5
  18588. 2855.42 s [asn1-parse] setting SOURCE_DATE_EPOCH to timestamp 1569783987 of file "asn1-parse-0.9.5/asn1-parse.cabal"
  18589. 2855.44 s [asn1-parse] Phase: patchPhase
  18590. 2855.48 s [asn1-parse] Phase: compileBuildDriverPhase
  18591. 2855.50 s [asn1-parse] setupCompileFlags: -package-db=/build/tmp.7McJ2FsxQ7/setup-package.conf.d -threaded
  18592. 2855.95 s [genvalidity-property] 50% ( 2 / 4) in 'Test.Validity.Functions.Idempotence'
  18593. 2855.95 s [genvalidity-property] Missing documentation for:
  18594. 2855.95 s [genvalidity-property] idempotentOnGen (src/Test/Validity/Functions/Idempotence.hs:16)
  18595. 2855.95 s [genvalidity-property] idempotent (src/Test/Validity/Functions/Idempotence.hs:19)
  18596. 2856.01 s [genvalidity-property] 75% ( 3 / 4) in 'Test.Validity.Operations.Associativity'
  18597. 2856.01 s [genvalidity-property] Missing documentation for:
  18598. 2856.01 s [genvalidity-property] Module header
  18599. 2856.02 s [asn1-parse] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.7McJ2FsxQ7/Main.o )
  18600. 2856.06 s [genvalidity-property] 75% ( 3 / 4) in 'Test.Validity.Operations.Commutativity'
  18601. 2856.06 s [genvalidity-property] Missing documentation for:
  18602. 2856.06 s [genvalidity-property] Module header
  18603. 2856.13 s [genvalidity-property] 64% ( 9 / 14) in 'Test.Validity.Operations.Identity'
  18604. 2856.13 s [genvalidity-property] Missing documentation for:
  18605. 2856.13 s [genvalidity-property] Module header
  18606. 2856.13 s [genvalidity-property] leftIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:43)
  18607. 2856.13 s [genvalidity-property] leftIdentityOnGen (src/Test/Validity/Operations/Identity.hs:57)
  18608. 2856.13 s [genvalidity-property] rightIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:100)
  18609. 2856.13 s [genvalidity-property] rightIdentityOnGen (src/Test/Validity/Operations/Identity.hs:114)
  18610. 2856.15 s [strict] Documentation created: dist/doc/html/strict/index.html,
  18611. 2856.15 s [strict] dist/doc/html/strict/strict.txt
  18612. 2856.19 s [genvalidity-property] 100% ( 4 / 4) in 'Test.Validity.Operations'
  18613. 2856.23 s [asn1-parse] [2 of 2] Linking Setup
  18614. 2856.38 s [genvalidity-property] 0% ( 0 / 6) in 'Test.Validity.Property.Utils'
  18615. 2856.38 s [genvalidity-property] Missing documentation for:
  18616. 2856.38 s [genvalidity-property] Module header
  18617. 2856.38 s [genvalidity-property] forAllValid (src/Test/Validity/Property/Utils.hs:15)
  18618. 2856.38 s [genvalidity-property] shouldBeValid (src/Test/Validity/Property/Utils.hs:24)
  18619. 2856.38 s [genvalidity-property] shouldBeInvalid (src/Test/Validity/Property/Utils.hs:40)
  18620. 2856.38 s [genvalidity-property] <==> (src/Test/Validity/Property/Utils.hs:21)
  18621. 2856.38 s [genvalidity-property] ===> (src/Test/Validity/Property/Utils.hs:18)
  18622. 2856.42 s [genvalidity-property] 100% ( 3 / 3) in 'Test.Validity.GenValidity.Property'
  18623. 2856.54 s [strict] haddockPhase completed in 41 seconds
  18624. 2856.54 s [strict] Phase: installPhase
  18625. 2856.71 s [logict] [2 of 2] Linking dist/build/logict-tests/logict-tests
  18626. 2856.82 s [strict] Installing library in /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/strict-0.5.1-FcZmyblMVSX2Y6XANVnC6o
  18627. 2856.82 s [genvalidity-property] 40% ( 4 / 10) in 'Test.Validity.Functions.Validity'
  18628. 2856.82 s [genvalidity-property] Missing documentation for:
  18629. 2856.82 s [genvalidity-property] producesValidsOnGens2 (src/Test/Validity/Functions/Validity.hs:45)
  18630. 2856.82 s [genvalidity-property] producesValid2 (src/Test/Validity/Functions/Validity.hs:54)
  18631. 2856.82 s [genvalidity-property] producesValidsOnArbitrary2 (src/Test/Validity/Functions/Validity.hs:60)
  18632. 2856.82 s [genvalidity-property] producesValidsOnGens3 (src/Test/Validity/Functions/Validity.hs:66)
  18633. 2856.82 s [genvalidity-property] producesValid3 (src/Test/Validity/Functions/Validity.hs:75)
  18634. 2856.82 s [genvalidity-property] producesValidsOnArbitrary3 (src/Test/Validity/Functions/Validity.hs:89)
  18635. 2856.88 s [genvalidity-property] 60% ( 3 / 5) in 'Test.Validity.Relations.Antireflexivity'
  18636. 2856.88 s [genvalidity-property] Missing documentation for:
  18637. 2856.88 s [genvalidity-property] Module header
  18638. 2856.88 s [genvalidity-property] antireflexivityOnGen (src/Test/Validity/Relations/Antireflexivity.hs:30)
  18639. 2856.94 s [genvalidity-property] 50% ( 3 / 6) in 'Test.Validity.Relations.Antisymmetry'
  18640. 2856.94 s [genvalidity-property] Missing documentation for:
  18641. 2856.94 s [genvalidity-property] Module header
  18642. 2856.94 s [genvalidity-property] antisymmetryOnGensWithEquality (src/Test/Validity/Relations/Antisymmetry.hs:36)
  18643. 2856.94 s [genvalidity-property] antisymmetryOnGens (src/Test/Validity/Relations/Antisymmetry.hs:47)
  18644. 2856.98 s [genvalidity-property] 60% ( 3 / 5) in 'Test.Validity.Relations.Reflexivity'
  18645. 2856.98 s [genvalidity-property] Missing documentation for:
  18646. 2856.99 s [genvalidity-property] Module header
  18647. 2856.99 s [genvalidity-property] reflexivityOnGen (src/Test/Validity/Relations/Reflexivity.hs:30)
  18648. 2857.03 s [genvalidity-property] 60% ( 3 / 5) in 'Test.Validity.Relations.Symmetry'
  18649. 2857.03 s [genvalidity-property] Missing documentation for:
  18650. 2857.03 s [genvalidity-property] Module header
  18651. 2857.03 s [genvalidity-property] symmetryOnGens (src/Test/Validity/Relations/Symmetry.hs:32)
  18652. 2857.07 s [genvalidity-property] 60% ( 3 / 5) in 'Test.Validity.Relations.Transitivity'
  18653. 2857.07 s [genvalidity-property] Missing documentation for:
  18654. 2857.07 s [genvalidity-property] Module header
  18655. 2857.07 s [genvalidity-property] transitivityOnGens (src/Test/Validity/Relations/Transitivity.hs:33)
  18656. 2857.09 s [genvalidity-property] 100% ( 6 / 6) in 'Test.Validity.Relations'
  18657. 2857.15 s [genvalidity-property] 100% ( 13 / 13) in 'Test.Validity.Shrinking.Property'
  18658. 2857.17 s [genvalidity-property] 50% ( 1 / 2) in 'Test.Validity.Types'
  18659. 2857.17 s [genvalidity-property] Missing documentation for:
  18660. 2857.17 s [genvalidity-property] Module header
  18661. 2857.23 s [genvalidity-property] 15% ( 2 / 13) in 'Test.Validity.Functions.Inverse'
  18662. 2857.23 s [genvalidity-property] Missing documentation for:
  18663. 2857.23 s [genvalidity-property] inverseFunctionsOnGen (src/Test/Validity/Functions/Inverse.hs:26)
  18664. 2857.23 s [genvalidity-property] inverseFunctions (src/Test/Validity/Functions/Inverse.hs:31)
  18665. 2857.23 s [genvalidity-property] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:42)
  18666. 2857.23 s [genvalidity-property] inverseFunctionsIfFirstSucceeds (src/Test/Validity/Functions/Inverse.hs:55)
  18667. 2857.23 s [genvalidity-property] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:63)
  18668. 2857.23 s [genvalidity-property] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:71)
  18669. 2857.23 s [genvalidity-property] inverseFunctionsIfSecondSucceeds (src/Test/Validity/Functions/Inverse.hs:84)
  18670. 2857.23 s [genvalidity-property] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:92)
  18671. 2857.23 s [genvalidity-property] inverseFunctionsIfSucceedOnGen (src/Test/Validity/Functions/Inverse.hs:100)
  18672. 2857.23 s [genvalidity-property] inverseFunctionsIfSucceed (src/Test/Validity/Functions/Inverse.hs:115)
  18673. 2857.23 s [genvalidity-property] inverseFunctionsIfSucceedOnArbitrary (src/Test/Validity/Functions/Inverse.hs:123)
  18674. 2857.42 s [genvalidity-property] 7% ( 2 / 28) in 'Test.Validity.Functions.Equivalence'
  18675. 2857.45 s [genvalidity-property] Missing documentation for:
  18676. 2857.45 s [genvalidity-property] Module header
  18677. 2857.45 s [genvalidity-property] equivalentOnGen (src/Test/Validity/Functions/Equivalence.hs:40)
  18678. 2857.45 s [genvalidity-property] equivalent (src/Test/Validity/Functions/Equivalence.hs:49)
  18679. 2857.45 s [genvalidity-property] equivalentOnGens2 (src/Test/Validity/Functions/Equivalence.hs:66)
  18680. 2857.45 s [genvalidity-property] equivalent2 (src/Test/Validity/Functions/Equivalence.hs:76)
  18681. 2857.45 s [genvalidity-property] equivalentWhenFirstSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:93)
  18682. 2857.45 s [genvalidity-property] equivalentWhenFirstSucceeds (src/Test/Validity/Functions/Equivalence.hs:114)
  18683. 2857.45 s [genvalidity-property] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:106)
  18684. 2857.45 s [genvalidity-property] equivalentWhenFirstSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:122)
  18685. 2857.45 s [genvalidity-property] equivalentWhenFirstSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:150)
  18686. 2857.45 s [genvalidity-property] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:135)
  18687. 2857.45 s [genvalidity-property] equivalentWhenSecondSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:165)
  18688. 2857.45 s [genvalidity-property] equivalentWhenSecondSucceeds (src/Test/Validity/Functions/Equivalence.hs:186)
  18689. 2857.45 s [genvalidity-property] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:178)
  18690. 2857.45 s [genvalidity-property] equivalentWhenSecondSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:194)
  18691. 2857.45 s [genvalidity-property] equivalentWhenSecondSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:222)
  18692. 2857.45 s [genvalidity-property] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:207)
  18693. 2857.45 s [genvalidity-property] equivalentWhenSucceedOnGen (src/Test/Validity/Functions/Equivalence.hs:237)
  18694. 2857.45 s [genvalidity-property] equivalentWhenSucceed (src/Test/Validity/Functions/Equivalence.hs:253)
  18695. 2857.46 s [genvalidity-property] equivalentWhenSucceedOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:261)
  18696. 2857.46 s [genvalidity-property] equivalentWhenSucceedOnGens2 (src/Test/Validity/Functions/Equivalence.hs:269)
  18697. 2857.46 s [genvalidity-property] equivalentWhenSucceed2 (src/Test/Validity/Functions/Equivalence.hs:300)
  18698. 2857.46 s [genvalidity-property] equivalentWhenSucceedOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:285)
  18699. 2857.46 s [genvalidity-property] equivalentOnGens3 (src/Test/Validity/Functions/Equivalence.hs:315)
  18700. 2857.46 s [genvalidity-property] equivalent3 (src/Test/Validity/Functions/Equivalence.hs:325)
  18701. 2857.46 s [genvalidity-property] equivalentOnArbitrary3 (src/Test/Validity/Functions/Equivalence.hs:340)
  18702. 2857.87 s [genvalidity-property] 38% ( 7 / 18) in 'Test.Validity.Functions.CanFail'
  18703. 2857.87 s [genvalidity-property] Missing documentation for:
  18704. 2857.87 s [genvalidity-property] Module header
  18705. 2857.87 s [genvalidity-property] succeedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:71)
  18706. 2857.87 s [genvalidity-property] succeeds2 (src/Test/Validity/Functions/CanFail.hs:80)
  18707. 2857.87 s [genvalidity-property] succeedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:86)
  18708. 2857.87 s [genvalidity-property] failsOnGens2 (src/Test/Validity/Functions/CanFail.hs:92)
  18709. 2857.87 s [genvalidity-property] validIfSucceedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:103)
  18710. 2857.87 s [genvalidity-property] validIfSucceeds2 (src/Test/Validity/Functions/CanFail.hs:115)
  18711. 2857.87 s [genvalidity-property] validIfSucceedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:121)
  18712. 2857.87 s [genvalidity-property] validIfSucceedsOnGens3 (src/Test/Validity/Functions/CanFail.hs:127)
  18713. 2857.87 s [genvalidity-property] validIfSucceeds3 (src/Test/Validity/Functions/CanFail.hs:139)
  18714. 2857.87 s [genvalidity-property] validIfSucceedsOnArbitrary3 (src/Test/Validity/Functions/CanFail.hs:154)
  18715. 2857.95 s [genvalidity-property] 100% ( 6 / 6) in 'Test.Validity.Functions'
  18716. 2857.99 s [genvalidity-property] 54% ( 80 /146) in 'Test.Validity.Property'
  18717. 2857.99 s [genvalidity-property] Missing documentation for:
  18718. 2858.00 s [genvalidity-property] Module header
  18719. 2858.00 s [genvalidity-property] forAllValid (src/Test/Validity/Property/Utils.hs:15)
  18720. 2858.00 s [genvalidity-property] producesValidsOnGens2 (src/Test/Validity/Functions/Validity.hs:45)
  18721. 2858.00 s [genvalidity-property] producesValid2 (src/Test/Validity/Functions/Validity.hs:54)
  18722. 2858.00 s [genvalidity-property] producesValidsOnArbitrary2 (src/Test/Validity/Functions/Validity.hs:60)
  18723. 2858.00 s [genvalidity-property] producesValidsOnGens3 (src/Test/Validity/Functions/Validity.hs:66)
  18724. 2858.00 s [genvalidity-property] producesValid3 (src/Test/Validity/Functions/Validity.hs:75)
  18725. 2858.00 s [genvalidity-property] producesValidsOnArbitrary3 (src/Test/Validity/Functions/Validity.hs:89)
  18726. 2858.00 s [genvalidity-property] succeedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:71)
  18727. 2858.00 s [genvalidity-property] succeeds2 (src/Test/Validity/Functions/CanFail.hs:80)
  18728. 2858.00 s [genvalidity-property] succeedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:86)
  18729. 2858.00 s [genvalidity-property] failsOnGens2 (src/Test/Validity/Functions/CanFail.hs:92)
  18730. 2858.00 s [genvalidity-property] validIfSucceedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:103)
  18731. 2858.00 s [genvalidity-property] validIfSucceeds2 (src/Test/Validity/Functions/CanFail.hs:115)
  18732. 2858.00 s [genvalidity-property] validIfSucceedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:121)
  18733. 2858.00 s [genvalidity-property] validIfSucceedsOnGens3 (src/Test/Validity/Functions/CanFail.hs:127)
  18734. 2858.00 s [genvalidity-property] validIfSucceeds3 (src/Test/Validity/Functions/CanFail.hs:139)
  18735. 2858.00 s [genvalidity-property] validIfSucceedsOnArbitrary3 (src/Test/Validity/Functions/CanFail.hs:154)
  18736. 2858.00 s [genvalidity-property] equivalentOnGen (src/Test/Validity/Functions/Equivalence.hs:40)
  18737. 2858.00 s [genvalidity-property] equivalent (src/Test/Validity/Functions/Equivalence.hs:49)
  18738. 2858.00 s [genvalidity-property] equivalentOnGens2 (src/Test/Validity/Functions/Equivalence.hs:66)
  18739. 2858.00 s [genvalidity-property] equivalent2 (src/Test/Validity/Functions/Equivalence.hs:76)
  18740. 2858.00 s [genvalidity-property] equivalentOnGens3 (src/Test/Validity/Functions/Equivalence.hs:315)
  18741. 2858.00 s [genvalidity-property] equivalent3 (src/Test/Validity/Functions/Equivalence.hs:325)
  18742. 2858.00 s [genvalidity-property] equivalentOnArbitrary3 (src/Test/Validity/Functions/Equivalence.hs:340)
  18743. 2858.00 s [genvalidity-property] equivalentWhenFirstSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:93)
  18744. 2858.00 s [genvalidity-property] equivalentWhenFirstSucceeds (src/Test/Validity/Functions/Equivalence.hs:114)
  18745. 2858.00 s [genvalidity-property] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:106)
  18746. 2858.00 s [genvalidity-property] equivalentWhenFirstSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:122)
  18747. 2858.00 s [genvalidity-property] equivalentWhenFirstSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:150)
  18748. 2858.01 s [genvalidity-property] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:135)
  18749. 2858.01 s [genvalidity-property] equivalentWhenSecondSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:165)
  18750. 2858.01 s [genvalidity-property] equivalentWhenSecondSucceeds (src/Test/Validity/Functions/Equivalence.hs:186)
  18751. 2858.01 s [genvalidity-property] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:178)
  18752. 2858.01 s [genvalidity-property] equivalentWhenSecondSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:194)
  18753. 2858.01 s [genvalidity-property] equivalentWhenSecondSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:222)
  18754. 2858.01 s [genvalidity-property] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:207)
  18755. 2858.01 s [genvalidity-property] equivalentWhenSucceedOnGen (src/Test/Validity/Functions/Equivalence.hs:237)
  18756. 2858.01 s [genvalidity-property] equivalentWhenSucceed (src/Test/Validity/Functions/Equivalence.hs:253)
  18757. 2858.01 s [genvalidity-property] equivalentWhenSucceedOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:261)
  18758. 2858.01 s [genvalidity-property] equivalentWhenSucceedOnGens2 (src/Test/Validity/Functions/Equivalence.hs:269)
  18759. 2858.01 s [genvalidity-property] equivalentWhenSucceed2 (src/Test/Validity/Functions/Equivalence.hs:300)
  18760. 2858.01 s [genvalidity-property] equivalentWhenSucceedOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:285)
  18761. 2858.01 s [genvalidity-property] inverseFunctionsOnGen (src/Test/Validity/Functions/Inverse.hs:26)
  18762. 2858.01 s [genvalidity-property] inverseFunctions (src/Test/Validity/Functions/Inverse.hs:31)
  18763. 2858.01 s [genvalidity-property] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:42)
  18764. 2858.01 s [genvalidity-property] inverseFunctionsIfFirstSucceeds (src/Test/Validity/Functions/Inverse.hs:55)
  18765. 2858.01 s [genvalidity-property] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:63)
  18766. 2858.01 s [genvalidity-property] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:71)
  18767. 2858.01 s [genvalidity-property] inverseFunctionsIfSecondSucceeds (src/Test/Validity/Functions/Inverse.hs:84)
  18768. 2858.01 s [genvalidity-property] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:92)
  18769. 2858.01 s [genvalidity-property] inverseFunctionsIfSucceedOnGen (src/Test/Validity/Functions/Inverse.hs:100)
  18770. 2858.01 s [genvalidity-property] inverseFunctionsIfSucceed (src/Test/Validity/Functions/Inverse.hs:115)
  18771. 2858.01 s [genvalidity-property] inverseFunctionsIfSucceedOnArbitrary (src/Test/Validity/Functions/Inverse.hs:123)
  18772. 2858.01 s [genvalidity-property] idempotentOnGen (src/Test/Validity/Functions/Idempotence.hs:16)
  18773. 2858.01 s [genvalidity-property] idempotent (src/Test/Validity/Functions/Idempotence.hs:19)
  18774. 2858.01 s [genvalidity-property] reflexivityOnGen (src/Test/Validity/Relations/Reflexivity.hs:30)
  18775. 2858.01 s [genvalidity-property] transitivityOnGens (src/Test/Validity/Relations/Transitivity.hs:33)
  18776. 2858.01 s [genvalidity-property] antisymmetryOnGensWithEquality (src/Test/Validity/Relations/Antisymmetry.hs:36)
  18777. 2858.01 s [genvalidity-property] antisymmetryOnGens (src/Test/Validity/Relations/Antisymmetry.hs:47)
  18778. 2858.01 s [genvalidity-property] antireflexivityOnGen (src/Test/Validity/Relations/Antireflexivity.hs:30)
  18779. 2858.01 s [genvalidity-property] symmetryOnGens (src/Test/Validity/Relations/Symmetry.hs:32)
  18780. 2858.01 s [genvalidity-property] leftIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:43)
  18781. 2858.01 s [genvalidity-property] leftIdentityOnGen (src/Test/Validity/Operations/Identity.hs:57)
  18782. 2858.01 s [genvalidity-property] rightIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:100)
  18783. 2858.01 s [genvalidity-property] rightIdentityOnGen (src/Test/Validity/Operations/Identity.hs:114)
  18784. 2858.90 s [crypton] [18 of 58] Compiling Number ( tests/Number.hs, dist/build/test-crypton/test-crypton-tmp/Number.o )
  18785. 2858.90 s [crypton] [19 of 58] Compiling KAT_PubKey.Rabin ( tests/KAT_PubKey/Rabin.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/Rabin.o )
  18786. 2858.90 s [crypton] [20 of 58] Compiling KAT_PubKey.RSA ( tests/KAT_PubKey/RSA.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/RSA.o )
  18787. 2858.90 s [crypton] [21 of 58] Compiling KAT_PubKey.PSS ( tests/KAT_PubKey/PSS.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/PSS.o )
  18788. 2858.90 s [crypton] [22 of 58] Compiling KAT_PubKey.P256 ( tests/KAT_PubKey/P256.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/P256.o )
  18789. 2858.90 s [crypton] [23 of 58] Compiling KAT_PubKey.OAEP ( tests/KAT_PubKey/OAEP.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/OAEP.o )
  18790. 2858.91 s [crypton] [24 of 58] Compiling KAT_PubKey.ECC ( tests/KAT_PubKey/ECC.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/ECC.o )
  18791. 2858.91 s [crypton] [25 of 58] Compiling KAT_PubKey.DSA ( tests/KAT_PubKey/DSA.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey/DSA.o )
  18792. 2858.91 s [crypton] [26 of 58] Compiling KAT_PubKey ( tests/KAT_PubKey.hs, dist/build/test-crypton/test-crypton-tmp/KAT_PubKey.o )
  18793. 2858.91 s [crypton] [27 of 58] Compiling KAT_OTP ( tests/KAT_OTP.hs, dist/build/test-crypton/test-crypton-tmp/KAT_OTP.o )
  18794. 2858.91 s [crypton] [28 of 58] Compiling KAT_MiyaguchiPreneel ( tests/KAT_MiyaguchiPreneel.hs, dist/build/test-crypton/test-crypton-tmp/KAT_MiyaguchiPreneel.o )
  18795. 2858.91 s [crypton] [29 of 58] Compiling KAT_KMAC ( tests/KAT_KMAC.hs, dist/build/test-crypton/test-crypton-tmp/KAT_KMAC.o )
  18796. 2858.91 s [crypton] [30 of 58] Compiling KAT_HMAC ( tests/KAT_HMAC.hs, dist/build/test-crypton/test-crypton-tmp/KAT_HMAC.o )
  18797. 2858.91 s [crypton] [31 of 58] Compiling KAT_HKDF ( tests/KAT_HKDF.hs, dist/build/test-crypton/test-crypton-tmp/KAT_HKDF.o )
  18798. 2858.91 s [crypton] [32 of 58] Compiling KAT_EdDSA ( tests/KAT_EdDSA.hs, dist/build/test-crypton/test-crypton-tmp/KAT_EdDSA.o )
  18799. 2858.91 s [crypton]
  18800. 2858.91 s [crypton] tests/KAT_EdDSA.hs:20:29: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  18801. 2858.91 s [crypton] The use of ‘~’ without TypeOperators
  18802. 2858.91 s [crypton] will become an error in a future GHC release.
  18803. 2858.91 s [crypton] Suggested fix: Perhaps you intended to use TypeOperators
  18804. 2858.91 s [crypton] |
  18805. 2858.91 s [crypton] 20 | , HashDigestSize hash ~ EdDSA.CurveDigestSize curve
  18806. 2858.91 s [crypton] | ^
  18807. 2858.91 s [crypton] [33 of 58] Compiling KAT_Ed448 ( tests/KAT_Ed448.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Ed448.o )
  18808. 2858.91 s [crypton] [34 of 58] Compiling KAT_Ed25519 ( tests/KAT_Ed25519.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Ed25519.o )
  18809. 2858.91 s [crypton] [35 of 58] Compiling KAT_Curve448 ( tests/KAT_Curve448.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Curve448.o )
  18810. 2858.91 s [crypton] [36 of 58] Compiling KAT_Curve25519 ( tests/KAT_Curve25519.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Curve25519.o )
  18811. 2858.91 s [crypton] [37 of 58] Compiling KAT_CMAC ( tests/KAT_CMAC.hs, dist/build/test-crypton/test-crypton-tmp/KAT_CMAC.o )
  18812. 2858.91 s [crypton] [38 of 58] Compiling KAT_Blake2 ( tests/KAT_Blake2.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Blake2.o )
  18813. 2858.91 s [crypton] [39 of 58] Compiling KAT_Argon2 ( tests/KAT_Argon2.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Argon2.o )
  18814. 2858.91 s [crypton] [40 of 58] Compiling KAT_AFIS ( tests/KAT_AFIS.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AFIS.o )
  18815. 2858.91 s [crypton] [41 of 58] Compiling KAT_AESGCMSIV ( tests/KAT_AESGCMSIV.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AESGCMSIV.o )
  18816. 2858.91 s [crypton] [42 of 58] Compiling Hash ( tests/Hash.hs, dist/build/test-crypton/test-crypton-tmp/Hash.o )
  18817. 2858.91 s [crypton] [43 of 58] Compiling ECDSA ( tests/ECDSA.hs, dist/build/test-crypton/test-crypton-tmp/ECDSA.o )
  18818. 2858.91 s [crypton] [44 of 58] Compiling ECC.Edwards25519 ( tests/ECC/Edwards25519.hs, dist/build/test-crypton/test-crypton-tmp/ECC/Edwards25519.o )
  18819. 2858.91 s [crypton] [45 of 58] Compiling ECC ( tests/ECC.hs, dist/build/test-crypton/test-crypton-tmp/ECC.o )
  18820. 2858.91 s [crypton] [46 of 58] Compiling ChaChaPoly1305 ( tests/ChaChaPoly1305.hs, dist/build/test-crypton/test-crypton-tmp/ChaChaPoly1305.o )
  18821. 2858.91 s [crypton] [47 of 58] Compiling ChaCha ( tests/ChaCha.hs, dist/build/test-crypton/test-crypton-tmp/ChaCha.o )
  18822. 2858.91 s [crypton] [48 of 58] Compiling BlockCipher ( tests/BlockCipher.hs, dist/build/test-crypton/test-crypton-tmp/BlockCipher.o )
  18823. 2859.14 s [haskell-src-meta] Preprocessing test suite 'splices' for haskell-src-meta-0.8.15..
  18824. 2859.14 s [haskell-src-meta] Building test suite 'splices' for haskell-src-meta-0.8.15..
  18825. 2859.80 s [strict] Phase: fixupPhase
  18826. 2859.89 s [time-compat] Documentation created: dist/doc/html/time-compat/index.html,
  18827. 2859.89 s [time-compat] dist/doc/html/time-compat/time-compat.txt
  18828. 2859.92 s [strict] shrinking RPATHs of ELF executables and libraries in /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1
  18829. 2859.93 s [strict] shrinking /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSstrict-0.5.1-FcZmyblMVSX2Y6XANVnC6o-ghc9.6.4.so
  18830. 2859.98 s [strict] checking for references to /build/ in /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1...
  18831. 2860.01 s [haskell-src-meta] [1 of 1] Compiling Main ( tests/Splices.hs, dist/build/splices/splices-tmp/Main.o )
  18832. 2860.09 s [strict] patching script interpreter paths in /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1
  18833. 2860.14 s [strict] stripping (with command strip and flags -S -p) in /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1/lib
  18834. 2860.18 s [streaming-commons] [ 7 of 11] Compiling Data.Streaming.Process.Internal ( Data/Streaming/Process/Internal.hs, dist/build/Data/Streaming/Process/Internal.p_o )
  18835. 2860.18 s [streaming-commons] [ 8 of 11] Compiling Data.Streaming.Process ( Data/Streaming/Process.hs, dist/build/Data/Streaming/Process.p_o )
  18836. 2860.18 s [streaming-commons] [ 9 of 11] Compiling Data.Streaming.Text ( Data/Streaming/Text.hs, dist/build/Data/Streaming/Text.p_o )
  18837. 2860.25 s [time-compat] Preprocessing test suite 'main' for time-compat-1.9.7..
  18838. 2860.29 s [time-compat] Preprocessing test suite 'instances' for time-compat-1.9.7..
  18839. 2860.33 s [time-compat] haddockPhase completed in 35 seconds
  18840. 2860.34 s [time-compat] Phase: installPhase
  18841. 2860.46 s [vector] [10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o, dist/build/Data/Vector/Generic/New.dyn_o )
  18842. 2860.77 s [logict] buildPhase completed in 47 seconds
  18843. 2860.78 s [logict] Phase: checkPhase
  18844. 2860.90 s [time-compat] Installing library in /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/time-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm
  18845. 2861.00 s [logict] Running 1 test suites...
  18846. 2861.00 s [logict] Test suite logict-tests: RUNNING...
  18847. 2861.03 s [logict] All
  18848. 2861.03 s [logict] Monad Reader + env
  18849. 2861.03 s [logict] Monad Reader 1: OK
  18850. 2861.03 s [logict] Monad Reader 2: OK
  18851. 2861.03 s [logict] Monad Reader 3: OK
  18852. 2861.03 s [logict] Various monads
  18853. 2861.03 s [logict] runIdentity all: OK
  18854. 2861.03 s [logict] runIdentity many: OK
  18855. 2861.04 s [logict] observeAll: OK (0.01s)
  18856. 2861.06 s [logict] observeMany: OK
  18857. 2861.06 s [logict] runReader is productive: OK
  18858. 2861.06 s [logict] observeManyT can be used with Either: OK
  18859. 2861.06 s [logict] Control.Monad.Logic tests
  18860. 2861.06 s [logict] runLogicT multi: OK
  18861. 2861.06 s [logict] runLogicT none: OK
  18862. 2861.06 s [logict] runLogicT first: OK
  18863. 2861.06 s [logict] runLogic multi: OK
  18864. 2861.06 s [logict] runLogic none: OK
  18865. 2861.06 s [logict] observe multi: OK
  18866. 2861.06 s [logict] observe none: OK
  18867. 2861.06 s [logict] observeAll multi: OK
  18868. 2861.06 s [logict] observeAll none: OK
  18869. 2861.06 s [logict] observeMany multi: OK
  18870. 2861.06 s [logict] observeMany none: OK
  18871. 2861.06 s [logict] (>>-) Logic: OK
  18872. 2861.06 s [logict] Control.Monad.Logic.Class tests
  18873. 2861.06 s [logict] msplit laws
  18874. 2861.06 s [logict] msplit mzero == return Nothing
  18875. 2861.06 s [logict] msplit mzero :: []: OK
  18876. 2861.06 s [logict] msplit mzero :: ReaderT: OK
  18877. 2861.06 s [logict] msplit mzero :: CPS WriterT: OK
  18878. 2861.06 s [logict] msplit mzero :: LogicT: OK
  18879. 2861.06 s [logict] msplit mzero :: strict StateT: OK
  18880. 2861.06 s [logict] msplit mzero :: lazy StateT: OK
  18881. 2861.06 s [logict] msplit (return a `mplus` m) == return (Just a, m)
  18882. 2861.06 s [logict] msplit []: OK
  18883. 2861.06 s [logict] (>>-) []: OK
  18884. 2861.06 s [logict] msplit ReaderT: OK
  18885. 2861.06 s [logict] msplit CPS WriterT: OK
  18886. 2861.06 s [logict] msplit LogicT: OK
  18887. 2861.06 s [logict] msplit strict StateT: OK
  18888. 2861.06 s [logict] msplit lazy StateT: OK
  18889. 2861.06 s [logict] fair disjunction
  18890. 2861.06 s [logict] some odds: OK
  18891. 2861.06 s [logict] unfair disjunction: OK
  18892. 2861.06 s [logict] fair disjunction :: LogicT: OK
  18893. 2861.06 s [logict] fair production: OK
  18894. 2861.09 s [strict] shrinking RPATHs of ELF executables and libraries in /nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc
  18895. 2861.10 s [strict] checking for references to /build/ in /nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc...
  18896. 2861.12 s [strict] patching script interpreter paths in /nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc
  18897. 2861.18 s [logict] NONTERMINATION even when fair: OK (0.12s)
  18898. 2861.18 s [logict] fair disjunction :: []: OK
  18899. 2861.18 s [logict] fair disjunction :: ReaderT: OK
  18900. 2861.18 s [logict] fair disjunction :: CPS WriterT: OK
  18901. 2861.18 s [logict] fair disjunction :: strict StateT: OK
  18902. 2861.18 s [logict] fair disjunction :: lazy StateT: OK
  18903. 2861.18 s [logict] fair conjunction
  18904. 2861.18 s [logict] fair conjunction :: LogicT: OK
  18905. 2861.18 s [logict] fair conjunction OK: OK
  18906. 2861.18 s [logict] fair conjunction also OK: OK
  18907. 2861.56 s [strict:post-build] Uploading to the NixCI cache: /nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1 /nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc
  18908. 2862.32 s [strict:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  18909. 2863.64 s [strict:post-build] copying 2 paths...
  18910. 2863.67 s [strict:post-build] copying path '/nix/store/p2k1nvzal2air14wvwpya0avyl18hpwm-strict-0.5.1-doc' to 'https://cache.nix-ci.com'...
  18911. 2865.91 s [strict:post-build] copying path '/nix/store/5wr98chrq1270f5dbgy4jkzwbgh1s332-strict-0.5.1' to 'https://cache.nix-ci.com'...
  18912. 2872.19 s [strict:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  18913. 2874.01 s [strict:post-build] copying 1 paths...
  18914. 2874.01 s [strict:post-build] copying path '/nix/store/prpqwiiqxjm7ld8gsf6mxh6y1pll28h8-strict-0.5.1.drv' to 'https://cache.nix-ci.com'...
  18915. 2874.57 s Uploaded strict in 13.1s
  18916. 2874.58 s Progress: 151 of 211 built (12 building), 298 of 298 downloaded from cache
  18917. 2874.58 s Built strict in 2m00s
  18918. 2874.58 s [asn1-parse] Phase: updateAutotoolsGnuConfigScriptsPhase
  18919. 2874.58 s [asn1-parse] Phase: configurePhase
  18920. 2874.58 s [asn1-parse] configureFlags: --verbose --prefix=/nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc/share/doc/asn1-parse-0.9.5 --with-gcc=gcc --package-db=/build/tmp.7McJ2FsxQ7/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  18921. 2874.58 s [asn1-parse] Using Parsec parser
  18922. 2874.58 s [asn1-parse] Warning: asn1-parse.cabal:17:34: version operators used. To use version
  18923. 2874.58 s [asn1-parse] operators the package needs to specify at least 'cabal-version: >= 1.8'.
  18924. 2874.58 s [asn1-parse] Warning: asn1-parse.cabal:19:42: version operators used. To use version
  18925. 2874.58 s [asn1-parse] operators the package needs to specify at least 'cabal-version: >= 1.8'.
  18926. 2874.58 s [asn1-parse] Configuring asn1-parse-0.9.5...
  18927. 2874.58 s [asn1-parse] Dependency asn1-encoding >=0.9: using asn1-encoding-0.9.6
  18928. 2874.58 s [asn1-parse] Dependency asn1-types >=0.3 && <0.4: using asn1-types-0.3.4
  18929. 2874.58 s [asn1-parse] Dependency base >=3 && <5: using base-4.18.2.0
  18930. 2874.58 s [asn1-parse] Dependency bytestring: using bytestring-0.11.5.3
  18931. 2874.58 s [asn1-parse] Source component graph: component lib
  18932. 2874.58 s [asn1-parse] Configured component graph:
  18933. 2874.58 s [asn1-parse] component asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP
  18934. 2874.58 s [asn1-parse] include asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
  18935. 2874.58 s [asn1-parse] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  18936. 2874.58 s [asn1-parse] include base-4.18.2.0
  18937. 2874.58 s [asn1-parse] include bytestring-0.11.5.3
  18938. 2874.58 s [asn1-parse] Linked component graph:
  18939. 2874.58 s [asn1-parse] unit asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP
  18940. 2874.58 s [asn1-parse] include asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
  18941. 2874.58 s [asn1-parse] include asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  18942. 2874.59 s [asn1-parse] include base-4.18.2.0
  18943. 2874.59 s [asn1-parse] include bytestring-0.11.5.3
  18944. 2874.59 s [asn1-parse] Data.ASN1.Parse=asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP:Data.ASN1.Parse
  18945. 2874.59 s [asn1-parse] Ready component graph:
  18946. 2874.59 s [asn1-parse] definite asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP
  18947. 2874.59 s [asn1-parse] depends asn1-encoding-0.9.6-2daDSbWhrnBC3ldVCocnb2
  18948. 2874.59 s [asn1-parse] depends asn1-types-0.3.4-6Sr14HuiFJsCH8Yf4oyiR8
  18949. 2874.59 s [asn1-parse] depends base-4.18.2.0
  18950. 2874.59 s [asn1-parse] depends bytestring-0.11.5.3
  18951. 2874.59 s [asn1-parse] Using Cabal-3.10.1.0 compiled by ghc-9.6
  18952. 2874.59 s [asn1-parse] Using compiler: ghc-9.6.4
  18953. 2874.59 s [asn1-parse] Using install prefix:
  18954. 2874.59 s [asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5
  18955. 2874.59 s [asn1-parse] Executables installed in:
  18956. 2874.59 s [asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/bin
  18957. 2874.59 s [asn1-parse] Libraries installed in:
  18958. 2874.59 s [asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP
  18959. 2874.59 s [asn1-parse] Dynamic Libraries installed in:
  18960. 2874.59 s [asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  18961. 2874.59 s [asn1-parse] Private executables installed in:
  18962. 2874.59 s [asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/libexec/x86_64-linux-ghc-9.6.4/asn1-parse-0.9.5
  18963. 2874.59 s [asn1-parse] Data files installed in:
  18964. 2874.59 s [asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/share/x86_64-linux-ghc-9.6.4/asn1-parse-0.9.5
  18965. 2874.59 s [asn1-parse] Documentation installed in:
  18966. 2874.59 s [asn1-parse] /nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc/share/doc/asn1-parse-0.9.5
  18967. 2874.59 s [asn1-parse] Configuration files installed in:
  18968. 2874.59 s [asn1-parse] /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/etc
  18969. 2874.59 s [asn1-parse] No alex found
  18970. 2874.59 s [asn1-parse] Using ar found on system at:
  18971. 2874.59 s [asn1-parse] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  18972. 2874.59 s [asn1-parse] No c2hs found
  18973. 2874.59 s [asn1-parse] No cpphs found
  18974. 2874.59 s [asn1-parse] No doctest found
  18975. 2874.59 s [asn1-parse] Using gcc version 14.3.0 given by user at:
  18976. 2874.59 s [asn1-parse] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  18977. 2874.59 s [asn1-parse] Using ghc version 9.6.4 found on system at:
  18978. 2874.59 s [barbies] Documentation created: dist/doc/html/barbies/index.html,
  18979. 2874.59 s [barbies] dist/doc/html/barbies/barbies.txt
  18980. 2874.59 s [barbies] Preprocessing test suite 'barbies-test' for barbies-2.1.1.0..
  18981. 2874.59 s [barbies] haddockPhase completed in 39 seconds
  18982. 2874.59 s [barbies] Phase: installPhase
  18983. 2874.59 s [barbies] Installing library in /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
  18984. 2874.59 s [barbies] Phase: fixupPhase
  18985. 2874.59 s [barbies] shrinking RPATHs of ELF executables and libraries in /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0
  18986. 2874.59 s [barbies] shrinking /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSbarbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F-ghc9.6.4.so
  18987. 2874.59 s [barbies] checking for references to /build/ in /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0...
  18988. 2874.59 s [barbies] patching script interpreter paths in /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0
  18989. 2874.59 s [barbies] stripping (with command strip and flags -S -p) in /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0/lib
  18990. 2874.59 s [barbies] shrinking RPATHs of ELF executables and libraries in /nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc
  18991. 2874.59 s [barbies] checking for references to /build/ in /nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc...
  18992. 2874.59 s [barbies] patching script interpreter paths in /nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc
  18993. 2874.59 s [bifunctors] [ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o, dist/build/Data/Bifunctor/Biff.dyn_o )
  18994. 2874.59 s [bifunctors] [ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o, dist/build/Data/Bifunctor/Clown.dyn_o )
  18995. 2874.59 s [bifunctors] [ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o, dist/build/Data/Bifunctor/Fix.dyn_o )
  18996. 2874.59 s [bifunctors] [ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o, dist/build/Data/Bifunctor/Functor.dyn_o )
  18997. 2874.59 s [bifunctors] [ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o, dist/build/Data/Bifunctor/Flip.dyn_o )
  18998. 2874.59 s [bifunctors] [ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o, dist/build/Data/Bifunctor/Join.dyn_o )
  18999. 2874.59 s [bifunctors] [ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o, dist/build/Data/Bifunctor/Joker.dyn_o )
  19000. 2874.59 s [bifunctors] [10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o, dist/build/Data/Bifunctor/Product.dyn_o )
  19001. 2874.59 s [bifunctors] [11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o, dist/build/Data/Bifunctor/Sum.dyn_o )
  19002. 2874.59 s [bifunctors] [12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o, dist/build/Data/Bifunctor/TH/Internal.dyn_o )
  19003. 2874.59 s [bifunctors] [13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o, dist/build/Data/Bifunctor/TH.dyn_o )
  19004. 2874.59 s [concurrent-output] buildPhase completed in 52 seconds
  19005. 2874.59 s [concurrent-output] Phase: checkPhase
  19006. 2874.59 s [concurrent-output] Package has no test suites.
  19007. 2874.59 s [concurrent-output] Phase: haddockPhase
  19008. 2874.59 s [concurrent-output] Preprocessing library for concurrent-output-1.10.21..
  19009. 2874.59 s [concurrent-output] Running Haddock on library for concurrent-output-1.10.21..
  19010. 2874.59 s [concurrent-output] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  19011. 2874.59 s [concurrent-output] 46% ( 20 / 43) in 'System.Console.Concurrent.Internal'
  19012. 2874.59 s [concurrent-output] Missing documentation for:
  19013. 2874.59 s [concurrent-output] OutputHandle (System/Console/Concurrent/Internal.hs:38)
  19014. 2874.59 s [concurrent-output] Lock (System/Console/Concurrent/Internal.hs:45)
  19015. 2874.60 s [concurrent-output] withLock (System/Console/Concurrent/Internal.hs:75)
  19016. 2874.60 s [concurrent-output] takeOutputLock' (System/Console/Concurrent/Internal.hs:78)
  19017. 2874.60 s [concurrent-output] outputConcurrent' (System/Console/Concurrent/Internal.hs:170)
  19018. 2874.60 s [concurrent-output] fgProcess (System/Console/Concurrent/Internal.hs:243)
  19019. 2874.60 s [concurrent-output] bgProcess (System/Console/Concurrent/Internal.hs:255)
  19020. 2874.60 s [concurrent-output] willOutput (System/Console/Concurrent/Internal.hs:288)
  19021. 2874.60 s [concurrent-output] StdHandle (System/Console/Concurrent/Internal.hs:296)
  19022. 2874.60 s [concurrent-output] toHandle (System/Console/Concurrent/Internal.hs:298)
  19023. 2874.60 s [concurrent-output] bufferFor (System/Console/Concurrent/Internal.hs:302)
  19024. 2874.60 s [concurrent-output] OutputBufferedActivity (System/Console/Concurrent/Internal.hs:306)
  19025. 2874.60 s [concurrent-output] AtEnd (System/Console/Concurrent/Internal.hs:314)
  19026. 2874.60 s [concurrent-output] BufSig (System/Console/Concurrent/Internal.hs:317)
  19027. 2874.60 s [concurrent-output] setupOutputBuffer (System/Console/Concurrent/Internal.hs:319)
  19028. 2874.60 s [concurrent-output] outputDrainer (System/Console/Concurrent/Internal.hs:328)
  19029. 2874.60 s [concurrent-output] registerOutputThread (System/Console/Concurrent/Internal.hs:348)
  19030. 2874.60 s [concurrent-output] unregisterOutputThread (System/Console/Concurrent/Internal.hs:353)
  19031. 2874.60 s [concurrent-output] bufferWriter (System/Console/Concurrent/Internal.hs:363)
  19032. 2874.60 s [concurrent-output] addOutputBuffer (System/Console/Concurrent/Internal.hs:416)
  19033. 2874.60 s [concurrent-output] bufferOutputSTM' (System/Console/Concurrent/Internal.hs:450)
  19034. 2874.60 s [concurrent-output] waitAnyBuffer (System/Console/Concurrent/Internal.hs:476)
  19035. 2874.60 s [concurrent-output] endsNewLine (System/Console/Concurrent/Internal.hs:490)
  19036. 2874.60 s [concurrent-output] 90% ( 18 / 20) in 'System.Console.Concurrent'
  19037. 2874.60 s [concurrent-output] Missing documentation for:
  19038. 2874.60 s [concurrent-output] StdHandle (System/Console/Concurrent/Internal.hs:296)
  19039. 2874.60 s [concurrent-output] waitAnyBuffer (System/Console/Concurrent/Internal.hs:476)
  19040. 2874.60 s [concurrent-output] 100% ( 3 / 3) in 'System.Process.Concurrent'
  19041. 2874.60 s [concurrent-output] 96% ( 24 / 25) in 'System.Console.Regions'
  19042. 2874.60 s [concurrent-output] Missing documentation for:
  19043. 2874.60 s [concurrent-output] RegionContent (System/Console/Regions.hs:176)
  19044. 2874.60 s [crypton] [49 of 58] Compiling KAT_Twofish ( tests/KAT_Twofish.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Twofish.o )
  19045. 2874.60 s [crypton] [50 of 58] Compiling KAT_TripleDES ( tests/KAT_TripleDES.hs, dist/build/test-crypton/test-crypton-tmp/KAT_TripleDES.o )
  19046. 2874.60 s [crypton] [51 of 58] Compiling KAT_DES ( tests/KAT_DES.hs, dist/build/test-crypton/test-crypton-tmp/KAT_DES.o )
  19047. 2874.60 s [crypton] [52 of 58] Compiling KAT_Camellia ( tests/KAT_Camellia.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Camellia.o )
  19048. 2874.60 s [crypton] [53 of 58] Compiling KAT_CAST5 ( tests/KAT_CAST5.hs, dist/build/test-crypton/test-crypton-tmp/KAT_CAST5.o )
  19049. 2874.60 s [crypton] [54 of 58] Compiling KAT_Blowfish ( tests/KAT_Blowfish.hs, dist/build/test-crypton/test-crypton-tmp/KAT_Blowfish.o )
  19050. 2874.60 s [crypton] [55 of 58] Compiling KAT_AES ( tests/KAT_AES.hs, dist/build/test-crypton/test-crypton-tmp/KAT_AES.o )
  19051. 2874.60 s [crypton] [56 of 58] Compiling BCrypt ( tests/BCrypt.hs, dist/build/test-crypton/test-crypton-tmp/BCrypt.o )
  19052. 2874.61 s [crypton] [57 of 58] Compiling XSalsa ( tests/XSalsa.hs, dist/build/test-crypton/test-crypton-tmp/XSalsa.o )
  19053. 2874.61 s [crypton] [58 of 58] Compiling Main ( tests/Tests.hs, dist/build/test-crypton/test-crypton-tmp/Main.o )
  19054. 2874.61 s [crypton] [59 of 59] Linking dist/build/test-crypton/test-crypton
  19055. 2874.61 s [crypton] buildPhase completed in 7 minutes 28 seconds
  19056. 2874.61 s [crypton] Phase: checkPhase
  19057. 2874.61 s [crypton] Running 1 test suites...
  19058. 2874.61 s [crypton] Test suite test-crypton: RUNNING...
  19059. 2874.61 s [crypton] crypton
  19060. 2874.61 s [crypton] runtime
  19061. 2874.61 s [crypton] CPU: OK (0.02s)
  19062. 2874.61 s [crypton] [AESNI,PCLMUL,RDRAND]
  19063. 2874.61 s [crypton] number
  19064. 2874.61 s [crypton] num-bits: OK (0.05s)
  19065. 2874.61 s [crypton] +++ OK, passed 100 tests.
  19066. 2874.61 s [crypton] num-bits2: OK
  19067. 2874.61 s [crypton] +++ OK, passed 100 tests.
  19068. 2874.61 s [crypton] generate-param: OK
  19069. 2874.61 s [crypton] +++ OK, passed 100 tests.
  19070. 2874.61 s [crypton] generate-param2: OK (0.02s)
  19071. 2874.61 s [crypton] +++ OK, passed 100 tests.
  19072. 2874.61 s [crypton] generate-param-odd: OK
  19073. 2874.61 s [crypton] +++ OK, passed 100 tests.
  19074. 2874.61 s [crypton] generate-range: OK
  19075. 2874.61 s [crypton] +++ OK, passed 100 tests.
  19076. 2874.61 s [crypton] generate-prime: OK (1.00s)
  19077. 2874.61 s [crypton] +++ OK, passed 100 tests.
  19078. 2874.61 s [haskell-src-meta] [2 of 2] Linking dist/build/splices/splices
  19079. 2874.61 s [haskell-src-meta] Preprocessing test suite 'unit' for haskell-src-meta-0.8.15..
  19080. 2874.61 s [haskell-src-meta] Building test suite 'unit' for haskell-src-meta-0.8.15..
  19081. 2874.61 s [haskell-src-meta] [1 of 1] Compiling Main ( tests/Main.hs, dist/build/unit/unit-tmp/Main.o )
  19082. 2874.61 s [haskell-src-meta] [2 of 2] Linking dist/build/unit/unit
  19083. 2874.61 s [haskell-src-meta] buildPhase completed in 1 minutes 18 seconds
  19084. 2874.61 s [haskell-src-meta] Phase: checkPhase
  19085. 2874.61 s [haskell-src-meta] Running 3 test suites...
  19086. 2874.61 s [haskell-src-meta] Test suite examples: RUNNING...
  19087. 2874.61 s [haskell-src-meta]
  19088. 2874.61 s [haskell-src-meta] Test suite examples: PASS
  19089. 2874.61 s [haskell-src-meta] Test suite logged to: dist/test/haskell-src-meta-0.8.15-examples.log
  19090. 2874.61 s [haskell-src-meta] Test suite splices: RUNNING...
  19091. 2874.61 s [haskell-src-meta] Test suite splices: PASS
  19092. 2874.61 s [haskell-src-meta] Test suite logged to: dist/test/haskell-src-meta-0.8.15-splices.log
  19093. 2874.61 s [haskell-src-meta] Test suite unit: RUNNING...
  19094. 2874.61 s [haskell-src-meta] unit
  19095. 2874.61 s [haskell-src-meta] Deriving clauses preserved: OK
  19096. 2874.61 s [haskell-src-meta] Type app preserved: OK
  19097. 2874.61 s [haskell-src-meta] Ensure that type tuples reconstructed in proper order: OK
  19098. 2874.62 s [haskell-src-meta]
  19099. 2874.62 s [haskell-src-meta] All 3 tests passed (0.01s)
  19100. 2874.62 s [haskell-src-meta] Test suite unit: PASS
  19101. 2874.62 s [haskell-src-meta] Test suite logged to: dist/test/haskell-src-meta-0.8.15-unit.log
  19102. 2874.62 s [haskell-src-meta] 3 of 3 test suites (3 of 3 test cases) passed.
  19103. 2874.62 s [haskell-src-meta] Phase: haddockPhase
  19104. 2874.62 s [lifted-async] Documentation created: dist/doc/html/lifted-async/index.html,
  19105. 2874.62 s [lifted-async] dist/doc/html/lifted-async/lifted-async.txt
  19106. 2874.62 s [logict] fair conjunction NON-PRODUCTIVE: OK (0.12s)
  19107. 2874.62 s [logict] fair conjunction also NON-PRODUCTIVE: OK (0.12s)
  19108. 2874.62 s [logict] unfair conjunction is NON-PRODUCTIVE: OK (0.12s)
  19109. 2874.62 s [logict] fair conjunction :: []: OK
  19110. 2874.62 s [logict] fair conjunction :: ReaderT: OK
  19111. 2874.62 s [logict] fair conjunction :: CPS WriterT: OK
  19112. 2874.62 s [logict] fair conjunction :: strict StateT: OK
  19113. 2874.62 s [logict] fair conjunction :: lazy StateT: OK
  19114. 2874.62 s [logict] ifte logical conditional (soft-cut)
  19115. 2874.62 s [logict] divisible odds: OK
  19116. 2874.62 s [logict] indivisible odds, wrong: OK
  19117. 2874.62 s [logict] indivisible odds :: LogicT: OK
  19118. 2874.62 s [logict] indivisible odds :: []: OK
  19119. 2874.62 s [logict] indivisible odds :: ReaderT: OK
  19120. 2874.62 s [logict] indivisible odds :: CPS WriterT: OK
  19121. 2874.62 s [logict] indivisible odds :: strict StateT: OK
  19122. 2874.62 s [logict] indivisible odds :: strict StateT: OK
  19123. 2874.62 s [logict] once (pruning)
  19124. 2874.62 s [logict] no pruning: OK
  19125. 2874.62 s [logict] with pruning: OK
  19126. 2874.62 s [logict] lnot (inversion)
  19127. 2874.62 s [logict] inversion :: LogicT: OK
  19128. 2874.62 s [logict] inversion :: []: OK
  19129. 2874.62 s [logict] inversion :: ReaderT: OK
  19130. 2874.62 s [logict] inversion :: CPS WriterT: OK
  19131. 2874.62 s [logict] inversion :: strict StateT: OK
  19132. 2874.62 s [logict] inversion :: lazy StateT: OK
  19133. 2874.62 s [logict]
  19134. 2874.62 s [logict] All 71 tests passed (0.51s)
  19135. 2874.62 s [logict] Test suite logict-tests: PASS
  19136. 2874.62 s [logict] Test suite logged to: dist/test/logict-0.8.2.0-logict-tests.log
  19137. 2874.62 s [logict] 1 of 1 test suites (1 of 1 test cases) passed.
  19138. 2874.62 s [logict] Phase: haddockPhase
  19139. 2874.62 s [logict] Preprocessing library for logict-0.8.2.0..
  19140. 2874.62 s [logict] Running Haddock on library for logict-0.8.2.0..
  19141. 2874.62 s [logict] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  19142. 2874.62 s [logict] 100% ( 3 / 3) in 'Control.Monad.Logic.Class'
  19143. 2874.62 s [logict] 100% ( 19 / 19) in 'Control.Monad.Logic'
  19144. 2874.62 s [streaming-commons] [10 of 11] Compiling Data.Streaming.Zlib.Lowlevel ( Data/Streaming/Zlib/Lowlevel.hs, dist/build/Data/Streaming/Zlib/Lowlevel.p_o )
  19145. 2874.62 s [streaming-commons]
  19146. 2874.62 s [streaming-commons] Data/Streaming/Zlib/Lowlevel.hs:105:1: warning: [GHC-53633] [-Woverlapping-patterns]
  19147. 2874.62 s [streaming-commons] Pattern match is redundant
  19148. 2874.63 s [streaming-commons] In an equation for ‘wbToInt’: wbToInt _ = ...
  19149. 2874.63 s [streaming-commons] |
  19150. 2874.63 s [streaming-commons] 105 | wbToInt _ = 15
  19151. 2874.63 s [streaming-commons] | ^^^^^^^^^^^^^^
  19152. 2874.63 s [streaming-commons] [11 of 11] Compiling Data.Streaming.Zlib ( Data/Streaming/Zlib.hs, dist/build/Data/Streaming/Zlib.p_o )
  19153. 2874.63 s [streaming-commons] Preprocessing test suite 'test' for streaming-commons-0.2.3.0..
  19154. 2874.63 s [streaming-commons] Building test suite 'test' for streaming-commons-0.2.3.0..
  19155. 2874.63 s [streaming-commons] [1 of 8] Compiling Data.Streaming.ByteString.BuilderSpec ( test/Data/Streaming/ByteString/BuilderSpec.hs, dist/build/test/test-tmp/Data/Streaming/ByteString/BuilderSpec.o )
  19156. 2874.63 s [time-compat] Phase: fixupPhase
  19157. 2874.63 s [time-compat] shrinking RPATHs of ELF executables and libraries in /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7
  19158. 2874.63 s [time-compat] shrinking /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStime-compat-1.9.7-7lnSzoEYpc5LtRcjnMJBWm-ghc9.6.4.so
  19159. 2874.63 s [time-compat] checking for references to /build/ in /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7...
  19160. 2874.63 s [time-compat] patching script interpreter paths in /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7
  19161. 2874.63 s [time-compat] stripping (with command strip and flags -S -p) in /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7/lib
  19162. 2874.63 s [time-compat] shrinking RPATHs of ELF executables and libraries in /nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc
  19163. 2874.63 s [time-compat] checking for references to /build/ in /nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc...
  19164. 2874.63 s [time-compat] patching script interpreter paths in /nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc
  19165. 2874.63 s [vector] [11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o, dist/build/Data/Vector/Generic.dyn_o )
  19166. 2874.63 s [asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  19167. 2874.63 s [asn1-parse] Using ghc-pkg version 9.6.4 found on system at:
  19168. 2874.63 s [asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  19169. 2874.63 s [asn1-parse] No ghcjs found
  19170. 2874.63 s [asn1-parse] No ghcjs-pkg found
  19171. 2874.63 s [asn1-parse] No greencard found
  19172. 2874.63 s [asn1-parse] Using haddock version 2.29.2 found on system at:
  19173. 2874.63 s [asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  19174. 2874.63 s [asn1-parse] No happy found
  19175. 2874.63 s [asn1-parse] Using haskell-suite found on system at: haskell-suite-dummy-location
  19176. 2874.63 s [asn1-parse] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  19177. 2874.63 s [asn1-parse] No hmake found
  19178. 2874.63 s [asn1-parse] Using hpc version 0.68 found on system at:
  19179. 2874.63 s [asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  19180. 2874.63 s [asn1-parse] Using hsc2hs version 0.68.9 found on system at:
  19181. 2874.63 s [asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  19182. 2874.63 s [asn1-parse] Using hscolour version 1.25 found on system at:
  19183. 2874.63 s [asn1-parse] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  19184. 2874.63 s [asn1-parse] No jhc found
  19185. 2874.64 s [asn1-parse] Using ld found on system at:
  19186. 2874.64 s [asn1-parse] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  19187. 2874.64 s [asn1-parse] No pkg-config found
  19188. 2874.64 s [asn1-parse] Using runghc version 9.6.4 found on system at:
  19189. 2874.64 s [asn1-parse] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  19190. 2874.64 s [asn1-parse] Using strip version 2.44 found on system at:
  19191. 2874.64 s [asn1-parse] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  19192. 2874.64 s [asn1-parse] Using tar found on system at:
  19193. 2874.64 s [asn1-parse] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  19194. 2874.64 s [asn1-parse] No uhc found
  19195. 2874.64 s [asn1-parse] Phase: buildPhase
  19196. 2874.64 s [asn1-parse] Preprocessing library for asn1-parse-0.9.5..
  19197. 2874.64 s [asn1-parse] Building library for asn1-parse-0.9.5..
  19198. 2874.64 s [asn1-parse] [1 of 1] Compiling Data.ASN1.Parse ( Data/ASN1/Parse.hs, dist/build/Data/ASN1/Parse.o, dist/build/Data/ASN1/Parse.dyn_o )
  19199. 2874.64 s [asn1-parse]
  19200. 2874.64 s [asn1-parse] Data/ASN1/Parse.hs:35:1: warning: [-Wunused-imports]
  19201. 2874.64 s [asn1-parse] The import of ‘Control.Monad.Fail’ is redundant
  19202. 2874.64 s [asn1-parse] except perhaps to import instances from ‘Control.Monad.Fail’
  19203. 2874.64 s [asn1-parse] To import instances alone, use: import Control.Monad.Fail()
  19204. 2874.64 s [asn1-parse] |
  19205. 2874.64 s [asn1-parse] 35 | import Control.Monad.Fail
  19206. 2874.64 s [asn1-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^
  19207. 2874.64 s [asn1-parse]
  19208. 2874.64 s [asn1-parse] Data/ASN1/Parse.hs:52:5: warning: [-Wnoncanonical-monad-instances]
  19209. 2874.64 s [asn1-parse] Noncanonical ‘return’ definition detected
  19210. 2874.64 s [asn1-parse] in the instance declaration for ‘Monad ParseASN1’.
  19211. 2874.64 s [asn1-parse] ‘return’ will eventually be removed in favour of ‘pure’
  19212. 2874.64 s [asn1-parse] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  19213. 2874.64 s [asn1-parse] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  19214. 2874.64 s [asn1-parse] |
  19215. 2874.64 s [asn1-parse] 52 | return a = pure a
  19216. 2874.64 s [asn1-parse] | ^^^^^^^^^^^^^^^^^^^^
  19217. 2874.64 s [asn1-parse] [1 of 1] Compiling Data.ASN1.Parse ( Data/ASN1/Parse.hs, dist/build/Data/ASN1/Parse.p_o )
  19218. 2874.64 s [asn1-parse]
  19219. 2874.64 s [asn1-parse] Data/ASN1/Parse.hs:35:1: warning: [-Wunused-imports]
  19220. 2874.64 s [asn1-parse] The import of ‘Control.Monad.Fail’ is redundant
  19221. 2874.64 s [asn1-parse] except perhaps to import instances from ‘Control.Monad.Fail’
  19222. 2874.64 s [asn1-parse] To import instances alone, use: import Control.Monad.Fail()
  19223. 2874.64 s [asn1-parse] |
  19224. 2874.64 s [asn1-parse] 35 | import Control.Monad.Fail
  19225. 2874.64 s [asn1-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^
  19226. 2874.64 s [asn1-parse]
  19227. 2874.65 s [asn1-parse] Data/ASN1/Parse.hs:52:5: warning: [-Wnoncanonical-monad-instances]
  19228. 2874.65 s [asn1-parse] Noncanonical ‘return’ definition detected
  19229. 2874.65 s [asn1-parse] in the instance declaration for ‘Monad ParseASN1’.
  19230. 2874.65 s [asn1-parse] ‘return’ will eventually be removed in favour of ‘pure’
  19231. 2874.65 s [asn1-parse] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  19232. 2874.65 s [asn1-parse] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  19233. 2874.65 s [asn1-parse] |
  19234. 2874.65 s [asn1-parse] 52 | return a = pure a
  19235. 2874.65 s [asn1-parse] | ^^^^^^^^^^^^^^^^^^^^
  19236. 2875.02 s [barbies:post-build] Uploading to the NixCI cache: /nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0 /nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc
  19237. 2875.70 s [barbies:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19238. 2877.21 s [barbies:post-build] copying 2 paths...
  19239. 2877.24 s [barbies:post-build] copying path '/nix/store/w8q90m80mdbqcr6y0bnrba1w34psgv1g-barbies-2.1.1.0-doc' to 'https://cache.nix-ci.com'...
  19240. 2879.55 s [barbies:post-build] copying path '/nix/store/g5v0p3876mqrlbf5ny59a2d3d33w9w1i-barbies-2.1.1.0' to 'https://cache.nix-ci.com'...
  19241. 2887.44 s [barbies:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19242. 2888.17 s [barbies:post-build] copying 1 paths...
  19243. 2888.17 s [barbies:post-build] copying path '/nix/store/vmfxl8021ka0xrp836lw4fjmxbx0vvxi-barbies-2.1.1.0.drv' to 'https://cache.nix-ci.com'...
  19244. 2888.82 s Uploaded barbies in 13.9s
  19245. 2888.83 s Progress: 152 of 211 built (11 building), 298 of 298 downloaded from cache
  19246. 2888.83 s Built barbies in 3m25s
  19247. 2889.31 s [time-compat:post-build] Uploading to the NixCI cache: /nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7 /nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc
  19248. 2889.98 s [time-compat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19249. 2890.74 s [time-compat:post-build] copying 2 paths...
  19250. 2890.74 s [time-compat:post-build] copying path '/nix/store/n8w5dr4xg2n3h2vf8lyg89bin413nzdd-time-compat-1.9.7-doc' to 'https://cache.nix-ci.com'...
  19251. 2891.85 s [time-compat:post-build] copying path '/nix/store/1cy7s80aky1a1dx59l3gx30y50n5pvr5-time-compat-1.9.7' to 'https://cache.nix-ci.com'...
  19252. 2894.16 s [time-compat:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19253. 2895.66 s [time-compat:post-build] copying 1 paths...
  19254. 2895.66 s [time-compat:post-build] copying path '/nix/store/ppiv1z5q73av7c2a9l5889h4g1cq9wnp-time-compat-1.9.7.drv' to 'https://cache.nix-ci.com'...
  19255. 2896.60 s Uploaded time-compat in 7.4s
  19256. 2896.60 s Progress: 153 of 212 built (10 building), 298 of 298 downloaded from cache
  19257. 2896.60 s Built time-compat in 3m33s
  19258. 2896.61 s [asn1-parse] Phase: checkPhase
  19259. 2896.61 s [asn1-parse] Package has no test suites.
  19260. 2896.61 s [asn1-parse] Phase: haddockPhase
  19261. 2896.61 s [asn1-parse] Preprocessing library for asn1-parse-0.9.5..
  19262. 2896.61 s [asn1-parse] Running Haddock on library for asn1-parse-0.9.5..
  19263. 2896.61 s [asn1-parse] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  19264. 2896.61 s [asn1-parse] 93% ( 15 / 16) in 'Data.ASN1.Parse'
  19265. 2896.61 s [asn1-parse] Missing documentation for:
  19266. 2896.61 s [asn1-parse] ParseASN1 (Data/ASN1/Parse.hs:38)
  19267. 2896.61 s [asn1-parse]
  19268. 2896.61 s [asn1-parse] Data/ASN1/Parse.hs:35:1: warning: [-Wunused-imports]
  19269. 2896.61 s [asn1-parse] The import of ‘Control.Monad.Fail’ is redundant
  19270. 2896.61 s [asn1-parse] except perhaps to import instances from ‘Control.Monad.Fail’
  19271. 2896.61 s [asn1-parse] To import instances alone, use: import Control.Monad.Fail()
  19272. 2896.61 s [asn1-parse] |
  19273. 2896.61 s [asn1-parse] 35 | import Control.Monad.Fail
  19274. 2896.61 s [asn1-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^
  19275. 2896.61 s [asn1-parse]
  19276. 2896.61 s [asn1-parse] Data/ASN1/Parse.hs:52:5: warning: [-Wnoncanonical-monad-instances]
  19277. 2896.61 s [asn1-parse] Noncanonical ‘return’ definition detected
  19278. 2896.61 s [asn1-parse] in the instance declaration for ‘Monad ParseASN1’.
  19279. 2896.61 s [asn1-parse] ‘return’ will eventually be removed in favour of ‘pure’
  19280. 2896.61 s [asn1-parse] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  19281. 2896.61 s [asn1-parse] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  19282. 2896.61 s [asn1-parse] |
  19283. 2896.61 s [asn1-parse] 52 | return a = pure a
  19284. 2896.61 s [asn1-parse] | ^^^^^^^^^^^^^^^^^^^^
  19285. 2896.61 s [bifunctors] [14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o, dist/build/Data/Bifunctor/Tannen.dyn_o )
  19286. 2896.61 s [bifunctors] [15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o, dist/build/Data/Bifunctor/Wrapped.dyn_o )
  19287. 2896.61 s [bifunctors] [ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.p_o )
  19288. 2896.61 s [bifunctors] [ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.p_o )
  19289. 2896.61 s [concurrent-output] Documentation created: dist/doc/html/concurrent-output/index.html,
  19290. 2896.61 s [concurrent-output] dist/doc/html/concurrent-output/concurrent-output.txt
  19291. 2896.61 s [concurrent-output] haddockPhase completed in 30 seconds
  19292. 2896.62 s [concurrent-output] Phase: installPhase
  19293. 2896.62 s [concurrent-output] Installing library in /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
  19294. 2896.62 s [crypton] generate-safe-prime: OK (5.87s)
  19295. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19296. 2896.62 s [crypton] as-power-of-2-and-odd: OK
  19297. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19298. 2896.62 s [crypton] squareRoot: OK (0.35s)
  19299. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19300. 2896.62 s [crypton] marshalling-be: OK
  19301. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19302. 2896.62 s [crypton] marshalling-le: OK
  19303. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19304. 2896.62 s [crypton] be-rev-le: OK
  19305. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19306. 2896.62 s [crypton] be-rev-le-40: OK
  19307. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19308. 2896.62 s [crypton] le-rev-be: OK
  19309. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19310. 2896.62 s [crypton] le-rev-be-40: OK
  19311. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19312. 2896.62 s [crypton] marshalling-kat-to-bytearray
  19313. 2896.62 s [crypton] 0: OK
  19314. 2896.62 s [crypton] 1: OK
  19315. 2896.62 s [crypton] 2: OK
  19316. 2896.62 s [crypton] 3: OK
  19317. 2896.62 s [crypton] 4: OK
  19318. 2896.62 s [crypton] marshalling-kat-to-integer
  19319. 2896.62 s [crypton] 0: OK
  19320. 2896.62 s [crypton] 1: OK
  19321. 2896.62 s [crypton] 2: OK
  19322. 2896.62 s [crypton] 3: OK
  19323. 2896.62 s [crypton] 4: OK
  19324. 2896.62 s [crypton] number.F2m
  19325. 2896.62 s [crypton] addF2m
  19326. 2896.62 s [crypton] commutative: OK
  19327. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19328. 2896.62 s [crypton] associative: OK
  19329. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19330. 2896.62 s [crypton] 0 is neutral: OK
  19331. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19332. 2896.62 s [crypton] nullable: OK
  19333. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19334. 2896.62 s [crypton] works per bit: OK
  19335. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19336. 2896.62 s [crypton] modF2m
  19337. 2896.62 s [crypton] idempotent: OK
  19338. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19339. 2896.62 s [crypton] upper bound: OK
  19340. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19341. 2896.62 s [crypton] reach upper: OK
  19342. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19343. 2896.62 s [crypton] lower bound: OK
  19344. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19345. 2896.62 s [crypton] reach lower: OK
  19346. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19347. 2896.62 s [crypton] additive: OK
  19348. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19349. 2896.62 s [crypton] mulF2m
  19350. 2896.62 s [crypton] commutative: OK
  19351. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19352. 2896.62 s [crypton] associative: OK
  19353. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19354. 2896.62 s [crypton] 1 is neutral: OK
  19355. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19356. 2896.62 s [crypton] 0 is annihilator: OK
  19357. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19358. 2896.62 s [crypton] distributive: OK
  19359. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19360. 2896.62 s [crypton] squareF2m
  19361. 2896.62 s [crypton] sqr(a) == a * a: OK
  19362. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19363. 2896.62 s [crypton] sqrt(a) * sqrt(a) = a in GF(2^16): OK (0.77s)
  19364. 2896.62 s [crypton] +++ OK, passed 1 test.
  19365. 2896.62 s [crypton] powF2m
  19366. 2896.62 s [crypton] 2 is square: OK
  19367. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19368. 2896.62 s [crypton] 1 is identity: OK
  19369. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19370. 2896.62 s [crypton] 0 is annihilator: OK
  19371. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19372. 2896.62 s [crypton] (a * b) ^ c == (a ^ c) * (b ^ c): OK
  19373. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19374. 2896.62 s [crypton] a ^ (b + c) == (a ^ b) * (a ^ c): OK
  19375. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19376. 2896.62 s [crypton] a ^ (b * c) == (a ^ b) ^ c: OK
  19377. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19378. 2896.62 s [crypton] invF2m
  19379. 2896.62 s [crypton] 1 / a * a == 1: OK
  19380. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19381. 2896.62 s [crypton] 1 / a == a (mod a^2-1): OK
  19382. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19383. 2896.62 s [crypton] divF2m
  19384. 2896.62 s [crypton] 1 / a == inv a: OK
  19385. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19386. 2896.62 s [crypton] a / b == a * inv b: OK
  19387. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19388. 2896.62 s [crypton] a * b / b == a: OK
  19389. 2896.62 s [crypton] +++ OK, passed 100 tests.
  19390. 2896.62 s [crypton] hash
  19391. 2896.62 s [crypton] KATs
  19392. 2896.62 s [crypton] MD2
  19393. 2896.62 s [crypton] 1: OK
  19394. 2896.62 s [crypton] 2: OK
  19395. 2896.62 s [crypton] 3: OK
  19396. 2896.62 s [crypton] MD4
  19397. 2896.62 s [crypton] 1: OK
  19398. 2896.62 s [crypton] 2: OK
  19399. 2896.62 s [crypton] 3: OK
  19400. 2896.62 s [crypton] MD5
  19401. 2896.62 s [crypton] 1: OK
  19402. 2896.62 s [genvalidity-property] Documentation created: dist/doc/html/genvalidity-property/index.html,
  19403. 2896.62 s [genvalidity-property] dist/doc/html/genvalidity-property/genvalidity-property.txt
  19404. 2896.62 s [genvalidity-property] Preprocessing test suite 'genvalidity-property-test' for genvalidity-property-1.0.0.0..
  19405. 2896.62 s [genvalidity-property] haddockPhase completed in 33 seconds
  19406. 2896.62 s [genvalidity-property] Phase: installPhase
  19407. 2896.62 s [genvalidity-property] Installing library in /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
  19408. 2896.62 s [genvalidity-property] Phase: fixupPhase
  19409. 2896.62 s [genvalidity-property] shrinking RPATHs of ELF executables and libraries in /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0
  19410. 2896.62 s [genvalidity-property] shrinking /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSgenvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD-ghc9.6.4.so
  19411. 2896.62 s [genvalidity-property] checking for references to /build/ in /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0...
  19412. 2896.62 s [genvalidity-property] patching script interpreter paths in /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0
  19413. 2896.62 s [genvalidity-property] stripping (with command strip and flags -S -p) in /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0/lib
  19414. 2896.62 s [genvalidity-property] shrinking RPATHs of ELF executables and libraries in /nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc
  19415. 2896.62 s [genvalidity-property] checking for references to /build/ in /nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc...
  19416. 2896.62 s [genvalidity-property] patching script interpreter paths in /nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc
  19417. 2896.62 s [haskell-src-meta] Preprocessing library for haskell-src-meta-0.8.15..
  19418. 2896.62 s [haskell-src-meta] Running Haddock on library for haskell-src-meta-0.8.15..
  19419. 2896.62 s [haskell-src-meta] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  19420. 2896.62 s [haskell-src-meta] 100% ( 3 / 3) in 'Language.Haskell.Meta.Extensions'
  19421. 2896.62 s [haskell-src-meta] 2% ( 1 / 45) in 'Language.Haskell.Meta.Syntax.Translate'
  19422. 2896.62 s [haskell-src-meta] Missing documentation for:
  19423. 2896.62 s [haskell-src-meta] DerivClause (src/Language/Haskell/Meta/Syntax/Translate.hs:47)
  19424. 2896.62 s [haskell-src-meta] ToName (src/Language/Haskell/Meta/Syntax/Translate.hs:31)
  19425. 2896.62 s [haskell-src-meta] ToNames (src/Language/Haskell/Meta/Syntax/Translate.hs:32)
  19426. 2896.63 s [haskell-src-meta] ToLit (src/Language/Haskell/Meta/Syntax/Translate.hs:33)
  19427. 2896.63 s [haskell-src-meta] ToType (src/Language/Haskell/Meta/Syntax/Translate.hs:34)
  19428. 2896.63 s [haskell-src-meta] ToPat (src/Language/Haskell/Meta/Syntax/Translate.hs:35)
  19429. 2896.63 s [haskell-src-meta] ToExp (src/Language/Haskell/Meta/Syntax/Translate.hs:36)
  19430. 2896.63 s [haskell-src-meta] ToDecs (src/Language/Haskell/Meta/Syntax/Translate.hs:37)
  19431. 2896.63 s [haskell-src-meta] ToDec (src/Language/Haskell/Meta/Syntax/Translate.hs:38)
  19432. 2896.63 s [haskell-src-meta] ToStmt (src/Language/Haskell/Meta/Syntax/Translate.hs:39)
  19433. 2896.63 s [haskell-src-meta] ToLoc (src/Language/Haskell/Meta/Syntax/Translate.hs:40)
  19434. 2896.63 s [haskell-src-meta] ToCxt (src/Language/Haskell/Meta/Syntax/Translate.hs:41)
  19435. 2896.63 s [haskell-src-meta] ToPred (src/Language/Haskell/Meta/Syntax/Translate.hs:42)
  19436. 2896.63 s [haskell-src-meta] ToTyVars (src/Language/Haskell/Meta/Syntax/Translate.hs:43)
  19437. 2896.63 s [haskell-src-meta] ToMaybeKind (src/Language/Haskell/Meta/Syntax/Translate.hs:44)
  19438. 2896.63 s [haskell-src-meta] ToInjectivityAnn (src/Language/Haskell/Meta/Syntax/Translate.hs:45)
  19439. 2896.63 s [haskell-src-meta] ToDerivClauses (src/Language/Haskell/Meta/Syntax/Translate.hs:49)
  19440. 2896.63 s [haskell-src-meta] moduleName (src/Language/Haskell/Meta/Syntax/Translate.hs:52)
  19441. 2896.63 s [haskell-src-meta] noTH (src/Language/Haskell/Meta/Syntax/Translate.hs:56)
  19442. 2896.63 s [haskell-src-meta] noTHyet (src/Language/Haskell/Meta/Syntax/Translate.hs:60)
  19443. 2896.63 s [haskell-src-meta] todo (src/Language/Haskell/Meta/Syntax/Translate.hs:65)
  19444. 2896.63 s [haskell-src-meta] nonsense (src/Language/Haskell/Meta/Syntax/Translate.hs:69)
  19445. 2896.63 s [haskell-src-meta] toTupEl (src/Language/Haskell/Meta/Syntax/Translate.hs:74)
  19446. 2896.63 s [haskell-src-meta] toFieldExp (src/Language/Haskell/Meta/Syntax/Translate.hs:251)
  19447. 2896.63 s [haskell-src-meta] toGuard (src/Language/Haskell/Meta/Syntax/Translate.hs:309)
  19448. 2896.63 s [haskell-src-meta] toMatch (src/Language/Haskell/Meta/Syntax/Translate.hs:302)
  19449. 2896.63 s [haskell-src-meta] toBody (src/Language/Haskell/Meta/Syntax/Translate.hs:305)
  19450. 2896.63 s [haskell-src-meta] toKind (src/Language/Haskell/Meta/Syntax/Translate.hs:377)
  19451. 2896.63 s [haskell-src-meta] toTyVar (src/Language/Haskell/Meta/Syntax/Translate.hs:380)
  19452. 2896.63 s [haskell-src-meta] toTyVarSpec (src/Language/Haskell/Meta/Syntax/Translate.hs:390)
  19453. 2896.63 s [haskell-src-meta] toTyVarsVis (src/Language/Haskell/Meta/Syntax/Translate.hs:406)
  19454. 2896.63 s [haskell-src-meta] .->. (src/Language/Haskell/Meta/Syntax/Translate.hs:463)
  19455. 2896.63 s [haskell-src-meta] foldAppT (src/Language/Haskell/Meta/Syntax/Translate.hs:525)
  19456. 2896.63 s [haskell-src-meta] toStrictType (src/Language/Haskell/Meta/Syntax/Translate.hs:452)
  19457. 2896.63 s [haskell-src-meta] toDerivStrategy (src/Language/Haskell/Meta/Syntax/Translate.hs:498)
  19458. 2896.63 s [haskell-src-meta] qualConDeclToCon (src/Language/Haskell/Meta/Syntax/Translate.hs:697)
  19459. 2896.63 s [haskell-src-meta] transAct (src/Language/Haskell/Meta/Syntax/Translate.hs:636)
  19460. 2896.63 s [haskell-src-meta] hsMatchesToFunD (src/Language/Haskell/Meta/Syntax/Translate.hs:731)
  19461. 2896.63 s [haskell-src-meta] hsRhsToBody (src/Language/Haskell/Meta/Syntax/Translate.hs:749)
  19462. 2896.63 s [haskell-src-meta] conDeclToCon (src/Language/Haskell/Meta/Syntax/Translate.hs:716)
  19463. 2896.63 s [haskell-src-meta] hsMatchToClause (src/Language/Haskell/Meta/Syntax/Translate.hs:737)
  19464. 2896.63 s [haskell-src-meta] hsGuardedRhsToBody (src/Language/Haskell/Meta/Syntax/Translate.hs:760)
  19465. 2896.63 s [haskell-src-meta] hsStmtToGuard (src/Language/Haskell/Meta/Syntax/Translate.hs:773)
  19466. 2896.63 s [haskell-src-meta] TyVarBndr_ (src/Language/Haskell/Meta/THCompat.hs:27)
  19467. 2896.63 s [haskell-src-meta] 15% ( 3 / 19) in 'Language.Haskell.Meta.Parse'
  19468. 2896.63 s [haskell-src-meta] Missing documentation for:
  19469. 2896.63 s [haskell-src-meta] parsePat (src/Language/Haskell/Meta/Parse.hs:45)
  19470. 2896.63 s [haskell-src-meta] parseExp (src/Language/Haskell/Meta/Parse.hs:48)
  19471. 2896.63 s [haskell-src-meta] parseType (src/Language/Haskell/Meta/Parse.hs:51)
  19472. 2896.63 s [haskell-src-meta] parseDecs (src/Language/Haskell/Meta/Parse.hs:54)
  19473. 2896.63 s [haskell-src-meta] myDefaultParseMode (src/Language/Haskell/Meta/Parse.hs:66)
  19474. 2896.63 s [haskell-src-meta] myDefaultExtensions (src/Language/Haskell/Meta/Parse.hs:73)
  19475. 2896.63 s [haskell-src-meta] parseResultToEither (src/Language/Haskell/Meta/Parse.hs:86)
  19476. 2896.63 s [haskell-src-meta] parseHsModule (src/Language/Haskell/Meta/Parse.hs:92)
  19477. 2896.63 s [haskell-src-meta] parseHsDecls (src/Language/Haskell/Meta/Parse.hs:95)
  19478. 2896.63 s [haskell-src-meta] parseHsType (src/Language/Haskell/Meta/Parse.hs:105)
  19479. 2896.63 s [haskell-src-meta] parseHsExp (src/Language/Haskell/Meta/Parse.hs:109)
  19480. 2896.63 s [haskell-src-meta] parseHsPat (src/Language/Haskell/Meta/Parse.hs:112)
  19481. 2896.63 s [haskell-src-meta] pprHsModule (src/Language/Haskell/Meta/Parse.hs:115)
  19482. 2896.63 s [haskell-src-meta] moduleDecls (src/Language/Haskell/Meta/Parse.hs:119)
  19483. 2896.63 s [lifted-async] haddockPhase completed in 33 seconds
  19484. 2896.63 s [lifted-async] Phase: installPhase
  19485. 2896.63 s [lifted-async] Installing library in /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
  19486. 2896.63 s [lifted-async] Phase: fixupPhase
  19487. 2896.63 s [lifted-async] shrinking RPATHs of ELF executables and libraries in /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7
  19488. 2896.63 s [lifted-async] shrinking /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSlifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu-ghc9.6.4.so
  19489. 2896.63 s [lifted-async] checking for references to /build/ in /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7...
  19490. 2896.63 s [lifted-async] patching script interpreter paths in /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7
  19491. 2896.63 s [lifted-async] stripping (with command strip and flags -S -p) in /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7/lib
  19492. 2896.63 s [lifted-async] shrinking RPATHs of ELF executables and libraries in /nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc
  19493. 2896.63 s [lifted-async] checking for references to /build/ in /nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc...
  19494. 2896.63 s [lifted-async] patching script interpreter paths in /nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc
  19495. 2896.63 s [logict] Documentation created: dist/doc/html/logict/index.html,
  19496. 2896.63 s [logict] dist/doc/html/logict/logict.txt
  19497. 2896.63 s [logict] Preprocessing test suite 'logict-tests' for logict-0.8.2.0..
  19498. 2896.63 s [logict] Phase: installPhase
  19499. 2896.63 s [logict] Installing library in /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
  19500. 2896.63 s [logict] Phase: fixupPhase
  19501. 2896.63 s [logict] shrinking RPATHs of ELF executables and libraries in /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0
  19502. 2896.63 s [logict] shrinking /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSlogict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn-ghc9.6.4.so
  19503. 2896.63 s [logict] checking for references to /build/ in /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0...
  19504. 2896.63 s [logict] patching script interpreter paths in /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0
  19505. 2896.63 s [logict] stripping (with command strip and flags -S -p) in /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0/lib
  19506. 2896.63 s [logict] shrinking RPATHs of ELF executables and libraries in /nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc
  19507. 2896.63 s [logict] checking for references to /build/ in /nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc...
  19508. 2896.63 s [logict] patching script interpreter paths in /nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc
  19509. 2896.63 s [streaming-commons] [2 of 8] Compiling Data.Streaming.FileReadSpec ( test/Data/Streaming/FileReadSpec.hs, dist/build/test/test-tmp/Data/Streaming/FileReadSpec.o )
  19510. 2896.63 s [streaming-commons] [3 of 8] Compiling Data.Streaming.FilesystemSpec ( test/Data/Streaming/FilesystemSpec.hs, dist/build/test/test-tmp/Data/Streaming/FilesystemSpec.o )
  19511. 2896.63 s [streaming-commons] [4 of 8] Compiling Data.Streaming.NetworkSpec ( test/Data/Streaming/NetworkSpec.hs, dist/build/test/test-tmp/Data/Streaming/NetworkSpec.o )
  19512. 2896.63 s [streaming-commons] [5 of 8] Compiling Data.Streaming.ProcessSpec ( test/Data/Streaming/ProcessSpec.hs, dist/build/test/test-tmp/Data/Streaming/ProcessSpec.o )
  19513. 2896.63 s [streaming-commons] [6 of 8] Compiling Data.Streaming.TextSpec ( test/Data/Streaming/TextSpec.hs, dist/build/test/test-tmp/Data/Streaming/TextSpec.o )
  19514. 2896.63 s [streaming-commons] [7 of 8] Compiling Data.Streaming.ZlibSpec ( test/Data/Streaming/ZlibSpec.hs, dist/build/test/test-tmp/Data/Streaming/ZlibSpec.o )
  19515. 2896.63 s [streaming-commons] [8 of 8] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
  19516. 2896.63 s [streaming-commons] [9 of 9] Linking dist/build/test/test
  19517. 2896.63 s [streaming-commons] buildPhase completed in 1 minutes 19 seconds
  19518. 2896.63 s [streaming-commons] Phase: checkPhase
  19519. 2896.63 s [streaming-commons] Running 1 test suites...
  19520. 2896.63 s [streaming-commons] Test suite test: RUNNING...
  19521. 2896.63 s [streaming-commons]
  19522. 2896.63 s [streaming-commons] Data.Streaming.ByteString.Builder
  19523. 2896.63 s [streaming-commons] Data.Streaming.ByteString.Builder
  19524. 2896.63 s [streaming-commons] idempotent to toLazyByteString [✔]
  19525. 2896.63 s [streaming-commons] +++ OK, passed 100 tests.
  19526. 2896.63 s [streaming-commons] works for large input [✔]
  19527. 2896.63 s [streaming-commons] works for lazy bytestring insertion [✔]
  19528. 2896.63 s [crypton] 2: OK
  19529. 2896.63 s [crypton] 3: OK
  19530. 2896.63 s [crypton] SHA1
  19531. 2896.63 s [crypton] 1: OK
  19532. 2896.63 s [crypton] 2: OK
  19533. 2896.63 s [crypton] 3: OK
  19534. 2896.63 s [crypton] SHA224
  19535. 2896.63 s [crypton] 1: OK
  19536. 2896.63 s [crypton] 2: OK
  19537. 2896.63 s [crypton] 3: OK
  19538. 2896.63 s [crypton] SHA256
  19539. 2896.63 s [crypton] 1: OK
  19540. 2896.63 s [crypton] 2: OK
  19541. 2896.63 s [crypton] 3: OK
  19542. 2896.63 s [crypton] SHA384
  19543. 2896.63 s [crypton] 1: OK
  19544. 2896.63 s [crypton] 2: OK
  19545. 2896.63 s [crypton] 3: OK
  19546. 2896.63 s [crypton] SHA512
  19547. 2896.63 s [crypton] 1: OK
  19548. 2896.63 s [crypton] 2: OK
  19549. 2896.63 s [crypton] 3: OK
  19550. 2896.63 s [crypton] SHA512/224
  19551. 2896.63 s [crypton] 1: OK
  19552. 2896.63 s [crypton] 2: OK
  19553. 2896.63 s [crypton] 3: OK
  19554. 2896.63 s [crypton] SHA512/256
  19555. 2896.63 s [crypton] 1: OK
  19556. 2896.63 s [crypton] 2: OK
  19557. 2896.63 s [crypton] 3: OK
  19558. 2896.63 s [crypton] RIPEMD160
  19559. 2896.63 s [crypton] 1: OK
  19560. 2896.63 s [crypton] 2: OK
  19561. 2896.63 s [crypton] 3: OK
  19562. 2896.63 s [crypton] Tiger
  19563. 2896.63 s [crypton] 1: OK
  19564. 2896.63 s [crypton] 2: OK
  19565. 2896.63 s [crypton] 3: OK
  19566. 2896.63 s [crypton] Skein256-256
  19567. 2896.63 s [crypton] 1: OK
  19568. 2896.63 s [crypton] 2: OK
  19569. 2896.63 s [crypton] 3: OK
  19570. 2896.63 s [crypton] Skein512-384
  19571. 2896.63 s [crypton] 1: OK
  19572. 2896.63 s [crypton] 2: OK
  19573. 2896.63 s [crypton] 3: OK
  19574. 2896.63 s [crypton] Skein512-512
  19575. 2896.63 s [crypton] 1: OK
  19576. 2896.63 s [crypton] 2: OK
  19577. 2896.63 s [crypton] 3: OK
  19578. 2896.63 s [crypton] Whirlpool
  19579. 2896.63 s [crypton] 1: OK
  19580. 2896.63 s [crypton] 2: OK
  19581. 2896.63 s [crypton] 3: OK
  19582. 2896.63 s [crypton] Keccak-224
  19583. 2896.63 s [crypton] 1: OK
  19584. 2896.63 s [crypton] 2: OK
  19585. 2896.63 s [crypton] 3: OK
  19586. 2896.63 s [crypton] Keccak-256
  19587. 2896.63 s [crypton] 1: OK
  19588. 2896.63 s [crypton] 2: OK
  19589. 2896.63 s [crypton] 3: OK
  19590. 2896.63 s [crypton] Keccak-384
  19591. 2896.63 s [crypton] 1: OK
  19592. 2896.63 s [crypton] 2: OK
  19593. 2896.63 s [crypton] 3: OK
  19594. 2896.63 s [crypton] Keccak-512
  19595. 2896.63 s [crypton] 1: OK
  19596. 2896.63 s [crypton] 2: OK
  19597. 2896.63 s [crypton] 3: OK
  19598. 2896.63 s [crypton] SHA3-224
  19599. 2896.63 s [crypton] 1: OK
  19600. 2896.63 s [crypton] 2: OK
  19601. 2896.63 s [crypton] 3: OK
  19602. 2896.63 s [crypton] SHA3-256
  19603. 2896.63 s [crypton] 1: OK
  19604. 2896.63 s [crypton] 2: OK
  19605. 2896.63 s [crypton] 3: OK
  19606. 2896.63 s [crypton] SHA3-384
  19607. 2896.63 s [crypton] 1: OK
  19608. 2896.63 s [crypton] 2: OK
  19609. 2896.63 s [crypton] 3: OK
  19610. 2896.63 s [crypton] SHA3-512
  19611. 2896.63 s [crypton] 1: OK
  19612. 2896.63 s [crypton] 2: OK
  19613. 2896.63 s [crypton] 3: OK
  19614. 2896.63 s [crypton] Blake2b-160
  19615. 2896.63 s [crypton] 1: OK
  19616. 2896.63 s [crypton] 2: OK
  19617. 2896.63 s [crypton] 3: OK
  19618. 2896.63 s [crypton] Blake2b-224
  19619. 2896.63 s [crypton] 1: OK
  19620. 2896.63 s [crypton] 2: OK
  19621. 2896.63 s [crypton] 3: OK
  19622. 2896.63 s [crypton] Blake2b-256
  19623. 2896.63 s [crypton] 1: OK
  19624. 2896.63 s [crypton] 2: OK
  19625. 2896.63 s [crypton] 3: OK
  19626. 2896.63 s [crypton] Blake2b-384
  19627. 2896.63 s [crypton] 1: OK
  19628. 2896.63 s [crypton] 2: OK
  19629. 2896.63 s [crypton] 3: OK
  19630. 2897.04 s [genvalidity-property:post-build] Uploading to the NixCI cache: /nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc /nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0
  19631. 2897.74 s [genvalidity-property:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19632. 2898.31 s [genvalidity-property:post-build] copying 2 paths...
  19633. 2898.31 s [genvalidity-property:post-build] copying path '/nix/store/1jzkz0vvyvifg9mr15kfc131jw8cgy30-genvalidity-property-1.0.0.0-doc' to 'https://cache.nix-ci.com'...
  19634. 2899.17 s [genvalidity-property:post-build] copying path '/nix/store/arby28p4zx3r494v86zg0ci0qbwyp3cb-genvalidity-property-1.0.0.0' to 'https://cache.nix-ci.com'...
  19635. 2902.52 s [genvalidity-property:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19636. 2903.38 s [genvalidity-property:post-build] copying 1 paths...
  19637. 2903.38 s [genvalidity-property:post-build] copying path '/nix/store/wdjff0kxh5ffzp74w0hqsg5zwidhnnf5-genvalidity-property-1.0.0.0.drv' to 'https://cache.nix-ci.com'...
  19638. 2904.09 s Uploaded genvalidity-property in 7.2s
  19639. 2904.10 s Progress: 154 of 211 built (9 building), 298 of 298 downloaded from cache
  19640. 2904.10 s Built genvalidity-property in 1m54s
  19641. 2904.10 s [haskell-src-meta] noSrcSpanInfo (src/Language/Haskell/Meta/Parse.hs:138)
  19642. 2904.10 s [haskell-src-meta] emptyHsModule (src/Language/Haskell/Meta/Parse.hs:129)
  19643. 2904.10 s [haskell-src-meta] 100% ( 4 / 4) in 'Language.Haskell.Meta'
  19644. 2904.10 s [haskell-src-meta] 22% ( 11 / 48) in 'Language.Haskell.Meta.Utils'
  19645. 2904.10 s [haskell-src-meta] Missing documentation for:
  19646. 2904.11 s [haskell-src-meta] TyVarBndrVis (src/Language/Haskell/Meta/Utils.hs:47)
  19647. 2904.11 s [haskell-src-meta] conName (src/Language/Haskell/Meta/Utils.hs:304)
  19648. 2904.11 s [haskell-src-meta] dataDCons (src/Language/Haskell/Meta/Utils.hs:33)
  19649. 2904.11 s [haskell-src-meta] decCons (src/Language/Haskell/Meta/Utils.hs:38)
  19650. 2904.11 s [haskell-src-meta] decTyVars (src/Language/Haskell/Meta/Utils.hs:51)
  19651. 2904.11 s [haskell-src-meta] decName (src/Language/Haskell/Meta/Utils.hs:59)
  19652. 2904.11 s [haskell-src-meta] foreignName (src/Language/Haskell/Meta/Utils.hs:70)
  19653. 2904.11 s [haskell-src-meta] cleanNames (src/Language/Haskell/Meta/Utils.hs:75)
  19654. 2904.11 s [haskell-src-meta] pp (src/Language/Haskell/Meta/Utils.hs:96)
  19655. 2904.11 s [haskell-src-meta] ppDoc (src/Language/Haskell/Meta/Utils.hs:99)
  19656. 2904.11 s [haskell-src-meta] gpretty (src/Language/Haskell/Meta/Utils.hs:103)
  19657. 2904.11 s [haskell-src-meta] nameToRawCodeStr (src/Language/Haskell/Meta/Utils.hs:119)
  19658. 2904.11 s [haskell-src-meta] |$| (src/Language/Haskell/Meta/Utils.hs:140)
  19659. 2904.11 s [haskell-src-meta] |.| (src/Language/Haskell/Meta/Utils.hs:144)
  19660. 2904.11 s [haskell-src-meta] |->| (src/Language/Haskell/Meta/Utils.hs:148)
  19661. 2904.11 s [haskell-src-meta] unForall (src/Language/Haskell/Meta/Utils.hs:154)
  19662. 2904.11 s [haskell-src-meta] functionT (src/Language/Haskell/Meta/Utils.hs:158)
  19663. 2904.11 s [haskell-src-meta] mkVarT (src/Language/Haskell/Meta/Utils.hs:161)
  19664. 2904.11 s [haskell-src-meta] applyT (src/Language/Haskell/Meta/Utils.hs:218)
  19665. 2904.11 s [haskell-src-meta] substT (src/Language/Haskell/Meta/Utils.hs:226)
  19666. 2904.11 s [haskell-src-meta] splitCon (src/Language/Haskell/Meta/Utils.hs:239)
  19667. 2904.11 s [haskell-src-meta] conTypes (src/Language/Haskell/Meta/Utils.hs:250)
  19668. 2904.11 s [haskell-src-meta] strictTypeTy (src/Language/Haskell/Meta/Utils.hs:243)
  19669. 2904.11 s [haskell-src-meta] varStrictTypeTy (src/Language/Haskell/Meta/Utils.hs:246)
  19670. 2904.11 s [haskell-src-meta] conToConType (src/Language/Haskell/Meta/Utils.hs:261)
  19671. 2904.11 s [haskell-src-meta] unwindT (src/Language/Haskell/Meta/Utils.hs:267)
  19672. 2904.11 s [haskell-src-meta] unwindE (src/Language/Haskell/Meta/Utils.hs:275)
  19673. 2904.11 s [haskell-src-meta] typeToName (src/Language/Haskell/Meta/Utils.hs:290)
  19674. 2904.11 s [haskell-src-meta] recCName (src/Language/Haskell/Meta/Utils.hs:314)
  19675. 2904.11 s [haskell-src-meta] fromDataConI (src/Language/Haskell/Meta/Utils.hs:318)
  19676. 2904.11 s [haskell-src-meta] fromTyConI (src/Language/Haskell/Meta/Utils.hs:332)
  19677. 2904.11 s [haskell-src-meta] mkFunD (src/Language/Haskell/Meta/Utils.hs:336)
  19678. 2904.11 s [haskell-src-meta] mkClauseQ (src/Language/Haskell/Meta/Utils.hs:339)
  19679. 2904.11 s [haskell-src-meta] toPatQ (src/Language/Haskell/Meta/Utils.hs:369)
  19680. 2904.11 s [haskell-src-meta] showToPatQ (src/Language/Haskell/Meta/Utils.hs:372)
  19681. 2904.11 s [haskell-src-meta] eitherQ (src/Language/Haskell/Meta/Utils.hs:377)
  19682. 2904.11 s [haskell-src-meta] normalizeT (src/Language/Haskell/Meta/Utils.hs:385)
  19683. 2904.72 s [lifted-async:post-build] Uploading to the NixCI cache: /nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc /nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7
  19684. 2905.36 s [lifted-async:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19685. 2905.84 s [lifted-async:post-build] copying 2 paths...
  19686. 2905.84 s [lifted-async:post-build] copying path '/nix/store/69yv0rh159a8wmaazp25h993ms2f259c-lifted-async-0.10.2.7-doc' to 'https://cache.nix-ci.com'...
  19687. 2906.60 s [lifted-async:post-build] copying path '/nix/store/mpcqap52qavl5j59npd3q5ahfmsikdwk-lifted-async-0.10.2.7' to 'https://cache.nix-ci.com'...
  19688. 2909.17 s [lifted-async:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19689. 2909.93 s [lifted-async:post-build] copying 1 paths...
  19690. 2909.94 s [lifted-async:post-build] copying path '/nix/store/9gk0gk9jahpviqg0kpv9wdy0yj6f69fi-lifted-async-0.10.2.7.drv' to 'https://cache.nix-ci.com'...
  19691. 2910.82 s Uploaded lifted-async in 6.5s
  19692. 2910.83 s Progress: 155 of 212 built (8 building), 298 of 298 downloaded from cache
  19693. 2910.83 s Built lifted-async in 1m53s
  19694. 2911.14 s [logict:post-build] Uploading to the NixCI cache: /nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc /nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0
  19695. 2911.61 s [logict:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19696. 2912.31 s [logict:post-build] copying 2 paths...
  19697. 2912.31 s [logict:post-build] copying path '/nix/store/8am6yypqfc4m2ms5ladf86g9jq4adjxz-logict-0.8.2.0-doc' to 'https://cache.nix-ci.com'...
  19698. 2913.16 s [logict:post-build] copying path '/nix/store/xmps66fv7nmygjilzq70h4a6bij0msp4-logict-0.8.2.0' to 'https://cache.nix-ci.com'...
  19699. 2917.03 s [logict:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19700. 2917.90 s [logict:post-build] copying 1 paths...
  19701. 2917.90 s [logict:post-build] copying path '/nix/store/k125af4c206wakga6jgyqypgbrxw55z1-logict-0.8.2.0.drv' to 'https://cache.nix-ci.com'...
  19702. 2918.59 s Uploaded logict in 7.6s
  19703. 2918.60 s Progress: 156 of 213 built (7 building), 298 of 298 downloaded from cache
  19704. 2918.60 s Built logict in 2m01s
  19705. 2918.97 s Building /nix/store/w7fmwfjs7r2xsvg5l2qmc96wxxn4p5j2-genvalidity-hspec-1.0.0.3.drv
  19706. 2919.29 s Building /nix/store/6mfi3vcj99s8ksjsgyqq7vismidimf91-smallcheck-1.2.1.1.drv
  19707. 2919.29 s [asn1-parse] Documentation created: dist/doc/html/asn1-parse/index.html,
  19708. 2919.29 s [asn1-parse] dist/doc/html/asn1-parse/asn1-parse.txt
  19709. 2919.29 s [asn1-parse] Phase: installPhase
  19710. 2919.29 s [asn1-parse] Installing library in /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/asn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP
  19711. 2919.29 s [asn1-parse] Phase: fixupPhase
  19712. 2919.29 s [asn1-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5
  19713. 2919.29 s [asn1-parse] shrinking /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSasn1-parse-0.9.5-5XOL0a7xkIy5Mjeyn6JlzP-ghc9.6.4.so
  19714. 2919.29 s [asn1-parse] checking for references to /build/ in /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5...
  19715. 2919.29 s [asn1-parse] patching script interpreter paths in /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5
  19716. 2919.29 s [asn1-parse] stripping (with command strip and flags -S -p) in /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5/lib
  19717. 2919.29 s [asn1-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc
  19718. 2919.29 s [asn1-parse] checking for references to /build/ in /nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc...
  19719. 2919.29 s [asn1-parse] patching script interpreter paths in /nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc
  19720. 2919.29 s [bifunctors] [ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.p_o )
  19721. 2919.29 s [bifunctors] [ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.p_o )
  19722. 2919.29 s [bifunctors] [ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.p_o )
  19723. 2919.29 s [bifunctors] [ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.p_o )
  19724. 2919.29 s [bifunctors] [ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.p_o )
  19725. 2919.30 s [bifunctors] [ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.p_o )
  19726. 2919.30 s [bifunctors] [ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.p_o )
  19727. 2919.30 s [bifunctors] [10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.p_o )
  19728. 2919.30 s [bifunctors] [11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.p_o )
  19729. 2919.30 s [bifunctors] [12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.p_o )
  19730. 2919.30 s [bifunctors] [13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.p_o )
  19731. 2919.30 s [bifunctors] [14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.p_o )
  19732. 2919.30 s [bifunctors] [15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.p_o )
  19733. 2919.30 s [bifunctors] Preprocessing test suite 'bifunctors-spec' for bifunctors-5.6.2..
  19734. 2919.30 s [bifunctors] Building test suite 'bifunctors-spec' for bifunctors-5.6.2..
  19735. 2919.30 s [bifunctors] [1 of 3] Compiling BifunctorSpec ( tests/BifunctorSpec.hs, dist/build/bifunctors-spec/bifunctors-spec-tmp/BifunctorSpec.o )
  19736. 2919.30 s [concurrent-output] Phase: fixupPhase
  19737. 2919.30 s [concurrent-output] shrinking RPATHs of ELF executables and libraries in /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21
  19738. 2919.30 s [concurrent-output] shrinking /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSconcurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF-ghc9.6.4.so
  19739. 2919.30 s [concurrent-output] checking for references to /build/ in /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21...
  19740. 2919.30 s [concurrent-output] patching script interpreter paths in /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21
  19741. 2919.30 s [concurrent-output] stripping (with command strip and flags -S -p) in /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21/lib
  19742. 2919.30 s [concurrent-output] shrinking RPATHs of ELF executables and libraries in /nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc
  19743. 2919.30 s [concurrent-output] checking for references to /build/ in /nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc...
  19744. 2919.30 s [concurrent-output] patching script interpreter paths in /nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc
  19745. 2919.30 s [crypton] Blake2b-512
  19746. 2919.30 s [crypton] 1: OK
  19747. 2919.30 s [crypton] 2: OK
  19748. 2919.30 s [crypton] 3: OK
  19749. 2919.30 s [crypton] Blake2s-160
  19750. 2919.30 s [crypton] 1: OK
  19751. 2919.30 s [crypton] 2: OK
  19752. 2919.30 s [crypton] 3: OK
  19753. 2919.30 s [crypton] Blake2s-224
  19754. 2919.30 s [crypton] 1: OK
  19755. 2919.30 s [crypton] 2: OK
  19756. 2919.30 s [crypton] 3: OK
  19757. 2919.30 s [crypton] Blake2s-256
  19758. 2919.30 s [crypton] 1: OK
  19759. 2919.30 s [crypton] 2: OK
  19760. 2919.30 s [crypton] 3: OK
  19761. 2919.30 s [crypton] SHAKE128_4096
  19762. 2919.30 s [crypton] 1: OK
  19763. 2919.30 s [crypton] 2: OK
  19764. 2919.30 s [crypton] 3: OK
  19765. 2919.30 s [crypton] SHAKE256_4096
  19766. 2919.30 s [crypton] 1: OK
  19767. 2919.30 s [crypton] 2: OK
  19768. 2919.30 s [crypton] 3: OK
  19769. 2919.30 s [crypton] Blake2b 160
  19770. 2919.30 s [crypton] 1: OK
  19771. 2919.30 s [crypton] 2: OK
  19772. 2919.30 s [crypton] 3: OK
  19773. 2919.30 s [crypton] Blake2b 224
  19774. 2919.30 s [crypton] 1: OK
  19775. 2919.30 s [crypton] 2: OK
  19776. 2919.30 s [crypton] 3: OK
  19777. 2919.30 s [crypton] Blake2b 256
  19778. 2919.30 s [crypton] 1: OK
  19779. 2919.30 s [crypton] 2: OK
  19780. 2919.30 s [crypton] 3: OK
  19781. 2919.30 s [crypton] Blake2b 384
  19782. 2919.30 s [crypton] 1: OK
  19783. 2919.30 s [crypton] 2: OK
  19784. 2919.30 s [crypton] 3: OK
  19785. 2919.30 s [crypton] Blake2b 512
  19786. 2919.30 s [crypton] 1: OK
  19787. 2919.30 s [crypton] 2: OK
  19788. 2919.30 s [crypton] 3: OK
  19789. 2919.30 s [crypton] Blake2s 160
  19790. 2919.30 s [crypton] 1: OK
  19791. 2919.30 s [crypton] 2: OK
  19792. 2919.30 s [crypton] 3: OK
  19793. 2919.30 s [crypton] Blake2s 224
  19794. 2919.30 s [crypton] 1: OK
  19795. 2919.30 s [crypton] 2: OK
  19796. 2919.30 s [crypton] 3: OK
  19797. 2919.30 s [crypton] Blake2s 256
  19798. 2919.30 s [crypton] 1: OK
  19799. 2919.30 s [crypton] 2: OK
  19800. 2919.30 s [crypton] 3: OK
  19801. 2919.30 s [crypton] Chunking
  19802. 2919.30 s [crypton] MD2: OK (0.11s)
  19803. 2919.30 s [crypton] +++ OK, passed 100 tests.
  19804. 2919.30 s [crypton] MD4: OK (0.07s)
  19805. 2919.30 s [crypton] +++ OK, passed 100 tests.
  19806. 2919.30 s [crypton] MD5: OK (0.05s)
  19807. 2919.30 s [crypton] +++ OK, passed 100 tests.
  19808. 2919.30 s [crypton] SHA1: OK (0.05s)
  19809. 2919.30 s [crypton] +++ OK, passed 100 tests.
  19810. 2919.30 s [crypton] SHA224: OK (0.05s)
  19811. 2919.30 s [crypton] +++ OK, passed 100 tests.
  19812. 2919.30 s [crypton] SHA256: OK (0.05s)
  19813. 2919.30 s [crypton] +++ OK, passed 100 tests.
  19814. 2919.30 s [crypton] SHA384: OK (0.05s)
  19815. 2919.30 s [crypton] +++ OK, passed 100 tests.
  19816. 2919.30 s [crypton] SHA512: OK (0.06s)
  19817. 2919.30 s [crypton] +++ OK, passed 100 tests.
  19818. 2919.30 s [crypton] SHA512/224: OK (0.05s)
  19819. 2919.30 s [crypton] +++ OK, passed 100 tests.
  19820. 2919.31 s [crypton] SHA512/256: OK (0.08s)
  19821. 2919.31 s [crypton] +++ OK, passed 100 tests.
  19822. 2919.31 s [crypton] RIPEMD160: OK (0.05s)
  19823. 2919.31 s [crypton] +++ OK, passed 100 tests.
  19824. 2919.31 s [crypton] Tiger: OK (0.05s)
  19825. 2919.31 s [crypton] +++ OK, passed 100 tests.
  19826. 2919.31 s [crypton] Skein256-256: OK (0.05s)
  19827. 2919.31 s [crypton] +++ OK, passed 100 tests.
  19828. 2919.31 s [crypton] Skein512-384: OK (0.05s)
  19829. 2919.31 s [crypton] +++ OK, passed 100 tests.
  19830. 2919.31 s [crypton] Skein512-512: OK (0.04s)
  19831. 2919.31 s [crypton] +++ OK, passed 100 tests.
  19832. 2919.31 s [crypton] Whirlpool: OK (0.04s)
  19833. 2919.31 s [crypton] +++ OK, passed 100 tests.
  19834. 2919.31 s [crypton] Keccak-224: OK (0.05s)
  19835. 2919.31 s [crypton] +++ OK, passed 100 tests.
  19836. 2919.31 s [crypton] Keccak-256: OK (0.05s)
  19837. 2919.31 s [crypton] +++ OK, passed 100 tests.
  19838. 2919.31 s [crypton] Keccak-384: OK (0.04s)
  19839. 2919.31 s [crypton] +++ OK, passed 100 tests.
  19840. 2919.31 s [crypton] Keccak-512: OK (0.08s)
  19841. 2919.31 s [crypton] +++ OK, passed 100 tests.
  19842. 2919.31 s [genvalidity-hspec] Phase: setupCompilerEnvironmentPhase
  19843. 2919.31 s [genvalidity-hspec] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  19844. 2919.31 s [haskell-src-meta] Documentation created: dist/doc/html/haskell-src-meta/index.html,
  19845. 2919.31 s [haskell-src-meta] dist/doc/html/haskell-src-meta/haskell-src-meta.txt
  19846. 2919.31 s [haskell-src-meta] Preprocessing test suite 'examples' for haskell-src-meta-0.8.15..
  19847. 2919.31 s [haskell-src-meta] Preprocessing test suite 'splices' for haskell-src-meta-0.8.15..
  19848. 2919.31 s [haskell-src-meta] Preprocessing test suite 'unit' for haskell-src-meta-0.8.15..
  19849. 2919.31 s [haskell-src-meta] haddockPhase completed in 30 seconds
  19850. 2919.31 s [haskell-src-meta] Phase: installPhase
  19851. 2919.31 s [haskell-src-meta] Installing library in /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/haskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5
  19852. 2919.31 s [haskell-src-meta] Phase: fixupPhase
  19853. 2919.31 s [haskell-src-meta] shrinking RPATHs of ELF executables and libraries in /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15
  19854. 2919.31 s [haskell-src-meta] shrinking /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHShaskell-src-meta-0.8.15-8S8fxhApBZq7nxUNp133C5-ghc9.6.4.so
  19855. 2919.31 s [haskell-src-meta] checking for references to /build/ in /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15...
  19856. 2919.31 s [haskell-src-meta] patching script interpreter paths in /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15
  19857. 2919.31 s [haskell-src-meta] stripping (with command strip and flags -S -p) in /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15/lib
  19858. 2919.31 s [haskell-src-meta] shrinking RPATHs of ELF executables and libraries in /nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc
  19859. 2919.31 s [haskell-src-meta] checking for references to /build/ in /nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc...
  19860. 2919.31 s [haskell-src-meta] patching script interpreter paths in /nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc
  19861. 2919.31 s [streaming-commons] works for strict bytestring insertion [✔]
  19862. 2919.31 s [streaming-commons] +++ OK, passed 100 tests.
  19863. 2919.31 s [streaming-commons] flush shouldn't bring in empty strings. [✔]
  19864. 2919.31 s [streaming-commons] flushing [✔]
  19865. 2919.31 s [streaming-commons] +++ OK, passed 100 tests.
  19866. 2919.31 s [streaming-commons] large flush input [✔]
  19867. 2919.31 s [streaming-commons] toByteStringIO idempotent to toLazyByteString [✔]
  19868. 2919.31 s [streaming-commons] +++ OK, passed 100 tests.
  19869. 2919.31 s [streaming-commons] toByteStringIO idempotent to toLazyBytestring, specific case [✔]
  19870. 2919.31 s [streaming-commons] Data.Streaming.FileRead
  19871. 2919.31 s [streaming-commons] Data.Streaming.FileRead
  19872. 2919.31 s [streaming-commons] works [✔]
  19873. 2919.31 s [streaming-commons] Data.Streaming.Filesystem
  19874. 2919.31 s [streaming-commons] Data.Streaming.Filesystem
  19875. 2919.31 s [streaming-commons] dirstream [✔]
  19876. 2919.31 s [streaming-commons] getFileType
  19877. 2919.31 s [streaming-commons] file [✔]
  19878. 2919.31 s [streaming-commons] dir [✔]
  19879. 2919.31 s [streaming-commons] file sym [✔]
  19880. 2919.31 s [streaming-commons] file sym [✔]
  19881. 2919.31 s [streaming-commons] other [✔]
  19882. 2919.31 s [streaming-commons] recursive symlink is other [✔]
  19883. 2919.31 s [streaming-commons] dangling symlink is other [✔]
  19884. 2919.31 s [streaming-commons] Data.Streaming.Network
  19885. 2919.31 s [streaming-commons] getDefaultReadBufferSize
  19886. 2919.31 s [streaming-commons] sanity [✔]
  19887. 2919.31 s [streaming-commons] getUnassignedPort
  19888. 2919.31 s [streaming-commons] sanity [✔]
  19889. 2919.31 s [streaming-commons] bindRandomPortTCP
  19890. 2919.31 s [streaming-commons] sanity [✔]
  19891. 2919.31 s [streaming-commons] +++ OK, passed 5 tests.
  19892. 2919.31 s [streaming-commons] Data.Streaming.Process
  19893. 2919.73 s [asn1-parse:post-build] Uploading to the NixCI cache: /nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc /nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5
  19894. 2920.35 s [asn1-parse:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19895. 2921.07 s [asn1-parse:post-build] copying 2 paths...
  19896. 2921.07 s [asn1-parse:post-build] copying path '/nix/store/jrqryd7la8m6xhhvysiy491f761h4z9g-asn1-parse-0.9.5-doc' to 'https://cache.nix-ci.com'...
  19897. 2921.79 s [asn1-parse:post-build] copying path '/nix/store/jxhcjwjscy2dzf3x8d4ia032c69ca30x-asn1-parse-0.9.5' to 'https://cache.nix-ci.com'...
  19898. 2923.54 s [asn1-parse:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19899. 2924.53 s [asn1-parse:post-build] copying 1 paths...
  19900. 2924.53 s [asn1-parse:post-build] copying path '/nix/store/g8chv54yn3wn9kxrcmmmh5gfx5rd78dj-asn1-parse-0.9.5.drv' to 'https://cache.nix-ci.com'...
  19901. 2925.25 s Uploaded asn1-parse in 5.7s
  19902. 2925.25 s Progress: 157 of 211 built (8 building), 298 of 298 downloaded from cache
  19903. 2925.25 s Built asn1-parse in 1m11s
  19904. 2925.73 s [concurrent-output:post-build] Uploading to the NixCI cache: /nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21 /nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc
  19905. 2926.48 s [concurrent-output:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19906. 2927.11 s [concurrent-output:post-build] copying 2 paths...
  19907. 2927.11 s [concurrent-output:post-build] copying path '/nix/store/z3wk2jxarmqs4cfab8xb74hxai928g70-concurrent-output-1.10.21-doc' to 'https://cache.nix-ci.com'...
  19908. 2927.95 s [concurrent-output:post-build] copying path '/nix/store/a394npaf4dgmjnk1bd0vya803x2p8i25-concurrent-output-1.10.21' to 'https://cache.nix-ci.com'...
  19909. 2931.58 s [concurrent-output:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19910. 2932.59 s [concurrent-output:post-build] copying 1 paths...
  19911. 2932.59 s [concurrent-output:post-build] copying path '/nix/store/qmcxw2xj6k91z1914wjksza28qphbc5b-concurrent-output-1.10.21.drv' to 'https://cache.nix-ci.com'...
  19912. 2933.39 s Uploaded concurrent-output in 7.8s
  19913. 2933.40 s Progress: 158 of 212 built (7 building), 298 of 298 downloaded from cache
  19914. 2933.40 s Built concurrent-output in 2m16s
  19915. 2933.40 s [crypton] SHA3-224: OK (0.04s)
  19916. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19917. 2933.40 s [crypton] SHA3-256: OK (0.05s)
  19918. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19919. 2933.40 s [crypton] SHA3-384: OK (0.10s)
  19920. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19921. 2933.40 s [crypton] SHA3-512: OK (0.05s)
  19922. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19923. 2933.40 s [crypton] Blake2b-160: OK (0.04s)
  19924. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19925. 2933.40 s [crypton] Blake2b-224: OK (0.04s)
  19926. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19927. 2933.40 s [crypton] Blake2b-256: OK (0.04s)
  19928. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19929. 2933.40 s [crypton] Blake2b-384: OK (0.04s)
  19930. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19931. 2933.40 s [crypton] Blake2b-512: OK (0.05s)
  19932. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19933. 2933.40 s [crypton] Blake2s-160: OK (0.13s)
  19934. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19935. 2933.40 s [crypton] Blake2s-224: OK (0.15s)
  19936. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19937. 2933.40 s [crypton] Blake2s-256: OK (0.06s)
  19938. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19939. 2933.40 s [crypton] SHAKE128_4096: OK (0.05s)
  19940. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19941. 2933.40 s [crypton] SHAKE256_4096: OK (0.05s)
  19942. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19943. 2933.40 s [crypton] Blake2b 160: OK (0.05s)
  19944. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19945. 2933.40 s [crypton] Blake2b 224: OK (0.05s)
  19946. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19947. 2933.40 s [crypton] Blake2b 256: OK (0.04s)
  19948. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19949. 2933.40 s [crypton] Blake2b 384: OK (0.05s)
  19950. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19951. 2933.40 s [crypton] Blake2b 512: OK (0.05s)
  19952. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19953. 2933.40 s [crypton] Blake2s 160: OK (0.06s)
  19954. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19955. 2933.40 s [crypton] Blake2s 224: OK (0.04s)
  19956. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19957. 2933.40 s [crypton] Blake2s 256: OK (0.06s)
  19958. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19959. 2933.40 s [crypton] Prefix
  19960. 2933.40 s [crypton] MD5: OK (0.05s)
  19961. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19962. 2933.40 s [crypton] SHA1: OK (0.04s)
  19963. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19964. 2933.40 s [crypton] SHA224: OK (0.04s)
  19965. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19966. 2933.40 s [crypton] SHA256: OK (0.05s)
  19967. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19968. 2933.40 s [crypton] SHA384: OK (0.05s)
  19969. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19970. 2933.40 s [crypton] SHA512: OK (0.05s)
  19971. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19972. 2933.40 s [crypton] Hybrid
  19973. 2933.40 s [crypton] MD5: OK (0.08s)
  19974. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19975. 2933.40 s [crypton] SHA1: OK (0.08s)
  19976. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19977. 2933.40 s [crypton] SHA224: OK (0.09s)
  19978. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19979. 2933.40 s [crypton] SHA256: OK (0.08s)
  19980. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19981. 2933.40 s [crypton] SHA384: OK (0.09s)
  19982. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19983. 2933.40 s [crypton] SHA512: OK (0.08s)
  19984. 2933.40 s [crypton] +++ OK, passed 100 tests.
  19985. 2933.40 s [crypton] Truncating
  19986. 2933.40 s [crypton] SHAKE128
  19987. 2933.40 s [crypton] 1: OK
  19988. 2933.40 s [crypton] 2: OK
  19989. 2933.40 s [crypton] 3: OK
  19990. 2933.40 s [crypton] 4: OK
  19991. 2933.40 s [crypton] 5: OK
  19992. 2933.40 s [crypton] 6: OK
  19993. 2933.40 s [crypton] 7: OK
  19994. 2933.40 s [crypton] 8: OK
  19995. 2933.40 s [crypton] Padding
  19996. 2933.40 s [crypton] Cases
  19997. 2933.40 s [crypton] 1: OK
  19998. 2933.40 s [crypton] 2: OK
  19999. 2933.40 s [crypton] 3: OK
  20000. 2933.40 s [crypton] ZeroCases
  20001. 2933.40 s [crypton] 1: OK
  20002. 2933.40 s [crypton] 2: OK
  20003. 2933.40 s [crypton] 3: OK
  20004. 2933.40 s [crypton] ConstructHash
  20005. 2933.40 s [crypton] MiyaguchiPreneel
  20006. 2933.40 s [crypton] KATs
  20007. 2933.40 s [crypton] aes128
  20008. 2933.40 s [crypton] 1: OK
  20009. 2933.40 s [crypton] 2: OK
  20010. 2933.40 s [crypton] 3: OK
  20011. 2933.40 s [crypton] 4: OK
  20012. 2933.40 s [crypton] MAC
  20013. 2933.40 s [crypton] Poly1305
  20014. 2933.84 s [haskell-src-meta:post-build] Uploading to the NixCI cache: /nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15 /nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc
  20015. 2934.59 s [haskell-src-meta:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  20016. 2935.21 s [haskell-src-meta:post-build] copying 2 paths...
  20017. 2935.21 s [haskell-src-meta:post-build] copying path '/nix/store/n1hln1m9xlbk65w2y3yzfz16dlnhqgkb-haskell-src-meta-0.8.15-doc' to 'https://cache.nix-ci.com'...
  20018. 2936.17 s [haskell-src-meta:post-build] copying path '/nix/store/8qdphggh0mjnms8aywb2n0qb1ai6qlhv-haskell-src-meta-0.8.15' to 'https://cache.nix-ci.com'...
  20019. 2941.52 s [haskell-src-meta:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  20020. 2942.66 s [haskell-src-meta:post-build] copying 1 paths...
  20021. 2942.66 s [haskell-src-meta:post-build] copying path '/nix/store/0ai4v45inyiy648nkwbqvg1isjs1mvz0-haskell-src-meta-0.8.15.drv' to 'https://cache.nix-ci.com'...
  20022. 2943.68 s Uploaded haskell-src-meta in 10.0s
  20023. 2943.70 s Progress: 159 of 213 built (6 building), 298 of 298 downloaded from cache
  20024. 2943.70 s Built haskell-src-meta in 2m42s
  20025. 2943.91 s Building /nix/store/cnx8mzkkrkv2a4y2qprah1sd5z3amqjq-hedgehog-1.5.drv
  20026. 2943.91 s [bifunctors] [2 of 3] Compiling T89Spec ( tests/T89Spec.hs, dist/build/bifunctors-spec/bifunctors-spec-tmp/T89Spec.o )
  20027. 2943.91 s [bifunctors] [3 of 3] Compiling Main ( tests/Spec.hs, dist/build/bifunctors-spec/bifunctors-spec-tmp/Main.o )
  20028. 2943.91 s [bifunctors] [4 of 4] Linking dist/build/bifunctors-spec/bifunctors-spec
  20029. 2943.91 s [bifunctors] buildPhase completed in 1 minutes 41 seconds
  20030. 2943.91 s [bifunctors] Phase: checkPhase
  20031. 2943.91 s [bifunctors] Running 1 test suites...
  20032. 2943.91 s [bifunctors] Test suite bifunctors-spec: RUNNING...
  20033. 2943.91 s [bifunctors]
  20034. 2943.91 s [bifunctors] Bifunctor
  20035. 2943.91 s [bifunctors] OneTwoCompose Maybe Either [Int] [Int]
  20036. 2943.91 s [bifunctors] satisfies the Bifunctor laws [✔]
  20037. 2943.91 s [bifunctors] +++ OK, passed 100 tests.
  20038. 2943.91 s [bifunctors] satisfies the Bifoldable laws [✔]
  20039. 2943.91 s [bifunctors] +++ OK, passed 100 tests.
  20040. 2943.91 s [bifunctors] satisfies the Bitraversable laws [✔]
  20041. 2943.91 s [bifunctors] +++ OK, passed 100 tests.
  20042. 2943.91 s [bifunctors] OneTwoComposeFam Maybe Either [Int] [Int]
  20043. 2943.92 s [bifunctors] satisfies the Bifunctor laws [✔]
  20044. 2943.92 s [bifunctors] +++ OK, passed 100 tests.
  20045. 2943.92 s [bifunctors] satisfies the Bifoldable laws [✔]
  20046. 2943.92 s [bifunctors] +++ OK, passed 100 tests.
  20047. 2943.92 s [bifunctors] satisfies the Bitraversable laws [✔]
  20048. 2943.92 s [bifunctors] +++ OK, passed 100 tests.
  20049. 2943.92 s [bifunctors]
  20050. 2943.92 s [bifunctors] Finished in 0.0442 seconds
  20051. 2943.92 s [bifunctors] 6 examples, 0 failures
  20052. 2943.92 s [bifunctors] Test suite bifunctors-spec: PASS
  20053. 2943.92 s [bifunctors] Test suite logged to: dist/test/bifunctors-5.6.2-bifunctors-spec.log
  20054. 2943.92 s [bifunctors] 1 of 1 test suites (1 of 1 test cases) passed.
  20055. 2943.92 s [bifunctors] Phase: haddockPhase
  20056. 2943.92 s [bifunctors] Preprocessing library for bifunctors-5.6.2..
  20057. 2943.92 s [bifunctors] Running Haddock on library for bifunctors-5.6.2..
  20058. 2943.92 s [bifunctors] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  20059. 2943.92 s [bifunctors] 70% ( 7 / 10) in 'Data.Biapplicative'
  20060. 2943.92 s [bifunctors] Missing documentation for:
  20061. 2943.92 s [bifunctors] Biapplicative (src/Data/Biapplicative.hs:44)
  20062. 2943.92 s [bifunctors] <<$>> (src/Data/Biapplicative.hs:40)
  20063. 2943.92 s [bifunctors] <<**>> (src/Data/Biapplicative.hs:73)
  20064. 2943.92 s [bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Biap'
  20065. 2943.92 s [bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Biff'
  20066. 2943.92 s [bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Clown'
  20067. 2943.92 s [bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Fix'
  20068. 2943.92 s [bifunctors] 14% ( 1 / 7) in 'Data.Bifunctor.Functor'
  20069. 2943.92 s [bifunctors] Missing documentation for:
  20070. 2943.92 s [bifunctors] Module header
  20071. 2943.92 s [bifunctors] BifunctorFunctor (src/Data/Bifunctor/Functor.hs:19)
  20072. 2943.92 s [bifunctors] BifunctorMonad (src/Data/Bifunctor/Functor.hs:22)
  20073. 2943.92 s [bifunctors] biliftM (src/Data/Bifunctor/Functor.hs:30)
  20074. 2943.92 s [bifunctors] BifunctorComonad (src/Data/Bifunctor/Functor.hs:34)
  20075. 2943.92 s [bifunctors] biliftW (src/Data/Bifunctor/Functor.hs:42)
  20076. 2943.92 s [bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Flip'
  20077. 2943.92 s [bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Join'
  20078. 2943.92 s [bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Joker'
  20079. 2943.92 s [bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Product'
  20080. 2943.92 s [bifunctors] 0% ( 0 / 2) in 'Data.Bifunctor.Sum'
  20081. 2943.92 s [bifunctors] Missing documentation for:
  20082. 2943.92 s [bifunctors] Module header
  20083. 2943.92 s [bifunctors] Sum (src/Data/Bifunctor/Sum.hs:22)
  20084. 2943.92 s [crypton] V0: OK
  20085. 2943.92 s [crypton] Chunking: OK (0.01s)
  20086. 2943.92 s [crypton] +++ OK, passed 100 tests.
  20087. 2943.92 s [crypton] Blake2
  20088. 2943.92 s [crypton] KATs
  20089. 2943.92 s [crypton] Blake2b_512
  20090. 2943.92 s [crypton] 1: OK
  20091. 2943.92 s [crypton] incr-1: OK
  20092. 2943.92 s [crypton] 2: OK
  20093. 2943.92 s [crypton] incr-2: OK
  20094. 2943.92 s [crypton] 3: OK
  20095. 2943.92 s [crypton] incr-3: OK
  20096. 2943.92 s [crypton] Blake2bp_512
  20097. 2943.92 s [crypton] 1: OK
  20098. 2943.92 s [crypton] incr-1: OK
  20099. 2943.92 s [crypton] 2: OK
  20100. 2943.92 s [crypton] incr-2: OK
  20101. 2943.92 s [crypton] 3: OK
  20102. 2943.92 s [crypton] incr-3: OK
  20103. 2943.92 s [crypton] Blake2s_512
  20104. 2943.92 s [crypton] 1: OK
  20105. 2943.92 s [crypton] incr-1: OK
  20106. 2943.92 s [crypton] 2: OK
  20107. 2943.92 s [crypton] incr-2: OK
  20108. 2943.92 s [crypton] 3: OK
  20109. 2943.92 s [crypton] incr-3: OK
  20110. 2943.92 s [crypton] Blake2sp_512
  20111. 2943.92 s [crypton] 1: OK
  20112. 2943.92 s [crypton] incr-1: OK
  20113. 2943.92 s [crypton] 2: OK
  20114. 2943.92 s [crypton] incr-2: OK
  20115. 2943.92 s [crypton] 3: OK
  20116. 2943.92 s [crypton] incr-3: OK
  20117. 2943.92 s [crypton] properties
  20118. 2943.92 s [crypton] Blake2b_512
  20119. 2943.92 s [crypton] list-one: OK (0.02s)
  20120. 2943.92 s [crypton] +++ OK, passed 100 tests.
  20121. 2943.92 s [crypton] list-multi: OK (0.02s)
  20122. 2943.92 s [crypton] +++ OK, passed 100 tests.
  20123. 2943.92 s [crypton] Blake2bp_512
  20124. 2943.92 s [crypton] list-one: OK
  20125. 2943.92 s [crypton] +++ OK, passed 100 tests.
  20126. 2943.92 s [crypton] list-multi: OK (0.01s)
  20127. 2943.92 s [crypton] +++ OK, passed 100 tests.
  20128. 2943.92 s [crypton] Blake2s_256
  20129. 2943.92 s [crypton] list-one: OK
  20130. 2943.92 s [crypton] +++ OK, passed 100 tests.
  20131. 2943.92 s [crypton] list-multi: OK (0.02s)
  20132. 2943.92 s [crypton] +++ OK, passed 100 tests.
  20133. 2943.92 s [crypton] Blake2sp_256
  20134. 2943.92 s [crypton] list-one: OK
  20135. 2943.92 s [crypton] +++ OK, passed 100 tests.
  20136. 2943.92 s [crypton] list-multi: OK (0.02s)
  20137. 2943.92 s [crypton] +++ OK, passed 100 tests.
  20138. 2943.92 s [crypton] CMAC
  20139. 2943.92 s [crypton] KAT - NIST test vectors
  20140. 2943.92 s [crypton] aes128
  20141. 2943.92 s [crypton] 1: OK
  20142. 2943.92 s [crypton] 2: OK
  20143. 2943.92 s [crypton] 3: OK
  20144. 2943.92 s [crypton] 4: OK
  20145. 2943.92 s [crypton] 5: OK
  20146. 2943.92 s [crypton] 6: OK
  20147. 2943.92 s [crypton] 7: OK
  20148. 2943.92 s [crypton] aes192
  20149. 2943.92 s [crypton] 1: OK
  20150. 2943.92 s [crypton] 2: OK
  20151. 2943.92 s [crypton] 3: OK
  20152. 2943.92 s [crypton] 4: OK
  20153. 2943.92 s [crypton] 5: OK
  20154. 2943.92 s [crypton] 6: OK
  20155. 2943.92 s [crypton] 7: OK
  20156. 2943.92 s [crypton] aes256
  20157. 2943.92 s [crypton] 1: OK
  20158. 2943.92 s [crypton] 2: OK
  20159. 2943.92 s [crypton] 3: OK
  20160. 2943.92 s [crypton] 4: OK
  20161. 2943.92 s [crypton] 5: OK
  20162. 2943.92 s [crypton] 6: OK
  20163. 2943.92 s [crypton] 7: OK
  20164. 2943.92 s [crypton] Three Key TDEA
  20165. 2943.92 s [crypton] 1: OK
  20166. 2943.92 s [crypton] 2: OK
  20167. 2943.92 s [crypton] 3: OK
  20168. 2943.92 s [crypton] 4: OK
  20169. 2943.92 s [crypton] 5: OK
  20170. 2943.92 s [crypton] 6: OK (0.01s)
  20171. 2943.92 s [crypton] 7: OK (0.02s)
  20172. 2943.92 s [crypton] Two Key TDEA
  20173. 2943.92 s [crypton] 1: OK
  20174. 2943.92 s [crypton] 2: OK
  20175. 2943.92 s [crypton] 3: OK
  20176. 2943.92 s [crypton] 4: OK
  20177. 2943.92 s [crypton] 5: OK
  20178. 2943.92 s [crypton] 6: OK (0.01s)
  20179. 2943.92 s [crypton] 7: OK (0.02s)
  20180. 2943.92 s [crypton] HMAC
  20181. 2943.92 s [crypton] KATs
  20182. 2943.92 s [crypton] md5
  20183. 2943.92 s [genvalidity-hspec] Phase: unpackPhase
  20184. 2943.92 s [genvalidity-hspec] unpacking source archive /nix/store/vhg4y3nns3sl3ayyc5m0nmyjca7kacd5-genvalidity-hspec-1.0.0.3.tar.gz
  20185. 2943.93 s [genvalidity-hspec] source root is genvalidity-hspec-1.0.0.3
  20186. 2943.93 s [genvalidity-hspec] setting SOURCE_DATE_EPOCH to timestamp 1696423439 of file "genvalidity-hspec-1.0.0.3/genvalidity-hspec.cabal"
  20187. 2943.93 s [genvalidity-hspec] Phase: patchPhase
  20188. 2943.93 s [genvalidity-hspec] Phase: compileBuildDriverPhase
  20189. 2943.93 s [genvalidity-hspec] setupCompileFlags: -package-db=/build/tmp.N3ZvKRdrh3/setup-package.conf.d -threaded
  20190. 2943.93 s [genvalidity-hspec] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.N3ZvKRdrh3/Main.o )
  20191. 2943.93 s [genvalidity-hspec] [2 of 2] Linking Setup
  20192. 2943.93 s [genvalidity-hspec] Phase: updateAutotoolsGnuConfigScriptsPhase
  20193. 2943.93 s [genvalidity-hspec] Phase: configurePhase
  20194. 2943.93 s [genvalidity-hspec] configureFlags: --verbose --prefix=/nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc/share/doc/genvalidity-hspec-1.0.0.3 --with-gcc=gcc --package-db=/build/tmp.N3ZvKRdrh3/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  20195. 2943.93 s [genvalidity-hspec] Using Parsec parser
  20196. 2943.93 s [genvalidity-hspec] Configuring genvalidity-hspec-1.0.0.3...
  20197. 2943.93 s [genvalidity-hspec] Dependency QuickCheck: using QuickCheck-2.14.3
  20198. 2943.93 s [genvalidity-hspec] Dependency base >=4.9 && <5: using base-4.18.2.0
  20199. 2943.93 s [genvalidity-hspec] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  20200. 2943.93 s [genvalidity-hspec] Dependency genvalidity-property >=0.5: using genvalidity-property-1.0.0.0
  20201. 2943.93 s [genvalidity-hspec] Dependency hspec: using hspec-2.11.12
  20202. 2943.93 s [genvalidity-hspec] Dependency hspec-core >=2.5.0: using hspec-core-2.11.12
  20203. 2943.93 s [genvalidity-hspec] Dependency transformers: using transformers-0.6.1.0
  20204. 2943.93 s [genvalidity-hspec] Dependency validity >=0.5: using validity-0.12.1.0
  20205. 2943.93 s [genvalidity-hspec] Dependency QuickCheck: using QuickCheck-2.14.3
  20206. 2943.93 s [genvalidity-hspec] Dependency base >=4.9 && <5: using base-4.18.2.0
  20207. 2943.93 s [genvalidity-hspec] Dependency genvalidity: using genvalidity-1.1.1.0
  20208. 2943.93 s [genvalidity-hspec] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.3
  20209. 2943.93 s [genvalidity-hspec] Dependency hspec: using hspec-2.11.12
  20210. 2943.93 s [genvalidity-hspec] Dependency hspec-core >=2.5.0: using hspec-core-2.11.12
  20211. 2943.93 s [genvalidity-hspec] Source component graph:
  20212. 2943.93 s [genvalidity-hspec] component lib
  20213. 2943.93 s [genvalidity-hspec] component test:genvalidity-hspec-test dependency lib
  20214. 2943.93 s [genvalidity-hspec] Configured component graph:
  20215. 2943.93 s [genvalidity-hspec] component genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
  20216. 2943.93 s [genvalidity-hspec] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  20217. 2943.93 s [genvalidity-hspec] include base-4.18.2.0
  20218. 2943.93 s [genvalidity-hspec] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  20219. 2943.93 s [genvalidity-hspec] include genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
  20220. 2943.93 s [genvalidity-hspec] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  20221. 2943.93 s [genvalidity-hspec] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  20222. 2943.93 s [genvalidity-hspec] include transformers-0.6.1.0
  20223. 2943.93 s [genvalidity-hspec] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  20224. 2943.93 s [genvalidity-hspec] component genvalidity-hspec-1.0.0.3-5u4S8JimShwERWRI1SeQOO-genvalidity-hspec-test
  20225. 2943.93 s [genvalidity-hspec] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  20226. 2943.93 s [genvalidity-hspec] include base-4.18.2.0
  20227. 2943.93 s [genvalidity-hspec] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  20228. 2943.93 s [genvalidity-hspec] include genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
  20229. 2943.93 s [genvalidity-hspec] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  20230. 2943.93 s [genvalidity-hspec] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  20231. 2943.93 s [genvalidity-hspec] Linked component graph:
  20232. 2943.93 s [genvalidity-hspec] unit genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
  20233. 2943.93 s [genvalidity-hspec] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  20234. 2943.93 s [genvalidity-hspec] include base-4.18.2.0
  20235. 2943.93 s [genvalidity-hspec] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  20236. 2943.93 s [smallcheck] Phase: setupCompilerEnvironmentPhase
  20237. 2943.93 s [smallcheck] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  20238. 2943.93 s [smallcheck] Phase: unpackPhase
  20239. 2943.93 s [smallcheck] unpacking source archive /nix/store/4z2d5xjv0wl7ziyllqx31bwhdql1a9bh-smallcheck-1.2.1.1.tar.gz
  20240. 2943.93 s [smallcheck] source root is smallcheck-1.2.1.1
  20241. 2943.93 s [smallcheck] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "smallcheck-1.2.1.1/Test/SmallCheck/SeriesMonad.hs"
  20242. 2943.93 s [smallcheck] Phase: patchPhase
  20243. 2943.93 s [smallcheck] Phase: compileBuildDriverPhase
  20244. 2943.93 s [smallcheck] setupCompileFlags: -package-db=/build/tmp.a9OvBngkMh/setup-package.conf.d -threaded
  20245. 2943.93 s [smallcheck] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.a9OvBngkMh/Main.o )
  20246. 2943.93 s [smallcheck] [2 of 2] Linking Setup
  20247. 2943.93 s [smallcheck] Phase: updateAutotoolsGnuConfigScriptsPhase
  20248. 2943.93 s [smallcheck] Phase: configurePhase
  20249. 2943.93 s [smallcheck] configureFlags: --verbose --prefix=/nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc/share/doc/smallcheck-1.2.1.1 --with-gcc=gcc --package-db=/build/tmp.a9OvBngkMh/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  20250. 2943.93 s [smallcheck] Using Parsec parser
  20251. 2943.93 s [smallcheck] Configuring smallcheck-1.2.1.1...
  20252. 2943.93 s [smallcheck] Dependency base >=4.3 && <5: using base-4.18.2.0
  20253. 2943.93 s [smallcheck] Dependency logict >=0.5 && <0.9: using logict-0.8.2.0
  20254. 2943.93 s [smallcheck] Dependency mtl <2.4: using mtl-2.3.1
  20255. 2943.93 s [smallcheck] Dependency pretty <1.2: using pretty-1.1.3.6
  20256. 2943.93 s [smallcheck] Source component graph: component lib
  20257. 2943.93 s [smallcheck] Configured component graph:
  20258. 2943.93 s [smallcheck] component smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
  20259. 2943.93 s [smallcheck] include base-4.18.2.0
  20260. 2943.93 s [smallcheck] include logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
  20261. 2943.94 s [smallcheck] include mtl-2.3.1
  20262. 2943.94 s [smallcheck] include pretty-1.1.3.6
  20263. 2943.94 s [smallcheck] Linked component graph:
  20264. 2943.94 s [smallcheck] unit smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
  20265. 2943.94 s [smallcheck] include base-4.18.2.0
  20266. 2943.94 s [smallcheck] include logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
  20267. 2943.94 s [smallcheck] include mtl-2.3.1
  20268. 2943.94 s [smallcheck] include pretty-1.1.3.6
  20269. 2943.94 s [smallcheck] Test.SmallCheck=smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh:Test.SmallCheck,Test.SmallCheck.Drivers=smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh:Test.SmallCheck.Drivers,Test.SmallCheck.Series=smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh:Test.SmallCheck.Series
  20270. 2943.94 s [smallcheck] Ready component graph:
  20271. 2943.94 s [smallcheck] definite smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
  20272. 2943.94 s [smallcheck] depends base-4.18.2.0
  20273. 2943.94 s [smallcheck] depends logict-0.8.2.0-PcG4WbASoW6gjfXMHCOfn
  20274. 2943.94 s [smallcheck] depends mtl-2.3.1
  20275. 2943.94 s [smallcheck] depends pretty-1.1.3.6
  20276. 2943.94 s [smallcheck] Using Cabal-3.10.1.0 compiled by ghc-9.6
  20277. 2943.94 s [smallcheck] Using compiler: ghc-9.6.4
  20278. 2943.94 s [smallcheck] Using install prefix:
  20279. 2943.94 s [smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1
  20280. 2943.94 s [smallcheck] Executables installed in:
  20281. 2943.94 s [smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/bin
  20282. 2943.94 s [smallcheck] Libraries installed in:
  20283. 2943.94 s [smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
  20284. 2943.94 s [smallcheck] Dynamic Libraries installed in:
  20285. 2943.94 s [smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  20286. 2943.94 s [smallcheck] Private executables installed in:
  20287. 2943.94 s [smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/libexec/x86_64-linux-ghc-9.6.4/smallcheck-1.2.1.1
  20288. 2943.94 s [smallcheck] Data files installed in:
  20289. 2943.94 s [streaming-commons] cat [✔]
  20290. 2943.94 s [streaming-commons] +++ OK, passed 100 tests.
  20291. 2943.94 s [streaming-commons] closed stream [✔]
  20292. 2943.94 s [streaming-commons] checked process [✔]
  20293. 2943.94 s [streaming-commons] blocking vs non-blocking [✔]
  20294. 2943.94 s [streaming-commons] Data.Streaming.Text
  20295. 2943.94 s [streaming-commons] Data.Streaming.TextSpec
  20296. 2943.94 s [streaming-commons] UTF8
  20297. 2943.94 s [streaming-commons] bytes [✔]
  20298. 2943.95 s [streaming-commons] +++ OK, passed 100 tests.
  20299. 2943.95 s [vector] [12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o, dist/build/Data/Vector/Mutable.dyn_o )
  20300. 2943.95 s [vector] [13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, dist/build/Data/Vector.o, dist/build/Data/Vector.dyn_o )
  20301. 2943.95 s [crypton] 1: OK
  20302. 2943.95 s [crypton] incr-1: OK
  20303. 2943.95 s [crypton] 2: OK
  20304. 2943.95 s [crypton] incr-2: OK
  20305. 2943.95 s [crypton] sha1
  20306. 2943.95 s [crypton] 1: OK
  20307. 2943.95 s [crypton] incr-1: OK
  20308. 2943.95 s [crypton] 2: OK
  20309. 2943.95 s [crypton] incr-2: OK
  20310. 2943.95 s [crypton] sha256
  20311. 2943.95 s [crypton] 1: OK
  20312. 2943.95 s [crypton] incr-1: OK
  20313. 2943.95 s [crypton] 2: OK
  20314. 2943.95 s [crypton] incr-2: OK
  20315. 2943.95 s [crypton] keccak-224
  20316. 2943.95 s [crypton] 1: OK
  20317. 2943.95 s [crypton] incr-1: OK
  20318. 2943.95 s [crypton] keccak-256
  20319. 2943.95 s [crypton] 1: OK
  20320. 2943.95 s [crypton] incr-1: OK
  20321. 2943.95 s [crypton] keccak-384
  20322. 2943.95 s [crypton] 1: OK
  20323. 2943.95 s [crypton] incr-1: OK
  20324. 2943.95 s [crypton] keccak-512
  20325. 2943.95 s [crypton] 1: OK
  20326. 2943.95 s [crypton] incr-1: OK
  20327. 2943.95 s [crypton] sha3-224
  20328. 2943.95 s [crypton] 1: OK
  20329. 2943.95 s [crypton] incr-1: OK
  20330. 2943.95 s [crypton] sha3-256
  20331. 2943.95 s [crypton] 1: OK
  20332. 2943.95 s [crypton] incr-1: OK
  20333. 2943.95 s [crypton] sha3-384
  20334. 2943.95 s [crypton] 1: OK
  20335. 2943.95 s [crypton] incr-1: OK
  20336. 2943.95 s [crypton] sha3-512
  20337. 2943.95 s [crypton] 1: OK
  20338. 2943.95 s [crypton] incr-1: OK
  20339. 2943.95 s [crypton] properties
  20340. 2943.95 s [crypton] MD5
  20341. 2943.95 s [crypton] list-one: OK
  20342. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20343. 2943.95 s [crypton] list-multi: OK (0.02s)
  20344. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20345. 2943.95 s [crypton] SHA1
  20346. 2943.95 s [crypton] list-one: OK
  20347. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20348. 2943.95 s [crypton] list-multi: OK (0.02s)
  20349. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20350. 2943.95 s [crypton] SHA256
  20351. 2943.95 s [crypton] list-one: OK (0.01s)
  20352. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20353. 2943.95 s [crypton] list-multi: OK (0.03s)
  20354. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20355. 2943.95 s [crypton] SHA3_224
  20356. 2943.95 s [crypton] list-one: OK
  20357. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20358. 2943.95 s [crypton] list-multi: OK (0.02s)
  20359. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20360. 2943.95 s [crypton] SHA3_256
  20361. 2943.95 s [crypton] list-one: OK
  20362. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20363. 2943.95 s [crypton] list-multi: OK (0.05s)
  20364. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20365. 2943.95 s [crypton] SHA3_384
  20366. 2943.95 s [crypton] list-one: OK
  20367. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20368. 2943.95 s [crypton] list-multi: OK (0.11s)
  20369. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20370. 2943.95 s [crypton] SHA3_512
  20371. 2943.95 s [crypton] list-one: OK (0.01s)
  20372. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20373. 2943.95 s [crypton] list-multi: OK (0.04s)
  20374. 2943.95 s [crypton] +++ OK, passed 100 tests.
  20375. 2943.96 s [crypton] KMAC
  20376. 2943.96 s [crypton] KATs
  20377. 2943.96 s [crypton] SHAKE128
  20378. 2943.96 s [crypton] 1: OK
  20379. 2943.96 s [crypton] incr-1: OK
  20380. 2943.96 s [crypton] 2: OK
  20381. 2943.96 s [crypton] incr-2: OK
  20382. 2943.96 s [crypton] 3: OK
  20383. 2943.96 s [crypton] incr-3: OK
  20384. 2943.96 s [crypton] SHAKE256
  20385. 2943.96 s [crypton] 1: OK
  20386. 2943.96 s [crypton] incr-1: OK
  20387. 2943.96 s [crypton] 2: OK
  20388. 2943.96 s [crypton] incr-2: OK
  20389. 2943.96 s [crypton] 3: OK
  20390. 2943.96 s [crypton] incr-3: OK
  20391. 2943.96 s [crypton] properties
  20392. 2943.96 s [crypton] SHAKE128_256
  20393. 2943.96 s [crypton] list-one: OK (0.03s)
  20394. 2943.96 s [crypton] +++ OK, passed 100 tests.
  20395. 2943.96 s [crypton] list-multi: OK (0.09s)
  20396. 2943.96 s [crypton] +++ OK, passed 100 tests.
  20397. 2943.96 s [crypton] SHAKE256_512
  20398. 2943.96 s [crypton] list-one: OK (0.03s)
  20399. 2943.96 s [crypton] +++ OK, passed 100 tests.
  20400. 2943.96 s [crypton] list-multi: OK (0.07s)
  20401. 2943.96 s [crypton] +++ OK, passed 100 tests.
  20402. 2943.96 s [crypton] Curve25519
  20403. 2943.96 s [crypton] KATs
  20404. 2943.96 s [crypton] 0: OK
  20405. 2943.96 s [crypton] 1: OK
  20406. 2943.96 s [genvalidity-hspec] include genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
  20407. 2943.96 s [genvalidity-hspec] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  20408. 2943.96 s [genvalidity-hspec] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  20409. 2943.96 s [genvalidity-hspec] include transformers-0.6.1.0
  20410. 2943.96 s [genvalidity-hspec] include validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  20411. 2943.96 s [genvalidity-hspec] Test.Validity=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity,Test.Validity.Applicative=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Applicative,Test.Validity.Arbitrary=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Arbitrary,Test.Validity.Eq=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Eq,Test.Validity.Functor=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Functor,Test.Validity.GenValidity=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.GenValidity,Test.Validity.Monad=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Monad,Test.Validity.Monoid=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Monoid,Test.Validity.Ord=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Ord,Test.Validity.Show=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Show,Test.Validity.Shrinking=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Shrinking,Test.Validity.Utils=genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3:Test.Validity.Utils
  20412. 2943.96 s [genvalidity-hspec] unit genvalidity-hspec-1.0.0.3-5u4S8JimShwERWRI1SeQOO-genvalidity-hspec-test
  20413. 2943.96 s [genvalidity-hspec] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  20414. 2943.96 s [genvalidity-hspec] include base-4.18.2.0
  20415. 2943.96 s [genvalidity-hspec] include genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  20416. 2943.96 s [genvalidity-hspec] include genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
  20417. 2943.96 s [genvalidity-hspec] include hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  20418. 2943.96 s [genvalidity-hspec] include hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  20419. 2943.96 s [genvalidity-hspec] Ready component graph:
  20420. 2943.96 s [genvalidity-hspec] definite genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
  20421. 2943.96 s [genvalidity-hspec] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  20422. 2943.96 s [genvalidity-hspec] depends base-4.18.2.0
  20423. 2943.96 s [genvalidity-hspec] depends genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  20424. 2943.96 s [genvalidity-hspec] depends genvalidity-property-1.0.0.0-5KP0gEeCHM5gA6PrRC1cD
  20425. 2943.96 s [genvalidity-hspec] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  20426. 2943.96 s [genvalidity-hspec] depends hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  20427. 2943.96 s [genvalidity-hspec] depends transformers-0.6.1.0
  20428. 2943.96 s [genvalidity-hspec] depends validity-0.12.1.0-6ipXWFaILQbfjY3B8fGzh
  20429. 2943.96 s [genvalidity-hspec] definite genvalidity-hspec-1.0.0.3-5u4S8JimShwERWRI1SeQOO-genvalidity-hspec-test
  20430. 2943.96 s [genvalidity-hspec] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  20431. 2943.96 s [genvalidity-hspec] depends base-4.18.2.0
  20432. 2943.96 s [genvalidity-hspec] depends genvalidity-1.1.1.0-LB8tDIrynaO4KKzU5DJygy
  20433. 2943.96 s [genvalidity-hspec] depends genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
  20434. 2943.96 s [genvalidity-hspec] depends hspec-2.11.12-G0OgfRHlYuKC3uHSJJKcxn
  20435. 2943.96 s [genvalidity-hspec] depends hspec-core-2.11.12-JQDJ7IbgVs62kMMkTBpnv0
  20436. 2943.96 s [genvalidity-hspec] Using Cabal-3.10.1.0 compiled by ghc-9.6
  20437. 2943.96 s [genvalidity-hspec] Using compiler: ghc-9.6.4
  20438. 2943.96 s [genvalidity-hspec] Using install prefix:
  20439. 2943.96 s [genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3
  20440. 2943.97 s [genvalidity-hspec] Executables installed in:
  20441. 2943.97 s [genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/bin
  20442. 2943.97 s [genvalidity-hspec] Libraries installed in:
  20443. 2943.97 s [genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
  20444. 2943.97 s [genvalidity-hspec] Dynamic Libraries installed in:
  20445. 2943.97 s [genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  20446. 2943.97 s [genvalidity-hspec] Private executables installed in:
  20447. 2943.97 s [genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/libexec/x86_64-linux-ghc-9.6.4/genvalidity-hspec-1.0.0.3
  20448. 2943.97 s [genvalidity-hspec] Data files installed in:
  20449. 2943.97 s [genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/share/x86_64-linux-ghc-9.6.4/genvalidity-hspec-1.0.0.3
  20450. 2943.97 s [genvalidity-hspec] Documentation installed in:
  20451. 2943.97 s [genvalidity-hspec] /nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc/share/doc/genvalidity-hspec-1.0.0.3
  20452. 2943.97 s [genvalidity-hspec] Configuration files installed in:
  20453. 2943.97 s [genvalidity-hspec] /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/etc
  20454. 2943.97 s [genvalidity-hspec] No alex found
  20455. 2943.97 s [genvalidity-hspec] Using ar found on system at:
  20456. 2943.97 s [genvalidity-hspec] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  20457. 2943.97 s [genvalidity-hspec] No c2hs found
  20458. 2943.97 s [genvalidity-hspec] No cpphs found
  20459. 2943.97 s [genvalidity-hspec] No doctest found
  20460. 2943.97 s [genvalidity-hspec] Using gcc version 14.3.0 given by user at:
  20461. 2943.97 s [smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/share/x86_64-linux-ghc-9.6.4/smallcheck-1.2.1.1
  20462. 2943.97 s [smallcheck] Documentation installed in:
  20463. 2943.97 s [smallcheck] /nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc/share/doc/smallcheck-1.2.1.1
  20464. 2943.97 s [smallcheck] Configuration files installed in:
  20465. 2943.97 s [smallcheck] /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/etc
  20466. 2943.97 s [smallcheck] No alex found
  20467. 2943.97 s [smallcheck] Using ar found on system at:
  20468. 2943.97 s [smallcheck] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  20469. 2943.97 s [smallcheck] No c2hs found
  20470. 2943.97 s [smallcheck] No cpphs found
  20471. 2943.97 s [smallcheck] No doctest found
  20472. 2943.97 s [smallcheck] Using gcc version 14.3.0 given by user at:
  20473. 2943.97 s [smallcheck] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  20474. 2943.97 s [smallcheck] Using ghc version 9.6.4 found on system at:
  20475. 2943.97 s [smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  20476. 2943.97 s [smallcheck] Using ghc-pkg version 9.6.4 found on system at:
  20477. 2943.97 s [smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  20478. 2943.97 s [smallcheck] No ghcjs found
  20479. 2943.97 s [smallcheck] No ghcjs-pkg found
  20480. 2943.97 s [smallcheck] No greencard found
  20481. 2943.97 s [smallcheck] Using haddock version 2.29.2 found on system at:
  20482. 2943.97 s [smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  20483. 2943.97 s [smallcheck] No happy found
  20484. 2943.97 s [smallcheck] Using haskell-suite found on system at: haskell-suite-dummy-location
  20485. 2943.97 s [smallcheck] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  20486. 2943.97 s [smallcheck] No hmake found
  20487. 2943.97 s [smallcheck] Using hpc version 0.68 found on system at:
  20488. 2943.97 s [smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  20489. 2943.97 s [smallcheck] Using hsc2hs version 0.68.9 found on system at:
  20490. 2943.97 s [smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  20491. 2943.97 s [smallcheck] Using hscolour version 1.25 found on system at:
  20492. 2943.97 s [smallcheck] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  20493. 2943.97 s [smallcheck] No jhc found
  20494. 2943.97 s [smallcheck] Using ld found on system at:
  20495. 2943.97 s [smallcheck] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  20496. 2943.97 s [smallcheck] No pkg-config found
  20497. 2943.97 s [smallcheck] Using runghc version 9.6.4 found on system at:
  20498. 2943.97 s [smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  20499. 2943.97 s [smallcheck] Using strip version 2.44 found on system at:
  20500. 2943.97 s [smallcheck] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  20501. 2943.97 s [smallcheck] Using tar found on system at:
  20502. 2943.97 s [smallcheck] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  20503. 2943.97 s [smallcheck] No uhc found
  20504. 2943.97 s [smallcheck] Phase: buildPhase
  20505. 2943.97 s [smallcheck] Preprocessing library for smallcheck-1.2.1.1..
  20506. 2943.97 s [smallcheck] Building library for smallcheck-1.2.1.1..
  20507. 2943.97 s [smallcheck] [1 of 6] Compiling Test.SmallCheck.Property.Result ( Test/SmallCheck/Property/Result.hs, dist/build/Test/SmallCheck/Property/Result.o, dist/build/Test/SmallCheck/Property/Result.dyn_o )
  20508. 2943.97 s [smallcheck] [2 of 6] Compiling Test.SmallCheck.SeriesMonad ( Test/SmallCheck/SeriesMonad.hs, dist/build/Test/SmallCheck/SeriesMonad.o, dist/build/Test/SmallCheck/SeriesMonad.dyn_o )
  20509. 2943.97 s [smallcheck] [3 of 6] Compiling Test.SmallCheck.Series ( Test/SmallCheck/Series.hs, dist/build/Test/SmallCheck/Series.o, dist/build/Test/SmallCheck/Series.dyn_o )
  20510. 2943.97 s [smallcheck] [4 of 6] Compiling Test.SmallCheck.Property ( Test/SmallCheck/Property.hs, dist/build/Test/SmallCheck/Property.o, dist/build/Test/SmallCheck/Property.dyn_o )
  20511. 2943.97 s [smallcheck] [5 of 6] Compiling Test.SmallCheck.Drivers ( Test/SmallCheck/Drivers.hs, dist/build/Test/SmallCheck/Drivers.o, dist/build/Test/SmallCheck/Drivers.dyn_o )
  20512. 2943.97 s [crypton] 2: OK
  20513. 2943.97 s [crypton] 3: OK
  20514. 2943.97 s [crypton] Curve448
  20515. 2943.97 s [crypton] KATs
  20516. 2943.97 s [crypton] 0: OK
  20517. 2943.97 s [crypton] 1: OK
  20518. 2943.97 s [crypton] 2: OK
  20519. 2943.97 s [crypton] 3: OK
  20520. 2943.97 s [crypton] Ed25519
  20521. 2943.97 s [crypton] gen secretkey: OK
  20522. 2943.97 s [crypton] gen publickey
  20523. 2943.97 s [crypton] 0: OK
  20524. 2943.97 s [crypton] 1: OK
  20525. 2943.97 s [crypton] 2: OK
  20526. 2943.97 s [crypton] 3: OK
  20527. 2943.97 s [crypton] 4: OK
  20528. 2943.97 s [crypton] gen signature
  20529. 2943.97 s [crypton] 0: OK
  20530. 2943.97 s [crypton] 1: OK
  20531. 2943.97 s [crypton] 2: OK
  20532. 2943.97 s [crypton] 3: OK
  20533. 2943.97 s [crypton] 4: OK
  20534. 2943.97 s [crypton] verify sig
  20535. 2943.98 s [crypton] 0: OK
  20536. 2943.98 s [crypton] 1: OK
  20537. 2943.98 s [crypton] 2: OK
  20538. 2943.98 s [crypton] 3: OK
  20539. 2943.98 s [crypton] 4: OK
  20540. 2943.98 s [crypton] Ed448
  20541. 2943.98 s [crypton] gen secretkey: OK
  20542. 2943.98 s [crypton] gen publickey
  20543. 2943.98 s [crypton] 0: OK
  20544. 2943.98 s [crypton] 1: OK
  20545. 2943.98 s [crypton] 2: OK
  20546. 2943.98 s [crypton] 3: OK
  20547. 2943.98 s [crypton] 4: OK
  20548. 2943.98 s [crypton] 5: OK
  20549. 2943.98 s [crypton] 6: OK
  20550. 2943.98 s [crypton] 7: OK
  20551. 2943.98 s [crypton] gen signature
  20552. 2943.98 s [crypton] 0: OK
  20553. 2943.98 s [crypton] 1: OK
  20554. 2943.98 s [crypton] 2: OK
  20555. 2943.98 s [crypton] 3: OK
  20556. 2943.98 s [crypton] 4: OK
  20557. 2943.98 s [crypton] 5: OK
  20558. 2943.98 s [crypton] 6: OK
  20559. 2943.98 s [crypton] 7: OK
  20560. 2943.98 s [crypton] verify sig
  20561. 2943.98 s [crypton] 0: OK
  20562. 2943.98 s [crypton] 1: OK
  20563. 2943.98 s [crypton] 2: OK
  20564. 2943.98 s [crypton] 3: OK
  20565. 2943.98 s [crypton] 4: OK
  20566. 2943.98 s [crypton] 5: OK
  20567. 2943.98 s [crypton] 6: OK
  20568. 2943.98 s [crypton] 7: OK
  20569. 2943.98 s [crypton] EdDSA
  20570. 2943.98 s [crypton] gen publickey
  20571. 2943.98 s [crypton] 0: OK
  20572. 2943.98 s [crypton] 1: OK
  20573. 2943.98 s [crypton] 2: OK
  20574. 2943.98 s [crypton] 3: OK
  20575. 2943.98 s [crypton] 4: OK
  20576. 2943.98 s [crypton] 5: OK
  20577. 2943.98 s [crypton] 6: OK
  20578. 2943.98 s [crypton] 7: OK
  20579. 2943.98 s [crypton] 8: OK
  20580. 2943.98 s [crypton] gen signature
  20581. 2943.98 s [crypton] 0: OK
  20582. 2943.98 s [crypton] 1: OK
  20583. 2943.98 s [crypton] 2: OK
  20584. 2943.98 s [crypton] 3: OK
  20585. 2943.98 s [crypton] 4: OK
  20586. 2943.98 s [crypton] 5: OK
  20587. 2943.98 s [crypton] 6: OK
  20588. 2943.98 s [crypton] 7: OK
  20589. 2943.98 s [crypton] 8: OK
  20590. 2943.98 s [crypton] verify sig
  20591. 2943.98 s [crypton] 0: OK
  20592. 2943.98 s [crypton] 1: OK
  20593. 2943.98 s [crypton] 2: OK
  20594. 2943.98 s [crypton] 3: OK
  20595. 2943.98 s [crypton] 4: OK
  20596. 2943.98 s [crypton] 5: OK
  20597. 2943.98 s [crypton] 6: OK
  20598. 2943.98 s [crypton] 7: OK
  20599. 2943.98 s [crypton] 8: OK
  20600. 2943.98 s [crypton] PubKey
  20601. 2943.98 s [crypton] MGF1
  20602. 2943.98 s [crypton] 0: OK
  20603. 2943.98 s [crypton] RSA
  20604. 2943.98 s [crypton] SHA1
  20605. 2943.98 s [crypton] signature
  20606. 2943.98 s [crypton] 0: OK
  20607. 2943.98 s [crypton] 1: OK
  20608. 2943.98 s [crypton] 2: OK
  20609. 2943.98 s [crypton] verify
  20610. 2943.98 s [crypton] 0: OK
  20611. 2943.98 s [genvalidity-hspec] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  20612. 2943.98 s [genvalidity-hspec] Using ghc version 9.6.4 found on system at:
  20613. 2943.98 s [genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  20614. 2943.98 s [genvalidity-hspec] Using ghc-pkg version 9.6.4 found on system at:
  20615. 2943.98 s [genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  20616. 2943.98 s [genvalidity-hspec] No ghcjs found
  20617. 2943.98 s [genvalidity-hspec] No ghcjs-pkg found
  20618. 2943.98 s [genvalidity-hspec] No greencard found
  20619. 2943.98 s [genvalidity-hspec] Using haddock version 2.29.2 found on system at:
  20620. 2943.98 s [genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  20621. 2943.98 s [genvalidity-hspec] No happy found
  20622. 2943.98 s [genvalidity-hspec] Using haskell-suite found on system at: haskell-suite-dummy-location
  20623. 2943.98 s [genvalidity-hspec] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  20624. 2943.98 s [genvalidity-hspec] No hmake found
  20625. 2943.98 s [genvalidity-hspec] Using hpc version 0.68 found on system at:
  20626. 2943.98 s [genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  20627. 2943.98 s [genvalidity-hspec] Using hsc2hs version 0.68.9 found on system at:
  20628. 2943.98 s [genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  20629. 2943.98 s [genvalidity-hspec] Using hscolour version 1.25 found on system at:
  20630. 2943.98 s [genvalidity-hspec] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  20631. 2943.98 s [genvalidity-hspec] No jhc found
  20632. 2943.98 s [genvalidity-hspec] Using ld found on system at:
  20633. 2943.98 s [genvalidity-hspec] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  20634. 2943.98 s [genvalidity-hspec] No pkg-config found
  20635. 2943.98 s [genvalidity-hspec] Using runghc version 9.6.4 found on system at:
  20636. 2943.98 s [genvalidity-hspec] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  20637. 2943.98 s [genvalidity-hspec] Using strip version 2.44 found on system at:
  20638. 2943.98 s [genvalidity-hspec] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  20639. 2943.98 s [genvalidity-hspec] Using tar found on system at:
  20640. 2943.98 s [genvalidity-hspec] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  20641. 2943.98 s [genvalidity-hspec] No uhc found
  20642. 2943.98 s [genvalidity-hspec] Phase: buildPhase
  20643. 2943.98 s [genvalidity-hspec] Preprocessing library for genvalidity-hspec-1.0.0.3..
  20644. 2943.98 s [genvalidity-hspec] Building library for genvalidity-hspec-1.0.0.3..
  20645. 2943.98 s [genvalidity-hspec] [ 1 of 13] Compiling Paths_genvalidity_hspec ( dist/build/autogen/Paths_genvalidity_hspec.hs, dist/build/Paths_genvalidity_hspec.o, dist/build/Paths_genvalidity_hspec.dyn_o )
  20646. 2943.98 s [genvalidity-hspec] [ 2 of 13] Compiling Test.Validity.Utils ( src/Test/Validity/Utils.hs, dist/build/Test/Validity/Utils.o, dist/build/Test/Validity/Utils.dyn_o )
  20647. 2943.98 s [genvalidity-hspec]
  20648. 2943.98 s [genvalidity-hspec] src/Test/Validity/Utils.hs:90:9: warning: [GHC-20125] [-Wmissing-fields]
  20649. 2943.99 s [genvalidity-hspec] • Fields of ‘Item’ not initialised:
  20650. 2943.99 s [genvalidity-hspec] itemAnnotations :: hspec-core-2.11.12:Test.Hspec.Core.Annotations.Annotations
  20651. 2943.99 s [genvalidity-hspec] • In the first argument of ‘Leaf’, namely
  20652. 2943.99 s [genvalidity-hspec] ‘Item
  20653. 2943.99 s [genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
  20654. 2943.99 s [genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
  20655. 2943.99 s [genvalidity-hspec] itemExample = \ _ _ _
  20656. 2943.99 s [genvalidity-hspec] -> do let ...
  20657. 2943.99 s [genvalidity-hspec] ....}’
  20658. 2943.99 s [genvalidity-hspec] In the expression:
  20659. 2943.99 s [genvalidity-hspec] Leaf
  20660. 2943.99 s [genvalidity-hspec] Item
  20661. 2943.99 s [genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
  20662. 2943.99 s [genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
  20663. 2943.99 s [genvalidity-hspec] itemExample = \ _ _ _
  20664. 2943.99 s [genvalidity-hspec] -> do let ...
  20665. 2943.99 s [genvalidity-hspec] ....}
  20666. 2943.99 s [genvalidity-hspec] In an equation for ‘go’:
  20667. 2943.99 s [genvalidity-hspec] go sp
  20668. 2943.99 s [genvalidity-hspec] = Leaf
  20669. 2943.99 s [genvalidity-hspec] Item
  20670. 2943.99 s [genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
  20671. 2943.99 s [genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
  20672. 2943.99 s [genvalidity-hspec] itemExample = \ _ _ _ -> do ...}
  20673. 2943.99 s [genvalidity-hspec] |
  20674. 2943.99 s [genvalidity-hspec] 90 | Item
  20675. 2943.99 s [genvalidity-hspec] | ^^^^...
  20676. 2943.99 s [genvalidity-hspec] [ 3 of 13] Compiling Test.Validity.Shrinking ( src/Test/Validity/Shrinking.hs, dist/build/Test/Validity/Shrinking.o, dist/build/Test/Validity/Shrinking.dyn_o )
  20677. 2943.99 s [genvalidity-hspec] [ 4 of 13] Compiling Test.Validity.Show ( src/Test/Validity/Show.hs, dist/build/Test/Validity/Show.o, dist/build/Test/Validity/Show.dyn_o )
  20678. 2943.99 s [genvalidity-hspec] [ 5 of 13] Compiling Test.Validity.Ord ( src/Test/Validity/Ord.hs, dist/build/Test/Validity/Ord.o, dist/build/Test/Validity/Ord.dyn_o )
  20679. 2943.99 s [genvalidity-hspec] [ 6 of 13] Compiling Test.Validity.Monoid ( src/Test/Validity/Monoid.hs, dist/build/Test/Validity/Monoid.o, dist/build/Test/Validity/Monoid.dyn_o )
  20680. 2943.99 s [genvalidity-hspec] [ 7 of 13] Compiling Test.Validity.Monad ( src/Test/Validity/Monad.hs, dist/build/Test/Validity/Monad.o, dist/build/Test/Validity/Monad.dyn_o )
  20681. 2943.99 s [crypton] 1: OK
  20682. 2943.99 s [crypton] RSA-PSS
  20683. 2943.99 s [crypton] signature internal
  20684. 2943.99 s [crypton] 0: OK
  20685. 2943.99 s [crypton] verify internal
  20686. 2943.99 s [crypton] 0: OK
  20687. 2943.99 s [crypton] signature key 1024
  20688. 2943.99 s [crypton] 0: OK
  20689. 2943.99 s [crypton] 1: OK
  20690. 2943.99 s [crypton] 2: OK
  20691. 2943.99 s [crypton] 3: OK
  20692. 2943.99 s [crypton] 4: OK
  20693. 2943.99 s [crypton] 5: OK
  20694. 2943.99 s [crypton] verify key 1024
  20695. 2943.99 s [crypton] 0: OK
  20696. 2943.99 s [crypton] 1: OK
  20697. 2943.99 s [crypton] 2: OK
  20698. 2943.99 s [crypton] 3: OK
  20699. 2943.99 s [crypton] 4: OK
  20700. 2943.99 s [crypton] 5: OK
  20701. 2943.99 s [crypton] signature key 1025
  20702. 2943.99 s [crypton] 0: OK
  20703. 2943.99 s [crypton] 1: OK
  20704. 2943.99 s [crypton] 2: OK
  20705. 2943.99 s [crypton] 3: OK
  20706. 2943.99 s [crypton] 4: OK
  20707. 2943.99 s [crypton] 5: OK
  20708. 2943.99 s [crypton] verify key 1025
  20709. 2943.99 s [crypton] 0: OK
  20710. 2943.99 s [crypton] 1: OK
  20711. 2943.99 s [crypton] 2: OK
  20712. 2943.99 s [crypton] 3: OK
  20713. 2943.99 s [crypton] 4: OK
  20714. 2943.99 s [crypton] 5: OK
  20715. 2943.99 s [crypton] signature key 1026
  20716. 2943.99 s [crypton] 0: OK
  20717. 2943.99 s [crypton] 1: OK
  20718. 2943.99 s [crypton] 2: OK
  20719. 2943.99 s [crypton] 3: OK
  20720. 2943.99 s [crypton] 4: OK
  20721. 2943.99 s [crypton] 5: OK
  20722. 2943.99 s [crypton] verify key 1026
  20723. 2943.99 s [crypton] 0: OK
  20724. 2943.99 s [crypton] 1: OK
  20725. 2943.99 s [crypton] 2: OK
  20726. 2943.99 s [crypton] 3: OK
  20727. 2943.99 s [crypton] 4: OK
  20728. 2943.99 s [crypton] 5: OK
  20729. 2943.99 s [crypton] signature key 1031
  20730. 2943.99 s [crypton] 0: OK
  20731. 2943.99 s [crypton] 1: OK
  20732. 2943.99 s [crypton] 2: OK
  20733. 2943.99 s [crypton] 3: OK
  20734. 2943.99 s [crypton] 4: OK
  20735. 2943.99 s [crypton] 5: OK
  20736. 2943.99 s [crypton] verify key 1031
  20737. 2943.99 s [crypton] 0: OK
  20738. 2943.99 s [crypton] 1: OK
  20739. 2943.99 s [crypton] 2: OK
  20740. 2943.99 s [crypton] 3: OK
  20741. 2943.99 s [crypton] 4: OK
  20742. 2943.99 s [crypton] 5: OK
  20743. 2943.99 s [crypton] RSA-OAEP
  20744. 2943.99 s [crypton] internal
  20745. 2943.99 s [crypton] 0: OK
  20746. 2943.99 s [crypton] 0: OK
  20747. 2943.99 s [crypton] encryption key 1024 bits
  20748. 2943.99 s [crypton] 0: OK
  20749. 2944.00 s [crypton] 1: OK
  20750. 2944.00 s [crypton] 2: OK
  20751. 2944.00 s [crypton] 3: OK
  20752. 2944.00 s [crypton] 4: OK
  20753. 2944.00 s [crypton] 5: OK
  20754. 2944.00 s [crypton] decryption key 1024 bits
  20755. 2944.00 s [crypton] 0: OK
  20756. 2944.00 s [crypton] 1: OK
  20757. 2944.00 s [crypton] 2: OK
  20758. 2944.00 s [crypton] 3: OK
  20759. 2944.00 s [crypton] 4: OK
  20760. 2944.00 s [crypton] 5: OK
  20761. 2944.00 s [crypton] DSA
  20762. 2944.00 s [crypton] SHA1
  20763. 2944.00 s [crypton] signature
  20764. 2944.00 s [crypton] 0: OK
  20765. 2944.00 s [crypton] 1: OK
  20766. 2944.00 s [crypton] 2: OK
  20767. 2944.00 s [crypton] 3: OK
  20768. 2944.00 s [crypton] 4: OK
  20769. 2944.00 s [crypton] 5: OK
  20770. 2944.00 s [crypton] 6: OK
  20771. 2944.00 s [crypton] 7: OK
  20772. 2944.00 s [crypton] 8: OK
  20773. 2944.00 s [crypton] 9: OK
  20774. 2944.00 s [crypton] 10: OK
  20775. 2944.00 s [crypton] 11: OK
  20776. 2944.00 s [crypton] 12: OK
  20777. 2944.00 s [genvalidity-hspec] [ 8 of 13] Compiling Test.Validity.GenValidity ( src/Test/Validity/GenValidity.hs, dist/build/Test/Validity/GenValidity.o, dist/build/Test/Validity/GenValidity.dyn_o )
  20778. 2944.00 s [genvalidity-hspec] [ 9 of 13] Compiling Test.Validity.Functor ( src/Test/Validity/Functor.hs, dist/build/Test/Validity/Functor.o, dist/build/Test/Validity/Functor.dyn_o )
  20779. 2944.00 s [genvalidity-hspec] [10 of 13] Compiling Test.Validity.Eq ( src/Test/Validity/Eq.hs, dist/build/Test/Validity/Eq.o, dist/build/Test/Validity/Eq.dyn_o )
  20780. 2944.00 s [genvalidity-hspec] [11 of 13] Compiling Test.Validity.Arbitrary ( src/Test/Validity/Arbitrary.hs, dist/build/Test/Validity/Arbitrary.o, dist/build/Test/Validity/Arbitrary.dyn_o )
  20781. 2944.00 s [genvalidity-hspec] [12 of 13] Compiling Test.Validity.Applicative ( src/Test/Validity/Applicative.hs, dist/build/Test/Validity/Applicative.o, dist/build/Test/Validity/Applicative.dyn_o )
  20782. 2944.00 s [genvalidity-hspec] [13 of 13] Compiling Test.Validity ( src/Test/Validity.hs, dist/build/Test/Validity.o, dist/build/Test/Validity.dyn_o )
  20783. 2944.00 s [genvalidity-hspec] [ 1 of 13] Compiling Paths_genvalidity_hspec ( dist/build/autogen/Paths_genvalidity_hspec.hs, dist/build/Paths_genvalidity_hspec.p_o )
  20784. 2944.00 s [crypton] 13: OK
  20785. 2944.00 s [crypton] verify
  20786. 2944.00 s [crypton] 0: OK
  20787. 2944.00 s [crypton] 1: OK
  20788. 2944.00 s [crypton] 2: OK
  20789. 2944.00 s [crypton] 3: OK
  20790. 2944.00 s [crypton] 4: OK
  20791. 2944.00 s [crypton] 5: OK
  20792. 2944.00 s [crypton] 6: OK
  20793. 2944.00 s [crypton] 7: OK
  20794. 2944.00 s [crypton] 8: OK
  20795. 2944.00 s [crypton] 9: OK
  20796. 2944.00 s [crypton] 10: OK
  20797. 2944.00 s [crypton] 11: OK
  20798. 2944.00 s [crypton] 12: OK
  20799. 2944.00 s [crypton] 13: OK
  20800. 2944.00 s [crypton] SHA224
  20801. 2944.00 s [crypton] signature
  20802. 2944.00 s [crypton] 0: OK
  20803. 2944.00 s [crypton] 1: OK
  20804. 2944.00 s [crypton] 2: OK
  20805. 2944.00 s [crypton] 3: OK
  20806. 2944.00 s [crypton] verify
  20807. 2944.00 s [crypton] 0: OK
  20808. 2944.00 s [crypton] 1: OK
  20809. 2944.00 s [crypton] 2: OK
  20810. 2944.00 s [crypton] 3: OK
  20811. 2944.00 s [crypton] SHA256
  20812. 2944.00 s [crypton] signature
  20813. 2944.00 s [crypton] 0: OK
  20814. 2944.00 s [crypton] 1: OK
  20815. 2944.00 s [crypton] 2: OK
  20816. 2944.00 s [crypton] 3: OK
  20817. 2944.00 s [crypton] verify
  20818. 2944.00 s [crypton] 0: OK
  20819. 2944.00 s [crypton] 1: OK
  20820. 2944.00 s [crypton] 2: OK
  20821. 2944.00 s [crypton] 3: OK
  20822. 2944.00 s [crypton] SHA384
  20823. 2944.00 s [crypton] signature
  20824. 2944.00 s [crypton] 0: OK
  20825. 2944.00 s [crypton] 1: OK
  20826. 2944.00 s [crypton] 2: OK
  20827. 2944.00 s [crypton] 3: OK
  20828. 2944.00 s [crypton] verify
  20829. 2944.00 s [crypton] 0: OK
  20830. 2944.00 s [crypton] 1: OK
  20831. 2944.00 s [crypton] 2: OK
  20832. 2944.00 s [crypton] 3: OK
  20833. 2944.00 s [crypton] SHA512
  20834. 2944.00 s [crypton] signature
  20835. 2944.00 s [crypton] 0: OK
  20836. 2944.00 s [crypton] 1: OK
  20837. 2944.00 s [crypton] 2: OK
  20838. 2944.00 s [crypton] 3: OK
  20839. 2944.00 s [crypton] verify
  20840. 2944.00 s [crypton] 0: OK
  20841. 2944.00 s [crypton] 1: OK
  20842. 2944.00 s [crypton] 2: OK
  20843. 2944.00 s [crypton] 3: OK
  20844. 2944.00 s [crypton] ECC
  20845. 2944.00 s [crypton] valid-point
  20846. 2944.00 s [crypton] 0: OK
  20847. 2944.00 s [crypton] 1: OK
  20848. 2944.00 s [crypton] 2: OK
  20849. 2944.00 s [crypton] 3: OK
  20850. 2944.00 s [crypton] 4: OK
  20851. 2944.00 s [crypton] 5: OK
  20852. 2944.00 s [crypton] 6: OK
  20853. 2944.00 s [crypton] 7: OK
  20854. 2944.00 s [crypton] 8: OK
  20855. 2944.00 s [crypton] 9: OK
  20856. 2944.00 s [crypton] 10: OK
  20857. 2944.00 s [crypton] 11: OK
  20858. 2944.00 s [crypton] property
  20859. 2944.00 s [crypton] point-add: OK (0.85s)
  20860. 2944.00 s [crypton] +++ OK, passed 20 tests.
  20861. 2944.00 s [crypton] point-negate-add: OK (1.35s)
  20862. 2944.00 s [crypton] +++ OK, passed 20 tests.
  20863. 2944.00 s [crypton] point-negate-negate: OK (1.42s)
  20864. 2944.00 s [crypton] +++ OK, passed 20 tests.
  20865. 2944.00 s [crypton] point-mul-mul: OK (1.61s)
  20866. 2944.00 s [crypton] +++ OK, passed 20 tests.
  20867. 2944.00 s [crypton] double-scalar-mult: OK (4.39s)
  20868. 2944.00 s [crypton] +++ OK, passed 20 tests.
  20869. 2944.00 s [crypton] ECDSA
  20870. 2944.00 s [crypton] GEC 2
  20871. 2944.00 s [crypton] SEC_p160r1."abc".SHA1
  20872. 2944.00 s [crypton] public: OK
  20873. 2944.00 s [crypton] signature: OK
  20874. 2944.00 s [crypton] verify: OK
  20875. 2944.00 s [crypton] SEC_t163k1."\162\193\160?\221\NULR\ESC".SHA1
  20876. 2944.00 s [crypton] public: OK (0.04s)
  20877. 2944.00 s [crypton] signature: OK (0.07s)
  20878. 2944.00 s [crypton] verify: OK (0.09s)
  20879. 2944.00 s [crypton] SEC_t163k1."g\EOT\128\128\218\174\183}".SHA1
  20880. 2944.00 s [crypton] public: OK (0.05s)
  20881. 2944.00 s [crypton] signature: OK (0.05s)
  20882. 2944.00 s [crypton] verify: OK (0.12s)
  20883. 2944.00 s [crypton] SEC_t163k1."w\224\a\220*\205rH".SHA1
  20884. 2944.00 s [crypton] public: OK (0.05s)
  20885. 2944.00 s [crypton] signature: OK (0.05s)
  20886. 2944.00 s [crypton] verify: OK (0.02s)
  20887. 2944.00 s [crypton] SEC_t163k1."\251\172\252\206F\136t\132".SHA1
  20888. 2944.00 s [crypton] public: OK (0.02s)
  20889. 2944.00 s [crypton] signature: OK (0.02s)
  20890. 2944.00 s [crypton] verify: OK (0.02s)
  20891. 2944.00 s [crypton] RFC 6979
  20892. 2944.00 s [crypton] SEC_p192r1."sample".SHA1
  20893. 2944.00 s [crypton] public: OK
  20894. 2944.00 s [crypton] nonce: OK
  20895. 2944.00 s [crypton] signature: OK
  20896. 2944.00 s [crypton] verify: OK
  20897. 2944.00 s [crypton] SEC_p192r1."sample".SHA224
  20898. 2944.00 s [crypton] public: OK
  20899. 2944.00 s [crypton] nonce: OK
  20900. 2944.00 s [crypton] signature: OK
  20901. 2944.00 s [crypton] verify: OK
  20902. 2944.00 s [crypton] SEC_p192r1."sample".SHA256
  20903. 2944.00 s [crypton] public: OK
  20904. 2944.00 s [crypton] nonce: OK
  20905. 2944.00 s [crypton] signature: OK
  20906. 2944.00 s [crypton] verify: OK
  20907. 2944.01 s [crypton] SEC_p192r1."sample".SHA384
  20908. 2944.01 s [crypton] public: OK
  20909. 2944.01 s [crypton] nonce: OK
  20910. 2944.01 s [crypton] signature: OK
  20911. 2944.01 s [crypton] verify: OK
  20912. 2944.01 s [crypton] SEC_p192r1."sample".SHA512
  20913. 2944.01 s [crypton] public: OK
  20914. 2944.01 s [crypton] nonce: OK
  20915. 2944.01 s [crypton] signature: OK
  20916. 2944.01 s [crypton] verify: OK
  20917. 2944.01 s [crypton] SEC_p192r1."test".SHA1
  20918. 2944.01 s [crypton] public: OK
  20919. 2944.01 s [crypton] nonce: OK
  20920. 2944.01 s [crypton] signature: OK
  20921. 2944.01 s [crypton] verify: OK
  20922. 2944.01 s [crypton] SEC_p192r1."test".SHA224
  20923. 2944.01 s [crypton] public: OK
  20924. 2944.01 s [crypton] nonce: OK
  20925. 2944.01 s [crypton] signature: OK
  20926. 2944.01 s [crypton] verify: OK
  20927. 2944.01 s [crypton] SEC_p192r1."test".SHA256
  20928. 2944.01 s [crypton] public: OK
  20929. 2944.01 s [crypton] nonce: OK
  20930. 2944.01 s [crypton] signature: OK
  20931. 2944.01 s [crypton] verify: OK
  20932. 2944.01 s [crypton] SEC_p192r1."test".SHA384
  20933. 2944.01 s [crypton] public: OK
  20934. 2944.01 s [crypton] nonce: OK
  20935. 2944.01 s [crypton] signature: OK
  20936. 2944.01 s [crypton] verify: OK
  20937. 2944.01 s [crypton] SEC_p192r1."test".SHA512
  20938. 2944.01 s [crypton] public: OK
  20939. 2944.01 s [crypton] nonce: OK
  20940. 2944.01 s [crypton] signature: OK
  20941. 2944.01 s [crypton] verify: OK
  20942. 2944.01 s [crypton] SEC_p224r1."sample".SHA1
  20943. 2944.01 s [crypton] public: OK
  20944. 2944.01 s [crypton] nonce: OK
  20945. 2944.01 s [crypton] signature: OK
  20946. 2944.01 s [crypton] verify: OK
  20947. 2944.01 s [crypton] SEC_p224r1."sample".SHA224
  20948. 2944.01 s [crypton] public: OK
  20949. 2944.01 s [crypton] nonce: OK
  20950. 2944.01 s [crypton] signature: OK (0.02s)
  20951. 2944.01 s [crypton] verify: OK
  20952. 2944.01 s [crypton] SEC_p224r1."sample".SHA256
  20953. 2944.01 s [crypton] public: OK
  20954. 2944.01 s [crypton] nonce: OK
  20955. 2944.01 s [crypton] signature: OK
  20956. 2944.01 s [crypton] verify: OK
  20957. 2944.01 s [crypton] SEC_p224r1."sample".SHA384
  20958. 2944.01 s [crypton] public: OK
  20959. 2944.01 s [crypton] nonce: OK
  20960. 2944.01 s [crypton] signature: OK
  20961. 2944.01 s [crypton] verify: OK
  20962. 2944.01 s [crypton] SEC_p224r1."sample".SHA512
  20963. 2944.01 s [crypton] public: OK
  20964. 2944.01 s [crypton] nonce: OK
  20965. 2944.01 s [crypton] signature: OK
  20966. 2944.01 s [crypton] verify: OK
  20967. 2944.01 s [crypton] SEC_p224r1."test".SHA1
  20968. 2944.01 s [crypton] public: OK
  20969. 2944.01 s [crypton] nonce: OK
  20970. 2944.01 s [crypton] signature: OK
  20971. 2944.01 s [crypton] verify: OK
  20972. 2944.01 s [crypton] SEC_p224r1."test".SHA224
  20973. 2944.01 s [crypton] public: OK
  20974. 2944.01 s [crypton] nonce: OK
  20975. 2944.01 s [crypton] signature: OK
  20976. 2944.01 s [crypton] verify: OK
  20977. 2944.01 s [crypton] SEC_p224r1."test".SHA256
  20978. 2944.01 s [crypton] public: OK
  20979. 2944.01 s [crypton] nonce: OK
  20980. 2944.01 s [crypton] signature: OK
  20981. 2944.01 s [crypton] verify: OK
  20982. 2944.01 s [crypton] SEC_p224r1."test".SHA384
  20983. 2944.01 s [crypton] public: OK
  20984. 2944.01 s [crypton] nonce: OK
  20985. 2944.01 s [crypton] signature: OK
  20986. 2944.01 s [crypton] verify: OK
  20987. 2944.01 s [crypton] SEC_p224r1."test".SHA512
  20988. 2944.01 s [crypton] public: OK
  20989. 2944.01 s [crypton] nonce: OK
  20990. 2944.01 s [crypton] signature: OK
  20991. 2944.01 s [crypton] verify: OK
  20992. 2944.01 s [crypton] SEC_p256r1."sample".SHA1
  20993. 2944.01 s [crypton] public: OK
  20994. 2944.01 s [crypton] nonce: OK
  20995. 2944.01 s [crypton] signature: OK
  20996. 2944.01 s [crypton] verify: OK
  20997. 2944.01 s [crypton] SEC_p256r1."sample".SHA224
  20998. 2944.01 s [crypton] public: OK
  20999. 2944.01 s [crypton] nonce: OK
  21000. 2944.01 s [crypton] signature: OK
  21001. 2944.01 s [crypton] verify: OK
  21002. 2944.01 s [crypton] SEC_p256r1."sample".SHA256
  21003. 2944.01 s [crypton] public: OK
  21004. 2944.01 s [crypton] nonce: OK
  21005. 2944.01 s [crypton] signature: OK
  21006. 2944.01 s [crypton] verify: OK
  21007. 2944.01 s [crypton] SEC_p256r1."sample".SHA384
  21008. 2944.01 s [crypton] public: OK
  21009. 2944.01 s [crypton] nonce: OK
  21010. 2944.01 s [crypton] signature: OK
  21011. 2944.01 s [crypton] verify: OK
  21012. 2944.01 s [crypton] SEC_p256r1."sample".SHA512
  21013. 2944.01 s [crypton] public: OK
  21014. 2944.01 s [crypton] nonce: OK
  21015. 2944.01 s [crypton] signature: OK
  21016. 2944.01 s [crypton] verify: OK
  21017. 2944.01 s [crypton] SEC_p256r1."test".SHA1
  21018. 2944.01 s [crypton] public: OK
  21019. 2944.01 s [crypton] nonce: OK
  21020. 2944.01 s [crypton] signature: OK
  21021. 2944.01 s [crypton] verify: OK
  21022. 2944.01 s [crypton] SEC_p256r1."test".SHA224
  21023. 2944.01 s [crypton] public: OK
  21024. 2944.01 s [crypton] nonce: OK
  21025. 2944.01 s [crypton] signature: OK
  21026. 2944.01 s [crypton] verify: OK
  21027. 2944.01 s [crypton] SEC_p256r1."test".SHA256
  21028. 2944.01 s [crypton] public: OK
  21029. 2944.01 s [crypton] nonce: OK
  21030. 2944.01 s [crypton] signature: OK
  21031. 2944.01 s [crypton] verify: OK
  21032. 2944.01 s [crypton] SEC_p256r1."test".SHA384
  21033. 2944.01 s [crypton] public: OK
  21034. 2944.01 s [crypton] nonce: OK
  21035. 2944.01 s [crypton] signature: OK
  21036. 2944.01 s [crypton] verify: OK
  21037. 2944.01 s [crypton] SEC_p256r1."test".SHA512
  21038. 2944.01 s [crypton] public: OK
  21039. 2944.01 s [crypton] nonce: OK
  21040. 2944.01 s [crypton] signature: OK
  21041. 2944.01 s [crypton] verify: OK
  21042. 2944.01 s [crypton] SEC_p384r1."sample".SHA1
  21043. 2944.01 s [crypton] public: OK
  21044. 2944.01 s [crypton] nonce: OK
  21045. 2944.01 s [crypton] signature: OK
  21046. 2944.01 s [crypton] verify: OK
  21047. 2944.01 s [crypton] SEC_p384r1."sample".SHA224
  21048. 2944.01 s [crypton] public: OK
  21049. 2944.01 s [crypton] nonce: OK
  21050. 2944.01 s [crypton] signature: OK
  21051. 2944.01 s [crypton] verify: OK
  21052. 2944.01 s [crypton] SEC_p384r1."sample".SHA256
  21053. 2944.01 s [crypton] public: OK
  21054. 2944.01 s [crypton] nonce: OK
  21055. 2944.01 s [crypton] signature: OK
  21056. 2944.01 s [crypton] verify: OK
  21057. 2944.01 s [crypton] SEC_p384r1."sample".SHA384
  21058. 2944.01 s [crypton] public: OK
  21059. 2944.01 s [crypton] nonce: OK
  21060. 2944.01 s [crypton] signature: OK
  21061. 2944.01 s [crypton] verify: OK
  21062. 2944.01 s [crypton] SEC_p384r1."sample".SHA512
  21063. 2944.01 s [crypton] public: OK
  21064. 2944.01 s [crypton] nonce: OK
  21065. 2944.01 s [crypton] signature: OK
  21066. 2944.01 s [crypton] verify: OK
  21067. 2944.01 s [crypton] SEC_p384r1."test".SHA1
  21068. 2944.01 s [crypton] public: OK
  21069. 2944.01 s [crypton] nonce: OK
  21070. 2944.01 s [crypton] signature: OK
  21071. 2944.01 s [crypton] verify: OK
  21072. 2944.01 s [crypton] SEC_p384r1."test".SHA224
  21073. 2944.01 s [crypton] public: OK
  21074. 2944.01 s [crypton] nonce: OK
  21075. 2944.01 s [crypton] signature: OK
  21076. 2944.01 s [crypton] verify: OK
  21077. 2944.01 s [crypton] SEC_p384r1."test".SHA256
  21078. 2944.01 s [crypton] public: OK
  21079. 2944.01 s [crypton] nonce: OK
  21080. 2944.01 s [crypton] signature: OK (0.01s)
  21081. 2944.01 s [crypton] verify: OK
  21082. 2944.01 s [crypton] SEC_p384r1."test".SHA384
  21083. 2944.01 s [crypton] public: OK
  21084. 2944.01 s [crypton] nonce: OK
  21085. 2944.01 s [crypton] signature: OK
  21086. 2944.01 s [crypton] verify: OK
  21087. 2944.01 s [crypton] SEC_p384r1."test".SHA512
  21088. 2944.01 s [crypton] public: OK
  21089. 2944.01 s [crypton] nonce: OK
  21090. 2944.01 s [crypton] signature: OK
  21091. 2944.01 s [crypton] verify: OK
  21092. 2944.01 s [crypton] SEC_p521r1."sample".SHA1
  21093. 2944.01 s [crypton] public: OK (0.01s)
  21094. 2944.01 s [crypton] nonce: OK
  21095. 2944.01 s [crypton] signature: OK (0.01s)
  21096. 2944.01 s [crypton] verify: OK (0.02s)
  21097. 2944.01 s [crypton] SEC_p521r1."sample".SHA224
  21098. 2944.01 s [crypton] public: OK (0.01s)
  21099. 2944.01 s [crypton] nonce: OK
  21100. 2944.01 s [crypton] signature: OK (0.01s)
  21101. 2944.02 s [crypton] verify: OK (0.02s)
  21102. 2944.02 s [crypton] SEC_p521r1."sample".SHA256
  21103. 2944.02 s [crypton] public: OK (0.01s)
  21104. 2944.02 s [crypton] nonce: OK
  21105. 2944.02 s [crypton] signature: OK (0.01s)
  21106. 2944.02 s [crypton] verify: OK (0.01s)
  21107. 2944.02 s [crypton] SEC_p521r1."sample".SHA384
  21108. 2944.02 s [crypton] public: OK (0.06s)
  21109. 2944.02 s [crypton] nonce: OK
  21110. 2944.02 s [crypton] signature: OK
  21111. 2944.02 s [crypton] verify: OK (0.01s)
  21112. 2944.02 s [crypton] SEC_p521r1."sample".SHA512
  21113. 2944.02 s [crypton] public: OK (0.01s)
  21114. 2944.02 s [crypton] nonce: OK
  21115. 2944.02 s [crypton] signature: OK (0.01s)
  21116. 2944.02 s [crypton] verify: OK (0.06s)
  21117. 2944.02 s [crypton] SEC_p521r1."test".SHA1
  21118. 2944.02 s [crypton] public: OK (0.02s)
  21119. 2944.02 s [crypton] nonce: OK
  21120. 2944.02 s [crypton] signature: OK (0.01s)
  21121. 2944.02 s [crypton] verify: OK (0.02s)
  21122. 2944.02 s [crypton] SEC_p521r1."test".SHA224
  21123. 2944.02 s [crypton] public: OK (0.02s)
  21124. 2944.02 s [crypton] nonce: OK
  21125. 2944.02 s [crypton] signature: OK (0.01s)
  21126. 2944.02 s [crypton] verify: OK (0.02s)
  21127. 2944.02 s [crypton] SEC_p521r1."test".SHA256
  21128. 2944.02 s [crypton] public: OK (0.01s)
  21129. 2944.02 s [crypton] nonce: OK
  21130. 2944.02 s [crypton] signature: OK (0.01s)
  21131. 2944.02 s [crypton] verify: OK (0.01s)
  21132. 2944.02 s [crypton] SEC_p521r1."test".SHA384
  21133. 2944.02 s [crypton] public: OK
  21134. 2944.02 s [crypton] nonce: OK
  21135. 2944.02 s [crypton] signature: OK (0.01s)
  21136. 2944.02 s [crypton] verify: OK (0.01s)
  21137. 2944.02 s [crypton] SEC_p521r1."test".SHA512
  21138. 2944.02 s [crypton] public: OK
  21139. 2944.02 s [crypton] nonce: OK
  21140. 2944.02 s [crypton] signature: OK
  21141. 2944.02 s [crypton] verify: OK
  21142. 2944.02 s [crypton] SEC_t163k1."sample".SHA1
  21143. 2944.02 s [crypton] public: OK (0.03s)
  21144. 2944.02 s [crypton] nonce: OK
  21145. 2944.02 s [crypton] signature: OK (0.04s)
  21146. 2944.02 s [crypton] verify: OK (0.03s)
  21147. 2944.02 s [crypton] SEC_t163k1."sample".SHA224
  21148. 2944.02 s [smallcheck] [6 of 6] Compiling Test.SmallCheck ( Test/SmallCheck.hs, dist/build/Test/SmallCheck.o, dist/build/Test/SmallCheck.dyn_o )
  21149. 2944.02 s [crypton] public: OK (0.03s)
  21150. 2944.02 s [crypton] nonce: OK
  21151. 2944.02 s [crypton] signature: OK (0.02s)
  21152. 2944.02 s [crypton] verify: OK (0.02s)
  21153. 2944.02 s [crypton] SEC_t163k1."sample".SHA256
  21154. 2944.02 s [crypton] public: OK (0.02s)
  21155. 2944.02 s [crypton] nonce: OK
  21156. 2944.02 s [crypton] signature: OK
  21157. 2944.02 s [crypton] verify: OK (0.06s)
  21158. 2944.02 s [crypton] SEC_t163k1."sample".SHA384
  21159. 2944.02 s [crypton] public: OK (0.03s)
  21160. 2944.02 s [crypton] nonce: OK
  21161. 2944.02 s [crypton] signature: OK (0.03s)
  21162. 2944.02 s [crypton] verify: OK (0.03s)
  21163. 2944.02 s [crypton] SEC_t163k1."sample".SHA512
  21164. 2944.02 s [crypton] public: OK (0.02s)
  21165. 2944.02 s [crypton] nonce: OK
  21166. 2944.02 s [crypton] signature: OK (0.02s)
  21167. 2944.02 s [crypton] verify: OK (0.03s)
  21168. 2944.02 s [crypton] SEC_t163k1."test".SHA1
  21169. 2944.02 s [crypton] public: OK (0.03s)
  21170. 2944.02 s [crypton] nonce: OK
  21171. 2944.02 s [crypton] signature: OK (0.03s)
  21172. 2944.02 s [crypton] verify: OK (0.03s)
  21173. 2944.02 s [crypton] SEC_t163k1."test".SHA224
  21174. 2944.02 s [crypton] public: OK (0.02s)
  21175. 2944.02 s [crypton] nonce: OK
  21176. 2944.02 s [crypton] signature: OK (0.02s)
  21177. 2944.02 s [crypton] verify: OK (0.02s)
  21178. 2944.02 s [crypton] SEC_t163k1."test".SHA256
  21179. 2944.02 s [crypton] public: OK (0.02s)
  21180. 2944.02 s [crypton] nonce: OK
  21181. 2944.02 s [crypton] signature: OK (0.03s)
  21182. 2944.02 s [crypton] verify: OK (0.03s)
  21183. 2944.02 s [crypton] SEC_t163k1."test".SHA384
  21184. 2944.02 s [crypton] public: OK (0.03s)
  21185. 2944.02 s [crypton] nonce: OK
  21186. 2944.02 s [crypton] signature: OK (0.02s)
  21187. 2944.02 s [crypton] verify: OK (0.05s)
  21188. 2944.02 s [crypton] SEC_t163k1."test".SHA512
  21189. 2944.02 s [crypton] public: OK (0.03s)
  21190. 2944.02 s [crypton] nonce: OK
  21191. 2944.02 s [crypton] signature: OK (0.07s)
  21192. 2944.02 s [crypton] verify: OK (0.09s)
  21193. 2944.02 s [crypton] SEC_t233k1."sample".SHA1
  21194. 2944.02 s [crypton] public: OK (0.07s)
  21195. 2944.02 s [crypton] nonce: OK
  21196. 2944.02 s [crypton] signature: OK (0.04s)
  21197. 2944.02 s [crypton] verify: OK (0.05s)
  21198. 2944.02 s [crypton] SEC_t233k1."sample".SHA224
  21199. 2944.02 s [crypton] public: OK (0.04s)
  21200. 2944.02 s [crypton] nonce: OK
  21201. 2944.02 s [crypton] signature: OK (0.04s)
  21202. 2944.02 s [crypton] verify: OK (0.05s)
  21203. 2944.02 s [crypton] SEC_t233k1."sample".SHA256
  21204. 2944.02 s [crypton] public: OK (0.04s)
  21205. 2944.02 s [crypton] nonce: OK
  21206. 2944.02 s [crypton] signature: OK (0.04s)
  21207. 2944.02 s [crypton] verify: OK (0.06s)
  21208. 2944.02 s [crypton] SEC_t233k1."sample".SHA384
  21209. 2944.02 s [crypton] public: OK (0.04s)
  21210. 2944.02 s [crypton] nonce: OK
  21211. 2944.02 s [crypton] signature: OK (0.04s)
  21212. 2944.02 s [crypton] verify: OK (0.05s)
  21213. 2944.02 s [crypton] SEC_t233k1."sample".SHA512
  21214. 2944.02 s [crypton] public: OK (0.05s)
  21215. 2944.02 s [crypton] nonce: OK
  21216. 2944.02 s [crypton] signature: OK (0.09s)
  21217. 2944.02 s [crypton] verify: OK (0.06s)
  21218. 2944.02 s [crypton] SEC_t233k1."test".SHA1
  21219. 2944.02 s [crypton] public: OK (0.12s)
  21220. 2944.02 s [crypton] nonce: OK
  21221. 2944.02 s [crypton] signature: OK (0.05s)
  21222. 2944.02 s [crypton] verify: OK (0.11s)
  21223. 2944.02 s [crypton] SEC_t233k1."test".SHA224
  21224. 2944.02 s [crypton] public: OK (0.06s)
  21225. 2944.02 s [crypton] nonce: OK
  21226. 2944.02 s [crypton] signature: OK (0.07s)
  21227. 2944.02 s [crypton] verify: OK (0.06s)
  21228. 2944.02 s [crypton] SEC_t233k1."test".SHA256
  21229. 2944.02 s [crypton] public: OK (0.07s)
  21230. 2944.02 s [crypton] nonce: OK
  21231. 2944.02 s [crypton] signature: OK (0.05s)
  21232. 2944.02 s [crypton] verify: OK (0.06s)
  21233. 2944.02 s [crypton] SEC_t233k1."test".SHA384
  21234. 2944.02 s [crypton] public: OK (0.07s)
  21235. 2944.02 s [crypton] nonce: OK
  21236. 2944.02 s [crypton] signature: OK (0.05s)
  21237. 2944.02 s [crypton] verify: OK (0.08s)
  21238. 2944.02 s [crypton] SEC_t233k1."test".SHA512
  21239. 2944.02 s [crypton] public: OK (0.02s)
  21240. 2944.02 s [crypton] nonce: OK
  21241. 2944.02 s [crypton] signature: OK (0.04s)
  21242. 2944.02 s [crypton] verify: OK (0.04s)
  21243. 2944.02 s [crypton] SEC_t283k1."sample".SHA1
  21244. 2944.02 s [crypton] public: OK (0.06s)
  21245. 2944.02 s [crypton] nonce: OK
  21246. 2944.02 s [crypton] signature: OK (0.20s)
  21247. 2944.02 s [crypton] verify: OK (0.14s)
  21248. 2944.02 s [crypton] SEC_t283k1."sample".SHA224
  21249. 2944.02 s [crypton] public: OK (0.06s)
  21250. 2944.02 s [crypton] nonce: OK
  21251. 2944.02 s [crypton] signature: OK (0.10s)
  21252. 2944.02 s [crypton] verify: OK (0.12s)
  21253. 2944.02 s [crypton] SEC_t283k1."sample".SHA256
  21254. 2944.02 s [crypton] public: OK (0.06s)
  21255. 2944.02 s [crypton] nonce: OK
  21256. 2944.02 s [crypton] signature: OK (0.11s)
  21257. 2944.02 s [crypton] verify: OK (0.09s)
  21258. 2944.02 s [crypton] SEC_t283k1."sample".SHA384
  21259. 2944.02 s [crypton] public: OK (0.16s)
  21260. 2944.02 s [crypton] nonce: OK
  21261. 2944.02 s [crypton] signature: OK (0.05s)
  21262. 2944.02 s [crypton] verify: OK (0.08s)
  21263. 2944.02 s [crypton] SEC_t283k1."sample".SHA512
  21264. 2944.02 s [crypton] public: OK (0.06s)
  21265. 2944.02 s [crypton] nonce: OK
  21266. 2944.02 s [crypton] signature: OK (0.05s)
  21267. 2944.02 s [crypton] verify: OK (0.06s)
  21268. 2944.02 s [crypton] SEC_t283k1."test".SHA1
  21269. 2944.02 s [crypton] public: OK (0.09s)
  21270. 2944.02 s [crypton] nonce: OK
  21271. 2944.02 s [crypton] signature: OK (0.05s)
  21272. 2944.02 s [crypton] verify: OK (0.07s)
  21273. 2944.02 s [crypton] SEC_t283k1."test".SHA224
  21274. 2944.02 s [crypton] public: OK (0.06s)
  21275. 2944.02 s [crypton] nonce: OK
  21276. 2944.02 s [crypton] signature: OK (0.09s)
  21277. 2944.02 s [crypton] verify: OK (0.09s)
  21278. 2944.02 s [crypton] SEC_t283k1."test".SHA256
  21279. 2944.02 s [crypton] public: OK (0.05s)
  21280. 2944.02 s [crypton] nonce: OK
  21281. 2944.02 s [crypton] signature: OK (0.05s)
  21282. 2944.02 s [crypton] verify: OK (0.06s)
  21283. 2944.02 s [crypton] SEC_t283k1."test".SHA384
  21284. 2944.02 s [crypton] public: OK (0.06s)
  21285. 2944.02 s [crypton] nonce: OK
  21286. 2944.02 s [crypton] signature: OK (0.05s)
  21287. 2944.02 s [crypton] verify: OK (0.06s)
  21288. 2944.02 s [crypton] SEC_t283k1."test".SHA512
  21289. 2944.02 s [crypton] public: OK (0.06s)
  21290. 2944.02 s [crypton] nonce: OK
  21291. 2944.02 s [crypton] signature: OK (0.05s)
  21292. 2944.02 s [crypton] verify: OK (0.06s)
  21293. 2944.02 s [crypton] SEC_t409k1."sample".SHA1
  21294. 2944.02 s [crypton] public: OK (0.13s)
  21295. 2944.02 s [crypton] nonce: OK
  21296. 2944.02 s [crypton] signature: OK (0.11s)
  21297. 2944.02 s [crypton] verify: OK (0.18s)
  21298. 2944.02 s [crypton] SEC_t409k1."sample".SHA224
  21299. 2944.02 s [crypton] public: OK (0.18s)
  21300. 2944.02 s [crypton] nonce: OK
  21301. 2944.02 s [crypton] signature: OK (0.12s)
  21302. 2944.02 s [crypton] verify: OK (0.36s)
  21303. 2944.02 s [crypton] SEC_t409k1."sample".SHA256
  21304. 2944.02 s [crypton] public: OK (0.15s)
  21305. 2944.02 s [crypton] nonce: OK
  21306. 2944.02 s [crypton] signature: OK (0.22s)
  21307. 2944.02 s [crypton] verify: OK (0.16s)
  21308. 2944.02 s [crypton] SEC_t409k1."sample".SHA384
  21309. 2944.02 s [crypton] public: OK (0.14s)
  21310. 2944.02 s [crypton] nonce: OK
  21311. 2944.02 s [crypton] signature: OK (0.14s)
  21312. 2944.02 s [crypton] verify: OK (0.27s)
  21313. 2944.02 s [crypton] SEC_t409k1."sample".SHA512
  21314. 2944.02 s [crypton] public: OK (0.15s)
  21315. 2944.02 s [crypton] nonce: OK
  21316. 2944.02 s [crypton] signature: OK (0.15s)
  21317. 2944.02 s [crypton] verify: OK (0.22s)
  21318. 2944.02 s [crypton] SEC_t409k1."test".SHA1
  21319. 2944.02 s [crypton] public: OK (0.15s)
  21320. 2944.02 s [crypton] nonce: OK
  21321. 2944.02 s [crypton] signature: OK (0.13s)
  21322. 2944.02 s [crypton] verify: OK (0.24s)
  21323. 2944.02 s [crypton] SEC_t409k1."test".SHA224
  21324. 2944.02 s [crypton] public: OK (0.22s)
  21325. 2944.02 s [crypton] nonce: OK
  21326. 2944.02 s [crypton] signature: OK (0.17s)
  21327. 2944.02 s [crypton] verify: OK (0.15s)
  21328. 2944.02 s [crypton] SEC_t409k1."test".SHA256
  21329. 2944.02 s [crypton] public: OK (0.13s)
  21330. 2944.02 s [crypton] nonce: OK
  21331. 2944.02 s [crypton] signature: OK (0.13s)
  21332. 2944.02 s [crypton] verify: OK (0.19s)
  21333. 2944.02 s [crypton] SEC_t409k1."test".SHA384
  21334. 2944.02 s [crypton] public: OK (0.12s)
  21335. 2944.02 s [crypton] nonce: OK
  21336. 2944.02 s [crypton] signature: OK (0.18s)
  21337. 2944.02 s [crypton] verify: OK (0.25s)
  21338. 2944.02 s [crypton] SEC_t409k1."test".SHA512
  21339. 2944.02 s [crypton] public: OK (0.21s)
  21340. 2944.02 s [crypton] nonce: OK
  21341. 2944.02 s [crypton] signature: OK (0.12s)
  21342. 2944.02 s [crypton] verify: OK (0.15s)
  21343. 2944.02 s [crypton] SEC_t571k1."sample".SHA1
  21344. 2944.02 s [crypton] public: OK (0.42s)
  21345. 2944.02 s [crypton] nonce: OK
  21346. 2944.02 s [crypton] signature: OK (0.41s)
  21347. 2944.02 s [crypton] verify: OK (0.85s)
  21348. 2944.02 s [crypton] SEC_t571k1."sample".SHA224
  21349. 2944.02 s [crypton] public: OK (0.33s)
  21350. 2944.02 s [crypton] nonce: OK
  21351. 2944.02 s [crypton] signature: OK (0.27s)
  21352. 2944.02 s [crypton] verify: OK (0.33s)
  21353. 2944.02 s [crypton] SEC_t571k1."sample".SHA256
  21354. 2944.02 s [crypton] public: OK (0.57s)
  21355. 2944.02 s [crypton] nonce: OK
  21356. 2944.02 s [crypton] signature: OK (0.36s)
  21357. 2944.02 s [crypton] verify: OK (0.32s)
  21358. 2944.02 s [crypton] SEC_t571k1."sample".SHA384
  21359. 2944.03 s [crypton] public: OK (0.52s)
  21360. 2944.03 s [crypton] nonce: OK
  21361. 2944.03 s [crypton] signature: OK (0.27s)
  21362. 2944.03 s [crypton] verify: OK (0.30s)
  21363. 2944.03 s [crypton] SEC_t571k1."sample".SHA512
  21364. 2944.03 s [crypton] public: OK (0.32s)
  21365. 2944.03 s [crypton] nonce: OK
  21366. 2944.03 s [crypton] signature: OK (0.47s)
  21367. 2944.03 s [crypton] verify: OK (0.29s)
  21368. 2944.03 s [crypton] SEC_t571k1."test".SHA1
  21369. 2944.03 s [crypton] public: OK (0.33s)
  21370. 2944.03 s [crypton] nonce: OK
  21371. 2944.03 s [crypton] signature: OK (0.39s)
  21372. 2944.03 s [crypton] verify: OK (0.23s)
  21373. 2944.03 s [crypton] SEC_t571k1."test".SHA224
  21374. 2944.03 s [crypton] public: OK (0.21s)
  21375. 2944.03 s [crypton] nonce: OK
  21376. 2944.03 s [crypton] signature: OK (0.39s)
  21377. 2944.03 s [crypton] verify: OK (0.43s)
  21378. 2944.03 s [crypton] SEC_t571k1."test".SHA256
  21379. 2944.03 s [crypton] public: OK (0.26s)
  21380. 2944.03 s [crypton] nonce: OK
  21381. 2944.03 s [crypton] signature: OK (0.35s)
  21382. 2944.03 s [crypton] verify: OK (0.26s)
  21383. 2944.03 s [crypton] SEC_t571k1."test".SHA384
  21384. 2944.03 s [crypton] public: OK (0.22s)
  21385. 2944.03 s [crypton] nonce: OK
  21386. 2944.03 s [crypton] signature: OK (0.28s)
  21387. 2944.03 s [crypton] verify: OK (0.36s)
  21388. 2944.03 s [crypton] SEC_t571k1."test".SHA512
  21389. 2944.03 s [crypton] public: OK (0.39s)
  21390. 2944.03 s [crypton] nonce: OK
  21391. 2944.03 s [crypton] signature: OK (0.72s)
  21392. 2944.03 s [crypton] verify: OK (0.44s)
  21393. 2944.03 s [crypton] SEC_t163r2."sample".SHA1
  21394. 2944.03 s [crypton] public: OK (0.01s)
  21395. 2944.03 s [crypton] nonce: OK
  21396. 2944.03 s [crypton] signature: OK (0.01s)
  21397. 2944.03 s [crypton] verify: OK (0.02s)
  21398. 2944.03 s [crypton] SEC_t163r2."sample".SHA224
  21399. 2944.03 s [crypton] public: OK (0.02s)
  21400. 2944.03 s [crypton] nonce: OK
  21401. 2944.03 s [crypton] signature: OK (0.02s)
  21402. 2944.03 s [crypton] verify: OK (0.03s)
  21403. 2944.03 s [crypton] SEC_t163r2."sample".SHA256
  21404. 2944.03 s [crypton] public: OK (0.03s)
  21405. 2944.03 s [crypton] nonce: OK
  21406. 2944.03 s [crypton] signature: OK (0.02s)
  21407. 2944.03 s [crypton] verify: OK (0.02s)
  21408. 2944.03 s [crypton] SEC_t163r2."sample".SHA384
  21409. 2944.03 s [crypton] public: OK (0.02s)
  21410. 2944.03 s [crypton] nonce: OK
  21411. 2944.03 s [crypton] signature: OK (0.02s)
  21412. 2944.03 s [crypton] verify: OK (0.02s)
  21413. 2944.03 s [crypton] SEC_t163r2."sample".SHA512
  21414. 2944.03 s [crypton] public: OK (0.02s)
  21415. 2944.03 s [crypton] nonce: OK
  21416. 2944.03 s [crypton] signature: OK (0.02s)
  21417. 2944.03 s [crypton] verify: OK (0.03s)
  21418. 2944.03 s [crypton] SEC_t163r2."test".SHA1
  21419. 2944.03 s [crypton] public: OK (0.07s)
  21420. 2944.03 s [crypton] nonce: OK
  21421. 2944.03 s [crypton] signature: OK (0.03s)
  21422. 2944.03 s [crypton] verify: OK (0.06s)
  21423. 2944.03 s [crypton] SEC_t163r2."test".SHA224
  21424. 2944.03 s [crypton] public: OK (0.05s)
  21425. 2944.03 s [crypton] nonce: OK
  21426. 2944.03 s [crypton] signature: OK (0.02s)
  21427. 2944.03 s [crypton] verify: OK (0.05s)
  21428. 2944.03 s [crypton] SEC_t163r2."test".SHA256
  21429. 2944.03 s [crypton] public: OK (0.07s)
  21430. 2944.03 s [crypton] nonce: OK
  21431. 2944.03 s [crypton] signature: OK (0.05s)
  21432. 2944.03 s [crypton] verify: OK (0.02s)
  21433. 2944.03 s [crypton] SEC_t163r2."test".SHA384
  21434. 2944.03 s [crypton] public: OK (0.02s)
  21435. 2944.03 s [crypton] nonce: OK
  21436. 2944.03 s [crypton] signature: OK (0.04s)
  21437. 2944.03 s [crypton] verify: OK (0.07s)
  21438. 2944.03 s [crypton] SEC_t163r2."test".SHA512
  21439. 2944.03 s [crypton] public: OK (0.07s)
  21440. 2944.03 s [crypton] nonce: OK
  21441. 2944.03 s [crypton] signature: OK (0.07s)
  21442. 2944.03 s [crypton] verify: OK (0.08s)
  21443. 2944.03 s [crypton] SEC_t233r1."sample".SHA1
  21444. 2944.03 s [crypton] public: OK (0.06s)
  21445. 2944.03 s [crypton] nonce: OK
  21446. 2944.03 s [crypton] signature: OK (0.04s)
  21447. 2944.03 s [crypton] verify: OK (0.04s)
  21448. 2944.03 s [crypton] SEC_t233r1."sample".SHA224
  21449. 2944.03 s [crypton] public: OK (0.04s)
  21450. 2944.03 s [crypton] nonce: OK
  21451. 2944.03 s [crypton] signature: OK (0.04s)
  21452. 2944.03 s [crypton] verify: OK (0.04s)
  21453. 2944.03 s [crypton] SEC_t233r1."sample".SHA256
  21454. 2944.03 s [crypton] public: OK (0.04s)
  21455. 2944.03 s [crypton] nonce: OK
  21456. 2944.03 s [crypton] signature: OK (0.04s)
  21457. 2944.03 s [crypton] verify: OK (0.08s)
  21458. 2944.03 s [crypton] SEC_t233r1."sample".SHA384
  21459. 2944.03 s [crypton] public: OK (0.04s)
  21460. 2944.03 s [crypton] nonce: OK
  21461. 2944.03 s [crypton] signature: OK (0.04s)
  21462. 2944.03 s [crypton] verify: OK (0.05s)
  21463. 2944.03 s [crypton] SEC_t233r1."sample".SHA512
  21464. 2944.03 s [crypton] public: OK (0.06s)
  21465. 2944.03 s [crypton] nonce: OK
  21466. 2944.03 s [crypton] signature: OK (0.05s)
  21467. 2944.03 s [crypton] verify: OK (0.06s)
  21468. 2944.03 s [crypton] SEC_t233r1."test".SHA1
  21469. 2944.03 s [crypton] public: OK (0.07s)
  21470. 2944.03 s [crypton] nonce: OK
  21471. 2944.03 s [crypton] signature: OK (0.08s)
  21472. 2944.03 s [crypton] verify: OK (0.06s)
  21473. 2944.03 s [crypton] SEC_t233r1."test".SHA224
  21474. 2944.03 s [crypton] public: OK (0.04s)
  21475. 2944.03 s [crypton] nonce: OK
  21476. 2944.03 s [crypton] signature: OK (0.05s)
  21477. 2944.03 s [crypton] verify: OK (0.04s)
  21478. 2944.03 s [crypton] SEC_t233r1."test".SHA256
  21479. 2944.03 s [crypton] public: OK (0.03s)
  21480. 2944.03 s [crypton] nonce: OK
  21481. 2944.03 s [crypton] signature: OK (0.05s)
  21482. 2944.03 s [crypton] verify: OK (0.04s)
  21483. 2944.03 s [crypton] SEC_t233r1."test".SHA384
  21484. 2944.03 s [crypton] public: OK (0.08s)
  21485. 2944.03 s [crypton] nonce: OK
  21486. 2944.03 s [crypton] signature: OK (0.03s)
  21487. 2944.03 s [crypton] verify: OK (0.04s)
  21488. 2944.03 s [crypton] SEC_t233r1."test".SHA512
  21489. 2944.03 s [crypton] public: OK (0.04s)
  21490. 2944.03 s [crypton] nonce: OK
  21491. 2944.03 s [crypton] signature: OK (0.04s)
  21492. 2944.03 s [crypton] verify: OK (0.04s)
  21493. 2944.03 s [crypton] SEC_t283r1."sample".SHA1
  21494. 2944.03 s [crypton] public: OK (0.05s)
  21495. 2944.03 s [crypton] nonce: OK
  21496. 2944.03 s [crypton] signature: OK (0.08s)
  21497. 2944.03 s [crypton] verify: OK (0.07s)
  21498. 2944.03 s [crypton] SEC_t283r1."sample".SHA224
  21499. 2944.03 s [crypton] public: OK (0.09s)
  21500. 2944.03 s [crypton] nonce: OK
  21501. 2944.03 s [crypton] signature: OK (0.07s)
  21502. 2944.03 s [crypton] verify: OK (0.07s)
  21503. 2944.03 s [crypton] SEC_t283r1."sample".SHA256
  21504. 2944.03 s [crypton] public: OK (0.06s)
  21505. 2944.03 s [crypton] nonce: OK
  21506. 2944.03 s [crypton] signature: OK (0.07s)
  21507. 2944.03 s [crypton] verify: OK (0.08s)
  21508. 2944.03 s [crypton] SEC_t283r1."sample".SHA384
  21509. 2944.03 s [crypton] public: OK (0.06s)
  21510. 2944.03 s [crypton] nonce: OK
  21511. 2944.03 s [crypton] signature: OK (0.11s)
  21512. 2944.03 s [crypton] verify: OK (0.14s)
  21513. 2944.03 s [crypton] SEC_t283r1."sample".SHA512
  21514. 2944.03 s [crypton] public: OK (0.09s)
  21515. 2944.03 s [crypton] nonce: OK
  21516. 2944.03 s [crypton] signature: OK (0.05s)
  21517. 2944.03 s [crypton] verify: OK (0.09s)
  21518. 2944.03 s [crypton] SEC_t283r1."test".SHA1
  21519. 2944.03 s [crypton] public: OK (0.06s)
  21520. 2944.03 s [crypton] nonce: OK
  21521. 2944.03 s [crypton] signature: OK (0.07s)
  21522. 2944.03 s [crypton] verify: OK (0.07s)
  21523. 2944.03 s [crypton] SEC_t283r1."test".SHA224
  21524. 2944.03 s [crypton] public: OK (0.06s)
  21525. 2944.03 s [crypton] nonce: OK
  21526. 2944.03 s [crypton] signature: OK (0.08s)
  21527. 2944.03 s [crypton] verify: OK (0.10s)
  21528. 2944.03 s [crypton] SEC_t283r1."test".SHA256
  21529. 2944.03 s [crypton] public: OK (0.13s)
  21530. 2944.03 s [crypton] nonce: OK
  21531. 2944.03 s [crypton] signature: OK (0.09s)
  21532. 2944.03 s [crypton] verify: OK (0.14s)
  21533. 2944.03 s [crypton] SEC_t283r1."test".SHA384
  21534. 2944.03 s [crypton] public: OK (0.08s)
  21535. 2944.03 s [crypton] nonce: OK
  21536. 2944.03 s [crypton] signature: OK (0.04s)
  21537. 2944.03 s [crypton] verify: OK (0.07s)
  21538. 2944.03 s [crypton] SEC_t283r1."test".SHA512
  21539. 2944.03 s [crypton] public: OK (0.10s)
  21540. 2944.03 s [crypton] nonce: OK
  21541. 2944.03 s [crypton] signature: OK (0.07s)
  21542. 2944.03 s [crypton] verify: OK (0.07s)
  21543. 2944.03 s [crypton] SEC_t409r1."sample".SHA1
  21544. 2944.03 s [crypton] public: OK (0.13s)
  21545. 2944.03 s [crypton] nonce: OK
  21546. 2944.03 s [crypton] signature: OK (0.13s)
  21547. 2944.03 s [crypton] verify: OK (0.26s)
  21548. 2944.03 s [crypton] SEC_t409r1."sample".SHA224
  21549. 2944.03 s [crypton] public: OK (0.13s)
  21550. 2944.03 s [crypton] nonce: OK
  21551. 2944.03 s [crypton] signature: OK (0.13s)
  21552. 2944.03 s [crypton] verify: OK (0.24s)
  21553. 2944.03 s [crypton] SEC_t409r1."sample".SHA256
  21554. 2944.03 s [crypton] public: OK (0.18s)
  21555. 2944.03 s [crypton] nonce: OK
  21556. 2944.03 s [crypton] signature: OK (0.30s)
  21557. 2944.03 s [crypton] verify: OK (0.15s)
  21558. 2944.03 s [crypton] SEC_t409r1."sample".SHA384
  21559. 2944.03 s [crypton] public: OK (0.20s)
  21560. 2944.03 s [crypton] nonce: OK
  21561. 2944.03 s [crypton] signature: OK (0.17s)
  21562. 2944.03 s [crypton] verify: OK (0.22s)
  21563. 2944.03 s [crypton] SEC_t409r1."sample".SHA512
  21564. 2944.03 s [crypton] public: OK (0.11s)
  21565. 2944.03 s [crypton] nonce: OK
  21566. 2944.03 s [crypton] signature: OK (0.16s)
  21567. 2944.03 s [crypton] verify: OK (0.18s)
  21568. 2944.03 s [crypton] SEC_t409r1."test".SHA1
  21569. 2944.03 s [crypton] public: OK (0.19s)
  21570. 2944.03 s [crypton] nonce: OK
  21571. 2944.03 s [crypton] signature: OK (0.16s)
  21572. 2944.03 s [crypton] verify: OK (0.17s)
  21573. 2944.03 s [crypton] SEC_t409r1."test".SHA224
  21574. 2944.03 s [crypton] public: OK (0.13s)
  21575. 2944.03 s [crypton] nonce: OK
  21576. 2944.03 s [crypton] signature: OK (0.26s)
  21577. 2944.03 s [crypton] verify: OK (0.18s)
  21578. 2944.03 s [crypton] SEC_t409r1."test".SHA256
  21579. 2944.03 s [crypton] public: OK (0.11s)
  21580. 2944.03 s [crypton] nonce: OK
  21581. 2944.03 s [crypton] signature: OK (0.18s)
  21582. 2944.03 s [crypton] verify: OK (0.32s)
  21583. 2944.03 s [crypton] SEC_t409r1."test".SHA384
  21584. 2944.03 s [crypton] public: OK (0.23s)
  21585. 2944.03 s [crypton] nonce: OK
  21586. 2944.03 s [crypton] signature: OK (0.16s)
  21587. 2944.03 s [crypton] verify: OK (0.14s)
  21588. 2944.03 s [crypton] SEC_t409r1."test".SHA512
  21589. 2944.03 s [crypton] public: OK (0.11s)
  21590. 2944.03 s [crypton] nonce: OK
  21591. 2944.03 s [crypton] signature: OK (0.12s)
  21592. 2944.03 s [crypton] verify: OK (0.20s)
  21593. 2944.03 s [crypton] SEC_t571r1."sample".SHA1
  21594. 2944.03 s [crypton] public: OK (0.31s)
  21595. 2944.03 s [crypton] nonce: OK
  21596. 2944.03 s [crypton] signature: OK (0.26s)
  21597. 2944.03 s [crypton] verify: OK (0.26s)
  21598. 2944.03 s [crypton] SEC_t571r1."sample".SHA224
  21599. 2944.03 s [crypton] public: OK (0.25s)
  21600. 2944.03 s [crypton] nonce: OK
  21601. 2944.03 s [crypton] signature: OK (0.36s)
  21602. 2944.03 s [crypton] verify: OK (0.28s)
  21603. 2944.03 s [crypton] SEC_t571r1."sample".SHA256
  21604. 2944.03 s [crypton] public: OK (0.46s)
  21605. 2944.03 s [crypton] nonce: OK
  21606. 2944.03 s [crypton] signature: OK (0.27s)
  21607. 2944.03 s [crypton] verify: OK (0.24s)
  21608. 2944.03 s [crypton] SEC_t571r1."sample".SHA384
  21609. 2944.03 s [crypton] public: OK (0.23s)
  21610. 2944.03 s [crypton] nonce: OK
  21611. 2944.03 s [crypton] signature: OK (0.39s)
  21612. 2944.03 s [crypton] verify: OK (0.30s)
  21613. 2944.03 s [crypton] SEC_t571r1."sample".SHA512
  21614. 2944.03 s [crypton] public: OK (0.38s)
  21615. 2944.03 s [crypton] nonce: OK
  21616. 2944.03 s [crypton] signature: OK (0.28s)
  21617. 2944.03 s [crypton] verify: OK (0.60s)
  21618. 2944.03 s [crypton] SEC_t571r1."test".SHA1
  21619. 2944.03 s [crypton] public: OK (0.30s)
  21620. 2944.03 s [crypton] nonce: OK
  21621. 2944.03 s [crypton] signature: OK (0.26s)
  21622. 2944.03 s [crypton] verify: OK (0.29s)
  21623. 2944.03 s [crypton] SEC_t571r1."test".SHA224
  21624. 2944.03 s [crypton] public: OK (0.31s)
  21625. 2944.03 s [crypton] nonce: OK
  21626. 2944.03 s [crypton] signature: OK (0.34s)
  21627. 2944.03 s [crypton] verify: OK (0.30s)
  21628. 2944.03 s [crypton] SEC_t571r1."test".SHA256
  21629. 2944.03 s [crypton] public: OK (0.31s)
  21630. 2944.03 s [crypton] nonce: OK
  21631. 2944.03 s [crypton] signature: OK (0.36s)
  21632. 2944.03 s [crypton] verify: OK (0.26s)
  21633. 2944.03 s [crypton] SEC_t571r1."test".SHA384
  21634. 2944.03 s [crypton] public: OK (0.23s)
  21635. 2944.03 s [crypton] nonce: OK
  21636. 2944.03 s [crypton] signature: OK (0.32s)
  21637. 2944.03 s [crypton] verify: OK (0.40s)
  21638. 2944.03 s [crypton] SEC_t571r1."test".SHA512
  21639. 2944.03 s [crypton] public: OK (0.25s)
  21640. 2944.03 s [crypton] nonce: OK
  21641. 2944.03 s [crypton] signature: OK (0.25s)
  21642. 2944.04 s [crypton] verify: OK (0.32s)
  21643. 2944.04 s [crypton] P256
  21644. 2944.04 s [crypton] scalar
  21645. 2944.04 s [crypton] marshalling: OK
  21646. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21647. 2944.04 s [crypton] add: OK
  21648. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21649. 2944.04 s [crypton] add0: OK
  21650. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21651. 2944.04 s [crypton] sub: OK
  21652. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21653. 2944.04 s [crypton] sub0: OK
  21654. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21655. 2944.04 s [crypton] mul: OK
  21656. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21657. 2944.04 s [crypton] inv: OK
  21658. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21659. 2944.04 s [crypton] inv-safe: OK
  21660. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21661. 2944.04 s [crypton] inv-safe-mul: OK
  21662. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21663. 2944.04 s [crypton] inv-safe-zero: OK
  21664. 2944.04 s [crypton] +++ OK, passed 1 test.
  21665. 2944.04 s [crypton] point
  21666. 2944.04 s [crypton] marshalling: OK
  21667. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21668. 2944.04 s [crypton] marshalling-integer: OK
  21669. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21670. 2944.04 s [crypton] valid-point-1: OK
  21671. 2944.04 s [crypton] valid-point-2: OK
  21672. 2944.04 s [crypton] valid-point-3: OK
  21673. 2944.04 s [crypton] point-add-1: OK
  21674. 2944.04 s [crypton] lift-to-curve: OK (0.21s)
  21675. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21676. 2944.04 s [crypton] point-add: OK (0.50s)
  21677. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21678. 2944.04 s [crypton] point-negate: OK (0.25s)
  21679. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21680. 2944.04 s [crypton] point-mul: OK (0.45s)
  21681. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21682. 2944.04 s [crypton] infinity: OK
  21683. 2944.04 s [crypton] +++ OK, passed 1 test.
  21684. 2944.04 s [crypton] Rabin
  21685. 2944.04 s [crypton] Basic
  21686. 2944.04 s [crypton] encrypt
  21687. 2944.04 s [crypton] 0: OK
  21688. 2944.04 s [crypton] decrypt
  21689. 2944.04 s [crypton] 0: OK
  21690. 2944.04 s [crypton] sign
  21691. 2944.04 s [crypton] 0: OK
  21692. 2944.04 s [crypton] verify
  21693. 2944.04 s [crypton] 0: OK
  21694. 2944.04 s [crypton] Modified
  21695. 2944.04 s [crypton] sign
  21696. 2944.04 s [crypton] 0: OK
  21697. 2944.04 s [crypton] verify
  21698. 2944.04 s [crypton] 0: OK
  21699. 2944.04 s [crypton] RW
  21700. 2944.04 s [crypton] encrypt
  21701. 2944.04 s [crypton] 0: OK
  21702. 2944.04 s [crypton] decrypt
  21703. 2944.04 s [crypton] 0: OK
  21704. 2944.04 s [crypton] sign
  21705. 2944.04 s [crypton] 0: OK
  21706. 2944.04 s [crypton] verify
  21707. 2944.04 s [crypton] 0: OK
  21708. 2944.04 s [crypton] OTP
  21709. 2944.04 s [crypton] HOTP
  21710. 2944.04 s [crypton] KATs
  21711. 2944.04 s [crypton] 1: OK
  21712. 2944.04 s [crypton] 2: OK
  21713. 2944.04 s [crypton] 3: OK
  21714. 2944.04 s [crypton] 4: OK
  21715. 2944.04 s [crypton] 5: OK
  21716. 2944.04 s [crypton] 6: OK
  21717. 2944.04 s [crypton] 7: OK
  21718. 2944.04 s [crypton] 8: OK
  21719. 2944.04 s [crypton] 9: OK
  21720. 2944.04 s [crypton] properties
  21721. 2944.04 s [crypton] resync-expected: OK (0.01s)
  21722. 2944.04 s [crypton] +++ OK, passed 100 tests.
  21723. 2944.04 s [crypton] TOTP
  21724. 2944.04 s [crypton] KATs
  21725. 2944.04 s [crypton] SHA1
  21726. 2944.04 s [crypton] 1: OK
  21727. 2944.04 s [crypton] 2: OK
  21728. 2944.04 s [crypton] 3: OK
  21729. 2944.04 s [crypton] 4: OK
  21730. 2944.04 s [crypton] 5: OK
  21731. 2944.04 s [crypton] 6: OK
  21732. 2944.04 s [crypton] SHA256
  21733. 2944.04 s [crypton] 1: OK
  21734. 2944.04 s [crypton] 2: OK
  21735. 2944.04 s [crypton] 3: OK
  21736. 2944.04 s [crypton] 4: OK
  21737. 2944.04 s [crypton] 5: OK
  21738. 2944.04 s [crypton] 6: OK
  21739. 2944.04 s [crypton] SHA512
  21740. 2944.04 s [crypton] 1: OK
  21741. 2944.04 s [crypton] 2: OK
  21742. 2944.04 s [crypton] 3: OK
  21743. 2944.04 s [crypton] 4: OK
  21744. 2944.04 s [crypton] 5: OK
  21745. 2944.04 s [crypton] 6: OK
  21746. 2944.04 s [crypton] KDF
  21747. 2944.04 s [crypton] PBKDF2
  21748. 2944.04 s [crypton] KATs-HMAC-SHA1
  21749. 2944.04 s [crypton] 1: OK
  21750. 2944.04 s [crypton] 2: OK (0.10s)
  21751. 2944.04 s [crypton] 3: OK (0.12s)
  21752. 2944.04 s [crypton] 4: OK (0.07s)
  21753. 2944.04 s [crypton] KATs-HMAC-SHA1 (fast)
  21754. 2944.04 s [crypton] 1: OK
  21755. 2944.04 s [crypton] 2: OK
  21756. 2944.04 s [crypton] 3: OK
  21757. 2944.04 s [crypton] 4: OK
  21758. 2944.04 s [crypton] KATs-HMAC-SHA256
  21759. 2944.04 s [crypton] 1: OK
  21760. 2944.04 s [crypton] 2: OK (0.12s)
  21761. 2944.04 s [crypton] KATs-HMAC-SHA256 (fast)
  21762. 2944.04 s [crypton] 1: OK
  21763. 2944.04 s [crypton] 2: OK
  21764. 2944.04 s [crypton] KATs-HMAC-SHA512
  21765. 2944.04 s [crypton] 1: OK
  21766. 2944.04 s [crypton] 2: OK
  21767. 2944.04 s [crypton] 3: OK (0.08s)
  21768. 2944.04 s [crypton] 4: OK
  21769. 2944.04 s [crypton] KATs-HMAC-SHA512 (fast)
  21770. 2944.04 s [crypton] 1: OK
  21771. 2944.04 s [crypton] 2: OK
  21772. 2944.04 s [crypton] 3: OK
  21773. 2944.04 s [crypton] 4: OK
  21774. 2944.04 s [crypton] Scrypt
  21775. 2944.04 s [crypton] 1: OK
  21776. 2944.04 s [crypton] 2: OK (0.04s)
  21777. 2944.04 s [streaming-commons] chars [✔]
  21778. 2944.04 s [streaming-commons] +++ OK, passed 100 tests.
  21779. 2944.26 s [genvalidity-hspec] [ 2 of 13] Compiling Test.Validity.Utils ( src/Test/Validity/Utils.hs, dist/build/Test/Validity/Utils.p_o )
  21780. 2944.26 s [genvalidity-hspec]
  21781. 2944.26 s [genvalidity-hspec] src/Test/Validity/Utils.hs:90:9: warning: [GHC-20125] [-Wmissing-fields]
  21782. 2944.26 s [genvalidity-hspec] • Fields of ‘Item’ not initialised:
  21783. 2944.26 s [genvalidity-hspec] itemAnnotations :: hspec-core-2.11.12:Test.Hspec.Core.Annotations.Annotations
  21784. 2944.26 s [genvalidity-hspec] • In the first argument of ‘Leaf’, namely
  21785. 2944.26 s [genvalidity-hspec] ‘Item
  21786. 2944.26 s [genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
  21787. 2944.26 s [genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
  21788. 2944.26 s [genvalidity-hspec] itemExample = \ _ _ _
  21789. 2944.26 s [genvalidity-hspec] -> do let ...
  21790. 2944.26 s [genvalidity-hspec] ....}’
  21791. 2944.26 s [genvalidity-hspec] In the expression:
  21792. 2944.26 s [genvalidity-hspec] Leaf
  21793. 2944.26 s [genvalidity-hspec] Item
  21794. 2944.26 s [genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
  21795. 2944.26 s [genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
  21796. 2944.26 s [genvalidity-hspec] itemExample = \ _ _ _
  21797. 2944.26 s [genvalidity-hspec] -> do let ...
  21798. 2944.26 s [genvalidity-hspec] ....}
  21799. 2944.26 s [genvalidity-hspec] In an equation for ‘go’:
  21800. 2944.27 s [genvalidity-hspec] go sp
  21801. 2944.27 s [genvalidity-hspec] = Leaf
  21802. 2944.27 s [genvalidity-hspec] Item
  21803. 2944.27 s [genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
  21804. 2944.27 s [genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
  21805. 2944.27 s [genvalidity-hspec] itemExample = \ _ _ _ -> do ...}
  21806. 2944.27 s [genvalidity-hspec] |
  21807. 2944.27 s [genvalidity-hspec] 90 | Item
  21808. 2944.27 s [genvalidity-hspec] | ^^^^...
  21809. 2944.29 s [hedgehog] Phase: setupCompilerEnvironmentPhase
  21810. 2944.30 s [hedgehog] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  21811. 2944.61 s [genvalidity-hspec] [ 3 of 13] Compiling Test.Validity.Shrinking ( src/Test/Validity/Shrinking.hs, dist/build/Test/Validity/Shrinking.p_o )
  21812. 2944.77 s [crypton] 3: OK (0.12s)
  21813. 2944.77 s [crypton] 4: OK (4.72s)
  21814. 2944.77 s [crypton] bcrypt
  21815. 2944.77 s [crypton] KATs
  21816. 2944.77 s [crypton] 1: OK
  21817. 2944.77 s [crypton] 2: OK
  21818. 2944.77 s [crypton] 3: OK
  21819. 2944.77 s [crypton] 4: OK
  21820. 2944.77 s [crypton] 5: OK
  21821. 2944.77 s [crypton] 6: OK
  21822. 2944.77 s [crypton] 7: OK
  21823. 2944.77 s [crypton] 8: OK
  21824. 2944.78 s [crypton] 9: OK
  21825. 2944.78 s [crypton] 10: OK
  21826. 2944.79 s [streaming-commons] high code points [✔]
  21827. 2944.79 s [crypton] 11: OK
  21828. 2944.79 s [crypton] 12: OK
  21829. 2944.80 s [crypton] 13: OK
  21830. 2944.80 s [crypton] 14: OK
  21831. 2944.84 s [crypton] 15: OK (0.03s)
  21832. 2944.96 s [crypton] 16: OK (0.11s)
  21833. 2945.15 s [bifunctors] Warning: 'bimap' is out of scope.
  21834. 2945.15 s [bifunctors] If you qualify the identifier, haddock can try to link it anyway.
  21835. 2945.15 s [hedgehog] Phase: unpackPhase
  21836. 2945.16 s [bifunctors] Warning: 'bifoldMap' is out of scope.
  21837. 2945.16 s [bifunctors] If you qualify the identifier, haddock can try to link it anyway.
  21838. 2945.16 s [bifunctors] Warning: 'bifoldr' is out of scope.
  21839. 2945.16 s [bifunctors] If you qualify the identifier, haddock can try to link it anyway.
  21840. 2945.16 s [bifunctors] Warning: 'bifoldl' is out of scope.
  21841. 2945.16 s [bifunctors] If you qualify the identifier, haddock can try to link it anyway.
  21842. 2945.16 s [bifunctors] Warning: 'bitraverse' is out of scope.
  21843. 2945.16 s [bifunctors] If you qualify the identifier, haddock can try to link it anyway.
  21844. 2945.16 s [bifunctors] Warning: 'bisequenceA' is out of scope.
  21845. 2945.16 s [bifunctors] If you qualify the identifier, haddock can try to link it anyway.
  21846. 2945.16 s [bifunctors] Warning: 'makeBitraverseA' is out of scope.
  21847. 2945.16 s [bifunctors] If you qualify the identifier, haddock can try to link it anyway.
  21848. 2945.16 s [bifunctors] Warning: 'bimapM' is out of scope.
  21849. 2945.16 s [bifunctors] If you qualify the identifier, haddock can try to link it anyway.
  21850. 2945.17 s [bifunctors] Warning: 'bisequence' is out of scope.
  21851. 2945.17 s [bifunctors] If you qualify the identifier, haddock can try to link it anyway.
  21852. 2945.20 s [hedgehog] unpacking source archive /nix/store/y6x6mm5qz6s835g6w7sj382w8cidq00s-hedgehog-1.5.tar.gz
  21853. 2945.20 s [streaming-commons] UTF8 pure
  21854. 2945.21 s [bifunctors] 96% ( 32 / 33) in 'Data.Bifunctor.TH'
  21855. 2945.21 s [bifunctors] Missing documentation for:
  21856. 2945.21 s [bifunctors] makeBifold (src/Data/Bifunctor/TH.hs:216)
  21857. 2945.21 s [hedgehog] source root is hedgehog-1.5
  21858. 2945.24 s [hedgehog] setting SOURCE_DATE_EPOCH to timestamp 1721821132 of file "hedgehog-1.5/CHANGELOG.md"
  21859. 2945.28 s [hedgehog] Phase: patchPhase
  21860. 2945.31 s [hedgehog] Replace Cabal file with edited version from mirror://hackage/hedgehog-1.5/revision/2.cabal.
  21861. 2945.32 s [hedgehog] Phase: compileBuildDriverPhase
  21862. 2945.33 s [hedgehog] setupCompileFlags: -package-db=/build/tmp.ZACmVvdbHV/setup-package.conf.d -threaded
  21863. 2945.49 s [crypton] 17: OK (0.54s)
  21864. 2945.50 s [crypton] 18: OK
  21865. 2945.54 s [crypton] 19: OK (0.03s)
  21866. 2945.62 s [hedgehog] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.ZACmVvdbHV/Main.o )
  21867. 2945.89 s [bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Tannen'
  21868. 2945.91 s [hedgehog] [2 of 2] Linking Setup
  21869. 2946.00 s [smallcheck] [1 of 6] Compiling Test.SmallCheck.Property.Result ( Test/SmallCheck/Property/Result.hs, dist/build/Test/SmallCheck/Property/Result.p_o )
  21870. 2946.02 s [crypton] 20: OK (0.48s)
  21871. 2946.02 s [crypton] 21: OK (0.01s)
  21872. 2946.08 s [crypton] 22: OK (0.03s)
  21873. 2946.08 s [streaming-commons] bytes [✔]
  21874. 2946.16 s [streaming-commons] +++ OK, passed 100 tests.
  21875. 2946.27 s [crypton] 23: OK (0.22s)
  21876. 2946.27 s [crypton] 24: OK
  21877. 2946.27 s [crypton] Invalid hash length: OK
  21878. 2946.27 s [crypton] Hash and validate: OK
  21879. 2946.28 s [crypton] BCryptPBKDF
  21880. 2946.28 s [crypton] generate
  21881. 2946.51 s [crypton] 1: OK (0.11s)
  21882. 2946.56 s [bifunctors] 100% ( 2 / 2) in 'Data.Bifunctor.Wrapped'
  21883. 2946.69 s [crypton] 2: OK (0.24s)
  21884. 2946.72 s [crypton] 3: OK (0.08s)
  21885. 2946.72 s [crypton] hashInternal
  21886. 2946.72 s [crypton] 1: OK (0.01s)
  21887. 2946.72 s [crypton] HKDF
  21888. 2946.72 s [crypton] KATs
  21889. 2946.72 s [crypton] sha256
  21890. 2946.72 s [crypton] 1: OK
  21891. 2946.72 s [crypton] 2: OK
  21892. 2946.99 s [crypton] Argon2
  21893. 2946.99 s [crypton] KATs
  21894. 2946.99 s [crypton] 1: OK (0.27s)
  21895. 2946.99 s [crypton] block-cipher
  21896. 2946.99 s [crypton] AES
  21897. 2946.99 s [crypton] AES128
  21898. 2946.99 s [crypton] KAT
  21899. 2946.99 s [crypton] ECB
  21900. 2946.99 s [crypton] E0: OK
  21901. 2946.99 s [crypton] D0: OK
  21902. 2946.99 s [crypton] E1: OK
  21903. 2946.99 s [crypton] D1: OK
  21904. 2947.00 s [crypton] E2: OK
  21905. 2947.00 s [crypton] D2: OK
  21906. 2947.00 s [crypton] E3: OK
  21907. 2947.00 s [crypton] D3: OK
  21908. 2947.00 s [crypton] E4: OK
  21909. 2947.00 s [crypton] D4: OK
  21910. 2947.00 s [crypton] E5: OK
  21911. 2947.00 s [crypton] D5: OK
  21912. 2947.00 s [crypton] CBC
  21913. 2947.00 s [crypton] E0: OK
  21914. 2947.00 s [crypton] D0: OK
  21915. 2947.00 s [crypton] E1: OK
  21916. 2947.00 s [crypton] D1: OK
  21917. 2947.00 s [crypton] E2: OK
  21918. 2947.00 s [crypton] D2: OK
  21919. 2947.00 s [crypton] E3: OK
  21920. 2947.00 s [crypton] D3: OK
  21921. 2947.00 s [crypton] E4: OK
  21922. 2947.00 s [crypton] D4: OK
  21923. 2947.00 s [crypton] E5: OK
  21924. 2947.00 s [crypton] D5: OK
  21925. 2947.00 s [crypton] E6: OK
  21926. 2947.00 s [crypton] D6: OK
  21927. 2947.00 s [crypton] E7: OK
  21928. 2947.00 s [crypton] D7: OK
  21929. 2947.00 s [crypton] E8: OK
  21930. 2947.00 s [crypton] D8: OK
  21931. 2947.00 s [crypton] E9: OK
  21932. 2947.00 s [crypton] D9: OK
  21933. 2947.00 s [crypton] E10: OK
  21934. 2947.00 s [crypton] D10: OK
  21935. 2947.00 s [crypton] E11: OK
  21936. 2947.00 s [crypton] D11: OK
  21937. 2947.00 s [crypton] CFB
  21938. 2947.00 s [crypton] E0: OK
  21939. 2947.00 s [crypton] D0: OK
  21940. 2947.00 s [crypton] AEAD
  21941. 2947.00 s [crypton] AE0: OK
  21942. 2947.00 s [crypton] AD0: OK
  21943. 2947.00 s [crypton] E0: OK
  21944. 2947.00 s [crypton] D0: OK
  21945. 2947.00 s [crypton] AE1: OK
  21946. 2947.00 s [crypton] AD1: OK
  21947. 2947.00 s [crypton] E1: OK
  21948. 2947.00 s [crypton] D1: OK
  21949. 2947.00 s [crypton] AE2: OK
  21950. 2947.00 s [crypton] AD2: OK
  21951. 2947.00 s [crypton] E2: OK
  21952. 2947.00 s [crypton] D2: OK
  21953. 2947.00 s [crypton] AE3: OK
  21954. 2947.00 s [crypton] AD3: OK
  21955. 2947.00 s [crypton] E3: OK
  21956. 2947.00 s [crypton] D3: OK
  21957. 2947.00 s [crypton] AE4: OK
  21958. 2947.00 s [crypton] AD4: OK
  21959. 2947.00 s [crypton] E4: OK
  21960. 2947.00 s [crypton] D4: OK
  21961. 2947.00 s [crypton] AE5: OK
  21962. 2947.00 s [crypton] AD5: OK
  21963. 2947.00 s [crypton] E5: OK
  21964. 2947.00 s [crypton] D5: OK
  21965. 2947.00 s [crypton] AE6: OK
  21966. 2947.00 s [crypton] AD6: OK
  21967. 2947.00 s [crypton] E6: OK
  21968. 2947.00 s [crypton] D6: OK
  21969. 2947.00 s [crypton] AE7: OK
  21970. 2947.00 s [crypton] AD7: OK
  21971. 2947.00 s [crypton] E7: OK
  21972. 2947.00 s [crypton] D7: OK
  21973. 2947.00 s [crypton] AE8: OK
  21974. 2947.00 s [crypton] AD8: OK
  21975. 2947.00 s [crypton] E8: OK
  21976. 2947.00 s [crypton] D8: OK
  21977. 2947.00 s [crypton] AE9: OK
  21978. 2947.00 s [crypton] AD9: OK
  21979. 2947.00 s [crypton] E9: OK
  21980. 2947.00 s [crypton] D9: OK
  21981. 2947.00 s [crypton] AE10: OK
  21982. 2947.00 s [crypton] AD10: OK
  21983. 2947.00 s [crypton] E10: OK
  21984. 2947.00 s [crypton] D10: OK
  21985. 2947.00 s [crypton] AE11: OK
  21986. 2947.00 s [crypton] AD11: OK
  21987. 2947.01 s [crypton] E11: OK
  21988. 2947.01 s [crypton] D11: OK
  21989. 2947.01 s [crypton] AE12: OK
  21990. 2947.01 s [crypton] AD12: OK
  21991. 2947.01 s [crypton] E12: OK
  21992. 2947.01 s [crypton] D12: OK
  21993. 2947.01 s [crypton] AE13: OK
  21994. 2947.01 s [crypton] AD13: OK
  21995. 2947.01 s [crypton] E13: OK
  21996. 2947.01 s [crypton] D13: OK
  21997. 2947.01 s [crypton] AE14: OK
  21998. 2947.01 s [crypton] AD14: OK
  21999. 2947.01 s [crypton] E14: OK
  22000. 2947.01 s [crypton] D14: OK
  22001. 2947.01 s [crypton] AE15: OK
  22002. 2947.01 s [crypton] AD15: OK
  22003. 2947.01 s [crypton] E15: OK
  22004. 2947.01 s [crypton] D15: OK
  22005. 2947.01 s [crypton] AE16: OK
  22006. 2947.01 s [crypton] AD16: OK
  22007. 2947.01 s [crypton] E16: OK
  22008. 2947.01 s [crypton] D16: OK
  22009. 2947.01 s [crypton] AE17: OK
  22010. 2947.01 s [crypton] AD17: OK
  22011. 2947.01 s [crypton] E17: OK
  22012. 2947.01 s [crypton] D17: OK
  22013. 2947.01 s [crypton] AE18: OK
  22014. 2947.01 s [crypton] AD18: OK
  22015. 2947.01 s [crypton] E18: OK
  22016. 2947.01 s [crypton] D18: OK
  22017. 2947.01 s [crypton] AE19: OK
  22018. 2947.01 s [crypton] AD19: OK
  22019. 2947.01 s [crypton] E19: OK
  22020. 2947.01 s [crypton] D19: OK
  22021. 2947.01 s [crypton] AE20: OK
  22022. 2947.01 s [crypton] AD20: OK
  22023. 2947.01 s [crypton] E20: OK
  22024. 2947.01 s [crypton] D20: OK
  22025. 2947.01 s [crypton] AE21: OK
  22026. 2947.01 s [crypton] AD21: OK
  22027. 2947.01 s [crypton] E21: OK
  22028. 2947.01 s [crypton] D21: OK
  22029. 2947.01 s [crypton] AE22: OK
  22030. 2947.01 s [crypton] AD22: OK
  22031. 2947.01 s [crypton] E22: OK
  22032. 2947.01 s [crypton] D22: OK
  22033. 2947.01 s [crypton] AE23: OK
  22034. 2947.01 s [crypton] AD23: OK
  22035. 2947.01 s [crypton] E23: OK
  22036. 2947.01 s [crypton] D23: OK
  22037. 2947.01 s [crypton] AE24: OK
  22038. 2947.01 s [crypton] AD24: OK
  22039. 2947.01 s [crypton] E24: OK
  22040. 2947.01 s [crypton] D24: OK
  22041. 2947.01 s [crypton] AE25: OK
  22042. 2947.01 s [crypton] AD25: OK
  22043. 2947.01 s [crypton] E25: OK
  22044. 2947.01 s [crypton] D25: OK
  22045. 2947.01 s [crypton] AE26: OK
  22046. 2947.01 s [crypton] AD26: OK
  22047. 2947.01 s [crypton] E26: OK
  22048. 2947.01 s [crypton] D26: OK
  22049. 2947.01 s [crypton] AE27: OK
  22050. 2947.01 s [crypton] AD27: OK
  22051. 2947.01 s [crypton] E27: OK
  22052. 2947.01 s [crypton] D27: OK
  22053. 2947.01 s [crypton] AE28: OK
  22054. 2947.01 s [crypton] AD28: OK
  22055. 2947.01 s [crypton] E28: OK
  22056. 2947.01 s [crypton] D28: OK
  22057. 2947.01 s [crypton] AE29: OK
  22058. 2947.01 s [crypton] AD29: OK
  22059. 2947.01 s [crypton] E29: OK
  22060. 2947.01 s [crypton] D29: OK
  22061. 2947.01 s [crypton] AE30: OK
  22062. 2947.01 s [crypton] AD30: OK
  22063. 2947.01 s [crypton] E30: OK
  22064. 2947.01 s [crypton] D30: OK
  22065. 2947.01 s [crypton] AE31: OK
  22066. 2947.01 s [crypton] AD31: OK
  22067. 2947.01 s [crypton] E31: OK
  22068. 2947.01 s [crypton] D31: OK
  22069. 2947.01 s [crypton] AE32: OK
  22070. 2947.01 s [crypton] AD32: OK
  22071. 2947.01 s [crypton] E32: OK
  22072. 2947.01 s [crypton] D32: OK
  22073. 2947.01 s [crypton] AE33: OK
  22074. 2947.01 s [crypton] AD33: OK
  22075. 2947.01 s [crypton] E33: OK
  22076. 2947.01 s [crypton] D33: OK
  22077. 2947.01 s [crypton] AE34: OK
  22078. 2947.01 s [crypton] AD34: OK
  22079. 2947.01 s [crypton] E34: OK
  22080. 2947.01 s [crypton] D34: OK
  22081. 2947.01 s [crypton] AE35: OK
  22082. 2947.01 s [crypton] AD35: OK
  22083. 2947.01 s [crypton] E35: OK
  22084. 2947.04 s [crypton] D35: OK
  22085. 2947.04 s [crypton] decrypt.encrypt==id
  22086. 2947.12 s [crypton] ECB: OK (0.04s)
  22087. 2947.12 s [crypton] +++ OK, passed 100 tests.
  22088. 2947.12 s [crypton] CBC: OK (0.03s)
  22089. 2947.12 s [crypton] +++ OK, passed 100 tests.
  22090. 2947.12 s [crypton] CFB: OK (0.04s)
  22091. 2947.12 s [crypton] +++ OK, passed 100 tests.
  22092. 2947.12 s [crypton] CTR: OK
  22093. 2947.12 s [crypton] +++ OK, passed 100 tests.
  22094. 2947.13 s [crypton] OCB: OK (0.01s)
  22095. 2947.13 s [crypton] +++ OK, passed 100 tests.
  22096. 2947.14 s [crypton] CCM: OK (0.01s)
  22097. 2947.14 s [crypton] +++ OK, passed 100 tests.
  22098. 2947.14 s [crypton] EAX: OK
  22099. 2947.14 s [crypton] +++ OK, passed 100 tests.
  22100. 2947.14 s [crypton] CWC: OK
  22101. 2947.15 s [crypton] +++ OK, passed 100 tests.
  22102. 2947.15 s [crypton] GCM: OK (0.01s)
  22103. 2947.15 s [crypton] +++ OK, passed 100 tests.
  22104. 2947.15 s [crypton] nullIV is null: OK
  22105. 2947.15 s [crypton] ivAdd is linear: OK
  22106. 2947.15 s [crypton] +++ OK, passed 100 tests.
  22107. 2947.15 s [crypton] AES192
  22108. 2947.15 s [crypton] KAT
  22109. 2947.15 s [crypton] ECB
  22110. 2947.15 s [crypton] E0: OK
  22111. 2947.15 s [crypton] D0: OK
  22112. 2947.15 s [crypton] E1: OK
  22113. 2947.15 s [crypton] D1: OK
  22114. 2947.15 s [crypton] E2: OK
  22115. 2947.15 s [crypton] D2: OK
  22116. 2947.15 s [crypton] E3: OK
  22117. 2947.15 s [crypton] D3: OK
  22118. 2947.15 s [crypton] E4: OK
  22119. 2947.15 s [crypton] D4: OK
  22120. 2947.15 s [crypton] CBC
  22121. 2947.15 s [crypton] E0: OK
  22122. 2947.15 s [crypton] D0: OK
  22123. 2947.15 s [crypton] E1: OK
  22124. 2947.15 s [crypton] D1: OK
  22125. 2947.15 s [crypton] E2: OK
  22126. 2947.15 s [crypton] D2: OK
  22127. 2947.15 s [crypton] E3: OK
  22128. 2947.15 s [crypton] D3: OK
  22129. 2947.15 s [crypton] E4: OK
  22130. 2947.15 s [crypton] D4: OK
  22131. 2947.15 s [crypton] E5: OK
  22132. 2947.15 s [crypton] D5: OK
  22133. 2947.15 s [crypton] E6: OK
  22134. 2947.15 s [crypton] D6: OK
  22135. 2947.15 s [crypton] E7: OK
  22136. 2947.15 s [crypton] D7: OK
  22137. 2947.15 s [crypton] E8: OK
  22138. 2947.15 s [crypton] D8: OK
  22139. 2947.15 s [crypton] E9: OK
  22140. 2947.15 s [crypton] D9: OK
  22141. 2947.15 s [crypton] E10: OK
  22142. 2947.15 s [crypton] D10: OK
  22143. 2947.15 s [crypton] E11: OK
  22144. 2947.17 s [crypton] D11: OK
  22145. 2947.17 s [crypton] decrypt.encrypt==id
  22146. 2947.21 s [streaming-commons] chars [✔]
  22147. 2947.21 s [streaming-commons] +++ OK, passed 100 tests.
  22148. 2947.21 s [crypton] ECB: OK (0.04s)
  22149. 2947.21 s [crypton] +++ OK, passed 100 tests.
  22150. 2947.24 s [crypton] CBC: OK (0.05s)
  22151. 2947.24 s [crypton] +++ OK, passed 100 tests.
  22152. 2947.31 s [crypton] CFB: OK (0.07s)
  22153. 2947.31 s [crypton] +++ OK, passed 100 tests.
  22154. 2947.33 s [crypton] CTR: OK
  22155. 2947.33 s [crypton] +++ OK, passed 100 tests.
  22156. 2947.35 s [crypton] OCB: OK (0.01s)
  22157. 2947.35 s [crypton] +++ OK, passed 100 tests.
  22158. 2947.35 s [crypton] CCM: OK (0.02s)
  22159. 2947.35 s [crypton] +++ OK, passed 100 tests.
  22160. 2947.35 s [crypton] EAX: OK
  22161. 2947.35 s [crypton] +++ OK, passed 100 tests.
  22162. 2947.36 s [crypton] CWC: OK
  22163. 2947.37 s [crypton] +++ OK, passed 100 tests.
  22164. 2947.37 s [crypton] GCM: OK (0.01s)
  22165. 2947.37 s [crypton] +++ OK, passed 100 tests.
  22166. 2947.37 s [crypton] nullIV is null: OK
  22167. 2947.37 s [crypton] ivAdd is linear: OK
  22168. 2947.37 s [crypton] +++ OK, passed 100 tests.
  22169. 2947.37 s [crypton] AES256
  22170. 2947.37 s [crypton] KAT
  22171. 2947.37 s [crypton] ECB
  22172. 2947.37 s [crypton] E0: OK
  22173. 2947.37 s [crypton] D0: OK
  22174. 2947.37 s [crypton] E1: OK
  22175. 2947.37 s [crypton] D1: OK
  22176. 2947.37 s [crypton] E2: OK
  22177. 2947.37 s [crypton] D2: OK
  22178. 2947.37 s [crypton] E3: OK
  22179. 2947.37 s [crypton] D3: OK
  22180. 2947.37 s [crypton] E4: OK
  22181. 2947.37 s [crypton] D4: OK
  22182. 2947.37 s [crypton] CBC
  22183. 2947.37 s [crypton] E0: OK
  22184. 2947.37 s [crypton] D0: OK
  22185. 2947.37 s [crypton] E1: OK
  22186. 2947.37 s [crypton] D1: OK
  22187. 2947.37 s [crypton] E2: OK
  22188. 2947.37 s [crypton] D2: OK
  22189. 2947.37 s [crypton] E3: OK
  22190. 2947.37 s [crypton] D3: OK
  22191. 2947.37 s [crypton] E4: OK
  22192. 2947.37 s [crypton] D4: OK
  22193. 2947.37 s [crypton] E5: OK
  22194. 2947.37 s [crypton] D5: OK
  22195. 2947.37 s [crypton] E6: OK
  22196. 2947.37 s [crypton] D6: OK
  22197. 2947.37 s [crypton] E7: OK
  22198. 2947.37 s [crypton] D7: OK
  22199. 2947.37 s [crypton] E8: OK
  22200. 2947.37 s [crypton] D8: OK
  22201. 2947.37 s [crypton] E9: OK
  22202. 2947.37 s [crypton] D9: OK
  22203. 2947.37 s [crypton] E10: OK
  22204. 2947.37 s [crypton] D10: OK
  22205. 2947.37 s [crypton] E11: OK
  22206. 2947.37 s [crypton] D11: OK
  22207. 2947.37 s [crypton] AEAD
  22208. 2947.37 s [crypton] AE0: OK
  22209. 2947.37 s [crypton] AD0: OK
  22210. 2947.37 s [crypton] E0: OK
  22211. 2947.37 s [crypton] D0: OK
  22212. 2947.37 s [crypton] AE1: OK
  22213. 2947.37 s [crypton] AD1: OK
  22214. 2947.37 s [crypton] E1: OK
  22215. 2947.37 s [crypton] D1: OK
  22216. 2947.37 s [crypton] AE2: OK
  22217. 2947.37 s [crypton] AD2: OK
  22218. 2947.37 s [crypton] E2: OK
  22219. 2947.38 s [bifunctors] Warning: Data.Bifunctor.TH: could not find link destinations for:
  22220. 2947.38 s [bifunctors] - Data.Bifunctor.TH.Bifunctor
  22221. 2947.38 s [bifunctors] - Data.Bifunctor.TH.Bifoldable
  22222. 2947.38 s [bifunctors] - Data.Bifunctor.TH.Bitraversable
  22223. 2947.39 s [crypton] D2: OK
  22224. 2947.39 s [crypton] decrypt.encrypt==id
  22225. 2947.41 s [crypton] ECB: OK (0.03s)
  22226. 2947.41 s [crypton] +++ OK, passed 100 tests.
  22227. 2947.45 s [crypton] CBC: OK (0.04s)
  22228. 2947.45 s [crypton] +++ OK, passed 100 tests.
  22229. 2947.49 s [crypton] CFB: OK (0.05s)
  22230. 2947.49 s [crypton] +++ OK, passed 100 tests.
  22231. 2947.49 s [crypton] CTR: OK
  22232. 2947.50 s [crypton] +++ OK, passed 100 tests.
  22233. 2947.51 s [crypton] OCB: OK (0.01s)
  22234. 2947.51 s [crypton] +++ OK, passed 100 tests.
  22235. 2947.52 s [crypton] CCM: OK (0.01s)
  22236. 2947.52 s [crypton] +++ OK, passed 100 tests.
  22237. 2947.52 s [crypton] EAX: OK
  22238. 2947.52 s [crypton] +++ OK, passed 100 tests.
  22239. 2947.52 s [crypton] CWC: OK
  22240. 2947.55 s [crypton] +++ OK, passed 100 tests.
  22241. 2947.55 s [crypton] GCM: OK (0.03s)
  22242. 2947.55 s [crypton] +++ OK, passed 100 tests.
  22243. 2947.55 s [crypton] nullIV is null: OK
  22244. 2947.55 s [crypton] ivAdd is linear: OK
  22245. 2947.55 s [crypton] +++ OK, passed 100 tests.
  22246. 2947.55 s [crypton] AES-GCM-SIV
  22247. 2947.55 s [crypton] KATs
  22248. 2947.55 s [crypton] encrypt
  22249. 2947.55 s [crypton] AES128
  22250. 2947.55 s [crypton] 1: OK
  22251. 2947.55 s [crypton] 2: OK
  22252. 2947.55 s [crypton] 3: OK
  22253. 2947.55 s [crypton] 4: OK
  22254. 2947.55 s [crypton] 5: OK
  22255. 2947.55 s [crypton] 6: OK
  22256. 2947.55 s [crypton] 7: OK
  22257. 2947.55 s [crypton] 8: OK
  22258. 2947.55 s [crypton] 9: OK
  22259. 2947.55 s [crypton] 10: OK
  22260. 2947.55 s [crypton] 11: OK
  22261. 2947.55 s [crypton] 12: OK
  22262. 2947.55 s [crypton] 13: OK
  22263. 2947.55 s [crypton] 14: OK
  22264. 2947.55 s [crypton] 15: OK
  22265. 2947.55 s [crypton] 16: OK
  22266. 2947.55 s [crypton] 17: OK
  22267. 2947.55 s [crypton] 18: OK
  22268. 2947.55 s [crypton] 19: OK
  22269. 2947.55 s [crypton] 20: OK
  22270. 2947.55 s [crypton] 21: OK
  22271. 2947.55 s [crypton] 22: OK
  22272. 2947.55 s [crypton] 23: OK
  22273. 2947.55 s [crypton] 24: OK
  22274. 2947.55 s [crypton] AES256
  22275. 2947.55 s [crypton] 1: OK
  22276. 2947.55 s [crypton] 2: OK
  22277. 2947.55 s [crypton] 3: OK
  22278. 2947.55 s [crypton] 4: OK
  22279. 2947.55 s [crypton] 5: OK
  22280. 2947.55 s [crypton] 6: OK
  22281. 2947.55 s [crypton] 7: OK
  22282. 2947.55 s [crypton] 8: OK
  22283. 2947.55 s [crypton] 9: OK
  22284. 2947.55 s [crypton] 10: OK
  22285. 2947.55 s [crypton] 11: OK
  22286. 2947.55 s [crypton] 12: OK
  22287. 2947.55 s [crypton] 13: OK
  22288. 2947.55 s [crypton] 14: OK
  22289. 2947.55 s [crypton] 15: OK
  22290. 2947.55 s [crypton] 16: OK
  22291. 2947.55 s [crypton] 17: OK
  22292. 2947.56 s [crypton] 18: OK
  22293. 2947.56 s [crypton] 19: OK
  22294. 2947.56 s [crypton] 20: OK
  22295. 2947.56 s [crypton] 21: OK
  22296. 2947.56 s [crypton] 22: OK
  22297. 2947.56 s [crypton] 23: OK
  22298. 2947.56 s [crypton] 24: OK
  22299. 2947.56 s [crypton] CounterWrap
  22300. 2947.56 s [crypton] 1: OK
  22301. 2947.56 s [crypton] 2: OK
  22302. 2947.56 s [crypton] decrypt
  22303. 2947.56 s [crypton] AES128
  22304. 2947.56 s [crypton] 1: OK
  22305. 2947.56 s [crypton] 2: OK
  22306. 2947.56 s [crypton] 3: OK
  22307. 2947.56 s [crypton] 4: OK
  22308. 2947.56 s [crypton] 5: OK
  22309. 2947.56 s [crypton] 6: OK
  22310. 2947.56 s [crypton] 7: OK
  22311. 2947.56 s [crypton] 8: OK
  22312. 2947.56 s [crypton] 9: OK
  22313. 2947.56 s [crypton] 10: OK
  22314. 2947.56 s [crypton] 11: OK
  22315. 2947.56 s [crypton] 12: OK
  22316. 2947.56 s [crypton] 13: OK
  22317. 2947.56 s [crypton] 14: OK
  22318. 2947.56 s [crypton] 15: OK
  22319. 2947.56 s [crypton] 16: OK
  22320. 2947.56 s [crypton] 17: OK
  22321. 2947.56 s [crypton] 18: OK
  22322. 2947.56 s [crypton] 19: OK
  22323. 2947.56 s [crypton] 20: OK
  22324. 2947.56 s [crypton] 21: OK
  22325. 2947.56 s [crypton] 22: OK
  22326. 2947.56 s [crypton] 23: OK
  22327. 2947.56 s [crypton] 24: OK
  22328. 2947.56 s [crypton] AES256
  22329. 2947.56 s [crypton] 1: OK
  22330. 2947.56 s [crypton] 2: OK
  22331. 2947.56 s [crypton] 3: OK
  22332. 2947.56 s [crypton] 4: OK
  22333. 2947.56 s [crypton] 5: OK
  22334. 2947.56 s [crypton] 6: OK
  22335. 2947.56 s [crypton] 7: OK
  22336. 2947.56 s [crypton] 8: OK
  22337. 2947.56 s [crypton] 9: OK
  22338. 2947.56 s [crypton] 10: OK
  22339. 2947.56 s [crypton] 11: OK
  22340. 2947.56 s [crypton] 12: OK
  22341. 2947.56 s [crypton] 13: OK
  22342. 2947.56 s [crypton] 14: OK
  22343. 2947.56 s [crypton] 15: OK
  22344. 2947.56 s [crypton] 16: OK
  22345. 2947.56 s [crypton] 17: OK
  22346. 2947.56 s [crypton] 18: OK
  22347. 2947.56 s [crypton] 19: OK
  22348. 2947.56 s [crypton] 20: OK
  22349. 2947.56 s [crypton] 21: OK
  22350. 2947.56 s [crypton] 22: OK
  22351. 2947.56 s [crypton] 23: OK
  22352. 2947.56 s [crypton] 24: OK
  22353. 2947.56 s [crypton] CounterWrap
  22354. 2947.56 s [crypton] 1: OK
  22355. 2947.56 s [crypton] 2: OK
  22356. 2947.59 s [crypton] properties
  22357. 2947.67 s [crypton] AES128: OK (0.09s)
  22358. 2947.67 s [crypton] +++ OK, passed 100 tests.
  22359. 2947.73 s [crypton] AES256: OK (0.07s)
  22360. 2947.73 s [crypton] +++ OK, passed 100 tests.
  22361. 2947.73 s [crypton] blowfish64
  22362. 2947.73 s [crypton] KAT
  22363. 2947.73 s [crypton] ECB
  22364. 2947.73 s [crypton] E0: OK
  22365. 2947.73 s [crypton] D0: OK
  22366. 2947.73 s [crypton] E1: OK
  22367. 2947.73 s [crypton] D1: OK
  22368. 2947.73 s [crypton] E2: OK
  22369. 2947.73 s [crypton] D2: OK
  22370. 2947.73 s [crypton] E3: OK
  22371. 2947.73 s [crypton] D3: OK
  22372. 2947.73 s [crypton] E4: OK
  22373. 2947.73 s [crypton] D4: OK
  22374. 2947.73 s [crypton] E5: OK
  22375. 2947.73 s [crypton] D5: OK
  22376. 2947.73 s [crypton] E6: OK
  22377. 2947.73 s [crypton] D6: OK
  22378. 2947.73 s [crypton] E7: OK
  22379. 2947.73 s [crypton] D7: OK
  22380. 2947.73 s [crypton] E8: OK
  22381. 2947.73 s [crypton] D8: OK
  22382. 2947.73 s [crypton] E9: OK
  22383. 2947.73 s [crypton] D9: OK
  22384. 2947.73 s [crypton] E10: OK
  22385. 2947.73 s [crypton] D10: OK
  22386. 2947.73 s [crypton] E11: OK
  22387. 2947.73 s [crypton] D11: OK
  22388. 2947.73 s [crypton] E12: OK
  22389. 2947.73 s [crypton] D12: OK
  22390. 2947.73 s [crypton] E13: OK
  22391. 2947.73 s [crypton] D13: OK
  22392. 2947.73 s [crypton] E14: OK
  22393. 2947.73 s [crypton] D14: OK
  22394. 2947.73 s [crypton] E15: OK
  22395. 2947.73 s [crypton] D15: OK
  22396. 2947.73 s [crypton] E16: OK
  22397. 2947.73 s [crypton] D16: OK
  22398. 2947.73 s [crypton] E17: OK
  22399. 2947.73 s [crypton] D17: OK
  22400. 2947.73 s [crypton] E18: OK
  22401. 2947.73 s [crypton] D18: OK
  22402. 2947.73 s [crypton] E19: OK
  22403. 2947.74 s [crypton] D19: OK
  22404. 2947.74 s [crypton] E20: OK
  22405. 2947.74 s [crypton] D20: OK
  22406. 2947.74 s [crypton] E21: OK
  22407. 2947.74 s [crypton] D21: OK
  22408. 2947.74 s [crypton] E22: OK
  22409. 2947.74 s [crypton] D22: OK
  22410. 2947.74 s [crypton] E23: OK
  22411. 2947.74 s [crypton] D23: OK
  22412. 2947.74 s [crypton] E24: OK
  22413. 2947.74 s [crypton] D24: OK
  22414. 2947.74 s [crypton] E25: OK
  22415. 2947.74 s [crypton] D25: OK
  22416. 2947.74 s [crypton] E26: OK
  22417. 2947.74 s [crypton] D26: OK
  22418. 2947.74 s [crypton] E27: OK
  22419. 2947.74 s [crypton] D27: OK
  22420. 2947.74 s [crypton] E28: OK
  22421. 2947.74 s [crypton] D28: OK
  22422. 2947.74 s [crypton] E29: OK
  22423. 2947.74 s [crypton] D29: OK
  22424. 2947.74 s [crypton] E30: OK
  22425. 2947.74 s [crypton] D30: OK
  22426. 2947.74 s [crypton] E31: OK
  22427. 2947.74 s [crypton] D31: OK
  22428. 2947.74 s [crypton] E32: OK
  22429. 2947.74 s [crypton] D32: OK
  22430. 2947.74 s [crypton] E33: OK
  22431. 2947.74 s [crypton] D33: OK
  22432. 2947.74 s [crypton] decrypt.encrypt==id
  22433. 2947.80 s [crypton] ECB: OK (0.05s)
  22434. 2947.80 s [crypton] +++ OK, passed 100 tests.
  22435. 2947.92 s [crypton] CBC: OK (0.10s)
  22436. 2947.92 s [crypton] +++ OK, passed 100 tests.
  22437. 2947.96 s [crypton] CFB: OK (0.06s)
  22438. 2947.96 s [crypton] +++ OK, passed 100 tests.
  22439. 2947.96 s [crypton] CTR: OK (0.01s)
  22440. 2947.96 s [crypton] +++ OK, passed 100 tests.
  22441. 2947.96 s [crypton] OCB: OK
  22442. 2947.96 s [crypton] +++ OK, passed 100 tests.
  22443. 2947.96 s [crypton] CCM: OK
  22444. 2947.96 s [crypton] +++ OK, passed 100 tests.
  22445. 2947.96 s [crypton] EAX: OK
  22446. 2947.96 s [crypton] +++ OK, passed 100 tests.
  22447. 2947.96 s [crypton] CWC: OK
  22448. 2947.96 s [crypton] +++ OK, passed 100 tests.
  22449. 2947.96 s [crypton] GCM: OK
  22450. 2947.96 s [crypton] +++ OK, passed 100 tests.
  22451. 2947.96 s [crypton] nullIV is null: OK
  22452. 2947.96 s [crypton] ivAdd is linear: OK
  22453. 2947.96 s [crypton] +++ OK, passed 100 tests.
  22454. 2947.96 s [crypton] CAST5
  22455. 2947.96 s [crypton] KAT
  22456. 2947.96 s [crypton] ECB
  22457. 2947.96 s [crypton] E0: OK
  22458. 2947.96 s [crypton] D0: OK
  22459. 2947.96 s [crypton] E1: OK
  22460. 2947.96 s [crypton] D1: OK
  22461. 2947.97 s [crypton] E2: OK
  22462. 2947.98 s [crypton] D2: OK
  22463. 2947.98 s [crypton] decrypt.encrypt==id
  22464. 2948.00 s [crypton] ECB: OK (0.03s)
  22465. 2948.00 s [crypton] +++ OK, passed 100 tests.
  22466. 2948.06 s [crypton] CBC: OK (0.05s)
  22467. 2948.06 s [crypton] +++ OK, passed 100 tests.
  22468. 2948.12 s [crypton] CFB: OK (0.06s)
  22469. 2948.12 s [crypton] +++ OK, passed 100 tests.
  22470. 2948.12 s [crypton] CTR: OK (0.01s)
  22471. 2948.12 s [crypton] +++ OK, passed 100 tests.
  22472. 2948.12 s [crypton] OCB: OK
  22473. 2948.12 s [crypton] +++ OK, passed 100 tests.
  22474. 2948.12 s [crypton] CCM: OK
  22475. 2948.12 s [crypton] +++ OK, passed 100 tests.
  22476. 2948.12 s [crypton] EAX: OK
  22477. 2948.12 s [crypton] +++ OK, passed 100 tests.
  22478. 2948.12 s [crypton] CWC: OK
  22479. 2948.12 s [crypton] +++ OK, passed 100 tests.
  22480. 2948.12 s [crypton] GCM: OK
  22481. 2948.12 s [crypton] +++ OK, passed 100 tests.
  22482. 2948.12 s [crypton] nullIV is null: OK
  22483. 2948.12 s [crypton] ivAdd is linear: OK
  22484. 2948.12 s [crypton] +++ OK, passed 100 tests.
  22485. 2948.12 s [crypton] Camellia128
  22486. 2948.12 s [crypton] KAT
  22487. 2948.12 s [crypton] ECB
  22488. 2948.12 s [crypton] E0: OK
  22489. 2948.12 s [crypton] D0: OK
  22490. 2948.12 s [crypton] E1: OK
  22491. 2948.14 s [crypton] D1: OK
  22492. 2948.14 s [crypton] decrypt.encrypt==id
  22493. 2948.18 s [crypton] ECB: OK (0.04s)
  22494. 2948.19 s [crypton] +++ OK, passed 100 tests.
  22495. 2948.24 s [crypton] CBC: OK (0.06s)
  22496. 2948.24 s [crypton] +++ OK, passed 100 tests.
  22497. 2948.30 s [crypton] CFB: OK (0.06s)
  22498. 2948.30 s [crypton] +++ OK, passed 100 tests.
  22499. 2948.30 s [crypton] CTR: OK (0.02s)
  22500. 2948.30 s [crypton] +++ OK, passed 100 tests.
  22501. 2948.30 s [crypton] OCB: OK
  22502. 2948.30 s [crypton] +++ OK, passed 100 tests.
  22503. 2948.30 s [crypton] CCM: OK
  22504. 2948.30 s [crypton] +++ OK, passed 100 tests.
  22505. 2948.30 s [crypton] EAX: OK
  22506. 2948.30 s [crypton] +++ OK, passed 100 tests.
  22507. 2948.30 s [crypton] CWC: OK
  22508. 2948.30 s [crypton] +++ OK, passed 100 tests.
  22509. 2948.30 s [crypton] GCM: OK
  22510. 2948.30 s [crypton] +++ OK, passed 100 tests.
  22511. 2948.31 s [crypton] nullIV is null: OK
  22512. 2948.31 s [crypton] ivAdd is linear: OK
  22513. 2948.31 s [crypton] +++ OK, passed 100 tests.
  22514. 2948.31 s [crypton] DES
  22515. 2948.31 s [crypton] KAT
  22516. 2948.31 s [crypton] ECB
  22517. 2948.31 s [crypton] E0: OK
  22518. 2948.31 s [crypton] D0: OK
  22519. 2948.31 s [crypton] E1: OK
  22520. 2948.31 s [crypton] D1: OK
  22521. 2948.31 s [crypton] E2: OK
  22522. 2948.31 s [crypton] D2: OK
  22523. 2948.31 s [crypton] E3: OK
  22524. 2948.31 s [crypton] D3: OK
  22525. 2948.31 s [crypton] E4: OK
  22526. 2948.32 s [crypton] D4: OK
  22527. 2948.32 s [crypton] E5: OK
  22528. 2948.32 s [crypton] D5: OK
  22529. 2948.32 s [crypton] E6: OK
  22530. 2948.32 s [crypton] D6: OK
  22531. 2948.33 s [crypton] E7: OK
  22532. 2948.33 s [crypton] D7: OK
  22533. 2948.33 s [crypton] E8: OK
  22534. 2948.34 s [crypton] D8: OK
  22535. 2948.35 s [crypton] E9: OK (0.01s)
  22536. 2948.35 s [crypton] D9: OK
  22537. 2948.37 s [crypton] E10: OK (0.02s)
  22538. 2948.37 s [crypton] D10: OK
  22539. 2948.37 s [crypton] E11: OK
  22540. 2948.37 s [crypton] D11: OK
  22541. 2948.38 s [crypton] E12: OK
  22542. 2948.38 s [crypton] D12: OK
  22543. 2948.38 s [crypton] E13: OK
  22544. 2948.38 s [crypton] D13: OK
  22545. 2948.38 s [crypton] E14: OK
  22546. 2948.38 s [crypton] D14: OK
  22547. 2948.38 s [crypton] E15: OK
  22548. 2948.38 s [crypton] D15: OK
  22549. 2948.38 s [crypton] E16: OK
  22550. 2948.38 s [crypton] D16: OK
  22551. 2948.38 s [crypton] E17: OK
  22552. 2948.38 s [crypton] D17: OK
  22553. 2948.38 s [crypton] E18: OK
  22554. 2948.39 s [crypton] D18: OK
  22555. 2948.39 s [crypton] E19: OK
  22556. 2948.39 s [crypton] D19: OK
  22557. 2948.39 s [crypton] E20: OK
  22558. 2948.39 s [crypton] D20: OK
  22559. 2948.39 s [crypton] E21: OK
  22560. 2948.39 s [crypton] D21: OK
  22561. 2948.39 s [crypton] E22: OK
  22562. 2948.39 s [crypton] D22: OK
  22563. 2948.39 s [crypton] E23: OK
  22564. 2948.40 s [crypton] D23: OK
  22565. 2948.40 s [crypton] E24: OK
  22566. 2948.40 s [crypton] D24: OK
  22567. 2948.40 s [crypton] E25: OK
  22568. 2948.43 s [crypton] D25: OK (0.03s)
  22569. 2948.43 s [crypton] E26: OK
  22570. 2948.43 s [crypton] D26: OK
  22571. 2948.43 s [crypton] E27: OK
  22572. 2948.43 s [crypton] D27: OK
  22573. 2948.44 s [crypton] E28: OK
  22574. 2948.44 s [crypton] D28: OK
  22575. 2948.44 s [crypton] E29: OK
  22576. 2948.44 s [crypton] D29: OK
  22577. 2948.44 s [crypton] E30: OK
  22578. 2948.44 s [crypton] D30: OK
  22579. 2948.44 s [crypton] E31: OK
  22580. 2948.44 s [crypton] D31: OK
  22581. 2948.45 s [crypton] E32: OK
  22582. 2948.45 s [crypton] D32: OK
  22583. 2948.45 s [crypton] E33: OK
  22584. 2948.46 s [crypton] D33: OK
  22585. 2948.46 s [crypton] decrypt.encrypt==id
  22586. 2949.25 s [smallcheck] [2 of 6] Compiling Test.SmallCheck.SeriesMonad ( Test/SmallCheck/SeriesMonad.hs, dist/build/Test/SmallCheck/SeriesMonad.p_o )
  22587. 2949.25 s [smallcheck] [3 of 6] Compiling Test.SmallCheck.Series ( Test/SmallCheck/Series.hs, dist/build/Test/SmallCheck/Series.p_o )
  22588. 2949.64 s [crypton] ECB: OK (1.18s)
  22589. 2949.64 s [crypton] +++ OK, passed 5 tests.
  22590. 2950.47 s [hedgehog] Phase: updateAutotoolsGnuConfigScriptsPhase
  22591. 2950.52 s [hedgehog] Phase: configurePhase
  22592. 2950.54 s [hedgehog] configureFlags: --verbose --prefix=/nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/fgnz9qndcxna0cf5n0xl16szr5lk1ghi-hedgehog-1.5-doc/share/doc/hedgehog-1.5 --with-gcc=gcc --package-db=/build/tmp.ZACmVvdbHV/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  22593. 2950.63 s [hedgehog] Using Parsec parser
  22594. 2950.63 s [hedgehog] Configuring hedgehog-1.5...
  22595. 2950.85 s [genvalidity-hspec] [ 4 of 13] Compiling Test.Validity.Show ( src/Test/Validity/Show.hs, dist/build/Test/Validity/Show.p_o )
  22596. 2950.85 s [genvalidity-hspec] [ 5 of 13] Compiling Test.Validity.Ord ( src/Test/Validity/Ord.hs, dist/build/Test/Validity/Ord.p_o )
  22597. 2951.63 s [crypton] CBC: OK (2.00s)
  22598. 2951.68 s [crypton] +++ OK, passed 5 tests.
  22599. 2952.32 s [genvalidity-hspec] [ 6 of 13] Compiling Test.Validity.Monoid ( src/Test/Validity/Monoid.hs, dist/build/Test/Validity/Monoid.p_o )
  22600. 2952.32 s [genvalidity-hspec] [ 7 of 13] Compiling Test.Validity.Monad ( src/Test/Validity/Monad.hs, dist/build/Test/Validity/Monad.p_o )
  22601. 2952.37 s [hedgehog] Dependency ansi-terminal >=0.6 && <1.2: using ansi-terminal-1.1.2
  22602. 2952.37 s [hedgehog] Dependency async >=2.0 && <2.3: using async-2.2.5
  22603. 2952.37 s [hedgehog] Dependency barbies >=1.0 && <2.2: using barbies-2.1.1.0
  22604. 2952.37 s [hedgehog] Dependency base >=4.9 && <5: using base-4.18.2.0
  22605. 2952.37 s [hedgehog] Dependency bytestring >=0.10 && <0.13: using bytestring-0.11.5.3
  22606. 2952.37 s [hedgehog] Dependency concurrent-output >=1.7 && <1.11: using concurrent-output-1.10.21
  22607. 2952.37 s [hedgehog] Dependency containers >=0.4 && <0.9: using containers-0.6.7
  22608. 2952.37 s [hedgehog] Dependency deepseq >=1.1.0.0 && <1.6: using deepseq-1.4.8.1
  22609. 2952.37 s [hedgehog] Dependency directory >=1.2 && <1.4: using directory-1.3.8.1
  22610. 2952.37 s [hedgehog] Dependency erf >=2.0 && <2.1: using erf-2.0.0.0
  22611. 2952.37 s [hedgehog] Dependency exceptions >=0.7 && <0.11: using exceptions-0.10.7
  22612. 2952.37 s [hedgehog] Dependency lifted-async >=0.7 && <0.11: using lifted-async-0.10.2.7
  22613. 2952.37 s [hedgehog] Dependency mmorph >=1.0 && <1.3: using mmorph-1.2.0
  22614. 2952.37 s [hedgehog] Dependency monad-control >=1.0 && <1.1: using monad-control-1.0.3.1
  22615. 2952.37 s [hedgehog] Dependency mtl >=2.1 && <2.4: using mtl-2.3.1
  22616. 2952.37 s [hedgehog] Dependency pretty-show >=1.6 && <1.11: using pretty-show-1.10
  22617. 2952.37 s [hedgehog] Dependency primitive >=0.6 && <0.10: using primitive-0.9.1.0
  22618. 2952.37 s [hedgehog] Dependency random >=1.1 && <1.4: using random-1.2.1.3
  22619. 2952.37 s [hedgehog] Dependency resourcet >=1.1 && <1.4: using resourcet-1.3.0
  22620. 2952.37 s [hedgehog] Dependency safe-exceptions >=0.1 && <0.2: using safe-exceptions-0.1.7.4
  22621. 2952.37 s [hedgehog] Dependency stm >=2.4 && <2.6: using stm-2.5.1.0
  22622. 2952.37 s [hedgehog] Dependency template-haskell >=2.10 && <2.24: using template-haskell-2.20.0.0
  22623. 2952.37 s [hedgehog] Dependency text >=1.1 && <2.2: using text-2.0.2
  22624. 2952.37 s [hedgehog] Dependency time >=1.4 && <1.15: using time-1.12.2
  22625. 2952.37 s [hedgehog] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
  22626. 2952.37 s [hedgehog] Dependency transformers-base >=0.4.5.1 && <0.5: using transformers-base-0.4.6
  22627. 2952.37 s [hedgehog] Dependency wl-pprint-annotated >=0.0 && <0.2: using
  22628. 2952.37 s [hedgehog] wl-pprint-annotated-0.1.0.1
  22629. 2952.37 s [hedgehog] Dependency base >=3 && <5: using base-4.18.2.0
  22630. 2952.37 s [hedgehog] Dependency containers >=0.4 && <0.9: using containers-0.6.7
  22631. 2952.37 s [hedgehog] Dependency hedgehog: using hedgehog-1.5
  22632. 2952.37 s [hedgehog] Dependency mmorph >=1.0 && <1.3: using mmorph-1.2.0
  22633. 2952.38 s [hedgehog] Dependency mtl >=2.1 && <2.4: using mtl-2.3.1
  22634. 2952.38 s [hedgehog] Dependency pretty-show >=1.6 && <1.11: using pretty-show-1.10
  22635. 2952.38 s [hedgehog] Dependency text >=1.1 && <2.2: using text-2.0.2
  22636. 2952.38 s [hedgehog] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.0
  22637. 2952.71 s [crypton] CFB: OK (1.09s)
  22638. 2952.71 s [crypton] +++ OK, passed 5 tests.
  22639. 2952.74 s [genvalidity-hspec] [ 8 of 13] Compiling Test.Validity.GenValidity ( src/Test/Validity/GenValidity.hs, dist/build/Test/Validity/GenValidity.p_o )
  22640. 2952.74 s [genvalidity-hspec] [ 9 of 13] Compiling Test.Validity.Functor ( src/Test/Validity/Functor.hs, dist/build/Test/Validity/Functor.p_o )
  22641. 2952.74 s [genvalidity-hspec] [10 of 13] Compiling Test.Validity.Eq ( src/Test/Validity/Eq.hs, dist/build/Test/Validity/Eq.p_o )
  22642. 2952.74 s [genvalidity-hspec] [11 of 13] Compiling Test.Validity.Arbitrary ( src/Test/Validity/Arbitrary.hs, dist/build/Test/Validity/Arbitrary.p_o )
  22643. 2952.74 s [genvalidity-hspec] [12 of 13] Compiling Test.Validity.Applicative ( src/Test/Validity/Applicative.hs, dist/build/Test/Validity/Applicative.p_o )
  22644. 2952.74 s [genvalidity-hspec] [13 of 13] Compiling Test.Validity ( src/Test/Validity.hs, dist/build/Test/Validity.p_o )
  22645. 2952.90 s [crypton] CTR: OK (0.17s)
  22646. 2952.90 s [crypton] +++ OK, passed 5 tests.
  22647. 2952.90 s [crypton] OCB: OK
  22648. 2952.90 s [crypton] +++ OK, passed 5 tests.
  22649. 2952.90 s [crypton] CCM: OK
  22650. 2952.90 s [crypton] +++ OK, passed 5 tests.
  22651. 2952.90 s [crypton] EAX: OK
  22652. 2952.90 s [crypton] +++ OK, passed 5 tests.
  22653. 2952.90 s [crypton] CWC: OK
  22654. 2952.90 s [crypton] +++ OK, passed 5 tests.
  22655. 2952.90 s [crypton] GCM: OK
  22656. 2952.90 s [crypton] +++ OK, passed 5 tests.
  22657. 2952.91 s [crypton] nullIV is null: OK
  22658. 2952.91 s [crypton] ivAdd is linear: OK
  22659. 2952.91 s [crypton] +++ OK, passed 5 tests.
  22660. 2952.91 s [crypton] 3DES_EEE
  22661. 2952.91 s [crypton] decrypt.encrypt==id
  22662. 2953.49 s [hedgehog] Source component graph:
  22663. 2953.49 s [hedgehog] component lib
  22664. 2953.49 s [hedgehog] component test:test dependency lib
  22665. 2953.49 s [hedgehog] Configured component graph:
  22666. 2953.49 s [hedgehog] component hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
  22667. 2953.49 s [hedgehog] include ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
  22668. 2953.49 s [hedgehog] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  22669. 2953.49 s [hedgehog] include barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
  22670. 2953.49 s [hedgehog] include base-4.18.2.0
  22671. 2953.49 s [hedgehog] include bytestring-0.11.5.3
  22672. 2953.49 s [hedgehog] include concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
  22673. 2953.49 s [hedgehog] include containers-0.6.7
  22674. 2953.49 s [hedgehog] include deepseq-1.4.8.1
  22675. 2953.49 s [hedgehog] include directory-1.3.8.1
  22676. 2953.49 s [hedgehog] include erf-2.0.0.0-3j8ejB8wxc15VzirbFfRzX
  22677. 2953.49 s [hedgehog] include exceptions-0.10.7
  22678. 2953.49 s [hedgehog] include lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
  22679. 2953.49 s [hedgehog] include mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
  22680. 2953.49 s [hedgehog] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  22681. 2953.49 s [hedgehog] include mtl-2.3.1
  22682. 2953.49 s [hedgehog] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
  22683. 2953.49 s [hedgehog] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  22684. 2953.49 s [hedgehog] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  22685. 2953.49 s [hedgehog] include resourcet-1.3.0-Ag2nySKVTz1BqVKoH3KxZu
  22686. 2953.49 s [hedgehog] include safe-exceptions-0.1.7.4-DDGbahiGzy58iJbr0IQWcu
  22687. 2953.49 s [hedgehog] include stm-2.5.1.0
  22688. 2953.49 s [hedgehog] include template-haskell-2.20.0.0
  22689. 2953.49 s [hedgehog] include text-2.0.2
  22690. 2953.49 s [hedgehog] include time-1.12.2
  22691. 2953.49 s [hedgehog] include transformers-0.6.1.0
  22692. 2953.49 s [hedgehog] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
  22693. 2953.49 s [hedgehog] include wl-pprint-annotated-0.1.0.1-CAjgUHzFZU525K4hjb664y
  22694. 2953.49 s [hedgehog] component hedgehog-1.5-BjWbDMQQCLHTHQoQWMbD9-test
  22695. 2953.49 s [hedgehog] include base-4.18.2.0
  22696. 2953.49 s [hedgehog] include containers-0.6.7
  22697. 2953.49 s [hedgehog] include hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
  22698. 2953.49 s [hedgehog] include mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
  22699. 2953.49 s [hedgehog] include mtl-2.3.1
  22700. 2953.49 s [hedgehog] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
  22701. 2953.49 s [hedgehog] include text-2.0.2
  22702. 2953.49 s [hedgehog] include transformers-0.6.1.0
  22703. 2953.49 s [hedgehog] Linked component graph:
  22704. 2953.49 s [hedgehog] unit hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
  22705. 2953.49 s [hedgehog] include ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
  22706. 2953.49 s [hedgehog] include async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  22707. 2953.49 s [hedgehog] include barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
  22708. 2953.49 s [hedgehog] include base-4.18.2.0
  22709. 2953.49 s [hedgehog] include bytestring-0.11.5.3
  22710. 2953.49 s [hedgehog] include concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
  22711. 2953.49 s [hedgehog] include containers-0.6.7
  22712. 2953.49 s [hedgehog] include deepseq-1.4.8.1
  22713. 2953.49 s [hedgehog] include directory-1.3.8.1
  22714. 2953.49 s [hedgehog] include erf-2.0.0.0-3j8ejB8wxc15VzirbFfRzX
  22715. 2953.49 s [hedgehog] include exceptions-0.10.7
  22716. 2953.49 s [hedgehog] include lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
  22717. 2953.49 s [hedgehog] include mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
  22718. 2953.49 s [hedgehog] include monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  22719. 2953.49 s [hedgehog] include mtl-2.3.1
  22720. 2953.49 s [hedgehog] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
  22721. 2953.49 s [hedgehog] include primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  22722. 2953.50 s [hedgehog] include random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  22723. 2953.50 s [hedgehog] include resourcet-1.3.0-Ag2nySKVTz1BqVKoH3KxZu
  22724. 2953.50 s [hedgehog] include safe-exceptions-0.1.7.4-DDGbahiGzy58iJbr0IQWcu
  22725. 2953.50 s [hedgehog] include stm-2.5.1.0
  22726. 2953.50 s [hedgehog] include template-haskell-2.20.0.0
  22727. 2953.50 s [hedgehog] include text-2.0.2
  22728. 2953.50 s [hedgehog] include time-1.12.2
  22729. 2953.50 s [hedgehog] include transformers-0.6.1.0
  22730. 2953.50 s [hedgehog] include transformers-base-0.4.6-5k145cGgioO865g11CxlME
  22731. 2953.50 s [hedgehog] include wl-pprint-annotated-0.1.0.1-CAjgUHzFZU525K4hjb664y
  22732. 2953.50 s [hedgehog] Hedgehog=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog,Hedgehog.Gen=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Gen,Hedgehog.Internal.Barbie=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Barbie,Hedgehog.Internal.Config=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Config,Hedgehog.Internal.Discovery=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Discovery,Hedgehog.Internal.Distributive=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Distributive,Hedgehog.Internal.Exception=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Exception,Hedgehog.Internal.Gen=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Gen,Hedgehog.Internal.HTraversable=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.HTraversable,Hedgehog.Internal.Opaque=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Opaque,Hedgehog.Internal.Prelude=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Prelude,Hedgehog.Internal.Property=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Property,Hedgehog.Internal.Queue=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Queue,Hedgehog.Internal.Range=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Range,Hedgehog.Internal.Region=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Region,Hedgehog.Internal.Report=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Report,Hedgehog.Internal.Runner=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Runner,Hedgehog.Internal.Seed=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Seed,Hedgehog.Internal.Show=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Show,Hedgehog.Internal.Shrink=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Shrink,Hedgehog.Internal.Source=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Source,Hedgehog.Internal.State=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.State,Hedgehog.Internal.TH=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.TH,Hedgehog.Internal.Tree=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Tree,Hedgehog.Internal.Tripping=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Internal.Tripping,Hedgehog.Main=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Main,Hedgehog.Range=hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie:Hedgehog.Range
  22733. 2953.50 s [hedgehog] unit hedgehog-1.5-BjWbDMQQCLHTHQoQWMbD9-test
  22734. 2953.50 s [hedgehog] include base-4.18.2.0
  22735. 2953.50 s [hedgehog] include containers-0.6.7
  22736. 2953.50 s [hedgehog] include hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
  22737. 2953.50 s [hedgehog] include mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
  22738. 2953.50 s [hedgehog] include mtl-2.3.1
  22739. 2953.50 s [hedgehog] include pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
  22740. 2953.50 s [hedgehog] include text-2.0.2
  22741. 2953.50 s [hedgehog] include transformers-0.6.1.0
  22742. 2953.50 s [hedgehog] Ready component graph:
  22743. 2953.50 s [hedgehog] definite hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
  22744. 2953.50 s [hedgehog] depends ansi-terminal-1.1.2-LxruBm9vReJ3kO5apRc7O8
  22745. 2953.50 s [hedgehog] depends async-2.2.5-sGJFzu4bkmLEjth7eTA6J
  22746. 2953.50 s [hedgehog] depends barbies-2.1.1.0-3Ha1bu7TeWSDzAYEfZsw4F
  22747. 2953.50 s [hedgehog] depends base-4.18.2.0
  22748. 2953.50 s [hedgehog] depends bytestring-0.11.5.3
  22749. 2953.50 s [hedgehog] depends concurrent-output-1.10.21-KlDHrNUf9M45vNslOznUpF
  22750. 2953.50 s [hedgehog] depends containers-0.6.7
  22751. 2953.50 s [hedgehog] depends deepseq-1.4.8.1
  22752. 2953.50 s [hedgehog] depends directory-1.3.8.1
  22753. 2953.50 s [hedgehog] depends erf-2.0.0.0-3j8ejB8wxc15VzirbFfRzX
  22754. 2953.50 s [hedgehog] depends exceptions-0.10.7
  22755. 2953.50 s [hedgehog] depends lifted-async-0.10.2.7-7fKYoUfdjjb3FyaFsQUOVu
  22756. 2953.50 s [hedgehog] depends mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
  22757. 2953.50 s [hedgehog] depends monad-control-1.0.3.1-FHgcDv8XLOuBwUJVDFcAMI
  22758. 2953.50 s [hedgehog] depends mtl-2.3.1
  22759. 2953.50 s [hedgehog] depends pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
  22760. 2953.50 s [hedgehog] depends primitive-0.9.1.0-20AEZozNI0d52W57s4LaqX
  22761. 2953.50 s [hedgehog] depends random-1.2.1.3-7uUBN5SfIkrAAoDtANSSbA
  22762. 2953.50 s [hedgehog] depends resourcet-1.3.0-Ag2nySKVTz1BqVKoH3KxZu
  22763. 2953.50 s [hedgehog] depends safe-exceptions-0.1.7.4-DDGbahiGzy58iJbr0IQWcu
  22764. 2953.50 s [hedgehog] depends stm-2.5.1.0
  22765. 2953.50 s [hedgehog] depends template-haskell-2.20.0.0
  22766. 2953.50 s [hedgehog] depends text-2.0.2
  22767. 2953.50 s [hedgehog] depends time-1.12.2
  22768. 2953.50 s [hedgehog] depends transformers-0.6.1.0
  22769. 2953.50 s [hedgehog] depends transformers-base-0.4.6-5k145cGgioO865g11CxlME
  22770. 2953.50 s [hedgehog] depends wl-pprint-annotated-0.1.0.1-CAjgUHzFZU525K4hjb664y
  22771. 2953.50 s [hedgehog] definite hedgehog-1.5-BjWbDMQQCLHTHQoQWMbD9-test
  22772. 2953.50 s [hedgehog] depends base-4.18.2.0
  22773. 2953.50 s [hedgehog] depends containers-0.6.7
  22774. 2953.50 s [hedgehog] depends hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
  22775. 2953.50 s [hedgehog] depends mmorph-1.2.0-CL2L86AVMMK2m1mUXOKELU
  22776. 2953.50 s [hedgehog] depends mtl-2.3.1
  22777. 2953.50 s [hedgehog] depends pretty-show-1.10-85FmVm3DKyDDbGBs17sX9R
  22778. 2953.50 s [hedgehog] depends text-2.0.2
  22779. 2953.50 s [hedgehog] depends transformers-0.6.1.0
  22780. 2953.50 s [hedgehog] Using Cabal-3.10.1.0 compiled by ghc-9.6
  22781. 2953.50 s [hedgehog] Using compiler: ghc-9.6.4
  22782. 2953.50 s [hedgehog] Using install prefix: /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5
  22783. 2953.50 s [hedgehog] Executables installed in:
  22784. 2953.50 s [hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/bin
  22785. 2953.50 s [hedgehog] Libraries installed in:
  22786. 2953.50 s [hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/hedgehog-1.5-44bMaZ3wvSzA1cHzWyg7Ie
  22787. 2953.50 s [hedgehog] Dynamic Libraries installed in:
  22788. 2953.51 s [hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  22789. 2953.51 s [hedgehog] Private executables installed in:
  22790. 2953.51 s [hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/libexec/x86_64-linux-ghc-9.6.4/hedgehog-1.5
  22791. 2953.51 s [hedgehog] Data files installed in:
  22792. 2953.51 s [hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/share/x86_64-linux-ghc-9.6.4/hedgehog-1.5
  22793. 2953.58 s [hedgehog] Documentation installed in:
  22794. 2953.58 s [hedgehog] /nix/store/fgnz9qndcxna0cf5n0xl16szr5lk1ghi-hedgehog-1.5-doc/share/doc/hedgehog-1.5
  22795. 2953.58 s [hedgehog] Configuration files installed in:
  22796. 2953.58 s [hedgehog] /nix/store/ds3alwvw62ak6k3cf3d6wz4r2bmf5p52-hedgehog-1.5/etc
  22797. 2953.58 s [hedgehog] No alex found
  22798. 2953.58 s [hedgehog] Using ar found on system at:
  22799. 2953.58 s [hedgehog] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  22800. 2953.58 s [hedgehog] No c2hs found
  22801. 2953.58 s [hedgehog] No cpphs found
  22802. 2953.58 s [hedgehog] No doctest found
  22803. 2953.58 s [hedgehog] Using gcc version 14.3.0 given by user at:
  22804. 2953.58 s [hedgehog] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  22805. 2953.58 s [hedgehog] Using ghc version 9.6.4 found on system at:
  22806. 2953.58 s [hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  22807. 2953.58 s [hedgehog] Using ghc-pkg version 9.6.4 found on system at:
  22808. 2953.58 s [hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  22809. 2953.58 s [hedgehog] No ghcjs found
  22810. 2953.58 s [hedgehog] No ghcjs-pkg found
  22811. 2953.58 s [hedgehog] No greencard found
  22812. 2953.58 s [hedgehog] Using haddock version 2.29.2 found on system at:
  22813. 2953.58 s [hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  22814. 2953.58 s [hedgehog] No happy found
  22815. 2953.58 s [hedgehog] Using haskell-suite found on system at: haskell-suite-dummy-location
  22816. 2953.58 s [hedgehog] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  22817. 2953.58 s [hedgehog] No hmake found
  22818. 2953.58 s [hedgehog] Using hpc version 0.68 found on system at:
  22819. 2953.58 s [hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  22820. 2953.58 s [hedgehog] Using hsc2hs version 0.68.9 found on system at:
  22821. 2953.58 s [hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  22822. 2953.58 s [hedgehog] Using hscolour version 1.25 found on system at:
  22823. 2953.58 s [hedgehog] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  22824. 2953.58 s [hedgehog] No jhc found
  22825. 2953.58 s [hedgehog] Using ld found on system at:
  22826. 2953.58 s [hedgehog] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  22827. 2953.58 s [hedgehog] No pkg-config found
  22828. 2953.58 s [hedgehog] Using runghc version 9.6.4 found on system at:
  22829. 2953.58 s [hedgehog] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  22830. 2953.58 s [hedgehog] Using strip version 2.44 found on system at:
  22831. 2953.58 s [hedgehog] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  22832. 2953.58 s [hedgehog] Using tar found on system at:
  22833. 2953.58 s [hedgehog] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  22834. 2953.58 s [hedgehog] No uhc found
  22835. 2954.47 s [hedgehog] Phase: buildPhase
  22836. 2955.13 s [hedgehog] Preprocessing library for hedgehog-1.5..
  22837. 2955.20 s [hedgehog] Building library for hedgehog-1.5..
  22838. 2956.02 s [streaming-commons] high code points [✔]
  22839. 2956.42 s [streaming-commons] UTF16LE
  22840. 2956.88 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 )
  22841. 2957.30 s [streaming-commons] bytes [✔]
  22842. 2957.30 s [streaming-commons] +++ OK, passed 100 tests.
  22843. 2958.03 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 )
  22844. 2958.42 s [smallcheck] [4 of 6] Compiling Test.SmallCheck.Property ( Test/SmallCheck/Property.hs, dist/build/Test/SmallCheck/Property.p_o )
  22845. 2958.72 s [streaming-commons] chars [✔]
  22846. 2958.74 s [streaming-commons] +++ OK, passed 100 tests.
  22847. 2959.34 s [genvalidity-hspec] Preprocessing test suite 'genvalidity-hspec-test' for genvalidity-hspec-1.0.0.3..
  22848. 2959.34 s [genvalidity-hspec] Building test suite 'genvalidity-hspec-test' for genvalidity-hspec-1.0.0.3..
  22849. 2959.47 s [crypton] ECB: OK (6.52s)
  22850. 2959.47 s [crypton] +++ OK, passed 5 tests.
  22851. 2960.25 s [genvalidity-hspec] [ 1 of 14] Compiling Paths_genvalidity_hspec ( dist/build/genvalidity-hspec-test/autogen/Paths_genvalidity_hspec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Paths_genvalidity_hspec.o )
  22852. 2961.03 s [smallcheck] [5 of 6] Compiling Test.SmallCheck.Drivers ( Test/SmallCheck/Drivers.hs, dist/build/Test/SmallCheck/Drivers.p_o )
  22853. 2961.12 s [bifunctors] Documentation created: dist/doc/html/bifunctors/index.html,
  22854. 2961.12 s [bifunctors] dist/doc/html/bifunctors/bifunctors.txt
  22855. 2961.39 s [bifunctors] Preprocessing test suite 'bifunctors-spec' for bifunctors-5.6.2..
  22856. 2961.43 s [bifunctors] Phase: installPhase
  22857. 2961.70 s [bifunctors] Installing library in /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
  22858. 2961.74 s [smallcheck] [6 of 6] Compiling Test.SmallCheck ( Test/SmallCheck.hs, dist/build/Test/SmallCheck.p_o )
  22859. 2962.29 s [genvalidity-hspec] [ 2 of 14] Compiling Test.Validity.ApplicativeSpec ( test/Test/Validity/ApplicativeSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/ApplicativeSpec.o )
  22860. 2963.15 s [genvalidity-hspec] [ 3 of 14] Compiling Test.Validity.ArbitrarySpec ( test/Test/Validity/ArbitrarySpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/ArbitrarySpec.o )
  22861. 2963.15 s [genvalidity-hspec] [ 4 of 14] Compiling Test.Validity.EqSpec ( test/Test/Validity/EqSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/EqSpec.o )
  22862. 2963.54 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 )
  22863. 2963.54 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 )
  22864. 2963.54 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 )
  22865. 2963.54 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 )
  22866. 2963.54 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 )
  22867. 2963.54 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 )
  22868. 2963.54 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 )
  22869. 2964.10 s [genvalidity-hspec] [ 5 of 14] Compiling Test.Validity.FunctorSpec ( test/Test/Validity/FunctorSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/FunctorSpec.o )
  22870. 2964.28 s [bifunctors] Phase: fixupPhase
  22871. 2964.36 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 )
  22872. 2964.39 s [bifunctors] shrinking RPATHs of ELF executables and libraries in /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2
  22873. 2964.46 s [bifunctors] shrinking /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSbifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm-ghc9.6.4.so
  22874. 2964.49 s [bifunctors] checking for references to /build/ in /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2...
  22875. 2964.58 s [bifunctors] patching script interpreter paths in /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2
  22876. 2964.62 s [bifunctors] stripping (with command strip and flags -S -p) in /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2/lib
  22877. 2965.11 s [genvalidity-hspec] [ 6 of 14] Compiling Test.Validity.GenRelativeValiditySpec ( test/Test/Validity/GenRelativeValiditySpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/GenRelativeValiditySpec.o )
  22878. 2965.11 s [genvalidity-hspec] [ 7 of 14] Compiling Test.Validity.GenValiditySpec ( test/Test/Validity/GenValiditySpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/GenValiditySpec.o )
  22879. 2965.11 s [genvalidity-hspec] [ 8 of 14] Compiling Test.Validity.MonadSpec ( test/Test/Validity/MonadSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/MonadSpec.o )
  22880. 2965.11 s [genvalidity-hspec] [ 9 of 14] Compiling Test.Validity.MonoidSpec ( test/Test/Validity/MonoidSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/MonoidSpec.o )
  22881. 2965.11 s [genvalidity-hspec] [10 of 14] Compiling Test.Validity.OrdSpec ( test/Test/Validity/OrdSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/OrdSpec.o )
  22882. 2965.11 s [genvalidity-hspec] [11 of 14] Compiling Test.Validity.RelativeValiditySpec ( test/Test/Validity/RelativeValiditySpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/RelativeValiditySpec.o )
  22883. 2965.11 s [genvalidity-hspec] [12 of 14] Compiling Test.Validity.ShowSpec ( test/Test/Validity/ShowSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/ShowSpec.o )
  22884. 2965.11 s [genvalidity-hspec] [13 of 14] Compiling Test.Validity.ShrinkingSpec ( test/Test/Validity/ShrinkingSpec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Test/Validity/ShrinkingSpec.o )
  22885. 2965.12 s [genvalidity-hspec] [14 of 14] Compiling Main ( test/Spec.hs, dist/build/genvalidity-hspec-test/genvalidity-hspec-test-tmp/Main.o )
  22886. 2965.83 s [smallcheck] buildPhase completed in 37 seconds
  22887. 2965.83 s [smallcheck] Phase: checkPhase
  22888. 2965.95 s [smallcheck] Package has no test suites.
  22889. 2965.98 s [smallcheck] Phase: haddockPhase
  22890. 2966.42 s [bifunctors] shrinking RPATHs of ELF executables and libraries in /nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc
  22891. 2966.44 s [bifunctors] checking for references to /build/ in /nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc...
  22892. 2966.56 s [bifunctors] patching script interpreter paths in /nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc
  22893. 2967.50 s [bifunctors:post-build] Uploading to the NixCI cache: /nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2 /nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc
  22894. 2968.04 s [bifunctors:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  22895. 2968.76 s [bifunctors:post-build] copying 2 paths...
  22896. 2968.76 s [bifunctors:post-build] copying path '/nix/store/m54ax7mhwjzfbvdsjz1lcs2gcf17id12-bifunctors-5.6.2-doc' to 'https://cache.nix-ci.com'...
  22897. 2970.95 s [bifunctors:post-build] copying path '/nix/store/ln3ldc6pd897pyqsvzkczd37xxwpqi69-bifunctors-5.6.2' to 'https://cache.nix-ci.com'...
  22898. 2982.83 s [bifunctors:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  22899. 2983.82 s [bifunctors:post-build] copying 1 paths...
  22900. 2983.83 s [bifunctors:post-build] copying path '/nix/store/6y8bplj1407svzf7grn2qysfn73xzqhl-bifunctors-5.6.2.drv' to 'https://cache.nix-ci.com'...
  22901. 2984.51 s Uploaded bifunctors in 17.3s
  22902. 2984.52 s Progress: 160 of 211 built (6 building), 298 of 298 downloaded from cache
  22903. 2984.52 s Built bifunctors in 2m47s
  22904. 2984.72 s Building /nix/store/3nsn02b7ik21j40bq2y78dwr4j60y69d-profunctors-5.6.2.drv
  22905. 2984.72 s [crypton] CBC: OK (8.60s)
  22906. 2984.72 s [crypton] +++ OK, passed 5 tests.
  22907. 2984.72 s [crypton] CFB: OK (5.07s)
  22908. 2984.72 s [crypton] +++ OK, passed 5 tests.
  22909. 2984.72 s [crypton] CTR: OK (1.58s)
  22910. 2984.72 s [crypton] +++ OK, passed 5 tests.
  22911. 2984.72 s [crypton] OCB: OK
  22912. 2984.72 s [crypton] +++ OK, passed 5 tests.
  22913. 2984.72 s [crypton] CCM: OK
  22914. 2984.72 s [crypton] +++ OK, passed 5 tests.
  22915. 2984.72 s [crypton] EAX: OK
  22916. 2984.72 s [crypton] +++ OK, passed 5 tests.
  22917. 2984.72 s [crypton] CWC: OK
  22918. 2984.72 s [crypton] +++ OK, passed 5 tests.
  22919. 2984.72 s [crypton] GCM: OK
  22920. 2984.72 s [crypton] +++ OK, passed 5 tests.
  22921. 2984.72 s [crypton] nullIV is null: OK
  22922. 2984.72 s [crypton] ivAdd is linear: OK
  22923. 2984.72 s [crypton] +++ OK, passed 5 tests.
  22924. 2984.72 s [crypton] Twofish
  22925. 2984.72 s [crypton] Twofish128
  22926. 2984.72 s [crypton] KAT
  22927. 2984.72 s [crypton] ECB
  22928. 2984.72 s [crypton] E0: OK
  22929. 2984.72 s [crypton] D0: OK
  22930. 2984.72 s [crypton] E1: OK
  22931. 2984.72 s [crypton] D1: OK
  22932. 2984.72 s [crypton] decrypt.encrypt==id
  22933. 2984.72 s [crypton] ECB: OK (0.33s)
  22934. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22935. 2984.72 s [crypton] CBC: OK (0.37s)
  22936. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22937. 2984.72 s [crypton] CFB: OK (0.15s)
  22938. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22939. 2984.72 s [crypton] CTR: OK (0.06s)
  22940. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22941. 2984.72 s [crypton] OCB: OK
  22942. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22943. 2984.72 s [crypton] CCM: OK
  22944. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22945. 2984.72 s [crypton] EAX: OK
  22946. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22947. 2984.72 s [crypton] CWC: OK
  22948. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22949. 2984.72 s [crypton] GCM: OK
  22950. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22951. 2984.72 s [crypton] nullIV is null: OK
  22952. 2984.72 s [crypton] ivAdd is linear: OK
  22953. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22954. 2984.72 s [crypton] Twofish192
  22955. 2984.72 s [crypton] KAT
  22956. 2984.72 s [crypton] ECB
  22957. 2984.72 s [crypton] E0: OK
  22958. 2984.72 s [crypton] D0: OK
  22959. 2984.72 s [crypton] E1: OK
  22960. 2984.72 s [crypton] D1: OK
  22961. 2984.72 s [crypton] decrypt.encrypt==id
  22962. 2984.72 s [crypton] ECB: OK (0.17s)
  22963. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22964. 2984.72 s [crypton] CBC: OK (0.21s)
  22965. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22966. 2984.72 s [crypton] CFB: OK (0.29s)
  22967. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22968. 2984.72 s [crypton] CTR: OK (0.06s)
  22969. 2984.72 s [crypton] +++ OK, passed 100 tests.
  22970. 2984.72 s [crypton] OCB: OK
  22971. 2984.73 s [crypton] +++ OK, passed 100 tests.
  22972. 2984.73 s [crypton] CCM: OK
  22973. 2984.73 s [crypton] +++ OK, passed 100 tests.
  22974. 2984.73 s [crypton] EAX: OK
  22975. 2984.73 s [crypton] +++ OK, passed 100 tests.
  22976. 2984.73 s [crypton] CWC: OK
  22977. 2984.73 s [crypton] +++ OK, passed 100 tests.
  22978. 2984.73 s [crypton] GCM: OK
  22979. 2984.73 s [crypton] +++ OK, passed 100 tests.
  22980. 2984.73 s [crypton] nullIV is null: OK
  22981. 2984.73 s [crypton] ivAdd is linear: OK
  22982. 2984.73 s [crypton] +++ OK, passed 100 tests.
  22983. 2984.73 s [crypton] Twofish256
  22984. 2984.73 s [crypton] KAT
  22985. 2984.73 s [crypton] ECB
  22986. 2984.73 s [crypton] E0: OK
  22987. 2984.73 s [crypton] D0: OK
  22988. 2984.73 s [crypton] E1: OK
  22989. 2984.73 s [crypton] D1: OK
  22990. 2984.73 s [crypton] decrypt.encrypt==id
  22991. 2984.73 s [crypton] ECB: OK (0.19s)
  22992. 2984.73 s [crypton] +++ OK, passed 100 tests.
  22993. 2984.73 s [crypton] CBC: OK (0.20s)
  22994. 2984.73 s [crypton] +++ OK, passed 100 tests.
  22995. 2984.73 s [crypton] CFB: OK (0.14s)
  22996. 2984.73 s [crypton] +++ OK, passed 100 tests.
  22997. 2984.73 s [crypton] CTR: OK (0.06s)
  22998. 2984.73 s [crypton] +++ OK, passed 100 tests.
  22999. 2984.73 s [crypton] OCB: OK
  23000. 2984.73 s [crypton] +++ OK, passed 100 tests.
  23001. 2984.73 s [crypton] CCM: OK
  23002. 2984.74 s [crypton] +++ OK, passed 100 tests.
  23003. 2984.74 s [crypton] EAX: OK
  23004. 2984.74 s [crypton] +++ OK, passed 100 tests.
  23005. 2984.74 s [genvalidity-hspec] [15 of 15] Linking dist/build/genvalidity-hspec-test/genvalidity-hspec-test
  23006. 2984.74 s [genvalidity-hspec] buildPhase completed in 41 seconds
  23007. 2984.74 s [genvalidity-hspec] Phase: checkPhase
  23008. 2984.74 s [genvalidity-hspec] Running 1 test suites...
  23009. 2984.74 s [genvalidity-hspec] Test suite genvalidity-hspec-test: RUNNING...
  23010. 2984.74 s [genvalidity-hspec]
  23011. 2984.74 s [genvalidity-hspec] Test.Validity.Applicative
  23012. 2984.74 s [genvalidity-hspec] Applicative (Either Int)
  23013. 2984.74 s [genvalidity-hspec] pure :: a -> (Either Int) a and (<*>) :: (Either Int) (a -> b) -> (Either Int) a -> (Either Int) b
  23014. 2984.74 s [genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "(Either Int) of ints :: (Either Int Int)" [✔]
  23015. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23016. 2984.74 s [genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "(Either Int) of scalings :: (Either Int (Int -> Int))" composed with "(Either Int) of increments :: (Either Int (Int -> Int))" and applied to "(Either Int) of ints :: (Either Int Int)" [✔]
  23017. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23018. 2984.74 s [genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
  23019. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23020. 2984.74 s [genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "(Either Int) of increments :: (Either Int (Int -> Int))" sequenced with "int :: Int" [✔]
  23021. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23022. 2984.74 s [genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "(Either Int) of ints :: (Either Int Int)" [✔]
  23023. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23024. 2984.74 s [genvalidity-hspec] (*>) :: (Either Int) a -> (Either Int) b -> (Either Int) b
  23025. 2984.74 s [genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "(Either Int) of ints :: (Either Int Int)" in front of "(Either Int) of ints :: Int" [✔]
  23026. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23027. 2984.74 s [genvalidity-hspec] (<*) :: (Either Int) a -> (Either Int) b -> (Either Int) a
  23028. 2984.74 s [genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "(Either Int) of ints :: Int" behind "(Either Int) of ints :: (Either Int Int)" [✔]
  23029. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23030. 2984.74 s [genvalidity-hspec] Applicative []
  23031. 2984.74 s [genvalidity-hspec] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
  23032. 2984.74 s [genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" [✔]
  23033. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23034. 2984.74 s [genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "[] of scalings :: ([Int -> Int])" composed with "[] of increments :: ([Int -> Int])" and applied to "[] of ints :: [Int]" [✔]
  23035. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23036. 2984.74 s [genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
  23037. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23038. 2984.74 s [genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "[] of increments :: ([Int -> Int])" sequenced with "int :: Int" [✔]
  23039. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23040. 2984.74 s [genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "[] of ints :: [Int]" [✔]
  23041. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23042. 2984.74 s [genvalidity-hspec] (*>) :: [] a -> [] b -> [] b
  23043. 2984.74 s [genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "[] of ints :: [Int]" in front of "[] of ints :: Int" [✔]
  23044. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23045. 2984.74 s [genvalidity-hspec] (<*) :: [] a -> [] b -> [] a
  23046. 2984.74 s [genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "[] of ints :: Int" behind "[] of ints :: [Int]" [✔]
  23047. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23048. 2984.74 s [genvalidity-hspec] Applicative Maybe
  23049. 2984.74 s [genvalidity-hspec] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
  23050. 2984.74 s [genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" [✔]
  23051. 2984.74 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23052. 2984.74 s [genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "Maybe of scalings :: (Maybe (Int -> Int))" composed with "Maybe of increments :: (Maybe (Int -> Int))" and applied to "Maybe of ints :: (Maybe Int)" [✔]
  23053. 2984.75 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23054. 2984.75 s [genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
  23055. 2984.75 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23056. 2984.75 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 )
  23057. 2984.75 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 )
  23058. 2984.75 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 )
  23059. 2984.75 s [hedgehog] [14 of 27] Compiling Hedgehog.Main ( src/Hedgehog/Main.hs, dist/build/Hedgehog/Main.o, dist/build/Hedgehog/Main.dyn_o )
  23060. 2984.75 s [hedgehog] [15 of 27] Compiling Hedgehog.Range ( src/Hedgehog/Range.hs, dist/build/Hedgehog/Range.o, dist/build/Hedgehog/Range.dyn_o )
  23061. 2984.75 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 )
  23062. 2984.75 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 )
  23063. 2984.75 s [smallcheck] Preprocessing library for smallcheck-1.2.1.1..
  23064. 2984.75 s [smallcheck] Running Haddock on library for smallcheck-1.2.1.1..
  23065. 2984.75 s [smallcheck] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  23066. 2984.75 s [smallcheck] 100% ( 56 / 56) in 'Test.SmallCheck.Series'
  23067. 2984.75 s [smallcheck] 100% ( 11 / 11) in 'Test.SmallCheck.Drivers'
  23068. 2984.75 s [smallcheck] 100% ( 21 / 21) in 'Test.SmallCheck'
  23069. 2984.75 s [smallcheck] Warning: Test.SmallCheck.Series: could not find link destinations for:
  23070. 2984.75 s [smallcheck] - Test.SmallCheck.Series.GCoSerial
  23071. 2984.75 s [smallcheck] - Test.SmallCheck.Series.GSerial
  23072. 2984.75 s [smallcheck] Documentation created: dist/doc/html/smallcheck/index.html,
  23073. 2984.75 s [smallcheck] dist/doc/html/smallcheck/smallcheck.txt
  23074. 2984.75 s [smallcheck] Phase: installPhase
  23075. 2984.75 s [smallcheck] Installing library in /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
  23076. 2984.75 s [streaming-commons] high code points [✔]
  23077. 2984.75 s [streaming-commons] UTF16BE
  23078. 2984.75 s [streaming-commons] bytes [✔]
  23079. 2984.75 s [streaming-commons] +++ OK, passed 100 tests.
  23080. 2984.75 s [streaming-commons] chars [✔]
  23081. 2984.75 s [streaming-commons] +++ OK, passed 100 tests.
  23082. 2984.75 s [crypton] CWC: OK
  23083. 2984.75 s [crypton] +++ OK, passed 100 tests.
  23084. 2984.75 s [crypton] GCM: OK
  23085. 2984.75 s [crypton] +++ OK, passed 100 tests.
  23086. 2984.75 s [crypton] nullIV is null: OK
  23087. 2984.75 s [crypton] ivAdd is linear: OK
  23088. 2984.75 s [crypton] +++ OK, passed 100 tests.
  23089. 2984.75 s [crypton] stream-cipher
  23090. 2984.75 s [crypton] RC4
  23091. 2984.75 s [crypton] 1: OK
  23092. 2984.75 s [crypton] 2: OK
  23093. 2984.75 s [crypton] 3: OK
  23094. 2984.75 s [crypton] ChaCha
  23095. 2984.75 s [crypton] 8-128-K0-I0: OK
  23096. 2984.75 s [crypton] 12-128-K0-I0: OK
  23097. 2984.75 s [crypton] 20-128-K0-I0: OK
  23098. 2984.75 s [crypton] 8-256-K0-I0: OK
  23099. 2984.75 s [crypton] 12-256-K0-I0: OK
  23100. 2984.75 s [crypton] 20-256-K0-I0: OK
  23101. 2984.75 s [crypton] XChaCha20 example KAT: OK
  23102. 2984.75 s [crypton] generate-combine: OK
  23103. 2984.75 s [crypton] +++ OK, passed 100 tests.
  23104. 2984.75 s [crypton] chunking-generate: OK (0.02s)
  23105. 2984.75 s [crypton] +++ OK, passed 100 tests.
  23106. 2984.75 s [crypton] chunking-combine: OK (0.03s)
  23107. 2984.75 s [crypton] +++ OK, passed 100 tests.
  23108. 2984.75 s [crypton] ChaChaPoly1305
  23109. 2984.75 s [crypton] V1: OK
  23110. 2984.75 s [crypton] V1-decrypt: OK
  23111. 2984.75 s [crypton] V1-extended: OK
  23112. 2984.75 s [crypton] V1-extended-decrypt: OK
  23113. 2984.75 s [crypton] nonce increment: OK
  23114. 2984.75 s [crypton] Salsa
  23115. 2984.75 s [crypton] KAT
  23116. 2984.75 s [crypton] 1: OK
  23117. 2984.75 s [crypton] 2: OK
  23118. 2984.75 s [crypton] generate-combine: OK
  23119. 2984.75 s [crypton] +++ OK, passed 100 tests.
  23120. 2984.75 s [crypton] chunking-generate: OK (0.01s)
  23121. 2984.75 s [crypton] +++ OK, passed 100 tests.
  23122. 2984.75 s [crypton] chunking-combine: OK (0.10s)
  23123. 2984.75 s [crypton] +++ OK, passed 100 tests.
  23124. 2984.75 s [crypton] XSalsa
  23125. 2984.76 s [crypton] KAT
  23126. 2984.76 s [crypton] 1: OK
  23127. 2984.76 s [crypton] 2: OK
  23128. 2984.76 s [crypton] 3: OK
  23129. 2984.76 s [crypton] 4: OK
  23130. 2984.76 s [crypton] 5: OK
  23131. 2984.76 s [crypton] 6: OK
  23132. 2984.76 s [crypton] 7: OK
  23133. 2984.76 s [crypton] 8: OK
  23134. 2984.76 s [crypton] 9: OK
  23135. 2984.76 s [crypton] 10: OK
  23136. 2984.76 s [crypton] 11: OK
  23137. 2984.76 s [crypton] 12: OK
  23138. 2984.76 s [crypton] 13: OK
  23139. 2984.76 s [crypton] 14: OK
  23140. 2984.76 s [crypton] 15: OK
  23141. 2984.76 s [crypton] 16: OK
  23142. 2984.76 s [crypton] 17: OK
  23143. 2984.76 s [crypton] crypto_box encryption
  23144. 2984.76 s [crypton] 1: OK
  23145. 2984.76 s [crypton] AFIS
  23146. 2984.76 s [crypton] KAT merge
  23147. 2984.76 s [crypton] merge 0: OK
  23148. 2984.77 s [crypton] merge 1: OK
  23149. 2984.77 s [crypton] merge.split == id: OK
  23150. 2984.77 s [crypton] +++ OK, passed 100 tests.
  23151. 2984.77 s [crypton] ECC
  23152. 2984.77 s [crypton] decodePoint
  23153. 2984.77 s [crypton] 0: OK
  23154. 2984.77 s [crypton] 1: OK
  23155. 2984.77 s [crypton] 2: OK
  23156. 2984.77 s [crypton] 3: OK
  23157. 2984.77 s [crypton] 4: OK
  23158. 2984.77 s [crypton] 5: OK
  23159. 2984.77 s [crypton] 6: OK
  23160. 2984.77 s [crypton] 7: OK
  23161. 2984.77 s [crypton] 8: OK
  23162. 2984.77 s [crypton] 9: OK
  23163. 2984.77 s [crypton] 10: OK
  23164. 2984.77 s [crypton] 11: OK
  23165. 2984.77 s [crypton] 12: OK
  23166. 2984.77 s [crypton] 13: OK
  23167. 2984.77 s [crypton] 14: OK
  23168. 2984.77 s [crypton] 15: OK
  23169. 2984.77 s [crypton] 16: OK
  23170. 2984.77 s [crypton] 17: OK
  23171. 2984.77 s [crypton] 18: OK
  23172. 2984.77 s [crypton] 19: OK
  23173. 2984.77 s [crypton] 20: OK
  23174. 2984.77 s [crypton] 21: OK
  23175. 2984.77 s [crypton] 22: OK
  23176. 2984.77 s [crypton] 23: OK
  23177. 2984.77 s [crypton] 24: OK
  23178. 2984.77 s [crypton] 25: OK
  23179. 2984.77 s [genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "Maybe of increments :: (Maybe (Int -> Int))" sequenced with "int :: Int" [✔]
  23180. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23181. 2984.77 s [genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "Maybe of ints :: (Maybe Int)" [✔]
  23182. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23183. 2984.77 s [genvalidity-hspec] (*>) :: Maybe a -> Maybe b -> Maybe b
  23184. 2984.77 s [genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Maybe of ints :: (Maybe Int)" in front of "Maybe of ints :: Int" [✔]
  23185. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23186. 2984.77 s [genvalidity-hspec] (<*) :: Maybe a -> Maybe b -> Maybe a
  23187. 2984.77 s [genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "Maybe of ints :: Int" behind "Maybe of ints :: (Maybe Int)" [✔]
  23188. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23189. 2984.77 s [genvalidity-hspec] Applicative []
  23190. 2984.77 s [genvalidity-hspec] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
  23191. 2984.77 s [genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" [✔]
  23192. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23193. 2984.77 s [genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "[] of scalings :: ([Int -> Int])" composed with "[] of increments :: ([Int -> Int])" and applied to "[] of ints :: [Int]" [✔]
  23194. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23195. 2984.77 s [genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
  23196. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23197. 2984.77 s [genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "[] of increments :: ([Int -> Int])" sequenced with "int :: Int" [✔]
  23198. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23199. 2984.77 s [genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "[] of ints :: [Int]" [✔]
  23200. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23201. 2984.77 s [genvalidity-hspec] (*>) :: [] a -> [] b -> [] b
  23202. 2984.77 s [genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "[] of ints :: [Int]" in front of "[] of ints :: Int" [✔]
  23203. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23204. 2984.77 s [genvalidity-hspec] (<*) :: [] a -> [] b -> [] a
  23205. 2984.77 s [genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "[] of ints :: Int" behind "[] of ints :: [Int]" [✔]
  23206. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23207. 2984.77 s [genvalidity-hspec] Applicative Maybe
  23208. 2984.77 s [genvalidity-hspec] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
  23209. 2984.77 s [genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" [✔]
  23210. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23211. 2984.77 s [genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "Maybe of scalings :: (Maybe (Int -> Int))" composed with "Maybe of increments :: (Maybe (Int -> Int))" and applied to "Maybe of ints :: (Maybe Int)" [✔]
  23212. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23213. 2984.77 s [genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
  23214. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23215. 2984.77 s [genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "Maybe of increments :: (Maybe (Int -> Int))" sequenced with "int :: Int" [✔]
  23216. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23217. 2984.77 s [genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "Maybe of ints :: (Maybe Int)" [✔]
  23218. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23219. 2984.77 s [genvalidity-hspec] (*>) :: Maybe a -> Maybe b -> Maybe b
  23220. 2984.77 s [genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Maybe of ints :: (Maybe Int)" in front of "Maybe of ints :: Int" [✔]
  23221. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23222. 2984.77 s [genvalidity-hspec] (<*) :: Maybe a -> Maybe b -> Maybe a
  23223. 2984.77 s [genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "Maybe of ints :: Int" behind "Maybe of ints :: (Maybe Int)" [✔]
  23224. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23225. 2984.77 s [genvalidity-hspec] Applicative []
  23226. 2984.77 s [genvalidity-hspec] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
  23227. 2984.77 s [genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "list of fives :: [Int]" [✔]
  23228. 2984.77 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23229. 2984.77 s [crypton] 26: OK
  23230. 2984.77 s [crypton] 27: OK
  23231. 2984.77 s [crypton] 28: OK
  23232. 2984.77 s [crypton] 29: OK
  23233. 2984.77 s [crypton] 30: OK
  23234. 2984.77 s [crypton] 31: OK
  23235. 2984.77 s [crypton] 32: OK
  23236. 2984.77 s [crypton] 33: OK
  23237. 2984.77 s [crypton] 34: OK
  23238. 2984.77 s [crypton] ECDH weak points
  23239. 2984.77 s [crypton] 0: OK
  23240. 2984.77 s [crypton] 1: OK
  23241. 2984.77 s [crypton] 2: OK
  23242. 2984.78 s [crypton] 3: OK
  23243. 2984.78 s [crypton] 4: OK
  23244. 2984.78 s [crypton] 5: OK
  23245. 2984.78 s [crypton] 6: OK
  23246. 2984.78 s [crypton] 7: OK
  23247. 2984.78 s [crypton] 8: OK
  23248. 2984.78 s [crypton] property
  23249. 2984.78 s [crypton] decodePoint.encodePoint==id: OK (0.26s)
  23250. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23251. 2984.78 s [crypton] ECDH commutes: OK (0.33s)
  23252. 2984.78 s [crypton] +++ OK, passed 20 tests.
  23253. 2984.78 s [crypton] decodeScalar.encodeScalar==id: OK
  23254. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23255. 2984.78 s [crypton] scalarFromInteger.scalarToInteger==id: OK
  23256. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23257. 2984.78 s [crypton] (a + b).P = a.P + b.P: OK (0.33s)
  23258. 2984.78 s [crypton] +++ OK, passed 20 tests.
  23259. 2984.78 s [crypton] (a * b).P = a.(b.P): OK (0.27s)
  23260. 2984.78 s [crypton] +++ OK, passed 20 tests.
  23261. 2984.78 s [crypton] ECC.Edwards25519
  23262. 2984.78 s [crypton] vectors
  23263. 2984.78 s [crypton] 11*G: OK
  23264. 2984.78 s [crypton] 123*G: OK
  23265. 2984.78 s [crypton] 134*G: OK
  23266. 2984.78 s [crypton] 123*G + 11*G: OK
  23267. 2984.78 s [crypton] scalar arithmetic
  23268. 2984.78 s [crypton] scalarDecodeLong.scalarEncode==id: OK
  23269. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23270. 2984.78 s [crypton] curve order: OK
  23271. 2984.78 s [crypton] addition with zero: OK
  23272. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23273. 2984.78 s [crypton] addition associative: OK
  23274. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23275. 2984.78 s [crypton] addition commutative: OK
  23276. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23277. 2984.78 s [crypton] multiplication with zero: OK
  23278. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23279. 2984.78 s [crypton] multiplication with one: OK
  23280. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23281. 2984.78 s [crypton] multiplication associative: OK
  23282. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23283. 2984.78 s [crypton] multiplication commutative: OK
  23284. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23285. 2984.78 s [crypton] multiplication distributive: OK (0.02s)
  23286. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23287. 2984.78 s [crypton] point arithmetic
  23288. 2984.78 s [crypton] pointDecode.pointEncode==id: OK (0.02s)
  23289. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23290. 2984.78 s [crypton] pointEncode.pointDecode==id: OK (0.01s)
  23291. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23292. 2984.78 s [crypton] addition with identity: OK (0.02s)
  23293. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23294. 2984.78 s [crypton] addition associative: OK (0.04s)
  23295. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23296. 2984.78 s [crypton] addition commutative: OK (0.03s)
  23297. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23298. 2984.78 s [crypton] negation: OK (0.02s)
  23299. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23300. 2984.78 s [crypton] doubling: OK (0.01s)
  23301. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23302. 2984.78 s [crypton] multiplication by cofactor: OK (0.03s)
  23303. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23304. 2984.78 s [crypton] prime order: OK (0.02s)
  23305. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23306. 2984.78 s [crypton] 8-torsion point: OK
  23307. 2984.78 s [crypton] scalarmult with zero: OK (0.02s)
  23308. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23309. 2984.78 s [crypton] scalarmult with one: OK (0.03s)
  23310. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23311. 2984.78 s [crypton] scalarmult with two: OK (0.03s)
  23312. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23313. 2984.78 s [crypton] scalarmult with curve order - 1: OK (0.04s)
  23314. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23315. 2984.78 s [crypton] scalarmult commutative: OK (0.04s)
  23316. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23317. 2984.78 s [crypton] scalarmult distributive: OK (0.06s)
  23318. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23319. 2984.78 s [crypton] double scalarmult: OK (0.05s)
  23320. 2984.78 s [crypton] +++ OK, passed 100 tests.
  23321. 2984.78 s [crypton] ECDSA
  23322. 2984.78 s [crypton] verification
  23323. 2984.78 s [crypton] SHA1: OK (0.12s)
  23324. 2984.78 s [crypton] +++ OK, passed 5 tests.
  23325. 2984.78 s [genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "scalings in a list :: ([Int -> Int])" composed with "increments in a list :: ([Int -> Int])" and applied to "list of fives :: [Int]" [✔]
  23326. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23327. 2984.78 s [genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "four :: Int" [✔]
  23328. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23329. 2984.78 s [genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "increments in a list :: ([Int -> Int])" sequenced with "four :: Int" [✔]
  23330. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23331. 2984.78 s [genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "list of fives :: [Int]" [✔]
  23332. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23333. 2984.78 s [genvalidity-hspec] (*>) :: [] a -> [] b -> [] b
  23334. 2984.78 s [genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "list of fives :: [Int]" in front of "purely empty list :: Int" [✔]
  23335. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23336. 2984.78 s [genvalidity-hspec] (<*) :: [] a -> [] b -> [] a
  23337. 2984.78 s [genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "purely empty list :: Int" behind "list of fives :: [Int]" [✔]
  23338. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23339. 2984.78 s [genvalidity-hspec] Applicative Maybe
  23340. 2984.78 s [genvalidity-hspec] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
  23341. 2984.78 s [genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "Just an ABC :: (Maybe [Char])" [✔]
  23342. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23343. 2984.78 s [genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "appends in a Just :: (Maybe ([Char] -> [Char]))" composed with "prepends in a Just :: (Maybe ([Char] -> [Char]))" and applied to "Just an ABC :: (Maybe [Char])" [✔]
  23344. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23345. 2984.78 s [genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "prepends :: ([Char] -> [Char])" sequenced with "ABC :: [Char]" [✔]
  23346. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23347. 2984.78 s [genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "prepends in a Just :: (Maybe ([Char] -> [Char]))" sequenced with "ABC :: [Char]" [✔]
  23348. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23349. 2984.78 s [genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "prepends :: ([Char] -> [Char])" mapped over "Just an ABC :: (Maybe [Char])" [✔]
  23350. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23351. 2984.78 s [genvalidity-hspec] (*>) :: Maybe a -> Maybe b -> Maybe b
  23352. 2984.78 s [genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Just an ABC :: (Maybe [Char])" in front of "purely Nothing :: [Char]" [✔]
  23353. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23354. 2984.78 s [genvalidity-hspec] (<*) :: Maybe a -> Maybe b -> Maybe a
  23355. 2984.78 s [genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "purely Nothing :: [Char]" behind "Just an ABC :: (Maybe [Char])" [✔]
  23356. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23357. 2984.78 s [genvalidity-hspec] Test.Validity.Arbitrary
  23358. 2984.78 s [genvalidity-hspec] Arbitrary Int
  23359. 2984.78 s [genvalidity-hspec] arbitrary :: Gen Int
  23360. 2984.78 s [genvalidity-hspec] only generates valid values [✔]
  23361. 2984.78 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23362. 2984.78 s [genvalidity-hspec] Test.Validity.Eq
  23363. 2984.78 s [genvalidity-hspec] Eq (Ratio Integer)
  23364. 2984.78 s [genvalidity-hspec] (==) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  23365. 2984.79 s [genvalidity-hspec] is reflexive for "valid (Ratio Integer)"s [✔]
  23366. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23367. 2984.79 s [genvalidity-hspec] is symmetric for "valid (Ratio Integer)"s [✔]
  23368. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23369. 2984.79 s [genvalidity-hspec] is transitive for "valid (Ratio Integer)"s [✔]
  23370. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23371. 2984.79 s [genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "valid (Ratio Integer)"s [✔]
  23372. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23373. 2984.79 s [genvalidity-hspec] (/=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  23374. 2984.79 s [genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"s [✔]
  23375. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23376. 2984.79 s [genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "valid (Ratio Integer)"s [✔]
  23377. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23378. 2984.79 s [genvalidity-hspec] Eq Int
  23379. 2984.79 s [genvalidity-hspec] (==) :: Int -> Int -> Bool
  23380. 2984.79 s [genvalidity-hspec] is reflexive for "valid Int"s [✔]
  23381. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23382. 2984.79 s [genvalidity-hspec] is symmetric for "valid Int"s [✔]
  23383. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23384. 2984.79 s [genvalidity-hspec] is transitive for "valid Int"s [✔]
  23385. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23386. 2984.79 s [genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "valid Int"s [✔]
  23387. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23388. 2984.79 s [genvalidity-hspec] (/=) :: Int -> Int -> Bool
  23389. 2984.79 s [genvalidity-hspec] is antireflexive for "valid Int"s [✔]
  23390. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23391. 2984.79 s [crypton] SHA224: OK (0.28s)
  23392. 2984.79 s [crypton] +++ OK, passed 5 tests.
  23393. 2984.79 s [crypton] SHA256: OK (0.32s)
  23394. 2984.79 s [crypton] +++ OK, passed 5 tests.
  23395. 2984.79 s [crypton] SHA384: OK (0.14s)
  23396. 2984.79 s [crypton] +++ OK, passed 5 tests.
  23397. 2984.79 s [crypton] SHA512: OK (0.13s)
  23398. 2984.79 s [crypton] +++ OK, passed 5 tests.
  23399. 2984.79 s [crypton] recovery
  23400. 2984.79 s [crypton] SEC_p128r1: OK (0.33s)
  23401. 2984.79 s [crypton] +++ OK, passed 100 tests.
  23402. 2984.79 s [crypton] SEC_p128r2: OK (0.42s)
  23403. 2984.79 s [crypton] +++ OK, passed 100 tests.
  23404. 2984.79 s [crypton] SEC_p256k1: OK (1.01s)
  23405. 2984.79 s [crypton] +++ OK, passed 100 tests.
  23406. 2984.79 s [crypton] SEC_p256r1: OK (1.18s)
  23407. 2984.79 s [crypton] +++ OK, passed 100 tests.
  23408. 2984.79 s [genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "valid Int"s [✔]
  23409. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23410. 2984.79 s [genvalidity-hspec] Eq Int
  23411. 2984.79 s [genvalidity-hspec] (==) :: Int -> Int -> Bool
  23412. 2984.79 s [genvalidity-hspec] is reflexive for "arbitrary Int"s [✔]
  23413. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23414. 2984.79 s [genvalidity-hspec] is symmetric for "arbitrary Int"s [✔]
  23415. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23416. 2984.79 s [genvalidity-hspec] is transitive for "arbitrary Int"s [✔]
  23417. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23418. 2984.79 s [genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "arbitrary Int"s [✔]
  23419. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23420. 2984.79 s [genvalidity-hspec] (/=) :: Int -> Int -> Bool
  23421. 2984.79 s [genvalidity-hspec] is antireflexive for "arbitrary Int"s [✔]
  23422. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23423. 2984.79 s [genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "arbitrary Int"s [✔]
  23424. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23425. 2984.79 s [genvalidity-hspec] Eq Int
  23426. 2984.79 s [genvalidity-hspec] (==) :: Int -> Int -> Bool
  23427. 2984.79 s [genvalidity-hspec] is reflexive for "even Int"s [✔]
  23428. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23429. 2984.79 s [genvalidity-hspec] is symmetric for "even Int"s [✔]
  23430. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23431. 2984.79 s [genvalidity-hspec] is transitive for "even Int"s [✔]
  23432. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23433. 2984.79 s [genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "even Int"s [✔]
  23434. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23435. 2984.79 s [genvalidity-hspec] (/=) :: Int -> Int -> Bool
  23436. 2984.79 s [genvalidity-hspec] is antireflexive for "even Int"s [✔]
  23437. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23438. 2984.79 s [genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "even Int"s [✔]
  23439. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23440. 2984.79 s [genvalidity-hspec] (/=) and (==) don't have opposite semantics [✔]
  23441. 2984.79 s [genvalidity-hspec] Test.Validity.Functor
  23442. 2984.79 s [genvalidity-hspec] Functor []
  23443. 2984.79 s [genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
  23444. 2984.79 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" [✔]
  23445. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23446. 2984.79 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "[] of ints :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  23447. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23448. 2984.79 s [genvalidity-hspec] (<$) :: a -> [] b -> [] a
  23449. 2984.79 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" [✔]
  23450. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23451. 2984.79 s [genvalidity-hspec] Functor Maybe
  23452. 2984.79 s [genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
  23453. 2984.79 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" [✔]
  23454. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23455. 2984.79 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Maybe of ints :: (Maybe Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  23456. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23457. 2984.79 s [genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
  23458. 2984.79 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" [✔]
  23459. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23460. 2984.79 s [genvalidity-hspec] Fcks does not satisfy any Functor laws [✔]
  23461. 2984.79 s [genvalidity-hspec] Functor (Either Int)
  23462. 2984.79 s [genvalidity-hspec] fmap :: (a -> b) -> (Either Int) a -> (Either Int) b
  23463. 2984.79 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "(Either Int) of ints :: (Either Int Int)" [✔]
  23464. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23465. 2984.79 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "(Either Int) of ints :: (Either Int Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  23466. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23467. 2984.79 s [genvalidity-hspec] (<$) :: a -> (Either Int) b -> (Either Int) a
  23468. 2984.79 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "(Either Int) of ints :: (Either Int Int)" [✔]
  23469. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23470. 2984.79 s [genvalidity-hspec] Functor ((,) Int)
  23471. 2984.79 s [genvalidity-hspec] fmap :: (a -> b) -> ((,) Int) a -> ((,) Int) b
  23472. 2984.79 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "((,) Int) of ints :: (Int,Int)" [✔]
  23473. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23474. 2984.79 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "((,) Int) of ints :: (Int,Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  23475. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23476. 2984.79 s [genvalidity-hspec] (<$) :: a -> ((,) Int) b -> ((,) Int) a
  23477. 2984.79 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "((,) Int) of ints :: (Int,Int)" [✔]
  23478. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23479. 2984.79 s [genvalidity-hspec] Functor []
  23480. 2984.79 s [genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
  23481. 2984.79 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" [✔]
  23482. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23483. 2984.79 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "[] of ints :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  23484. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23485. 2984.79 s [genvalidity-hspec] (<$) :: a -> [] b -> [] a
  23486. 2984.79 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" [✔]
  23487. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23488. 2984.79 s [genvalidity-hspec] Functor Maybe
  23489. 2984.79 s [genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
  23490. 2984.79 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" [✔]
  23491. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23492. 2984.79 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Maybe of ints :: (Maybe Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  23493. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23494. 2984.79 s [genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
  23495. 2984.79 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" [✔]
  23496. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23497. 2984.79 s [genvalidity-hspec] Functor []
  23498. 2984.79 s [genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
  23499. 2984.79 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "list of fives :: [Int]" [✔]
  23500. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23501. 2984.79 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "list of fives :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  23502. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23503. 2984.79 s [genvalidity-hspec] (<$) :: a -> [] b -> [] a
  23504. 2984.79 s [genvalidity-hspec] is equivalent to its default implementation for "four :: Int" and "list of fives :: [Int]" [✔]
  23505. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23506. 2984.79 s [genvalidity-hspec] Functor Maybe
  23507. 2984.79 s [genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
  23508. 2984.79 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Just an ABC :: (Maybe [Char])" [✔]
  23509. 2984.79 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23510. 2984.80 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Just an ABC :: (Maybe [Char])" 's given to "prepends :: ([Char] -> [Char])" and "appends :: ([Char] -> [Char])" [✔]
  23511. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23512. 2984.80 s [genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
  23513. 2984.80 s [genvalidity-hspec] is equivalent to its default implementation for "ABC :: [Char]" and "Just an ABC :: (Maybe [Char])" [✔]
  23514. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23515. 2984.80 s [genvalidity-hspec] Test.Validity.GenValidity
  23516. 2984.80 s [genvalidity-hspec] GenValid (Ratio Integer)
  23517. 2984.80 s [genvalidity-hspec] genValid :: Gen (Ratio Integer)
  23518. 2984.80 s [genvalidity-hspec] only generates valid '(Ratio Integer)'s [✔]
  23519. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23520. 2984.80 s [genvalidity-hspec] GenValid (Ratio Integer)
  23521. 2984.80 s [genvalidity-hspec] genValid :: Gen (Ratio Integer)
  23522. 2984.80 s [genvalidity-hspec] only generates valid '(Ratio Integer)'s [✔]
  23523. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23524. 2984.80 s [genvalidity-hspec] Test.Validity.Monad
  23525. 2984.80 s [genvalidity-hspec] Monad []
  23526. 2984.80 s [genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
  23527. 2984.80 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" [✔]
  23528. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23529. 2984.80 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" [✔]
  23530. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23531. 2984.80 s [genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
  23532. 2984.80 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "[] of ints :: [Int]" "perturbations using the int :: (Int -> [Int])" and "perturbations using the double the int :: (Int -> [Int])" [✔]
  23533. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23534. 2984.80 s [genvalidity-hspec] relation with Applicative []
  23535. 2984.80 s [genvalidity-hspec] satisfies 'pure = return' for "[] of ints :: [Int]" [✔]
  23536. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23537. 2984.80 s [genvalidity-hspec] satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" [✔]
  23538. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23539. 2984.80 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" [✔]
  23540. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23541. 2984.80 s [genvalidity-hspec] relation with Functor []
  23542. 2984.80 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" [✔]
  23543. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23544. 2984.80 s [genvalidity-hspec] Monad Maybe
  23545. 2984.80 s [genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  23546. 2984.80 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Maybe Int)" [✔]
  23547. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23548. 2984.80 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" [✔]
  23549. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23550. 2984.80 s [genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  23551. 2984.80 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Maybe of ints :: (Maybe Int)" "perturbations using the int :: (Int -> Maybe Int)" and "perturbations using the double the int :: (Int -> Maybe Int)" [✔]
  23552. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23553. 2984.80 s [genvalidity-hspec] relation with Applicative Maybe
  23554. 2984.80 s [genvalidity-hspec] satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" [✔]
  23555. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23556. 2984.80 s [genvalidity-hspec] satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" [✔]
  23557. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23558. 2984.80 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" [✔]
  23559. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23560. 2984.80 s [genvalidity-hspec] relation with Functor Maybe
  23561. 2984.80 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" [✔]
  23562. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23563. 2984.80 s [genvalidity-hspec] Monad (Either Int)
  23564. 2984.80 s [genvalidity-hspec] return :: a -> (Either Int) a and (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
  23565. 2984.80 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Either Int Int)" [✔]
  23566. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23567. 2984.80 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "(Either Int) of ints :: (Either Int Int)" [✔]
  23568. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23569. 2984.80 s [genvalidity-hspec] (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
  23570. 2984.80 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "(Either Int) of ints :: (Either Int Int)" "perturbations using the int :: (Int -> Either Int Int)" and "perturbations using the double the int :: (Int -> Either Int Int)" [✔]
  23571. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23572. 2984.80 s [genvalidity-hspec] relation with Applicative (Either Int)
  23573. 2984.80 s [genvalidity-hspec] satisfies 'pure = return' for "(Either Int) of ints :: (Either Int Int)" [✔]
  23574. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23575. 2984.80 s [genvalidity-hspec] satisfies '(<*>) = ap' for "(Either Int) of additions :: (Either Int (Int -> Int))" and "(Either Int) of ints :: (Either Int Int)" [✔]
  23576. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23577. 2984.80 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "(Either Int) of ints :: (Either Int Int)" and "(Either Int) of ints :: (Either Int Int)" [✔]
  23578. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23579. 2984.80 s [genvalidity-hspec] relation with Functor (Either Int)
  23580. 2984.80 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "(Either Int) of ints :: (Either Int Int)" [✔]
  23581. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23582. 2984.80 s [genvalidity-hspec] Monad []
  23583. 2984.80 s [genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
  23584. 2984.80 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" [✔]
  23585. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23586. 2984.80 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" [✔]
  23587. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23588. 2984.80 s [genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
  23589. 2984.80 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "[] of ints :: [Int]" "perturbations using the int :: (Int -> [Int])" and "perturbations using the double the int :: (Int -> [Int])" [✔]
  23590. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23591. 2984.80 s [genvalidity-hspec] relation with Applicative []
  23592. 2984.80 s [genvalidity-hspec] satisfies 'pure = return' for "[] of ints :: [Int]" [✔]
  23593. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23594. 2984.80 s [genvalidity-hspec] satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" [✔]
  23595. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23596. 2984.80 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" [✔]
  23597. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23598. 2984.80 s [genvalidity-hspec] relation with Functor []
  23599. 2984.80 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" [✔]
  23600. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23601. 2984.80 s [genvalidity-hspec] Monad Maybe
  23602. 2984.80 s [genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  23603. 2984.80 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Maybe Int)" [✔]
  23604. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23605. 2984.80 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" [✔]
  23606. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23607. 2984.80 s [genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  23608. 2984.80 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Maybe of ints :: (Maybe Int)" "perturbations using the int :: (Int -> Maybe Int)" and "perturbations using the double the int :: (Int -> Maybe Int)" [✔]
  23609. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23610. 2984.80 s [genvalidity-hspec] relation with Applicative Maybe
  23611. 2984.80 s [genvalidity-hspec] satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" [✔]
  23612. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23613. 2984.80 s [genvalidity-hspec] satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" [✔]
  23614. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23615. 2984.80 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" [✔]
  23616. 2984.80 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23617. 2984.80 s [genvalidity-hspec] relation with Functor Maybe
  23618. 2984.81 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" [✔]
  23619. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23620. 2984.81 s [genvalidity-hspec] Monad []
  23621. 2984.81 s [genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
  23622. 2984.81 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "four :: Int" and "singletonisation :: (Int -> [Int])" [✔]
  23623. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23624. 2984.81 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "list of fives :: [Int]" [✔]
  23625. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23626. 2984.81 s [genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
  23627. 2984.81 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "list of fives :: [Int]" "singletonisation :: (Int -> [Int])" and "singletonisation :: (Int -> [Int])" [✔]
  23628. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23629. 2984.81 s [genvalidity-hspec] relation with Applicative []
  23630. 2984.81 s [genvalidity-hspec] satisfies 'pure = return' for "list of fives :: [Int]" [✔]
  23631. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23632. 2984.81 s [genvalidity-hspec] satisfies '(<*>) = ap' for "increment in list :: ([Int -> Int])" and "list of fives :: [Int]" [✔]
  23633. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23634. 2984.81 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "list of fives :: [Int]" and "list of sixes :: [Int]" [✔]
  23635. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23636. 2984.81 s [genvalidity-hspec] relation with Functor []
  23637. 2984.81 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "factorisations :: (Int -> Int)" and "list of fives :: [Int]" [✔]
  23638. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23639. 2984.81 s [genvalidity-hspec] Monad Maybe
  23640. 2984.81 s [genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  23641. 2984.81 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "ABC :: [Char]" and "justisation :: ([Char] -> Maybe [Char])" [✔]
  23642. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23643. 2984.81 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Just an ABC :: (Maybe [Char])" [✔]
  23644. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23645. 2984.81 s [genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  23646. 2984.81 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Just an ABC :: (Maybe [Char])" "justisation :: ([Char] -> Maybe [Char])" and "justisation :: ([Char] -> Maybe [Char])" [✔]
  23647. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23648. 2984.81 s [genvalidity-hspec] relation with Applicative Maybe
  23649. 2984.81 s [genvalidity-hspec] satisfies 'pure = return' for "Just an ABC :: (Maybe [Char])" [✔]
  23650. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23651. 2984.81 s [genvalidity-hspec] satisfies '(<*>) = ap' for "append 'a' in Just :: (Maybe ([Char] -> [Char]))" and "Just an ABC :: (Maybe [Char])" [✔]
  23652. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23653. 2984.81 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "Just an ABC :: (Maybe [Char])" and "Just an ABC :: (Maybe [Char])" [✔]
  23654. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23655. 2984.81 s [genvalidity-hspec] relation with Functor Maybe
  23656. 2984.81 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "appends :: ([Char] -> [Char])" and "Just an ABC :: (Maybe [Char])" [✔]
  23657. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23658. 2984.81 s [genvalidity-hspec] Test.Validity.Monoid
  23659. 2984.81 s [genvalidity-hspec] Monoid ([Ratio Integer])
  23660. 2984.81 s [genvalidity-hspec] mempty :: ([Ratio Integer])
  23661. 2984.81 s [genvalidity-hspec] is the identity for mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer]) for "valid :: ([Ratio Integer])" [✔]
  23662. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23663. 2984.81 s [genvalidity-hspec] mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer])
  23664. 2984.81 s [genvalidity-hspec] is an associative operation for "valid :: (([Ratio Integer],[Ratio Integer],[Ratio Integer]))" [✔]
  23665. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23666. 2984.81 s [genvalidity-hspec] mconcat :: [([Ratio Integer])] -> ([Ratio Integer])
  23667. 2984.81 s [genvalidity-hspec] is equivalent to its default implementation for "valid :: ([[Ratio Integer]])" [✔]
  23668. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23669. 2984.81 s [genvalidity-hspec] Monoid [Int]
  23670. 2984.81 s [genvalidity-hspec] mempty :: [Int]
  23671. 2984.81 s [genvalidity-hspec] is the identity for mappend :: [Int] -> [Int] -> [Int] for "valid :: [Int]" [✔]
  23672. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23673. 2984.81 s [genvalidity-hspec] mappend :: [Int] -> [Int] -> [Int]
  23674. 2984.81 s [genvalidity-hspec] is an associative operation for "valid :: ([Int],[Int],[Int])" [✔]
  23675. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23676. 2984.81 s [genvalidity-hspec] mconcat :: [[Int]] -> [Int]
  23677. 2984.81 s [genvalidity-hspec] is equivalent to its default implementation for "valid :: [[Int]]" [✔]
  23678. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23679. 2984.81 s [genvalidity-hspec] Monoid [Int]
  23680. 2984.81 s [genvalidity-hspec] mempty :: [Int]
  23681. 2984.81 s [genvalidity-hspec] is the identity for mappend :: [Int] -> [Int] -> [Int] for "arbitrary :: [Int]" [✔]
  23682. 2984.81 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23683. 2984.81 s [genvalidity-hspec] mappend :: [Int] -> [Int] -> [Int]
  23684. 2984.82 s [genvalidity-hspec] is an associative operation for "arbitrary :: ([Int],[Int],[Int])" [✔]
  23685. 2984.82 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23686. 2984.82 s [genvalidity-hspec] mconcat :: [[Int]] -> [Int]
  23687. 2984.82 s [genvalidity-hspec] is equivalent to its default implementation for "arbitrary :: [[Int]]" [✔]
  23688. 2984.82 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23689. 2984.82 s [genvalidity-hspec] Monoid [Char]
  23690. 2984.82 s [genvalidity-hspec] mempty :: [Char]
  23691. 2984.82 s [genvalidity-hspec] is the identity for mappend :: [Char] -> [Char] -> [Char] for "singleton list of 'a' :: [Char]" [✔]
  23692. 2984.82 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23693. 2984.82 s [genvalidity-hspec] mappend :: [Char] -> [Char] -> [Char]
  23694. 2984.82 s [genvalidity-hspec] is an associative operation for "singleton list of 'a' :: ([Char],[Char],[Char])" [✔]
  23695. 2984.82 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23696. 2984.82 s [genvalidity-hspec] mconcat :: [[Char]] -> [Char]
  23697. 2984.83 s [genvalidity-hspec] is equivalent to its default implementation for "singleton list of 'a' :: [[Char]]" [✔]
  23698. 2984.83 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23699. 2984.83 s [genvalidity-hspec] Test.Validity.Ord
  23700. 2984.83 s [genvalidity-hspec] Ord (Ratio Integer)
  23701. 2984.83 s [genvalidity-hspec] (<=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  23702. 2984.83 s [genvalidity-hspec] is reflexive for "valid (Ratio Integer)"'s [✔]
  23703. 2984.83 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23704. 2984.83 s [genvalidity-hspec] is antisymmetric for "valid (Ratio Integer)"'s [✔]
  23705. 2984.83 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23706. 2984.83 s [genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
  23707. 2984.83 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23708. 2984.83 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "valid (Ratio Integer)"'s [✔]
  23709. 2984.83 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23710. 2984.83 s [genvalidity-hspec] (>=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  23711. 2984.83 s [genvalidity-hspec] is reflexive for "valid (Ratio Integer)"'s [✔]
  23712. 2984.83 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23713. 2984.83 s [genvalidity-hspec] is antisymmetric for "valid (Ratio Integer)"'s [✔]
  23714. 2984.83 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23715. 2984.83 s [genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
  23716. 2984.83 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23717. 2984.83 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "valid (Ratio Integer)"'s [✔]
  23718. 2984.83 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23719. 2984.83 s [genvalidity-hspec] (<) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  23720. 2984.83 s [genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"'s [✔]
  23721. 2984.83 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23722. 2984.84 s [genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
  23723. 2984.84 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23724. 2984.84 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "valid (Ratio Integer)"'s [✔]
  23725. 2984.84 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23726. 2984.84 s [genvalidity-hspec] (>) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  23727. 2984.84 s [genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"'s [✔]
  23728. 2984.84 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23729. 2984.84 s [genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
  23730. 2984.84 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23731. 2984.85 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "valid (Ratio Integer)"'s [✔]
  23732. 2984.85 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23733. 2984.85 s [genvalidity-hspec] "min :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
  23734. 2984.85 s [genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "valid (Ratio Integer)"'s [✔]
  23735. 2984.85 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23736. 2984.85 s [genvalidity-hspec] "max :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
  23737. 2984.85 s [genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "valid (Ratio Integer)"'s [✔]
  23738. 2984.85 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23739. 2984.85 s [genvalidity-hspec] NaN >= NaN is False [✔]
  23740. 2984.85 s [genvalidity-hspec] Ord Int
  23741. 2984.85 s [genvalidity-hspec] (<=) :: Int -> Int -> Bool
  23742. 2984.85 s [genvalidity-hspec] is reflexive for "valid Int"'s [✔]
  23743. 2984.85 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23744. 2984.85 s [genvalidity-hspec] is antisymmetric for "valid Int"'s [✔]
  23745. 2984.85 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23746. 2984.86 s [genvalidity-hspec] is transitive for "valid Int"'s [✔]
  23747. 2984.86 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23748. 2984.86 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "valid Int"'s [✔]
  23749. 2984.86 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23750. 2984.86 s [genvalidity-hspec] (>=) :: Int -> Int -> Bool
  23751. 2984.87 s [genvalidity-hspec] is reflexive for "valid Int"'s [✔]
  23752. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23753. 2984.87 s [genvalidity-hspec] is antisymmetric for "valid Int"'s [✔]
  23754. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23755. 2984.87 s [genvalidity-hspec] is transitive for "valid Int"'s [✔]
  23756. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23757. 2984.87 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "valid Int"'s [✔]
  23758. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23759. 2984.87 s [genvalidity-hspec] (<) :: Int -> Int -> Bool
  23760. 2984.87 s [genvalidity-hspec] is antireflexive for "valid Int"'s [✔]
  23761. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23762. 2984.87 s [genvalidity-hspec] is transitive for "valid Int"'s [✔]
  23763. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23764. 2984.87 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "valid Int"'s [✔]
  23765. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23766. 2984.87 s [genvalidity-hspec] (>) :: Int -> Int -> Bool
  23767. 2984.87 s [genvalidity-hspec] is antireflexive for "valid Int"'s [✔]
  23768. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23769. 2984.87 s [genvalidity-hspec] is transitive for "valid Int"'s [✔]
  23770. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23771. 2984.87 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "valid Int"'s [✔]
  23772. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23773. 2984.87 s [genvalidity-hspec] "min :: (Int -> Int -> Int)"
  23774. 2984.87 s [genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "valid Int"'s [✔]
  23775. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23776. 2984.87 s [genvalidity-hspec] "max :: (Int -> Int -> Int)"
  23777. 2984.87 s [genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "valid Int"'s [✔]
  23778. 2984.87 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23779. 2984.87 s [genvalidity-hspec] Ord Int
  23780. 2984.87 s [genvalidity-hspec] (<=) :: Int -> Int -> Bool
  23781. 2984.87 s [genvalidity-hspec] is reflexive for "arbitrary Int"'s [✔]
  23782. 2984.88 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23783. 2984.88 s [genvalidity-hspec] is antisymmetric for "arbitrary Int"'s [✔]
  23784. 2984.88 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23785. 2984.88 s [genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
  23786. 2984.88 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23787. 2984.88 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "arbitrary Int"'s [✔]
  23788. 2984.88 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23789. 2984.88 s [genvalidity-hspec] (>=) :: Int -> Int -> Bool
  23790. 2984.88 s [genvalidity-hspec] is reflexive for "arbitrary Int"'s [✔]
  23791. 2984.88 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23792. 2984.88 s [genvalidity-hspec] is antisymmetric for "arbitrary Int"'s [✔]
  23793. 2984.88 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23794. 2984.88 s [genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
  23795. 2984.88 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23796. 2984.88 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "arbitrary Int"'s [✔]
  23797. 2984.88 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23798. 2984.89 s [genvalidity-hspec] (<) :: Int -> Int -> Bool
  23799. 2984.89 s [genvalidity-hspec] is antireflexive for "arbitrary Int"'s [✔]
  23800. 2984.89 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23801. 2984.89 s [genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
  23802. 2984.89 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23803. 2984.89 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "arbitrary Int"'s [✔]
  23804. 2984.89 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23805. 2984.89 s [genvalidity-hspec] (>) :: Int -> Int -> Bool
  23806. 2984.89 s [genvalidity-hspec] is antireflexive for "arbitrary Int"'s [✔]
  23807. 2984.89 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23808. 2984.89 s [genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
  23809. 2984.89 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23810. 2984.89 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "arbitrary Int"'s [✔]
  23811. 2984.89 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23812. 2984.89 s [genvalidity-hspec] "min :: (Int -> Int -> Int)"
  23813. 2984.89 s [genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "arbitrary Int"'s [✔]
  23814. 2984.89 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23815. 2984.89 s [genvalidity-hspec] "max :: (Int -> Int -> Int)"
  23816. 2984.90 s [genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "arbitrary Int"'s [✔]
  23817. 2984.90 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23818. 2984.90 s [genvalidity-hspec] Ord Int
  23819. 2984.90 s [genvalidity-hspec] (<=) :: Int -> Int -> Bool
  23820. 2984.90 s [genvalidity-hspec] is reflexive for "even Int"'s [✔]
  23821. 2984.90 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23822. 2984.90 s [genvalidity-hspec] is antisymmetric for "even Int"'s [✔]
  23823. 2984.90 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23824. 2984.90 s [genvalidity-hspec] is transitive for "even Int"'s [✔]
  23825. 2984.90 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23826. 2984.90 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "even Int"'s [✔]
  23827. 2984.90 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23828. 2984.90 s [genvalidity-hspec] (>=) :: Int -> Int -> Bool
  23829. 2984.91 s [genvalidity-hspec] is reflexive for "even Int"'s [✔]
  23830. 2984.91 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23831. 2984.91 s [genvalidity-hspec] is antisymmetric for "even Int"'s [✔]
  23832. 2984.91 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23833. 2984.91 s [genvalidity-hspec] is transitive for "even Int"'s [✔]
  23834. 2984.91 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23835. 2984.91 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "even Int"'s [✔]
  23836. 2984.91 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23837. 2984.91 s [genvalidity-hspec] (<) :: Int -> Int -> Bool
  23838. 2984.91 s [genvalidity-hspec] is antireflexive for "even Int"'s [✔]
  23839. 2984.91 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23840. 2984.91 s [genvalidity-hspec] is transitive for "even Int"'s [✔]
  23841. 2984.91 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23842. 2984.91 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "even Int"'s [✔]
  23843. 2984.91 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23844. 2984.91 s [genvalidity-hspec] (>) :: Int -> Int -> Bool
  23845. 2984.91 s [genvalidity-hspec] is antireflexive for "even Int"'s [✔]
  23846. 2984.91 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23847. 2984.91 s [genvalidity-hspec] is transitive for "even Int"'s [✔]
  23848. 2984.91 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23849. 2984.91 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "even Int"'s [✔]
  23850. 2984.92 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23851. 2984.92 s [genvalidity-hspec] "min :: (Int -> Int -> Int)"
  23852. 2984.92 s [genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "even Int"'s [✔]
  23853. 2984.92 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23854. 2984.92 s [genvalidity-hspec] "max :: (Int -> Int -> Int)"
  23855. 2984.92 s [genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "even Int"'s [✔]
  23856. 2984.92 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23857. 2984.93 s [genvalidity-hspec] Test.Validity.Show
  23858. 2984.93 s [genvalidity-hspec] Show (Ratio Integer) and Read (Ratio Integer)
  23859. 2984.93 s [genvalidity-hspec] are implemented such that read . show == id for valid values [✔]
  23860. 2984.93 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23861. 2984.93 s [genvalidity-hspec] Show Int and Read Int
  23862. 2984.93 s [genvalidity-hspec] are implemented such that read . show == id for valid values [✔]
  23863. 2984.93 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23864. 2984.93 s [genvalidity-hspec] Show (Ratio Integer) and Read (Ratio Integer)
  23865. 2984.93 s [genvalidity-hspec] are implemented such that read . show == id for arbitrary values [✔]
  23866. 2984.93 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23867. 2984.93 s [genvalidity-hspec] Show Int and Read Int
  23868. 2984.93 s [genvalidity-hspec] are implemented such that read . show == id for even values [✔]
  23869. 2984.93 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23870. 2984.93 s [genvalidity-hspec] show and read don't have the correct semantics [✔]
  23871. 2984.93 s [genvalidity-hspec] Test.Validity.Shrinking
  23872. 2984.93 s [genvalidity-hspec] shrinkValid :: (Ratio Int8 -> [Ratio Int8])
  23873. 2984.93 s [genvalidity-hspec] preserves validity [✔]
  23874. 2984.93 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23875. 2984.93 s [genvalidity-hspec] never shrinks to itself for valid values [✔]
  23876. 2984.93 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23877. 2984.93 s [genvalidity-hspec] shrinkValid :: (Int -> [Int])
  23878. 2984.93 s [genvalidity-hspec] preserves validity [✔]
  23879. 2984.93 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23880. 2984.93 s [genvalidity-hspec] never shrinks to itself for valid values [✔]
  23881. 2984.93 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23882. 2984.93 s [genvalidity-hspec] shrinkValidPreservesValidOnGenValid
  23883. 2984.94 s [genvalidity-hspec] Ordering [✔]
  23884. 2984.94 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23885. 2984.94 s [genvalidity-hspec] [Ordering] [✔]
  23886. 2984.94 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23887. 2984.94 s [genvalidity-hspec] shrinkValidPreservesValidOnGenValid
  23888. 2984.94 s [genvalidity-hspec] Ordering [✔]
  23889. 2984.94 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23890. 2984.94 s [genvalidity-hspec] [Ordering] [✔]
  23891. 2984.94 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23892. 2984.94 s [genvalidity-hspec] shrinkValidDoesNotShrinkToItself
  23893. 2984.94 s [genvalidity-hspec] Int [✔]
  23894. 2984.94 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23895. 2984.94 s [genvalidity-hspec] [Int] [✔]
  23896. 2984.94 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23897. 2984.94 s [genvalidity-hspec] shrinkValidDoesNotShrinkToItself
  23898. 2984.94 s [genvalidity-hspec] Ordering [✔]
  23899. 2984.94 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23900. 2984.94 s [genvalidity-hspec] [Ordering] [✔]
  23901. 2984.94 s [genvalidity-hspec] +++ OK, passed 100 tests.
  23902. 2984.94 s [genvalidity-hspec]
  23903. 2984.94 s [genvalidity-hspec] Finished in 2.6667 seconds
  23904. 2984.94 s [genvalidity-hspec] 245 examples, 0 failures
  23905. 2984.95 s [genvalidity-hspec] Test suite genvalidity-hspec-test: PASS
  23906. 2984.95 s [genvalidity-hspec] Test suite logged to:
  23907. 2984.95 s [genvalidity-hspec] dist/test/genvalidity-hspec-1.0.0.3-genvalidity-hspec-test.log
  23908. 2984.95 s [genvalidity-hspec] 1 of 1 test suites (1 of 1 test cases) passed.
  23909. 2984.95 s [genvalidity-hspec] Phase: haddockPhase
  23910. 2984.96 s [profunctors] Phase: setupCompilerEnvironmentPhase
  23911. 2984.98 s [profunctors] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  23912. 2985.70 s [genvalidity-hspec] Preprocessing library for genvalidity-hspec-1.0.0.3..
  23913. 2985.73 s [genvalidity-hspec] Running Haddock on library for genvalidity-hspec-1.0.0.3..
  23914. 2985.83 s [profunctors] Phase: unpackPhase
  23915. 2985.85 s [profunctors] unpacking source archive /nix/store/ngllkgglabjcz9ikrc2hc3xpd74adv53-profunctors-5.6.2.tar.gz
  23916. 2985.87 s [profunctors] source root is profunctors-5.6.2
  23917. 2985.91 s [profunctors] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "profunctors-5.6.2/.vim.custom"
  23918. 2985.94 s [profunctors] Phase: patchPhase
  23919. 2985.96 s [profunctors] Replace Cabal file with edited version from mirror://hackage/profunctors-5.6.2/revision/3.cabal.
  23920. 2986.00 s [profunctors] Phase: compileBuildDriverPhase
  23921. 2986.00 s [smallcheck] Phase: fixupPhase
  23922. 2986.01 s [crypton] SEC_t131r1: OK (3.23s)
  23923. 2986.01 s [crypton] +++ OK, passed 50 tests.
  23924. 2986.02 s [profunctors] setupCompileFlags: -package-db=/build/tmp.W2N6EW3DnQ/setup-package.conf.d -threaded
  23925. 2986.18 s [smallcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1
  23926. 2986.20 s [smallcheck] shrinking /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSsmallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh-ghc9.6.4.so
  23927. 2986.21 s [smallcheck] checking for references to /build/ in /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1...
  23928. 2986.28 s [smallcheck] patching script interpreter paths in /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1
  23929. 2986.30 s [genvalidity-hspec] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  23930. 2986.31 s [smallcheck] stripping (with command strip and flags -S -p) in /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1/lib
  23931. 2986.32 s [profunctors] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.W2N6EW3DnQ/Main.o )
  23932. 2986.71 s [profunctors] [2 of 2] Linking Setup
  23933. 2987.02 s [smallcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc
  23934. 2987.03 s [smallcheck] checking for references to /build/ in /nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc...
  23935. 2987.05 s [smallcheck] patching script interpreter paths in /nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc
  23936. 2987.47 s [smallcheck:post-build] Uploading to the NixCI cache: /nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1 /nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc
  23937. 2988.34 s [smallcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  23938. 2989.06 s [smallcheck:post-build] copying 2 paths...
  23939. 2989.06 s [smallcheck:post-build] copying path '/nix/store/rz1ridbf20v90ryw2y03xha97s7gkaxw-smallcheck-1.2.1.1-doc' to 'https://cache.nix-ci.com'...
  23940. 2990.00 s [smallcheck:post-build] copying path '/nix/store/r7i23xpddwk7cn3dm1ddk9amihjqbzpi-smallcheck-1.2.1.1' to 'https://cache.nix-ci.com'...
  23941. 2998.19 s [smallcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  23942. 2999.24 s [smallcheck:post-build] copying 1 paths...
  23943. 2999.24 s [smallcheck:post-build] copying path '/nix/store/6mfi3vcj99s8ksjsgyqq7vismidimf91-smallcheck-1.2.1.1.drv' to 'https://cache.nix-ci.com'...
  23944. 3000.04 s Uploaded smallcheck in 12.6s
  23945. 3000.05 s Progress: 161 of 211 built (6 building), 298 of 298 downloaded from cache
  23946. 3000.05 s Built smallcheck in 1m20s
  23947. 3000.26 s Building /nix/store/0wyy0379f9mwn9f4prqgs29fjn8nrpda-tasty-smallcheck-0.8.2.drv
  23948. 3000.27 s [crypton] SEC_t131r2: OK (3.21s)
  23949. 3000.27 s [crypton] +++ OK, passed 50 tests.
  23950. 3000.27 s [crypton] SEC_t233k1: OK (3.69s)
  23951. 3000.27 s [crypton] +++ OK, passed 20 tests.
  23952. 3000.27 s [crypton] SEC_t233r1: OK (3.85s)
  23953. 3000.27 s [crypton] +++ OK, passed 20 tests.
  23954. 3000.27 s [crypton] normalize
  23955. 3000.27 s [crypton] SEC_p128r1: OK (0.12s)
  23956. 3000.27 s [crypton] +++ OK, passed 100 tests.
  23957. 3000.27 s [crypton] SEC_p128r2: OK (0.13s)
  23958. 3000.27 s [crypton] +++ OK, passed 100 tests.
  23959. 3000.27 s [crypton] SEC_p256k1: OK (0.25s)
  23960. 3000.27 s [crypton] +++ OK, passed 100 tests.
  23961. 3000.27 s [crypton] SEC_p256r1: OK (0.25s)
  23962. 3000.27 s [crypton] +++ OK, passed 100 tests.
  23963. 3000.27 s [crypton] SEC_t131r1: OK (0.74s)
  23964. 3000.27 s [crypton] +++ OK, passed 50 tests.
  23965. 3000.27 s [crypton] SEC_t131r2: OK (0.69s)
  23966. 3000.27 s [crypton] +++ OK, passed 50 tests.
  23967. 3000.27 s [crypton] SEC_t233k1: OK (0.92s)
  23968. 3000.27 s [crypton] +++ OK, passed 20 tests.
  23969. 3000.27 s [genvalidity-hspec] 22% ( 2 / 9) in 'Test.Validity.Utils'
  23970. 3000.27 s [genvalidity-hspec] Missing documentation for:
  23971. 3000.27 s [genvalidity-hspec] nameOf (src/Test/Validity/Utils.hs:34)
  23972. 3000.27 s [genvalidity-hspec] genDescr (src/Test/Validity/Utils.hs:44)
  23973. 3000.27 s [genvalidity-hspec] binRelStr (src/Test/Validity/Utils.hs:51)
  23974. 3000.27 s [genvalidity-hspec] shouldFail (src/Test/Validity/Utils.hs:115)
  23975. 3000.27 s [genvalidity-hspec] Anon (src/Test/Validity/Utils.hs:60)
  23976. 3000.27 s [genvalidity-hspec] shouldBeValid
  23977. 3000.27 s [genvalidity-hspec] shouldBeInvalid
  23978. 3000.27 s [genvalidity-hspec]
  23979. 3000.27 s [genvalidity-hspec] src/Test/Validity/Utils.hs:90:9: warning: [GHC-20125] [-Wmissing-fields]
  23980. 3000.27 s [genvalidity-hspec] • Fields of ‘Item’ not initialised:
  23981. 3000.27 s [genvalidity-hspec] itemAnnotations :: hspec-core-2.11.12:Test.Hspec.Core.Annotations.Annotations
  23982. 3000.27 s [genvalidity-hspec] • In the first argument of ‘Leaf’, namely
  23983. 3000.27 s [genvalidity-hspec] ‘Item
  23984. 3000.27 s [genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
  23985. 3000.27 s [genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
  23986. 3000.27 s [genvalidity-hspec] itemExample = \ _ _ _
  23987. 3000.27 s [genvalidity-hspec] -> do let ...
  23988. 3000.27 s [genvalidity-hspec] ....}’
  23989. 3000.27 s [genvalidity-hspec] In the expression:
  23990. 3000.27 s [genvalidity-hspec] Leaf
  23991. 3000.27 s [genvalidity-hspec] Item
  23992. 3000.27 s [genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
  23993. 3000.27 s [genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
  23994. 3000.27 s [genvalidity-hspec] itemExample = \ _ _ _
  23995. 3000.27 s [genvalidity-hspec] -> do let ...
  23996. 3000.27 s [genvalidity-hspec] ....}
  23997. 3000.27 s [genvalidity-hspec] In an equation for ‘go’:
  23998. 3000.27 s [genvalidity-hspec] go sp
  23999. 3000.27 s [genvalidity-hspec] = Leaf
  24000. 3000.27 s [genvalidity-hspec] Item
  24001. 3000.27 s [genvalidity-hspec] {itemRequirement = s, itemLocation = Nothing,
  24002. 3000.27 s [genvalidity-hspec] itemIsFocused = False, itemIsParallelizable = Nothing,
  24003. 3000.27 s [genvalidity-hspec] itemExample = \ _ _ _ -> do ...}
  24004. 3000.28 s [genvalidity-hspec] |
  24005. 3000.28 s [genvalidity-hspec] 90 | Item
  24006. 3000.28 s [genvalidity-hspec] | ^^^^...
  24007. 3000.28 s [genvalidity-hspec] 45% ( 5 / 11) in 'Test.Validity.Shrinking'
  24008. 3000.28 s [genvalidity-hspec] Missing documentation for:
  24009. 3000.28 s [genvalidity-hspec] shrinkValidSpec (src/Test/Validity/Shrinking.hs:31)
  24010. 3000.28 s [genvalidity-hspec] shrinkValidSpecWithLimit (src/Test/Validity/Shrinking.hs:43)
  24011. 3000.28 s [genvalidity-hspec] shrinkValidPreservesValidOnGenValid (src/Test/Validity/Shrinking.hs:62)
  24012. 3000.28 s [genvalidity-hspec] shrinkValidPreservesValidOnGenValidWithLimit (src/Test/Validity/Shrinking.hs:69)
  24013. 3000.28 s [genvalidity-hspec] shrinkValidDoesNotShrinkToItself (src/Test/Validity/Shrinking.hs:77)
  24014. 3000.28 s [genvalidity-hspec] shrinkValidDoesNotShrinkToItselfWithLimit (src/Test/Validity/Shrinking.hs:84)
  24015. 3000.28 s [genvalidity-hspec] 100% ( 7 / 7) in 'Test.Validity.Show'
  24016. 3000.28 s [genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Ord'
  24017. 3000.28 s [genvalidity-hspec] 100% ( 5 / 5) in 'Test.Validity.Monoid'
  24018. 3000.28 s [genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Monad'
  24019. 3000.28 s [genvalidity-hspec] 100% ( 5 / 5) in 'Test.Validity.GenValidity'
  24020. 3000.28 s [genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Functor'
  24021. 3000.28 s [genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Eq'
  24022. 3000.28 s [genvalidity-hspec] 100% ( 3 / 3) in 'Test.Validity.Arbitrary'
  24023. 3000.28 s [genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Applicative'
  24024. 3000.28 s [genvalidity-hspec] Warning: 'Spec' is out of scope.
  24025. 3000.28 s [genvalidity-hspec] If you qualify the identifier, haddock can try to link it anyway.
  24026. 3000.28 s [genvalidity-hspec] Warning: 'producesValidsOnValids' is out of scope.
  24027. 3000.28 s [genvalidity-hspec] If you qualify the identifier, haddock can try to link it anyway.
  24028. 3000.28 s [genvalidity-hspec] 63% (122 /192) in 'Test.Validity'
  24029. 3000.28 s [genvalidity-hspec] Missing documentation for:
  24030. 3000.28 s [genvalidity-hspec] forAllValid
  24031. 3000.28 s [genvalidity-hspec] shouldBeValid
  24032. 3000.28 s [genvalidity-hspec] shouldBeInvalid
  24033. 3000.28 s [genvalidity-hspec] shrinkValidSpec (src/Test/Validity/Shrinking.hs:31)
  24034. 3000.28 s [genvalidity-hspec] shrinkValidSpecWithLimit (src/Test/Validity/Shrinking.hs:43)
  24035. 3000.28 s [genvalidity-hspec] shrinkValidPreservesValidOnGenValid (src/Test/Validity/Shrinking.hs:62)
  24036. 3000.28 s [genvalidity-hspec] producesValidsOnGens2
  24037. 3000.28 s [genvalidity-hspec] producesValid2
  24038. 3000.28 s [genvalidity-hspec] producesValidsOnArbitrary2
  24039. 3000.28 s [genvalidity-hspec] producesValidsOnGens3
  24040. 3000.28 s [genvalidity-hspec] producesValid3
  24041. 3000.28 s [genvalidity-hspec] producesValidsOnArbitrary3
  24042. 3000.28 s [genvalidity-hspec] succeedsOnGens2
  24043. 3000.28 s [genvalidity-hspec] succeeds2
  24044. 3000.28 s [genvalidity-hspec] succeedsOnArbitrary2
  24045. 3000.28 s [genvalidity-hspec] failsOnGens2
  24046. 3000.28 s [genvalidity-hspec] validIfSucceedsOnGens2
  24047. 3000.28 s [genvalidity-hspec] validIfSucceeds2
  24048. 3000.28 s [genvalidity-hspec] validIfSucceedsOnArbitrary2
  24049. 3000.28 s [genvalidity-hspec] validIfSucceedsOnGens3
  24050. 3000.28 s [genvalidity-hspec] validIfSucceeds3
  24051. 3000.28 s [genvalidity-hspec] validIfSucceedsOnArbitrary3
  24052. 3000.28 s [genvalidity-hspec] equivalentOnGen
  24053. 3000.28 s [genvalidity-hspec] equivalent
  24054. 3000.28 s [genvalidity-hspec] equivalentOnGens2
  24055. 3000.28 s [genvalidity-hspec] equivalent2
  24056. 3000.28 s [genvalidity-hspec] equivalentOnGens3
  24057. 3000.28 s [genvalidity-hspec] equivalent3
  24058. 3000.28 s [genvalidity-hspec] equivalentOnArbitrary3
  24059. 3000.28 s [genvalidity-hspec] equivalentWhenFirstSucceedsOnGen
  24060. 3000.28 s [genvalidity-hspec] equivalentWhenFirstSucceeds
  24061. 3000.28 s [genvalidity-hspec] equivalentWhenFirstSucceedsOnArbitrary
  24062. 3000.28 s [genvalidity-hspec] equivalentWhenFirstSucceedsOnGens2
  24063. 3000.28 s [genvalidity-hspec] equivalentWhenFirstSucceeds2
  24064. 3000.28 s [genvalidity-hspec] equivalentWhenFirstSucceedsOnArbitrary2
  24065. 3000.28 s [genvalidity-hspec] equivalentWhenSecondSucceedsOnGen
  24066. 3000.28 s [genvalidity-hspec] equivalentWhenSecondSucceeds
  24067. 3000.28 s [genvalidity-hspec] equivalentWhenSecondSucceedsOnArbitrary
  24068. 3000.28 s [genvalidity-hspec] equivalentWhenSecondSucceedsOnGens2
  24069. 3000.28 s [genvalidity-hspec] equivalentWhenSecondSucceeds2
  24070. 3000.28 s [genvalidity-hspec] equivalentWhenSecondSucceedsOnArbitrary2
  24071. 3000.28 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 )
  24072. 3000.28 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 )
  24073. 3000.28 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 )
  24074. 3000.28 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 )
  24075. 3000.28 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 )
  24076. 3000.28 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 )
  24077. 3000.28 s [profunctors] Phase: updateAutotoolsGnuConfigScriptsPhase
  24078. 3000.28 s [profunctors] Phase: configurePhase
  24079. 3000.28 s [profunctors] configureFlags: --verbose --prefix=/nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc/share/doc/profunctors-5.6.2 --with-gcc=gcc --package-db=/build/tmp.W2N6EW3DnQ/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  24080. 3000.28 s [profunctors] Using Parsec parser
  24081. 3000.28 s [profunctors] Configuring profunctors-5.6.2...
  24082. 3000.28 s [profunctors] Dependency base >=4.7 && <5: using base-4.18.2.0
  24083. 3000.28 s [profunctors] Dependency base-orphans >=0.8.4 && <0.10: using base-orphans-0.9.3
  24084. 3000.28 s [profunctors] Dependency bifunctors >=5.5.9 && <6: using bifunctors-5.6.2
  24085. 3000.28 s [profunctors] Dependency comonad >=5.0.8 && <6: using comonad-5.0.9
  24086. 3000.28 s [profunctors] Dependency contravariant >=1.5.3 && <2: using contravariant-1.5.5
  24087. 3000.28 s [profunctors] Dependency distributive >=0.5.2 && <1: using distributive-0.6.2.1
  24088. 3000.28 s [profunctors] Dependency tagged >=0.8.6.1 && <1: using tagged-0.8.8
  24089. 3000.28 s [profunctors] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.0
  24090. 3000.28 s [profunctors] Source component graph: component lib
  24091. 3000.28 s [profunctors] Configured component graph:
  24092. 3000.28 s [profunctors] component profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe
  24093. 3000.28 s [profunctors] include base-4.18.2.0
  24094. 3000.28 s [profunctors] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  24095. 3000.28 s [profunctors] include bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
  24096. 3000.28 s [profunctors] include comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
  24097. 3000.28 s [profunctors] include contravariant-1.5.5-I125tgQh8MTA4fBNbkUir
  24098. 3000.28 s [profunctors] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  24099. 3000.28 s [profunctors] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  24100. 3000.28 s [profunctors] include transformers-0.6.1.0
  24101. 3000.28 s [profunctors] Linked component graph:
  24102. 3000.28 s [profunctors] unit profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe
  24103. 3000.28 s [profunctors] include base-4.18.2.0
  24104. 3000.28 s [profunctors] include base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  24105. 3000.29 s [profunctors] include bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
  24106. 3000.29 s [profunctors] include comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
  24107. 3000.29 s [profunctors] include contravariant-1.5.5-I125tgQh8MTA4fBNbkUir
  24108. 3000.29 s [profunctors] include distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  24109. 3000.29 s [profunctors] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  24110. 3000.29 s [profunctors] include transformers-0.6.1.0
  24111. 3000.29 s [vector] [14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o, dist/build/Data/Vector/Primitive/Mutable.dyn_o )
  24112. 3000.29 s [vector] [15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o, dist/build/Data/Vector/Primitive.dyn_o )
  24113. 3000.29 s [vector] [16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o, dist/build/Data/Vector/Storable/Internal.dyn_o )
  24114. 3000.29 s [vector] [17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o, dist/build/Data/Vector/Storable/Mutable.dyn_o )
  24115. 3000.29 s [vector] [18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o, dist/build/Data/Vector/Storable.dyn_o )
  24116. 3000.29 s [vector] [19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, dist/build/Data/Vector/Strict/Mutable.o, dist/build/Data/Vector/Strict/Mutable.dyn_o )
  24117. 3000.29 s [vector] [20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, dist/build/Data/Vector/Strict.o, dist/build/Data/Vector/Strict.dyn_o )
  24118. 3000.29 s [genvalidity-hspec] equivalentWhenSucceedOnGen
  24119. 3000.29 s [genvalidity-hspec] equivalentWhenSucceed
  24120. 3000.29 s [genvalidity-hspec] equivalentWhenSucceedOnArbitrary
  24121. 3000.29 s [genvalidity-hspec] equivalentWhenSucceedOnGens2
  24122. 3000.29 s [genvalidity-hspec] equivalentWhenSucceed2
  24123. 3000.29 s [genvalidity-hspec] equivalentWhenSucceedOnArbitrary2
  24124. 3000.29 s [genvalidity-hspec] inverseFunctionsOnGen
  24125. 3000.29 s [genvalidity-hspec] inverseFunctions
  24126. 3000.29 s [genvalidity-hspec] inverseFunctionsIfFirstSucceedsOnGen
  24127. 3000.29 s [genvalidity-hspec] inverseFunctionsIfFirstSucceeds
  24128. 3000.29 s [genvalidity-hspec] inverseFunctionsIfFirstSucceedsOnArbitrary
  24129. 3000.29 s [genvalidity-hspec] inverseFunctionsIfSecondSucceedsOnGen
  24130. 3000.29 s [genvalidity-hspec] inverseFunctionsIfSecondSucceeds
  24131. 3000.29 s [genvalidity-hspec] inverseFunctionsIfSecondSucceedsOnArbitrary
  24132. 3000.29 s [genvalidity-hspec] inverseFunctionsIfSucceedOnGen
  24133. 3000.29 s [genvalidity-hspec] inverseFunctionsIfSucceed
  24134. 3000.29 s [genvalidity-hspec] inverseFunctionsIfSucceedOnArbitrary
  24135. 3000.29 s [genvalidity-hspec] idempotentOnGen
  24136. 3000.29 s [genvalidity-hspec] idempotent
  24137. 3000.29 s [genvalidity-hspec] reflexivityOnGen
  24138. 3000.29 s [genvalidity-hspec] transitivityOnGens
  24139. 3000.29 s [genvalidity-hspec] antisymmetryOnGensWithEquality
  24140. 3000.29 s [genvalidity-hspec] antisymmetryOnGens
  24141. 3000.29 s [genvalidity-hspec] antireflexivityOnGen
  24142. 3000.29 s [genvalidity-hspec] symmetryOnGens
  24143. 3000.29 s [genvalidity-hspec] leftIdentityOnGenWithEquality
  24144. 3000.29 s [genvalidity-hspec] leftIdentityOnGen
  24145. 3000.29 s [genvalidity-hspec] rightIdentityOnGenWithEquality
  24146. 3000.29 s [genvalidity-hspec] rightIdentityOnGen
  24147. 3000.29 s [profunctors] Data.Profunctor=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor,Data.Profunctor.Adjunction=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Adjunction,Data.Profunctor.Cayley=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Cayley,Data.Profunctor.Choice=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Choice,Data.Profunctor.Closed=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Closed,Data.Profunctor.Composition=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Composition,Data.Profunctor.Mapping=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Mapping,Data.Profunctor.Monad=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Monad,Data.Profunctor.Ran=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Ran,Data.Profunctor.Rep=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Rep,Data.Profunctor.Sieve=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Sieve,Data.Profunctor.Strong=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Strong,Data.Profunctor.Traversing=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Traversing,Data.Profunctor.Types=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Types,Data.Profunctor.Unsafe=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Unsafe,Data.Profunctor.Yoneda=profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe:Data.Profunctor.Yoneda
  24148. 3000.29 s [profunctors] Ready component graph:
  24149. 3000.29 s [profunctors] definite profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe
  24150. 3000.29 s [profunctors] depends base-4.18.2.0
  24151. 3000.29 s [profunctors] depends base-orphans-0.9.3-6h0YiJERna8ofg78wnY3Z
  24152. 3000.29 s [profunctors] depends bifunctors-5.6.2-FtpfLJP6djS4ed68oTi3Dm
  24153. 3000.29 s [profunctors] depends comonad-5.0.9-7CmGEyMlQXFLabQ5CvgHxi
  24154. 3000.29 s [profunctors] depends contravariant-1.5.5-I125tgQh8MTA4fBNbkUir
  24155. 3000.29 s [profunctors] depends distributive-0.6.2.1-IcalNfKic7eJvY6hhw1XKy
  24156. 3000.29 s [profunctors] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  24157. 3000.29 s [profunctors] depends transformers-0.6.1.0
  24158. 3000.29 s [profunctors] Using Cabal-3.10.1.0 compiled by ghc-9.6
  24159. 3000.29 s [profunctors] Using compiler: ghc-9.6.4
  24160. 3000.29 s [profunctors] Using install prefix:
  24161. 3000.29 s [profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2
  24162. 3000.29 s [profunctors] Executables installed in:
  24163. 3000.29 s [profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/bin
  24164. 3000.29 s [profunctors] Libraries installed in:
  24165. 3000.29 s [profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe
  24166. 3000.29 s [profunctors] Dynamic Libraries installed in:
  24167. 3000.29 s [profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  24168. 3000.29 s [profunctors] Private executables installed in:
  24169. 3000.29 s [profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/libexec/x86_64-linux-ghc-9.6.4/profunctors-5.6.2
  24170. 3000.29 s [profunctors] Data files installed in:
  24171. 3000.29 s [profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/share/x86_64-linux-ghc-9.6.4/profunctors-5.6.2
  24172. 3000.29 s [profunctors] Documentation installed in:
  24173. 3000.29 s [profunctors] /nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc/share/doc/profunctors-5.6.2
  24174. 3000.29 s [profunctors] Configuration files installed in:
  24175. 3000.29 s [profunctors] /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/etc
  24176. 3000.29 s [profunctors] No alex found
  24177. 3000.29 s [profunctors] Using ar found on system at:
  24178. 3000.29 s [profunctors] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  24179. 3000.29 s [profunctors] No c2hs found
  24180. 3000.29 s [profunctors] No cpphs found
  24181. 3000.29 s [profunctors] No doctest found
  24182. 3000.29 s [profunctors] Using gcc version 14.3.0 given by user at:
  24183. 3000.29 s [profunctors] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  24184. 3000.29 s [profunctors] Using ghc version 9.6.4 found on system at:
  24185. 3000.29 s [profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  24186. 3000.29 s [profunctors] Using ghc-pkg version 9.6.4 found on system at:
  24187. 3000.29 s [profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  24188. 3000.29 s [profunctors] No ghcjs found
  24189. 3000.29 s [profunctors] No ghcjs-pkg found
  24190. 3000.29 s [profunctors] No greencard found
  24191. 3000.29 s [profunctors] Using haddock version 2.29.2 found on system at:
  24192. 3000.29 s [profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  24193. 3000.29 s [profunctors] No happy found
  24194. 3000.29 s [profunctors] Using haskell-suite found on system at: haskell-suite-dummy-location
  24195. 3000.29 s [profunctors] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  24196. 3000.29 s [profunctors] No hmake found
  24197. 3000.29 s [profunctors] Using hpc version 0.68 found on system at:
  24198. 3000.29 s [profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  24199. 3000.29 s [profunctors] Using hsc2hs version 0.68.9 found on system at:
  24200. 3000.29 s [profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  24201. 3000.29 s [profunctors] Using hscolour version 1.25 found on system at:
  24202. 3000.29 s [profunctors] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  24203. 3000.29 s [profunctors] No jhc found
  24204. 3000.29 s [profunctors] Using ld found on system at:
  24205. 3000.29 s [profunctors] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  24206. 3000.29 s [profunctors] No pkg-config found
  24207. 3000.29 s [profunctors] Using runghc version 9.6.4 found on system at:
  24208. 3000.29 s [profunctors] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  24209. 3000.29 s [profunctors] Using strip version 2.44 found on system at:
  24210. 3000.29 s [profunctors] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  24211. 3000.29 s [profunctors] Using tar found on system at:
  24212. 3000.29 s [profunctors] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  24213. 3000.29 s [profunctors] No uhc found
  24214. 3000.29 s [profunctors] Phase: buildPhase
  24215. 3000.29 s [profunctors] Preprocessing library for profunctors-5.6.2..
  24216. 3000.29 s [profunctors] Building library for profunctors-5.6.2..
  24217. 3000.29 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 )
  24218. 3000.29 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 )
  24219. 3000.29 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 )
  24220. 3000.46 s [tasty-smallcheck] Phase: setupCompilerEnvironmentPhase
  24221. 3000.46 s [tasty-smallcheck] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  24222. 3000.58 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 )
  24223. 3000.86 s [crypton] SEC_t233r1: OK (1.00s)
  24224. 3000.86 s [crypton] +++ OK, passed 20 tests.
  24225. 3000.86 s [crypton]
  24226. 3000.86 s [crypton] All 2124 tests passed (127.75s)
  24227. 3000.97 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 )
  24228. 3000.98 s [streaming-commons] high code points [✔]
  24229. 3001.17 s [tasty-smallcheck] Phase: unpackPhase
  24230. 3001.19 s [tasty-smallcheck] unpacking source archive /nix/store/0x239pdac4vkzizdq057g48dka8hh4al-tasty-smallcheck-0.8.2.tar.gz
  24231. 3001.21 s [tasty-smallcheck] source root is tasty-smallcheck-0.8.2
  24232. 3001.23 s [crypton] Test suite test-crypton: PASS
  24233. 3001.23 s [crypton] Test suite logged to: dist/test/crypton-1.0.4-test-crypton.log
  24234. 3001.23 s [crypton] 1 of 1 test suites (1 of 1 test cases) passed.
  24235. 3001.25 s [tasty-smallcheck] setting SOURCE_DATE_EPOCH to timestamp 1608313170 of file "tasty-smallcheck-0.8.2/tasty-smallcheck.cabal"
  24236. 3001.25 s [crypton] checkPhase completed in 2 minutes 9 seconds
  24237. 3001.25 s [crypton] Phase: haddockPhase
  24238. 3001.27 s [tasty-smallcheck] Phase: patchPhase
  24239. 3001.29 s [tasty-smallcheck] Replace Cabal file with edited version from mirror://hackage/tasty-smallcheck-0.8.2/revision/1.cabal.
  24240. 3001.32 s [tasty-smallcheck] Phase: compileBuildDriverPhase
  24241. 3001.33 s [tasty-smallcheck] setupCompileFlags: -package-db=/build/tmp.wZ80C1lAhK/setup-package.conf.d -threaded
  24242. 3001.33 s [streaming-commons] UTF32LE
  24243. 3001.75 s [hedgehog] [24 of 27] Compiling Hedgehog.Internal.Queue ( src/Hedgehog/Internal/Queue.hs, dist/build/Hedgehog/Internal/Queue.o, dist/build/Hedgehog/Internal/Queue.dyn_o )
  24244. 3001.75 s [hedgehog] [25 of 27] Compiling Hedgehog.Internal.Runner ( src/Hedgehog/Internal/Runner.hs, dist/build/Hedgehog/Internal/Runner.o, dist/build/Hedgehog/Internal/Runner.dyn_o )
  24245. 3001.75 s [tasty-smallcheck] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.wZ80C1lAhK/Main.o )
  24246. 3001.99 s [crypton] Preprocessing library for crypton-1.0.4..
  24247. 3002.05 s [crypton] Running Haddock on library for crypton-1.0.4..
  24248. 3002.18 s [tasty-smallcheck] [2 of 2] Linking Setup
  24249. 3002.20 s [streaming-commons] bytes [✔]
  24250. 3002.20 s [streaming-commons] +++ OK, passed 100 tests.
  24251. 3002.46 s [crypton] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  24252. 3003.74 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 )
  24253. 3003.90 s [streaming-commons] chars [✔]
  24254. 3003.90 s [streaming-commons] +++ OK, passed 100 tests.
  24255. 3004.08 s [hedgehog] [26 of 27] Compiling Hedgehog.Gen ( src/Hedgehog/Gen.hs, dist/build/Hedgehog/Gen.o, dist/build/Hedgehog/Gen.dyn_o )
  24256. 3004.10 s [hedgehog] [27 of 27] Compiling Hedgehog ( src/Hedgehog.hs, dist/build/Hedgehog.o, dist/build/Hedgehog.dyn_o )
  24257. 3005.32 s [crypton] 100% ( 4 / 4) in 'Crypto.Data.Padding'
  24258. 3005.79 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 )
  24259. 3005.83 s [crypton] 100% ( 8 / 8) in 'Crypto.Error'
  24260. 3006.25 s [tasty-smallcheck] Phase: updateAutotoolsGnuConfigScriptsPhase
  24261. 3006.31 s [tasty-smallcheck] Phase: configurePhase
  24262. 3006.35 s [tasty-smallcheck] configureFlags: --verbose --prefix=/nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc/share/doc/tasty-smallcheck-0.8.2 --with-gcc=gcc --package-db=/build/tmp.wZ80C1lAhK/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  24263. 3006.37 s [tasty-smallcheck] Using Parsec parser
  24264. 3006.37 s [tasty-smallcheck] Configuring tasty-smallcheck-0.8.2...
  24265. 3006.47 s [hedgehog] [ 1 of 27] Compiling Hedgehog.Internal.Barbie ( src/Hedgehog/Internal/Barbie.hs, dist/build/Hedgehog/Internal/Barbie.p_o )
  24266. 3006.52 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 )
  24267. 3006.91 s [genvalidity-hspec] Documentation created: dist/doc/html/genvalidity-hspec/index.html,
  24268. 3006.91 s [genvalidity-hspec] dist/doc/html/genvalidity-hspec/genvalidity-hspec.txt
  24269. 3007.11 s [genvalidity-hspec] Preprocessing test suite 'genvalidity-hspec-test' for genvalidity-hspec-1.0.0.3..
  24270. 3007.15 s [genvalidity-hspec] Phase: installPhase
  24271. 3007.52 s [genvalidity-hspec] Installing library in /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/genvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3
  24272. 3007.85 s [tasty-smallcheck] Dependency base >=4.8 && <5: using base-4.18.2.0
  24273. 3007.85 s [tasty-smallcheck] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  24274. 3007.85 s [tasty-smallcheck] Dependency smallcheck >=1.0: using smallcheck-1.2.1.1
  24275. 3007.85 s [tasty-smallcheck] Dependency tagged: using tagged-0.8.8
  24276. 3007.85 s [tasty-smallcheck] Dependency tasty >=0.8: using tasty-1.5.3
  24277. 3008.04 s [hedgehog] [ 2 of 27] Compiling Hedgehog.Internal.Distributive ( src/Hedgehog/Internal/Distributive.hs, dist/build/Hedgehog/Internal/Distributive.p_o )
  24278. 3008.12 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 )
  24279. 3008.27 s [crypton] 100% ( 8 / 8) in 'Crypto.Hash.IO'
  24280. 3009.05 s [tasty-smallcheck] Source component graph: component lib
  24281. 3009.07 s [tasty-smallcheck] Configured component graph:
  24282. 3009.07 s [tasty-smallcheck] component tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
  24283. 3009.07 s [tasty-smallcheck] include base-4.18.2.0
  24284. 3009.07 s [tasty-smallcheck] include optparse-applicative-0.18.1.0-KOZbl3jonbhBJoZCFx45it
  24285. 3009.07 s [tasty-smallcheck] include smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
  24286. 3009.07 s [tasty-smallcheck] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  24287. 3009.07 s [tasty-smallcheck] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  24288. 3009.07 s [tasty-smallcheck] Linked component graph:
  24289. 3009.07 s [tasty-smallcheck] unit tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
  24290. 3009.07 s [tasty-smallcheck] include base-4.18.2.0
  24291. 3009.07 s [tasty-smallcheck] include optparse-applicative-0.18.1.0-KOZbl3jonbhBJoZCFx45it
  24292. 3009.07 s [tasty-smallcheck] include smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
  24293. 3009.07 s [tasty-smallcheck] include tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  24294. 3009.07 s [tasty-smallcheck] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  24295. 3009.07 s [tasty-smallcheck] Test.Tasty.SmallCheck=tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc:Test.Tasty.SmallCheck
  24296. 3009.07 s [tasty-smallcheck] Ready component graph:
  24297. 3009.07 s [tasty-smallcheck] definite tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
  24298. 3009.07 s [tasty-smallcheck] depends base-4.18.2.0
  24299. 3009.07 s [tasty-smallcheck] depends optparse-applicative-0.18.1.0-KOZbl3jonbhBJoZCFx45it
  24300. 3009.07 s [tasty-smallcheck] depends smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
  24301. 3009.07 s [tasty-smallcheck] depends tagged-0.8.8-NwKdK9CJixGyu4p6ivyqd
  24302. 3009.07 s [tasty-smallcheck] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  24303. 3009.07 s [tasty-smallcheck] Using Cabal-3.10.1.0 compiled by ghc-9.6
  24304. 3009.07 s [tasty-smallcheck] Using compiler: ghc-9.6.4
  24305. 3009.07 s [tasty-smallcheck] Using install prefix:
  24306. 3009.07 s [tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2
  24307. 3009.07 s [tasty-smallcheck] Executables installed in:
  24308. 3009.07 s [tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/bin
  24309. 3009.07 s [tasty-smallcheck] Libraries installed in:
  24310. 3009.07 s [tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
  24311. 3009.07 s [tasty-smallcheck] Dynamic Libraries installed in:
  24312. 3009.07 s [tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  24313. 3009.07 s [tasty-smallcheck] Private executables installed in:
  24314. 3009.07 s [tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/libexec/x86_64-linux-ghc-9.6.4/tasty-smallcheck-0.8.2
  24315. 3009.07 s [tasty-smallcheck] Data files installed in:
  24316. 3009.07 s [tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/share/x86_64-linux-ghc-9.6.4/tasty-smallcheck-0.8.2
  24317. 3009.07 s [tasty-smallcheck] Documentation installed in:
  24318. 3009.07 s [tasty-smallcheck] /nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc/share/doc/tasty-smallcheck-0.8.2
  24319. 3009.07 s [tasty-smallcheck] Configuration files installed in:
  24320. 3009.07 s [tasty-smallcheck] /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/etc
  24321. 3009.07 s [tasty-smallcheck] No alex found
  24322. 3009.07 s [tasty-smallcheck] Using ar found on system at:
  24323. 3009.07 s [tasty-smallcheck] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  24324. 3009.07 s [tasty-smallcheck] No c2hs found
  24325. 3009.07 s [tasty-smallcheck] No cpphs found
  24326. 3009.07 s [tasty-smallcheck] No doctest found
  24327. 3009.07 s [tasty-smallcheck] Using gcc version 14.3.0 given by user at:
  24328. 3009.07 s [tasty-smallcheck] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  24329. 3009.07 s [tasty-smallcheck] Using ghc version 9.6.4 found on system at:
  24330. 3009.07 s [tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  24331. 3009.07 s [tasty-smallcheck] Using ghc-pkg version 9.6.4 found on system at:
  24332. 3009.07 s [tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  24333. 3009.07 s [tasty-smallcheck] No ghcjs found
  24334. 3009.07 s [tasty-smallcheck] No ghcjs-pkg found
  24335. 3009.07 s [tasty-smallcheck] No greencard found
  24336. 3009.07 s [tasty-smallcheck] Using haddock version 2.29.2 found on system at:
  24337. 3009.08 s [tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  24338. 3009.08 s [tasty-smallcheck] No happy found
  24339. 3009.08 s [tasty-smallcheck] Using haskell-suite found on system at: haskell-suite-dummy-location
  24340. 3009.08 s [tasty-smallcheck] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  24341. 3009.08 s [tasty-smallcheck] No hmake found
  24342. 3009.08 s [tasty-smallcheck] Using hpc version 0.68 found on system at:
  24343. 3009.08 s [tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  24344. 3009.08 s [tasty-smallcheck] Using hsc2hs version 0.68.9 found on system at:
  24345. 3009.08 s [tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  24346. 3009.08 s [tasty-smallcheck] Using hscolour version 1.25 found on system at:
  24347. 3009.08 s [tasty-smallcheck] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  24348. 3009.08 s [tasty-smallcheck] No jhc found
  24349. 3009.08 s [tasty-smallcheck] Using ld found on system at:
  24350. 3009.08 s [tasty-smallcheck] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  24351. 3009.08 s [tasty-smallcheck] No pkg-config found
  24352. 3009.08 s [tasty-smallcheck] Using runghc version 9.6.4 found on system at:
  24353. 3009.08 s [tasty-smallcheck] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  24354. 3009.08 s [tasty-smallcheck] Using strip version 2.44 found on system at:
  24355. 3009.08 s [tasty-smallcheck] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  24356. 3009.08 s [tasty-smallcheck] Using tar found on system at:
  24357. 3009.08 s [tasty-smallcheck] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  24358. 3009.08 s [tasty-smallcheck] No uhc found
  24359. 3009.08 s [crypton] 92% ( 25 / 27) in 'Crypto.Cipher.Types'
  24360. 3009.08 s [crypton] Missing documentation for:
  24361. 3009.08 s [crypton] CCM_M (Crypto/Cipher/Types/Base.hs:48)
  24362. 3009.08 s [crypton] CCM_L (Crypto/Cipher/Types/Base.hs:50)
  24363. 3009.09 s [crypton] 75% ( 3 / 4) in 'Crypto.ConstructHash.MiyaguchiPreneel'
  24364. 3009.09 s [crypton] Missing documentation for:
  24365. 3009.09 s [crypton] MiyaguchiPreneel (Crypto/ConstructHash/MiyaguchiPreneel.hs:26)
  24366. 3009.11 s [crypton] 0% ( 0 / 2) in 'Crypto.Cipher.Utils'
  24367. 3009.11 s [crypton] Missing documentation for:
  24368. 3009.11 s [crypton] Module header
  24369. 3009.11 s [crypton] validateKeySize (Crypto/Cipher/Utils.hs:10)
  24370. 3009.17 s [crypton] 100% ( 5 / 5) in 'Crypto.Cipher.TripleDES'
  24371. 3009.20 s [genvalidity-hspec] Phase: fixupPhase
  24372. 3009.25 s [crypton] 100% ( 2 / 2) in 'Crypto.Cipher.DES'
  24373. 3009.27 s [profunctors] [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o, dist/build/Data/Profunctor.dyn_o )
  24374. 3009.31 s [crypton] 100% ( 5 / 5) in 'Crypto.Cipher.Salsa'
  24375. 3009.32 s [genvalidity-hspec] shrinking RPATHs of ELF executables and libraries in /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3
  24376. 3009.33 s [genvalidity-hspec] shrinking /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSgenvalidity-hspec-1.0.0.3-Ii7zChr4tnN8vHV0PCCCG3-ghc9.6.4.so
  24377. 3009.35 s [genvalidity-hspec] checking for references to /build/ in /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3...
  24378. 3009.36 s [crypton] 100% ( 6 / 6) in 'Crypto.Cipher.XSalsa'
  24379. 3009.38 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 )
  24380. 3009.40 s [crypton] 100% ( 5 / 5) in 'Crypto.Cipher.RC4'
  24381. 3009.42 s [genvalidity-hspec] patching script interpreter paths in /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3
  24382. 3009.45 s [genvalidity-hspec] stripping (with command strip and flags -S -p) in /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3/lib
  24383. 3009.46 s [crypton] 100% ( 10 / 10) in 'Crypto.Cipher.ChaCha'
  24384. 3009.62 s [tasty-smallcheck] Phase: buildPhase
  24385. 3009.77 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 )
  24386. 3009.85 s [tasty-smallcheck] Preprocessing library for tasty-smallcheck-0.8.2..
  24387. 3009.85 s [tasty-smallcheck] Building library for tasty-smallcheck-0.8.2..
  24388. 3009.88 s [profunctors]
  24389. 3009.88 s [profunctors] src/Data/Profunctor/Rep.hs:199:3: warning: [-Wnoncanonical-monad-instances]
  24390. 3009.88 s [profunctors] Noncanonical ‘return’ definition detected
  24391. 3009.88 s [profunctors] in the instance declaration for ‘Monad (Prep p)’.
  24392. 3009.88 s [profunctors] ‘return’ will eventually be removed in favour of ‘pure’
  24393. 3009.89 s [profunctors] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  24394. 3009.89 s [profunctors] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  24395. 3009.89 s [profunctors] |
  24396. 3009.89 s [profunctors] 199 | return a = Prep () $ tabulate $ const $ return a
  24397. 3009.89 s [profunctors] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24398. 3010.03 s [genvalidity-hspec] shrinking RPATHs of ELF executables and libraries in /nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc
  24399. 3010.06 s [genvalidity-hspec] checking for references to /build/ in /nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc...
  24400. 3010.11 s [genvalidity-hspec] patching script interpreter paths in /nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc
  24401. 3010.70 s [genvalidity-hspec:post-build] Uploading to the NixCI cache: /nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc /nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3
  24402. 3011.27 s [genvalidity-hspec:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24403. 3011.86 s [genvalidity-hspec:post-build] copying 2 paths...
  24404. 3011.86 s [genvalidity-hspec:post-build] copying path '/nix/store/lbdwqw2rb7wsicrn6nl1i8izvlfcmr42-genvalidity-hspec-1.0.0.3-doc' to 'https://cache.nix-ci.com'...
  24405. 3012.63 s [genvalidity-hspec:post-build] copying path '/nix/store/xpchbgbv3rsc8mkq59zwsxv4wka0w35q-genvalidity-hspec-1.0.0.3' to 'https://cache.nix-ci.com'...
  24406. 3015.62 s [genvalidity-hspec:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24407. 3016.35 s [genvalidity-hspec:post-build] copying 1 paths...
  24408. 3016.35 s [genvalidity-hspec:post-build] copying path '/nix/store/w7fmwfjs7r2xsvg5l2qmc96wxxn4p5j2-genvalidity-hspec-1.0.0.3.drv' to 'https://cache.nix-ci.com'...
  24409. 3016.92 s Uploaded genvalidity-hspec in 6.3s
  24410. 3016.92 s Progress: 162 of 211 built (6 building), 298 of 298 downloaded from cache
  24411. 3016.92 s Built genvalidity-hspec in 1m37s
  24412. 3016.93 s [crypton] 100% ( 4 / 4) in 'Crypto.Cipher.AES'
  24413. 3016.93 s [crypton] Warning: 'bitlen' is out of scope.
  24414. 3016.93 s [crypton] If you qualify the identifier, haddock can try to link it anyway.
  24415. 3016.93 s [crypton] Warning: 'n' is out of scope.
  24416. 3016.93 s [crypton] If you qualify the identifier, haddock can try to link it anyway.
  24417. 3016.93 s [crypton] 95% ( 46 / 48) in 'Crypto.Hash.Algorithms'
  24418. 3016.93 s [crypton] Missing documentation for:
  24419. 3016.93 s [crypton] Blake2bp (Crypto/Hash/Blake2.hs:202)
  24420. 3016.93 s [crypton] Blake2sp (Crypto/Hash/Blake2.hs:160)
  24421. 3016.93 s [crypton] 100% ( 23 / 23) in 'Crypto.Hash'
  24422. 3016.93 s [crypton] 0% ( 0 / 4) in 'Crypto.Cipher.Twofish'
  24423. 3016.93 s [crypton] Missing documentation for:
  24424. 3016.93 s [crypton] Module header
  24425. 3016.93 s [crypton] Twofish128 (Crypto/Cipher/Twofish.hs:11)
  24426. 3016.93 s [crypton] Twofish192 (Crypto/Cipher/Twofish.hs:24)
  24427. 3016.93 s [crypton] Twofish256 (Crypto/Cipher/Twofish.hs:37)
  24428. 3016.93 s [crypton] 100% ( 2 / 2) in 'Crypto.Cipher.CAST5'
  24429. 3016.93 s [crypton] 100% ( 6 / 6) in 'Crypto.Cipher.Blowfish'
  24430. 3016.93 s [crypton] 100% ( 2 / 2) in 'Crypto.Cipher.Camellia'
  24431. 3016.93 s [crypton] Warning: 'hashIterations' is out of scope.
  24432. 3016.93 s [crypton] If you qualify the identifier, haddock can try to link it anyway.
  24433. 3016.93 s [crypton] Warning: 'hashParallelism' is out of scope.
  24434. 3016.93 s [crypton] If you qualify the identifier, haddock can try to link it anyway.
  24435. 3016.93 s [crypton] Warning: 'hashMemory' is out of scope.
  24436. 3016.93 s [crypton] If you qualify the identifier, haddock can try to link it anyway.
  24437. 3016.93 s [crypton] 80% ( 8 / 10) in 'Crypto.KDF.Argon2'
  24438. 3016.93 s [crypton] Missing documentation for:
  24439. 3016.93 s [crypton] defaultOptions (Crypto/KDF/Argon2.hs:97)
  24440. 3016.93 s [crypton] hash (Crypto/KDF/Argon2.hs:107)
  24441. 3016.93 s [crypton] 75% ( 3 / 4) in 'Crypto.KDF.BCryptPBKDF'
  24442. 3016.93 s [crypton] Missing documentation for:
  24443. 3016.93 s [crypton] Parameters (Crypto/KDF/BCryptPBKDF.hs:43)
  24444. 3016.93 s [crypton] 100% ( 4 / 4) in 'Crypto.MAC.CMAC'
  24445. 3016.93 s [crypton] Warning: 'hmacFinalize' is out of scope.
  24446. 3016.93 s [crypton] If you qualify the identifier, haddock can try to link it anyway.
  24447. 3016.93 s [crypton] 100% ( 10 / 10) in 'Crypto.MAC.HMAC'
  24448. 3016.93 s [crypton] 62% ( 5 / 8) in 'Crypto.KDF.PBKDF2'
  24449. 3016.93 s [crypton] Missing documentation for:
  24450. 3016.93 s [crypton] fastPBKDF2_SHA1 (Crypto/KDF/PBKDF2.hs:118)
  24451. 3016.93 s [crypton] fastPBKDF2_SHA256 (Crypto/KDF/PBKDF2.hs:137)
  24452. 3016.93 s [crypton] fastPBKDF2_SHA512 (Crypto/KDF/PBKDF2.hs:156)
  24453. 3016.93 s [crypton] 100% ( 3 / 3) in 'Crypto.KDF.Scrypt'
  24454. 3016.93 s [crypton] 83% ( 5 / 6) in 'Crypto.KDF.HKDF'
  24455. 3016.93 s [crypton] Missing documentation for:
  24456. 3016.93 s [crypton] toPRK (Crypto/KDF/HKDF.hs:102)
  24457. 3016.93 s [crypton] 100% ( 10 / 10) in 'Crypto.MAC.KMAC'
  24458. 3016.93 s [crypton] 100% ( 11 / 11) in 'Crypto.MAC.KeyedBlake2'
  24459. 3016.93 s [crypton] 91% ( 11 / 12) in 'Crypto.MAC.Poly1305'
  24460. 3016.93 s [crypton] Missing documentation for:
  24461. 3016.93 s [crypton] authTag (Crypto/MAC/Poly1305.hs:58)
  24462. 3016.93 s [crypton] 100% ( 19 / 19) in 'Crypto.Cipher.ChaChaPoly1305'
  24463. 3016.93 s [crypton] Warning: 'a' is out of scope.
  24464. 3016.93 s [crypton] If you qualify the identifier, haddock can try to link it anyway.
  24465. 3016.93 s [crypton] Warning: 'b' is out of scope.
  24466. 3016.93 s [crypton] If you qualify the identifier, haddock can try to link it anyway.
  24467. 3016.93 s [crypton] 100% ( 8 / 8) in 'Crypto.Number.Basic'
  24468. 3016.93 s [hedgehog] [ 3 of 27] Compiling Hedgehog.Internal.Exception ( src/Hedgehog/Internal/Exception.hs, dist/build/Hedgehog/Internal/Exception.p_o )
  24469. 3016.94 s [hedgehog] [ 4 of 27] Compiling Hedgehog.Internal.HTraversable ( src/Hedgehog/Internal/HTraversable.hs, dist/build/Hedgehog/Internal/HTraversable.p_o )
  24470. 3016.94 s [hedgehog] [ 5 of 27] Compiling Hedgehog.Internal.Opaque ( src/Hedgehog/Internal/Opaque.hs, dist/build/Hedgehog/Internal/Opaque.p_o )
  24471. 3016.94 s [hedgehog] [ 6 of 27] Compiling Hedgehog.Internal.Prelude ( src/Hedgehog/Internal/Prelude.hs, dist/build/Hedgehog/Internal/Prelude.p_o )
  24472. 3016.94 s [hedgehog] [ 7 of 27] Compiling Hedgehog.Internal.Range ( src/Hedgehog/Internal/Range.hs, dist/build/Hedgehog/Internal/Range.p_o )
  24473. 3016.94 s [hedgehog] [ 8 of 27] Compiling Hedgehog.Internal.Region ( src/Hedgehog/Internal/Region.hs, dist/build/Hedgehog/Internal/Region.p_o )
  24474. 3016.94 s [hedgehog] [ 9 of 27] Compiling Hedgehog.Internal.Seed ( src/Hedgehog/Internal/Seed.hs, dist/build/Hedgehog/Internal/Seed.p_o )
  24475. 3016.94 s [hedgehog] [10 of 27] Compiling Hedgehog.Internal.Show ( src/Hedgehog/Internal/Show.hs, dist/build/Hedgehog/Internal/Show.p_o )
  24476. 3016.94 s [hedgehog] [11 of 27] Compiling Hedgehog.Internal.Shrink ( src/Hedgehog/Internal/Shrink.hs, dist/build/Hedgehog/Internal/Shrink.p_o )
  24477. 3016.94 s [hedgehog] [12 of 27] Compiling Hedgehog.Internal.Source ( src/Hedgehog/Internal/Source.hs, dist/build/Hedgehog/Internal/Source.p_o )
  24478. 3016.94 s [hedgehog] [13 of 27] Compiling Hedgehog.Internal.Tree ( src/Hedgehog/Internal/Tree.hs, dist/build/Hedgehog/Internal/Tree.p_o )
  24479. 3016.94 s [hedgehog] [14 of 27] Compiling Hedgehog.Main ( src/Hedgehog/Main.hs, dist/build/Hedgehog/Main.p_o )
  24480. 3016.94 s [hedgehog] [15 of 27] Compiling Hedgehog.Range ( src/Hedgehog/Range.hs, dist/build/Hedgehog/Range.p_o )
  24481. 3016.94 s [hedgehog] [16 of 27] Compiling Hedgehog.Internal.Gen ( src/Hedgehog/Internal/Gen.hs, dist/build/Hedgehog/Internal/Gen.p_o )
  24482. 3016.94 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 )
  24483. 3016.94 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 )
  24484. 3016.94 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 )
  24485. 3016.94 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 )
  24486. 3016.94 s [profunctors] [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.p_o )
  24487. 3016.94 s [profunctors] [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.p_o )
  24488. 3016.94 s [tasty-smallcheck] [1 of 1] Compiling Test.Tasty.SmallCheck ( Test/Tasty/SmallCheck.hs, dist/build/Test/Tasty/SmallCheck.o, dist/build/Test/Tasty/SmallCheck.dyn_o )
  24489. 3016.94 s [tasty-smallcheck] [1 of 1] Compiling Test.Tasty.SmallCheck ( Test/Tasty/SmallCheck.hs, dist/build/Test/Tasty/SmallCheck.p_o )
  24490. 3016.94 s [vector] [21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o, dist/build/Data/Vector/Unboxed/Base.dyn_o )
  24491. 3017.03 s [crypton] Warning: 'm' is out of scope.
  24492. 3017.03 s [crypton] If you qualify the identifier, haddock can try to link it anyway.
  24493. 3017.04 s [crypton] 100% ( 12 / 12) in 'Crypto.Number.F2m'
  24494. 3017.62 s [crypton] 100% ( 11 / 11) in 'Crypto.Number.ModArithmetic'
  24495. 3017.63 s [tasty-smallcheck] Phase: checkPhase
  24496. 3017.71 s [crypton] 100% ( 7 / 7) in 'Crypto.Number.Nat'
  24497. 3017.74 s [crypton] 100% ( 4 / 4) in 'Crypto.Number.Serialize.Internal'
  24498. 3017.78 s [crypton] 100% ( 5 / 5) in 'Crypto.Number.Serialize'
  24499. 3017.84 s [crypton] 100% ( 4 / 4) in 'Crypto.Number.Serialize.Internal.LE'
  24500. 3017.84 s [tasty-smallcheck] Package has no test suites.
  24501. 3017.87 s [tasty-smallcheck] Phase: haddockPhase
  24502. 3017.87 s [crypton] 100% ( 5 / 5) in 'Crypto.Number.Serialize.LE'
  24503. 3017.96 s [crypton] 75% ( 9 / 12) in 'Crypto.OTP'
  24504. 3017.96 s [crypton] Missing documentation for:
  24505. 3017.96 s [crypton] hotp (Crypto/OTP.hs:63)
  24506. 3017.96 s [crypton] TOTPParams (Crypto/OTP.hs:123)
  24507. 3017.96 s [crypton] ClockSkew (Crypto/OTP.hs:125)
  24508. 3018.20 s [profunctors] [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.p_o )
  24509. 3018.21 s [crypton] 100% ( 15 / 15) in 'Crypto.PubKey.ECC.Types'
  24510. 3018.35 s [tasty-smallcheck] Preprocessing library for tasty-smallcheck-0.8.2..
  24511. 3018.35 s [tasty-smallcheck] Running Haddock on library for tasty-smallcheck-0.8.2..
  24512. 3018.49 s [crypton] 100% ( 3 / 3) in 'Crypto.PubKey.MaskGenFunction'
  24513. 3018.58 s [crypton] 100% ( 11 / 11) in 'Crypto.PubKey.RSA.Types'
  24514. 3018.60 s [tasty-smallcheck] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  24515. 3018.66 s [profunctors] [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.p_o )
  24516. 3018.67 s [crypton] 100% ( 5 / 5) in 'Crypto.PubKey.RSA.Prim'
  24517. 3018.85 s [crypton] 100% ( 5 / 5) in 'Crypto.Random.Entropy.Unsafe'
  24518. 3018.88 s [crypton] 100% ( 2 / 2) in 'Crypto.Random.Entropy'
  24519. 3018.94 s [crypton] 100% ( 5 / 5) in 'Crypto.Random.EntropyPool'
  24520. 3019.00 s [crypton] 100% ( 5 / 5) in 'Crypto.Random.Types'
  24521. 3019.03 s [profunctors] [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.p_o )
  24522. 3019.35 s [crypton] 95% ( 20 / 21) in 'Crypto.Random'
  24523. 3019.36 s [crypton] Missing documentation for:
  24524. 3019.36 s [crypton] Seed (Crypto/Random.hs:46)
  24525. 3019.54 s [crypton] 100% ( 18 / 18) in 'Crypto.PubKey.Ed448'
  24526. 3019.70 s [tasty-smallcheck] Warning: 'Test' is out of scope.
  24527. 3019.70 s [tasty-smallcheck] If you qualify the identifier, haddock can try to link it anyway.
  24528. 3019.71 s [tasty-smallcheck] 100% ( 15 / 15) in 'Test.Tasty.SmallCheck'
  24529. 3019.72 s [crypton] 100% ( 18 / 18) in 'Crypto.PubKey.Ed25519'
  24530. 3019.95 s [crypton] 100% ( 34 / 34) in 'Crypto.PubKey.ECC.P256'
  24531. 3020.11 s [streaming-commons] high code points [✔]
  24532. 3020.22 s [crypton] 100% ( 12 / 12) in 'Crypto.PubKey.Curve448'
  24533. 3020.51 s [streaming-commons] UTF32BE
  24534. 3020.66 s [crypton] 100% ( 12 / 12) in 'Crypto.PubKey.Curve25519'
  24535. 3020.81 s [crypton] 100% ( 5 / 5) in 'Crypto.KDF.BCrypt'
  24536. 3021.00 s [crypton] 100% ( 21 / 21) in 'Crypto.ECC.Edwards25519'
  24537. 3021.21 s [crypton] 100% ( 6 / 6) in 'Crypto.Cipher.AESGCMSIV'
  24538. 3021.37 s [crypton] 100% ( 6 / 6) in 'Crypto.Number.Generate'
  24539. 3021.41 s [streaming-commons] bytes [✔]
  24540. 3021.41 s [streaming-commons] +++ OK, passed 100 tests.
  24541. 3021.53 s [crypton] 100% ( 12 / 12) in 'Crypto.PubKey.ECC.Prim'
  24542. 3021.83 s [crypton] 100% ( 21 / 21) in 'Crypto.PubKey.ECC.ECDSA'
  24543. 3021.91 s [hedgehog] [17 of 27] Compiling Hedgehog.Internal.Property ( src/Hedgehog/Internal/Property.hs, dist/build/Hedgehog/Internal/Property.p_o )
  24544. 3022.03 s [crypton] 100% ( 3 / 3) in 'Crypto.PubKey.ECC.Generate'
  24545. 3022.06 s [profunctors] [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.p_o )
  24546. 3022.13 s [crypton] 100% ( 19 / 19) in 'Crypto.PubKey.DSA'
  24547. 3022.34 s [crypton] 100% ( 10 / 10) in 'Crypto.Number.Prime'
  24548. 3022.49 s [crypton] 100% ( 3 / 3) in 'Crypto.PubKey.Rabin.Types'
  24549. 3022.54 s [crypton] 100% ( 5 / 5) in 'Crypto.PubKey.Rabin.OAEP'
  24550. 3022.67 s [crypton] 100% ( 9 / 9) in 'Crypto.PubKey.Rabin.RW'
  24551. 3022.87 s [crypton] 100% ( 6 / 6) in 'Crypto.PubKey.Rabin.Modified'
  24552. 3023.01 s [streaming-commons] chars [✔]
  24553. 3023.01 s [streaming-commons] +++ OK, passed 100 tests.
  24554. 3023.50 s [crypton] 100% ( 11 / 11) in 'Crypto.PubKey.Rabin.Basic'
  24555. 3023.58 s [profunctors] [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.p_o )
  24556. 3023.66 s [crypton] Warning: 'e' is out of scope.
  24557. 3023.66 s [crypton] If you qualify the identifier, haddock can try to link it anyway.
  24558. 3023.66 s [crypton] 100% ( 9 / 9) in 'Crypto.PubKey.RSA'
  24559. 3023.74 s [crypton] 100% ( 13 / 13) in 'Crypto.PubKey.RSA.PSS'
  24560. 3023.90 s [crypton] 100% ( 15 / 15) in 'Crypto.PubKey.RSA.PKCS15'
  24561. 3024.03 s [crypton] 100% ( 9 / 9) in 'Crypto.PubKey.RSA.OAEP'
  24562. 3024.12 s [profunctors] [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.p_o )
  24563. 3024.17 s [crypton] 100% ( 10 / 10) in 'Crypto.PubKey.DH'
  24564. 3024.37 s [crypton] 100% ( 8 / 8) in 'Crypto.PubKey.ECC.DH'
  24565. 3024.86 s [crypton] 30% ( 4 / 13) in 'Crypto.ECC'
  24566. 3024.86 s [crypton] Missing documentation for:
  24567. 3024.86 s [crypton] Curve_P384R1 (Crypto/ECC.hs:218)
  24568. 3024.86 s [crypton] Curve_P521R1 (Crypto/ECC.hs:254)
  24569. 3024.86 s [crypton] Curve_X25519 (Crypto/ECC.hs:290)
  24570. 3024.86 s [crypton] Curve_X448 (Crypto/ECC.hs:313)
  24571. 3024.86 s [crypton] Curve_Edwards25519 (Crypto/ECC.hs:336)
  24572. 3024.86 s [crypton] EllipticCurve (Crypto/ECC.hs:70)
  24573. 3024.86 s [crypton] EllipticCurveDH (Crypto/ECC.hs:104)
  24574. 3024.86 s [crypton] EllipticCurveArith (Crypto/ECC.hs:128)
  24575. 3024.87 s [crypton] EllipticCurveBasepointArith (Crypto/ECC.hs:141)
  24576. 3025.39 s [crypton] 100% ( 22 / 22) in 'Crypto.PubKey.EdDSA'
  24577. 3025.64 s [crypton] 100% ( 3 / 3) in 'Crypto.PubKey.ECIES'
  24578. 3025.75 s [crypton] 100% ( 22 / 22) in 'Crypto.PubKey.ECDSA'
  24579. 3025.92 s [profunctors] [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.p_o )
  24580. 3026.31 s [crypton] 100% ( 3 / 3) in 'Crypto.Data.AFIS'
  24581. 3026.42 s [crypton] 100% ( 3 / 3) in 'Crypto.System.CPU'
  24582. 3026.47 s [crypton] 100% ( 9 / 9) in 'Crypto.Tutorial'
  24583. 3027.06 s [profunctors] [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.p_o )
  24584. 3027.37 s [profunctors] [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.p_o )
  24585. 3027.92 s [crypton] Warning: Crypto.Hash.Algorithms: could not find link destinations for:
  24586. 3027.92 s [crypton] - Crypto.Hash.Types.hashInternalFinalizePrefix
  24587. 3027.92 s [crypton] - Crypto.Hash.SHAKE.cshakeInternalFinalize
  24588. 3027.92 s [crypton] - Crypto.Hash.SHAKE.cshakeOutputLength
  24589. 3027.92 s [crypton] - Crypto.Hash.Blake2.blake2InternalKeyedInit
  24590. 3027.92 s [crypton] - Crypto.PubKey.RSA.PKCS15.hashDigestASN1
  24591. 3027.93 s [profunctors] [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.p_o )
  24592. 3028.02 s [crypton] Warning: Crypto.MAC.KMAC: could not find link destinations for:
  24593. 3028.02 s [crypton] - Crypto.Hash.SHAKE.cshakeInternalFinalize
  24594. 3028.02 s [crypton] - Crypto.Hash.SHAKE.cshakeOutputLength
  24595. 3028.02 s [crypton] Warning: Crypto.MAC.KeyedBlake2: could not find link destinations for:
  24596. 3028.02 s [crypton] - Crypto.Hash.Blake2.blake2InternalKeyedInit
  24597. 3028.03 s [crypton] Warning: Crypto.Number.ModArithmetic: could not find link destinations for:
  24598. 3028.03 s [crypton] - Crypto.Number.ModArithmetic.ModulusAssertionError
  24599. 3028.03 s [crypton] - Crypto.Number.ModArithmetic.CoprimesAssertionError
  24600. 3028.03 s [crypton] Warning: Crypto.Number.Nat: could not find link destinations for:
  24601. 3028.03 s [crypton] - Crypto.Internal.Nat.IsDiv8
  24602. 3028.03 s [crypton] - Crypto.Internal.Nat.IsGE
  24603. 3028.03 s [crypton] - Crypto.Internal.Nat.IsLE
  24604. 3028.19 s [crypton] Warning: Crypto.PubKey.Rabin.Types: could not find link destinations for:
  24605. 3028.19 s [crypton] - Crypto.PubKey.Rabin.Types.PrimeCondition
  24606. 3028.19 s [profunctors]
  24607. 3028.19 s [profunctors] src/Data/Profunctor/Rep.hs:199:3: warning: [-Wnoncanonical-monad-instances]
  24608. 3028.19 s [profunctors] Noncanonical ‘return’ definition detected
  24609. 3028.19 s [profunctors] in the instance declaration for ‘Monad (Prep p)’.
  24610. 3028.19 s [profunctors] ‘return’ will eventually be removed in favour of ‘pure’
  24611. 3028.19 s [profunctors] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  24612. 3028.19 s [profunctors] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  24613. 3028.19 s [profunctors] |
  24614. 3028.19 s [profunctors] 199 | return a = Prep () $ tabulate $ const $ return a
  24615. 3028.19 s [profunctors] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24616. 3028.25 s [crypton] Warning: Crypto.PubKey.RSA.PKCS15: could not find link destinations for:
  24617. 3028.25 s [crypton] - Crypto.PubKey.RSA.PKCS15.hashDigestASN1
  24618. 3028.36 s [crypton] Warning: Crypto.ECC: could not find link destinations for:
  24619. 3028.37 s [crypton] - Crypto.Internal.Builder.Builder
  24620. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.hashWithDom
  24621. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.pointPublic
  24622. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.publicPoint
  24623. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.encodeScalarLE
  24624. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.decodeScalarLE
  24625. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.scheduleSecret
  24626. 3028.37 s [crypton] Warning: Crypto.PubKey.EdDSA: could not find link destinations for:
  24627. 3028.37 s [crypton] - Crypto.Internal.Builder.Builder
  24628. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.hashWithDom
  24629. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.pointPublic
  24630. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.publicPoint
  24631. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.encodeScalarLE
  24632. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.decodeScalarLE
  24633. 3028.37 s [crypton] - Crypto.PubKey.EdDSA.scheduleSecret
  24634. 3029.57 s [profunctors] [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.p_o )
  24635. 3031.33 s [profunctors] [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.p_o )
  24636. 3032.32 s [profunctors] [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.p_o )
  24637. 3032.32 s [profunctors] [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.p_o )
  24638. 3033.28 s [tasty-smallcheck] Documentation created: dist/doc/html/tasty-smallcheck/index.html,
  24639. 3033.28 s [tasty-smallcheck] dist/doc/html/tasty-smallcheck/tasty-smallcheck.txt
  24640. 3033.56 s [tasty-smallcheck] Phase: installPhase
  24641. 3033.65 s [hedgehog] [18 of 27] Compiling Hedgehog.Internal.Tripping ( src/Hedgehog/Internal/Tripping.hs, dist/build/Hedgehog/Internal/Tripping.p_o )
  24642. 3033.85 s [tasty-smallcheck] Installing library in /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
  24643. 3034.55 s [hedgehog] [19 of 27] Compiling Hedgehog.Internal.State ( src/Hedgehog/Internal/State.hs, dist/build/Hedgehog/Internal/State.p_o )
  24644. 3034.96 s [tasty-smallcheck] Phase: fixupPhase
  24645. 3035.15 s [tasty-smallcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2
  24646. 3035.17 s [tasty-smallcheck] shrinking /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHStasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc-ghc9.6.4.so
  24647. 3035.23 s [tasty-smallcheck] checking for references to /build/ in /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2...
  24648. 3035.50 s [tasty-smallcheck] patching script interpreter paths in /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2
  24649. 3035.53 s [tasty-smallcheck] stripping (with command strip and flags -S -p) in /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2/lib
  24650. 3035.90 s [vector] [22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o, dist/build/Data/Vector/Unboxed.dyn_o )
  24651. 3036.12 s [tasty-smallcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc
  24652. 3036.15 s [tasty-smallcheck] checking for references to /build/ in /nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc...
  24653. 3036.18 s [tasty-smallcheck] patching script interpreter paths in /nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc
  24654. 3036.67 s [tasty-smallcheck:post-build] Uploading to the NixCI cache: /nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2 /nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc
  24655. 3037.42 s [tasty-smallcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24656. 3037.99 s [tasty-smallcheck:post-build] copying 2 paths...
  24657. 3037.99 s [tasty-smallcheck:post-build] copying path '/nix/store/is1w34lngjvjzfcw1z6mwl47dh38j3if-tasty-smallcheck-0.8.2-doc' to 'https://cache.nix-ci.com'...
  24658. 3038.71 s [tasty-smallcheck:post-build] copying path '/nix/store/fgnk81ac8ay7y4kdzapkg0iw1i305rc4-tasty-smallcheck-0.8.2' to 'https://cache.nix-ci.com'...
  24659. 3040.11 s [tasty-smallcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24660. 3041.06 s [tasty-smallcheck:post-build] copying 1 paths...
  24661. 3041.07 s [tasty-smallcheck:post-build] copying path '/nix/store/0wyy0379f9mwn9f4prqgs29fjn8nrpda-tasty-smallcheck-0.8.2.drv' to 'https://cache.nix-ci.com'...
  24662. 3041.88 s Uploaded tasty-smallcheck in 5.3s
  24663. 3041.90 s Progress: 163 of 211 built (5 building), 298 of 298 downloaded from cache
  24664. 3041.90 s Built tasty-smallcheck in 41.6s
  24665. 3042.08 s Building /nix/store/j2kp3yc9aqn0shy19vrdnfh30pzpp7rx-integer-logarithms-1.0.4.drv
  24666. 3042.08 s [hedgehog] [20 of 27] Compiling Hedgehog.Internal.Discovery ( src/Hedgehog/Internal/Discovery.hs, dist/build/Hedgehog/Internal/Discovery.p_o )
  24667. 3042.08 s [hedgehog] [21 of 27] Compiling Hedgehog.Internal.TH ( src/Hedgehog/Internal/TH.hs, dist/build/Hedgehog/Internal/TH.p_o )
  24668. 3042.08 s [hedgehog] [22 of 27] Compiling Hedgehog.Internal.Config ( src/Hedgehog/Internal/Config.hs, dist/build/Hedgehog/Internal/Config.p_o )
  24669. 3042.08 s [hedgehog] [23 of 27] Compiling Hedgehog.Internal.Report ( src/Hedgehog/Internal/Report.hs, dist/build/Hedgehog/Internal/Report.p_o )
  24670. 3042.08 s [profunctors] buildPhase completed in 43 seconds
  24671. 3042.08 s [profunctors] Phase: checkPhase
  24672. 3042.08 s [profunctors] Package has no test suites.
  24673. 3042.08 s [profunctors] Phase: haddockPhase
  24674. 3042.08 s [profunctors] Preprocessing library for profunctors-5.6.2..
  24675. 3042.08 s [profunctors] Running Haddock on library for profunctors-5.6.2..
  24676. 3042.08 s [profunctors] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  24677. 3042.08 s [profunctors] Warning: 'unsafeCoerce' is out of scope.
  24678. 3042.08 s [profunctors] If you qualify the identifier, haddock can try to link it anyway.
  24679. 3042.08 s [profunctors] 100% ( 3 / 3) in 'Data.Profunctor.Unsafe'
  24680. 3042.08 s [profunctors] 100% ( 7 / 7) in 'Data.Profunctor.Types'
  24681. 3042.16 s [profunctors] 100% ( 4 / 4) in 'Data.Profunctor.Monad'
  24682. 3042.22 s [profunctors] 100% ( 2 / 2) in 'Data.Profunctor.Adjunction'
  24683. 3042.33 s [integer-logarithms] Phase: setupCompilerEnvironmentPhase
  24684. 3042.35 s [integer-logarithms] Build with /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4.
  24685. 3042.47 s [profunctors] Warning: 'Procompose' is out of scope.
  24686. 3042.47 s [profunctors] If you qualify the identifier, haddock can try to link it anyway.
  24687. 3042.49 s [profunctors] 88% ( 15 / 17) in 'Data.Profunctor.Strong'
  24688. 3042.49 s [profunctors] Missing documentation for:
  24689. 3042.49 s [profunctors] uncurry' (src/Data/Profunctor/Strong.hs:97)
  24690. 3042.49 s [profunctors] strong (src/Data/Profunctor/Strong.hs:101)
  24691. 3042.96 s [integer-logarithms] Phase: unpackPhase
  24692. 3043.00 s [integer-logarithms] unpacking source archive /nix/store/ph0i5ssdxwdx25fp5i1sbmq6177nxsr9-integer-logarithms-1.0.4.tar.gz
  24693. 3043.03 s [integer-logarithms] source root is integer-logarithms-1.0.4
  24694. 3043.07 s [integer-logarithms] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "integer-logarithms-1.0.4/test-suite/Test.hs"
  24695. 3043.09 s [integer-logarithms] Phase: patchPhase
  24696. 3043.14 s [integer-logarithms] Phase: compileBuildDriverPhase
  24697. 3043.16 s [integer-logarithms] setupCompileFlags: -package-db=/build/tmp.83Bz9cZAcV/setup-package.conf.d -threaded
  24698. 3043.42 s [integer-logarithms] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.83Bz9cZAcV/Main.o )
  24699. 3043.54 s [profunctors] 71% ( 5 / 7) in 'Data.Profunctor.Closed'
  24700. 3043.54 s [profunctors] Missing documentation for:
  24701. 3043.54 s [profunctors] Environment (src/Data/Profunctor/Closed.hs:195)
  24702. 3043.54 s [profunctors] curry' (src/Data/Profunctor/Closed.hs:95)
  24703. 3043.64 s [streaming-commons] high code points [✔]
  24704. 3043.64 s [integer-logarithms] [2 of 2] Linking Setup
  24705. 3044.03 s [streaming-commons] UTF8 leftovers
  24706. 3044.08 s [profunctors] Warning: 'costrength' is out of scope.
  24707. 3044.08 s [profunctors] If you qualify the identifier, haddock can try to link it anyway.
  24708. 3044.08 s [profunctors] Warning: 'absurd' is out of scope.
  24709. 3044.09 s [profunctors] If you qualify the identifier, haddock can try to link it anyway.
  24710. 3044.11 s [profunctors] 92% ( 12 / 13) in 'Data.Profunctor.Choice'
  24711. 3044.11 s [profunctors] Missing documentation for:
  24712. 3044.11 s [profunctors] Cochoice (src/Data/Profunctor/Choice.hs:301)
  24713. 3044.24 s [streaming-commons] C
  24714. 3044.71 s [profunctors] 57% ( 8 / 14) in 'Data.Profunctor.Traversing'
  24715. 3044.71 s [profunctors] Missing documentation for:
  24716. 3044.71 s [profunctors] Module header
  24717. 3044.71 s [profunctors] CofreeTraversing (src/Data/Profunctor/Traversing.hs:144)
  24718. 3044.71 s [profunctors] firstTraversing (src/Data/Profunctor/Traversing.hs:42)
  24719. 3044.71 s [profunctors] secondTraversing (src/Data/Profunctor/Traversing.hs:45)
  24720. 3044.71 s [profunctors] leftTraversing (src/Data/Profunctor/Traversing.hs:66)
  24721. 3044.71 s [profunctors] rightTraversing (src/Data/Profunctor/Traversing.hs:69)
  24722. 3045.02 s [streaming-commons] single chunk [✔]
  24723. 3045.38 s [profunctors] 44% ( 4 / 9) in 'Data.Profunctor.Mapping'
  24724. 3045.38 s [profunctors] Missing documentation for:
  24725. 3045.38 s [profunctors] Mapping (src/Data/Profunctor/Mapping.hs:43)
  24726. 3045.38 s [profunctors] CofreeMapping (src/Data/Profunctor/Mapping.hs:107)
  24727. 3045.38 s [profunctors] wanderMapping (src/Data/Profunctor/Mapping.hs:98)
  24728. 3045.38 s [profunctors] traverseMapping (src/Data/Profunctor/Mapping.hs:101)
  24729. 3045.38 s [profunctors] closedMapping (src/Data/Profunctor/Mapping.hs:104)
  24730. 3045.62 s [profunctors] 80% ( 16 / 20) in 'Data.Profunctor'
  24731. 3045.62 s [profunctors] Missing documentation for:
  24732. 3045.62 s [profunctors] uncurry' (src/Data/Profunctor/Strong.hs:97)
  24733. 3045.62 s [profunctors] curry' (src/Data/Profunctor/Closed.hs:95)
  24734. 3045.62 s [profunctors] Mapping (src/Data/Profunctor/Mapping.hs:43)
  24735. 3045.62 s [profunctors] Cochoice (src/Data/Profunctor/Choice.hs:301)
  24736. 3045.65 s [profunctors] 100% ( 3 / 3) in 'Data.Profunctor.Sieve'
  24737. 3045.76 s [profunctors] Warning: 'Iso'' is out of scope.
  24738. 3045.76 s [profunctors] If you qualify the identifier, haddock can try to link it anyway.
  24739. 3045.77 s [profunctors] 70% ( 17 / 24) in 'Data.Profunctor.Rep'
  24740. 3045.77 s [profunctors] Missing documentation for:
  24741. 3045.77 s [profunctors] prepAdj (src/Data/Profunctor/Rep.hs:203)
  24742. 3045.77 s [profunctors] unprepAdj (src/Data/Profunctor/Rep.hs:206)
  24743. 3045.77 s [profunctors] prepUnit (src/Data/Profunctor/Rep.hs:209)
  24744. 3045.77 s [profunctors] prepCounit (src/Data/Profunctor/Rep.hs:212)
  24745. 3045.77 s [profunctors] uncoprepAdj (src/Data/Profunctor/Rep.hs:237)
  24746. 3045.77 s [profunctors] coprepUnit (src/Data/Profunctor/Rep.hs:240)
  24747. 3045.77 s [profunctors] coprepCounit (src/Data/Profunctor/Rep.hs:243)
  24748. 3045.83 s [streaming-commons] multi chunk, no good [✔]
  24749. 3045.89 s [profunctors]
  24750. 3045.89 s [profunctors] src/Data/Profunctor/Rep.hs:199:3: warning: [-Wnoncanonical-monad-instances]
  24751. 3045.89 s [profunctors] Noncanonical ‘return’ definition detected
  24752. 3045.89 s [profunctors] in the instance declaration for ‘Monad (Prep p)’.
  24753. 3045.89 s [profunctors] ‘return’ will eventually be removed in favour of ‘pure’
  24754. 3045.89 s [profunctors] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  24755. 3045.89 s [profunctors] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  24756. 3045.89 s [profunctors] |
  24757. 3045.90 s [profunctors] 199 | return a = Prep () $ tabulate $ const $ return a
  24758. 3045.90 s [profunctors] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24759. 3046.08 s [profunctors] 89% ( 17 / 19) in 'Data.Profunctor.Composition'
  24760. 3046.08 s [profunctors] Missing documentation for:
  24761. 3046.08 s [profunctors] procomposed (src/Data/Profunctor/Composition.hs:79)
  24762. 3046.08 s [profunctors] mu (src/Data/Profunctor/Composition.hs:310)
  24763. 3046.49 s [profunctors] Warning: 'counit' is out of scope.
  24764. 3046.49 s [profunctors] If you qualify the identifier, haddock can try to link it anyway.
  24765. 3046.50 s [profunctors] 50% ( 4 / 8) in 'Data.Profunctor.Ran'
  24766. 3046.50 s [profunctors] Missing documentation for:
  24767. 3046.50 s [profunctors] precomposeRan (src/Data/Profunctor/Ran.hs:85)
  24768. 3046.50 s [profunctors] curryRan (src/Data/Profunctor/Ran.hs:89)
  24769. 3046.50 s [profunctors] uncurryRan (src/Data/Profunctor/Ran.hs:93)
  24770. 3046.50 s [profunctors] decomposeCodensity (src/Data/Profunctor/Ran.hs:132)
  24771. 3046.61 s [streaming-commons] multi chunk, good in the middle [✔]
  24772. 3046.89 s [profunctors] 66% ( 2 / 3) in 'Data.Profunctor.Cayley'
  24773. 3046.91 s [profunctors] Missing documentation for:
  24774. 3046.91 s [profunctors] mapCayley (src/Data/Profunctor/Cayley.hs:107)
  24775. 3047.01 s [streaming-commons] pure
  24776. 3047.34 s [profunctors] 85% ( 6 / 7) in 'Data.Profunctor.Yoneda'
  24777. 3047.34 s [profunctors] Missing documentation for:
  24778. 3047.34 s [profunctors] Coyoneda (src/Data/Profunctor/Yoneda.hs:135)
  24779. 3047.68 s [hedgehog] [24 of 27] Compiling Hedgehog.Internal.Queue ( src/Hedgehog/Internal/Queue.hs, dist/build/Hedgehog/Internal/Queue.p_o )
  24780. 3047.68 s [hedgehog] [25 of 27] Compiling Hedgehog.Internal.Runner ( src/Hedgehog/Internal/Runner.hs, dist/build/Hedgehog/Internal/Runner.p_o )
  24781. 3047.80 s [streaming-commons] multi chunk, no good [✔]
  24782. 3047.82 s [integer-logarithms] Phase: updateAutotoolsGnuConfigScriptsPhase
  24783. 3047.85 s [integer-logarithms] Phase: configurePhase
  24784. 3048.01 s [integer-logarithms] configureFlags: --verbose --prefix=/nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/mni1dirs1ckjd4k0xcsijxk0l194ysg0-integer-logarithms-1.0.4-doc/share/doc/integer-logarithms-1.0.4 --with-gcc=gcc --package-db=/build/tmp.83Bz9cZAcV/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/yw7vb4hamv9mqgbgf7598zvis7k2spyx-ncurses-6.5/lib --extra-lib-dirs=/nix/store/adfh8p731fy9iahv0mccbx0is6i96diy-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vf3hfbbl7h32axb73fa2b0dbqg0gmjgi-elfutils-0.192/lib --extra-lib-dirs=/nix/store/wx2hkwfpc39ixyww2hai0v697zzrpbxr-gmp-with-cxx-6.3.0/lib
  24785. 3048.04 s [integer-logarithms] Using Parsec parser
  24786. 3048.04 s [integer-logarithms] Configuring integer-logarithms-1.0.4...
  24787. 3048.40 s [streaming-commons] UTF16LE spot checks
  24788. 3049.04 s [profunctors] Warning: Data.Profunctor.Rep: could not find link destinations for:
  24789. 3049.04 s [profunctors] - Data.Profunctor.Rep.Iso
  24790. 3049.07 s [profunctors] Warning: Data.Profunctor.Composition: could not find link destinations for:
  24791. 3049.07 s [profunctors] - Data.Profunctor.Composition.Iso
  24792. 3049.19 s [streaming-commons] [[0,216,0],[220,0,0,0,0,0,0]] [✔]
  24793. 3049.49 s [integer-logarithms] Flags chosen: check-bounds=False, integer-gmp=True
  24794. 3049.49 s [integer-logarithms] Dependency array >=0.5.3.0 && <0.6: using array-0.5.6.0
  24795. 3049.49 s [integer-logarithms] Dependency base >=4.15 && <4.22: using base-4.18.2.0
  24796. 3049.49 s [integer-logarithms] Dependency ghc-bignum >=1.0 && <1.4: using ghc-bignum-1.3
  24797. 3049.49 s [integer-logarithms] Dependency ghc-prim <0.14: using ghc-prim-0.10.0
  24798. 3049.49 s [integer-logarithms] Dependency QuickCheck >=2.14.1 && <2.16: using QuickCheck-2.14.3
  24799. 3049.49 s [integer-logarithms] Dependency base: using base-4.18.2.0
  24800. 3049.49 s [integer-logarithms] Dependency integer-logarithms: using integer-logarithms-1.0.4
  24801. 3049.49 s [integer-logarithms] Dependency smallcheck >=1.2 && <1.3: using smallcheck-1.2.1.1
  24802. 3049.49 s [integer-logarithms] Dependency tasty >=1.4 && <1.6: using tasty-1.5.3
  24803. 3049.49 s [integer-logarithms] Dependency tasty-hunit >=0.10 && <0.11: using tasty-hunit-0.10.2
  24804. 3049.49 s [integer-logarithms] Dependency tasty-quickcheck >=0.10 && <0.12: using tasty-quickcheck-0.11
  24805. 3049.49 s [integer-logarithms] Dependency tasty-smallcheck >=0.8 && <0.9: using tasty-smallcheck-0.8.2
  24806. 3050.00 s [streaming-commons] Data.Streaming.Zlib
  24807. 3050.20 s [streaming-commons] Data.Streaming.Zlib
  24808. 3050.40 s [streaming-commons] inflate/deflate
  24809. 3050.49 s [integer-logarithms] Source component graph:
  24810. 3050.49 s [integer-logarithms] component lib
  24811. 3050.49 s [integer-logarithms] component test:spec dependency lib
  24812. 3050.49 s [integer-logarithms] Configured component graph:
  24813. 3050.49 s [integer-logarithms] component integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
  24814. 3050.49 s [integer-logarithms] include array-0.5.6.0
  24815. 3050.49 s [integer-logarithms] include base-4.18.2.0
  24816. 3050.49 s [integer-logarithms] include ghc-bignum-1.3
  24817. 3050.49 s [integer-logarithms] include ghc-prim-0.10.0
  24818. 3050.49 s [integer-logarithms] component integer-logarithms-1.0.4-4UvbOs9wCfODm6ze4wj2Hg-spec
  24819. 3050.49 s [integer-logarithms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  24820. 3050.49 s [integer-logarithms] include base-4.18.2.0
  24821. 3050.49 s [integer-logarithms] include integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
  24822. 3050.49 s [integer-logarithms] include smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
  24823. 3050.49 s [integer-logarithms] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  24824. 3050.49 s [integer-logarithms] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  24825. 3050.49 s [integer-logarithms] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  24826. 3050.49 s [integer-logarithms] include tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
  24827. 3050.49 s [integer-logarithms] Linked component graph:
  24828. 3050.50 s [integer-logarithms] unit integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
  24829. 3050.50 s [integer-logarithms] include array-0.5.6.0
  24830. 3050.50 s [integer-logarithms] include base-4.18.2.0
  24831. 3050.50 s [integer-logarithms] include ghc-bignum-1.3
  24832. 3050.50 s [integer-logarithms] include ghc-prim-0.10.0
  24833. 3050.50 s [integer-logarithms] GHC.Integer.Logarithms.Compat=integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a:GHC.Integer.Logarithms.Compat,Math.NumberTheory.Logarithms=integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a:Math.NumberTheory.Logarithms,Math.NumberTheory.Powers.Integer=integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a:Math.NumberTheory.Powers.Integer,Math.NumberTheory.Powers.Natural=integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a:Math.NumberTheory.Powers.Natural
  24834. 3050.50 s [integer-logarithms] unit integer-logarithms-1.0.4-4UvbOs9wCfODm6ze4wj2Hg-spec
  24835. 3050.50 s [integer-logarithms] include QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  24836. 3050.50 s [integer-logarithms] include base-4.18.2.0
  24837. 3050.50 s [integer-logarithms] include integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
  24838. 3050.50 s [integer-logarithms] include smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
  24839. 3050.50 s [integer-logarithms] include tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  24840. 3050.50 s [integer-logarithms] include tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  24841. 3050.50 s [integer-logarithms] include tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  24842. 3050.50 s [integer-logarithms] include tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
  24843. 3050.50 s [integer-logarithms] Ready component graph:
  24844. 3050.50 s [integer-logarithms] definite integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
  24845. 3050.50 s [integer-logarithms] depends array-0.5.6.0
  24846. 3050.50 s [integer-logarithms] depends base-4.18.2.0
  24847. 3050.50 s [integer-logarithms] depends ghc-bignum-1.3
  24848. 3050.50 s [integer-logarithms] depends ghc-prim-0.10.0
  24849. 3050.50 s [integer-logarithms] definite integer-logarithms-1.0.4-4UvbOs9wCfODm6ze4wj2Hg-spec
  24850. 3050.50 s [integer-logarithms] depends QuickCheck-2.14.3-Fc6d8PfOBpi5hXOJOGYyRP
  24851. 3050.50 s [integer-logarithms] depends base-4.18.2.0
  24852. 3050.50 s [integer-logarithms] depends integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
  24853. 3050.50 s [integer-logarithms] depends smallcheck-1.2.1.1-5DWczQekW8a5kjQm5fZORh
  24854. 3050.50 s [integer-logarithms] depends tasty-1.5.3-Bz3pAENzDsg8bptxx7MbLc
  24855. 3050.50 s [integer-logarithms] depends tasty-hunit-0.10.2-Ix2PVJ2Hkl04GJzPxbjZtI
  24856. 3050.50 s [integer-logarithms] depends tasty-quickcheck-0.11-IcUs0IPVQXq9EjQZ2tHyO5
  24857. 3050.50 s [integer-logarithms] depends tasty-smallcheck-0.8.2-FN3CkJ76TBjJYHBAC2GjWc
  24858. 3050.50 s [integer-logarithms] Using Cabal-3.10.1.0 compiled by ghc-9.6
  24859. 3050.50 s [integer-logarithms] Using compiler: ghc-9.6.4
  24860. 3050.50 s [integer-logarithms] Using install prefix:
  24861. 3050.50 s [integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4
  24862. 3050.50 s [integer-logarithms] Executables installed in:
  24863. 3050.50 s [integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/bin
  24864. 3050.50 s [integer-logarithms] Libraries installed in:
  24865. 3050.50 s [integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/integer-logarithms-1.0.4-L95Yh1pNzswHaYtiBuSH4a
  24866. 3050.50 s [integer-logarithms] Dynamic Libraries installed in:
  24867. 3050.50 s [integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4
  24868. 3050.50 s [integer-logarithms] Private executables installed in:
  24869. 3050.50 s [integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/libexec/x86_64-linux-ghc-9.6.4/integer-logarithms-1.0.4
  24870. 3050.50 s [integer-logarithms] Data files installed in:
  24871. 3050.50 s [integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/share/x86_64-linux-ghc-9.6.4/integer-logarithms-1.0.4
  24872. 3050.50 s [integer-logarithms] Documentation installed in:
  24873. 3050.50 s [integer-logarithms] /nix/store/mni1dirs1ckjd4k0xcsijxk0l194ysg0-integer-logarithms-1.0.4-doc/share/doc/integer-logarithms-1.0.4
  24874. 3050.50 s [integer-logarithms] Configuration files installed in:
  24875. 3050.50 s [integer-logarithms] /nix/store/fqk13pnd0lwakkc4lg8ckk1hapllw51v-integer-logarithms-1.0.4/etc
  24876. 3050.50 s [integer-logarithms] No alex found
  24877. 3050.50 s [integer-logarithms] Using ar found on system at:
  24878. 3050.50 s [integer-logarithms] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ar
  24879. 3050.50 s [integer-logarithms] No c2hs found
  24880. 3050.50 s [integer-logarithms] No cpphs found
  24881. 3050.50 s [integer-logarithms] No doctest found
  24882. 3050.50 s [integer-logarithms] Using gcc version 14.3.0 given by user at:
  24883. 3050.50 s [integer-logarithms] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/gcc
  24884. 3050.50 s [integer-logarithms] Using ghc version 9.6.4 found on system at:
  24885. 3050.50 s [integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc
  24886. 3050.50 s [integer-logarithms] Using ghc-pkg version 9.6.4 found on system at:
  24887. 3050.50 s [integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/ghc-pkg-9.6.4
  24888. 3050.50 s [integer-logarithms] No ghcjs found
  24889. 3050.50 s [integer-logarithms] No ghcjs-pkg found
  24890. 3050.50 s [integer-logarithms] No greencard found
  24891. 3050.50 s [integer-logarithms] Using haddock version 2.29.2 found on system at:
  24892. 3050.50 s [integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/haddock-ghc-9.6.4
  24893. 3050.51 s [integer-logarithms] No happy found
  24894. 3050.51 s [integer-logarithms] Using haskell-suite found on system at: haskell-suite-dummy-location
  24895. 3050.51 s [integer-logarithms] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  24896. 3050.51 s [integer-logarithms] No hmake found
  24897. 3050.51 s [integer-logarithms] Using hpc version 0.68 found on system at:
  24898. 3050.51 s [integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hpc-ghc-9.6.4
  24899. 3050.51 s [integer-logarithms] Using hsc2hs version 0.68.9 found on system at:
  24900. 3050.51 s [integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/hsc2hs-ghc-9.6.4
  24901. 3050.51 s [integer-logarithms] Using hscolour version 1.25 found on system at:
  24902. 3050.51 s [integer-logarithms] /nix/store/9gf99vx9brapa772zq6qvfbiq3jmi3nb-hscolour-1.25/bin/HsColour
  24903. 3050.51 s [integer-logarithms] No jhc found
  24904. 3050.51 s [integer-logarithms] Using ld found on system at:
  24905. 3050.51 s [integer-logarithms] /nix/store/87zpmcmwvn48z4lbrfba74b312h22s6c-binutils-wrapper-2.44/bin/ld.gold
  24906. 3050.51 s [integer-logarithms] No pkg-config found
  24907. 3050.51 s [integer-logarithms] Using runghc version 9.6.4 found on system at:
  24908. 3050.51 s [integer-logarithms] /nix/store/4j03j8zs4j9dd6az5xakkyrc6lrcz7id-ghc-9.6.4/bin/runghc-9.6.4
  24909. 3050.51 s [integer-logarithms] Using strip version 2.44 found on system at:
  24910. 3050.51 s [integer-logarithms] /nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/strip
  24911. 3050.51 s [integer-logarithms] Using tar found on system at:
  24912. 3050.51 s [integer-logarithms] /nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin/tar
  24913. 3050.51 s [integer-logarithms] No uhc found
  24914. 3050.87 s [hedgehog] [26 of 27] Compiling Hedgehog.Gen ( src/Hedgehog/Gen.hs, dist/build/Hedgehog/Gen.p_o )
  24915. 3050.87 s [hedgehog] [27 of 27] Compiling Hedgehog ( src/Hedgehog.hs, dist/build/Hedgehog.p_o )
  24916. 3051.01 s [integer-logarithms] Phase: buildPhase
  24917. 3051.30 s [integer-logarithms] Preprocessing library for integer-logarithms-1.0.4..
  24918. 3051.31 s [integer-logarithms] Building library for integer-logarithms-1.0.4..
  24919. 3051.61 s [streaming-commons] decompress' [✔]
  24920. 3051.62 s [streaming-commons] +++ OK, passed 100 tests.
  24921. 3051.74 s [integer-logarithms] [1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o, dist/build/GHC/Integer/Logarithms/Compat.dyn_o )
  24922. 3052.09 s [integer-logarithms] [2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o, dist/build/Math/NumberTheory/Logarithms.dyn_o )
  24923. 3052.75 s [streaming-commons] compress' [✔]
  24924. 3052.75 s [streaming-commons] +++ OK, passed 100 tests.
  24925. 3053.01 s [crypton] Documentation created: dist/doc/html/crypton/index.html,
  24926. 3053.02 s [crypton] dist/doc/html/crypton/crypton.txt
  24927. 3053.25 s [crypton] Preprocessing test suite 'test-crypton' for crypton-1.0.4..
  24928. 3053.30 s [crypton] haddockPhase completed in 52 seconds
  24929. 3053.30 s [crypton] Phase: installPhase
  24930. 3053.87 s [streaming-commons] with dictionary [✔]
  24931. 3053.88 s [streaming-commons] +++ OK, passed 100 tests.
  24932. 3053.93 s [crypton] Installing library in /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/crypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h
  24933. 3054.66 s [streaming-commons] different dict [✔]
  24934. 3055.06 s [streaming-commons] license
  24935. 3055.73 s [integer-logarithms] [3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.o, dist/build/Math/NumberTheory/Powers/Integer.dyn_o )
  24936. 3055.73 s [integer-logarithms] [4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.o, dist/build/Math/NumberTheory/Powers/Natural.dyn_o )
  24937. 3055.84 s [streaming-commons] single deflate [✔]
  24938. 3056.62 s [streaming-commons] single inflate [✔]
  24939. 3056.76 s [integer-logarithms] [1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.p_o )
  24940. 3057.00 s [hedgehog] Preprocessing test suite 'test' for hedgehog-1.5..
  24941. 3057.00 s [hedgehog] Building test suite 'test' for hedgehog-1.5..
  24942. 3057.40 s [streaming-commons] multi deflate [✔]
  24943. 3057.42 s [hedgehog] [1 of 9] Compiling Test.Hedgehog.Applicative ( test/Test/Hedgehog/Applicative.hs, dist/build/test/test-tmp/Test/Hedgehog/Applicative.o )
  24944. 3057.52 s [integer-logarithms] [2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.p_o )
  24945. 3058.22 s [streaming-commons] multi inflate [✔]
  24946. 3058.61 s [streaming-commons] lbs zlib
  24947. 3059.78 s [streaming-commons] inflate [✔]
  24948. 3059.78 s [streaming-commons] +++ OK, passed 100 tests.
  24949. 3060.36 s [integer-logarithms] [3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.p_o )
  24950. 3060.36 s [integer-logarithms] [4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.p_o )
  24951. 3061.14 s [streaming-commons] deflate [✔]
  24952. 3061.15 s [streaming-commons] +++ OK, passed 100 tests.
  24953. 3061.26 s [vector] [23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o, dist/build/Data/Vector/Unboxed/Mutable.dyn_o )
  24954. 3061.53 s [streaming-commons] flushing
  24955. 3061.93 s [profunctors] Documentation created: dist/doc/html/profunctors/index.html,
  24956. 3061.93 s [profunctors] dist/doc/html/profunctors/profunctors.txt
  24957. 3061.98 s [hedgehog] [2 of 9] Compiling Test.Hedgehog.Confidence ( test/Test/Hedgehog/Confidence.hs, dist/build/test/test-tmp/Test/Hedgehog/Confidence.o )
  24958. 3061.98 s [hedgehog] [3 of 9] Compiling Test.Hedgehog.Filter ( test/Test/Hedgehog/Filter.hs, dist/build/test/test-tmp/Test/Hedgehog/Filter.o )
  24959. 3061.98 s [hedgehog] [4 of 9] Compiling Test.Hedgehog.Maybe ( test/Test/Hedgehog/Maybe.hs, dist/build/test/test-tmp/Test/Hedgehog/Maybe.o )
  24960. 3061.98 s [hedgehog] [5 of 9] Compiling Test.Hedgehog.Seed ( test/Test/Hedgehog/Seed.hs, dist/build/test/test-tmp/Test/Hedgehog/Seed.o )
  24961. 3061.98 s [hedgehog] [6 of 9] Compiling Test.Hedgehog.Skip ( test/Test/Hedgehog/Skip.hs, dist/build/test/test-tmp/Test/Hedgehog/Skip.o )
  24962. 3062.13 s [profunctors] Phase: installPhase
  24963. 3062.32 s [streaming-commons] zlib [✔]
  24964. 3062.44 s [profunctors] Installing library in /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/profunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe
  24965. 3062.83 s [hedgehog] [7 of 9] Compiling Test.Hedgehog.Text ( test/Test/Hedgehog/Text.hs, dist/build/test/test-tmp/Test/Hedgehog/Text.o )
  24966. 3062.83 s [hedgehog] [8 of 9] Compiling Test.Hedgehog.Zip ( test/Test/Hedgehog/Zip.hs, dist/build/test/test-tmp/Test/Hedgehog/Zip.o )
  24967. 3062.84 s [hedgehog] [9 of 9] Compiling Main ( test/test.hs, dist/build/test/test-tmp/Main.o )
  24968. 3063.06 s [integer-logarithms] Preprocessing test suite 'spec' for integer-logarithms-1.0.4..
  24969. 3063.07 s [integer-logarithms] Building test suite 'spec' for integer-logarithms-1.0.4..
  24970. 3063.09 s [streaming-commons] gzip [✔]
  24971. 3063.39 s [integer-logarithms] [1 of 4] Compiling Math.NumberTheory.TestUtils ( test-suite/Math/NumberTheory/TestUtils.hs, dist/build/spec/spec-tmp/Math/NumberTheory/TestUtils.o )
  24972. 3063.51 s [streaming-commons] large raw #9
  24973. 3064.00 s [vector] [ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.p_o )
  24974. 3064.09 s [crypton] Phase: fixupPhase
  24975. 3064.19 s [crypton] shrinking RPATHs of ELF executables and libraries in /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4
  24976. 3064.23 s [crypton] shrinking /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHScrypton-1.0.4-JmJ1IQ5I3wPJTh4Z1FxM4h-ghc9.6.4.so
  24977. 3064.30 s [profunctors] Phase: fixupPhase
  24978. 3064.31 s [streaming-commons] compressing [✔]
  24979. 3064.39 s [profunctors] shrinking RPATHs of ELF executables and libraries in /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2
  24980. 3064.40 s [profunctors] shrinking /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/lib/ghc-9.6.4/lib/x86_64-linux-ghc-9.6.4/libHSprofunctors-5.6.2-6EOkFTIGDXj34RL8J5Qlfe-ghc9.6.4.so
  24981. 3064.45 s [profunctors] checking for references to /build/ in /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2...
  24982. 3064.51 s [crypton] checking for references to /build/ in /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4...
  24983. 3064.51 s [profunctors] patching script interpreter paths in /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2
  24984. 3064.58 s [profunctors] stripping (with command strip and flags -S -p) in /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2/lib
  24985. 3064.73 s [crypton] patching script interpreter paths in /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4
  24986. 3064.82 s [crypton] stripping (with command strip and flags -S -p) in /nix/store/jad5xv1kmz5a5ffmpiplv46fi34cjvk6-crypton-1.0.4/lib
  24987. 3065.02 s [integer-logarithms] [2 of 4] Compiling Orphans ( test-suite/Orphans.hs, dist/build/spec/spec-tmp/Orphans.o )
  24988. 3065.02 s [integer-logarithms] [3 of 4] Compiling Math.NumberTheory.LogarithmsTests ( test-suite/Math/NumberTheory/LogarithmsTests.hs, dist/build/spec/spec-tmp/Math/NumberTheory/LogarithmsTests.o )
  24989. 3065.03 s [hedgehog] [10 of 10] Linking dist/build/test/test
  24990. 3065.11 s [streaming-commons] decompressing [✔]
  24991. 3065.31 s [vector] [ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.p_o )
  24992. 3065.35 s [vector] [ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.p_o )
  24993. 3065.51 s [profunctors] shrinking RPATHs of ELF executables and libraries in /nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc
  24994. 3065.53 s [profunctors] checking for references to /build/ in /nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc...
  24995. 3065.62 s [profunctors] patching script interpreter paths in /nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc
  24996. 3066.25 s [profunctors:post-build] Uploading to the NixCI cache: /nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2 /nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc
  24997. 3066.78 s [profunctors:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24998. 3067.37 s [profunctors:post-build] copying 2 paths...
  24999. 3067.37 s [profunctors:post-build] copying path '/nix/store/z80wkzaaqd7hhs95ixrmbwrmqivrkpj2-profunctors-5.6.2-doc' to 'https://cache.nix-ci.com'...
  25000. 3069.12 s [profunctors:post-build] copying path '/nix/store/yny86bw0njfqafrswdcdi4zaw6pllvzj-profunctors-5.6.2' to 'https://cache.nix-ci.com'...