build packages.x86_64-linux.ghc963_dualizer

Reproduce this run
  1. 1283.71 s [vector] +++ OK, passed 100 tests; 13 discarded.
  2. 1283.71 s [vector] maxIndex: OK
  3. 1283.71 s [vector] +++ OK, passed 100 tests; 15 discarded.
  4. 1283.71 s [vector] maximumBy: OK
  5. 1283.71 s [vector] +++ OK, passed 100 tests; 16 discarded.
  6. 1283.71 s [vector] minimumBy: OK
  7. 1283.71 s [vector] +++ OK, passed 100 tests; 17 discarded.
  8. 1283.71 s [vector] maximumOn: OK
  9. 1283.71 s [vector] +++ OK, passed 100 tests; 18 discarded.
  10. 1283.71 s [vector] minimumOn: OK
  11. 1283.71 s [vector] +++ OK, passed 100 tests; 14 discarded.
  12. 1283.71 s [vector] maxIndexBy: OK
  13. 1283.71 s [vector] +++ OK, passed 100 tests; 15 discarded.
  14. 1283.71 s [vector] minIndexBy: OK
  15. 1283.71 s [vector] +++ OK, passed 100 tests; 18 discarded.
  16. 1283.71 s [vector] ListFirstMaxIndexWins: OK
  17. 1283.71 s [vector] +++ OK, passed 100 tests; 12 discarded.
  18. 1283.71 s [vector] FalseListFirstMaxIndexWins: OK
  19. 1283.72 s [vector] +++ OK, failed as expected. (after 1 test):
  20. 1283.72 s [vector] Exception:
  21. 1283.72 s [vector] Prelude.foldr1: empty list
  22. 1283.72 s [vector] CallStack (from HasCallStack):
  23. 1283.72 s [vector] error, called at libraries/base/GHC/List.hs:1644:3 in base:GHC.List
  24. 1283.72 s [vector] errorEmptyList, called at libraries/base/GHC/List.hs:609:30 in base:GHC.List
  25. 1283.72 s [vector] foldr1, called at libraries/base/Data/Foldable.hs:741:15 in base:Data.Foldable
  26. 1283.72 s [vector] []
  27. 1283.72 s [vector] zip: OK
  28. 1283.72 s [vector] +++ OK, passed 100 tests.
  29. 1283.72 s [vector] zip3: OK
  30. 1283.72 s [vector] +++ OK, passed 100 tests.
  31. 1283.72 s [vector] unzip: OK
  32. 1283.72 s [vector] +++ OK, passed 100 tests.
  33. 1283.72 s [vector] unzip3: OK
  34. 1283.72 s [vector] +++ OK, passed 100 tests.
  35. 1283.72 s [vector] indexed: OK
  36. 1283.73 s [vector] +++ OK, passed 100 tests.
  37. 1283.73 s [vector] update: OK
  38. 1283.73 s [vector] +++ OK, passed 100 tests.
  39. 1283.73 s [vector] mempty: OK
  40. 1283.73 s [vector] +++ OK, passed 1 test.
  41. 1283.73 s [vector] mappend: OK
  42. 1283.73 s [vector] +++ OK, passed 100 tests.
  43. 1283.76 s [vector] mconcat: OK (0.03s)
  44. 1283.76 s [vector] +++ OK, passed 100 tests.
  45. 1283.76 s [vector] glength: OK
  46. 1283.76 s [vector] +++ OK, passed 100 tests.
  47. 1283.76 s [vector] sum: OK
  48. 1283.76 s [vector] +++ OK, passed 100 tests.
  49. 1283.76 s [vector] product: OK
  50. 1283.76 s [vector] +++ OK, passed 100 tests.
  51. 1283.76 s [vector] enumFromN: OK
  52. 1283.76 s [vector] +++ OK, passed 100 tests.
  53. 1283.76 s [vector] enumFromThenN: OK
  54. 1283.76 s [vector] +++ OK, passed 100 tests.
  55. 1283.76 s [vector] enumFromTo: OK
  56. 1283.76 s [vector] +++ OK, passed 100 tests.
  57. 1283.76 s [vector] enumFromThenTo: OK
  58. 1283.76 s [vector] +++ OK, passed 100 tests; 3 discarded.
  59. 1283.76 s [vector] (Int,Bool)
  60. 1283.76 s [vector] fromList.toList == id: OK
  61. 1283.76 s [vector] +++ OK, passed 100 tests.
  62. 1283.76 s [vector] toList.fromList == id: OK
  63. 1283.76 s [vector] +++ OK, passed 100 tests.
  64. 1283.76 s [vector] unstream.stream == id: OK
  65. 1283.76 s [vector] +++ OK, passed 100 tests.
  66. 1283.76 s [vector] stream.unstream == id: OK
  67. 1283.76 s [vector] +++ OK, passed 100 tests.
  68. 1283.77 s [vector] eq: OK
  69. 1283.77 s [vector] +++ OK, passed 100 tests.
  70. 1283.77 s [vector] length: OK
  71. 1283.77 s [vector] +++ OK, passed 100 tests.
  72. 1283.77 s [vector] null: OK
  73. 1283.77 s [vector] +++ OK, passed 100 tests.
  74. 1283.77 s [vector] index: OK
  75. 1283.77 s [vector] +++ OK, passed 100 tests; 13 discarded.
  76. 1283.77 s [vector] safeIndex: OK
  77. 1283.77 s [vector] +++ OK, passed 100 tests.
  78. 1283.77 s [vector] head: OK
  79. 1283.77 s [vector] +++ OK, passed 100 tests; 17 discarded.
  80. 1283.77 s [vector] last: OK
  81. 1283.77 s [vector] +++ OK, passed 100 tests; 14 discarded.
  82. 1283.77 s [vector] unsafeIndex: OK
  83. 1283.77 s [vector] +++ OK, passed 100 tests; 14 discarded.
  84. 1283.77 s [vector] unsafeHead: OK
  85. 1283.77 s [vector] +++ OK, passed 100 tests; 18 discarded.
  86. 1283.77 s [vector] unsafeLast: OK
  87. 1283.77 s [vector] +++ OK, passed 100 tests; 12 discarded.
  88. 1283.78 s [vector] slice: OK
  89. 1283.78 s [vector] +++ OK, passed 100 tests.
  90. 1283.78 s [vector] init: OK
  91. 1283.78 s [vector] +++ OK, passed 100 tests; 18 discarded.
  92. 1283.78 s [vector] tail: OK
  93. 1283.78 s [vector] +++ OK, passed 100 tests; 13 discarded.
  94. 1283.78 s [vector] take: OK
  95. 1283.78 s [vector] +++ OK, passed 100 tests.
  96. 1283.79 s [vector] drop: OK
  97. 1283.79 s [vector] +++ OK, passed 100 tests.
  98. 1283.79 s [vector] splitAt: OK
  99. 1283.79 s [vector] +++ OK, passed 100 tests.
  100. 1283.79 s [vector] empty: OK
  101. 1283.79 s [vector] +++ OK, passed 1 test.
  102. 1283.79 s [vector] singleton: OK
  103. 1283.79 s [vector] +++ OK, passed 100 tests.
  104. 1283.79 s [vector] replicate: OK
  105. 1283.79 s [vector] +++ OK, passed 100 tests.
  106. 1283.79 s [vector] generate: OK
  107. 1283.79 s [vector] +++ OK, passed 100 tests.
  108. 1283.79 s [vector] iterateN: OK
  109. 1283.79 s [vector] +++ OK, passed 100 tests.
  110. 1283.81 s [vector] iterateNM: OK (0.02s)
  111. 1283.81 s [vector] +++ OK, passed 100 tests.
  112. 1283.84 s [vector] generateM: OK (0.03s)
  113. 1283.85 s [vector] +++ OK, passed 100 tests.
  114. 1283.85 s [vector] replicateM: OK (0.01s)
  115. 1283.85 s [vector] +++ OK, passed 100 tests.
  116. 1283.85 s [vector] create: OK
  117. 1283.85 s [vector] +++ OK, passed 100 tests.
  118. 1283.85 s [vector] createT: OK
  119. 1283.85 s [vector] +++ OK, passed 100 tests.
  120. 1283.85 s [vector] unfoldr: OK
  121. 1283.85 s [vector] +++ OK, passed 100 tests.
  122. 1283.86 s [vector] unfoldrN: OK
  123. 1283.86 s [vector] +++ OK, passed 100 tests.
  124. 1283.86 s [vector] unfoldrExactN: OK
  125. 1283.86 s [vector] +++ OK, passed 100 tests.
  126. 1283.86 s [vector] unfoldrM: OK
  127. 1283.86 s [vector] +++ OK, passed 100 tests.
  128. 1283.87 s [vector] unfoldrNM: OK
  129. 1283.87 s [vector] +++ OK, passed 100 tests.
  130. 1283.88 s [vector] unfoldrExactNM: OK (0.01s)
  131. 1283.89 s [vector] +++ OK, passed 100 tests.
  132. 1283.89 s [vector] constructN: OK
  133. 1283.89 s [vector] +++ OK, passed 100 tests.
  134. 1283.89 s [vector] constructrN: OK
  135. 1283.89 s [vector] +++ OK, passed 100 tests.
  136. 1283.89 s [vector] cons: OK
  137. 1283.89 s [vector] +++ OK, passed 100 tests.
  138. 1283.89 s [vector] snoc: OK
  139. 1283.91 s [vector] +++ OK, passed 100 tests.
  140. 1283.91 s [vector] append: OK
  141. 1283.91 s [vector] +++ OK, passed 100 tests.
  142. 1283.93 s [vector] concat: OK (0.03s)
  143. 1283.93 s [vector] +++ OK, passed 100 tests.
  144. 1283.93 s [vector] force: OK
  145. 1283.93 s [vector] +++ OK, passed 100 tests.
  146. 1283.93 s [vector] upd: OK
  147. 1283.94 s [vector] +++ OK, passed 100 tests.
  148. 1283.94 s [vector] accum: OK
  149. 1283.94 s [vector] +++ OK, passed 100 tests.
  150. 1283.94 s [vector] reverse: OK
  151. 1283.95 s [vector] +++ OK, passed 100 tests.
  152. 1283.95 s [vector] backpermute: OK
  153. 1283.96 s [vector] +++ OK, passed 100 tests.
  154. 1283.96 s [vector] map: OK
  155. 1283.96 s [vector] +++ OK, passed 100 tests.
  156. 1283.96 s [vector] imap: OK
  157. 1283.96 s [vector] +++ OK, passed 100 tests.
  158. 1283.96 s [vector] concatMap: OK
  159. 1283.96 s [vector] +++ OK, passed 100 tests.
  160. 1283.97 s [vector] mapM: OK
  161. 1283.97 s [vector] +++ OK, passed 100 tests.
  162. 1284.01 s [vector] mapM_: OK (0.04s)
  163. 1284.01 s [vector] +++ OK, passed 100 tests.
  164. 1284.01 s [vector] forM: OK
  165. 1284.01 s [vector] +++ OK, passed 100 tests.
  166. 1284.04 s [vector] forM_: OK (0.03s)
  167. 1284.05 s [vector] +++ OK, passed 100 tests.
  168. 1284.05 s [vector] imapM: OK
  169. 1284.05 s [vector] +++ OK, passed 100 tests.
  170. 1284.08 s [vector] imapM_: OK (0.03s)
  171. 1284.08 s [vector] +++ OK, passed 100 tests.
  172. 1284.09 s [vector] zipWith: OK
  173. 1284.09 s [vector] +++ OK, passed 100 tests.
  174. 1284.09 s [vector] zipWith3: OK
  175. 1284.09 s [vector] +++ OK, passed 100 tests.
  176. 1284.09 s [vector] izipWith: OK
  177. 1284.09 s [vector] +++ OK, passed 100 tests.
  178. 1284.09 s [vector] izipWith3: OK
  179. 1284.10 s [vector] +++ OK, passed 100 tests.
  180. 1284.11 s [vector] izipWithM: OK
  181. 1284.11 s [vector] +++ OK, passed 100 tests.
  182. 1284.13 s [vector] izipWithM_: OK (0.02s)
  183. 1284.13 s [vector] +++ OK, passed 100 tests.
  184. 1284.13 s [vector] zipWithM: OK
  185. 1284.15 s [vector] +++ OK, passed 100 tests.
  186. 1284.15 s [vector] zipWithM_: OK (0.02s)
  187. 1284.15 s [vector] +++ OK, passed 100 tests.
  188. 1284.16 s [vector] filter: OK
  189. 1284.16 s [vector] +++ OK, passed 100 tests.
  190. 1284.17 s [vector] ifilter: OK
  191. 1284.17 s [vector] +++ OK, passed 100 tests.
  192. 1284.21 s [vector] filterM: OK (0.05s)
  193. 1284.21 s [vector] +++ OK, passed 100 tests.
  194. 1284.21 s [vector] uniq: OK
  195. 1284.22 s [vector] +++ OK, passed 100 tests.
  196. 1284.22 s [vector] mapMaybe: OK
  197. 1284.22 s [vector] +++ OK, passed 100 tests.
  198. 1284.22 s [vector] imapMaybe: OK
  199. 1284.22 s [vector] +++ OK, passed 100 tests.
  200. 1284.22 s [vector] takeWhile: OK
  201. 1284.22 s [vector] +++ OK, passed 100 tests.
  202. 1284.23 s [vector] dropWhile: OK
  203. 1284.23 s [vector] +++ OK, passed 100 tests.
  204. 1284.23 s [vector] partition: OK
  205. 1284.23 s [vector] +++ OK, passed 100 tests.
  206. 1284.24 s [vector] partitionWith: OK
  207. 1284.24 s [vector] +++ OK, passed 100 tests.
  208. 1284.24 s [vector] span: OK
  209. 1284.24 s [vector] +++ OK, passed 100 tests.
  210. 1284.24 s [vector] break: OK
  211. 1284.24 s [vector] +++ OK, passed 100 tests.
  212. 1284.24 s [vector] groupBy: OK
  213. 1284.24 s [vector] +++ OK, passed 100 tests.
  214. 1284.24 s [vector] elem: OK
  215. 1284.24 s [vector] +++ OK, passed 100 tests.
  216. 1284.24 s [vector] notElem: OK
  217. 1284.24 s [vector] +++ OK, passed 100 tests.
  218. 1284.24 s [vector] find: OK
  219. 1284.24 s [vector] +++ OK, passed 100 tests.
  220. 1284.24 s [vector] findIndex: OK
  221. 1284.24 s [vector] +++ OK, passed 100 tests.
  222. 1284.24 s [vector] findIndexR: OK
  223. 1284.24 s [vector] +++ OK, passed 100 tests.
  224. 1284.25 s [vector] findIndices: OK
  225. 1284.25 s [vector] +++ OK, passed 100 tests.
  226. 1284.25 s [vector] elemIndex: OK
  227. 1284.25 s [vector] +++ OK, passed 100 tests.
  228. 1284.25 s [vector] elemIndices: OK
  229. 1284.25 s [vector] +++ OK, passed 100 tests.
  230. 1284.26 s [vector] foldl: OK
  231. 1284.26 s [vector] +++ OK, passed 100 tests.
  232. 1284.27 s [vector] foldl1: OK
  233. 1284.27 s [vector] +++ OK, passed 100 tests; 12 discarded.
  234. 1284.27 s [vector] foldl': OK
  235. 1284.27 s [vector] +++ OK, passed 100 tests.
  236. 1284.27 s [vector] foldl1': OK
  237. 1284.27 s [vector] +++ OK, passed 100 tests; 17 discarded.
  238. 1284.27 s [vector] foldr: OK
  239. 1284.28 s [vector] +++ OK, passed 100 tests.
  240. 1284.28 s [vector] foldr1: OK
  241. 1284.28 s [vector] +++ OK, passed 100 tests; 25 discarded.
  242. 1284.28 s [vector] foldr': OK
  243. 1284.28 s [vector] +++ OK, passed 100 tests.
  244. 1284.28 s [vector] foldr1': OK
  245. 1284.28 s [vector] +++ OK, passed 100 tests; 16 discarded.
  246. 1284.28 s [vector] ifoldl: OK
  247. 1284.28 s [vector] +++ OK, passed 100 tests.
  248. 1284.29 s [vector] ifoldl': OK
  249. 1284.29 s [vector] +++ OK, passed 100 tests.
  250. 1284.30 s [vector] ifoldr: OK
  251. 1284.30 s [vector] +++ OK, passed 100 tests.
  252. 1284.30 s [vector] ifoldr': OK
  253. 1284.30 s [vector] +++ OK, passed 100 tests.
  254. 1284.32 s [vector] ifoldM: OK
  255. 1284.32 s [vector] +++ OK, passed 100 tests.
  256. 1284.32 s [vector] ifoldM': OK
  257. 1284.32 s [vector] +++ OK, passed 100 tests.
  258. 1284.37 s [vector] ifoldM_: OK (0.03s)
  259. 1284.37 s [vector] +++ OK, passed 100 tests.
  260. 1284.39 s [vector] ifoldM'_: OK (0.03s)
  261. 1284.39 s [vector] +++ OK, passed 100 tests.
  262. 1284.39 s [vector] all: OK
  263. 1284.39 s [vector] +++ OK, passed 100 tests.
  264. 1284.39 s [vector] any: OK
  265. 1284.39 s [vector] +++ OK, passed 100 tests.
  266. 1284.40 s [vector] prescanl: OK
  267. 1284.40 s [vector] +++ OK, passed 100 tests.
  268. 1284.41 s [vector] prescanl': OK
  269. 1284.41 s [vector] +++ OK, passed 100 tests.
  270. 1284.42 s [vector] postscanl: OK
  271. 1284.42 s [vector] +++ OK, passed 100 tests.
  272. 1284.42 s [vector] postscanl': OK
  273. 1284.42 s [vector] +++ OK, passed 100 tests.
  274. 1284.42 s [vector] scanl: OK
  275. 1284.42 s [vector] +++ OK, passed 100 tests.
  276. 1284.42 s [vector] scanl': OK
  277. 1284.42 s [vector] +++ OK, passed 100 tests.
  278. 1284.43 s [vector] scanl1: OK
  279. 1284.43 s [vector] +++ OK, passed 100 tests.
  280. 1284.43 s [vector] scanl1': OK
  281. 1284.43 s [vector] +++ OK, passed 100 tests.
  282. 1284.44 s [vector] iscanl: OK
  283. 1284.44 s [vector] +++ OK, passed 100 tests.
  284. 1284.44 s [vector] iscanl': OK
  285. 1284.44 s [vector] +++ OK, passed 100 tests.
  286. 1284.45 s [vector] prescanr: OK
  287. 1284.45 s [vector] +++ OK, passed 100 tests.
  288. 1284.45 s [vector] prescanr': OK
  289. 1284.45 s [vector] +++ OK, passed 100 tests.
  290. 1284.46 s [vector] postscanr: OK
  291. 1284.46 s [vector] +++ OK, passed 100 tests.
  292. 1284.46 s [vector] postscanr': OK
  293. 1284.46 s [vector] +++ OK, passed 100 tests.
  294. 1284.47 s [vector] scanr: OK
  295. 1284.47 s [vector] +++ OK, passed 100 tests.
  296. 1284.47 s [vector] scanr': OK
  297. 1284.48 s [vector] +++ OK, passed 100 tests.
  298. 1284.49 s [vector] scanr1: OK
  299. 1284.49 s [vector] +++ OK, passed 100 tests.
  300. 1284.49 s [vector] scanr1': OK
  301. 1284.49 s [vector] +++ OK, passed 100 tests.
  302. 1284.49 s [vector] iscanr: OK
  303. 1284.49 s [vector] +++ OK, passed 100 tests.
  304. 1284.49 s [vector] iscanr': OK
  305. 1284.49 s [vector] +++ OK, passed 100 tests.
  306. 1284.49 s [vector] mut_read: OK
  307. 1284.50 s [vector] +++ OK, passed 100 tests; 18 discarded.
  308. 1284.50 s [vector] mut_write: OK
  309. 1284.50 s [vector] +++ OK, passed 100 tests; 17 discarded.
  310. 1284.50 s [vector] mut_modify: OK
  311. 1284.50 s [vector] +++ OK, passed 100 tests; 19 discarded.
  312. 1284.50 s [vector] mut_generate: OK
  313. 1284.50 s [vector] +++ OK, passed 100 tests.
  314. 1284.53 s [vector] mut_generateM: OK (0.01s)
  315. 1284.53 s [vector] +++ OK, passed 100 tests.
  316. 1284.55 s [vector] mut_mapM_: OK (0.04s)
  317. 1284.55 s [vector] +++ OK, passed 100 tests.
  318. 1284.59 s [vector] mut_imapM_: OK (0.03s)
  319. 1284.59 s [vector] +++ OK, passed 100 tests.
  320. 1284.61 s [vector] mut_forM_: OK (0.03s)
  321. 1284.61 s [vector] +++ OK, passed 100 tests.
  322. 1284.64 s [vector] mut_iforM_: OK (0.03s)
  323. 1284.64 s [vector] +++ OK, passed 100 tests.
  324. 1284.64 s [vector] mut_foldr: OK
  325. 1284.64 s [vector] +++ OK, passed 100 tests.
  326. 1284.65 s [vector] mut_foldr': OK
  327. 1284.65 s [vector] +++ OK, passed 100 tests.
  328. 1284.65 s [vector] mut_foldl: OK
  329. 1284.65 s [vector] +++ OK, passed 100 tests.
  330. 1284.65 s [vector] mut_foldl': OK
  331. 1284.66 s [vector] +++ OK, passed 100 tests.
  332. 1284.67 s [vector] mut_ifoldr: OK
  333. 1284.67 s [vector] +++ OK, passed 100 tests.
  334. 1284.67 s [vector] mut_ifoldr': OK
  335. 1284.67 s [vector] +++ OK, passed 100 tests.
  336. 1284.68 s [vector] mut_ifoldl: OK
  337. 1284.68 s [vector] +++ OK, passed 100 tests.
  338. 1284.68 s [vector] mut_ifoldl': OK
  339. 1284.69 s [vector] +++ OK, passed 100 tests.
  340. 1284.69 s [vector] mut_foldM: OK
  341. 1284.69 s [vector] +++ OK, passed 100 tests.
  342. 1284.69 s [vector] mut_foldM': OK
  343. 1284.69 s [vector] +++ OK, passed 100 tests.
  344. 1284.69 s [vector] mut_foldrM: OK
  345. 1284.69 s [vector] +++ OK, passed 100 tests.
  346. 1284.69 s [vector] mut_foldrM': OK
  347. 1284.69 s [vector] +++ OK, passed 100 tests.
  348. 1284.70 s [vector] mut_ifoldM: OK
  349. 1284.71 s [vector] +++ OK, passed 100 tests.
  350. 1284.71 s [vector] mut_ifoldM': OK
  351. 1284.71 s [vector] +++ OK, passed 100 tests.
  352. 1284.71 s [vector] mut_ifoldrM: OK
  353. 1284.71 s [vector] +++ OK, passed 100 tests.
  354. 1284.71 s [vector] mut_ifoldrM': OK
  355. 1284.71 s [vector] +++ OK, passed 100 tests.
  356. 1284.72 s [vector] compare: OK
  357. 1284.72 s [vector] +++ OK, passed 100 tests.
  358. 1284.72 s [vector] maximum: OK
  359. 1284.72 s [vector] +++ OK, passed 100 tests; 14 discarded.
  360. 1284.72 s [vector] minimum: OK
  361. 1284.72 s [vector] +++ OK, passed 100 tests; 11 discarded.
  362. 1284.72 s [vector] minIndex: OK
  363. 1284.72 s [vector] +++ OK, passed 100 tests; 16 discarded.
  364. 1284.72 s [vector] maxIndex: OK
  365. 1284.72 s [vector] +++ OK, passed 100 tests; 21 discarded.
  366. 1284.72 s [vector] maximumBy: OK
  367. 1284.72 s [vector] +++ OK, passed 100 tests; 16 discarded.
  368. 1284.72 s [vector] minimumBy: OK
  369. 1284.72 s [vector] +++ OK, passed 100 tests; 19 discarded.
  370. 1284.73 s [vector] maximumOn: OK
  371. 1284.73 s [vector] +++ OK, passed 100 tests; 19 discarded.
  372. 1284.73 s [vector] minimumOn: OK
  373. 1284.73 s [vector] +++ OK, passed 100 tests; 17 discarded.
  374. 1284.73 s [vector] maxIndexBy: OK
  375. 1284.73 s [vector] +++ OK, passed 100 tests; 17 discarded.
  376. 1284.73 s [vector] minIndexBy: OK
  377. 1284.73 s [vector] +++ OK, passed 100 tests; 10 discarded.
  378. 1284.73 s [vector] ListFirstMaxIndexWins: OK
  379. 1284.73 s [vector] +++ OK, passed 100 tests; 19 discarded.
  380. 1284.73 s [vector] FalseListFirstMaxIndexWins: OK
  381. 1284.73 s [vector] +++ OK, failed as expected. (after 1 test):
  382. 1284.73 s [vector] Exception:
  383. 1284.73 s [vector] Prelude.foldr1: empty list
  384. 1284.73 s [vector] CallStack (from HasCallStack):
  385. 1284.73 s [vector] error, called at libraries/base/GHC/List.hs:1644:3 in base:GHC.List
  386. 1284.73 s [vector] errorEmptyList, called at libraries/base/GHC/List.hs:609:30 in base:GHC.List
  387. 1284.73 s [vector] foldr1, called at libraries/base/Data/Foldable.hs:741:15 in base:Data.Foldable
  388. 1284.73 s [vector] []
  389. 1284.74 s [vector] zip: OK
  390. 1284.74 s [vector] +++ OK, passed 100 tests.
  391. 1284.75 s [vector] zip3: OK
  392. 1284.75 s [vector] +++ OK, passed 100 tests.
  393. 1284.75 s [vector] unzip: OK
  394. 1284.75 s [vector] +++ OK, passed 100 tests.
  395. 1284.75 s [vector] unzip3: OK
  396. 1284.75 s [vector] +++ OK, passed 100 tests.
  397. 1284.75 s [vector] indexed: OK
  398. 1284.76 s [vector] +++ OK, passed 100 tests.
  399. 1284.76 s [vector] update: OK
  400. 1284.76 s [vector] +++ OK, passed 100 tests.
  401. 1284.77 s [vector] mempty: OK
  402. 1284.77 s [vector] +++ OK, passed 1 test.
  403. 1284.77 s [vector] mappend: OK
  404. 1284.77 s [vector] +++ OK, passed 100 tests.
  405. 1284.84 s [vector] mconcat: OK (0.06s)
  406. 1284.84 s [vector] +++ OK, passed 100 tests.
  407. 1284.84 s [vector] glength: OK
  408. 1284.84 s [vector] +++ OK, passed 100 tests.
  409. 1284.84 s [vector] (Int,Bool,Int)
  410. 1284.84 s [vector] fromList.toList == id: OK
  411. 1284.84 s [vector] +++ OK, passed 100 tests.
  412. 1284.84 s [vector] toList.fromList == id: OK
  413. 1284.84 s [vector] +++ OK, passed 100 tests.
  414. 1284.84 s [vector] unstream.stream == id: OK
  415. 1284.84 s [vector] +++ OK, passed 100 tests.
  416. 1284.84 s [vector] stream.unstream == id: OK
  417. 1284.84 s [vector] +++ OK, passed 100 tests.
  418. 1284.84 s [vector] eq: OK
  419. 1284.84 s [vector] +++ OK, passed 100 tests.
  420. 1284.84 s [vector] length: OK
  421. 1284.84 s [vector] +++ OK, passed 100 tests.
  422. 1284.85 s [vector] null: OK
  423. 1284.85 s [vector] +++ OK, passed 100 tests.
  424. 1284.85 s [vector] index: OK
  425. 1284.85 s [vector] +++ OK, passed 100 tests; 17 discarded.
  426. 1284.86 s [vector] safeIndex: OK
  427. 1284.86 s [vector] +++ OK, passed 100 tests.
  428. 1284.86 s [vector] head: OK
  429. 1284.86 s [vector] +++ OK, passed 100 tests; 15 discarded.
  430. 1284.86 s [vector] last: OK
  431. 1284.86 s [vector] +++ OK, passed 100 tests; 14 discarded.
  432. 1284.87 s [vector] unsafeIndex: OK
  433. 1284.87 s [vector] +++ OK, passed 100 tests; 18 discarded.
  434. 1284.87 s [vector] unsafeHead: OK
  435. 1284.87 s [vector] +++ OK, passed 100 tests; 21 discarded.
  436. 1284.87 s [vector] unsafeLast: OK
  437. 1284.87 s [vector] +++ OK, passed 100 tests; 15 discarded.
  438. 1284.87 s [vector] slice: OK
  439. 1284.87 s [vector] +++ OK, passed 100 tests.
  440. 1284.87 s [vector] init: OK
  441. 1284.87 s [vector] +++ OK, passed 100 tests; 18 discarded.
  442. 1284.87 s [vector] tail: OK
  443. 1284.87 s [vector] +++ OK, passed 100 tests; 14 discarded.
  444. 1284.88 s [vector] take: OK
  445. 1284.88 s [vector] +++ OK, passed 100 tests.
  446. 1284.88 s [vector] drop: OK
  447. 1284.88 s [vector] +++ OK, passed 100 tests.
  448. 1284.88 s [vector] splitAt: OK
  449. 1284.88 s [vector] +++ OK, passed 100 tests.
  450. 1284.88 s [vector] empty: OK
  451. 1284.88 s [vector] +++ OK, passed 1 test.
  452. 1284.88 s [vector] singleton: OK
  453. 1284.88 s [vector] +++ OK, passed 100 tests.
  454. 1284.88 s [vector] replicate: OK
  455. 1284.88 s [vector] +++ OK, passed 100 tests.
  456. 1284.88 s [vector] generate: OK
  457. 1284.90 s [vector] +++ OK, passed 100 tests.
  458. 1284.90 s [vector] iterateN: OK
  459. 1284.90 s [vector] +++ OK, passed 100 tests.
  460. 1284.91 s [vector] iterateNM: OK (0.02s)
  461. 1284.91 s [vector] +++ OK, passed 100 tests.
  462. 1284.97 s [vector] generateM: OK (0.05s)
  463. 1284.97 s [vector] +++ OK, passed 100 tests.
  464. 1284.99 s [vector] replicateM: OK (0.02s)
  465. 1284.99 s [vector] +++ OK, passed 100 tests.
  466. 1284.99 s [vector] create: OK
  467. 1284.99 s [vector] +++ OK, passed 100 tests.
  468. 1284.99 s [vector] createT: OK
  469. 1284.99 s [vector] +++ OK, passed 100 tests.
  470. 1284.99 s [vector] unfoldr: OK
  471. 1284.99 s [vector] +++ OK, passed 100 tests.
  472. 1284.99 s [vector] unfoldrN: OK
  473. 1284.99 s [vector] +++ OK, passed 100 tests.
  474. 1284.99 s [vector] unfoldrExactN: OK
  475. 1284.99 s [vector] +++ OK, passed 100 tests.
  476. 1284.99 s [vector] unfoldrM: OK
  477. 1284.99 s [vector] +++ OK, passed 100 tests.
  478. 1285.01 s [vector] unfoldrNM: OK
  479. 1285.01 s [vector] +++ OK, passed 100 tests.
  480. 1285.02 s [vector] unfoldrExactNM: OK (0.02s)
  481. 1285.02 s [vector] +++ OK, passed 100 tests.
  482. 1285.02 s [vector] constructN: OK
  483. 1285.02 s [vector] +++ OK, passed 100 tests.
  484. 1285.03 s [vector] constructrN: OK
  485. 1285.03 s [vector] +++ OK, passed 100 tests.
  486. 1285.03 s [vector] cons: OK
  487. 1285.03 s [vector] +++ OK, passed 100 tests.
  488. 1285.03 s [vector] snoc: OK
  489. 1285.03 s [vector] +++ OK, passed 100 tests.
  490. 1285.05 s [vector] append: OK
  491. 1285.05 s [vector] +++ OK, passed 100 tests.
  492. 1285.11 s [vector] concat: OK (0.07s)
  493. 1285.11 s [vector] +++ OK, passed 100 tests.
  494. 1285.12 s [vector] force: OK
  495. 1285.12 s [vector] +++ OK, passed 100 tests.
  496. 1285.13 s [vector] upd: OK
  497. 1285.13 s [vector] +++ OK, passed 100 tests.
  498. 1285.14 s [vector] accum: OK (0.01s)
  499. 1285.14 s [vector] +++ OK, passed 100 tests.
  500. 1285.14 s [vector] reverse: OK
  501. 1285.14 s [vector] +++ OK, passed 100 tests.
  502. 1285.14 s [vector] backpermute: OK
  503. 1285.15 s [vector] +++ OK, passed 100 tests.
  504. 1285.15 s [vector] map: OK
  505. 1285.15 s [vector] +++ OK, passed 100 tests.
  506. 1285.16 s [vector] imap: OK
  507. 1285.17 s [vector] +++ OK, passed 100 tests.
  508. 1285.17 s [vector] concatMap: OK (0.01s)
  509. 1285.17 s [vector] +++ OK, passed 100 tests.
  510. 1285.19 s [vector] mapM: OK
  511. 1285.19 s [vector] +++ OK, passed 100 tests.
  512. 1285.23 s [vector] mapM_: OK (0.04s)
  513. 1285.23 s [vector] +++ OK, passed 100 tests.
  514. 1285.26 s [vector] forM: OK
  515. 1285.27 s [vector] +++ OK, passed 100 tests.
  516. 1285.31 s [vector] forM_: OK (0.08s)
  517. 1285.31 s [vector] +++ OK, passed 100 tests.
  518. 1285.33 s [vector] imapM: OK
  519. 1285.33 s [vector] +++ OK, passed 100 tests.
  520. 1285.37 s [vector] imapM_: OK (0.04s)
  521. 1285.37 s [vector] +++ OK, passed 100 tests.
  522. 1285.37 s [vector] zipWith: OK (0.02s)
  523. 1285.37 s [vector] +++ OK, passed 100 tests.
  524. 1285.39 s [vector] zipWith3: OK
  525. 1285.39 s [vector] +++ OK, passed 100 tests.
  526. 1285.39 s [vector] izipWith: OK
  527. 1285.39 s [vector] +++ OK, passed 100 tests.
  528. 1285.40 s [vector] izipWith3: OK (0.01s)
  529. 1285.40 s [vector] +++ OK, passed 100 tests.
  530. 1285.41 s [vector] izipWithM: OK
  531. 1285.41 s [vector] +++ OK, passed 100 tests.
  532. 1285.46 s [vector] izipWithM_: OK (0.05s)
  533. 1285.47 s [vector] +++ OK, passed 100 tests.
  534. 1285.47 s [vector] zipWithM: OK
  535. 1285.47 s [vector] +++ OK, passed 100 tests.
  536. 1285.49 s [vector] zipWithM_: OK (0.03s)
  537. 1285.49 s [vector] +++ OK, passed 100 tests.
  538. 1285.50 s [vector] filter: OK
  539. 1285.51 s [vector] +++ OK, passed 100 tests.
  540. 1285.51 s [vector] ifilter: OK
  541. 1285.51 s [vector] +++ OK, passed 100 tests.
  542. 1285.55 s [vector] filterM: OK (0.05s)
  543. 1285.55 s [vector] +++ OK, passed 100 tests.
  544. 1285.56 s [vector] uniq: OK
  545. 1285.56 s [vector] +++ OK, passed 100 tests.
  546. 1285.56 s [vector] mapMaybe: OK
  547. 1285.57 s [vector] +++ OK, passed 100 tests.
  548. 1285.57 s [vector] imapMaybe: OK
  549. 1285.57 s [vector] +++ OK, passed 100 tests.
  550. 1285.57 s [vector] takeWhile: OK
  551. 1285.57 s [vector] +++ OK, passed 100 tests.
  552. 1285.57 s [vector] dropWhile: OK
  553. 1285.57 s [vector] +++ OK, passed 100 tests.
  554. 1285.58 s [vector] partition: OK
  555. 1285.58 s [vector] +++ OK, passed 100 tests.
  556. 1285.58 s [vector] partitionWith: OK
  557. 1285.58 s [vector] +++ OK, passed 100 tests.
  558. 1285.58 s [vector] span: OK
  559. 1285.58 s [vector] +++ OK, passed 100 tests.
  560. 1285.58 s [vector] break: OK
  561. 1285.58 s [vector] +++ OK, passed 100 tests.
  562. 1285.59 s [vector] groupBy: OK
  563. 1285.59 s [vector] +++ OK, passed 100 tests.
  564. 1285.59 s [vector] elem: OK
  565. 1285.59 s [vector] +++ OK, passed 100 tests.
  566. 1285.59 s [vector] notElem: OK
  567. 1285.59 s [vector] +++ OK, passed 100 tests.
  568. 1285.59 s [vector] find: OK
  569. 1285.59 s [vector] +++ OK, passed 100 tests.
  570. 1285.60 s [vector] findIndex: OK
  571. 1285.60 s [vector] +++ OK, passed 100 tests.
  572. 1285.60 s [vector] findIndexR: OK
  573. 1285.60 s [vector] +++ OK, passed 100 tests.
  574. 1285.60 s [vector] findIndices: OK
  575. 1285.60 s [vector] +++ OK, passed 100 tests.
  576. 1285.60 s [vector] elemIndex: OK
  577. 1285.60 s [vector] +++ OK, passed 100 tests.
  578. 1285.61 s [vector] elemIndices: OK
  579. 1285.61 s [vector] +++ OK, passed 100 tests.
  580. 1285.61 s [vector] foldl: OK
  581. 1285.61 s [vector] +++ OK, passed 100 tests.
  582. 1285.61 s [vector] foldl1: OK
  583. 1285.62 s [vector] +++ OK, passed 100 tests; 18 discarded.
  584. 1285.62 s [vector] foldl': OK
  585. 1285.62 s [vector] +++ OK, passed 100 tests.
  586. 1285.62 s [vector] foldl1': OK
  587. 1285.63 s [vector] +++ OK, passed 100 tests; 16 discarded.
  588. 1285.64 s [vector] foldr: OK
  589. 1285.64 s [vector] +++ OK, passed 100 tests.
  590. 1285.64 s [vector] foldr1: OK
  591. 1285.64 s [vector] +++ OK, passed 100 tests; 16 discarded.
  592. 1285.65 s [vector] foldr': OK
  593. 1285.65 s [vector] +++ OK, passed 100 tests.
  594. 1285.65 s [vector] foldr1': OK
  595. 1285.65 s [vector] +++ OK, passed 100 tests; 15 discarded.
  596. 1285.66 s [vector] ifoldl: OK
  597. 1285.66 s [vector] +++ OK, passed 100 tests.
  598. 1285.66 s [vector] ifoldl': OK
  599. 1285.66 s [vector] +++ OK, passed 100 tests.
  600. 1285.67 s [vector] ifoldr: OK
  601. 1285.67 s [vector] +++ OK, passed 100 tests.
  602. 1285.68 s [vector] ifoldr': OK
  603. 1285.68 s [vector] +++ OK, passed 100 tests.
  604. 1285.68 s [vector] ifoldM: OK
  605. 1285.68 s [vector] +++ OK, passed 100 tests.
  606. 1285.69 s [vector] ifoldM': OK
  607. 1285.69 s [vector] +++ OK, passed 100 tests.
  608. 1285.75 s [vector] ifoldM_: OK (0.05s)
  609. 1285.75 s [vector] +++ OK, passed 100 tests.
  610. 1285.79 s [vector] ifoldM'_: OK (0.05s)
  611. 1285.79 s [vector] +++ OK, passed 100 tests.
  612. 1285.79 s [vector] all: OK
  613. 1285.79 s [vector] +++ OK, passed 100 tests.
  614. 1285.79 s [vector] any: OK
  615. 1285.79 s [vector] +++ OK, passed 100 tests.
  616. 1285.80 s [vector] prescanl: OK
  617. 1285.81 s [vector] +++ OK, passed 100 tests.
  618. 1285.81 s [vector] prescanl': OK
  619. 1285.81 s [vector] +++ OK, passed 100 tests.
  620. 1285.82 s [vector] postscanl: OK
  621. 1285.83 s [vector] +++ OK, passed 100 tests.
  622. 1285.83 s [vector] postscanl': OK
  623. 1285.83 s [vector] +++ OK, passed 100 tests.
  624. 1285.83 s [vector] scanl: OK
  625. 1285.83 s [vector] +++ OK, passed 100 tests.
  626. 1285.84 s [vector] scanl': OK
  627. 1285.84 s [vector] +++ OK, passed 100 tests.
  628. 1285.85 s [vector] scanl1: OK
  629. 1285.85 s [vector] +++ OK, passed 100 tests.
  630. 1285.85 s [vector] scanl1': OK
  631. 1285.85 s [vector] +++ OK, passed 100 tests.
  632. 1285.87 s [vector] iscanl: OK (0.01s)
  633. 1285.87 s [vector] +++ OK, passed 100 tests.
  634. 1285.89 s [vector] iscanl': OK
  635. 1285.89 s [vector] +++ OK, passed 100 tests.
  636. 1285.89 s [vector] prescanr: OK (0.01s)
  637. 1285.89 s [vector] +++ OK, passed 100 tests.
  638. 1285.90 s [vector] prescanr': OK
  639. 1285.90 s [vector] +++ OK, passed 100 tests.
  640. 1285.90 s [vector] postscanr: OK
  641. 1285.90 s [vector] +++ OK, passed 100 tests.
  642. 1285.91 s [vector] postscanr': OK
  643. 1285.91 s [vector] +++ OK, passed 100 tests.
  644. 1285.93 s [vector] scanr: OK
  645. 1285.93 s [vector] +++ OK, passed 100 tests.
  646. 1285.93 s [vector] scanr': OK
  647. 1285.93 s [vector] +++ OK, passed 100 tests.
  648. 1285.94 s [vector] scanr1: OK
  649. 1285.94 s [vector] +++ OK, passed 100 tests.
  650. 1285.95 s [vector] scanr1': OK
  651. 1285.95 s [vector] +++ OK, passed 100 tests.
  652. 1285.95 s [vector] iscanr: OK
  653. 1285.96 s [vector] +++ OK, passed 100 tests.
  654. 1285.96 s [vector] iscanr': OK
  655. 1285.96 s [vector] +++ OK, passed 100 tests.
  656. 1285.96 s [vector] mut_read: OK
  657. 1285.96 s [vector] +++ OK, passed 100 tests; 12 discarded.
  658. 1285.96 s [vector] mut_write: OK
  659. 1285.96 s [vector] +++ OK, passed 100 tests; 13 discarded.
  660. 1285.97 s [vector] mut_modify: OK
  661. 1285.97 s [vector] +++ OK, passed 100 tests; 22 discarded.
  662. 1285.97 s [vector] mut_generate: OK
  663. 1285.97 s [vector] +++ OK, passed 100 tests.
  664. 1286.01 s [vector] mut_generateM: OK (0.03s)
  665. 1286.01 s [vector] +++ OK, passed 100 tests.
  666. 1286.05 s [vector] mut_mapM_: OK (0.05s)
  667. 1286.05 s [vector] +++ OK, passed 100 tests.
  668. 1286.09 s [vector] mut_imapM_: OK (0.04s)
  669. 1286.09 s [vector] +++ OK, passed 100 tests.
  670. 1286.15 s [vector] mut_forM_: OK (0.05s)
  671. 1286.16 s [vector] +++ OK, passed 100 tests.
  672. 1286.21 s [vector] mut_iforM_: OK (0.05s)
  673. 1286.21 s [vector] +++ OK, passed 100 tests.
  674. 1286.21 s [vector] mut_foldr: OK (0.02s)
  675. 1286.21 s [vector] +++ OK, passed 100 tests.
  676. 1286.23 s [vector] mut_foldr': OK (0.02s)
  677. 1286.23 s [vector] +++ OK, passed 100 tests.
  678. 1286.26 s [vector] mut_foldl: OK (0.01s)
  679. 1286.26 s [vector] +++ OK, passed 100 tests.
  680. 1286.27 s [vector] mut_foldl': OK (0.02s)
  681. 1286.27 s [vector] +++ OK, passed 100 tests.
  682. 1286.29 s [vector] mut_ifoldr: OK (0.01s)
  683. 1286.29 s [vector] +++ OK, passed 100 tests.
  684. 1286.29 s [vector] mut_ifoldr': OK
  685. 1286.29 s [vector] +++ OK, passed 100 tests.
  686. 1286.31 s [vector] mut_ifoldl: OK
  687. 1286.31 s [vector] +++ OK, passed 100 tests.
  688. 1286.31 s [vector] mut_ifoldl': OK
  689. 1286.31 s [vector] +++ OK, passed 100 tests.
  690. 1286.32 s [vector] mut_foldM: OK
  691. 1286.32 s [vector] +++ OK, passed 100 tests.
  692. 1286.33 s [vector] mut_foldM': OK
  693. 1286.33 s [vector] +++ OK, passed 100 tests.
  694. 1286.34 s [vector] mut_foldrM: OK
  695. 1286.34 s [vector] +++ OK, passed 100 tests.
  696. 1286.34 s [vector] mut_foldrM': OK
  697. 1286.35 s [vector] +++ OK, passed 100 tests.
  698. 1286.35 s [vector] mut_ifoldM: OK
  699. 1286.35 s [vector] +++ OK, passed 100 tests.
  700. 1286.37 s [vector] mut_ifoldM': OK
  701. 1286.37 s [vector] +++ OK, passed 100 tests.
  702. 1286.37 s [vector] mut_ifoldrM: OK
  703. 1286.37 s [vector] +++ OK, passed 100 tests.
  704. 1286.38 s [vector] mut_ifoldrM': OK
  705. 1286.38 s [vector] +++ OK, passed 100 tests.
  706. 1286.38 s [vector] compare: OK
  707. 1286.38 s [vector] +++ OK, passed 100 tests.
  708. 1286.38 s [vector] maximum: OK
  709. 1286.38 s [vector] +++ OK, passed 100 tests; 13 discarded.
  710. 1286.38 s [vector] minimum: OK
  711. 1286.38 s [vector] +++ OK, passed 100 tests; 17 discarded.
  712. 1286.38 s [vector] minIndex: OK
  713. 1286.38 s [vector] +++ OK, passed 100 tests; 19 discarded.
  714. 1286.38 s [vector] maxIndex: OK
  715. 1286.38 s [vector] +++ OK, passed 100 tests; 14 discarded.
  716. 1286.38 s [vector] maximumBy: OK
  717. 1286.39 s [vector] +++ OK, passed 100 tests; 17 discarded.
  718. 1286.39 s [vector] minimumBy: OK
  719. 1286.39 s [vector] +++ OK, passed 100 tests; 15 discarded.
  720. 1286.39 s [vector] maximumOn: OK
  721. 1286.39 s [vector] +++ OK, passed 100 tests; 16 discarded.
  722. 1286.39 s [vector] minimumOn: OK
  723. 1286.39 s [vector] +++ OK, passed 100 tests; 19 discarded.
  724. 1286.39 s [vector] maxIndexBy: OK
  725. 1286.39 s [vector] +++ OK, passed 100 tests; 20 discarded.
  726. 1286.39 s [vector] minIndexBy: OK
  727. 1286.39 s [vector] +++ OK, passed 100 tests; 15 discarded.
  728. 1286.39 s [vector] ListFirstMaxIndexWins: OK
  729. 1286.39 s [vector] +++ OK, passed 100 tests; 13 discarded.
  730. 1286.40 s [vector] FalseListFirstMaxIndexWins: OK
  731. 1286.40 s [vector] +++ OK, failed as expected. (after 1 test):
  732. 1286.40 s [vector] Exception:
  733. 1286.40 s [vector] Prelude.foldr1: empty list
  734. 1286.40 s [vector] CallStack (from HasCallStack):
  735. 1286.40 s [vector] error, called at libraries/base/GHC/List.hs:1644:3 in base:GHC.List
  736. 1286.40 s [vector] errorEmptyList, called at libraries/base/GHC/List.hs:609:30 in base:GHC.List
  737. 1286.40 s [vector] foldr1, called at libraries/base/Data/Foldable.hs:741:15 in base:Data.Foldable
  738. 1286.40 s [vector] []
  739. 1286.40 s [vector] zip: OK
  740. 1286.40 s [vector] +++ OK, passed 100 tests.
  741. 1286.40 s [vector] zip3: OK
  742. 1286.40 s [vector] +++ OK, passed 100 tests.
  743. 1286.41 s [vector] unzip: OK
  744. 1286.41 s [vector] +++ OK, passed 100 tests.
  745. 1286.41 s [vector] unzip3: OK
  746. 1286.41 s [vector] +++ OK, passed 100 tests.
  747. 1286.41 s [vector] indexed: OK
  748. 1286.41 s [vector] +++ OK, passed 100 tests.
  749. 1286.41 s [vector] update: OK
  750. 1286.41 s [vector] +++ OK, passed 100 tests.
  751. 1286.41 s [vector] mempty: OK
  752. 1286.42 s [vector] +++ OK, passed 1 test.
  753. 1286.43 s [vector] mappend: OK
  754. 1286.43 s [vector] +++ OK, passed 100 tests.
  755. 1286.49 s [vector] mconcat: OK (0.07s)
  756. 1286.49 s [vector] +++ OK, passed 100 tests.
  757. 1286.49 s [vector] glength: OK
  758. 1286.49 s [vector] +++ OK, passed 100 tests.
  759. 1286.49 s [vector] unstream
  760. 1286.49 s [vector] unstream == vunstream (exact): OK
  761. 1286.49 s [vector] +++ OK, passed 100 tests.
  762. 1286.49 s [vector] unstream == vunstream (unknown): OK
  763. 1286.49 s [vector] +++ OK, passed 100 tests.
  764. 1286.49 s [vector] unstreamR ~= vunstream (exact): OK
  765. 1286.49 s [vector] +++ OK, passed 100 tests.
  766. 1286.49 s [vector] unstreamR ~= vunstream (unknown): OK
  767. 1286.49 s [vector] +++ OK, passed 100 tests.
  768. 1286.49 s [vector] Data.Vector.Storable.Vector Alignment
  769. 1286.49 s [vector] Aligned Double: OK
  770. 1286.49 s [vector] Aligned Int: OK
  771. 1286.49 s [vector] Regression tests
  772. 1286.49 s [vector] enumFromTo crash #188
  773. 1286.49 s [vector] Word8: OK
  774. 1286.49 s [vector] Word16: OK
  775. 1286.49 s [vector] Word32: OK
  776. 1286.49 s [vector] Word64: OK
  777. 1286.49 s [vector] Word: OK
  778. 1286.49 s [vector] Int8: OK
  779. 1286.49 s [vector] Int16: OK
  780. 1286.49 s [vector] Int32: OK
  781. 1286.49 s [vector] Int64: OK
  782. 1286.49 s [vector] Int: OK
  783. 1286.49 s [vector] Char: OK
  784. 1286.49 s [vector] Negative tests
  785. 1286.49 s [vector] slice out of bounds #257
  786. 1286.49 s [vector] Boxed
  787. 1286.49 s [vector] Negative ix: OK
  788. 1286.49 s [vector] Negative size: OK
  789. 1286.49 s [vector] Negative ix and size: OK
  790. 1286.49 s [vector] Too large ix: OK
  791. 1286.49 s [vector] Too large size: OK
  792. 1286.49 s [vector] Too large ix and size: OK
  793. 1286.49 s [vector] Overflow: OK
  794. 1286.49 s [vector] OutOfMemory: OK
  795. 1286.49 s [vector] Primitive
  796. 1286.49 s [vector] Negative ix: OK
  797. 1286.49 s [vector] Negative size: OK
  798. 1286.49 s [vector] Negative ix and size: OK
  799. 1286.49 s [vector] Too large ix: OK
  800. 1286.49 s [vector] Too large size: OK
  801. 1286.49 s [vector] Too large ix and size: OK
  802. 1286.49 s [vector] Overflow: OK
  803. 1286.49 s [vector] OutOfMemory: OK
  804. 1286.49 s [vector] Storable
  805. 1286.49 s [vector] Negative ix: OK
  806. 1286.49 s [vector] Negative size: OK
  807. 1286.49 s [vector] Negative ix and size: OK
  808. 1286.49 s [vector] Too large ix: OK
  809. 1286.49 s [vector] Too large size: OK
  810. 1286.50 s [vector] Too large ix and size: OK
  811. 1286.50 s [vector] Overflow: OK
  812. 1286.50 s [vector] OutOfMemory: OK
  813. 1286.50 s [vector] Unboxed
  814. 1286.50 s [vector] Negative ix: OK
  815. 1286.50 s [vector] Negative size: OK
  816. 1286.50 s [vector] Negative ix and size: OK
  817. 1286.50 s [vector] Too large ix: OK
  818. 1286.50 s [vector] Too large size: OK
  819. 1286.50 s [vector] Too large ix and size: OK
  820. 1286.50 s [vector] Overflow: OK
  821. 1286.50 s [vector] OutOfMemory: OK
  822. 1286.50 s [vector] take #282
  823. 1286.50 s [vector] Boxed: OK
  824. 1286.50 s [vector] Primitive: OK
  825. 1286.50 s [vector] Storable: OK
  826. 1286.50 s [vector] Unboxed: OK
  827. 1286.50 s [vector] Data.Vector
  828. 1286.50 s [vector] MonadFix: OK
  829. 1286.50 s [vector] toFromArray: OK
  830. 1286.50 s [vector] toFromArraySlice: OK
  831. 1286.50 s [vector] toFromArraySliceUnsafe: OK
  832. 1286.50 s [vector] toFromMutableArray: OK
  833. 1286.51 s [vector] Data.Vector.Mutable (Move): OK
  834. 1286.51 s [vector] +++ OK, passed 100 tests; 15 discarded.
  835. 1286.51 s [vector] Data.Vector.Primitive.Mutable (Move): OK
  836. 1286.51 s [vector] +++ OK, passed 100 tests; 16 discarded.
  837. 1286.52 s [vector] Data.Vector.Unboxed.Mutable (Move): OK
  838. 1286.52 s [vector] +++ OK, passed 100 tests; 16 discarded.
  839. 1286.53 s [vector] Data.Vector.Storable.Mutable (Move): OK
  840. 1286.53 s [vector] +++ OK, passed 100 tests; 15 discarded.
  841. 1286.54 s [vector] Data.Vector.Generic.Mutable (nextPermutation): OK (0.02s)
  842. 1286.54 s [vector] +++ OK, passed 1 test.
  843. 1286.55 s [vector]
  844. 1286.55 s [vector] All 2397 tests passed (14.57s)
  845. 1286.56 s [vector] Test suite vector-tests-O2: PASS
  846. 1286.56 s [vector] Test suite logged to: dist/test/vector-0.13.1.0-vector-tests-O2.log
  847. 1286.56 s [vector] 2 of 2 test suites (2 of 2 test cases) passed.
  848. 1286.58 s [vector] Phase: haddockPhase
  849. 1286.94 s [vector] Preprocessing library for vector-0.13.1.0..
  850. 1286.95 s [vector] Running Haddock on library for vector-0.13.1.0..
  851. 1287.07 s [vector] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  852. 1288.02 s [vector] 100% ( 2 / 2) in 'Data.Vector.Fusion.Stream.Monadic'
  853. 1288.06 s [vector] 83% ( 5 / 6) in 'Data.Vector.Fusion.Util'
  854. 1288.06 s [vector] Missing documentation for:
  855. 1288.06 s [vector] liftBox
  856. 1288.13 s [vector] 100% ( 9 / 9) in 'Data.Vector.Fusion.Bundle.Size'
  857. 1288.26 s [vector] Warning: 'unsafeSlice' is out of scope.
  858. 1288.26 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  859. 1288.26 s [vector] Warning: 'overlaps' is out of scope.
  860. 1288.26 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  861. 1288.26 s [vector] Warning: 'unsafeNew' is out of scope.
  862. 1288.26 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  863. 1288.26 s [vector] Warning: 'unsafeRead' is out of scope.
  864. 1288.26 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  865. 1288.27 s [vector] Warning: 'unsafeWrite' is out of scope.
  866. 1288.27 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  867. 1288.27 s [vector] Warning: 'clear' is out of scope.
  868. 1288.27 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  869. 1288.27 s [vector] Warning: 'set' is out of scope.
  870. 1288.27 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  871. 1288.27 s [vector] Warning: 'unsafeCopy' is out of scope.
  872. 1288.27 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  873. 1288.27 s [vector] Warning: 'unsafeMove' is out of scope.
  874. 1288.27 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  875. 1288.27 s [vector] Warning: 'grow' is out of scope.
  876. 1288.27 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  877. 1288.27 s [vector] Warning: 'unsafeGrow' is out of scope.
  878. 1288.27 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  879. 1288.27 s [vector] 100% ( 2 / 2) in 'Data.Vector.Generic.Mutable.Base'
  880. 1288.32 s [vector] Warning: 'basicUnsafeWrite' is out of scope.
  881. 1288.32 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  882. 1288.79 s [vector] 79% (110 /139) in 'Data.Vector.Fusion.Bundle.Monadic'
  883. 1288.79 s [vector] Missing documentation for:
  884. 1288.79 s [vector] Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118)
  885. 1288.79 s [vector] generate (src/Data/Vector/Fusion/Bundle/Monadic.hs:205)
  886. 1288.79 s [vector] unbox (src/Data/Vector/Fusion/Bundle/Monadic.hs:318)
  887. 1288.79 s [vector] concatMap (src/Data/Vector/Fusion/Bundle/Monadic.hs:627)
  888. 1288.79 s [vector] zipWithM_ (src/Data/Vector/Fusion/Bundle/Monadic.hs:349)
  889. 1288.79 s [vector] zipWith3M (src/Data/Vector/Fusion/Bundle/Monadic.hs:353)
  890. 1288.79 s [vector] zipWith4M (src/Data/Vector/Fusion/Bundle/Monadic.hs:360)
  891. 1288.79 s [vector] zipWith5M (src/Data/Vector/Fusion/Bundle/Monadic.hs:367)
  892. 1288.79 s [vector] zipWith6M (src/Data/Vector/Fusion/Bundle/Monadic.hs:374)
  893. 1288.79 s [vector] zipWith (src/Data/Vector/Fusion/Bundle/Monadic.hs:382)
  894. 1288.79 s [vector] zipWith3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:386)
  895. 1288.79 s [vector] zipWith4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:391)
  896. 1288.79 s [vector] zipWith5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:397)
  897. 1288.79 s [vector] zipWith6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:403)
  898. 1288.79 s [vector] zip (src/Data/Vector/Fusion/Bundle/Monadic.hs:409)
  899. 1288.79 s [vector] zip3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:413)
  900. 1288.79 s [vector] zip4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:417)
  901. 1288.79 s [vector] zip5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:422)
  902. 1288.79 s [vector] zip6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:427)
  903. 1288.79 s [vector] and (src/Data/Vector/Fusion/Bundle/Monadic.hs:619)
  904. 1288.79 s [vector] or (src/Data/Vector/Fusion/Bundle/Monadic.hs:623)
  905. 1288.79 s [vector] concatMapM (src/Data/Vector/Fusion/Bundle/Monadic.hs:631)
  906. 1288.79 s [vector] fromVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1084)
  907. 1288.79 s [vector] reVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1164)
  908. 1288.79 s [vector] fromVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1103)
  909. 1288.79 s [vector] concatVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1131)
  910. 1288.79 s [vector] fromStream (src/Data/Vector/Fusion/Bundle/Monadic.hs:134)
  911. 1288.79 s [vector] chunks (src/Data/Vector/Fusion/Bundle/Monadic.hs:141)
  912. 1288.79 s [vector] elements (src/Data/Vector/Fusion/Bundle/Monadic.hs:145)
  913. 1289.58 s [vector] Warning: 'Nothing' is out of scope.
  914. 1289.58 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  915. 1289.58 s [vector] Warning: 'Just' is out of scope.
  916. 1289.58 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  917. 1289.60 s [vector] 79% ( 90 /113) in 'Data.Vector.Fusion.Bundle'
  918. 1289.60 s [vector] Missing documentation for:
  919. 1289.60 s [vector] Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118)
  920. 1289.60 s [vector] inplace (src/Data/Vector/Fusion/Bundle.hs:110)
  921. 1289.60 s [vector] concatMap (src/Data/Vector/Fusion/Bundle.hs:254)
  922. 1289.60 s [vector] unbox (src/Data/Vector/Fusion/Bundle.hs:250)
  923. 1289.60 s [vector] zipWith4 (src/Data/Vector/Fusion/Bundle.hs:282)
  924. 1289.60 s [vector] zipWith5 (src/Data/Vector/Fusion/Bundle.hs:288)
  925. 1289.60 s [vector] zipWith6 (src/Data/Vector/Fusion/Bundle.hs:294)
  926. 1289.60 s [vector] zip (src/Data/Vector/Fusion/Bundle.hs:300)
  927. 1289.60 s [vector] zip3 (src/Data/Vector/Fusion/Bundle.hs:304)
  928. 1289.60 s [vector] zip4 (src/Data/Vector/Fusion/Bundle.hs:308)
  929. 1289.60 s [vector] zip5 (src/Data/Vector/Fusion/Bundle.hs:313)
  930. 1289.60 s [vector] zip6 (src/Data/Vector/Fusion/Bundle.hs:318)
  931. 1289.60 s [vector] and (src/Data/Vector/Fusion/Bundle.hs:404)
  932. 1289.60 s [vector] or (src/Data/Vector/Fusion/Bundle.hs:408)
  933. 1289.60 s [vector] unsafeFromList (src/Data/Vector/Fusion/Bundle.hs:630)
  934. 1289.60 s [vector] fromVector (src/Data/Vector/Fusion/Bundle.hs:634)
  935. 1289.60 s [vector] reVector (src/Data/Vector/Fusion/Bundle.hs:638)
  936. 1289.60 s [vector] fromVectors (src/Data/Vector/Fusion/Bundle.hs:642)
  937. 1289.60 s [vector] concatVectors (src/Data/Vector/Fusion/Bundle.hs:646)
  938. 1289.60 s [vector] zipWithM (src/Data/Vector/Fusion/Bundle.hs:533)
  939. 1289.60 s [vector] zipWithM_ (src/Data/Vector/Fusion/Bundle.hs:537)
  940. 1289.60 s [vector] eqBy (src/Data/Vector/Fusion/Bundle.hs:490)
  941. 1289.60 s [vector] cmpBy (src/Data/Vector/Fusion/Bundle.hs:499)
  942. 1290.05 s [vector] 85% ( 90 /105) in 'Data.Vector.Generic.Mutable'
  943. 1290.05 s [vector] Missing documentation for:
  944. 1290.05 s [vector] mstream (src/Data/Vector/Generic/Mutable.hs:135)
  945. 1290.05 s [vector] mstreamR (src/Data/Vector/Generic/Mutable.hs:164)
  946. 1290.05 s [vector] transform (src/Data/Vector/Generic/Mutable.hs:158)
  947. 1290.05 s [vector] transformR (src/Data/Vector/Generic/Mutable.hs:193)
  948. 1290.05 s [vector] fill (src/Data/Vector/Generic/Mutable.hs:146)
  949. 1290.05 s [vector] fillR (src/Data/Vector/Generic/Mutable.hs:177)
  950. 1290.05 s [vector] unsafeAccum (src/Data/Vector/Generic/Mutable.hs:1010)
  951. 1290.05 s [vector] accum (src/Data/Vector/Generic/Mutable.hs:987)
  952. 1290.05 s [vector] unsafeUpdate (src/Data/Vector/Generic/Mutable.hs:1021)
  953. 1290.05 s [vector] update (src/Data/Vector/Generic/Mutable.hs:999)
  954. 1290.05 s [vector] reverse (src/Data/Vector/Generic/Mutable.hs:1030)
  955. 1290.05 s [vector] unstablePartition (src/Data/Vector/Generic/Mutable.hs:1039)
  956. 1290.05 s [vector] unstablePartitionBundle (src/Data/Vector/Generic/Mutable.hs:1068)
  957. 1290.05 s [vector] partitionBundle (src/Data/Vector/Generic/Mutable.hs:1095)
  958. 1290.05 s [vector] partitionWithBundle (src/Data/Vector/Generic/Mutable.hs:1155)
  959. 1290.75 s [vector] 21% ( 5 / 23) in 'Data.Vector.Generic.New'
  960. 1290.75 s [vector] Missing documentation for:
  961. 1290.75 s [vector] create (src/Data/Vector/Generic/New.hs:60)
  962. 1290.75 s [vector] run (src/Data/Vector/Generic/New.hs:64)
  963. 1290.75 s [vector] runPrim (src/Data/Vector/Generic/New.hs:68)
  964. 1290.75 s [vector] apply (src/Data/Vector/Generic/New.hs:72)
  965. 1290.75 s [vector] modify (src/Data/Vector/Generic/New.hs:76)
  966. 1290.75 s [vector] modifyWithBundle (src/Data/Vector/Generic/New.hs:80)
  967. 1290.75 s [vector] unstream (src/Data/Vector/Generic/New.hs:85)
  968. 1290.75 s [vector] transform (src/Data/Vector/Generic/New.hs:89)
  969. 1290.75 s [vector] unstreamR (src/Data/Vector/Generic/New.hs:111)
  970. 1290.75 s [vector] transformR (src/Data/Vector/Generic/New.hs:115)
  971. 1290.75 s [vector] slice (src/Data/Vector/Generic/New.hs:137)
  972. 1290.75 s [vector] init (src/Data/Vector/Generic/New.hs:141)
  973. 1290.75 s [vector] tail (src/Data/Vector/Generic/New.hs:145)
  974. 1290.75 s [vector] take (src/Data/Vector/Generic/New.hs:149)
  975. 1290.75 s [vector] drop (src/Data/Vector/Generic/New.hs:153)
  976. 1290.75 s [vector] unsafeSlice (src/Data/Vector/Generic/New.hs:157)
  977. 1290.75 s [vector] unsafeInit (src/Data/Vector/Generic/New.hs:161)
  978. 1290.75 s [vector] unsafeTail (src/Data/Vector/Generic/New.hs:165)
  979. 1291.28 s [vector] Warning: 'a' is out of scope.
  980. 1291.28 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  981. 1291.28 s [vector] Warning: 'b' is out of scope.
  982. 1291.28 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  983. 1291.29 s [vector] Warning: 'Left' is out of scope.
  984. 1291.29 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  985. 1291.29 s [vector] Warning: 'Right' is out of scope.
  986. 1291.29 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  987. 1291.29 s [vector] Warning: 'Foldable' is out of scope.
  988. 1291.29 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  989. 1291.29 s [vector] Warning: 'True' is out of scope.
  990. 1291.29 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  991. 1291.31 s [vector] 93% (257 /276) in 'Data.Vector.Generic'
  992. 1291.31 s [vector] Missing documentation for:
  993. 1291.31 s [vector] zipWith4 (src/Data/Vector/Generic.hs:1169)
  994. 1291.31 s [vector] zipWith5 (src/Data/Vector/Generic.hs:1178)
  995. 1291.31 s [vector] zipWith6 (src/Data/Vector/Generic.hs:1190)
  996. 1291.31 s [vector] izipWith4 (src/Data/Vector/Generic.hs:1221)
  997. 1291.31 s [vector] izipWith5 (src/Data/Vector/Generic.hs:1230)
  998. 1291.31 s [vector] izipWith6 (src/Data/Vector/Generic.hs:1242)
  999. 1291.31 s [vector] zip4 (src/Data/Vector/Generic.hs:1266)
  1000. 1291.31 s [vector] zip5 (src/Data/Vector/Generic.hs:1271)
  1001. 1291.31 s [vector] zip6 (src/Data/Vector/Generic.hs:1277)
  1002. 1291.31 s [vector] unzip3 (src/Data/Vector/Generic.hs:1327)
  1003. 1291.31 s [vector] unzip4 (src/Data/Vector/Generic.hs:1334)
  1004. 1291.31 s [vector] unzip5 (src/Data/Vector/Generic.hs:1343)
  1005. 1291.31 s [vector] unzip6 (src/Data/Vector/Generic.hs:1353)
  1006. 1291.31 s [vector] liftShowsPrec (src/Data/Vector/Generic.hs:2606)
  1007. 1291.31 s [vector] gunfold (src/Data/Vector/Generic.hs:2646)
  1008. 1291.31 s [vector] dataCast (src/Data/Vector/Generic.hs:2654)
  1009. 1291.31 s [vector] mkVecType (src/Data/Vector/Generic.hs:2637)
  1010. 1291.31 s [vector] mkVecConstr (src/Data/Vector/Generic.hs:2633)
  1011. 1291.31 s [vector] mkType (src/Data/Vector/Generic.hs:2641)
  1012. 1292.02 s [vector] Warning: 'IO' is out of scope.
  1013. 1292.02 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1014. 1292.02 s [vector] Warning: 'ST' is out of scope.
  1015. 1292.02 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1016. 1292.16 s [vector] Warning: 'Nothing' is out of scope.
  1017. 1292.16 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1018. 1292.16 s [vector] 97% ( 85 / 87) in 'Data.Vector.Mutable'
  1019. 1292.16 s [vector] Missing documentation for:
  1020. 1292.16 s [vector] IOVector (src/Data/Vector/Mutable.hs:100)
  1021. 1292.16 s [vector] STVector (src/Data/Vector/Mutable.hs:101)
  1022. 1292.84 s [vector] Warning: 'Nothing' is out of scope.
  1023. 1292.84 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1024. 1292.84 s [vector] Warning: 'Just' is out of scope.
  1025. 1292.84 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1026. 1292.85 s [vector] Warning: 'a' is out of scope.
  1027. 1292.85 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1028. 1292.85 s [vector] Warning: 'b' is out of scope.
  1029. 1292.85 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1030. 1292.86 s [vector] Warning: 'Left' is out of scope.
  1031. 1292.86 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1032. 1292.86 s [vector] Warning: 'Right' is out of scope.
  1033. 1292.86 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1034. 1292.86 s [vector] Warning: 'Foldable' is out of scope.
  1035. 1292.86 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1036. 1292.86 s [vector] Warning: 'True' is out of scope.
  1037. 1292.86 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1038. 1292.87 s [vector] Warning: 'fromList' is ambiguous. It is defined
  1039. 1292.87 s [vector] * in ‘GHC.IsList’
  1040. 1292.87 s [vector] * at src/Data/Vector.hs:2132:1
  1041. 1292.87 s [vector] You may be able to disambiguate the identifier by qualifying it or
  1042. 1292.87 s [vector] by specifying the type/value namespace explicitly.
  1043. 1292.87 s [vector] Defaulting to the one defined at src/Data/Vector.hs:2132:1
  1044. 1292.88 s [vector] 94% (243 /256) in 'Data.Vector'
  1045. 1292.88 s [vector] Missing documentation for:
  1046. 1292.88 s [vector] zipWith4 (src/Data/Vector.hs:1170)
  1047. 1292.88 s [vector] zipWith5 (src/Data/Vector.hs:1175)
  1048. 1292.88 s [vector] zipWith6 (src/Data/Vector.hs:1181)
  1049. 1292.88 s [vector] izipWith4 (src/Data/Vector.hs:1199)
  1050. 1292.88 s [vector] izipWith5 (src/Data/Vector.hs:1204)
  1051. 1292.88 s [vector] izipWith6 (src/Data/Vector.hs:1210)
  1052. 1292.88 s [vector] zip4 (src/Data/Vector.hs:1226)
  1053. 1292.88 s [vector] zip5 (src/Data/Vector.hs:1231)
  1054. 1292.88 s [vector] zip6 (src/Data/Vector.hs:1236)
  1055. 1292.88 s [vector] unzip3 (src/Data/Vector.hs:1249)
  1056. 1292.88 s [vector] unzip4 (src/Data/Vector.hs:1253)
  1057. 1292.88 s [vector] unzip5 (src/Data/Vector.hs:1257)
  1058. 1292.88 s [vector] unzip6 (src/Data/Vector.hs:1262)
  1059. 1293.23 s [vector] Warning: 'Nothing' is out of scope.
  1060. 1293.23 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1061. 1293.24 s [vector] 97% ( 86 / 88) in 'Data.Vector.Primitive.Mutable'
  1062. 1293.24 s [vector] Missing documentation for:
  1063. 1293.24 s [vector] IOVector (src/Data/Vector/Primitive/Mutable.hs:116)
  1064. 1293.24 s [vector] STVector (src/Data/Vector/Primitive/Mutable.hs:117)
  1065. 1293.71 s [vector] Warning: 'Nothing' is out of scope.
  1066. 1293.71 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1067. 1293.71 s [vector] Warning: 'Just' is out of scope.
  1068. 1293.71 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1069. 1293.72 s [vector] Warning: 'a' is out of scope.
  1070. 1293.72 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1071. 1293.72 s [vector] Warning: 'b' is out of scope.
  1072. 1293.72 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1073. 1293.72 s [vector] Warning: 'flip' is out of scope.
  1074. 1293.72 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1075. 1293.73 s [vector] Warning: 'Left' is out of scope.
  1076. 1293.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1077. 1293.73 s [vector] Warning: 'Right' is out of scope.
  1078. 1293.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1079. 1293.73 s [vector] Warning: 'Foldable' is out of scope.
  1080. 1293.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1081. 1293.75 s [vector] 97% (226 /232) in 'Data.Vector.Primitive'
  1082. 1293.75 s [vector] Missing documentation for:
  1083. 1293.75 s [vector] zipWith4 (src/Data/Vector/Primitive.hs:963)
  1084. 1293.75 s [vector] zipWith5 (src/Data/Vector/Primitive.hs:969)
  1085. 1293.75 s [vector] zipWith6 (src/Data/Vector/Primitive.hs:977)
  1086. 1293.75 s [vector] izipWith4 (src/Data/Vector/Primitive.hs:999)
  1087. 1293.75 s [vector] izipWith5 (src/Data/Vector/Primitive.hs:1005)
  1088. 1293.75 s [vector] izipWith6 (src/Data/Vector/Primitive.hs:1013)
  1089. 1293.97 s [vector] Warning: 'Storable' is out of scope.
  1090. 1293.97 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1091. 1294.04 s [vector] Warning: 'Nothing' is out of scope.
  1092. 1294.04 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1093. 1294.06 s [vector] 97% ( 92 / 94) in 'Data.Vector.Storable.Mutable'
  1094. 1294.06 s [vector] Missing documentation for:
  1095. 1294.06 s [vector] IOVector (src/Data/Vector/Storable/Mutable.hs:135)
  1096. 1294.06 s [vector] STVector (src/Data/Vector/Storable/Mutable.hs:136)
  1097. 1294.39 s [vector] Warning: 'Nothing' is out of scope.
  1098. 1294.39 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1099. 1294.40 s [vector] Warning: 'Just' is out of scope.
  1100. 1294.40 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1101. 1294.40 s [vector] Warning: 'a' is out of scope.
  1102. 1294.40 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1103. 1294.40 s [vector] Warning: 'b' is out of scope.
  1104. 1294.40 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1105. 1294.40 s [vector] Warning: 'flip' is out of scope.
  1106. 1294.40 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1107. 1294.41 s [vector] Warning: 'Left' is out of scope.
  1108. 1294.41 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1109. 1294.41 s [vector] Warning: 'Right' is out of scope.
  1110. 1294.41 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1111. 1294.41 s [vector] Warning: 'Foldable' is out of scope.
  1112. 1294.41 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1113. 1294.41 s [vector] Warning: 'True' is out of scope.
  1114. 1294.41 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1115. 1294.42 s [vector] 97% (237 /243) in 'Data.Vector.Storable'
  1116. 1294.42 s [vector] Missing documentation for:
  1117. 1294.42 s [vector] zipWith4 (src/Data/Vector/Storable.hs:974)
  1118. 1294.42 s [vector] zipWith5 (src/Data/Vector/Storable.hs:980)
  1119. 1294.42 s [vector] zipWith6 (src/Data/Vector/Storable.hs:988)
  1120. 1294.42 s [vector] izipWith4 (src/Data/Vector/Storable.hs:1010)
  1121. 1294.42 s [vector] izipWith5 (src/Data/Vector/Storable.hs:1016)
  1122. 1294.42 s [vector] izipWith6 (src/Data/Vector/Storable.hs:1024)
  1123. 1296.70 s [vector] Warning: 'Complex' is out of scope.
  1124. 1296.70 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1125. 1296.70 s [vector] Warning: 'RealFloat' is out of scope.
  1126. 1296.70 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1127. 1296.71 s [vector] Warning: 'Nothing' is out of scope.
  1128. 1296.71 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1129. 1296.71 s [vector] Warning: 'Just' is out of scope.
  1130. 1296.71 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1131. 1296.72 s [vector] Warning: 'a' is out of scope.
  1132. 1296.72 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1133. 1296.72 s [vector] Warning: 'b' is out of scope.
  1134. 1296.72 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1135. 1296.73 s [vector] Warning: 'flip' is out of scope.
  1136. 1296.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1137. 1296.73 s [vector] Warning: 'Left' is out of scope.
  1138. 1296.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1139. 1296.73 s [vector] Warning: 'Right' is out of scope.
  1140. 1296.73 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1141. 1296.74 s [vector] Warning: 'Foldable' is out of scope.
  1142. 1296.74 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1143. 1296.74 s [vector] Warning: 'True' is out of scope.
  1144. 1296.74 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1145. 1296.77 s [vector] 96% (243 /252) in 'Data.Vector.Unboxed'
  1146. 1296.77 s [vector] Missing documentation for:
  1147. 1296.77 s [vector] Vector (src/Data/Vector/Unboxed/Base.hs:69)
  1148. 1296.77 s [vector] MVector (src/Data/Vector/Unboxed/Base.hs:68)
  1149. 1296.77 s [vector] Unbox (src/Data/Vector/Unboxed/Base.hs:76)
  1150. 1296.77 s [vector] zipWith4 (src/Data/Vector/Unboxed.hs:985)
  1151. 1296.77 s [vector] zipWith5 (src/Data/Vector/Unboxed.hs:991)
  1152. 1296.77 s [vector] zipWith6 (src/Data/Vector/Unboxed.hs:998)
  1153. 1296.77 s [vector] izipWith4 (src/Data/Vector/Unboxed.hs:1019)
  1154. 1296.77 s [vector] izipWith5 (src/Data/Vector/Unboxed.hs:1025)
  1155. 1296.77 s [vector] izipWith6 (src/Data/Vector/Unboxed.hs:1032)
  1156. 1297.55 s [vector] Warning: 'Nothing' is out of scope.
  1157. 1297.55 s [vector] If you qualify the identifier, haddock can try to link it anyway.
  1158. 1297.57 s [vector] 95% ( 92 / 96) in 'Data.Vector.Unboxed.Mutable'
  1159. 1297.57 s [vector] Missing documentation for:
  1160. 1297.57 s [vector] MVector (src/Data/Vector/Unboxed/Base.hs:68)
  1161. 1297.57 s [vector] IOVector (src/Data/Vector/Unboxed/Base.hs:71)
  1162. 1297.57 s [vector] STVector (src/Data/Vector/Unboxed/Base.hs:72)
  1163. 1297.57 s [vector] Unbox (src/Data/Vector/Unboxed/Base.hs:76)
  1164. 1299.37 s [vector] Warning: Data.Vector.Unboxed: could not find link destinations for:
  1165. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_6
  1166. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_5
  1167. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_4
  1168. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_3
  1169. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_2
  1170. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Compose
  1171. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Alt
  1172. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Const
  1173. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_All
  1174. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Any
  1175. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Arg
  1176. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_WrappedMonoid
  1177. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Last
  1178. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_First
  1179. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Max
  1180. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Min
  1181. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Product
  1182. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Sum
  1183. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Dual
  1184. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Down
  1185. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Identity
  1186. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Complex
  1187. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Bool
  1188. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Char
  1189. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Double
  1190. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Float
  1191. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Word64
  1192. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Word32
  1193. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Word16
  1194. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Word8
  1195. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Word
  1196. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Int64
  1197. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Int32
  1198. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Int16
  1199. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Int8
  1200. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Int
  1201. 1299.37 s [vector] - Data.Vector.Unboxed.Base.V_Unit
  1202. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,,,)0
  1203. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,,)0
  1204. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,)0
  1205. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,)0
  1206. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,)0
  1207. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
  1208. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
  1209. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsConst0
  1210. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAll0
  1211. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAny0
  1212. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsArg0
  1213. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
  1214. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsLast0
  1215. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
  1216. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsMax0
  1217. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsMin0
  1218. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsProduct0
  1219. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsSum0
  1220. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDual0
  1221. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDown0
  1222. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
  1223. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
  1224. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsBool0
  1225. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsChar0
  1226. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
  1227. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
  1228. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord640
  1229. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord320
  1230. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord160
  1231. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord80
  1232. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord0
  1233. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt640
  1234. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
  1235. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt160
  1236. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt80
  1237. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt0
  1238. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors()0
  1239. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector(,,,,,)0
  1240. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector(,,,,)0
  1241. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector(,,,)0
  1242. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector(,,)0
  1243. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector(,)0
  1244. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorCompose0
  1245. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorAlt0
  1246. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorConst0
  1247. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorAll0
  1248. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorAny0
  1249. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorArg0
  1250. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWrappedMonoid0
  1251. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorLast0
  1252. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorFirst0
  1253. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorMax0
  1254. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorMin0
  1255. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorProduct0
  1256. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorSum0
  1257. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorDual0
  1258. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorDown0
  1259. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
  1260. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorComplex0
  1261. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorBool0
  1262. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorChar0
  1263. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorDouble0
  1264. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorFloat0
  1265. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWord640
  1266. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWord320
  1267. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWord160
  1268. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWord80
  1269. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorWord0
  1270. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorInt640
  1271. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorInt320
  1272. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorInt160
  1273. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorInt80
  1274. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorInt0
  1275. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:Vector()0
  1276. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorUnboxViaPrim0
  1277. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
  1278. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:VectorAs0
  1279. 1299.37 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAs0
  1280. 1299.43 s [vector] Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for:
  1281. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,,,)0
  1282. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,,)0
  1283. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,,)0
  1284. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,,)0
  1285. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors(,)0
  1286. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
  1287. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
  1288. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsConst0
  1289. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAll0
  1290. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAny0
  1291. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsArg0
  1292. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
  1293. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsLast0
  1294. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
  1295. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsMax0
  1296. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsMin0
  1297. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsProduct0
  1298. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsSum0
  1299. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDual0
  1300. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDown0
  1301. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
  1302. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
  1303. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsBool0
  1304. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsChar0
  1305. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
  1306. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
  1307. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord640
  1308. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord320
  1309. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord160
  1310. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord80
  1311. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsWord0
  1312. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt640
  1313. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
  1314. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt160
  1315. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt80
  1316. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsInt0
  1317. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectors()0
  1318. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
  1319. 1299.43 s [vector] - Data.Vector.Unboxed.Base.D:R:MVectorsAs0
  1320. 1309.66 s [vector] Documentation created: dist/doc/html/vector/index.html,
  1321. 1309.66 s [vector] dist/doc/html/vector/vector.txt
  1322. 1309.74 s [vector] Preprocessing test suite 'vector-tests-O0' for vector-0.13.1.0..
  1323. 1309.74 s [vector] Preprocessing test suite 'vector-doctest' for vector-0.13.1.0..
  1324. 1309.74 s [vector] Preprocessing test suite 'vector-tests-O2' for vector-0.13.1.0..
  1325. 1309.75 s [vector] Preprocessing test suite 'vector-inspection' for vector-0.13.1.0..
  1326. 1309.76 s [vector] Phase: installPhase
  1327. 1309.91 s [vector] Installing library in /nix/store/p1fm1h9i97j7cq0bjjminh0lsch91f5z-vector-0.13.1.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  1328. 1311.35 s [vector] Phase: fixupPhase
  1329. 1311.39 s [vector] shrinking RPATHs of ELF executables and libraries in /nix/store/p1fm1h9i97j7cq0bjjminh0lsch91f5z-vector-0.13.1.0
  1330. 1311.41 s [vector] shrinking /nix/store/p1fm1h9i97j7cq0bjjminh0lsch91f5z-vector-0.13.1.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSvector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4-ghc9.6.3.so
  1331. 1311.44 s [vector] checking for references to /build/ in /nix/store/p1fm1h9i97j7cq0bjjminh0lsch91f5z-vector-0.13.1.0...
  1332. 1311.48 s [vector] patching script interpreter paths in /nix/store/p1fm1h9i97j7cq0bjjminh0lsch91f5z-vector-0.13.1.0
  1333. 1311.48 s [vector] stripping (with command strip and flags -S -p) in /nix/store/p1fm1h9i97j7cq0bjjminh0lsch91f5z-vector-0.13.1.0/lib
  1334. 1312.39 s [vector] shrinking RPATHs of ELF executables and libraries in /nix/store/k1zqhdmcbgp57vhnjxgshap86fi650y0-vector-0.13.1.0-doc
  1335. 1312.40 s [vector] checking for references to /build/ in /nix/store/k1zqhdmcbgp57vhnjxgshap86fi650y0-vector-0.13.1.0-doc...
  1336. 1312.43 s [vector] patching script interpreter paths in /nix/store/k1zqhdmcbgp57vhnjxgshap86fi650y0-vector-0.13.1.0-doc
  1337. 1312.86 s [vector:post-build] Uploading to the NixCI cache: /nix/store/k1zqhdmcbgp57vhnjxgshap86fi650y0-vector-0.13.1.0-doc /nix/store/p1fm1h9i97j7cq0bjjminh0lsch91f5z-vector-0.13.1.0
  1338. 1312.95 s [vector:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1339. 1313.28 s [vector:post-build] copying 2 paths...
  1340. 1313.28 s [vector:post-build] copying path '/nix/store/k1zqhdmcbgp57vhnjxgshap86fi650y0-vector-0.13.1.0-doc' to 'https://cache.nix-ci.com'...
  1341. 1317.06 s [vector:post-build] copying path '/nix/store/p1fm1h9i97j7cq0bjjminh0lsch91f5z-vector-0.13.1.0' to 'https://cache.nix-ci.com'...
  1342. 1328.58 s [vector:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1343. 1328.89 s [vector:post-build] copying 1 paths...
  1344. 1328.89 s [vector:post-build] copying path '/nix/store/7f59069g10gamv34zg4ya31lmclji4v8-vector-0.13.1.0.drv' to 'https://cache.nix-ci.com'...
  1345. 1329.18 s Uploaded vector in 16.3s
  1346. 1329.18 s Progress: 91 of 103 built, 18 of 18 downloaded from cache
  1347. 1329.18 s Built vector in 5m52s
  1348. 1329.25 s Building /nix/store/hdby2gnnp7zz2zqm4k07bcxs0z38s50r-nothunks-0.1.5.drv
  1349. 1329.35 s [nothunks] Phase: setupCompilerEnvironmentPhase
  1350. 1329.36 s [nothunks] Build with /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3.
  1351. 1329.56 s [nothunks] Phase: unpackPhase
  1352. 1329.57 s [nothunks] unpacking source archive /nix/store/z5r9hzar5569b3hg4k533dxil78cj8kh-nothunks-0.1.5.tar.gz
  1353. 1329.58 s [nothunks] source root is nothunks-0.1.5
  1354. 1329.58 s [nothunks] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file nothunks-0.1.5/test/Test/NoThunks/Class.hs
  1355. 1329.59 s [nothunks] Phase: patchPhase
  1356. 1329.60 s [nothunks] Replace Cabal file with edited version from mirror://hackage/nothunks-0.1.5/revision/1.cabal.
  1357. 1329.60 s [nothunks] Phase: compileBuildDriverPhase
  1358. 1329.61 s [nothunks] setupCompileFlags: -package-db=/build/tmp.I1KEUqGNfB/setup-package.conf.d -threaded
  1359. 1329.70 s [nothunks] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.I1KEUqGNfB/Main.o )
  1360. 1329.80 s [nothunks] [2 of 2] Linking Setup
  1361. 1331.63 s [nothunks] Phase: updateAutotoolsGnuConfigScriptsPhase
  1362. 1331.65 s [nothunks] Phase: configurePhase
  1363. 1331.67 s [nothunks] configureFlags: --verbose --prefix=/nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/vc4rxi4g95wgs2ir94ksj3v9bkx2d8qj-nothunks-0.1.5-doc/share/doc/nothunks-0.1.5 --with-gcc=gcc --package-db=/build/tmp.I1KEUqGNfB/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/zhsjsq37d57kfp5wz0xcg6x97x1426aj-elfutils-0.191/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  1364. 1331.68 s [nothunks] Using Parsec parser
  1365. 1331.68 s [nothunks] Configuring nothunks-0.1.5...
  1366. 1332.15 s [nothunks] Flags chosen: bytestring=True, text=True, vector=True
  1367. 1332.15 s [nothunks] Dependency base >=4.12 && <5: using base-4.18.1.0
  1368. 1332.15 s [nothunks] Dependency bytestring >=0.10 && <0.13: using bytestring-0.11.5.2
  1369. 1332.15 s [nothunks] Dependency containers >=0.5 && <0.8: using containers-0.6.7
  1370. 1332.15 s [nothunks] Dependency ghc-heap: using ghc-heap-9.6.3
  1371. 1332.15 s [nothunks] Dependency stm >=2.5 && <2.6: using stm-2.5.1.0
  1372. 1332.15 s [nothunks] Dependency text >=1.2 && <1.3 || >=2 && <2.2: using text-2.0.2
  1373. 1332.15 s [nothunks] Dependency time >=1.5 && <1.13: using time-1.12.2
  1374. 1332.15 s [nothunks] Dependency vector >=0.12 && <0.14: using vector-0.13.1.0
  1375. 1332.46 s [nothunks] Source component graph: component lib
  1376. 1332.46 s [nothunks] Configured component graph:
  1377. 1332.46 s [nothunks] component nothunks-0.1.5-L4gV22RfpTrHM0gQnA3zVT
  1378. 1332.46 s [nothunks] include base-4.18.1.0
  1379. 1332.46 s [nothunks] include bytestring-0.11.5.2
  1380. 1332.46 s [nothunks] include containers-0.6.7
  1381. 1332.46 s [nothunks] include ghc-heap-9.6.3
  1382. 1332.46 s [nothunks] include stm-2.5.1.0
  1383. 1332.46 s [nothunks] include text-2.0.2
  1384. 1332.46 s [nothunks] include time-1.12.2
  1385. 1332.46 s [nothunks] include vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  1386. 1332.46 s [nothunks] Linked component graph:
  1387. 1332.46 s [nothunks] unit nothunks-0.1.5-L4gV22RfpTrHM0gQnA3zVT
  1388. 1332.46 s [nothunks] include base-4.18.1.0
  1389. 1332.46 s [nothunks] include bytestring-0.11.5.2
  1390. 1332.46 s [nothunks] include containers-0.6.7
  1391. 1332.46 s [nothunks] include ghc-heap-9.6.3
  1392. 1332.46 s [nothunks] include stm-2.5.1.0
  1393. 1332.46 s [nothunks] include text-2.0.2
  1394. 1332.46 s [nothunks] include time-1.12.2
  1395. 1332.46 s [nothunks] include vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  1396. 1332.46 s [nothunks] NoThunks.Class=nothunks-0.1.5-L4gV22RfpTrHM0gQnA3zVT:NoThunks.Class
  1397. 1332.46 s [nothunks] Ready component graph:
  1398. 1332.46 s [nothunks] definite nothunks-0.1.5-L4gV22RfpTrHM0gQnA3zVT
  1399. 1332.46 s [nothunks] depends base-4.18.1.0
  1400. 1332.46 s [nothunks] depends bytestring-0.11.5.2
  1401. 1332.46 s [nothunks] depends containers-0.6.7
  1402. 1332.46 s [nothunks] depends ghc-heap-9.6.3
  1403. 1332.46 s [nothunks] depends stm-2.5.1.0
  1404. 1332.46 s [nothunks] depends text-2.0.2
  1405. 1332.46 s [nothunks] depends time-1.12.2
  1406. 1332.46 s [nothunks] depends vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  1407. 1332.46 s [nothunks] Using Cabal-3.10.1.0 compiled by ghc-9.6
  1408. 1332.46 s [nothunks] Using compiler: ghc-9.6.3
  1409. 1332.46 s [nothunks] Using install prefix:
  1410. 1332.46 s [nothunks] /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5
  1411. 1332.46 s [nothunks] Executables installed in:
  1412. 1332.46 s [nothunks] /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5/bin
  1413. 1332.46 s [nothunks] Libraries installed in:
  1414. 1332.46 s [nothunks] /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/nothunks-0.1.5-L4gV22RfpTrHM0gQnA3zVT
  1415. 1332.46 s [nothunks] Dynamic Libraries installed in:
  1416. 1332.46 s [nothunks] /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  1417. 1332.46 s [nothunks] Private executables installed in:
  1418. 1332.47 s [nothunks] /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5/libexec/x86_64-linux-ghc-9.6.3/nothunks-0.1.5
  1419. 1332.47 s [nothunks] Data files installed in:
  1420. 1332.47 s [nothunks] /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5/share/x86_64-linux-ghc-9.6.3/nothunks-0.1.5
  1421. 1332.47 s [nothunks] Documentation installed in:
  1422. 1332.47 s [nothunks] /nix/store/vc4rxi4g95wgs2ir94ksj3v9bkx2d8qj-nothunks-0.1.5-doc/share/doc/nothunks-0.1.5
  1423. 1332.47 s [nothunks] Configuration files installed in:
  1424. 1332.47 s [nothunks] /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5/etc
  1425. 1332.47 s [nothunks] No alex found
  1426. 1332.47 s [nothunks] Using ar found on system at:
  1427. 1332.47 s [nothunks] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  1428. 1332.47 s [nothunks] No c2hs found
  1429. 1332.47 s [nothunks] No cpphs found
  1430. 1332.47 s [nothunks] No doctest found
  1431. 1332.47 s [nothunks] Using gcc version 13.3.0 given by user at:
  1432. 1332.47 s [nothunks] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  1433. 1332.47 s [nothunks] Using ghc version 9.6.3 found on system at:
  1434. 1332.47 s [nothunks] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc
  1435. 1332.47 s [nothunks] Using ghc-pkg version 9.6.3 found on system at:
  1436. 1332.47 s [nothunks] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc-pkg-9.6.3
  1437. 1332.47 s [nothunks] No ghcjs found
  1438. 1332.47 s [nothunks] No ghcjs-pkg found
  1439. 1332.47 s [nothunks] No greencard found
  1440. 1332.47 s [nothunks] Using haddock version 2.29.1 found on system at:
  1441. 1332.47 s [nothunks] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/haddock-ghc-9.6.3
  1442. 1332.47 s [nothunks] No happy found
  1443. 1332.47 s [nothunks] Using haskell-suite found on system at: haskell-suite-dummy-location
  1444. 1332.47 s [nothunks] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1445. 1332.47 s [nothunks] No hmake found
  1446. 1332.47 s [nothunks] Using hpc version 0.68 found on system at:
  1447. 1332.47 s [nothunks] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hpc-ghc-9.6.3
  1448. 1332.47 s [nothunks] Using hsc2hs version 0.68.9 found on system at:
  1449. 1332.47 s [nothunks] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  1450. 1332.47 s [nothunks] Using hscolour version 1.25 found on system at:
  1451. 1332.47 s [nothunks] /nix/store/sa2a2s2s3sailzp0i1zijdz750p5anl1-hscolour-1.25/bin/HsColour
  1452. 1332.47 s [nothunks] No jhc found
  1453. 1332.47 s [nothunks] Using ld found on system at:
  1454. 1332.47 s [nothunks] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  1455. 1332.47 s [nothunks] No pkg-config found
  1456. 1332.47 s [nothunks] Using runghc version 9.6.3 found on system at:
  1457. 1332.47 s [nothunks] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/runghc-9.6.3
  1458. 1332.47 s [nothunks] Using strip version 2.43 found on system at:
  1459. 1332.47 s [nothunks] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  1460. 1332.47 s [nothunks] Using tar found on system at:
  1461. 1332.47 s [nothunks] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  1462. 1332.47 s [nothunks] No uhc found
  1463. 1332.61 s [nothunks] Phase: buildPhase
  1464. 1332.68 s [nothunks] Preprocessing library for nothunks-0.1.5..
  1465. 1332.69 s [nothunks] Building library for nothunks-0.1.5..
  1466. 1332.80 s [nothunks] [1 of 1] Compiling NoThunks.Class ( src/NoThunks/Class.hs, dist/build/NoThunks/Class.o, dist/build/NoThunks/Class.dyn_o )
  1467. 1335.55 s [nothunks] [1 of 1] Compiling NoThunks.Class ( src/NoThunks/Class.hs, dist/build/NoThunks/Class.p_o )
  1468. 1339.50 s [nothunks] Phase: haddockPhase
  1469. 1339.67 s [nothunks] Preprocessing library for nothunks-0.1.5..
  1470. 1339.67 s [nothunks] Running Haddock on library for nothunks-0.1.5..
  1471. 1339.75 s [nothunks] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  1472. 1340.50 s [nothunks] 94% ( 18 / 19) in 'NoThunks.Class'
  1473. 1340.50 s [nothunks] Missing documentation for:
  1474. 1340.50 s [nothunks] Module header
  1475. 1340.86 s [nothunks] Warning: NoThunks.Class: could not find link destinations for:
  1476. 1340.86 s [nothunks] - NoThunks.Class.HasFields
  1477. 1340.86 s [nothunks] - NoThunks.Class.Elem
  1478. 1340.86 s [nothunks] - NoThunks.Class.GShowTypeOf
  1479. 1340.86 s [nothunks] - NoThunks.Class.GWRecordField
  1480. 1340.86 s [nothunks] - NoThunks.Class.checkContainsThunks
  1481. 1344.59 s [nothunks] Documentation created: dist/doc/html/nothunks/index.html,
  1482. 1344.59 s [nothunks] dist/doc/html/nothunks/nothunks.txt
  1483. 1344.66 s [nothunks] Phase: installPhase
  1484. 1344.69 s [nothunks] Installing library in /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/nothunks-0.1.5-L4gV22RfpTrHM0gQnA3zVT
  1485. 1344.88 s [nothunks] Phase: fixupPhase
  1486. 1344.89 s [nothunks] shrinking RPATHs of ELF executables and libraries in /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5
  1487. 1344.90 s [nothunks] shrinking /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSnothunks-0.1.5-L4gV22RfpTrHM0gQnA3zVT-ghc9.6.3.so
  1488. 1344.90 s [nothunks] checking for references to /build/ in /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5...
  1489. 1344.91 s [nothunks] patching script interpreter paths in /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5
  1490. 1344.91 s [nothunks] stripping (with command strip and flags -S -p) in /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5/lib
  1491. 1344.96 s [nothunks] shrinking RPATHs of ELF executables and libraries in /nix/store/vc4rxi4g95wgs2ir94ksj3v9bkx2d8qj-nothunks-0.1.5-doc
  1492. 1344.97 s [nothunks] checking for references to /build/ in /nix/store/vc4rxi4g95wgs2ir94ksj3v9bkx2d8qj-nothunks-0.1.5-doc...
  1493. 1344.97 s [nothunks] patching script interpreter paths in /nix/store/vc4rxi4g95wgs2ir94ksj3v9bkx2d8qj-nothunks-0.1.5-doc
  1494. 1345.07 s [nothunks:post-build] Uploading to the NixCI cache: /nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5 /nix/store/vc4rxi4g95wgs2ir94ksj3v9bkx2d8qj-nothunks-0.1.5-doc
  1495. 1345.12 s [nothunks:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1496. 1345.36 s [nothunks:post-build] copying 2 paths...
  1497. 1345.36 s [nothunks:post-build] copying path '/nix/store/vc4rxi4g95wgs2ir94ksj3v9bkx2d8qj-nothunks-0.1.5-doc' to 'https://cache.nix-ci.com'...
  1498. 1345.77 s [nothunks:post-build] copying path '/nix/store/1p69sjfprdx45s17yd6ygvp793lbsab2-nothunks-0.1.5' to 'https://cache.nix-ci.com'...
  1499. 1346.76 s [nothunks:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1500. 1347.07 s [nothunks:post-build] copying 1 paths...
  1501. 1347.07 s [nothunks:post-build] copying path '/nix/store/hdby2gnnp7zz2zqm4k07bcxs0z38s50r-nothunks-0.1.5.drv' to 'https://cache.nix-ci.com'...
  1502. 1347.35 s Uploaded nothunks in 2.2s
  1503. 1347.35 s Progress: 92 of 103 built, 18 of 18 downloaded from cache
  1504. 1347.35 s Built nothunks in 18.1s
  1505. 1347.40 s Building /nix/store/1xp7ic66cc9q7g28p0qb7a3vqamnzp9c-unordered-containers-0.2.20.drv
  1506. 1347.56 s [unordered-containers] Phase: setupCompilerEnvironmentPhase
  1507. 1347.56 s [unordered-containers] Build with /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3.
  1508. 1347.83 s [unordered-containers] Phase: unpackPhase
  1509. 1347.84 s [unordered-containers] unpacking source archive /nix/store/46rvk8vjzsagr58a6pqwimivmr0ahxys-unordered-containers-0.2.20.tar.gz
  1510. 1347.84 s [unordered-containers] source root is unordered-containers-0.2.20
  1511. 1347.85 s [unordered-containers] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file unordered-containers-0.2.20/unordered-containers.cabal
  1512. 1347.86 s [unordered-containers] Phase: patchPhase
  1513. 1347.87 s [unordered-containers] Replace Cabal file with edited version from mirror://hackage/unordered-containers-0.2.20/revision/3.cabal.
  1514. 1347.88 s [unordered-containers] Phase: compileBuildDriverPhase
  1515. 1347.88 s [unordered-containers] setupCompileFlags: -package-db=/build/tmp.SzOVIg3g3T/setup-package.conf.d -threaded
  1516. 1347.99 s [unordered-containers] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.SzOVIg3g3T/Main.o )
  1517. 1348.10 s [unordered-containers] [2 of 2] Linking Setup
  1518. 1349.95 s [unordered-containers] Phase: updateAutotoolsGnuConfigScriptsPhase
  1519. 1349.96 s [unordered-containers] Phase: configurePhase
  1520. 1349.97 s [unordered-containers] configureFlags: --verbose --prefix=/nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/mk86z8833bw6y5l79y7jzg4wxvzb44cd-unordered-containers-0.2.20-doc/share/doc/unordered-containers-0.2.20 --with-gcc=gcc --package-db=/build/tmp.SzOVIg3g3T/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/zhsjsq37d57kfp5wz0xcg6x97x1426aj-elfutils-0.191/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  1521. 1349.98 s [unordered-containers] Using Parsec parser
  1522. 1349.98 s [unordered-containers] Configuring unordered-containers-0.2.20...
  1523. 1350.38 s [unordered-containers] Flags chosen: debug=False
  1524. 1350.38 s [unordered-containers] Dependency base >=4.10 && <5: using base-4.18.1.0
  1525. 1350.38 s [unordered-containers] Dependency deepseq >=1.4.3: using deepseq-1.4.8.1
  1526. 1350.38 s [unordered-containers] Dependency hashable >=1.4 && <1.6: using hashable-1.4.4.0
  1527. 1350.38 s [unordered-containers] Dependency template-haskell <2.23: using template-haskell-2.20.0.0
  1528. 1350.38 s [unordered-containers] Dependency ChasingBottoms: using ChasingBottoms-1.3.1.15
  1529. 1350.38 s [unordered-containers] Dependency HUnit: using HUnit-1.6.2.0
  1530. 1350.38 s [unordered-containers] Dependency QuickCheck >=2.4.0.1: using QuickCheck-2.14.3
  1531. 1350.38 s [unordered-containers] Dependency base: using base-4.18.1.0
  1532. 1350.38 s [unordered-containers] Dependency containers >=0.5.8: using containers-0.6.7
  1533. 1350.38 s [unordered-containers] Dependency hashable: using hashable-1.4.4.0
  1534. 1350.38 s [unordered-containers] Dependency nothunks >=0.1.3: using nothunks-0.1.5
  1535. 1350.38 s [unordered-containers] Dependency random: using random-1.2.1.2
  1536. 1350.38 s [unordered-containers] Dependency tasty >=1.4.0.3: using tasty-1.4.3
  1537. 1350.38 s [unordered-containers] Dependency tasty-hunit >=0.10.0.3: using tasty-hunit-0.10.2
  1538. 1350.38 s [unordered-containers] Dependency tasty-quickcheck >=0.10.1.2: using tasty-quickcheck-0.10.2
  1539. 1350.38 s [unordered-containers] Dependency unordered-containers: using unordered-containers-0.2.20
  1540. 1350.70 s [unordered-containers] Source component graph:
  1541. 1350.70 s [unordered-containers] component lib
  1542. 1350.70 s [unordered-containers] component test:unordered-containers-tests dependency lib
  1543. 1350.70 s [unordered-containers] Configured component graph:
  1544. 1350.70 s [unordered-containers] component unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  1545. 1350.70 s [unordered-containers] include base-4.18.1.0
  1546. 1350.70 s [unordered-containers] include deepseq-1.4.8.1
  1547. 1350.70 s [unordered-containers] include hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  1548. 1350.70 s [unordered-containers] include template-haskell-2.20.0.0
  1549. 1350.70 s [unordered-containers] component unordered-containers-0.2.20-IE0KaMuyoGd1qbFfMeFmIu-unordered-containers-tests
  1550. 1350.70 s [unordered-containers] include ChasingBottoms-1.3.1.15-BojygkYntLG6glgU4WOSul
  1551. 1350.70 s [unordered-containers] include HUnit-1.6.2.0-Cmk1z9y2zFk3aX4g3H2nfT
  1552. 1350.70 s [unordered-containers] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  1553. 1350.70 s [unordered-containers] include base-4.18.1.0
  1554. 1350.70 s [unordered-containers] include containers-0.6.7
  1555. 1350.70 s [unordered-containers] include hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  1556. 1350.70 s [unordered-containers] include nothunks-0.1.5-L4gV22RfpTrHM0gQnA3zVT
  1557. 1350.70 s [unordered-containers] include random-1.2.1.2-GWitChDjvrmGZqw78hpx8M
  1558. 1350.70 s [unordered-containers] include tasty-1.4.3-CsKD9fFTmONFRgXHmm79hR
  1559. 1350.70 s [unordered-containers] include tasty-hunit-0.10.2-8Do99wHLdk7L1rMNoENk4E
  1560. 1350.70 s [unordered-containers] include tasty-quickcheck-0.10.2-783J3GIVVQa2FwWu1F6L8H
  1561. 1350.70 s [unordered-containers] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  1562. 1350.70 s [unordered-containers] Linked component graph:
  1563. 1350.70 s [unordered-containers] unit unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  1564. 1350.70 s [unordered-containers] include base-4.18.1.0
  1565. 1350.70 s [unordered-containers] include deepseq-1.4.8.1
  1566. 1350.70 s [unordered-containers] include hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  1567. 1350.70 s [unordered-containers] include template-haskell-2.20.0.0
  1568. 1350.70 s [unordered-containers] Data.HashMap.Internal=unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z:Data.HashMap.Internal,Data.HashMap.Internal.Array=unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z:Data.HashMap.Internal.Array,Data.HashMap.Internal.Debug=unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z:Data.HashMap.Internal.Debug,Data.HashMap.Internal.List=unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z:Data.HashMap.Internal.List,Data.HashMap.Internal.Strict=unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z:Data.HashMap.Internal.Strict,Data.HashMap.Lazy=unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z:Data.HashMap.Lazy,Data.HashMap.Strict=unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z:Data.HashMap.Strict,Data.HashSet=unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z:Data.HashSet,Data.HashSet.Internal=unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z:Data.HashSet.Internal
  1569. 1350.70 s [unordered-containers] unit unordered-containers-0.2.20-IE0KaMuyoGd1qbFfMeFmIu-unordered-containers-tests
  1570. 1350.70 s [unordered-containers] include ChasingBottoms-1.3.1.15-BojygkYntLG6glgU4WOSul
  1571. 1350.70 s [unordered-containers] include HUnit-1.6.2.0-Cmk1z9y2zFk3aX4g3H2nfT
  1572. 1350.70 s [unordered-containers] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  1573. 1350.70 s [unordered-containers] include base-4.18.1.0
  1574. 1350.70 s [unordered-containers] include containers-0.6.7
  1575. 1350.70 s [unordered-containers] include hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  1576. 1350.70 s [unordered-containers] include nothunks-0.1.5-L4gV22RfpTrHM0gQnA3zVT
  1577. 1350.70 s [unordered-containers] include random-1.2.1.2-GWitChDjvrmGZqw78hpx8M
  1578. 1350.70 s [unordered-containers] include tasty-1.4.3-CsKD9fFTmONFRgXHmm79hR
  1579. 1350.70 s [unordered-containers] include tasty-hunit-0.10.2-8Do99wHLdk7L1rMNoENk4E
  1580. 1350.70 s [unordered-containers] include tasty-quickcheck-0.10.2-783J3GIVVQa2FwWu1F6L8H
  1581. 1350.70 s [unordered-containers] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  1582. 1350.70 s [unordered-containers] Ready component graph:
  1583. 1350.70 s [unordered-containers] definite unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  1584. 1350.70 s [unordered-containers] depends base-4.18.1.0
  1585. 1350.70 s [unordered-containers] depends deepseq-1.4.8.1
  1586. 1350.70 s [unordered-containers] depends hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  1587. 1350.70 s [unordered-containers] depends template-haskell-2.20.0.0
  1588. 1350.70 s [unordered-containers] definite unordered-containers-0.2.20-IE0KaMuyoGd1qbFfMeFmIu-unordered-containers-tests
  1589. 1350.70 s [unordered-containers] depends ChasingBottoms-1.3.1.15-BojygkYntLG6glgU4WOSul
  1590. 1350.70 s [unordered-containers] depends HUnit-1.6.2.0-Cmk1z9y2zFk3aX4g3H2nfT
  1591. 1350.70 s [unordered-containers] depends QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  1592. 1350.70 s [unordered-containers] depends base-4.18.1.0
  1593. 1350.70 s [unordered-containers] depends containers-0.6.7
  1594. 1350.70 s [unordered-containers] depends hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  1595. 1350.70 s [unordered-containers] depends nothunks-0.1.5-L4gV22RfpTrHM0gQnA3zVT
  1596. 1350.70 s [unordered-containers] depends random-1.2.1.2-GWitChDjvrmGZqw78hpx8M
  1597. 1350.70 s [unordered-containers] depends tasty-1.4.3-CsKD9fFTmONFRgXHmm79hR
  1598. 1350.70 s [unordered-containers] depends tasty-hunit-0.10.2-8Do99wHLdk7L1rMNoENk4E
  1599. 1350.70 s [unordered-containers] depends tasty-quickcheck-0.10.2-783J3GIVVQa2FwWu1F6L8H
  1600. 1350.70 s [unordered-containers] depends unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  1601. 1350.70 s [unordered-containers] Using Cabal-3.10.1.0 compiled by ghc-9.6
  1602. 1350.70 s [unordered-containers] Using compiler: ghc-9.6.3
  1603. 1350.70 s [unordered-containers] Using install prefix:
  1604. 1350.70 s [unordered-containers] /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20
  1605. 1350.70 s [unordered-containers] Executables installed in:
  1606. 1350.70 s [unordered-containers] /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20/bin
  1607. 1350.70 s [unordered-containers] Libraries installed in:
  1608. 1350.70 s [unordered-containers] /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  1609. 1350.70 s [unordered-containers] Dynamic Libraries installed in:
  1610. 1350.70 s [unordered-containers] /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  1611. 1350.70 s [unordered-containers] Private executables installed in:
  1612. 1350.70 s [unordered-containers] /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20/libexec/x86_64-linux-ghc-9.6.3/unordered-containers-0.2.20
  1613. 1350.70 s [unordered-containers] Data files installed in:
  1614. 1350.70 s [unordered-containers] /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20/share/x86_64-linux-ghc-9.6.3/unordered-containers-0.2.20
  1615. 1350.70 s [unordered-containers] Documentation installed in:
  1616. 1350.70 s [unordered-containers] /nix/store/mk86z8833bw6y5l79y7jzg4wxvzb44cd-unordered-containers-0.2.20-doc/share/doc/unordered-containers-0.2.20
  1617. 1350.71 s [unordered-containers] Configuration files installed in:
  1618. 1350.71 s [unordered-containers] /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20/etc
  1619. 1350.71 s [unordered-containers] No alex found
  1620. 1350.71 s [unordered-containers] Using ar found on system at:
  1621. 1350.71 s [unordered-containers] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  1622. 1350.71 s [unordered-containers] No c2hs found
  1623. 1350.71 s [unordered-containers] No cpphs found
  1624. 1350.71 s [unordered-containers] No doctest found
  1625. 1350.71 s [unordered-containers] Using gcc version 13.3.0 given by user at:
  1626. 1350.71 s [unordered-containers] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  1627. 1350.71 s [unordered-containers] Using ghc version 9.6.3 found on system at:
  1628. 1350.71 s [unordered-containers] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc
  1629. 1350.71 s [unordered-containers] Using ghc-pkg version 9.6.3 found on system at:
  1630. 1350.71 s [unordered-containers] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc-pkg-9.6.3
  1631. 1350.71 s [unordered-containers] No ghcjs found
  1632. 1350.71 s [unordered-containers] No ghcjs-pkg found
  1633. 1350.71 s [unordered-containers] No greencard found
  1634. 1350.71 s [unordered-containers] Using haddock version 2.29.1 found on system at:
  1635. 1350.71 s [unordered-containers] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/haddock-ghc-9.6.3
  1636. 1350.71 s [unordered-containers] No happy found
  1637. 1350.71 s [unordered-containers] Using haskell-suite found on system at: haskell-suite-dummy-location
  1638. 1350.71 s [unordered-containers] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1639. 1350.71 s [unordered-containers] No hmake found
  1640. 1350.71 s [unordered-containers] Using hpc version 0.68 found on system at:
  1641. 1350.71 s [unordered-containers] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hpc-ghc-9.6.3
  1642. 1350.71 s [unordered-containers] Using hsc2hs version 0.68.9 found on system at:
  1643. 1350.71 s [unordered-containers] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  1644. 1350.71 s [unordered-containers] Using hscolour version 1.25 found on system at:
  1645. 1350.71 s [unordered-containers] /nix/store/sa2a2s2s3sailzp0i1zijdz750p5anl1-hscolour-1.25/bin/HsColour
  1646. 1350.71 s [unordered-containers] No jhc found
  1647. 1350.71 s [unordered-containers] Using ld found on system at:
  1648. 1350.71 s [unordered-containers] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  1649. 1350.71 s [unordered-containers] No pkg-config found
  1650. 1350.71 s [unordered-containers] Using runghc version 9.6.3 found on system at:
  1651. 1350.71 s [unordered-containers] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/runghc-9.6.3
  1652. 1350.71 s [unordered-containers] Using strip version 2.43 found on system at:
  1653. 1350.71 s [unordered-containers] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  1654. 1350.71 s [unordered-containers] Using tar found on system at:
  1655. 1350.71 s [unordered-containers] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  1656. 1350.71 s [unordered-containers] No uhc found
  1657. 1350.86 s [unordered-containers] Phase: buildPhase
  1658. 1350.93 s [unordered-containers] Preprocessing library for unordered-containers-0.2.20..
  1659. 1350.93 s [unordered-containers] Building library for unordered-containers-0.2.20..
  1660. 1351.01 s [unordered-containers]
  1661. 1351.01 s [unordered-containers] Data/HashMap/Internal.hs:12:14-23: warning: [-Wdeprecated-flags]
  1662. 1351.01 s [unordered-containers] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
  1663. 1351.01 s [unordered-containers] |
  1664. 1351.01 s [unordered-containers] 12 | {-# LANGUAGE TypeInType #-}
  1665. 1351.01 s [unordered-containers] | ^^^^^^^^^^
  1666. 1351.23 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 )
  1667. 1351.45 s [unordered-containers]
  1668. 1351.45 s [unordered-containers] Data/HashMap/Internal/Array.hs:83:1-35: warning: [-Wunused-imports]
  1669. 1351.45 s [unordered-containers] The import of ‘Control.Applicative’ is redundant
  1670. 1351.45 s [unordered-containers] except perhaps to import instances from ‘Control.Applicative’
  1671. 1351.45 s [unordered-containers] To import instances alone, use: import Control.Applicative()
  1672. 1351.45 s [unordered-containers] |
  1673. 1351.45 s [unordered-containers] 83 | import Control.Applicative (liftA2)
  1674. 1351.45 s [unordered-containers] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1675. 1352.15 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 )
  1676. 1352.15 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 )
  1677. 1362.55 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 )
  1678. 1362.89 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 )
  1679. 1364.97 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 )
  1680. 1364.97 s [unordered-containers] [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o )
  1681. 1364.97 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 )
  1682. 1365.00 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 )
  1683. 1365.37 s [unordered-containers]
  1684. 1365.37 s [unordered-containers] Data/HashMap/Internal.hs:12:14-23: warning: [-Wdeprecated-flags]
  1685. 1365.37 s [unordered-containers] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
  1686. 1365.37 s [unordered-containers] |
  1687. 1365.37 s [unordered-containers] 12 | {-# LANGUAGE TypeInType #-}
  1688. 1365.37 s [unordered-containers] | ^^^^^^^^^^
  1689. 1365.61 s [unordered-containers] [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.p_o )
  1690. 1365.74 s [unordered-containers]
  1691. 1365.74 s [unordered-containers] Data/HashMap/Internal/Array.hs:83:1-35: warning: [-Wunused-imports]
  1692. 1365.75 s [unordered-containers] The import of ‘Control.Applicative’ is redundant
  1693. 1365.75 s [unordered-containers] except perhaps to import instances from ‘Control.Applicative’
  1694. 1365.75 s [unordered-containers] To import instances alone, use: import Control.Applicative()
  1695. 1365.75 s [unordered-containers] |
  1696. 1365.75 s [unordered-containers] 83 | import Control.Applicative (liftA2)
  1697. 1365.75 s [unordered-containers] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1698. 1366.58 s [unordered-containers] [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.p_o )
  1699. 1366.58 s [unordered-containers] [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.p_o )
  1700. 1374.82 s [unordered-containers] [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.p_o )
  1701. 1375.40 s [unordered-containers] [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.p_o )
  1702. 1377.93 s [unordered-containers] [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.p_o )
  1703. 1377.93 s [unordered-containers] [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.p_o )
  1704. 1377.93 s [unordered-containers] [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.p_o )
  1705. 1378.05 s [unordered-containers] [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.p_o )
  1706. 1380.03 s [unordered-containers] Preprocessing test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
  1707. 1380.03 s [unordered-containers] Building test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
  1708. 1380.35 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 )
  1709. 1380.82 s [unordered-containers] [2 of 9] Compiling Regressions ( tests/Regressions.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Regressions.o )
  1710. 1384.67 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 )
  1711. 1384.67 s [unordered-containers] [4 of 9] Compiling Strictness ( tests/Strictness.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Strictness.o )
  1712. 1384.67 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 )
  1713. 1384.67 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 )
  1714. 1393.62 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 )
  1715. 1393.62 s [unordered-containers] [8 of 9] Compiling Properties ( tests/Properties.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Properties.o )
  1716. 1393.65 s [unordered-containers] [9 of 9] Compiling Main ( tests/Main.hs, dist/build/unordered-containers-tests/unordered-containers-tests-tmp/Main.o )
  1717. 1394.33 s [unordered-containers] [10 of 10] Linking dist/build/unordered-containers-tests/unordered-containers-tests
  1718. 1395.41 s [unordered-containers] buildPhase completed in 45 seconds
  1719. 1395.41 s [unordered-containers] Phase: checkPhase
  1720. 1395.46 s [unordered-containers] Running 1 test suites...
  1721. 1395.47 s [unordered-containers] Test suite unordered-containers-tests: RUNNING...
  1722. 1395.48 s [unordered-containers] All
  1723. 1395.48 s [unordered-containers] Properties
  1724. 1395.48 s [unordered-containers] Data.HashMap.Lazy
  1725. 1395.48 s [unordered-containers] instances
  1726. 1395.48 s [unordered-containers] Eq
  1727. 1395.50 s [unordered-containers] ==: OK (0.02s)
  1728. 1395.50 s [unordered-containers] +++ OK, passed 100 tests.
  1729. 1395.50 s [unordered-containers] /=: OK (0.02s)
  1730. 1395.50 s [unordered-containers] +++ OK, passed 100 tests.
  1731. 1395.50 s [unordered-containers] Ord
  1732. 1395.50 s [unordered-containers] compare reflexive: OK (0.01s)
  1733. 1395.50 s [unordered-containers] +++ OK, passed 100 tests.
  1734. 1395.51 s [unordered-containers] compare transitive: OK (0.03s)
  1735. 1395.51 s [unordered-containers] +++ OK, passed 100 tests.
  1736. 1395.51 s [unordered-containers] compare antisymmetric: OK (0.02s)
  1737. 1395.51 s [unordered-containers] +++ OK, passed 100 tests.
  1738. 1395.51 s [unordered-containers] Ord => Eq: OK (0.02s)
  1739. 1395.51 s [unordered-containers] +++ OK, passed 100 tests.
  1740. 1395.77 s [unordered-containers] Read/Show: OK (0.27s)
  1741. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1742. 1395.77 s [unordered-containers] Functor: OK (0.04s)
  1743. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1744. 1395.77 s [unordered-containers] Foldable: OK (0.03s)
  1745. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1746. 1395.77 s [unordered-containers] Bifoldable
  1747. 1395.77 s [unordered-containers] bifoldMap: OK (0.03s)
  1748. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1749. 1395.77 s [unordered-containers] bifoldr: OK
  1750. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1751. 1395.77 s [unordered-containers] bifoldl: OK
  1752. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1753. 1395.77 s [unordered-containers] Hashable: OK (0.02s)
  1754. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1755. 1395.77 s [unordered-containers] empty
  1756. 1395.77 s [unordered-containers] valid: OK
  1757. 1395.77 s [unordered-containers] +++ OK, passed 1 test.
  1758. 1395.77 s [unordered-containers] singleton
  1759. 1395.77 s [unordered-containers] valid: OK
  1760. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1761. 1395.77 s [unordered-containers] size: OK (0.02s)
  1762. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1763. 1395.77 s [unordered-containers] member: OK (0.01s)
  1764. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1765. 1395.77 s [unordered-containers] lookup: OK (0.02s)
  1766. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1767. 1395.77 s [unordered-containers] !?: OK (0.02s)
  1768. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1769. 1395.77 s [unordered-containers] insert
  1770. 1395.77 s [unordered-containers] model: OK
  1771. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1772. 1395.77 s [unordered-containers] valid: OK (0.02s)
  1773. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1774. 1395.77 s [unordered-containers] insertWith
  1775. 1395.77 s [unordered-containers] insertWith: OK
  1776. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1777. 1395.77 s [unordered-containers] valid: OK
  1778. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1779. 1395.77 s [unordered-containers] delete
  1780. 1395.77 s [unordered-containers] model: OK
  1781. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1782. 1395.77 s [unordered-containers] valid: OK
  1783. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1784. 1395.77 s [unordered-containers] adjust
  1785. 1395.77 s [unordered-containers] model: OK
  1786. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1787. 1395.77 s [unordered-containers] valid: OK
  1788. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1789. 1395.77 s [unordered-containers] update
  1790. 1395.77 s [unordered-containers] model: OK
  1791. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1792. 1395.77 s [unordered-containers] valid: OK
  1793. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1794. 1395.77 s [unordered-containers] alter
  1795. 1395.77 s [unordered-containers] model: OK
  1796. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1797. 1395.77 s [unordered-containers] valid: OK
  1798. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1799. 1395.77 s [unordered-containers] alterF
  1800. 1395.77 s [unordered-containers] model
  1801. 1395.77 s [unordered-containers] []: OK (0.04s)
  1802. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1803. 1395.77 s [unordered-containers] adjust: OK (0.02s)
  1804. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1805. 1395.77 s [unordered-containers] insert: OK
  1806. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1807. 1395.77 s [unordered-containers] insertWith: OK (0.01s)
  1808. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1809. 1395.77 s [unordered-containers] delete: OK
  1810. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1811. 1395.77 s [unordered-containers] lookup: OK (0.01s)
  1812. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1813. 1395.77 s [unordered-containers] valid: OK
  1814. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1815. 1395.77 s [unordered-containers] isSubmapOf
  1816. 1395.77 s [unordered-containers] model: OK (0.04s)
  1817. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1818. 1395.77 s [unordered-containers] m ⊆ m: OK (0.01s)
  1819. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1820. 1395.77 s [unordered-containers] m1 ⊆ m1 ∪ m2: OK
  1821. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1822. 1395.77 s [unordered-containers] m1 ⊈ m2 ⇒ m1 ∪ m2 ⊈ m1: OK (0.02s)
  1823. 1395.77 s [unordered-containers] +++ OK, passed 100 tests; 17 discarded.
  1824. 1395.77 s [unordered-containers] m1\m2 ⊆ m1: OK (0.02s)
  1825. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1826. 1395.77 s [unordered-containers] m1 ∩ m2 ≠ ∅ ⇒ m1 ⊈ m1\m2 : OK (0.01s)
  1827. 1395.77 s [unordered-containers] +++ OK, passed 100 tests; 189 discarded.
  1828. 1395.77 s [unordered-containers] delete k m ⊆ m: OK
  1829. 1395.77 s [unordered-containers] +++ OK, passed 100 tests; 17 discarded.
  1830. 1395.77 s [unordered-containers] m ⊈ delete k m : OK
  1831. 1395.77 s [unordered-containers] +++ OK, passed 100 tests; 15 discarded.
  1832. 1395.77 s [unordered-containers] k ∉ m ⇒ m ⊆ insert k v m: OK (0.02s)
  1833. 1395.77 s [unordered-containers] +++ OK, passed 100 tests; 8 discarded.
  1834. 1395.77 s [unordered-containers] k ∉ m ⇒ insert k v m ⊈ m: OK
  1835. 1395.77 s [unordered-containers] +++ OK, passed 100 tests; 6 discarded.
  1836. 1395.77 s [unordered-containers] union
  1837. 1395.77 s [unordered-containers] model: OK (0.01s)
  1838. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1839. 1395.77 s [unordered-containers] valid: OK
  1840. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1841. 1395.77 s [unordered-containers] unionWith
  1842. 1395.77 s [unordered-containers] model: OK (0.02s)
  1843. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1844. 1395.77 s [unordered-containers] valid: OK (0.02s)
  1845. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1846. 1395.77 s [unordered-containers] unionWithKey
  1847. 1395.77 s [unordered-containers] model: OK (0.02s)
  1848. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1849. 1395.77 s [unordered-containers] valid: OK (0.01s)
  1850. 1395.77 s [unordered-containers] +++ OK, passed 100 tests.
  1851. 1395.77 s [unordered-containers] unions
  1852. 1396.65 s [unordered-containers] model: OK (1.14s)
  1853. 1396.65 s [unordered-containers] +++ OK, passed 100 tests.
  1854. 1396.66 s [unordered-containers] valid: OK (0.58s)
  1855. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1856. 1396.66 s [unordered-containers] difference
  1857. 1396.66 s [unordered-containers] model: OK (0.01s)
  1858. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1859. 1396.66 s [unordered-containers] valid: OK
  1860. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1861. 1396.66 s [unordered-containers] differenceWith
  1862. 1396.66 s [unordered-containers] model: OK (0.04s)
  1863. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1864. 1396.66 s [unordered-containers] valid: OK (0.02s)
  1865. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1866. 1396.66 s [unordered-containers] intersection
  1867. 1396.66 s [unordered-containers] model: OK (0.02s)
  1868. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1869. 1396.66 s [unordered-containers] valid: OK
  1870. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1871. 1396.66 s [unordered-containers] intersectionWith
  1872. 1396.66 s [unordered-containers] model: OK (0.02s)
  1873. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1874. 1396.66 s [unordered-containers] valid: OK
  1875. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1876. 1396.66 s [unordered-containers] intersectionWithKey
  1877. 1396.66 s [unordered-containers] model: OK (0.04s)
  1878. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1879. 1396.66 s [unordered-containers] valid: OK
  1880. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1881. 1396.66 s [unordered-containers] compose
  1882. 1396.66 s [unordered-containers] valid: OK
  1883. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1884. 1396.66 s [unordered-containers] map
  1885. 1396.66 s [unordered-containers] model: OK (0.05s)
  1886. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1887. 1396.66 s [unordered-containers] valid: OK
  1888. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1889. 1396.66 s [unordered-containers] traverseWithKey
  1890. 1396.66 s [unordered-containers] model: OK (0.06s)
  1891. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1892. 1396.66 s [unordered-containers] valid: OK
  1893. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1894. 1396.66 s [unordered-containers] mapKeys
  1895. 1396.66 s [unordered-containers] model: OK (0.01s)
  1896. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1897. 1396.66 s [unordered-containers] valid: OK (0.47s)
  1898. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1899. 1396.66 s [unordered-containers] foldr: OK
  1900. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1901. 1396.66 s [unordered-containers] foldl: OK
  1902. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1903. 1396.66 s [unordered-containers] foldrWithKey: OK (0.02s)
  1904. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1905. 1396.66 s [unordered-containers] foldlWithKey: OK (0.01s)
  1906. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1907. 1396.66 s [unordered-containers] foldrWithKey': OK (0.03s)
  1908. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1909. 1396.66 s [unordered-containers] foldlWithKey': OK
  1910. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1911. 1396.66 s [unordered-containers] foldl': OK
  1912. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1913. 1396.66 s [unordered-containers] foldr': OK (0.01s)
  1914. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1915. 1396.66 s [unordered-containers] foldMapWithKey: OK (0.01s)
  1916. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1917. 1396.66 s [unordered-containers] filter
  1918. 1396.66 s [unordered-containers] model: OK (0.07s)
  1919. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1920. 1396.66 s [unordered-containers] valid: OK (0.02s)
  1921. 1396.66 s [unordered-containers] +++ OK, passed 100 tests.
  1922. 1396.66 s [unordered-containers] filterWithKey
  1923. 1396.77 s [unordered-containers] model: OK (1.23s)
  1924. 1396.77 s [unordered-containers] +++ OK, passed 100 tests.
  1925. 1396.77 s [unordered-containers] valid: OK (0.61s)
  1926. 1396.77 s [unordered-containers] +++ OK, passed 100 tests.
  1927. 1396.77 s [unordered-containers] mapMaybe
  1928. 1396.77 s [unordered-containers] model: OK (0.10s)
  1929. 1396.77 s [unordered-containers] +++ OK, passed 100 tests.
  1930. 1396.77 s [unordered-containers] valid: OK (0.08s)
  1931. 1396.77 s [unordered-containers] +++ OK, passed 100 tests.
  1932. 1396.77 s [unordered-containers] mapMaybeWithKey
  1933. 1396.99 s [unordered-containers] model: OK (1.43s)
  1934. 1396.99 s [unordered-containers] +++ OK, passed 100 tests.
  1935. 1396.99 s [unordered-containers] valid: OK (0.71s)
  1936. 1396.99 s [unordered-containers] +++ OK, passed 100 tests.
  1937. 1396.99 s [unordered-containers] elems: OK
  1938. 1396.99 s [unordered-containers] +++ OK, passed 100 tests.
  1939. 1396.99 s [unordered-containers] keys: OK
  1940. 1396.99 s [unordered-containers] +++ OK, passed 100 tests.
  1941. 1396.99 s [unordered-containers] fromList
  1942. 1396.99 s [unordered-containers] model: OK (0.03s)
  1943. 1396.99 s [unordered-containers] +++ OK, passed 100 tests.
  1944. 1396.99 s [unordered-containers] valid: OK
  1945. 1396.99 s [unordered-containers] +++ OK, passed 100 tests.
  1946. 1396.99 s [unordered-containers] fromListWith
  1947. 1396.99 s [unordered-containers] model: OK
  1948. 1396.99 s [unordered-containers] +++ OK, passed 100 tests.
  1949. 1396.99 s [unordered-containers] valid: OK (0.01s)
  1950. 1396.99 s [unordered-containers] +++ OK, passed 100 tests.
  1951. 1396.99 s [unordered-containers] fromListWithKey
  1952. 1396.99 s [unordered-containers] model: OK (0.01s)
  1953. 1396.99 s [unordered-containers] +++ OK, passed 100 tests.
  1954. 1396.99 s [unordered-containers] valid: OK (0.02s)
  1955. 1396.99 s [unordered-containers] +++ OK, passed 100 tests.
  1956. 1396.99 s [unordered-containers] toList: OK
  1957. 1396.99 s [unordered-containers] +++ OK, passed 100 tests.
  1958. 1396.99 s [unordered-containers] Data.HashMap.Strict
  1959. 1396.99 s [unordered-containers] instances
  1960. 1396.99 s [unordered-containers] Eq
  1961. 1397.00 s [unordered-containers] ==: OK (0.03s)
  1962. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1963. 1397.00 s [unordered-containers] /=: OK (0.03s)
  1964. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1965. 1397.00 s [unordered-containers] Ord
  1966. 1397.00 s [unordered-containers] compare reflexive: OK (0.02s)
  1967. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1968. 1397.00 s [unordered-containers] compare transitive: OK (0.03s)
  1969. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1970. 1397.00 s [unordered-containers] compare antisymmetric: OK (0.02s)
  1971. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1972. 1397.00 s [unordered-containers] Ord => Eq: OK (0.02s)
  1973. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1974. 1397.00 s [unordered-containers] Read/Show: OK (0.47s)
  1975. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1976. 1397.00 s [unordered-containers] Functor: OK (0.11s)
  1977. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1978. 1397.00 s [unordered-containers] Foldable: OK (0.02s)
  1979. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1980. 1397.00 s [unordered-containers] Bifoldable
  1981. 1397.00 s [unordered-containers] bifoldMap: OK (0.03s)
  1982. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1983. 1397.00 s [unordered-containers] bifoldr: OK (0.03s)
  1984. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1985. 1397.00 s [unordered-containers] bifoldl: OK (0.02s)
  1986. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1987. 1397.00 s [unordered-containers] Hashable: OK (0.03s)
  1988. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1989. 1397.00 s [unordered-containers] empty
  1990. 1397.00 s [unordered-containers] valid: OK
  1991. 1397.00 s [unordered-containers] +++ OK, passed 1 test.
  1992. 1397.00 s [unordered-containers] singleton
  1993. 1397.00 s [unordered-containers] valid: OK
  1994. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1995. 1397.00 s [unordered-containers] size: OK (0.03s)
  1996. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1997. 1397.00 s [unordered-containers] member: OK (0.02s)
  1998. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  1999. 1397.00 s [unordered-containers] lookup: OK
  2000. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2001. 1397.00 s [unordered-containers] !?: OK
  2002. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2003. 1397.00 s [unordered-containers] insert
  2004. 1397.00 s [unordered-containers] model: OK (0.01s)
  2005. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2006. 1397.00 s [unordered-containers] valid: OK (0.03s)
  2007. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2008. 1397.00 s [unordered-containers] insertWith
  2009. 1397.00 s [unordered-containers] insertWith: OK
  2010. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2011. 1397.00 s [unordered-containers] valid: OK (0.01s)
  2012. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2013. 1397.00 s [unordered-containers] delete
  2014. 1397.00 s [unordered-containers] model: OK (0.01s)
  2015. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2016. 1397.00 s [unordered-containers] valid: OK (0.02s)
  2017. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2018. 1397.00 s [unordered-containers] adjust
  2019. 1397.00 s [unordered-containers] model: OK (0.03s)
  2020. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2021. 1397.00 s [unordered-containers] valid: OK (0.02s)
  2022. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2023. 1397.00 s [unordered-containers] update
  2024. 1397.00 s [unordered-containers] model: OK (0.02s)
  2025. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2026. 1397.00 s [unordered-containers] valid: OK (0.02s)
  2027. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2028. 1397.00 s [unordered-containers] alter
  2029. 1397.00 s [unordered-containers] model: OK (0.03s)
  2030. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2031. 1397.00 s [unordered-containers] valid: OK (0.01s)
  2032. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2033. 1397.00 s [unordered-containers] alterF
  2034. 1397.00 s [unordered-containers] model
  2035. 1397.00 s [unordered-containers] []: OK (0.14s)
  2036. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2037. 1397.00 s [unordered-containers] adjust: OK (0.02s)
  2038. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2039. 1397.00 s [unordered-containers] insert: OK (0.02s)
  2040. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2041. 1397.00 s [unordered-containers] insertWith: OK (0.03s)
  2042. 1397.00 s [unordered-containers] +++ OK, passed 100 tests.
  2043. 1397.00 s [unordered-containers] delete: OK (0.02s)
  2044. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2045. 1397.01 s [unordered-containers] lookup: OK (0.02s)
  2046. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2047. 1397.01 s [unordered-containers] valid: OK (0.04s)
  2048. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2049. 1397.01 s [unordered-containers] isSubmapOf
  2050. 1397.01 s [unordered-containers] model: OK (0.03s)
  2051. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2052. 1397.01 s [unordered-containers] m ⊆ m: OK (0.02s)
  2053. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2054. 1397.01 s [unordered-containers] m1 ⊆ m1 ∪ m2: OK (0.02s)
  2055. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2056. 1397.01 s [unordered-containers] m1 ⊈ m2 ⇒ m1 ∪ m2 ⊈ m1: OK (0.03s)
  2057. 1397.01 s [unordered-containers] +++ OK, passed 100 tests; 16 discarded.
  2058. 1397.01 s [unordered-containers] m1\m2 ⊆ m1: OK (0.04s)
  2059. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2060. 1397.01 s [unordered-containers] m1 ∩ m2 ≠ ∅ ⇒ m1 ⊈ m1\m2 : OK (0.05s)
  2061. 1397.01 s [unordered-containers] +++ OK, passed 100 tests; 167 discarded.
  2062. 1397.01 s [unordered-containers] delete k m ⊆ m: OK (0.02s)
  2063. 1397.01 s [unordered-containers] +++ OK, passed 100 tests; 13 discarded.
  2064. 1397.01 s [unordered-containers] m ⊈ delete k m : OK
  2065. 1397.01 s [unordered-containers] +++ OK, passed 100 tests; 15 discarded.
  2066. 1397.01 s [unordered-containers] k ∉ m ⇒ m ⊆ insert k v m: OK (0.02s)
  2067. 1397.01 s [unordered-containers] +++ OK, passed 100 tests; 10 discarded.
  2068. 1397.01 s [unordered-containers] k ∉ m ⇒ insert k v m ⊈ m: OK (0.02s)
  2069. 1397.01 s [unordered-containers] +++ OK, passed 100 tests; 12 discarded.
  2070. 1397.01 s [unordered-containers] union
  2071. 1397.01 s [unordered-containers] model: OK (0.07s)
  2072. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2073. 1397.01 s [unordered-containers] valid: OK (0.03s)
  2074. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2075. 1397.01 s [unordered-containers] unionWith
  2076. 1397.01 s [unordered-containers] model: OK (0.06s)
  2077. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2078. 1397.01 s [unordered-containers] valid: OK (0.06s)
  2079. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2080. 1397.01 s [unordered-containers] unionWithKey
  2081. 1397.01 s [unordered-containers] model: OK (0.11s)
  2082. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2083. 1397.01 s [unordered-containers] valid: OK (0.09s)
  2084. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2085. 1397.01 s [unordered-containers] unions
  2086. 1397.01 s [unordered-containers] model: OK (1.15s)
  2087. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2088. 1397.01 s [unordered-containers] valid: OK (0.74s)
  2089. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2090. 1397.01 s [unordered-containers] difference
  2091. 1397.01 s [unordered-containers] model: OK (0.04s)
  2092. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2093. 1397.01 s [unordered-containers] valid: OK (0.04s)
  2094. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2095. 1397.01 s [unordered-containers] differenceWith
  2096. 1397.01 s [unordered-containers] model: OK (0.07s)
  2097. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2098. 1397.01 s [unordered-containers] valid: OK (0.03s)
  2099. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2100. 1397.01 s [unordered-containers] intersection
  2101. 1397.01 s [unordered-containers] model: OK (0.05s)
  2102. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2103. 1397.01 s [unordered-containers] valid: OK (0.06s)
  2104. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2105. 1397.01 s [unordered-containers] intersectionWith
  2106. 1397.01 s [unordered-containers] model: OK (0.06s)
  2107. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2108. 1397.01 s [unordered-containers] valid: OK (0.06s)
  2109. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2110. 1397.01 s [unordered-containers] intersectionWithKey
  2111. 1397.01 s [unordered-containers] model: OK (0.15s)
  2112. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2113. 1397.01 s [unordered-containers] valid: OK (0.08s)
  2114. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2115. 1397.01 s [unordered-containers] compose
  2116. 1397.01 s [unordered-containers] valid: OK (0.02s)
  2117. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2118. 1397.01 s [unordered-containers] map
  2119. 1397.01 s [unordered-containers] model: OK (0.11s)
  2120. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2121. 1397.01 s [unordered-containers] valid: OK (0.08s)
  2122. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2123. 1397.01 s [unordered-containers] traverseWithKey
  2124. 1397.01 s [unordered-containers] model: OK (0.13s)
  2125. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2126. 1397.01 s [unordered-containers] valid: OK (0.03s)
  2127. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2128. 1397.01 s [unordered-containers] mapKeys
  2129. 1397.01 s [unordered-containers] model: OK (0.04s)
  2130. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2131. 1397.01 s [unordered-containers] valid: OK (0.56s)
  2132. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2133. 1397.01 s [unordered-containers] foldr: OK (0.04s)
  2134. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2135. 1397.01 s [unordered-containers] foldl: OK (0.02s)
  2136. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2137. 1397.01 s [unordered-containers] foldrWithKey: OK (0.03s)
  2138. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2139. 1397.01 s [unordered-containers] foldlWithKey: OK (0.03s)
  2140. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2141. 1397.01 s [unordered-containers] foldrWithKey': OK (0.03s)
  2142. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2143. 1397.01 s [unordered-containers] foldlWithKey': OK (0.02s)
  2144. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2145. 1397.01 s [unordered-containers] foldl': OK (0.02s)
  2146. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2147. 1397.01 s [unordered-containers] foldr': OK (0.02s)
  2148. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2149. 1397.01 s [unordered-containers] foldMapWithKey: OK (0.02s)
  2150. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2151. 1397.01 s [unordered-containers] filter
  2152. 1397.01 s [unordered-containers] model: OK (0.17s)
  2153. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2154. 1397.01 s [unordered-containers] valid: OK (0.08s)
  2155. 1397.01 s [unordered-containers] +++ OK, passed 100 tests.
  2156. 1397.01 s [unordered-containers] filterWithKey
  2157. 1397.24 s [unordered-containers] model: OK (1.17s)
  2158. 1397.24 s [unordered-containers] +++ OK, passed 100 tests.
  2159. 1397.24 s [unordered-containers] valid: OK (0.81s)
  2160. 1397.24 s [unordered-containers] +++ OK, passed 100 tests.
  2161. 1397.24 s [unordered-containers] mapMaybe
  2162. 1397.24 s [unordered-containers] model: OK (0.15s)
  2163. 1397.24 s [unordered-containers] +++ OK, passed 100 tests.
  2164. 1397.24 s [unordered-containers] valid: OK (0.09s)
  2165. 1397.24 s [unordered-containers] +++ OK, passed 100 tests.
  2166. 1397.24 s [unordered-containers] mapMaybeWithKey
  2167. 1397.26 s [unordered-containers] model: OK (1.18s)
  2168. 1397.26 s [unordered-containers] +++ OK, passed 100 tests.
  2169. 1397.26 s [unordered-containers] valid: OK (0.64s)
  2170. 1397.26 s [unordered-containers] +++ OK, passed 100 tests.
  2171. 1397.26 s [unordered-containers] elems: OK (0.04s)
  2172. 1397.26 s [unordered-containers] +++ OK, passed 100 tests.
  2173. 1397.26 s [unordered-containers] keys: OK (0.02s)
  2174. 1397.26 s [unordered-containers] +++ OK, passed 100 tests.
  2175. 1397.26 s [unordered-containers] fromList
  2176. 1397.26 s [unordered-containers] model: OK (0.04s)
  2177. 1397.26 s [unordered-containers] +++ OK, passed 100 tests.
  2178. 1397.26 s [unordered-containers] valid: OK (0.02s)
  2179. 1397.26 s [unordered-containers] +++ OK, passed 100 tests.
  2180. 1397.26 s [unordered-containers] fromListWith
  2181. 1397.27 s [unordered-containers] model: OK (0.02s)
  2182. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2183. 1397.27 s [unordered-containers] valid: OK (0.03s)
  2184. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2185. 1397.27 s [unordered-containers] fromListWithKey
  2186. 1397.27 s [unordered-containers] model: OK (0.01s)
  2187. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2188. 1397.27 s [unordered-containers] valid: OK (0.06s)
  2189. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2190. 1397.27 s [unordered-containers] toList: OK (0.01s)
  2191. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2192. 1397.27 s [unordered-containers] Data.HashSet
  2193. 1397.27 s [unordered-containers] instances
  2194. 1397.27 s [unordered-containers] Eq
  2195. 1397.27 s [unordered-containers] ==: OK (0.02s)
  2196. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2197. 1397.27 s [unordered-containers] == permutations: OK (0.02s)
  2198. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2199. 1397.27 s [unordered-containers] /=: OK (0.03s)
  2200. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2201. 1397.27 s [unordered-containers] Ord
  2202. 1397.27 s [unordered-containers] compare reflexive: OK
  2203. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2204. 1397.27 s [unordered-containers] compare transitive: OK (0.04s)
  2205. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2206. 1397.27 s [unordered-containers] compare antisymmetric: OK (0.02s)
  2207. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2208. 1397.27 s [unordered-containers] Ord => Eq: OK (0.02s)
  2209. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2210. 1397.27 s [unordered-containers] Read/Show: OK (0.29s)
  2211. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2212. 1397.27 s [unordered-containers] Foldable: OK (0.02s)
  2213. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2214. 1397.27 s [unordered-containers] Hashable: OK (0.04s)
  2215. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2216. 1397.27 s [unordered-containers] size: OK (0.01s)
  2217. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2218. 1397.27 s [unordered-containers] member: OK (0.02s)
  2219. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2220. 1397.27 s [unordered-containers] insert: OK (0.01s)
  2221. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2222. 1397.27 s [unordered-containers] delete: OK (0.01s)
  2223. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2224. 1397.27 s [unordered-containers] union: OK (0.04s)
  2225. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2226. 1397.27 s [unordered-containers] map: OK (0.87s)
  2227. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2228. 1397.27 s [unordered-containers] foldr: OK (0.02s)
  2229. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2230. 1397.27 s [unordered-containers] foldl': OK (0.02s)
  2231. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2232. 1397.27 s [unordered-containers] filter: OK (0.90s)
  2233. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2234. 1397.27 s [unordered-containers] toList: OK (0.02s)
  2235. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2236. 1397.27 s [unordered-containers] Data.HashMap.Internal.List
  2237. 1397.27 s [unordered-containers] isPermutationBy: OK (0.03s)
  2238. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2239. 1397.27 s [unordered-containers] isPermutationBy of different length: OK
  2240. 1397.27 s [unordered-containers] +++ OK, passed 100 tests; 18 discarded.
  2241. 1397.27 s [unordered-containers] pUnorderedCompare: OK (0.07s)
  2242. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2243. 1397.27 s [unordered-containers] modelUnorderedCompare
  2244. 1397.27 s [unordered-containers] reflexive: OK (0.02s)
  2245. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2246. 1397.27 s [unordered-containers] anti-symmetric: OK
  2247. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2248. 1397.27 s [unordered-containers] transitive: OK (0.01s)
  2249. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2250. 1397.27 s [unordered-containers] Regression tests
  2251. 1397.27 s [unordered-containers] issue32: OK
  2252. 1397.27 s [unordered-containers] issue39a: OK
  2253. 1397.27 s [unordered-containers] issue39b: OK
  2254. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2255. 1397.27 s [unordered-containers] issue254 lazy: OK (0.02s)
  2256. 1397.27 s [unordered-containers] issue254 strict: OK (0.02s)
  2257. 1397.27 s [unordered-containers] issue379
  2258. 1397.27 s [unordered-containers] Lazy.unionWith: OK
  2259. 1397.27 s [unordered-containers] union: OK
  2260. 1397.27 s [unordered-containers] Strict.unionWith: OK
  2261. 1397.27 s [unordered-containers] Strict.unionWithKey: OK
  2262. 1397.27 s [unordered-containers] issue381
  2263. 1397.27 s [unordered-containers] mapMaybe: OK
  2264. 1397.27 s [unordered-containers] mapMaybeWithKey: OK
  2265. 1397.27 s [unordered-containers] issue382: OK
  2266. 1397.27 s [unordered-containers] issue383: OK
  2267. 1397.27 s [unordered-containers] issue420: OK
  2268. 1397.27 s [unordered-containers] Strictness
  2269. 1397.27 s [unordered-containers] HashMap.Strict
  2270. 1397.27 s [unordered-containers] singleton is key-strict: OK
  2271. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2272. 1397.27 s [unordered-containers] singleton is value-strict: OK
  2273. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2274. 1397.27 s [unordered-containers] member is key-strict: OK
  2275. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2276. 1397.27 s [unordered-containers] lookup is key-strict: OK
  2277. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2278. 1397.27 s [unordered-containers] lookupDefault is key-strict: OK
  2279. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2280. 1397.27 s [unordered-containers] findWithDefault is key-strict: OK
  2281. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2282. 1397.27 s [unordered-containers] ! is key-strict: OK
  2283. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2284. 1397.27 s [unordered-containers] delete is key-strict: OK
  2285. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2286. 1397.27 s [unordered-containers] adjust is key-strict: OK
  2287. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2288. 1397.27 s [unordered-containers] adjust is value-strict: OK (0.03s)
  2289. 1397.27 s [unordered-containers] +++ OK, passed 100 tests.
  2290. 1397.28 s [unordered-containers] insert is key-strict: OK
  2291. 1397.28 s [unordered-containers] +++ OK, passed 100 tests.
  2292. 1397.28 s [unordered-containers] insert is value-strict: OK
  2293. 1397.28 s [unordered-containers] +++ OK, passed 100 tests.
  2294. 1397.28 s [unordered-containers] insertWith is key-strict: OK
  2295. 1397.28 s [unordered-containers] +++ OK, passed 100 tests.
  2296. 1397.28 s [unordered-containers] insertWith is value-strict: OK (0.01s)
  2297. 1397.28 s [unordered-containers] +++ OK, passed 100 tests.
  2298. 1397.28 s [unordered-containers] fromList is key-strict: OK
  2299. 1397.28 s [unordered-containers] +++ OK, passed 1 test.
  2300. 1397.28 s [unordered-containers] fromList is value-strict: OK
  2301. 1397.28 s [unordered-containers] +++ OK, passed 100 tests.
  2302. 1397.28 s [unordered-containers] fromListWith is key-strict: OK
  2303. 1397.28 s [unordered-containers] +++ OK, passed 100 tests.
  2304. 1397.28 s [unordered-containers] fromListWith is value-strict: OK
  2305. 1397.28 s [unordered-containers] +++ OK, passed 100 tests.
  2306. 1397.28 s [unordered-containers]
  2307. 1397.28 s [unordered-containers] All 256 tests passed (1.79s)
  2308. 1397.30 s [unordered-containers] Test suite unordered-containers-tests: PASS
  2309. 1397.30 s [unordered-containers] Test suite logged to:
  2310. 1397.30 s [unordered-containers] dist/test/unordered-containers-0.2.20-unordered-containers-tests.log
  2311. 1397.30 s [unordered-containers] 1 of 1 test suites (1 of 1 test cases) passed.
  2312. 1397.31 s [unordered-containers] Phase: haddockPhase
  2313. 1397.54 s [unordered-containers] Preprocessing library for unordered-containers-0.2.20..
  2314. 1397.54 s [unordered-containers] Running Haddock on library for unordered-containers-0.2.20..
  2315. 1397.63 s [unordered-containers] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  2316. 1397.83 s [unordered-containers]
  2317. 1397.83 s [unordered-containers] Data/HashMap/Internal.hs:12:14-23: warning: [-Wdeprecated-flags]
  2318. 1397.83 s [unordered-containers] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
  2319. 1397.83 s [unordered-containers] |
  2320. 1397.83 s [unordered-containers] 12 | {-# LANGUAGE TypeInType #-}
  2321. 1397.83 s [unordered-containers] | ^^^^^^^^^^
  2322. 1398.31 s [unordered-containers] 33% ( 16 / 48) in 'Data.HashMap.Internal.Array'
  2323. 1398.31 s [unordered-containers] Missing documentation for:
  2324. 1398.31 s [unordered-containers] Array (Data/HashMap/Internal/Array.hs:125)
  2325. 1398.31 s [unordered-containers] MArray (Data/HashMap/Internal/Array.hs:157)
  2326. 1398.31 s [unordered-containers] new_ (Data/HashMap/Internal/Array.hs:207)
  2327. 1398.31 s [unordered-containers] singleton (Data/HashMap/Internal/Array.hs:224)
  2328. 1398.31 s [unordered-containers] singletonM (Data/HashMap/Internal/Array.hs:228)
  2329. 1398.31 s [unordered-containers] snoc (Data/HashMap/Internal/Array.hs:232)
  2330. 1398.31 s [unordered-containers] pair (Data/HashMap/Internal/Array.hs:241)
  2331. 1398.31 s [unordered-containers] length (Data/HashMap/Internal/Array.hs:153)
  2332. 1398.31 s [unordered-containers] lengthM (Data/HashMap/Internal/Array.hs:161)
  2333. 1398.31 s [unordered-containers] read (Data/HashMap/Internal/Array.hs:248)
  2334. 1398.31 s [unordered-containers] write (Data/HashMap/Internal/Array.hs:254)
  2335. 1398.31 s [unordered-containers] index (Data/HashMap/Internal/Array.hs:261)
  2336. 1398.31 s [unordered-containers] indexM (Data/HashMap/Internal/Array.hs:273)
  2337. 1398.31 s [unordered-containers] index# (Data/HashMap/Internal/Array.hs:267)
  2338. 1398.31 s [unordered-containers] sameArray1 (Data/HashMap/Internal/Array.hs:139)
  2339. 1398.31 s [unordered-containers] unsafeFreeze (Data/HashMap/Internal/Array.hs:279)
  2340. 1398.31 s [unordered-containers] unsafeThaw (Data/HashMap/Internal/Array.hs:285)
  2341. 1398.31 s [unordered-containers] unsafeSameArray (Data/HashMap/Internal/Array.hs:135)
  2342. 1398.31 s [unordered-containers] run (Data/HashMap/Internal/Array.hs:291)
  2343. 1398.31 s [unordered-containers] cloneM (Data/HashMap/Internal/Array.hs:313)
  2344. 1398.31 s [unordered-containers] foldl (Data/HashMap/Internal/Array.hs:403)
  2345. 1398.31 s [unordered-containers] foldl' (Data/HashMap/Internal/Array.hs:374)
  2346. 1398.31 s [unordered-containers] foldr (Data/HashMap/Internal/Array.hs:393)
  2347. 1398.31 s [unordered-containers] foldr' (Data/HashMap/Internal/Array.hs:384)
  2348. 1398.31 s [unordered-containers] foldMap (Data/HashMap/Internal/Array.hs:416)
  2349. 1398.31 s [unordered-containers] thaw (Data/HashMap/Internal/Array.hs:435)
  2350. 1398.31 s [unordered-containers] map (Data/HashMap/Internal/Array.hs:460)
  2351. 1398.31 s [unordered-containers] traverse (Data/HashMap/Internal/Array.hs:536)
  2352. 1398.31 s [unordered-containers] traverse' (Data/HashMap/Internal/Array.hs:552)
  2353. 1398.31 s [unordered-containers] toList (Data/HashMap/Internal/Array.hs:528)
  2354. 1398.31 s [unordered-containers] fromList (Data/HashMap/Internal/Array.hs:493)
  2355. 1398.31 s [unordered-containers] fromList' (Data/HashMap/Internal/Array.hs:505)
  2356. 1398.51 s [unordered-containers]
  2357. 1398.51 s [unordered-containers] Data/HashMap/Internal/Array.hs:83:1-35: warning: [-Wunused-imports]
  2358. 1398.51 s [unordered-containers] The import of ‘Control.Applicative’ is redundant
  2359. 1398.51 s [unordered-containers] except perhaps to import instances from ‘Control.Applicative’
  2360. 1398.51 s [unordered-containers] To import instances alone, use: import Control.Applicative()
  2361. 1398.51 s [unordered-containers] |
  2362. 1398.51 s [unordered-containers] 83 | import Control.Applicative (liftA2)
  2363. 1398.51 s [unordered-containers] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2364. 1398.55 s [unordered-containers] 25% ( 1 / 4) in 'Data.HashMap.Internal.List'
  2365. 1398.55 s [unordered-containers] Missing documentation for:
  2366. 1398.55 s [unordered-containers] isPermutationBy (Data/HashMap/Internal/List.hs:39)
  2367. 1398.55 s [unordered-containers] deleteBy (Data/HashMap/Internal/List.hs:82)
  2368. 1398.55 s [unordered-containers] unorderedCompare (Data/HashMap/Internal/List.hs:67)
  2369. 1399.10 s [unordered-containers] Warning: 'Leaf' is ambiguous. It is defined
  2370. 1399.10 s [unordered-containers] * at Data/HashMap/Internal.hs:225:7
  2371. 1399.10 s [unordered-containers] * at Data/HashMap/Internal.hs:185:1
  2372. 1399.10 s [unordered-containers] You may be able to disambiguate the identifier by qualifying it or
  2373. 1399.10 s [unordered-containers] by specifying the type/value namespace explicitly.
  2374. 1399.10 s [unordered-containers] Defaulting to the one defined at Data/HashMap/Internal.hs:185:1
  2375. 1399.11 s [unordered-containers] Warning: 'at' is out of scope.
  2376. 1399.11 s [unordered-containers] If you qualify the identifier, haddock can try to link it anyway.
  2377. 1399.12 s [unordered-containers] 88% ( 93 /105) in 'Data.HashMap.Internal'
  2378. 1399.12 s [unordered-containers] Missing documentation for:
  2379. 1399.12 s [unordered-containers] Leaf (Data/HashMap/Internal.hs:185)
  2380. 1399.12 s [unordered-containers] intersectionWithKey# (Data/HashMap/Internal.hs:1854)
  2381. 1399.12 s [unordered-containers] updateOrConcatWithKey (Data/HashMap/Internal.hs:2367)
  2382. 1399.12 s [unordered-containers] equalKeys (Data/HashMap/Internal.hs:510)
  2383. 1399.12 s [unordered-containers] equalKeys1 (Data/HashMap/Internal.hs:494)
  2384. 1399.12 s [unordered-containers] lookupRecordCollision (Data/HashMap/Internal.hs:677)
  2385. 1399.12 s [unordered-containers] LookupRes (Data/HashMap/Internal.hs:657)
  2386. 1399.12 s [unordered-containers] lookupResToMaybe (Data/HashMap/Internal.hs:659)
  2387. 1399.12 s [unordered-containers] insert' (Data/HashMap/Internal.hs:805)
  2388. 1399.12 s [unordered-containers] delete' (Data/HashMap/Internal.hs:1123)
  2389. 1399.12 s [unordered-containers] insertNewKey (Data/HashMap/Internal.hs:847)
  2390. 1399.12 s [unordered-containers] insertKeyExists (Data/HashMap/Internal.hs:882)
  2391. 1399.86 s [unordered-containers] 50% ( 3 / 6) in 'Data.HashMap.Internal.Debug'
  2392. 1399.86 s [unordered-containers] Missing documentation for:
  2393. 1399.86 s [unordered-containers] valid (Data/HashMap/Internal/Debug.hs:97)
  2394. 1399.86 s [unordered-containers] Validity (Data/HashMap/Internal/Debug.hs:43)
  2395. 1399.86 s [unordered-containers] SubHashPath (Data/HashMap/Internal/Debug.hs:75)
  2396. 1399.93 s [unordered-containers] Warning: 'lookup' is out of scope.
  2397. 1399.93 s [unordered-containers] If you qualify the identifier, haddock can try to link it anyway.
  2398. 1399.93 s [unordered-containers] Warning: 'at' is out of scope.
  2399. 1399.93 s [unordered-containers] If you qualify the identifier, haddock can try to link it anyway.
  2400. 1399.94 s [unordered-containers] 100% ( 67 / 67) in 'Data.HashMap.Internal.Strict'
  2401. 1400.07 s [unordered-containers] 100% ( 35 / 35) in 'Data.HashSet.Internal'
  2402. 1400.20 s [unordered-containers] 100% ( 32 / 32) in 'Data.HashSet'
  2403. 1400.21 s [unordered-containers] 100% ( 69 / 69) in 'Data.HashMap.Strict'
  2404. 1400.21 s [unordered-containers] 100% ( 69 / 69) in 'Data.HashMap.Lazy'
  2405. 1404.70 s [unordered-containers] Documentation created: dist/doc/html/unordered-containers/index.html,
  2406. 1404.70 s [unordered-containers] dist/doc/html/unordered-containers/unordered-containers.txt
  2407. 1404.77 s [unordered-containers] Preprocessing test suite 'unordered-containers-tests' for unordered-containers-0.2.20..
  2408. 1404.78 s [unordered-containers] Phase: installPhase
  2409. 1404.87 s [unordered-containers] Installing library in /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  2410. 1405.46 s [unordered-containers] Phase: fixupPhase
  2411. 1405.49 s [unordered-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20
  2412. 1405.49 s [unordered-containers] shrinking /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSunordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z-ghc9.6.3.so
  2413. 1405.51 s [unordered-containers] checking for references to /build/ in /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20...
  2414. 1405.53 s [unordered-containers] patching script interpreter paths in /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20
  2415. 1405.55 s [unordered-containers] stripping (with command strip and flags -S -p) in /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20/lib
  2416. 1405.76 s [unordered-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/mk86z8833bw6y5l79y7jzg4wxvzb44cd-unordered-containers-0.2.20-doc
  2417. 1405.78 s [unordered-containers] checking for references to /build/ in /nix/store/mk86z8833bw6y5l79y7jzg4wxvzb44cd-unordered-containers-0.2.20-doc...
  2418. 1405.80 s [unordered-containers] patching script interpreter paths in /nix/store/mk86z8833bw6y5l79y7jzg4wxvzb44cd-unordered-containers-0.2.20-doc
  2419. 1405.99 s [unordered-containers:post-build] Uploading to the NixCI cache: /nix/store/mk86z8833bw6y5l79y7jzg4wxvzb44cd-unordered-containers-0.2.20-doc /nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20
  2420. 1406.05 s [unordered-containers:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2421. 1406.36 s [unordered-containers:post-build] copying 2 paths...
  2422. 1406.36 s [unordered-containers:post-build] copying path '/nix/store/mk86z8833bw6y5l79y7jzg4wxvzb44cd-unordered-containers-0.2.20-doc' to 'https://cache.nix-ci.com'...
  2423. 1407.39 s [unordered-containers:post-build] copying path '/nix/store/q9zjxhb39jangmy0zmmg354fwwblsdj8-unordered-containers-0.2.20' to 'https://cache.nix-ci.com'...
  2424. 1410.89 s [unordered-containers:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2425. 1411.17 s [unordered-containers:post-build] copying 1 paths...
  2426. 1411.17 s [unordered-containers:post-build] copying path '/nix/store/1xp7ic66cc9q7g28p0qb7a3vqamnzp9c-unordered-containers-0.2.20.drv' to 'https://cache.nix-ci.com'...
  2427. 1411.44 s Uploaded unordered-containers in 5.4s
  2428. 1411.44 s Progress: 93 of 103 built, 18 of 18 downloaded from cache
  2429. 1411.44 s Built unordered-containers in 1m04s
  2430. 1411.53 s Building /nix/store/kx7dys0id9raldahdgpm5m8i2zdbw5fa-invariant-0.6.3.drv
  2431. 1411.61 s Building /nix/store/f5zjalgi0x46y3m5vii2n2pqkn2ls0sv-quickcheck-instances-0.3.30.drv
  2432. 1411.66 s Building /nix/store/5rflj37b0m5xild8g0ahb41f7v8fnwip-semigroupoids-6.0.1.drv
  2433. 1411.69 s [invariant] Phase: setupCompilerEnvironmentPhase
  2434. 1411.69 s [invariant] Build with /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3.
  2435. 1411.76 s [semigroupoids] Phase: setupCompilerEnvironmentPhase
  2436. 1411.76 s [semigroupoids] Build with /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3.
  2437. 1411.76 s [quickcheck-instances] Phase: setupCompilerEnvironmentPhase
  2438. 1411.77 s [quickcheck-instances] Build with /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3.
  2439. 1411.99 s [semigroupoids] Phase: unpackPhase
  2440. 1412.00 s [semigroupoids] unpacking source archive /nix/store/nj5kxxp3cbmwliynbmczi5164gg3i82a-semigroupoids-6.0.1.tar.gz
  2441. 1412.01 s [invariant] Phase: unpackPhase
  2442. 1412.01 s [semigroupoids] source root is semigroupoids-6.0.1
  2443. 1412.01 s [quickcheck-instances] Phase: unpackPhase
  2444. 1412.02 s [invariant] unpacking source archive /nix/store/9mgwqk7djqyxcr2c1wdblixmb2xqvidj-invariant-0.6.3.tar.gz
  2445. 1412.02 s [semigroupoids] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file semigroupoids-6.0.1/.vim.custom
  2446. 1412.02 s [quickcheck-instances] unpacking source archive /nix/store/i5mp72b7d718x7nm9dcq4lx0jx51bln7-quickcheck-instances-0.3.30.tar.gz
  2447. 1412.02 s [invariant] source root is invariant-0.6.3
  2448. 1412.02 s [semigroupoids] Phase: patchPhase
  2449. 1412.03 s [semigroupoids] Replace Cabal file with edited version from mirror://hackage/semigroupoids-6.0.1/revision/1.cabal.
  2450. 1412.03 s [quickcheck-instances] source root is quickcheck-instances-0.3.30
  2451. 1412.03 s [invariant] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file invariant-0.6.3/test/THSpec.hs
  2452. 1412.04 s [semigroupoids] Phase: compileBuildDriverPhase
  2453. 1412.04 s [invariant] Phase: patchPhase
  2454. 1412.04 s [quickcheck-instances] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file quickcheck-instances-0.3.30/test/Tests.hs
  2455. 1412.04 s [semigroupoids] setupCompileFlags: -package-db=/build/tmp.rSZml2cHZX/setup-package.conf.d -threaded
  2456. 1412.04 s [quickcheck-instances] Phase: patchPhase
  2457. 1412.05 s [invariant] Phase: compileBuildDriverPhase
  2458. 1412.05 s [quickcheck-instances] Replace Cabal file with edited version from mirror://hackage/quickcheck-instances-0.3.30/revision/1.cabal.
  2459. 1412.06 s [quickcheck-instances] Phase: compileBuildDriverPhase
  2460. 1412.06 s [invariant] setupCompileFlags: -package-db=/build/tmp.fXmwUq5NEc/setup-package.conf.d -threaded
  2461. 1412.06 s [quickcheck-instances] setupCompileFlags: -package-db=/build/tmp.dMQsB0KHqJ/setup-package.conf.d -threaded
  2462. 1412.14 s [semigroupoids] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.rSZml2cHZX/Main.o )
  2463. 1412.15 s [quickcheck-instances] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.dMQsB0KHqJ/Main.o )
  2464. 1412.16 s [invariant] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.fXmwUq5NEc/Main.o )
  2465. 1412.24 s [quickcheck-instances] [2 of 2] Linking Setup
  2466. 1412.24 s [semigroupoids] [2 of 2] Linking Setup
  2467. 1412.25 s [invariant] [2 of 2] Linking Setup
  2468. 1414.29 s [semigroupoids] Phase: updateAutotoolsGnuConfigScriptsPhase
  2469. 1414.31 s [semigroupoids] Phase: configurePhase
  2470. 1414.31 s [quickcheck-instances] Phase: updateAutotoolsGnuConfigScriptsPhase
  2471. 1414.32 s [semigroupoids] configureFlags: --verbose --prefix=/nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/hy5yshwsv6x0izqgr6yx5bjhhd80mhfs-semigroupoids-6.0.1-doc/share/doc/semigroupoids-6.0.1 --with-gcc=gcc --package-db=/build/tmp.rSZml2cHZX/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/zhsjsq37d57kfp5wz0xcg6x97x1426aj-elfutils-0.191/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  2472. 1414.32 s [quickcheck-instances] Phase: configurePhase
  2473. 1414.32 s [invariant] Phase: updateAutotoolsGnuConfigScriptsPhase
  2474. 1414.33 s [semigroupoids] Using Parsec parser
  2475. 1414.33 s [semigroupoids] Configuring semigroupoids-6.0.1...
  2476. 1414.33 s [quickcheck-instances] configureFlags: --verbose --prefix=/nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/lhv07q7qqisd26slsqxgb3n5xm2pf1hs-quickcheck-instances-0.3.30-doc/share/doc/quickcheck-instances-0.3.30 --with-gcc=gcc --package-db=/build/tmp.dMQsB0KHqJ/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/zhsjsq37d57kfp5wz0xcg6x97x1426aj-elfutils-0.191/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  2477. 1414.34 s [invariant] Phase: configurePhase
  2478. 1414.34 s [quickcheck-instances] Using Parsec parser
  2479. 1414.34 s [quickcheck-instances] Configuring quickcheck-instances-0.3.30...
  2480. 1414.35 s [invariant] configureFlags: --verbose --prefix=/nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/vclv5f2c4znnsb0s72k6jqxr0blp82sm-invariant-0.6.3-doc/share/doc/invariant-0.6.3 --with-gcc=gcc --package-db=/build/tmp.fXmwUq5NEc/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/zhsjsq37d57kfp5wz0xcg6x97x1426aj-elfutils-0.191/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  2481. 1414.36 s [invariant] Using Parsec parser
  2482. 1414.36 s [invariant] Configuring invariant-0.6.3...
  2483. 1415.01 s [semigroupoids] Flags chosen: comonad=True, containers=True, contravariant=True,
  2484. 1415.01 s [semigroupoids] distributive=True, tagged=True, unordered-containers=True
  2485. 1415.01 s [semigroupoids] Dependency base >=4.9 && <5: using base-4.18.1.0
  2486. 1415.01 s [semigroupoids] Dependency base-orphans >=0.8.4 && <1: using base-orphans-0.9.2
  2487. 1415.01 s [semigroupoids] Dependency bifunctors >=5.6 && <6: using bifunctors-5.6.2
  2488. 1415.01 s [semigroupoids] Dependency comonad >=5.0.8 && <6: using comonad-5.0.8
  2489. 1415.01 s [semigroupoids] Dependency containers >=0.6.7 && <0.8: using containers-0.6.7
  2490. 1415.01 s [semigroupoids] Dependency contravariant >=1.5.3 && <2: using contravariant-1.5.5
  2491. 1415.01 s [semigroupoids] Dependency distributive >=0.5.2 && <1: using distributive-0.6.2.1
  2492. 1415.01 s [semigroupoids] Dependency hashable >=1.2.7.0 && <1.6: using hashable-1.4.4.0
  2493. 1415.01 s [semigroupoids] Dependency tagged >=0.8.7 && <1: using tagged-0.8.8
  2494. 1415.01 s [semigroupoids] Dependency template-haskell >=0.2.11: using template-haskell-2.20.0.0
  2495. 1415.01 s [semigroupoids] Dependency transformers >=0.6.1.0 && <0.7: using transformers-0.6.1.0
  2496. 1415.01 s [semigroupoids] Dependency transformers-compat >=0.6 && <0.8: using transformers-compat-0.7.2
  2497. 1415.01 s [semigroupoids] Dependency unordered-containers >=0.2.8.0 && <0.3: using
  2498. 1415.01 s [semigroupoids] unordered-containers-0.2.20
  2499. 1415.04 s [quickcheck-instances] Flags chosen: bytestring-builder=False
  2500. 1415.04 s [quickcheck-instances] Dependency OneTuple >=0.3 && <0.5: using OneTuple-0.4.2
  2501. 1415.04 s [quickcheck-instances] Dependency QuickCheck >=2.14.1 && <2.14.4: using QuickCheck-2.14.3
  2502. 1415.04 s [quickcheck-instances] Dependency array >=0.4.0.0 && <0.6: using array-0.5.5.0
  2503. 1415.04 s [quickcheck-instances] Dependency base >=4.5 && <4.20: using base-4.18.1.0
  2504. 1415.04 s [quickcheck-instances] Dependency bytestring >=0.10.4.0 && <0.13: using bytestring-0.11.5.2
  2505. 1415.04 s [quickcheck-instances] Dependency case-insensitive >=1.2.0.4 && <1.3: using case-insensitive-1.2.1.0
  2506. 1415.04 s [quickcheck-instances] Dependency containers >=0.4.2.1 && <0.7: using containers-0.6.7
  2507. 1415.04 s [quickcheck-instances] Dependency data-fix >=0.3 && <0.4: using data-fix-0.3.4
  2508. 1415.04 s [quickcheck-instances] Dependency hashable >=1.2.7.0 && <1.5: using hashable-1.4.4.0
  2509. 1415.04 s [quickcheck-instances] Dependency integer-logarithms >=1.0.3 && <1.1: using
  2510. 1415.04 s [quickcheck-instances] integer-logarithms-1.0.3.1
  2511. 1415.04 s [quickcheck-instances] Dependency old-time >=1.1.0.0 && <1.2: using old-time-1.1.0.4
  2512. 1415.04 s [quickcheck-instances] Dependency primitive >=0.6.4.0 && <0.10: using primitive-0.8.0.0
  2513. 1415.04 s [quickcheck-instances] Dependency scientific >=0.3.6.2 && <0.4: using scientific-0.3.7.0
  2514. 1415.04 s [quickcheck-instances] Dependency splitmix >=0.0.2 && <0.2: using splitmix-0.1.0.5
  2515. 1415.04 s [quickcheck-instances] Dependency strict >=0.4 && <0.6: using strict-0.5
  2516. 1415.04 s [quickcheck-instances] Dependency tagged >=0.8.6 && <0.9: using tagged-0.8.8
  2517. 1415.04 s [quickcheck-instances] Dependency text >=1.2.3.0 && <1.3 || >=2.0 && <2.2: using text-2.0.2
  2518. 1415.04 s [quickcheck-instances] Dependency text-short >=0.1.3 && <0.2: using text-short-0.1.6
  2519. 1415.04 s [quickcheck-instances] Dependency these >=1.1.1.1 && <1.3: using these-1.2.1
  2520. 1415.04 s [quickcheck-instances] Dependency time: using time-1.12.2
  2521. 1415.04 s [quickcheck-instances] Dependency time-compat >=1.9.4 && <1.10: using time-compat-1.9.6.1
  2522. 1415.04 s [quickcheck-instances] Dependency transformers >=0.3.0.0 && <0.7: using transformers-0.6.1.0
  2523. 1415.04 s [quickcheck-instances] Dependency transformers-compat >=0.6.5 && <0.8: using
  2524. 1415.04 s [quickcheck-instances] transformers-compat-0.7.2
  2525. 1415.04 s [quickcheck-instances] Dependency unordered-containers >=0.2.2.0 && <0.3: using
  2526. 1415.04 s [quickcheck-instances] unordered-containers-0.2.20
  2527. 1415.04 s [quickcheck-instances] Dependency uuid-types >=1.0.4 && <1.1: using uuid-types-1.0.5.1
  2528. 1415.04 s [quickcheck-instances] Dependency vector >=0.12.3.1 && <0.14: using vector-0.13.1.0
  2529. 1415.04 s [quickcheck-instances] Dependency QuickCheck: using QuickCheck-2.14.3
  2530. 1415.04 s [quickcheck-instances] Dependency base: using base-4.18.1.0
  2531. 1415.04 s [quickcheck-instances] Dependency containers: using containers-0.6.7
  2532. 1415.04 s [quickcheck-instances] Dependency primitive: using primitive-0.8.0.0
  2533. 1415.04 s [quickcheck-instances] Dependency quickcheck-instances: using quickcheck-instances-0.3.30
  2534. 1415.04 s [quickcheck-instances] Dependency tagged: using tagged-0.8.8
  2535. 1415.04 s [quickcheck-instances] Dependency uuid-types: using uuid-types-1.0.5.1
  2536. 1415.08 s [invariant] Dependency StateVar >=1.1 && <2: using StateVar-1.2.2
  2537. 1415.08 s [invariant] Dependency array >=0.3 && <0.6: using array-0.5.5.0
  2538. 1415.08 s [invariant] Dependency base >=4 && <5: using base-4.18.1.0
  2539. 1415.08 s [invariant] Dependency bifunctors >=5.2 && <6: using bifunctors-5.6.2
  2540. 1415.08 s [invariant] Dependency comonad >=5 && <6: using comonad-5.0.8
  2541. 1415.08 s [invariant] Dependency containers >=0.1 && <0.8: using containers-0.6.7
  2542. 1415.08 s [invariant] Dependency contravariant >=0.5 && <2: using contravariant-1.5.5
  2543. 1415.08 s [invariant] Dependency ghc-prim: using ghc-prim-0.10.0
  2544. 1415.08 s [invariant] Dependency profunctors >=5.2.1 && <6: using profunctors-5.6.2
  2545. 1415.08 s [invariant] Dependency stm >=2.2 && <3: using stm-2.5.1.0
  2546. 1415.08 s [invariant] Dependency tagged >=0.7.3 && <1: using tagged-0.8.8
  2547. 1415.08 s [invariant] Dependency template-haskell >=2.4 && <2.23: using template-haskell-2.20.0.0
  2548. 1415.08 s [invariant] Dependency th-abstraction >=0.4 && <0.8: using th-abstraction-0.5.0.0
  2549. 1415.08 s [invariant] Dependency transformers >=0.2 && <0.7: using transformers-0.6.1.0
  2550. 1415.08 s [invariant] Dependency transformers-compat >=0.3 && <1: using transformers-compat-0.7.2
  2551. 1415.08 s [invariant] Dependency unordered-containers >=0.2.4 && <0.3: using
  2552. 1415.08 s [invariant] unordered-containers-0.2.20
  2553. 1415.08 s [invariant] Dependency QuickCheck >=2.11 && <3: using QuickCheck-2.14.3
  2554. 1415.08 s [invariant] Dependency base >=4 && <5: using base-4.18.1.0
  2555. 1415.08 s [invariant] Dependency hspec >=1.8: using hspec-2.11.9
  2556. 1415.08 s [invariant] Dependency invariant: using invariant-0.6.3
  2557. 1415.08 s [invariant] Dependency template-haskell: using template-haskell-2.20.0.0
  2558. 1415.54 s [quickcheck-instances] Source component graph:
  2559. 1415.54 s [quickcheck-instances] component lib
  2560. 1415.54 s [quickcheck-instances] component test:self-test dependency lib
  2561. 1415.54 s [quickcheck-instances] Configured component graph:
  2562. 1415.54 s [quickcheck-instances] component quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI
  2563. 1415.54 s [quickcheck-instances] include OneTuple-0.4.2-A801eGX6D13F3XBDiBwiUD
  2564. 1415.54 s [quickcheck-instances] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  2565. 1415.54 s [quickcheck-instances] include array-0.5.5.0
  2566. 1415.54 s [quickcheck-instances] include base-4.18.1.0
  2567. 1415.54 s [quickcheck-instances] include bytestring-0.11.5.2
  2568. 1415.54 s [quickcheck-instances] include case-insensitive-1.2.1.0-JfafMqRvWTj2pz17IWIyYU
  2569. 1415.54 s [quickcheck-instances] include containers-0.6.7
  2570. 1415.54 s [quickcheck-instances] include data-fix-0.3.4-JmjWDyXrKRiIOreQGLb3mT
  2571. 1415.54 s [quickcheck-instances] include hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  2572. 1415.54 s [quickcheck-instances] include integer-logarithms-1.0.3.1-Fj3PV2DfB3v90VEVpkbIiS
  2573. 1415.54 s [quickcheck-instances] include old-time-1.1.0.4-AMitDc381sTFfBdOk6gZUs
  2574. 1415.54 s [quickcheck-instances] include primitive-0.8.0.0-Jo5jlESTXJeEofOqAuqg9C
  2575. 1415.54 s [quickcheck-instances] include scientific-0.3.7.0-Hvkw1tFFapjBRUfFK5Ncdf
  2576. 1415.54 s [quickcheck-instances] include splitmix-0.1.0.5-K2ILlZr4qMEFCi1jesLb2H
  2577. 1415.54 s [quickcheck-instances] include strict-0.5-EHsedVnWHBa6jlGIf2Pza1
  2578. 1415.54 s [quickcheck-instances] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2579. 1415.54 s [quickcheck-instances] include text-2.0.2
  2580. 1415.54 s [quickcheck-instances] include text-short-0.1.6-3XY3eye7Sy2G8ghBqG44yv
  2581. 1415.54 s [quickcheck-instances] include these-1.2.1-9C7peEJZ3opADND2xtArY6
  2582. 1415.54 s [quickcheck-instances] include time-1.12.2
  2583. 1415.54 s [quickcheck-instances] include time-compat-1.9.6.1-Ext1H54LXXWJFvEvVEXLSI
  2584. 1415.54 s [quickcheck-instances] include transformers-0.6.1.0
  2585. 1415.54 s [quickcheck-instances] include transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  2586. 1415.54 s [quickcheck-instances] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  2587. 1415.54 s [quickcheck-instances] include uuid-types-1.0.5.1-5XKm9moLMmxFIVSBupsLro
  2588. 1415.54 s [quickcheck-instances] include vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  2589. 1415.54 s [quickcheck-instances] component quickcheck-instances-0.3.30-4PRLaMyVM6pG8SBNt4jXHX-self-test
  2590. 1415.54 s [quickcheck-instances] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  2591. 1415.54 s [quickcheck-instances] include base-4.18.1.0
  2592. 1415.54 s [quickcheck-instances] include containers-0.6.7
  2593. 1415.54 s [quickcheck-instances] include primitive-0.8.0.0-Jo5jlESTXJeEofOqAuqg9C
  2594. 1415.54 s [quickcheck-instances] include quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI
  2595. 1415.54 s [quickcheck-instances] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2596. 1415.54 s [quickcheck-instances] include uuid-types-1.0.5.1-5XKm9moLMmxFIVSBupsLro
  2597. 1415.54 s [quickcheck-instances] Linked component graph:
  2598. 1415.54 s [quickcheck-instances] unit quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI
  2599. 1415.54 s [quickcheck-instances] include OneTuple-0.4.2-A801eGX6D13F3XBDiBwiUD
  2600. 1415.55 s [quickcheck-instances] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  2601. 1415.55 s [quickcheck-instances] include array-0.5.5.0
  2602. 1415.55 s [quickcheck-instances] include base-4.18.1.0
  2603. 1415.55 s [quickcheck-instances] include bytestring-0.11.5.2
  2604. 1415.55 s [quickcheck-instances] include case-insensitive-1.2.1.0-JfafMqRvWTj2pz17IWIyYU
  2605. 1415.55 s [quickcheck-instances] include containers-0.6.7
  2606. 1415.55 s [quickcheck-instances] include data-fix-0.3.4-JmjWDyXrKRiIOreQGLb3mT
  2607. 1415.55 s [quickcheck-instances] include hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  2608. 1415.55 s [quickcheck-instances] include integer-logarithms-1.0.3.1-Fj3PV2DfB3v90VEVpkbIiS
  2609. 1415.55 s [quickcheck-instances] include old-time-1.1.0.4-AMitDc381sTFfBdOk6gZUs
  2610. 1415.55 s [quickcheck-instances] include primitive-0.8.0.0-Jo5jlESTXJeEofOqAuqg9C
  2611. 1415.55 s [quickcheck-instances] include scientific-0.3.7.0-Hvkw1tFFapjBRUfFK5Ncdf
  2612. 1415.55 s [quickcheck-instances] include splitmix-0.1.0.5-K2ILlZr4qMEFCi1jesLb2H
  2613. 1415.55 s [quickcheck-instances] include strict-0.5-EHsedVnWHBa6jlGIf2Pza1
  2614. 1415.55 s [quickcheck-instances] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2615. 1415.55 s [quickcheck-instances] include text-2.0.2
  2616. 1415.55 s [quickcheck-instances] include text-short-0.1.6-3XY3eye7Sy2G8ghBqG44yv
  2617. 1415.55 s [quickcheck-instances] include these-1.2.1-9C7peEJZ3opADND2xtArY6
  2618. 1415.55 s [quickcheck-instances] include time-1.12.2
  2619. 1415.55 s [quickcheck-instances] include time-compat-1.9.6.1-Ext1H54LXXWJFvEvVEXLSI
  2620. 1415.55 s [quickcheck-instances] include transformers-0.6.1.0
  2621. 1415.55 s [quickcheck-instances] include transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  2622. 1415.55 s [quickcheck-instances] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  2623. 1415.55 s [quickcheck-instances] include uuid-types-1.0.5.1-5XKm9moLMmxFIVSBupsLro
  2624. 1415.55 s [quickcheck-instances] include vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  2625. 1415.55 s [quickcheck-instances] Test.QuickCheck.Instances=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances,Test.QuickCheck.Instances.Array=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Array,Test.QuickCheck.Instances.Array.Byte=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Array.Byte,Test.QuickCheck.Instances.ByteString=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.ByteString,Test.QuickCheck.Instances.CaseInsensitive=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.CaseInsensitive,Test.QuickCheck.Instances.Containers=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Containers,Test.QuickCheck.Instances.DataFix=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.DataFix,Test.QuickCheck.Instances.Hashable=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Hashable,Test.QuickCheck.Instances.Natural=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Natural,Test.QuickCheck.Instances.OldTime=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.OldTime,Test.QuickCheck.Instances.Primitive=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Primitive,Test.QuickCheck.Instances.Scientific=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Scientific,Test.QuickCheck.Instances.Semigroup=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Semigroup,Test.QuickCheck.Instances.Solo=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Solo,Test.QuickCheck.Instances.Strict=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Strict,Test.QuickCheck.Instances.Tagged=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Tagged,Test.QuickCheck.Instances.Text=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Text,Test.QuickCheck.Instances.Text.Short=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Text.Short,Test.QuickCheck.Instances.These=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.These,Test.QuickCheck.Instances.Time=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Time,Test.QuickCheck.Instances.Transformer=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Transformer,Test.QuickCheck.Instances.UUID=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.UUID,Test.QuickCheck.Instances.UnorderedContainers=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.UnorderedContainers,Test.QuickCheck.Instances.Vector=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Vector,Test.QuickCheck.Instances.Void=quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI:Test.QuickCheck.Instances.Void
  2626. 1415.55 s [quickcheck-instances] unit quickcheck-instances-0.3.30-4PRLaMyVM6pG8SBNt4jXHX-self-test
  2627. 1415.55 s [quickcheck-instances] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  2628. 1415.55 s [quickcheck-instances] include base-4.18.1.0
  2629. 1415.55 s [quickcheck-instances] include containers-0.6.7
  2630. 1415.55 s [quickcheck-instances] include primitive-0.8.0.0-Jo5jlESTXJeEofOqAuqg9C
  2631. 1415.55 s [quickcheck-instances] include quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI
  2632. 1415.55 s [quickcheck-instances] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2633. 1415.55 s [quickcheck-instances] include uuid-types-1.0.5.1-5XKm9moLMmxFIVSBupsLro
  2634. 1415.55 s [quickcheck-instances] Ready component graph:
  2635. 1415.55 s [quickcheck-instances] definite quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI
  2636. 1415.55 s [quickcheck-instances] depends OneTuple-0.4.2-A801eGX6D13F3XBDiBwiUD
  2637. 1415.55 s [quickcheck-instances] depends QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  2638. 1415.55 s [quickcheck-instances] depends array-0.5.5.0
  2639. 1415.55 s [quickcheck-instances] depends base-4.18.1.0
  2640. 1415.55 s [quickcheck-instances] depends bytestring-0.11.5.2
  2641. 1415.55 s [quickcheck-instances] depends case-insensitive-1.2.1.0-JfafMqRvWTj2pz17IWIyYU
  2642. 1415.55 s [quickcheck-instances] depends containers-0.6.7
  2643. 1415.55 s [quickcheck-instances] depends data-fix-0.3.4-JmjWDyXrKRiIOreQGLb3mT
  2644. 1415.55 s [quickcheck-instances] depends hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  2645. 1415.55 s [quickcheck-instances] depends integer-logarithms-1.0.3.1-Fj3PV2DfB3v90VEVpkbIiS
  2646. 1415.55 s [quickcheck-instances] depends old-time-1.1.0.4-AMitDc381sTFfBdOk6gZUs
  2647. 1415.55 s [quickcheck-instances] depends primitive-0.8.0.0-Jo5jlESTXJeEofOqAuqg9C
  2648. 1415.55 s [quickcheck-instances] depends scientific-0.3.7.0-Hvkw1tFFapjBRUfFK5Ncdf
  2649. 1415.55 s [quickcheck-instances] depends splitmix-0.1.0.5-K2ILlZr4qMEFCi1jesLb2H
  2650. 1415.55 s [quickcheck-instances] depends strict-0.5-EHsedVnWHBa6jlGIf2Pza1
  2651. 1415.55 s [quickcheck-instances] depends tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2652. 1415.55 s [quickcheck-instances] depends text-2.0.2
  2653. 1415.55 s [quickcheck-instances] depends text-short-0.1.6-3XY3eye7Sy2G8ghBqG44yv
  2654. 1415.55 s [quickcheck-instances] depends these-1.2.1-9C7peEJZ3opADND2xtArY6
  2655. 1415.55 s [quickcheck-instances] depends time-1.12.2
  2656. 1415.55 s [quickcheck-instances] depends time-compat-1.9.6.1-Ext1H54LXXWJFvEvVEXLSI
  2657. 1415.55 s [quickcheck-instances] depends transformers-0.6.1.0
  2658. 1415.55 s [quickcheck-instances] depends transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  2659. 1415.55 s [quickcheck-instances] depends unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  2660. 1415.55 s [quickcheck-instances] depends uuid-types-1.0.5.1-5XKm9moLMmxFIVSBupsLro
  2661. 1415.55 s [quickcheck-instances] depends vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  2662. 1415.58 s [semigroupoids] Source component graph: component lib
  2663. 1415.58 s [semigroupoids] Configured component graph:
  2664. 1415.58 s [semigroupoids] component semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  2665. 1415.58 s [semigroupoids] include base-4.18.1.0
  2666. 1415.58 s [semigroupoids] include base-orphans-0.9.2-Jrw6L7D8iwcEFnVYKyekW2
  2667. 1415.58 s [semigroupoids] include bifunctors-5.6.2-9sPatHY1zLpGPDYLei4w9y
  2668. 1415.58 s [semigroupoids] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  2669. 1415.58 s [semigroupoids] include containers-0.6.7
  2670. 1415.58 s [semigroupoids] include contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  2671. 1415.58 s [semigroupoids] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  2672. 1415.58 s [semigroupoids] include hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  2673. 1415.58 s [semigroupoids] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2674. 1415.58 s [semigroupoids] include template-haskell-2.20.0.0
  2675. 1415.58 s [semigroupoids] include transformers-0.6.1.0
  2676. 1415.58 s [semigroupoids] include transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  2677. 1415.58 s [semigroupoids] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  2678. 1415.58 s [semigroupoids] Linked component graph:
  2679. 1415.58 s [semigroupoids] unit semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  2680. 1415.58 s [semigroupoids] include base-4.18.1.0
  2681. 1415.58 s [semigroupoids] include base-orphans-0.9.2-Jrw6L7D8iwcEFnVYKyekW2
  2682. 1415.58 s [semigroupoids] include bifunctors-5.6.2-9sPatHY1zLpGPDYLei4w9y
  2683. 1415.58 s [semigroupoids] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  2684. 1415.58 s [semigroupoids] include containers-0.6.7
  2685. 1415.58 s [semigroupoids] include contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  2686. 1415.58 s [semigroupoids] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  2687. 1415.58 s [semigroupoids] include hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  2688. 1415.58 s [semigroupoids] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2689. 1415.58 s [semigroupoids] include template-haskell-2.20.0.0
  2690. 1415.58 s [semigroupoids] include transformers-0.6.1.0
  2691. 1415.58 s [semigroupoids] include transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  2692. 1415.58 s [semigroupoids] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  2693. 1415.58 s [semigroupoids] Data.Bifunctor.Apply=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Bifunctor.Apply,Data.Functor.Alt=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Functor.Alt,Data.Functor.Apply=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Functor.Apply,Data.Functor.Bind=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Functor.Bind,Data.Functor.Bind.Class=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Functor.Bind.Class,Data.Functor.Bind.Trans=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Functor.Bind.Trans,Data.Functor.Contravariant.Conclude=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Functor.Contravariant.Conclude,Data.Functor.Contravariant.Decide=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Functor.Contravariant.Decide,Data.Functor.Contravariant.Divise=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Functor.Contravariant.Divise,Data.Functor.Extend=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Functor.Extend,Data.Functor.Plus=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Functor.Plus,Data.Groupoid=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Groupoid,Data.Isomorphism=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Isomorphism,Data.Semigroup.Bifoldable=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Semigroup.Bifoldable,Data.Semigroup.Bitraversable=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Semigroup.Bitraversable,Data.Semigroup.Foldable=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Semigroup.Foldable,Data.Semigroup.Foldable.Class=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Semigroup.Foldable.Class,Data.Semigroup.Traversable=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Semigroup.Traversable,Data.Semigroup.Traversable.Class=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Semigroup.Traversable.Class,Data.Semigroupoid=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Semigroupoid,Data.Semigroupoid.Categorical=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Semigroupoid.Categorical,Data.Semigroupoid.Dual=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Semigroupoid.Dual,Data.Semigroupoid.Ob=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Semigroupoid.Ob,Data.Semigroupoid.Static=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Semigroupoid.Static,Data.Traversable.Instances=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Data.Traversable.Instances,Semigroupoids.Do=semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK:Semigroupoids.Do
  2694. 1415.58 s [semigroupoids] Ready component graph:
  2695. 1415.58 s [semigroupoids] definite semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  2696. 1415.58 s [semigroupoids] depends base-4.18.1.0
  2697. 1415.58 s [semigroupoids] depends base-orphans-0.9.2-Jrw6L7D8iwcEFnVYKyekW2
  2698. 1415.58 s [semigroupoids] depends bifunctors-5.6.2-9sPatHY1zLpGPDYLei4w9y
  2699. 1415.58 s [semigroupoids] depends comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  2700. 1415.58 s [semigroupoids] depends containers-0.6.7
  2701. 1415.58 s [semigroupoids] depends contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  2702. 1415.58 s [semigroupoids] depends distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  2703. 1415.58 s [semigroupoids] depends hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  2704. 1415.58 s [semigroupoids] depends tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2705. 1415.58 s [semigroupoids] depends template-haskell-2.20.0.0
  2706. 1415.58 s [semigroupoids] depends transformers-0.6.1.0
  2707. 1415.58 s [semigroupoids] depends transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  2708. 1415.58 s [semigroupoids] depends unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  2709. 1415.58 s [semigroupoids] Using Cabal-3.10.1.0 compiled by ghc-9.6
  2710. 1415.58 s [semigroupoids] Using compiler: ghc-9.6.3
  2711. 1415.58 s [semigroupoids] Using install prefix:
  2712. 1415.58 s [semigroupoids] /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1
  2713. 1415.58 s [semigroupoids] Executables installed in:
  2714. 1415.58 s [semigroupoids] /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1/bin
  2715. 1415.58 s [semigroupoids] Libraries installed in:
  2716. 1415.58 s [semigroupoids] /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  2717. 1415.58 s [semigroupoids] Dynamic Libraries installed in:
  2718. 1415.58 s [semigroupoids] /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  2719. 1415.58 s [semigroupoids] Private executables installed in:
  2720. 1415.58 s [semigroupoids] /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1/libexec/x86_64-linux-ghc-9.6.3/semigroupoids-6.0.1
  2721. 1415.58 s [semigroupoids] Data files installed in:
  2722. 1415.58 s [semigroupoids] /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1/share/x86_64-linux-ghc-9.6.3/semigroupoids-6.0.1
  2723. 1415.58 s [semigroupoids] Documentation installed in:
  2724. 1415.58 s [semigroupoids] /nix/store/hy5yshwsv6x0izqgr6yx5bjhhd80mhfs-semigroupoids-6.0.1-doc/share/doc/semigroupoids-6.0.1
  2725. 1415.58 s [semigroupoids] Configuration files installed in:
  2726. 1415.58 s [semigroupoids] /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1/etc
  2727. 1415.58 s [semigroupoids] No alex found
  2728. 1415.58 s [semigroupoids] Using ar found on system at:
  2729. 1415.58 s [semigroupoids] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  2730. 1415.58 s [semigroupoids] No c2hs found
  2731. 1415.58 s [semigroupoids] No cpphs found
  2732. 1415.58 s [semigroupoids] No doctest found
  2733. 1415.58 s [semigroupoids] Using gcc version 13.3.0 given by user at:
  2734. 1415.58 s [semigroupoids] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  2735. 1415.58 s [semigroupoids] Using ghc version 9.6.3 found on system at:
  2736. 1415.58 s [semigroupoids] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc
  2737. 1415.58 s [semigroupoids] Using ghc-pkg version 9.6.3 found on system at:
  2738. 1415.58 s [semigroupoids] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc-pkg-9.6.3
  2739. 1415.58 s [semigroupoids] No ghcjs found
  2740. 1415.58 s [semigroupoids] No ghcjs-pkg found
  2741. 1415.58 s [semigroupoids] No greencard found
  2742. 1415.58 s [semigroupoids] Using haddock version 2.29.1 found on system at:
  2743. 1415.58 s [semigroupoids] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/haddock-ghc-9.6.3
  2744. 1415.58 s [semigroupoids] No happy found
  2745. 1415.58 s [semigroupoids] Using haskell-suite found on system at: haskell-suite-dummy-location
  2746. 1415.58 s [semigroupoids] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2747. 1415.58 s [semigroupoids] No hmake found
  2748. 1415.58 s [semigroupoids] Using hpc version 0.68 found on system at:
  2749. 1415.58 s [semigroupoids] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hpc-ghc-9.6.3
  2750. 1415.58 s [semigroupoids] Using hsc2hs version 0.68.9 found on system at:
  2751. 1415.58 s [semigroupoids] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  2752. 1415.58 s [semigroupoids] Using hscolour version 1.25 found on system at:
  2753. 1415.58 s [semigroupoids] /nix/store/sa2a2s2s3sailzp0i1zijdz750p5anl1-hscolour-1.25/bin/HsColour
  2754. 1415.58 s [semigroupoids] No jhc found
  2755. 1415.58 s [semigroupoids] Using ld found on system at:
  2756. 1415.58 s [semigroupoids] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  2757. 1415.58 s [semigroupoids] No pkg-config found
  2758. 1415.58 s [semigroupoids] Using runghc version 9.6.3 found on system at:
  2759. 1415.58 s [semigroupoids] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/runghc-9.6.3
  2760. 1415.58 s [semigroupoids] Using strip version 2.43 found on system at:
  2761. 1415.58 s [semigroupoids] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  2762. 1415.58 s [semigroupoids] Using tar found on system at:
  2763. 1415.58 s [semigroupoids] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  2764. 1415.58 s [semigroupoids] No uhc found
  2765. 1415.60 s [quickcheck-instances] definite quickcheck-instances-0.3.30-4PRLaMyVM6pG8SBNt4jXHX-self-test
  2766. 1415.60 s [quickcheck-instances] depends QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  2767. 1415.60 s [quickcheck-instances] depends base-4.18.1.0
  2768. 1415.60 s [quickcheck-instances] depends containers-0.6.7
  2769. 1415.60 s [quickcheck-instances] depends primitive-0.8.0.0-Jo5jlESTXJeEofOqAuqg9C
  2770. 1415.60 s [quickcheck-instances] depends quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI
  2771. 1415.60 s [quickcheck-instances] depends tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2772. 1415.60 s [quickcheck-instances] depends uuid-types-1.0.5.1-5XKm9moLMmxFIVSBupsLro
  2773. 1415.60 s [quickcheck-instances] Using Cabal-3.10.1.0 compiled by ghc-9.6
  2774. 1415.60 s [quickcheck-instances] Using compiler: ghc-9.6.3
  2775. 1415.60 s [quickcheck-instances] Using install prefix:
  2776. 1415.60 s [quickcheck-instances] /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30
  2777. 1415.60 s [quickcheck-instances] Executables installed in:
  2778. 1415.60 s [quickcheck-instances] /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30/bin
  2779. 1415.60 s [quickcheck-instances] Libraries installed in:
  2780. 1415.60 s [quickcheck-instances] /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI
  2781. 1415.60 s [quickcheck-instances] Dynamic Libraries installed in:
  2782. 1415.60 s [quickcheck-instances] /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  2783. 1415.60 s [quickcheck-instances] Private executables installed in:
  2784. 1415.60 s [quickcheck-instances] /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30/libexec/x86_64-linux-ghc-9.6.3/quickcheck-instances-0.3.30
  2785. 1415.60 s [quickcheck-instances] Data files installed in:
  2786. 1415.60 s [quickcheck-instances] /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30/share/x86_64-linux-ghc-9.6.3/quickcheck-instances-0.3.30
  2787. 1415.60 s [quickcheck-instances] Documentation installed in:
  2788. 1415.60 s [quickcheck-instances] /nix/store/lhv07q7qqisd26slsqxgb3n5xm2pf1hs-quickcheck-instances-0.3.30-doc/share/doc/quickcheck-instances-0.3.30
  2789. 1415.60 s [quickcheck-instances] Configuration files installed in:
  2790. 1415.60 s [quickcheck-instances] /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30/etc
  2791. 1415.60 s [quickcheck-instances] No alex found
  2792. 1415.60 s [quickcheck-instances] Using ar found on system at:
  2793. 1415.60 s [quickcheck-instances] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  2794. 1415.60 s [quickcheck-instances] No c2hs found
  2795. 1415.60 s [quickcheck-instances] No cpphs found
  2796. 1415.60 s [quickcheck-instances] No doctest found
  2797. 1415.60 s [quickcheck-instances] Using gcc version 13.3.0 given by user at:
  2798. 1415.60 s [quickcheck-instances] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  2799. 1415.60 s [quickcheck-instances] Using ghc version 9.6.3 found on system at:
  2800. 1415.60 s [quickcheck-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc
  2801. 1415.60 s [quickcheck-instances] Using ghc-pkg version 9.6.3 found on system at:
  2802. 1415.60 s [quickcheck-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc-pkg-9.6.3
  2803. 1415.60 s [quickcheck-instances] No ghcjs found
  2804. 1415.60 s [quickcheck-instances] No ghcjs-pkg found
  2805. 1415.60 s [quickcheck-instances] No greencard found
  2806. 1415.60 s [quickcheck-instances] Using haddock version 2.29.1 found on system at:
  2807. 1415.60 s [quickcheck-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/haddock-ghc-9.6.3
  2808. 1415.60 s [quickcheck-instances] No happy found
  2809. 1415.60 s [quickcheck-instances] Using haskell-suite found on system at: haskell-suite-dummy-location
  2810. 1415.60 s [quickcheck-instances] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2811. 1415.60 s [quickcheck-instances] No hmake found
  2812. 1415.60 s [quickcheck-instances] Using hpc version 0.68 found on system at:
  2813. 1415.60 s [quickcheck-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hpc-ghc-9.6.3
  2814. 1415.60 s [quickcheck-instances] Using hsc2hs version 0.68.9 found on system at:
  2815. 1415.60 s [quickcheck-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  2816. 1415.60 s [quickcheck-instances] Using hscolour version 1.25 found on system at:
  2817. 1415.60 s [quickcheck-instances] /nix/store/sa2a2s2s3sailzp0i1zijdz750p5anl1-hscolour-1.25/bin/HsColour
  2818. 1415.60 s [quickcheck-instances] No jhc found
  2819. 1415.60 s [quickcheck-instances] Using ld found on system at:
  2820. 1415.60 s [quickcheck-instances] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  2821. 1415.60 s [quickcheck-instances] No pkg-config found
  2822. 1415.60 s [quickcheck-instances] Using runghc version 9.6.3 found on system at:
  2823. 1415.60 s [quickcheck-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/runghc-9.6.3
  2824. 1415.60 s [quickcheck-instances] Using strip version 2.43 found on system at:
  2825. 1415.60 s [quickcheck-instances] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  2826. 1415.60 s [quickcheck-instances] Using tar found on system at:
  2827. 1415.60 s [quickcheck-instances] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  2828. 1415.60 s [quickcheck-instances] No uhc found
  2829. 1415.67 s [invariant] Source component graph:
  2830. 1415.67 s [invariant] component lib
  2831. 1415.67 s [invariant] component test:spec dependency lib
  2832. 1415.67 s [invariant] Configured component graph:
  2833. 1415.67 s [invariant] component invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef
  2834. 1415.67 s [invariant] include StateVar-1.2.2-LE1zE95ecHb3rKz2GzNMvC
  2835. 1415.67 s [invariant] include array-0.5.5.0
  2836. 1415.67 s [invariant] include base-4.18.1.0
  2837. 1415.67 s [invariant] include bifunctors-5.6.2-9sPatHY1zLpGPDYLei4w9y
  2838. 1415.67 s [invariant] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  2839. 1415.67 s [invariant] include containers-0.6.7
  2840. 1415.67 s [invariant] include contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  2841. 1415.67 s [invariant] include ghc-prim-0.10.0
  2842. 1415.67 s [invariant] include profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  2843. 1415.67 s [invariant] include stm-2.5.1.0
  2844. 1415.67 s [invariant] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2845. 1415.67 s [invariant] include template-haskell-2.20.0.0
  2846. 1415.67 s [invariant] include th-abstraction-0.5.0.0-JD9vmJ369jBCu5VUUIjZuj
  2847. 1415.67 s [invariant] include transformers-0.6.1.0
  2848. 1415.67 s [invariant] include transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  2849. 1415.67 s [invariant] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  2850. 1415.67 s [invariant] component invariant-0.6.3-H53WXFMMHbfAaVoXzmsF6e-spec
  2851. 1415.67 s [invariant] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  2852. 1415.67 s [invariant] include base-4.18.1.0
  2853. 1415.67 s [invariant] include hspec-2.11.9-E8s5tINUWwo1ij5lFpkK1H
  2854. 1415.67 s [invariant] include invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef
  2855. 1415.67 s [invariant] include template-haskell-2.20.0.0
  2856. 1415.67 s [invariant] Linked component graph:
  2857. 1415.68 s [invariant] unit invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef
  2858. 1415.68 s [invariant] include StateVar-1.2.2-LE1zE95ecHb3rKz2GzNMvC
  2859. 1415.68 s [invariant] include array-0.5.5.0
  2860. 1415.68 s [invariant] include base-4.18.1.0
  2861. 1415.68 s [invariant] include bifunctors-5.6.2-9sPatHY1zLpGPDYLei4w9y
  2862. 1415.68 s [invariant] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  2863. 1415.68 s [invariant] include containers-0.6.7
  2864. 1415.68 s [invariant] include contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  2865. 1415.68 s [invariant] include ghc-prim-0.10.0
  2866. 1415.68 s [invariant] include profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  2867. 1415.68 s [invariant] include stm-2.5.1.0
  2868. 1415.68 s [invariant] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2869. 1415.68 s [invariant] include template-haskell-2.20.0.0
  2870. 1415.68 s [invariant] include th-abstraction-0.5.0.0-JD9vmJ369jBCu5VUUIjZuj
  2871. 1415.68 s [invariant] include transformers-0.6.1.0
  2872. 1415.68 s [invariant] include transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  2873. 1415.68 s [invariant] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  2874. 1415.68 s [invariant] Data.Functor.Invariant=invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef:Data.Functor.Invariant,Data.Functor.Invariant.TH=invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef:Data.Functor.Invariant.TH
  2875. 1415.68 s [invariant] unit invariant-0.6.3-H53WXFMMHbfAaVoXzmsF6e-spec
  2876. 1415.68 s [invariant] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  2877. 1415.68 s [invariant] include base-4.18.1.0
  2878. 1415.68 s [invariant] include hspec-2.11.9-E8s5tINUWwo1ij5lFpkK1H
  2879. 1415.68 s [invariant] include invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef
  2880. 1415.68 s [invariant] include template-haskell-2.20.0.0
  2881. 1415.68 s [invariant] Ready component graph:
  2882. 1415.68 s [invariant] definite invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef
  2883. 1415.68 s [invariant] depends StateVar-1.2.2-LE1zE95ecHb3rKz2GzNMvC
  2884. 1415.68 s [invariant] depends array-0.5.5.0
  2885. 1415.68 s [invariant] depends base-4.18.1.0
  2886. 1415.68 s [invariant] depends bifunctors-5.6.2-9sPatHY1zLpGPDYLei4w9y
  2887. 1415.68 s [invariant] depends comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  2888. 1415.68 s [invariant] depends containers-0.6.7
  2889. 1415.68 s [invariant] depends contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  2890. 1415.68 s [invariant] depends ghc-prim-0.10.0
  2891. 1415.68 s [invariant] depends profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  2892. 1415.68 s [invariant] depends stm-2.5.1.0
  2893. 1415.68 s [invariant] depends tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  2894. 1415.68 s [invariant] depends template-haskell-2.20.0.0
  2895. 1415.68 s [invariant] depends th-abstraction-0.5.0.0-JD9vmJ369jBCu5VUUIjZuj
  2896. 1415.68 s [invariant] depends transformers-0.6.1.0
  2897. 1415.68 s [invariant] depends transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  2898. 1415.68 s [invariant] depends unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  2899. 1415.68 s [invariant] definite invariant-0.6.3-H53WXFMMHbfAaVoXzmsF6e-spec
  2900. 1415.68 s [invariant] depends QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  2901. 1415.68 s [invariant] depends base-4.18.1.0
  2902. 1415.68 s [invariant] depends hspec-2.11.9-E8s5tINUWwo1ij5lFpkK1H
  2903. 1415.68 s [invariant] depends invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef
  2904. 1415.68 s [invariant] depends template-haskell-2.20.0.0
  2905. 1415.68 s [invariant] Using Cabal-3.10.1.0 compiled by ghc-9.6
  2906. 1415.68 s [invariant] Using compiler: ghc-9.6.3
  2907. 1415.68 s [invariant] Using install prefix:
  2908. 1415.68 s [invariant] /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3
  2909. 1415.68 s [invariant] Executables installed in:
  2910. 1415.68 s [invariant] /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3/bin
  2911. 1415.68 s [invariant] Libraries installed in:
  2912. 1415.68 s [invariant] /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef
  2913. 1415.68 s [invariant] Dynamic Libraries installed in:
  2914. 1415.68 s [invariant] /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  2915. 1415.68 s [invariant] Private executables installed in:
  2916. 1415.68 s [invariant] /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3/libexec/x86_64-linux-ghc-9.6.3/invariant-0.6.3
  2917. 1415.68 s [invariant] Data files installed in:
  2918. 1415.68 s [invariant] /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3/share/x86_64-linux-ghc-9.6.3/invariant-0.6.3
  2919. 1415.68 s [invariant] Documentation installed in:
  2920. 1415.68 s [invariant] /nix/store/vclv5f2c4znnsb0s72k6jqxr0blp82sm-invariant-0.6.3-doc/share/doc/invariant-0.6.3
  2921. 1415.68 s [invariant] Configuration files installed in:
  2922. 1415.68 s [invariant] /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3/etc
  2923. 1415.68 s [invariant] No alex found
  2924. 1415.68 s [invariant] Using ar found on system at:
  2925. 1415.68 s [invariant] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  2926. 1415.68 s [invariant] No c2hs found
  2927. 1415.68 s [invariant] No cpphs found
  2928. 1415.68 s [invariant] No doctest found
  2929. 1415.68 s [invariant] Using gcc version 13.3.0 given by user at:
  2930. 1415.68 s [invariant] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  2931. 1415.68 s [invariant] Using ghc version 9.6.3 found on system at:
  2932. 1415.68 s [invariant] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc
  2933. 1415.68 s [invariant] Using ghc-pkg version 9.6.3 found on system at:
  2934. 1415.68 s [invariant] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc-pkg-9.6.3
  2935. 1415.68 s [invariant] No ghcjs found
  2936. 1415.68 s [invariant] No ghcjs-pkg found
  2937. 1415.68 s [invariant] No greencard found
  2938. 1415.68 s [invariant] Using haddock version 2.29.1 found on system at:
  2939. 1415.68 s [invariant] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/haddock-ghc-9.6.3
  2940. 1415.68 s [invariant] No happy found
  2941. 1415.68 s [invariant] Using haskell-suite found on system at: haskell-suite-dummy-location
  2942. 1415.68 s [invariant] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2943. 1415.68 s [invariant] No hmake found
  2944. 1415.68 s [invariant] Using hpc version 0.68 found on system at:
  2945. 1415.68 s [invariant] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hpc-ghc-9.6.3
  2946. 1415.68 s [invariant] Using hsc2hs version 0.68.9 found on system at:
  2947. 1415.68 s [invariant] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  2948. 1415.68 s [invariant] Using hscolour version 1.25 found on system at:
  2949. 1415.68 s [invariant] /nix/store/sa2a2s2s3sailzp0i1zijdz750p5anl1-hscolour-1.25/bin/HsColour
  2950. 1415.68 s [invariant] No jhc found
  2951. 1415.68 s [invariant] Using ld found on system at:
  2952. 1415.68 s [invariant] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  2953. 1415.68 s [invariant] No pkg-config found
  2954. 1415.68 s [invariant] Using runghc version 9.6.3 found on system at:
  2955. 1415.68 s [invariant] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/runghc-9.6.3
  2956. 1415.68 s [invariant] Using strip version 2.43 found on system at:
  2957. 1415.68 s [invariant] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  2958. 1415.68 s [invariant] Using tar found on system at:
  2959. 1415.68 s [invariant] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  2960. 1415.68 s [invariant] No uhc found
  2961. 1415.80 s [semigroupoids] Phase: buildPhase
  2962. 1415.82 s [quickcheck-instances] Phase: buildPhase
  2963. 1415.92 s [invariant] Phase: buildPhase
  2964. 1415.93 s [semigroupoids] Preprocessing library for semigroupoids-6.0.1..
  2965. 1415.94 s [semigroupoids] Building library for semigroupoids-6.0.1..
  2966. 1415.97 s [quickcheck-instances] Preprocessing library for quickcheck-instances-0.3.30..
  2967. 1415.97 s [quickcheck-instances] Building library for quickcheck-instances-0.3.30..
  2968. 1416.02 s [invariant] Preprocessing library for invariant-0.6.3..
  2969. 1416.02 s [invariant] Building library for invariant-0.6.3..
  2970. 1416.33 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 )
  2971. 1416.73 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 )
  2972. 1416.96 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 )
  2973. 1417.05 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 )
  2974. 1417.05 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 )
  2975. 1417.51 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 )
  2976. 1417.51 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 )
  2977. 1417.51 s [semigroupoids] [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.o, dist/build/Semigroupoids/Internal.dyn_o )
  2978. 1417.51 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 )
  2979. 1417.74 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 )
  2980. 1417.89 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 )
  2981. 1417.89 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 )
  2982. 1418.76 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 )
  2983. 1418.76 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 )
  2984. 1418.76 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 )
  2985. 1418.76 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 )
  2986. 1418.76 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 )
  2987. 1418.76 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 )
  2988. 1418.76 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 )
  2989. 1418.76 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 )
  2990. 1418.76 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 )
  2991. 1418.85 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 )
  2992. 1418.85 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 )
  2993. 1418.85 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 )
  2994. 1418.85 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 )
  2995. 1418.90 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 )
  2996. 1419.74 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 )
  2997. 1419.74 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 )
  2998. 1419.74 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 )
  2999. 1419.74 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 )
  3000. 1419.74 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 )
  3001. 1419.74 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 )
  3002. 1420.16 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 )
  3003. 1420.86 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 )
  3004. 1421.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 )
  3005. 1421.47 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 )
  3006. 1421.48 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 )
  3007. 1421.48 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 )
  3008. 1422.38 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 )
  3009. 1422.54 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 )
  3010. 1422.54 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 )
  3011. 1422.54 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 )
  3012. 1422.63 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 )
  3013. 1423.01 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 )
  3014. 1423.13 s [invariant] [1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, dist/build/Data/Functor/Invariant.p_o )
  3015. 1423.26 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 )
  3016. 1423.26 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 )
  3017. 1423.26 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 )
  3018. 1423.26 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 )
  3019. 1423.26 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 )
  3020. 1423.26 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 )
  3021. 1423.26 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 )
  3022. 1423.26 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 )
  3023. 1423.26 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 )
  3024. 1423.32 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 )
  3025. 1423.32 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 )
  3026. 1423.32 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 )
  3027. 1423.32 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 )
  3028. 1423.48 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 )
  3029. 1423.55 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 )
  3030. 1423.83 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 )
  3031. 1424.01 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 )
  3032. 1424.01 s [semigroupoids] [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o, dist/build/Data/Semigroupoid.dyn_o )
  3033. 1424.01 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 )
  3034. 1424.01 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 )
  3035. 1424.01 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 )
  3036. 1424.01 s [semigroupoids] [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o, dist/build/Data/Groupoid.dyn_o )
  3037. 1424.01 s [semigroupoids] [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o, dist/build/Data/Isomorphism.dyn_o )
  3038. 1424.01 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 )
  3039. 1424.01 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 )
  3040. 1424.01 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 )
  3041. 1424.04 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 )
  3042. 1424.04 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 )
  3043. 1424.04 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 )
  3044. 1424.04 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 )
  3045. 1424.04 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 )
  3046. 1424.04 s [quickcheck-instances] [26 of 26] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.p_o )
  3047. 1424.61 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 )
  3048. 1424.79 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 )
  3049. 1425.92 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 )
  3050. 1426.01 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 )
  3051. 1426.01 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 )
  3052. 1426.01 s [semigroupoids] [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.o, dist/build/Semigroupoids/Do.dyn_o )
  3053. 1426.01 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 )
  3054. 1427.21 s [quickcheck-instances] Preprocessing test suite 'self-test' for quickcheck-instances-0.3.30..
  3055. 1427.21 s [quickcheck-instances] Building test suite 'self-test' for quickcheck-instances-0.3.30..
  3056. 1427.25 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 )
  3057. 1427.43 s [quickcheck-instances] [1 of 1] Compiling Main ( test/Tests.hs, dist/build/self-test/self-test-tmp/Main.o )
  3058. 1427.55 s [semigroupoids] [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.p_o )
  3059. 1428.27 s [quickcheck-instances] [2 of 2] Linking dist/build/self-test/self-test
  3060. 1428.34 s [invariant] [3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, dist/build/Data/Functor/Invariant/TH.p_o )
  3061. 1428.69 s [semigroupoids] [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.p_o )
  3062. 1428.69 s [semigroupoids] [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.p_o )
  3063. 1428.69 s [semigroupoids] [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.p_o )
  3064. 1428.69 s [semigroupoids] [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.p_o )
  3065. 1429.64 s [quickcheck-instances] Phase: checkPhase
  3066. 1429.71 s [quickcheck-instances] Running 1 test suites...
  3067. 1429.71 s [quickcheck-instances] Test suite self-test: RUNNING...
  3068. 1429.73 s [quickcheck-instances] +++ OK, passed 100 tests.
  3069. 1429.74 s [quickcheck-instances] +++ OK, passed 100 tests.
  3070. 1429.74 s [quickcheck-instances] +++ OK, passed 100 tests.
  3071. 1429.74 s [quickcheck-instances] +++ OK, passed 100 tests.
  3072. 1429.74 s [quickcheck-instances] +++ OK, passed 100 tests.
  3073. 1429.75 s [quickcheck-instances] Test suite self-test: PASS
  3074. 1429.75 s [quickcheck-instances] Test suite logged to: dist/test/quickcheck-instances-0.3.30-self-test.log
  3075. 1429.75 s [quickcheck-instances] 1 of 1 test suites (1 of 1 test cases) passed.
  3076. 1429.77 s [quickcheck-instances] Phase: haddockPhase
  3077. 1430.11 s [quickcheck-instances] Preprocessing library for quickcheck-instances-0.3.30..
  3078. 1430.11 s [quickcheck-instances] Running Haddock on library for quickcheck-instances-0.3.30..
  3079. 1430.13 s [invariant] [4 of 4] Compiling Paths_invariant ( dist/build/autogen/Paths_invariant.hs, dist/build/Paths_invariant.p_o )
  3080. 1430.20 s [quickcheck-instances] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3081. 1431.51 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Array.Byte'
  3082. 1431.51 s [quickcheck-instances] Missing documentation for:
  3083. 1431.51 s [quickcheck-instances] Module header
  3084. 1431.52 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Containers'
  3085. 1431.52 s [quickcheck-instances] Missing documentation for:
  3086. 1431.52 s [quickcheck-instances] Module header
  3087. 1431.86 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.CaseInsensitive'
  3088. 1431.86 s [quickcheck-instances] Missing documentation for:
  3089. 1431.86 s [quickcheck-instances] Module header
  3090. 1431.94 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.ByteString'
  3091. 1431.94 s [quickcheck-instances] Missing documentation for:
  3092. 1431.94 s [quickcheck-instances] Module header
  3093. 1432.00 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Array'
  3094. 1432.00 s [quickcheck-instances] Missing documentation for:
  3095. 1432.00 s [quickcheck-instances] Module header
  3096. 1432.05 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.DataFix'
  3097. 1432.05 s [quickcheck-instances] Missing documentation for:
  3098. 1432.05 s [quickcheck-instances] Module header
  3099. 1432.08 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Hashable'
  3100. 1432.08 s [quickcheck-instances] Missing documentation for:
  3101. 1432.08 s [quickcheck-instances] Module header
  3102. 1432.10 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Natural'
  3103. 1432.10 s [quickcheck-instances] Missing documentation for:
  3104. 1432.10 s [quickcheck-instances] Module header
  3105. 1432.18 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.OldTime'
  3106. 1432.18 s [quickcheck-instances] Missing documentation for:
  3107. 1432.18 s [quickcheck-instances] Module header
  3108. 1432.32 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Primitive'
  3109. 1432.32 s [quickcheck-instances] Missing documentation for:
  3110. 1432.32 s [quickcheck-instances] Module header
  3111. 1432.51 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Scientific'
  3112. 1432.51 s [quickcheck-instances] Missing documentation for:
  3113. 1432.51 s [quickcheck-instances] Module header
  3114. 1432.54 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Semigroup'
  3115. 1432.54 s [quickcheck-instances] Missing documentation for:
  3116. 1432.54 s [quickcheck-instances] Module header
  3117. 1432.54 s [invariant] Preprocessing test suite 'spec' for invariant-0.6.3..
  3118. 1432.54 s [invariant] Building test suite 'spec' for invariant-0.6.3..
  3119. 1432.58 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Solo'
  3120. 1432.58 s [quickcheck-instances] Missing documentation for:
  3121. 1432.58 s [quickcheck-instances] Module header
  3122. 1432.66 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Strict'
  3123. 1432.66 s [quickcheck-instances] Missing documentation for:
  3124. 1432.66 s [quickcheck-instances] Module header
  3125. 1432.72 s [invariant] [1 of 3] Compiling InvariantSpec ( test/InvariantSpec.hs, dist/build/spec/spec-tmp/InvariantSpec.o )
  3126. 1432.81 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Tagged'
  3127. 1432.81 s [quickcheck-instances] Missing documentation for:
  3128. 1432.81 s [quickcheck-instances] Module header
  3129. 1432.82 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Text'
  3130. 1432.82 s [quickcheck-instances] Missing documentation for:
  3131. 1432.82 s [quickcheck-instances] Module header
  3132. 1432.84 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Text.Short'
  3133. 1432.84 s [quickcheck-instances] Missing documentation for:
  3134. 1432.84 s [quickcheck-instances] Module header
  3135. 1432.87 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.These'
  3136. 1432.87 s [quickcheck-instances] Missing documentation for:
  3137. 1432.87 s [quickcheck-instances] Module header
  3138. 1432.99 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Time'
  3139. 1432.99 s [quickcheck-instances] Missing documentation for:
  3140. 1432.99 s [quickcheck-instances] Module header
  3141. 1433.08 s [invariant] [2 of 3] Compiling THSpec ( test/THSpec.hs, dist/build/spec/spec-tmp/THSpec.o )
  3142. 1433.11 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Transformer'
  3143. 1433.11 s [quickcheck-instances] Missing documentation for:
  3144. 1433.11 s [quickcheck-instances] Module header
  3145. 1433.12 s [semigroupoids] [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.p_o )
  3146. 1433.15 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.UUID'
  3147. 1433.15 s [quickcheck-instances] Missing documentation for:
  3148. 1433.15 s [quickcheck-instances] Module header
  3149. 1433.18 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.UnorderedContainers'
  3150. 1433.18 s [quickcheck-instances] Missing documentation for:
  3151. 1433.18 s [quickcheck-instances] Module header
  3152. 1433.30 s [semigroupoids] [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.p_o )
  3153. 1433.52 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Vector'
  3154. 1433.52 s [quickcheck-instances] Missing documentation for:
  3155. 1433.52 s [quickcheck-instances] Module header
  3156. 1433.54 s [quickcheck-instances] 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Void'
  3157. 1433.54 s [quickcheck-instances] Missing documentation for:
  3158. 1433.54 s [quickcheck-instances] Module header
  3159. 1433.56 s [quickcheck-instances] 100% ( 1 / 1) in 'Test.QuickCheck.Instances'
  3160. 1433.59 s [semigroupoids] [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.p_o )
  3161. 1433.78 s [semigroupoids] [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.p_o )
  3162. 1434.11 s [semigroupoids] [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.p_o )
  3163. 1434.40 s [semigroupoids] [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.p_o )
  3164. 1434.40 s [semigroupoids] [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.p_o )
  3165. 1434.40 s [semigroupoids] [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.p_o )
  3166. 1434.40 s [semigroupoids] [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.p_o )
  3167. 1434.40 s [semigroupoids] [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.p_o )
  3168. 1434.40 s [semigroupoids] [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.p_o )
  3169. 1434.40 s [semigroupoids] [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.p_o )
  3170. 1434.40 s [semigroupoids] [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.p_o )
  3171. 1434.40 s [semigroupoids] [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.p_o )
  3172. 1434.41 s [semigroupoids] [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.p_o )
  3173. 1434.63 s [invariant] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  3174. 1434.68 s [semigroupoids] [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.p_o )
  3175. 1434.98 s [semigroupoids] [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.p_o )
  3176. 1435.43 s [invariant] [4 of 4] Linking dist/build/spec/spec
  3177. 1436.30 s [semigroupoids] [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.p_o )
  3178. 1436.50 s [semigroupoids] [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.p_o )
  3179. 1436.50 s [semigroupoids] [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.p_o )
  3180. 1436.50 s [semigroupoids] [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.p_o )
  3181. 1436.50 s [semigroupoids] [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.p_o )
  3182. 1437.13 s [invariant] Phase: checkPhase
  3183. 1437.23 s [invariant] Running 1 test suites...
  3184. 1437.23 s [invariant] Test suite spec: RUNNING...
  3185. 1437.24 s [invariant]
  3186. 1437.24 s [invariant] Invariant
  3187. 1437.24 s [invariant] Invariant
  3188. 1437.25 s [invariant] satisfies the composition law [✔]
  3189. 1437.25 s [invariant] +++ OK, passed 100 tests.
  3190. 1437.25 s [invariant] Invariant2
  3191. 1437.26 s [invariant] satisfies the composition law [✔]
  3192. 1437.26 s [invariant] +++ OK, passed 100 tests.
  3193. 1437.26 s [invariant] TH
  3194. 1437.26 s [invariant] Compose Maybe Either Int Int
  3195. 1437.26 s [invariant] satisfies the invmap laws [✔]
  3196. 1437.26 s [invariant] +++ OK, passed 100 tests.
  3197. 1437.26 s [invariant] satisfies the invmap2 laws [✔]
  3198. 1437.26 s [invariant] +++ OK, passed 100 tests.
  3199. 1437.26 s [invariant] ComposeFam Maybe Either Int Int
  3200. 1437.26 s [invariant] satisfies the invmap laws [✔]
  3201. 1437.26 s [invariant] +++ OK, passed 100 tests.
  3202. 1437.26 s [invariant] satisfies the invmap2 laws [✔]
  3203. 1437.26 s [invariant] +++ OK, passed 100 tests.
  3204. 1437.26 s [invariant]
  3205. 1437.26 s [invariant] Finished in 0.0190 seconds
  3206. 1437.26 s [invariant] 6 examples, 0 failures
  3207. 1437.27 s [invariant] Test suite spec: PASS
  3208. 1437.27 s [invariant] Test suite logged to: dist/test/invariant-0.6.3-spec.log
  3209. 1437.27 s [invariant] 1 of 1 test suites (1 of 1 test cases) passed.
  3210. 1437.28 s [invariant] Phase: haddockPhase
  3211. 1437.60 s [invariant] Preprocessing library for invariant-0.6.3..
  3212. 1437.60 s [invariant] Running Haddock on library for invariant-0.6.3..
  3213. 1437.78 s [invariant] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3214. 1438.99 s [semigroupoids] Phase: checkPhase
  3215. 1439.06 s [semigroupoids] Package has no test suites.
  3216. 1439.07 s [semigroupoids] Phase: haddockPhase
  3217. 1439.31 s [semigroupoids] Preprocessing library for semigroupoids-6.0.1..
  3218. 1439.32 s [semigroupoids] Running Haddock on library for semigroupoids-6.0.1..
  3219. 1439.41 s [semigroupoids] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3220. 1439.42 s [invariant] 100% ( 20 / 20) in 'Data.Functor.Invariant'
  3221. 1440.64 s [semigroupoids] 83% ( 5 / 6) in 'Data.Functor.Extend'
  3222. 1440.64 s [semigroupoids] Missing documentation for:
  3223. 1440.64 s [semigroupoids] Extend (src/Data/Functor/Extend.hs:55)
  3224. 1440.67 s [invariant] 100% ( 17 / 17) in 'Data.Functor.Invariant.TH'
  3225. 1440.88 s [semigroupoids] 66% ( 2 / 3) in 'Data.Semigroup.Foldable.Class'
  3226. 1440.88 s [semigroupoids] Missing documentation for:
  3227. 1440.88 s [semigroupoids] Bifoldable1
  3228. 1440.91 s [semigroupoids] 100% ( 1 / 1) in 'Data.Traversable.Instances'
  3229. 1441.35 s [semigroupoids] Warning: '(,)' is out of scope.
  3230. 1441.35 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3231. 1441.37 s [semigroupoids] 80% ( 12 / 15) in 'Data.Functor.Bind.Class'
  3232. 1441.37 s [semigroupoids] Missing documentation for:
  3233. 1441.37 s [semigroupoids] apDefault (src/Data/Functor/Bind/Class.hs:539)
  3234. 1441.37 s [semigroupoids] returning (src/Data/Functor/Bind/Class.hs:536)
  3235. 1441.37 s [semigroupoids] Biapply (src/Data/Functor/Bind/Class.hs:753)
  3236. 1442.22 s [semigroupoids] 100% ( 16 / 16) in 'Data.Functor.Apply'
  3237. 1442.24 s [semigroupoids] 33% ( 2 / 6) in 'Data.Semigroup.Bifoldable'
  3238. 1442.24 s [semigroupoids] Missing documentation for:
  3239. 1442.24 s [semigroupoids] Bifoldable1
  3240. 1442.24 s [semigroupoids] bitraverse1_ (src/Data/Semigroup/Bifoldable.hs:45)
  3241. 1442.24 s [semigroupoids] bifor1_ (src/Data/Semigroup/Bifoldable.hs:49)
  3242. 1442.24 s [semigroupoids] bisequenceA1_ (src/Data/Semigroup/Bifoldable.hs:57)
  3243. 1442.30 s [semigroupoids] Warning: 'Day' is out of scope.
  3244. 1442.30 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3245. 1442.30 s [semigroupoids] 100% ( 6 / 6) in 'Data.Functor.Contravariant.Divise'
  3246. 1442.38 s [semigroupoids] Warning: 'EitherDay' is out of scope.
  3247. 1442.38 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3248. 1442.38 s [semigroupoids] Warning: 'Conclude' is out of scope.
  3249. 1442.38 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3250. 1442.38 s [semigroupoids] 100% ( 5 / 5) in 'Data.Functor.Contravariant.Decide'
  3251. 1442.45 s [semigroupoids] Warning: 'Plus' is out of scope.
  3252. 1442.45 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3253. 1442.45 s [semigroupoids] 100% ( 5 / 5) in 'Data.Functor.Contravariant.Conclude'
  3254. 1442.49 s [semigroupoids] 75% ( 15 / 20) in 'Data.Functor.Bind'
  3255. 1442.49 s [semigroupoids] Missing documentation for:
  3256. 1442.49 s [semigroupoids] -<< (src/Data/Functor/Bind.hs:52)
  3257. 1442.49 s [semigroupoids] -<- (src/Data/Functor/Bind.hs:58)
  3258. 1442.49 s [semigroupoids] ->- (src/Data/Functor/Bind.hs:55)
  3259. 1442.49 s [semigroupoids] apDefault (src/Data/Functor/Bind/Class.hs:539)
  3260. 1442.49 s [semigroupoids] returning (src/Data/Functor/Bind/Class.hs:536)
  3261. 1442.52 s [semigroupoids] 50% ( 2 / 4) in 'Data.Semigroupoid'
  3262. 1442.52 s [semigroupoids] Missing documentation for:
  3263. 1442.52 s [semigroupoids] WrappedCategory (src/Data/Semigroupoid.hs:71)
  3264. 1442.52 s [semigroupoids] Semi (src/Data/Semigroupoid.hs:80)
  3265. 1442.54 s [semigroupoids] 50% ( 1 / 2) in 'Data.Semigroupoid.Ob'
  3266. 1442.54 s [semigroupoids] Missing documentation for:
  3267. 1442.54 s [semigroupoids] Ob (src/Data/Semigroupoid/Ob.hs:29)
  3268. 1442.56 s [quickcheck-instances] Documentation created: dist/doc/html/quickcheck-instances/index.html,
  3269. 1442.56 s [quickcheck-instances] dist/doc/html/quickcheck-instances/quickcheck-instances.txt
  3270. 1442.65 s [quickcheck-instances] Preprocessing test suite 'self-test' for quickcheck-instances-0.3.30..
  3271. 1442.67 s [quickcheck-instances] Phase: installPhase
  3272. 1442.71 s [semigroupoids] 50% ( 1 / 2) in 'Data.Semigroupoid.Dual'
  3273. 1442.71 s [semigroupoids] Missing documentation for:
  3274. 1442.71 s [semigroupoids] Dual (src/Data/Semigroupoid/Dual.hs:21)
  3275. 1442.72 s [semigroupoids] 100% ( 3 / 3) in 'Data.Semigroupoid.Categorical'
  3276. 1442.73 s [semigroupoids] 100% ( 2 / 2) in 'Data.Groupoid'
  3277. 1442.74 s [semigroupoids] 50% ( 1 / 2) in 'Data.Isomorphism'
  3278. 1442.74 s [semigroupoids] Missing documentation for:
  3279. 1442.74 s [semigroupoids] Iso (src/Data/Isomorphism.hs:23)
  3280. 1442.76 s [semigroupoids] 100% ( 2 / 2) in 'Data.Functor.Bind.Trans'
  3281. 1442.78 s [quickcheck-instances] Installing library in /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI
  3282. 1442.80 s [semigroupoids] 62% ( 5 / 8) in 'Data.Bifunctor.Apply'
  3283. 1442.80 s [semigroupoids] Missing documentation for:
  3284. 1442.80 s [semigroupoids] Biapply (src/Data/Functor/Bind/Class.hs:753)
  3285. 1442.80 s [semigroupoids] <<$>>
  3286. 1442.80 s [semigroupoids] <<..>> (src/Data/Bifunctor/Apply.hs:27)
  3287. 1442.90 s [semigroupoids] Warning: 'Bind' is out of scope.
  3288. 1442.90 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3289. 1442.91 s [semigroupoids] 100% ( 5 / 5) in 'Data.Functor.Alt'
  3290. 1443.03 s [semigroupoids] 71% ( 10 / 14) in 'Data.Semigroup.Foldable'
  3291. 1443.03 s [semigroupoids] Missing documentation for:
  3292. 1443.03 s [semigroupoids] traverse1_ (src/Data/Semigroup/Foldable.hs:77)
  3293. 1443.03 s [semigroupoids] for1_ (src/Data/Semigroup/Foldable.hs:81)
  3294. 1443.03 s [semigroupoids] sequenceA1_ (src/Data/Semigroup/Foldable.hs:85)
  3295. 1443.03 s [semigroupoids] asum1 (src/Data/Semigroup/Foldable.hs:103)
  3296. 1443.14 s [semigroupoids] 33% ( 1 / 3) in 'Data.Semigroup.Traversable.Class'
  3297. 1443.14 s [semigroupoids] Missing documentation for:
  3298. 1443.14 s [semigroupoids] Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59)
  3299. 1443.14 s [semigroupoids] Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139)
  3300. 1443.32 s [semigroupoids] Warning: 'foldMap1' is out of scope.
  3301. 1443.32 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3302. 1443.32 s [semigroupoids] 88% ( 8 / 9) in 'Data.Semigroup.Traversable'
  3303. 1443.32 s [semigroupoids] Missing documentation for:
  3304. 1443.32 s [semigroupoids] Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139)
  3305. 1443.33 s [semigroupoids] 33% ( 1 / 3) in 'Data.Semigroup.Bitraversable'
  3306. 1443.33 s [semigroupoids] Missing documentation for:
  3307. 1443.33 s [semigroupoids] Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59)
  3308. 1443.33 s [semigroupoids] bifoldMap1Default (src/Data/Semigroup/Bitraversable.hs:24)
  3309. 1443.36 s [semigroupoids] 100% ( 5 / 5) in 'Data.Functor.Plus'
  3310. 1443.39 s [semigroupoids] Warning: 'Applicative' is out of scope.
  3311. 1443.39 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3312. 1443.39 s [semigroupoids] Warning: 'Monad' is out of scope.
  3313. 1443.39 s [semigroupoids] If you qualify the identifier, haddock can try to link it anyway.
  3314. 1443.40 s [semigroupoids] 90% ( 10 / 11) in 'Semigroupoids.Do'
  3315. 1443.40 s [semigroupoids] Missing documentation for:
  3316. 1443.40 s [semigroupoids] join (src/Data/Functor/Bind/Class.hs:531)
  3317. 1443.42 s [semigroupoids] 50% ( 1 / 2) in 'Data.Semigroupoid.Static'
  3318. 1443.42 s [semigroupoids] Missing documentation for:
  3319. 1443.42 s [semigroupoids] Static (src/Data/Semigroupoid/Static.hs:35)
  3320. 1443.49 s [quickcheck-instances] Phase: fixupPhase
  3321. 1443.54 s [quickcheck-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30
  3322. 1443.54 s [quickcheck-instances] shrinking /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSquickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI-ghc9.6.3.so
  3323. 1443.57 s [quickcheck-instances] checking for references to /build/ in /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30...
  3324. 1443.60 s [quickcheck-instances] patching script interpreter paths in /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30
  3325. 1443.60 s [quickcheck-instances] stripping (with command strip and flags -S -p) in /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30/lib
  3326. 1443.78 s [quickcheck-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/lhv07q7qqisd26slsqxgb3n5xm2pf1hs-quickcheck-instances-0.3.30-doc
  3327. 1443.79 s [quickcheck-instances] checking for references to /build/ in /nix/store/lhv07q7qqisd26slsqxgb3n5xm2pf1hs-quickcheck-instances-0.3.30-doc...
  3328. 1443.81 s [quickcheck-instances] patching script interpreter paths in /nix/store/lhv07q7qqisd26slsqxgb3n5xm2pf1hs-quickcheck-instances-0.3.30-doc
  3329. 1443.95 s [quickcheck-instances:post-build] Uploading to the NixCI cache: /nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30 /nix/store/lhv07q7qqisd26slsqxgb3n5xm2pf1hs-quickcheck-instances-0.3.30-doc
  3330. 1444.01 s [quickcheck-instances:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3331. 1444.25 s [quickcheck-instances:post-build] copying 2 paths...
  3332. 1444.25 s [quickcheck-instances:post-build] copying path '/nix/store/lhv07q7qqisd26slsqxgb3n5xm2pf1hs-quickcheck-instances-0.3.30-doc' to 'https://cache.nix-ci.com'...
  3333. 1445.07 s [quickcheck-instances:post-build] copying path '/nix/store/1ib4wkfnf2yks5xv8k2ff8vxwf8wwlzc-quickcheck-instances-0.3.30' to 'https://cache.nix-ci.com'...
  3334. 1447.46 s [quickcheck-instances:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3335. 1447.79 s [quickcheck-instances:post-build] copying 1 paths...
  3336. 1447.79 s [quickcheck-instances:post-build] copying path '/nix/store/f5zjalgi0x46y3m5vii2n2pqkn2ls0sv-quickcheck-instances-0.3.30.drv' to 'https://cache.nix-ci.com'...
  3337. 1448.08 s Uploaded quickcheck-instances in 4.1s
  3338. 1448.08 s Progress: 94 of 103 built (2 building), 18 of 18 downloaded from cache
  3339. 1448.08 s Built quickcheck-instances in 36.4s
  3340. 1448.18 s Building /nix/store/9j0dw8r8cnbwn121h17cs5f0sdhsbj00-indexed-traversable-instances-0.1.2.drv
  3341. 1448.18 s [semigroupoids] Warning: Data.Functor.Apply: could not find link destinations for:
  3342. 1448.18 s [semigroupoids] - Text.ParserCombinators.ReadP.P
  3343. 1448.18 s [semigroupoids] - Data.Biapplicative.Mag
  3344. 1448.18 s [semigroupoids] Warning: Data.Functor.Bind: could not find link destinations for:
  3345. 1448.18 s [semigroupoids] - Text.ParserCombinators.ReadP.P
  3346. 1448.18 s [semigroupoids] - Data.Biapplicative.Mag
  3347. 1448.18 s [invariant] Documentation created: dist/doc/html/invariant/index.html,
  3348. 1448.18 s [invariant] dist/doc/html/invariant/invariant.txt
  3349. 1448.27 s [invariant] Preprocessing test suite 'spec' for invariant-0.6.3..
  3350. 1448.28 s [invariant] Phase: installPhase
  3351. 1448.34 s [indexed-traversable-instances] Phase: setupCompilerEnvironmentPhase
  3352. 1448.35 s [indexed-traversable-instances] Build with /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3.
  3353. 1448.42 s [invariant] Installing library in /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef
  3354. 1448.74 s [indexed-traversable-instances] Phase: unpackPhase
  3355. 1448.75 s [indexed-traversable-instances] unpacking source archive /nix/store/piy7fiiqr78dmbrs0lhbyiismy7byv84-indexed-traversable-instances-0.1.2.tar.gz
  3356. 1448.76 s [indexed-traversable-instances] source root is indexed-traversable-instances-0.1.2
  3357. 1448.76 s [indexed-traversable-instances] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file indexed-traversable-instances-0.1.2/tests/safe.hs
  3358. 1448.77 s [indexed-traversable-instances] Phase: patchPhase
  3359. 1448.78 s [indexed-traversable-instances] Phase: compileBuildDriverPhase
  3360. 1448.79 s [indexed-traversable-instances] setupCompileFlags: -package-db=/build/tmp.X52S1MQAgi/setup-package.conf.d -threaded
  3361. 1448.90 s [indexed-traversable-instances] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.X52S1MQAgi/Main.o )
  3362. 1448.96 s [invariant] Phase: fixupPhase
  3363. 1448.99 s [invariant] shrinking RPATHs of ELF executables and libraries in /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3
  3364. 1448.99 s [indexed-traversable-instances] [2 of 2] Linking Setup
  3365. 1448.99 s [invariant] shrinking /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSinvariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef-ghc9.6.3.so
  3366. 1449.01 s [invariant] checking for references to /build/ in /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3...
  3367. 1449.03 s [invariant] patching script interpreter paths in /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3
  3368. 1449.05 s [invariant] stripping (with command strip and flags -S -p) in /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3/lib
  3369. 1449.21 s [invariant] shrinking RPATHs of ELF executables and libraries in /nix/store/vclv5f2c4znnsb0s72k6jqxr0blp82sm-invariant-0.6.3-doc
  3370. 1449.22 s [invariant] checking for references to /build/ in /nix/store/vclv5f2c4znnsb0s72k6jqxr0blp82sm-invariant-0.6.3-doc...
  3371. 1449.22 s [invariant] patching script interpreter paths in /nix/store/vclv5f2c4znnsb0s72k6jqxr0blp82sm-invariant-0.6.3-doc
  3372. 1449.37 s [invariant:post-build] Uploading to the NixCI cache: /nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3 /nix/store/vclv5f2c4znnsb0s72k6jqxr0blp82sm-invariant-0.6.3-doc
  3373. 1449.46 s [invariant:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3374. 1449.72 s [invariant:post-build] copying 2 paths...
  3375. 1449.72 s [invariant:post-build] copying path '/nix/store/vclv5f2c4znnsb0s72k6jqxr0blp82sm-invariant-0.6.3-doc' to 'https://cache.nix-ci.com'...
  3376. 1450.48 s [invariant:post-build] copying path '/nix/store/0h1zg4sqvzd4w2jxc53rkny11i4ji4g6-invariant-0.6.3' to 'https://cache.nix-ci.com'...
  3377. 1453.32 s [invariant:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3378. 1453.67 s [invariant:post-build] copying 1 paths...
  3379. 1453.67 s [invariant:post-build] copying path '/nix/store/kx7dys0id9raldahdgpm5m8i2zdbw5fa-invariant-0.6.3.drv' to 'https://cache.nix-ci.com'...
  3380. 1453.98 s Uploaded invariant in 4.6s
  3381. 1453.98 s Progress: 95 of 103 built (2 building), 18 of 18 downloaded from cache
  3382. 1453.98 s Built invariant in 42.4s
  3383. 1453.98 s [indexed-traversable-instances] Phase: updateAutotoolsGnuConfigScriptsPhase
  3384. 1453.98 s [indexed-traversable-instances] Phase: configurePhase
  3385. 1453.98 s [indexed-traversable-instances] configureFlags: --verbose --prefix=/nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ask9a215ili3023qwxfbmzmax395r340-indexed-traversable-instances-0.1.2-doc/share/doc/indexed-traversable-instances-0.1.2 --with-gcc=gcc --package-db=/build/tmp.X52S1MQAgi/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/zhsjsq37d57kfp5wz0xcg6x97x1426aj-elfutils-0.191/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  3386. 1453.98 s [indexed-traversable-instances] Using Parsec parser
  3387. 1453.98 s [indexed-traversable-instances] Configuring indexed-traversable-instances-0.1.2...
  3388. 1453.99 s [indexed-traversable-instances] Dependency OneTuple >=0.3 && <0.5: using OneTuple-0.4.2
  3389. 1453.99 s [indexed-traversable-instances] Dependency base >=4.12 && <4.21: using base-4.18.1.0
  3390. 1453.99 s [indexed-traversable-instances] Dependency indexed-traversable >=0.1.4 && <0.2: using
  3391. 1453.99 s [indexed-traversable-instances] indexed-traversable-0.1.4
  3392. 1453.99 s [indexed-traversable-instances] Dependency tagged >=0.8.6 && <0.9: using tagged-0.8.8
  3393. 1453.99 s [indexed-traversable-instances] Dependency unordered-containers >=0.2.8.0 && <0.3: using
  3394. 1453.99 s [indexed-traversable-instances] unordered-containers-0.2.20
  3395. 1453.99 s [indexed-traversable-instances] Dependency vector >=0.13.1.0 && <0.14: using vector-0.13.1.0
  3396. 1453.99 s [indexed-traversable-instances] Dependency base: using base-4.18.1.0
  3397. 1453.99 s [indexed-traversable-instances] Dependency indexed-traversable: using indexed-traversable-0.1.4
  3398. 1453.99 s [indexed-traversable-instances] Dependency indexed-traversable-instances: using
  3399. 1453.99 s [indexed-traversable-instances] indexed-traversable-instances-0.1.2
  3400. 1453.99 s [indexed-traversable-instances] Dependency OneTuple: using OneTuple-0.4.2
  3401. 1453.99 s [indexed-traversable-instances] Dependency QuickCheck >=2.14.2 && <2.15: using QuickCheck-2.14.3
  3402. 1453.99 s [indexed-traversable-instances] Dependency base: using base-4.18.1.0
  3403. 1453.99 s [indexed-traversable-instances] Dependency containers: using containers-0.6.7
  3404. 1453.99 s [indexed-traversable-instances] Dependency indexed-traversable: using indexed-traversable-0.1.4
  3405. 1453.99 s [indexed-traversable-instances] Dependency indexed-traversable-instances: using
  3406. 1453.99 s [indexed-traversable-instances] indexed-traversable-instances-0.1.2
  3407. 1453.99 s [indexed-traversable-instances] Dependency quickcheck-instances >=0.3.29 && <0.4: using
  3408. 1453.99 s [indexed-traversable-instances] quickcheck-instances-0.3.30
  3409. 1453.99 s [indexed-traversable-instances] Dependency tasty >=1.2.3 && <1.6: using tasty-1.4.3
  3410. 1453.99 s [indexed-traversable-instances] Dependency tasty-quickcheck >=0.10.1.1 && <0.11: using tasty-quickcheck-0.10.2
  3411. 1453.99 s [indexed-traversable-instances] Dependency transformers: using transformers-0.6.1.0
  3412. 1453.99 s [indexed-traversable-instances] Dependency unordered-containers: using unordered-containers-0.2.20
  3413. 1453.99 s [indexed-traversable-instances] Dependency vector: using vector-0.13.1.0
  3414. 1453.99 s [indexed-traversable-instances] Source component graph:
  3415. 1453.99 s [indexed-traversable-instances] component lib
  3416. 1453.99 s [indexed-traversable-instances] component test:indexed-tests dependency lib
  3417. 1453.99 s [indexed-traversable-instances] component test:safe dependency lib
  3418. 1453.99 s [indexed-traversable-instances] Configured component graph:
  3419. 1453.99 s [indexed-traversable-instances] component indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  3420. 1453.99 s [indexed-traversable-instances] include OneTuple-0.4.2-A801eGX6D13F3XBDiBwiUD
  3421. 1453.99 s [indexed-traversable-instances] include base-4.18.1.0
  3422. 1453.99 s [indexed-traversable-instances] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3423. 1453.99 s [indexed-traversable-instances] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  3424. 1453.99 s [indexed-traversable-instances] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  3425. 1453.99 s [indexed-traversable-instances] include vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  3426. 1453.99 s [indexed-traversable-instances] component indexed-traversable-instances-0.1.2-GAnzc0zVNr4KRZL6kplXlC-indexed-tests
  3427. 1453.99 s [indexed-traversable-instances] include OneTuple-0.4.2-A801eGX6D13F3XBDiBwiUD
  3428. 1453.99 s [indexed-traversable-instances] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  3429. 1453.99 s [indexed-traversable-instances] include base-4.18.1.0
  3430. 1453.99 s [indexed-traversable-instances] include containers-0.6.7
  3431. 1453.99 s [indexed-traversable-instances] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3432. 1453.99 s [indexed-traversable-instances] include indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  3433. 1453.99 s [indexed-traversable-instances] include quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI
  3434. 1453.99 s [indexed-traversable-instances] include tasty-1.4.3-CsKD9fFTmONFRgXHmm79hR
  3435. 1453.99 s [indexed-traversable-instances] include tasty-quickcheck-0.10.2-783J3GIVVQa2FwWu1F6L8H
  3436. 1453.99 s [indexed-traversable-instances] include transformers-0.6.1.0
  3437. 1453.99 s [indexed-traversable-instances] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  3438. 1453.99 s [indexed-traversable-instances] include vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  3439. 1453.99 s [indexed-traversable-instances] component indexed-traversable-instances-0.1.2-J82SbK441Xm6JLUajVDhbV-safe
  3440. 1453.99 s [semigroupoids] Documentation created: dist/doc/html/semigroupoids/index.html,
  3441. 1453.99 s [semigroupoids] dist/doc/html/semigroupoids/semigroupoids.txt
  3442. 1453.99 s [semigroupoids] Phase: installPhase
  3443. 1453.99 s [semigroupoids] Installing library in /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  3444. 1453.99 s [semigroupoids] Phase: fixupPhase
  3445. 1453.99 s [semigroupoids] shrinking RPATHs of ELF executables and libraries in /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1
  3446. 1453.99 s [semigroupoids] shrinking /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSsemigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK-ghc9.6.3.so
  3447. 1453.99 s [semigroupoids] checking for references to /build/ in /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1...
  3448. 1453.99 s [semigroupoids] patching script interpreter paths in /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1
  3449. 1453.99 s [semigroupoids] stripping (with command strip and flags -S -p) in /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1/lib
  3450. 1453.99 s [semigroupoids] shrinking RPATHs of ELF executables and libraries in /nix/store/hy5yshwsv6x0izqgr6yx5bjhhd80mhfs-semigroupoids-6.0.1-doc
  3451. 1453.99 s [semigroupoids] checking for references to /build/ in /nix/store/hy5yshwsv6x0izqgr6yx5bjhhd80mhfs-semigroupoids-6.0.1-doc...
  3452. 1453.99 s [semigroupoids] patching script interpreter paths in /nix/store/hy5yshwsv6x0izqgr6yx5bjhhd80mhfs-semigroupoids-6.0.1-doc
  3453. 1453.99 s [indexed-traversable-instances] include base-4.18.1.0
  3454. 1453.99 s [indexed-traversable-instances] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3455. 1453.99 s [indexed-traversable-instances] include indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  3456. 1453.99 s [indexed-traversable-instances] Linked component graph:
  3457. 1453.99 s [indexed-traversable-instances] unit indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  3458. 1453.99 s [indexed-traversable-instances] include OneTuple-0.4.2-A801eGX6D13F3XBDiBwiUD
  3459. 1453.99 s [indexed-traversable-instances] include base-4.18.1.0
  3460. 1453.99 s [indexed-traversable-instances] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3461. 1453.99 s [indexed-traversable-instances] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  3462. 1453.99 s [indexed-traversable-instances] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  3463. 1453.99 s [indexed-traversable-instances] include vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  3464. 1453.99 s [indexed-traversable-instances] Data.Functor.WithIndex.Instances=indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ:Data.Functor.WithIndex.Instances
  3465. 1453.99 s [indexed-traversable-instances] unit indexed-traversable-instances-0.1.2-GAnzc0zVNr4KRZL6kplXlC-indexed-tests
  3466. 1453.99 s [indexed-traversable-instances] include OneTuple-0.4.2-A801eGX6D13F3XBDiBwiUD
  3467. 1453.99 s [indexed-traversable-instances] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  3468. 1453.99 s [indexed-traversable-instances] include base-4.18.1.0
  3469. 1453.99 s [indexed-traversable-instances] include containers-0.6.7
  3470. 1453.99 s [indexed-traversable-instances] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3471. 1453.99 s [indexed-traversable-instances] include indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  3472. 1453.99 s [indexed-traversable-instances] include quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI
  3473. 1453.99 s [indexed-traversable-instances] include tasty-1.4.3-CsKD9fFTmONFRgXHmm79hR
  3474. 1453.99 s [indexed-traversable-instances] include tasty-quickcheck-0.10.2-783J3GIVVQa2FwWu1F6L8H
  3475. 1453.99 s [indexed-traversable-instances] include transformers-0.6.1.0
  3476. 1453.99 s [indexed-traversable-instances] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  3477. 1453.99 s [indexed-traversable-instances] include vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  3478. 1453.99 s [indexed-traversable-instances] unit indexed-traversable-instances-0.1.2-J82SbK441Xm6JLUajVDhbV-safe
  3479. 1453.99 s [indexed-traversable-instances] include base-4.18.1.0
  3480. 1453.99 s [indexed-traversable-instances] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3481. 1453.99 s [indexed-traversable-instances] include indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  3482. 1453.99 s [indexed-traversable-instances] Ready component graph:
  3483. 1453.99 s [indexed-traversable-instances] definite indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  3484. 1453.99 s [indexed-traversable-instances] depends OneTuple-0.4.2-A801eGX6D13F3XBDiBwiUD
  3485. 1453.99 s [indexed-traversable-instances] depends base-4.18.1.0
  3486. 1453.99 s [indexed-traversable-instances] depends indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3487. 1453.99 s [indexed-traversable-instances] depends tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  3488. 1453.99 s [indexed-traversable-instances] depends unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  3489. 1453.99 s [indexed-traversable-instances] depends vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  3490. 1453.99 s [indexed-traversable-instances] definite indexed-traversable-instances-0.1.2-J82SbK441Xm6JLUajVDhbV-safe
  3491. 1453.99 s [indexed-traversable-instances] depends base-4.18.1.0
  3492. 1453.99 s [indexed-traversable-instances] depends indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3493. 1453.99 s [indexed-traversable-instances] depends indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  3494. 1453.99 s [indexed-traversable-instances] definite indexed-traversable-instances-0.1.2-GAnzc0zVNr4KRZL6kplXlC-indexed-tests
  3495. 1453.99 s [indexed-traversable-instances] depends OneTuple-0.4.2-A801eGX6D13F3XBDiBwiUD
  3496. 1453.99 s [indexed-traversable-instances] depends QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  3497. 1453.99 s [indexed-traversable-instances] depends base-4.18.1.0
  3498. 1453.99 s [indexed-traversable-instances] depends containers-0.6.7
  3499. 1453.99 s [indexed-traversable-instances] depends indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3500. 1453.99 s [indexed-traversable-instances] depends indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  3501. 1453.99 s [indexed-traversable-instances] depends quickcheck-instances-0.3.30-BpF2zVrlzU7IaSslXWRQSI
  3502. 1453.99 s [indexed-traversable-instances] depends tasty-1.4.3-CsKD9fFTmONFRgXHmm79hR
  3503. 1453.99 s [indexed-traversable-instances] depends tasty-quickcheck-0.10.2-783J3GIVVQa2FwWu1F6L8H
  3504. 1453.99 s [indexed-traversable-instances] depends transformers-0.6.1.0
  3505. 1453.99 s [indexed-traversable-instances] depends unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  3506. 1453.99 s [indexed-traversable-instances] depends vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  3507. 1453.99 s [indexed-traversable-instances] Using Cabal-3.10.1.0 compiled by ghc-9.6
  3508. 1453.99 s [indexed-traversable-instances] Using compiler: ghc-9.6.3
  3509. 1453.99 s [indexed-traversable-instances] Using install prefix:
  3510. 1453.99 s [indexed-traversable-instances] /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2
  3511. 1453.99 s [indexed-traversable-instances] Executables installed in:
  3512. 1453.99 s [indexed-traversable-instances] /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2/bin
  3513. 1453.99 s [indexed-traversable-instances] Libraries installed in:
  3514. 1454.00 s [indexed-traversable-instances] /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  3515. 1454.00 s [indexed-traversable-instances] Dynamic Libraries installed in:
  3516. 1454.00 s [indexed-traversable-instances] /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  3517. 1454.00 s [indexed-traversable-instances] Private executables installed in:
  3518. 1454.00 s [indexed-traversable-instances] /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2/libexec/x86_64-linux-ghc-9.6.3/indexed-traversable-instances-0.1.2
  3519. 1454.00 s [indexed-traversable-instances] Data files installed in:
  3520. 1454.00 s [indexed-traversable-instances] /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2/share/x86_64-linux-ghc-9.6.3/indexed-traversable-instances-0.1.2
  3521. 1454.14 s [semigroupoids:post-build] Uploading to the NixCI cache: /nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1 /nix/store/hy5yshwsv6x0izqgr6yx5bjhhd80mhfs-semigroupoids-6.0.1-doc
  3522. 1454.22 s [semigroupoids:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3523. 1454.50 s [semigroupoids:post-build] copying 2 paths...
  3524. 1454.51 s [semigroupoids:post-build] copying path '/nix/store/hy5yshwsv6x0izqgr6yx5bjhhd80mhfs-semigroupoids-6.0.1-doc' to 'https://cache.nix-ci.com'...
  3525. 1455.67 s [semigroupoids:post-build] copying path '/nix/store/72p0hi9aw9rn745q5v7lpc2vji7nicjv-semigroupoids-6.0.1' to 'https://cache.nix-ci.com'...
  3526. 1460.78 s [semigroupoids:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3527. 1461.06 s [semigroupoids:post-build] copying 1 paths...
  3528. 1461.06 s [semigroupoids:post-build] copying path '/nix/store/5rflj37b0m5xild8g0ahb41f7v8fnwip-semigroupoids-6.0.1.drv' to 'https://cache.nix-ci.com'...
  3529. 1461.38 s Uploaded semigroupoids in 7.2s
  3530. 1461.38 s Progress: 96 of 103 built (1 building), 18 of 18 downloaded from cache
  3531. 1461.38 s Built semigroupoids in 49.7s
  3532. 1461.46 s Building /nix/store/hdzw96lchr1wk7ayyyw420cgvb7xk2qz-free-5.2.drv
  3533. 1461.46 s [indexed-traversable-instances] Documentation installed in:
  3534. 1461.46 s [indexed-traversable-instances] /nix/store/ask9a215ili3023qwxfbmzmax395r340-indexed-traversable-instances-0.1.2-doc/share/doc/indexed-traversable-instances-0.1.2
  3535. 1461.46 s [indexed-traversable-instances] Configuration files installed in:
  3536. 1461.46 s [indexed-traversable-instances] /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2/etc
  3537. 1461.46 s [indexed-traversable-instances] No alex found
  3538. 1461.46 s [indexed-traversable-instances] Using ar found on system at:
  3539. 1461.46 s [indexed-traversable-instances] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  3540. 1461.46 s [indexed-traversable-instances] No c2hs found
  3541. 1461.46 s [indexed-traversable-instances] No cpphs found
  3542. 1461.46 s [indexed-traversable-instances] No doctest found
  3543. 1461.46 s [indexed-traversable-instances] Using gcc version 13.3.0 given by user at:
  3544. 1461.46 s [indexed-traversable-instances] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  3545. 1461.46 s [indexed-traversable-instances] Using ghc version 9.6.3 found on system at:
  3546. 1461.46 s [indexed-traversable-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc
  3547. 1461.46 s [indexed-traversable-instances] Using ghc-pkg version 9.6.3 found on system at:
  3548. 1461.46 s [indexed-traversable-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc-pkg-9.6.3
  3549. 1461.46 s [indexed-traversable-instances] No ghcjs found
  3550. 1461.46 s [indexed-traversable-instances] No ghcjs-pkg found
  3551. 1461.46 s [indexed-traversable-instances] No greencard found
  3552. 1461.46 s [indexed-traversable-instances] Using haddock version 2.29.1 found on system at:
  3553. 1461.46 s [indexed-traversable-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/haddock-ghc-9.6.3
  3554. 1461.46 s [indexed-traversable-instances] No happy found
  3555. 1461.46 s [indexed-traversable-instances] Using haskell-suite found on system at: haskell-suite-dummy-location
  3556. 1461.46 s [indexed-traversable-instances] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3557. 1461.46 s [indexed-traversable-instances] No hmake found
  3558. 1461.46 s [indexed-traversable-instances] Using hpc version 0.68 found on system at:
  3559. 1461.46 s [indexed-traversable-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hpc-ghc-9.6.3
  3560. 1461.46 s [indexed-traversable-instances] Using hsc2hs version 0.68.9 found on system at:
  3561. 1461.46 s [indexed-traversable-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  3562. 1461.46 s [indexed-traversable-instances] Using hscolour version 1.25 found on system at:
  3563. 1461.46 s [indexed-traversable-instances] /nix/store/sa2a2s2s3sailzp0i1zijdz750p5anl1-hscolour-1.25/bin/HsColour
  3564. 1461.46 s [indexed-traversable-instances] No jhc found
  3565. 1461.46 s [indexed-traversable-instances] Using ld found on system at:
  3566. 1461.46 s [indexed-traversable-instances] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  3567. 1461.46 s [indexed-traversable-instances] No pkg-config found
  3568. 1461.46 s [indexed-traversable-instances] Using runghc version 9.6.3 found on system at:
  3569. 1461.46 s [indexed-traversable-instances] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/runghc-9.6.3
  3570. 1461.46 s [indexed-traversable-instances] Using strip version 2.43 found on system at:
  3571. 1461.46 s [indexed-traversable-instances] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  3572. 1461.46 s [indexed-traversable-instances] Using tar found on system at:
  3573. 1461.46 s [indexed-traversable-instances] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  3574. 1461.46 s [indexed-traversable-instances] No uhc found
  3575. 1461.46 s [indexed-traversable-instances] Phase: buildPhase
  3576. 1461.46 s [indexed-traversable-instances] Preprocessing library for indexed-traversable-instances-0.1.2..
  3577. 1461.46 s [indexed-traversable-instances] Building library for indexed-traversable-instances-0.1.2..
  3578. 1461.46 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 )
  3579. 1461.46 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 )
  3580. 1461.46 s [indexed-traversable-instances] Preprocessing test suite 'safe' for indexed-traversable-instances-0.1.2..
  3581. 1461.46 s [indexed-traversable-instances] Building test suite 'safe' for indexed-traversable-instances-0.1.2..
  3582. 1461.46 s [indexed-traversable-instances] [1 of 1] Compiling Main ( tests/safe.hs, dist/build/safe/safe-tmp/Main.o )
  3583. 1461.46 s [indexed-traversable-instances] [2 of 2] Linking dist/build/safe/safe
  3584. 1461.46 s [indexed-traversable-instances] Preprocessing test suite 'indexed-tests' for indexed-traversable-instances-0.1.2..
  3585. 1461.46 s [indexed-traversable-instances] Building test suite 'indexed-tests' for indexed-traversable-instances-0.1.2..
  3586. 1461.46 s [indexed-traversable-instances] [1 of 1] Compiling Main ( tests/main.hs, dist/build/indexed-tests/indexed-tests-tmp/Main.o )
  3587. 1461.60 s [free] Phase: setupCompilerEnvironmentPhase
  3588. 1461.61 s [free] Build with /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3.
  3589. 1461.83 s [free] Phase: unpackPhase
  3590. 1461.83 s [free] unpacking source archive /nix/store/ww34c3nzhs0wrgn68lk5d0qk9rgdm1d7-free-5.2.tar.gz
  3591. 1461.84 s [free] source root is free-5.2
  3592. 1461.85 s [free] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file free-5.2/.vim.custom
  3593. 1461.85 s [free] Phase: patchPhase
  3594. 1461.86 s [free] Replace Cabal file with edited version from mirror://hackage/free-5.2/revision/5.cabal.
  3595. 1461.86 s [free] Phase: compileBuildDriverPhase
  3596. 1461.87 s [free] setupCompileFlags: -package-db=/build/tmp.zIaXLy80Kb/setup-package.conf.d -threaded
  3597. 1461.97 s [free] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.zIaXLy80Kb/Main.o )
  3598. 1462.09 s [free] [2 of 2] Linking Setup
  3599. 1463.34 s [indexed-traversable-instances] [2 of 2] Linking dist/build/indexed-tests/indexed-tests
  3600. 1464.29 s [free] Phase: updateAutotoolsGnuConfigScriptsPhase
  3601. 1464.31 s [free] Phase: configurePhase
  3602. 1464.32 s [free] configureFlags: --verbose --prefix=/nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/d8dpf34d40afflgb9llsl7k0v250vbbn-free-5.2-doc/share/doc/free-5.2 --with-gcc=gcc --package-db=/build/tmp.zIaXLy80Kb/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/zhsjsq37d57kfp5wz0xcg6x97x1426aj-elfutils-0.191/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  3603. 1464.34 s [free] Using Parsec parser
  3604. 1464.34 s [free] Configuring free-5.2...
  3605. 1464.89 s [indexed-traversable-instances] Phase: checkPhase
  3606. 1464.97 s [indexed-traversable-instances] Running 2 test suites...
  3607. 1464.97 s [indexed-traversable-instances] Test suite safe: RUNNING...
  3608. 1464.99 s [indexed-traversable-instances] Test suite safe: PASS
  3609. 1464.99 s [indexed-traversable-instances] Test suite logged to: dist/test/indexed-traversable-instances-0.1.2-safe.log
  3610. 1464.99 s [indexed-traversable-instances] Test suite indexed-tests: RUNNING...
  3611. 1465.01 s [indexed-traversable-instances] tests
  3612. 1465.01 s [indexed-traversable-instances] []
  3613. 1465.03 s [indexed-traversable-instances] imapDefault: OK (0.03s)
  3614. 1465.03 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3615. 1465.04 s [free] Dependency base >=4.9 && <5: using base-4.18.1.0
  3616. 1465.04 s [free] Dependency comonad >=5.0.8 && <6: using comonad-5.0.8
  3617. 1465.04 s [free] Dependency containers >=0.5.7.1 && <0.8: using containers-0.6.7
  3618. 1465.04 s [free] Dependency distributive >=0.5.2 && <1: using distributive-0.6.2.1
  3619. 1465.04 s [free] Dependency exceptions >=0.10.4 && <0.11: using exceptions-0.10.7
  3620. 1465.04 s [free] Dependency indexed-traversable >=0.1.1 && <0.2: using
  3621. 1465.04 s [free] indexed-traversable-0.1.4
  3622. 1465.04 s [free] Dependency mtl >=2.2.2 && <2.4: using mtl-2.3.1
  3623. 1465.04 s [free] Dependency profunctors >=5.6.1 && <6: using profunctors-5.6.2
  3624. 1465.04 s [free] Dependency semigroupoids >=5.3.5 && <7: using semigroupoids-6.0.1
  3625. 1465.04 s [free] Dependency template-haskell >=2.11 && <2.23: using template-haskell-2.20.0.0
  3626. 1465.04 s [free] Dependency th-abstraction >=0.4.2.0 && <0.8: using th-abstraction-0.5.0.0
  3627. 1465.04 s [free] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
  3628. 1465.04 s [free] Dependency transformers-base >=0.4.5.2 && <0.5: using transformers-base-0.4.6
  3629. 1465.07 s [indexed-traversable-instances] ifoldMapDefault: OK (0.03s)
  3630. 1465.07 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3631. 1465.11 s [indexed-traversable-instances] ifoldrDefault: OK (0.04s)
  3632. 1465.11 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3633. 1465.12 s [indexed-traversable-instances] ifoldl'Default: OK (0.03s)
  3634. 1465.12 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3635. 1465.13 s [indexed-traversable-instances] toList: OK
  3636. 1465.13 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3637. 1465.13 s [indexed-traversable-instances] indices: OK
  3638. 1465.13 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3639. 1465.13 s [indexed-traversable-instances] Map Int
  3640. 1465.15 s [indexed-traversable-instances] imapDefault: OK (0.02s)
  3641. 1465.15 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3642. 1465.17 s [indexed-traversable-instances] ifoldMapDefault: OK (0.03s)
  3643. 1465.17 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3644. 1465.21 s [indexed-traversable-instances] ifoldrDefault: OK (0.03s)
  3645. 1465.21 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3646. 1465.23 s [indexed-traversable-instances] ifoldl'Default: OK (0.03s)
  3647. 1465.23 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3648. 1465.23 s [indexed-traversable-instances] toList: OK
  3649. 1465.23 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3650. 1465.25 s [indexed-traversable-instances] indices: OK
  3651. 1465.25 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3652. 1465.25 s [indexed-traversable-instances] HashMap Int
  3653. 1465.25 s [indexed-traversable-instances] imapDefault: OK (0.01s)
  3654. 1465.25 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3655. 1465.29 s [indexed-traversable-instances] ifoldMapDefault: OK (0.02s)
  3656. 1465.29 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3657. 1465.31 s [indexed-traversable-instances] ifoldrDefault: OK (0.04s)
  3658. 1465.31 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3659. 1465.35 s [indexed-traversable-instances] ifoldl'Default: OK (0.03s)
  3660. 1465.35 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3661. 1465.35 s [indexed-traversable-instances] toList: OK
  3662. 1465.35 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3663. 1465.35 s [indexed-traversable-instances] indices: OK
  3664. 1465.35 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3665. 1465.35 s [indexed-traversable-instances] Seq
  3666. 1465.36 s [indexed-traversable-instances] imapDefault: OK (0.01s)
  3667. 1465.36 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3668. 1465.41 s [indexed-traversable-instances] ifoldMapDefault: OK (0.03s)
  3669. 1465.41 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3670. 1465.45 s [indexed-traversable-instances] ifoldrDefault: OK (0.05s)
  3671. 1465.45 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3672. 1465.46 s [free] Source component graph: component lib
  3673. 1465.46 s [free] Configured component graph:
  3674. 1465.46 s [free] component free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  3675. 1465.46 s [free] include base-4.18.1.0
  3676. 1465.46 s [free] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  3677. 1465.46 s [free] include containers-0.6.7
  3678. 1465.46 s [free] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  3679. 1465.46 s [free] include exceptions-0.10.7
  3680. 1465.46 s [free] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3681. 1465.46 s [free] include mtl-2.3.1
  3682. 1465.46 s [free] include profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  3683. 1465.46 s [free] include semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  3684. 1465.46 s [free] include template-haskell-2.20.0.0
  3685. 1465.46 s [free] include th-abstraction-0.5.0.0-JD9vmJ369jBCu5VUUIjZuj
  3686. 1465.46 s [free] include transformers-0.6.1.0
  3687. 1465.46 s [free] include transformers-base-0.4.6-ZhksggIsO7CxcAjMGrVpp
  3688. 1465.46 s [free] Linked component graph:
  3689. 1465.46 s [free] unit free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  3690. 1465.46 s [free] include base-4.18.1.0
  3691. 1465.46 s [free] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  3692. 1465.46 s [free] include containers-0.6.7
  3693. 1465.46 s [free] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  3694. 1465.46 s [free] include exceptions-0.10.7
  3695. 1465.46 s [free] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3696. 1465.46 s [free] include mtl-2.3.1
  3697. 1465.46 s [free] include profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  3698. 1465.46 s [free] include semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  3699. 1465.46 s [free] include template-haskell-2.20.0.0
  3700. 1465.46 s [free] include th-abstraction-0.5.0.0-JD9vmJ369jBCu5VUUIjZuj
  3701. 1465.46 s [free] include transformers-0.6.1.0
  3702. 1465.46 s [free] include transformers-base-0.4.6-ZhksggIsO7CxcAjMGrVpp
  3703. 1465.46 s [free] Control.Alternative.Free=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Alternative.Free,Control.Alternative.Free.Final=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Alternative.Free.Final,Control.Applicative.Free=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Applicative.Free,Control.Applicative.Free.Fast=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Applicative.Free.Fast,Control.Applicative.Free.Final=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Applicative.Free.Final,Control.Applicative.Trans.Free=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Applicative.Trans.Free,Control.Comonad.Cofree=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Comonad.Cofree,Control.Comonad.Cofree.Class=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Comonad.Cofree.Class,Control.Comonad.Trans.Cofree=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Comonad.Trans.Cofree,Control.Comonad.Trans.Coiter=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Comonad.Trans.Coiter,Control.Monad.Free=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Monad.Free,Control.Monad.Free.Ap=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Monad.Free.Ap,Control.Monad.Free.Church=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Monad.Free.Church,Control.Monad.Free.Class=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Monad.Free.Class,Control.Monad.Free.TH=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Monad.Free.TH,Control.Monad.Trans.Free=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Monad.Trans.Free,Control.Monad.Trans.Free.Ap=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Monad.Trans.Free.Ap,Control.Monad.Trans.Free.Church=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Monad.Trans.Free.Church,Control.Monad.Trans.Iter=free-5.2-HEfzJ2oofXRFAYEAUgCNsg:Control.Monad.Trans.Iter
  3704. 1465.46 s [free] Ready component graph:
  3705. 1465.46 s [free] definite free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  3706. 1465.46 s [free] depends base-4.18.1.0
  3707. 1465.46 s [free] depends comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  3708. 1465.46 s [free] depends containers-0.6.7
  3709. 1465.46 s [free] depends distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  3710. 1465.46 s [free] depends exceptions-0.10.7
  3711. 1465.46 s [free] depends indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  3712. 1465.46 s [free] depends mtl-2.3.1
  3713. 1465.46 s [free] depends profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  3714. 1465.46 s [free] depends semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  3715. 1465.46 s [free] depends template-haskell-2.20.0.0
  3716. 1465.46 s [free] depends th-abstraction-0.5.0.0-JD9vmJ369jBCu5VUUIjZuj
  3717. 1465.46 s [free] depends transformers-0.6.1.0
  3718. 1465.46 s [free] depends transformers-base-0.4.6-ZhksggIsO7CxcAjMGrVpp
  3719. 1465.46 s [free] Using Cabal-3.10.1.0 compiled by ghc-9.6
  3720. 1465.46 s [free] Using compiler: ghc-9.6.3
  3721. 1465.46 s [free] Using install prefix: /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2
  3722. 1465.46 s [free] Executables installed in:
  3723. 1465.46 s [free] /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2/bin
  3724. 1465.46 s [free] Libraries installed in:
  3725. 1465.46 s [free] /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  3726. 1465.46 s [free] Dynamic Libraries installed in:
  3727. 1465.46 s [free] /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  3728. 1465.46 s [free] Private executables installed in:
  3729. 1465.46 s [free] /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2/libexec/x86_64-linux-ghc-9.6.3/free-5.2
  3730. 1465.46 s [free] Data files installed in:
  3731. 1465.46 s [free] /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2/share/x86_64-linux-ghc-9.6.3/free-5.2
  3732. 1465.46 s [free] Documentation installed in:
  3733. 1465.46 s [free] /nix/store/d8dpf34d40afflgb9llsl7k0v250vbbn-free-5.2-doc/share/doc/free-5.2
  3734. 1465.46 s [free] Configuration files installed in:
  3735. 1465.46 s [free] /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2/etc
  3736. 1465.46 s [free] No alex found
  3737. 1465.46 s [free] Using ar found on system at:
  3738. 1465.46 s [free] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  3739. 1465.46 s [free] No c2hs found
  3740. 1465.46 s [free] No cpphs found
  3741. 1465.46 s [free] No doctest found
  3742. 1465.46 s [free] Using gcc version 13.3.0 given by user at:
  3743. 1465.46 s [free] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  3744. 1465.46 s [free] Using ghc version 9.6.3 found on system at:
  3745. 1465.46 s [free] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc
  3746. 1465.46 s [free] Using ghc-pkg version 9.6.3 found on system at:
  3747. 1465.46 s [free] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc-pkg-9.6.3
  3748. 1465.46 s [free] No ghcjs found
  3749. 1465.46 s [free] No ghcjs-pkg found
  3750. 1465.46 s [free] No greencard found
  3751. 1465.46 s [free] Using haddock version 2.29.1 found on system at:
  3752. 1465.46 s [free] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/haddock-ghc-9.6.3
  3753. 1465.46 s [free] No happy found
  3754. 1465.46 s [free] Using haskell-suite found on system at: haskell-suite-dummy-location
  3755. 1465.46 s [free] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3756. 1465.46 s [free] No hmake found
  3757. 1465.46 s [free] Using hpc version 0.68 found on system at:
  3758. 1465.46 s [free] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hpc-ghc-9.6.3
  3759. 1465.46 s [free] Using hsc2hs version 0.68.9 found on system at:
  3760. 1465.46 s [free] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  3761. 1465.46 s [free] Using hscolour version 1.25 found on system at:
  3762. 1465.46 s [free] /nix/store/sa2a2s2s3sailzp0i1zijdz750p5anl1-hscolour-1.25/bin/HsColour
  3763. 1465.46 s [free] No jhc found
  3764. 1465.46 s [free] Using ld found on system at:
  3765. 1465.46 s [free] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  3766. 1465.46 s [free] No pkg-config found
  3767. 1465.46 s [free] Using runghc version 9.6.3 found on system at:
  3768. 1465.46 s [free] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/runghc-9.6.3
  3769. 1465.46 s [free] Using strip version 2.43 found on system at:
  3770. 1465.46 s [free] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  3771. 1465.46 s [free] Using tar found on system at:
  3772. 1465.46 s [free] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  3773. 1465.46 s [free] No uhc found
  3774. 1465.47 s [indexed-traversable-instances] ifoldl'Default: OK (0.02s)
  3775. 1465.47 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3776. 1465.47 s [indexed-traversable-instances] toList: OK
  3777. 1465.47 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3778. 1465.47 s [indexed-traversable-instances] indices: OK
  3779. 1465.47 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3780. 1465.47 s [indexed-traversable-instances] Vector
  3781. 1465.49 s [indexed-traversable-instances] imapDefault: OK (0.02s)
  3782. 1465.49 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3783. 1465.53 s [indexed-traversable-instances] ifoldMapDefault: OK (0.04s)
  3784. 1465.53 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3785. 1465.59 s [indexed-traversable-instances] ifoldrDefault: OK (0.05s)
  3786. 1465.59 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3787. 1465.62 s [indexed-traversable-instances] ifoldl'Default: OK (0.04s)
  3788. 1465.62 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3789. 1465.62 s [indexed-traversable-instances] toList: OK
  3790. 1465.62 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3791. 1465.62 s [indexed-traversable-instances] indices: OK
  3792. 1465.62 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3793. 1465.62 s [indexed-traversable-instances] Solo
  3794. 1465.62 s [indexed-traversable-instances] imapDefault: OK
  3795. 1465.62 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3796. 1465.62 s [indexed-traversable-instances] ifoldMapDefault: OK
  3797. 1465.62 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3798. 1465.62 s [indexed-traversable-instances] ifoldrDefault: OK
  3799. 1465.62 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3800. 1465.62 s [indexed-traversable-instances] ifoldl'Default: OK
  3801. 1465.62 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3802. 1465.62 s [indexed-traversable-instances] toList: OK
  3803. 1465.62 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3804. 1465.63 s [indexed-traversable-instances] indices: OK
  3805. 1465.63 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3806. 1465.63 s [indexed-traversable-instances] IntMap
  3807. 1465.64 s [indexed-traversable-instances] imapDefault: OK (0.01s)
  3808. 1465.64 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3809. 1465.65 s [free] Phase: buildPhase
  3810. 1465.67 s [indexed-traversable-instances] ifoldMapDefault: OK (0.03s)
  3811. 1465.67 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3812. 1465.71 s [indexed-traversable-instances] ifoldrDefault: OK (0.03s)
  3813. 1465.71 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3814. 1465.75 s [indexed-traversable-instances] ifoldl'Default: OK (0.05s)
  3815. 1465.75 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3816. 1465.75 s [indexed-traversable-instances] toList: OK
  3817. 1465.75 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3818. 1465.75 s [indexed-traversable-instances] indices: OK
  3819. 1465.75 s [indexed-traversable-instances] +++ OK, passed 100 tests.
  3820. 1465.75 s [indexed-traversable-instances]
  3821. 1465.75 s [indexed-traversable-instances] All 42 tests passed (0.75s)
  3822. 1465.75 s [indexed-traversable-instances] Test suite indexed-tests: PASS
  3823. 1465.75 s [indexed-traversable-instances] Test suite logged to:
  3824. 1465.75 s [indexed-traversable-instances] dist/test/indexed-traversable-instances-0.1.2-indexed-tests.log
  3825. 1465.75 s [indexed-traversable-instances] 2 of 2 test suites (2 of 2 test cases) passed.
  3826. 1465.76 s [free] Preprocessing library for free-5.2..
  3827. 1465.77 s [indexed-traversable-instances] Phase: haddockPhase
  3828. 1465.77 s [free] Building library for free-5.2..
  3829. 1466.05 s [indexed-traversable-instances] Preprocessing library for indexed-traversable-instances-0.1.2..
  3830. 1466.05 s [indexed-traversable-instances] Running Haddock on library for indexed-traversable-instances-0.1.2..
  3831. 1466.16 s [indexed-traversable-instances] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3832. 1466.20 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 )
  3833. 1466.87 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 )
  3834. 1466.87 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 )
  3835. 1466.93 s [indexed-traversable-instances] 100% ( 1 / 1) in 'Data.Functor.WithIndex.Instances'
  3836. 1467.21 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 )
  3837. 1467.21 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 )
  3838. 1467.21 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 )
  3839. 1467.21 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 )
  3840. 1467.22 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 )
  3841. 1468.77 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 )
  3842. 1468.77 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 )
  3843. 1468.77 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 )
  3844. 1468.77 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 )
  3845. 1468.77 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 )
  3846. 1469.39 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 )
  3847. 1470.86 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 )
  3848. 1471.55 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 )
  3849. 1471.55 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 )
  3850. 1471.55 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 )
  3851. 1471.55 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 )
  3852. 1472.22 s [free] [ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, dist/build/Control/Alternative/Free.p_o )
  3853. 1472.87 s [free] [ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, dist/build/Control/Alternative/Free/Final.p_o )
  3854. 1472.87 s [free] [ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, dist/build/Control/Applicative/Free.p_o )
  3855. 1473.09 s [indexed-traversable-instances] Documentation created: dist/doc/html/indexed-traversable-instances/index.html,
  3856. 1473.09 s [indexed-traversable-instances] dist/doc/html/indexed-traversable-instances/indexed-traversable-instances.txt
  3857. 1473.11 s [free] [ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, dist/build/Control/Applicative/Free/Fast.p_o )
  3858. 1473.11 s [free] [ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, dist/build/Control/Applicative/Free/Final.p_o )
  3859. 1473.11 s [free] [ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, dist/build/Control/Applicative/Trans/Free.p_o )
  3860. 1473.11 s [free] [ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, dist/build/Control/Comonad/Cofree/Class.p_o )
  3861. 1473.11 s [free] [ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, dist/build/Control/Comonad/Cofree.p_o )
  3862. 1473.18 s [indexed-traversable-instances] Preprocessing test suite 'safe' for indexed-traversable-instances-0.1.2..
  3863. 1473.18 s [indexed-traversable-instances] Preprocessing test suite 'indexed-tests' for indexed-traversable-instances-0.1.2..
  3864. 1473.20 s [indexed-traversable-instances] Phase: installPhase
  3865. 1473.32 s [indexed-traversable-instances] Installing library in /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  3866. 1473.78 s [indexed-traversable-instances] Phase: fixupPhase
  3867. 1473.81 s [indexed-traversable-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2
  3868. 1473.82 s [indexed-traversable-instances] shrinking /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSindexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ-ghc9.6.3.so
  3869. 1473.83 s [indexed-traversable-instances] checking for references to /build/ in /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2...
  3870. 1473.84 s [indexed-traversable-instances] patching script interpreter paths in /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2
  3871. 1473.85 s [indexed-traversable-instances] stripping (with command strip and flags -S -p) in /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2/lib
  3872. 1473.89 s [indexed-traversable-instances] shrinking RPATHs of ELF executables and libraries in /nix/store/ask9a215ili3023qwxfbmzmax395r340-indexed-traversable-instances-0.1.2-doc
  3873. 1473.90 s [indexed-traversable-instances] checking for references to /build/ in /nix/store/ask9a215ili3023qwxfbmzmax395r340-indexed-traversable-instances-0.1.2-doc...
  3874. 1473.91 s [indexed-traversable-instances] patching script interpreter paths in /nix/store/ask9a215ili3023qwxfbmzmax395r340-indexed-traversable-instances-0.1.2-doc
  3875. 1474.09 s [indexed-traversable-instances:post-build] Uploading to the NixCI cache: /nix/store/ask9a215ili3023qwxfbmzmax395r340-indexed-traversable-instances-0.1.2-doc /nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2
  3876. 1474.18 s [indexed-traversable-instances:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3877. 1474.77 s [indexed-traversable-instances:post-build] copying 2 paths...
  3878. 1474.78 s [indexed-traversable-instances:post-build] copying path '/nix/store/ask9a215ili3023qwxfbmzmax395r340-indexed-traversable-instances-0.1.2-doc' to 'https://cache.nix-ci.com'...
  3879. 1475.12 s [indexed-traversable-instances:post-build] copying path '/nix/store/x8adh9nx57zral2mzm7hbrgnryqf77zn-indexed-traversable-instances-0.1.2' to 'https://cache.nix-ci.com'...
  3880. 1475.55 s [indexed-traversable-instances:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3881. 1475.84 s [indexed-traversable-instances:post-build] copying 1 paths...
  3882. 1475.84 s [indexed-traversable-instances:post-build] copying path '/nix/store/9j0dw8r8cnbwn121h17cs5f0sdhsbj00-indexed-traversable-instances-0.1.2.drv' to 'https://cache.nix-ci.com'...
  3883. 1476.12 s Uploaded indexed-traversable-instances in 2.0s
  3884. 1476.12 s Progress: 97 of 103 built (1 building), 18 of 18 downloaded from cache
  3885. 1476.12 s Built indexed-traversable-instances in 27.9s
  3886. 1476.12 s [free] [ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, dist/build/Control/Comonad/Trans/Cofree.p_o )
  3887. 1476.12 s [free] [10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, dist/build/Control/Comonad/Trans/Coiter.p_o )
  3888. 1476.12 s [free] [11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, dist/build/Control/Monad/Free/Class.p_o )
  3889. 1476.12 s [free] [12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, dist/build/Control/Monad/Free/TH.p_o )
  3890. 1476.12 s [free] [13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, dist/build/Control/Monad/Trans/Free.p_o )
  3891. 1476.12 s [free] [14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, dist/build/Control/Monad/Free.p_o )
  3892. 1476.47 s [free] [15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, dist/build/Control/Monad/Free/Church.p_o )
  3893. 1477.00 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 )
  3894. 1477.00 s [free] [17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, dist/build/Control/Monad/Free/Ap.p_o )
  3895. 1477.00 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 )
  3896. 1477.00 s [free] [19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, dist/build/Control/Monad/Trans/Iter.p_o )
  3897. 1478.63 s [free] Phase: checkPhase
  3898. 1478.71 s [free] Package has no test suites.
  3899. 1478.73 s [free] Phase: haddockPhase
  3900. 1478.94 s [free] Preprocessing library for free-5.2..
  3901. 1478.94 s [free] Running Haddock on library for free-5.2..
  3902. 1479.01 s [free] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3903. 1479.40 s [free] Warning: 'lift' is out of scope.
  3904. 1479.40 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3905. 1479.40 s [free] 66% ( 4 / 6) in 'Control.Alternative.Free'
  3906. 1479.40 s [free] Missing documentation for:
  3907. 1479.40 s [free] Alt (src/Control/Alternative/Free.hs:43)
  3908. 1479.40 s [free] AltF (src/Control/Alternative/Free.hs:39)
  3909. 1479.44 s [free] Warning: 'lift' is out of scope.
  3910. 1479.44 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3911. 1479.44 s [free] 100% ( 5 / 5) in 'Control.Alternative.Free.Final'
  3912. 1479.50 s [free] Warning: 'lift' is out of scope.
  3913. 1479.50 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3914. 1479.50 s [free] 100% ( 11 / 11) in 'Control.Applicative.Free'
  3915. 1479.64 s [free] Warning: 'f' is out of scope.
  3916. 1479.64 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3917. 1479.65 s [free] Warning: 'lift' is out of scope.
  3918. 1479.65 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3919. 1479.65 s [free] 100% ( 14 / 14) in 'Control.Applicative.Free.Fast'
  3920. 1479.69 s [free] Warning: 'lift' is out of scope.
  3921. 1479.69 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3922. 1479.69 s [free] 100% ( 10 / 10) in 'Control.Applicative.Free.Final'
  3923. 1479.72 s [free] Warning: 'lift' is out of scope.
  3924. 1479.72 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3925. 1479.72 s [free] Warning: 'getSum' is out of scope.
  3926. 1479.72 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3927. 1479.72 s [free] Warning: 'Sum' is out of scope.
  3928. 1479.72 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3929. 1479.72 s [free] Warning: 'fold' is out of scope.
  3930. 1479.72 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3931. 1479.72 s [free] Warning: 'Ap' is ambiguous. It is defined
  3932. 1479.72 s [free] * at src/Control/Applicative/Trans/Free.hs:55:3
  3933. 1479.72 s [free] * at src/Control/Applicative/Trans/Free.hs:157:1
  3934. 1479.72 s [free] You may be able to disambiguate the identifier by qualifying it or
  3935. 1479.72 s [free] by specifying the type/value namespace explicitly.
  3936. 1479.72 s [free] Defaulting to the one defined at src/Control/Applicative/Trans/Free.hs:53:1
  3937. 1479.72 s [free] 100% ( 22 / 22) in 'Control.Applicative.Trans.Free'
  3938. 1479.79 s [free] 100% ( 2 / 2) in 'Control.Comonad.Cofree.Class'
  3939. 1480.16 s [free] Warning: 'cofree' is out of scope.
  3940. 1480.16 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3941. 1480.16 s [free] Warning: 'Identity' is out of scope.
  3942. 1480.16 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3943. 1480.16 s [free] Warning: 'lens' is out of scope.
  3944. 1480.16 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3945. 1480.17 s [free] 93% ( 15 / 16) in 'Control.Comonad.Cofree'
  3946. 1480.17 s [free] Missing documentation for:
  3947. 1480.17 s [free] hoistCofree (src/Control/Comonad/Cofree.hs:135)
  3948. 1480.53 s [free] 100% ( 11 / 11) in 'Control.Comonad.Trans.Cofree'
  3949. 1480.65 s [free] 100% ( 14 / 14) in 'Control.Comonad.Trans.Coiter'
  3950. 1480.71 s [free] Warning: 'Tree' is out of scope.
  3951. 1480.71 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3952. 1480.72 s [free] 100% ( 4 / 4) in 'Control.Monad.Free.Class'
  3953. 1480.81 s [free] 100% ( 10 / 10) in 'Control.Monad.Free.TH'
  3954. 1481.24 s [free] Warning: 'Free' is ambiguous. It is defined
  3955. 1481.24 s [free] * at src/Control/Monad/Trans/Free.hs:77:29
  3956. 1481.24 s [free] * at src/Control/Monad/Trans/Free.hs:153:1
  3957. 1481.24 s [free] You may be able to disambiguate the identifier by qualifying it or
  3958. 1481.24 s [free] by specifying the type/value namespace explicitly.
  3959. 1481.24 s [free] Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:77:1
  3960. 1481.25 s [free] 100% ( 28 / 28) in 'Control.Monad.Trans.Free'
  3961. 1481.58 s [free] 100% ( 16 / 16) in 'Control.Monad.Free'
  3962. 1481.71 s [free] 100% ( 13 / 13) in 'Control.Monad.Free.Church'
  3963. 1481.84 s [free] Warning: 'Free' is ambiguous. It is defined
  3964. 1481.84 s [free] * at src/Control/Monad/Trans/Free/Ap.hs:67:29
  3965. 1481.84 s [free] * at src/Control/Monad/Trans/Free/Ap.hs:143:1
  3966. 1481.84 s [free] You may be able to disambiguate the identifier by qualifying it or
  3967. 1481.84 s [free] by specifying the type/value namespace explicitly.
  3968. 1481.84 s [free] Defaulting to the one defined at src/Control/Monad/Trans/Free/Ap.hs:67:1
  3969. 1481.96 s [free] 100% ( 27 / 27) in 'Control.Monad.Trans.Free.Ap'
  3970. 1482.15 s [free] Warning: '(\<*\>)' is out of scope.
  3971. 1482.15 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3972. 1482.15 s [free] Warning: 'ap' is out of scope.
  3973. 1482.15 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3974. 1482.15 s [free] Warning: 'Identity' is out of scope.
  3975. 1482.15 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3976. 1482.16 s [free] 100% ( 16 / 16) in 'Control.Monad.Free.Ap'
  3977. 1482.30 s [free] Warning: 'Free' is ambiguous. It is defined
  3978. 1482.30 s [free] * at src/Control/Monad/Trans/Free.hs:77:29
  3979. 1482.30 s [free] * at src/Control/Monad/Trans/Free.hs:153:1
  3980. 1482.30 s [free] You may be able to disambiguate the identifier by qualifying it or
  3981. 1482.30 s [free] by specifying the type/value namespace explicitly.
  3982. 1482.30 s [free] Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:77:1
  3983. 1482.31 s [free] 100% ( 28 / 28) in 'Control.Monad.Trans.Free.Church'
  3984. 1482.46 s [free] Warning: 'Free' is out of scope.
  3985. 1482.46 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3986. 1482.46 s [free] Warning: 'FreeT' is out of scope.
  3987. 1482.46 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3988. 1482.46 s [free] Warning: 'race' is out of scope.
  3989. 1482.46 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3990. 1482.46 s [free] Warning: 'void' is out of scope.
  3991. 1482.46 s [free] If you qualify the identifier, haddock can try to link it anyway.
  3992. 1482.47 s [free] 100% ( 25 / 25) in 'Control.Monad.Trans.Iter'
  3993. 1492.02 s [free] Documentation created: dist/doc/html/free/index.html,
  3994. 1492.02 s [free] dist/doc/html/free/free.txt
  3995. 1492.15 s [free] Phase: installPhase
  3996. 1492.32 s [free] Installing library in /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  3997. 1493.64 s [free] Phase: fixupPhase
  3998. 1493.67 s [free] shrinking RPATHs of ELF executables and libraries in /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2
  3999. 1493.68 s [free] shrinking /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSfree-5.2-HEfzJ2oofXRFAYEAUgCNsg-ghc9.6.3.so
  4000. 1493.70 s [free] checking for references to /build/ in /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2...
  4001. 1493.73 s [free] patching script interpreter paths in /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2
  4002. 1493.74 s [free] stripping (with command strip and flags -S -p) in /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2/lib
  4003. 1494.28 s [free] shrinking RPATHs of ELF executables and libraries in /nix/store/d8dpf34d40afflgb9llsl7k0v250vbbn-free-5.2-doc
  4004. 1494.30 s [free] checking for references to /build/ in /nix/store/d8dpf34d40afflgb9llsl7k0v250vbbn-free-5.2-doc...
  4005. 1494.32 s [free] patching script interpreter paths in /nix/store/d8dpf34d40afflgb9llsl7k0v250vbbn-free-5.2-doc
  4006. 1494.53 s [free:post-build] Uploading to the NixCI cache: /nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2 /nix/store/d8dpf34d40afflgb9llsl7k0v250vbbn-free-5.2-doc
  4007. 1494.65 s [free:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4008. 1495.21 s [free:post-build] copying 2 paths...
  4009. 1495.21 s [free:post-build] copying path '/nix/store/d8dpf34d40afflgb9llsl7k0v250vbbn-free-5.2-doc' to 'https://cache.nix-ci.com'...
  4010. 1496.59 s [free:post-build] copying path '/nix/store/9gl4vbd8ai484iwlqw13y7gy249rjgy0-free-5.2' to 'https://cache.nix-ci.com'...
  4011. 1505.74 s [free:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4012. 1506.06 s [free:post-build] copying 1 paths...
  4013. 1506.06 s [free:post-build] copying path '/nix/store/hdzw96lchr1wk7ayyyw420cgvb7xk2qz-free-5.2.drv' to 'https://cache.nix-ci.com'...
  4014. 1506.38 s Uploaded free in 11.8s
  4015. 1506.38 s Progress: 98 of 103 built, 18 of 18 downloaded from cache
  4016. 1506.38 s Built free in 44.9s
  4017. 1506.46 s Building /nix/store/1x8f9xj7vq9h48mhxhnb3rq4fwrij7gh-adjunctions-4.4.2.drv
  4018. 1506.62 s [adjunctions] Phase: setupCompilerEnvironmentPhase
  4019. 1506.63 s [adjunctions] Build with /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3.
  4020. 1506.88 s [adjunctions] Phase: unpackPhase
  4021. 1506.89 s [adjunctions] unpacking source archive /nix/store/xylwrdxsxkmjgmarpn06r7vn3j4x2mig-adjunctions-4.4.2.tar.gz
  4022. 1506.89 s [adjunctions] source root is adjunctions-4.4.2
  4023. 1506.90 s [adjunctions] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file adjunctions-4.4.2/.vim.custom
  4024. 1506.91 s [adjunctions] Phase: patchPhase
  4025. 1506.91 s [adjunctions] Replace Cabal file with edited version from mirror://hackage/adjunctions-4.4.2/revision/2.cabal.
  4026. 1506.92 s [adjunctions] Phase: compileBuildDriverPhase
  4027. 1506.92 s [adjunctions] setupCompileFlags: -package-db=/build/tmp.CGHM1lGB9T/setup-package.conf.d -threaded
  4028. 1506.99 s [adjunctions] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.CGHM1lGB9T/Main.o )
  4029. 1507.09 s [adjunctions] [2 of 2] Linking Setup
  4030. 1509.01 s [adjunctions] Phase: updateAutotoolsGnuConfigScriptsPhase
  4031. 1509.03 s [adjunctions] Phase: configurePhase
  4032. 1509.05 s [adjunctions] configureFlags: --verbose --prefix=/nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/npscqd1fypdspxmjmbz13iggn1ja241i-adjunctions-4.4.2-doc/share/doc/adjunctions-4.4.2 --with-gcc=gcc --package-db=/build/tmp.CGHM1lGB9T/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/zhsjsq37d57kfp5wz0xcg6x97x1426aj-elfutils-0.191/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  4033. 1509.07 s [adjunctions] Using Parsec parser
  4034. 1509.07 s [adjunctions] Configuring adjunctions-4.4.2...
  4035. 1509.75 s [adjunctions] Dependency array >=0.3.0.2 && <0.7: using array-0.5.5.0
  4036. 1509.75 s [adjunctions] Dependency base >=4 && <5: using base-4.18.1.0
  4037. 1509.75 s [adjunctions] Dependency comonad >=4 && <6: using comonad-5.0.8
  4038. 1509.75 s [adjunctions] Dependency containers >=0.3 && <0.8: using containers-0.6.7
  4039. 1509.75 s [adjunctions] Dependency contravariant >=1 && <2: using contravariant-1.5.5
  4040. 1509.75 s [adjunctions] Dependency distributive >=0.5.1 && <1: using distributive-0.6.2.1
  4041. 1509.75 s [adjunctions] Dependency free >=4 && <6: using free-5.2
  4042. 1509.75 s [adjunctions] Dependency mtl >=2.0.1 && <2.4: using mtl-2.3.1
  4043. 1509.75 s [adjunctions] Dependency profunctors >=4 && <6: using profunctors-5.6.2
  4044. 1509.75 s [adjunctions] Dependency semigroupoids >=4 && <7: using semigroupoids-6.0.1
  4045. 1509.75 s [adjunctions] Dependency semigroups >=0.11 && <1: using semigroups-0.20
  4046. 1509.75 s [adjunctions] Dependency tagged >=0.7 && <1: using tagged-0.8.8
  4047. 1509.75 s [adjunctions] Dependency transformers >=0.2 && <0.7: using transformers-0.6.1.0
  4048. 1509.75 s [adjunctions] Dependency transformers-compat >=0.3 && <1: using transformers-compat-0.7.2
  4049. 1509.75 s [adjunctions] Dependency void >=0.5.5.1 && <1: using void-0.7.3
  4050. 1509.75 s [adjunctions] Dependency adjunctions: using adjunctions-4.4.2
  4051. 1509.75 s [adjunctions] Dependency base >=4 && <5: using base-4.18.1.0
  4052. 1509.75 s [adjunctions] Dependency distributive >=0.5.1 && <1: using distributive-0.6.2.1
  4053. 1509.75 s [adjunctions] Dependency generic-deriving >=1.11 && <2: using generic-deriving-1.14.5
  4054. 1509.75 s [adjunctions] Dependency hspec >=2 && <3: using hspec-2.11.9
  4055. 1510.13 s [adjunctions] Source component graph:
  4056. 1510.13 s [adjunctions] component lib
  4057. 1510.13 s [adjunctions] component test:spec dependency lib
  4058. 1510.13 s [adjunctions] Configured component graph:
  4059. 1510.13 s [adjunctions] component adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ
  4060. 1510.13 s [adjunctions] include array-0.5.5.0
  4061. 1510.13 s [adjunctions] include base-4.18.1.0
  4062. 1510.13 s [adjunctions] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  4063. 1510.13 s [adjunctions] include containers-0.6.7
  4064. 1510.13 s [adjunctions] include contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  4065. 1510.13 s [adjunctions] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4066. 1510.13 s [adjunctions] include free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  4067. 1510.13 s [adjunctions] include mtl-2.3.1
  4068. 1510.13 s [adjunctions] include profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  4069. 1510.13 s [adjunctions] include semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  4070. 1510.13 s [adjunctions] include semigroups-0.20-1xdePKjEhvC3WGNj4QOm83
  4071. 1510.13 s [adjunctions] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  4072. 1510.13 s [adjunctions] include transformers-0.6.1.0
  4073. 1510.13 s [adjunctions] include transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  4074. 1510.13 s [adjunctions] include void-0.7.3-3i9r57hqZ0ZJlxf8x3rhwr
  4075. 1510.13 s [adjunctions] component adjunctions-4.4.2-LxDkW3PydWoEJP8xsEznWO-spec
  4076. 1510.13 s [adjunctions] include adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ
  4077. 1510.13 s [adjunctions] include base-4.18.1.0
  4078. 1510.13 s [adjunctions] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4079. 1510.13 s [adjunctions] include generic-deriving-1.14.5-58AN1JouDaNKOL6y4mUSzJ
  4080. 1510.13 s [adjunctions] include hspec-2.11.9-E8s5tINUWwo1ij5lFpkK1H
  4081. 1510.13 s [adjunctions] Linked component graph:
  4082. 1510.13 s [adjunctions] unit adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ
  4083. 1510.13 s [adjunctions] include array-0.5.5.0
  4084. 1510.13 s [adjunctions] include base-4.18.1.0
  4085. 1510.13 s [adjunctions] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  4086. 1510.13 s [adjunctions] include containers-0.6.7
  4087. 1510.13 s [adjunctions] include contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  4088. 1510.13 s [adjunctions] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4089. 1510.13 s [adjunctions] include free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  4090. 1510.13 s [adjunctions] include mtl-2.3.1
  4091. 1510.13 s [adjunctions] include profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  4092. 1510.13 s [adjunctions] include semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  4093. 1510.13 s [adjunctions] include semigroups-0.20-1xdePKjEhvC3WGNj4QOm83
  4094. 1510.13 s [adjunctions] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  4095. 1510.13 s [adjunctions] include transformers-0.6.1.0
  4096. 1510.13 s [adjunctions] include transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  4097. 1510.13 s [adjunctions] include void-0.7.3-3i9r57hqZ0ZJlxf8x3rhwr
  4098. 1510.13 s [adjunctions] Control.Comonad.Representable.Store=adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ:Control.Comonad.Representable.Store,Control.Comonad.Trans.Adjoint=adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ:Control.Comonad.Trans.Adjoint,Control.Monad.Representable.Reader=adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ:Control.Monad.Representable.Reader,Control.Monad.Representable.State=adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ:Control.Monad.Representable.State,Control.Monad.Trans.Adjoint=adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ:Control.Monad.Trans.Adjoint,Control.Monad.Trans.Contravariant.Adjoint=adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ:Control.Monad.Trans.Contravariant.Adjoint,Control.Monad.Trans.Conts=adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ:Control.Monad.Trans.Conts,Data.Functor.Adjunction=adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ:Data.Functor.Adjunction,Data.Functor.Contravariant.Adjunction=adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ:Data.Functor.Contravariant.Adjunction,Data.Functor.Contravariant.Rep=adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ:Data.Functor.Contravariant.Rep,Data.Functor.Rep=adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ:Data.Functor.Rep
  4099. 1510.13 s [adjunctions] unit adjunctions-4.4.2-LxDkW3PydWoEJP8xsEznWO-spec
  4100. 1510.13 s [adjunctions] include adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ
  4101. 1510.13 s [adjunctions] include base-4.18.1.0
  4102. 1510.13 s [adjunctions] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4103. 1510.13 s [adjunctions] include generic-deriving-1.14.5-58AN1JouDaNKOL6y4mUSzJ
  4104. 1510.13 s [adjunctions] include hspec-2.11.9-E8s5tINUWwo1ij5lFpkK1H
  4105. 1510.13 s [adjunctions] Ready component graph:
  4106. 1510.13 s [adjunctions] definite adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ
  4107. 1510.13 s [adjunctions] depends array-0.5.5.0
  4108. 1510.13 s [adjunctions] depends base-4.18.1.0
  4109. 1510.13 s [adjunctions] depends comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  4110. 1510.13 s [adjunctions] depends containers-0.6.7
  4111. 1510.13 s [adjunctions] depends contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  4112. 1510.13 s [adjunctions] depends distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4113. 1510.13 s [adjunctions] depends free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  4114. 1510.13 s [adjunctions] depends mtl-2.3.1
  4115. 1510.13 s [adjunctions] depends profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  4116. 1510.13 s [adjunctions] depends semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  4117. 1510.13 s [adjunctions] depends semigroups-0.20-1xdePKjEhvC3WGNj4QOm83
  4118. 1510.13 s [adjunctions] depends tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  4119. 1510.13 s [adjunctions] depends transformers-0.6.1.0
  4120. 1510.13 s [adjunctions] depends transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  4121. 1510.13 s [adjunctions] depends void-0.7.3-3i9r57hqZ0ZJlxf8x3rhwr
  4122. 1510.13 s [adjunctions] definite adjunctions-4.4.2-LxDkW3PydWoEJP8xsEznWO-spec
  4123. 1510.13 s [adjunctions] depends adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ
  4124. 1510.13 s [adjunctions] depends base-4.18.1.0
  4125. 1510.13 s [adjunctions] depends distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4126. 1510.13 s [adjunctions] depends generic-deriving-1.14.5-58AN1JouDaNKOL6y4mUSzJ
  4127. 1510.13 s [adjunctions] depends hspec-2.11.9-E8s5tINUWwo1ij5lFpkK1H
  4128. 1510.13 s [adjunctions] Using Cabal-3.10.1.0 compiled by ghc-9.6
  4129. 1510.13 s [adjunctions] Using compiler: ghc-9.6.3
  4130. 1510.13 s [adjunctions] Using install prefix:
  4131. 1510.13 s [adjunctions] /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2
  4132. 1510.13 s [adjunctions] Executables installed in:
  4133. 1510.13 s [adjunctions] /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2/bin
  4134. 1510.13 s [adjunctions] Libraries installed in:
  4135. 1510.13 s [adjunctions] /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ
  4136. 1510.13 s [adjunctions] Dynamic Libraries installed in:
  4137. 1510.13 s [adjunctions] /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  4138. 1510.13 s [adjunctions] Private executables installed in:
  4139. 1510.13 s [adjunctions] /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2/libexec/x86_64-linux-ghc-9.6.3/adjunctions-4.4.2
  4140. 1510.13 s [adjunctions] Data files installed in:
  4141. 1510.13 s [adjunctions] /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2/share/x86_64-linux-ghc-9.6.3/adjunctions-4.4.2
  4142. 1510.13 s [adjunctions] Documentation installed in:
  4143. 1510.13 s [adjunctions] /nix/store/npscqd1fypdspxmjmbz13iggn1ja241i-adjunctions-4.4.2-doc/share/doc/adjunctions-4.4.2
  4144. 1510.13 s [adjunctions] Configuration files installed in:
  4145. 1510.13 s [adjunctions] /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2/etc
  4146. 1510.13 s [adjunctions] No alex found
  4147. 1510.13 s [adjunctions] Using ar found on system at:
  4148. 1510.13 s [adjunctions] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  4149. 1510.13 s [adjunctions] No c2hs found
  4150. 1510.13 s [adjunctions] No cpphs found
  4151. 1510.13 s [adjunctions] No doctest found
  4152. 1510.13 s [adjunctions] Using gcc version 13.3.0 given by user at:
  4153. 1510.13 s [adjunctions] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  4154. 1510.13 s [adjunctions] Using ghc version 9.6.3 found on system at:
  4155. 1510.13 s [adjunctions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc
  4156. 1510.13 s [adjunctions] Using ghc-pkg version 9.6.3 found on system at:
  4157. 1510.13 s [adjunctions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc-pkg-9.6.3
  4158. 1510.13 s [adjunctions] No ghcjs found
  4159. 1510.13 s [adjunctions] No ghcjs-pkg found
  4160. 1510.13 s [adjunctions] No greencard found
  4161. 1510.13 s [adjunctions] Using haddock version 2.29.1 found on system at:
  4162. 1510.13 s [adjunctions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/haddock-ghc-9.6.3
  4163. 1510.13 s [adjunctions] No happy found
  4164. 1510.13 s [adjunctions] Using haskell-suite found on system at: haskell-suite-dummy-location
  4165. 1510.13 s [adjunctions] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4166. 1510.13 s [adjunctions] No hmake found
  4167. 1510.13 s [adjunctions] Using hpc version 0.68 found on system at:
  4168. 1510.13 s [adjunctions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hpc-ghc-9.6.3
  4169. 1510.13 s [adjunctions] Using hsc2hs version 0.68.9 found on system at:
  4170. 1510.13 s [adjunctions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  4171. 1510.13 s [adjunctions] Using hscolour version 1.25 found on system at:
  4172. 1510.13 s [adjunctions] /nix/store/sa2a2s2s3sailzp0i1zijdz750p5anl1-hscolour-1.25/bin/HsColour
  4173. 1510.13 s [adjunctions] No jhc found
  4174. 1510.13 s [adjunctions] Using ld found on system at:
  4175. 1510.13 s [adjunctions] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  4176. 1510.13 s [adjunctions] No pkg-config found
  4177. 1510.13 s [adjunctions] Using runghc version 9.6.3 found on system at:
  4178. 1510.13 s [adjunctions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/runghc-9.6.3
  4179. 1510.13 s [adjunctions] Using strip version 2.43 found on system at:
  4180. 1510.13 s [adjunctions] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  4181. 1510.13 s [adjunctions] Using tar found on system at:
  4182. 1510.13 s [adjunctions] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  4183. 1510.13 s [adjunctions] No uhc found
  4184. 1510.29 s [adjunctions] Phase: buildPhase
  4185. 1510.36 s [adjunctions] Preprocessing library for adjunctions-4.4.2..
  4186. 1510.37 s [adjunctions] Building library for adjunctions-4.4.2..
  4187. 1510.78 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 )
  4188. 1511.07 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 )
  4189. 1511.07 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 )
  4190. 1511.14 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 )
  4191. 1511.28 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 )
  4192. 1511.75 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 )
  4193. 1512.25 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 )
  4194. 1512.34 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 )
  4195. 1512.34 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 )
  4196. 1512.34 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 )
  4197. 1512.39 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 )
  4198. 1512.96 s [adjunctions] [ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, dist/build/Control/Monad/Trans/Conts.p_o )
  4199. 1513.37 s [adjunctions] [ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, dist/build/Data/Functor/Contravariant/Rep.p_o )
  4200. 1513.37 s [adjunctions] [ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, dist/build/Data/Functor/Contravariant/Adjunction.p_o )
  4201. 1513.57 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 )
  4202. 1513.79 s [adjunctions] [ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, dist/build/Data/Functor/Rep.p_o )
  4203. 1513.98 s [adjunctions] [ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, dist/build/Data/Functor/Adjunction.p_o )
  4204. 1514.52 s [adjunctions] [ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, dist/build/Control/Monad/Trans/Adjoint.p_o )
  4205. 1514.67 s [adjunctions] [ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, dist/build/Control/Comonad/Trans/Adjoint.p_o )
  4206. 1514.67 s [adjunctions] [ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, dist/build/Control/Monad/Representable/State.p_o )
  4207. 1514.67 s [adjunctions] [10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, dist/build/Control/Monad/Representable/Reader.p_o )
  4208. 1514.67 s [adjunctions] [11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, dist/build/Control/Comonad/Representable/Store.p_o )
  4209. 1516.13 s [adjunctions] Preprocessing test suite 'spec' for adjunctions-4.4.2..
  4210. 1516.13 s [adjunctions] Building test suite 'spec' for adjunctions-4.4.2..
  4211. 1516.25 s [adjunctions] [1 of 2] Compiling GenericsSpec ( tests/GenericsSpec.hs, dist/build/spec/spec-tmp/GenericsSpec.o )
  4212. 1516.81 s [adjunctions] [2 of 2] Compiling Main ( tests/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  4213. 1517.12 s [adjunctions] [3 of 3] Linking dist/build/spec/spec
  4214. 1518.22 s [adjunctions] Phase: checkPhase
  4215. 1518.25 s [adjunctions] Running 1 test suites...
  4216. 1518.25 s [adjunctions] Test suite spec: RUNNING...
  4217. 1518.26 s [adjunctions]
  4218. 1518.26 s [adjunctions] Generics
  4219. 1518.26 s [adjunctions] Id
  4220. 1518.26 s [adjunctions] index idExample idRep = 42 [✔]
  4221. 1518.26 s [adjunctions] Stream
  4222. 1518.26 s [adjunctions] index streamExample streamRep1 = 0 [✔]
  4223. 1518.26 s [adjunctions] index streamExample streamRep2 = 1 [✔]
  4224. 1518.26 s [adjunctions] index streamExample streamRep3 = 2 [✔]
  4225. 1518.26 s [adjunctions] PolyRec
  4226. 1518.26 s [adjunctions] index polyRecExample polyRecRep1 = 1 [✔]
  4227. 1518.26 s [adjunctions] index polyRecExample polyRecRep2 = 2 [✔]
  4228. 1518.26 s [adjunctions] index polyRecExample polyRecRep3 = 0 [✔]
  4229. 1518.26 s [adjunctions]
  4230. 1518.26 s [adjunctions] Finished in 0.0011 seconds
  4231. 1518.26 s [adjunctions] 7 examples, 0 failures
  4232. 1518.27 s [adjunctions] Test suite spec: PASS
  4233. 1518.27 s [adjunctions] Test suite logged to: dist/test/adjunctions-4.4.2-spec.log
  4234. 1518.27 s [adjunctions] 1 of 1 test suites (1 of 1 test cases) passed.
  4235. 1518.28 s [adjunctions] Phase: haddockPhase
  4236. 1518.47 s [adjunctions] Preprocessing library for adjunctions-4.4.2..
  4237. 1518.47 s [adjunctions] Running Haddock on library for adjunctions-4.4.2..
  4238. 1518.54 s [adjunctions] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  4239. 1519.06 s [adjunctions] 33% ( 4 / 12) in 'Control.Monad.Trans.Conts'
  4240. 1519.06 s [adjunctions] Missing documentation for:
  4241. 1519.06 s [adjunctions] Cont (src/Control/Monad/Trans/Conts.hs:45)
  4242. 1519.06 s [adjunctions] cont (src/Control/Monad/Trans/Conts.hs:47)
  4243. 1519.06 s [adjunctions] runCont (src/Control/Monad/Trans/Conts.hs:50)
  4244. 1519.06 s [adjunctions] Conts (src/Control/Monad/Trans/Conts.hs:53)
  4245. 1519.06 s [adjunctions] runConts (src/Control/Monad/Trans/Conts.hs:58)
  4246. 1519.06 s [adjunctions] conts (src/Control/Monad/Trans/Conts.hs:55)
  4247. 1519.06 s [adjunctions] ContsT (src/Control/Monad/Trans/Conts.hs:61)
  4248. 1519.06 s [adjunctions] callCC (src/Control/Monad/Trans/Conts.hs:77)
  4249. 1519.15 s [adjunctions] Warning: 'Iso'' is out of scope.
  4250. 1519.15 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4251. 1519.15 s [adjunctions] 83% ( 5 / 6) in 'Data.Functor.Contravariant.Rep'
  4252. 1519.15 s [adjunctions] Missing documentation for:
  4253. 1519.15 s [adjunctions] contramapRep (src/Data/Functor/Contravariant/Rep.hs:70)
  4254. 1519.17 s [adjunctions] Warning: 'Hask' is out of scope.
  4255. 1519.17 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4256. 1519.17 s [adjunctions] Warning: 'Iso'' is out of scope.
  4257. 1519.17 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4258. 1519.17 s [adjunctions] 80% ( 4 / 5) in 'Data.Functor.Contravariant.Adjunction'
  4259. 1519.17 s [adjunctions] Missing documentation for:
  4260. 1519.17 s [adjunctions] coindexAdjunction (src/Data/Functor/Contravariant/Adjunction.hs:81)
  4261. 1519.18 s [adjunctions] 20% ( 1 / 5) in 'Control.Monad.Trans.Contravariant.Adjoint'
  4262. 1519.18 s [adjunctions] Missing documentation for:
  4263. 1519.18 s [adjunctions] Adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:47)
  4264. 1519.18 s [adjunctions] runAdjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:54)
  4265. 1519.18 s [adjunctions] adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:51)
  4266. 1519.18 s [adjunctions] AdjointT (src/Control/Monad/Trans/Contravariant/Adjoint.hs:49)
  4267. 1519.47 s [adjunctions] Warning: 'WrappedRec' is out of scope.
  4268. 1519.47 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4269. 1519.47 s [adjunctions] Warning: 'Iso'' is out of scope.
  4270. 1519.47 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4271. 1519.47 s [adjunctions] 46% ( 22 / 47) in 'Data.Functor.Rep'
  4272. 1519.47 s [adjunctions] Missing documentation for:
  4273. 1519.47 s [adjunctions] Co (src/Data/Functor/Rep.hs:454)
  4274. 1519.47 s [adjunctions] fmapRep (src/Data/Functor/Rep.hs:268)
  4275. 1519.47 s [adjunctions] distributeRep (src/Data/Functor/Rep.hs:295)
  4276. 1519.47 s [adjunctions] collectRep (src/Data/Functor/Rep.hs:298)
  4277. 1519.47 s [adjunctions] apRep (src/Data/Functor/Rep.hs:292)
  4278. 1519.47 s [adjunctions] pureRep (src/Data/Functor/Rep.hs:271)
  4279. 1519.47 s [adjunctions] liftR2 (src/Data/Functor/Rep.hs:495)
  4280. 1519.47 s [adjunctions] liftR3 (src/Data/Functor/Rep.hs:498)
  4281. 1519.47 s [adjunctions] bindRep (src/Data/Functor/Rep.hs:274)
  4282. 1519.47 s [adjunctions] mfixRep (src/Data/Functor/Rep.hs:277)
  4283. 1519.47 s [adjunctions] mzipRep (src/Data/Functor/Rep.hs:283)
  4284. 1519.47 s [adjunctions] mzipWithRep (src/Data/Functor/Rep.hs:280)
  4285. 1519.47 s [adjunctions] askRep (src/Data/Functor/Rep.hs:286)
  4286. 1519.47 s [adjunctions] localRep (src/Data/Functor/Rep.hs:289)
  4287. 1519.47 s [adjunctions] duplicatedRep (src/Data/Functor/Rep.hs:310)
  4288. 1519.47 s [adjunctions] extendedRep (src/Data/Functor/Rep.hs:313)
  4289. 1519.47 s [adjunctions] duplicateRep (src/Data/Functor/Rep.hs:316)
  4290. 1519.47 s [adjunctions] extendRep (src/Data/Functor/Rep.hs:319)
  4291. 1519.47 s [adjunctions] extractRep (src/Data/Functor/Rep.hs:322)
  4292. 1519.47 s [adjunctions] duplicateRepBy (src/Data/Functor/Rep.hs:301)
  4293. 1519.47 s [adjunctions] extendRepBy (src/Data/Functor/Rep.hs:304)
  4294. 1519.47 s [adjunctions] extractRepBy (src/Data/Functor/Rep.hs:307)
  4295. 1519.47 s [adjunctions] imapRep (src/Data/Functor/Rep.hs:325)
  4296. 1519.47 s [adjunctions] ifoldMapRep (src/Data/Functor/Rep.hs:328)
  4297. 1519.47 s [adjunctions] itraverseRep (src/Data/Functor/Rep.hs:332)
  4298. 1519.67 s [adjunctions] Warning: 'Iso'' is out of scope.
  4299. 1519.67 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4300. 1519.67 s [adjunctions] Warning: 'uncozipping' is out of scope.
  4301. 1519.67 s [adjunctions] If you qualify the identifier, haddock can try to link it anyway.
  4302. 1519.68 s [adjunctions] 62% ( 10 / 16) in 'Data.Functor.Adjunction'
  4303. 1519.68 s [adjunctions] Missing documentation for:
  4304. 1519.68 s [adjunctions] zapWithAdjunction (src/Data/Functor/Adjunction.hs:120)
  4305. 1519.68 s [adjunctions] absurdL (src/Data/Functor/Adjunction.hs:144)
  4306. 1519.68 s [adjunctions] extractL (src/Data/Functor/Adjunction.hs:129)
  4307. 1519.68 s [adjunctions] duplicateL (src/Data/Functor/Adjunction.hs:132)
  4308. 1519.68 s [adjunctions] splitL (src/Data/Functor/Adjunction.hs:123)
  4309. 1519.68 s [adjunctions] unsplitL (src/Data/Functor/Adjunction.hs:126)
  4310. 1519.85 s [adjunctions] 20% ( 1 / 5) in 'Control.Monad.Trans.Adjoint'
  4311. 1519.85 s [adjunctions] Missing documentation for:
  4312. 1519.85 s [adjunctions] Adjoint (src/Control/Monad/Trans/Adjoint.hs:34)
  4313. 1519.85 s [adjunctions] runAdjoint (src/Control/Monad/Trans/Adjoint.hs:41)
  4314. 1519.85 s [adjunctions] adjoint (src/Control/Monad/Trans/Adjoint.hs:38)
  4315. 1519.85 s [adjunctions] AdjointT (src/Control/Monad/Trans/Adjoint.hs:36)
  4316. 1519.87 s [adjunctions] 20% ( 1 / 5) in 'Control.Comonad.Trans.Adjoint'
  4317. 1519.87 s [adjunctions] Missing documentation for:
  4318. 1519.87 s [adjunctions] Adjoint (src/Control/Comonad/Trans/Adjoint.hs:35)
  4319. 1519.87 s [adjunctions] runAdjoint (src/Control/Comonad/Trans/Adjoint.hs:42)
  4320. 1519.87 s [adjunctions] adjoint (src/Control/Comonad/Trans/Adjoint.hs:39)
  4321. 1519.87 s [adjunctions] AdjointT (src/Control/Comonad/Trans/Adjoint.hs:37)
  4322. 1519.90 s [adjunctions] 80% ( 12 / 15) in 'Control.Monad.Representable.State'
  4323. 1519.90 s [adjunctions] Missing documentation for:
  4324. 1519.90 s [adjunctions] stateT (src/Control/Monad/Representable/State.hs:110)
  4325. 1519.90 s [adjunctions] runStateT (src/Control/Monad/Representable/State.hs:113)
  4326. 1519.90 s [adjunctions] mapStateT (src/Control/Monad/Representable/State.hs:116)
  4327. 1519.96 s [adjunctions] 50% ( 5 / 10) in 'Control.Monad.Representable.Reader'
  4328. 1519.96 s [adjunctions] Missing documentation for:
  4329. 1519.96 s [adjunctions] Reader (src/Control/Monad/Representable/Reader.hs:46)
  4330. 1519.96 s [adjunctions] runReader (src/Control/Monad/Representable/Reader.hs:48)
  4331. 1519.96 s [adjunctions] ReaderT (src/Control/Monad/Representable/Reader.hs:53)
  4332. 1519.96 s [adjunctions] readerT (src/Control/Monad/Representable/Reader.hs:55)
  4333. 1519.96 s [adjunctions] runReaderT (src/Control/Monad/Representable/Reader.hs:58)
  4334. 1520.02 s [adjunctions] 62% ( 5 / 8) in 'Control.Comonad.Representable.Store'
  4335. 1520.02 s [adjunctions] Missing documentation for:
  4336. 1520.02 s [adjunctions] storeT (src/Control/Comonad/Representable/Store.hs:79)
  4337. 1520.02 s [adjunctions] runStoreT (src/Control/Comonad/Representable/Store.hs:82)
  4338. 1520.02 s [adjunctions] ComonadStore
  4339. 1520.39 s [adjunctions] Warning: Data.Functor.Rep: could not find link destinations for:
  4340. 1520.39 s [adjunctions] - Data.Functor.Rep.GIndex
  4341. 1520.39 s [adjunctions] - Data.Functor.Rep.GTabulate
  4342. 1520.39 s [adjunctions] - Data.Functor.Rep.GRep'
  4343. 1526.11 s [adjunctions] Documentation created: dist/doc/html/adjunctions/index.html,
  4344. 1526.11 s [adjunctions] dist/doc/html/adjunctions/adjunctions.txt
  4345. 1526.19 s [adjunctions] Preprocessing test suite 'spec' for adjunctions-4.4.2..
  4346. 1526.20 s [adjunctions] Phase: installPhase
  4347. 1526.31 s [adjunctions] Installing library in /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ
  4348. 1526.76 s [adjunctions] Phase: fixupPhase
  4349. 1526.78 s [adjunctions] shrinking RPATHs of ELF executables and libraries in /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2
  4350. 1526.79 s [adjunctions] shrinking /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSadjunctions-4.4.2-u9z2WofoPAKYptizu84VQ-ghc9.6.3.so
  4351. 1526.80 s [adjunctions] checking for references to /build/ in /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2...
  4352. 1526.82 s [adjunctions] patching script interpreter paths in /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2
  4353. 1526.83 s [adjunctions] stripping (with command strip and flags -S -p) in /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2/lib
  4354. 1527.01 s [adjunctions] shrinking RPATHs of ELF executables and libraries in /nix/store/npscqd1fypdspxmjmbz13iggn1ja241i-adjunctions-4.4.2-doc
  4355. 1527.02 s [adjunctions] checking for references to /build/ in /nix/store/npscqd1fypdspxmjmbz13iggn1ja241i-adjunctions-4.4.2-doc...
  4356. 1527.03 s [adjunctions] patching script interpreter paths in /nix/store/npscqd1fypdspxmjmbz13iggn1ja241i-adjunctions-4.4.2-doc
  4357. 1527.16 s [adjunctions:post-build] Uploading to the NixCI cache: /nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2 /nix/store/npscqd1fypdspxmjmbz13iggn1ja241i-adjunctions-4.4.2-doc
  4358. 1527.21 s [adjunctions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4359. 1527.46 s [adjunctions:post-build] copying 2 paths...
  4360. 1527.46 s [adjunctions:post-build] copying path '/nix/store/npscqd1fypdspxmjmbz13iggn1ja241i-adjunctions-4.4.2-doc' to 'https://cache.nix-ci.com'...
  4361. 1528.17 s [adjunctions:post-build] copying path '/nix/store/bhjbr9hy9y7vydx65cs83qxz442hzw7p-adjunctions-4.4.2' to 'https://cache.nix-ci.com'...
  4362. 1530.94 s [adjunctions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4363. 1531.24 s [adjunctions:post-build] copying 1 paths...
  4364. 1531.24 s [adjunctions:post-build] copying path '/nix/store/1x8f9xj7vq9h48mhxhnb3rq4fwrij7gh-adjunctions-4.4.2.drv' to 'https://cache.nix-ci.com'...
  4365. 1531.57 s Uploaded adjunctions in 4.4s
  4366. 1531.57 s Progress: 99 of 103 built, 18 of 18 downloaded from cache
  4367. 1531.57 s Built adjunctions in 25.1s
  4368. 1531.65 s Building /nix/store/4d3y4x9k133z58vssn7hbs31z1g0z6m8-kan-extensions-5.2.6.drv
  4369. 1531.82 s [kan-extensions] Phase: setupCompilerEnvironmentPhase
  4370. 1531.83 s [kan-extensions] Build with /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3.
  4371. 1532.14 s [kan-extensions] Phase: unpackPhase
  4372. 1532.15 s [kan-extensions] unpacking source archive /nix/store/sgrqnm2zizgrxv6z2ir5hnhn9fv2r295-kan-extensions-5.2.6.tar.gz
  4373. 1532.17 s [kan-extensions] source root is kan-extensions-5.2.6
  4374. 1532.18 s [kan-extensions] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file kan-extensions-5.2.6/.vim.custom
  4375. 1532.21 s [kan-extensions] Phase: patchPhase
  4376. 1532.24 s [kan-extensions] Phase: compileBuildDriverPhase
  4377. 1532.25 s [kan-extensions] setupCompileFlags: -package-db=/build/tmp.ZZQIi5yqSH/setup-package.conf.d -threaded
  4378. 1532.38 s [kan-extensions] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.ZZQIi5yqSH/Main.o )
  4379. 1532.53 s [kan-extensions] [2 of 2] Linking Setup
  4380. 1535.12 s [kan-extensions] Phase: updateAutotoolsGnuConfigScriptsPhase
  4381. 1535.14 s [kan-extensions] Phase: configurePhase
  4382. 1535.15 s [kan-extensions] configureFlags: --verbose --prefix=/nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ivav8v8qsz9nl5s0f9c549p1ra792hgy-kan-extensions-5.2.6-doc/share/doc/kan-extensions-5.2.6 --with-gcc=gcc --package-db=/build/tmp.ZZQIi5yqSH/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/zhsjsq37d57kfp5wz0xcg6x97x1426aj-elfutils-0.191/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  4383. 1535.16 s [kan-extensions] Using Parsec parser
  4384. 1535.16 s [kan-extensions] Configuring kan-extensions-5.2.6...
  4385. 1535.79 s [kan-extensions] Dependency adjunctions >=4.2 && <5: using adjunctions-4.4.2
  4386. 1535.79 s [kan-extensions] Dependency array >=0.3.0.2 && <0.6: using array-0.5.5.0
  4387. 1535.79 s [kan-extensions] Dependency base >=4.11 && <5: using base-4.18.1.0
  4388. 1535.79 s [kan-extensions] Dependency comonad >=4 && <6: using comonad-5.0.8
  4389. 1535.79 s [kan-extensions] Dependency containers >=0.4 && <0.8: using containers-0.6.7
  4390. 1535.79 s [kan-extensions] Dependency contravariant >=1 && <2: using contravariant-1.5.5
  4391. 1535.79 s [kan-extensions] Dependency distributive >=0.2.2 && <1: using distributive-0.6.2.1
  4392. 1535.79 s [kan-extensions] Dependency free >=4 && <6: using free-5.2
  4393. 1535.79 s [kan-extensions] Dependency invariant >=0.1 && <1: using invariant-0.6.3
  4394. 1535.79 s [kan-extensions] Dependency mtl >=2.2.1 && <2.4: using mtl-2.3.1
  4395. 1535.79 s [kan-extensions] Dependency profunctors >=5 && <6: using profunctors-5.6.2
  4396. 1535.79 s [kan-extensions] Dependency semigroupoids >=5.2.2 && <7: using semigroupoids-6.0.1
  4397. 1535.79 s [kan-extensions] Dependency tagged >=0.7.2 && <1: using tagged-0.8.8
  4398. 1535.79 s [kan-extensions] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
  4399. 1536.32 s [kan-extensions] Source component graph: component lib
  4400. 1536.32 s [kan-extensions] Configured component graph:
  4401. 1536.33 s [kan-extensions] component kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8
  4402. 1536.33 s [kan-extensions] include adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ
  4403. 1536.33 s [kan-extensions] include array-0.5.5.0
  4404. 1536.33 s [kan-extensions] include base-4.18.1.0
  4405. 1536.33 s [kan-extensions] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  4406. 1536.33 s [kan-extensions] include containers-0.6.7
  4407. 1536.33 s [kan-extensions] include contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  4408. 1536.33 s [kan-extensions] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4409. 1536.33 s [kan-extensions] include free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  4410. 1536.33 s [kan-extensions] include invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef
  4411. 1536.33 s [kan-extensions] include mtl-2.3.1
  4412. 1536.33 s [kan-extensions] include profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  4413. 1536.33 s [kan-extensions] include semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  4414. 1536.33 s [kan-extensions] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  4415. 1536.33 s [kan-extensions] include transformers-0.6.1.0
  4416. 1536.33 s [kan-extensions] Linked component graph:
  4417. 1536.33 s [kan-extensions] unit kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8
  4418. 1536.33 s [kan-extensions] include adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ
  4419. 1536.33 s [kan-extensions] include array-0.5.5.0
  4420. 1536.33 s [kan-extensions] include base-4.18.1.0
  4421. 1536.33 s [kan-extensions] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  4422. 1536.33 s [kan-extensions] include containers-0.6.7
  4423. 1536.33 s [kan-extensions] include contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  4424. 1536.33 s [kan-extensions] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4425. 1536.33 s [kan-extensions] include free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  4426. 1536.33 s [kan-extensions] include invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef
  4427. 1536.33 s [kan-extensions] include mtl-2.3.1
  4428. 1536.33 s [kan-extensions] include profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  4429. 1536.33 s [kan-extensions] include semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  4430. 1536.33 s [kan-extensions] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  4431. 1536.33 s [kan-extensions] include transformers-0.6.1.0
  4432. 1536.33 s [kan-extensions] Control.Comonad.Density=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Control.Comonad.Density,Control.Monad.Co=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Control.Monad.Co,Control.Monad.Codensity=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Control.Monad.Codensity,Data.Functor.Contravariant.Coyoneda=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Data.Functor.Contravariant.Coyoneda,Data.Functor.Contravariant.Day=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Data.Functor.Contravariant.Day,Data.Functor.Contravariant.Yoneda=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Data.Functor.Contravariant.Yoneda,Data.Functor.Coyoneda=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Data.Functor.Coyoneda,Data.Functor.Day=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Data.Functor.Day,Data.Functor.Day.Curried=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Data.Functor.Day.Curried,Data.Functor.Invariant.Day=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Data.Functor.Invariant.Day,Data.Functor.Kan.Lan=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Data.Functor.Kan.Lan,Data.Functor.Kan.Ran=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Data.Functor.Kan.Ran,Data.Functor.Yoneda=kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8:Data.Functor.Yoneda
  4433. 1536.33 s [kan-extensions] Ready component graph:
  4434. 1536.33 s [kan-extensions] definite kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8
  4435. 1536.33 s [kan-extensions] depends adjunctions-4.4.2-u9z2WofoPAKYptizu84VQ
  4436. 1536.33 s [kan-extensions] depends array-0.5.5.0
  4437. 1536.33 s [kan-extensions] depends base-4.18.1.0
  4438. 1536.33 s [kan-extensions] depends comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  4439. 1536.33 s [kan-extensions] depends containers-0.6.7
  4440. 1536.33 s [kan-extensions] depends contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  4441. 1536.33 s [kan-extensions] depends distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4442. 1536.33 s [kan-extensions] depends free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  4443. 1536.33 s [kan-extensions] depends invariant-0.6.3-IWeWRFUpbLg5qLeM8B02Ef
  4444. 1536.33 s [kan-extensions] depends mtl-2.3.1
  4445. 1536.33 s [kan-extensions] depends profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  4446. 1536.33 s [kan-extensions] depends semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  4447. 1536.33 s [kan-extensions] depends tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  4448. 1536.33 s [kan-extensions] depends transformers-0.6.1.0
  4449. 1536.33 s [kan-extensions] Using Cabal-3.10.1.0 compiled by ghc-9.6
  4450. 1536.33 s [kan-extensions] Using compiler: ghc-9.6.3
  4451. 1536.33 s [kan-extensions] Using install prefix:
  4452. 1536.33 s [kan-extensions] /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6
  4453. 1536.33 s [kan-extensions] Executables installed in:
  4454. 1536.33 s [kan-extensions] /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6/bin
  4455. 1536.33 s [kan-extensions] Libraries installed in:
  4456. 1536.33 s [kan-extensions] /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8
  4457. 1536.33 s [kan-extensions] Dynamic Libraries installed in:
  4458. 1536.33 s [kan-extensions] /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  4459. 1536.33 s [kan-extensions] Private executables installed in:
  4460. 1536.33 s [kan-extensions] /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6/libexec/x86_64-linux-ghc-9.6.3/kan-extensions-5.2.6
  4461. 1536.33 s [kan-extensions] Data files installed in:
  4462. 1536.33 s [kan-extensions] /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6/share/x86_64-linux-ghc-9.6.3/kan-extensions-5.2.6
  4463. 1536.33 s [kan-extensions] Documentation installed in:
  4464. 1536.33 s [kan-extensions] /nix/store/ivav8v8qsz9nl5s0f9c549p1ra792hgy-kan-extensions-5.2.6-doc/share/doc/kan-extensions-5.2.6
  4465. 1536.33 s [kan-extensions] Configuration files installed in:
  4466. 1536.33 s [kan-extensions] /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6/etc
  4467. 1536.33 s [kan-extensions] No alex found
  4468. 1536.33 s [kan-extensions] Using ar found on system at:
  4469. 1536.33 s [kan-extensions] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  4470. 1536.33 s [kan-extensions] No c2hs found
  4471. 1536.33 s [kan-extensions] No cpphs found
  4472. 1536.33 s [kan-extensions] No doctest found
  4473. 1536.33 s [kan-extensions] Using gcc version 13.3.0 given by user at:
  4474. 1536.33 s [kan-extensions] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  4475. 1536.33 s [kan-extensions] Using ghc version 9.6.3 found on system at:
  4476. 1536.33 s [kan-extensions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc
  4477. 1536.33 s [kan-extensions] Using ghc-pkg version 9.6.3 found on system at:
  4478. 1536.33 s [kan-extensions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc-pkg-9.6.3
  4479. 1536.33 s [kan-extensions] No ghcjs found
  4480. 1536.33 s [kan-extensions] No ghcjs-pkg found
  4481. 1536.33 s [kan-extensions] No greencard found
  4482. 1536.33 s [kan-extensions] Using haddock version 2.29.1 found on system at:
  4483. 1536.33 s [kan-extensions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/haddock-ghc-9.6.3
  4484. 1536.33 s [kan-extensions] No happy found
  4485. 1536.33 s [kan-extensions] Using haskell-suite found on system at: haskell-suite-dummy-location
  4486. 1536.33 s [kan-extensions] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4487. 1536.33 s [kan-extensions] No hmake found
  4488. 1536.33 s [kan-extensions] Using hpc version 0.68 found on system at:
  4489. 1536.33 s [kan-extensions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hpc-ghc-9.6.3
  4490. 1536.33 s [kan-extensions] Using hsc2hs version 0.68.9 found on system at:
  4491. 1536.33 s [kan-extensions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  4492. 1536.33 s [kan-extensions] Using hscolour version 1.25 found on system at:
  4493. 1536.33 s [kan-extensions] /nix/store/sa2a2s2s3sailzp0i1zijdz750p5anl1-hscolour-1.25/bin/HsColour
  4494. 1536.33 s [kan-extensions] No jhc found
  4495. 1536.33 s [kan-extensions] Using ld found on system at:
  4496. 1536.33 s [kan-extensions] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  4497. 1536.33 s [kan-extensions] No pkg-config found
  4498. 1536.33 s [kan-extensions] Using runghc version 9.6.3 found on system at:
  4499. 1536.33 s [kan-extensions] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/runghc-9.6.3
  4500. 1536.33 s [kan-extensions] Using strip version 2.43 found on system at:
  4501. 1536.33 s [kan-extensions] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  4502. 1536.33 s [kan-extensions] Using tar found on system at:
  4503. 1536.33 s [kan-extensions] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  4504. 1536.33 s [kan-extensions] No uhc found
  4505. 1536.61 s [kan-extensions] Phase: buildPhase
  4506. 1536.77 s [kan-extensions] Preprocessing library for kan-extensions-5.2.6..
  4507. 1536.77 s [kan-extensions] Building library for kan-extensions-5.2.6..
  4508. 1537.26 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 )
  4509. 1538.02 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 )
  4510. 1538.21 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 )
  4511. 1538.21 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 )
  4512. 1538.44 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 )
  4513. 1538.76 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 )
  4514. 1538.76 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 )
  4515. 1538.76 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 )
  4516. 1539.69 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 )
  4517. 1539.69 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 )
  4518. 1539.69 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 )
  4519. 1539.69 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 )
  4520. 1539.69 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 )
  4521. 1540.32 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 )
  4522. 1540.85 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 )
  4523. 1541.04 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 )
  4524. 1541.04 s [kan-extensions] [ 4 of 13] Compiling Data.Functor.Day ( src/Data/Functor/Day.hs, dist/build/Data/Functor/Day.p_o )
  4525. 1541.36 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 )
  4526. 1541.88 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 )
  4527. 1541.88 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 )
  4528. 1541.88 s [kan-extensions] [ 8 of 13] Compiling Data.Functor.Coyoneda ( src/Data/Functor/Coyoneda.hs, dist/build/Data/Functor/Coyoneda.p_o )
  4529. 1542.52 s [kan-extensions] [ 9 of 13] Compiling Control.Comonad.Density ( src/Control/Comonad/Density.hs, dist/build/Control/Comonad/Density.p_o )
  4530. 1542.52 s [kan-extensions] [10 of 13] Compiling Control.Monad.Co ( src/Control/Monad/Co.hs, dist/build/Control/Monad/Co.p_o )
  4531. 1542.52 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 )
  4532. 1542.52 s [kan-extensions] [12 of 13] Compiling Control.Monad.Codensity ( src/Control/Monad/Codensity.hs, dist/build/Control/Monad/Codensity.p_o )
  4533. 1542.52 s [kan-extensions] [13 of 13] Compiling Data.Functor.Yoneda ( src/Data/Functor/Yoneda.hs, dist/build/Data/Functor/Yoneda.p_o )
  4534. 1544.28 s [kan-extensions] Phase: checkPhase
  4535. 1544.32 s [kan-extensions] Package has no test suites.
  4536. 1544.33 s [kan-extensions] Phase: haddockPhase
  4537. 1544.51 s [kan-extensions] Preprocessing library for kan-extensions-5.2.6..
  4538. 1544.52 s [kan-extensions] Running Haddock on library for kan-extensions-5.2.6..
  4539. 1544.60 s [kan-extensions] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  4540. 1545.16 s [kan-extensions] 100% ( 5 / 5) in 'Data.Functor.Contravariant.Coyoneda'
  4541. 1545.23 s [kan-extensions] 100% ( 14 / 14) in 'Data.Functor.Contravariant.Day'
  4542. 1545.26 s [kan-extensions] 75% ( 3 / 4) in 'Data.Functor.Contravariant.Yoneda'
  4543. 1545.26 s [kan-extensions] Missing documentation for:
  4544. 1545.26 s [kan-extensions] lowerYoneda (src/Data/Functor/Contravariant/Yoneda.hs:40)
  4545. 1545.43 s [kan-extensions] 93% ( 14 / 15) in 'Data.Functor.Day'
  4546. 1545.43 s [kan-extensions] Missing documentation for:
  4547. 1545.43 s [kan-extensions] cayley (src/Data/Functor/Day.hs:199)
  4548. 1545.51 s [kan-extensions] Warning: 'Compose' is out of scope.
  4549. 1545.51 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4550. 1545.51 s [kan-extensions] Warning: 'Rift' is out of scope.
  4551. 1545.51 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4552. 1545.51 s [kan-extensions] 92% ( 13 / 14) in 'Data.Functor.Day.Curried'
  4553. 1545.51 s [kan-extensions] Missing documentation for:
  4554. 1545.51 s [kan-extensions] Curried (src/Data/Functor/Day/Curried.hs:36)
  4555. 1545.59 s [kan-extensions] 100% ( 14 / 14) in 'Data.Functor.Invariant.Day'
  4556. 1545.62 s [kan-extensions] Warning: 'Compose' is out of scope.
  4557. 1545.62 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4558. 1545.62 s [kan-extensions] Warning: 'o' is out of scope.
  4559. 1545.62 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4560. 1545.62 s [kan-extensions] 75% ( 9 / 12) in 'Data.Functor.Kan.Lan'
  4561. 1545.62 s [kan-extensions] Missing documentation for:
  4562. 1545.62 s [kan-extensions] decomposeLan (src/Data/Functor/Kan/Lan.hs:108)
  4563. 1545.62 s [kan-extensions] lanToAdjoint (src/Data/Functor/Kan/Lan.hs:80)
  4564. 1545.62 s [kan-extensions] composedAdjointToLan (src/Data/Functor/Kan/Lan.hs:94)
  4565. 1545.91 s [kan-extensions] 88% ( 8 / 9) in 'Data.Functor.Coyoneda'
  4566. 1545.91 s [kan-extensions] Missing documentation for:
  4567. 1545.91 s [kan-extensions] lanToCoyoneda (src/Data/Functor/Coyoneda.hs:75)
  4568. 1546.02 s [kan-extensions] 57% ( 4 / 7) in 'Control.Comonad.Density'
  4569. 1546.02 s [kan-extensions] Missing documentation for:
  4570. 1546.02 s [kan-extensions] Density (src/Control/Comonad/Density.hs:40)
  4571. 1546.02 s [kan-extensions] adjunctionToDensity (src/Control/Comonad/Density.hs:96)
  4572. 1546.02 s [kan-extensions] densityToLan (src/Control/Comonad/Density.hs:111)
  4573. 1546.10 s [kan-extensions] Warning: 'Hask' is out of scope.
  4574. 1546.10 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4575. 1546.10 s [kan-extensions] Warning: 'Contravariant' is out of scope.
  4576. 1546.10 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4577. 1546.10 s [kan-extensions] Warning: 'Rift' is out of scope.
  4578. 1546.10 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4579. 1546.10 s [kan-extensions] 20% ( 5 / 24) in 'Control.Monad.Co'
  4580. 1546.10 s [kan-extensions] Missing documentation for:
  4581. 1546.10 s [kan-extensions] Co (src/Control/Monad/Co.hs:72)
  4582. 1546.10 s [kan-extensions] co (src/Control/Monad/Co.hs:74)
  4583. 1546.10 s [kan-extensions] runCo (src/Control/Monad/Co.hs:77)
  4584. 1546.10 s [kan-extensions] liftCoT0 (src/Control/Monad/Co.hs:112)
  4585. 1546.10 s [kan-extensions] liftCoT0M (src/Control/Monad/Co.hs:148)
  4586. 1546.10 s [kan-extensions] lowerCoT0 (src/Control/Monad/Co.hs:115)
  4587. 1546.10 s [kan-extensions] lowerCo0 (src/Control/Monad/Co.hs:118)
  4588. 1546.10 s [kan-extensions] liftCoT1 (src/Control/Monad/Co.hs:121)
  4589. 1546.10 s [kan-extensions] liftCoT1M (src/Control/Monad/Co.hs:151)
  4590. 1546.10 s [kan-extensions] lowerCoT1 (src/Control/Monad/Co.hs:124)
  4591. 1546.10 s [kan-extensions] lowerCo1 (src/Control/Monad/Co.hs:127)
  4592. 1546.10 s [kan-extensions] diter (src/Control/Monad/Co.hs:154)
  4593. 1546.10 s [kan-extensions] dctrlM (src/Control/Monad/Co.hs:157)
  4594. 1546.10 s [kan-extensions] posW (src/Control/Monad/Co.hs:130)
  4595. 1546.10 s [kan-extensions] peekW (src/Control/Monad/Co.hs:133)
  4596. 1546.10 s [kan-extensions] peeksW (src/Control/Monad/Co.hs:136)
  4597. 1546.10 s [kan-extensions] askW (src/Control/Monad/Co.hs:139)
  4598. 1546.10 s [kan-extensions] asksW (src/Control/Monad/Co.hs:142)
  4599. 1546.10 s [kan-extensions] traceW (src/Control/Monad/Co.hs:145)
  4600. 1546.21 s [kan-extensions] Warning: 'Compose'' is out of scope.
  4601. 1546.21 s [kan-extensions] If you qualify the identifier, haddock can try to link it anyway.
  4602. 1546.21 s [kan-extensions] 53% ( 8 / 15) in 'Data.Functor.Kan.Ran'
  4603. 1546.21 s [kan-extensions] Missing documentation for:
  4604. 1546.21 s [kan-extensions] decomposeRan (src/Data/Functor/Kan/Ran.hs:115)
  4605. 1546.21 s [kan-extensions] ranToAdjoint (src/Data/Functor/Kan/Ran.hs:129)
  4606. 1546.21 s [kan-extensions] composedAdjointToRan (src/Data/Functor/Kan/Ran.hs:143)
  4607. 1546.21 s [kan-extensions] repToRan (src/Data/Functor/Kan/Ran.hs:152)
  4608. 1546.21 s [kan-extensions] ranToRep (src/Data/Functor/Kan/Ran.hs:156)
  4609. 1546.21 s [kan-extensions] composedRepToRan (src/Data/Functor/Kan/Ran.hs:164)
  4610. 1546.21 s [kan-extensions] ranToComposedRep (src/Data/Functor/Kan/Ran.hs:160)
  4611. 1546.29 s [kan-extensions] 85% ( 12 / 14) in 'Control.Monad.Codensity'
  4612. 1546.29 s [kan-extensions] Missing documentation for:
  4613. 1546.29 s [kan-extensions] adjunctionToCodensity (src/Control/Monad/Codensity.hs:174)
  4614. 1546.29 s [kan-extensions] ranToCodensity (src/Control/Monad/Codensity.hs:215)
  4615. 1546.43 s [kan-extensions] 45% ( 5 / 11) in 'Data.Functor.Yoneda'
  4616. 1546.43 s [kan-extensions] Missing documentation for:
  4617. 1546.43 s [kan-extensions] lowerYoneda (src/Data/Functor/Yoneda.hs:84)
  4618. 1546.43 s [kan-extensions] maxF (src/Data/Functor/Yoneda.hs:193)
  4619. 1546.43 s [kan-extensions] minF (src/Data/Functor/Yoneda.hs:198)
  4620. 1546.43 s [kan-extensions] maxM (src/Data/Functor/Yoneda.hs:203)
  4621. 1546.43 s [kan-extensions] minM (src/Data/Functor/Yoneda.hs:208)
  4622. 1546.43 s [kan-extensions] ranToYoneda (src/Data/Functor/Yoneda.hs:102)
  4623. 1550.63 s [kan-extensions] Documentation created: dist/doc/html/kan-extensions/index.html,
  4624. 1550.63 s [kan-extensions] dist/doc/html/kan-extensions/kan-extensions.txt
  4625. 1550.71 s [kan-extensions] Phase: installPhase
  4626. 1550.78 s [kan-extensions] Installing library in /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8
  4627. 1551.17 s [kan-extensions] Phase: fixupPhase
  4628. 1551.19 s [kan-extensions] shrinking RPATHs of ELF executables and libraries in /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6
  4629. 1551.20 s [kan-extensions] shrinking /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSkan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8-ghc9.6.3.so
  4630. 1551.21 s [kan-extensions] checking for references to /build/ in /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6...
  4631. 1551.23 s [kan-extensions] patching script interpreter paths in /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6
  4632. 1551.23 s [kan-extensions] stripping (with command strip and flags -S -p) in /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6/lib
  4633. 1551.35 s [kan-extensions] shrinking RPATHs of ELF executables and libraries in /nix/store/ivav8v8qsz9nl5s0f9c549p1ra792hgy-kan-extensions-5.2.6-doc
  4634. 1551.36 s [kan-extensions] checking for references to /build/ in /nix/store/ivav8v8qsz9nl5s0f9c549p1ra792hgy-kan-extensions-5.2.6-doc...
  4635. 1551.37 s [kan-extensions] patching script interpreter paths in /nix/store/ivav8v8qsz9nl5s0f9c549p1ra792hgy-kan-extensions-5.2.6-doc
  4636. 1551.47 s [kan-extensions:post-build] Uploading to the NixCI cache: /nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6 /nix/store/ivav8v8qsz9nl5s0f9c549p1ra792hgy-kan-extensions-5.2.6-doc
  4637. 1551.52 s [kan-extensions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4638. 1551.82 s [kan-extensions:post-build] copying 2 paths...
  4639. 1551.82 s [kan-extensions:post-build] copying path '/nix/store/ivav8v8qsz9nl5s0f9c549p1ra792hgy-kan-extensions-5.2.6-doc' to 'https://cache.nix-ci.com'...
  4640. 1552.45 s [kan-extensions:post-build] copying path '/nix/store/fg5f9zw8p0l1pq6pqcha30gy91pvx1al-kan-extensions-5.2.6' to 'https://cache.nix-ci.com'...
  4641. 1555.16 s [kan-extensions:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4642. 1555.44 s [kan-extensions:post-build] copying 1 paths...
  4643. 1555.45 s [kan-extensions:post-build] copying path '/nix/store/4d3y4x9k133z58vssn7hbs31z1g0z6m8-kan-extensions-5.2.6.drv' to 'https://cache.nix-ci.com'...
  4644. 1555.76 s Uploaded kan-extensions in 4.3s
  4645. 1555.76 s Progress: 100 of 103 built, 18 of 18 downloaded from cache
  4646. 1555.77 s Built kan-extensions in 24.1s
  4647. 1555.85 s Building /nix/store/0qvjp6nz8xmgrgjbf5w0da1y48m6bang-lens-5.2.3.drv
  4648. 1556.14 s [lens] Phase: setupCompilerEnvironmentPhase
  4649. 1556.15 s [lens] Build with /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3.
  4650. 1556.49 s [lens] Phase: unpackPhase
  4651. 1556.50 s [lens] unpacking source archive /nix/store/np83zb487vyi4il59sb0xjihs2zfarhy-lens-5.2.3.tar.gz
  4652. 1556.51 s [lens] source root is lens-5.2.3
  4653. 1556.52 s [lens] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file lens-5.2.3/.vim.custom
  4654. 1556.53 s [lens] Phase: patchPhase
  4655. 1556.54 s [lens] Replace Cabal file with edited version from mirror://hackage/lens-5.2.3/revision/5.cabal.
  4656. 1556.54 s [lens] Phase: compileBuildDriverPhase
  4657. 1556.55 s [lens] setupCompileFlags: -package-db=/build/tmp.LRzG7enSRz/setup-package.conf.d -threaded
  4658. 1556.62 s [lens] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.LRzG7enSRz/Main.o )
  4659. 1556.71 s [lens] [2 of 2] Linking Setup
  4660. 1558.38 s [lens] Phase: updateAutotoolsGnuConfigScriptsPhase
  4661. 1558.39 s [lens] Phase: configurePhase
  4662. 1558.40 s [lens] configureFlags: --verbose --prefix=/nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ms441qn7wah2dlrmj6xijrk8jy4q5rrf-lens-5.2.3-doc/share/doc/lens-5.2.3 --with-gcc=gcc --package-db=/build/tmp.LRzG7enSRz/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/zhsjsq37d57kfp5wz0xcg6x97x1426aj-elfutils-0.191/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib
  4663. 1558.41 s [lens] Using Parsec parser
  4664. 1558.41 s [lens] Configuring lens-5.2.3...
  4665. 1558.81 s [lens] Flags chosen: benchmark-uniplate=False, dump-splices=False, inlining=True,
  4666. 1558.81 s [lens] j=False, test-hunit=True, test-properties=True, test-templates=True,
  4667. 1558.81 s [lens] trustworthy=True
  4668. 1558.81 s [lens] Dependency array >=0.5.0.0 && <0.6: using array-0.5.5.0
  4669. 1558.81 s [lens] Dependency assoc >=1.0.2 && <1.2: using assoc-1.1.1
  4670. 1558.81 s [lens] Dependency base >=4.9 && <5: using base-4.18.1.0
  4671. 1558.81 s [lens] Dependency base-orphans >=0.5.2 && <1: using base-orphans-0.9.2
  4672. 1558.81 s [lens] Dependency bifunctors >=5.5.7 && <6: using bifunctors-5.6.2
  4673. 1558.81 s [lens] Dependency bytestring >=0.10.4.0 && <0.13: using bytestring-0.11.5.2
  4674. 1558.81 s [lens] Dependency call-stack >=0.1 && <0.5: using call-stack-0.4.0
  4675. 1558.81 s [lens] Dependency comonad >=5.0.7 && <6: using comonad-5.0.8
  4676. 1558.81 s [lens] Dependency containers >=0.5.5.1 && <0.8: using containers-0.6.7
  4677. 1558.81 s [lens] Dependency contravariant >=1.4 && <2: using contravariant-1.5.5
  4678. 1558.81 s [lens] Dependency distributive >=0.5.1 && <1: using distributive-0.6.2.1
  4679. 1558.81 s [lens] Dependency exceptions >=0.8.2.1 && <1: using exceptions-0.10.7
  4680. 1558.81 s [lens] Dependency filepath >=1.2.0.0 && <1.6: using filepath-1.4.100.4
  4681. 1558.81 s [lens] Dependency free >=5.1.5 && <6: using free-5.2
  4682. 1558.81 s [lens] Dependency ghc-prim: using ghc-prim-0.10.0
  4683. 1558.81 s [lens] Dependency hashable >=1.2.7.0 && <1.5: using hashable-1.4.4.0
  4684. 1558.81 s [lens] Dependency indexed-traversable >=0.1 && <0.2: using indexed-traversable-0.1.4
  4685. 1558.81 s [lens] Dependency indexed-traversable-instances >=0.1 && <0.2: using
  4686. 1558.81 s [lens] indexed-traversable-instances-0.1.2
  4687. 1558.81 s [lens] Dependency kan-extensions >=5 && <6: using kan-extensions-5.2.6
  4688. 1558.81 s [lens] Dependency mtl >=2.2.1 && <2.4: using mtl-2.3.1
  4689. 1558.81 s [lens] Dependency parallel >=3.2.1.0 && <3.3: using parallel-3.2.2.0
  4690. 1558.81 s [lens] Dependency profunctors >=5.5.2 && <6: using profunctors-5.6.2
  4691. 1558.81 s [lens] Dependency reflection >=2.1 && <3: using reflection-2.1.8
  4692. 1558.81 s [lens] Dependency semigroupoids >=5.0.1 && <7: using semigroupoids-6.0.1
  4693. 1558.81 s [lens] Dependency strict >=0.4 && <0.6: using strict-0.5
  4694. 1558.81 s [lens] Dependency tagged >=0.8.6 && <1: using tagged-0.8.8
  4695. 1558.81 s [lens] Dependency template-haskell >=2.11.1.0 && <2.22: using
  4696. 1558.81 s [lens] template-haskell-2.20.0.0
  4697. 1558.81 s [lens] Dependency text >=1.2.3.0 && <2.2: using text-2.0.2
  4698. 1558.81 s [lens] Dependency th-abstraction >=0.4.1 && <0.8: using th-abstraction-0.5.0.0
  4699. 1558.81 s [lens] Dependency these >=1.1.1.1 && <1.3: using these-1.2.1
  4700. 1558.81 s [lens] Dependency transformers >=0.5.0.0 && <0.7: using transformers-0.6.1.0
  4701. 1558.81 s [lens] Dependency transformers-compat >=0.5.0.4 && <1: using
  4702. 1558.81 s [lens] transformers-compat-0.7.2
  4703. 1558.81 s [lens] Dependency unordered-containers >=0.2.10 && <0.3: using
  4704. 1558.81 s [lens] unordered-containers-0.2.20
  4705. 1558.81 s [lens] Dependency vector >=0.12.1.2 && <0.14: using vector-0.13.1.0
  4706. 1558.81 s [lens] Dependency base: using base-4.18.1.0
  4707. 1558.81 s [lens] Dependency lens: using lens-5.2.3
  4708. 1558.81 s [lens] Dependency QuickCheck >=2.4: using QuickCheck-2.14.3
  4709. 1558.81 s [lens] Dependency base: using base-4.18.1.0
  4710. 1558.81 s [lens] Dependency lens: using lens-5.2.3
  4711. 1558.81 s [lens] Dependency test-framework >=0.6: using test-framework-0.8.2.0
  4712. 1558.81 s [lens] Dependency test-framework-quickcheck2 >=0.2: using
  4713. 1558.81 s [lens] test-framework-quickcheck2-0.3.0.5
  4714. 1558.81 s [lens] Dependency transformers: using transformers-0.6.1.0
  4715. 1558.81 s [lens] Dependency HUnit >=1.2: using HUnit-1.6.2.0
  4716. 1558.81 s [lens] Dependency base: using base-4.18.1.0
  4717. 1558.81 s [lens] Dependency bytestring: using bytestring-0.11.5.2
  4718. 1558.81 s [lens] Dependency containers: using containers-0.6.7
  4719. 1558.81 s [lens] Dependency lens: using lens-5.2.3
  4720. 1558.81 s [lens] Dependency mtl: using mtl-2.3.1
  4721. 1558.81 s [lens] Dependency test-framework >=0.6: using test-framework-0.8.2.0
  4722. 1558.81 s [lens] Dependency test-framework-hunit >=0.2: using test-framework-hunit-0.3.0.2
  4723. 1558.81 s [lens] Dependency text: using text-2.0.2
  4724. 1558.81 s [lens] Dependency base: using base-4.18.1.0
  4725. 1558.81 s [lens] Dependency deepseq: using deepseq-1.4.8.1
  4726. 1558.81 s [lens] Dependency simple-reflect >=0.3.1: using simple-reflect-0.3.3
  4727. 1559.07 s [lens] Source component graph:
  4728. 1559.07 s [lens] component test:doctests
  4729. 1559.07 s [lens] component lib
  4730. 1559.07 s [lens] component test:hunit dependency lib
  4731. 1559.07 s [lens] component test:properties dependency lib
  4732. 1559.07 s [lens] component test:templates dependency lib
  4733. 1559.07 s [lens] Configured component graph:
  4734. 1559.07 s [lens] component lens-5.2.3-1zw7e7CiDCPD9fe5KUGNuK-doctests
  4735. 1559.07 s [lens] include base-4.18.1.0
  4736. 1559.07 s [lens] include deepseq-1.4.8.1
  4737. 1559.07 s [lens] include simple-reflect-0.3.3-1jKYH5Sh1Yt77S4tHMuf7F
  4738. 1559.07 s [lens] component lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4739. 1559.07 s [lens] include array-0.5.5.0
  4740. 1559.07 s [lens] include assoc-1.1.1-Drq9QKvUYiAOaSIX2zWsU
  4741. 1559.07 s [lens] include base-4.18.1.0
  4742. 1559.07 s [lens] include base-orphans-0.9.2-Jrw6L7D8iwcEFnVYKyekW2
  4743. 1559.07 s [lens] include bifunctors-5.6.2-9sPatHY1zLpGPDYLei4w9y
  4744. 1559.08 s [lens] include bytestring-0.11.5.2
  4745. 1559.08 s [lens] include call-stack-0.4.0-5MNBRF9AhgOFCmdblAdnEo
  4746. 1559.08 s [lens] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  4747. 1559.08 s [lens] include containers-0.6.7
  4748. 1559.08 s [lens] include contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  4749. 1559.08 s [lens] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4750. 1559.08 s [lens] include exceptions-0.10.7
  4751. 1559.08 s [lens] include filepath-1.4.100.4
  4752. 1559.08 s [lens] include free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  4753. 1559.08 s [lens] include ghc-prim-0.10.0
  4754. 1559.08 s [lens] include hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  4755. 1559.08 s [lens] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  4756. 1559.08 s [lens] include indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  4757. 1559.08 s [lens] include kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8
  4758. 1559.08 s [lens] include mtl-2.3.1
  4759. 1559.08 s [lens] include parallel-3.2.2.0-1kILbc471scI04imHIENqR
  4760. 1559.08 s [lens] include profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  4761. 1559.08 s [lens] include reflection-2.1.8-GJbpatSfFtpL2xTv5Fv9uZ
  4762. 1559.08 s [lens] include semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  4763. 1559.08 s [lens] include strict-0.5-EHsedVnWHBa6jlGIf2Pza1
  4764. 1559.08 s [lens] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  4765. 1559.08 s [lens] include template-haskell-2.20.0.0
  4766. 1559.08 s [lens] include text-2.0.2
  4767. 1559.08 s [lens] include th-abstraction-0.5.0.0-JD9vmJ369jBCu5VUUIjZuj
  4768. 1559.08 s [lens] include these-1.2.1-9C7peEJZ3opADND2xtArY6
  4769. 1559.08 s [lens] include transformers-0.6.1.0
  4770. 1559.08 s [lens] include transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  4771. 1559.08 s [lens] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  4772. 1559.08 s [lens] include vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  4773. 1559.08 s [lens] component lens-5.2.3-GRVEmubg1IACWYUawCg26C-hunit
  4774. 1559.08 s [lens] include HUnit-1.6.2.0-Cmk1z9y2zFk3aX4g3H2nfT
  4775. 1559.08 s [lens] include base-4.18.1.0
  4776. 1559.08 s [lens] include bytestring-0.11.5.2
  4777. 1559.08 s [lens] include containers-0.6.7
  4778. 1559.08 s [lens] include lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4779. 1559.08 s [lens] include mtl-2.3.1
  4780. 1559.08 s [lens] include test-framework-0.8.2.0-GXfGdxWF7uwCTiAAZrUXrh
  4781. 1559.08 s [lens] include test-framework-hunit-0.3.0.2-4zeHu53ThoR6Qd0NyZZogc
  4782. 1559.08 s [lens] include text-2.0.2
  4783. 1559.08 s [lens] component lens-5.2.3-GxZOpRWItjfDbh3ihmhTM5-properties
  4784. 1559.08 s [lens] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  4785. 1559.08 s [lens] include base-4.18.1.0
  4786. 1559.08 s [lens] include lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4787. 1559.08 s [lens] include test-framework-0.8.2.0-GXfGdxWF7uwCTiAAZrUXrh
  4788. 1559.08 s [lens] include test-framework-quickcheck2-0.3.0.5-9dB5KuRIDNVFUUil6bVCmP
  4789. 1559.08 s [lens] include transformers-0.6.1.0
  4790. 1559.08 s [lens] component lens-5.2.3-feD7beFTAjKlnFkucqY9F-templates
  4791. 1559.08 s [lens] include base-4.18.1.0
  4792. 1559.08 s [lens] include lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4793. 1559.08 s [lens] Linked component graph:
  4794. 1559.08 s [lens] unit lens-5.2.3-1zw7e7CiDCPD9fe5KUGNuK-doctests
  4795. 1559.08 s [lens] include base-4.18.1.0
  4796. 1559.08 s [lens] include deepseq-1.4.8.1
  4797. 1559.08 s [lens] include simple-reflect-0.3.3-1jKYH5Sh1Yt77S4tHMuf7F
  4798. 1559.08 s [lens] unit lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4799. 1559.08 s [lens] include array-0.5.5.0
  4800. 1559.08 s [lens] include assoc-1.1.1-Drq9QKvUYiAOaSIX2zWsU
  4801. 1559.08 s [lens] include base-4.18.1.0
  4802. 1559.08 s [lens] include base-orphans-0.9.2-Jrw6L7D8iwcEFnVYKyekW2
  4803. 1559.08 s [lens] include bifunctors-5.6.2-9sPatHY1zLpGPDYLei4w9y
  4804. 1559.08 s [lens] include bytestring-0.11.5.2
  4805. 1559.08 s [lens] include call-stack-0.4.0-5MNBRF9AhgOFCmdblAdnEo
  4806. 1559.08 s [lens] include comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  4807. 1559.08 s [lens] include containers-0.6.7
  4808. 1559.08 s [lens] include contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  4809. 1559.08 s [lens] include distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4810. 1559.08 s [lens] include exceptions-0.10.7
  4811. 1559.08 s [lens] include filepath-1.4.100.4
  4812. 1559.08 s [lens] include free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  4813. 1559.08 s [lens] include ghc-prim-0.10.0
  4814. 1559.08 s [lens] include hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  4815. 1559.08 s [lens] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  4816. 1559.08 s [lens] include indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  4817. 1559.08 s [lens] include kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8
  4818. 1559.08 s [lens] include mtl-2.3.1
  4819. 1559.08 s [lens] include parallel-3.2.2.0-1kILbc471scI04imHIENqR
  4820. 1559.08 s [lens] include profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  4821. 1559.08 s [lens] include reflection-2.1.8-GJbpatSfFtpL2xTv5Fv9uZ
  4822. 1559.08 s [lens] include semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  4823. 1559.08 s [lens] include strict-0.5-EHsedVnWHBa6jlGIf2Pza1
  4824. 1559.08 s [lens] include tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  4825. 1559.08 s [lens] include template-haskell-2.20.0.0
  4826. 1559.08 s [lens] include text-2.0.2
  4827. 1559.08 s [lens] include th-abstraction-0.5.0.0-JD9vmJ369jBCu5VUUIjZuj
  4828. 1559.08 s [lens] include these-1.2.1-9C7peEJZ3opADND2xtArY6
  4829. 1559.08 s [lens] include transformers-0.6.1.0
  4830. 1559.08 s [lens] include transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  4831. 1559.08 s [lens] include unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  4832. 1559.08 s [lens] include vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  4833. 1559.08 s [lens] Control.Exception.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Exception.Lens,Control.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens,Control.Lens.At=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.At,Control.Lens.Combinators=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Combinators,Control.Lens.Cons=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Cons,Control.Lens.Each=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Each,Control.Lens.Empty=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Empty,Control.Lens.Equality=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Equality,Control.Lens.Extras=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Extras,Control.Lens.Fold=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Fold,Control.Lens.Getter=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Getter,Control.Lens.Indexed=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Indexed,Control.Lens.Internal=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal,Control.Lens.Internal.Bazaar=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Bazaar,Control.Lens.Internal.ByteString=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.ByteString,Control.Lens.Internal.CTypes=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.CTypes,Control.Lens.Internal.Context=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Context,Control.Lens.Internal.Deque=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Deque,Control.Lens.Internal.Doctest=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Doctest,Control.Lens.Internal.Exception=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Exception,Control.Lens.Internal.FieldTH=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.FieldTH,Control.Lens.Internal.Fold=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Fold,Control.Lens.Internal.Getter=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Getter,Control.Lens.Internal.Indexed=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Indexed,Control.Lens.Internal.Instances=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Instances,Control.Lens.Internal.Iso=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Iso,Control.Lens.Internal.Level=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Level,Control.Lens.Internal.List=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.List,Control.Lens.Internal.Magma=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Magma,Control.Lens.Internal.Prism=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Prism,Control.Lens.Internal.PrismTH=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.PrismTH,Control.Lens.Internal.Profunctor=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Profunctor,Control.Lens.Internal.Review=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Review,Control.Lens.Internal.Setter=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Setter,Control.Lens.Internal.TH=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.TH,Control.Lens.Internal.Zoom=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Internal.Zoom,Control.Lens.Iso=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Iso,Control.Lens.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Lens,Control.Lens.Level=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Level,Control.Lens.Operators=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Operators,Control.Lens.Plated=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Plated,Control.Lens.Prism=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Prism,Control.Lens.Profunctor=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Profunctor,Control.Lens.Reified=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Reified,Control.Lens.Review=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Review,Control.Lens.Setter=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Setter,Control.Lens.TH=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.TH,Control.Lens.Traversal=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Traversal,Control.Lens.Tuple=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Tuple,Control.Lens.Type=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Type,Control.Lens.Unsound=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Unsound,Control.Lens.Wrapped=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Wrapped,Control.Lens.Zoom=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Lens.Zoom,Control.Monad.Error.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Monad.Error.Lens,Control.Parallel.Strategies.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Parallel.Strategies.Lens,Control.Seq.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Control.Seq.Lens,Data.Array.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Array.Lens,Data.Bits.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Bits.Lens,Data.ByteString.Lazy.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.ByteString.Lazy.Lens,Data.ByteString.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.ByteString.Lens,Data.ByteString.Strict.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.ByteString.Strict.Lens,Data.Complex.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Complex.Lens,Data.Data.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Data.Lens,Data.Dynamic.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Dynamic.Lens,Data.HashSet.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.HashSet.Lens,Data.IntSet.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.IntSet.Lens,Data.List.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.List.Lens,Data.Map.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Map.Lens,Data.Sequence.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Sequence.Lens,Data.Set.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Set.Lens,Data.Text.Lazy.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Text.Lazy.Lens,Data.Text.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Text.Lens,Data.Text.Strict.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Text.Strict.Lens,Data.Tree.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Tree.Lens,Data.Typeable.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Typeable.Lens,Data.Vector.Generic.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Vector.Generic.Lens,Data.Vector.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Data.Vector.Lens,GHC.Generics.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:GHC.Generics.Lens,Language.Haskell.TH.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Language.Haskell.TH.Lens,Numeric.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Numeric.Lens,Numeric.Natural.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:Numeric.Natural.Lens,System.Exit.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:System.Exit.Lens,System.FilePath.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:System.FilePath.Lens,System.IO.Error.Lens=lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO:System.IO.Error.Lens
  4834. 1559.08 s [lens] unit lens-5.2.3-GRVEmubg1IACWYUawCg26C-hunit
  4835. 1559.08 s [lens] include HUnit-1.6.2.0-Cmk1z9y2zFk3aX4g3H2nfT
  4836. 1559.08 s [lens] include base-4.18.1.0
  4837. 1559.08 s [lens] include bytestring-0.11.5.2
  4838. 1559.08 s [lens] include containers-0.6.7
  4839. 1559.08 s [lens] include lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4840. 1559.08 s [lens] include mtl-2.3.1
  4841. 1559.08 s [lens] include test-framework-0.8.2.0-GXfGdxWF7uwCTiAAZrUXrh
  4842. 1559.08 s [lens] include test-framework-hunit-0.3.0.2-4zeHu53ThoR6Qd0NyZZogc
  4843. 1559.08 s [lens] include text-2.0.2
  4844. 1559.08 s [lens] unit lens-5.2.3-GxZOpRWItjfDbh3ihmhTM5-properties
  4845. 1559.08 s [lens] include QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  4846. 1559.08 s [lens] include base-4.18.1.0
  4847. 1559.08 s [lens] include lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4848. 1559.08 s [lens] include test-framework-0.8.2.0-GXfGdxWF7uwCTiAAZrUXrh
  4849. 1559.08 s [lens] include test-framework-quickcheck2-0.3.0.5-9dB5KuRIDNVFUUil6bVCmP
  4850. 1559.08 s [lens] include transformers-0.6.1.0
  4851. 1559.08 s [lens] unit lens-5.2.3-feD7beFTAjKlnFkucqY9F-templates
  4852. 1559.08 s [lens] include base-4.18.1.0
  4853. 1559.08 s [lens] include lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4854. 1559.08 s [lens] Ready component graph:
  4855. 1559.08 s [lens] definite lens-5.2.3-1zw7e7CiDCPD9fe5KUGNuK-doctests
  4856. 1559.08 s [lens] depends base-4.18.1.0
  4857. 1559.08 s [lens] depends deepseq-1.4.8.1
  4858. 1559.08 s [lens] depends simple-reflect-0.3.3-1jKYH5Sh1Yt77S4tHMuf7F
  4859. 1559.08 s [lens] definite lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4860. 1559.08 s [lens] depends array-0.5.5.0
  4861. 1559.08 s [lens] depends assoc-1.1.1-Drq9QKvUYiAOaSIX2zWsU
  4862. 1559.08 s [lens] depends base-4.18.1.0
  4863. 1559.08 s [lens] depends base-orphans-0.9.2-Jrw6L7D8iwcEFnVYKyekW2
  4864. 1559.08 s [lens] depends bifunctors-5.6.2-9sPatHY1zLpGPDYLei4w9y
  4865. 1559.08 s [lens] depends bytestring-0.11.5.2
  4866. 1559.08 s [lens] depends call-stack-0.4.0-5MNBRF9AhgOFCmdblAdnEo
  4867. 1559.08 s [lens] depends comonad-5.0.8-IJZ32JBJf1f47pSiJAvxYj
  4868. 1559.08 s [lens] depends containers-0.6.7
  4869. 1559.08 s [lens] depends contravariant-1.5.5-BJswvy5l6NbKCNb8GIbKMn
  4870. 1559.08 s [lens] depends distributive-0.6.2.1-EXnix3kxoG3DYHfCHrX1YD
  4871. 1559.08 s [lens] depends exceptions-0.10.7
  4872. 1559.08 s [lens] depends filepath-1.4.100.4
  4873. 1559.08 s [lens] depends free-5.2-HEfzJ2oofXRFAYEAUgCNsg
  4874. 1559.08 s [lens] depends ghc-prim-0.10.0
  4875. 1559.08 s [lens] depends hashable-1.4.4.0-E4gPgZrHqJvItlFdttgqPR
  4876. 1559.08 s [lens] depends indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  4877. 1559.08 s [lens] depends indexed-traversable-instances-0.1.2-GdVO6UZUo1W7iRbyG9h9kQ
  4878. 1559.08 s [lens] depends kan-extensions-5.2.6-7dmx6k8qa1H65UysiFKig8
  4879. 1559.08 s [lens] depends mtl-2.3.1
  4880. 1559.08 s [lens] depends parallel-3.2.2.0-1kILbc471scI04imHIENqR
  4881. 1559.08 s [lens] depends profunctors-5.6.2-7yiNhqu2GC428AT7F2mZMe
  4882. 1559.08 s [lens] depends reflection-2.1.8-GJbpatSfFtpL2xTv5Fv9uZ
  4883. 1559.08 s [lens] depends semigroupoids-6.0.1-7OwC2cbv2ROKidIsLXQcaK
  4884. 1559.08 s [lens] depends strict-0.5-EHsedVnWHBa6jlGIf2Pza1
  4885. 1559.08 s [lens] depends tagged-0.8.8-KnTUHMtQah6DmtzwHmdxEL
  4886. 1559.08 s [lens] depends template-haskell-2.20.0.0
  4887. 1559.08 s [lens] depends text-2.0.2
  4888. 1559.08 s [lens] depends th-abstraction-0.5.0.0-JD9vmJ369jBCu5VUUIjZuj
  4889. 1559.08 s [lens] depends these-1.2.1-9C7peEJZ3opADND2xtArY6
  4890. 1559.08 s [lens] depends transformers-0.6.1.0
  4891. 1559.08 s [lens] depends transformers-compat-0.7.2-3t6mp1IijKeIAaOKqKOu9E
  4892. 1559.08 s [lens] depends unordered-containers-0.2.20-VrPx7LbUU6EjJjsV9Pg8Z
  4893. 1559.08 s [lens] depends vector-0.13.1.0-Ko3nWb60LAMJaMv7hAsYD4
  4894. 1559.08 s [lens] definite lens-5.2.3-GRVEmubg1IACWYUawCg26C-hunit
  4895. 1559.08 s [lens] depends HUnit-1.6.2.0-Cmk1z9y2zFk3aX4g3H2nfT
  4896. 1559.08 s [lens] depends base-4.18.1.0
  4897. 1559.08 s [lens] depends bytestring-0.11.5.2
  4898. 1559.08 s [lens] depends containers-0.6.7
  4899. 1559.08 s [lens] depends lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4900. 1559.08 s [lens] depends mtl-2.3.1
  4901. 1559.08 s [lens] depends test-framework-0.8.2.0-GXfGdxWF7uwCTiAAZrUXrh
  4902. 1559.08 s [lens] depends test-framework-hunit-0.3.0.2-4zeHu53ThoR6Qd0NyZZogc
  4903. 1559.08 s [lens] depends text-2.0.2
  4904. 1559.08 s [lens] definite lens-5.2.3-GxZOpRWItjfDbh3ihmhTM5-properties
  4905. 1559.08 s [lens] depends QuickCheck-2.14.3-84txdnxQ19G6eI6bFs4bhf
  4906. 1559.08 s [lens] depends base-4.18.1.0
  4907. 1559.08 s [lens] depends lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4908. 1559.08 s [lens] depends test-framework-0.8.2.0-GXfGdxWF7uwCTiAAZrUXrh
  4909. 1559.08 s [lens] depends test-framework-quickcheck2-0.3.0.5-9dB5KuRIDNVFUUil6bVCmP
  4910. 1559.08 s [lens] depends transformers-0.6.1.0
  4911. 1559.08 s [lens] definite lens-5.2.3-feD7beFTAjKlnFkucqY9F-templates
  4912. 1559.08 s [lens] depends base-4.18.1.0
  4913. 1559.08 s [lens] depends lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4914. 1559.08 s [lens] Using Cabal-3.10.1.0 compiled by ghc-9.6
  4915. 1559.08 s [lens] Using compiler: ghc-9.6.3
  4916. 1559.08 s [lens] Using install prefix: /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3
  4917. 1559.08 s [lens] Executables installed in:
  4918. 1559.08 s [lens] /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3/bin
  4919. 1559.08 s [lens] Libraries installed in:
  4920. 1559.08 s [lens] /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  4921. 1559.08 s [lens] Dynamic Libraries installed in:
  4922. 1559.08 s [lens] /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  4923. 1559.08 s [lens] Private executables installed in:
  4924. 1559.08 s [lens] /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3/libexec/x86_64-linux-ghc-9.6.3/lens-5.2.3
  4925. 1559.08 s [lens] Data files installed in:
  4926. 1559.08 s [lens] /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3/share/x86_64-linux-ghc-9.6.3/lens-5.2.3
  4927. 1559.08 s [lens] Documentation installed in:
  4928. 1559.08 s [lens] /nix/store/ms441qn7wah2dlrmj6xijrk8jy4q5rrf-lens-5.2.3-doc/share/doc/lens-5.2.3
  4929. 1559.08 s [lens] Configuration files installed in:
  4930. 1559.08 s [lens] /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3/etc
  4931. 1559.08 s [lens] No alex found
  4932. 1559.10 s [lens] Using ar found on system at:
  4933. 1559.10 s [lens] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  4934. 1559.10 s [lens] No c2hs found
  4935. 1559.10 s [lens] No cpphs found
  4936. 1559.10 s [lens] No doctest found
  4937. 1559.10 s [lens] Using gcc version 13.3.0 given by user at:
  4938. 1559.10 s [lens] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  4939. 1559.10 s [lens] Using ghc version 9.6.3 found on system at:
  4940. 1559.10 s [lens] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc
  4941. 1559.10 s [lens] Using ghc-pkg version 9.6.3 found on system at:
  4942. 1559.10 s [lens] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc-pkg-9.6.3
  4943. 1559.10 s [lens] No ghcjs found
  4944. 1559.10 s [lens] No ghcjs-pkg found
  4945. 1559.10 s [lens] No greencard found
  4946. 1559.10 s [lens] Using haddock version 2.29.1 found on system at:
  4947. 1559.10 s [lens] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/haddock-ghc-9.6.3
  4948. 1559.10 s [lens] No happy found
  4949. 1559.10 s [lens] Using haskell-suite found on system at: haskell-suite-dummy-location
  4950. 1559.10 s [lens] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4951. 1559.10 s [lens] No hmake found
  4952. 1559.10 s [lens] Using hpc version 0.68 found on system at:
  4953. 1559.10 s [lens] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hpc-ghc-9.6.3
  4954. 1559.10 s [lens] Using hsc2hs version 0.68.9 found on system at:
  4955. 1559.10 s [lens] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  4956. 1559.10 s [lens] Using hscolour version 1.25 found on system at:
  4957. 1559.10 s [lens] /nix/store/sa2a2s2s3sailzp0i1zijdz750p5anl1-hscolour-1.25/bin/HsColour
  4958. 1559.10 s [lens] No jhc found
  4959. 1559.10 s [lens] Using ld found on system at:
  4960. 1559.10 s [lens] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  4961. 1559.10 s [lens] No pkg-config found
  4962. 1559.10 s [lens] Using runghc version 9.6.3 found on system at:
  4963. 1559.10 s [lens] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/runghc-9.6.3
  4964. 1559.10 s [lens] Using strip version 2.43 found on system at:
  4965. 1559.10 s [lens] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  4966. 1559.10 s [lens] Using tar found on system at:
  4967. 1559.10 s [lens] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  4968. 1559.10 s [lens] No uhc found
  4969. 1559.27 s [lens] Phase: buildPhase
  4970. 1559.36 s [lens] Preprocessing test suite 'doctests' for lens-5.2.3..
  4971. 1559.36 s [lens] Building test suite 'doctests' for lens-5.2.3..
  4972. 1559.44 s [lens] [1 of 1] Compiling Main ( tests/doctests.hs, dist/build/doctests/doctests-tmp/Main.o )
  4973. 1559.62 s [lens] [2 of 2] Linking dist/build/doctests/doctests
  4974. 1560.10 s [lens] Preprocessing library for lens-5.2.3..
  4975. 1560.11 s [lens] Building library for lens-5.2.3..
  4976. 1562.22 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 )
  4977. 1562.36 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 )
  4978. 1562.37 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 )
  4979. 1562.37 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 )
  4980. 1563.00 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 )
  4981. 1563.00 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 )
  4982. 1563.00 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 )
  4983. 1563.72 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 )
  4984. 1563.72 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 )
  4985. 1563.80 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 )
  4986. 1564.06 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 )
  4987. 1564.24 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 )
  4988. 1565.16 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 )
  4989. 1566.05 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 )
  4990. 1566.05 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 )
  4991. 1566.05 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 )
  4992. 1566.05 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 )
  4993. 1566.05 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 )
  4994. 1566.05 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 )
  4995. 1566.08 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 )
  4996. 1566.08 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 )
  4997. 1566.08 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 )
  4998. 1566.08 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 )
  4999. 1573.71 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 )
  5000. 1573.71 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 )
  5001. 1573.71 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 )
  5002. 1573.71 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 )
  5003. 1573.71 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 )
  5004. 1573.71 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 )
  5005. 1573.71 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 )
  5006. 1574.31 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 )
  5007. 1574.31 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 )
  5008. 1574.31 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 )
  5009. 1574.31 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 )
  5010. 1574.31 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 )
  5011. 1574.31 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 )
  5012. 1574.31 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 )
  5013. 1576.42 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 )
  5014. 1579.47 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 )
  5015. 1579.47 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 )
  5016. 1579.47 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 )
  5017. 1579.47 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 )
  5018. 1579.47 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 )
  5019. 1579.47 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 )
  5020. 1579.47 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 )
  5021. 1579.47 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 )
  5022. 1579.47 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 )
  5023. 1579.47 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 )
  5024. 1579.47 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 )
  5025. 1579.47 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 )
  5026. 1579.47 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 )
  5027. 1579.47 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 )
  5028. 1579.47 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 )
  5029. 1579.47 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 )
  5030. 1582.24 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 )
  5031. 1583.28 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 )
  5032. 1584.29 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 )
  5033. 1585.46 s [lens] [58 of 85] Compiling Control.Lens ( src/Control/Lens.hs, dist/build/Control/Lens.o, dist/build/Control/Lens.dyn_o )
  5034. 1585.53 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 )
  5035. 1585.76 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 )
  5036. 1586.06 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 )
  5037. 1586.06 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 )
  5038. 1586.06 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 )
  5039. 1586.06 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 )
  5040. 1586.06 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 )
  5041. 1586.06 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 )
  5042. 1586.06 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 )
  5043. 1586.06 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 )
  5044. 1586.06 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 )
  5045. 1586.06 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 )
  5046. 1586.06 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 )
  5047. 1586.06 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 )
  5048. 1586.06 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 )
  5049. 1586.06 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 )
  5050. 1586.06 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 )
  5051. 1586.06 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 )
  5052. 1586.06 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 )
  5053. 1586.06 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 )
  5054. 1586.06 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 )
  5055. 1587.45 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 )
  5056. 1587.52 s [lens] [81 of 85] Compiling Numeric.Lens ( src/Numeric/Lens.hs, dist/build/Numeric/Lens.o, dist/build/Numeric/Lens.dyn_o )
  5057. 1587.52 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 )
  5058. 1587.52 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 )
  5059. 1587.53 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 )
  5060. 1587.53 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 )
  5061. 1589.54 s [lens] [ 1 of 85] Compiling Control.Lens.Internal.CTypes ( src/Control/Lens/Internal/CTypes.hs, dist/build/Control/Lens/Internal/CTypes.p_o )
  5062. 1589.76 s [lens] [ 2 of 85] Compiling Control.Lens.Internal.Doctest ( src/Control/Lens/Internal/Doctest.hs, dist/build/Control/Lens/Internal/Doctest.p_o )
  5063. 1589.78 s [lens] [ 3 of 85] Compiling Control.Lens.Internal.Instances ( src/Control/Lens/Internal/Instances.hs, dist/build/Control/Lens/Internal/Instances.p_o )
  5064. 1589.78 s [lens] [ 4 of 85] Compiling Control.Lens.Internal.Iso ( src/Control/Lens/Internal/Iso.hs, dist/build/Control/Lens/Internal/Iso.p_o )
  5065. 1590.27 s [lens] [ 5 of 85] Compiling Control.Lens.Internal.List ( src/Control/Lens/Internal/List.hs, dist/build/Control/Lens/Internal/List.p_o )
  5066. 1590.27 s [lens] [ 6 of 85] Compiling Control.Lens.Internal.Prelude ( src/Control/Lens/Internal/Prelude.hs, dist/build/Control/Lens/Internal/Prelude.p_o )
  5067. 1590.27 s [lens] [ 7 of 85] Compiling Control.Lens.Internal.Level ( src/Control/Lens/Internal/Level.hs, dist/build/Control/Lens/Internal/Level.p_o )
  5068. 1591.02 s [lens] [ 8 of 85] Compiling Control.Lens.Internal.Indexed ( src/Control/Lens/Internal/Indexed.hs, dist/build/Control/Lens/Internal/Indexed.p_o )
  5069. 1591.02 s [lens] [ 9 of 85] Compiling Control.Lens.Internal.Getter ( src/Control/Lens/Internal/Getter.hs, dist/build/Control/Lens/Internal/Getter.p_o )
  5070. 1591.21 s [lens] [10 of 85] Compiling Control.Lens.Internal.Fold ( src/Control/Lens/Internal/Fold.hs, dist/build/Control/Lens/Internal/Fold.p_o )
  5071. 1591.56 s [lens] [11 of 85] Compiling Control.Lens.Internal.Context ( src/Control/Lens/Internal/Context.hs, dist/build/Control/Lens/Internal/Context.p_o )
  5072. 1591.63 s [lens] [12 of 85] Compiling Control.Lens.Internal.Bazaar ( src/Control/Lens/Internal/Bazaar.hs, dist/build/Control/Lens/Internal/Bazaar.p_o )
  5073. 1592.54 s [lens] [13 of 85] Compiling Control.Lens.Internal.Magma ( src/Control/Lens/Internal/Magma.hs, dist/build/Control/Lens/Internal/Magma.p_o )
  5074. 1593.33 s [lens] [14 of 85] Compiling Control.Lens.Internal.Prism ( src/Control/Lens/Internal/Prism.hs, dist/build/Control/Lens/Internal/Prism.p_o )
  5075. 1593.33 s [lens] [15 of 85] Compiling Control.Lens.Internal.Profunctor ( src/Control/Lens/Internal/Profunctor.hs, dist/build/Control/Lens/Internal/Profunctor.p_o )
  5076. 1593.33 s [lens] [16 of 85] Compiling Control.Lens.Internal.Review ( src/Control/Lens/Internal/Review.hs, dist/build/Control/Lens/Internal/Review.p_o )
  5077. 1593.33 s [lens] [17 of 85] Compiling Control.Lens.Internal.Setter ( src/Control/Lens/Internal/Setter.hs, dist/build/Control/Lens/Internal/Setter.p_o )
  5078. 1593.33 s [lens] [18 of 85] Compiling Control.Lens.Internal.Zoom ( src/Control/Lens/Internal/Zoom.hs, dist/build/Control/Lens/Internal/Zoom.p_o )
  5079. 1593.33 s [lens] [19 of 85] Compiling Control.Lens.Internal ( src/Control/Lens/Internal.hs, dist/build/Control/Lens/Internal.p_o )
  5080. 1593.45 s [lens] [20 of 85] Compiling Control.Lens.Type ( src/Control/Lens/Type.hs, dist/build/Control/Lens/Type.p_o )
  5081. 1593.45 s [lens] [21 of 85] Compiling Control.Lens.Setter ( src/Control/Lens/Setter.hs, dist/build/Control/Lens/Setter.p_o )
  5082. 1593.45 s [lens] [22 of 85] Compiling Control.Lens.Lens ( src/Control/Lens/Lens.hs, dist/build/Control/Lens/Lens.p_o )
  5083. 1593.45 s [lens] [23 of 85] Compiling Control.Lens.Tuple ( src/Control/Lens/Tuple.hs, dist/build/Control/Lens/Tuple.p_o )
  5084. 1598.82 s [lens] [24 of 85] Compiling Control.Lens.Getter ( src/Control/Lens/Getter.hs, dist/build/Control/Lens/Getter.p_o )
  5085. 1598.82 s [lens] [25 of 85] Compiling Control.Lens.Review ( src/Control/Lens/Review.hs, dist/build/Control/Lens/Review.p_o )
  5086. 1598.82 s [lens] [26 of 85] Compiling Control.Lens.Prism ( src/Control/Lens/Prism.hs, dist/build/Control/Lens/Prism.p_o )
  5087. 1598.82 s [lens] [27 of 85] Compiling Control.Lens.Fold ( src/Control/Lens/Fold.hs, dist/build/Control/Lens/Fold.p_o )
  5088. 1598.82 s [lens] [28 of 85] Compiling Control.Lens.Traversal ( src/Control/Lens/Traversal.hs, dist/build/Control/Lens/Traversal.p_o )
  5089. 1598.82 s [lens] [29 of 85] Compiling Control.Lens.Level ( src/Control/Lens/Level.hs, dist/build/Control/Lens/Level.p_o )
  5090. 1598.82 s [lens] [30 of 85] Compiling Control.Lens.Reified ( src/Control/Lens/Reified.hs, dist/build/Control/Lens/Reified.p_o )
  5091. 1600.60 s [lens] [31 of 85] Compiling Control.Lens.Internal.Exception ( src/Control/Lens/Internal/Exception.hs, dist/build/Control/Lens/Internal/Exception.p_o )
  5092. 1600.60 s [lens] [32 of 85] Compiling Control.Lens.Indexed ( src/Control/Lens/Indexed.hs, dist/build/Control/Lens/Indexed.p_o )
  5093. 1600.60 s [lens] [33 of 85] Compiling Control.Lens.Internal.ByteString ( src/Control/Lens/Internal/ByteString.hs, dist/build/Control/Lens/Internal/ByteString.p_o )
  5094. 1600.60 s [lens] [34 of 85] Compiling Control.Lens.Equality ( src/Control/Lens/Equality.hs, dist/build/Control/Lens/Equality.p_o )
  5095. 1600.60 s [lens] [35 of 85] Compiling Control.Lens.Iso ( src/Control/Lens/Iso.hs, dist/build/Control/Lens/Iso.p_o )
  5096. 1600.60 s [lens] [36 of 85] Compiling Control.Lens.Empty ( src/Control/Lens/Empty.hs, dist/build/Control/Lens/Empty.p_o )
  5097. 1600.60 s [lens] [37 of 85] Compiling Control.Lens.Cons ( src/Control/Lens/Cons.hs, dist/build/Control/Lens/Cons.p_o )
  5098. 1601.75 s [lens] [38 of 85] Compiling Control.Lens.Internal.Deque ( src/Control/Lens/Internal/Deque.hs, dist/build/Control/Lens/Internal/Deque.p_o )
  5099. 1604.13 s [lens] [39 of 85] Compiling Control.Lens.Wrapped ( src/Control/Lens/Wrapped.hs, dist/build/Control/Lens/Wrapped.p_o )
  5100. 1604.13 s [lens] [40 of 85] Compiling Control.Lens.Internal.TH ( src/Control/Lens/Internal/TH.hs, dist/build/Control/Lens/Internal/TH.p_o )
  5101. 1604.13 s [lens] [41 of 85] Compiling Control.Lens.Zoom ( src/Control/Lens/Zoom.hs, dist/build/Control/Lens/Zoom.p_o )
  5102. 1604.13 s [lens] [42 of 85] Compiling Data.Data.Lens ( src/Data/Data/Lens.hs, dist/build/Data/Data/Lens.p_o )
  5103. 1604.13 s [lens] [43 of 85] Compiling Control.Lens.Plated ( src/Control/Lens/Plated.hs, dist/build/Control/Lens/Plated.p_o )
  5104. 1604.13 s [lens] [44 of 85] Compiling Data.HashSet.Lens ( src/Data/HashSet/Lens.hs, dist/build/Data/HashSet/Lens.p_o )
  5105. 1604.13 s [lens] [45 of 85] Compiling Data.List.Lens ( src/Data/List/Lens.hs, dist/build/Data/List/Lens.p_o )
  5106. 1604.13 s [lens] [46 of 85] Compiling Data.Map.Lens ( src/Data/Map/Lens.hs, dist/build/Data/Map/Lens.p_o )
  5107. 1604.13 s [lens] [47 of 85] Compiling Data.Set.Lens ( src/Data/Set/Lens.hs, dist/build/Data/Set/Lens.p_o )
  5108. 1604.13 s [lens] [48 of 85] Compiling Data.Text.Lazy.Lens ( src/Data/Text/Lazy/Lens.hs, dist/build/Data/Text/Lazy/Lens.p_o )
  5109. 1604.13 s [lens] [49 of 85] Compiling Data.Text.Strict.Lens ( src/Data/Text/Strict/Lens.hs, dist/build/Data/Text/Strict/Lens.p_o )
  5110. 1604.13 s [lens] [50 of 85] Compiling Data.Text.Lens ( src/Data/Text/Lens.hs, dist/build/Data/Text/Lens.p_o )
  5111. 1604.13 s [lens] [51 of 85] Compiling Data.Vector.Generic.Lens ( src/Data/Vector/Generic/Lens.hs, dist/build/Data/Vector/Generic/Lens.p_o )
  5112. 1604.13 s [lens] [52 of 85] Compiling Control.Lens.Each ( src/Control/Lens/Each.hs, dist/build/Control/Lens/Each.p_o )
  5113. 1604.13 s [lens] [53 of 85] Compiling Control.Lens.At ( src/Control/Lens/At.hs, dist/build/Control/Lens/At.p_o )
  5114. 1604.13 s [lens] [54 of 85] Compiling Language.Haskell.TH.Lens ( src/Language/Haskell/TH/Lens.hs, dist/build/Language/Haskell/TH/Lens.p_o )
  5115. 1606.79 s [lens] [55 of 85] Compiling Control.Lens.Internal.PrismTH ( src/Control/Lens/Internal/PrismTH.hs, dist/build/Control/Lens/Internal/PrismTH.p_o )
  5116. 1607.66 s [lens] [56 of 85] Compiling Control.Lens.Internal.FieldTH ( src/Control/Lens/Internal/FieldTH.hs, dist/build/Control/Lens/Internal/FieldTH.p_o )
  5117. 1608.87 s [lens] [57 of 85] Compiling Control.Lens.TH ( src/Control/Lens/TH.hs, dist/build/Control/Lens/TH.p_o )
  5118. 1609.87 s [lens] [58 of 85] Compiling Control.Lens ( src/Control/Lens.hs, dist/build/Control/Lens.p_o )
  5119. 1609.99 s [lens] [59 of 85] Compiling GHC.Generics.Lens ( src/GHC/Generics/Lens.hs, dist/build/GHC/Generics/Lens.p_o )
  5120. 1610.43 s [lens] [60 of 85] Compiling Data.Vector.Lens ( src/Data/Vector/Lens.hs, dist/build/Data/Vector/Lens.p_o )
  5121. 1610.63 s [lens] [61 of 85] Compiling Data.Typeable.Lens ( src/Data/Typeable/Lens.hs, dist/build/Data/Typeable/Lens.p_o )
  5122. 1610.63 s [lens] [62 of 85] Compiling Data.Tree.Lens ( src/Data/Tree/Lens.hs, dist/build/Data/Tree/Lens.p_o )
  5123. 1610.63 s [lens] [63 of 85] Compiling Data.Sequence.Lens ( src/Data/Sequence/Lens.hs, dist/build/Data/Sequence/Lens.p_o )
  5124. 1610.63 s [lens] [64 of 85] Compiling Data.IntSet.Lens ( src/Data/IntSet/Lens.hs, dist/build/Data/IntSet/Lens.p_o )
  5125. 1610.63 s [lens] [65 of 85] Compiling Data.Complex.Lens ( src/Data/Complex/Lens.hs, dist/build/Data/Complex/Lens.p_o )
  5126. 1610.63 s [lens] [66 of 85] Compiling Data.ByteString.Strict.Lens ( src/Data/ByteString/Strict/Lens.hs, dist/build/Data/ByteString/Strict/Lens.p_o )
  5127. 1610.63 s [lens] [67 of 85] Compiling Data.ByteString.Lazy.Lens ( src/Data/ByteString/Lazy/Lens.hs, dist/build/Data/ByteString/Lazy/Lens.p_o )
  5128. 1610.63 s [lens] [68 of 85] Compiling Data.ByteString.Lens ( src/Data/ByteString/Lens.hs, dist/build/Data/ByteString/Lens.p_o )
  5129. 1610.75 s [lens] [69 of 85] Compiling Data.Bits.Lens ( src/Data/Bits/Lens.hs, dist/build/Data/Bits/Lens.p_o )
  5130. 1610.75 s [lens] [70 of 85] Compiling Data.Array.Lens ( src/Data/Array/Lens.hs, dist/build/Data/Array/Lens.p_o )
  5131. 1610.75 s [lens] [71 of 85] Compiling Control.Seq.Lens ( src/Control/Seq/Lens.hs, dist/build/Control/Seq/Lens.p_o )
  5132. 1610.75 s [lens] [72 of 85] Compiling Control.Parallel.Strategies.Lens ( src/Control/Parallel/Strategies/Lens.hs, dist/build/Control/Parallel/Strategies/Lens.p_o )
  5133. 1610.75 s [lens] [73 of 85] Compiling Control.Monad.Error.Lens ( src/Control/Monad/Error/Lens.hs, dist/build/Control/Monad/Error/Lens.p_o )
  5134. 1610.75 s [lens] [74 of 85] Compiling Control.Lens.Unsound ( src/Control/Lens/Unsound.hs, dist/build/Control/Lens/Unsound.p_o )
  5135. 1610.75 s [lens] [75 of 85] Compiling Control.Lens.Profunctor ( src/Control/Lens/Profunctor.hs, dist/build/Control/Lens/Profunctor.p_o )
  5136. 1610.75 s [lens] [76 of 85] Compiling Control.Lens.Operators ( src/Control/Lens/Operators.hs, dist/build/Control/Lens/Operators.p_o )
  5137. 1610.75 s [lens] [77 of 85] Compiling Control.Lens.Extras ( src/Control/Lens/Extras.hs, dist/build/Control/Lens/Extras.p_o )
  5138. 1610.75 s [lens] [78 of 85] Compiling Control.Lens.Combinators ( src/Control/Lens/Combinators.hs, dist/build/Control/Lens/Combinators.p_o )
  5139. 1610.75 s [lens] [79 of 85] Compiling Control.Exception.Lens ( src/Control/Exception/Lens.hs, dist/build/Control/Exception/Lens.p_o )
  5140. 1612.05 s [lens] [80 of 85] Compiling Data.Dynamic.Lens ( src/Data/Dynamic/Lens.hs, dist/build/Data/Dynamic/Lens.p_o )
  5141. 1612.20 s [lens] [81 of 85] Compiling Numeric.Lens ( src/Numeric/Lens.hs, dist/build/Numeric/Lens.p_o )
  5142. 1612.20 s [lens] [82 of 85] Compiling Numeric.Natural.Lens ( src/Numeric/Natural/Lens.hs, dist/build/Numeric/Natural/Lens.p_o )
  5143. 1612.20 s [lens] [83 of 85] Compiling System.Exit.Lens ( src/System/Exit/Lens.hs, dist/build/System/Exit/Lens.p_o )
  5144. 1612.22 s [lens] [84 of 85] Compiling System.FilePath.Lens ( src/System/FilePath/Lens.hs, dist/build/System/FilePath/Lens.p_o )
  5145. 1612.22 s [lens] [85 of 85] Compiling System.IO.Error.Lens ( src/System/IO/Error/Lens.hs, dist/build/System/IO/Error/Lens.p_o )
  5146. 1614.07 s [lens] Preprocessing test suite 'hunit' for lens-5.2.3..
  5147. 1614.07 s [lens] Building test suite 'hunit' for lens-5.2.3..
  5148. 1614.16 s [lens] [1 of 1] Compiling Main ( tests/hunit.hs, dist/build/hunit/hunit-tmp/Main.o )
  5149. 1616.25 s [lens] [2 of 2] Linking dist/build/hunit/hunit
  5150. 1617.10 s [lens] Preprocessing test suite 'properties' for lens-5.2.3..
  5151. 1617.10 s [lens] Building test suite 'properties' for lens-5.2.3..
  5152. 1617.21 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 )
  5153. 1617.55 s [lens] [2 of 2] Compiling Main ( tests/properties.hs, dist/build/properties/properties-tmp/Main.o )
  5154. 1618.79 s [lens] [3 of 3] Linking dist/build/properties/properties
  5155. 1619.94 s [lens] Preprocessing test suite 'templates' for lens-5.2.3..
  5156. 1619.94 s [lens] Building test suite 'templates' for lens-5.2.3..
  5157. 1620.13 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 )
  5158. 1650.30 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 )
  5159. 1650.30 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 )
  5160. 1650.30 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 )
  5161. 1650.30 s [lens] [5 of 5] Compiling Main ( tests/templates.hs, dist/build/templates/templates-tmp/Main.o )
  5162. 1652.19 s [lens] [6 of 6] Linking dist/build/templates/templates
  5163. 1653.00 s [lens] buildPhase completed in 1 minutes 34 seconds
  5164. 1653.00 s [lens] Phase: checkPhase
  5165. 1653.07 s [lens] Running 4 test suites...
  5166. 1653.07 s [lens] Test suite doctests: RUNNING...
  5167. 1653.08 s [lens] This test-suite exists only to add dependencies
  5168. 1653.08 s [lens] To run doctests:
  5169. 1653.09 s [lens] cabal build all --enable-tests
  5170. 1653.09 s [lens] cabal-docspec
  5171. 1653.09 s [lens] Test suite doctests: PASS
  5172. 1653.09 s [lens] Test suite logged to: dist/test/lens-5.2.3-doctests.log
  5173. 1653.09 s [lens] Test suite hunit: RUNNING...
  5174. 1653.11 s [lens] Main:
  5175. 1653.11 s [lens] read record field: [OK]
  5176. 1653.11 s [lens] read state record field: [OK]
  5177. 1653.11 s [lens] read record field and apply function: [OK]
  5178. 1653.11 s [lens] read state record field and apply function: [OK]
  5179. 1653.11 s [lens] write record field: [OK]
  5180. 1653.11 s [lens] write state record field: [OK]
  5181. 1653.11 s [lens] write record field and access new value: [OK]
  5182. 1653.11 s [lens] write state record field and access new value: [OK]
  5183. 1653.11 s [lens] write record field and access old value: [OK]
  5184. 1653.11 s [lens] write state record field and access old value: [OK]
  5185. 1653.11 s [lens] modify record field: [OK]
  5186. 1653.11 s [lens] modify state record field: [OK]
  5187. 1653.11 s [lens] modify record field and access new value: [OK]
  5188. 1653.11 s [lens] modify state record field and access new value: [OK]
  5189. 1653.11 s [lens] modify record field and access old value: [OK]
  5190. 1653.11 s [lens] modify state record field and access old value: [OK]
  5191. 1653.11 s [lens] modify record field and access side result: [OK]
  5192. 1653.11 s [lens] increment record field: [OK]
  5193. 1653.11 s [lens] increment state record field: [OK]
  5194. 1653.11 s [lens] append to record field: [OK]
  5195. 1653.11 s [lens] append to state record field: [OK]
  5196. 1653.11 s [lens] append to record field and access new value: [OK]
  5197. 1653.11 s [lens] append to state record field and access new value: [OK]
  5198. 1653.11 s [lens] append to record field and access old value: [OK]
  5199. 1653.11 s [lens] append to state record field and access old value: [OK]
  5200. 1653.11 s [lens] read maybe map entry: [OK]
  5201. 1653.11 s [lens] read maybe state map entry: [OK]
  5202. 1653.11 s [lens] read map entry: [OK]
  5203. 1653.11 s [lens] read state map entry: [OK]
  5204. 1653.11 s [lens] modify map entry: [OK]
  5205. 1653.11 s [lens] insert maybe map entry: [OK]
  5206. 1653.11 s [lens] delete maybe map entry: [OK]
  5207. 1653.11 s [lens] read list entry: [OK]
  5208. 1653.11 s [lens] write list entry: [OK]
  5209. 1653.11 s [lens] write through list entry: [OK]
  5210. 1653.11 s [lens] correct indexing strict text: [OK]
  5211. 1653.11 s [lens] correct indexing lazy text: [OK]
  5212. 1653.11 s [lens] correct indexing strict bytestring: [OK]
  5213. 1653.11 s [lens] correct indexing lazy bytestring: [OK]
  5214. 1653.11 s [lens]
  5215. 1653.11 s [lens] Test Cases Total
  5216. 1653.11 s [lens] Passed 39 39
  5217. 1653.11 s [lens] Failed 0 0
  5218. 1653.11 s [lens] Total 39 39
  5219. 1653.11 s [lens] Test suite hunit: PASS
  5220. 1653.11 s [lens] Test suite logged to: dist/test/lens-5.2.3-hunit.log
  5221. 1653.11 s [lens] Test suite properties: RUNNING...
  5222. 1653.14 s [lens] Main:
  5223. 1653.14 s [lens] 1: [OK, passed 100 tests]
  5224. 1653.14 s [lens] 2: [OK, passed 100 tests]
  5225. 1653.14 s [lens] 3: [OK, passed 100 tests]
  5226. 1653.14 s [lens] 4: [OK, passed 100 tests]
  5227. 1653.14 s [lens] 5: [OK, passed 100 tests]
  5228. 1653.14 s [lens] 6: [OK, passed 100 tests]
  5229. 1653.14 s [lens] 7: [OK, passed 100 tests]
  5230. 1653.14 s [lens] 8: [OK, passed 100 tests]
  5231. 1653.14 s [lens] 9: [OK, passed 100 tests]
  5232. 1653.14 s [lens] 10: [OK, passed 100 tests]
  5233. 1653.14 s [lens] 2 2: [OK, passed 100 tests]
  5234. 1653.14 s [lens] mapped: [OK, passed 100 tests]
  5235. 1653.14 s [lens] mapped mapped: [OK, passed 100 tests]
  5236. 1653.14 s [lens] both: [OK, passed 100 tests]
  5237. 1653.14 s [lens] traverseLeft: [OK, passed 100 tests]
  5238. 1653.14 s [lens] traverseRight: [OK, passed 100 tests]
  5239. 1653.14 s [lens] simple: [OK, passed 100 tests]
  5240. 1653.14 s [lens] Left: [OK, passed 100 tests]
  5241. 1653.14 s [lens] Right: [OK, passed 100 tests]
  5242. 1653.14 s [lens] Just: [OK, passed 100 tests]
  5243. 1653.14 s [lens] prefixed: [OK, passed 100 tests]
  5244. 1653.14 s [lens] text: [OK, passed 100 tests]
  5245. 1653.14 s [lens] base show: [OK, passed 100 tests]
  5246. 1653.14 s [lens] base read: [OK, passed 100 tests]
  5247. 1653.14 s [lens] base readFail: [OK, passed 100 tests]
  5248. 1653.14 s [lens]
  5249. 1653.14 s [lens] Properties Total
  5250. 1653.14 s [lens] Passed 25 25
  5251. 1653.14 s [lens] Failed 0 0
  5252. 1653.14 s [lens] Total 25 25
  5253. 1653.16 s [lens] Test suite properties: PASS
  5254. 1653.16 s [lens] Test suite logged to: dist/test/lens-5.2.3-properties.log
  5255. 1653.16 s [lens] Test suite templates: RUNNING...
  5256. 1653.17 s [lens] test/templates.hs: ok
  5257. 1653.18 s [lens] Test suite templates: PASS
  5258. 1653.18 s [lens] Test suite logged to: dist/test/lens-5.2.3-templates.log
  5259. 1653.18 s [lens] 4 of 4 test suites (4 of 4 test cases) passed.
  5260. 1653.20 s [lens] Phase: haddockPhase
  5261. 1653.39 s [lens] Preprocessing test suite 'doctests' for lens-5.2.3..
  5262. 1653.40 s [lens] Preprocessing library for lens-5.2.3..
  5263. 1653.41 s [lens] Running Haddock on library for lens-5.2.3..
  5264. 1653.51 s [lens] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  5265. 1655.62 s [lens] 100% ( 4 / 4) in 'Control.Lens.Internal.CTypes'
  5266. 1655.77 s [lens] Warning: 'Prelude' is out of scope.
  5267. 1655.77 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5268. 1655.77 s [lens] 33% ( 1 / 3) in 'Control.Lens.Internal.Doctest'
  5269. 1655.77 s [lens] Missing documentation for:
  5270. 1655.77 s [lens] head (src/Control/Lens/Internal/Doctest.hs:37)
  5271. 1655.77 s [lens] tail (src/Control/Lens/Internal/Doctest.hs:41)
  5272. 1655.78 s [lens] Warning: 'Const' is out of scope.
  5273. 1655.78 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5274. 1655.78 s [lens] 100% ( 1 / 1) in 'Control.Lens.Internal.Instances'
  5275. 1656.27 s [lens] 100% ( 3 / 3) in 'Control.Lens.Internal.Iso'
  5276. 1656.31 s [lens] 100% ( 3 / 3) in 'Control.Lens.Internal.List'
  5277. 1656.61 s [lens] Warning: 'Flow' is out of scope.
  5278. 1656.61 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5279. 1656.61 s [lens] 100% ( 6 / 6) in 'Control.Lens.Internal.Level'
  5280. 1656.80 s [lens] Warning: 'Traversal' is out of scope.
  5281. 1656.80 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5282. 1656.80 s [lens] Warning: 'IndexedFold' is out of scope.
  5283. 1656.80 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5284. 1656.80 s [lens] Warning: 'IndexedTraversal' is out of scope.
  5285. 1656.80 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5286. 1656.80 s [lens] Warning: 'Fold' is out of scope.
  5287. 1656.80 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5288. 1656.80 s [lens] 100% ( 15 / 15) in 'Control.Lens.Internal.Indexed'
  5289. 1657.19 s [lens] 50% ( 2 / 4) in 'Control.Lens.Internal.Getter'
  5290. 1657.19 s [lens] Missing documentation for:
  5291. 1657.19 s [lens] AlongsideLeft (src/Control/Lens/Internal/Getter.hs:35)
  5292. 1657.19 s [lens] AlongsideRight (src/Control/Lens/Internal/Getter.hs:76)
  5293. 1657.34 s [lens] Warning: 'a' is out of scope.
  5294. 1657.34 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5295. 1657.35 s [lens] 84% ( 11 / 13) in 'Control.Lens.Internal.Fold'
  5296. 1657.35 s [lens] Missing documentation for:
  5297. 1657.35 s [lens] ReifiedMonoid
  5298. 1657.35 s [lens] NonEmptyDList (src/Control/Lens/Internal/Fold.hs:130)
  5299. 1657.46 s [lens] Warning: 'w' is out of scope.
  5300. 1657.46 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5301. 1657.46 s [lens] 100% ( 11 / 11) in 'Control.Lens.Internal.Context'
  5302. 1657.64 s [lens] Warning: 'FunList' is out of scope.
  5303. 1657.64 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5304. 1657.65 s [lens] 90% ( 10 / 11) in 'Control.Lens.Internal.Bazaar'
  5305. 1657.65 s [lens] Missing documentation for:
  5306. 1657.65 s [lens] Bizarre1 (src/Control/Lens/Internal/Bazaar.hs:239)
  5307. 1657.99 s [lens] 100% ( 12 / 12) in 'Control.Lens.Internal.Magma'
  5308. 1658.17 s [lens] Warning: 'Prism' is out of scope.
  5309. 1658.17 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5310. 1658.17 s [lens] 100% ( 3 / 3) in 'Control.Lens.Internal.Prism'
  5311. 1658.19 s [lens] 0% ( 0 / 2) in 'Control.Lens.Internal.Profunctor'
  5312. 1658.19 s [lens] Missing documentation for:
  5313. 1658.19 s [lens] Module header
  5314. 1658.19 s [lens] WrappedPafb (src/Control/Lens/Internal/Profunctor.hs:8)
  5315. 1658.21 s [lens] Warning: 'Const' is out of scope.
  5316. 1658.21 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5317. 1658.21 s [lens] 100% ( 5 / 5) in 'Control.Lens.Internal.Review'
  5318. 1658.23 s [lens] 100% ( 3 / 3) in 'Control.Lens.Internal.Setter'
  5319. 1658.34 s [lens] 100% ( 15 / 15) in 'Control.Lens.Internal.Zoom'
  5320. 1658.71 s [lens] 100% ( 13 / 13) in 'Control.Lens.Internal'
  5321. 1658.75 s [lens] Warning: 'v' is out of scope.
  5322. 1658.75 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5323. 1658.75 s [lens] Warning: 's' is out of scope.
  5324. 1658.75 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5325. 1658.75 s [lens] Warning: 'indices' is out of scope.
  5326. 1658.75 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5327. 1658.75 s [lens] Warning: 'sets' is out of scope.
  5328. 1658.75 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5329. 1658.75 s [lens] Warning: 'IndexedPreservingSetter'' is out of scope.
  5330. 1658.75 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5331. 1658.75 s [lens] Warning: 'IndexedPreservingSetter' is out of scope.
  5332. 1658.75 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5333. 1658.75 s [lens] Warning: 'f' is out of scope.
  5334. 1658.75 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5335. 1658.76 s [lens] Warning: 're' is out of scope.
  5336. 1658.76 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5337. 1658.76 s [lens] Warning: 'unto' is out of scope.
  5338. 1658.76 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5339. 1658.76 s [lens] Warning: 'nat' is out of scope.
  5340. 1658.76 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5341. 1658.76 s [lens] Warning: 'foo' is out of scope.
  5342. 1658.76 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5343. 1658.76 s [lens] Warning: 'Procompose' is out of scope.
  5344. 1658.76 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5345. 1658.77 s [lens] 88% ( 52 / 59) in 'Control.Lens.Type'
  5346. 1658.77 s [lens] Missing documentation for:
  5347. 1658.77 s [lens] Traversal1' (src/Control/Lens/Type.hs:215)
  5348. 1658.77 s [lens] IndexedTraversal1 (src/Control/Lens/Type.hs:235)
  5349. 1658.77 s [lens] IndexedTraversal1' (src/Control/Lens/Type.hs:236)
  5350. 1658.77 s [lens] IndexedFold1 (src/Control/Lens/Type.hs:527)
  5351. 1658.77 s [lens] IndexPreservingTraversal1 (src/Control/Lens/Type.hs:246)
  5352. 1658.77 s [lens] IndexPreservingTraversal1' (src/Control/Lens/Type.hs:247)
  5353. 1658.77 s [lens] IndexPreservingFold1 (src/Control/Lens/Type.hs:528)
  5354. 1658.87 s [lens] Warning: 'setter' is out of scope.
  5355. 1658.87 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5356. 1658.88 s [lens] Warning: 'fresh' is out of scope.
  5357. 1658.88 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5358. 1658.89 s [lens] Warning: 'Writer' is out of scope.
  5359. 1658.89 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5360. 1658.89 s [lens] Warning: 'Reader' is out of scope.
  5361. 1658.89 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5362. 1658.91 s [lens] 100% ( 88 / 88) in 'Control.Lens.Setter'
  5363. 1659.17 s [lens] Warning: 'getter' is out of scope.
  5364. 1659.17 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5365. 1659.17 s [lens] Warning: 'setter' is out of scope.
  5366. 1659.17 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5367. 1659.18 s [lens] Warning: 'view' is out of scope.
  5368. 1659.18 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5369. 1659.18 s [lens] Warning: 'pos' is out of scope.
  5370. 1659.18 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5371. 1659.18 s [lens] Warning: 'seek' is out of scope.
  5372. 1659.18 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5373. 1659.18 s [lens] Warning: 'IndexedPreservingLens' is out of scope.
  5374. 1659.18 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5375. 1659.19 s [lens] Warning: 'Monad'' is out of scope.
  5376. 1659.19 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5377. 1659.21 s [lens] Warning: 'foo' is out of scope.
  5378. 1659.21 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5379. 1659.21 s [lens] Warning: 'bar' is out of scope.
  5380. 1659.21 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5381. 1659.21 s [lens] Warning: 'f' is out of scope.
  5382. 1659.21 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5383. 1659.21 s [lens] 100% (115 /115) in 'Control.Lens.Lens'
  5384. 1660.06 s [lens] 100% ( 41 / 41) in 'Control.Lens.Tuple'
  5385. 1660.99 s [lens] Warning: 'r' is out of scope.
  5386. 1660.99 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5387. 1660.99 s [lens] Warning: 'failing' is out of scope.
  5388. 1660.99 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5389. 1661.01 s [lens] 100% ( 33 / 33) in 'Control.Lens.Getter'
  5390. 1661.07 s [lens] Warning: 'Review'' is out of scope.
  5391. 1661.07 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5392. 1661.08 s [lens] 100% ( 16 / 16) in 'Control.Lens.Review'
  5393. 1661.30 s [lens] Warning: 'lift' is out of scope.
  5394. 1661.30 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5395. 1661.30 s [lens] Warning: 'hasn't' is out of scope.
  5396. 1661.30 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5397. 1661.30 s [lens] Warning: '^?' is out of scope.
  5398. 1661.30 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5399. 1661.30 s [lens] Warning: 'readMaybe' is out of scope.
  5400. 1661.30 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5401. 1661.30 s [lens] 93% ( 30 / 32) in 'Control.Lens.Prism'
  5402. 1661.30 s [lens] Missing documentation for:
  5403. 1661.30 s [lens] Prefixed (src/Control/Lens/Prism.hs:388)
  5404. 1661.30 s [lens] Suffixed (src/Control/Lens/Prism.hs:422)
  5405. 1661.47 s [lens] Warning: 'FoldWithIndex' is out of scope.
  5406. 1661.47 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5407. 1661.49 s [lens] Warning: 'Product' is out of scope.
  5408. 1661.49 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5409. 1661.49 s [lens] Warning: 'ala' is out of scope.
  5410. 1661.49 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5411. 1661.49 s [lens] Warning: 'Sum' is out of scope.
  5412. 1661.49 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5413. 1661.49 s [lens] Warning: '_1' is out of scope.
  5414. 1661.49 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5415. 1661.49 s [lens] Warning: '_2' is out of scope.
  5416. 1661.49 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5417. 1661.50 s [lens] Warning: 'for_' is out of scope.
  5418. 1661.50 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5419. 1661.50 s [lens] Warning: 'sequenceA_' is out of scope.
  5420. 1661.50 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5421. 1661.50 s [lens] Warning: 'asum' is out of scope.
  5422. 1661.50 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5423. 1661.51 s [lens] Warning: 's' is out of scope.
  5424. 1661.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5425. 1661.51 s [lens] Warning: 'headOf' is out of scope.
  5426. 1661.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5427. 1661.51 s [lens] Warning: 'Last' is out of scope.
  5428. 1661.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5429. 1661.51 s [lens] Warning: 'maximum' is out of scope.
  5430. 1661.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5431. 1661.51 s [lens] Warning: 'getMax' is out of scope.
  5432. 1661.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5433. 1661.51 s [lens] Warning: 'Max' is out of scope.
  5434. 1661.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5435. 1661.51 s [lens] Warning: 'minimum' is out of scope.
  5436. 1661.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5437. 1661.51 s [lens] Warning: 'getMin' is out of scope.
  5438. 1661.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5439. 1661.51 s [lens] Warning: 'Min' is out of scope.
  5440. 1661.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5441. 1661.52 s [lens] Warning: 'minimumBy' is out of scope.
  5442. 1661.52 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5443. 1661.53 s [lens] Warning: 'toList' is out of scope.
  5444. 1661.53 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5445. 1661.55 s [lens] Warning: 'IndexedIso' is out of scope.
  5446. 1661.55 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5447. 1661.56 s [lens] 99% (133 /134) in 'Control.Lens.Fold'
  5448. 1661.56 s [lens] Missing documentation for:
  5449. 1661.56 s [lens] ifolding (src/Control/Lens/Fold.hs:206)
  5450. 1661.95 s [lens] Warning: 'prism' is out of scope.
  5451. 1661.95 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5452. 1661.95 s [lens] Warning: 'iso' is out of scope.
  5453. 1661.95 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5454. 1661.95 s [lens] Warning: 'itraversed' is out of scope.
  5455. 1661.95 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5456. 1661.95 s [lens] Warning: 'itraverse' is out of scope.
  5457. 1661.95 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5458. 1661.96 s [lens] Warning: 'for' is out of scope.
  5459. 1661.96 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5460. 1661.96 s [lens] Warning: 'forM' is out of scope.
  5461. 1661.96 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5462. 1661.96 s [lens] Warning: 'mapAccumR' is out of scope.
  5463. 1661.96 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5464. 1661.96 s [lens] Warning: 'mapAccumL' is out of scope.
  5465. 1661.96 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5466. 1661.97 s [lens] Warning: 'Bind' is out of scope.
  5467. 1661.97 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5468. 1661.98 s [lens] Warning: 'foo' is out of scope.
  5469. 1661.98 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5470. 1661.98 s [lens] Warning: 'bar' is out of scope.
  5471. 1661.98 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5472. 1661.98 s [lens] Warning: 'f' is out of scope.
  5473. 1661.98 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5474. 1661.98 s [lens] 92% ( 92 /100) in 'Control.Lens.Traversal'
  5475. 1661.98 s [lens] Missing documentation for:
  5476. 1661.98 s [lens] Traversal1' (src/Control/Lens/Type.hs:215)
  5477. 1661.98 s [lens] IndexedTraversal1 (src/Control/Lens/Type.hs:235)
  5478. 1661.98 s [lens] IndexedTraversal1' (src/Control/Lens/Type.hs:236)
  5479. 1661.98 s [lens] Traversing1 (src/Control/Lens/Traversal.hs:239)
  5480. 1661.98 s [lens] Traversing1' (src/Control/Lens/Traversal.hs:245)
  5481. 1661.98 s [lens] unsafePartsOf' (src/Control/Lens/Traversal.hs:657)
  5482. 1661.98 s [lens] Traversable1
  5483. 1661.98 s [lens] iunsafePartsOf' (src/Control/Lens/Traversal.hs:661)
  5484. 1662.21 s [lens] 100% ( 4 / 4) in 'Control.Lens.Level'
  5485. 1662.33 s [lens] Warning: '(->)' is out of scope.
  5486. 1662.33 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5487. 1662.33 s [lens] 95% ( 21 / 22) in 'Control.Lens.Reified'
  5488. 1662.33 s [lens] Missing documentation for:
  5489. 1662.33 s [lens] ReifiedIndexedFold (src/Control/Lens/Reified.hs:436)
  5490. 1662.73 s [lens] Warning: 'Handler' is ambiguous. It is defined
  5491. 1662.73 s [lens] * in ‘Control.Exception’
  5492. 1662.73 s [lens] * in ‘Control.Monad.Catch’
  5493. 1662.73 s [lens] * in ‘Control.Exception’
  5494. 1662.73 s [lens] * in ‘Control.Monad.Catch’
  5495. 1662.73 s [lens] You may be able to disambiguate the identifier by qualifying it or
  5496. 1662.73 s [lens] by specifying the type/value namespace explicitly.
  5497. 1662.73 s [lens] Defaulting to the one defined in ‘Control.Monad.Catch’
  5498. 1662.73 s [lens] Warning: 'catches' is ambiguous. It is defined
  5499. 1662.73 s [lens] * in ‘Control.Exception’
  5500. 1662.73 s [lens] * in ‘Control.Monad.Catch’
  5501. 1662.73 s [lens] You may be able to disambiguate the identifier by qualifying it or
  5502. 1662.73 s [lens] by specifying the type/value namespace explicitly.
  5503. 1662.73 s [lens] Defaulting to the one defined in ‘Control.Monad.Catch’
  5504. 1662.74 s [lens] 100% ( 3 / 3) in 'Control.Lens.Internal.Exception'
  5505. 1662.86 s [lens] 92% ( 51 / 55) in 'Control.Lens.Indexed'
  5506. 1662.86 s [lens] Missing documentation for:
  5507. 1662.86 s [lens] ifoldMapBy (src/Control/Lens/Indexed.hs:282)
  5508. 1662.86 s [lens] ifoldMapByOf (src/Control/Lens/Indexed.hs:285)
  5509. 1662.86 s [lens] itraverseBy (src/Control/Lens/Indexed.hs:288)
  5510. 1662.86 s [lens] itraverseByOf (src/Control/Lens/Indexed.hs:291)
  5511. 1662.97 s [lens] Warning: 'createAndTrim' is out of scope.
  5512. 1662.97 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5513. 1662.97 s [lens] 100% ( 5 / 5) in 'Control.Lens.Internal.ByteString'
  5514. 1663.03 s [lens] 96% ( 24 / 25) in 'Control.Lens.Equality'
  5515. 1663.03 s [lens] Missing documentation for:
  5516. 1663.03 s [lens] cloneEquality (src/Control/Lens/Equality.hs:112)
  5517. 1663.09 s [lens] Warning: 'ByteString' is out of scope.
  5518. 1663.09 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5519. 1663.09 s [lens] Warning: 'Text' is out of scope.
  5520. 1663.09 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5521. 1663.10 s [lens] 91% ( 51 / 56) in 'Control.Lens.Iso'
  5522. 1663.10 s [lens] Missing documentation for:
  5523. 1663.10 s [lens] Swapped (src/Control/Lens/Iso.hs:419)
  5524. 1663.10 s [lens] Strict (src/Control/Lens/Iso.hs:411)
  5525. 1663.10 s [lens] Lazy (src/Control/Lens/Iso.hs:415)
  5526. 1663.10 s [lens] Reversed (src/Control/Lens/Iso.hs:423)
  5527. 1663.10 s [lens] List (src/Control/Lens/Iso.hs:463)
  5528. 1663.18 s [lens] 33% ( 1 / 3) in 'Control.Lens.Empty'
  5529. 1663.18 s [lens] Missing documentation for:
  5530. 1663.18 s [lens] AsEmpty (src/Control/Lens/Empty.hs:65)
  5531. 1663.18 s [lens] Empty (src/Control/Lens/Empty.hs:75)
  5532. 1663.25 s [lens] 88% ( 15 / 17) in 'Control.Lens.Cons'
  5533. 1663.25 s [lens] Missing documentation for:
  5534. 1663.25 s [lens] :< (src/Control/Lens/Cons.hs:81)
  5535. 1663.25 s [lens] :> (src/Control/Lens/Cons.hs:88)
  5536. 1663.33 s [lens] 100% ( 6 / 6) in 'Control.Lens.Internal.Deque'
  5537. 1663.59 s [lens] 72% ( 16 / 22) in 'Control.Lens.Wrapped'
  5538. 1663.59 s [lens] Missing documentation for:
  5539. 1663.59 s [lens] _Unwrapped' (src/Control/Lens/Wrapped.hs:214)
  5540. 1663.59 s [lens] Rewrapped (src/Control/Lens/Wrapped.hs:209)
  5541. 1663.59 s [lens] Rewrapping (src/Control/Lens/Wrapped.hs:211)
  5542. 1663.59 s [lens] _Unwrapped (src/Control/Lens/Wrapped.hs:231)
  5543. 1663.59 s [lens] Wrapped (src/Control/Lens/Wrapped.hs:200)
  5544. 1663.59 s [lens] Unwrapped (src/Control/Lens/Wrapped.hs:204)
  5545. 1664.20 s [lens] 30% ( 14 / 46) in 'Control.Lens.Internal.TH'
  5546. 1664.20 s [lens] Missing documentation for:
  5547. 1664.20 s [lens] TyVarBndrVis (src/Control/Lens/Internal/TH.hs:168)
  5548. 1664.20 s [lens] composeValName (src/Control/Lens/Internal/TH.hs:241)
  5549. 1664.20 s [lens] idValName (src/Control/Lens/Internal/TH.hs:244)
  5550. 1664.20 s [lens] fmapValName (src/Control/Lens/Internal/TH.hs:247)
  5551. 1664.20 s [lens] pureValName (src/Control/Lens/Internal/TH.hs:250)
  5552. 1664.20 s [lens] apValName (src/Control/Lens/Internal/TH.hs:253)
  5553. 1664.20 s [lens] datatypeTypeKinded (src/Control/Lens/Internal/TH.hs:104)
  5554. 1664.20 s [lens] isDataFamily (src/Control/Lens/Internal/TH.hs:158)
  5555. 1664.20 s [lens] bndrReq (src/Control/Lens/Internal/TH.hs:170)
  5556. 1664.20 s [lens] traversalTypeName (src/Control/Lens/Internal/TH.hs:180)
  5557. 1664.20 s [lens] traversal'TypeName (src/Control/Lens/Internal/TH.hs:183)
  5558. 1664.20 s [lens] lensTypeName (src/Control/Lens/Internal/TH.hs:186)
  5559. 1664.20 s [lens] lens'TypeName (src/Control/Lens/Internal/TH.hs:189)
  5560. 1664.20 s [lens] isoTypeName (src/Control/Lens/Internal/TH.hs:192)
  5561. 1664.20 s [lens] iso'TypeName (src/Control/Lens/Internal/TH.hs:195)
  5562. 1664.20 s [lens] getterTypeName (src/Control/Lens/Internal/TH.hs:198)
  5563. 1664.20 s [lens] foldTypeName (src/Control/Lens/Internal/TH.hs:201)
  5564. 1664.20 s [lens] prismTypeName (src/Control/Lens/Internal/TH.hs:204)
  5565. 1664.20 s [lens] prism'TypeName (src/Control/Lens/Internal/TH.hs:207)
  5566. 1664.20 s [lens] reviewTypeName (src/Control/Lens/Internal/TH.hs:210)
  5567. 1664.21 s [lens] wrappedTypeName (src/Control/Lens/Internal/TH.hs:213)
  5568. 1664.21 s [lens] unwrappedTypeName (src/Control/Lens/Internal/TH.hs:216)
  5569. 1664.21 s [lens] rewrappedTypeName (src/Control/Lens/Internal/TH.hs:219)
  5570. 1664.21 s [lens] _wrapped'ValName (src/Control/Lens/Internal/TH.hs:222)
  5571. 1664.21 s [lens] isoValName (src/Control/Lens/Internal/TH.hs:225)
  5572. 1664.21 s [lens] prismValName (src/Control/Lens/Internal/TH.hs:228)
  5573. 1664.21 s [lens] untoValName (src/Control/Lens/Internal/TH.hs:231)
  5574. 1664.21 s [lens] phantomValName (src/Control/Lens/Internal/TH.hs:234)
  5575. 1664.21 s [lens] phantom2 (src/Control/Lens/Internal/TH.hs:237)
  5576. 1664.21 s [lens] rightDataName (src/Control/Lens/Internal/TH.hs:256)
  5577. 1664.21 s [lens] leftDataName (src/Control/Lens/Internal/TH.hs:259)
  5578. 1664.21 s [lens] inlinePragma (src/Control/Lens/Internal/TH.hs:267)
  5579. 1664.25 s [lens] Warning: 'State' is ambiguous. It is defined
  5580. 1664.25 s [lens] * in ‘Control.Monad.Trans.State.Lazy’
  5581. 1664.25 s [lens] * in ‘Control.Monad.Trans.State.Strict’
  5582. 1664.25 s [lens] You may be able to disambiguate the identifier by qualifying it or
  5583. 1664.25 s [lens] by specifying the type/value namespace explicitly.
  5584. 1664.25 s [lens] Defaulting to the one defined in ‘Control.Monad.Trans.State.Strict’
  5585. 1664.25 s [lens] Warning: 'StateT' is ambiguous. It is defined
  5586. 1664.25 s [lens] * in ‘Control.Monad.Trans.State.Lazy’
  5587. 1664.25 s [lens] * in ‘Control.Monad.Trans.State.Strict’
  5588. 1664.25 s [lens] * in ‘Control.Monad.Trans.State.Lazy’
  5589. 1664.25 s [lens] * in ‘Control.Monad.Trans.State.Strict’
  5590. 1664.25 s [lens] You may be able to disambiguate the identifier by qualifying it or
  5591. 1664.25 s [lens] by specifying the type/value namespace explicitly.
  5592. 1664.25 s [lens] Defaulting to the one defined in ‘Control.Monad.Trans.State.Strict’
  5593. 1664.25 s [lens] Warning: 'RWST' is ambiguous. It is defined
  5594. 1664.25 s [lens] * in ‘Control.Monad.Trans.RWS.Lazy’
  5595. 1664.25 s [lens] * in ‘Control.Monad.Trans.RWS.Strict’
  5596. 1664.25 s [lens] * in ‘Control.Monad.Trans.RWS.Lazy’
  5597. 1664.25 s [lens] * in ‘Control.Monad.Trans.RWS.Strict’
  5598. 1664.25 s [lens] You may be able to disambiguate the identifier by qualifying it or
  5599. 1664.25 s [lens] by specifying the type/value namespace explicitly.
  5600. 1664.25 s [lens] Defaulting to the one defined in ‘Control.Monad.Trans.RWS.Strict’
  5601. 1664.25 s [lens] Warning: 'Error' is out of scope.
  5602. 1664.25 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5603. 1664.25 s [lens] Warning: 'ErrorT' is out of scope.
  5604. 1664.25 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5605. 1664.26 s [lens] Warning: 'RWS' is ambiguous. It is defined
  5606. 1664.26 s [lens] * in ‘Control.Monad.Trans.RWS.Lazy’
  5607. 1664.26 s [lens] * in ‘Control.Monad.Trans.RWS.Strict’
  5608. 1664.26 s [lens] You may be able to disambiguate the identifier by qualifying it or
  5609. 1664.26 s [lens] by specifying the type/value namespace explicitly.
  5610. 1664.26 s [lens] Defaulting to the one defined in ‘Control.Monad.Trans.RWS.Strict’
  5611. 1664.26 s [lens] 100% ( 5 / 5) in 'Control.Lens.Zoom'
  5612. 1664.36 s [lens] Warning: 'holesOnOf' is out of scope.
  5613. 1664.36 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5614. 1664.36 s [lens] Warning: 'a' is out of scope.
  5615. 1664.36 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5616. 1664.36 s [lens] 100% ( 13 / 13) in 'Data.Data.Lens'
  5617. 1664.51 s [lens] Warning: 'composOpMonoid' is out of scope.
  5618. 1664.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5619. 1664.51 s [lens] Warning: 'composOpMPlus' is out of scope.
  5620. 1664.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5621. 1664.51 s [lens] Warning: 'composOp' is out of scope.
  5622. 1664.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5623. 1664.51 s [lens] Warning: 'descend' is out of scope.
  5624. 1664.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5625. 1664.51 s [lens] Warning: 'composOpM' is out of scope.
  5626. 1664.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5627. 1664.51 s [lens] Warning: 'descendM' is out of scope.
  5628. 1664.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5629. 1664.51 s [lens] Warning: 'composOpM_' is out of scope.
  5630. 1664.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5631. 1664.51 s [lens] Warning: 'descendM_' is out of scope.
  5632. 1664.51 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5633. 1664.52 s [lens] 96% ( 48 / 50) in 'Control.Lens.Plated'
  5634. 1664.52 s [lens] Missing documentation for:
  5635. 1664.52 s [lens] GPlated (src/Control/Lens/Plated.hs:758)
  5636. 1664.52 s [lens] GPlated1 (src/Control/Lens/Plated.hs:799)
  5637. 1664.62 s [lens] Warning: 'Set' is out of scope.
  5638. 1664.62 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5639. 1664.62 s [lens] 100% ( 4 / 4) in 'Data.HashSet.Lens'
  5640. 1664.63 s [lens] 50% ( 2 / 4) in 'Data.List.Lens'
  5641. 1664.63 s [lens] Missing documentation for:
  5642. 1664.63 s [lens] Prefixed (src/Control/Lens/Prism.hs:388)
  5643. 1664.63 s [lens] Suffixed (src/Control/Lens/Prism.hs:422)
  5644. 1664.64 s [lens] Warning: 'IndexedGetter' is out of scope.
  5645. 1664.64 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5646. 1664.64 s [lens] Warning: 'IndexedFold' is out of scope.
  5647. 1664.64 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5648. 1664.64 s [lens] Warning: 'IndexedLens'' is out of scope.
  5649. 1664.64 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5650. 1664.64 s [lens] Warning: 'IndexedTraversal'' is out of scope.
  5651. 1664.64 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5652. 1664.64 s [lens] 100% ( 2 / 2) in 'Data.Map.Lens'
  5653. 1664.65 s [lens] 100% ( 3 / 3) in 'Data.Set.Lens'
  5654. 1664.67 s [lens] Warning: 'pack' is out of scope.
  5655. 1664.67 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5656. 1664.67 s [lens] Warning: 'unpack' is out of scope.
  5657. 1664.67 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5658. 1664.67 s [lens] Warning: 'Text' is ambiguous. It is defined
  5659. 1664.67 s [lens] * at src/Data/Text/Lazy/Lens.hs:149:1
  5660. 1664.67 s [lens] * in ‘Data.Text.Internal.Lazy’
  5661. 1664.67 s [lens] You may be able to disambiguate the identifier by qualifying it or
  5662. 1664.67 s [lens] by specifying the type/value namespace explicitly.
  5663. 1664.67 s [lens] Defaulting to the one defined at src/Data/Text/Lazy/Lens.hs:149:1
  5664. 1664.67 s [lens] Warning: 'fromLazyText' is out of scope.
  5665. 1664.67 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5666. 1664.67 s [lens] Warning: 'toLazyText' is out of scope.
  5667. 1664.67 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5668. 1664.67 s [lens] Warning: 'each' is out of scope.
  5669. 1664.67 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5670. 1664.67 s [lens] 87% ( 7 / 8) in 'Data.Text.Lazy.Lens'
  5671. 1664.67 s [lens] Missing documentation for:
  5672. 1664.67 s [lens] Text (src/Data/Text/Lazy/Lens.hs:148)
  5673. 1664.70 s [lens] Warning: 'pack' is out of scope.
  5674. 1664.70 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5675. 1664.70 s [lens] Warning: 'unpack' is out of scope.
  5676. 1664.70 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5677. 1664.70 s [lens] Warning: 'Text' is ambiguous. It is defined
  5678. 1664.70 s [lens] * at src/Data/Text/Strict/Lens.hs:141:1
  5679. 1664.70 s [lens] * in ‘Data.Text.Internal’
  5680. 1664.70 s [lens] You may be able to disambiguate the identifier by qualifying it or
  5681. 1664.70 s [lens] by specifying the type/value namespace explicitly.
  5682. 1664.70 s [lens] Defaulting to the one defined at src/Data/Text/Strict/Lens.hs:141:1
  5683. 1664.70 s [lens] Warning: 'fromText' is out of scope.
  5684. 1664.70 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5685. 1664.70 s [lens] Warning: 'toLazyText' is out of scope.
  5686. 1664.70 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5687. 1664.70 s [lens] Warning: 'each' is out of scope.
  5688. 1664.70 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5689. 1664.70 s [lens] 87% ( 7 / 8) in 'Data.Text.Strict.Lens'
  5690. 1664.70 s [lens] Missing documentation for:
  5691. 1664.70 s [lens] Text (src/Data/Text/Strict/Lens.hs:140)
  5692. 1664.73 s [lens] Warning: 'pack' is out of scope.
  5693. 1664.73 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5694. 1664.73 s [lens] Warning: 'unpack' is out of scope.
  5695. 1664.73 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5696. 1664.73 s [lens] Warning: 'fromText' is out of scope.
  5697. 1664.73 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5698. 1664.73 s [lens] 80% ( 4 / 5) in 'Data.Text.Lens'
  5699. 1664.73 s [lens] Missing documentation for:
  5700. 1664.73 s [lens] Text (src/Data/Text/Lens.hs:102)
  5701. 1664.77 s [lens] Warning: 'ix' is out of scope.
  5702. 1664.77 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5703. 1664.77 s [lens] 100% ( 15 / 15) in 'Data.Vector.Generic.Lens'
  5704. 1664.85 s [lens] 100% ( 3 / 3) in 'Control.Lens.Each'
  5705. 1664.96 s [lens] 92% ( 13 / 14) in 'Control.Lens.At'
  5706. 1664.96 s [lens] Missing documentation for:
  5707. 1664.96 s [lens] Index (src/Control/Lens/At.hs:91)
  5708. 1665.39 s [lens] 23% ( 72 /302) in 'Language.Haskell.TH.Lens'
  5709. 1665.39 s [lens] Missing documentation for:
  5710. 1665.39 s [lens] locFileName (src/Language/Haskell/TH/Lens.hs:689)
  5711. 1665.39 s [lens] locPackage (src/Language/Haskell/TH/Lens.hs:693)
  5712. 1665.39 s [lens] locModule (src/Language/Haskell/TH/Lens.hs:697)
  5713. 1665.39 s [lens] locStart (src/Language/Haskell/TH/Lens.hs:701)
  5714. 1665.39 s [lens] locEnd (src/Language/Haskell/TH/Lens.hs:705)
  5715. 1665.39 s [lens] funDepInputs (src/Language/Haskell/TH/Lens.hs:709)
  5716. 1665.39 s [lens] funDepOutputs (src/Language/Haskell/TH/Lens.hs:714)
  5717. 1665.39 s [lens] matchPattern (src/Language/Haskell/TH/Lens.hs:731)
  5718. 1665.39 s [lens] matchBody (src/Language/Haskell/TH/Lens.hs:736)
  5719. 1665.39 s [lens] matchDeclarations (src/Language/Haskell/TH/Lens.hs:741)
  5720. 1665.39 s [lens] fixityPrecedence (src/Language/Haskell/TH/Lens.hs:746)
  5721. 1665.39 s [lens] fixityDirection (src/Language/Haskell/TH/Lens.hs:751)
  5722. 1665.39 s [lens] clausePattern (src/Language/Haskell/TH/Lens.hs:756)
  5723. 1665.39 s [lens] clauseBody (src/Language/Haskell/TH/Lens.hs:761)
  5724. 1665.39 s [lens] clauseDecs (src/Language/Haskell/TH/Lens.hs:766)
  5725. 1665.39 s [lens] fieldExpName (src/Language/Haskell/TH/Lens.hs:719)
  5726. 1665.39 s [lens] fieldExpExpression (src/Language/Haskell/TH/Lens.hs:722)
  5727. 1665.39 s [lens] fieldPatName (src/Language/Haskell/TH/Lens.hs:725)
  5728. 1665.39 s [lens] fieldPatPattern (src/Language/Haskell/TH/Lens.hs:728)
  5729. 1665.39 s [lens] tySynEqnLHS (src/Language/Haskell/TH/Lens.hs:1677)
  5730. 1665.39 s [lens] tySynEqnPatterns (src/Language/Haskell/TH/Lens.hs:1682)
  5731. 1665.39 s [lens] tySynEqnResult (src/Language/Haskell/TH/Lens.hs:1689)
  5732. 1665.39 s [lens] injectivityAnnOutput (src/Language/Haskell/TH/Lens.hs:771)
  5733. 1665.39 s [lens] injectivityAnnInputs (src/Language/Haskell/TH/Lens.hs:776)
  5734. 1665.39 s [lens] typeFamilyHeadName (src/Language/Haskell/TH/Lens.hs:781)
  5735. 1665.39 s [lens] typeFamilyHeadTyVarBndrs (src/Language/Haskell/TH/Lens.hs:786)
  5736. 1665.39 s [lens] typeFamilyHeadResultSig (src/Language/Haskell/TH/Lens.hs:791)
  5737. 1665.39 s [lens] typeFamilyHeadInjectivityAnn (src/Language/Haskell/TH/Lens.hs:796)
  5738. 1665.39 s [lens] bangSourceUnpackedness (src/Language/Haskell/TH/Lens.hs:801)
  5739. 1665.39 s [lens] bangSourceStrictness (src/Language/Haskell/TH/Lens.hs:806)
  5740. 1665.39 s [lens] derivClauseStrategy (src/Language/Haskell/TH/Lens.hs:812)
  5741. 1665.39 s [lens] derivClauseCxt (src/Language/Haskell/TH/Lens.hs:817)
  5742. 1665.39 s [lens] _ClassI (src/Language/Haskell/TH/Lens.hs:823)
  5743. 1665.39 s [lens] _ClassOpI (src/Language/Haskell/TH/Lens.hs:831)
  5744. 1665.39 s [lens] _TyConI (src/Language/Haskell/TH/Lens.hs:839)
  5745. 1665.39 s [lens] _FamilyI (src/Language/Haskell/TH/Lens.hs:847)
  5746. 1665.39 s [lens] _PrimTyConI (src/Language/Haskell/TH/Lens.hs:855)
  5747. 1665.39 s [lens] _DataConI (src/Language/Haskell/TH/Lens.hs:863)
  5748. 1665.39 s [lens] _VarI (src/Language/Haskell/TH/Lens.hs:871)
  5749. 1665.39 s [lens] _TyVarI (src/Language/Haskell/TH/Lens.hs:879)
  5750. 1665.39 s [lens] _PatSynI (src/Language/Haskell/TH/Lens.hs:888)
  5751. 1665.39 s [lens] _FunD (src/Language/Haskell/TH/Lens.hs:897)
  5752. 1665.39 s [lens] _ValD (src/Language/Haskell/TH/Lens.hs:905)
  5753. 1665.39 s [lens] _TySynD (src/Language/Haskell/TH/Lens.hs:913)
  5754. 1665.39 s [lens] _ClassD (src/Language/Haskell/TH/Lens.hs:921)
  5755. 1665.39 s [lens] _InstanceD (src/Language/Haskell/TH/Lens.hs:929)
  5756. 1665.39 s [lens] _SigD (src/Language/Haskell/TH/Lens.hs:965)
  5757. 1665.39 s [lens] _ForeignD (src/Language/Haskell/TH/Lens.hs:973)
  5758. 1665.39 s [lens] _InfixD (src/Language/Haskell/TH/Lens.hs:981)
  5759. 1665.39 s [lens] _PragmaD (src/Language/Haskell/TH/Lens.hs:989)
  5760. 1665.39 s [lens] _ClosedTypeFamilyD (src/Language/Haskell/TH/Lens.hs:1114)
  5761. 1665.39 s [lens] _RoleAnnotD (src/Language/Haskell/TH/Lens.hs:1021)
  5762. 1665.39 s [lens] _DefaultSigD (src/Language/Haskell/TH/Lens.hs:1052)
  5763. 1665.39 s [lens] _DataFamilyD (src/Language/Haskell/TH/Lens.hs:1148)
  5764. 1665.39 s [lens] _OpenTypeFamilyD (src/Language/Haskell/TH/Lens.hs:1156)
  5765. 1665.39 s [lens] _PatSynD (src/Language/Haskell/TH/Lens.hs:1165)
  5766. 1665.39 s [lens] _PatSynSigD (src/Language/Haskell/TH/Lens.hs:1173)
  5767. 1665.39 s [lens] _ImplicitParamBindD (src/Language/Haskell/TH/Lens.hs:1183)
  5768. 1665.39 s [lens] _DefaultD (src/Language/Haskell/TH/Lens.hs:1193)
  5769. 1665.39 s [lens] _TypeDataD (src/Language/Haskell/TH/Lens.hs:1203)
  5770. 1665.39 s [lens] _Unidir (src/Language/Haskell/TH/Lens.hs:1213)
  5771. 1665.39 s [lens] _ImplBidir (src/Language/Haskell/TH/Lens.hs:1221)
  5772. 1665.39 s [lens] _ExplBidir (src/Language/Haskell/TH/Lens.hs:1229)
  5773. 1665.39 s [lens] _PrefixPatSyn (src/Language/Haskell/TH/Lens.hs:1237)
  5774. 1665.39 s [lens] _InfixPatSyn (src/Language/Haskell/TH/Lens.hs:1245)
  5775. 1665.39 s [lens] _RecordPatSyn (src/Language/Haskell/TH/Lens.hs:1253)
  5776. 1665.39 s [lens] _NormalC (src/Language/Haskell/TH/Lens.hs:1262)
  5777. 1665.39 s [lens] _RecC (src/Language/Haskell/TH/Lens.hs:1270)
  5778. 1665.39 s [lens] _InfixC (src/Language/Haskell/TH/Lens.hs:1278)
  5779. 1665.39 s [lens] _ForallC (src/Language/Haskell/TH/Lens.hs:1286)
  5780. 1665.39 s [lens] _GadtC (src/Language/Haskell/TH/Lens.hs:1294)
  5781. 1665.39 s [lens] _RecGadtC (src/Language/Haskell/TH/Lens.hs:1302)
  5782. 1665.39 s [lens] _Overlappable (src/Language/Haskell/TH/Lens.hs:937)
  5783. 1665.39 s [lens] _Overlapping (src/Language/Haskell/TH/Lens.hs:944)
  5784. 1665.39 s [lens] _Overlaps (src/Language/Haskell/TH/Lens.hs:951)
  5785. 1665.39 s [lens] _Incoherent (src/Language/Haskell/TH/Lens.hs:958)
  5786. 1665.39 s [lens] _NoSourceUnpackedness (src/Language/Haskell/TH/Lens.hs:1310)
  5787. 1665.39 s [lens] _SourceNoUnpack (src/Language/Haskell/TH/Lens.hs:1318)
  5788. 1665.39 s [lens] _SourceUnpack (src/Language/Haskell/TH/Lens.hs:1326)
  5789. 1665.39 s [lens] _NoSourceStrictness (src/Language/Haskell/TH/Lens.hs:1334)
  5790. 1665.39 s [lens] _SourceLazy (src/Language/Haskell/TH/Lens.hs:1342)
  5791. 1665.39 s [lens] _SourceStrict (src/Language/Haskell/TH/Lens.hs:1350)
  5792. 1665.39 s [lens] _DecidedLazy (src/Language/Haskell/TH/Lens.hs:1358)
  5793. 1665.39 s [lens] _DecidedStrict (src/Language/Haskell/TH/Lens.hs:1366)
  5794. 1665.39 s [lens] _DecidedUnpack (src/Language/Haskell/TH/Lens.hs:1374)
  5795. 1665.39 s [lens] _ImportF (src/Language/Haskell/TH/Lens.hs:1382)
  5796. 1665.39 s [lens] _ExportF (src/Language/Haskell/TH/Lens.hs:1390)
  5797. 1665.39 s [lens] _CCall (src/Language/Haskell/TH/Lens.hs:1398)
  5798. 1665.39 s [lens] _StdCall (src/Language/Haskell/TH/Lens.hs:1406)
  5799. 1665.39 s [lens] _CApi (src/Language/Haskell/TH/Lens.hs:1414)
  5800. 1665.39 s [lens] _Prim (src/Language/Haskell/TH/Lens.hs:1422)
  5801. 1665.39 s [lens] _JavaScript (src/Language/Haskell/TH/Lens.hs:1430)
  5802. 1665.39 s [lens] _Unsafe (src/Language/Haskell/TH/Lens.hs:1438)
  5803. 1665.39 s [lens] _Safe (src/Language/Haskell/TH/Lens.hs:1446)
  5804. 1665.39 s [lens] _Interruptible (src/Language/Haskell/TH/Lens.hs:1454)
  5805. 1665.39 s [lens] _InlineP (src/Language/Haskell/TH/Lens.hs:1462)
  5806. 1665.39 s [lens] _SpecialiseP (src/Language/Haskell/TH/Lens.hs:1470)
  5807. 1665.39 s [lens] _SpecialiseInstP (src/Language/Haskell/TH/Lens.hs:1480)
  5808. 1665.39 s [lens] _AnnP (src/Language/Haskell/TH/Lens.hs:1511)
  5809. 1665.39 s [lens] _LineP (src/Language/Haskell/TH/Lens.hs:1519)
  5810. 1665.39 s [lens] _CompleteP (src/Language/Haskell/TH/Lens.hs:1528)
  5811. 1665.39 s [lens] _OpaqueP (src/Language/Haskell/TH/Lens.hs:1538)
  5812. 1665.39 s [lens] _NoInline (src/Language/Haskell/TH/Lens.hs:1547)
  5813. 1665.39 s [lens] _Inline (src/Language/Haskell/TH/Lens.hs:1555)
  5814. 1665.39 s [lens] _Inlinable (src/Language/Haskell/TH/Lens.hs:1563)
  5815. 1665.39 s [lens] _ConLike (src/Language/Haskell/TH/Lens.hs:1571)
  5816. 1665.39 s [lens] _FunLike (src/Language/Haskell/TH/Lens.hs:1579)
  5817. 1665.40 s [lens] _AllPhases (src/Language/Haskell/TH/Lens.hs:1587)
  5818. 1665.40 s [lens] _FromPhase (src/Language/Haskell/TH/Lens.hs:1595)
  5819. 1665.40 s [lens] _BeforePhase (src/Language/Haskell/TH/Lens.hs:1603)
  5820. 1665.40 s [lens] _RuleVar (src/Language/Haskell/TH/Lens.hs:1611)
  5821. 1665.40 s [lens] _TypedRuleVar (src/Language/Haskell/TH/Lens.hs:1619)
  5822. 1665.40 s [lens] _ModuleAnnotation (src/Language/Haskell/TH/Lens.hs:1627)
  5823. 1665.40 s [lens] _TypeAnnotation (src/Language/Haskell/TH/Lens.hs:1635)
  5824. 1665.40 s [lens] _ValueAnnotation (src/Language/Haskell/TH/Lens.hs:1643)
  5825. 1665.40 s [lens] _FunDep (src/Language/Haskell/TH/Lens.hs:1651)
  5826. 1665.40 s [lens] _InfixL (src/Language/Haskell/TH/Lens.hs:1705)
  5827. 1665.40 s [lens] _InfixR (src/Language/Haskell/TH/Lens.hs:1713)
  5828. 1665.40 s [lens] _InfixN (src/Language/Haskell/TH/Lens.hs:1721)
  5829. 1665.40 s [lens] _VarE (src/Language/Haskell/TH/Lens.hs:1729)
  5830. 1665.40 s [lens] _ConE (src/Language/Haskell/TH/Lens.hs:1737)
  5831. 1665.40 s [lens] _LitE (src/Language/Haskell/TH/Lens.hs:1745)
  5832. 1665.40 s [lens] _AppE (src/Language/Haskell/TH/Lens.hs:1753)
  5833. 1665.40 s [lens] _AppTypeE (src/Language/Haskell/TH/Lens.hs:1762)
  5834. 1665.40 s [lens] _InfixE (src/Language/Haskell/TH/Lens.hs:1771)
  5835. 1665.40 s [lens] _UInfixE (src/Language/Haskell/TH/Lens.hs:1779)
  5836. 1665.40 s [lens] _ParensE (src/Language/Haskell/TH/Lens.hs:1787)
  5837. 1665.40 s [lens] _LamE (src/Language/Haskell/TH/Lens.hs:1795)
  5838. 1665.40 s [lens] _LamCaseE (src/Language/Haskell/TH/Lens.hs:1803)
  5839. 1665.40 s [lens] _UnboxedSumE (src/Language/Haskell/TH/Lens.hs:1846)
  5840. 1665.40 s [lens] _CondE (src/Language/Haskell/TH/Lens.hs:1855)
  5841. 1665.40 s [lens] _MultiIfE (src/Language/Haskell/TH/Lens.hs:1863)
  5842. 1665.40 s [lens] _LetE (src/Language/Haskell/TH/Lens.hs:1871)
  5843. 1665.40 s [lens] _CaseE (src/Language/Haskell/TH/Lens.hs:1879)
  5844. 1665.40 s [lens] _CompE (src/Language/Haskell/TH/Lens.hs:1910)
  5845. 1665.40 s [lens] _ArithSeqE (src/Language/Haskell/TH/Lens.hs:1918)
  5846. 1665.40 s [lens] _ListE (src/Language/Haskell/TH/Lens.hs:1926)
  5847. 1665.40 s [lens] _SigE (src/Language/Haskell/TH/Lens.hs:1934)
  5848. 1665.40 s [lens] _RecConE (src/Language/Haskell/TH/Lens.hs:1942)
  5849. 1665.40 s [lens] _RecUpdE (src/Language/Haskell/TH/Lens.hs:1950)
  5850. 1665.40 s [lens] _StaticE (src/Language/Haskell/TH/Lens.hs:1958)
  5851. 1665.40 s [lens] _UnboundVarE (src/Language/Haskell/TH/Lens.hs:1966)
  5852. 1665.40 s [lens] _LabelE (src/Language/Haskell/TH/Lens.hs:1975)
  5853. 1665.40 s [lens] _ImplicitParamVarE (src/Language/Haskell/TH/Lens.hs:2008)
  5854. 1665.40 s [lens] _GetFieldE (src/Language/Haskell/TH/Lens.hs:2018)
  5855. 1665.40 s [lens] _ProjectionE (src/Language/Haskell/TH/Lens.hs:2026)
  5856. 1665.40 s [lens] _LamCasesE (src/Language/Haskell/TH/Lens.hs:2036)
  5857. 1665.40 s [lens] _GuardedB (src/Language/Haskell/TH/Lens.hs:2063)
  5858. 1665.40 s [lens] _NormalB (src/Language/Haskell/TH/Lens.hs:2071)
  5859. 1665.40 s [lens] _NormalG (src/Language/Haskell/TH/Lens.hs:2079)
  5860. 1665.40 s [lens] _PatG (src/Language/Haskell/TH/Lens.hs:2087)
  5861. 1665.40 s [lens] _BindS (src/Language/Haskell/TH/Lens.hs:2095)
  5862. 1665.40 s [lens] _LetS (src/Language/Haskell/TH/Lens.hs:2103)
  5863. 1665.40 s [lens] _NoBindS (src/Language/Haskell/TH/Lens.hs:2111)
  5864. 1665.40 s [lens] _ParS (src/Language/Haskell/TH/Lens.hs:2119)
  5865. 1665.40 s [lens] _RecS (src/Language/Haskell/TH/Lens.hs:2128)
  5866. 1665.40 s [lens] _FromR (src/Language/Haskell/TH/Lens.hs:2137)
  5867. 1665.40 s [lens] _FromThenR (src/Language/Haskell/TH/Lens.hs:2145)
  5868. 1665.40 s [lens] _FromToR (src/Language/Haskell/TH/Lens.hs:2153)
  5869. 1665.40 s [lens] _FromThenToR (src/Language/Haskell/TH/Lens.hs:2161)
  5870. 1665.40 s [lens] _CharL (src/Language/Haskell/TH/Lens.hs:2169)
  5871. 1665.40 s [lens] _StringL (src/Language/Haskell/TH/Lens.hs:2177)
  5872. 1665.40 s [lens] _IntegerL (src/Language/Haskell/TH/Lens.hs:2185)
  5873. 1665.40 s [lens] _RationalL (src/Language/Haskell/TH/Lens.hs:2193)
  5874. 1665.40 s [lens] _IntPrimL (src/Language/Haskell/TH/Lens.hs:2201)
  5875. 1665.40 s [lens] _WordPrimL (src/Language/Haskell/TH/Lens.hs:2209)
  5876. 1665.40 s [lens] _FloatPrimL (src/Language/Haskell/TH/Lens.hs:2217)
  5877. 1665.40 s [lens] _DoublePrimL (src/Language/Haskell/TH/Lens.hs:2225)
  5878. 1665.40 s [lens] _StringPrimL (src/Language/Haskell/TH/Lens.hs:2233)
  5879. 1665.40 s [lens] _CharPrimL (src/Language/Haskell/TH/Lens.hs:2241)
  5880. 1665.40 s [lens] _BytesPrimL (src/Language/Haskell/TH/Lens.hs:2250)
  5881. 1665.40 s [lens] _LitP (src/Language/Haskell/TH/Lens.hs:2259)
  5882. 1665.40 s [lens] _VarP (src/Language/Haskell/TH/Lens.hs:2267)
  5883. 1665.40 s [lens] _TupP (src/Language/Haskell/TH/Lens.hs:2275)
  5884. 1665.40 s [lens] _UnboxedTupP (src/Language/Haskell/TH/Lens.hs:2283)
  5885. 1665.40 s [lens] _UnboxedSumP (src/Language/Haskell/TH/Lens.hs:2292)
  5886. 1665.40 s [lens] _InfixP (src/Language/Haskell/TH/Lens.hs:2324)
  5887. 1665.40 s [lens] _UInfixP (src/Language/Haskell/TH/Lens.hs:2332)
  5888. 1665.40 s [lens] _ParensP (src/Language/Haskell/TH/Lens.hs:2340)
  5889. 1665.40 s [lens] _TildeP (src/Language/Haskell/TH/Lens.hs:2348)
  5890. 1665.40 s [lens] _BangP (src/Language/Haskell/TH/Lens.hs:2356)
  5891. 1665.40 s [lens] _AsP (src/Language/Haskell/TH/Lens.hs:2364)
  5892. 1665.40 s [lens] _WildP (src/Language/Haskell/TH/Lens.hs:2372)
  5893. 1665.40 s [lens] _RecP (src/Language/Haskell/TH/Lens.hs:2380)
  5894. 1665.40 s [lens] _ListP (src/Language/Haskell/TH/Lens.hs:2388)
  5895. 1665.40 s [lens] _SigP (src/Language/Haskell/TH/Lens.hs:2396)
  5896. 1665.40 s [lens] _ViewP (src/Language/Haskell/TH/Lens.hs:2404)
  5897. 1665.40 s [lens] _ForallT (src/Language/Haskell/TH/Lens.hs:2412)
  5898. 1665.40 s [lens] _AppT (src/Language/Haskell/TH/Lens.hs:2420)
  5899. 1665.40 s [lens] _SigT (src/Language/Haskell/TH/Lens.hs:2428)
  5900. 1665.40 s [lens] _VarT (src/Language/Haskell/TH/Lens.hs:2436)
  5901. 1665.40 s [lens] _ConT (src/Language/Haskell/TH/Lens.hs:2444)
  5902. 1665.40 s [lens] _PromotedT (src/Language/Haskell/TH/Lens.hs:2452)
  5903. 1665.40 s [lens] _TupleT (src/Language/Haskell/TH/Lens.hs:2460)
  5904. 1665.40 s [lens] _UnboxedTupleT (src/Language/Haskell/TH/Lens.hs:2468)
  5905. 1665.40 s [lens] _UnboxedSumT (src/Language/Haskell/TH/Lens.hs:2477)
  5906. 1665.40 s [lens] _ArrowT (src/Language/Haskell/TH/Lens.hs:2486)
  5907. 1665.40 s [lens] _EqualityT (src/Language/Haskell/TH/Lens.hs:2494)
  5908. 1665.40 s [lens] _ListT (src/Language/Haskell/TH/Lens.hs:2502)
  5909. 1665.40 s [lens] _PromotedTupleT (src/Language/Haskell/TH/Lens.hs:2510)
  5910. 1665.40 s [lens] _PromotedNilT (src/Language/Haskell/TH/Lens.hs:2518)
  5911. 1665.40 s [lens] _PromotedConsT (src/Language/Haskell/TH/Lens.hs:2526)
  5912. 1665.40 s [lens] _StarT (src/Language/Haskell/TH/Lens.hs:2534)
  5913. 1665.40 s [lens] _ConstraintT (src/Language/Haskell/TH/Lens.hs:2542)
  5914. 1665.40 s [lens] _LitT (src/Language/Haskell/TH/Lens.hs:2550)
  5915. 1665.40 s [lens] _InfixT (src/Language/Haskell/TH/Lens.hs:2558)
  5916. 1665.40 s [lens] _UInfixT (src/Language/Haskell/TH/Lens.hs:2566)
  5917. 1665.40 s [lens] _ParensT (src/Language/Haskell/TH/Lens.hs:2574)
  5918. 1665.40 s [lens] _WildCardT (src/Language/Haskell/TH/Lens.hs:2582)
  5919. 1665.40 s [lens] _AppKindT (src/Language/Haskell/TH/Lens.hs:2591)
  5920. 1665.40 s [lens] _ImplicitParamT (src/Language/Haskell/TH/Lens.hs:2599)
  5921. 1665.40 s [lens] _ForallVisT (src/Language/Haskell/TH/Lens.hs:2609)
  5922. 1665.40 s [lens] _MulArrowT (src/Language/Haskell/TH/Lens.hs:2619)
  5923. 1665.40 s [lens] _PromotedInfixT (src/Language/Haskell/TH/Lens.hs:2629)
  5924. 1665.40 s [lens] _PromotedUInfixT (src/Language/Haskell/TH/Lens.hs:2637)
  5925. 1665.40 s [lens] _SpecifiedSpec (src/Language/Haskell/TH/Lens.hs:2647)
  5926. 1665.40 s [lens] _InferredSpec (src/Language/Haskell/TH/Lens.hs:2655)
  5927. 1665.40 s [lens] _NoSig (src/Language/Haskell/TH/Lens.hs:2728)
  5928. 1665.40 s [lens] _KindSig (src/Language/Haskell/TH/Lens.hs:2736)
  5929. 1665.40 s [lens] _TyVarSig (src/Language/Haskell/TH/Lens.hs:2744)
  5930. 1665.40 s [lens] _NumTyLit (src/Language/Haskell/TH/Lens.hs:2752)
  5931. 1665.40 s [lens] _StrTyLit (src/Language/Haskell/TH/Lens.hs:2760)
  5932. 1665.40 s [lens] _CharTyLit (src/Language/Haskell/TH/Lens.hs:2769)
  5933. 1665.40 s [lens] _NominalR (src/Language/Haskell/TH/Lens.hs:2778)
  5934. 1665.40 s [lens] _RepresentationalR (src/Language/Haskell/TH/Lens.hs:2786)
  5935. 1665.40 s [lens] _PhantomR (src/Language/Haskell/TH/Lens.hs:2794)
  5936. 1665.40 s [lens] _InferR (src/Language/Haskell/TH/Lens.hs:2802)
  5937. 1665.40 s [lens] _StockStrategy (src/Language/Haskell/TH/Lens.hs:2811)
  5938. 1665.40 s [lens] _AnyclassStrategy (src/Language/Haskell/TH/Lens.hs:2819)
  5939. 1665.40 s [lens] _NewtypeStrategy (src/Language/Haskell/TH/Lens.hs:2827)
  5940. 1665.81 s [lens] Warning: 'Prism' is out of scope.
  5941. 1665.81 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5942. 1665.81 s [lens] Warning: 'Iso' is out of scope.
  5943. 1665.81 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5944. 1665.82 s [lens] 100% ( 4 / 4) in 'Control.Lens.Internal.PrismTH'
  5945. 1665.95 s [lens] Warning: 's' is out of scope.
  5946. 1665.95 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5947. 1665.96 s [lens] 77% ( 7 / 9) in 'Control.Lens.Internal.FieldTH'
  5948. 1665.96 s [lens] Missing documentation for:
  5949. 1665.96 s [lens] makeFieldOpticsForDec (src/Control/Lens/Internal/FieldTH.hs:79)
  5950. 1665.96 s [lens] makeFieldOpticsForDec' (src/Control/Lens/Internal/FieldTH.hs:82)
  5951. 1666.12 s [lens] Warning: 'Prism'' is out of scope.
  5952. 1666.12 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5953. 1666.12 s [lens] Warning: 'Wrapped' is out of scope.
  5954. 1666.12 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5955. 1666.12 s [lens] Warning: '_name' is out of scope.
  5956. 1666.12 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5957. 1666.12 s [lens] Warning: '_fooName' is out of scope.
  5958. 1666.12 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  5959. 1666.12 s [lens] 96% ( 60 / 62) in 'Control.Lens.TH'
  5960. 1666.12 s [lens] Missing documentation for:
  5961. 1666.12 s [lens] defaultFieldRules (src/Control/Lens/TH.hs:747)
  5962. 1666.12 s [lens] generateRecordSyntax (src/Control/Lens/TH.hs:164)
  5963. 1666.20 s [lens] 100% ( 23 / 23) in 'Control.Lens'
  5964. 1666.22 s [lens] 23% ( 4 / 17) in 'GHC.Generics.Lens'
  5965. 1666.22 s [lens] Missing documentation for:
  5966. 1666.22 s [lens] _V1 (src/GHC/Generics/Lens.hs:76)
  5967. 1666.22 s [lens] _U1 (src/GHC/Generics/Lens.hs:80)
  5968. 1666.22 s [lens] _Par1 (src/GHC/Generics/Lens.hs:84)
  5969. 1666.22 s [lens] _Rec1 (src/GHC/Generics/Lens.hs:88)
  5970. 1666.22 s [lens] _K1 (src/GHC/Generics/Lens.hs:92)
  5971. 1666.22 s [lens] _M1 (src/GHC/Generics/Lens.hs:96)
  5972. 1666.22 s [lens] _L1 (src/GHC/Generics/Lens.hs:100)
  5973. 1666.22 s [lens] _UAddr (src/GHC/Generics/Lens.hs:119)
  5974. 1666.22 s [lens] _UChar (src/GHC/Generics/Lens.hs:126)
  5975. 1666.22 s [lens] _UDouble (src/GHC/Generics/Lens.hs:133)
  5976. 1666.22 s [lens] _UFloat (src/GHC/Generics/Lens.hs:140)
  5977. 1666.22 s [lens] _UInt (src/GHC/Generics/Lens.hs:147)
  5978. 1666.22 s [lens] _UWord (src/GHC/Generics/Lens.hs:154)
  5979. 1666.25 s [lens] 100% ( 9 / 9) in 'Data.Vector.Lens'
  5980. 1666.28 s [lens] 100% ( 3 / 3) in 'Data.Typeable.Lens'
  5981. 1666.30 s [lens] 100% ( 3 / 3) in 'Data.Tree.Lens'
  5982. 1666.32 s [lens] 100% ( 7 / 7) in 'Data.Sequence.Lens'
  5983. 1666.36 s [lens] 100% ( 4 / 4) in 'Data.IntSet.Lens'
  5984. 1666.41 s [lens] 66% ( 8 / 12) in 'Data.Complex.Lens'
  5985. 1666.41 s [lens] Missing documentation for:
  5986. 1666.41 s [lens] Polar (src/Data/Complex/Lens.hs:84)
  5987. 1666.41 s [lens] Real (src/Data/Complex/Lens.hs:88)
  5988. 1666.41 s [lens] Imaginary (src/Data/Complex/Lens.hs:91)
  5989. 1666.41 s [lens] Conjugate (src/Data/Complex/Lens.hs:146)
  5990. 1666.45 s [lens] 77% ( 7 / 9) in 'Data.ByteString.Strict.Lens'
  5991. 1666.45 s [lens] Missing documentation for:
  5992. 1666.45 s [lens] Bytes (src/Data/ByteString/Strict/Lens.hs:138)
  5993. 1666.45 s [lens] Chars (src/Data/ByteString/Strict/Lens.hs:142)
  5994. 1666.50 s [lens] 77% ( 7 / 9) in 'Data.ByteString.Lazy.Lens'
  5995. 1666.50 s [lens] Missing documentation for:
  5996. 1666.50 s [lens] Bytes (src/Data/ByteString/Lazy/Lens.hs:140)
  5997. 1666.50 s [lens] Chars (src/Data/ByteString/Lazy/Lens.hs:144)
  5998. 1666.54 s [lens] Warning: 'ByteString' is out of scope.
  5999. 1666.54 s [lens] If you qualify the identifier, haddock can try to link it anyway.
  6000. 1666.56 s [lens] 66% ( 4 / 6) in 'Data.ByteString.Lens'
  6001. 1666.56 s [lens] Missing documentation for:
  6002. 1666.56 s [lens] Bytes (src/Data/ByteString/Lens.hs:109)
  6003. 1666.56 s [lens] Chars (src/Data/ByteString/Lens.hs:113)
  6004. 1666.63 s [lens] 100% ( 17 / 17) in 'Data.Bits.Lens'
  6005. 1666.69 s [lens] 100% ( 3 / 3) in 'Data.Array.Lens'
  6006. 1666.70 s [lens] 100% ( 2 / 2) in 'Control.Seq.Lens'
  6007. 1666.73 s [lens] 100% ( 5 / 5) in 'Control.Parallel.Strategies.Lens'
  6008. 1666.77 s [lens] 100% ( 16 / 16) in 'Control.Monad.Error.Lens'
  6009. 1666.81 s [lens] 100% ( 4 / 4) in 'Control.Lens.Unsound'
  6010. 1667.06 s [lens] 100% ( 15 / 15) in 'Control.Lens.Profunctor'
  6011. 1667.08 s [lens] 100% (131 /131) in 'Control.Lens.Operators'
  6012. 1667.09 s [lens] 100% ( 3 / 3) in 'Control.Lens.Extras'
  6013. 1667.09 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.
  6014. 1667.10 s [lens] 94% (622 /661) in 'Control.Lens.Combinators'
  6015. 1667.10 s [lens] Missing documentation for:
  6016. 1667.10 s [lens] Traversable1
  6017. 1667.10 s [lens] Index (src/Control/Lens/At.hs:91)
  6018. 1667.10 s [lens] AsEmpty (src/Control/Lens/Empty.hs:65)
  6019. 1667.10 s [lens] GPlated (src/Control/Lens/Plated.hs:758)
  6020. 1667.10 s [lens] GPlated1 (src/Control/Lens/Plated.hs:799)
  6021. 1667.10 s [lens] Prefixed (src/Control/Lens/Prism.hs:388)
  6022. 1667.10 s [lens] Suffixed (src/Control/Lens/Prism.hs:422)
  6023. 1667.10 s [lens] Traversal1' (src/Control/Lens/Type.hs:215)
  6024. 1667.10 s [lens] IndexedTraversal1 (src/Control/Lens/Type.hs:235)
  6025. 1667.10 s [lens] IndexedTraversal1' (src/Control/Lens/Type.hs:236)
  6026. 1667.10 s [lens] Traversing1 (src/Control/Lens/Traversal.hs:239)
  6027. 1667.10 s [lens] Traversing1' (src/Control/Lens/Traversal.hs:245)
  6028. 1667.10 s [lens] IndexedFold1 (src/Control/Lens/Type.hs:527)
  6029. 1667.10 s [lens] IndexPreservingTraversal1 (src/Control/Lens/Type.hs:246)
  6030. 1667.10 s [lens] IndexPreservingTraversal1' (src/Control/Lens/Type.hs:247)
  6031. 1667.10 s [lens] IndexPreservingFold1 (src/Control/Lens/Type.hs:528)
  6032. 1667.10 s [lens] Rewrapped (src/Control/Lens/Wrapped.hs:209)
  6033. 1667.10 s [lens] Rewrapping (src/Control/Lens/Wrapped.hs:211)
  6034. 1667.10 s [lens] ReifiedIndexedFold (src/Control/Lens/Reified.hs:436)
  6035. 1667.10 s [lens] List (src/Control/Lens/Iso.hs:463)
  6036. 1667.10 s [lens] Empty (src/Control/Lens/Empty.hs:75)
  6037. 1667.10 s [lens] Strict (src/Control/Lens/Iso.hs:411)
  6038. 1667.10 s [lens] Lazy (src/Control/Lens/Iso.hs:415)
  6039. 1667.10 s [lens] Wrapped (src/Control/Lens/Wrapped.hs:200)
  6040. 1667.10 s [lens] Swapped (src/Control/Lens/Iso.hs:419)
  6041. 1667.10 s [lens] Reversed (src/Control/Lens/Iso.hs:423)
  6042. 1667.10 s [lens] Unwrapped (src/Control/Lens/Wrapped.hs:204)
  6043. 1667.10 s [lens] cloneEquality (src/Control/Lens/Equality.hs:112)
  6044. 1667.10 s [lens] ifolding (src/Control/Lens/Fold.hs:206)
  6045. 1667.10 s [lens] ifoldMapBy (src/Control/Lens/Indexed.hs:282)
  6046. 1667.10 s [lens] ifoldMapByOf (src/Control/Lens/Indexed.hs:285)
  6047. 1667.10 s [lens] itraverseBy (src/Control/Lens/Indexed.hs:288)
  6048. 1667.10 s [lens] itraverseByOf (src/Control/Lens/Indexed.hs:291)
  6049. 1667.10 s [lens] defaultFieldRules (src/Control/Lens/TH.hs:747)
  6050. 1667.10 s [lens] generateRecordSyntax (src/Control/Lens/TH.hs:164)
  6051. 1667.10 s [lens] unsafePartsOf' (src/Control/Lens/Traversal.hs:657)
  6052. 1667.10 s [lens] iunsafePartsOf' (src/Control/Lens/Traversal.hs:661)
  6053. 1667.10 s [lens] _Unwrapped' (src/Control/Lens/Wrapped.hs:214)
  6054. 1667.10 s [lens] _Unwrapped (src/Control/Lens/Wrapped.hs:231)
  6055. 1667.24 s [lens] 59% ( 72 /121) in 'Control.Exception.Lens'
  6056. 1667.24 s [lens] Missing documentation for:
  6057. 1667.24 s [lens] Exception (src/Control/Exception/Lens.hs:190)
  6058. 1667.24 s [lens] IOException_ (src/Control/Exception/Lens.hs:449)
  6059. 1667.24 s [lens] ArithException_ (src/Control/Exception/Lens.hs:466)
  6060. 1667.24 s [lens] Overflow_ (src/Control/Exception/Lens.hs:494)
  6061. 1667.24 s [lens] Underflow_ (src/Control/Exception/Lens.hs:514)
  6062. 1667.24 s [lens] LossOfPrecision_ (src/Control/Exception/Lens.hs:534)
  6063. 1667.24 s [lens] DivideByZero_ (src/Control/Exception/Lens.hs:554)
  6064. 1667.24 s [lens] Denormal_ (src/Control/Exception/Lens.hs:574)
  6065. 1667.24 s [lens] RatioZeroDenominator_ (src/Control/Exception/Lens.hs:594)
  6066. 1667.24 s [lens] ArrayException_ (src/Control/Exception/Lens.hs:620)
  6067. 1667.24 s [lens] IndexOutOfBounds_ (src/Control/Exception/Lens.hs:640)
  6068. 1667.24 s [lens] UndefinedElement_ (src/Control/Exception/Lens.hs:660)
  6069. 1667.24 s [lens] AssertionFailed__ (src/Control/Exception/Lens.hs:701)
  6070. 1667.24 s [lens] AssertionFailed_ (src/Control/Exception/Lens.hs:705)
  6071. 1667.24 s [lens] AsyncException_ (src/Control/Exception/Lens.hs:731)
  6072. 1667.24 s [lens] StackOverflow_ (src/Control/Exception/Lens.hs:749)
  6073. 1667.24 s [lens] HeapOverflow_ (src/Control/Exception/Lens.hs:772)
  6074. 1667.24 s [lens] ThreadKilled_ (src/Control/Exception/Lens.hs:790)
  6075. 1667.24 s [lens] UserInterrupt_ (src/Control/Exception/Lens.hs:808)
  6076. 1667.24 s [lens] NonTermination__ (src/Control/Exception/Lens.hs:848)
  6077. 1667.24 s [lens] NonTermination_ (src/Control/Exception/Lens.hs:852)
  6078. 1667.24 s [lens] NestedAtomically__ (src/Control/Exception/Lens.hs:891)
  6079. 1667.24 s [lens] NestedAtomically_ (src/Control/Exception/Lens.hs:895)
  6080. 1667.25 s [lens] BlockedIndefinitelyOnMVar__ (src/Control/Exception/Lens.hs:935)
  6081. 1667.25 s [lens] BlockedIndefinitelyOnMVar_ (src/Control/Exception/Lens.hs:939)
  6082. 1667.25 s [lens] BlockedIndefinitelyOnSTM__ (src/Control/Exception/Lens.hs:979)
  6083. 1667.25 s [lens] BlockedIndefinitelyOnSTM_ (src/Control/Exception/Lens.hs:983)
  6084. 1667.25 s [lens] Deadlock__ (src/Control/Exception/Lens.hs:1022)
  6085. 1667.25 s [lens] Deadlock_ (src/Control/Exception/Lens.hs:1026)
  6086. 1667.25 s [lens] NoMethodError__ (src/Control/Exception/Lens.hs:1065)
  6087. 1667.25 s [lens] NoMethodError_ (src/Control/Exception/Lens.hs:1069)
  6088. 1667.25 s [lens] PatternMatchFail__ (src/Control/Exception/Lens.hs:1107)
  6089. 1667.25 s [lens] PatternMatchFail_ (src/Control/Exception/Lens.hs:1111)
  6090. 1667.25 s [lens] RecConError__ (src/Control/Exception/Lens.hs:1150)
  6091. 1667.25 s [lens] RecConError_ (src/Control/Exception/Lens.hs:1154)
  6092. 1667.25 s [lens] RecSelError__ (src/Control/Exception/Lens.hs:1194)
  6093. 1667.25 s [lens] RecSelError_ (src/Control/Exception/Lens.hs:1198)
  6094. 1667.25 s [lens] RecUpdError__ (src/Control/Exception/Lens.hs:1238)
  6095. 1667.25 s [lens] RecUpdError_ (src/Control/Exception/Lens.hs:1242)
  6096. 1667.25 s [lens] ErrorCall__ (src/Control/Exception/Lens.hs:1285)
  6097. 1667.25 s [lens] ErrorCall_ (src/Control/Exception/Lens.hs:1289)
  6098. 1667.25 s [lens] AllocationLimitExceeded__ (src/Control/Exception/Lens.hs:1328)
  6099. 1667.25 s [lens] AllocationLimitExceeded_ (src/Control/Exception/Lens.hs:1332)
  6100. 1667.25 s [lens] TypeError__ (src/Control/Exception/Lens.hs:1371)
  6101. 1667.25 s [lens] TypeError_ (src/Control/Exception/Lens.hs:1375)
  6102. 1667.25 s [lens] CompactionFailed__ (src/Control/Exception/Lens.hs:1415)
  6103. 1667.25 s [lens] CompactionFailed_ (src/Control/Exception/Lens.hs:1419)
  6104. 1667.25 s [lens] HandlingException__ (src/Control/Exception/Lens.hs:1459)
  6105. 1667.25 s [lens] HandlingException_ (src/Control/Exception/Lens.hs:1463)
  6106. 1667.47 s [lens] 66% ( 2 / 3) in 'Data.Dynamic.Lens'
  6107. 1667.47 s [lens] Missing documentation for:
  6108. 1667.47 s [lens] Dynamic (src/Data/Dynamic/Lens.hs:47)
  6109. 1667.50 s [lens] 93% ( 15 / 16) in 'Numeric.Lens'
  6110. 1667.50 s [lens] Missing documentation for:
  6111. 1667.50 s [lens] Integral (src/Numeric/Lens.hs:56)
  6112. 1667.54 s [lens] 100% ( 7 / 7) in 'Numeric.Natural.Lens'
  6113. 1667.57 s [lens] 66% ( 4 / 6) in 'System.Exit.Lens'
  6114. 1667.57 s [lens] Missing documentation for:
  6115. 1667.57 s [lens] ExitFailure_ (src/System/Exit/Lens.hs:75)
  6116. 1667.57 s [lens] ExitSuccess_ (src/System/Exit/Lens.hs:71)
  6117. 1667.60 s [lens] 100% ( 19 / 19) in 'System.FilePath.Lens'
  6118. 1667.63 s [lens] 32% ( 9 / 28) in 'System.IO.Error.Lens'
  6119. 1667.63 s [lens] Missing documentation for:
  6120. 1667.63 s [lens] _AlreadyExists (src/System/IO/Error/Lens.hs:63)
  6121. 1667.63 s [lens] _NoSuchThing (src/System/IO/Error/Lens.hs:66)
  6122. 1667.63 s [lens] _ResourceBusy (src/System/IO/Error/Lens.hs:69)
  6123. 1667.63 s [lens] _ResourceExhausted (src/System/IO/Error/Lens.hs:72)
  6124. 1667.63 s [lens] _EOF (src/System/IO/Error/Lens.hs:75)
  6125. 1667.63 s [lens] _IllegalOperation (src/System/IO/Error/Lens.hs:78)
  6126. 1667.63 s [lens] _PermissionDenied (src/System/IO/Error/Lens.hs:81)
  6127. 1667.63 s [lens] _UserError (src/System/IO/Error/Lens.hs:84)
  6128. 1667.63 s [lens] _UnsatisfiedConstraints (src/System/IO/Error/Lens.hs:87)
  6129. 1667.63 s [lens] _SystemError (src/System/IO/Error/Lens.hs:90)
  6130. 1667.63 s [lens] _ProtocolError (src/System/IO/Error/Lens.hs:93)
  6131. 1667.63 s [lens] _OtherError (src/System/IO/Error/Lens.hs:96)
  6132. 1667.63 s [lens] _InvalidArgument (src/System/IO/Error/Lens.hs:99)
  6133. 1667.63 s [lens] _InappropriateType (src/System/IO/Error/Lens.hs:102)
  6134. 1667.63 s [lens] _HardwareFault (src/System/IO/Error/Lens.hs:105)
  6135. 1667.63 s [lens] _UnsupportedOperation (src/System/IO/Error/Lens.hs:108)
  6136. 1667.63 s [lens] _TimeExpired (src/System/IO/Error/Lens.hs:111)
  6137. 1667.63 s [lens] _ResourceVanished (src/System/IO/Error/Lens.hs:114)
  6138. 1667.63 s [lens] _Interrupted (src/System/IO/Error/Lens.hs:117)
  6139. 1667.89 s [lens] Warning: Control.Lens.Internal.CTypes: could not find link destinations for:
  6140. 1667.89 s [lens] - Data.Array.Base.getNumElements
  6141. 1667.89 s [lens] - Data.Array.Base.unsafeNewArray_
  6142. 1667.89 s [lens] - Data.Array.Base.unsafeWrite
  6143. 1667.89 s [lens] - Data.Array.Base.unsafeRead
  6144. 1667.89 s [lens] - Data.Array.Base.unsafeAccum
  6145. 1667.89 s [lens] - Data.Array.Base.unsafeReplace
  6146. 1667.89 s [lens] - Data.Array.Base.unsafeAccumArray
  6147. 1667.89 s [lens] - Data.Array.Base.numElements
  6148. 1667.89 s [lens] - Data.Array.Base.unsafeAt
  6149. 1667.89 s [lens] - Data.Array.Base.unsafeArray
  6150. 1667.89 s [lens] - GHC.Generics.D:R:UReckPtrp0
  6151. 1669.01 s [lens] Warning: Control.Lens.Setter: could not find link destinations for:
  6152. 1669.01 s [lens] - Data.Vector.Unboxed.Base.V_Identity
  6153. 1669.01 s [lens] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
  6154. 1669.01 s [lens] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
  6155. 1669.07 s [lens] Warning: Control.Lens.Tuple: could not find link destinations for:
  6156. 1669.07 s [lens] - Control.Lens.Tuple.N18
  6157. 1669.07 s [lens] - Control.Lens.Tuple.N17
  6158. 1669.07 s [lens] - Control.Lens.Tuple.N16
  6159. 1669.07 s [lens] - Control.Lens.Tuple.N15
  6160. 1669.07 s [lens] - Control.Lens.Tuple.N14
  6161. 1669.07 s [lens] - Control.Lens.Tuple.N13
  6162. 1669.07 s [lens] - Control.Lens.Tuple.N12
  6163. 1669.07 s [lens] - Control.Lens.Tuple.N11
  6164. 1669.07 s [lens] - Control.Lens.Tuple.N10
  6165. 1669.07 s [lens] - Control.Lens.Tuple.N9
  6166. 1669.07 s [lens] - Control.Lens.Tuple.N8
  6167. 1669.07 s [lens] - Control.Lens.Tuple.N7
  6168. 1669.07 s [lens] - Control.Lens.Tuple.N6
  6169. 1669.07 s [lens] - Control.Lens.Tuple.N5
  6170. 1669.07 s [lens] - Control.Lens.Tuple.N4
  6171. 1669.07 s [lens] - Control.Lens.Tuple.N3
  6172. 1669.07 s [lens] - Control.Lens.Tuple.N2
  6173. 1669.07 s [lens] - Control.Lens.Tuple.N1
  6174. 1669.07 s [lens] - Control.Lens.Tuple.N0
  6175. 1669.07 s [lens] - Control.Lens.Tuple.GIxed
  6176. 1669.10 s [lens] Warning: Control.Lens.Getter: could not find link destinations for:
  6177. 1669.10 s [lens] - Data.Vector.Unboxed.Base.V_Const
  6178. 1669.10 s [lens] - Data.Vector.Unboxed.Base.D:R:MVectorsConst0
  6179. 1669.10 s [lens] - Data.Vector.Unboxed.Base.D:R:VectorConst0
  6180. 1669.15 s [lens] Warning: Control.Lens.Fold: could not find link destinations for:
  6181. 1669.15 s [lens] - Control.Lens.Fold.ifoldr
  6182. 1669.21 s [lens] Warning: Control.Lens.Traversal: could not find link destinations for:
  6183. 1669.21 s [lens] - Data.Profunctor.Traversing.Baz
  6184. 1669.29 s [lens] Warning: Control.Lens.Iso: could not find link destinations for:
  6185. 1669.29 s [lens] - Data.Profunctor.Traversing.Baz
  6186. 1669.29 s [lens] - Data.Profunctor.Traversing.Bazaar
  6187. 1669.31 s [lens] Warning: Control.Lens.Wrapped: could not find link destinations for:
  6188. 1669.31 s [lens] - Control.Lens.Wrapped.GUnwrapped
  6189. 1669.32 s [lens] Warning: Control.Lens.Plated: could not find link destinations for:
  6190. 1669.32 s [lens] - Control.Lens.Plated.gplate1'
  6191. 1669.32 s [lens] - Control.Lens.Plated.gplate'
  6192. 1669.34 s [lens] Warning: Language.Haskell.TH.Lens: could not find link destinations for:
  6193. 1669.34 s [lens] - Language.Haskell.TH.Lens.DataPrism'
  6194. 1669.81 s [lens] Warning: Control.Lens.Combinators: could not find link destinations for:
  6195. 1669.81 s [lens] - Data.Vector.Unboxed.Base.V_Identity
  6196. 1669.81 s [lens] - Data.Vector.Unboxed.Base.V_Const
  6197. 1669.81 s [lens] - Data.Vector.Unboxed.Base.D:R:MVectorsConst0
  6198. 1669.81 s [lens] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
  6199. 1669.81 s [lens] - Data.Vector.Unboxed.Base.D:R:VectorConst0
  6200. 1669.81 s [lens] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
  6201. 1669.81 s [lens] - Control.Lens.Tuple.N18
  6202. 1669.81 s [lens] - Control.Lens.Tuple.N17
  6203. 1669.81 s [lens] - Control.Lens.Tuple.N16
  6204. 1669.81 s [lens] - Control.Lens.Tuple.N15
  6205. 1669.81 s [lens] - Control.Lens.Tuple.N14
  6206. 1669.81 s [lens] - Control.Lens.Tuple.N13
  6207. 1669.81 s [lens] - Control.Lens.Tuple.N12
  6208. 1669.81 s [lens] - Control.Lens.Tuple.N11
  6209. 1669.81 s [lens] - Control.Lens.Tuple.N10
  6210. 1669.81 s [lens] - Control.Lens.Tuple.N9
  6211. 1669.81 s [lens] - Control.Lens.Tuple.N8
  6212. 1669.81 s [lens] - Control.Lens.Tuple.N7
  6213. 1669.81 s [lens] - Control.Lens.Tuple.N6
  6214. 1669.81 s [lens] - Control.Lens.Tuple.N5
  6215. 1669.81 s [lens] - Control.Lens.Tuple.N4
  6216. 1669.81 s [lens] - Control.Lens.Tuple.N3
  6217. 1669.81 s [lens] - Control.Lens.Tuple.N2
  6218. 1669.81 s [lens] - Control.Lens.Tuple.N1
  6219. 1669.81 s [lens] - Control.Lens.Tuple.N0
  6220. 1669.81 s [lens] - Control.Lens.Tuple.GIxed
  6221. 1669.81 s [lens] - Control.Lens.Fold.ifoldr
  6222. 1669.81 s [lens] - Data.Profunctor.Traversing.Baz
  6223. 1669.81 s [lens] - Control.Lens.Wrapped.GUnwrapped
  6224. 1669.81 s [lens] - Control.Lens.Plated.gplate1'
  6225. 1669.81 s [lens] - Control.Lens.Plated.gplate'
  6226. 1669.81 s [lens] - Data.Profunctor.Traversing.Bazaar
  6227. 1678.80 s [lens] Documentation created: dist/doc/html/lens/index.html,
  6228. 1678.80 s [lens] dist/doc/html/lens/lens.txt
  6229. 1678.87 s [lens] Preprocessing test suite 'hunit' for lens-5.2.3..
  6230. 1678.87 s [lens] Preprocessing test suite 'properties' for lens-5.2.3..
  6231. 1678.87 s [lens] Preprocessing test suite 'templates' for lens-5.2.3..
  6232. 1678.89 s [lens] Phase: installPhase
  6233. 1679.04 s [lens] Installing library in /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  6234. 1681.06 s [lens] Phase: fixupPhase
  6235. 1681.08 s [lens] shrinking RPATHs of ELF executables and libraries in /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3
  6236. 1681.08 s [lens] shrinking /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSlens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO-ghc9.6.3.so
  6237. 1681.16 s [lens] checking for references to /build/ in /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3...
  6238. 1681.21 s [lens] patching script interpreter paths in /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3
  6239. 1681.22 s [lens] stripping (with command strip and flags -S -p) in /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3/lib
  6240. 1681.94 s [lens] shrinking RPATHs of ELF executables and libraries in /nix/store/ms441qn7wah2dlrmj6xijrk8jy4q5rrf-lens-5.2.3-doc
  6241. 1681.98 s [lens] checking for references to /build/ in /nix/store/ms441qn7wah2dlrmj6xijrk8jy4q5rrf-lens-5.2.3-doc...
  6242. 1682.03 s [lens] patching script interpreter paths in /nix/store/ms441qn7wah2dlrmj6xijrk8jy4q5rrf-lens-5.2.3-doc
  6243. 1682.36 s [lens:post-build] Uploading to the NixCI cache: /nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3 /nix/store/ms441qn7wah2dlrmj6xijrk8jy4q5rrf-lens-5.2.3-doc
  6244. 1682.42 s [lens:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6245. 1682.73 s [lens:post-build] copying 2 paths...
  6246. 1682.73 s [lens:post-build] copying path '/nix/store/ms441qn7wah2dlrmj6xijrk8jy4q5rrf-lens-5.2.3-doc' to 'https://cache.nix-ci.com'...
  6247. 1686.47 s [lens:post-build] copying path '/nix/store/dgbq2nd3hbi4yiqdd81xdrw54k5nlm1r-lens-5.2.3' to 'https://cache.nix-ci.com'...
  6248. 1694.10 s [lens:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6249. 1694.39 s [lens:post-build] copying 1 paths...
  6250. 1694.39 s [lens:post-build] copying path '/nix/store/0qvjp6nz8xmgrgjbf5w0da1y48m6bang-lens-5.2.3.drv' to 'https://cache.nix-ci.com'...
  6251. 1694.65 s Uploaded lens in 12.3s
  6252. 1694.65 s Progress: 101 of 103 built, 18 of 18 downloaded from cache
  6253. 1694.65 s Built lens in 2m18s
  6254. 1694.70 s Building /nix/store/qcazc8w2cy5147h2j134m90gnlan4yn2-dualizer-0.2.0.0.drv
  6255. 1694.86 s [dualizer] Phase: setupCompilerEnvironmentPhase
  6256. 1694.87 s [dualizer] Build with /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3.
  6257. 1695.09 s [dualizer] Phase: unpackPhase
  6258. 1695.10 s [dualizer] unpacking source archive /nix/store/3ql7h3xqywlvi42bsnwyz63rm1z1a5bh-8vyw77cmmcz969mnf46cqspxzflwwllz-source/./dualizer
  6259. 1695.11 s [dualizer] source root is dualizer
  6260. 1695.11 s [dualizer] Phase: patchPhase
  6261. 1695.12 s [dualizer] Phase: compileBuildDriverPhase
  6262. 1695.12 s [dualizer] setupCompileFlags: -package-db=/build/tmp.hcApCd4jCS/setup-package.conf.d -threaded
  6263. 1695.18 s [dualizer] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.hcApCd4jCS/Main.o )
  6264. 1695.24 s [dualizer] [2 of 2] Linking Setup
  6265. 1696.50 s [dualizer] Phase: updateAutotoolsGnuConfigScriptsPhase
  6266. 1696.51 s [dualizer] Phase: configurePhase
  6267. 1696.52 s [dualizer] configureFlags: --verbose --prefix=/nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/qrswz1mq6rz47s70fch8pbizrpx75204-dualizer-0.2.0.0-doc/share/doc/dualizer-0.2.0.0 --with-gcc=gcc --package-db=/build/tmp.hcApCd4jCS/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/zhsjsq37d57kfp5wz0xcg6x97x1426aj-elfutils-0.191/lib --extra-lib-dirs=/nix/store/nn7nj7xq8gdfyxqhchphzia7i34rwb0v-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/lib
  6268. 1696.53 s [dualizer] Using Parsec parser
  6269. 1696.53 s [dualizer] Configuring dualizer-0.2.0.0...
  6270. 1696.90 s [dualizer] Flags chosen: noisy-deprecations=True
  6271. 1696.90 s [dualizer] Dependency base >=4.14.0 && <4.15 || >=4.15.0 && <4.16 || >=4.16.0 && <4.17 ||
  6272. 1696.90 s [dualizer] >=4.17.0 && <4.18 || >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 &&
  6273. 1696.90 s [dualizer] <4.21: using base-4.18.1.0
  6274. 1696.90 s [dualizer] Dependency containers >=0.6.2 && <0.8: using containers-0.6.7
  6275. 1696.90 s [dualizer] Dependency lens >=4.19 && <4.20 || >=5 && <5.4: using lens-5.2.3
  6276. 1696.90 s [dualizer] Dependency template-haskell >=2.16.0 && <2.17 || >=2.17.0 && <2.18 || >=2.18.0
  6277. 1696.90 s [dualizer] && <2.19 || >=2.19.0 && <2.20 || >=2.20.0 && <2.21 || >=2.21.0 && <2.22 ||
  6278. 1696.90 s [dualizer] >=2.22.0 && <2.23: using template-haskell-2.20.0.0
  6279. 1696.90 s [dualizer] Dependency transformers >=0.5.6 && <0.6 || >=0.6.1 && <0.7: using
  6280. 1696.90 s [dualizer] transformers-0.6.1.0
  6281. 1696.90 s [dualizer] Dependency base >=4.14.0 && <4.15 || >=4.15.0 && <4.16 || >=4.16.0 && <4.17 ||
  6282. 1696.90 s [dualizer] >=4.17.0 && <4.18 || >=4.18.0 && <4.19 || >=4.19.0 && <4.20 || >=4.20.0 &&
  6283. 1696.90 s [dualizer] <4.21: using base-4.18.1.0
  6284. 1696.90 s [dualizer] Dependency doctest >=0.16.3 && <0.17 || >=0.18.1 && <0.19 || >=0.20.1 && <0.21
  6285. 1696.90 s [dualizer] || >=0.21.1 && <0.22 || >=0.22.2 && <0.23: using doctest-0.22.6
  6286. 1696.90 s [dualizer] Dependency dualizer: using dualizer-0.2.0.0
  6287. 1697.17 s [dualizer] Source component graph:
  6288. 1697.17 s [dualizer] component lib
  6289. 1697.17 s [dualizer] component test:doctests dependency lib
  6290. 1697.17 s [dualizer] Configured component graph:
  6291. 1697.17 s [dualizer] component dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK
  6292. 1697.17 s [dualizer] include base-4.18.1.0
  6293. 1697.17 s [dualizer] include containers-0.6.7
  6294. 1697.17 s [dualizer] include lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  6295. 1697.17 s [dualizer] include template-haskell-2.20.0.0
  6296. 1697.17 s [dualizer] include transformers-0.6.1.0
  6297. 1697.17 s [dualizer] component dualizer-0.2.0.0-coMKVjrV9UFIniJm2h7bI-doctests
  6298. 1697.17 s [dualizer] include base-4.18.1.0
  6299. 1697.17 s [dualizer] include doctest-0.22.6-6zcKhEucy6VHOtnNRnU8DV
  6300. 1697.17 s [dualizer] include dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK
  6301. 1697.17 s [dualizer] Linked component graph:
  6302. 1697.17 s [dualizer] unit dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK
  6303. 1697.17 s [dualizer] include base-4.18.1.0
  6304. 1697.17 s [dualizer] include containers-0.6.7
  6305. 1697.17 s [dualizer] include lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  6306. 1697.17 s [dualizer] include template-haskell-2.20.0.0
  6307. 1697.18 s [dualizer] include transformers-0.6.1.0
  6308. 1697.18 s [dualizer] Categorical.Dual=dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK:Categorical.Dual,Categorical.Dual.Base=dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK:Categorical.Dual.Base,Categorical.Dual.Example=dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK:Categorical.Dual.Example,Categorical.Dual.Lens=dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK:Categorical.Dual.Lens,Categorical.Dual.Prelude=dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK:Categorical.Dual.Prelude
  6309. 1697.18 s [dualizer] unit dualizer-0.2.0.0-coMKVjrV9UFIniJm2h7bI-doctests
  6310. 1697.18 s [dualizer] include base-4.18.1.0
  6311. 1697.18 s [dualizer] include doctest-0.22.6-6zcKhEucy6VHOtnNRnU8DV
  6312. 1697.18 s [dualizer] include dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK
  6313. 1697.18 s [dualizer] Ready component graph:
  6314. 1697.18 s [dualizer] definite dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK
  6315. 1697.18 s [dualizer] depends base-4.18.1.0
  6316. 1697.18 s [dualizer] depends containers-0.6.7
  6317. 1697.18 s [dualizer] depends lens-5.2.3-1Fk08yxP2KLBUI2Bjbq2XO
  6318. 1697.18 s [dualizer] depends template-haskell-2.20.0.0
  6319. 1697.18 s [dualizer] depends transformers-0.6.1.0
  6320. 1697.18 s [dualizer] definite dualizer-0.2.0.0-coMKVjrV9UFIniJm2h7bI-doctests
  6321. 1697.18 s [dualizer] depends base-4.18.1.0
  6322. 1697.18 s [dualizer] depends doctest-0.22.6-6zcKhEucy6VHOtnNRnU8DV
  6323. 1697.18 s [dualizer] depends dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK
  6324. 1697.18 s [dualizer] Using Cabal-3.10.1.0 compiled by ghc-9.6
  6325. 1697.18 s [dualizer] Using compiler: ghc-9.6.3
  6326. 1697.18 s [dualizer] Using install prefix:
  6327. 1697.18 s [dualizer] /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0
  6328. 1697.18 s [dualizer] Executables installed in:
  6329. 1697.18 s [dualizer] /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0/bin
  6330. 1697.18 s [dualizer] Libraries installed in:
  6331. 1697.18 s [dualizer] /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK
  6332. 1697.18 s [dualizer] Dynamic Libraries installed in:
  6333. 1697.18 s [dualizer] /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  6334. 1697.18 s [dualizer] Private executables installed in:
  6335. 1697.18 s [dualizer] /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0/libexec/x86_64-linux-ghc-9.6.3/dualizer-0.2.0.0
  6336. 1697.18 s [dualizer] Data files installed in:
  6337. 1697.18 s [dualizer] /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0/share/x86_64-linux-ghc-9.6.3/dualizer-0.2.0.0
  6338. 1697.18 s [dualizer] Documentation installed in:
  6339. 1697.18 s [dualizer] /nix/store/qrswz1mq6rz47s70fch8pbizrpx75204-dualizer-0.2.0.0-doc/share/doc/dualizer-0.2.0.0
  6340. 1697.18 s [dualizer] Configuration files installed in:
  6341. 1697.18 s [dualizer] /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0/etc
  6342. 1697.18 s [dualizer] No alex found
  6343. 1697.18 s [dualizer] Using ar found on system at:
  6344. 1697.18 s [dualizer] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ar
  6345. 1697.18 s [dualizer] No c2hs found
  6346. 1697.18 s [dualizer] No cpphs found
  6347. 1697.18 s [dualizer] Using doctest version 0.22.6 found on system at:
  6348. 1697.18 s [dualizer] /nix/store/w1bpz5878sjyvjhv8yzv2d2mv1drcj1w-doctest-0.22.6/bin/doctest
  6349. 1697.18 s [dualizer] Using gcc version 13.3.0 given by user at:
  6350. 1697.18 s [dualizer] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/gcc
  6351. 1697.18 s [dualizer] Using ghc version 9.6.3 found on system at:
  6352. 1697.18 s [dualizer] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc
  6353. 1697.18 s [dualizer] Using ghc-pkg version 9.6.3 found on system at:
  6354. 1697.18 s [dualizer] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/ghc-pkg-9.6.3
  6355. 1697.18 s [dualizer] No ghcjs found
  6356. 1697.18 s [dualizer] No ghcjs-pkg found
  6357. 1697.18 s [dualizer] No greencard found
  6358. 1697.18 s [dualizer] Using haddock version 2.29.1 found on system at:
  6359. 1697.18 s [dualizer] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/haddock-ghc-9.6.3
  6360. 1697.18 s [dualizer] No happy found
  6361. 1697.18 s [dualizer] Using haskell-suite found on system at: haskell-suite-dummy-location
  6362. 1697.18 s [dualizer] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  6363. 1697.18 s [dualizer] No hmake found
  6364. 1697.18 s [dualizer] Using hpc version 0.68 found on system at:
  6365. 1697.18 s [dualizer] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hpc-ghc-9.6.3
  6366. 1697.18 s [dualizer] Using hsc2hs version 0.68.9 found on system at:
  6367. 1697.18 s [dualizer] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  6368. 1697.18 s [dualizer] Using hscolour version 1.25 found on system at:
  6369. 1697.18 s [dualizer] /nix/store/sa2a2s2s3sailzp0i1zijdz750p5anl1-hscolour-1.25/bin/HsColour
  6370. 1697.18 s [dualizer] No jhc found
  6371. 1697.18 s [dualizer] Using ld found on system at:
  6372. 1697.18 s [dualizer] /nix/store/1mv8pj4nxwnd9bbxshljc9p4cnl3rakj-binutils-wrapper-2.43.1/bin/ld.gold
  6373. 1697.18 s [dualizer] No pkg-config found
  6374. 1697.18 s [dualizer] Using runghc version 9.6.3 found on system at:
  6375. 1697.18 s [dualizer] /nix/store/5hwxbgd1i7blz9hrsbay88ar9yizmkmi-ghc-9.6.3/bin/runghc-9.6.3
  6376. 1697.18 s [dualizer] Using strip version 2.43 found on system at:
  6377. 1697.18 s [dualizer] /nix/store/gnd8f9h2ycxrfrvrga508c4n9cxy6720-gcc-wrapper-13.3.0/bin/strip
  6378. 1697.18 s [dualizer] Using tar found on system at:
  6379. 1697.18 s [dualizer] /nix/store/pmg7hw4ar16dhx5hk6jswvxy349wzsm7-gnutar-1.35/bin/tar
  6380. 1697.18 s [dualizer] No uhc found
  6381. 1697.33 s [dualizer] Phase: buildPhase
  6382. 1697.41 s [dualizer] Preprocessing library for dualizer-0.2.0.0..
  6383. 1697.41 s [dualizer] Building library for dualizer-0.2.0.0..
  6384. 1697.53 s [dualizer] [1 of 5] Compiling Categorical.Dual ( src/Categorical/Dual.hs, dist/build/Categorical/Dual.o, dist/build/Categorical/Dual.dyn_o )
  6385. 1699.91 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 )
  6386. 1700.70 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 )
  6387. 1701.74 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 )
  6388. 1701.77 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 )
  6389. 1703.81 s [dualizer] [1 of 5] Compiling Categorical.Dual ( src/Categorical/Dual.hs, dist/build/Categorical/Dual.p_o )
  6390. 1706.32 s [dualizer] [2 of 5] Compiling Categorical.Dual.Prelude ( src/Categorical/Dual/Prelude.hs, dist/build/Categorical/Dual/Prelude.p_o )
  6391. 1708.47 s [dualizer] [3 of 5] Compiling Categorical.Dual.Lens ( src/Categorical/Dual/Lens.hs, dist/build/Categorical/Dual/Lens.p_o )
  6392. 1711.09 s [dualizer] [4 of 5] Compiling Categorical.Dual.Base ( src/Categorical/Dual/Base.hs, dist/build/Categorical/Dual/Base.p_o )
  6393. 1711.09 s [dualizer] [5 of 5] Compiling Categorical.Dual.Example ( src/Categorical/Dual/Example.hs, dist/build/Categorical/Dual/Example.p_o )
  6394. 1716.24 s [dualizer] Preprocessing test suite 'doctests' for dualizer-0.2.0.0..
  6395. 1716.24 s [dualizer] Building test suite 'doctests' for dualizer-0.2.0.0..
  6396. 1716.32 s [dualizer] [1 of 2] Compiling Build_doctests ( dist/build/doctests/autogen/Build_doctests.hs, dist/build/doctests/doctests-tmp/Build_doctests.o )
  6397. 1716.54 s [dualizer] [2 of 2] Compiling Main ( tests/doctests.hs, dist/build/doctests/doctests-tmp/Main.o )
  6398. 1716.87 s [dualizer] [3 of 3] Linking dist/build/doctests/doctests
  6399. 1720.51 s [dualizer] Phase: checkPhase
  6400. 1720.55 s [dualizer] Running 1 test suites...
  6401. 1720.55 s [dualizer] Test suite doctests: RUNNING...
  6402. 1726.91 s [dualizer] Examples: 0 Tried: 0 Errors: 0 Failures: 0
  6403. 1727.06 s [dualizer] Test suite doctests: PASS
  6404. 1727.06 s [dualizer] Test suite logged to: dist/test/dualizer-0.2.0.0-doctests.log
  6405. 1727.06 s [dualizer] 1 of 1 test suites (1 of 1 test cases) passed.
  6406. 1727.07 s [dualizer] Phase: haddockPhase
  6407. 1727.29 s [dualizer] Preprocessing library for dualizer-0.2.0.0..
  6408. 1727.29 s [dualizer] Running Haddock on library for dualizer-0.2.0.0..
  6409. 1727.40 s [dualizer] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  6410. 1728.23 s [dualizer] Warning: 'Prelude' is out of scope.
  6411. 1728.23 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6412. 1728.24 s [dualizer] Warning: 'Functor' is out of scope.
  6413. 1728.24 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6414. 1728.24 s [dualizer] Warning: 'return' is out of scope.
  6415. 1728.24 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6416. 1728.24 s [dualizer] 84% ( 11 / 13) in 'Categorical.Dual'
  6417. 1728.24 s [dualizer] Missing documentation for:
  6418. 1728.24 s [dualizer] shareDuals (src/Categorical/Dual.hs:100)
  6419. 1728.24 s [dualizer] makeDualExp (src/Categorical/Dual.hs:449)
  6420. 1730.07 s [dualizer] Warning: 'Prelude' is out of scope.
  6421. 1730.07 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6422. 1730.07 s [dualizer] 100% ( 2 / 2) in 'Categorical.Dual.Prelude'
  6423. 1733.30 s [dualizer] Warning: 'lens' is out of scope.
  6424. 1733.30 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6425. 1733.30 s [dualizer] 100% ( 2 / 2) in 'Categorical.Dual.Lens'
  6426. 1736.14 s [dualizer] Warning: 'base' is out of scope.
  6427. 1736.14 s [dualizer] If you qualify the identifier, haddock can try to link it anyway.
  6428. 1736.14 s [dualizer] 100% ( 2 / 2) in 'Categorical.Dual.Base'
  6429. 1739.20 s [dualizer] 34% ( 11 / 32) in 'Categorical.Dual.Example'
  6430. 1739.20 s [dualizer] Missing documentation for:
  6431. 1739.20 s [dualizer] Distributive (src/Categorical/Dual/Example.hs:124)
  6432. 1739.20 s [dualizer] consume (src/Categorical/Dual/Example.hs:132)
  6433. 1739.20 s [dualizer] Coalgebra (src/Categorical/Dual/Example.hs:143)
  6434. 1739.20 s [dualizer] GCoalgebra (src/Categorical/Dual/Example.hs:146)
  6435. 1739.20 s [dualizer] ElgotCoalgebra (src/Categorical/Dual/Example.hs:149)
  6436. 1739.20 s [dualizer] NewEither (src/Categorical/Dual/Example.hs:151)
  6437. 1739.20 s [dualizer] NewTuple (src/Categorical/Dual/Example.hs:151)
  6438. 1739.20 s [dualizer] NewEither' (src/Categorical/Dual/Example.hs:152)
  6439. 1739.21 s [dualizer] NewTuple' (src/Categorical/Dual/Example.hs:152)
  6440. 1739.21 s [dualizer] DualA (src/Categorical/Dual/Example.hs:158)
  6441. 1739.21 s [dualizer] DualB (src/Categorical/Dual/Example.hs:161)
  6442. 1739.21 s [dualizer] >^> (src/Categorical/Dual/Example.hs:172)
  6443. 1739.21 s [dualizer] Mu (src/Categorical/Dual/Example.hs:183)
  6444. 1739.21 s [dualizer] Nu (src/Categorical/Dual/Example.hs:185)
  6445. 1739.21 s [dualizer] Fix (src/Categorical/Dual/Example.hs:189)
  6446. 1739.21 s [dualizer] cata (src/Categorical/Dual/Example.hs:197)
  6447. 1739.21 s [dualizer] testF (src/Categorical/Dual/Example.hs:85)
  6448. 1739.21 s [dualizer] testT (src/Categorical/Dual/Example.hs:88)
  6449. 1739.21 s [dualizer] testV (src/Categorical/Dual/Example.hs:91)
  6450. 1739.21 s [dualizer] testV' (src/Categorical/Dual/Example.hs:94)
  6451. 1739.21 s [dualizer] testQ (src/Categorical/Dual/Example.hs:97)
  6452. 1740.72 s [dualizer] Warning: Categorical.Dual: could not find link destinations for:
  6453. 1740.72 s [dualizer] - Categorical.Dual.DualMappings
  6454. 1740.72 s [dualizer] Warning: Categorical.Dual.Prelude: could not find link destinations for:
  6455. 1740.72 s [dualizer] - Categorical.Dual.DualMappings
  6456. 1740.72 s [dualizer] Warning: Categorical.Dual.Lens: could not find link destinations for:
  6457. 1740.72 s [dualizer] - Categorical.Dual.DualMappings
  6458. 1740.72 s [dualizer] Warning: Categorical.Dual.Base: could not find link destinations for:
  6459. 1740.72 s [dualizer] - Categorical.Dual.DualMappings
  6460. 1740.72 s [dualizer] Warning: Categorical.Dual.Example: could not find link destinations for:
  6461. 1740.72 s [dualizer] - Categorical.Dual.DualMappings
  6462. 1746.16 s [dualizer] Documentation created: dist/doc/html/dualizer/index.html,
  6463. 1746.16 s [dualizer] dist/doc/html/dualizer/dualizer.txt
  6464. 1746.22 s [dualizer] Preprocessing test suite 'doctests' for dualizer-0.2.0.0..
  6465. 1746.24 s [dualizer] Phase: installPhase
  6466. 1746.31 s [dualizer] Installing library in /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/dualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK
  6467. 1746.65 s [dualizer] Phase: fixupPhase
  6468. 1746.67 s [dualizer] shrinking RPATHs of ELF executables and libraries in /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0
  6469. 1746.67 s [dualizer] shrinking /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSdualizer-0.2.0.0-rWZe90QfpXIih9PqeYNDK-ghc9.6.3.so
  6470. 1746.69 s [dualizer] checking for references to /build/ in /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0...
  6471. 1746.70 s [dualizer] patching script interpreter paths in /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0
  6472. 1746.71 s [dualizer] stripping (with command strip and flags -S -p) in /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0/lib
  6473. 1746.82 s [dualizer] shrinking RPATHs of ELF executables and libraries in /nix/store/qrswz1mq6rz47s70fch8pbizrpx75204-dualizer-0.2.0.0-doc
  6474. 1746.82 s [dualizer] checking for references to /build/ in /nix/store/qrswz1mq6rz47s70fch8pbizrpx75204-dualizer-0.2.0.0-doc...
  6475. 1746.83 s [dualizer] patching script interpreter paths in /nix/store/qrswz1mq6rz47s70fch8pbizrpx75204-dualizer-0.2.0.0-doc
  6476. 1746.94 s [dualizer:post-build] Uploading to the NixCI cache: /nix/store/qrswz1mq6rz47s70fch8pbizrpx75204-dualizer-0.2.0.0-doc /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0
  6477. 1746.99 s [dualizer:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6478. 1747.30 s [dualizer:post-build] copying 2 paths...
  6479. 1747.30 s [dualizer:post-build] copying path '/nix/store/qrswz1mq6rz47s70fch8pbizrpx75204-dualizer-0.2.0.0-doc' to 'https://cache.nix-ci.com'...
  6480. 1747.77 s [dualizer:post-build] copying path '/nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0' to 'https://cache.nix-ci.com'...
  6481. 1749.97 s [dualizer:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6482. 1750.26 s [dualizer:post-build] copying 1 paths...
  6483. 1750.26 s [dualizer:post-build] copying path '/nix/store/qcazc8w2cy5147h2j134m90gnlan4yn2-dualizer-0.2.0.0.drv' to 'https://cache.nix-ci.com'...
  6484. 1750.52 s Uploaded dualizer in 3.5s
  6485. 1750.52 s Progress: 102 of 103 built, 18 of 18 downloaded from cache
  6486. 1750.52 s Built dualizer in 55.8s
  6487. 1750.52 s Progress: 103 of 103 built, 18 of 18 downloaded from cache
  6488. 1750.52 s /nix/store/r38w9s5lkxiciap8gs4hxfqvk6wl8p40-dualizer-0.2.0.0
  6489. 1750.57 s Build succeeded.