build packages.x86_64-linux.ghc926_dualizer

Reproduce this run
  1. 1568.06 s [vector] update: OK
  2. 1568.07 s [vector] +++ OK, passed 100 tests.
  3. 1568.07 s [vector] mempty: OK
  4. 1568.07 s [vector] +++ OK, passed 1 test.
  5. 1568.07 s [vector] mappend: OK
  6. 1568.07 s [vector] +++ OK, passed 100 tests.
  7. 1568.09 s [vector] mconcat: OK (0.02s)
  8. 1568.09 s [vector] +++ OK, passed 100 tests.
  9. 1568.09 s [vector] glength: OK
  10. 1568.09 s [vector] +++ OK, passed 100 tests.
  11. 1568.09 s [vector] sum: OK
  12. 1568.09 s [vector] +++ OK, passed 100 tests.
  13. 1568.09 s [vector] product: OK
  14. 1568.09 s [vector] +++ OK, passed 100 tests.
  15. 1568.09 s [vector] enumFromN: OK
  16. 1568.09 s [vector] +++ OK, passed 100 tests.
  17. 1568.09 s [vector] enumFromThenN: OK
  18. 1568.09 s [vector] +++ OK, passed 100 tests.
  19. 1568.09 s [vector] enumFromTo: OK
  20. 1568.09 s [vector] +++ OK, passed 100 tests.
  21. 1568.10 s [vector] enumFromThenTo: OK
  22. 1568.10 s [vector] +++ OK, passed 100 tests; 1 discarded.
  23. 1568.10 s [vector] (Double)
  24. 1568.10 s [vector] fromList.toList == id: OK
  25. 1568.10 s [vector] +++ OK, passed 100 tests.
  26. 1568.10 s [vector] toList.fromList == id: OK
  27. 1568.10 s [vector] +++ OK, passed 100 tests.
  28. 1568.11 s [vector] unstream.stream == id: OK
  29. 1568.11 s [vector] +++ OK, passed 100 tests.
  30. 1568.11 s [vector] stream.unstream == id: OK
  31. 1568.11 s [vector] +++ OK, passed 100 tests.
  32. 1568.11 s [vector] eq: OK
  33. 1568.11 s [vector] +++ OK, passed 100 tests.
  34. 1568.11 s [vector] length: OK
  35. 1568.11 s [vector] +++ OK, passed 100 tests.
  36. 1568.11 s [vector] null: OK
  37. 1568.11 s [vector] +++ OK, passed 100 tests.
  38. 1568.11 s [vector] index: OK
  39. 1568.11 s [vector] +++ OK, passed 100 tests; 19 discarded.
  40. 1568.11 s [vector] safeIndex: OK
  41. 1568.11 s [vector] +++ OK, passed 100 tests.
  42. 1568.11 s [vector] head: OK
  43. 1568.11 s [vector] +++ OK, passed 100 tests; 18 discarded.
  44. 1568.11 s [vector] last: OK
  45. 1568.11 s [vector] +++ OK, passed 100 tests; 15 discarded.
  46. 1568.11 s [vector] unsafeIndex: OK
  47. 1568.11 s [vector] +++ OK, passed 100 tests; 21 discarded.
  48. 1568.11 s [vector] unsafeHead: OK
  49. 1568.11 s [vector] +++ OK, passed 100 tests; 13 discarded.
  50. 1568.11 s [vector] unsafeLast: OK
  51. 1568.11 s [vector] +++ OK, passed 100 tests; 24 discarded.
  52. 1568.12 s [vector] slice: OK
  53. 1568.12 s [vector] +++ OK, passed 100 tests.
  54. 1568.12 s [vector] init: OK
  55. 1568.12 s [vector] +++ OK, passed 100 tests; 13 discarded.
  56. 1568.12 s [vector] tail: OK
  57. 1568.12 s [vector] +++ OK, passed 100 tests; 14 discarded.
  58. 1568.12 s [vector] take: OK
  59. 1568.12 s [vector] +++ OK, passed 100 tests.
  60. 1568.12 s [vector] drop: OK
  61. 1568.12 s [vector] +++ OK, passed 100 tests.
  62. 1568.12 s [vector] splitAt: OK
  63. 1568.12 s [vector] +++ OK, passed 100 tests.
  64. 1568.12 s [vector] empty: OK
  65. 1568.12 s [vector] +++ OK, passed 1 test.
  66. 1568.12 s [vector] singleton: OK
  67. 1568.12 s [vector] +++ OK, passed 100 tests.
  68. 1568.12 s [vector] replicate: OK
  69. 1568.12 s [vector] +++ OK, passed 100 tests.
  70. 1568.13 s [vector] generate: OK
  71. 1568.13 s [vector] +++ OK, passed 100 tests.
  72. 1568.13 s [vector] iterateN: OK
  73. 1568.13 s [vector] +++ OK, passed 100 tests.
  74. 1568.18 s [vector] iterateNM: OK (0.05s)
  75. 1568.18 s [vector] +++ OK, passed 100 tests.
  76. 1568.23 s [vector] generateM: OK (0.02s)
  77. 1568.23 s [vector] +++ OK, passed 100 tests.
  78. 1568.23 s [vector] replicateM: OK (0.01s)
  79. 1568.23 s [vector] +++ OK, passed 100 tests.
  80. 1568.23 s [vector] create: OK
  81. 1568.23 s [vector] +++ OK, passed 100 tests.
  82. 1568.23 s [vector] createT: OK
  83. 1568.23 s [vector] +++ OK, passed 100 tests.
  84. 1568.23 s [vector] unfoldr: OK
  85. 1568.23 s [vector] +++ OK, passed 100 tests.
  86. 1568.23 s [vector] unfoldrN: OK
  87. 1568.23 s [vector] +++ OK, passed 100 tests.
  88. 1568.23 s [vector] unfoldrExactN: OK
  89. 1568.23 s [vector] +++ OK, passed 100 tests.
  90. 1568.23 s [vector] unfoldrM: OK
  91. 1568.23 s [vector] +++ OK, passed 100 tests.
  92. 1568.26 s [vector] unfoldrNM: OK
  93. 1568.26 s [vector] +++ OK, passed 100 tests.
  94. 1568.27 s [vector] unfoldrExactNM: OK (0.03s)
  95. 1568.28 s [vector] +++ OK, passed 100 tests.
  96. 1568.29 s [vector] constructN: OK (0.02s)
  97. 1568.30 s [vector] +++ OK, passed 100 tests.
  98. 1568.30 s [vector] constructrN: OK (0.02s)
  99. 1568.30 s [vector] +++ OK, passed 100 tests.
  100. 1568.30 s [vector] cons: OK
  101. 1568.30 s [vector] +++ OK, passed 100 tests.
  102. 1568.30 s [vector] snoc: OK
  103. 1568.31 s [vector] +++ OK, passed 100 tests.
  104. 1568.32 s [vector] append: OK
  105. 1568.32 s [vector] +++ OK, passed 100 tests.
  106. 1568.33 s [vector] concat: OK (0.03s)
  107. 1568.33 s [vector] +++ OK, passed 100 tests.
  108. 1568.33 s [vector] force: OK
  109. 1568.33 s [vector] +++ OK, passed 100 tests.
  110. 1568.33 s [vector] upd: OK
  111. 1568.33 s [vector] +++ OK, passed 100 tests.
  112. 1568.35 s [vector] accum: OK (0.01s)
  113. 1568.35 s [vector] +++ OK, passed 100 tests.
  114. 1568.35 s [vector] reverse: OK
  115. 1568.35 s [vector] +++ OK, passed 100 tests.
  116. 1568.36 s [vector] backpermute: OK
  117. 1568.36 s [vector] +++ OK, passed 100 tests.
  118. 1568.36 s [vector] map: OK
  119. 1568.36 s [vector] +++ OK, passed 100 tests.
  120. 1568.37 s [vector] imap: OK
  121. 1568.38 s [vector] +++ OK, passed 100 tests.
  122. 1568.39 s [vector] concatMap: OK (0.01s)
  123. 1568.39 s [vector] +++ OK, passed 100 tests.
  124. 1568.39 s [vector] mapM: OK (0.01s)
  125. 1568.39 s [vector] +++ OK, passed 100 tests.
  126. 1568.43 s [vector] mapM_: OK (0.04s)
  127. 1568.43 s [vector] +++ OK, passed 100 tests.
  128. 1568.45 s [vector] forM: OK
  129. 1568.46 s [vector] +++ OK, passed 100 tests.
  130. 1568.49 s [vector] forM_: OK (0.05s)
  131. 1568.49 s [vector] +++ OK, passed 100 tests.
  132. 1568.50 s [vector] imapM: OK
  133. 1568.50 s [vector] +++ OK, passed 100 tests.
  134. 1568.55 s [vector] imapM_: OK (0.03s)
  135. 1568.55 s [vector] +++ OK, passed 100 tests.
  136. 1568.57 s [vector] zipWith: OK (0.01s)
  137. 1568.57 s [vector] +++ OK, passed 100 tests.
  138. 1568.58 s [vector] zipWith3: OK
  139. 1568.58 s [vector] +++ OK, passed 100 tests.
  140. 1568.59 s [vector] izipWith: OK
  141. 1568.60 s [vector] +++ OK, passed 100 tests.
  142. 1568.61 s [vector] izipWith3: OK (0.01s)
  143. 1568.62 s [vector] +++ OK, passed 100 tests.
  144. 1568.62 s [vector] izipWithM: OK (0.01s)
  145. 1568.62 s [vector] +++ OK, passed 100 tests.
  146. 1568.66 s [vector] izipWithM_: OK (0.02s)
  147. 1568.66 s [vector] +++ OK, passed 100 tests.
  148. 1568.67 s [vector] zipWithM: OK
  149. 1568.67 s [vector] +++ OK, passed 100 tests.
  150. 1568.71 s [vector] zipWithM_: OK (0.03s)
  151. 1568.71 s [vector] +++ OK, passed 100 tests.
  152. 1568.73 s [vector] filter: OK
  153. 1568.73 s [vector] +++ OK, passed 100 tests.
  154. 1568.73 s [vector] ifilter: OK
  155. 1568.73 s [vector] +++ OK, passed 100 tests.
  156. 1568.78 s [vector] filterM: OK (0.04s)
  157. 1568.78 s [vector] +++ OK, passed 100 tests.
  158. 1568.79 s [vector] uniq: OK
  159. 1568.79 s [vector] +++ OK, passed 100 tests.
  160. 1568.80 s [vector] mapMaybe: OK
  161. 1568.80 s [vector] +++ OK, passed 100 tests.
  162. 1568.80 s [vector] imapMaybe: OK
  163. 1568.80 s [vector] +++ OK, passed 100 tests.
  164. 1568.80 s [vector] takeWhile: OK
  165. 1568.80 s [vector] +++ OK, passed 100 tests.
  166. 1568.80 s [vector] dropWhile: OK
  167. 1568.80 s [vector] +++ OK, passed 100 tests.
  168. 1568.81 s [vector] partition: OK
  169. 1568.81 s [vector] +++ OK, passed 100 tests.
  170. 1568.82 s [vector] partitionWith: OK
  171. 1568.82 s [vector] +++ OK, passed 100 tests.
  172. 1568.83 s [vector] span: OK
  173. 1568.83 s [vector] +++ OK, passed 100 tests.
  174. 1568.83 s [vector] break: OK
  175. 1568.83 s [vector] +++ OK, passed 100 tests.
  176. 1568.85 s [vector] groupBy: OK (0.02s)
  177. 1568.85 s [vector] +++ OK, passed 100 tests.
  178. 1568.85 s [vector] elem: OK
  179. 1568.85 s [vector] +++ OK, passed 100 tests.
  180. 1568.85 s [vector] notElem: OK
  181. 1568.85 s [vector] +++ OK, passed 100 tests.
  182. 1568.85 s [vector] find: OK
  183. 1568.85 s [vector] +++ OK, passed 100 tests.
  184. 1568.86 s [vector] findIndex: OK
  185. 1568.86 s [vector] +++ OK, passed 100 tests.
  186. 1568.86 s [vector] findIndexR: OK
  187. 1568.86 s [vector] +++ OK, passed 100 tests.
  188. 1568.86 s [vector] findIndices: OK
  189. 1568.86 s [vector] +++ OK, passed 100 tests.
  190. 1568.87 s [vector] elemIndex: OK
  191. 1568.87 s [vector] +++ OK, passed 100 tests.
  192. 1568.87 s [vector] elemIndices: OK
  193. 1568.87 s [vector] +++ OK, passed 100 tests.
  194. 1568.89 s [vector] foldl: OK
  195. 1568.89 s [vector] +++ OK, passed 100 tests.
  196. 1568.89 s [vector] foldl1: OK (0.01s)
  197. 1568.89 s [vector] +++ OK, passed 100 tests; 19 discarded.
  198. 1568.91 s [vector] foldl': OK
  199. 1568.92 s [vector] +++ OK, passed 100 tests.
  200. 1568.93 s [vector] foldl1': OK (0.02s)
  201. 1568.94 s [vector] +++ OK, passed 100 tests; 16 discarded.
  202. 1568.95 s [vector] foldr: OK (0.01s)
  203. 1568.95 s [vector] +++ OK, passed 100 tests.
  204. 1568.95 s [vector] foldr1: OK (0.01s)
  205. 1568.95 s [vector] +++ OK, passed 100 tests; 27 discarded.
  206. 1568.97 s [vector] foldr': OK (0.01s)
  207. 1568.97 s [vector] +++ OK, passed 100 tests.
  208. 1568.98 s [vector] foldr1': OK (0.02s)
  209. 1568.98 s [vector] +++ OK, passed 100 tests; 15 discarded.
  210. 1569.01 s [vector] ifoldl: OK
  211. 1569.01 s [vector] +++ OK, passed 100 tests.
  212. 1569.01 s [vector] ifoldl': OK (0.02s)
  213. 1569.01 s [vector] +++ OK, passed 100 tests.
  214. 1569.03 s [vector] ifoldr: OK (0.01s)
  215. 1569.04 s [vector] +++ OK, passed 100 tests.
  216. 1569.05 s [vector] ifoldr': OK (0.02s)
  217. 1569.05 s [vector] +++ OK, passed 100 tests.
  218. 1569.06 s [vector] ifoldM: OK (0.02s)
  219. 1569.06 s [vector] +++ OK, passed 100 tests.
  220. 1569.08 s [vector] ifoldM': OK
  221. 1569.08 s [vector] +++ OK, passed 100 tests.
  222. 1569.13 s [vector] ifoldM_: OK (0.03s)
  223. 1569.13 s [vector] +++ OK, passed 100 tests.
  224. 1569.17 s [vector] ifoldM'_: OK (0.04s)
  225. 1569.17 s [vector] +++ OK, passed 100 tests.
  226. 1569.17 s [vector] all: OK
  227. 1569.17 s [vector] +++ OK, passed 100 tests.
  228. 1569.17 s [vector] any: OK
  229. 1569.17 s [vector] +++ OK, passed 100 tests.
  230. 1569.19 s [vector] prescanl: OK (0.01s)
  231. 1569.19 s [vector] +++ OK, passed 100 tests.
  232. 1569.21 s [vector] prescanl': OK (0.01s)
  233. 1569.21 s [vector] +++ OK, passed 100 tests.
  234. 1569.23 s [vector] postscanl: OK (0.02s)
  235. 1569.23 s [vector] +++ OK, passed 100 tests.
  236. 1569.25 s [vector] postscanl': OK (0.02s)
  237. 1569.25 s [vector] +++ OK, passed 100 tests.
  238. 1569.27 s [vector] scanl: OK (0.02s)
  239. 1569.27 s [vector] +++ OK, passed 100 tests.
  240. 1569.27 s [vector] scanl': OK
  241. 1569.27 s [vector] +++ OK, passed 100 tests.
  242. 1569.29 s [vector] scanl1: OK (0.01s)
  243. 1569.29 s [vector] +++ OK, passed 100 tests.
  244. 1569.31 s [vector] scanl1': OK
  245. 1569.31 s [vector] +++ OK, passed 100 tests.
  246. 1569.33 s [vector] iscanl: OK
  247. 1569.33 s [vector] +++ OK, passed 100 tests.
  248. 1569.35 s [vector] iscanl': OK (0.02s)
  249. 1569.35 s [vector] +++ OK, passed 100 tests.
  250. 1569.36 s [vector] prescanr: OK (0.01s)
  251. 1569.36 s [vector] +++ OK, passed 100 tests.
  252. 1569.37 s [vector] prescanr': OK
  253. 1569.37 s [vector] +++ OK, passed 100 tests.
  254. 1569.39 s [vector] postscanr: OK (0.02s)
  255. 1569.39 s [vector] +++ OK, passed 100 tests.
  256. 1569.41 s [vector] postscanr': OK (0.02s)
  257. 1569.41 s [vector] +++ OK, passed 100 tests.
  258. 1569.43 s [vector] scanr: OK (0.02s)
  259. 1569.43 s [vector] +++ OK, passed 100 tests.
  260. 1569.45 s [vector] scanr': OK (0.01s)
  261. 1569.45 s [vector] +++ OK, passed 100 tests.
  262. 1569.47 s [vector] scanr1: OK (0.02s)
  263. 1569.48 s [vector] +++ OK, passed 100 tests.
  264. 1569.49 s [vector] scanr1': OK (0.02s)
  265. 1569.49 s [vector] +++ OK, passed 100 tests.
  266. 1569.50 s [vector] iscanr: OK (0.02s)
  267. 1569.50 s [vector] +++ OK, passed 100 tests.
  268. 1569.52 s [vector] iscanr': OK
  269. 1569.53 s [vector] +++ OK, passed 100 tests.
  270. 1569.53 s [vector] mut_read: OK
  271. 1569.53 s [vector] +++ OK, passed 100 tests; 13 discarded.
  272. 1569.53 s [vector] mut_write: OK
  273. 1569.53 s [vector] +++ OK, passed 100 tests; 16 discarded.
  274. 1569.53 s [vector] mut_modify: OK
  275. 1569.53 s [vector] +++ OK, passed 100 tests; 16 discarded.
  276. 1569.53 s [vector] mut_generate: OK
  277. 1569.53 s [vector] +++ OK, passed 100 tests.
  278. 1569.57 s [vector] mut_generateM: OK (0.02s)
  279. 1569.58 s [vector] +++ OK, passed 100 tests.
  280. 1569.59 s [vector] mut_mapM_: OK (0.03s)
  281. 1569.59 s [vector] +++ OK, passed 100 tests.
  282. 1569.63 s [vector] mut_imapM_: OK (0.03s)
  283. 1569.64 s [vector] +++ OK, passed 100 tests.
  284. 1569.67 s [vector] mut_forM_: OK (0.04s)
  285. 1569.67 s [vector] +++ OK, passed 100 tests.
  286. 1569.71 s [vector] mut_iforM_: OK (0.04s)
  287. 1569.71 s [vector] +++ OK, passed 100 tests.
  288. 1569.71 s [vector] mut_foldr: OK (0.02s)
  289. 1569.71 s [vector] +++ OK, passed 100 tests.
  290. 1569.73 s [vector] mut_foldr': OK (0.01s)
  291. 1569.74 s [vector] +++ OK, passed 100 tests.
  292. 1569.75 s [vector] mut_foldl: OK (0.02s)
  293. 1569.76 s [vector] +++ OK, passed 100 tests.
  294. 1569.76 s [vector] mut_foldl': OK (0.01s)
  295. 1569.76 s [vector] +++ OK, passed 100 tests.
  296. 1569.79 s [vector] mut_ifoldr: OK
  297. 1569.79 s [vector] +++ OK, passed 100 tests.
  298. 1569.79 s [vector] mut_ifoldr': OK (0.02s)
  299. 1569.79 s [vector] +++ OK, passed 100 tests.
  300. 1569.81 s [vector] mut_ifoldl: OK (0.01s)
  301. 1569.81 s [vector] +++ OK, passed 100 tests.
  302. 1569.82 s [vector] mut_ifoldl': OK (0.02s)
  303. 1569.82 s [vector] +++ OK, passed 100 tests.
  304. 1569.84 s [vector] mut_foldM: OK (0.02s)
  305. 1569.84 s [vector] +++ OK, passed 100 tests.
  306. 1569.85 s [vector] mut_foldM': OK
  307. 1569.85 s [vector] +++ OK, passed 100 tests.
  308. 1569.87 s [vector] mut_foldrM: OK (0.01s)
  309. 1569.88 s [vector] +++ OK, passed 100 tests.
  310. 1569.89 s [vector] mut_foldrM': OK (0.02s)
  311. 1569.90 s [vector] +++ OK, passed 100 tests.
  312. 1569.90 s [vector] mut_ifoldM: OK (0.02s)
  313. 1569.90 s [vector] +++ OK, passed 100 tests.
  314. 1569.93 s [vector] mut_ifoldM': OK (0.02s)
  315. 1569.94 s [vector] +++ OK, passed 100 tests.
  316. 1569.95 s [vector] mut_ifoldrM: OK (0.02s)
  317. 1569.96 s [vector] +++ OK, passed 100 tests.
  318. 1569.96 s [vector] mut_ifoldrM': OK (0.02s)
  319. 1569.96 s [vector] +++ OK, passed 100 tests.
  320. 1569.96 s [vector] compare: OK
  321. 1569.96 s [vector] +++ OK, passed 100 tests.
  322. 1569.96 s [vector] maximum: OK
  323. 1569.96 s [vector] +++ OK, passed 100 tests; 16 discarded.
  324. 1569.96 s [vector] minimum: OK
  325. 1569.96 s [vector] +++ OK, passed 100 tests; 15 discarded.
  326. 1569.97 s [vector] minIndex: OK
  327. 1569.97 s [vector] +++ OK, passed 100 tests; 20 discarded.
  328. 1569.97 s [vector] maxIndex: OK
  329. 1569.97 s [vector] +++ OK, passed 100 tests; 14 discarded.
  330. 1569.97 s [vector] maximumBy: OK
  331. 1569.97 s [vector] +++ OK, passed 100 tests; 13 discarded.
  332. 1569.97 s [vector] minimumBy: OK
  333. 1569.97 s [vector] +++ OK, passed 100 tests; 13 discarded.
  334. 1569.97 s [vector] maximumOn: OK
  335. 1569.97 s [vector] +++ OK, passed 100 tests; 12 discarded.
  336. 1569.97 s [vector] minimumOn: OK
  337. 1569.97 s [vector] +++ OK, passed 100 tests; 11 discarded.
  338. 1569.97 s [vector] maxIndexBy: OK
  339. 1569.97 s [vector] +++ OK, passed 100 tests; 16 discarded.
  340. 1569.97 s [vector] minIndexBy: OK
  341. 1569.97 s [vector] +++ OK, passed 100 tests; 20 discarded.
  342. 1569.97 s [vector] ListFirstMaxIndexWins: OK
  343. 1569.97 s [vector] +++ OK, passed 100 tests; 11 discarded.
  344. 1569.97 s [vector] FalseListFirstMaxIndexWins: OK
  345. 1569.97 s [vector] +++ OK, failed as expected. Exception: 'Prelude.foldr1: empty list' (after 1 test):
  346. 1569.97 s [vector] []
  347. 1569.97 s [vector] zip: OK
  348. 1569.97 s [vector] +++ OK, passed 100 tests.
  349. 1569.98 s [vector] zip3: OK
  350. 1569.98 s [vector] +++ OK, passed 100 tests.
  351. 1569.98 s [vector] unzip: OK
  352. 1569.98 s [vector] +++ OK, passed 100 tests.
  353. 1569.98 s [vector] unzip3: OK
  354. 1569.98 s [vector] +++ OK, passed 100 tests.
  355. 1569.98 s [vector] indexed: OK
  356. 1569.98 s [vector] +++ OK, passed 100 tests.
  357. 1569.98 s [vector] update: OK
  358. 1569.98 s [vector] +++ OK, passed 100 tests.
  359. 1569.98 s [vector] mempty: OK
  360. 1569.98 s [vector] +++ OK, passed 1 test.
  361. 1569.98 s [vector] mappend: OK
  362. 1569.98 s [vector] +++ OK, passed 100 tests.
  363. 1570.00 s [vector] mconcat: OK
  364. 1570.00 s [vector] +++ OK, passed 100 tests.
  365. 1570.01 s [vector] glength: OK
  366. 1570.01 s [vector] +++ OK, passed 100 tests.
  367. 1570.01 s [vector] sum: OK
  368. 1570.01 s [vector] +++ OK, passed 100 tests.
  369. 1570.01 s [vector] product: OK
  370. 1570.01 s [vector] +++ OK, passed 100 tests.
  371. 1570.01 s [vector] enumFromN: OK
  372. 1570.01 s [vector] +++ OK, passed 100 tests.
  373. 1570.01 s [vector] enumFromThenN: OK
  374. 1570.01 s [vector] +++ OK, passed 100 tests.
  375. 1570.01 s [vector] enumFromTo: OK
  376. 1570.01 s [vector] +++ OK, passed 100 tests.
  377. 1570.01 s [vector] enumFromThenTo: OK
  378. 1570.01 s [vector] +++ OK, passed 100 tests; 6 discarded.
  379. 1570.01 s [vector] (Int,Bool)
  380. 1570.01 s [vector] fromList.toList == id: OK
  381. 1570.01 s [vector] +++ OK, passed 100 tests.
  382. 1570.01 s [vector] toList.fromList == id: OK
  383. 1570.01 s [vector] +++ OK, passed 100 tests.
  384. 1570.01 s [vector] unstream.stream == id: OK
  385. 1570.01 s [vector] +++ OK, passed 100 tests.
  386. 1570.01 s [vector] stream.unstream == id: OK
  387. 1570.01 s [vector] +++ OK, passed 100 tests.
  388. 1570.01 s [vector] eq: OK
  389. 1570.01 s [vector] +++ OK, passed 100 tests.
  390. 1570.01 s [vector] length: OK
  391. 1570.01 s [vector] +++ OK, passed 100 tests.
  392. 1570.02 s [vector] null: OK
  393. 1570.02 s [vector] +++ OK, passed 100 tests.
  394. 1570.02 s [vector] index: OK
  395. 1570.02 s [vector] +++ OK, passed 100 tests; 15 discarded.
  396. 1570.02 s [vector] safeIndex: OK
  397. 1570.02 s [vector] +++ OK, passed 100 tests.
  398. 1570.02 s [vector] head: OK
  399. 1570.02 s [vector] +++ OK, passed 100 tests; 13 discarded.
  400. 1570.02 s [vector] last: OK
  401. 1570.02 s [vector] +++ OK, passed 100 tests; 12 discarded.
  402. 1570.02 s [vector] unsafeIndex: OK
  403. 1570.02 s [vector] +++ OK, passed 100 tests; 14 discarded.
  404. 1570.02 s [vector] unsafeHead: OK
  405. 1570.02 s [vector] +++ OK, passed 100 tests; 15 discarded.
  406. 1570.02 s [vector] unsafeLast: OK
  407. 1570.02 s [vector] +++ OK, passed 100 tests; 16 discarded.
  408. 1570.02 s [vector] slice: OK
  409. 1570.02 s [vector] +++ OK, passed 100 tests.
  410. 1570.02 s [vector] init: OK
  411. 1570.02 s [vector] +++ OK, passed 100 tests; 20 discarded.
  412. 1570.03 s [vector] tail: OK
  413. 1570.03 s [vector] +++ OK, passed 100 tests; 13 discarded.
  414. 1570.03 s [vector] take: OK
  415. 1570.03 s [vector] +++ OK, passed 100 tests.
  416. 1570.03 s [vector] drop: OK
  417. 1570.03 s [vector] +++ OK, passed 100 tests.
  418. 1570.03 s [vector] splitAt: OK
  419. 1570.03 s [vector] +++ OK, passed 100 tests.
  420. 1570.03 s [vector] empty: OK
  421. 1570.03 s [vector] +++ OK, passed 1 test.
  422. 1570.04 s [vector] singleton: OK
  423. 1570.04 s [vector] +++ OK, passed 100 tests.
  424. 1570.04 s [vector] replicate: OK
  425. 1570.04 s [vector] +++ OK, passed 100 tests.
  426. 1570.04 s [vector] generate: OK
  427. 1570.04 s [vector] +++ OK, passed 100 tests.
  428. 1570.04 s [vector] iterateN: OK
  429. 1570.04 s [vector] +++ OK, passed 100 tests.
  430. 1570.09 s [vector] iterateNM: OK (0.02s)
  431. 1570.09 s [vector] +++ OK, passed 100 tests.
  432. 1570.11 s [vector] generateM: OK (0.04s)
  433. 1570.11 s [vector] +++ OK, passed 100 tests.
  434. 1570.12 s [vector] replicateM: OK
  435. 1570.12 s [vector] +++ OK, passed 100 tests.
  436. 1570.12 s [vector] create: OK
  437. 1570.12 s [vector] +++ OK, passed 100 tests.
  438. 1570.12 s [vector] createT: OK
  439. 1570.12 s [vector] +++ OK, passed 100 tests.
  440. 1570.12 s [vector] unfoldr: OK
  441. 1570.12 s [vector] +++ OK, passed 100 tests.
  442. 1570.12 s [vector] unfoldrN: OK
  443. 1570.12 s [vector] +++ OK, passed 100 tests.
  444. 1570.13 s [vector] unfoldrExactN: OK
  445. 1570.13 s [vector] +++ OK, passed 100 tests.
  446. 1570.14 s [vector] unfoldrM: OK
  447. 1570.14 s [vector] +++ OK, passed 100 tests.
  448. 1570.14 s [vector] unfoldrNM: OK
  449. 1570.14 s [vector] +++ OK, passed 100 tests.
  450. 1570.16 s [vector] unfoldrExactNM: OK (0.04s)
  451. 1570.16 s [vector] +++ OK, passed 100 tests.
  452. 1570.17 s [vector] constructN: OK
  453. 1570.17 s [vector] +++ OK, passed 100 tests.
  454. 1570.18 s [vector] constructrN: OK
  455. 1570.18 s [vector] +++ OK, passed 100 tests.
  456. 1570.18 s [vector] cons: OK
  457. 1570.18 s [vector] +++ OK, passed 100 tests.
  458. 1570.18 s [vector] snoc: OK
  459. 1570.18 s [vector] +++ OK, passed 100 tests.
  460. 1570.19 s [vector] append: OK
  461. 1570.19 s [vector] +++ OK, passed 100 tests.
  462. 1570.22 s [vector] concat: OK (0.04s)
  463. 1570.22 s [vector] +++ OK, passed 100 tests.
  464. 1570.22 s [vector] force: OK
  465. 1570.22 s [vector] +++ OK, passed 100 tests.
  466. 1570.22 s [vector] upd: OK
  467. 1570.22 s [vector] +++ OK, passed 100 tests.
  468. 1570.23 s [vector] accum: OK
  469. 1570.23 s [vector] +++ OK, passed 100 tests.
  470. 1570.23 s [vector] reverse: OK
  471. 1570.23 s [vector] +++ OK, passed 100 tests.
  472. 1570.24 s [vector] backpermute: OK
  473. 1570.24 s [vector] +++ OK, passed 100 tests.
  474. 1570.24 s [vector] map: OK
  475. 1570.24 s [vector] +++ OK, passed 100 tests.
  476. 1570.25 s [vector] imap: OK
  477. 1570.25 s [vector] +++ OK, passed 100 tests.
  478. 1570.25 s [vector] concatMap: OK
  479. 1570.25 s [vector] +++ OK, passed 100 tests.
  480. 1570.25 s [vector] mapM: OK
  481. 1570.25 s [vector] +++ OK, passed 100 tests.
  482. 1570.29 s [vector] mapM_: OK (0.03s)
  483. 1570.29 s [vector] +++ OK, passed 100 tests.
  484. 1570.30 s [vector] forM: OK
  485. 1570.30 s [vector] +++ OK, passed 100 tests.
  486. 1570.32 s [vector] forM_: OK (0.03s)
  487. 1570.32 s [vector] +++ OK, passed 100 tests.
  488. 1570.32 s [vector] imapM: OK
  489. 1570.32 s [vector] +++ OK, passed 100 tests.
  490. 1570.35 s [vector] imapM_: OK (0.02s)
  491. 1570.35 s [vector] +++ OK, passed 100 tests.
  492. 1570.35 s [vector] zipWith: OK
  493. 1570.35 s [vector] +++ OK, passed 100 tests.
  494. 1570.36 s [vector] zipWith3: OK
  495. 1570.36 s [vector] +++ OK, passed 100 tests.
  496. 1570.37 s [vector] izipWith: OK
  497. 1570.37 s [vector] +++ OK, passed 100 tests.
  498. 1570.38 s [vector] izipWith3: OK
  499. 1570.38 s [vector] +++ OK, passed 100 tests.
  500. 1570.38 s [vector] izipWithM: OK
  501. 1570.38 s [vector] +++ OK, passed 100 tests.
  502. 1570.40 s [vector] izipWithM_: OK
  503. 1570.40 s [vector] +++ OK, passed 100 tests.
  504. 1570.40 s [vector] zipWithM: OK
  505. 1570.40 s [vector] +++ OK, passed 100 tests.
  506. 1570.42 s [vector] zipWithM_: OK
  507. 1570.42 s [vector] +++ OK, passed 100 tests.
  508. 1570.42 s [vector] filter: OK
  509. 1570.42 s [vector] +++ OK, passed 100 tests.
  510. 1570.43 s [vector] ifilter: OK
  511. 1570.43 s [vector] +++ OK, passed 100 tests.
  512. 1570.48 s [vector] filterM: OK (0.04s)
  513. 1570.49 s [vector] +++ OK, passed 100 tests.
  514. 1570.49 s [vector] uniq: OK
  515. 1570.49 s [vector] +++ OK, passed 100 tests.
  516. 1570.49 s [vector] mapMaybe: OK
  517. 1570.49 s [vector] +++ OK, passed 100 tests.
  518. 1570.49 s [vector] imapMaybe: OK
  519. 1570.49 s [vector] +++ OK, passed 100 tests.
  520. 1570.50 s [vector] takeWhile: OK
  521. 1570.50 s [vector] +++ OK, passed 100 tests.
  522. 1570.50 s [vector] dropWhile: OK
  523. 1570.50 s [vector] +++ OK, passed 100 tests.
  524. 1570.50 s [vector] partition: OK
  525. 1570.50 s [vector] +++ OK, passed 100 tests.
  526. 1570.51 s [vector] partitionWith: OK
  527. 1570.51 s [vector] +++ OK, passed 100 tests.
  528. 1570.51 s [vector] span: OK
  529. 1570.51 s [vector] +++ OK, passed 100 tests.
  530. 1570.51 s [vector] break: OK
  531. 1570.51 s [vector] +++ OK, passed 100 tests.
  532. 1570.51 s [vector] groupBy: OK
  533. 1570.51 s [vector] +++ OK, passed 100 tests.
  534. 1570.51 s [vector] elem: OK
  535. 1570.51 s [vector] +++ OK, passed 100 tests.
  536. 1570.51 s [vector] notElem: OK
  537. 1570.51 s [vector] +++ OK, passed 100 tests.
  538. 1570.52 s [vector] find: OK
  539. 1570.52 s [vector] +++ OK, passed 100 tests.
  540. 1570.52 s [vector] findIndex: OK
  541. 1570.52 s [vector] +++ OK, passed 100 tests.
  542. 1570.52 s [vector] findIndexR: OK
  543. 1570.52 s [vector] +++ OK, passed 100 tests.
  544. 1570.52 s [vector] findIndices: OK
  545. 1570.52 s [vector] +++ OK, passed 100 tests.
  546. 1570.52 s [vector] elemIndex: OK
  547. 1570.52 s [vector] +++ OK, passed 100 tests.
  548. 1570.53 s [vector] elemIndices: OK
  549. 1570.53 s [vector] +++ OK, passed 100 tests.
  550. 1570.53 s [vector] foldl: OK
  551. 1570.53 s [vector] +++ OK, passed 100 tests.
  552. 1570.53 s [vector] foldl1: OK
  553. 1570.53 s [vector] +++ OK, passed 100 tests; 13 discarded.
  554. 1570.54 s [vector] foldl': OK
  555. 1570.54 s [vector] +++ OK, passed 100 tests.
  556. 1570.54 s [vector] foldl1': OK
  557. 1570.54 s [vector] +++ OK, passed 100 tests; 13 discarded.
  558. 1570.55 s [vector] foldr: OK
  559. 1570.55 s [vector] +++ OK, passed 100 tests.
  560. 1570.55 s [vector] foldr1: OK
  561. 1570.56 s [vector] +++ OK, passed 100 tests; 13 discarded.
  562. 1570.56 s [vector] foldr': OK
  563. 1570.56 s [vector] +++ OK, passed 100 tests.
  564. 1570.57 s [vector] foldr1': OK
  565. 1570.57 s [vector] +++ OK, passed 100 tests; 14 discarded.
  566. 1570.58 s [vector] ifoldl: OK
  567. 1570.58 s [vector] +++ OK, passed 100 tests.
  568. 1570.58 s [vector] ifoldl': OK
  569. 1570.58 s [vector] +++ OK, passed 100 tests.
  570. 1570.58 s [vector] ifoldr: OK
  571. 1570.58 s [vector] +++ OK, passed 100 tests.
  572. 1570.59 s [vector] ifoldr': OK
  573. 1570.59 s [vector] +++ OK, passed 100 tests.
  574. 1570.59 s [vector] ifoldM: OK
  575. 1570.59 s [vector] +++ OK, passed 100 tests.
  576. 1570.61 s [vector] ifoldM': OK
  577. 1570.61 s [vector] +++ OK, passed 100 tests.
  578. 1570.63 s [vector] ifoldM_: OK (0.03s)
  579. 1570.63 s [vector] +++ OK, passed 100 tests.
  580. 1570.65 s [vector] ifoldM'_: OK (0.03s)
  581. 1570.65 s [vector] +++ OK, passed 100 tests.
  582. 1570.65 s [vector] all: OK
  583. 1570.65 s [vector] +++ OK, passed 100 tests.
  584. 1570.66 s [vector] any: OK
  585. 1570.66 s [vector] +++ OK, passed 100 tests.
  586. 1570.66 s [vector] prescanl: OK
  587. 1570.67 s [vector] +++ OK, passed 100 tests.
  588. 1570.67 s [vector] prescanl': OK
  589. 1570.67 s [vector] +++ OK, passed 100 tests.
  590. 1570.67 s [vector] postscanl: OK
  591. 1570.67 s [vector] +++ OK, passed 100 tests.
  592. 1570.67 s [vector] postscanl': OK
  593. 1570.67 s [vector] +++ OK, passed 100 tests.
  594. 1570.68 s [vector] scanl: OK
  595. 1570.68 s [vector] +++ OK, passed 100 tests.
  596. 1570.68 s [vector] scanl': OK
  597. 1570.68 s [vector] +++ OK, passed 100 tests.
  598. 1570.69 s [vector] scanl1: OK
  599. 1570.69 s [vector] +++ OK, passed 100 tests.
  600. 1570.69 s [vector] scanl1': OK
  601. 1570.69 s [vector] +++ OK, passed 100 tests.
  602. 1570.70 s [vector] iscanl: OK
  603. 1570.71 s [vector] +++ OK, passed 100 tests.
  604. 1570.71 s [vector] iscanl': OK
  605. 1570.72 s [vector] +++ OK, passed 100 tests.
  606. 1570.72 s [vector] prescanr: OK
  607. 1570.72 s [vector] +++ OK, passed 100 tests.
  608. 1570.72 s [vector] prescanr': OK
  609. 1570.72 s [vector] +++ OK, passed 100 tests.
  610. 1570.72 s [vector] postscanr: OK
  611. 1570.73 s [vector] +++ OK, passed 100 tests.
  612. 1570.73 s [vector] postscanr': OK
  613. 1570.73 s [vector] +++ OK, passed 100 tests.
  614. 1570.73 s [vector] scanr: OK
  615. 1570.73 s [vector] +++ OK, passed 100 tests.
  616. 1570.73 s [vector] scanr': OK
  617. 1570.73 s [vector] +++ OK, passed 100 tests.
  618. 1570.74 s [vector] scanr1: OK
  619. 1570.74 s [vector] +++ OK, passed 100 tests.
  620. 1570.74 s [vector] scanr1': OK
  621. 1570.74 s [vector] +++ OK, passed 100 tests.
  622. 1570.75 s [vector] iscanr: OK
  623. 1570.75 s [vector] +++ OK, passed 100 tests.
  624. 1570.75 s [vector] iscanr': OK
  625. 1570.75 s [vector] +++ OK, passed 100 tests.
  626. 1570.75 s [vector] mut_read: OK
  627. 1570.75 s [vector] +++ OK, passed 100 tests; 15 discarded.
  628. 1570.76 s [vector] mut_write: OK
  629. 1570.76 s [vector] +++ OK, passed 100 tests; 19 discarded.
  630. 1570.76 s [vector] mut_modify: OK
  631. 1570.76 s [vector] +++ OK, passed 100 tests; 15 discarded.
  632. 1570.77 s [vector] mut_generate: OK
  633. 1570.77 s [vector] +++ OK, passed 100 tests.
  634. 1570.79 s [vector] mut_generateM: OK (0.02s)
  635. 1570.79 s [vector] +++ OK, passed 100 tests.
  636. 1570.80 s [vector] mut_mapM_: OK (0.03s)
  637. 1570.80 s [vector] +++ OK, passed 100 tests.
  638. 1570.83 s [vector] mut_imapM_: OK (0.02s)
  639. 1570.83 s [vector] +++ OK, passed 100 tests.
  640. 1570.86 s [vector] mut_forM_: OK (0.03s)
  641. 1570.86 s [vector] +++ OK, passed 100 tests.
  642. 1570.89 s [vector] mut_iforM_: OK (0.01s)
  643. 1570.89 s [vector] +++ OK, passed 100 tests.
  644. 1570.89 s [vector] mut_foldr: OK
  645. 1570.89 s [vector] +++ OK, passed 100 tests.
  646. 1570.90 s [vector] mut_foldr': OK
  647. 1570.90 s [vector] +++ OK, passed 100 tests.
  648. 1570.90 s [vector] mut_foldl: OK
  649. 1570.90 s [vector] +++ OK, passed 100 tests.
  650. 1570.90 s [vector] mut_foldl': OK
  651. 1570.90 s [vector] +++ OK, passed 100 tests.
  652. 1570.91 s [vector] mut_ifoldr: OK
  653. 1570.91 s [vector] +++ OK, passed 100 tests.
  654. 1570.91 s [vector] mut_ifoldr': OK
  655. 1570.91 s [vector] +++ OK, passed 100 tests.
  656. 1570.92 s [vector] mut_ifoldl: OK
  657. 1570.92 s [vector] +++ OK, passed 100 tests.
  658. 1570.93 s [vector] mut_ifoldl': OK
  659. 1570.93 s [vector] +++ OK, passed 100 tests.
  660. 1570.93 s [vector] mut_foldM: OK
  661. 1570.93 s [vector] +++ OK, passed 100 tests.
  662. 1570.93 s [vector] mut_foldM': OK
  663. 1570.93 s [vector] +++ OK, passed 100 tests.
  664. 1570.94 s [vector] mut_foldrM: OK
  665. 1570.94 s [vector] +++ OK, passed 100 tests.
  666. 1570.94 s [vector] mut_foldrM': OK
  667. 1570.94 s [vector] +++ OK, passed 100 tests.
  668. 1570.94 s [vector] mut_ifoldM: OK
  669. 1570.94 s [vector] +++ OK, passed 100 tests.
  670. 1570.95 s [vector] mut_ifoldM': OK
  671. 1570.95 s [vector] +++ OK, passed 100 tests.
  672. 1570.96 s [vector] mut_ifoldrM: OK
  673. 1570.97 s [vector] +++ OK, passed 100 tests.
  674. 1570.97 s [vector] mut_ifoldrM': OK
  675. 1570.97 s [vector] +++ OK, passed 100 tests.
  676. 1570.98 s [vector] compare: OK
  677. 1570.98 s [vector] +++ OK, passed 100 tests.
  678. 1570.98 s [vector] maximum: OK
  679. 1570.98 s [vector] +++ OK, passed 100 tests; 18 discarded.
  680. 1570.98 s [vector] minimum: OK
  681. 1570.98 s [vector] +++ OK, passed 100 tests; 16 discarded.
  682. 1570.99 s [vector] minIndex: OK
  683. 1570.99 s [vector] +++ OK, passed 100 tests; 19 discarded.
  684. 1570.99 s [vector] maxIndex: OK
  685. 1570.99 s [vector] +++ OK, passed 100 tests; 11 discarded.
  686. 1570.99 s [vector] maximumBy: OK
  687. 1570.99 s [vector] +++ OK, passed 100 tests; 17 discarded.
  688. 1570.99 s [vector] minimumBy: OK
  689. 1570.99 s [vector] +++ OK, passed 100 tests; 13 discarded.
  690. 1570.99 s [vector] maximumOn: OK
  691. 1570.99 s [vector] +++ OK, passed 100 tests; 14 discarded.
  692. 1570.99 s [vector] minimumOn: OK
  693. 1570.99 s [vector] +++ OK, passed 100 tests; 16 discarded.
  694. 1571.00 s [vector] maxIndexBy: OK
  695. 1571.00 s [vector] +++ OK, passed 100 tests; 11 discarded.
  696. 1571.00 s [vector] minIndexBy: OK
  697. 1571.00 s [vector] +++ OK, passed 100 tests; 15 discarded.
  698. 1571.00 s [vector] ListFirstMaxIndexWins: OK
  699. 1571.00 s [vector] +++ OK, passed 100 tests; 17 discarded.
  700. 1571.00 s [vector] FalseListFirstMaxIndexWins: OK
  701. 1571.00 s [vector] +++ OK, failed as expected. Exception: 'Prelude.foldr1: empty list' (after 1 test):
  702. 1571.00 s [vector] []
  703. 1571.00 s [vector] zip: OK
  704. 1571.00 s [vector] +++ OK, passed 100 tests.
  705. 1571.00 s [vector] zip3: OK
  706. 1571.00 s [vector] +++ OK, passed 100 tests.
  707. 1571.01 s [vector] unzip: OK
  708. 1571.01 s [vector] +++ OK, passed 100 tests.
  709. 1571.01 s [vector] unzip3: OK
  710. 1571.01 s [vector] +++ OK, passed 100 tests.
  711. 1571.01 s [vector] indexed: OK
  712. 1571.01 s [vector] +++ OK, passed 100 tests.
  713. 1571.01 s [vector] update: OK
  714. 1571.01 s [vector] +++ OK, passed 100 tests.
  715. 1571.01 s [vector] mempty: OK
  716. 1571.01 s [vector] +++ OK, passed 1 test.
  717. 1571.01 s [vector] mappend: OK
  718. 1571.01 s [vector] +++ OK, passed 100 tests.
  719. 1571.03 s [vector] mconcat: OK (0.02s)
  720. 1571.03 s [vector] +++ OK, passed 100 tests.
  721. 1571.04 s [vector] glength: OK
  722. 1571.04 s [vector] +++ OK, passed 100 tests.
  723. 1571.04 s [vector] (Int,Bool,Int)
  724. 1571.04 s [vector] fromList.toList == id: OK
  725. 1571.04 s [vector] +++ OK, passed 100 tests.
  726. 1571.04 s [vector] toList.fromList == id: OK
  727. 1571.04 s [vector] +++ OK, passed 100 tests.
  728. 1571.04 s [vector] unstream.stream == id: OK
  729. 1571.04 s [vector] +++ OK, passed 100 tests.
  730. 1571.04 s [vector] stream.unstream == id: OK
  731. 1571.04 s [vector] +++ OK, passed 100 tests.
  732. 1571.04 s [vector] eq: OK
  733. 1571.04 s [vector] +++ OK, passed 100 tests.
  734. 1571.04 s [vector] length: OK
  735. 1571.04 s [vector] +++ OK, passed 100 tests.
  736. 1571.04 s [vector] null: OK
  737. 1571.04 s [vector] +++ OK, passed 100 tests.
  738. 1571.04 s [vector] index: OK
  739. 1571.04 s [vector] +++ OK, passed 100 tests; 17 discarded.
  740. 1571.05 s [vector] safeIndex: OK
  741. 1571.05 s [vector] +++ OK, passed 100 tests.
  742. 1571.05 s [vector] head: OK
  743. 1571.05 s [vector] +++ OK, passed 100 tests; 18 discarded.
  744. 1571.05 s [vector] last: OK
  745. 1571.05 s [vector] +++ OK, passed 100 tests; 17 discarded.
  746. 1571.05 s [vector] unsafeIndex: OK
  747. 1571.05 s [vector] +++ OK, passed 100 tests; 20 discarded.
  748. 1571.05 s [vector] unsafeHead: OK
  749. 1571.05 s [vector] +++ OK, passed 100 tests; 13 discarded.
  750. 1571.05 s [vector] unsafeLast: OK
  751. 1571.05 s [vector] +++ OK, passed 100 tests; 18 discarded.
  752. 1571.05 s [vector] slice: OK
  753. 1571.05 s [vector] +++ OK, passed 100 tests.
  754. 1571.06 s [vector] init: OK
  755. 1571.06 s [vector] +++ OK, passed 100 tests; 17 discarded.
  756. 1571.06 s [vector] tail: OK
  757. 1571.06 s [vector] +++ OK, passed 100 tests; 22 discarded.
  758. 1571.06 s [vector] take: OK
  759. 1571.06 s [vector] +++ OK, passed 100 tests.
  760. 1571.06 s [vector] drop: OK
  761. 1571.06 s [vector] +++ OK, passed 100 tests.
  762. 1571.06 s [vector] splitAt: OK
  763. 1571.06 s [vector] +++ OK, passed 100 tests.
  764. 1571.06 s [vector] empty: OK
  765. 1571.06 s [vector] +++ OK, passed 1 test.
  766. 1571.06 s [vector] singleton: OK
  767. 1571.06 s [vector] +++ OK, passed 100 tests.
  768. 1571.07 s [vector] replicate: OK
  769. 1571.07 s [vector] +++ OK, passed 100 tests.
  770. 1571.07 s [vector] generate: OK
  771. 1571.07 s [vector] +++ OK, passed 100 tests.
  772. 1571.07 s [vector] iterateN: OK
  773. 1571.07 s [vector] +++ OK, passed 100 tests.
  774. 1571.11 s [vector] iterateNM: OK (0.03s)
  775. 1571.11 s [vector] +++ OK, passed 100 tests.
  776. 1571.17 s [vector] generateM: OK (0.06s)
  777. 1571.17 s [vector] +++ OK, passed 100 tests.
  778. 1571.17 s [vector] replicateM: OK
  779. 1571.17 s [vector] +++ OK, passed 100 tests.
  780. 1571.18 s [vector] create: OK
  781. 1571.18 s [vector] +++ OK, passed 100 tests.
  782. 1571.18 s [vector] createT: OK
  783. 1571.18 s [vector] +++ OK, passed 100 tests.
  784. 1571.18 s [vector] unfoldr: OK
  785. 1571.18 s [vector] +++ OK, passed 100 tests.
  786. 1571.18 s [vector] unfoldrN: OK
  787. 1571.18 s [vector] +++ OK, passed 100 tests.
  788. 1571.19 s [vector] unfoldrExactN: OK
  789. 1571.20 s [vector] +++ OK, passed 100 tests.
  790. 1571.20 s [vector] unfoldrM: OK
  791. 1571.20 s [vector] +++ OK, passed 100 tests.
  792. 1571.21 s [vector] unfoldrNM: OK (0.01s)
  793. 1571.22 s [vector] +++ OK, passed 100 tests.
  794. 1571.25 s [vector] unfoldrExactNM: OK (0.05s)
  795. 1571.25 s [vector] +++ OK, passed 100 tests.
  796. 1571.27 s [vector] constructN: OK
  797. 1571.27 s [vector] +++ OK, passed 100 tests.
  798. 1571.27 s [vector] constructrN: OK
  799. 1571.27 s [vector] +++ OK, passed 100 tests.
  800. 1571.27 s [vector] cons: OK
  801. 1571.27 s [vector] +++ OK, passed 100 tests.
  802. 1571.27 s [vector] snoc: OK
  803. 1571.29 s [vector] +++ OK, passed 100 tests.
  804. 1571.29 s [vector] append: OK
  805. 1571.29 s [vector] +++ OK, passed 100 tests.
  806. 1571.33 s [vector] concat: OK (0.06s)
  807. 1571.33 s [vector] +++ OK, passed 100 tests.
  808. 1571.33 s [vector] force: OK
  809. 1571.33 s [vector] +++ OK, passed 100 tests.
  810. 1571.35 s [vector] upd: OK
  811. 1571.35 s [vector] +++ OK, passed 100 tests.
  812. 1571.35 s [vector] accum: OK
  813. 1571.35 s [vector] +++ OK, passed 100 tests.
  814. 1571.35 s [vector] reverse: OK
  815. 1571.35 s [vector] +++ OK, passed 100 tests.
  816. 1571.35 s [vector] backpermute: OK
  817. 1571.35 s [vector] +++ OK, passed 100 tests.
  818. 1571.36 s [vector] map: OK
  819. 1571.36 s [vector] +++ OK, passed 100 tests.
  820. 1571.37 s [vector] imap: OK
  821. 1571.37 s [vector] +++ OK, passed 100 tests.
  822. 1571.37 s [vector] concatMap: OK
  823. 1571.37 s [vector] +++ OK, passed 100 tests.
  824. 1571.37 s [vector] mapM: OK
  825. 1571.37 s [vector] +++ OK, passed 100 tests.
  826. 1571.41 s [vector] mapM_: OK (0.04s)
  827. 1571.41 s [vector] +++ OK, passed 100 tests.
  828. 1571.43 s [vector] forM: OK
  829. 1571.43 s [vector] +++ OK, passed 100 tests.
  830. 1571.47 s [vector] forM_: OK (0.05s)
  831. 1571.47 s [vector] +++ OK, passed 100 tests.
  832. 1571.47 s [vector] imapM: OK
  833. 1571.47 s [vector] +++ OK, passed 100 tests.
  834. 1571.51 s [vector] imapM_: OK (0.04s)
  835. 1571.51 s [vector] +++ OK, passed 100 tests.
  836. 1571.53 s [vector] zipWith: OK
  837. 1571.53 s [vector] +++ OK, passed 100 tests.
  838. 1571.53 s [vector] zipWith3: OK
  839. 1571.53 s [vector] +++ OK, passed 100 tests.
  840. 1571.53 s [vector] izipWith: OK
  841. 1571.53 s [vector] +++ OK, passed 100 tests.
  842. 1571.55 s [vector] izipWith3: OK
  843. 1571.55 s [vector] +++ OK, passed 100 tests.
  844. 1571.55 s [vector] izipWithM: OK
  845. 1571.55 s [vector] +++ OK, passed 100 tests.
  846. 1571.59 s [vector] izipWithM_: OK (0.03s)
  847. 1571.59 s [vector] +++ OK, passed 100 tests.
  848. 1571.61 s [vector] zipWithM: OK
  849. 1571.61 s [vector] +++ OK, passed 100 tests.
  850. 1571.63 s [vector] zipWithM_: OK (0.03s)
  851. 1571.63 s [vector] +++ OK, passed 100 tests.
  852. 1571.63 s [vector] filter: OK
  853. 1571.63 s [vector] +++ OK, passed 100 tests.
  854. 1571.65 s [vector] ifilter: OK
  855. 1571.65 s [vector] +++ OK, passed 100 tests.
  856. 1571.71 s [vector] filterM: OK (0.06s)
  857. 1571.71 s [vector] +++ OK, passed 100 tests.
  858. 1571.71 s [vector] uniq: OK
  859. 1571.71 s [vector] +++ OK, passed 100 tests.
  860. 1571.71 s [vector] mapMaybe: OK
  861. 1571.72 s [vector] +++ OK, passed 100 tests.
  862. 1571.72 s [vector] imapMaybe: OK
  863. 1571.72 s [vector] +++ OK, passed 100 tests.
  864. 1571.72 s [vector] takeWhile: OK
  865. 1571.72 s [vector] +++ OK, passed 100 tests.
  866. 1571.72 s [vector] dropWhile: OK
  867. 1571.72 s [vector] +++ OK, passed 100 tests.
  868. 1571.73 s [vector] partition: OK
  869. 1571.73 s [vector] +++ OK, passed 100 tests.
  870. 1571.73 s [vector] partitionWith: OK
  871. 1571.73 s [vector] +++ OK, passed 100 tests.
  872. 1571.73 s [vector] span: OK
  873. 1571.73 s [vector] +++ OK, passed 100 tests.
  874. 1571.73 s [vector] break: OK
  875. 1571.73 s [vector] +++ OK, passed 100 tests.
  876. 1571.74 s [vector] groupBy: OK
  877. 1571.74 s [vector] +++ OK, passed 100 tests.
  878. 1571.74 s [vector] elem: OK
  879. 1571.75 s [vector] +++ OK, passed 100 tests.
  880. 1571.75 s [vector] notElem: OK
  881. 1571.75 s [vector] +++ OK, passed 100 tests.
  882. 1571.76 s [vector] find: OK
  883. 1571.76 s [vector] +++ OK, passed 100 tests.
  884. 1571.76 s [vector] findIndex: OK
  885. 1571.76 s [vector] +++ OK, passed 100 tests.
  886. 1571.76 s [vector] findIndexR: OK
  887. 1571.76 s [vector] +++ OK, passed 100 tests.
  888. 1571.76 s [vector] findIndices: OK
  889. 1571.76 s [vector] +++ OK, passed 100 tests.
  890. 1571.76 s [vector] elemIndex: OK
  891. 1571.76 s [vector] +++ OK, passed 100 tests.
  892. 1571.76 s [vector] elemIndices: OK
  893. 1571.76 s [vector] +++ OK, passed 100 tests.
  894. 1571.77 s [vector] foldl: OK
  895. 1571.77 s [vector] +++ OK, passed 100 tests.
  896. 1571.78 s [vector] foldl1: OK
  897. 1571.78 s [vector] +++ OK, passed 100 tests; 15 discarded.
  898. 1571.78 s [vector] foldl': OK
  899. 1571.78 s [vector] +++ OK, passed 100 tests.
  900. 1571.79 s [vector] foldl1': OK
  901. 1571.79 s [vector] +++ OK, passed 100 tests; 16 discarded.
  902. 1571.80 s [vector] foldr: OK
  903. 1571.81 s [vector] +++ OK, passed 100 tests.
  904. 1571.81 s [vector] foldr1: OK
  905. 1571.81 s [vector] +++ OK, passed 100 tests; 16 discarded.
  906. 1571.81 s [vector] foldr': OK
  907. 1571.81 s [vector] +++ OK, passed 100 tests.
  908. 1571.81 s [vector] foldr1': OK
  909. 1571.81 s [vector] +++ OK, passed 100 tests; 12 discarded.
  910. 1571.82 s [vector] ifoldl: OK
  911. 1571.82 s [vector] +++ OK, passed 100 tests.
  912. 1571.83 s [vector] ifoldl': OK
  913. 1571.83 s [vector] +++ OK, passed 100 tests.
  914. 1571.83 s [vector] ifoldr: OK
  915. 1571.84 s [vector] +++ OK, passed 100 tests.
  916. 1571.84 s [vector] ifoldr': OK
  917. 1571.84 s [vector] +++ OK, passed 100 tests.
  918. 1571.84 s [vector] ifoldM: OK
  919. 1571.84 s [vector] +++ OK, passed 100 tests.
  920. 1571.85 s [vector] ifoldM': OK
  921. 1571.85 s [vector] +++ OK, passed 100 tests.
  922. 1571.89 s [vector] ifoldM_: OK (0.03s)
  923. 1571.89 s [vector] +++ OK, passed 100 tests.
  924. 1571.94 s [vector] ifoldM'_: OK (0.05s)
  925. 1571.94 s [vector] +++ OK, passed 100 tests.
  926. 1571.94 s [vector] all: OK
  927. 1571.94 s [vector] +++ OK, passed 100 tests.
  928. 1571.95 s [vector] any: OK
  929. 1571.95 s [vector] +++ OK, passed 100 tests.
  930. 1571.95 s [vector] prescanl: OK
  931. 1571.95 s [vector] +++ OK, passed 100 tests.
  932. 1571.95 s [vector] prescanl': OK
  933. 1571.95 s [vector] +++ OK, passed 100 tests.
  934. 1571.96 s [vector] postscanl: OK
  935. 1571.96 s [vector] +++ OK, passed 100 tests.
  936. 1571.97 s [vector] postscanl': OK
  937. 1571.97 s [vector] +++ OK, passed 100 tests.
  938. 1571.98 s [vector] scanl: OK
  939. 1571.98 s [vector] +++ OK, passed 100 tests.
  940. 1571.98 s [vector] scanl': OK
  941. 1571.98 s [vector] +++ OK, passed 100 tests.
  942. 1571.99 s [vector] scanl1: OK
  943. 1571.99 s [vector] +++ OK, passed 100 tests.
  944. 1571.99 s [vector] scanl1': OK
  945. 1571.99 s [vector] +++ OK, passed 100 tests.
  946. 1572.00 s [vector] iscanl: OK
  947. 1572.00 s [vector] +++ OK, passed 100 tests.
  948. 1572.01 s [vector] iscanl': OK
  949. 1572.01 s [vector] +++ OK, passed 100 tests.
  950. 1572.02 s [vector] prescanr: OK
  951. 1572.02 s [vector] +++ OK, passed 100 tests.
  952. 1572.03 s [vector] prescanr': OK
  953. 1572.03 s [vector] +++ OK, passed 100 tests.
  954. 1572.04 s [vector] postscanr: OK
  955. 1572.04 s [vector] +++ OK, passed 100 tests.
  956. 1572.04 s [vector] postscanr': OK
  957. 1572.04 s [vector] +++ OK, passed 100 tests.
  958. 1572.04 s [vector] scanr: OK
  959. 1572.04 s [vector] +++ OK, passed 100 tests.
  960. 1572.05 s [vector] scanr': OK
  961. 1572.05 s [vector] +++ OK, passed 100 tests.
  962. 1572.06 s [vector] scanr1: OK
  963. 1572.06 s [vector] +++ OK, passed 100 tests.
  964. 1572.06 s [vector] scanr1': OK
  965. 1572.06 s [vector] +++ OK, passed 100 tests.
  966. 1572.07 s [vector] iscanr: OK
  967. 1572.07 s [vector] +++ OK, passed 100 tests.
  968. 1572.08 s [vector] iscanr': OK
  969. 1572.08 s [vector] +++ OK, passed 100 tests.
  970. 1572.09 s [vector] mut_read: OK
  971. 1572.09 s [vector] +++ OK, passed 100 tests; 17 discarded.
  972. 1572.09 s [vector] mut_write: OK
  973. 1572.09 s [vector] +++ OK, passed 100 tests; 16 discarded.
  974. 1572.09 s [vector] mut_modify: OK
  975. 1572.09 s [vector] +++ OK, passed 100 tests; 20 discarded.
  976. 1572.09 s [vector] mut_generate: OK
  977. 1572.09 s [vector] +++ OK, passed 100 tests.
  978. 1572.11 s [vector] mut_generateM: OK (0.01s)
  979. 1572.11 s [vector] +++ OK, passed 100 tests.
  980. 1572.14 s [vector] mut_mapM_: OK (0.04s)
  981. 1572.14 s [vector] +++ OK, passed 100 tests.
  982. 1572.19 s [vector] mut_imapM_: OK (0.03s)
  983. 1572.19 s [vector] +++ OK, passed 100 tests.
  984. 1572.23 s [vector] mut_forM_: OK (0.03s)
  985. 1572.23 s [vector] +++ OK, passed 100 tests.
  986. 1572.27 s [vector] mut_iforM_: OK (0.03s)
  987. 1572.27 s [vector] +++ OK, passed 100 tests.
  988. 1572.27 s [vector] mut_foldr: OK
  989. 1572.27 s [vector] +++ OK, passed 100 tests.
  990. 1572.28 s [vector] mut_foldr': OK
  991. 1572.28 s [vector] +++ OK, passed 100 tests.
  992. 1572.29 s [vector] mut_foldl: OK
  993. 1572.29 s [vector] +++ OK, passed 100 tests.
  994. 1572.29 s [vector] mut_foldl': OK
  995. 1572.29 s [vector] +++ OK, passed 100 tests.
  996. 1572.30 s [vector] mut_ifoldr: OK
  997. 1572.30 s [vector] +++ OK, passed 100 tests.
  998. 1572.31 s [vector] mut_ifoldr': OK
  999. 1572.31 s [vector] +++ OK, passed 100 tests.
  1000. 1572.31 s [vector] mut_ifoldl: OK
  1001. 1572.31 s [vector] +++ OK, passed 100 tests.
  1002. 1572.33 s [vector] mut_ifoldl': OK
  1003. 1572.33 s [vector] +++ OK, passed 100 tests.
  1004. 1572.33 s [vector] mut_foldM: OK
  1005. 1572.34 s [vector] +++ OK, passed 100 tests.
  1006. 1572.34 s [vector] mut_foldM': OK
  1007. 1572.34 s [vector] +++ OK, passed 100 tests.
  1008. 1572.35 s [vector] mut_foldrM: OK
  1009. 1572.35 s [vector] +++ OK, passed 100 tests.
  1010. 1572.35 s [vector] mut_foldrM': OK
  1011. 1572.35 s [vector] +++ OK, passed 100 tests.
  1012. 1572.36 s [vector] mut_ifoldM: OK
  1013. 1572.36 s [vector] +++ OK, passed 100 tests.
  1014. 1572.37 s [vector] mut_ifoldM': OK
  1015. 1572.37 s [vector] +++ OK, passed 100 tests.
  1016. 1572.38 s [vector] mut_ifoldrM: OK
  1017. 1572.38 s [vector] +++ OK, passed 100 tests.
  1018. 1572.38 s [vector] mut_ifoldrM': OK
  1019. 1572.38 s [vector] +++ OK, passed 100 tests.
  1020. 1572.38 s [vector] compare: OK
  1021. 1572.38 s [vector] +++ OK, passed 100 tests.
  1022. 1572.38 s [vector] maximum: OK
  1023. 1572.38 s [vector] +++ OK, passed 100 tests; 18 discarded.
  1024. 1572.38 s [vector] minimum: OK
  1025. 1572.38 s [vector] +++ OK, passed 100 tests; 12 discarded.
  1026. 1572.38 s [vector] minIndex: OK
  1027. 1572.38 s [vector] +++ OK, passed 100 tests; 12 discarded.
  1028. 1572.39 s [vector] maxIndex: OK
  1029. 1572.39 s [vector] +++ OK, passed 100 tests; 14 discarded.
  1030. 1572.39 s [vector] maximumBy: OK
  1031. 1572.39 s [vector] +++ OK, passed 100 tests; 15 discarded.
  1032. 1572.39 s [vector] minimumBy: OK
  1033. 1572.39 s [vector] +++ OK, passed 100 tests; 12 discarded.
  1034. 1572.39 s [vector] maximumOn: OK
  1035. 1572.39 s [vector] +++ OK, passed 100 tests; 15 discarded.
  1036. 1572.39 s [vector] minimumOn: OK
  1037. 1572.39 s [vector] +++ OK, passed 100 tests; 12 discarded.
  1038. 1572.39 s [vector] maxIndexBy: OK
  1039. 1572.39 s [vector] +++ OK, passed 100 tests; 15 discarded.
  1040. 1572.39 s [vector] minIndexBy: OK
  1041. 1572.39 s [vector] +++ OK, passed 100 tests; 17 discarded.
  1042. 1572.39 s [vector] ListFirstMaxIndexWins: OK
  1043. 1572.39 s [vector] +++ OK, passed 100 tests; 13 discarded.
  1044. 1572.39 s [vector] FalseListFirstMaxIndexWins: OK
  1045. 1572.39 s [vector] +++ OK, failed as expected. Exception: 'Prelude.foldr1: empty list' (after 1 test):
  1046. 1572.39 s [vector] []
  1047. 1572.40 s [vector] zip: OK
  1048. 1572.40 s [vector] +++ OK, passed 100 tests.
  1049. 1572.40 s [vector] zip3: OK
  1050. 1572.40 s [vector] +++ OK, passed 100 tests.
  1051. 1572.40 s [vector] unzip: OK
  1052. 1572.40 s [vector] +++ OK, passed 100 tests.
  1053. 1572.40 s [vector] unzip3: OK
  1054. 1572.40 s [vector] +++ OK, passed 100 tests.
  1055. 1572.40 s [vector] indexed: OK
  1056. 1572.40 s [vector] +++ OK, passed 100 tests.
  1057. 1572.40 s [vector] update: OK
  1058. 1572.40 s [vector] +++ OK, passed 100 tests.
  1059. 1572.41 s [vector] mempty: OK
  1060. 1572.41 s [vector] +++ OK, passed 1 test.
  1061. 1572.41 s [vector] mappend: OK
  1062. 1572.41 s [vector] +++ OK, passed 100 tests.
  1063. 1572.43 s [vector] mconcat: OK (0.02s)
  1064. 1572.43 s [vector] +++ OK, passed 100 tests.
  1065. 1572.44 s [vector] glength: OK
  1066. 1572.44 s [vector] +++ OK, passed 100 tests.
  1067. 1572.44 s [vector] unstream
  1068. 1572.44 s [vector] unstream == vunstream (exact): OK
  1069. 1572.44 s [vector] +++ OK, passed 100 tests.
  1070. 1572.44 s [vector] unstream == vunstream (unknown): OK
  1071. 1572.44 s [vector] +++ OK, passed 100 tests.
  1072. 1572.44 s [vector] unstreamR ~= vunstream (exact): OK
  1073. 1572.44 s [vector] +++ OK, passed 100 tests.
  1074. 1572.44 s [vector] unstreamR ~= vunstream (unknown): OK
  1075. 1572.44 s [vector] +++ OK, passed 100 tests.
  1076. 1572.44 s [vector] Data.Vector.Storable.Vector Alignment
  1077. 1572.44 s [vector] Aligned Double: OK
  1078. 1572.44 s [vector] Aligned Int: OK
  1079. 1572.44 s [vector] Regression tests
  1080. 1572.44 s [vector] enumFromTo crash #188
  1081. 1572.44 s [vector] Word8: OK
  1082. 1572.44 s [vector] Word16: OK
  1083. 1572.44 s [vector] Word32: OK
  1084. 1572.44 s [vector] Word64: OK
  1085. 1572.44 s [vector] Word: OK
  1086. 1572.44 s [vector] Int8: OK
  1087. 1572.44 s [vector] Int16: OK
  1088. 1572.44 s [vector] Int32: OK
  1089. 1572.44 s [vector] Int64: OK
  1090. 1572.44 s [vector] Int: OK
  1091. 1572.44 s [vector] Char: OK
  1092. 1572.44 s [vector] Negative tests
  1093. 1572.44 s [vector] slice out of bounds #257
  1094. 1572.44 s [vector] Boxed
  1095. 1572.44 s [vector] Negative ix: OK
  1096. 1572.44 s [vector] Negative size: OK
  1097. 1572.44 s [vector] Negative ix and size: OK
  1098. 1572.44 s [vector] Too large ix: OK
  1099. 1572.44 s [vector] Too large size: OK
  1100. 1572.44 s [vector] Too large ix and size: OK
  1101. 1572.44 s [vector] Overflow: OK
  1102. 1572.44 s [vector] OutOfMemory: OK
  1103. 1572.44 s [vector] Primitive
  1104. 1572.44 s [vector] Negative ix: OK
  1105. 1572.44 s [vector] Negative size: OK
  1106. 1572.44 s [vector] Negative ix and size: OK
  1107. 1572.44 s [vector] Too large ix: OK
  1108. 1572.44 s [vector] Too large size: OK
  1109. 1572.44 s [vector] Too large ix and size: OK
  1110. 1572.44 s [vector] Overflow: OK
  1111. 1572.44 s [vector] OutOfMemory: OK
  1112. 1572.44 s [vector] Storable
  1113. 1572.44 s [vector] Negative ix: OK
  1114. 1572.44 s [vector] Negative size: OK
  1115. 1572.44 s [vector] Negative ix and size: OK
  1116. 1572.44 s [vector] Too large ix: OK
  1117. 1572.44 s [vector] Too large size: OK
  1118. 1572.44 s [vector] Too large ix and size: OK
  1119. 1572.44 s [vector] Overflow: OK
  1120. 1572.44 s [vector] OutOfMemory: OK
  1121. 1572.44 s [vector] Unboxed
  1122. 1572.44 s [vector] Negative ix: OK
  1123. 1572.44 s [vector] Negative size: OK
  1124. 1572.44 s [vector] Negative ix and size: OK
  1125. 1572.44 s [vector] Too large ix: OK
  1126. 1572.44 s [vector] Too large size: OK
  1127. 1572.44 s [vector] Too large ix and size: OK
  1128. 1572.44 s [vector] Overflow: OK
  1129. 1572.44 s [vector] OutOfMemory: OK
  1130. 1572.44 s [vector] take #282
  1131. 1572.44 s [vector] Boxed: OK
  1132. 1572.44 s [vector] Primitive: OK
  1133. 1572.44 s [vector] Storable: OK
  1134. 1572.44 s [vector] Unboxed: OK
  1135. 1572.44 s [vector] Data.Vector
  1136. 1572.44 s [vector] MonadFix: OK
  1137. 1572.44 s [vector] toFromArray: OK
  1138. 1572.44 s [vector] toFromArraySlice: OK
  1139. 1572.44 s [vector] toFromArraySliceUnsafe: OK
  1140. 1572.44 s [vector] toFromMutableArray: OK
  1141. 1572.44 s [vector] Data.Vector.Mutable (Move): OK
  1142. 1572.44 s [vector] +++ OK, passed 100 tests; 12 discarded.
  1143. 1572.44 s [vector] Data.Vector.Primitive.Mutable (Move): OK
  1144. 1572.44 s [vector] +++ OK, passed 100 tests; 12 discarded.
  1145. 1572.44 s [vector] Data.Vector.Unboxed.Mutable (Move): OK
  1146. 1572.44 s [vector] +++ OK, passed 100 tests; 14 discarded.
  1147. 1572.44 s [vector] Data.Vector.Storable.Mutable (Move): OK
  1148. 1572.44 s [vector] +++ OK, passed 100 tests; 14 discarded.
  1149. 1572.45 s [vector] Data.Vector.Generic.Mutable (nextPermutation): OK
  1150. 1572.45 s [vector] +++ OK, passed 1 test.
  1151. 1572.45 s [vector]
  1152. 1572.45 s [vector] All 2397 tests passed (16.02s)
  1153. 1572.46 s [vector] Test suite vector-tests-O2: PASS
  1154. 1572.46 s [vector] Test suite logged to: dist/test/vector-0.13.1.0-vector-tests-O2.log
  1155. 1572.46 s [vector] 2 of 2 test suites (2 of 2 test cases) passed.
  1156. 1572.47 s [vector] checkPhase completed in 38 seconds
  1157. 1572.47 s [vector] Phase: haddockPhase
  1158. 1572.64 s [vector] Preprocessing library for vector-0.13.1.0..
  1159. 1572.65 s [vector] Running Haddock on library for vector-0.13.1.0..
  1160. 1572.65 s [vector] Warning: The documentation for the following packages are not installed. No
  1161. 1572.65 s [vector] links will be generated to these packages: data-array-byte-0.1.0.1
  1162. 1572.70 s [vector] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  1163. 1573.44 s [vector] 100% ( 2 / 2) in 'Data.Vector.Fusion.Stream.Monadic'
  1164. 1573.46 s [vector] 83% ( 5 / 6) in 'Data.Vector.Fusion.Util'
  1165. 1573.46 s [vector] Missing documentation for:
  1166. 1573.46 s [vector] liftBox
  1167. 1573.49 s [vector] 100% ( 9 / 9) in 'Data.Vector.Fusion.Bundle.Size'
  1168. 1573.60 s [vector] Warning: 'unsafeSlice' is out of scope.
  1169. 1573.60 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1170. 1573.60 s [vector] Warning: 'overlaps' is out of scope.
  1171. 1573.60 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1172. 1573.60 s [vector] Warning: 'unsafeNew' is out of scope.
  1173. 1573.60 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1174. 1573.60 s [vector] Warning: 'unsafeRead' is out of scope.
  1175. 1573.60 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1176. 1573.60 s [vector] Warning: 'unsafeWrite' is out of scope.
  1177. 1573.60 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1178. 1573.60 s [vector] Warning: 'clear' is out of scope.
  1179. 1573.60 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1180. 1573.60 s [vector] Warning: 'set' is out of scope.
  1181. 1573.60 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1182. 1573.60 s [vector] Warning: 'unsafeCopy' is out of scope.
  1183. 1573.60 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1184. 1573.60 s [vector] Warning: 'unsafeMove' is out of scope.
  1185. 1573.60 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1186. 1573.60 s [vector] Warning: 'grow' is out of scope.
  1187. 1573.60 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1188. 1573.60 s [vector] Warning: 'unsafeGrow' is out of scope.
  1189. 1573.60 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1190. 1573.60 s [vector] 100% ( 2 / 2) in 'Data.Vector.Generic.Mutable.Base'
  1191. 1573.63 s [vector] Warning: 'basicUnsafeWrite' is out of scope.
  1192. 1573.63 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1193. 1574.01 s [vector] 79% (110 /139) in 'Data.Vector.Fusion.Bundle.Monadic'
  1194. 1574.01 s [vector] Missing documentation for:
  1195. 1574.01 s [vector] Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118)
  1196. 1574.01 s [vector] generate (src/Data/Vector/Fusion/Bundle/Monadic.hs:205)
  1197. 1574.01 s [vector] unbox (src/Data/Vector/Fusion/Bundle/Monadic.hs:318)
  1198. 1574.01 s [vector] concatMap (src/Data/Vector/Fusion/Bundle/Monadic.hs:627)
  1199. 1574.01 s [vector] zipWithM_ (src/Data/Vector/Fusion/Bundle/Monadic.hs:349)
  1200. 1574.01 s [vector] zipWith3M (src/Data/Vector/Fusion/Bundle/Monadic.hs:353)
  1201. 1574.01 s [vector] zipWith4M (src/Data/Vector/Fusion/Bundle/Monadic.hs:360)
  1202. 1574.01 s [vector] zipWith5M (src/Data/Vector/Fusion/Bundle/Monadic.hs:367)
  1203. 1574.01 s [vector] zipWith6M (src/Data/Vector/Fusion/Bundle/Monadic.hs:374)
  1204. 1574.01 s [vector] zipWith (src/Data/Vector/Fusion/Bundle/Monadic.hs:382)
  1205. 1574.01 s [vector] zipWith3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:386)
  1206. 1574.01 s [vector] zipWith4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:391)
  1207. 1574.01 s [vector] zipWith5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:397)
  1208. 1574.01 s [vector] zipWith6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:403)
  1209. 1574.01 s [vector] zip (src/Data/Vector/Fusion/Bundle/Monadic.hs:409)
  1210. 1574.01 s [vector] zip3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:413)
  1211. 1574.01 s [vector] zip4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:417)
  1212. 1574.01 s [vector] zip5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:422)
  1213. 1574.01 s [vector] zip6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:427)
  1214. 1574.01 s [vector] and (src/Data/Vector/Fusion/Bundle/Monadic.hs:619)
  1215. 1574.01 s [vector] or (src/Data/Vector/Fusion/Bundle/Monadic.hs:623)
  1216. 1574.01 s [vector] concatMapM (src/Data/Vector/Fusion/Bundle/Monadic.hs:631)
  1217. 1574.01 s [vector] fromVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1084)
  1218. 1574.01 s [vector] reVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1164)
  1219. 1574.02 s [vector] fromVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1103)
  1220. 1574.02 s [vector] concatVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1131)
  1221. 1574.02 s [vector] fromStream (src/Data/Vector/Fusion/Bundle/Monadic.hs:134)
  1222. 1574.02 s [vector] chunks (src/Data/Vector/Fusion/Bundle/Monadic.hs:141)
  1223. 1574.02 s [vector] elements (src/Data/Vector/Fusion/Bundle/Monadic.hs:145)
  1224. 1574.52 s [vector] Warning: 'Nothing' is out of scope.
  1225. 1574.52 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1226. 1574.52 s [vector] Warning: 'Just' is out of scope.
  1227. 1574.52 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1228. 1574.52 s [vector] 79% ( 90 /113) in 'Data.Vector.Fusion.Bundle'
  1229. 1574.52 s [vector] Missing documentation for:
  1230. 1574.52 s [vector] Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118)
  1231. 1574.52 s [vector] inplace (src/Data/Vector/Fusion/Bundle.hs:110)
  1232. 1574.52 s [vector] concatMap (src/Data/Vector/Fusion/Bundle.hs:254)
  1233. 1574.52 s [vector] unbox (src/Data/Vector/Fusion/Bundle.hs:250)
  1234. 1574.52 s [vector] zipWith4 (src/Data/Vector/Fusion/Bundle.hs:282)
  1235. 1574.52 s [vector] zipWith5 (src/Data/Vector/Fusion/Bundle.hs:288)
  1236. 1574.52 s [vector] zipWith6 (src/Data/Vector/Fusion/Bundle.hs:294)
  1237. 1574.52 s [vector] zip (src/Data/Vector/Fusion/Bundle.hs:300)
  1238. 1574.52 s [vector] zip3 (src/Data/Vector/Fusion/Bundle.hs:304)
  1239. 1574.52 s [vector] zip4 (src/Data/Vector/Fusion/Bundle.hs:308)
  1240. 1574.52 s [vector] zip5 (src/Data/Vector/Fusion/Bundle.hs:313)
  1241. 1574.52 s [vector] zip6 (src/Data/Vector/Fusion/Bundle.hs:318)
  1242. 1574.52 s [vector] and (src/Data/Vector/Fusion/Bundle.hs:404)
  1243. 1574.52 s [vector] or (src/Data/Vector/Fusion/Bundle.hs:408)
  1244. 1574.52 s [vector] unsafeFromList (src/Data/Vector/Fusion/Bundle.hs:630)
  1245. 1574.52 s [vector] fromVector (src/Data/Vector/Fusion/Bundle.hs:634)
  1246. 1574.52 s [vector] reVector (src/Data/Vector/Fusion/Bundle.hs:638)
  1247. 1574.52 s [vector] fromVectors (src/Data/Vector/Fusion/Bundle.hs:642)
  1248. 1574.52 s [vector] concatVectors (src/Data/Vector/Fusion/Bundle.hs:646)
  1249. 1574.52 s [vector] zipWithM (src/Data/Vector/Fusion/Bundle.hs:533)
  1250. 1574.52 s [vector] zipWithM_ (src/Data/Vector/Fusion/Bundle.hs:537)
  1251. 1574.52 s [vector] eqBy (src/Data/Vector/Fusion/Bundle.hs:490)
  1252. 1574.52 s [vector] cmpBy (src/Data/Vector/Fusion/Bundle.hs:499)
  1253. 1574.81 s [vector] 85% ( 90 /105) in 'Data.Vector.Generic.Mutable'
  1254. 1574.81 s [vector] Missing documentation for:
  1255. 1574.81 s [vector] mstream (src/Data/Vector/Generic/Mutable.hs:135)
  1256. 1574.81 s [vector] mstreamR (src/Data/Vector/Generic/Mutable.hs:164)
  1257. 1574.81 s [vector] transform (src/Data/Vector/Generic/Mutable.hs:158)
  1258. 1574.81 s [vector] transformR (src/Data/Vector/Generic/Mutable.hs:193)
  1259. 1574.81 s [vector] fill (src/Data/Vector/Generic/Mutable.hs:146)
  1260. 1574.81 s [vector] fillR (src/Data/Vector/Generic/Mutable.hs:177)
  1261. 1574.81 s [vector] unsafeAccum (src/Data/Vector/Generic/Mutable.hs:1010)
  1262. 1574.81 s [vector] accum (src/Data/Vector/Generic/Mutable.hs:987)
  1263. 1574.81 s [vector] unsafeUpdate (src/Data/Vector/Generic/Mutable.hs:1021)
  1264. 1574.81 s [vector] update (src/Data/Vector/Generic/Mutable.hs:999)
  1265. 1574.81 s [vector] reverse (src/Data/Vector/Generic/Mutable.hs:1030)
  1266. 1574.81 s [vector] unstablePartition (src/Data/Vector/Generic/Mutable.hs:1039)
  1267. 1574.81 s [vector] unstablePartitionBundle (src/Data/Vector/Generic/Mutable.hs:1068)
  1268. 1574.81 s [vector] partitionBundle (src/Data/Vector/Generic/Mutable.hs:1095)
  1269. 1574.81 s [vector] partitionWithBundle (src/Data/Vector/Generic/Mutable.hs:1155)
  1270. 1575.16 s [vector] 21% ( 5 / 23) in 'Data.Vector.Generic.New'
  1271. 1575.16 s [vector] Missing documentation for:
  1272. 1575.16 s [vector] create (src/Data/Vector/Generic/New.hs:60)
  1273. 1575.16 s [vector] run (src/Data/Vector/Generic/New.hs:64)
  1274. 1575.16 s [vector] runPrim (src/Data/Vector/Generic/New.hs:68)
  1275. 1575.16 s [vector] apply (src/Data/Vector/Generic/New.hs:72)
  1276. 1575.16 s [vector] modify (src/Data/Vector/Generic/New.hs:76)
  1277. 1575.16 s [vector] modifyWithBundle (src/Data/Vector/Generic/New.hs:80)
  1278. 1575.16 s [vector] unstream (src/Data/Vector/Generic/New.hs:85)
  1279. 1575.16 s [vector] transform (src/Data/Vector/Generic/New.hs:89)
  1280. 1575.16 s [vector] unstreamR (src/Data/Vector/Generic/New.hs:111)
  1281. 1575.16 s [vector] transformR (src/Data/Vector/Generic/New.hs:115)
  1282. 1575.16 s [vector] slice (src/Data/Vector/Generic/New.hs:137)
  1283. 1575.16 s [vector] init (src/Data/Vector/Generic/New.hs:141)
  1284. 1575.16 s [vector] tail (src/Data/Vector/Generic/New.hs:145)
  1285. 1575.16 s [vector] take (src/Data/Vector/Generic/New.hs:149)
  1286. 1575.16 s [vector] drop (src/Data/Vector/Generic/New.hs:153)
  1287. 1575.16 s [vector] unsafeSlice (src/Data/Vector/Generic/New.hs:157)
  1288. 1575.16 s [vector] unsafeInit (src/Data/Vector/Generic/New.hs:161)
  1289. 1575.16 s [vector] unsafeTail (src/Data/Vector/Generic/New.hs:165)
  1290. 1575.55 s [vector] Warning: 'a' is out of scope.
  1291. 1575.55 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1292. 1575.55 s [vector] Warning: 'b' is out of scope.
  1293. 1575.55 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1294. 1575.55 s [vector] Warning: 'Left' is out of scope.
  1295. 1575.55 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1296. 1575.55 s [vector] Warning: 'Right' is out of scope.
  1297. 1575.55 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1298. 1575.55 s [vector] Warning: 'Foldable' is out of scope.
  1299. 1575.55 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1300. 1575.55 s [vector] Warning: 'True' is out of scope.
  1301. 1575.55 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1302. 1575.55 s [vector] 93% (257 /276) in 'Data.Vector.Generic'
  1303. 1575.55 s [vector] Missing documentation for:
  1304. 1575.55 s [vector] zipWith4 (src/Data/Vector/Generic.hs:1169)
  1305. 1575.55 s [vector] zipWith5 (src/Data/Vector/Generic.hs:1178)
  1306. 1575.55 s [vector] zipWith6 (src/Data/Vector/Generic.hs:1190)
  1307. 1575.55 s [vector] izipWith4 (src/Data/Vector/Generic.hs:1221)
  1308. 1575.55 s [vector] izipWith5 (src/Data/Vector/Generic.hs:1230)
  1309. 1575.55 s [vector] izipWith6 (src/Data/Vector/Generic.hs:1242)
  1310. 1575.55 s [vector] zip4 (src/Data/Vector/Generic.hs:1266)
  1311. 1575.55 s [vector] zip5 (src/Data/Vector/Generic.hs:1271)
  1312. 1575.55 s [vector] zip6 (src/Data/Vector/Generic.hs:1277)
  1313. 1575.55 s [vector] unzip3 (src/Data/Vector/Generic.hs:1327)
  1314. 1575.55 s [vector] unzip4 (src/Data/Vector/Generic.hs:1334)
  1315. 1575.55 s [vector] unzip5 (src/Data/Vector/Generic.hs:1343)
  1316. 1575.55 s [vector] unzip6 (src/Data/Vector/Generic.hs:1353)
  1317. 1575.55 s [vector] liftShowsPrec (src/Data/Vector/Generic.hs:2606)
  1318. 1575.55 s [vector] gunfold (src/Data/Vector/Generic.hs:2646)
  1319. 1575.55 s [vector] dataCast (src/Data/Vector/Generic.hs:2654)
  1320. 1575.55 s [vector] mkVecType (src/Data/Vector/Generic.hs:2637)
  1321. 1575.55 s [vector] mkVecConstr (src/Data/Vector/Generic.hs:2633)
  1322. 1575.55 s [vector] mkType (src/Data/Vector/Generic.hs:2641)
  1323. 1576.41 s [vector] Warning: 'IO' is out of scope.
  1324. 1576.41 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1325. 1576.41 s [vector] Warning: 'ST' is out of scope.
  1326. 1576.41 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1327. 1576.41 s [vector] Warning: 'Nothing' is out of scope.
  1328. 1576.41 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1329. 1576.41 s [vector] 97% ( 85 / 87) in 'Data.Vector.Mutable'
  1330. 1576.41 s [vector] Missing documentation for:
  1331. 1576.41 s [vector] IOVector (src/Data/Vector/Mutable.hs:100)
  1332. 1576.41 s [vector] STVector (src/Data/Vector/Mutable.hs:101)
  1333. 1576.94 s [vector] Warning: 'Nothing' is out of scope.
  1334. 1576.94 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1335. 1576.94 s [vector] Warning: 'Just' is out of scope.
  1336. 1576.94 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1337. 1576.94 s [vector] Warning: 'a' is out of scope.
  1338. 1576.94 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1339. 1576.94 s [vector] Warning: 'b' is out of scope.
  1340. 1576.94 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1341. 1576.94 s [vector] Warning: 'Left' is out of scope.
  1342. 1576.94 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1343. 1576.94 s [vector] Warning: 'Right' is out of scope.
  1344. 1576.94 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1345. 1576.94 s [vector] Warning: 'Foldable' is out of scope.
  1346. 1576.94 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1347. 1576.94 s [vector] Warning: 'True' is out of scope.
  1348. 1576.94 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1349. 1576.94 s [vector] Warning: 'fromList' is ambiguous. It is defined
  1350. 1576.94 s [vector] * in ‘GHC.Exts’
  1351. 1576.94 s [vector] * at src/Data/Vector.hs:2132:1
  1352. 1576.94 s [vector] You may be able to disambiguate the identifier by qualifying it or
  1353. 1576.94 s [vector] by specifying the type/value namespace explicitly.
  1354. 1576.94 s [vector] Defaulting to the one defined at src/Data/Vector.hs:2132:1
  1355. 1576.94 s [vector] 94% (243 /256) in 'Data.Vector'
  1356. 1576.94 s [vector] Missing documentation for:
  1357. 1576.94 s [vector] zipWith4 (src/Data/Vector.hs:1170)
  1358. 1576.94 s [vector] zipWith5 (src/Data/Vector.hs:1175)
  1359. 1576.94 s [vector] zipWith6 (src/Data/Vector.hs:1181)
  1360. 1576.94 s [vector] izipWith4 (src/Data/Vector.hs:1199)
  1361. 1576.94 s [vector] izipWith5 (src/Data/Vector.hs:1204)
  1362. 1576.94 s [vector] izipWith6 (src/Data/Vector.hs:1210)
  1363. 1576.94 s [vector] zip4 (src/Data/Vector.hs:1226)
  1364. 1576.94 s [vector] zip5 (src/Data/Vector.hs:1231)
  1365. 1576.94 s [vector] zip6 (src/Data/Vector.hs:1236)
  1366. 1576.94 s [vector] unzip3 (src/Data/Vector.hs:1249)
  1367. 1576.94 s [vector] unzip4 (src/Data/Vector.hs:1253)
  1368. 1576.94 s [vector] unzip5 (src/Data/Vector.hs:1257)
  1369. 1576.94 s [vector] unzip6 (src/Data/Vector.hs:1262)
  1370. 1577.22 s [vector] Warning: 'Nothing' is out of scope.
  1371. 1577.22 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1372. 1577.22 s [vector] 97% ( 86 / 88) in 'Data.Vector.Primitive.Mutable'
  1373. 1577.22 s [vector] Missing documentation for:
  1374. 1577.22 s [vector] IOVector (src/Data/Vector/Primitive/Mutable.hs:116)
  1375. 1577.22 s [vector] STVector (src/Data/Vector/Primitive/Mutable.hs:117)
  1376. 1577.44 s [vector] Warning: 'Nothing' is out of scope.
  1377. 1577.44 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1378. 1577.44 s [vector] Warning: 'Just' is out of scope.
  1379. 1577.44 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1380. 1577.44 s [vector] Warning: 'a' is out of scope.
  1381. 1577.44 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1382. 1577.44 s [vector] Warning: 'b' is out of scope.
  1383. 1577.44 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1384. 1577.44 s [vector] Warning: 'flip' is out of scope.
  1385. 1577.44 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1386. 1577.44 s [vector] Warning: 'Left' is out of scope.
  1387. 1577.44 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1388. 1577.44 s [vector] Warning: 'Right' is out of scope.
  1389. 1577.44 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1390. 1577.44 s [vector] Warning: 'Foldable' is out of scope.
  1391. 1577.44 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1392. 1577.44 s [vector] 97% (226 /232) in 'Data.Vector.Primitive'
  1393. 1577.44 s [vector] Missing documentation for:
  1394. 1577.44 s [vector] zipWith4 (src/Data/Vector/Primitive.hs:963)
  1395. 1577.44 s [vector] zipWith5 (src/Data/Vector/Primitive.hs:969)
  1396. 1577.44 s [vector] zipWith6 (src/Data/Vector/Primitive.hs:977)
  1397. 1577.44 s [vector] izipWith4 (src/Data/Vector/Primitive.hs:999)
  1398. 1577.44 s [vector] izipWith5 (src/Data/Vector/Primitive.hs:1005)
  1399. 1577.44 s [vector] izipWith6 (src/Data/Vector/Primitive.hs:1013)
  1400. 1577.75 s [vector] Warning: 'Storable' is out of scope.
  1401. 1577.75 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1402. 1577.84 s [vector] Warning: 'Nothing' is out of scope.
  1403. 1577.84 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1404. 1577.84 s [vector] 97% ( 92 / 94) in 'Data.Vector.Storable.Mutable'
  1405. 1577.84 s [vector] Missing documentation for:
  1406. 1577.84 s [vector] IOVector (src/Data/Vector/Storable/Mutable.hs:135)
  1407. 1577.84 s [vector] STVector (src/Data/Vector/Storable/Mutable.hs:136)
  1408. 1578.04 s [vector] Warning: 'Nothing' is out of scope.
  1409. 1578.04 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1410. 1578.04 s [vector] Warning: 'Just' is out of scope.
  1411. 1578.04 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1412. 1578.04 s [vector] Warning: 'a' is out of scope.
  1413. 1578.04 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1414. 1578.04 s [vector] Warning: 'b' is out of scope.
  1415. 1578.04 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1416. 1578.04 s [vector] Warning: 'flip' is out of scope.
  1417. 1578.04 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1418. 1578.04 s [vector] Warning: 'Left' is out of scope.
  1419. 1578.04 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1420. 1578.04 s [vector] Warning: 'Right' is out of scope.
  1421. 1578.04 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1422. 1578.04 s [vector] Warning: 'Foldable' is out of scope.
  1423. 1578.04 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1424. 1578.04 s [vector] Warning: 'True' is out of scope.
  1425. 1578.04 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1426. 1578.04 s [vector] 97% (237 /243) in 'Data.Vector.Storable'
  1427. 1578.04 s [vector] Missing documentation for:
  1428. 1578.04 s [vector] zipWith4 (src/Data/Vector/Storable.hs:974)
  1429. 1578.04 s [vector] zipWith5 (src/Data/Vector/Storable.hs:980)
  1430. 1578.04 s [vector] zipWith6 (src/Data/Vector/Storable.hs:988)
  1431. 1578.04 s [vector] izipWith4 (src/Data/Vector/Storable.hs:1010)
  1432. 1578.04 s [vector] izipWith5 (src/Data/Vector/Storable.hs:1016)
  1433. 1578.04 s [vector] izipWith6 (src/Data/Vector/Storable.hs:1024)
  1434. 1579.73 s [vector] Warning: 'Complex' is out of scope.
  1435. 1579.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1436. 1579.73 s [vector] Warning: 'RealFloat' is out of scope.
  1437. 1579.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1438. 1579.73 s [vector] Warning: 'Nothing' is out of scope.
  1439. 1579.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1440. 1579.73 s [vector] Warning: 'Just' is out of scope.
  1441. 1579.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1442. 1579.73 s [vector] Warning: 'a' is out of scope.
  1443. 1579.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1444. 1579.73 s [vector] Warning: 'b' is out of scope.
  1445. 1579.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1446. 1579.73 s [vector] Warning: 'flip' is out of scope.
  1447. 1579.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1448. 1579.73 s [vector] Warning: 'Left' is out of scope.
  1449. 1579.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1450. 1579.73 s [vector] Warning: 'Right' is out of scope.
  1451. 1579.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1452. 1579.73 s [vector] Warning: 'Foldable' is out of scope.
  1453. 1579.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1454. 1579.73 s [vector] Warning: 'True' is out of scope.
  1455. 1579.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1456. 1579.73 s [vector] 96% (243 /252) in 'Data.Vector.Unboxed'
  1457. 1579.73 s [vector] Missing documentation for:
  1458. 1579.73 s [vector] Vector (src/Data/Vector/Unboxed/Base.hs:69)
  1459. 1579.73 s [vector] MVector (src/Data/Vector/Unboxed/Base.hs:68)
  1460. 1579.73 s [vector] Unbox (src/Data/Vector/Unboxed/Base.hs:76)
  1461. 1579.73 s [vector] zipWith4 (src/Data/Vector/Unboxed.hs:985)
  1462. 1579.73 s [vector] zipWith5 (src/Data/Vector/Unboxed.hs:991)
  1463. 1579.73 s [vector] zipWith6 (src/Data/Vector/Unboxed.hs:998)
  1464. 1579.73 s [vector] izipWith4 (src/Data/Vector/Unboxed.hs:1019)
  1465. 1579.73 s [vector] izipWith5 (src/Data/Vector/Unboxed.hs:1025)
  1466. 1579.73 s [vector] izipWith6 (src/Data/Vector/Unboxed.hs:1032)
  1467. 1579.92 s [vector] Warning: 'Nothing' is out of scope.
  1468. 1579.92 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1469. 1579.92 s [vector] 95% ( 92 / 96) in 'Data.Vector.Unboxed.Mutable'
  1470. 1579.92 s [vector] Missing documentation for:
  1471. 1579.92 s [vector] MVector (src/Data/Vector/Unboxed/Base.hs:68)
  1472. 1579.92 s [vector] IOVector (src/Data/Vector/Unboxed/Base.hs:71)
  1473. 1579.92 s [vector] STVector (src/Data/Vector/Unboxed/Base.hs:72)
  1474. 1579.92 s [vector] Unbox (src/Data/Vector/Unboxed/Base.hs:76)
  1475. 1580.73 s [vector] Warning: Data.Vector.Unboxed: could not find link destinations for:
  1476. 1580.73 s [vector]
  1477. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorAll0
  1478. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_All
  1479. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorAny0
  1480. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Any
  1481. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorInt160
  1482. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Int16
  1483. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorInt320
  1484. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Int32
  1485. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorInt640
  1486. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Int64
  1487. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorInt80
  1488. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Int8
  1489. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWord160
  1490. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Word16
  1491. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWord320
  1492. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Word32
  1493. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWord640
  1494. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Word64
  1495. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWord80
  1496. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Word8
  1497. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector()0
  1498. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Unit
  1499. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorBool0
  1500. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Bool
  1501. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorChar0
  1502. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Char
  1503. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorDouble0
  1504. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Double
  1505. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorFloat0
  1506. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Float
  1507. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorInt0
  1508. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Int
  1509. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWord0
  1510. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Word
  1511. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorComplex0
  1512. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Complex
  1513. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
  1514. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Identity
  1515. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorDown0
  1516. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Down
  1517. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorFirst0
  1518. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_First
  1519. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorLast0
  1520. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Last
  1521. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorMax0
  1522. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Max
  1523. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorMin0
  1524. 1580.73 s [vector] - Data.Vector.Unboxed.Base.V_Min
  1525. 1580.73 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWrappedMonoid0
  1526. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_WrappedMonoid
  1527. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorDual0
  1528. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_Dual
  1529. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorProduct0
  1530. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_Product
  1531. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorSum0
  1532. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_Sum
  1533. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorUnboxViaPrim0
  1534. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorArg0
  1535. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_Arg
  1536. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorAs0
  1537. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector(,)0
  1538. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_2
  1539. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorConst0
  1540. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_Const
  1541. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorAlt0
  1542. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_Alt
  1543. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector(,,)0
  1544. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_3
  1545. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector(,,,)0
  1546. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_4
  1547. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorCompose0
  1548. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_Compose
  1549. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector(,,,,)0
  1550. 1580.74 s [vector] - Data.Vector.Unboxed.Base.V_5
  1551. 1580.74 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector(,,,,,)0
  1552. 1580.77 s [vector] - Data.Vector.Unboxed.Base.V_6
  1553. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAll0
  1554. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAny0
  1555. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt160
  1556. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
  1557. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt640
  1558. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt80
  1559. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord160
  1560. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord320
  1561. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord640
  1562. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord80
  1563. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors()0
  1564. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsBool0
  1565. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsChar0
  1566. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
  1567. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
  1568. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt0
  1569. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord0
  1570. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
  1571. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
  1572. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDown0
  1573. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
  1574. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsLast0
  1575. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsMax0
  1576. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsMin0
  1577. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
  1578. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDual0
  1579. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsProduct0
  1580. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsSum0
  1581. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
  1582. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsArg0
  1583. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAs0
  1584. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,)0
  1585. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsConst0
  1586. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
  1587. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,)0
  1588. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,)0
  1589. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
  1590. 1580.77 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,,)0
  1591. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,,,)0
  1592. 1580.78 s [vector] Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for:
  1593. 1580.78 s [vector]
  1594. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAll0
  1595. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAny0
  1596. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt160
  1597. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
  1598. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt640
  1599. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt80
  1600. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord160
  1601. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord320
  1602. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord640
  1603. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord80
  1604. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors()0
  1605. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsBool0
  1606. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsChar0
  1607. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
  1608. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
  1609. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt0
  1610. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord0
  1611. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
  1612. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
  1613. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDown0
  1614. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
  1615. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsLast0
  1616. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsMax0
  1617. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsMin0
  1618. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
  1619. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDual0
  1620. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsProduct0
  1621. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsSum0
  1622. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
  1623. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsArg0
  1624. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAs0
  1625. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,)0
  1626. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsConst0
  1627. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
  1628. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,)0
  1629. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,)0
  1630. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
  1631. 1580.78 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,,)0
  1632. 1580.79 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,,,)0
  1633. 1589.48 s [vector] Documentation created: dist/doc/html/vector/index.html,
  1634. 1589.48 s [vector] dist/doc/html/vector/vector.txt
  1635. 1589.48 s [vector] Preprocessing test suite 'vector-doctest' for vector-0.13.1.0..
  1636. 1589.48 s [vector] Preprocessing test suite 'vector-tests-O0' for vector-0.13.1.0..
  1637. 1589.48 s [vector] Preprocessing test suite 'vector-tests-O2' for vector-0.13.1.0..
  1638. 1589.49 s [vector] Preprocessing test suite 'vector-inspection' for vector-0.13.1.0..
  1639. 1589.51 s [vector] Phase: installPhase
  1640. 1589.64 s [vector] Installing library in /nix/store/papmj4gid4i9d1kr2i4hn27skny746yw-vector-0.13.1.0/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  1641. 1591.01 s [vector] Phase: fixupPhase
  1642. 1591.03 s [vector] shrinking RPATHs of ELF executables and libraries in /nix/store/papmj4gid4i9d1kr2i4hn27skny746yw-vector-0.13.1.0
  1643. 1591.04 s [vector] shrinking /nix/store/papmj4gid4i9d1kr2i4hn27skny746yw-vector-0.13.1.0/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSvector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD-ghc9.2.6.so
  1644. 1591.06 s [vector] checking for references to /build/ in /nix/store/papmj4gid4i9d1kr2i4hn27skny746yw-vector-0.13.1.0...
  1645. 1591.09 s [vector] patching script interpreter paths in /nix/store/papmj4gid4i9d1kr2i4hn27skny746yw-vector-0.13.1.0
  1646. 1591.10 s [vector] stripping (with command strip and flags -S -p) in /nix/store/papmj4gid4i9d1kr2i4hn27skny746yw-vector-0.13.1.0/lib
  1647. 1591.75 s [vector] shrinking RPATHs of ELF executables and libraries in /nix/store/x4i0pb9m9cf0qzw1nfwriqk2nhldhry3-vector-0.13.1.0-doc
  1648. 1591.76 s [vector] checking for references to /build/ in /nix/store/x4i0pb9m9cf0qzw1nfwriqk2nhldhry3-vector-0.13.1.0-doc...
  1649. 1591.78 s [vector] patching script interpreter paths in /nix/store/x4i0pb9m9cf0qzw1nfwriqk2nhldhry3-vector-0.13.1.0-doc
  1650. 1592.05 s [vector:post-build] Uploading to the NixCI cache: /nix/store/papmj4gid4i9d1kr2i4hn27skny746yw-vector-0.13.1.0 /nix/store/x4i0pb9m9cf0qzw1nfwriqk2nhldhry3-vector-0.13.1.0-doc
  1651. 1592.12 s [vector:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1652. 1592.50 s [vector:post-build] copying 2 paths...
  1653. 1592.50 s [vector:post-build] copying path '/nix/store/x4i0pb9m9cf0qzw1nfwriqk2nhldhry3-vector-0.13.1.0-doc' to 'https://cache.nix-ci.com'...
  1654. 1595.48 s [vector:post-build] copying path '/nix/store/papmj4gid4i9d1kr2i4hn27skny746yw-vector-0.13.1.0' to 'https://cache.nix-ci.com'...
  1655. 1603.50 s [vector:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1656. 1603.77 s [vector:post-build] copying 1 paths...
  1657. 1603.78 s [vector:post-build] copying path '/nix/store/cwmv2vmym3yhla94fwvsmflc69707zgr-vector-0.13.1.0.drv' to 'https://cache.nix-ci.com'...
  1658. 1604.02 s Uploaded vector in 11.9s
  1659. 1604.02 s Progress: 94 of 106 built, 4 of 4 downloaded from cache
  1660. 1604.02 s Built vector in 6m28s
  1661. 1604.06 s Building /nix/store/bd5sp0hg5650hdw9lwlid94nz5q53dzs-nothunks-0.1.5.drv
  1662. 1604.13 s [nothunks] Phase: setupCompilerEnvironmentPhase
  1663. 1604.13 s [nothunks] Build with /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6.
  1664. 1604.24 s [nothunks] Phase: unpackPhase
  1665. 1604.25 s [nothunks] unpacking source archive /nix/store/z5r9hzar5569b3hg4k533dxil78cj8kh-nothunks-0.1.5.tar.gz
  1666. 1604.25 s [nothunks] source root is nothunks-0.1.5
  1667. 1604.27 s [nothunks] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file nothunks-0.1.5/test/Test/NoThunks/Class.hs
  1668. 1604.27 s [nothunks] Phase: patchPhase
  1669. 1604.28 s [nothunks] Replace Cabal file with edited version from mirror://hackage/nothunks-0.1.5/revision/1.cabal.
  1670. 1604.28 s [nothunks] Phase: compileBuildDriverPhase
  1671. 1604.29 s [nothunks] setupCompileFlags: -package-db=/build/tmp.HHBzU8XjBv/setup-package.conf.d -threaded
  1672. 1604.33 s [nothunks] [1 of 1] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.HHBzU8XjBv/Main.o )
  1673. 1604.38 s [nothunks] Linking Setup ...
  1674. 1605.63 s [nothunks] Phase: updateAutotoolsGnuConfigScriptsPhase
  1675. 1605.64 s [nothunks] Phase: configurePhase
  1676. 1605.64 s [nothunks] configureFlags: --verbose --prefix=/nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/ll4nxginpcsb95pk47r3zlnxkya622w2-nothunks-0.1.5-doc/share/doc/nothunks-0.1.5 --with-gcc=gcc --package-db=/build/tmp.HHBzU8XjBv/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/z7ndn3k8zfjrf713gq443q7a2ixzaab5-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r25i9ffbldgn22436psygd7ivbvs3qq8-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  1677. 1605.97 s [nothunks] Using Parsec parser
  1678. 1605.97 s [nothunks] Configuring nothunks-0.1.5...
  1679. 1605.97 s [nothunks] Flags chosen: bytestring=True, text=True, vector=True
  1680. 1605.97 s [nothunks] Dependency base >=4.12 && <5: using base-4.16.4.0
  1681. 1605.97 s [nothunks] Dependency bytestring >=0.10 && <0.13: using bytestring-0.11.4.0
  1682. 1605.97 s [nothunks] Dependency containers >=0.5 && <0.8: using containers-0.6.5.1
  1683. 1605.97 s [nothunks] Dependency ghc-heap: using ghc-heap-9.2.6
  1684. 1605.97 s [nothunks] Dependency stm >=2.5 && <2.6: using stm-2.5.0.2
  1685. 1605.97 s [nothunks] Dependency text >=1.2 && <1.3 || >=2 && <2.2: using text-1.2.5.0
  1686. 1605.97 s [nothunks] Dependency time >=1.5 && <1.13: using time-1.11.1.1
  1687. 1605.97 s [nothunks] Dependency vector >=0.12 && <0.14: using vector-0.13.1.0
  1688. 1606.18 s [nothunks] Source component graph: component lib
  1689. 1606.18 s [nothunks] Configured component graph:
  1690. 1606.18 s [nothunks] component nothunks-0.1.5-CEFJJWs6X8FIw9jj0LMZvw
  1691. 1606.18 s [nothunks] include base-4.16.4.0
  1692. 1606.18 s [nothunks] include bytestring-0.11.4.0
  1693. 1606.18 s [nothunks] include containers-0.6.5.1
  1694. 1606.18 s [nothunks] include ghc-heap-9.2.6
  1695. 1606.18 s [nothunks] include stm-2.5.0.2
  1696. 1606.18 s [nothunks] include text-1.2.5.0
  1697. 1606.18 s [nothunks] include time-1.11.1.1
  1698. 1606.18 s [nothunks] include vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  1699. 1606.18 s [nothunks] Linked component graph:
  1700. 1606.18 s [nothunks] unit nothunks-0.1.5-CEFJJWs6X8FIw9jj0LMZvw
  1701. 1606.18 s [nothunks] include base-4.16.4.0
  1702. 1606.18 s [nothunks] include bytestring-0.11.4.0
  1703. 1606.18 s [nothunks] include containers-0.6.5.1
  1704. 1606.18 s [nothunks] include ghc-heap-9.2.6
  1705. 1606.18 s [nothunks] include stm-2.5.0.2
  1706. 1606.18 s [nothunks] include text-1.2.5.0
  1707. 1606.18 s [nothunks] include time-1.11.1.1
  1708. 1606.18 s [nothunks] include vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  1709. 1606.18 s [nothunks] NoThunks.Class=nothunks-0.1.5-CEFJJWs6X8FIw9jj0LMZvw:NoThunks.Class
  1710. 1606.18 s [nothunks] Ready component graph:
  1711. 1606.18 s [nothunks] definite nothunks-0.1.5-CEFJJWs6X8FIw9jj0LMZvw
  1712. 1606.18 s [nothunks] depends base-4.16.4.0
  1713. 1606.18 s [nothunks] depends bytestring-0.11.4.0
  1714. 1606.18 s [nothunks] depends containers-0.6.5.1
  1715. 1606.18 s [nothunks] depends ghc-heap-9.2.6
  1716. 1606.18 s [nothunks] depends stm-2.5.0.2
  1717. 1606.18 s [nothunks] depends text-1.2.5.0
  1718. 1606.18 s [nothunks] depends time-1.11.1.1
  1719. 1606.18 s [nothunks] depends vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  1720. 1606.18 s [nothunks] Using Cabal-3.6.3.0 compiled by ghc-9.2
  1721. 1606.18 s [nothunks] Using compiler: ghc-9.2.6
  1722. 1606.18 s [nothunks] Using install prefix:
  1723. 1606.18 s [nothunks] /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5
  1724. 1606.18 s [nothunks] Executables installed in:
  1725. 1606.18 s [nothunks] /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5/bin
  1726. 1606.18 s [nothunks] Libraries installed in:
  1727. 1606.18 s [nothunks] /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/nothunks-0.1.5-CEFJJWs6X8FIw9jj0LMZvw
  1728. 1606.18 s [nothunks] Dynamic Libraries installed in:
  1729. 1606.18 s [nothunks] /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6
  1730. 1606.18 s [nothunks] Private executables installed in:
  1731. 1606.18 s [nothunks] /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5/libexec/x86_64-linux-ghc-9.2.6/nothunks-0.1.5
  1732. 1606.18 s [nothunks] Data files installed in:
  1733. 1606.18 s [nothunks] /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5/share/x86_64-linux-ghc-9.2.6/nothunks-0.1.5
  1734. 1606.18 s [nothunks] Documentation installed in:
  1735. 1606.18 s [nothunks] /nix/store/ll4nxginpcsb95pk47r3zlnxkya622w2-nothunks-0.1.5-doc/share/doc/nothunks-0.1.5
  1736. 1606.18 s [nothunks] Configuration files installed in:
  1737. 1606.18 s [nothunks] /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5/etc
  1738. 1606.18 s [nothunks] No alex found
  1739. 1606.18 s [nothunks] Using ar found on system at:
  1740. 1606.18 s [nothunks] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  1741. 1606.18 s [nothunks] No c2hs found
  1742. 1606.18 s [nothunks] No cpphs found
  1743. 1606.18 s [nothunks] No doctest found
  1744. 1606.18 s [nothunks] Using gcc version 13.3.0 given by user at:
  1745. 1606.18 s [nothunks] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  1746. 1606.18 s [nothunks] Using ghc version 9.2.6 found on system at:
  1747. 1606.18 s [nothunks] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc
  1748. 1606.18 s [nothunks] Using ghc-pkg version 9.2.6 found on system at:
  1749. 1606.18 s [nothunks] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc-pkg-9.2.6
  1750. 1606.18 s [nothunks] No ghcjs found
  1751. 1606.18 s [nothunks] No ghcjs-pkg found
  1752. 1606.18 s [nothunks] No greencard found
  1753. 1606.18 s [nothunks] Using haddock version 2.26.0 found on system at:
  1754. 1606.18 s [nothunks] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/haddock-ghc-9.2.6
  1755. 1606.18 s [nothunks] No happy found
  1756. 1606.18 s [nothunks] Using haskell-suite found on system at: haskell-suite-dummy-location
  1757. 1606.18 s [nothunks] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1758. 1606.18 s [nothunks] No hmake found
  1759. 1606.18 s [nothunks] Using hpc version 0.68 found on system at:
  1760. 1606.18 s [nothunks] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hpc
  1761. 1606.18 s [nothunks] Using hsc2hs version 0.68.8 found on system at:
  1762. 1606.18 s [nothunks] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hsc2hs
  1763. 1606.18 s [nothunks] Using hscolour version 1.25 found on system at:
  1764. 1606.18 s [nothunks] /nix/store/7rcsa1qyv53y8x7irr5n5jwpgc6zb0fv-hscolour-1.25/bin/HsColour
  1765. 1606.18 s [nothunks] No jhc found
  1766. 1606.18 s [nothunks] Using ld found on system at:
  1767. 1606.18 s [nothunks] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  1768. 1606.18 s [nothunks] No pkg-config found
  1769. 1606.18 s [nothunks] Using runghc version 9.2.6 found on system at:
  1770. 1606.18 s [nothunks] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/runghc-9.2.6
  1771. 1606.18 s [nothunks] Using strip version 2.43 found on system at:
  1772. 1606.18 s [nothunks] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  1773. 1606.18 s [nothunks] Using tar found on system at:
  1774. 1606.18 s [nothunks] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  1775. 1606.18 s [nothunks] No uhc found
  1776. 1606.20 s [nothunks] Phase: buildPhase
  1777. 1606.24 s [nothunks] Preprocessing library for nothunks-0.1.5..
  1778. 1606.24 s [nothunks] Building library for nothunks-0.1.5..
  1779. 1606.34 s [nothunks] [1 of 1] Compiling NoThunks.Class ( src/NoThunks/Class.hs, dist/build/NoThunks/Class.o, dist/build/NoThunks/Class.dyn_o )
  1780. 1609.10 s [nothunks] [1 of 1] Compiling NoThunks.Class ( src/NoThunks/Class.hs, dist/build/NoThunks/Class.p_o )
  1781. 1613.08 s [nothunks] Phase: haddockPhase
  1782. 1613.28 s [nothunks] Preprocessing library for nothunks-0.1.5..
  1783. 1613.28 s [nothunks] Running Haddock on library for nothunks-0.1.5..
  1784. 1613.28 s [nothunks] Warning: The documentation for the following packages are not installed. No
  1785. 1613.28 s [nothunks] links will be generated to these packages: data-array-byte-0.1.0.1
  1786. 1613.34 s [nothunks] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  1787. 1614.50 s [nothunks] 94% ( 18 / 19) in 'NoThunks.Class'
  1788. 1614.50 s [nothunks] Missing documentation for:
  1789. 1614.50 s [nothunks] Module header
  1790. 1615.25 s [nothunks] Warning: NoThunks.Class: could not find link destinations for:
  1791. 1615.25 s [nothunks]
  1792. 1615.25 s [nothunks] - NoThunks.Class.GShowTypeOf
  1793. 1615.26 s [nothunks] - NoThunks.Class.checkContainsThunks
  1794. 1615.26 s [nothunks] - NoThunks.Class.HasFields
  1795. 1615.26 s [nothunks] - NoThunks.Class.GWRecordField
  1796. 1615.27 s [nothunks] - NoThunks.Class.Elem
  1797. 1621.19 s [nothunks] Documentation created: dist/doc/html/nothunks/index.html,
  1798. 1621.19 s [nothunks] dist/doc/html/nothunks/nothunks.txt
  1799. 1621.21 s [nothunks] Phase: installPhase
  1800. 1621.27 s [nothunks] Installing library in /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/nothunks-0.1.5-CEFJJWs6X8FIw9jj0LMZvw
  1801. 1621.59 s [nothunks] Phase: fixupPhase
  1802. 1621.62 s [nothunks] shrinking RPATHs of ELF executables and libraries in /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5
  1803. 1621.63 s [nothunks] shrinking /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSnothunks-0.1.5-CEFJJWs6X8FIw9jj0LMZvw-ghc9.2.6.so
  1804. 1621.64 s [nothunks] checking for references to /build/ in /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5...
  1805. 1621.69 s [nothunks] patching script interpreter paths in /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5
  1806. 1621.70 s [nothunks] stripping (with command strip and flags -S -p) in /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5/lib
  1807. 1621.77 s [nothunks] shrinking RPATHs of ELF executables and libraries in /nix/store/ll4nxginpcsb95pk47r3zlnxkya622w2-nothunks-0.1.5-doc
  1808. 1621.77 s [nothunks] checking for references to /build/ in /nix/store/ll4nxginpcsb95pk47r3zlnxkya622w2-nothunks-0.1.5-doc...
  1809. 1621.78 s [nothunks] patching script interpreter paths in /nix/store/ll4nxginpcsb95pk47r3zlnxkya622w2-nothunks-0.1.5-doc
  1810. 1621.90 s [nothunks:post-build] Uploading to the NixCI cache: /nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5 /nix/store/ll4nxginpcsb95pk47r3zlnxkya622w2-nothunks-0.1.5-doc
  1811. 1622.00 s [nothunks:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1812. 1622.27 s [nothunks:post-build] copying 2 paths...
  1813. 1622.27 s [nothunks:post-build] copying path '/nix/store/ll4nxginpcsb95pk47r3zlnxkya622w2-nothunks-0.1.5-doc' to 'https://cache.nix-ci.com'...
  1814. 1622.76 s [nothunks:post-build] copying path '/nix/store/hp1dfgkqx1a9xg45bdxx8q4aivw0q4b4-nothunks-0.1.5' to 'https://cache.nix-ci.com'...
  1815. 1623.98 s [nothunks:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1816. 1624.56 s [nothunks:post-build] copying 1 paths...
  1817. 1624.57 s [nothunks:post-build] copying path '/nix/store/bd5sp0hg5650hdw9lwlid94nz5q53dzs-nothunks-0.1.5.drv' to 'https://cache.nix-ci.com'...
  1818. 1624.83 s Uploaded nothunks in 2.9s
  1819. 1624.83 s Progress: 95 of 106 built, 4 of 4 downloaded from cache
  1820. 1624.83 s Built nothunks in 20.7s
  1821. 1624.88 s Building /nix/store/zi5ygldidg7ihg2hxc4c8206r2lcckzd-unordered-containers-0.2.20.drv
  1822. 1624.99 s [unordered-containers] Phase: setupCompilerEnvironmentPhase
  1823. 1625.00 s [unordered-containers] Build with /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6.
  1824. 1625.20 s [unordered-containers] Phase: unpackPhase
  1825. 1625.29 s [unordered-containers] unpacking source archive /nix/store/46rvk8vjzsagr58a6pqwimivmr0ahxys-unordered-containers-0.2.20.tar.gz
  1826. 1625.30 s [unordered-containers] source root is unordered-containers-0.2.20
  1827. 1625.32 s [unordered-containers] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file unordered-containers-0.2.20/unordered-containers.cabal
  1828. 1625.32 s [unordered-containers] Phase: patchPhase
  1829. 1625.33 s [unordered-containers] Replace Cabal file with edited version from mirror://hackage/unordered-containers-0.2.20/revision/3.cabal.
  1830. 1625.34 s [unordered-containers] Phase: compileBuildDriverPhase
  1831. 1625.34 s [unordered-containers] setupCompileFlags: -package-db=/build/tmp.2WoGNHb8M6/setup-package.conf.d -threaded
  1832. 1625.44 s [unordered-containers] [1 of 1] Compiling Main ( Setup.hs, /build/tmp.2WoGNHb8M6/Main.o )
  1833. 1625.55 s [unordered-containers] Linking Setup ...
  1834. 1627.39 s [unordered-containers] Phase: updateAutotoolsGnuConfigScriptsPhase
  1835. 1627.41 s [unordered-containers] Phase: configurePhase
  1836. 1627.42 s [unordered-containers] configureFlags: --verbose --prefix=/nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/f20p0rx07qykdf55xas27m0gpmc3dnll-unordered-containers-0.2.20-doc/share/doc/unordered-containers-0.2.20 --with-gcc=gcc --package-db=/build/tmp.2WoGNHb8M6/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/z7ndn3k8zfjrf713gq443q7a2ixzaab5-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r25i9ffbldgn22436psygd7ivbvs3qq8-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  1837. 1628.01 s [unordered-containers] Using Parsec parser
  1838. 1628.01 s [unordered-containers] Configuring unordered-containers-0.2.20...
  1839. 1628.01 s [unordered-containers] Flags chosen: debug=False
  1840. 1628.01 s [unordered-containers] Dependency base >=4.10 && <5: using base-4.16.4.0
  1841. 1628.01 s [unordered-containers] Dependency deepseq >=1.4.3: using deepseq-1.4.6.1
  1842. 1628.01 s [unordered-containers] Dependency hashable >=1.4 && <1.6: using hashable-1.4.4.0
  1843. 1628.01 s [unordered-containers] Dependency template-haskell <2.23: using template-haskell-2.18.0.0
  1844. 1628.01 s [unordered-containers] Dependency ChasingBottoms: using ChasingBottoms-1.3.1.15
  1845. 1628.01 s [unordered-containers] Dependency HUnit: using HUnit-1.6.2.0
  1846. 1628.01 s [unordered-containers] Dependency QuickCheck >=2.4.0.1: using QuickCheck-2.14.3
  1847. 1628.01 s [unordered-containers] Dependency base: using base-4.16.4.0
  1848. 1628.01 s [unordered-containers] Dependency containers >=0.5.8: using containers-0.6.5.1
  1849. 1628.01 s [unordered-containers] Dependency hashable: using hashable-1.4.4.0
  1850. 1628.01 s [unordered-containers] Dependency nothunks >=0.1.3: using nothunks-0.1.5
  1851. 1628.01 s [unordered-containers] Dependency random: using random-1.2.1.2
  1852. 1628.01 s [unordered-containers] Dependency tasty >=1.4.0.3: using tasty-1.4.3
  1853. 1628.01 s [unordered-containers] Dependency tasty-hunit >=0.10.0.3: using tasty-hunit-0.10.2
  1854. 1628.01 s [unordered-containers] Dependency tasty-quickcheck >=0.10.1.2: using tasty-quickcheck-0.10.2
  1855. 1628.01 s [unordered-containers] Dependency unordered-containers: using unordered-containers-0.2.20
  1856. 1628.39 s [unordered-containers] Source component graph:
  1857. 1628.39 s [unordered-containers] component lib
  1858. 1628.39 s [unordered-containers] component test:unordered-containers-tests dependency lib
  1859. 1628.39 s [unordered-containers] Configured component graph:
  1860. 1628.39 s [unordered-containers] component unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  1861. 1628.39 s [unordered-containers] include base-4.16.4.0
  1862. 1628.39 s [unordered-containers] include deepseq-1.4.6.1
  1863. 1628.39 s [unordered-containers] include hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  1864. 1628.39 s [unordered-containers] include template-haskell-2.18.0.0
  1865. 1628.39 s [unordered-containers] component unordered-containers-0.2.20-4GRdRkQOl8v7nBFSV5rTHc-unordered-containers-tests
  1866. 1628.39 s [unordered-containers] include ChasingBottoms-1.3.1.15-BJPWQS7fULpDnHJjGZiqCC
  1867. 1628.39 s [unordered-containers] include HUnit-1.6.2.0-G5uPb6gbD8g4JulXHf1k9a
  1868. 1628.39 s [unordered-containers] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  1869. 1628.39 s [unordered-containers] include base-4.16.4.0
  1870. 1628.39 s [unordered-containers] include containers-0.6.5.1
  1871. 1628.39 s [unordered-containers] include hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  1872. 1628.39 s [unordered-containers] include nothunks-0.1.5-CEFJJWs6X8FIw9jj0LMZvw
  1873. 1628.39 s [unordered-containers] include random-1.2.1.2-5ZzjSppKGSC4tnapwFefmp
  1874. 1628.39 s [unordered-containers] include tasty-1.4.3-HYc4ATTr1lV8Z6B5tXgEig
  1875. 1628.39 s [unordered-containers] include tasty-hunit-0.10.2-BeGZrx0PcDrAp3IEr8Xnqm
  1876. 1628.39 s [unordered-containers] include tasty-quickcheck-0.10.2-C9PiOjHkkdiHiEHp58KrpU
  1877. 1628.39 s [unordered-containers] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  1878. 1628.39 s [unordered-containers] Linked component graph:
  1879. 1628.39 s [unordered-containers] unit unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  1880. 1628.39 s [unordered-containers] include base-4.16.4.0
  1881. 1628.39 s [unordered-containers] include deepseq-1.4.6.1
  1882. 1628.39 s [unordered-containers] include hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  1883. 1628.39 s [unordered-containers] include template-haskell-2.18.0.0
  1884. 1628.39 s [unordered-containers] Data.HashMap.Internal=unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd:Data.HashMap.Internal,Data.HashMap.Internal.Array=unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd:Data.HashMap.Internal.Array,Data.HashMap.Internal.Debug=unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd:Data.HashMap.Internal.Debug,Data.HashMap.Internal.List=unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd:Data.HashMap.Internal.List,Data.HashMap.Internal.Strict=unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd:Data.HashMap.Internal.Strict,Data.HashMap.Lazy=unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd:Data.HashMap.Lazy,Data.HashMap.Strict=unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd:Data.HashMap.Strict,Data.HashSet=unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd:Data.HashSet,Data.HashSet.Internal=unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd:Data.HashSet.Internal
  1885. 1628.39 s [unordered-containers] unit unordered-containers-0.2.20-4GRdRkQOl8v7nBFSV5rTHc-unordered-containers-tests
  1886. 1628.39 s [unordered-containers] include ChasingBottoms-1.3.1.15-BJPWQS7fULpDnHJjGZiqCC
  1887. 1628.39 s [unordered-containers] include HUnit-1.6.2.0-G5uPb6gbD8g4JulXHf1k9a
  1888. 1628.39 s [unordered-containers] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  1889. 1628.39 s [unordered-containers] include base-4.16.4.0
  1890. 1628.39 s [unordered-containers] include containers-0.6.5.1
  1891. 1628.39 s [unordered-containers] include hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  1892. 1628.39 s [unordered-containers] include nothunks-0.1.5-CEFJJWs6X8FIw9jj0LMZvw
  1893. 1628.39 s [unordered-containers] include random-1.2.1.2-5ZzjSppKGSC4tnapwFefmp
  1894. 1628.39 s [unordered-containers] include tasty-1.4.3-HYc4ATTr1lV8Z6B5tXgEig
  1895. 1628.39 s [unordered-containers] include tasty-hunit-0.10.2-BeGZrx0PcDrAp3IEr8Xnqm
  1896. 1628.39 s [unordered-containers] include tasty-quickcheck-0.10.2-C9PiOjHkkdiHiEHp58KrpU
  1897. 1628.39 s [unordered-containers] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  1898. 1628.39 s [unordered-containers] Ready component graph:
  1899. 1628.39 s [unordered-containers] definite unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  1900. 1628.39 s [unordered-containers] depends base-4.16.4.0
  1901. 1628.39 s [unordered-containers] depends deepseq-1.4.6.1
  1902. 1628.39 s [unordered-containers] depends hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  1903. 1628.39 s [unordered-containers] depends template-haskell-2.18.0.0
  1904. 1628.39 s [unordered-containers] definite unordered-containers-0.2.20-4GRdRkQOl8v7nBFSV5rTHc-unordered-containers-tests
  1905. 1628.39 s [unordered-containers] depends ChasingBottoms-1.3.1.15-BJPWQS7fULpDnHJjGZiqCC
  1906. 1628.39 s [unordered-containers] depends HUnit-1.6.2.0-G5uPb6gbD8g4JulXHf1k9a
  1907. 1628.39 s [unordered-containers] depends QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  1908. 1628.39 s [unordered-containers] depends base-4.16.4.0
  1909. 1628.39 s [unordered-containers] depends containers-0.6.5.1
  1910. 1628.39 s [unordered-containers] depends hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  1911. 1628.39 s [unordered-containers] depends nothunks-0.1.5-CEFJJWs6X8FIw9jj0LMZvw
  1912. 1628.39 s [unordered-containers] depends random-1.2.1.2-5ZzjSppKGSC4tnapwFefmp
  1913. 1628.39 s [unordered-containers] depends tasty-1.4.3-HYc4ATTr1lV8Z6B5tXgEig
  1914. 1628.39 s [unordered-containers] depends tasty-hunit-0.10.2-BeGZrx0PcDrAp3IEr8Xnqm
  1915. 1628.39 s [unordered-containers] depends tasty-quickcheck-0.10.2-C9PiOjHkkdiHiEHp58KrpU
  1916. 1628.39 s [unordered-containers] depends unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  1917. 1628.39 s [unordered-containers] Using Cabal-3.6.3.0 compiled by ghc-9.2
  1918. 1628.39 s [unordered-containers] Using compiler: ghc-9.2.6
  1919. 1628.39 s [unordered-containers] Using install prefix:
  1920. 1628.39 s [unordered-containers] /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20
  1921. 1628.39 s [unordered-containers] Executables installed in:
  1922. 1628.39 s [unordered-containers] /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20/bin
  1923. 1628.39 s [unordered-containers] Libraries installed in:
  1924. 1628.39 s [unordered-containers] /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  1925. 1628.39 s [unordered-containers] Dynamic Libraries installed in:
  1926. 1628.40 s [unordered-containers] /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6
  1927. 1628.40 s [unordered-containers] Private executables installed in:
  1928. 1628.40 s [unordered-containers] /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20/libexec/x86_64-linux-ghc-9.2.6/unordered-containers-0.2.20
  1929. 1628.40 s [unordered-containers] Data files installed in:
  1930. 1628.40 s [unordered-containers] /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20/share/x86_64-linux-ghc-9.2.6/unordered-containers-0.2.20
  1931. 1628.40 s [unordered-containers] Documentation installed in:
  1932. 1628.40 s [unordered-containers] /nix/store/f20p0rx07qykdf55xas27m0gpmc3dnll-unordered-containers-0.2.20-doc/share/doc/unordered-containers-0.2.20
  1933. 1628.40 s [unordered-containers] Configuration files installed in:
  1934. 1628.40 s [unordered-containers] /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20/etc
  1935. 1628.40 s [unordered-containers] No alex found
  1936. 1628.40 s [unordered-containers] Using ar found on system at:
  1937. 1628.40 s [unordered-containers] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  1938. 1628.40 s [unordered-containers] No c2hs found
  1939. 1628.40 s [unordered-containers] No cpphs found
  1940. 1628.40 s [unordered-containers] No doctest found
  1941. 1628.40 s [unordered-containers] Using gcc version 13.3.0 given by user at:
  1942. 1628.40 s [unordered-containers] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  1943. 1628.40 s [unordered-containers] Using ghc version 9.2.6 found on system at:
  1944. 1628.40 s [unordered-containers] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc
  1945. 1628.40 s [unordered-containers] Using ghc-pkg version 9.2.6 found on system at:
  1946. 1628.40 s [unordered-containers] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc-pkg-9.2.6
  1947. 1628.40 s [unordered-containers] No ghcjs found
  1948. 1628.40 s [unordered-containers] No ghcjs-pkg found
  1949. 1628.40 s [unordered-containers] No greencard found
  1950. 1628.40 s [unordered-containers] Using haddock version 2.26.0 found on system at:
  1951. 1628.40 s [unordered-containers] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/haddock-ghc-9.2.6
  1952. 1628.40 s [unordered-containers] No happy found
  1953. 1628.40 s [unordered-containers] Using haskell-suite found on system at: haskell-suite-dummy-location
  1954. 1628.40 s [unordered-containers] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1955. 1628.40 s [unordered-containers] No hmake found
  1956. 1628.40 s [unordered-containers] Using hpc version 0.68 found on system at:
  1957. 1628.40 s [unordered-containers] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hpc
  1958. 1628.40 s [unordered-containers] Using hsc2hs version 0.68.8 found on system at:
  1959. 1628.40 s [unordered-containers] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hsc2hs
  1960. 1628.40 s [unordered-containers] Using hscolour version 1.25 found on system at:
  1961. 1628.40 s [unordered-containers] /nix/store/7rcsa1qyv53y8x7irr5n5jwpgc6zb0fv-hscolour-1.25/bin/HsColour
  1962. 1628.40 s [unordered-containers] No jhc found
  1963. 1628.40 s [unordered-containers] Using ld found on system at:
  1964. 1628.40 s [unordered-containers] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  1965. 1628.40 s [unordered-containers] No pkg-config found
  1966. 1628.40 s [unordered-containers] Using runghc version 9.2.6 found on system at:
  1967. 1628.40 s [unordered-containers] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/runghc-9.2.6
  1968. 1628.40 s [unordered-containers] Using strip version 2.43 found on system at:
  1969. 1628.40 s [unordered-containers] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  1970. 1628.40 s [unordered-containers] Using tar found on system at:
  1971. 1628.40 s [unordered-containers] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  1972. 1628.40 s [unordered-containers] No uhc found
  1973. 1628.41 s [unordered-containers] Phase: buildPhase
  1974. 1628.52 s [unordered-containers] Preprocessing library for unordered-containers-0.2.20..
  1975. 1628.53 s [unordered-containers] Building library for unordered-containers-0.2.20..
  1976. 1628.87 s [unordered-containers] [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.o, dist/build/Data/HashMap/Internal/Array.dyn_o )
  1977. 1630.03 s [unordered-containers] [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.o, dist/build/Data/HashMap/Internal/List.dyn_o )
  1978. 1630.03 s [unordered-containers] [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.o, dist/build/Data/HashMap/Internal.dyn_o )
  1979. 1639.11 s [unordered-containers] [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.o, dist/build/Data/HashMap/Internal/Debug.dyn_o )
  1980. 1639.63 s [unordered-containers] [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.o, dist/build/Data/HashMap/Internal/Strict.dyn_o )
  1981. 1642.29 s [unordered-containers] [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.o, dist/build/Data/HashSet/Internal.dyn_o )
  1982. 1642.29 s [unordered-containers] [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o )
  1983. 1642.29 s [unordered-containers] [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o, dist/build/Data/HashMap/Strict.dyn_o )
  1984. 1642.32 s [unordered-containers] [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o, dist/build/Data/HashMap/Lazy.dyn_o )
  1985. 1642.84 s [unordered-containers] [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.p_o )
  1986. 1644.43 s [unordered-containers] [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.p_o )
  1987. 1644.43 s [unordered-containers] [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.p_o )
  1988. 1664.64 s [unordered-containers] [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.p_o )
  1989. 1665.60 s [unordered-containers] [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.p_o )
  1990. 1670.68 s [unordered-containers] [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.p_o )
  1991. 1670.68 s [unordered-containers] [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.p_o )
  1992. 1670.68 s [unordered-containers] [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.p_o )
  1993. 1670.89 s [unordered-containers] [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.p_o )
  1994. 1672.98 s [unordered-containers] Preprocessing test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
  1995. 1672.99 s [unordered-containers] Building test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
  1996. 1673.29 s [unordered-containers] [1 of 9] Compiling Properties.List ( tests/Properties/List.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties/List.o )
  1997. 1673.68 s [unordered-containers] [2 of 9] Compiling Regressions ( tests/Regressions.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Regressions.o )
  1998. 1677.98 s [unordered-containers] [3 of 9] Compiling Util.Key ( tests/Util/Key.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Util/Key.o )
  1999. 1677.98 s [unordered-containers] [4 of 9] Compiling Strictness ( tests/Strictness.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Strictness.o )
  2000. 1677.98 s [unordered-containers] [5 of 9] Compiling Properties.HashSet ( tests/Properties/HashSet.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties/HashSet.o )
  2001. 1677.98 s [unordered-containers] [6 of 9] Compiling Properties.HashMapStrict ( tests/Properties/HashMapStrict.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties/HashMapStrict.o )
  2002. 1688.74 s [unordered-containers] [7 of 9] Compiling Properties.HashMapLazy ( tests/Properties/HashMapLazy.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties/HashMapLazy.o )
  2003. 1688.74 s [unordered-containers] [8 of 9] Compiling Properties ( tests/Properties.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties.o )
  2004. 1688.77 s [unordered-containers] [9 of 9] Compiling Main ( tests/Main.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Main.o )
  2005. 1689.55 s [unordered-containers] Linking dist/build/unordered-containers-tests/unordered-containers-tests ...
  2006. 1690.89 s [unordered-containers] buildPhase completed in 1 minutes 3 seconds
  2007. 1690.89 s [unordered-containers] Phase: checkPhase
  2008. 1690.94 s [unordered-containers] Running 1 test suites...
  2009. 1690.94 s [unordered-containers] Test suite unordered-containers-tests: RUNNING...
  2010. 1690.98 s [unordered-containers] All
  2011. 1690.98 s [unordered-containers] Properties
  2012. 1690.98 s [unordered-containers] Data.HashMap.Lazy
  2013. 1690.98 s [unordered-containers] instances
  2014. 1690.98 s [unordered-containers] Eq
  2015. 1690.98 s [unordered-containers] ==: OK (0.01s)
  2016. 1690.98 s [unordered-containers] +++ OK, passed 100 tests.
  2017. 1690.99 s [unordered-containers] /=: OK (0.01s)
  2018. 1690.99 s [unordered-containers] +++ OK, passed 100 tests.
  2019. 1690.99 s [unordered-containers] Ord
  2020. 1690.99 s [unordered-containers] compare reflexive: OK
  2021. 1690.99 s [unordered-containers] +++ OK, passed 100 tests.
  2022. 1690.99 s [unordered-containers] compare transitive: OK (0.03s)
  2023. 1690.99 s [unordered-containers] +++ OK, passed 100 tests.
  2024. 1690.99 s [unordered-containers] compare antisymmetric: OK (0.03s)
  2025. 1690.99 s [unordered-containers] +++ OK, passed 100 tests.
  2026. 1690.99 s [unordered-containers] Ord => Eq: OK
  2027. 1690.99 s [unordered-containers] +++ OK, passed 100 tests.
  2028. 1691.41 s [unordered-containers] Read/Show: OK (0.41s)
  2029. 1691.41 s [unordered-containers] +++ OK, passed 100 tests.
  2030. 1691.41 s [unordered-containers] Functor: OK (0.04s)
  2031. 1691.41 s [unordered-containers] +++ OK, passed 100 tests.
  2032. 1691.41 s [unordered-containers] Foldable: OK
  2033. 1691.41 s [unordered-containers] +++ OK, passed 100 tests.
  2034. 1691.41 s [unordered-containers] Bifoldable
  2035. 1691.45 s [unordered-containers] bifoldMap: OK
  2036. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2037. 1691.45 s [unordered-containers] bifoldr: OK
  2038. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2039. 1691.45 s [unordered-containers] bifoldl: OK
  2040. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2041. 1691.45 s [unordered-containers] Hashable: OK (0.02s)
  2042. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2043. 1691.45 s [unordered-containers] empty
  2044. 1691.45 s [unordered-containers] valid: OK
  2045. 1691.45 s [unordered-containers] +++ OK, passed 1 test.
  2046. 1691.45 s [unordered-containers] singleton
  2047. 1691.45 s [unordered-containers] valid: OK
  2048. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2049. 1691.45 s [unordered-containers] size: OK (0.02s)
  2050. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2051. 1691.45 s [unordered-containers] member: OK
  2052. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2053. 1691.45 s [unordered-containers] lookup: OK (0.02s)
  2054. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2055. 1691.45 s [unordered-containers] !?: OK
  2056. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2057. 1691.45 s [unordered-containers] insert
  2058. 1691.45 s [unordered-containers] model: OK (0.02s)
  2059. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2060. 1691.45 s [unordered-containers] valid: OK (0.01s)
  2061. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2062. 1691.45 s [unordered-containers] insertWith
  2063. 1691.45 s [unordered-containers] insertWith: OK
  2064. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2065. 1691.45 s [unordered-containers] valid: OK (0.01s)
  2066. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2067. 1691.45 s [unordered-containers] delete
  2068. 1691.45 s [unordered-containers] model: OK
  2069. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2070. 1691.45 s [unordered-containers] valid: OK
  2071. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2072. 1691.45 s [unordered-containers] adjust
  2073. 1691.45 s [unordered-containers] model: OK (0.02s)
  2074. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2075. 1691.45 s [unordered-containers] valid: OK (0.02s)
  2076. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2077. 1691.45 s [unordered-containers] update
  2078. 1691.45 s [unordered-containers] model: OK (0.01s)
  2079. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2080. 1691.45 s [unordered-containers] valid: OK (0.02s)
  2081. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2082. 1691.45 s [unordered-containers] alter
  2083. 1691.45 s [unordered-containers] model: OK (0.02s)
  2084. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2085. 1691.45 s [unordered-containers] valid: OK (0.02s)
  2086. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2087. 1691.45 s [unordered-containers] alterF
  2088. 1691.45 s [unordered-containers] model
  2089. 1691.45 s [unordered-containers] []: OK (0.24s)
  2090. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2091. 1691.45 s [unordered-containers] adjust: OK
  2092. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2093. 1691.45 s [unordered-containers] insert: OK
  2094. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2095. 1691.45 s [unordered-containers] insertWith: OK
  2096. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2097. 1691.45 s [unordered-containers] delete: OK (0.02s)
  2098. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2099. 1691.45 s [unordered-containers] lookup: OK
  2100. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2101. 1691.45 s [unordered-containers] valid: OK (0.03s)
  2102. 1691.45 s [unordered-containers] +++ OK, passed 100 tests.
  2103. 1691.45 s [unordered-containers] isSubmapOf
  2104. 1691.46 s [unordered-containers] model: OK (0.02s)
  2105. 1691.46 s [unordered-containers] +++ OK, passed 100 tests.
  2106. 1691.46 s [unordered-containers] m ⊆ m: OK (0.01s)
  2107. 1691.46 s [unordered-containers] +++ OK, passed 100 tests.
  2108. 1691.46 s [unordered-containers] m1 ⊆ m1 ∪ m2: OK
  2109. 1691.46 s [unordered-containers] +++ OK, passed 100 tests.
  2110. 1691.46 s [unordered-containers] m1 ⊈ m2 ⇒ m1 ∪ m2 ⊈ m1: OK (0.01s)
  2111. 1691.46 s [unordered-containers] +++ OK, passed 100 tests; 18 discarded.
  2112. 1691.46 s [unordered-containers] m1\m2 ⊆ m1: OK
  2113. 1691.46 s [unordered-containers] +++ OK, passed 100 tests.
  2114. 1691.46 s [unordered-containers] m1 ∩ m2 ≠ ∅ ⇒ m1 ⊈ m1\m2 : OK (0.03s)
  2115. 1691.46 s [unordered-containers] +++ OK, passed 100 tests; 113 discarded.
  2116. 1691.46 s [unordered-containers] delete k m ⊆ m: OK
  2117. 1691.46 s [unordered-containers] +++ OK, passed 100 tests; 21 discarded.
  2118. 1691.46 s [unordered-containers] m ⊈ delete k m : OK
  2119. 1691.46 s [unordered-containers] +++ OK, passed 100 tests; 22 discarded.
  2120. 1691.46 s [unordered-containers] k ∉ m ⇒ m ⊆ insert k v m: OK
  2121. 1691.46 s [unordered-containers] +++ OK, passed 100 tests; 8 discarded.
  2122. 1691.46 s [unordered-containers] k ∉ m ⇒ insert k v m ⊈ m: OK
  2123. 1691.46 s [unordered-containers] +++ OK, passed 100 tests; 6 discarded.
  2124. 1691.46 s [unordered-containers] union
  2125. 1691.46 s [unordered-containers] model: OK (0.03s)
  2126. 1691.46 s [unordered-containers] +++ OK, passed 100 tests.
  2127. 1691.46 s [unordered-containers] valid: OK (0.03s)
  2128. 1691.46 s [unordered-containers] +++ OK, passed 100 tests.
  2129. 1691.46 s [unordered-containers] unionWith
  2130. 1691.46 s [unordered-containers] model: OK (0.05s)
  2131. 1691.46 s [unordered-containers] +++ OK, passed 100 tests.
  2132. 1691.46 s [unordered-containers] valid: OK
  2133. 1691.46 s [unordered-containers] +++ OK, passed 100 tests.
  2134. 1691.46 s [unordered-containers] unionWithKey
  2135. 1691.46 s [unordered-containers] model: OK (0.07s)
  2136. 1691.46 s [unordered-containers] +++ OK, passed 100 tests.
  2137. 1691.46 s [unordered-containers] valid: OK
  2138. 1691.46 s [unordered-containers] +++ OK, passed 100 tests.
  2139. 1691.47 s [unordered-containers] unions
  2140. 1692.97 s [unordered-containers] model: OK (1.95s)
  2141. 1692.97 s [unordered-containers] +++ OK, passed 100 tests.
  2142. 1692.97 s [unordered-containers] valid: OK (0.66s)
  2143. 1692.97 s [unordered-containers] +++ OK, passed 100 tests.
  2144. 1692.97 s [unordered-containers] difference
  2145. 1692.97 s [unordered-containers] model: OK (0.03s)
  2146. 1692.97 s [unordered-containers] +++ OK, passed 100 tests.
  2147. 1692.97 s [unordered-containers] valid: OK (0.02s)
  2148. 1692.97 s [unordered-containers] +++ OK, passed 100 tests.
  2149. 1692.97 s [unordered-containers] differenceWith
  2150. 1692.97 s [unordered-containers] model: OK (0.04s)
  2151. 1692.97 s [unordered-containers] +++ OK, passed 100 tests.
  2152. 1692.97 s [unordered-containers] valid: OK (0.03s)
  2153. 1692.97 s [unordered-containers] +++ OK, passed 100 tests.
  2154. 1692.97 s [unordered-containers] intersection
  2155. 1692.97 s [unordered-containers] model: OK
  2156. 1692.97 s [unordered-containers] +++ OK, passed 100 tests.
  2157. 1692.97 s [unordered-containers] valid: OK
  2158. 1692.97 s [unordered-containers] +++ OK, passed 100 tests.
  2159. 1692.98 s [unordered-containers] intersectionWith
  2160. 1692.98 s [unordered-containers] model: OK (0.02s)
  2161. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2162. 1692.98 s [unordered-containers] valid: OK
  2163. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2164. 1692.98 s [unordered-containers] intersectionWithKey
  2165. 1692.98 s [unordered-containers] model: OK (0.11s)
  2166. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2167. 1692.98 s [unordered-containers] valid: OK (0.02s)
  2168. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2169. 1692.98 s [unordered-containers] compose
  2170. 1692.98 s [unordered-containers] valid: OK
  2171. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2172. 1692.98 s [unordered-containers] map
  2173. 1692.98 s [unordered-containers] model: OK (0.17s)
  2174. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2175. 1692.98 s [unordered-containers] valid: OK
  2176. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2177. 1692.98 s [unordered-containers] traverseWithKey
  2178. 1692.98 s [unordered-containers] model: OK (0.52s)
  2179. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2180. 1692.98 s [unordered-containers] valid: OK (0.03s)
  2181. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2182. 1692.98 s [unordered-containers] mapKeys
  2183. 1692.98 s [unordered-containers] model: OK (0.01s)
  2184. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2185. 1692.98 s [unordered-containers] valid: OK (0.82s)
  2186. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2187. 1692.98 s [unordered-containers] foldr: OK (0.03s)
  2188. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2189. 1692.98 s [unordered-containers] foldl: OK (0.05s)
  2190. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2191. 1692.98 s [unordered-containers] foldrWithKey: OK (0.02s)
  2192. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2193. 1692.98 s [unordered-containers] foldlWithKey: OK (0.01s)
  2194. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2195. 1692.98 s [unordered-containers] foldrWithKey': OK
  2196. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2197. 1692.98 s [unordered-containers] foldlWithKey': OK
  2198. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2199. 1692.98 s [unordered-containers] foldl': OK
  2200. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2201. 1692.98 s [unordered-containers] foldr': OK (0.02s)
  2202. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2203. 1692.98 s [unordered-containers] foldMapWithKey: OK (0.05s)
  2204. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2205. 1692.98 s [unordered-containers] filter
  2206. 1692.98 s [unordered-containers] model: OK (0.18s)
  2207. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2208. 1692.98 s [unordered-containers] valid: OK (0.09s)
  2209. 1692.98 s [unordered-containers] +++ OK, passed 100 tests.
  2210. 1692.98 s [unordered-containers] filterWithKey
  2211. 1693.60 s [unordered-containers] model: OK (2.48s)
  2212. 1693.60 s [unordered-containers] +++ OK, passed 100 tests.
  2213. 1693.60 s [unordered-containers] valid: OK (1.57s)
  2214. 1693.60 s [unordered-containers] +++ OK, passed 100 tests.
  2215. 1693.60 s [unordered-containers] mapMaybe
  2216. 1693.60 s [unordered-containers] model: OK (0.14s)
  2217. 1693.60 s [unordered-containers] +++ OK, passed 100 tests.
  2218. 1693.60 s [unordered-containers] valid: OK (0.06s)
  2219. 1693.60 s [unordered-containers] +++ OK, passed 100 tests.
  2220. 1693.60 s [unordered-containers] mapMaybeWithKey
  2221. 1694.00 s [unordered-containers] model: OK (2.88s)
  2222. 1694.00 s [unordered-containers] +++ OK, passed 100 tests.
  2223. 1694.00 s [unordered-containers] valid: OK (2.01s)
  2224. 1694.00 s [unordered-containers] +++ OK, passed 100 tests.
  2225. 1694.00 s [unordered-containers] elems: OK (0.02s)
  2226. 1694.00 s [unordered-containers] +++ OK, passed 100 tests.
  2227. 1694.00 s [unordered-containers] keys: OK (0.02s)
  2228. 1694.00 s [unordered-containers] +++ OK, passed 100 tests.
  2229. 1694.00 s [unordered-containers] fromList
  2230. 1694.00 s [unordered-containers] model: OK (0.02s)
  2231. 1694.00 s [unordered-containers] +++ OK, passed 100 tests.
  2232. 1694.00 s [unordered-containers] valid: OK (0.02s)
  2233. 1694.00 s [unordered-containers] +++ OK, passed 100 tests.
  2234. 1694.00 s [unordered-containers] fromListWith
  2235. 1694.00 s [unordered-containers] model: OK (0.01s)
  2236. 1694.00 s [unordered-containers] +++ OK, passed 100 tests.
  2237. 1694.00 s [unordered-containers] valid: OK
  2238. 1694.00 s [unordered-containers] +++ OK, passed 100 tests.
  2239. 1694.00 s [unordered-containers] fromListWithKey
  2240. 1694.00 s [unordered-containers] model: OK (0.01s)
  2241. 1694.00 s [unordered-containers] +++ OK, passed 100 tests.
  2242. 1694.00 s [unordered-containers] valid: OK
  2243. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2244. 1694.01 s [unordered-containers] toList: OK (0.04s)
  2245. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2246. 1694.01 s [unordered-containers] Data.HashMap.Strict
  2247. 1694.01 s [unordered-containers] instances
  2248. 1694.01 s [unordered-containers] Eq
  2249. 1694.01 s [unordered-containers] ==: OK (0.05s)
  2250. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2251. 1694.01 s [unordered-containers] /=: OK (0.06s)
  2252. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2253. 1694.01 s [unordered-containers] Ord
  2254. 1694.01 s [unordered-containers] compare reflexive: OK (0.01s)
  2255. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2256. 1694.01 s [unordered-containers] compare transitive: OK
  2257. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2258. 1694.01 s [unordered-containers] compare antisymmetric: OK (0.03s)
  2259. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2260. 1694.01 s [unordered-containers] Ord => Eq: OK (0.01s)
  2261. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2262. 1694.01 s [unordered-containers] Read/Show: OK (0.69s)
  2263. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2264. 1694.01 s [unordered-containers] Functor: OK (0.21s)
  2265. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2266. 1694.01 s [unordered-containers] Foldable: OK (0.04s)
  2267. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2268. 1694.01 s [unordered-containers] Bifoldable
  2269. 1694.01 s [unordered-containers] bifoldMap: OK (0.01s)
  2270. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2271. 1694.01 s [unordered-containers] bifoldr: OK (0.01s)
  2272. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2273. 1694.01 s [unordered-containers] bifoldl: OK (0.05s)
  2274. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2275. 1694.01 s [unordered-containers] Hashable: OK (0.06s)
  2276. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2277. 1694.01 s [unordered-containers] empty
  2278. 1694.01 s [unordered-containers] valid: OK
  2279. 1694.01 s [unordered-containers] +++ OK, passed 1 test.
  2280. 1694.01 s [unordered-containers] singleton
  2281. 1694.01 s [unordered-containers] valid: OK
  2282. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2283. 1694.01 s [unordered-containers] size: OK
  2284. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2285. 1694.01 s [unordered-containers] member: OK (0.04s)
  2286. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2287. 1694.01 s [unordered-containers] lookup: OK (0.03s)
  2288. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2289. 1694.01 s [unordered-containers] !?: OK (0.04s)
  2290. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2291. 1694.01 s [unordered-containers] insert
  2292. 1694.01 s [unordered-containers] model: OK (0.02s)
  2293. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2294. 1694.01 s [unordered-containers] valid: OK (0.05s)
  2295. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2296. 1694.01 s [unordered-containers] insertWith
  2297. 1694.01 s [unordered-containers] insertWith: OK (0.04s)
  2298. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2299. 1694.01 s [unordered-containers] valid: OK (0.04s)
  2300. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2301. 1694.01 s [unordered-containers] delete
  2302. 1694.01 s [unordered-containers] model: OK (0.03s)
  2303. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2304. 1694.01 s [unordered-containers] valid: OK
  2305. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2306. 1694.01 s [unordered-containers] adjust
  2307. 1694.01 s [unordered-containers] model: OK (0.04s)
  2308. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2309. 1694.01 s [unordered-containers] valid: OK
  2310. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2311. 1694.01 s [unordered-containers] update
  2312. 1694.01 s [unordered-containers] model: OK (0.05s)
  2313. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2314. 1694.01 s [unordered-containers] valid: OK (0.04s)
  2315. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2316. 1694.01 s [unordered-containers] alter
  2317. 1694.01 s [unordered-containers] model: OK (0.03s)
  2318. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2319. 1694.01 s [unordered-containers] valid: OK (0.05s)
  2320. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2321. 1694.01 s [unordered-containers] alterF
  2322. 1694.01 s [unordered-containers] model
  2323. 1694.01 s [unordered-containers] []: OK (0.23s)
  2324. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2325. 1694.01 s [unordered-containers] adjust: OK (0.04s)
  2326. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2327. 1694.01 s [unordered-containers] insert: OK (0.03s)
  2328. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2329. 1694.01 s [unordered-containers] insertWith: OK (0.03s)
  2330. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2331. 1694.01 s [unordered-containers] delete: OK (0.05s)
  2332. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2333. 1694.01 s [unordered-containers] lookup: OK (0.02s)
  2334. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2335. 1694.01 s [unordered-containers] valid: OK (0.14s)
  2336. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2337. 1694.01 s [unordered-containers] isSubmapOf
  2338. 1694.01 s [unordered-containers] model: OK (0.07s)
  2339. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2340. 1694.01 s [unordered-containers] m ⊆ m: OK
  2341. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2342. 1694.01 s [unordered-containers] m1 ⊆ m1 ∪ m2: OK (0.02s)
  2343. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2344. 1694.01 s [unordered-containers] m1 ⊈ m2 ⇒ m1 ∪ m2 ⊈ m1: OK (0.03s)
  2345. 1694.01 s [unordered-containers] +++ OK, passed 100 tests; 20 discarded.
  2346. 1694.01 s [unordered-containers] m1\m2 ⊆ m1: OK (0.02s)
  2347. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2348. 1694.01 s [unordered-containers] m1 ∩ m2 ≠ ∅ ⇒ m1 ⊈ m1\m2 : OK (0.07s)
  2349. 1694.01 s [unordered-containers] +++ OK, passed 100 tests; 177 discarded.
  2350. 1694.01 s [unordered-containers] delete k m ⊆ m: OK (0.02s)
  2351. 1694.01 s [unordered-containers] +++ OK, passed 100 tests; 17 discarded.
  2352. 1694.01 s [unordered-containers] m ⊈ delete k m : OK
  2353. 1694.01 s [unordered-containers] +++ OK, passed 100 tests; 23 discarded.
  2354. 1694.01 s [unordered-containers] k ∉ m ⇒ m ⊆ insert k v m: OK (0.03s)
  2355. 1694.01 s [unordered-containers] +++ OK, passed 100 tests; 10 discarded.
  2356. 1694.01 s [unordered-containers] k ∉ m ⇒ insert k v m ⊈ m: OK (0.04s)
  2357. 1694.01 s [unordered-containers] +++ OK, passed 100 tests; 3 discarded.
  2358. 1694.01 s [unordered-containers] union
  2359. 1694.01 s [unordered-containers] model: OK (0.11s)
  2360. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2361. 1694.01 s [unordered-containers] valid: OK (0.01s)
  2362. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2363. 1694.01 s [unordered-containers] unionWith
  2364. 1694.01 s [unordered-containers] model: OK (0.13s)
  2365. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2366. 1694.01 s [unordered-containers] valid: OK (0.12s)
  2367. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2368. 1694.01 s [unordered-containers] unionWithKey
  2369. 1694.01 s [unordered-containers] model: OK (0.14s)
  2370. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2371. 1694.01 s [unordered-containers] valid: OK (0.23s)
  2372. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2373. 1694.01 s [unordered-containers] unions
  2374. 1694.01 s [unordered-containers] model: OK (1.67s)
  2375. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2376. 1694.01 s [unordered-containers] valid: OK (1.04s)
  2377. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2378. 1694.01 s [unordered-containers] difference
  2379. 1694.01 s [unordered-containers] model: OK (0.05s)
  2380. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2381. 1694.01 s [unordered-containers] valid: OK (0.11s)
  2382. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2383. 1694.01 s [unordered-containers] differenceWith
  2384. 1694.01 s [unordered-containers] model: OK (0.06s)
  2385. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2386. 1694.01 s [unordered-containers] valid: OK (0.14s)
  2387. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2388. 1694.01 s [unordered-containers] intersection
  2389. 1694.01 s [unordered-containers] model: OK (0.02s)
  2390. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2391. 1694.01 s [unordered-containers] valid: OK (0.09s)
  2392. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2393. 1694.01 s [unordered-containers] intersectionWith
  2394. 1694.01 s [unordered-containers] model: OK (0.11s)
  2395. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2396. 1694.01 s [unordered-containers] valid: OK (0.06s)
  2397. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2398. 1694.01 s [unordered-containers] intersectionWithKey
  2399. 1694.01 s [unordered-containers] model: OK (0.20s)
  2400. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2401. 1694.01 s [unordered-containers] valid: OK (0.11s)
  2402. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2403. 1694.01 s [unordered-containers] compose
  2404. 1694.01 s [unordered-containers] valid: OK (0.02s)
  2405. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2406. 1694.01 s [unordered-containers] map
  2407. 1694.01 s [unordered-containers] model: OK (0.22s)
  2408. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2409. 1694.01 s [unordered-containers] valid: OK (0.11s)
  2410. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2411. 1694.01 s [unordered-containers] traverseWithKey
  2412. 1694.01 s [unordered-containers] model: OK (0.22s)
  2413. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2414. 1694.01 s [unordered-containers] valid: OK (0.09s)
  2415. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2416. 1694.01 s [unordered-containers] mapKeys
  2417. 1694.01 s [unordered-containers] model: OK (0.01s)
  2418. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2419. 1694.01 s [unordered-containers] valid: OK (0.85s)
  2420. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2421. 1694.01 s [unordered-containers] foldr: OK (0.04s)
  2422. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2423. 1694.01 s [unordered-containers] foldl: OK (0.02s)
  2424. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2425. 1694.01 s [unordered-containers] foldrWithKey: OK
  2426. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2427. 1694.01 s [unordered-containers] foldlWithKey: OK (0.03s)
  2428. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2429. 1694.01 s [unordered-containers] foldrWithKey': OK
  2430. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2431. 1694.01 s [unordered-containers] foldlWithKey': OK
  2432. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2433. 1694.01 s [unordered-containers] foldl': OK (0.01s)
  2434. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2435. 1694.01 s [unordered-containers] foldr': OK (0.10s)
  2436. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2437. 1694.01 s [unordered-containers] foldMapWithKey: OK (0.03s)
  2438. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2439. 1694.01 s [unordered-containers] filter
  2440. 1694.01 s [unordered-containers] model: OK (0.18s)
  2441. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2442. 1694.01 s [unordered-containers] valid: OK (0.18s)
  2443. 1694.01 s [unordered-containers] +++ OK, passed 100 tests.
  2444. 1694.01 s [unordered-containers] filterWithKey
  2445. 1694.23 s [unordered-containers] model: OK (2.28s)
  2446. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2447. 1694.23 s [unordered-containers] valid: OK (1.29s)
  2448. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2449. 1694.23 s [unordered-containers] mapMaybe
  2450. 1694.23 s [unordered-containers] model: OK (0.15s)
  2451. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2452. 1694.23 s [unordered-containers] valid: OK (0.13s)
  2453. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2454. 1694.23 s [unordered-containers] mapMaybeWithKey
  2455. 1694.23 s [unordered-containers] model: OK (2.04s)
  2456. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2457. 1694.23 s [unordered-containers] valid: OK (1.31s)
  2458. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2459. 1694.23 s [unordered-containers] elems: OK
  2460. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2461. 1694.23 s [unordered-containers] keys: OK (0.04s)
  2462. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2463. 1694.23 s [unordered-containers] fromList
  2464. 1694.23 s [unordered-containers] model: OK (0.03s)
  2465. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2466. 1694.23 s [unordered-containers] valid: OK (0.04s)
  2467. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2468. 1694.23 s [unordered-containers] fromListWith
  2469. 1694.23 s [unordered-containers] model: OK (0.01s)
  2470. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2471. 1694.23 s [unordered-containers] valid: OK (0.06s)
  2472. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2473. 1694.23 s [unordered-containers] fromListWithKey
  2474. 1694.23 s [unordered-containers] model: OK (0.10s)
  2475. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2476. 1694.23 s [unordered-containers] valid: OK (0.10s)
  2477. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2478. 1694.23 s [unordered-containers] toList: OK (0.03s)
  2479. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2480. 1694.23 s [unordered-containers] Data.HashSet
  2481. 1694.23 s [unordered-containers] instances
  2482. 1694.23 s [unordered-containers] Eq
  2483. 1694.23 s [unordered-containers] ==: OK (0.03s)
  2484. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2485. 1694.23 s [unordered-containers] == permutations: OK (0.04s)
  2486. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2487. 1694.23 s [unordered-containers] /=: OK (0.09s)
  2488. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2489. 1694.23 s [unordered-containers] Ord
  2490. 1694.23 s [unordered-containers] compare reflexive: OK (0.09s)
  2491. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2492. 1694.23 s [unordered-containers] compare transitive: OK (0.07s)
  2493. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2494. 1694.23 s [unordered-containers] compare antisymmetric: OK (0.02s)
  2495. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2496. 1694.23 s [unordered-containers] Ord => Eq: OK (0.06s)
  2497. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2498. 1694.23 s [unordered-containers] Read/Show: OK (0.51s)
  2499. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2500. 1694.23 s [unordered-containers] Foldable: OK (0.03s)
  2501. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2502. 1694.23 s [unordered-containers] Hashable: OK (0.04s)
  2503. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2504. 1694.23 s [unordered-containers] size: OK (0.02s)
  2505. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2506. 1694.23 s [unordered-containers] member: OK (0.02s)
  2507. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2508. 1694.23 s [unordered-containers] insert: OK (0.04s)
  2509. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2510. 1694.23 s [unordered-containers] delete: OK (0.02s)
  2511. 1694.23 s [unordered-containers] +++ OK, passed 100 tests.
  2512. 1694.23 s [unordered-containers] union: OK (0.07s)
  2513. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2514. 1694.24 s [unordered-containers] map: OK (1.37s)
  2515. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2516. 1694.24 s [unordered-containers] foldr: OK (0.05s)
  2517. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2518. 1694.24 s [unordered-containers] foldl': OK (0.03s)
  2519. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2520. 1694.24 s [unordered-containers] filter: OK (1.49s)
  2521. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2522. 1694.24 s [unordered-containers] toList: OK (0.05s)
  2523. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2524. 1694.24 s [unordered-containers] Data.HashMap.Internal.List
  2525. 1694.24 s [unordered-containers] isPermutationBy: OK
  2526. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2527. 1694.24 s [unordered-containers] isPermutationBy of different length: OK (0.01s)
  2528. 1694.24 s [unordered-containers] +++ OK, passed 100 tests; 19 discarded.
  2529. 1694.24 s [unordered-containers] pUnorderedCompare: OK (0.08s)
  2530. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2531. 1694.24 s [unordered-containers] modelUnorderedCompare
  2532. 1694.24 s [unordered-containers] reflexive: OK (0.01s)
  2533. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2534. 1694.24 s [unordered-containers] anti-symmetric: OK
  2535. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2536. 1694.24 s [unordered-containers] transitive: OK
  2537. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2538. 1694.24 s [unordered-containers] Regression tests
  2539. 1694.24 s [unordered-containers] issue32: OK
  2540. 1694.24 s [unordered-containers] issue39a: OK
  2541. 1694.24 s [unordered-containers] issue39b: OK
  2542. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2543. 1694.24 s [unordered-containers] issue254 lazy: OK
  2544. 1694.24 s [unordered-containers] issue254 strict: OK
  2545. 1694.24 s [unordered-containers] issue379
  2546. 1694.24 s [unordered-containers] Lazy.unionWith: OK
  2547. 1694.24 s [unordered-containers] union: OK
  2548. 1694.24 s [unordered-containers] Strict.unionWith: OK
  2549. 1694.24 s [unordered-containers] Strict.unionWithKey: OK
  2550. 1694.24 s [unordered-containers] issue381
  2551. 1694.24 s [unordered-containers] mapMaybe: OK
  2552. 1694.24 s [unordered-containers] mapMaybeWithKey: OK
  2553. 1694.24 s [unordered-containers] issue382: OK (0.01s)
  2554. 1694.24 s [unordered-containers] issue383: OK
  2555. 1694.24 s [unordered-containers] issue420: OK
  2556. 1694.24 s [unordered-containers] Strictness
  2557. 1694.24 s [unordered-containers] HashMap.Strict
  2558. 1694.24 s [unordered-containers] singleton is key-strict: OK
  2559. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2560. 1694.24 s [unordered-containers] singleton is value-strict: OK
  2561. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2562. 1694.24 s [unordered-containers] member is key-strict: OK
  2563. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2564. 1694.24 s [unordered-containers] lookup is key-strict: OK
  2565. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2566. 1694.24 s [unordered-containers] lookupDefault is key-strict: OK
  2567. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2568. 1694.24 s [unordered-containers] findWithDefault is key-strict: OK
  2569. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2570. 1694.24 s [unordered-containers] ! is key-strict: OK
  2571. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2572. 1694.24 s [unordered-containers] delete is key-strict: OK
  2573. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2574. 1694.24 s [unordered-containers] adjust is key-strict: OK
  2575. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2576. 1694.24 s [unordered-containers] adjust is value-strict: OK (0.01s)
  2577. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2578. 1694.24 s [unordered-containers] insert is key-strict: OK
  2579. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2580. 1694.24 s [unordered-containers] insert is value-strict: OK
  2581. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2582. 1694.24 s [unordered-containers] insertWith is key-strict: OK
  2583. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2584. 1694.24 s [unordered-containers] insertWith is value-strict: OK (0.01s)
  2585. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2586. 1694.24 s [unordered-containers] fromList is key-strict: OK
  2587. 1694.24 s [unordered-containers] +++ OK, passed 1 test.
  2588. 1694.24 s [unordered-containers] fromList is value-strict: OK
  2589. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2590. 1694.24 s [unordered-containers] fromListWith is key-strict: OK
  2591. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2592. 1694.24 s [unordered-containers] fromListWith is value-strict: OK
  2593. 1694.24 s [unordered-containers] +++ OK, passed 100 tests.
  2594. 1694.24 s [unordered-containers]
  2595. 1694.24 s [unordered-containers] All 256 tests passed (3.29s)
  2596. 1694.27 s [unordered-containers] Test suite unordered-containers-tests: PASS
  2597. 1694.27 s [unordered-containers] Test suite logged to:
  2598. 1694.27 s [unordered-containers] dist/test/unordered-containers-0.2.20-unordered-containers-tests.log
  2599. 1694.27 s [unordered-containers] 1 of 1 test suites (1 of 1 test cases) passed.
  2600. 1694.28 s [unordered-containers] Phase: haddockPhase
  2601. 1694.50 s [unordered-containers] Preprocessing library for unordered-containers-0.2.20..
  2602. 1694.50 s [unordered-containers] Running Haddock on library for unordered-containers-0.2.20..
  2603. 1694.50 s [unordered-containers] Warning: The documentation for the following packages are not installed. No
  2604. 1694.50 s [unordered-containers] links will be generated to these packages: data-array-byte-0.1.0.1
  2605. 1694.57 s [unordered-containers] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  2606. 1695.74 s [unordered-containers] 33% ( 16 / 48) in 'Data.HashMap.Internal.Array'
  2607. 1695.74 s [unordered-containers] Missing documentation for:
  2608. 1695.74 s [unordered-containers] Array (Data/HashMap/Internal/Array.hs:125)
  2609. 1695.74 s [unordered-containers] MArray (Data/HashMap/Internal/Array.hs:157)
  2610. 1695.74 s [unordered-containers] new_ (Data/HashMap/Internal/Array.hs:207)
  2611. 1695.74 s [unordered-containers] singleton (Data/HashMap/Internal/Array.hs:224)
  2612. 1695.74 s [unordered-containers] singletonM (Data/HashMap/Internal/Array.hs:228)
  2613. 1695.74 s [unordered-containers] snoc (Data/HashMap/Internal/Array.hs:232)
  2614. 1695.74 s [unordered-containers] pair (Data/HashMap/Internal/Array.hs:241)
  2615. 1695.74 s [unordered-containers] length (Data/HashMap/Internal/Array.hs:153)
  2616. 1695.74 s [unordered-containers] lengthM (Data/HashMap/Internal/Array.hs:161)
  2617. 1695.74 s [unordered-containers] read (Data/HashMap/Internal/Array.hs:248)
  2618. 1695.74 s [unordered-containers] write (Data/HashMap/Internal/Array.hs:254)
  2619. 1695.74 s [unordered-containers] index (Data/HashMap/Internal/Array.hs:261)
  2620. 1695.74 s [unordered-containers] indexM (Data/HashMap/Internal/Array.hs:273)
  2621. 1695.74 s [unordered-containers] index# (Data/HashMap/Internal/Array.hs:267)
  2622. 1695.74 s [unordered-containers] sameArray1 (Data/HashMap/Internal/Array.hs:139)
  2623. 1695.74 s [unordered-containers] unsafeFreeze (Data/HashMap/Internal/Array.hs:279)
  2624. 1695.74 s [unordered-containers] unsafeThaw (Data/HashMap/Internal/Array.hs:285)
  2625. 1695.74 s [unordered-containers] unsafeSameArray (Data/HashMap/Internal/Array.hs:135)
  2626. 1695.74 s [unordered-containers] run (Data/HashMap/Internal/Array.hs:291)
  2627. 1695.74 s [unordered-containers] cloneM (Data/HashMap/Internal/Array.hs:313)
  2628. 1695.74 s [unordered-containers] foldl (Data/HashMap/Internal/Array.hs:403)
  2629. 1695.74 s [unordered-containers] foldl' (Data/HashMap/Internal/Array.hs:374)
  2630. 1695.74 s [unordered-containers] foldr (Data/HashMap/Internal/Array.hs:393)
  2631. 1695.74 s [unordered-containers] foldr' (Data/HashMap/Internal/Array.hs:384)
  2632. 1695.74 s [unordered-containers] foldMap (Data/HashMap/Internal/Array.hs:416)
  2633. 1695.74 s [unordered-containers] thaw (Data/HashMap/Internal/Array.hs:435)
  2634. 1695.74 s [unordered-containers] map (Data/HashMap/Internal/Array.hs:460)
  2635. 1695.74 s [unordered-containers] traverse (Data/HashMap/Internal/Array.hs:536)
  2636. 1695.74 s [unordered-containers] traverse' (Data/HashMap/Internal/Array.hs:552)
  2637. 1695.74 s [unordered-containers] toList (Data/HashMap/Internal/Array.hs:528)
  2638. 1695.74 s [unordered-containers] fromList (Data/HashMap/Internal/Array.hs:493)
  2639. 1695.74 s [unordered-containers] fromList' (Data/HashMap/Internal/Array.hs:505)
  2640. 1695.99 s [unordered-containers] 25% ( 1 / 4) in 'Data.HashMap.Internal.List'
  2641. 1695.99 s [unordered-containers] Missing documentation for:
  2642. 1695.99 s [unordered-containers] isPermutationBy (Data/HashMap/Internal/List.hs:39)
  2643. 1695.99 s [unordered-containers] deleteBy (Data/HashMap/Internal/List.hs:82)
  2644. 1695.99 s [unordered-containers] unorderedCompare (Data/HashMap/Internal/List.hs:67)
  2645. 1696.90 s [unordered-containers] Warning: 'Leaf' is ambiguous. It is defined
  2646. 1696.90 s [unordered-containers] * at Data/HashMap/Internal.hs:225:7
  2647. 1696.90 s [unordered-containers] * at Data/HashMap/Internal.hs:185:1
  2648. 1696.90 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  2649. 1696.90 s [unordered-containers] by specifying the type/value namespace explicitly.
  2650. 1696.90 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:185:1
  2651. 1696.90 s [unordered-containers] Warning: 'at' is out of scope.
  2652. 1696.90 s [unordered-containers] If you qualify the identifier, haddock can try to link it anyway.
  2653. 1696.90 s [unordered-containers] 88% ( 93 /105) in 'Data.HashMap.Internal'
  2654. 1696.90 s [unordered-containers] Missing documentation for:
  2655. 1696.90 s [unordered-containers] Leaf (Data/HashMap/Internal.hs:185)
  2656. 1696.90 s [unordered-containers] intersectionWithKey# (Data/HashMap/Internal.hs:1854)
  2657. 1696.90 s [unordered-containers] updateOrConcatWithKey (Data/HashMap/Internal.hs:2367)
  2658. 1696.90 s [unordered-containers] equalKeys (Data/HashMap/Internal.hs:510)
  2659. 1696.90 s [unordered-containers] equalKeys1 (Data/HashMap/Internal.hs:494)
  2660. 1696.90 s [unordered-containers] lookupRecordCollision (Data/HashMap/Internal.hs:677)
  2661. 1696.90 s [unordered-containers] LookupRes (Data/HashMap/Internal.hs:657)
  2662. 1696.90 s [unordered-containers] lookupResToMaybe (Data/HashMap/Internal.hs:659)
  2663. 1696.90 s [unordered-containers] insert' (Data/HashMap/Internal.hs:805)
  2664. 1696.90 s [unordered-containers] delete' (Data/HashMap/Internal.hs:1123)
  2665. 1696.90 s [unordered-containers] insertNewKey (Data/HashMap/Internal.hs:847)
  2666. 1696.90 s [unordered-containers] insertKeyExists (Data/HashMap/Internal.hs:882)
  2667. 1698.16 s [unordered-containers] 50% ( 3 / 6) in 'Data.HashMap.Internal.Debug'
  2668. 1698.16 s [unordered-containers] Missing documentation for:
  2669. 1698.16 s [unordered-containers] valid (Data/HashMap/Internal/Debug.hs:97)
  2670. 1698.16 s [unordered-containers] Validity (Data/HashMap/Internal/Debug.hs:43)
  2671. 1698.16 s [unordered-containers] SubHashPath (Data/HashMap/Internal/Debug.hs:75)
  2672. 1698.33 s [unordered-containers] Warning: 'lookup' is out of scope.
  2673. 1698.33 s [unordered-containers] If you qualify the identifier, haddock can try to link it anyway.
  2674. 1698.33 s [unordered-containers] Warning: 'at' is out of scope.
  2675. 1698.33 s [unordered-containers] If you qualify the identifier, haddock can try to link it anyway.
  2676. 1698.34 s [unordered-containers] 100% ( 67 / 67) in 'Data.HashMap.Internal.Strict'
  2677. 1698.65 s [unordered-containers] 100% ( 35 / 35) in 'Data.HashSet.Internal'
  2678. 1698.81 s [unordered-containers] 100% ( 32 / 32) in 'Data.HashSet'
  2679. 1698.82 s [unordered-containers] 100% ( 69 / 69) in 'Data.HashMap.Strict'
  2680. 1698.84 s [unordered-containers] 100% ( 69 / 69) in 'Data.HashMap.Lazy'
  2681. 1706.81 s [unordered-containers] Documentation created: dist/doc/html/unordered-containers/index.html,
  2682. 1706.81 s [unordered-containers] dist/doc/html/unordered-containers/unordered-containers.txt
  2683. 1706.81 s [unordered-containers] Preprocessing test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
  2684. 1706.83 s [unordered-containers] Phase: installPhase
  2685. 1706.96 s [unordered-containers] Installing library in /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  2686. 1707.60 s [unordered-containers] Phase: fixupPhase
  2687. 1707.63 s [unordered-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20
  2688. 1707.63 s [unordered-containers] shrinking /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSunordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd-ghc9.2.6.so
  2689. 1707.65 s [unordered-containers] checking for references to /build/ in /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20...
  2690. 1707.67 s [unordered-containers] patching script interpreter paths in /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20
  2691. 1707.68 s [unordered-containers] stripping (with command strip and flags -S -p) in /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20/lib
  2692. 1707.93 s [unordered-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/f20p0rx07qykdf55xas27m0gpmc3dnll-unordered-containers-0.2.20-doc
  2693. 1707.94 s [unordered-containers] checking for references to /build/ in /nix/store/f20p0rx07qykdf55xas27m0gpmc3dnll-unordered-containers-0.2.20-doc...
  2694. 1707.96 s [unordered-containers] patching script interpreter paths in /nix/store/f20p0rx07qykdf55xas27m0gpmc3dnll-unordered-containers-0.2.20-doc
  2695. 1708.13 s [unordered-containers:post-build] Uploading to the NixCI cache: /nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20 /nix/store/f20p0rx07qykdf55xas27m0gpmc3dnll-unordered-containers-0.2.20-doc
  2696. 1708.22 s [unordered-containers:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2697. 1708.76 s [unordered-containers:post-build] copying 2 paths...
  2698. 1708.76 s [unordered-containers:post-build] copying path '/nix/store/f20p0rx07qykdf55xas27m0gpmc3dnll-unordered-containers-0.2.20-doc' to 'https://cache.nix-ci.com'...
  2699. 1709.90 s [unordered-containers:post-build] copying path '/nix/store/4s3nf76shwryljhawc1fwni9zac3mrl8-unordered-containers-0.2.20' to 'https://cache.nix-ci.com'...
  2700. 1713.04 s [unordered-containers:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2701. 1713.39 s [unordered-containers:post-build] copying 1 paths...
  2702. 1713.40 s [unordered-containers:post-build] copying path '/nix/store/zi5ygldidg7ihg2hxc4c8206r2lcckzd-unordered-containers-0.2.20.drv' to 'https://cache.nix-ci.com'...
  2703. 1713.65 s Uploaded unordered-containers in 5.5s
  2704. 1713.65 s Progress: 96 of 106 built, 4 of 4 downloaded from cache
  2705. 1713.65 s Built unordered-containers in 1m28s
  2706. 1713.70 s Building /nix/store/ks5gjkrl6f51z1hqnpji6p4bpkv3l1x9-invariant-0.6.3.drv
  2707. 1713.74 s Building /nix/store/vc3zhryaalhpww47x9bzvs6z6ldbgb1s-quickcheck-instances-0.3.30.drv
  2708. 1713.77 s Building /nix/store/p4y29svk94hhzq5rfq8rznmgy0br42m7-semigroupoids-6.0.1.drv
  2709. 1713.84 s [invariant] Phase: setupCompilerEnvironmentPhase
  2710. 1713.85 s [invariant] Build with /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6.
  2711. 1713.86 s [quickcheck-instances] Phase: setupCompilerEnvironmentPhase
  2712. 1713.86 s [quickcheck-instances] Build with /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6.
  2713. 1713.87 s [semigroupoids] Phase: setupCompilerEnvironmentPhase
  2714. 1713.87 s [semigroupoids] Build with /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6.
  2715. 1714.03 s [semigroupoids] Phase: unpackPhase
  2716. 1714.04 s [semigroupoids] unpacking source archive /nix/store/nj5kxxp3cbmwliynbmczi5164gg3i82a-semigroupoids-6.0.1.tar.gz
  2717. 1714.04 s [semigroupoids] source root is semigroupoids-6.0.1
  2718. 1714.05 s [semigroupoids] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file semigroupoids-6.0.1/.vim.custom
  2719. 1714.05 s [invariant] Phase: unpackPhase
  2720. 1714.06 s [quickcheck-instances] Phase: unpackPhase
  2721. 1714.06 s [semigroupoids] Phase: patchPhase
  2722. 1714.06 s [invariant] unpacking source archive /nix/store/9mgwqk7djqyxcr2c1wdblixmb2xqvidj-invariant-0.6.3.tar.gz
  2723. 1714.06 s [semigroupoids] Replace Cabal file with edited version from mirror://hackage/semigroupoids-6.0.1/revision/1.cabal.
  2724. 1714.06 s [quickcheck-instances] unpacking source archive /nix/store/i5mp72b7d718x7nm9dcq4lx0jx51bln7-quickcheck-instances-0.3.30.tar.gz
  2725. 1714.06 s [invariant] source root is invariant-0.6.3
  2726. 1714.06 s [semigroupoids] Phase: compileBuildDriverPhase
  2727. 1714.07 s [quickcheck-instances] source root is quickcheck-instances-0.3.30
  2728. 1714.07 s [invariant] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file invariant-0.6.3/test/THSpec.hs
  2729. 1714.07 s [semigroupoids] setupCompileFlags: -package-db=/build/tmp.eSlKUxMqst/setup-package.conf.d -threaded
  2730. 1714.07 s [quickcheck-instances] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file quickcheck-instances-0.3.30/test/Tests.hs
  2731. 1714.07 s [invariant] Phase: patchPhase
  2732. 1714.08 s [quickcheck-instances] Phase: patchPhase
  2733. 1714.08 s [invariant] Phase: compileBuildDriverPhase
  2734. 1714.08 s [quickcheck-instances] Replace Cabal file with edited version from mirror://hackage/quickcheck-instances-0.3.30/revision/1.cabal.
  2735. 1714.09 s [invariant] setupCompileFlags: -package-db=/build/tmp.GOWu40oKEv/setup-package.conf.d -threaded
  2736. 1714.09 s [quickcheck-instances] Phase: compileBuildDriverPhase
  2737. 1714.09 s [quickcheck-instances] setupCompileFlags: -package-db=/build/tmp.sxHp2luWZV/setup-package.conf.d -threaded
  2738. 1714.13 s [semigroupoids] [1 of 1] Compiling Main ( Setup.lhs, /build/tmp.eSlKUxMqst/Main.o )
  2739. 1714.15 s [quickcheck-instances] [1 of 1] Compiling Main ( Setup.hs, /build/tmp.sxHp2luWZV/Main.o )
  2740. 1714.15 s [invariant] [1 of 1] Compiling Main ( Setup.hs, /build/tmp.GOWu40oKEv/Main.o )
  2741. 1714.20 s [semigroupoids] Linking Setup ...
  2742. 1714.22 s [invariant] Linking Setup ...
  2743. 1714.22 s [quickcheck-instances] Linking Setup ...
  2744. 1715.72 s [semigroupoids] Phase: updateAutotoolsGnuConfigScriptsPhase
  2745. 1715.74 s [semigroupoids] Phase: configurePhase
  2746. 1715.74 s [semigroupoids] configureFlags: --verbose --prefix=/nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/gwxx2w21ra0krx4zwh122hz9gz9naj6a-semigroupoids-6.0.1-doc/share/doc/semigroupoids-6.0.1 --with-gcc=gcc --package-db=/build/tmp.eSlKUxMqst/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/z7ndn3k8zfjrf713gq443q7a2ixzaab5-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r25i9ffbldgn22436psygd7ivbvs3qq8-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  2747. 1715.75 s [quickcheck-instances] Phase: updateAutotoolsGnuConfigScriptsPhase
  2748. 1715.76 s [quickcheck-instances] Phase: configurePhase
  2749. 1715.77 s [quickcheck-instances] configureFlags: --verbose --prefix=/nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/9c5i8xaml8qr0yxfdqn16m7d1armghgq-quickcheck-instances-0.3.30-doc/share/doc/quickcheck-instances-0.3.30 --with-gcc=gcc --package-db=/build/tmp.sxHp2luWZV/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/z7ndn3k8zfjrf713gq443q7a2ixzaab5-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r25i9ffbldgn22436psygd7ivbvs3qq8-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  2750. 1715.80 s [invariant] Phase: updateAutotoolsGnuConfigScriptsPhase
  2751. 1715.81 s [invariant] Phase: configurePhase
  2752. 1715.82 s [invariant] configureFlags: --verbose --prefix=/nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/x522kfln5mx5jh758swan4x78sqhyn5n-invariant-0.6.3-doc/share/doc/invariant-0.6.3 --with-gcc=gcc --package-db=/build/tmp.GOWu40oKEv/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/z7ndn3k8zfjrf713gq443q7a2ixzaab5-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r25i9ffbldgn22436psygd7ivbvs3qq8-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  2753. 1716.13 s [semigroupoids] Using Parsec parser
  2754. 1716.13 s [semigroupoids] Configuring semigroupoids-6.0.1...
  2755. 1716.13 s [semigroupoids] Flags chosen: comonad=True, containers=True, contravariant=True,
  2756. 1716.13 s [semigroupoids] distributive=True, tagged=True, unordered-containers=True
  2757. 1716.13 s [semigroupoids] Dependency base >=4.9 && <5: using base-4.16.4.0
  2758. 1716.13 s [semigroupoids] Dependency base-orphans >=0.8.4 && <1: using base-orphans-0.9.2
  2759. 1716.13 s [semigroupoids] Dependency bifunctors >=5.6 && <6: using bifunctors-5.6.2
  2760. 1716.13 s [semigroupoids] Dependency comonad >=5.0.8 && <6: using comonad-5.0.8
  2761. 1716.13 s [semigroupoids] Dependency containers >=0.5.7.1 && <0.8: using containers-0.6.5.1
  2762. 1716.13 s [semigroupoids] Dependency contravariant >=1.5.3 && <2: using contravariant-1.5.5
  2763. 1716.13 s [semigroupoids] Dependency distributive >=0.5.2 && <1: using distributive-0.6.2.1
  2764. 1716.13 s [semigroupoids] Dependency foldable1-classes-compat >=0.1 && <0.2: using
  2765. 1716.13 s [semigroupoids] foldable1-classes-compat-0.1
  2766. 1716.13 s [semigroupoids] Dependency hashable >=1.2.7.0 && <1.6: using hashable-1.4.4.0
  2767. 1716.13 s [semigroupoids] Dependency tagged >=0.8.7 && <1: using tagged-0.8.8
  2768. 1716.13 s [semigroupoids] Dependency template-haskell >=0.2.11: using template-haskell-2.18.0.0
  2769. 1716.13 s [semigroupoids] Dependency transformers >=0.5 && <0.7: using transformers-0.5.6.2
  2770. 1716.13 s [semigroupoids] Dependency transformers-compat >=0.6 && <0.8: using transformers-compat-0.7.2
  2771. 1716.13 s [semigroupoids] Dependency unordered-containers >=0.2.8.0 && <0.3: using
  2772. 1716.13 s [semigroupoids] unordered-containers-0.2.20
  2773. 1716.16 s [quickcheck-instances] Using Parsec parser
  2774. 1716.16 s [quickcheck-instances] Configuring quickcheck-instances-0.3.30...
  2775. 1716.16 s [quickcheck-instances] Flags chosen: bytestring-builder=False
  2776. 1716.16 s [quickcheck-instances] Dependency OneTuple >=0.3 && <0.5: using OneTuple-0.4.2
  2777. 1716.16 s [quickcheck-instances] Dependency QuickCheck >=2.14.1 && <2.14.4: using QuickCheck-2.14.3
  2778. 1716.16 s [quickcheck-instances] Dependency array >=0.4.0.0 && <0.6: using array-0.5.4.0
  2779. 1716.16 s [quickcheck-instances] Dependency base >=4.5 && <4.20: using base-4.16.4.0
  2780. 1716.16 s [quickcheck-instances] Dependency bytestring >=0.10.4.0 && <0.13: using bytestring-0.11.4.0
  2781. 1716.16 s [quickcheck-instances] Dependency case-insensitive >=1.2.0.4 && <1.3: using case-insensitive-1.2.1.0
  2782. 1716.16 s [quickcheck-instances] Dependency containers >=0.4.2.1 && <0.7: using containers-0.6.5.1
  2783. 1716.16 s [quickcheck-instances] Dependency data-array-byte >=0.1.0.1 && <0.2: using data-array-byte-0.1.0.1
  2784. 1716.16 s [quickcheck-instances] Dependency data-fix >=0.3 && <0.4: using data-fix-0.3.4
  2785. 1716.16 s [quickcheck-instances] Dependency hashable >=1.2.7.0 && <1.5: using hashable-1.4.4.0
  2786. 1716.16 s [quickcheck-instances] Dependency integer-logarithms >=1.0.3 && <1.1: using
  2787. 1716.16 s [quickcheck-instances] integer-logarithms-1.0.3.1
  2788. 1716.16 s [quickcheck-instances] Dependency old-time >=1.1.0.0 && <1.2: using old-time-1.1.0.4
  2789. 1716.16 s [quickcheck-instances] Dependency primitive >=0.6.4.0 && <0.10: using primitive-0.8.0.0
  2790. 1716.16 s [quickcheck-instances] Dependency scientific >=0.3.6.2 && <0.4: using scientific-0.3.7.0
  2791. 1716.16 s [quickcheck-instances] Dependency splitmix >=0.0.2 && <0.2: using splitmix-0.1.0.5
  2792. 1716.16 s [quickcheck-instances] Dependency strict >=0.4 && <0.6: using strict-0.5
  2793. 1716.16 s [quickcheck-instances] Dependency tagged >=0.8.6 && <0.9: using tagged-0.8.8
  2794. 1716.16 s [quickcheck-instances] Dependency text >=1.2.3.0 && <1.3 || >=2.0 && <2.2: using text-1.2.5.0
  2795. 1716.16 s [quickcheck-instances] Dependency text-short >=0.1.3 && <0.2: using text-short-0.1.6
  2796. 1716.16 s [quickcheck-instances] Dependency these >=1.1.1.1 && <1.3: using these-1.2.1
  2797. 1716.16 s [quickcheck-instances] Dependency time: using time-1.11.1.1
  2798. 1716.16 s [quickcheck-instances] Dependency time-compat >=1.9.4 && <1.10: using time-compat-1.9.6.1
  2799. 1716.16 s [quickcheck-instances] Dependency transformers >=0.3.0.0 && <0.7: using transformers-0.5.6.2
  2800. 1716.16 s [quickcheck-instances] Dependency transformers-compat >=0.6.5 && <0.8: using
  2801. 1716.16 s [quickcheck-instances] transformers-compat-0.7.2
  2802. 1716.16 s [quickcheck-instances] Dependency unordered-containers >=0.2.2.0 && <0.3: using
  2803. 1716.16 s [quickcheck-instances] unordered-containers-0.2.20
  2804. 1716.16 s [quickcheck-instances] Dependency uuid-types >=1.0.4 && <1.1: using uuid-types-1.0.5.1
  2805. 1716.16 s [quickcheck-instances] Dependency vector >=0.12.3.1 && <0.14: using vector-0.13.1.0
  2806. 1716.16 s [quickcheck-instances] Dependency QuickCheck: using QuickCheck-2.14.3
  2807. 1716.16 s [quickcheck-instances] Dependency base: using base-4.16.4.0
  2808. 1716.16 s [quickcheck-instances] Dependency containers: using containers-0.6.5.1
  2809. 1716.16 s [quickcheck-instances] Dependency data-array-byte: using data-array-byte-0.1.0.1
  2810. 1716.16 s [quickcheck-instances] Dependency primitive: using primitive-0.8.0.0
  2811. 1716.16 s [quickcheck-instances] Dependency quickcheck-instances: using quickcheck-instances-0.3.30
  2812. 1716.16 s [quickcheck-instances] Dependency tagged: using tagged-0.8.8
  2813. 1716.16 s [quickcheck-instances] Dependency uuid-types: using uuid-types-1.0.5.1
  2814. 1716.19 s [invariant] Using Parsec parser
  2815. 1716.19 s [invariant] Configuring invariant-0.6.3...
  2816. 1716.19 s [invariant] Dependency StateVar >=1.1 && <2: using StateVar-1.2.2
  2817. 1716.19 s [invariant] Dependency array >=0.3 && <0.6: using array-0.5.4.0
  2818. 1716.19 s [invariant] Dependency base >=4 && <5: using base-4.16.4.0
  2819. 1716.19 s [invariant] Dependency bifunctors >=5.2 && <6: using bifunctors-5.6.2
  2820. 1716.19 s [invariant] Dependency comonad >=5 && <6: using comonad-5.0.8
  2821. 1716.19 s [invariant] Dependency containers >=0.1 && <0.8: using containers-0.6.5.1
  2822. 1716.19 s [invariant] Dependency contravariant >=0.5 && <2: using contravariant-1.5.5
  2823. 1716.19 s [invariant] Dependency ghc-prim: using ghc-prim-0.8.0
  2824. 1716.19 s [invariant] Dependency profunctors >=5.2.1 && <6: using profunctors-5.6.2
  2825. 1716.19 s [invariant] Dependency stm >=2.2 && <3: using stm-2.5.0.2
  2826. 1716.19 s [invariant] Dependency tagged >=0.7.3 && <1: using tagged-0.8.8
  2827. 1716.19 s [invariant] Dependency template-haskell >=2.4 && <2.23: using template-haskell-2.18.0.0
  2828. 1716.19 s [invariant] Dependency th-abstraction >=0.4 && <0.8: using th-abstraction-0.5.0.0
  2829. 1716.19 s [invariant] Dependency transformers >=0.2 && <0.7: using transformers-0.5.6.2
  2830. 1716.19 s [invariant] Dependency transformers-compat >=0.3 && <1: using transformers-compat-0.7.2
  2831. 1716.19 s [invariant] Dependency unordered-containers >=0.2.4 && <0.3: using
  2832. 1716.19 s [invariant] unordered-containers-0.2.20
  2833. 1716.19 s [invariant] Dependency QuickCheck >=2.11 && <3: using QuickCheck-2.14.3
  2834. 1716.19 s [invariant] Dependency base >=4 && <5: using base-4.16.4.0
  2835. 1716.19 s [invariant] Dependency hspec >=1.8: using hspec-2.11.9
  2836. 1716.19 s [invariant] Dependency invariant: using invariant-0.6.3
  2837. 1716.19 s [invariant] Dependency template-haskell: using template-haskell-2.18.0.0
  2838. 1716.29 s [quickcheck-instances] Source component graph:
  2839. 1716.29 s [quickcheck-instances] component lib
  2840. 1716.29 s [quickcheck-instances] component test:self-test dependency lib
  2841. 1716.29 s [quickcheck-instances] Configured component graph:
  2842. 1716.29 s [quickcheck-instances] component quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy
  2843. 1716.29 s [quickcheck-instances] include OneTuple-0.4.2-KhMD6btXFVZC1gPeKNEH1X
  2844. 1716.29 s [quickcheck-instances] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  2845. 1716.29 s [quickcheck-instances] include array-0.5.4.0
  2846. 1716.29 s [quickcheck-instances] include base-4.16.4.0
  2847. 1716.29 s [quickcheck-instances] include bytestring-0.11.4.0
  2848. 1716.29 s [quickcheck-instances] include case-insensitive-1.2.1.0-AbB2EDuRYVJ80KaSTz8RTk
  2849. 1716.29 s [quickcheck-instances] include containers-0.6.5.1
  2850. 1716.29 s [quickcheck-instances] include data-array-byte-0.1.0.1-2PscXGSGZYY42jrRQzX6DR
  2851. 1716.29 s [quickcheck-instances] include data-fix-0.3.4-KnFXShOlUZlGmBWCWfYPzI
  2852. 1716.29 s [quickcheck-instances] include hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  2853. 1716.29 s [quickcheck-instances] include integer-logarithms-1.0.3.1-EktALCou4L26VOHfifN0jz
  2854. 1716.29 s [quickcheck-instances] include old-time-1.1.0.4-8GpGzVTdLTPCUJNFYyZB90
  2855. 1716.29 s [quickcheck-instances] include primitive-0.8.0.0-GwMwgbHQ9FW6XoaxwVFT7G
  2856. 1716.29 s [quickcheck-instances] include scientific-0.3.7.0-6qcGKs1xgdEHi3mp8ezIje
  2857. 1716.29 s [quickcheck-instances] include splitmix-0.1.0.5-3ePSq71xMip7jKlux5hfuY
  2858. 1716.29 s [quickcheck-instances] include strict-0.5-BYxeJdKBmpEDTQsNEWeIYD
  2859. 1716.29 s [quickcheck-instances] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  2860. 1716.29 s [quickcheck-instances] include text-1.2.5.0
  2861. 1716.29 s [quickcheck-instances] include text-short-0.1.6-Ay4VgP8hTDLD58u61zkoQV
  2862. 1716.29 s [quickcheck-instances] include these-1.2.1-88j4Un2H7zna8beVZmzbh
  2863. 1716.29 s [quickcheck-instances] include time-1.11.1.1
  2864. 1716.29 s [quickcheck-instances] include time-compat-1.9.6.1-Bh4TW405Cc8AZPBym28g7H
  2865. 1716.29 s [quickcheck-instances] include transformers-0.5.6.2
  2866. 1716.29 s [quickcheck-instances] include transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  2867. 1716.29 s [quickcheck-instances] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  2868. 1716.29 s [quickcheck-instances] include uuid-types-1.0.5.1-FZw6HGNDOim6KKvMLz9A6k
  2869. 1716.29 s [quickcheck-instances] include vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  2870. 1716.29 s [quickcheck-instances] component quickcheck-instances-0.3.30-6TmEHOYPrfOKw6yHANew7B-self-test
  2871. 1716.29 s [quickcheck-instances] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  2872. 1716.29 s [quickcheck-instances] include base-4.16.4.0
  2873. 1716.29 s [quickcheck-instances] include containers-0.6.5.1
  2874. 1716.29 s [quickcheck-instances] include data-array-byte-0.1.0.1-2PscXGSGZYY42jrRQzX6DR
  2875. 1716.29 s [quickcheck-instances] include primitive-0.8.0.0-GwMwgbHQ9FW6XoaxwVFT7G
  2876. 1716.29 s [quickcheck-instances] include quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy
  2877. 1716.29 s [quickcheck-instances] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  2878. 1716.29 s [quickcheck-instances] include uuid-types-1.0.5.1-FZw6HGNDOim6KKvMLz9A6k
  2879. 1716.29 s [quickcheck-instances] Linked component graph:
  2880. 1716.29 s [quickcheck-instances] unit quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy
  2881. 1716.29 s [quickcheck-instances] include OneTuple-0.4.2-KhMD6btXFVZC1gPeKNEH1X
  2882. 1716.29 s [quickcheck-instances] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  2883. 1716.29 s [quickcheck-instances] include array-0.5.4.0
  2884. 1716.29 s [quickcheck-instances] include base-4.16.4.0
  2885. 1716.29 s [quickcheck-instances] include bytestring-0.11.4.0
  2886. 1716.29 s [quickcheck-instances] include case-insensitive-1.2.1.0-AbB2EDuRYVJ80KaSTz8RTk
  2887. 1716.29 s [quickcheck-instances] include containers-0.6.5.1
  2888. 1716.29 s [quickcheck-instances] include data-array-byte-0.1.0.1-2PscXGSGZYY42jrRQzX6DR
  2889. 1716.29 s [quickcheck-instances] include data-fix-0.3.4-KnFXShOlUZlGmBWCWfYPzI
  2890. 1716.29 s [quickcheck-instances] include hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  2891. 1716.29 s [quickcheck-instances] include integer-logarithms-1.0.3.1-EktALCou4L26VOHfifN0jz
  2892. 1716.29 s [quickcheck-instances] include old-time-1.1.0.4-8GpGzVTdLTPCUJNFYyZB90
  2893. 1716.29 s [quickcheck-instances] include primitive-0.8.0.0-GwMwgbHQ9FW6XoaxwVFT7G
  2894. 1716.29 s [quickcheck-instances] include scientific-0.3.7.0-6qcGKs1xgdEHi3mp8ezIje
  2895. 1716.29 s [quickcheck-instances] include splitmix-0.1.0.5-3ePSq71xMip7jKlux5hfuY
  2896. 1716.29 s [quickcheck-instances] include strict-0.5-BYxeJdKBmpEDTQsNEWeIYD
  2897. 1716.29 s [quickcheck-instances] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  2898. 1716.29 s [quickcheck-instances] include text-1.2.5.0
  2899. 1716.29 s [quickcheck-instances] include text-short-0.1.6-Ay4VgP8hTDLD58u61zkoQV
  2900. 1716.29 s [quickcheck-instances] include these-1.2.1-88j4Un2H7zna8beVZmzbh
  2901. 1716.29 s [quickcheck-instances] include time-1.11.1.1
  2902. 1716.29 s [quickcheck-instances] include time-compat-1.9.6.1-Bh4TW405Cc8AZPBym28g7H
  2903. 1716.29 s [quickcheck-instances] include transformers-0.5.6.2
  2904. 1716.29 s [quickcheck-instances] include transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  2905. 1716.29 s [quickcheck-instances] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  2906. 1716.29 s [quickcheck-instances] include uuid-types-1.0.5.1-FZw6HGNDOim6KKvMLz9A6k
  2907. 1716.29 s [quickcheck-instances] include vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  2908. 1716.29 s [quickcheck-instances] Test.QuickCheck.Instances=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances,Test.QuickCheck.Instances.Array=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Array,Test.QuickCheck.Instances.Array.Byte=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Array.Byte,Test.QuickCheck.Instances.ByteString=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.ByteString,Test.QuickCheck.Instances.CaseInsensitive=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.CaseInsensitive,Test.QuickCheck.Instances.Containers=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Containers,Test.QuickCheck.Instances.DataFix=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.DataFix,Test.QuickCheck.Instances.Hashable=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Hashable,Test.QuickCheck.Instances.Natural=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Natural,Test.QuickCheck.Instances.OldTime=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.OldTime,Test.QuickCheck.Instances.Primitive=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Primitive,Test.QuickCheck.Instances.Scientific=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Scientific,Test.QuickCheck.Instances.Semigroup=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Semigroup,Test.QuickCheck.Instances.Solo=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Solo,Test.QuickCheck.Instances.Strict=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Strict,Test.QuickCheck.Instances.Tagged=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Tagged,Test.QuickCheck.Instances.Text=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Text,Test.QuickCheck.Instances.Text.Short=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Text.Short,Test.QuickCheck.Instances.These=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.These,Test.QuickCheck.Instances.Time=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Time,Test.QuickCheck.Instances.Transformer=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Transformer,Test.QuickCheck.Instances.UUID=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.UUID,Test.QuickCheck.Instances.UnorderedContainers=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.UnorderedContainers,Test.QuickCheck.Instances.Vector=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Vector,Test.QuickCheck.Instances.Void=quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy:Test.QuickCheck.Instances.Void
  2909. 1716.29 s [quickcheck-instances] unit quickcheck-instances-0.3.30-6TmEHOYPrfOKw6yHANew7B-self-test
  2910. 1716.29 s [quickcheck-instances] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  2911. 1716.29 s [quickcheck-instances] include base-4.16.4.0
  2912. 1716.29 s [quickcheck-instances] include containers-0.6.5.1
  2913. 1716.29 s [quickcheck-instances] include data-array-byte-0.1.0.1-2PscXGSGZYY42jrRQzX6DR
  2914. 1716.29 s [quickcheck-instances] include primitive-0.8.0.0-GwMwgbHQ9FW6XoaxwVFT7G
  2915. 1716.29 s [quickcheck-instances] include quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy
  2916. 1716.29 s [quickcheck-instances] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  2917. 1716.29 s [quickcheck-instances] include uuid-types-1.0.5.1-FZw6HGNDOim6KKvMLz9A6k
  2918. 1716.29 s [quickcheck-instances] Ready component graph:
  2919. 1716.29 s [quickcheck-instances] definite quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy
  2920. 1716.29 s [quickcheck-instances] depends OneTuple-0.4.2-KhMD6btXFVZC1gPeKNEH1X
  2921. 1716.29 s [quickcheck-instances] depends QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  2922. 1716.29 s [quickcheck-instances] depends array-0.5.4.0
  2923. 1716.29 s [quickcheck-instances] depends base-4.16.4.0
  2924. 1716.29 s [quickcheck-instances] depends bytestring-0.11.4.0
  2925. 1716.29 s [quickcheck-instances] depends case-insensitive-1.2.1.0-AbB2EDuRYVJ80KaSTz8RTk
  2926. 1716.29 s [quickcheck-instances] depends containers-0.6.5.1
  2927. 1716.29 s [quickcheck-instances] depends data-array-byte-0.1.0.1-2PscXGSGZYY42jrRQzX6DR
  2928. 1716.29 s [quickcheck-instances] depends data-fix-0.3.4-KnFXShOlUZlGmBWCWfYPzI
  2929. 1716.29 s [quickcheck-instances] depends hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  2930. 1716.29 s [quickcheck-instances] depends integer-logarithms-1.0.3.1-EktALCou4L26VOHfifN0jz
  2931. 1716.29 s [quickcheck-instances] depends old-time-1.1.0.4-8GpGzVTdLTPCUJNFYyZB90
  2932. 1716.29 s [quickcheck-instances] depends primitive-0.8.0.0-GwMwgbHQ9FW6XoaxwVFT7G
  2933. 1716.29 s [quickcheck-instances] depends scientific-0.3.7.0-6qcGKs1xgdEHi3mp8ezIje
  2934. 1716.29 s [quickcheck-instances] depends splitmix-0.1.0.5-3ePSq71xMip7jKlux5hfuY
  2935. 1716.29 s [quickcheck-instances] depends strict-0.5-BYxeJdKBmpEDTQsNEWeIYD
  2936. 1716.29 s [quickcheck-instances] depends tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  2937. 1716.29 s [quickcheck-instances] depends text-1.2.5.0
  2938. 1716.29 s [quickcheck-instances] depends text-short-0.1.6-Ay4VgP8hTDLD58u61zkoQV
  2939. 1716.29 s [quickcheck-instances] depends these-1.2.1-88j4Un2H7zna8beVZmzbh
  2940. 1716.29 s [quickcheck-instances] depends time-1.11.1.1
  2941. 1716.35 s [semigroupoids] Source component graph: component lib
  2942. 1716.35 s [semigroupoids] Configured component graph:
  2943. 1716.35 s [semigroupoids] component semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  2944. 1716.35 s [semigroupoids] include base-4.16.4.0
  2945. 1716.35 s [semigroupoids] include base-orphans-0.9.2-7BBlfO73ShP5ZsY1Np620q
  2946. 1716.35 s [semigroupoids] include bifunctors-5.6.2-30XNe4pZ3vOGJWmLRg1LeI
  2947. 1716.35 s [semigroupoids] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  2948. 1716.35 s [semigroupoids] include containers-0.6.5.1
  2949. 1716.35 s [semigroupoids] include contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  2950. 1716.35 s [semigroupoids] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  2951. 1716.35 s [semigroupoids] include foldable1-classes-compat-0.1-GHEAjEP788r7Kk60aYUCQG
  2952. 1716.35 s [semigroupoids] include hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  2953. 1716.35 s [semigroupoids] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  2954. 1716.35 s [semigroupoids] include template-haskell-2.18.0.0
  2955. 1716.35 s [semigroupoids] include transformers-0.5.6.2
  2956. 1716.35 s [semigroupoids] include transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  2957. 1716.35 s [semigroupoids] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  2958. 1716.35 s [semigroupoids] Linked component graph:
  2959. 1716.35 s [semigroupoids] unit semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  2960. 1716.35 s [semigroupoids] include base-4.16.4.0
  2961. 1716.35 s [semigroupoids] include base-orphans-0.9.2-7BBlfO73ShP5ZsY1Np620q
  2962. 1716.35 s [semigroupoids] include bifunctors-5.6.2-30XNe4pZ3vOGJWmLRg1LeI
  2963. 1716.35 s [semigroupoids] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  2964. 1716.35 s [semigroupoids] include containers-0.6.5.1
  2965. 1716.35 s [semigroupoids] include contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  2966. 1716.35 s [semigroupoids] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  2967. 1716.35 s [semigroupoids] include foldable1-classes-compat-0.1-GHEAjEP788r7Kk60aYUCQG
  2968. 1716.35 s [semigroupoids] include hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  2969. 1716.35 s [semigroupoids] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  2970. 1716.35 s [semigroupoids] include template-haskell-2.18.0.0
  2971. 1716.35 s [semigroupoids] include transformers-0.5.6.2
  2972. 1716.35 s [semigroupoids] include transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  2973. 1716.35 s [semigroupoids] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  2974. 1716.35 s [semigroupoids] Data.Bifunctor.Apply=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Bifunctor.Apply,Data.Functor.Alt=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Functor.Alt,Data.Functor.Apply=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Functor.Apply,Data.Functor.Bind=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Functor.Bind,Data.Functor.Bind.Class=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Functor.Bind.Class,Data.Functor.Bind.Trans=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Functor.Bind.Trans,Data.Functor.Contravariant.Conclude=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Functor.Contravariant.Conclude,Data.Functor.Contravariant.Decide=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Functor.Contravariant.Decide,Data.Functor.Contravariant.Divise=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Functor.Contravariant.Divise,Data.Functor.Extend=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Functor.Extend,Data.Functor.Plus=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Functor.Plus,Data.Groupoid=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Groupoid,Data.Isomorphism=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Isomorphism,Data.Semigroup.Bifoldable=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Semigroup.Bifoldable,Data.Semigroup.Bitraversable=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Semigroup.Bitraversable,Data.Semigroup.Foldable=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Semigroup.Foldable,Data.Semigroup.Foldable.Class=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Semigroup.Foldable.Class,Data.Semigroup.Traversable=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Semigroup.Traversable,Data.Semigroup.Traversable.Class=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Semigroup.Traversable.Class,Data.Semigroupoid=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Semigroupoid,Data.Semigroupoid.Categorical=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Semigroupoid.Categorical,Data.Semigroupoid.Dual=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Semigroupoid.Dual,Data.Semigroupoid.Ob=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Semigroupoid.Ob,Data.Semigroupoid.Static=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Semigroupoid.Static,Data.Traversable.Instances=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Data.Traversable.Instances,Semigroupoids.Do=semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60:Semigroupoids.Do
  2975. 1716.35 s [semigroupoids] Ready component graph:
  2976. 1716.35 s [semigroupoids] definite semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  2977. 1716.35 s [semigroupoids] depends base-4.16.4.0
  2978. 1716.35 s [semigroupoids] depends base-orphans-0.9.2-7BBlfO73ShP5ZsY1Np620q
  2979. 1716.35 s [semigroupoids] depends bifunctors-5.6.2-30XNe4pZ3vOGJWmLRg1LeI
  2980. 1716.35 s [semigroupoids] depends comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  2981. 1716.35 s [semigroupoids] depends containers-0.6.5.1
  2982. 1716.35 s [semigroupoids] depends contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  2983. 1716.35 s [semigroupoids] depends distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  2984. 1716.35 s [semigroupoids] depends foldable1-classes-compat-0.1-GHEAjEP788r7Kk60aYUCQG
  2985. 1716.35 s [semigroupoids] depends hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  2986. 1716.35 s [semigroupoids] depends tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  2987. 1716.35 s [semigroupoids] depends template-haskell-2.18.0.0
  2988. 1716.35 s [semigroupoids] depends transformers-0.5.6.2
  2989. 1716.35 s [semigroupoids] depends transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  2990. 1716.35 s [semigroupoids] depends unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  2991. 1716.35 s [semigroupoids] Using Cabal-3.6.3.0 compiled by ghc-9.2
  2992. 1716.35 s [semigroupoids] Using compiler: ghc-9.2.6
  2993. 1716.35 s [semigroupoids] Using install prefix:
  2994. 1716.35 s [semigroupoids] /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1
  2995. 1716.35 s [semigroupoids] Executables installed in:
  2996. 1716.35 s [semigroupoids] /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1/bin
  2997. 1716.35 s [semigroupoids] Libraries installed in:
  2998. 1716.35 s [semigroupoids] /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  2999. 1716.35 s [semigroupoids] Dynamic Libraries installed in:
  3000. 1716.35 s [semigroupoids] /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6
  3001. 1716.35 s [semigroupoids] Private executables installed in:
  3002. 1716.35 s [semigroupoids] /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1/libexec/x86_64-linux-ghc-9.2.6/semigroupoids-6.0.1
  3003. 1716.35 s [semigroupoids] Data files installed in:
  3004. 1716.35 s [semigroupoids] /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1/share/x86_64-linux-ghc-9.2.6/semigroupoids-6.0.1
  3005. 1716.35 s [semigroupoids] Documentation installed in:
  3006. 1716.35 s [semigroupoids] /nix/store/gwxx2w21ra0krx4zwh122hz9gz9naj6a-semigroupoids-6.0.1-doc/share/doc/semigroupoids-6.0.1
  3007. 1716.35 s [semigroupoids] Configuration files installed in:
  3008. 1716.35 s [semigroupoids] /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1/etc
  3009. 1716.35 s [semigroupoids] No alex found
  3010. 1716.35 s [semigroupoids] Using ar found on system at:
  3011. 1716.35 s [semigroupoids] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  3012. 1716.35 s [semigroupoids] No c2hs found
  3013. 1716.35 s [semigroupoids] No cpphs found
  3014. 1716.35 s [semigroupoids] No doctest found
  3015. 1716.35 s [semigroupoids] Using gcc version 13.3.0 given by user at:
  3016. 1716.35 s [semigroupoids] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  3017. 1716.35 s [semigroupoids] Using ghc version 9.2.6 found on system at:
  3018. 1716.35 s [semigroupoids] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc
  3019. 1716.35 s [semigroupoids] Using ghc-pkg version 9.2.6 found on system at:
  3020. 1716.35 s [semigroupoids] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc-pkg-9.2.6
  3021. 1716.35 s [semigroupoids] No ghcjs found
  3022. 1716.35 s [semigroupoids] No ghcjs-pkg found
  3023. 1716.35 s [semigroupoids] No greencard found
  3024. 1716.35 s [semigroupoids] Using haddock version 2.26.0 found on system at:
  3025. 1716.35 s [semigroupoids] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/haddock-ghc-9.2.6
  3026. 1716.35 s [semigroupoids] No happy found
  3027. 1716.35 s [semigroupoids] Using haskell-suite found on system at: haskell-suite-dummy-location
  3028. 1716.35 s [semigroupoids] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3029. 1716.35 s [semigroupoids] No hmake found
  3030. 1716.35 s [semigroupoids] Using hpc version 0.68 found on system at:
  3031. 1716.35 s [semigroupoids] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hpc
  3032. 1716.35 s [semigroupoids] Using hsc2hs version 0.68.8 found on system at:
  3033. 1716.35 s [semigroupoids] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hsc2hs
  3034. 1716.35 s [semigroupoids] Using hscolour version 1.25 found on system at:
  3035. 1716.35 s [semigroupoids] /nix/store/7rcsa1qyv53y8x7irr5n5jwpgc6zb0fv-hscolour-1.25/bin/HsColour
  3036. 1716.35 s [semigroupoids] No jhc found
  3037. 1716.35 s [semigroupoids] Using ld found on system at:
  3038. 1716.35 s [semigroupoids] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  3039. 1716.35 s [semigroupoids] No pkg-config found
  3040. 1716.35 s [semigroupoids] Using runghc version 9.2.6 found on system at:
  3041. 1716.35 s [semigroupoids] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/runghc-9.2.6
  3042. 1716.35 s [semigroupoids] Using strip version 2.43 found on system at:
  3043. 1716.35 s [semigroupoids] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  3044. 1716.35 s [semigroupoids] Using tar found on system at:
  3045. 1716.35 s [semigroupoids] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  3046. 1716.35 s [semigroupoids] No uhc found
  3047. 1716.36 s [semigroupoids] Phase: buildPhase
  3048. 1716.40 s [quickcheck-instances] depends time-compat-1.9.6.1-Bh4TW405Cc8AZPBym28g7H
  3049. 1716.40 s [quickcheck-instances] depends transformers-0.5.6.2
  3050. 1716.40 s [quickcheck-instances] depends transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  3051. 1716.40 s [quickcheck-instances] depends unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  3052. 1716.40 s [quickcheck-instances] depends uuid-types-1.0.5.1-FZw6HGNDOim6KKvMLz9A6k
  3053. 1716.40 s [quickcheck-instances] depends vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  3054. 1716.40 s [quickcheck-instances] definite quickcheck-instances-0.3.30-6TmEHOYPrfOKw6yHANew7B-self-test
  3055. 1716.40 s [quickcheck-instances] depends QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  3056. 1716.40 s [quickcheck-instances] depends base-4.16.4.0
  3057. 1716.40 s [quickcheck-instances] depends containers-0.6.5.1
  3058. 1716.40 s [quickcheck-instances] depends data-array-byte-0.1.0.1-2PscXGSGZYY42jrRQzX6DR
  3059. 1716.40 s [quickcheck-instances] depends primitive-0.8.0.0-GwMwgbHQ9FW6XoaxwVFT7G
  3060. 1716.40 s [quickcheck-instances] depends quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy
  3061. 1716.40 s [quickcheck-instances] depends tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  3062. 1716.40 s [quickcheck-instances] depends uuid-types-1.0.5.1-FZw6HGNDOim6KKvMLz9A6k
  3063. 1716.40 s [quickcheck-instances] Using Cabal-3.6.3.0 compiled by ghc-9.2
  3064. 1716.40 s [quickcheck-instances] Using compiler: ghc-9.2.6
  3065. 1716.40 s [quickcheck-instances] Using install prefix:
  3066. 1716.40 s [quickcheck-instances] /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30
  3067. 1716.40 s [quickcheck-instances] Executables installed in:
  3068. 1716.40 s [quickcheck-instances] /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30/bin
  3069. 1716.40 s [quickcheck-instances] Libraries installed in:
  3070. 1716.40 s [quickcheck-instances] /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy
  3071. 1716.40 s [quickcheck-instances] Dynamic Libraries installed in:
  3072. 1716.40 s [quickcheck-instances] /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6
  3073. 1716.40 s [quickcheck-instances] Private executables installed in:
  3074. 1716.40 s [quickcheck-instances] /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30/libexec/x86_64-linux-ghc-9.2.6/quickcheck-instances-0.3.30
  3075. 1716.40 s [quickcheck-instances] Data files installed in:
  3076. 1716.40 s [quickcheck-instances] /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30/share/x86_64-linux-ghc-9.2.6/quickcheck-instances-0.3.30
  3077. 1716.40 s [quickcheck-instances] Documentation installed in:
  3078. 1716.40 s [quickcheck-instances] /nix/store/9c5i8xaml8qr0yxfdqn16m7d1armghgq-quickcheck-instances-0.3.30-doc/share/doc/quickcheck-instances-0.3.30
  3079. 1716.40 s [quickcheck-instances] Configuration files installed in:
  3080. 1716.40 s [quickcheck-instances] /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30/etc
  3081. 1716.40 s [quickcheck-instances] No alex found
  3082. 1716.40 s [quickcheck-instances] Using ar found on system at:
  3083. 1716.40 s [quickcheck-instances] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  3084. 1716.40 s [quickcheck-instances] No c2hs found
  3085. 1716.40 s [quickcheck-instances] No cpphs found
  3086. 1716.40 s [quickcheck-instances] No doctest found
  3087. 1716.40 s [quickcheck-instances] Using gcc version 13.3.0 given by user at:
  3088. 1716.40 s [quickcheck-instances] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  3089. 1716.40 s [quickcheck-instances] Using ghc version 9.2.6 found on system at:
  3090. 1716.40 s [quickcheck-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc
  3091. 1716.40 s [quickcheck-instances] Using ghc-pkg version 9.2.6 found on system at:
  3092. 1716.40 s [quickcheck-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc-pkg-9.2.6
  3093. 1716.40 s [quickcheck-instances] No ghcjs found
  3094. 1716.40 s [quickcheck-instances] No ghcjs-pkg found
  3095. 1716.40 s [quickcheck-instances] No greencard found
  3096. 1716.40 s [quickcheck-instances] Using haddock version 2.26.0 found on system at:
  3097. 1716.40 s [quickcheck-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/haddock-ghc-9.2.6
  3098. 1716.40 s [quickcheck-instances] No happy found
  3099. 1716.40 s [quickcheck-instances] Using haskell-suite found on system at: haskell-suite-dummy-location
  3100. 1716.40 s [quickcheck-instances] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3101. 1716.40 s [quickcheck-instances] No hmake found
  3102. 1716.40 s [quickcheck-instances] Using hpc version 0.68 found on system at:
  3103. 1716.40 s [quickcheck-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hpc
  3104. 1716.40 s [quickcheck-instances] Using hsc2hs version 0.68.8 found on system at:
  3105. 1716.40 s [quickcheck-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hsc2hs
  3106. 1716.40 s [quickcheck-instances] Using hscolour version 1.25 found on system at:
  3107. 1716.40 s [quickcheck-instances] /nix/store/7rcsa1qyv53y8x7irr5n5jwpgc6zb0fv-hscolour-1.25/bin/HsColour
  3108. 1716.40 s [quickcheck-instances] No jhc found
  3109. 1716.40 s [quickcheck-instances] Using ld found on system at:
  3110. 1716.40 s [quickcheck-instances] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  3111. 1716.40 s [quickcheck-instances] No pkg-config found
  3112. 1716.40 s [quickcheck-instances] Using runghc version 9.2.6 found on system at:
  3113. 1716.40 s [quickcheck-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/runghc-9.2.6
  3114. 1716.40 s [quickcheck-instances] Using strip version 2.43 found on system at:
  3115. 1716.40 s [quickcheck-instances] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  3116. 1716.40 s [quickcheck-instances] Using tar found on system at:
  3117. 1716.40 s [quickcheck-instances] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  3118. 1716.40 s [quickcheck-instances] No uhc found
  3119. 1716.41 s [semigroupoids] Preprocessing library for semigroupoids-6.0.1..
  3120. 1716.42 s [semigroupoids] Building library for semigroupoids-6.0.1..
  3121. 1716.42 s [quickcheck-instances] Phase: buildPhase
  3122. 1716.42 s [invariant] Source component graph:
  3123. 1716.42 s [invariant] component lib
  3124. 1716.42 s [invariant] component test:spec dependency lib
  3125. 1716.42 s [invariant] Configured component graph:
  3126. 1716.42 s [invariant] component invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz
  3127. 1716.42 s [invariant] include StateVar-1.2.2-4TJ8CI5wrC5B2qk02v8ZQ3
  3128. 1716.42 s [invariant] include array-0.5.4.0
  3129. 1716.43 s [invariant] include base-4.16.4.0
  3130. 1716.43 s [invariant] include bifunctors-5.6.2-30XNe4pZ3vOGJWmLRg1LeI
  3131. 1716.43 s [invariant] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  3132. 1716.43 s [invariant] include containers-0.6.5.1
  3133. 1716.43 s [invariant] include contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  3134. 1716.43 s [invariant] include ghc-prim-0.8.0
  3135. 1716.43 s [invariant] include profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  3136. 1716.43 s [invariant] include stm-2.5.0.2
  3137. 1716.43 s [invariant] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  3138. 1716.43 s [invariant] include template-haskell-2.18.0.0
  3139. 1716.43 s [invariant] include th-abstraction-0.5.0.0-HE2kOLxwqIsnfbUtyHLkk
  3140. 1716.43 s [invariant] include transformers-0.5.6.2
  3141. 1716.43 s [invariant] include transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  3142. 1716.43 s [invariant] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  3143. 1716.43 s [invariant] component invariant-0.6.3-CWKAG24mDZHL9N4wLhrKGg-spec
  3144. 1716.43 s [invariant] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  3145. 1716.43 s [invariant] include base-4.16.4.0
  3146. 1716.43 s [invariant] include hspec-2.11.9-7mLTmH6slKxK1aILg1xbab
  3147. 1716.43 s [invariant] include invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz
  3148. 1716.43 s [invariant] include template-haskell-2.18.0.0
  3149. 1716.43 s [invariant] Linked component graph:
  3150. 1716.43 s [invariant] unit invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz
  3151. 1716.43 s [invariant] include StateVar-1.2.2-4TJ8CI5wrC5B2qk02v8ZQ3
  3152. 1716.43 s [invariant] include array-0.5.4.0
  3153. 1716.43 s [invariant] include base-4.16.4.0
  3154. 1716.43 s [invariant] include bifunctors-5.6.2-30XNe4pZ3vOGJWmLRg1LeI
  3155. 1716.43 s [invariant] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  3156. 1716.43 s [invariant] include containers-0.6.5.1
  3157. 1716.43 s [invariant] include contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  3158. 1716.43 s [invariant] include ghc-prim-0.8.0
  3159. 1716.43 s [invariant] include profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  3160. 1716.43 s [invariant] include stm-2.5.0.2
  3161. 1716.43 s [invariant] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  3162. 1716.43 s [invariant] include template-haskell-2.18.0.0
  3163. 1716.43 s [invariant] include th-abstraction-0.5.0.0-HE2kOLxwqIsnfbUtyHLkk
  3164. 1716.43 s [invariant] include transformers-0.5.6.2
  3165. 1716.43 s [invariant] include transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  3166. 1716.43 s [invariant] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  3167. 1716.43 s [invariant] Data.Functor.Invariant=invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz:Data.Functor.Invariant,Data.Functor.Invariant.TH=invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz:Data.Functor.Invariant.TH
  3168. 1716.43 s [invariant] unit invariant-0.6.3-CWKAG24mDZHL9N4wLhrKGg-spec
  3169. 1716.43 s [invariant] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  3170. 1716.43 s [invariant] include base-4.16.4.0
  3171. 1716.43 s [invariant] include hspec-2.11.9-7mLTmH6slKxK1aILg1xbab
  3172. 1716.43 s [invariant] include invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz
  3173. 1716.43 s [invariant] include template-haskell-2.18.0.0
  3174. 1716.43 s [invariant] Ready component graph:
  3175. 1716.43 s [invariant] definite invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz
  3176. 1716.43 s [invariant] depends StateVar-1.2.2-4TJ8CI5wrC5B2qk02v8ZQ3
  3177. 1716.43 s [invariant] depends array-0.5.4.0
  3178. 1716.43 s [invariant] depends base-4.16.4.0
  3179. 1716.43 s [invariant] depends bifunctors-5.6.2-30XNe4pZ3vOGJWmLRg1LeI
  3180. 1716.43 s [invariant] depends comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  3181. 1716.43 s [invariant] depends containers-0.6.5.1
  3182. 1716.43 s [invariant] depends contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  3183. 1716.43 s [invariant] depends ghc-prim-0.8.0
  3184. 1716.43 s [invariant] depends profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  3185. 1716.43 s [invariant] depends stm-2.5.0.2
  3186. 1716.43 s [invariant] depends tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  3187. 1716.43 s [invariant] depends template-haskell-2.18.0.0
  3188. 1716.43 s [invariant] depends th-abstraction-0.5.0.0-HE2kOLxwqIsnfbUtyHLkk
  3189. 1716.43 s [invariant] depends transformers-0.5.6.2
  3190. 1716.43 s [invariant] depends transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  3191. 1716.43 s [invariant] depends unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  3192. 1716.43 s [invariant] definite invariant-0.6.3-CWKAG24mDZHL9N4wLhrKGg-spec
  3193. 1716.43 s [invariant] depends QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  3194. 1716.43 s [invariant] depends base-4.16.4.0
  3195. 1716.43 s [invariant] depends hspec-2.11.9-7mLTmH6slKxK1aILg1xbab
  3196. 1716.43 s [invariant] depends invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz
  3197. 1716.43 s [invariant] depends template-haskell-2.18.0.0
  3198. 1716.43 s [invariant] Using Cabal-3.6.3.0 compiled by ghc-9.2
  3199. 1716.43 s [invariant] Using compiler: ghc-9.2.6
  3200. 1716.43 s [invariant] Using install prefix:
  3201. 1716.43 s [invariant] /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3
  3202. 1716.43 s [invariant] Executables installed in:
  3203. 1716.43 s [invariant] /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3/bin
  3204. 1716.43 s [invariant] Libraries installed in:
  3205. 1716.43 s [invariant] /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz
  3206. 1716.43 s [invariant] Dynamic Libraries installed in:
  3207. 1716.43 s [invariant] /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6
  3208. 1716.43 s [invariant] Private executables installed in:
  3209. 1716.43 s [invariant] /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3/libexec/x86_64-linux-ghc-9.2.6/invariant-0.6.3
  3210. 1716.43 s [invariant] Data files installed in:
  3211. 1716.43 s [invariant] /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3/share/x86_64-linux-ghc-9.2.6/invariant-0.6.3
  3212. 1716.43 s [invariant] Documentation installed in:
  3213. 1716.43 s [invariant] /nix/store/x522kfln5mx5jh758swan4x78sqhyn5n-invariant-0.6.3-doc/share/doc/invariant-0.6.3
  3214. 1716.43 s [invariant] Configuration files installed in:
  3215. 1716.43 s [invariant] /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3/etc
  3216. 1716.43 s [invariant] No alex found
  3217. 1716.43 s [invariant] Using ar found on system at:
  3218. 1716.43 s [invariant] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  3219. 1716.43 s [invariant] No c2hs found
  3220. 1716.43 s [invariant] No cpphs found
  3221. 1716.43 s [invariant] No doctest found
  3222. 1716.43 s [invariant] Using gcc version 13.3.0 given by user at:
  3223. 1716.43 s [invariant] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  3224. 1716.43 s [invariant] Using ghc version 9.2.6 found on system at:
  3225. 1716.43 s [invariant] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc
  3226. 1716.43 s [invariant] Using ghc-pkg version 9.2.6 found on system at:
  3227. 1716.43 s [invariant] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc-pkg-9.2.6
  3228. 1716.43 s [invariant] No ghcjs found
  3229. 1716.43 s [invariant] No ghcjs-pkg found
  3230. 1716.43 s [invariant] No greencard found
  3231. 1716.43 s [invariant] Using haddock version 2.26.0 found on system at:
  3232. 1716.43 s [invariant] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/haddock-ghc-9.2.6
  3233. 1716.43 s [invariant] No happy found
  3234. 1716.43 s [invariant] Using haskell-suite found on system at: haskell-suite-dummy-location
  3235. 1716.43 s [invariant] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3236. 1716.43 s [invariant] No hmake found
  3237. 1716.43 s [invariant] Using hpc version 0.68 found on system at:
  3238. 1716.43 s [invariant] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hpc
  3239. 1716.43 s [invariant] Using hsc2hs version 0.68.8 found on system at:
  3240. 1716.43 s [invariant] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hsc2hs
  3241. 1716.43 s [invariant] Using hscolour version 1.25 found on system at:
  3242. 1716.43 s [invariant] /nix/store/7rcsa1qyv53y8x7irr5n5jwpgc6zb0fv-hscolour-1.25/bin/HsColour
  3243. 1716.43 s [invariant] No jhc found
  3244. 1716.43 s [invariant] Using ld found on system at:
  3245. 1716.43 s [invariant] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  3246. 1716.43 s [invariant] No pkg-config found
  3247. 1716.43 s [invariant] Using runghc version 9.2.6 found on system at:
  3248. 1716.43 s [invariant] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/runghc-9.2.6
  3249. 1716.43 s [invariant] Using strip version 2.43 found on system at:
  3250. 1716.43 s [invariant] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  3251. 1716.43 s [invariant] Using tar found on system at:
  3252. 1716.43 s [invariant] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  3253. 1716.43 s [invariant] No uhc found
  3254. 1716.44 s [invariant] Phase: buildPhase
  3255. 1716.47 s [quickcheck-instances] Preprocessing library for quickcheck-instances-0.3.30..
  3256. 1716.47 s [quickcheck-instances] Building library for quickcheck-instances-0.3.30..
  3257. 1716.50 s [invariant] Preprocessing library for invariant-0.6.3..
  3258. 1716.50 s [invariant] Building library for invariant-0.6.3..
  3259. 1716.65 s [invariant] [1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, dist/build/Data/Functor/Invariant.o, dist/build/Data/Functor/Invariant.dyn_o )
  3260. 1716.90 s [semigroupoids] [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o, dist/build/Data/Functor/Extend.dyn_o )
  3261. 1717.10 s [quickcheck-instances] [ 1 of 26] Compiling Test.QuickCheck.Instances.Array.Byte ( src/Test/QuickCheck/Instances/Array/Byte.hs, dist/build/Test/QuickCheck/Instances/Array/Byte.o, dist/build/Test/QuickCheck/Instances/Array/Byte.dyn_o )
  3262. 1717.18 s [quickcheck-instances] [ 2 of 26] Compiling Test.QuickCheck.Instances.Containers ( src/Test/QuickCheck/Instances/Containers.hs, dist/build/Test/QuickCheck/Instances/Containers.o, dist/build/Test/QuickCheck/Instances/Containers.dyn_o )
  3263. 1717.18 s [quickcheck-instances] [ 3 of 26] Compiling Test.QuickCheck.Instances.CustomPrelude ( src/Test/QuickCheck/Instances/CustomPrelude.hs, dist/build/Test/QuickCheck/Instances/CustomPrelude.o, dist/build/Test/QuickCheck/Instances/CustomPrelude.dyn_o )
  3264. 1717.18 s [quickcheck-instances] [ 4 of 26] Compiling Test.QuickCheck.Instances.CaseInsensitive ( src/Test/QuickCheck/Instances/CaseInsensitive.hs, dist/build/Test/QuickCheck/Instances/CaseInsensitive.o, dist/build/Test/QuickCheck/Instances/CaseInsensitive.dyn_o )
  3265. 1717.75 s [semigroupoids] [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.o, dist/build/Data/Semigroup/Foldable/Class.dyn_o )
  3266. 1717.75 s [semigroupoids] [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o, dist/build/Data/Traversable/Instances.dyn_o )
  3267. 1717.75 s [semigroupoids] [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.o, dist/build/Semigroupoids/Internal.dyn_o )
  3268. 1717.75 s [semigroupoids] [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.o, dist/build/Data/Functor/Bind/Class.dyn_o )
  3269. 1717.79 s [quickcheck-instances] [ 5 of 26] Compiling Test.QuickCheck.Instances.ByteString ( src/Test/QuickCheck/Instances/ByteString.hs, dist/build/Test/QuickCheck/Instances/ByteString.o, dist/build/Test/QuickCheck/Instances/ByteString.dyn_o )
  3270. 1717.79 s [quickcheck-instances] [ 6 of 26] Compiling Test.QuickCheck.Instances.Array ( src/Test/QuickCheck/Instances/Array.hs, dist/build/Test/QuickCheck/Instances/Array.o, dist/build/Test/QuickCheck/Instances/Array.dyn_o )
  3271. 1718.38 s [quickcheck-instances] [ 7 of 26] Compiling Test.QuickCheck.Instances.DataFix ( src/Test/QuickCheck/Instances/DataFix.hs, dist/build/Test/QuickCheck/Instances/DataFix.o, dist/build/Test/QuickCheck/Instances/DataFix.dyn_o )
  3272. 1718.38 s [quickcheck-instances] [ 8 of 26] Compiling Test.QuickCheck.Instances.Hashable ( src/Test/QuickCheck/Instances/Hashable.hs, dist/build/Test/QuickCheck/Instances/Hashable.o, dist/build/Test/QuickCheck/Instances/Hashable.dyn_o )
  3273. 1718.38 s [quickcheck-instances] [ 9 of 26] Compiling Test.QuickCheck.Instances.Natural ( src/Test/QuickCheck/Instances/Natural.hs, dist/build/Test/QuickCheck/Instances/Natural.o, dist/build/Test/QuickCheck/Instances/Natural.dyn_o )
  3274. 1718.38 s [quickcheck-instances] [10 of 26] Compiling Test.QuickCheck.Instances.OldTime ( src/Test/QuickCheck/Instances/OldTime.hs, dist/build/Test/QuickCheck/Instances/OldTime.o, dist/build/Test/QuickCheck/Instances/OldTime.dyn_o )
  3275. 1718.38 s [quickcheck-instances] [11 of 26] Compiling Test.QuickCheck.Instances.Primitive ( src/Test/QuickCheck/Instances/Primitive.hs, dist/build/Test/QuickCheck/Instances/Primitive.o, dist/build/Test/QuickCheck/Instances/Primitive.dyn_o )
  3276. 1718.38 s [quickcheck-instances] [12 of 26] Compiling Test.QuickCheck.Instances.Scientific ( src/Test/QuickCheck/Instances/Scientific.hs, dist/build/Test/QuickCheck/Instances/Scientific.o, dist/build/Test/QuickCheck/Instances/Scientific.dyn_o )
  3277. 1718.38 s [quickcheck-instances] [13 of 26] Compiling Test.QuickCheck.Instances.Semigroup ( src/Test/QuickCheck/Instances/Semigroup.hs, dist/build/Test/QuickCheck/Instances/Semigroup.o, dist/build/Test/QuickCheck/Instances/Semigroup.dyn_o )
  3278. 1718.38 s [quickcheck-instances] [14 of 26] Compiling Test.QuickCheck.Instances.Solo ( src/Test/QuickCheck/Instances/Solo.hs, dist/build/Test/QuickCheck/Instances/Solo.o, dist/build/Test/QuickCheck/Instances/Solo.dyn_o )
  3279. 1718.38 s [quickcheck-instances] [15 of 26] Compiling Test.QuickCheck.Instances.Strict ( src/Test/QuickCheck/Instances/Strict.hs, dist/build/Test/QuickCheck/Instances/Strict.o, dist/build/Test/QuickCheck/Instances/Strict.dyn_o )
  3280. 1718.46 s [quickcheck-instances] [16 of 26] Compiling Test.QuickCheck.Instances.Tagged ( src/Test/QuickCheck/Instances/Tagged.hs, dist/build/Test/QuickCheck/Instances/Tagged.o, dist/build/Test/QuickCheck/Instances/Tagged.dyn_o )
  3281. 1718.46 s [quickcheck-instances] [17 of 26] Compiling Test.QuickCheck.Instances.Text ( src/Test/QuickCheck/Instances/Text.hs, dist/build/Test/QuickCheck/Instances/Text.o, dist/build/Test/QuickCheck/Instances/Text.dyn_o )
  3282. 1718.46 s [quickcheck-instances] [18 of 26] Compiling Test.QuickCheck.Instances.Text.Short ( src/Test/QuickCheck/Instances/Text/Short.hs, dist/build/Test/QuickCheck/Instances/Text/Short.o, dist/build/Test/QuickCheck/Instances/Text/Short.dyn_o )
  3283. 1718.46 s [quickcheck-instances] [19 of 26] Compiling Test.QuickCheck.Instances.These ( src/Test/QuickCheck/Instances/These.hs, dist/build/Test/QuickCheck/Instances/These.o, dist/build/Test/QuickCheck/Instances/These.dyn_o )
  3284. 1718.46 s [quickcheck-instances] [20 of 26] Compiling Test.QuickCheck.Instances.Time ( src/Test/QuickCheck/Instances/Time.hs, dist/build/Test/QuickCheck/Instances/Time.o, dist/build/Test/QuickCheck/Instances/Time.dyn_o )
  3285. 1719.22 s [quickcheck-instances] [21 of 26] Compiling Test.QuickCheck.Instances.Transformer ( src/Test/QuickCheck/Instances/Transformer.hs, dist/build/Test/QuickCheck/Instances/Transformer.o, dist/build/Test/QuickCheck/Instances/Transformer.dyn_o )
  3286. 1719.22 s [quickcheck-instances] [22 of 26] Compiling Test.QuickCheck.Instances.UUID ( src/Test/QuickCheck/Instances/UUID.hs, dist/build/Test/QuickCheck/Instances/UUID.o, dist/build/Test/QuickCheck/Instances/UUID.dyn_o )
  3287. 1719.22 s [quickcheck-instances] [23 of 26] Compiling Test.QuickCheck.Instances.UnorderedContainers ( src/Test/QuickCheck/Instances/UnorderedContainers.hs, dist/build/Test/QuickCheck/Instances/UnorderedContainers.o, dist/build/Test/QuickCheck/Instances/UnorderedContainers.dyn_o )
  3288. 1719.22 s [quickcheck-instances] [24 of 26] Compiling Test.QuickCheck.Instances.Vector ( src/Test/QuickCheck/Instances/Vector.hs, dist/build/Test/QuickCheck/Instances/Vector.o, dist/build/Test/QuickCheck/Instances/Vector.dyn_o )
  3289. 1719.22 s [quickcheck-instances] [25 of 26] Compiling Test.QuickCheck.Instances.Void ( src/Test/QuickCheck/Instances/Void.hs, dist/build/Test/QuickCheck/Instances/Void.o, dist/build/Test/QuickCheck/Instances/Void.dyn_o )
  3290. 1719.22 s [quickcheck-instances] [26 of 26] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.o, dist/build/Test/QuickCheck/Instances.dyn_o )
  3291. 1720.04 s [invariant] [2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, dist/build/Data/Functor/Invariant/TH/Internal.o, dist/build/Data/Functor/Invariant/TH/Internal.dyn_o )
  3292. 1720.20 s [quickcheck-instances] [ 1 of 26] Compiling Test.QuickCheck.Instances.Array.Byte ( src/Test/QuickCheck/Instances/Array/Byte.hs, dist/build/Test/QuickCheck/Instances/Array/Byte.p_o )
  3293. 1720.42 s [quickcheck-instances] [ 2 of 26] Compiling Test.QuickCheck.Instances.Containers ( src/Test/QuickCheck/Instances/Containers.hs, dist/build/Test/QuickCheck/Instances/Containers.p_o )
  3294. 1720.42 s [quickcheck-instances] [ 3 of 26] Compiling Test.QuickCheck.Instances.CustomPrelude ( src/Test/QuickCheck/Instances/CustomPrelude.hs, dist/build/Test/QuickCheck/Instances/CustomPrelude.p_o )
  3295. 1720.42 s [quickcheck-instances] [ 4 of 26] Compiling Test.QuickCheck.Instances.CaseInsensitive ( src/Test/QuickCheck/Instances/CaseInsensitive.hs, dist/build/Test/QuickCheck/Instances/CaseInsensitive.p_o )
  3296. 1720.51 s [invariant] [3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, dist/build/Data/Functor/Invariant/TH.o, dist/build/Data/Functor/Invariant/TH.dyn_o )
  3297. 1720.83 s [quickcheck-instances] [ 5 of 26] Compiling Test.QuickCheck.Instances.ByteString ( src/Test/QuickCheck/Instances/ByteString.hs, dist/build/Test/QuickCheck/Instances/ByteString.p_o )
  3298. 1721.51 s [quickcheck-instances] [ 6 of 26] Compiling Test.QuickCheck.Instances.Array ( src/Test/QuickCheck/Instances/Array.hs, dist/build/Test/QuickCheck/Instances/Array.p_o )
  3299. 1721.74 s [quickcheck-instances] [ 7 of 26] Compiling Test.QuickCheck.Instances.DataFix ( src/Test/QuickCheck/Instances/DataFix.hs, dist/build/Test/QuickCheck/Instances/DataFix.p_o )
  3300. 1721.74 s [quickcheck-instances] [ 8 of 26] Compiling Test.QuickCheck.Instances.Hashable ( src/Test/QuickCheck/Instances/Hashable.hs, dist/build/Test/QuickCheck/Instances/Hashable.p_o )
  3301. 1721.74 s [quickcheck-instances] [ 9 of 26] Compiling Test.QuickCheck.Instances.Natural ( src/Test/QuickCheck/Instances/Natural.hs, dist/build/Test/QuickCheck/Instances/Natural.p_o )
  3302. 1721.74 s [quickcheck-instances] [10 of 26] Compiling Test.QuickCheck.Instances.OldTime ( src/Test/QuickCheck/Instances/OldTime.hs, dist/build/Test/QuickCheck/Instances/OldTime.p_o )
  3303. 1721.74 s [quickcheck-instances] [11 of 26] Compiling Test.QuickCheck.Instances.Primitive ( src/Test/QuickCheck/Instances/Primitive.hs, dist/build/Test/QuickCheck/Instances/Primitive.p_o )
  3304. 1721.74 s [quickcheck-instances] [12 of 26] Compiling Test.QuickCheck.Instances.Scientific ( src/Test/QuickCheck/Instances/Scientific.hs, dist/build/Test/QuickCheck/Instances/Scientific.p_o )
  3305. 1721.74 s [quickcheck-instances] [13 of 26] Compiling Test.QuickCheck.Instances.Semigroup ( src/Test/QuickCheck/Instances/Semigroup.hs, dist/build/Test/QuickCheck/Instances/Semigroup.p_o )
  3306. 1721.74 s [quickcheck-instances] [14 of 26] Compiling Test.QuickCheck.Instances.Solo ( src/Test/QuickCheck/Instances/Solo.hs, dist/build/Test/QuickCheck/Instances/Solo.p_o )
  3307. 1721.74 s [quickcheck-instances] [15 of 26] Compiling Test.QuickCheck.Instances.Strict ( src/Test/QuickCheck/Instances/Strict.hs, dist/build/Test/QuickCheck/Instances/Strict.p_o )
  3308. 1721.74 s [quickcheck-instances] [16 of 26] Compiling Test.QuickCheck.Instances.Tagged ( src/Test/QuickCheck/Instances/Tagged.hs, dist/build/Test/QuickCheck/Instances/Tagged.p_o )
  3309. 1721.74 s [quickcheck-instances] [17 of 26] Compiling Test.QuickCheck.Instances.Text ( src/Test/QuickCheck/Instances/Text.hs, dist/build/Test/QuickCheck/Instances/Text.p_o )
  3310. 1721.74 s [quickcheck-instances] [18 of 26] Compiling Test.QuickCheck.Instances.Text.Short ( src/Test/QuickCheck/Instances/Text/Short.hs, dist/build/Test/QuickCheck/Instances/Text/Short.p_o )
  3311. 1721.74 s [quickcheck-instances] [19 of 26] Compiling Test.QuickCheck.Instances.These ( src/Test/QuickCheck/Instances/These.hs, dist/build/Test/QuickCheck/Instances/These.p_o )
  3312. 1721.77 s [quickcheck-instances] [20 of 26] Compiling Test.QuickCheck.Instances.Time ( src/Test/QuickCheck/Instances/Time.hs, dist/build/Test/QuickCheck/Instances/Time.p_o )
  3313. 1722.36 s [invariant] [4 of 4] Compiling Paths_invariant ( dist/build/autogen/Paths_invariant.hs, dist/build/Paths_invariant.o, dist/build/Paths_invariant.dyn_o )
  3314. 1722.41 s [quickcheck-instances] [21 of 26] Compiling Test.QuickCheck.Instances.Transformer ( src/Test/QuickCheck/Instances/Transformer.hs, dist/build/Test/QuickCheck/Instances/Transformer.p_o )
  3315. 1722.41 s [quickcheck-instances] [22 of 26] Compiling Test.QuickCheck.Instances.UUID ( src/Test/QuickCheck/Instances/UUID.hs, dist/build/Test/QuickCheck/Instances/UUID.p_o )
  3316. 1722.41 s [quickcheck-instances] [23 of 26] Compiling Test.QuickCheck.Instances.UnorderedContainers ( src/Test/QuickCheck/Instances/UnorderedContainers.hs, dist/build/Test/QuickCheck/Instances/UnorderedContainers.p_o )
  3317. 1722.41 s [quickcheck-instances] [24 of 26] Compiling Test.QuickCheck.Instances.Vector ( src/Test/QuickCheck/Instances/Vector.hs, dist/build/Test/QuickCheck/Instances/Vector.p_o )
  3318. 1722.41 s [quickcheck-instances] [25 of 26] Compiling Test.QuickCheck.Instances.Void ( src/Test/QuickCheck/Instances/Void.hs, dist/build/Test/QuickCheck/Instances/Void.p_o )
  3319. 1722.41 s [quickcheck-instances] [26 of 26] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.p_o )
  3320. 1722.47 s [semigroupoids] [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o, dist/build/Data/Functor/Apply.dyn_o )
  3321. 1722.53 s [semigroupoids] [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.o, dist/build/Data/Semigroup/Bifoldable.dyn_o )
  3322. 1722.66 s [semigroupoids] [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.o, dist/build/Data/Functor/Contravariant/Divise.dyn_o )
  3323. 1723.02 s [invariant] [1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, dist/build/Data/Functor/Invariant.p_o )
  3324. 1723.09 s [semigroupoids] [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.o, dist/build/Data/Functor/Contravariant/Decide.dyn_o )
  3325. 1723.50 s [semigroupoids] [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.o, dist/build/Data/Functor/Contravariant/Conclude.dyn_o )
  3326. 1723.76 s [semigroupoids] [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o, dist/build/Data/Functor/Bind.dyn_o )
  3327. 1723.76 s [semigroupoids] [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o, dist/build/Data/Semigroupoid.dyn_o )
  3328. 1723.76 s [semigroupoids] [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o, dist/build/Data/Semigroupoid/Ob.dyn_o )
  3329. 1723.76 s [semigroupoids] [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o, dist/build/Data/Semigroupoid/Dual.dyn_o )
  3330. 1723.76 s [semigroupoids] [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.o, dist/build/Data/Semigroupoid/Categorical.dyn_o )
  3331. 1723.76 s [semigroupoids] [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o, dist/build/Data/Groupoid.dyn_o )
  3332. 1723.76 s [semigroupoids] [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o, dist/build/Data/Isomorphism.dyn_o )
  3333. 1723.76 s [semigroupoids] [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o, dist/build/Data/Functor/Bind/Trans.dyn_o )
  3334. 1723.76 s [semigroupoids] [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.o, dist/build/Data/Bifunctor/Apply.dyn_o )
  3335. 1723.76 s [semigroupoids] [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o, dist/build/Data/Functor/Alt.dyn_o )
  3336. 1724.56 s [semigroupoids] [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o, dist/build/Data/Semigroup/Foldable.dyn_o )
  3337. 1724.78 s [semigroupoids] [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.o, dist/build/Data/Semigroup/Traversable/Class.dyn_o )
  3338. 1724.85 s [quickcheck-instances] Preprocessing test suite 'self-test' for quickcheck-instances-0.3.30..
  3339. 1724.85 s [quickcheck-instances] Building test suite 'self-test' for quickcheck-instances-0.3.30..
  3340. 1725.03 s [quickcheck-instances] [1 of 1] Compiling Main ( test/Tests.hs, dist/build/self-test/self-test-tmp/Main.o )
  3341. 1725.64 s [quickcheck-instances] Linking dist/build/self-test/self-test ...
  3342. 1725.91 s [semigroupoids] [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o, dist/build/Data/Semigroup/Traversable.dyn_o )
  3343. 1725.99 s [semigroupoids] [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.o, dist/build/Data/Semigroup/Bitraversable.dyn_o )
  3344. 1725.99 s [semigroupoids] [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o, dist/build/Data/Functor/Plus.dyn_o )
  3345. 1725.99 s [semigroupoids] [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.o, dist/build/Semigroupoids/Do.dyn_o )
  3346. 1725.99 s [semigroupoids] [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o, dist/build/Data/Semigroupoid/Static.dyn_o )
  3347. 1726.79 s [quickcheck-instances] Phase: checkPhase
  3348. 1726.87 s [quickcheck-instances] Running 1 test suites...
  3349. 1726.87 s [quickcheck-instances] Test suite self-test: RUNNING...
  3350. 1726.87 s [quickcheck-instances] +++ OK, passed 100 tests.
  3351. 1726.88 s [quickcheck-instances] +++ OK, passed 100 tests.
  3352. 1726.88 s [quickcheck-instances] +++ OK, passed 100 tests.
  3353. 1726.88 s [quickcheck-instances] +++ OK, passed 100 tests.
  3354. 1726.88 s [quickcheck-instances] +++ OK, passed 100 tests.
  3355. 1726.88 s [quickcheck-instances] Test suite self-test: PASS
  3356. 1726.88 s [quickcheck-instances] Test suite logged to: dist/test/quickcheck-instances-0.3.30-self-test.log
  3357. 1726.88 s [quickcheck-instances] 1 of 1 test suites (1 of 1 test cases) passed.
  3358. 1726.90 s [quickcheck-instances] Phase: haddockPhase
  3359. 1727.06 s [semigroupoids] [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.p_o )
  3360. 1727.06 s [invariant] [2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, dist/build/Data/Functor/Invariant/TH/Internal.p_o )
  3361. 1727.15 s [quickcheck-instances] Preprocessing library for quickcheck-instances-0.3.30..
  3362. 1727.16 s [quickcheck-instances] Running Haddock on library for quickcheck-instances-0.3.30..
  3363. 1727.16 s [quickcheck-instances] Warning: The documentation for the following packages are not installed. No
  3364. 1727.16 s [quickcheck-instances] links will be generated to these packages: data-array-byte-0.1.0.1,
  3365. 1727.16 s [quickcheck-instances] foldable1-classes-compat-0.1
  3366. 1727.30 s [quickcheck-instances] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3367. 1727.82 s [invariant] [3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, dist/build/Data/Functor/Invariant/TH.p_o )
  3368. 1728.05 s [semigroupoids] [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.p_o )
  3369. 1728.05 s [semigroupoids] [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.p_o )
  3370. 1728.05 s [semigroupoids] [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.p_o )
  3371. 1728.05 s [semigroupoids] [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.p_o )
  3372. 1728.50 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Array.Byte'
  3373. 1728.50 s [quickcheck-instances] Missing documentation for:
  3374. 1728.50 s [quickcheck-instances] Module header
  3375. 1728.51 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Containers'
  3376. 1728.51 s [quickcheck-instances] Missing documentation for:
  3377. 1728.51 s [quickcheck-instances] Module header
  3378. 1728.95 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.CaseInsensitive'
  3379. 1728.95 s [quickcheck-instances] Missing documentation for:
  3380. 1728.95 s [quickcheck-instances] Module header
  3381. 1729.00 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.ByteString'
  3382. 1729.00 s [quickcheck-instances] Missing documentation for:
  3383. 1729.00 s [quickcheck-instances] Module header
  3384. 1729.09 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Array'
  3385. 1729.09 s [quickcheck-instances] Missing documentation for:
  3386. 1729.09 s [quickcheck-instances] Module header
  3387. 1729.14 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.DataFix'
  3388. 1729.14 s [quickcheck-instances] Missing documentation for:
  3389. 1729.14 s [quickcheck-instances] Module header
  3390. 1729.31 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Hashable'
  3391. 1729.31 s [quickcheck-instances] Missing documentation for:
  3392. 1729.31 s [quickcheck-instances] Module header
  3393. 1729.32 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Natural'
  3394. 1729.32 s [quickcheck-instances] Missing documentation for:
  3395. 1729.32 s [quickcheck-instances] Module header
  3396. 1729.35 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.OldTime'
  3397. 1729.35 s [quickcheck-instances] Missing documentation for:
  3398. 1729.35 s [quickcheck-instances] Module header
  3399. 1729.42 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Primitive'
  3400. 1729.42 s [quickcheck-instances] Missing documentation for:
  3401. 1729.42 s [quickcheck-instances] Module header
  3402. 1729.44 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Scientific'
  3403. 1729.44 s [quickcheck-instances] Missing documentation for:
  3404. 1729.44 s [quickcheck-instances] Module header
  3405. 1729.44 s [invariant] [4 of 4] Compiling Paths_invariant ( dist/build/autogen/Paths_invariant.hs, dist/build/Paths_invariant.p_o )
  3406. 1729.47 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Semigroup'
  3407. 1729.47 s [quickcheck-instances] Missing documentation for:
  3408. 1729.47 s [quickcheck-instances] Module header
  3409. 1729.52 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Solo'
  3410. 1729.52 s [quickcheck-instances] Missing documentation for:
  3411. 1729.52 s [quickcheck-instances] Module header
  3412. 1729.58 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Strict'
  3413. 1729.58 s [quickcheck-instances] Missing documentation for:
  3414. 1729.58 s [quickcheck-instances] Module header
  3415. 1729.72 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Tagged'
  3416. 1729.72 s [quickcheck-instances] Missing documentation for:
  3417. 1729.72 s [quickcheck-instances] Module header
  3418. 1729.74 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Text'
  3419. 1729.74 s [quickcheck-instances] Missing documentation for:
  3420. 1729.74 s [quickcheck-instances] Module header
  3421. 1729.76 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Text.Short'
  3422. 1729.76 s [quickcheck-instances] Missing documentation for:
  3423. 1729.76 s [quickcheck-instances] Module header
  3424. 1729.79 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.These'
  3425. 1729.79 s [quickcheck-instances] Missing documentation for:
  3426. 1729.79 s [quickcheck-instances] Module header
  3427. 1729.92 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Time'
  3428. 1729.92 s [quickcheck-instances] Missing documentation for:
  3429. 1729.92 s [quickcheck-instances] Module header
  3430. 1730.05 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Transformer'
  3431. 1730.05 s [quickcheck-instances] Missing documentation for:
  3432. 1730.05 s [quickcheck-instances] Module header
  3433. 1730.33 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.UUID'
  3434. 1730.33 s [quickcheck-instances] Missing documentation for:
  3435. 1730.33 s [quickcheck-instances] Module header
  3436. 1730.37 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.UnorderedContainers'
  3437. 1730.37 s [quickcheck-instances] Missing documentation for:
  3438. 1730.37 s [quickcheck-instances] Module header
  3439. 1730.44 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Vector'
  3440. 1730.44 s [quickcheck-instances] Missing documentation for:
  3441. 1730.44 s [quickcheck-instances] Module header
  3442. 1730.47 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Void'
  3443. 1730.47 s [quickcheck-instances] Missing documentation for:
  3444. 1730.47 s [quickcheck-instances] Module header
  3445. 1730.48 s [quickcheck-instances] 100% ( 1 / 1) in 'Test.QuickCheck.Instances'
  3446. 1731.33 s [invariant] Preprocessing test suite 'spec' for invariant-0.6.3..
  3447. 1731.33 s [invariant] Building test suite 'spec' for invariant-0.6.3..
  3448. 1731.48 s [invariant] [1 of 3] Compiling InvariantSpec ( test/InvariantSpec.hs, dist/build/spec/spec-tmp/InvariantSpec.o, dist/build/spec/spec-tmp/InvariantSpec.dyn_o )
  3449. 1732.18 s [invariant] [2 of 3] Compiling THSpec ( test/THSpec.hs, dist/build/spec/spec-tmp/THSpec.o, dist/build/spec/spec-tmp/THSpec.dyn_o )
  3450. 1732.60 s [semigroupoids] [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.p_o )
  3451. 1732.77 s [semigroupoids] [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.p_o )
  3452. 1733.09 s [semigroupoids] [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.p_o )
  3453. 1733.35 s [semigroupoids] [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.p_o )
  3454. 1733.80 s [semigroupoids] [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.p_o )
  3455. 1733.93 s [invariant] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o, dist/build/spec/spec-tmp/Main.dyn_o )
  3456. 1734.13 s [semigroupoids] [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.p_o )
  3457. 1734.13 s [semigroupoids] [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.p_o )
  3458. 1734.13 s [semigroupoids] [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.p_o )
  3459. 1734.13 s [semigroupoids] [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.p_o )
  3460. 1734.13 s [semigroupoids] [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.p_o )
  3461. 1734.13 s [semigroupoids] [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.p_o )
  3462. 1734.13 s [semigroupoids] [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.p_o )
  3463. 1734.13 s [semigroupoids] [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.p_o )
  3464. 1734.13 s [semigroupoids] [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.p_o )
  3465. 1734.13 s [semigroupoids] [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.p_o )
  3466. 1734.36 s [semigroupoids] [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.p_o )
  3467. 1734.52 s [invariant] Linking dist/build/spec/spec ...
  3468. 1734.61 s [semigroupoids] [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.p_o )
  3469. 1735.71 s [semigroupoids] [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.p_o )
  3470. 1735.81 s [invariant] Phase: checkPhase
  3471. 1735.85 s [invariant] Running 1 test suites...
  3472. 1735.85 s [invariant] Test suite spec: RUNNING...
  3473. 1735.86 s [invariant]
  3474. 1735.86 s [invariant] Invariant
  3475. 1735.86 s [invariant] Invariant
  3476. 1735.87 s [invariant] satisfies the composition law [✔]
  3477. 1735.87 s [invariant] +++ OK, passed 100 tests.
  3478. 1735.87 s [invariant] Invariant2
  3479. 1735.87 s [invariant] satisfies the composition law [✔]
  3480. 1735.87 s [invariant] +++ OK, passed 100 tests.
  3481. 1735.87 s [invariant] TH
  3482. 1735.87 s [invariant] Compose Maybe Either Int Int
  3483. 1735.87 s [invariant] satisfies the invmap laws [✔]
  3484. 1735.87 s [invariant] +++ OK, passed 100 tests.
  3485. 1735.87 s [invariant] satisfies the invmap2 laws [✔]
  3486. 1735.87 s [invariant] +++ OK, passed 100 tests.
  3487. 1735.87 s [invariant] ComposeFam Maybe Either Int Int
  3488. 1735.87 s [invariant] satisfies the invmap laws [✔]
  3489. 1735.87 s [invariant] +++ OK, passed 100 tests.
  3490. 1735.87 s [invariant] satisfies the invmap2 laws [✔]
  3491. 1735.87 s [invariant] +++ OK, passed 100 tests.
  3492. 1735.87 s [invariant]
  3493. 1735.87 s [invariant] Finished in 0.0118 seconds
  3494. 1735.87 s [invariant] 6 examples, 0 failures
  3495. 1735.87 s [invariant] Test suite spec: PASS
  3496. 1735.87 s [invariant] Test suite logged to: dist/test/invariant-0.6.3-spec.log
  3497. 1735.87 s [invariant] 1 of 1 test suites (1 of 1 test cases) passed.
  3498. 1735.88 s [invariant] Phase: haddockPhase
  3499. 1735.89 s [semigroupoids] [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.p_o )
  3500. 1735.89 s [semigroupoids] [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.p_o )
  3501. 1735.89 s [semigroupoids] [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.p_o )
  3502. 1735.89 s [semigroupoids] [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.p_o )
  3503. 1736.07 s [invariant] Preprocessing library for invariant-0.6.3..
  3504. 1736.07 s [invariant] Running Haddock on library for invariant-0.6.3..
  3505. 1736.07 s [invariant] Warning: The documentation for the following packages are not installed. No
  3506. 1736.07 s [invariant] links will be generated to these packages: data-array-byte-0.1.0.1,
  3507. 1736.07 s [invariant] foldable1-classes-compat-0.1
  3508. 1736.13 s [invariant] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3509. 1736.79 s [quickcheck-instances] Documentation created: dist/doc/html/quickcheck-instances/index.html,
  3510. 1736.79 s [quickcheck-instances] dist/doc/html/quickcheck-instances/quickcheck-instances.txt
  3511. 1736.79 s [quickcheck-instances] Preprocessing test suite 'self-test' for quickcheck-instances-0.3.30..
  3512. 1736.81 s [quickcheck-instances] Phase: installPhase
  3513. 1736.91 s [quickcheck-instances] Installing library in /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy
  3514. 1737.32 s [invariant] 100% ( 20 / 20) in 'Data.Functor.Invariant'
  3515. 1737.36 s [semigroupoids] Phase: checkPhase
  3516. 1737.39 s [semigroupoids] Package has no test suites.
  3517. 1737.41 s [semigroupoids] Phase: haddockPhase
  3518. 1737.50 s [quickcheck-instances] Phase: fixupPhase
  3519. 1737.53 s [quickcheck-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30
  3520. 1737.54 s [quickcheck-instances] shrinking /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSquickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy-ghc9.2.6.so
  3521. 1737.56 s [quickcheck-instances] checking for references to /build/ in /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30...
  3522. 1737.58 s [semigroupoids] Preprocessing library for semigroupoids-6.0.1..
  3523. 1737.58 s [semigroupoids] Running Haddock on library for semigroupoids-6.0.1..
  3524. 1737.59 s [semigroupoids] Warning: The documentation for the following packages are not installed. No
  3525. 1737.59 s [semigroupoids] links will be generated to these packages: data-array-byte-0.1.0.1,
  3526. 1737.59 s [semigroupoids] foldable1-classes-compat-0.1
  3527. 1737.59 s [quickcheck-instances] patching script interpreter paths in /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30
  3528. 1737.60 s [quickcheck-instances] stripping (with command strip and flags -S -p) in /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30/lib
  3529. 1737.66 s [semigroupoids] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3530. 1737.77 s [quickcheck-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/9c5i8xaml8qr0yxfdqn16m7d1armghgq-quickcheck-instances-0.3.30-doc
  3531. 1737.78 s [quickcheck-instances] checking for references to /build/ in /nix/store/9c5i8xaml8qr0yxfdqn16m7d1armghgq-quickcheck-instances-0.3.30-doc...
  3532. 1737.80 s [quickcheck-instances] patching script interpreter paths in /nix/store/9c5i8xaml8qr0yxfdqn16m7d1armghgq-quickcheck-instances-0.3.30-doc
  3533. 1737.95 s [quickcheck-instances:post-build] Uploading to the NixCI cache: /nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30 /nix/store/9c5i8xaml8qr0yxfdqn16m7d1armghgq-quickcheck-instances-0.3.30-doc
  3534. 1738.02 s [quickcheck-instances:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3535. 1738.29 s [quickcheck-instances:post-build] copying 2 paths...
  3536. 1738.29 s [quickcheck-instances:post-build] copying path '/nix/store/9c5i8xaml8qr0yxfdqn16m7d1armghgq-quickcheck-instances-0.3.30-doc' to 'https://cache.nix-ci.com'...
  3537. 1738.80 s [quickcheck-instances:post-build] copying path '/nix/store/4fx0a4b9f4g0ql68z8hszvg0rg1all5z-quickcheck-instances-0.3.30' to 'https://cache.nix-ci.com'...
  3538. 1740.84 s [quickcheck-instances:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3539. 1741.20 s [quickcheck-instances:post-build] copying 1 paths...
  3540. 1741.20 s [quickcheck-instances:post-build] copying path '/nix/store/vc3zhryaalhpww47x9bzvs6z6ldbgb1s-quickcheck-instances-0.3.30.drv' to 'https://cache.nix-ci.com'...
  3541. 1741.50 s Uploaded quickcheck-instances in 3.5s
  3542. 1741.50 s Progress: 97 of 106 built (2 building), 4 of 4 downloaded from cache
  3543. 1741.50 s Built quickcheck-instances in 27.7s
  3544. 1741.55 s Building /nix/store/1l53hv1qgmzbkagblwmw8vyraa0cjxvk-indexed-traversable-instances-0.1.2.drv
  3545. 1741.55 s [invariant] 100% ( 17 / 17) in 'Data.Functor.Invariant.TH'
  3546. 1741.55 s [invariant] Warning: Data.Functor.Invariant: could not find link destinations for:
  3547. 1741.55 s [invariant]
  3548. 1741.55 s [invariant] - Data.Bifoldable1.Bifoldable1
  3549. 1741.55 s [invariant] - Data.Bifoldable1.bifold1
  3550. 1741.55 s [invariant] - Data.Bifoldable1.bifoldMap1
  3551. 1741.55 s [semigroupoids] 83% ( 5 / 6) in 'Data.Functor.Extend'
  3552. 1741.55 s [semigroupoids] Missing documentation for:
  3553. 1741.55 s [semigroupoids] Extend (src/Data/Functor/Extend.hs:55)
  3554. 1741.55 s [semigroupoids] Warning: Couldn't find .haddock for export Foldable1
  3555. 1741.55 s [semigroupoids] Warning: Couldn't find .haddock for export Bifoldable1
  3556. 1741.55 s [semigroupoids] 33% ( 1 / 3) in 'Data.Semigroup.Foldable.Class'
  3557. 1741.55 s [semigroupoids] Missing documentation for:
  3558. 1741.55 s [semigroupoids] Foldable1
  3559. 1741.55 s [semigroupoids] Bifoldable1
  3560. 1741.55 s [semigroupoids] 100% ( 1 / 1) in 'Data.Traversable.Instances'
  3561. 1741.55 s [semigroupoids] Warning: '(,)' is out of scope.
  3562. 1741.55 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3563. 1741.55 s [semigroupoids] 80% ( 12 / 15) in 'Data.Functor.Bind.Class'
  3564. 1741.55 s [semigroupoids] Missing documentation for:
  3565. 1741.55 s [semigroupoids] apDefault (src/Data/Functor/Bind/Class.hs:539)
  3566. 1741.55 s [semigroupoids] returning (src/Data/Functor/Bind/Class.hs:536)
  3567. 1741.55 s [semigroupoids] Biapply (src/Data/Functor/Bind/Class.hs:753)
  3568. 1741.55 s [semigroupoids] 100% ( 16 / 16) in 'Data.Functor.Apply'
  3569. 1741.55 s [semigroupoids] Warning: Couldn't find .haddock for export Bifoldable1
  3570. 1741.55 s [semigroupoids] 33% ( 2 / 6) in 'Data.Semigroup.Bifoldable'
  3571. 1741.55 s [semigroupoids] Missing documentation for:
  3572. 1741.55 s [semigroupoids] Bifoldable1
  3573. 1741.55 s [semigroupoids] bitraverse1_ (src/Data/Semigroup/Bifoldable.hs:45)
  3574. 1741.55 s [semigroupoids] bifor1_ (src/Data/Semigroup/Bifoldable.hs:49)
  3575. 1741.55 s [semigroupoids] bisequenceA1_ (src/Data/Semigroup/Bifoldable.hs:57)
  3576. 1741.55 s [semigroupoids] Warning: 'Day' is out of scope.
  3577. 1741.55 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3578. 1741.55 s [semigroupoids] 100% ( 6 / 6) in 'Data.Functor.Contravariant.Divise'
  3579. 1741.55 s [semigroupoids] Warning: 'EitherDay' is out of scope.
  3580. 1741.55 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3581. 1741.55 s [semigroupoids] Warning: 'Conclude' is out of scope.
  3582. 1741.55 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3583. 1741.55 s [semigroupoids] 100% ( 5 / 5) in 'Data.Functor.Contravariant.Decide'
  3584. 1741.55 s [semigroupoids] Warning: 'Plus' is out of scope.
  3585. 1741.55 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3586. 1741.55 s [semigroupoids] 100% ( 5 / 5) in 'Data.Functor.Contravariant.Conclude'
  3587. 1741.55 s [semigroupoids] 75% ( 15 / 20) in 'Data.Functor.Bind'
  3588. 1741.55 s [semigroupoids] Missing documentation for:
  3589. 1741.55 s [semigroupoids] -<< (src/Data/Functor/Bind.hs:52)
  3590. 1741.55 s [semigroupoids] -<- (src/Data/Functor/Bind.hs:58)
  3591. 1741.55 s [semigroupoids] ->- (src/Data/Functor/Bind.hs:55)
  3592. 1741.55 s [semigroupoids] apDefault (src/Data/Functor/Bind/Class.hs:539)
  3593. 1741.55 s [semigroupoids] returning (src/Data/Functor/Bind/Class.hs:536)
  3594. 1741.55 s [semigroupoids] 50% ( 2 / 4) in 'Data.Semigroupoid'
  3595. 1741.55 s [semigroupoids] Missing documentation for:
  3596. 1741.55 s [semigroupoids] WrappedCategory (src/Data/Semigroupoid.hs:71)
  3597. 1741.55 s [semigroupoids] Semi (src/Data/Semigroupoid.hs:80)
  3598. 1741.55 s [semigroupoids] 50% ( 1 / 2) in 'Data.Semigroupoid.Ob'
  3599. 1741.55 s [semigroupoids] Missing documentation for:
  3600. 1741.55 s [semigroupoids] Ob (src/Data/Semigroupoid/Ob.hs:29)
  3601. 1741.55 s [semigroupoids] 50% ( 1 / 2) in 'Data.Semigroupoid.Dual'
  3602. 1741.55 s [semigroupoids] Missing documentation for:
  3603. 1741.55 s [semigroupoids] Dual (src/Data/Semigroupoid/Dual.hs:21)
  3604. 1741.55 s [semigroupoids] 100% ( 3 / 3) in 'Data.Semigroupoid.Categorical'
  3605. 1741.55 s [semigroupoids] 100% ( 2 / 2) in 'Data.Groupoid'
  3606. 1741.55 s [semigroupoids] 50% ( 1 / 2) in 'Data.Isomorphism'
  3607. 1741.55 s [semigroupoids] Missing documentation for:
  3608. 1741.55 s [semigroupoids] Iso (src/Data/Isomorphism.hs:23)
  3609. 1741.55 s [semigroupoids] 100% ( 2 / 2) in 'Data.Functor.Bind.Trans'
  3610. 1741.55 s [semigroupoids] 62% ( 5 / 8) in 'Data.Bifunctor.Apply'
  3611. 1741.55 s [semigroupoids] Missing documentation for:
  3612. 1741.55 s [semigroupoids] Biapply (src/Data/Functor/Bind/Class.hs:753)
  3613. 1741.55 s [semigroupoids] <<$>>
  3614. 1741.55 s [semigroupoids] <<..>> (src/Data/Bifunctor/Apply.hs:27)
  3615. 1741.55 s [semigroupoids] Warning: 'Bind' is out of scope.
  3616. 1741.55 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3617. 1741.55 s [semigroupoids] 100% ( 5 / 5) in 'Data.Functor.Alt'
  3618. 1741.55 s [semigroupoids] Warning: Couldn't find .haddock for export Foldable1
  3619. 1741.55 s [semigroupoids] Warning: Couldn't find .haddock for export intercalate1
  3620. 1741.55 s [semigroupoids] Warning: Couldn't find .haddock for export foldrM1
  3621. 1741.55 s [semigroupoids] Warning: Couldn't find .haddock for export foldlM1
  3622. 1741.55 s [semigroupoids] 42% ( 6 / 14) in 'Data.Semigroup.Foldable'
  3623. 1741.55 s [semigroupoids] Missing documentation for:
  3624. 1741.55 s [semigroupoids] Foldable1
  3625. 1741.55 s [semigroupoids] intercalate1
  3626. 1741.55 s [semigroupoids] foldrM1
  3627. 1741.55 s [semigroupoids] foldlM1
  3628. 1741.55 s [semigroupoids] traverse1_ (src/Data/Semigroup/Foldable.hs:77)
  3629. 1741.55 s [semigroupoids] for1_ (src/Data/Semigroup/Foldable.hs:81)
  3630. 1741.55 s [semigroupoids] sequenceA1_ (src/Data/Semigroup/Foldable.hs:85)
  3631. 1741.55 s [semigroupoids] asum1 (src/Data/Semigroup/Foldable.hs:103)
  3632. 1741.55 s [semigroupoids] 33% ( 1 / 3) in 'Data.Semigroup.Traversable.Class'
  3633. 1741.55 s [semigroupoids] Missing documentation for:
  3634. 1741.55 s [semigroupoids] Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59)
  3635. 1741.55 s [semigroupoids] Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139)
  3636. 1741.55 s [semigroupoids] Warning: 'foldMap1' is out of scope.
  3637. 1741.55 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3638. 1741.55 s [semigroupoids] 88% ( 8 / 9) in 'Data.Semigroup.Traversable'
  3639. 1741.55 s [semigroupoids] Missing documentation for:
  3640. 1741.55 s [semigroupoids] Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139)
  3641. 1741.55 s [semigroupoids] 33% ( 1 / 3) in 'Data.Semigroup.Bitraversable'
  3642. 1741.55 s [semigroupoids] Missing documentation for:
  3643. 1741.55 s [semigroupoids] Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59)
  3644. 1741.55 s [semigroupoids] bifoldMap1Default (src/Data/Semigroup/Bitraversable.hs:24)
  3645. 1741.55 s [semigroupoids] 100% ( 5 / 5) in 'Data.Functor.Plus'
  3646. 1741.55 s [semigroupoids] Warning: 'Applicative' is out of scope.
  3647. 1741.55 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3648. 1741.55 s [semigroupoids] Warning: 'Monad' is out of scope.
  3649. 1741.55 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3650. 1741.55 s [semigroupoids] 90% ( 10 / 11) in 'Semigroupoids.Do'
  3651. 1741.55 s [semigroupoids] Missing documentation for:
  3652. 1741.55 s [semigroupoids] join (src/Data/Functor/Bind/Class.hs:531)
  3653. 1741.55 s [semigroupoids] 50% ( 1 / 2) in 'Data.Semigroupoid.Static'
  3654. 1741.55 s [semigroupoids] Missing documentation for:
  3655. 1741.55 s [semigroupoids] Static (src/Data/Semigroupoid/Static.hs:35)
  3656. 1741.55 s [semigroupoids] Warning: Data.Semigroup.Foldable.Class: could not find link destinations for:
  3657. 1741.55 s [semigroupoids]
  3658. 1741.55 s [semigroupoids] - Data.Foldable1.foldMap1'
  3659. 1741.55 s [semigroupoids] - Data.Foldable1.maximum
  3660. 1741.55 s [semigroupoids] - Data.Foldable1.minimum
  3661. 1741.55 s [semigroupoids] - Data.Foldable1.head
  3662. 1741.55 s [semigroupoids] - Data.Foldable1.last
  3663. 1741.55 s [semigroupoids] - Data.Foldable1.foldrMap1
  3664. 1741.55 s [semigroupoids] - Data.Foldable1.foldlMap1'
  3665. 1741.55 s [semigroupoids] - Data.Foldable1.foldlMap1
  3666. 1741.55 s [semigroupoids] - Data.Foldable1.foldrMap1'
  3667. 1741.55 s [semigroupoids] Warning: Data.Functor.Apply: could not find link destinations for:
  3668. 1741.55 s [semigroupoids]
  3669. 1741.55 s [semigroupoids] - Text.ParserCombinators.ReadP.P
  3670. 1741.55 s [semigroupoids] - Data.Biapplicative.Mag
  3671. 1741.55 s [semigroupoids] Warning: Data.Functor.Bind: could not find link destinations for:
  3672. 1741.55 s [semigroupoids]
  3673. 1741.55 s [semigroupoids] - Text.ParserCombinators.ReadP.P
  3674. 1741.55 s [semigroupoids] - Data.Biapplicative.Mag
  3675. 1741.55 s [semigroupoids] Warning: Data.Semigroup.Foldable: could not find link destinations for:
  3676. 1741.55 s [semigroupoids]
  3677. 1741.55 s [semigroupoids] - Data.Foldable1.foldMap1'
  3678. 1741.55 s [semigroupoids] - Data.Foldable1.maximum
  3679. 1741.55 s [semigroupoids] - Data.Foldable1.minimum
  3680. 1741.55 s [semigroupoids] - Data.Foldable1.head
  3681. 1741.55 s [semigroupoids] - Data.Foldable1.last
  3682. 1741.55 s [semigroupoids] - Data.Foldable1.foldrMap1
  3683. 1741.55 s [semigroupoids] - Data.Foldable1.foldlMap1'
  3684. 1741.55 s [semigroupoids] - Data.Foldable1.foldlMap1
  3685. 1741.55 s [semigroupoids] - Data.Foldable1.foldrMap1'
  3686. 1741.70 s [indexed-traversable-instances] Phase: setupCompilerEnvironmentPhase
  3687. 1741.70 s [indexed-traversable-instances] Build with /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6.
  3688. 1741.92 s [indexed-traversable-instances] Phase: unpackPhase
  3689. 1741.92 s [indexed-traversable-instances] unpacking source archive /nix/store/piy7fiiqr78dmbrs0lhbyiismy7byv84-indexed-traversable-instances-0.1.2.tar.gz
  3690. 1741.93 s [indexed-traversable-instances] source root is indexed-traversable-instances-0.1.2
  3691. 1741.94 s [indexed-traversable-instances] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file indexed-traversable-instances-0.1.2/tests/safe.hs
  3692. 1741.94 s [indexed-traversable-instances] Phase: patchPhase
  3693. 1741.95 s [indexed-traversable-instances] Phase: compileBuildDriverPhase
  3694. 1741.96 s [indexed-traversable-instances] setupCompileFlags: -package-db=/build/tmp.9I89iM1UrV/setup-package.conf.d -threaded
  3695. 1742.03 s [indexed-traversable-instances] [1 of 1] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.9I89iM1UrV/Main.o )
  3696. 1742.12 s [indexed-traversable-instances] Linking Setup ...
  3697. 1743.16 s [invariant] Documentation created: dist/doc/html/invariant/index.html,
  3698. 1743.16 s [invariant] dist/doc/html/invariant/invariant.txt
  3699. 1743.17 s [invariant] Preprocessing test suite 'spec' for invariant-0.6.3..
  3700. 1743.18 s [invariant] Phase: installPhase
  3701. 1743.35 s [invariant] Installing library in /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz
  3702. 1743.89 s [invariant] Phase: fixupPhase
  3703. 1743.91 s [invariant] shrinking RPATHs of ELF executables and libraries in /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3
  3704. 1743.91 s [invariant] shrinking /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSinvariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz-ghc9.2.6.so
  3705. 1743.93 s [invariant] checking for references to /build/ in /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3...
  3706. 1743.94 s [invariant] patching script interpreter paths in /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3
  3707. 1743.95 s [invariant] stripping (with command strip and flags -S -p) in /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3/lib
  3708. 1744.09 s [invariant] shrinking RPATHs of ELF executables and libraries in /nix/store/x522kfln5mx5jh758swan4x78sqhyn5n-invariant-0.6.3-doc
  3709. 1744.10 s [invariant] checking for references to /build/ in /nix/store/x522kfln5mx5jh758swan4x78sqhyn5n-invariant-0.6.3-doc...
  3710. 1744.10 s [invariant] patching script interpreter paths in /nix/store/x522kfln5mx5jh758swan4x78sqhyn5n-invariant-0.6.3-doc
  3711. 1744.23 s [invariant:post-build] Uploading to the NixCI cache: /nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3 /nix/store/x522kfln5mx5jh758swan4x78sqhyn5n-invariant-0.6.3-doc
  3712. 1744.29 s [invariant:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3713. 1744.83 s [invariant:post-build] copying 2 paths...
  3714. 1744.83 s [invariant:post-build] copying path '/nix/store/x522kfln5mx5jh758swan4x78sqhyn5n-invariant-0.6.3-doc' to 'https://cache.nix-ci.com'...
  3715. 1745.56 s [invariant:post-build] copying path '/nix/store/8wjapv1qmc60gypjw3zr9wv9llyphcg2-invariant-0.6.3' to 'https://cache.nix-ci.com'...
  3716. 1747.72 s [invariant:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3717. 1748.05 s [invariant:post-build] copying 1 paths...
  3718. 1748.05 s [invariant:post-build] copying path '/nix/store/ks5gjkrl6f51z1hqnpji6p4bpkv3l1x9-invariant-0.6.3.drv' to 'https://cache.nix-ci.com'...
  3719. 1748.34 s Uploaded invariant in 4.1s
  3720. 1748.34 s Progress: 98 of 106 built (2 building), 4 of 4 downloaded from cache
  3721. 1748.34 s Built invariant in 34.6s
  3722. 1748.34 s [indexed-traversable-instances] Phase: updateAutotoolsGnuConfigScriptsPhase
  3723. 1748.34 s [indexed-traversable-instances] Phase: configurePhase
  3724. 1748.34 s [indexed-traversable-instances] configureFlags: --verbose --prefix=/nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/3mbbma4i7xwfazlswvfxmky0s4vrba5m-indexed-traversable-instances-0.1.2-doc/share/doc/indexed-traversable-instances-0.1.2 --with-gcc=gcc --package-db=/build/tmp.9I89iM1UrV/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/z7ndn3k8zfjrf713gq443q7a2ixzaab5-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r25i9ffbldgn22436psygd7ivbvs3qq8-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  3725. 1748.34 s [indexed-traversable-instances] Using Parsec parser
  3726. 1748.34 s [indexed-traversable-instances] Configuring indexed-traversable-instances-0.1.2...
  3727. 1748.34 s [indexed-traversable-instances] Dependency OneTuple >=0.3 && <0.5: using OneTuple-0.4.2
  3728. 1748.34 s [indexed-traversable-instances] Dependency base >=4.12 && <4.21: using base-4.16.4.0
  3729. 1748.34 s [indexed-traversable-instances] Dependency indexed-traversable >=0.1.4 && <0.2: using
  3730. 1748.34 s [indexed-traversable-instances] indexed-traversable-0.1.4
  3731. 1748.34 s [indexed-traversable-instances] Dependency tagged >=0.8.6 && <0.9: using tagged-0.8.8
  3732. 1748.34 s [indexed-traversable-instances] Dependency unordered-containers >=0.2.8.0 && <0.3: using
  3733. 1748.34 s [indexed-traversable-instances] unordered-containers-0.2.20
  3734. 1748.34 s [indexed-traversable-instances] Dependency vector >=0.13.1.0 && <0.14: using vector-0.13.1.0
  3735. 1748.34 s [indexed-traversable-instances] Dependency base: using base-4.16.4.0
  3736. 1748.34 s [indexed-traversable-instances] Dependency indexed-traversable: using indexed-traversable-0.1.4
  3737. 1748.34 s [indexed-traversable-instances] Dependency indexed-traversable-instances: using
  3738. 1748.34 s [indexed-traversable-instances] indexed-traversable-instances-0.1.2
  3739. 1748.34 s [indexed-traversable-instances] Dependency OneTuple: using OneTuple-0.4.2
  3740. 1748.34 s [indexed-traversable-instances] Dependency QuickCheck >=2.14.2 && <2.15: using QuickCheck-2.14.3
  3741. 1748.34 s [indexed-traversable-instances] Dependency base: using base-4.16.4.0
  3742. 1748.34 s [indexed-traversable-instances] Dependency containers: using containers-0.6.5.1
  3743. 1748.34 s [indexed-traversable-instances] Dependency indexed-traversable: using indexed-traversable-0.1.4
  3744. 1748.34 s [indexed-traversable-instances] Dependency indexed-traversable-instances: using
  3745. 1748.34 s [indexed-traversable-instances] indexed-traversable-instances-0.1.2
  3746. 1748.34 s [indexed-traversable-instances] Dependency quickcheck-instances >=0.3.29 && <0.4: using
  3747. 1748.34 s [indexed-traversable-instances] quickcheck-instances-0.3.30
  3748. 1748.34 s [indexed-traversable-instances] Dependency tasty >=1.2.3 && <1.6: using tasty-1.4.3
  3749. 1748.34 s [indexed-traversable-instances] Dependency tasty-quickcheck >=0.10.1.1 && <0.11: using tasty-quickcheck-0.10.2
  3750. 1748.34 s [indexed-traversable-instances] Dependency transformers: using transformers-0.5.6.2
  3751. 1748.34 s [indexed-traversable-instances] Dependency unordered-containers: using unordered-containers-0.2.20
  3752. 1748.34 s [indexed-traversable-instances] Dependency vector: using vector-0.13.1.0
  3753. 1748.34 s [indexed-traversable-instances] Source component graph:
  3754. 1748.34 s [indexed-traversable-instances] component lib
  3755. 1748.34 s [indexed-traversable-instances] component test:indexed-tests dependency lib
  3756. 1748.34 s [indexed-traversable-instances] component test:safe dependency lib
  3757. 1748.34 s [indexed-traversable-instances] Configured component graph:
  3758. 1748.34 s [indexed-traversable-instances] component indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  3759. 1748.34 s [indexed-traversable-instances] include OneTuple-0.4.2-KhMD6btXFVZC1gPeKNEH1X
  3760. 1748.34 s [indexed-traversable-instances] include base-4.16.4.0
  3761. 1748.34 s [indexed-traversable-instances] include indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  3762. 1748.34 s [indexed-traversable-instances] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  3763. 1748.34 s [indexed-traversable-instances] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  3764. 1748.34 s [indexed-traversable-instances] include vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  3765. 1748.34 s [indexed-traversable-instances] component indexed-traversable-instances-0.1.2-L1mIdm4kSRMEWacloFBNrg-indexed-tests
  3766. 1748.34 s [indexed-traversable-instances] include OneTuple-0.4.2-KhMD6btXFVZC1gPeKNEH1X
  3767. 1748.34 s [indexed-traversable-instances] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  3768. 1748.34 s [indexed-traversable-instances] include base-4.16.4.0
  3769. 1748.34 s [indexed-traversable-instances] include containers-0.6.5.1
  3770. 1748.34 s [indexed-traversable-instances] include indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  3771. 1748.34 s [indexed-traversable-instances] include indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  3772. 1748.34 s [indexed-traversable-instances] include quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy
  3773. 1748.34 s [indexed-traversable-instances] include tasty-1.4.3-HYc4ATTr1lV8Z6B5tXgEig
  3774. 1748.34 s [indexed-traversable-instances] include tasty-quickcheck-0.10.2-C9PiOjHkkdiHiEHp58KrpU
  3775. 1748.34 s [indexed-traversable-instances] include transformers-0.5.6.2
  3776. 1748.34 s [indexed-traversable-instances] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  3777. 1748.34 s [indexed-traversable-instances] include vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  3778. 1748.34 s [indexed-traversable-instances] component indexed-traversable-instances-0.1.2-1mQUDClMvqMJZiYSSKl6WD-safe
  3779. 1748.34 s [indexed-traversable-instances] include base-4.16.4.0
  3780. 1748.34 s [semigroupoids] Documentation created: dist/doc/html/semigroupoids/index.html,
  3781. 1748.34 s [semigroupoids] dist/doc/html/semigroupoids/semigroupoids.txt
  3782. 1748.34 s [semigroupoids] Phase: installPhase
  3783. 1748.34 s [semigroupoids] Installing library in /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  3784. 1748.34 s [semigroupoids] Phase: fixupPhase
  3785. 1748.34 s [semigroupoids] shrinking RPATHs of ELF executables and libraries in /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1
  3786. 1748.34 s [semigroupoids] shrinking /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSsemigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60-ghc9.2.6.so
  3787. 1748.34 s [semigroupoids] checking for references to /build/ in /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1...
  3788. 1748.34 s [semigroupoids] patching script interpreter paths in /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1
  3789. 1748.34 s [semigroupoids] stripping (with command strip and flags -S -p) in /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1/lib
  3790. 1748.34 s [semigroupoids] shrinking RPATHs of ELF executables and libraries in /nix/store/gwxx2w21ra0krx4zwh122hz9gz9naj6a-semigroupoids-6.0.1-doc
  3791. 1748.34 s [semigroupoids] checking for references to /build/ in /nix/store/gwxx2w21ra0krx4zwh122hz9gz9naj6a-semigroupoids-6.0.1-doc...
  3792. 1748.34 s [semigroupoids] patching script interpreter paths in /nix/store/gwxx2w21ra0krx4zwh122hz9gz9naj6a-semigroupoids-6.0.1-doc
  3793. 1748.34 s [indexed-traversable-instances] include indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  3794. 1748.34 s [indexed-traversable-instances] include indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  3795. 1748.34 s [indexed-traversable-instances] Linked component graph:
  3796. 1748.34 s [indexed-traversable-instances] unit indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  3797. 1748.34 s [indexed-traversable-instances] include OneTuple-0.4.2-KhMD6btXFVZC1gPeKNEH1X
  3798. 1748.34 s [indexed-traversable-instances] include base-4.16.4.0
  3799. 1748.34 s [indexed-traversable-instances] include indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  3800. 1748.34 s [indexed-traversable-instances] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  3801. 1748.34 s [indexed-traversable-instances] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  3802. 1748.34 s [indexed-traversable-instances] include vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  3803. 1748.34 s [indexed-traversable-instances] Data.Functor.WithIndex.Instances=indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr:Data.Functor.WithIndex.Instances
  3804. 1748.34 s [indexed-traversable-instances] unit indexed-traversable-instances-0.1.2-L1mIdm4kSRMEWacloFBNrg-indexed-tests
  3805. 1748.34 s [indexed-traversable-instances] include OneTuple-0.4.2-KhMD6btXFVZC1gPeKNEH1X
  3806. 1748.34 s [indexed-traversable-instances] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  3807. 1748.34 s [indexed-traversable-instances] include base-4.16.4.0
  3808. 1748.34 s [indexed-traversable-instances] include containers-0.6.5.1
  3809. 1748.34 s [indexed-traversable-instances] include indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  3810. 1748.34 s [indexed-traversable-instances] include indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  3811. 1748.34 s [indexed-traversable-instances] include quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy
  3812. 1748.34 s [indexed-traversable-instances] include tasty-1.4.3-HYc4ATTr1lV8Z6B5tXgEig
  3813. 1748.34 s [indexed-traversable-instances] include tasty-quickcheck-0.10.2-C9PiOjHkkdiHiEHp58KrpU
  3814. 1748.34 s [indexed-traversable-instances] include transformers-0.5.6.2
  3815. 1748.34 s [indexed-traversable-instances] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  3816. 1748.34 s [indexed-traversable-instances] include vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  3817. 1748.34 s [indexed-traversable-instances] unit indexed-traversable-instances-0.1.2-1mQUDClMvqMJZiYSSKl6WD-safe
  3818. 1748.34 s [indexed-traversable-instances] include base-4.16.4.0
  3819. 1748.34 s [indexed-traversable-instances] include indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  3820. 1748.34 s [indexed-traversable-instances] include indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  3821. 1748.34 s [indexed-traversable-instances] Ready component graph:
  3822. 1748.34 s [indexed-traversable-instances] definite indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  3823. 1748.34 s [indexed-traversable-instances] depends OneTuple-0.4.2-KhMD6btXFVZC1gPeKNEH1X
  3824. 1748.34 s [indexed-traversable-instances] depends base-4.16.4.0
  3825. 1748.34 s [indexed-traversable-instances] depends indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  3826. 1748.34 s [indexed-traversable-instances] depends tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  3827. 1748.34 s [indexed-traversable-instances] depends unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  3828. 1748.34 s [indexed-traversable-instances] depends vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  3829. 1748.34 s [indexed-traversable-instances] definite indexed-traversable-instances-0.1.2-1mQUDClMvqMJZiYSSKl6WD-safe
  3830. 1748.34 s [indexed-traversable-instances] depends base-4.16.4.0
  3831. 1748.34 s [indexed-traversable-instances] depends indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  3832. 1748.34 s [indexed-traversable-instances] depends indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  3833. 1748.34 s [indexed-traversable-instances] definite indexed-traversable-instances-0.1.2-L1mIdm4kSRMEWacloFBNrg-indexed-tests
  3834. 1748.34 s [indexed-traversable-instances] depends OneTuple-0.4.2-KhMD6btXFVZC1gPeKNEH1X
  3835. 1748.34 s [indexed-traversable-instances] depends QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  3836. 1748.34 s [indexed-traversable-instances] depends base-4.16.4.0
  3837. 1748.34 s [indexed-traversable-instances] depends containers-0.6.5.1
  3838. 1748.34 s [indexed-traversable-instances] depends indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  3839. 1748.34 s [indexed-traversable-instances] depends indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  3840. 1748.35 s [indexed-traversable-instances] depends quickcheck-instances-0.3.30-EC1NcLhpE40D8SFFEtWxXy
  3841. 1748.35 s [indexed-traversable-instances] depends tasty-1.4.3-HYc4ATTr1lV8Z6B5tXgEig
  3842. 1748.35 s [indexed-traversable-instances] depends tasty-quickcheck-0.10.2-C9PiOjHkkdiHiEHp58KrpU
  3843. 1748.35 s [indexed-traversable-instances] depends transformers-0.5.6.2
  3844. 1748.35 s [indexed-traversable-instances] depends unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  3845. 1748.35 s [indexed-traversable-instances] depends vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  3846. 1748.35 s [indexed-traversable-instances] Using Cabal-3.6.3.0 compiled by ghc-9.2
  3847. 1748.35 s [indexed-traversable-instances] Using compiler: ghc-9.2.6
  3848. 1748.35 s [indexed-traversable-instances] Using install prefix:
  3849. 1748.35 s [indexed-traversable-instances] /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2
  3850. 1748.35 s [indexed-traversable-instances] Executables installed in:
  3851. 1748.35 s [indexed-traversable-instances] /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2/bin
  3852. 1748.35 s [indexed-traversable-instances] Libraries installed in:
  3853. 1748.35 s [indexed-traversable-instances] /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  3854. 1748.35 s [indexed-traversable-instances] Dynamic Libraries installed in:
  3855. 1748.35 s [indexed-traversable-instances] /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6
  3856. 1748.35 s [indexed-traversable-instances] Private executables installed in:
  3857. 1748.35 s [indexed-traversable-instances] /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2/libexec/x86_64-linux-ghc-9.2.6/indexed-traversable-instances-0.1.2
  3858. 1748.35 s [indexed-traversable-instances] Data files installed in:
  3859. 1748.35 s [indexed-traversable-instances] /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2/share/x86_64-linux-ghc-9.2.6/indexed-traversable-instances-0.1.2
  3860. 1748.35 s [indexed-traversable-instances] Documentation installed in:
  3861. 1748.46 s [semigroupoids:post-build] Uploading to the NixCI cache: /nix/store/gwxx2w21ra0krx4zwh122hz9gz9naj6a-semigroupoids-6.0.1-doc /nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1
  3862. 1748.55 s [semigroupoids:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3863. 1748.82 s [semigroupoids:post-build] copying 2 paths...
  3864. 1748.82 s [semigroupoids:post-build] copying path '/nix/store/gwxx2w21ra0krx4zwh122hz9gz9naj6a-semigroupoids-6.0.1-doc' to 'https://cache.nix-ci.com'...
  3865. 1750.00 s [semigroupoids:post-build] copying path '/nix/store/pklwqlvhc2554417j1kr9isr7rf52j1b-semigroupoids-6.0.1' to 'https://cache.nix-ci.com'...
  3866. 1755.00 s [semigroupoids:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3867. 1755.33 s [semigroupoids:post-build] copying 1 paths...
  3868. 1755.33 s [semigroupoids:post-build] copying path '/nix/store/p4y29svk94hhzq5rfq8rznmgy0br42m7-semigroupoids-6.0.1.drv' to 'https://cache.nix-ci.com'...
  3869. 1755.62 s Uploaded semigroupoids in 7.1s
  3870. 1755.62 s Progress: 99 of 106 built (1 building), 4 of 4 downloaded from cache
  3871. 1755.62 s Built semigroupoids in 41.8s
  3872. 1755.68 s Building /nix/store/s2qs33m6qm9qnsi41x4c3waj3jhwxc0w-free-5.2.drv
  3873. 1755.68 s [indexed-traversable-instances] /nix/store/3mbbma4i7xwfazlswvfxmky0s4vrba5m-indexed-traversable-instances-0.1.2-doc/share/doc/indexed-traversable-instances-0.1.2
  3874. 1755.68 s [indexed-traversable-instances] Configuration files installed in:
  3875. 1755.68 s [indexed-traversable-instances] /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2/etc
  3876. 1755.68 s [indexed-traversable-instances] No alex found
  3877. 1755.68 s [indexed-traversable-instances] Using ar found on system at:
  3878. 1755.68 s [indexed-traversable-instances] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  3879. 1755.68 s [indexed-traversable-instances] No c2hs found
  3880. 1755.68 s [indexed-traversable-instances] No cpphs found
  3881. 1755.68 s [indexed-traversable-instances] No doctest found
  3882. 1755.68 s [indexed-traversable-instances] Using gcc version 13.3.0 given by user at:
  3883. 1755.68 s [indexed-traversable-instances] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  3884. 1755.68 s [indexed-traversable-instances] Using ghc version 9.2.6 found on system at:
  3885. 1755.68 s [indexed-traversable-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc
  3886. 1755.68 s [indexed-traversable-instances] Using ghc-pkg version 9.2.6 found on system at:
  3887. 1755.68 s [indexed-traversable-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc-pkg-9.2.6
  3888. 1755.68 s [indexed-traversable-instances] No ghcjs found
  3889. 1755.68 s [indexed-traversable-instances] No ghcjs-pkg found
  3890. 1755.68 s [indexed-traversable-instances] No greencard found
  3891. 1755.68 s [indexed-traversable-instances] Using haddock version 2.26.0 found on system at:
  3892. 1755.68 s [indexed-traversable-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/haddock-ghc-9.2.6
  3893. 1755.68 s [indexed-traversable-instances] No happy found
  3894. 1755.68 s [indexed-traversable-instances] Using haskell-suite found on system at: haskell-suite-dummy-location
  3895. 1755.68 s [indexed-traversable-instances] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3896. 1755.68 s [indexed-traversable-instances] No hmake found
  3897. 1755.68 s [indexed-traversable-instances] Using hpc version 0.68 found on system at:
  3898. 1755.68 s [indexed-traversable-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hpc
  3899. 1755.68 s [indexed-traversable-instances] Using hsc2hs version 0.68.8 found on system at:
  3900. 1755.68 s [indexed-traversable-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hsc2hs
  3901. 1755.68 s [indexed-traversable-instances] Using hscolour version 1.25 found on system at:
  3902. 1755.68 s [indexed-traversable-instances] /nix/store/7rcsa1qyv53y8x7irr5n5jwpgc6zb0fv-hscolour-1.25/bin/HsColour
  3903. 1755.68 s [indexed-traversable-instances] No jhc found
  3904. 1755.68 s [indexed-traversable-instances] Using ld found on system at:
  3905. 1755.68 s [indexed-traversable-instances] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  3906. 1755.68 s [indexed-traversable-instances] No pkg-config found
  3907. 1755.68 s [indexed-traversable-instances] Using runghc version 9.2.6 found on system at:
  3908. 1755.68 s [indexed-traversable-instances] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/runghc-9.2.6
  3909. 1755.68 s [indexed-traversable-instances] Using strip version 2.43 found on system at:
  3910. 1755.68 s [indexed-traversable-instances] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  3911. 1755.68 s [indexed-traversable-instances] Using tar found on system at:
  3912. 1755.68 s [indexed-traversable-instances] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  3913. 1755.68 s [indexed-traversable-instances] No uhc found
  3914. 1755.68 s [indexed-traversable-instances] Phase: buildPhase
  3915. 1755.68 s [indexed-traversable-instances] Preprocessing library for indexed-traversable-instances-0.1.2..
  3916. 1755.68 s [indexed-traversable-instances] Building library for indexed-traversable-instances-0.1.2..
  3917. 1755.68 s [indexed-traversable-instances] [1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, dist/build/Data/Functor/WithIndex/Instances.o, dist/build/Data/Functor/WithIndex/Instances.dyn_o )
  3918. 1755.68 s [indexed-traversable-instances] [1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, dist/build/Data/Functor/WithIndex/Instances.p_o )
  3919. 1755.68 s [indexed-traversable-instances] Preprocessing test suite 'safe' for indexed-traversable-instances-0.1.2..
  3920. 1755.68 s [indexed-traversable-instances] Building test suite 'safe' for indexed-traversable-instances-0.1.2..
  3921. 1755.68 s [indexed-traversable-instances] [1 of 1] Compiling Main ( tests/safe.hs, dist/build/safe/safe-tmp/Main.o )
  3922. 1755.68 s [indexed-traversable-instances] Linking dist/build/safe/safe ...
  3923. 1755.68 s [indexed-traversable-instances] Preprocessing test suite 'indexed-tests' for indexed-traversable-instances-0.1.2..
  3924. 1755.68 s [indexed-traversable-instances] Building test suite 'indexed-tests' for indexed-traversable-instances-0.1.2..
  3925. 1755.68 s [indexed-traversable-instances] [1 of 1] Compiling Main ( tests/main.hs, dist/build/indexed-tests/indexed-tests-tmp/Main.o )
  3926. 1755.68 s [indexed-traversable-instances] Linking dist/build/indexed-tests/indexed-tests ...
  3927. 1755.68 s [indexed-traversable-instances] Phase: checkPhase
  3928. 1755.68 s [indexed-traversable-instances] Running 2 test suites...
  3929. 1755.68 s [indexed-traversable-instances] Test suite safe: RUNNING...
  3930. 1755.68 s [indexed-traversable-instances] Test suite safe: PASS
  3931. 1755.68 s [indexed-traversable-instances] Test suite logged to: dist/test/indexed-traversable-instances-0.1.2-safe.log
  3932. 1755.68 s [indexed-traversable-instances] Test suite indexed-tests: RUNNING...
  3933. 1755.68 s [indexed-traversable-instances] tests
  3934. 1755.68 s [indexed-traversable-instances] []
  3935. 1755.68 s [indexed-traversable-instances] imapDefault: OK (0.01s)
  3936. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3937. 1755.68 s [indexed-traversable-instances] ifoldMapDefault: OK (0.03s)
  3938. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3939. 1755.68 s [indexed-traversable-instances] ifoldrDefault: OK (0.03s)
  3940. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3941. 1755.68 s [indexed-traversable-instances] ifoldl'Default: OK (0.02s)
  3942. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3943. 1755.68 s [indexed-traversable-instances] toList: OK
  3944. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3945. 1755.68 s [indexed-traversable-instances] indices: OK
  3946. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3947. 1755.68 s [indexed-traversable-instances] Map Int
  3948. 1755.68 s [indexed-traversable-instances] imapDefault: OK (0.01s)
  3949. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3950. 1755.68 s [indexed-traversable-instances] ifoldMapDefault: OK (0.03s)
  3951. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3952. 1755.68 s [indexed-traversable-instances] ifoldrDefault: OK (0.03s)
  3953. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3954. 1755.68 s [indexed-traversable-instances] ifoldl'Default: OK (0.03s)
  3955. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3956. 1755.68 s [indexed-traversable-instances] toList: OK
  3957. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3958. 1755.68 s [indexed-traversable-instances] indices: OK
  3959. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3960. 1755.68 s [indexed-traversable-instances] HashMap Int
  3961. 1755.68 s [indexed-traversable-instances] imapDefault: OK (0.01s)
  3962. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3963. 1755.68 s [indexed-traversable-instances] ifoldMapDefault: OK (0.02s)
  3964. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3965. 1755.68 s [indexed-traversable-instances] ifoldrDefault: OK (0.03s)
  3966. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3967. 1755.68 s [indexed-traversable-instances] ifoldl'Default: OK (0.01s)
  3968. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3969. 1755.68 s [indexed-traversable-instances] toList: OK
  3970. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3971. 1755.68 s [indexed-traversable-instances] indices: OK
  3972. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3973. 1755.68 s [indexed-traversable-instances] Seq
  3974. 1755.68 s [indexed-traversable-instances] imapDefault: OK
  3975. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3976. 1755.68 s [indexed-traversable-instances] ifoldMapDefault: OK
  3977. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3978. 1755.68 s [indexed-traversable-instances] ifoldrDefault: OK (0.02s)
  3979. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3980. 1755.68 s [indexed-traversable-instances] ifoldl'Default: OK
  3981. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3982. 1755.68 s [indexed-traversable-instances] toList: OK
  3983. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3984. 1755.68 s [indexed-traversable-instances] indices: OK
  3985. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3986. 1755.68 s [indexed-traversable-instances] Vector
  3987. 1755.68 s [indexed-traversable-instances] imapDefault: OK
  3988. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3989. 1755.68 s [indexed-traversable-instances] ifoldMapDefault: OK (0.03s)
  3990. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3991. 1755.68 s [indexed-traversable-instances] ifoldrDefault: OK (0.04s)
  3992. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3993. 1755.68 s [indexed-traversable-instances] ifoldl'Default: OK (0.05s)
  3994. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3995. 1755.68 s [indexed-traversable-instances] toList: OK
  3996. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3997. 1755.68 s [indexed-traversable-instances] indices: OK
  3998. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3999. 1755.68 s [indexed-traversable-instances] Solo
  4000. 1755.68 s [indexed-traversable-instances] imapDefault: OK
  4001. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4002. 1755.68 s [indexed-traversable-instances] ifoldMapDefault: OK
  4003. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4004. 1755.68 s [indexed-traversable-instances] ifoldrDefault: OK
  4005. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4006. 1755.68 s [indexed-traversable-instances] ifoldl'Default: OK
  4007. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4008. 1755.68 s [indexed-traversable-instances] toList: OK
  4009. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4010. 1755.68 s [indexed-traversable-instances] indices: OK
  4011. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4012. 1755.68 s [indexed-traversable-instances] IntMap
  4013. 1755.68 s [indexed-traversable-instances] imapDefault: OK (0.01s)
  4014. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4015. 1755.68 s [indexed-traversable-instances] ifoldMapDefault: OK (0.02s)
  4016. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4017. 1755.68 s [indexed-traversable-instances] ifoldrDefault: OK (0.03s)
  4018. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4019. 1755.68 s [indexed-traversable-instances] ifoldl'Default: OK (0.03s)
  4020. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4021. 1755.68 s [indexed-traversable-instances] toList: OK
  4022. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4023. 1755.68 s [indexed-traversable-instances] indices: OK
  4024. 1755.68 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  4025. 1755.68 s [indexed-traversable-instances]
  4026. 1755.68 s [indexed-traversable-instances] All 42 tests passed (0.63s)
  4027. 1755.68 s [indexed-traversable-instances] Test suite indexed-tests: PASS
  4028. 1755.68 s [indexed-traversable-instances] Test suite logged to:
  4029. 1755.68 s [indexed-traversable-instances] dist/test/indexed-traversable-instances-0.1.2-indexed-tests.log
  4030. 1755.68 s [indexed-traversable-instances] 2 of 2 test suites (2 of 2 test cases) passed.
  4031. 1755.68 s [indexed-traversable-instances] Phase: haddockPhase
  4032. 1755.68 s [indexed-traversable-instances] Preprocessing library for indexed-traversable-instances-0.1.2..
  4033. 1755.68 s [indexed-traversable-instances] Running Haddock on library for indexed-traversable-instances-0.1.2..
  4034. 1755.68 s [indexed-traversable-instances] Warning: The documentation for the following packages are not installed. No
  4035. 1755.68 s [indexed-traversable-instances] links will be generated to these packages: data-array-byte-0.1.0.1,
  4036. 1755.68 s [indexed-traversable-instances] foldable1-classes-compat-0.1
  4037. 1755.70 s [indexed-traversable-instances] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  4038. 1755.78 s [free] Phase: setupCompilerEnvironmentPhase
  4039. 1755.79 s [free] Build with /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6.
  4040. 1755.96 s [free] Phase: unpackPhase
  4041. 1755.97 s [free] unpacking source archive /nix/store/ww34c3nzhs0wrgn68lk5d0qk9rgdm1d7-free-5.2.tar.gz
  4042. 1755.97 s [free] source root is free-5.2
  4043. 1755.98 s [free] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file free-5.2/.vim.custom
  4044. 1755.98 s [free] Phase: patchPhase
  4045. 1755.99 s [free] Replace Cabal file with edited version from mirror://hackage/free-5.2/revision/5.cabal.
  4046. 1756.00 s [free] Phase: compileBuildDriverPhase
  4047. 1756.00 s [free] setupCompileFlags: -package-db=/build/tmp.hTPCkFKlqj/setup-package.conf.d -threaded
  4048. 1756.09 s [free] [1 of 1] Compiling Main ( Setup.lhs, /build/tmp.hTPCkFKlqj/Main.o )
  4049. 1756.13 s [indexed-traversable-instances] 100% ( 1 / 1) in 'Data.Functor.WithIndex.Instances'
  4050. 1756.18 s [free] Linking Setup ...
  4051. 1757.83 s [free] Phase: updateAutotoolsGnuConfigScriptsPhase
  4052. 1757.84 s [free] Phase: configurePhase
  4053. 1757.85 s [free] configureFlags: --verbose --prefix=/nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/2vfldar2lg23kizcvvkzk7s9726fq1n4-free-5.2-doc/share/doc/free-5.2 --with-gcc=gcc --package-db=/build/tmp.hTPCkFKlqj/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/z7ndn3k8zfjrf713gq443q7a2ixzaab5-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r25i9ffbldgn22436psygd7ivbvs3qq8-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  4054. 1758.41 s [free] Using Parsec parser
  4055. 1758.41 s [free] Configuring free-5.2...
  4056. 1758.41 s [free] Dependency base >=4.9 && <5: using base-4.16.4.0
  4057. 1758.41 s [free] Dependency comonad >=5.0.8 && <6: using comonad-5.0.8
  4058. 1758.41 s [free] Dependency containers >=0.5.7.1 && <0.8: using containers-0.6.5.1
  4059. 1758.41 s [free] Dependency distributive >=0.5.2 && <1: using distributive-0.6.2.1
  4060. 1758.41 s [free] Dependency exceptions >=0.10.4 && <0.11: using exceptions-0.10.4
  4061. 1758.41 s [free] Dependency indexed-traversable >=0.1.1 && <0.2: using
  4062. 1758.41 s [free] indexed-traversable-0.1.4
  4063. 1758.41 s [free] Dependency mtl >=2.2.2 && <2.4: using mtl-2.2.2
  4064. 1758.41 s [free] Dependency profunctors >=5.6.1 && <6: using profunctors-5.6.2
  4065. 1758.41 s [free] Dependency semigroupoids >=5.3.5 && <7: using semigroupoids-6.0.1
  4066. 1758.41 s [free] Dependency template-haskell >=2.11 && <2.23: using template-haskell-2.18.0.0
  4067. 1758.41 s [free] Dependency th-abstraction >=0.4.2.0 && <0.8: using th-abstraction-0.5.0.0
  4068. 1758.41 s [free] Dependency transformers >=0.5 && <0.7: using transformers-0.5.6.2
  4069. 1758.41 s [free] Dependency transformers-base >=0.4.5.2 && <0.5: using transformers-base-0.4.6
  4070. 1758.72 s [free] Source component graph: component lib
  4071. 1758.72 s [free] Configured component graph:
  4072. 1758.72 s [free] component free-5.2-Cohu0xB3SiQJ2VZiObcu04
  4073. 1758.72 s [free] include base-4.16.4.0
  4074. 1758.72 s [free] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  4075. 1758.72 s [free] include containers-0.6.5.1
  4076. 1758.72 s [free] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4077. 1758.72 s [free] include exceptions-0.10.4
  4078. 1758.72 s [free] include indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  4079. 1758.72 s [free] include mtl-2.2.2
  4080. 1758.72 s [free] include profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  4081. 1758.72 s [free] include semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  4082. 1758.72 s [free] include template-haskell-2.18.0.0
  4083. 1758.72 s [free] include th-abstraction-0.5.0.0-HE2kOLxwqIsnfbUtyHLkk
  4084. 1758.72 s [free] include transformers-0.5.6.2
  4085. 1758.72 s [free] include transformers-base-0.4.6-LKg864Dx295H1jT03zp9Gk
  4086. 1758.72 s [free] Linked component graph:
  4087. 1758.72 s [free] unit free-5.2-Cohu0xB3SiQJ2VZiObcu04
  4088. 1758.73 s [free] include base-4.16.4.0
  4089. 1758.73 s [free] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  4090. 1758.73 s [free] include containers-0.6.5.1
  4091. 1758.73 s [free] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4092. 1758.73 s [free] include exceptions-0.10.4
  4093. 1758.73 s [free] include indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  4094. 1758.73 s [free] include mtl-2.2.2
  4095. 1758.73 s [free] include profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  4096. 1758.73 s [free] include semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  4097. 1758.73 s [free] include template-haskell-2.18.0.0
  4098. 1758.73 s [free] include th-abstraction-0.5.0.0-HE2kOLxwqIsnfbUtyHLkk
  4099. 1758.73 s [free] include transformers-0.5.6.2
  4100. 1758.73 s [free] include transformers-base-0.4.6-LKg864Dx295H1jT03zp9Gk
  4101. 1758.73 s [free] Control.Alternative.Free=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Alternative.Free,Control.Alternative.Free.Final=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Alternative.Free.Final,Control.Applicative.Free=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Applicative.Free,Control.Applicative.Free.Fast=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Applicative.Free.Fast,Control.Applicative.Free.Final=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Applicative.Free.Final,Control.Applicative.Trans.Free=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Applicative.Trans.Free,Control.Comonad.Cofree=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Comonad.Cofree,Control.Comonad.Cofree.Class=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Comonad.Cofree.Class,Control.Comonad.Trans.Cofree=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Comonad.Trans.Cofree,Control.Comonad.Trans.Coiter=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Comonad.Trans.Coiter,Control.Monad.Free=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Monad.Free,Control.Monad.Free.Ap=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Monad.Free.Ap,Control.Monad.Free.Church=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Monad.Free.Church,Control.Monad.Free.Class=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Monad.Free.Class,Control.Monad.Free.TH=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Monad.Free.TH,Control.Monad.Trans.Free=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Monad.Trans.Free,Control.Monad.Trans.Free.Ap=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Monad.Trans.Free.Ap,Control.Monad.Trans.Free.Church=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Monad.Trans.Free.Church,Control.Monad.Trans.Iter=free-5.2-Cohu0xB3SiQJ2VZiObcu04:Control.Monad.Trans.Iter
  4102. 1758.73 s [free] Ready component graph:
  4103. 1758.73 s [free] definite free-5.2-Cohu0xB3SiQJ2VZiObcu04
  4104. 1758.73 s [free] depends base-4.16.4.0
  4105. 1758.73 s [free] depends comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  4106. 1758.73 s [free] depends containers-0.6.5.1
  4107. 1758.73 s [free] depends distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4108. 1758.73 s [free] depends exceptions-0.10.4
  4109. 1758.73 s [free] depends indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  4110. 1758.73 s [free] depends mtl-2.2.2
  4111. 1758.73 s [free] depends profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  4112. 1758.73 s [free] depends semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  4113. 1758.73 s [free] depends template-haskell-2.18.0.0
  4114. 1758.73 s [free] depends th-abstraction-0.5.0.0-HE2kOLxwqIsnfbUtyHLkk
  4115. 1758.73 s [free] depends transformers-0.5.6.2
  4116. 1758.73 s [free] depends transformers-base-0.4.6-LKg864Dx295H1jT03zp9Gk
  4117. 1758.73 s [free] Using Cabal-3.6.3.0 compiled by ghc-9.2
  4118. 1758.73 s [free] Using compiler: ghc-9.2.6
  4119. 1758.73 s [free] Using install prefix: /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2
  4120. 1758.73 s [free] Executables installed in:
  4121. 1758.73 s [free] /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2/bin
  4122. 1758.73 s [free] Libraries installed in:
  4123. 1758.73 s [free] /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/free-5.2-Cohu0xB3SiQJ2VZiObcu04
  4124. 1758.73 s [free] Dynamic Libraries installed in:
  4125. 1758.73 s [free] /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6
  4126. 1758.73 s [free] Private executables installed in:
  4127. 1758.73 s [free] /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2/libexec/x86_64-linux-ghc-9.2.6/free-5.2
  4128. 1758.73 s [free] Data files installed in:
  4129. 1758.73 s [free] /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2/share/x86_64-linux-ghc-9.2.6/free-5.2
  4130. 1758.73 s [free] Documentation installed in:
  4131. 1758.73 s [free] /nix/store/2vfldar2lg23kizcvvkzk7s9726fq1n4-free-5.2-doc/share/doc/free-5.2
  4132. 1758.73 s [free] Configuration files installed in:
  4133. 1758.73 s [free] /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2/etc
  4134. 1758.73 s [free] No alex found
  4135. 1758.73 s [free] Using ar found on system at:
  4136. 1758.73 s [free] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  4137. 1758.73 s [free] No c2hs found
  4138. 1758.73 s [free] No cpphs found
  4139. 1758.73 s [free] No doctest found
  4140. 1758.73 s [free] Using gcc version 13.3.0 given by user at:
  4141. 1758.73 s [free] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  4142. 1758.73 s [free] Using ghc version 9.2.6 found on system at:
  4143. 1758.73 s [free] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc
  4144. 1758.73 s [free] Using ghc-pkg version 9.2.6 found on system at:
  4145. 1758.73 s [free] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc-pkg-9.2.6
  4146. 1758.73 s [free] No ghcjs found
  4147. 1758.73 s [free] No ghcjs-pkg found
  4148. 1758.73 s [free] No greencard found
  4149. 1758.73 s [free] Using haddock version 2.26.0 found on system at:
  4150. 1758.73 s [free] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/haddock-ghc-9.2.6
  4151. 1758.73 s [free] No happy found
  4152. 1758.73 s [free] Using haskell-suite found on system at: haskell-suite-dummy-location
  4153. 1758.73 s [free] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4154. 1758.73 s [free] No hmake found
  4155. 1758.73 s [free] Using hpc version 0.68 found on system at:
  4156. 1758.73 s [free] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hpc
  4157. 1758.73 s [free] Using hsc2hs version 0.68.8 found on system at:
  4158. 1758.73 s [free] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hsc2hs
  4159. 1758.73 s [free] Using hscolour version 1.25 found on system at:
  4160. 1758.73 s [free] /nix/store/7rcsa1qyv53y8x7irr5n5jwpgc6zb0fv-hscolour-1.25/bin/HsColour
  4161. 1758.73 s [free] No jhc found
  4162. 1758.73 s [free] Using ld found on system at:
  4163. 1758.73 s [free] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  4164. 1758.73 s [free] No pkg-config found
  4165. 1758.73 s [free] Using runghc version 9.2.6 found on system at:
  4166. 1758.73 s [free] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/runghc-9.2.6
  4167. 1758.73 s [free] Using strip version 2.43 found on system at:
  4168. 1758.73 s [free] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  4169. 1758.73 s [free] Using tar found on system at:
  4170. 1758.73 s [free] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  4171. 1758.73 s [free] No uhc found
  4172. 1758.74 s [free] Phase: buildPhase
  4173. 1758.80 s [free] Preprocessing library for free-5.2..
  4174. 1758.81 s [free] Building library for free-5.2..
  4175. 1759.10 s [free] [ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, dist/build/Control/Alternative/Free.o, dist/build/Control/Alternative/Free.dyn_o )
  4176. 1759.80 s [free] [ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, dist/build/Control/Alternative/Free/Final.o, dist/build/Control/Alternative/Free/Final.dyn_o )
  4177. 1759.80 s [free] [ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, dist/build/Control/Applicative/Free.o, dist/build/Control/Applicative/Free.dyn_o )
  4178. 1760.02 s [free] [ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, dist/build/Control/Applicative/Free/Fast.o, dist/build/Control/Applicative/Free/Fast.dyn_o )
  4179. 1760.02 s [free] [ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, dist/build/Control/Applicative/Free/Final.o, dist/build/Control/Applicative/Free/Final.dyn_o )
  4180. 1760.02 s [free] [ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, dist/build/Control/Applicative/Trans/Free.o, dist/build/Control/Applicative/Trans/Free.dyn_o )
  4181. 1760.04 s [free] [ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, dist/build/Control/Comonad/Cofree/Class.o, dist/build/Control/Comonad/Cofree/Class.dyn_o )
  4182. 1760.04 s [free] [ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, dist/build/Control/Comonad/Cofree.o, dist/build/Control/Comonad/Cofree.dyn_o )
  4183. 1761.07 s [indexed-traversable-instances] Documentation created: dist/doc/html/indexed-traversable-instances/index.html,
  4184. 1761.07 s [indexed-traversable-instances] dist/doc/html/indexed-traversable-instances/indexed-traversable-instances.txt
  4185. 1761.07 s [indexed-traversable-instances] Preprocessing test suite 'safe' for indexed-traversable-instances-0.1.2..
  4186. 1761.07 s [indexed-traversable-instances] Preprocessing test suite 'indexed-tests' for indexed-traversable-instances-0.1.2..
  4187. 1761.09 s [indexed-traversable-instances] Phase: installPhase
  4188. 1761.19 s [indexed-traversable-instances] Installing library in /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  4189. 1761.45 s [indexed-traversable-instances] Phase: fixupPhase
  4190. 1761.47 s [indexed-traversable-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2
  4191. 1761.47 s [indexed-traversable-instances] shrinking /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSindexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr-ghc9.2.6.so
  4192. 1761.48 s [indexed-traversable-instances] checking for references to /build/ in /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2...
  4193. 1761.49 s [indexed-traversable-instances] patching script interpreter paths in /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2
  4194. 1761.50 s [indexed-traversable-instances] stripping (with command strip and flags -S -p) in /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2/lib
  4195. 1761.53 s [indexed-traversable-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/3mbbma4i7xwfazlswvfxmky0s4vrba5m-indexed-traversable-instances-0.1.2-doc
  4196. 1761.54 s [indexed-traversable-instances] checking for references to /build/ in /nix/store/3mbbma4i7xwfazlswvfxmky0s4vrba5m-indexed-traversable-instances-0.1.2-doc...
  4197. 1761.55 s [indexed-traversable-instances] patching script interpreter paths in /nix/store/3mbbma4i7xwfazlswvfxmky0s4vrba5m-indexed-traversable-instances-0.1.2-doc
  4198. 1761.65 s [indexed-traversable-instances:post-build] Uploading to the NixCI cache: /nix/store/3mbbma4i7xwfazlswvfxmky0s4vrba5m-indexed-traversable-instances-0.1.2-doc /nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2
  4199. 1761.70 s [indexed-traversable-instances:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4200. 1761.96 s [indexed-traversable-instances:post-build] copying 2 paths...
  4201. 1761.96 s [indexed-traversable-instances:post-build] copying path '/nix/store/3mbbma4i7xwfazlswvfxmky0s4vrba5m-indexed-traversable-instances-0.1.2-doc' to 'https://cache.nix-ci.com'...
  4202. 1762.31 s [indexed-traversable-instances:post-build] copying path '/nix/store/bf797zdxs6zc7yqpx3742jhr0321wlw3-indexed-traversable-instances-0.1.2' to 'https://cache.nix-ci.com'...
  4203. 1762.84 s [indexed-traversable-instances:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4204. 1763.13 s [indexed-traversable-instances:post-build] copying 1 paths...
  4205. 1763.13 s [indexed-traversable-instances:post-build] copying path '/nix/store/1l53hv1qgmzbkagblwmw8vyraa0cjxvk-indexed-traversable-instances-0.1.2.drv' to 'https://cache.nix-ci.com'...
  4206. 1763.55 s Uploaded indexed-traversable-instances in 1.9s
  4207. 1763.55 s Progress: 100 of 106 built (1 building), 4 of 4 downloaded from cache
  4208. 1763.55 s Built indexed-traversable-instances in 22.0s
  4209. 1763.55 s [free] [ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, dist/build/Control/Comonad/Trans/Cofree.o, dist/build/Control/Comonad/Trans/Cofree.dyn_o )
  4210. 1763.55 s [free] [10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, dist/build/Control/Comonad/Trans/Coiter.o, dist/build/Control/Comonad/Trans/Coiter.dyn_o )
  4211. 1763.55 s [free] [11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, dist/build/Control/Monad/Free/Class.o, dist/build/Control/Monad/Free/Class.dyn_o )
  4212. 1763.55 s [free] [12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, dist/build/Control/Monad/Free/TH.o, dist/build/Control/Monad/Free/TH.dyn_o )
  4213. 1763.55 s [free] [13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, dist/build/Control/Monad/Trans/Free.o, dist/build/Control/Monad/Trans/Free.dyn_o )
  4214. 1763.55 s [free] [14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, dist/build/Control/Monad/Free.o, dist/build/Control/Monad/Free.dyn_o )
  4215. 1764.30 s [free] [15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, dist/build/Control/Monad/Free/Church.o, dist/build/Control/Monad/Free/Church.dyn_o )
  4216. 1765.06 s [free] [16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, dist/build/Control/Monad/Trans/Free/Ap.o, dist/build/Control/Monad/Trans/Free/Ap.dyn_o )
  4217. 1765.06 s [free] [17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, dist/build/Control/Monad/Free/Ap.o, dist/build/Control/Monad/Free/Ap.dyn_o )
  4218. 1765.06 s [free] [18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, dist/build/Control/Monad/Trans/Free/Church.o, dist/build/Control/Monad/Trans/Free/Church.dyn_o )
  4219. 1765.06 s [free] [19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, dist/build/Control/Monad/Trans/Iter.o, dist/build/Control/Monad/Trans/Iter.dyn_o )
  4220. 1765.74 s [free] [ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, dist/build/Control/Alternative/Free.p_o )
  4221. 1766.59 s [free] [ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, dist/build/Control/Alternative/Free/Final.p_o )
  4222. 1766.59 s [free] [ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, dist/build/Control/Applicative/Free.p_o )
  4223. 1766.91 s [free] [ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, dist/build/Control/Applicative/Free/Fast.p_o )
  4224. 1766.91 s [free] [ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, dist/build/Control/Applicative/Free/Final.p_o )
  4225. 1766.91 s [free] [ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, dist/build/Control/Applicative/Trans/Free.p_o )
  4226. 1766.91 s [free] [ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, dist/build/Control/Comonad/Cofree/Class.p_o )
  4227. 1766.91 s [free] [ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, dist/build/Control/Comonad/Cofree.p_o )
  4228. 1769.14 s [free] [ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, dist/build/Control/Comonad/Trans/Cofree.p_o )
  4229. 1769.14 s [free] [10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, dist/build/Control/Comonad/Trans/Coiter.p_o )
  4230. 1769.14 s [free] [11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, dist/build/Control/Monad/Free/Class.p_o )
  4231. 1769.15 s [free] [12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, dist/build/Control/Monad/Free/TH.p_o )
  4232. 1769.15 s [free] [13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, dist/build/Control/Monad/Trans/Free.p_o )
  4233. 1770.01 s [free] [14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, dist/build/Control/Monad/Free.p_o )
  4234. 1772.77 s [free] [15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, dist/build/Control/Monad/Free/Church.p_o )
  4235. 1773.93 s [free] [16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, dist/build/Control/Monad/Trans/Free/Ap.p_o )
  4236. 1773.93 s [free] [17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, dist/build/Control/Monad/Free/Ap.p_o )
  4237. 1773.93 s [free] [18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, dist/build/Control/Monad/Trans/Free/Church.p_o )
  4238. 1773.93 s [free] [19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, dist/build/Control/Monad/Trans/Iter.p_o )
  4239. 1776.57 s [free] Phase: checkPhase
  4240. 1776.63 s [free] Package has no test suites.
  4241. 1776.65 s [free] Phase: haddockPhase
  4242. 1776.89 s [free] Preprocessing library for free-5.2..
  4243. 1776.89 s [free] Running Haddock on library for free-5.2..
  4244. 1776.90 s [free] Warning: The documentation for the following packages are not installed. No
  4245. 1776.90 s [free] links will be generated to these packages: data-array-byte-0.1.0.1,
  4246. 1776.90 s [free] foldable1-classes-compat-0.1
  4247. 1777.00 s [free] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  4248. 1777.63 s [free] Warning: 'lift' is out of scope.
  4249. 1777.63 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4250. 1777.63 s [free] 66% ( 4 / 6) in 'Control.Alternative.Free'
  4251. 1777.63 s [free] Missing documentation for:
  4252. 1777.63 s [free] Alt (src/Control/Alternative/Free.hs:43)
  4253. 1777.63 s [free] AltF (src/Control/Alternative/Free.hs:39)
  4254. 1777.73 s [free] Warning: 'lift' is out of scope.
  4255. 1777.73 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4256. 1777.73 s [free] 100% ( 5 / 5) in 'Control.Alternative.Free.Final'
  4257. 1777.80 s [free] Warning: 'lift' is out of scope.
  4258. 1777.80 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4259. 1777.80 s [free] 100% ( 11 / 11) in 'Control.Applicative.Free'
  4260. 1777.92 s [free] Warning: 'f' is out of scope.
  4261. 1777.92 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4262. 1777.92 s [free] Warning: 'lift' is out of scope.
  4263. 1777.92 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4264. 1777.92 s [free] 100% ( 14 / 14) in 'Control.Applicative.Free.Fast'
  4265. 1778.07 s [free] Warning: 'lift' is out of scope.
  4266. 1778.07 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4267. 1778.07 s [free] 100% ( 10 / 10) in 'Control.Applicative.Free.Final'
  4268. 1778.10 s [free] Warning: 'lift' is out of scope.
  4269. 1778.10 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4270. 1778.10 s [free] Warning: 'getSum' is out of scope.
  4271. 1778.10 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4272. 1778.10 s [free] Warning: 'Sum' is out of scope.
  4273. 1778.10 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4274. 1778.10 s [free] Warning: 'fold' is out of scope.
  4275. 1778.10 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4276. 1778.10 s [free] Warning: 'Ap' is ambiguous. It is defined
  4277. 1778.10 s [free] * at src/Control/Applicative/Trans/Free.hs:55:3
  4278. 1778.10 s [free] * at src/Control/Applicative/Trans/Free.hs:157:1
  4279. 1778.10 s [free] You may be able to disambiguate the identifier by qualifying it or
  4280. 1778.10 s [free] by specifying the type/value namespace explicitly.
  4281. 1778.10 s [free] Defaulting to the one defined at src/Control/Applicative/Trans/Free.hs:53:1
  4282. 1778.10 s [free] 100% ( 22 / 22) in 'Control.Applicative.Trans.Free'
  4283. 1778.16 s [free] 100% ( 2 / 2) in 'Control.Comonad.Cofree.Class'
  4284. 1778.85 s [free] Warning: 'cofree' is out of scope.
  4285. 1778.85 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4286. 1778.85 s [free] Warning: 'Identity' is out of scope.
  4287. 1778.85 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4288. 1778.85 s [free] Warning: 'lens' is out of scope.
  4289. 1778.85 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4290. 1778.85 s [free] 93% ( 15 / 16) in 'Control.Comonad.Cofree'
  4291. 1778.85 s [free] Missing documentation for:
  4292. 1778.85 s [free] hoistCofree (src/Control/Comonad/Cofree.hs:135)
  4293. 1779.37 s [free] 100% ( 11 / 11) in 'Control.Comonad.Trans.Cofree'
  4294. 1779.59 s [free] 100% ( 14 / 14) in 'Control.Comonad.Trans.Coiter'
  4295. 1779.68 s [free] Warning: 'Tree' is out of scope.
  4296. 1779.68 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4297. 1779.68 s [free] 100% ( 4 / 4) in 'Control.Monad.Free.Class'
  4298. 1779.80 s [free] 100% ( 10 / 10) in 'Control.Monad.Free.TH'
  4299. 1780.11 s [free] Warning: 'Free' is ambiguous. It is defined
  4300. 1780.11 s [free] * at src/Control/Monad/Trans/Free.hs:77:29
  4301. 1780.11 s [free] * at src/Control/Monad/Trans/Free.hs:153:1
  4302. 1780.11 s [free] You may be able to disambiguate the identifier by qualifying it or
  4303. 1780.11 s [free] by specifying the type/value namespace explicitly.
  4304. 1780.11 s [free] Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:77:1
  4305. 1780.11 s [free] 100% ( 28 / 28) in 'Control.Monad.Trans.Free'
  4306. 1780.69 s [free] 100% ( 16 / 16) in 'Control.Monad.Free'
  4307. 1780.88 s [free] 100% ( 13 / 13) in 'Control.Monad.Free.Church'
  4308. 1781.06 s [free] Warning: 'Free' is ambiguous. It is defined
  4309. 1781.06 s [free] * at src/Control/Monad/Trans/Free/Ap.hs:67:29
  4310. 1781.06 s [free] * at src/Control/Monad/Trans/Free/Ap.hs:143:1
  4311. 1781.06 s [free] You may be able to disambiguate the identifier by qualifying it or
  4312. 1781.06 s [free] by specifying the type/value namespace explicitly.
  4313. 1781.06 s [free] Defaulting to the one defined at src/Control/Monad/Trans/Free/Ap.hs:67:1
  4314. 1781.06 s [free] 100% ( 27 / 27) in 'Control.Monad.Trans.Free.Ap'
  4315. 1781.39 s [free] Warning: '(\<*\>)' is out of scope.
  4316. 1781.39 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4317. 1781.39 s [free] Warning: 'ap' is out of scope.
  4318. 1781.39 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4319. 1781.39 s [free] Warning: 'Identity' is out of scope.
  4320. 1781.39 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4321. 1781.39 s [free] 100% ( 16 / 16) in 'Control.Monad.Free.Ap'
  4322. 1781.62 s [free] Warning: 'Free' is ambiguous. It is defined
  4323. 1781.62 s [free] * at src/Control/Monad/Trans/Free.hs:77:29
  4324. 1781.62 s [free] * at src/Control/Monad/Trans/Free.hs:153:1
  4325. 1781.62 s [free] You may be able to disambiguate the identifier by qualifying it or
  4326. 1781.62 s [free] by specifying the type/value namespace explicitly.
  4327. 1781.62 s [free] Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:77:1
  4328. 1781.62 s [free] 100% ( 28 / 28) in 'Control.Monad.Trans.Free.Church'
  4329. 1781.87 s [free] Warning: 'Free' is out of scope.
  4330. 1781.87 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4331. 1781.87 s [free] Warning: 'FreeT' is out of scope.
  4332. 1781.87 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4333. 1781.87 s [free] Warning: 'race' is out of scope.
  4334. 1781.87 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4335. 1781.87 s [free] Warning: 'void' is out of scope.
  4336. 1781.87 s [free] If you qualify the identifier, haddock can try to link it anyway.
  4337. 1781.87 s [free] 100% ( 25 / 25) in 'Control.Monad.Trans.Iter'
  4338. 1782.49 s [free] Warning: Control.Applicative.Free: could not find link destinations for:
  4339. 1782.49 s [free]
  4340. 1782.49 s [free] - Data.Foldable1.foldMap1'
  4341. 1782.49 s [free] - Data.Foldable1.maximum
  4342. 1782.49 s [free] - Data.Foldable1.minimum
  4343. 1782.49 s [free] - Data.Foldable1.head
  4344. 1782.49 s [free] - Data.Foldable1.last
  4345. 1782.49 s [free] - Data.Foldable1.foldrMap1
  4346. 1782.49 s [free] - Data.Foldable1.foldlMap1'
  4347. 1782.49 s [free] - Data.Foldable1.foldlMap1
  4348. 1782.49 s [free] - Data.Foldable1.foldrMap1'
  4349. 1782.49 s [free] - Control.Applicative.Free.boringEq
  4350. 1782.50 s [free] - Control.Applicative.Free.boringCompare
  4351. 1782.50 s [free] Warning: Control.Comonad.Cofree: could not find link destinations for:
  4352. 1782.50 s [free]
  4353. 1782.50 s [free] - Data.Foldable1.foldMap1'
  4354. 1782.50 s [free] - Data.Foldable1.maximum
  4355. 1782.50 s [free] - Data.Foldable1.minimum
  4356. 1782.50 s [free] - Data.Foldable1.head
  4357. 1782.50 s [free] - Data.Foldable1.last
  4358. 1782.50 s [free] - Data.Foldable1.foldrMap1
  4359. 1782.50 s [free] - Data.Foldable1.foldlMap1'
  4360. 1782.50 s [free] - Data.Foldable1.foldlMap1
  4361. 1782.50 s [free] - Data.Foldable1.foldrMap1'
  4362. 1782.50 s [free] Warning: Control.Monad.Free: could not find link destinations for:
  4363. 1782.50 s [free]
  4364. 1782.50 s [free] - Data.Foldable1.foldMap1'
  4365. 1782.50 s [free] - Data.Foldable1.maximum
  4366. 1782.50 s [free] - Data.Foldable1.minimum
  4367. 1782.50 s [free] - Data.Foldable1.head
  4368. 1782.50 s [free] - Data.Foldable1.last
  4369. 1782.50 s [free] - Data.Foldable1.foldrMap1
  4370. 1782.50 s [free] - Data.Foldable1.foldlMap1'
  4371. 1782.50 s [free] - Data.Foldable1.foldlMap1
  4372. 1782.51 s [free] - Data.Foldable1.foldrMap1'
  4373. 1782.51 s [free] Warning: Control.Monad.Free.Church: could not find link destinations for:
  4374. 1782.51 s [free]
  4375. 1782.51 s [free] - Data.Foldable1.foldMap1'
  4376. 1782.51 s [free] - Data.Foldable1.maximum
  4377. 1782.51 s [free] - Data.Foldable1.minimum
  4378. 1782.51 s [free] - Data.Foldable1.head
  4379. 1782.51 s [free] - Data.Foldable1.last
  4380. 1782.51 s [free] - Data.Foldable1.foldrMap1
  4381. 1782.51 s [free] - Data.Foldable1.foldlMap1'
  4382. 1782.51 s [free] - Data.Foldable1.foldlMap1
  4383. 1782.52 s [free] - Data.Foldable1.foldrMap1'
  4384. 1782.52 s [free] Warning: Control.Monad.Free.Ap: could not find link destinations for:
  4385. 1782.52 s [free]
  4386. 1782.52 s [free] - Data.Foldable1.foldMap1'
  4387. 1782.52 s [free] - Data.Foldable1.maximum
  4388. 1782.52 s [free] - Data.Foldable1.minimum
  4389. 1782.52 s [free] - Data.Foldable1.head
  4390. 1782.52 s [free] - Data.Foldable1.last
  4391. 1782.52 s [free] - Data.Foldable1.foldrMap1
  4392. 1782.52 s [free] - Data.Foldable1.foldlMap1'
  4393. 1782.52 s [free] - Data.Foldable1.foldlMap1
  4394. 1782.53 s [free] - Data.Foldable1.foldrMap1'
  4395. 1782.53 s [free] Warning: Control.Monad.Trans.Iter: could not find link destinations for:
  4396. 1782.53 s [free]
  4397. 1782.53 s [free] - Data.Foldable1.foldMap1'
  4398. 1782.53 s [free] - Data.Foldable1.maximum
  4399. 1782.53 s [free] - Data.Foldable1.minimum
  4400. 1782.53 s [free] - Data.Foldable1.head
  4401. 1782.53 s [free] - Data.Foldable1.last
  4402. 1782.53 s [free] - Data.Foldable1.foldrMap1
  4403. 1782.53 s [free] - Data.Foldable1.foldlMap1'
  4404. 1782.53 s [free] - Data.Foldable1.foldlMap1
  4405. 1782.54 s [free] - Data.Foldable1.foldrMap1'
  4406. 1786.63 s [free] Documentation created: dist/doc/html/free/index.html,
  4407. 1786.63 s [free] dist/doc/html/free/free.txt
  4408. 1786.64 s [free] Phase: installPhase
  4409. 1786.69 s [free] Installing library in /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/free-5.2-Cohu0xB3SiQJ2VZiObcu04
  4410. 1787.36 s [free] Phase: fixupPhase
  4411. 1787.38 s [free] shrinking RPATHs of ELF executables and libraries in /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2
  4412. 1787.38 s [free] shrinking /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSfree-5.2-Cohu0xB3SiQJ2VZiObcu04-ghc9.2.6.so
  4413. 1787.40 s [free] checking for references to /build/ in /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2...
  4414. 1787.42 s [free] patching script interpreter paths in /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2
  4415. 1787.43 s [free] stripping (with command strip and flags -S -p) in /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2/lib
  4416. 1787.75 s [free] shrinking RPATHs of ELF executables and libraries in /nix/store/2vfldar2lg23kizcvvkzk7s9726fq1n4-free-5.2-doc
  4417. 1787.76 s [free] checking for references to /build/ in /nix/store/2vfldar2lg23kizcvvkzk7s9726fq1n4-free-5.2-doc...
  4418. 1787.77 s [free] patching script interpreter paths in /nix/store/2vfldar2lg23kizcvvkzk7s9726fq1n4-free-5.2-doc
  4419. 1787.93 s [free:post-build] Uploading to the NixCI cache: /nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2 /nix/store/2vfldar2lg23kizcvvkzk7s9726fq1n4-free-5.2-doc
  4420. 1787.99 s [free:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4421. 1788.30 s [free:post-build] copying 2 paths...
  4422. 1788.30 s [free:post-build] copying path '/nix/store/2vfldar2lg23kizcvvkzk7s9726fq1n4-free-5.2-doc' to 'https://cache.nix-ci.com'...
  4423. 1789.60 s [free:post-build] copying path '/nix/store/2bnily2c89d6ryyp7n12lp3w680gm3ld-free-5.2' to 'https://cache.nix-ci.com'...
  4424. 1798.37 s [free:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4425. 1798.69 s [free:post-build] copying 1 paths...
  4426. 1798.69 s [free:post-build] copying path '/nix/store/s2qs33m6qm9qnsi41x4c3waj3jhwxc0w-free-5.2.drv' to 'https://cache.nix-ci.com'...
  4427. 1799.30 s Uploaded free in 11.3s
  4428. 1799.30 s Progress: 101 of 106 built, 4 of 4 downloaded from cache
  4429. 1799.30 s Built free in 43.6s
  4430. 1799.35 s Building /nix/store/zvqqks7dxcgr1q7dvncw002i78mvby6k-adjunctions-4.4.2.drv
  4431. 1799.50 s [adjunctions] Phase: setupCompilerEnvironmentPhase
  4432. 1799.50 s [adjunctions] Build with /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6.
  4433. 1799.75 s [adjunctions] Phase: unpackPhase
  4434. 1799.76 s [adjunctions] unpacking source archive /nix/store/xylwrdxsxkmjgmarpn06r7vn3j4x2mig-adjunctions-4.4.2.tar.gz
  4435. 1799.77 s [adjunctions] source root is adjunctions-4.4.2
  4436. 1799.77 s [adjunctions] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file adjunctions-4.4.2/.vim.custom
  4437. 1799.78 s [adjunctions] Phase: patchPhase
  4438. 1799.78 s [adjunctions] Replace Cabal file with edited version from mirror://hackage/adjunctions-4.4.2/revision/2.cabal.
  4439. 1799.79 s [adjunctions] Phase: compileBuildDriverPhase
  4440. 1799.80 s [adjunctions] setupCompileFlags: -package-db=/build/tmp.D9qqYbdeSQ/setup-package.conf.d -threaded
  4441. 1799.88 s [adjunctions] [1 of 1] Compiling Main ( Setup.lhs, /build/tmp.D9qqYbdeSQ/Main.o )
  4442. 1799.99 s [adjunctions] Linking Setup ...
  4443. 1801.73 s [adjunctions] Phase: updateAutotoolsGnuConfigScriptsPhase
  4444. 1801.75 s [adjunctions] Phase: configurePhase
  4445. 1801.75 s [adjunctions] configureFlags: --verbose --prefix=/nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/d9badgi7p9disdm5ias7fdimnf8l7s69-adjunctions-4.4.2-doc/share/doc/adjunctions-4.4.2 --with-gcc=gcc --package-db=/build/tmp.D9qqYbdeSQ/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/z7ndn3k8zfjrf713gq443q7a2ixzaab5-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r25i9ffbldgn22436psygd7ivbvs3qq8-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  4446. 1802.50 s [adjunctions] Using Parsec parser
  4447. 1802.50 s [adjunctions] Configuring adjunctions-4.4.2...
  4448. 1802.50 s [adjunctions] Dependency array >=0.3.0.2 && <0.7: using array-0.5.4.0
  4449. 1802.50 s [adjunctions] Dependency base >=4 && <5: using base-4.16.4.0
  4450. 1802.50 s [adjunctions] Dependency comonad >=4 && <6: using comonad-5.0.8
  4451. 1802.50 s [adjunctions] Dependency containers >=0.3 && <0.8: using containers-0.6.5.1
  4452. 1802.50 s [adjunctions] Dependency contravariant >=1 && <2: using contravariant-1.5.5
  4453. 1802.50 s [adjunctions] Dependency distributive >=0.5.1 && <1: using distributive-0.6.2.1
  4454. 1802.50 s [adjunctions] Dependency free >=4 && <6: using free-5.2
  4455. 1802.50 s [adjunctions] Dependency mtl >=2.0.1 && <2.4: using mtl-2.2.2
  4456. 1802.50 s [adjunctions] Dependency profunctors >=4 && <6: using profunctors-5.6.2
  4457. 1802.50 s [adjunctions] Dependency semigroupoids >=4 && <7: using semigroupoids-6.0.1
  4458. 1802.50 s [adjunctions] Dependency semigroups >=0.11 && <1: using semigroups-0.20
  4459. 1802.50 s [adjunctions] Dependency tagged >=0.7 && <1: using tagged-0.8.8
  4460. 1802.50 s [adjunctions] Dependency transformers >=0.2 && <0.7: using transformers-0.5.6.2
  4461. 1802.50 s [adjunctions] Dependency transformers-compat >=0.3 && <1: using transformers-compat-0.7.2
  4462. 1802.50 s [adjunctions] Dependency void >=0.5.5.1 && <1: using void-0.7.3
  4463. 1802.50 s [adjunctions] Dependency adjunctions: using adjunctions-4.4.2
  4464. 1802.50 s [adjunctions] Dependency base >=4 && <5: using base-4.16.4.0
  4465. 1802.50 s [adjunctions] Dependency distributive >=0.5.1 && <1: using distributive-0.6.2.1
  4466. 1802.50 s [adjunctions] Dependency generic-deriving >=1.11 && <2: using generic-deriving-1.14.5
  4467. 1802.50 s [adjunctions] Dependency hspec >=2 && <3: using hspec-2.11.9
  4468. 1802.96 s [adjunctions] Source component graph:
  4469. 1802.96 s [adjunctions] component lib
  4470. 1802.96 s [adjunctions] component test:spec dependency lib
  4471. 1802.96 s [adjunctions] Configured component graph:
  4472. 1802.96 s [adjunctions] component adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc
  4473. 1802.96 s [adjunctions] include array-0.5.4.0
  4474. 1802.96 s [adjunctions] include base-4.16.4.0
  4475. 1802.96 s [adjunctions] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  4476. 1802.96 s [adjunctions] include containers-0.6.5.1
  4477. 1802.96 s [adjunctions] include contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  4478. 1802.96 s [adjunctions] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4479. 1802.96 s [adjunctions] include free-5.2-Cohu0xB3SiQJ2VZiObcu04
  4480. 1802.96 s [adjunctions] include mtl-2.2.2
  4481. 1802.96 s [adjunctions] include profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  4482. 1802.96 s [adjunctions] include semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  4483. 1802.96 s [adjunctions] include semigroups-0.20-Lluen39QLmJB8WdBiu08Ws
  4484. 1802.96 s [adjunctions] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  4485. 1802.96 s [adjunctions] include transformers-0.5.6.2
  4486. 1802.96 s [adjunctions] include transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  4487. 1802.96 s [adjunctions] include void-0.7.3-DBqQhXbtecSK0gHp4fxxKJ
  4488. 1802.96 s [adjunctions] component adjunctions-4.4.2-4NCnfaYCZCU9gvYS6WtoSS-spec
  4489. 1802.96 s [adjunctions] include adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc
  4490. 1802.96 s [adjunctions] include base-4.16.4.0
  4491. 1802.96 s [adjunctions] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4492. 1802.96 s [adjunctions] include generic-deriving-1.14.5-I2BqJ1rDKZH3NhT7nbKL20
  4493. 1802.96 s [adjunctions] include hspec-2.11.9-7mLTmH6slKxK1aILg1xbab
  4494. 1802.96 s [adjunctions] Linked component graph:
  4495. 1802.96 s [adjunctions] unit adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc
  4496. 1802.96 s [adjunctions] include array-0.5.4.0
  4497. 1802.96 s [adjunctions] include base-4.16.4.0
  4498. 1802.96 s [adjunctions] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  4499. 1802.96 s [adjunctions] include containers-0.6.5.1
  4500. 1802.96 s [adjunctions] include contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  4501. 1802.96 s [adjunctions] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4502. 1802.96 s [adjunctions] include free-5.2-Cohu0xB3SiQJ2VZiObcu04
  4503. 1802.96 s [adjunctions] include mtl-2.2.2
  4504. 1802.96 s [adjunctions] include profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  4505. 1802.96 s [adjunctions] include semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  4506. 1802.96 s [adjunctions] include semigroups-0.20-Lluen39QLmJB8WdBiu08Ws
  4507. 1802.96 s [adjunctions] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  4508. 1802.96 s [adjunctions] include transformers-0.5.6.2
  4509. 1802.96 s [adjunctions] include transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  4510. 1802.96 s [adjunctions] include void-0.7.3-DBqQhXbtecSK0gHp4fxxKJ
  4511. 1802.96 s [adjunctions] Control.Comonad.Representable.Store=adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc:Control.Comonad.Representable.Store,Control.Comonad.Trans.Adjoint=adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc:Control.Comonad.Trans.Adjoint,Control.Monad.Representable.Reader=adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc:Control.Monad.Representable.Reader,Control.Monad.Representable.State=adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc:Control.Monad.Representable.State,Control.Monad.Trans.Adjoint=adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc:Control.Monad.Trans.Adjoint,Control.Monad.Trans.Contravariant.Adjoint=adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc:Control.Monad.Trans.Contravariant.Adjoint,Control.Monad.Trans.Conts=adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc:Control.Monad.Trans.Conts,Data.Functor.Adjunction=adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc:Data.Functor.Adjunction,Data.Functor.Contravariant.Adjunction=adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc:Data.Functor.Contravariant.Adjunction,Data.Functor.Contravariant.Rep=adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc:Data.Functor.Contravariant.Rep,Data.Functor.Rep=adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc:Data.Functor.Rep
  4512. 1802.96 s [adjunctions] unit adjunctions-4.4.2-4NCnfaYCZCU9gvYS6WtoSS-spec
  4513. 1802.96 s [adjunctions] include adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc
  4514. 1802.96 s [adjunctions] include base-4.16.4.0
  4515. 1802.96 s [adjunctions] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4516. 1802.96 s [adjunctions] include generic-deriving-1.14.5-I2BqJ1rDKZH3NhT7nbKL20
  4517. 1802.96 s [adjunctions] include hspec-2.11.9-7mLTmH6slKxK1aILg1xbab
  4518. 1802.96 s [adjunctions] Ready component graph:
  4519. 1802.96 s [adjunctions] definite adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc
  4520. 1802.96 s [adjunctions] depends array-0.5.4.0
  4521. 1802.96 s [adjunctions] depends base-4.16.4.0
  4522. 1802.96 s [adjunctions] depends comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  4523. 1802.96 s [adjunctions] depends containers-0.6.5.1
  4524. 1802.96 s [adjunctions] depends contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  4525. 1802.96 s [adjunctions] depends distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4526. 1802.96 s [adjunctions] depends free-5.2-Cohu0xB3SiQJ2VZiObcu04
  4527. 1802.96 s [adjunctions] depends mtl-2.2.2
  4528. 1802.96 s [adjunctions] depends profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  4529. 1802.96 s [adjunctions] depends semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  4530. 1802.96 s [adjunctions] depends semigroups-0.20-Lluen39QLmJB8WdBiu08Ws
  4531. 1802.96 s [adjunctions] depends tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  4532. 1802.96 s [adjunctions] depends transformers-0.5.6.2
  4533. 1802.96 s [adjunctions] depends transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  4534. 1802.96 s [adjunctions] depends void-0.7.3-DBqQhXbtecSK0gHp4fxxKJ
  4535. 1802.96 s [adjunctions] definite adjunctions-4.4.2-4NCnfaYCZCU9gvYS6WtoSS-spec
  4536. 1802.96 s [adjunctions] depends adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc
  4537. 1802.96 s [adjunctions] depends base-4.16.4.0
  4538. 1802.96 s [adjunctions] depends distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4539. 1802.96 s [adjunctions] depends generic-deriving-1.14.5-I2BqJ1rDKZH3NhT7nbKL20
  4540. 1802.96 s [adjunctions] depends hspec-2.11.9-7mLTmH6slKxK1aILg1xbab
  4541. 1802.96 s [adjunctions] Using Cabal-3.6.3.0 compiled by ghc-9.2
  4542. 1802.96 s [adjunctions] Using compiler: ghc-9.2.6
  4543. 1802.96 s [adjunctions] Using install prefix:
  4544. 1802.96 s [adjunctions] /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2
  4545. 1802.96 s [adjunctions] Executables installed in:
  4546. 1802.96 s [adjunctions] /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2/bin
  4547. 1802.96 s [adjunctions] Libraries installed in:
  4548. 1802.96 s [adjunctions] /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc
  4549. 1802.96 s [adjunctions] Dynamic Libraries installed in:
  4550. 1802.96 s [adjunctions] /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6
  4551. 1802.96 s [adjunctions] Private executables installed in:
  4552. 1802.96 s [adjunctions] /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2/libexec/x86_64-linux-ghc-9.2.6/adjunctions-4.4.2
  4553. 1802.96 s [adjunctions] Data files installed in:
  4554. 1802.96 s [adjunctions] /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2/share/x86_64-linux-ghc-9.2.6/adjunctions-4.4.2
  4555. 1802.96 s [adjunctions] Documentation installed in:
  4556. 1802.96 s [adjunctions] /nix/store/d9badgi7p9disdm5ias7fdimnf8l7s69-adjunctions-4.4.2-doc/share/doc/adjunctions-4.4.2
  4557. 1802.96 s [adjunctions] Configuration files installed in:
  4558. 1802.96 s [adjunctions] /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2/etc
  4559. 1802.96 s [adjunctions] No alex found
  4560. 1802.96 s [adjunctions] Using ar found on system at:
  4561. 1802.97 s [adjunctions] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  4562. 1802.97 s [adjunctions] No c2hs found
  4563. 1802.97 s [adjunctions] No cpphs found
  4564. 1802.97 s [adjunctions] No doctest found
  4565. 1802.97 s [adjunctions] Using gcc version 13.3.0 given by user at:
  4566. 1802.97 s [adjunctions] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  4567. 1802.97 s [adjunctions] Using ghc version 9.2.6 found on system at:
  4568. 1802.97 s [adjunctions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc
  4569. 1802.97 s [adjunctions] Using ghc-pkg version 9.2.6 found on system at:
  4570. 1802.97 s [adjunctions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc-pkg-9.2.6
  4571. 1802.97 s [adjunctions] No ghcjs found
  4572. 1802.97 s [adjunctions] No ghcjs-pkg found
  4573. 1802.97 s [adjunctions] No greencard found
  4574. 1802.97 s [adjunctions] Using haddock version 2.26.0 found on system at:
  4575. 1802.97 s [adjunctions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/haddock-ghc-9.2.6
  4576. 1802.97 s [adjunctions] No happy found
  4577. 1802.97 s [adjunctions] Using haskell-suite found on system at: haskell-suite-dummy-location
  4578. 1802.97 s [adjunctions] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4579. 1802.97 s [adjunctions] No hmake found
  4580. 1802.97 s [adjunctions] Using hpc version 0.68 found on system at:
  4581. 1802.97 s [adjunctions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hpc
  4582. 1802.97 s [adjunctions] Using hsc2hs version 0.68.8 found on system at:
  4583. 1802.97 s [adjunctions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hsc2hs
  4584. 1802.97 s [adjunctions] Using hscolour version 1.25 found on system at:
  4585. 1802.97 s [adjunctions] /nix/store/7rcsa1qyv53y8x7irr5n5jwpgc6zb0fv-hscolour-1.25/bin/HsColour
  4586. 1802.97 s [adjunctions] No jhc found
  4587. 1802.97 s [adjunctions] Using ld found on system at:
  4588. 1802.97 s [adjunctions] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  4589. 1802.97 s [adjunctions] No pkg-config found
  4590. 1802.97 s [adjunctions] Using runghc version 9.2.6 found on system at:
  4591. 1802.97 s [adjunctions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/runghc-9.2.6
  4592. 1802.97 s [adjunctions] Using strip version 2.43 found on system at:
  4593. 1802.97 s [adjunctions] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  4594. 1802.97 s [adjunctions] Using tar found on system at:
  4595. 1802.97 s [adjunctions] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  4596. 1802.97 s [adjunctions] No uhc found
  4597. 1802.98 s [adjunctions] Phase: buildPhase
  4598. 1803.13 s [adjunctions] Preprocessing library for adjunctions-4.4.2..
  4599. 1803.13 s [adjunctions] Building library for adjunctions-4.4.2..
  4600. 1803.79 s [adjunctions] [ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, dist/build/Control/Monad/Trans/Conts.o, dist/build/Control/Monad/Trans/Conts.dyn_o )
  4601. 1804.22 s [adjunctions] [ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, dist/build/Data/Functor/Contravariant/Rep.o, dist/build/Data/Functor/Contravariant/Rep.dyn_o )
  4602. 1804.22 s [adjunctions] [ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, dist/build/Data/Functor/Contravariant/Adjunction.o, dist/build/Data/Functor/Contravariant/Adjunction.dyn_o )
  4603. 1804.35 s [adjunctions] [ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, dist/build/Control/Monad/Trans/Contravariant/Adjoint.o, dist/build/Control/Monad/Trans/Contravariant/Adjoint.dyn_o )
  4604. 1804.60 s [adjunctions] [ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, dist/build/Data/Functor/Rep.o, dist/build/Data/Functor/Rep.dyn_o )
  4605. 1805.79 s [adjunctions] [ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, dist/build/Data/Functor/Adjunction.o, dist/build/Data/Functor/Adjunction.dyn_o )
  4606. 1807.08 s [adjunctions] [ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, dist/build/Control/Monad/Trans/Adjoint.o, dist/build/Control/Monad/Trans/Adjoint.dyn_o )
  4607. 1807.30 s [adjunctions] [ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, dist/build/Control/Comonad/Trans/Adjoint.o, dist/build/Control/Comonad/Trans/Adjoint.dyn_o )
  4608. 1807.32 s [adjunctions] [ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, dist/build/Control/Monad/Representable/State.o, dist/build/Control/Monad/Representable/State.dyn_o )
  4609. 1807.32 s [adjunctions] [10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, dist/build/Control/Monad/Representable/Reader.o, dist/build/Control/Monad/Representable/Reader.dyn_o )
  4610. 1807.68 s [adjunctions] [11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, dist/build/Control/Comonad/Representable/Store.o, dist/build/Control/Comonad/Representable/Store.dyn_o )
  4611. 1808.63 s [adjunctions] [ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, dist/build/Control/Monad/Trans/Conts.p_o )
  4612. 1809.08 s [adjunctions] [ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, dist/build/Data/Functor/Contravariant/Rep.p_o )
  4613. 1809.08 s [adjunctions] [ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, dist/build/Data/Functor/Contravariant/Adjunction.p_o )
  4614. 1809.28 s [adjunctions] [ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, dist/build/Control/Monad/Trans/Contravariant/Adjoint.p_o )
  4615. 1809.63 s [adjunctions] [ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, dist/build/Data/Functor/Rep.p_o )
  4616. 1810.40 s [adjunctions] [ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, dist/build/Data/Functor/Adjunction.p_o )
  4617. 1811.50 s [adjunctions] [ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, dist/build/Control/Monad/Trans/Adjoint.p_o )
  4618. 1811.82 s [adjunctions] [ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, dist/build/Control/Comonad/Trans/Adjoint.p_o )
  4619. 1811.83 s [adjunctions] [ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, dist/build/Control/Monad/Representable/State.p_o )
  4620. 1811.83 s [adjunctions] [10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, dist/build/Control/Monad/Representable/Reader.p_o )
  4621. 1811.93 s [adjunctions] [11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, dist/build/Control/Comonad/Representable/Store.p_o )
  4622. 1813.66 s [adjunctions] Preprocessing test suite 'spec' for adjunctions-4.4.2..
  4623. 1813.66 s [adjunctions] Building test suite 'spec' for adjunctions-4.4.2..
  4624. 1813.81 s [adjunctions] [1 of 2] Compiling GenericsSpec ( tests/GenericsSpec.hs, dist/build/spec/spec-tmp/GenericsSpec.o, dist/build/spec/spec-tmp/GenericsSpec.dyn_o )
  4625. 1814.97 s [adjunctions] [2 of 2] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o, dist/build/spec/spec-tmp/Main.dyn_o )
  4626. 1815.42 s [adjunctions] Linking dist/build/spec/spec ...
  4627. 1816.52 s [adjunctions] Phase: checkPhase
  4628. 1816.55 s [adjunctions] Running 1 test suites...
  4629. 1816.55 s [adjunctions] Test suite spec: RUNNING...
  4630. 1816.56 s [adjunctions]
  4631. 1816.56 s [adjunctions] Generics
  4632. 1816.56 s [adjunctions] Id
  4633. 1816.56 s [adjunctions] index idExample idRep = 42 [✔]
  4634. 1816.56 s [adjunctions] Stream
  4635. 1816.56 s [adjunctions] index streamExample streamRep1 = 0 [✔]
  4636. 1816.56 s [adjunctions] index streamExample streamRep2 = 1 [✔]
  4637. 1816.56 s [adjunctions] index streamExample streamRep3 = 2 [✔]
  4638. 1816.56 s [adjunctions] PolyRec
  4639. 1816.56 s [adjunctions] index polyRecExample polyRecRep1 = 1 [✔]
  4640. 1816.56 s [adjunctions] index polyRecExample polyRecRep2 = 2 [✔]
  4641. 1816.56 s [adjunctions] index polyRecExample polyRecRep3 = 0 [✔]
  4642. 1816.56 s [adjunctions]
  4643. 1816.56 s [adjunctions] Finished in 0.0012 seconds
  4644. 1816.56 s [adjunctions] 7 examples, 0 failures
  4645. 1816.57 s [adjunctions] Test suite spec: PASS
  4646. 1816.57 s [adjunctions] Test suite logged to: dist/test/adjunctions-4.4.2-spec.log
  4647. 1816.57 s [adjunctions] 1 of 1 test suites (1 of 1 test cases) passed.
  4648. 1816.58 s [adjunctions] Phase: haddockPhase
  4649. 1816.73 s [adjunctions] Preprocessing library for adjunctions-4.4.2..
  4650. 1816.73 s [adjunctions] Running Haddock on library for adjunctions-4.4.2..
  4651. 1816.73 s [adjunctions] Warning: The documentation for the following packages are not installed. No
  4652. 1816.73 s [adjunctions] links will be generated to these packages: data-array-byte-0.1.0.1,
  4653. 1816.73 s [adjunctions] foldable1-classes-compat-0.1
  4654. 1816.80 s [adjunctions] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  4655. 1817.31 s [adjunctions] 33% ( 4 / 12) in 'Control.Monad.Trans.Conts'
  4656. 1817.31 s [adjunctions] Missing documentation for:
  4657. 1817.31 s [adjunctions] Cont (src/Control/Monad/Trans/Conts.hs:45)
  4658. 1817.31 s [adjunctions] cont (src/Control/Monad/Trans/Conts.hs:47)
  4659. 1817.31 s [adjunctions] runCont (src/Control/Monad/Trans/Conts.hs:50)
  4660. 1817.31 s [adjunctions] Conts (src/Control/Monad/Trans/Conts.hs:53)
  4661. 1817.31 s [adjunctions] runConts (src/Control/Monad/Trans/Conts.hs:58)
  4662. 1817.31 s [adjunctions] conts (src/Control/Monad/Trans/Conts.hs:55)
  4663. 1817.31 s [adjunctions] ContsT (src/Control/Monad/Trans/Conts.hs:61)
  4664. 1817.31 s [adjunctions] callCC (src/Control/Monad/Trans/Conts.hs:77)
  4665. 1817.44 s [adjunctions] Warning: 'Iso'' is out of scope.
  4666. 1817.44 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4667. 1817.44 s [adjunctions] 83% ( 5 / 6) in 'Data.Functor.Contravariant.Rep'
  4668. 1817.44 s [adjunctions] Missing documentation for:
  4669. 1817.44 s [adjunctions] contramapRep (src/Data/Functor/Contravariant/Rep.hs:70)
  4670. 1817.48 s [adjunctions] Warning: 'Hask' is out of scope.
  4671. 1817.48 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4672. 1817.48 s [adjunctions] Warning: 'Iso'' is out of scope.
  4673. 1817.48 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4674. 1817.48 s [adjunctions] 80% ( 4 / 5) in 'Data.Functor.Contravariant.Adjunction'
  4675. 1817.48 s [adjunctions] Missing documentation for:
  4676. 1817.48 s [adjunctions] coindexAdjunction (src/Data/Functor/Contravariant/Adjunction.hs:81)
  4677. 1817.49 s [adjunctions] 20% ( 1 / 5) in 'Control.Monad.Trans.Contravariant.Adjoint'
  4678. 1817.49 s [adjunctions] Missing documentation for:
  4679. 1817.49 s [adjunctions] Adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:47)
  4680. 1817.49 s [adjunctions] runAdjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:54)
  4681. 1817.49 s [adjunctions] adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:51)
  4682. 1817.49 s [adjunctions] AdjointT (src/Control/Monad/Trans/Contravariant/Adjoint.hs:49)
  4683. 1817.71 s [adjunctions] Warning: 'WrappedRec' is out of scope.
  4684. 1817.71 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4685. 1817.71 s [adjunctions] Warning: 'Iso'' is out of scope.
  4686. 1817.71 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4687. 1817.71 s [adjunctions] 46% ( 22 / 47) in 'Data.Functor.Rep'
  4688. 1817.71 s [adjunctions] Missing documentation for:
  4689. 1817.71 s [adjunctions] Co (src/Data/Functor/Rep.hs:454)
  4690. 1817.71 s [adjunctions] fmapRep (src/Data/Functor/Rep.hs:268)
  4691. 1817.71 s [adjunctions] distributeRep (src/Data/Functor/Rep.hs:295)
  4692. 1817.71 s [adjunctions] collectRep (src/Data/Functor/Rep.hs:298)
  4693. 1817.71 s [adjunctions] apRep (src/Data/Functor/Rep.hs:292)
  4694. 1817.71 s [adjunctions] pureRep (src/Data/Functor/Rep.hs:271)
  4695. 1817.71 s [adjunctions] liftR2 (src/Data/Functor/Rep.hs:495)
  4696. 1817.71 s [adjunctions] liftR3 (src/Data/Functor/Rep.hs:498)
  4697. 1817.71 s [adjunctions] bindRep (src/Data/Functor/Rep.hs:274)
  4698. 1817.71 s [adjunctions] mfixRep (src/Data/Functor/Rep.hs:277)
  4699. 1817.71 s [adjunctions] mzipRep (src/Data/Functor/Rep.hs:283)
  4700. 1817.71 s [adjunctions] mzipWithRep (src/Data/Functor/Rep.hs:280)
  4701. 1817.71 s [adjunctions] askRep (src/Data/Functor/Rep.hs:286)
  4702. 1817.71 s [adjunctions] localRep (src/Data/Functor/Rep.hs:289)
  4703. 1817.71 s [adjunctions] duplicatedRep (src/Data/Functor/Rep.hs:310)
  4704. 1817.71 s [adjunctions] extendedRep (src/Data/Functor/Rep.hs:313)
  4705. 1817.71 s [adjunctions] duplicateRep (src/Data/Functor/Rep.hs:316)
  4706. 1817.71 s [adjunctions] extendRep (src/Data/Functor/Rep.hs:319)
  4707. 1817.71 s [adjunctions] extractRep (src/Data/Functor/Rep.hs:322)
  4708. 1817.71 s [adjunctions] duplicateRepBy (src/Data/Functor/Rep.hs:301)
  4709. 1817.71 s [adjunctions] extendRepBy (src/Data/Functor/Rep.hs:304)
  4710. 1817.71 s [adjunctions] extractRepBy (src/Data/Functor/Rep.hs:307)
  4711. 1817.71 s [adjunctions] imapRep (src/Data/Functor/Rep.hs:325)
  4712. 1817.71 s [adjunctions] ifoldMapRep (src/Data/Functor/Rep.hs:328)
  4713. 1817.71 s [adjunctions] itraverseRep (src/Data/Functor/Rep.hs:332)
  4714. 1817.84 s [adjunctions] Warning: 'Iso'' is out of scope.
  4715. 1817.84 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4716. 1817.84 s [adjunctions] Warning: 'uncozipping' is out of scope.
  4717. 1817.84 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4718. 1817.84 s [adjunctions] 62% ( 10 / 16) in 'Data.Functor.Adjunction'
  4719. 1817.84 s [adjunctions] Missing documentation for:
  4720. 1817.84 s [adjunctions] zapWithAdjunction (src/Data/Functor/Adjunction.hs:120)
  4721. 1817.84 s [adjunctions] absurdL (src/Data/Functor/Adjunction.hs:144)
  4722. 1817.84 s [adjunctions] extractL (src/Data/Functor/Adjunction.hs:129)
  4723. 1817.84 s [adjunctions] duplicateL (src/Data/Functor/Adjunction.hs:132)
  4724. 1817.84 s [adjunctions] splitL (src/Data/Functor/Adjunction.hs:123)
  4725. 1817.84 s [adjunctions] unsplitL (src/Data/Functor/Adjunction.hs:126)
  4726. 1817.89 s [adjunctions] 20% ( 1 / 5) in 'Control.Monad.Trans.Adjoint'
  4727. 1817.89 s [adjunctions] Missing documentation for:
  4728. 1817.89 s [adjunctions] Adjoint (src/Control/Monad/Trans/Adjoint.hs:34)
  4729. 1817.89 s [adjunctions] runAdjoint (src/Control/Monad/Trans/Adjoint.hs:41)
  4730. 1817.89 s [adjunctions] adjoint (src/Control/Monad/Trans/Adjoint.hs:38)
  4731. 1817.89 s [adjunctions] AdjointT (src/Control/Monad/Trans/Adjoint.hs:36)
  4732. 1817.90 s [adjunctions] 20% ( 1 / 5) in 'Control.Comonad.Trans.Adjoint'
  4733. 1817.90 s [adjunctions] Missing documentation for:
  4734. 1817.90 s [adjunctions] Adjoint (src/Control/Comonad/Trans/Adjoint.hs:35)
  4735. 1817.90 s [adjunctions] runAdjoint (src/Control/Comonad/Trans/Adjoint.hs:42)
  4736. 1817.90 s [adjunctions] adjoint (src/Control/Comonad/Trans/Adjoint.hs:39)
  4737. 1817.90 s [adjunctions] AdjointT (src/Control/Comonad/Trans/Adjoint.hs:37)
  4738. 1818.06 s [adjunctions] 80% ( 12 / 15) in 'Control.Monad.Representable.State'
  4739. 1818.06 s [adjunctions] Missing documentation for:
  4740. 1818.06 s [adjunctions] stateT (src/Control/Monad/Representable/State.hs:110)
  4741. 1818.06 s [adjunctions] runStateT (src/Control/Monad/Representable/State.hs:113)
  4742. 1818.06 s [adjunctions] mapStateT (src/Control/Monad/Representable/State.hs:116)
  4743. 1818.12 s [adjunctions] 50% ( 5 / 10) in 'Control.Monad.Representable.Reader'
  4744. 1818.12 s [adjunctions] Missing documentation for:
  4745. 1818.12 s [adjunctions] Reader (src/Control/Monad/Representable/Reader.hs:46)
  4746. 1818.12 s [adjunctions] runReader (src/Control/Monad/Representable/Reader.hs:48)
  4747. 1818.12 s [adjunctions] ReaderT (src/Control/Monad/Representable/Reader.hs:53)
  4748. 1818.12 s [adjunctions] readerT (src/Control/Monad/Representable/Reader.hs:55)
  4749. 1818.12 s [adjunctions] runReaderT (src/Control/Monad/Representable/Reader.hs:58)
  4750. 1818.18 s [adjunctions] 62% ( 5 / 8) in 'Control.Comonad.Representable.Store'
  4751. 1818.18 s [adjunctions] Missing documentation for:
  4752. 1818.18 s [adjunctions] storeT (src/Control/Comonad/Representable/Store.hs:79)
  4753. 1818.18 s [adjunctions] runStoreT (src/Control/Comonad/Representable/Store.hs:82)
  4754. 1818.18 s [adjunctions] ComonadStore
  4755. 1818.50 s [adjunctions] Warning: Data.Functor.Rep: could not find link destinations for:
  4756. 1818.50 s [adjunctions]
  4757. 1818.50 s [adjunctions] - Data.Functor.Rep.GTabulate
  4758. 1818.50 s [adjunctions] - Data.Functor.Rep.GIndex
  4759. 1818.50 s [adjunctions] - Data.Functor.Rep.GRep'
  4760. 1818.50 s [adjunctions] Warning: Control.Monad.Representable.Reader: could not find link destinations for:
  4761. 1818.50 s [adjunctions]
  4762. 1818.50 s [adjunctions] - Data.Foldable1.foldMap1'
  4763. 1818.50 s [adjunctions] - Data.Foldable1.maximum
  4764. 1818.50 s [adjunctions] - Data.Foldable1.minimum
  4765. 1818.50 s [adjunctions] - Data.Foldable1.head
  4766. 1818.50 s [adjunctions] - Data.Foldable1.last
  4767. 1818.50 s [adjunctions] - Data.Foldable1.foldrMap1
  4768. 1818.50 s [adjunctions] - Data.Foldable1.foldlMap1'
  4769. 1818.50 s [adjunctions] - Data.Foldable1.foldlMap1
  4770. 1818.50 s [adjunctions] - Data.Foldable1.foldrMap1'
  4771. 1822.15 s [adjunctions] Documentation created: dist/doc/html/adjunctions/index.html,
  4772. 1822.15 s [adjunctions] dist/doc/html/adjunctions/adjunctions.txt
  4773. 1822.15 s [adjunctions] Preprocessing test suite 'spec' for adjunctions-4.4.2..
  4774. 1822.15 s [adjunctions] Phase: installPhase
  4775. 1822.22 s [adjunctions] Installing library in /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc
  4776. 1822.56 s [adjunctions] Phase: fixupPhase
  4777. 1822.58 s [adjunctions] shrinking RPATHs of ELF executables and libraries in /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2
  4778. 1822.58 s [adjunctions] shrinking /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSadjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc-ghc9.2.6.so
  4779. 1822.60 s [adjunctions] checking for references to /build/ in /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2...
  4780. 1822.62 s [adjunctions] patching script interpreter paths in /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2
  4781. 1822.62 s [adjunctions] stripping (with command strip and flags -S -p) in /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2/lib
  4782. 1822.73 s [adjunctions] shrinking RPATHs of ELF executables and libraries in /nix/store/d9badgi7p9disdm5ias7fdimnf8l7s69-adjunctions-4.4.2-doc
  4783. 1822.74 s [adjunctions] checking for references to /build/ in /nix/store/d9badgi7p9disdm5ias7fdimnf8l7s69-adjunctions-4.4.2-doc...
  4784. 1822.75 s [adjunctions] patching script interpreter paths in /nix/store/d9badgi7p9disdm5ias7fdimnf8l7s69-adjunctions-4.4.2-doc
  4785. 1822.84 s [adjunctions:post-build] Uploading to the NixCI cache: /nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2 /nix/store/d9badgi7p9disdm5ias7fdimnf8l7s69-adjunctions-4.4.2-doc
  4786. 1822.91 s [adjunctions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4787. 1823.15 s [adjunctions:post-build] copying 2 paths...
  4788. 1823.15 s [adjunctions:post-build] copying path '/nix/store/d9badgi7p9disdm5ias7fdimnf8l7s69-adjunctions-4.4.2-doc' to 'https://cache.nix-ci.com'...
  4789. 1823.81 s [adjunctions:post-build] copying path '/nix/store/5jyk5anmm090ykwr2lr71zbsmnkydsvj-adjunctions-4.4.2' to 'https://cache.nix-ci.com'...
  4790. 1826.50 s [adjunctions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4791. 1826.83 s [adjunctions:post-build] copying 1 paths...
  4792. 1826.84 s [adjunctions:post-build] copying path '/nix/store/zvqqks7dxcgr1q7dvncw002i78mvby6k-adjunctions-4.4.2.drv' to 'https://cache.nix-ci.com'...
  4793. 1827.13 s Uploaded adjunctions in 4.3s
  4794. 1827.13 s Progress: 102 of 106 built, 4 of 4 downloaded from cache
  4795. 1827.13 s Built adjunctions in 27.7s
  4796. 1827.18 s Building /nix/store/b38kyaj0g8gn3ixpn50wf5qigxkxn620-kan-extensions-5.2.6.drv
  4797. 1827.31 s [kan-extensions] Phase: setupCompilerEnvironmentPhase
  4798. 1827.31 s [kan-extensions] Build with /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6.
  4799. 1827.47 s [kan-extensions] Phase: unpackPhase
  4800. 1827.48 s [kan-extensions] unpacking source archive /nix/store/sgrqnm2zizgrxv6z2ir5hnhn9fv2r295-kan-extensions-5.2.6.tar.gz
  4801. 1827.48 s [kan-extensions] source root is kan-extensions-5.2.6
  4802. 1827.49 s [kan-extensions] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file kan-extensions-5.2.6/.vim.custom
  4803. 1827.49 s [kan-extensions] Phase: patchPhase
  4804. 1827.50 s [kan-extensions] Phase: compileBuildDriverPhase
  4805. 1827.51 s [kan-extensions] setupCompileFlags: -package-db=/build/tmp.HEy2kss4dZ/setup-package.conf.d -threaded
  4806. 1827.57 s [kan-extensions] [1 of 1] Compiling Main ( Setup.lhs, /build/tmp.HEy2kss4dZ/Main.o )
  4807. 1827.64 s [kan-extensions] Linking Setup ...
  4808. 1829.40 s [kan-extensions] Phase: updateAutotoolsGnuConfigScriptsPhase
  4809. 1829.42 s [kan-extensions] Phase: configurePhase
  4810. 1829.42 s [kan-extensions] configureFlags: --verbose --prefix=/nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/6b2vvnlr0mif4cklqlq3ncbis74h6dyq-kan-extensions-5.2.6-doc/share/doc/kan-extensions-5.2.6 --with-gcc=gcc --package-db=/build/tmp.HEy2kss4dZ/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/z7ndn3k8zfjrf713gq443q7a2ixzaab5-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r25i9ffbldgn22436psygd7ivbvs3qq8-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  4811. 1830.05 s [kan-extensions] Using Parsec parser
  4812. 1830.05 s [kan-extensions] Configuring kan-extensions-5.2.6...
  4813. 1830.05 s [kan-extensions] Dependency adjunctions >=4.2 && <5: using adjunctions-4.4.2
  4814. 1830.05 s [kan-extensions] Dependency array >=0.3.0.2 && <0.6: using array-0.5.4.0
  4815. 1830.05 s [kan-extensions] Dependency base >=4.11 && <5: using base-4.16.4.0
  4816. 1830.05 s [kan-extensions] Dependency comonad >=4 && <6: using comonad-5.0.8
  4817. 1830.05 s [kan-extensions] Dependency containers >=0.4 && <0.8: using containers-0.6.5.1
  4818. 1830.05 s [kan-extensions] Dependency contravariant >=1 && <2: using contravariant-1.5.5
  4819. 1830.05 s [kan-extensions] Dependency distributive >=0.2.2 && <1: using distributive-0.6.2.1
  4820. 1830.05 s [kan-extensions] Dependency free >=4 && <6: using free-5.2
  4821. 1830.05 s [kan-extensions] Dependency invariant >=0.1 && <1: using invariant-0.6.3
  4822. 1830.05 s [kan-extensions] Dependency mtl >=2.2.1 && <2.4: using mtl-2.2.2
  4823. 1830.05 s [kan-extensions] Dependency profunctors >=5 && <6: using profunctors-5.6.2
  4824. 1830.05 s [kan-extensions] Dependency semigroupoids >=5.2.2 && <7: using semigroupoids-6.0.1
  4825. 1830.05 s [kan-extensions] Dependency tagged >=0.7.2 && <1: using tagged-0.8.8
  4826. 1830.05 s [kan-extensions] Dependency transformers >=0.5 && <0.7: using transformers-0.5.6.2
  4827. 1830.35 s [kan-extensions] Source component graph: component lib
  4828. 1830.35 s [kan-extensions] Configured component graph:
  4829. 1830.35 s [kan-extensions] component kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ
  4830. 1830.35 s [kan-extensions] include adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc
  4831. 1830.35 s [kan-extensions] include array-0.5.4.0
  4832. 1830.35 s [kan-extensions] include base-4.16.4.0
  4833. 1830.35 s [kan-extensions] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  4834. 1830.35 s [kan-extensions] include containers-0.6.5.1
  4835. 1830.35 s [kan-extensions] include contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  4836. 1830.35 s [kan-extensions] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4837. 1830.35 s [kan-extensions] include free-5.2-Cohu0xB3SiQJ2VZiObcu04
  4838. 1830.35 s [kan-extensions] include invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz
  4839. 1830.35 s [kan-extensions] include mtl-2.2.2
  4840. 1830.35 s [kan-extensions] include profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  4841. 1830.35 s [kan-extensions] include semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  4842. 1830.35 s [kan-extensions] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  4843. 1830.35 s [kan-extensions] include transformers-0.5.6.2
  4844. 1830.36 s [kan-extensions] Linked component graph:
  4845. 1830.36 s [kan-extensions] unit kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ
  4846. 1830.36 s [kan-extensions] include adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc
  4847. 1830.36 s [kan-extensions] include array-0.5.4.0
  4848. 1830.36 s [kan-extensions] include base-4.16.4.0
  4849. 1830.36 s [kan-extensions] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  4850. 1830.36 s [kan-extensions] include containers-0.6.5.1
  4851. 1830.36 s [kan-extensions] include contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  4852. 1830.36 s [kan-extensions] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4853. 1830.36 s [kan-extensions] include free-5.2-Cohu0xB3SiQJ2VZiObcu04
  4854. 1830.36 s [kan-extensions] include invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz
  4855. 1830.36 s [kan-extensions] include mtl-2.2.2
  4856. 1830.36 s [kan-extensions] include profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  4857. 1830.36 s [kan-extensions] include semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  4858. 1830.36 s [kan-extensions] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  4859. 1830.36 s [kan-extensions] include transformers-0.5.6.2
  4860. 1830.36 s [kan-extensions] Control.Comonad.Density=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Control.Comonad.Density,Control.Monad.Co=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Control.Monad.Co,Control.Monad.Codensity=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Control.Monad.Codensity,Data.Functor.Contravariant.Coyoneda=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Data.Functor.Contravariant.Coyoneda,Data.Functor.Contravariant.Day=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Data.Functor.Contravariant.Day,Data.Functor.Contravariant.Yoneda=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Data.Functor.Contravariant.Yoneda,Data.Functor.Coyoneda=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Data.Functor.Coyoneda,Data.Functor.Day=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Data.Functor.Day,Data.Functor.Day.Curried=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Data.Functor.Day.Curried,Data.Functor.Invariant.Day=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Data.Functor.Invariant.Day,Data.Functor.Kan.Lan=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Data.Functor.Kan.Lan,Data.Functor.Kan.Ran=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Data.Functor.Kan.Ran,Data.Functor.Yoneda=kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ:Data.Functor.Yoneda
  4861. 1830.36 s [kan-extensions] Ready component graph:
  4862. 1830.36 s [kan-extensions] definite kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ
  4863. 1830.36 s [kan-extensions] depends adjunctions-4.4.2-9xUEh1dYVLLHDUO5xxExcc
  4864. 1830.36 s [kan-extensions] depends array-0.5.4.0
  4865. 1830.36 s [kan-extensions] depends base-4.16.4.0
  4866. 1830.36 s [kan-extensions] depends comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  4867. 1830.36 s [kan-extensions] depends containers-0.6.5.1
  4868. 1830.36 s [kan-extensions] depends contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  4869. 1830.36 s [kan-extensions] depends distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  4870. 1830.36 s [kan-extensions] depends free-5.2-Cohu0xB3SiQJ2VZiObcu04
  4871. 1830.36 s [kan-extensions] depends invariant-0.6.3-7GKP6FrqKeKeaRJUnGtmz
  4872. 1830.36 s [kan-extensions] depends mtl-2.2.2
  4873. 1830.36 s [kan-extensions] depends profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  4874. 1830.36 s [kan-extensions] depends semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  4875. 1830.36 s [kan-extensions] depends tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  4876. 1830.36 s [kan-extensions] depends transformers-0.5.6.2
  4877. 1830.36 s [kan-extensions] Using Cabal-3.6.3.0 compiled by ghc-9.2
  4878. 1830.36 s [kan-extensions] Using compiler: ghc-9.2.6
  4879. 1830.36 s [kan-extensions] Using install prefix:
  4880. 1830.36 s [kan-extensions] /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6
  4881. 1830.36 s [kan-extensions] Executables installed in:
  4882. 1830.36 s [kan-extensions] /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6/bin
  4883. 1830.36 s [kan-extensions] Libraries installed in:
  4884. 1830.36 s [kan-extensions] /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ
  4885. 1830.36 s [kan-extensions] Dynamic Libraries installed in:
  4886. 1830.36 s [kan-extensions] /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6
  4887. 1830.36 s [kan-extensions] Private executables installed in:
  4888. 1830.36 s [kan-extensions] /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6/libexec/x86_64-linux-ghc-9.2.6/kan-extensions-5.2.6
  4889. 1830.36 s [kan-extensions] Data files installed in:
  4890. 1830.36 s [kan-extensions] /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6/share/x86_64-linux-ghc-9.2.6/kan-extensions-5.2.6
  4891. 1830.36 s [kan-extensions] Documentation installed in:
  4892. 1830.36 s [kan-extensions] /nix/store/6b2vvnlr0mif4cklqlq3ncbis74h6dyq-kan-extensions-5.2.6-doc/share/doc/kan-extensions-5.2.6
  4893. 1830.36 s [kan-extensions] Configuration files installed in:
  4894. 1830.36 s [kan-extensions] /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6/etc
  4895. 1830.36 s [kan-extensions] No alex found
  4896. 1830.36 s [kan-extensions] Using ar found on system at:
  4897. 1830.36 s [kan-extensions] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  4898. 1830.36 s [kan-extensions] No c2hs found
  4899. 1830.36 s [kan-extensions] No cpphs found
  4900. 1830.36 s [kan-extensions] No doctest found
  4901. 1830.36 s [kan-extensions] Using gcc version 13.3.0 given by user at:
  4902. 1830.36 s [kan-extensions] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  4903. 1830.36 s [kan-extensions] Using ghc version 9.2.6 found on system at:
  4904. 1830.36 s [kan-extensions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc
  4905. 1830.36 s [kan-extensions] Using ghc-pkg version 9.2.6 found on system at:
  4906. 1830.36 s [kan-extensions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc-pkg-9.2.6
  4907. 1830.36 s [kan-extensions] No ghcjs found
  4908. 1830.36 s [kan-extensions] No ghcjs-pkg found
  4909. 1830.36 s [kan-extensions] No greencard found
  4910. 1830.36 s [kan-extensions] Using haddock version 2.26.0 found on system at:
  4911. 1830.36 s [kan-extensions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/haddock-ghc-9.2.6
  4912. 1830.36 s [kan-extensions] No happy found
  4913. 1830.36 s [kan-extensions] Using haskell-suite found on system at: haskell-suite-dummy-location
  4914. 1830.36 s [kan-extensions] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4915. 1830.36 s [kan-extensions] No hmake found
  4916. 1830.36 s [kan-extensions] Using hpc version 0.68 found on system at:
  4917. 1830.36 s [kan-extensions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hpc
  4918. 1830.36 s [kan-extensions] Using hsc2hs version 0.68.8 found on system at:
  4919. 1830.36 s [kan-extensions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hsc2hs
  4920. 1830.36 s [kan-extensions] Using hscolour version 1.25 found on system at:
  4921. 1830.36 s [kan-extensions] /nix/store/7rcsa1qyv53y8x7irr5n5jwpgc6zb0fv-hscolour-1.25/bin/HsColour
  4922. 1830.36 s [kan-extensions] No jhc found
  4923. 1830.36 s [kan-extensions] Using ld found on system at:
  4924. 1830.36 s [kan-extensions] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  4925. 1830.36 s [kan-extensions] No pkg-config found
  4926. 1830.36 s [kan-extensions] Using runghc version 9.2.6 found on system at:
  4927. 1830.36 s [kan-extensions] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/runghc-9.2.6
  4928. 1830.36 s [kan-extensions] Using strip version 2.43 found on system at:
  4929. 1830.36 s [kan-extensions] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  4930. 1830.36 s [kan-extensions] Using tar found on system at:
  4931. 1830.36 s [kan-extensions] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  4932. 1830.36 s [kan-extensions] No uhc found
  4933. 1830.37 s [kan-extensions] Phase: buildPhase
  4934. 1830.43 s [kan-extensions] Preprocessing library for kan-extensions-5.2.6..
  4935. 1830.43 s [kan-extensions] Building library for kan-extensions-5.2.6..
  4936. 1830.60 s [kan-extensions] [ 1 of 13] Compiling Data.Functor.Contravariant.Coyoneda ( src/Data/Functor/Contravariant/Coyoneda.hs, dist/build/Data/Functor/Contravariant/Coyoneda.o, dist/build/Data/Functor/Contravariant/Coyoneda.dyn_o )
  4937. 1831.27 s [kan-extensions] [ 2 of 13] Compiling Data.Functor.Contravariant.Day ( src/Data/Functor/Contravariant/Day.hs, dist/build/Data/Functor/Contravariant/Day.o, dist/build/Data/Functor/Contravariant/Day.dyn_o )
  4938. 1831.49 s [kan-extensions] [ 3 of 13] Compiling Data.Functor.Contravariant.Yoneda ( src/Data/Functor/Contravariant/Yoneda.hs, dist/build/Data/Functor/Contravariant/Yoneda.o, dist/build/Data/Functor/Contravariant/Yoneda.dyn_o )
  4939. 1831.49 s [kan-extensions] [ 4 of 13] Compiling Data.Functor.Day ( src/Data/Functor/Day.hs, dist/build/Data/Functor/Day.o, dist/build/Data/Functor/Day.dyn_o )
  4940. 1831.86 s [kan-extensions] [ 5 of 13] Compiling Data.Functor.Day.Curried ( src/Data/Functor/Day/Curried.hs, dist/build/Data/Functor/Day/Curried.o, dist/build/Data/Functor/Day/Curried.dyn_o )
  4941. 1832.32 s [kan-extensions] [ 6 of 13] Compiling Data.Functor.Invariant.Day ( src/Data/Functor/Invariant/Day.hs, dist/build/Data/Functor/Invariant/Day.o, dist/build/Data/Functor/Invariant/Day.dyn_o )
  4942. 1832.32 s [kan-extensions] [ 7 of 13] Compiling Data.Functor.Kan.Lan ( src/Data/Functor/Kan/Lan.hs, dist/build/Data/Functor/Kan/Lan.o, dist/build/Data/Functor/Kan/Lan.dyn_o )
  4943. 1832.32 s [kan-extensions] [ 8 of 13] Compiling Data.Functor.Coyoneda ( src/Data/Functor/Coyoneda.hs, dist/build/Data/Functor/Coyoneda.o, dist/build/Data/Functor/Coyoneda.dyn_o )
  4944. 1833.32 s [kan-extensions] [ 9 of 13] Compiling Control.Comonad.Density ( src/Control/Comonad/Density.hs, dist/build/Control/Comonad/Density.o, dist/build/Control/Comonad/Density.dyn_o )
  4945. 1833.32 s [kan-extensions] [10 of 13] Compiling Control.Monad.Co ( src/Control/Monad/Co.hs, dist/build/Control/Monad/Co.o, dist/build/Control/Monad/Co.dyn_o )
  4946. 1833.32 s [kan-extensions] [11 of 13] Compiling Data.Functor.Kan.Ran ( src/Data/Functor/Kan/Ran.hs, dist/build/Data/Functor/Kan/Ran.o, dist/build/Data/Functor/Kan/Ran.dyn_o )
  4947. 1833.32 s [kan-extensions] [12 of 13] Compiling Control.Monad.Codensity ( src/Control/Monad/Codensity.hs, dist/build/Control/Monad/Codensity.o, dist/build/Control/Monad/Codensity.dyn_o )
  4948. 1833.32 s [kan-extensions] [13 of 13] Compiling Data.Functor.Yoneda ( src/Data/Functor/Yoneda.hs, dist/build/Data/Functor/Yoneda.o, dist/build/Data/Functor/Yoneda.dyn_o )
  4949. 1833.96 s [kan-extensions] [ 1 of 13] Compiling Data.Functor.Contravariant.Coyoneda ( src/Data/Functor/Contravariant/Coyoneda.hs, dist/build/Data/Functor/Contravariant/Coyoneda.p_o )
  4950. 1834.60 s [kan-extensions] [ 2 of 13] Compiling Data.Functor.Contravariant.Day ( src/Data/Functor/Contravariant/Day.hs, dist/build/Data/Functor/Contravariant/Day.p_o )
  4951. 1834.83 s [kan-extensions] [ 3 of 13] Compiling Data.Functor.Contravariant.Yoneda ( src/Data/Functor/Contravariant/Yoneda.hs, dist/build/Data/Functor/Contravariant/Yoneda.p_o )
  4952. 1834.83 s [kan-extensions] [ 4 of 13] Compiling Data.Functor.Day ( src/Data/Functor/Day.hs, dist/build/Data/Functor/Day.p_o )
  4953. 1835.00 s [kan-extensions] [ 5 of 13] Compiling Data.Functor.Day.Curried ( src/Data/Functor/Day/Curried.hs, dist/build/Data/Functor/Day/Curried.p_o )
  4954. 1835.39 s [kan-extensions] [ 6 of 13] Compiling Data.Functor.Invariant.Day ( src/Data/Functor/Invariant/Day.hs, dist/build/Data/Functor/Invariant/Day.p_o )
  4955. 1835.39 s [kan-extensions] [ 7 of 13] Compiling Data.Functor.Kan.Lan ( src/Data/Functor/Kan/Lan.hs, dist/build/Data/Functor/Kan/Lan.p_o )
  4956. 1835.39 s [kan-extensions] [ 8 of 13] Compiling Data.Functor.Coyoneda ( src/Data/Functor/Coyoneda.hs, dist/build/Data/Functor/Coyoneda.p_o )
  4957. 1836.37 s [kan-extensions] [ 9 of 13] Compiling Control.Comonad.Density ( src/Control/Comonad/Density.hs, dist/build/Control/Comonad/Density.p_o )
  4958. 1836.37 s [kan-extensions] [10 of 13] Compiling Control.Monad.Co ( src/Control/Monad/Co.hs, dist/build/Control/Monad/Co.p_o )
  4959. 1836.37 s [kan-extensions] [11 of 13] Compiling Data.Functor.Kan.Ran ( src/Data/Functor/Kan/Ran.hs, dist/build/Data/Functor/Kan/Ran.p_o )
  4960. 1836.37 s [kan-extensions] [12 of 13] Compiling Control.Monad.Codensity ( src/Control/Monad/Codensity.hs, dist/build/Control/Monad/Codensity.p_o )
  4961. 1836.37 s [kan-extensions] [13 of 13] Compiling Data.Functor.Yoneda ( src/Data/Functor/Yoneda.hs, dist/build/Data/Functor/Yoneda.p_o )
  4962. 1837.94 s [kan-extensions] Phase: checkPhase
  4963. 1837.99 s [kan-extensions] Package has no test suites.
  4964. 1838.00 s [kan-extensions] Phase: haddockPhase
  4965. 1838.16 s [kan-extensions] Preprocessing library for kan-extensions-5.2.6..
  4966. 1838.16 s [kan-extensions] Running Haddock on library for kan-extensions-5.2.6..
  4967. 1838.16 s [kan-extensions] Warning: The documentation for the following packages are not installed. No
  4968. 1838.16 s [kan-extensions] links will be generated to these packages: data-array-byte-0.1.0.1,
  4969. 1838.16 s [kan-extensions] foldable1-classes-compat-0.1
  4970. 1838.24 s [kan-extensions] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  4971. 1838.70 s [kan-extensions] 100% ( 5 / 5) in 'Data.Functor.Contravariant.Coyoneda'
  4972. 1838.75 s [kan-extensions] 100% ( 14 / 14) in 'Data.Functor.Contravariant.Day'
  4973. 1838.80 s [kan-extensions] 75% ( 3 / 4) in 'Data.Functor.Contravariant.Yoneda'
  4974. 1838.80 s [kan-extensions] Missing documentation for:
  4975. 1838.80 s [kan-extensions] lowerYoneda (src/Data/Functor/Contravariant/Yoneda.hs:40)
  4976. 1839.10 s [kan-extensions] 93% ( 14 / 15) in 'Data.Functor.Day'
  4977. 1839.10 s [kan-extensions] Missing documentation for:
  4978. 1839.10 s [kan-extensions] cayley (src/Data/Functor/Day.hs:199)
  4979. 1839.20 s [kan-extensions] Warning: 'Compose' is out of scope.
  4980. 1839.20 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4981. 1839.20 s [kan-extensions] Warning: 'Rift' is out of scope.
  4982. 1839.20 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4983. 1839.20 s [kan-extensions] 92% ( 13 / 14) in 'Data.Functor.Day.Curried'
  4984. 1839.20 s [kan-extensions] Missing documentation for:
  4985. 1839.20 s [kan-extensions] Curried (src/Data/Functor/Day/Curried.hs:36)
  4986. 1839.29 s [kan-extensions] 100% ( 14 / 14) in 'Data.Functor.Invariant.Day'
  4987. 1839.32 s [kan-extensions] Warning: 'Compose' is out of scope.
  4988. 1839.32 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4989. 1839.32 s [kan-extensions] Warning: 'o' is out of scope.
  4990. 1839.32 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4991. 1839.32 s [kan-extensions] 75% ( 9 / 12) in 'Data.Functor.Kan.Lan'
  4992. 1839.33 s [kan-extensions] Missing documentation for:
  4993. 1839.33 s [kan-extensions] decomposeLan (src/Data/Functor/Kan/Lan.hs:108)
  4994. 1839.33 s [kan-extensions] lanToAdjoint (src/Data/Functor/Kan/Lan.hs:80)
  4995. 1839.33 s [kan-extensions] composedAdjointToLan (src/Data/Functor/Kan/Lan.hs:94)
  4996. 1839.44 s [kan-extensions] 88% ( 8 / 9) in 'Data.Functor.Coyoneda'
  4997. 1839.44 s [kan-extensions] Missing documentation for:
  4998. 1839.44 s [kan-extensions] lanToCoyoneda (src/Data/Functor/Coyoneda.hs:75)
  4999. 1839.71 s [kan-extensions] 57% ( 4 / 7) in 'Control.Comonad.Density'
  5000. 1839.71 s [kan-extensions] Missing documentation for:
  5001. 1839.71 s [kan-extensions] Density (src/Control/Comonad/Density.hs:40)
  5002. 1839.71 s [kan-extensions] adjunctionToDensity (src/Control/Comonad/Density.hs:96)
  5003. 1839.71 s [kan-extensions] densityToLan (src/Control/Comonad/Density.hs:111)
  5004. 1839.79 s [kan-extensions] Warning: 'Hask' is out of scope.
  5005. 1839.79 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  5006. 1839.79 s [kan-extensions] Warning: 'Contravariant' is out of scope.
  5007. 1839.79 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  5008. 1839.79 s [kan-extensions] Warning: 'Rift' is out of scope.
  5009. 1839.79 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  5010. 1839.79 s [kan-extensions] 20% ( 5 / 24) in 'Control.Monad.Co'
  5011. 1839.79 s [kan-extensions] Missing documentation for:
  5012. 1839.79 s [kan-extensions] Co (src/Control/Monad/Co.hs:72)
  5013. 1839.79 s [kan-extensions] co (src/Control/Monad/Co.hs:74)
  5014. 1839.79 s [kan-extensions] runCo (src/Control/Monad/Co.hs:77)
  5015. 1839.79 s [kan-extensions] liftCoT0 (src/Control/Monad/Co.hs:112)
  5016. 1839.79 s [kan-extensions] liftCoT0M (src/Control/Monad/Co.hs:148)
  5017. 1839.79 s [kan-extensions] lowerCoT0 (src/Control/Monad/Co.hs:115)
  5018. 1839.79 s [kan-extensions] lowerCo0 (src/Control/Monad/Co.hs:118)
  5019. 1839.79 s [kan-extensions] liftCoT1 (src/Control/Monad/Co.hs:121)
  5020. 1839.79 s [kan-extensions] liftCoT1M (src/Control/Monad/Co.hs:151)
  5021. 1839.79 s [kan-extensions] lowerCoT1 (src/Control/Monad/Co.hs:124)
  5022. 1839.79 s [kan-extensions] lowerCo1 (src/Control/Monad/Co.hs:127)
  5023. 1839.79 s [kan-extensions] diter (src/Control/Monad/Co.hs:154)
  5024. 1839.79 s [kan-extensions] dctrlM (src/Control/Monad/Co.hs:157)
  5025. 1839.79 s [kan-extensions] posW (src/Control/Monad/Co.hs:130)
  5026. 1839.79 s [kan-extensions] peekW (src/Control/Monad/Co.hs:133)
  5027. 1839.79 s [kan-extensions] peeksW (src/Control/Monad/Co.hs:136)
  5028. 1839.79 s [kan-extensions] askW (src/Control/Monad/Co.hs:139)
  5029. 1839.79 s [kan-extensions] asksW (src/Control/Monad/Co.hs:142)
  5030. 1839.79 s [kan-extensions] traceW (src/Control/Monad/Co.hs:145)
  5031. 1839.83 s [kan-extensions] Warning: 'Compose' is out of scope.
  5032. 1839.83 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  5033. 1839.83 s [kan-extensions] 53% ( 8 / 15) in 'Data.Functor.Kan.Ran'
  5034. 1839.83 s [kan-extensions] Missing documentation for:
  5035. 1839.83 s [kan-extensions] decomposeRan (src/Data/Functor/Kan/Ran.hs:115)
  5036. 1839.83 s [kan-extensions] ranToAdjoint (src/Data/Functor/Kan/Ran.hs:129)
  5037. 1839.83 s [kan-extensions] composedAdjointToRan (src/Data/Functor/Kan/Ran.hs:143)
  5038. 1839.83 s [kan-extensions] repToRan (src/Data/Functor/Kan/Ran.hs:152)
  5039. 1839.83 s [kan-extensions] ranToRep (src/Data/Functor/Kan/Ran.hs:156)
  5040. 1839.83 s [kan-extensions] composedRepToRan (src/Data/Functor/Kan/Ran.hs:164)
  5041. 1839.83 s [kan-extensions] ranToComposedRep (src/Data/Functor/Kan/Ran.hs:160)
  5042. 1839.87 s [kan-extensions] 85% ( 12 / 14) in 'Control.Monad.Codensity'
  5043. 1839.87 s [kan-extensions] Missing documentation for:
  5044. 1839.87 s [kan-extensions] adjunctionToCodensity (src/Control/Monad/Codensity.hs:174)
  5045. 1839.87 s [kan-extensions] ranToCodensity (src/Control/Monad/Codensity.hs:215)
  5046. 1839.93 s [kan-extensions] 45% ( 5 / 11) in 'Data.Functor.Yoneda'
  5047. 1839.93 s [kan-extensions] Missing documentation for:
  5048. 1839.93 s [kan-extensions] lowerYoneda (src/Data/Functor/Yoneda.hs:84)
  5049. 1839.93 s [kan-extensions] maxF (src/Data/Functor/Yoneda.hs:193)
  5050. 1839.93 s [kan-extensions] minF (src/Data/Functor/Yoneda.hs:198)
  5051. 1839.93 s [kan-extensions] maxM (src/Data/Functor/Yoneda.hs:203)
  5052. 1839.93 s [kan-extensions] minM (src/Data/Functor/Yoneda.hs:208)
  5053. 1839.93 s [kan-extensions] ranToYoneda (src/Data/Functor/Yoneda.hs:102)
  5054. 1840.51 s [kan-extensions] Warning: Data.Functor.Coyoneda: could not find link destinations for:
  5055. 1840.51 s [kan-extensions]
  5056. 1840.51 s [kan-extensions] - Data.Foldable1.foldMap1'
  5057. 1840.51 s [kan-extensions] - Data.Foldable1.maximum
  5058. 1840.51 s [kan-extensions] - Data.Foldable1.minimum
  5059. 1840.51 s [kan-extensions] - Data.Foldable1.head
  5060. 1840.51 s [kan-extensions] - Data.Foldable1.last
  5061. 1840.51 s [kan-extensions] - Data.Foldable1.foldrMap1
  5062. 1840.51 s [kan-extensions] - Data.Foldable1.foldlMap1'
  5063. 1840.51 s [kan-extensions] - Data.Foldable1.foldlMap1
  5064. 1840.51 s [kan-extensions] - Data.Foldable1.foldrMap1'
  5065. 1840.51 s [kan-extensions] Warning: Data.Functor.Yoneda: could not find link destinations for:
  5066. 1840.51 s [kan-extensions]
  5067. 1840.51 s [kan-extensions] - Data.Foldable1.foldMap1'
  5068. 1840.51 s [kan-extensions] - Data.Foldable1.maximum
  5069. 1840.51 s [kan-extensions] - Data.Foldable1.minimum
  5070. 1840.51 s [kan-extensions] - Data.Foldable1.head
  5071. 1840.51 s [kan-extensions] - Data.Foldable1.last
  5072. 1840.51 s [kan-extensions] - Data.Foldable1.foldrMap1
  5073. 1840.51 s [kan-extensions] - Data.Foldable1.foldlMap1'
  5074. 1840.51 s [kan-extensions] - Data.Foldable1.foldlMap1
  5075. 1840.51 s [kan-extensions] - Data.Foldable1.foldrMap1'
  5076. 1844.34 s [kan-extensions] Documentation created: dist/doc/html/kan-extensions/index.html,
  5077. 1844.34 s [kan-extensions] dist/doc/html/kan-extensions/kan-extensions.txt
  5078. 1844.36 s [kan-extensions] Phase: installPhase
  5079. 1844.51 s [kan-extensions] Installing library in /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ
  5080. 1845.22 s [kan-extensions] Phase: fixupPhase
  5081. 1845.25 s [kan-extensions] shrinking RPATHs of ELF executables and libraries in /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6
  5082. 1845.26 s [kan-extensions] shrinking /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSkan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ-ghc9.2.6.so
  5083. 1845.27 s [kan-extensions] checking for references to /build/ in /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6...
  5084. 1845.29 s [kan-extensions] patching script interpreter paths in /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6
  5085. 1845.29 s [kan-extensions] stripping (with command strip and flags -S -p) in /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6/lib
  5086. 1845.52 s [kan-extensions] shrinking RPATHs of ELF executables and libraries in /nix/store/6b2vvnlr0mif4cklqlq3ncbis74h6dyq-kan-extensions-5.2.6-doc
  5087. 1845.52 s [kan-extensions] checking for references to /build/ in /nix/store/6b2vvnlr0mif4cklqlq3ncbis74h6dyq-kan-extensions-5.2.6-doc...
  5088. 1845.53 s [kan-extensions] patching script interpreter paths in /nix/store/6b2vvnlr0mif4cklqlq3ncbis74h6dyq-kan-extensions-5.2.6-doc
  5089. 1845.64 s [kan-extensions:post-build] Uploading to the NixCI cache: /nix/store/6b2vvnlr0mif4cklqlq3ncbis74h6dyq-kan-extensions-5.2.6-doc /nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6
  5090. 1845.68 s [kan-extensions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5091. 1845.92 s [kan-extensions:post-build] copying 2 paths...
  5092. 1845.92 s [kan-extensions:post-build] copying path '/nix/store/6b2vvnlr0mif4cklqlq3ncbis74h6dyq-kan-extensions-5.2.6-doc' to 'https://cache.nix-ci.com'...
  5093. 1846.55 s [kan-extensions:post-build] copying path '/nix/store/lqy3b34icfjk5pz217inav5lxiwalzqd-kan-extensions-5.2.6' to 'https://cache.nix-ci.com'...
  5094. 1849.20 s [kan-extensions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5095. 1849.47 s [kan-extensions:post-build] copying 1 paths...
  5096. 1849.47 s [kan-extensions:post-build] copying path '/nix/store/b38kyaj0g8gn3ixpn50wf5qigxkxn620-kan-extensions-5.2.6.drv' to 'https://cache.nix-ci.com'...
  5097. 1849.73 s Uploaded kan-extensions in 4.1s
  5098. 1849.73 s Progress: 103 of 106 built, 4 of 4 downloaded from cache
  5099. 1849.73 s Built kan-extensions in 22.5s
  5100. 1849.79 s Building /nix/store/syg4l9fjlivnv3al57qc6qn3r4w0srxx-lens-5.2.3.drv
  5101. 1850.01 s [lens] Phase: setupCompilerEnvironmentPhase
  5102. 1850.01 s [lens] Build with /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6.
  5103. 1850.26 s [lens] Phase: unpackPhase
  5104. 1850.26 s [lens] unpacking source archive /nix/store/np83zb487vyi4il59sb0xjihs2zfarhy-lens-5.2.3.tar.gz
  5105. 1850.28 s [lens] source root is lens-5.2.3
  5106. 1850.29 s [lens] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file lens-5.2.3/.vim.custom
  5107. 1850.29 s [lens] Phase: patchPhase
  5108. 1850.30 s [lens] Replace Cabal file with edited version from mirror://hackage/lens-5.2.3/revision/5.cabal.
  5109. 1850.30 s [lens] Phase: compileBuildDriverPhase
  5110. 1850.31 s [lens] setupCompileFlags: -package-db=/build/tmp.IgIBTLJbGj/setup-package.conf.d -threaded
  5111. 1850.37 s [lens] [1 of 1] Compiling Main ( Setup.lhs, /build/tmp.IgIBTLJbGj/Main.o )
  5112. 1850.50 s [lens] Linking Setup ...
  5113. 1851.92 s [lens] Phase: updateAutotoolsGnuConfigScriptsPhase
  5114. 1851.93 s [lens] Phase: configurePhase
  5115. 1851.94 s [lens] configureFlags: --verbose --prefix=/nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/a8ijivbi05ad7jhy4js6vdhwryrwrm65-lens-5.2.3-doc/share/doc/lens-5.2.3 --with-gcc=gcc --package-db=/build/tmp.IgIBTLJbGj/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/z7ndn3k8zfjrf713gq443q7a2ixzaab5-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r25i9ffbldgn22436psygd7ivbvs3qq8-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  5116. 1852.40 s [lens] Using Parsec parser
  5117. 1852.40 s [lens] Configuring lens-5.2.3...
  5118. 1852.40 s [lens] Flags chosen: benchmark-uniplate=False, dump-splices=False, inlining=True,
  5119. 1852.40 s [lens] j=False, test-hunit=True, test-properties=True, test-templates=True,
  5120. 1852.40 s [lens] trustworthy=True
  5121. 1852.40 s [lens] Dependency array >=0.5.0.0 && <0.6: using array-0.5.4.0
  5122. 1852.40 s [lens] Dependency assoc >=1.0.2 && <1.2: using assoc-1.1.1
  5123. 1852.40 s [lens] Dependency base >=4.9 && <5: using base-4.16.4.0
  5124. 1852.40 s [lens] Dependency base-orphans >=0.5.2 && <1: using base-orphans-0.9.2
  5125. 1852.40 s [lens] Dependency bifunctors >=5.5.7 && <6: using bifunctors-5.6.2
  5126. 1852.40 s [lens] Dependency bytestring >=0.10.4.0 && <0.13: using bytestring-0.11.4.0
  5127. 1852.40 s [lens] Dependency call-stack >=0.1 && <0.5: using call-stack-0.4.0
  5128. 1852.40 s [lens] Dependency comonad >=5.0.7 && <6: using comonad-5.0.8
  5129. 1852.40 s [lens] Dependency containers >=0.5.5.1 && <0.8: using containers-0.6.5.1
  5130. 1852.40 s [lens] Dependency contravariant >=1.4 && <2: using contravariant-1.5.5
  5131. 1852.40 s [lens] Dependency distributive >=0.5.1 && <1: using distributive-0.6.2.1
  5132. 1852.40 s [lens] Dependency exceptions >=0.8.2.1 && <1: using exceptions-0.10.4
  5133. 1852.40 s [lens] Dependency filepath >=1.2.0.0 && <1.6: using filepath-1.4.2.2
  5134. 1852.40 s [lens] Dependency free >=5.1.5 && <6: using free-5.2
  5135. 1852.40 s [lens] Dependency ghc-prim: using ghc-prim-0.8.0
  5136. 1852.40 s [lens] Dependency hashable >=1.2.7.0 && <1.5: using hashable-1.4.4.0
  5137. 1852.40 s [lens] Dependency indexed-traversable >=0.1 && <0.2: using indexed-traversable-0.1.4
  5138. 1852.40 s [lens] Dependency indexed-traversable-instances >=0.1 && <0.2: using
  5139. 1852.40 s [lens] indexed-traversable-instances-0.1.2
  5140. 1852.40 s [lens] Dependency kan-extensions >=5 && <6: using kan-extensions-5.2.6
  5141. 1852.40 s [lens] Dependency mtl >=2.2.1 && <2.4: using mtl-2.2.2
  5142. 1852.41 s [lens] Dependency parallel >=3.2.1.0 && <3.3: using parallel-3.2.2.0
  5143. 1852.41 s [lens] Dependency profunctors >=5.5.2 && <6: using profunctors-5.6.2
  5144. 1852.41 s [lens] Dependency reflection >=2.1 && <3: using reflection-2.1.8
  5145. 1852.41 s [lens] Dependency semigroupoids >=5.0.1 && <7: using semigroupoids-6.0.1
  5146. 1852.41 s [lens] Dependency strict >=0.4 && <0.6: using strict-0.5
  5147. 1852.41 s [lens] Dependency tagged >=0.8.6 && <1: using tagged-0.8.8
  5148. 1852.41 s [lens] Dependency template-haskell >=2.11.1.0 && <2.22: using
  5149. 1852.41 s [lens] template-haskell-2.18.0.0
  5150. 1852.41 s [lens] Dependency text >=1.2.3.0 && <2.2: using text-1.2.5.0
  5151. 1852.41 s [lens] Dependency th-abstraction >=0.4.1 && <0.8: using th-abstraction-0.5.0.0
  5152. 1852.41 s [lens] Dependency these >=1.1.1.1 && <1.3: using these-1.2.1
  5153. 1852.41 s [lens] Dependency transformers >=0.5.0.0 && <0.7: using transformers-0.5.6.2
  5154. 1852.41 s [lens] Dependency transformers-compat >=0.5.0.4 && <1: using
  5155. 1852.41 s [lens] transformers-compat-0.7.2
  5156. 1852.41 s [lens] Dependency unordered-containers >=0.2.10 && <0.3: using
  5157. 1852.41 s [lens] unordered-containers-0.2.20
  5158. 1852.41 s [lens] Dependency vector >=0.12.1.2 && <0.14: using vector-0.13.1.0
  5159. 1852.41 s [lens] Dependency base: using base-4.16.4.0
  5160. 1852.41 s [lens] Dependency lens: using lens-5.2.3
  5161. 1852.41 s [lens] Dependency QuickCheck >=2.4: using QuickCheck-2.14.3
  5162. 1852.41 s [lens] Dependency base: using base-4.16.4.0
  5163. 1852.41 s [lens] Dependency lens: using lens-5.2.3
  5164. 1852.41 s [lens] Dependency test-framework >=0.6: using test-framework-0.8.2.0
  5165. 1852.41 s [lens] Dependency test-framework-quickcheck2 >=0.2: using
  5166. 1852.41 s [lens] test-framework-quickcheck2-0.3.0.5
  5167. 1852.41 s [lens] Dependency transformers: using transformers-0.5.6.2
  5168. 1852.41 s [lens] Dependency HUnit >=1.2: using HUnit-1.6.2.0
  5169. 1852.41 s [lens] Dependency base: using base-4.16.4.0
  5170. 1852.41 s [lens] Dependency bytestring: using bytestring-0.11.4.0
  5171. 1852.41 s [lens] Dependency containers: using containers-0.6.5.1
  5172. 1852.41 s [lens] Dependency lens: using lens-5.2.3
  5173. 1852.41 s [lens] Dependency mtl: using mtl-2.2.2
  5174. 1852.41 s [lens] Dependency test-framework >=0.6: using test-framework-0.8.2.0
  5175. 1852.41 s [lens] Dependency test-framework-hunit >=0.2: using test-framework-hunit-0.3.0.2
  5176. 1852.41 s [lens] Dependency text: using text-1.2.5.0
  5177. 1852.41 s [lens] Dependency base: using base-4.16.4.0
  5178. 1852.41 s [lens] Dependency deepseq: using deepseq-1.4.6.1
  5179. 1852.41 s [lens] Dependency simple-reflect >=0.3.1: using simple-reflect-0.3.3
  5180. 1852.54 s [lens] Source component graph:
  5181. 1852.54 s [lens] component test:doctests
  5182. 1852.54 s [lens] component lib
  5183. 1852.54 s [lens] component test:hunit dependency lib
  5184. 1852.54 s [lens] component test:properties dependency lib
  5185. 1852.54 s [lens] component test:templates dependency lib
  5186. 1852.54 s [lens] Configured component graph:
  5187. 1852.54 s [lens] component lens-5.2.3-Lr3DXf32hxGC1owM7YyF2p-doctests
  5188. 1852.54 s [lens] include base-4.16.4.0
  5189. 1852.54 s [lens] include deepseq-1.4.6.1
  5190. 1852.54 s [lens] include simple-reflect-0.3.3-6bzc2HjUkxQ8Qu7G3Z5hdc
  5191. 1852.54 s [lens] component lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5192. 1852.54 s [lens] include array-0.5.4.0
  5193. 1852.54 s [lens] include assoc-1.1.1-KJTqQsmu31qI6r56b5mzLk
  5194. 1852.54 s [lens] include base-4.16.4.0
  5195. 1852.54 s [lens] include base-orphans-0.9.2-7BBlfO73ShP5ZsY1Np620q
  5196. 1852.54 s [lens] include bifunctors-5.6.2-30XNe4pZ3vOGJWmLRg1LeI
  5197. 1852.54 s [lens] include bytestring-0.11.4.0
  5198. 1852.54 s [lens] include call-stack-0.4.0-7Kj6UtaYY94JDoMxAZHX8y
  5199. 1852.54 s [lens] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  5200. 1852.54 s [lens] include containers-0.6.5.1
  5201. 1852.54 s [lens] include contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  5202. 1852.54 s [lens] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  5203. 1852.54 s [lens] include exceptions-0.10.4
  5204. 1852.54 s [lens] include filepath-1.4.2.2
  5205. 1852.54 s [lens] include free-5.2-Cohu0xB3SiQJ2VZiObcu04
  5206. 1852.54 s [lens] include ghc-prim-0.8.0
  5207. 1852.54 s [lens] include hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  5208. 1852.54 s [lens] include indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  5209. 1852.54 s [lens] include indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  5210. 1852.54 s [lens] include kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ
  5211. 1852.54 s [lens] include mtl-2.2.2
  5212. 1852.54 s [lens] include parallel-3.2.2.0-KgDyPHm89eYAjQsIhXthC1
  5213. 1852.54 s [lens] include profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  5214. 1852.54 s [lens] include reflection-2.1.8-98bVTporc2BwfZLHH6Il4
  5215. 1852.54 s [lens] include semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  5216. 1852.54 s [lens] include strict-0.5-BYxeJdKBmpEDTQsNEWeIYD
  5217. 1852.54 s [lens] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  5218. 1852.54 s [lens] include template-haskell-2.18.0.0
  5219. 1852.54 s [lens] include text-1.2.5.0
  5220. 1852.54 s [lens] include th-abstraction-0.5.0.0-HE2kOLxwqIsnfbUtyHLkk
  5221. 1852.54 s [lens] include these-1.2.1-88j4Un2H7zna8beVZmzbh
  5222. 1852.54 s [lens] include transformers-0.5.6.2
  5223. 1852.54 s [lens] include transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  5224. 1852.54 s [lens] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  5225. 1852.54 s [lens] include vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  5226. 1852.54 s [lens] component lens-5.2.3-5u1VhyUpUWCDA99DbACM1C-hunit
  5227. 1852.54 s [lens] include HUnit-1.6.2.0-G5uPb6gbD8g4JulXHf1k9a
  5228. 1852.54 s [lens] include base-4.16.4.0
  5229. 1852.54 s [lens] include bytestring-0.11.4.0
  5230. 1852.54 s [lens] include containers-0.6.5.1
  5231. 1852.54 s [lens] include lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5232. 1852.54 s [lens] include mtl-2.2.2
  5233. 1852.54 s [lens] include test-framework-0.8.2.0-DRSoHmtgOZGGtszaWlJNr3
  5234. 1852.54 s [lens] include test-framework-hunit-0.3.0.2-pKZgS0rrra43VTSGOsfkM
  5235. 1852.54 s [lens] include text-1.2.5.0
  5236. 1852.54 s [lens] component lens-5.2.3-CUHPOPUhUjs27JnerP9lpe-properties
  5237. 1852.54 s [lens] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  5238. 1852.54 s [lens] include base-4.16.4.0
  5239. 1852.54 s [lens] include lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5240. 1852.54 s [lens] include test-framework-0.8.2.0-DRSoHmtgOZGGtszaWlJNr3
  5241. 1852.54 s [lens] include test-framework-quickcheck2-0.3.0.5-aB1PbGUimA2FSYd5hj4s
  5242. 1852.54 s [lens] include transformers-0.5.6.2
  5243. 1852.54 s [lens] component lens-5.2.3-7AhSYD3u7584AfrrR2W3YG-templates
  5244. 1852.54 s [lens] include base-4.16.4.0
  5245. 1852.54 s [lens] include lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5246. 1852.54 s [lens] Linked component graph:
  5247. 1852.54 s [lens] unit lens-5.2.3-Lr3DXf32hxGC1owM7YyF2p-doctests
  5248. 1852.54 s [lens] include base-4.16.4.0
  5249. 1852.54 s [lens] include deepseq-1.4.6.1
  5250. 1852.54 s [lens] include simple-reflect-0.3.3-6bzc2HjUkxQ8Qu7G3Z5hdc
  5251. 1852.54 s [lens] unit lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5252. 1852.54 s [lens] include array-0.5.4.0
  5253. 1852.54 s [lens] include assoc-1.1.1-KJTqQsmu31qI6r56b5mzLk
  5254. 1852.54 s [lens] include base-4.16.4.0
  5255. 1852.54 s [lens] include base-orphans-0.9.2-7BBlfO73ShP5ZsY1Np620q
  5256. 1852.54 s [lens] include bifunctors-5.6.2-30XNe4pZ3vOGJWmLRg1LeI
  5257. 1852.54 s [lens] include bytestring-0.11.4.0
  5258. 1852.54 s [lens] include call-stack-0.4.0-7Kj6UtaYY94JDoMxAZHX8y
  5259. 1852.54 s [lens] include comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  5260. 1852.54 s [lens] include containers-0.6.5.1
  5261. 1852.54 s [lens] include contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  5262. 1852.54 s [lens] include distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  5263. 1852.54 s [lens] include exceptions-0.10.4
  5264. 1852.54 s [lens] include filepath-1.4.2.2
  5265. 1852.54 s [lens] include free-5.2-Cohu0xB3SiQJ2VZiObcu04
  5266. 1852.54 s [lens] include ghc-prim-0.8.0
  5267. 1852.54 s [lens] include hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  5268. 1852.54 s [lens] include indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  5269. 1852.54 s [lens] include indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  5270. 1852.54 s [lens] include kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ
  5271. 1852.54 s [lens] include mtl-2.2.2
  5272. 1852.54 s [lens] include parallel-3.2.2.0-KgDyPHm89eYAjQsIhXthC1
  5273. 1852.54 s [lens] include profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  5274. 1852.54 s [lens] include reflection-2.1.8-98bVTporc2BwfZLHH6Il4
  5275. 1852.54 s [lens] include semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  5276. 1852.54 s [lens] include strict-0.5-BYxeJdKBmpEDTQsNEWeIYD
  5277. 1852.54 s [lens] include tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  5278. 1852.54 s [lens] include template-haskell-2.18.0.0
  5279. 1852.54 s [lens] include text-1.2.5.0
  5280. 1852.54 s [lens] include th-abstraction-0.5.0.0-HE2kOLxwqIsnfbUtyHLkk
  5281. 1852.54 s [lens] include these-1.2.1-88j4Un2H7zna8beVZmzbh
  5282. 1852.54 s [lens] include transformers-0.5.6.2
  5283. 1852.54 s [lens] include transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  5284. 1852.54 s [lens] include unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  5285. 1852.54 s [lens] include vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  5286. 1852.54 s [lens] Control.Exception.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Exception.Lens,Control.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens,Control.Lens.At=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.At,Control.Lens.Combinators=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Combinators,Control.Lens.Cons=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Cons,Control.Lens.Each=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Each,Control.Lens.Empty=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Empty,Control.Lens.Equality=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Equality,Control.Lens.Extras=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Extras,Control.Lens.Fold=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Fold,Control.Lens.Getter=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Getter,Control.Lens.Indexed=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Indexed,Control.Lens.Internal=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal,Control.Lens.Internal.Bazaar=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Bazaar,Control.Lens.Internal.ByteString=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.ByteString,Control.Lens.Internal.CTypes=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.CTypes,Control.Lens.Internal.Context=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Context,Control.Lens.Internal.Deque=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Deque,Control.Lens.Internal.Doctest=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Doctest,Control.Lens.Internal.Exception=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Exception,Control.Lens.Internal.FieldTH=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.FieldTH,Control.Lens.Internal.Fold=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Fold,Control.Lens.Internal.Getter=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Getter,Control.Lens.Internal.Indexed=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Indexed,Control.Lens.Internal.Instances=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Instances,Control.Lens.Internal.Iso=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Iso,Control.Lens.Internal.Level=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Level,Control.Lens.Internal.List=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.List,Control.Lens.Internal.Magma=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Magma,Control.Lens.Internal.Prism=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Prism,Control.Lens.Internal.PrismTH=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.PrismTH,Control.Lens.Internal.Profunctor=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Profunctor,Control.Lens.Internal.Review=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Review,Control.Lens.Internal.Setter=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Setter,Control.Lens.Internal.TH=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.TH,Control.Lens.Internal.Zoom=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Internal.Zoom,Control.Lens.Iso=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Iso,Control.Lens.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Lens,Control.Lens.Level=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Level,Control.Lens.Operators=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Operators,Control.Lens.Plated=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Plated,Control.Lens.Prism=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Prism,Control.Lens.Profunctor=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Profunctor,Control.Lens.Reified=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Reified,Control.Lens.Review=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Review,Control.Lens.Setter=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Setter,Control.Lens.TH=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.TH,Control.Lens.Traversal=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Traversal,Control.Lens.Tuple=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Tuple,Control.Lens.Type=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Type,Control.Lens.Unsound=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Unsound,Control.Lens.Wrapped=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Wrapped,Control.Lens.Zoom=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Lens.Zoom,Control.Monad.Error.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Monad.Error.Lens,Control.Parallel.Strategies.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Parallel.Strategies.Lens,Control.Seq.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Control.Seq.Lens,Data.Array.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Array.Lens,Data.Bits.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Bits.Lens,Data.ByteString.Lazy.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.ByteString.Lazy.Lens,Data.ByteString.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.ByteString.Lens,Data.ByteString.Strict.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.ByteString.Strict.Lens,Data.Complex.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Complex.Lens,Data.Data.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Data.Lens,Data.Dynamic.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Dynamic.Lens,Data.HashSet.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.HashSet.Lens,Data.IntSet.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.IntSet.Lens,Data.List.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.List.Lens,Data.Map.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Map.Lens,Data.Sequence.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Sequence.Lens,Data.Set.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Set.Lens,Data.Text.Lazy.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Text.Lazy.Lens,Data.Text.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Text.Lens,Data.Text.Strict.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Text.Strict.Lens,Data.Tree.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Tree.Lens,Data.Typeable.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Typeable.Lens,Data.Vector.Generic.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Vector.Generic.Lens,Data.Vector.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Data.Vector.Lens,GHC.Generics.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:GHC.Generics.Lens,Language.Haskell.TH.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Language.Haskell.TH.Lens,Numeric.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Numeric.Lens,Numeric.Natural.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:Numeric.Natural.Lens,System.Exit.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:System.Exit.Lens,System.FilePath.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:System.FilePath.Lens,System.IO.Error.Lens=lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m:System.IO.Error.Lens
  5287. 1852.54 s [lens] unit lens-5.2.3-5u1VhyUpUWCDA99DbACM1C-hunit
  5288. 1852.54 s [lens] include HUnit-1.6.2.0-G5uPb6gbD8g4JulXHf1k9a
  5289. 1852.54 s [lens] include base-4.16.4.0
  5290. 1852.54 s [lens] include bytestring-0.11.4.0
  5291. 1852.54 s [lens] include containers-0.6.5.1
  5292. 1852.54 s [lens] include lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5293. 1852.54 s [lens] include mtl-2.2.2
  5294. 1852.54 s [lens] include test-framework-0.8.2.0-DRSoHmtgOZGGtszaWlJNr3
  5295. 1852.54 s [lens] include test-framework-hunit-0.3.0.2-pKZgS0rrra43VTSGOsfkM
  5296. 1852.54 s [lens] include text-1.2.5.0
  5297. 1852.54 s [lens] unit lens-5.2.3-CUHPOPUhUjs27JnerP9lpe-properties
  5298. 1852.54 s [lens] include QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  5299. 1852.54 s [lens] include base-4.16.4.0
  5300. 1852.54 s [lens] include lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5301. 1852.54 s [lens] include test-framework-0.8.2.0-DRSoHmtgOZGGtszaWlJNr3
  5302. 1852.54 s [lens] include test-framework-quickcheck2-0.3.0.5-aB1PbGUimA2FSYd5hj4s
  5303. 1852.54 s [lens] include transformers-0.5.6.2
  5304. 1852.54 s [lens] unit lens-5.2.3-7AhSYD3u7584AfrrR2W3YG-templates
  5305. 1852.54 s [lens] include base-4.16.4.0
  5306. 1852.54 s [lens] include lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5307. 1852.54 s [lens] Ready component graph:
  5308. 1852.54 s [lens] definite lens-5.2.3-Lr3DXf32hxGC1owM7YyF2p-doctests
  5309. 1852.54 s [lens] depends base-4.16.4.0
  5310. 1852.54 s [lens] depends deepseq-1.4.6.1
  5311. 1852.54 s [lens] depends simple-reflect-0.3.3-6bzc2HjUkxQ8Qu7G3Z5hdc
  5312. 1852.54 s [lens] definite lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5313. 1852.54 s [lens] depends array-0.5.4.0
  5314. 1852.54 s [lens] depends assoc-1.1.1-KJTqQsmu31qI6r56b5mzLk
  5315. 1852.54 s [lens] depends base-4.16.4.0
  5316. 1852.54 s [lens] depends base-orphans-0.9.2-7BBlfO73ShP5ZsY1Np620q
  5317. 1852.54 s [lens] depends bifunctors-5.6.2-30XNe4pZ3vOGJWmLRg1LeI
  5318. 1852.54 s [lens] depends bytestring-0.11.4.0
  5319. 1852.54 s [lens] depends call-stack-0.4.0-7Kj6UtaYY94JDoMxAZHX8y
  5320. 1852.54 s [lens] depends comonad-5.0.8-DJgwEhjY71KDEWTMNfo25x
  5321. 1852.54 s [lens] depends containers-0.6.5.1
  5322. 1852.54 s [lens] depends contravariant-1.5.5-5oidlNG7iHK9t9RygzxsHS
  5323. 1852.54 s [lens] depends distributive-0.6.2.1-C6W7XCG46XH3PHxjwql7ck
  5324. 1852.54 s [lens] depends exceptions-0.10.4
  5325. 1852.54 s [lens] depends filepath-1.4.2.2
  5326. 1852.54 s [lens] depends free-5.2-Cohu0xB3SiQJ2VZiObcu04
  5327. 1852.54 s [lens] depends ghc-prim-0.8.0
  5328. 1852.54 s [lens] depends hashable-1.4.4.0-7aloLIK9are51RmruiYUT1
  5329. 1852.54 s [lens] depends indexed-traversable-0.1.4-EeTndo70RRZGhYK0gK2ruy
  5330. 1852.54 s [lens] depends indexed-traversable-instances-0.1.2-1Y4aZAXG63yLD7K1owbwTr
  5331. 1852.54 s [lens] depends kan-extensions-5.2.6-KQVrgKOHamd3eola8r0EEQ
  5332. 1852.54 s [lens] depends mtl-2.2.2
  5333. 1852.54 s [lens] depends parallel-3.2.2.0-KgDyPHm89eYAjQsIhXthC1
  5334. 1852.54 s [lens] depends profunctors-5.6.2-9vxQRx42EwB4sqR6csAOkC
  5335. 1852.54 s [lens] depends reflection-2.1.8-98bVTporc2BwfZLHH6Il4
  5336. 1852.54 s [lens] depends semigroupoids-6.0.1-CifcXBn6YeC3ZvvuTVEq60
  5337. 1852.54 s [lens] depends strict-0.5-BYxeJdKBmpEDTQsNEWeIYD
  5338. 1852.54 s [lens] depends tagged-0.8.8-ELTgwjM0181BSnvpYgPy8q
  5339. 1852.54 s [lens] depends template-haskell-2.18.0.0
  5340. 1852.54 s [lens] depends text-1.2.5.0
  5341. 1852.54 s [lens] depends th-abstraction-0.5.0.0-HE2kOLxwqIsnfbUtyHLkk
  5342. 1852.54 s [lens] depends these-1.2.1-88j4Un2H7zna8beVZmzbh
  5343. 1852.54 s [lens] depends transformers-0.5.6.2
  5344. 1852.54 s [lens] depends transformers-compat-0.7.2-9ApmiRwA3hS7UuQpOomcS
  5345. 1852.54 s [lens] depends unordered-containers-0.2.20-FXUQGPCSvY37dYxA8IuXPd
  5346. 1852.54 s [lens] depends vector-0.13.1.0-AS5pA2EhFk0F6MDi8473cD
  5347. 1852.54 s [lens] definite lens-5.2.3-CUHPOPUhUjs27JnerP9lpe-properties
  5348. 1852.54 s [lens] depends QuickCheck-2.14.3-D2a8TzIL0WU4gsTThUvQvo
  5349. 1852.54 s [lens] depends base-4.16.4.0
  5350. 1852.54 s [lens] depends lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5351. 1852.54 s [lens] depends test-framework-0.8.2.0-DRSoHmtgOZGGtszaWlJNr3
  5352. 1852.54 s [lens] depends test-framework-quickcheck2-0.3.0.5-aB1PbGUimA2FSYd5hj4s
  5353. 1852.54 s [lens] depends transformers-0.5.6.2
  5354. 1852.54 s [lens] definite lens-5.2.3-7AhSYD3u7584AfrrR2W3YG-templates
  5355. 1852.54 s [lens] depends base-4.16.4.0
  5356. 1852.54 s [lens] depends lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5357. 1852.54 s [lens] definite lens-5.2.3-5u1VhyUpUWCDA99DbACM1C-hunit
  5358. 1852.54 s [lens] depends HUnit-1.6.2.0-G5uPb6gbD8g4JulXHf1k9a
  5359. 1852.54 s [lens] depends base-4.16.4.0
  5360. 1852.54 s [lens] depends bytestring-0.11.4.0
  5361. 1852.54 s [lens] depends containers-0.6.5.1
  5362. 1852.54 s [lens] depends lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5363. 1852.54 s [lens] depends mtl-2.2.2
  5364. 1852.54 s [lens] depends test-framework-0.8.2.0-DRSoHmtgOZGGtszaWlJNr3
  5365. 1852.54 s [lens] depends test-framework-hunit-0.3.0.2-pKZgS0rrra43VTSGOsfkM
  5366. 1852.54 s [lens] depends text-1.2.5.0
  5367. 1852.54 s [lens] Using Cabal-3.6.3.0 compiled by ghc-9.2
  5368. 1852.54 s [lens] Using compiler: ghc-9.2.6
  5369. 1852.54 s [lens] Using install prefix: /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3
  5370. 1852.54 s [lens] Executables installed in:
  5371. 1852.54 s [lens] /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3/bin
  5372. 1852.54 s [lens] Libraries installed in:
  5373. 1852.54 s [lens] /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  5374. 1852.54 s [lens] Dynamic Libraries installed in:
  5375. 1852.54 s [lens] /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6
  5376. 1852.54 s [lens] Private executables installed in:
  5377. 1852.54 s [lens] /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3/libexec/x86_64-linux-ghc-9.2.6/lens-5.2.3
  5378. 1852.54 s [lens] Data files installed in:
  5379. 1852.54 s [lens] /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3/share/x86_64-linux-ghc-9.2.6/lens-5.2.3
  5380. 1852.54 s [lens] Documentation installed in:
  5381. 1852.54 s [lens] /nix/store/a8ijivbi05ad7jhy4js6vdhwryrwrm65-lens-5.2.3-doc/share/doc/lens-5.2.3
  5382. 1852.54 s [lens] Configuration files installed in:
  5383. 1852.54 s [lens] /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3/etc
  5384. 1852.54 s [lens] No alex found
  5385. 1852.68 s [lens] Using ar found on system at:
  5386. 1852.68 s [lens] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  5387. 1852.68 s [lens] No c2hs found
  5388. 1852.68 s [lens] No cpphs found
  5389. 1852.68 s [lens] No doctest found
  5390. 1852.68 s [lens] Using gcc version 13.3.0 given by user at:
  5391. 1852.68 s [lens] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  5392. 1852.68 s [lens] Using ghc version 9.2.6 found on system at:
  5393. 1852.68 s [lens] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc
  5394. 1852.68 s [lens] Using ghc-pkg version 9.2.6 found on system at:
  5395. 1852.68 s [lens] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc-pkg-9.2.6
  5396. 1852.68 s [lens] No ghcjs found
  5397. 1852.68 s [lens] No ghcjs-pkg found
  5398. 1852.68 s [lens] No greencard found
  5399. 1852.68 s [lens] Using haddock version 2.26.0 found on system at:
  5400. 1852.68 s [lens] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/haddock-ghc-9.2.6
  5401. 1852.68 s [lens] No happy found
  5402. 1852.68 s [lens] Using haskell-suite found on system at: haskell-suite-dummy-location
  5403. 1852.68 s [lens] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5404. 1852.68 s [lens] No hmake found
  5405. 1852.68 s [lens] Using hpc version 0.68 found on system at:
  5406. 1852.68 s [lens] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hpc
  5407. 1852.68 s [lens] Using hsc2hs version 0.68.8 found on system at:
  5408. 1852.68 s [lens] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hsc2hs
  5409. 1852.68 s [lens] Using hscolour version 1.25 found on system at:
  5410. 1852.68 s [lens] /nix/store/7rcsa1qyv53y8x7irr5n5jwpgc6zb0fv-hscolour-1.25/bin/HsColour
  5411. 1852.68 s [lens] No jhc found
  5412. 1852.68 s [lens] Using ld found on system at:
  5413. 1852.68 s [lens] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  5414. 1852.68 s [lens] No pkg-config found
  5415. 1852.68 s [lens] Using runghc version 9.2.6 found on system at:
  5416. 1852.68 s [lens] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/runghc-9.2.6
  5417. 1852.68 s [lens] Using strip version 2.43 found on system at:
  5418. 1852.68 s [lens] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  5419. 1852.68 s [lens] Using tar found on system at:
  5420. 1852.68 s [lens] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  5421. 1852.68 s [lens] No uhc found
  5422. 1852.73 s [lens] Phase: buildPhase
  5423. 1852.80 s [lens] Preprocessing test suite 'doctests' for lens-5.2.3..
  5424. 1852.80 s [lens] Building test suite 'doctests' for lens-5.2.3..
  5425. 1852.92 s [lens] [1 of 1] Compiling Main ( tests/doctests.hs, dist/build/doctests/doctests-tmp/Main.o )
  5426. 1853.10 s [lens] Linking dist/build/doctests/doctests ...
  5427. 1853.55 s [lens] Preprocessing library for lens-5.2.3..
  5428. 1853.57 s [lens] Building library for lens-5.2.3..
  5429. 1855.10 s [lens] [ 1 of 85] Compiling Control.Lens.Internal.CTypes ( src/Control/Lens/Internal/CTypes.hs, dist/build/Control/Lens/Internal/CTypes.o, dist/build/Control/Lens/Internal/CTypes.dyn_o )
  5430. 1855.18 s [lens] [ 2 of 85] Compiling Control.Lens.Internal.Doctest ( src/Control/Lens/Internal/Doctest.hs, dist/build/Control/Lens/Internal/Doctest.o, dist/build/Control/Lens/Internal/Doctest.dyn_o )
  5431. 1855.20 s [lens] [ 3 of 85] Compiling Control.Lens.Internal.Instances ( src/Control/Lens/Internal/Instances.hs, dist/build/Control/Lens/Internal/Instances.o, dist/build/Control/Lens/Internal/Instances.dyn_o )
  5432. 1855.20 s [lens] [ 4 of 85] Compiling Control.Lens.Internal.Iso ( src/Control/Lens/Internal/Iso.hs, dist/build/Control/Lens/Internal/Iso.o, dist/build/Control/Lens/Internal/Iso.dyn_o )
  5433. 1855.87 s [lens] [ 5 of 85] Compiling Control.Lens.Internal.List ( src/Control/Lens/Internal/List.hs, dist/build/Control/Lens/Internal/List.o, dist/build/Control/Lens/Internal/List.dyn_o )
  5434. 1855.87 s [lens] [ 6 of 85] Compiling Control.Lens.Internal.Prelude ( src/Control/Lens/Internal/Prelude.hs, dist/build/Control/Lens/Internal/Prelude.o, dist/build/Control/Lens/Internal/Prelude.dyn_o )
  5435. 1855.87 s [lens] [ 7 of 85] Compiling Control.Lens.Internal.Level ( src/Control/Lens/Internal/Level.hs, dist/build/Control/Lens/Internal/Level.o, dist/build/Control/Lens/Internal/Level.dyn_o )
  5436. 1857.09 s [lens] [ 8 of 85] Compiling Control.Lens.Internal.Indexed ( src/Control/Lens/Internal/Indexed.hs, dist/build/Control/Lens/Internal/Indexed.o, dist/build/Control/Lens/Internal/Indexed.dyn_o )
  5437. 1857.09 s [lens] [ 9 of 85] Compiling Control.Lens.Internal.Getter ( src/Control/Lens/Internal/Getter.hs, dist/build/Control/Lens/Internal/Getter.o, dist/build/Control/Lens/Internal/Getter.dyn_o )
  5438. 1857.40 s [lens] [10 of 85] Compiling Control.Lens.Internal.Fold ( src/Control/Lens/Internal/Fold.hs, dist/build/Control/Lens/Internal/Fold.o, dist/build/Control/Lens/Internal/Fold.dyn_o )
  5439. 1857.88 s [lens] [11 of 85] Compiling Control.Lens.Internal.Context ( src/Control/Lens/Internal/Context.hs, dist/build/Control/Lens/Internal/Context.o, dist/build/Control/Lens/Internal/Context.dyn_o )
  5440. 1857.96 s [lens] [12 of 85] Compiling Control.Lens.Internal.Bazaar ( src/Control/Lens/Internal/Bazaar.hs, dist/build/Control/Lens/Internal/Bazaar.o, dist/build/Control/Lens/Internal/Bazaar.dyn_o )
  5441. 1859.24 s [lens] [13 of 85] Compiling Control.Lens.Internal.Magma ( src/Control/Lens/Internal/Magma.hs, dist/build/Control/Lens/Internal/Magma.o, dist/build/Control/Lens/Internal/Magma.dyn_o )
  5442. 1860.40 s [lens] [14 of 85] Compiling Control.Lens.Internal.Prism ( src/Control/Lens/Internal/Prism.hs, dist/build/Control/Lens/Internal/Prism.o, dist/build/Control/Lens/Internal/Prism.dyn_o )
  5443. 1860.40 s [lens] [15 of 85] Compiling Control.Lens.Internal.Profunctor ( src/Control/Lens/Internal/Profunctor.hs, dist/build/Control/Lens/Internal/Profunctor.o, dist/build/Control/Lens/Internal/Profunctor.dyn_o )
  5444. 1860.40 s [lens] [16 of 85] Compiling Control.Lens.Internal.Review ( src/Control/Lens/Internal/Review.hs, dist/build/Control/Lens/Internal/Review.o, dist/build/Control/Lens/Internal/Review.dyn_o )
  5445. 1860.40 s [lens] [17 of 85] Compiling Control.Lens.Internal.Setter ( src/Control/Lens/Internal/Setter.hs, dist/build/Control/Lens/Internal/Setter.o, dist/build/Control/Lens/Internal/Setter.dyn_o )
  5446. 1860.40 s [lens] [18 of 85] Compiling Control.Lens.Internal.Zoom ( src/Control/Lens/Internal/Zoom.hs, dist/build/Control/Lens/Internal/Zoom.o, dist/build/Control/Lens/Internal/Zoom.dyn_o )
  5447. 1860.40 s [lens] [19 of 85] Compiling Control.Lens.Internal ( src/Control/Lens/Internal.hs, dist/build/Control/Lens/Internal.o, dist/build/Control/Lens/Internal.dyn_o )
  5448. 1860.43 s [lens] [20 of 85] Compiling Control.Lens.Type ( src/Control/Lens/Type.hs, dist/build/Control/Lens/Type.o, dist/build/Control/Lens/Type.dyn_o )
  5449. 1860.43 s [lens] [21 of 85] Compiling Control.Lens.Setter ( src/Control/Lens/Setter.hs, dist/build/Control/Lens/Setter.o, dist/build/Control/Lens/Setter.dyn_o )
  5450. 1860.43 s [lens] [22 of 85] Compiling Control.Lens.Lens ( src/Control/Lens/Lens.hs, dist/build/Control/Lens/Lens.o, dist/build/Control/Lens/Lens.dyn_o )
  5451. 1860.43 s [lens] [23 of 85] Compiling Control.Lens.Tuple ( src/Control/Lens/Tuple.hs, dist/build/Control/Lens/Tuple.o, dist/build/Control/Lens/Tuple.dyn_o )
  5452. 1867.86 s [lens] [24 of 85] Compiling Control.Lens.Getter ( src/Control/Lens/Getter.hs, dist/build/Control/Lens/Getter.o, dist/build/Control/Lens/Getter.dyn_o )
  5453. 1867.86 s [lens] [25 of 85] Compiling Control.Lens.Review ( src/Control/Lens/Review.hs, dist/build/Control/Lens/Review.o, dist/build/Control/Lens/Review.dyn_o )
  5454. 1867.86 s [lens] [26 of 85] Compiling Control.Lens.Prism ( src/Control/Lens/Prism.hs, dist/build/Control/Lens/Prism.o, dist/build/Control/Lens/Prism.dyn_o )
  5455. 1867.86 s [lens] [27 of 85] Compiling Control.Lens.Fold ( src/Control/Lens/Fold.hs, dist/build/Control/Lens/Fold.o, dist/build/Control/Lens/Fold.dyn_o )
  5456. 1867.86 s [lens] [28 of 85] Compiling Control.Lens.Traversal ( src/Control/Lens/Traversal.hs, dist/build/Control/Lens/Traversal.o, dist/build/Control/Lens/Traversal.dyn_o )
  5457. 1867.86 s [lens] [29 of 85] Compiling Control.Lens.Level ( src/Control/Lens/Level.hs, dist/build/Control/Lens/Level.o, dist/build/Control/Lens/Level.dyn_o )
  5458. 1867.86 s [lens] [30 of 85] Compiling Control.Lens.Reified ( src/Control/Lens/Reified.hs, dist/build/Control/Lens/Reified.o, dist/build/Control/Lens/Reified.dyn_o )
  5459. 1869.47 s [lens] [31 of 85] Compiling Control.Lens.Internal.Exception ( src/Control/Lens/Internal/Exception.hs, dist/build/Control/Lens/Internal/Exception.o, dist/build/Control/Lens/Internal/Exception.dyn_o )
  5460. 1869.47 s [lens] [32 of 85] Compiling Control.Lens.Indexed ( src/Control/Lens/Indexed.hs, dist/build/Control/Lens/Indexed.o, dist/build/Control/Lens/Indexed.dyn_o )
  5461. 1869.47 s [lens] [33 of 85] Compiling Control.Lens.Internal.ByteString ( src/Control/Lens/Internal/ByteString.hs, dist/build/Control/Lens/Internal/ByteString.o, dist/build/Control/Lens/Internal/ByteString.dyn_o )
  5462. 1869.47 s [lens] [34 of 85] Compiling Control.Lens.Equality ( src/Control/Lens/Equality.hs, dist/build/Control/Lens/Equality.o, dist/build/Control/Lens/Equality.dyn_o )
  5463. 1869.47 s [lens] [35 of 85] Compiling Control.Lens.Iso ( src/Control/Lens/Iso.hs, dist/build/Control/Lens/Iso.o, dist/build/Control/Lens/Iso.dyn_o )
  5464. 1869.47 s [lens] [36 of 85] Compiling Control.Lens.Empty ( src/Control/Lens/Empty.hs, dist/build/Control/Lens/Empty.o, dist/build/Control/Lens/Empty.dyn_o )
  5465. 1869.47 s [lens] [37 of 85] Compiling Control.Lens.Cons ( src/Control/Lens/Cons.hs, dist/build/Control/Lens/Cons.o, dist/build/Control/Lens/Cons.dyn_o )
  5466. 1870.53 s [lens] [38 of 85] Compiling Control.Lens.Internal.Deque ( src/Control/Lens/Internal/Deque.hs, dist/build/Control/Lens/Internal/Deque.o, dist/build/Control/Lens/Internal/Deque.dyn_o )
  5467. 1873.88 s [lens] [39 of 85] Compiling Control.Lens.Wrapped ( src/Control/Lens/Wrapped.hs, dist/build/Control/Lens/Wrapped.o, dist/build/Control/Lens/Wrapped.dyn_o )
  5468. 1873.88 s [lens] [40 of 85] Compiling Control.Lens.Internal.TH ( src/Control/Lens/Internal/TH.hs, dist/build/Control/Lens/Internal/TH.o, dist/build/Control/Lens/Internal/TH.dyn_o )
  5469. 1873.88 s [lens] [41 of 85] Compiling Control.Lens.Zoom ( src/Control/Lens/Zoom.hs, dist/build/Control/Lens/Zoom.o, dist/build/Control/Lens/Zoom.dyn_o )
  5470. 1873.88 s [lens] [42 of 85] Compiling Data.Data.Lens ( src/Data/Data/Lens.hs, dist/build/Data/Data/Lens.o, dist/build/Data/Data/Lens.dyn_o )
  5471. 1873.88 s [lens] [43 of 85] Compiling Control.Lens.Plated ( src/Control/Lens/Plated.hs, dist/build/Control/Lens/Plated.o, dist/build/Control/Lens/Plated.dyn_o )
  5472. 1873.88 s [lens] [44 of 85] Compiling Data.HashSet.Lens ( src/Data/HashSet/Lens.hs, dist/build/Data/HashSet/Lens.o, dist/build/Data/HashSet/Lens.dyn_o )
  5473. 1873.88 s [lens] [45 of 85] Compiling Data.List.Lens ( src/Data/List/Lens.hs, dist/build/Data/List/Lens.o, dist/build/Data/List/Lens.dyn_o )
  5474. 1873.88 s [lens] [46 of 85] Compiling Data.Map.Lens ( src/Data/Map/Lens.hs, dist/build/Data/Map/Lens.o, dist/build/Data/Map/Lens.dyn_o )
  5475. 1873.88 s [lens] [47 of 85] Compiling Data.Set.Lens ( src/Data/Set/Lens.hs, dist/build/Data/Set/Lens.o, dist/build/Data/Set/Lens.dyn_o )
  5476. 1873.88 s [lens] [48 of 85] Compiling Data.Text.Lazy.Lens ( src/Data/Text/Lazy/Lens.hs, dist/build/Data/Text/Lazy/Lens.o, dist/build/Data/Text/Lazy/Lens.dyn_o )
  5477. 1873.88 s [lens] [49 of 85] Compiling Data.Text.Strict.Lens ( src/Data/Text/Strict/Lens.hs, dist/build/Data/Text/Strict/Lens.o, dist/build/Data/Text/Strict/Lens.dyn_o )
  5478. 1873.88 s [lens] [50 of 85] Compiling Data.Text.Lens ( src/Data/Text/Lens.hs, dist/build/Data/Text/Lens.o, dist/build/Data/Text/Lens.dyn_o )
  5479. 1873.88 s [lens] [51 of 85] Compiling Data.Vector.Generic.Lens ( src/Data/Vector/Generic/Lens.hs, dist/build/Data/Vector/Generic/Lens.o, dist/build/Data/Vector/Generic/Lens.dyn_o )
  5480. 1873.88 s [lens] [52 of 85] Compiling Control.Lens.Each ( src/Control/Lens/Each.hs, dist/build/Control/Lens/Each.o, dist/build/Control/Lens/Each.dyn_o )
  5481. 1873.88 s [lens] [53 of 85] Compiling Control.Lens.At ( src/Control/Lens/At.hs, dist/build/Control/Lens/At.o, dist/build/Control/Lens/At.dyn_o )
  5482. 1873.88 s [lens] [54 of 85] Compiling Language.Haskell.TH.Lens ( src/Language/Haskell/TH/Lens.hs, dist/build/Language/Haskell/TH/Lens.o, dist/build/Language/Haskell/TH/Lens.dyn_o )
  5483. 1876.45 s [lens] [55 of 85] Compiling Control.Lens.Internal.PrismTH ( src/Control/Lens/Internal/PrismTH.hs, dist/build/Control/Lens/Internal/PrismTH.o, dist/build/Control/Lens/Internal/PrismTH.dyn_o )
  5484. 1877.53 s [lens] [56 of 85] Compiling Control.Lens.Internal.FieldTH ( src/Control/Lens/Internal/FieldTH.hs, dist/build/Control/Lens/Internal/FieldTH.o, dist/build/Control/Lens/Internal/FieldTH.dyn_o )
  5485. 1878.85 s [lens] [57 of 85] Compiling Control.Lens.TH ( src/Control/Lens/TH.hs, dist/build/Control/Lens/TH.o, dist/build/Control/Lens/TH.dyn_o )
  5486. 1880.04 s [lens] [58 of 85] Compiling Control.Lens ( src/Control/Lens.hs, dist/build/Control/Lens.o, dist/build/Control/Lens.dyn_o )
  5487. 1880.24 s [lens] [59 of 85] Compiling GHC.Generics.Lens ( src/GHC/Generics/Lens.hs, dist/build/GHC/Generics/Lens.o, dist/build/GHC/Generics/Lens.dyn_o )
  5488. 1880.57 s [lens] [60 of 85] Compiling Data.Vector.Lens ( src/Data/Vector/Lens.hs, dist/build/Data/Vector/Lens.o, dist/build/Data/Vector/Lens.dyn_o )
  5489. 1880.83 s [lens] [61 of 85] Compiling Data.Typeable.Lens ( src/Data/Typeable/Lens.hs, dist/build/Data/Typeable/Lens.o, dist/build/Data/Typeable/Lens.dyn_o )
  5490. 1880.83 s [lens] [62 of 85] Compiling Data.Tree.Lens ( src/Data/Tree/Lens.hs, dist/build/Data/Tree/Lens.o, dist/build/Data/Tree/Lens.dyn_o )
  5491. 1880.83 s [lens] [63 of 85] Compiling Data.Sequence.Lens ( src/Data/Sequence/Lens.hs, dist/build/Data/Sequence/Lens.o, dist/build/Data/Sequence/Lens.dyn_o )
  5492. 1880.84 s [lens] [64 of 85] Compiling Data.IntSet.Lens ( src/Data/IntSet/Lens.hs, dist/build/Data/IntSet/Lens.o, dist/build/Data/IntSet/Lens.dyn_o )
  5493. 1880.84 s [lens] [65 of 85] Compiling Data.Complex.Lens ( src/Data/Complex/Lens.hs, dist/build/Data/Complex/Lens.o, dist/build/Data/Complex/Lens.dyn_o )
  5494. 1880.84 s [lens] [66 of 85] Compiling Data.ByteString.Strict.Lens ( src/Data/ByteString/Strict/Lens.hs, dist/build/Data/ByteString/Strict/Lens.o, dist/build/Data/ByteString/Strict/Lens.dyn_o )
  5495. 1880.84 s [lens] [67 of 85] Compiling Data.ByteString.Lazy.Lens ( src/Data/ByteString/Lazy/Lens.hs, dist/build/Data/ByteString/Lazy/Lens.o, dist/build/Data/ByteString/Lazy/Lens.dyn_o )
  5496. 1880.84 s [lens] [68 of 85] Compiling Data.ByteString.Lens ( src/Data/ByteString/Lens.hs, dist/build/Data/ByteString/Lens.o, dist/build/Data/ByteString/Lens.dyn_o )
  5497. 1880.84 s [lens] [69 of 85] Compiling Data.Bits.Lens ( src/Data/Bits/Lens.hs, dist/build/Data/Bits/Lens.o, dist/build/Data/Bits/Lens.dyn_o )
  5498. 1880.84 s [lens] [70 of 85] Compiling Data.Array.Lens ( src/Data/Array/Lens.hs, dist/build/Data/Array/Lens.o, dist/build/Data/Array/Lens.dyn_o )
  5499. 1880.84 s [lens] [71 of 85] Compiling Control.Seq.Lens ( src/Control/Seq/Lens.hs, dist/build/Control/Seq/Lens.o, dist/build/Control/Seq/Lens.dyn_o )
  5500. 1880.84 s [lens] [72 of 85] Compiling Control.Parallel.Strategies.Lens ( src/Control/Parallel/Strategies/Lens.hs, dist/build/Control/Parallel/Strategies/Lens.o, dist/build/Control/Parallel/Strategies/Lens.dyn_o )
  5501. 1880.84 s [lens] [73 of 85] Compiling Control.Monad.Error.Lens ( src/Control/Monad/Error/Lens.hs, dist/build/Control/Monad/Error/Lens.o, dist/build/Control/Monad/Error/Lens.dyn_o )
  5502. 1880.84 s [lens] [74 of 85] Compiling Control.Lens.Unsound ( src/Control/Lens/Unsound.hs, dist/build/Control/Lens/Unsound.o, dist/build/Control/Lens/Unsound.dyn_o )
  5503. 1880.84 s [lens] [75 of 85] Compiling Control.Lens.Profunctor ( src/Control/Lens/Profunctor.hs, dist/build/Control/Lens/Profunctor.o, dist/build/Control/Lens/Profunctor.dyn_o )
  5504. 1880.84 s [lens] [76 of 85] Compiling Control.Lens.Operators ( src/Control/Lens/Operators.hs, dist/build/Control/Lens/Operators.o, dist/build/Control/Lens/Operators.dyn_o )
  5505. 1880.84 s [lens] [77 of 85] Compiling Control.Lens.Extras ( src/Control/Lens/Extras.hs, dist/build/Control/Lens/Extras.o, dist/build/Control/Lens/Extras.dyn_o )
  5506. 1880.84 s [lens] [78 of 85] Compiling Control.Lens.Combinators ( src/Control/Lens/Combinators.hs, dist/build/Control/Lens/Combinators.o, dist/build/Control/Lens/Combinators.dyn_o )
  5507. 1880.84 s [lens] [79 of 85] Compiling Control.Exception.Lens ( src/Control/Exception/Lens.hs, dist/build/Control/Exception/Lens.o, dist/build/Control/Exception/Lens.dyn_o )
  5508. 1882.17 s [lens] [80 of 85] Compiling Data.Dynamic.Lens ( src/Data/Dynamic/Lens.hs, dist/build/Data/Dynamic/Lens.o, dist/build/Data/Dynamic/Lens.dyn_o )
  5509. 1882.25 s [lens] [81 of 85] Compiling Numeric.Lens ( src/Numeric/Lens.hs, dist/build/Numeric/Lens.o, dist/build/Numeric/Lens.dyn_o )
  5510. 1882.25 s [lens] [82 of 85] Compiling Numeric.Natural.Lens ( src/Numeric/Natural/Lens.hs, dist/build/Numeric/Natural/Lens.o, dist/build/Numeric/Natural/Lens.dyn_o )
  5511. 1882.25 s [lens] [83 of 85] Compiling System.Exit.Lens ( src/System/Exit/Lens.hs, dist/build/System/Exit/Lens.o, dist/build/System/Exit/Lens.dyn_o )
  5512. 1882.27 s [lens] [84 of 85] Compiling System.FilePath.Lens ( src/System/FilePath/Lens.hs, dist/build/System/FilePath/Lens.o, dist/build/System/FilePath/Lens.dyn_o )
  5513. 1882.27 s [lens] [85 of 85] Compiling System.IO.Error.Lens ( src/System/IO/Error/Lens.hs, dist/build/System/IO/Error/Lens.o, dist/build/System/IO/Error/Lens.dyn_o )
  5514. 1884.03 s [lens] [ 1 of 85] Compiling Control.Lens.Internal.CTypes ( src/Control/Lens/Internal/CTypes.hs, dist/build/Control/Lens/Internal/CTypes.p_o )
  5515. 1884.21 s [lens] [ 2 of 85] Compiling Control.Lens.Internal.Doctest ( src/Control/Lens/Internal/Doctest.hs, dist/build/Control/Lens/Internal/Doctest.p_o )
  5516. 1884.23 s [lens] [ 3 of 85] Compiling Control.Lens.Internal.Instances ( src/Control/Lens/Internal/Instances.hs, dist/build/Control/Lens/Internal/Instances.p_o )
  5517. 1884.23 s [lens] [ 4 of 85] Compiling Control.Lens.Internal.Iso ( src/Control/Lens/Internal/Iso.hs, dist/build/Control/Lens/Internal/Iso.p_o )
  5518. 1884.81 s [lens] [ 5 of 85] Compiling Control.Lens.Internal.List ( src/Control/Lens/Internal/List.hs, dist/build/Control/Lens/Internal/List.p_o )
  5519. 1884.81 s [lens] [ 6 of 85] Compiling Control.Lens.Internal.Prelude ( src/Control/Lens/Internal/Prelude.hs, dist/build/Control/Lens/Internal/Prelude.p_o )
  5520. 1884.81 s [lens] [ 7 of 85] Compiling Control.Lens.Internal.Level ( src/Control/Lens/Internal/Level.hs, dist/build/Control/Lens/Internal/Level.p_o )
  5521. 1885.55 s [lens] [ 8 of 85] Compiling Control.Lens.Internal.Indexed ( src/Control/Lens/Internal/Indexed.hs, dist/build/Control/Lens/Internal/Indexed.p_o )
  5522. 1885.55 s [lens] [ 9 of 85] Compiling Control.Lens.Internal.Getter ( src/Control/Lens/Internal/Getter.hs, dist/build/Control/Lens/Internal/Getter.p_o )
  5523. 1885.76 s [lens] [10 of 85] Compiling Control.Lens.Internal.Fold ( src/Control/Lens/Internal/Fold.hs, dist/build/Control/Lens/Internal/Fold.p_o )
  5524. 1886.13 s [lens] [11 of 85] Compiling Control.Lens.Internal.Context ( src/Control/Lens/Internal/Context.hs, dist/build/Control/Lens/Internal/Context.p_o )
  5525. 1886.20 s [lens] [12 of 85] Compiling Control.Lens.Internal.Bazaar ( src/Control/Lens/Internal/Bazaar.hs, dist/build/Control/Lens/Internal/Bazaar.p_o )
  5526. 1887.29 s [lens] [13 of 85] Compiling Control.Lens.Internal.Magma ( src/Control/Lens/Internal/Magma.hs, dist/build/Control/Lens/Internal/Magma.p_o )
  5527. 1888.34 s [lens] [14 of 85] Compiling Control.Lens.Internal.Prism ( src/Control/Lens/Internal/Prism.hs, dist/build/Control/Lens/Internal/Prism.p_o )
  5528. 1888.34 s [lens] [15 of 85] Compiling Control.Lens.Internal.Profunctor ( src/Control/Lens/Internal/Profunctor.hs, dist/build/Control/Lens/Internal/Profunctor.p_o )
  5529. 1888.34 s [lens] [16 of 85] Compiling Control.Lens.Internal.Review ( src/Control/Lens/Internal/Review.hs, dist/build/Control/Lens/Internal/Review.p_o )
  5530. 1888.34 s [lens] [17 of 85] Compiling Control.Lens.Internal.Setter ( src/Control/Lens/Internal/Setter.hs, dist/build/Control/Lens/Internal/Setter.p_o )
  5531. 1888.34 s [lens] [18 of 85] Compiling Control.Lens.Internal.Zoom ( src/Control/Lens/Internal/Zoom.hs, dist/build/Control/Lens/Internal/Zoom.p_o )
  5532. 1888.34 s [lens] [19 of 85] Compiling Control.Lens.Internal ( src/Control/Lens/Internal.hs, dist/build/Control/Lens/Internal.p_o )
  5533. 1888.48 s [lens] [20 of 85] Compiling Control.Lens.Type ( src/Control/Lens/Type.hs, dist/build/Control/Lens/Type.p_o )
  5534. 1888.48 s [lens] [21 of 85] Compiling Control.Lens.Setter ( src/Control/Lens/Setter.hs, dist/build/Control/Lens/Setter.p_o )
  5535. 1888.48 s [lens] [22 of 85] Compiling Control.Lens.Lens ( src/Control/Lens/Lens.hs, dist/build/Control/Lens/Lens.p_o )
  5536. 1888.48 s [lens] [23 of 85] Compiling Control.Lens.Tuple ( src/Control/Lens/Tuple.hs, dist/build/Control/Lens/Tuple.p_o )
  5537. 1893.08 s [lens] [24 of 85] Compiling Control.Lens.Getter ( src/Control/Lens/Getter.hs, dist/build/Control/Lens/Getter.p_o )
  5538. 1893.08 s [lens] [25 of 85] Compiling Control.Lens.Review ( src/Control/Lens/Review.hs, dist/build/Control/Lens/Review.p_o )
  5539. 1893.08 s [lens] [26 of 85] Compiling Control.Lens.Prism ( src/Control/Lens/Prism.hs, dist/build/Control/Lens/Prism.p_o )
  5540. 1893.08 s [lens] [27 of 85] Compiling Control.Lens.Fold ( src/Control/Lens/Fold.hs, dist/build/Control/Lens/Fold.p_o )
  5541. 1893.08 s [lens] [28 of 85] Compiling Control.Lens.Traversal ( src/Control/Lens/Traversal.hs, dist/build/Control/Lens/Traversal.p_o )
  5542. 1893.08 s [lens] [29 of 85] Compiling Control.Lens.Level ( src/Control/Lens/Level.hs, dist/build/Control/Lens/Level.p_o )
  5543. 1893.08 s [lens] [30 of 85] Compiling Control.Lens.Reified ( src/Control/Lens/Reified.hs, dist/build/Control/Lens/Reified.p_o )
  5544. 1895.23 s [lens] [31 of 85] Compiling Control.Lens.Internal.Exception ( src/Control/Lens/Internal/Exception.hs, dist/build/Control/Lens/Internal/Exception.p_o )
  5545. 1895.23 s [lens] [32 of 85] Compiling Control.Lens.Indexed ( src/Control/Lens/Indexed.hs, dist/build/Control/Lens/Indexed.p_o )
  5546. 1895.23 s [lens] [33 of 85] Compiling Control.Lens.Internal.ByteString ( src/Control/Lens/Internal/ByteString.hs, dist/build/Control/Lens/Internal/ByteString.p_o )
  5547. 1895.23 s [lens] [34 of 85] Compiling Control.Lens.Equality ( src/Control/Lens/Equality.hs, dist/build/Control/Lens/Equality.p_o )
  5548. 1895.23 s [lens] [35 of 85] Compiling Control.Lens.Iso ( src/Control/Lens/Iso.hs, dist/build/Control/Lens/Iso.p_o )
  5549. 1895.23 s [lens] [36 of 85] Compiling Control.Lens.Empty ( src/Control/Lens/Empty.hs, dist/build/Control/Lens/Empty.p_o )
  5550. 1895.23 s [lens] [37 of 85] Compiling Control.Lens.Cons ( src/Control/Lens/Cons.hs, dist/build/Control/Lens/Cons.p_o )
  5551. 1895.27 s [lens] [38 of 85] Compiling Control.Lens.Internal.Deque ( src/Control/Lens/Internal/Deque.hs, dist/build/Control/Lens/Internal/Deque.p_o )
  5552. 1897.68 s [lens] [39 of 85] Compiling Control.Lens.Wrapped ( src/Control/Lens/Wrapped.hs, dist/build/Control/Lens/Wrapped.p_o )
  5553. 1897.68 s [lens] [40 of 85] Compiling Control.Lens.Internal.TH ( src/Control/Lens/Internal/TH.hs, dist/build/Control/Lens/Internal/TH.p_o )
  5554. 1897.68 s [lens] [41 of 85] Compiling Control.Lens.Zoom ( src/Control/Lens/Zoom.hs, dist/build/Control/Lens/Zoom.p_o )
  5555. 1897.68 s [lens] [42 of 85] Compiling Data.Data.Lens ( src/Data/Data/Lens.hs, dist/build/Data/Data/Lens.p_o )
  5556. 1897.68 s [lens] [43 of 85] Compiling Control.Lens.Plated ( src/Control/Lens/Plated.hs, dist/build/Control/Lens/Plated.p_o )
  5557. 1897.68 s [lens] [44 of 85] Compiling Data.HashSet.Lens ( src/Data/HashSet/Lens.hs, dist/build/Data/HashSet/Lens.p_o )
  5558. 1897.68 s [lens] [45 of 85] Compiling Data.List.Lens ( src/Data/List/Lens.hs, dist/build/Data/List/Lens.p_o )
  5559. 1897.68 s [lens] [46 of 85] Compiling Data.Map.Lens ( src/Data/Map/Lens.hs, dist/build/Data/Map/Lens.p_o )
  5560. 1897.68 s [lens] [47 of 85] Compiling Data.Set.Lens ( src/Data/Set/Lens.hs, dist/build/Data/Set/Lens.p_o )
  5561. 1897.68 s [lens] [48 of 85] Compiling Data.Text.Lazy.Lens ( src/Data/Text/Lazy/Lens.hs, dist/build/Data/Text/Lazy/Lens.p_o )
  5562. 1897.68 s [lens] [49 of 85] Compiling Data.Text.Strict.Lens ( src/Data/Text/Strict/Lens.hs, dist/build/Data/Text/Strict/Lens.p_o )
  5563. 1897.68 s [lens] [50 of 85] Compiling Data.Text.Lens ( src/Data/Text/Lens.hs, dist/build/Data/Text/Lens.p_o )
  5564. 1897.68 s [lens] [51 of 85] Compiling Data.Vector.Generic.Lens ( src/Data/Vector/Generic/Lens.hs, dist/build/Data/Vector/Generic/Lens.p_o )
  5565. 1897.68 s [lens] [52 of 85] Compiling Control.Lens.Each ( src/Control/Lens/Each.hs, dist/build/Control/Lens/Each.p_o )
  5566. 1897.68 s [lens] [53 of 85] Compiling Control.Lens.At ( src/Control/Lens/At.hs, dist/build/Control/Lens/At.p_o )
  5567. 1897.68 s [lens] [54 of 85] Compiling Language.Haskell.TH.Lens ( src/Language/Haskell/TH/Lens.hs, dist/build/Language/Haskell/TH/Lens.p_o )
  5568. 1900.90 s [lens] [55 of 85] Compiling Control.Lens.Internal.PrismTH ( src/Control/Lens/Internal/PrismTH.hs, dist/build/Control/Lens/Internal/PrismTH.p_o )
  5569. 1901.84 s [lens] [56 of 85] Compiling Control.Lens.Internal.FieldTH ( src/Control/Lens/Internal/FieldTH.hs, dist/build/Control/Lens/Internal/FieldTH.p_o )
  5570. 1902.84 s [lens] [57 of 85] Compiling Control.Lens.TH ( src/Control/Lens/TH.hs, dist/build/Control/Lens/TH.p_o )
  5571. 1903.73 s [lens] [58 of 85] Compiling Control.Lens ( src/Control/Lens.hs, dist/build/Control/Lens.p_o )
  5572. 1903.86 s [lens] [59 of 85] Compiling GHC.Generics.Lens ( src/GHC/Generics/Lens.hs, dist/build/GHC/Generics/Lens.p_o )
  5573. 1904.24 s [lens] [60 of 85] Compiling Data.Vector.Lens ( src/Data/Vector/Lens.hs, dist/build/Data/Vector/Lens.p_o )
  5574. 1904.62 s [lens] [61 of 85] Compiling Data.Typeable.Lens ( src/Data/Typeable/Lens.hs, dist/build/Data/Typeable/Lens.p_o )
  5575. 1904.62 s [lens] [62 of 85] Compiling Data.Tree.Lens ( src/Data/Tree/Lens.hs, dist/build/Data/Tree/Lens.p_o )
  5576. 1904.62 s [lens] [63 of 85] Compiling Data.Sequence.Lens ( src/Data/Sequence/Lens.hs, dist/build/Data/Sequence/Lens.p_o )
  5577. 1904.62 s [lens] [64 of 85] Compiling Data.IntSet.Lens ( src/Data/IntSet/Lens.hs, dist/build/Data/IntSet/Lens.p_o )
  5578. 1904.62 s [lens] [65 of 85] Compiling Data.Complex.Lens ( src/Data/Complex/Lens.hs, dist/build/Data/Complex/Lens.p_o )
  5579. 1904.62 s [lens] [66 of 85] Compiling Data.ByteString.Strict.Lens ( src/Data/ByteString/Strict/Lens.hs, dist/build/Data/ByteString/Strict/Lens.p_o )
  5580. 1904.62 s [lens] [67 of 85] Compiling Data.ByteString.Lazy.Lens ( src/Data/ByteString/Lazy/Lens.hs, dist/build/Data/ByteString/Lazy/Lens.p_o )
  5581. 1904.62 s [lens] [68 of 85] Compiling Data.ByteString.Lens ( src/Data/ByteString/Lens.hs, dist/build/Data/ByteString/Lens.p_o )
  5582. 1904.62 s [lens] [69 of 85] Compiling Data.Bits.Lens ( src/Data/Bits/Lens.hs, dist/build/Data/Bits/Lens.p_o )
  5583. 1904.62 s [lens] [70 of 85] Compiling Data.Array.Lens ( src/Data/Array/Lens.hs, dist/build/Data/Array/Lens.p_o )
  5584. 1904.62 s [lens] [71 of 85] Compiling Control.Seq.Lens ( src/Control/Seq/Lens.hs, dist/build/Control/Seq/Lens.p_o )
  5585. 1904.62 s [lens] [72 of 85] Compiling Control.Parallel.Strategies.Lens ( src/Control/Parallel/Strategies/Lens.hs, dist/build/Control/Parallel/Strategies/Lens.p_o )
  5586. 1904.62 s [lens] [73 of 85] Compiling Control.Monad.Error.Lens ( src/Control/Monad/Error/Lens.hs, dist/build/Control/Monad/Error/Lens.p_o )
  5587. 1904.62 s [lens] [74 of 85] Compiling Control.Lens.Unsound ( src/Control/Lens/Unsound.hs, dist/build/Control/Lens/Unsound.p_o )
  5588. 1904.62 s [lens] [75 of 85] Compiling Control.Lens.Profunctor ( src/Control/Lens/Profunctor.hs, dist/build/Control/Lens/Profunctor.p_o )
  5589. 1904.62 s [lens] [76 of 85] Compiling Control.Lens.Operators ( src/Control/Lens/Operators.hs, dist/build/Control/Lens/Operators.p_o )
  5590. 1904.62 s [lens] [77 of 85] Compiling Control.Lens.Extras ( src/Control/Lens/Extras.hs, dist/build/Control/Lens/Extras.p_o )
  5591. 1904.62 s [lens] [78 of 85] Compiling Control.Lens.Combinators ( src/Control/Lens/Combinators.hs, dist/build/Control/Lens/Combinators.p_o )
  5592. 1904.62 s [lens] [79 of 85] Compiling Control.Exception.Lens ( src/Control/Exception/Lens.hs, dist/build/Control/Exception/Lens.p_o )
  5593. 1905.64 s [lens] [80 of 85] Compiling Data.Dynamic.Lens ( src/Data/Dynamic/Lens.hs, dist/build/Data/Dynamic/Lens.p_o )
  5594. 1905.79 s [lens] [81 of 85] Compiling Numeric.Lens ( src/Numeric/Lens.hs, dist/build/Numeric/Lens.p_o )
  5595. 1905.79 s [lens] [82 of 85] Compiling Numeric.Natural.Lens ( src/Numeric/Natural/Lens.hs, dist/build/Numeric/Natural/Lens.p_o )
  5596. 1905.79 s [lens] [83 of 85] Compiling System.Exit.Lens ( src/System/Exit/Lens.hs, dist/build/System/Exit/Lens.p_o )
  5597. 1905.81 s [lens] [84 of 85] Compiling System.FilePath.Lens ( src/System/FilePath/Lens.hs, dist/build/System/FilePath/Lens.p_o )
  5598. 1905.81 s [lens] [85 of 85] Compiling System.IO.Error.Lens ( src/System/IO/Error/Lens.hs, dist/build/System/IO/Error/Lens.p_o )
  5599. 1907.41 s [lens] Preprocessing test suite 'properties' for lens-5.2.3..
  5600. 1907.41 s [lens] Building test suite 'properties' for lens-5.2.3..
  5601. 1907.52 s [lens] [1 of 2] Compiling Control.Lens.Properties ( lens-properties/src/Control/Lens/Properties.hs, dist/build/properties/properties-tmp/Control/Lens/Properties.o )
  5602. 1908.03 s [lens] [2 of 2] Compiling Main ( tests/properties.hs, dist/build/properties/properties-tmp/Main.o )
  5603. 1909.28 s [lens] Linking dist/build/properties/properties ...
  5604. 1910.10 s [lens] Preprocessing test suite 'templates' for lens-5.2.3..
  5605. 1910.10 s [lens] Building test suite 'templates' for lens-5.2.3..
  5606. 1910.22 s [lens] [1 of 5] Compiling BigRecord ( tests/BigRecord.hs, dist/build/templates/templates-tmp/BigRecord.o, dist/build/templates/templates-tmp/BigRecord.dyn_o )
  5607. 1933.05 s [lens] [2 of 5] Compiling T799 ( tests/T799.hs, dist/build/templates/templates-tmp/T799.o, dist/build/templates/templates-tmp/T799.dyn_o )
  5608. 1933.05 s [lens] [3 of 5] Compiling T917 ( tests/T917.hs, dist/build/templates/templates-tmp/T917.o, dist/build/templates/templates-tmp/T917.dyn_o )
  5609. 1933.05 s [lens] [4 of 5] Compiling T972 ( tests/T972.hs, dist/build/templates/templates-tmp/T972.o, dist/build/templates/templates-tmp/T972.dyn_o )
  5610. 1933.05 s [lens] [5 of 5] Compiling Main ( tests/templates.hs, dist/build/templates/templates-tmp/Main.o, dist/build/templates/templates-tmp/Main.dyn_o )
  5611. 1934.66 s [lens] Linking dist/build/templates/templates ...
  5612. 1935.19 s [lens] Preprocessing test suite 'hunit' for lens-5.2.3..
  5613. 1935.19 s [lens] Building test suite 'hunit' for lens-5.2.3..
  5614. 1935.28 s [lens] [1 of 1] Compiling Main ( tests/hunit.hs, dist/build/hunit/hunit-tmp/Main.o, dist/build/hunit/hunit-tmp/Main.dyn_o )
  5615. 1937.73 s [lens] Linking dist/build/hunit/hunit ...
  5616. 1938.48 s [lens] buildPhase completed in 1 minutes 25 seconds
  5617. 1938.48 s [lens] Phase: checkPhase
  5618. 1938.52 s [lens] Running 4 test suites...
  5619. 1938.52 s [lens] Test suite doctests: RUNNING...
  5620. 1938.52 s [lens] This test-suite exists only to add dependencies
  5621. 1938.52 s [lens] To run doctests:
  5622. 1938.52 s [lens] cabal build all --enable-tests
  5623. 1938.52 s [lens] cabal-docspec
  5624. 1938.53 s [lens] Test suite doctests: PASS
  5625. 1938.53 s [lens] Test suite logged to: dist/test/lens-5.2.3-doctests.log
  5626. 1938.53 s [lens] Test suite properties: RUNNING...
  5627. 1938.58 s [lens] Main:
  5628. 1938.58 s [lens] 1: [OK, passed 100 tests]
  5629. 1938.58 s [lens] 2: [OK, passed 100 tests]
  5630. 1938.58 s [lens] 3: [OK, passed 100 tests]
  5631. 1938.58 s [lens] 4: [OK, passed 100 tests]
  5632. 1938.58 s [lens] 5: [OK, passed 100 tests]
  5633. 1938.58 s [lens] 6: [OK, passed 100 tests]
  5634. 1938.58 s [lens] 7: [OK, passed 100 tests]
  5635. 1938.58 s [lens] 8: [OK, passed 100 tests]
  5636. 1938.58 s [lens] 9: [OK, passed 100 tests]
  5637. 1938.58 s [lens] 10: [OK, passed 100 tests]
  5638. 1938.58 s [lens] 2 2: [OK, passed 100 tests]
  5639. 1938.58 s [lens] mapped: [OK, passed 100 tests]
  5640. 1938.58 s [lens] mapped mapped: [OK, passed 100 tests]
  5641. 1938.58 s [lens] both: [OK, passed 100 tests]
  5642. 1938.58 s [lens] traverseLeft: [OK, passed 100 tests]
  5643. 1938.58 s [lens] traverseRight: [OK, passed 100 tests]
  5644. 1938.58 s [lens] simple: [OK, passed 100 tests]
  5645. 1938.58 s [lens] Left: [OK, passed 100 tests]
  5646. 1938.58 s [lens] Right: [OK, passed 100 tests]
  5647. 1938.58 s [lens] Just: [OK, passed 100 tests]
  5648. 1938.58 s [lens] prefixed: [OK, passed 100 tests]
  5649. 1938.58 s [lens] text: [OK, passed 100 tests]
  5650. 1938.58 s [lens] base show: [OK, passed 100 tests]
  5651. 1938.58 s [lens] base read: [OK, passed 100 tests]
  5652. 1938.58 s [lens] base readFail: [OK, passed 100 tests]
  5653. 1938.58 s [lens]
  5654. 1938.58 s [lens] Properties Total
  5655. 1938.58 s [lens] Passed 25 25
  5656. 1938.58 s [lens] Failed 0 0
  5657. 1938.58 s [lens] Total 25 25
  5658. 1938.59 s [lens] Test suite properties: PASS
  5659. 1938.59 s [lens] Test suite logged to: dist/test/lens-5.2.3-properties.log
  5660. 1938.59 s [lens] Test suite templates: RUNNING...
  5661. 1938.59 s [lens] test/templates.hs: ok
  5662. 1938.60 s [lens] Test suite templates: PASS
  5663. 1938.60 s [lens] Test suite logged to: dist/test/lens-5.2.3-templates.log
  5664. 1938.61 s [lens] Test suite hunit: RUNNING...
  5665. 1938.62 s [lens] Main:
  5666. 1938.62 s [lens] read record field: [OK]
  5667. 1938.62 s [lens] read state record field: [OK]
  5668. 1938.62 s [lens] read record field and apply function: [OK]
  5669. 1938.62 s [lens] read state record field and apply function: [OK]
  5670. 1938.62 s [lens] write record field: [OK]
  5671. 1938.62 s [lens] write state record field: [OK]
  5672. 1938.62 s [lens] write record field and access new value: [OK]
  5673. 1938.62 s [lens] write state record field and access new value: [OK]
  5674. 1938.62 s [lens] write record field and access old value: [OK]
  5675. 1938.62 s [lens] write state record field and access old value: [OK]
  5676. 1938.62 s [lens] modify record field: [OK]
  5677. 1938.62 s [lens] modify state record field: [OK]
  5678. 1938.62 s [lens] modify record field and access new value: [OK]
  5679. 1938.62 s [lens] modify state record field and access new value: [OK]
  5680. 1938.62 s [lens] modify record field and access old value: [OK]
  5681. 1938.62 s [lens] modify state record field and access old value: [OK]
  5682. 1938.62 s [lens] modify record field and access side result: [OK]
  5683. 1938.62 s [lens] increment record field: [OK]
  5684. 1938.62 s [lens] increment state record field: [OK]
  5685. 1938.62 s [lens] append to record field: [OK]
  5686. 1938.62 s [lens] append to state record field: [OK]
  5687. 1938.62 s [lens] append to record field and access new value: [OK]
  5688. 1938.62 s [lens] append to state record field and access new value: [OK]
  5689. 1938.62 s [lens] append to record field and access old value: [OK]
  5690. 1938.62 s [lens] append to state record field and access old value: [OK]
  5691. 1938.62 s [lens] read maybe map entry: [OK]
  5692. 1938.62 s [lens] read maybe state map entry: [OK]
  5693. 1938.62 s [lens] read map entry: [OK]
  5694. 1938.62 s [lens] read state map entry: [OK]
  5695. 1938.62 s [lens] modify map entry: [OK]
  5696. 1938.62 s [lens] insert maybe map entry: [OK]
  5697. 1938.62 s [lens] delete maybe map entry: [OK]
  5698. 1938.62 s [lens] read list entry: [OK]
  5699. 1938.62 s [lens] write list entry: [OK]
  5700. 1938.62 s [lens] write through list entry: [OK]
  5701. 1938.62 s [lens] correct indexing strict text: [OK]
  5702. 1938.62 s [lens] correct indexing lazy text: [OK]
  5703. 1938.62 s [lens] correct indexing strict bytestring: [OK]
  5704. 1938.62 s [lens] correct indexing lazy bytestring: [OK]
  5705. 1938.62 s [lens]
  5706. 1938.62 s [lens] Test Cases Total
  5707. 1938.62 s [lens] Passed 39 39
  5708. 1938.62 s [lens] Failed 0 0
  5709. 1938.62 s [lens] Total 39 39
  5710. 1938.63 s [lens] Test suite hunit: PASS
  5711. 1938.63 s [lens] Test suite logged to: dist/test/lens-5.2.3-hunit.log
  5712. 1938.63 s [lens] 4 of 4 test suites (4 of 4 test cases) passed.
  5713. 1938.64 s [lens] Phase: haddockPhase
  5714. 1938.79 s [lens] Preprocessing test suite 'doctests' for lens-5.2.3..
  5715. 1938.80 s [lens] Preprocessing library for lens-5.2.3..
  5716. 1938.81 s [lens] Running Haddock on library for lens-5.2.3..
  5717. 1938.81 s [lens] Warning: The documentation for the following packages are not installed. No
  5718. 1938.81 s [lens] links will be generated to these packages: data-array-byte-0.1.0.1,
  5719. 1938.81 s [lens] foldable1-classes-compat-0.1
  5720. 1938.88 s [lens] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  5721. 1940.30 s [lens] 100% ( 4 / 4) in 'Control.Lens.Internal.CTypes'
  5722. 1940.31 s [lens] Warning: 'Prelude' is out of scope.
  5723. 1940.31 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5724. 1940.31 s [lens] 33% ( 1 / 3) in 'Control.Lens.Internal.Doctest'
  5725. 1940.31 s [lens] Missing documentation for:
  5726. 1940.32 s [lens] head (src/Control/Lens/Internal/Doctest.hs:37)
  5727. 1940.32 s [lens] tail (src/Control/Lens/Internal/Doctest.hs:41)
  5728. 1940.33 s [lens] Warning: 'Const' is out of scope.
  5729. 1940.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5730. 1940.33 s [lens] 100% ( 1 / 1) in 'Control.Lens.Internal.Instances'
  5731. 1940.59 s [lens] 100% ( 3 / 3) in 'Control.Lens.Internal.Iso'
  5732. 1940.64 s [lens] 100% ( 3 / 3) in 'Control.Lens.Internal.List'
  5733. 1940.93 s [lens] Warning: 'Flow' is out of scope.
  5734. 1940.93 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5735. 1940.93 s [lens] 100% ( 6 / 6) in 'Control.Lens.Internal.Level'
  5736. 1941.10 s [lens] Warning: 'Traversal' is out of scope.
  5737. 1941.10 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5738. 1941.10 s [lens] Warning: 'IndexedFold' is out of scope.
  5739. 1941.10 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5740. 1941.10 s [lens] Warning: 'IndexedTraversal' is out of scope.
  5741. 1941.10 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5742. 1941.10 s [lens] Warning: 'Fold' is out of scope.
  5743. 1941.10 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5744. 1941.10 s [lens] 100% ( 15 / 15) in 'Control.Lens.Internal.Indexed'
  5745. 1941.28 s [lens] 50% ( 2 / 4) in 'Control.Lens.Internal.Getter'
  5746. 1941.28 s [lens] Missing documentation for:
  5747. 1941.28 s [lens] AlongsideLeft (src/Control/Lens/Internal/Getter.hs:35)
  5748. 1941.28 s [lens] AlongsideRight (src/Control/Lens/Internal/Getter.hs:76)
  5749. 1941.60 s [lens] Warning: 'a' is out of scope.
  5750. 1941.60 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5751. 1941.60 s [lens] 84% ( 11 / 13) in 'Control.Lens.Internal.Fold'
  5752. 1941.60 s [lens] Missing documentation for:
  5753. 1941.60 s [lens] ReifiedMonoid
  5754. 1941.60 s [lens] NonEmptyDList (src/Control/Lens/Internal/Fold.hs:130)
  5755. 1941.68 s [lens] Warning: 'w' is out of scope.
  5756. 1941.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5757. 1941.68 s [lens] 100% ( 11 / 11) in 'Control.Lens.Internal.Context'
  5758. 1941.83 s [lens] Warning: 'FunList' is out of scope.
  5759. 1941.83 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5760. 1941.83 s [lens] 90% ( 10 / 11) in 'Control.Lens.Internal.Bazaar'
  5761. 1941.84 s [lens] Missing documentation for:
  5762. 1941.84 s [lens] Bizarre1 (src/Control/Lens/Internal/Bazaar.hs:239)
  5763. 1941.99 s [lens] 100% ( 12 / 12) in 'Control.Lens.Internal.Magma'
  5764. 1942.08 s [lens] Warning: 'Prism' is out of scope.
  5765. 1942.08 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5766. 1942.08 s [lens] 100% ( 3 / 3) in 'Control.Lens.Internal.Prism'
  5767. 1942.10 s [lens] 0% ( 0 / 2) in 'Control.Lens.Internal.Profunctor'
  5768. 1942.10 s [lens] Missing documentation for:
  5769. 1942.10 s [lens] Module header
  5770. 1942.10 s [lens] WrappedPafb (src/Control/Lens/Internal/Profunctor.hs:8)
  5771. 1942.11 s [lens] Warning: 'Const' is out of scope.
  5772. 1942.11 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5773. 1942.11 s [lens] 100% ( 5 / 5) in 'Control.Lens.Internal.Review'
  5774. 1942.12 s [lens] 100% ( 3 / 3) in 'Control.Lens.Internal.Setter'
  5775. 1942.19 s [lens] 100% ( 15 / 15) in 'Control.Lens.Internal.Zoom'
  5776. 1942.29 s [lens] 100% ( 13 / 13) in 'Control.Lens.Internal'
  5777. 1942.33 s [lens] Warning: 'v' is out of scope.
  5778. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5779. 1942.33 s [lens] Warning: 's' is out of scope.
  5780. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5781. 1942.33 s [lens] Warning: 'indices' is out of scope.
  5782. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5783. 1942.33 s [lens] Warning: 'sets' is out of scope.
  5784. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5785. 1942.33 s [lens] Warning: 'IndexedPreservingSetter'' is out of scope.
  5786. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5787. 1942.33 s [lens] Warning: 'IndexedPreservingSetter' is out of scope.
  5788. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5789. 1942.33 s [lens] Warning: 'f' is out of scope.
  5790. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5791. 1942.33 s [lens] Warning: 're' is out of scope.
  5792. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5793. 1942.33 s [lens] Warning: 'unto' is out of scope.
  5794. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5795. 1942.33 s [lens] Warning: 'nat' is out of scope.
  5796. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5797. 1942.33 s [lens] Warning: 'foo' is out of scope.
  5798. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5799. 1942.33 s [lens] Warning: 'Procompose' is out of scope.
  5800. 1942.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5801. 1942.33 s [lens] 88% ( 52 / 59) in 'Control.Lens.Type'
  5802. 1942.33 s [lens] Missing documentation for:
  5803. 1942.33 s [lens] Traversal1' (src/Control/Lens/Type.hs:215)
  5804. 1942.33 s [lens] IndexedTraversal1 (src/Control/Lens/Type.hs:235)
  5805. 1942.33 s [lens] IndexedTraversal1' (src/Control/Lens/Type.hs:236)
  5806. 1942.33 s [lens] IndexedFold1 (src/Control/Lens/Type.hs:527)
  5807. 1942.33 s [lens] IndexPreservingTraversal1 (src/Control/Lens/Type.hs:246)
  5808. 1942.33 s [lens] IndexPreservingTraversal1' (src/Control/Lens/Type.hs:247)
  5809. 1942.33 s [lens] IndexPreservingFold1 (src/Control/Lens/Type.hs:528)
  5810. 1942.46 s [lens] Warning: 'setter' is out of scope.
  5811. 1942.46 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5812. 1942.46 s [lens] Warning: 'fresh' is out of scope.
  5813. 1942.46 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5814. 1942.46 s [lens] Warning: 'Writer' is out of scope.
  5815. 1942.46 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5816. 1942.46 s [lens] Warning: 'Reader' is out of scope.
  5817. 1942.46 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5818. 1942.46 s [lens] 100% ( 88 / 88) in 'Control.Lens.Setter'
  5819. 1942.86 s [lens] Warning: 'getter' is out of scope.
  5820. 1942.86 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5821. 1942.86 s [lens] Warning: 'setter' is out of scope.
  5822. 1942.86 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5823. 1942.86 s [lens] Warning: 'view' is out of scope.
  5824. 1942.86 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5825. 1942.86 s [lens] Warning: 'pos' is out of scope.
  5826. 1942.86 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5827. 1942.86 s [lens] Warning: 'seek' is out of scope.
  5828. 1942.86 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5829. 1942.86 s [lens] Warning: 'IndexedPreservingLens' is out of scope.
  5830. 1942.86 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5831. 1942.86 s [lens] Warning: 'Monad'' is out of scope.
  5832. 1942.86 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5833. 1942.86 s [lens] Warning: 'foo' is out of scope.
  5834. 1942.86 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5835. 1942.86 s [lens] Warning: 'bar' is out of scope.
  5836. 1942.86 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5837. 1942.86 s [lens] Warning: 'f' is out of scope.
  5838. 1942.86 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5839. 1942.86 s [lens] 100% (115 /115) in 'Control.Lens.Lens'
  5840. 1943.23 s [lens] 100% ( 41 / 41) in 'Control.Lens.Tuple'
  5841. 1944.26 s [lens] Warning: 'r' is out of scope.
  5842. 1944.26 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5843. 1944.26 s [lens] Warning: 'failing' is out of scope.
  5844. 1944.26 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5845. 1944.26 s [lens] 100% ( 33 / 33) in 'Control.Lens.Getter'
  5846. 1944.31 s [lens] Warning: 'Review'' is out of scope.
  5847. 1944.31 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5848. 1944.31 s [lens] 100% ( 16 / 16) in 'Control.Lens.Review'
  5849. 1944.37 s [lens] Warning: 'lift' is out of scope.
  5850. 1944.37 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5851. 1944.37 s [lens] Warning: 'hasn't' is out of scope.
  5852. 1944.37 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5853. 1944.37 s [lens] Warning: '^?' is out of scope.
  5854. 1944.37 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5855. 1944.37 s [lens] Warning: 'readMaybe' is out of scope.
  5856. 1944.37 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5857. 1944.37 s [lens] 93% ( 30 / 32) in 'Control.Lens.Prism'
  5858. 1944.37 s [lens] Missing documentation for:
  5859. 1944.37 s [lens] Prefixed (src/Control/Lens/Prism.hs:388)
  5860. 1944.37 s [lens] Suffixed (src/Control/Lens/Prism.hs:422)
  5861. 1944.68 s [lens] Warning: 'FoldWithIndex' is out of scope.
  5862. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5863. 1944.68 s [lens] Warning: 'Product' is out of scope.
  5864. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5865. 1944.68 s [lens] Warning: 'ala' is out of scope.
  5866. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5867. 1944.68 s [lens] Warning: 'Sum' is out of scope.
  5868. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5869. 1944.68 s [lens] Warning: '_1' is out of scope.
  5870. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5871. 1944.68 s [lens] Warning: '_2' is out of scope.
  5872. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5873. 1944.68 s [lens] Warning: 'for_' is out of scope.
  5874. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5875. 1944.68 s [lens] Warning: 'sequenceA_' is out of scope.
  5876. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5877. 1944.68 s [lens] Warning: 'asum' is out of scope.
  5878. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5879. 1944.68 s [lens] Warning: 's' is out of scope.
  5880. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5881. 1944.68 s [lens] Warning: 'headOf' is out of scope.
  5882. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5883. 1944.68 s [lens] Warning: 'Last' is out of scope.
  5884. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5885. 1944.68 s [lens] Warning: 'maximum' is out of scope.
  5886. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5887. 1944.68 s [lens] Warning: 'getMax' is out of scope.
  5888. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5889. 1944.68 s [lens] Warning: 'Max' is out of scope.
  5890. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5891. 1944.68 s [lens] Warning: 'minimum' is out of scope.
  5892. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5893. 1944.68 s [lens] Warning: 'getMin' is out of scope.
  5894. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5895. 1944.68 s [lens] Warning: 'Min' is out of scope.
  5896. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5897. 1944.68 s [lens] Warning: 'minimumBy' is out of scope.
  5898. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5899. 1944.68 s [lens] Warning: 'toList' is out of scope.
  5900. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5901. 1944.68 s [lens] Warning: 'IndexedIso' is out of scope.
  5902. 1944.68 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5903. 1944.68 s [lens] 99% (133 /134) in 'Control.Lens.Fold'
  5904. 1944.68 s [lens] Missing documentation for:
  5905. 1944.68 s [lens] ifolding (src/Control/Lens/Fold.hs:206)
  5906. 1945.16 s [lens] Warning: 'prism' is out of scope.
  5907. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5908. 1945.16 s [lens] Warning: 'iso' is out of scope.
  5909. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5910. 1945.16 s [lens] Warning: 'itraversed' is out of scope.
  5911. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5912. 1945.16 s [lens] Warning: 'itraverse' is out of scope.
  5913. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5914. 1945.16 s [lens] Warning: 'for' is out of scope.
  5915. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5916. 1945.16 s [lens] Warning: 'forM' is out of scope.
  5917. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5918. 1945.16 s [lens] Warning: 'mapAccumR' is out of scope.
  5919. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5920. 1945.16 s [lens] Warning: 'mapAccumL' is out of scope.
  5921. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5922. 1945.16 s [lens] Warning: 'Bind' is out of scope.
  5923. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5924. 1945.16 s [lens] Warning: 'foo' is out of scope.
  5925. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5926. 1945.16 s [lens] Warning: 'bar' is out of scope.
  5927. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5928. 1945.16 s [lens] Warning: 'f' is out of scope.
  5929. 1945.16 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5930. 1945.16 s [lens] 92% ( 92 /100) in 'Control.Lens.Traversal'
  5931. 1945.16 s [lens] Missing documentation for:
  5932. 1945.16 s [lens] Traversal1' (src/Control/Lens/Type.hs:215)
  5933. 1945.16 s [lens] IndexedTraversal1 (src/Control/Lens/Type.hs:235)
  5934. 1945.16 s [lens] IndexedTraversal1' (src/Control/Lens/Type.hs:236)
  5935. 1945.16 s [lens] Traversing1 (src/Control/Lens/Traversal.hs:239)
  5936. 1945.17 s [lens] Traversing1' (src/Control/Lens/Traversal.hs:245)
  5937. 1945.17 s [lens] unsafePartsOf' (src/Control/Lens/Traversal.hs:657)
  5938. 1945.17 s [lens] Traversable1
  5939. 1945.17 s [lens] iunsafePartsOf' (src/Control/Lens/Traversal.hs:661)
  5940. 1945.41 s [lens] 100% ( 4 / 4) in 'Control.Lens.Level'
  5941. 1945.54 s [lens] Warning: '(->)' is out of scope.
  5942. 1945.54 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5943. 1945.54 s [lens] 95% ( 21 / 22) in 'Control.Lens.Reified'
  5944. 1945.54 s [lens] Missing documentation for:
  5945. 1945.54 s [lens] ReifiedIndexedFold (src/Control/Lens/Reified.hs:436)
  5946. 1945.94 s [lens] Warning: 'Handler' is ambiguous. It is defined
  5947. 1945.94 s [lens] * in ‘Control.Exception’
  5948. 1945.94 s [lens] * in ‘Control.Monad.Catch’
  5949. 1945.94 s [lens] * in ‘Control.Exception’
  5950. 1945.94 s [lens] * in ‘Control.Monad.Catch’
  5951. 1945.94 s [lens] You may be able to disambiguate the identifier by qualifying it or
  5952. 1945.94 s [lens] by specifying the type/value namespace explicitly.
  5953. 1945.94 s [lens] Defaulting to the one defined in ‘Control.Monad.Catch’
  5954. 1945.94 s [lens] Warning: 'catches' is ambiguous. It is defined
  5955. 1945.94 s [lens] * in ‘Control.Exception’
  5956. 1945.94 s [lens] * in ‘Control.Monad.Catch’
  5957. 1945.94 s [lens] You may be able to disambiguate the identifier by qualifying it or
  5958. 1945.94 s [lens] by specifying the type/value namespace explicitly.
  5959. 1945.94 s [lens] Defaulting to the one defined in ‘Control.Monad.Catch’
  5960. 1945.94 s [lens] 100% ( 3 / 3) in 'Control.Lens.Internal.Exception'
  5961. 1946.01 s [lens] 92% ( 51 / 55) in 'Control.Lens.Indexed'
  5962. 1946.01 s [lens] Missing documentation for:
  5963. 1946.01 s [lens] ifoldMapBy (src/Control/Lens/Indexed.hs:282)
  5964. 1946.01 s [lens] ifoldMapByOf (src/Control/Lens/Indexed.hs:285)
  5965. 1946.01 s [lens] itraverseBy (src/Control/Lens/Indexed.hs:288)
  5966. 1946.01 s [lens] itraverseByOf (src/Control/Lens/Indexed.hs:291)
  5967. 1946.07 s [lens] Warning: 'createAndTrim' is out of scope.
  5968. 1946.07 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5969. 1946.07 s [lens] 100% ( 5 / 5) in 'Control.Lens.Internal.ByteString'
  5970. 1946.10 s [lens] 96% ( 24 / 25) in 'Control.Lens.Equality'
  5971. 1946.10 s [lens] Missing documentation for:
  5972. 1946.10 s [lens] cloneEquality (src/Control/Lens/Equality.hs:112)
  5973. 1946.17 s [lens] Warning: 'ByteString' is out of scope.
  5974. 1946.17 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5975. 1946.17 s [lens] Warning: 'Text' is out of scope.
  5976. 1946.17 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5977. 1946.17 s [lens] 91% ( 51 / 56) in 'Control.Lens.Iso'
  5978. 1946.17 s [lens] Missing documentation for:
  5979. 1946.17 s [lens] Swapped (src/Control/Lens/Iso.hs:419)
  5980. 1946.17 s [lens] Strict (src/Control/Lens/Iso.hs:411)
  5981. 1946.17 s [lens] Lazy (src/Control/Lens/Iso.hs:415)
  5982. 1946.17 s [lens] Reversed (src/Control/Lens/Iso.hs:423)
  5983. 1946.17 s [lens] List (src/Control/Lens/Iso.hs:463)
  5984. 1946.25 s [lens] 33% ( 1 / 3) in 'Control.Lens.Empty'
  5985. 1946.25 s [lens] Missing documentation for:
  5986. 1946.25 s [lens] AsEmpty (src/Control/Lens/Empty.hs:65)
  5987. 1946.25 s [lens] Empty (src/Control/Lens/Empty.hs:75)
  5988. 1946.32 s [lens] 88% ( 15 / 17) in 'Control.Lens.Cons'
  5989. 1946.32 s [lens] Missing documentation for:
  5990. 1946.32 s [lens] :< (src/Control/Lens/Cons.hs:81)
  5991. 1946.32 s [lens] :> (src/Control/Lens/Cons.hs:88)
  5992. 1946.39 s [lens] 100% ( 6 / 6) in 'Control.Lens.Internal.Deque'
  5993. 1946.63 s [lens] 72% ( 16 / 22) in 'Control.Lens.Wrapped'
  5994. 1946.63 s [lens] Missing documentation for:
  5995. 1946.63 s [lens] _Unwrapped' (src/Control/Lens/Wrapped.hs:214)
  5996. 1946.63 s [lens] Rewrapped (src/Control/Lens/Wrapped.hs:209)
  5997. 1946.63 s [lens] Rewrapping (src/Control/Lens/Wrapped.hs:211)
  5998. 1946.63 s [lens] _Unwrapped (src/Control/Lens/Wrapped.hs:231)
  5999. 1946.63 s [lens] Wrapped (src/Control/Lens/Wrapped.hs:200)
  6000. 1946.63 s [lens] Unwrapped (src/Control/Lens/Wrapped.hs:204)
  6001. 1946.82 s [lens] 30% ( 14 / 46) in 'Control.Lens.Internal.TH'
  6002. 1946.82 s [lens] Missing documentation for:
  6003. 1946.82 s [lens] TyVarBndrVis (src/Control/Lens/Internal/TH.hs:168)
  6004. 1946.82 s [lens] datatypeTypeKinded (src/Control/Lens/Internal/TH.hs:104)
  6005. 1946.82 s [lens] isDataFamily (src/Control/Lens/Internal/TH.hs:158)
  6006. 1946.82 s [lens] bndrReq (src/Control/Lens/Internal/TH.hs:170)
  6007. 1946.82 s [lens] traversalTypeName (src/Control/Lens/Internal/TH.hs:180)
  6008. 1946.82 s [lens] traversal'TypeName (src/Control/Lens/Internal/TH.hs:183)
  6009. 1946.82 s [lens] lensTypeName (src/Control/Lens/Internal/TH.hs:186)
  6010. 1946.82 s [lens] lens'TypeName (src/Control/Lens/Internal/TH.hs:189)
  6011. 1946.82 s [lens] isoTypeName (src/Control/Lens/Internal/TH.hs:192)
  6012. 1946.82 s [lens] iso'TypeName (src/Control/Lens/Internal/TH.hs:195)
  6013. 1946.82 s [lens] getterTypeName (src/Control/Lens/Internal/TH.hs:198)
  6014. 1946.82 s [lens] foldTypeName (src/Control/Lens/Internal/TH.hs:201)
  6015. 1946.82 s [lens] prismTypeName (src/Control/Lens/Internal/TH.hs:204)
  6016. 1946.82 s [lens] prism'TypeName (src/Control/Lens/Internal/TH.hs:207)
  6017. 1946.82 s [lens] reviewTypeName (src/Control/Lens/Internal/TH.hs:210)
  6018. 1946.82 s [lens] wrappedTypeName (src/Control/Lens/Internal/TH.hs:213)
  6019. 1946.82 s [lens] unwrappedTypeName (src/Control/Lens/Internal/TH.hs:216)
  6020. 1946.82 s [lens] rewrappedTypeName (src/Control/Lens/Internal/TH.hs:219)
  6021. 1946.82 s [lens] _wrapped'ValName (src/Control/Lens/Internal/TH.hs:222)
  6022. 1946.82 s [lens] isoValName (src/Control/Lens/Internal/TH.hs:225)
  6023. 1946.82 s [lens] prismValName (src/Control/Lens/Internal/TH.hs:228)
  6024. 1946.82 s [lens] untoValName (src/Control/Lens/Internal/TH.hs:231)
  6025. 1946.82 s [lens] phantomValName (src/Control/Lens/Internal/TH.hs:234)
  6026. 1946.82 s [lens] phantom2 (src/Control/Lens/Internal/TH.hs:237)
  6027. 1946.82 s [lens] composeValName (src/Control/Lens/Internal/TH.hs:241)
  6028. 1946.82 s [lens] idValName (src/Control/Lens/Internal/TH.hs:244)
  6029. 1946.82 s [lens] fmapValName (src/Control/Lens/Internal/TH.hs:247)
  6030. 1946.82 s [lens] pureValName (src/Control/Lens/Internal/TH.hs:250)
  6031. 1946.82 s [lens] apValName (src/Control/Lens/Internal/TH.hs:253)
  6032. 1946.82 s [lens] rightDataName (src/Control/Lens/Internal/TH.hs:256)
  6033. 1946.82 s [lens] leftDataName (src/Control/Lens/Internal/TH.hs:259)
  6034. 1946.82 s [lens] inlinePragma (src/Control/Lens/Internal/TH.hs:267)
  6035. 1946.88 s [lens] Warning: 'State' is ambiguous. It is defined
  6036. 1946.88 s [lens] * in ‘Control.Monad.Trans.State.Lazy’
  6037. 1946.88 s [lens] * in ‘Control.Monad.Trans.State.Strict’
  6038. 1946.88 s [lens] You may be able to disambiguate the identifier by qualifying it or
  6039. 1946.88 s [lens] by specifying the type/value namespace explicitly.
  6040. 1946.88 s [lens] Defaulting to the one defined in ‘Control.Monad.Trans.State.Strict’
  6041. 1946.88 s [lens] Warning: 'StateT' is ambiguous. It is defined
  6042. 1946.88 s [lens] * in ‘Control.Monad.Trans.State.Lazy’
  6043. 1946.88 s [lens] * in ‘Control.Monad.Trans.State.Strict’
  6044. 1946.88 s [lens] * in ‘Control.Monad.Trans.State.Lazy’
  6045. 1946.88 s [lens] * in ‘Control.Monad.Trans.State.Strict’
  6046. 1946.88 s [lens] You may be able to disambiguate the identifier by qualifying it or
  6047. 1946.88 s [lens] by specifying the type/value namespace explicitly.
  6048. 1946.88 s [lens] Defaulting to the one defined in ‘Control.Monad.Trans.State.Strict’
  6049. 1946.88 s [lens] Warning: 'RWST' is ambiguous. It is defined
  6050. 1946.88 s [lens] * in ‘Control.Monad.Trans.RWS.Lazy’
  6051. 1946.88 s [lens] * in ‘Control.Monad.Trans.RWS.Strict’
  6052. 1946.88 s [lens] * in ‘Control.Monad.Trans.RWS.Lazy’
  6053. 1946.88 s [lens] * in ‘Control.Monad.Trans.RWS.Strict’
  6054. 1946.88 s [lens] You may be able to disambiguate the identifier by qualifying it or
  6055. 1946.88 s [lens] by specifying the type/value namespace explicitly.
  6056. 1946.88 s [lens] Defaulting to the one defined in ‘Control.Monad.Trans.RWS.Strict’
  6057. 1946.88 s [lens] Warning: 'RWS' is ambiguous. It is defined
  6058. 1946.88 s [lens] * in ‘Control.Monad.Trans.RWS.Lazy’
  6059. 1946.88 s [lens] * in ‘Control.Monad.Trans.RWS.Strict’
  6060. 1946.88 s [lens] You may be able to disambiguate the identifier by qualifying it or
  6061. 1946.88 s [lens] by specifying the type/value namespace explicitly.
  6062. 1946.88 s [lens] Defaulting to the one defined in ‘Control.Monad.Trans.RWS.Strict’
  6063. 1946.88 s [lens] 100% ( 5 / 5) in 'Control.Lens.Zoom'
  6064. 1946.97 s [lens] Warning: 'holesOnOf' is out of scope.
  6065. 1946.97 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6066. 1946.97 s [lens] Warning: 'a' is out of scope.
  6067. 1946.97 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6068. 1946.97 s [lens] 100% ( 13 / 13) in 'Data.Data.Lens'
  6069. 1947.35 s [lens] Warning: 'composOpMonoid' is out of scope.
  6070. 1947.35 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6071. 1947.35 s [lens] Warning: 'composOpMPlus' is out of scope.
  6072. 1947.35 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6073. 1947.35 s [lens] Warning: 'composOp' is out of scope.
  6074. 1947.35 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6075. 1947.35 s [lens] Warning: 'descend' is out of scope.
  6076. 1947.35 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6077. 1947.35 s [lens] Warning: 'composOpM' is out of scope.
  6078. 1947.35 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6079. 1947.35 s [lens] Warning: 'descendM' is out of scope.
  6080. 1947.35 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6081. 1947.35 s [lens] Warning: 'composOpM_' is out of scope.
  6082. 1947.35 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6083. 1947.35 s [lens] Warning: 'descendM_' is out of scope.
  6084. 1947.35 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6085. 1947.35 s [lens] 96% ( 48 / 50) in 'Control.Lens.Plated'
  6086. 1947.35 s [lens] Missing documentation for:
  6087. 1947.35 s [lens] GPlated (src/Control/Lens/Plated.hs:758)
  6088. 1947.35 s [lens] GPlated1 (src/Control/Lens/Plated.hs:799)
  6089. 1947.45 s [lens] Warning: 'Set' is out of scope.
  6090. 1947.45 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6091. 1947.45 s [lens] 100% ( 4 / 4) in 'Data.HashSet.Lens'
  6092. 1947.46 s [lens] 50% ( 2 / 4) in 'Data.List.Lens'
  6093. 1947.46 s [lens] Missing documentation for:
  6094. 1947.46 s [lens] Prefixed (src/Control/Lens/Prism.hs:388)
  6095. 1947.46 s [lens] Suffixed (src/Control/Lens/Prism.hs:422)
  6096. 1947.47 s [lens] Warning: 'IndexedGetter' is out of scope.
  6097. 1947.47 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6098. 1947.47 s [lens] Warning: 'IndexedFold' is out of scope.
  6099. 1947.47 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6100. 1947.47 s [lens] Warning: 'IndexedLens'' is out of scope.
  6101. 1947.47 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6102. 1947.47 s [lens] Warning: 'IndexedTraversal'' is out of scope.
  6103. 1947.47 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6104. 1947.47 s [lens] 100% ( 2 / 2) in 'Data.Map.Lens'
  6105. 1947.47 s [lens] 100% ( 3 / 3) in 'Data.Set.Lens'
  6106. 1947.50 s [lens] Warning: 'pack' is out of scope.
  6107. 1947.50 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6108. 1947.50 s [lens] Warning: 'unpack' is out of scope.
  6109. 1947.50 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6110. 1947.50 s [lens] Warning: 'Text' is ambiguous. It is defined
  6111. 1947.50 s [lens] * at src/Data/Text/Lazy/Lens.hs:149:1
  6112. 1947.50 s [lens] * in ‘Data.Text.Internal.Lazy’
  6113. 1947.50 s [lens] You may be able to disambiguate the identifier by qualifying it or
  6114. 1947.50 s [lens] by specifying the type/value namespace explicitly.
  6115. 1947.50 s [lens] Defaulting to the one defined at src/Data/Text/Lazy/Lens.hs:149:1
  6116. 1947.50 s [lens] Warning: 'fromLazyText' is out of scope.
  6117. 1947.50 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6118. 1947.50 s [lens] Warning: 'toLazyText' is out of scope.
  6119. 1947.50 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6120. 1947.50 s [lens] Warning: 'each' is out of scope.
  6121. 1947.50 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6122. 1947.50 s [lens] 87% ( 7 / 8) in 'Data.Text.Lazy.Lens'
  6123. 1947.50 s [lens] Missing documentation for:
  6124. 1947.50 s [lens] Text (src/Data/Text/Lazy/Lens.hs:148)
  6125. 1947.54 s [lens] Warning: 'pack' is out of scope.
  6126. 1947.54 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6127. 1947.54 s [lens] Warning: 'unpack' is out of scope.
  6128. 1947.54 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6129. 1947.54 s [lens] Warning: 'Text' is ambiguous. It is defined
  6130. 1947.54 s [lens] * at src/Data/Text/Strict/Lens.hs:141:1
  6131. 1947.54 s [lens] * in ‘Data.Text.Internal’
  6132. 1947.54 s [lens] You may be able to disambiguate the identifier by qualifying it or
  6133. 1947.54 s [lens] by specifying the type/value namespace explicitly.
  6134. 1947.54 s [lens] Defaulting to the one defined at src/Data/Text/Strict/Lens.hs:141:1
  6135. 1947.54 s [lens] Warning: 'fromText' is out of scope.
  6136. 1947.54 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6137. 1947.54 s [lens] Warning: 'toLazyText' is out of scope.
  6138. 1947.54 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6139. 1947.54 s [lens] Warning: 'each' is out of scope.
  6140. 1947.54 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6141. 1947.54 s [lens] 87% ( 7 / 8) in 'Data.Text.Strict.Lens'
  6142. 1947.54 s [lens] Missing documentation for:
  6143. 1947.54 s [lens] Text (src/Data/Text/Strict/Lens.hs:140)
  6144. 1947.56 s [lens] Warning: 'pack' is out of scope.
  6145. 1947.56 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6146. 1947.56 s [lens] Warning: 'unpack' is out of scope.
  6147. 1947.56 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6148. 1947.56 s [lens] Warning: 'fromText' is out of scope.
  6149. 1947.56 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6150. 1947.56 s [lens] 80% ( 4 / 5) in 'Data.Text.Lens'
  6151. 1947.56 s [lens] Missing documentation for:
  6152. 1947.56 s [lens] Text (src/Data/Text/Lens.hs:102)
  6153. 1947.62 s [lens] Warning: 'ix' is out of scope.
  6154. 1947.62 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6155. 1947.62 s [lens] 100% ( 15 / 15) in 'Data.Vector.Generic.Lens'
  6156. 1947.71 s [lens] 100% ( 3 / 3) in 'Control.Lens.Each'
  6157. 1947.84 s [lens] 92% ( 13 / 14) in 'Control.Lens.At'
  6158. 1947.84 s [lens] Missing documentation for:
  6159. 1947.84 s [lens] Index (src/Control/Lens/At.hs:91)
  6160. 1948.11 s [lens] 24% ( 72 /296) in 'Language.Haskell.TH.Lens'
  6161. 1948.11 s [lens] Missing documentation for:
  6162. 1948.11 s [lens] locFileName (src/Language/Haskell/TH/Lens.hs:689)
  6163. 1948.11 s [lens] locPackage (src/Language/Haskell/TH/Lens.hs:693)
  6164. 1948.11 s [lens] locModule (src/Language/Haskell/TH/Lens.hs:697)
  6165. 1948.11 s [lens] locStart (src/Language/Haskell/TH/Lens.hs:701)
  6166. 1948.11 s [lens] locEnd (src/Language/Haskell/TH/Lens.hs:705)
  6167. 1948.11 s [lens] funDepInputs (src/Language/Haskell/TH/Lens.hs:709)
  6168. 1948.11 s [lens] funDepOutputs (src/Language/Haskell/TH/Lens.hs:714)
  6169. 1948.11 s [lens] matchPattern (src/Language/Haskell/TH/Lens.hs:731)
  6170. 1948.11 s [lens] matchBody (src/Language/Haskell/TH/Lens.hs:736)
  6171. 1948.11 s [lens] matchDeclarations (src/Language/Haskell/TH/Lens.hs:741)
  6172. 1948.11 s [lens] fixityPrecedence (src/Language/Haskell/TH/Lens.hs:746)
  6173. 1948.11 s [lens] fixityDirection (src/Language/Haskell/TH/Lens.hs:751)
  6174. 1948.11 s [lens] clausePattern (src/Language/Haskell/TH/Lens.hs:756)
  6175. 1948.11 s [lens] clauseBody (src/Language/Haskell/TH/Lens.hs:761)
  6176. 1948.11 s [lens] clauseDecs (src/Language/Haskell/TH/Lens.hs:766)
  6177. 1948.11 s [lens] fieldExpName (src/Language/Haskell/TH/Lens.hs:719)
  6178. 1948.11 s [lens] fieldExpExpression (src/Language/Haskell/TH/Lens.hs:722)
  6179. 1948.11 s [lens] fieldPatName (src/Language/Haskell/TH/Lens.hs:725)
  6180. 1948.11 s [lens] fieldPatPattern (src/Language/Haskell/TH/Lens.hs:728)
  6181. 1948.11 s [lens] tySynEqnLHS (src/Language/Haskell/TH/Lens.hs:1677)
  6182. 1948.11 s [lens] tySynEqnPatterns (src/Language/Haskell/TH/Lens.hs:1682)
  6183. 1948.11 s [lens] tySynEqnResult (src/Language/Haskell/TH/Lens.hs:1689)
  6184. 1948.11 s [lens] injectivityAnnOutput (src/Language/Haskell/TH/Lens.hs:771)
  6185. 1948.11 s [lens] injectivityAnnInputs (src/Language/Haskell/TH/Lens.hs:776)
  6186. 1948.11 s [lens] typeFamilyHeadName (src/Language/Haskell/TH/Lens.hs:781)
  6187. 1948.11 s [lens] typeFamilyHeadTyVarBndrs (src/Language/Haskell/TH/Lens.hs:786)
  6188. 1948.11 s [lens] typeFamilyHeadResultSig (src/Language/Haskell/TH/Lens.hs:791)
  6189. 1948.11 s [lens] typeFamilyHeadInjectivityAnn (src/Language/Haskell/TH/Lens.hs:796)
  6190. 1948.11 s [lens] bangSourceUnpackedness (src/Language/Haskell/TH/Lens.hs:801)
  6191. 1948.11 s [lens] bangSourceStrictness (src/Language/Haskell/TH/Lens.hs:806)
  6192. 1948.11 s [lens] derivClauseStrategy (src/Language/Haskell/TH/Lens.hs:812)
  6193. 1948.11 s [lens] derivClauseCxt (src/Language/Haskell/TH/Lens.hs:817)
  6194. 1948.11 s [lens] _ClassI (src/Language/Haskell/TH/Lens.hs:823)
  6195. 1948.11 s [lens] _ClassOpI (src/Language/Haskell/TH/Lens.hs:831)
  6196. 1948.11 s [lens] _TyConI (src/Language/Haskell/TH/Lens.hs:839)
  6197. 1948.11 s [lens] _FamilyI (src/Language/Haskell/TH/Lens.hs:847)
  6198. 1948.11 s [lens] _PrimTyConI (src/Language/Haskell/TH/Lens.hs:855)
  6199. 1948.11 s [lens] _DataConI (src/Language/Haskell/TH/Lens.hs:863)
  6200. 1948.11 s [lens] _VarI (src/Language/Haskell/TH/Lens.hs:871)
  6201. 1948.11 s [lens] _TyVarI (src/Language/Haskell/TH/Lens.hs:879)
  6202. 1948.11 s [lens] _PatSynI (src/Language/Haskell/TH/Lens.hs:888)
  6203. 1948.11 s [lens] _FunD (src/Language/Haskell/TH/Lens.hs:897)
  6204. 1948.11 s [lens] _ValD (src/Language/Haskell/TH/Lens.hs:905)
  6205. 1948.11 s [lens] _TySynD (src/Language/Haskell/TH/Lens.hs:913)
  6206. 1948.11 s [lens] _ClassD (src/Language/Haskell/TH/Lens.hs:921)
  6207. 1948.11 s [lens] _InstanceD (src/Language/Haskell/TH/Lens.hs:929)
  6208. 1948.11 s [lens] _SigD (src/Language/Haskell/TH/Lens.hs:965)
  6209. 1948.11 s [lens] _ForeignD (src/Language/Haskell/TH/Lens.hs:973)
  6210. 1948.11 s [lens] _InfixD (src/Language/Haskell/TH/Lens.hs:981)
  6211. 1948.11 s [lens] _PragmaD (src/Language/Haskell/TH/Lens.hs:989)
  6212. 1948.11 s [lens] _ClosedTypeFamilyD (src/Language/Haskell/TH/Lens.hs:1114)
  6213. 1948.11 s [lens] _RoleAnnotD (src/Language/Haskell/TH/Lens.hs:1021)
  6214. 1948.11 s [lens] _DefaultSigD (src/Language/Haskell/TH/Lens.hs:1052)
  6215. 1948.11 s [lens] _DataFamilyD (src/Language/Haskell/TH/Lens.hs:1148)
  6216. 1948.11 s [lens] _OpenTypeFamilyD (src/Language/Haskell/TH/Lens.hs:1156)
  6217. 1948.11 s [lens] _PatSynD (src/Language/Haskell/TH/Lens.hs:1165)
  6218. 1948.11 s [lens] _PatSynSigD (src/Language/Haskell/TH/Lens.hs:1173)
  6219. 1948.11 s [lens] _ImplicitParamBindD (src/Language/Haskell/TH/Lens.hs:1183)
  6220. 1948.11 s [lens] _Unidir (src/Language/Haskell/TH/Lens.hs:1213)
  6221. 1948.11 s [lens] _ImplBidir (src/Language/Haskell/TH/Lens.hs:1221)
  6222. 1948.11 s [lens] _ExplBidir (src/Language/Haskell/TH/Lens.hs:1229)
  6223. 1948.11 s [lens] _PrefixPatSyn (src/Language/Haskell/TH/Lens.hs:1237)
  6224. 1948.11 s [lens] _InfixPatSyn (src/Language/Haskell/TH/Lens.hs:1245)
  6225. 1948.11 s [lens] _RecordPatSyn (src/Language/Haskell/TH/Lens.hs:1253)
  6226. 1948.11 s [lens] _NormalC (src/Language/Haskell/TH/Lens.hs:1262)
  6227. 1948.11 s [lens] _RecC (src/Language/Haskell/TH/Lens.hs:1270)
  6228. 1948.11 s [lens] _InfixC (src/Language/Haskell/TH/Lens.hs:1278)
  6229. 1948.11 s [lens] _ForallC (src/Language/Haskell/TH/Lens.hs:1286)
  6230. 1948.11 s [lens] _GadtC (src/Language/Haskell/TH/Lens.hs:1294)
  6231. 1948.11 s [lens] _RecGadtC (src/Language/Haskell/TH/Lens.hs:1302)
  6232. 1948.11 s [lens] _Overlappable (src/Language/Haskell/TH/Lens.hs:937)
  6233. 1948.11 s [lens] _Overlapping (src/Language/Haskell/TH/Lens.hs:944)
  6234. 1948.11 s [lens] _Overlaps (src/Language/Haskell/TH/Lens.hs:951)
  6235. 1948.11 s [lens] _Incoherent (src/Language/Haskell/TH/Lens.hs:958)
  6236. 1948.11 s [lens] _NoSourceUnpackedness (src/Language/Haskell/TH/Lens.hs:1310)
  6237. 1948.11 s [lens] _SourceNoUnpack (src/Language/Haskell/TH/Lens.hs:1318)
  6238. 1948.11 s [lens] _SourceUnpack (src/Language/Haskell/TH/Lens.hs:1326)
  6239. 1948.11 s [lens] _NoSourceStrictness (src/Language/Haskell/TH/Lens.hs:1334)
  6240. 1948.11 s [lens] _SourceLazy (src/Language/Haskell/TH/Lens.hs:1342)
  6241. 1948.11 s [lens] _SourceStrict (src/Language/Haskell/TH/Lens.hs:1350)
  6242. 1948.11 s [lens] _DecidedLazy (src/Language/Haskell/TH/Lens.hs:1358)
  6243. 1948.11 s [lens] _DecidedStrict (src/Language/Haskell/TH/Lens.hs:1366)
  6244. 1948.11 s [lens] _DecidedUnpack (src/Language/Haskell/TH/Lens.hs:1374)
  6245. 1948.11 s [lens] _ImportF (src/Language/Haskell/TH/Lens.hs:1382)
  6246. 1948.11 s [lens] _ExportF (src/Language/Haskell/TH/Lens.hs:1390)
  6247. 1948.11 s [lens] _CCall (src/Language/Haskell/TH/Lens.hs:1398)
  6248. 1948.11 s [lens] _StdCall (src/Language/Haskell/TH/Lens.hs:1406)
  6249. 1948.11 s [lens] _CApi (src/Language/Haskell/TH/Lens.hs:1414)
  6250. 1948.11 s [lens] _Prim (src/Language/Haskell/TH/Lens.hs:1422)
  6251. 1948.11 s [lens] _JavaScript (src/Language/Haskell/TH/Lens.hs:1430)
  6252. 1948.11 s [lens] _Unsafe (src/Language/Haskell/TH/Lens.hs:1438)
  6253. 1948.11 s [lens] _Safe (src/Language/Haskell/TH/Lens.hs:1446)
  6254. 1948.11 s [lens] _Interruptible (src/Language/Haskell/TH/Lens.hs:1454)
  6255. 1948.11 s [lens] _InlineP (src/Language/Haskell/TH/Lens.hs:1462)
  6256. 1948.11 s [lens] _SpecialiseP (src/Language/Haskell/TH/Lens.hs:1470)
  6257. 1948.11 s [lens] _SpecialiseInstP (src/Language/Haskell/TH/Lens.hs:1480)
  6258. 1948.11 s [lens] _AnnP (src/Language/Haskell/TH/Lens.hs:1511)
  6259. 1948.11 s [lens] _LineP (src/Language/Haskell/TH/Lens.hs:1519)
  6260. 1948.11 s [lens] _CompleteP (src/Language/Haskell/TH/Lens.hs:1528)
  6261. 1948.11 s [lens] _NoInline (src/Language/Haskell/TH/Lens.hs:1547)
  6262. 1948.11 s [lens] _Inline (src/Language/Haskell/TH/Lens.hs:1555)
  6263. 1948.11 s [lens] _Inlinable (src/Language/Haskell/TH/Lens.hs:1563)
  6264. 1948.11 s [lens] _ConLike (src/Language/Haskell/TH/Lens.hs:1571)
  6265. 1948.11 s [lens] _FunLike (src/Language/Haskell/TH/Lens.hs:1579)
  6266. 1948.11 s [lens] _AllPhases (src/Language/Haskell/TH/Lens.hs:1587)
  6267. 1948.11 s [lens] _FromPhase (src/Language/Haskell/TH/Lens.hs:1595)
  6268. 1948.11 s [lens] _BeforePhase (src/Language/Haskell/TH/Lens.hs:1603)
  6269. 1948.11 s [lens] _RuleVar (src/Language/Haskell/TH/Lens.hs:1611)
  6270. 1948.11 s [lens] _TypedRuleVar (src/Language/Haskell/TH/Lens.hs:1619)
  6271. 1948.11 s [lens] _ModuleAnnotation (src/Language/Haskell/TH/Lens.hs:1627)
  6272. 1948.11 s [lens] _TypeAnnotation (src/Language/Haskell/TH/Lens.hs:1635)
  6273. 1948.11 s [lens] _ValueAnnotation (src/Language/Haskell/TH/Lens.hs:1643)
  6274. 1948.11 s [lens] _FunDep (src/Language/Haskell/TH/Lens.hs:1651)
  6275. 1948.11 s [lens] _InfixL (src/Language/Haskell/TH/Lens.hs:1705)
  6276. 1948.11 s [lens] _InfixR (src/Language/Haskell/TH/Lens.hs:1713)
  6277. 1948.11 s [lens] _InfixN (src/Language/Haskell/TH/Lens.hs:1721)
  6278. 1948.11 s [lens] _VarE (src/Language/Haskell/TH/Lens.hs:1729)
  6279. 1948.11 s [lens] _ConE (src/Language/Haskell/TH/Lens.hs:1737)
  6280. 1948.11 s [lens] _LitE (src/Language/Haskell/TH/Lens.hs:1745)
  6281. 1948.11 s [lens] _AppE (src/Language/Haskell/TH/Lens.hs:1753)
  6282. 1948.11 s [lens] _AppTypeE (src/Language/Haskell/TH/Lens.hs:1762)
  6283. 1948.11 s [lens] _InfixE (src/Language/Haskell/TH/Lens.hs:1771)
  6284. 1948.11 s [lens] _UInfixE (src/Language/Haskell/TH/Lens.hs:1779)
  6285. 1948.11 s [lens] _ParensE (src/Language/Haskell/TH/Lens.hs:1787)
  6286. 1948.11 s [lens] _LamE (src/Language/Haskell/TH/Lens.hs:1795)
  6287. 1948.11 s [lens] _LamCaseE (src/Language/Haskell/TH/Lens.hs:1803)
  6288. 1948.11 s [lens] _UnboxedSumE (src/Language/Haskell/TH/Lens.hs:1846)
  6289. 1948.11 s [lens] _CondE (src/Language/Haskell/TH/Lens.hs:1855)
  6290. 1948.11 s [lens] _MultiIfE (src/Language/Haskell/TH/Lens.hs:1863)
  6291. 1948.11 s [lens] _LetE (src/Language/Haskell/TH/Lens.hs:1871)
  6292. 1948.11 s [lens] _CaseE (src/Language/Haskell/TH/Lens.hs:1879)
  6293. 1948.11 s [lens] _CompE (src/Language/Haskell/TH/Lens.hs:1910)
  6294. 1948.11 s [lens] _ArithSeqE (src/Language/Haskell/TH/Lens.hs:1918)
  6295. 1948.11 s [lens] _ListE (src/Language/Haskell/TH/Lens.hs:1926)
  6296. 1948.11 s [lens] _SigE (src/Language/Haskell/TH/Lens.hs:1934)
  6297. 1948.11 s [lens] _RecConE (src/Language/Haskell/TH/Lens.hs:1942)
  6298. 1948.11 s [lens] _RecUpdE (src/Language/Haskell/TH/Lens.hs:1950)
  6299. 1948.11 s [lens] _StaticE (src/Language/Haskell/TH/Lens.hs:1958)
  6300. 1948.11 s [lens] _UnboundVarE (src/Language/Haskell/TH/Lens.hs:1966)
  6301. 1948.11 s [lens] _LabelE (src/Language/Haskell/TH/Lens.hs:1975)
  6302. 1948.11 s [lens] _ImplicitParamVarE (src/Language/Haskell/TH/Lens.hs:2008)
  6303. 1948.11 s [lens] _GetFieldE (src/Language/Haskell/TH/Lens.hs:2018)
  6304. 1948.11 s [lens] _ProjectionE (src/Language/Haskell/TH/Lens.hs:2026)
  6305. 1948.11 s [lens] _GuardedB (src/Language/Haskell/TH/Lens.hs:2063)
  6306. 1948.11 s [lens] _NormalB (src/Language/Haskell/TH/Lens.hs:2071)
  6307. 1948.11 s [lens] _NormalG (src/Language/Haskell/TH/Lens.hs:2079)
  6308. 1948.11 s [lens] _PatG (src/Language/Haskell/TH/Lens.hs:2087)
  6309. 1948.11 s [lens] _BindS (src/Language/Haskell/TH/Lens.hs:2095)
  6310. 1948.11 s [lens] _LetS (src/Language/Haskell/TH/Lens.hs:2103)
  6311. 1948.11 s [lens] _NoBindS (src/Language/Haskell/TH/Lens.hs:2111)
  6312. 1948.11 s [lens] _ParS (src/Language/Haskell/TH/Lens.hs:2119)
  6313. 1948.11 s [lens] _RecS (src/Language/Haskell/TH/Lens.hs:2128)
  6314. 1948.11 s [lens] _FromR (src/Language/Haskell/TH/Lens.hs:2137)
  6315. 1948.11 s [lens] _FromThenR (src/Language/Haskell/TH/Lens.hs:2145)
  6316. 1948.11 s [lens] _FromToR (src/Language/Haskell/TH/Lens.hs:2153)
  6317. 1948.11 s [lens] _FromThenToR (src/Language/Haskell/TH/Lens.hs:2161)
  6318. 1948.11 s [lens] _CharL (src/Language/Haskell/TH/Lens.hs:2169)
  6319. 1948.11 s [lens] _StringL (src/Language/Haskell/TH/Lens.hs:2177)
  6320. 1948.11 s [lens] _IntegerL (src/Language/Haskell/TH/Lens.hs:2185)
  6321. 1948.11 s [lens] _RationalL (src/Language/Haskell/TH/Lens.hs:2193)
  6322. 1948.11 s [lens] _IntPrimL (src/Language/Haskell/TH/Lens.hs:2201)
  6323. 1948.11 s [lens] _WordPrimL (src/Language/Haskell/TH/Lens.hs:2209)
  6324. 1948.11 s [lens] _FloatPrimL (src/Language/Haskell/TH/Lens.hs:2217)
  6325. 1948.11 s [lens] _DoublePrimL (src/Language/Haskell/TH/Lens.hs:2225)
  6326. 1948.11 s [lens] _StringPrimL (src/Language/Haskell/TH/Lens.hs:2233)
  6327. 1948.11 s [lens] _CharPrimL (src/Language/Haskell/TH/Lens.hs:2241)
  6328. 1948.11 s [lens] _BytesPrimL (src/Language/Haskell/TH/Lens.hs:2250)
  6329. 1948.11 s [lens] _LitP (src/Language/Haskell/TH/Lens.hs:2259)
  6330. 1948.11 s [lens] _VarP (src/Language/Haskell/TH/Lens.hs:2267)
  6331. 1948.11 s [lens] _TupP (src/Language/Haskell/TH/Lens.hs:2275)
  6332. 1948.11 s [lens] _UnboxedTupP (src/Language/Haskell/TH/Lens.hs:2283)
  6333. 1948.11 s [lens] _UnboxedSumP (src/Language/Haskell/TH/Lens.hs:2292)
  6334. 1948.11 s [lens] _InfixP (src/Language/Haskell/TH/Lens.hs:2324)
  6335. 1948.11 s [lens] _UInfixP (src/Language/Haskell/TH/Lens.hs:2332)
  6336. 1948.11 s [lens] _ParensP (src/Language/Haskell/TH/Lens.hs:2340)
  6337. 1948.11 s [lens] _TildeP (src/Language/Haskell/TH/Lens.hs:2348)
  6338. 1948.11 s [lens] _BangP (src/Language/Haskell/TH/Lens.hs:2356)
  6339. 1948.11 s [lens] _AsP (src/Language/Haskell/TH/Lens.hs:2364)
  6340. 1948.11 s [lens] _WildP (src/Language/Haskell/TH/Lens.hs:2372)
  6341. 1948.11 s [lens] _RecP (src/Language/Haskell/TH/Lens.hs:2380)
  6342. 1948.11 s [lens] _ListP (src/Language/Haskell/TH/Lens.hs:2388)
  6343. 1948.11 s [lens] _SigP (src/Language/Haskell/TH/Lens.hs:2396)
  6344. 1948.11 s [lens] _ViewP (src/Language/Haskell/TH/Lens.hs:2404)
  6345. 1948.11 s [lens] _ForallT (src/Language/Haskell/TH/Lens.hs:2412)
  6346. 1948.11 s [lens] _AppT (src/Language/Haskell/TH/Lens.hs:2420)
  6347. 1948.11 s [lens] _SigT (src/Language/Haskell/TH/Lens.hs:2428)
  6348. 1948.11 s [lens] _VarT (src/Language/Haskell/TH/Lens.hs:2436)
  6349. 1948.11 s [lens] _ConT (src/Language/Haskell/TH/Lens.hs:2444)
  6350. 1948.11 s [lens] _PromotedT (src/Language/Haskell/TH/Lens.hs:2452)
  6351. 1948.11 s [lens] _TupleT (src/Language/Haskell/TH/Lens.hs:2460)
  6352. 1948.11 s [lens] _UnboxedTupleT (src/Language/Haskell/TH/Lens.hs:2468)
  6353. 1948.11 s [lens] _UnboxedSumT (src/Language/Haskell/TH/Lens.hs:2477)
  6354. 1948.11 s [lens] _ArrowT (src/Language/Haskell/TH/Lens.hs:2486)
  6355. 1948.11 s [lens] _EqualityT (src/Language/Haskell/TH/Lens.hs:2494)
  6356. 1948.11 s [lens] _ListT (src/Language/Haskell/TH/Lens.hs:2502)
  6357. 1948.11 s [lens] _PromotedTupleT (src/Language/Haskell/TH/Lens.hs:2510)
  6358. 1948.11 s [lens] _PromotedNilT (src/Language/Haskell/TH/Lens.hs:2518)
  6359. 1948.11 s [lens] _PromotedConsT (src/Language/Haskell/TH/Lens.hs:2526)
  6360. 1948.11 s [lens] _StarT (src/Language/Haskell/TH/Lens.hs:2534)
  6361. 1948.11 s [lens] _ConstraintT (src/Language/Haskell/TH/Lens.hs:2542)
  6362. 1948.11 s [lens] _LitT (src/Language/Haskell/TH/Lens.hs:2550)
  6363. 1948.11 s [lens] _InfixT (src/Language/Haskell/TH/Lens.hs:2558)
  6364. 1948.11 s [lens] _UInfixT (src/Language/Haskell/TH/Lens.hs:2566)
  6365. 1948.11 s [lens] _ParensT (src/Language/Haskell/TH/Lens.hs:2574)
  6366. 1948.11 s [lens] _WildCardT (src/Language/Haskell/TH/Lens.hs:2582)
  6367. 1948.11 s [lens] _AppKindT (src/Language/Haskell/TH/Lens.hs:2591)
  6368. 1948.11 s [lens] _ImplicitParamT (src/Language/Haskell/TH/Lens.hs:2599)
  6369. 1948.11 s [lens] _ForallVisT (src/Language/Haskell/TH/Lens.hs:2609)
  6370. 1948.11 s [lens] _MulArrowT (src/Language/Haskell/TH/Lens.hs:2619)
  6371. 1948.11 s [lens] _SpecifiedSpec (src/Language/Haskell/TH/Lens.hs:2647)
  6372. 1948.11 s [lens] _InferredSpec (src/Language/Haskell/TH/Lens.hs:2655)
  6373. 1948.11 s [lens] _NoSig (src/Language/Haskell/TH/Lens.hs:2728)
  6374. 1948.11 s [lens] _KindSig (src/Language/Haskell/TH/Lens.hs:2736)
  6375. 1948.11 s [lens] _TyVarSig (src/Language/Haskell/TH/Lens.hs:2744)
  6376. 1948.11 s [lens] _NumTyLit (src/Language/Haskell/TH/Lens.hs:2752)
  6377. 1948.11 s [lens] _StrTyLit (src/Language/Haskell/TH/Lens.hs:2760)
  6378. 1948.11 s [lens] _CharTyLit (src/Language/Haskell/TH/Lens.hs:2769)
  6379. 1948.11 s [lens] _NominalR (src/Language/Haskell/TH/Lens.hs:2778)
  6380. 1948.11 s [lens] _RepresentationalR (src/Language/Haskell/TH/Lens.hs:2786)
  6381. 1948.11 s [lens] _PhantomR (src/Language/Haskell/TH/Lens.hs:2794)
  6382. 1948.11 s [lens] _InferR (src/Language/Haskell/TH/Lens.hs:2802)
  6383. 1948.11 s [lens] _StockStrategy (src/Language/Haskell/TH/Lens.hs:2811)
  6384. 1948.11 s [lens] _AnyclassStrategy (src/Language/Haskell/TH/Lens.hs:2819)
  6385. 1948.11 s [lens] _NewtypeStrategy (src/Language/Haskell/TH/Lens.hs:2827)
  6386. 1948.51 s [lens] Warning: 'Prism' is out of scope.
  6387. 1948.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6388. 1948.51 s [lens] Warning: 'Iso' is out of scope.
  6389. 1948.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6390. 1948.51 s [lens] 100% ( 4 / 4) in 'Control.Lens.Internal.PrismTH'
  6391. 1948.63 s [lens] Warning: 's' is out of scope.
  6392. 1948.63 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6393. 1948.63 s [lens] 77% ( 7 / 9) in 'Control.Lens.Internal.FieldTH'
  6394. 1948.63 s [lens] Missing documentation for:
  6395. 1948.63 s [lens] makeFieldOpticsForDec (src/Control/Lens/Internal/FieldTH.hs:79)
  6396. 1948.63 s [lens] makeFieldOpticsForDec' (src/Control/Lens/Internal/FieldTH.hs:82)
  6397. 1949.07 s [lens] Warning: 'Prism'' is out of scope.
  6398. 1949.07 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6399. 1949.07 s [lens] Warning: 'Wrapped' is out of scope.
  6400. 1949.07 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6401. 1949.07 s [lens] Warning: '_name' is out of scope.
  6402. 1949.07 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6403. 1949.07 s [lens] Warning: '_fooName' is out of scope.
  6404. 1949.07 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6405. 1949.07 s [lens] 96% ( 60 / 62) in 'Control.Lens.TH'
  6406. 1949.07 s [lens] Missing documentation for:
  6407. 1949.07 s [lens] defaultFieldRules (src/Control/Lens/TH.hs:747)
  6408. 1949.07 s [lens] generateRecordSyntax (src/Control/Lens/TH.hs:164)
  6409. 1949.12 s [lens] 100% ( 23 / 23) in 'Control.Lens'
  6410. 1949.14 s [lens] 23% ( 4 / 17) in 'GHC.Generics.Lens'
  6411. 1949.14 s [lens] Missing documentation for:
  6412. 1949.14 s [lens] _V1 (src/GHC/Generics/Lens.hs:76)
  6413. 1949.14 s [lens] _U1 (src/GHC/Generics/Lens.hs:80)
  6414. 1949.14 s [lens] _Par1 (src/GHC/Generics/Lens.hs:84)
  6415. 1949.14 s [lens] _Rec1 (src/GHC/Generics/Lens.hs:88)
  6416. 1949.14 s [lens] _K1 (src/GHC/Generics/Lens.hs:92)
  6417. 1949.14 s [lens] _M1 (src/GHC/Generics/Lens.hs:96)
  6418. 1949.14 s [lens] _L1 (src/GHC/Generics/Lens.hs:100)
  6419. 1949.14 s [lens] _UAddr (src/GHC/Generics/Lens.hs:119)
  6420. 1949.14 s [lens] _UChar (src/GHC/Generics/Lens.hs:126)
  6421. 1949.14 s [lens] _UDouble (src/GHC/Generics/Lens.hs:133)
  6422. 1949.14 s [lens] _UFloat (src/GHC/Generics/Lens.hs:140)
  6423. 1949.14 s [lens] _UInt (src/GHC/Generics/Lens.hs:147)
  6424. 1949.14 s [lens] _UWord (src/GHC/Generics/Lens.hs:154)
  6425. 1949.16 s [lens] 100% ( 9 / 9) in 'Data.Vector.Lens'
  6426. 1949.17 s [lens] 100% ( 3 / 3) in 'Data.Typeable.Lens'
  6427. 1949.18 s [lens] 100% ( 3 / 3) in 'Data.Tree.Lens'
  6428. 1949.19 s [lens] 100% ( 7 / 7) in 'Data.Sequence.Lens'
  6429. 1949.20 s [lens] 100% ( 4 / 4) in 'Data.IntSet.Lens'
  6430. 1949.23 s [lens] 66% ( 8 / 12) in 'Data.Complex.Lens'
  6431. 1949.23 s [lens] Missing documentation for:
  6432. 1949.23 s [lens] Polar (src/Data/Complex/Lens.hs:84)
  6433. 1949.23 s [lens] Real (src/Data/Complex/Lens.hs:88)
  6434. 1949.23 s [lens] Imaginary (src/Data/Complex/Lens.hs:91)
  6435. 1949.23 s [lens] Conjugate (src/Data/Complex/Lens.hs:146)
  6436. 1949.26 s [lens] 77% ( 7 / 9) in 'Data.ByteString.Strict.Lens'
  6437. 1949.26 s [lens] Missing documentation for:
  6438. 1949.26 s [lens] Bytes (src/Data/ByteString/Strict/Lens.hs:138)
  6439. 1949.26 s [lens] Chars (src/Data/ByteString/Strict/Lens.hs:142)
  6440. 1949.29 s [lens] 77% ( 7 / 9) in 'Data.ByteString.Lazy.Lens'
  6441. 1949.29 s [lens] Missing documentation for:
  6442. 1949.29 s [lens] Bytes (src/Data/ByteString/Lazy/Lens.hs:140)
  6443. 1949.29 s [lens] Chars (src/Data/ByteString/Lazy/Lens.hs:144)
  6444. 1949.32 s [lens] Warning: 'ByteString' is out of scope.
  6445. 1949.32 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6446. 1949.32 s [lens] 66% ( 4 / 6) in 'Data.ByteString.Lens'
  6447. 1949.32 s [lens] Missing documentation for:
  6448. 1949.32 s [lens] Bytes (src/Data/ByteString/Lens.hs:109)
  6449. 1949.32 s [lens] Chars (src/Data/ByteString/Lens.hs:113)
  6450. 1949.38 s [lens] 100% ( 17 / 17) in 'Data.Bits.Lens'
  6451. 1949.41 s [lens] 100% ( 3 / 3) in 'Data.Array.Lens'
  6452. 1949.42 s [lens] 100% ( 2 / 2) in 'Control.Seq.Lens'
  6453. 1949.43 s [lens] 100% ( 5 / 5) in 'Control.Parallel.Strategies.Lens'
  6454. 1949.47 s [lens] 100% ( 16 / 16) in 'Control.Monad.Error.Lens'
  6455. 1949.49 s [lens] 100% ( 4 / 4) in 'Control.Lens.Unsound'
  6456. 1949.53 s [lens] 100% ( 15 / 15) in 'Control.Lens.Profunctor'
  6457. 1949.54 s [lens] 100% (131 /131) in 'Control.Lens.Operators'
  6458. 1949.55 s [lens] 100% ( 3 / 3) in 'Control.Lens.Extras'
  6459. 1949.57 s [lens] Warning: Control.Lens.Combinators: Unwrapped is exported separately but will be documented under Wrapped. Consider exporting it together with its parent(s) for code clarity.
  6460. 1949.57 s [lens] 94% (622 /661) in 'Control.Lens.Combinators'
  6461. 1949.57 s [lens] Missing documentation for:
  6462. 1949.57 s [lens] Traversable1
  6463. 1949.57 s [lens] IndexPreservingFold1 (src/Control/Lens/Type.hs:528)
  6464. 1949.57 s [lens] IndexedFold1 (src/Control/Lens/Type.hs:527)
  6465. 1949.57 s [lens] IndexPreservingTraversal1' (src/Control/Lens/Type.hs:247)
  6466. 1949.57 s [lens] IndexPreservingTraversal1 (src/Control/Lens/Type.hs:246)
  6467. 1949.57 s [lens] IndexedTraversal1' (src/Control/Lens/Type.hs:236)
  6468. 1949.57 s [lens] IndexedTraversal1 (src/Control/Lens/Type.hs:235)
  6469. 1949.57 s [lens] Traversal1' (src/Control/Lens/Type.hs:215)
  6470. 1949.57 s [lens] Suffixed (src/Control/Lens/Prism.hs:422)
  6471. 1949.57 s [lens] Prefixed (src/Control/Lens/Prism.hs:388)
  6472. 1949.57 s [lens] ifolding (src/Control/Lens/Fold.hs:206)
  6473. 1949.57 s [lens] Traversing1' (src/Control/Lens/Traversal.hs:245)
  6474. 1949.57 s [lens] Traversing1 (src/Control/Lens/Traversal.hs:239)
  6475. 1949.57 s [lens] unsafePartsOf' (src/Control/Lens/Traversal.hs:657)
  6476. 1949.57 s [lens] iunsafePartsOf' (src/Control/Lens/Traversal.hs:661)
  6477. 1949.57 s [lens] ReifiedIndexedFold (src/Control/Lens/Reified.hs:436)
  6478. 1949.57 s [lens] ifoldMapBy (src/Control/Lens/Indexed.hs:282)
  6479. 1949.57 s [lens] ifoldMapByOf (src/Control/Lens/Indexed.hs:285)
  6480. 1949.57 s [lens] itraverseBy (src/Control/Lens/Indexed.hs:288)
  6481. 1949.57 s [lens] itraverseByOf (src/Control/Lens/Indexed.hs:291)
  6482. 1949.57 s [lens] cloneEquality (src/Control/Lens/Equality.hs:112)
  6483. 1949.57 s [lens] List (src/Control/Lens/Iso.hs:463)
  6484. 1949.57 s [lens] Reversed (src/Control/Lens/Iso.hs:423)
  6485. 1949.57 s [lens] Swapped (src/Control/Lens/Iso.hs:419)
  6486. 1949.57 s [lens] Lazy (src/Control/Lens/Iso.hs:415)
  6487. 1949.57 s [lens] Strict (src/Control/Lens/Iso.hs:411)
  6488. 1949.57 s [lens] AsEmpty (src/Control/Lens/Empty.hs:65)
  6489. 1949.57 s [lens] Empty (src/Control/Lens/Empty.hs:75)
  6490. 1949.57 s [lens] Rewrapping (src/Control/Lens/Wrapped.hs:211)
  6491. 1949.57 s [lens] Rewrapped (src/Control/Lens/Wrapped.hs:209)
  6492. 1949.57 s [lens] Unwrapped (src/Control/Lens/Wrapped.hs:204)
  6493. 1949.57 s [lens] Wrapped (src/Control/Lens/Wrapped.hs:200)
  6494. 1949.57 s [lens] _Unwrapped' (src/Control/Lens/Wrapped.hs:214)
  6495. 1949.57 s [lens] _Unwrapped (src/Control/Lens/Wrapped.hs:231)
  6496. 1949.57 s [lens] GPlated1 (src/Control/Lens/Plated.hs:799)
  6497. 1949.57 s [lens] GPlated (src/Control/Lens/Plated.hs:758)
  6498. 1949.57 s [lens] Index (src/Control/Lens/At.hs:91)
  6499. 1949.57 s [lens] generateRecordSyntax (src/Control/Lens/TH.hs:164)
  6500. 1949.57 s [lens] defaultFieldRules (src/Control/Lens/TH.hs:747)
  6501. 1949.73 s [lens] 59% ( 72 /121) in 'Control.Exception.Lens'
  6502. 1949.73 s [lens] Missing documentation for:
  6503. 1949.73 s [lens] Exception (src/Control/Exception/Lens.hs:190)
  6504. 1949.73 s [lens] IOException_ (src/Control/Exception/Lens.hs:449)
  6505. 1949.73 s [lens] ArithException_ (src/Control/Exception/Lens.hs:466)
  6506. 1949.73 s [lens] Overflow_ (src/Control/Exception/Lens.hs:494)
  6507. 1949.73 s [lens] Underflow_ (src/Control/Exception/Lens.hs:514)
  6508. 1949.73 s [lens] LossOfPrecision_ (src/Control/Exception/Lens.hs:534)
  6509. 1949.73 s [lens] DivideByZero_ (src/Control/Exception/Lens.hs:554)
  6510. 1949.73 s [lens] Denormal_ (src/Control/Exception/Lens.hs:574)
  6511. 1949.73 s [lens] RatioZeroDenominator_ (src/Control/Exception/Lens.hs:594)
  6512. 1949.73 s [lens] ArrayException_ (src/Control/Exception/Lens.hs:620)
  6513. 1949.73 s [lens] IndexOutOfBounds_ (src/Control/Exception/Lens.hs:640)
  6514. 1949.73 s [lens] UndefinedElement_ (src/Control/Exception/Lens.hs:660)
  6515. 1949.73 s [lens] AssertionFailed__ (src/Control/Exception/Lens.hs:701)
  6516. 1949.73 s [lens] AssertionFailed_ (src/Control/Exception/Lens.hs:705)
  6517. 1949.73 s [lens] AsyncException_ (src/Control/Exception/Lens.hs:731)
  6518. 1949.73 s [lens] StackOverflow_ (src/Control/Exception/Lens.hs:749)
  6519. 1949.73 s [lens] HeapOverflow_ (src/Control/Exception/Lens.hs:772)
  6520. 1949.73 s [lens] ThreadKilled_ (src/Control/Exception/Lens.hs:790)
  6521. 1949.73 s [lens] UserInterrupt_ (src/Control/Exception/Lens.hs:808)
  6522. 1949.73 s [lens] NonTermination__ (src/Control/Exception/Lens.hs:848)
  6523. 1949.73 s [lens] NonTermination_ (src/Control/Exception/Lens.hs:852)
  6524. 1949.73 s [lens] NestedAtomically__ (src/Control/Exception/Lens.hs:891)
  6525. 1949.73 s [lens] NestedAtomically_ (src/Control/Exception/Lens.hs:895)
  6526. 1949.73 s [lens] BlockedIndefinitelyOnMVar__ (src/Control/Exception/Lens.hs:935)
  6527. 1949.73 s [lens] BlockedIndefinitelyOnMVar_ (src/Control/Exception/Lens.hs:939)
  6528. 1949.73 s [lens] BlockedIndefinitelyOnSTM__ (src/Control/Exception/Lens.hs:979)
  6529. 1949.73 s [lens] BlockedIndefinitelyOnSTM_ (src/Control/Exception/Lens.hs:983)
  6530. 1949.73 s [lens] Deadlock__ (src/Control/Exception/Lens.hs:1022)
  6531. 1949.73 s [lens] Deadlock_ (src/Control/Exception/Lens.hs:1026)
  6532. 1949.73 s [lens] NoMethodError__ (src/Control/Exception/Lens.hs:1065)
  6533. 1949.73 s [lens] NoMethodError_ (src/Control/Exception/Lens.hs:1069)
  6534. 1949.73 s [lens] PatternMatchFail__ (src/Control/Exception/Lens.hs:1107)
  6535. 1949.73 s [lens] PatternMatchFail_ (src/Control/Exception/Lens.hs:1111)
  6536. 1949.73 s [lens] RecConError__ (src/Control/Exception/Lens.hs:1150)
  6537. 1949.73 s [lens] RecConError_ (src/Control/Exception/Lens.hs:1154)
  6538. 1949.73 s [lens] RecSelError__ (src/Control/Exception/Lens.hs:1194)
  6539. 1949.73 s [lens] RecSelError_ (src/Control/Exception/Lens.hs:1198)
  6540. 1949.73 s [lens] RecUpdError__ (src/Control/Exception/Lens.hs:1238)
  6541. 1949.73 s [lens] RecUpdError_ (src/Control/Exception/Lens.hs:1242)
  6542. 1949.73 s [lens] ErrorCall__ (src/Control/Exception/Lens.hs:1285)
  6543. 1949.73 s [lens] ErrorCall_ (src/Control/Exception/Lens.hs:1289)
  6544. 1949.73 s [lens] AllocationLimitExceeded__ (src/Control/Exception/Lens.hs:1328)
  6545. 1949.73 s [lens] AllocationLimitExceeded_ (src/Control/Exception/Lens.hs:1332)
  6546. 1949.73 s [lens] TypeError__ (src/Control/Exception/Lens.hs:1371)
  6547. 1949.73 s [lens] TypeError_ (src/Control/Exception/Lens.hs:1375)
  6548. 1949.73 s [lens] CompactionFailed__ (src/Control/Exception/Lens.hs:1415)
  6549. 1949.73 s [lens] CompactionFailed_ (src/Control/Exception/Lens.hs:1419)
  6550. 1949.73 s [lens] HandlingException__ (src/Control/Exception/Lens.hs:1459)
  6551. 1949.73 s [lens] HandlingException_ (src/Control/Exception/Lens.hs:1463)
  6552. 1949.89 s [lens] 66% ( 2 / 3) in 'Data.Dynamic.Lens'
  6553. 1949.89 s [lens] Missing documentation for:
  6554. 1949.89 s [lens] Dynamic (src/Data/Dynamic/Lens.hs:47)
  6555. 1949.93 s [lens] 93% ( 15 / 16) in 'Numeric.Lens'
  6556. 1949.93 s [lens] Missing documentation for:
  6557. 1949.93 s [lens] Integral (src/Numeric/Lens.hs:56)
  6558. 1949.99 s [lens] 100% ( 7 / 7) in 'Numeric.Natural.Lens'
  6559. 1950.02 s [lens] 66% ( 4 / 6) in 'System.Exit.Lens'
  6560. 1950.02 s [lens] Missing documentation for:
  6561. 1950.02 s [lens] ExitFailure_ (src/System/Exit/Lens.hs:75)
  6562. 1950.02 s [lens] ExitSuccess_ (src/System/Exit/Lens.hs:71)
  6563. 1950.05 s [lens] 100% ( 19 / 19) in 'System.FilePath.Lens'
  6564. 1950.08 s [lens] 32% ( 9 / 28) in 'System.IO.Error.Lens'
  6565. 1950.08 s [lens] Missing documentation for:
  6566. 1950.08 s [lens] _AlreadyExists (src/System/IO/Error/Lens.hs:63)
  6567. 1950.08 s [lens] _NoSuchThing (src/System/IO/Error/Lens.hs:66)
  6568. 1950.08 s [lens] _ResourceBusy (src/System/IO/Error/Lens.hs:69)
  6569. 1950.08 s [lens] _ResourceExhausted (src/System/IO/Error/Lens.hs:72)
  6570. 1950.08 s [lens] _EOF (src/System/IO/Error/Lens.hs:75)
  6571. 1950.08 s [lens] _IllegalOperation (src/System/IO/Error/Lens.hs:78)
  6572. 1950.08 s [lens] _PermissionDenied (src/System/IO/Error/Lens.hs:81)
  6573. 1950.08 s [lens] _UserError (src/System/IO/Error/Lens.hs:84)
  6574. 1950.08 s [lens] _UnsatisfiedConstraints (src/System/IO/Error/Lens.hs:87)
  6575. 1950.08 s [lens] _SystemError (src/System/IO/Error/Lens.hs:90)
  6576. 1950.08 s [lens] _ProtocolError (src/System/IO/Error/Lens.hs:93)
  6577. 1950.08 s [lens] _OtherError (src/System/IO/Error/Lens.hs:96)
  6578. 1950.08 s [lens] _InvalidArgument (src/System/IO/Error/Lens.hs:99)
  6579. 1950.08 s [lens] _InappropriateType (src/System/IO/Error/Lens.hs:102)
  6580. 1950.08 s [lens] _HardwareFault (src/System/IO/Error/Lens.hs:105)
  6581. 1950.08 s [lens] _UnsupportedOperation (src/System/IO/Error/Lens.hs:108)
  6582. 1950.08 s [lens] _TimeExpired (src/System/IO/Error/Lens.hs:111)
  6583. 1950.08 s [lens] _ResourceVanished (src/System/IO/Error/Lens.hs:114)
  6584. 1950.08 s [lens] _Interrupted (src/System/IO/Error/Lens.hs:117)
  6585. 1950.57 s [lens] Warning: Control.Lens.Internal.CTypes: could not find link destinations for:
  6586. 1950.57 s [lens]
  6587. 1950.57 s [lens] - Data.Array.Base.numElements
  6588. 1950.57 s [lens] - Data.Array.Base.unsafeArray
  6589. 1950.57 s [lens] - Data.Array.Base.unsafeAt
  6590. 1950.57 s [lens] - Data.Array.Base.unsafeReplace
  6591. 1950.57 s [lens] - Data.Array.Base.unsafeAccum
  6592. 1950.58 s [lens] - Data.Array.Base.unsafeAccumArray
  6593. 1950.58 s [lens] - Data.Array.Base.getNumElements
  6594. 1950.58 s [lens] - Data.Array.Base.unsafeNewArray_
  6595. 1950.58 s [lens] - Data.Array.Base.unsafeRead
  6596. 1950.58 s [lens] - Data.Array.Base.unsafeWrite
  6597. 1950.58 s [lens] - GHC.Generics.D:R:UReckPtrp0
  6598. 1950.58 s [lens] Warning: Control.Lens.Internal.Getter: could not find link destinations for:
  6599. 1950.58 s [lens]
  6600. 1950.58 s [lens] - Data.Foldable1.foldMap1'
  6601. 1950.58 s [lens] - Data.Foldable1.maximum
  6602. 1950.58 s [lens] - Data.Foldable1.minimum
  6603. 1950.58 s [lens] - Data.Foldable1.head
  6604. 1950.58 s [lens] - Data.Foldable1.last
  6605. 1950.58 s [lens] - Data.Foldable1.foldrMap1
  6606. 1950.58 s [lens] - Data.Foldable1.foldlMap1'
  6607. 1950.58 s [lens] - Data.Foldable1.foldlMap1
  6608. 1950.59 s [lens] - Data.Foldable1.foldrMap1'
  6609. 1950.59 s [lens] Warning: Control.Lens.Setter: could not find link destinations for:
  6610. 1950.59 s [lens]
  6611. 1950.59 s [lens] - Data.Foldable1.foldMap1'
  6612. 1950.59 s [lens] - Data.Foldable1.maximum
  6613. 1950.59 s [lens] - Data.Foldable1.minimum
  6614. 1950.59 s [lens] - Data.Foldable1.head
  6615. 1950.59 s [lens] - Data.Foldable1.last
  6616. 1950.59 s [lens] - Data.Foldable1.foldrMap1
  6617. 1950.59 s [lens] - Data.Foldable1.foldlMap1'
  6618. 1950.59 s [lens] - Data.Foldable1.foldlMap1
  6619. 1950.60 s [lens] - Data.Foldable1.foldrMap1'
  6620. 1950.60 s [lens] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
  6621. 1950.60 s [lens] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
  6622. 1950.60 s [lens] - Data.Vector.Unboxed.Base.V_Identity
  6623. 1950.60 s [lens] Warning: Control.Lens.Tuple: could not find link destinations for:
  6624. 1950.60 s [lens]
  6625. 1950.60 s [lens] - Control.Lens.Tuple.GIxed
  6626. 1950.61 s [lens] - Control.Lens.Tuple.N0
  6627. 1950.61 s [lens] - Control.Lens.Tuple.N1
  6628. 1950.61 s [lens] - Control.Lens.Tuple.N2
  6629. 1950.62 s [lens] - Control.Lens.Tuple.N3
  6630. 1950.62 s [lens] - Control.Lens.Tuple.N4
  6631. 1950.62 s [lens] - Control.Lens.Tuple.N5
  6632. 1950.63 s [lens] - Control.Lens.Tuple.N6
  6633. 1950.63 s [lens] - Control.Lens.Tuple.N7
  6634. 1950.63 s [lens] - Control.Lens.Tuple.N8
  6635. 1950.64 s [lens] - Control.Lens.Tuple.N9
  6636. 1950.64 s [lens] - Control.Lens.Tuple.N10
  6637. 1950.64 s [lens] - Control.Lens.Tuple.N11
  6638. 1950.64 s [lens] - Control.Lens.Tuple.N12
  6639. 1950.64 s [lens] - Control.Lens.Tuple.N13
  6640. 1950.64 s [lens] - Control.Lens.Tuple.N14
  6641. 1950.65 s [lens] - Control.Lens.Tuple.N15
  6642. 1950.65 s [lens] - Control.Lens.Tuple.N16
  6643. 1950.65 s [lens] - Control.Lens.Tuple.N17
  6644. 1950.65 s [lens] - Control.Lens.Tuple.N18
  6645. 1950.65 s [lens] Warning: Control.Lens.Getter: could not find link destinations for:
  6646. 1950.65 s [lens]
  6647. 1950.65 s [lens] - Data.Vector.Unboxed.Base.D:R:MVectorsConst0
  6648. 1950.65 s [lens] - Data.Vector.Unboxed.Base.D:R:VectorConst0
  6649. 1950.65 s [lens] - Data.Vector.Unboxed.Base.V_Const
  6650. 1950.65 s [lens] Warning: Control.Lens.Fold: could not find link destinations for:
  6651. 1950.65 s [lens]
  6652. 1950.66 s [lens] - Control.Lens.Fold.ifoldr
  6653. 1950.66 s [lens] Warning: Control.Lens.Traversal: could not find link destinations for:
  6654. 1950.66 s [lens]
  6655. 1950.69 s [lens] - Data.Profunctor.Traversing.Baz
  6656. 1950.69 s [lens] Warning: Control.Lens.Iso: could not find link destinations for:
  6657. 1950.69 s [lens]
  6658. 1950.69 s [lens] - Data.Profunctor.Traversing.Baz
  6659. 1950.71 s [lens] - Data.Profunctor.Traversing.Bazaar
  6660. 1950.71 s [lens] Warning: Control.Lens.Wrapped: could not find link destinations for:
  6661. 1950.71 s [lens]
  6662. 1950.72 s [lens] - Control.Lens.Wrapped.GUnwrapped
  6663. 1950.72 s [lens] Warning: Control.Lens.Plated: could not find link destinations for:
  6664. 1950.72 s [lens]
  6665. 1950.72 s [lens] - Control.Lens.Plated.gplate'
  6666. 1950.72 s [lens] - Control.Lens.Plated.gplate1'
  6667. 1950.72 s [lens] Warning: Language.Haskell.TH.Lens: could not find link destinations for:
  6668. 1950.72 s [lens]
  6669. 1950.73 s [lens] - Language.Haskell.TH.Lens.DataPrism'
  6670. 1950.73 s [lens] Warning: Control.Lens.Internal.FieldTH: could not find link destinations for:
  6671. 1950.73 s [lens]
  6672. 1950.73 s [lens] - Control.Lens.Internal.FieldTH.OpticStab
  6673. 1950.73 s [lens] Warning: Control.Lens.Combinators: could not find link destinations for:
  6674. 1950.73 s [lens]
  6675. 1950.77 s [lens] - Data.Profunctor.Traversing.Baz
  6676. 1950.77 s [lens] - Data.Foldable1.foldMap1'
  6677. 1950.77 s [lens] - Data.Foldable1.maximum
  6678. 1950.77 s [lens] - Data.Foldable1.minimum
  6679. 1950.77 s [lens] - Data.Foldable1.head
  6680. 1950.77 s [lens] - Data.Foldable1.last
  6681. 1950.77 s [lens] - Data.Foldable1.foldrMap1
  6682. 1950.77 s [lens] - Data.Foldable1.foldlMap1'
  6683. 1950.77 s [lens] - Data.Foldable1.foldlMap1
  6684. 1950.78 s [lens] - Data.Foldable1.foldrMap1'
  6685. 1950.78 s [lens] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
  6686. 1950.78 s [lens] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
  6687. 1950.80 s [lens] - Data.Vector.Unboxed.Base.V_Identity
  6688. 1950.80 s [lens] - Data.Vector.Unboxed.Base.D:R:MVectorsConst0
  6689. 1950.80 s [lens] - Data.Vector.Unboxed.Base.D:R:VectorConst0
  6690. 1951.36 s [lens] - Data.Vector.Unboxed.Base.V_Const
  6691. 1951.45 s [lens] - Data.Profunctor.Traversing.Bazaar
  6692. 1951.45 s [lens] - Control.Lens.Tuple.GIxed
  6693. 1951.45 s [lens] - Control.Lens.Tuple.N18
  6694. 1951.46 s [lens] - Control.Lens.Tuple.N17
  6695. 1951.46 s [lens] - Control.Lens.Tuple.N16
  6696. 1951.46 s [lens] - Control.Lens.Tuple.N15
  6697. 1951.46 s [lens] - Control.Lens.Tuple.N14
  6698. 1951.47 s [lens] - Control.Lens.Tuple.N13
  6699. 1951.47 s [lens] - Control.Lens.Tuple.N12
  6700. 1951.47 s [lens] - Control.Lens.Tuple.N11
  6701. 1951.47 s [lens] - Control.Lens.Tuple.N10
  6702. 1951.48 s [lens] - Control.Lens.Tuple.N9
  6703. 1951.48 s [lens] - Control.Lens.Tuple.N8
  6704. 1951.48 s [lens] - Control.Lens.Tuple.N7
  6705. 1951.49 s [lens] - Control.Lens.Tuple.N6
  6706. 1951.49 s [lens] - Control.Lens.Tuple.N5
  6707. 1951.49 s [lens] - Control.Lens.Tuple.N4
  6708. 1951.50 s [lens] - Control.Lens.Tuple.N3
  6709. 1951.50 s [lens] - Control.Lens.Tuple.N2
  6710. 1951.51 s [lens] - Control.Lens.Tuple.N1
  6711. 1951.52 s [lens] - Control.Lens.Tuple.N0
  6712. 1951.55 s [lens] - Control.Lens.Fold.ifoldr
  6713. 1951.56 s [lens] - Control.Lens.Wrapped.GUnwrapped
  6714. 1951.57 s [lens] - Control.Lens.Plated.gplate1'
  6715. 1951.58 s [lens] - Control.Lens.Plated.gplate'
  6716. 1951.58 s [lens] Warning: Numeric.Lens: could not find link destinations for:
  6717. 1951.58 s [lens]
  6718. 1951.58 s [lens] - Numeric.Lens.digitToInt'
  6719. 1961.54 s [lens] Documentation created: dist/doc/html/lens/index.html,
  6720. 1961.54 s [lens] dist/doc/html/lens/lens.txt
  6721. 1961.54 s [lens] Preprocessing test suite 'properties' for lens-5.2.3..
  6722. 1961.54 s [lens] Preprocessing test suite 'templates' for lens-5.2.3..
  6723. 1961.55 s [lens] Preprocessing test suite 'hunit' for lens-5.2.3..
  6724. 1961.57 s [lens] Phase: installPhase
  6725. 1961.78 s [lens] Installing library in /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  6726. 1963.90 s [lens] Phase: fixupPhase
  6727. 1963.93 s [lens] shrinking RPATHs of ELF executables and libraries in /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3
  6728. 1963.97 s [lens] shrinking /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSlens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m-ghc9.2.6.so
  6729. 1964.00 s [lens] checking for references to /build/ in /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3...
  6730. 1964.06 s [lens] patching script interpreter paths in /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3
  6731. 1964.07 s [lens] stripping (with command strip and flags -S -p) in /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3/lib
  6732. 1964.94 s [lens] shrinking RPATHs of ELF executables and libraries in /nix/store/a8ijivbi05ad7jhy4js6vdhwryrwrm65-lens-5.2.3-doc
  6733. 1964.98 s [lens] checking for references to /build/ in /nix/store/a8ijivbi05ad7jhy4js6vdhwryrwrm65-lens-5.2.3-doc...
  6734. 1965.03 s [lens] patching script interpreter paths in /nix/store/a8ijivbi05ad7jhy4js6vdhwryrwrm65-lens-5.2.3-doc
  6735. 1965.35 s [lens:post-build] Uploading to the NixCI cache: /nix/store/a8ijivbi05ad7jhy4js6vdhwryrwrm65-lens-5.2.3-doc /nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3
  6736. 1965.41 s [lens:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6737. 1965.72 s [lens:post-build] copying 2 paths...
  6738. 1965.73 s [lens:post-build] copying path '/nix/store/a8ijivbi05ad7jhy4js6vdhwryrwrm65-lens-5.2.3-doc' to 'https://cache.nix-ci.com'...
  6739. 1969.86 s [lens:post-build] copying path '/nix/store/c8s4v3d4zhc0qqhlrnvbx5sgjk0idw63-lens-5.2.3' to 'https://cache.nix-ci.com'...
  6740. 1978.39 s [lens:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6741. 1978.70 s [lens:post-build] copying 1 paths...
  6742. 1978.70 s [lens:post-build] copying path '/nix/store/syg4l9fjlivnv3al57qc6qn3r4w0srxx-lens-5.2.3.drv' to 'https://cache.nix-ci.com'...
  6743. 1978.97 s Uploaded lens in 13.6s
  6744. 1978.97 s Progress: 104 of 106 built, 4 of 4 downloaded from cache
  6745. 1978.97 s Built lens in 2m09s
  6746. 1979.02 s Building /nix/store/r0p84ifjg3ncw2ljxlj8bnnzv5aqmwbv-dualizer-0.2.0.0.drv
  6747. 1979.19 s [dualizer] Phase: setupCompilerEnvironmentPhase
  6748. 1979.19 s [dualizer] Build with /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6.
  6749. 1979.39 s [dualizer] Phase: unpackPhase
  6750. 1979.40 s [dualizer] unpacking source archive /nix/store/3ql7h3xqywlvi42bsnwyz63rm1z1a5bh-8vyw77cmmcz969mnf46cqspxzflwwllz-source/./dualizer
  6751. 1979.40 s [dualizer] source root is dualizer
  6752. 1979.41 s [dualizer] Phase: patchPhase
  6753. 1979.42 s [dualizer] Phase: compileBuildDriverPhase
  6754. 1979.43 s [dualizer] setupCompileFlags: -package-db=/build/tmp.0efBZTMy6p/setup-package.conf.d -threaded
  6755. 1979.49 s [dualizer] [1 of 1] Compiling Main ( Setup.hs, /build/tmp.0efBZTMy6p/Main.o )
  6756. 1979.59 s [dualizer] Linking Setup ...
  6757. 1980.94 s [dualizer] Phase: updateAutotoolsGnuConfigScriptsPhase
  6758. 1980.96 s [dualizer] Phase: configurePhase
  6759. 1980.96 s [dualizer] configureFlags: --verbose --prefix=/nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/dpycii9wig2byir1p951niha2hlgbxwg-dualizer-0.2.0.0-doc/share/doc/dualizer-0.2.0.0 --with-gcc=gcc --package-db=/build/tmp.0efBZTMy6p/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-Werror --extra-lib-dirs=/nix/store/z7ndn3k8zfjrf713gq443q7a2ixzaab5-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/r25i9ffbldgn22436psygd7ivbvs3qq8-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/lib
  6760. 1981.40 s [dualizer] Using Parsec parser
  6761. 1981.40 s [dualizer] Configuring dualizer-0.2.0.0...
  6762. 1981.40 s [dualizer] Flags chosen: noisy-deprecations=True
  6763. 1981.40 s [dualizer] Dependency base >=4.14.0 && <4.15 || >=4.15.0 && <4.16 || >=4.16.0 && <4.17 ||
  6764. 1981.40 s [dualizer] >=4.17.0 && <4.18 || >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 &&
  6765. 1981.40 s [dualizer] <4.21: using base-4.16.4.0
  6766. 1981.40 s [dualizer] Dependency containers >=0.6.2 && <0.8: using containers-0.6.5.1
  6767. 1981.40 s [dualizer] Dependency lens >=4.19 && <4.20 || >=5 && <5.4: using lens-5.2.3
  6768. 1981.40 s [dualizer] Dependency template-haskell >=2.16.0 && <2.17 || >=2.17.0 && <2.18 || >=2.18.0
  6769. 1981.40 s [dualizer] && <2.19 || >=2.19.0 && <2.20 || >=2.20.0 && <2.21 || >=2.21.0 && <2.22 ||
  6770. 1981.40 s [dualizer] >=2.22.0 && <2.23: using template-haskell-2.18.0.0
  6771. 1981.40 s [dualizer] Dependency transformers >=0.5.6 && <0.6 || >=0.6.1 && <0.7: using
  6772. 1981.40 s [dualizer] transformers-0.5.6.2
  6773. 1981.40 s [dualizer] Dependency base >=4.14.0 && <4.15 || >=4.15.0 && <4.16 || >=4.16.0 && <4.17 ||
  6774. 1981.40 s [dualizer] >=4.17.0 && <4.18 || >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 &&
  6775. 1981.40 s [dualizer] <4.21: using base-4.16.4.0
  6776. 1981.40 s [dualizer] Dependency doctest >=0.16.3 && <0.17 || >=0.18.1 && <0.19 || >=0.20.1 && <0.21
  6777. 1981.40 s [dualizer] || >=0.21.1 && <0.22 || >=0.22.2 && <0.23: using doctest-0.22.6
  6778. 1981.40 s [dualizer] Dependency dualizer: using dualizer-0.2.0.0
  6779. 1981.65 s [dualizer] Source component graph:
  6780. 1981.65 s [dualizer] component lib
  6781. 1981.65 s [dualizer] component test:doctests dependency lib
  6782. 1981.65 s [dualizer] Configured component graph:
  6783. 1981.65 s [dualizer] component dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w
  6784. 1981.65 s [dualizer] include base-4.16.4.0
  6785. 1981.65 s [dualizer] include containers-0.6.5.1
  6786. 1981.65 s [dualizer] include lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  6787. 1981.65 s [dualizer] include template-haskell-2.18.0.0
  6788. 1981.65 s [dualizer] include transformers-0.5.6.2
  6789. 1981.65 s [dualizer] component dualizer-0.2.0.0-BjIoMrJ2mxlAhGRFcxwzhC-doctests
  6790. 1981.65 s [dualizer] include base-4.16.4.0
  6791. 1981.65 s [dualizer] include doctest-0.22.6-8FvZPvTktrr2trL5G6qsld
  6792. 1981.65 s [dualizer] include dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w
  6793. 1981.65 s [dualizer] Linked component graph:
  6794. 1981.65 s [dualizer] unit dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w
  6795. 1981.65 s [dualizer] include base-4.16.4.0
  6796. 1981.65 s [dualizer] include containers-0.6.5.1
  6797. 1981.65 s [dualizer] include lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  6798. 1981.65 s [dualizer] include template-haskell-2.18.0.0
  6799. 1981.65 s [dualizer] include transformers-0.5.6.2
  6800. 1981.65 s [dualizer] Categorical.Dual=dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w:Categorical.Dual,Categorical.Dual.Base=dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w:Categorical.Dual.Base,Categorical.Dual.Example=dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w:Categorical.Dual.Example,Categorical.Dual.Lens=dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w:Categorical.Dual.Lens,Categorical.Dual.Prelude=dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w:Categorical.Dual.Prelude
  6801. 1981.65 s [dualizer] unit dualizer-0.2.0.0-BjIoMrJ2mxlAhGRFcxwzhC-doctests
  6802. 1981.65 s [dualizer] include base-4.16.4.0
  6803. 1981.65 s [dualizer] include doctest-0.22.6-8FvZPvTktrr2trL5G6qsld
  6804. 1981.65 s [dualizer] include dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w
  6805. 1981.65 s [dualizer] Ready component graph:
  6806. 1981.65 s [dualizer] definite dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w
  6807. 1981.65 s [dualizer] depends base-4.16.4.0
  6808. 1981.65 s [dualizer] depends containers-0.6.5.1
  6809. 1981.65 s [dualizer] depends lens-5.2.3-7b9ZyYQuqUPFrqauOTZA2m
  6810. 1981.65 s [dualizer] depends template-haskell-2.18.0.0
  6811. 1981.65 s [dualizer] depends transformers-0.5.6.2
  6812. 1981.65 s [dualizer] definite dualizer-0.2.0.0-BjIoMrJ2mxlAhGRFcxwzhC-doctests
  6813. 1981.65 s [dualizer] depends base-4.16.4.0
  6814. 1981.65 s [dualizer] depends doctest-0.22.6-8FvZPvTktrr2trL5G6qsld
  6815. 1981.65 s [dualizer] depends dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w
  6816. 1981.65 s [dualizer] Using Cabal-3.6.3.0 compiled by ghc-9.2
  6817. 1981.65 s [dualizer] Using compiler: ghc-9.2.6
  6818. 1981.65 s [dualizer] Using install prefix:
  6819. 1981.65 s [dualizer] /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0
  6820. 1981.65 s [dualizer] Executables installed in:
  6821. 1981.65 s [dualizer] /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0/bin
  6822. 1981.65 s [dualizer] Libraries installed in:
  6823. 1981.65 s [dualizer] /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w
  6824. 1981.65 s [dualizer] Dynamic Libraries installed in:
  6825. 1981.65 s [dualizer] /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6
  6826. 1981.65 s [dualizer] Private executables installed in:
  6827. 1981.65 s [dualizer] /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0/libexec/x86_64-linux-ghc-9.2.6/dualizer-0.2.0.0
  6828. 1981.65 s [dualizer] Data files installed in:
  6829. 1981.65 s [dualizer] /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0/share/x86_64-linux-ghc-9.2.6/dualizer-0.2.0.0
  6830. 1981.65 s [dualizer] Documentation installed in:
  6831. 1981.65 s [dualizer] /nix/store/dpycii9wig2byir1p951niha2hlgbxwg-dualizer-0.2.0.0-doc/share/doc/dualizer-0.2.0.0
  6832. 1981.65 s [dualizer] Configuration files installed in:
  6833. 1981.65 s [dualizer] /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0/etc
  6834. 1981.65 s [dualizer] No alex found
  6835. 1981.65 s [dualizer] Using ar found on system at:
  6836. 1981.65 s [dualizer] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  6837. 1981.65 s [dualizer] No c2hs found
  6838. 1981.65 s [dualizer] No cpphs found
  6839. 1981.65 s [dualizer] Using doctest version 0.22.6 found on system at:
  6840. 1981.65 s [dualizer] /nix/store/xvxcw1r4mf3f5bpn5gfgwkmj5rq331s3-doctest-0.22.6/bin/doctest
  6841. 1981.65 s [dualizer] Using gcc version 13.3.0 given by user at:
  6842. 1981.65 s [dualizer] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  6843. 1981.65 s [dualizer] Using ghc version 9.2.6 found on system at:
  6844. 1981.65 s [dualizer] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc
  6845. 1981.65 s [dualizer] Using ghc-pkg version 9.2.6 found on system at:
  6846. 1981.65 s [dualizer] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/ghc-pkg-9.2.6
  6847. 1981.65 s [dualizer] No ghcjs found
  6848. 1981.65 s [dualizer] No ghcjs-pkg found
  6849. 1981.65 s [dualizer] No greencard found
  6850. 1981.65 s [dualizer] Using haddock version 2.26.0 found on system at:
  6851. 1981.65 s [dualizer] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/haddock-ghc-9.2.6
  6852. 1981.65 s [dualizer] No happy found
  6853. 1981.65 s [dualizer] Using haskell-suite found on system at: haskell-suite-dummy-location
  6854. 1981.65 s [dualizer] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  6855. 1981.65 s [dualizer] No hmake found
  6856. 1981.65 s [dualizer] Using hpc version 0.68 found on system at:
  6857. 1981.65 s [dualizer] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hpc
  6858. 1981.65 s [dualizer] Using hsc2hs version 0.68.8 found on system at:
  6859. 1981.65 s [dualizer] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/hsc2hs
  6860. 1981.65 s [dualizer] Using hscolour version 1.25 found on system at:
  6861. 1981.65 s [dualizer] /nix/store/7rcsa1qyv53y8x7irr5n5jwpgc6zb0fv-hscolour-1.25/bin/HsColour
  6862. 1981.65 s [dualizer] No jhc found
  6863. 1981.65 s [dualizer] Using ld found on system at:
  6864. 1981.65 s [dualizer] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  6865. 1981.65 s [dualizer] No pkg-config found
  6866. 1981.65 s [dualizer] Using runghc version 9.2.6 found on system at:
  6867. 1981.65 s [dualizer] /nix/store/3n0828x0g15nd0smqgq7yrmvzx2ajy6n-ghc-9.2.6/bin/runghc-9.2.6
  6868. 1981.65 s [dualizer] Using strip version 2.43 found on system at:
  6869. 1981.65 s [dualizer] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  6870. 1981.65 s [dualizer] Using tar found on system at:
  6871. 1981.65 s [dualizer] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  6872. 1981.65 s [dualizer] No uhc found
  6873. 1981.67 s [dualizer] Phase: buildPhase
  6874. 1981.72 s [dualizer] Preprocessing library for dualizer-0.2.0.0..
  6875. 1981.73 s [dualizer] Building library for dualizer-0.2.0.0..
  6876. 1981.86 s [dualizer] [1 of 5] Compiling Categorical.Dual ( src/Categorical/Dual.hs, dist/build/Categorical/Dual.o, dist/build/Categorical/Dual.dyn_o )
  6877. 1984.62 s [dualizer] [2 of 5] Compiling Categorical.Dual.Prelude ( src/Categorical/Dual/Prelude.hs, dist/build/Categorical/Dual/Prelude.o, dist/build/Categorical/Dual/Prelude.dyn_o )
  6878. 1985.52 s [dualizer] [3 of 5] Compiling Categorical.Dual.Lens ( src/Categorical/Dual/Lens.hs, dist/build/Categorical/Dual/Lens.o, dist/build/Categorical/Dual/Lens.dyn_o )
  6879. 1986.57 s [dualizer] [4 of 5] Compiling Categorical.Dual.Base ( src/Categorical/Dual/Base.hs, dist/build/Categorical/Dual/Base.o, dist/build/Categorical/Dual/Base.dyn_o )
  6880. 1986.57 s [dualizer] [5 of 5] Compiling Categorical.Dual.Example ( src/Categorical/Dual/Example.hs, dist/build/Categorical/Dual/Example.o, dist/build/Categorical/Dual/Example.dyn_o )
  6881. 1988.94 s [dualizer] [1 of 5] Compiling Categorical.Dual ( src/Categorical/Dual.hs, dist/build/Categorical/Dual.p_o )
  6882. 1992.67 s [dualizer] [2 of 5] Compiling Categorical.Dual.Prelude ( src/Categorical/Dual/Prelude.hs, dist/build/Categorical/Dual/Prelude.p_o )
  6883. 1995.35 s [dualizer] [3 of 5] Compiling Categorical.Dual.Lens ( src/Categorical/Dual/Lens.hs, dist/build/Categorical/Dual/Lens.p_o )
  6884. 1998.56 s [dualizer] [4 of 5] Compiling Categorical.Dual.Base ( src/Categorical/Dual/Base.hs, dist/build/Categorical/Dual/Base.p_o )
  6885. 1998.56 s [dualizer] [5 of 5] Compiling Categorical.Dual.Example ( src/Categorical/Dual/Example.hs, dist/build/Categorical/Dual/Example.p_o )
  6886. 2005.05 s [dualizer] Preprocessing test suite 'doctests' for dualizer-0.2.0.0..
  6887. 2005.05 s [dualizer] Building test suite 'doctests' for dualizer-0.2.0.0..
  6888. 2005.12 s [dualizer] [1 of 2] Compiling Build_doctests ( dist/build/doctests/autogen/Build_doctests.hs, dist/build/doctests/doctests-tmp/Build_doctests.o )
  6889. 2005.46 s [dualizer] [2 of 2] Compiling Main ( tests/doctests.hs, dist/build/doctests/doctests-tmp/Main.o )
  6890. 2005.83 s [dualizer] Linking dist/build/doctests/doctests ...
  6891. 2007.66 s [dualizer] Phase: checkPhase
  6892. 2007.71 s [dualizer] Running 1 test suites...
  6893. 2007.71 s [dualizer] Test suite doctests: RUNNING...
  6894. 2018.92 s [dualizer] Examples: 0 Tried: 0 Errors: 0 Failures: 0
  6895. 2019.22 s [dualizer] Test suite doctests: PASS
  6896. 2019.22 s [dualizer] Test suite logged to: dist/test/dualizer-0.2.0.0-doctests.log
  6897. 2019.22 s [dualizer] 1 of 1 test suites (1 of 1 test cases) passed.
  6898. 2019.23 s [dualizer] Phase: haddockPhase
  6899. 2019.40 s [dualizer] Preprocessing library for dualizer-0.2.0.0..
  6900. 2019.40 s [dualizer] Running Haddock on library for dualizer-0.2.0.0..
  6901. 2019.40 s [dualizer] Warning: The documentation for the following packages are not installed. No
  6902. 2019.40 s [dualizer] links will be generated to these packages: data-array-byte-0.1.0.1,
  6903. 2019.40 s [dualizer] foldable1-classes-compat-0.1
  6904. 2019.49 s [dualizer] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  6905. 2020.15 s [dualizer] Warning: 'Prelude' is out of scope.
  6906. 2020.15 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6907. 2020.15 s [dualizer] Warning: 'Functor' is out of scope.
  6908. 2020.15 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6909. 2020.15 s [dualizer] Warning: 'return' is out of scope.
  6910. 2020.15 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6911. 2020.15 s [dualizer] 84% ( 11 / 13) in 'Categorical.Dual'
  6912. 2020.15 s [dualizer] Missing documentation for:
  6913. 2020.15 s [dualizer] shareDuals (src/Categorical/Dual.hs:100)
  6914. 2020.15 s [dualizer] makeDualExp (src/Categorical/Dual.hs:449)
  6915. 2022.15 s [dualizer] Warning: 'Prelude' is out of scope.
  6916. 2022.15 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6917. 2022.15 s [dualizer] 100% ( 2 / 2) in 'Categorical.Dual.Prelude'
  6918. 2026.24 s [dualizer] Warning: 'lens' is out of scope.
  6919. 2026.24 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6920. 2026.24 s [dualizer] 100% ( 2 / 2) in 'Categorical.Dual.Lens'
  6921. 2029.76 s [dualizer] Warning: 'base' is out of scope.
  6922. 2029.76 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6923. 2029.76 s [dualizer] 100% ( 2 / 2) in 'Categorical.Dual.Base'
  6924. 2033.07 s [dualizer] 34% ( 11 / 32) in 'Categorical.Dual.Example'
  6925. 2033.07 s [dualizer] Missing documentation for:
  6926. 2033.07 s [dualizer] Distributive (src/Categorical/Dual/Example.hs:124)
  6927. 2033.07 s [dualizer] consume (src/Categorical/Dual/Example.hs:132)
  6928. 2033.07 s [dualizer] Coalgebra (src/Categorical/Dual/Example.hs:143)
  6929. 2033.07 s [dualizer] GCoalgebra (src/Categorical/Dual/Example.hs:146)
  6930. 2033.07 s [dualizer] ElgotCoalgebra (src/Categorical/Dual/Example.hs:149)
  6931. 2033.07 s [dualizer] NewEither (src/Categorical/Dual/Example.hs:151)
  6932. 2033.07 s [dualizer] NewTuple (src/Categorical/Dual/Example.hs:151)
  6933. 2033.07 s [dualizer] NewEither' (src/Categorical/Dual/Example.hs:152)
  6934. 2033.07 s [dualizer] NewTuple' (src/Categorical/Dual/Example.hs:152)
  6935. 2033.07 s [dualizer] DualA (src/Categorical/Dual/Example.hs:158)
  6936. 2033.07 s [dualizer] DualB (src/Categorical/Dual/Example.hs:161)
  6937. 2033.07 s [dualizer] >^> (src/Categorical/Dual/Example.hs:172)
  6938. 2033.07 s [dualizer] Mu (src/Categorical/Dual/Example.hs:183)
  6939. 2033.07 s [dualizer] Nu (src/Categorical/Dual/Example.hs:185)
  6940. 2033.07 s [dualizer] Fix (src/Categorical/Dual/Example.hs:189)
  6941. 2033.07 s [dualizer] cata (src/Categorical/Dual/Example.hs:197)
  6942. 2033.07 s [dualizer] testF (src/Categorical/Dual/Example.hs:85)
  6943. 2033.07 s [dualizer] testT (src/Categorical/Dual/Example.hs:88)
  6944. 2033.07 s [dualizer] testV (src/Categorical/Dual/Example.hs:91)
  6945. 2033.07 s [dualizer] testV' (src/Categorical/Dual/Example.hs:94)
  6946. 2033.07 s [dualizer] testQ (src/Categorical/Dual/Example.hs:97)
  6947. 2036.65 s [dualizer] Warning: Categorical.Dual: could not find link destinations for:
  6948. 2036.65 s [dualizer]
  6949. 2036.65 s [dualizer] - Categorical.Dual.DualMappings
  6950. 2036.65 s [dualizer] Warning: Categorical.Dual.Prelude: could not find link destinations for:
  6951. 2036.65 s [dualizer]
  6952. 2036.65 s [dualizer] - Categorical.Dual.DualMappings
  6953. 2036.65 s [dualizer] Warning: Categorical.Dual.Lens: could not find link destinations for:
  6954. 2036.65 s [dualizer]
  6955. 2036.65 s [dualizer] - Categorical.Dual.DualMappings
  6956. 2036.65 s [dualizer] Warning: Categorical.Dual.Base: could not find link destinations for:
  6957. 2036.65 s [dualizer]
  6958. 2036.65 s [dualizer] - Categorical.Dual.DualMappings
  6959. 2036.65 s [dualizer] Warning: Categorical.Dual.Example: could not find link destinations for:
  6960. 2036.65 s [dualizer]
  6961. 2036.65 s [dualizer] - Categorical.Dual.DualMappings
  6962. 2040.55 s [dualizer] Documentation created: dist/doc/html/dualizer/index.html,
  6963. 2040.55 s [dualizer] dist/doc/html/dualizer/dualizer.txt
  6964. 2040.55 s [dualizer] Preprocessing test suite 'doctests' for dualizer-0.2.0.0..
  6965. 2040.57 s [dualizer] Phase: installPhase
  6966. 2040.62 s [dualizer] Installing library in /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/dualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w
  6967. 2040.93 s [dualizer] Phase: fixupPhase
  6968. 2040.95 s [dualizer] shrinking RPATHs of ELF executables and libraries in /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0
  6969. 2040.95 s [dualizer] shrinking /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0/lib/ghc-9.2.6/x86_64-linux-ghc-9.2.6/libHSdualizer-0.2.0.0-4kscMFKRAnB1mvGY9jVw6w-ghc9.2.6.so
  6970. 2040.97 s [dualizer] checking for references to /build/ in /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0...
  6971. 2040.99 s [dualizer] patching script interpreter paths in /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0
  6972. 2040.99 s [dualizer] stripping (with command strip and flags -S -p) in /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0/lib
  6973. 2041.08 s [dualizer] shrinking RPATHs of ELF executables and libraries in /nix/store/dpycii9wig2byir1p951niha2hlgbxwg-dualizer-0.2.0.0-doc
  6974. 2041.09 s [dualizer] checking for references to /build/ in /nix/store/dpycii9wig2byir1p951niha2hlgbxwg-dualizer-0.2.0.0-doc...
  6975. 2041.10 s [dualizer] patching script interpreter paths in /nix/store/dpycii9wig2byir1p951niha2hlgbxwg-dualizer-0.2.0.0-doc
  6976. 2041.20 s [dualizer:post-build] Uploading to the NixCI cache: /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0 /nix/store/dpycii9wig2byir1p951niha2hlgbxwg-dualizer-0.2.0.0-doc
  6977. 2041.24 s [dualizer:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6978. 2041.26 s [dualizer:post-build] copying 2 paths...
  6979. 2041.26 s [dualizer:post-build] copying path '/nix/store/dpycii9wig2byir1p951niha2hlgbxwg-dualizer-0.2.0.0-doc' to 'https://cache.nix-ci.com'...
  6980. 2041.83 s [dualizer:post-build] copying path '/nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0' to 'https://cache.nix-ci.com'...
  6981. 2044.07 s [dualizer:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6982. 2044.61 s [dualizer:post-build] copying 1 paths...
  6983. 2044.61 s [dualizer:post-build] copying path '/nix/store/r0p84ifjg3ncw2ljxlj8bnnzv5aqmwbv-dualizer-0.2.0.0.drv' to 'https://cache.nix-ci.com'...
  6984. 2044.87 s Uploaded dualizer in 3.6s
  6985. 2044.87 s Progress: 105 of 106 built, 4 of 4 downloaded from cache
  6986. 2044.87 s Built dualizer in 1m05s
  6987. 2044.87 s Progress: 106 of 106 built, 4 of 4 downloaded from cache
  6988. 2044.87 s /nix/store/00nbhi9irrkw3y7q46za1azw4i60kb3i-dualizer-0.2.0.0
  6989. 2044.92 s Build succeeded.