1. 260.74 s [conduit-extra] will become an error in a future GHC release.
  2. 260.74 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  3. 260.74 s [conduit-extra] |
  4. 260.74 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5. 260.74 s [conduit-extra] | ^
  6. 260.74 s [conduit-extra]
  7. 260.74 s [conduit-extra] Data/Conduit/Process.hs:49:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  8. 260.74 s [conduit-extra] The use of ‘~’ without TypeOperators
  9. 260.74 s [conduit-extra] will become an error in a future GHC release.
  10. 260.74 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  11. 260.74 s [conduit-extra] |
  12. 260.74 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  13. 260.74 s [conduit-extra] | ^
  14. 260.74 s [conduit-extra]
  15. 260.74 s [conduit-extra] Data/Conduit/Process.hs:49:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  16. 260.74 s [conduit-extra] The use of ‘~’ without TypeOperators
  17. 260.75 s [conduit-extra] will become an error in a future GHC release.
  18. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  19. 260.75 s [conduit-extra] |
  20. 260.75 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  21. 260.75 s [conduit-extra] | ^
  22. 260.75 s [conduit-extra]
  23. 260.75 s [conduit-extra] Data/Conduit/Process.hs:50:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24. 260.75 s [conduit-extra] Pattern match(es) are non-exhaustive
  25. 260.75 s [conduit-extra] In a lambda abstraction:
  26. 260.75 s [conduit-extra] Patterns of type ‘Maybe
  27. 260.75 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  28. 260.75 s [conduit-extra] Nothing
  29. 260.75 s [conduit-extra] |
  30. 260.75 s [conduit-extra] 50 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h), Just CreatePipe)
  31. 260.75 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  32. 260.75 s [conduit-extra]
  33. 260.75 s [conduit-extra] Data/Conduit/Process.hs:65:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  34. 260.75 s [conduit-extra] The use of ‘~’ without TypeOperators
  35. 260.75 s [conduit-extra] will become an error in a future GHC release.
  36. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  37. 260.75 s [conduit-extra] |
  38. 260.75 s [conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  39. 260.75 s [conduit-extra] | ^
  40. 260.75 s [conduit-extra]
  41. 260.75 s [conduit-extra] Data/Conduit/Process.hs:66:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  42. 260.75 s [conduit-extra] Pattern match(es) are non-exhaustive
  43. 260.75 s [conduit-extra] In a lambda abstraction:
  44. 260.75 s [conduit-extra] Patterns of type ‘Maybe
  45. 260.75 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  46. 260.75 s [conduit-extra] Nothing
  47. 260.75 s [conduit-extra] |
  48. 260.75 s [conduit-extra] 66 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h, Just CreatePipe)
  49. 260.75 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  50. 260.75 s [conduit-extra]
  51. 260.75 s [conduit-extra] Data/Conduit/Process.hs:67:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  52. 260.75 s [conduit-extra] The use of ‘~’ without TypeOperators
  53. 260.75 s [conduit-extra] will become an error in a future GHC release.
  54. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  55. 260.75 s [conduit-extra] |
  56. 260.75 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  57. 260.75 s [conduit-extra] | ^
  58. 260.75 s [conduit-extra]
  59. 260.75 s [conduit-extra] Data/Conduit/Process.hs:67:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  60. 260.75 s [conduit-extra] The use of ‘~’ without TypeOperators
  61. 260.75 s [conduit-extra] will become an error in a future GHC release.
  62. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  63. 260.75 s [conduit-extra] |
  64. 260.75 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  65. 260.75 s [conduit-extra] | ^
  66. 260.75 s [conduit-extra]
  67. 260.75 s [conduit-extra] Data/Conduit/Process.hs:68:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  68. 260.75 s [conduit-extra] Pattern match(es) are non-exhaustive
  69. 260.75 s [conduit-extra] In a lambda abstraction:
  70. 260.75 s [conduit-extra] Patterns of type ‘Maybe
  71. 260.75 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  72. 260.75 s [conduit-extra] Nothing
  73. 260.75 s [conduit-extra] |
  74. 260.75 s [conduit-extra] 68 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h), Just CreatePipe)
  75. 260.75 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  76. 260.75 s [conduit-extra]
  77. 260.75 s [conduit-extra] Data/Conduit/Process.hs:69:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  78. 260.75 s [conduit-extra] The use of ‘~’ without TypeOperators
  79. 260.75 s [conduit-extra] will become an error in a future GHC release.
  80. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  81. 260.75 s [conduit-extra] |
  82. 260.75 s [conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  83. 260.75 s [conduit-extra] | ^
  84. 260.75 s [conduit-extra]
  85. 260.75 s [conduit-extra] Data/Conduit/Process.hs:70:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  86. 260.75 s [conduit-extra] Pattern match(es) are non-exhaustive
  87. 260.75 s [conduit-extra] In a lambda abstraction:
  88. 260.75 s [conduit-extra] Patterns of type ‘Maybe
  89. 260.75 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  90. 260.75 s [conduit-extra] Nothing
  91. 260.75 s [conduit-extra] |
  92. 260.75 s [conduit-extra] 70 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h, Just CreatePipe)
  93. 260.75 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  94. 260.75 s [conduit-extra]
  95. 260.75 s [conduit-extra] Data/Conduit/Process.hs:71:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  96. 260.75 s [conduit-extra] The use of ‘~’ without TypeOperators
  97. 260.75 s [conduit-extra] will become an error in a future GHC release.
  98. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  99. 260.75 s [conduit-extra] |
  100. 260.75 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  101. 260.75 s [conduit-extra] | ^
  102. 260.75 s [conduit-extra]
  103. 260.75 s [conduit-extra] Data/Conduit/Process.hs:71:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  104. 260.75 s [conduit-extra] The use of ‘~’ without TypeOperators
  105. 260.75 s [conduit-extra] will become an error in a future GHC release.
  106. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  107. 260.75 s [conduit-extra] |
  108. 260.75 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  109. 260.75 s [conduit-extra] | ^
  110. 260.75 s [conduit-extra]
  111. 260.75 s [conduit-extra] Data/Conduit/Process.hs:72:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  112. 260.75 s [conduit-extra] Pattern match(es) are non-exhaustive
  113. 260.75 s [conduit-extra] In a lambda abstraction:
  114. 260.75 s [conduit-extra] Patterns of type ‘Maybe
  115. 260.75 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  116. 260.75 s [conduit-extra] Nothing
  117. 260.75 s [conduit-extra] |
  118. 260.75 s [conduit-extra] 72 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h), Just CreatePipe)
  119. 260.75 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  120. 260.75 s [conduit-extra]
  121. 260.75 s [conduit-extra] Data/Conduit/Process.hs:74:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  122. 260.75 s [conduit-extra] The use of ‘~’ without TypeOperators
  123. 260.75 s [conduit-extra] will become an error in a future GHC release.
  124. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  125. 260.75 s [conduit-extra] |
  126. 260.75 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  127. 260.75 s [conduit-extra] | ^
  128. 260.75 s [conduit-extra]
  129. 260.75 s [conduit-extra] Data/Conduit/Process.hs:74:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  130. 260.75 s [conduit-extra] The use of ‘~’ without TypeOperators
  131. 260.75 s [conduit-extra] will become an error in a future GHC release.
  132. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  133. 260.75 s [conduit-extra] |
  134. 260.75 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  135. 260.75 s [conduit-extra] | ^
  136. 260.75 s [conduit-extra]
  137. 260.75 s [conduit-extra] Data/Conduit/Process.hs:75:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  138. 260.75 s [conduit-extra] Pattern match(es) are non-exhaustive
  139. 260.75 s [conduit-extra] In a lambda abstraction:
  140. 260.75 s [conduit-extra] Patterns of type ‘Maybe
  141. 260.75 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  142. 260.75 s [conduit-extra] Nothing
  143. 260.75 s [conduit-extra] |
  144. 260.75 s [conduit-extra] 75 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h, Just CreatePipe)
  145. 260.75 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  146. 260.75 s [conduit-extra]
  147. 260.75 s [conduit-extra] Data/Conduit/Process.hs:76:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  148. 260.75 s [conduit-extra] The use of ‘~’ without TypeOperators
  149. 260.75 s [conduit-extra] will become an error in a future GHC release.
  150. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  151. 260.75 s [conduit-extra] |
  152. 260.75 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  153. 260.75 s [conduit-extra] | ^
  154. 260.75 s [conduit-extra]
  155. 260.75 s [conduit-extra] Data/Conduit/Process.hs:76:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  156. 260.75 s [conduit-extra] The use of ‘~’ without TypeOperators
  157. 260.75 s [conduit-extra] will become an error in a future GHC release.
  158. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  159. 260.75 s [conduit-extra] |
  160. 260.75 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  161. 260.75 s [conduit-extra] | ^
  162. 260.75 s [conduit-extra]
  163. 260.75 s [conduit-extra] Data/Conduit/Process.hs:76:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  164. 260.75 s [conduit-extra] The use of ‘~’ without TypeOperators
  165. 260.75 s [conduit-extra] will become an error in a future GHC release.
  166. 260.75 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  167. 260.75 s [conduit-extra] |
  168. 260.75 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  169. 260.75 s [conduit-extra] | ^
  170. 260.75 s [conduit-extra]
  171. 260.75 s [conduit-extra] Data/Conduit/Process.hs:77:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  172. 260.75 s [conduit-extra] Pattern match(es) are non-exhaustive
  173. 260.75 s [conduit-extra] In a lambda abstraction:
  174. 260.75 s [conduit-extra] Patterns of type ‘Maybe
  175. 260.75 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  176. 260.75 s [conduit-extra] Nothing
  177. 260.75 s [conduit-extra] |
  178. 260.75 s [conduit-extra] 77 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h), Just CreatePipe)
  179. 260.75 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  180. 260.75 s [conduit-extra]
  181. 260.75 s [conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, dist/build/Data/Conduit/Process/Typed.o, dist/build/Data/Conduit/Process/Typed.dyn_o )
  182. 260.75 s [conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.o, dist/build/Data/Conduit/Text.dyn_o )
  183. 260.96 s [conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.o, dist/build/Data/Conduit/Zlib.dyn_o )
  184. 261.60 s [conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.p_o )
  185. 261.73 s [pandoc] [2 of 4] Compiling Text.Pandoc.XML.Light.Proc
  186. 261.99 s [pandoc] [3 of 4] Compiling Text.Pandoc.XML.Light.Output
  187. 263.30 s [pandoc] [4 of 4] Compiling Text.Pandoc.XML.Light
  188. 264.24 s [conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.p_o )
  189. 264.24 s [conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, dist/build/Data/Conduit/ByteString/Builder.p_o )
  190. 264.24 s [conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.p_o )
  191. 264.24 s [conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.p_o )
  192. 264.24 s [conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.p_o )
  193. 264.24 s [conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.p_o )
  194. 264.24 s [conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, dist/build/Data/Conduit/Network/UDP.p_o )
  195. 264.24 s [conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, dist/build/Data/Conduit/Network/Unix.p_o )
  196. 264.24 s [conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.p_o )
  197. 264.24 s [conduit-extra] Data/Conduit/Process.hs:47:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  198. 264.24 s [conduit-extra] The use of ‘~’ without TypeOperators
  199. 264.24 s [conduit-extra] will become an error in a future GHC release.
  200. 264.24 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  201. 264.24 s [conduit-extra] |
  202. 264.24 s [conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  203. 264.24 s [conduit-extra] | ^
  204. 264.24 s [conduit-extra]
  205. 264.24 s [conduit-extra] Data/Conduit/Process.hs:47:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  206. 264.24 s [conduit-extra] The use of ‘~’ without TypeOperators
  207. 264.24 s [conduit-extra] will become an error in a future GHC release.
  208. 264.24 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  209. 264.24 s [conduit-extra] |
  210. 264.24 s [conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  211. 264.24 s [conduit-extra] | ^
  212. 264.24 s [conduit-extra]
  213. 264.24 s [conduit-extra] Data/Conduit/Process.hs:48:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  214. 264.24 s [conduit-extra] Pattern match(es) are non-exhaustive
  215. 264.24 s [conduit-extra] In a lambda abstraction:
  216. 264.24 s [conduit-extra] Patterns of type ‘Maybe
  217. 264.24 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  218. 264.24 s [conduit-extra] Nothing
  219. 264.24 s [conduit-extra] |
  220. 264.24 s [conduit-extra] 48 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h, Just CreatePipe)
  221. 264.24 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  222. 264.24 s [conduit-extra]
  223. 264.24 s [conduit-extra] Data/Conduit/Process.hs:49:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  224. 264.24 s [conduit-extra] The use of ‘~’ without TypeOperators
  225. 264.24 s [conduit-extra] will become an error in a future GHC release.
  226. 264.24 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  227. 264.24 s [conduit-extra] |
  228. 264.24 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  229. 264.24 s [conduit-extra] | ^
  230. 264.24 s [conduit-extra]
  231. 264.24 s [conduit-extra] Data/Conduit/Process.hs:49:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  232. 264.24 s [conduit-extra] The use of ‘~’ without TypeOperators
  233. 264.24 s [conduit-extra] will become an error in a future GHC release.
  234. 264.24 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  235. 264.24 s [conduit-extra] |
  236. 264.24 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  237. 264.24 s [conduit-extra] | ^
  238. 264.24 s [conduit-extra]
  239. 264.24 s [conduit-extra] Data/Conduit/Process.hs:49:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  240. 264.24 s [conduit-extra] The use of ‘~’ without TypeOperators
  241. 264.24 s [conduit-extra] will become an error in a future GHC release.
  242. 264.24 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  243. 264.24 s [conduit-extra] |
  244. 264.24 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  245. 264.24 s [conduit-extra] | ^
  246. 264.24 s [conduit-extra]
  247. 264.24 s [conduit-extra] Data/Conduit/Process.hs:50:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  248. 264.24 s [conduit-extra] Pattern match(es) are non-exhaustive
  249. 264.24 s [conduit-extra] In a lambda abstraction:
  250. 264.24 s [conduit-extra] Patterns of type ‘Maybe
  251. 264.24 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  252. 264.24 s [conduit-extra] Nothing
  253. 264.24 s [conduit-extra] |
  254. 264.24 s [conduit-extra] 50 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h), Just CreatePipe)
  255. 264.24 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  256. 264.24 s [conduit-extra]
  257. 264.24 s [conduit-extra] Data/Conduit/Process.hs:65:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  258. 264.24 s [conduit-extra] The use of ‘~’ without TypeOperators
  259. 264.24 s [conduit-extra] will become an error in a future GHC release.
  260. 264.24 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  261. 264.24 s [conduit-extra] |
  262. 264.24 s [conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  263. 264.24 s [conduit-extra] | ^
  264. 264.24 s [conduit-extra]
  265. 264.24 s [conduit-extra] Data/Conduit/Process.hs:66:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  266. 264.24 s [conduit-extra] Pattern match(es) are non-exhaustive
  267. 264.24 s [conduit-extra] In a lambda abstraction:
  268. 264.24 s [conduit-extra] Patterns of type ‘Maybe
  269. 264.24 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  270. 264.24 s [conduit-extra] Nothing
  271. 264.24 s [conduit-extra] |
  272. 264.24 s [conduit-extra] 66 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h, Just CreatePipe)
  273. 264.24 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  274. 264.24 s [conduit-extra]
  275. 264.24 s [conduit-extra] Data/Conduit/Process.hs:67:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  276. 264.24 s [conduit-extra] The use of ‘~’ without TypeOperators
  277. 264.24 s [conduit-extra] will become an error in a future GHC release.
  278. 264.24 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  279. 264.24 s [conduit-extra] |
  280. 264.25 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  281. 264.25 s [conduit-extra] | ^
  282. 264.25 s [conduit-extra]
  283. 264.25 s [conduit-extra] Data/Conduit/Process.hs:67:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  284. 264.25 s [conduit-extra] The use of ‘~’ without TypeOperators
  285. 264.25 s [conduit-extra] will become an error in a future GHC release.
  286. 264.25 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  287. 264.25 s [conduit-extra] |
  288. 264.25 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  289. 264.25 s [conduit-extra] | ^
  290. 264.25 s [conduit-extra]
  291. 264.25 s [conduit-extra] Data/Conduit/Process.hs:68:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  292. 264.25 s [conduit-extra] Pattern match(es) are non-exhaustive
  293. 264.25 s [conduit-extra] In a lambda abstraction:
  294. 264.25 s [conduit-extra] Patterns of type ‘Maybe
  295. 264.25 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  296. 264.25 s [conduit-extra] Nothing
  297. 264.25 s [conduit-extra] |
  298. 264.25 s [conduit-extra] 68 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h), Just CreatePipe)
  299. 264.25 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  300. 264.25 s [conduit-extra]
  301. 264.25 s [conduit-extra] Data/Conduit/Process.hs:69:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  302. 264.25 s [conduit-extra] The use of ‘~’ without TypeOperators
  303. 264.25 s [conduit-extra] will become an error in a future GHC release.
  304. 264.25 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  305. 264.25 s [conduit-extra] |
  306. 264.25 s [conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  307. 264.25 s [conduit-extra] | ^
  308. 264.25 s [conduit-extra]
  309. 264.25 s [conduit-extra] Data/Conduit/Process.hs:70:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  310. 264.25 s [conduit-extra] Pattern match(es) are non-exhaustive
  311. 264.25 s [conduit-extra] In a lambda abstraction:
  312. 264.25 s [conduit-extra] Patterns of type ‘Maybe
  313. 264.25 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  314. 264.25 s [conduit-extra] Nothing
  315. 264.25 s [conduit-extra] |
  316. 264.25 s [conduit-extra] 70 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h, Just CreatePipe)
  317. 264.25 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  318. 264.25 s [conduit-extra]
  319. 264.25 s [conduit-extra] Data/Conduit/Process.hs:71:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  320. 264.25 s [conduit-extra] The use of ‘~’ without TypeOperators
  321. 264.25 s [conduit-extra] will become an error in a future GHC release.
  322. 264.25 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  323. 264.25 s [conduit-extra] |
  324. 264.25 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  325. 264.25 s [conduit-extra] | ^
  326. 264.25 s [conduit-extra]
  327. 264.25 s [conduit-extra] Data/Conduit/Process.hs:71:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  328. 264.25 s [conduit-extra] The use of ‘~’ without TypeOperators
  329. 264.25 s [conduit-extra] will become an error in a future GHC release.
  330. 264.25 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  331. 264.25 s [conduit-extra] |
  332. 264.25 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  333. 264.25 s [conduit-extra] | ^
  334. 264.25 s [conduit-extra]
  335. 264.25 s [conduit-extra] Data/Conduit/Process.hs:72:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  336. 264.25 s [conduit-extra] Pattern match(es) are non-exhaustive
  337. 264.25 s [conduit-extra] In a lambda abstraction:
  338. 264.25 s [conduit-extra] Patterns of type ‘Maybe
  339. 264.25 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  340. 264.25 s [conduit-extra] Nothing
  341. 264.25 s [conduit-extra] |
  342. 264.25 s [conduit-extra] 72 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h), Just CreatePipe)
  343. 264.25 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  344. 264.25 s [conduit-extra]
  345. 264.25 s [conduit-extra] Data/Conduit/Process.hs:74:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  346. 264.25 s [conduit-extra] The use of ‘~’ without TypeOperators
  347. 264.25 s [conduit-extra] will become an error in a future GHC release.
  348. 264.25 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  349. 264.25 s [conduit-extra] |
  350. 264.25 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  351. 264.25 s [conduit-extra] | ^
  352. 264.25 s [conduit-extra]
  353. 264.25 s [conduit-extra] Data/Conduit/Process.hs:74:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  354. 264.25 s [conduit-extra] The use of ‘~’ without TypeOperators
  355. 264.25 s [conduit-extra] will become an error in a future GHC release.
  356. 264.25 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  357. 264.25 s [conduit-extra] |
  358. 264.25 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  359. 264.25 s [conduit-extra] | ^
  360. 264.25 s [conduit-extra]
  361. 264.25 s [conduit-extra] Data/Conduit/Process.hs:75:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  362. 264.25 s [conduit-extra] Pattern match(es) are non-exhaustive
  363. 264.25 s [conduit-extra] In a lambda abstraction:
  364. 264.25 s [conduit-extra] Patterns of type ‘Maybe
  365. 264.25 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  366. 264.25 s [conduit-extra] Nothing
  367. 264.25 s [conduit-extra] |
  368. 264.25 s [conduit-extra] 75 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h, Just CreatePipe)
  369. 264.25 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  370. 264.25 s [conduit-extra]
  371. 264.25 s [conduit-extra] Data/Conduit/Process.hs:76:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  372. 264.25 s [conduit-extra] The use of ‘~’ without TypeOperators
  373. 264.25 s [conduit-extra] will become an error in a future GHC release.
  374. 264.25 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  375. 264.25 s [conduit-extra] |
  376. 264.25 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  377. 264.25 s [conduit-extra] | ^
  378. 264.25 s [conduit-extra]
  379. 264.25 s [conduit-extra] Data/Conduit/Process.hs:76:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  380. 264.25 s [conduit-extra] The use of ‘~’ without TypeOperators
  381. 264.25 s [conduit-extra] will become an error in a future GHC release.
  382. 264.25 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  383. 264.25 s [conduit-extra] |
  384. 264.25 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  385. 264.25 s [conduit-extra] | ^
  386. 264.25 s [conduit-extra]
  387. 264.25 s [conduit-extra] Data/Conduit/Process.hs:76:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  388. 264.25 s [conduit-extra] The use of ‘~’ without TypeOperators
  389. 264.25 s [conduit-extra] will become an error in a future GHC release.
  390. 264.25 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  391. 264.25 s [conduit-extra] |
  392. 264.25 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  393. 264.25 s [conduit-extra] | ^
  394. 264.25 s [conduit-extra]
  395. 264.25 s [conduit-extra] Data/Conduit/Process.hs:77:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  396. 264.25 s [conduit-extra] Pattern match(es) are non-exhaustive
  397. 264.25 s [conduit-extra] In a lambda abstraction:
  398. 264.25 s [conduit-extra] Patterns of type ‘Maybe
  399. 264.25 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  400. 264.25 s [conduit-extra] Nothing
  401. 264.25 s [conduit-extra] |
  402. 264.25 s [conduit-extra] 77 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h), Just CreatePipe)
  403. 264.25 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  404. 264.25 s [conduit-extra]
  405. 264.31 s [conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, dist/build/Data/Conduit/Process/Typed.p_o )
  406. 264.31 s [conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.p_o )
  407. 264.31 s [conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.p_o )
  408. 264.74 s [algebraic-graphs] [ 3 of 23] Compiling Algebra.Graph.Test ( test/Algebra/Graph/Test.hs, dist/build/main/main-tmp/Algebra/Graph/Test.o, dist/build/main/main-tmp/Algebra/Graph/Test.dyn_o )
  409. 264.74 s [algebraic-graphs] [ 4 of 23] Compiling Algebra.Graph.Test.Acyclic.AdjacencyMap ( test/Algebra/Graph/Test/Acyclic/AdjacencyMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Acyclic/AdjacencyMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/Acyclic/AdjacencyMap.dyn_o )
  410. 264.82 s [algebraic-graphs] [ 5 of 23] Compiling Algebra.Graph.Test.Bipartite.AdjacencyMap ( test/Algebra/Graph/Test/Bipartite/AdjacencyMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Bipartite/AdjacencyMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/Bipartite/AdjacencyMap.dyn_o )
  411. 266.24 s [pandoc] Preprocessing library for pandoc-3.6..
  412. 266.28 s [pandoc] Building library for pandoc-3.6..
  413. 266.52 s [conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.7...
  414. 266.65 s [conduit-extra] Building test suite 'test' for conduit-extra-1.3.7...
  415. 266.69 s [conduit-extra] [ 1 of 12] Compiling Data.Conduit.AttoparsecSpec ( test/Data/Conduit/AttoparsecSpec.hs, dist/build/test/test-tmp/Data/Conduit/AttoparsecSpec.o )
  416. 266.80 s [algebraic-graphs] [ 6 of 23] Compiling Algebra.Graph.Test.Example.Todo ( test/Algebra/Graph/Test/Example/Todo.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Example/Todo.o, dist/build/main/main-tmp/Algebra/Graph/Test/Example/Todo.dyn_o )
  417. 266.80 s [algebraic-graphs] [ 7 of 23] Compiling Algebra.Graph.Test.Export ( test/Algebra/Graph/Test/Export.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Export.o, dist/build/main/main-tmp/Algebra/Graph/Test/Export.dyn_o )
  418. 266.80 s [algebraic-graphs] [ 8 of 23] Compiling Algebra.Graph.Test.Generic ( test/Algebra/Graph/Test/Generic.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Generic.o, dist/build/main/main-tmp/Algebra/Graph/Test/Generic.dyn_o )
  419. 267.48 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:10:52: warning: [GHC-38856] [-Wunused-imports]
  420. 267.48 s [conduit-extra] The import of ‘<*’ from module ‘Control.Applicative’ is redundant
  421. 267.48 s [conduit-extra] |
  422. 267.48 s [conduit-extra] 10 | import Control.Applicative ((<*), (<|>))
  423. 267.48 s [conduit-extra] | ^^^^
  424. 267.48 s [conduit-extra]
  425. 267.48 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:153:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  426. 267.48 s [conduit-extra] Pattern match(es) are non-exhaustive
  427. 267.48 s [conduit-extra] In a pattern binding:
  428. 267.48 s [conduit-extra] Patterns of type ‘Either
  429. 267.48 s [conduit-extra] ghc-prim:GHC.Types.Any
  430. 267.48 s [conduit-extra] [Either
  431. 267.48 s [conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text)]’ not matched:
  432. 267.48 s [conduit-extra] Left _
  433. 267.48 s [conduit-extra] |
  434. 267.48 s [conduit-extra] 153 | (Right !ea) = runConduit $ CL.sourceList input .| sink
  435. 267.48 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  436. 267.48 s [conduit-extra]
  437. 267.48 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:159:36: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  438. 267.48 s [conduit-extra] Pattern match(es) are non-exhaustive
  439. 267.48 s [conduit-extra] In a lambda abstraction:
  440. 267.48 s [conduit-extra] Patterns of type ‘(Either
  441. 267.48 s [conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text),
  442. 267.48 s [conduit-extra] Int)’ not matched:
  443. 267.48 s [conduit-extra] ((Left _), _)
  444. 267.48 s [conduit-extra] |
  445. 267.48 s [conduit-extra] 159 | forM_ (zip ea [1..]) $ \ (Right (pos, _), l) -> pos `shouldBe` chkp l
  446. 267.48 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  447. 267.48 s [conduit-extra]
  448. 267.90 s [pandoc] [ 1 of 220] Compiling Paths_pandoc
  449. 270.51 s [pandoc] [ 2 of 220] Compiling Text.Pandoc.Asciify
  450. 271.42 s [pandoc] [ 3 of 220] Compiling Text.Pandoc.Char
  451. 271.42 s [pandoc] [ 4 of 220] Compiling Text.Pandoc.Citeproc.CslJson
  452. 273.06 s [algebraic-graphs] [ 9 of 23] Compiling Algebra.Graph.Test.AdjacencyMap ( test/Algebra/Graph/Test/AdjacencyMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/AdjacencyMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/AdjacencyMap.dyn_o )
  453. 273.65 s [conduit-extra] [ 2 of 12] Compiling Data.Conduit.BinarySpec ( test/Data/Conduit/BinarySpec.hs, dist/build/test/test-tmp/Data/Conduit/BinarySpec.o )
  454. 273.65 s [conduit-extra] test/Data/Conduit/BinarySpec.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  455. 273.65 s [conduit-extra] The import of ‘Control.Applicative’ is redundant
  456. 273.65 s [conduit-extra] except perhaps to import instances from ‘Control.Applicative’
  457. 273.65 s [conduit-extra] To import instances alone, use: import Control.Applicative()
  458. 273.65 s [conduit-extra] |
  459. 273.65 s [conduit-extra] 30 | import Control.Applicative ((<$>))
  460. 273.65 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  461. 273.65 s [conduit-extra]
  462. 274.38 s [algebraic-graphs] [10 of 23] Compiling Algebra.Graph.Test.AdjacencyIntMap ( test/Algebra/Graph/Test/AdjacencyIntMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/AdjacencyIntMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/AdjacencyIntMap.dyn_o )
  463. 274.38 s [algebraic-graphs] [11 of 23] Compiling Algebra.Graph.Test.Graph ( test/Algebra/Graph/Test/Graph.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Graph.o, dist/build/main/main-tmp/Algebra/Graph/Test/Graph.dyn_o )
  464. 274.46 s [pandoc] [ 5 of 220] Compiling Text.Pandoc.Citeproc.Util
  465. 274.46 s [pandoc] [ 6 of 220] Compiling Text.Pandoc.Citeproc.Data
  466. 274.78 s [conduit-extra] [ 3 of 12] Compiling Data.Conduit.ByteString.BuilderSpec ( test/Data/Conduit/ByteString/BuilderSpec.hs, dist/build/test/test-tmp/Data/Conduit/ByteString/BuilderSpec.o )
  467. 274.78 s [conduit-extra] [ 4 of 12] Compiling Data.Conduit.ExtraSpec ( test/Data/Conduit/ExtraSpec.hs, dist/build/test/test-tmp/Data/Conduit/ExtraSpec.o )
  468. 274.78 s [conduit-extra] [ 5 of 12] Compiling Data.Conduit.FilesystemSpec ( test/Data/Conduit/FilesystemSpec.hs, dist/build/test/test-tmp/Data/Conduit/FilesystemSpec.o )
  469. 274.78 s [conduit-extra] [ 6 of 12] Compiling Data.Conduit.LazySpec ( test/Data/Conduit/LazySpec.hs, dist/build/test/test-tmp/Data/Conduit/LazySpec.o )
  470. 274.78 s [conduit-extra] [ 7 of 12] Compiling Data.Conduit.NetworkSpec ( test/Data/Conduit/NetworkSpec.hs, dist/build/test/test-tmp/Data/Conduit/NetworkSpec.o )
  471. 274.78 s [conduit-extra] [ 8 of 12] Compiling Data.Conduit.Process.TypedSpec ( test/Data/Conduit/Process/TypedSpec.hs, dist/build/test/test-tmp/Data/Conduit/Process/TypedSpec.o )
  472. 274.78 s [conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:15:12: warning: [GHC-68441] [-Wdeprecations]
  473. 274.78 s [conduit-extra] In the use of ‘withProcess_’
  474. 274.78 s [conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
  475. 274.78 s [conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
  476. 274.78 s [conduit-extra] |
  477. 274.78 s [conduit-extra] 15 | bss <- withProcess_ pc $ \p ->
  478. 274.78 s [conduit-extra] | ^^^^^^^^^^^^
  479. 274.78 s [conduit-extra]
  480. 274.78 s [conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:30:6: warning: [GHC-68441] [-Wdeprecations]
  481. 274.78 s [conduit-extra] In the use of ‘withProcess_’
  482. 274.78 s [conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
  483. 274.78 s [conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
  484. 274.78 s [conduit-extra] |
  485. 274.78 s [conduit-extra] 30 | (withProcess_ (proc "cat" ["does not exist"]) $ const $ return ())
  486. 274.78 s [conduit-extra] | ^^^^^^^^^^^^
  487. 274.78 s [conduit-extra]
  488. 274.78 s [conduit-extra] [ 9 of 12] Compiling Data.Conduit.ProcessSpec ( test/Data/Conduit/ProcessSpec.hs, dist/build/test/test-tmp/Data/Conduit/ProcessSpec.o )
  489. 274.78 s [conduit-extra] [10 of 12] Compiling Data.Conduit.TextSpec ( test/Data/Conduit/TextSpec.hs, dist/build/test/test-tmp/Data/Conduit/TextSpec.o )
  490. 274.78 s [conduit-extra] test/Data/Conduit/TextSpec.hs:125:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  491. 274.78 s [conduit-extra] Pattern match(es) are non-exhaustive
  492. 274.78 s [conduit-extra] In a pattern binding:
  493. 274.78 s [conduit-extra] Patterns of type ‘Either
  494. 274.78 s [conduit-extra] SomeException
  495. 274.78 s [conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
  496. 274.78 s [conduit-extra] Left _
  497. 274.78 s [conduit-extra] |
  498. 274.78 s [conduit-extra] 125 | let Right res = runIdentity $ runCatchT $ runConduit $ C.yield badBS .| (,)
  499. 274.78 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  500. 274.78 s [conduit-extra]
  501. 274.78 s [conduit-extra] test/Data/Conduit/TextSpec.hs:142:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  502. 274.78 s [conduit-extra] Pattern match(es) are non-exhaustive
  503. 274.78 s [conduit-extra] In a pattern binding:
  504. 274.78 s [conduit-extra] Patterns of type ‘Either
  505. 274.78 s [conduit-extra] SomeException
  506. 274.78 s [conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
  507. 274.78 s [conduit-extra] Left _
  508. 274.78 s [conduit-extra] |
  509. 274.78 s [conduit-extra] 142 | let Right res = runIdentity $ runCatchT $ runConduit $
  510. 274.78 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  511. 274.78 s [conduit-extra]
  512. 275.92 s [conduit-extra] [11 of 12] Compiling Data.Conduit.ZlibSpec ( test/Data/Conduit/ZlibSpec.hs, dist/build/test/test-tmp/Data/Conduit/ZlibSpec.o )
  513. 275.92 s [conduit-extra] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
  514. 276.04 s [algebraic-graphs] [12 of 23] Compiling Algebra.Graph.Test.Internal ( test/Algebra/Graph/Test/Internal.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Internal.o, dist/build/main/main-tmp/Algebra/Graph/Test/Internal.dyn_o )
  515. 276.04 s [algebraic-graphs] [13 of 23] Compiling Algebra.Graph.Test.Label ( test/Algebra/Graph/Test/Label.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Label.o, dist/build/main/main-tmp/Algebra/Graph/Test/Label.dyn_o )
  516. 276.04 s [algebraic-graphs] [14 of 23] Compiling Algebra.Graph.Test.Labelled.AdjacencyMap ( test/Algebra/Graph/Test/Labelled/AdjacencyMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Labelled/AdjacencyMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/Labelled/AdjacencyMap.dyn_o )
  517. 276.75 s [conduit-extra] [13 of 13] Linking dist/build/test/test
  518. 277.48 s [algebraic-graphs] [15 of 23] Compiling Algebra.Graph.Test.Labelled.Graph ( test/Algebra/Graph/Test/Labelled/Graph.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Labelled/Graph.o, dist/build/main/main-tmp/Algebra/Graph/Test/Labelled/Graph.dyn_o )
  519. 277.48 s [algebraic-graphs] [16 of 23] Compiling Algebra.Graph.Test.NonEmpty.AdjacencyMap ( test/Algebra/Graph/Test/NonEmpty/AdjacencyMap.hs, dist/build/main/main-tmp/Algebra/Graph/Test/NonEmpty/AdjacencyMap.o, dist/build/main/main-tmp/Algebra/Graph/Test/NonEmpty/AdjacencyMap.dyn_o )
  520. 277.48 s [algebraic-graphs] [17 of 23] Compiling Algebra.Graph.Test.NonEmpty.Graph ( test/Algebra/Graph/Test/NonEmpty/Graph.hs, dist/build/main/main-tmp/Algebra/Graph/Test/NonEmpty/Graph.o, dist/build/main/main-tmp/Algebra/Graph/Test/NonEmpty/Graph.dyn_o )
  521. 277.48 s [algebraic-graphs] [18 of 23] Compiling Algebra.Graph.Test.Relation ( test/Algebra/Graph/Test/Relation.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Relation.o, dist/build/main/main-tmp/Algebra/Graph/Test/Relation.dyn_o )
  522. 277.48 s [algebraic-graphs] [19 of 23] Compiling Algebra.Graph.Test.Relation.Symmetric ( test/Algebra/Graph/Test/Relation/Symmetric.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Relation/Symmetric.o, dist/build/main/main-tmp/Algebra/Graph/Test/Relation/Symmetric.dyn_o )
  523. 277.48 s [algebraic-graphs] [20 of 23] Compiling Algebra.Graph.Test.RewriteRules ( test/Algebra/Graph/Test/RewriteRules.hs, dist/build/main/main-tmp/Algebra/Graph/Test/RewriteRules.o, dist/build/main/main-tmp/Algebra/Graph/Test/RewriteRules.dyn_o )
  524. 277.48 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:43:1: emptyI === emptyIR passed.
  525. 277.48 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:49:1: vertexI === vertexIR passed.
  526. 277.48 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:56:1: overlayI === overlayIR passed.
  527. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:63:1: connectI === connectIR passed.
  528. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:69:1: overlaysC `hasNoType` GHC.Types.List passed.
  529. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:76:1: overlaysP === overlaysPR passed.
  530. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:82:1: verticesCP `hasNoType` GHC.Types.List passed.
  531. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:83:1: verticesCP `hasNoType` Algebra.Graph.Graph passed.
  532. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:89:1: connectsC `hasNoType` GHC.Types.List passed.
  533. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:96:1: connectsP === connectsPR passed.
  534. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:102:1: isSubgraphOfC `hasNoType` Algebra.Graph.Graph passed.
  535. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:108:1: cliqueCP `hasNoType` GHC.Types.List passed.
  536. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:109:1: cliqueCP `hasNoType` Algebra.Graph.Graph passed.
  537. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:115:1: edgesCP `hasNoType` GHC.Types.List passed.
  538. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:116:1: edgesCP `hasNoType` Algebra.Graph.Graph passed.
  539. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:122:1: starCP `hasNoType` GHC.Types.List passed.
  540. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:123:1: starCP `hasNoType` Algebra.Graph.Graph passed.
  541. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:130:1: fmapCP `hasNoType` Algebra.Graph.Graph passed.
  542. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:137:1: bindC === bindCR passed.
  543. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:144:1: bindP === bindPR passed.
  544. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:151:1: apC === apCR passed.
  545. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:159:1: apP === apPR passed.
  546. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:165:1: eqC `hasNoType` Algebra.Graph.Graph passed.
  547. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:170:1: eqT `hasNoType` Algebra.Graph.AdjacencyMap.AdjacencyMap passed.
  548. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:176:1: ordC `hasNoType` Algebra.Graph.Graph passed.
  549. 277.49 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:181:1: ordT `hasNoType` Algebra.Graph.AdjacencyMap.AdjacencyMap passed.
  550. 277.51 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:187:1: isEmptyC `hasNoType` Algebra.Graph.Graph passed.
  551. 277.52 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:193:1: sizeC `hasNoType` Algebra.Graph.Graph passed.
  552. 277.52 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:199:1: vertexSetC `hasNoType` Algebra.Graph.Graph passed.
  553. 277.52 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:205:1: vertexSetC `hasNoType` Algebra.Graph.Graph passed.
  554. 277.52 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:210:1: vertexCountT `hasNoType` Data.Set.Internal.Set passed.
  555. 277.52 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:216:1: edgeCountC `hasNoType` Algebra.Graph.Graph passed.
  556. 277.52 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:221:1: edgeCountT `hasNoType` Data.Set.Internal.Set passed.
  557. 277.52 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:227:1: vertexListCP `hasNoType` Algebra.Graph.Graph passed.
  558. 277.52 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:228:1: vertexListCP `hasNoType` GHC.Types.List passed.
  559. 277.53 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:233:1: vertexListT `hasNoType` Data.Set.Internal.Set passed.
  560. 277.53 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:239:1: edgeSetC `hasNoType` Algebra.Graph.Graph passed.
  561. 277.53 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:244:1: vertexListT `hasNoType` Algebra.Graph.AdjacencyMap.AdjacencyMap passed.
  562. 277.53 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:250:1: edgeListCP `hasNoType` Algebra.Graph.Graph passed.
  563. 277.53 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:251:1: edgeListCP `hasNoType` GHC.Types.List passed.
  564. 277.54 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:256:1: edgeListT `hasNoType` Algebra.Graph.AdjacencyMap.AdjacencyMap passed.
  565. 277.54 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:262:1: hasVertexC `hasNoType` Algebra.Graph.Graph passed.
  566. 277.54 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:268:1: hasEdgeC `hasNoType` Algebra.Graph.Graph passed.
  567. 277.54 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:274:1: adjacencyListC `hasNoType` Algebra.Graph.Graph passed.
  568. 277.54 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:280:1: pathP `hasNoType` Algebra.Graph.Graph passed.
  569. 277.54 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:286:1: circuitP `hasNoType` Algebra.Graph.Graph passed.
  570. 277.54 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:292:1: bicliqueCP `hasNoType` GHC.Types.List passed.
  571. 277.54 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:293:1: bicliqueCP `hasNoType` Algebra.Graph.Graph passed.
  572. 277.54 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:301:1: replaceVertexCP `hasNoType` Algebra.Graph.Graph passed.
  573. 277.54 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:309:1: mergeVerticesCP `hasNoType` Algebra.Graph.Graph passed.
  574. 277.54 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:316:1: splitVertexCP `hasNoType` GHC.Types.List passed.
  575. 277.58 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:317:1: splitVertexCP `hasNoType` Algebra.Graph.Graph passed.
  576. 277.58 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:324:1: transposeCP `hasNoType` Algebra.Graph.Graph passed.
  577. 277.58 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:339:1: simplifyC === simplifyCR passed.
  578. 277.58 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:345:1: composeCP `hasNoType` Algebra.Graph.Graph passed.
  579. 277.58 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:352:1: induceCP `hasNoType` Algebra.Graph.Graph passed.
  580. 277.58 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:359:1: induceJustCP `hasNoType` Algebra.Graph.Graph passed.
  581. 277.58 s [algebraic-graphs] test/Algebra/Graph/Test/RewriteRules.hs:365:1: contextC `hasNoType` Algebra.Graph.Graph passed.
  582. 277.58 s [algebraic-graphs] inspection testing successful
  583. 277.58 s [algebraic-graphs] expected successes: 58
  584. 277.58 s [algebraic-graphs] [21 of 23] Compiling Algebra.Graph.Test.Undirected ( test/Algebra/Graph/Test/Undirected.hs, dist/build/main/main-tmp/Algebra/Graph/Test/Undirected.o, dist/build/main/main-tmp/Algebra/Graph/Test/Undirected.dyn_o )
  585. 277.58 s [algebraic-graphs] [22 of 23] Compiling Data.Graph.Test.Typed ( test/Data/Graph/Test/Typed.hs, dist/build/main/main-tmp/Data/Graph/Test/Typed.o, dist/build/main/main-tmp/Data/Graph/Test/Typed.dyn_o )
  586. 277.58 s [algebraic-graphs] [23 of 23] Compiling Main ( test/Main.hs, dist/build/main/main-tmp/Main.o, dist/build/main/main-tmp/Main.dyn_o )
  587. 278.34 s [conduit-extra] Phase: checkPhase
  588. 278.71 s [conduit-extra] Running 1 test suites...
  589. 278.71 s [conduit-extra] Test suite test: RUNNING...
  590. 278.79 s [algebraic-graphs] [24 of 24] Linking dist/build/main/main
  591. 278.79 s [conduit-extra]
  592. 278.79 s [conduit-extra] Data.Conduit.Attoparsec
  593. 278.79 s [conduit-extra] Data.Conduit.AttoparsecSpec
  594. 278.79 s [conduit-extra] error position
  595. 278.79 s [conduit-extra] works for text [✔]
  596. 278.79 s [conduit-extra] works for bytestring [✔]
  597. 278.79 s [conduit-extra] works in last chunk [✔]
  598. 278.79 s [conduit-extra] works in last chunk [✔]
  599. 278.79 s [conduit-extra] works after new line in text [✔]
  600. 278.79 s [conduit-extra] works after new line in bytestring [✔]
  601. 278.79 s [conduit-extra] works for first line [✔]
  602. 278.79 s [conduit-extra] conduitParser
  603. 278.79 s [conduit-extra] parses a repeated stream [✔]
  604. 278.79 s [conduit-extra] positions on first line [✔]
  605. 278.79 s [conduit-extra] Data.Conduit.Binary
  606. 278.79 s [conduit-extra] Data.Conduit.Binary
  607. 278.79 s [conduit-extra] file access
  608. 278.79 s [conduit-extra] read [✔]
  609. 278.82 s [conduit-extra] read range [✔]
  610. 278.82 s [conduit-extra] write [✔]
  611. 278.82 s [conduit-extra] write builder (withSinkFileBuilder) [✔]
  612. 278.82 s [conduit-extra] conduit [✔]
  613. 278.82 s [conduit-extra] binary isolate
  614. 278.82 s [conduit-extra] works [✔]
  615. 278.82 s [conduit-extra] properly using binary file reading
  616. 278.82 s [conduit-extra] sourceFile [✔]
  617. 278.82 s [conduit-extra] binary head
  618. 278.86 s [conduit-extra] works [✔]
  619. 278.86 s [conduit-extra] +++ OK, passed 100 tests.
  620. 278.86 s [conduit-extra] binary takeWhile
  621. 278.87 s [conduit-extra] works [✔]
  622. 278.87 s [conduit-extra] +++ OK, passed 100 tests.
  623. 278.90 s [pandoc] [ 7 of 220] Compiling Text.Pandoc.Emoji
  624. 278.90 s [pandoc] [ 8 of 220] Compiling Text.Pandoc.Extensions
  625. 278.90 s [conduit-extra] leftovers present [✔]
  626. 278.90 s [conduit-extra] +++ OK, passed 100 tests.
  627. 278.90 s [conduit-extra] binary dropWhile
  628. 278.91 s [conduit-extra] works [✔]
  629. 278.91 s [conduit-extra] +++ OK, passed 100 tests.
  630. 278.91 s [conduit-extra] binary take
  631. 278.91 s [conduit-extra] nothing [✔]
  632. 278.91 s [conduit-extra] normal [✔]
  633. 278.91 s [conduit-extra] all [✔]
  634. 278.91 s [conduit-extra] more [✔]
  635. 278.91 s [conduit-extra] binary
  636. 278.92 s [conduit-extra] lines [✔]
  637. 278.92 s [conduit-extra] +++ OK, passed 100 tests.
  638. 278.92 s [conduit-extra] sinkCacheLength
  639. 278.92 s [conduit-extra] works [✔]
  640. 278.92 s [conduit-extra] sinkFileCautious
  641. 278.92 s [conduit-extra] success [✔]
  642. 278.92 s [conduit-extra] failure [✔]
  643. 278.92 s [conduit-extra] sinkSystemTempFile [✔]
  644. 278.92 s [conduit-extra] Data.Conduit.Binary.mapM_
  645. 278.92 s [conduit-extra] telling works [✔]
  646. 278.92 s [conduit-extra] +++ OK, passed 100 tests.
  647. 278.92 s [conduit-extra] exception handling
  648. 278.92 s [conduit-extra] catchC [✔]
  649. 278.92 s [conduit-extra] tryC [✔]
  650. 278.92 s [conduit-extra] normalFuseLeft
  651. 278.92 s [conduit-extra] does not double close conduit [✔]
  652. 278.92 s [conduit-extra] Storable
  653. 278.92 s [conduit-extra] sink Maybe
  654. 278.93 s [conduit-extra] chunk size 1 [✔]
  655. 278.93 s [conduit-extra] +++ OK, passed 100 tests.
  656. 278.93 s [conduit-extra] chunk size 5 [✔]
  657. 278.93 s [conduit-extra] +++ OK, passed 100 tests.
  658. 278.93 s [conduit-extra] chunk size 10 [✔]
  659. 278.93 s [conduit-extra] +++ OK, passed 100 tests.
  660. 278.94 s [conduit-extra] chunk size 100 [✔]
  661. 278.94 s [conduit-extra] +++ OK, passed 100 tests.
  662. 278.94 s [conduit-extra] sink exception
  663. 278.94 s [conduit-extra] chunk size 1 [✔]
  664. 278.94 s [conduit-extra] +++ OK, passed 100 tests.
  665. 278.94 s [conduit-extra] chunk size 5 [✔]
  666. 278.94 s [conduit-extra] +++ OK, passed 100 tests.
  667. 278.94 s [conduit-extra] chunk size 10 [✔]
  668. 278.94 s [conduit-extra] +++ OK, passed 100 tests.
  669. 278.94 s [conduit-extra] chunk size 100 [✔]
  670. 278.94 s [conduit-extra] +++ OK, passed 100 tests.
  671. 278.94 s [conduit-extra] insufficient bytes are leftovers, one chunk [✔]
  672. 278.94 s [conduit-extra] insufficient bytes are leftovers, multiple chunks [✔]
  673. 278.94 s [conduit-extra] Data.Conduit.ByteString.Builder
  674. 278.94 s [conduit-extra] Data.Conduit.ByteString.Builder
  675. 278.96 s [conduit-extra] idempotent to toLazyByteString [✔]
  676. 278.96 s [conduit-extra] +++ OK, passed 100 tests.
  677. 278.96 s [conduit-extra] works for large input [✔]
  678. 278.97 s [conduit-extra] works for lazy bytestring insertion [✔]
  679. 278.97 s [conduit-extra] flush shouldn't bring in empty strings. [✔]
  680. 278.99 s [conduit-extra] flushing [✔]
  681. 278.99 s [conduit-extra] +++ OK, passed 100 tests.
  682. 279.39 s [conduit-extra] large flush input [✔]
  683. 279.39 s [conduit-extra] Data.Conduit.Extra
  684. 279.39 s [conduit-extra] Data.Conduit.Extra
  685. 279.39 s [conduit-extra] basic test [✔]
  686. 279.39 s [conduit-extra] get leftovers [✔]
  687. 279.39 s [conduit-extra] multiple values [✔]
  688. 279.39 s [conduit-extra] more complex [✔]
  689. 279.39 s [conduit-extra] +++ OK, passed 100 tests.
  690. 279.39 s [conduit-extra] Data.Conduit.Filesystem
  691. 279.39 s [conduit-extra] Data.Conduit.Filesystem
  692. 279.39 s [conduit-extra] sourceDirectory [✔]
  693. 279.39 s [conduit-extra] sourceDirectoryDeep [✔]
  694. 279.39 s [conduit-extra] Data.Conduit.Lazy
  695. 279.39 s [conduit-extra] Data.Conduit.Lazy
  696. 279.39 s [conduit-extra] lazy
  697. 279.39 s [conduit-extra] works inside a ResourceT [✔]
  698. 279.39 s [conduit-extra] returns nothing outside ResourceT [✔]
  699. 279.39 s [conduit-extra] works with pure sources [✔]
  700. 279.39 s [conduit-extra] Data.Conduit.Network
  701. 279.39 s [conduit-extra] Data.Conduit.Network
  702. 279.39 s [conduit-extra] run general server
  703. 280.09 s [algebraic-graphs] buildPhase completed in 1 minutes 2 seconds
  704. 280.09 s [algebraic-graphs] Phase: checkPhase
  705. 280.41 s [conduit-extra] running tcp server [✔]
  706. 280.41 s [conduit-extra] fork server
  707. 280.41 s [conduit-extra] can connect to server [✔]
  708. 280.41 s [conduit-extra] fork server also executes custom afterBind [✔]
  709. 280.45 s [algebraic-graphs] Running 1 test suites...
  710. 280.45 s [algebraic-graphs] Test suite main: RUNNING...
  711. 281.43 s [conduit-extra] fork server really waits for server to be finalized before returning [✔]
  712. 281.43 s [conduit-extra] Data.Conduit.Process
  713. 281.43 s [conduit-extra] Data.Conduit.Process
  714. 282.60 s [conduit-extra] cat [✔]
  715. 282.60 s [conduit-extra] +++ OK, passed 100 tests.
  716. 282.62 s [conduit-extra] closed stream [✔]
  717. 282.69 s [conduit-extra] handles sub-process exit code [✔]
  718. 282.70 s [conduit-extra] consumes stdout [✔]
  719. 282.71 s [conduit-extra] consumes stderr [✔]
  720. 282.72 s [conduit-extra] feeds stdin [✔]
  721. 282.87 s [pandoc] [ 9 of 220] Compiling Text.Pandoc.MIME
  722. 282.87 s [pandoc] [ 10 of 220] Compiling Text.Pandoc.MediaBag
  723. 282.87 s [pandoc] [ 11 of 220] Compiling Text.Pandoc.Parsing.Future
  724. 282.87 s [pandoc] [ 12 of 220] Compiling Text.Pandoc.Process
  725. 282.87 s [pandoc] [ 13 of 220] Compiling Text.Pandoc.Readers.Docx.Combine
  726. 282.87 s [pandoc] [ 14 of 220] Compiling Text.Pandoc.Readers.Docx.Symbols
  727. 282.87 s [pandoc] [ 15 of 220] Compiling Text.Pandoc.Readers.Docx.Util
  728. 282.87 s [pandoc] [ 16 of 220] Compiling Text.Pandoc.Readers.HTML.TagCategories
  729. 282.87 s [pandoc] [ 17 of 220] Compiling Text.Pandoc.Readers.Mdoc.Macros
  730. 282.87 s [pandoc] [ 18 of 220] Compiling Text.Pandoc.Readers.Mdoc.Standards
  731. 282.87 s [pandoc] [ 19 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Fallible
  732. 282.87 s [pandoc] [ 20 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Namespaces
  733. 282.87 s [pandoc] [ 21 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.SetMap
  734. 282.87 s [pandoc] [ 22 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Utils
  735. 282.87 s [pandoc] [ 23 of 220] Compiling Text.Pandoc.Readers.ODT.Arrows.Utils
  736. 282.87 s [pandoc] [ 24 of 220] Compiling Text.Pandoc.Readers.ODT.Arrows.State
  737. 282.87 s [pandoc] [ 25 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.XMLConverter
  738. 282.87 s [pandoc] [ 26 of 220] Compiling Text.Pandoc.Readers.ODT.Namespaces
  739. 282.87 s [pandoc] [ 27 of 220] Compiling Text.Pandoc.Readers.ODT.Base
  740. 282.87 s [pandoc] [ 28 of 220] Compiling Text.Pandoc.Readers.Org.Shared
  741. 282.87 s [pandoc] [ 29 of 220] Compiling Text.Pandoc.RoffChar
  742. 282.87 s [pandoc] [ 30 of 220] Compiling Text.Pandoc.Shared
  743. 284.23 s [conduit-extra] blocking vs non-blocking [✔]
  744. 284.32 s [conduit-extra] Data.Conduit.Process.Typed
  745. 284.32 s [conduit-extra] cat works [✔]
  746. 284.32 s [conduit-extra] cat works with withLoggedProcess_ [✔]
  747. 284.32 s [conduit-extra] failing process throws [✔]
  748. 284.32 s [conduit-extra] cat: 'does not exist': No such file or directory
  749. 284.32 s [conduit-extra] failing process throws [✔]
  750. 284.32 s [conduit-extra] Data.Conduit.Text
  751. 284.32 s [conduit-extra] Data.Conduit.Text
  752. 284.32 s [conduit-extra] text
  753. 284.32 s [conduit-extra] utf8
  754. 284.32 s [conduit-extra] single chunk [✔]
  755. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  756. 284.32 s [conduit-extra] many chunks [✔]
  757. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  758. 284.32 s [conduit-extra] raw bytes [✔]
  759. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  760. 284.32 s [conduit-extra] encoding [✔]
  761. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  762. 284.32 s [conduit-extra] valid then invalid [✔]
  763. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  764. 284.32 s [conduit-extra] utf16_le
  765. 284.32 s [conduit-extra] single chunk [✔]
  766. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  767. 284.32 s [conduit-extra] many chunks [✔]
  768. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  769. 284.32 s [conduit-extra] raw bytes [✔]
  770. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  771. 284.32 s [conduit-extra] encoding [✔]
  772. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  773. 284.32 s [conduit-extra] valid then invalid [✔]
  774. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  775. 284.32 s [conduit-extra] utf16_be
  776. 284.32 s [conduit-extra] single chunk [✔]
  777. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  778. 284.32 s [conduit-extra] many chunks [✔]
  779. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  780. 284.32 s [conduit-extra] raw bytes [✔]
  781. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  782. 284.32 s [conduit-extra] encoding [✔]
  783. 284.32 s [conduit-extra] +++ OK, passed 100 tests.
  784. 284.33 s [conduit-extra] valid then invalid [✔]
  785. 284.33 s [conduit-extra] +++ OK, passed 100 tests.
  786. 284.33 s [conduit-extra] utf32_le
  787. 284.33 s [conduit-extra] single chunk [✔]
  788. 284.33 s [conduit-extra] +++ OK, passed 100 tests.
  789. 284.34 s [conduit-extra] many chunks [✔]
  790. 284.34 s [conduit-extra] +++ OK, passed 100 tests.
  791. 284.34 s [conduit-extra] raw bytes [✔]
  792. 284.34 s [conduit-extra] +++ OK, passed 100 tests.
  793. 284.35 s [conduit-extra] encoding [✔]
  794. 284.35 s [conduit-extra] +++ OK, passed 100 tests.
  795. 284.37 s [conduit-extra] valid then invalid [✔]
  796. 284.37 s [conduit-extra] +++ OK, passed 100 tests.
  797. 284.37 s [conduit-extra] utf32_be
  798. 284.37 s [conduit-extra] single chunk [✔]
  799. 284.37 s [conduit-extra] +++ OK, passed 100 tests.
  800. 284.37 s [conduit-extra] many chunks [✔]
  801. 284.37 s [conduit-extra] +++ OK, passed 100 tests.
  802. 284.37 s [conduit-extra] raw bytes [✔]
  803. 284.37 s [conduit-extra] +++ OK, passed 100 tests.
  804. 284.39 s [conduit-extra] encoding [✔]
  805. 284.39 s [conduit-extra] +++ OK, passed 100 tests.
  806. 284.39 s [conduit-extra] valid then invalid [✔]
  807. 284.39 s [conduit-extra] +++ OK, passed 100 tests.
  808. 284.39 s [conduit-extra] mixed utf16 and utf8 [✔]
  809. 284.39 s [conduit-extra] invalid utf8 [✔]
  810. 284.39 s [conduit-extra] catch UTF8 exceptions [✔]
  811. 284.39 s [conduit-extra] catch UTF8 exceptions, pure [✔]
  812. 284.39 s [conduit-extra] catch UTF8 exceptions, catchExceptionC [✔]
  813. 284.39 s [conduit-extra] catch UTF8 exceptions, catchExceptionC, decodeUtf8 [✔]
  814. 284.39 s [conduit-extra] lenient UTF8 decoding [✔]
  815. 284.39 s [conduit-extra] +++ OK, passed 100 tests.
  816. 284.40 s [conduit-extra] text lines
  817. 284.40 s [conduit-extra] yields nothing given nothing [✔]
  818. 284.40 s [conduit-extra] yields nothing given only empty text [✔]
  819. 284.40 s [conduit-extra] works across split lines [✔]
  820. 284.40 s [conduit-extra] works with multiple lines in an item [✔]
  821. 284.40 s [conduit-extra] works with ending on a newline [✔]
  822. 284.40 s [conduit-extra] works with ending a middle item on a newline [✔]
  823. 284.40 s [conduit-extra] works with empty text [✔]
  824. 284.40 s [conduit-extra] works with empty lines [✔]
  825. 284.40 s [conduit-extra] text lines bounded
  826. 284.40 s [conduit-extra] yields nothing given nothing [✔]
  827. 284.40 s [conduit-extra] yields nothing given only empty text [✔]
  828. 284.40 s [conduit-extra] works across split lines [✔]
  829. 284.40 s [conduit-extra] works with multiple lines in an item [✔]
  830. 284.40 s [conduit-extra] works with ending on a newline [✔]
  831. 284.40 s [conduit-extra] works with ending a middle item on a newline [✔]
  832. 284.40 s [conduit-extra] works with empty text [✔]
  833. 284.40 s [conduit-extra] works with empty lines [✔]
  834. 284.40 s [conduit-extra] throws an exception when lines are too long [✔]
  835. 284.40 s [conduit-extra] works with infinite input [✔]
  836. 284.40 s [conduit-extra] text decode
  837. 284.40 s [conduit-extra] doesn't throw runtime exceptions [✔]
  838. 284.40 s [conduit-extra] is not too eager [✔]
  839. 284.40 s [conduit-extra] Data.Conduit.Zlib
  840. 284.40 s [conduit-extra] Data.Conduit.Zlib
  841. 284.42 s [conduit-extra] idempotent [✔]
  842. 284.42 s [conduit-extra] +++ OK, passed 100 tests.
  843. 284.45 s [conduit-extra] flush [✔]
  844. 284.45 s [conduit-extra] +++ OK, passed 100 tests.
  845. 284.49 s [conduit-extra] compressFlush large data [✔]
  846. 284.49 s [conduit-extra] uncompressed after compressed [✔]
  847. 284.49 s [conduit-extra] multiple compressed values [✔]
  848. 284.49 s [conduit-extra] single compressed, multiple uncompressed chunks [✔]
  849. 285.04 s [conduit-extra] multiple, over 32k [✔]
  850. 285.04 s [conduit-extra]
  851. 285.04 s [conduit-extra] Finished in 6.2718 seconds
  852. 285.04 s [conduit-extra] 132 examples, 0 failures
  853. 285.06 s [conduit-extra] Test suite test: PASS
  854. 285.06 s [conduit-extra] Test suite logged to: dist/test/conduit-extra-1.3.7-test.log
  855. 285.06 s [conduit-extra] 1 of 1 test suites (1 of 1 test cases) passed.
  856. 285.07 s [conduit-extra] Phase: haddockPhase
  857. 285.27 s [conduit-extra] Preprocessing library for conduit-extra-1.3.7...
  858. 285.27 s [conduit-extra] Running Haddock on library for conduit-extra-1.3.7...
  859. 285.28 s [conduit-extra] Warning: The documentation for the following packages are not installed. No
  860. 285.28 s [conduit-extra] links will be generated to these packages: attoparsec-0.14.4,
  861. 285.28 s [conduit-extra] attoparsec-0.14.4, vector-0.13.2.0
  862. 285.78 s [conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, nothing )
  863. 286.03 s [conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, nothing )
  864. 286.31 s [conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, nothing )
  865. 286.32 s [conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, nothing )
  866. 286.32 s [conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, nothing )
  867. 286.34 s [conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, nothing )
  868. 286.37 s [conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, nothing )
  869. 286.44 s [conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, nothing )
  870. 286.46 s [conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, nothing )
  871. 286.46 s [conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, nothing )
  872. 286.49 s [pandoc] [ 31 of 220] Compiling Text.Pandoc.Readers.ODT.StyleReader
  873. 286.52 s [conduit-extra] Data/Conduit/Process.hs:47:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  874. 286.52 s [conduit-extra] The use of ‘~’ without TypeOperators
  875. 286.52 s [conduit-extra] will become an error in a future GHC release.
  876. 286.52 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  877. 286.52 s [conduit-extra] |
  878. 286.52 s [conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  879. 286.52 s [conduit-extra] | ^
  880. 286.52 s [conduit-extra]
  881. 286.53 s [conduit-extra] Data/Conduit/Process.hs:47:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  882. 286.53 s [conduit-extra] The use of ‘~’ without TypeOperators
  883. 286.53 s [conduit-extra] will become an error in a future GHC release.
  884. 286.53 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  885. 286.53 s [conduit-extra] |
  886. 286.53 s [conduit-extra] 47 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  887. 286.53 s [conduit-extra] | ^
  888. 286.53 s [conduit-extra]
  889. 286.53 s [conduit-extra] Data/Conduit/Process.hs:49:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  890. 286.53 s [conduit-extra] The use of ‘~’ without TypeOperators
  891. 286.53 s [conduit-extra] will become an error in a future GHC release.
  892. 286.53 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  893. 286.53 s [conduit-extra] |
  894. 286.53 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  895. 286.53 s [conduit-extra] | ^
  896. 286.53 s [conduit-extra]
  897. 286.53 s [conduit-extra] Data/Conduit/Process.hs:49:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  898. 286.53 s [conduit-extra] The use of ‘~’ without TypeOperators
  899. 286.53 s [conduit-extra] will become an error in a future GHC release.
  900. 286.53 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  901. 286.53 s [conduit-extra] |
  902. 286.53 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  903. 286.53 s [conduit-extra] | ^
  904. 286.53 s [conduit-extra]
  905. 286.53 s [conduit-extra] Data/Conduit/Process.hs:49:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  906. 286.53 s [conduit-extra] The use of ‘~’ without TypeOperators
  907. 286.53 s [conduit-extra] will become an error in a future GHC release.
  908. 286.53 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  909. 286.53 s [conduit-extra] |
  910. 286.53 s [conduit-extra] 49 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  911. 286.53 s [conduit-extra] | ^
  912. 286.53 s [conduit-extra]
  913. 286.53 s [conduit-extra] Data/Conduit/Process.hs:65:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  914. 286.53 s [conduit-extra] The use of ‘~’ without TypeOperators
  915. 286.53 s [conduit-extra] will become an error in a future GHC release.
  916. 286.53 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  917. 286.53 s [conduit-extra] |
  918. 286.53 s [conduit-extra] 65 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  919. 286.53 s [conduit-extra] | ^
  920. 286.53 s [conduit-extra]
  921. 286.53 s [conduit-extra] Data/Conduit/Process.hs:67:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  922. 286.53 s [conduit-extra] The use of ‘~’ without TypeOperators
  923. 286.53 s [conduit-extra] will become an error in a future GHC release.
  924. 286.53 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  925. 286.53 s [conduit-extra] |
  926. 286.53 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  927. 286.53 s [conduit-extra] | ^
  928. 286.53 s [conduit-extra]
  929. 286.53 s [conduit-extra] Data/Conduit/Process.hs:67:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  930. 286.53 s [conduit-extra] The use of ‘~’ without TypeOperators
  931. 286.53 s [conduit-extra] will become an error in a future GHC release.
  932. 286.53 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  933. 286.53 s [conduit-extra] |
  934. 286.54 s [conduit-extra] 67 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  935. 286.54 s [conduit-extra] | ^
  936. 286.54 s [conduit-extra]
  937. 286.54 s [conduit-extra] Data/Conduit/Process.hs:69:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  938. 286.54 s [conduit-extra] The use of ‘~’ without TypeOperators
  939. 286.54 s [conduit-extra] will become an error in a future GHC release.
  940. 286.54 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  941. 286.54 s [conduit-extra] |
  942. 286.54 s [conduit-extra] 69 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  943. 286.54 s [conduit-extra] | ^
  944. 286.54 s [conduit-extra]
  945. 286.54 s [conduit-extra] Data/Conduit/Process.hs:71:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  946. 286.54 s [conduit-extra] The use of ‘~’ without TypeOperators
  947. 286.54 s [conduit-extra] will become an error in a future GHC release.
  948. 286.54 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  949. 286.54 s [conduit-extra] |
  950. 286.54 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  951. 286.54 s [conduit-extra] | ^
  952. 286.54 s [conduit-extra]
  953. 286.54 s [conduit-extra] Data/Conduit/Process.hs:71:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  954. 286.54 s [conduit-extra] The use of ‘~’ without TypeOperators
  955. 286.54 s [conduit-extra] will become an error in a future GHC release.
  956. 286.54 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  957. 286.54 s [conduit-extra] |
  958. 286.54 s [conduit-extra] 71 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  959. 286.54 s [conduit-extra] | ^
  960. 286.54 s [conduit-extra]
  961. 286.54 s [conduit-extra] Data/Conduit/Process.hs:74:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  962. 286.54 s [conduit-extra] The use of ‘~’ without TypeOperators
  963. 286.54 s [conduit-extra] will become an error in a future GHC release.
  964. 286.54 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  965. 286.54 s [conduit-extra] |
  966. 286.54 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  967. 286.54 s [conduit-extra] | ^
  968. 286.54 s [conduit-extra]
  969. 286.54 s [conduit-extra] Data/Conduit/Process.hs:74:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  970. 286.54 s [conduit-extra] The use of ‘~’ without TypeOperators
  971. 286.54 s [conduit-extra] will become an error in a future GHC release.
  972. 286.54 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  973. 286.54 s [conduit-extra] |
  974. 286.54 s [conduit-extra] 74 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  975. 286.54 s [conduit-extra] | ^
  976. 286.54 s [conduit-extra]
  977. 286.54 s [conduit-extra] Data/Conduit/Process.hs:76:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  978. 286.54 s [conduit-extra] The use of ‘~’ without TypeOperators
  979. 286.54 s [conduit-extra] will become an error in a future GHC release.
  980. 286.54 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  981. 286.54 s [conduit-extra] |
  982. 286.54 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  983. 286.54 s [conduit-extra] | ^
  984. 286.54 s [conduit-extra]
  985. 286.54 s [conduit-extra] Data/Conduit/Process.hs:76:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  986. 286.54 s [conduit-extra] The use of ‘~’ without TypeOperators
  987. 286.54 s [conduit-extra] will become an error in a future GHC release.
  988. 286.54 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  989. 286.54 s [conduit-extra] |
  990. 286.54 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  991. 286.54 s [conduit-extra] | ^
  992. 286.54 s [conduit-extra]
  993. 286.55 s [conduit-extra] Data/Conduit/Process.hs:76:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  994. 286.55 s [conduit-extra] The use of ‘~’ without TypeOperators
  995. 286.55 s [conduit-extra] will become an error in a future GHC release.
  996. 286.55 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  997. 286.55 s [conduit-extra] |
  998. 286.55 s [conduit-extra] 76 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  999. 286.55 s [conduit-extra] | ^
  1000. 286.55 s [conduit-extra]
  1001. 286.55 s [conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, nothing )
  1002. 286.60 s [conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, nothing )
  1003. 286.87 s [conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, nothing )
  1004. 286.95 s [conduit-extra] Haddock coverage:
  1005. 286.95 s [conduit-extra] Warning: 'ParseError' is ambiguous. It is defined
  1006. 286.95 s [conduit-extra] * at Data/Conduit/Attoparsec.hs:44:19
  1007. 286.95 s [conduit-extra] * at Data/Conduit/Attoparsec.hs:44:1
  1008. 286.95 s [conduit-extra] You may be able to disambiguate the identifier by qualifying it or
  1009. 286.95 s [conduit-extra] by specifying the type/value namespace explicitly.
  1010. 286.95 s [conduit-extra] Defaulting to the one defined at Data/Conduit/Attoparsec.hs:44:1
  1011. 286.95 s [conduit-extra] 84% ( 11 / 13) in 'Data.Conduit.Attoparsec'
  1012. 286.95 s [conduit-extra] Missing documentation for:
  1013. 286.96 s [conduit-extra] Position (Data/Conduit/Attoparsec.hs:53)
  1014. 286.96 s [conduit-extra] PositionRange (Data/Conduit/Attoparsec.hs:64)
  1015. 286.96 s [conduit-extra] 100% ( 45 / 45) in 'Data.Conduit.Binary'
  1016. 286.96 s [conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.ByteString.Builder'
  1017. 286.96 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Filesystem'
  1018. 286.97 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Foldl'
  1019. 286.97 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Lazy'
  1020. 286.97 s [conduit-extra] 52% ( 18 / 34) in 'Data.Conduit.Network'
  1021. 286.97 s [conduit-extra] Missing documentation for:
  1022. 286.97 s [conduit-extra] Module header
  1023. 286.97 s [conduit-extra] appSource (Data/Conduit/Network.hs:88)
  1024. 286.97 s [conduit-extra] appSink (Data/Conduit/Network.hs:99)
  1025. 286.97 s [conduit-extra] appSockAddr
  1026. 286.97 s [conduit-extra] appLocalAddr
  1027. 286.97 s [conduit-extra] serverSettings (Data/Conduit/Network.hs:82)
  1028. 286.97 s [conduit-extra] runTCPServerWithHandle
  1029. 286.97 s [conduit-extra] clientSettings (Data/Conduit/Network.hs:85)
  1030. 286.97 s [conduit-extra] getPort
  1031. 286.97 s [conduit-extra] getHost
  1032. 286.97 s [conduit-extra] getAfterBind
  1033. 286.97 s [conduit-extra] getNeedLocalAddr
  1034. 286.97 s [conduit-extra] setPort
  1035. 286.97 s [conduit-extra] setHost
  1036. 286.97 s [conduit-extra] setAfterBind
  1037. 286.97 s [conduit-extra] setNeedLocalAddr
  1038. 286.97 s [conduit-extra] 90% ( 10 / 11) in 'Data.Conduit.Network.UDP'
  1039. 286.97 s [conduit-extra] Missing documentation for:
  1040. 286.97 s [conduit-extra] Module header
  1041. 286.97 s [conduit-extra] 59% ( 13 / 22) in 'Data.Conduit.Network.Unix'
  1042. 286.97 s [conduit-extra] Missing documentation for:
  1043. 286.97 s [conduit-extra] Module header
  1044. 286.97 s [conduit-extra] appSource (Data/Conduit/Network.hs:88)
  1045. 286.97 s [conduit-extra] appSink (Data/Conduit/Network.hs:99)
  1046. 286.97 s [conduit-extra] serverSettings (Data/Conduit/Network/Unix.hs:36)
  1047. 286.97 s [conduit-extra] clientSettings (Data/Conduit/Network/Unix.hs:33)
  1048. 286.97 s [conduit-extra] getPath
  1049. 286.97 s [conduit-extra] getAfterBind
  1050. 286.97 s [conduit-extra] setPath
  1051. 286.97 s [conduit-extra] setAfterBind
  1052. 286.98 s [conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.Process'
  1053. 286.98 s [conduit-extra] 100% ( 9 / 9) in 'Data.Conduit.Process.Typed'
  1054. 286.98 s [conduit-extra] 100% ( 25 / 25) in 'Data.Conduit.Text'
  1055. 286.99 s [conduit-extra] Warning: 'WindowBits' is ambiguous. It is defined
  1056. 286.99 s [conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
  1057. 286.99 s [conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
  1058. 286.99 s [conduit-extra] You may be able to disambiguate the identifier by qualifying it or
  1059. 286.99 s [conduit-extra] by specifying the type/value namespace explicitly.
  1060. 286.99 s [conduit-extra] Defaulting to the one defined in ‘Codec.Compression.Zlib.Stream’
  1061. 286.99 s [conduit-extra] 100% ( 14 / 14) in 'Data.Conduit.Zlib'
  1062. 287.65 s [conduit-extra] Warning: Data.Conduit.Attoparsec: could not find link destinations for:
  1063. 287.65 s [conduit-extra] - Data.Attoparsec.Internal.Types.IResult
  1064. 287.65 s [conduit-extra] - Data.Attoparsec.Internal.Types.Parser
  1065. 287.65 s [conduit-extra] - Data.Conduit.Attoparsec.parseA
  1066. 287.65 s [conduit-extra] - Data.Conduit.Attoparsec.feedA
  1067. 287.65 s [conduit-extra] - Data.Conduit.Attoparsec.empty
  1068. 287.65 s [conduit-extra] - Data.Conduit.Attoparsec.isNull
  1069. 287.65 s [conduit-extra] - Data.Conduit.Attoparsec.getLinesCols
  1070. 287.65 s [conduit-extra] - Data.Conduit.Attoparsec.stripFromEnd
  1071. 287.65 s [conduit-extra] Warning: Data.Conduit.Binary: could not find link destinations for:
  1072. 287.65 s [conduit-extra] - Data.Conduit.Binary.SinkStorableInsufficientBytes
  1073. 287.65 s [conduit-extra] Warning: Data.Conduit.ByteString.Builder: could not find link destinations for:
  1074. 287.65 s [conduit-extra] - Data.Conduit.Combinators.Buffer
  1075. 287.67 s [conduit-extra] Warning: Data.Conduit.Zlib: could not find link destinations for:
  1076. 287.67 s [conduit-extra] - Codec.Compression.Zlib.Stream.Rep_WindowBits
  1077. 290.58 s [algebraic-graphs]
  1078. 290.58 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.Show ============
  1079. 290.58 s [algebraic-graphs] OK: show empty == "empty"
  1080. 290.66 s [algebraic-graphs] OK: show (shrink 1) == "vertex 1"
  1081. 290.66 s [algebraic-graphs] OK: show (shrink $ 1 + 2) == "vertices [1,2]"
  1082. 290.66 s [algebraic-graphs] OK: show (shrink $ 1 * 2) == "(fromJust . toAcyclic) (edge 1 2)"
  1083. 290.66 s [algebraic-graphs] OK: show (shrink $ 1 * 2 * 3) == "(fromJust . toAcyclic) (edges [(1,2),(1,3),(2,3)])"
  1084. 290.66 s [algebraic-graphs] OK: show (shrink $ 1 * 2 + 3) == "(fromJust . toAcyclic) (overlay (vertex 3) (edge 1 2))"
  1085. 290.66 s [algebraic-graphs]
  1086. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.fromAcyclic ============
  1087. 290.66 s [algebraic-graphs] OK: fromAcyclic empty == empty
  1088. 290.66 s [algebraic-graphs] OK: fromAcyclic . vertex == vertex
  1089. 290.66 s [algebraic-graphs] OK: fromAcyclic (shrink $ 1 * 3 * 2) == star 1 [2,3]
  1090. 290.66 s [algebraic-graphs] OK: vertexCount . fromAcyclic == vertexCount
  1091. 290.66 s [algebraic-graphs] OK: edgeCount . fromAcyclic == edgeCount
  1092. 290.66 s [algebraic-graphs] OK: isAcyclic . fromAcyclic == const True
  1093. 290.66 s [algebraic-graphs]
  1094. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.empty ============
  1095. 290.66 s [algebraic-graphs] OK: isEmpty empty == True
  1096. 290.66 s [algebraic-graphs] OK: hasVertex x empty == False
  1097. 290.66 s [algebraic-graphs] OK: vertexCount empty == 0
  1098. 290.66 s [algebraic-graphs] OK: edgeCount empty == 0
  1099. 290.66 s [algebraic-graphs]
  1100. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.vertex ============
  1101. 290.66 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  1102. 290.66 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  1103. 290.66 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  1104. 290.66 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  1105. 290.66 s [algebraic-graphs]
  1106. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.vertices ============
  1107. 290.66 s [algebraic-graphs] OK: vertices [] == empty
  1108. 290.66 s [algebraic-graphs] OK: vertices [x] == vertex x
  1109. 290.66 s [algebraic-graphs] OK: hasVertex x . vertices == elem x
  1110. 290.66 s [algebraic-graphs] OK: vertexCount . vertices == length . nub
  1111. 290.66 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  1112. 290.66 s [algebraic-graphs]
  1113. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.union ============
  1114. 290.66 s [algebraic-graphs] OK: vertexSet (union x y) == <correct result>
  1115. 290.66 s [algebraic-graphs] OK: edgeSet (union x y) == <correct result>
  1116. 290.66 s [algebraic-graphs]
  1117. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.join ============
  1118. 290.66 s [algebraic-graphs] OK: vertexSet (join x y) == <correct result>
  1119. 290.66 s [algebraic-graphs] OK: edgeSet (join x y) == <correct result>
  1120. 290.66 s [algebraic-graphs]
  1121. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.isSubgraphOf ============
  1122. 290.66 s [algebraic-graphs] OK: isSubgraphOf empty x == True
  1123. 290.66 s [algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
  1124. 290.66 s [algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
  1125. 290.66 s [algebraic-graphs] OK: isSubgraphOf x (transitiveClosure x) == True
  1126. 290.66 s [algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
  1127. 290.66 s [algebraic-graphs]
  1128. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.isEmpty ============
  1129. 290.66 s [algebraic-graphs] OK: isEmpty empty == True
  1130. 290.66 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  1131. 290.66 s [algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
  1132. 290.66 s [algebraic-graphs] OK: isEmpty (removeEdge 1 2 $ shrink $ 1 * 2) == False
  1133. 290.66 s [algebraic-graphs]
  1134. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.hasVertex ============
  1135. 290.66 s [algebraic-graphs] OK: hasVertex x empty == False
  1136. 290.66 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  1137. 290.66 s [algebraic-graphs] OK: hasVertex x . removeVertex x == const False
  1138. 290.66 s [algebraic-graphs]
  1139. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.hasEdge ============
  1140. 290.66 s [algebraic-graphs] OK: hasEdge x y empty == False
  1141. 290.66 s [algebraic-graphs] OK: hasEdge x y (vertex z) == False
  1142. 290.66 s [algebraic-graphs] OK: hasEdge 1 2 (shrink $ 1 * 2) == True
  1143. 290.66 s [algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
  1144. 290.66 s [algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
  1145. 290.66 s [algebraic-graphs]
  1146. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.vertexCount ============
  1147. 290.66 s [algebraic-graphs] OK: vertexCount empty == 0
  1148. 290.66 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  1149. 290.66 s [algebraic-graphs] OK: vertexCount == length . vertexList
  1150. 290.66 s [algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
  1151. 290.66 s [algebraic-graphs]
  1152. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.edgeCount ============
  1153. 290.66 s [algebraic-graphs] OK: edgeCount empty == 0
  1154. 290.66 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  1155. 290.66 s [algebraic-graphs] OK: edgeCount (shrink $ 1 * 2) == 1
  1156. 290.66 s [algebraic-graphs] OK: edgeCount == length . edgeList
  1157. 290.66 s [algebraic-graphs]
  1158. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.vertexList ============
  1159. 290.66 s [algebraic-graphs] OK: vertexList empty == []
  1160. 290.66 s [algebraic-graphs] OK: vertexList (vertex x) == [x]
  1161. 290.66 s [algebraic-graphs] OK: vertexList . vertices == nub . sort
  1162. 290.66 s [algebraic-graphs]
  1163. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.edgeList ============
  1164. 290.66 s [algebraic-graphs] OK: edgeList empty == []
  1165. 290.66 s [algebraic-graphs] OK: edgeList (vertex x) == []
  1166. 290.66 s [algebraic-graphs] OK: edgeList (shrink $ 2 * 1) == [(2,1)]
  1167. 290.66 s [algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
  1168. 290.66 s [algebraic-graphs]
  1169. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.adjacencyList ============
  1170. 290.66 s [algebraic-graphs] OK: adjacencyList empty == []
  1171. 290.66 s [algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
  1172. 290.66 s [algebraic-graphs] OK: adjacencyList (shrink $ 1 * 2) == [(1, [2]), (2, [])]
  1173. 290.66 s [algebraic-graphs]
  1174. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.vertexSet ============
  1175. 290.66 s [algebraic-graphs] OK: vertexSet empty == Set.empty
  1176. 290.66 s [algebraic-graphs] OK: vertexSet . vertex == Set.singleton
  1177. 290.66 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  1178. 290.66 s [algebraic-graphs]
  1179. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.edgeSet ============
  1180. 290.66 s [algebraic-graphs] OK: edgeSet empty == Set.empty
  1181. 290.66 s [algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
  1182. 290.66 s [algebraic-graphs] OK: edgeSet (shrink $ 1 * 2) == Set.singleton (1,2)
  1183. 290.66 s [algebraic-graphs]
  1184. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.preSet ============
  1185. 290.66 s [algebraic-graphs] OK: preSet x empty == Set.empty
  1186. 290.66 s [algebraic-graphs] OK: preSet x (vertex x) == Set.empty
  1187. 290.66 s [algebraic-graphs] OK: preSet 1 (shrink $ 1 * 2) == Set.empty
  1188. 290.66 s [algebraic-graphs] OK: preSet 2 (shrink $ 1 * 2) == Set.fromList [1]
  1189. 290.66 s [algebraic-graphs] OK: Set.member x . preSet x == const False
  1190. 290.66 s [algebraic-graphs]
  1191. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.postSet ============
  1192. 290.66 s [algebraic-graphs] OK: postSet x empty == Set.empty
  1193. 290.66 s [algebraic-graphs] OK: postSet x (vertex x) == Set.empty
  1194. 290.66 s [algebraic-graphs] OK: postSet 1 (shrink $ 1 * 2) == Set.fromList [2]
  1195. 290.66 s [algebraic-graphs] OK: postSet 2 (shrink $ 1 * 2) == Set.empty
  1196. 290.66 s [algebraic-graphs] OK: Set.member x . postSet x == const False
  1197. 290.66 s [algebraic-graphs]
  1198. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.removeVertex ============
  1199. 290.66 s [algebraic-graphs] OK: removeVertex x (vertex x) == empty
  1200. 290.66 s [algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
  1201. 290.66 s [algebraic-graphs] OK: removeVertex 1 (shrink $ 1 * 2) == vertex 2
  1202. 290.66 s [algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
  1203. 290.66 s [algebraic-graphs]
  1204. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.removeEdge ============
  1205. 290.66 s [algebraic-graphs] OK: removeEdge 1 2 (shrink $ 1 * 2) == vertices [1,2]
  1206. 290.66 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  1207. 290.66 s [algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
  1208. 290.66 s [algebraic-graphs] OK: removeEdge 1 2 (shrink $ 1 * 2 * 3) == shrink ((1 + 2) * 3)
  1209. 290.66 s [algebraic-graphs]
  1210. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.transpose ============
  1211. 290.66 s [algebraic-graphs] OK: transpose empty == empty
  1212. 290.66 s [algebraic-graphs] OK: transpose (vertex x) == vertex x
  1213. 290.66 s [algebraic-graphs] OK: transpose . transpose == id
  1214. 290.66 s [algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
  1215. 290.66 s [algebraic-graphs]
  1216. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.induce ============
  1217. 290.66 s [algebraic-graphs] OK: induce (const True ) x == x
  1218. 290.66 s [algebraic-graphs] OK: induce (const False) x == empty
  1219. 290.66 s [algebraic-graphs] OK: induce (/= x) == removeVertex x
  1220. 290.66 s [algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
  1221. 290.66 s [algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
  1222. 290.66 s [algebraic-graphs]
  1223. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.induceJust ============
  1224. 290.66 s [algebraic-graphs] OK: induceJust (vertex Nothing) == empty
  1225. 290.66 s [algebraic-graphs] OK: induceJust . vertex . Just == vertex
  1226. 290.66 s [algebraic-graphs]
  1227. 290.66 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.box ============
  1228. 290.66 s [algebraic-graphs] OK: edgeList (box (shrink $ 1 * 2) (shrink $ 10 * 20)) == <correct result>
  1229. 290.66 s [algebraic-graphs]
  1230. 290.66 s [algebraic-graphs] OK: box x y ~~ box y x
  1231. 290.66 s [algebraic-graphs] OK: box x (vertex ()) ~~ x
  1232. 290.66 s [algebraic-graphs] OK: box x empty ~~ empty
  1233. 290.67 s [algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
  1234. 290.67 s [algebraic-graphs] OK: transpose (box x y) == box (transpose x) (transpose y)
  1235. 290.67 s [algebraic-graphs] OK: vertexCount (box x y) == vertexCount x * vertexCount y
  1236. 290.67 s [algebraic-graphs] OK: edgeCount (box x y) <= vertexCount x * edgeCount y + edgeCount x * vertexCount y
  1237. 290.67 s [algebraic-graphs]
  1238. 290.67 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.transitiveClosure ============
  1239. 290.67 s [algebraic-graphs] OK: transitiveClosure empty == empty
  1240. 290.67 s [algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
  1241. 290.67 s [algebraic-graphs] OK: transitiveClosure (shrink $ 1 * 2 + 2 * 3) == shrink (1 * 2 + 1 * 3 + 2 * 3)
  1242. 290.67 s [algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
  1243. 290.67 s [algebraic-graphs]
  1244. 290.67 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.topSort ============
  1245. 290.67 s [algebraic-graphs] OK: topSort empty == []
  1246. 290.67 s [algebraic-graphs] OK: topSort (vertex x) == [x]
  1247. 290.67 s [algebraic-graphs] OK: topSort (shrink $ 1 * (2 + 4) + 3 * 4) == [1, 2, 3, 4]
  1248. 290.67 s [algebraic-graphs] OK: topSort (join x y) == fmap Left (topSort x) ++ fmap Right (topSort y)
  1249. 290.67 s [algebraic-graphs] OK: Right . topSort == AM.topSort . fromAcyclic
  1250. 290.67 s [algebraic-graphs]
  1251. 290.67 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.scc ============
  1252. 290.67 s [algebraic-graphs] OK: scc empty == empty
  1253. 290.67 s [algebraic-graphs] OK: scc (vertex x) == vertex (NonEmpty.vertex x)
  1254. 290.67 s [algebraic-graphs] OK: scc (edge 1 1) == vertex (NonEmpty.edge 1 1)
  1255. 290.67 s [algebraic-graphs] OK: edgeList $ scc (edge 1 2) == [ (NonEmpty.vertex 1, NonEmpty.vertex 2) ]
  1256. 290.67 s [algebraic-graphs] OK: edgeList $ scc (3 * 1 * 4 * 1 * 5) == <correct result>
  1257. 290.67 s [algebraic-graphs]
  1258. 290.67 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.toAcyclic ============
  1259. 290.67 s [algebraic-graphs] OK: toAcyclic (path [1,2,3]) == Just (shrink $ 1 * 2 + 2 * 3)
  1260. 290.67 s [algebraic-graphs] OK: toAcyclic (clique [3,2,1]) == Just (transpose (shrink $ 1 * 2 * 3))
  1261. 290.67 s [algebraic-graphs] OK: toAcyclic (circuit [1,2,3]) == Nothing
  1262. 290.67 s [algebraic-graphs] OK: toAcyclic . fromAcyclic == Just
  1263. 290.67 s [algebraic-graphs]
  1264. 290.67 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.toAcyclicOrd ============
  1265. 290.67 s [algebraic-graphs] OK: toAcyclicOrd empty == empty
  1266. 290.67 s [algebraic-graphs] OK: toAcyclicOrd . vertex == vertex
  1267. 290.67 s [algebraic-graphs] OK: toAcyclicOrd (1 + 2) == shrink (1 + 2)
  1268. 290.67 s [algebraic-graphs] OK: toAcyclicOrd (1 * 2) == shrink (1 * 2)
  1269. 290.67 s [algebraic-graphs] OK: toAcyclicOrd (2 * 1) == shrink (1 + 2)
  1270. 290.67 s [algebraic-graphs] OK: toAcyclicOrd (1 * 2 * 1) == shrink (1 * 2)
  1271. 290.91 s [pandoc] [ 32 of 220] Compiling Text.Pandoc.Logging
  1272. 293.23 s [pandoc] [ 33 of 220] Compiling Text.Pandoc.Image
  1273. 293.23 s [pandoc] [ 34 of 220] Compiling Text.Pandoc.Citeproc.Name
  1274. 293.23 s [pandoc] [ 35 of 220] Compiling Text.Pandoc.Citeproc.MetaValue
  1275. 293.23 s [pandoc] [ 36 of 220] Compiling Text.Pandoc.Chunks
  1276. 293.23 s [pandoc] [ 37 of 220] Compiling Text.Pandoc.Slides
  1277. 293.23 s [pandoc] [ 38 of 220] Compiling Text.Pandoc.Sources
  1278. 293.23 s [pandoc] [ 39 of 220] Compiling Text.Pandoc.TeX
  1279. 293.23 s [pandoc] [ 40 of 220] Compiling Text.Pandoc.Translations.Types
  1280. 293.23 s [pandoc] [ 41 of 220] Compiling Text.Pandoc.Class.CommonState
  1281. 293.34 s [pandoc] [ 42 of 220] Compiling Text.Pandoc.UTF8
  1282. 293.34 s [pandoc] [ 43 of 220] Compiling Text.Pandoc.URI
  1283. 293.34 s [pandoc] [ 44 of 220] Compiling Text.Pandoc.Readers.ODT.ContentReader
  1284. 294.38 s [pandoc] [ 45 of 220] Compiling Text.Pandoc.Readers.Docx.Parse.Styles
  1285. 294.38 s [pandoc] [ 46 of 220] Compiling Text.Pandoc.Error
  1286. 294.38 s [pandoc] [ 47 of 220] Compiling Text.Pandoc.Class.PandocMonad
  1287. 294.60 s [algebraic-graphs] OK: toAcyclicOrd (1 * 2 * 3) == shrink (1 * 2 * 3)
  1288. 294.60 s [algebraic-graphs]
  1289. 294.60 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.shrink ============
  1290. 294.60 s [algebraic-graphs] OK: shrink . AM.vertex == vertex
  1291. 294.60 s [algebraic-graphs] OK: shrink . AM.vertices == vertices
  1292. 294.60 s [algebraic-graphs] OK: shrink . fromAcyclic == id
  1293. 294.60 s [algebraic-graphs]
  1294. 294.60 s [algebraic-graphs] ============ Acyclic.AdjacencyMap.consistent ============
  1295. 294.60 s [algebraic-graphs] OK: Arbitrary
  1296. 294.60 s [algebraic-graphs] OK: empty
  1297. 294.60 s [algebraic-graphs] OK: vertex
  1298. 294.60 s [algebraic-graphs] OK: vertices
  1299. 294.60 s [algebraic-graphs] OK: union
  1300. 294.60 s [algebraic-graphs] OK: join
  1301. 294.60 s [algebraic-graphs] OK: transpose
  1302. 294.60 s [algebraic-graphs] OK: box
  1303. 294.60 s [algebraic-graphs] OK: transitiveClosure
  1304. 294.60 s [algebraic-graphs] OK: scc
  1305. 294.60 s [algebraic-graphs] OK: toAcyclic
  1306. 294.60 s [algebraic-graphs] OK: toAcyclicOrd
  1307. 294.60 s [algebraic-graphs]
  1308. 294.60 s [algebraic-graphs] ============ AdjacencyIntMap ============
  1309. 294.60 s [algebraic-graphs] OK: Axioms of graphs
  1310. 294.60 s [algebraic-graphs]
  1311. 294.60 s [algebraic-graphs] ============ AdjacencyIntMap.fromAdjacencyMap ============
  1312. 294.60 s [algebraic-graphs] OK: fromAdjacencyMap == stars . AdjacencyMap.adjacencyList
  1313. 294.60 s [algebraic-graphs]
  1314. 294.60 s [algebraic-graphs] ============ AdjacencyIntMap.consistent ============
  1315. 294.60 s [algebraic-graphs] OK: Consistency of the Arbitrary instance
  1316. 294.60 s [algebraic-graphs]
  1317. 294.60 s [algebraic-graphs] OK: consistent empty == True
  1318. 294.60 s [algebraic-graphs] OK: consistent (vertex x) == True
  1319. 294.60 s [algebraic-graphs] OK: consistent (overlay x y) == True
  1320. 294.60 s [algebraic-graphs] OK: consistent (connect x y) == True
  1321. 294.60 s [algebraic-graphs] OK: consistent (edge x y) == True
  1322. 294.60 s [algebraic-graphs] OK: consistent (edges xs) == True
  1323. 294.60 s [algebraic-graphs] OK: consistent (stars xs) == True
  1324. 294.60 s [algebraic-graphs]
  1325. 294.60 s [algebraic-graphs] ============ AdjacencyIntMap.Show ============
  1326. 294.60 s [algebraic-graphs] OK: show (empty ) == "empty"
  1327. 294.60 s [algebraic-graphs] OK: show (1 ) == "vertex 1"
  1328. 294.60 s [algebraic-graphs] OK: show (1 + 2 ) == "vertices [1,2]"
  1329. 294.60 s [algebraic-graphs] OK: show (1 * 2 ) == "edge 1 2"
  1330. 294.60 s [algebraic-graphs] OK: show (1 * 2 * 3) == "edges [(1,2),(1,3),(2,3)]"
  1331. 294.60 s [algebraic-graphs] OK: show (1 * 2 + 3) == "overlay (vertex 3) (edge 1 2)"
  1332. 294.60 s [algebraic-graphs]
  1333. 294.60 s [algebraic-graphs] OK: show (vertex (-1) ) == "vertex (-1)"
  1334. 294.60 s [algebraic-graphs] OK: show (vertex (-1) + vertex (-2) ) == "vertices [-2,-1]"
  1335. 294.60 s [algebraic-graphs] OK: show (vertex (-2) * vertex (-1) ) == "edge (-2) (-1)"
  1336. 294.60 s [algebraic-graphs] OK: show (vertex (-3) * vertex (-2) * vertex (-1)) == "edges [(-3,-2),(-3,-1),(-2,-1)]"
  1337. 294.60 s [algebraic-graphs] OK: show (vertex (-3) * vertex (-2) + vertex (-1)) == "overlay (vertex (-1)) (edge (-3) (-2))"
  1338. 294.60 s [algebraic-graphs]
  1339. 294.60 s [algebraic-graphs] ============ AdjacencyIntMap.Ord ============
  1340. 294.60 s [algebraic-graphs] OK: vertex 1 < vertex 2
  1341. 294.61 s [algebraic-graphs] OK: vertex 3 < edge 1 2
  1342. 294.61 s [algebraic-graphs] OK: vertex 1 < edge 1 1
  1343. 294.61 s [algebraic-graphs] OK: edge 1 1 < edge 1 2
  1344. 294.61 s [algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
  1345. 294.61 s [algebraic-graphs] OK: edge 1 2 < edge 1 3
  1346. 294.61 s [algebraic-graphs] OK: x <= x + y
  1347. 294.61 s [algebraic-graphs] OK: x + y <= x * y
  1348. 294.61 s [algebraic-graphs]
  1349. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.empty ============
  1350. 294.61 s [algebraic-graphs] OK: isEmpty empty == True
  1351. 294.61 s [algebraic-graphs] OK: hasVertex x empty == False
  1352. 294.61 s [algebraic-graphs] OK: vertexCount empty == 0
  1353. 294.61 s [algebraic-graphs] OK: edgeCount empty == 0
  1354. 294.61 s [algebraic-graphs]
  1355. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.vertex ============
  1356. 294.61 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  1357. 294.61 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  1358. 294.61 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  1359. 294.61 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  1360. 294.61 s [algebraic-graphs]
  1361. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.edge ============
  1362. 294.61 s [algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
  1363. 294.61 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  1364. 294.61 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  1365. 294.61 s [algebraic-graphs] OK: vertexCount (edge 1 1) == 1
  1366. 294.61 s [algebraic-graphs] OK: vertexCount (edge 1 2) == 2
  1367. 294.61 s [algebraic-graphs]
  1368. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.overlay ============
  1369. 294.61 s [algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
  1370. 294.61 s [algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
  1371. 294.61 s [algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
  1372. 294.61 s [algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
  1373. 294.61 s [algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
  1374. 294.61 s [algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
  1375. 294.61 s [algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
  1376. 294.61 s [algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
  1377. 294.61 s [algebraic-graphs]
  1378. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.connect ============
  1379. 294.61 s [algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
  1380. 294.61 s [algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
  1381. 294.61 s [algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
  1382. 294.61 s [algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
  1383. 294.61 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
  1384. 294.61 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
  1385. 294.61 s [algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
  1386. 294.61 s [algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
  1387. 294.61 s [algebraic-graphs] OK: vertexCount (connect 1 2) == 2
  1388. 294.61 s [algebraic-graphs] OK: edgeCount (connect 1 2) == 1
  1389. 294.61 s [algebraic-graphs]
  1390. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.vertices ============
  1391. 294.61 s [algebraic-graphs] OK: vertices [] == empty
  1392. 294.61 s [algebraic-graphs] OK: vertices [x] == vertex x
  1393. 294.61 s [algebraic-graphs] OK: vertices == overlays . map vertex
  1394. 294.61 s [algebraic-graphs] OK: hasVertex x . vertices == elem x
  1395. 294.61 s [algebraic-graphs] OK: vertexCount . vertices == length . nub
  1396. 294.61 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  1397. 294.61 s [algebraic-graphs]
  1398. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.edges ============
  1399. 294.61 s [algebraic-graphs] OK: edges [] == empty
  1400. 294.61 s [algebraic-graphs] OK: edges [(x,y)] == edge x y
  1401. 294.61 s [algebraic-graphs] OK: edges == overlays . map (uncurry edge)
  1402. 294.61 s [algebraic-graphs] OK: edgeCount . edges == length . nub
  1403. 294.61 s [algebraic-graphs]
  1404. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.overlays ============
  1405. 294.61 s [algebraic-graphs] OK: overlays [] == empty
  1406. 294.61 s [algebraic-graphs] OK: overlays [x] == x
  1407. 294.61 s [algebraic-graphs] OK: overlays [x,y] == overlay x y
  1408. 294.61 s [algebraic-graphs] OK: overlays == foldr overlay empty
  1409. 294.61 s [algebraic-graphs] OK: isEmpty . overlays == all isEmpty
  1410. 294.61 s [algebraic-graphs]
  1411. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.connects ============
  1412. 294.61 s [algebraic-graphs] OK: connects [] == empty
  1413. 294.61 s [algebraic-graphs] OK: connects [x] == x
  1414. 294.61 s [algebraic-graphs] OK: connects [x,y] == connect x y
  1415. 294.61 s [algebraic-graphs] OK: connects == foldr connect empty
  1416. 294.61 s [algebraic-graphs] OK: isEmpty . connects == all isEmpty
  1417. 294.61 s [algebraic-graphs]
  1418. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.fromAdjacencyIntSets ============
  1419. 294.61 s [algebraic-graphs] OK: fromAdjacencyIntSets [] == empty
  1420. 294.61 s [algebraic-graphs] OK: fromAdjacencyIntSets [(x, IntSet.empty)] == vertex x
  1421. 294.61 s [algebraic-graphs] OK: fromAdjacencyIntSets [(x, IntSet.singleton y)] == edge x y
  1422. 294.61 s [algebraic-graphs] OK: fromAdjacencyIntSets . map (fmap IntSet.fromList) == stars
  1423. 294.61 s [algebraic-graphs] OK: overlay (fromAdjacencyIntSets xs) (fromAdjacencyIntSets ys) == fromAdjacencyIntSets (xs ++ ys)
  1424. 294.61 s [algebraic-graphs]
  1425. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.isSubgraphOf ============
  1426. 294.61 s [algebraic-graphs] OK: isSubgraphOf empty x == True
  1427. 294.61 s [algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
  1428. 294.61 s [algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
  1429. 294.61 s [algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
  1430. 294.61 s [algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
  1431. 294.61 s [algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
  1432. 294.61 s [algebraic-graphs]
  1433. 294.61 s [algebraic-graphs] ============ AdjacencyIntMap.toGraph et al. ============
  1434. 294.61 s [algebraic-graphs] OK: toGraph == foldg Empty Vertex Overlay Connect
  1435. 294.61 s [algebraic-graphs] OK: foldg == Algebra.Graph.foldg . toGraph
  1436. 294.61 s [algebraic-graphs] OK: isEmpty == foldg True (const False) (&&) (&&)
  1437. 294.61 s [algebraic-graphs] OK: size == foldg 1 (const 1) (+) (+)
  1438. 294.61 s [algebraic-graphs] OK: hasVertex x == foldg False (==x) (||) (||)
  1439. 294.61 s [algebraic-graphs] OK: hasEdge x y == Algebra.Graph.hasEdge x y . toGraph
  1440. 294.61 s [algebraic-graphs] OK: vertexCount == Set.size . vertexSet
  1441. 294.61 s [algebraic-graphs] OK: edgeCount == Set.size . edgeSet
  1442. 294.61 s [algebraic-graphs] OK: vertexList == Set.toAscList . vertexSet
  1443. 294.61 s [algebraic-graphs] OK: edgeList == Set.toAscList . edgeSet
  1444. 294.61 s [algebraic-graphs] OK: vertexSet == foldg Set.empty Set.singleton Set.union Set.union
  1445. 294.61 s [algebraic-graphs] OK: vertexIntSet == foldg IntSet.empty IntSet.singleton IntSet.union IntSet.union
  1446. 294.61 s [algebraic-graphs] OK: edgeSet == Algebra.Graph.AdjacencyMap.edgeSet . foldg empty vertex overlay connect
  1447. 294.61 s [algebraic-graphs] OK: preSet x == Algebra.Graph.AdjacencyMap.preSet x . toAdjacencyMap
  1448. 294.61 s [algebraic-graphs] OK: preIntSet x == Algebra.Graph.AdjacencyIntMap.preIntSet x . toAdjacencyIntMap
  1449. 294.61 s [algebraic-graphs] OK: postSet x == Algebra.Graph.AdjacencyMap.postSet x . toAdjacencyMap
  1450. 294.61 s [algebraic-graphs] OK: postIntSet x == Algebra.Graph.AdjacencyIntMap.postIntSet x . toAdjacencyIntMap
  1451. 294.61 s [algebraic-graphs] OK: adjacencyList == Algebra.Graph.AdjacencyMap.adjacencyList . toAdjacencyMap
  1452. 294.61 s [algebraic-graphs] OK: adjacencyMap == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMap
  1453. 294.61 s [algebraic-graphs] OK: adjacencyIntMap == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMap
  1454. 294.61 s [algebraic-graphs] OK: adjacencyMapTranspose == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMapTranspose
  1455. 294.61 s [algebraic-graphs] OK: adjacencyIntMapTranspose == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMapTranspose
  1456. 294.61 s [algebraic-graphs] OK: dfsForest == Algebra.Graph.AdjacencyMap.dfsForest . toAdjacencyMap
  1457. 294.61 s [algebraic-graphs] OK: dfsForestFrom == Algebra.Graph.AdjacencyMap.dfsForestFrom . toAdjacencyMap
  1458. 294.61 s [algebraic-graphs] OK: dfs == Algebra.Graph.AdjacencyMap.dfs . toAdjacencyMap
  1459. 294.61 s [algebraic-graphs] OK: reachable == Algebra.Graph.AdjacencyMap.reachable . toAdjacencyMap
  1460. 294.61 s [algebraic-graphs] OK: topSort == Algebra.Graph.AdjacencyMap.topSort . toAdjacencyMap
  1461. 294.61 s [algebraic-graphs] OK: isAcyclic == Algebra.Graph.AdjacencyMap.isAcyclic . toAdjacencyMap
  1462. 294.61 s [algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
  1463. 294.61 s [algebraic-graphs] OK: toAdjacencyMap == foldg empty vertex overlay connect
  1464. 294.61 s [algebraic-graphs] OK: toAdjacencyMapTranspose == foldg empty vertex overlay (flip connect)
  1465. 294.61 s [algebraic-graphs] OK: toAdjacencyIntMap == foldg empty vertex overlay connect
  1466. 294.61 s [algebraic-graphs] OK: toAdjacencyIntMapTranspose == foldg empty vertex overlay (flip connect)
  1467. 294.61 s [algebraic-graphs] OK: isDfsForestOf f == Algebra.Graph.AdjacencyMap.isDfsForestOf f . toAdjacencyMap
  1468. 294.74 s [pandoc] [ 48 of 220] Compiling Text.Pandoc.Readers.Typst.Parsing
  1469. 295.48 s [algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
  1470. 295.48 s [algebraic-graphs]
  1471. 295.48 s [algebraic-graphs] ============ AdjacencyIntMap.foldg ============
  1472. 295.48 s [algebraic-graphs] OK: foldg empty vertex overlay connect == id
  1473. 295.48 s [algebraic-graphs] OK: foldg empty vertex overlay (flip connect) == transpose
  1474. 295.48 s [algebraic-graphs] OK: foldg 1 (const 1) (+) (+) == size
  1475. 295.48 s [algebraic-graphs] OK: foldg True (const False) (&&) (&&) == isEmpty
  1476. 295.48 s [algebraic-graphs]
  1477. 295.48 s [algebraic-graphs] ============ AdjacencyIntMap.isEmpty ============
  1478. 295.48 s [algebraic-graphs] OK: isEmpty empty == True
  1479. 295.48 s [algebraic-graphs] OK: isEmpty (overlay empty empty) == True
  1480. 295.48 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  1481. 295.48 s [algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
  1482. 295.48 s [algebraic-graphs] OK: isEmpty (removeEdge x y $ edge x y) == False
  1483. 295.48 s [algebraic-graphs]
  1484. 295.48 s [algebraic-graphs] ============ AdjacencyIntMap.hasVertex ============
  1485. 295.48 s [algebraic-graphs] OK: hasVertex x empty == False
  1486. 295.48 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  1487. 295.48 s [algebraic-graphs] OK: hasVertex x . removeVertex x == const False
  1488. 295.48 s [algebraic-graphs]
  1489. 295.48 s [algebraic-graphs] ============ AdjacencyIntMap.hasEdge ============
  1490. 295.48 s [algebraic-graphs] OK: hasEdge x y empty == False
  1491. 295.48 s [algebraic-graphs] OK: hasEdge x y (vertex z) == False
  1492. 295.48 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  1493. 295.48 s [algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
  1494. 295.48 s [algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
  1495. 295.48 s [algebraic-graphs]
  1496. 295.48 s [algebraic-graphs] ============ AdjacencyIntMap.vertexCount ============
  1497. 295.48 s [algebraic-graphs] OK: vertexCount empty == 0
  1498. 295.48 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  1499. 295.48 s [algebraic-graphs] OK: vertexCount == length . vertexList
  1500. 295.48 s [algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
  1501. 295.48 s [algebraic-graphs]
  1502. 295.48 s [algebraic-graphs] ============ AdjacencyIntMap.edgeCount ============
  1503. 295.48 s [algebraic-graphs] OK: edgeCount empty == 0
  1504. 295.48 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  1505. 295.48 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  1506. 295.48 s [algebraic-graphs] OK: edgeCount == length . edgeList
  1507. 295.48 s [algebraic-graphs]
  1508. 295.48 s [algebraic-graphs] ============ AdjacencyIntMap.vertexList ============
  1509. 295.48 s [algebraic-graphs] OK: vertexList empty == []
  1510. 295.48 s [algebraic-graphs] OK: vertexList (vertex x) == [x]
  1511. 295.48 s [algebraic-graphs] OK: vertexList . vertices == nub . sort
  1512. 295.48 s [algebraic-graphs]
  1513. 295.48 s [algebraic-graphs] ============ AdjacencyIntMap.vertexSet ============
  1514. 295.48 s [algebraic-graphs] OK: vertexSet empty == Set.empty
  1515. 295.48 s [algebraic-graphs] OK: vertexSet . vertex == Set.singleton
  1516. 295.48 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  1517. 295.48 s [algebraic-graphs]
  1518. 295.48 s [algebraic-graphs] ============ AdjacencyIntMap.vertexIntSet ============
  1519. 295.48 s [algebraic-graphs] OK: vertexIntSet empty == IntSet.empty
  1520. 295.48 s [algebraic-graphs] OK: vertexIntSet . vertex == IntSet.singleton
  1521. 295.48 s [algebraic-graphs] OK: vertexIntSet . vertices == IntSet.fromList
  1522. 295.48 s [algebraic-graphs] OK: vertexIntSet . clique == IntSet.fromList
  1523. 295.48 s [algebraic-graphs]
  1524. 295.48 s [algebraic-graphs] ============ AdjacencyIntMap.edgeList ============
  1525. 295.49 s [algebraic-graphs] OK: edgeList empty == []
  1526. 295.49 s [algebraic-graphs] OK: edgeList (vertex x) == []
  1527. 295.49 s [algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
  1528. 295.49 s [algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
  1529. 295.49 s [algebraic-graphs] OK: edgeList . edges == nub . sort
  1530. 295.49 s [algebraic-graphs]
  1531. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.edgeSet ============
  1532. 295.49 s [algebraic-graphs] OK: edgeSet empty == Set.empty
  1533. 295.49 s [algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
  1534. 295.49 s [algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
  1535. 295.49 s [algebraic-graphs] OK: edgeSet . edges == Set.fromList
  1536. 295.49 s [algebraic-graphs]
  1537. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.adjacencyList ============
  1538. 295.49 s [algebraic-graphs] OK: adjacencyList empty == []
  1539. 295.49 s [algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
  1540. 295.49 s [algebraic-graphs] OK: adjacencyList (edge 1 2) == [(1, [2]), (2, [])]
  1541. 295.49 s [algebraic-graphs] OK: adjacencyList (star 2 [3,1]) == [(1, []), (2, [1,3]), (3, [])]
  1542. 295.49 s [algebraic-graphs]
  1543. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.preSet ============
  1544. 295.49 s [algebraic-graphs] OK: preSet x empty == Set.empty
  1545. 295.49 s [algebraic-graphs] OK: preSet x (vertex x) == Set.empty
  1546. 295.49 s [algebraic-graphs] OK: preSet 1 (edge 1 2) == Set.empty
  1547. 295.49 s [algebraic-graphs] OK: preSet y (edge x y) == Set.fromList [x]
  1548. 295.49 s [algebraic-graphs]
  1549. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.preIntSet ============
  1550. 295.49 s [algebraic-graphs] OK: preIntSet x empty == IntSet.empty
  1551. 295.49 s [algebraic-graphs] OK: preIntSet x (vertex x) == IntSet.empty
  1552. 295.49 s [algebraic-graphs] OK: preIntSet 1 (edge 1 2) == IntSet.empty
  1553. 295.49 s [algebraic-graphs] OK: preIntSet y (edge x y) == IntSet.fromList [x]
  1554. 295.49 s [algebraic-graphs]
  1555. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.postSet ============
  1556. 295.49 s [algebraic-graphs] OK: postSet x empty == Set.empty
  1557. 295.49 s [algebraic-graphs] OK: postSet x (vertex x) == Set.empty
  1558. 295.49 s [algebraic-graphs] OK: postSet x (edge x y) == Set.fromList [y]
  1559. 295.49 s [algebraic-graphs] OK: postSet 2 (edge 1 2) == Set.empty
  1560. 295.49 s [algebraic-graphs]
  1561. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.postIntSet ============
  1562. 295.49 s [algebraic-graphs] OK: postIntSet x empty == IntSet.empty
  1563. 295.49 s [algebraic-graphs] OK: postIntSet x (vertex x) == IntSet.empty
  1564. 295.49 s [algebraic-graphs] OK: postIntSet 2 (edge 1 2) == IntSet.empty
  1565. 295.49 s [algebraic-graphs] OK: postIntSet x (edge x y) == IntSet.fromList [y]
  1566. 295.49 s [algebraic-graphs]
  1567. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.path ============
  1568. 295.49 s [algebraic-graphs] OK: path [] == empty
  1569. 295.49 s [algebraic-graphs] OK: path [x] == vertex x
  1570. 295.49 s [algebraic-graphs] OK: path [x,y] == edge x y
  1571. 295.49 s [algebraic-graphs]
  1572. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.circuit ============
  1573. 295.49 s [algebraic-graphs] OK: circuit [] == empty
  1574. 295.49 s [algebraic-graphs] OK: circuit [x] == edge x x
  1575. 295.49 s [algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
  1576. 295.49 s [algebraic-graphs]
  1577. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.clique ============
  1578. 295.49 s [algebraic-graphs] OK: clique [] == empty
  1579. 295.49 s [algebraic-graphs] OK: clique [x] == vertex x
  1580. 295.49 s [algebraic-graphs] OK: clique [x,y] == edge x y
  1581. 295.49 s [algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
  1582. 295.49 s [algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
  1583. 295.49 s [algebraic-graphs]
  1584. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.biclique ============
  1585. 295.49 s [algebraic-graphs] OK: biclique [] [] == empty
  1586. 295.49 s [algebraic-graphs] OK: biclique [x] [] == vertex x
  1587. 295.49 s [algebraic-graphs] OK: biclique [] [y] == vertex y
  1588. 295.49 s [algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
  1589. 295.49 s [algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
  1590. 295.49 s [algebraic-graphs]
  1591. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.star ============
  1592. 295.49 s [algebraic-graphs] OK: star x [] == vertex x
  1593. 295.49 s [algebraic-graphs] OK: star x [y] == edge x y
  1594. 295.49 s [algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
  1595. 295.49 s [algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
  1596. 295.49 s [algebraic-graphs]
  1597. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.stars ============
  1598. 295.49 s [algebraic-graphs] OK: stars [] == empty
  1599. 295.49 s [algebraic-graphs] OK: stars [(x, [])] == vertex x
  1600. 295.49 s [algebraic-graphs] OK: stars [(x, [y])] == edge x y
  1601. 295.49 s [algebraic-graphs] OK: stars [(x, ys)] == star x ys
  1602. 295.49 s [algebraic-graphs] OK: stars == overlays . map (uncurry star)
  1603. 295.49 s [algebraic-graphs] OK: stars . adjacencyList == id
  1604. 295.49 s [algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
  1605. 295.49 s [algebraic-graphs]
  1606. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.tree ============
  1607. 295.49 s [algebraic-graphs] OK: tree (Node x []) == vertex x
  1608. 295.49 s [algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
  1609. 295.49 s [algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
  1610. 295.49 s [algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
  1611. 295.49 s [algebraic-graphs]
  1612. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.forest ============
  1613. 295.49 s [algebraic-graphs] OK: forest [] == empty
  1614. 295.49 s [algebraic-graphs] OK: forest [x] == tree x
  1615. 295.49 s [algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
  1616. 295.49 s [algebraic-graphs] OK: forest == overlays . map tree
  1617. 295.49 s [algebraic-graphs]
  1618. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.removeVertex ============
  1619. 295.49 s [algebraic-graphs] OK: removeVertex x (vertex x) == empty
  1620. 295.49 s [algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
  1621. 295.49 s [algebraic-graphs] OK: removeVertex x (edge x x) == empty
  1622. 295.49 s [algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
  1623. 295.49 s [algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
  1624. 295.49 s [algebraic-graphs]
  1625. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.removeEdge ============
  1626. 295.49 s [algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
  1627. 295.49 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  1628. 295.49 s [algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
  1629. 295.49 s [algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
  1630. 295.49 s [algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
  1631. 295.49 s [algebraic-graphs]
  1632. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.replaceVertex ============
  1633. 295.49 s [algebraic-graphs] OK: replaceVertex x x == id
  1634. 295.49 s [algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
  1635. 295.49 s [algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
  1636. 295.49 s [algebraic-graphs]
  1637. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.mergeVertices ============
  1638. 295.49 s [algebraic-graphs] OK: mergeVertices (const False) x == id
  1639. 295.49 s [algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
  1640. 295.49 s [algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
  1641. 295.49 s [algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
  1642. 295.49 s [algebraic-graphs]
  1643. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.transpose ============
  1644. 295.49 s [algebraic-graphs] OK: transpose empty == empty
  1645. 295.49 s [algebraic-graphs] OK: transpose (vertex x) == vertex x
  1646. 295.49 s [algebraic-graphs] OK: transpose (edge x y) == edge y x
  1647. 295.49 s [algebraic-graphs] OK: transpose . transpose == id
  1648. 295.49 s [algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
  1649. 295.49 s [algebraic-graphs]
  1650. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.gmap ============
  1651. 295.49 s [algebraic-graphs] OK: gmap f empty == empty
  1652. 295.49 s [algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
  1653. 295.49 s [algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
  1654. 295.49 s [algebraic-graphs] OK: gmap id == id
  1655. 295.49 s [algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
  1656. 295.49 s [algebraic-graphs]
  1657. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.induce ============
  1658. 295.49 s [algebraic-graphs] OK: induce (const True ) x == x
  1659. 295.49 s [algebraic-graphs] OK: induce (const False) x == empty
  1660. 295.49 s [algebraic-graphs] OK: induce (/= x) == removeVertex x
  1661. 295.49 s [algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
  1662. 295.49 s [algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
  1663. 295.49 s [algebraic-graphs]
  1664. 295.49 s [algebraic-graphs] ============ AdjacencyIntMap.compose ============
  1665. 295.49 s [algebraic-graphs] OK: compose empty x == empty
  1666. 295.49 s [algebraic-graphs] OK: compose x empty == empty
  1667. 295.49 s [algebraic-graphs] OK: compose (vertex x) y == empty
  1668. 295.49 s [algebraic-graphs] OK: compose x (vertex y) == empty
  1669. 295.49 s [algebraic-graphs] OK: compose x (compose y z) == compose (compose x y) z
  1670. 295.49 s [algebraic-graphs] OK: compose x (overlay y z) == overlay (compose x y) (compose x z)
  1671. 295.56 s [pandoc] [ 49 of 220] Compiling Text.Pandoc.Class.PandocPure
  1672. 295.74 s [conduit-extra] Documentation created: dist/doc/html/conduit-extra/,
  1673. 295.74 s [conduit-extra] dist/doc/html/conduit-extra/conduit-extra.txt
  1674. 295.86 s [algebraic-graphs] OK: compose (overlay x y) z == overlay (compose x z) (compose y z)
  1675. 295.86 s [algebraic-graphs] OK: compose (edge x y) (edge y z) == edge x z
  1676. 295.86 s [algebraic-graphs] OK: compose (path [1..5]) (path [1..5]) == edges [(1,3),(2,4),(3,5)]
  1677. 295.86 s [algebraic-graphs] OK: compose (circuit [1..5]) (circuit [1..5]) == circuit [1,3,5,2,4]
  1678. 295.86 s [algebraic-graphs]
  1679. 295.86 s [algebraic-graphs] ============ AdjacencyIntMap.closure ============
  1680. 295.86 s [algebraic-graphs] OK: closure empty == empty
  1681. 295.86 s [algebraic-graphs] OK: closure (vertex x) == edge x x
  1682. 295.86 s [algebraic-graphs] OK: closure (edge x x) == edge x x
  1683. 295.86 s [algebraic-graphs] OK: closure (edge x y) == edges [(x,x), (x,y), (y,y)]
  1684. 295.86 s [algebraic-graphs] OK: closure (path $ nub xs) == reflexiveClosure (clique $ nub xs)
  1685. 295.86 s [algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
  1686. 295.86 s [algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
  1687. 295.86 s [algebraic-graphs] OK: closure . closure == closure
  1688. 295.86 s [algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
  1689. 295.86 s [algebraic-graphs]
  1690. 295.86 s [algebraic-graphs] ============ AdjacencyIntMap.reflexiveClosure ============
  1691. 295.86 s [algebraic-graphs] OK: reflexiveClosure empty == empty
  1692. 295.86 s [algebraic-graphs] OK: reflexiveClosure (vertex x) == edge x x
  1693. 295.86 s [algebraic-graphs] OK: reflexiveClosure (edge x x) == edge x x
  1694. 295.86 s [algebraic-graphs] OK: reflexiveClosure (edge x y) == edges [(x,x), (x,y), (y,y)]
  1695. 295.86 s [algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
  1696. 295.86 s [algebraic-graphs]
  1697. 295.86 s [algebraic-graphs] ============ AdjacencyIntMap.symmetricClosure ============
  1698. 295.86 s [algebraic-graphs] OK: symmetricClosure empty == empty
  1699. 295.86 s [algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
  1700. 295.86 s [algebraic-graphs] OK: symmetricClosure (edge x y) == edges [(x,y), (y,x)]
  1701. 295.86 s [algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
  1702. 295.86 s [algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
  1703. 295.86 s [algebraic-graphs]
  1704. 295.86 s [algebraic-graphs] ============ AdjacencyIntMap.transitiveClosure ============
  1705. 295.86 s [algebraic-graphs] OK: transitiveClosure empty == empty
  1706. 295.86 s [algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
  1707. 295.86 s [algebraic-graphs] OK: transitiveClosure (edge x y) == edge x y
  1708. 295.86 s [algebraic-graphs] OK: transitiveClosure (path $ nub xs) == clique (nub $ xs)
  1709. 295.86 s [algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
  1710. 295.86 s [algebraic-graphs]
  1711. 295.86 s [algebraic-graphs] ============ AdjacencyIntMap.bfsForest ============
  1712. 295.86 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [0] == empty
  1713. 295.86 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [1] == edge 1 2
  1714. 295.86 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [2] == vertex 2
  1715. 295.86 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [0,1,2] == vertices [1,2]
  1716. 295.86 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [2,1,0] == vertices [1,2]
  1717. 295.86 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 1) [1] == vertex 1
  1718. 295.86 s [algebraic-graphs] OK: isSubgraphOf (forest $ bfsForest x vs) x == True
  1719. 295.86 s [algebraic-graphs] OK: bfsForest x (vertexList x) == map ( -> Node v []) (nub $ vertexList x)
  1720. 295.86 s [algebraic-graphs] OK: bfsForest x [] == []
  1721. 295.86 s [algebraic-graphs] OK: bfsForest empty vs == []
  1722. 295.86 s [algebraic-graphs] OK: bfsForest (3 * (1 + 4) * (1 + 5)) [1,4] == <correct result>
  1723. 295.86 s [algebraic-graphs] OK: forest $ bfsForest (circuit [1..5] + circuit [5,4..1]) [3] == path [3,2,1] + path [3,4,5]
  1724. 295.86 s [algebraic-graphs]
  1725. 295.86 s [algebraic-graphs] ============ AdjacencyIntMap.bfs ============
  1726. 295.86 s [algebraic-graphs] OK: bfs (edge 1 2) [0] == []
  1727. 295.86 s [algebraic-graphs] OK: bfs (edge 1 2) [1] == [[1], [2]]
  1728. 295.86 s [algebraic-graphs] OK: bfs (edge 1 2) [2] == [[2]]
  1729. 295.86 s [algebraic-graphs] OK: bfs (edge 1 2) [1,2] == [[1,2]]
  1730. 295.86 s [algebraic-graphs] OK: bfs (edge 1 2) [2,1] == [[2,1]]
  1731. 295.86 s [algebraic-graphs] OK: bfs (edge 1 1) [1] == [[1]]
  1732. 295.86 s [algebraic-graphs] OK: bfs empty vs == []
  1733. 295.86 s [algebraic-graphs] OK: bfs x [] == []
  1734. 295.86 s [algebraic-graphs] OK: bfs (1 * 2 + 3 * 4 + 5 * 6) [1,2] == [[1,2]]
  1735. 295.86 s [algebraic-graphs] OK: bfs (1 * 2 + 3 * 4 + 5 * 6) [1,3] == [[1,3], [2,4]]
  1736. 295.86 s [algebraic-graphs] OK: bfs (3 * (1 + 4) * (1 + 5)) [3] == [[3], [1,4,5]]
  1737. 295.86 s [algebraic-graphs] OK: bfs (circuit [1..5] + circuit [5,4..1]) [2] == [[2], [1,3], [5,4]]
  1738. 295.86 s [algebraic-graphs] OK: concat $ bfs (circuit [1..5] + circuit [5,4..1]) [3] == [3,2,4,1,5]
  1739. 295.86 s [algebraic-graphs] OK: map concat . transpose . map levels . bfsForest x == bfs x
  1740. 295.86 s [algebraic-graphs]
  1741. 295.86 s [algebraic-graphs] ============ AdjacencyIntMap.dfsForest ============
  1742. 295.86 s [algebraic-graphs] OK: forest $ dfsForest empty == empty
  1743. 295.86 s [algebraic-graphs] OK: forest $ dfsForest (edge 1 1) == vertex 1
  1744. 295.86 s [algebraic-graphs] OK: forest $ dfsForest (edge 1 2) == edge 1 2
  1745. 295.86 s [algebraic-graphs] OK: forest $ dfsForest (edge 2 1) == vertices [1,2]
  1746. 295.86 s [algebraic-graphs] OK: isSubgraphOf (forest $ dfsForest x) x == True
  1747. 295.86 s [algebraic-graphs] OK: isDfsForestOf (dfsForest x) x == True
  1748. 295.86 s [algebraic-graphs] OK: dfsForest . forest . dfsForest == dfsForest
  1749. 295.86 s [algebraic-graphs] OK: dfsForest (vertices vs) == map (\v -> Node v []) (nub $ sort vs)
  1750. 295.86 s [algebraic-graphs] OK: dfsForest $ 3 * (1 + 4) * (1 + 5) == <correct result>
  1751. 295.86 s [algebraic-graphs] OK: forest (dfsForest $ circuit [1..5] + circuit [5,4..1]) == path [1,2,3,4,5]
  1752. 295.86 s [algebraic-graphs]
  1753. 295.86 s [algebraic-graphs] ============ AdjacencyIntMap.dfsForestFrom ============
  1754. 295.86 s [algebraic-graphs] OK: forest $ dfsForestFrom empty vs == empty
  1755. 295.86 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 1) [1] == vertex 1
  1756. 295.86 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [0] == empty
  1757. 295.86 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [1] == edge 1 2
  1758. 295.86 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [2] == vertex 2
  1759. 295.86 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [1,2] == edge 1 2
  1760. 295.86 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [2,1] == vertices [1,2]
  1761. 295.86 s [algebraic-graphs] OK: isSubgraphOf (forest $ dfsForestFrom x vs) x == True
  1762. 295.86 s [algebraic-graphs] OK: isDfsForestOf (dfsForestFrom x (vertexList x)) x == True
  1763. 295.86 s [algebraic-graphs] OK: dfsForestFrom x (vertexList x) == dfsForest x
  1764. 295.86 s [algebraic-graphs] OK: dfsForestFrom x [] == []
  1765. 295.87 s [algebraic-graphs] OK: dfsForestFrom (3 * (1 + 4) * (1 + 5)) [1,4] == <correct result>
  1766. 295.87 s [algebraic-graphs] OK: forest $ dfsForestFrom (circuit [1..5] + circuit [5,4..1]) [3] == path [3,2,1,5,4]
  1767. 295.87 s [algebraic-graphs]
  1768. 295.87 s [algebraic-graphs] ============ AdjacencyIntMap.dfs ============
  1769. 295.87 s [algebraic-graphs] OK: dfs empty vs == []
  1770. 295.87 s [algebraic-graphs] OK: dfs (edge 1 1) [1] == [1]
  1771. 295.87 s [algebraic-graphs] OK: dfs (edge 1 2) [0] == []
  1772. 295.87 s [algebraic-graphs] OK: dfs (edge 1 2) [1] == [1,2]
  1773. 295.87 s [algebraic-graphs] OK: dfs (edge 1 2) [2] == [2]
  1774. 295.87 s [algebraic-graphs] OK: dfs (edge 1 2) [1,2] == [1,2]
  1775. 295.87 s [algebraic-graphs] OK: dfs (edge 1 2) [2,1] == [2,1]
  1776. 295.87 s [algebraic-graphs] OK: dfs x [] == []
  1777. 295.87 s [algebraic-graphs]
  1778. 295.87 s [algebraic-graphs] OK: and [ hasVertex v x | v <- dfs x vs ] == True
  1779. 295.87 s [algebraic-graphs] OK: dfs (3 * (1 + 4) * (1 + 5)) [1,4] == [1,5,4]
  1780. 295.87 s [algebraic-graphs] OK: dfs (circuit [1..5] + circuit [5,4..1]) [3] == [3,2,1,5,4]
  1781. 295.87 s [algebraic-graphs]
  1782. 295.87 s [algebraic-graphs] ============ AdjacencyIntMap.dfs ============
  1783. 295.87 s [algebraic-graphs] OK: reachable empty x == []
  1784. 295.87 s [algebraic-graphs] OK: reachable (vertex 1) 1 == [1]
  1785. 295.87 s [algebraic-graphs] OK: reachable (edge 1 1) 1 == [1]
  1786. 295.87 s [algebraic-graphs] OK: reachable (edge 1 2) 0 == []
  1787. 295.87 s [algebraic-graphs] OK: reachable (edge 1 2) 1 == [1,2]
  1788. 295.87 s [algebraic-graphs] OK: reachable (edge 1 2) 2 == [2]
  1789. 295.87 s [algebraic-graphs] OK: reachable (path [1..8] ) 4 == [4..8]
  1790. 295.87 s [algebraic-graphs] OK: reachable (circuit [1..8] ) 4 == [4..8] ++ [1..3]
  1791. 295.87 s [algebraic-graphs] OK: reachable (clique [8,7..1]) 8 == [8] ++ [1..7]
  1792. 295.87 s [algebraic-graphs]
  1793. 295.87 s [algebraic-graphs] OK: and [ hasVertex v x | v <- reachable x y ] == True
  1794. 295.87 s [algebraic-graphs]
  1795. 295.87 s [algebraic-graphs] ============ AdjacencyIntMap.topSort ============
  1796. 295.87 s [algebraic-graphs] OK: topSort (1 * 2 + 3 * 1) == Right [3,1,2]
  1797. 295.87 s [algebraic-graphs] OK: topSort (path [1..5]) == Right [1..5]
  1798. 295.87 s [algebraic-graphs] OK: topSort (3 * (1 * 4 + 2 * 5)) == Right [3,1,2,4,5]
  1799. 295.87 s [algebraic-graphs] OK: topSort (1 * 2 + 2 * 1) == Left (2 :| [1])
  1800. 295.87 s [algebraic-graphs] OK: topSort (path [5,4..1] + edge 2 4) == Left (4 :| [3,2])
  1801. 295.87 s [algebraic-graphs] OK: topSort (circuit [1..5]) == Left (3 :| [1,2])
  1802. 295.87 s [algebraic-graphs] OK: topSort (circuit [1..3] + circuit [3,2,1]) == Left (3 :| [2])
  1803. 295.87 s [algebraic-graphs] OK: topSort (1 * 2 + (5 + 2) * 1 + 3 * 4 * 3) == Left (1 :| [2])
  1804. 295.87 s [algebraic-graphs] OK: fmap (flip isTopSortOf x) (topSort x) /= Right False
  1805. 295.87 s [algebraic-graphs] OK: topSort . vertices == Right . nub . sort
  1806. 295.87 s [algebraic-graphs]
  1807. 295.87 s [algebraic-graphs] ============ AdjacencyIntMap.testIsAcyclic ============
  1808. 295.87 s [algebraic-graphs] OK: isAcyclic (1 * 2 + 3 * 1) == True
  1809. 295.87 s [algebraic-graphs] OK: isAcyclic (1 * 2 + 2 * 1) == False
  1810. 295.87 s [algebraic-graphs] OK: isAcyclic . circuit == null
  1811. 295.87 s [algebraic-graphs] OK: isAcyclic == isRight . topSort
  1812. 295.87 s [algebraic-graphs]
  1813. 295.87 s [algebraic-graphs] ============ AdjacencyIntMap.isDfsForestOf ============
  1814. 295.87 s [algebraic-graphs] OK: isDfsForestOf [] empty == True
  1815. 295.87 s [algebraic-graphs] OK: isDfsForestOf [] (vertex 1) == False
  1816. 295.87 s [algebraic-graphs] OK: isDfsForestOf [Node 1 []] (vertex 1) == True
  1817. 295.87 s [algebraic-graphs] OK: isDfsForestOf [Node 1 []] (vertex 2) == False
  1818. 295.87 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 1 []] (vertex 1) == False
  1819. 295.87 s [algebraic-graphs] OK: isDfsForestOf [Node 1 []] (edge 1 1) == True
  1820. 295.87 s [algebraic-graphs] OK: isDfsForestOf [Node 1 []] (edge 1 2) == False
  1821. 295.87 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 []] (edge 1 2) == False
  1822. 295.87 s [algebraic-graphs] OK: isDfsForestOf [Node 2 [], Node 1 []] (edge 1 2) == True
  1823. 295.87 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 []]] (edge 1 2) == True
  1824. 295.87 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 []] (vertices [1,2]) == True
  1825. 295.87 s [algebraic-graphs] OK: isDfsForestOf [Node 2 [], Node 1 []] (vertices [1,2]) == True
  1826. 295.87 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 []]] (vertices [1,2]) == False
  1827. 295.87 s [conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.7...
  1828. 295.87 s [conduit-extra] Phase: installPhase
  1829. 296.01 s [conduit-extra] Installing library in /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/conduit-extra-1.3.7-4yMt5HGUO2DF6clDxipTQv
  1830. 296.05 s [pandoc] [ 50 of 220] Compiling Text.Pandoc.Class.Sandbox
  1831. 296.15 s [pandoc] [ 51 of 220] Compiling Text.Pandoc.Class.IO
  1832. 296.15 s [pandoc] [ 52 of 220] Compiling Text.Pandoc.Class.PandocIO
  1833. 296.45 s [pandoc] [ 53 of 220] Compiling Text.Pandoc.Class
  1834. 296.49 s [pandoc] [ 54 of 220] Compiling Text.Pandoc.Highlighting
  1835. 296.58 s [conduit-extra] Phase: fixupPhase
  1836. 296.63 s [conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7
  1837. 296.63 s [conduit-extra] shrinking /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHSconduit-extra-1.3.7-4yMt5HGUO2DF6clDxipTQv-ghc9.10.1.so
  1838. 296.66 s [conduit-extra] checking for references to /build/ in /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7...
  1839. 296.69 s [conduit-extra] patching script interpreter paths in /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7
  1840. 296.70 s [conduit-extra] stripping (with command strip and flags -S -p) in /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7/lib
  1841. 296.92 s [conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc
  1842. 296.93 s [conduit-extra] checking for references to /build/ in /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc...
  1843. 296.95 s [conduit-extra] patching script interpreter paths in /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc
  1844. 297.20 s [conduit-extra:post-build] Uploading to cachix cache "sellout": /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7
  1845. 298.46 s [conduit-extra:post-build] Pushing 2 paths (128 are already present) using zstd to cache sellout ⏳
  1846. 298.46 s [conduit-extra:post-build]
  1847. 298.84 s [conduit-extra:post-build] Pushing /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7 (5.05 MiB)
  1848. 299.03 s [conduit-extra:post-build] Pushing /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc (2.13 MiB)
  1849. 300.10 s [conduit-extra:post-build]
  1850. 300.10 s [conduit-extra:post-build] All done.
  1851. 300.31 s [conduit-extra:post-build] Uploading to the NixCI cache: /nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc /nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7
  1852. 300.88 s [conduit-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1853. 301.24 s [conduit-extra:post-build] copying 2 paths...
  1854. 301.33 s [conduit-extra:post-build] copying path '/nix/store/5c06x7ymi781imdsxswmz6hi2i73dcbi-conduit-extra-1.3.7-doc' to 'https://cache.nix-ci.com'...
  1855. 301.87 s [conduit-extra:post-build] copying path '/nix/store/kjbdjf3x4b78nmp626mrhi08icwg2pds-conduit-extra-1.3.7' to 'https://cache.nix-ci.com'...
  1856. 304.21 s [conduit-extra:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1857. 304.70 s [conduit-extra:post-build] copying 45 paths...
  1858. 304.70 s [conduit-extra:post-build] copying path '/nix/store/2zj9aqclaq2vxr39vybirjlhi8hrzk29-quickcheck-unicode-1.0.1.0.drv' to 'https://cache.nix-ci.com'...
  1859. 304.70 s [conduit-extra:post-build] copying path '/nix/store/50mlh2cmgvmrw53kba40gl3gjs78br2i-primitive-addr-0.1.0.3.drv' to 'https://cache.nix-ci.com'...
  1860. 304.71 s [conduit-extra:post-build] copying path '/nix/store/92df49fh61ijc3964z9q0afvdx0h1g67-split-0.2.5.drv' to 'https://cache.nix-ci.com'...
  1861. 304.71 s [conduit-extra:post-build] copying path '/nix/store/mx9nkzw943d4yskmgrrpyw3f03j89z12-dlist-1.0.drv' to 'https://cache.nix-ci.com'...
  1862. 304.72 s [conduit-extra:post-build] copying path '/nix/store/w5i1z33winyvj3wwql7rxagz7j3birz0-ghc-paths-0.1.0.12.drv' to 'https://cache.nix-ci.com'...
  1863. 304.72 s [conduit-extra:post-build] copying path '/nix/store/bab8saia68vm2q8pix5jzq9qp59sp8qh-safe-0.3.21.drv' to 'https://cache.nix-ci.com'...
  1864. 304.72 s [conduit-extra:post-build] copying path '/nix/store/ssb9sz614mj9yaccmrkrf1njj4k2x6xs-character-ps-0.1.drv' to 'https://cache.nix-ci.com'...
  1865. 304.72 s [conduit-extra:post-build] copying path '/nix/store/a6vxja24di6ywm0a9wpffn1ag76yf136-StateVar-1.2.2.drv' to 'https://cache.nix-ci.com'...
  1866. 304.82 s [conduit-extra:post-build] copying path '/nix/store/pfdj7fksd0d7m896yr5fh18pgl64ms6j-th-compat-0.1.6.drv' to 'https://cache.nix-ci.com'...
  1867. 304.83 s [conduit-extra:post-build] copying path '/nix/store/qwaz98lak91klknnqr1b9r1xnlhlw6y5-unliftio-0.2.25.1.drv' to 'https://cache.nix-ci.com'...
  1868. 304.84 s [conduit-extra:post-build] copying path '/nix/store/szvfrfmp5z01p4048px49cm2wnpfsbkf-generically-0.1.1.drv' to 'https://cache.nix-ci.com'...
  1869. 304.84 s [conduit-extra:post-build] copying path '/nix/store/9qjpwzfwp4xldy30szjq3agcs5nnil24-integer-conversion-0.1.1.drv' to 'https://cache.nix-ci.com'...
  1870. 304.84 s [conduit-extra:post-build] copying path '/nix/store/g5fiwgz3bymcg7mgsyxnrxk4x7d24m2q-test-framework-quickcheck2-0.3.0.6.drv' to 'https://cache.nix-ci.com'...
  1871. 304.86 s [conduit-extra:post-build] copying path '/nix/store/866xpfb38g7pyldvf2bmdik3mczxrmbj-quickcheck-classes-base-0.6.2.0.drv' to 'https://cache.nix-ci.com'...
  1872. 304.86 s [conduit-extra:post-build] copying path '/nix/store/7z4r93symp0kzhj8115agsx0ly1if24f-indexed-traversable-0.1.4.drv' to 'https://cache.nix-ci.com'...
  1873. 305.07 s [conduit-extra:post-build] copying path '/nix/store/nx4h159dps3ygp43xksikj6p1g2jc2sy-contravariant-1.5.5.drv' to 'https://cache.nix-ci.com'...
  1874. 305.11 s [conduit-extra:post-build] copying path '/nix/store/9dzmcq8vhayvxi3785400b3xlgssj8bw-doctest-0.22.6.drv' to 'https://cache.nix-ci.com'...
  1875. 305.16 s [conduit-extra:post-build] copying path '/nix/store/gvhp5qf3ibvyhvqcg9cj5fnxwl1lhmj0-comonad-5.0.9.drv' to 'https://cache.nix-ci.com'...
  1876. 305.18 s [conduit-extra:post-build] copying path '/nix/store/hmsd4b3za01w3midslg41hng0dxakhgn-Diff-0.5.drv' to 'https://cache.nix-ci.com'...
  1877. 305.19 s [conduit-extra:post-build] copying path '/nix/store/l02mg0bhla68yydl4yxv0971pjzd40f7-base16-bytestring-1.0.2.0.drv' to 'https://cache.nix-ci.com'...
  1878. 305.19 s [conduit-extra:post-build] copying path '/nix/store/nq064bk0zvkfppxji71z6x4xmnmmvl67-base64-bytestring-1.2.1.0.drv' to 'https://cache.nix-ci.com'...
  1879. 305.20 s [conduit-extra:post-build] copying path '/nix/store/m8pasgbhn6gjhs48lk01vsnrmg5lycim-network-uri-2.6.4.2.drv' to 'https://cache.nix-ci.com'...
  1880. 305.40 s [conduit-extra:post-build] copying path '/nix/store/1nqaxrsr5rismxp92r43dl38j3l07v6r-bifunctors-5.6.2.drv' to 'https://cache.nix-ci.com'...
  1881. 305.41 s [conduit-extra:post-build] copying path '/nix/store/w1mkcgjw26m8ygdkqq9rv5xf179p2gzc-vector-0.13.2.0.drv' to 'https://cache.nix-ci.com'...
  1882. 305.44 s [conduit-extra:post-build] copying path '/nix/store/f6mk9fsm9v65cnr8s4r0k848ps0nzx7j-typed-process-0.2.13.0.drv' to 'https://cache.nix-ci.com'...
  1883. 305.62 s [conduit-extra:post-build] copying path '/nix/store/gp8q54w8d51h2zwiybzycbzr4xy47cm0-profunctors-5.6.2.drv' to 'https://cache.nix-ci.com'...
  1884. 305.67 s [conduit-extra:post-build] copying path '/nix/store/adp22r7a2nc2l70q7xp7mb4qvnpm6s4k-nothunks-0.3.0.0.drv' to 'https://cache.nix-ci.com'...
  1885. 305.67 s [conduit-extra:post-build] copying path '/nix/store/wyildjayr11dihy3wp1v8xy7aqld0hal-attoparsec-0.14.4.drv' to 'https://cache.nix-ci.com'...
  1886. 305.68 s [conduit-extra:post-build] copying path '/nix/store/j3xzcmywwbjpigj4l1qja31116i1s3wl-tasty-golden-2.3.5.drv' to 'https://cache.nix-ci.com'...
  1887. 305.89 s [conduit-extra:post-build] copying path '/nix/store/2kks5qr3xkn03xydfwlmxxhm0938k609-unordered-containers-0.2.20.drv' to 'https://cache.nix-ci.com'...
  1888. 306.14 s [conduit-extra:post-build] copying path '/nix/store/2j68f32qmlaifhmgd3lazkg7hlm8r54g-semigroupoids-6.0.1.drv' to 'https://cache.nix-ci.com'...
  1889. 306.15 s [conduit-extra:post-build] copying path '/nix/store/nndrfhvdjj9z2fpyyqxmykanhb0wzg7p-semirings-0.7.drv' to 'https://cache.nix-ci.com'...
  1890. 306.15 s [conduit-extra:post-build] copying path '/nix/store/rdz31696834801xxj36b2jbbh26pzl1c-quickcheck-instances-0.3.32.drv' to 'https://cache.nix-ci.com'...
  1891. 306.37 s [conduit-extra:post-build] copying path '/nix/store/5x1k8m1ay4rdc24vcgnkzvwkfc257ys7-foldl-1.4.18.drv' to 'https://cache.nix-ci.com'...
  1892. 306.41 s [conduit-extra:post-build] copying path '/nix/store/d68sxmxawdb31r33k0mpwxd5kmj6hcfr-text-iso8601-0.1.1.drv' to 'https://cache.nix-ci.com'...
  1893. 306.41 s [conduit-extra:post-build] copying path '/nix/store/w7zd68r10iyhxha60m6v1j2l6whi005l-indexed-traversable-instances-0.1.2.drv' to 'https://cache.nix-ci.com'...
  1894. 306.61 s [conduit-extra:post-build] copying path '/nix/store/0yyf99faxx0hfavsaih66vp0n3r6jh83-semialign-1.3.1.drv' to 'https://cache.nix-ci.com'...
  1895. 306.61 s [conduit-extra:post-build] copying path '/nix/store/f6bddnzjg3c3qzk4gr21w5ag8b66s2jw-witherable-0.5.drv' to 'https://cache.nix-ci.com'...
  1896. 306.84 s [conduit-extra:post-build] copying path '/nix/store/52lrd5rfzg85zwcmgp6x03j466ppa3qk-aeson-2.2.3.0.drv' to 'https://cache.nix-ci.com'...
  1897. 307.08 s [conduit-extra:post-build] copying path '/nix/store/lz6k97lf6qlxdw7wic6mv287r63r681i-quickcheck-classes-0.6.5.0.drv' to 'https://cache.nix-ci.com'...
  1898. 307.31 s [conduit-extra:post-build] copying path '/nix/store/km08myhy82amqbdaligjrqvzb0pvshvh-bitvec-1.1.5.0.drv' to 'https://cache.nix-ci.com'...
  1899. 307.53 s [conduit-extra:post-build] copying path '/nix/store/wysbcx68p551icm465mhf8c5524301vk-vector-algorithms-0.9.1.0.drv' to 'https://cache.nix-ci.com'...
  1900. 308.04 s [conduit-extra:post-build] copying path '/nix/store/kpglb6w3zk2dcqb9zic1yfswd1s006ih-mono-traversable-1.0.21.0.drv' to 'https://cache.nix-ci.com'...
  1901. 308.26 s [conduit-extra:post-build] copying path '/nix/store/qlw1yhsr4bq8izn5lxyqs9fgss75bzl3-conduit-1.3.6.1.drv' to 'https://cache.nix-ci.com'...
  1902. 308.47 s [conduit-extra:post-build] copying path '/nix/store/i2g1rn1gvrwlx9ikhclcgrpxnb5h3zxj-conduit-extra-1.3.7.drv' to 'https://cache.nix-ci.com'...
  1903. 309.01 s Progress: 14 of 33 built (2 building), 529 of 529 downloaded from cache
  1904. 309.11 s Building /nix/store/8m9ym6jsf998l7sg6jaywbyal92ia0pj-hie-bios-0.14.0.drv
  1905. 309.11 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 [Node 3 []]]] (path [1,2,3]) == True
  1906. 309.11 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 3 [Node 2 []]]] (path [1,2,3]) == False
  1907. 309.11 s [algebraic-graphs] OK: isDfsForestOf [Node 3 [], Node 1 [Node 2 []]] (path [1,2,3]) == True
  1908. 309.11 s [algebraic-graphs] OK: isDfsForestOf [Node 2 [Node 3 []], Node 1 []] (path [1,2,3]) == True
  1909. 309.11 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 [Node 3 []]] (path [1,2,3]) == False
  1910. 309.11 s [algebraic-graphs]
  1911. 309.11 s [algebraic-graphs] ============ AdjacencyIntMap.isTopSortOf ============
  1912. 309.11 s [algebraic-graphs] OK: isTopSortOf [3,1,2] (1 * 2 + 3 * 1) == True
  1913. 309.11 s [algebraic-graphs] OK: isTopSortOf [1,2,3] (1 * 2 + 3 * 1) == False
  1914. 309.11 s [algebraic-graphs] OK: isTopSortOf [] (1 * 2 + 3 * 1) == False
  1915. 309.11 s [algebraic-graphs] OK: isTopSortOf [] empty == True
  1916. 309.11 s [algebraic-graphs] OK: isTopSortOf [x] (vertex x) == True
  1917. 309.11 s [algebraic-graphs] OK: isTopSortOf [x] (edge x x) == False
  1918. 309.11 s [algebraic-graphs]
  1919. 309.11 s [algebraic-graphs] ============ AdjacencyMap ============
  1920. 309.11 s [algebraic-graphs] OK: Axioms of graphs
  1921. 309.11 s [algebraic-graphs]
  1922. 309.11 s [algebraic-graphs] ============ AdjacencyMap.consistent ============
  1923. 309.11 s [algebraic-graphs] OK: Consistency of the Arbitrary instance
  1924. 309.11 s [algebraic-graphs]
  1925. 309.11 s [algebraic-graphs] OK: consistent empty == True
  1926. 309.11 s [algebraic-graphs] OK: consistent (vertex x) == True
  1927. 309.11 s [algebraic-graphs] OK: consistent (overlay x y) == True
  1928. 309.11 s [algebraic-graphs] OK: consistent (connect x y) == True
  1929. 309.11 s [algebraic-graphs] OK: consistent (edge x y) == True
  1930. 309.11 s [algebraic-graphs] OK: consistent (edges xs) == True
  1931. 309.11 s [algebraic-graphs] OK: consistent (stars xs) == True
  1932. 309.11 s [algebraic-graphs]
  1933. 309.11 s [algebraic-graphs] ============ AdjacencyMap.Show ============
  1934. 309.11 s [algebraic-graphs] OK: show (empty ) == "empty"
  1935. 309.11 s [algebraic-graphs] OK: show (1 ) == "vertex 1"
  1936. 309.11 s [algebraic-graphs] OK: show (1 + 2 ) == "vertices [1,2]"
  1937. 309.11 s [algebraic-graphs] OK: show (1 * 2 ) == "edge 1 2"
  1938. 309.11 s [algebraic-graphs] OK: show (1 * 2 * 3) == "edges [(1,2),(1,3),(2,3)]"
  1939. 309.11 s [algebraic-graphs] OK: show (1 * 2 + 3) == "overlay (vertex 3) (edge 1 2)"
  1940. 309.11 s [algebraic-graphs]
  1941. 309.11 s [algebraic-graphs] OK: show (vertex (-1) ) == "vertex (-1)"
  1942. 309.11 s [algebraic-graphs] OK: show (vertex (-1) + vertex (-2) ) == "vertices [-2,-1]"
  1943. 309.11 s [algebraic-graphs] OK: show (vertex (-2) * vertex (-1) ) == "edge (-2) (-1)"
  1944. 309.11 s [algebraic-graphs] OK: show (vertex (-3) * vertex (-2) * vertex (-1)) == "edges [(-3,-2),(-3,-1),(-2,-1)]"
  1945. 309.11 s [algebraic-graphs] OK: show (vertex (-3) * vertex (-2) + vertex (-1)) == "overlay (vertex (-1)) (edge (-3) (-2))"
  1946. 309.11 s [algebraic-graphs]
  1947. 309.11 s [algebraic-graphs] ============ AdjacencyMap.Ord ============
  1948. 309.11 s [algebraic-graphs] OK: vertex 1 < vertex 2
  1949. 309.11 s [algebraic-graphs] OK: vertex 3 < edge 1 2
  1950. 309.11 s [algebraic-graphs] OK: vertex 1 < edge 1 1
  1951. 309.11 s [algebraic-graphs] OK: edge 1 1 < edge 1 2
  1952. 309.11 s [algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
  1953. 309.11 s [algebraic-graphs] OK: edge 1 2 < edge 1 3
  1954. 309.11 s [algebraic-graphs] OK: x <= x + y
  1955. 309.11 s [algebraic-graphs] OK: x + y <= x * y
  1956. 309.11 s [algebraic-graphs]
  1957. 309.11 s [algebraic-graphs] ============ AdjacencyMap.empty ============
  1958. 309.11 s [algebraic-graphs] OK: isEmpty empty == True
  1959. 309.11 s [algebraic-graphs] OK: hasVertex x empty == False
  1960. 309.11 s [algebraic-graphs] OK: vertexCount empty == 0
  1961. 309.11 s [algebraic-graphs] OK: edgeCount empty == 0
  1962. 309.11 s [algebraic-graphs]
  1963. 309.11 s [algebraic-graphs] ============ AdjacencyMap.vertex ============
  1964. 309.11 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  1965. 309.11 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  1966. 309.11 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  1967. 309.11 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  1968. 309.11 s [algebraic-graphs]
  1969. 309.11 s [algebraic-graphs] ============ AdjacencyMap.edge ============
  1970. 309.11 s [algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
  1971. 309.11 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  1972. 309.11 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  1973. 309.11 s [algebraic-graphs] OK: vertexCount (edge 1 1) == 1
  1974. 309.11 s [algebraic-graphs] OK: vertexCount (edge 1 2) == 2
  1975. 309.11 s [algebraic-graphs]
  1976. 309.11 s [algebraic-graphs] ============ AdjacencyMap.overlay ============
  1977. 309.11 s [algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
  1978. 309.11 s [algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
  1979. 309.11 s [algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
  1980. 309.11 s [algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
  1981. 309.11 s [algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
  1982. 309.11 s [algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
  1983. 309.11 s [algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
  1984. 309.11 s [algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
  1985. 309.11 s [algebraic-graphs]
  1986. 309.11 s [algebraic-graphs] ============ AdjacencyMap.connect ============
  1987. 309.11 s [algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
  1988. 309.11 s [algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
  1989. 309.11 s [algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
  1990. 309.11 s [algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
  1991. 309.11 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
  1992. 309.11 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
  1993. 309.11 s [algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
  1994. 309.11 s [algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
  1995. 309.11 s [algebraic-graphs] OK: vertexCount (connect 1 2) == 2
  1996. 309.11 s [algebraic-graphs] OK: edgeCount (connect 1 2) == 1
  1997. 309.11 s [algebraic-graphs]
  1998. 309.11 s [algebraic-graphs] ============ AdjacencyMap.vertices ============
  1999. 309.11 s [algebraic-graphs] OK: vertices [] == empty
  2000. 309.11 s [algebraic-graphs] OK: vertices [x] == vertex x
  2001. 309.11 s [algebraic-graphs] OK: vertices == overlays . map vertex
  2002. 309.11 s [algebraic-graphs] OK: hasVertex x . vertices == elem x
  2003. 309.11 s [algebraic-graphs] OK: vertexCount . vertices == length . nub
  2004. 309.11 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  2005. 309.11 s [algebraic-graphs]
  2006. 309.11 s [algebraic-graphs] ============ AdjacencyMap.edges ============
  2007. 309.11 s [algebraic-graphs] OK: edges [] == empty
  2008. 309.11 s [pandoc] [ 55 of 220] Compiling Text.Pandoc.Options
  2009. 309.11 s [pandoc] [ 56 of 220] Compiling Text.Pandoc.Transforms
  2010. 309.11 s [pandoc] [ 57 of 220] Compiling Text.Pandoc.Readers.ODT
  2011. 309.11 s [pandoc] [ 58 of 220] Compiling Text.Pandoc.Readers.Native
  2012. 309.11 s [pandoc] [ 59 of 220] Compiling Text.Pandoc.Readers.Haddock
  2013. 309.11 s [pandoc] [ 60 of 220] Compiling Text.Pandoc.Readers.EndNote
  2014. 309.11 s [pandoc] [ 61 of 220] Compiling Text.Pandoc.Readers.Djot
  2015. 309.11 s [pandoc] [ 62 of 220] Compiling Text.Pandoc.Readers.CslJson
  2016. 309.11 s [pandoc] [ 63 of 220] Compiling Text.Pandoc.Parsing.Capabilities
  2017. 309.11 s [pandoc] [ 64 of 220] Compiling Text.Pandoc.Parsing.State
  2018. 309.11 s [pandoc] [ 65 of 220] Compiling Text.Pandoc.Parsing.Lists
  2019. 309.11 s [algebraic-graphs] OK: edges [(x,y)] == edge x y
  2020. 309.11 s [algebraic-graphs] OK: edges == overlays . map (uncurry edge)
  2021. 309.11 s [algebraic-graphs] OK: edgeCount . edges == length . nub
  2022. 309.11 s [algebraic-graphs]
  2023. 309.11 s [algebraic-graphs] ============ AdjacencyMap.overlays ============
  2024. 309.11 s [algebraic-graphs] OK: overlays [] == empty
  2025. 309.11 s [algebraic-graphs] OK: overlays [x] == x
  2026. 309.11 s [algebraic-graphs] OK: overlays [x,y] == overlay x y
  2027. 309.11 s [algebraic-graphs] OK: overlays == foldr overlay empty
  2028. 309.11 s [algebraic-graphs] OK: isEmpty . overlays == all isEmpty
  2029. 309.11 s [algebraic-graphs]
  2030. 309.11 s [algebraic-graphs] ============ AdjacencyMap.connects ============
  2031. 309.11 s [algebraic-graphs] OK: connects [] == empty
  2032. 309.11 s [algebraic-graphs] OK: connects [x] == x
  2033. 309.11 s [algebraic-graphs] OK: connects [x,y] == connect x y
  2034. 309.11 s [algebraic-graphs] OK: connects == foldr connect empty
  2035. 309.11 s [algebraic-graphs] OK: isEmpty . connects == all isEmpty
  2036. 309.11 s [algebraic-graphs]
  2037. 309.11 s [algebraic-graphs] ============ AdjacencyMap.fromAdjacencySets ============
  2038. 309.11 s [algebraic-graphs] OK: fromAdjacencySets [] == empty
  2039. 309.11 s [algebraic-graphs] OK: fromAdjacencySets [(x, Set.empty)] == vertex x
  2040. 309.11 s [algebraic-graphs] OK: fromAdjacencySets [(x, Set.singleton y)] == edge x y
  2041. 309.11 s [algebraic-graphs] OK: fromAdjacencySets . map (fmap Set.fromList) == stars
  2042. 309.11 s [algebraic-graphs] OK: overlay (fromAdjacencySets xs) (fromAdjacencySets ys) == fromAdjacencySets (xs ++ ys)
  2043. 309.11 s [algebraic-graphs]
  2044. 309.11 s [algebraic-graphs] ============ AdjacencyMap.isSubgraphOf ============
  2045. 309.12 s [algebraic-graphs] OK: isSubgraphOf empty x == True
  2046. 309.12 s [algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
  2047. 309.12 s [algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
  2048. 309.12 s [algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
  2049. 309.12 s [algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
  2050. 309.12 s [algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
  2051. 309.12 s [algebraic-graphs]
  2052. 309.12 s [algebraic-graphs] ============ AdjacencyMap.toGraph et al. ============
  2053. 309.12 s [algebraic-graphs] OK: toGraph == foldg Empty Vertex Overlay Connect
  2054. 309.12 s [algebraic-graphs] OK: foldg == Algebra.Graph.foldg . toGraph
  2055. 309.12 s [algebraic-graphs] OK: isEmpty == foldg True (const False) (&&) (&&)
  2056. 309.12 s [algebraic-graphs] OK: size == foldg 1 (const 1) (+) (+)
  2057. 309.12 s [algebraic-graphs] OK: hasVertex x == foldg False (==x) (||) (||)
  2058. 309.12 s [algebraic-graphs] OK: hasEdge x y == Algebra.Graph.hasEdge x y . toGraph
  2059. 309.12 s [algebraic-graphs] OK: vertexCount == Set.size . vertexSet
  2060. 309.12 s [algebraic-graphs] OK: edgeCount == Set.size . edgeSet
  2061. 309.12 s [algebraic-graphs] OK: vertexList == Set.toAscList . vertexSet
  2062. 309.12 s [algebraic-graphs] OK: edgeList == Set.toAscList . edgeSet
  2063. 309.12 s [algebraic-graphs] OK: vertexSet == foldg Set.empty Set.singleton Set.union Set.union
  2064. 309.12 s [algebraic-graphs] OK: vertexIntSet == foldg IntSet.empty IntSet.singleton IntSet.union IntSet.union
  2065. 309.12 s [algebraic-graphs] OK: edgeSet == Algebra.Graph.AdjacencyMap.edgeSet . foldg empty vertex overlay connect
  2066. 309.12 s [algebraic-graphs] OK: preSet x == Algebra.Graph.AdjacencyMap.preSet x . toAdjacencyMap
  2067. 309.12 s [algebraic-graphs] OK: preIntSet x == Algebra.Graph.AdjacencyIntMap.preIntSet x . toAdjacencyIntMap
  2068. 309.12 s [algebraic-graphs] OK: postSet x == Algebra.Graph.AdjacencyMap.postSet x . toAdjacencyMap
  2069. 309.12 s [algebraic-graphs] OK: postIntSet x == Algebra.Graph.AdjacencyIntMap.postIntSet x . toAdjacencyIntMap
  2070. 309.12 s [algebraic-graphs] OK: adjacencyList == Algebra.Graph.AdjacencyMap.adjacencyList . toAdjacencyMap
  2071. 309.12 s [algebraic-graphs] OK: adjacencyMap == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMap
  2072. 309.12 s [algebraic-graphs] OK: adjacencyIntMap == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMap
  2073. 309.12 s [algebraic-graphs] OK: adjacencyMapTranspose == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMapTranspose
  2074. 309.12 s [algebraic-graphs] OK: adjacencyIntMapTranspose == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMapTranspose
  2075. 309.12 s [algebraic-graphs] OK: dfsForest == Algebra.Graph.AdjacencyMap.dfsForest . toAdjacencyMap
  2076. 309.12 s [algebraic-graphs] OK: dfsForestFrom == Algebra.Graph.AdjacencyMap.dfsForestFrom . toAdjacencyMap
  2077. 309.12 s [algebraic-graphs] OK: dfs == Algebra.Graph.AdjacencyMap.dfs . toAdjacencyMap
  2078. 309.12 s [algebraic-graphs] OK: reachable == Algebra.Graph.AdjacencyMap.reachable . toAdjacencyMap
  2079. 309.12 s [algebraic-graphs] OK: topSort == Algebra.Graph.AdjacencyMap.topSort . toAdjacencyMap
  2080. 309.12 s [algebraic-graphs] OK: isAcyclic == Algebra.Graph.AdjacencyMap.isAcyclic . toAdjacencyMap
  2081. 309.12 s [algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
  2082. 309.12 s [algebraic-graphs] OK: toAdjacencyMap == foldg empty vertex overlay connect
  2083. 309.12 s [algebraic-graphs] OK: toAdjacencyMapTranspose == foldg empty vertex overlay (flip connect)
  2084. 309.12 s [algebraic-graphs] OK: toAdjacencyIntMap == foldg empty vertex overlay connect
  2085. 309.12 s [algebraic-graphs] OK: toAdjacencyIntMapTranspose == foldg empty vertex overlay (flip connect)
  2086. 309.12 s [algebraic-graphs] OK: isDfsForestOf f == Algebra.Graph.AdjacencyMap.isDfsForestOf f . toAdjacencyMap
  2087. 309.12 s [algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
  2088. 309.12 s [algebraic-graphs]
  2089. 309.12 s [algebraic-graphs] ============ AdjacencyMap.foldg ============
  2090. 309.12 s [algebraic-graphs] OK: foldg empty vertex overlay connect == id
  2091. 309.12 s [algebraic-graphs] OK: foldg empty vertex overlay (flip connect) == transpose
  2092. 309.12 s [algebraic-graphs] OK: foldg 1 (const 1) (+) (+) == size
  2093. 309.12 s [algebraic-graphs] OK: foldg True (const False) (&&) (&&) == isEmpty
  2094. 309.12 s [algebraic-graphs]
  2095. 309.12 s [algebraic-graphs] ============ AdjacencyMap.isEmpty ============
  2096. 309.12 s [algebraic-graphs] OK: isEmpty empty == True
  2097. 309.12 s [algebraic-graphs] OK: isEmpty (overlay empty empty) == True
  2098. 309.12 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  2099. 309.12 s [algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
  2100. 309.12 s [algebraic-graphs] OK: isEmpty (removeEdge x y $ edge x y) == False
  2101. 309.12 s [algebraic-graphs]
  2102. 309.12 s [algebraic-graphs] ============ AdjacencyMap.hasVertex ============
  2103. 309.12 s [algebraic-graphs] OK: hasVertex x empty == False
  2104. 309.12 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  2105. 309.12 s [algebraic-graphs] OK: hasVertex x . removeVertex x == const False
  2106. 309.12 s [algebraic-graphs]
  2107. 309.12 s [algebraic-graphs] ============ AdjacencyMap.hasEdge ============
  2108. 309.12 s [algebraic-graphs] OK: hasEdge x y empty == False
  2109. 309.12 s [algebraic-graphs] OK: hasEdge x y (vertex z) == False
  2110. 309.12 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  2111. 309.12 s [algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
  2112. 309.12 s [algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
  2113. 309.12 s [algebraic-graphs]
  2114. 309.12 s [algebraic-graphs] ============ AdjacencyMap.vertexCount ============
  2115. 309.12 s [algebraic-graphs] OK: vertexCount empty == 0
  2116. 309.12 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  2117. 309.12 s [algebraic-graphs] OK: vertexCount == length . vertexList
  2118. 309.12 s [algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
  2119. 309.12 s [algebraic-graphs]
  2120. 309.12 s [algebraic-graphs] ============ AdjacencyMap.edgeCount ============
  2121. 309.12 s [algebraic-graphs] OK: edgeCount empty == 0
  2122. 309.12 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  2123. 309.12 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  2124. 309.12 s [algebraic-graphs] OK: edgeCount == length . edgeList
  2125. 309.12 s [algebraic-graphs]
  2126. 309.12 s [algebraic-graphs] ============ AdjacencyMap.vertexList ============
  2127. 309.12 s [algebraic-graphs] OK: vertexList empty == []
  2128. 309.12 s [algebraic-graphs] OK: vertexList (vertex x) == [x]
  2129. 309.12 s [algebraic-graphs] OK: vertexList . vertices == nub . sort
  2130. 309.12 s [algebraic-graphs]
  2131. 309.12 s [algebraic-graphs] ============ AdjacencyMap.vertexSet ============
  2132. 309.12 s [algebraic-graphs] OK: vertexSet empty == Set.empty
  2133. 309.12 s [algebraic-graphs] OK: vertexSet . vertex == Set.singleton
  2134. 309.12 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  2135. 309.12 s [algebraic-graphs]
  2136. 309.12 s [algebraic-graphs] ============ AdjacencyMap.vertexIntSet ============
  2137. 309.12 s [algebraic-graphs] OK: vertexIntSet empty == IntSet.empty
  2138. 309.12 s [algebraic-graphs] OK: vertexIntSet . vertex == IntSet.singleton
  2139. 309.12 s [algebraic-graphs] OK: vertexIntSet . vertices == IntSet.fromList
  2140. 309.12 s [algebraic-graphs] OK: vertexIntSet . clique == IntSet.fromList
  2141. 309.12 s [algebraic-graphs]
  2142. 309.12 s [algebraic-graphs] ============ AdjacencyMap.edgeList ============
  2143. 309.12 s [algebraic-graphs] OK: edgeList empty == []
  2144. 309.12 s [algebraic-graphs] OK: edgeList (vertex x) == []
  2145. 309.12 s [algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
  2146. 309.12 s [algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
  2147. 309.12 s [algebraic-graphs] OK: edgeList . edges == nub . sort
  2148. 309.12 s [algebraic-graphs]
  2149. 309.12 s [algebraic-graphs] ============ AdjacencyMap.edgeSet ============
  2150. 309.12 s [algebraic-graphs] OK: edgeSet empty == Set.empty
  2151. 309.12 s [algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
  2152. 309.12 s [algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
  2153. 309.12 s [algebraic-graphs] OK: edgeSet . edges == Set.fromList
  2154. 309.12 s [algebraic-graphs]
  2155. 309.12 s [algebraic-graphs] ============ AdjacencyMap.adjacencyList ============
  2156. 309.12 s [algebraic-graphs] OK: adjacencyList empty == []
  2157. 309.12 s [algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
  2158. 309.12 s [algebraic-graphs] OK: adjacencyList (edge 1 2) == [(1, [2]), (2, [])]
  2159. 309.12 s [algebraic-graphs] OK: adjacencyList (star 2 [3,1]) == [(1, []), (2, [1,3]), (3, [])]
  2160. 309.12 s [algebraic-graphs]
  2161. 309.12 s [algebraic-graphs] ============ AdjacencyMap.preSet ============
  2162. 309.12 s [algebraic-graphs] OK: preSet x empty == Set.empty
  2163. 309.12 s [algebraic-graphs] OK: preSet x (vertex x) == Set.empty
  2164. 309.12 s [algebraic-graphs] OK: preSet 1 (edge 1 2) == Set.empty
  2165. 309.12 s [algebraic-graphs] OK: preSet y (edge x y) == Set.fromList [x]
  2166. 309.12 s [algebraic-graphs]
  2167. 309.12 s [algebraic-graphs] ============ AdjacencyMap.preIntSet ============
  2168. 309.12 s [algebraic-graphs] OK: preIntSet x empty == IntSet.empty
  2169. 309.12 s [algebraic-graphs] OK: preIntSet x (vertex x) == IntSet.empty
  2170. 309.12 s [algebraic-graphs] OK: preIntSet 1 (edge 1 2) == IntSet.empty
  2171. 309.12 s [algebraic-graphs] OK: preIntSet y (edge x y) == IntSet.fromList [x]
  2172. 309.12 s [algebraic-graphs]
  2173. 309.12 s [algebraic-graphs] ============ AdjacencyMap.postSet ============
  2174. 309.12 s [algebraic-graphs] OK: postSet x empty == Set.empty
  2175. 309.12 s [algebraic-graphs] OK: postSet x (vertex x) == Set.empty
  2176. 309.12 s [algebraic-graphs] OK: postSet x (edge x y) == Set.fromList [y]
  2177. 309.12 s [algebraic-graphs] OK: postSet 2 (edge 1 2) == Set.empty
  2178. 309.12 s [algebraic-graphs]
  2179. 309.12 s [algebraic-graphs] ============ AdjacencyMap.postIntSet ============
  2180. 309.12 s [algebraic-graphs] OK: postIntSet x empty == IntSet.empty
  2181. 309.12 s [algebraic-graphs] OK: postIntSet x (vertex x) == IntSet.empty
  2182. 309.12 s [algebraic-graphs] OK: postIntSet 2 (edge 1 2) == IntSet.empty
  2183. 309.12 s [algebraic-graphs] OK: postIntSet x (edge x y) == IntSet.fromList [y]
  2184. 309.12 s [algebraic-graphs]
  2185. 309.12 s [algebraic-graphs] ============ AdjacencyMap.path ============
  2186. 309.12 s [algebraic-graphs] OK: path [] == empty
  2187. 309.12 s [algebraic-graphs] OK: path [x] == vertex x
  2188. 309.12 s [algebraic-graphs] OK: path [x,y] == edge x y
  2189. 309.12 s [algebraic-graphs]
  2190. 309.12 s [algebraic-graphs] ============ AdjacencyMap.circuit ============
  2191. 309.12 s [algebraic-graphs] OK: circuit [] == empty
  2192. 309.12 s [algebraic-graphs] OK: circuit [x] == edge x x
  2193. 309.12 s [algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
  2194. 309.12 s [algebraic-graphs]
  2195. 309.12 s [algebraic-graphs] ============ AdjacencyMap.clique ============
  2196. 309.12 s [algebraic-graphs] OK: clique [] == empty
  2197. 309.12 s [algebraic-graphs] OK: clique [x] == vertex x
  2198. 309.12 s [algebraic-graphs] OK: clique [x,y] == edge x y
  2199. 309.12 s [algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
  2200. 309.12 s [algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
  2201. 309.12 s [algebraic-graphs]
  2202. 309.12 s [algebraic-graphs] ============ AdjacencyMap.biclique ============
  2203. 309.12 s [algebraic-graphs] OK: biclique [] [] == empty
  2204. 309.12 s [algebraic-graphs] OK: biclique [x] [] == vertex x
  2205. 309.12 s [algebraic-graphs] OK: biclique [] [y] == vertex y
  2206. 309.12 s [algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
  2207. 309.12 s [algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
  2208. 309.12 s [algebraic-graphs]
  2209. 309.12 s [algebraic-graphs] ============ AdjacencyMap.star ============
  2210. 309.12 s [algebraic-graphs] OK: star x [] == vertex x
  2211. 309.12 s [algebraic-graphs] OK: star x [y] == edge x y
  2212. 309.12 s [algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
  2213. 309.12 s [algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
  2214. 309.12 s [algebraic-graphs]
  2215. 309.12 s [algebraic-graphs] ============ AdjacencyMap.stars ============
  2216. 309.12 s [algebraic-graphs] OK: stars [] == empty
  2217. 309.12 s [algebraic-graphs] OK: stars [(x, [])] == vertex x
  2218. 309.12 s [algebraic-graphs] OK: stars [(x, [y])] == edge x y
  2219. 309.12 s [algebraic-graphs] OK: stars [(x, ys)] == star x ys
  2220. 309.12 s [algebraic-graphs] OK: stars == overlays . map (uncurry star)
  2221. 309.12 s [algebraic-graphs] OK: stars . adjacencyList == id
  2222. 309.12 s [algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
  2223. 309.12 s [algebraic-graphs]
  2224. 309.12 s [algebraic-graphs] ============ AdjacencyMap.tree ============
  2225. 309.12 s [algebraic-graphs] OK: tree (Node x []) == vertex x
  2226. 309.12 s [algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
  2227. 309.12 s [algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
  2228. 309.12 s [algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
  2229. 309.12 s [algebraic-graphs]
  2230. 309.12 s [algebraic-graphs] ============ AdjacencyMap.forest ============
  2231. 309.12 s [algebraic-graphs] OK: forest [] == empty
  2232. 309.12 s [algebraic-graphs] OK: forest [x] == tree x
  2233. 309.12 s [algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
  2234. 309.12 s [algebraic-graphs] OK: forest == overlays . map tree
  2235. 309.12 s [algebraic-graphs]
  2236. 309.12 s [algebraic-graphs] ============ AdjacencyMap.removeVertex ============
  2237. 309.12 s [algebraic-graphs] OK: removeVertex x (vertex x) == empty
  2238. 309.12 s [algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
  2239. 309.12 s [algebraic-graphs] OK: removeVertex x (edge x x) == empty
  2240. 309.12 s [algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
  2241. 309.12 s [algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
  2242. 309.12 s [algebraic-graphs]
  2243. 309.12 s [algebraic-graphs] ============ AdjacencyMap.removeEdge ============
  2244. 309.12 s [algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
  2245. 309.12 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  2246. 309.12 s [algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
  2247. 309.12 s [algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
  2248. 309.12 s [algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
  2249. 309.12 s [algebraic-graphs]
  2250. 309.12 s [algebraic-graphs] ============ AdjacencyMap.replaceVertex ============
  2251. 309.12 s [algebraic-graphs] OK: replaceVertex x x == id
  2252. 309.12 s [algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
  2253. 309.12 s [algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
  2254. 309.12 s [algebraic-graphs]
  2255. 309.12 s [algebraic-graphs] ============ AdjacencyMap.mergeVertices ============
  2256. 309.12 s [algebraic-graphs] OK: mergeVertices (const False) x == id
  2257. 309.12 s [algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
  2258. 309.12 s [algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
  2259. 309.12 s [algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
  2260. 309.12 s [algebraic-graphs]
  2261. 309.12 s [algebraic-graphs] ============ AdjacencyMap.transpose ============
  2262. 309.12 s [algebraic-graphs] OK: transpose empty == empty
  2263. 309.12 s [algebraic-graphs] OK: transpose (vertex x) == vertex x
  2264. 309.12 s [algebraic-graphs] OK: transpose (edge x y) == edge y x
  2265. 309.12 s [algebraic-graphs] OK: transpose . transpose == id
  2266. 309.12 s [algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
  2267. 309.12 s [algebraic-graphs]
  2268. 309.12 s [algebraic-graphs] ============ AdjacencyMap.gmap ============
  2269. 309.12 s [algebraic-graphs] OK: gmap f empty == empty
  2270. 309.12 s [algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
  2271. 309.12 s [algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
  2272. 309.12 s [algebraic-graphs] OK: gmap id == id
  2273. 309.12 s [algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
  2274. 309.12 s [algebraic-graphs]
  2275. 309.12 s [algebraic-graphs] ============ AdjacencyMap.induce ============
  2276. 309.12 s [algebraic-graphs] OK: induce (const True ) x == x
  2277. 309.12 s [algebraic-graphs] OK: induce (const False) x == empty
  2278. 309.12 s [algebraic-graphs] OK: induce (/= x) == removeVertex x
  2279. 309.12 s [algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
  2280. 309.12 s [algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
  2281. 309.12 s [algebraic-graphs]
  2282. 309.12 s [algebraic-graphs] ============ AdjacencyMap.compose ============
  2283. 309.12 s [algebraic-graphs] OK: compose empty x == empty
  2284. 309.12 s [algebraic-graphs] OK: compose x empty == empty
  2285. 309.12 s [algebraic-graphs] OK: compose (vertex x) y == empty
  2286. 309.12 s [algebraic-graphs] OK: compose x (vertex y) == empty
  2287. 309.12 s [algebraic-graphs] OK: compose x (compose y z) == compose (compose x y) z
  2288. 309.12 s [algebraic-graphs] OK: compose x (overlay y z) == overlay (compose x y) (compose x z)
  2289. 309.12 s [algebraic-graphs] OK: compose (overlay x y) z == overlay (compose x z) (compose y z)
  2290. 309.12 s [algebraic-graphs] OK: compose (edge x y) (edge y z) == edge x z
  2291. 309.12 s [algebraic-graphs] OK: compose (path [1..5]) (path [1..5]) == edges [(1,3),(2,4),(3,5)]
  2292. 309.12 s [algebraic-graphs] OK: compose (circuit [1..5]) (circuit [1..5]) == circuit [1,3,5,2,4]
  2293. 309.12 s [algebraic-graphs]
  2294. 309.12 s [algebraic-graphs] ============ AdjacencyMap.closure ============
  2295. 309.12 s [algebraic-graphs] OK: closure empty == empty
  2296. 309.12 s [algebraic-graphs] OK: closure (vertex x) == edge x x
  2297. 309.12 s [algebraic-graphs] OK: closure (edge x x) == edge x x
  2298. 309.12 s [algebraic-graphs] OK: closure (edge x y) == edges [(x,x), (x,y), (y,y)]
  2299. 309.12 s [algebraic-graphs] OK: closure (path $ nub xs) == reflexiveClosure (clique $ nub xs)
  2300. 309.12 s [algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
  2301. 309.12 s [algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
  2302. 309.12 s [algebraic-graphs] OK: closure . closure == closure
  2303. 309.12 s [algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
  2304. 309.12 s [algebraic-graphs]
  2305. 309.12 s [algebraic-graphs] ============ AdjacencyMap.reflexiveClosure ============
  2306. 309.12 s [algebraic-graphs] OK: reflexiveClosure empty == empty
  2307. 309.12 s [algebraic-graphs] OK: reflexiveClosure (vertex x) == edge x x
  2308. 309.12 s [algebraic-graphs] OK: reflexiveClosure (edge x x) == edge x x
  2309. 309.12 s [algebraic-graphs] OK: reflexiveClosure (edge x y) == edges [(x,x), (x,y), (y,y)]
  2310. 309.12 s [algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
  2311. 309.12 s [algebraic-graphs]
  2312. 309.12 s [algebraic-graphs] ============ AdjacencyMap.symmetricClosure ============
  2313. 309.12 s [algebraic-graphs] OK: symmetricClosure empty == empty
  2314. 309.12 s [algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
  2315. 309.12 s [algebraic-graphs] OK: symmetricClosure (edge x y) == edges [(x,y), (y,x)]
  2316. 309.12 s [algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
  2317. 309.12 s [algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
  2318. 309.12 s [algebraic-graphs]
  2319. 309.12 s [algebraic-graphs] ============ AdjacencyMap.transitiveClosure ============
  2320. 309.12 s [algebraic-graphs] OK: transitiveClosure empty == empty
  2321. 309.12 s [algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
  2322. 309.12 s [algebraic-graphs] OK: transitiveClosure (edge x y) == edge x y
  2323. 309.12 s [algebraic-graphs] OK: transitiveClosure (path $ nub xs) == clique (nub $ xs)
  2324. 309.12 s [algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
  2325. 309.12 s [algebraic-graphs]
  2326. 309.12 s [algebraic-graphs] ============ AdjacencyMap.box ============
  2327. 309.12 s [algebraic-graphs] OK: box x y ~~ box y x
  2328. 309.12 s [algebraic-graphs] OK: box x (overlay y z) == overlay (box x y) (box x z)
  2329. 309.12 s [algebraic-graphs] OK: box x (vertex ()) ~~ x
  2330. 309.12 s [algebraic-graphs] OK: box x empty ~~ empty
  2331. 309.12 s [algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
  2332. 309.12 s [algebraic-graphs] OK: transpose (box x y) == box (transpose x) (transpose y)
  2333. 309.12 s [algebraic-graphs] OK: vertexCount (box x y) == vertexCount x * vertexCount y
  2334. 309.12 s [algebraic-graphs] OK: edgeCount (box x y) <= vertexCount x * edgeCount y + edgeCount x * vertexCount y
  2335. 309.12 s [algebraic-graphs]
  2336. 309.12 s [algebraic-graphs] ============ AdjacencyMap.bfsForest ============
  2337. 309.12 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [0] == empty
  2338. 309.12 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [1] == edge 1 2
  2339. 309.12 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [2] == vertex 2
  2340. 309.12 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [0,1,2] == vertices [1,2]
  2341. 309.12 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 2) [2,1,0] == vertices [1,2]
  2342. 309.12 s [algebraic-graphs] OK: forest $ bfsForest (edge 1 1) [1] == vertex 1
  2343. 309.12 s [algebraic-graphs] OK: isSubgraphOf (forest $ bfsForest x vs) x == True
  2344. 309.12 s [algebraic-graphs] OK: bfsForest x (vertexList x) == map ( -> Node v []) (nub $ vertexList x)
  2345. 309.12 s [algebraic-graphs] OK: bfsForest x [] == []
  2346. 309.12 s [algebraic-graphs] OK: bfsForest empty vs == []
  2347. 309.12 s [algebraic-graphs] OK: bfsForest (3 * (1 + 4) * (1 + 5)) [1,4] == <correct result>
  2348. 309.12 s [algebraic-graphs] OK: forest $ bfsForest (circuit [1..5] + circuit [5,4..1]) [3] == path [3,2,1] + path [3,4,5]
  2349. 309.12 s [algebraic-graphs]
  2350. 309.12 s [algebraic-graphs] ============ AdjacencyMap.bfs ============
  2351. 309.13 s [algebraic-graphs] OK: bfs (edge 1 2) [0] == []
  2352. 309.13 s [algebraic-graphs] OK: bfs (edge 1 2) [1] == [[1], [2]]
  2353. 309.13 s [algebraic-graphs] OK: bfs (edge 1 2) [2] == [[2]]
  2354. 309.13 s [algebraic-graphs] OK: bfs (edge 1 2) [1,2] == [[1,2]]
  2355. 309.13 s [algebraic-graphs] OK: bfs (edge 1 2) [2,1] == [[2,1]]
  2356. 309.13 s [algebraic-graphs] OK: bfs (edge 1 1) [1] == [[1]]
  2357. 309.13 s [algebraic-graphs] OK: bfs empty vs == []
  2358. 309.13 s [algebraic-graphs] OK: bfs x [] == []
  2359. 309.13 s [algebraic-graphs] OK: bfs (1 * 2 + 3 * 4 + 5 * 6) [1,2] == [[1,2]]
  2360. 309.13 s [algebraic-graphs] OK: bfs (1 * 2 + 3 * 4 + 5 * 6) [1,3] == [[1,3], [2,4]]
  2361. 309.13 s [algebraic-graphs] OK: bfs (3 * (1 + 4) * (1 + 5)) [3] == [[3], [1,4,5]]
  2362. 309.13 s [algebraic-graphs] OK: bfs (circuit [1..5] + circuit [5,4..1]) [2] == [[2], [1,3], [5,4]]
  2363. 309.13 s [algebraic-graphs] OK: concat $ bfs (circuit [1..5] + circuit [5,4..1]) [3] == [3,2,4,1,5]
  2364. 309.13 s [algebraic-graphs] OK: map concat . transpose . map levels . bfsForest x == bfs x
  2365. 309.13 s [algebraic-graphs]
  2366. 309.13 s [algebraic-graphs] ============ AdjacencyMap.dfsForest ============
  2367. 309.13 s [algebraic-graphs] OK: forest $ dfsForest empty == empty
  2368. 309.13 s [algebraic-graphs] OK: forest $ dfsForest (edge 1 1) == vertex 1
  2369. 309.13 s [algebraic-graphs] OK: forest $ dfsForest (edge 1 2) == edge 1 2
  2370. 309.13 s [algebraic-graphs] OK: forest $ dfsForest (edge 2 1) == vertices [1,2]
  2371. 309.13 s [algebraic-graphs] OK: isSubgraphOf (forest $ dfsForest x) x == True
  2372. 309.13 s [algebraic-graphs] OK: isDfsForestOf (dfsForest x) x == True
  2373. 309.13 s [algebraic-graphs] OK: dfsForest . forest . dfsForest == dfsForest
  2374. 309.13 s [algebraic-graphs] OK: dfsForest (vertices vs) == map (\v -> Node v []) (nub $ sort vs)
  2375. 309.13 s [algebraic-graphs] OK: dfsForest $ 3 * (1 + 4) * (1 + 5) == <correct result>
  2376. 309.13 s [algebraic-graphs] OK: forest (dfsForest $ circuit [1..5] + circuit [5,4..1]) == path [1,2,3,4,5]
  2377. 309.13 s [algebraic-graphs]
  2378. 309.13 s [algebraic-graphs] ============ AdjacencyMap.dfsForestFrom ============
  2379. 309.13 s [algebraic-graphs] OK: forest $ dfsForestFrom empty vs == empty
  2380. 309.13 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 1) [1] == vertex 1
  2381. 309.13 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [0] == empty
  2382. 309.13 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [1] == edge 1 2
  2383. 309.13 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [2] == vertex 2
  2384. 309.13 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [1,2] == edge 1 2
  2385. 309.13 s [algebraic-graphs] OK: forest $ dfsForestFrom (edge 1 2) [2,1] == vertices [1,2]
  2386. 309.13 s [algebraic-graphs] OK: isSubgraphOf (forest $ dfsForestFrom x vs) x == True
  2387. 309.13 s [algebraic-graphs] OK: isDfsForestOf (dfsForestFrom x (vertexList x)) x == True
  2388. 309.13 s [algebraic-graphs] OK: dfsForestFrom x (vertexList x) == dfsForest x
  2389. 309.13 s [algebraic-graphs] OK: dfsForestFrom x [] == []
  2390. 309.13 s [algebraic-graphs] OK: dfsForestFrom (3 * (1 + 4) * (1 + 5)) [1,4] == <correct result>
  2391. 309.13 s [algebraic-graphs] OK: forest $ dfsForestFrom (circuit [1..5] + circuit [5,4..1]) [3] == path [3,2,1,5,4]
  2392. 309.13 s [algebraic-graphs]
  2393. 309.13 s [algebraic-graphs] ============ AdjacencyMap.dfs ============
  2394. 309.13 s [algebraic-graphs] OK: dfs empty vs == []
  2395. 309.13 s [algebraic-graphs] OK: dfs (edge 1 1) [1] == [1]
  2396. 309.13 s [algebraic-graphs] OK: dfs (edge 1 2) [0] == []
  2397. 309.13 s [algebraic-graphs] OK: dfs (edge 1 2) [1] == [1,2]
  2398. 309.13 s [algebraic-graphs] OK: dfs (edge 1 2) [2] == [2]
  2399. 309.13 s [algebraic-graphs] OK: dfs (edge 1 2) [1,2] == [1,2]
  2400. 309.13 s [algebraic-graphs] OK: dfs (edge 1 2) [2,1] == [2,1]
  2401. 309.13 s [algebraic-graphs] OK: dfs x [] == []
  2402. 309.13 s [algebraic-graphs]
  2403. 309.13 s [algebraic-graphs] OK: and [ hasVertex v x | v <- dfs x vs ] == True
  2404. 309.13 s [algebraic-graphs] OK: dfs (3 * (1 + 4) * (1 + 5)) [1,4] == [1,5,4]
  2405. 309.13 s [algebraic-graphs] OK: dfs (circuit [1..5] + circuit [5,4..1]) [3] == [3,2,1,5,4]
  2406. 309.13 s [algebraic-graphs]
  2407. 309.13 s [algebraic-graphs] ============ AdjacencyMap.dfs ============
  2408. 309.13 s [algebraic-graphs] OK: reachable empty x == []
  2409. 309.13 s [algebraic-graphs] OK: reachable (vertex 1) 1 == [1]
  2410. 309.13 s [algebraic-graphs] OK: reachable (edge 1 1) 1 == [1]
  2411. 309.13 s [algebraic-graphs] OK: reachable (edge 1 2) 0 == []
  2412. 309.13 s [algebraic-graphs] OK: reachable (edge 1 2) 1 == [1,2]
  2413. 309.13 s [algebraic-graphs] OK: reachable (edge 1 2) 2 == [2]
  2414. 309.13 s [algebraic-graphs] OK: reachable (path [1..8] ) 4 == [4..8]
  2415. 309.13 s [algebraic-graphs] OK: reachable (circuit [1..8] ) 4 == [4..8] ++ [1..3]
  2416. 309.13 s [algebraic-graphs] OK: reachable (clique [8,7..1]) 8 == [8] ++ [1..7]
  2417. 309.13 s [algebraic-graphs]
  2418. 309.13 s [algebraic-graphs] OK: and [ hasVertex v x | v <- reachable x y ] == True
  2419. 309.13 s [algebraic-graphs]
  2420. 309.13 s [algebraic-graphs] ============ AdjacencyMap.topSort ============
  2421. 309.13 s [algebraic-graphs] OK: topSort (1 * 2 + 3 * 1) == Right [3,1,2]
  2422. 309.13 s [algebraic-graphs] OK: topSort (path [1..5]) == Right [1..5]
  2423. 309.13 s [algebraic-graphs] OK: topSort (3 * (1 * 4 + 2 * 5)) == Right [3,1,2,4,5]
  2424. 309.13 s [algebraic-graphs] OK: topSort (1 * 2 + 2 * 1) == Left (2 :| [1])
  2425. 309.13 s [algebraic-graphs] OK: topSort (path [5,4..1] + edge 2 4) == Left (4 :| [3,2])
  2426. 309.13 s [algebraic-graphs] OK: topSort (circuit [1..5]) == Left (3 :| [1,2])
  2427. 309.13 s [algebraic-graphs] OK: topSort (circuit [1..3] + circuit [3,2,1]) == Left (3 :| [2])
  2428. 309.13 s [algebraic-graphs] OK: topSort (1 * 2 + (5 + 2) * 1 + 3 * 4 * 3) == Left (1 :| [2])
  2429. 309.13 s [algebraic-graphs] OK: fmap (flip isTopSortOf x) (topSort x) /= Right False
  2430. 309.13 s [algebraic-graphs] OK: topSort . vertices == Right . nub . sort
  2431. 309.13 s [algebraic-graphs]
  2432. 309.13 s [algebraic-graphs] ============ AdjacencyMap.testIsAcyclic ============
  2433. 309.13 s [algebraic-graphs] OK: isAcyclic (1 * 2 + 3 * 1) == True
  2434. 309.13 s [algebraic-graphs] OK: isAcyclic (1 * 2 + 2 * 1) == False
  2435. 309.13 s [algebraic-graphs] OK: isAcyclic . circuit == null
  2436. 309.13 s [algebraic-graphs] OK: isAcyclic == isRight . topSort
  2437. 309.13 s [algebraic-graphs]
  2438. 309.13 s [algebraic-graphs] ============ AdjacencyMap.isDfsForestOf ============
  2439. 309.13 s [algebraic-graphs] OK: isDfsForestOf [] empty == True
  2440. 309.13 s [algebraic-graphs] OK: isDfsForestOf [] (vertex 1) == False
  2441. 309.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 []] (vertex 1) == True
  2442. 309.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 []] (vertex 2) == False
  2443. 309.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 1 []] (vertex 1) == False
  2444. 309.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 []] (edge 1 1) == True
  2445. 309.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 []] (edge 1 2) == False
  2446. 309.38 s [hie-bios] Phase: setupCompilerEnvironmentPhase
  2447. 309.38 s [hie-bios] Build with /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1.
  2448. 309.72 s [hie-bios] Phase: unpackPhase
  2449. 309.72 s [hie-bios] unpacking source archive /nix/store/5mzychgfwip9k4vjd13k077y11mapngh-hie-bios-0.14.0.tar.gz
  2450. 309.74 s [hie-bios] source root is hie-bios-0.14.0
  2451. 309.75 s [hie-bios] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hie-bios-0.14.0/wrappers/cabal.hs"
  2452. 309.76 s [hie-bios] Phase: patchPhase
  2453. 309.76 s [hie-bios] Replace Cabal file with edited version from mirror://hackage/hie-bios-0.14.0/revision/3.cabal.
  2454. 309.77 s [hie-bios] Phase: compileBuildDriverPhase
  2455. 309.77 s [hie-bios] setupCompileFlags: -package-db=/build/tmp.mJe5FLRNuM/setup-package.conf.d -threaded
  2456. 309.85 s [hie-bios] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.mJe5FLRNuM/Main.o )
  2457. 309.99 s [hie-bios] [2 of 2] Linking Setup
  2458. 310.15 s [pandoc] [ 66 of 220] Compiling Text.Pandoc.ImageSize
  2459. 310.57 s [pandoc] [ 67 of 220] Compiling Text.Pandoc.Filter.Environment
  2460. 310.57 s [pandoc] [ 68 of 220] Compiling Text.Pandoc.Data
  2461. 310.57 s [pandoc] [ 69 of 220] Compiling Text.Pandoc.Translations
  2462. 310.57 s [pandoc] [ 70 of 220] Compiling Text.Pandoc.Templates
  2463. 310.57 s [pandoc] [ 71 of 220] Compiling Text.Pandoc.UUID
  2464. 310.57 s [pandoc] [ 72 of 220] Compiling Text.Pandoc.Version
  2465. 310.57 s [pandoc] [ 73 of 220] Compiling Text.Pandoc.Filter.JSON
  2466. 310.57 s [pandoc] [ 74 of 220] Compiling Text.Pandoc.Writers.AnnotatedTable
  2467. 310.57 s [pandoc] [ 75 of 220] Compiling Text.Pandoc.Writers.Blaze
  2468. 310.57 s [pandoc] [ 76 of 220] Compiling Text.Pandoc.Writers.CslJson
  2469. 310.57 s [pandoc] [ 77 of 220] Compiling Text.Pandoc.Writers.Docx.StyleMap
  2470. 310.57 s [pandoc] [ 78 of 220] Compiling Text.Pandoc.Writers.GridTable
  2471. 310.57 s [pandoc] [ 79 of 220] Compiling Text.Pandoc.Writers.JATS.Types
  2472. 310.57 s [pandoc] [ 80 of 220] Compiling Text.Pandoc.Writers.LaTeX.Lang
  2473. 310.57 s [pandoc] [ 81 of 220] Compiling Text.Pandoc.Writers.LaTeX.Notes
  2474. 310.58 s [pandoc] [ 82 of 220] Compiling Text.Pandoc.Writers.LaTeX.Types
  2475. 310.58 s [pandoc] [ 83 of 220] Compiling Text.Pandoc.Writers.LaTeX.Caption
  2476. 310.58 s [pandoc] [ 84 of 220] Compiling Text.Pandoc.Writers.LaTeX.Util
  2477. 311.77 s [hie-bios] Phase: updateAutotoolsGnuConfigScriptsPhase
  2478. 311.81 s [hie-bios] Phase: configurePhase
  2479. 311.82 s [hie-bios] configureFlags: --verbose --prefix=/nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc/share/doc/hie-bios-0.14.0 --with-gcc=gcc --package-db=/build/tmp.mJe5FLRNuM/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/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/lib
  2480. 311.96 s [hie-bios] Using Parsec parser
  2481. 311.96 s [hie-bios] Configuring hie-bios-0.14.0...
  2482. 312.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 []] (edge 1 2) == False
  2483. 312.13 s [algebraic-graphs] OK: isDfsForestOf [Node 2 [], Node 1 []] (edge 1 2) == True
  2484. 312.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 []]] (edge 1 2) == True
  2485. 312.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 []] (vertices [1,2]) == True
  2486. 312.13 s [algebraic-graphs] OK: isDfsForestOf [Node 2 [], Node 1 []] (vertices [1,2]) == True
  2487. 312.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 []]] (vertices [1,2]) == False
  2488. 312.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 2 [Node 3 []]]] (path [1,2,3]) == True
  2489. 312.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [Node 3 [Node 2 []]]] (path [1,2,3]) == False
  2490. 312.13 s [algebraic-graphs] OK: isDfsForestOf [Node 3 [], Node 1 [Node 2 []]] (path [1,2,3]) == True
  2491. 312.13 s [algebraic-graphs] OK: isDfsForestOf [Node 2 [Node 3 []], Node 1 []] (path [1,2,3]) == True
  2492. 312.13 s [algebraic-graphs] OK: isDfsForestOf [Node 1 [], Node 2 [Node 3 []]] (path [1,2,3]) == False
  2493. 312.13 s [algebraic-graphs]
  2494. 312.13 s [algebraic-graphs] ============ AdjacencyMap.isTopSortOf ============
  2495. 312.13 s [algebraic-graphs] OK: isTopSortOf [3,1,2] (1 * 2 + 3 * 1) == True
  2496. 312.13 s [algebraic-graphs] OK: isTopSortOf [1,2,3] (1 * 2 + 3 * 1) == False
  2497. 312.13 s [algebraic-graphs] OK: isTopSortOf [] (1 * 2 + 3 * 1) == False
  2498. 312.13 s [algebraic-graphs] OK: isTopSortOf [] empty == True
  2499. 312.13 s [algebraic-graphs] OK: isTopSortOf [x] (vertex x) == True
  2500. 312.13 s [algebraic-graphs] OK: isTopSortOf [x] (edge x x) == False
  2501. 312.13 s [algebraic-graphs]
  2502. 312.13 s [algebraic-graphs] ============ AdjacencyMap.induceJust ============
  2503. 312.13 s [algebraic-graphs] OK: induceJust (vertex Nothing) == empty
  2504. 312.13 s [algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
  2505. 312.13 s [algebraic-graphs] OK: induceJust . gmap Just == id
  2506. 312.13 s [algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
  2507. 312.13 s [algebraic-graphs]
  2508. 312.13 s [algebraic-graphs] ============ AdjacencyMap.scc ============
  2509. 312.13 s [algebraic-graphs] OK: scc empty == empty
  2510. 312.13 s [algebraic-graphs] OK: scc (vertex x) == vertex (NonEmpty.vertex x)
  2511. 312.13 s [algebraic-graphs] OK: scc (vertices xs) == vertices (map NonEmpty.vertex xs)
  2512. 312.13 s [algebraic-graphs] OK: scc (edge 1 1) == vertex (NonEmpty.edge 1 1)
  2513. 312.13 s [algebraic-graphs] OK: scc (edge 1 2) == edge (NonEmpty.vertex 1) (NonEmpty.vertex 2)
  2514. 312.13 s [algebraic-graphs] OK: scc (circuit (1:xs)) == vertex (NonEmpty.circuit1 (1 :| xs))
  2515. 312.13 s [algebraic-graphs] OK: scc (3 * 1 * 4 * 1 * 5) == <correct result>
  2516. 312.13 s [algebraic-graphs] OK: isAcyclic . scc == const True
  2517. 312.13 s [algebraic-graphs] OK: isAcyclic x == (scc x == gmap NonEmpty.vertex x)
  2518. 312.13 s [algebraic-graphs] OK: scc g == KL.scc g
  2519. 312.13 s [algebraic-graphs]
  2520. 312.13 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Num ============
  2521. 312.13 s [algebraic-graphs] OK: 0 == rightVertex 0
  2522. 312.13 s [algebraic-graphs] OK: swap 1 == leftVertex 1
  2523. 312.13 s [algebraic-graphs] OK: swap 1 + 2 == vertices [1] [2]
  2524. 312.13 s [algebraic-graphs] OK: swap 1 * 2 == edge 1 2
  2525. 312.13 s [algebraic-graphs] OK: swap 1 + 2 * swap 3 == overlay (leftVertex 1) (edge 3 2)
  2526. 312.13 s [algebraic-graphs] OK: swap 1 * (2 + swap 3) == connect (leftVertex 1) (vertices [3] [2])
  2527. 312.13 s [algebraic-graphs]
  2528. 312.13 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Show ============
  2529. 312.13 s [algebraic-graphs] OK: show empty == "empty"
  2530. 312.13 s [algebraic-graphs] OK: show 1 == "rightVertex 1"
  2531. 312.13 s [algebraic-graphs] OK: show (swap 2) == "leftVertex 2"
  2532. 312.13 s [algebraic-graphs] OK: show 1 + 2 == "vertices [] [1,2]"
  2533. 312.13 s [algebraic-graphs] OK: show (swap (1 + 2)) == "vertices [1,2] []"
  2534. 312.13 s [algebraic-graphs] OK: show (swap 1 * 2) == "edge 1 2"
  2535. 312.13 s [algebraic-graphs] OK: show (swap 1 * 2 * swap 3) == "edges [(1,2),(3,2)]"
  2536. 312.13 s [algebraic-graphs] OK: show (swap 1 * 2 + swap 3) == "overlay (leftVertex 3) (edge 1 2)"
  2537. 312.13 s [algebraic-graphs]
  2538. 312.13 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Eq ============
  2539. 312.13 s [algebraic-graphs] OK: (x == y) == (leftAdjacencyMap x == leftAdjacencyMap y && rightAdjacencyMap x == rightAdjacencyMap y)
  2540. 312.13 s [algebraic-graphs]
  2541. 312.13 s [algebraic-graphs] OK: x + y == y + x
  2542. 312.13 s [algebraic-graphs] OK: x + (y + z) == (x + y) + z
  2543. 312.13 s [algebraic-graphs] OK: x * empty == x
  2544. 312.13 s [algebraic-graphs] OK: empty * x == x
  2545. 312.13 s [algebraic-graphs] OK: x * y == y * x
  2546. 312.13 s [algebraic-graphs] OK: x * (y * z) == (x * y) * z
  2547. 312.13 s [algebraic-graphs] OK: x * (y + z) == x * y + x * z
  2548. 312.13 s [algebraic-graphs] OK: (x + y) * z == x * z + y * z
  2549. 312.13 s [algebraic-graphs] OK: x * y * z == x * y + x * z + y * z
  2550. 312.13 s [algebraic-graphs] OK: x + empty == x
  2551. 312.13 s [algebraic-graphs] OK: empty + x == x
  2552. 312.13 s [algebraic-graphs] OK: x + x == x
  2553. 312.13 s [algebraic-graphs] OK: x * y + x + y == x * y
  2554. 312.13 s [algebraic-graphs] OK: x * x * x == x * x
  2555. 312.13 s [algebraic-graphs]
  2556. 312.13 s [algebraic-graphs] OK: leftVertex x * leftVertex y == leftVertex x + leftVertex y
  2557. 312.13 s [algebraic-graphs] OK: rightVertex x * rightVertex y == rightVertex x + rightVertex y
  2558. 312.13 s [algebraic-graphs]
  2559. 312.13 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.leftAdjacencyMap ============
  2560. 312.13 s [algebraic-graphs] OK: leftAdjacencyMap empty == Map.empty
  2561. 312.13 s [algebraic-graphs] OK: leftAdjacencyMap (leftVertex x) == Map.singleton x Set.empty
  2562. 312.13 s [algebraic-graphs] OK: leftAdjacencyMap (rightVertex x) == Map.empty
  2563. 312.13 s [algebraic-graphs] OK: leftAdjacencyMap (edge x y) == Map.singleton x (Set.singleton y)
  2564. 312.13 s [algebraic-graphs]
  2565. 312.13 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.rightAdjacencyMap ============
  2566. 312.13 s [algebraic-graphs] OK: rightAdjacencyMap empty == Map.empty
  2567. 312.13 s [algebraic-graphs] OK: rightAdjacencyMap (leftVertex x) == Map.empty
  2568. 312.13 s [algebraic-graphs] OK: rightAdjacencyMap (rightVertex x) == Map.singleton x Set.empty
  2569. 312.13 s [algebraic-graphs] OK: rightAdjacencyMap (edge x y) == Map.singleton y (Set.singleton x)
  2570. 312.13 s [algebraic-graphs]
  2571. 312.13 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.empty ============
  2572. 312.13 s [algebraic-graphs] OK: isEmpty empty == True
  2573. 312.13 s [algebraic-graphs] OK: leftAdjacencyMap empty == Map.empty
  2574. 312.13 s [algebraic-graphs] OK: rightAdjacencyMap empty == Map.empty
  2575. 312.13 s [algebraic-graphs] OK: hasVertex x empty == False
  2576. 312.13 s [algebraic-graphs]
  2577. 312.13 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.leftVertex ============
  2578. 312.13 s [algebraic-graphs] OK: leftAdjacencyMap (leftVertex x) == Map.singleton x Set.empty
  2579. 312.13 s [algebraic-graphs] OK: rightAdjacencyMap (leftVertex x) == Map.empty
  2580. 312.14 s [algebraic-graphs] OK: hasLeftVertex x (leftVertex y) == (x == y)
  2581. 312.14 s [algebraic-graphs] OK: hasRightVertex x (leftVertex y) == False
  2582. 312.14 s [algebraic-graphs] OK: hasEdge x y (leftVertex z) == False
  2583. 312.14 s [algebraic-graphs]
  2584. 312.14 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.rightVertex ============
  2585. 312.14 s [algebraic-graphs] OK: leftAdjacencyMap (rightVertex x) == Map.empty
  2586. 312.14 s [algebraic-graphs] OK: rightAdjacencyMap (rightVertex x) == Map.singleton x Set.empty
  2587. 312.14 s [algebraic-graphs] OK: hasLeftVertex x (rightVertex y) == False
  2588. 312.14 s [algebraic-graphs] OK: hasRightVertex x (rightVertex y) == (x == y)
  2589. 312.14 s [algebraic-graphs] OK: hasEdge x y (rightVertex z) == False
  2590. 312.14 s [algebraic-graphs]
  2591. 312.14 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.vertex ============
  2592. 312.14 s [algebraic-graphs] OK: vertex . Left == leftVertex
  2593. 312.14 s [algebraic-graphs] OK: vertex . Right == rightVertex
  2594. 312.14 s [algebraic-graphs]
  2595. 312.14 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.edge ============
  2596. 312.14 s [algebraic-graphs] OK: edge x y == connect (leftVertex x) (rightVertex y)
  2597. 312.14 s [algebraic-graphs] OK: leftAdjacencyMap (edge x y) == Map.singleton x (Set.singleton y)
  2598. 312.14 s [algebraic-graphs] OK: rightAdjacencyMap (edge x y) == Map.singleton y (Set.singleton x)
  2599. 312.14 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  2600. 312.14 s [algebraic-graphs] OK: hasEdge 1 2 (edge 2 1) == False
  2601. 312.14 s [algebraic-graphs]
  2602. 312.14 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.overlay ============
  2603. 312.14 s [algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
  2604. 312.14 s [algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
  2605. 312.14 s [algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
  2606. 312.14 s [algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
  2607. 312.14 s [algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
  2608. 312.14 s [algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
  2609. 312.14 s [algebraic-graphs]
  2610. 312.14 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.connect ============
  2611. 312.14 s [algebraic-graphs] OK: connect (leftVertex x) (leftVertex y) == vertices [x,y] []
  2612. 312.14 s [algebraic-graphs] OK: connect (leftVertex x) (rightVertex y) == edge x y
  2613. 312.14 s [algebraic-graphs] OK: connect (rightVertex x) (leftVertex y) == edge y x
  2614. 312.14 s [algebraic-graphs] OK: connect (rightVertex x) (rightVertex y) == vertices [] [x,y]
  2615. 312.14 s [algebraic-graphs] OK: connect (vertices xs1 ys1) (vertices xs2 ys2) == overlay (biclique xs1 ys2) (biclique xs2 ys1)
  2616. 312.14 s [algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
  2617. 312.14 s [algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
  2618. 312.14 s [algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
  2619. 312.14 s [algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
  2620. 312.14 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
  2621. 312.14 s [algebraic-graphs] OK: edgeCount (connect x y) >= leftVertexCount x * rightVertexCount y
  2622. 312.14 s [algebraic-graphs] OK: edgeCount (connect x y) <= leftVertexCount x * rightVertexCount y + rightVertexCount x * leftVertexCount y + edgeCount x + edgeCount y
  2623. 312.14 s [algebraic-graphs]
  2624. 312.14 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.vertices ============
  2625. 312.14 s [algebraic-graphs] OK: vertices [] [] == empty
  2626. 312.14 s [algebraic-graphs] OK: vertices [x] [] == leftVertex x
  2627. 312.14 s [algebraic-graphs] OK: vertices [] [x] == rightVertex x
  2628. 312.14 s [algebraic-graphs] OK: vertices xs ys == overlays (map leftVertex xs ++ map rightVertex ys)
  2629. 312.14 s [algebraic-graphs] OK: hasLeftVertex x (vertices xs ys) == elem x xs
  2630. 312.14 s [algebraic-graphs] OK: hasRightVertex y (vertices xs ys) == elem y ys
  2631. 312.14 s [algebraic-graphs]
  2632. 312.14 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.edges ============
  2633. 312.14 s [algebraic-graphs] OK: edges [] == empty
  2634. 312.14 s [algebraic-graphs] OK: edges [(x,y)] == edge x y
  2635. 312.14 s [algebraic-graphs] OK: edges == overlays . map (uncurry edge)
  2636. 312.14 s [algebraic-graphs] OK: hasEdge x y . edges == elem (x,y)
  2637. 312.14 s [algebraic-graphs] OK: edgeCount . edges == length . nub
  2638. 312.14 s [algebraic-graphs]
  2639. 312.14 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.overlays ============
  2640. 312.14 s [algebraic-graphs] OK: overlays [] == empty
  2641. 312.14 s [algebraic-graphs] OK: overlays [x] == x
  2642. 312.14 s [algebraic-graphs] OK: overlays [x,y] == overlay x y
  2643. 312.14 s [algebraic-graphs] OK: overlays == foldr overlay empty
  2644. 312.14 s [algebraic-graphs] OK: isEmpty . overlays == all isEmpty
  2645. 312.14 s [algebraic-graphs]
  2646. 312.14 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.connects ============
  2647. 312.14 s [algebraic-graphs] OK: connects [] == empty
  2648. 312.14 s [algebraic-graphs] OK: connects [x] == x
  2649. 312.14 s [algebraic-graphs] OK: connects [x,y] == connect x y
  2650. 312.14 s [algebraic-graphs] OK: connects == foldr connect empty
  2651. 312.14 s [algebraic-graphs] OK: isEmpty . connects == all isEmpty
  2652. 312.14 s [algebraic-graphs]
  2653. 312.14 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.swap ============
  2654. 312.30 s [pandoc] [ 85 of 220] Compiling Text.Pandoc.Writers.LaTeX.Table
  2655. 312.96 s [hie-bios] Dependency aeson >=1.4.4 && <2.3: using aeson-2.2.3.0
  2656. 312.96 s [hie-bios] Dependency base >=4.16 && <5: using base-4.20.0.0
  2657. 312.97 s [hie-bios] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
  2658. 312.97 s [hie-bios] Dependency bytestring >=0.10.8 && <0.13: using bytestring-0.12.1.0
  2659. 312.97 s [hie-bios] Dependency co-log-core >=0.3.0 && <0.4: using co-log-core-0.3.2.5
  2660. 312.97 s [hie-bios] Dependency conduit >=1.3 && <2: using conduit-1.3.6.1
  2661. 312.97 s [hie-bios] Dependency conduit-extra >=1.3 && <2: using conduit-extra-1.3.7
  2662. 312.97 s [hie-bios] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
  2663. 312.97 s [hie-bios] cryptohash-sha1-0.11.101.0
  2664. 312.97 s [hie-bios] Dependency deepseq >=1.4.3 && <1.6: using deepseq-1.5.0.0
  2665. 312.97 s [hie-bios] Dependency directory >=1.3.0 && <1.4: using directory-1.3.8.3
  2666. 312.97 s [hie-bios] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.7
  2667. 312.97 s [hie-bios] Dependency extra >=1.6.14 && <1.9: using extra-1.7.16
  2668. 312.97 s [hie-bios] Dependency file-embed >=0.0.11 && <1: using file-embed-0.0.16.0
  2669. 312.97 s [hie-bios] Dependency filepath >=1.4.1 && <1.6: using filepath-1.5.2.0
  2670. 312.97 s [hie-bios] Dependency ghc >=9.2.1 && <9.13: using ghc-9.10.1
  2671. 312.97 s [hie-bios] Dependency prettyprinter >=1.6 && <1.7 || >=1.7.0 && <1.8: using
  2672. 312.97 s [hie-bios] prettyprinter-1.7.1
  2673. 312.97 s [hie-bios] Dependency template-haskell: using template-haskell-2.22.0.0
  2674. 312.97 s [hie-bios] Dependency temporary >=1.2 && <1.4: using temporary-1.3
  2675. 312.97 s [hie-bios] Dependency text >=1.2.3 && <2.2: using text-2.1.1
  2676. 312.97 s [hie-bios] Dependency time >=1.8.0 && <1.15: using time-1.12.2
  2677. 312.97 s [hie-bios] Dependency transformers >=0.5.2 && <0.7: using transformers-0.6.1.1
  2678. 312.97 s [hie-bios] Dependency unix-compat >=0.5.1 && <0.8: using unix-compat-0.7.4
  2679. 312.97 s [hie-bios] Dependency unordered-containers >=0.2.9 && <0.3: using
  2680. 312.97 s [hie-bios] unordered-containers-0.2.20
  2681. 312.97 s [hie-bios] Dependency yaml >=0.10.0 && <0.12: using yaml-0.11.11.2
  2682. 312.97 s [hie-bios] Dependency base >=4.16 && <5: using base-4.20.0.0
  2683. 312.97 s [hie-bios] Dependency co-log-core: using co-log-core-0.3.2.5
  2684. 312.97 s [hie-bios] Dependency directory: using directory-1.3.8.3
  2685. 312.97 s [hie-bios] Dependency filepath: using filepath-1.5.2.0
  2686. 312.97 s [hie-bios] Dependency hie-bios: using hie-bios-0.14.0
  2687. 312.97 s [hie-bios] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  2688. 312.97 s [hie-bios] Dependency prettyprinter: using prettyprinter-1.7.1
  2689. 312.97 s [hie-bios] Source component graph:
  2690. 312.97 s [hie-bios] component lib
  2691. 312.97 s [hie-bios] component exe:hie-bios dependency lib
  2692. 312.97 s [hie-bios] Configured component graph:
  2693. 312.97 s [hie-bios] component hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  2694. 312.97 s [hie-bios] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  2695. 312.97 s [hie-bios] include base-4.20.0.0-d8e2
  2696. 312.97 s [hie-bios] include base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
  2697. 312.97 s [hie-bios] include bytestring-0.12.1.0-05ed
  2698. 312.97 s [hie-bios] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
  2699. 312.97 s [hie-bios] include conduit-1.3.6.1-1lfqJW11PGLHuhQkYQmLY3
  2700. 312.97 s [hie-bios] include conduit-extra-1.3.7-4yMt5HGUO2DF6clDxipTQv
  2701. 312.97 s [hie-bios] include cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
  2702. 312.97 s [hie-bios] include deepseq-1.5.0.0-e78d
  2703. 312.97 s [hie-bios] include directory-1.3.8.3-678a
  2704. 312.97 s [hie-bios] include exceptions-0.10.7-338a
  2705. 312.97 s [hie-bios] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  2706. 312.97 s [hie-bios] include file-embed-0.0.16.0-CnrQ8EGAhTxG012hiIPA3v
  2707. 312.97 s [hie-bios] include filepath-1.5.2.0-058d
  2708. 312.97 s [hie-bios] include ghc-9.10.1-c9f5
  2709. 312.97 s [hie-bios] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  2710. 312.97 s [hie-bios] include template-haskell-2.22.0.0-5f29
  2711. 312.97 s [hie-bios] include temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
  2712. 312.97 s [hie-bios] include text-2.1.1-f47e
  2713. 312.97 s [hie-bios] include time-1.12.2-a16e
  2714. 312.97 s [hie-bios] include transformers-0.6.1.1-3641
  2715. 312.97 s [hie-bios] include unix-compat-0.7.4-H0vFgKcydEkHMd3hgAWcaO
  2716. 312.97 s [hie-bios] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  2717. 312.97 s [hie-bios] include yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
  2718. 312.97 s [hie-bios] component hie-bios-0.14.0-KFMe7csbYpFDDXnUNBmpAF-hie-bios
  2719. 312.97 s [hie-bios] include base-4.20.0.0-d8e2
  2720. 312.97 s [hie-bios] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
  2721. 312.97 s [hie-bios] include directory-1.3.8.3-678a
  2722. 312.97 s [hie-bios] include filepath-1.5.2.0-058d
  2723. 312.97 s [hie-bios] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  2724. 312.97 s [hie-bios] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  2725. 312.97 s [hie-bios] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  2726. 312.97 s [hie-bios] Linked component graph:
  2727. 312.97 s [hie-bios] unit hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  2728. 312.97 s [hie-bios] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  2729. 312.97 s [hie-bios] include base-4.20.0.0-d8e2
  2730. 312.97 s [hie-bios] include base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
  2731. 312.97 s [hie-bios] include bytestring-0.12.1.0-05ed
  2732. 312.97 s [hie-bios] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
  2733. 312.97 s [hie-bios] include conduit-1.3.6.1-1lfqJW11PGLHuhQkYQmLY3
  2734. 312.97 s [hie-bios] include conduit-extra-1.3.7-4yMt5HGUO2DF6clDxipTQv
  2735. 312.97 s [hie-bios] include cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
  2736. 312.97 s [hie-bios] include deepseq-1.5.0.0-e78d
  2737. 312.97 s [hie-bios] include directory-1.3.8.3-678a
  2738. 312.97 s [hie-bios] include exceptions-0.10.7-338a
  2739. 312.97 s [hie-bios] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  2740. 312.97 s [hie-bios] include file-embed-0.0.16.0-CnrQ8EGAhTxG012hiIPA3v
  2741. 312.97 s [hie-bios] include filepath-1.5.2.0-058d
  2742. 312.97 s [hie-bios] include ghc-9.10.1-c9f5
  2743. 312.97 s [hie-bios] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  2744. 312.97 s [hie-bios] include template-haskell-2.22.0.0-5f29
  2745. 312.97 s [hie-bios] include temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
  2746. 312.97 s [hie-bios] include text-2.1.1-f47e
  2747. 312.97 s [hie-bios] include time-1.12.2-a16e
  2748. 312.97 s [hie-bios] include transformers-0.6.1.1-3641
  2749. 312.97 s [hie-bios] include unix-compat-0.7.4-H0vFgKcydEkHMd3hgAWcaO
  2750. 312.97 s [hie-bios] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  2751. 312.97 s [hie-bios] include yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
  2752. 312.97 s [hie-bios] HIE.Bios=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios,HIE.Bios.Config=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Config,HIE.Bios.Config.YAML=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Config.YAML,HIE.Bios.Cradle=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Cradle,HIE.Bios.Environment=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Environment,HIE.Bios.Flags=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Flags,HIE.Bios.Ghc.Api=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Api,HIE.Bios.Ghc.Check=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Check,HIE.Bios.Ghc.Doc=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Doc,HIE.Bios.Ghc.Gap=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Gap,HIE.Bios.Ghc.Load=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Load,HIE.Bios.Ghc.Logger=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Ghc.Logger,HIE.Bios.Internal.Debug=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Internal.Debug,HIE.Bios.Types=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Types,HIE.Bios.Wrappers=hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu:HIE.Bios.Wrappers
  2753. 312.97 s [hie-bios] unit hie-bios-0.14.0-KFMe7csbYpFDDXnUNBmpAF-hie-bios
  2754. 312.97 s [hie-bios] include base-4.20.0.0-d8e2
  2755. 312.97 s [hie-bios] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
  2756. 312.97 s [hie-bios] include directory-1.3.8.3-678a
  2757. 312.97 s [hie-bios] include filepath-1.5.2.0-058d
  2758. 312.97 s [hie-bios] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  2759. 312.97 s [hie-bios] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  2760. 312.97 s [hie-bios] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  2761. 312.97 s [hie-bios] Ready component graph:
  2762. 312.97 s [hie-bios] definite hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  2763. 312.97 s [hie-bios] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  2764. 312.97 s [hie-bios] depends base-4.20.0.0-d8e2
  2765. 312.97 s [hie-bios] depends base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
  2766. 312.97 s [hie-bios] depends bytestring-0.12.1.0-05ed
  2767. 312.97 s [hie-bios] depends co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
  2768. 312.97 s [hie-bios] depends conduit-1.3.6.1-1lfqJW11PGLHuhQkYQmLY3
  2769. 312.97 s [hie-bios] depends conduit-extra-1.3.7-4yMt5HGUO2DF6clDxipTQv
  2770. 312.97 s [hie-bios] depends cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
  2771. 312.97 s [hie-bios] depends deepseq-1.5.0.0-e78d
  2772. 312.97 s [hie-bios] depends directory-1.3.8.3-678a
  2773. 312.97 s [hie-bios] depends exceptions-0.10.7-338a
  2774. 312.97 s [hie-bios] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  2775. 312.97 s [hie-bios] depends file-embed-0.0.16.0-CnrQ8EGAhTxG012hiIPA3v
  2776. 312.97 s [hie-bios] depends filepath-1.5.2.0-058d
  2777. 312.97 s [hie-bios] depends ghc-9.10.1-c9f5
  2778. 312.97 s [hie-bios] depends prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  2779. 312.97 s [hie-bios] depends template-haskell-2.22.0.0-5f29
  2780. 312.97 s [hie-bios] depends temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
  2781. 312.97 s [hie-bios] depends text-2.1.1-f47e
  2782. 312.97 s [hie-bios] depends time-1.12.2-a16e
  2783. 312.97 s [hie-bios] depends transformers-0.6.1.1-3641
  2784. 312.97 s [hie-bios] depends unix-compat-0.7.4-H0vFgKcydEkHMd3hgAWcaO
  2785. 312.97 s [hie-bios] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  2786. 312.97 s [hie-bios] depends yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
  2787. 312.97 s [hie-bios] definite hie-bios-0.14.0-KFMe7csbYpFDDXnUNBmpAF-hie-bios
  2788. 312.97 s [hie-bios] depends base-4.20.0.0-d8e2
  2789. 312.97 s [hie-bios] depends co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
  2790. 312.97 s [hie-bios] depends directory-1.3.8.3-678a
  2791. 312.97 s [hie-bios] depends filepath-1.5.2.0-058d
  2792. 312.97 s [hie-bios] depends hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  2793. 312.97 s [hie-bios] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  2794. 312.97 s [hie-bios] depends prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  2795. 312.97 s [hie-bios] Using Cabal-3.12.0.0 compiled by ghc-9.10
  2796. 312.97 s [hie-bios] Using compiler: ghc-9.10.1
  2797. 312.97 s [hie-bios] Using install prefix:
  2798. 312.97 s [hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0
  2799. 313.01 s [hie-bios] Executables installed in:
  2800. 313.01 s [hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/bin
  2801. 313.01 s [hie-bios] Libraries installed in:
  2802. 313.01 s [hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  2803. 313.01 s [hie-bios] Dynamic Libraries installed in:
  2804. 313.01 s [hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5
  2805. 313.01 s [hie-bios] Private executables installed in:
  2806. 313.01 s [hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/libexec/x86_64-linux-ghc-9.10.1-c9f5/hie-bios-0.14.0
  2807. 313.01 s [hie-bios] Data files installed in:
  2808. 313.01 s [hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/share/x86_64-linux-ghc-9.10.1-c9f5/hie-bios-0.14.0
  2809. 313.01 s [hie-bios] Documentation installed in:
  2810. 313.01 s [hie-bios] /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc/share/doc/hie-bios-0.14.0
  2811. 313.01 s [hie-bios] Configuration files installed in:
  2812. 313.01 s [hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/etc
  2813. 313.02 s [hie-bios] No alex found
  2814. 313.02 s [hie-bios] Using ar found on system at:
  2815. 313.02 s [hie-bios] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  2816. 313.02 s [hie-bios] No c2hs found
  2817. 313.02 s [hie-bios] No cpphs found
  2818. 313.02 s [hie-bios] No doctest found
  2819. 313.02 s [hie-bios] Using gcc version 14.3.0 given by user at:
  2820. 313.02 s [hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  2821. 313.02 s [hie-bios] Using ghc version 9.10.1 found on system at:
  2822. 313.02 s [hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc
  2823. 313.02 s [hie-bios] Using ghc-pkg version 9.10.1 found on system at:
  2824. 313.02 s [hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc-pkg-9.10.1
  2825. 313.02 s [hie-bios] No ghcjs found
  2826. 313.02 s [hie-bios] No ghcjs-pkg found
  2827. 313.02 s [hie-bios] No greencard found
  2828. 313.02 s [hie-bios] Using haddock version 2.28.0 found on system at:
  2829. 313.02 s [hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/haddock-ghc-9.10.1
  2830. 313.02 s [hie-bios] No happy found
  2831. 313.02 s [hie-bios] Using haskell-suite found on system at: haskell-suite-dummy-location
  2832. 313.02 s [hie-bios] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2833. 313.02 s [hie-bios] No hmake found
  2834. 313.02 s [hie-bios] Using hpc version 0.69 found on system at:
  2835. 313.02 s [hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hpc-ghc-9.10.1
  2836. 313.02 s [hie-bios] Using hsc2hs version 0.68.10 found on system at:
  2837. 313.02 s [hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hsc2hs-ghc-9.10.1
  2838. 313.02 s [hie-bios] Using hscolour version 1.25 found on system at:
  2839. 313.02 s [hie-bios] /nix/store/c0gbcvjjvqzy92m9ycv6zcqiczs6bvyw-hscolour-1.25/bin/HsColour
  2840. 313.02 s [hie-bios] No jhc found
  2841. 313.02 s [hie-bios] Using ld found on system at:
  2842. 313.02 s [hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  2843. 313.02 s [hie-bios] No pkg-config found
  2844. 313.02 s [hie-bios] Using runghc version 9.10.1 found on system at:
  2845. 313.02 s [hie-bios] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/runghc-9.10.1
  2846. 313.02 s [hie-bios] Using strip version 2.44 found on system at:
  2847. 313.02 s [hie-bios] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  2848. 313.02 s [hie-bios] Using tar found on system at:
  2849. 313.02 s [hie-bios] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  2850. 313.02 s [hie-bios] No uhc found
  2851. 313.43 s [hie-bios] Phase: buildPhase
  2852. 313.44 s [algebraic-graphs] OK: swap empty == empty
  2853. 313.44 s [algebraic-graphs] OK: swap . leftVertex == rightVertex
  2854. 313.44 s [algebraic-graphs] OK: swap (vertices xs ys) == vertices ys xs
  2855. 313.44 s [algebraic-graphs] OK: swap (edge x y) == edge y x
  2856. 313.44 s [algebraic-graphs] OK: swap . edges == edges . map Data.Tuple.swap
  2857. 313.44 s [algebraic-graphs] OK: swap . swap == id
  2858. 313.44 s [algebraic-graphs]
  2859. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.toBipartite ============
  2860. 313.44 s [algebraic-graphs] OK: toBipartite empty == empty
  2861. 313.44 s [algebraic-graphs] OK: toBipartite (vertex (Left x)) == leftVertex x
  2862. 313.44 s [algebraic-graphs] OK: toBipartite (vertex (Right x)) == rightVertex x
  2863. 313.44 s [algebraic-graphs] OK: toBipartite (edge (Left x) (Left y)) == vertices [x,y] []
  2864. 313.44 s [algebraic-graphs] OK: toBipartite (edge (Left x) (Right y)) == edge x y
  2865. 313.44 s [algebraic-graphs] OK: toBipartite (edge (Right x) (Left y)) == edge y x
  2866. 313.44 s [algebraic-graphs] OK: toBipartite (edge (Right x) (Right y)) == vertices [] [x,y]
  2867. 313.44 s [algebraic-graphs] OK: toBipartite . clique == uncurry biclique . partitionEithers
  2868. 313.44 s [algebraic-graphs] OK: toBipartite . fromBipartite == id
  2869. 313.44 s [algebraic-graphs]
  2870. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.toBipartiteWith ============
  2871. 313.44 s [algebraic-graphs] OK: toBipartiteWith f empty == empty
  2872. 313.44 s [algebraic-graphs] OK: toBipartiteWith Left x == vertices (vertexList x) []
  2873. 313.44 s [algebraic-graphs] OK: toBipartiteWith Right x == vertices [] (vertexList x)
  2874. 313.44 s [algebraic-graphs] OK: toBipartiteWith f == toBipartite . gmap f
  2875. 313.44 s [algebraic-graphs] OK: toBipartiteWith id == toBipartite
  2876. 313.44 s [algebraic-graphs]
  2877. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.fromBipartite ============
  2878. 313.44 s [algebraic-graphs] OK: fromBipartite empty == empty
  2879. 313.44 s [algebraic-graphs] OK: fromBipartite (leftVertex x) == vertex (Left x)
  2880. 313.44 s [algebraic-graphs] OK: fromBipartite (edge x y) == edges [(Left x, Right y), (Right y, Left x)]
  2881. 313.44 s [algebraic-graphs]
  2882. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.fromBipartiteWith ============
  2883. 313.44 s [algebraic-graphs] OK: fromBipartiteWith Left Right == fromBipartite
  2884. 313.44 s [algebraic-graphs] OK: fromBipartiteWith id id (vertices xs ys) == vertices (xs ++ ys)
  2885. 313.44 s [algebraic-graphs] OK: fromBipartiteWith id id . edges == symmetricClosure . edges
  2886. 313.44 s [algebraic-graphs]
  2887. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.isEmpty ============
  2888. 313.44 s [algebraic-graphs] OK: isEmpty empty == True
  2889. 313.44 s [algebraic-graphs] OK: isEmpty (overlay empty empty) == True
  2890. 313.44 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  2891. 313.44 s [algebraic-graphs] OK: isEmpty == (==) empty
  2892. 313.44 s [algebraic-graphs]
  2893. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.hasLeftVertex ============
  2894. 313.44 s [algebraic-graphs] OK: hasLeftVertex x empty == False
  2895. 313.44 s [algebraic-graphs] OK: hasLeftVertex x (leftVertex y) == (x == y)
  2896. 313.44 s [algebraic-graphs] OK: hasLeftVertex x (rightVertex y) == False
  2897. 313.44 s [algebraic-graphs]
  2898. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.hasRightVertex ============
  2899. 313.44 s [algebraic-graphs] OK: hasRightVertex x empty == False
  2900. 313.44 s [algebraic-graphs] OK: hasRightVertex x (leftVertex y) == False
  2901. 313.44 s [algebraic-graphs] OK: hasRightVertex x (rightVertex y) == (x == y)
  2902. 313.44 s [algebraic-graphs]
  2903. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.hasVertex ============
  2904. 313.44 s [algebraic-graphs] OK: hasVertex . Left == hasLeftVertex
  2905. 313.44 s [algebraic-graphs] OK: hasVertex . Right == hasRightVertex
  2906. 313.44 s [algebraic-graphs]
  2907. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.hasEdge ============
  2908. 313.44 s [algebraic-graphs] OK: hasEdge x y empty == False
  2909. 313.44 s [algebraic-graphs] OK: hasEdge x y (vertex z) == False
  2910. 313.44 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  2911. 313.44 s [algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
  2912. 313.44 s [algebraic-graphs]
  2913. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.leftVertexCount ============
  2914. 313.44 s [algebraic-graphs] OK: leftVertexCount empty == 0
  2915. 313.44 s [algebraic-graphs] OK: leftVertexCount (leftVertex x) == 1
  2916. 313.44 s [algebraic-graphs] OK: leftVertexCount (rightVertex x) == 0
  2917. 313.44 s [algebraic-graphs] OK: leftVertexCount (edge x y) == 1
  2918. 313.44 s [algebraic-graphs] OK: leftVertexCount . edges == length . nub . map fst
  2919. 313.44 s [algebraic-graphs]
  2920. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.rightVertexCount ============
  2921. 313.44 s [algebraic-graphs] OK: rightVertexCount empty == 0
  2922. 313.44 s [algebraic-graphs] OK: rightVertexCount (leftVertex x) == 0
  2923. 313.44 s [algebraic-graphs] OK: rightVertexCount (rightVertex x) == 1
  2924. 313.44 s [algebraic-graphs] OK: rightVertexCount (edge x y) == 1
  2925. 313.44 s [algebraic-graphs] OK: rightVertexCount . edges == length . nub . map snd
  2926. 313.44 s [algebraic-graphs]
  2927. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.vertexCount ============
  2928. 313.44 s [algebraic-graphs] OK: vertexCount empty == 0
  2929. 313.44 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  2930. 313.44 s [algebraic-graphs] OK: vertexCount (edge x y) == 2
  2931. 313.44 s [algebraic-graphs] OK: vertexCount x == leftVertexCount x + rightVertexCount x
  2932. 313.44 s [algebraic-graphs]
  2933. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.edgeCount ============
  2934. 313.44 s [algebraic-graphs] OK: edgeCount empty == 0
  2935. 313.44 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  2936. 313.44 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  2937. 313.44 s [algebraic-graphs] OK: edgeCount . edges == length . nub
  2938. 313.44 s [algebraic-graphs]
  2939. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.leftVertexList ============
  2940. 313.44 s [algebraic-graphs] OK: leftVertexList empty == []
  2941. 313.44 s [algebraic-graphs] OK: leftVertexList (leftVertex x) == [x]
  2942. 313.44 s [algebraic-graphs] OK: leftVertexList (rightVertex x) == []
  2943. 313.44 s [algebraic-graphs] OK: leftVertexList . flip vertices [] == nub . sort
  2944. 313.44 s [algebraic-graphs]
  2945. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.rightVertexList ============
  2946. 313.44 s [algebraic-graphs] OK: rightVertexList empty == []
  2947. 313.44 s [algebraic-graphs] OK: rightVertexList (leftVertex x) == []
  2948. 313.44 s [algebraic-graphs] OK: rightVertexList (rightVertex x) == [x]
  2949. 313.44 s [algebraic-graphs] OK: rightVertexList . vertices [] == nub . sort
  2950. 313.44 s [algebraic-graphs]
  2951. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.vertexList ============
  2952. 313.44 s [algebraic-graphs] OK: vertexList empty == []
  2953. 313.44 s [algebraic-graphs] OK: vertexList (vertex x) == [x]
  2954. 313.44 s [algebraic-graphs] OK: vertexList (edge x y) == [Left x, Right y]
  2955. 313.44 s [algebraic-graphs] OK: vertexList (vertices (lefts xs) (rights xs)) == nub (sort xs)
  2956. 313.44 s [algebraic-graphs]
  2957. 313.44 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.edgeList ============
  2958. 313.45 s [algebraic-graphs] OK: edgeList empty == []
  2959. 313.45 s [algebraic-graphs] OK: edgeList (vertex x) == []
  2960. 313.45 s [algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
  2961. 313.45 s [algebraic-graphs] OK: edgeList . edges == nub . sort
  2962. 313.45 s [algebraic-graphs]
  2963. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.leftVertexSet ============
  2964. 313.45 s [algebraic-graphs] OK: leftVertexSet empty == Set.empty
  2965. 313.45 s [algebraic-graphs] OK: leftVertexSet . leftVertex == Set.singleton
  2966. 313.45 s [algebraic-graphs] OK: leftVertexSet . rightVertex == const Set.empty
  2967. 313.45 s [algebraic-graphs] OK: leftVertexSet . flip vertices [] == Set.fromList
  2968. 313.45 s [algebraic-graphs]
  2969. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.rightVertexSet ============
  2970. 313.45 s [algebraic-graphs] OK: rightVertexSet empty == Set.empty
  2971. 313.45 s [algebraic-graphs] OK: rightVertexSet . leftVertex == const Set.empty
  2972. 313.45 s [algebraic-graphs] OK: rightVertexSet . rightVertex == Set.singleton
  2973. 313.45 s [algebraic-graphs] OK: rightVertexSet . vertices [] == Set.fromList
  2974. 313.45 s [algebraic-graphs]
  2975. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.vertexSet ============
  2976. 313.45 s [algebraic-graphs] OK: vertexSet empty == Set.empty
  2977. 313.45 s [algebraic-graphs] OK: vertexSet . vertex == Set.singleton
  2978. 313.45 s [algebraic-graphs] OK: vertexSet (edge x y) == Set.fromList [Left x, Right y]
  2979. 313.45 s [algebraic-graphs] OK: vertexSet (vertices (lefts xs) (rights xs)) == Set.fromList xs
  2980. 313.45 s [algebraic-graphs]
  2981. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.edgeSet ============
  2982. 313.45 s [algebraic-graphs] OK: edgeSet empty == Set.empty
  2983. 313.45 s [algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
  2984. 313.45 s [algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
  2985. 313.45 s [algebraic-graphs] OK: edgeSet . edges == Set.fromList
  2986. 313.45 s [algebraic-graphs]
  2987. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.leftAdjacencyList ============
  2988. 313.45 s [algebraic-graphs] OK: leftAdjacencyList empty == []
  2989. 313.45 s [algebraic-graphs] OK: leftAdjacencyList (vertices [] xs) == []
  2990. 313.45 s [algebraic-graphs] OK: leftAdjacencyList (vertices xs []) == []
  2991. 313.45 s [algebraic-graphs] OK: leftAdjacencyList (edge x y) == [(x, [y])]
  2992. 313.45 s [algebraic-graphs] OK: leftAdjacencyList (star x ys) == [(x, nub (sort ys))]
  2993. 313.45 s [algebraic-graphs]
  2994. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.rightAdjacencyList ============
  2995. 313.45 s [algebraic-graphs] OK: rightAdjacencyList empty == []
  2996. 313.45 s [algebraic-graphs] OK: rightAdjacencyList (vertices [] xs) == [(x, []) | x <- nub (sort xs)]
  2997. 313.45 s [algebraic-graphs] OK: rightAdjacencyList (vertices xs []) == []
  2998. 313.45 s [algebraic-graphs] OK: rightAdjacencyList (edge x y) == [(y, [x])]
  2999. 313.45 s [algebraic-graphs] OK: rightAdjacencyList (star x ys) == [(y, [x]) | y <- nub (sort ys)]
  3000. 313.45 s [algebraic-graphs]
  3001. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.evenList ============
  3002. 313.45 s [algebraic-graphs] OK: evenList [] == Nil
  3003. 313.45 s [algebraic-graphs] OK: evenList [(1,2), (3,4)] == [1, 2, 3, 4] :: List Int Int
  3004. 313.45 s [algebraic-graphs] OK: evenList [(1,'a'), (2,'b')] == Cons 1 (Cons 'a' (Cons 2 (Cons 'b' Nil)))
  3005. 313.45 s [algebraic-graphs]
  3006. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.oddList ============
  3007. 313.45 s [algebraic-graphs] OK: oddList 1 [] == Cons 1 Nil
  3008. 313.45 s [algebraic-graphs] OK: oddList 1 [(2,3), (4,5)] == [1, 2, 3, 4, 5] :: List Int Int
  3009. 313.45 s [algebraic-graphs] OK: oddList 1 [('a',2), ('b',3)] == Cons 1 (Cons 'a' (Cons 2 (Cons 'b' (Cons 3 Nil))))
  3010. 313.45 s [algebraic-graphs]
  3011. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.path ============
  3012. 313.45 s [algebraic-graphs] OK: path Nil == empty
  3013. 313.45 s [algebraic-graphs] OK: path (Cons x Nil) == leftVertex x
  3014. 313.45 s [algebraic-graphs] OK: path (Cons x (Cons y Nil)) == edge x y
  3015. 313.45 s [algebraic-graphs] OK: path [1, 2, 3, 4, 5] == edges [(1,2), (3,2), (3,4), (5,4)]
  3016. 313.45 s [algebraic-graphs]
  3017. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.circuit ============
  3018. 313.45 s [algebraic-graphs] OK: circuit [] == empty
  3019. 313.45 s [algebraic-graphs] OK: circuit [(x,y)] == edge x y
  3020. 313.45 s [algebraic-graphs] OK: circuit [(1,2), (3,4), (5,6)] == edges [(1,2), (3,2), (3,4), (5,4), (5,6), (1,6)]
  3021. 313.45 s [algebraic-graphs] OK: circuit . reverse == swap . circuit . map Data.Tuple.swap
  3022. 313.45 s [algebraic-graphs]
  3023. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.biclique ============
  3024. 313.45 s [algebraic-graphs] OK: biclique [] [] == empty
  3025. 313.45 s [algebraic-graphs] OK: biclique xs [] == vertices xs []
  3026. 313.45 s [algebraic-graphs] OK: biclique [] ys == vertices [] ys
  3027. 313.45 s [algebraic-graphs] OK: biclique xs ys == connect (vertices xs []) (vertices [] ys)
  3028. 313.45 s [algebraic-graphs]
  3029. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.star ============
  3030. 313.45 s [algebraic-graphs] OK: star x [] == leftVertex x
  3031. 313.45 s [algebraic-graphs] OK: star x [y] == edge x y
  3032. 313.45 s [algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
  3033. 313.45 s [algebraic-graphs] OK: star x ys == connect (leftVertex x) (vertices [] ys)
  3034. 313.45 s [algebraic-graphs]
  3035. 313.45 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.stars ============
  3036. 313.45 s [algebraic-graphs] OK: stars [] == empty
  3037. 313.45 s [algebraic-graphs] OK: stars [(x, [])] == leftVertex x
  3038. 313.45 s [algebraic-graphs] OK: stars [(x, [y])] == edge x y
  3039. 313.45 s [algebraic-graphs] OK: stars [(x, ys)] == star x ys
  3040. 313.61 s [hie-bios] Preprocessing library for hie-bios-0.14.0...
  3041. 313.61 s [hie-bios] Building library for hie-bios-0.14.0...
  3042. 314.25 s [hie-bios] [ 1 of 16] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, dist/build/HIE/Bios/Config/YAML.o, dist/build/HIE/Bios/Config/YAML.dyn_o )
  3043. 315.42 s [pandoc] [ 86 of 220] Compiling Text.Pandoc.Writers.Math
  3044. 315.42 s [pandoc] [ 87 of 220] Compiling Text.Pandoc.Writers.Native
  3045. 315.42 s [pandoc] [ 88 of 220] Compiling Text.Pandoc.Writers.OOXML
  3046. 315.42 s [pandoc] [ 89 of 220] Compiling Text.Pandoc.Writers.Docx.Types
  3047. 315.42 s [pandoc] [ 90 of 220] Compiling Text.Pandoc.Writers.Docx.Table
  3048. 315.42 s [pandoc] [ 91 of 220] Compiling Text.Pandoc.Writers.Roff
  3049. 315.42 s [pandoc] [ 92 of 220] Compiling Text.Pandoc.XML
  3050. 315.42 s [pandoc] [ 93 of 220] Compiling Text.Pandoc.Writers.JATS.Table
  3051. 315.42 s [pandoc] [ 94 of 220] Compiling Text.Pandoc.Writers.JATS.References
  3052. 315.42 s [pandoc] [ 95 of 220] Compiling Text.Pandoc.Readers.Jira
  3053. 315.42 s [pandoc] [ 96 of 220] Compiling Text.Pandoc.Readers.JATS
  3054. 315.42 s [pandoc] [ 97 of 220] Compiling Text.Pandoc.Readers.FB2
  3055. 315.42 s [pandoc] [ 98 of 220] Compiling Text.Pandoc.Readers.DocBook
  3056. 322.25 s [pandoc] [ 99 of 220] Compiling Text.Pandoc.Parsing.General
  3057. 322.25 s [pandoc] [100 of 220] Compiling Text.Pandoc.Parsing.Smart
  3058. 322.28 s [pandoc] [101 of 220] Compiling Text.Pandoc.Parsing.Math
  3059. 322.28 s [pandoc] [102 of 220] Compiling Text.Pandoc.Parsing.GridTable
  3060. 322.28 s [pandoc] [103 of 220] Compiling Text.Pandoc.Parsing.Citations
  3061. 322.28 s [pandoc] [104 of 220] Compiling Text.Pandoc.Parsing
  3062. 322.28 s [pandoc] [105 of 220] Compiling Text.Pandoc.Writers.Markdown.Types
  3063. 322.70 s [hie-bios] [ 2 of 16] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, dist/build/HIE/Bios/Config.o, dist/build/HIE/Bios/Config.dyn_o )
  3064. 323.41 s [hie-bios] [ 3 of 16] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, dist/build/HIE/Bios/Ghc/Gap.o, dist/build/HIE/Bios/Ghc/Gap.dyn_o )
  3065. 323.41 s [hie-bios] [ 4 of 16] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, dist/build/HIE/Bios/Ghc/Doc.o, dist/build/HIE/Bios/Ghc/Doc.dyn_o )
  3066. 323.41 s [hie-bios] [ 5 of 16] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, dist/build/HIE/Bios/Ghc/Load.o, dist/build/HIE/Bios/Ghc/Load.dyn_o )
  3067. 323.41 s [hie-bios] [ 6 of 16] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, dist/build/HIE/Bios/Types.o, dist/build/HIE/Bios/Types.dyn_o )
  3068. 323.41 s [hie-bios] [ 7 of 16] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, dist/build/HIE/Bios/Flags.o, dist/build/HIE/Bios/Flags.dyn_o )
  3069. 323.41 s [hie-bios] [ 8 of 16] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, dist/build/HIE/Bios/Environment.o, dist/build/HIE/Bios/Environment.dyn_o )
  3070. 323.41 s [hie-bios] [ 9 of 16] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, dist/build/HIE/Bios/Ghc/Api.o, dist/build/HIE/Bios/Ghc/Api.dyn_o )
  3071. 323.41 s [hie-bios] [10 of 16] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, dist/build/HIE/Bios/Ghc/Logger.o, dist/build/HIE/Bios/Ghc/Logger.dyn_o )
  3072. 323.41 s [hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning: [GHC-62161] [-Wincomplete-patterns]
  3073. 323.41 s [hie-bios] Pattern match(es) are non-exhaustive
  3074. 323.41 s [hie-bios] In an equation for ‘appendLogRef’:
  3075. 323.41 s [hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
  3076. 323.41 s [hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
  3077. 323.41 s [hie-bios] _ _ (LogRef _) _ MCOutput _ _
  3078. 323.41 s [hie-bios] _ _ (LogRef _) _ MCFatal _ _
  3079. 323.41 s [hie-bios] _ _ (LogRef _) _ MCInteractive _ _
  3080. 323.41 s [hie-bios] _ _ (LogRef _) _ MCDump _ _
  3081. 323.41 s [hie-bios] ...
  3082. 323.41 s [hie-bios] |
  3083. 323.41 s [hie-bios] 48 | appendLogRef df style (LogRef ref) _
  3084. 323.41 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3085. 323.41 s [hie-bios]
  3086. 323.41 s [hie-bios] [11 of 16] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, dist/build/HIE/Bios/Ghc/Check.o, dist/build/HIE/Bios/Ghc/Check.dyn_o )
  3087. 323.41 s [hie-bios] [12 of 16] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, dist/build/HIE/Bios/Wrappers.o, dist/build/HIE/Bios/Wrappers.dyn_o )
  3088. 323.41 s [hie-bios] [13 of 16] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, dist/build/HIE/Bios/Cradle.o, dist/build/HIE/Bios/Cradle.dyn_o )
  3089. 323.61 s [hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning: [GHC-40910] [-Wunused-top-binds]
  3090. 323.61 s [hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
  3091. 323.61 s [hie-bios] |
  3092. 323.61 s [hie-bios] 145 | { cradleRoot :: FilePath
  3093. 323.61 s [hie-bios] | ^^^^^^^^^^
  3094. 323.61 s [hie-bios]
  3095. 323.61 s [hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning: [GHC-40910] [-Wunused-top-binds]
  3096. 323.61 s [hie-bios] Defined but not used:
  3097. 323.61 s [hie-bios] record field of ResolvedCradles ‘resolvedCradles’
  3098. 323.61 s [hie-bios] |
  3099. 323.62 s [hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
  3100. 323.62 s [hie-bios] | ^^^^^^^^^^^^^^^
  3101. 323.62 s [hie-bios]
  3102. 323.62 s [hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning: [GHC-40910] [-Wunused-top-binds]
  3103. 323.62 s [hie-bios] Defined but not used:
  3104. 323.62 s [hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
  3105. 323.62 s [hie-bios] |
  3106. 323.62 s [hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
  3107. 323.62 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
  3108. 323.62 s [hie-bios]
  3109. 326.02 s [hie-bios] [14 of 16] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, dist/build/HIE/Bios/Internal/Debug.o, dist/build/HIE/Bios/Internal/Debug.dyn_o )
  3110. 326.11 s [pandoc] [106 of 220] Compiling Text.Pandoc.Writers.Markdown.Table
  3111. 326.24 s [hie-bios] [15 of 16] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.o, dist/build/HIE/Bios.dyn_o )
  3112. 326.24 s [hie-bios] [16 of 16] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, dist/build/Paths_hie_bios.o, dist/build/Paths_hie_bios.dyn_o )
  3113. 327.18 s [hie-bios] [ 1 of 16] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, dist/build/HIE/Bios/Config/YAML.p_o )
  3114. 331.26 s [pandoc] [107 of 220] Compiling Text.Pandoc.SelfContained
  3115. 331.41 s [algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
  3116. 331.41 s [algebraic-graphs] OK: stars == overlays . map (uncurry star)
  3117. 331.41 s [algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
  3118. 331.41 s [algebraic-graphs]
  3119. 331.41 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.mesh ============
  3120. 331.41 s [algebraic-graphs] OK: mesh xs [] == empty
  3121. 331.41 s [algebraic-graphs] OK: mesh [] ys == empty
  3122. 331.41 s [algebraic-graphs] OK: mesh [x] [y] == leftVertex (x,y)
  3123. 331.41 s [algebraic-graphs] OK: mesh [1,1] ['a','b'] == biclique [(1,'a'), (1,'b')] [(1,'a'), (1,'b')]
  3124. 331.41 s [algebraic-graphs] OK: mesh [1,2] ['a','b'] == biclique [(1,'a'), (2,'b')] [(1,'b'), (2,'a')]
  3125. 331.41 s [algebraic-graphs]
  3126. 331.41 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.removeLeftVertex ============
  3127. 331.41 s [algebraic-graphs] OK: removeLeftVertex x (leftVertex x) == empty
  3128. 331.41 s [algebraic-graphs] OK: removeLeftVertex 1 (leftVertex 2) == leftVertex 2
  3129. 331.41 s [algebraic-graphs] OK: removeLeftVertex x (rightVertex y) == rightVertex y
  3130. 331.41 s [algebraic-graphs] OK: removeLeftVertex x (edge x y) == rightVertex y
  3131. 331.41 s [algebraic-graphs] OK: removeLeftVertex x . removeLeftVertex x == removeLeftVertex x
  3132. 331.41 s [algebraic-graphs]
  3133. 331.41 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.removeRightVertex ============
  3134. 331.41 s [algebraic-graphs] OK: removeRightVertex x (rightVertex x) == empty
  3135. 331.41 s [algebraic-graphs] OK: removeRightVertex 1 (rightVertex 2) == rightVertex 2
  3136. 331.41 s [algebraic-graphs] OK: removeRightVertex x (leftVertex y) == leftVertex y
  3137. 331.41 s [algebraic-graphs] OK: removeRightVertex y (edge x y) == leftVertex x
  3138. 331.41 s [algebraic-graphs] OK: removeRightVertex x . removeRightVertex x == removeRightVertex x
  3139. 331.41 s [algebraic-graphs]
  3140. 331.41 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.removeEdge ============
  3141. 331.41 s [algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x] [y]
  3142. 331.41 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  3143. 331.41 s [algebraic-graphs] OK: removeEdge x y . removeLeftVertex x == removeLeftVertex x
  3144. 331.41 s [algebraic-graphs] OK: removeEdge x y . removeRightVertex y == removeRightVertex y
  3145. 331.41 s [algebraic-graphs]
  3146. 331.41 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.bimap ============
  3147. 331.41 s [algebraic-graphs] OK: bimap f g empty == empty
  3148. 331.41 s [algebraic-graphs] OK: bimap f g . vertex == vertex . Data.Bifunctor.bimap f g
  3149. 331.41 s [algebraic-graphs] OK: bimap f g (edge x y) == edge (f x) (g y)
  3150. 331.41 s [algebraic-graphs] OK: bimap id id == id
  3151. 331.41 s [algebraic-graphs] OK: bimap f1 g1 . bimap f2 g2 == bimap (f1 . f2) (g1 . g2)
  3152. 331.41 s [algebraic-graphs]
  3153. 331.41 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.box ============
  3154. 331.41 s [algebraic-graphs] OK: box (path [0,1]) (path ['a','b']) == <correct result>
  3155. 331.41 s [algebraic-graphs]
  3156. 331.41 s [algebraic-graphs] OK: box x y ~~ box y x
  3157. 331.41 s [algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
  3158. 331.41 s [algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
  3159. 331.41 s [algebraic-graphs] OK: box x (leftVertex ()) ~~ x
  3160. 331.41 s [algebraic-graphs] OK: box x (rightVertex ()) ~~ swap x
  3161. 331.41 s [algebraic-graphs] OK: box x empty ~~ empty
  3162. 331.41 s [algebraic-graphs] OK: vertexCount (box x y) <= vertexCount x * vertexCount y
  3163. 331.41 s [algebraic-graphs] OK: edgeCount (box x y) <= vertexCount x * edgeCount y + edgeCount x * vertexCount y
  3164. 331.41 s [algebraic-graphs]
  3165. 331.41 s [algebraic-graphs] OK: box == boxWith (,) (,) (,) (,)
  3166. 331.41 s [algebraic-graphs]
  3167. 331.41 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.consistent ============
  3168. 331.41 s [algebraic-graphs] OK: consistent empty == True
  3169. 331.41 s [algebraic-graphs] OK: consistent (vertex x) == True
  3170. 331.41 s [algebraic-graphs] OK: consistent (edge x y) == True
  3171. 331.41 s [algebraic-graphs] OK: consistent (edges x) == True
  3172. 331.41 s [algebraic-graphs] OK: consistent (toBipartite x) == True
  3173. 331.41 s [algebraic-graphs] OK: consistent (swap x) == True
  3174. 331.41 s [algebraic-graphs] OK: consistent (circuit xs) == True
  3175. 331.42 s [algebraic-graphs] OK: consistent (biclique xs ys) == True
  3176. 331.42 s [algebraic-graphs]
  3177. 331.42 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.detectParts ============
  3178. 331.42 s [algebraic-graphs] OK: detectParts empty == Right empty
  3179. 331.42 s [algebraic-graphs] OK: detectParts (vertex 1) == Right (leftVertex 1)
  3180. 331.42 s [algebraic-graphs] OK: detectParts (edge 1 1) == Left [1]
  3181. 331.42 s [algebraic-graphs] OK: detectParts (edge 1 2) == Right (edge 1 2)
  3182. 331.42 s [algebraic-graphs] OK: detectParts (edge 0 (-1)) == Right (edge (-1) 0)
  3183. 331.42 s [algebraic-graphs] OK: detectParts (1 * (2 + 3)) == Right (edges [(1, 2), (1, 3)])
  3184. 331.42 s [algebraic-graphs] OK: detectParts ((1 + 3) * (2 + 4) + 6 * 5) == Right (swap (1 + 3) * (2 + 4) + swap 5 * 6
  3185. 331.42 s [algebraic-graphs] OK: detectParts ((1 + 2) * (3 + 4) * (5 + 6)) == Left [1, 3, 2, 4, 5]
  3186. 331.42 s [algebraic-graphs] OK: detectParts ((1 + 2) * (3 + 4) + (3 + 4) * 5) == Right (swap (1 + 2) * (3 + 4) + swap 5 * (3 + 4))
  3187. 331.42 s [algebraic-graphs] OK: detectParts (1 * 2 * 3) == Left [2, 3, 1]
  3188. 331.42 s [algebraic-graphs] OK: detectParts ((1 * 3 * 4) + 2 * (1 + 2)) == Left [2]
  3189. 331.42 s [algebraic-graphs] OK: detectParts (clique [1..10]) == Left [1, 2, 3]
  3190. 331.42 s [algebraic-graphs] OK: detectParts (circuit [1..11]) == Left [1..11]
  3191. 331.42 s [algebraic-graphs] OK: detectParts (circuit [1..10]) == Right (circuit [(2 * x - 1, 2 * x) | x <- [1..5]])
  3192. 331.42 s [algebraic-graphs] OK: detectParts (biclique [] xs) == Right (vertices xs [])
  3193. 331.42 s [algebraic-graphs] OK: detectParts (biclique (map Left (x:xs)) (map Right ys)) == Right (biclique (map Left (x:xs)) (map Right ys))
  3194. 331.42 s [algebraic-graphs] OK: isRight (detectParts (star x ys)) == not (elem x ys)
  3195. 331.42 s [algebraic-graphs] OK: isRight (detectParts (fromBipartite (toBipartite x))) == True
  3196. 331.42 s [algebraic-graphs]
  3197. 331.42 s [algebraic-graphs] OK: ((all ((flip Set.member) $ edgeSet $ symmetricClosure x) . edgeSet) <$> detectParts x) /= Right False
  3198. 331.42 s [algebraic-graphs] OK: (Set.map $ fromEither) <$> (vertexSet <$> (detectParts (fromBipartite (toBipartite x)))) == Right (vertexSet x)
  3199. 331.42 s [algebraic-graphs] OK: fromEither (Bifunctor.bimap ((flip Set.isSubsetOf) (vertexSet x) . Set.fromList) (const True) (detectParts x)) == True
  3200. 331.42 s [algebraic-graphs] OK: fromEither (Bifunctor.bimap ((flip Set.isSubsetOf) (edgeSet (symmetricClosure x)) . AM.edgeSet . circuit) (const True) (detectParts x)) == True
  3201. 331.42 s [algebraic-graphs] OK: fromEither (Bifunctor.bimap (((==) 1) . ((flip mod) 2) . length) (const True) (detectParts x)) == True
  3202. 331.42 s [algebraic-graphs]
  3203. 331.42 s [algebraic-graphs] ============ Show (Bipartite.AdjacencyMap.Algorithm.Matching a b) ============
  3204. 331.42 s [algebraic-graphs] OK: show (matching []) == "matching []"
  3205. 331.42 s [algebraic-graphs] OK: show (matching [(2,'a'),(1,'b')]) == "matching [(1,'b'),(2,'a')]"
  3206. 331.42 s [algebraic-graphs]
  3207. 331.42 s [algebraic-graphs] ============ Eq (Bipartite.AdjacencyMap.Algorithm.Matching a b) ============
  3208. 331.42 s [algebraic-graphs] OK: (x == y) == ((pairOfLeft x == pairOfLeft y) && (pairOfRight x == pairOfRight y))
  3209. 331.42 s [algebraic-graphs]
  3210. 331.42 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.pairOfLeft ============
  3211. 331.42 s [algebraic-graphs] OK: pairOfLeft (matching []) == Map.empty
  3212. 331.42 s [algebraic-graphs] OK: pairOfLeft (matching [(2,'a'), (1,'b')]) == Map.fromList [(2,'a'), (1,'b')]
  3213. 331.42 s [algebraic-graphs] OK: Map.size . pairOfLeft == Map.size . pairOfRight
  3214. 331.42 s [algebraic-graphs]
  3215. 331.42 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.pairOfRight ============
  3216. 331.42 s [algebraic-graphs] OK: pairOfRight (matching []) == Map.empty
  3217. 331.42 s [algebraic-graphs] OK: pairOfRight (matching [(2,'a'), (1,'b')]) == Map.fromList [('a',2), ('b',1)]
  3218. 331.42 s [algebraic-graphs] OK: Map.size . pairOfRight == Map.size . pairOfLeft
  3219. 331.42 s [algebraic-graphs]
  3220. 331.42 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.matching ============
  3221. 331.42 s [algebraic-graphs] OK: matching [(1,'a'), (1,'b')] == matching [(1,'b')]
  3222. 331.42 s [algebraic-graphs] OK: matching [(1,'a'), (1,'b'), (2,'b'), (2,'a')] == matching [(2,'a')]
  3223. 331.42 s [algebraic-graphs]
  3224. 331.42 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.isMatchingOf ============
  3225. 331.42 s [algebraic-graphs] OK: isMatchingOf (matching []) x == True
  3226. 331.42 s [algebraic-graphs] OK: isMatchingOf (matching xs) empty == null xs
  3227. 331.42 s [algebraic-graphs] OK: isMatchingOf (matching [(x,y)]) (edge x y) == True
  3228. 331.42 s [algebraic-graphs] OK: isMatchingOf (matching [(1,2)]) (edge 2 1) == False
  3229. 331.42 s [algebraic-graphs]
  3230. 331.42 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.matchingSize ============
  3231. 331.42 s [algebraic-graphs] OK: matchingSize (matching []) == 0
  3232. 331.42 s [algebraic-graphs] OK: matchingSize (matching [(2,'a'), (1,'b')]) == 2
  3233. 331.42 s [algebraic-graphs] OK: matchingSize (matching [(1,'a'), (1,'b')]) == 1
  3234. 331.42 s [algebraic-graphs] OK: matchingSize (matching xs) <= length xs
  3235. 331.42 s [algebraic-graphs] OK: matchingSize x == Map.size . pairOfLeft
  3236. 331.42 s [algebraic-graphs]
  3237. 331.42 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.maxMatching ============
  3238. 331.42 s [algebraic-graphs] OK: maxMatching empty == matching []
  3239. 331.42 s [algebraic-graphs] OK: maxMatching (vertices xs ys) == matching []
  3240. 331.42 s [algebraic-graphs] OK: maxMatching (path [1,2,3,4]) == matching [(1,2), (3,4)]
  3241. 331.42 s [algebraic-graphs] OK: matchingSize (maxMatching (circuit [(1,2), (3,4), (5,6)])) == 3
  3242. 331.42 s [algebraic-graphs] OK: matchingSize (maxMatching (star x (y:ys))) == 1
  3243. 331.42 s [algebraic-graphs] OK: matchingSize (maxMatching (biclique xs ys)) == min (length (nub xs)) (length (nub ys))
  3244. 331.42 s [algebraic-graphs] OK: isMatchingOf (maxMatching x) x == True
  3245. 331.42 s [algebraic-graphs]
  3246. 331.42 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.isVertexCoverOf ============
  3247. 331.42 s [algebraic-graphs] OK: isVertexCoverOf (xs , ys ) empty == Set.null xs && Set.null ys
  3248. 331.42 s [algebraic-graphs] OK: isVertexCoverOf (xs , ys ) (leftVertex x) == Set.isSubsetOf xs (Set.singleton x) && Set.null ys
  3249. 331.42 s [algebraic-graphs] OK: isVertexCoverOf (Set.empty , Set.empty ) (edge x y) == False
  3250. 331.42 s [algebraic-graphs] OK: isVertexCoverOf (Set.singleton x, ys ) (edge x y) == Set.isSubsetOf ys (Set.singleton y)
  3251. 331.42 s [algebraic-graphs] OK: isVertexCoverOf (xs , Set.singleton y) (edge x y) == Set.isSubsetOf xs (Set.singleton x)
  3252. 331.42 s [algebraic-graphs]
  3253. 331.42 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.minVertexCover ============
  3254. 331.42 s [algebraic-graphs] OK: minVertexCover empty == (Set.empty, Set.empty)
  3255. 331.98 s [hie-bios] [ 2 of 16] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, dist/build/HIE/Bios/Config.p_o )
  3256. 332.77 s [hie-bios] [ 3 of 16] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, dist/build/HIE/Bios/Ghc/Gap.p_o )
  3257. 332.77 s [hie-bios] [ 4 of 16] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, dist/build/HIE/Bios/Ghc/Doc.p_o )
  3258. 332.77 s [hie-bios] [ 5 of 16] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, dist/build/HIE/Bios/Ghc/Load.p_o )
  3259. 332.77 s [hie-bios] [ 6 of 16] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, dist/build/HIE/Bios/Types.p_o )
  3260. 332.77 s [hie-bios] [ 7 of 16] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, dist/build/HIE/Bios/Flags.p_o )
  3261. 332.77 s [hie-bios] [ 8 of 16] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, dist/build/HIE/Bios/Environment.p_o )
  3262. 332.77 s [hie-bios] [ 9 of 16] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, dist/build/HIE/Bios/Ghc/Api.p_o )
  3263. 332.77 s [hie-bios] [10 of 16] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, dist/build/HIE/Bios/Ghc/Logger.p_o )
  3264. 332.77 s [hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning: [GHC-62161] [-Wincomplete-patterns]
  3265. 332.77 s [hie-bios] Pattern match(es) are non-exhaustive
  3266. 332.77 s [hie-bios] In an equation for ‘appendLogRef’:
  3267. 332.77 s [hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
  3268. 332.77 s [hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
  3269. 332.77 s [hie-bios] _ _ (LogRef _) _ MCOutput _ _
  3270. 332.77 s [hie-bios] _ _ (LogRef _) _ MCFatal _ _
  3271. 332.77 s [hie-bios] _ _ (LogRef _) _ MCInteractive _ _
  3272. 332.77 s [hie-bios] _ _ (LogRef _) _ MCDump _ _
  3273. 332.77 s [hie-bios] ...
  3274. 332.77 s [hie-bios] |
  3275. 332.77 s [hie-bios] 48 | appendLogRef df style (LogRef ref) _
  3276. 332.77 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  3277. 332.77 s [hie-bios]
  3278. 332.77 s [hie-bios] [11 of 16] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, dist/build/HIE/Bios/Ghc/Check.p_o )
  3279. 332.77 s [hie-bios] [12 of 16] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, dist/build/HIE/Bios/Wrappers.p_o )
  3280. 332.77 s [hie-bios] [13 of 16] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, dist/build/HIE/Bios/Cradle.p_o )
  3281. 332.88 s [hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning: [GHC-40910] [-Wunused-top-binds]
  3282. 332.88 s [hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
  3283. 332.88 s [hie-bios] |
  3284. 332.88 s [hie-bios] 145 | { cradleRoot :: FilePath
  3285. 332.88 s [hie-bios] | ^^^^^^^^^^
  3286. 332.88 s [hie-bios]
  3287. 332.88 s [hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning: [GHC-40910] [-Wunused-top-binds]
  3288. 332.88 s [hie-bios] Defined but not used:
  3289. 332.88 s [hie-bios] record field of ResolvedCradles ‘resolvedCradles’
  3290. 332.88 s [hie-bios] |
  3291. 332.88 s [hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
  3292. 332.88 s [hie-bios] | ^^^^^^^^^^^^^^^
  3293. 332.88 s [hie-bios]
  3294. 332.88 s [hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning: [GHC-40910] [-Wunused-top-binds]
  3295. 332.88 s [hie-bios] Defined but not used:
  3296. 332.88 s [hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
  3297. 332.88 s [hie-bios] |
  3298. 332.88 s [hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
  3299. 332.88 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
  3300. 332.88 s [hie-bios]
  3301. 334.04 s [algebraic-graphs] OK: minVertexCover (vertices xs ys) == (Set.empty, Set.empty)
  3302. 334.04 s [algebraic-graphs] OK: minVertexCover (path [1,2,3]) == (Set.empty, Set.singleton 2)
  3303. 334.04 s [algebraic-graphs] OK: minVertexCover (star x (1:2:ys)) == (Set.singleton x, Set.empty)
  3304. 334.04 s [algebraic-graphs] OK: vertexCoverSize (minVertexCover (biclique xs ys)) == min (length (nub xs)) (length (nub ys))
  3305. 334.04 s [algebraic-graphs] OK: vertexCoverSize . minVertexCover == matchingSize . maxMatching
  3306. 334.04 s [algebraic-graphs] OK: isVertexCoverOf (minVertexCover x) x == True
  3307. 334.04 s [algebraic-graphs]
  3308. 334.04 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.isIndependentSetOf ============
  3309. 334.04 s [algebraic-graphs] OK: isIndependentSetOf (xs , ys ) empty == Set.null xs && Set.null ys
  3310. 334.04 s [algebraic-graphs] OK: isIndependentSetOf (xs , ys ) (leftVertex x) == Set.isSubsetOf xs (Set.singleton x) && Set.null ys
  3311. 334.04 s [algebraic-graphs] OK: isIndependentSetOf (Set.empty , Set.empty ) (edge x y) == True
  3312. 334.04 s [algebraic-graphs] OK: isIndependentSetOf (Set.singleton x, ys ) (edge x y) == Set.null ys
  3313. 334.04 s [algebraic-graphs] OK: isIndependentSetOf (xs , Set.singleton y) (edge x y) == Set.null xs
  3314. 334.04 s [algebraic-graphs]
  3315. 334.04 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.maxIndependentSet ============
  3316. 334.04 s [algebraic-graphs] OK: maxIndependentSet empty == (Set.empty, Set.empty)
  3317. 334.04 s [algebraic-graphs] OK: maxIndependentSet (vertices xs ys) == (Set.fromList xs, Set.fromList ys)
  3318. 334.04 s [algebraic-graphs] OK: maxIndependentSet (path [1,2,3]) == (Set.fromList [1,3], Set.empty)
  3319. 334.04 s [algebraic-graphs] OK: maxIndependentSet (star x (1:2:ys)) == (Set.empty, Set.fromList (1:2:ys))
  3320. 334.04 s [algebraic-graphs] OK: independentSetSize (maxIndependentSet (biclique xs ys)) == max (length (nub xs)) (length (nub ys))
  3321. 334.04 s [algebraic-graphs] OK: independentSetSize (maxIndependentSet x) == vertexCount x - vertexCoverSize (minVertexCover x)
  3322. 334.04 s [algebraic-graphs] OK: isIndependentSetOf (maxIndependentSet x) x == True
  3323. 334.04 s [algebraic-graphs]
  3324. 334.04 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.augmentingPath ============
  3325. 334.04 s [algebraic-graphs] OK: augmentingPath (matching []) empty == Left (Set.empty, Set.empty)
  3326. 334.04 s [algebraic-graphs] OK: augmentingPath (matching []) (edge 1 2) == Right [1,2]
  3327. 334.04 s [algebraic-graphs] OK: augmentingPath (matching [(1,2)]) (path [1,2,3]) == Left (Set.empty, Set.singleton 2)
  3328. 334.04 s [algebraic-graphs] OK: augmentingPath (matching [(3,2)]) (path [1,2,3,4]) == Right [1,2,3,4]
  3329. 334.04 s [algebraic-graphs] OK: isLeft (augmentingPath (maxMatching x) x) == True
  3330. 334.04 s [algebraic-graphs]
  3331. 334.04 s [algebraic-graphs] ============ Bipartite.AdjacencyMap.Algorithm.consistentMatching ============
  3332. 334.04 s [algebraic-graphs] OK: consistentMatching (matching xs) == True
  3333. 334.04 s [algebraic-graphs] OK: consistentMatching (maxMatching x) == True
  3334. 334.04 s [algebraic-graphs]
  3335. 334.04 s [algebraic-graphs] ============ Export.Eq ============
  3336. 334.04 s [algebraic-graphs] OK: mempty /= literal ""
  3337. 334.04 s [algebraic-graphs]
  3338. 334.04 s [algebraic-graphs] ============ Export.Ord ============
  3339. 334.04 s [algebraic-graphs] OK: mempty < literal ""
  3340. 334.04 s [algebraic-graphs]
  3341. 334.04 s [algebraic-graphs] ============ Export.isEmpty ============
  3342. 334.04 s [algebraic-graphs] OK: isEmpty mempty == True
  3343. 334.04 s [algebraic-graphs] OK: isEmpty (literal "") == False
  3344. 334.04 s [algebraic-graphs] OK: isEmpty x == (x == mempty)
  3345. 334.04 s [algebraic-graphs]
  3346. 334.04 s [algebraic-graphs] ============ Export.literal ============
  3347. 334.04 s [algebraic-graphs] OK: literal "Hello, " <> literal "World!" == literal "Hello, World!"
  3348. 334.04 s [algebraic-graphs] OK: literal "I am just a string literal" == "I am just a string literal"
  3349. 334.04 s [algebraic-graphs] OK: render . literal == id
  3350. 334.04 s [algebraic-graphs]
  3351. 334.04 s [algebraic-graphs] ============ Export.render ============
  3352. 334.04 s [algebraic-graphs] OK: render (literal "al" <> literal "ga") == "alga"
  3353. 334.04 s [algebraic-graphs] OK: render mempty == mempty
  3354. 334.04 s [algebraic-graphs]
  3355. 334.04 s [algebraic-graphs] ============ Export.<+> ============
  3356. 334.04 s [algebraic-graphs] OK: x <+> mempty == x
  3357. 334.04 s [algebraic-graphs] OK: mempty <+> x == x
  3358. 334.04 s [algebraic-graphs] OK: x <+> (y <+> z) == (x <+> y) <+> z
  3359. 334.05 s [algebraic-graphs] OK: "name" <+> "surname" == "name surname"
  3360. 334.05 s [algebraic-graphs]
  3361. 334.05 s [algebraic-graphs] ============ Export.brackets ============
  3362. 334.05 s [algebraic-graphs] OK: brackets "i" == "[i]"
  3363. 334.05 s [algebraic-graphs] OK: brackets mempty == "[]"
  3364. 334.05 s [algebraic-graphs]
  3365. 334.05 s [algebraic-graphs] ============ Export.doubleQuotes ============
  3366. 334.05 s [algebraic-graphs] OK: doubleQuotes "/path/with spaces" == "\"/path/with spaces\""
  3367. 334.05 s [algebraic-graphs] OK: doubleQuotes (doubleQuotes mempty) == "\"\"\"\""
  3368. 334.05 s [algebraic-graphs]
  3369. 334.05 s [algebraic-graphs] ============ Export.indent ============
  3370. 334.05 s [algebraic-graphs] OK: indent 0 == id
  3371. 334.05 s [algebraic-graphs] OK: indent 1 mempty == " "
  3372. 334.05 s [algebraic-graphs]
  3373. 334.05 s [algebraic-graphs] ============ Export.unlines ============
  3374. 334.05 s [algebraic-graphs] OK: unlines [] == mempty
  3375. 334.05 s [algebraic-graphs] OK: unlines [mempty] == "\n"
  3376. 334.05 s [algebraic-graphs] OK: unlines ["title", "subtitle"] == "title\nsubtitle\n"
  3377. 334.05 s [algebraic-graphs]
  3378. 334.05 s [algebraic-graphs] ============ Export.export ============
  3379. 334.05 s [algebraic-graphs] OK: render $ export vDoc eDoc (1 + 2 * (3 + 4) :: Graph Int)
  3380. 334.05 s [algebraic-graphs]
  3381. 334.05 s [algebraic-graphs] ============ Export.Dot.export ============
  3382. 334.05 s [algebraic-graphs] OK: export style (1 * 2 + 3 * 4 * 5 :: Graph Int)
  3383. 334.05 s [algebraic-graphs]
  3384. 334.05 s [algebraic-graphs] =========== Export.Dot.attributeQuoting ============
  3385. 334.05 s [algebraic-graphs] OK: export style' (1 * 2 + 3 * 4 * 5 :: Graph Int)
  3386. 334.05 s [algebraic-graphs]
  3387. 334.05 s [algebraic-graphs] ============ Export.Dot.exportAsIs ============
  3388. 334.05 s [algebraic-graphs] OK: exportAsIs (circuit ["a", "b", "c"] :: Graph String)
  3389. 334.05 s [algebraic-graphs]
  3390. 334.05 s [algebraic-graphs] ============ Export.Dot.exportViaShow ============
  3391. 334.05 s [algebraic-graphs] OK: exportViaShow (1 + 2 * (3 + 4) :: Graph Int)
  3392. 334.05 s [algebraic-graphs]
  3393. 334.05 s [algebraic-graphs] ============ Graph ============
  3394. 334.05 s [algebraic-graphs] OK: Axioms of graphs
  3395. 334.05 s [algebraic-graphs] OK: Theorems of graphs
  3396. 334.05 s [algebraic-graphs]
  3397. 334.05 s [algebraic-graphs] ============ Graph.Ord ============
  3398. 334.05 s [algebraic-graphs] OK: vertex 1 < vertex 2
  3399. 334.05 s [algebraic-graphs] OK: vertex 3 < edge 1 2
  3400. 334.05 s [algebraic-graphs] OK: vertex 1 < edge 1 1
  3401. 334.05 s [algebraic-graphs] OK: edge 1 1 < edge 1 2
  3402. 334.05 s [algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
  3403. 334.05 s [algebraic-graphs] OK: edge 1 2 < edge 1 3
  3404. 334.05 s [algebraic-graphs] OK: x <= x + y
  3405. 334.05 s [algebraic-graphs] OK: x + y <= x * y
  3406. 334.05 s [algebraic-graphs]
  3407. 334.05 s [algebraic-graphs] ============ Graph.empty ============
  3408. 334.05 s [algebraic-graphs] OK: isEmpty empty == True
  3409. 334.05 s [algebraic-graphs] OK: hasVertex x empty == False
  3410. 334.05 s [algebraic-graphs] OK: vertexCount empty == 0
  3411. 334.05 s [algebraic-graphs] OK: edgeCount empty == 0
  3412. 334.05 s [algebraic-graphs]
  3413. 334.05 s [algebraic-graphs] ============ Graph.vertex ============
  3414. 334.05 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  3415. 334.05 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  3416. 334.05 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  3417. 334.05 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  3418. 334.05 s [algebraic-graphs]
  3419. 334.05 s [algebraic-graphs] ============ Graph.edge ============
  3420. 334.05 s [algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
  3421. 334.05 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  3422. 334.05 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  3423. 334.05 s [algebraic-graphs] OK: vertexCount (edge 1 1) == 1
  3424. 334.05 s [algebraic-graphs] OK: vertexCount (edge 1 2) == 2
  3425. 334.05 s [algebraic-graphs]
  3426. 334.05 s [algebraic-graphs] ============ Graph.overlay ============
  3427. 334.05 s [algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
  3428. 334.05 s [algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
  3429. 334.05 s [algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
  3430. 334.05 s [algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
  3431. 334.05 s [algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
  3432. 334.05 s [algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
  3433. 334.05 s [algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
  3434. 334.05 s [algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
  3435. 334.05 s [algebraic-graphs]
  3436. 334.05 s [algebraic-graphs] ============ Graph.connect ============
  3437. 334.05 s [algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
  3438. 334.05 s [algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
  3439. 334.05 s [algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
  3440. 334.05 s [algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
  3441. 334.05 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
  3442. 334.05 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
  3443. 334.05 s [algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
  3444. 334.05 s [algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
  3445. 334.05 s [algebraic-graphs] OK: vertexCount (connect 1 2) == 2
  3446. 334.05 s [algebraic-graphs] OK: edgeCount (connect 1 2) == 1
  3447. 334.05 s [algebraic-graphs]
  3448. 334.05 s [algebraic-graphs] ============ Graph.vertices ============
  3449. 334.05 s [algebraic-graphs] OK: vertices [] == empty
  3450. 334.05 s [algebraic-graphs] OK: vertices [x] == vertex x
  3451. 334.05 s [algebraic-graphs] OK: vertices == overlays . map vertex
  3452. 334.05 s [algebraic-graphs] OK: hasVertex x . vertices == elem x
  3453. 334.05 s [algebraic-graphs] OK: vertexCount . vertices == length . nub
  3454. 334.05 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  3455. 334.05 s [algebraic-graphs]
  3456. 334.05 s [algebraic-graphs] ============ Graph.edges ============
  3457. 334.05 s [algebraic-graphs] OK: edges [] == empty
  3458. 334.05 s [algebraic-graphs] OK: edges [(x,y)] == edge x y
  3459. 334.05 s [algebraic-graphs] OK: edges == overlays . map (uncurry edge)
  3460. 334.05 s [algebraic-graphs] OK: edgeCount . edges == length . nub
  3461. 334.05 s [algebraic-graphs]
  3462. 334.05 s [algebraic-graphs] ============ Graph.overlays ============
  3463. 334.05 s [algebraic-graphs] OK: overlays [] == empty
  3464. 334.05 s [algebraic-graphs] OK: overlays [x] == x
  3465. 334.05 s [algebraic-graphs] OK: overlays [x,y] == overlay x y
  3466. 334.05 s [algebraic-graphs] OK: overlays == foldr overlay empty
  3467. 334.05 s [algebraic-graphs] OK: isEmpty . overlays == all isEmpty
  3468. 334.05 s [algebraic-graphs]
  3469. 334.05 s [algebraic-graphs] ============ Graph.connects ============
  3470. 334.05 s [algebraic-graphs] OK: connects [] == empty
  3471. 334.05 s [algebraic-graphs] OK: connects [x] == x
  3472. 334.05 s [algebraic-graphs] OK: connects [x,y] == connect x y
  3473. 334.05 s [algebraic-graphs] OK: connects == foldr connect empty
  3474. 334.05 s [algebraic-graphs] OK: isEmpty . connects == all isEmpty
  3475. 334.05 s [algebraic-graphs]
  3476. 334.05 s [algebraic-graphs] ============ Graph.isSubgraphOf ============
  3477. 334.05 s [algebraic-graphs] OK: isSubgraphOf empty x == True
  3478. 334.05 s [algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
  3479. 334.05 s [algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
  3480. 334.05 s [algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
  3481. 334.05 s [algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
  3482. 334.05 s [algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
  3483. 334.05 s [algebraic-graphs]
  3484. 334.05 s [algebraic-graphs] ============ Graph.toGraph et al. ============
  3485. 334.05 s [algebraic-graphs] OK: toGraph == foldg Empty Vertex Overlay Connect
  3486. 334.05 s [algebraic-graphs] OK: foldg == Algebra.Graph.foldg . toGraph
  3487. 334.05 s [algebraic-graphs] OK: isEmpty == foldg True (const False) (&&) (&&)
  3488. 334.05 s [algebraic-graphs] OK: size == foldg 1 (const 1) (+) (+)
  3489. 334.05 s [algebraic-graphs] OK: hasVertex x == foldg False (==x) (||) (||)
  3490. 334.05 s [algebraic-graphs] OK: hasEdge x y == Algebra.Graph.hasEdge x y . toGraph
  3491. 334.05 s [algebraic-graphs] OK: vertexCount == Set.size . vertexSet
  3492. 334.05 s [algebraic-graphs] OK: edgeCount == Set.size . edgeSet
  3493. 334.05 s [algebraic-graphs] OK: vertexList == Set.toAscList . vertexSet
  3494. 334.93 s [algebraic-graphs] OK: edgeList == Set.toAscList . edgeSet
  3495. 334.93 s [algebraic-graphs] OK: vertexSet == foldg Set.empty Set.singleton Set.union Set.union
  3496. 334.93 s [algebraic-graphs] OK: vertexIntSet == foldg IntSet.empty IntSet.singleton IntSet.union IntSet.union
  3497. 334.93 s [algebraic-graphs] OK: edgeSet == Algebra.Graph.AdjacencyMap.edgeSet . foldg empty vertex overlay connect
  3498. 334.93 s [algebraic-graphs] OK: preSet x == Algebra.Graph.AdjacencyMap.preSet x . toAdjacencyMap
  3499. 334.93 s [algebraic-graphs] OK: preIntSet x == Algebra.Graph.AdjacencyIntMap.preIntSet x . toAdjacencyIntMap
  3500. 334.93 s [algebraic-graphs] OK: postSet x == Algebra.Graph.AdjacencyMap.postSet x . toAdjacencyMap
  3501. 334.93 s [algebraic-graphs] OK: postIntSet x == Algebra.Graph.AdjacencyIntMap.postIntSet x . toAdjacencyIntMap
  3502. 334.93 s [algebraic-graphs] OK: adjacencyList == Algebra.Graph.AdjacencyMap.adjacencyList . toAdjacencyMap
  3503. 334.93 s [algebraic-graphs] OK: adjacencyMap == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMap
  3504. 334.93 s [algebraic-graphs] OK: adjacencyIntMap == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMap
  3505. 334.93 s [algebraic-graphs] OK: adjacencyMapTranspose == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMapTranspose
  3506. 334.93 s [algebraic-graphs] OK: adjacencyIntMapTranspose == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMapTranspose
  3507. 334.93 s [algebraic-graphs] OK: dfsForest == Algebra.Graph.AdjacencyMap.dfsForest . toAdjacencyMap
  3508. 334.93 s [algebraic-graphs] OK: dfsForestFrom == Algebra.Graph.AdjacencyMap.dfsForestFrom . toAdjacencyMap
  3509. 334.93 s [algebraic-graphs] OK: dfs == Algebra.Graph.AdjacencyMap.dfs . toAdjacencyMap
  3510. 334.93 s [algebraic-graphs] OK: reachable == Algebra.Graph.AdjacencyMap.reachable . toAdjacencyMap
  3511. 334.93 s [algebraic-graphs] OK: topSort == Algebra.Graph.AdjacencyMap.topSort . toAdjacencyMap
  3512. 334.93 s [algebraic-graphs] OK: isAcyclic == Algebra.Graph.AdjacencyMap.isAcyclic . toAdjacencyMap
  3513. 334.93 s [algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
  3514. 334.93 s [algebraic-graphs] OK: toAdjacencyMap == foldg empty vertex overlay connect
  3515. 334.93 s [algebraic-graphs] OK: toAdjacencyMapTranspose == foldg empty vertex overlay (flip connect)
  3516. 334.93 s [algebraic-graphs] OK: toAdjacencyIntMap == foldg empty vertex overlay connect
  3517. 334.93 s [algebraic-graphs] OK: toAdjacencyIntMapTranspose == foldg empty vertex overlay (flip connect)
  3518. 334.93 s [algebraic-graphs] OK: isDfsForestOf f == Algebra.Graph.AdjacencyMap.isDfsForestOf f . toAdjacencyMap
  3519. 334.93 s [algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
  3520. 334.93 s [algebraic-graphs]
  3521. 334.93 s [algebraic-graphs] ============ Graph.foldg ============
  3522. 334.93 s [algebraic-graphs] OK: foldg empty vertex overlay connect == id
  3523. 334.93 s [algebraic-graphs] OK: foldg empty vertex overlay (flip connect) == transpose
  3524. 334.93 s [algebraic-graphs] OK: foldg 1 (const 1) (+) (+) == size
  3525. 334.93 s [algebraic-graphs] OK: foldg True (const False) (&&) (&&) == isEmpty
  3526. 334.93 s [algebraic-graphs]
  3527. 334.93 s [algebraic-graphs] ============ Graph.isEmpty ============
  3528. 334.93 s [algebraic-graphs] OK: isEmpty empty == True
  3529. 334.93 s [algebraic-graphs] OK: isEmpty (overlay empty empty) == True
  3530. 334.93 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  3531. 334.93 s [algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
  3532. 334.93 s [algebraic-graphs] OK: isEmpty (removeEdge x y $ edge x y) == False
  3533. 334.93 s [algebraic-graphs]
  3534. 334.93 s [algebraic-graphs] ============ Graph.hasVertex ============
  3535. 334.93 s [algebraic-graphs] OK: hasVertex x empty == False
  3536. 334.93 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  3537. 334.93 s [algebraic-graphs] OK: hasVertex x . removeVertex x == const False
  3538. 334.93 s [algebraic-graphs]
  3539. 334.93 s [algebraic-graphs] ============ Graph.hasEdge ============
  3540. 334.93 s [algebraic-graphs] OK: hasEdge x y empty == False
  3541. 334.93 s [algebraic-graphs] OK: hasEdge x y (vertex z) == False
  3542. 334.93 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  3543. 334.93 s [algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
  3544. 334.93 s [algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
  3545. 334.93 s [algebraic-graphs]
  3546. 334.93 s [algebraic-graphs] ============ Graph.vertexCount ============
  3547. 334.93 s [algebraic-graphs] OK: vertexCount empty == 0
  3548. 334.93 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  3549. 334.93 s [algebraic-graphs] OK: vertexCount == length . vertexList
  3550. 334.93 s [algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
  3551. 334.93 s [algebraic-graphs]
  3552. 334.93 s [algebraic-graphs] ============ Graph.edgeCount ============
  3553. 334.93 s [algebraic-graphs] OK: edgeCount empty == 0
  3554. 334.93 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  3555. 334.93 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  3556. 334.93 s [algebraic-graphs] OK: edgeCount == length . edgeList
  3557. 334.93 s [algebraic-graphs]
  3558. 334.93 s [algebraic-graphs] ============ Graph.vertexList ============
  3559. 334.93 s [algebraic-graphs] OK: vertexList empty == []
  3560. 334.93 s [algebraic-graphs] OK: vertexList (vertex x) == [x]
  3561. 334.93 s [algebraic-graphs] OK: vertexList . vertices == nub . sort
  3562. 334.93 s [algebraic-graphs]
  3563. 334.93 s [algebraic-graphs] ============ Graph.vertexSet ============
  3564. 334.93 s [algebraic-graphs] OK: vertexSet empty == Set.empty
  3565. 334.93 s [algebraic-graphs] OK: vertexSet . vertex == Set.singleton
  3566. 334.93 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  3567. 334.93 s [algebraic-graphs]
  3568. 334.93 s [algebraic-graphs] ============ Graph.vertexIntSet ============
  3569. 334.93 s [algebraic-graphs] OK: vertexIntSet empty == IntSet.empty
  3570. 334.93 s [algebraic-graphs] OK: vertexIntSet . vertex == IntSet.singleton
  3571. 334.93 s [algebraic-graphs] OK: vertexIntSet . vertices == IntSet.fromList
  3572. 334.93 s [algebraic-graphs] OK: vertexIntSet . clique == IntSet.fromList
  3573. 334.93 s [algebraic-graphs]
  3574. 334.93 s [algebraic-graphs] ============ Graph.edgeList ============
  3575. 334.93 s [algebraic-graphs] OK: edgeList empty == []
  3576. 334.93 s [algebraic-graphs] OK: edgeList (vertex x) == []
  3577. 334.93 s [algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
  3578. 334.93 s [algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
  3579. 334.93 s [algebraic-graphs] OK: edgeList . edges == nub . sort
  3580. 334.93 s [algebraic-graphs]
  3581. 334.93 s [algebraic-graphs] ============ Graph.edgeSet ============
  3582. 334.93 s [algebraic-graphs] OK: edgeSet empty == Set.empty
  3583. 334.93 s [algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
  3584. 334.93 s [algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
  3585. 334.93 s [algebraic-graphs] OK: edgeSet . edges == Set.fromList
  3586. 334.93 s [algebraic-graphs]
  3587. 334.93 s [algebraic-graphs] ============ Graph.adjacencyList ============
  3588. 334.93 s [algebraic-graphs] OK: adjacencyList empty == []
  3589. 334.93 s [algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
  3590. 334.93 s [algebraic-graphs] OK: adjacencyList (edge 1 2) == [(1, [2]), (2, [])]
  3591. 334.93 s [algebraic-graphs] OK: adjacencyList (star 2 [3,1]) == [(1, []), (2, [1,3]), (3, [])]
  3592. 334.93 s [algebraic-graphs]
  3593. 334.93 s [algebraic-graphs] ============ Graph.preSet ============
  3594. 334.93 s [algebraic-graphs] OK: preSet x empty == Set.empty
  3595. 334.93 s [algebraic-graphs] OK: preSet x (vertex x) == Set.empty
  3596. 334.93 s [algebraic-graphs] OK: preSet 1 (edge 1 2) == Set.empty
  3597. 334.93 s [algebraic-graphs] OK: preSet y (edge x y) == Set.fromList [x]
  3598. 334.93 s [algebraic-graphs]
  3599. 334.93 s [algebraic-graphs] ============ Graph.preIntSet ============
  3600. 334.93 s [algebraic-graphs] OK: preIntSet x empty == IntSet.empty
  3601. 334.93 s [algebraic-graphs] OK: preIntSet x (vertex x) == IntSet.empty
  3602. 334.93 s [algebraic-graphs] OK: preIntSet 1 (edge 1 2) == IntSet.empty
  3603. 334.93 s [algebraic-graphs] OK: preIntSet y (edge x y) == IntSet.fromList [x]
  3604. 334.93 s [algebraic-graphs]
  3605. 334.93 s [algebraic-graphs] ============ Graph.postSet ============
  3606. 334.93 s [algebraic-graphs] OK: postSet x empty == Set.empty
  3607. 334.93 s [algebraic-graphs] OK: postSet x (vertex x) == Set.empty
  3608. 334.93 s [algebraic-graphs] OK: postSet x (edge x y) == Set.fromList [y]
  3609. 334.93 s [algebraic-graphs] OK: postSet 2 (edge 1 2) == Set.empty
  3610. 334.93 s [algebraic-graphs]
  3611. 334.93 s [algebraic-graphs] ============ Graph.postIntSet ============
  3612. 334.93 s [algebraic-graphs] OK: postIntSet x empty == IntSet.empty
  3613. 334.93 s [algebraic-graphs] OK: postIntSet x (vertex x) == IntSet.empty
  3614. 334.93 s [algebraic-graphs] OK: postIntSet 2 (edge 1 2) == IntSet.empty
  3615. 334.93 s [algebraic-graphs] OK: postIntSet x (edge x y) == IntSet.fromList [y]
  3616. 334.93 s [algebraic-graphs]
  3617. 334.93 s [algebraic-graphs] ============ Graph.size ============
  3618. 334.93 s [algebraic-graphs] OK: size empty == 1
  3619. 334.93 s [algebraic-graphs] OK: size (vertex x) == 1
  3620. 334.93 s [algebraic-graphs] OK: size (overlay x y) == size x + size y
  3621. 334.93 s [algebraic-graphs] OK: size (connect x y) == size x + size y
  3622. 334.93 s [algebraic-graphs] OK: size x >= 1
  3623. 334.93 s [algebraic-graphs] OK: size x >= vertexCount x
  3624. 334.93 s [algebraic-graphs]
  3625. 334.93 s [algebraic-graphs] ============ Graph.path ============
  3626. 334.93 s [algebraic-graphs] OK: path [] == empty
  3627. 334.93 s [algebraic-graphs] OK: path [x] == vertex x
  3628. 334.93 s [algebraic-graphs] OK: path [x,y] == edge x y
  3629. 334.93 s [algebraic-graphs]
  3630. 334.93 s [algebraic-graphs] ============ Graph.circuit ============
  3631. 334.93 s [algebraic-graphs] OK: circuit [] == empty
  3632. 334.93 s [algebraic-graphs] OK: circuit [x] == edge x x
  3633. 334.93 s [algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
  3634. 334.93 s [algebraic-graphs]
  3635. 334.93 s [algebraic-graphs] ============ Graph.clique ============
  3636. 334.93 s [algebraic-graphs] OK: clique [] == empty
  3637. 334.93 s [algebraic-graphs] OK: clique [x] == vertex x
  3638. 334.93 s [algebraic-graphs] OK: clique [x,y] == edge x y
  3639. 334.93 s [algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
  3640. 334.93 s [algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
  3641. 334.93 s [algebraic-graphs]
  3642. 334.93 s [algebraic-graphs] ============ Graph.biclique ============
  3643. 334.93 s [algebraic-graphs] OK: biclique [] [] == empty
  3644. 334.93 s [algebraic-graphs] OK: biclique [x] [] == vertex x
  3645. 334.93 s [algebraic-graphs] OK: biclique [] [y] == vertex y
  3646. 334.93 s [algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
  3647. 334.93 s [algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
  3648. 334.93 s [algebraic-graphs]
  3649. 334.93 s [algebraic-graphs] ============ Graph.star ============
  3650. 334.93 s [algebraic-graphs] OK: star x [] == vertex x
  3651. 334.93 s [algebraic-graphs] OK: star x [y] == edge x y
  3652. 334.93 s [algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
  3653. 334.93 s [algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
  3654. 334.93 s [algebraic-graphs]
  3655. 334.93 s [algebraic-graphs] ============ Graph.stars ============
  3656. 334.93 s [algebraic-graphs] OK: stars [] == empty
  3657. 334.93 s [algebraic-graphs] OK: stars [(x, [])] == vertex x
  3658. 334.93 s [algebraic-graphs] OK: stars [(x, [y])] == edge x y
  3659. 334.93 s [algebraic-graphs] OK: stars [(x, ys)] == star x ys
  3660. 334.93 s [algebraic-graphs] OK: stars == overlays . map (uncurry star)
  3661. 334.93 s [algebraic-graphs] OK: stars . adjacencyList == id
  3662. 334.93 s [algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
  3663. 334.93 s [algebraic-graphs]
  3664. 334.93 s [algebraic-graphs] ============ Graph.tree ============
  3665. 334.93 s [algebraic-graphs] OK: tree (Node x []) == vertex x
  3666. 334.93 s [algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
  3667. 334.93 s [algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
  3668. 334.94 s [algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
  3669. 334.94 s [algebraic-graphs]
  3670. 334.94 s [algebraic-graphs] ============ Graph.forest ============
  3671. 334.94 s [algebraic-graphs] OK: forest [] == empty
  3672. 334.94 s [algebraic-graphs] OK: forest [x] == tree x
  3673. 334.94 s [algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
  3674. 334.94 s [algebraic-graphs] OK: forest == overlays . map tree
  3675. 334.94 s [algebraic-graphs]
  3676. 334.94 s [algebraic-graphs] ============ Graph.removeVertex ============
  3677. 335.37 s [pandoc] [108 of 220] Compiling Text.Pandoc.Readers.Vimwiki
  3678. 335.43 s [hie-bios] [14 of 16] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, dist/build/HIE/Bios/Internal/Debug.p_o )
  3679. 335.72 s [hie-bios] [15 of 16] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.p_o )
  3680. 335.72 s [hie-bios] [16 of 16] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, dist/build/Paths_hie_bios.p_o )
  3681. 339.55 s [algebraic-graphs] OK: removeVertex x (vertex x) == empty
  3682. 339.55 s [algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
  3683. 339.55 s [algebraic-graphs] OK: removeVertex x (edge x x) == empty
  3684. 339.69 s [algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
  3685. 339.69 s [algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
  3686. 339.69 s [algebraic-graphs]
  3687. 339.69 s [algebraic-graphs] ============ Graph.removeEdge ============
  3688. 339.69 s [algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
  3689. 339.69 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  3690. 339.69 s [algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
  3691. 339.69 s [algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
  3692. 339.69 s [algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
  3693. 339.69 s [algebraic-graphs] OK: size (removeEdge x y z) <= 3 * size z
  3694. 339.69 s [algebraic-graphs]
  3695. 339.69 s [algebraic-graphs] ============ Graph.replaceVertex ============
  3696. 339.69 s [algebraic-graphs] OK: replaceVertex x x == id
  3697. 339.69 s [algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
  3698. 339.69 s [algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
  3699. 339.69 s [algebraic-graphs]
  3700. 339.69 s [algebraic-graphs] ============ Graph.mergeVertices ============
  3701. 339.69 s [algebraic-graphs] OK: mergeVertices (const False) x == id
  3702. 339.69 s [algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
  3703. 339.69 s [algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
  3704. 339.69 s [algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
  3705. 339.69 s [algebraic-graphs]
  3706. 339.69 s [algebraic-graphs] ============ Graph.transpose ============
  3707. 339.69 s [algebraic-graphs] OK: transpose empty == empty
  3708. 339.69 s [algebraic-graphs] OK: transpose (vertex x) == vertex x
  3709. 339.69 s [algebraic-graphs] OK: transpose (edge x y) == edge y x
  3710. 339.69 s [algebraic-graphs] OK: transpose . transpose == id
  3711. 339.69 s [algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
  3712. 339.69 s [algebraic-graphs]
  3713. 339.69 s [algebraic-graphs] ============ Graph.gmap ============
  3714. 339.69 s [algebraic-graphs] OK: gmap f empty == empty
  3715. 339.69 s [algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
  3716. 339.69 s [algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
  3717. 339.69 s [algebraic-graphs] OK: gmap id == id
  3718. 339.69 s [algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
  3719. 339.69 s [algebraic-graphs]
  3720. 339.69 s [algebraic-graphs] ============ Graph.induce ============
  3721. 339.69 s [algebraic-graphs] OK: induce (const True ) x == x
  3722. 339.69 s [algebraic-graphs] OK: induce (const False) x == empty
  3723. 339.69 s [algebraic-graphs] OK: induce (/= x) == removeVertex x
  3724. 339.69 s [algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
  3725. 339.69 s [algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
  3726. 339.69 s [algebraic-graphs]
  3727. 339.69 s [algebraic-graphs] ============ Graph.induceJust ============
  3728. 339.69 s [algebraic-graphs] OK: induceJust (vertex Nothing) == empty
  3729. 339.69 s [algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
  3730. 339.69 s [algebraic-graphs] OK: induceJust . gmap Just == id
  3731. 339.69 s [algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
  3732. 339.69 s [algebraic-graphs]
  3733. 339.69 s [algebraic-graphs] ============ Graph.compose ============
  3734. 339.69 s [algebraic-graphs] OK: compose empty x == empty
  3735. 339.69 s [algebraic-graphs] OK: compose x empty == empty
  3736. 339.69 s [algebraic-graphs] OK: compose (vertex x) y == empty
  3737. 339.69 s [algebraic-graphs] OK: compose x (vertex y) == empty
  3738. 339.69 s [algebraic-graphs] OK: compose x (compose y z) == compose (compose x y) z
  3739. 339.69 s [algebraic-graphs] OK: compose x (overlay y z) == overlay (compose x y) (compose x z)
  3740. 339.69 s [algebraic-graphs] OK: compose (overlay x y) z == overlay (compose x z) (compose y z)
  3741. 339.69 s [algebraic-graphs] OK: compose (edge x y) (edge y z) == edge x z
  3742. 339.69 s [algebraic-graphs] OK: compose (path [1..5]) (path [1..5]) == edges [(1,3),(2,4),(3,5)]
  3743. 339.69 s [algebraic-graphs] OK: compose (circuit [1..5]) (circuit [1..5]) == circuit [1,3,5,2,4]
  3744. 339.69 s [algebraic-graphs] OK: size (compose x y) <= edgeCount x + edgeCount y + 1
  3745. 339.69 s [algebraic-graphs]
  3746. 339.69 s [algebraic-graphs] ============ Graph.(===) ============
  3747. 339.69 s [algebraic-graphs] OK: x === x == True
  3748. 339.69 s [algebraic-graphs] OK: x === x + empty == False
  3749. 339.69 s [algebraic-graphs] OK: x + y === x + y == True
  3750. 339.69 s [algebraic-graphs] OK: 1 + 2 === 2 + 1 == False
  3751. 339.69 s [algebraic-graphs] OK: x + y === x * y == False
  3752. 339.69 s [algebraic-graphs]
  3753. 339.69 s [algebraic-graphs] ============ Graph.mesh ============
  3754. 339.69 s [algebraic-graphs] OK: mesh xs [] == empty
  3755. 339.69 s [algebraic-graphs] OK: mesh [] ys == empty
  3756. 339.69 s [algebraic-graphs] OK: mesh [x] [y] == vertex (x, y)
  3757. 339.69 s [algebraic-graphs] OK: mesh xs ys == box (path xs) (path ys)
  3758. 339.69 s [algebraic-graphs] OK: mesh [1..3] "ab" == <correct result>
  3759. 339.69 s [algebraic-graphs] OK: size (mesh xs ys) == max 1 (3 * length xs * length ys - length xs - length ys -1)
  3760. 339.69 s [algebraic-graphs]
  3761. 339.69 s [algebraic-graphs] ============ Graph.torus ============
  3762. 339.69 s [algebraic-graphs] OK: torus xs [] == empty
  3763. 339.69 s [algebraic-graphs] OK: torus [] ys == empty
  3764. 339.69 s [algebraic-graphs] OK: torus [x] [y] == edge (x,y) (x,y)
  3765. 339.69 s [algebraic-graphs] OK: torus xs ys == box (circuit xs) (circuit ys)
  3766. 339.69 s [algebraic-graphs] OK: torus [1,2] "ab" == <correct result>
  3767. 339.69 s [algebraic-graphs] OK: size (torus xs ys) == max 1 (3 * length xs * length ys)
  3768. 339.69 s [algebraic-graphs]
  3769. 339.69 s [algebraic-graphs] ============ Graph.deBruijn ============
  3770. 339.69 s [algebraic-graphs] OK: deBruijn 0 xs == edge [] []
  3771. 339.69 s [algebraic-graphs] OK: n > 0 ==> deBruijn n [] == empty
  3772. 339.69 s [algebraic-graphs] OK: deBruijn 1 [0,1] == edges [ ([0],[0]), ([0],[1]), ([1],[0]), ([1],[1]) ]
  3773. 339.69 s [algebraic-graphs] OK: deBruijn 2 "0" == edge "00" "00"
  3774. 339.69 s [algebraic-graphs] OK: deBruijn 2 "01" == <correct result>
  3775. 339.69 s [algebraic-graphs] OK: transpose (deBruijn n xs) == gmap reverse $ deBruijn n xs
  3776. 339.69 s [algebraic-graphs] OK: vertexCount (deBruijn n xs) == (length $ nub xs)^n
  3777. 339.69 s [algebraic-graphs] OK: n > 0 ==> edgeCount (deBruijn n xs) == (length $ nub xs)^(n + 1)
  3778. 339.69 s [algebraic-graphs]
  3779. 339.69 s [algebraic-graphs] ============ Graph.splitVertex ============
  3780. 339.69 s [algebraic-graphs] OK: splitVertex x [] == removeVertex x
  3781. 339.69 s [algebraic-graphs] OK: splitVertex x [x] == id
  3782. 339.69 s [algebraic-graphs] OK: splitVertex x [y] == replaceVertex x y
  3783. 339.69 s [algebraic-graphs] OK: splitVertex 1 [0, 1] $ 1 * (2 + 3) == (0 + 1) * (2 + 3)
  3784. 339.69 s [algebraic-graphs]
  3785. 339.69 s [algebraic-graphs] ============ Graph.bind ============
  3786. 339.69 s [algebraic-graphs] OK: bind empty f == empty
  3787. 339.69 s [algebraic-graphs] OK: bind (vertex x) f == f x
  3788. 339.69 s [algebraic-graphs] OK: bind (edge x y) f == connect (f x) (f y)
  3789. 339.69 s [algebraic-graphs] OK: bind (vertices xs) f == overlays (map f xs)
  3790. 339.69 s [algebraic-graphs] OK: bind x (const empty) == empty
  3791. 339.69 s [algebraic-graphs] OK: bind x vertex == x
  3792. 339.69 s [algebraic-graphs] OK: bind (bind x f) g == bind x (\y -> bind (f y) g)
  3793. 339.69 s [algebraic-graphs]
  3794. 339.69 s [algebraic-graphs] ============ Graph.simplify ============
  3795. 339.69 s [algebraic-graphs] OK: simplify == id
  3796. 339.69 s [algebraic-graphs] OK: size (simplify x) <= size x
  3797. 339.69 s [algebraic-graphs]
  3798. 339.69 s [algebraic-graphs] ============ Graph.box ============
  3799. 339.69 s [algebraic-graphs] OK: box x y ~~ box y x
  3800. 339.69 s [algebraic-graphs] OK: box x (overlay y z) == overlay (box x y) (box x z)
  3801. 339.69 s [algebraic-graphs] OK: box x (vertex ()) ~~ x
  3802. 339.69 s [algebraic-graphs] OK: box x empty ~~ empty
  3803. 339.69 s [algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
  3804. 339.69 s [algebraic-graphs] OK: transpose (box x y) == box (transpose x) (transpose y)
  3805. 339.69 s [algebraic-graphs] OK: vertexCount (box x y) == vertexCount x * vertexCount y
  3806. 339.69 s [algebraic-graphs] OK: edgeCount (box x y) <= vertexCount x * edgeCount y + edgeCount x * vertexCount y
  3807. 339.69 s [algebraic-graphs]
  3808. 339.69 s [algebraic-graphs] ============ Graph.sparsify ============
  3809. 339.69 s [algebraic-graphs] OK: sort . reachable x == sort . rights . reachable (sparsify x) . Right
  3810. 339.69 s [algebraic-graphs] OK: vertexCount (sparsify x) <= vertexCount x + size x + 1
  3811. 339.69 s [algebraic-graphs] OK: edgeCount (sparsify x) <= 3 * size x
  3812. 339.69 s [algebraic-graphs] OK: size (sparsify x) <= 3 * size x
  3813. 339.69 s [algebraic-graphs]
  3814. 339.69 s [algebraic-graphs] ============ Graph.sparsifyKL ============
  3815. 339.69 s [algebraic-graphs] OK: sort . reachable x == sort . filter (<= n) . reachable (sparsifyKL n x)
  3816. 339.69 s [algebraic-graphs] OK: length (vertices $ sparsifyKL n x) <= vertexCount x + size x + 1
  3817. 339.69 s [algebraic-graphs] OK: length (edges $ sparsifyKL n x) <= 3 * size x
  3818. 339.69 s [algebraic-graphs]
  3819. 339.69 s [algebraic-graphs] ============ Graph.context ============
  3820. 339.69 s [algebraic-graphs] OK: context (const False) x == Nothing
  3821. 339.69 s [algebraic-graphs] OK: context (== 1) (edge 1 2) == Just (Context [ ] [2 ])
  3822. 339.69 s [algebraic-graphs] OK: context (== 2) (edge 1 2) == Just (Context [1 ] [ ])
  3823. 339.69 s [algebraic-graphs] OK: context (const True ) (edge 1 2) == Just (Context [1 ] [2 ])
  3824. 339.69 s [algebraic-graphs] OK: context (== 4) (3 * 1 * 4 * 1 * 5) == Just (Context [3,1] [1,5])
  3825. 339.69 s [algebraic-graphs]
  3826. 339.69 s [algebraic-graphs] ============ Graph.buildg ============
  3827. 339.69 s [algebraic-graphs] OK: buildg (\e _ _ _ -> e) == empty
  3828. 339.69 s [algebraic-graphs] OK: buildg (\_ v _ _ -> v x) == vertex x
  3829. 339.69 s [algebraic-graphs] OK: buildg (\e v o c -> o (foldg e v o c x) (foldg e v o c y)) == overlay x y
  3830. 339.69 s [algebraic-graphs] OK: buildg (\e v o c -> c (foldg e v o c x) (foldg e v o c y)) == connect x y
  3831. 339.69 s [algebraic-graphs] OK: buildg (\e v o _ -> foldr o e (map v xs)) == vertices xs
  3832. 339.69 s [algebraic-graphs] OK: buildg (\e v o c -> foldg e v o (flip c) g) == transpose g
  3833. 339.69 s [algebraic-graphs]
  3834. 339.69 s [algebraic-graphs] ============ Internal.List ============
  3835. 339.69 s [algebraic-graphs] OK: pure 1 <> pure 4 == [1, 4]
  3836. 339.70 s [algebraic-graphs]
  3837. 339.70 s [algebraic-graphs] ============ Graph.Label ============
  3838. 339.70 s [algebraic-graphs]
  3839. 339.70 s [algebraic-graphs] ============ Any: instances ============
  3840. 339.70 s [algebraic-graphs] OK: Semiring
  3841. 339.70 s [algebraic-graphs] OK: StarSemiring
  3842. 339.70 s [algebraic-graphs] OK: Dioid
  3843. 339.70 s [algebraic-graphs]
  3844. 339.70 s [algebraic-graphs] ============ Distance Int: instances ============
  3845. 339.70 s [algebraic-graphs] OK: Semiring
  3846. 339.70 s [algebraic-graphs] OK: StarSemiring
  3847. 339.70 s [algebraic-graphs] OK: Dioid
  3848. 339.70 s [algebraic-graphs]
  3849. 339.70 s [algebraic-graphs] ============ Capacity Int: instances ============
  3850. 339.70 s [algebraic-graphs] OK: Semiring
  3851. 339.70 s [algebraic-graphs] OK: StarSemiring
  3852. 339.70 s [algebraic-graphs] OK: Dioid
  3853. 339.70 s [algebraic-graphs]
  3854. 339.70 s [algebraic-graphs] ============ Minimum (Path Int): instances ============
  3855. 339.70 s [algebraic-graphs] OK: LeftNearRing
  3856. 339.70 s [algebraic-graphs]
  3857. 339.70 s [algebraic-graphs] ============ PowerSet (Path Int): instances ============
  3858. 339.70 s [algebraic-graphs] OK: Semiring
  3859. 339.70 s [algebraic-graphs] OK: Dioid
  3860. 339.70 s [algebraic-graphs]
  3861. 339.70 s [algebraic-graphs] ============ Count Int: instances ============
  3862. 339.70 s [algebraic-graphs] OK: Semiring
  3863. 339.70 s [algebraic-graphs] OK: StarSemiring
  3864. 339.70 s [algebraic-graphs]
  3865. 339.70 s [algebraic-graphs] ============ Labelled.AdjacencyMap.consistent ============
  3866. 339.70 s [algebraic-graphs] OK: arbitraryLabelledAdjacencyMap
  3867. 339.70 s [algebraic-graphs] OK: empty
  3868. 339.70 s [algebraic-graphs] OK: vertex
  3869. 339.70 s [algebraic-graphs] OK: edge
  3870. 339.70 s [algebraic-graphs] OK: overlay
  3871. 339.70 s [algebraic-graphs] OK: connect
  3872. 339.70 s [algebraic-graphs] OK: vertices
  3873. 339.70 s [algebraic-graphs] OK: edges
  3874. 339.70 s [algebraic-graphs] OK: overlays
  3875. 339.70 s [algebraic-graphs] OK: fromAdjacencyMaps
  3876. 339.70 s [algebraic-graphs] OK: removeVertex
  3877. 339.70 s [algebraic-graphs] OK: removeEdge
  3878. 339.70 s [algebraic-graphs] OK: replaceVertex
  3879. 339.70 s [algebraic-graphs] OK: replaceEdge
  3880. 339.70 s [algebraic-graphs] OK: transpose
  3881. 339.70 s [algebraic-graphs] OK: gmap
  3882. 339.70 s [algebraic-graphs] OK: emap
  3883. 339.70 s [algebraic-graphs] OK: induce
  3884. 339.70 s [algebraic-graphs] OK: closure
  3885. 339.70 s [algebraic-graphs] OK: reflexiveClosure
  3886. 339.70 s [algebraic-graphs] OK: symmetricClosure
  3887. 339.70 s [algebraic-graphs] OK: transitiveClosure
  3888. 339.70 s [algebraic-graphs]
  3889. 339.70 s [algebraic-graphs] ============ Labelled.AdjacencyMap.empty ============
  3890. 339.70 s [algebraic-graphs] OK: isEmpty empty == True
  3891. 339.70 s [algebraic-graphs] OK: hasVertex x empty == False
  3892. 339.70 s [algebraic-graphs] OK: vertexCount empty == 0
  3893. 339.70 s [algebraic-graphs] OK: edgeCount empty == 0
  3894. 339.70 s [algebraic-graphs]
  3895. 339.70 s [algebraic-graphs] ============ Labelled.AdjacencyMap.vertex ============
  3896. 339.70 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  3897. 339.70 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  3898. 339.70 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  3899. 339.70 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  3900. 339.70 s [algebraic-graphs]
  3901. 341.45 s [hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.14.0...
  3902. 341.45 s [hie-bios] Building executable 'hie-bios' for hie-bios-0.14.0...
  3903. 341.60 s [hie-bios] [1 of 2] Compiling Paths_hie_bios ( dist/build/hie-bios/autogen/Paths_hie_bios.hs, dist/build/hie-bios/hie-bios-tmp/Paths_hie_bios.o )
  3904. 341.84 s [hie-bios] [2 of 2] Compiling Main ( exe/Main.hs, dist/build/hie-bios/hie-bios-tmp/Main.o )
  3905. 342.71 s [algebraic-graphs] ============ Labelled.AdjacencyMap.edge ============
  3906. 342.72 s [algebraic-graphs] OK: edge e x y == connect e (vertex x) (vertex y)
  3907. 342.72 s [algebraic-graphs] OK: edge zero x y == vertices [x,y]
  3908. 342.72 s [algebraic-graphs] OK: hasEdge x y (edge e x y) == (e /= mempty)
  3909. 342.72 s [algebraic-graphs] OK: edgeLabel x y (edge e x y) == e
  3910. 342.72 s [algebraic-graphs] OK: edgeCount (edge e x y) == if e == mempty then 0 else 1
  3911. 342.72 s [algebraic-graphs] OK: vertexCount (edge e 1 1) == 1
  3912. 342.72 s [algebraic-graphs] OK: vertexCount (edge e 1 2) == 2
  3913. 342.72 s [algebraic-graphs] OK: x -<e>- y == edge e x y
  3914. 342.72 s [algebraic-graphs]
  3915. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.overlay ============
  3916. 342.72 s [algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
  3917. 342.72 s [algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
  3918. 342.72 s [algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
  3919. 342.72 s [algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
  3920. 342.72 s [algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
  3921. 342.72 s [algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
  3922. 342.72 s [algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
  3923. 342.72 s [algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
  3924. 342.72 s [algebraic-graphs]
  3925. 342.72 s [algebraic-graphs] OK: edgeLabel x y $ overlay (edge e x y) (edge zero x y) == e
  3926. 342.72 s [algebraic-graphs] OK: edgeLabel x y $ overlay (edge e x y) (edge f x y) == e <+> f
  3927. 342.72 s [algebraic-graphs]
  3928. 342.72 s [algebraic-graphs] OK: edgeLabel 1 3 $ transitiveClosure (overlay (edge e 1 2) (edge one 2 3)) == e
  3929. 342.72 s [algebraic-graphs] OK: edgeLabel 1 3 $ transitiveClosure (overlay (edge e 1 2) (edge f 2 3)) == e <.> f
  3930. 342.72 s [algebraic-graphs]
  3931. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.connect ============
  3932. 342.72 s [algebraic-graphs] OK: isEmpty (connect e x y) == isEmpty x && isEmpty y
  3933. 342.72 s [algebraic-graphs] OK: hasVertex z (connect e x y) == hasVertex z x || hasVertex z y
  3934. 342.72 s [algebraic-graphs] OK: vertexCount (connect e x y) >= vertexCount x
  3935. 342.72 s [algebraic-graphs] OK: vertexCount (connect e x y) <= vertexCount x + vertexCount y
  3936. 342.72 s [algebraic-graphs] OK: edgeCount (connect e x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
  3937. 342.72 s [algebraic-graphs] OK: vertexCount (connect e 1 2) == 2
  3938. 342.72 s [algebraic-graphs] OK: edgeCount (connect e 1 2) == if e == zero then 0 else 1
  3939. 342.72 s [algebraic-graphs]
  3940. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.vertices ============
  3941. 342.72 s [algebraic-graphs] OK: vertices [] == empty
  3942. 342.72 s [algebraic-graphs] OK: vertices [x] == vertex x
  3943. 342.72 s [algebraic-graphs] OK: vertices == overlays . map vertex
  3944. 342.72 s [algebraic-graphs] OK: hasVertex x . vertices == elem x
  3945. 342.72 s [algebraic-graphs] OK: vertexCount . vertices == length . nub
  3946. 342.72 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  3947. 342.72 s [algebraic-graphs]
  3948. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.edges ============
  3949. 342.72 s [algebraic-graphs] OK: edges [] == empty
  3950. 342.72 s [algebraic-graphs] OK: edges [(e,x,y)] == edge e x y
  3951. 342.72 s [algebraic-graphs] OK: edges == overlays . map (\(e, x, y) -> edge e x y)
  3952. 342.72 s [algebraic-graphs]
  3953. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.overlays ============
  3954. 342.72 s [algebraic-graphs] OK: overlays [] == empty
  3955. 342.72 s [algebraic-graphs] OK: overlays [x] == x
  3956. 342.72 s [algebraic-graphs] OK: overlays [x,y] == overlay x y
  3957. 342.72 s [algebraic-graphs] OK: overlays == foldr overlay empty
  3958. 342.72 s [algebraic-graphs] OK: isEmpty . overlays == all isEmpty
  3959. 342.72 s [algebraic-graphs]
  3960. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.fromAdjacencyMaps ============
  3961. 342.72 s [algebraic-graphs] OK: fromAdjacencyMaps [] == empty
  3962. 342.72 s [algebraic-graphs] OK: fromAdjacencyMaps [(x, Map.empty)] == vertex x
  3963. 342.72 s [algebraic-graphs] OK: fromAdjacencyMaps [(x, Map.singleton y e)] == if e == zero then vertices [x,y] else edge e x y
  3964. 342.72 s [algebraic-graphs] OK: overlay (fromAdjacencyMaps xs) (fromAdjacencyMaps ys) == fromAdjacencyMaps (xs ++ ys)
  3965. 342.72 s [algebraic-graphs]
  3966. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.isSubgraphOf ============
  3967. 342.72 s [algebraic-graphs] OK: isSubgraphOf empty x == True
  3968. 342.72 s [algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
  3969. 342.72 s [algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
  3970. 342.72 s [algebraic-graphs]
  3971. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.isEmpty ============
  3972. 342.72 s [algebraic-graphs] OK: isEmpty empty == True
  3973. 342.72 s [algebraic-graphs] OK: isEmpty (overlay empty empty) == True
  3974. 342.72 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  3975. 342.72 s [algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
  3976. 342.72 s [algebraic-graphs] OK: isEmpty (removeEdge x y $ edge e x y) == False
  3977. 342.72 s [algebraic-graphs]
  3978. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.hasVertex ============
  3979. 342.72 s [algebraic-graphs] OK: hasVertex x empty == False
  3980. 342.72 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  3981. 342.72 s [algebraic-graphs] OK: hasVertex x . removeVertex x == const False
  3982. 342.72 s [algebraic-graphs]
  3983. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.hasEdge ============
  3984. 342.72 s [algebraic-graphs] OK: hasEdge x y empty == False
  3985. 342.72 s [algebraic-graphs] OK: hasEdge x y (vertex z) == False
  3986. 342.72 s [algebraic-graphs] OK: hasEdge x y (edge e x y) == (e /= zero)
  3987. 342.72 s [algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
  3988. 342.72 s [algebraic-graphs] OK: hasEdge x y == not . null . filter (\(_,ex,ey) -> ex == x && ey == y) . edgeList
  3989. 342.72 s [algebraic-graphs]
  3990. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.edgeLabel ============
  3991. 342.72 s [algebraic-graphs] OK: edgeLabel x y empty == zero
  3992. 342.72 s [algebraic-graphs] OK: edgeLabel x y (vertex z) == zero
  3993. 342.72 s [algebraic-graphs] OK: edgeLabel x y (edge e x y) == e
  3994. 342.72 s [algebraic-graphs] OK: edgeLabel s t (overlay x y) == edgeLabel s t x + edgeLabel s t y
  3995. 342.72 s [algebraic-graphs]
  3996. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.vertexCount ============
  3997. 342.72 s [algebraic-graphs] OK: vertexCount empty == 0
  3998. 342.72 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  3999. 342.72 s [algebraic-graphs] OK: vertexCount == length . vertexList
  4000. 342.72 s [algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
  4001. 342.72 s [algebraic-graphs]
  4002. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.edgeCount ============
  4003. 342.72 s [algebraic-graphs] OK: edgeCount empty == 0
  4004. 342.72 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  4005. 342.72 s [algebraic-graphs] OK: edgeCount (edge e x y) == if e == zero then 0 else 1
  4006. 342.72 s [algebraic-graphs] OK: edgeCount == length . edgeList
  4007. 342.72 s [algebraic-graphs]
  4008. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.vertexList ============
  4009. 342.72 s [algebraic-graphs] OK: vertexList empty == []
  4010. 342.72 s [algebraic-graphs] OK: vertexList (vertex x) == [x]
  4011. 342.72 s [algebraic-graphs] OK: vertexList . vertices == nub . sort
  4012. 342.72 s [algebraic-graphs]
  4013. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.edgeList ============
  4014. 342.72 s [algebraic-graphs] OK: edgeList empty == []
  4015. 342.72 s [algebraic-graphs] OK: edgeList (vertex x) == []
  4016. 342.72 s [algebraic-graphs] OK: edgeList (edge e x y) == if e == zero then [] else [(e,x,y)]
  4017. 342.72 s [algebraic-graphs]
  4018. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.vertexSet ============
  4019. 342.72 s [algebraic-graphs] OK: vertexSet empty == Set.empty
  4020. 342.72 s [algebraic-graphs] OK: vertexSet . vertex == Set.singleton
  4021. 342.72 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  4022. 342.72 s [algebraic-graphs]
  4023. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.edgeSet ============
  4024. 342.72 s [algebraic-graphs] OK: edgeSet empty == Set.empty
  4025. 342.72 s [algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
  4026. 342.72 s [algebraic-graphs] OK: edgeSet (edge e x y) == if e == zero then Set.empty else Set.singleton (e,x,y)
  4027. 342.72 s [algebraic-graphs]
  4028. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.preSet ============
  4029. 342.72 s [algebraic-graphs] OK: preSet x empty == Set.empty
  4030. 342.72 s [algebraic-graphs] OK: preSet x (vertex x) == Set.empty
  4031. 342.72 s [algebraic-graphs] OK: preSet 1 (edge e 1 2) == Set.empty
  4032. 342.72 s [algebraic-graphs] OK: preSet y (edge e x y) == if e == zero then Set.empty else Set.fromList [x]
  4033. 342.72 s [algebraic-graphs]
  4034. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.postSet ============
  4035. 342.72 s [algebraic-graphs] OK: postSet x empty == Set.empty
  4036. 342.72 s [algebraic-graphs] OK: postSet x (vertex x) == Set.empty
  4037. 342.72 s [algebraic-graphs] OK: postSet x (edge e x y) == if e == zero then Set.empty else Set.fromList [y]
  4038. 342.72 s [algebraic-graphs] OK: postSet 2 (edge e 1 2) == Set.empty
  4039. 342.72 s [algebraic-graphs]
  4040. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.skeleton ============
  4041. 342.72 s [algebraic-graphs] OK: hasEdge x y == hasEdge x y . skeleton
  4042. 342.72 s [algebraic-graphs]
  4043. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.removeVertex ============
  4044. 342.72 s [algebraic-graphs] OK: removeVertex x (vertex x) == empty
  4045. 342.72 s [algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
  4046. 342.72 s [algebraic-graphs] OK: removeVertex x (edge e x x) == empty
  4047. 342.72 s [algebraic-graphs] OK: removeVertex 1 (edge e 1 2) == vertex 2
  4048. 342.72 s [algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
  4049. 342.72 s [algebraic-graphs]
  4050. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.removeEdge ============
  4051. 342.72 s [algebraic-graphs] OK: removeEdge x y (edge e x y) == vertices [x,y]
  4052. 342.72 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  4053. 342.72 s [algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
  4054. 342.72 s [algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
  4055. 342.72 s [algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
  4056. 342.72 s [algebraic-graphs]
  4057. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.replaceVertex ============
  4058. 342.72 s [algebraic-graphs] OK: replaceVertex x x == id
  4059. 342.72 s [algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
  4060. 342.72 s [algebraic-graphs] OK: replaceVertex x y == gmap (\v -> if v == x then y else v)
  4061. 342.72 s [algebraic-graphs]
  4062. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.replaceEdge ============
  4063. 342.72 s [algebraic-graphs] OK: replaceEdge e x y z == overlay (removeEdge x y z) (edge e x y)
  4064. 342.72 s [algebraic-graphs] OK: replaceEdge e x y (edge f x y) == edge e x y
  4065. 342.72 s [algebraic-graphs] OK: edgeLabel x y (replaceEdge e x y z) == e
  4066. 342.72 s [algebraic-graphs]
  4067. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.transpose ============
  4068. 342.72 s [algebraic-graphs] OK: transpose empty == empty
  4069. 342.72 s [algebraic-graphs] OK: transpose (vertex x) == vertex x
  4070. 342.72 s [algebraic-graphs] OK: transpose (edge e x y) == edge e y x
  4071. 342.72 s [algebraic-graphs] OK: transpose . transpose == id
  4072. 342.72 s [algebraic-graphs]
  4073. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.gmap ============
  4074. 342.72 s [algebraic-graphs] OK: gmap f empty == empty
  4075. 342.72 s [algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
  4076. 342.72 s [algebraic-graphs] OK: gmap f (edge e x y) == edge e (f x) (f y)
  4077. 342.72 s [algebraic-graphs] OK: gmap id == id
  4078. 342.72 s [algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
  4079. 342.72 s [algebraic-graphs]
  4080. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.emap ============
  4081. 342.72 s [algebraic-graphs] OK: emap h empty == empty
  4082. 342.72 s [algebraic-graphs] OK: emap h (vertex x) == vertex x
  4083. 342.72 s [algebraic-graphs] OK: emap h (edge e x y) == edge (h e) x y
  4084. 342.72 s [algebraic-graphs] OK: emap h (overlay x y) == overlay (emap h x) (emap h y)
  4085. 342.72 s [algebraic-graphs] OK: emap h (connect e x y) == connect (h e) (emap h x) (emap h y)
  4086. 342.72 s [algebraic-graphs] OK: emap id == id
  4087. 342.72 s [algebraic-graphs] OK: emap g . emap h == emap (g . h)
  4088. 342.72 s [algebraic-graphs]
  4089. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.induce ============
  4090. 342.72 s [algebraic-graphs] OK: induce (const True ) x == x
  4091. 342.72 s [algebraic-graphs] OK: induce (const False) x == empty
  4092. 342.72 s [algebraic-graphs] OK: induce (/= x) == removeVertex x
  4093. 342.72 s [algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
  4094. 342.72 s [algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
  4095. 342.72 s [algebraic-graphs]
  4096. 342.72 s [algebraic-graphs] ============ Labelled.AdjacencyMap.induceJust ============
  4097. 342.87 s [hie-bios] [3 of 3] Linking dist/build/hie-bios/hie-bios
  4098. 344.18 s [algebraic-graphs] OK: induceJust (vertex Nothing) == empty
  4099. 344.18 s [algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
  4100. 344.18 s [algebraic-graphs] OK: induceJust . gmap Just == id
  4101. 344.18 s [algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
  4102. 344.18 s [algebraic-graphs]
  4103. 344.18 s [algebraic-graphs] ============ Labelled.AdjacencyMap.closure ============
  4104. 344.18 s [algebraic-graphs] OK: closure empty == empty
  4105. 344.18 s [algebraic-graphs] OK: closure (vertex x) == edge one x x
  4106. 344.18 s [algebraic-graphs] OK: closure (edge e x x) == edge one x x
  4107. 344.18 s [algebraic-graphs] OK: closure (edge e x y) == edges [(one,x,x), (e,x,y), (one,y,y)]
  4108. 344.18 s [algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
  4109. 344.18 s [algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
  4110. 344.18 s [algebraic-graphs] OK: closure . closure == closure
  4111. 344.18 s [algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
  4112. 344.18 s [algebraic-graphs]
  4113. 344.18 s [algebraic-graphs] ============ Labelled.AdjacencyMap.reflexiveClosure ============
  4114. 344.18 s [algebraic-graphs] OK: reflexiveClosure empty == empty
  4115. 344.18 s [algebraic-graphs] OK: reflexiveClosure (vertex x) == edge one x x
  4116. 344.18 s [algebraic-graphs] OK: reflexiveClosure (edge e x x) == edge one x x
  4117. 344.18 s [algebraic-graphs] OK: reflexiveClosure (edge e x y) == edges [(one,x,x), (e,x,y), (one,y,y)]
  4118. 344.18 s [algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
  4119. 344.18 s [algebraic-graphs]
  4120. 344.18 s [algebraic-graphs] ============ Labelled.AdjacencyMap.symmetricClosure ============
  4121. 344.18 s [algebraic-graphs] OK: symmetricClosure empty == empty
  4122. 344.18 s [algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
  4123. 344.18 s [algebraic-graphs] OK: symmetricClosure (edge e x y) == edges [(e,x,y), (e,y,x)]
  4124. 344.18 s [algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
  4125. 344.18 s [algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
  4126. 344.18 s [algebraic-graphs]
  4127. 344.18 s [algebraic-graphs] ============ Labelled.AdjacencyMap.transitiveClosure ============
  4128. 344.18 s [algebraic-graphs] OK: transitiveClosure empty == empty
  4129. 344.18 s [algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
  4130. 344.18 s [algebraic-graphs] OK: transitiveClosure (edge e x y) == edge e x y
  4131. 344.18 s [algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
  4132. 344.18 s [algebraic-graphs]
  4133. 344.18 s [algebraic-graphs] ============ Labelled.Graph.empty ============
  4134. 344.18 s [algebraic-graphs] OK: isEmpty empty == True
  4135. 344.18 s [algebraic-graphs] OK: hasVertex x empty == False
  4136. 344.18 s [algebraic-graphs] OK: vertexCount empty == 0
  4137. 344.18 s [algebraic-graphs] OK: edgeCount empty == 0
  4138. 344.18 s [algebraic-graphs]
  4139. 344.18 s [algebraic-graphs] ============ Labelled.Graph.vertex ============
  4140. 344.18 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  4141. 344.18 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  4142. 344.18 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  4143. 344.18 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  4144. 344.18 s [algebraic-graphs]
  4145. 344.18 s [algebraic-graphs] ============ Labelled.Graph.edge ============
  4146. 344.18 s [algebraic-graphs] OK: edge e x y == connect e (vertex x) (vertex y)
  4147. 344.18 s [algebraic-graphs] OK: edge zero x y == vertices [x,y]
  4148. 344.18 s [algebraic-graphs] OK: hasEdge x y (edge e x y) == (e /= mempty)
  4149. 344.18 s [algebraic-graphs] OK: edgeLabel x y (edge e x y) == e
  4150. 344.18 s [algebraic-graphs] OK: edgeCount (edge e x y) == if e == mempty then 0 else 1
  4151. 344.18 s [algebraic-graphs] OK: vertexCount (edge e 1 1) == 1
  4152. 344.18 s [algebraic-graphs] OK: vertexCount (edge e 1 2) == 2
  4153. 344.18 s [algebraic-graphs] OK: x -<e>- y == edge e x y
  4154. 344.18 s [algebraic-graphs]
  4155. 344.18 s [algebraic-graphs] ============ Labelled.Graph.overlay ============
  4156. 344.18 s [algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
  4157. 344.18 s [algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
  4158. 344.18 s [algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
  4159. 344.18 s [algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
  4160. 344.18 s [algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
  4161. 344.18 s [algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
  4162. 344.18 s [algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
  4163. 344.18 s [algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
  4164. 344.18 s [algebraic-graphs]
  4165. 344.18 s [algebraic-graphs] OK: edgeLabel x y $ overlay (edge e x y) (edge zero x y) == e
  4166. 344.18 s [algebraic-graphs] OK: edgeLabel x y $ overlay (edge e x y) (edge f x y) == e <+> f
  4167. 344.18 s [algebraic-graphs]
  4168. 344.18 s [algebraic-graphs] OK: edgeLabel 1 3 $ transitiveClosure (overlay (edge e 1 2) (edge one 2 3)) == e
  4169. 344.18 s [algebraic-graphs] OK: edgeLabel 1 3 $ transitiveClosure (overlay (edge e 1 2) (edge f 2 3)) == e <.> f
  4170. 344.18 s [algebraic-graphs]
  4171. 344.18 s [algebraic-graphs] ============ Labelled.Graph.connect ============
  4172. 344.18 s [algebraic-graphs] OK: isEmpty (connect e x y) == isEmpty x && isEmpty y
  4173. 344.18 s [algebraic-graphs] OK: hasVertex z (connect e x y) == hasVertex z x || hasVertex z y
  4174. 344.18 s [algebraic-graphs] OK: vertexCount (connect e x y) >= vertexCount x
  4175. 344.18 s [algebraic-graphs] OK: vertexCount (connect e x y) <= vertexCount x + vertexCount y
  4176. 344.18 s [algebraic-graphs] OK: edgeCount (connect e x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
  4177. 344.18 s [algebraic-graphs] OK: vertexCount (connect e 1 2) == 2
  4178. 344.18 s [algebraic-graphs] OK: edgeCount (connect e 1 2) == if e == zero then 0 else 1
  4179. 344.19 s [algebraic-graphs]
  4180. 344.19 s [algebraic-graphs] ============ Labelled.Graph.vertices ============
  4181. 344.19 s [algebraic-graphs] OK: vertices [] == empty
  4182. 344.19 s [algebraic-graphs] OK: vertices [x] == vertex x
  4183. 344.19 s [algebraic-graphs] OK: vertices == overlays . map vertex
  4184. 344.19 s [algebraic-graphs] OK: hasVertex x . vertices == elem x
  4185. 344.19 s [algebraic-graphs] OK: vertexCount . vertices == length . nub
  4186. 344.19 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  4187. 344.19 s [algebraic-graphs]
  4188. 344.19 s [algebraic-graphs] ============ Labelled.Graph.edges ============
  4189. 344.19 s [algebraic-graphs] OK: edges [] == empty
  4190. 344.19 s [algebraic-graphs] OK: edges [(e,x,y)] == edge e x y
  4191. 344.19 s [algebraic-graphs] OK: edges == overlays . map (\(e, x, y) -> edge e x y)
  4192. 344.19 s [algebraic-graphs]
  4193. 344.19 s [algebraic-graphs] ============ Labelled.Graph.overlays ============
  4194. 344.19 s [algebraic-graphs] OK: overlays [] == empty
  4195. 344.19 s [algebraic-graphs] OK: overlays [x] == x
  4196. 344.19 s [algebraic-graphs] OK: overlays [x,y] == overlay x y
  4197. 344.19 s [algebraic-graphs] OK: overlays == foldr overlay empty
  4198. 344.19 s [algebraic-graphs] OK: isEmpty . overlays == all isEmpty
  4199. 344.19 s [algebraic-graphs]
  4200. 344.19 s [algebraic-graphs] ============ Labelled.Graph.foldg ============
  4201. 344.19 s [algebraic-graphs] OK: foldg empty vertex connect == id
  4202. 344.19 s [algebraic-graphs] OK: foldg empty vertex (fmap flip connect) == transpose
  4203. 344.19 s [algebraic-graphs] OK: foldg 1 (const 1) (const (+)) == size
  4204. 344.19 s [algebraic-graphs] OK: foldg True (const False) (const (&&)) == isEmpty
  4205. 344.19 s [algebraic-graphs] OK: foldg False (== x) (const (||)) == hasVertex x
  4206. 344.19 s [algebraic-graphs] OK: foldg Set.empty Set.singleton (const Set.union) == vertexSet
  4207. 344.19 s [algebraic-graphs]
  4208. 344.19 s [algebraic-graphs] ============ Labelled.Graph.buildg ============
  4209. 344.19 s [algebraic-graphs] OK: buildg (\e _ _ -> e) == empty
  4210. 344.19 s [algebraic-graphs] OK: buildg (\_ v _ -> v x) == vertex x
  4211. 344.19 s [algebraic-graphs] OK: buildg (\e v c -> c l (foldg e v c x) (foldg e v c y)) == connect l x y
  4212. 344.19 s [algebraic-graphs] OK: buildg (\e v c -> foldr (c zero) e (map v xs)) == vertices xs
  4213. 344.19 s [algebraic-graphs] OK: buildg (\e v c -> foldg e v (flip c) g) == transpose g
  4214. 344.19 s [algebraic-graphs]
  4215. 344.19 s [algebraic-graphs] ============ Labelled.Graph.isSubgraphOf ============
  4216. 344.19 s [algebraic-graphs] OK: isSubgraphOf empty x == True
  4217. 344.19 s [algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
  4218. 344.19 s [algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
  4219. 344.19 s [algebraic-graphs]
  4220. 344.19 s [algebraic-graphs] ============ Labelled.Graph.isEmpty ============
  4221. 344.19 s [algebraic-graphs] OK: isEmpty empty == True
  4222. 344.19 s [algebraic-graphs] OK: isEmpty (overlay empty empty) == True
  4223. 344.19 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  4224. 344.19 s [algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
  4225. 344.19 s [algebraic-graphs] OK: isEmpty (removeEdge x y $ edge e x y) == False
  4226. 344.19 s [algebraic-graphs]
  4227. 344.19 s [algebraic-graphs] ============ Labelled.Graph.size ============
  4228. 344.19 s [algebraic-graphs] OK: size empty == 1
  4229. 344.19 s [algebraic-graphs] OK: size (vertex x) == 1
  4230. 344.19 s [algebraic-graphs] OK: size (overlay x y) == size x + size y
  4231. 344.19 s [algebraic-graphs] OK: size (connect x y) == size x + size y
  4232. 344.19 s [algebraic-graphs] OK: size x >= 1
  4233. 344.19 s [algebraic-graphs] OK: size x >= vertexCount x
  4234. 344.19 s [algebraic-graphs]
  4235. 344.19 s [algebraic-graphs] ============ Labelled.Graph.hasVertex ============
  4236. 344.19 s [algebraic-graphs] OK: hasVertex x empty == False
  4237. 344.19 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  4238. 344.19 s [algebraic-graphs] OK: hasVertex x . removeVertex x == const False
  4239. 344.19 s [algebraic-graphs]
  4240. 344.19 s [algebraic-graphs] ============ Labelled.Graph.hasEdge ============
  4241. 344.19 s [algebraic-graphs] OK: hasEdge x y empty == False
  4242. 344.19 s [algebraic-graphs] OK: hasEdge x y (vertex z) == False
  4243. 344.19 s [algebraic-graphs] OK: hasEdge x y (edge e x y) == (e /= zero)
  4244. 344.19 s [algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
  4245. 344.19 s [algebraic-graphs] OK: hasEdge x y == not . null . filter (\(_,ex,ey) -> ex == x && ey == y) . edgeList
  4246. 344.19 s [algebraic-graphs]
  4247. 344.19 s [algebraic-graphs] ============ Labelled.Graph.edgeLabel ============
  4248. 344.19 s [algebraic-graphs] OK: edgeLabel x y empty == zero
  4249. 344.19 s [algebraic-graphs] OK: edgeLabel x y (vertex z) == zero
  4250. 344.19 s [algebraic-graphs] OK: edgeLabel x y (edge e x y) == e
  4251. 344.19 s [algebraic-graphs] OK: edgeLabel s t (overlay x y) == edgeLabel s t x + edgeLabel s t y
  4252. 344.19 s [algebraic-graphs]
  4253. 344.19 s [algebraic-graphs] ============ Labelled.Graph.vertexCount ============
  4254. 344.19 s [algebraic-graphs] OK: vertexCount empty == 0
  4255. 344.19 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  4256. 344.19 s [algebraic-graphs] OK: vertexCount == length . vertexList
  4257. 344.19 s [algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
  4258. 344.19 s [algebraic-graphs]
  4259. 344.19 s [algebraic-graphs] ============ Labelled.Graph.edgeCount ============
  4260. 344.19 s [algebraic-graphs] OK: edgeCount empty == 0
  4261. 344.19 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  4262. 344.19 s [algebraic-graphs] OK: edgeCount (edge e x y) == if e == zero then 0 else 1
  4263. 344.19 s [algebraic-graphs] OK: edgeCount == length . edgeList
  4264. 344.19 s [algebraic-graphs]
  4265. 344.19 s [algebraic-graphs] ============ Labelled.Graph.vertexList ============
  4266. 344.19 s [algebraic-graphs] OK: vertexList empty == []
  4267. 344.19 s [algebraic-graphs] OK: vertexList (vertex x) == [x]
  4268. 344.19 s [algebraic-graphs] OK: vertexList . vertices == nub . sort
  4269. 344.19 s [algebraic-graphs]
  4270. 344.19 s [algebraic-graphs] ============ Labelled.Graph.edgeList ============
  4271. 344.19 s [algebraic-graphs] OK: edgeList empty == []
  4272. 344.19 s [algebraic-graphs] OK: edgeList (vertex x) == []
  4273. 344.19 s [algebraic-graphs] OK: edgeList (edge e x y) == if e == zero then [] else [(e,x,y)]
  4274. 344.19 s [algebraic-graphs]
  4275. 344.19 s [algebraic-graphs] ============ Labelled.Graph.vertexSet ============
  4276. 344.19 s [algebraic-graphs] OK: vertexSet empty == Set.empty
  4277. 344.19 s [algebraic-graphs] OK: vertexSet . vertex == Set.singleton
  4278. 344.19 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  4279. 344.19 s [algebraic-graphs]
  4280. 344.19 s [algebraic-graphs] ============ Labelled.Graph.edgeSet ============
  4281. 344.19 s [algebraic-graphs] OK: edgeSet empty == Set.empty
  4282. 344.19 s [algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
  4283. 344.19 s [algebraic-graphs] OK: edgeSet (edge e x y) == if e == zero then Set.empty else Set.singleton (e,x,y)
  4284. 344.19 s [algebraic-graphs]
  4285. 344.19 s [algebraic-graphs] ============ Labelled.Graph.preSet ============
  4286. 344.19 s [algebraic-graphs] OK: preSet x empty == Set.empty
  4287. 344.19 s [algebraic-graphs] OK: preSet x (vertex x) == Set.empty
  4288. 347.84 s [algebraic-graphs] OK: preSet 1 (edge e 1 2) == Set.empty
  4289. 348.01 s [algebraic-graphs] OK: preSet y (edge e x y) == if e == zero then Set.empty else Set.fromList [x]
  4290. 348.01 s [algebraic-graphs]
  4291. 348.01 s [algebraic-graphs] ============ Labelled.Graph.postSet ============
  4292. 348.01 s [algebraic-graphs] OK: postSet x empty == Set.empty
  4293. 348.01 s [algebraic-graphs] OK: postSet x (vertex x) == Set.empty
  4294. 348.01 s [algebraic-graphs] OK: postSet x (edge e x y) == if e == zero then Set.empty else Set.fromList [y]
  4295. 348.01 s [algebraic-graphs] OK: postSet 2 (edge e 1 2) == Set.empty
  4296. 348.01 s [algebraic-graphs]
  4297. 348.01 s [algebraic-graphs] ============ Labelled.Graph.removeVertex ============
  4298. 348.01 s [algebraic-graphs] OK: removeVertex x (vertex x) == empty
  4299. 348.01 s [algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
  4300. 348.01 s [algebraic-graphs] OK: removeVertex x (edge e x x) == empty
  4301. 348.01 s [algebraic-graphs] OK: removeVertex 1 (edge e 1 2) == vertex 2
  4302. 348.01 s [algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
  4303. 348.01 s [algebraic-graphs]
  4304. 348.01 s [algebraic-graphs] ============ Labelled.Graph.removeEdge ============
  4305. 348.01 s [algebraic-graphs] OK: removeEdge x y (edge e x y) == vertices [x,y]
  4306. 348.01 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  4307. 348.01 s [algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
  4308. 348.01 s [algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
  4309. 348.01 s [algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
  4310. 348.01 s [algebraic-graphs]
  4311. 348.01 s [algebraic-graphs] ============ Labelled.Graph.replaceVertex ============
  4312. 348.01 s [algebraic-graphs] OK: replaceVertex x x == id
  4313. 348.01 s [algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
  4314. 348.01 s [algebraic-graphs] OK: replaceVertex x y == fmap (\v -> if v == x then y else v)
  4315. 348.01 s [algebraic-graphs]
  4316. 348.01 s [algebraic-graphs] ============ Labelled.Graph.replaceEdge ============
  4317. 348.01 s [algebraic-graphs] OK: replaceEdge e x y z == overlay (removeEdge x y z) (edge e x y)
  4318. 348.01 s [algebraic-graphs] OK: replaceEdge e x y (edge f x y) == edge e x y
  4319. 348.01 s [algebraic-graphs] OK: edgeLabel x y (replaceEdge e x y z) == e
  4320. 348.01 s [algebraic-graphs]
  4321. 348.01 s [algebraic-graphs] ============ Labelled.Graph.transpose ============
  4322. 348.01 s [algebraic-graphs] OK: transpose empty == empty
  4323. 348.01 s [algebraic-graphs] OK: transpose (vertex x) == vertex x
  4324. 348.01 s [algebraic-graphs] OK: transpose (edge e x y) == edge e y x
  4325. 348.01 s [algebraic-graphs] OK: transpose . transpose == id
  4326. 348.01 s [algebraic-graphs]
  4327. 348.01 s [algebraic-graphs] ============ Labelled.Graph.fmap ============
  4328. 348.01 s [algebraic-graphs] OK: fmap f empty == empty
  4329. 348.01 s [algebraic-graphs] OK: fmap f (vertex x) == vertex (f x)
  4330. 348.01 s [algebraic-graphs] OK: fmap f (edge e x y) == edge e (f x) (f y)
  4331. 348.01 s [algebraic-graphs] OK: fmap id == id
  4332. 348.01 s [algebraic-graphs] OK: fmap f . fmap g == fmap (f . g)
  4333. 348.01 s [algebraic-graphs]
  4334. 348.01 s [algebraic-graphs] ============ Labelled.Graph.emap ============
  4335. 348.01 s [algebraic-graphs] OK: emap h empty == empty
  4336. 348.01 s [algebraic-graphs] OK: emap h (vertex x) == vertex x
  4337. 348.01 s [algebraic-graphs] OK: emap h (edge e x y) == edge (h e) x y
  4338. 348.01 s [algebraic-graphs] OK: emap h (overlay x y) == overlay (emap h x) (emap h y)
  4339. 348.01 s [algebraic-graphs] OK: emap h (connect e x y) == connect (h e) (emap h x) (emap h y)
  4340. 348.01 s [algebraic-graphs] OK: emap id == id
  4341. 348.01 s [algebraic-graphs] OK: emap g . emap h == emap (g . h)
  4342. 348.01 s [algebraic-graphs]
  4343. 348.01 s [algebraic-graphs] ============ Labelled.Graph.induce ============
  4344. 348.01 s [algebraic-graphs] OK: induce (const True ) x == x
  4345. 348.01 s [algebraic-graphs] OK: induce (const False) x == empty
  4346. 348.01 s [algebraic-graphs] OK: induce (/= x) == removeVertex x
  4347. 348.01 s [algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
  4348. 348.01 s [algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
  4349. 348.01 s [algebraic-graphs]
  4350. 348.01 s [algebraic-graphs] ============ Labelled.Graph.induceJust ============
  4351. 348.01 s [algebraic-graphs] OK: induceJust (vertex Nothing) == empty
  4352. 348.01 s [algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
  4353. 348.01 s [algebraic-graphs] OK: induceJust . gmap Just == id
  4354. 348.01 s [algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
  4355. 348.01 s [algebraic-graphs]
  4356. 348.01 s [algebraic-graphs] ============ Labelled.Graph.closure ============
  4357. 348.01 s [algebraic-graphs] OK: closure empty == empty
  4358. 348.01 s [algebraic-graphs] OK: closure (vertex x) == edge one x x
  4359. 348.01 s [algebraic-graphs] OK: closure (edge e x x) == edge one x x
  4360. 348.01 s [algebraic-graphs] OK: closure (edge e x y) == edges [(one,x,x), (e,x,y), (one,y,y)]
  4361. 348.01 s [algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
  4362. 348.01 s [algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
  4363. 348.01 s [algebraic-graphs] OK: closure . closure == closure
  4364. 348.01 s [algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
  4365. 348.01 s [algebraic-graphs]
  4366. 348.01 s [algebraic-graphs] ============ Labelled.Graph.reflexiveClosure ============
  4367. 348.01 s [algebraic-graphs] OK: reflexiveClosure empty == empty
  4368. 348.01 s [algebraic-graphs] OK: reflexiveClosure (vertex x) == edge one x x
  4369. 348.01 s [algebraic-graphs] OK: reflexiveClosure (edge e x x) == edge one x x
  4370. 348.01 s [algebraic-graphs] OK: reflexiveClosure (edge e x y) == edges [(one,x,x), (e,x,y), (one,y,y)]
  4371. 348.01 s [algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
  4372. 348.01 s [algebraic-graphs]
  4373. 348.01 s [algebraic-graphs] ============ Labelled.Graph.symmetricClosure ============
  4374. 348.01 s [algebraic-graphs] OK: symmetricClosure empty == empty
  4375. 348.01 s [algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
  4376. 348.01 s [algebraic-graphs] OK: symmetricClosure (edge e x y) == edges [(e,x,y), (e,y,x)]
  4377. 348.01 s [algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
  4378. 348.01 s [algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
  4379. 348.01 s [algebraic-graphs]
  4380. 348.01 s [algebraic-graphs] ============ Labelled.Graph.transitiveClosure ============
  4381. 348.01 s [algebraic-graphs] OK: transitiveClosure empty == empty
  4382. 348.01 s [algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
  4383. 348.01 s [algebraic-graphs] OK: transitiveClosure (edge e x y) == edge e x y
  4384. 348.01 s [algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
  4385. 348.01 s [algebraic-graphs]
  4386. 348.01 s [algebraic-graphs] ============ Labelled.Graph.context ============
  4387. 348.01 s [algebraic-graphs] OK: context (const False) x == Nothing
  4388. 348.01 s [algebraic-graphs] OK: context (== 1) (edge e 1 2) == if e == zero then Just (Context [] []) else Just (Context [] [(e,2)])
  4389. 348.01 s [algebraic-graphs] OK: context (== 2) (edge e 1 2) == if e == zero then Just (Context [] []) else Just (Context [(e,1)] [] )
  4390. 348.01 s [algebraic-graphs] OK: context (const True ) (edge e 1 2) == if e == zero then Just (Context [] []) else Just (Context [(e,1)] [(e,2)])
  4391. 348.01 s [algebraic-graphs] OK: context (== 4) (3 * 1 * 4 * 1 * 5) == Just (Context [(one,3), (one,1)] [(one,1), (one,5)])
  4392. 348.01 s [algebraic-graphs]
  4393. 348.01 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap ============
  4394. 348.01 s [algebraic-graphs] OK: Axioms of non-empty graphs
  4395. 348.01 s [algebraic-graphs] OK: Theorems of non-empty graphs
  4396. 348.01 s [algebraic-graphs]
  4397. 348.01 s [algebraic-graphs] ============ Ord (NonEmpty.AdjacencyMap a) ============
  4398. 348.01 s [algebraic-graphs] OK: vertex 1 < vertex 2
  4399. 348.01 s [algebraic-graphs] OK: vertex 3 < edge 1 2
  4400. 348.01 s [algebraic-graphs] OK: vertex 1 < edge 1 1
  4401. 348.01 s [algebraic-graphs] OK: edge 1 1 < edge 1 2
  4402. 348.01 s [algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
  4403. 348.01 s [algebraic-graphs] OK: edge 1 2 < edge 1 3
  4404. 348.01 s [algebraic-graphs] OK: x <= x + y
  4405. 348.01 s [algebraic-graphs] OK: x + y <= x * y
  4406. 348.01 s [algebraic-graphs]
  4407. 348.01 s [algebraic-graphs] ============ Show (NonEmpty.AdjacencyMap a) ============
  4408. 348.01 s [algebraic-graphs] OK: show (1 :: AdjacencyMap Int) == "vertex 1"
  4409. 348.01 s [algebraic-graphs] OK: show (1 + 2 :: AdjacencyMap Int) == "vertices1 [1,2]"
  4410. 348.01 s [algebraic-graphs] OK: show (1 * 2 :: AdjacencyMap Int) == "edge 1 2"
  4411. 348.01 s [algebraic-graphs] OK: show (1 * 2 * 3 :: AdjacencyMap Int) == "edges1 [(1,2),(1,3),(2,3)]"
  4412. 348.01 s [algebraic-graphs] OK: show (1 * 2 + 3 :: AdjacencyMap Int) == "overlay (vertex 3) (edge 1 2)"
  4413. 348.01 s [algebraic-graphs] OK: show (vertex (-1) :: AdjacencyMap Int) == "vertex (-1)"
  4414. 348.01 s [algebraic-graphs] OK: show (vertex (-1) + vertex (-2) :: AdjacencyMap Int) == "vertices1 [-2,-1]"
  4415. 348.01 s [algebraic-graphs] OK: show (vertex (-1) * vertex (-2) :: AdjacencyMap Int) == "edge (-1) (-2)"
  4416. 348.01 s [algebraic-graphs] OK: show (vertex (-1) * vertex (-2) * vertex (-3) :: AdjacencyMap Int) == "edges1 [(-2,-3),(-1,-3),(-1,-2)]"
  4417. 348.01 s [algebraic-graphs] OK: show (vertex (-1) * vertex (-2) + vertex (-3) :: AdjacencyMap Int) == "overlay (vertex (-3)) (edge (-1) (-2))"
  4418. 348.01 s [algebraic-graphs]
  4419. 348.01 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.toNonEmpty ============
  4420. 348.01 s [algebraic-graphs] OK: toNonEmpty empty == Nothing
  4421. 348.01 s [algebraic-graphs] OK: toNonEmpty . fromNonEmpty == Just
  4422. 348.01 s [algebraic-graphs]
  4423. 348.01 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.fromNonEmpty ============
  4424. 348.01 s [algebraic-graphs] OK: isEmpty . fromNonEmpty == const False
  4425. 348.01 s [algebraic-graphs]
  4426. 348.01 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.vertex ============
  4427. 348.01 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  4428. 348.01 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  4429. 348.01 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  4430. 348.02 s [algebraic-graphs]
  4431. 348.02 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.edge ============
  4432. 348.02 s [algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
  4433. 348.02 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  4434. 348.02 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  4435. 348.02 s [algebraic-graphs] OK: vertexCount (edge 1 1) == 1
  4436. 348.02 s [algebraic-graphs] OK: vertexCount (edge 1 2) == 2
  4437. 348.02 s [algebraic-graphs]
  4438. 348.02 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.overlay ============
  4439. 348.02 s [algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
  4440. 348.02 s [algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
  4441. 348.02 s [algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
  4442. 348.02 s [algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
  4443. 348.02 s [algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
  4444. 348.02 s [algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
  4445. 348.02 s [algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
  4446. 348.02 s [algebraic-graphs]
  4447. 348.02 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.connect ============
  4448. 348.02 s [algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
  4449. 348.02 s [algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
  4450. 348.02 s [algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
  4451. 348.02 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
  4452. 348.02 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
  4453. 348.02 s [algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
  4454. 348.02 s [algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
  4455. 348.02 s [algebraic-graphs] OK: vertexCount (connect 1 2) == 2
  4456. 348.02 s [algebraic-graphs] OK: edgeCount (connect 1 2) == 1
  4457. 348.02 s [algebraic-graphs]
  4458. 348.02 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.vertices1 ============
  4459. 348.02 s [algebraic-graphs] OK: vertices1 [x] == vertex x
  4460. 348.02 s [algebraic-graphs] OK: hasVertex x . vertices1 == elem x
  4461. 348.02 s [algebraic-graphs] OK: vertexCount . vertices1 == length . nub
  4462. 348.02 s [algebraic-graphs] OK: vertexSet . vertices1 == Set.fromList . toList
  4463. 348.02 s [algebraic-graphs]
  4464. 348.02 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.edges1 ============
  4465. 348.02 s [algebraic-graphs] OK: edges1 [(x,y)] == edge x y
  4466. 348.02 s [algebraic-graphs] OK: edges1 == overlays1 . fmap (uncurry edge)
  4467. 348.02 s [algebraic-graphs] OK: edgeCount . edges1 == length . nub
  4468. 348.02 s [algebraic-graphs]
  4469. 348.62 s [hie-bios] buildPhase completed in 35 seconds
  4470. 348.62 s [hie-bios] Phase: haddockPhase
  4471. 349.04 s [hie-bios] Preprocessing library for hie-bios-0.14.0...
  4472. 349.04 s [hie-bios] Running Haddock on library for hie-bios-0.14.0...
  4473. 349.05 s [hie-bios] Warning: The documentation for the following packages are not installed. No
  4474. 349.05 s [hie-bios] links will be generated to these packages: attoparsec-0.14.4,
  4475. 349.05 s [hie-bios] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  4476. 350.51 s [hie-bios] [ 1 of 16] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, nothing )
  4477. 351.21 s [hie-bios] [ 2 of 16] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, nothing )
  4478. 351.34 s [hie-bios] [ 3 of 16] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, nothing )
  4479. 351.57 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.overlays1 ============
  4480. 351.57 s [algebraic-graphs] OK: overlays1 [x] == x
  4481. 351.57 s [algebraic-graphs] OK: overlays1 [x,y] == overlay x y
  4482. 351.57 s [algebraic-graphs]
  4483. 351.57 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.connects1 ============
  4484. 351.57 s [algebraic-graphs] OK: connects1 [x] == x
  4485. 351.57 s [algebraic-graphs] OK: connects1 [x,y] == connect x y
  4486. 351.57 s [algebraic-graphs]
  4487. 351.57 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.isSubgraphOf ============
  4488. 351.57 s [algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
  4489. 351.57 s [algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
  4490. 351.57 s [algebraic-graphs] OK: isSubgraphOf (path1 xs) (circuit1 xs) == True
  4491. 351.57 s [algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
  4492. 351.57 s [algebraic-graphs]
  4493. 351.57 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.hasVertex ============
  4494. 351.57 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  4495. 351.57 s [algebraic-graphs]
  4496. 351.57 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.hasEdge ============
  4497. 351.57 s [algebraic-graphs] OK: hasEdge x y (vertex z) == False
  4498. 351.57 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  4499. 351.57 s [algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
  4500. 351.57 s [algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
  4501. 351.57 s [algebraic-graphs]
  4502. 351.57 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.vertexCount ============
  4503. 351.57 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  4504. 351.57 s [algebraic-graphs] OK: vertexCount x >= 1
  4505. 351.57 s [algebraic-graphs] OK: vertexCount == length . vertexList1
  4506. 351.57 s [algebraic-graphs]
  4507. 351.57 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.edgeCount ============
  4508. 351.57 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  4509. 351.57 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  4510. 351.57 s [algebraic-graphs] OK: edgeCount == length . edgeList
  4511. 351.57 s [algebraic-graphs]
  4512. 351.57 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.vertexList1 ============
  4513. 351.57 s [algebraic-graphs] OK: vertexList1 (vertex x) == [x]
  4514. 351.57 s [algebraic-graphs] OK: vertexList1 . vertices1 == nub . sort
  4515. 351.57 s [algebraic-graphs]
  4516. 351.57 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.edgeList ============
  4517. 351.57 s [algebraic-graphs] OK: edgeList (vertex x) == []
  4518. 351.57 s [algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
  4519. 351.57 s [algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
  4520. 351.57 s [algebraic-graphs] OK: edgeList . edges1 == nub . sort . toList
  4521. 351.57 s [algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
  4522. 351.57 s [algebraic-graphs]
  4523. 351.57 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.vertexSet ============
  4524. 351.58 s [algebraic-graphs] OK: vertexSet . vertex == Set.singleton
  4525. 351.58 s [algebraic-graphs] OK: vertexSet . vertices1 == Set.fromList . toList
  4526. 351.58 s [algebraic-graphs] OK: vertexSet . clique1 == Set.fromList . toList
  4527. 351.58 s [algebraic-graphs]
  4528. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.edgeSet ============
  4529. 351.58 s [algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
  4530. 351.58 s [algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
  4531. 351.58 s [algebraic-graphs] OK: edgeSet . edges1 == Set.fromList . toList
  4532. 351.58 s [algebraic-graphs]
  4533. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.preSet ============
  4534. 351.58 s [algebraic-graphs] OK: preSet x (vertex x) == Set.empty
  4535. 351.58 s [algebraic-graphs] OK: preSet 1 (edge 1 2) == Set.empty
  4536. 351.58 s [algebraic-graphs] OK: preSet y (edge x y) == Set.fromList [x]
  4537. 351.58 s [algebraic-graphs]
  4538. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.postSet ============
  4539. 351.58 s [algebraic-graphs] OK: postSet x (vertex x) == Set.empty
  4540. 351.58 s [algebraic-graphs] OK: postSet x (edge x y) == Set.fromList [y]
  4541. 351.58 s [algebraic-graphs] OK: postSet 2 (edge 1 2) == Set.empty
  4542. 351.58 s [algebraic-graphs]
  4543. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.path1 ============
  4544. 351.58 s [algebraic-graphs] OK: path1 [x] == vertex x
  4545. 351.58 s [algebraic-graphs] OK: path1 [x,y] == edge x y
  4546. 351.58 s [algebraic-graphs] OK: path1 . reverse == transpose . path1
  4547. 351.58 s [algebraic-graphs]
  4548. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.circuit1 ============
  4549. 351.58 s [algebraic-graphs] OK: circuit1 [x] == edge x x
  4550. 351.58 s [algebraic-graphs] OK: circuit1 [x,y] == edges1 [(x,y), (y,x)]
  4551. 351.58 s [algebraic-graphs] OK: circuit1 . reverse == transpose . circuit1
  4552. 351.58 s [algebraic-graphs]
  4553. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.clique1 ============
  4554. 351.58 s [algebraic-graphs] OK: clique1 [x] == vertex x
  4555. 351.58 s [algebraic-graphs] OK: clique1 [x,y] == edge x y
  4556. 351.58 s [algebraic-graphs] OK: clique1 [x,y,z] == edges1 [(x,y), (x,z), (y,z)]
  4557. 351.58 s [algebraic-graphs] OK: clique1 (xs <> ys) == connect (clique1 xs) (clique1 ys)
  4558. 351.58 s [algebraic-graphs] OK: clique1 . reverse == transpose . clique1
  4559. 351.58 s [algebraic-graphs]
  4560. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.biclique1 ============
  4561. 351.58 s [algebraic-graphs] OK: biclique1 [x1,x2] [y1,y2] == edges1 [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
  4562. 351.58 s [algebraic-graphs] OK: biclique1 xs ys == connect (vertices1 xs) (vertices1 ys)
  4563. 351.58 s [algebraic-graphs]
  4564. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.star ============
  4565. 351.58 s [algebraic-graphs] OK: star x [] == vertex x
  4566. 351.58 s [algebraic-graphs] OK: star x [y] == edge x y
  4567. 351.58 s [algebraic-graphs] OK: star x [y,z] == edges1 [(x,y), (x,z)]
  4568. 351.58 s [algebraic-graphs]
  4569. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.stars1 ============
  4570. 351.58 s [algebraic-graphs] OK: stars1 [(x, [] )] == vertex x
  4571. 351.58 s [algebraic-graphs] OK: stars1 [(x, [y])] == edge x y
  4572. 351.58 s [algebraic-graphs] OK: stars1 [(x, ys )] == star x ys
  4573. 351.58 s [algebraic-graphs] OK: stars1 == overlays1 . fmap (uncurry star)
  4574. 351.58 s [algebraic-graphs] OK: overlay (stars1 xs) (stars1 ys) == stars1 (xs <> ys)
  4575. 351.58 s [algebraic-graphs]
  4576. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.tree ============
  4577. 351.58 s [algebraic-graphs] OK: tree (Node x []) == vertex x
  4578. 351.58 s [algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path1 [x,y,z]
  4579. 351.58 s [algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
  4580. 351.58 s [algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges1 [(1,2), (1,3), (3,4), (3,5)]
  4581. 351.58 s [algebraic-graphs]
  4582. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.removeVertex1 ============
  4583. 351.58 s [algebraic-graphs] OK: removeVertex1 x (vertex x) == Nothing
  4584. 351.58 s [algebraic-graphs] OK: removeVertex1 1 (vertex 2) == Just (vertex 2)
  4585. 351.58 s [algebraic-graphs] OK: removeVertex1 x (edge x x) == Nothing
  4586. 351.58 s [algebraic-graphs] OK: removeVertex1 1 (edge 1 2) == Just (vertex 2)
  4587. 351.58 s [algebraic-graphs] OK: removeVertex1 x >=> removeVertex1 x == removeVertex1 x
  4588. 351.58 s [algebraic-graphs]
  4589. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.removeEdge ============
  4590. 351.58 s [algebraic-graphs] OK: removeEdge x y (edge x y) == vertices1 [x,y]
  4591. 351.58 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  4592. 351.58 s [algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
  4593. 351.58 s [algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
  4594. 351.58 s [algebraic-graphs]
  4595. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.replaceVertex ============
  4596. 351.58 s [algebraic-graphs] OK: replaceVertex x x == id
  4597. 351.58 s [algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
  4598. 351.58 s [algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
  4599. 351.58 s [algebraic-graphs]
  4600. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.mergeVertices ============
  4601. 351.58 s [algebraic-graphs] OK: mergeVertices (const False) x == id
  4602. 351.58 s [algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
  4603. 351.58 s [algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
  4604. 351.58 s [algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
  4605. 351.58 s [algebraic-graphs]
  4606. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.transpose ============
  4607. 351.58 s [algebraic-graphs] OK: transpose (vertex x) == vertex x
  4608. 351.58 s [algebraic-graphs] OK: transpose (edge x y) == edge y x
  4609. 351.58 s [algebraic-graphs] OK: transpose . transpose == id
  4610. 351.58 s [algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
  4611. 351.58 s [algebraic-graphs]
  4612. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.gmap ============
  4613. 351.58 s [algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
  4614. 351.58 s [algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
  4615. 351.58 s [algebraic-graphs] OK: gmap id == id
  4616. 351.58 s [algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
  4617. 351.58 s [algebraic-graphs]
  4618. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.induce1 ============
  4619. 351.58 s [algebraic-graphs] OK: induce1 (const True ) x == Just x
  4620. 351.58 s [algebraic-graphs] OK: induce1 (const False) x == Nothing
  4621. 351.58 s [algebraic-graphs] OK: induce1 (/= x) == removeVertex1 x
  4622. 351.58 s [algebraic-graphs] OK: induce1 p >=> induce1 q == induce1 (\x -> p x && q x)
  4623. 351.58 s [algebraic-graphs]
  4624. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.induceJust1 ============
  4625. 351.58 s [algebraic-graphs] OK: induceJust1 (vertex Nothing) == Nothing
  4626. 351.58 s [algebraic-graphs] OK: induceJust1 (edge (Just x) Nothing) == Just (vertex x)
  4627. 351.58 s [algebraic-graphs] OK: induceJust1 . gmap Just == Just
  4628. 351.58 s [algebraic-graphs] OK: induceJust1 . gmap (\x -> if p x then Just x else Nothing) == induce1 p
  4629. 351.58 s [algebraic-graphs]
  4630. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.closure ============
  4631. 351.58 s [algebraic-graphs] OK: closure (vertex x) == edge x x
  4632. 351.58 s [algebraic-graphs] OK: closure (edge x x) == edge x x
  4633. 351.58 s [algebraic-graphs] OK: closure (edge x y) == edges1 [(x,x), (x,y), (y,y)]
  4634. 351.58 s [algebraic-graphs] OK: closure (path1 $ nub xs) == reflexiveClosure (clique1 $ nub xs)
  4635. 351.58 s [algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
  4636. 351.58 s [algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
  4637. 351.58 s [algebraic-graphs] OK: closure . closure == closure
  4638. 351.58 s [algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
  4639. 351.58 s [algebraic-graphs]
  4640. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.reflexiveClosure ============
  4641. 351.58 s [algebraic-graphs] OK: reflexiveClosure (vertex x) == edge x x
  4642. 351.58 s [algebraic-graphs] OK: reflexiveClosure (edge x x) == edge x x
  4643. 351.58 s [algebraic-graphs] OK: reflexiveClosure (edge x y) == edges1 [(x,x), (x,y), (y,y)]
  4644. 351.58 s [algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
  4645. 351.58 s [algebraic-graphs]
  4646. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.symmetricClosure ============
  4647. 351.58 s [algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
  4648. 351.58 s [algebraic-graphs] OK: symmetricClosure (edge x y) == edges1 [(x,y), (y,x)]
  4649. 351.58 s [algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
  4650. 351.58 s [algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
  4651. 351.58 s [algebraic-graphs]
  4652. 351.58 s [algebraic-graphs] ============ NonEmpty.AdjacencyMap.transitiveClosure ============
  4653. 351.58 s [algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
  4654. 351.58 s [algebraic-graphs] OK: transitiveClosure (edge x y) == edge x y
  4655. 351.58 s [algebraic-graphs] OK: transitiveClosure (path1 $ nub xs) == clique1 (nub $ xs)
  4656. 351.58 s [algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
  4657. 351.58 s [algebraic-graphs]
  4658. 351.58 s [algebraic-graphs] ============ NonEmpty.Graph.============
  4659. 351.58 s [algebraic-graphs] OK: Axioms of non-empty graphs
  4660. 351.58 s [algebraic-graphs] OK: Theorems of non-empty graphs
  4661. 351.58 s [algebraic-graphs]
  4662. 351.58 s [algebraic-graphs] ============ Ord (NonEmpty.Graph a) ============
  4663. 351.58 s [algebraic-graphs] OK: vertex 1 < vertex 2
  4664. 351.58 s [algebraic-graphs] OK: vertex 3 < edge 1 2
  4665. 351.58 s [algebraic-graphs] OK: vertex 1 < edge 1 1
  4666. 351.58 s [algebraic-graphs] OK: edge 1 1 < edge 1 2
  4667. 351.58 s [algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
  4668. 351.58 s [algebraic-graphs] OK: edge 1 2 < edge 1 3
  4669. 351.58 s [algebraic-graphs] OK: x <= x + y
  4670. 351.58 s [algebraic-graphs] OK: x + y <= x * y
  4671. 351.58 s [algebraic-graphs]
  4672. 351.58 s [algebraic-graphs] ============ Functor (NonEmpty.Graph a) ============
  4673. 351.58 s [algebraic-graphs] OK: fmap f (vertex x) == vertex (f x)
  4674. 351.58 s [algebraic-graphs] OK: fmap f (edge x y) == edge (f x) (f y)
  4675. 351.58 s [algebraic-graphs] OK: fmap id == id
  4676. 351.58 s [algebraic-graphs] OK: fmap f . fmap g == fmap (f . g)
  4677. 351.58 s [algebraic-graphs]
  4678. 351.58 s [algebraic-graphs] ============ Monad (NonEmpty.Graph a) ============
  4679. 351.58 s [algebraic-graphs] OK: (vertex x >>= f) == f x
  4680. 352.25 s [hie-bios] [ 4 of 16] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, nothing )
  4681. 352.27 s [hie-bios] [ 5 of 16] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, nothing )
  4682. 352.45 s [pandoc] [109 of 220] Compiling Text.Pandoc.Readers.Typst.Math
  4683. 352.70 s [hie-bios] [ 6 of 16] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, nothing )
  4684. 353.25 s [hie-bios] [ 7 of 16] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, nothing )
  4685. 353.35 s [hie-bios] [ 8 of 16] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, nothing )
  4686. 353.35 s [algebraic-graphs] OK: (edge x y >>= f) == connect (f x) (f y)
  4687. 353.35 s [algebraic-graphs] OK: (vertices1 xs >>= f) == overlays1 (fmap f xs)
  4688. 353.35 s [algebraic-graphs] OK: (x >>= vertex) == x
  4689. 353.35 s [algebraic-graphs] OK: ((x >>= f) >>= g) == (x >>= (\y -> (f y) >>= g))
  4690. 353.35 s [algebraic-graphs]
  4691. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.toNonEmpty ============
  4692. 353.35 s [algebraic-graphs] OK: toNonEmpty empty == Nothing
  4693. 353.35 s [algebraic-graphs] OK: toNonEmpty (toGraph x) == Just (x :: NonEmpty.Graph a)
  4694. 353.35 s [algebraic-graphs]
  4695. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.vertex ============
  4696. 353.35 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  4697. 353.35 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  4698. 353.35 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  4699. 353.35 s [algebraic-graphs] OK: size (vertex x) == 1
  4700. 353.35 s [algebraic-graphs]
  4701. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.edge ============
  4702. 353.35 s [algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
  4703. 353.35 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  4704. 353.35 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  4705. 353.35 s [algebraic-graphs] OK: vertexCount (edge 1 1) == 1
  4706. 353.35 s [algebraic-graphs] OK: vertexCount (edge 1 2) == 2
  4707. 353.35 s [algebraic-graphs]
  4708. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.overlay ============
  4709. 353.35 s [algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
  4710. 353.35 s [algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
  4711. 353.35 s [algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
  4712. 353.35 s [algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
  4713. 353.35 s [algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
  4714. 353.35 s [algebraic-graphs] OK: size (overlay x y) == size x + size y
  4715. 353.35 s [algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
  4716. 353.35 s [algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
  4717. 353.35 s [algebraic-graphs]
  4718. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.overlay1 ============
  4719. 353.35 s [algebraic-graphs] OK: overlay1 empty x == x
  4720. 353.35 s [algebraic-graphs] OK: x /= empty ==> overlay1 x y == overlay (fromJust $ toNonEmpty x) y
  4721. 353.35 s [algebraic-graphs]
  4722. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.connect ============
  4723. 353.35 s [algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
  4724. 353.35 s [algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
  4725. 353.35 s [algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
  4726. 353.35 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
  4727. 353.35 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
  4728. 353.35 s [algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
  4729. 353.35 s [algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
  4730. 353.35 s [algebraic-graphs] OK: size (connect x y) == size x + size y
  4731. 353.35 s [algebraic-graphs] OK: vertexCount (connect 1 2) == 2
  4732. 353.35 s [algebraic-graphs] OK: edgeCount (connect 1 2) == 1
  4733. 353.35 s [algebraic-graphs]
  4734. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.vertices1 ============
  4735. 353.35 s [algebraic-graphs] OK: vertices1 [x] == vertex x
  4736. 353.35 s [algebraic-graphs] OK: hasVertex x . vertices1 == elem x
  4737. 353.35 s [algebraic-graphs] OK: vertexCount . vertices1 == length . nub
  4738. 353.35 s [algebraic-graphs] OK: vertexSet . vertices1 == Set.fromList . toList
  4739. 353.35 s [algebraic-graphs]
  4740. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.edges1 ============
  4741. 353.35 s [algebraic-graphs] OK: edges1 [(x,y)] == edge x y
  4742. 353.35 s [algebraic-graphs] OK: edges1 == overlays1 . fmap (uncurry edge)
  4743. 353.35 s [algebraic-graphs] OK: edgeCount . edges1 == length . nub
  4744. 353.35 s [algebraic-graphs]
  4745. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.overlays1 ============
  4746. 353.35 s [algebraic-graphs] OK: overlays1 [x] == x
  4747. 353.35 s [algebraic-graphs] OK: overlays1 [x,y] == overlay x y
  4748. 353.35 s [algebraic-graphs]
  4749. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.connects1 ============
  4750. 353.35 s [algebraic-graphs] OK: connects1 [x] == x
  4751. 353.35 s [algebraic-graphs] OK: connects1 [x,y] == connect x y
  4752. 353.35 s [algebraic-graphs]
  4753. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.foldg1 ============
  4754. 353.35 s [algebraic-graphs] OK: foldg1 vertex overlay connect == id
  4755. 353.35 s [algebraic-graphs] OK: foldg1 vertex overlay (flip connect) == transpose
  4756. 353.35 s [algebraic-graphs] OK: foldg1 (const 1) (+) (+) == size
  4757. 353.35 s [algebraic-graphs] OK: foldg1 (== x) (||) (||) == hasVertex x
  4758. 353.35 s [algebraic-graphs]
  4759. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.isSubgraphOf ============
  4760. 353.35 s [algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
  4761. 353.35 s [algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
  4762. 353.35 s [algebraic-graphs] OK: isSubgraphOf (path1 xs) (circuit1 xs) == True
  4763. 353.35 s [algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
  4764. 353.35 s [algebraic-graphs]
  4765. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.(===) ============
  4766. 353.35 s [algebraic-graphs] OK: x === x == True
  4767. 353.35 s [algebraic-graphs] OK: x + y === x + y == True
  4768. 353.35 s [algebraic-graphs] OK: 1 + 2 === 2 + 1 == False
  4769. 353.35 s [algebraic-graphs] OK: x + y === x * y == False
  4770. 353.35 s [algebraic-graphs]
  4771. 353.35 s [algebraic-graphs] ============ NonEmpty.Graph.size ============
  4772. 353.36 s [algebraic-graphs] OK: size (vertex x) == 1
  4773. 353.36 s [algebraic-graphs] OK: size (overlay x y) == size x + size y
  4774. 353.36 s [algebraic-graphs] OK: size (connect x y) == size x + size y
  4775. 353.36 s [algebraic-graphs] OK: size x >= 1
  4776. 353.36 s [algebraic-graphs] OK: size x >= vertexCount x
  4777. 353.36 s [algebraic-graphs]
  4778. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.hasVertex ============
  4779. 353.36 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  4780. 353.36 s [algebraic-graphs]
  4781. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.hasEdge ============
  4782. 353.36 s [algebraic-graphs] OK: hasEdge x y (vertex z) == False
  4783. 353.36 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  4784. 353.36 s [algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
  4785. 353.36 s [algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
  4786. 353.36 s [algebraic-graphs]
  4787. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.vertexCount ============
  4788. 353.36 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  4789. 353.36 s [algebraic-graphs] OK: vertexCount x >= 1
  4790. 353.36 s [algebraic-graphs] OK: vertexCount == length . vertexList1
  4791. 353.36 s [algebraic-graphs]
  4792. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.edgeCount ============
  4793. 353.36 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  4794. 353.36 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  4795. 353.36 s [algebraic-graphs] OK: edgeCount == length . edgeList
  4796. 353.36 s [algebraic-graphs]
  4797. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.vertexList1 ============
  4798. 353.36 s [algebraic-graphs] OK: vertexList1 (vertex x) == [x]
  4799. 353.36 s [algebraic-graphs] OK: vertexList1 . vertices1 == nub . sort
  4800. 353.36 s [algebraic-graphs]
  4801. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.edgeList ============
  4802. 353.36 s [algebraic-graphs] OK: edgeList (vertex x) == []
  4803. 353.36 s [algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
  4804. 353.36 s [algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
  4805. 353.36 s [algebraic-graphs] OK: edgeList . edges1 == nub . sort . toList
  4806. 353.36 s [algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
  4807. 353.36 s [algebraic-graphs]
  4808. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.vertexSet ============
  4809. 353.36 s [algebraic-graphs] OK: vertexSet . vertex == Set.singleton
  4810. 353.36 s [algebraic-graphs] OK: vertexSet . vertices1 == Set.fromList . toList
  4811. 353.36 s [algebraic-graphs] OK: vertexSet . clique1 == Set.fromList . toList
  4812. 353.36 s [algebraic-graphs]
  4813. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.edgeSet ============
  4814. 353.36 s [algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
  4815. 353.36 s [algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
  4816. 353.36 s [algebraic-graphs] OK: edgeSet . edges1 == Set.fromList . toList
  4817. 353.36 s [algebraic-graphs]
  4818. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.path1 ============
  4819. 353.36 s [algebraic-graphs] OK: path1 [x] == vertex x
  4820. 353.36 s [algebraic-graphs] OK: path1 [x,y] == edge x y
  4821. 353.36 s [algebraic-graphs] OK: path1 . reverse == transpose . path1
  4822. 353.36 s [algebraic-graphs]
  4823. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.circuit1 ============
  4824. 353.36 s [algebraic-graphs] OK: circuit1 [x] == edge x x
  4825. 353.36 s [algebraic-graphs] OK: circuit1 [x,y] == edges1 [(x,y), (y,x)]
  4826. 353.36 s [algebraic-graphs] OK: circuit1 . reverse == transpose . circuit1
  4827. 353.36 s [algebraic-graphs]
  4828. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.clique1 ============
  4829. 353.36 s [algebraic-graphs] OK: clique1 [x] == vertex x
  4830. 353.36 s [algebraic-graphs] OK: clique1 [x,y] == edge x y
  4831. 353.36 s [algebraic-graphs] OK: clique1 [x,y,z] == edges1 [(x,y), (x,z), (y,z)]
  4832. 353.36 s [algebraic-graphs] OK: clique1 (xs <> ys) == connect (clique1 xs) (clique1 ys)
  4833. 353.36 s [algebraic-graphs] OK: clique1 . reverse == transpose . clique1
  4834. 353.36 s [algebraic-graphs]
  4835. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.biclique1 ============
  4836. 353.36 s [algebraic-graphs] OK: biclique1 [x1,x2] [y1,y2] == edges1 [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
  4837. 353.36 s [algebraic-graphs] OK: biclique1 xs ys == connect (vertices1 xs) (vertices1 ys)
  4838. 353.36 s [algebraic-graphs]
  4839. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.star ============
  4840. 353.36 s [algebraic-graphs] OK: star x [] == vertex x
  4841. 353.36 s [algebraic-graphs] OK: star x [y] == edge x y
  4842. 353.36 s [algebraic-graphs] OK: star x [y,z] == edges1 [(x,y), (x,z)]
  4843. 353.36 s [algebraic-graphs]
  4844. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.stars1 ============
  4845. 353.36 s [algebraic-graphs] OK: stars1 [(x, [] )] == vertex x
  4846. 353.36 s [algebraic-graphs] OK: stars1 [(x, [y])] == edge x y
  4847. 353.36 s [algebraic-graphs] OK: stars1 [(x, ys )] == star x ys
  4848. 353.36 s [algebraic-graphs] OK: stars1 == overlays1 . fmap (uncurry star)
  4849. 353.36 s [algebraic-graphs] OK: overlay (stars1 xs) (stars1 ys) == stars1 (xs <> ys)
  4850. 353.36 s [algebraic-graphs]
  4851. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.tree ============
  4852. 353.36 s [algebraic-graphs] OK: tree (Node x []) == vertex x
  4853. 353.36 s [algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path1 [x,y,z]
  4854. 353.36 s [algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
  4855. 353.36 s [algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges1 [(1,2), (1,3), (3,4), (3,5)]
  4856. 353.36 s [algebraic-graphs]
  4857. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.mesh1 ============
  4858. 353.36 s [algebraic-graphs] OK: mesh1 [x] [y] == vertex (x, y)
  4859. 353.36 s [algebraic-graphs] OK: mesh1 xs ys == box (path1 xs) (path1 ys)
  4860. 353.36 s [algebraic-graphs] OK: mesh1 [1,2,3] ['a', 'b'] == <correct result>
  4861. 353.36 s [algebraic-graphs] OK: size (mesh xs ys) == max 1 (3 * length xs * length ys - length xs - length ys -1)
  4862. 353.36 s [algebraic-graphs]
  4863. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.torus1 ============
  4864. 353.36 s [algebraic-graphs] OK: torus1 [x] [y] == edge (x,y) (x,y)
  4865. 353.36 s [algebraic-graphs] OK: torus1 xs ys == box (circuit1 xs) (circuit1 ys)
  4866. 353.36 s [algebraic-graphs] OK: torus1 [1,2] ['a', 'b'] == <correct result>
  4867. 353.36 s [algebraic-graphs] OK: size (torus1 xs ys) == max 1 (3 * length xs * length ys)
  4868. 353.36 s [algebraic-graphs]
  4869. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.removeVertex1 ============
  4870. 353.36 s [algebraic-graphs] OK: removeVertex1 x (vertex x) == Nothing
  4871. 353.36 s [algebraic-graphs] OK: removeVertex1 1 (vertex 2) == Just (vertex 2)
  4872. 353.36 s [algebraic-graphs] OK: removeVertex1 x (edge x x) == Nothing
  4873. 353.36 s [algebraic-graphs] OK: removeVertex1 1 (edge 1 2) == Just (vertex 2)
  4874. 353.36 s [algebraic-graphs] OK: removeVertex1 x >=> removeVertex1 x == removeVertex1 x
  4875. 353.36 s [algebraic-graphs]
  4876. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.removeEdge ============
  4877. 353.36 s [algebraic-graphs] OK: removeEdge x y (edge x y) == vertices1 [x,y]
  4878. 353.36 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  4879. 353.36 s [algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
  4880. 353.36 s [algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
  4881. 353.36 s [algebraic-graphs] OK: size (removeEdge x y z) <= 3 * size z
  4882. 353.36 s [algebraic-graphs]
  4883. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.replaceVertex ============
  4884. 353.36 s [algebraic-graphs] OK: replaceVertex x x == id
  4885. 353.36 s [algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
  4886. 353.36 s [algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
  4887. 353.36 s [algebraic-graphs]
  4888. 353.36 s [algebraic-graphs] ============ NonEmpty.Graph.mergeVertices ============
  4889. 353.36 s [algebraic-graphs] OK: mergeVertices (const False) x == id
  4890. 353.37 s [hie-bios] [ 9 of 16] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, nothing )
  4891. 353.42 s [hie-bios] [10 of 16] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, nothing )
  4892. 353.50 s [hie-bios] [11 of 16] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, nothing )
  4893. 353.54 s [hie-bios] [12 of 16] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, nothing )
  4894. 353.74 s [hie-bios] [13 of 16] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, nothing )
  4895. 354.30 s [hie-bios] src/HIE/Bios/Cradle.hs:145:4: warning: [GHC-40910] [-Wunused-top-binds]
  4896. 354.30 s [hie-bios] Defined but not used: record field of ResolvedCradles ‘cradleRoot’
  4897. 354.30 s [hie-bios] |
  4898. 354.30 s [hie-bios] 145 | { cradleRoot :: FilePath
  4899. 354.30 s [hie-bios] | ^^^^^^^^^^
  4900. 354.30 s [hie-bios]
  4901. 354.30 s [hie-bios] src/HIE/Bios/Cradle.hs:146:4: warning: [GHC-40910] [-Wunused-top-binds]
  4902. 354.30 s [hie-bios] Defined but not used:
  4903. 354.30 s [hie-bios] record field of ResolvedCradles ‘resolvedCradles’
  4904. 354.30 s [hie-bios] |
  4905. 354.30 s [hie-bios] 146 | , resolvedCradles :: [ResolvedCradle a] -- ^ In order of decreasing specificity
  4906. 354.30 s [hie-bios] | ^^^^^^^^^^^^^^^
  4907. 354.30 s [hie-bios]
  4908. 354.30 s [hie-bios] src/HIE/Bios/Cradle.hs:147:4: warning: [GHC-40910] [-Wunused-top-binds]
  4909. 354.30 s [hie-bios] Defined but not used:
  4910. 354.30 s [hie-bios] record field of ResolvedCradles ‘cradleProgramVersions’
  4911. 354.31 s [hie-bios] |
  4912. 354.31 s [hie-bios] 147 | , cradleProgramVersions :: ProgramVersions
  4913. 354.31 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^
  4914. 354.31 s [hie-bios]
  4915. 354.31 s [hie-bios] [14 of 16] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, nothing )
  4916. 354.33 s [hie-bios] [15 of 16] Compiling HIE.Bios ( src/HIE/Bios.hs, nothing )
  4917. 354.34 s [hie-bios] [16 of 16] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, nothing )
  4918. 354.35 s [hie-bios] Haddock coverage:
  4919. 354.35 s [hie-bios] 7% ( 1 / 14) in 'HIE.Bios.Config.YAML'
  4920. 354.35 s [hie-bios] Missing documentation for:
  4921. 354.35 s [hie-bios] CradleConfigYAML (src/HIE/Bios/Config/YAML.hs:62)
  4922. 354.35 s [hie-bios] CradleComponent (src/HIE/Bios/Config/YAML.hs:67)
  4923. 354.35 s [hie-bios] MultiSubComponent (src/HIE/Bios/Config/YAML.hs:99)
  4924. 354.35 s [hie-bios] CabalConfig (src/HIE/Bios/Config/YAML.hs:104)
  4925. 354.35 s [hie-bios] CabalComponent (src/HIE/Bios/Config/YAML.hs:118)
  4926. 354.35 s [hie-bios] StackConfig (src/HIE/Bios/Config/YAML.hs:134)
  4927. 354.35 s [hie-bios] StackComponent (src/HIE/Bios/Config/YAML.hs:139)
  4928. 354.35 s [hie-bios] DirectConfig (src/HIE/Bios/Config/YAML.hs:176)
  4929. 354.35 s [hie-bios] BiosConfig (src/HIE/Bios/Config/YAML.hs:180)
  4930. 354.35 s [hie-bios] NoneConfig (src/HIE/Bios/Config/YAML.hs:83)
  4931. 354.35 s [hie-bios] OtherConfig (src/HIE/Bios/Config/YAML.hs:85)
  4932. 354.35 s [hie-bios] OneOrManyComponents (src/HIE/Bios/Config/YAML.hs:164)
  4933. 354.35 s [hie-bios] Callable (src/HIE/Bios/Config/YAML.hs:189)
  4934. 354.35 s [hie-bios] Warning: 'Cradle' is out of scope.
  4935. 354.35 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  4936. 354.35 s [hie-bios] 21% ( 3 / 14) in 'HIE.Bios.Config'
  4937. 354.35 s [hie-bios] Missing documentation for:
  4938. 354.35 s [hie-bios] readConfig (src/HIE/Bios/Config.hs:140)
  4939. 354.35 s [hie-bios] CradleConfig (src/HIE/Bios/Config.hs:44)
  4940. 354.35 s [hie-bios] CabalType (src/HIE/Bios/Config.hs:80)
  4941. 354.35 s [hie-bios] cabalComponent (src/HIE/Bios/Config.hs:80)
  4942. 354.35 s [hie-bios] cabalProjectFile (src/HIE/Bios/Config.hs:80)
  4943. 354.35 s [hie-bios] StackType (src/HIE/Bios/Config.hs:86)
  4944. 354.35 s [hie-bios] StackType (src/HIE/Bios/Config.hs:97)
  4945. 354.35 s [hie-bios] stackComponent (src/HIE/Bios/Config.hs:97)
  4946. 354.35 s [hie-bios] stackYaml (src/HIE/Bios/Config.hs:97)
  4947. 354.35 s [hie-bios] CradleTree (src/HIE/Bios/Config.hs:103)
  4948. 354.35 s [hie-bios] Callable (src/HIE/Bios/Config.hs:56)
  4949. 354.36 s [hie-bios] 40% ( 21 / 52) in 'HIE.Bios.Ghc.Gap'
  4950. 354.36 s [hie-bios] Missing documentation for:
  4951. 354.36 s [hie-bios] ghcVersion (src/HIE/Bios/Ghc/Gap.hs:96)
  4952. 354.36 s [hie-bios] makeUserStyle (src/HIE/Bios/Ghc/Gap.hs:162)
  4953. 354.36 s [hie-bios] PprStyle
  4954. 354.36 s [hie-bios] parseTargetFiles (src/HIE/Bios/Ghc/Gap.hs:287)
  4955. 354.36 s [hie-bios] getHscEnv
  4956. 354.36 s [hie-bios] batchMsg
  4957. 354.36 s [hie-bios] set_hsc_dflags (src/HIE/Bios/Ghc/Gap.hs:137)
  4958. 354.36 s [hie-bios] overPkgDbRef (src/HIE/Bios/Ghc/Gap.hs:140)
  4959. 354.36 s [hie-bios] guessTarget (src/HIE/Bios/Ghc/Gap.hs:149)
  4960. 354.36 s [hie-bios] setNoCode (src/HIE/Bios/Ghc/Gap.hs:129)
  4961. 354.36 s [hie-bios] getModSummaries (src/HIE/Bios/Ghc/Gap.hs:167)
  4962. 354.36 s [hie-bios] mapOverIncludePaths (src/HIE/Bios/Ghc/Gap.hs:178)
  4963. 354.36 s [hie-bios] getLogger (src/HIE/Bios/Ghc/Gap.hs:245)
  4964. 354.36 s [hie-bios] RealSrcSpan (src/HIE/Bios/Ghc/Gap.hs:123)
  4965. 354.36 s [hie-bios] catch (src/HIE/Bios/Ghc/Gap.hs:117)
  4966. 354.36 s [hie-bios] bracket (src/HIE/Bios/Ghc/Gap.hs:110)
  4967. 354.36 s [hie-bios] handle (src/HIE/Bios/Ghc/Gap.hs:114)
  4968. 354.36 s [hie-bios] pageMode (src/HIE/Bios/Ghc/Gap.hs:209)
  4969. 354.36 s [hie-bios] oneLineMode (src/HIE/Bios/Ghc/Gap.hs:213)
  4970. 354.36 s [hie-bios] initializePluginsForModSummary (src/HIE/Bios/Ghc/Gap.hs:227)
  4971. 354.36 s [hie-bios] setFrontEndHooks (src/HIE/Bios/Ghc/Gap.hs:235)
  4972. 354.36 s [hie-bios] setWayDynamicIfHostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:252)
  4973. 354.36 s [hie-bios] gopt_set (src/HIE/Bios/Ghc/Gap.hs:249)
  4974. 354.36 s [hie-bios] parseDynamicFlags (src/HIE/Bios/Ghc/Gap.hs:283)
  4975. 354.36 s [hie-bios] hostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:294)
  4976. 354.36 s [hie-bios] getTyThing (src/HIE/Bios/Ghc/Gap.hs:170)
  4977. 354.36 s [hie-bios] fixInfo (src/HIE/Bios/Ghc/Gap.hs:173)
  4978. 354.36 s [hie-bios] mgModSummaries
  4979. 354.36 s [hie-bios] unsetLogAction (src/HIE/Bios/Ghc/Gap.hs:191)
  4980. 354.36 s [hie-bios] load' (src/HIE/Bios/Ghc/Gap.hs:100)
  4981. 354.36 s [hie-bios] getDynFlags
  4982. 354.36 s [hie-bios] 14% ( 1 / 7) in 'HIE.Bios.Ghc.Doc'
  4983. 354.36 s [hie-bios] Missing documentation for:
  4984. 354.36 s [hie-bios] getPrintUnqual (src/HIE/Bios/Ghc/Doc.hs:26)
  4985. 354.36 s [hie-bios] showPage (src/HIE/Bios/Ghc/Doc.hs:30)
  4986. 354.36 s [hie-bios] showOneLine (src/HIE/Bios/Ghc/Doc.hs:35)
  4987. 354.36 s [hie-bios] getStyle (src/HIE/Bios/Ghc/Doc.hs:40)
  4988. 354.36 s [hie-bios] styleUnqualified (src/HIE/Bios/Ghc/Doc.hs:43)
  4989. 354.36 s [hie-bios] showDocWith (src/HIE/Bios/Ghc/Doc.hs:46)
  4990. 354.36 s [hie-bios] Warning: 'TypecheckedModule' is ambiguous. It is defined
  4991. 354.36 s [hie-bios] * in ‘GHC’
  4992. 354.36 s [hie-bios] * in ‘GHC’
  4993. 354.36 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  4994. 354.36 s [hie-bios] by specifying the type/value namespace explicitly.
  4995. 354.36 s [hie-bios] Defaulting to the one defined in ‘GHC’
  4996. 354.36 s [hie-bios] 60% ( 9 / 15) in 'HIE.Bios.Ghc.Load'
  4997. 354.36 s [hie-bios] Missing documentation for:
  4998. 354.36 s [hie-bios] Log (src/HIE/Bios/Ghc/Load.hs:30)
  4999. 354.36 s [hie-bios] get_fp (src/HIE/Bios/Ghc/Load.hs:45)
  5000. 354.36 s [hie-bios] msTargetIs (src/HIE/Bios/Ghc/Load.hs:113)
  5001. 354.36 s [hie-bios] initializePluginsGhc (src/HIE/Bios/Ghc/Load.hs:188)
  5002. 354.36 s [hie-bios] ghcInHsc (src/HIE/Bios/Ghc/Load.hs:195)
  5003. 354.36 s [hie-bios] setTargetFilename (src/HIE/Bios/Ghc/Load.hs:209)
  5004. 354.36 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  5005. 354.36 s [hie-bios] * at src/HIE/Bios/Types.hs:68:17
  5006. 354.36 s [hie-bios] * at src/HIE/Bios/Types.hs:68:1
  5007. 354.36 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  5008. 354.36 s [hie-bios] by specifying the type/value namespace explicitly.
  5009. 354.36 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
  5010. 354.36 s [hie-bios] Warning: 'cabal' is out of scope.
  5011. 354.36 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5012. 354.37 s [hie-bios] 55% ( 11 / 20) in 'HIE.Bios.Types'
  5013. 354.37 s [hie-bios] Missing documentation for:
  5014. 354.37 s [hie-bios] Module header
  5015. 354.37 s [hie-bios] ActionName (src/HIE/Bios/Types.hs:83)
  5016. 354.37 s [hie-bios] Log (src/HIE/Bios/Types.hs:94)
  5017. 354.37 s [hie-bios] CradleAction (src/HIE/Bios/Types.hs:158)
  5018. 354.37 s [hie-bios] cradleLoadResult (src/HIE/Bios/Types.hs:183)
  5019. 354.37 s [hie-bios] CradleLoadResultT (src/HIE/Bios/Types.hs:200)
  5020. 354.37 s [hie-bios] modCradleError (src/HIE/Bios/Types.hs:251)
  5021. 354.37 s [hie-bios] throwCE (src/HIE/Bios/Types.hs:258)
  5022. 354.37 s [hie-bios] CradleError (src/HIE/Bios/Types.hs:260)
  5023. 354.37 s [hie-bios] Warning: 'DynFlags' is out of scope.
  5024. 354.37 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5025. 354.37 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  5026. 354.37 s [hie-bios] * at src/HIE/Bios/Types.hs:68:17
  5027. 354.37 s [hie-bios] * at src/HIE/Bios/Types.hs:68:1
  5028. 354.37 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  5029. 354.37 s [hie-bios] by specifying the type/value namespace explicitly.
  5030. 354.37 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
  5031. 354.37 s [hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Flags'
  5032. 354.37 s [hie-bios] Missing documentation for:
  5033. 354.37 s [hie-bios] Module header
  5034. 354.37 s [hie-bios] Warning: 'runCradleGhc' is out of scope.
  5035. 354.37 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5036. 354.37 s [hie-bios] Warning: 'CradleError' is ambiguous. It is defined
  5037. 354.37 s [hie-bios] * at src/HIE/Bios/Types.hs:260:20
  5038. 354.37 s [hie-bios] * at src/HIE/Bios/Types.hs:260:1
  5039. 354.37 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  5040. 354.37 s [hie-bios] by specifying the type/value namespace explicitly.
  5041. 354.37 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:260:1
  5042. 354.37 s [hie-bios] Warning: 'DynFlags' is out of scope.
  5043. 354.37 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5044. 354.37 s [hie-bios] 75% ( 6 / 8) in 'HIE.Bios.Environment'
  5045. 354.37 s [hie-bios] Missing documentation for:
  5046. 354.37 s [hie-bios] Module header
  5047. 354.37 s [hie-bios] makeTargetsAbsolute (src/HIE/Bios/Environment.hs:57)
  5048. 354.37 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  5049. 354.37 s [hie-bios] * at src/HIE/Bios/Types.hs:68:17
  5050. 354.37 s [hie-bios] * at src/HIE/Bios/Types.hs:68:1
  5051. 354.37 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  5052. 354.37 s [hie-bios] by specifying the type/value namespace explicitly.
  5053. 354.37 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
  5054. 354.37 s [hie-bios] 66% ( 4 / 6) in 'HIE.Bios.Ghc.Api'
  5055. 354.37 s [hie-bios] Missing documentation for:
  5056. 354.37 s [hie-bios] SuccessFlag
  5057. 354.37 s [hie-bios] withDynFlags (src/HIE/Bios/Ghc/Api.hs:63)
  5058. 354.37 s [hie-bios] Warning: 'SourceError' is ambiguous. It is defined
  5059. 354.37 s [hie-bios] * in ‘GHC.Types.SourceError’
  5060. 354.37 s [hie-bios] * in ‘GHC.Types.SourceError’
  5061. 354.37 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  5062. 354.37 s [hie-bios] by specifying the type/value namespace explicitly.
  5063. 354.37 s [hie-bios] Defaulting to the one defined in ‘GHC.Types.SourceError’
  5064. 354.37 s [hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Ghc.Logger'
  5065. 354.37 s [hie-bios] Missing documentation for:
  5066. 354.37 s [hie-bios] Module header
  5067. 354.37 s [hie-bios] 66% ( 2 / 3) in 'HIE.Bios.Ghc.Check'
  5068. 354.37 s [hie-bios] Missing documentation for:
  5069. 354.37 s [hie-bios] Module header
  5070. 354.37 s [hie-bios] 0% ( 0 / 3) in 'HIE.Bios.Wrappers'
  5071. 354.37 s [hie-bios] Missing documentation for:
  5072. 354.37 s [hie-bios] Module header
  5073. 354.37 s [hie-bios] cabalWrapper (src/HIE/Bios/Wrappers.hs:13)
  5074. 354.37 s [hie-bios] cabalWrapperHs (src/HIE/Bios/Wrappers.hs:16)
  5075. 354.37 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  5076. 354.37 s [hie-bios] * at src/HIE/Bios/Types.hs:68:17
  5077. 354.37 s [hie-bios] * at src/HIE/Bios/Types.hs:68:1
  5078. 354.37 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  5079. 354.37 s [hie-bios] by specifying the type/value namespace explicitly.
  5080. 354.37 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
  5081. 354.37 s [hie-bios] Warning: 'ghc' is out of scope.
  5082. 354.37 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5083. 354.37 s [hie-bios] Warning: 'ghcPathAbs' is out of scope.
  5084. 354.37 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5085. 354.37 s [hie-bios] Warning: 'cabal' is out of scope.
  5086. 354.37 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5087. 354.37 s [hie-bios] Warning: 'componentDir' is out of scope.
  5088. 354.37 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5089. 354.37 s [hie-bios] Warning: 'rootDir' is out of scope.
  5090. 354.37 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5091. 354.37 s [hie-bios] Warning: 'fpName' is out of scope.
  5092. 354.37 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5093. 354.37 s [hie-bios] Warning: 'srcHash' is out of scope.
  5094. 354.37 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5095. 354.37 s [hie-bios] Warning: 'populate' is out of scope.
  5096. 354.37 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  5097. 354.37 s [hie-bios] Warning: 'CradleError' is ambiguous. It is defined
  5098. 354.37 s [hie-bios] * at src/HIE/Bios/Types.hs:260:20
  5099. 354.37 s [hie-bios] * at src/HIE/Bios/Types.hs:260:1
  5100. 354.37 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  5101. 354.37 s [hie-bios] by specifying the type/value namespace explicitly.
  5102. 354.37 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:260:1
  5103. 354.38 s [hie-bios] 40% ( 8 / 20) in 'HIE.Bios.Cradle'
  5104. 354.38 s [hie-bios] Missing documentation for:
  5105. 354.38 s [hie-bios] Module header
  5106. 354.38 s [hie-bios] yamlConfig (src/HIE/Bios/Cradle.hs:350)
  5107. 354.38 s [hie-bios] isCabalCradle (src/HIE/Bios/Cradle.hs:376)
  5108. 354.38 s [hie-bios] isStackCradle (src/HIE/Bios/Cradle.hs:381)
  5109. 354.38 s [hie-bios] isDirectCradle (src/HIE/Bios/Cradle.hs:386)
  5110. 354.38 s [hie-bios] isBiosCradle (src/HIE/Bios/Cradle.hs:391)
  5111. 354.38 s [hie-bios] isNoneCradle (src/HIE/Bios/Cradle.hs:401)
  5112. 354.38 s [hie-bios] isMultiCradle (src/HIE/Bios/Cradle.hs:396)
  5113. 354.38 s [hie-bios] isDefaultCradle (src/HIE/Bios/Cradle.hs:406)
  5114. 354.38 s [hie-bios] isOtherCradle (src/HIE/Bios/Cradle.hs:411)
  5115. 354.38 s [hie-bios] getCradle (src/HIE/Bios/Cradle.hs:115)
  5116. 354.38 s [hie-bios] makeCradleResult (src/HIE/Bios/Cradle.hs:1221)
  5117. 354.38 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  5118. 354.38 s [hie-bios] * at src/HIE/Bios/Types.hs:68:17
  5119. 354.38 s [hie-bios] * at src/HIE/Bios/Types.hs:68:1
  5120. 354.38 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  5121. 354.38 s [hie-bios] by specifying the type/value namespace explicitly.
  5122. 354.38 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:68:1
  5123. 354.38 s [hie-bios] 40% ( 2 / 5) in 'HIE.Bios.Internal.Debug'
  5124. 354.38 s [hie-bios] Missing documentation for:
  5125. 354.38 s [hie-bios] Module header
  5126. 354.38 s [hie-bios] configInfo (src/HIE/Bios/Internal/Debug.hs:74)
  5127. 354.38 s [hie-bios] cradleInfo (src/HIE/Bios/Internal/Debug.hs:88)
  5128. 354.38 s [hie-bios] 93% ( 15 / 16) in 'HIE.Bios'
  5129. 354.38 s [hie-bios] Missing documentation for:
  5130. 354.38 s [hie-bios] CradleError (src/HIE/Bios/Types.hs:260)
  5131. 357.35 s [hie-bios] Warning: HIE.Bios.Config.YAML: could not find link destinations for:
  5132. 357.35 s [hie-bios] - HIE.Bios.Config.YAML.Rep_CradleComponent
  5133. 357.35 s [hie-bios] - HIE.Bios.Config.YAML.Rep_MultiSubComponent
  5134. 357.35 s [hie-bios] - HIE.Bios.Config.YAML.Rep_CradleConfigYAML
  5135. 357.35 s [hie-bios] - HIE.Bios.Config.YAML.Rep_DirectConfig
  5136. 357.36 s [hie-bios] Warning: HIE.Bios.Ghc.Check: could not find link destinations for:
  5137. 357.36 s [hie-bios] - HIE.Bios.Ghc.Check.Log
  5138. 357.36 s [hie-bios] Warning: HIE.Bios.Cradle: could not find link destinations for:
  5139. 357.37 s [hie-bios] - HIE.Bios.Cradle.OutputName
  5140. 357.37 s [hie-bios] - HIE.Bios.Cradle.Outputs
  5141. 362.35 s [algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
  5142. 362.46 s [algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
  5143. 362.46 s [algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
  5144. 362.46 s [algebraic-graphs]
  5145. 362.46 s [algebraic-graphs] ============ NonEmpty.Graph.splitVertex1 ============
  5146. 362.46 s [algebraic-graphs] OK: splitVertex1 x [x] == id
  5147. 362.46 s [algebraic-graphs] OK: splitVertex1 x [y] == replaceVertex x y
  5148. 362.46 s [algebraic-graphs] OK: splitVertex1 1 [0,1] $ 1 * (2 + 3) == (0 + 1) * (2 + 3)
  5149. 362.46 s [algebraic-graphs]
  5150. 362.46 s [algebraic-graphs] ============ NonEmpty.Graph.transpose ============
  5151. 362.46 s [algebraic-graphs] OK: transpose (vertex x) == vertex x
  5152. 362.46 s [algebraic-graphs] OK: transpose (edge x y) == edge y x
  5153. 362.46 s [algebraic-graphs] OK: transpose . transpose == id
  5154. 362.46 s [algebraic-graphs] OK: transpose (box x y) == box (transpose x) (transpose y)
  5155. 362.46 s [algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
  5156. 362.46 s [algebraic-graphs]
  5157. 362.46 s [algebraic-graphs] ============ NonEmpty.Graph.induce1 ============
  5158. 362.46 s [algebraic-graphs] OK: induce1 (const True ) x == Just x
  5159. 362.46 s [algebraic-graphs] OK: induce1 (const False) x == Nothing
  5160. 362.46 s [algebraic-graphs] OK: induce1 (/= x) == removeVertex1 x
  5161. 362.47 s [algebraic-graphs] OK: induce1 p >=> induce1 q == induce1 (\x -> p x && q x)
  5162. 362.47 s [algebraic-graphs]
  5163. 362.47 s [algebraic-graphs] ============ NonEmpty.Graph.induceJust1 ============
  5164. 362.47 s [algebraic-graphs] OK: induceJust1 (vertex Nothing) == Nothing
  5165. 362.47 s [algebraic-graphs] OK: induceJust1 (edge (Just x) Nothing) == Just (vertex x)
  5166. 362.47 s [algebraic-graphs] OK: induceJust1 . fmap Just == Just
  5167. 362.47 s [algebraic-graphs] OK: induceJust1 . fmap (\x -> if p x then Just x else Nothing) == induce1 p
  5168. 362.47 s [algebraic-graphs]
  5169. 362.47 s [algebraic-graphs] ============ NonEmpty.Graph.simplify ============
  5170. 362.47 s [algebraic-graphs] OK: simplify == id
  5171. 362.47 s [algebraic-graphs] OK: size (simplify x) <= size x
  5172. 362.47 s [algebraic-graphs] OK: simplify 1 === 1
  5173. 362.47 s [algebraic-graphs] OK: simplify (1 + 1) === 1
  5174. 362.47 s [algebraic-graphs] OK: simplify (1 + 2 + 1) === 1 + 2
  5175. 362.47 s [algebraic-graphs] OK: simplify (1 * 1 * 1) === 1 * 1
  5176. 362.47 s [algebraic-graphs]
  5177. 362.47 s [algebraic-graphs] ============ NonEmpty.Graph.sparsify ============
  5178. 362.47 s [algebraic-graphs] OK: sort . reachable x == sort . rights . reachable (sparsify x) . Right
  5179. 362.47 s [algebraic-graphs] OK: vertexCount (sparsify x) <= vertexCount x + size x + 1
  5180. 362.47 s [algebraic-graphs] OK: edgeCount (sparsify x) <= 3 * size x
  5181. 362.47 s [algebraic-graphs] OK: size (sparsify x) <= 3 * size x
  5182. 362.47 s [algebraic-graphs]
  5183. 362.47 s [algebraic-graphs] ============ NonEmpty.Graph.sparsifyKL ============
  5184. 362.47 s [algebraic-graphs] OK: sort . reachable x == sort . filter (<= n) . reachable (sparsifyKL n x)
  5185. 362.47 s [algebraic-graphs] OK: length (vertices $ sparsifyKL n x) <= vertexCount x + size x + 1
  5186. 362.47 s [algebraic-graphs] OK: length (edges $ sparsifyKL n x) <= 3 * size x
  5187. 362.47 s [algebraic-graphs]
  5188. 362.47 s [algebraic-graphs] ============ NonEmpty.Graph.box ============
  5189. 362.47 s [algebraic-graphs] OK: box (path1 [0,1]) (path1 ['a','b']) == <correct result>
  5190. 362.47 s [algebraic-graphs] OK: box x y ~~ box y x
  5191. 362.47 s [algebraic-graphs] OK: box x (overlay y z) == overlay (box x y) (box x z)
  5192. 362.47 s [algebraic-graphs] OK: box x (vertex ()) ~~ x
  5193. 362.47 s [algebraic-graphs] OK: box x (box y z) ~~ box (box x y) z
  5194. 362.47 s [algebraic-graphs] OK: transpose (box x y) == box (transpose x) (transpose y)
  5195. 362.47 s [algebraic-graphs] OK: vertexCount (box x y) == vertexCount x * vertexCount y
  5196. 362.47 s [algebraic-graphs] OK: edgeCount (box x y) <= vertexCount x * edgeCount y + edgeCount x * vertexCount y
  5197. 362.47 s [algebraic-graphs]
  5198. 362.47 s [algebraic-graphs] ============ Relation ============
  5199. 362.47 s [algebraic-graphs] OK: Axioms of graphs
  5200. 362.47 s [algebraic-graphs]
  5201. 362.47 s [algebraic-graphs] ============ Relation.consistent ============
  5202. 362.47 s [algebraic-graphs] OK: Consistency of the Arbitrary instance
  5203. 362.47 s [algebraic-graphs]
  5204. 362.47 s [algebraic-graphs] OK: consistent empty == True
  5205. 362.47 s [algebraic-graphs] OK: consistent (vertex x) == True
  5206. 362.47 s [algebraic-graphs] OK: consistent (overlay x y) == True
  5207. 362.47 s [algebraic-graphs] OK: consistent (connect x y) == True
  5208. 362.47 s [algebraic-graphs] OK: consistent (edge x y) == True
  5209. 362.47 s [algebraic-graphs] OK: consistent (edges xs) == True
  5210. 362.47 s [algebraic-graphs] OK: consistent (stars xs) == True
  5211. 362.47 s [algebraic-graphs]
  5212. 362.47 s [algebraic-graphs] ============ Relation.Show ============
  5213. 362.47 s [algebraic-graphs] OK: show (empty ) == "empty"
  5214. 362.47 s [algebraic-graphs] OK: show (1 ) == "vertex 1"
  5215. 362.47 s [algebraic-graphs] OK: show (1 + 2 ) == "vertices [1,2]"
  5216. 362.47 s [algebraic-graphs] OK: show (1 * 2 ) == "edge 1 2"
  5217. 362.47 s [algebraic-graphs] OK: show (1 * 2 * 3) == "edges [(1,2),(1,3),(2,3)]"
  5218. 362.47 s [algebraic-graphs] OK: show (1 * 2 + 3) == "overlay (vertex 3) (edge 1 2)"
  5219. 362.47 s [algebraic-graphs]
  5220. 362.47 s [algebraic-graphs] OK: show (vertex (-1) ) == "vertex (-1)"
  5221. 362.47 s [algebraic-graphs] OK: show (vertex (-1) + vertex (-2) ) == "vertices [-2,-1]"
  5222. 362.47 s [algebraic-graphs] OK: show (vertex (-2) * vertex (-1) ) == "edge (-2) (-1)"
  5223. 362.47 s [algebraic-graphs] OK: show (vertex (-3) * vertex (-2) * vertex (-1)) == "edges [(-3,-2),(-3,-1),(-2,-1)]"
  5224. 362.47 s [algebraic-graphs] OK: show (vertex (-3) * vertex (-2) + vertex (-1)) == "overlay (vertex (-1)) (edge (-3) (-2))"
  5225. 362.47 s [algebraic-graphs]
  5226. 362.47 s [algebraic-graphs] ============ Relation.Ord ============
  5227. 362.47 s [algebraic-graphs] OK: vertex 1 < vertex 2
  5228. 362.47 s [algebraic-graphs] OK: vertex 3 < edge 1 2
  5229. 362.47 s [algebraic-graphs] OK: vertex 1 < edge 1 1
  5230. 362.47 s [algebraic-graphs] OK: edge 1 1 < edge 1 2
  5231. 362.47 s [algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
  5232. 362.47 s [algebraic-graphs] OK: edge 1 2 < edge 1 3
  5233. 362.47 s [algebraic-graphs] OK: x <= x + y
  5234. 362.47 s [algebraic-graphs] OK: x + y <= x * y
  5235. 362.47 s [algebraic-graphs]
  5236. 362.47 s [algebraic-graphs] ============ Relation.empty ============
  5237. 362.47 s [algebraic-graphs] OK: isEmpty empty == True
  5238. 362.47 s [algebraic-graphs] OK: hasVertex x empty == False
  5239. 362.47 s [algebraic-graphs] OK: vertexCount empty == 0
  5240. 362.47 s [algebraic-graphs] OK: edgeCount empty == 0
  5241. 362.47 s [algebraic-graphs]
  5242. 362.47 s [algebraic-graphs] ============ Relation.vertex ============
  5243. 362.47 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  5244. 362.47 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  5245. 362.47 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  5246. 362.47 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  5247. 362.47 s [algebraic-graphs]
  5248. 362.47 s [algebraic-graphs] ============ Relation.edge ============
  5249. 362.47 s [algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
  5250. 362.47 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  5251. 362.47 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  5252. 362.47 s [algebraic-graphs] OK: vertexCount (edge 1 1) == 1
  5253. 362.47 s [algebraic-graphs] OK: vertexCount (edge 1 2) == 2
  5254. 362.47 s [algebraic-graphs]
  5255. 362.47 s [algebraic-graphs] ============ Relation.overlay ============
  5256. 362.47 s [algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
  5257. 362.47 s [algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
  5258. 362.47 s [algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
  5259. 362.47 s [algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
  5260. 362.47 s [algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
  5261. 362.47 s [algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
  5262. 362.47 s [algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
  5263. 362.47 s [algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
  5264. 362.47 s [algebraic-graphs]
  5265. 362.47 s [algebraic-graphs] ============ Relation.connect ============
  5266. 362.47 s [algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
  5267. 362.47 s [algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
  5268. 362.47 s [algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
  5269. 362.47 s [algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
  5270. 362.47 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
  5271. 362.47 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
  5272. 362.47 s [algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y
  5273. 362.47 s [algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
  5274. 362.47 s [algebraic-graphs] OK: vertexCount (connect 1 2) == 2
  5275. 362.47 s [algebraic-graphs] OK: edgeCount (connect 1 2) == 1
  5276. 362.47 s [algebraic-graphs]
  5277. 362.47 s [algebraic-graphs] ============ Relation.vertices ============
  5278. 362.47 s [algebraic-graphs] OK: vertices [] == empty
  5279. 362.47 s [algebraic-graphs] OK: vertices [x] == vertex x
  5280. 362.47 s [algebraic-graphs] OK: vertices == overlays . map vertex
  5281. 362.47 s [algebraic-graphs] OK: hasVertex x . vertices == elem x
  5282. 362.47 s [algebraic-graphs] OK: vertexCount . vertices == length . nub
  5283. 362.47 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  5284. 362.47 s [algebraic-graphs]
  5285. 362.47 s [algebraic-graphs] ============ Relation.edges ============
  5286. 362.47 s [algebraic-graphs] OK: edges [] == empty
  5287. 362.47 s [algebraic-graphs] OK: edges [(x,y)] == edge x y
  5288. 362.47 s [algebraic-graphs] OK: edges == overlays . map (uncurry edge)
  5289. 362.47 s [algebraic-graphs] OK: edgeCount . edges == length . nub
  5290. 362.47 s [algebraic-graphs]
  5291. 362.47 s [algebraic-graphs] ============ Relation.overlays ============
  5292. 362.47 s [algebraic-graphs] OK: overlays [] == empty
  5293. 362.47 s [algebraic-graphs] OK: overlays [x] == x
  5294. 362.47 s [algebraic-graphs] OK: overlays [x,y] == overlay x y
  5295. 362.47 s [algebraic-graphs] OK: overlays == foldr overlay empty
  5296. 362.47 s [algebraic-graphs] OK: isEmpty . overlays == all isEmpty
  5297. 362.47 s [algebraic-graphs]
  5298. 362.47 s [algebraic-graphs] ============ Relation.connects ============
  5299. 362.47 s [algebraic-graphs] OK: connects [] == empty
  5300. 362.47 s [algebraic-graphs] OK: connects [x] == x
  5301. 362.47 s [algebraic-graphs] OK: connects [x,y] == connect x y
  5302. 362.47 s [algebraic-graphs] OK: connects == foldr connect empty
  5303. 362.47 s [algebraic-graphs] OK: isEmpty . connects == all isEmpty
  5304. 362.47 s [algebraic-graphs]
  5305. 362.47 s [algebraic-graphs] ============ Relation.isSubgraphOf ============
  5306. 362.47 s [algebraic-graphs] OK: isSubgraphOf empty x == True
  5307. 362.47 s [algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
  5308. 362.47 s [algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
  5309. 362.47 s [algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
  5310. 362.47 s [algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
  5311. 362.47 s [algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
  5312. 362.47 s [algebraic-graphs]
  5313. 362.47 s [algebraic-graphs] ============ Relation.toGraph et al. ============
  5314. 362.47 s [algebraic-graphs] OK: toGraph == foldg Empty Vertex Overlay Connect
  5315. 362.47 s [algebraic-graphs] OK: foldg == Algebra.Graph.foldg . toGraph
  5316. 362.47 s [algebraic-graphs] OK: isEmpty == foldg True (const False) (&&) (&&)
  5317. 362.47 s [algebraic-graphs] OK: size == foldg 1 (const 1) (+) (+)
  5318. 362.47 s [algebraic-graphs] OK: hasVertex x == foldg False (==x) (||) (||)
  5319. 362.47 s [algebraic-graphs] OK: hasEdge x y == Algebra.Graph.hasEdge x y . toGraph
  5320. 362.47 s [algebraic-graphs] OK: vertexCount == Set.size . vertexSet
  5321. 362.47 s [algebraic-graphs] OK: edgeCount == Set.size . edgeSet
  5322. 362.47 s [algebraic-graphs] OK: vertexList == Set.toAscList . vertexSet
  5323. 362.47 s [algebraic-graphs] OK: edgeList == Set.toAscList . edgeSet
  5324. 362.47 s [algebraic-graphs] OK: vertexSet == foldg Set.empty Set.singleton Set.union Set.union
  5325. 362.47 s [algebraic-graphs] OK: vertexIntSet == foldg IntSet.empty IntSet.singleton IntSet.union IntSet.union
  5326. 362.47 s [algebraic-graphs] OK: edgeSet == Algebra.Graph.AdjacencyMap.edgeSet . foldg empty vertex overlay connect
  5327. 362.47 s [algebraic-graphs] OK: preSet x == Algebra.Graph.AdjacencyMap.preSet x . toAdjacencyMap
  5328. 362.47 s [algebraic-graphs] OK: preIntSet x == Algebra.Graph.AdjacencyIntMap.preIntSet x . toAdjacencyIntMap
  5329. 362.47 s [algebraic-graphs] OK: postSet x == Algebra.Graph.AdjacencyMap.postSet x . toAdjacencyMap
  5330. 362.47 s [algebraic-graphs] OK: postIntSet x == Algebra.Graph.AdjacencyIntMap.postIntSet x . toAdjacencyIntMap
  5331. 366.43 s [algebraic-graphs] OK: adjacencyList == Algebra.Graph.AdjacencyMap.adjacencyList . toAdjacencyMap
  5332. 366.43 s [algebraic-graphs] OK: adjacencyMap == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMap
  5333. 366.43 s [algebraic-graphs] OK: adjacencyIntMap == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMap
  5334. 366.43 s [algebraic-graphs] OK: adjacencyMapTranspose == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMapTranspose
  5335. 366.43 s [algebraic-graphs] OK: adjacencyIntMapTranspose == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMapTranspose
  5336. 366.43 s [algebraic-graphs] OK: dfsForest == Algebra.Graph.AdjacencyMap.dfsForest . toAdjacencyMap
  5337. 366.43 s [algebraic-graphs] OK: dfsForestFrom == Algebra.Graph.AdjacencyMap.dfsForestFrom . toAdjacencyMap
  5338. 366.43 s [algebraic-graphs] OK: dfs == Algebra.Graph.AdjacencyMap.dfs . toAdjacencyMap
  5339. 366.43 s [algebraic-graphs] OK: reachable == Algebra.Graph.AdjacencyMap.reachable . toAdjacencyMap
  5340. 366.43 s [algebraic-graphs] OK: topSort == Algebra.Graph.AdjacencyMap.topSort . toAdjacencyMap
  5341. 366.43 s [algebraic-graphs] OK: isAcyclic == Algebra.Graph.AdjacencyMap.isAcyclic . toAdjacencyMap
  5342. 366.43 s [algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
  5343. 366.43 s [algebraic-graphs] OK: toAdjacencyMap == foldg empty vertex overlay connect
  5344. 366.43 s [algebraic-graphs] OK: toAdjacencyMapTranspose == foldg empty vertex overlay (flip connect)
  5345. 366.43 s [algebraic-graphs] OK: toAdjacencyIntMap == foldg empty vertex overlay connect
  5346. 366.43 s [algebraic-graphs] OK: toAdjacencyIntMapTranspose == foldg empty vertex overlay (flip connect)
  5347. 366.43 s [algebraic-graphs] OK: isDfsForestOf f == Algebra.Graph.AdjacencyMap.isDfsForestOf f . toAdjacencyMap
  5348. 366.43 s [algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
  5349. 366.43 s [algebraic-graphs]
  5350. 366.43 s [algebraic-graphs] ============ Relation.foldg ============
  5351. 366.43 s [algebraic-graphs] OK: foldg empty vertex overlay connect == id
  5352. 366.43 s [algebraic-graphs] OK: foldg empty vertex overlay (flip connect) == transpose
  5353. 366.43 s [algebraic-graphs] OK: foldg 1 (const 1) (+) (+) == size
  5354. 366.43 s [algebraic-graphs] OK: foldg True (const False) (&&) (&&) == isEmpty
  5355. 366.43 s [algebraic-graphs]
  5356. 366.43 s [algebraic-graphs] ============ Relation.isEmpty ============
  5357. 366.43 s [algebraic-graphs] OK: isEmpty empty == True
  5358. 366.43 s [algebraic-graphs] OK: isEmpty (overlay empty empty) == True
  5359. 366.43 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  5360. 366.43 s [algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
  5361. 366.43 s [algebraic-graphs] OK: isEmpty (removeEdge x y $ edge x y) == False
  5362. 366.43 s [algebraic-graphs]
  5363. 366.43 s [algebraic-graphs] ============ Relation.hasVertex ============
  5364. 366.43 s [algebraic-graphs] OK: hasVertex x empty == False
  5365. 366.43 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  5366. 366.43 s [algebraic-graphs] OK: hasVertex x . removeVertex x == const False
  5367. 366.43 s [algebraic-graphs]
  5368. 366.43 s [algebraic-graphs] ============ Relation.hasEdge ============
  5369. 366.43 s [algebraic-graphs] OK: hasEdge x y empty == False
  5370. 366.43 s [algebraic-graphs] OK: hasEdge x y (vertex z) == False
  5371. 366.43 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  5372. 366.43 s [algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
  5373. 366.43 s [algebraic-graphs] OK: hasEdge x y == elem (x,y) . edgeList
  5374. 366.43 s [algebraic-graphs]
  5375. 366.43 s [algebraic-graphs] ============ Relation.vertexCount ============
  5376. 366.43 s [algebraic-graphs] OK: vertexCount empty == 0
  5377. 366.43 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  5378. 366.43 s [algebraic-graphs] OK: vertexCount == length . vertexList
  5379. 366.43 s [algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
  5380. 366.43 s [algebraic-graphs]
  5381. 366.43 s [algebraic-graphs] ============ Relation.edgeCount ============
  5382. 366.43 s [algebraic-graphs] OK: edgeCount empty == 0
  5383. 366.43 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  5384. 366.43 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  5385. 366.43 s [algebraic-graphs] OK: edgeCount == length . edgeList
  5386. 366.43 s [algebraic-graphs]
  5387. 366.43 s [algebraic-graphs] ============ Relation.vertexList ============
  5388. 366.43 s [algebraic-graphs] OK: vertexList empty == []
  5389. 366.43 s [algebraic-graphs] OK: vertexList (vertex x) == [x]
  5390. 366.43 s [algebraic-graphs] OK: vertexList . vertices == nub . sort
  5391. 366.43 s [algebraic-graphs]
  5392. 366.43 s [algebraic-graphs] ============ Relation.vertexSet ============
  5393. 366.43 s [algebraic-graphs] OK: vertexSet empty == Set.empty
  5394. 366.43 s [algebraic-graphs] OK: vertexSet . vertex == Set.singleton
  5395. 366.43 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  5396. 366.43 s [algebraic-graphs]
  5397. 366.43 s [algebraic-graphs] ============ Relation.vertexIntSet ============
  5398. 366.43 s [algebraic-graphs] OK: vertexIntSet empty == IntSet.empty
  5399. 366.43 s [algebraic-graphs] OK: vertexIntSet . vertex == IntSet.singleton
  5400. 366.43 s [algebraic-graphs] OK: vertexIntSet . vertices == IntSet.fromList
  5401. 366.43 s [algebraic-graphs] OK: vertexIntSet . clique == IntSet.fromList
  5402. 366.43 s [algebraic-graphs]
  5403. 366.43 s [algebraic-graphs] ============ Relation.edgeList ============
  5404. 366.43 s [algebraic-graphs] OK: edgeList empty == []
  5405. 366.43 s [algebraic-graphs] OK: edgeList (vertex x) == []
  5406. 366.43 s [algebraic-graphs] OK: edgeList (edge x y) == [(x,y)]
  5407. 366.43 s [algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(2,1), (2,3)]
  5408. 366.43 s [algebraic-graphs] OK: edgeList . edges == nub . sort
  5409. 366.43 s [algebraic-graphs]
  5410. 366.43 s [algebraic-graphs] ============ Relation.edgeSet ============
  5411. 366.43 s [algebraic-graphs] OK: edgeSet empty == Set.empty
  5412. 366.43 s [algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
  5413. 366.43 s [algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (x,y)
  5414. 366.43 s [algebraic-graphs] OK: edgeSet . edges == Set.fromList
  5415. 366.43 s [algebraic-graphs]
  5416. 366.43 s [algebraic-graphs] ============ Relation.adjacencyList ============
  5417. 366.43 s [algebraic-graphs] OK: adjacencyList empty == []
  5418. 366.43 s [algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
  5419. 366.43 s [algebraic-graphs] OK: adjacencyList (edge 1 2) == [(1, [2]), (2, [])]
  5420. 366.43 s [algebraic-graphs] OK: adjacencyList (star 2 [3,1]) == [(1, []), (2, [1,3]), (3, [])]
  5421. 366.43 s [algebraic-graphs]
  5422. 366.43 s [algebraic-graphs] ============ Relation.preSet ============
  5423. 366.43 s [algebraic-graphs] OK: preSet x empty == Set.empty
  5424. 366.43 s [algebraic-graphs] OK: preSet x (vertex x) == Set.empty
  5425. 366.43 s [algebraic-graphs] OK: preSet 1 (edge 1 2) == Set.empty
  5426. 366.43 s [algebraic-graphs] OK: preSet y (edge x y) == Set.fromList [x]
  5427. 366.43 s [algebraic-graphs]
  5428. 366.43 s [algebraic-graphs] ============ Relation.preIntSet ============
  5429. 366.43 s [algebraic-graphs] OK: preIntSet x empty == IntSet.empty
  5430. 366.43 s [algebraic-graphs] OK: preIntSet x (vertex x) == IntSet.empty
  5431. 366.43 s [algebraic-graphs] OK: preIntSet 1 (edge 1 2) == IntSet.empty
  5432. 366.43 s [algebraic-graphs] OK: preIntSet y (edge x y) == IntSet.fromList [x]
  5433. 366.43 s [algebraic-graphs]
  5434. 366.43 s [algebraic-graphs] ============ Relation.postSet ============
  5435. 366.43 s [algebraic-graphs] OK: postSet x empty == Set.empty
  5436. 366.43 s [algebraic-graphs] OK: postSet x (vertex x) == Set.empty
  5437. 366.43 s [algebraic-graphs] OK: postSet x (edge x y) == Set.fromList [y]
  5438. 366.43 s [algebraic-graphs] OK: postSet 2 (edge 1 2) == Set.empty
  5439. 366.43 s [algebraic-graphs]
  5440. 366.43 s [algebraic-graphs] ============ Relation.postIntSet ============
  5441. 366.43 s [algebraic-graphs] OK: postIntSet x empty == IntSet.empty
  5442. 366.43 s [algebraic-graphs] OK: postIntSet x (vertex x) == IntSet.empty
  5443. 366.43 s [algebraic-graphs] OK: postIntSet 2 (edge 1 2) == IntSet.empty
  5444. 366.43 s [algebraic-graphs] OK: postIntSet x (edge x y) == IntSet.fromList [y]
  5445. 366.43 s [algebraic-graphs]
  5446. 366.43 s [algebraic-graphs] ============ Relation.path ============
  5447. 366.43 s [algebraic-graphs] OK: path [] == empty
  5448. 366.43 s [algebraic-graphs] OK: path [x] == vertex x
  5449. 366.43 s [algebraic-graphs] OK: path [x,y] == edge x y
  5450. 366.43 s [algebraic-graphs]
  5451. 366.43 s [algebraic-graphs] ============ Relation.circuit ============
  5452. 366.43 s [algebraic-graphs] OK: circuit [] == empty
  5453. 366.43 s [algebraic-graphs] OK: circuit [x] == edge x x
  5454. 366.43 s [algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
  5455. 366.43 s [algebraic-graphs]
  5456. 366.43 s [algebraic-graphs] ============ Relation.clique ============
  5457. 366.43 s [algebraic-graphs] OK: clique [] == empty
  5458. 366.43 s [algebraic-graphs] OK: clique [x] == vertex x
  5459. 366.43 s [algebraic-graphs] OK: clique [x,y] == edge x y
  5460. 366.43 s [algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
  5461. 366.43 s [algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
  5462. 366.43 s [algebraic-graphs]
  5463. 366.43 s [algebraic-graphs] ============ Relation.biclique ============
  5464. 366.43 s [algebraic-graphs] OK: biclique [] [] == empty
  5465. 366.43 s [algebraic-graphs] OK: biclique [x] [] == vertex x
  5466. 366.43 s [algebraic-graphs] OK: biclique [] [y] == vertex y
  5467. 366.43 s [algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
  5468. 366.43 s [algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
  5469. 366.43 s [algebraic-graphs]
  5470. 366.43 s [algebraic-graphs] ============ Relation.star ============
  5471. 366.43 s [algebraic-graphs] OK: star x [] == vertex x
  5472. 366.43 s [algebraic-graphs] OK: star x [y] == edge x y
  5473. 366.43 s [algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
  5474. 366.43 s [algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
  5475. 366.43 s [algebraic-graphs]
  5476. 366.43 s [algebraic-graphs] ============ Relation.stars ============
  5477. 366.43 s [algebraic-graphs] OK: stars [] == empty
  5478. 366.43 s [algebraic-graphs] OK: stars [(x, [])] == vertex x
  5479. 366.43 s [algebraic-graphs] OK: stars [(x, [y])] == edge x y
  5480. 366.43 s [algebraic-graphs] OK: stars [(x, ys)] == star x ys
  5481. 366.43 s [algebraic-graphs] OK: stars == overlays . map (uncurry star)
  5482. 366.43 s [algebraic-graphs] OK: stars . adjacencyList == id
  5483. 366.43 s [algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
  5484. 366.43 s [algebraic-graphs]
  5485. 366.43 s [algebraic-graphs] ============ Relation.tree ============
  5486. 366.43 s [algebraic-graphs] OK: tree (Node x []) == vertex x
  5487. 366.43 s [algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
  5488. 366.43 s [algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
  5489. 366.43 s [algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
  5490. 366.43 s [algebraic-graphs]
  5491. 366.43 s [algebraic-graphs] ============ Relation.forest ============
  5492. 366.43 s [algebraic-graphs] OK: forest [] == empty
  5493. 366.43 s [algebraic-graphs] OK: forest [x] == tree x
  5494. 366.43 s [algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
  5495. 366.43 s [algebraic-graphs] OK: forest == overlays . map tree
  5496. 366.43 s [algebraic-graphs]
  5497. 366.43 s [algebraic-graphs] ============ Relation.removeVertex ============
  5498. 366.43 s [algebraic-graphs] OK: removeVertex x (vertex x) == empty
  5499. 366.43 s [algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
  5500. 366.43 s [algebraic-graphs] OK: removeVertex x (edge x x) == empty
  5501. 366.43 s [algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
  5502. 366.43 s [algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
  5503. 366.43 s [algebraic-graphs]
  5504. 366.43 s [algebraic-graphs] ============ Relation.removeEdge ============
  5505. 366.43 s [algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
  5506. 366.43 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  5507. 366.43 s [algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
  5508. 366.43 s [algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
  5509. 366.43 s [algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
  5510. 366.43 s [algebraic-graphs]
  5511. 366.44 s [algebraic-graphs] ============ Relation.replaceVertex ============
  5512. 366.44 s [algebraic-graphs] OK: replaceVertex x x == id
  5513. 366.44 s [algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
  5514. 366.44 s [algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
  5515. 366.44 s [algebraic-graphs]
  5516. 366.44 s [algebraic-graphs] ============ Relation.mergeVertices ============
  5517. 366.44 s [algebraic-graphs] OK: mergeVertices (const False) x == id
  5518. 371.43 s [hie-bios] Documentation created: dist/doc/html/hie-bios/,
  5519. 371.43 s [hie-bios] dist/doc/html/hie-bios/hie-bios.txt
  5520. 371.53 s [hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.14.0...
  5521. 371.64 s [hie-bios] Phase: installPhase
  5522. 371.72 s [hie-bios] Installing library in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  5523. 371.89 s [hie-bios] Installing executable hie-bios in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/bin
  5524. 371.89 s [hie-bios] Warning: The directory
  5525. 371.89 s [hie-bios] /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/bin is not in the
  5526. 371.89 s [hie-bios] system search path.
  5527. 372.76 s [hie-bios] Phase: fixupPhase
  5528. 372.78 s [hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0
  5529. 372.79 s [hie-bios] shrinking /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu-ghc9.10.1.so
  5530. 372.83 s [hie-bios] shrinking /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/bin/hie-bios
  5531. 372.96 s [hie-bios] checking for references to /build/ in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0...
  5532. 373.07 s [hie-bios] patching script interpreter paths in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0
  5533. 373.08 s [hie-bios] stripping (with command strip and flags -S -p) in /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/lib /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0/bin
  5534. 373.54 s [hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc
  5535. 373.56 s [hie-bios] checking for references to /build/ in /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc...
  5536. 373.57 s [hie-bios] patching script interpreter paths in /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc
  5537. 373.90 s [hie-bios:post-build] Uploading to cachix cache "sellout": /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0
  5538. 375.17 s [hie-bios:post-build] Pushing 2 paths (209 are already present) using zstd to cache sellout ⏳
  5539. 375.17 s [hie-bios:post-build]
  5540. 375.60 s [hie-bios:post-build] Pushing /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc (2.70 MiB)
  5541. 375.64 s [hie-bios:post-build] Pushing /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0 (75.15 MiB)
  5542. 377.80 s [hie-bios:post-build]
  5543. 377.85 s [hie-bios:post-build] All done.
  5544. 377.98 s [hie-bios:post-build] Uploading to the NixCI cache: /nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc /nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0
  5545. 378.58 s [hie-bios:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5546. 378.90 s [hie-bios:post-build] copying 2 paths...
  5547. 378.90 s [hie-bios:post-build] copying path '/nix/store/2s9zl04wz2zkfkafyrvzrk9ybkd7apkd-hie-bios-0.14.0-doc' to 'https://cache.nix-ci.com'...
  5548. 380.02 s [hie-bios:post-build] copying path '/nix/store/xm49dsg5h37n3kbvc4f8gy7hn9bx51kk-hie-bios-0.14.0' to 'https://cache.nix-ci.com'...
  5549. 431.41 s [hie-bios:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5550. 431.89 s [hie-bios:post-build] copying 14 paths...
  5551. 431.92 s [hie-bios:post-build] copying path '/nix/store/c2byvvjijf9im9vpjwai70g7smcppbkf-raw-strings-qq-1.1.drv' to 'https://cache.nix-ci.com'...
  5552. 431.92 s [hie-bios:post-build] copying path '/nix/store/i7pw659xda0k0nh4qwkcz6wcv81fkq3j-libyaml-clib-0.2.5.drv' to 'https://cache.nix-ci.com'...
  5553. 431.92 s [hie-bios:post-build] copying path '/nix/store/mpl4691g7jzw0s21qlwrs0yfr5d63chy-parallel-3.2.2.0.drv' to 'https://cache.nix-ci.com'...
  5554. 431.92 s [hie-bios:post-build] copying path '/nix/store/30dksjc9ax4symkipsxp5angipw9f9yf-extra-1.7.16.drv' to 'https://cache.nix-ci.com'...
  5555. 431.92 s [hie-bios:post-build] copying path '/nix/store/vysk88x3vgbk2g65w83pnzvzdk5kcsa1-file-embed-0.0.16.0.drv' to 'https://cache.nix-ci.com'...
  5556. 431.92 s [hie-bios:post-build] copying path '/nix/store/l4mdsg82k9hg3rky947bchnrz0fm04vr-Glob-0.10.2.drv' to 'https://cache.nix-ci.com'...
  5557. 431.92 s [hie-bios:post-build] copying path '/nix/store/jgwdjagg5wc4g9xgn56gakraf6m9i09a-SHA-1.6.4.4.drv' to 'https://cache.nix-ci.com'...
  5558. 432.20 s [hie-bios:post-build] copying path '/nix/store/15pyn4c3j81j55m8nj9yaa2546x7072f-co-log-core-0.3.2.5.drv' to 'https://cache.nix-ci.com'...
  5559. 432.21 s [hie-bios:post-build] copying path '/nix/store/sr7aqzcvj0p560n9xjsk6719459ams99-monad-parallel-0.8.drv' to 'https://cache.nix-ci.com'...
  5560. 432.25 s [hie-bios:post-build] copying path '/nix/store/rsy0gb20mh7x3744lkp2w722wx6ffmmy-cryptohash-sha1-0.11.101.0.drv' to 'https://cache.nix-ci.com'...
  5561. 432.26 s [hie-bios:post-build] copying path '/nix/store/9b0ksaqs5safmk9ry37z3656lbd349aw-libyaml-0.1.4.drv' to 'https://cache.nix-ci.com'...
  5562. 432.43 s [hie-bios:post-build] copying path '/nix/store/9qw6cqwi0agw175j11sv0ai67a6b3pbr-unix-compat-0.7.4.drv' to 'https://cache.nix-ci.com'...
  5563. 432.51 s [hie-bios:post-build] copying path '/nix/store/ak2lbvbb8zwrql3q1zk8415jkm8a0hs9-yaml-0.11.11.2.drv' to 'https://cache.nix-ci.com'...
  5564. 432.77 s [hie-bios:post-build] copying path '/nix/store/8m9ym6jsf998l7sg6jaywbyal92ia0pj-hie-bios-0.14.0.drv' to 'https://cache.nix-ci.com'...
  5565. 433.24 s Progress: 15 of 33 built (2 building), 529 of 529 downloaded from cache
  5566. 434.02 s Building /nix/store/658mvz1pyj54m72hwpl118bm4h3fv1kb-ghcide-2.10.0.0.drv
  5567. 434.02 s [algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
  5568. 434.02 s [algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
  5569. 434.02 s [algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
  5570. 434.02 s [algebraic-graphs]
  5571. 434.02 s [algebraic-graphs] ============ Relation.transpose ============
  5572. 434.02 s [algebraic-graphs] OK: transpose empty == empty
  5573. 434.02 s [algebraic-graphs] OK: transpose (vertex x) == vertex x
  5574. 434.02 s [algebraic-graphs] OK: transpose (edge x y) == edge y x
  5575. 434.02 s [algebraic-graphs] OK: transpose . transpose == id
  5576. 434.02 s [algebraic-graphs] OK: edgeList . transpose == sort . map swap . edgeList
  5577. 434.02 s [algebraic-graphs]
  5578. 434.02 s [algebraic-graphs] ============ Relation.gmap ============
  5579. 434.02 s [algebraic-graphs] OK: gmap f empty == empty
  5580. 434.02 s [algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
  5581. 434.02 s [algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
  5582. 434.02 s [algebraic-graphs] OK: gmap id == id
  5583. 434.02 s [algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
  5584. 434.02 s [algebraic-graphs]
  5585. 434.02 s [algebraic-graphs] ============ Relation.induce ============
  5586. 434.02 s [algebraic-graphs] OK: induce (const True ) x == x
  5587. 434.02 s [algebraic-graphs] OK: induce (const False) x == empty
  5588. 434.02 s [algebraic-graphs] OK: induce (/= x) == removeVertex x
  5589. 434.02 s [algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
  5590. 434.02 s [algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
  5591. 434.02 s [algebraic-graphs]
  5592. 434.02 s [algebraic-graphs] ============ Relation.compose ============
  5593. 434.02 s [algebraic-graphs] OK: compose empty x == empty
  5594. 434.02 s [algebraic-graphs] OK: compose x empty == empty
  5595. 434.02 s [algebraic-graphs] OK: compose (vertex x) y == empty
  5596. 434.02 s [algebraic-graphs] OK: compose x (vertex y) == empty
  5597. 434.02 s [algebraic-graphs] OK: compose x (compose y z) == compose (compose x y) z
  5598. 434.02 s [algebraic-graphs] OK: compose x (overlay y z) == overlay (compose x y) (compose x z)
  5599. 434.02 s [algebraic-graphs] OK: compose (overlay x y) z == overlay (compose x z) (compose y z)
  5600. 434.02 s [algebraic-graphs] OK: compose (edge x y) (edge y z) == edge x z
  5601. 434.02 s [algebraic-graphs] OK: compose (path [1..5]) (path [1..5]) == edges [(1,3),(2,4),(3,5)]
  5602. 434.02 s [algebraic-graphs] OK: compose (circuit [1..5]) (circuit [1..5]) == circuit [1,3,5,2,4]
  5603. 434.02 s [algebraic-graphs]
  5604. 434.02 s [algebraic-graphs] ============ Relation.closure ============
  5605. 434.02 s [algebraic-graphs] OK: closure empty == empty
  5606. 434.02 s [algebraic-graphs] OK: closure (vertex x) == edge x x
  5607. 434.02 s [algebraic-graphs] OK: closure (edge x x) == edge x x
  5608. 434.02 s [algebraic-graphs] OK: closure (edge x y) == edges [(x,x), (x,y), (y,y)]
  5609. 434.02 s [algebraic-graphs] OK: closure (path $ nub xs) == reflexiveClosure (clique $ nub xs)
  5610. 434.02 s [algebraic-graphs] OK: closure == reflexiveClosure . transitiveClosure
  5611. 434.02 s [algebraic-graphs] OK: closure == transitiveClosure . reflexiveClosure
  5612. 434.02 s [algebraic-graphs] OK: closure . closure == closure
  5613. 434.02 s [algebraic-graphs] OK: postSet x (closure y) == Set.fromList (reachable y x)
  5614. 434.02 s [algebraic-graphs]
  5615. 434.02 s [algebraic-graphs] ============ Relation.reflexiveClosure ============
  5616. 434.02 s [algebraic-graphs] OK: reflexiveClosure empty == empty
  5617. 434.02 s [algebraic-graphs] OK: reflexiveClosure (vertex x) == edge x x
  5618. 434.02 s [algebraic-graphs] OK: reflexiveClosure (edge x x) == edge x x
  5619. 434.02 s [algebraic-graphs] OK: reflexiveClosure (edge x y) == edges [(x,x), (x,y), (y,y)]
  5620. 434.02 s [algebraic-graphs] OK: reflexiveClosure . reflexiveClosure == reflexiveClosure
  5621. 434.02 s [algebraic-graphs]
  5622. 434.02 s [algebraic-graphs] ============ Relation.symmetricClosure ============
  5623. 434.02 s [algebraic-graphs] OK: symmetricClosure empty == empty
  5624. 434.02 s [algebraic-graphs] OK: symmetricClosure (vertex x) == vertex x
  5625. 434.02 s [algebraic-graphs] OK: symmetricClosure (edge x y) == edges [(x,y), (y,x)]
  5626. 434.02 s [algebraic-graphs] OK: symmetricClosure x == overlay x (transpose x)
  5627. 434.02 s [algebraic-graphs] OK: symmetricClosure . symmetricClosure == symmetricClosure
  5628. 434.02 s [algebraic-graphs]
  5629. 434.02 s [algebraic-graphs] ============ Relation.transitiveClosure ============
  5630. 434.02 s [algebraic-graphs] OK: transitiveClosure empty == empty
  5631. 434.02 s [algebraic-graphs] OK: transitiveClosure (vertex x) == vertex x
  5632. 434.02 s [algebraic-graphs] OK: transitiveClosure (edge x y) == edge x y
  5633. 434.02 s [algebraic-graphs] OK: transitiveClosure (path $ nub xs) == clique (nub $ xs)
  5634. 434.02 s [algebraic-graphs] OK: transitiveClosure . transitiveClosure == transitiveClosure
  5635. 434.02 s [algebraic-graphs]
  5636. 434.02 s [algebraic-graphs] ============ Relation.induceJust ============
  5637. 434.02 s [algebraic-graphs] OK: induceJust (vertex Nothing) == empty
  5638. 434.02 s [algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
  5639. 434.02 s [algebraic-graphs] OK: induceJust . gmap Just == id
  5640. 434.02 s [algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
  5641. 434.02 s [algebraic-graphs]
  5642. 434.02 s [algebraic-graphs] ============ ReflexiveRelation ============
  5643. 434.02 s [algebraic-graphs] OK: Axioms of reflexive graphs
  5644. 434.02 s [algebraic-graphs]
  5645. 434.02 s [algebraic-graphs] ============ TransitiveRelation ============
  5646. 434.02 s [algebraic-graphs] OK: Axioms of transitive graphs
  5647. 434.02 s [algebraic-graphs] OK: path xs == (clique xs :: TransitiveRelation Int)
  5648. 434.02 s [algebraic-graphs]
  5649. 434.02 s [algebraic-graphs] ============ PreorderRelation ============
  5650. 434.02 s [algebraic-graphs] OK: Axioms of preorder graphs
  5651. 434.02 s [algebraic-graphs] OK: path xs == (clique xs :: PreorderRelation Int)
  5652. 434.02 s [algebraic-graphs]
  5653. 434.02 s [algebraic-graphs] ============ Symmetric.Relation ============
  5654. 434.02 s [algebraic-graphs] OK: Axioms of undirected graphs
  5655. 434.02 s [algebraic-graphs]
  5656. 434.02 s [algebraic-graphs] ============ Symmetric.Relation.consistent ============
  5657. 434.02 s [algebraic-graphs] OK: Consistency of the Arbitrary instance
  5658. 434.02 s [algebraic-graphs]
  5659. 434.02 s [algebraic-graphs] OK: consistent empty == True
  5660. 434.02 s [algebraic-graphs] OK: consistent (vertex x) == True
  5661. 434.02 s [algebraic-graphs] OK: consistent (overlay x y) == True
  5662. 434.02 s [algebraic-graphs] OK: consistent (connect x y) == True
  5663. 434.02 s [pandoc] [110 of 220] Compiling Text.Pandoc.Readers.Typst
  5664. 434.02 s [algebraic-graphs] OK: consistent (edge x y) == True
  5665. 434.02 s [algebraic-graphs] OK: consistent (edges xs) == True
  5666. 434.02 s [algebraic-graphs] OK: consistent (stars xs) == True
  5667. 434.02 s [algebraic-graphs]
  5668. 434.02 s [algebraic-graphs] ============ Symmetric.Relation.Show ============
  5669. 434.02 s [algebraic-graphs] OK: show (empty ) == "empty"
  5670. 434.02 s [algebraic-graphs] OK: show (1 ) == "vertex 1"
  5671. 434.02 s [algebraic-graphs] OK: show (1 + 2 ) == "vertices [1,2]"
  5672. 434.02 s [algebraic-graphs] OK: show (1 * 2 ) == "edge 1 2"
  5673. 434.02 s [algebraic-graphs] OK: show (1 * 2 * 3) == "edges [(1,2),(1,3),(2,3)]"
  5674. 434.02 s [algebraic-graphs] OK: show (1 * 2 + 3) == "overlay (vertex 3) (edge 1 2)"
  5675. 434.02 s [algebraic-graphs]
  5676. 434.02 s [algebraic-graphs] OK: show (vertex (-1) ) == "vertex (-1)"
  5677. 434.02 s [algebraic-graphs] OK: show (vertex (-1) + vertex (-2) ) == "vertices [-2,-1]"
  5678. 434.02 s [algebraic-graphs] OK: show (vertex (-2) * vertex (-1) ) == "edge (-2) (-1)"
  5679. 434.02 s [algebraic-graphs] OK: show (vertex (-3) * vertex (-2) * vertex (-1)) == "edges [(-3,-2),(-3,-1),(-2,-1)]"
  5680. 434.02 s [algebraic-graphs] OK: show (vertex (-3) * vertex (-2) + vertex (-1)) == "overlay (vertex (-1)) (edge (-3) (-2))"
  5681. 434.02 s [algebraic-graphs]
  5682. 434.02 s [algebraic-graphs] OK: show (2 * 1 ) == "edge 1 2"
  5683. 434.02 s [algebraic-graphs] OK: show (1 * 2 * 1) == "edges [(1,1),(1,2)]"
  5684. 434.02 s [algebraic-graphs] OK: show (3 * 2 * 1) == "edges [(1,2),(1,3),(2,3)]"
  5685. 434.02 s [algebraic-graphs]
  5686. 434.02 s [algebraic-graphs] ============ Symmetric.Relation.toSymmetric ============
  5687. 434.02 s [algebraic-graphs] OK: toSymmetric (edge 1 2) == edge 1 2
  5688. 434.02 s [algebraic-graphs] OK: toSymmetric . fromSymmetric == id
  5689. 434.02 s [algebraic-graphs] OK: fromSymmetric . toSymmetric == symmetricClosure
  5690. 434.02 s [algebraic-graphs] OK: vertexCount . toSymmetric == vertexCount
  5691. 434.02 s [algebraic-graphs] OK: (*2) . edgeCount . toSymmetric >= edgeCount
  5692. 434.02 s [algebraic-graphs]
  5693. 434.02 s [algebraic-graphs] ============ Symmetric.Relation.fromSymmetric ============
  5694. 434.02 s [algebraic-graphs] OK: fromSymmetric (edge 1 2) == edges [(1,2), (2,1)]
  5695. 434.02 s [algebraic-graphs] OK: vertexCount . fromSymmetric == vertexCount
  5696. 434.02 s [algebraic-graphs] OK: edgeCount . fromSymmetric <= (*2) . edgeCount
  5697. 434.02 s [algebraic-graphs]
  5698. 434.02 s [algebraic-graphs] ============ Symmetric.Relation.Ord ============
  5699. 434.02 s [algebraic-graphs] OK: vertex 1 < vertex 2
  5700. 434.02 s [algebraic-graphs] OK: vertex 3 < edge 1 2
  5701. 434.02 s [algebraic-graphs] OK: vertex 1 < edge 1 1
  5702. 434.02 s [algebraic-graphs] OK: edge 1 1 < edge 1 2
  5703. 434.02 s [algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
  5704. 434.02 s [algebraic-graphs] OK: edge 2 1 < edge 1 3
  5705. 434.02 s [algebraic-graphs] OK: edge 1 2 == edge 2 1
  5706. 434.02 s [algebraic-graphs] OK: x <= x + y
  5707. 434.02 s [algebraic-graphs] OK: x + y <= x * y
  5708. 434.02 s [algebraic-graphs]
  5709. 434.02 s [algebraic-graphs] ============ Symmetric.Relation.empty ============
  5710. 434.02 s [algebraic-graphs] OK: isEmpty empty == True
  5711. 434.02 s [algebraic-graphs] OK: hasVertex x empty == False
  5712. 434.02 s [algebraic-graphs] OK: vertexCount empty == 0
  5713. 434.02 s [algebraic-graphs] OK: edgeCount empty == 0
  5714. 434.02 s [algebraic-graphs]
  5715. 434.02 s [algebraic-graphs] ============ Symmetric.Relation.vertex ============
  5716. 434.02 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  5717. 434.02 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  5718. 434.02 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  5719. 434.02 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  5720. 434.02 s [algebraic-graphs]
  5721. 434.02 s [algebraic-graphs] ============ Symmetric.Relation.edge ============
  5722. 434.02 s [algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
  5723. 434.02 s [algebraic-graphs] OK: edge x y == edge y x
  5724. 434.02 s [algebraic-graphs] OK: edge x y == edges [(x,y), (y,x)]
  5725. 434.02 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  5726. 434.02 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  5727. 434.02 s [algebraic-graphs] OK: vertexCount (edge 1 1) == 1
  5728. 434.02 s [algebraic-graphs] OK: vertexCount (edge 1 2) == 2
  5729. 434.02 s [algebraic-graphs]
  5730. 434.02 s [algebraic-graphs] ============ Symmetric.Relation.overlay ============
  5731. 434.02 s [algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
  5732. 434.02 s [algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
  5733. 434.02 s [algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
  5734. 434.02 s [algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
  5735. 434.02 s [algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
  5736. 434.02 s [algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
  5737. 434.03 s [algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
  5738. 434.03 s [algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
  5739. 434.03 s [algebraic-graphs]
  5740. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.connect ============
  5741. 434.03 s [algebraic-graphs] OK: connect x y == connect y x
  5742. 434.03 s [algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
  5743. 434.03 s [algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
  5744. 434.03 s [algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
  5745. 434.03 s [algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
  5746. 434.03 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
  5747. 434.03 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
  5748. 434.03 s [algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y `div` 2
  5749. 434.03 s [algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
  5750. 434.03 s [algebraic-graphs] OK: vertexCount (connect 1 2) == 2
  5751. 434.03 s [algebraic-graphs] OK: edgeCount (connect 1 2) == 1
  5752. 434.03 s [algebraic-graphs]
  5753. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.vertices ============
  5754. 434.03 s [algebraic-graphs] OK: vertices [] == empty
  5755. 434.03 s [algebraic-graphs] OK: vertices [x] == vertex x
  5756. 434.03 s [algebraic-graphs] OK: vertices == overlays . map vertex
  5757. 434.03 s [algebraic-graphs] OK: hasVertex x . vertices == elem x
  5758. 434.03 s [algebraic-graphs] OK: vertexCount . vertices == length . nub
  5759. 434.03 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  5760. 434.03 s [algebraic-graphs]
  5761. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.edges ============
  5762. 434.03 s [algebraic-graphs] OK: edges [] == empty
  5763. 434.03 s [algebraic-graphs] OK: edges [(x,y)] == edge x y
  5764. 434.03 s [algebraic-graphs] OK: edges [(x,y), (y,x)] == edge x y
  5765. 434.03 s [algebraic-graphs]
  5766. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.overlays ============
  5767. 434.03 s [algebraic-graphs] OK: overlays [] == empty
  5768. 434.03 s [algebraic-graphs] OK: overlays [x] == x
  5769. 434.03 s [algebraic-graphs] OK: overlays [x,y] == overlay x y
  5770. 434.03 s [algebraic-graphs] OK: overlays == foldr overlay empty
  5771. 434.03 s [algebraic-graphs] OK: isEmpty . overlays == all isEmpty
  5772. 434.03 s [algebraic-graphs]
  5773. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.connects ============
  5774. 434.03 s [algebraic-graphs] OK: connects [] == empty
  5775. 434.03 s [algebraic-graphs] OK: connects [x] == x
  5776. 434.03 s [algebraic-graphs] OK: connects [x,y] == connect x y
  5777. 434.03 s [algebraic-graphs] OK: connects == foldr connect empty
  5778. 434.03 s [algebraic-graphs] OK: isEmpty . connects == all isEmpty
  5779. 434.03 s [algebraic-graphs] OK: connects == connects . reverse
  5780. 434.03 s [algebraic-graphs]
  5781. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.isSubgraphOf ============
  5782. 434.03 s [algebraic-graphs] OK: isSubgraphOf empty x == True
  5783. 434.03 s [algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
  5784. 434.03 s [algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
  5785. 434.03 s [algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
  5786. 434.03 s [algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
  5787. 434.03 s [algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
  5788. 434.03 s [algebraic-graphs] OK: isSubgraphOf (edge x y) (edge y x) == True
  5789. 434.03 s [algebraic-graphs]
  5790. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.toGraph et al. ============
  5791. 434.03 s [algebraic-graphs] OK: toGraph == foldg Empty Vertex Overlay Connect
  5792. 434.03 s [algebraic-graphs] OK: foldg == Algebra.Graph.foldg . toGraph
  5793. 434.03 s [algebraic-graphs] OK: isEmpty == foldg True (const False) (&&) (&&)
  5794. 434.03 s [algebraic-graphs] OK: size == foldg 1 (const 1) (+) (+)
  5795. 434.03 s [algebraic-graphs] OK: hasVertex x == foldg False (==x) (||) (||)
  5796. 434.03 s [algebraic-graphs] OK: hasEdge x y == Algebra.Graph.hasEdge x y . toGraph
  5797. 434.03 s [algebraic-graphs] OK: vertexCount == Set.size . vertexSet
  5798. 434.03 s [algebraic-graphs] OK: edgeCount == Set.size . edgeSet
  5799. 434.03 s [algebraic-graphs] OK: vertexList == Set.toAscList . vertexSet
  5800. 434.03 s [algebraic-graphs] OK: edgeList == Set.toAscList . edgeSet
  5801. 434.03 s [algebraic-graphs] OK: vertexSet == foldg Set.empty Set.singleton Set.union Set.union
  5802. 434.03 s [algebraic-graphs] OK: vertexIntSet == foldg IntSet.empty IntSet.singleton IntSet.union IntSet.union
  5803. 434.03 s [algebraic-graphs] OK: adjacencyList == Algebra.Graph.AdjacencyMap.adjacencyList . toAdjacencyMap
  5804. 434.03 s [algebraic-graphs] OK: adjacencyMap == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMap
  5805. 434.03 s [algebraic-graphs] OK: adjacencyIntMap == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMap
  5806. 434.03 s [algebraic-graphs] OK: adjacencyMapTranspose == Algebra.Graph.AdjacencyMap.adjacencyMap . toAdjacencyMapTranspose
  5807. 434.03 s [algebraic-graphs] OK: adjacencyIntMapTranspose == Algebra.Graph.AdjacencyIntMap.adjacencyIntMap . toAdjacencyIntMapTranspose
  5808. 434.03 s [algebraic-graphs] OK: dfsForest == Algebra.Graph.AdjacencyMap.dfsForest . toAdjacencyMap
  5809. 434.03 s [algebraic-graphs] OK: dfsForestFrom == Algebra.Graph.AdjacencyMap.dfsForestFrom . toAdjacencyMap
  5810. 434.03 s [algebraic-graphs] OK: dfs == Algebra.Graph.AdjacencyMap.dfs . toAdjacencyMap
  5811. 434.03 s [algebraic-graphs] OK: reachable == Algebra.Graph.AdjacencyMap.reachable . toAdjacencyMap
  5812. 434.03 s [algebraic-graphs] OK: topSort == Algebra.Graph.AdjacencyMap.topSort . toAdjacencyMap
  5813. 434.03 s [algebraic-graphs] OK: isAcyclic == Algebra.Graph.AdjacencyMap.isAcyclic . toAdjacencyMap
  5814. 434.03 s [algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
  5815. 434.03 s [algebraic-graphs] OK: toAdjacencyMap == foldg empty vertex overlay connect
  5816. 434.03 s [algebraic-graphs] OK: toAdjacencyMapTranspose == foldg empty vertex overlay (flip connect)
  5817. 434.03 s [algebraic-graphs] OK: toAdjacencyIntMap == foldg empty vertex overlay connect
  5818. 434.03 s [algebraic-graphs] OK: toAdjacencyIntMapTranspose == foldg empty vertex overlay (flip connect)
  5819. 434.03 s [algebraic-graphs] OK: isDfsForestOf f == Algebra.Graph.AdjacencyMap.isDfsForestOf f . toAdjacencyMap
  5820. 434.03 s [algebraic-graphs] OK: isTopSortOf vs == Algebra.Graph.AdjacencyMap.isTopSortOf vs . toAdjacencyMap
  5821. 434.03 s [algebraic-graphs]
  5822. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.isEmpty ============
  5823. 434.03 s [algebraic-graphs] OK: isEmpty empty == True
  5824. 434.03 s [algebraic-graphs] OK: isEmpty (overlay empty empty) == True
  5825. 434.03 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  5826. 434.03 s [algebraic-graphs] OK: isEmpty (removeVertex x $ vertex x) == True
  5827. 434.03 s [algebraic-graphs] OK: isEmpty (removeEdge x y $ edge x y) == False
  5828. 434.03 s [algebraic-graphs]
  5829. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.hasVertex ============
  5830. 434.03 s [algebraic-graphs] OK: hasVertex x empty == False
  5831. 434.03 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  5832. 434.03 s [algebraic-graphs] OK: hasVertex x . removeVertex x == const False
  5833. 434.03 s [algebraic-graphs]
  5834. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.hasEdge ============
  5835. 434.03 s [algebraic-graphs] OK: hasEdge x y empty == False
  5836. 434.03 s [algebraic-graphs] OK: hasEdge x y (vertex z) == False
  5837. 434.03 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  5838. 434.03 s [algebraic-graphs] OK: hasEdge x y (edge y x) == True
  5839. 434.03 s [algebraic-graphs] OK: hasEdge x y . removeEdge x y == const False
  5840. 434.03 s [algebraic-graphs] OK: hasEdge x y == elem (min x y, max x y) . edgeList
  5841. 434.03 s [algebraic-graphs]
  5842. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.vertexCount ============
  5843. 434.03 s [algebraic-graphs] OK: vertexCount empty == 0
  5844. 434.03 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  5845. 434.03 s [algebraic-graphs] OK: vertexCount == length . vertexList
  5846. 434.03 s [algebraic-graphs] OK: vertexCount x < vertexCount y ==> x < y
  5847. 434.03 s [algebraic-graphs]
  5848. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.edgeCount ============
  5849. 434.03 s [algebraic-graphs] OK: edgeCount empty == 0
  5850. 434.03 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  5851. 434.03 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  5852. 434.03 s [algebraic-graphs] OK: edgeCount == length . edgeList
  5853. 434.03 s [algebraic-graphs]
  5854. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.vertexList ============
  5855. 434.03 s [algebraic-graphs] OK: vertexList empty == []
  5856. 434.03 s [algebraic-graphs] OK: vertexList (vertex x) == [x]
  5857. 434.03 s [algebraic-graphs] OK: vertexList . vertices == nub . sort
  5858. 434.03 s [algebraic-graphs]
  5859. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.vertexSet ============
  5860. 434.03 s [algebraic-graphs] OK: vertexSet empty == Set.empty
  5861. 434.03 s [algebraic-graphs] OK: vertexSet . vertex == Set.singleton
  5862. 434.03 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  5863. 434.03 s [algebraic-graphs]
  5864. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.vertexIntSet ============
  5865. 434.03 s [algebraic-graphs] OK: vertexIntSet empty == IntSet.empty
  5866. 434.03 s [algebraic-graphs] OK: vertexIntSet . vertex == IntSet.singleton
  5867. 434.03 s [algebraic-graphs] OK: vertexIntSet . vertices == IntSet.fromList
  5868. 434.03 s [algebraic-graphs] OK: vertexIntSet . clique == IntSet.fromList
  5869. 434.03 s [algebraic-graphs]
  5870. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.edgeList ============
  5871. 434.03 s [algebraic-graphs] OK: edgeList empty == []
  5872. 434.03 s [algebraic-graphs] OK: edgeList (vertex x) == []
  5873. 434.03 s [algebraic-graphs] OK: edgeList (edge x y) == [(min x y, max y x)]
  5874. 434.03 s [algebraic-graphs] OK: edgeList (star 2 [3,1]) == [(1,2), (2,3)]
  5875. 434.03 s [algebraic-graphs]
  5876. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.edgeSet ============
  5877. 434.03 s [algebraic-graphs] OK: edgeSet empty == Set.empty
  5878. 434.03 s [algebraic-graphs] OK: edgeSet (vertex x) == Set.empty
  5879. 434.03 s [algebraic-graphs] OK: edgeSet (edge x y) == Set.singleton (min x y, max x y)
  5880. 434.03 s [algebraic-graphs]
  5881. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.adjacencyList ============
  5882. 434.03 s [algebraic-graphs] OK: adjacencyList empty == []
  5883. 434.03 s [algebraic-graphs] OK: adjacencyList (vertex x) == [(x, [])]
  5884. 434.03 s [algebraic-graphs] OK: adjacencyList (edge 1 2) == [(1, [2]), (2, [1])]
  5885. 434.03 s [algebraic-graphs] OK: adjacencyList (star 2 [3,1]) == [(1, [2]), (2, [1,3]), (3, [2])]
  5886. 434.03 s [algebraic-graphs]
  5887. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.neighbours ============
  5888. 434.03 s [algebraic-graphs] OK: neighbours x empty == Set.empty
  5889. 434.03 s [algebraic-graphs] OK: neighbours x (vertex x) == Set.empty
  5890. 434.03 s [algebraic-graphs] OK: neighbours x (edge x y) == Set.fromList [y]
  5891. 434.03 s [algebraic-graphs] OK: neighbours y (edge x y) == Set.fromList [x]
  5892. 434.03 s [algebraic-graphs]
  5893. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.path ============
  5894. 434.03 s [algebraic-graphs] OK: path [] == empty
  5895. 434.03 s [algebraic-graphs] OK: path [x] == vertex x
  5896. 434.03 s [algebraic-graphs] OK: path [x,y] == edge x y
  5897. 434.03 s [algebraic-graphs] OK: path == path . reverse
  5898. 434.03 s [algebraic-graphs]
  5899. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.circuit ============
  5900. 434.03 s [algebraic-graphs] OK: circuit [] == empty
  5901. 434.03 s [algebraic-graphs] OK: circuit [x] == edge x x
  5902. 434.03 s [algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
  5903. 434.03 s [algebraic-graphs] OK: circuit == circuit . reverse
  5904. 434.03 s [algebraic-graphs]
  5905. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.clique ============
  5906. 434.03 s [algebraic-graphs] OK: clique [] == empty
  5907. 434.03 s [algebraic-graphs] OK: clique [x] == vertex x
  5908. 434.03 s [algebraic-graphs] OK: clique [x,y] == edge x y
  5909. 434.03 s [algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
  5910. 434.03 s [algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
  5911. 434.03 s [algebraic-graphs] OK: clique == clique . reverse
  5912. 434.03 s [algebraic-graphs]
  5913. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.biclique ============
  5914. 434.03 s [algebraic-graphs] OK: biclique [] [] == empty
  5915. 434.03 s [algebraic-graphs] OK: biclique [x] [] == vertex x
  5916. 434.03 s [algebraic-graphs] OK: biclique [] [y] == vertex y
  5917. 434.03 s [algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
  5918. 434.03 s [algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
  5919. 434.03 s [algebraic-graphs]
  5920. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.star ============
  5921. 434.03 s [algebraic-graphs] OK: star x [] == vertex x
  5922. 434.03 s [algebraic-graphs] OK: star x [y] == edge x y
  5923. 434.03 s [algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
  5924. 434.03 s [algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
  5925. 434.03 s [algebraic-graphs]
  5926. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.stars ============
  5927. 434.03 s [algebraic-graphs] OK: stars [] == empty
  5928. 434.03 s [algebraic-graphs] OK: stars [(x, [])] == vertex x
  5929. 434.03 s [algebraic-graphs] OK: stars [(x, [y])] == edge x y
  5930. 434.03 s [algebraic-graphs] OK: stars [(x, ys)] == star x ys
  5931. 434.03 s [algebraic-graphs] OK: stars == overlays . map (uncurry star)
  5932. 434.03 s [algebraic-graphs] OK: stars . adjacencyList == id
  5933. 434.03 s [algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
  5934. 434.03 s [algebraic-graphs]
  5935. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.tree ============
  5936. 434.03 s [algebraic-graphs] OK: tree (Node x []) == vertex x
  5937. 434.03 s [algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
  5938. 434.03 s [algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
  5939. 434.03 s [algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
  5940. 434.03 s [algebraic-graphs]
  5941. 434.03 s [algebraic-graphs] ============ Symmetric.Relation.forest ============
  5942. 434.03 s [algebraic-graphs] OK: forest [] == empty
  5943. 434.88 s [ghcide] Phase: setupCompilerEnvironmentPhase
  5944. 434.93 s [ghcide] Build with /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1.
  5945. 437.12 s [ghcide] Phase: unpackPhase
  5946. 437.25 s [ghcide] unpacking source archive /nix/store/nv12havvv9m95kgbb9jrc6x3cqp9c6dv-ghcide-2.10.0.0.tar.gz
  5947. 437.27 s [ghcide] source root is ghcide-2.10.0.0
  5948. 437.30 s [ghcide] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ghcide-2.10.0.0/src/Text/Fuzzy/Parallel.hs"
  5949. 437.32 s [ghcide] Phase: patchPhase
  5950. 437.35 s [ghcide] Phase: compileBuildDriverPhase
  5951. 437.37 s [ghcide] setupCompileFlags: -package-db=/build/tmp.sIGULTjqCk/setup-package.conf.d -threaded
  5952. 437.57 s [ghcide] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.sIGULTjqCk/Main.o )
  5953. 437.70 s [ghcide] [2 of 2] Linking Setup
  5954. 437.85 s [algebraic-graphs] OK: forest [x] == tree x
  5955. 437.85 s [algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
  5956. 437.85 s [algebraic-graphs] OK: forest == overlays . map tree
  5957. 437.85 s [algebraic-graphs]
  5958. 437.85 s [algebraic-graphs] ============ Symmetric.Relation.removeVertex ============
  5959. 437.85 s [algebraic-graphs] OK: removeVertex x (vertex x) == empty
  5960. 437.85 s [algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
  5961. 437.85 s [algebraic-graphs] OK: removeVertex x (edge x x) == empty
  5962. 437.85 s [algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
  5963. 437.85 s [algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
  5964. 437.85 s [algebraic-graphs]
  5965. 437.85 s [algebraic-graphs] ============ Symmetric.Relation.removeEdge ============
  5966. 437.85 s [algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
  5967. 437.85 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  5968. 437.85 s [algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
  5969. 437.85 s [algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
  5970. 437.85 s [algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
  5971. 437.85 s [algebraic-graphs] OK: removeEdge x y == removeEdge y x
  5972. 437.85 s [algebraic-graphs]
  5973. 437.85 s [algebraic-graphs] ============ Symmetric.Relation.replaceVertex ============
  5974. 437.85 s [algebraic-graphs] OK: replaceVertex x x == id
  5975. 437.85 s [algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
  5976. 437.85 s [algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
  5977. 437.85 s [algebraic-graphs]
  5978. 437.85 s [algebraic-graphs] ============ Symmetric.Relation.mergeVertices ============
  5979. 437.85 s [algebraic-graphs] OK: mergeVertices (const False) x == id
  5980. 437.85 s [algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
  5981. 437.85 s [algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
  5982. 437.85 s [algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
  5983. 437.85 s [algebraic-graphs]
  5984. 437.85 s [algebraic-graphs] ============ Symmetric.Relation.gmap ============
  5985. 437.85 s [algebraic-graphs] OK: gmap f empty == empty
  5986. 437.85 s [algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
  5987. 437.85 s [algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
  5988. 437.85 s [algebraic-graphs] OK: gmap id == id
  5989. 437.85 s [algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
  5990. 437.85 s [algebraic-graphs]
  5991. 437.85 s [algebraic-graphs] ============ Symmetric.Relation.induce ============
  5992. 437.85 s [algebraic-graphs] OK: induce (const True ) x == x
  5993. 437.85 s [algebraic-graphs] OK: induce (const False) x == empty
  5994. 437.85 s [algebraic-graphs] OK: induce (/= x) == removeVertex x
  5995. 437.85 s [algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
  5996. 437.85 s [algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
  5997. 437.85 s [algebraic-graphs]
  5998. 437.85 s [algebraic-graphs] ============ Symmetric.Relation.induceJust ============
  5999. 437.85 s [algebraic-graphs] OK: induceJust (vertex Nothing) == empty
  6000. 437.85 s [algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
  6001. 437.85 s [algebraic-graphs] OK: induceJust . gmap Just == id
  6002. 437.85 s [algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
  6003. 437.85 s [algebraic-graphs]
  6004. 437.85 s [algebraic-graphs] ============ Example.Todo (Holiday) ============
  6005. 437.85 s [algebraic-graphs] OK: A todo list is semantically Maybe [a]
  6006. 437.85 s [algebraic-graphs] OK: The overlay operator (+) adds non-dependent items to the todo list
  6007. 437.85 s [algebraic-graphs] OK: The connect operator (*) adds dependency between items
  6008. 437.85 s [algebraic-graphs] OK: Contradictory constraints make the todo list impossible to schedule
  6009. 437.85 s [algebraic-graphs] OK: Introduce item priority to schedule the todo list
  6010. 437.85 s [algebraic-graphs] OK: Custom connect operators pull/repel arguments during scheduling
  6011. 437.85 s [algebraic-graphs]
  6012. 437.85 s [algebraic-graphs] ============ Example.Todo (Commandline) ============
  6013. 437.85 s [algebraic-graphs] OK: The pull connect operator maintains command line semantics
  6014. 437.85 s [algebraic-graphs] OK: Swapping flags are allowed by the commutative overlay opeartor
  6015. 437.85 s [algebraic-graphs] OK: The usual connect operator breaks semantics
  6016. 437.85 s [algebraic-graphs] OK: Transform command lines by adding optimisation flag
  6017. 437.85 s [algebraic-graphs]
  6018. 437.85 s [algebraic-graphs] ============ Typed ============
  6019. 437.85 s [algebraic-graphs]
  6020. 437.85 s [algebraic-graphs] ============ Typed.fromAdjacencyMap ============
  6021. 437.85 s [algebraic-graphs] OK: toGraphKL (fromAdjacencyMap (1 * 2 + 3 * 1)) == array (0,2) [(0,[1]), (1,[]), (2,[0])]
  6022. 437.85 s [algebraic-graphs] OK: toGraphKL (fromAdjacencyMap (1 * 2 + 2 * 1)) == array (0,1) [(0,[1]), (1,[0])]
  6023. 437.85 s [algebraic-graphs] OK: map (fromVertexKL h) (vertices $ toGraphKL h) == vertexList g
  6024. 437.85 s [algebraic-graphs] OK: map (\(x, y) -> (fromVertexKL h x, fromVertexKL h y)) (edges $ toGraphKL h) == edgeList g
  6025. 437.85 s [algebraic-graphs]
  6026. 437.85 s [algebraic-graphs] ============ Typed.fromAdjacencyIntMap ============
  6027. 437.85 s [algebraic-graphs] OK: toGraphKL (fromAdjacencyIntMap (1 * 2 + 3 * 1)) == array (0,2) [(0,[1]), (1,[]), (2,[0])]
  6028. 437.85 s [algebraic-graphs] OK: toGraphKL (fromAdjacencyIntMap (1 * 2 + 2 * 1)) == array (0,1) [(0,[1]), (1,[0])]
  6029. 437.85 s [algebraic-graphs] OK: map (fromVertexKL h) (vertices $ toGraphKL h) == IntSet.toAscList (vertexIntSet g)
  6030. 437.85 s [algebraic-graphs] OK: map (\(x, y) -> (fromVertexKL h x, fromVertexKL h y)) (edges $ toGraphKL h) == edgeList g
  6031. 437.85 s [algebraic-graphs]
  6032. 437.85 s [algebraic-graphs] ============ Typed.dfsForest ============
  6033. 437.85 s [algebraic-graphs] OK: forest (dfsForest % edge 1 1) == vertex 1
  6034. 437.85 s [algebraic-graphs] OK: forest (dfsForest % edge 1 2) == edge 1 2
  6035. 437.85 s [algebraic-graphs] OK: forest (dfsForest % edge 2 1) == vertices [1, 2]
  6036. 437.85 s [algebraic-graphs] OK: isSubgraphOf (forest $ dfsForest % x) x == True
  6037. 437.85 s [algebraic-graphs] OK: dfsForest % forest (dfsForest % x) == dfsForest % x
  6038. 437.85 s [algebraic-graphs] OK: dfsForest % vertices vs == map (\v -> Node v []) (nub $ sort vs)
  6039. 437.85 s [algebraic-graphs] OK: dfsForest % (3 * (1 + 4) * (1 + 5)) == <correct result>
  6040. 437.85 s [algebraic-graphs]
  6041. 437.85 s [algebraic-graphs] ============ Typed.dfsForestFrom ============
  6042. 437.85 s [algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 1) [1] == vertex 1
  6043. 437.85 s [algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [0] == empty
  6044. 437.85 s [algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [1] == edge 1 2
  6045. 437.85 s [algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [2] == vertex 2
  6046. 437.85 s [algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [2,1] == vertices [1,2]
  6047. 437.85 s [algebraic-graphs] OK: isSubgraphOf (forest $ dfsForestFrom % x $ vs) x == True
  6048. 437.85 s [algebraic-graphs] OK: dfsForestFrom % x $ vertexList x == dfsForest % x
  6049. 437.85 s [algebraic-graphs] OK: dfsForestFrom % vertices vs $ vs == map (\v -> Node v []) (nub vs)
  6050. 437.85 s [algebraic-graphs] OK: dfsForestFrom % x $ [] == []
  6051. 437.85 s [algebraic-graphs] OK: dfsForestFrom % (3 * (1 + 4) * (1 + 5)) $ [1,4] == <correct result>
  6052. 437.85 s [algebraic-graphs]
  6053. 437.85 s [algebraic-graphs] ============ Typed.dfs ============
  6054. 437.85 s [algebraic-graphs] OK: dfs % edge 1 1 $ [1] == [1]
  6055. 437.85 s [algebraic-graphs] OK: dfs % edge 1 2 $ [0] == []
  6056. 437.85 s [algebraic-graphs] OK: dfs % edge 1 2 $ [1] == [1,2]
  6057. 437.85 s [algebraic-graphs] OK: dfs % edge 1 2 $ [2] == [2]
  6058. 437.85 s [algebraic-graphs] OK: dfs % edge 1 2 $ [1,2] == [1,2]
  6059. 437.85 s [algebraic-graphs] OK: dfs % edge 1 2 $ [2,1] == [2,1]
  6060. 437.85 s [algebraic-graphs] OK: dfs % x $ [] == []
  6061. 437.85 s [algebraic-graphs]
  6062. 437.85 s [algebraic-graphs] OK: dfs % (3 * (1 + 4) * (1 + 5)) $ [1,4] == [1,5,4]
  6063. 437.85 s [algebraic-graphs] OK: and [ hasVertex v x | v <- dfs % x $ vs ] == True
  6064. 437.85 s [algebraic-graphs]
  6065. 437.85 s [algebraic-graphs] ============ Typed.topSort ============
  6066. 437.85 s [algebraic-graphs] OK: topSort % (1 * 2 + 3 * 1) == [3,1,2]
  6067. 437.85 s [algebraic-graphs] OK: topSort % (1 * 2 + 2 * 1) == [1,2]
  6068. 437.85 s [algebraic-graphs]
  6069. 437.85 s [algebraic-graphs] ============ Graph.Undirected ============
  6070. 437.85 s [algebraic-graphs] OK: Axioms of undirected graphs
  6071. 437.85 s [algebraic-graphs]
  6072. 437.85 s [algebraic-graphs] ============ Graph.Undirected.Show ============
  6073. 437.85 s [algebraic-graphs] OK: show (empty ) == "empty"
  6074. 437.85 s [algebraic-graphs] OK: show (1 ) == "vertex 1"
  6075. 437.85 s [algebraic-graphs] OK: show (1 + 2 ) == "vertices [1,2]"
  6076. 437.85 s [algebraic-graphs] OK: show (1 * 2 ) == "edge 1 2"
  6077. 437.85 s [algebraic-graphs] OK: show (1 * 2 * 3) == "edges [(1,2),(1,3),(2,3)]"
  6078. 437.85 s [algebraic-graphs] OK: show (1 * 2 + 3) == "overlay (vertex 3) (edge 1 2)"
  6079. 437.85 s [algebraic-graphs]
  6080. 437.85 s [algebraic-graphs] OK: show (vertex (-1) ) == "vertex (-1)"
  6081. 437.85 s [algebraic-graphs] OK: show (vertex (-1) + vertex (-2) ) == "vertices [-2,-1]"
  6082. 437.85 s [algebraic-graphs] OK: show (vertex (-2) * vertex (-1) ) == "edge (-2) (-1)"
  6083. 437.85 s [algebraic-graphs] OK: show (vertex (-3) * vertex (-2) * vertex (-1)) == "edges [(-3,-2),(-3,-1),(-2,-1)]"
  6084. 437.85 s [algebraic-graphs] OK: show (vertex (-3) * vertex (-2) + vertex (-1)) == "overlay (vertex (-1)) (edge (-3) (-2))"
  6085. 437.85 s [algebraic-graphs]
  6086. 437.85 s [algebraic-graphs] OK: show (2 * 1 ) == "edge 1 2"
  6087. 437.85 s [algebraic-graphs] OK: show (1 * 2 * 1) == "edges [(1,1),(1,2)]"
  6088. 437.85 s [algebraic-graphs] OK: show (3 * 2 * 1) == "edges [(1,2),(1,3),(2,3)]"
  6089. 437.85 s [algebraic-graphs]
  6090. 437.85 s [algebraic-graphs] ============ Graph.Undirected.toUndirected ============
  6091. 437.85 s [algebraic-graphs] OK: toUndirected (edge 1 2) == edge 1 2
  6092. 437.85 s [algebraic-graphs] OK: toUndirected . fromUndirected == id
  6093. 437.85 s [algebraic-graphs] OK: vertexCount . toUndirected == vertexCount
  6094. 437.85 s [algebraic-graphs] OK: (*2) . edgeCount . toUndirected >= edgeCount
  6095. 437.85 s [algebraic-graphs]
  6096. 437.85 s [algebraic-graphs] ============ Graph.Undirected.fromUndirected ============
  6097. 437.85 s [algebraic-graphs] OK: fromUndirected (edge 1 2) == edges [(1,2),(2,1)]
  6098. 437.85 s [algebraic-graphs] OK: toUndirected . fromUndirected == id
  6099. 437.85 s [algebraic-graphs] OK: vertexCount . fromUndirected == vertexCount
  6100. 437.85 s [algebraic-graphs] OK: edgeCount . fromUndirected <= (*2) . edgeCount
  6101. 437.85 s [algebraic-graphs]
  6102. 437.85 s [algebraic-graphs] ============ Graph.Undirected.complement ================
  6103. 437.85 s [algebraic-graphs] OK: complement empty == empty
  6104. 437.85 s [algebraic-graphs] OK: complement (vertex x) == vertex x
  6105. 437.85 s [algebraic-graphs] OK: complement (edge 1 1) == edge 1 1
  6106. 437.85 s [algebraic-graphs] OK: complement (edge 1 2) == vertices [1, 2]
  6107. 437.85 s [algebraic-graphs] OK: complement (star 1 [2, 3]) == overlay (vertex 1) (edge 2 3)
  6108. 437.85 s [algebraic-graphs] OK: complement . complement == id
  6109. 437.85 s [algebraic-graphs]
  6110. 437.85 s [algebraic-graphs] ============ Graph.Undirected.Ord ============
  6111. 437.85 s [algebraic-graphs] OK: vertex 1 < vertex 2
  6112. 437.85 s [algebraic-graphs] OK: vertex 3 < edge 1 2
  6113. 437.85 s [algebraic-graphs] OK: vertex 1 < edge 1 1
  6114. 437.85 s [algebraic-graphs] OK: edge 1 1 < edge 1 2
  6115. 437.85 s [algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
  6116. 437.85 s [algebraic-graphs] OK: edge 2 1 < edge 1 3
  6117. 437.85 s [algebraic-graphs] OK: edge 1 2 == edge 2 1
  6118. 437.85 s [algebraic-graphs] OK: x <= x + y
  6119. 437.85 s [algebraic-graphs] OK: x + y <= x * y
  6120. 437.85 s [algebraic-graphs]
  6121. 437.85 s [algebraic-graphs] ============ Graph.Undirected.empty ============
  6122. 437.85 s [algebraic-graphs] OK: isEmpty empty == True
  6123. 437.85 s [algebraic-graphs] OK: hasVertex x empty == False
  6124. 437.85 s [algebraic-graphs] OK: vertexCount empty == 0
  6125. 437.85 s [algebraic-graphs] OK: edgeCount empty == 0
  6126. 437.85 s [algebraic-graphs]
  6127. 437.85 s [algebraic-graphs] ============ Graph.Undirected.vertex ============
  6128. 437.86 s [algebraic-graphs] OK: isEmpty (vertex x) == False
  6129. 437.86 s [algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
  6130. 437.86 s [algebraic-graphs] OK: vertexCount (vertex x) == 1
  6131. 437.86 s [algebraic-graphs] OK: edgeCount (vertex x) == 0
  6132. 437.86 s [algebraic-graphs]
  6133. 437.86 s [algebraic-graphs] ============ Graph.Undirected.edge ============
  6134. 437.86 s [algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
  6135. 437.86 s [algebraic-graphs] OK: edge x y == edge y x
  6136. 439.54 s [ghcide] Phase: updateAutotoolsGnuConfigScriptsPhase
  6137. 439.61 s [ghcide] Phase: configurePhase
  6138. 439.64 s [ghcide] configureFlags: --verbose --prefix=/nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc/share/doc/ghcide-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.sIGULTjqCk/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/lib
  6139. 439.66 s [ghcide] Using Parsec parser
  6140. 439.66 s [ghcide] Configuring ghcide-2.10.0.0...
  6141. 440.64 s [ghcide] Flags chosen: executable=True, pedantic=False
  6142. 441.27 s [ghcide] Dependency Diff >=0.5 && <0.6: using Diff-0.5
  6143. 441.27 s [ghcide] Dependency Glob: using Glob-0.10.2
  6144. 441.27 s [ghcide] Dependency aeson: using aeson-2.2.3.0
  6145. 441.27 s [ghcide] Dependency array: using array-0.5.7.0
  6146. 441.27 s [ghcide] Dependency async: using async-2.2.5
  6147. 441.27 s [ghcide] Dependency base >=4.16 && <5: using base-4.20.0.0
  6148. 441.27 s [ghcide] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
  6149. 441.27 s [ghcide] Dependency binary: using binary-0.8.9.2
  6150. 441.27 s [ghcide] Dependency bytestring: using bytestring-0.12.1.0
  6151. 441.27 s [ghcide] Dependency case-insensitive: using case-insensitive-1.2.1.0
  6152. 441.27 s [ghcide] Dependency co-log-core: using co-log-core-0.3.2.5
  6153. 441.27 s [ghcide] Dependency containers: using containers-0.7
  6154. 441.27 s [ghcide] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
  6155. 441.27 s [ghcide] cryptohash-sha1-0.11.101.0
  6156. 441.27 s [ghcide] Dependency data-default: using data-default-0.7.1.3
  6157. 441.27 s [ghcide] Dependency deepseq: using deepseq-1.5.0.0
  6158. 441.27 s [ghcide] Dependency dependent-map: using dependent-map-0.4.0.0
  6159. 441.27 s [ghcide] Dependency dependent-sum: using dependent-sum-0.7.2.0
  6160. 441.27 s [ghcide] Dependency directory: using directory-1.3.8.3
  6161. 441.27 s [ghcide] Dependency dlist: using dlist-1.0
  6162. 441.27 s [ghcide] Dependency enummapset: using enummapset-0.7.3.0
  6163. 441.27 s [ghcide] Dependency exceptions: using exceptions-0.10.7
  6164. 441.27 s [ghcide] Dependency extra >=1.7.14: using extra-1.7.16
  6165. 441.27 s [ghcide] Dependency filepath: using filepath-1.5.2.0
  6166. 441.28 s [ghcide] Dependency fingertree: using fingertree-0.1.5.0
  6167. 441.28 s [ghcide] Dependency focus >=1.0.3.2: using focus-1.0.3.2
  6168. 441.28 s [ghcide] Dependency ghc >=9.2: using ghc-9.10.1
  6169. 441.28 s [ghcide] Dependency ghc-boot: using ghc-boot-9.10.1
  6170. 441.28 s [ghcide] Dependency ghc-boot-th: using ghc-boot-th-9.10.1
  6171. 441.28 s [ghcide] Dependency ghc-trace-events: using ghc-trace-events-0.1.2.10
  6172. 441.28 s [ghcide] Dependency haddock-library >=1.8 && <1.12: using haddock-library-1.11.0
  6173. 441.28 s [ghcide] Dependency hashable: using hashable-1.4.7.0
  6174. 441.28 s [ghcide] Dependency hie-bios >=0.14.0 && <0.15: using hie-bios-0.14.0
  6175. 441.28 s [ghcide] Dependency hie-compat >=0.3.0.0 && <0.4: using hie-compat-0.3.1.2
  6176. 441.28 s [ghcide] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
  6177. 441.28 s [ghcide] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  6178. 441.28 s [ghcide] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  6179. 441.28 s [ghcide] Dependency implicit-hie >=0.1.4.0 && <0.1.5: using implicit-hie-0.1.4.0
  6180. 441.28 s [ghcide] Dependency lens: using lens-5.3.4
  6181. 441.28 s [ghcide] Dependency lens-aeson: using lens-aeson-1.2.3
  6182. 441.28 s [ghcide] Dependency list-t: using list-t-1.0.5.7
  6183. 441.28 s [ghcide] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  6184. 441.28 s [ghcide] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  6185. 441.28 s [ghcide] Dependency mtl: using mtl-2.3.1
  6186. 441.28 s [ghcide] Dependency opentelemetry >=0.6.1: using opentelemetry-0.8.0
  6187. 441.28 s [ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  6188. 441.28 s [ghcide] Dependency os-string: using os-string-2.0.2
  6189. 441.28 s [ghcide] Dependency parallel: using parallel-3.2.2.0
  6190. 441.28 s [ghcide] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  6191. 441.28 s [ghcide] Dependency prettyprinter-ansi-terminal: using
  6192. 441.28 s [ghcide] prettyprinter-ansi-terminal-1.1.3
  6193. 441.28 s [ghcide] Dependency random: using random-1.2.1.3
  6194. 441.28 s [ghcide] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.3
  6195. 441.28 s [ghcide] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  6196. 441.28 s [ghcide] Dependency sorted-list: using sorted-list-0.2.3.1
  6197. 441.28 s [ghcide] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
  6198. 441.28 s [ghcide] Dependency stm: using stm-2.5.3.1
  6199. 441.28 s [ghcide] Dependency stm-containers: using stm-containers-1.2.1.1
  6200. 441.28 s [ghcide] Dependency syb: using syb-0.7.2.4
  6201. 441.28 s [ghcide] Dependency text: using text-2.1.1
  6202. 441.28 s [ghcide] Dependency text-rope: using text-rope-0.2
  6203. 441.28 s [ghcide] Dependency time: using time-1.12.2
  6204. 441.28 s [ghcide] Dependency transformers: using transformers-0.6.1.1
  6205. 441.28 s [ghcide] Dependency unix: using unix-2.8.5.1
  6206. 441.28 s [ghcide] Dependency unliftio >=0.2.6: using unliftio-0.2.25.1
  6207. 441.28 s [ghcide] Dependency unliftio-core: using unliftio-core-0.2.1.0
  6208. 441.28 s [ghcide] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
  6209. 441.28 s [ghcide] Dependency vector: using vector-0.13.2.0
  6210. 441.28 s [ghcide] Dependency base >=4.16 && <5: using base-4.20.0.0
  6211. 441.28 s [ghcide] Dependency data-default: using data-default-0.7.1.3
  6212. 441.28 s [ghcide] Dependency extra: using extra-1.7.16
  6213. 441.28 s [ghcide] Dependency ghcide: using ghcide-2.10.0.0
  6214. 441.28 s [ghcide] Dependency gitrev: using gitrev-1.3.1
  6215. 441.28 s [ghcide] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  6216. 441.28 s [ghcide] Dependency lsp: using lsp-2.7.0.1
  6217. 441.28 s [ghcide] Dependency lsp-types: using lsp-types-2.3.0.1
  6218. 441.28 s [ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  6219. 441.28 s [ghcide] Source component graph:
  6220. 441.28 s [ghcide] component lib
  6221. 441.28 s [ghcide] component exe:ghcide dependency lib
  6222. 441.28 s [ghcide] Configured component graph:
  6223. 441.28 s [ghcide] component ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  6224. 441.28 s [ghcide] include Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
  6225. 441.28 s [ghcide] include Glob-0.10.2-IzTjOXr6IZGJnCN4pWizQ4
  6226. 441.28 s [ghcide] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  6227. 441.28 s [ghcide] include array-0.5.7.0-78f3
  6228. 441.28 s [ghcide] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
  6229. 441.28 s [ghcide] include base-4.20.0.0-d8e2
  6230. 441.28 s [ghcide] include base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
  6231. 441.28 s [ghcide] include binary-0.8.9.2-4928
  6232. 441.28 s [ghcide] include bytestring-0.12.1.0-05ed
  6233. 441.28 s [ghcide] include case-insensitive-1.2.1.0-2mCfuXNTdsVDc0R4HtawwI
  6234. 441.28 s [ghcide] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
  6235. 441.28 s [ghcide] include containers-0.7-4cd1
  6236. 441.28 s [ghcide] include cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
  6237. 441.28 s [ghcide] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  6238. 441.28 s [ghcide] include deepseq-1.5.0.0-e78d
  6239. 441.28 s [ghcide] include dependent-map-0.4.0.0-2V1zQHnvOey5LKEEtCqQA6
  6240. 441.28 s [ghcide] include dependent-sum-0.7.2.0-4UVlTGbL1m1EiC7hWR6682
  6241. 441.28 s [ghcide] include directory-1.3.8.3-678a
  6242. 441.28 s [ghcide] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  6243. 441.28 s [ghcide] include enummapset-0.7.3.0-JFh7E3RkjWvK3y8oiiNJc9
  6244. 441.28 s [ghcide] include exceptions-0.10.7-338a
  6245. 441.28 s [ghcide] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  6246. 441.28 s [ghcide] include filepath-1.5.2.0-058d
  6247. 441.28 s [ghcide] include fingertree-0.1.5.0-QeQlHgScnMhKrPk95Nwv
  6248. 441.28 s [ghcide] include focus-1.0.3.2-2PTOVWrVbYICrfS0BVHG1l
  6249. 441.28 s [ghcide] include ghc-9.10.1-c9f5
  6250. 441.28 s [ghcide] include ghc-boot-9.10.1-afa4
  6251. 441.28 s [ghcide] include ghc-boot-th-9.10.1-9814
  6252. 441.28 s [ghcide] include ghc-trace-events-0.1.2.10-KEQOQYl1Keq661zy1UCN8i
  6253. 441.28 s [ghcide] include haddock-library-1.11.0-2OrQ6mNbwsp9dclGFZ6tfJ
  6254. 441.28 s [ghcide] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  6255. 441.28 s [ghcide] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  6256. 441.28 s [ghcide] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
  6257. 441.28 s [ghcide] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
  6258. 441.28 s [ghcide] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  6259. 441.28 s [ghcide] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  6260. 441.28 s [ghcide] include implicit-hie-0.1.4.0-1ZWzioSEBFGGWEPvpXiCS1
  6261. 441.28 s [ghcide] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  6262. 441.28 s [ghcide] include lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
  6263. 441.28 s [ghcide] include list-t-1.0.5.7-B0Qe2FupwdL9Nf1o2ETWZE
  6264. 441.28 s [ghcide] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  6265. 441.28 s [ghcide] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  6266. 441.28 s [ghcide] include mtl-2.3.1-8f33
  6267. 441.28 s [ghcide] include opentelemetry-0.8.0-BXTkng05zGsgFg02Z6jYT
  6268. 441.28 s [ghcide] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  6269. 441.28 s [ghcide] include os-string-2.0.2-059d
  6270. 441.28 s [ghcide] include parallel-3.2.2.0-4IPE3fEqOsnGdYSeUrRQiN
  6271. 441.28 s [ghcide] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  6272. 441.28 s [ghcide] include prettyprinter-ansi-terminal-1.1.3-L7qrZY2Vo5XHVbIsuw6eh
  6273. 441.28 s [ghcide] include random-1.2.1.3-A4Mewjwckzn4QTKAjeloG
  6274. 441.28 s [ghcide] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  6275. 441.28 s [ghcide] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  6276. 441.28 s [ghcide] include sorted-list-0.2.3.1-WgUy4PmMnOIxtC5zeFsSF
  6277. 441.28 s [ghcide] include sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
  6278. 441.28 s [ghcide] include stm-2.5.3.1-a30b
  6279. 441.28 s [ghcide] include stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
  6280. 441.28 s [ghcide] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  6281. 441.28 s [ghcide] include text-2.1.1-f47e
  6282. 441.28 s [ghcide] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  6283. 441.28 s [ghcide] include time-1.12.2-a16e
  6284. 441.28 s [ghcide] include transformers-0.6.1.1-3641
  6285. 441.28 s [ghcide] include unix-2.8.5.1-2416
  6286. 441.28 s [ghcide] include unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
  6287. 441.28 s [ghcide] include unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
  6288. 441.28 s [ghcide] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  6289. 441.28 s [ghcide] include vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
  6290. 441.28 s [ghcide] component ghcide-2.10.0.0-HewU8ZAotyxCjc88dC6FNn-ghcide
  6291. 441.28 s [ghcide] include base-4.20.0.0-d8e2
  6292. 441.28 s [ghcide] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  6293. 441.28 s [ghcide] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  6294. 441.28 s [ghcide] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  6295. 441.28 s [ghcide] include gitrev-1.3.1-FkbxcynDdeV38tp4yNfJnD
  6296. 441.28 s [ghcide] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  6297. 441.28 s [ghcide] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  6298. 441.28 s [ghcide] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  6299. 441.28 s [ghcide] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  6300. 441.28 s [ghcide] Linked component graph:
  6301. 441.28 s [ghcide] unit ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  6302. 441.28 s [ghcide] include Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
  6303. 441.28 s [ghcide] include Glob-0.10.2-IzTjOXr6IZGJnCN4pWizQ4
  6304. 441.28 s [ghcide] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  6305. 441.28 s [ghcide] include array-0.5.7.0-78f3
  6306. 441.28 s [ghcide] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
  6307. 441.28 s [ghcide] include base-4.20.0.0-d8e2
  6308. 441.28 s [ghcide] include base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
  6309. 441.28 s [ghcide] include binary-0.8.9.2-4928
  6310. 441.28 s [ghcide] include bytestring-0.12.1.0-05ed
  6311. 441.28 s [ghcide] include case-insensitive-1.2.1.0-2mCfuXNTdsVDc0R4HtawwI
  6312. 441.28 s [ghcide] include co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
  6313. 441.28 s [ghcide] include containers-0.7-4cd1
  6314. 441.28 s [ghcide] include cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
  6315. 441.28 s [ghcide] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  6316. 441.28 s [ghcide] include deepseq-1.5.0.0-e78d
  6317. 441.28 s [ghcide] include dependent-map-0.4.0.0-2V1zQHnvOey5LKEEtCqQA6
  6318. 441.28 s [ghcide] include dependent-sum-0.7.2.0-4UVlTGbL1m1EiC7hWR6682
  6319. 441.28 s [ghcide] include directory-1.3.8.3-678a
  6320. 441.28 s [ghcide] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  6321. 441.28 s [ghcide] include enummapset-0.7.3.0-JFh7E3RkjWvK3y8oiiNJc9
  6322. 441.28 s [ghcide] include exceptions-0.10.7-338a
  6323. 441.28 s [ghcide] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  6324. 441.28 s [ghcide] include filepath-1.5.2.0-058d
  6325. 441.28 s [ghcide] include fingertree-0.1.5.0-QeQlHgScnMhKrPk95Nwv
  6326. 441.28 s [ghcide] include focus-1.0.3.2-2PTOVWrVbYICrfS0BVHG1l
  6327. 441.28 s [ghcide] include ghc-9.10.1-c9f5
  6328. 441.28 s [ghcide] include ghc-boot-9.10.1-afa4
  6329. 441.28 s [ghcide] include ghc-boot-th-9.10.1-9814
  6330. 441.28 s [ghcide] include ghc-trace-events-0.1.2.10-KEQOQYl1Keq661zy1UCN8i
  6331. 441.28 s [ghcide] include haddock-library-1.11.0-2OrQ6mNbwsp9dclGFZ6tfJ
  6332. 441.28 s [ghcide] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  6333. 441.28 s [ghcide] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  6334. 441.28 s [ghcide] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
  6335. 441.28 s [ghcide] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
  6336. 441.28 s [ghcide] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  6337. 441.28 s [ghcide] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  6338. 441.28 s [ghcide] include implicit-hie-0.1.4.0-1ZWzioSEBFGGWEPvpXiCS1
  6339. 441.28 s [ghcide] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  6340. 441.28 s [ghcide] include lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
  6341. 441.28 s [ghcide] include list-t-1.0.5.7-B0Qe2FupwdL9Nf1o2ETWZE
  6342. 441.28 s [ghcide] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  6343. 441.28 s [ghcide] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  6344. 441.28 s [ghcide] include mtl-2.3.1-8f33
  6345. 441.28 s [ghcide] include opentelemetry-0.8.0-BXTkng05zGsgFg02Z6jYT
  6346. 441.28 s [ghcide] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  6347. 441.28 s [ghcide] include os-string-2.0.2-059d
  6348. 441.28 s [ghcide] include parallel-3.2.2.0-4IPE3fEqOsnGdYSeUrRQiN
  6349. 441.28 s [ghcide] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  6350. 441.28 s [ghcide] include prettyprinter-ansi-terminal-1.1.3-L7qrZY2Vo5XHVbIsuw6eh
  6351. 441.28 s [ghcide] include random-1.2.1.3-A4Mewjwckzn4QTKAjeloG
  6352. 441.28 s [ghcide] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  6353. 441.28 s [ghcide] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  6354. 441.28 s [ghcide] include sorted-list-0.2.3.1-WgUy4PmMnOIxtC5zeFsSF
  6355. 441.28 s [ghcide] include sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
  6356. 441.28 s [ghcide] include stm-2.5.3.1-a30b
  6357. 441.28 s [ghcide] include stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
  6358. 441.28 s [ghcide] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  6359. 441.28 s [ghcide] include text-2.1.1-f47e
  6360. 441.28 s [ghcide] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  6361. 441.28 s [ghcide] include time-1.12.2-a16e
  6362. 441.28 s [ghcide] include transformers-0.6.1.1-3641
  6363. 441.28 s [ghcide] include unix-2.8.5.1-2416
  6364. 441.28 s [ghcide] include unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
  6365. 441.28 s [ghcide] include unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
  6366. 441.28 s [ghcide] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  6367. 441.28 s [ghcide] include vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
  6368. 441.28 s [ghcide] Control.Concurrent.Strict=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Control.Concurrent.Strict,Development.IDE=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE,Development.IDE.Core.Actions=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Actions,Development.IDE.Core.Compile=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Compile,Development.IDE.Core.Debouncer=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Debouncer,Development.IDE.Core.FileStore=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.FileStore,Development.IDE.Core.FileUtils=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.FileUtils,Development.IDE.Core.IdeConfiguration=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.IdeConfiguration,Development.IDE.Core.OfInterest=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.OfInterest,Development.IDE.Core.PluginUtils=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.PluginUtils,Development.IDE.Core.PositionMapping=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.PositionMapping,Development.IDE.Core.Preprocessor=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Preprocessor,Development.IDE.Core.ProgressReporting=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.ProgressReporting,Development.IDE.Core.RuleTypes=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.RuleTypes,Development.IDE.Core.Rules=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Rules,Development.IDE.Core.Service=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Service,Development.IDE.Core.Shake=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Shake,Development.IDE.Core.Tracing=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.Tracing,Development.IDE.Core.UseStale=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.UseStale,Development.IDE.Core.WorkerThread=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Core.WorkerThread,Development.IDE.GHC.Compat=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat,Development.IDE.GHC.Compat.CmdLine=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.CmdLine,Development.IDE.GHC.Compat.Core=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Core,Development.IDE.GHC.Compat.Driver=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Driver,Development.IDE.GHC.Compat.Env=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Env,Development.IDE.GHC.Compat.Error=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Error,Development.IDE.GHC.Compat.Iface=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Iface,Development.IDE.GHC.Compat.Logger=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Logger,Development.IDE.GHC.Compat.Outputable=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Outputable,Development.IDE.GHC.Compat.Parser=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Parser,Development.IDE.GHC.Compat.Plugins=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Plugins,Development.IDE.GHC.Compat.Units=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Units,Development.IDE.GHC.Compat.Util=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Compat.Util,Development.IDE.GHC.CoreFile=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.CoreFile,Development.IDE.GHC.Error=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Error,Development.IDE.GHC.Orphans=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Orphans,Development.IDE.GHC.Util=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.GHC.Util,Development.IDE.Import.DependencyInformation=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Import.DependencyInformation,Development.IDE.Import.FindImports=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Import.FindImports,Development.IDE.LSP.HoverDefinition=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.LSP.HoverDefinition,Development.IDE.LSP.LanguageServer=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.LSP.LanguageServer,Development.IDE.LSP.Notifications=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.LSP.Notifications,Development.IDE.LSP.Outline=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.LSP.Outline,Development.IDE.LSP.Server=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.LSP.Server,Development.IDE.Main=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Main,Development.IDE.Main.HeapStats=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Main.HeapStats,Development.IDE.Monitoring.OpenTelemetry=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Monitoring.OpenTelemetry,Development.IDE.Plugin=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin,Development.IDE.Plugin.Completions=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.Completions,Development.IDE.Plugin.Completions.Logic=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.Completions.Logic,Development.IDE.Plugin.Completions.Types=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.Completions.Types,Development.IDE.Plugin.HLS=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.HLS,Development.IDE.Plugin.HLS.GhcIde=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.HLS.GhcIde,Development.IDE.Plugin.Test=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.Test,Development.IDE.Plugin.TypeLenses=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Plugin.TypeLenses,Development.IDE.Session=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Session,Development.IDE.Session.Diagnostics=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Session.Diagnostics,Development.IDE.Session.Implicit=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Session.Implicit,Development.IDE.Spans.AtPoint=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Spans.AtPoint,Development.IDE.Spans.Common=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Spans.Common,Development.IDE.Spans.Documentation=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Spans.Documentation,Development.IDE.Spans.LocalBindings=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Spans.LocalBindings,Development.IDE.Spans.Pragmas=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Spans.Pragmas,Development.IDE.Types.Diagnostics=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Diagnostics,Development.IDE.Types.Exports=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Exports,Development.IDE.Types.HscEnvEq=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.HscEnvEq,Development.IDE.Types.KnownTargets=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.KnownTargets,Development.IDE.Types.Location=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Location,Development.IDE.Types.Monitoring=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Monitoring,Development.IDE.Types.Options=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Options,Development.IDE.Types.Shake=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Development.IDE.Types.Shake,Generics.SYB.GHC=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Generics.SYB.GHC,Text.Fuzzy.Parallel=ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW:Text.Fuzzy.Parallel
  6369. 441.28 s [ghcide] unit ghcide-2.10.0.0-HewU8ZAotyxCjc88dC6FNn-ghcide
  6370. 441.28 s [ghcide] include base-4.20.0.0-d8e2
  6371. 441.28 s [ghcide] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  6372. 441.28 s [ghcide] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  6373. 441.28 s [ghcide] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  6374. 441.28 s [ghcide] include gitrev-1.3.1-FkbxcynDdeV38tp4yNfJnD
  6375. 441.28 s [ghcide] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  6376. 441.28 s [ghcide] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  6377. 441.28 s [ghcide] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  6378. 441.28 s [ghcide] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  6379. 441.28 s [ghcide] Ready component graph:
  6380. 441.28 s [ghcide] definite ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  6381. 441.28 s [ghcide] depends Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
  6382. 441.28 s [ghcide] depends Glob-0.10.2-IzTjOXr6IZGJnCN4pWizQ4
  6383. 441.28 s [ghcide] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  6384. 441.28 s [ghcide] depends array-0.5.7.0-78f3
  6385. 441.28 s [ghcide] depends async-2.2.5-OsR1e1gkP6LktdZycBlFT
  6386. 441.28 s [ghcide] depends base-4.20.0.0-d8e2
  6387. 441.28 s [ghcide] depends base16-bytestring-1.0.2.0-L7tXUlJ8wU2Ly6YmQ8RvtU
  6388. 441.28 s [ghcide] depends binary-0.8.9.2-4928
  6389. 441.28 s [ghcide] depends bytestring-0.12.1.0-05ed
  6390. 441.28 s [ghcide] depends case-insensitive-1.2.1.0-2mCfuXNTdsVDc0R4HtawwI
  6391. 441.28 s [ghcide] depends co-log-core-0.3.2.5-4bJTmB7PTk3CtfTaBJiVvp
  6392. 441.28 s [ghcide] depends containers-0.7-4cd1
  6393. 441.28 s [ghcide] depends cryptohash-sha1-0.11.101.0-AlUGYoeKuBvzmYirhF18r
  6394. 441.28 s [ghcide] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  6395. 441.29 s [ghcide] depends deepseq-1.5.0.0-e78d
  6396. 441.29 s [ghcide] depends dependent-map-0.4.0.0-2V1zQHnvOey5LKEEtCqQA6
  6397. 441.29 s [ghcide] depends dependent-sum-0.7.2.0-4UVlTGbL1m1EiC7hWR6682
  6398. 441.29 s [ghcide] depends directory-1.3.8.3-678a
  6399. 441.29 s [ghcide] depends dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  6400. 441.29 s [ghcide] depends enummapset-0.7.3.0-JFh7E3RkjWvK3y8oiiNJc9
  6401. 441.29 s [ghcide] depends exceptions-0.10.7-338a
  6402. 441.29 s [ghcide] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  6403. 441.29 s [ghcide] depends filepath-1.5.2.0-058d
  6404. 441.29 s [ghcide] depends fingertree-0.1.5.0-QeQlHgScnMhKrPk95Nwv
  6405. 441.29 s [ghcide] depends focus-1.0.3.2-2PTOVWrVbYICrfS0BVHG1l
  6406. 441.29 s [ghcide] depends ghc-9.10.1-c9f5
  6407. 441.29 s [ghcide] depends ghc-boot-9.10.1-afa4
  6408. 441.29 s [ghcide] depends ghc-boot-th-9.10.1-9814
  6409. 441.29 s [ghcide] depends ghc-trace-events-0.1.2.10-KEQOQYl1Keq661zy1UCN8i
  6410. 441.29 s [ghcide] depends haddock-library-1.11.0-2OrQ6mNbwsp9dclGFZ6tfJ
  6411. 441.29 s [ghcide] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  6412. 441.29 s [ghcide] depends hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  6413. 441.29 s [ghcide] depends hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
  6414. 441.29 s [ghcide] depends hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
  6415. 441.29 s [ghcide] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  6416. 441.29 s [ghcide] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  6417. 441.29 s [ghcide] depends implicit-hie-0.1.4.0-1ZWzioSEBFGGWEPvpXiCS1
  6418. 441.29 s [ghcide] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  6419. 441.29 s [ghcide] depends lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
  6420. 441.29 s [ghcide] depends list-t-1.0.5.7-B0Qe2FupwdL9Nf1o2ETWZE
  6421. 441.29 s [ghcide] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  6422. 441.29 s [ghcide] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  6423. 441.29 s [ghcide] depends mtl-2.3.1-8f33
  6424. 441.29 s [ghcide] depends opentelemetry-0.8.0-BXTkng05zGsgFg02Z6jYT
  6425. 441.29 s [ghcide] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  6426. 441.29 s [ghcide] depends os-string-2.0.2-059d
  6427. 441.29 s [ghcide] depends parallel-3.2.2.0-4IPE3fEqOsnGdYSeUrRQiN
  6428. 441.29 s [ghcide] depends prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  6429. 441.29 s [ghcide] depends prettyprinter-ansi-terminal-1.1.3-L7qrZY2Vo5XHVbIsuw6eh
  6430. 441.29 s [ghcide] depends random-1.2.1.3-A4Mewjwckzn4QTKAjeloG
  6431. 441.29 s [ghcide] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  6432. 441.29 s [ghcide] depends safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  6433. 441.29 s [ghcide] depends sorted-list-0.2.3.1-WgUy4PmMnOIxtC5zeFsSF
  6434. 441.29 s [ghcide] depends sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
  6435. 441.29 s [ghcide] depends stm-2.5.3.1-a30b
  6436. 441.29 s [ghcide] depends stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
  6437. 441.29 s [ghcide] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  6438. 441.29 s [ghcide] depends text-2.1.1-f47e
  6439. 441.29 s [ghcide] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  6440. 441.29 s [ghcide] depends time-1.12.2-a16e
  6441. 441.29 s [ghcide] depends transformers-0.6.1.1-3641
  6442. 441.29 s [ghcide] depends unix-2.8.5.1-2416
  6443. 441.29 s [ghcide] depends unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
  6444. 441.29 s [ghcide] depends unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
  6445. 441.29 s [ghcide] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  6446. 441.29 s [ghcide] depends vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
  6447. 441.29 s [ghcide] definite ghcide-2.10.0.0-HewU8ZAotyxCjc88dC6FNn-ghcide
  6448. 441.29 s [ghcide] depends base-4.20.0.0-d8e2
  6449. 441.29 s [ghcide] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  6450. 441.29 s [ghcide] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  6451. 441.29 s [ghcide] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  6452. 441.29 s [ghcide] depends gitrev-1.3.1-FkbxcynDdeV38tp4yNfJnD
  6453. 441.29 s [ghcide] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  6454. 441.29 s [ghcide] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  6455. 441.29 s [ghcide] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  6456. 441.29 s [ghcide] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  6457. 441.29 s [ghcide] Using Cabal-3.12.0.0 compiled by ghc-9.10
  6458. 441.29 s [ghcide] Using compiler: ghc-9.10.1
  6459. 441.29 s [ghcide] Using install prefix:
  6460. 441.29 s [ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0
  6461. 441.29 s [ghcide] Executables installed in:
  6462. 441.29 s [ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/bin
  6463. 441.29 s [ghcide] Libraries installed in:
  6464. 441.29 s [ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  6465. 441.29 s [ghcide] Dynamic Libraries installed in:
  6466. 441.29 s [ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5
  6467. 441.29 s [ghcide] Private executables installed in:
  6468. 441.29 s [ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/libexec/x86_64-linux-ghc-9.10.1-c9f5/ghcide-2.10.0.0
  6469. 441.29 s [ghcide] Data files installed in:
  6470. 441.29 s [ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/share/x86_64-linux-ghc-9.10.1-c9f5/ghcide-2.10.0.0
  6471. 441.29 s [ghcide] Documentation installed in:
  6472. 441.29 s [ghcide] /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc/share/doc/ghcide-2.10.0.0
  6473. 441.29 s [ghcide] Configuration files installed in:
  6474. 441.29 s [ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/etc
  6475. 441.29 s [ghcide] No alex found
  6476. 441.29 s [ghcide] Using ar found on system at:
  6477. 441.29 s [ghcide] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  6478. 441.29 s [ghcide] No c2hs found
  6479. 441.29 s [ghcide] No cpphs found
  6480. 441.29 s [ghcide] No doctest found
  6481. 441.29 s [ghcide] Using gcc version 14.3.0 given by user at:
  6482. 441.37 s [ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  6483. 441.37 s [ghcide] Using ghc version 9.10.1 found on system at:
  6484. 441.37 s [ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc
  6485. 441.37 s [ghcide] Using ghc-pkg version 9.10.1 found on system at:
  6486. 441.37 s [ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc-pkg-9.10.1
  6487. 441.37 s [ghcide] No ghcjs found
  6488. 441.37 s [ghcide] No ghcjs-pkg found
  6489. 441.37 s [ghcide] No greencard found
  6490. 441.37 s [ghcide] Using haddock version 2.28.0 found on system at:
  6491. 441.37 s [ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/haddock-ghc-9.10.1
  6492. 441.37 s [ghcide] No happy found
  6493. 441.37 s [ghcide] Using haskell-suite found on system at: haskell-suite-dummy-location
  6494. 441.37 s [ghcide] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  6495. 441.37 s [ghcide] No hmake found
  6496. 441.37 s [ghcide] Using hpc version 0.69 found on system at:
  6497. 441.37 s [ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hpc-ghc-9.10.1
  6498. 441.37 s [ghcide] Using hsc2hs version 0.68.10 found on system at:
  6499. 441.37 s [ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hsc2hs-ghc-9.10.1
  6500. 441.37 s [ghcide] Using hscolour version 1.25 found on system at:
  6501. 441.37 s [ghcide] /nix/store/c0gbcvjjvqzy92m9ycv6zcqiczs6bvyw-hscolour-1.25/bin/HsColour
  6502. 441.37 s [ghcide] No jhc found
  6503. 441.37 s [ghcide] Using ld found on system at:
  6504. 441.37 s [ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  6505. 441.37 s [ghcide] No pkg-config found
  6506. 441.37 s [ghcide] Using runghc version 9.10.1 found on system at:
  6507. 441.37 s [ghcide] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/runghc-9.10.1
  6508. 441.37 s [ghcide] Using strip version 2.44 found on system at:
  6509. 441.37 s [ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  6510. 441.37 s [ghcide] Using tar found on system at:
  6511. 441.37 s [ghcide] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  6512. 441.37 s [ghcide] No uhc found
  6513. 441.88 s [ghcide] Phase: buildPhase
  6514. 442.04 s [ghcide] Preprocessing library for ghcide-2.10.0.0...
  6515. 442.05 s [ghcide] Building library for ghcide-2.10.0.0...
  6516. 443.94 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  6517. 444.09 s [ghcide] The following packages were specified via -package or -package-id flags,
  6518. 444.09 s [ghcide] but were not needed for compilation:
  6519. 444.09 s [ghcide] - os-string-2.0.2 (exposed by flag -package-id os-string-2.0.2-059d)
  6520. 444.09 s [ghcide]
  6521. 444.09 s [ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.o, dist/build/Control/Concurrent/Strict.dyn_o )
  6522. 445.65 s [ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, dist/build/Development/IDE/Core/Debouncer.o, dist/build/Development/IDE/Core/Debouncer.dyn_o )
  6523. 448.25 s [ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, dist/build/Development/IDE/Core/FileUtils.o, dist/build/Development/IDE/Core/FileUtils.dyn_o )
  6524. 448.25 s [ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, dist/build/Development/IDE/Core/PositionMapping.o, dist/build/Development/IDE/Core/PositionMapping.dyn_o )
  6525. 451.06 s [algebraic-graphs] OK: edge x y == edges [(x,y), (y,x)]
  6526. 451.06 s [algebraic-graphs] OK: hasEdge x y (edge x y) == True
  6527. 451.06 s [algebraic-graphs] OK: edgeCount (edge x y) == 1
  6528. 451.10 s [algebraic-graphs] OK: vertexCount (edge 1 1) == 1
  6529. 451.10 s [algebraic-graphs] OK: vertexCount (edge 1 2) == 2
  6530. 451.10 s [algebraic-graphs]
  6531. 451.10 s [algebraic-graphs] ============ Graph.Undirected.overlay ============
  6532. 451.10 s [algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
  6533. 451.10 s [algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
  6534. 451.10 s [algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
  6535. 451.10 s [algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
  6536. 451.10 s [algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
  6537. 451.11 s [algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
  6538. 451.11 s [algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
  6539. 451.11 s [algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
  6540. 451.11 s [algebraic-graphs]
  6541. 451.11 s [algebraic-graphs] ============ Graph.Undirected.connect ============
  6542. 451.11 s [algebraic-graphs] OK: connect x y == connect y x
  6543. 451.11 s [algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
  6544. 451.11 s [algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
  6545. 451.11 s [algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
  6546. 451.11 s [algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
  6547. 451.11 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
  6548. 451.11 s [algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
  6549. 451.11 s [algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y `div` 2
  6550. 451.11 s [algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
  6551. 451.11 s [algebraic-graphs] OK: vertexCount (connect 1 2) == 2
  6552. 451.11 s [algebraic-graphs] OK: edgeCount (connect 1 2) == 1
  6553. 451.11 s [algebraic-graphs]
  6554. 451.11 s [algebraic-graphs] ============ Graph.Undirected.vertices ============
  6555. 451.11 s [algebraic-graphs] OK: vertices [] == empty
  6556. 451.11 s [algebraic-graphs] OK: vertices [x] == vertex x
  6557. 451.11 s [algebraic-graphs] OK: vertices == overlays . map vertex
  6558. 451.11 s [algebraic-graphs] OK: hasVertex x . vertices == elem x
  6559. 451.11 s [algebraic-graphs] OK: vertexCount . vertices == length . nub
  6560. 451.11 s [algebraic-graphs] OK: vertexSet . vertices == Set.fromList
  6561. 451.11 s [algebraic-graphs]
  6562. 451.11 s [algebraic-graphs] ============ Graph.Undirected.edges ============
  6563. 451.11 s [algebraic-graphs] OK: edges [] == empty
  6564. 451.11 s [algebraic-graphs] OK: edges [(x,y)] == edge x y
  6565. 451.11 s [algebraic-graphs] OK: edges [(x,y), (y,x)] == edge x y
  6566. 451.11 s [algebraic-graphs]
  6567. 451.11 s [algebraic-graphs] ============ Graph.Undirected.overlays ============
  6568. 451.11 s [algebraic-graphs] OK: overlays [] == empty
  6569. 451.11 s [algebraic-graphs] OK: overlays [x] == x
  6570. 451.11 s [algebraic-graphs] OK: overlays [x,y] == overlay x y
  6571. 451.11 s [algebraic-graphs] OK: overlays == foldr overlay empty
  6572. 451.11 s [algebraic-graphs] OK: isEmpty . overlays == all isEmpty
  6573. 451.11 s [algebraic-graphs]
  6574. 451.11 s [algebraic-graphs] ============ Graph.Undirected.connects ============
  6575. 451.11 s [algebraic-graphs] OK: connects [] == empty
  6576. 451.11 s [algebraic-graphs] OK: connects [x] == x
  6577. 451.11 s [algebraic-graphs] OK: connects [x,y] == connect x y
  6578. 451.11 s [algebraic-graphs] OK: connects == foldr connect empty
  6579. 451.11 s [algebraic-graphs] OK: isEmpty . connects == all isEmpty
  6580. 451.11 s [algebraic-graphs] OK: connects == connects . reverse
  6581. 451.11 s [algebraic-graphs]
  6582. 451.11 s [algebraic-graphs] ============ Graph.Undirected.isSubgraphOf ============
  6583. 451.11 s [algebraic-graphs] OK: isSubgraphOf empty x == True
  6584. 451.11 s [algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
  6585. 451.11 s [algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
  6586. 451.11 s [algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
  6587. 451.11 s [algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
  6588. 451.11 s [algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
  6589. 451.11 s [algebraic-graphs] OK: isSubgraphOf (edge x y) (edge y x) == True
  6590. 451.11 s [algebraic-graphs]
  6591. 451.11 s [algebraic-graphs] ============ Graph.Undirected.path ============
  6592. 451.11 s [algebraic-graphs] OK: path [] == empty
  6593. 451.11 s [algebraic-graphs] OK: path [x] == vertex x
  6594. 451.11 s [algebraic-graphs] OK: path [x,y] == edge x y
  6595. 451.11 s [algebraic-graphs] OK: path == path . reverse
  6596. 451.11 s [algebraic-graphs]
  6597. 451.11 s [algebraic-graphs] ============ Graph.Undirected.circuit ============
  6598. 451.11 s [algebraic-graphs] OK: circuit [] == empty
  6599. 451.11 s [algebraic-graphs] OK: circuit [x] == edge x x
  6600. 451.11 s [algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
  6601. 451.11 s [algebraic-graphs] OK: circuit == circuit . reverse
  6602. 451.11 s [algebraic-graphs]
  6603. 451.11 s [algebraic-graphs] ============ Graph.Undirected.clique ============
  6604. 451.11 s [algebraic-graphs] OK: clique [] == empty
  6605. 451.11 s [algebraic-graphs] OK: clique [x] == vertex x
  6606. 451.11 s [algebraic-graphs] OK: clique [x,y] == edge x y
  6607. 451.11 s [algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
  6608. 451.11 s [algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
  6609. 451.11 s [algebraic-graphs] OK: clique == clique . reverse
  6610. 451.11 s [algebraic-graphs]
  6611. 451.11 s [algebraic-graphs] ============ Graph.Undirected.biclique ============
  6612. 451.11 s [algebraic-graphs] OK: biclique [] [] == empty
  6613. 451.11 s [algebraic-graphs] OK: biclique [x] [] == vertex x
  6614. 451.11 s [algebraic-graphs] OK: biclique [] [y] == vertex y
  6615. 451.11 s [algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
  6616. 451.11 s [algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
  6617. 451.11 s [algebraic-graphs]
  6618. 451.11 s [algebraic-graphs] ============ Graph.Undirected.star ============
  6619. 451.11 s [algebraic-graphs] OK: star x [] == vertex x
  6620. 451.11 s [algebraic-graphs] OK: star x [y] == edge x y
  6621. 451.11 s [algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
  6622. 451.11 s [algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
  6623. 451.11 s [algebraic-graphs]
  6624. 451.11 s [algebraic-graphs] ============ Graph.Undirected.stars ============
  6625. 451.11 s [algebraic-graphs] OK: stars [] == empty
  6626. 451.11 s [algebraic-graphs] OK: stars [(x, [])] == vertex x
  6627. 451.11 s [algebraic-graphs] OK: stars [(x, [y])] == edge x y
  6628. 451.11 s [algebraic-graphs] OK: stars [(x, ys)] == star x ys
  6629. 451.11 s [algebraic-graphs] OK: stars == overlays . map (uncurry star)
  6630. 451.11 s [algebraic-graphs] OK: stars . adjacencyList == id
  6631. 451.11 s [algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
  6632. 451.11 s [algebraic-graphs]
  6633. 451.11 s [algebraic-graphs] ============ Graph.Undirected.tree ============
  6634. 451.11 s [algebraic-graphs] OK: tree (Node x []) == vertex x
  6635. 451.11 s [algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
  6636. 451.11 s [algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
  6637. 451.11 s [algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
  6638. 451.11 s [algebraic-graphs]
  6639. 451.11 s [algebraic-graphs] ============ Graph.Undirected.forest ============
  6640. 451.11 s [algebraic-graphs] OK: forest [] == empty
  6641. 451.11 s [algebraic-graphs] OK: forest [x] == tree x
  6642. 451.11 s [algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
  6643. 451.11 s [algebraic-graphs] OK: forest == overlays . map tree
  6644. 451.11 s [algebraic-graphs]
  6645. 451.11 s [algebraic-graphs] ============ Graph.Undirected.removeVertex ============
  6646. 451.11 s [algebraic-graphs] OK: removeVertex x (vertex x) == empty
  6647. 451.11 s [algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
  6648. 451.11 s [algebraic-graphs] OK: removeVertex x (edge x x) == empty
  6649. 451.11 s [algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
  6650. 451.11 s [algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
  6651. 451.11 s [algebraic-graphs]
  6652. 451.11 s [algebraic-graphs] ============ Graph.Undirected.removeEdge ============
  6653. 451.11 s [algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
  6654. 451.11 s [algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
  6655. 451.11 s [algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
  6656. 451.11 s [algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
  6657. 451.11 s [algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
  6658. 451.11 s [algebraic-graphs] OK: removeEdge x y == removeEdge y x
  6659. 451.11 s [algebraic-graphs]
  6660. 451.11 s [algebraic-graphs] ============ Graph.Undirected.replaceVertex ============
  6661. 451.11 s [algebraic-graphs] OK: replaceVertex x x == id
  6662. 451.11 s [algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
  6663. 451.11 s [algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
  6664. 451.11 s [algebraic-graphs]
  6665. 451.11 s [algebraic-graphs] ============ Graph.Undirected.mergeVertices ============
  6666. 451.11 s [algebraic-graphs] OK: mergeVertices (const False) x == id
  6667. 451.11 s [algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
  6668. 451.11 s [algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
  6669. 451.11 s [algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
  6670. 451.11 s [algebraic-graphs]
  6671. 451.11 s [algebraic-graphs] ============ Graph.Undirected.gmap ============
  6672. 451.11 s [algebraic-graphs] OK: gmap f empty == empty
  6673. 451.11 s [algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
  6674. 451.11 s [algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
  6675. 451.11 s [algebraic-graphs] OK: gmap id == id
  6676. 451.11 s [algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
  6677. 451.11 s [algebraic-graphs]
  6678. 451.11 s [algebraic-graphs] ============ Graph.Undirected.induce ============
  6679. 451.11 s [algebraic-graphs] OK: induce (const True ) x == x
  6680. 451.11 s [algebraic-graphs] OK: induce (const False) x == empty
  6681. 451.11 s [algebraic-graphs] OK: induce (/= x) == removeVertex x
  6682. 451.11 s [algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
  6683. 451.11 s [algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
  6684. 451.11 s [algebraic-graphs]
  6685. 451.11 s [algebraic-graphs] ============ Graph.Undirected.induceJust ============
  6686. 451.11 s [algebraic-graphs] OK: induceJust (vertex Nothing) == empty
  6687. 451.11 s [algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
  6688. 451.11 s [algebraic-graphs] OK: induceJust . gmap Just == id
  6689. 451.11 s [algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
  6690. 451.11 s [algebraic-graphs] Test suite main: PASS
  6691. 451.11 s [algebraic-graphs] Test suite logged to: dist/test/algebraic-graphs-0.7-main.log
  6692. 451.11 s [algebraic-graphs] 1 of 1 test suites (1 of 1 test cases) passed.
  6693. 451.11 s [algebraic-graphs] checkPhase completed in 2 minutes 51 seconds
  6694. 451.11 s [algebraic-graphs] Phase: haddockPhase
  6695. 451.36 s [algebraic-graphs] Preprocessing library for algebraic-graphs-0.7...
  6696. 451.37 s [algebraic-graphs] Running Haddock on library for algebraic-graphs-0.7...
  6697. 451.62 s [algebraic-graphs] [ 1 of 29] Compiling Algebra.Graph.AdjacencyMap ( src/Algebra/Graph/AdjacencyMap.hs, nothing )
  6698. 452.14 s [algebraic-graphs] [ 2 of 29] Compiling Algebra.Graph.AdjacencyIntMap ( src/Algebra/Graph/AdjacencyIntMap.hs, nothing )
  6699. 452.16 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  6700. 452.16 s [ghcide] The import of ‘Data.List’ is redundant
  6701. 452.16 s [ghcide] except perhaps to import instances from ‘Data.List’
  6702. 452.16 s [ghcide] To import instances alone, use: import Data.List()
  6703. 452.16 s [ghcide] |
  6704. 452.16 s [ghcide] 31 | import Data.List
  6705. 452.16 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  6706. 452.16 s [ghcide]
  6707. 452.27 s [algebraic-graphs] [ 3 of 29] Compiling Algebra.Graph.AdjacencyIntMap.Algorithm ( src/Algebra/Graph/AdjacencyIntMap/Algorithm.hs, nothing )
  6708. 452.49 s [algebraic-graphs] [ 4 of 29] Compiling Algebra.Graph.Internal ( src/Algebra/Graph/Internal.hs, nothing )
  6709. 452.56 s [algebraic-graphs] [ 5 of 29] Compiling Algebra.Graph ( src/Algebra/Graph.hs, nothing )
  6710. 452.84 s [algebraic-graphs] [ 6 of 29] Compiling Algebra.Graph.HigherKinded.Class ( src/Algebra/Graph/HigherKinded/Class.hs, nothing )
  6711. 452.96 s [algebraic-graphs] [ 7 of 29] Compiling Algebra.Graph.Bipartite.AdjacencyMap ( src/Algebra/Graph/Bipartite/AdjacencyMap.hs, nothing )
  6712. 453.32 s [algebraic-graphs] [ 8 of 29] Compiling Algebra.Graph.Bipartite.AdjacencyMap.Algorithm ( src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs, nothing )
  6713. 453.55 s [algebraic-graphs] [ 9 of 29] Compiling Algebra.Graph.Label ( src/Algebra/Graph/Label.hs, nothing )
  6714. 453.97 s [algebraic-graphs] [10 of 29] Compiling Algebra.Graph.NonEmpty.AdjacencyMap ( src/Algebra/Graph/NonEmpty/AdjacencyMap.hs, nothing )
  6715. 454.10 s [algebraic-graphs] [11 of 29] Compiling Algebra.Graph.AdjacencyMap.Algorithm ( src/Algebra/Graph/AdjacencyMap/Algorithm.hs, nothing )
  6716. 454.33 s [algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:384:43: warning: [GHC-63394] [-Wx-partial]
  6717. 454.33 s [algebraic-graphs] In the use of ‘head’
  6718. 454.33 s [algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
  6719. 454.33 s [algebraic-graphs] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  6720. 454.33 s [algebraic-graphs] |
  6721. 454.33 s [algebraic-graphs] 384 | exit v = do newComponent <- (v==).snd.head <$> gets boundaryStack
  6722. 454.33 s [algebraic-graphs] | ^^^^
  6723. 454.33 s [algebraic-graphs]
  6724. 454.33 s [algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:391:21: warning: [GHC-63394] [-Wx-partial]
  6725. 454.33 s [algebraic-graphs] In the use of ‘tail’
  6726. 454.33 s [algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
  6727. 454.33 s [algebraic-graphs] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
  6728. 454.33 s [algebraic-graphs] |
  6729. 454.33 s [algebraic-graphs] 391 | pth' = tail v_pth' -- Here we know that v_pth' starts with v
  6730. 454.33 s [algebraic-graphs] | ^^^^
  6731. 454.33 s [algebraic-graphs]
  6732. 454.33 s [algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:395:26: warning: [GHC-63394] [-Wx-partial]
  6733. 454.33 s [algebraic-graphs] In the use of ‘head’
  6734. 454.33 s [algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
  6735. 454.33 s [algebraic-graphs] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  6736. 454.33 s [algebraic-graphs] |
  6737. 454.33 s [algebraic-graphs] 395 | p_v = fst $ head bnd
  6738. 454.34 s [algebraic-graphs] | ^^^^
  6739. 454.34 s [algebraic-graphs]
  6740. 454.34 s [algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:397:21: warning: [GHC-63394] [-Wx-partial]
  6741. 454.34 s [algebraic-graphs] In the use of ‘tail’
  6742. 454.34 s [algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
  6743. 454.34 s [algebraic-graphs] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
  6744. 454.34 s [algebraic-graphs] |
  6745. 454.34 s [algebraic-graphs] 397 | bnd' = tail bnd
  6746. 454.34 s [algebraic-graphs] | ^^^^
  6747. 454.34 s [algebraic-graphs]
  6748. 454.34 s [algebraic-graphs] [12 of 29] Compiling Algebra.Graph.Acyclic.AdjacencyMap ( src/Algebra/Graph/Acyclic/AdjacencyMap.hs, nothing )
  6749. 454.43 s [algebraic-graphs] [13 of 29] Compiling Algebra.Graph.ToGraph ( src/Algebra/Graph/ToGraph.hs, nothing )
  6750. 454.68 s [algebraic-graphs] src/Algebra/Graph/ToGraph.hs:171:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6751. 454.68 s [algebraic-graphs] The use of ‘~’ without TypeOperators
  6752. 454.68 s [algebraic-graphs] will become an error in a future GHC release.
  6753. 454.68 s [algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
  6754. 454.68 s [algebraic-graphs] |
  6755. 454.68 s [algebraic-graphs] 171 | vertexIntSet :: ToVertex t ~ Int => t -> IntSet
  6756. 454.69 s [algebraic-graphs] | ^
  6757. 454.69 s [algebraic-graphs]
  6758. 454.69 s [algebraic-graphs] src/Algebra/Graph/ToGraph.hs:197:29: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6759. 454.69 s [algebraic-graphs] The use of ‘~’ without TypeOperators
  6760. 454.69 s [algebraic-graphs] will become an error in a future GHC release.
  6761. 454.69 s [algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
  6762. 454.69 s [algebraic-graphs] |
  6763. 454.69 s [algebraic-graphs] 197 | preIntSet :: ToVertex t ~ Int => Int -> t -> IntSet
  6764. 454.69 s [algebraic-graphs] | ^
  6765. 454.69 s [algebraic-graphs]
  6766. 454.69 s [algebraic-graphs] src/Algebra/Graph/ToGraph.hs:215:30: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6767. 454.69 s [algebraic-graphs] The use of ‘~’ without TypeOperators
  6768. 454.69 s [algebraic-graphs] will become an error in a future GHC release.
  6769. 454.69 s [algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
  6770. 454.69 s [algebraic-graphs] |
  6771. 454.69 s [algebraic-graphs] 215 | postIntSet :: ToVertex t ~ Int => Int -> t -> IntSet
  6772. 454.69 s [algebraic-graphs] | ^
  6773. 454.69 s [algebraic-graphs]
  6774. 454.69 s [algebraic-graphs] src/Algebra/Graph/ToGraph.hs:303:37: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6775. 454.69 s [algebraic-graphs] The use of ‘~’ without TypeOperators
  6776. 454.69 s [algebraic-graphs] will become an error in a future GHC release.
  6777. 454.69 s [algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
  6778. 454.69 s [algebraic-graphs] |
  6779. 454.69 s [algebraic-graphs] 303 | toAdjacencyIntMap :: ToVertex t ~ Int => t -> AIM.AdjacencyIntMap
  6780. 454.69 s [algebraic-graphs] | ^
  6781. 454.69 s [algebraic-graphs]
  6782. 454.69 s [algebraic-graphs] src/Algebra/Graph/ToGraph.hs:312:46: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6783. 454.69 s [algebraic-graphs] The use of ‘~’ without TypeOperators
  6784. 454.69 s [algebraic-graphs] will become an error in a future GHC release.
  6785. 454.69 s [algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
  6786. 454.69 s [algebraic-graphs] |
  6787. 454.69 s [algebraic-graphs] 312 | toAdjacencyIntMapTranspose :: ToVertex t ~ Int => t -> AIM.AdjacencyIntMap
  6788. 454.69 s [algebraic-graphs] | ^
  6789. 454.69 s [algebraic-graphs]
  6790. 454.69 s [algebraic-graphs] src/Algebra/Graph/ToGraph.hs:452:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6791. 454.69 s [algebraic-graphs] The use of ‘~’ without TypeOperators
  6792. 454.69 s [algebraic-graphs] will become an error in a future GHC release.
  6793. 454.69 s [algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
  6794. 454.69 s [algebraic-graphs] |
  6795. 454.69 s [algebraic-graphs] 452 | adjacencyIntMap :: (ToGraph t, ToVertex t ~ Int) => t -> IntMap IntSet
  6796. 454.69 s [algebraic-graphs] | ^
  6797. 454.69 s [algebraic-graphs]
  6798. 454.69 s [algebraic-graphs] src/Algebra/Graph/ToGraph.hs:471:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6799. 454.69 s [algebraic-graphs] The use of ‘~’ without TypeOperators
  6800. 454.69 s [algebraic-graphs] will become an error in a future GHC release.
  6801. 454.69 s [algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
  6802. 454.69 s [algebraic-graphs] |
  6803. 454.69 s [algebraic-graphs] 471 | adjacencyIntMapTranspose :: (ToGraph t, ToVertex t ~ Int) => t -> IntMap IntSet
  6804. 454.69 s [algebraic-graphs] | ^
  6805. 454.69 s [algebraic-graphs]
  6806. 454.70 s [algebraic-graphs] [14 of 29] Compiling Algebra.Graph.Relation ( src/Algebra/Graph/Relation.hs, nothing )
  6807. 454.92 s [algebraic-graphs] [15 of 29] Compiling Algebra.Graph.Relation.Symmetric ( src/Algebra/Graph/Relation/Symmetric.hs, nothing )
  6808. 455.01 s [ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, dist/build/Development/IDE/Core/WorkerThread.o, dist/build/Development/IDE/Core/WorkerThread.dyn_o )
  6809. 455.01 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  6810. 455.01 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  6811. 455.01 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  6812. 455.01 s [ghcide] |
  6813. 455.01 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  6814. 455.01 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  6815. 455.01 s [ghcide]
  6816. 455.01 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  6817. 455.01 s [ghcide] The import of ‘Exception, fromException’
  6818. 455.01 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  6819. 455.01 s [ghcide] |
  6820. 455.01 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  6821. 455.01 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  6822. 455.01 s [ghcide]
  6823. 455.01 s [ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, dist/build/Development/IDE/GHC/Compat/CmdLine.o, dist/build/Development/IDE/GHC/Compat/CmdLine.dyn_o )
  6824. 455.01 s [ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, dist/build/Development/IDE/GHC/Compat/Core.o, dist/build/Development/IDE/GHC/Compat/Core.dyn_o )
  6825. 455.01 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning: [GHC-75356] [-Wdodgy-exports]
  6826. 455.01 s [ghcide] The export item ‘Warn(..)’ suggests that
  6827. 455.01 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  6828. 455.01 s [ghcide] but it has none
  6829. 455.01 s [ghcide] |
  6830. 455.01 s [ghcide] 270 | Warn(..),
  6831. 455.01 s [ghcide] | ^^^^^^^^
  6832. 455.01 s [ghcide]
  6833. 455.01 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning: [GHC-47854] [-Wduplicate-exports]
  6834. 455.01 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  6835. 455.01 s [ghcide] |
  6836. 455.01 s [ghcide] 364 | module GHC.Utils.Panic,
  6837. 455.01 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  6838. 455.01 s [ghcide]
  6839. 455.01 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning: [GHC-99623] [-Wdodgy-imports]
  6840. 455.01 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  6841. 455.01 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  6842. 455.01 s [ghcide] but it has none
  6843. 455.01 s [ghcide] |
  6844. 455.01 s [ghcide] 432 | import GHC.Driver.CmdLine (Warn (..))
  6845. 455.01 s [ghcide] | ^^^^^^^^^
  6846. 455.01 s [ghcide]
  6847. 455.01 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:464:76: warning: [GHC-61689] [-Wdodgy-imports]
  6848. 455.01 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
  6849. 455.01 s [ghcide] |
  6850. 455.01 s [ghcide] 464 | anyM, concatMapM, mapMaybeM, foldMapM,
  6851. 455.01 s [ghcide] | ^^^^^^^^
  6852. 455.01 s [ghcide]
  6853. 455.01 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning: [GHC-66111] [-Wunused-imports]
  6854. 455.01 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  6855. 455.01 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  6856. 455.01 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  6857. 455.01 s [ghcide] |
  6858. 455.01 s [ghcide] 498 | import GHC.Data.Bag
  6859. 455.01 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6860. 455.01 s [ghcide]
  6861. 455.01 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning: [GHC-38417] [-Wmissing-signatures]
  6862. 455.01 s [ghcide] Top-level binding with no type signature:
  6863. 455.01 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  6864. 455.01 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  6865. 455.01 s [ghcide] |
  6866. 455.01 s [ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  6867. 455.01 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  6868. 455.01 s [ghcide]
  6869. 455.01 s [ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, dist/build/Development/IDE/GHC/Compat/Driver.o, dist/build/Development/IDE/GHC/Compat/Driver.dyn_o )
  6870. 455.01 s [ghcide] [ 9 of 77] Compiling Development.IDE.GHC.Compat.Env ( src/Development/IDE/GHC/Compat/Env.hs, dist/build/Development/IDE/GHC/Compat/Env.o, dist/build/Development/IDE/GHC/Compat/Env.dyn_o )
  6871. 455.01 s [ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, dist/build/Development/IDE/GHC/Compat/Error.o, dist/build/Development/IDE/GHC/Compat/Error.dyn_o )
  6872. 455.01 s [ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, dist/build/Development/IDE/GHC/Compat/Outputable.o, dist/build/Development/IDE/GHC/Compat/Outputable.dyn_o )
  6873. 455.01 s [ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, dist/build/Development/IDE/GHC/Compat/Logger.o, dist/build/Development/IDE/GHC/Compat/Logger.dyn_o )
  6874. 455.01 s [ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, dist/build/Development/IDE/GHC/Compat/Iface.o, dist/build/Development/IDE/GHC/Compat/Iface.dyn_o )
  6875. 455.01 s [ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, dist/build/Development/IDE/GHC/Compat/Units.o, dist/build/Development/IDE/GHC/Compat/Units.dyn_o )
  6876. 455.01 s [ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, dist/build/Development/IDE/GHC/Compat/Util.o, dist/build/Development/IDE/GHC/Compat/Util.dyn_o )
  6877. 455.01 s [ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, dist/build/Development/IDE/GHC/Compat/Parser.o, dist/build/Development/IDE/GHC/Compat/Parser.dyn_o )
  6878. 455.01 s [ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, dist/build/Development/IDE/GHC/Compat/Plugins.o, dist/build/Development/IDE/GHC/Compat/Plugins.dyn_o )
  6879. 455.01 s [ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.o, dist/build/Development/IDE/GHC/Compat.dyn_o )
  6880. 455.01 s [ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning: [GHC-66111] [-Wunused-imports]
  6881. 455.01 s [ghcide] The import of ‘Data.List’ is redundant
  6882. 455.01 s [ghcide] except perhaps to import instances from ‘Data.List’
  6883. 455.01 s [ghcide] To import instances alone, use: import Data.List()
  6884. 455.01 s [ghcide] |
  6885. 455.01 s [ghcide] 128 | import Data.List (foldl')
  6886. 455.01 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6887. 455.01 s [ghcide]
  6888. 455.01 s [ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  6889. 455.01 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  6890. 455.01 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  6891. 455.01 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  6892. 455.01 s [ghcide] This makes type inference for inner bindings fragile;
  6893. 455.01 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  6894. 455.01 s [ghcide] • In the type signature:
  6895. 455.01 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  6896. 455.01 s [ghcide] GenLocated a e -> GenLocated b e
  6897. 455.01 s [ghcide] |
  6898. 455.01 s [ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  6899. 455.01 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  6900. 455.01 s [ghcide]
  6901. 455.01 s [ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  6902. 455.01 s [ghcide] Pattern match(es) are non-exhaustive
  6903. 455.01 s [ghcide] In a pattern binding:
  6904. 455.01 s [ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
  6905. 455.01 s [ghcide] |
  6906. 455.01 s [ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
  6907. 455.01 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6908. 455.01 s [ghcide]
  6909. 455.01 s [ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning: [GHC-38417] [-Wmissing-signatures]
  6910. 455.01 s [ghcide] Top-level binding with no type signature:
  6911. 455.01 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  6912. 455.01 s [ghcide] |
  6913. 455.01 s [ghcide] 519 | extract_cons (NewTypeCon x) = [x]
  6914. 455.01 s [ghcide] | ^^^^^^^^^^^^
  6915. 455.01 s [ghcide]
  6916. 455.06 s [algebraic-graphs] [16 of 29] Compiling Algebra.Graph.NonEmpty ( src/Algebra/Graph/NonEmpty.hs, nothing )
  6917. 455.39 s [algebraic-graphs] [17 of 29] Compiling Algebra.Graph.Labelled.AdjacencyMap ( src/Algebra/Graph/Labelled/AdjacencyMap.hs, nothing )
  6918. 455.58 s [algebraic-graphs] [18 of 29] Compiling Algebra.Graph.Labelled ( src/Algebra/Graph/Labelled.hs, nothing )
  6919. 455.78 s [algebraic-graphs] [19 of 29] Compiling Algebra.Graph.Labelled.Example.Network ( src/Algebra/Graph/Labelled/Example/Network.hs, nothing )
  6920. 455.79 s [algebraic-graphs] [20 of 29] Compiling Algebra.Graph.Labelled.Example.Automaton ( src/Algebra/Graph/Labelled/Example/Automaton.hs, nothing )
  6921. 455.82 s [algebraic-graphs] [21 of 29] Compiling Algebra.Graph.Export ( src/Algebra/Graph/Export.hs, nothing )
  6922. 455.86 s [algebraic-graphs] src/Algebra/Graph/Export.hs:185:41: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6923. 455.86 s [algebraic-graphs] The use of ‘~’ without TypeOperators
  6924. 455.86 s [algebraic-graphs] will become an error in a future GHC release.
  6925. 455.86 s [algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
  6926. 455.86 s [algebraic-graphs] |
  6927. 455.86 s [algebraic-graphs] 185 | export :: (Ord a, ToGraph g, ToVertex g ~ a) => (a -> Doc s) -> (a -> a -> Doc s) -> g -> Doc s
  6928. 455.86 s [algebraic-graphs] | ^
  6929. 455.86 s [algebraic-graphs]
  6930. 455.86 s [algebraic-graphs] [22 of 29] Compiling Algebra.Graph.Export.Dot ( src/Algebra/Graph/Export/Dot.hs, nothing )
  6931. 455.90 s [algebraic-graphs] src/Algebra/Graph/Export/Dot.hs:121:63: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6932. 455.90 s [algebraic-graphs] The use of ‘~’ without TypeOperators
  6933. 455.90 s [algebraic-graphs] will become an error in a future GHC release.
  6934. 455.90 s [algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
  6935. 455.90 s [algebraic-graphs] |
  6936. 455.90 s [algebraic-graphs] 121 | export :: (IsString s, Monoid s, Ord a, ToGraph g, ToVertex g ~ a) => Style a s -> g -> s
  6937. 455.90 s [algebraic-graphs] | ^
  6938. 455.90 s [algebraic-graphs]
  6939. 455.90 s [algebraic-graphs] src/Algebra/Graph/Export/Dot.hs:165:78: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6940. 455.90 s [algebraic-graphs] The use of ‘~’ without TypeOperators
  6941. 455.90 s [algebraic-graphs] will become an error in a future GHC release.
  6942. 455.90 s [algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
  6943. 455.90 s [algebraic-graphs] |
  6944. 455.90 s [algebraic-graphs] 165 | exportAsIs :: (IsString s, Monoid s, Ord (ToVertex g), ToGraph g, ToVertex g ~ s) => g -> s
  6945. 455.90 s [algebraic-graphs] | ^
  6946. 455.90 s [algebraic-graphs]
  6947. 455.90 s [algebraic-graphs] [23 of 29] Compiling Algebra.Graph.Undirected ( src/Algebra/Graph/Undirected.hs, nothing )
  6948. 455.92 s [ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, dist/build/Development/IDE/GHC/CPP.o, dist/build/Development/IDE/GHC/CPP.dyn_o )
  6949. 456.12 s [ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, dist/build/Development/IDE/GHC/CoreFile.o, dist/build/Development/IDE/GHC/CoreFile.dyn_o )
  6950. 456.29 s [algebraic-graphs] [24 of 29] Compiling Algebra.Graph.Class ( src/Algebra/Graph/Class.hs, nothing )
  6951. 456.29 s [algebraic-graphs] [25 of 29] Compiling Algebra.Graph.Relation.Transitive ( src/Algebra/Graph/Relation/Transitive.hs, nothing )
  6952. 456.29 s [algebraic-graphs] [26 of 29] Compiling Algebra.Graph.Relation.Reflexive ( src/Algebra/Graph/Relation/Reflexive.hs, nothing )
  6953. 456.29 s [algebraic-graphs] [27 of 29] Compiling Algebra.Graph.Relation.Preorder ( src/Algebra/Graph/Relation/Preorder.hs, nothing )
  6954. 456.29 s [algebraic-graphs] [28 of 29] Compiling Algebra.Graph.Example.Todo ( src/Algebra/Graph/Example/Todo.hs, nothing )
  6955. 456.30 s [algebraic-graphs] [29 of 29] Compiling Data.Graph.Typed ( src/Data/Graph/Typed.hs, nothing )
  6956. 456.33 s [algebraic-graphs] Haddock coverage:
  6957. 456.34 s [algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
  6958. 456.34 s [algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:227:1
  6959. 456.34 s [algebraic-graphs] * in ‘Data.Map.Internal’
  6960. 456.34 s [algebraic-graphs] * in ‘Data.Set.Internal’
  6961. 456.34 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  6962. 456.34 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  6963. 456.34 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:227:1
  6964. 456.37 s [algebraic-graphs] 100% ( 58 / 58) in 'Algebra.Graph.AdjacencyMap'
  6965. 456.37 s [algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
  6966. 456.37 s [algebraic-graphs] * at src/Algebra/Graph/AdjacencyIntMap.hs:237:1
  6967. 456.37 s [algebraic-graphs] * in ‘Data.IntMap.Internal’
  6968. 456.37 s [algebraic-graphs] * in ‘Data.IntSet.Internal’
  6969. 456.37 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  6970. 456.37 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  6971. 456.37 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyIntMap.hs:237:1
  6972. 456.39 s [algebraic-graphs] 100% ( 56 / 56) in 'Algebra.Graph.AdjacencyIntMap'
  6973. 456.41 s [algebraic-graphs] Warning: 'nub' is out of scope.
  6974. 456.41 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  6975. 456.41 s [algebraic-graphs] Warning: 'sort' is out of scope.
  6976. 456.41 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  6977. 456.41 s [algebraic-graphs] 93% ( 14 / 15) in 'Algebra.Graph.AdjacencyIntMap.Algorithm'
  6978. 456.41 s [algebraic-graphs] Missing documentation for:
  6979. 456.41 s [algebraic-graphs] Cycle (src/Algebra/Graph/AdjacencyIntMap/Algorithm.hs:227)
  6980. 456.41 s [algebraic-graphs] Warning: 'List' is ambiguous. It is defined
  6981. 456.41 s [algebraic-graphs] * at src/Algebra/Graph/Internal.hs:50:18
  6982. 456.41 s [algebraic-graphs] * at src/Algebra/Graph/Internal.hs:50:1
  6983. 456.41 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  6984. 456.41 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  6985. 456.41 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Internal.hs:50:1
  6986. 456.41 s [algebraic-graphs] Warning: 'IsList' is out of scope.
  6987. 456.41 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  6988. 456.41 s [algebraic-graphs] 100% ( 19 / 19) in 'Algebra.Graph.Internal'
  6989. 456.41 s [algebraic-graphs] Warning: 'Context' is ambiguous. It is defined
  6990. 456.41 s [algebraic-graphs] * at src/Algebra/Graph.hs:1400:18
  6991. 456.41 s [algebraic-graphs] * at src/Algebra/Graph.hs:1400:1
  6992. 456.41 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  6993. 456.41 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  6994. 456.41 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph.hs:1400:1
  6995. 456.42 s [algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
  6996. 456.42 s [algebraic-graphs] * at src/Algebra/Graph.hs:316:1
  6997. 456.42 s [algebraic-graphs] * in ‘Data.Set.Internal’
  6998. 456.42 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  6999. 456.42 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7000. 456.42 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph.hs:316:1
  7001. 456.43 s [algebraic-graphs] 100% ( 61 / 61) in 'Algebra.Graph'
  7002. 456.44 s [algebraic-graphs] Warning: 'mplus' is out of scope.
  7003. 456.44 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7004. 456.44 s [algebraic-graphs] Warning: 'vertexCount' is out of scope.
  7005. 456.44 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7006. 456.44 s [algebraic-graphs] Warning: 'hasVertex' is out of scope.
  7007. 456.44 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7008. 456.44 s [algebraic-graphs] Warning: 'vertexSet' is out of scope.
  7009. 456.44 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7010. 456.44 s [algebraic-graphs] Warning: 'isEmpty' is out of scope.
  7011. 456.44 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7012. 456.44 s [algebraic-graphs] Warning: 'edgeList' is out of scope.
  7013. 456.44 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7014. 456.44 s [algebraic-graphs] Warning: 'adjacencyList' is out of scope.
  7015. 456.44 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7016. 456.45 s [algebraic-graphs] Warning: 'box' is out of scope.
  7017. 456.45 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7018. 456.45 s [algebraic-graphs] Warning: 'edgeCount' is out of scope.
  7019. 456.45 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7020. 456.45 s [algebraic-graphs] 100% ( 42 / 42) in 'Algebra.Graph.HigherKinded.Class'
  7021. 456.46 s [algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
  7022. 456.46 s [algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
  7023. 456.46 s [algebraic-graphs] * in ‘Data.Map.Internal’
  7024. 456.46 s [algebraic-graphs] * in ‘Data.Set.Internal’
  7025. 456.46 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7026. 456.46 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7027. 456.46 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
  7028. 456.46 s [algebraic-graphs] Warning: 'nub' is out of scope.
  7029. 456.46 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7030. 456.47 s [algebraic-graphs] Warning: 'swap' is ambiguous. It is defined
  7031. 456.47 s [algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:418:1
  7032. 456.47 s [algebraic-graphs] * in ‘GHC.Internal.Data.Tuple’
  7033. 456.47 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7034. 456.47 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7035. 456.47 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:418:1
  7036. 456.48 s [algebraic-graphs] 100% ( 63 / 63) in 'Algebra.Graph.Bipartite.AdjacencyMap'
  7037. 456.48 s [algebraic-graphs] Warning: 'isRight' is out of scope.
  7038. 456.48 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7039. 456.48 s [algebraic-graphs] Warning: 'Matching' is ambiguous. It is defined
  7040. 456.48 s [algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs:169:21
  7041. 456.48 s [algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs:169:1
  7042. 456.48 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7043. 456.48 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7044. 456.48 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs:169:1
  7045. 456.49 s [algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
  7046. 456.49 s [algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
  7047. 456.49 s [algebraic-graphs] * in ‘Data.Set.Internal’
  7048. 456.49 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7049. 456.49 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7050. 456.49 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
  7051. 456.49 s [algebraic-graphs] 100% ( 25 / 25) in 'Algebra.Graph.Bipartite.AdjacencyMap.Algorithm'
  7052. 456.49 s [algebraic-graphs] Warning: 'Optimum' is ambiguous. It is defined
  7053. 456.49 s [algebraic-graphs] * at src/Algebra/Graph/Label.hs:442:20
  7054. 456.49 s [algebraic-graphs] * at src/Algebra/Graph/Label.hs:442:1
  7055. 456.49 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7056. 456.49 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7057. 456.49 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:442:1
  7058. 456.49 s [algebraic-graphs] Warning: 'Distance' is ambiguous. It is defined
  7059. 456.49 s [algebraic-graphs] * at src/Algebra/Graph/Label.hs:241:22
  7060. 456.49 s [algebraic-graphs] * at src/Algebra/Graph/Label.hs:241:1
  7061. 456.49 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7062. 456.49 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7063. 456.49 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:241:1
  7064. 456.49 s [algebraic-graphs] Warning: 'Minimum' is ambiguous. It is defined
  7065. 456.49 s [algebraic-graphs] * at src/Algebra/Graph/Label.hs:314:21
  7066. 456.49 s [algebraic-graphs] * at src/Algebra/Graph/Label.hs:314:1
  7067. 456.49 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7068. 456.49 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7069. 456.49 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:314:1
  7070. 456.49 s [algebraic-graphs] Warning: 'Capacity' is ambiguous. It is defined
  7071. 456.49 s [algebraic-graphs] * at src/Algebra/Graph/Label.hs:176:22
  7072. 456.49 s [algebraic-graphs] * at src/Algebra/Graph/Label.hs:176:1
  7073. 456.49 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7074. 456.49 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7075. 456.50 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:176:1
  7076. 456.50 s [algebraic-graphs] Warning: 'Count' is ambiguous. It is defined
  7077. 456.50 s [algebraic-graphs] * at src/Algebra/Graph/Label.hs:209:19
  7078. 456.50 s [algebraic-graphs] * at src/Algebra/Graph/Label.hs:209:1
  7079. 456.50 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7080. 456.50 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7081. 456.50 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:209:1
  7082. 456.50 s [algebraic-graphs] 100% ( 37 / 37) in 'Algebra.Graph.Label'
  7083. 456.50 s [algebraic-graphs] Warning: 'AdjacencyMap' is ambiguous. It is defined
  7084. 456.50 s [algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:157:1
  7085. 456.50 s [algebraic-graphs] * at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:152:1
  7086. 456.50 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7087. 456.50 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7088. 456.50 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:152:1
  7089. 456.50 s [algebraic-graphs] Warning: 'isEmpty' is out of scope.
  7090. 456.50 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7091. 456.50 s [algebraic-graphs] Warning: 'empty' is out of scope.
  7092. 456.50 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7093. 456.51 s [algebraic-graphs] Warning: 'vertexList' is out of scope.
  7094. 456.51 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7095. 456.51 s [algebraic-graphs] Warning: 'edges' is out of scope.
  7096. 456.51 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7097. 456.51 s [algebraic-graphs] Warning: 'adjacencyList' is out of scope.
  7098. 456.51 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7099. 456.52 s [algebraic-graphs] Warning: 'stars' is out of scope.
  7100. 456.52 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7101. 456.52 s [algebraic-graphs] 100% ( 51 / 51) in 'Algebra.Graph.NonEmpty.AdjacencyMap'
  7102. 456.53 s [algebraic-graphs] Warning: 'nub' is out of scope.
  7103. 456.53 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7104. 456.53 s [algebraic-graphs] Warning: 'sort' is out of scope.
  7105. 456.53 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7106. 456.53 s [algebraic-graphs] Warning: 'vertex' is ambiguous. It is defined
  7107. 456.53 s [algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:239:1
  7108. 456.53 s [algebraic-graphs] * at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:224:1
  7109. 456.53 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7110. 456.53 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7111. 456.53 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:224:1
  7112. 456.53 s [algebraic-graphs] Warning: 'edge' is ambiguous. It is defined
  7113. 456.53 s [algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:252:1
  7114. 456.53 s [algebraic-graphs] * at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:237:1
  7115. 456.53 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7116. 456.53 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7117. 456.54 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:237:1
  7118. 456.54 s [algebraic-graphs] 93% ( 15 / 16) in 'Algebra.Graph.AdjacencyMap.Algorithm'
  7119. 456.54 s [algebraic-graphs] Missing documentation for:
  7120. 456.54 s [algebraic-graphs] Cycle (src/Algebra/Graph/AdjacencyMap/Algorithm.hs:228)
  7121. 456.54 s [algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
  7122. 456.54 s [algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:132:1
  7123. 456.54 s [algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:227:1
  7124. 456.54 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7125. 456.54 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7126. 456.54 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:227:1
  7127. 456.54 s [algebraic-graphs] Warning: 'vertex' is ambiguous. It is defined
  7128. 456.54 s [algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:143:1
  7129. 456.54 s [algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:239:1
  7130. 456.54 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7131. 456.54 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7132. 456.54 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:239:1
  7133. 456.54 s [algebraic-graphs] Warning: 'vertexCount' is ambiguous. It is defined
  7134. 456.54 s [algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:246:1
  7135. 456.54 s [algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:417:1
  7136. 456.54 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7137. 456.54 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7138. 456.54 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:417:1
  7139. 456.54 s [algebraic-graphs] Warning: 'edgeCount' is ambiguous. It is defined
  7140. 456.54 s [algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:258:1
  7141. 456.54 s [algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:429:1
  7142. 456.54 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7143. 456.54 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7144. 456.54 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:429:1
  7145. 456.55 s [algebraic-graphs] Warning: 'vertices' is ambiguous. It is defined
  7146. 456.55 s [algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:157:1
  7147. 456.55 s [algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:309:1
  7148. 456.55 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7149. 456.55 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7150. 456.55 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:309:1
  7151. 456.55 s [algebraic-graphs] 100% ( 44 / 44) in 'Algebra.Graph.Acyclic.AdjacencyMap'
  7152. 456.56 s [algebraic-graphs] Warning: 'foldg' is ambiguous. It is defined
  7153. 456.56 s [algebraic-graphs] * at src/Algebra/Graph.hs:482:1
  7154. 456.56 s [algebraic-graphs] * at src/Algebra/Graph/ToGraph.hs:98:5
  7155. 456.56 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7156. 456.56 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7157. 456.56 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/ToGraph.hs:98:5
  7158. 456.56 s [algebraic-graphs] 100% ( 8 / 8) in 'Algebra.Graph.ToGraph'
  7159. 456.56 s [algebraic-graphs] Warning: 'Relation' is ambiguous. It is defined
  7160. 456.56 s [algebraic-graphs] * at src/Algebra/Graph/Relation.hs:157:19
  7161. 456.56 s [algebraic-graphs] * at src/Algebra/Graph/Relation.hs:157:1
  7162. 456.56 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7163. 456.56 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7164. 456.56 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation.hs:157:1
  7165. 456.58 s [algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
  7166. 456.58 s [algebraic-graphs] * at src/Algebra/Graph/Relation.hs:243:1
  7167. 456.58 s [algebraic-graphs] * in ‘Data.Set.Internal’
  7168. 456.58 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7169. 456.58 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7170. 456.58 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation.hs:243:1
  7171. 456.58 s [algebraic-graphs] Warning: 'AdjacencyMap' is out of scope.
  7172. 456.58 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7173. 456.59 s [algebraic-graphs] 100% ( 56 / 56) in 'Algebra.Graph.Relation'
  7174. 456.59 s [algebraic-graphs] Warning: 'vertexCount' is ambiguous. It is defined
  7175. 456.59 s [algebraic-graphs] * at src/Algebra/Graph/Relation.hs:423:1
  7176. 456.59 s [algebraic-graphs] * at src/Algebra/Graph/Relation/Symmetric.hs:372:1
  7177. 456.59 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7178. 456.59 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7179. 456.59 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Symmetric.hs:372:1
  7180. 456.59 s [algebraic-graphs] Warning: 'edgeCount' is ambiguous. It is defined
  7181. 456.59 s [algebraic-graphs] * at src/Algebra/Graph/Relation.hs:435:1
  7182. 456.60 s [algebraic-graphs] * at src/Algebra/Graph/Relation/Symmetric.hs:384:1
  7183. 456.60 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7184. 456.60 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7185. 456.60 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Symmetric.hs:384:1
  7186. 456.60 s [algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
  7187. 456.60 s [algebraic-graphs] * at src/Algebra/Graph/Relation/Symmetric.hs:188:1
  7188. 456.60 s [algebraic-graphs] * in ‘Data.Set.Internal’
  7189. 456.60 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7190. 456.60 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7191. 456.60 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Symmetric.hs:188:1
  7192. 456.61 s [algebraic-graphs] 100% ( 48 / 48) in 'Algebra.Graph.Relation.Symmetric'
  7193. 456.62 s [algebraic-graphs] Warning: 'vertexList' is out of scope.
  7194. 456.62 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7195. 456.64 s [algebraic-graphs] 100% ( 53 / 53) in 'Algebra.Graph.NonEmpty'
  7196. 456.65 s [algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
  7197. 456.65 s [algebraic-graphs] * at src/Algebra/Graph/Labelled/AdjacencyMap.hs:160:1
  7198. 456.65 s [algebraic-graphs] * in ‘Data.Map.Internal’
  7199. 456.65 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7200. 456.65 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7201. 456.65 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled/AdjacencyMap.hs:160:1
  7202. 456.65 s [algebraic-graphs] Warning: 'hasEdge' is ambiguous. It is defined
  7203. 456.65 s [algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:403:1
  7204. 456.65 s [algebraic-graphs] * at src/Algebra/Graph/Labelled/AdjacencyMap.hs:379:1
  7205. 456.65 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7206. 456.65 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7207. 456.65 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled/AdjacencyMap.hs:379:1
  7208. 456.66 s [algebraic-graphs] 100% ( 49 / 49) in 'Algebra.Graph.Labelled.AdjacencyMap'
  7209. 456.66 s [algebraic-graphs] Warning: 'Context' is ambiguous. It is defined
  7210. 456.66 s [algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:675:20
  7211. 456.66 s [algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:675:1
  7212. 456.66 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7213. 456.66 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7214. 456.66 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled.hs:675:1
  7215. 456.66 s [algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
  7216. 456.66 s [algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:191:1
  7217. 456.66 s [algebraic-graphs] * in ‘Data.Set.Internal’
  7218. 456.66 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7219. 456.66 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7220. 456.66 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled.hs:191:1
  7221. 456.68 s [algebraic-graphs] Warning: 'Focus' is ambiguous. It is defined
  7222. 456.68 s [algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:642:18
  7223. 456.68 s [algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:642:1
  7224. 456.68 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7225. 456.68 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7226. 456.68 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled.hs:642:1
  7227. 456.68 s [algebraic-graphs] 100% ( 49 / 49) in 'Algebra.Graph.Labelled'
  7228. 456.68 s [algebraic-graphs] 100% ( 6 / 6) in 'Algebra.Graph.Labelled.Example.Network'
  7229. 456.68 s [algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Labelled.Example.Automaton'
  7230. 456.68 s [algebraic-graphs] Warning: 'Doc' is ambiguous. It is defined
  7231. 456.68 s [algebraic-graphs] * at src/Algebra/Graph/Export.hs:57:17
  7232. 456.68 s [algebraic-graphs] * at src/Algebra/Graph/Export.hs:57:1
  7233. 456.68 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7234. 456.68 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7235. 456.68 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Export.hs:57:1
  7236. 456.68 s [algebraic-graphs] 100% ( 14 / 14) in 'Algebra.Graph.Export'
  7237. 456.68 s [algebraic-graphs] Warning: 'Style' is ambiguous. It is defined
  7238. 456.68 s [algebraic-graphs] * at src/Algebra/Graph/Export/Dot.hs:49:18
  7239. 456.68 s [algebraic-graphs] * at src/Algebra/Graph/Export/Dot.hs:49:1
  7240. 456.68 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7241. 456.68 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7242. 456.68 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Export/Dot.hs:49:1
  7243. 456.68 s [algebraic-graphs] Warning: 'Graph' is out of scope.
  7244. 456.68 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7245. 456.68 s [algebraic-graphs] 100% ( 11 / 11) in 'Algebra.Graph.Export.Dot'
  7246. 456.70 s [algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
  7247. 456.70 s [algebraic-graphs] * at src/Algebra/Graph/Undirected.hs:253:1
  7248. 456.70 s [algebraic-graphs] * in ‘Data.Set.Internal’
  7249. 456.70 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7250. 456.70 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7251. 456.70 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Undirected.hs:253:1
  7252. 456.71 s [algebraic-graphs] 100% ( 50 / 50) in 'Algebra.Graph.Undirected'
  7253. 456.72 s [algebraic-graphs] 100% ( 27 / 27) in 'Algebra.Graph.Class'
  7254. 456.72 s [algebraic-graphs] Warning: 'TransitiveRelation' is ambiguous. It is defined
  7255. 456.72 s [algebraic-graphs] * at src/Algebra/Graph/Relation/Transitive.hs:39:32
  7256. 456.72 s [algebraic-graphs] * at src/Algebra/Graph/Relation/Transitive.hs:39:1
  7257. 456.72 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7258. 456.72 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7259. 456.72 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Transitive.hs:39:1
  7260. 456.72 s [algebraic-graphs] Warning: 'Transitive' is out of scope.
  7261. 456.72 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7262. 456.72 s [algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Relation.Transitive'
  7263. 456.72 s [algebraic-graphs] Warning: 'ReflexiveRelation' is ambiguous. It is defined
  7264. 456.72 s [algebraic-graphs] * at src/Algebra/Graph/Relation/Reflexive.hs:34:31
  7265. 456.72 s [algebraic-graphs] * at src/Algebra/Graph/Relation/Reflexive.hs:34:1
  7266. 456.72 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7267. 456.72 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7268. 456.72 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Reflexive.hs:34:1
  7269. 456.72 s [algebraic-graphs] Warning: 'Reflexive' is out of scope.
  7270. 456.72 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7271. 456.72 s [algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Relation.Reflexive'
  7272. 456.72 s [algebraic-graphs] Warning: 'PreorderRelation' is ambiguous. It is defined
  7273. 456.72 s [algebraic-graphs] * at src/Algebra/Graph/Relation/Preorder.hs:44:30
  7274. 456.72 s [algebraic-graphs] * at src/Algebra/Graph/Relation/Preorder.hs:44:1
  7275. 456.72 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7276. 456.72 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7277. 456.72 s [algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Preorder.hs:44:1
  7278. 456.72 s [algebraic-graphs] Warning: 'Preorder' is out of scope.
  7279. 456.72 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7280. 456.72 s [algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Relation.Preorder'
  7281. 456.72 s [algebraic-graphs] 0% ( 0 / 8) in 'Algebra.Graph.Example.Todo'
  7282. 456.72 s [algebraic-graphs] Missing documentation for:
  7283. 456.72 s [algebraic-graphs] Module header
  7284. 456.72 s [algebraic-graphs] Todo (src/Algebra/Graph/Example/Todo.hs:13)
  7285. 456.72 s [algebraic-graphs] todo (src/Algebra/Graph/Example/Todo.hs:42)
  7286. 456.72 s [algebraic-graphs] low (src/Algebra/Graph/Example/Todo.hs:23)
  7287. 456.72 s [algebraic-graphs] high (src/Algebra/Graph/Example/Todo.hs:27)
  7288. 456.72 s [algebraic-graphs] ~*~ (src/Algebra/Graph/Example/Todo.hs:35)
  7289. 456.72 s [algebraic-graphs] >*< (src/Algebra/Graph/Example/Todo.hs:39)
  7290. 456.72 s [algebraic-graphs] priority (src/Algebra/Graph/Example/Todo.hs:31)
  7291. 456.72 s [algebraic-graphs] Warning: 'GraphKL' is ambiguous. It is defined
  7292. 456.72 s [algebraic-graphs] * at src/Data/Graph/Typed.hs:40:18
  7293. 456.72 s [algebraic-graphs] * at src/Data/Graph/Typed.hs:40:1
  7294. 456.72 s [algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
  7295. 456.72 s [algebraic-graphs] by specifying the type/value namespace explicitly.
  7296. 456.72 s [algebraic-graphs] Defaulting to the one defined at src/Data/Graph/Typed.hs:40:1
  7297. 456.72 s [algebraic-graphs] Warning: 'array' is out of scope.
  7298. 456.72 s [algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
  7299. 456.73 s [algebraic-graphs] 90% ( 10 / 11) in 'Data.Graph.Typed'
  7300. 456.73 s [algebraic-graphs] Missing documentation for:
  7301. 456.73 s [algebraic-graphs] scc (src/Data/Graph/Typed.hs:192)
  7302. 457.25 s [algebraic-graphs] Warning: Algebra.Graph.AdjacencyMap: could not find link destinations for:
  7303. 457.25 s [algebraic-graphs] - Algebra.Graph.AdjacencyMap.Rep_AdjacencyMap
  7304. 457.25 s [algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyMap0
  7305. 457.25 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyMap0
  7306. 457.26 s [algebraic-graphs] Warning: Algebra.Graph.AdjacencyIntMap: could not find link destinations for:
  7307. 457.27 s [algebraic-graphs] - Algebra.Graph.AdjacencyIntMap.Rep_AdjacencyIntMap
  7308. 457.27 s [algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyIntMap
  7309. 457.27 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyIntMap
  7310. 457.27 s [ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, dist/build/Development/IDE/Main/HeapStats.o, dist/build/Development/IDE/Main/HeapStats.dyn_o )
  7311. 457.27 s [ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, dist/build/Development/IDE/Session/Implicit.o, dist/build/Development/IDE/Session/Implicit.dyn_o )
  7312. 457.27 s [ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, dist/build/Development/IDE/Types/Action.o, dist/build/Development/IDE/Types/Action.dyn_o )
  7313. 457.27 s [ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, dist/build/Development/IDE/Types/Location.o, dist/build/Development/IDE/Types/Location.dyn_o )
  7314. 457.27 s [ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, dist/build/Development/IDE/Types/Diagnostics.o, dist/build/Development/IDE/Types/Diagnostics.dyn_o )
  7315. 457.27 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning: [GHC-66111] [-Wunused-imports]
  7316. 457.27 s [ghcide] The import of ‘Text.Printf’ is redundant
  7317. 457.27 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  7318. 457.27 s [ghcide] To import instances alone, use: import Text.Printf()
  7319. 457.27 s [ghcide] |
  7320. 457.27 s [ghcide] 66 | import Text.Printf (printf)
  7321. 457.27 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7322. 457.27 s [ghcide]
  7323. 457.27 s [algebraic-graphs] Warning: Algebra.Graph.Internal: could not find link destinations for:
  7324. 457.27 s [algebraic-graphs] - Algebra.Graph.Internal.D:R:ItemList
  7325. 457.29 s [algebraic-graphs] Warning: Algebra.Graph: could not find link destinations for:
  7326. 457.29 s [algebraic-graphs] - Algebra.Graph.Rep_Graph
  7327. 457.29 s [algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexGraph
  7328. 457.29 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph1
  7329. 457.31 s [algebraic-graphs] Warning: Algebra.Graph.Bipartite.AdjacencyMap: could not find link destinations for:
  7330. 457.31 s [algebraic-graphs] - Algebra.Graph.Bipartite.AdjacencyMap.D:R:ItemList
  7331. 457.31 s [algebraic-graphs] - Algebra.Graph.Bipartite.AdjacencyMap.Rep_List
  7332. 457.31 s [algebraic-graphs] - Algebra.Graph.Bipartite.AdjacencyMap.Rep_AdjacencyMap
  7333. 457.32 s [algebraic-graphs] Warning: Algebra.Graph.Bipartite.AdjacencyMap.Algorithm: could not find link destinations for:
  7334. 457.32 s [algebraic-graphs] - Algebra.Graph.Bipartite.AdjacencyMap.Algorithm.Rep_Matching
  7335. 457.32 s [algebraic-graphs] Warning: Algebra.Graph.Label: could not find link destinations for:
  7336. 457.32 s [algebraic-graphs] - Algebra.Graph.Label.D:R:ItemMinimum
  7337. 457.32 s [algebraic-graphs] - Algebra.Graph.Label.D:R:ItemLabel
  7338. 457.33 s [algebraic-graphs] Warning: Algebra.Graph.NonEmpty.AdjacencyMap: could not find link destinations for:
  7339. 457.33 s [algebraic-graphs] - Algebra.Graph.NonEmpty.AdjacencyMap.Rep_AdjacencyMap
  7340. 457.33 s [algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyMap
  7341. 457.35 s [algebraic-graphs] Warning: Algebra.Graph.ToGraph: could not find link destinations for:
  7342. 457.35 s [algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyMap
  7343. 457.35 s [algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyIntMap
  7344. 457.35 s [algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexAdjacencyMap0
  7345. 457.35 s [algebraic-graphs] - Algebra.Graph.ToGraph.D:R:ToVertexGraph
  7346. 457.35 s [algebraic-graphs] - Algebra.Graph.Relation.D:R:ToVertexRelation
  7347. 457.35 s [algebraic-graphs] - Algebra.Graph.Relation.Symmetric.D:R:ToVertexRelation
  7348. 457.35 s [algebraic-graphs] - Algebra.Graph.NonEmpty.D:R:ToVertexGraph
  7349. 457.35 s [algebraic-graphs] - Algebra.Graph.Labelled.AdjacencyMap.D:R:ToVertexAdjacencyMap
  7350. 457.35 s [algebraic-graphs] - Algebra.Graph.Labelled.D:R:ToVertexGraph
  7351. 457.36 s [algebraic-graphs] Warning: Algebra.Graph.Relation: could not find link destinations for:
  7352. 457.36 s [algebraic-graphs] - Algebra.Graph.Relation.D:R:ToVertexRelation
  7353. 457.36 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexRelation0
  7354. 457.37 s [algebraic-graphs] Warning: Algebra.Graph.Relation.Symmetric: could not find link destinations for:
  7355. 457.37 s [algebraic-graphs] - Algebra.Graph.Relation.Symmetric.D:R:ToVertexRelation
  7356. 457.37 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexRelation
  7357. 457.38 s [algebraic-graphs] Warning: Algebra.Graph.NonEmpty: could not find link destinations for:
  7358. 457.38 s [algebraic-graphs] - Algebra.Graph.NonEmpty.D:R:ToVertexGraph
  7359. 457.39 s [algebraic-graphs] Warning: Algebra.Graph.Labelled.AdjacencyMap: could not find link destinations for:
  7360. 457.39 s [algebraic-graphs] - Algebra.Graph.Labelled.AdjacencyMap.D:R:ToVertexAdjacencyMap
  7361. 457.39 s [algebraic-graphs] - Algebra.Graph.Labelled.AdjacencyMap.Rep_AdjacencyMap
  7362. 457.39 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyMap
  7363. 457.40 s [algebraic-graphs] Warning: Algebra.Graph.Labelled: could not find link destinations for:
  7364. 457.40 s [algebraic-graphs] - Algebra.Graph.Labelled.D:R:ToVertexGraph
  7365. 457.40 s [algebraic-graphs] - Algebra.Graph.Labelled.Rep_Graph
  7366. 457.40 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph
  7367. 457.41 s [algebraic-graphs] Warning: Algebra.Graph.Undirected: could not find link destinations for:
  7368. 457.41 s [algebraic-graphs] - Algebra.Graph.Undirected.Rep_Graph
  7369. 457.41 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph0
  7370. 457.42 s [algebraic-graphs] Warning: Algebra.Graph.Class: could not find link destinations for:
  7371. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexTuple3
  7372. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexTuple2
  7373. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexFUN
  7374. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexMaybe
  7375. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexUnit
  7376. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexRelation
  7377. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexRelation0
  7378. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyMap
  7379. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph
  7380. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyIntMap
  7381. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexAdjacencyMap0
  7382. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph0
  7383. 457.42 s [algebraic-graphs] - Algebra.Graph.Class.D:R:VertexGraph1
  7384. 457.42 s [algebraic-graphs] - Algebra.Graph.Relation.Transitive.D:R:VertexTransitiveRelation
  7385. 457.42 s [algebraic-graphs] - Algebra.Graph.Relation.Reflexive.D:R:VertexReflexiveRelation
  7386. 457.42 s [algebraic-graphs] - Algebra.Graph.Relation.Preorder.D:R:VertexPreorderRelation
  7387. 457.42 s [algebraic-graphs] - Algebra.Graph.Example.Todo.D:R:VertexTodo
  7388. 457.42 s [algebraic-graphs] Warning: Algebra.Graph.Relation.Transitive: could not find link destinations for:
  7389. 457.42 s [algebraic-graphs] - Algebra.Graph.Relation.Transitive.D:R:VertexTransitiveRelation
  7390. 457.42 s [algebraic-graphs] Warning: Algebra.Graph.Relation.Reflexive: could not find link destinations for:
  7391. 457.42 s [algebraic-graphs] - Algebra.Graph.Relation.Reflexive.D:R:VertexReflexiveRelation
  7392. 457.42 s [algebraic-graphs] Warning: Algebra.Graph.Relation.Preorder: could not find link destinations for:
  7393. 457.42 s [algebraic-graphs] - Algebra.Graph.Relation.Preorder.D:R:VertexPreorderRelation
  7394. 457.42 s [algebraic-graphs] Warning: Algebra.Graph.Example.Todo: could not find link destinations for:
  7395. 457.42 s [algebraic-graphs] - Algebra.Graph.Example.Todo.D:R:VertexTodo
  7396. 458.23 s [ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, dist/build/Development/IDE/Session/Diagnostics.o, dist/build/Development/IDE/Session/Diagnostics.dyn_o )
  7397. 458.99 s [ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, dist/build/Development/IDE/GHC/Util.o, dist/build/Development/IDE/GHC/Util.dyn_o )
  7398. 458.99 s [ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, dist/build/Development/IDE/GHC/Orphans.o, dist/build/Development/IDE/GHC/Orphans.dyn_o )
  7399. 458.99 s [ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  7400. 458.99 s [ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
  7401. 458.99 s [ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
  7402. 458.99 s [ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
  7403. 458.99 s [ghcide] |
  7404. 458.99 s [ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
  7405. 458.99 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  7406. 458.99 s [ghcide]
  7407. 458.99 s [ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, dist/build/Development/IDE/Types/KnownTargets.o, dist/build/Development/IDE/Types/KnownTargets.dyn_o )
  7408. 462.91 s [ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, dist/build/Development/IDE/Types/Exports.o, dist/build/Development/IDE/Types/Exports.dyn_o )
  7409. 463.07 s [ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, dist/build/Development/IDE/Spans/Common.o, dist/build/Development/IDE/Spans/Common.dyn_o )
  7410. 463.07 s [ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, dist/build/Development/IDE/Plugin/Completions/Types.o, dist/build/Development/IDE/Plugin/Completions/Types.dyn_o )
  7411. 463.70 s [ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, dist/build/Development/IDE/GHC/Error.o, dist/build/Development/IDE/GHC/Error.dyn_o )
  7412. 463.70 s [ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, dist/build/Development/IDE/Types/HscEnvEq.o, dist/build/Development/IDE/Types/HscEnvEq.dyn_o )
  7413. 463.70 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [GHC-66111] [-Wunused-imports]
  7414. 463.70 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  7415. 463.70 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  7416. 463.70 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  7417. 463.70 s [ghcide] |
  7418. 463.70 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  7419. 463.70 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7420. 463.70 s [ghcide]
  7421. 463.71 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  7422. 463.71 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  7423. 463.71 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  7424. 463.71 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  7425. 463.71 s [ghcide] |
  7426. 463.71 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  7427. 463.71 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7428. 463.71 s [ghcide]
  7429. 463.71 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  7430. 463.71 s [ghcide] The import of ‘System.Directory’ is redundant
  7431. 463.71 s [ghcide] except perhaps to import instances from ‘System.Directory’
  7432. 463.71 s [ghcide] To import instances alone, use: import System.Directory()
  7433. 463.71 s [ghcide] |
  7434. 463.71 s [ghcide] 30 | import System.Directory (makeAbsolute)
  7435. 463.71 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7436. 463.71 s [ghcide]
  7437. 463.71 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [GHC-40910] [-Wunused-matches]
  7438. 463.71 s [ghcide] Defined but not used: ‘mod_cache’
  7439. 463.71 s [ghcide] |
  7440. 463.71 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  7441. 463.71 s [ghcide] | ^^^^^^^^^
  7442. 463.71 s [ghcide]
  7443. 463.71 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  7444. 463.71 s [ghcide] Defined but not used: ‘file_cache’
  7445. 463.71 s [ghcide] |
  7446. 463.71 s [ghcide] 57 | file_cache <- newIORef M.empty
  7447. 463.71 s [ghcide] | ^^^^^^^^^^
  7448. 463.71 s [ghcide]
  7449. 463.76 s [ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, dist/build/Development/IDE/Spans/LocalBindings.o, dist/build/Development/IDE/Spans/LocalBindings.dyn_o )
  7450. 463.76 s [ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, dist/build/Development/IDE/Import/FindImports.o, dist/build/Development/IDE/Import/FindImports.dyn_o )
  7451. 463.76 s [ghcide] src/Development/IDE/Import/FindImports.hs:212:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  7452. 463.76 s [ghcide] Pattern match(es) are non-exhaustive
  7453. 463.76 s [ghcide] In a record update:
  7454. 463.76 s [ghcide] Patterns of type ‘FindResult’ not matched:
  7455. 463.76 s [ghcide] Found _ _
  7456. 463.76 s [ghcide] NoPackage _
  7457. 463.76 s [ghcide] FoundMultiple _
  7458. 463.76 s [ghcide] |
  7459. 463.76 s [ghcide] 212 | notFound
  7460. 463.76 s [ghcide] | ^^^^^^^^...
  7461. 463.76 s [ghcide]
  7462. 463.76 s [ghcide] src/Development/IDE/Import/FindImports.hs:225:15: warning: [GHC-62161] [-Wincomplete-record-updates]
  7463. 463.76 s [ghcide] Pattern match(es) are non-exhaustive
  7464. 463.76 s [ghcide] In a record update:
  7465. 463.76 s [ghcide] Patterns of type ‘FindResult’ not matched:
  7466. 463.76 s [ghcide] Found _ _
  7467. 463.76 s [ghcide] NoPackage _
  7468. 463.76 s [ghcide] FoundMultiple _
  7469. 463.76 s [ghcide] |
  7470. 463.76 s [ghcide] 225 | in notFound {fr_unusables = unusables'}
  7471. 463.76 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7472. 463.76 s [ghcide]
  7473. 463.76 s [ghcide] src/Development/IDE/Import/FindImports.hs:227:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  7474. 463.76 s [ghcide] Pattern match(es) are non-exhaustive
  7475. 463.76 s [ghcide] In a record update:
  7476. 463.76 s [ghcide] Patterns of type ‘FindResult’ not matched:
  7477. 463.76 s [ghcide] Found _ _
  7478. 463.76 s [ghcide] NoPackage _
  7479. 463.76 s [ghcide] FoundMultiple _
  7480. 463.76 s [ghcide] |
  7481. 463.76 s [ghcide] 227 | notFound {fr_suggestions = suggest}
  7482. 463.76 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7483. 463.76 s [ghcide]
  7484. 463.76 s [ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, dist/build/Development/IDE/Import/DependencyInformation.o, dist/build/Development/IDE/Import/DependencyInformation.dyn_o )
  7485. 465.13 s [ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, dist/build/Development/IDE/Core/RuleTypes.o, dist/build/Development/IDE/Core/RuleTypes.dyn_o )
  7486. 465.76 s [algebraic-graphs] Documentation created: dist/doc/html/algebraic-graphs/,
  7487. 465.76 s [algebraic-graphs] dist/doc/html/algebraic-graphs/algebraic-graphs.txt
  7488. 465.85 s [algebraic-graphs] Preprocessing test suite 'main' for algebraic-graphs-0.7...
  7489. 465.87 s [algebraic-graphs] Phase: installPhase
  7490. 465.99 s [algebraic-graphs] Installing library in /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/algebraic-graphs-0.7-AAPM0aMUT3IJEc898B7g5W
  7491. 467.93 s [algebraic-graphs] Phase: fixupPhase
  7492. 467.99 s [ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, dist/build/Development/IDE/GHC/Warnings.o, dist/build/Development/IDE/GHC/Warnings.dyn_o )
  7493. 468.05 s [ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, dist/build/Development/IDE/Core/Tracing.o, dist/build/Development/IDE/Core/Tracing.dyn_o )
  7494. 468.05 s [ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, dist/build/Development/IDE/Core/Preprocessor.o, dist/build/Development/IDE/Core/Preprocessor.dyn_o )
  7495. 468.05 s [ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, dist/build/Development/IDE/Types/Monitoring.o, dist/build/Development/IDE/Types/Monitoring.dyn_o )
  7496. 468.05 s [ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, dist/build/Development/IDE/Monitoring/OpenTelemetry.o, dist/build/Development/IDE/Monitoring/OpenTelemetry.dyn_o )
  7497. 468.05 s [ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, dist/build/Development/IDE/Types/Options.o, dist/build/Development/IDE/Types/Options.dyn_o )
  7498. 468.05 s [algebraic-graphs] shrinking RPATHs of ELF executables and libraries in /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7
  7499. 468.05 s [algebraic-graphs] shrinking /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHSalgebraic-graphs-0.7-AAPM0aMUT3IJEc898B7g5W-ghc9.10.1.so
  7500. 468.05 s [algebraic-graphs] checking for references to /build/ in /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7...
  7501. 468.08 s [algebraic-graphs] patching script interpreter paths in /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7
  7502. 468.08 s [algebraic-graphs] stripping (with command strip and flags -S -p) in /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/lib
  7503. 468.55 s [ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, dist/build/Development/IDE/Core/ProgressReporting.o, dist/build/Development/IDE/Core/ProgressReporting.dyn_o )
  7504. 468.74 s [algebraic-graphs] shrinking RPATHs of ELF executables and libraries in /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc
  7505. 468.76 s [algebraic-graphs] checking for references to /build/ in /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc...
  7506. 468.78 s [algebraic-graphs] patching script interpreter paths in /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc
  7507. 469.22 s [algebraic-graphs:post-build] Uploading to cachix cache "sellout": /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7 /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc
  7508. 470.30 s [algebraic-graphs:post-build] Pushing 2 paths (66 are already present) using zstd to cache sellout ⏳
  7509. 470.30 s [algebraic-graphs:post-build]
  7510. 470.68 s [algebraic-graphs:post-build] Pushing /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7 (25.12 MiB)
  7511. 470.77 s [algebraic-graphs:post-build] Pushing /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc (10.41 MiB)
  7512. 472.35 s [algebraic-graphs:post-build]
  7513. 472.35 s [algebraic-graphs:post-build] All done.
  7514. 472.59 s [algebraic-graphs:post-build] Uploading to the NixCI cache: /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7 /nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc
  7515. 473.14 s [algebraic-graphs:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7516. 473.22 s [algebraic-graphs:post-build] copying 2 paths...
  7517. 473.26 s [algebraic-graphs:post-build] copying path '/nix/store/lq5jvc9ayfhbqzrmvndwj05z2hm1x6cj-algebraic-graphs-0.7-doc' to 'https://cache.nix-ci.com'...
  7518. 475.42 s [algebraic-graphs:post-build] copying path '/nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7' to 'https://cache.nix-ci.com'...
  7519. 484.87 s [algebraic-graphs:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7520. 485.14 s [algebraic-graphs:post-build] copying 1 paths...
  7521. 485.18 s [algebraic-graphs:post-build] copying path '/nix/store/0bqmmvrdx7s2rbnk370pv5akckpwxpdc-algebraic-graphs-0.7.drv' to 'https://cache.nix-ci.com'...
  7522. 485.39 s Progress: 16 of 33 built (2 building), 529 of 529 downloaded from cache
  7523. 485.47 s Building /nix/store/y4w9fx69qfdd6wkg8ddq3g3v0i2ada77-ghc-9.10.1-with-packages.drv
  7524. 485.47 s [ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, dist/build/Development/IDE/Types/Shake.o, dist/build/Development/IDE/Types/Shake.dyn_o )
  7525. 485.47 s [ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, dist/build/Development/IDE/Core/Shake.o, dist/build/Development/IDE/Core/Shake.dyn_o )
  7526. 485.47 s [ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning: [GHC-38856] [-Wunused-imports]
  7527. 485.47 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  7528. 485.47 s [ghcide] |
  7529. 485.47 s [ghcide] 108 | import Data.List.Extra (foldl', partition,
  7530. 485.47 s [ghcide] | ^^^^^^
  7531. 485.47 s [ghcide]
  7532. 485.47 s [ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.o, dist/build/Development/IDE/Session.dyn_o )
  7533. 485.47 s [ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, dist/build/Development/IDE/LSP/Server.o, dist/build/Development/IDE/LSP/Server.dyn_o )
  7534. 485.47 s [ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.o, dist/build/Development/IDE/Plugin.dyn_o )
  7535. 485.47 s [ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, dist/build/Development/IDE/Plugin/HLS.o, dist/build/Development/IDE/Plugin/HLS.dyn_o )
  7536. 485.47 s [ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, dist/build/Development/IDE/Core/IdeConfiguration.o, dist/build/Development/IDE/Core/IdeConfiguration.dyn_o )
  7537. 485.47 s [ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, dist/build/Development/IDE/LSP/LanguageServer.o, dist/build/Development/IDE/LSP/LanguageServer.dyn_o )
  7538. 485.47 s [ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, dist/build/Development/IDE/Core/OfInterest.o, dist/build/Development/IDE/Core/OfInterest.dyn_o )
  7539. 485.47 s [ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  7540. 485.47 s [ghcide] The qualified import of ‘Data.Aeson’ is redundant
  7541. 485.47 s [ghcide] except perhaps to import instances from ‘Data.Aeson’
  7542. 485.47 s [ghcide] To import instances alone, use: import Data.Aeson()
  7543. 485.47 s [ghcide] |
  7544. 485.47 s [ghcide] 32 | import qualified Data.Aeson as Aeson
  7545. 485.47 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7546. 485.47 s [ghcide]
  7547. 485.47 s [ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, dist/build/Development/IDE/Core/FileStore.o, dist/build/Development/IDE/Core/FileStore.dyn_o )
  7548. 485.47 s [ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, dist/build/Development/IDE/Core/Compile.o, dist/build/Development/IDE/Core/Compile.dyn_o )
  7549. 485.47 s [ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning: [GHC-66111] [-Wunused-imports]
  7550. 485.47 s [ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
  7551. 485.47 s [ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
  7552. 485.47 s [ghcide] To import instances alone, use: import Data.List.NonEmpty()
  7553. 485.47 s [ghcide] |
  7554. 485.47 s [ghcide] 66 | import qualified Data.List.NonEmpty as NE
  7555. 485.47 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7556. 485.47 s [ghcide]
  7557. 485.47 s [ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning: [GHC-38856] [-Wunused-imports]
  7558. 485.47 s [pandoc] [111 of 220] Compiling Text.Pandoc.Readers.Txt2Tags
  7559. 485.47 s [pandoc] [112 of 220] Compiling Text.Pandoc.Readers.TikiWiki
  7560. 485.47 s [pandoc] [113 of 220] Compiling Text.Pandoc.Readers.Roff.Escape
  7561. 485.47 s [pandoc] [114 of 220] Compiling Text.Pandoc.Readers.Roff
  7562. 485.47 s [pandoc] [115 of 220] Compiling Text.Pandoc.Readers.RTF
  7563. 485.47 s [pandoc] [116 of 220] Compiling Text.Pandoc.Readers.RIS
  7564. 485.47 s [pandoc] [117 of 220] Compiling Text.Pandoc.Readers.Org.ParserState
  7565. 485.47 s [pandoc] [118 of 220] Compiling Text.Pandoc.Readers.Org.Parsing
  7566. 485.47 s [pandoc] [119 of 220] Compiling Text.Pandoc.Readers.Org.ExportSettings
  7567. 485.47 s [pandoc] [120 of 220] Compiling Text.Pandoc.Readers.Org.BlockStarts
  7568. 485.47 s [pandoc] [121 of 220] Compiling Text.Pandoc.Readers.Org.DocumentTree
  7569. 485.47 s [pandoc] [122 of 220] Compiling Text.Pandoc.Readers.Muse
  7570. 485.47 s [pandoc] [123 of 220] Compiling Text.Pandoc.Readers.Metadata
  7571. 485.47 s [pandoc] [124 of 220] Compiling Text.Pandoc.Readers.Mdoc.Lex
  7572. 485.47 s [pandoc] [125 of 220] Compiling Text.Pandoc.Readers.Mdoc
  7573. 485.47 s [pandoc] [126 of 220] Compiling Text.Pandoc.Readers.Man
  7574. 485.47 s [pandoc] [127 of 220] Compiling Text.Pandoc.Readers.LaTeX.Parsing
  7575. 485.47 s [pandoc] [128 of 220] Compiling Text.Pandoc.Readers.LaTeX.Table
  7576. 485.47 s [pandoc] [129 of 220] Compiling Text.Pandoc.Readers.LaTeX.SIunitx
  7577. 485.47 s [pandoc] [130 of 220] Compiling Text.Pandoc.Readers.LaTeX.Math
  7578. 485.48 s [pandoc] [131 of 220] Compiling Text.Pandoc.Readers.LaTeX.Macro
  7579. 485.48 s [pandoc] [132 of 220] Compiling Text.Pandoc.Readers.LaTeX.Lang
  7580. 485.48 s [pandoc] [133 of 220] Compiling Text.Pandoc.Readers.LaTeX.Inline
  7581. 485.48 s [pandoc] [134 of 220] Compiling Text.Pandoc.Readers.LaTeX.Citation
  7582. 485.48 s [pandoc] [135 of 220] Compiling Text.Pandoc.Readers.LaTeX
  7583. 485.48 s [ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
  7584. 485.48 s [ghcide] |
  7585. 485.48 s [ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime)
  7586. 485.48 s [ghcide] | ^^^^^^^^^^^^^^
  7587. 485.48 s [ghcide]
  7588. 485.48 s [ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning: [GHC-66111] [-Wunused-imports]
  7589. 485.48 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  7590. 485.48 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  7591. 485.48 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  7592. 485.48 s [ghcide] |
  7593. 485.48 s [ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
  7594. 485.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7595. 485.48 s [ghcide]
  7596. 485.48 s [ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning: [GHC-66111] [-Wunused-imports]
  7597. 485.48 s [ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
  7598. 485.48 s [ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
  7599. 485.48 s [ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
  7600. 485.48 s [ghcide] |
  7601. 485.48 s [ghcide] 140 | import Development.IDE.Import.FindImports
  7602. 485.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7603. 485.48 s [ghcide]
  7604. 485.48 s [ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning: [GHC-40910] [-Wunused-matches]
  7605. 485.48 s [ghcide] Defined but not used: ‘dep_info’
  7606. 485.48 s [ghcide] |
  7607. 485.48 s [ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
  7608. 485.48 s [ghcide] | ^^^^^^^^
  7609. 485.48 s [ghcide]
  7610. 485.48 s [ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning: [GHC-40910] [-Wunused-matches]
  7611. 485.48 s [ghcide] Defined but not used: ‘hsc_env’
  7612. 485.48 s [ghcide] |
  7613. 485.48 s [ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
  7614. 485.48 s [ghcide] | ^^^^^^^
  7615. 485.48 s [ghcide]
  7616. 485.48 s [ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, dist/build/Development/IDE/Spans/Documentation.o, dist/build/Development/IDE/Spans/Documentation.dyn_o )
  7617. 485.48 s [ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, dist/build/Development/IDE/Spans/AtPoint.o, dist/build/Development/IDE/Spans/AtPoint.dyn_o )
  7618. 485.48 s [ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, dist/build/Development/IDE/Core/FileExists.o, dist/build/Development/IDE/Core/FileExists.dyn_o )
  7619. 485.48 s [ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, dist/build/Development/IDE/Core/Service.o, dist/build/Development/IDE/Core/Service.dyn_o )
  7620. 485.48 s [ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, dist/build/Development/IDE/LSP/Notifications.o, dist/build/Development/IDE/LSP/Notifications.dyn_o )
  7621. 485.48 s [ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, dist/build/Development/IDE/Core/PluginUtils.o, dist/build/Development/IDE/Core/PluginUtils.dyn_o )
  7622. 485.48 s [ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, dist/build/Development/IDE/Core/Actions.o, dist/build/Development/IDE/Core/Actions.dyn_o )
  7623. 485.48 s [ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, dist/build/Development/IDE/Core/Rules.o, dist/build/Development/IDE/Core/Rules.dyn_o )
  7624. 485.48 s [ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning: [GHC-66111] [-Wunused-imports]
  7625. 485.48 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  7626. 485.48 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  7627. 485.48 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  7628. 485.48 s [ghcide] |
  7629. 485.48 s [ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  7630. 485.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7631. 485.48 s [ghcide]
  7632. 485.48 s [ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning: [GHC-02256] [-Wambiguous-fields]
  7633. 485.48 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  7634. 485.48 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  7635. 485.48 s [ghcide] Consider disambiguating using module qualification instead.
  7636. 485.48 s [ghcide] |
  7637. 485.48 s [ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph}
  7638. 485.48 s [ghcide] | ^^^^^^^^^^^^^^^
  7639. 485.48 s [ghcide]
  7640. 485.54 s [ghc-9.10.1-with-packages] /nix/store/2cb590hnnq4abkx6yb17l1iych2yf7bc-doctest-0.22.6/nix-support:
  7641. 485.54 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7642. 485.54 s [ghc-9.10.1-with-packages] /nix/store/7qidk99w72crc8z5j6f4p74kx276sgj0-hedgehog-1.5/nix-support:
  7643. 485.54 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7644. 485.55 s [ghc-9.10.1-with-packages] /nix/store/770i8aml6jbi0jbrpygrbm9paxrk1rn4-Cabal-3.12.1.0/nix-support:
  7645. 485.55 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7646. 485.59 s [ghc-9.10.1-with-packages] /nix/store/4wqbgbiphis9p5ysq9fgqdxcdcm1675l-cabal-doctest-1.0.11/nix-support:
  7647. 485.59 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7648. 485.61 s [ghc-9.10.1-with-packages] /nix/store/h0ykgdjcqlfvh1wn79x85wqw3gh546p4-ansi-terminal-1.1.2/nix-support:
  7649. 485.61 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7650. 485.61 s [ghc-9.10.1-with-packages] /nix/store/h0ykgdjcqlfvh1wn79x85wqw3gh546p4-ansi-terminal-1.1.2/nix-support:
  7651. 485.61 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7652. 485.61 s [ghc-9.10.1-with-packages] /nix/store/zcz3kjbalgr50jdw7nn03w7z682fjv6v-async-2.2.5/nix-support:
  7653. 485.61 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7654. 485.61 s [ghc-9.10.1-with-packages] /nix/store/zcz3kjbalgr50jdw7nn03w7z682fjv6v-async-2.2.5/nix-support:
  7655. 485.61 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7656. 485.61 s [ghc-9.10.1-with-packages] /nix/store/39jf1iva2mwr4391hxi1rmypmbrnc2ck-barbies-2.1.1.0/nix-support:
  7657. 485.61 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7658. 485.62 s [ghc-9.10.1-with-packages] /nix/store/39jf1iva2mwr4391hxi1rmypmbrnc2ck-barbies-2.1.1.0/nix-support:
  7659. 485.62 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7660. 485.62 s [ghc-9.10.1-with-packages] /nix/store/whq28rq9al7rp7ji21g097fimkqjfns3-concurrent-output-1.10.21/nix-support:
  7661. 485.62 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7662. 485.63 s [ghc-9.10.1-with-packages] /nix/store/whq28rq9al7rp7ji21g097fimkqjfns3-concurrent-output-1.10.21/nix-support:
  7663. 485.63 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7664. 485.63 s [ghc-9.10.1-with-packages] /nix/store/k73g4xas4had12s3kifnzaw849jksis3-lifted-async-0.10.2.7/nix-support:
  7665. 485.63 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7666. 485.63 s [ghc-9.10.1-with-packages] /nix/store/k73g4xas4had12s3kifnzaw849jksis3-lifted-async-0.10.2.7/nix-support:
  7667. 485.63 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7668. 485.63 s [ghc-9.10.1-with-packages] /nix/store/4ns9fyrq612h4i71qln0vz63mjc0klf1-mmorph-1.2.0/nix-support:
  7669. 485.63 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7670. 485.64 s [ghc-9.10.1-with-packages] /nix/store/4ns9fyrq612h4i71qln0vz63mjc0klf1-mmorph-1.2.0/nix-support:
  7671. 485.64 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7672. 485.64 s [ghc-9.10.1-with-packages] /nix/store/55q9qjdy9a2f3v9qkbgyfymzl8jv1j45-monad-control-1.0.3.1/nix-support:
  7673. 485.64 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7674. 485.64 s [ghc-9.10.1-with-packages] /nix/store/55q9qjdy9a2f3v9qkbgyfymzl8jv1j45-monad-control-1.0.3.1/nix-support:
  7675. 485.64 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7676. 485.64 s [ghc-9.10.1-with-packages] /nix/store/80jgrv3fi6lv8lvkxqsy7dngqibrl2pl-pretty-show-1.10/nix-support:
  7677. 485.64 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7678. 485.64 s [ghc-9.10.1-with-packages] /nix/store/80jgrv3fi6lv8lvkxqsy7dngqibrl2pl-pretty-show-1.10/nix-support:
  7679. 485.64 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7680. 485.64 s [ghc-9.10.1-with-packages] /nix/store/7jwqnaq1b8xd99g0hbfm8da6sp4nwhk6-primitive-0.9.1.0/nix-support:
  7681. 485.64 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7682. 485.65 s [ghc-9.10.1-with-packages] /nix/store/7jwqnaq1b8xd99g0hbfm8da6sp4nwhk6-primitive-0.9.1.0/nix-support:
  7683. 485.65 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7684. 485.65 s [ghc-9.10.1-with-packages] /nix/store/qs8m72qc11px76cafzs1g4xfdgfj1r0v-random-1.2.1.3/nix-support:
  7685. 485.65 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7686. 485.65 s [ghc-9.10.1-with-packages] /nix/store/qs8m72qc11px76cafzs1g4xfdgfj1r0v-random-1.2.1.3/nix-support:
  7687. 485.65 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7688. 485.65 s [ghc-9.10.1-with-packages] /nix/store/dgwpa65i0rag3shwqjrjj2y7fz590pzb-resourcet-1.3.0/nix-support:
  7689. 485.65 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7690. 485.66 s [ghc-9.10.1-with-packages] /nix/store/dgwpa65i0rag3shwqjrjj2y7fz590pzb-resourcet-1.3.0/nix-support:
  7691. 485.66 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7692. 485.66 s [ghc-9.10.1-with-packages] /nix/store/w48i3nmvkggzayjdrkk3hy55hix89004-safe-exceptions-0.1.7.4/nix-support:
  7693. 485.66 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7694. 485.66 s [ghc-9.10.1-with-packages] /nix/store/w48i3nmvkggzayjdrkk3hy55hix89004-safe-exceptions-0.1.7.4/nix-support:
  7695. 485.66 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7696. 485.66 s [ghc-9.10.1-with-packages] /nix/store/5ka7l66dgxc9vakyhfcid13fxcsamd01-transformers-base-0.4.6/nix-support:
  7697. 485.66 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7698. 485.66 s [ghc-9.10.1-with-packages] /nix/store/5ka7l66dgxc9vakyhfcid13fxcsamd01-transformers-base-0.4.6/nix-support:
  7699. 485.66 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7700. 485.66 s [ghc-9.10.1-with-packages] /nix/store/xrw6nxh1w6yggz98838qgbmd7x6rk22y-wl-pprint-annotated-0.1.0.1/nix-support:
  7701. 485.66 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7702. 485.67 s [ghc-9.10.1-with-packages] /nix/store/xrw6nxh1w6yggz98838qgbmd7x6rk22y-wl-pprint-annotated-0.1.0.1/nix-support:
  7703. 485.67 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7704. 485.67 s [ghc-9.10.1-with-packages] /nix/store/1zpms2ynlyqjah3cqz0957rx416rxdai-Cabal-syntax-3.12.1.0/nix-support:
  7705. 485.67 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7706. 485.69 s [ghc-9.10.1-with-packages] /nix/store/1zpms2ynlyqjah3cqz0957rx416rxdai-Cabal-syntax-3.12.1.0/nix-support:
  7707. 485.69 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7708. 485.69 s [ghc-9.10.1-with-packages] /nix/store/c38lskzzvwl25g7f7im6hr8jxh4xpi7p-ansi-terminal-types-1.1/nix-support:
  7709. 485.69 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7710. 485.70 s [ghc-9.10.1-with-packages] /nix/store/c38lskzzvwl25g7f7im6hr8jxh4xpi7p-ansi-terminal-types-1.1/nix-support:
  7711. 485.70 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7712. 485.70 s [ghc-9.10.1-with-packages] /nix/store/q91r3c043pfcxw543gkm6f86w6pqy94h-hashable-1.4.7.0/nix-support:
  7713. 485.70 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7714. 485.71 s [ghc-9.10.1-with-packages] /nix/store/q91r3c043pfcxw543gkm6f86w6pqy94h-hashable-1.4.7.0/nix-support:
  7715. 485.71 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7716. 485.71 s [ghc-9.10.1-with-packages] /nix/store/65wpgp9y9m9gqfkazsz7vwlz5dhxyllw-distributive-0.6.2.1/nix-support:
  7717. 485.71 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7718. 485.71 s [ghc-9.10.1-with-packages] /nix/store/65wpgp9y9m9gqfkazsz7vwlz5dhxyllw-distributive-0.6.2.1/nix-support:
  7719. 485.71 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7720. 485.72 s [ghc-9.10.1-with-packages] /nix/store/fgg7r9vhfkp2lihymslz124569dcg8z1-constraints-0.14.2/nix-support:
  7721. 485.72 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7722. 485.72 s [ghc-9.10.1-with-packages] /nix/store/fgg7r9vhfkp2lihymslz124569dcg8z1-constraints-0.14.2/nix-support:
  7723. 485.72 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7724. 485.72 s [ghc-9.10.1-with-packages] /nix/store/mdk4bzh727v2lq9qm3bkkxlx4blnhz8f-lifted-base-0.2.3.12/nix-support:
  7725. 485.72 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7726. 485.73 s [ghc-9.10.1-with-packages] /nix/store/mdk4bzh727v2lq9qm3bkkxlx4blnhz8f-lifted-base-0.2.3.12/nix-support:
  7727. 485.73 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7728. 485.73 s [ghc-9.10.1-with-packages] /nix/store/27xwrfajp40al1v0q9l4l1ndjidcwpx2-transformers-compat-0.7.2/nix-support:
  7729. 485.73 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7730. 485.73 s [ghc-9.10.1-with-packages] /nix/store/27xwrfajp40al1v0q9l4l1ndjidcwpx2-transformers-compat-0.7.2/nix-support:
  7731. 485.73 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7732. 485.74 s [ghc-9.10.1-with-packages] /nix/store/43hwd63lscl1vm4dac76w50qkcdlh2m7-splitmix-0.1.1/nix-support:
  7733. 485.74 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7734. 485.74 s [ghc-9.10.1-with-packages] /nix/store/43hwd63lscl1vm4dac76w50qkcdlh2m7-splitmix-0.1.1/nix-support:
  7735. 485.74 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7736. 485.74 s [ghc-9.10.1-with-packages] /nix/store/52bg4hrpp4mkndr47h3adgps9y5zczms-unliftio-core-0.2.1.0/nix-support:
  7737. 485.74 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7738. 485.74 s [ghc-9.10.1-with-packages] /nix/store/52bg4hrpp4mkndr47h3adgps9y5zczms-unliftio-core-0.2.1.0/nix-support:
  7739. 485.74 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7740. 485.74 s [ghc-9.10.1-with-packages] /nix/store/5nqxakmpk4shlyjpqp2362mydjy3zhhs-base-orphans-0.9.3/nix-support:
  7741. 485.74 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7742. 485.75 s [ghc-9.10.1-with-packages] /nix/store/5nqxakmpk4shlyjpqp2362mydjy3zhhs-base-orphans-0.9.3/nix-support:
  7743. 485.75 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7744. 485.75 s [ghc-9.10.1-with-packages] /nix/store/faklbxjjd9rdmc9v63fvmpwizw5dnn27-tagged-0.8.8/nix-support:
  7745. 485.75 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7746. 485.75 s [ghc-9.10.1-with-packages] /nix/store/faklbxjjd9rdmc9v63fvmpwizw5dnn27-tagged-0.8.8/nix-support:
  7747. 485.75 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7748. 485.75 s [ghc-9.10.1-with-packages] /nix/store/cws8f3ga2b07l92xi46frcclk9vqk1na-boring-0.2.2/nix-support:
  7749. 485.75 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7750. 485.75 s [ghc-9.10.1-with-packages] /nix/store/cws8f3ga2b07l92xi46frcclk9vqk1na-boring-0.2.2/nix-support:
  7751. 485.75 s [ghc-9.10.1-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/ik07gfib6m68f28jzk4p8yvyjnw7xmby-algebraic-graphs-0.7/nix-support/propagated-build-inputs
  7752. 486.54 s [ghc-9.10.1-with-packages] Warning: include-dirs: /nix/store/dha5xmmykyzamfdlybwg63j763dgffvh-ghc-9.10.1-with-packages/lib/ghc-9.10.1/lib/../lib/x86_64-linux-ghc-9.10.1/directory-1.3.8.3-678a/include doesn't exist or isn't a directory
  7753. 487.96 s [ghc-9.10.1-with-packages:post-build] Uploading to cachix cache "sellout": /nix/store/dha5xmmykyzamfdlybwg63j763dgffvh-ghc-9.10.1-with-packages
  7754. 488.60 s [ghc-9.10.1-with-packages:post-build] Pushing 1 paths (144 are already present) using zstd to cache sellout ⏳
  7755. 488.60 s [ghc-9.10.1-with-packages:post-build]
  7756. 488.96 s [ghc-9.10.1-with-packages:post-build] Pushing /nix/store/dha5xmmykyzamfdlybwg63j763dgffvh-ghc-9.10.1-with-packages (5.49 MiB)
  7757. 490.87 s [ghc-9.10.1-with-packages:post-build]
  7758. 490.97 s [ghc-9.10.1-with-packages:post-build] All done.
  7759. 490.97 s [ghc-9.10.1-with-packages:post-build] Uploading to the NixCI cache: /nix/store/dha5xmmykyzamfdlybwg63j763dgffvh-ghc-9.10.1-with-packages
  7760. 490.97 s [ghc-9.10.1-with-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7761. 491.16 s [ghc-9.10.1-with-packages:post-build] copying 11 paths...
  7762. 491.16 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/jw5ddhmqvjvwrlnv6rhv9ksabmhwzpdz-Cabal-syntax-3.12.1.0-doc' to 'https://cache.nix-ci.com'...
  7763. 491.16 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/p1l3yvp4595prh2zpj9g2vq7dl5czmim-ghc-paths-0.1.0.12-doc' to 'https://cache.nix-ci.com'...
  7764. 491.29 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/adq9vslnfgp0nzwmxf8rf5x1l4agnzxw-doctest-0.22.6-doc' to 'https://cache.nix-ci.com'...
  7765. 491.29 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/cghjw1dbppwgn9s434d1l0lwvj9pyaha-ghc-paths-0.1.0.12' to 'https://cache.nix-ci.com'...
  7766. 491.77 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/2cb590hnnq4abkx6yb17l1iych2yf7bc-doctest-0.22.6' to 'https://cache.nix-ci.com'...
  7767. 496.51 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/wl2ramv3gv2qld5cjhrnw0nyxsfrxb7a-Cabal-3.12.1.0-doc' to 'https://cache.nix-ci.com'...
  7768. 496.55 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/1zpms2ynlyqjah3cqz0957rx416rxdai-Cabal-syntax-3.12.1.0' to 'https://cache.nix-ci.com'...
  7769. 501.53 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/mygz61d5za7pqzd7gbdhsq3xks9dcyfg-cabal-doctest-1.0.11-doc' to 'https://cache.nix-ci.com'...
  7770. 538.13 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/770i8aml6jbi0jbrpygrbm9paxrk1rn4-Cabal-3.12.1.0' to 'https://cache.nix-ci.com'...
  7771. 575.29 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/4wqbgbiphis9p5ysq9fgqdxcdcm1675l-cabal-doctest-1.0.11' to 'https://cache.nix-ci.com'...
  7772. 575.75 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/dha5xmmykyzamfdlybwg63j763dgffvh-ghc-9.10.1-with-packages' to 'https://cache.nix-ci.com'...
  7773. 578.31 s [ghc-9.10.1-with-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7774. 578.69 s [ghc-9.10.1-with-packages:post-build] copying 1 paths...
  7775. 578.69 s [ghc-9.10.1-with-packages:post-build] copying path '/nix/store/y4w9fx69qfdd6wkg8ddq3g3v0i2ada77-ghc-9.10.1-with-packages.drv' to 'https://cache.nix-ci.com'...
  7776. 579.07 s Progress: 17 of 32 built (2 building), 529 of 529 downloaded from cache
  7777. 579.07 s [ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, dist/build/Development/IDE/Plugin/Test.o, dist/build/Development/IDE/Plugin/Test.dyn_o )
  7778. 579.07 s [ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, dist/build/Development/IDE/LSP/Outline.o, dist/build/Development/IDE/LSP/Outline.dyn_o )
  7779. 579.07 s [ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, dist/build/Development/IDE/LSP/HoverDefinition.o, dist/build/Development/IDE/LSP/HoverDefinition.dyn_o )
  7780. 579.07 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.o, dist/build/Development/IDE.dyn_o )
  7781. 579.07 s [ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, dist/build/Development/IDE/Spans/Pragmas.o, dist/build/Development/IDE/Spans/Pragmas.dyn_o )
  7782. 579.07 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  7783. 579.07 s [ghcide] Pattern match(es) are non-exhaustive
  7784. 579.07 s [ghcide] In a record update:
  7785. 579.07 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  7786. 579.07 s [ghcide] |
  7787. 579.07 s [ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  7788. 579.07 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7789. 579.07 s [ghcide]
  7790. 579.07 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning: [GHC-62161] [-Wincomplete-record-updates]
  7791. 579.07 s [ghcide] Pattern match(es) are non-exhaustive
  7792. 579.07 s [ghcide] In a record update:
  7793. 579.07 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  7794. 579.07 s [ghcide] |
  7795. 579.07 s [ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
  7796. 579.07 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7797. 579.07 s [ghcide]
  7798. 579.07 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  7799. 579.07 s [ghcide] Pattern match(es) are non-exhaustive
  7800. 579.07 s [ghcide] In a record update:
  7801. 579.07 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  7802. 579.07 s [ghcide] |
  7803. 579.07 s [ghcide] 160 | defaultParserState
  7804. 579.07 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  7805. 579.07 s [ghcide]
  7806. 579.07 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  7807. 579.07 s [ghcide] Pattern match(es) are non-exhaustive
  7808. 579.07 s [ghcide] In a record update:
  7809. 579.07 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  7810. 579.07 s [ghcide] |
  7811. 579.07 s [ghcide] 165 | defaultParserState
  7812. 579.07 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  7813. 579.07 s [ghcide]
  7814. 579.07 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning: [GHC-62161] [-Wincomplete-record-updates]
  7815. 579.08 s [ghcide] Pattern match(es) are non-exhaustive
  7816. 579.08 s [ghcide] In a record update:
  7817. 579.08 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  7818. 579.08 s [ghcide] |
  7819. 579.08 s [ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
  7820. 579.08 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7821. 579.08 s [ghcide]
  7822. 579.08 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  7823. 579.08 s [pandoc] [136 of 220] Compiling Text.Pandoc.Readers.Org.Inlines
  7824. 579.08 s [pandoc] [137 of 220] Compiling Text.Pandoc.Readers.Org.Meta
  7825. 579.08 s [pandoc] [138 of 220] Compiling Text.Pandoc.Readers.Org.Blocks
  7826. 579.08 s [pandoc] [139 of 220] Compiling Text.Pandoc.Readers.Org
  7827. 579.08 s [pandoc] [140 of 220] Compiling Text.Pandoc.Readers.HTML.Types
  7828. 579.08 s [pandoc] [141 of 220] Compiling Text.Pandoc.Readers.HTML.Parsing
  7829. 579.08 s [pandoc] [142 of 220] Compiling Text.Pandoc.Readers.DokuWiki
  7830. 579.08 s [pandoc] [143 of 220] Compiling Text.Pandoc.Readers.Docx.Fields
  7831. 579.08 s [pandoc] [144 of 220] Compiling Text.Pandoc.Readers.Docx.Parse
  7832. 579.08 s [pandoc] [145 of 220] Compiling Text.Pandoc.Readers.Docx.Lists
  7833. 579.08 s [pandoc] [146 of 220] Compiling Text.Pandoc.Readers.Docx
  7834. 579.08 s [pandoc] [147 of 220] Compiling Text.Pandoc.Readers.Creole
  7835. 579.08 s [pandoc] [148 of 220] Compiling Text.Pandoc.Readers.CommonMark
  7836. 579.08 s [pandoc] [149 of 220] Compiling Text.Pandoc.Format
  7837. 579.08 s [pandoc] [150 of 220] Compiling Text.Pandoc.Citeproc.Locator
  7838. 579.08 s [pandoc] [151 of 220] Compiling Text.Pandoc.Writers.LaTeX.Citation
  7839. 579.08 s [pandoc] [152 of 220] Compiling Text.Pandoc.CSV
  7840. 579.08 s [pandoc] [153 of 220] Compiling Text.Pandoc.Readers.RST
  7841. 579.08 s [pandoc] [154 of 220] Compiling Text.Pandoc.Readers.CSV
  7842. 579.08 s [pandoc] [155 of 220] Compiling Text.Pandoc.CSS
  7843. 579.08 s [pandoc] [156 of 220] Compiling Text.Pandoc.Writers.Shared
  7844. 579.08 s [pandoc] [157 of 220] Compiling Text.Pandoc.Writers.ZimWiki
  7845. 579.08 s [pandoc] [158 of 220] Compiling Text.Pandoc.Writers.Typst
  7846. 579.08 s [pandoc] [159 of 220] Compiling Text.Pandoc.Writers.Textile
  7847. 579.08 s [pandoc] [160 of 220] Compiling Text.Pandoc.Writers.Texinfo
  7848. 579.08 s [pandoc] [161 of 220] Compiling Text.Pandoc.Writers.TEI
  7849. 579.08 s [pandoc] [162 of 220] Compiling Text.Pandoc.Writers.RTF
  7850. 579.08 s [pandoc] [163 of 220] Compiling Text.Pandoc.Writers.RST
  7851. 579.08 s [pandoc] [164 of 220] Compiling Text.Pandoc.Writers.Powerpoint.Presentation
  7852. 579.08 s [pandoc] [165 of 220] Compiling Text.Pandoc.Writers.Powerpoint.Output
  7853. 579.08 s [pandoc] [166 of 220] Compiling Text.Pandoc.Writers.Powerpoint
  7854. 579.08 s [pandoc] [167 of 220] Compiling Text.Pandoc.Writers.Org
  7855. 579.08 s [pandoc] [168 of 220] Compiling Text.Pandoc.Writers.OpenDocument
  7856. 579.08 s [pandoc] [169 of 220] Compiling Text.Pandoc.Writers.ODT
  7857. 579.08 s [pandoc] [170 of 220] Compiling Text.Pandoc.Writers.Muse
  7858. 579.08 s [pandoc] [171 of 220] Compiling Text.Pandoc.Writers.Ms
  7859. 579.08 s [pandoc] [172 of 220] Compiling Text.Pandoc.Writers.MediaWiki
  7860. 579.08 s [pandoc] [173 of 220] Compiling Text.Pandoc.Writers.XWiki
  7861. 579.08 s [pandoc] [174 of 220] Compiling Text.Pandoc.Writers.Man
  7862. 579.08 s [pandoc] [175 of 220] Compiling Text.Pandoc.Writers.LaTeX
  7863. 579.08 s [pandoc] [176 of 220] Compiling Text.Pandoc.Citeproc.BibTeX
  7864. 579.08 s [pandoc] [177 of 220] Compiling Text.Pandoc.Readers.BibTeX
  7865. 579.08 s [pandoc] [178 of 220] Compiling Text.Pandoc.Writers.Jira
  7866. 579.08 s [pandoc] [179 of 220] Compiling Text.Pandoc.Writers.ICML
  7867. 579.08 s [pandoc] [180 of 220] Compiling Text.Pandoc.Writers.Haddock
  7868. 579.08 s [pandoc] [181 of 220] Compiling Text.Pandoc.Writers.HTML
  7869. 579.08 s [pandoc] [182 of 220] Compiling Text.Pandoc.Writers.Markdown.Inline
  7870. 579.08 s [pandoc] [183 of 220] Compiling Text.Pandoc.Writers.Markdown
  7871. 579.08 s [pandoc] [184 of 220] Compiling Text.Pandoc.Writers.OPML
  7872. 579.08 s [pandoc] [185 of 220] Compiling Text.Pandoc.Writers.Ipynb
  7873. 579.08 s [pandoc] [186 of 220] Compiling Text.Pandoc.Writers.CommonMark
  7874. 579.08 s [pandoc] [187 of 220] Compiling Text.Pandoc.Writers.FB2
  7875. 579.08 s [pandoc] [188 of 220] Compiling Text.Pandoc.Writers.EPUB
  7876. 579.08 s [pandoc] [189 of 220] Compiling Text.Pandoc.Writers.DokuWiki
  7877. 579.08 s [pandoc] [190 of 220] Compiling Text.Pandoc.Writers.Docx.OpenXML
  7878. 579.08 s [pandoc] [191 of 220] Compiling Text.Pandoc.Writers.Docx
  7879. 579.08 s [pandoc] [192 of 220] Compiling Text.Pandoc.Writers.DocBook
  7880. 579.08 s [pandoc] [193 of 220] Compiling Text.Pandoc.Writers.Djot
  7881. 579.08 s [pandoc] [194 of 220] Compiling Text.Pandoc.Writers.ConTeXt
  7882. 579.08 s [pandoc] [195 of 220] Compiling Text.Pandoc.Writers.ChunkedHTML
  7883. 579.08 s [pandoc] [196 of 220] Compiling Text.Pandoc.Writers.BibTeX
  7884. 579.08 s [pandoc] [197 of 220] Compiling Text.Pandoc.Writers.AsciiDoc
  7885. 579.08 s [pandoc] [198 of 220] Compiling Text.Pandoc.Writers.ANSI
  7886. 579.08 s [pandoc] [199 of 220] Compiling Text.Pandoc.PDF
  7887. 579.08 s [pandoc] [200 of 220] Compiling Text.Pandoc.Readers.HTML.Table
  7888. 579.08 s [pandoc] [201 of 220] Compiling Text.Pandoc.Readers.HTML
  7889. 579.08 s [pandoc] [202 of 220] Compiling Text.Pandoc.Readers.Textile
  7890. 579.08 s [pandoc] [203 of 220] Compiling Text.Pandoc.Readers.TWiki
  7891. 579.08 s [pandoc] [204 of 220] Compiling Text.Pandoc.Readers.MediaWiki
  7892. 579.08 s [pandoc] [205 of 220] Compiling Text.Pandoc.Readers.Markdown
  7893. 579.08 s [pandoc] [206 of 220] Compiling Text.Pandoc.Readers.OPML
  7894. 579.08 s [pandoc] [207 of 220] Compiling Text.Pandoc.Readers.Ipynb
  7895. 579.08 s [pandoc] [208 of 220] Compiling Text.Pandoc.Citeproc
  7896. 579.08 s [pandoc] [209 of 220] Compiling Text.Pandoc.Writers.JATS
  7897. 579.08 s [pandoc] [210 of 220] Compiling Text.Pandoc.Writers
  7898. 579.08 s [pandoc] [211 of 220] Compiling Text.Pandoc.Readers.EPUB
  7899. 579.08 s [pandoc] [212 of 220] Compiling Text.Pandoc.Readers
  7900. 579.08 s [pandoc] [213 of 220] Compiling Text.Pandoc.Scripting
  7901. 579.08 s [pandoc] [214 of 220] Compiling Text.Pandoc.Filter
  7902. 579.08 s [pandoc] [215 of 220] Compiling Text.Pandoc.App.Input
  7903. 579.08 s [pandoc] [216 of 220] Compiling Text.Pandoc
  7904. 579.08 s [pandoc] [217 of 220] Compiling Text.Pandoc.App.Opt
  7905. 579.08 s [ghcide] Pattern match(es) are non-exhaustive
  7906. 579.08 s [ghcide] In a record update:
  7907. 579.08 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  7908. 579.08 s [ghcide] |
  7909. 579.08 s [ghcide] 171 | defaultParserState
  7910. 579.08 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  7911. 579.08 s [ghcide]
  7912. 579.08 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  7913. 579.08 s [ghcide] Pattern match(es) are non-exhaustive
  7914. 579.08 s [ghcide] In a record update:
  7915. 579.08 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  7916. 579.08 s [ghcide] |
  7917. 579.08 s [ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  7918. 579.08 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7919. 579.08 s [ghcide]
  7920. 579.08 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  7921. 579.08 s [ghcide] Pattern match(es) are non-exhaustive
  7922. 579.08 s [ghcide] In a record update:
  7923. 579.08 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  7924. 579.08 s [ghcide] |
  7925. 579.08 s [ghcide] 186 | defaultParserState
  7926. 579.08 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  7927. 579.08 s [ghcide]
  7928. 579.08 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  7929. 579.08 s [ghcide] Pattern match(es) are non-exhaustive
  7930. 579.08 s [ghcide] In a record update:
  7931. 579.08 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  7932. 579.08 s [ghcide] |
  7933. 579.08 s [ghcide] 193 | defaultParserState
  7934. 579.08 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  7935. 579.08 s [ghcide]
  7936. 579.08 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  7937. 579.08 s [ghcide] Pattern match(es) are non-exhaustive
  7938. 579.08 s [ghcide] In a record update:
  7939. 579.08 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  7940. 579.08 s [ghcide] |
  7941. 579.08 s [ghcide] 203 | defaultParserState{
  7942. 579.08 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  7943. 579.08 s [ghcide]
  7944. 579.08 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  7945. 579.08 s [ghcide] Pattern match(es) are non-exhaustive
  7946. 579.08 s [ghcide] In a record update:
  7947. 579.08 s [ghcide] Patterns of type ‘ParserState’ not matched:
  7948. 579.08 s [ghcide] ParserStateDone _
  7949. 579.08 s [ghcide] ParserStateDone _
  7950. 579.08 s [ghcide] |
  7951. 579.08 s [ghcide] 207 | defaultParserState{
  7952. 579.08 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  7953. 579.08 s [ghcide]
  7954. 579.08 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning: [GHC-62161] [-Wincomplete-record-updates]
  7955. 579.08 s [ghcide] Pattern match(es) are non-exhaustive
  7956. 579.08 s [ghcide] In a record update:
  7957. 579.08 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  7958. 579.08 s [ghcide] |
  7959. 579.08 s [ghcide] 214 | defaultParserState{ isLastTokenHash = True }
  7960. 579.08 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7961. 579.08 s [ghcide]
  7962. 579.08 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  7963. 579.08 s [ghcide] Pattern match(es) are non-exhaustive
  7964. 579.08 s [ghcide] In a record update:
  7965. 579.08 s [pandoc] [218 of 220] Compiling Text.Pandoc.App.CommandLineOptions
  7966. 579.08 s [pandoc] [219 of 220] Compiling Text.Pandoc.App.OutputSettings
  7967. 579.08 s [pandoc] [220 of 220] Compiling Text.Pandoc.App
  7968. 579.08 s [pandoc] [ 1 of 220] Compiling Paths_pandoc
  7969. 579.08 s [pandoc] [ 2 of 220] Compiling Text.Pandoc.Asciify
  7970. 579.08 s [pandoc] [ 3 of 220] Compiling Text.Pandoc.Char
  7971. 579.08 s [pandoc] [ 4 of 220] Compiling Text.Pandoc.Citeproc.CslJson
  7972. 579.08 s [pandoc] [ 5 of 220] Compiling Text.Pandoc.Citeproc.Util
  7973. 579.08 s [pandoc] [ 6 of 220] Compiling Text.Pandoc.Citeproc.Data
  7974. 579.08 s [pandoc] [ 7 of 220] Compiling Text.Pandoc.Emoji
  7975. 579.08 s [pandoc] [ 8 of 220] Compiling Text.Pandoc.Extensions
  7976. 579.08 s [pandoc] [ 9 of 220] Compiling Text.Pandoc.MIME
  7977. 579.08 s [pandoc] [ 10 of 220] Compiling Text.Pandoc.MediaBag
  7978. 579.08 s [pandoc] [ 11 of 220] Compiling Text.Pandoc.Parsing.Future
  7979. 579.08 s [pandoc] [ 12 of 220] Compiling Text.Pandoc.Process
  7980. 579.08 s [pandoc] [ 13 of 220] Compiling Text.Pandoc.Readers.Docx.Combine
  7981. 579.08 s [pandoc] [ 14 of 220] Compiling Text.Pandoc.Readers.Docx.Symbols
  7982. 579.08 s [pandoc] [ 15 of 220] Compiling Text.Pandoc.Readers.Docx.Util
  7983. 579.08 s [pandoc] [ 16 of 220] Compiling Text.Pandoc.Readers.HTML.TagCategories
  7984. 579.08 s [pandoc] [ 17 of 220] Compiling Text.Pandoc.Readers.Mdoc.Macros
  7985. 579.08 s [pandoc] [ 18 of 220] Compiling Text.Pandoc.Readers.Mdoc.Standards
  7986. 579.08 s [pandoc] [ 19 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Fallible
  7987. 579.08 s [pandoc] [ 20 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Namespaces
  7988. 579.08 s [pandoc] [ 21 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.SetMap
  7989. 579.08 s [pandoc] [ 22 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.Utils
  7990. 579.08 s [pandoc] [ 23 of 220] Compiling Text.Pandoc.Readers.ODT.Arrows.Utils
  7991. 579.08 s [pandoc] [ 24 of 220] Compiling Text.Pandoc.Readers.ODT.Arrows.State
  7992. 579.08 s [pandoc] [ 25 of 220] Compiling Text.Pandoc.Readers.ODT.Generic.XMLConverter
  7993. 579.08 s [pandoc] [ 26 of 220] Compiling Text.Pandoc.Readers.ODT.Namespaces
  7994. 579.08 s [pandoc] [ 27 of 220] Compiling Text.Pandoc.Readers.ODT.Base
  7995. 579.08 s [pandoc] [ 28 of 220] Compiling Text.Pandoc.Readers.Org.Shared
  7996. 579.08 s [pandoc] [ 29 of 220] Compiling Text.Pandoc.RoffChar
  7997. 579.08 s [pandoc] [ 30 of 220] Compiling Text.Pandoc.Shared
  7998. 579.08 s [pandoc] [ 31 of 220] Compiling Text.Pandoc.Readers.ODT.StyleReader
  7999. 579.08 s [pandoc] [ 32 of 220] Compiling Text.Pandoc.Logging
  8000. 579.08 s [pandoc] [ 33 of 220] Compiling Text.Pandoc.Image
  8001. 579.08 s [pandoc] [ 34 of 220] Compiling Text.Pandoc.Citeproc.Name
  8002. 579.08 s [pandoc] [ 35 of 220] Compiling Text.Pandoc.Citeproc.MetaValue
  8003. 579.08 s [pandoc] [ 36 of 220] Compiling Text.Pandoc.Chunks
  8004. 579.08 s [pandoc] [ 37 of 220] Compiling Text.Pandoc.Slides
  8005. 579.08 s [pandoc] [ 38 of 220] Compiling Text.Pandoc.Sources
  8006. 579.08 s [pandoc] [ 39 of 220] Compiling Text.Pandoc.TeX
  8007. 579.08 s [pandoc] [ 40 of 220] Compiling Text.Pandoc.Translations.Types
  8008. 579.08 s [pandoc] [ 41 of 220] Compiling Text.Pandoc.Class.CommonState
  8009. 579.08 s [pandoc] [ 42 of 220] Compiling Text.Pandoc.UTF8
  8010. 579.08 s [pandoc] [ 43 of 220] Compiling Text.Pandoc.URI
  8011. 579.08 s [pandoc] [ 44 of 220] Compiling Text.Pandoc.Readers.ODT.ContentReader
  8012. 579.08 s [pandoc] [ 45 of 220] Compiling Text.Pandoc.Readers.Docx.Parse.Styles
  8013. 579.08 s [pandoc] [ 46 of 220] Compiling Text.Pandoc.Error
  8014. 579.08 s [pandoc] [ 47 of 220] Compiling Text.Pandoc.Class.PandocMonad
  8015. 579.08 s [pandoc] [ 48 of 220] Compiling Text.Pandoc.Readers.Typst.Parsing
  8016. 579.08 s [pandoc] [ 49 of 220] Compiling Text.Pandoc.Class.PandocPure
  8017. 579.08 s [pandoc] [ 50 of 220] Compiling Text.Pandoc.Class.Sandbox
  8018. 579.08 s [pandoc] [ 51 of 220] Compiling Text.Pandoc.Class.IO
  8019. 579.08 s [pandoc] [ 52 of 220] Compiling Text.Pandoc.Class.PandocIO
  8020. 579.08 s [pandoc] [ 53 of 220] Compiling Text.Pandoc.Class
  8021. 579.08 s [pandoc] [ 54 of 220] Compiling Text.Pandoc.Highlighting
  8022. 579.08 s [pandoc] [ 55 of 220] Compiling Text.Pandoc.Options
  8023. 579.08 s [pandoc] [ 56 of 220] Compiling Text.Pandoc.Transforms
  8024. 579.08 s [pandoc] [ 57 of 220] Compiling Text.Pandoc.Readers.ODT
  8025. 579.08 s [pandoc] [ 58 of 220] Compiling Text.Pandoc.Readers.Native
  8026. 579.08 s [pandoc] [ 59 of 220] Compiling Text.Pandoc.Readers.Haddock
  8027. 579.08 s [pandoc] [ 60 of 220] Compiling Text.Pandoc.Readers.EndNote
  8028. 579.08 s [pandoc] [ 61 of 220] Compiling Text.Pandoc.Readers.Djot
  8029. 579.08 s [pandoc] [ 62 of 220] Compiling Text.Pandoc.Readers.CslJson
  8030. 579.08 s [pandoc] [ 63 of 220] Compiling Text.Pandoc.Parsing.Capabilities
  8031. 579.08 s [pandoc] [ 64 of 220] Compiling Text.Pandoc.Parsing.State
  8032. 579.08 s [pandoc] [ 65 of 220] Compiling Text.Pandoc.Parsing.Lists
  8033. 579.08 s [pandoc] [ 66 of 220] Compiling Text.Pandoc.ImageSize
  8034. 579.08 s [pandoc] [ 67 of 220] Compiling Text.Pandoc.Filter.Environment
  8035. 579.08 s [pandoc] [ 68 of 220] Compiling Text.Pandoc.Data
  8036. 579.08 s [pandoc] [ 69 of 220] Compiling Text.Pandoc.Translations
  8037. 579.08 s [pandoc] [ 70 of 220] Compiling Text.Pandoc.Templates
  8038. 579.08 s [pandoc] [ 71 of 220] Compiling Text.Pandoc.UUID
  8039. 579.08 s [pandoc] [ 72 of 220] Compiling Text.Pandoc.Version
  8040. 579.08 s [pandoc] [ 73 of 220] Compiling Text.Pandoc.Filter.JSON
  8041. 579.08 s [pandoc] [ 74 of 220] Compiling Text.Pandoc.Writers.AnnotatedTable
  8042. 579.08 s [pandoc] [ 75 of 220] Compiling Text.Pandoc.Writers.Blaze
  8043. 579.08 s [pandoc] [ 76 of 220] Compiling Text.Pandoc.Writers.CslJson
  8044. 579.08 s [pandoc] [ 77 of 220] Compiling Text.Pandoc.Writers.Docx.StyleMap
  8045. 579.08 s [pandoc] [ 78 of 220] Compiling Text.Pandoc.Writers.GridTable
  8046. 579.08 s [pandoc] [ 79 of 220] Compiling Text.Pandoc.Writers.JATS.Types
  8047. 579.08 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8048. 579.08 s [ghcide] |
  8049. 579.08 s [ghcide] 223 | defaultParserState{
  8050. 579.08 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  8051. 579.08 s [ghcide]
  8052. 579.08 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning: [GHC-62161] [-Wincomplete-record-updates]
  8053. 579.08 s [ghcide] Pattern match(es) are non-exhaustive
  8054. 579.08 s [ghcide] In a record update:
  8055. 579.08 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8056. 579.08 s [ghcide] |
  8057. 579.08 s [ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
  8058. 579.08 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8059. 579.08 s [ghcide]
  8060. 579.08 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  8061. 579.08 s [ghcide] Pattern match(es) are non-exhaustive
  8062. 579.08 s [ghcide] In a record update:
  8063. 579.08 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8064. 579.09 s [ghcide] |
  8065. 579.09 s [ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  8066. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8067. 579.09 s [ghcide]
  8068. 579.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8069. 579.09 s [ghcide] Pattern match(es) are non-exhaustive
  8070. 579.09 s [ghcide] In a record update:
  8071. 579.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8072. 579.09 s [ghcide] |
  8073. 579.09 s [ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
  8074. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8075. 579.09 s [ghcide]
  8076. 579.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8077. 579.09 s [ghcide] Pattern match(es) are non-exhaustive
  8078. 579.09 s [ghcide] In a record update:
  8079. 579.09 s [ghcide] Patterns of type ‘ParserState’ not matched:
  8080. 579.09 s [ghcide] ParserStateDone _
  8081. 579.09 s [ghcide] ParserStateDone _
  8082. 579.09 s [ghcide] |
  8083. 579.09 s [ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
  8084. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8085. 579.09 s [ghcide]
  8086. 579.09 s [ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, dist/build/Development/IDE/Plugin/TypeLenses.o, dist/build/Development/IDE/Plugin/TypeLenses.dyn_o )
  8087. 579.09 s [ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, dist/build/Development/IDE/Core/UseStale.o, dist/build/Development/IDE/Core/UseStale.dyn_o )
  8088. 579.09 s [ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.o, dist/build/Generics/SYB/GHC.dyn_o )
  8089. 579.09 s [ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.o, dist/build/Text/Fuzzy/Parallel.dyn_o )
  8090. 579.09 s [ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, dist/build/Development/IDE/Plugin/Completions/Logic.o, dist/build/Development/IDE/Plugin/Completions/Logic.dyn_o )
  8091. 579.09 s [ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, dist/build/Development/IDE/Plugin/Completions.o, dist/build/Development/IDE/Plugin/Completions.dyn_o )
  8092. 579.09 s [pandoc] [ 80 of 220] Compiling Text.Pandoc.Writers.LaTeX.Lang
  8093. 579.09 s [pandoc] [ 81 of 220] Compiling Text.Pandoc.Writers.LaTeX.Notes
  8094. 579.09 s [pandoc] [ 82 of 220] Compiling Text.Pandoc.Writers.LaTeX.Types
  8095. 579.09 s [pandoc] [ 83 of 220] Compiling Text.Pandoc.Writers.LaTeX.Caption
  8096. 579.09 s [pandoc] [ 84 of 220] Compiling Text.Pandoc.Writers.LaTeX.Util
  8097. 579.09 s [pandoc] [ 85 of 220] Compiling Text.Pandoc.Writers.LaTeX.Table
  8098. 579.09 s [pandoc] [ 86 of 220] Compiling Text.Pandoc.Writers.Math
  8099. 579.09 s [pandoc] [ 87 of 220] Compiling Text.Pandoc.Writers.Native
  8100. 579.09 s [pandoc] [ 88 of 220] Compiling Text.Pandoc.Writers.OOXML
  8101. 579.09 s [pandoc] [ 89 of 220] Compiling Text.Pandoc.Writers.Docx.Types
  8102. 579.09 s [pandoc] [ 90 of 220] Compiling Text.Pandoc.Writers.Docx.Table
  8103. 579.09 s [pandoc] [ 91 of 220] Compiling Text.Pandoc.Writers.Roff
  8104. 579.09 s [pandoc] [ 92 of 220] Compiling Text.Pandoc.XML
  8105. 579.09 s [pandoc] [ 93 of 220] Compiling Text.Pandoc.Writers.JATS.Table
  8106. 579.09 s [pandoc] [ 94 of 220] Compiling Text.Pandoc.Writers.JATS.References
  8107. 579.09 s [pandoc] [ 95 of 220] Compiling Text.Pandoc.Readers.Jira
  8108. 579.09 s [pandoc] [ 96 of 220] Compiling Text.Pandoc.Readers.JATS
  8109. 579.09 s [pandoc] [ 97 of 220] Compiling Text.Pandoc.Readers.FB2
  8110. 579.09 s [pandoc] [ 98 of 220] Compiling Text.Pandoc.Readers.DocBook
  8111. 579.09 s [ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, dist/build/Development/IDE/Plugin/HLS/GhcIde.o, dist/build/Development/IDE/Plugin/HLS/GhcIde.dyn_o )
  8112. 579.09 s [ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.o, dist/build/Development/IDE/Main.dyn_o )
  8113. 579.09 s [ghcide] src/Development/IDE/Main.hs:18:1: warning: [GHC-66111] [-Wunused-imports]
  8114. 579.09 s [ghcide] The import of ‘Control.Exception.Safe’ is redundant
  8115. 579.09 s [ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
  8116. 579.09 s [ghcide] To import instances alone, use: import Control.Exception.Safe()
  8117. 579.09 s [ghcide] |
  8118. 579.09 s [ghcide] 18 | import Control.Exception.Safe (SomeException,
  8119. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8120. 579.09 s [ghcide]
  8121. 579.09 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  8122. 579.09 s [ghcide] The following packages were specified via -package or -package-id flags,
  8123. 579.09 s [ghcide] but were not needed for compilation:
  8124. 579.09 s [ghcide] - os-string-2.0.2 (exposed by flag -package-id os-string-2.0.2-059d)
  8125. 579.09 s [ghcide]
  8126. 579.09 s [ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.p_o )
  8127. 579.09 s [ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, dist/build/Development/IDE/Core/Debouncer.p_o )
  8128. 579.09 s [ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, dist/build/Development/IDE/Core/FileUtils.p_o )
  8129. 579.09 s [ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, dist/build/Development/IDE/Core/PositionMapping.p_o )
  8130. 579.09 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  8131. 579.09 s [ghcide] The import of ‘Data.List’ is redundant
  8132. 579.09 s [ghcide] except perhaps to import instances from ‘Data.List’
  8133. 579.09 s [ghcide] To import instances alone, use: import Data.List()
  8134. 579.09 s [ghcide] |
  8135. 579.09 s [ghcide] 31 | import Data.List
  8136. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  8137. 579.09 s [ghcide]
  8138. 579.09 s [ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, dist/build/Development/IDE/Core/WorkerThread.p_o )
  8139. 579.09 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  8140. 579.09 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  8141. 579.09 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  8142. 579.09 s [ghcide] |
  8143. 579.09 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  8144. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8145. 579.09 s [ghcide]
  8146. 579.09 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  8147. 579.09 s [ghcide] The import of ‘Exception, fromException’
  8148. 579.09 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  8149. 579.09 s [ghcide] |
  8150. 579.09 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  8151. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8152. 579.09 s [ghcide]
  8153. 579.09 s [ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, dist/build/Development/IDE/GHC/Compat/CmdLine.p_o )
  8154. 579.09 s [ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, dist/build/Development/IDE/GHC/Compat/Core.p_o )
  8155. 579.09 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning: [GHC-75356] [-Wdodgy-exports]
  8156. 579.09 s [ghcide] The export item ‘Warn(..)’ suggests that
  8157. 579.09 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  8158. 579.09 s [ghcide] but it has none
  8159. 579.09 s [ghcide] |
  8160. 579.09 s [ghcide] 270 | Warn(..),
  8161. 579.09 s [ghcide] | ^^^^^^^^
  8162. 579.09 s [ghcide]
  8163. 579.09 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning: [GHC-47854] [-Wduplicate-exports]
  8164. 579.09 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  8165. 579.09 s [ghcide] |
  8166. 579.09 s [ghcide] 364 | module GHC.Utils.Panic,
  8167. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  8168. 579.09 s [ghcide]
  8169. 579.09 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning: [GHC-99623] [-Wdodgy-imports]
  8170. 579.09 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  8171. 579.09 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  8172. 579.09 s [ghcide] but it has none
  8173. 579.09 s [ghcide] |
  8174. 579.09 s [ghcide] 432 | import GHC.Driver.CmdLine (Warn (..))
  8175. 579.09 s [ghcide] | ^^^^^^^^^
  8176. 579.09 s [ghcide]
  8177. 579.09 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:464:76: warning: [GHC-61689] [-Wdodgy-imports]
  8178. 579.09 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
  8179. 579.09 s [ghcide] |
  8180. 579.09 s [ghcide] 464 | anyM, concatMapM, mapMaybeM, foldMapM,
  8181. 579.09 s [ghcide] | ^^^^^^^^
  8182. 579.09 s [ghcide]
  8183. 579.09 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning: [GHC-66111] [-Wunused-imports]
  8184. 579.09 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  8185. 579.09 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  8186. 579.09 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  8187. 579.09 s [ghcide] |
  8188. 579.09 s [ghcide] 498 | import GHC.Data.Bag
  8189. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8190. 579.09 s [ghcide]
  8191. 579.09 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning: [GHC-38417] [-Wmissing-signatures]
  8192. 579.09 s [ghcide] Top-level binding with no type signature:
  8193. 579.09 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  8194. 579.09 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  8195. 579.09 s [ghcide] |
  8196. 579.09 s [ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  8197. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  8198. 579.09 s [ghcide]
  8199. 579.09 s [ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, dist/build/Development/IDE/GHC/Compat/Driver.p_o )
  8200. 579.09 s [ghcide] [ 9 of 77] Compiling Development.IDE.GHC.Compat.Env ( src/Development/IDE/GHC/Compat/Env.hs, dist/build/Development/IDE/GHC/Compat/Env.p_o )
  8201. 579.09 s [ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, dist/build/Development/IDE/GHC/Compat/Error.p_o )
  8202. 579.09 s [ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, dist/build/Development/IDE/GHC/Compat/Outputable.p_o )
  8203. 579.09 s [ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, dist/build/Development/IDE/GHC/Compat/Logger.p_o )
  8204. 579.09 s [ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, dist/build/Development/IDE/GHC/Compat/Iface.p_o )
  8205. 579.09 s [ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, dist/build/Development/IDE/GHC/Compat/Units.p_o )
  8206. 579.09 s [ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, dist/build/Development/IDE/GHC/Compat/Util.p_o )
  8207. 579.09 s [ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, dist/build/Development/IDE/GHC/Compat/Parser.p_o )
  8208. 579.09 s [ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, dist/build/Development/IDE/GHC/Compat/Plugins.p_o )
  8209. 579.09 s [ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.p_o )
  8210. 579.09 s [ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning: [GHC-66111] [-Wunused-imports]
  8211. 579.09 s [ghcide] The import of ‘Data.List’ is redundant
  8212. 579.09 s [ghcide] except perhaps to import instances from ‘Data.List’
  8213. 579.09 s [ghcide] To import instances alone, use: import Data.List()
  8214. 579.09 s [ghcide] |
  8215. 579.09 s [ghcide] 128 | import Data.List (foldl')
  8216. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8217. 579.09 s [ghcide]
  8218. 579.09 s [ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  8219. 579.09 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  8220. 579.09 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  8221. 579.09 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  8222. 579.09 s [ghcide] This makes type inference for inner bindings fragile;
  8223. 579.09 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  8224. 579.09 s [ghcide] • In the type signature:
  8225. 579.09 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  8226. 579.09 s [ghcide] GenLocated a e -> GenLocated b e
  8227. 579.09 s [ghcide] |
  8228. 579.09 s [ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  8229. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8230. 579.09 s [ghcide]
  8231. 579.09 s [ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  8232. 579.09 s [ghcide] Pattern match(es) are non-exhaustive
  8233. 579.09 s [ghcide] In a pattern binding:
  8234. 579.09 s [ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
  8235. 579.09 s [ghcide] |
  8236. 579.09 s [ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
  8237. 579.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8238. 579.09 s [ghcide]
  8239. 579.09 s [ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning: [GHC-38417] [-Wmissing-signatures]
  8240. 579.09 s [ghcide] Top-level binding with no type signature:
  8241. 579.09 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  8242. 579.09 s [ghcide] |
  8243. 579.09 s [ghcide] 519 | extract_cons (NewTypeCon x) = [x]
  8244. 579.09 s [ghcide] | ^^^^^^^^^^^^
  8245. 579.09 s [ghcide]
  8246. 579.36 s [ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, dist/build/Development/IDE/GHC/CPP.p_o )
  8247. 579.63 s [ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, dist/build/Development/IDE/GHC/CoreFile.p_o )
  8248. 580.67 s [ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, dist/build/Development/IDE/Main/HeapStats.p_o )
  8249. 580.81 s [ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, dist/build/Development/IDE/Session/Implicit.p_o )
  8250. 580.81 s [ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, dist/build/Development/IDE/Types/Action.p_o )
  8251. 580.81 s [ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, dist/build/Development/IDE/Types/Location.p_o )
  8252. 580.81 s [ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, dist/build/Development/IDE/Types/Diagnostics.p_o )
  8253. 580.81 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning: [GHC-66111] [-Wunused-imports]
  8254. 580.81 s [ghcide] The import of ‘Text.Printf’ is redundant
  8255. 580.81 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  8256. 580.81 s [ghcide] To import instances alone, use: import Text.Printf()
  8257. 580.81 s [ghcide] |
  8258. 580.81 s [ghcide] 66 | import Text.Printf (printf)
  8259. 580.81 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8260. 580.81 s [ghcide]
  8261. 581.36 s [ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, dist/build/Development/IDE/Session/Diagnostics.p_o )
  8262. 581.41 s [pandoc] [ 99 of 220] Compiling Text.Pandoc.Parsing.General
  8263. 581.41 s [pandoc] [100 of 220] Compiling Text.Pandoc.Parsing.Smart
  8264. 581.41 s [pandoc] [101 of 220] Compiling Text.Pandoc.Parsing.Math
  8265. 581.41 s [pandoc] [102 of 220] Compiling Text.Pandoc.Parsing.GridTable
  8266. 581.41 s [pandoc] [103 of 220] Compiling Text.Pandoc.Parsing.Citations
  8267. 581.41 s [pandoc] [104 of 220] Compiling Text.Pandoc.Parsing
  8268. 581.41 s [pandoc] [105 of 220] Compiling Text.Pandoc.Writers.Markdown.Types
  8269. 585.31 s [ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, dist/build/Development/IDE/GHC/Util.p_o )
  8270. 585.31 s [ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, dist/build/Development/IDE/GHC/Orphans.p_o )
  8271. 585.31 s [ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  8272. 585.31 s [ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
  8273. 585.31 s [ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
  8274. 585.31 s [ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
  8275. 585.31 s [ghcide] |
  8276. 585.31 s [ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
  8277. 585.31 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8278. 585.31 s [ghcide]
  8279. 585.31 s [ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, dist/build/Development/IDE/Types/KnownTargets.p_o )
  8280. 585.31 s [ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, dist/build/Development/IDE/Types/Exports.p_o )
  8281. 585.31 s [ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, dist/build/Development/IDE/Spans/Common.p_o )
  8282. 585.31 s [ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, dist/build/Development/IDE/Plugin/Completions/Types.p_o )
  8283. 585.66 s [pandoc] [106 of 220] Compiling Text.Pandoc.Writers.Markdown.Table
  8284. 590.85 s [ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, dist/build/Development/IDE/GHC/Error.p_o )
  8285. 590.89 s [ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, dist/build/Development/IDE/Types/HscEnvEq.p_o )
  8286. 590.89 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [GHC-66111] [-Wunused-imports]
  8287. 590.89 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  8288. 590.89 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  8289. 590.89 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  8290. 590.89 s [ghcide] |
  8291. 590.89 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  8292. 590.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8293. 590.89 s [ghcide]
  8294. 590.89 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  8295. 590.89 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  8296. 590.89 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  8297. 590.89 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  8298. 590.89 s [ghcide] |
  8299. 590.89 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  8300. 590.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8301. 590.89 s [ghcide]
  8302. 590.89 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  8303. 590.89 s [ghcide] The import of ‘System.Directory’ is redundant
  8304. 590.89 s [ghcide] except perhaps to import instances from ‘System.Directory’
  8305. 590.89 s [ghcide] To import instances alone, use: import System.Directory()
  8306. 590.89 s [ghcide] |
  8307. 590.89 s [ghcide] 30 | import System.Directory (makeAbsolute)
  8308. 590.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8309. 590.89 s [ghcide]
  8310. 590.89 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [GHC-40910] [-Wunused-matches]
  8311. 590.89 s [ghcide] Defined but not used: ‘mod_cache’
  8312. 590.89 s [ghcide] |
  8313. 590.89 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  8314. 590.89 s [ghcide] | ^^^^^^^^^
  8315. 590.89 s [ghcide]
  8316. 590.89 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  8317. 590.89 s [ghcide] Defined but not used: ‘file_cache’
  8318. 590.89 s [ghcide] |
  8319. 590.89 s [ghcide] 57 | file_cache <- newIORef M.empty
  8320. 590.89 s [ghcide] | ^^^^^^^^^^
  8321. 590.89 s [ghcide]
  8322. 590.89 s [ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, dist/build/Development/IDE/Spans/LocalBindings.p_o )
  8323. 590.89 s [ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, dist/build/Development/IDE/Import/FindImports.p_o )
  8324. 590.89 s [ghcide] src/Development/IDE/Import/FindImports.hs:212:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  8325. 590.89 s [ghcide] Pattern match(es) are non-exhaustive
  8326. 590.89 s [ghcide] In a record update:
  8327. 590.89 s [ghcide] Patterns of type ‘FindResult’ not matched:
  8328. 590.89 s [ghcide] Found _ _
  8329. 590.89 s [ghcide] NoPackage _
  8330. 590.89 s [ghcide] FoundMultiple _
  8331. 590.89 s [ghcide] |
  8332. 590.89 s [ghcide] 212 | notFound
  8333. 590.89 s [ghcide] | ^^^^^^^^...
  8334. 590.89 s [ghcide]
  8335. 590.89 s [ghcide] src/Development/IDE/Import/FindImports.hs:225:15: warning: [GHC-62161] [-Wincomplete-record-updates]
  8336. 590.89 s [ghcide] Pattern match(es) are non-exhaustive
  8337. 590.89 s [ghcide] In a record update:
  8338. 590.89 s [ghcide] Patterns of type ‘FindResult’ not matched:
  8339. 590.89 s [ghcide] Found _ _
  8340. 590.89 s [ghcide] NoPackage _
  8341. 590.89 s [ghcide] FoundMultiple _
  8342. 590.89 s [ghcide] |
  8343. 590.89 s [ghcide] 225 | in notFound {fr_unusables = unusables'}
  8344. 590.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8345. 590.89 s [ghcide]
  8346. 590.89 s [ghcide] src/Development/IDE/Import/FindImports.hs:227:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  8347. 590.89 s [ghcide] Pattern match(es) are non-exhaustive
  8348. 590.89 s [ghcide] In a record update:
  8349. 590.89 s [ghcide] Patterns of type ‘FindResult’ not matched:
  8350. 590.89 s [ghcide] Found _ _
  8351. 590.89 s [ghcide] NoPackage _
  8352. 590.89 s [ghcide] FoundMultiple _
  8353. 590.89 s [ghcide] |
  8354. 590.89 s [ghcide] 227 | notFound {fr_suggestions = suggest}
  8355. 590.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8356. 590.89 s [ghcide]
  8357. 590.89 s [ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, dist/build/Development/IDE/Import/DependencyInformation.p_o )
  8358. 590.89 s [ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, dist/build/Development/IDE/Core/RuleTypes.p_o )
  8359. 591.74 s [ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, dist/build/Development/IDE/GHC/Warnings.p_o )
  8360. 591.74 s [ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, dist/build/Development/IDE/Core/Tracing.p_o )
  8361. 591.74 s [ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, dist/build/Development/IDE/Core/Preprocessor.p_o )
  8362. 591.74 s [ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, dist/build/Development/IDE/Types/Monitoring.p_o )
  8363. 591.74 s [ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, dist/build/Development/IDE/Monitoring/OpenTelemetry.p_o )
  8364. 591.74 s [ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, dist/build/Development/IDE/Types/Options.p_o )
  8365. 592.34 s [ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, dist/build/Development/IDE/Core/ProgressReporting.p_o )
  8366. 593.00 s [ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, dist/build/Development/IDE/Types/Shake.p_o )
  8367. 593.00 s [ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, dist/build/Development/IDE/Core/Shake.p_o )
  8368. 593.25 s [ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning: [GHC-38856] [-Wunused-imports]
  8369. 593.25 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  8370. 593.25 s [ghcide] |
  8371. 593.25 s [ghcide] 108 | import Data.List.Extra (foldl', partition,
  8372. 593.25 s [ghcide] | ^^^^^^
  8373. 593.25 s [ghcide]
  8374. 596.10 s [pandoc] [107 of 220] Compiling Text.Pandoc.SelfContained
  8375. 598.01 s [ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.p_o )
  8376. 604.77 s [ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, dist/build/Development/IDE/LSP/Server.p_o )
  8377. 604.97 s [ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.p_o )
  8378. 604.97 s [ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, dist/build/Development/IDE/Plugin/HLS.p_o )
  8379. 604.97 s [ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, dist/build/Development/IDE/Core/IdeConfiguration.p_o )
  8380. 604.97 s [ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, dist/build/Development/IDE/LSP/LanguageServer.p_o )
  8381. 605.86 s [ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, dist/build/Development/IDE/Core/OfInterest.p_o )
  8382. 605.86 s [ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  8383. 605.86 s [ghcide] The qualified import of ‘Data.Aeson’ is redundant
  8384. 605.86 s [ghcide] except perhaps to import instances from ‘Data.Aeson’
  8385. 605.86 s [ghcide] To import instances alone, use: import Data.Aeson()
  8386. 605.86 s [ghcide] |
  8387. 605.86 s [ghcide] 32 | import qualified Data.Aeson as Aeson
  8388. 605.86 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8389. 605.86 s [ghcide]
  8390. 605.86 s [ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, dist/build/Development/IDE/Core/FileStore.p_o )
  8391. 605.86 s [ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, dist/build/Development/IDE/Core/Compile.p_o )
  8392. 605.86 s [ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning: [GHC-66111] [-Wunused-imports]
  8393. 605.86 s [ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
  8394. 605.86 s [ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
  8395. 605.86 s [ghcide] To import instances alone, use: import Data.List.NonEmpty()
  8396. 605.86 s [ghcide] |
  8397. 605.86 s [ghcide] 66 | import qualified Data.List.NonEmpty as NE
  8398. 605.86 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8399. 605.86 s [ghcide]
  8400. 605.86 s [ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning: [GHC-38856] [-Wunused-imports]
  8401. 605.86 s [ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
  8402. 605.86 s [ghcide] |
  8403. 605.86 s [ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime)
  8404. 605.86 s [ghcide] | ^^^^^^^^^^^^^^
  8405. 605.86 s [ghcide]
  8406. 605.86 s [ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning: [GHC-66111] [-Wunused-imports]
  8407. 605.86 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  8408. 605.86 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  8409. 605.86 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  8410. 605.87 s [ghcide] |
  8411. 605.87 s [ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
  8412. 605.87 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8413. 605.87 s [ghcide]
  8414. 605.87 s [ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning: [GHC-66111] [-Wunused-imports]
  8415. 605.87 s [ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
  8416. 605.87 s [ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
  8417. 605.87 s [ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
  8418. 605.87 s [ghcide] |
  8419. 605.87 s [ghcide] 140 | import Development.IDE.Import.FindImports
  8420. 605.87 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8421. 605.87 s [ghcide]
  8422. 605.87 s [ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning: [GHC-40910] [-Wunused-matches]
  8423. 605.87 s [ghcide] Defined but not used: ‘dep_info’
  8424. 605.87 s [ghcide] |
  8425. 605.87 s [ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
  8426. 605.87 s [ghcide] | ^^^^^^^^
  8427. 605.87 s [ghcide]
  8428. 605.87 s [ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning: [GHC-40910] [-Wunused-matches]
  8429. 605.87 s [ghcide] Defined but not used: ‘hsc_env’
  8430. 605.87 s [ghcide] |
  8431. 605.87 s [ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
  8432. 605.87 s [ghcide] | ^^^^^^^
  8433. 605.87 s [ghcide]
  8434. 607.35 s [ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, dist/build/Development/IDE/Spans/Documentation.p_o )
  8435. 607.87 s [ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, dist/build/Development/IDE/Spans/AtPoint.p_o )
  8436. 608.98 s [pandoc] [108 of 220] Compiling Text.Pandoc.Readers.Vimwiki
  8437. 609.24 s [ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, dist/build/Development/IDE/Core/FileExists.p_o )
  8438. 609.24 s [ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, dist/build/Development/IDE/Core/Service.p_o )
  8439. 609.24 s [ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, dist/build/Development/IDE/LSP/Notifications.p_o )
  8440. 609.24 s [ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, dist/build/Development/IDE/Core/PluginUtils.p_o )
  8441. 609.24 s [ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, dist/build/Development/IDE/Core/Actions.p_o )
  8442. 610.26 s [ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, dist/build/Development/IDE/Core/Rules.p_o )
  8443. 610.26 s [ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning: [GHC-66111] [-Wunused-imports]
  8444. 610.30 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  8445. 610.30 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  8446. 610.30 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  8447. 610.30 s [ghcide] |
  8448. 610.30 s [ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  8449. 610.30 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8450. 610.30 s [ghcide]
  8451. 610.30 s [ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning: [GHC-02256] [-Wambiguous-fields]
  8452. 610.30 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  8453. 610.30 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  8454. 610.30 s [ghcide] Consider disambiguating using module qualification instead.
  8455. 610.30 s [ghcide] |
  8456. 610.30 s [ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph}
  8457. 610.30 s [ghcide] | ^^^^^^^^^^^^^^^
  8458. 610.30 s [ghcide]
  8459. 614.53 s [ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, dist/build/Development/IDE/Plugin/Test.p_o )
  8460. 623.58 s [ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, dist/build/Development/IDE/LSP/Outline.p_o )
  8461. 623.58 s [ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, dist/build/Development/IDE/LSP/HoverDefinition.p_o )
  8462. 623.61 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.p_o )
  8463. 623.61 s [ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, dist/build/Development/IDE/Spans/Pragmas.p_o )
  8464. 623.61 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  8465. 623.61 s [ghcide] Pattern match(es) are non-exhaustive
  8466. 623.61 s [ghcide] In a record update:
  8467. 623.61 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8468. 623.61 s [ghcide] |
  8469. 623.61 s [ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  8470. 623.61 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8471. 623.61 s [ghcide]
  8472. 623.61 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning: [GHC-62161] [-Wincomplete-record-updates]
  8473. 623.61 s [ghcide] Pattern match(es) are non-exhaustive
  8474. 623.61 s [ghcide] In a record update:
  8475. 623.61 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8476. 623.61 s [ghcide] |
  8477. 623.61 s [ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
  8478. 623.61 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8479. 623.61 s [ghcide]
  8480. 623.61 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8481. 623.61 s [ghcide] Pattern match(es) are non-exhaustive
  8482. 623.61 s [ghcide] In a record update:
  8483. 623.61 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8484. 623.61 s [ghcide] |
  8485. 623.61 s [ghcide] 160 | defaultParserState
  8486. 623.61 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  8487. 623.61 s [ghcide]
  8488. 623.61 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8489. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8490. 623.62 s [ghcide] In a record update:
  8491. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8492. 623.62 s [ghcide] |
  8493. 623.62 s [ghcide] 165 | defaultParserState
  8494. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  8495. 623.62 s [ghcide]
  8496. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning: [GHC-62161] [-Wincomplete-record-updates]
  8497. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8498. 623.62 s [ghcide] In a record update:
  8499. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8500. 623.62 s [ghcide] |
  8501. 623.62 s [ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
  8502. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8503. 623.62 s [ghcide]
  8504. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8505. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8506. 623.62 s [ghcide] In a record update:
  8507. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8508. 623.62 s [ghcide] |
  8509. 623.62 s [ghcide] 171 | defaultParserState
  8510. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  8511. 623.62 s [ghcide]
  8512. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  8513. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8514. 623.62 s [ghcide] In a record update:
  8515. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8516. 623.62 s [ghcide] |
  8517. 623.62 s [ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  8518. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8519. 623.62 s [ghcide]
  8520. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8521. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8522. 623.62 s [ghcide] In a record update:
  8523. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8524. 623.62 s [ghcide] |
  8525. 623.62 s [ghcide] 186 | defaultParserState
  8526. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  8527. 623.62 s [ghcide]
  8528. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8529. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8530. 623.62 s [ghcide] In a record update:
  8531. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8532. 623.62 s [ghcide] |
  8533. 623.62 s [ghcide] 193 | defaultParserState
  8534. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  8535. 623.62 s [ghcide]
  8536. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8537. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8538. 623.62 s [ghcide] In a record update:
  8539. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8540. 623.62 s [ghcide] |
  8541. 623.62 s [ghcide] 203 | defaultParserState{
  8542. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  8543. 623.62 s [ghcide]
  8544. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8545. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8546. 623.62 s [ghcide] In a record update:
  8547. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched:
  8548. 623.62 s [ghcide] ParserStateDone _
  8549. 623.62 s [ghcide] ParserStateDone _
  8550. 623.62 s [ghcide] |
  8551. 623.62 s [ghcide] 207 | defaultParserState{
  8552. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  8553. 623.62 s [ghcide]
  8554. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning: [GHC-62161] [-Wincomplete-record-updates]
  8555. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8556. 623.62 s [ghcide] In a record update:
  8557. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8558. 623.62 s [ghcide] |
  8559. 623.62 s [ghcide] 214 | defaultParserState{ isLastTokenHash = True }
  8560. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8561. 623.62 s [ghcide]
  8562. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8563. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8564. 623.62 s [ghcide] In a record update:
  8565. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8566. 623.62 s [ghcide] |
  8567. 623.62 s [ghcide] 223 | defaultParserState{
  8568. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  8569. 623.62 s [ghcide]
  8570. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning: [GHC-62161] [-Wincomplete-record-updates]
  8571. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8572. 623.62 s [ghcide] In a record update:
  8573. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8574. 623.62 s [ghcide] |
  8575. 623.62 s [ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
  8576. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8577. 623.62 s [ghcide]
  8578. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  8579. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8580. 623.62 s [ghcide] In a record update:
  8581. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8582. 623.62 s [ghcide] |
  8583. 623.62 s [ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  8584. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8585. 623.62 s [ghcide]
  8586. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8587. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8588. 623.62 s [ghcide] In a record update:
  8589. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  8590. 623.62 s [ghcide] |
  8591. 623.62 s [ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
  8592. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8593. 623.62 s [ghcide]
  8594. 623.62 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  8595. 623.62 s [ghcide] Pattern match(es) are non-exhaustive
  8596. 623.62 s [ghcide] In a record update:
  8597. 623.62 s [ghcide] Patterns of type ‘ParserState’ not matched:
  8598. 623.62 s [ghcide] ParserStateDone _
  8599. 623.62 s [ghcide] ParserStateDone _
  8600. 623.62 s [ghcide] |
  8601. 623.62 s [ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
  8602. 623.62 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8603. 623.62 s [ghcide]
  8604. 623.62 s [ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, dist/build/Development/IDE/Plugin/TypeLenses.p_o )
  8605. 623.62 s [ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, dist/build/Development/IDE/Core/UseStale.p_o )
  8606. 623.62 s [ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.p_o )
  8607. 623.62 s [ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.p_o )
  8608. 623.62 s [ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, dist/build/Development/IDE/Plugin/Completions/Logic.p_o )
  8609. 623.62 s [ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, dist/build/Development/IDE/Plugin/Completions.p_o )
  8610. 623.62 s [ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, dist/build/Development/IDE/Plugin/HLS/GhcIde.p_o )
  8611. 623.62 s [ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.p_o )
  8612. 623.68 s [ghcide] src/Development/IDE/Main.hs:18:1: warning: [GHC-66111] [-Wunused-imports]
  8613. 623.69 s [ghcide] The import of ‘Control.Exception.Safe’ is redundant
  8614. 623.69 s [ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
  8615. 623.69 s [ghcide] To import instances alone, use: import Control.Exception.Safe()
  8616. 623.69 s [ghcide] |
  8617. 623.69 s [ghcide] 18 | import Control.Exception.Safe (SomeException,
  8618. 623.69 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8619. 623.69 s [ghcide]
  8620. 632.38 s [pandoc] [109 of 220] Compiling Text.Pandoc.Readers.Typst.Math
  8621. 637.34 s [ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0...
  8622. 637.34 s [ghcide] Building executable 'ghcide' for ghcide-2.10.0.0...
  8623. 637.62 s [ghcide] [1 of 3] Compiling Arguments ( exe/Arguments.hs, dist/build/ghcide/ghcide-tmp/Arguments.o, dist/build/ghcide/ghcide-tmp/Arguments.dyn_o )
  8624. 644.33 s [ghcide] [2 of 3] Compiling Paths_ghcide ( dist/build/ghcide/autogen/Paths_ghcide.hs, dist/build/ghcide/ghcide-tmp/Paths_ghcide.o, dist/build/ghcide/ghcide-tmp/Paths_ghcide.dyn_o )
  8625. 644.37 s [ghcide] [3 of 3] Compiling Main ( exe/Main.hs, dist/build/ghcide/ghcide-tmp/Main.o )
  8626. 651.55 s [ghcide] [4 of 4] Linking dist/build/ghcide/ghcide
  8627. 663.48 s [ghcide] buildPhase completed in 3 minutes 42 seconds
  8628. 663.48 s [ghcide] Phase: checkPhase
  8629. 663.61 s [ghcide] Package has no test suites.
  8630. 663.64 s [ghcide] Phase: haddockPhase
  8631. 664.08 s [ghcide] Preprocessing library for ghcide-2.10.0.0...
  8632. 664.21 s [ghcide] Running Haddock on library for ghcide-2.10.0.0...
  8633. 666.36 s [ghcide] Warning: The documentation for the following packages are not installed. No
  8634. 666.36 s [ghcide] links will be generated to these packages: attoparsec-0.14.4,
  8635. 666.36 s [ghcide] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
  8636. 670.27 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  8637. 670.37 s [ghcide] The following packages were specified via -package or -package-id flags,
  8638. 670.37 s [ghcide] but were not needed for compilation:
  8639. 670.37 s [ghcide] - os-string-2.0.2 (exposed by flag -package-id os-string-2.0.2-059d)
  8640. 670.37 s [ghcide]
  8641. 670.37 s [ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, /build/ghc2211_0/ghc_80.o, /build/ghc2211_0/ghc_80.dyn_o )
  8642. 670.43 s [ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, nothing )
  8643. 671.09 s [ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, nothing )
  8644. 671.17 s [ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, nothing )
  8645. 671.92 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  8646. 671.92 s [ghcide] The import of ‘Data.List’ is redundant
  8647. 671.92 s [ghcide] except perhaps to import instances from ‘Data.List’
  8648. 671.92 s [ghcide] To import instances alone, use: import Data.List()
  8649. 671.92 s [ghcide] |
  8650. 671.92 s [ghcide] 31 | import Data.List
  8651. 671.92 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  8652. 671.92 s [ghcide]
  8653. 671.93 s [ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, nothing )
  8654. 672.00 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  8655. 672.00 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  8656. 672.00 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  8657. 672.00 s [ghcide] |
  8658. 672.00 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  8659. 672.00 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8660. 672.00 s [ghcide]
  8661. 672.00 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  8662. 672.00 s [ghcide] The import of ‘Exception, fromException’
  8663. 672.00 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  8664. 672.00 s [ghcide] |
  8665. 672.00 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  8666. 672.01 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8667. 672.01 s [ghcide]
  8668. 672.01 s [ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, nothing )
  8669. 672.41 s [ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, /build/ghc2211_0/ghc_84.o, /build/ghc2211_0/ghc_84.dyn_o )
  8670. 674.41 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:270:5: warning: [GHC-75356] [-Wdodgy-exports]
  8671. 674.41 s [ghcide] The export item ‘Warn(..)’ suggests that
  8672. 674.41 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  8673. 674.41 s [ghcide] but it has none
  8674. 674.41 s [ghcide] |
  8675. 674.41 s [ghcide] 270 | Warn(..),
  8676. 674.41 s [ghcide] | ^^^^^^^^
  8677. 674.41 s [ghcide]
  8678. 674.41 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:364:5: warning: [GHC-47854] [-Wduplicate-exports]
  8679. 674.41 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  8680. 674.41 s [ghcide] |
  8681. 674.41 s [ghcide] 364 | module GHC.Utils.Panic,
  8682. 674.41 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  8683. 674.41 s [ghcide]
  8684. 674.41 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:432:47: warning: [GHC-99623] [-Wdodgy-imports]
  8685. 674.41 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  8686. 674.41 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  8687. 674.41 s [ghcide] but it has none
  8688. 674.41 s [ghcide] |
  8689. 674.41 s [ghcide] 432 | import GHC.Driver.CmdLine (Warn (..))
  8690. 674.41 s [ghcide] | ^^^^^^^^^
  8691. 674.41 s [ghcide]
  8692. 674.41 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:464:76: warning: [GHC-61689] [-Wdodgy-imports]
  8693. 674.41 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
  8694. 674.41 s [ghcide] |
  8695. 674.41 s [ghcide] 464 | anyM, concatMapM, mapMaybeM, foldMapM,
  8696. 674.41 s [ghcide] | ^^^^^^^^
  8697. 674.41 s [ghcide]
  8698. 674.41 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning: [GHC-66111] [-Wunused-imports]
  8699. 674.41 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  8700. 674.41 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  8701. 674.41 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  8702. 674.41 s [ghcide] |
  8703. 674.41 s [ghcide] 498 | import GHC.Data.Bag
  8704. 674.41 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8705. 674.41 s [ghcide]
  8706. 674.42 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:819:1: warning: [GHC-38417] [-Wmissing-signatures]
  8707. 674.42 s [ghcide] Top-level binding with no type signature:
  8708. 674.42 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  8709. 674.42 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  8710. 674.42 s [ghcide] |
  8711. 674.42 s [ghcide] 819 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  8712. 674.42 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  8713. 674.42 s [ghcide]
  8714. 675.08 s [ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, nothing )
  8715. 675.24 s [ghcide] [ 9 of 77] Compiling Development.IDE.GHC.Compat.Env ( src/Development/IDE/GHC/Compat/Env.hs, /build/ghc2211_0/ghc_86.o, /build/ghc2211_0/ghc_86.dyn_o )
  8716. 675.60 s [ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, nothing )
  8717. 676.05 s [ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, /build/ghc2211_0/ghc_92.o, /build/ghc2211_0/ghc_92.dyn_o )
  8718. 676.20 s [ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, /build/ghc2211_0/ghc_90.o, /build/ghc2211_0/ghc_90.dyn_o )
  8719. 676.26 s [ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, /build/ghc2211_0/ghc_88.o, /build/ghc2211_0/ghc_88.dyn_o )
  8720. 676.33 s [ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, /build/ghc2211_0/ghc_98.o, /build/ghc2211_0/ghc_98.dyn_o )
  8721. 676.65 s [ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, /build/ghc2211_0/ghc_100.o, /build/ghc2211_0/ghc_100.dyn_o )
  8722. 676.72 s [ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, /build/ghc2211_0/ghc_94.o, /build/ghc2211_0/ghc_94.dyn_o )
  8723. 676.83 s [ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, /build/ghc2211_0/ghc_96.o, /build/ghc2211_0/ghc_96.dyn_o )
  8724. 676.91 s [ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, /build/ghc2211_0/ghc_82.o, /build/ghc2211_0/ghc_82.dyn_o )
  8725. 677.37 s [ghcide] src/Development/IDE/GHC/Compat.hs:128:1: warning: [GHC-66111] [-Wunused-imports]
  8726. 677.37 s [ghcide] The import of ‘Data.List’ is redundant
  8727. 677.37 s [ghcide] except perhaps to import instances from ‘Data.List’
  8728. 677.37 s [ghcide] To import instances alone, use: import Data.List()
  8729. 677.37 s [ghcide] |
  8730. 677.37 s [ghcide] 128 | import Data.List (foldl')
  8731. 677.37 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8732. 677.37 s [ghcide]
  8733. 677.37 s [ghcide] src/Development/IDE/GHC/Compat.hs:287:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  8734. 677.37 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  8735. 677.37 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  8736. 677.37 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  8737. 677.37 s [ghcide] This makes type inference for inner bindings fragile;
  8738. 677.37 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  8739. 677.37 s [ghcide] • In the type signature:
  8740. 677.37 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  8741. 677.37 s [ghcide] GenLocated a e -> GenLocated b e
  8742. 677.37 s [ghcide] |
  8743. 677.37 s [ghcide] 287 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  8744. 677.37 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8745. 677.37 s [ghcide]
  8746. 677.37 s [ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning: [GHC-38417] [-Wmissing-signatures]
  8747. 677.37 s [ghcide] Top-level binding with no type signature:
  8748. 677.37 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  8749. 677.37 s [ghcide] |
  8750. 677.37 s [ghcide] 519 | extract_cons (NewTypeCon x) = [x]
  8751. 677.37 s [ghcide] | ^^^^^^^^^^^^
  8752. 677.37 s [ghcide]
  8753. 677.79 s [ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, nothing )
  8754. 677.85 s [ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, /build/ghc2211_0/ghc_102.o, /build/ghc2211_0/ghc_102.dyn_o )
  8755. 678.48 s [ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, nothing )
  8756. 678.56 s [ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, nothing )
  8757. 678.76 s [ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, nothing )
  8758. 681.73 s [ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, /build/ghc2211_0/ghc_126.o, /build/ghc2211_0/ghc_126.dyn_o )
  8759. 682.00 s [ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, /build/ghc2211_0/ghc_118.o, /build/ghc2211_0/ghc_118.dyn_o )
  8760. 682.80 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:66:1: warning: [GHC-66111] [-Wunused-imports]
  8761. 682.80 s [ghcide] The import of ‘Text.Printf’ is redundant
  8762. 682.80 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  8763. 682.80 s [ghcide] To import instances alone, use: import Text.Printf()
  8764. 682.80 s [ghcide] |
  8765. 682.80 s [ghcide] 66 | import Text.Printf (printf)
  8766. 682.80 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8767. 682.80 s [ghcide]
  8768. 683.08 s [ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, nothing )
  8769. 683.30 s [ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, /build/ghc2211_0/ghc_108.o, /build/ghc2211_0/ghc_108.dyn_o )
  8770. 683.73 s [ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, /build/ghc2211_0/ghc_106.o, /build/ghc2211_0/ghc_106.dyn_o )
  8771. 683.94 s [ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  8772. 683.94 s [ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
  8773. 683.94 s [ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
  8774. 683.94 s [ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
  8775. 683.94 s [ghcide] |
  8776. 683.94 s [ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
  8777. 683.94 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8778. 683.94 s [ghcide]
  8779. 684.24 s [ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, /build/ghc2211_0/ghc_124.o, /build/ghc2211_0/ghc_124.dyn_o )
  8780. 684.59 s [ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, /build/ghc2211_0/ghc_120.o, /build/ghc2211_0/ghc_120.dyn_o )
  8781. 685.32 s [ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, /build/ghc2211_0/ghc_114.o, /build/ghc2211_0/ghc_114.dyn_o )
  8782. 685.85 s [ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, nothing )
  8783. 686.09 s [ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, /build/ghc2211_0/ghc_104.o, /build/ghc2211_0/ghc_104.dyn_o )
  8784. 686.40 s [ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, /build/ghc2211_0/ghc_122.o, /build/ghc2211_0/ghc_122.dyn_o )
  8785. 686.50 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [GHC-66111] [-Wunused-imports]
  8786. 686.50 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  8787. 686.50 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  8788. 686.50 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  8789. 686.50 s [ghcide] |
  8790. 686.50 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  8791. 686.50 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8792. 686.50 s [ghcide]
  8793. 686.50 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  8794. 686.50 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  8795. 686.50 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  8796. 686.50 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  8797. 686.50 s [ghcide] |
  8798. 686.50 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  8799. 686.50 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8800. 686.50 s [ghcide]
  8801. 686.50 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  8802. 686.50 s [ghcide] The import of ‘System.Directory’ is redundant
  8803. 686.50 s [ghcide] except perhaps to import instances from ‘System.Directory’
  8804. 686.50 s [ghcide] To import instances alone, use: import System.Directory()
  8805. 686.50 s [ghcide] |
  8806. 686.50 s [ghcide] 30 | import System.Directory (makeAbsolute)
  8807. 686.50 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8808. 686.50 s [ghcide]
  8809. 686.50 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [GHC-40910] [-Wunused-matches]
  8810. 686.50 s [ghcide] Defined but not used: ‘mod_cache’
  8811. 686.50 s [ghcide] |
  8812. 686.50 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  8813. 686.50 s [ghcide] | ^^^^^^^^^
  8814. 686.50 s [ghcide]
  8815. 686.50 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  8816. 686.50 s [ghcide] Defined but not used: ‘file_cache’
  8817. 686.50 s [ghcide] |
  8818. 686.50 s [ghcide] 57 | file_cache <- newIORef M.empty
  8819. 686.50 s [ghcide] | ^^^^^^^^^^
  8820. 686.50 s [ghcide]
  8821. 686.64 s [ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, /build/ghc2211_0/ghc_116.o, /build/ghc2211_0/ghc_116.dyn_o )
  8822. 687.55 s [ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, /build/ghc2211_0/ghc_112.o, /build/ghc2211_0/ghc_112.dyn_o )
  8823. 687.89 s [ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, /build/ghc2211_0/ghc_110.o, /build/ghc2211_0/ghc_110.dyn_o )
  8824. 688.78 s [ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, nothing )
  8825. 689.14 s [ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, nothing )
  8826. 689.18 s [ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, nothing )
  8827. 689.26 s [ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, nothing )
  8828. 689.41 s [ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, nothing )
  8829. 689.43 s [ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, nothing )
  8830. 689.46 s [ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, nothing )
  8831. 689.57 s [ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, nothing )
  8832. 689.72 s [ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, nothing )
  8833. 689.83 s [ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, nothing )
  8834. 690.81 s [ghcide] src/Development/IDE/Core/Shake.hs:108:58: warning: [GHC-38856] [-Wunused-imports]
  8835. 690.81 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  8836. 690.81 s [ghcide] |
  8837. 690.81 s [ghcide] 108 | import Data.List.Extra (foldl', partition,
  8838. 690.81 s [ghcide] | ^^^^^^
  8839. 690.81 s [ghcide]
  8840. 690.86 s [ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, nothing )
  8841. 691.60 s [ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, nothing )
  8842. 691.68 s [ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, nothing )
  8843. 691.70 s [ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, nothing )
  8844. 692.06 s [ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, nothing )
  8845. 692.10 s [ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, nothing )
  8846. 692.93 s [ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, nothing )
  8847. 693.02 s [ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  8848. 693.02 s [ghcide] The qualified import of ‘Data.Aeson’ is redundant
  8849. 693.02 s [ghcide] except perhaps to import instances from ‘Data.Aeson’
  8850. 693.02 s [ghcide] To import instances alone, use: import Data.Aeson()
  8851. 693.02 s [ghcide] |
  8852. 693.02 s [ghcide] 32 | import qualified Data.Aeson as Aeson
  8853. 693.02 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8854. 693.02 s [ghcide]
  8855. 693.02 s [ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, nothing )
  8856. 693.21 s [ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, nothing )
  8857. 694.12 s [ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning: [GHC-66111] [-Wunused-imports]
  8858. 694.12 s [ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
  8859. 694.12 s [ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
  8860. 694.12 s [ghcide] To import instances alone, use: import Data.List.NonEmpty()
  8861. 694.12 s [ghcide] |
  8862. 694.12 s [ghcide] 66 | import qualified Data.List.NonEmpty as NE
  8863. 694.12 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8864. 694.12 s [ghcide]
  8865. 694.12 s [ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning: [GHC-38856] [-Wunused-imports]
  8866. 694.12 s [ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
  8867. 694.12 s [ghcide] |
  8868. 694.12 s [ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime)
  8869. 694.12 s [ghcide] | ^^^^^^^^^^^^^^
  8870. 694.12 s [ghcide]
  8871. 694.12 s [ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning: [GHC-66111] [-Wunused-imports]
  8872. 694.12 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  8873. 694.12 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  8874. 694.12 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  8875. 694.12 s [ghcide] |
  8876. 694.12 s [ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
  8877. 694.12 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8878. 694.12 s [ghcide]
  8879. 694.12 s [ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning: [GHC-66111] [-Wunused-imports]
  8880. 694.12 s [ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
  8881. 694.12 s [ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
  8882. 694.12 s [ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
  8883. 694.12 s [ghcide] |
  8884. 694.12 s [ghcide] 140 | import Development.IDE.Import.FindImports
  8885. 694.13 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8886. 694.13 s [ghcide]
  8887. 694.13 s [ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning: [GHC-40910] [-Wunused-matches]
  8888. 694.13 s [ghcide] Defined but not used: ‘dep_info’
  8889. 694.13 s [ghcide] |
  8890. 694.13 s [ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
  8891. 694.13 s [ghcide] | ^^^^^^^^
  8892. 694.13 s [ghcide]
  8893. 694.13 s [ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning: [GHC-40910] [-Wunused-matches]
  8894. 694.13 s [ghcide] Defined but not used: ‘hsc_env’
  8895. 694.13 s [ghcide] |
  8896. 694.13 s [ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
  8897. 694.13 s [ghcide] | ^^^^^^^
  8898. 694.13 s [ghcide]
  8899. 694.20 s [ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, nothing )
  8900. 694.31 s [ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, nothing )
  8901. 694.75 s [ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, nothing )
  8902. 694.85 s [ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, nothing )
  8903. 694.91 s [ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, nothing )
  8904. 695.06 s [ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, nothing )
  8905. 695.21 s [ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, nothing )
  8906. 695.33 s [ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, nothing )
  8907. 696.00 s [ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning: [GHC-66111] [-Wunused-imports]
  8908. 696.00 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  8909. 696.00 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  8910. 696.00 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  8911. 696.00 s [ghcide] |
  8912. 696.01 s [ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  8913. 696.01 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8914. 696.01 s [ghcide]
  8915. 696.01 s [ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning: [GHC-02256] [-Wambiguous-fields]
  8916. 696.01 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  8917. 696.01 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  8918. 696.01 s [ghcide] Consider disambiguating using module qualification instead.
  8919. 696.01 s [ghcide] |
  8920. 696.01 s [ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph}
  8921. 696.01 s [ghcide] | ^^^^^^^^^^^^^^^
  8922. 696.01 s [ghcide]
  8923. 696.05 s [ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, nothing )
  8924. 696.32 s [ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, nothing )
  8925. 696.48 s [ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, nothing )
  8926. 696.54 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, nothing )
  8927. 696.59 s [ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, nothing )
  8928. 696.78 s [ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, nothing )
  8929. 697.81 s [ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, nothing )
  8930. 697.89 s [ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, nothing )
  8931. 697.97 s [ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, nothing )
  8932. 698.05 s [ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, nothing )
  8933. 698.46 s [ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, nothing )
  8934. 698.70 s [ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, nothing )
  8935. 698.77 s [ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, nothing )
  8936. 699.07 s [ghcide] src/Development/IDE/Main.hs:18:1: warning: [GHC-66111] [-Wunused-imports]
  8937. 699.07 s [ghcide] The import of ‘Control.Exception.Safe’ is redundant
  8938. 699.07 s [ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
  8939. 699.07 s [ghcide] To import instances alone, use: import Control.Exception.Safe()
  8940. 699.07 s [ghcide] |
  8941. 699.07 s [ghcide] 18 | import Control.Exception.Safe (SomeException,
  8942. 699.07 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8943. 699.07 s [ghcide]
  8944. 699.09 s [ghcide] Haddock coverage:
  8945. 699.14 s [ghcide] 95% ( 79 / 83) in 'Control.Concurrent.Strict'
  8946. 699.14 s [ghcide] Missing documentation for:
  8947. 699.14 s [ghcide] Module header
  8948. 699.14 s [ghcide] modifyVar (src/Control/Concurrent/Strict.hs:27)
  8949. 699.14 s [ghcide] modifyVar_ (src/Control/Concurrent/Strict.hs:35)
  8950. 699.14 s [ghcide] addMVarFinalizer
  8951. 699.15 s [ghcide] 60% ( 3 / 5) in 'Development.IDE.Core.Debouncer'
  8952. 699.15 s [ghcide] Missing documentation for:
  8953. 699.15 s [ghcide] Module header
  8954. 699.15 s [ghcide] registerEvent
  8955. 699.15 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Core.FileUtils'
  8956. 699.15 s [ghcide] Missing documentation for:
  8957. 699.15 s [ghcide] Module header
  8958. 699.15 s [ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
  8959. 699.16 s [ghcide] 20% ( 4 / 20) in 'Development.IDE.Core.PositionMapping'
  8960. 699.16 s [ghcide] Missing documentation for:
  8961. 699.16 s [ghcide] Module header
  8962. 699.16 s [ghcide] PositionMapping (src/Development/IDE/Core/PositionMapping.hs:93)
  8963. 699.16 s [ghcide] lowerRange (src/Development/IDE/Core/PositionMapping.hs:49)
  8964. 699.16 s [ghcide] upperRange (src/Development/IDE/Core/PositionMapping.hs:53)
  8965. 699.16 s [ghcide] positionResultToMaybe (src/Development/IDE/Core/PositionMapping.hs:57)
  8966. 699.16 s [ghcide] fromCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:86)
  8967. 699.16 s [ghcide] toCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:89)
  8968. 699.16 s [ghcide] PositionDelta (src/Development/IDE/Core/PositionMapping.hs:74)
  8969. 699.16 s [ghcide] idDelta (src/Development/IDE/Core/PositionMapping.hs:116)
  8970. 699.16 s [ghcide] toCurrentRange (src/Development/IDE/Core/PositionMapping.hs:96)
  8971. 699.16 s [ghcide] fromCurrentRange (src/Development/IDE/Core/PositionMapping.hs:100)
  8972. 699.16 s [ghcide] applyChange (src/Development/IDE/Core/PositionMapping.hs:133)
  8973. 699.16 s [ghcide] zeroMapping (src/Development/IDE/Core/PositionMapping.hs:104)
  8974. 699.16 s [ghcide] deltaFromDiff (src/Development/IDE/Core/PositionMapping.hs:194)
  8975. 699.16 s [ghcide] toCurrent (src/Development/IDE/Core/PositionMapping.hs:140)
  8976. 699.16 s [ghcide] fromCurrent (src/Development/IDE/Core/PositionMapping.hs:166)
  8977. 699.16 s [ghcide] 66% ( 2 / 3) in 'Development.IDE.Core.WorkerThread'
  8978. 699.16 s [ghcide] Missing documentation for:
  8979. 699.16 s [ghcide] Module header
  8980. 699.16 s [ghcide] 20% ( 2 / 10) in 'Development.IDE.GHC.Compat.CmdLine'
  8981. 699.16 s [ghcide] Missing documentation for:
  8982. 699.16 s [ghcide] CmdLineP
  8983. 699.16 s [ghcide] getCmdLineState
  8984. 699.16 s [ghcide] putCmdLineState
  8985. 699.16 s [ghcide] Flag
  8986. 699.16 s [ghcide] OptKind
  8987. 699.16 s [ghcide] EwM
  8988. 699.16 s [ghcide] defFlag
  8989. 699.16 s [ghcide] liftEwM
  8990. 699.43 s [ghcide] 25% (864 /3421) in 'Development.IDE.GHC.Compat.Core'
  8991. 699.43 s [ghcide] Missing documentation for:
  8992. 699.43 s [ghcide] extensions
  8993. 699.43 s [ghcide] extensionFlags
  8994. 699.43 s [ghcide] targetPlatform
  8995. 699.43 s [ghcide] generalFlags
  8996. 699.43 s [ghcide] warningFlags
  8997. 699.43 s [ghcide] topDir
  8998. 699.43 s [ghcide] hiDir
  8999. 699.43 s [ghcide] tmpDir
  9000. 699.43 s [ghcide] importPaths
  9001. 699.43 s [ghcide] useColor
  9002. 699.43 s [ghcide] canUseColor
  9003. 699.43 s [ghcide] useUnicode
  9004. 699.43 s [ghcide] objectDir
  9005. 699.43 s [ghcide] setImportPaths (src/Development/IDE/GHC/Compat/Core.hs:621)
  9006. 699.43 s [ghcide] outputFile
  9007. 699.43 s [ghcide] setOutputFile
  9008. 699.43 s [ghcide] needWiredInHomeIface
  9009. 699.43 s [ghcide] importDecl
  9010. 699.43 s [ghcide] sPgm_F
  9011. 699.43 s [ghcide] FlagSpec
  9012. 699.43 s [ghcide] WarningFlag
  9013. 699.43 s [ghcide] ExposePackage (src/Development/IDE/GHC/Compat/Core.hs:628)
  9014. 699.43 s [ghcide] setUnsafeGlobalDynFlags
  9015. 699.43 s [ghcide] scaledThing
  9016. 699.43 s [ghcide] IfaceTyCon
  9017. 699.43 s [ghcide] ModIface
  9018. 699.43 s [ghcide] HscSource
  9019. 699.43 s [ghcide] loadInterface
  9020. 699.43 s [ghcide] RecompileRequired
  9021. 699.43 s [ghcide] mkPartialIface
  9022. 699.43 s [ghcide] Fixity
  9023. 699.43 s [ghcide] defaultFixity
  9024. 699.43 s [ghcide] lookupFixityRn
  9025. 699.43 s [ghcide] Type
  9026. 699.43 s [ghcide] FunTy (src/Development/IDE/GHC/Compat/Core.hs:641)
  9027. 699.43 s [ghcide] ConPatIn (src/Development/IDE/GHC/Compat/Core.hs:680)
  9028. 699.43 s [ghcide] conPatDetails (src/Development/IDE/GHC/Compat/Core.hs:690)
  9029. 699.43 s [ghcide] mapConPatDetail (src/Development/IDE/GHC/Compat/Core.hs:694)
  9030. 699.43 s [ghcide] SourceText
  9031. 699.43 s [ghcide] AvailName (src/Development/IDE/GHC/Compat/Core.hs:606)
  9032. 699.43 s [ghcide] AvailFL (src/Development/IDE/GHC/Compat/Core.hs:613)
  9033. 699.43 s [ghcide] AvailTC (src/Development/IDE/GHC/Compat/Core.hs:597)
  9034. 699.43 s [ghcide] availsToNameSet
  9035. 699.43 s [ghcide] ParsedSource
  9036. 699.43 s [ghcide] RenamedSource
  9037. 699.43 s [ghcide] unGhc
  9038. 699.43 s [ghcide] getSession
  9039. 699.43 s [ghcide] setSessionDynFlags
  9040. 699.43 s [ghcide] runHsc
  9041. 699.43 s [ghcide] compileFile
  9042. 699.43 s [ghcide] hscInteractive
  9043. 699.43 s [ghcide] hscUpdateHPT
  9044. 699.43 s [ghcide] makeSimpleDetails (src/Development/IDE/GHC/Compat/Core.hs:746)
  9045. 699.43 s [ghcide] tcSplitForAllTyVarBinder_maybe
  9046. 699.43 s [ghcide] typecheckIface
  9047. 699.43 s [ghcide] mkIfaceTc (src/Development/IDE/GHC/Compat/Core.hs:751)
  9048. 699.43 s [ghcide] mkBootModDetailsTc (src/Development/IDE/GHC/Compat/Core.hs:759)
  9049. 699.43 s [ghcide] initTidyOpts (src/Development/IDE/GHC/Compat/Core.hs:764)
  9050. 699.43 s [ghcide] driverNoStop (src/Development/IDE/GHC/Compat/Core.hs:768)
  9051. 699.43 s [ghcide] tidyProgram
  9052. 699.43 s [ghcide] ImportedModsVal
  9053. 699.43 s [ghcide] importedByUser
  9054. 699.43 s [ghcide] TypecheckedSource
  9055. 699.43 s [ghcide] HasSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:647)
  9056. 699.43 s [ghcide] Located
  9057. 699.43 s [ghcide] unLoc
  9058. 699.43 s [ghcide] getLoc
  9059. 699.43 s [ghcide] getLocA
  9060. 699.43 s [ghcide] locA
  9061. 699.43 s [ghcide] noLocA
  9062. 699.43 s [ghcide] unLocA (src/Development/IDE/GHC/Compat/Core.hs:727)
  9063. 699.43 s [ghcide] LocatedAn (src/Development/IDE/GHC/Compat/Core.hs:724)
  9064. 699.43 s [ghcide] LocatedA
  9065. 699.43 s [ghcide] RealLocated
  9066. 699.43 s [ghcide] RealSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:585)
  9067. 699.43 s [ghcide] RealSrcLoc (src/Development/IDE/GHC/Compat/Core.hs:591)
  9068. 699.43 s [ghcide] mkRealSrcLoc
  9069. 699.43 s [ghcide] getRealSrcSpan
  9070. 699.43 s [ghcide] realSrcLocSpan
  9071. 699.43 s [ghcide] realSrcSpanStart
  9072. 699.43 s [ghcide] realSrcSpanEnd
  9073. 699.43 s [ghcide] isSubspanOfA (src/Development/IDE/GHC/Compat/Core.hs:722)
  9074. 699.43 s [ghcide] srcSpanStartLine
  9075. 699.43 s [ghcide] srcSpanStartCol
  9076. 699.43 s [ghcide] srcSpanEndLine
  9077. 699.43 s [ghcide] srcSpanEndCol
  9078. 699.43 s [ghcide] srcSpanFile
  9079. 699.43 s [ghcide] noLoc
  9080. 699.43 s [ghcide] mapLoc (src/Development/IDE/GHC/Compat/Core.hs:785)
  9081. 699.43 s [ghcide] mkHomeModLocation (src/Development/IDE/GHC/Compat/Core.hs:580)
  9082. 699.43 s [ghcide] findObjectLinkableMaybe
  9083. 699.43 s [ghcide] InstalledFindResult
  9084. 699.43 s [ghcide] PackageName
  9085. 699.43 s [ghcide] unload (src/Development/IDE/GHC/Compat/Core.hs:715)
  9086. 699.43 s [ghcide] Hooks
  9087. 699.43 s [ghcide] runMetaHook
  9088. 699.43 s [ghcide] MetaHook
  9089. 699.43 s [ghcide] metaRequestE
  9090. 699.43 s [ghcide] metaRequestP
  9091. 699.43 s [ghcide] metaRequestT
  9092. 699.43 s [ghcide] metaRequestD
  9093. 699.43 s [ghcide] metaRequestAW
  9094. 699.43 s [ghcide] addToHpt
  9095. 699.43 s [ghcide] addListToHpt
  9096. 699.43 s [ghcide] TargetId
  9097. 699.43 s [ghcide] mkSimpleTarget (src/Development/IDE/GHC/Compat/Core.hs:816)
  9098. 699.43 s [ghcide] initObjLinker (src/Development/IDE/GHC/Compat/Core.hs:699)
  9099. 699.43 s [ghcide] loadDLL (src/Development/IDE/GHC/Compat/Core.hs:703)
  9100. 699.43 s [ghcide] InteractiveImport
  9101. 699.43 s [ghcide] parseImportDecl
  9102. 699.43 s [ghcide] runDecls
  9103. 699.43 s [ghcide] GRE (src/Development/IDE/GHC/Compat/Core.hs:732)
  9104. 699.43 s [ghcide] gre_name (src/Development/IDE/GHC/Compat/Core.hs:732)
  9105. 699.43 s [ghcide] gre_imp (src/Development/IDE/GHC/Compat/Core.hs:732)
  9106. 699.43 s [ghcide] gre_lcl (src/Development/IDE/GHC/Compat/Core.hs:732)
  9107. 699.43 s [ghcide] gre_par (src/Development/IDE/GHC/Compat/Core.hs:732)
  9108. 699.43 s [ghcide] collectHsBindsBinders (src/Development/IDE/GHC/Compat/Core.hs:741)
  9109. 699.43 s [ghcide] hasKey
  9110. 699.44 s [ghcide] allNameStrings
  9111. 699.44 s [ghcide] allNameStringList
  9112. 699.44 s [ghcide] itName
  9113. 699.44 s [ghcide] mkUnboundName
  9114. 699.44 s [ghcide] isUnboundName
  9115. 699.44 s [ghcide] basicKnownKeyNames
  9116. 699.44 s [ghcide] genericTyConNames
  9117. 699.44 s [ghcide] gHC_PRIM
  9118. 699.44 s [ghcide] gHC_PRIM_PANIC
  9119. 699.44 s [ghcide] gHC_TYPES
  9120. 699.44 s [ghcide] gHC_MAGIC
  9121. 699.44 s [ghcide] gHC_MAGIC_DICT
  9122. 699.44 s [ghcide] gHC_CSTRING
  9123. 699.44 s [ghcide] gHC_CLASSES
  9124. 699.44 s [ghcide] gHC_PRIMOPWRAPPERS
  9125. 699.44 s [ghcide] gHC_INTERNAL_TUPLE
  9126. 699.44 s [ghcide] pRELUDE
  9127. 699.44 s [ghcide] dATA_LIST
  9128. 699.44 s [ghcide] cONTROL_MONAD_ZIP
  9129. 699.44 s [ghcide] gHC_INTERNAL_NUM_INTEGER
  9130. 699.44 s [ghcide] gHC_INTERNAL_NUM_NATURAL
  9131. 699.44 s [ghcide] gHC_INTERNAL_NUM_BIGNAT
  9132. 699.44 s [ghcide] gHC_INTERNAL_BASE
  9133. 699.44 s [ghcide] gHC_INTERNAL_ENUM
  9134. 699.44 s [ghcide] gHC_INTERNAL_GHCI
  9135. 699.44 s [ghcide] gHC_INTERNAL_GHCI_HELPERS
  9136. 699.44 s [ghcide] gHC_INTERNAL_SHOW
  9137. 699.44 s [ghcide] gHC_INTERNAL_READ
  9138. 699.44 s [ghcide] gHC_INTERNAL_NUM
  9139. 699.44 s [ghcide] gHC_INTERNAL_MAYBE
  9140. 699.44 s [ghcide] gHC_INTERNAL_LIST
  9141. 699.44 s [ghcide] gHC_INTERNAL_DATA_EITHER
  9142. 699.44 s [ghcide] gHC_INTERNAL_DATA_STRING
  9143. 699.44 s [ghcide] gHC_INTERNAL_DATA_FOLDABLE
  9144. 699.44 s [ghcide] gHC_INTERNAL_DATA_TRAVERSABLE
  9145. 699.44 s [ghcide] gHC_INTERNAL_CONC
  9146. 699.44 s [ghcide] gHC_INTERNAL_IO
  9147. 699.44 s [ghcide] gHC_INTERNAL_IO_Exception
  9148. 699.44 s [ghcide] gHC_INTERNAL_ST
  9149. 699.44 s [ghcide] gHC_INTERNAL_IX
  9150. 699.44 s [ghcide] gHC_INTERNAL_STABLE
  9151. 699.44 s [ghcide] gHC_INTERNAL_PTR
  9152. 699.44 s [ghcide] gHC_INTERNAL_ERR
  9153. 699.44 s [ghcide] gHC_INTERNAL_REAL
  9154. 699.44 s [ghcide] gHC_INTERNAL_FLOAT
  9155. 699.44 s [ghcide] gHC_INTERNAL_TOP_HANDLER
  9156. 699.44 s [ghcide] gHC_INTERNAL_SYSTEM_IO
  9157. 699.44 s [ghcide] gHC_INTERNAL_DYNAMIC
  9158. 699.44 s [ghcide] gHC_INTERNAL_TYPEABLE
  9159. 699.44 s [ghcide] gHC_INTERNAL_TYPEABLE_INTERNAL
  9160. 699.44 s [ghcide] gHC_INTERNAL_DATA_DATA
  9161. 699.44 s [ghcide] gHC_INTERNAL_READ_PREC
  9162. 699.44 s [ghcide] gHC_INTERNAL_LEX
  9163. 699.44 s [ghcide] gHC_INTERNAL_INT
  9164. 699.44 s [ghcide] gHC_INTERNAL_WORD
  9165. 699.44 s [ghcide] gHC_INTERNAL_MONAD
  9166. 699.44 s [ghcide] gHC_INTERNAL_MONAD_FIX
  9167. 699.44 s [ghcide] gHC_INTERNAL_MONAD_FAIL
  9168. 699.44 s [ghcide] gHC_INTERNAL_ARROW
  9169. 699.44 s [ghcide] gHC_INTERNAL_DESUGAR
  9170. 699.44 s [ghcide] gHC_INTERNAL_RANDOM
  9171. 699.44 s [ghcide] gHC_INTERNAL_EXTS
  9172. 699.44 s [ghcide] gHC_INTERNAL_IS_LIST
  9173. 699.44 s [ghcide] gHC_INTERNAL_CONTROL_EXCEPTION_BASE
  9174. 699.44 s [ghcide] gHC_INTERNAL_EXCEPTION_CONTEXT
  9175. 699.44 s [ghcide] gHC_INTERNAL_GENERICS
  9176. 699.44 s [ghcide] gHC_INTERNAL_TYPEERROR
  9177. 699.44 s [ghcide] gHC_INTERNAL_TYPELITS
  9178. 699.44 s [ghcide] gHC_INTERNAL_TYPELITS_INTERNAL
  9179. 699.44 s [ghcide] gHC_INTERNAL_TYPENATS
  9180. 699.44 s [ghcide] gHC_INTERNAL_TYPENATS_INTERNAL
  9181. 699.44 s [ghcide] gHC_INTERNAL_DATA_COERCE
  9182. 699.44 s [ghcide] gHC_INTERNAL_DEBUG_TRACE
  9183. 699.44 s [ghcide] gHC_INTERNAL_UNSAFE_COERCE
  9184. 699.44 s [ghcide] gHC_INTERNAL_FOREIGN_C_CONSTPTR
  9185. 699.44 s [ghcide] gHC_INTERNAL_SRCLOC
  9186. 699.44 s [ghcide] gHC_INTERNAL_STACK
  9187. 699.44 s [ghcide] gHC_INTERNAL_STACK_TYPES
  9188. 699.44 s [ghcide] gHC_INTERNAL_STATICPTR
  9189. 699.44 s [ghcide] gHC_INTERNAL_STATICPTR_INTERNAL
  9190. 699.44 s [ghcide] gHC_INTERNAL_FINGERPRINT_TYPE
  9191. 699.44 s [ghcide] gHC_INTERNAL_OVER_LABELS
  9192. 699.44 s [ghcide] gHC_INTERNAL_RECORDS
  9193. 699.44 s [ghcide] dATA_TUPLE_EXPERIMENTAL
  9194. 699.44 s [ghcide] dATA_SUM_EXPERIMENTAL
  9195. 699.44 s [ghcide] rOOT_MAIN
  9196. 699.44 s [ghcide] mkInteractiveModule
  9197. 699.44 s [ghcide] pRELUDE_NAME
  9198. 699.44 s [ghcide] mAIN_NAME
  9199. 699.44 s [ghcide] mkPrimModule
  9200. 699.44 s [ghcide] mkBignumModule
  9201. 699.44 s [ghcide] mkGhcInternalModule
  9202. 699.44 s [ghcide] mkGhcInternalModule_
  9203. 699.44 s [ghcide] mkBaseModule
  9204. 699.44 s [ghcide] mkBaseModule_
  9205. 699.44 s [ghcide] mkThisGhcModule
  9206. 699.44 s [ghcide] mkThisGhcModule_
  9207. 699.44 s [ghcide] mkMainModule
  9208. 699.44 s [ghcide] mkMainModule_
  9209. 699.44 s [ghcide] mkExperimentalModule
  9210. 699.44 s [ghcide] main_RDR_Unqual
  9211. 699.44 s [ghcide] eq_RDR
  9212. 699.44 s [ghcide] ge_RDR
  9213. 699.44 s [ghcide] le_RDR
  9214. 699.44 s [ghcide] lt_RDR
  9215. 699.44 s [ghcide] gt_RDR
  9216. 699.44 s [ghcide] compare_RDR
  9217. 699.44 s [ghcide] ltTag_RDR
  9218. 699.44 s [ghcide] eqTag_RDR
  9219. 699.44 s [ghcide] gtTag_RDR
  9220. 699.44 s [ghcide] map_RDR
  9221. 699.44 s [ghcide] append_RDR
  9222. 699.44 s [ghcide] foldr_RDR
  9223. 699.44 s [ghcide] build_RDR
  9224. 699.44 s [ghcide] returnM_RDR
  9225. 699.44 s [ghcide] bindM_RDR
  9226. 699.44 s [ghcide] failM_RDR
  9227. 699.44 s [ghcide] left_RDR
  9228. 699.44 s [ghcide] right_RDR
  9229. 699.44 s [ghcide] fromEnum_RDR
  9230. 699.44 s [ghcide] toEnum_RDR
  9231. 699.44 s [ghcide] enumFrom_RDR
  9232. 699.44 s [ghcide] enumFromTo_RDR
  9233. 699.44 s [ghcide] enumFromThen_RDR
  9234. 699.44 s [ghcide] enumFromThenTo_RDR
  9235. 699.44 s [ghcide] times_RDR
  9236. 699.44 s [ghcide] plus_RDR
  9237. 699.44 s [ghcide] compose_RDR
  9238. 699.44 s [ghcide] and_RDR
  9239. 699.44 s [ghcide] not_RDR
  9240. 699.44 s [ghcide] dataToTag_RDR
  9241. 699.44 s [ghcide] succ_RDR
  9242. 699.44 s [ghcide] pred_RDR
  9243. 699.44 s [ghcide] minBound_RDR
  9244. 699.44 s [ghcide] maxBound_RDR
  9245. 699.44 s [ghcide] range_RDR
  9246. 699.44 s [ghcide] inRange_RDR
  9247. 699.44 s [ghcide] index_RDR
  9248. 699.44 s [ghcide] unsafeIndex_RDR
  9249. 699.44 s [ghcide] unsafeRangeSize_RDR
  9250. 699.44 s [ghcide] readList_RDR
  9251. 699.44 s [ghcide] readListDefault_RDR
  9252. 699.44 s [ghcide] readListPrec_RDR
  9253. 699.44 s [ghcide] readListPrecDefault_RDR
  9254. 699.44 s [ghcide] readPrec_RDR
  9255. 699.44 s [ghcide] parens_RDR
  9256. 699.44 s [ghcide] choose_RDR
  9257. 699.44 s [ghcide] lexP_RDR
  9258. 699.44 s [ghcide] expectP_RDR
  9259. 699.44 s [ghcide] readField_RDR
  9260. 699.44 s [ghcide] readFieldHash_RDR
  9261. 699.44 s [ghcide] readSymField_RDR
  9262. 699.44 s [ghcide] punc_RDR
  9263. 699.44 s [ghcide] ident_RDR
  9264. 699.44 s [ghcide] symbol_RDR
  9265. 699.44 s [ghcide] step_RDR
  9266. 699.44 s [ghcide] alt_RDR
  9267. 699.44 s [ghcide] reset_RDR
  9268. 699.44 s [ghcide] prec_RDR
  9269. 699.44 s [ghcide] pfail_RDR
  9270. 699.44 s [ghcide] showsPrec_RDR
  9271. 699.44 s [ghcide] shows_RDR
  9272. 699.44 s [ghcide] showString_RDR
  9273. 699.44 s [ghcide] showSpace_RDR
  9274. 699.44 s [ghcide] showCommaSpace_RDR
  9275. 699.44 s [ghcide] showParen_RDR
  9276. 699.44 s [ghcide] error_RDR
  9277. 699.44 s [ghcide] u1DataCon_RDR
  9278. 699.44 s [ghcide] par1DataCon_RDR
  9279. 699.44 s [ghcide] rec1DataCon_RDR
  9280. 699.44 s [ghcide] k1DataCon_RDR
  9281. 699.44 s [ghcide] m1DataCon_RDR
  9282. 699.44 s [ghcide] l1DataCon_RDR
  9283. 699.44 s [ghcide] r1DataCon_RDR
  9284. 699.44 s [ghcide] prodDataCon_RDR
  9285. 699.44 s [ghcide] comp1DataCon_RDR
  9286. 699.44 s [ghcide] unPar1_RDR
  9287. 699.44 s [ghcide] unRec1_RDR
  9288. 699.44 s [ghcide] unK1_RDR
  9289. 699.44 s [ghcide] unComp1_RDR
  9290. 699.44 s [ghcide] from_RDR
  9291. 699.44 s [ghcide] from1_RDR
  9292. 699.44 s [ghcide] to_RDR
  9293. 699.44 s [ghcide] to1_RDR
  9294. 699.44 s [ghcide] datatypeName_RDR
  9295. 699.44 s [ghcide] moduleName_RDR
  9296. 699.44 s [ghcide] packageName_RDR
  9297. 699.44 s [ghcide] isNewtypeName_RDR
  9298. 699.44 s [ghcide] selName_RDR
  9299. 699.44 s [ghcide] conName_RDR
  9300. 699.44 s [ghcide] conFixity_RDR
  9301. 699.44 s [ghcide] conIsRecord_RDR
  9302. 699.44 s [ghcide] prefixDataCon_RDR
  9303. 699.44 s [ghcide] infixDataCon_RDR
  9304. 699.44 s [ghcide] leftAssocDataCon_RDR
  9305. 699.44 s [ghcide] rightAssocDataCon_RDR
  9306. 699.44 s [ghcide] notAssocDataCon_RDR
  9307. 699.44 s [ghcide] uAddrDataCon_RDR
  9308. 699.44 s [ghcide] uCharDataCon_RDR
  9309. 699.44 s [ghcide] uDoubleDataCon_RDR
  9310. 699.44 s [ghcide] uFloatDataCon_RDR
  9311. 699.44 s [ghcide] uIntDataCon_RDR
  9312. 699.44 s [ghcide] uWordDataCon_RDR
  9313. 699.44 s [ghcide] uAddrHash_RDR
  9314. 699.44 s [ghcide] uCharHash_RDR
  9315. 699.44 s [ghcide] uDoubleHash_RDR
  9316. 699.44 s [ghcide] uFloatHash_RDR
  9317. 699.44 s [ghcide] uIntHash_RDR
  9318. 699.44 s [ghcide] uWordHash_RDR
  9319. 699.44 s [ghcide] fmap_RDR
  9320. 699.44 s [ghcide] replace_RDR
  9321. 699.44 s [ghcide] pure_RDR
  9322. 699.44 s [ghcide] ap_RDR
  9323. 699.44 s [ghcide] liftA2_RDR
  9324. 699.44 s [ghcide] foldable_foldr_RDR
  9325. 699.44 s [ghcide] foldMap_RDR
  9326. 699.44 s [ghcide] null_RDR
  9327. 699.44 s [ghcide] all_RDR
  9328. 699.44 s [ghcide] traverse_RDR
  9329. 699.44 s [ghcide] mempty_RDR
  9330. 699.44 s [ghcide] mappend_RDR
  9331. 699.44 s [ghcide] varQual_RDR
  9332. 699.44 s [ghcide] tcQual_RDR
  9333. 699.44 s [ghcide] clsQual_RDR
  9334. 699.44 s [ghcide] dataQual_RDR
  9335. 699.44 s [ghcide] fieldQual_RDR
  9336. 699.44 s [ghcide] wildCardName
  9337. 699.44 s [ghcide] runMainIOName
  9338. 699.44 s [ghcide] runRWName
  9339. 699.44 s [ghcide] orderingTyConName
  9340. 699.44 s [ghcide] ordLTDataConName
  9341. 699.44 s [ghcide] ordEQDataConName
  9342. 699.44 s [ghcide] ordGTDataConName
  9343. 699.44 s [ghcide] specTyConName
  9344. 699.44 s [ghcide] eitherTyConName
  9345. 699.44 s [ghcide] leftDataConName
  9346. 699.44 s [ghcide] rightDataConName
  9347. 699.44 s [ghcide] voidTyConName
  9348. 699.44 s [ghcide] v1TyConName
  9349. 699.44 s [ghcide] u1TyConName
  9350. 699.44 s [ghcide] par1TyConName
  9351. 699.44 s [ghcide] rec1TyConName
  9352. 699.44 s [ghcide] k1TyConName
  9353. 699.44 s [ghcide] m1TyConName
  9354. 699.44 s [ghcide] sumTyConName
  9355. 699.44 s [ghcide] prodTyConName
  9356. 699.44 s [ghcide] compTyConName
  9357. 699.44 s [ghcide] rTyConName
  9358. 699.44 s [ghcide] dTyConName
  9359. 699.44 s [ghcide] cTyConName
  9360. 699.44 s [ghcide] sTyConName
  9361. 699.44 s [ghcide] rec0TyConName
  9362. 699.44 s [ghcide] d1TyConName
  9363. 699.44 s [ghcide] c1TyConName
  9364. 699.44 s [ghcide] s1TyConName
  9365. 699.44 s [ghcide] repTyConName
  9366. 699.44 s [ghcide] rep1TyConName
  9367. 699.44 s [ghcide] uRecTyConName
  9368. 699.44 s [ghcide] uAddrTyConName
  9369. 699.44 s [ghcide] uCharTyConName
  9370. 699.44 s [ghcide] uDoubleTyConName
  9371. 699.44 s [ghcide] uFloatTyConName
  9372. 699.44 s [ghcide] uIntTyConName
  9373. 699.44 s [ghcide] uWordTyConName
  9374. 699.44 s [ghcide] prefixIDataConName
  9375. 699.44 s [ghcide] infixIDataConName
  9376. 699.44 s [ghcide] leftAssociativeDataConName
  9377. 699.44 s [ghcide] rightAssociativeDataConName
  9378. 699.44 s [ghcide] notAssociativeDataConName
  9379. 699.44 s [ghcide] sourceUnpackDataConName
  9380. 699.44 s [ghcide] sourceNoUnpackDataConName
  9381. 699.44 s [ghcide] noSourceUnpackednessDataConName
  9382. 699.44 s [ghcide] sourceLazyDataConName
  9383. 699.44 s [ghcide] sourceStrictDataConName
  9384. 699.44 s [ghcide] noSourceStrictnessDataConName
  9385. 699.44 s [ghcide] decidedLazyDataConName
  9386. 699.44 s [ghcide] decidedStrictDataConName
  9387. 699.44 s [ghcide] decidedUnpackDataConName
  9388. 699.44 s [ghcide] metaDataDataConName
  9389. 699.44 s [ghcide] metaConsDataConName
  9390. 699.44 s [ghcide] metaSelDataConName
  9391. 699.44 s [ghcide] divIntName
  9392. 699.44 s [ghcide] modIntName
  9393. 699.44 s [ghcide] cstringLengthName
  9394. 699.44 s [ghcide] eqStringName
  9395. 699.44 s [ghcide] unpackCStringName
  9396. 699.44 s [ghcide] unpackCStringAppendName
  9397. 699.44 s [ghcide] unpackCStringFoldrName
  9398. 699.44 s [ghcide] unpackCStringUtf8Name
  9399. 699.44 s [ghcide] unpackCStringAppendUtf8Name
  9400. 699.44 s [ghcide] unpackCStringFoldrUtf8Name
  9401. 699.44 s [ghcide] inlineIdName
  9402. 699.44 s [ghcide] eqClassName
  9403. 699.44 s [ghcide] eqName
  9404. 699.44 s [ghcide] ordClassName
  9405. 699.45 s [ghcide] geName
  9406. 699.45 s [ghcide] functorClassName
  9407. 699.45 s [ghcide] fmapName
  9408. 699.45 s [ghcide] monadClassName
  9409. 699.45 s [ghcide] thenMName
  9410. 699.45 s [ghcide] bindMName
  9411. 699.45 s [ghcide] returnMName
  9412. 699.45 s [ghcide] monadFailClassName
  9413. 699.45 s [ghcide] failMName
  9414. 699.45 s [ghcide] applicativeClassName
  9415. 699.45 s [ghcide] apAName
  9416. 699.45 s [ghcide] pureAName
  9417. 699.45 s [ghcide] thenAName
  9418. 699.45 s [ghcide] foldableClassName
  9419. 699.45 s [ghcide] traversableClassName
  9420. 699.45 s [ghcide] semigroupClassName
  9421. 699.45 s [ghcide] sappendName
  9422. 699.45 s [ghcide] monoidClassName
  9423. 699.45 s [ghcide] memptyName
  9424. 699.45 s [ghcide] mappendName
  9425. 699.45 s [ghcide] mconcatName
  9426. 699.45 s [ghcide] joinMName
  9427. 699.45 s [ghcide] alternativeClassName
  9428. 699.45 s [ghcide] joinMIdKey
  9429. 699.45 s [ghcide] apAClassOpKey
  9430. 699.45 s [ghcide] pureAClassOpKey
  9431. 699.45 s [ghcide] thenAClassOpKey
  9432. 699.45 s [ghcide] alternativeClassKey
  9433. 699.45 s [ghcide] considerAccessibleName
  9434. 699.45 s [ghcide] dollarName
  9435. 699.45 s [ghcide] otherwiseIdName
  9436. 699.45 s [ghcide] foldrName
  9437. 699.45 s [ghcide] buildName
  9438. 699.45 s [ghcide] augmentName
  9439. 699.45 s [ghcide] mapName
  9440. 699.45 s [ghcide] appendName
  9441. 699.45 s [ghcide] assertName
  9442. 699.45 s [ghcide] fromStringName
  9443. 699.45 s [ghcide] numClassName
  9444. 699.45 s [ghcide] fromIntegerName
  9445. 699.45 s [ghcide] minusName
  9446. 699.45 s [ghcide] negateName
  9447. 699.45 s [ghcide] bnbVarQual
  9448. 699.45 s [ghcide] bnnVarQual
  9449. 699.45 s [ghcide] bniVarQual
  9450. 699.45 s [ghcide] bignatFromWordListName
  9451. 699.45 s [ghcide] bignatEqName
  9452. 699.45 s [ghcide] bignatCompareName
  9453. 699.45 s [ghcide] bignatCompareWordName
  9454. 699.45 s [ghcide] naturalToWordName
  9455. 699.45 s [ghcide] naturalPopCountName
  9456. 699.45 s [ghcide] naturalShiftRName
  9457. 699.45 s [ghcide] naturalShiftLName
  9458. 699.45 s [ghcide] naturalAddName
  9459. 699.45 s [ghcide] naturalSubName
  9460. 699.45 s [ghcide] naturalSubThrowName
  9461. 699.45 s [ghcide] naturalSubUnsafeName
  9462. 699.45 s [ghcide] naturalMulName
  9463. 699.45 s [ghcide] naturalQuotRemName
  9464. 699.45 s [ghcide] naturalQuotName
  9465. 699.45 s [ghcide] naturalRemName
  9466. 699.45 s [ghcide] naturalAndName
  9467. 699.45 s [ghcide] naturalAndNotName
  9468. 699.45 s [ghcide] naturalOrName
  9469. 699.45 s [ghcide] naturalXorName
  9470. 699.45 s [ghcide] naturalTestBitName
  9471. 699.45 s [ghcide] naturalBitName
  9472. 699.45 s [ghcide] naturalGcdName
  9473. 699.45 s [ghcide] naturalLcmName
  9474. 699.45 s [ghcide] naturalLog2Name
  9475. 699.45 s [ghcide] naturalLogBaseWordName
  9476. 699.45 s [ghcide] naturalLogBaseName
  9477. 699.45 s [ghcide] naturalPowModName
  9478. 699.45 s [ghcide] naturalSizeInBaseName
  9479. 699.45 s [ghcide] integerFromNaturalName
  9480. 699.45 s [ghcide] integerToNaturalClampName
  9481. 699.45 s [ghcide] integerToNaturalThrowName
  9482. 699.45 s [ghcide] integerToNaturalName
  9483. 699.45 s [ghcide] integerToWordName
  9484. 699.45 s [ghcide] integerToIntName
  9485. 699.45 s [ghcide] integerToWord64Name
  9486. 699.45 s [ghcide] integerToInt64Name
  9487. 699.45 s [ghcide] integerFromWordName
  9488. 699.45 s [ghcide] integerFromWord64Name
  9489. 699.45 s [ghcide] integerFromInt64Name
  9490. 699.45 s [ghcide] integerAddName
  9491. 699.45 s [ghcide] integerMulName
  9492. 699.45 s [ghcide] integerSubName
  9493. 699.45 s [ghcide] integerNegateName
  9494. 699.45 s [ghcide] integerAbsName
  9495. 699.45 s [ghcide] integerPopCountName
  9496. 699.45 s [ghcide] integerQuotName
  9497. 699.45 s [ghcide] integerRemName
  9498. 699.45 s [ghcide] integerDivName
  9499. 699.45 s [ghcide] integerModName
  9500. 699.45 s [ghcide] integerDivModName
  9501. 699.45 s [ghcide] integerQuotRemName
  9502. 699.45 s [ghcide] integerEncodeFloatName
  9503. 699.45 s [ghcide] integerEncodeDoubleName
  9504. 699.45 s [ghcide] integerGcdName
  9505. 699.45 s [ghcide] integerLcmName
  9506. 699.45 s [ghcide] integerAndName
  9507. 699.45 s [ghcide] integerOrName
  9508. 699.45 s [ghcide] integerXorName
  9509. 699.45 s [ghcide] integerComplementName
  9510. 699.45 s [ghcide] integerBitName
  9511. 699.45 s [ghcide] integerTestBitName
  9512. 699.45 s [ghcide] integerShiftLName
  9513. 699.45 s [ghcide] integerShiftRName
  9514. 699.45 s [ghcide] rationalTyConName
  9515. 699.45 s [ghcide] ratioTyConName
  9516. 699.45 s [ghcide] ratioDataConName
  9517. 699.45 s [ghcide] realClassName
  9518. 699.45 s [ghcide] integralClassName
  9519. 699.45 s [ghcide] realFracClassName
  9520. 699.45 s [ghcide] fractionalClassName
  9521. 699.45 s [ghcide] fromRationalName
  9522. 699.45 s [ghcide] toIntegerName
  9523. 699.45 s [ghcide] toRationalName
  9524. 699.45 s [ghcide] fromIntegralName
  9525. 699.45 s [ghcide] realToFracName
  9526. 699.45 s [ghcide] mkRationalBase2Name
  9527. 699.45 s [ghcide] mkRationalBase10Name
  9528. 699.45 s [ghcide] floatingClassName
  9529. 699.45 s [ghcide] realFloatClassName
  9530. 699.45 s [ghcide] integerToFloatName
  9531. 699.45 s [ghcide] integerToDoubleName
  9532. 699.45 s [ghcide] naturalToFloatName
  9533. 699.45 s [ghcide] naturalToDoubleName
  9534. 699.45 s [ghcide] rationalToFloatName
  9535. 699.45 s [ghcide] rationalToDoubleName
  9536. 699.45 s [ghcide] ixClassName
  9537. 699.45 s [ghcide] trModuleTyConName
  9538. 699.45 s [ghcide] trModuleDataConName
  9539. 699.45 s [ghcide] trNameTyConName
  9540. 699.45 s [ghcide] trNameSDataConName
  9541. 699.45 s [ghcide] trNameDDataConName
  9542. 699.45 s [ghcide] trTyConTyConName
  9543. 699.45 s [ghcide] trTyConDataConName
  9544. 699.45 s [ghcide] kindRepTyConName
  9545. 699.45 s [ghcide] kindRepTyConAppDataConName
  9546. 699.45 s [ghcide] kindRepVarDataConName
  9547. 699.45 s [ghcide] kindRepAppDataConName
  9548. 699.45 s [ghcide] kindRepFunDataConName
  9549. 699.45 s [ghcide] kindRepTYPEDataConName
  9550. 699.45 s [ghcide] kindRepTypeLitSDataConName
  9551. 699.45 s [ghcide] kindRepTypeLitDDataConName
  9552. 699.45 s [ghcide] typeLitSortTyConName
  9553. 699.45 s [ghcide] typeLitSymbolDataConName
  9554. 699.45 s [ghcide] typeLitNatDataConName
  9555. 699.45 s [ghcide] typeLitCharDataConName
  9556. 699.45 s [ghcide] typeableClassName
  9557. 699.45 s [ghcide] typeRepTyConName
  9558. 699.45 s [ghcide] someTypeRepTyConName
  9559. 699.45 s [ghcide] someTypeRepDataConName
  9560. 699.45 s [ghcide] typeRepIdName
  9561. 699.45 s [ghcide] mkTrTypeName
  9562. 699.45 s [ghcide] mkTrConName
  9563. 699.45 s [ghcide] mkTrAppName
  9564. 699.45 s [ghcide] mkTrFunName
  9565. 699.45 s [ghcide] typeNatTypeRepName
  9566. 699.45 s [ghcide] typeSymbolTypeRepName
  9567. 699.45 s [ghcide] typeCharTypeRepName
  9568. 699.45 s [ghcide] trGhcPrimModuleName
  9569. 699.45 s [ghcide] starKindRepName
  9570. 699.45 s [ghcide] starArrStarKindRepName
  9571. 699.45 s [ghcide] starArrStarArrStarKindRepName
  9572. 699.45 s [ghcide] constraintKindRepName
  9573. 699.45 s [ghcide] withDictClassName
  9574. 699.45 s [ghcide] nonEmptyTyConName
  9575. 699.45 s [ghcide] dataToTagClassName
  9576. 699.45 s [ghcide] errorMessageTypeErrorFamName
  9577. 699.45 s [ghcide] typeErrorTextDataConName
  9578. 699.45 s [ghcide] typeErrorAppendDataConName
  9579. 699.45 s [ghcide] typeErrorVAppendDataConName
  9580. 699.45 s [ghcide] typeErrorShowTypeDataConName
  9581. 699.45 s [ghcide] unsatisfiableClassName
  9582. 699.45 s [ghcide] unsatisfiableIdName
  9583. 699.45 s [ghcide] unsafeEqualityProofName
  9584. 699.45 s [ghcide] unsafeEqualityTyConName
  9585. 699.45 s [ghcide] unsafeReflDataConName
  9586. 699.45 s [ghcide] unsafeCoercePrimName
  9587. 699.45 s [ghcide] toDynName
  9588. 699.45 s [ghcide] dataClassName
  9589. 699.45 s [ghcide] assertErrorName
  9590. 699.45 s [ghcide] traceName
  9591. 699.45 s [ghcide] enumClassName
  9592. 699.45 s [ghcide] enumFromName
  9593. 699.45 s [ghcide] enumFromToName
  9594. 699.45 s [ghcide] enumFromThenName
  9595. 699.45 s [ghcide] enumFromThenToName
  9596. 699.45 s [ghcide] boundedClassName
  9597. 699.45 s [ghcide] concatName
  9598. 699.45 s [ghcide] filterName
  9599. 699.45 s [ghcide] zipName
  9600. 699.45 s [ghcide] isListClassName
  9601. 699.45 s [ghcide] fromListName
  9602. 699.45 s [ghcide] fromListNName
  9603. 699.45 s [ghcide] toListName
  9604. 699.45 s [ghcide] getFieldName
  9605. 699.45 s [ghcide] setFieldName
  9606. 699.45 s [ghcide] showClassName
  9607. 699.45 s [ghcide] readClassName
  9608. 699.45 s [ghcide] genClassName
  9609. 699.45 s [ghcide] gen1ClassName
  9610. 699.45 s [ghcide] datatypeClassName
  9611. 699.45 s [ghcide] constructorClassName
  9612. 699.45 s [ghcide] selectorClassName
  9613. 699.45 s [ghcide] genericClassNames
  9614. 699.45 s [ghcide] ghciIoClassName
  9615. 699.45 s [ghcide] ghciStepIoMName
  9616. 699.45 s [ghcide] ioTyConName
  9617. 699.45 s [ghcide] ioDataConName
  9618. 699.45 s [ghcide] thenIOName
  9619. 699.45 s [ghcide] bindIOName
  9620. 699.45 s [ghcide] returnIOName
  9621. 699.45 s [ghcide] failIOName
  9622. 699.45 s [ghcide] int8TyConName
  9623. 699.45 s [ghcide] int16TyConName
  9624. 699.45 s [ghcide] int32TyConName
  9625. 699.45 s [ghcide] int64TyConName
  9626. 699.45 s [ghcide] word8TyConName
  9627. 699.45 s [ghcide] word16TyConName
  9628. 699.45 s [ghcide] word32TyConName
  9629. 699.45 s [ghcide] word64TyConName
  9630. 699.45 s [ghcide] ptrTyConName
  9631. 699.45 s [ghcide] funPtrTyConName
  9632. 699.45 s [ghcide] stablePtrTyConName
  9633. 699.45 s [ghcide] newStablePtrName
  9634. 699.45 s [ghcide] monadFixClassName
  9635. 699.45 s [ghcide] mfixName
  9636. 699.45 s [ghcide] arrAName
  9637. 699.45 s [ghcide] composeAName
  9638. 699.45 s [ghcide] firstAName
  9639. 699.45 s [ghcide] appAName
  9640. 699.45 s [ghcide] choiceAName
  9641. 699.45 s [ghcide] loopAName
  9642. 699.45 s [ghcide] guardMName
  9643. 699.45 s [ghcide] liftMName
  9644. 699.45 s [ghcide] mzipName
  9645. 699.45 s [ghcide] toAnnotationWrapperName
  9646. 699.45 s [ghcide] monadPlusClassName
  9647. 699.45 s [ghcide] isStringClassName
  9648. 699.45 s [ghcide] knownNatClassName
  9649. 699.45 s [ghcide] knownSymbolClassName
  9650. 699.45 s [ghcide] knownCharClassName
  9651. 699.45 s [ghcide] fromLabelClassOpName
  9652. 699.45 s [ghcide] ipClassName
  9653. 699.45 s [ghcide] hasFieldClassName
  9654. 699.45 s [ghcide] exceptionContextTyConName
  9655. 699.45 s [ghcide] emptyExceptionContextName
  9656. 699.45 s [ghcide] callStackTyConName
  9657. 699.45 s [ghcide] emptyCallStackName
  9658. 699.45 s [ghcide] pushCallStackName
  9659. 699.45 s [ghcide] srcLocDataConName
  9660. 699.45 s [ghcide] pLUGINS
  9661. 699.45 s [ghcide] pluginTyConName
  9662. 699.45 s [ghcide] frontendPluginTyConName
  9663. 699.45 s [ghcide] makeStaticName
  9664. 699.45 s [ghcide] staticPtrInfoTyConName
  9665. 699.45 s [ghcide] staticPtrInfoDataConName
  9666. 699.45 s [ghcide] staticPtrTyConName
  9667. 699.45 s [ghcide] staticPtrDataConName
  9668. 699.45 s [ghcide] fromStaticPtrName
  9669. 699.45 s [ghcide] fingerprintDataConName
  9670. 699.45 s [ghcide] constPtrConName
  9671. 699.45 s [ghcide] jsvalTyConName
  9672. 699.45 s [ghcide] varQual
  9673. 699.45 s [ghcide] tcQual
  9674. 699.45 s [ghcide] clsQual
  9675. 699.45 s [ghcide] dcQual
  9676. 699.45 s [ghcide] mk_known_key_name
  9677. 699.45 s [ghcide] boundedClassKey
  9678. 699.45 s [ghcide] enumClassKey
  9679. 699.45 s [ghcide] eqClassKey
  9680. 699.45 s [ghcide] floatingClassKey
  9681. 699.45 s [ghcide] fractionalClassKey
  9682. 699.45 s [ghcide] integralClassKey
  9683. 699.45 s [ghcide] monadClassKey
  9684. 699.45 s [ghcide] dataClassKey
  9685. 699.45 s [ghcide] functorClassKey
  9686. 699.45 s [ghcide] numClassKey
  9687. 699.45 s [ghcide] ordClassKey
  9688. 699.45 s [ghcide] readClassKey
  9689. 699.45 s [ghcide] realClassKey
  9690. 699.45 s [ghcide] realFloatClassKey
  9691. 699.45 s [ghcide] realFracClassKey
  9692. 699.45 s [ghcide] showClassKey
  9693. 699.45 s [ghcide] ixClassKey
  9694. 699.45 s [ghcide] typeableClassKey
  9695. 699.45 s [ghcide] withDictClassKey
  9696. 699.45 s [ghcide] dataToTagClassKey
  9697. 699.45 s [ghcide] monadFixClassKey
  9698. 699.45 s [ghcide] monadFailClassKey
  9699. 699.45 s [ghcide] monadPlusClassKey
  9700. 699.45 s [ghcide] randomClassKey
  9701. 699.45 s [ghcide] randomGenClassKey
  9702. 699.45 s [ghcide] isStringClassKey
  9703. 699.45 s [ghcide] applicativeClassKey
  9704. 699.45 s [ghcide] foldableClassKey
  9705. 699.45 s [ghcide] traversableClassKey
  9706. 699.45 s [ghcide] genClassKey
  9707. 699.45 s [ghcide] gen1ClassKey
  9708. 699.45 s [ghcide] datatypeClassKey
  9709. 699.45 s [ghcide] constructorClassKey
  9710. 699.45 s [ghcide] selectorClassKey
  9711. 699.45 s [ghcide] knownNatClassNameKey
  9712. 699.45 s [ghcide] knownSymbolClassNameKey
  9713. 699.45 s [ghcide] knownCharClassNameKey
  9714. 699.45 s [ghcide] ghciIoClassKey
  9715. 699.45 s [ghcide] semigroupClassKey
  9716. 699.45 s [ghcide] monoidClassKey
  9717. 699.45 s [ghcide] ipClassKey
  9718. 699.45 s [ghcide] hasFieldClassNameKey
  9719. 699.45 s [ghcide] addrPrimTyConKey
  9720. 699.45 s [ghcide] arrayPrimTyConKey
  9721. 699.45 s [ghcide] boolTyConKey
  9722. 699.45 s [ghcide] byteArrayPrimTyConKey
  9723. 699.45 s [ghcide] stringTyConKey
  9724. 699.45 s [ghcide] charPrimTyConKey
  9725. 699.45 s [ghcide] charTyConKey
  9726. 699.45 s [ghcide] doublePrimTyConKey
  9727. 699.45 s [ghcide] doubleTyConKey
  9728. 699.45 s [ghcide] floatPrimTyConKey
  9729. 699.45 s [ghcide] floatTyConKey
  9730. 699.45 s [ghcide] fUNTyConKey
  9731. 699.45 s [ghcide] intPrimTyConKey
  9732. 699.45 s [ghcide] intTyConKey
  9733. 699.45 s [ghcide] int8PrimTyConKey
  9734. 699.45 s [ghcide] int8TyConKey
  9735. 699.45 s [ghcide] int16PrimTyConKey
  9736. 699.45 s [ghcide] int16TyConKey
  9737. 699.45 s [ghcide] int32PrimTyConKey
  9738. 699.45 s [ghcide] int32TyConKey
  9739. 699.45 s [ghcide] int64PrimTyConKey
  9740. 699.45 s [ghcide] int64TyConKey
  9741. 699.45 s [ghcide] integerTyConKey
  9742. 699.45 s [ghcide] naturalTyConKey
  9743. 699.45 s [ghcide] listTyConKey
  9744. 699.45 s [ghcide] foreignObjPrimTyConKey
  9745. 699.45 s [ghcide] maybeTyConKey
  9746. 699.45 s [ghcide] weakPrimTyConKey
  9747. 699.45 s [ghcide] mutableArrayPrimTyConKey
  9748. 699.45 s [ghcide] mutableByteArrayPrimTyConKey
  9749. 699.45 s [ghcide] orderingTyConKey
  9750. 699.45 s [ghcide] mVarPrimTyConKey
  9751. 699.45 s [ghcide] ioPortPrimTyConKey
  9752. 699.45 s [ghcide] ratioTyConKey
  9753. 699.45 s [ghcide] rationalTyConKey
  9754. 699.45 s [ghcide] realWorldTyConKey
  9755. 699.45 s [ghcide] stablePtrPrimTyConKey
  9756. 699.45 s [ghcide] stablePtrTyConKey
  9757. 699.45 s [ghcide] eqTyConKey
  9758. 699.45 s [ghcide] heqTyConKey
  9759. 699.45 s [ghcide] ctArrowTyConKey
  9760. 699.45 s [ghcide] ccArrowTyConKey
  9761. 699.45 s [ghcide] tcArrowTyConKey
  9762. 699.45 s [ghcide] statePrimTyConKey
  9763. 699.45 s [ghcide] stableNamePrimTyConKey
  9764. 699.45 s [ghcide] stableNameTyConKey
  9765. 699.45 s [ghcide] eqPrimTyConKey
  9766. 699.45 s [ghcide] eqReprPrimTyConKey
  9767. 699.45 s [ghcide] eqPhantPrimTyConKey
  9768. 699.45 s [ghcide] mutVarPrimTyConKey
  9769. 699.45 s [ghcide] ioTyConKey
  9770. 699.45 s [ghcide] wordPrimTyConKey
  9771. 699.45 s [ghcide] wordTyConKey
  9772. 699.45 s [ghcide] word8PrimTyConKey
  9773. 699.45 s [ghcide] word8TyConKey
  9774. 699.45 s [ghcide] word16PrimTyConKey
  9775. 699.46 s [ghcide] word16TyConKey
  9776. 699.46 s [ghcide] word32PrimTyConKey
  9777. 699.46 s [ghcide] word32TyConKey
  9778. 699.46 s [ghcide] word64PrimTyConKey
  9779. 699.46 s [ghcide] word64TyConKey
  9780. 699.46 s [ghcide] kindConKey
  9781. 699.46 s [ghcide] boxityConKey
  9782. 699.46 s [ghcide] typeConKey
  9783. 699.46 s [ghcide] threadIdPrimTyConKey
  9784. 699.46 s [ghcide] bcoPrimTyConKey
  9785. 699.46 s [ghcide] ptrTyConKey
  9786. 699.46 s [ghcide] funPtrTyConKey
  9787. 699.46 s [ghcide] tVarPrimTyConKey
  9788. 699.46 s [ghcide] compactPrimTyConKey
  9789. 699.46 s [ghcide] stackSnapshotPrimTyConKey
  9790. 699.46 s [ghcide] promptTagPrimTyConKey
  9791. 699.46 s [ghcide] eitherTyConKey
  9792. 699.46 s [ghcide] voidTyConKey
  9793. 699.46 s [ghcide] nonEmptyTyConKey
  9794. 699.46 s [ghcide] dictTyConKey
  9795. 699.46 s [ghcide] liftedTypeKindTyConKey
  9796. 699.46 s [ghcide] unliftedTypeKindTyConKey
  9797. 699.46 s [ghcide] tYPETyConKey
  9798. 699.46 s [ghcide] cONSTRAINTTyConKey
  9799. 699.46 s [ghcide] constraintKindTyConKey
  9800. 699.46 s [ghcide] levityTyConKey
  9801. 699.46 s [ghcide] runtimeRepTyConKey
  9802. 699.46 s [ghcide] vecCountTyConKey
  9803. 699.46 s [ghcide] vecElemTyConKey
  9804. 699.46 s [ghcide] liftedRepTyConKey
  9805. 699.46 s [ghcide] unliftedRepTyConKey
  9806. 699.46 s [ghcide] zeroBitRepTyConKey
  9807. 699.46 s [ghcide] zeroBitTypeTyConKey
  9808. 699.46 s [ghcide] pluginTyConKey
  9809. 699.46 s [ghcide] frontendPluginTyConKey
  9810. 699.46 s [ghcide] trTyConTyConKey
  9811. 699.46 s [ghcide] trModuleTyConKey
  9812. 699.46 s [ghcide] trNameTyConKey
  9813. 699.46 s [ghcide] kindRepTyConKey
  9814. 699.46 s [ghcide] typeLitSortTyConKey
  9815. 699.46 s [ghcide] v1TyConKey
  9816. 699.46 s [ghcide] u1TyConKey
  9817. 699.46 s [ghcide] par1TyConKey
  9818. 699.46 s [ghcide] rec1TyConKey
  9819. 699.46 s [ghcide] k1TyConKey
  9820. 699.46 s [ghcide] m1TyConKey
  9821. 699.46 s [ghcide] sumTyConKey
  9822. 699.46 s [ghcide] prodTyConKey
  9823. 699.46 s [ghcide] compTyConKey
  9824. 699.46 s [ghcide] rTyConKey
  9825. 699.46 s [ghcide] dTyConKey
  9826. 699.46 s [ghcide] cTyConKey
  9827. 699.46 s [ghcide] sTyConKey
  9828. 699.46 s [ghcide] rec0TyConKey
  9829. 699.46 s [ghcide] d1TyConKey
  9830. 699.46 s [ghcide] c1TyConKey
  9831. 699.46 s [ghcide] s1TyConKey
  9832. 699.46 s [ghcide] repTyConKey
  9833. 699.46 s [ghcide] rep1TyConKey
  9834. 699.46 s [ghcide] uRecTyConKey
  9835. 699.46 s [ghcide] uAddrTyConKey
  9836. 699.46 s [ghcide] uCharTyConKey
  9837. 699.46 s [ghcide] uDoubleTyConKey
  9838. 699.46 s [ghcide] uFloatTyConKey
  9839. 699.46 s [ghcide] uIntTyConKey
  9840. 699.46 s [ghcide] uWordTyConKey
  9841. 699.46 s [ghcide] unsatisfiableClassNameKey
  9842. 699.46 s [ghcide] errorMessageTypeErrorFamKey
  9843. 699.46 s [ghcide] coercibleTyConKey
  9844. 699.46 s [ghcide] proxyPrimTyConKey
  9845. 699.46 s [ghcide] specTyConKey
  9846. 699.46 s [ghcide] anyTyConKey
  9847. 699.46 s [ghcide] smallArrayPrimTyConKey
  9848. 699.46 s [ghcide] smallMutableArrayPrimTyConKey
  9849. 699.46 s [ghcide] staticPtrTyConKey
  9850. 699.46 s [ghcide] staticPtrInfoTyConKey
  9851. 699.46 s [ghcide] callStackTyConKey
  9852. 699.46 s [ghcide] typeRepTyConKey
  9853. 699.46 s [ghcide] someTypeRepTyConKey
  9854. 699.46 s [ghcide] someTypeRepDataConKey
  9855. 699.46 s [ghcide] typeSymbolAppendFamNameKey
  9856. 699.46 s [ghcide] unsafeEqualityTyConKey
  9857. 699.46 s [ghcide] multiplicityTyConKey
  9858. 699.46 s [ghcide] unrestrictedFunTyConKey
  9859. 699.46 s [ghcide] multMulTyConKey
  9860. 699.46 s [ghcide] int8X16PrimTyConKey
  9861. 699.46 s [ghcide] int16X8PrimTyConKey
  9862. 699.46 s [ghcide] int32X4PrimTyConKey
  9863. 699.46 s [ghcide] int64X2PrimTyConKey
  9864. 699.46 s [ghcide] int8X32PrimTyConKey
  9865. 699.46 s [ghcide] int16X16PrimTyConKey
  9866. 699.46 s [ghcide] int32X8PrimTyConKey
  9867. 699.46 s [ghcide] int64X4PrimTyConKey
  9868. 699.46 s [ghcide] int8X64PrimTyConKey
  9869. 699.46 s [ghcide] int16X32PrimTyConKey
  9870. 699.46 s [ghcide] int32X16PrimTyConKey
  9871. 699.46 s [ghcide] int64X8PrimTyConKey
  9872. 699.46 s [ghcide] word8X16PrimTyConKey
  9873. 699.46 s [ghcide] word16X8PrimTyConKey
  9874. 699.46 s [ghcide] word32X4PrimTyConKey
  9875. 699.46 s [ghcide] word64X2PrimTyConKey
  9876. 699.46 s [ghcide] word8X32PrimTyConKey
  9877. 699.46 s [ghcide] word16X16PrimTyConKey
  9878. 699.46 s [ghcide] word32X8PrimTyConKey
  9879. 699.46 s [ghcide] word64X4PrimTyConKey
  9880. 699.46 s [ghcide] word8X64PrimTyConKey
  9881. 699.46 s [ghcide] word16X32PrimTyConKey
  9882. 699.46 s [ghcide] word32X16PrimTyConKey
  9883. 699.46 s [ghcide] word64X8PrimTyConKey
  9884. 699.46 s [ghcide] floatX4PrimTyConKey
  9885. 699.46 s [ghcide] doubleX2PrimTyConKey
  9886. 699.46 s [ghcide] floatX8PrimTyConKey
  9887. 699.46 s [ghcide] doubleX4PrimTyConKey
  9888. 699.46 s [ghcide] floatX16PrimTyConKey
  9889. 699.46 s [ghcide] doubleX8PrimTyConKey
  9890. 699.46 s [ghcide] typeSymbolKindConNameKey
  9891. 699.46 s [ghcide] typeCharKindConNameKey
  9892. 699.46 s [ghcide] typeNatAddTyFamNameKey
  9893. 699.46 s [ghcide] typeNatMulTyFamNameKey
  9894. 699.46 s [ghcide] typeNatExpTyFamNameKey
  9895. 699.46 s [ghcide] typeNatSubTyFamNameKey
  9896. 699.46 s [ghcide] typeSymbolCmpTyFamNameKey
  9897. 699.46 s [ghcide] typeNatCmpTyFamNameKey
  9898. 699.46 s [ghcide] typeCharCmpTyFamNameKey
  9899. 699.46 s [ghcide] typeLeqCharTyFamNameKey
  9900. 699.46 s [ghcide] typeNatDivTyFamNameKey
  9901. 699.46 s [ghcide] typeNatModTyFamNameKey
  9902. 699.46 s [ghcide] typeNatLogTyFamNameKey
  9903. 699.46 s [ghcide] typeConsSymbolTyFamNameKey
  9904. 699.46 s [ghcide] typeUnconsSymbolTyFamNameKey
  9905. 699.46 s [ghcide] typeCharToNatTyFamNameKey
  9906. 699.46 s [ghcide] typeNatToCharTyFamNameKey
  9907. 699.46 s [ghcide] constPtrTyConKey
  9908. 699.46 s [ghcide] jsvalTyConKey
  9909. 699.46 s [ghcide] exceptionContextTyConKey
  9910. 699.46 s [ghcide] charDataConKey
  9911. 699.46 s [ghcide] consDataConKey
  9912. 699.46 s [ghcide] doubleDataConKey
  9913. 699.46 s [ghcide] falseDataConKey
  9914. 699.46 s [ghcide] floatDataConKey
  9915. 699.46 s [ghcide] intDataConKey
  9916. 699.46 s [ghcide] nothingDataConKey
  9917. 699.46 s [ghcide] justDataConKey
  9918. 699.46 s [ghcide] eqDataConKey
  9919. 699.46 s [ghcide] nilDataConKey
  9920. 699.46 s [ghcide] ratioDataConKey
  9921. 699.46 s [ghcide] word8DataConKey
  9922. 699.46 s [ghcide] stableNameDataConKey
  9923. 699.46 s [ghcide] trueDataConKey
  9924. 699.46 s [ghcide] wordDataConKey
  9925. 699.46 s [ghcide] ioDataConKey
  9926. 699.46 s [ghcide] heqDataConKey
  9927. 699.46 s [ghcide] crossDataConKey
  9928. 699.46 s [ghcide] inlDataConKey
  9929. 699.46 s [ghcide] inrDataConKey
  9930. 699.46 s [ghcide] genUnitDataConKey
  9931. 699.46 s [ghcide] leftDataConKey
  9932. 699.46 s [ghcide] rightDataConKey
  9933. 699.46 s [ghcide] ordLTDataConKey
  9934. 699.46 s [ghcide] ordEQDataConKey
  9935. 699.46 s [ghcide] ordGTDataConKey
  9936. 699.46 s [ghcide] mkDictDataConKey
  9937. 699.46 s [ghcide] coercibleDataConKey
  9938. 699.46 s [ghcide] staticPtrDataConKey
  9939. 699.46 s [ghcide] staticPtrInfoDataConKey
  9940. 699.46 s [ghcide] fingerprintDataConKey
  9941. 699.46 s [ghcide] srcLocDataConKey
  9942. 699.46 s [ghcide] trTyConDataConKey
  9943. 699.46 s [ghcide] trModuleDataConKey
  9944. 699.46 s [ghcide] trNameSDataConKey
  9945. 699.46 s [ghcide] trNameDDataConKey
  9946. 699.46 s [ghcide] trGhcPrimModuleKey
  9947. 699.46 s [ghcide] typeErrorTextDataConKey
  9948. 699.46 s [ghcide] typeErrorAppendDataConKey
  9949. 699.46 s [ghcide] typeErrorVAppendDataConKey
  9950. 699.46 s [ghcide] typeErrorShowTypeDataConKey
  9951. 699.46 s [ghcide] prefixIDataConKey
  9952. 699.46 s [ghcide] infixIDataConKey
  9953. 699.46 s [ghcide] leftAssociativeDataConKey
  9954. 699.46 s [ghcide] rightAssociativeDataConKey
  9955. 699.46 s [ghcide] notAssociativeDataConKey
  9956. 699.46 s [ghcide] sourceUnpackDataConKey
  9957. 699.46 s [ghcide] sourceNoUnpackDataConKey
  9958. 699.46 s [ghcide] noSourceUnpackednessDataConKey
  9959. 699.46 s [ghcide] sourceLazyDataConKey
  9960. 699.46 s [ghcide] sourceStrictDataConKey
  9961. 699.46 s [ghcide] noSourceStrictnessDataConKey
  9962. 699.46 s [ghcide] decidedLazyDataConKey
  9963. 699.46 s [ghcide] decidedStrictDataConKey
  9964. 699.46 s [ghcide] decidedUnpackDataConKey
  9965. 699.46 s [ghcide] metaDataDataConKey
  9966. 699.46 s [ghcide] metaConsDataConKey
  9967. 699.46 s [ghcide] metaSelDataConKey
  9968. 699.46 s [ghcide] vecRepDataConKey
  9969. 699.46 s [ghcide] tupleRepDataConKey
  9970. 699.46 s [ghcide] sumRepDataConKey
  9971. 699.46 s [ghcide] boxedRepDataConKey
  9972. 699.46 s [ghcide] boxedRepDataConTyConKey
  9973. 699.46 s [ghcide] tupleRepDataConTyConKey
  9974. 699.46 s [ghcide] runtimeRepSimpleDataConKeys
  9975. 699.46 s [ghcide] liftedDataConKey
  9976. 699.46 s [ghcide] unliftedDataConKey
  9977. 699.46 s [ghcide] vecCountDataConKeys
  9978. 699.46 s [ghcide] vecElemDataConKeys
  9979. 699.46 s [ghcide] kindRepTyConAppDataConKey
  9980. 699.46 s [ghcide] kindRepVarDataConKey
  9981. 699.46 s [ghcide] kindRepAppDataConKey
  9982. 699.46 s [ghcide] kindRepFunDataConKey
  9983. 699.46 s [ghcide] kindRepTYPEDataConKey
  9984. 699.46 s [ghcide] kindRepTypeLitSDataConKey
  9985. 699.46 s [ghcide] kindRepTypeLitDDataConKey
  9986. 699.46 s [ghcide] typeLitSymbolDataConKey
  9987. 699.46 s [ghcide] typeLitNatDataConKey
  9988. 699.46 s [ghcide] typeLitCharDataConKey
  9989. 699.46 s [ghcide] unsafeReflDataConKey
  9990. 699.46 s [ghcide] oneDataConKey
  9991. 699.46 s [ghcide] manyDataConKey
  9992. 699.46 s [ghcide] integerISDataConKey
  9993. 699.46 s [ghcide] integerINDataConKey
  9994. 699.46 s [ghcide] integerIPDataConKey
  9995. 699.46 s [ghcide] naturalNSDataConKey
  9996. 699.46 s [ghcide] naturalNBDataConKey
  9997. 699.46 s [ghcide] wildCardKey
  9998. 699.46 s [ghcide] absentErrorIdKey
  9999. 699.46 s [ghcide] absentConstraintErrorIdKey
  10000. 699.46 s [ghcide] augmentIdKey
  10001. 699.46 s [ghcide] appendIdKey
  10002. 699.46 s [ghcide] buildIdKey
  10003. 699.46 s [ghcide] foldrIdKey
  10004. 699.46 s [ghcide] recSelErrorIdKey
  10005. 699.46 s [ghcide] seqIdKey
  10006. 699.46 s [ghcide] absentSumFieldErrorIdKey
  10007. 699.46 s [ghcide] eqStringIdKey
  10008. 699.46 s [ghcide] noMethodBindingErrorIdKey
  10009. 699.46 s [ghcide] nonExhaustiveGuardsErrorIdKey
  10010. 699.46 s [ghcide] impossibleErrorIdKey
  10011. 699.46 s [ghcide] impossibleConstraintErrorIdKey
  10012. 699.46 s [ghcide] patErrorIdKey
  10013. 699.46 s [ghcide] realWorldPrimIdKey
  10014. 699.46 s [ghcide] recConErrorIdKey
  10015. 699.46 s [ghcide] unpackCStringUtf8IdKey
  10016. 699.46 s [ghcide] unpackCStringAppendUtf8IdKey
  10017. 699.46 s [ghcide] unpackCStringFoldrUtf8IdKey
  10018. 699.46 s [ghcide] unpackCStringIdKey
  10019. 699.46 s [ghcide] unpackCStringAppendIdKey
  10020. 699.46 s [ghcide] unpackCStringFoldrIdKey
  10021. 699.46 s [ghcide] voidPrimIdKey
  10022. 699.46 s [ghcide] typeErrorIdKey
  10023. 699.46 s [ghcide] divIntIdKey
  10024. 699.46 s [ghcide] modIntIdKey
  10025. 699.46 s [ghcide] cstringLengthIdKey
  10026. 699.46 s [ghcide] concatIdKey
  10027. 699.46 s [ghcide] filterIdKey
  10028. 699.46 s [ghcide] zipIdKey
  10029. 699.46 s [ghcide] bindIOIdKey
  10030. 699.46 s [ghcide] returnIOIdKey
  10031. 699.46 s [ghcide] newStablePtrIdKey
  10032. 699.46 s [ghcide] printIdKey
  10033. 699.46 s [ghcide] failIOIdKey
  10034. 699.46 s [ghcide] nullAddrIdKey
  10035. 699.46 s [ghcide] voidArgIdKey
  10036. 699.46 s [ghcide] otherwiseIdKey
  10037. 699.46 s [ghcide] assertIdKey
  10038. 699.46 s [ghcide] leftSectionKey
  10039. 699.46 s [ghcide] rightSectionKey
  10040. 699.46 s [ghcide] rootMainKey
  10041. 699.46 s [ghcide] runMainKey
  10042. 699.46 s [ghcide] thenIOIdKey
  10043. 699.46 s [ghcide] lazyIdKey
  10044. 699.46 s [ghcide] assertErrorIdKey
  10045. 699.46 s [ghcide] oneShotKey
  10046. 699.46 s [ghcide] runRWKey
  10047. 699.46 s [ghcide] traceKey
  10048. 699.46 s [ghcide] nospecIdKey
  10049. 699.46 s [ghcide] inlineIdKey
  10050. 699.46 s [ghcide] mapIdKey
  10051. 699.46 s [ghcide] dollarIdKey
  10052. 699.46 s [ghcide] coercionTokenIdKey
  10053. 699.46 s [ghcide] considerAccessibleIdKey
  10054. 699.46 s [ghcide] noinlineIdKey
  10055. 699.46 s [ghcide] noinlineConstraintIdKey
  10056. 699.46 s [ghcide] integerToFloatIdKey
  10057. 699.46 s [ghcide] integerToDoubleIdKey
  10058. 699.46 s [ghcide] naturalToFloatIdKey
  10059. 699.46 s [ghcide] naturalToDoubleIdKey
  10060. 699.46 s [ghcide] rationalToFloatIdKey
  10061. 699.46 s [ghcide] rationalToDoubleIdKey
  10062. 699.46 s [ghcide] coerceKey
  10063. 699.46 s [ghcide] unboundKey
  10064. 699.46 s [ghcide] fromIntegerClassOpKey
  10065. 699.46 s [ghcide] minusClassOpKey
  10066. 699.46 s [ghcide] fromRationalClassOpKey
  10067. 699.46 s [ghcide] enumFromClassOpKey
  10068. 699.46 s [ghcide] enumFromThenClassOpKey
  10069. 699.46 s [ghcide] enumFromToClassOpKey
  10070. 699.46 s [ghcide] enumFromThenToClassOpKey
  10071. 699.46 s [ghcide] eqClassOpKey
  10072. 699.46 s [ghcide] geClassOpKey
  10073. 699.46 s [ghcide] negateClassOpKey
  10074. 699.46 s [ghcide] bindMClassOpKey
  10075. 699.46 s [ghcide] thenMClassOpKey
  10076. 699.46 s [ghcide] fmapClassOpKey
  10077. 699.46 s [ghcide] returnMClassOpKey
  10078. 699.46 s [ghcide] mfixIdKey
  10079. 699.46 s [ghcide] failMClassOpKey
  10080. 699.46 s [ghcide] fromLabelClassOpKey
  10081. 699.46 s [ghcide] arrAIdKey
  10082. 699.46 s [ghcide] composeAIdKey
  10083. 699.46 s [ghcide] firstAIdKey
  10084. 699.46 s [ghcide] appAIdKey
  10085. 699.46 s [ghcide] choiceAIdKey
  10086. 699.46 s [ghcide] loopAIdKey
  10087. 699.46 s [ghcide] fromStringClassOpKey
  10088. 699.46 s [ghcide] toAnnotationWrapperIdKey
  10089. 699.46 s [ghcide] fromIntegralIdKey
  10090. 699.46 s [ghcide] realToFracIdKey
  10091. 699.46 s [ghcide] toIntegerClassOpKey
  10092. 699.46 s [ghcide] toRationalClassOpKey
  10093. 699.46 s [ghcide] guardMIdKey
  10094. 699.46 s [ghcide] liftMIdKey
  10095. 699.46 s [ghcide] mzipIdKey
  10096. 699.46 s [ghcide] ghciStepIoMClassOpKey
  10097. 699.46 s [ghcide] isListClassKey
  10098. 699.46 s [ghcide] fromListClassOpKey
  10099. 699.46 s [ghcide] fromListNClassOpKey
  10100. 699.46 s [ghcide] toListClassOpKey
  10101. 699.46 s [ghcide] proxyHashKey
  10102. 699.46 s [ghcide] mkTyConKey
  10103. 699.46 s [ghcide] mkTrTypeKey
  10104. 699.46 s [ghcide] mkTrConKey
  10105. 699.46 s [ghcide] mkTrAppKey
  10106. 699.46 s [ghcide] typeNatTypeRepKey
  10107. 699.46 s [ghcide] typeSymbolTypeRepKey
  10108. 699.46 s [ghcide] typeCharTypeRepKey
  10109. 699.46 s [ghcide] typeRepIdKey
  10110. 699.46 s [ghcide] mkTrFunKey
  10111. 699.46 s [ghcide] starKindRepKey
  10112. 699.46 s [ghcide] starArrStarKindRepKey
  10113. 699.46 s [ghcide] starArrStarArrStarKindRepKey
  10114. 699.46 s [ghcide] constraintKindRepKey
  10115. 699.46 s [ghcide] toDynIdKey
  10116. 699.46 s [ghcide] eqSCSelIdKey
  10117. 699.46 s [ghcide] heqSCSelIdKey
  10118. 699.46 s [ghcide] coercibleSCSelIdKey
  10119. 699.46 s [ghcide] sappendClassOpKey
  10120. 699.46 s [ghcide] memptyClassOpKey
  10121. 699.46 s [ghcide] mappendClassOpKey
  10122. 699.46 s [ghcide] mconcatClassOpKey
  10123. 699.46 s [ghcide] emptyCallStackKey
  10124. 699.46 s [ghcide] pushCallStackKey
  10125. 699.46 s [ghcide] fromStaticPtrClassOpKey
  10126. 699.46 s [ghcide] makeStaticKey
  10127. 699.46 s [ghcide] emptyExceptionContextKey
  10128. 699.46 s [ghcide] unsafeEqualityProofIdKey
  10129. 699.46 s [ghcide] unsafeCoercePrimIdKey
  10130. 699.46 s [ghcide] getFieldClassOpKey
  10131. 699.46 s [ghcide] setFieldClassOpKey
  10132. 699.46 s [ghcide] unsatisfiableIdNameKey
  10133. 699.46 s [ghcide] integerFromNaturalIdKey
  10134. 699.46 s [ghcide] integerToNaturalClampIdKey
  10135. 699.46 s [ghcide] integerToNaturalThrowIdKey
  10136. 699.46 s [ghcide] integerToNaturalIdKey
  10137. 699.46 s [ghcide] integerToWordIdKey
  10138. 699.46 s [ghcide] integerToIntIdKey
  10139. 699.46 s [ghcide] integerToWord64IdKey
  10140. 699.46 s [ghcide] integerToInt64IdKey
  10141. 699.46 s [ghcide] integerAddIdKey
  10142. 699.46 s [ghcide] integerMulIdKey
  10143. 699.46 s [ghcide] integerSubIdKey
  10144. 699.46 s [ghcide] integerNegateIdKey
  10145. 699.46 s [ghcide] integerAbsIdKey
  10146. 699.46 s [ghcide] integerPopCountIdKey
  10147. 699.46 s [ghcide] integerQuotIdKey
  10148. 699.46 s [ghcide] integerRemIdKey
  10149. 699.46 s [ghcide] integerDivIdKey
  10150. 699.46 s [ghcide] integerModIdKey
  10151. 699.46 s [ghcide] integerDivModIdKey
  10152. 699.46 s [ghcide] integerQuotRemIdKey
  10153. 699.46 s [ghcide] integerEncodeFloatIdKey
  10154. 699.46 s [ghcide] integerEncodeDoubleIdKey
  10155. 699.46 s [ghcide] integerGcdIdKey
  10156. 699.46 s [ghcide] integerLcmIdKey
  10157. 699.46 s [ghcide] integerAndIdKey
  10158. 699.46 s [ghcide] integerOrIdKey
  10159. 699.46 s [ghcide] integerXorIdKey
  10160. 699.46 s [ghcide] integerComplementIdKey
  10161. 699.46 s [ghcide] integerBitIdKey
  10162. 699.46 s [ghcide] integerTestBitIdKey
  10163. 699.46 s [ghcide] integerShiftLIdKey
  10164. 699.46 s [ghcide] integerShiftRIdKey
  10165. 699.46 s [ghcide] integerFromWordIdKey
  10166. 699.46 s [ghcide] integerFromWord64IdKey
  10167. 699.47 s [ghcide] integerFromInt64IdKey
  10168. 699.47 s [ghcide] naturalToWordIdKey
  10169. 699.47 s [ghcide] naturalPopCountIdKey
  10170. 699.47 s [ghcide] naturalShiftRIdKey
  10171. 699.47 s [ghcide] naturalShiftLIdKey
  10172. 699.47 s [ghcide] naturalAddIdKey
  10173. 699.47 s [ghcide] naturalSubIdKey
  10174. 699.47 s [ghcide] naturalSubThrowIdKey
  10175. 699.47 s [ghcide] naturalSubUnsafeIdKey
  10176. 699.47 s [ghcide] naturalMulIdKey
  10177. 699.47 s [ghcide] naturalQuotRemIdKey
  10178. 699.47 s [ghcide] naturalQuotIdKey
  10179. 699.47 s [ghcide] naturalRemIdKey
  10180. 699.47 s [ghcide] naturalAndIdKey
  10181. 699.47 s [ghcide] naturalAndNotIdKey
  10182. 699.47 s [ghcide] naturalOrIdKey
  10183. 699.47 s [ghcide] naturalXorIdKey
  10184. 699.47 s [ghcide] naturalTestBitIdKey
  10185. 699.47 s [ghcide] naturalBitIdKey
  10186. 699.47 s [ghcide] naturalGcdIdKey
  10187. 699.47 s [ghcide] naturalLcmIdKey
  10188. 699.47 s [ghcide] naturalLog2IdKey
  10189. 699.47 s [ghcide] naturalLogBaseWordIdKey
  10190. 699.47 s [ghcide] naturalLogBaseIdKey
  10191. 699.47 s [ghcide] naturalPowModIdKey
  10192. 699.47 s [ghcide] naturalSizeInBaseIdKey
  10193. 699.47 s [ghcide] bignatFromWordListIdKey
  10194. 699.47 s [ghcide] bignatEqIdKey
  10195. 699.47 s [ghcide] bignatCompareIdKey
  10196. 699.47 s [ghcide] bignatCompareWordIdKey
  10197. 699.47 s [ghcide] mkRationalBase2IdKey
  10198. 699.47 s [ghcide] mkRationalBase10IdKey
  10199. 699.47 s [ghcide] numericClassKeys
  10200. 699.47 s [ghcide] fractionalClassKeys
  10201. 699.47 s [ghcide] standardClassKeys
  10202. 699.47 s [ghcide] derivableClassKeys
  10203. 699.47 s [ghcide] interactiveClassNames
  10204. 699.47 s [ghcide] interactiveClassKeys
  10205. 699.47 s [ghcide] promoteDataCon
  10206. 699.47 s [ghcide] isUnboxedSumDataCon
  10207. 699.47 s [ghcide] StrictnessMark
  10208. 699.47 s [ghcide] DataConEnv
  10209. 699.47 s [ghcide] eqSpecTyVar
  10210. 699.47 s [ghcide] eqSpecType
  10211. 699.47 s [ghcide] eqSpecPair
  10212. 699.47 s [ghcide] eqSpecPreds
  10213. 699.47 s [ghcide] isBanged
  10214. 699.47 s [ghcide] isSrcStrict
  10215. 699.47 s [ghcide] isSrcUnpacked
  10216. 699.47 s [ghcide] isMarkedStrict
  10217. 699.47 s [ghcide] cbvFromStrictMark
  10218. 699.47 s [ghcide] dataConTagZ
  10219. 699.47 s [ghcide] dataConImplBangs
  10220. 699.47 s [ghcide] dataConBoxer
  10221. 699.47 s [ghcide] dataConOrigResTy
  10222. 699.47 s [ghcide] dataConNonlinearType
  10223. 699.47 s [ghcide] dataConDisplayType
  10224. 699.47 s [ghcide] isTupleDataCon
  10225. 699.47 s [ghcide] isBoxedTupleDataCon
  10226. 699.47 s [ghcide] isUnboxedTupleDataCon
  10227. 699.47 s [ghcide] isCovertGadtDataCon
  10228. 699.47 s [ghcide] classDataCon
  10229. 699.47 s [ghcide] dataConCannotMatch
  10230. 699.47 s [ghcide] checkDataConTyVars
  10231. 699.47 s [ghcide] dataConUserTyVarsNeedWrapper
  10232. 699.47 s [ghcide] FamInstMatch
  10233. 699.47 s [ghcide] FamInstEnv
  10234. 699.47 s [ghcide] FamInstEnvs
  10235. 699.47 s [ghcide] FamFlavor
  10236. 699.47 s [ghcide] FamInst
  10237. 699.47 s [ghcide] famInstAxiom
  10238. 699.47 s [ghcide] famInstRHS
  10239. 699.47 s [ghcide] famInstTyCon
  10240. 699.47 s [ghcide] famInstsRepTyCons
  10241. 699.47 s [ghcide] famInstRepTyCon_maybe
  10242. 699.47 s [ghcide] dataFamInstRepTyCon
  10243. 699.47 s [ghcide] orphNamesOfFamInst
  10244. 699.47 s [ghcide] pprFamInsts
  10245. 699.47 s [ghcide] mkLocalFamInst
  10246. 699.47 s [ghcide] mkImportedFamInst
  10247. 699.47 s [ghcide] famInstEnvSize
  10248. 699.47 s [ghcide] emptyFamInstEnv
  10249. 699.47 s [ghcide] famInstEnvElts
  10250. 699.47 s [ghcide] familyInstances
  10251. 699.47 s [ghcide] familyNameInstances
  10252. 699.47 s [ghcide] extendFamInstEnvList
  10253. 699.47 s [ghcide] extendFamInstEnv
  10254. 699.47 s [ghcide] compatibleBranches
  10255. 699.47 s [ghcide] mkCoAxBranch
  10256. 699.47 s [ghcide] mkBranchedCoAxiom
  10257. 699.47 s [ghcide] mkUnbranchedCoAxiom
  10258. 699.47 s [ghcide] mkSingleCoAxiom
  10259. 699.47 s [ghcide] lookupFamInstEnvByTyCon
  10260. 699.47 s [ghcide] lookupFamInstEnv
  10261. 699.47 s [ghcide] lookupFamInstEnvConflicts
  10262. 699.47 s [ghcide] isDominatedBy
  10263. 699.47 s [ghcide] reduceTyFamApp_maybe
  10264. 699.47 s [ghcide] topNormaliseType
  10265. 699.47 s [ghcide] normaliseType
  10266. 699.47 s [ghcide] normaliseTcApp
  10267. 699.47 s [ghcide] ForeignExport
  10268. 699.47 s [ghcide] ForeignImport
  10269. 699.47 s [ghcide] StandaloneKindSig
  10270. 699.47 s [ghcide] CImportSpec
  10271. 699.47 s [ghcide] LDerivClauseTys
  10272. 699.47 s [ghcide] LHsDerivingClause
  10273. 699.47 s [ghcide] FamilyInfo
  10274. 699.47 s [ghcide] LHsFunDep
  10275. 699.47 s [ghcide] XFunDep
  10276. 699.47 s [ghcide] LHsDecl
  10277. 699.47 s [ghcide] hsGroupInstDecls
  10278. 699.47 s [ghcide] tyClDeclTyVars
  10279. 699.47 s [ghcide] tyClGroupTyClDecls
  10280. 699.47 s [ghcide] tyClGroupInstDecls
  10281. 699.47 s [ghcide] tyClGroupRoleDecls
  10282. 699.47 s [ghcide] tyClGroupKindSigs
  10283. 699.47 s [ghcide] collectRuleBndrSigTys
  10284. 699.47 s [ghcide] docDeclDoc
  10285. 699.47 s [ghcide] annProvenanceName_maybe
  10286. 699.47 s [ghcide] HsRuleAnn
  10287. 699.47 s [ghcide] HsRuleRn
  10288. 699.47 s [ghcide] XViaStrategyPs
  10289. 699.47 s [ghcide] DataDeclRn
  10290. 699.47 s [ghcide] emptyRdrGroup
  10291. 699.47 s [ghcide] emptyRnGroup
  10292. 699.47 s [ghcide] appendGroups
  10293. 699.47 s [ghcide] tyFamInstDeclName
  10294. 699.47 s [ghcide] tyFamInstDeclLName
  10295. 699.47 s [ghcide] tyClDeclLName
  10296. 699.47 s [ghcide] countTyClDecls
  10297. 699.47 s [ghcide] tcdName
  10298. 699.47 s [ghcide] pp_vanilla_decl_head
  10299. 699.47 s [ghcide] pprTyClDeclFlavour
  10300. 699.47 s [ghcide] familyDeclLName
  10301. 699.47 s [ghcide] familyDeclName
  10302. 699.47 s [ghcide] famResultKindSignature
  10303. 699.47 s [ghcide] standaloneKindSigName
  10304. 699.47 s [ghcide] getConNames
  10305. 699.47 s [ghcide] hsConDeclTheta
  10306. 699.47 s [ghcide] ppDataDefnHeader
  10307. 699.47 s [ghcide] pprTyFamInstDecl
  10308. 699.47 s [ghcide] pprDataFamInstFlavour
  10309. 699.47 s [ghcide] pprHsFamInstLHS
  10310. 699.47 s [ghcide] instDeclDataFamInsts
  10311. 699.47 s [ghcide] anyLConIsGadt
  10312. 699.47 s [ghcide] flattenRuleDecls
  10313. 699.47 s [ghcide] pprFullRuleName
  10314. 699.47 s [ghcide] roleAnnotDeclName
  10315. 699.47 s [ghcide] mkHsAppTy
  10316. 699.47 s [ghcide] mkHsAppKindTy
  10317. 699.47 s [ghcide] TyDeclBinders
  10318. 699.47 s [ghcide] mkSimpleMatch
  10319. 699.47 s [ghcide] unguardedGRHSs
  10320. 699.47 s [ghcide] unguardedRHS
  10321. 699.47 s [ghcide] mkMatchGroup
  10322. 699.47 s [ghcide] mkLamCaseMatchGroup
  10323. 699.47 s [ghcide] mkLocatedList
  10324. 699.47 s [ghcide] mkHsApp
  10325. 699.47 s [ghcide] mkHsAppWith
  10326. 699.47 s [ghcide] mkHsApps
  10327. 699.47 s [ghcide] mkHsAppsWith
  10328. 699.47 s [ghcide] mkHsAppType
  10329. 699.47 s [ghcide] mkHsAppTypes
  10330. 699.47 s [ghcide] mkHsLam
  10331. 699.47 s [ghcide] mkHsLams
  10332. 699.47 s [ghcide] mkHsSyntaxApps
  10333. 699.47 s [ghcide] nlHsTyApp
  10334. 699.47 s [ghcide] nlHsTyApps
  10335. 699.47 s [ghcide] mkParPat
  10336. 699.47 s [ghcide] nlParPat
  10337. 699.47 s [ghcide] mkRecStmt
  10338. 699.47 s [ghcide] mkHsIntegral
  10339. 699.47 s [ghcide] mkHsFractional
  10340. 699.47 s [ghcide] mkHsIsString
  10341. 699.47 s [ghcide] mkHsDo
  10342. 699.47 s [ghcide] mkHsDoAnns
  10343. 699.47 s [ghcide] mkHsComp
  10344. 699.47 s [ghcide] mkHsCompAnns
  10345. 699.47 s [ghcide] mkHsIf
  10346. 699.47 s [ghcide] mkHsCmdIf
  10347. 699.47 s [ghcide] mkNPat
  10348. 699.47 s [ghcide] mkNPlusKPat
  10349. 699.47 s [ghcide] emptyTransStmt
  10350. 699.47 s [ghcide] mkTransformStmt
  10351. 699.47 s [ghcide] mkTransformByStmt
  10352. 699.47 s [ghcide] mkGroupUsingStmt
  10353. 699.47 s [ghcide] mkGroupByUsingStmt
  10354. 699.47 s [ghcide] mkLastStmt
  10355. 699.47 s [ghcide] mkBodyStmt
  10356. 699.47 s [ghcide] mkPsBindStmt
  10357. 699.47 s [ghcide] mkRnBindStmt
  10358. 699.47 s [ghcide] mkTcBindStmt
  10359. 699.47 s [ghcide] unitRecStmtTc
  10360. 699.47 s [ghcide] emptyRecStmt
  10361. 699.47 s [ghcide] emptyRecStmtName
  10362. 699.47 s [ghcide] emptyRecStmtId
  10363. 699.47 s [ghcide] mkLetStmt
  10364. 699.47 s [ghcide] mkHsString
  10365. 699.47 s [ghcide] mkHsStringFS
  10366. 699.47 s [ghcide] mkHsStringPrimLit
  10367. 699.47 s [ghcide] mkHsCharPrimLit
  10368. 699.47 s [ghcide] mkConLikeTc
  10369. 699.47 s [ghcide] nlHsVar
  10370. 699.47 s [ghcide] nl_HsVar
  10371. 699.47 s [ghcide] nlHsLit
  10372. 699.47 s [ghcide] nlHsIntLit
  10373. 699.47 s [ghcide] nlVarPat
  10374. 699.47 s [ghcide] nlLitPat
  10375. 699.47 s [ghcide] nlHsApp
  10376. 699.47 s [ghcide] nlHsSyntaxApps
  10377. 699.47 s [ghcide] nlHsApps
  10378. 699.47 s [ghcide] nlHsVarApps
  10379. 699.47 s [ghcide] nlConVarPat
  10380. 699.47 s [ghcide] nlConVarPatName
  10381. 699.47 s [ghcide] nlInfixConPat
  10382. 699.47 s [ghcide] nlConPat
  10383. 699.47 s [ghcide] nlConPatName
  10384. 699.47 s [ghcide] nlNullaryConPat
  10385. 699.47 s [ghcide] nlWildConPat
  10386. 699.47 s [ghcide] nlHsDo
  10387. 699.47 s [ghcide] nlHsOpApp
  10388. 699.47 s [ghcide] nlHsLam
  10389. 699.47 s [ghcide] nlHsPar
  10390. 699.47 s [ghcide] nlHsIf
  10391. 699.47 s [ghcide] nlHsCase
  10392. 699.47 s [ghcide] nlList
  10393. 699.47 s [ghcide] nlHsAppTy
  10394. 699.47 s [ghcide] nlHsTyVar
  10395. 699.47 s [ghcide] nlHsFunTy
  10396. 699.47 s [ghcide] nlHsParTy
  10397. 699.47 s [ghcide] nlHsTyConApp
  10398. 699.47 s [ghcide] nlHsAppKindTy
  10399. 699.47 s [ghcide] mkLHsTupleExpr
  10400. 699.47 s [ghcide] mkLHsVarTuple
  10401. 699.47 s [ghcide] nlTuplePat
  10402. 699.47 s [ghcide] missingTupArg
  10403. 699.47 s [ghcide] mkBigLHsTup
  10404. 699.47 s [ghcide] mkBigLHsPatTup
  10405. 699.47 s [ghcide] mkHsSigEnv
  10406. 699.47 s [ghcide] mkLHsWrap
  10407. 699.47 s [ghcide] mkHsWrap
  10408. 699.47 s [ghcide] mkHsWrapCo
  10409. 699.47 s [ghcide] mkHsWrapCoR
  10410. 699.47 s [ghcide] mkLHsWrapCo
  10411. 699.47 s [ghcide] mkHsCmdWrap
  10412. 699.47 s [ghcide] mkLHsCmdWrap
  10413. 699.47 s [ghcide] mkHsWrapPat
  10414. 699.47 s [ghcide] mkLHsWrapPat
  10415. 699.47 s [ghcide] mkHsWrapPatCo
  10416. 699.47 s [ghcide] mkHsDictLet
  10417. 699.47 s [ghcide] mkHsVarBind
  10418. 699.47 s [ghcide] mkVarBind
  10419. 699.47 s [ghcide] mkPatSynBind
  10420. 699.47 s [ghcide] mkMatch
  10421. 699.47 s [ghcide] isUnliftedHsBinds
  10422. 699.47 s [ghcide] collectLocalBinders
  10423. 699.47 s [ghcide] collectHsValBinders
  10424. 699.47 s [ghcide] collectLStmtsBinders
  10425. 699.47 s [ghcide] collectStmtsBinders
  10426. 699.47 s [ghcide] collectLStmtBinders
  10427. 699.47 s [ghcide] collectStmtBinders
  10428. 699.47 s [ghcide] collectPatBinders
  10429. 699.47 s [ghcide] collectPatsBinders
  10430. 699.47 s [ghcide] hsGroupBinders
  10431. 699.47 s [ghcide] hsTyClForeignBinders
  10432. 699.47 s [ghcide] getPatSynBinds
  10433. 699.47 s [ghcide] lStmtsImplicits
  10434. 699.47 s [ghcide] hsValBindsImplicits
  10435. 699.47 s [ghcide] lHsRecFieldsImplicits
  10436. 699.47 s [ghcide] Match
  10437. 699.47 s [ghcide] XXIEWrappedName
  10438. 699.47 s [ghcide] XIEType
  10439. 699.47 s [ghcide] XIEPattern
  10440. 699.47 s [ghcide] XIEName
  10441. 699.47 s [ghcide] XXIE
  10442. 699.47 s [ghcide] XIEDocNamed
  10443. 699.47 s [ghcide] XIEDoc
  10444. 699.47 s [ghcide] XIEGroup
  10445. 699.47 s [ghcide] XIEModuleContents
  10446. 699.47 s [ghcide] XIEThingWith
  10447. 699.47 s [ghcide] XIEThingAll
  10448. 699.47 s [ghcide] XIEThingAbs
  10449. 699.47 s [ghcide] XIEVar
  10450. 699.47 s [ghcide] ImportDeclPkgQual
  10451. 699.47 s [ghcide] XXImportDecl
  10452. 699.47 s [ghcide] XCImportDecl
  10453. 699.47 s [ghcide] XXFieldOcc
  10454. 699.47 s [ghcide] XCFieldOcc
  10455. 699.47 s [ghcide] XXConDeclField
  10456. 699.47 s [ghcide] XConDeclField
  10457. 699.47 s [ghcide] XXTyVarBndr
  10458. 699.47 s [ghcide] XKindedTyVar
  10459. 699.47 s [ghcide] XUserTyVar
  10460. 699.47 s [ghcide] XXHsForAllTelescope
  10461. 699.47 s [ghcide] XHsForAllInvis
  10462. 699.47 s [ghcide] XHsForAllVis
  10463. 699.47 s [ghcide] XXTyLit
  10464. 699.47 s [ghcide] XCharTy
  10465. 699.47 s [ghcide] XStrTy
  10466. 699.47 s [ghcide] XNumTy
  10467. 699.47 s [ghcide] XXType
  10468. 699.47 s [ghcide] XWildCardTy
  10469. 699.47 s [ghcide] XTyLit
  10470. 699.47 s [ghcide] XExplicitTupleTy
  10471. 699.47 s [ghcide] XExplicitListTy
  10472. 699.47 s [ghcide] XRecTy
  10473. 699.47 s [ghcide] XBangTy
  10474. 699.47 s [ghcide] XDocTy
  10475. 699.47 s [ghcide] XSpliceTy
  10476. 699.47 s [ghcide] XKindSig
  10477. 699.47 s [ghcide] XStarTy
  10478. 699.47 s [ghcide] XIParamTy
  10479. 699.47 s [ghcide] XParTy
  10480. 699.47 s [ghcide] XOpTy
  10481. 699.47 s [ghcide] XSumTy
  10482. 699.47 s [ghcide] XTupleTy
  10483. 699.47 s [ghcide] XListTy
  10484. 699.47 s [ghcide] XFunTy
  10485. 699.47 s [ghcide] XAppKindTy
  10486. 699.47 s [ghcide] XAppTy
  10487. 699.47 s [ghcide] XTyVar
  10488. 699.47 s [ghcide] XQualTy
  10489. 699.47 s [ghcide] XForAllTy
  10490. 699.47 s [ghcide] XXHsTyPat
  10491. 699.47 s [ghcide] XHsTP
  10492. 699.47 s [ghcide] XXHsPatSigType
  10493. 699.47 s [ghcide] XHsPS
  10494. 699.47 s [ghcide] XXHsWildCardBndrs
  10495. 699.47 s [ghcide] XHsWC
  10496. 699.47 s [ghcide] XXHsSigType
  10497. 699.47 s [ghcide] XHsSig
  10498. 699.47 s [ghcide] XXHsOuterTyVarBndrs
  10499. 699.47 s [ghcide] XHsOuterExplicit
  10500. 699.47 s [ghcide] XHsOuterImplicit
  10501. 699.47 s [ghcide] XXLHsQTyVars
  10502. 699.47 s [ghcide] XHsQTvs
  10503. 699.47 s [ghcide] XHsFieldBind
  10504. 699.47 s [ghcide] XXPat
  10505. 699.47 s [ghcide] XCoPat
  10506. 699.47 s [ghcide] XInvisPat
  10507. 699.47 s [ghcide] XEmbTyPat
  10508. 699.47 s [ghcide] XSigPat
  10509. 699.47 s [ghcide] XNPlusKPat
  10510. 699.47 s [ghcide] XNPat
  10511. 699.47 s [ghcide] XLitPat
  10512. 699.47 s [ghcide] XSplicePat
  10513. 699.47 s [ghcide] XViewPat
  10514. 699.47 s [ghcide] XConPat
  10515. 699.47 s [ghcide] XSumPat
  10516. 699.47 s [ghcide] XTuplePat
  10517. 699.47 s [ghcide] XListPat
  10518. 699.47 s [ghcide] XBangPat
  10519. 699.47 s [ghcide] XParPat
  10520. 699.47 s [ghcide] XAsPat
  10521. 699.47 s [ghcide] XLazyPat
  10522. 699.47 s [ghcide] XVarPat
  10523. 699.47 s [ghcide] XWildPat
  10524. 699.47 s [ghcide] XXOverLit
  10525. 699.47 s [ghcide] XOverLit
  10526. 699.47 s [ghcide] XXLit
  10527. 699.47 s [ghcide] XHsDoublePrim
  10528. 699.47 s [ghcide] XHsFloatPrim
  10529. 699.47 s [ghcide] XHsRat
  10530. 699.47 s [ghcide] XHsInteger
  10531. 699.47 s [ghcide] XHsWord64Prim
  10532. 699.47 s [ghcide] XHsWord32Prim
  10533. 699.47 s [ghcide] XHsWord16Prim
  10534. 699.47 s [ghcide] XHsWord8Prim
  10535. 699.47 s [ghcide] XHsInt64Prim
  10536. 699.47 s [ghcide] XHsInt32Prim
  10537. 699.47 s [ghcide] XHsInt16Prim
  10538. 699.47 s [ghcide] XHsInt8Prim
  10539. 699.47 s [ghcide] XHsWordPrim
  10540. 699.47 s [ghcide] XHsIntPrim
  10541. 699.47 s [ghcide] XHsInt
  10542. 699.47 s [ghcide] XHsStringPrim
  10543. 699.47 s [ghcide] XHsString
  10544. 699.47 s [ghcide] XHsCharPrim
  10545. 699.47 s [ghcide] XHsChar
  10546. 699.47 s [ghcide] XXApplicativeArg
  10547. 699.47 s [ghcide] XApplicativeArgMany
  10548. 699.47 s [ghcide] XApplicativeArgOne
  10549. 699.47 s [ghcide] XXParStmtBlock
  10550. 699.47 s [ghcide] XParStmtBlock
  10551. 699.47 s [ghcide] XXCmd
  10552. 699.47 s [ghcide] XCmdWrap
  10553. 699.47 s [ghcide] XCmdDo
  10554. 699.47 s [ghcide] XCmdLet
  10555. 699.47 s [ghcide] XCmdIf
  10556. 699.47 s [ghcide] XCmdLamCase
  10557. 699.47 s [ghcide] XCmdCase
  10558. 699.47 s [ghcide] XCmdPar
  10559. 699.47 s [ghcide] XCmdLam
  10560. 699.47 s [ghcide] XCmdApp
  10561. 699.47 s [ghcide] XCmdArrForm
  10562. 699.47 s [ghcide] XCmdArrApp
  10563. 699.47 s [ghcide] XXStmtLR
  10564. 699.47 s [ghcide] XRecStmt
  10565. 699.47 s [ghcide] XTransStmt
  10566. 699.47 s [ghcide] XParStmt
  10567. 699.47 s [ghcide] XLetStmt
  10568. 699.47 s [ghcide] XBodyStmt
  10569. 699.47 s [ghcide] XApplicativeStmt
  10570. 699.47 s [ghcide] XBindStmt
  10571. 699.47 s [ghcide] XLastStmt
  10572. 699.47 s [ghcide] XXGRHS
  10573. 699.47 s [ghcide] XCGRHS
  10574. 699.47 s [ghcide] XXGRHSs
  10575. 699.47 s [ghcide] XCGRHSs
  10576. 699.48 s [ghcide] XXMatch
  10577. 699.48 s [ghcide] XCMatch
  10578. 699.48 s [ghcide] XXMatchGroup
  10579. 699.48 s [ghcide] XMG
  10580. 699.48 s [ghcide] XXCmdTop
  10581. 699.48 s [ghcide] XCmdTop
  10582. 699.48 s [ghcide] XXQuote
  10583. 699.48 s [ghcide] XVarBr
  10584. 699.48 s [ghcide] XTypBr
  10585. 699.48 s [ghcide] XDecBrG
  10586. 699.48 s [ghcide] XDecBrL
  10587. 699.48 s [ghcide] XPatBr
  10588. 699.48 s [ghcide] XExpBr
  10589. 699.48 s [ghcide] XXUntypedSplice
  10590. 699.48 s [ghcide] XQuasiQuote
  10591. 699.48 s [ghcide] XUntypedSpliceExpr
  10592. 699.48 s [ghcide] XXTupArg
  10593. 699.48 s [ghcide] XMissing
  10594. 699.48 s [ghcide] XPresent
  10595. 699.48 s [ghcide] XXAmbiguousFieldOcc
  10596. 699.48 s [ghcide] XAmbiguous
  10597. 699.48 s [ghcide] XUnambiguous
  10598. 699.48 s [ghcide] XXPragE
  10599. 699.48 s [ghcide] XSCC
  10600. 699.48 s [ghcide] XXDotFieldOcc
  10601. 699.48 s [ghcide] XCDotFieldOcc
  10602. 699.48 s [ghcide] XXExpr
  10603. 699.48 s [ghcide] XEmbTy
  10604. 699.48 s [ghcide] XPragE
  10605. 699.48 s [ghcide] XBinTick
  10606. 699.48 s [ghcide] XTick
  10607. 699.48 s [ghcide] XStatic
  10608. 699.48 s [ghcide] XProc
  10609. 699.48 s [ghcide] XUntypedSplice
  10610. 699.48 s [ghcide] XTypedSplice
  10611. 699.48 s [ghcide] XUntypedBracket
  10612. 699.48 s [ghcide] XTypedBracket
  10613. 699.48 s [ghcide] XArithSeq
  10614. 699.48 s [ghcide] XExprWithTySig
  10615. 699.48 s [ghcide] XProjection
  10616. 699.48 s [ghcide] XGetField
  10617. 699.48 s [ghcide] XLHsOLRecUpdLabels
  10618. 699.48 s [ghcide] XLHsRecUpdLabels
  10619. 699.48 s [ghcide] XRecordUpd
  10620. 699.48 s [ghcide] XRecordCon
  10621. 699.48 s [ghcide] XExplicitList
  10622. 699.48 s [ghcide] XDo
  10623. 699.48 s [ghcide] XLet
  10624. 699.48 s [ghcide] XMultiIf
  10625. 699.48 s [ghcide] XIf
  10626. 699.48 s [ghcide] XCase
  10627. 699.48 s [ghcide] XExplicitSum
  10628. 699.48 s [ghcide] XExplicitTuple
  10629. 699.48 s [ghcide] XSectionR
  10630. 699.48 s [ghcide] XSectionL
  10631. 699.48 s [ghcide] XPar
  10632. 699.48 s [ghcide] XNegApp
  10633. 699.48 s [ghcide] XOpApp
  10634. 699.48 s [ghcide] XAppTypeE
  10635. 699.48 s [ghcide] XApp
  10636. 699.48 s [ghcide] XLamCase
  10637. 699.48 s [ghcide] XLam
  10638. 699.48 s [ghcide] XLitE
  10639. 699.48 s [ghcide] XOverLitE
  10640. 699.48 s [ghcide] XIPVar
  10641. 699.48 s [ghcide] XOverLabel
  10642. 699.48 s [ghcide] XRecSel
  10643. 699.48 s [ghcide] XUnboundVar
  10644. 699.48 s [ghcide] XVar
  10645. 699.48 s [ghcide] XXModule
  10646. 699.48 s [ghcide] XCModule
  10647. 699.48 s [ghcide] XXInjectivityAnn
  10648. 699.48 s [ghcide] XCInjectivityAnn
  10649. 699.48 s [ghcide] XXRoleAnnotDecl
  10650. 699.48 s [ghcide] XCRoleAnnotDecl
  10651. 699.48 s [ghcide] XXAnnDecl
  10652. 699.48 s [ghcide] XHsAnnotation
  10653. 699.48 s [ghcide] XXWarnDecl
  10654. 699.48 s [ghcide] XWarning
  10655. 699.48 s [ghcide] XXWarnDecls
  10656. 699.48 s [ghcide] XWarnings
  10657. 699.48 s [ghcide] XXRuleBndr
  10658. 699.48 s [ghcide] XRuleBndrSig
  10659. 699.48 s [ghcide] XCRuleBndr
  10660. 699.48 s [ghcide] XXRuleDecl
  10661. 699.48 s [ghcide] XHsRule
  10662. 699.48 s [ghcide] XXRuleDecls
  10663. 699.48 s [ghcide] XCRuleDecls
  10664. 699.48 s [ghcide] XXForeignExport
  10665. 699.48 s [ghcide] XCExport
  10666. 699.48 s [ghcide] XXForeignImport
  10667. 699.48 s [ghcide] XCImport
  10668. 699.48 s [ghcide] XXForeignDecl
  10669. 699.48 s [ghcide] XForeignExport
  10670. 699.48 s [ghcide] ForeignExport
  10671. 699.48 s [ghcide] XForeignImport
  10672. 699.48 s [ghcide] ForeignImport
  10673. 699.48 s [ghcide] XXDefaultDecl
  10674. 699.48 s [ghcide] XCDefaultDecl
  10675. 699.48 s [ghcide] XViaStrategy
  10676. 699.48 s [ghcide] XNewtypeStrategy
  10677. 699.48 s [ghcide] XAnyClassStrategy
  10678. 699.48 s [ghcide] XStockStrategy
  10679. 699.48 s [ghcide] XXDerivDecl
  10680. 699.48 s [ghcide] XCDerivDecl
  10681. 699.48 s [ghcide] XXInstDecl
  10682. 699.48 s [ghcide] XTyFamInstD
  10683. 699.48 s [ghcide] XDataFamInstD
  10684. 699.48 s [ghcide] XClsInstD
  10685. 699.48 s [ghcide] XXClsInstDecl
  10686. 699.48 s [ghcide] XCClsInstDecl
  10687. 699.48 s [ghcide] XXTyFamInstDecl
  10688. 699.48 s [ghcide] XCTyFamInstDecl
  10689. 699.48 s [ghcide] XXFamEqn
  10690. 699.48 s [ghcide] XCFamEqn
  10691. 699.48 s [ghcide] XXConDecl
  10692. 699.48 s [ghcide] XConDeclH98
  10693. 699.48 s [ghcide] XConDeclGADT
  10694. 699.48 s [ghcide] XXDerivClauseTys
  10695. 699.48 s [ghcide] XDctMulti
  10696. 699.48 s [ghcide] XDctSingle
  10697. 699.48 s [ghcide] XXHsDerivingClause
  10698. 699.48 s [ghcide] XCHsDerivingClause
  10699. 699.48 s [ghcide] XXHsDataDefn
  10700. 699.48 s [ghcide] XCHsDataDefn
  10701. 699.48 s [ghcide] XXFamilyDecl
  10702. 699.48 s [ghcide] XCFamilyDecl
  10703. 699.48 s [ghcide] XXFamilyResultSig
  10704. 699.48 s [ghcide] XTyVarSig
  10705. 699.48 s [ghcide] XCKindSig
  10706. 699.48 s [ghcide] XNoSig
  10707. 699.48 s [ghcide] XXTyClGroup
  10708. 699.48 s [ghcide] XCTyClGroup
  10709. 699.48 s [ghcide] XXFunDep
  10710. 699.48 s [ghcide] XCFunDep
  10711. 699.48 s [ghcide] XXTyClDecl
  10712. 699.48 s [ghcide] XClassDecl
  10713. 699.48 s [ghcide] XDataDecl
  10714. 699.48 s [ghcide] XSynDecl
  10715. 699.48 s [ghcide] XFamDecl
  10716. 699.48 s [ghcide] XXSpliceDecl
  10717. 699.48 s [ghcide] XSpliceDecl
  10718. 699.48 s [ghcide] XXHsGroup
  10719. 699.48 s [ghcide] XCHsGroup
  10720. 699.48 s [ghcide] XXHsDecl
  10721. 699.48 s [ghcide] XRoleAnnotD
  10722. 699.48 s [ghcide] XDocD
  10723. 699.48 s [ghcide] XSpliceD
  10724. 699.48 s [ghcide] XRuleD
  10725. 699.48 s [ghcide] XAnnD
  10726. 699.48 s [ghcide] XWarningD
  10727. 699.48 s [ghcide] XForD
  10728. 699.48 s [ghcide] XDefD
  10729. 699.48 s [ghcide] XKindSigD
  10730. 699.48 s [ghcide] XSigD
  10731. 699.48 s [ghcide] XValD
  10732. 699.48 s [ghcide] XDerivD
  10733. 699.48 s [ghcide] XInstD
  10734. 699.48 s [ghcide] XTyClD
  10735. 699.48 s [ghcide] XXStandaloneKindSig
  10736. 699.48 s [ghcide] XStandaloneKindSig
  10737. 699.48 s [ghcide] StandaloneKindSig
  10738. 699.48 s [ghcide] XXFixitySig
  10739. 699.48 s [ghcide] XFixitySig
  10740. 699.48 s [ghcide] XXSig
  10741. 699.48 s [ghcide] XCompleteMatchSig
  10742. 699.48 s [ghcide] XSCCFunSig
  10743. 699.48 s [ghcide] XMinimalSig
  10744. 699.48 s [ghcide] XSpecInstSig
  10745. 699.48 s [ghcide] XSpecSig
  10746. 699.48 s [ghcide] XInlineSig
  10747. 699.48 s [ghcide] XFixSig
  10748. 699.48 s [ghcide] XIdSig
  10749. 699.48 s [ghcide] XClassOpSig
  10750. 699.48 s [ghcide] XPatSynSig
  10751. 699.48 s [ghcide] XTypeSig
  10752. 699.48 s [ghcide] XXIPBind
  10753. 699.48 s [ghcide] XCIPBind
  10754. 699.48 s [ghcide] XXHsIPBinds
  10755. 699.48 s [ghcide] XIPBinds
  10756. 699.48 s [ghcide] XXPatSynBind
  10757. 699.48 s [ghcide] XPSB
  10758. 699.48 s [ghcide] XXHsBindsLR
  10759. 699.48 s [ghcide] XPatSynBind
  10760. 699.48 s [ghcide] XVarBind
  10761. 699.48 s [ghcide] XPatBind
  10762. 699.48 s [ghcide] XFunBind
  10763. 699.48 s [ghcide] XXValBindsLR
  10764. 699.48 s [ghcide] XValBinds
  10765. 699.48 s [ghcide] XXHsLocalBindsLR
  10766. 699.48 s [ghcide] XEmptyLocalBinds
  10767. 699.48 s [ghcide] XHsIPBinds
  10768. 699.48 s [ghcide] XHsValBinds
  10769. 699.48 s [ghcide] LIdP
  10770. 699.48 s [ghcide] Anno
  10771. 699.48 s [ghcide] DataConCantHappen
  10772. 699.48 s [ghcide] moduleNameFS
  10773. 699.48 s [ghcide] moduleNameString
  10774. 699.48 s [ghcide] mkModuleName
  10775. 699.48 s [ghcide] mkModuleNameFS
  10776. 699.48 s [ghcide] parseModuleName
  10777. 699.48 s [ghcide] LPat
  10778. 699.48 s [ghcide] HsDoFlavour
  10779. 699.48 s [ghcide] MatchGroup
  10780. 699.48 s [ghcide] isPromoted
  10781. 699.48 s [ghcide] CImportSpec
  10782. 699.48 s [ghcide] negateOverLitVal
  10783. 699.48 s [ghcide] LHsTypeArg
  10784. 699.48 s [ghcide] XXArg
  10785. 699.48 s [ghcide] XArgPar
  10786. 699.48 s [ghcide] XTypeArg
  10787. 699.48 s [ghcide] XValArg
  10788. 699.48 s [ghcide] XXArrow
  10789. 699.48 s [ghcide] XExplicitMult
  10790. 699.48 s [ghcide] XLinearArrow
  10791. 699.48 s [ghcide] XUnrestrictedArrow
  10792. 699.48 s [ghcide] XXBndrVis
  10793. 699.48 s [ghcide] HsBndrVis
  10794. 699.48 s [ghcide] XBndrInvisible
  10795. 699.48 s [ghcide] XBndrRequired
  10796. 699.48 s [ghcide] LHsTyPat
  10797. 699.48 s [ghcide] HsTyPat
  10798. 699.48 s [ghcide] hsQTvExplicit
  10799. 699.48 s [ghcide] hsPatSigType
  10800. 699.48 s [ghcide] mapHsOuterImplicit
  10801. 699.48 s [ghcide] hsIPNameFS
  10802. 699.48 s [ghcide] isHsBndrInvisible
  10803. 699.48 s [ghcide] hsMult
  10804. 699.48 s [ghcide] hsScaledThing
  10805. 699.48 s [ghcide] conDetailsArity
  10806. 699.48 s [ghcide] XConPatTyArg
  10807. 699.48 s [ghcide] ConLikeP
  10808. 699.48 s [ghcide] isInvisArgPat
  10809. 699.48 s [ghcide] isVisArgPat
  10810. 699.48 s [ghcide] hsConPatArgs
  10811. 699.48 s [ghcide] hsConPatTyArgs
  10812. 699.48 s [ghcide] hsRecFields
  10813. 699.48 s [ghcide] hsRecFieldsArgs
  10814. 699.48 s [ghcide] hsRecFieldSel
  10815. 699.48 s [ghcide] XXMultAnn
  10816. 699.48 s [ghcide] XMultAnn
  10817. 699.48 s [ghcide] XPct1Ann
  10818. 699.48 s [ghcide] XNoMultAnn
  10819. 699.48 s [ghcide] LHsLocalBindsLR
  10820. 699.48 s [ghcide] isFixityLSig
  10821. 699.48 s [ghcide] isTypeLSig
  10822. 699.48 s [ghcide] isSpecLSig
  10823. 699.48 s [ghcide] isSpecInstLSig
  10824. 699.48 s [ghcide] isPragLSig
  10825. 699.48 s [ghcide] isInlineLSig
  10826. 699.48 s [ghcide] isMinimalLSig
  10827. 699.48 s [ghcide] isSCCFunSig
  10828. 699.48 s [ghcide] isCompleteMatchSig
  10829. 699.48 s [ghcide] XXConDeclGADTDetails
  10830. 699.48 s [ghcide] XRecConGADT
  10831. 699.48 s [ghcide] XPrefixConGADT
  10832. 699.48 s [ghcide] LDerivClauseTys
  10833. 699.48 s [ghcide] LHsDerivingClause
  10834. 699.48 s [ghcide] FamilyInfo
  10835. 699.48 s [ghcide] LHsFunDep
  10836. 699.48 s [ghcide] XFunDep
  10837. 699.48 s [ghcide] LHsDecl
  10838. 699.48 s [ghcide] hsGroupInstDecls
  10839. 699.48 s [ghcide] tyClDeclTyVars
  10840. 699.48 s [ghcide] tyClGroupTyClDecls
  10841. 699.48 s [ghcide] tyClGroupInstDecls
  10842. 699.48 s [ghcide] tyClGroupRoleDecls
  10843. 699.48 s [ghcide] tyClGroupKindSigs
  10844. 699.48 s [ghcide] familyInfoTyConFlavour
  10845. 699.48 s [ghcide] dataDefnConsNewOrData
  10846. 699.48 s [ghcide] collectRuleBndrSigTys
  10847. 699.48 s [ghcide] docDeclDoc
  10848. 699.48 s [ghcide] annProvenanceName_maybe
  10849. 699.48 s [ghcide] TransForm
  10850. 699.48 s [ghcide] DotFieldOcc
  10851. 699.48 s [ghcide] LHsRecUpdProj
  10852. 699.48 s [ghcide] RecUpdProj
  10853. 699.48 s [ghcide] LHsRecProj
  10854. 699.48 s [ghcide] RecProj
  10855. 699.48 s [ghcide] FieldLabelStrings
  10856. 699.48 s [ghcide] isInfixMatch
  10857. 699.48 s [ghcide] qualifiedDoModuleName_maybe
  10858. 699.48 s [ghcide] isPatSynCtxt
  10859. 699.48 s [ghcide] isComprehensionContext
  10860. 699.48 s [ghcide] isDoComprehensionContext
  10861. 699.48 s [ghcide] isMonadDoStmtContext
  10862. 699.48 s [ghcide] isMonadCompContext
  10863. 699.48 s [ghcide] isMonadDoCompContext
  10864. 699.48 s [ghcide] LeftOrRight
  10865. 699.48 s [ghcide] pickLR
  10866. 699.48 s [ghcide] QuoteWrapper
  10867. 699.48 s [ghcide] EvTerm
  10868. 699.48 s [ghcide] EvExpr
  10869. 699.48 s [ghcide] EvBind
  10870. 699.48 s [ghcide] EvBindInfo
  10871. 699.48 s [ghcide] EvBindMap
  10872. 699.48 s [ghcide] EvBindsVar
  10873. 699.48 s [ghcide] TcEvBinds
  10874. 699.48 s [ghcide] HsWrapper
  10875. 699.48 s [ghcide] TcMCoercionR
  10876. 699.48 s [ghcide] TcMCoercionN
  10877. 699.48 s [ghcide] TcMCoercion
  10878. 699.48 s [ghcide] TcCoercionP
  10879. 699.48 s [ghcide] TcCoercionR
  10880. 699.48 s [ghcide] TcCoercionN
  10881. 699.48 s [ghcide] TcCoercion
  10882. 699.48 s [ghcide] mkWpEta
  10883. 699.48 s [ghcide] mkWpCastR
  10884. 699.48 s [ghcide] mkWpCastN
  10885. 699.48 s [ghcide] mkWpTyApps
  10886. 699.48 s [ghcide] mkWpEvApps
  10887. 699.48 s [ghcide] mkWpEvVarApps
  10888. 699.48 s [ghcide] mkWpTyLams
  10889. 699.48 s [ghcide] mkWpVisTyLam
  10890. 699.48 s [ghcide] mkWpEvLams
  10891. 699.48 s [ghcide] mkWpLet
  10892. 699.48 s [ghcide] idHsWrapper
  10893. 699.48 s [ghcide] isIdHsWrapper
  10894. 699.48 s [ghcide] collectHsWrapBinders
  10895. 699.48 s [ghcide] isCoEvBindsVar
  10896. 699.48 s [ghcide] emptyEvBindMap
  10897. 699.48 s [ghcide] extendEvBinds
  10898. 699.48 s [ghcide] isEmptyEvBindMap
  10899. 699.48 s [ghcide] lookupEvBind
  10900. 699.48 s [ghcide] evBindMapBinds
  10901. 699.48 s [ghcide] foldEvBindMap
  10902. 699.48 s [ghcide] nonDetStrictFoldEvBindMap
  10903. 699.48 s [ghcide] filterEvBindMap
  10904. 699.48 s [ghcide] evBindMapToVarSet
  10905. 699.48 s [ghcide] varSetMinusEvBindMap
  10906. 699.48 s [ghcide] evBindVar
  10907. 699.48 s [ghcide] mkWantedEvBind
  10908. 699.48 s [ghcide] mkGivenEvBind
  10909. 699.48 s [ghcide] evCoercion
  10910. 699.48 s [ghcide] evDFunApp
  10911. 699.48 s [ghcide] evDataConApp
  10912. 699.48 s [ghcide] evSelector
  10913. 699.48 s [ghcide] evTypeable
  10914. 699.48 s [ghcide] mkEvCast
  10915. 699.48 s [ghcide] mkEvScSelectors
  10916. 699.48 s [ghcide] emptyTcEvBinds
  10917. 699.48 s [ghcide] isEmptyTcEvBinds
  10918. 699.48 s [ghcide] evTermCoercion_maybe
  10919. 699.48 s [ghcide] evTermCoercion
  10920. 699.48 s [ghcide] findNeededEvVars
  10921. 699.48 s [ghcide] evVarsOfTerm
  10922. 699.48 s [ghcide] pprHsWrapper
  10923. 699.48 s [ghcide] quoteWrapperTyVarTy
  10924. 699.48 s [ghcide] newName
  10925. 699.48 s [ghcide] getEnv
  10926. 699.48 s [ghcide] newUnique
  10927. 699.48 s [ghcide] Env
  10928. 699.48 s [ghcide] newMutVar
  10929. 699.48 s [ghcide] readMutVar
  10930. 699.48 s [ghcide] writeMutVar
  10931. 699.48 s [ghcide] TcLclEnv
  10932. 699.48 s [ghcide] zipWith3M
  10933. 699.48 s [ghcide] zipWith3M_
  10934. 699.48 s [ghcide] zipWith4M
  10935. 699.48 s [ghcide] zipWithAndUnzipM
  10936. 699.48 s [ghcide] mapAndUnzip4M
  10937. 699.48 s [ghcide] mapAndUnzip5M
  10938. 699.48 s [ghcide] newTcRef
  10939. 699.48 s [ghcide] readTcRef
  10940. 699.48 s [ghcide] writeTcRef
  10941. 699.48 s [ghcide] updTcRef
  10942. 699.48 s [ghcide] updTcRefM
  10943. 699.48 s [ghcide] PromotionErr
  10944. 699.48 s [ghcide] pprPECategory
  10945. 699.48 s [ghcide] peCategory
  10946. 699.48 s [ghcide] ClosedTypeId
  10947. 699.48 s [ghcide] RhsNames
  10948. 699.48 s [ghcide] TcIdSigInst
  10949. 699.48 s [ghcide] TcPatSynSig
  10950. 699.48 s [ghcide] TcSigInfo
  10951. 699.48 s [ghcide] TcPartialSig
  10952. 699.48 s [ghcide] TcIdSig
  10953. 699.48 s [ghcide] TcCompleteSig
  10954. 699.48 s [ghcide] TcSigFun
  10955. 699.48 s [ghcide] TcBinder
  10956. 699.48 s [ghcide] TcId
  10957. 699.48 s [ghcide] TcBinderStack
  10958. 699.48 s [ghcide] isPartialSig
  10959. 699.48 s [ghcide] tcSigInfoName
  10960. 699.48 s [ghcide] tcIdSigLoc
  10961. 699.48 s [ghcide] completeSigPolyId_maybe
  10962. 699.48 s [ghcide] pprTcTyThingCategory
  10963. 699.48 s [ghcide] tcTyThingCategory
  10964. 699.48 s [ghcide] ThLevel
  10965. 699.48 s [ghcide] PendingStuff
  10966. 699.48 s [ghcide] ThStage
  10967. 699.48 s [ghcide] SpliceOrBracket
  10968. 699.48 s [ghcide] SpliceType
  10969. 699.48 s [ghcide] topStage
  10970. 699.48 s [ghcide] topAnnStage
  10971. 699.48 s [ghcide] topSpliceStage
  10972. 699.48 s [ghcide] impLevel
  10973. 699.48 s [ghcide] outerLevel
  10974. 699.48 s [ghcide] thLevel
  10975. 699.48 s [ghcide] ArrowCtxt
  10976. 699.48 s [ghcide] ThBindEnv
  10977. 699.48 s [ghcide] TcTypeEnv
  10978. 699.48 s [ghcide] TcLclCtxt
  10979. 699.48 s [ghcide] setLclEnvTcLevel
  10980. 699.48 s [ghcide] getLclEnvTcLevel
  10981. 699.48 s [ghcide] setLclEnvLoc
  10982. 699.48 s [ghcide] getLclEnvLoc
  10983. 699.48 s [ghcide] lclEnvInGeneratedCode
  10984. 699.48 s [ghcide] modifyLclCtxt
  10985. 699.48 s [ghcide] CompleteMatches
  10986. 699.48 s [ghcide] addErr
  10987. 699.48 s [ghcide] IOEnvFailure
  10988. 699.48 s [ghcide] IOEnv
  10989. 699.48 s [ghcide] failM
  10990. 699.48 s [ghcide] failWithM
  10991. 699.48 s [ghcide] runIOEnv
  10992. 699.49 s [ghcide] fixM
  10993. 699.49 s [ghcide] tryM
  10994. 699.49 s [ghcide] tryAllM
  10995. 699.49 s [ghcide] tryMostM
  10996. 699.49 s [ghcide] unsafeInterleaveM
  10997. 699.49 s [ghcide] uninterruptibleMaskM_
  10998. 699.49 s [ghcide] updMutVar
  10999. 699.49 s [ghcide] getNamePprCtx
  11000. 699.49 s [ghcide] getSrcSpanM
  11001. 699.49 s [ghcide] RoleAnnotEnv
  11002. 699.49 s [ghcide] FillDefaulting
  11003. 699.49 s [ghcide] TcPluginRewriteResult
  11004. 699.49 s [ghcide] TcPlugin
  11005. 699.49 s [ghcide] SelfBootInfo
  11006. 699.49 s [ghcide] IfLclEnv
  11007. 699.49 s [ghcide] IfGblEnv
  11008. 699.49 s [ghcide] IfL
  11009. 699.49 s [ghcide] IfG
  11010. 699.49 s [ghcide] IfM
  11011. 699.49 s [ghcide] TcRn
  11012. 699.49 s [ghcide] TcRnIf
  11013. 699.49 s [ghcide] tcVisibleOrphanMods
  11014. 699.49 s [ghcide] bootExports
  11015. 699.49 s [ghcide] removeBindingShadowing
  11016. 699.49 s [ghcide] mkModDeps
  11017. 699.49 s [ghcide] emptyImportAvails
  11018. 699.49 s [ghcide] mkRoleAnnotEnv
  11019. 699.49 s [ghcide] emptyRoleAnnotEnv
  11020. 699.49 s [ghcide] lookupRoleAnnot
  11021. 699.49 s [ghcide] getRoleAnnots
  11022. 699.49 s [ghcide] IsExtraConstraint
  11023. 699.49 s [ghcide] initTcInteractive
  11024. 699.49 s [ghcide] initTcRnIf
  11025. 699.49 s [ghcide] discardResult
  11026. 699.49 s [ghcide] getTopEnv
  11027. 699.49 s [ghcide] updTopEnv
  11028. 699.49 s [ghcide] getGblEnv
  11029. 699.49 s [ghcide] updGblEnv
  11030. 699.49 s [ghcide] setGblEnv
  11031. 699.49 s [ghcide] getLclEnv
  11032. 699.49 s [ghcide] updLclEnv
  11033. 699.49 s [ghcide] updLclCtxt
  11034. 699.49 s [ghcide] setLclEnv
  11035. 699.49 s [ghcide] restoreLclEnv
  11036. 699.49 s [ghcide] getEnvs
  11037. 699.49 s [ghcide] setEnvs
  11038. 699.49 s [ghcide] updEnvs
  11039. 699.49 s [ghcide] restoreEnvs
  11040. 699.49 s [ghcide] xoptM
  11041. 699.49 s [ghcide] doptM
  11042. 699.49 s [ghcide] goptM
  11043. 699.49 s [ghcide] woptM
  11044. 699.49 s [ghcide] setXOptM
  11045. 699.49 s [ghcide] unsetXOptM
  11046. 699.49 s [ghcide] unsetGOptM
  11047. 699.49 s [ghcide] unsetWOptM
  11048. 699.49 s [ghcide] whenGOptM
  11049. 699.49 s [ghcide] whenWOptM
  11050. 699.49 s [ghcide] whenXOptM
  11051. 699.49 s [ghcide] unlessXOptM
  11052. 699.49 s [ghcide] getGhcMode
  11053. 699.49 s [ghcide] withoutDynamicNow
  11054. 699.49 s [ghcide] updTopFlags
  11055. 699.49 s [ghcide] getEpsVar
  11056. 699.49 s [ghcide] getEps
  11057. 699.49 s [ghcide] getHpt
  11058. 699.49 s [ghcide] getEpsAndHug
  11059. 699.49 s [ghcide] withIfaceErr
  11060. 699.49 s [ghcide] newArrowScope
  11061. 699.49 s [ghcide] escapeArrowScope
  11062. 699.49 s [ghcide] newUniqueSupply
  11063. 699.49 s [ghcide] cloneLocalName
  11064. 699.49 s [ghcide] newNameAt
  11065. 699.49 s [ghcide] newSysName
  11066. 699.49 s [ghcide] newSysLocalId
  11067. 699.49 s [ghcide] newSysLocalIds
  11068. 699.49 s [ghcide] traceTc
  11069. 699.49 s [ghcide] traceRn
  11070. 699.49 s [ghcide] traceOptTcRn
  11071. 699.49 s [ghcide] traceIf
  11072. 699.49 s [ghcide] traceOptIf
  11073. 699.49 s [ghcide] getIsGHCi
  11074. 699.49 s [ghcide] getGHCiMonad
  11075. 699.49 s [ghcide] getInteractivePrintName
  11076. 699.49 s [ghcide] tcIsHsBootOrSig
  11077. 699.49 s [ghcide] tcHscSource
  11078. 699.49 s [ghcide] tcIsHsig
  11079. 699.49 s [ghcide] tcSelfBootInfo
  11080. 699.49 s [ghcide] getGlobalRdrEnv
  11081. 699.49 s [ghcide] getRdrEnvs
  11082. 699.49 s [ghcide] getImports
  11083. 699.49 s [ghcide] getFixityEnv
  11084. 699.49 s [ghcide] extendFixityEnv
  11085. 699.49 s [ghcide] getDeclaredDefaultTys
  11086. 699.49 s [ghcide] addDependentFiles
  11087. 699.49 s [ghcide] inGeneratedCode
  11088. 699.49 s [ghcide] setSrcSpan
  11089. 699.49 s [ghcide] setSrcSpanA
  11090. 699.49 s [ghcide] addLocM
  11091. 699.49 s [ghcide] wrapLocM
  11092. 699.49 s [ghcide] wrapLocMA
  11093. 699.49 s [ghcide] wrapLocFstM
  11094. 699.49 s [ghcide] wrapLocFstMA
  11095. 699.49 s [ghcide] wrapLocSndM
  11096. 699.49 s [ghcide] wrapLocSndMA
  11097. 699.49 s [ghcide] wrapLocM_
  11098. 699.49 s [ghcide] wrapLocMA_
  11099. 699.49 s [ghcide] getErrsVar
  11100. 699.49 s [ghcide] setErrsVar
  11101. 699.49 s [ghcide] failWith
  11102. 699.49 s [ghcide] failAt
  11103. 699.49 s [ghcide] addErrAt
  11104. 699.49 s [ghcide] mkDetailedMessage
  11105. 699.49 s [ghcide] addErrs
  11106. 699.49 s [ghcide] checkErr
  11107. 699.49 s [ghcide] checkErrAt
  11108. 699.49 s [ghcide] addMessages
  11109. 699.49 s [ghcide] discardWarnings
  11110. 699.49 s [ghcide] mkTcRnMessage
  11111. 699.49 s [ghcide] reportDiagnostics
  11112. 699.49 s [ghcide] reportDiagnostic
  11113. 699.49 s [ghcide] checkNoErrs
  11114. 699.49 s [ghcide] whenNoErrs
  11115. 699.49 s [ghcide] ifErrsM
  11116. 699.49 s [ghcide] failIfErrsM
  11117. 699.49 s [ghcide] getErrCtxt
  11118. 699.49 s [ghcide] setErrCtxt
  11119. 699.49 s [ghcide] popErrCtxt
  11120. 699.49 s [ghcide] getCtLocM
  11121. 699.49 s [ghcide] mkCtLocEnv
  11122. 699.49 s [ghcide] setCtLocM
  11123. 699.49 s [ghcide] askNoErrs
  11124. 699.49 s [ghcide] tryCaptureConstraints
  11125. 699.49 s [ghcide] captureConstraints
  11126. 699.49 s [ghcide] tcEmitBindingUsage
  11127. 699.49 s [ghcide] attemptM
  11128. 699.49 s [ghcide] recoverM
  11129. 699.49 s [ghcide] tryTc
  11130. 699.49 s [ghcide] discardErrs
  11131. 699.49 s [ghcide] tryTcDiscardingErrs
  11132. 699.49 s [ghcide] addErrTc
  11133. 699.49 s [ghcide] addErrTcM
  11134. 699.49 s [ghcide] failWithTc
  11135. 699.49 s [ghcide] failWithTcM
  11136. 699.49 s [ghcide] checkTc
  11137. 699.49 s [ghcide] checkTcM
  11138. 699.49 s [ghcide] failIfTc
  11139. 699.49 s [ghcide] failIfTcM
  11140. 699.49 s [ghcide] addTcRnDiagnostic
  11141. 699.49 s [ghcide] mkErrInfo
  11142. 699.49 s [ghcide] debugTc
  11143. 699.49 s [ghcide] addTopEvBinds
  11144. 699.49 s [ghcide] newTcEvBinds
  11145. 699.49 s [ghcide] cloneEvBindsVar
  11146. 699.49 s [ghcide] getTcEvTyCoVars
  11147. 699.49 s [ghcide] getTcEvBindsMap
  11148. 699.49 s [ghcide] setTcEvBindsMap
  11149. 699.49 s [ghcide] addTcEvBind
  11150. 699.49 s [ghcide] chooseUniqueOccTc
  11151. 699.49 s [ghcide] getConstraintVar
  11152. 699.49 s [ghcide] setConstraintVar
  11153. 699.49 s [ghcide] emitStaticConstraints
  11154. 699.49 s [ghcide] emitConstraints
  11155. 699.49 s [ghcide] emitSimple
  11156. 699.49 s [ghcide] emitSimples
  11157. 699.49 s [ghcide] emitImplication
  11158. 699.49 s [ghcide] emitImplications
  11159. 699.49 s [ghcide] emitDelayedErrors
  11160. 699.49 s [ghcide] emitHole
  11161. 699.49 s [ghcide] emitHoles
  11162. 699.49 s [ghcide] emitNotConcreteError
  11163. 699.49 s [ghcide] pushTcLevelM_
  11164. 699.49 s [ghcide] pushTcLevelM
  11165. 699.49 s [ghcide] getTcLevel
  11166. 699.49 s [ghcide] setTcLevel
  11167. 699.49 s [ghcide] isTouchableTcM
  11168. 699.49 s [ghcide] getLclTypeEnv
  11169. 699.49 s [ghcide] setLclTypeEnv
  11170. 699.49 s [ghcide] traceTcConstraints
  11171. 699.49 s [ghcide] emitAnonTypeHole
  11172. 699.49 s [ghcide] emitNamedTypeHole
  11173. 699.49 s [ghcide] recordThUse
  11174. 699.49 s [ghcide] recordThSpliceUse
  11175. 699.49 s [ghcide] recordThNeededRuntimeDeps
  11176. 699.49 s [ghcide] keepAlive
  11177. 699.49 s [ghcide] getStage
  11178. 699.49 s [ghcide] getStageAndBindLevel
  11179. 699.49 s [ghcide] setStage
  11180. 699.49 s [ghcide] getLocalRdrEnv
  11181. 699.49 s [ghcide] setLocalRdrEnv
  11182. 699.49 s [ghcide] mkIfLclEnv
  11183. 699.49 s [ghcide] initIfaceCheck
  11184. 699.49 s [ghcide] initIfaceLcl
  11185. 699.49 s [ghcide] getIfModule
  11186. 699.49 s [ghcide] failIfM
  11187. 699.49 s [ghcide] setImplicitEnvM
  11188. 699.49 s [ghcide] mkVarOccFS
  11189. 699.49 s [ghcide] isFieldName
  11190. 699.49 s [ghcide] tidyNameOcc
  11191. 699.49 s [ghcide] nameOccName
  11192. 699.49 s [ghcide] setNameUnique
  11193. 699.49 s [ghcide] nameUnique
  11194. 699.49 s [ghcide] emptyFsEnv
  11195. 699.49 s [ghcide] extendFsEnv
  11196. 699.49 s [ghcide] lookupFsEnv
  11197. 699.49 s [ghcide] mkFsEnv
  11198. 699.49 s [ghcide] TidyOccEnv
  11199. 699.49 s [ghcide] OccSet
  11200. 699.49 s [ghcide] NameSpace
  11201. 699.49 s [ghcide] tcName
  11202. 699.49 s [ghcide] clsName
  11203. 699.49 s [ghcide] tcClsName
  11204. 699.49 s [ghcide] dataName
  11205. 699.49 s [ghcide] srcDataName
  11206. 699.49 s [ghcide] tvName
  11207. 699.49 s [ghcide] fieldName
  11208. 699.49 s [ghcide] isDataConNameSpace
  11209. 699.49 s [ghcide] isTcClsNameSpace
  11210. 699.49 s [ghcide] isTvNameSpace
  11211. 699.49 s [ghcide] isVarNameSpace
  11212. 699.49 s [ghcide] isValNameSpace
  11213. 699.49 s [ghcide] isFieldNameSpace
  11214. 699.49 s [ghcide] pprNameSpace
  11215. 699.49 s [ghcide] pprNonVarNameSpace
  11216. 699.49 s [ghcide] pprNameSpaceBrief
  11217. 699.49 s [ghcide] pprOccName
  11218. 699.49 s [ghcide] mkOccName
  11219. 699.49 s [ghcide] mkOccNameFS
  11220. 699.49 s [ghcide] mkVarOcc
  11221. 699.49 s [ghcide] mkRecFieldOcc
  11222. 699.49 s [ghcide] mkRecFieldOccFS
  11223. 699.49 s [ghcide] varToRecFieldOcc
  11224. 699.49 s [ghcide] recFieldToVarOcc
  11225. 699.49 s [ghcide] mkDataOcc
  11226. 699.49 s [ghcide] mkDataOccFS
  11227. 699.49 s [ghcide] mkTyVarOcc
  11228. 699.49 s [ghcide] mkTyVarOccFS
  11229. 699.49 s [ghcide] mkTcOcc
  11230. 699.49 s [ghcide] mkTcOccFS
  11231. 699.49 s [ghcide] mkClsOcc
  11232. 699.49 s [ghcide] mkClsOccFS
  11233. 699.49 s [ghcide] demoteOccName
  11234. 699.49 s [ghcide] demoteOccTvName
  11235. 699.49 s [ghcide] promoteOccName
  11236. 699.49 s [ghcide] intersectOccEnv_C
  11237. 699.49 s [ghcide] minusOccEnv_C_Ns
  11238. 699.49 s [ghcide] pprOccEnv
  11239. 699.49 s [ghcide] emptyOccSet
  11240. 699.49 s [ghcide] unitOccSet
  11241. 699.49 s [ghcide] mkOccSet
  11242. 699.49 s [ghcide] extendOccSet
  11243. 699.49 s [ghcide] extendOccSetList
  11244. 699.49 s [ghcide] unionOccSets
  11245. 699.49 s [ghcide] unionManyOccSets
  11246. 699.49 s [ghcide] elemOccSet
  11247. 699.49 s [ghcide] isEmptyOccSet
  11248. 699.49 s [ghcide] occNameString
  11249. 699.49 s [ghcide] setOccNameSpace
  11250. 699.49 s [ghcide] isVarOcc
  11251. 699.49 s [ghcide] isTvOcc
  11252. 699.49 s [ghcide] isTcOcc
  11253. 699.49 s [ghcide] isFieldOcc
  11254. 699.49 s [ghcide] fieldOcc_maybe
  11255. 699.49 s [ghcide] isDataOcc
  11256. 699.49 s [ghcide] isUnderscore
  11257. 699.49 s [ghcide] isDefaultMethodOcc
  11258. 699.49 s [ghcide] mkDataConWrapperOcc
  11259. 699.49 s [ghcide] mkWorkerOcc
  11260. 699.49 s [ghcide] mkMatcherOcc
  11261. 699.49 s [ghcide] mkBuilderOcc
  11262. 699.49 s [ghcide] mkDefaultMethodOcc
  11263. 699.49 s [ghcide] mkClassOpAuxOcc
  11264. 699.49 s [ghcide] mkDictOcc
  11265. 699.49 s [ghcide] mkIPOcc
  11266. 699.49 s [ghcide] mkSpecOcc
  11267. 699.49 s [ghcide] mkForeignExportOcc
  11268. 699.49 s [ghcide] mkRepEqOcc
  11269. 699.49 s [ghcide] mkClassDataConOcc
  11270. 699.49 s [ghcide] mkNewTyCoOcc
  11271. 699.49 s [ghcide] mkInstTyCoOcc
  11272. 699.49 s [ghcide] mkEqPredCoOcc
  11273. 699.49 s [ghcide] mkCon2TagOcc
  11274. 699.49 s [ghcide] mkTag2ConOcc
  11275. 699.49 s [ghcide] mkMaxTagOcc
  11276. 699.49 s [ghcide] mkDataTOcc
  11277. 699.49 s [ghcide] mkDataCOcc
  11278. 699.49 s [ghcide] mkTyConRepOcc
  11279. 699.49 s [ghcide] mkGenR
  11280. 699.49 s [ghcide] mkGen1R
  11281. 699.49 s [ghcide] mkDataConWorkerOcc
  11282. 699.49 s [ghcide] mkSuperDictAuxOcc
  11283. 699.49 s [ghcide] mkSuperDictSelOcc
  11284. 699.49 s [ghcide] mkLocalOcc
  11285. 699.49 s [ghcide] mkDFunOcc
  11286. 699.49 s [ghcide] mkMethodOcc
  11287. 699.49 s [ghcide] emptyTidyOccEnv
  11288. 699.49 s [ghcide] initTidyOccEnv
  11289. 699.49 s [ghcide] delTidyOccEnvList
  11290. 699.49 s [ghcide] avoidClashesOccEnv
  11291. 699.49 s [ghcide] tidyOccName
  11292. 699.49 s [ghcide] mainOcc
  11293. 699.49 s [ghcide] ppMainFn
  11294. 699.49 s [ghcide] nameNameSpace
  11295. 699.49 s [ghcide] nameSrcLoc
  11296. 699.49 s [ghcide] nameSrcSpan
  11297. 699.49 s [ghcide] isWiredInName
  11298. 699.49 s [ghcide] isWiredIn
  11299. 699.49 s [ghcide] wiredInNameTyThing_maybe
  11300. 699.49 s [ghcide] isBuiltInSyntax
  11301. 699.49 s [ghcide] isTupleTyConName
  11302. 699.49 s [ghcide] isSumTyConName
  11303. 699.49 s [ghcide] isExternalName
  11304. 699.49 s [ghcide] isInternalName
  11305. 699.49 s [ghcide] isHoleName
  11306. 699.49 s [ghcide] nameModule
  11307. 699.49 s [ghcide] nameModule_maybe
  11308. 699.49 s [ghcide] namePun_maybe
  11309. 699.49 s [ghcide] nameIsHomePackage
  11310. 699.49 s [ghcide] nameIsHomePackageImport
  11311. 699.49 s [ghcide] isTyVarName
  11312. 699.49 s [ghcide] isTyConName
  11313. 699.49 s [ghcide] isDataConName
  11314. 699.49 s [ghcide] isValName
  11315. 699.49 s [ghcide] isVarName
  11316. 699.49 s [ghcide] isSystemName
  11317. 699.49 s [ghcide] mkClonedInternalName
  11318. 699.49 s [ghcide] mkDerivedInternalName
  11319. 699.49 s [ghcide] mkSystemNameAt
  11320. 699.49 s [ghcide] mkSystemVarName
  11321. 699.49 s [ghcide] mkSysTvName
  11322. 699.49 s [ghcide] setNameLoc
  11323. 699.49 s [ghcide] pprName
  11324. 699.49 s [ghcide] pprModulePrefix
  11325. 699.49 s [ghcide] pprDefinedAt
  11326. 699.49 s [ghcide] pprNameDefnLoc
  11327. 699.49 s [ghcide] getSrcLoc
  11328. 699.49 s [ghcide] getSrcSpan
  11329. 699.49 s [ghcide] getOccString
  11330. 699.49 s [ghcide] getOccFS
  11331. 699.49 s [ghcide] pprInfixName
  11332. 699.49 s [ghcide] pprPrefixName
  11333. 699.49 s [ghcide] RecFieldInfo
  11334. 699.49 s [ghcide] plusGREInfo
  11335. 699.49 s [ghcide] LookupChild
  11336. 699.49 s [ghcide] rdrNameOcc
  11337. 699.49 s [ghcide] rdrNameSpace
  11338. 699.49 s [ghcide] demoteRdrName
  11339. 699.49 s [ghcide] demoteRdrNameTv
  11340. 699.49 s [ghcide] promoteRdrName
  11341. 699.49 s [ghcide] mkRdrUnqual
  11342. 699.49 s [ghcide] mkRdrQual
  11343. 699.49 s [ghcide] mkOrig
  11344. 699.49 s [ghcide] mkUnqual
  11345. 699.49 s [ghcide] mkVarUnqual
  11346. 699.49 s [ghcide] getRdrName
  11347. 699.49 s [ghcide] nameRdrName
  11348. 699.49 s [ghcide] isRdrDataCon
  11349. 699.49 s [ghcide] isRdrTyVar
  11350. 699.49 s [ghcide] isRdrTc
  11351. 699.49 s [ghcide] isSrcRdrName
  11352. 699.49 s [ghcide] isUnqual
  11353. 699.49 s [ghcide] isQual
  11354. 699.49 s [ghcide] isQual_maybe
  11355. 699.49 s [ghcide] isOrig
  11356. 699.49 s [ghcide] isOrig_maybe
  11357. 699.49 s [ghcide] isExact
  11358. 699.49 s [ghcide] isExact_maybe
  11359. 699.49 s [ghcide] emptyLocalRdrEnv
  11360. 699.49 s [ghcide] extendLocalRdrEnv
  11361. 699.49 s [ghcide] extendLocalRdrEnvList
  11362. 699.49 s [ghcide] lookupLocalRdrEnv
  11363. 699.49 s [ghcide] lookupLocalRdrOcc
  11364. 699.49 s [ghcide] elemLocalRdrEnv
  11365. 699.49 s [ghcide] localRdrEnvElts
  11366. 699.49 s [ghcide] inLocalRdrEnvScope
  11367. 699.49 s [ghcide] minusLocalRdrEnv
  11368. 699.49 s [ghcide] minusLocalRdrEnvList
  11369. 699.49 s [ghcide] greName
  11370. 699.49 s [ghcide] greNameSpace
  11371. 699.49 s [ghcide] greParent
  11372. 699.49 s [ghcide] greInfo
  11373. 699.49 s [ghcide] mkGRE
  11374. 699.49 s [ghcide] mkExactGRE
  11375. 699.49 s [ghcide] mkLocalGRE
  11376. 699.49 s [ghcide] mkLocalVanillaGRE
  11377. 699.49 s [ghcide] mkLocalConLikeGRE
  11378. 699.49 s [ghcide] mkLocalFieldGREs
  11379. 699.49 s [ghcide] greOccName
  11380. 699.49 s [ghcide] greQualModName
  11381. 699.49 s [ghcide] greRdrNames
  11382. 699.49 s [ghcide] greSrcSpan
  11383. 699.49 s [ghcide] mkParent
  11384. 699.49 s [ghcide] availParent
  11385. 699.49 s [ghcide] greParent_maybe
  11386. 699.49 s [ghcide] gresToNameSet
  11387. 699.49 s [ghcide] availFromGRE
  11388. 699.49 s [ghcide] emptyGlobalRdrEnv
  11389. 699.49 s [ghcide] globalRdrEnvElts
  11390. 699.49 s [ghcide] pprGlobalRdrEnv
  11391. 699.49 s [ghcide] fieldGRE_maybe
  11392. 699.49 s [ghcide] fieldGRELabel
  11393. 699.49 s [ghcide] fieldGREInfo
  11394. 699.49 s [ghcide] recFieldConLike_maybe
  11395. 699.49 s [ghcide] recFieldInfo_maybe
  11396. 699.49 s [ghcide] filterFieldGREs
  11397. 699.49 s [ghcide] allowGRE
  11398. 699.49 s [ghcide] getGRE_NameQualifier_maybes
  11399. 699.49 s [ghcide] plusGlobalRdrEnv
  11400. 699.49 s [ghcide] mkGlobalRdrEnv
  11401. 699.49 s [ghcide] insertGRE
  11402. 699.49 s [ghcide] plusGRE
  11403. 699.49 s [ghcide] extendGlobalRdrEnv
  11404. 699.49 s [ghcide] shadowNames
  11405. 699.49 s [ghcide] bestImport
  11406. 699.49 s [ghcide] importSpecLoc
  11407. 699.49 s [ghcide] importSpecModule
  11408. 699.49 s [ghcide] isExplicitItem
  11409. 699.49 s [ghcide] emptyMessages
  11410. 699.49 s [ghcide] HscSource
  11411. 699.50 s [ghcide] setVarUnique
  11412. 699.50 s [ghcide] setTyVarUnique
  11413. 699.50 s [ghcide] Unit
  11414. 699.50 s [ghcide] moduleNameFS
  11415. 699.50 s [ghcide] moduleNameString
  11416. 699.50 s [ghcide] mkModuleName
  11417. 699.50 s [ghcide] mkModuleNameFS
  11418. 699.50 s [ghcide] parseModuleName
  11419. 699.50 s [ghcide] ModuleWithIsBoot
  11420. 699.50 s [ghcide] ModuleNameWithIsBoot
  11421. 699.50 s [ghcide] Instantiations
  11422. 699.50 s [ghcide] GenInstantiations
  11423. 699.50 s [ghcide] InstantiatedUnit
  11424. 699.50 s [ghcide] moduleUnitId
  11425. 699.50 s [ghcide] mkModule
  11426. 699.50 s [ghcide] pprModule
  11427. 699.50 s [ghcide] pprInstantiatedModule
  11428. 699.50 s [ghcide] isHoleUnit
  11429. 699.50 s [ghcide] pprUnit
  11430. 699.50 s [ghcide] unitString
  11431. 699.50 s [ghcide] stringToUnit
  11432. 699.50 s [ghcide] unitIdString
  11433. 699.50 s [ghcide] stringToUnitId
  11434. 699.50 s [ghcide] primUnitId
  11435. 699.50 s [ghcide] bignumUnitId
  11436. 699.50 s [ghcide] ghcInternalUnitId
  11437. 699.50 s [ghcide] baseUnitId
  11438. 699.50 s [ghcide] rtsUnitId
  11439. 699.50 s [ghcide] thisGhcUnitId
  11440. 699.50 s [ghcide] interactiveUnitId
  11441. 699.50 s [ghcide] thUnitId
  11442. 699.50 s [ghcide] thUnit
  11443. 699.50 s [ghcide] primUnit
  11444. 699.50 s [ghcide] bignumUnit
  11445. 699.50 s [ghcide] ghcInternalUnit
  11446. 699.50 s [ghcide] baseUnit
  11447. 699.50 s [ghcide] rtsUnit
  11448. 699.50 s [ghcide] thisGhcUnit
  11449. 699.50 s [ghcide] interactiveUnit
  11450. 699.50 s [ghcide] experimentalUnit
  11451. 699.50 s [ghcide] mainUnit
  11452. 699.50 s [ghcide] isInteractiveModule
  11453. 699.50 s [ghcide] wiredInUnitIds
  11454. 699.50 s [ghcide] addBootSuffixLocn_maybe
  11455. 699.50 s [ghcide] filterModuleEnv
  11456. 699.50 s [ghcide] mapMaybeModuleEnv
  11457. 699.50 s [ghcide] elemModuleEnv
  11458. 699.50 s [ghcide] extendModuleEnv
  11459. 699.50 s [ghcide] extendModuleEnvWith
  11460. 699.50 s [ghcide] extendModuleEnvList
  11461. 699.50 s [ghcide] extendModuleEnvList_C
  11462. 699.50 s [ghcide] plusModuleEnv_C
  11463. 699.50 s [ghcide] delModuleEnvList
  11464. 699.50 s [ghcide] delModuleEnv
  11465. 699.50 s [ghcide] plusModuleEnv
  11466. 699.50 s [ghcide] lookupModuleEnv
  11467. 699.50 s [ghcide] lookupWithDefaultModuleEnv
  11468. 699.50 s [ghcide] mapModuleEnv
  11469. 699.50 s [ghcide] partitionModuleEnv
  11470. 699.50 s [ghcide] alterModuleEnv
  11471. 699.50 s [ghcide] mkModuleEnv
  11472. 699.50 s [ghcide] emptyModuleEnv
  11473. 699.50 s [ghcide] moduleEnvKeys
  11474. 699.50 s [ghcide] moduleEnvElts
  11475. 699.50 s [ghcide] moduleEnvToList
  11476. 699.50 s [ghcide] unitModuleEnv
  11477. 699.50 s [ghcide] isEmptyModuleEnv
  11478. 699.50 s [ghcide] mkModuleSet
  11479. 699.50 s [ghcide] extendModuleSet
  11480. 699.50 s [ghcide] extendModuleSetList
  11481. 699.50 s [ghcide] emptyModuleSet
  11482. 699.50 s [ghcide] isEmptyModuleSet
  11483. 699.50 s [ghcide] moduleSetElts
  11484. 699.50 s [ghcide] elemModuleSet
  11485. 699.50 s [ghcide] intersectModuleSet
  11486. 699.50 s [ghcide] minusModuleSet
  11487. 699.50 s [ghcide] delModuleSet
  11488. 699.50 s [ghcide] unionModuleSet
  11489. 699.50 s [ghcide] unionManyModuleSets
  11490. 699.50 s [ghcide] unitModuleSet
  11491. 699.50 s [ghcide] emptyInstalledModuleEnv
  11492. 699.50 s [ghcide] lookupInstalledModuleEnv
  11493. 699.50 s [ghcide] extendInstalledModuleEnv
  11494. 699.50 s [ghcide] filterInstalledModuleEnv
  11495. 699.50 s [ghcide] delInstalledModuleEnv
  11496. 699.50 s [ghcide] installedModuleEnvElts
  11497. 699.50 s [ghcide] mergeInstalledModuleEnv
  11498. 699.50 s [ghcide] plusInstalledModuleEnv
  11499. 699.50 s [ghcide] HasModule
  11500. 699.50 s [ghcide] ContainsModule
  11501. 699.50 s [ghcide] mkPrelImports
  11502. 699.50 s [ghcide] toArgs
  11503. 699.50 s [ghcide] Token
  11504. 699.50 s [ghcide] PState
  11505. 699.50 s [ghcide] failMsgP
  11506. 699.50 s [ghcide] failLocMsgP
  11507. 699.50 s [ghcide] getPState
  11508. 699.50 s [ghcide] setSrcLoc
  11509. 699.50 s [ghcide] getRealSrcLoc
  11510. 699.50 s [ghcide] setLastToken
  11511. 699.50 s [ghcide] adjustChar
  11512. 699.50 s [ghcide] nextIsEOF
  11513. 699.50 s [ghcide] pushLexState
  11514. 699.50 s [ghcide] popLexState
  11515. 699.50 s [ghcide] getLexState
  11516. 699.50 s [ghcide] activeContext
  11517. 699.50 s [ghcide] xtest
  11518. 699.50 s [ghcide] xset
  11519. 699.50 s [ghcide] xunset
  11520. 699.50 s [ghcide] disableHaddock
  11521. 699.50 s [ghcide] getCommentsFor
  11522. 699.50 s [ghcide] getPriorCommentsFor
  11523. 699.50 s [ghcide] getFinalCommentsFor
  11524. 699.50 s [ghcide] getEofPos
  11525. 699.50 s [ghcide] addPsMessage
  11526. 699.50 s [ghcide] popContext
  11527. 699.50 s [ghcide] pushModuleContext
  11528. 699.50 s [ghcide] srcParseFail
  11529. 699.50 s [ghcide] lexer
  11530. 699.50 s [ghcide] lexerDbg
  11531. 699.50 s [ghcide] lexTokenStream
  11532. 699.50 s [ghcide] allocateComments
  11533. 699.50 s [ghcide] allocatePriorComments
  11534. 699.50 s [ghcide] allocateFinalComments
  11535. 699.50 s [ghcide] commentToAnnotation
  11536. 699.50 s [ghcide] CompileReason
  11537. 699.50 s [ghcide] hscUpdateHUG
  11538. 699.50 s [ghcide] hsc_HUG
  11539. 699.50 s [ghcide] getKey
  11540. 699.50 s [ghcide] mkCgInteractiveGuts
  11541. 699.50 s [ghcide] justBytecode
  11542. 699.50 s [ghcide] justObjects
  11543. 699.50 s [ghcide] emptyHomeModInfoLinkable
  11544. 699.50 s [ghcide] homeModInfoByteCode
  11545. 699.50 s [ghcide] homeModInfoObject
  11546. 699.50 s [ghcide] groupOrigin (src/Development/IDE/GHC/Compat/Core.hs:786)
  11547. 699.50 s [ghcide] isVisibleFunArg (src/Development/IDE/GHC/Compat/Core.hs:633)
  11548. 699.50 s [ghcide] lookupGlobalRdrEnv (src/Development/IDE/GHC/Compat/Core.hs:819)
  11549. 699.50 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.GHC.Compat.Driver'
  11550. 699.50 s [ghcide] Missing documentation for:
  11551. 699.50 s [ghcide] Module header
  11552. 699.50 s [ghcide] hscTypecheckRenameWithDiagnostics (src/Development/IDE/GHC/Compat/Driver.hs:51)
  11553. 699.50 s [ghcide] 53% ( 25 / 47) in 'Development.IDE.GHC.Compat.Env'
  11554. 699.50 s [ghcide] Missing documentation for:
  11555. 699.50 s [ghcide] hsc_HPT
  11556. 699.50 s [ghcide] setInteractivePrintName
  11557. 699.50 s [ghcide] hsc_EPS (src/Development/IDE/GHC/Compat/Env.hs:75)
  11558. 699.50 s [ghcide] hscSetHooks (src/Development/IDE/GHC/Compat/Env.hs:95)
  11559. 699.50 s [ghcide] hscHomeUnit (src/Development/IDE/GHC/Compat/Env.hs:99)
  11560. 699.50 s [ghcide] HomeUnit
  11561. 699.50 s [ghcide] setHomeUnitId_ (src/Development/IDE/GHC/Compat/Env.hs:81)
  11562. 699.50 s [ghcide] Logger
  11563. 699.50 s [ghcide] UnitEnv
  11564. 699.50 s [ghcide] hscSetUnitEnv (src/Development/IDE/GHC/Compat/Env.hs:92)
  11565. 699.50 s [ghcide] hscSetFlags (src/Development/IDE/GHC/Compat/Env.hs:84)
  11566. 699.50 s [ghcide] initTempFs (src/Development/IDE/GHC/Compat/Env.hs:87)
  11567. 699.50 s [ghcide] setInterpreterLinkerOptions (src/Development/IDE/GHC/Compat/Env.hs:117)
  11568. 699.50 s [ghcide] Ways
  11569. 699.50 s [ghcide] setWays (src/Development/IDE/GHC/Compat/Env.hs:133)
  11570. 699.50 s [ghcide] setBackend (src/Development/IDE/GHC/Compat/Env.hs:153)
  11571. 699.50 s [ghcide] ghciBackend (src/Development/IDE/GHC/Compat/Env.hs:143)
  11572. 699.50 s [ghcide] platformDefaultBackend (src/Development/IDE/GHC/Compat/Env.hs:149)
  11573. 699.50 s [ghcide] workingDirectory
  11574. 699.50 s [ghcide] setWorkingDirectory (src/Development/IDE/GHC/Compat/Env.hs:78)
  11575. 699.50 s [ghcide] hscSetActiveUnitId
  11576. 699.50 s [ghcide] reexportedModules
  11577. 699.50 s [ghcide] 68% ( 15 / 22) in 'Development.IDE.GHC.Compat.Error'
  11578. 699.50 s [ghcide] Missing documentation for:
  11579. 699.50 s [ghcide] Module header
  11580. 699.50 s [ghcide] msgEnvelopeErrorL (src/Development/IDE/GHC/Compat/Error.hs:68)
  11581. 699.50 s [ghcide] PsMessage
  11582. 699.50 s [ghcide] _TcRnMessage (src/Development/IDE/GHC/Compat/Error.hs:34)
  11583. 699.50 s [ghcide] _GhcPsMessage (src/Development/IDE/GHC/Compat/Error.hs:39)
  11584. 699.50 s [ghcide] _GhcDsMessage (src/Development/IDE/GHC/Compat/Error.hs:44)
  11585. 699.50 s [ghcide] _GhcDriverMessage (src/Development/IDE/GHC/Compat/Error.hs:49)
  11586. 699.50 s [ghcide] Warning: 'a_a4ME' is out of scope.
  11587. 699.50 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11588. 699.50 s [ghcide] Warning: 'a' is out of scope.
  11589. 699.50 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11590. 699.50 s [ghcide] 43% ( 23 / 53) in 'Development.IDE.GHC.Compat.Outputable'
  11591. 699.50 s [ghcide] Missing documentation for:
  11592. 699.50 s [ghcide] Module header
  11593. 699.50 s [ghcide] showSDocUnsafe
  11594. 699.50 s [ghcide] ppr
  11595. 699.50 s [ghcide] text
  11596. 699.50 s [ghcide] empty
  11597. 699.51 s [ghcide] hang
  11598. 699.51 s [ghcide] punctuate
  11599. 699.51 s [ghcide] printSDocQualifiedUnsafe (src/Development/IDE/GHC/Compat/Outputable.hs:95)
  11600. 699.51 s [ghcide] mkPrintUnqualifiedDefault (src/Development/IDE/GHC/Compat/Outputable.hs:131)
  11601. 699.51 s [ghcide] PrintUnqualified (src/Development/IDE/GHC/Compat/Outputable.hs:78)
  11602. 699.51 s [ghcide] defaultUserStyle
  11603. 699.51 s [ghcide] withPprStyle
  11604. 699.51 s [ghcide] PsWarning
  11605. 699.51 s [ghcide] PsError
  11606. 699.51 s [ghcide] defaultDiagnosticOpts
  11607. 699.51 s [ghcide] pprMessages
  11608. 699.51 s [ghcide] renderDiagnosticMessageWithHints (src/Development/IDE/GHC/Compat/Outputable.hs:143)
  11609. 699.51 s [ghcide] pprMsgEnvelopeBagWithLoc
  11610. 699.51 s [ghcide] getMessages
  11611. 699.51 s [ghcide] renderWithContext
  11612. 699.51 s [ghcide] errMsgDiagnostic
  11613. 699.51 s [ghcide] unDecorated
  11614. 699.51 s [ghcide] ErrMsg (src/Development/IDE/GHC/Compat/Outputable.hs:122)
  11615. 699.51 s [ghcide] WarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:123)
  11616. 699.51 s [ghcide] errMsgSeverity
  11617. 699.51 s [ghcide] formatErrorWithQual (src/Development/IDE/GHC/Compat/Outputable.hs:105)
  11618. 699.51 s [ghcide] mkWarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:151)
  11619. 699.51 s [ghcide] mkSrcErr
  11620. 699.51 s [ghcide] srcErrorMessages
  11621. 699.51 s [ghcide] textDoc (src/Development/IDE/GHC/Compat/Outputable.hs:154)
  11622. 699.51 s [ghcide] 57% ( 4 / 7) in 'Development.IDE.GHC.Compat.Logger'
  11623. 699.51 s [ghcide] Missing documentation for:
  11624. 699.51 s [ghcide] putLogHook (src/Development/IDE/GHC/Compat/Logger.hs:22)
  11625. 699.51 s [ghcide] LogActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:25)
  11626. 699.51 s [ghcide] logActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:30)
  11627. 699.51 s [ghcide] 33% ( 1 / 3) in 'Development.IDE.GHC.Compat.Iface'
  11628. 699.51 s [ghcide] Missing documentation for:
  11629. 699.51 s [ghcide] writeIfaceFile (src/Development/IDE/GHC/Compat/Iface.hs:27)
  11630. 699.51 s [ghcide] cannotFindModule (src/Development/IDE/GHC/Compat/Iface.hs:31)
  11631. 699.51 s [ghcide] 44% ( 19 / 43) in 'Development.IDE.GHC.Compat.Units'
  11632. 699.51 s [ghcide] Missing documentation for:
  11633. 699.51 s [ghcide] UnitState
  11634. 699.51 s [ghcide] initUnits (src/Development/IDE/GHC/Compat/Units.hs:93)
  11635. 699.51 s [ghcide] unitState (src/Development/IDE/GHC/Compat/Units.hs:82)
  11636. 699.51 s [ghcide] getUnitName (src/Development/IDE/GHC/Compat/Units.hs:134)
  11637. 699.51 s [ghcide] explicitUnits (src/Development/IDE/GHC/Compat/Units.hs:126)
  11638. 699.51 s [ghcide] preloadClosureUs (src/Development/IDE/GHC/Compat/Units.hs:153)
  11639. 699.51 s [ghcide] listVisibleModuleNames (src/Development/IDE/GHC/Compat/Units.hs:130)
  11640. 699.51 s [ghcide] lookupModuleWithSuggestions (src/Development/IDE/GHC/Compat/Units.hs:142)
  11641. 699.51 s [ghcide] UnitInfoMap
  11642. 699.51 s [ghcide] getUnitInfoMap (src/Development/IDE/GHC/Compat/Units.hs:146)
  11643. 699.51 s [ghcide] lookupUnit (src/Development/IDE/GHC/Compat/Units.hs:150)
  11644. 699.51 s [ghcide] unitHaddockInterfaces (src/Development/IDE/GHC/Compat/Units.hs:156)
  11645. 699.51 s [ghcide] unitPackageNameString
  11646. 699.51 s [ghcide] Unit
  11647. 699.51 s [ghcide] unitString
  11648. 699.51 s [ghcide] stringToUnit
  11649. 699.51 s [ghcide] definiteUnitId (src/Development/IDE/GHC/Compat/Units.hs:168)
  11650. 699.51 s [ghcide] defUnitId (src/Development/IDE/GHC/Compat/Units.hs:170)
  11651. 699.51 s [ghcide] installedModule (src/Development/IDE/GHC/Compat/Units.hs:172)
  11652. 699.51 s [ghcide] moduleUnitId
  11653. 699.51 s [ghcide] filterInplaceUnits (src/Development/IDE/GHC/Compat/Units.hs:176)
  11654. 699.51 s [ghcide] FinderCache
  11655. 699.51 s [ghcide] showSDocForUser' (src/Development/IDE/GHC/Compat/Units.hs:187)
  11656. 699.51 s [ghcide] findImportedModule (src/Development/IDE/GHC/Compat/Units.hs:190)
  11657. 699.51 s [ghcide] 54% ( 31 / 57) in 'Development.IDE.GHC.Compat.Util'
  11658. 699.51 s [ghcide] Missing documentation for:
  11659. 699.51 s [ghcide] handleGhcException
  11660. 699.51 s [ghcide] Bag
  11661. 699.51 s [ghcide] bagToList
  11662. 699.51 s [ghcide] listToBag
  11663. 699.51 s [ghcide] unionBags
  11664. 699.51 s [ghcide] isEmptyBag
  11665. 699.51 s [ghcide] LBooleanFormula
  11666. 699.51 s [ghcide] BooleanFormula
  11667. 699.51 s [ghcide] OverridingBool
  11668. 699.51 s [ghcide] MaybeErr
  11669. 699.51 s [ghcide] Pair
  11670. 699.51 s [ghcide] EnumSet
  11671. 699.51 s [ghcide] toList
  11672. 699.51 s [ghcide] uniq
  11673. 699.51 s [ghcide] fsLit
  11674. 699.51 s [ghcide] Fingerprint
  11675. 699.51 s [ghcide] fingerprintData
  11676. 699.51 s [ghcide] fingerprintString
  11677. 699.51 s [ghcide] fingerprintFingerprints
  11678. 699.51 s [ghcide] nonDetCmpUnique
  11679. 699.51 s [ghcide] getUnique
  11680. 699.51 s [ghcide] mkUnique
  11681. 699.51 s [ghcide] newTagUnique
  11682. 699.51 s [ghcide] emptyUDFM
  11683. 699.51 s [ghcide] plusUDFM
  11684. 699.51 s [ghcide] plusUDFM_C
  11685. 699.51 s [ghcide] 35% ( 6 / 17) in 'Development.IDE.GHC.Compat.Parser'
  11686. 699.51 s [ghcide] Missing documentation for:
  11687. 699.51 s [ghcide] initParserOpts (src/Development/IDE/GHC/Compat/Parser.hs:45)
  11688. 699.51 s [ghcide] initParserState (src/Development/IDE/GHC/Compat/Parser.hs:49)
  11689. 699.51 s [ghcide] PsSpan
  11690. 699.52 s [ghcide] HsParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:57)
  11691. 699.52 s [ghcide] HsParsedModule
  11692. 699.52 s [ghcide] hpm_module (src/Development/IDE/GHC/Compat/Parser.hs:58)
  11693. 699.52 s [ghcide] hpm_src_files (src/Development/IDE/GHC/Compat/Parser.hs:59)
  11694. 699.52 s [ghcide] ParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:67)
  11695. 699.52 s [ghcide] pm_parsed_source (src/Development/IDE/GHC/Compat/Parser.hs:69)
  11696. 699.52 s [ghcide] pm_mod_summary (src/Development/IDE/GHC/Compat/Parser.hs:68)
  11697. 699.52 s [ghcide] pm_extra_src_files (src/Development/IDE/GHC/Compat/Parser.hs:70)
  11698. 699.52 s [ghcide] 66% ( 8 / 12) in 'Development.IDE.GHC.Compat.Plugins'
  11699. 699.52 s [ghcide] Missing documentation for:
  11700. 699.52 s [ghcide] PluginWithArgs
  11701. 699.52 s [ghcide] applyPluginsParsedResultAction (src/Development/IDE/GHC/Compat/Plugins.hs:39)
  11702. 699.52 s [ghcide] hsc_static_plugins (src/Development/IDE/GHC/Compat/Plugins.hs:49)
  11703. 699.52 s [ghcide] getPsMessages (src/Development/IDE/GHC/Compat/Plugins.hs:35)
  11704. 699.56 s [ghcide] 43% ( 56 /128) in 'Development.IDE.GHC.Compat'
  11705. 699.56 s [ghcide] Missing documentation for:
  11706. 699.56 s [ghcide] hPutStringBuffer
  11707. 699.56 s [ghcide] addIncludePathsQuote (src/Development/IDE/GHC/Compat.hs:371)
  11708. 699.56 s [ghcide] getModuleHash (src/Development/IDE/GHC/Compat.hs:409)
  11709. 699.56 s [ghcide] setUpTypedHoles (src/Development/IDE/GHC/Compat.hs:381)
  11710. 699.56 s [ghcide] lookupNameCache
  11711. 699.56 s [ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:413)
  11712. 699.56 s [ghcide] reLoc
  11713. 699.56 s [ghcide] reLocA (src/Development/IDE/GHC/Compat.hs:289)
  11714. 699.56 s [ghcide] renderMessages (src/Development/IDE/GHC/Compat.hs:312)
  11715. 699.56 s [ghcide] PFailedWithErrorMessages (src/Development/IDE/GHC/Compat.hs:326)
  11716. 699.56 s [ghcide] myCoreToStgExpr (src/Development/IDE/GHC/Compat.hs:226)
  11717. 699.56 s [ghcide] FastStringCompat (src/Development/IDE/GHC/Compat.hs:488)
  11718. 699.56 s [ghcide] nodeInfo' (src/Development/IDE/GHC/Compat.hs:435)
  11719. 699.56 s [ghcide] getNodeIds (src/Development/IDE/GHC/Compat.hs:426)
  11720. 699.56 s [ghcide] sourceNodeInfo (src/Development/IDE/GHC/Compat.hs:450)
  11721. 699.56 s [ghcide] generatedNodeInfo (src/Development/IDE/GHC/Compat.hs:453)
  11722. 699.56 s [ghcide] simpleNodeInfoCompat (src/Development/IDE/GHC/Compat.hs:480)
  11723. 699.56 s [ghcide] isAnnotationInNodeInfo (src/Development/IDE/GHC/Compat.hs:483)
  11724. 699.56 s [ghcide] nodeAnnotations (src/Development/IDE/GHC/Compat.hs:486)
  11725. 699.56 s [ghcide] mkAstNode (src/Development/IDE/GHC/Compat.hs:495)
  11726. 699.56 s [ghcide] isQualifiedImport (src/Development/IDE/GHC/Compat.hs:417)
  11727. 699.56 s [ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
  11728. 699.56 s [ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:470)
  11729. 699.56 s [ghcide] ghcVersionStr (src/Development/IDE/GHC/Compat.hs:464)
  11730. 699.56 s [ghcide] HieFileResult
  11731. 699.56 s [ghcide] hieExportNames (src/Development/IDE/GHC/Compat.hs:335)
  11732. 699.56 s [ghcide] mkHieFile' (src/Development/IDE/GHC/Compat.hs:348)
  11733. 699.56 s [ghcide] enrichHie
  11734. 699.56 s [ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:375)
  11735. 699.56 s [ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:378)
  11736. 699.56 s [ghcide] EvVarSource
  11737. 699.56 s [ghcide] HieAST
  11738. 699.56 s [ghcide] Scope
  11739. 699.56 s [ghcide] DeclType
  11740. 699.56 s [ghcide] BindType
  11741. 699.56 s [ghcide] RecFieldContext
  11742. 699.56 s [ghcide] NodeIdentifiers
  11743. 699.56 s [ghcide] Identifier
  11744. 699.56 s [ghcide] HiePath
  11745. 699.56 s [ghcide] HiePath
  11746. 699.56 s [ghcide] HieTypeFlat
  11747. 699.56 s [ghcide] TypeIndex
  11748. 699.56 s [ghcide] Span
  11749. 699.56 s [ghcide] pprNodeIdents
  11750. 699.56 s [ghcide] pprIdentifier
  11751. 699.56 s [ghcide] pprBindSpan
  11752. 699.56 s [ghcide] hieNameOcc
  11753. 699.56 s [ghcide] toHieName
  11754. 699.56 s [ghcide] runUnlit
  11755. 699.56 s [ghcide] runPp
  11756. 699.56 s [ghcide] hscCompileCoreExprHook
  11757. 699.56 s [ghcide] simplifyExpr (src/Development/IDE/GHC/Compat.hs:297)
  11758. 699.56 s [ghcide] tidyExpr
  11759. 699.56 s [ghcide] emptyTidyEnv
  11760. 699.56 s [ghcide] corePrepExpr (src/Development/IDE/GHC/Compat.hs:304)
  11761. 699.56 s [ghcide] corePrepPgm
  11762. 699.56 s [ghcide] lintInteractiveExpr
  11763. 699.56 s [ghcide] icInteractiveModule
  11764. 699.56 s [ghcide] lookupHpt
  11765. 699.56 s [ghcide] ModIfaceAnnotation (src/Development/IDE/GHC/Compat.hs:216)
  11766. 699.56 s [ghcide] Annotation
  11767. 699.56 s [ghcide] getDependentMods (src/Development/IDE/GHC/Compat.hs:293)
  11768. 699.56 s [ghcide] mkRnEnv2
  11769. 699.56 s [ghcide] emptyInScopeSet
  11770. 699.56 s [ghcide] byteCodeGen
  11771. 699.56 s [ghcide] bc_bcos
  11772. 699.56 s [ghcide] loadDecls
  11773. 699.56 s [ghcide] expectJust
  11774. 699.56 s [ghcide] extract_cons (src/Development/IDE/GHC/Compat.hs:519)
  11775. 699.56 s [ghcide] recDotDot (src/Development/IDE/GHC/Compat.hs:512)
  11776. 699.56 s [ghcide] NameCacheUpdater (src/Development/IDE/GHC/Compat.hs:337)
  11777. 699.56 s [ghcide] tcInitTidyEnv
  11778. 699.56 s [ghcide] Warning: 'tcIdDetails' is out of scope.
  11779. 699.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11780. 699.56 s [ghcide] Warning: 'tcIfaceInfo' is out of scope.
  11781. 699.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11782. 699.56 s [ghcide] Warning: 'tcIfaceType' is out of scope.
  11783. 699.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11784. 699.56 s [ghcide] Warning: 'IfaceId' is ambiguous. It is defined
  11785. 699.56 s [ghcide] * in ‘GHC.Iface.Syntax’
  11786. 699.56 s [ghcide] * at src/Development/IDE/GHC/CoreFile.hs:61:1
  11787. 699.56 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  11788. 699.56 s [ghcide] by specifying the type/value namespace explicitly.
  11789. 699.56 s [ghcide] Defaulting to the one defined at src/Development/IDE/GHC/CoreFile.hs:61:1
  11790. 699.56 s [ghcide] 37% ( 3 / 8) in 'Development.IDE.GHC.CoreFile'
  11791. 699.56 s [ghcide] Missing documentation for:
  11792. 699.56 s [ghcide] CoreFile (src/Development/IDE/GHC/CoreFile.hs:44)
  11793. 699.56 s [ghcide] codeGutsToCoreFile (src/Development/IDE/GHC/CoreFile.hs:123)
  11794. 699.56 s [ghcide] typecheckCoreFile (src/Development/IDE/GHC/CoreFile.hs:171)
  11795. 699.56 s [ghcide] readBinCoreFile (src/Development/IDE/GHC/CoreFile.hs:86)
  11796. 699.56 s [ghcide] getImplicitBinds (src/Development/IDE/GHC/CoreFile.hs:138)
  11797. 699.56 s [ghcide] 66% ( 2 / 3) in 'Development.IDE.Main.HeapStats'
  11798. 699.56 s [ghcide] Missing documentation for:
  11799. 699.56 s [ghcide] Log (src/Development/IDE/Main/HeapStats.hs:14)
  11800. 699.57 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Session.Implicit'
  11801. 699.57 s [ghcide] Missing documentation for:
  11802. 699.57 s [ghcide] Module header
  11803. 699.57 s [ghcide] loadImplicitCradle (session-loader/Development/IDE/Session/Implicit.hs:29)
  11804. 699.57 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Location
  11805. 699.57 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Position
  11806. 699.57 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Range
  11807. 699.57 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Uri
  11808. 699.57 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedUri
  11809. 699.57 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export toNormalizedUri
  11810. 699.57 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedUri
  11811. 699.57 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedFilePath
  11812. 699.57 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedFilePath
  11813. 699.57 s [ghcide] 15% ( 3 / 20) in 'Development.IDE.Types.Location'
  11814. 699.57 s [ghcide] Missing documentation for:
  11815. 699.57 s [ghcide] Location
  11816. 699.57 s [ghcide] noFilePath (src/Development/IDE/Types/Location.hs:70)
  11817. 699.57 s [ghcide] noRange (src/Development/IDE/Types/Location.hs:74)
  11818. 699.57 s [ghcide] Position
  11819. 699.57 s [ghcide] showPosition (src/Development/IDE/Types/Location.hs:77)
  11820. 699.57 s [ghcide] Range
  11821. 699.57 s [ghcide] Uri
  11822. 699.57 s [ghcide] NormalizedUri
  11823. 699.57 s [ghcide] toNormalizedUri
  11824. 699.57 s [ghcide] fromNormalizedUri
  11825. 699.57 s [ghcide] NormalizedFilePath
  11826. 699.57 s [ghcide] fromUri (src/Development/IDE/Types/Location.hs:67)
  11827. 699.57 s [ghcide] emptyFilePath (src/Development/IDE/Types/Location.hs:47)
  11828. 699.57 s [ghcide] emptyPathUri (src/Development/IDE/Types/Location.hs:59)
  11829. 699.57 s [ghcide] toNormalizedFilePath' (src/Development/IDE/Types/Location.hs:43)
  11830. 699.57 s [ghcide] fromNormalizedFilePath
  11831. 699.57 s [ghcide] filePathToUri' (src/Development/IDE/Types/Location.hs:64)
  11832. 699.57 s [ghcide] Warning: 'Prism' is ambiguous. It is defined
  11833. 699.57 s [ghcide] * in ‘Control.Lens.Reified’
  11834. 699.57 s [ghcide] * in ‘Control.Lens.Type’
  11835. 699.57 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  11836. 699.57 s [ghcide] by specifying the type/value namespace explicitly.
  11837. 699.57 s [ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
  11838. 699.57 s [ghcide] Warning: 'Lens' is ambiguous. It is defined
  11839. 699.57 s [ghcide] * in ‘Control.Lens.Reified’
  11840. 699.57 s [ghcide] * in ‘Control.Lens.Type’
  11841. 699.57 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  11842. 699.57 s [ghcide] by specifying the type/value namespace explicitly.
  11843. 699.57 s [ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
  11844. 699.57 s [ghcide] Warning: 'TcRnMessage' is out of scope.
  11845. 699.57 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11846. 699.57 s [ghcide] Warning: 'stripTcRnMessageContext' is out of scope.
  11847. 699.57 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11848. 699.57 s [ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
  11849. 699.58 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:23
  11850. 699.58 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:1
  11851. 699.58 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  11852. 699.58 s [ghcide] by specifying the type/value namespace explicitly.
  11853. 699.58 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:250:1
  11854. 699.58 s [ghcide] Warning: 'Document' is out of scope.
  11855. 699.58 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11856. 699.58 s [ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export Diagnostic
  11857. 699.58 s [ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export DiagnosticSeverity
  11858. 699.58 s [ghcide] 30% ( 7 / 23) in 'Development.IDE.Types.Diagnostics'
  11859. 699.58 s [ghcide] Missing documentation for:
  11860. 699.58 s [ghcide] Module header
  11861. 699.58 s [ghcide] Diagnostic
  11862. 699.58 s [ghcide] fdFilePathL (src/Development/IDE/Types/Diagnostics.hs:338)
  11863. 699.58 s [ghcide] fdLspDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
  11864. 699.58 s [ghcide] fdShouldShowDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
  11865. 699.58 s [ghcide] fdStructuredMessageL (src/Development/IDE/Types/Diagnostics.hs:338)
  11866. 699.58 s [ghcide] _NoStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
  11867. 699.58 s [ghcide] _SomeStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
  11868. 699.58 s [ghcide] DiagnosticSeverity
  11869. 699.58 s [ghcide] DiagnosticStore
  11870. 699.58 s [ghcide] ideErrorWithSource (src/Development/IDE/Types/Diagnostics.hs:165)
  11871. 699.58 s [ghcide] showDiagnostics (src/Development/IDE/Types/Diagnostics.hs:277)
  11872. 699.58 s [ghcide] showDiagnosticsColored (src/Development/IDE/Types/Diagnostics.hs:280)
  11873. 699.58 s [ghcide] showGhcCode (src/Development/IDE/Types/Diagnostics.hs:135)
  11874. 699.58 s [ghcide] attachReason (src/Development/IDE/Types/Diagnostics.hs:145)
  11875. 699.58 s [ghcide] attachedReason (src/Development/IDE/Types/Diagnostics.hs:142)
  11876. 699.58 s [ghcide] 42% ( 3 / 7) in 'Development.IDE.Session.Diagnostics'
  11877. 699.58 s [ghcide] Missing documentation for:
  11878. 699.58 s [ghcide] Module header
  11879. 699.58 s [ghcide] CradleErrorDetails (session-loader/Development/IDE/Session/Diagnostics.hs:19)
  11880. 699.58 s [ghcide] multiCradleErrMessage (session-loader/Development/IDE/Session/Diagnostics.hs:93)
  11881. 699.58 s [ghcide] unknownModuleMessage (session-loader/Development/IDE/Session/Diagnostics.hs:101)
  11882. 699.58 s [ghcide] Warning: 'PackageConfig' is out of scope.
  11883. 699.58 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11884. 699.58 s [ghcide] Warning: 'StringBuffer' is ambiguous. It is defined
  11885. 699.58 s [ghcide] * in ‘GHC.Data.StringBuffer’
  11886. 699.58 s [ghcide] * in ‘GHC.Data.StringBuffer’
  11887. 699.58 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  11888. 699.58 s [ghcide] by specifying the type/value namespace explicitly.
  11889. 699.58 s [ghcide] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
  11890. 699.58 s [ghcide] Warning: 'CgGuts' is ambiguous. It is defined
  11891. 699.58 s [ghcide] * in ‘GHC.Unit.Module.ModGuts’
  11892. 699.58 s [ghcide] * in ‘GHC.Unit.Module.ModGuts’
  11893. 699.58 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  11894. 699.58 s [ghcide] by specifying the type/value namespace explicitly.
  11895. 699.58 s [ghcide] Defaulting to the one defined in ‘GHC.Unit.Module.ModGuts’
  11896. 699.58 s [ghcide] Warning: 'CoreModule' is ambiguous. It is defined
  11897. 699.58 s [ghcide] * in ‘GHC’
  11898. 699.58 s [ghcide] * in ‘GHC’
  11899. 699.58 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  11900. 699.58 s [ghcide] by specifying the type/value namespace explicitly.
  11901. 699.58 s [ghcide] Defaulting to the one defined in ‘GHC’
  11902. 699.58 s [ghcide] Warning: 'Fingerprint' is ambiguous. It is defined
  11903. 699.58 s [ghcide] * in ‘GHC.Internal.Fingerprint.Type’
  11904. 699.58 s [ghcide] * in ‘GHC.Internal.Fingerprint.Type’
  11905. 699.58 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  11906. 699.58 s [ghcide] by specifying the type/value namespace explicitly.
  11907. 699.58 s [ghcide] Defaulting to the one defined in ‘GHC.Internal.Fingerprint.Type’
  11908. 699.58 s [ghcide] Warning: 'hDuplicateTo' is out of scope.
  11909. 699.58 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11910. 699.58 s [ghcide] Warning: 'a_a4ME' is out of scope.
  11911. 699.58 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11912. 699.58 s [ghcide] Warning: 'a' is out of scope.
  11913. 699.58 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11914. 699.58 s [ghcide] 65% ( 17 / 26) in 'Development.IDE.GHC.Util'
  11915. 699.58 s [ghcide] Missing documentation for:
  11916. 699.58 s [ghcide] runParser (src/Development/IDE/GHC/Util.hs:97)
  11917. 699.58 s [ghcide] bytestringToStringBuffer (src/Development/IDE/GHC/Util.hs:108)
  11918. 699.58 s [ghcide] stringBufferToByteString (src/Development/IDE/GHC/Util.hs:105)
  11919. 699.58 s [ghcide] fingerprintFromByteString (src/Development/IDE/GHC/Util.hs:178)
  11920. 699.58 s [ghcide] fingerprintFromPut (src/Development/IDE/GHC/Util.hs:184)
  11921. 699.58 s [ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:375)
  11922. 699.58 s [ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:378)
  11923. 699.58 s [ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:413)
  11924. 699.58 s [ghcide] getExtensions (src/Development/IDE/GHC/Util.hs:273)
  11925. 699.58 s [ghcide] 100% ( 1 / 1) in 'Development.IDE.GHC.Orphans'
  11926. 699.58 s [ghcide] Warning: 'GetLocatedImports' is out of scope.
  11927. 699.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11928. 699.59 s [ghcide] Warning: 'target' is out of scope.
  11929. 699.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11930. 699.59 s [ghcide] Warning: 'GetKnownTargets' is out of scope.
  11931. 699.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11932. 699.59 s [ghcide] 14% ( 1 / 7) in 'Development.IDE.Types.KnownTargets'
  11933. 699.59 s [ghcide] Missing documentation for:
  11934. 699.59 s [ghcide] Module header
  11935. 699.59 s [ghcide] emptyKnownTargets (src/Development/IDE/Types/KnownTargets.hs:64)
  11936. 699.59 s [ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
  11937. 699.59 s [ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
  11938. 699.59 s [ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
  11939. 699.59 s [ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
  11940. 699.59 s [ghcide] 5% ( 1 / 17) in 'Development.IDE.Types.Exports'
  11941. 699.59 s [ghcide] Missing documentation for:
  11942. 699.59 s [ghcide] Module header
  11943. 699.59 s [ghcide] IdentInfo (src/Development/IDE/Types/Exports.hs:112)
  11944. 699.59 s [ghcide] ExportsMap (src/Development/IDE/Types/Exports.hs:39)
  11945. 699.59 s [ghcide] rendered (src/Development/IDE/Types/Exports.hs:91)
  11946. 699.59 s [ghcide] moduleNameText (src/Development/IDE/Types/Exports.hs:107)
  11947. 699.59 s [ghcide] renderOcc (src/Development/IDE/Types/Exports.hs:104)
  11948. 699.59 s [ghcide] mkTypeOcc (src/Development/IDE/Types/Exports.hs:79)
  11949. 699.59 s [ghcide] mkVarOrDataOcc (src/Development/IDE/Types/Exports.hs:71)
  11950. 699.59 s [ghcide] isDatacon (src/Development/IDE/Types/Exports.hs:121)
  11951. 699.59 s [ghcide] createExportsMap (src/Development/IDE/Types/Exports.hs:154)
  11952. 699.59 s [ghcide] createExportsMapMg (src/Development/IDE/Types/Exports.hs:164)
  11953. 699.59 s [ghcide] buildModuleExportMapFrom (src/Development/IDE/Types/Exports.hs:215)
  11954. 699.59 s [ghcide] createExportsMapHieDb (src/Development/IDE/Types/Exports.hs:184)
  11955. 699.59 s [ghcide] size (src/Development/IDE/Types/Exports.hs:68)
  11956. 699.59 s [ghcide] exportsMapSize (src/Development/IDE/Types/Exports.hs:82)
  11957. 699.59 s [ghcide] updateExportsMapMg (src/Development/IDE/Types/Exports.hs:174)
  11958. 699.59 s [ghcide] Warning: 'Text' is out of scope.
  11959. 699.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  11960. 699.59 s [ghcide] Warning: 'Location' is ambiguous. It is defined
  11961. 699.59 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  11962. 699.59 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  11963. 699.59 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  11964. 699.59 s [ghcide] by specifying the type/value namespace explicitly.
  11965. 699.59 s [ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
  11966. 699.59 s [ghcide] 25% ( 3 / 12) in 'Development.IDE.Spans.Common'
  11967. 699.59 s [ghcide] Missing documentation for:
  11968. 699.59 s [ghcide] Module header
  11969. 699.59 s [ghcide] safeTyThingId (src/Development/IDE/Spans/Common.hs:56)
  11970. 699.59 s [ghcide] safeTyThingType (src/Development/IDE/Spans/Common.hs:50)
  11971. 699.59 s [ghcide] SpanDoc (src/Development/IDE/Spans/Common.hs:61)
  11972. 699.59 s [ghcide] SpanDocUris (src/Development/IDE/Spans/Common.hs:67)
  11973. 699.59 s [ghcide] emptySpanDoc (src/Development/IDE/Spans/Common.hs:75)
  11974. 699.59 s [ghcide] spanDocToMarkdownForTest (src/Development/IDE/Spans/Common.hs:125)
  11975. 699.59 s [ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
  11976. 699.59 s [ghcide] TyThingMap (src/Development/IDE/Spans/Common.hs:38)
  11977. 699.59 s [ghcide] Warning: Development.IDE.Plugin.Completions.Types: Could not find documentation for exported module: Development.IDE.Plugin.Completions.Types
  11978. 699.59 s [ghcide] 23% ( 4 / 17) in 'Development.IDE.Plugin.Completions.Types'
  11979. 699.59 s [ghcide] Missing documentation for:
  11980. 699.59 s [ghcide] Module header
  11981. 699.59 s [ghcide] CompItem (src/Development/IDE/Plugin/Completions/Types.hs:84)
  11982. 699.59 s [ghcide] CompletionsConfig (src/Development/IDE/Plugin/Completions/Types.hs:62)
  11983. 699.59 s [ghcide] ExtendImport (src/Development/IDE/Plugin/Completions/Types.hs:68)
  11984. 699.59 s [ghcide] properties (src/Development/IDE/Plugin/Completions/Types.hs:53)
  11985. 699.59 s [ghcide] LocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:32)
  11986. 699.59 s [ghcide] NonLocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:37)
  11987. 699.59 s [ghcide] Backtick (src/Development/IDE/Plugin/Completions/Types.hs:44)
  11988. 699.59 s [ghcide] extendImportCommandId (src/Development/IDE/Plugin/Completions/Types.hs:48)
  11989. 699.59 s [ghcide] Provenance (src/Development/IDE/Plugin/Completions/Types.hs:78)
  11990. 699.59 s [ghcide] QualCompls (src/Development/IDE/Plugin/Completions/Types.hs:100)
  11991. 699.59 s [ghcide] nsJSON (src/Development/IDE/Plugin/Completions/Types.hs:164)
  11992. 699.59 s [ghcide] parseNs (src/Development/IDE/Plugin/Completions/Types.hs:172)
  11993. 699.59 s [ghcide] 50% ( 15 / 30) in 'Development.IDE.GHC.Error'
  11994. 699.59 s [ghcide] Missing documentation for:
  11995. 699.59 s [ghcide] Module header
  11996. 699.59 s [ghcide] diagFromErrMsgs (src/Development/IDE/GHC/Error.hs:92)
  11997. 699.60 s [ghcide] diagFromSDocErrMsgs (src/Development/IDE/GHC/Error.hs:99)
  11998. 699.60 s [ghcide] diagFromSDocErrMsg (src/Development/IDE/GHC/Error.hs:95)
  11999. 699.60 s [ghcide] diagFromGhcException (src/Development/IDE/GHC/Error.hs:234)
  12000. 699.60 s [ghcide] srcSpanToLocation (src/Development/IDE/GHC/Error.hs:156)
  12001. 699.60 s [ghcide] realSrcSpanToRange (src/Development/IDE/GHC/Error.hs:113)
  12002. 699.60 s [ghcide] realSrcLocToPosition (src/Development/IDE/GHC/Error.hs:118)
  12003. 699.60 s [ghcide] realSrcSpanToLocation (src/Development/IDE/GHC/Error.hs:152)
  12004. 699.60 s [ghcide] rangeToSrcSpan (src/Development/IDE/GHC/Error.hs:163)
  12005. 699.60 s [ghcide] rangeToRealSrcSpan (src/Development/IDE/GHC/Error.hs:167)
  12006. 699.60 s [ghcide] positionToRealSrcLoc (src/Development/IDE/GHC/Error.hs:173)
  12007. 699.60 s [ghcide] realSpan (src/Development/IDE/GHC/Error.hs:215)
  12008. 699.60 s [ghcide] isInsideSrcSpan (src/Development/IDE/GHC/Error.hs:177)
  12009. 699.60 s [ghcide] spanContainsRange (src/Development/IDE/GHC/Error.hs:183)
  12010. 699.60 s [ghcide] Warning: 'HscEnvEq' is ambiguous. It is defined
  12011. 699.60 s [ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:17
  12012. 699.60 s [ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:1
  12013. 699.60 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12014. 699.60 s [ghcide] by specifying the type/value namespace explicitly.
  12015. 699.60 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/HscEnvEq.hs:36:1
  12016. 699.60 s [ghcide] 42% ( 3 / 7) in 'Development.IDE.Types.HscEnvEq'
  12017. 699.60 s [ghcide] Missing documentation for:
  12018. 699.60 s [ghcide] Module header
  12019. 699.60 s [ghcide] hscEnv
  12020. 699.60 s [ghcide] updateHscEnvEq (src/Development/IDE/Types/HscEnvEq.hs:48)
  12021. 699.60 s [ghcide] envPackageExports
  12022. 699.60 s [ghcide] Warning: 'Interval' is ambiguous. It is defined
  12023. 699.60 s [ghcide] * in ‘Data.IntervalMap.FingerTree’
  12024. 699.60 s [ghcide] * in ‘Data.IntervalMap.FingerTree’
  12025. 699.60 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12026. 699.60 s [ghcide] by specifying the type/value namespace explicitly.
  12027. 699.60 s [ghcide] Defaulting to the one defined in ‘Data.IntervalMap.FingerTree’
  12028. 699.60 s [ghcide] Warning: 'Bindings' is ambiguous. It is defined
  12029. 699.60 s [ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:77:17
  12030. 699.60 s [ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:77:1
  12031. 699.60 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12032. 699.60 s [ghcide] by specifying the type/value namespace explicitly.
  12033. 699.60 s [ghcide] Defaulting to the one defined at src/Development/IDE/Spans/LocalBindings.hs:77:1
  12034. 699.60 s [ghcide] Warning: 'PositionRange' is out of scope.
  12035. 699.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12036. 699.60 s [ghcide] Warning: 'PositionMapping' is out of scope.
  12037. 699.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12038. 699.60 s [ghcide] 71% ( 5 / 7) in 'Development.IDE.Spans.LocalBindings'
  12039. 699.60 s [ghcide] Missing documentation for:
  12040. 699.60 s [ghcide] Module header
  12041. 699.60 s [ghcide] bindings (src/Development/IDE/Spans/LocalBindings.hs:41)
  12042. 699.60 s [ghcide] Warning: 'main' is out of scope.
  12043. 699.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12044. 699.60 s [ghcide] 37% ( 3 / 8) in 'Development.IDE.Import.FindImports'
  12045. 699.60 s [ghcide] Missing documentation for:
  12046. 699.60 s [ghcide] Module header
  12047. 699.60 s [ghcide] Import (src/Development/IDE/Import/FindImports.hs:36)
  12048. 699.60 s [ghcide] ArtifactsLocation (src/Development/IDE/Import/FindImports.hs:41)
  12049. 699.60 s [ghcide] modSummaryToArtifactsLocation (src/Development/IDE/Import/FindImports.hs:59)
  12050. 699.60 s [ghcide] isBootLocation (src/Development/IDE/Import/FindImports.hs:52)
  12051. 699.60 s [ghcide] Warning: 'FilePathId' is ambiguous. It is defined
  12052. 699.60 s [ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:70:22
  12053. 699.60 s [ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:70:1
  12054. 699.60 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12055. 699.60 s [ghcide] by specifying the type/value namespace explicitly.
  12056. 699.60 s [ghcide] Defaulting to the one defined at src/Development/IDE/Import/DependencyInformation.hs:70:1
  12057. 699.60 s [ghcide] 29% ( 8 / 27) in 'Development.IDE.Import.DependencyInformation'
  12058. 699.60 s [ghcide] Missing documentation for:
  12059. 699.60 s [ghcide] Module header
  12060. 699.60 s [ghcide] DependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:137)
  12061. 699.60 s [ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
  12062. 699.60 s [ghcide] NamedModuleDep (src/Development/IDE/Import/DependencyInformation.hs:382)
  12063. 699.60 s [ghcide] ShowableModule (src/Development/IDE/Import/DependencyInformation.hs:156)
  12064. 699.60 s [ghcide] ShowableModuleEnv (src/Development/IDE/Import/DependencyInformation.hs:160)
  12065. 699.60 s [ghcide] PathIdMap (src/Development/IDE/Import/DependencyInformation.hs:79)
  12066. 699.60 s [ghcide] emptyPathIdMap (src/Development/IDE/Import/DependencyInformation.hs:89)
  12067. 699.60 s [ghcide] getPathId (src/Development/IDE/Import/DependencyInformation.hs:92)
  12068. 699.60 s [ghcide] lookupPathToId (src/Development/IDE/Import/DependencyInformation.hs:113)
  12069. 699.60 s [ghcide] insertImport (src/Development/IDE/Import/DependencyInformation.hs:107)
  12070. 699.60 s [ghcide] pathToId (src/Development/IDE/Import/DependencyInformation.hs:110)
  12071. 699.60 s [ghcide] idToPath (src/Development/IDE/Import/DependencyInformation.hs:116)
  12072. 699.60 s [ghcide] idToModLocation (src/Development/IDE/Import/DependencyInformation.hs:119)
  12073. 699.60 s [ghcide] reachableModules (src/Development/IDE/Import/DependencyInformation.hs:171)
  12074. 699.60 s [ghcide] processDependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:232)
  12075. 699.60 s [ghcide] lookupModuleFile (src/Development/IDE/Import/DependencyInformation.hs:371)
  12076. 699.60 s [ghcide] BootIdMap (src/Development/IDE/Import/DependencyInformation.hs:121)
  12077. 699.60 s [ghcide] insertBootId (src/Development/IDE/Import/DependencyInformation.hs:124)
  12078. 699.61 s [ghcide] Warning: 'NeedsCompilation' is ambiguous. It is defined
  12079. 699.61 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:410:25
  12080. 699.61 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:410:1
  12081. 699.61 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12082. 699.61 s [ghcide] by specifying the type/value namespace explicitly.
  12083. 699.61 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:410:1
  12084. 699.61 s [ghcide] Warning: 'GetModIface' is ambiguous. It is defined
  12085. 699.61 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:474:20
  12086. 699.61 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:474:1
  12087. 699.61 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12088. 699.61 s [ghcide] by specifying the type/value namespace explicitly.
  12089. 699.61 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:474:1
  12090. 699.61 s [ghcide] Warning: Development.IDE.Core.RuleTypes: Could not find documentation for exported module: Development.IDE.Core.RuleTypes
  12091. 699.61 s [ghcide] 10% ( 6 / 57) in 'Development.IDE.Core.RuleTypes'
  12092. 699.61 s [ghcide] Missing documentation for:
  12093. 699.61 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
  12094. 699.61 s [ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
  12095. 699.61 s [ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
  12096. 699.61 s [ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
  12097. 699.61 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
  12098. 699.61 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:462)
  12099. 699.61 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
  12100. 699.61 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:314)
  12101. 699.61 s [ghcide] GenerateCore (src/Development/IDE/Core/RuleTypes.hs:86)
  12102. 699.61 s [ghcide] GetHieAst (src/Development/IDE/Core/RuleTypes.hs:435)
  12103. 699.61 s [ghcide] TypeCheck (src/Development/IDE/Core/RuleTypes.hs:425)
  12104. 699.61 s [ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
  12105. 699.61 s [ghcide] GhcSession (src/Development/IDE/Core/RuleTypes.hs:445)
  12106. 699.61 s [ghcide] GetFileExists (src/Development/IDE/Core/RuleTypes.hs:337)
  12107. 699.61 s [ghcide] ImportMap (src/Development/IDE/Core/RuleTypes.hs:117)
  12108. 699.61 s [ghcide] GetLocatedImports (src/Development/IDE/Core/RuleTypes.hs:402)
  12109. 699.61 s [ghcide] GetKnownTargets (src/Development/IDE/Core/RuleTypes.hs:77)
  12110. 699.61 s [ghcide] LinkableType (src/Development/IDE/Core/RuleTypes.hs:51)
  12111. 699.61 s [ghcide] GetParsedModuleWithComments (src/Development/IDE/Core/RuleTypes.hs:397)
  12112. 699.61 s [ghcide] GetModuleGraph (src/Development/IDE/Core/RuleTypes.hs:415)
  12113. 699.61 s [ghcide] GetLinkable (src/Development/IDE/Core/RuleTypes.hs:106)
  12114. 699.62 s [ghcide] LinkableResult (src/Development/IDE/Core/RuleTypes.hs:93)
  12115. 699.62 s [ghcide] GetImportMap (src/Development/IDE/Core/RuleTypes.hs:111)
  12116. 699.62 s [ghcide] Splices (src/Development/IDE/Core/RuleTypes.hs:122)
  12117. 699.62 s [ghcide] tmrModSummary (src/Development/IDE/Core/RuleTypes.hs:172)
  12118. 699.62 s [ghcide] HiFileResult (src/Development/IDE/Core/RuleTypes.hs:174)
  12119. 699.62 s [ghcide] hiFileFingerPrint (src/Development/IDE/Core/RuleTypes.hs:191)
  12120. 699.62 s [ghcide] mkHiFileResult (src/Development/IDE/Core/RuleTypes.hs:194)
  12121. 699.62 s [ghcide] HieKind (src/Development/IDE/Core/RuleTypes.hs:223)
  12122. 699.62 s [ghcide] GetBindings (src/Development/IDE/Core/RuleTypes.hs:440)
  12123. 699.62 s [ghcide] DocAndTyThingMap (src/Development/IDE/Core/RuleTypes.hs:246)
  12124. 699.62 s [ghcide] GetDocMap (src/Development/IDE/Core/RuleTypes.hs:430)
  12125. 699.62 s [ghcide] ReportImportCycles (src/Development/IDE/Core/RuleTypes.hs:420)
  12126. 699.62 s [ghcide] GetModIfaceFromDisk (src/Development/IDE/Core/RuleTypes.hs:464)
  12127. 699.62 s [ghcide] GetModIfaceFromDiskAndIndex (src/Development/IDE/Core/RuleTypes.hs:469)
  12128. 699.62 s [ghcide] GetModIface (src/Development/IDE/Core/RuleTypes.hs:474)
  12129. 699.62 s [ghcide] GetFileContents (src/Development/IDE/Core/RuleTypes.hs:332)
  12130. 699.62 s [ghcide] GetFileHash (src/Development/IDE/Core/RuleTypes.hs:343)
  12131. 699.62 s [ghcide] AddWatchedFile (src/Development/IDE/Core/RuleTypes.hs:503)
  12132. 699.62 s [ghcide] vfsVersion (src/Development/IDE/Core/RuleTypes.hs:329)
  12133. 699.62 s [ghcide] IsFileOfInterestResult (src/Development/IDE/Core/RuleTypes.hs:360)
  12134. 699.62 s [ghcide] IsFileOfInterest (src/Development/IDE/Core/RuleTypes.hs:479)
  12135. 699.62 s [ghcide] ModSummaryResult (src/Development/IDE/Core/RuleTypes.hs:367)
  12136. 699.62 s [ghcide] GetModSummary (src/Development/IDE/Core/RuleTypes.hs:489)
  12137. 699.62 s [ghcide] GetModSummaryWithoutTimestamps (src/Development/IDE/Core/RuleTypes.hs:484)
  12138. 699.62 s [ghcide] NeedsCompilation (src/Development/IDE/Core/RuleTypes.hs:410)
  12139. 699.62 s [ghcide] awSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  12140. 699.62 s [ghcide] declSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  12141. 699.62 s [ghcide] exprSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  12142. 699.62 s [ghcide] patSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  12143. 699.62 s [ghcide] typeSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  12144. 699.62 s [ghcide] Warning: 'phase' is out of scope.
  12145. 699.62 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12146. 699.62 s [ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Tracing'
  12147. 699.62 s [ghcide] Missing documentation for:
  12148. 699.62 s [ghcide] Module header
  12149. 699.62 s [ghcide] otTracedProvider (src/Development/IDE/Core/Tracing.hs:135)
  12150. 699.62 s [ghcide] otSetUri (src/Development/IDE/Core/Tracing.hs:88)
  12151. 699.62 s [ghcide] otTracedGarbageCollection (src/Development/IDE/Core/Tracing.hs:121)
  12152. 699.62 s [ghcide] withTrace (src/Development/IDE/Core/Tracing.hs:39)
  12153. 699.62 s [ghcide] withEventTrace (src/Development/IDE/Core/Tracing.hs:47)
  12154. 699.62 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Core.Preprocessor'
  12155. 699.62 s [ghcide] Missing documentation for:
  12156. 699.62 s [ghcide] Module header
  12157. 699.62 s [ghcide] Warning: 'ekg' is out of scope.
  12158. 699.62 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12159. 699.62 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Types.Monitoring'
  12160. 699.62 s [ghcide] Missing documentation for:
  12161. 699.62 s [ghcide] Module header
  12162. 699.62 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Monitoring.OpenTelemetry'
  12163. 699.62 s [ghcide] Missing documentation for:
  12164. 699.62 s [ghcide] Module header
  12165. 699.62 s [ghcide] Warning: 'ComponentOptions' is out of scope.
  12166. 699.62 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12167. 699.62 s [ghcide] Warning: 'HscEnvEq' is out of scope.
  12168. 699.62 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12169. 699.62 s [ghcide] 21% ( 3 / 14) in 'Development.IDE.Types.Options'
  12170. 699.62 s [ghcide] Missing documentation for:
  12171. 699.62 s [ghcide] IdeOptions (src/Development/IDE/Types/Options.hs:33)
  12172. 699.62 s [ghcide] IdePreprocessedSource (src/Development/IDE/Types/Options.hs:91)
  12173. 699.62 s [ghcide] IdeReportProgress (src/Development/IDE/Types/Options.hs:100)
  12174. 699.62 s [ghcide] IdeDefer (src/Development/IDE/Types/Options.hs:101)
  12175. 699.62 s [ghcide] IdeTesting (src/Development/IDE/Types/Options.hs:102)
  12176. 699.62 s [ghcide] IdeOTMemoryProfiling (src/Development/IDE/Types/Options.hs:103)
  12177. 699.62 s [ghcide] clientSupportsProgress (src/Development/IDE/Types/Options.hs:113)
  12178. 699.62 s [ghcide] defaultIdeOptions (src/Development/IDE/Types/Options.hs:117)
  12179. 699.62 s [ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
  12180. 699.62 s [ghcide] OptHaddockParse (src/Development/IDE/Types/Options.hs:88)
  12181. 699.62 s [ghcide] ProgressReportingStyle (src/Development/IDE/Types/Options.hs:105)
  12182. 699.62 s [ghcide] Warning: 'delayedProgressReporting' is out of scope.
  12183. 699.62 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12184. 699.62 s [ghcide] Warning: 'ProgressReporting' is ambiguous. It is defined
  12185. 699.62 s [ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:26
  12186. 699.62 s [ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:1
  12187. 699.62 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12188. 699.62 s [ghcide] by specifying the type/value namespace explicitly.
  12189. 699.62 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/ProgressReporting.hs:50:1
  12190. 699.62 s [ghcide] 23% ( 3 / 13) in 'Development.IDE.Core.ProgressReporting'
  12191. 699.63 s [ghcide] Missing documentation for:
  12192. 699.63 s [ghcide] Module header
  12193. 699.63 s [ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
  12194. 699.63 s [ghcide] PerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:57)
  12195. 699.63 s [ghcide] ProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:50)
  12196. 699.63 s [ghcide] noPerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:95)
  12197. 699.63 s [ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
  12198. 699.63 s [ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
  12199. 699.63 s [ghcide] recordProgress (src/Development/IDE/Core/ProgressReporting.hs:137)
  12200. 699.63 s [ghcide] progressStop
  12201. 699.63 s [ghcide] progressUpdate
  12202. 699.63 s [ghcide] 30% ( 6 / 20) in 'Development.IDE.Types.Shake'
  12203. 699.63 s [ghcide] Missing documentation for:
  12204. 699.63 s [ghcide] Module header
  12205. 699.63 s [ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
  12206. 699.63 s [ghcide] Value (src/Development/IDE/Types/Shake.hs:47)
  12207. 699.63 s [ghcide] ValueWithDiagnostics (src/Development/IDE/Types/Shake.hs:62)
  12208. 699.63 s [ghcide] Key
  12209. 699.63 s [ghcide] ShakeValue (src/Development/IDE/Types/Shake.hs:117)
  12210. 699.63 s [ghcide] isBadDependency (src/Development/IDE/Types/Shake.hs:74)
  12211. 699.63 s [ghcide] toShakeValue (src/Development/IDE/Types/Shake.hs:115)
  12212. 699.63 s [ghcide] encodeShakeValue (src/Development/IDE/Types/Shake.hs:130)
  12213. 699.63 s [ghcide] decodeShakeValue (src/Development/IDE/Types/Shake.hs:136)
  12214. 699.63 s [ghcide] toKey (src/Development/IDE/Types/Shake.hs:79)
  12215. 699.63 s [ghcide] toNoFileKey (src/Development/IDE/Types/Shake.hs:96)
  12216. 699.63 s [ghcide] fromKey (src/Development/IDE/Types/Shake.hs:82)
  12217. 699.63 s [ghcide] WithHieDbShield (src/Development/IDE/Types/Shake.hs:45)
  12218. 699.63 s [ghcide] Warning: 'Q' is ambiguous. It is defined
  12219. 699.63 s [ghcide] * at src/Development/IDE/Types/Shake.hs:98:15
  12220. 699.63 s [ghcide] * at src/Development/IDE/Types/Shake.hs:98:1
  12221. 699.63 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12222. 699.63 s [ghcide] by specifying the type/value namespace explicitly.
  12223. 699.63 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:98:1
  12224. 699.63 s [ghcide] Warning: 'A' is ambiguous. It is defined
  12225. 699.63 s [ghcide] * at src/Development/IDE/Types/Shake.hs:106:15
  12226. 699.63 s [ghcide] * at src/Development/IDE/Types/Shake.hs:106:1
  12227. 699.63 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12228. 699.63 s [ghcide] by specifying the type/value namespace explicitly.
  12229. 699.63 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:106:1
  12230. 699.63 s [ghcide] Warning: 'ShakeSession' is ambiguous. It is defined
  12231. 699.63 s [ghcide] * at src/Development/IDE/Core/Shake.hs:523:24
  12232. 699.63 s [ghcide] * at src/Development/IDE/Core/Shake.hs:523:1
  12233. 699.63 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12234. 699.63 s [ghcide] by specifying the type/value namespace explicitly.
  12235. 699.63 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:523:1
  12236. 699.63 s [ghcide] Warning: 'runInShakeSession' is out of scope.
  12237. 699.63 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12238. 699.63 s [ghcide] Warning: 'proper' is out of scope.
  12239. 699.63 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12240. 699.63 s [ghcide] Warning: 'IdeState' is ambiguous. It is defined
  12241. 699.63 s [ghcide] * at src/Development/IDE/Core/Shake.hs:557:17
  12242. 699.63 s [ghcide] * at src/Development/IDE/Core/Shake.hs:557:1
  12243. 699.63 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12244. 699.63 s [ghcide] by specifying the type/value namespace explicitly.
  12245. 699.63 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:557:1
  12246. 699.63 s [ghcide] Warning: 'Initialized' is out of scope.
  12247. 699.63 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12248. 699.63 s [ghcide] Warning: 'BadDependency' is ambiguous. It is defined
  12249. 699.63 s [ghcide] * at src/Development/IDE/Types/Shake.hs:70:25
  12250. 699.63 s [ghcide] * at src/Development/IDE/Types/Shake.hs:70:1
  12251. 699.63 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12252. 699.63 s [ghcide] by specifying the type/value namespace explicitly.
  12253. 699.63 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:70:1
  12254. 699.63 s [ghcide] Warning: 'useWithStaleE' is out of scope.
  12255. 699.63 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12256. 699.64 s [ghcide] Warning: 'usesE' is out of scope.
  12257. 699.64 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12258. 699.64 s [ghcide] Warning: 'LanguageContextEnv' is out of scope.
  12259. 699.64 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12260. 699.64 s [ghcide] Warning: 'resRootPath' is out of scope.
  12261. 699.64 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12262. 699.64 s [ghcide] 41% ( 35 / 85) in 'Development.IDE.Core.Shake'
  12263. 699.64 s [ghcide] Missing documentation for:
  12264. 699.64 s [ghcide] shakeExtras
  12265. 699.64 s [ghcide] shakeDb
  12266. 699.64 s [ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
  12267. 699.64 s [ghcide] getShakeExtras (src/Development/IDE/Core/Shake.hs:345)
  12268. 699.64 s [ghcide] getShakeExtrasRules (src/Development/IDE/Core/Shake.hs:351)
  12269. 699.64 s [ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
  12270. 699.64 s [ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
  12271. 699.64 s [ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
  12272. 699.64 s [ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
  12273. 699.64 s [ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
  12274. 699.64 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
  12275. 699.64 s [ghcide] shakeShut (src/Development/IDE/Core/Shake.hs:755)
  12276. 699.64 s [ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1109)
  12277. 699.64 s [ghcide] use_ (src/Development/IDE/Core/Shake.hs:1118)
  12278. 699.64 s [ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1121)
  12279. 699.64 s [ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
  12280. 699.64 s [ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1017)
  12281. 699.64 s [ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1198)
  12282. 699.64 s [ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1203)
  12283. 699.64 s [ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:933)
  12284. 699.64 s [ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
  12285. 699.64 s [ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
  12286. 699.64 s [ghcide] getHiddenDiagnostics (src/Development/IDE/Core/Shake.hs:937)
  12287. 699.64 s [ghcide] IsIdeGlobal (src/Development/IDE/Core/Shake.hs:389)
  12288. 699.64 s [ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:404)
  12289. 699.64 s [ghcide] addIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:409)
  12290. 699.64 s [ghcide] getIdeGlobalState (src/Development/IDE/Core/Shake.hs:428)
  12291. 699.64 s [ghcide] getIdeGlobalAction (src/Development/IDE/Core/Shake.hs:425)
  12292. 699.65 s [ghcide] getIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:415)
  12293. 699.65 s [ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:434)
  12294. 699.65 s [ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:446)
  12295. 699.65 s [ghcide] GlobalIdeOptions (src/Development/IDE/Core/Shake.hs:430)
  12296. 699.65 s [ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:373)
  12297. 699.65 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
  12298. 699.65 s [ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1383)
  12299. 699.65 s [ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1430)
  12300. 699.65 s [ghcide] updatePositionMappingHelper (src/Development/IDE/Core/Shake.hs:1442)
  12301. 699.65 s [ghcide] WithProgressFunc (src/Development/IDE/Core/Shake.hs:337)
  12302. 699.65 s [ghcide] WithIndefiniteProgressFunc (src/Development/IDE/Core/Shake.hs:339)
  12303. 699.65 s [ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
  12304. 699.65 s [ghcide] DelayedAction (src/Development/IDE/Types/Action.hs:22)
  12305. 699.65 s [ghcide] mkDelayedAction (src/Development/IDE/Core/Shake.hs:778)
  12306. 699.65 s [ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1062)
  12307. 699.65 s [ghcide] mkUpdater (src/Development/IDE/Core/Shake.hs:1069)
  12308. 699.65 s [ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
  12309. 699.65 s [ghcide] HieDb
  12310. 699.65 s [ghcide] garbageCollectDirtyKeysOlderThan (src/Development/IDE/Core/Shake.hs:953)
  12311. 699.65 s [ghcide] Log (src/Development/IDE/Core/Shake.hs:181)
  12312. 699.65 s [ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
  12313. 699.65 s [ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
  12314. 699.65 s [ghcide] Warning: 'unsafeGlobalDynFlags' is out of scope.
  12315. 699.65 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12316. 699.65 s [ghcide] Warning: 'HieWriterChan' is out of scope.
  12317. 699.65 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12318. 699.65 s [ghcide] Warning: 'IdeGhcSession' is ambiguous. It is defined
  12319. 699.65 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:513:22
  12320. 699.65 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:513:1
  12321. 699.65 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12322. 699.65 s [ghcide] by specifying the type/value namespace explicitly.
  12323. 699.65 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:513:1
  12324. 699.66 s [ghcide] 40% ( 4 / 10) in 'Development.IDE.Session'
  12325. 699.66 s [ghcide] Missing documentation for:
  12326. 699.66 s [ghcide] SessionLoadingOptions (session-loader/Development/IDE/Session.hs:231)
  12327. 699.66 s [ghcide] CacheDirs (session-loader/Development/IDE/Session.hs:228)
  12328. 699.66 s [ghcide] getInitialGhcLibDirDefault (session-loader/Development/IDE/Session.hs:278)
  12329. 699.66 s [ghcide] getHieDbLoc (session-loader/Development/IDE/Session.hs:396)
  12330. 699.66 s [ghcide] retryOnSqliteBusy (session-loader/Development/IDE/Session.hs:342)
  12331. 699.66 s [ghcide] Log (session-loader/Development/IDE/Session.hs:131)
  12332. 699.66 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.LSP.Server'
  12333. 699.66 s [ghcide] Missing documentation for:
  12334. 699.66 s [ghcide] Module header
  12335. 699.66 s [ghcide] ReactorMessage (src/Development/IDE/LSP/Server.hs:23)
  12336. 699.66 s [ghcide] ReactorChan (src/Development/IDE/LSP/Server.hs:27)
  12337. 699.66 s [ghcide] ServerM (src/Development/IDE/LSP/Server.hs:28)
  12338. 699.66 s [ghcide] requestHandler (src/Development/IDE/LSP/Server.hs:36)
  12339. 699.66 s [ghcide] notificationHandler (src/Development/IDE/LSP/Server.hs:51)
  12340. 699.66 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Plugin'
  12341. 699.66 s [ghcide] Missing documentation for:
  12342. 699.66 s [ghcide] Module header
  12343. 699.66 s [ghcide] Plugin (src/Development/IDE/Plugin.hs:10)
  12344. 699.66 s [ghcide] Warning: 'PluginHandlers' is ambiguous. It is defined
  12345. 699.66 s [ghcide] * in ‘Ide.Types’
  12346. 699.66 s [ghcide] * in ‘Ide.Types’
  12347. 699.66 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12348. 699.66 s [ghcide] by specifying the type/value namespace explicitly.
  12349. 699.66 s [ghcide] Defaulting to the one defined in ‘Ide.Types’
  12350. 699.66 s [ghcide] Warning: 'PluginHandler' is ambiguous. It is defined
  12351. 699.66 s [ghcide] * in ‘Ide.Types’
  12352. 699.66 s [ghcide] * in ‘Ide.Types’
  12353. 699.66 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12354. 699.66 s [ghcide] by specifying the type/value namespace explicitly.
  12355. 699.66 s [ghcide] Defaulting to the one defined in ‘Ide.Types’
  12356. 699.66 s [ghcide] Warning: 'data_' is out of scope.
  12357. 699.66 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12358. 699.66 s [ghcide] 25% ( 1 / 4) in 'Development.IDE.Plugin.HLS'
  12359. 699.66 s [ghcide] Missing documentation for:
  12360. 699.66 s [ghcide] Module header
  12361. 699.66 s [ghcide] toResponseError (src/Development/IDE/Plugin/HLS.hs:405)
  12362. 699.66 s [ghcide] Log (src/Development/IDE/Plugin/HLS.hs:59)
  12363. 699.66 s [ghcide] 10% ( 1 / 10) in 'Development.IDE.Core.IdeConfiguration'
  12364. 699.66 s [ghcide] Missing documentation for:
  12365. 699.66 s [ghcide] Module header
  12366. 699.66 s [ghcide] registerIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:40)
  12367. 699.66 s [ghcide] getIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:44)
  12368. 699.66 s [ghcide] parseConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:48)
  12369. 699.66 s [ghcide] parseWorkspaceFolder (src/Development/IDE/Core/IdeConfiguration.hs:59)
  12370. 699.66 s [ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
  12371. 699.66 s [ghcide] modifyWorkspaceFolders (src/Development/IDE/Core/IdeConfiguration.hs:64)
  12372. 699.66 s [ghcide] modifyClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:69)
  12373. 699.66 s [ghcide] getClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:92)
  12374. 699.66 s [ghcide] 16% ( 1 / 6) in 'Development.IDE.LSP.LanguageServer'
  12375. 699.66 s [ghcide] Missing documentation for:
  12376. 699.66 s [ghcide] Module header
  12377. 699.66 s [ghcide] runLanguageServer (src/Development/IDE/LSP/LanguageServer.hs:99)
  12378. 699.66 s [ghcide] setupLSP (src/Development/IDE/LSP/LanguageServer.hs:140)
  12379. 699.66 s [ghcide] Log (src/Development/IDE/LSP/LanguageServer.hs:50)
  12380. 699.66 s [ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
  12381. 699.66 s [ghcide] Warning: 'IsFileOfInterest' is ambiguous. It is defined
  12382. 699.66 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:479:25
  12383. 699.66 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:479:1
  12384. 699.66 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12385. 699.66 s [ghcide] by specifying the type/value namespace explicitly.
  12386. 699.66 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:479:1
  12387. 699.66 s [ghcide] 33% ( 4 / 12) in 'Development.IDE.Core.OfInterest'
  12388. 699.66 s [ghcide] Missing documentation for:
  12389. 699.66 s [ghcide] getFilesOfInterest (src/Development/IDE/Core/OfInterest.hs:91)
  12390. 699.66 s [ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:103)
  12391. 699.66 s [ghcide] addFileOfInterest (src/Development/IDE/Core/OfInterest.hs:108)
  12392. 699.66 s [ghcide] deleteFileOfInterest (src/Development/IDE/Core/OfInterest.hs:121)
  12393. 699.66 s [ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
  12394. 699.66 s [ghcide] OfInterestVar (src/Development/IDE/Core/OfInterest.hs:61)
  12395. 699.66 s [ghcide] scheduleGarbageCollection (src/Development/IDE/Core/OfInterest.hs:128)
  12396. 699.66 s [ghcide] Log (src/Development/IDE/Core/OfInterest.hs:54)
  12397. 699.66 s [ghcide] 30% ( 6 / 20) in 'Development.IDE.Core.FileStore'
  12398. 699.66 s [ghcide] Missing documentation for:
  12399. 699.66 s [ghcide] Module header
  12400. 699.66 s [ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:212)
  12401. 699.66 s [ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:215)
  12402. 699.66 s [ghcide] fileStoreRules (src/Development/IDE/Core/FileStore.hs:234)
  12403. 699.66 s [ghcide] modificationTime (src/Development/IDE/Core/FileStore.hs:178)
  12404. 699.66 s [ghcide] typecheckParents (src/Development/IDE/Core/FileStore.hs:262)
  12405. 699.66 s [ghcide] getModificationTimeImpl (src/Development/IDE/Core/FileStore.hs:120)
  12406. 699.66 s [ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:404)
  12407. 699.66 s [ghcide] getFileContentsImpl (src/Development/IDE/Core/FileStore.hs:187)
  12408. 699.66 s [ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
  12409. 699.66 s [ghcide] isWatchSupported (src/Development/IDE/Core/FileStore.hs:314)
  12410. 699.66 s [ghcide] registerFileWatches (src/Development/IDE/Core/FileStore.hs:284)
  12411. 699.66 s [ghcide] shareFilePath (src/Development/IDE/Core/FileStore.hs:329)
  12412. 699.66 s [ghcide] Log (src/Development/IDE/Core/FileStore.hs:82)
  12413. 699.66 s [ghcide] Warning: 'CoreModule' is ambiguous. It is defined
  12414. 699.66 s [ghcide] * in ‘GHC’
  12415. 699.66 s [ghcide] * in ‘GHC’
  12416. 699.66 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12417. 699.66 s [ghcide] by specifying the type/value namespace explicitly.
  12418. 699.66 s [ghcide] Defaulting to the one defined in ‘GHC’
  12419. 699.66 s [ghcide] Warning: 'ParsedModule' is ambiguous. It is defined
  12420. 699.66 s [ghcide] * in ‘GHC’
  12421. 699.66 s [ghcide] * at src/Development/IDE/GHC/Compat/Parser.hs:67:1
  12422. 699.66 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12423. 699.66 s [ghcide] by specifying the type/value namespace explicitly.
  12424. 699.66 s [ghcide] Defaulting to the one defined at src/Development/IDE/GHC/Compat/Parser.hs:67:1
  12425. 699.67 s [ghcide] Warning: 'runtime_deps' is out of scope.
  12426. 699.67 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12427. 699.67 s [ghcide] 45% ( 14 / 31) in 'Development.IDE.Core.Compile'
  12428. 699.67 s [ghcide] Missing documentation for:
  12429. 699.67 s [ghcide] typecheckModule (src/Development/IDE/Core/Compile.hs:188)
  12430. 699.67 s [ghcide] addRelativeImport (src/Development/IDE/Core/Compile.hs:780)
  12431. 699.67 s [ghcide] mkHiFileResultCompile (src/Development/IDE/Core/Compile.hs:461)
  12432. 699.67 s [ghcide] mkHiFileResultNoCompile (src/Development/IDE/Core/Compile.hs:438)
  12433. 699.67 s [ghcide] generateObjectCode (src/Development/IDE/Core/Compile.hs:635)
  12434. 699.67 s [ghcide] generateByteCode (src/Development/IDE/Core/Compile.hs:673)
  12435. 699.67 s [ghcide] generateHieAsts (src/Development/IDE/Core/Compile.hs:798)
  12436. 699.67 s [ghcide] writeAndIndexHieFile (src/Development/IDE/Core/Compile.hs:922)
  12437. 699.67 s [ghcide] writeHiFile (src/Development/IDE/Core/Compile.hs:935)
  12438. 699.67 s [ghcide] loadHieFile (src/Development/IDE/Core/Compile.hs:1287)
  12439. 699.67 s [ghcide] RecompilationInfo (src/Development/IDE/Core/Compile.hs:1353)
  12440. 699.67 s [ghcide] mergeEnvs (src/Development/IDE/Core/Compile.hs:982)
  12441. 699.67 s [ghcide] ml_core_file (src/Development/IDE/Core/Compile.hs:1372)
  12442. 699.67 s [ghcide] coreFileToLinkable (src/Development/IDE/Core/Compile.hs:1538)
  12443. 699.67 s [ghcide] TypecheckHelpers (src/Development/IDE/Core/Compile.hs:177)
  12444. 699.67 s [ghcide] sourceTypecheck (src/Development/IDE/Core/Compile.hs:144)
  12445. 699.67 s [ghcide] sourceParser (src/Development/IDE/Core/Compile.hs:146)
  12446. 699.67 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Documentation'
  12447. 699.67 s [ghcide] Missing documentation for:
  12448. 699.67 s [ghcide] Module header
  12449. 699.67 s [ghcide] getDocumentation (src/Development/IDE/Spans/Documentation.hs:108)
  12450. 699.67 s [ghcide] getDocumentationTryGhc (src/Development/IDE/Spans/Documentation.hs:68)
  12451. 699.67 s [ghcide] getDocumentationsTryGhc (src/Development/IDE/Spans/Documentation.hs:73)
  12452. 699.67 s [ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
  12453. 699.67 s [ghcide] mkDocMap (src/Development/IDE/Spans/Documentation.hs:42)
  12454. 699.67 s [ghcide] Warning: 'Location' is ambiguous. It is defined
  12455. 699.67 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  12456. 699.67 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  12457. 699.67 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12458. 699.67 s [ghcide] by specifying the type/value namespace explicitly.
  12459. 699.67 s [ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
  12460. 699.67 s [ghcide] 50% ( 8 / 16) in 'Development.IDE.Spans.AtPoint'
  12461. 699.67 s [ghcide] Missing documentation for:
  12462. 699.67 s [ghcide] documentHighlight (src/Development/IDE/Spans/AtPoint.hs:176)
  12463. 699.67 s [ghcide] pointCommand (src/Development/IDE/Spans/AtPoint.hs:565)
  12464. 699.67 s [ghcide] referencesAtPoint (src/Development/IDE/Spans/AtPoint.hs:131)
  12465. 699.67 s [ghcide] computeTypeReferences (src/Development/IDE/Spans/AtPoint.hs:82)
  12466. 699.67 s [ghcide] defRowToSymbolInfo (src/Development/IDE/Spans/AtPoint.hs:547)
  12467. 699.67 s [ghcide] getNamesAtPoint (src/Development/IDE/Spans/AtPoint.hs:115)
  12468. 699.67 s [ghcide] toCurrentLocation (src/Development/IDE/Spans/AtPoint.hs:121)
  12469. 699.67 s [ghcide] rowToLoc (src/Development/IDE/Spans/AtPoint.hs:152)
  12470. 699.67 s [ghcide] Warning: 'FileExistsState' is out of scope.
  12471. 699.67 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12472. 699.68 s [ghcide] 36% ( 4 / 11) in 'Development.IDE.Core.Service'
  12473. 699.68 s [ghcide] Missing documentation for:
  12474. 699.68 s [ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:434)
  12475. 699.68 s [ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:446)
  12476. 699.68 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  12477. 699.68 s [ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:933)
  12478. 699.68 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
  12479. 699.68 s [ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1430)
  12480. 699.68 s [ghcide] Log (src/Development/IDE/Core/Service.hs:44)
  12481. 699.68 s [ghcide] 0% ( 0 / 5) in 'Development.IDE.LSP.Notifications'
  12482. 699.68 s [ghcide] Missing documentation for:
  12483. 699.68 s [ghcide] Module header
  12484. 699.68 s [ghcide] whenUriFile (src/Development/IDE/LSP/Notifications.hs:64)
  12485. 699.68 s [ghcide] descriptor (src/Development/IDE/LSP/Notifications.hs:67)
  12486. 699.68 s [ghcide] Log (src/Development/IDE/LSP/Notifications.hs:41)
  12487. 699.68 s [ghcide] ghcideNotificationsPluginPriority (src/Development/IDE/LSP/Notifications.hs:160)
  12488. 699.68 s [ghcide] Warning: 'use' is out of scope.
  12489. 699.68 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12490. 699.68 s [ghcide] Warning: 'uses' is out of scope.
  12491. 699.68 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12492. 699.68 s [ghcide] Warning: 'useWithStale' is out of scope.
  12493. 699.68 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12494. 699.68 s [ghcide] Warning: 'runIdeAction' is out of scope.
  12495. 699.68 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12496. 699.68 s [ghcide] Warning: 'useWithStaleFast' is out of scope.
  12497. 699.68 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12498. 699.68 s [ghcide] Warning: 'uriToFilePath' is out of scope.
  12499. 699.68 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12500. 699.68 s [ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
  12501. 699.68 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:23
  12502. 699.68 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:250:1
  12503. 699.68 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12504. 699.68 s [ghcide] by specifying the type/value namespace explicitly.
  12505. 699.68 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:250:1
  12506. 699.68 s [ghcide] Warning: 'CodeAction' is out of scope.
  12507. 699.68 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12508. 699.68 s [ghcide] Warning: 'CodeActionParam' is out of scope.
  12509. 699.68 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12510. 699.68 s [ghcide] Warning: 'CodeActionContext' is out of scope.
  12511. 699.68 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12512. 699.68 s [ghcide] 93% ( 28 / 30) in 'Development.IDE.Core.PluginUtils'
  12513. 699.68 s [ghcide] Missing documentation for:
  12514. 699.68 s [ghcide] Module header
  12515. 699.68 s [ghcide] mkFormattingHandlers (src/Development/IDE/Core/PluginUtils.hs:236)
  12516. 699.68 s [ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Actions'
  12517. 699.68 s [ghcide] Missing documentation for:
  12518. 699.68 s [ghcide] Module header
  12519. 699.68 s [ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:113)
  12520. 699.68 s [ghcide] getImplementationDefinition (src/Development/IDE/Core/Actions.hs:125)
  12521. 699.68 s [ghcide] highlightAtPoint (src/Development/IDE/Core/Actions.hs:134)
  12522. 699.68 s [ghcide] refsAtPoint (src/Development/IDE/Core/Actions.hs:142)
  12523. 699.68 s [ghcide] workspaceSymbols (src/Development/IDE/Core/Actions.hs:149)
  12524. 699.68 s [ghcide] Warning: 'Foo' is out of scope.
  12525. 699.68 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12526. 699.68 s [ghcide] Warning: 'ghcide' is out of scope.
  12527. 699.68 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12528. 699.68 s [ghcide] Warning: 'GetLinkable' is ambiguous. It is defined
  12529. 699.68 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:106:20
  12530. 699.68 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:106:1
  12531. 699.68 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12532. 699.68 s [ghcide] by specifying the type/value namespace explicitly.
  12533. 699.68 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:106:1
  12534. 699.69 s [ghcide] 40% ( 20 / 50) in 'Development.IDE.Core.Rules'
  12535. 699.69 s [ghcide] Missing documentation for:
  12536. 699.69 s [ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
  12537. 699.69 s [ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
  12538. 699.69 s [ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
  12539. 699.69 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  12540. 699.69 s [ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1198)
  12541. 699.69 s [ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1203)
  12542. 699.69 s [ghcide] RulesConfig (src/Development/IDE/Core/Rules.hs:1176)
  12543. 699.69 s [ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1047)
  12544. 699.69 s [ghcide] usePropertyByPathAction (src/Development/IDE/Core/Rules.hs:1057)
  12545. 699.69 s [ghcide] getLocatedImportsRule (src/Development/IDE/Core/Rules.hs:316)
  12546. 699.69 s [ghcide] reportImportCyclesRule (src/Development/IDE/Core/Rules.hs:473)
  12547. 699.69 s [ghcide] getDocMapRule (src/Development/IDE/Core/Rules.hs:568)
  12548. 699.69 s [ghcide] loadGhcSession (src/Development/IDE/Core/Rules.hs:683)
  12549. 699.69 s [ghcide] getModIfaceRule (src/Development/IDE/Core/Rules.hs:916)
  12550. 699.69 s [ghcide] getModSummaryRule (src/Development/IDE/Core/Rules.hs:863)
  12551. 699.69 s [ghcide] getModuleGraphRule (src/Development/IDE/Core/Rules.hs:627)
  12552. 699.69 s [ghcide] knownFilesRule (src/Development/IDE/Core/Rules.hs:614)
  12553. 699.69 s [ghcide] getClientSettingsRule (src/Development/IDE/Core/Rules.hs:1036)
  12554. 699.69 s [ghcide] getHieAstsRule (src/Development/IDE/Core/Rules.hs:503)
  12555. 699.69 s [ghcide] getBindingsRule (src/Development/IDE/Core/Rules.hs:560)
  12556. 699.69 s [ghcide] needsCompilationRule (src/Development/IDE/Core/Rules.hs:1134)
  12557. 699.69 s [ghcide] generateCoreRule (src/Development/IDE/Core/Rules.hs:912)
  12558. 699.69 s [ghcide] getImportMapRule (src/Development/IDE/Core/Rules.hs:550)
  12559. 699.69 s [ghcide] getParsedModuleDefinition (src/Development/IDE/Core/Rules.hs:308)
  12560. 699.69 s [ghcide] typeCheckRuleDefinition (src/Development/IDE/Core/Rules.hs:656)
  12561. 699.69 s [ghcide] getRebuildCount (src/Development/IDE/Core/Rules.hs:947)
  12562. 699.69 s [ghcide] getSourceFileSource (src/Development/IDE/Core/Rules.hs:227)
  12563. 699.69 s [ghcide] GhcSessionDepsConfig (src/Development/IDE/Core/Rules.hs:726)
  12564. 699.69 s [ghcide] Log (src/Development/IDE/Core/Rules.hs:179)
  12565. 699.69 s [ghcide] DisplayTHWarning (src/Development/IDE/Core/Rules.hs:859)
  12566. 699.69 s [ghcide] 33% ( 2 / 6) in 'Development.IDE.Plugin.Test'
  12567. 699.69 s [ghcide] Missing documentation for:
  12568. 699.69 s [ghcide] TestRequest (src/Development/IDE/Plugin/Test.hs:57)
  12569. 699.69 s [ghcide] WaitForIdeRuleResult (src/Development/IDE/Plugin/Test.hs:74)
  12570. 699.69 s [ghcide] plugin (src/Development/IDE/Plugin/Test.hs:78)
  12571. 699.69 s [ghcide] blockCommandDescriptor (src/Development/IDE/Plugin/Test.hs:167)
  12572. 699.69 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.LSP.Outline'
  12573. 699.69 s [ghcide] Missing documentation for:
  12574. 699.69 s [ghcide] Module header
  12575. 699.69 s [ghcide] moduleOutline (src/Development/IDE/LSP/Outline.hs:36)
  12576. 699.69 s [ghcide] 18% ( 2 / 11) in 'Development.IDE.LSP.HoverDefinition'
  12577. 699.69 s [ghcide] Missing documentation for:
  12578. 699.69 s [ghcide] Log (src/Development/IDE/LSP/HoverDefinition.hs:36)
  12579. 699.69 s [ghcide] hover (src/Development/IDE/LSP/HoverDefinition.hs:56)
  12580. 699.69 s [ghcide] foundHover (src/Development/IDE/LSP/HoverDefinition.hs:71)
  12581. 699.69 s [ghcide] gotoDefinition (src/Development/IDE/LSP/HoverDefinition.hs:53)
  12582. 699.69 s [ghcide] gotoTypeDefinition (src/Development/IDE/LSP/HoverDefinition.hs:54)
  12583. 699.69 s [ghcide] gotoImplementation (src/Development/IDE/LSP/HoverDefinition.hs:55)
  12584. 699.69 s [ghcide] documentHighlight (src/Development/IDE/LSP/HoverDefinition.hs:57)
  12585. 699.69 s [ghcide] references (src/Development/IDE/LSP/HoverDefinition.hs:60)
  12586. 699.69 s [ghcide] wsSymbols (src/Development/IDE/LSP/HoverDefinition.hs:66)
  12587. 699.70 s [ghcide] 57% ( 31 / 54) in 'Development.IDE'
  12588. 699.70 s [ghcide] Missing documentation for:
  12589. 699.70 s [ghcide] Module header
  12590. 699.70 s [ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
  12591. 699.70 s [ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:470)
  12592. 699.70 s [ghcide] action
  12593. 699.70 s [ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:113)
  12594. 699.70 s [ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:212)
  12595. 699.70 s [ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:215)
  12596. 699.71 s [ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
  12597. 699.71 s [ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:103)
  12598. 699.71 s [ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1047)
  12599. 699.71 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  12600. 699.71 s [ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
  12601. 699.71 s [ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
  12602. 699.71 s [ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
  12603. 699.71 s [ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1383)
  12604. 699.71 s [ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1017)
  12605. 699.71 s [ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:373)
  12606. 699.71 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1380)
  12607. 699.71 s [ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1062)
  12608. 699.71 s [ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1109)
  12609. 699.71 s [ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1121)
  12610. 699.71 s [ghcide] use_ (src/Development/IDE/Core/Shake.hs:1118)
  12611. 699.71 s [ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
  12612. 699.71 s [ghcide] Warning: '#' is out of scope.
  12613. 699.71 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12614. 699.71 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Pragmas'
  12615. 699.71 s [ghcide] Missing documentation for:
  12616. 699.71 s [ghcide] Module header
  12617. 699.71 s [ghcide] NextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:76)
  12618. 699.71 s [ghcide] LineSplitTextEdits (src/Development/IDE/Spans/Pragmas.hs:71)
  12619. 699.71 s [ghcide] getNextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:33)
  12620. 699.71 s [ghcide] insertNewPragma (src/Development/IDE/Spans/Pragmas.hs:52)
  12621. 699.71 s [ghcide] getFirstPragma (src/Development/IDE/Spans/Pragmas.hs:59)
  12622. 699.71 s [ghcide] 12% ( 1 / 8) in 'Development.IDE.Plugin.TypeLenses'
  12623. 699.71 s [ghcide] Missing documentation for:
  12624. 699.71 s [ghcide] descriptor (src/Development/IDE/Plugin/TypeLenses.hs:98)
  12625. 699.71 s [ghcide] suggestSignature (src/Development/IDE/Plugin/TypeLenses.hs:204)
  12626. 699.71 s [ghcide] typeLensCommandId (src/Development/IDE/Plugin/TypeLenses.hs:95)
  12627. 699.71 s [ghcide] GlobalBindingTypeSig (src/Development/IDE/Plugin/TypeLenses.hs:283)
  12628. 699.71 s [ghcide] GetGlobalBindingTypeSigs (src/Development/IDE/Plugin/TypeLenses.hs:280)
  12629. 699.71 s [ghcide] GlobalBindingTypeSigsResult (src/Development/IDE/Plugin/TypeLenses.hs:292)
  12630. 699.71 s [ghcide] Log (src/Development/IDE/Plugin/TypeLenses.hs:87)
  12631. 699.71 s [ghcide] Warning: 'PositionMapping' is out of scope.
  12632. 699.71 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  12633. 699.71 s [ghcide] Warning: 'PositionMapping' is ambiguous. It is defined
  12634. 699.71 s [ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:27
  12635. 699.71 s [ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:1
  12636. 699.71 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12637. 699.71 s [ghcide] by specifying the type/value namespace explicitly.
  12638. 699.71 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/PositionMapping.hs:93:1
  12639. 699.71 s [ghcide] Warning: 'PositionMap' is ambiguous. It is defined
  12640. 699.71 s [ghcide] * at src/Development/IDE/Core/UseStale.hs:62:49
  12641. 699.71 s [ghcide] * at src/Development/IDE/Core/UseStale.hs:62:1
  12642. 699.71 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  12643. 699.71 s [ghcide] by specifying the type/value namespace explicitly.
  12644. 699.71 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/UseStale.hs:62:1
  12645. 699.71 s [ghcide] 57% ( 8 / 14) in 'Development.IDE.Core.UseStale'
  12646. 699.71 s [ghcide] Missing documentation for:
  12647. 699.71 s [ghcide] Module header
  12648. 699.71 s [ghcide] unTrack
  12649. 699.71 s [ghcide] untrackedStaleValue (src/Development/IDE/Core/UseStale.hs:92)
  12650. 699.71 s [ghcide] unsafeMkStale (src/Development/IDE/Core/UseStale.hs:138)
  12651. 699.71 s [ghcide] unsafeMkCurrent (src/Development/IDE/Core/UseStale.hs:134)
  12652. 699.71 s [ghcide] unsafeCopyAge (src/Development/IDE/Core/UseStale.hs:142)
  12653. 699.71 s [ghcide] 100% ( 6 / 6) in 'Generics.SYB.GHC'
  12654. 699.72 s [ghcide] 88% ( 8 / 9) in 'Text.Fuzzy.Parallel'
  12655. 699.72 s [ghcide] Missing documentation for:
  12656. 699.72 s [ghcide] Scored (src/Text/Fuzzy/Parallel.hs:18)
  12657. 699.72 s [ghcide] 50% ( 4 / 8) in 'Development.IDE.Plugin.Completions.Logic'
  12658. 699.72 s [ghcide] Missing documentation for:
  12659. 699.72 s [ghcide] Module header
  12660. 699.72 s [ghcide] cacheDataProducer (src/Development/IDE/Plugin/Completions/Logic.hs:338)
  12661. 699.72 s [ghcide] fromIdentInfo (src/Development/IDE/Plugin/Completions/Logic.hs:315)
  12662. 699.72 s [ghcide] getCompletionPrefixFromRope (src/Development/IDE/Plugin/Completions/Logic.hs:894)
  12663. 699.72 s [ghcide] 0% ( 0 / 4) in 'Development.IDE.Plugin.Completions'
  12664. 699.72 s [ghcide] Missing documentation for:
  12665. 699.72 s [ghcide] Module header
  12666. 699.72 s [ghcide] descriptor (src/Development/IDE/Plugin/Completions.hs:71)
  12667. 699.72 s [ghcide] Log (src/Development/IDE/Plugin/Completions.hs:61)
  12668. 699.72 s [ghcide] ghcideCompletionsPluginPriority (src/Development/IDE/Plugin/Completions.hs:68)
  12669. 699.72 s [ghcide] 33% ( 1 / 3) in 'Development.IDE.Plugin.HLS.GhcIde'
  12670. 699.72 s [ghcide] Missing documentation for:
  12671. 699.72 s [ghcide] descriptors (src/Development/IDE/Plugin/HLS/GhcIde.hs:37)
  12672. 699.72 s [ghcide] Log (src/Development/IDE/Plugin/HLS/GhcIde.hs:22)
  12673. 699.72 s [ghcide] 0% ( 0 / 10) in 'Development.IDE.Main'
  12674. 699.72 s [ghcide] Missing documentation for:
  12675. 699.72 s [ghcide] Module header
  12676. 699.72 s [ghcide] Arguments (src/Development/IDE/Main.hs:205)
  12677. 699.72 s [ghcide] defaultArguments (src/Development/IDE/Main.hs:225)
  12678. 699.72 s [ghcide] Command (src/Development/IDE/Main.hs:170)
  12679. 699.72 s [ghcide] IdeCommand
  12680. 699.72 s [ghcide] isLSP (src/Development/IDE/Main.hs:183)
  12681. 699.72 s [ghcide] commandP (src/Development/IDE/Main.hs:187)
  12682. 699.72 s [ghcide] defaultMain (src/Development/IDE/Main.hs:291)
  12683. 699.72 s [ghcide] testing (src/Development/IDE/Main.hs:270)
  12684. 699.72 s [ghcide] Log (src/Development/IDE/Main.hs:133)
  12685. 700.80 s [pandoc] [110 of 220] Compiling Text.Pandoc.Readers.Typst
  12686. 708.43 s [ghcide] Warning: Control.Concurrent.Strict: could not find link destinations for:
  12687. 708.47 s [ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedMVar
  12688. 708.47 s [ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedThreadId
  12689. 708.47 s [ghcide] Warning: Development.IDE.Core.PositionMapping: could not find link destinations for:
  12690. 708.47 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  12691. 708.76 s [ghcide] Warning: Development.IDE.GHC.Compat.Core: could not find link destinations for:
  12692. 708.76 s [ghcide] - GHC.Parser.Lexer.ExtsBitmap
  12693. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.HasType
  12694. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.ToHie
  12695. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.TVScoped
  12696. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.PScoped
  12697. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.RScoped
  12698. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.SigContext
  12699. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.PatSynFieldContext
  12700. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.BindContext
  12701. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.IEContext
  12702. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.RFContext
  12703. 708.76 s [ghcide] - GHC.Driver.Backpack.BkpM
  12704. 708.76 s [ghcide] - GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang
  12705. 708.76 s [ghcide] - GHC.LanguageExtensions.Type.Rep_Extension
  12706. 708.76 s [ghcide] - GHC.Driver.Session.DynP
  12707. 708.76 s [ghcide] - GHC.Hs.Type.HsQTvsRn
  12708. 708.76 s [ghcide] - GHC.Hs.Type.pprTyVarBndr
  12709. 708.76 s [ghcide] - GHC.Parser.Lexer.LayoutContext
  12710. 708.76 s [ghcide] - GHC.Parser.Lexer.ALRContext
  12711. 708.76 s [ghcide] - GHC.Parser.Lexer.ALRLayout
  12712. 708.76 s [ghcide] - GHC.Unit.Module.Env.NDModule
  12713. 708.76 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  12714. 708.76 s [ghcide] - GHC.Hs.Utils.AnnoBody
  12715. 708.76 s [ghcide] - GHC.Unit.Module.ModIface.ModIfaceFinal
  12716. 708.76 s [ghcide] - GHC.Unit.Module.ModIface.ModIfacePhase
  12717. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.HiePass
  12718. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.HieM
  12719. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.HieState
  12720. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.Context
  12721. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.ModifyState
  12722. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.RContext
  12723. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.TScoped
  12724. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.EvBindContext
  12725. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.AnnoBody
  12726. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.getTypeNode
  12727. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.addSubstitution
  12728. 708.76 s [ghcide] - GHC.Iface.Ext.Ast.toHie
  12729. 708.76 s [ghcide] - Development.IDE.GHC.Compat.Core.FunTyFlag
  12730. 708.76 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
  12731. 708.76 s [ghcide] - GHC.Tc.Errors.Types.PromotionErr.Rep_PromotionErr
  12732. 708.76 s [ghcide] - GHC.Parser.PostProcess.D:R:BodyHsCmd
  12733. 708.76 s [ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsCmd
  12734. 708.76 s [ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsCmd
  12735. 708.77 s [ghcide] - GHC.Parser.PostProcess.D:R:BodyHsExpr
  12736. 708.77 s [ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsExpr
  12737. 708.77 s [ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsExpr
  12738. 708.77 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  12739. 708.77 s [ghcide] - GHC.HsToCore.Quote.RepTV
  12740. 708.77 s [ghcide] - GHC.HsToCore.Quote.Core
  12741. 708.77 s [ghcide] - GHC.HsToCore.Quote.M
  12742. 708.77 s [ghcide] - GHC.HsToCore.Quote.MetaM
  12743. 708.77 s [ghcide] - GHC.HsToCore.Quote.tyVarBndrName
  12744. 708.77 s [ghcide] - GHC.HsToCore.Quote.repPlainTV
  12745. 708.77 s [ghcide] - GHC.HsToCore.Quote.repKindedTV
  12746. 708.77 s [ghcide] - GHC.Parser.PostProcess.Haddock.HdkA
  12747. 708.77 s [ghcide] - GHC.Parser.PostProcess.Haddock.HasHaddock
  12748. 708.77 s [ghcide] - GHC.Parser.PostProcess.Haddock.addHaddock
  12749. 708.77 s [ghcide] - GHC.ThToHs.CvtFlag
  12750. 708.77 s [ghcide] - GHC.ThToHs.cvtFlag
  12751. 708.86 s [ghcide] Warning: Development.IDE.GHC.Compat.Error: could not find link destinations for:
  12752. 708.86 s [ghcide] - GHC.Types.Error.D:R:DiagnosticOptsDiagnosticMessage
  12753. 708.86 s [ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
  12754. 708.86 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  12755. 708.86 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
  12756. 708.86 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessageDetailed
  12757. 708.86 s [ghcide] - GHC.Types.Error.D:R:DiagnosticOptsUnknownDiagnostic
  12758. 708.86 s [ghcide] - GHC.HsToCore.Errors.Types.Rep_DsMessage
  12759. 708.86 s [ghcide] - GHC.Parser.Errors.Types.Rep_PsMessage
  12760. 708.93 s [ghcide] Warning: Development.IDE.GHC.Compat.Outputable: could not find link destinations for:
  12761. 708.93 s [ghcide] - GHC.Driver.MakeSem.JobResources
  12762. 708.93 s [ghcide] - GHC.Types.Unique.FM.Edit
  12763. 708.93 s [ghcide] - GHC.Types.Unique.SDFM.Shared
  12764. 708.93 s [ghcide] - GHC.Core.InstEnv.InstMatches
  12765. 708.93 s [ghcide] - GHC.Types.Error.LinkedDiagCode
  12766. 708.93 s [ghcide] - GHC.StgToJS.Utils.SlotCount
  12767. 708.93 s [ghcide] - GHC.Core.Opt.Arity.EtaInfo
  12768. 708.93 s [ghcide] - GHC.Core.Opt.OccurAnal.TailUsageDetails
  12769. 708.93 s [ghcide] - GHC.Core.Opt.OccurAnal.SimpleNodeDetails
  12770. 708.93 s [ghcide] - GHC.Core.Opt.OccurAnal.NodeDetails
  12771. 708.93 s [ghcide] - GHC.Unit.State.UnitVisibility
  12772. 708.93 s [ghcide] - GHC.Core.Opt.CprAnal.SigEnv
  12773. 708.93 s [ghcide] - GHC.Core.Opt.DmdAnal.AnalEnv
  12774. 708.93 s [ghcide] - GHC.CmmToAsm.BlockLayout.BlockChain
  12775. 708.93 s [ghcide] - GHC.Wasm.ControlFlow.FromCmm.ContainingSyntax
  12776. 708.93 s [ghcide] - GHC.Core.Opt.Specialise.DictBind
  12777. 708.93 s [ghcide] - GHC.Core.Opt.Specialise.SpecArg
  12778. 708.93 s [ghcide] - GHC.CoreToStg.Prep.FloatInfo
  12779. 708.93 s [ghcide] - GHC.CoreToStg.Prep.Floats
  12780. 708.93 s [ghcide] - GHC.CoreToStg.Prep.FloatingBind
  12781. 708.93 s [ghcide] - GHC.Rename.Env.DisambigInfo
  12782. 708.94 s [ghcide] - GHC.Tc.Validity.ValidityEnv
  12783. 708.94 s [ghcide] - GHC.Tc.Validity.ExpandMode
  12784. 708.94 s [ghcide] - GHC.Tc.Validity.TypeOrKindCtxt
  12785. 708.94 s [ghcide] - GHC.Rename.Names.ImpOccItem
  12786. 708.94 s [ghcide] - GHC.Rename.Expr.StmtTree
  12787. 708.94 s [ghcide] - GHC.Rename.Expr.MonadNames
  12788. 708.94 s [ghcide] - GHC.Tc.Gen.HsType.TcTyMode
  12789. 708.94 s [ghcide] - GHC.HsToCore.Pmc.Solver.TopNormaliseTypeResult
  12790. 708.94 s [ghcide] - GHC.Driver.Make.BuildPlan
  12791. 708.94 s [ghcide] - GHC.Driver.Make.ModuleGraphNodeWithBootFile
  12792. 708.94 s [ghcide] - GHC.Types.Name.NameSort
  12793. 708.94 s [ghcide] - GHC.Unit.Module.Env.NDModule
  12794. 708.94 s [ghcide] - GHC.Iface.Recomp.IfaceDeclExtras
  12795. 708.94 s [ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
  12796. 708.94 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  12797. 708.94 s [ghcide] - GHC.Utils.Outputable.D:R:LineSDoc
  12798. 708.94 s [ghcide] - GHC.CoreToStg.Prep.BindInfo
  12799. 708.94 s [ghcide] - GHC.CoreToStg.Prep.ArgInfo
  12800. 708.94 s [ghcide] - GHC.StgToByteCode.Discr
  12801. 708.94 s [ghcide] - GHC.Parser.PostProcess.ArgPatBuilder
  12802. 708.94 s [ghcide] - GHC.Data.Graph.Directed.Time
  12803. 708.94 s [ghcide] - GHC.Data.Graph.Directed.Edge
  12804. 708.94 s [ghcide] - GHC.Cmm.CLabel.IdLabelInfo
  12805. 708.94 s [ghcide] - GHC.Cmm.CLabel.TickyIdInfo
  12806. 708.94 s [ghcide] - GHC.Cmm.Type.CmmCat
  12807. 708.94 s [ghcide] - GHC.Cmm.LayoutStack.StackMap
  12808. 708.94 s [ghcide] - GHC.Cmm.LayoutStack.StackSlot
  12809. 708.94 s [ghcide] - GHC.CmmToAsm.CFG.BranchInfo
  12810. 708.94 s [ghcide] - GHC.CmmToAsm.CFG.LoopInfo
  12811. 708.94 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  12812. 708.94 s [ghcide] - GHC.Core.Opt.Arity.ArityEnv
  12813. 708.94 s [ghcide] - GHC.Core.Opt.CprAnal.AnalEnv
  12814. 708.94 s [ghcide] - GHC.Core.Opt.FloatIn.FloatInBind
  12815. 708.94 s [ghcide] - GHC.Core.Opt.FloatOut.FloatBinds
  12816. 708.94 s [ghcide] - GHC.Core.Opt.OccurAnal.LocalOcc
  12817. 708.94 s [ghcide] - GHC.Core.Opt.OccurAnal.OccEncl
  12818. 708.94 s [ghcide] - GHC.Core.Opt.OccurAnal.UsageDetails
  12819. 708.94 s [ghcide] - GHC.Core.Opt.Simplify.Env.FloatFlag
  12820. 708.94 s [ghcide] - GHC.Core.Opt.SpecConstr.ArgOcc
  12821. 708.94 s [ghcide] - GHC.Core.Opt.SpecConstr.Call
  12822. 708.94 s [ghcide] - GHC.Core.Opt.SpecConstr.CallPat
  12823. 708.94 s [ghcide] - GHC.Core.Opt.SpecConstr.HowBound
  12824. 708.94 s [ghcide] - GHC.Core.Opt.SpecConstr.ScUsage
  12825. 708.94 s [ghcide] - GHC.Core.Opt.SpecConstr.Value
  12826. 708.94 s [ghcide] - GHC.Core.Opt.Specialise.CallInfo
  12827. 708.94 s [ghcide] - GHC.Core.Opt.Specialise.CallInfoSet
  12828. 708.94 s [ghcide] - GHC.Core.Opt.Specialise.FloatedDictBinds
  12829. 708.94 s [ghcide] - GHC.Core.Opt.Specialise.SpecEnv
  12830. 708.94 s [ghcide] - GHC.Core.Opt.Specialise.UsageDetails
  12831. 708.94 s [ghcide] - GHC.Core.SimpleOpt.SimpleOptEnv
  12832. 708.94 s [ghcide] - GHC.Driver.Make.CodeGenEnable
  12833. 708.94 s [ghcide] - GHC.Driver.Make.CachedIface
  12834. 708.94 s [ghcide] - GHC.Rename.HsType.RnTyKiEnv
  12835. 708.94 s [ghcide] - GHC.Rename.HsType.RnTyKiWhat
  12836. 708.94 s [ghcide] - GHC.Stg.Unarise.UnariseVal
  12837. 708.94 s [ghcide] - GHC.Tc.Deriv.EarlyDerivSpec
  12838. 708.94 s [ghcide] - GHC.Tc.Gen.Bind.GeneralisationPlan
  12839. 708.94 s [ghcide] - GHC.Tc.Gen.Head.XPass
  12840. 708.94 s [ghcide] - GHC.Tc.Gen.Head.EWrap
  12841. 708.94 s [ghcide] - GHC.Wasm.ControlFlow.FromCmm.Context
  12842. 708.94 s [ghcide] Warning: Development.IDE.GHC.Compat.Units: could not find link destinations for:
  12843. 708.94 s [ghcide] - GHC.Unit.External.PackageAnnEnv
  12844. 708.94 s [ghcide] - Development.IDE.GHC.Compat.Units.PreloadUnitClosure
  12845. 708.95 s [ghcide] Warning: Development.IDE.GHC.Compat.Util: could not find link destinations for:
  12846. 708.95 s [ghcide] - GHC.Iface.Ext.Ast.ToHie
  12847. 708.95 s [ghcide] - GHC.Internal.Generics.Rep_Fingerprint
  12848. 708.95 s [ghcide] - GHC.Data.Bag.D:R:ItemBag
  12849. 708.95 s [ghcide] - GHC.Iface.Ext.Ast.HieM
  12850. 708.95 s [ghcide] - GHC.Iface.Ext.Ast.toHie
  12851. 708.95 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  12852. 708.95 s [ghcide] Warning: Development.IDE.GHC.Compat.Parser: could not find link destinations for:
  12853. 708.95 s [ghcide] - GHC.modSummary
  12854. 708.96 s [ghcide] Warning: Development.IDE.GHC.Compat.Plugins: could not find link destinations for:
  12855. 708.96 s [ghcide] - GHC.Driver.Plugins.HoleFitPlugin
  12856. 708.97 s [ghcide] Warning: Development.IDE.GHC.Compat: could not find link destinations for:
  12857. 708.97 s [ghcide] - GHC.Iface.Ext.Ast.TypecheckedSource
  12858. 708.97 s [ghcide] - GHC.Iface.Ext.Ast.RenamedSource
  12859. 708.97 s [ghcide] Warning: Development.IDE.GHC.CoreFile: could not find link destinations for:
  12860. 708.97 s [ghcide] - Development.IDE.GHC.CoreFile.IfaceId
  12861. 708.97 s [ghcide] - Development.IDE.GHC.CoreFile.TopIfaceBinding
  12862. 708.97 s [ghcide] Warning: Development.IDE.Main.HeapStats: could not find link destinations for:
  12863. 708.97 s [ghcide] - Development.IDE.Main.HeapStats.heapStatsThread
  12864. 708.98 s [ghcide] Warning: Development.IDE.Types.Location: could not find link destinations for:
  12865. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  12866. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasBaseUri
  12867. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.baseUri
  12868. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasChanges
  12869. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.changes
  12870. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCharacter
  12871. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.character
  12872. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDocument
  12873. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.document
  12874. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEditRange
  12875. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.editRange
  12876. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEnd
  12877. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.end
  12878. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasFromRanges
  12879. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.fromRanges
  12880. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasHref
  12881. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.href
  12882. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasInsert
  12883. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.insert
  12884. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLine
  12885. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.line
  12886. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLocation
  12887. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.location
  12888. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasNewUri
  12889. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.newUri
  12890. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOldUri
  12891. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.oldUri
  12892. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
  12893. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.originSelectionRange
  12894. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPosition
  12895. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.position
  12896. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPositions
  12897. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.positions
  12898. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
  12899. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.range
  12900. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRanges
  12901. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.ranges
  12902. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
  12903. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedDocuments
  12904. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasReplace
  12905. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.replace
  12906. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRootUri
  12907. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.rootUri
  12908. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasScopeUri
  12909. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.scopeUri
  12910. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelection
  12911. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.selection
  12912. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
  12913. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.selectionRange
  12914. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStart
  12915. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.start
  12916. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
  12917. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.stoppedLocation
  12918. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTarget
  12919. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.target
  12920. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetRange
  12921. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetRange
  12922. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
  12923. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
  12924. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetUri
  12925. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetUri
  12926. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasUri
  12927. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Lens.uri
  12928. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.AnnotatedTextEdit
  12929. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
  12930. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
  12931. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
  12932. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
  12933. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionParams.CodeActionParams
  12934. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
  12935. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  12936. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorInformation.ColorInformation
  12937. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.ColorPresentationParams
  12938. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.CompletionItemDefaults
  12939. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionParams.CompletionParams
  12940. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.ConfigurationItem
  12941. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.CreateFile.CreateFile
  12942. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationParams.DeclarationParams
  12943. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionParams.DefinitionParams
  12944. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFile.DeleteFile
  12945. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
  12946. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.DocumentDiagnosticReportPartialResult
  12947. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  12948. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.DocumentHighlightParams
  12949. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
  12950. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.DocumentOnTypeFormattingParams
  12951. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.DocumentRangeFormattingParams
  12952. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
  12953. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.EditRangeWithInsertReplace
  12954. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileEvent.FileEvent
  12955. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
  12956. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  12957. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.HoverParams.HoverParams
  12958. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationParams.ImplementationParams
  12959. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  12960. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  12961. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.InlayHintLabelPart
  12962. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintParams.InlayHintParams
  12963. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueContext.InlineValueContext
  12964. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.InlineValueEvaluatableExpression
  12965. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueParams.InlineValueParams
  12966. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueText.InlineValueText
  12967. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.InlineValueVariableLookup
  12968. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.InsertReplaceEdit
  12969. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.LinkedEditingRangeParams
  12970. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.LinkedEditingRanges
  12971. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationLink.LocationLink
  12972. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.LocationUriOnly
  12973. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.MonikerParams.MonikerParams
  12974. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCell.NotebookCell
  12975. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocument.NotebookDocument
  12976. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.NotebookDocumentIdentifier
  12977. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.OptionalVersionedTextDocumentIdentifier
  12978. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.PrepareRenameParams
  12979. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.PrepareRenamePlaceholder
  12980. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.PreviousResultId.PreviousResultId
  12981. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  12982. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceParams.ReferenceParams
  12983. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
  12984. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.RelatedUnchangedDocumentDiagnosticReport
  12985. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelativePattern.RelativePattern
  12986. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameFile.RenameFile
  12987. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameParams.RenameParams
  12988. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRange.SelectionRange
  12989. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.SelectionRangeParams
  12990. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.SemanticTokensRangeParams
  12991. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.ShowDocumentParams
  12992. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.SignatureHelpParams
  12993. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  12994. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.TextDocumentContentChangePartial
  12995. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  12996. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.TextDocumentItem
  12997. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
  12998. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  12999. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.TypeDefinitionParams
  13000. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.TypeHierarchyItem
  13001. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.TypeHierarchyPrepareParams
  13002. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.UInitializeParams.UInitializeParams
  13003. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.UnchangedDocumentDiagnosticReport
  13004. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.VersionedNotebookDocumentIdentifier
  13005. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  13006. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  13007. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
  13008. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
  13009. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.WorkspaceUnchangedDocumentDiagnosticReport
  13010. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Common.Null
  13011. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Common.UInt
  13012. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  13013. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
  13014. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
  13015. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
  13016. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
  13017. 708.98 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_Uri
  13018. 708.98 s [ghcide] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
  13019. 708.98 s [ghcide] - Language.LSP.VFS.HasVfsMap
  13020. 708.98 s [ghcide] Warning: Development.IDE.Types.Diagnostics: could not find link destinations for:
  13021. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCode
  13022. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.code
  13023. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
  13024. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.codeDescription
  13025. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasData_
  13026. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.data_
  13027. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
  13028. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.diagnostics
  13029. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasItems
  13030. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.items
  13031. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasMessage
  13032. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.message
  13033. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
  13034. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.range
  13035. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
  13036. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedInformation
  13037. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSeverity
  13038. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.severity
  13039. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSource
  13040. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.source
  13041. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTags
  13042. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Lens.tags
  13043. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  13044. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionContext.CodeActionContext
  13045. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
  13046. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
  13047. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
  13048. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
  13049. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  13050. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
  13051. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
  13052. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Common.UInt
  13053. 708.99 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  13054. 708.99 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
  13055. 708.99 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.LspEnum
  13056. 708.99 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
  13057. 708.99 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.knownValues
  13058. 708.99 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
  13059. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
  13060. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
  13061. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
  13062. 708.99 s [ghcide] - Development.IDE.Types.Diagnostics.Rep_FileDiagnostic
  13063. 708.99 s [ghcide] - Development.IDE.Types.Diagnostics.Rep_StructuredMessage
  13064. 708.99 s [ghcide] Warning: Development.IDE.Session.Diagnostics: could not find link destinations for:
  13065. 708.99 s [ghcide] - Development.IDE.Session.Diagnostics.Rep_CradleErrorDetails
  13066. 708.99 s [ghcide] Warning: Development.IDE.Types.KnownTargets: could not find link destinations for:
  13067. 708.99 s [ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
  13068. 708.99 s [ghcide] Warning: Development.IDE.Types.Exports: could not find link destinations for:
  13069. 708.99 s [ghcide] - Development.IDE.Types.Exports.WithHieDb
  13070. 708.99 s [ghcide] - Development.IDE.Types.Exports.Rep_IdentInfo
  13071. 708.99 s [ghcide] Warning: Development.IDE.Spans.Common: could not find link destinations for:
  13072. 708.99 s [ghcide] - Development.IDE.Spans.Common.Rep_SpanDoc
  13073. 708.99 s [ghcide] - Development.IDE.Spans.Common.Rep_SpanDocUris
  13074. 708.99 s [ghcide] Warning: Development.IDE.Plugin.Completions.Types: could not find link destinations for:
  13075. 708.99 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.CompletionItemKind
  13076. 708.99 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_CompletionResolveData
  13077. 708.99 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_ExtendImport
  13078. 708.99 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_NonLocalCompletions
  13079. 708.99 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_LocalCompletions
  13080. 709.00 s [ghcide] Warning: Development.IDE.Import.FindImports: could not find link destinations for:
  13081. 709.00 s [ghcide] - Development.IDE.Import.FindImports.LocateResult
  13082. 709.00 s [ghcide] Warning: Development.IDE.Import.DependencyInformation: could not find link destinations for:
  13083. 709.00 s [ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdSet
  13084. 709.00 s [ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdMap
  13085. 709.00 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_NamedModuleDep
  13086. 709.00 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
  13087. 709.00 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_DependencyInformation
  13088. 709.00 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_NodeError
  13089. 709.00 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_ModuleParseError
  13090. 709.00 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_PathIdMap
  13091. 709.01 s [ghcide] Warning: Development.IDE.Core.RuleTypes: could not find link destinations for:
  13092. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
  13093. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_AddWatchedFile
  13094. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
  13095. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummary
  13096. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummaryWithoutTimestamps
  13097. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterest
  13098. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIface
  13099. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDiskAndIndex
  13100. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDisk
  13101. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSession
  13102. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetBindings
  13103. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetHieAst
  13104. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetDocMap
  13105. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_TypeCheck
  13106. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_ReportImportCycles
  13107. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraph
  13108. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_NeedsCompilation
  13109. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLocatedImports
  13110. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModuleWithComments
  13111. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
  13112. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterestResult
  13113. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
  13114. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileHash
  13115. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileExists
  13116. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileContents
  13117. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
  13118. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
  13119. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetImportMap
  13120. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLinkable
  13121. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GenerateCore
  13122. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetKnownTargets
  13123. 709.01 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_LinkableType
  13124. 709.02 s [ghcide] Warning: Development.IDE.Types.Options: could not find link destinations for:
  13125. 709.02 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  13126. 709.02 s [ghcide] Warning: Development.IDE.Core.ProgressReporting: could not find link destinations for:
  13127. 709.02 s [ghcide] - Development.IDE.Core.ProgressReporting.ProgressReporter
  13128. 709.02 s [ghcide] Warning: Development.IDE.Types.Shake: could not find link destinations for:
  13129. 709.02 s [ghcide] - Data.Vector.Vector
  13130. 709.02 s [ghcide] - Development.IDE.Types.Shake.Rep_ShakeValue
  13131. 709.02 s [ghcide] - Development.IDE.Types.Shake.Rep_Value
  13132. 709.03 s [ghcide] Warning: Development.IDE.Core.Shake: could not find link destinations for:
  13133. 709.03 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  13134. 709.03 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
  13135. 709.03 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  13136. 709.03 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  13137. 709.03 s [ghcide] - Development.IDE.Types.Action.ActionQueue
  13138. 709.03 s [ghcide] - Development.IDE.Types.Action.DelayedActionInternal
  13139. 709.04 s [ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
  13140. 709.04 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
  13141. 709.04 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
  13142. 709.04 s [ghcide] - Development.IDE.Core.Shake.STMDiagnosticStore
  13143. 709.04 s [ghcide] - Development.IDE.Core.Shake.ShakeSession
  13144. 709.04 s [ghcide] - Development.IDE.Core.Shake.GetStalePersistent
  13145. 709.04 s [ghcide] Warning: Development.IDE.Session: could not find link destinations for:
  13146. 709.04 s [ghcide] - Development.IDE.Session.DependencyInfo
  13147. 709.04 s [ghcide] - Development.IDE.Session.maxRetryCount
  13148. 709.04 s [ghcide] Warning: Development.IDE.LSP.Server: could not find link destinations for:
  13149. 709.04 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method
  13150. 709.04 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
  13151. 709.04 s [ghcide] - Language.LSP.Protocol.Message.Meta.Request
  13152. 709.04 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  13153. 709.04 s [ghcide] - Language.LSP.Protocol.Message.Meta.ClientToServer
  13154. 709.04 s [ghcide] - Language.LSP.Protocol.Message.LspId.LspId
  13155. 709.04 s [ghcide] - Language.LSP.Protocol.Message.Meta.Notification
  13156. 709.04 s [ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
  13157. 709.04 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageParams
  13158. 709.04 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
  13159. 709.04 s [ghcide] Warning: Development.IDE.Plugin.HLS: could not find link destinations for:
  13160. 709.04 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method
  13161. 709.04 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
  13162. 709.04 s [ghcide] - Language.LSP.Protocol.Message.Meta.Request
  13163. 709.04 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  13164. 709.04 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageKind
  13165. 709.04 s [ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
  13166. 709.04 s [ghcide] - Language.LSP.Protocol.Internal.Method.ErrorData
  13167. 709.05 s [ghcide] Warning: Development.IDE.Core.IdeConfiguration: could not find link destinations for:
  13168. 709.05 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  13169. 709.05 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  13170. 709.05 s [ghcide] Warning: Development.IDE.LSP.LanguageServer: could not find link destinations for:
  13171. 709.05 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  13172. 709.05 s [ghcide] - Language.LSP.Protocol.Message.Types.TRequestMessage
  13173. 709.05 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  13174. 709.05 s [ghcide] - Language.LSP.Protocol.Message.LspId.SomeLspId
  13175. 709.05 s [ghcide] Warning: Development.IDE.Core.OfInterest: could not find link destinations for:
  13176. 709.05 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
  13177. 709.05 s [ghcide] Warning: Development.IDE.Core.FileStore: could not find link destinations for:
  13178. 709.05 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileChangeType.FileChangeType
  13179. 709.05 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  13180. 709.05 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  13181. 709.05 s [ghcide] Warning: Development.IDE.Core.Compile: could not find link destinations for:
  13182. 709.05 s [ghcide] - Development.IDE.Core.Compile.CoreFileTime
  13183. 709.06 s [ghcide] Warning: Development.IDE.Spans.AtPoint: could not find link destinations for:
  13184. 709.06 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  13185. 709.06 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  13186. 709.06 s [ghcide] Warning: Development.IDE.Core.Service: could not find link destinations for:
  13187. 709.06 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  13188. 709.06 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  13189. 709.06 s [ghcide] - Development.IDE.Core.FileExists.Log
  13190. 709.07 s [ghcide] Warning: Development.IDE.Core.Actions: could not find link destinations for:
  13191. 709.07 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  13192. 709.07 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  13193. 709.08 s [ghcide] Warning: Development.IDE.Core.Rules: could not find link destinations for:
  13194. 709.08 s [ghcide] - Ide.Plugin.Properties.NonEmptyList
  13195. 709.08 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
  13196. 709.08 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
  13197. 709.08 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
  13198. 709.08 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
  13199. 709.08 s [ghcide] Warning: Development.IDE.Plugin.Test: could not find link destinations for:
  13200. 709.08 s [ghcide] - Development.IDE.Plugin.Test.Age
  13201. 709.08 s [ghcide] - Development.IDE.Plugin.Test.Rep_TestRequest
  13202. 709.08 s [ghcide] Warning: Development.IDE.LSP.Outline: could not find link destinations for:
  13203. 709.08 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
  13204. 709.08 s [ghcide] Warning: Development.IDE.LSP.HoverDefinition: could not find link destinations for:
  13205. 709.08 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  13206. 709.08 s [ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  13207. 709.08 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
  13208. 709.08 s [ghcide] - Language.LSP.Protocol.Types.Common.Null
  13209. 709.08 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  13210. 709.08 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
  13211. 709.08 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
  13212. 709.08 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
  13213. 709.08 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
  13214. 709.08 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
  13215. 709.08 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
  13216. 709.09 s [ghcide] Warning: Development.IDE.Spans.Pragmas: could not find link destinations for:
  13217. 709.09 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  13218. 709.09 s [ghcide] Warning: Development.IDE.Plugin.TypeLenses: could not find link destinations for:
  13219. 709.09 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  13220. 709.09 s [ghcide] - Development.IDE.Plugin.TypeLenses.Rep_GetGlobalBindingTypeSigs
  13221. 709.10 s [ghcide] Warning: Development.IDE.Plugin.Completions.Logic: could not find link destinations for:
  13222. 709.10 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  13223. 709.10 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  13224. 727.68 s [pandoc] [111 of 220] Compiling Text.Pandoc.Readers.Txt2Tags
  13225. 727.71 s [pandoc] [112 of 220] Compiling Text.Pandoc.Readers.TikiWiki
  13226. 727.71 s [pandoc] [113 of 220] Compiling Text.Pandoc.Readers.Roff.Escape
  13227. 727.71 s [pandoc] [114 of 220] Compiling Text.Pandoc.Readers.Roff
  13228. 727.71 s [pandoc] [115 of 220] Compiling Text.Pandoc.Readers.RTF
  13229. 727.71 s [pandoc] [116 of 220] Compiling Text.Pandoc.Readers.RIS
  13230. 727.71 s [pandoc] [117 of 220] Compiling Text.Pandoc.Readers.Org.ParserState
  13231. 727.71 s [pandoc] [118 of 220] Compiling Text.Pandoc.Readers.Org.Parsing
  13232. 727.71 s [pandoc] [119 of 220] Compiling Text.Pandoc.Readers.Org.ExportSettings
  13233. 727.71 s [pandoc] [120 of 220] Compiling Text.Pandoc.Readers.Org.BlockStarts
  13234. 727.71 s [pandoc] [121 of 220] Compiling Text.Pandoc.Readers.Org.DocumentTree
  13235. 727.71 s [pandoc] [122 of 220] Compiling Text.Pandoc.Readers.Muse
  13236. 727.71 s [pandoc] [123 of 220] Compiling Text.Pandoc.Readers.Metadata
  13237. 727.71 s [pandoc] [124 of 220] Compiling Text.Pandoc.Readers.Mdoc.Lex
  13238. 727.71 s [pandoc] [125 of 220] Compiling Text.Pandoc.Readers.Mdoc
  13239. 727.71 s [pandoc] [126 of 220] Compiling Text.Pandoc.Readers.Man
  13240. 727.71 s [pandoc] [127 of 220] Compiling Text.Pandoc.Readers.LaTeX.Parsing
  13241. 727.71 s [pandoc] [128 of 220] Compiling Text.Pandoc.Readers.LaTeX.Table
  13242. 727.71 s [pandoc] [129 of 220] Compiling Text.Pandoc.Readers.LaTeX.SIunitx
  13243. 727.71 s [pandoc] [130 of 220] Compiling Text.Pandoc.Readers.LaTeX.Math
  13244. 727.71 s [pandoc] [131 of 220] Compiling Text.Pandoc.Readers.LaTeX.Macro
  13245. 727.71 s [pandoc] [132 of 220] Compiling Text.Pandoc.Readers.LaTeX.Lang
  13246. 727.71 s [pandoc] [133 of 220] Compiling Text.Pandoc.Readers.LaTeX.Inline
  13247. 727.71 s [pandoc] [134 of 220] Compiling Text.Pandoc.Readers.LaTeX.Citation
  13248. 727.71 s [pandoc] [135 of 220] Compiling Text.Pandoc.Readers.LaTeX
  13249. 739.39 s [ghcide] Documentation created: dist/doc/html/ghcide/, dist/doc/html/ghcide/ghcide.txt
  13250. 740.83 s [ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0...
  13251. 740.83 s [ghcide] haddockPhase completed in 1 minutes 16 seconds
  13252. 740.83 s [ghcide] Phase: installPhase
  13253. 740.83 s [ghcide] Installing library in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  13254. 740.83 s [pandoc] [136 of 220] Compiling Text.Pandoc.Readers.Org.Inlines
  13255. 740.86 s [ghcide] Installing executable ghcide in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/bin
  13256. 740.86 s [ghcide] Warning: The directory
  13257. 740.86 s [ghcide] /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/bin is not in the
  13258. 740.86 s [ghcide] system search path.
  13259. 742.50 s [ghcide] Phase: fixupPhase
  13260. 742.52 s [ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0
  13261. 742.57 s [ghcide] shrinking /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHSghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW-ghc9.10.1.so
  13262. 742.70 s [ghcide] shrinking /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/bin/ghcide
  13263. 742.84 s [ghcide] checking for references to /build/ in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0...
  13264. 743.01 s [ghcide] patching script interpreter paths in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0
  13265. 743.01 s [ghcide] stripping (with command strip and flags -S -p) in /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/lib /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0/bin
  13266. 744.35 s [ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc
  13267. 744.39 s [ghcide] checking for references to /build/ in /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc...
  13268. 744.45 s [ghcide] patching script interpreter paths in /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc
  13269. 745.21 s [ghcide:post-build] Uploading to cachix cache "sellout": /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0 /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc
  13270. 747.57 s [ghcide:post-build] Pushing 2 paths (402 are already present) using zstd to cache sellout ⏳
  13271. 747.57 s [ghcide:post-build]
  13272. 747.94 s [ghcide:post-build] Pushing /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc (41.55 MiB)
  13273. 748.02 s [ghcide:post-build] Pushing /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0 (148.21 MiB)
  13274. 751.45 s [ghcide:post-build]
  13275. 751.51 s [ghcide:post-build] All done.
  13276. 751.55 s [ghcide:post-build] Uploading to the NixCI cache: /nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0 /nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc
  13277. 751.97 s [ghcide:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13278. 752.47 s [ghcide:post-build] copying 2 paths...
  13279. 752.47 s [ghcide:post-build] copying path '/nix/store/raiicjqacbl6ckl8qgmlmrq174qva1k8-ghcide-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
  13280. 759.30 s [ghcide:post-build] copying path '/nix/store/izy7fyz4rjbqh5j66z5vjpkckxsxxh35-ghcide-2.10.0.0' to 'https://cache.nix-ci.com'...
  13281. 821.83 s [ghcide:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13282. 822.91 s [ghcide:post-build] copying 103 paths...
  13283. 822.95 s [ghcide:post-build] copying path '/nix/store/022flafwlmr5cd22fb753mhpx8l9qlza-fingertree-0.1.5.0.drv' to 'https://cache.nix-ci.com'...
  13284. 822.95 s [ghcide:post-build] copying path '/nix/store/09v8bazinay7xbjplv5r8p51xji2n6g7-parser-combinators-1.3.0.drv' to 'https://cache.nix-ci.com'...
  13285. 822.95 s [ghcide:post-build] copying path '/nix/store/2f1aypv7qlr3ff8inxznp2jx3sx3dzq0-cereal-0.5.8.3.drv' to 'https://cache.nix-ci.com'...
  13286. 822.95 s [ghcide:post-build] copying path '/nix/store/3y00rair4p7il4bp6i30vmmy64xnf3qk-hspec-api-2.11.12.drv' to 'https://cache.nix-ci.com'...
  13287. 822.95 s [ghcide:post-build] copying path '/nix/store/4i04z220w56980sgm4y0sckmzym6a9d6-js-dgtable-0.5.2.drv' to 'https://cache.nix-ci.com'...
  13288. 822.95 s [ghcide:post-build] copying path '/nix/store/4r4kqxi80dwzifwz6ryivx9wn6bbb5c7-mmap-0.5.9.drv' to 'https://cache.nix-ci.com'...
  13289. 822.95 s [ghcide:post-build] copying path '/nix/store/6kkgdhw3l3n513x3rw5l1n5hr7rg6p6j-text-rope-0.2.drv' to 'https://cache.nix-ci.com'...
  13290. 822.95 s [ghcide:post-build] copying path '/nix/store/6kqp1kfai01arkf09dw5vsvbi9cp0wqq-utf8-string-1.0.2.drv' to 'https://cache.nix-ci.com'...
  13291. 822.95 s [ghcide:post-build] copying path '/nix/store/75gv1bbv9y5a6l56m4y0w34hqhxypkcy-time-locale-compat-0.1.1.5.drv' to 'https://cache.nix-ci.com'...
  13292. 822.95 s [ghcide:post-build] copying path '/nix/store/5sgszgqcyy8z3pkdpw9yad7066r96pp6-constraints-extras-0.4.0.2.drv' to 'https://cache.nix-ci.com'...
  13293. 822.95 s [ghcide:post-build] copying path '/nix/store/7cffc1v10akrvarhmhzh14ll2nc8r0ab-charset-0.3.12.drv' to 'https://cache.nix-ci.com'...
  13294. 822.95 s [ghcide:post-build] copying path '/nix/store/aayppqaaz3pj14ndili53cyr5h0alwlg-hie-compat-0.3.1.2.drv' to 'https://cache.nix-ci.com'...
  13295. 822.95 s [ghcide:post-build] copying path '/nix/store/ag5mwssll93vrxvd9wxf1m1jvmdxk8gs-js-jquery-3.3.1.drv' to 'https://cache.nix-ci.com'...
  13296. 822.95 s [ghcide:post-build] copying path '/nix/store/7q4gsxvwijb0zmpa39cz8h0d0s7ifjvd-either-5.0.2.drv' to 'https://cache.nix-ci.com'...
  13297. 822.95 s [ghcide:post-build] copying path '/nix/store/ap7jzldlcn7rwnkdnj6bnsxizbn33maw-reflection-2.1.9.drv' to 'https://cache.nix-ci.com'...
  13298. 822.95 s [ghcide:post-build] copying path '/nix/store/62r70hkp3wf53qidfg0b89gc7sfkz742-simple-reflect-0.3.3.drv' to 'https://cache.nix-ci.com'...
  13299. 823.21 s [ghcide:post-build] copying path '/nix/store/aq6467jw5nqxl7025bx7zz41f075q70v-setenv-0.1.1.3.drv' to 'https://cache.nix-ci.com'...
  13300. 823.22 s [ghcide:post-build] copying path '/nix/store/b9knjdk8bmfp1lhwyy5pd4d656wq23i6-regex-pcre-builtin-0.95.2.3.8.44.drv' to 'https://cache.nix-ci.com'...
  13301. 823.23 s [ghcide:post-build] copying path '/nix/store/dx0xk5w343npbb5r3n3ayvl61lq09c6a-doctest-discover-0.2.0.0.drv' to 'https://cache.nix-ci.com'...
  13302. 823.24 s [ghcide:post-build] copying path '/nix/store/g4cfjbjb9ky4jmnsyzkh693k6cihq7nz-haskell-src-1.0.4.1.drv' to 'https://cache.nix-ci.com'...
  13303. 823.25 s [ghcide:post-build] copying path '/nix/store/gf2nxsj1ncys3zgklhn73f825yp6xshy-groups-0.5.3.drv' to 'https://cache.nix-ci.com'...
  13304. 823.25 s [ghcide:post-build] copying path '/nix/store/hq6lvarsfxrbci9xi5a8ccc3wdkkiqib-mod-0.2.0.1.drv' to 'https://cache.nix-ci.com'...
  13305. 823.27 s [ghcide:post-build] copying path '/nix/store/jf677jlv1dqg201zyi231hr6zzwrwp89-tasty-rerun-1.1.20.drv' to 'https://cache.nix-ci.com'...
  13306. 823.27 s [ghcide:post-build] copying path '/nix/store/kcyfdfa5fjfb2hb9szl7g9wcvf7p5ar0-js-flot-0.8.3.drv' to 'https://cache.nix-ci.com'...
  13307. 823.27 s [ghcide:post-build] copying path '/nix/store/kppdy93a67b3xrqffl5kqhfbch80mhia-primitive-unlifted-2.1.0.0.drv' to 'https://cache.nix-ci.com'...
  13308. 823.29 s [ghcide:post-build] copying path '/nix/store/ld78nxhw1s6dzxsqknv8g8ps5czj9hxx-direct-sqlite-2.3.29.drv' to 'https://cache.nix-ci.com'...
  13309. 823.29 s [ghcide:post-build] copying path '/nix/store/lhvhry76y7dcghymyw3f3zfwy6cyhpvh-algebraic-graphs-0.7.drv' to 'https://cache.nix-ci.com'...
  13310. 823.29 s [ghcide:post-build] copying path '/nix/store/lk3blgrw9rph9dfg3yr2hdwblnwkzikg-invariant-0.6.4.drv' to 'https://cache.nix-ci.com'...
  13311. 823.30 s [ghcide:post-build] copying path '/nix/store/m08kh2xdl5w61fd0ijk8vg8s7gw2nwcf-gitrev-1.3.1.drv' to 'https://cache.nix-ci.com'...
  13312. 823.30 s [ghcide:post-build] copying path '/nix/store/m9144sz9z9zkay95q4vaagmps7b6p70f-sorted-list-0.2.3.1.drv' to 'https://cache.nix-ci.com'...
  13313. 823.31 s [ghcide:post-build] copying path '/nix/store/mm8dyx9c2isx1mcmd2lv80pz63rf0dgp-enummapset-0.7.3.0.drv' to 'https://cache.nix-ci.com'...
  13314. 823.31 s [ghcide:post-build] copying path '/nix/store/mnjgvcm57bj5i36yw1vgrxhhfn895w1w-regex-compat-0.95.2.2.drv' to 'https://cache.nix-ci.com'...
  13315. 823.43 s [ghcide:post-build] copying path '/nix/store/mnxgzc76lmbrl07ws8av60pvn7dppbgf-polyparse-1.13.drv' to 'https://cache.nix-ci.com'...
  13316. 823.45 s [ghcide:post-build] copying path '/nix/store/ms4is1srs768dpdngihy1qdh250pgkr7-hspec-attoparsec-0.1.0.2.drv' to 'https://cache.nix-ci.com'...
  13317. 823.48 s [ghcide:post-build] copying path '/nix/store/mz3bcw6m7zs087k2psqbqpb06vf9996f-reducers-3.12.5.drv' to 'https://cache.nix-ci.com'...
  13318. 823.50 s [ghcide:post-build] copying path '/nix/store/nw0xm7i1xnjjx611ghhhyg0m3d9b37hq-double-conversion-2.0.5.0.drv' to 'https://cache.nix-ci.com'...
  13319. 823.50 s [ghcide:post-build] copying path '/nix/store/prfnv0v0p071smyjx3a9wfvg6zz5a5p2-tasty-hspec-1.2.0.4.drv' to 'https://cache.nix-ci.com'...
  13320. 823.51 s [ghcide:post-build] copying path '/nix/store/qfbscggbrsswn7fid7i5ds3svvqjngxb-selective-0.7.0.1.drv' to 'https://cache.nix-ci.com'...
  13321. 823.54 s [ghcide:post-build] copying path '/nix/store/qgin10mg556q6kf4lcqqqwqhq6xfxi78-mtl-prelude-2.0.3.2.drv' to 'https://cache.nix-ci.com'...
  13322. 823.56 s [ghcide:post-build] copying path '/nix/store/r0i9324khi6clkv44jswkh22nic8qm1f-indexed-profunctors-0.1.1.1.drv' to 'https://cache.nix-ci.com'...
  13323. 823.57 s [ghcide:post-build] copying path '/nix/store/r4r4824fkp4lh7zzihbdxfv4r9miry0h-data-default-class-0.1.2.2.drv' to 'https://cache.nix-ci.com'...
  13324. 823.57 s [ghcide:post-build] copying path '/nix/store/s7q4w85blryjhj81qplh7a2wvb26mvzx-doctest-parallel-0.3.1.1.drv' to 'https://cache.nix-ci.com'...
  13325. 823.58 s [ghcide:post-build] copying path '/nix/store/s4fxabqsbkn9gkpv7bslhnjf96jaqxqh-hspec-golden-0.2.2.0.drv' to 'https://cache.nix-ci.com'...
  13326. 823.62 s [ghcide:post-build] copying path '/nix/store/syj0i07pcia7zz1bhpgq1rxxxv0sm9w1-base-prelude-1.6.1.1.drv' to 'https://cache.nix-ci.com'...
  13327. 823.62 s [ghcide:post-build] copying path '/nix/store/vqa3wiwzxlq3h4fl7kb316cg2l3dpd93-free-5.2.drv' to 'https://cache.nix-ci.com'...
  13328. 823.62 s [ghcide:post-build] copying path '/nix/store/wv3qv81s57gfk7q0x3q8jmn2a8shspgp-ghc-trace-events-0.1.2.10.drv' to 'https://cache.nix-ci.com'...
  13329. 823.62 s [ghcide:post-build] copying path '/nix/store/w8sfnb5zizx4c848wgzfskmrdgs34173-filepattern-0.1.3.drv' to 'https://cache.nix-ci.com'...
  13330. 823.63 s [ghcide:post-build] copying path '/nix/store/wvqisvdbxa67j2yyfans0q9x03c2kwn6-parsers-0.12.12.drv' to 'https://cache.nix-ci.com'...
  13331. 823.64 s [ghcide:post-build] copying path '/nix/store/yznsh44cf8d31hlljdr5idgpk9ijka7k-some-1.0.6.drv' to 'https://cache.nix-ci.com'...
  13332. 823.67 s [ghcide:post-build] copying path '/nix/store/z7vifjaf8r7n91lwqnp81pb74paam18q-blaze-builder-0.4.2.3.drv' to 'https://cache.nix-ci.com'...
  13333. 823.69 s [ghcide:post-build] copying path '/nix/store/zf87k2x2gp80rjcj92pd7z114dnqfg0d-Only-0.1.drv' to 'https://cache.nix-ci.com'...
  13334. 823.73 s [ghcide:post-build] copying path '/nix/store/7gjbwf901bjz8a4lfw0ajqd1d4nsspv2-megaparsec-9.6.1.drv' to 'https://cache.nix-ci.com'...
  13335. 823.73 s [ghcide:post-build] copying path '/nix/store/zfq5z2ahdrvzrg9i7xpxw9959chl9nr7-semigroups-0.20.drv' to 'https://cache.nix-ci.com'...
  13336. 823.73 s [ghcide:post-build] copying path '/nix/store/am6h2ah2spvqp0n4mxdrkfz9zvc3dy4x-hw-hspec-hedgehog-0.1.1.1.drv' to 'https://cache.nix-ci.com'...
  13337. 823.78 s [ghcide:post-build] copying path '/nix/store/rm9pj3gasy3xj4rf0qaxar3as11a5c2f-cpphs-1.20.9.1.drv' to 'https://cache.nix-ci.com'...
  13338. 823.78 s [ghcide:post-build] copying path '/nix/store/931dx5bzkv00gvmb8dn8iy96l3swwmla-tasty-discover-5.0.1.drv' to 'https://cache.nix-ci.com'...
  13339. 823.80 s [ghcide:post-build] copying path '/nix/store/cbdy7vxyg193n633br9i18fc131s9myk-generic-lens-core-2.2.1.0.drv' to 'https://cache.nix-ci.com'...
  13340. 823.80 s [ghcide:post-build] copying path '/nix/store/7xnqvrmfk91kd552c9ik89kcdn1qz0p5-data-default-instances-old-locale-0.0.1.2.drv' to 'https://cache.nix-ci.com'...
  13341. 823.80 s [ghcide:post-build] copying path '/nix/store/faiz6a6xajyq8h8603p9w4crczya7ayl-data-default-instances-dlist-0.0.1.2.drv' to 'https://cache.nix-ci.com'...
  13342. 823.83 s [ghcide:post-build] copying path '/nix/store/g7lannlj6kzad60lz7f6xz80i9fb8b2s-data-default-instances-containers-0.1.0.3.drv' to 'https://cache.nix-ci.com'...
  13343. 823.83 s [ghcide:post-build] copying path '/nix/store/91q04apvrylhm0l0dv198sqpaw3iy0fn-regex-tdfa-1.3.2.3.drv' to 'https://cache.nix-ci.com'...
  13344. 823.83 s [ghcide:post-build] copying path '/nix/store/fvqk465zppgna2p59w14jy9c6g1hkhya-implicit-hie-0.1.4.0.drv' to 'https://cache.nix-ci.com'...
  13345. 823.85 s [ghcide:post-build] copying path '/nix/store/73zahkvb2lmn004x786v610f9wywbdk8-opentelemetry-0.8.0.drv' to 'https://cache.nix-ci.com'...
  13346. 823.87 s [ghcide:post-build] copying path '/nix/store/1x75mggh351qirkdy74p2rl4i2pfgbyx-dependent-sum-0.7.2.0.drv' to 'https://cache.nix-ci.com'...
  13347. 823.88 s [ghcide:post-build] copying path '/nix/store/15ak73f4n00yspc5is05knafh674f33r-blaze-textual-0.2.3.1.drv' to 'https://cache.nix-ci.com'...
  13348. 823.88 s [ghcide:post-build] copying path '/nix/store/4qvb5g0c5f0yqnwca13zy0gp80nm5hdw-lucid-2.11.20250303.drv' to 'https://cache.nix-ci.com'...
  13349. 823.90 s [ghcide:post-build] copying path '/nix/store/63papsq0mvsjjmr7pjcafrigz9wmig08-xmlgen-0.6.2.2.drv' to 'https://cache.nix-ci.com'...
  13350. 823.94 s [ghcide:post-build] copying path '/nix/store/6pnc2ign99wlc457cxnfgq92n7jyg7js-blaze-markup-0.8.3.0.drv' to 'https://cache.nix-ci.com'...
  13351. 823.95 s [ghcide:post-build] copying path '/nix/store/v0ck27gn1kz6rzqlk2jnsanybnx105bp-adjunctions-4.4.3.drv' to 'https://cache.nix-ci.com'...
  13352. 823.96 s [ghcide:post-build] copying path '/nix/store/bc2hjcd5zk7zd6n0y7skxzh4gdxw62y7-keys-3.12.4.drv' to 'https://cache.nix-ci.com'...
  13353. 824.00 s [ghcide:post-build] copying path '/nix/store/2lcqfwd8xf6fi5dmsb0225lsxbl1lpml-hw-prim-0.6.3.2.drv' to 'https://cache.nix-ci.com'...
  13354. 824.00 s [ghcide:post-build] copying path '/nix/store/3v186wbq5zj6g0hd2rbhnqzz4yvpznb1-generic-arbitrary-1.0.1.2.drv' to 'https://cache.nix-ci.com'...
  13355. 824.04 s [ghcide:post-build] copying path '/nix/store/9xi6zf0zkpml9nyk3d6w53fghz7nwakr-regex-1.1.0.2.drv' to 'https://cache.nix-ci.com'...
  13356. 824.05 s [ghcide:post-build] copying path '/nix/store/bn633g7v54wrdx1r22l9n2mcg9c57wml-data-default-0.7.1.3.drv' to 'https://cache.nix-ci.com'...
  13357. 824.08 s [ghcide:post-build] copying path '/nix/store/5h6cn0vvpm6hvn2lhpsinv01qvs74fwf-dependent-map-0.4.0.0.drv' to 'https://cache.nix-ci.com'...
  13358. 824.10 s [ghcide:post-build] copying path '/nix/store/f9w7rhvwmyi00h705nx70dsxzpqwissm-sqlite-simple-0.4.19.0.drv' to 'https://cache.nix-ci.com'...
  13359. 824.11 s [ghcide:post-build] copying path '/nix/store/xx1a7anpl8lpxvyddqp38hzrkr7zrbpb-HTF-0.15.0.2.drv' to 'https://cache.nix-ci.com'...
  13360. 824.16 s [ghcide:post-build] copying path '/nix/store/df9i6lix3800xk34vbhjg6dkx3ivv8mm-blaze-html-0.9.2.0.drv' to 'https://cache.nix-ci.com'...
  13361. 824.17 s [ghcide:post-build] copying path '/nix/store/150jgmb0qhn9fiwfl5fkv2wjrmj8kjgb-kan-extensions-5.2.6.drv' to 'https://cache.nix-ci.com'...
  13362. 824.21 s [ghcide:post-build] copying path '/nix/store/m1i5gjgli3v2mkdgam8pl0n6k6cl71bx-hw-fingertree-0.1.2.1.drv' to 'https://cache.nix-ci.com'...
  13363. 824.33 s [ghcide:post-build] copying path '/nix/store/m0bpz74qvxr9b9ll5zw2syppmdpkbaxn-hiedb-0.6.0.2.drv' to 'https://cache.nix-ci.com'...
  13364. 824.33 s [ghcide:post-build] copying path '/nix/store/3nid98qhr5dnvxv2hh408bwjc70w017i-list-t-1.0.5.7.drv' to 'https://cache.nix-ci.com'...
  13365. 824.39 s [ghcide:post-build] copying path '/nix/store/vqbkmh8jfw1wx6jiniskka0i41g7n16w-pointed-5.0.5.drv' to 'https://cache.nix-ci.com'...
  13366. 824.40 s [ghcide:post-build] copying path '/nix/store/is4r91jvpv25yjjybbh85hbikqrl8pka-lens-5.3.4.drv' to 'https://cache.nix-ci.com'...
  13367. 824.61 s [ghcide:post-build] copying path '/nix/store/xpmj81kqrbhhrz4p3n78klwc4zii6xp1-trifecta-2.1.4.drv' to 'https://cache.nix-ci.com'...
  13368. 824.62 s [ghcide:post-build] copying path '/nix/store/hz24drhslgg0wym0d3n0jj0slr99c847-generic-lens-2.2.2.0.drv' to 'https://cache.nix-ci.com'...
  13369. 824.63 s [ghcide:post-build] copying path '/nix/store/7dm1ka78cs33a70qwd557v6y9rmhm7p7-vector-instances-3.4.2.drv' to 'https://cache.nix-ci.com'...
  13370. 824.63 s [ghcide:post-build] copying path '/nix/store/01cwvfy6iscv4wrjk9rzp6ag8mhz3qjc-lens-aeson-1.2.3.drv' to 'https://cache.nix-ci.com'...
  13371. 824.84 s [ghcide:post-build] copying path '/nix/store/w92yi020cbnsz6hzp0mck2aw3p3v5vkn-tree-diff-0.3.4.drv' to 'https://cache.nix-ci.com'...
  13372. 824.85 s [ghcide:post-build] copying path '/nix/store/kzyrz7hprccf4d48xfzfdpfknmdwr1v0-row-types-1.0.1.2.drv' to 'https://cache.nix-ci.com'...
  13373. 824.86 s [ghcide:post-build] copying path '/nix/store/6ycd3797cv7wgijfrbvgigjj9qx9k2dw-rebase-1.21.2.drv' to 'https://cache.nix-ci.com'...
  13374. 825.06 s [ghcide:post-build] copying path '/nix/store/l7dw9qlpbmp3f9kdgvhms7m2gm77wdg0-lsp-types-2.3.0.1.drv' to 'https://cache.nix-ci.com'...
  13375. 825.06 s [ghcide:post-build] copying path '/nix/store/iv62p0f42i9sdpxbqaxhn8wfrwlnfpwx-haddock-library-1.11.0.drv' to 'https://cache.nix-ci.com'...
  13376. 825.28 s [ghcide:post-build] copying path '/nix/store/qx9r2a9ri12f3f3h0dsknrq5vzfdm6yi-lsp-2.7.0.1.drv' to 'https://cache.nix-ci.com'...
  13377. 825.29 s [ghcide:post-build] copying path '/nix/store/jc2d8ni9khv4a5jrv48713l6yqn3y1iq-rerebase-1.21.2.drv' to 'https://cache.nix-ci.com'...
  13378. 825.51 s [ghcide:post-build] copying path '/nix/store/ikzbdlk3y8ixrqc158lz2gp5p7nj25k7-deferred-folds-0.9.18.7.drv' to 'https://cache.nix-ci.com'...
  13379. 825.51 s [ghcide:post-build] copying path '/nix/store/d4v7ajh3n4qya2x5x0fq0vqivhrm6z5i-focus-1.0.3.2.drv' to 'https://cache.nix-ci.com'...
  13380. 825.75 s [ghcide:post-build] copying path '/nix/store/4xzazc1fy2k0cgjmx8i0cvy6blmm3sql-primitive-extras-0.10.2.2.drv' to 'https://cache.nix-ci.com'...
  13381. 825.98 s [ghcide:post-build] copying path '/nix/store/lsman434g3yjhg2pl91n9xrkmv4x9ff2-stm-hamt-1.2.1.1.drv' to 'https://cache.nix-ci.com'...
  13382. 826.22 s [ghcide:post-build] copying path '/nix/store/psksr07vs584y5j0bw262wlgr0nfb8n4-stm-containers-1.2.1.1.drv' to 'https://cache.nix-ci.com'...
  13383. 826.43 s [ghcide:post-build] copying path '/nix/store/5axhwykh26v5mxagg5vyn68m0aic24m7-hls-graph-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
  13384. 826.66 s [ghcide:post-build] copying path '/nix/store/kz5j8y8x2hcr4a0q8l5slyllhkgrzhwn-hls-plugin-api-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
  13385. 827.76 s [ghcide:post-build] copying path '/nix/store/658mvz1pyj54m72hwpl118bm4h3fv1kb-ghcide-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
  13386. 828.26 s Progress: 18 of 32 built (1 building), 529 of 529 downloaded from cache
  13387. 828.52 s Building /nix/store/jy3y7swjigclycjz2f1iphsgh1zymgpq-hls-test-utils-2.10.0.0.drv
  13388. 828.52 s [pandoc] [137 of 220] Compiling Text.Pandoc.Readers.Org.Meta
  13389. 828.52 s [pandoc] [138 of 220] Compiling Text.Pandoc.Readers.Org.Blocks
  13390. 828.52 s [pandoc] [139 of 220] Compiling Text.Pandoc.Readers.Org
  13391. 828.52 s [pandoc] [140 of 220] Compiling Text.Pandoc.Readers.HTML.Types
  13392. 828.52 s [pandoc] [141 of 220] Compiling Text.Pandoc.Readers.HTML.Parsing
  13393. 828.52 s [pandoc] [142 of 220] Compiling Text.Pandoc.Readers.DokuWiki
  13394. 828.52 s [pandoc] [143 of 220] Compiling Text.Pandoc.Readers.Docx.Fields
  13395. 828.52 s [pandoc] [144 of 220] Compiling Text.Pandoc.Readers.Docx.Parse
  13396. 828.52 s [pandoc] [145 of 220] Compiling Text.Pandoc.Readers.Docx.Lists
  13397. 828.52 s [pandoc] [146 of 220] Compiling Text.Pandoc.Readers.Docx
  13398. 828.52 s [pandoc] [147 of 220] Compiling Text.Pandoc.Readers.Creole
  13399. 828.52 s [pandoc] [148 of 220] Compiling Text.Pandoc.Readers.CommonMark
  13400. 828.52 s [pandoc] [149 of 220] Compiling Text.Pandoc.Format
  13401. 828.52 s [pandoc] [150 of 220] Compiling Text.Pandoc.Citeproc.Locator
  13402. 828.52 s [pandoc] [151 of 220] Compiling Text.Pandoc.Writers.LaTeX.Citation
  13403. 828.52 s [pandoc] [152 of 220] Compiling Text.Pandoc.CSV
  13404. 828.52 s [pandoc] [153 of 220] Compiling Text.Pandoc.Readers.RST
  13405. 828.52 s [pandoc] [154 of 220] Compiling Text.Pandoc.Readers.CSV
  13406. 828.52 s [pandoc] [155 of 220] Compiling Text.Pandoc.CSS
  13407. 828.52 s [pandoc] [156 of 220] Compiling Text.Pandoc.Writers.Shared
  13408. 828.52 s [pandoc] [157 of 220] Compiling Text.Pandoc.Writers.ZimWiki
  13409. 828.52 s [pandoc] [158 of 220] Compiling Text.Pandoc.Writers.Typst
  13410. 828.52 s [pandoc] [159 of 220] Compiling Text.Pandoc.Writers.Textile
  13411. 828.52 s [pandoc] [160 of 220] Compiling Text.Pandoc.Writers.Texinfo
  13412. 828.52 s [pandoc] [161 of 220] Compiling Text.Pandoc.Writers.TEI
  13413. 828.52 s [pandoc] [162 of 220] Compiling Text.Pandoc.Writers.RTF
  13414. 828.53 s [pandoc] [163 of 220] Compiling Text.Pandoc.Writers.RST
  13415. 828.53 s [pandoc] [164 of 220] Compiling Text.Pandoc.Writers.Powerpoint.Presentation
  13416. 828.53 s [pandoc] [165 of 220] Compiling Text.Pandoc.Writers.Powerpoint.Output
  13417. 828.53 s [pandoc] [166 of 220] Compiling Text.Pandoc.Writers.Powerpoint
  13418. 828.53 s [pandoc] [167 of 220] Compiling Text.Pandoc.Writers.Org
  13419. 828.53 s [pandoc] [168 of 220] Compiling Text.Pandoc.Writers.OpenDocument
  13420. 828.53 s [pandoc] [169 of 220] Compiling Text.Pandoc.Writers.ODT
  13421. 828.53 s [pandoc] [170 of 220] Compiling Text.Pandoc.Writers.Muse
  13422. 828.53 s [pandoc] [171 of 220] Compiling Text.Pandoc.Writers.Ms
  13423. 828.53 s [pandoc] [172 of 220] Compiling Text.Pandoc.Writers.MediaWiki
  13424. 828.53 s [pandoc] [173 of 220] Compiling Text.Pandoc.Writers.XWiki
  13425. 828.53 s [pandoc] [174 of 220] Compiling Text.Pandoc.Writers.Man
  13426. 828.53 s [pandoc] [175 of 220] Compiling Text.Pandoc.Writers.LaTeX
  13427. 828.53 s [pandoc] [176 of 220] Compiling Text.Pandoc.Citeproc.BibTeX
  13428. 828.53 s [pandoc] [177 of 220] Compiling Text.Pandoc.Readers.BibTeX
  13429. 828.53 s [pandoc] [178 of 220] Compiling Text.Pandoc.Writers.Jira
  13430. 828.53 s [pandoc] [179 of 220] Compiling Text.Pandoc.Writers.ICML
  13431. 828.53 s [pandoc] [180 of 220] Compiling Text.Pandoc.Writers.Haddock
  13432. 828.53 s [pandoc] [181 of 220] Compiling Text.Pandoc.Writers.HTML
  13433. 828.53 s [pandoc] [182 of 220] Compiling Text.Pandoc.Writers.Markdown.Inline
  13434. 828.53 s [pandoc] [183 of 220] Compiling Text.Pandoc.Writers.Markdown
  13435. 828.53 s [pandoc] [184 of 220] Compiling Text.Pandoc.Writers.OPML
  13436. 828.53 s [pandoc] [185 of 220] Compiling Text.Pandoc.Writers.Ipynb
  13437. 828.53 s [pandoc] [186 of 220] Compiling Text.Pandoc.Writers.CommonMark
  13438. 828.53 s [pandoc] [187 of 220] Compiling Text.Pandoc.Writers.FB2
  13439. 828.53 s [pandoc] [188 of 220] Compiling Text.Pandoc.Writers.EPUB
  13440. 828.53 s [pandoc] [189 of 220] Compiling Text.Pandoc.Writers.DokuWiki
  13441. 828.53 s [pandoc] [190 of 220] Compiling Text.Pandoc.Writers.Docx.OpenXML
  13442. 828.53 s [pandoc] [191 of 220] Compiling Text.Pandoc.Writers.Docx
  13443. 828.53 s [pandoc] [192 of 220] Compiling Text.Pandoc.Writers.DocBook
  13444. 828.53 s [pandoc] [193 of 220] Compiling Text.Pandoc.Writers.Djot
  13445. 828.53 s [pandoc] [194 of 220] Compiling Text.Pandoc.Writers.ConTeXt
  13446. 828.53 s [pandoc] [195 of 220] Compiling Text.Pandoc.Writers.ChunkedHTML
  13447. 828.53 s [pandoc] [196 of 220] Compiling Text.Pandoc.Writers.BibTeX
  13448. 828.53 s [pandoc] [197 of 220] Compiling Text.Pandoc.Writers.AsciiDoc
  13449. 828.53 s [pandoc] [198 of 220] Compiling Text.Pandoc.Writers.ANSI
  13450. 828.53 s [pandoc] [199 of 220] Compiling Text.Pandoc.PDF
  13451. 828.53 s [pandoc] [200 of 220] Compiling Text.Pandoc.Readers.HTML.Table
  13452. 828.53 s [pandoc] [201 of 220] Compiling Text.Pandoc.Readers.HTML
  13453. 828.53 s [pandoc] [202 of 220] Compiling Text.Pandoc.Readers.Textile
  13454. 828.53 s [pandoc] [203 of 220] Compiling Text.Pandoc.Readers.TWiki
  13455. 828.53 s [pandoc] [204 of 220] Compiling Text.Pandoc.Readers.MediaWiki
  13456. 828.53 s [pandoc] [205 of 220] Compiling Text.Pandoc.Readers.Markdown
  13457. 828.53 s [pandoc] [206 of 220] Compiling Text.Pandoc.Readers.OPML
  13458. 828.53 s [pandoc] [207 of 220] Compiling Text.Pandoc.Readers.Ipynb
  13459. 828.53 s [pandoc] [208 of 220] Compiling Text.Pandoc.Citeproc
  13460. 828.53 s [pandoc] [209 of 220] Compiling Text.Pandoc.Writers.JATS
  13461. 828.53 s [pandoc] [210 of 220] Compiling Text.Pandoc.Writers
  13462. 828.53 s [pandoc] [211 of 220] Compiling Text.Pandoc.Readers.EPUB
  13463. 828.53 s [pandoc] [212 of 220] Compiling Text.Pandoc.Readers
  13464. 828.53 s [pandoc] [213 of 220] Compiling Text.Pandoc.Scripting
  13465. 828.53 s [pandoc] [214 of 220] Compiling Text.Pandoc.Filter
  13466. 828.53 s [pandoc] [215 of 220] Compiling Text.Pandoc.App.Input
  13467. 828.53 s [pandoc] [216 of 220] Compiling Text.Pandoc
  13468. 828.53 s [pandoc] [217 of 220] Compiling Text.Pandoc.App.Opt
  13469. 828.53 s [pandoc] [218 of 220] Compiling Text.Pandoc.App.CommandLineOptions
  13470. 828.53 s [pandoc] [219 of 220] Compiling Text.Pandoc.App.OutputSettings
  13471. 828.53 s [pandoc] [220 of 220] Compiling Text.Pandoc.App
  13472. 828.53 s [pandoc] Preprocessing test suite 'test-pandoc' for pandoc-3.6..
  13473. 828.53 s [pandoc] Building test suite 'test-pandoc' for pandoc-3.6..
  13474. 828.53 s [pandoc] [ 1 of 58] Compiling Tests.Helpers
  13475. 828.53 s [pandoc] [ 2 of 58] Compiling Tests.Command
  13476. 828.53 s [pandoc] [ 3 of 58] Compiling Tests.MediaBag
  13477. 828.53 s [pandoc] [ 4 of 58] Compiling Tests.Old
  13478. 829.08 s [pandoc] [ 5 of 58] Compiling Tests.Readers.Creole
  13479. 829.92 s [hls-test-utils] Phase: setupCompilerEnvironmentPhase
  13480. 829.94 s [hls-test-utils] Build with /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1.
  13481. 830.64 s [pandoc] [ 6 of 58] Compiling Tests.Readers.Docx
  13482. 830.64 s [pandoc] [ 7 of 58] Compiling Tests.Readers.DokuWiki
  13483. 831.24 s [pandoc] [ 8 of 58] Compiling Tests.Readers.EPUB
  13484. 831.24 s [pandoc] [ 9 of 58] Compiling Tests.Readers.FB2
  13485. 831.24 s [pandoc] [10 of 58] Compiling Tests.Readers.HTML
  13486. 831.24 s [pandoc] [11 of 58] Compiling Tests.Readers.JATS
  13487. 831.24 s [pandoc] [12 of 58] Compiling Tests.Readers.Jira
  13488. 831.24 s [pandoc] [13 of 58] Compiling Tests.Readers.LaTeX
  13489. 831.24 s [pandoc] [14 of 58] Compiling Tests.Readers.Man
  13490. 831.24 s [pandoc] [15 of 58] Compiling Tests.Readers.Markdown
  13491. 831.89 s [pandoc] [16 of 58] Compiling Tests.Readers.Mdoc
  13492. 831.89 s [pandoc] [17 of 58] Compiling Tests.Readers.Muse
  13493. 832.46 s [hls-test-utils] Phase: unpackPhase
  13494. 832.47 s [hls-test-utils] unpacking source archive /nix/store/q3m8rsidzfqj214nnj03vh8bp2zg6j6x-hls-test-utils-2.10.0.0.tar.gz
  13495. 832.48 s [hls-test-utils] source root is hls-test-utils-2.10.0.0
  13496. 832.50 s [hls-test-utils] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-test-utils-2.10.0.0/src/Test/Hls/Util.hs"
  13497. 832.53 s [hls-test-utils] Phase: patchPhase
  13498. 832.54 s [hls-test-utils] Phase: compileBuildDriverPhase
  13499. 832.54 s [hls-test-utils] setupCompileFlags: -package-db=/build/tmp.FO7bETniSJ/setup-package.conf.d -threaded
  13500. 832.63 s [hls-test-utils] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.FO7bETniSJ/Main.o )
  13501. 832.72 s [hls-test-utils] [2 of 2] Linking Setup
  13502. 833.40 s [pandoc] [18 of 58] Compiling Tests.Readers.ODT
  13503. 833.40 s [pandoc] [19 of 58] Compiling Tests.Readers.Org.Inline.Smart
  13504. 833.40 s [pandoc] [20 of 58] Compiling Tests.Readers.Org.Shared
  13505. 833.45 s [pandoc] [21 of 58] Compiling Tests.Readers.Org.Meta
  13506. 833.45 s [pandoc] [22 of 58] Compiling Tests.Readers.Org.Inline.Note
  13507. 833.45 s [pandoc] [23 of 58] Compiling Tests.Readers.Org.Inline.Citation
  13508. 833.45 s [pandoc] [24 of 58] Compiling Tests.Readers.Org.Inline
  13509. 833.45 s [pandoc] [25 of 58] Compiling Tests.Readers.Org.Directive
  13510. 833.45 s [pandoc] [26 of 58] Compiling Tests.Readers.Org.Block.Table
  13511. 833.45 s [pandoc] [27 of 58] Compiling Tests.Readers.Org.Block.List
  13512. 833.45 s [pandoc] [28 of 58] Compiling Tests.Readers.Org.Block.Header
  13513. 833.45 s [pandoc] [29 of 58] Compiling Tests.Readers.Org.Block.Figure
  13514. 833.45 s [pandoc] [30 of 58] Compiling Tests.Readers.Org.Block.CodeBlock
  13515. 833.45 s [pandoc] [31 of 58] Compiling Tests.Readers.Org.Block
  13516. 833.45 s [pandoc] [32 of 58] Compiling Tests.Readers.Org
  13517. 833.45 s [pandoc] [33 of 58] Compiling Tests.Readers.RST
  13518. 833.45 s [pandoc] [34 of 58] Compiling Tests.Readers.RTF
  13519. 833.46 s [pandoc] [35 of 58] Compiling Tests.Readers.Txt2Tags
  13520. 833.46 s [pandoc] [36 of 58] Compiling Tests.Shared
  13521. 833.46 s [pandoc] [37 of 58] Compiling Tests.Writers.AnnotatedTable
  13522. 833.46 s [pandoc] [38 of 58] Compiling Tests.Writers.AsciiDoc
  13523. 833.46 s [pandoc] [39 of 58] Compiling Tests.Writers.ConTeXt
  13524. 833.46 s [pandoc] [40 of 58] Compiling Tests.Writers.DocBook
  13525. 833.46 s [pandoc] [41 of 58] Compiling Tests.Writers.FB2
  13526. 833.46 s [pandoc] [42 of 58] Compiling Tests.Writers.HTML
  13527. 833.46 s [pandoc] [43 of 58] Compiling Tests.Writers.JATS
  13528. 833.46 s [pandoc] [44 of 58] Compiling Tests.Writers.Jira
  13529. 833.46 s [pandoc] [45 of 58] Compiling Tests.Writers.LaTeX
  13530. 833.46 s [pandoc] [46 of 58] Compiling Tests.Writers.Markdown
  13531. 833.46 s [pandoc] [47 of 58] Compiling Tests.Writers.Markua
  13532. 833.46 s [pandoc] [48 of 58] Compiling Tests.Writers.Ms
  13533. 833.46 s [pandoc] [49 of 58] Compiling Tests.Writers.Muse
  13534. 833.46 s [pandoc] [50 of 58] Compiling Tests.Writers.Native
  13535. 833.46 s [pandoc] [51 of 58] Compiling Tests.Writers.OOXML
  13536. 833.46 s [pandoc] [52 of 58] Compiling Tests.Writers.Docx
  13537. 833.46 s [pandoc] [53 of 58] Compiling Tests.Writers.Org
  13538. 833.46 s [pandoc] [54 of 58] Compiling Tests.Writers.Plain
  13539. 833.46 s [pandoc] [55 of 58] Compiling Tests.Writers.Powerpoint
  13540. 833.46 s [pandoc] [56 of 58] Compiling Tests.Writers.RST
  13541. 833.46 s [pandoc] [57 of 58] Compiling Tests.Writers.TEI
  13542. 833.46 s [pandoc] [58 of 58] Compiling Main
  13543. 834.17 s [hls-test-utils] Phase: updateAutotoolsGnuConfigScriptsPhase
  13544. 834.20 s [hls-test-utils] Phase: configurePhase
  13545. 834.22 s [hls-test-utils] configureFlags: --verbose --prefix=/nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc/share/doc/hls-test-utils-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.FO7bETniSJ/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/lib
  13546. 834.24 s [hls-test-utils] Using Parsec parser
  13547. 834.24 s [hls-test-utils] Configuring hls-test-utils-2.10.0.0...
  13548. 834.68 s [pandoc] [59 of 59] Linking dist/build/test-pandoc/test-pandoc
  13549. 834.91 s [hls-test-utils] Flags chosen: pedantic=False
  13550. 835.28 s [hls-test-utils] Dependency aeson: using aeson-2.2.3.0
  13551. 835.28 s [hls-test-utils] Dependency async: using async-2.2.5
  13552. 835.28 s [hls-test-utils] Dependency base >=4.12 && <5: using base-4.20.0.0
  13553. 835.29 s [hls-test-utils] Dependency bytestring: using bytestring-0.12.1.0
  13554. 835.29 s [hls-test-utils] Dependency containers: using containers-0.7
  13555. 835.29 s [hls-test-utils] Dependency data-default: using data-default-0.7.1.3
  13556. 835.29 s [hls-test-utils] Dependency directory: using directory-1.3.8.3
  13557. 835.29 s [hls-test-utils] Dependency extra: using extra-1.7.16
  13558. 835.29 s [hls-test-utils] Dependency filepath: using filepath-1.5.2.0
  13559. 835.29 s [hls-test-utils] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  13560. 835.29 s [hls-test-utils] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  13561. 835.29 s [hls-test-utils] Dependency lens: using lens-5.3.4
  13562. 835.29 s [hls-test-utils] Dependency lsp: using lsp-2.7.0.1
  13563. 835.29 s [hls-test-utils] Dependency lsp-test >=0.17 && <0.18: using lsp-test-0.17.1.1
  13564. 835.29 s [hls-test-utils] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  13565. 835.29 s [hls-test-utils] Dependency neat-interpolation: using neat-interpolation-0.5.1.4
  13566. 835.29 s [hls-test-utils] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  13567. 835.29 s [hls-test-utils] Dependency tasty: using tasty-1.5.3
  13568. 835.29 s [hls-test-utils] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
  13569. 835.29 s [hls-test-utils] Dependency tasty-golden: using tasty-golden-2.3.5
  13570. 835.29 s [hls-test-utils] Dependency tasty-hunit: using tasty-hunit-0.10.2
  13571. 835.29 s [hls-test-utils] Dependency tasty-rerun: using tasty-rerun-1.1.20
  13572. 835.29 s [hls-test-utils] Dependency temporary: using temporary-1.3
  13573. 835.29 s [hls-test-utils] Dependency text: using text-2.1.1
  13574. 835.29 s [hls-test-utils] Dependency text-rope: using text-rope-0.2
  13575. 835.29 s [hls-test-utils] Source component graph: component lib
  13576. 835.29 s [hls-test-utils] Configured component graph:
  13577. 835.29 s [hls-test-utils] component hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
  13578. 835.29 s [hls-test-utils] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  13579. 835.29 s [hls-test-utils] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
  13580. 835.29 s [hls-test-utils] include base-4.20.0.0-d8e2
  13581. 835.29 s [hls-test-utils] include bytestring-0.12.1.0-05ed
  13582. 835.29 s [hls-test-utils] include containers-0.7-4cd1
  13583. 835.29 s [hls-test-utils] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  13584. 835.29 s [hls-test-utils] include directory-1.3.8.3-678a
  13585. 835.29 s [hls-test-utils] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  13586. 835.29 s [hls-test-utils] include filepath-1.5.2.0-058d
  13587. 835.29 s [hls-test-utils] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  13588. 835.29 s [hls-test-utils] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  13589. 835.29 s [hls-test-utils] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  13590. 835.29 s [hls-test-utils] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  13591. 835.29 s [hls-test-utils] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
  13592. 835.29 s [hls-test-utils] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  13593. 835.29 s [hls-test-utils] include neat-interpolation-0.5.1.4-GbNMIHMgD052zw7VrG9gpW
  13594. 835.29 s [hls-test-utils] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  13595. 835.29 s [hls-test-utils] include tasty-1.5.3-EOtPaTS4RPm68xkjlbwFz4
  13596. 835.29 s [hls-test-utils] include tasty-expected-failure-0.12.3-DoMV2DYQAOgJBZNWCRRMcv
  13597. 835.29 s [hls-test-utils] include tasty-golden-2.3.5-A1GRHCv5GLi8OpC1KTVHNS
  13598. 835.29 s [hls-test-utils] include tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
  13599. 835.29 s [hls-test-utils] include tasty-rerun-1.1.20-7bvQ9QEQXFqKjb36fMFa2m
  13600. 835.29 s [hls-test-utils] include temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
  13601. 835.29 s [hls-test-utils] include text-2.1.1-f47e
  13602. 835.29 s [hls-test-utils] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  13603. 835.29 s [hls-test-utils] Linked component graph:
  13604. 835.29 s [hls-test-utils] unit hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
  13605. 835.29 s [hls-test-utils] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  13606. 835.29 s [hls-test-utils] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
  13607. 835.29 s [hls-test-utils] include base-4.20.0.0-d8e2
  13608. 835.29 s [hls-test-utils] include bytestring-0.12.1.0-05ed
  13609. 835.29 s [hls-test-utils] include containers-0.7-4cd1
  13610. 835.29 s [hls-test-utils] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  13611. 835.29 s [hls-test-utils] include directory-1.3.8.3-678a
  13612. 835.29 s [hls-test-utils] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  13613. 835.29 s [hls-test-utils] include filepath-1.5.2.0-058d
  13614. 835.29 s [hls-test-utils] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  13615. 835.29 s [hls-test-utils] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  13616. 835.29 s [hls-test-utils] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  13617. 835.29 s [hls-test-utils] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  13618. 835.29 s [hls-test-utils] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
  13619. 835.29 s [hls-test-utils] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  13620. 835.29 s [hls-test-utils] include neat-interpolation-0.5.1.4-GbNMIHMgD052zw7VrG9gpW
  13621. 835.29 s [hls-test-utils] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  13622. 835.29 s [hls-test-utils] include tasty-1.5.3-EOtPaTS4RPm68xkjlbwFz4
  13623. 835.29 s [hls-test-utils] include tasty-expected-failure-0.12.3-DoMV2DYQAOgJBZNWCRRMcv
  13624. 835.29 s [hls-test-utils] include tasty-golden-2.3.5-A1GRHCv5GLi8OpC1KTVHNS
  13625. 835.29 s [hls-test-utils] include tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
  13626. 835.29 s [hls-test-utils] include tasty-rerun-1.1.20-7bvQ9QEQXFqKjb36fMFa2m
  13627. 835.29 s [hls-test-utils] include temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
  13628. 835.29 s [hls-test-utils] include text-2.1.1-f47e
  13629. 835.29 s [hls-test-utils] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  13630. 835.29 s [hls-test-utils] Development.IDE.Test=hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ:Development.IDE.Test,Development.IDE.Test.Diagnostic=hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ:Development.IDE.Test.Diagnostic,Test.Hls=hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ:Test.Hls,Test.Hls.FileSystem=hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ:Test.Hls.FileSystem,Test.Hls.Util=hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ:Test.Hls.Util
  13631. 835.29 s [hls-test-utils] Ready component graph:
  13632. 835.29 s [hls-test-utils] definite hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
  13633. 835.29 s [hls-test-utils] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  13634. 835.29 s [hls-test-utils] depends async-2.2.5-OsR1e1gkP6LktdZycBlFT
  13635. 835.29 s [hls-test-utils] depends base-4.20.0.0-d8e2
  13636. 835.29 s [hls-test-utils] depends bytestring-0.12.1.0-05ed
  13637. 835.29 s [hls-test-utils] depends containers-0.7-4cd1
  13638. 835.29 s [hls-test-utils] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  13639. 835.29 s [hls-test-utils] depends directory-1.3.8.3-678a
  13640. 835.29 s [hls-test-utils] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  13641. 835.29 s [hls-test-utils] depends filepath-1.5.2.0-058d
  13642. 835.29 s [hls-test-utils] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  13643. 835.29 s [hls-test-utils] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  13644. 835.29 s [hls-test-utils] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  13645. 835.29 s [hls-test-utils] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  13646. 835.29 s [hls-test-utils] depends lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
  13647. 835.29 s [hls-test-utils] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  13648. 835.29 s [hls-test-utils] depends neat-interpolation-0.5.1.4-GbNMIHMgD052zw7VrG9gpW
  13649. 835.29 s [hls-test-utils] depends safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  13650. 835.29 s [hls-test-utils] depends tasty-1.5.3-EOtPaTS4RPm68xkjlbwFz4
  13651. 835.29 s [hls-test-utils] depends tasty-expected-failure-0.12.3-DoMV2DYQAOgJBZNWCRRMcv
  13652. 835.29 s [hls-test-utils] depends tasty-golden-2.3.5-A1GRHCv5GLi8OpC1KTVHNS
  13653. 835.29 s [hls-test-utils] depends tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
  13654. 835.29 s [hls-test-utils] depends tasty-rerun-1.1.20-7bvQ9QEQXFqKjb36fMFa2m
  13655. 835.29 s [hls-test-utils] depends temporary-1.3-29v3l98Y8k9HXWkwMWnKhG
  13656. 835.29 s [hls-test-utils] depends text-2.1.1-f47e
  13657. 835.29 s [hls-test-utils] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  13658. 835.29 s [hls-test-utils] Using Cabal-3.12.0.0 compiled by ghc-9.10
  13659. 835.29 s [hls-test-utils] Using compiler: ghc-9.10.1
  13660. 835.29 s [hls-test-utils] Using install prefix:
  13661. 835.29 s [hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0
  13662. 835.29 s [hls-test-utils] Executables installed in:
  13663. 835.29 s [hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/bin
  13664. 835.29 s [hls-test-utils] Libraries installed in:
  13665. 835.29 s [hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
  13666. 835.29 s [hls-test-utils] Dynamic Libraries installed in:
  13667. 835.29 s [hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5
  13668. 835.29 s [hls-test-utils] Private executables installed in:
  13669. 835.29 s [hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/libexec/x86_64-linux-ghc-9.10.1-c9f5/hls-test-utils-2.10.0.0
  13670. 835.29 s [hls-test-utils] Data files installed in:
  13671. 835.29 s [hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/share/x86_64-linux-ghc-9.10.1-c9f5/hls-test-utils-2.10.0.0
  13672. 835.29 s [hls-test-utils] Documentation installed in:
  13673. 835.29 s [hls-test-utils] /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc/share/doc/hls-test-utils-2.10.0.0
  13674. 835.29 s [hls-test-utils] Configuration files installed in:
  13675. 835.29 s [hls-test-utils] /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/etc
  13676. 835.29 s [hls-test-utils] No alex found
  13677. 835.29 s [hls-test-utils] Using ar found on system at:
  13678. 835.29 s [hls-test-utils] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  13679. 835.29 s [hls-test-utils] No c2hs found
  13680. 835.29 s [hls-test-utils] No cpphs found
  13681. 835.29 s [hls-test-utils] No doctest found
  13682. 835.29 s [hls-test-utils] Using gcc version 14.3.0 given by user at:
  13683. 835.29 s [hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  13684. 835.29 s [hls-test-utils] Using ghc version 9.10.1 found on system at:
  13685. 835.29 s [hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc
  13686. 835.29 s [hls-test-utils] Using ghc-pkg version 9.10.1 found on system at:
  13687. 835.29 s [hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc-pkg-9.10.1
  13688. 835.29 s [hls-test-utils] No ghcjs found
  13689. 835.29 s [hls-test-utils] No ghcjs-pkg found
  13690. 835.29 s [hls-test-utils] No greencard found
  13691. 835.29 s [hls-test-utils] Using haddock version 2.28.0 found on system at:
  13692. 835.29 s [hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/haddock-ghc-9.10.1
  13693. 835.29 s [hls-test-utils] No happy found
  13694. 835.29 s [hls-test-utils] Using haskell-suite found on system at: haskell-suite-dummy-location
  13695. 835.29 s [hls-test-utils] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13696. 835.29 s [hls-test-utils] No hmake found
  13697. 835.29 s [hls-test-utils] Using hpc version 0.69 found on system at:
  13698. 835.29 s [hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hpc-ghc-9.10.1
  13699. 835.29 s [hls-test-utils] Using hsc2hs version 0.68.10 found on system at:
  13700. 835.29 s [hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hsc2hs-ghc-9.10.1
  13701. 835.29 s [hls-test-utils] Using hscolour version 1.25 found on system at:
  13702. 835.29 s [hls-test-utils] /nix/store/c0gbcvjjvqzy92m9ycv6zcqiczs6bvyw-hscolour-1.25/bin/HsColour
  13703. 835.35 s [hls-test-utils] No jhc found
  13704. 835.35 s [hls-test-utils] Using ld found on system at:
  13705. 835.35 s [hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  13706. 835.35 s [hls-test-utils] No pkg-config found
  13707. 835.35 s [hls-test-utils] Using runghc version 9.10.1 found on system at:
  13708. 835.35 s [hls-test-utils] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/runghc-9.10.1
  13709. 835.35 s [hls-test-utils] Using strip version 2.44 found on system at:
  13710. 835.35 s [hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  13711. 835.35 s [hls-test-utils] Using tar found on system at:
  13712. 835.35 s [hls-test-utils] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  13713. 835.35 s [hls-test-utils] No uhc found
  13714. 835.75 s [hls-test-utils] Phase: buildPhase
  13715. 835.86 s [hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0...
  13716. 835.86 s [hls-test-utils] Building library for hls-test-utils-2.10.0.0...
  13717. 836.14 s [hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, dist/build/Development/IDE/Test/Diagnostic.o, dist/build/Development/IDE/Test/Diagnostic.dyn_o )
  13718. 840.22 s [hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning: [GHC-40910] [-Wunused-matches]
  13719. 840.29 s [hls-test-utils] Defined but not used: ‘expectedCode’
  13720. 840.29 s [hls-test-utils] |
  13721. 840.29 s [hls-test-utils] 72 | (Just expectedCode, Nothing) -> False
  13722. 840.29 s [hls-test-utils] | ^^^^^^^^^^^^
  13723. 840.29 s [hls-test-utils]
  13724. 840.37 s [pandoc] buildPhase completed in 9 minutes 45 seconds
  13725. 840.37 s [pandoc] Phase: checkPhase
  13726. 840.47 s [pandoc] Running 1 test suites...
  13727. 840.47 s [pandoc] Test suite test-pandoc: RUNNING...
  13728. 840.80 s [hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, dist/build/Development/IDE/Test.o, dist/build/Development/IDE/Test.dyn_o )
  13729. 841.94 s [hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, dist/build/Test/Hls/FileSystem.o, dist/build/Test/Hls/FileSystem.dyn_o )
  13730. 841.94 s [hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, dist/build/Test/Hls/Util.o, dist/build/Test/Hls/Util.dyn_o )
  13731. 841.94 s [hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.o, dist/build/Test/Hls.dyn_o )
  13732. 842.27 s [pandoc] pandoc tests
  13733. 842.27 s [pandoc] Command:
  13734. 842.27 s [pandoc] pandoc-citeproc-399.md
  13735. 842.37 s [pandoc] #1: OK (0.13s)
  13736. 842.38 s [pandoc] pandoc-citeproc-408.md
  13737. 842.48 s [pandoc] #1: OK (0.11s)
  13738. 842.48 s [pandoc] 5529.md
  13739. 842.50 s [pandoc] #1: OK (0.02s)
  13740. 842.50 s [pandoc] 5195.md
  13741. 842.53 s [pandoc] #1: OK (0.04s)
  13742. 842.53 s [pandoc] input-with-endinput.md
  13743. 842.56 s [pandoc] #1: OK (0.03s)
  13744. 842.56 s [pandoc] 5885.md
  13745. 842.59 s [pandoc] #1: OK (0.03s)
  13746. 842.59 s [pandoc] 5714.md
  13747. 842.62 s [pandoc] #1: OK (0.03s)
  13748. 842.62 s [pandoc] 7863.md
  13749. 842.65 s [pandoc] #1: OK (0.03s)
  13750. 842.65 s [pandoc] 10281.md
  13751. 842.68 s [pandoc] #1: OK (0.03s)
  13752. 842.68 s [pandoc] 7323.md
  13753. 842.73 s [pandoc] #1: OK (0.04s)
  13754. 842.73 s [pandoc] 3113.md
  13755. 842.74 s [pandoc] #1: OK (0.02s)
  13756. 842.74 s [pandoc] 4125.md
  13757. 842.78 s [pandoc] #1: OK (0.04s)
  13758. 842.78 s [pandoc] 2649.md
  13759. 842.81 s [pandoc] #1: OK (0.03s)
  13760. 842.85 s [pandoc] #2: OK (0.05s)
  13761. 842.89 s [pandoc] #3: OK (0.03s)
  13762. 842.89 s [pandoc] 4832.md
  13763. 842.90 s [pandoc] #1: OK (0.02s)
  13764. 842.93 s [pandoc] #2: OK (0.02s)
  13765. 842.95 s [pandoc] #3: OK (0.02s)
  13766. 842.95 s [pandoc] parse-raw.md
  13767. 842.97 s [pandoc] #1: OK (0.02s)
  13768. 843.00 s [pandoc] #2: OK (0.03s)
  13769. 843.03 s [pandoc] #3: OK (0.03s)
  13770. 843.06 s [pandoc] #4: OK (0.03s)
  13771. 843.06 s [pandoc] 5836.md
  13772. 843.09 s [pandoc] #1: OK (0.03s)
  13773. 843.12 s [pandoc] #2: OK (0.04s)
  13774. 843.16 s [pandoc] #3: OK (0.03s)
  13775. 843.16 s [pandoc] 8097.md
  13776. 843.19 s [pandoc] #1: OK (0.04s)
  13777. 843.19 s [pandoc] 4068.md
  13778. 843.20 s [pandoc] #1: OK (0.02s)
  13779. 843.20 s [pandoc] 4199.md
  13780. 843.22 s [pandoc] #1: OK (0.02s)
  13781. 843.22 s [pandoc] figures-latex.md
  13782. 843.25 s [pandoc] #1: OK (0.02s)
  13783. 843.28 s [pandoc] #2: OK (0.03s)
  13784. 843.28 s [pandoc] 5541-localLink.md
  13785. 843.33 s [pandoc] #1: OK (0.05s)
  13786. 843.33 s [pandoc] biblatex-angenendt.md
  13787. 843.39 s [pandoc] #1: OK (0.06s)
  13788. 843.39 s [pandoc] biblatex-brandt.md
  13789. 843.45 s [pandoc] #1: OK (0.06s)
  13790. 843.45 s [pandoc] 8047.md
  13791. 843.46 s [pandoc] #1: OK (0.02s)
  13792. 843.46 s [pandoc] biblatex-book-coleridge.md
  13793. 843.50 s [pandoc] #1: OK (0.03s)
  13794. 843.50 s [pandoc] figures-org.md
  13795. 843.53 s [pandoc] #1: OK (0.03s)
  13796. 843.55 s [pandoc] #2: OK (0.03s)
  13797. 843.55 s [pandoc] 5053.md
  13798. 843.59 s [pandoc] #1: OK (0.03s)
  13799. 843.62 s [pandoc] #2: OK (0.03s)
  13800. 843.62 s [pandoc] figures-context.md
  13801. 843.65 s [pandoc] #1: OK (0.03s)
  13802. 843.67 s [pandoc] #2: OK (0.02s)
  13803. 843.67 s [pandoc] 4635.md
  13804. 843.70 s [pandoc] #1: OK (0.03s)
  13805. 843.72 s [pandoc] #2: OK (0.03s)
  13806. 843.75 s [pandoc] #3: OK (0.02s)
  13807. 843.76 s [pandoc] #4: OK (0.02s)
  13808. 843.77 s [pandoc] 4320.md
  13809. 843.79 s [pandoc] #1: OK (0.02s)
  13810. 843.79 s [pandoc] 3701.md
  13811. 843.80 s [hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, dist/build/Development/IDE/Test/Diagnostic.p_o )
  13812. 843.81 s [pandoc] #1: OK (0.02s)
  13813. 843.82 s [pandoc] #2: OK (0.01s)
  13814. 843.82 s [pandoc] pandoc-citeproc-14.md
  13815. 843.92 s [pandoc] #1: OK (0.09s)
  13816. 843.92 s [pandoc] 4091.md
  13817. 843.95 s [pandoc] #1: OK (0.03s)
  13818. 843.95 s [pandoc] 8573.md
  13819. 843.99 s [pandoc] #1: OK (0.04s)
  13820. 843.99 s [pandoc] 7266.md
  13821. 844.04 s [pandoc] #1: OK (0.05s)
  13822. 844.04 s [pandoc] biblatex-online.md
  13823. 844.09 s [pandoc] #1: OK (0.05s)
  13824. 844.10 s [pandoc] md-abbrevs.md
  13825. 844.13 s [pandoc] #1: OK (0.02s)
  13826. 844.15 s [pandoc] #2: OK (0.03s)
  13827. 844.15 s [pandoc] 6441.md
  13828. 844.18 s [pandoc] #1: OK (0.03s)
  13829. 844.18 s [pandoc] 8956.md
  13830. 844.20 s [pandoc] #1: OK (0.02s)
  13831. 844.22 s [pandoc] #2: OK (0.02s)
  13832. 844.25 s [pandoc] #3: OK (0.04s)
  13833. 844.27 s [pandoc] #4: OK (0.01s)
  13834. 844.30 s [pandoc] #5: OK (0.03s)
  13835. 844.30 s [pandoc] biblatex-quotes.md
  13836. 844.36 s [pandoc] #1: OK (0.06s)
  13837. 844.36 s [pandoc] 2874.md
  13838. 844.39 s [pandoc] #1: OK (0.03s)
  13839. 844.42 s [pandoc] #2: OK (0.04s)
  13840. 844.42 s [pandoc] 5071.md
  13841. 844.45 s [pandoc] #1: OK (0.03s)
  13842. 844.48 s [pandoc] #2: OK (0.02s)
  13843. 844.51 s [pandoc] #3: OK (0.04s)
  13844. 844.54 s [pandoc] #4: OK (0.03s)
  13845. 844.54 s [pandoc] 7214.md
  13846. 844.58 s [pandoc] #1: OK (0.04s)
  13847. 844.58 s [pandoc] biblatex-weinberg.md
  13848. 844.64 s [pandoc] #1: OK (0.05s)
  13849. 844.64 s [pandoc] biblatex-moraux.md
  13850. 844.69 s [pandoc] #1: OK (0.05s)
  13851. 844.69 s [pandoc] pandoc-citeproc-365.md
  13852. 844.76 s [pandoc] #1: OK (0.07s)
  13853. 844.76 s [pandoc] 9387.md
  13854. 844.79 s [pandoc] #1: OK (0.04s)
  13855. 844.81 s [pandoc] #2: OK (0.02s)
  13856. 844.81 s [pandoc] 9902.md
  13857. 844.85 s [pandoc] #1: OK (0.04s)
  13858. 844.85 s [pandoc] pandoc-citeproc-61.md
  13859. 845.01 s [pandoc] #1: OK (0.16s)
  13860. 845.01 s [pandoc] 6844.md
  13861. 845.06 s [pandoc] #1: OK (0.04s)
  13862. 845.09 s [pandoc] #2: OK (0.03s)
  13863. 845.12 s [pandoc] #3: OK (0.03s)
  13864. 845.12 s [pandoc] 7589.md
  13865. 845.20 s [pandoc] #1: OK (0.07s)
  13866. 845.20 s [pandoc] pandoc-citeproc-7.md
  13867. 845.23 s [pandoc] #1: OK (0.04s)
  13868. 845.23 s [pandoc] bits-named-boook-parts.md
  13869. 845.26 s [pandoc] #1: OK (0.03s)
  13870. 845.35 s [pandoc] #2: OK (0.02s)
  13871. 845.35 s [pandoc] #3: OK (0.04s)
  13872. 845.35 s [pandoc] 1390.md
  13873. 845.35 s [pandoc] #1: OK (0.03s)
  13874. 845.35 s [pandoc] 4529.md
  13875. 845.39 s [pandoc] #1: OK (0.04s)
  13876. 845.39 s [pandoc] 9202.md
  13877. 845.43 s [pandoc] #1: OK (0.04s)
  13878. 845.46 s [pandoc] #2: OK (0.04s)
  13879. 845.53 s [pandoc] #3: OK (0.02s)
  13880. 845.56 s [pandoc] #4: OK (0.07s)
  13881. 845.57 s [pandoc] #5: OK (0.02s)
  13882. 845.57 s [pandoc] 1710.md
  13883. 845.61 s [pandoc] #1: OK (0.03s)
  13884. 845.64 s [pandoc] #2: OK (0.03s)
  13885. 845.64 s [pandoc] 7568.md
  13886. 845.68 s [pandoc] #1: OK (0.04s)
  13887. 845.68 s [pandoc] biblatex-aristotle-poetics.md
  13888. 845.72 s [pandoc] #1: OK (0.04s)
  13889. 845.72 s [pandoc] pandoc-citeproc-392.md
  13890. 845.77 s [pandoc] #1: OK (0.05s)
  13891. 845.77 s [pandoc] pandoc-citeproc-118.md
  13892. 845.82 s [pandoc] #1: OK (0.05s)
  13893. 845.82 s [pandoc] 7006.md
  13894. 845.85 s [pandoc] #1: OK (0.03s)
  13895. 845.85 s [pandoc] 9805.md
  13896. 845.89 s [pandoc] #1: OK (0.03s)
  13897. 845.89 s [pandoc] 8867.md
  13898. 845.90 s [pandoc] #1: OK (0.02s)
  13899. 845.90 s [pandoc] smart.md
  13900. 845.94 s [pandoc] #1: OK (0.04s)
  13901. 845.96 s [pandoc] #2: OK (0.03s)
  13902. 846.01 s [pandoc] #3: OK (0.03s)
  13903. 846.04 s [pandoc] #4: OK (0.03s)
  13904. 846.05 s [pandoc] #5: OK (0.01s)
  13905. 846.07 s [pandoc] #6: OK (0.03s)
  13906. 846.08 s [pandoc] biblatex-textnormal.md
  13907. 846.13 s [pandoc] #1: OK (0.04s)
  13908. 846.13 s [pandoc] biblatex-yoon.md
  13909. 846.17 s [pandoc] #1: OK (0.04s)
  13910. 846.17 s [pandoc] biblatex-itzhaki.md
  13911. 846.22 s [pandoc] #1: OK (0.05s)
  13912. 846.22 s [pandoc] pandoc-citeproc-320a.md
  13913. 846.32 s [pandoc] #1: OK (0.09s)
  13914. 846.32 s [pandoc] biblatex-hammond.md
  13915. 846.37 s [pandoc] #1: OK (0.05s)
  13916. 846.37 s [pandoc] bits-title-supress.md
  13917. 846.40 s [pandoc] #1: OK (0.03s)
  13918. 846.43 s [pandoc] #2: OK (0.03s)
  13919. 846.47 s [pandoc] #3: OK (0.03s)
  13920. 846.47 s [pandoc] biblatex-thesis.md
  13921. 846.51 s [pandoc] #1: OK (0.05s)
  13922. 846.51 s [pandoc] 8131.md
  13923. 846.55 s [pandoc] #1: OK (0.04s)
  13924. 846.58 s [pandoc] #2: OK (0.03s)
  13925. 846.62 s [pandoc] #3: OK (0.04s)
  13926. 846.62 s [pandoc] biblatex-westfahl-frontier.md
  13927. 846.67 s [pandoc] #1: OK (0.05s)
  13928. 846.67 s [pandoc] 7400.md
  13929. 846.70 s [pandoc] #1: OK (0.03s)
  13930. 846.70 s [pandoc] 5566.md
  13931. 846.73 s [pandoc] #1: OK (0.04s)
  13932. 846.73 s [pandoc] 6774.md
  13933. 846.77 s [pandoc] #1: OK (0.04s)
  13934. 846.79 s [pandoc] #2: OK (0.02s)
  13935. 846.82 s [pandoc] #3: OK (0.03s)
  13936. 846.85 s [pandoc] #4: OK (0.03s)
  13937. 846.85 s [pandoc] biblatex-gaonkar-in.md
  13938. 846.89 s [pandoc] #1: OK (0.04s)
  13939. 846.89 s [pandoc] 6890.md
  13940. 846.95 s [pandoc] #1: OK (0.06s)
  13941. 846.95 s [pandoc] biblatex-knuth-ct-related.md
  13942. 847.01 s [pandoc] #1: OK (0.06s)
  13943. 847.01 s [pandoc] 8216.md
  13944. 847.03 s [pandoc] #1: OK (0.03s)
  13945. 847.07 s [pandoc] #2: OK (0.02s)
  13946. 847.07 s [pandoc] 9467.md
  13947. 847.09 s [pandoc] #1: OK (0.03s)
  13948. 847.09 s [pandoc] 9350.md
  13949. 847.13 s [pandoc] #1: OK (0.03s)
  13950. 847.13 s [pandoc] 3779.md
  13951. 847.16 s [pandoc] #1: OK (0.03s)
  13952. 847.16 s [pandoc] 5178.md
  13953. 847.20 s [pandoc] #1: OK (0.04s)
  13954. 847.22 s [pandoc] #2: OK (0.03s)
  13955. 847.26 s [pandoc] #3: OK (0.03s)
  13956. 847.26 s [pandoc] 7497.md
  13957. 847.30 s [pandoc] #1: OK (0.05s)
  13958. 847.33 s [pandoc] #2: OK (0.03s)
  13959. 847.33 s [pandoc] 9279.md
  13960. 847.37 s [pandoc] #1: OK (0.04s)
  13961. 847.40 s [pandoc] #2: OK (0.03s)
  13962. 847.43 s [pandoc] #3: OK (0.04s)
  13963. 847.47 s [pandoc] #4: OK (0.03s)
  13964. 847.47 s [pandoc] 5899.md
  13965. 847.48 s [hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning: [GHC-40910] [-Wunused-matches]
  13966. 847.48 s [hls-test-utils] Defined but not used: ‘expectedCode’
  13967. 847.48 s [hls-test-utils] |
  13968. 847.48 s [hls-test-utils] 72 | (Just expectedCode, Nothing) -> False
  13969. 847.48 s [hls-test-utils] | ^^^^^^^^^^^^
  13970. 847.48 s [hls-test-utils]
  13971. 847.51 s [pandoc] #1: OK (0.04s)
  13972. 847.51 s [pandoc] pandoc-citeproc-325.md
  13973. 847.57 s [pandoc] #1: OK (0.06s)
  13974. 847.57 s [pandoc] 8302.md
  13975. 847.59 s [pandoc] #1: OK (0.03s)
  13976. 847.61 s [pandoc] 1762.md
  13977. 847.65 s [pandoc] #1: OK (0.05s)
  13978. 847.65 s [pandoc] 6043.md
  13979. 847.69 s [pandoc] #1: OK (0.04s)
  13980. 847.69 s [pandoc] 5476.md
  13981. 847.71 s [pandoc] #1: OK (0.02s)
  13982. 847.71 s [pandoc] 5360.md
  13983. 847.74 s [pandoc] #1: OK (0.03s)
  13984. 847.74 s [pandoc] 5805.md
  13985. 847.80 s [pandoc] #1: OK (0.05s)
  13986. 847.83 s [pandoc] #2: OK (0.03s)
  13987. 847.86 s [pandoc] #3: OK (0.03s)
  13988. 847.86 s [pandoc] biblatex-aristotle-rhetoric.md
  13989. 847.91 s [pandoc] #1: OK (0.05s)
  13990. 847.91 s [pandoc] 9371.md
  13991. 847.94 s [pandoc] #1: OK (0.03s)
  13992. 847.94 s [pandoc] 8486.md
  13993. 847.97 s [hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, dist/build/Development/IDE/Test.p_o )
  13994. 847.98 s [pandoc] #1: OK (0.03s)
  13995. 848.01 s [pandoc] #2: OK (0.03s)
  13996. 848.01 s [pandoc] 3596.md
  13997. 848.04 s [pandoc] #1: OK (0.03s)
  13998. 848.09 s [pandoc] #2: OK (0.02s)
  13999. 848.11 s [pandoc] #3: OK (0.06s)
  14000. 848.13 s [pandoc] #4: OK (0.02s)
  14001. 848.13 s [pandoc] 987.md
  14002. 848.16 s [pandoc] #1: OK (0.03s)
  14003. 848.17 s [pandoc] pandoc-citeproc-ieee.md
  14004. 848.28 s [pandoc] #1: OK (0.10s)
  14005. 848.28 s [pandoc] 9635.md
  14006. 848.32 s [pandoc] #1: OK (0.03s)
  14007. 848.32 s [pandoc] 4454.md
  14008. 848.35 s [pandoc] #1: OK (0.03s)
  14009. 848.35 s [pandoc] pandoc-citeproc-356.md
  14010. 848.41 s [pandoc] #1: OK (0.06s)
  14011. 848.41 s [pandoc] 5635.md
  14012. 848.44 s [pandoc] #1: OK (0.03s)
  14013. 848.46 s [pandoc] #2: OK (0.03s)
  14014. 848.47 s [pandoc] newif.md
  14015. 848.56 s [pandoc] #1: OK (0.04s)
  14016. 848.56 s [pandoc] 7058.md
  14017. 848.61 s [pandoc] #1: OK (0.08s)
  14018. 848.61 s [pandoc] 5797.md
  14019. 848.63 s [pandoc] #1: OK (0.03s)
  14020. 848.67 s [pandoc] #2: OK (0.04s)
  14021. 848.71 s [pandoc] #3: OK (0.04s)
  14022. 848.71 s [pandoc] biblatex-knuth-ct-b.md
  14023. 848.77 s [pandoc] #1: OK (0.07s)
  14024. 848.77 s [pandoc] 3937.md
  14025. 848.81 s [pandoc] #1: OK (0.04s)
  14026. 848.81 s [pandoc] biblatex-chiu.md
  14027. 848.86 s [pandoc] #1: OK (0.05s)
  14028. 848.86 s [pandoc] 9908.md
  14029. 848.89 s [pandoc] #1: OK (0.04s)
  14030. 848.90 s [pandoc] 6466.md
  14031. 848.94 s [pandoc] #1: OK (0.04s)
  14032. 848.95 s [pandoc] 7529.md
  14033. 848.98 s [pandoc] #1: OK (0.03s)
  14034. 848.98 s [pandoc] 4805-beamer-columns-alignment.md
  14035. 849.02 s [pandoc] #1: OK (0.04s)
  14036. 849.02 s [pandoc] 7919.md
  14037. 849.05 s [pandoc] #1: OK (0.04s)
  14038. 849.08 s [pandoc] #2: OK (0.03s)
  14039. 849.11 s [pandoc] #3: OK (0.03s)
  14040. 849.17 s [pandoc] #4: OK (0.06s)
  14041. 849.20 s [pandoc] #5: OK (0.03s)
  14042. 849.23 s [pandoc] #6: OK (0.04s)
  14043. 849.23 s [pandoc] 3487.md
  14044. 849.25 s [pandoc] #1: OK (0.03s)
  14045. 849.26 s [pandoc] 4306.md
  14046. 849.28 s [pandoc] #1: OK (0.02s)
  14047. 849.29 s [pandoc] 7557.md
  14048. 849.31 s [pandoc] #1: OK (0.02s)
  14049. 849.31 s [pandoc] 7041.md
  14050. 849.34 s [pandoc] #1: OK (0.03s)
  14051. 849.34 s [pandoc] 6360.md
  14052. 849.39 s [pandoc] #1: OK (0.05s)
  14053. 849.40 s [pandoc] 7155.md
  14054. 849.44 s [pandoc] #1: OK (0.05s)
  14055. 849.45 s [hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, dist/build/Test/Hls/FileSystem.p_o )
  14056. 849.45 s [hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, dist/build/Test/Hls/Util.p_o )
  14057. 849.45 s [hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.p_o )
  14058. 849.46 s [pandoc] #2: OK (0.02s)
  14059. 849.46 s [pandoc] indented-fences.md
  14060. 849.49 s [pandoc] #1: OK (0.03s)
  14061. 849.52 s [pandoc] #2: OK (0.03s)
  14062. 849.52 s [pandoc] 4038.md
  14063. 849.56 s [pandoc] #1: OK (0.03s)
  14064. 849.56 s [pandoc] 9516.md
  14065. 849.59 s [pandoc] #1: OK (0.04s)
  14066. 849.59 s [pandoc] tasklist.md
  14067. 849.61 s [pandoc] #1: OK (0.02s)
  14068. 849.64 s [pandoc] #2: OK (0.03s)
  14069. 849.67 s [pandoc] #3: OK (0.03s)
  14070. 849.70 s [pandoc] #4: OK (0.03s)
  14071. 849.73 s [pandoc] #5: OK (0.03s)
  14072. 849.73 s [pandoc] defaults-inheritance-3.md
  14073. 849.77 s [pandoc] #1: OK (0.04s)
  14074. 849.77 s [pandoc] biblatex-gaonkar.md
  14075. 849.81 s [pandoc] #1: OK (0.04s)
  14076. 849.81 s [pandoc] 2465.md
  14077. 849.83 s [pandoc] #1: OK (0.03s)
  14078. 849.83 s [pandoc] 6348.md
  14079. 849.87 s [pandoc] #1: OK (0.03s)
  14080. 849.87 s [pandoc] unicode-collation.md
  14081. 849.96 s [pandoc] #1: OK (0.10s)
  14082. 850.09 s [pandoc] #2: OK (0.11s)
  14083. 850.21 s [pandoc] #3: OK (0.12s)
  14084. 850.21 s [pandoc] 9047.md
  14085. 850.25 s [pandoc] #1: OK (0.04s)
  14086. 850.29 s [pandoc] #2: OK (0.04s)
  14087. 850.32 s [pandoc] #3: OK (0.03s)
  14088. 850.43 s [pandoc] #4: OK (0.03s)
  14089. 850.43 s [pandoc] 7299.md
  14090. 850.43 s [pandoc] #1: OK (0.03s)
  14091. 850.43 s [pandoc] #2: OK (0.04s)
  14092. 850.45 s [pandoc] #3: OK (0.02s)
  14093. 850.45 s [pandoc] 9579.md
  14094. 850.50 s [pandoc] #1: OK (0.05s)
  14095. 850.53 s [pandoc] #2: OK (0.04s)
  14096. 850.53 s [pandoc] pandoc-citeproc-307.md
  14097. 850.58 s [pandoc] #1: OK (0.05s)
  14098. 850.58 s [pandoc] 8170.md
  14099. 850.61 s [pandoc] #1: OK (0.03s)
  14100. 850.61 s [pandoc] 10185.md
  14101. 850.66 s [pandoc] #1: OK (0.05s)
  14102. 850.74 s [pandoc] #2: OK (0.07s)
  14103. 850.74 s [pandoc] 6855.md
  14104. 850.76 s [pandoc] #1: OK (0.03s)
  14105. 850.76 s [pandoc] 4594.md
  14106. 850.80 s [pandoc] #1: OK (0.04s)
  14107. 850.80 s [pandoc] biblatex-vangennep-related.md
  14108. 850.83 s [pandoc] #1: OK (0.03s)
  14109. 850.83 s [pandoc] 3716.md
  14110. 850.85 s [pandoc] #1: OK (0.02s)
  14111. 850.85 s [pandoc] 5304.md
  14112. 850.89 s [pandoc] #1: OK (0.03s)
  14113. 850.89 s [pandoc] 7009.md
  14114. 850.92 s [pandoc] #1: OK (0.03s)
  14115. 850.92 s [pandoc] 4589.md
  14116. 850.95 s [pandoc] #1: OK (0.04s)
  14117. 850.95 s [pandoc] 6873.md
  14118. 851.01 s [pandoc] #1: OK (0.05s)
  14119. 851.01 s [pandoc] 5369.md
  14120. 851.03 s [pandoc] #1: OK (0.03s)
  14121. 851.03 s [pandoc] 934.md
  14122. 851.06 s [pandoc] #1: OK (0.03s)
  14123. 851.06 s [pandoc] 6385.md
  14124. 851.08 s [pandoc] #1: OK (0.02s)
  14125. 851.08 s [pandoc] 7003.md
  14126. 851.18 s [pandoc] #1: OK (0.10s)
  14127. 851.18 s [pandoc] 7623.md
  14128. 851.23 s [pandoc] #1: OK (0.04s)
  14129. 851.23 s [pandoc] 1279.md
  14130. 851.26 s [pandoc] #1: OK (0.03s)
  14131. 851.26 s [pandoc] video-audio.md
  14132. 851.29 s [pandoc] #1: OK (0.04s)
  14133. 851.29 s [pandoc] citeproc-7b.md
  14134. 851.36 s [pandoc] #1: OK (0.07s)
  14135. 851.36 s [pandoc] 7858.md
  14136. 851.39 s [pandoc] #1: OK (0.02s)
  14137. 851.39 s [pandoc] 8201.md
  14138. 851.41 s [pandoc] #1: OK (0.03s)
  14139. 851.41 s [pandoc] figures-mediawiki.md
  14140. 851.42 s [pandoc] #1: OK
  14141. 851.42 s [pandoc] 2434.md
  14142. 851.45 s [pandoc] #1: OK (0.03s)
  14143. 851.48 s [pandoc] #2: OK (0.03s)
  14144. 851.48 s [pandoc] 8777.md
  14145. 851.52 s [pandoc] #1: OK (0.04s)
  14146. 851.52 s [pandoc] figures-xwiki.md
  14147. 851.54 s [pandoc] #1: OK (0.01s)
  14148. 851.54 s [pandoc] 8764.md
  14149. 851.57 s [pandoc] #1: OK (0.03s)
  14150. 851.57 s [pandoc] 6755.md
  14151. 851.61 s [pandoc] #1: OK (0.03s)
  14152. 851.61 s [pandoc] 9346.md
  14153. 851.74 s [pandoc] #1: OK (0.14s)
  14154. 851.74 s [pandoc] biblatex-wilde.md
  14155. 851.78 s [pandoc] #1: OK (0.04s)
  14156. 851.78 s [pandoc] 10160.md
  14157. 851.81 s [pandoc] #1: OK (0.03s)
  14158. 851.81 s [pandoc] biblatex-strings.md
  14159. 851.86 s [pandoc] #1: OK (0.05s)
  14160. 851.86 s [pandoc] pandoc-citeproc-77.md
  14161. 851.98 s [pandoc] #1: OK (0.12s)
  14162. 851.98 s [pandoc] 5690.md
  14163. 852.01 s [pandoc] #1: OK (0.03s)
  14164. 852.01 s [pandoc] 4374.md
  14165. 852.05 s [pandoc] #1: OK (0.04s)
  14166. 852.05 s [pandoc] 5881.md
  14167. 852.10 s [pandoc] #1: OK (0.05s)
  14168. 852.10 s [pandoc] biblatex-padhye.md
  14169. 852.15 s [pandoc] #1: OK (0.06s)
  14170. 852.15 s [pandoc] 4845.md
  14171. 852.19 s [pandoc] #1: OK (0.03s)
  14172. 852.19 s [pandoc] pandoc-citeproc-13.md
  14173. 852.26 s [pandoc] #1: OK (0.07s)
  14174. 852.26 s [pandoc] bits-legend.md
  14175. 852.29 s [pandoc] #1: OK (0.04s)
  14176. 852.30 s [pandoc] 6699.md
  14177. 852.34 s [pandoc] #1: OK (0.03s)
  14178. 852.34 s [pandoc] 6350.md
  14179. 852.37 s [pandoc] #1: OK (0.03s)
  14180. 852.40 s [pandoc] #2: OK (0.03s)
  14181. 852.40 s [pandoc] 7939.md
  14182. 852.43 s [pandoc] #1: OK (0.03s)
  14183. 852.44 s [pandoc] 3755.md
  14184. 852.46 s [pandoc] #1: OK (0.02s)
  14185. 852.62 s [pandoc] #2: OK (0.14s)
  14186. 852.62 s [pandoc] biblatex-knuth-ct-c.md
  14187. 852.65 s [pandoc] #1: OK (0.05s)
  14188. 852.66 s [pandoc] 3518.md
  14189. 852.70 s [pandoc] #1: OK (0.03s)
  14190. 852.70 s [pandoc] 3734.md
  14191. 852.72 s [pandoc] #1: OK (0.03s)
  14192. 852.75 s [pandoc] #2: OK (0.03s)
  14193. 852.80 s [pandoc] #3: OK (0.03s)
  14194. 852.80 s [pandoc] 2552.md
  14195. 852.84 s [pandoc] #1: OK (0.04s)
  14196. 852.84 s [pandoc] 4134.md
  14197. 852.87 s [pandoc] #1: OK (0.04s)
  14198. 852.91 s [pandoc] #2: OK (0.04s)
  14199. 852.95 s [pandoc] #3: OK (0.04s)
  14200. 852.95 s [pandoc] wikilinks_title_before_pipe.md
  14201. 852.99 s [pandoc] #1: OK (0.04s)
  14202. 853.02 s [pandoc] #2: OK (0.03s)
  14203. 853.08 s [pandoc] #3: OK (0.06s)
  14204. 853.14 s [pandoc] #4: OK (0.05s)
  14205. 853.18 s [pandoc] #5: OK (0.04s)
  14206. 853.18 s [pandoc] 2834.md
  14207. 853.20 s [pandoc] #1: OK (0.04s)
  14208. 853.20 s [pandoc] 4012.md
  14209. 853.26 s [pandoc] #1: OK (0.05s)
  14210. 853.26 s [pandoc] 7329.md
  14211. 853.30 s [pandoc] #1: OK (0.05s)
  14212. 853.36 s [pandoc] #2: OK (0.06s)
  14213. 853.41 s [pandoc] #3: OK (0.05s)
  14214. 853.47 s [pandoc] #4: OK (0.06s)
  14215. 853.47 s [pandoc] 4819.md
  14216. 853.50 s [pandoc] #1: OK (0.03s)
  14217. 853.54 s [pandoc] #2: OK (0.03s)
  14218. 853.58 s [pandoc] #3: OK (0.04s)
  14219. 853.60 s [pandoc] #4: OK (0.02s)
  14220. 853.63 s [pandoc] #5: OK (0.02s)
  14221. 853.63 s [pandoc] 3794.md
  14222. 853.65 s [pandoc] #1: OK (0.03s)
  14223. 853.65 s [pandoc] biblatex-cicero.md
  14224. 853.71 s [pandoc] #1: OK (0.05s)
  14225. 853.71 s [pandoc] 6324.md
  14226. 853.74 s [pandoc] #1: OK (0.04s)
  14227. 853.74 s [pandoc] biblatex-report.md
  14228. 853.80 s [pandoc] #1: OK (0.06s)
  14229. 853.80 s [pandoc] 7826.md
  14230. 853.93 s [pandoc] #1: OK (0.12s)
  14231. 854.02 s [pandoc] #2: OK (0.10s)
  14232. 854.12 s [pandoc] #3: OK (0.10s)
  14233. 854.25 s [pandoc] #4: OK (0.13s)
  14234. 854.41 s [pandoc] #5: OK (0.13s)
  14235. 854.41 s [pandoc] 7813.md
  14236. 854.41 s [pandoc] #1: OK (0.02s)
  14237. 854.41 s [pandoc] 8380.md
  14238. 854.41 s [pandoc] #1: OK (0.01s)
  14239. 854.44 s [pandoc] #2: OK (0.03s)
  14240. 854.47 s [pandoc] #3: OK (0.02s)
  14241. 854.47 s [pandoc] biblatex-vizedom-related.md
  14242. 854.51 s [pandoc] #1: OK (0.04s)
  14243. 854.51 s [pandoc] pandoc-citeproc-58.md
  14244. 854.58 s [pandoc] #1: OK (0.06s)
  14245. 854.58 s [pandoc] 4102.md
  14246. 854.59 s [pandoc] #1: OK (0.02s)
  14247. 854.59 s [pandoc] 7092.md
  14248. 854.62 s [pandoc] #1: OK (0.02s)
  14249. 854.62 s [pandoc] cite-in-inline-note.md
  14250. 854.73 s [pandoc] #1: OK (0.03s)
  14251. 854.73 s [pandoc] 9391.md
  14252. 854.79 s [pandoc] #1: OK (0.14s)
  14253. 854.79 s [pandoc] 8354.md
  14254. 854.84 s [pandoc] #1: OK (0.06s)
  14255. 854.84 s [pandoc] 9043.md
  14256. 854.87 s [pandoc] #1: OK (0.01s)
  14257. 854.90 s [pandoc] #2: OK (0.03s)
  14258. 854.90 s [pandoc] 3526.md
  14259. 854.93 s [pandoc] #1: OK (0.03s)
  14260. 854.93 s [pandoc] 8789.md
  14261. 854.98 s [pandoc] #1: OK (0.05s)
  14262. 854.98 s [pandoc] biblatex-worman.md
  14263. 855.40 s [pandoc] #1: OK (0.43s)
  14264. 855.49 s [pandoc] 5519.md
  14265. 855.49 s [pandoc] #1: OK (0.04s)
  14266. 855.49 s [pandoc] 3816.md
  14267. 855.49 s [pandoc] #1: OK (0.03s)
  14268. 855.49 s [pandoc] 5878.md
  14269. 855.52 s [pandoc] #1: OK (0.04s)
  14270. 855.52 s [pandoc] 3853.md
  14271. 855.55 s [pandoc] #1: OK (0.03s)
  14272. 855.55 s [pandoc] 3733.md
  14273. 855.58 s [pandoc] #1: OK (0.03s)
  14274. 855.58 s [pandoc] 4833.md
  14275. 855.60 s [pandoc] #1: OK (0.02s)
  14276. 855.64 s [pandoc] #2: OK (0.04s)
  14277. 855.64 s [pandoc] biblatex-dates.md
  14278. 855.70 s [pandoc] #1: OK (0.06s)
  14279. 855.70 s [pandoc] biblatex-formatting.md
  14280. 855.76 s [pandoc] #1: OK (0.05s)
  14281. 855.76 s [pandoc] bits-book.md
  14282. 855.78 s [pandoc] #1: OK (0.03s)
  14283. 855.78 s [pandoc] biblatex-glashow.md
  14284. 855.82 s [pandoc] #1: OK (0.04s)
  14285. 855.82 s [pandoc] 4576.md
  14286. 855.85 s [pandoc] #1: OK (0.03s)
  14287. 855.85 s [pandoc] 3494.md
  14288. 855.88 s [pandoc] #1: OK (0.03s)
  14289. 855.88 s [pandoc] 2994.md
  14290. 856.02 s [pandoc] #1: OK (0.14s)
  14291. 856.02 s [pandoc] 4382.md
  14292. 856.03 s [pandoc] #1: OK (0.02s)
  14293. 856.03 s [pandoc] 10390.md
  14294. 856.07 s [pandoc] #1: OK (0.04s)
  14295. 856.07 s [pandoc] pandoc-citeproc-number-of-volumes.md
  14296. 856.12 s [pandoc] #1: OK (0.04s)
  14297. 856.12 s [pandoc] 7965.md
  14298. 856.14 s [pandoc] #1: OK (0.02s)
  14299. 856.15 s [pandoc] #2: OK (0.01s)
  14300. 856.15 s [pandoc] 5682.md
  14301. 856.17 s [pandoc] #1: OK (0.02s)
  14302. 856.17 s [pandoc] 3989.md
  14303. 856.21 s [pandoc] #1: OK (0.03s)
  14304. 856.21 s [pandoc] 5918.md
  14305. 856.24 s [pandoc] #1: OK (0.03s)
  14306. 856.24 s [pandoc] 5967.md
  14307. 856.28 s [pandoc] #1: OK (0.04s)
  14308. 856.28 s [pandoc] pandoc-citeproc-57.md
  14309. 856.35 s [pandoc] #1: OK (0.08s)
  14310. 856.36 s [pandoc] 6723.md
  14311. 856.42 s [pandoc] #1: OK (0.05s)
  14312. 856.42 s [pandoc] 4061.md
  14313. 856.45 s [pandoc] #1: OK (0.04s)
  14314. 856.45 s [pandoc] figures-textile.md
  14315. 856.49 s [pandoc] #1: OK (0.03s)
  14316. 856.52 s [pandoc] #2: OK (0.03s)
  14317. 856.52 s [pandoc] 8511.md
  14318. 856.56 s [pandoc] #1: OK (0.03s)
  14319. 856.60 s [pandoc] #2: OK (0.04s)
  14320. 856.60 s [pandoc] biblatex-kullback-reprint.md
  14321. 856.65 s [pandoc] #1: OK (0.05s)
  14322. 856.65 s [pandoc] 5446.md
  14323. 856.69 s [pandoc] #1: OK (0.03s)
  14324. 856.69 s [pandoc] 8508.md
  14325. 856.73 s [pandoc] #1: OK (0.04s)
  14326. 856.73 s [pandoc] 3730.md
  14327. 856.76 s [pandoc] #1: OK (0.04s)
  14328. 856.80 s [pandoc] #2: OK (0.03s)
  14329. 856.80 s [pandoc] 7324.md
  14330. 856.86 s [pandoc] #1: OK (0.06s)
  14331. 856.86 s [pandoc] hyphenat.md
  14332. 856.88 s [pandoc] #1: OK (0.03s)
  14333. 856.92 s [pandoc] #2: OK (0.04s)
  14334. 856.96 s [pandoc] #3: OK (0.04s)
  14335. 856.99 s [pandoc] #4: OK (0.04s)
  14336. 857.03 s [pandoc] #5: OK (0.03s)
  14337. 857.04 s [pandoc] #6: OK (0.02s)
  14338. 857.05 s [pandoc] #7: OK
  14339. 857.05 s [pandoc] 3236.md
  14340. 857.07 s [pandoc] #1: OK (0.03s)
  14341. 857.08 s [pandoc] 7394.md
  14342. 857.16 s [hls-test-utils] Phase: checkPhase
  14343. 857.21 s [pandoc] #1: OK (0.11s)
  14344. 857.21 s [pandoc] 7042.md
  14345. 857.25 s [hls-test-utils] Package has no test suites.
  14346. 857.26 s [hls-test-utils] Phase: haddockPhase
  14347. 857.36 s [pandoc] #1: OK (0.17s)
  14348. 857.36 s [pandoc] figures-texinfo.md
  14349. 857.40 s [pandoc] #1: OK (0.03s)
  14350. 857.42 s [pandoc] #2: OK (0.02s)
  14351. 857.45 s [pandoc] #3: OK (0.03s)
  14352. 857.48 s [pandoc] #4: OK (0.03s)
  14353. 857.48 s [pandoc] 6709.md
  14354. 857.51 s [pandoc] #1: OK (0.03s)
  14355. 857.51 s [pandoc] 5565.md
  14356. 857.52 s [hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0...
  14357. 857.52 s [hls-test-utils] Running Haddock on library for hls-test-utils-2.10.0.0...
  14358. 857.55 s [pandoc] #1: OK (0.03s)
  14359. 857.55 s [pandoc] 4817.md
  14360. 857.58 s [pandoc] #1: OK (0.03s)
  14361. 857.58 s [pandoc] bits-index-elements.md
  14362. 857.61 s [pandoc] #1: OK (0.03s)
  14363. 857.61 s [pandoc] 6388.md
  14364. 857.62 s [pandoc] #1: OK (0.01s)
  14365. 857.62 s [pandoc] svg.md
  14366. 857.62 s [pandoc] #1: OK
  14367. 857.63 s [pandoc] #2: OK
  14368. 857.64 s [pandoc] #3: OK
  14369. 857.68 s [hls-test-utils] Warning: The documentation for the following packages are not installed. No
  14370. 857.68 s [hls-test-utils] links will be generated to these packages: attoparsec-0.14.4,
  14371. 857.68 s [hls-test-utils] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
  14372. 857.68 s [pandoc] #4: OK (0.04s)
  14373. 857.69 s [pandoc] 4913.md
  14374. 857.71 s [pandoc] #1: OK (0.03s)
  14375. 857.76 s [pandoc] #2: OK (0.02s)
  14376. 857.79 s [pandoc] #3: OK (0.04s)
  14377. 857.83 s [pandoc] #4: OK (0.04s)
  14378. 857.88 s [pandoc] #5: OK (0.06s)
  14379. 857.88 s [pandoc] 6107.md
  14380. 857.91 s [pandoc] #1: OK (0.03s)
  14381. 857.91 s [pandoc] 7016.md
  14382. 857.98 s [pandoc] #1: OK (0.07s)
  14383. 857.98 s [pandoc] biblatex-inproceedings.md
  14384. 858.07 s [pandoc] #1: OK (0.09s)
  14385. 858.07 s [pandoc] 8872.md
  14386. 858.11 s [pandoc] #1: OK (0.04s)
  14387. 858.11 s [pandoc] 6588.md
  14388. 858.15 s [pandoc] #1: OK (0.04s)
  14389. 858.15 s [pandoc] 5285.md
  14390. 858.19 s [pandoc] #1: OK (0.03s)
  14391. 858.23 s [pandoc] #2: OK (0.04s)
  14392. 858.23 s [pandoc] 168.md
  14393. 858.26 s [pandoc] #1: OK (0.03s)
  14394. 858.29 s [pandoc] #2: OK (0.03s)
  14395. 858.32 s [pandoc] #3: OK (0.03s)
  14396. 858.32 s [pandoc] 6740.md
  14397. 858.34 s [pandoc] #1: OK (0.03s)
  14398. 858.34 s [pandoc] 4424.md
  14399. 858.37 s [pandoc] #1: OK (0.02s)
  14400. 858.37 s [pandoc] biblatex-shore.md
  14401. 858.42 s [pandoc] #1: OK (0.05s)
  14402. 858.42 s [pandoc] 3558.md
  14403. 858.47 s [pandoc] #1: OK (0.04s)
  14404. 858.47 s [pandoc] 3803.md
  14405. 858.48 s [hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, nothing )
  14406. 858.48 s [pandoc] #1: OK (0.02s)
  14407. 858.48 s [pandoc] 7134.md
  14408. 858.50 s [pandoc] #1: OK (0.02s)
  14409. 858.51 s [pandoc] 9475.md
  14410. 858.54 s [pandoc] #1: OK (0.03s)
  14411. 858.58 s [pandoc] #2: OK (0.05s)
  14412. 858.58 s [pandoc] 5642.md
  14413. 858.63 s [pandoc] #1: OK (0.04s)
  14414. 858.63 s [pandoc] pandoc-citeproc-64.md
  14415. 858.75 s [pandoc] #1: OK (0.13s)
  14416. 858.75 s [pandoc] biblatex-kant-ku.md
  14417. 858.81 s [pandoc] #1: OK (0.06s)
  14418. 858.81 s [pandoc] pandoc-citeproc-68.md
  14419. 858.87 s [pandoc] #1: OK (0.07s)
  14420. 858.87 s [pandoc] jabberwocky.md
  14421. 858.90 s [pandoc] #1: OK (0.03s)
  14422. 858.90 s [pandoc] 6792.md
  14423. 858.94 s [pandoc] #1: OK (0.04s)
  14424. 858.94 s [pandoc] 2662.md
  14425. 858.97 s [pandoc] #1: OK (0.03s)
  14426. 858.97 s [pandoc] 6137.md
  14427. 859.00 s [pandoc] #1: OK (0.02s)
  14428. 859.00 s [pandoc] 7803.md
  14429. 859.02 s [pandoc] #1: OK (0.02s)
  14430. 859.02 s [pandoc] html-read-figure.md
  14431. 859.02 s [pandoc] #1: OK
  14432. 859.05 s [pandoc] #2: OK (0.02s)
  14433. 859.08 s [pandoc] #3: OK (0.04s)
  14434. 859.10 s [pandoc] #4: OK (0.03s)
  14435. 859.14 s [pandoc] #5: OK (0.02s)
  14436. 859.14 s [pandoc] 9472.md
  14437. 859.23 s [pandoc] #1: OK (0.09s)
  14438. 859.23 s [pandoc] 7216.md
  14439. 859.33 s [pandoc] #1: OK (0.11s)
  14440. 859.33 s [pandoc] 5080.md
  14441. 859.36 s [pandoc] #1: OK (0.02s)
  14442. 859.40 s [pandoc] #2: OK (0.04s)
  14443. 859.40 s [pandoc] 4062.md
  14444. 859.42 s [pandoc] #1: OK (0.03s)
  14445. 859.42 s [pandoc] 5495.md
  14446. 859.46 s [pandoc] #1: OK (0.04s)
  14447. 859.46 s [pandoc] lettrine.md
  14448. 859.49 s [pandoc] #1: OK (0.03s)
  14449. 859.49 s [pandoc] 8070.md
  14450. 859.52 s [pandoc] #1: OK (0.03s)
  14451. 859.52 s [pandoc] 9652.md
  14452. 859.54 s [pandoc] #1: OK (0.02s)
  14453. 859.54 s [pandoc] biblatex-basic.md
  14454. 859.57 s [pandoc] #1: OK (0.03s)
  14455. 859.57 s [pandoc] pandoc-citeproc-136.md
  14456. 859.63 s [pandoc] #1: OK (0.06s)
  14457. 859.63 s [pandoc] 4579.md
  14458. 859.66 s [pandoc] #1: OK (0.03s)
  14459. 859.66 s [pandoc] mdoc-Bl-column.md
  14460. 859.70 s [pandoc] #1: OK (0.04s)
  14461. 859.70 s [pandoc] 10328.md
  14462. 859.74 s [pandoc] #1: OK (0.04s)
  14463. 859.74 s [pandoc] ifstrequal.md
  14464. 859.78 s [pandoc] #1: OK (0.03s)
  14465. 859.78 s [pandoc] 4908.md
  14466. 859.81 s [pandoc] #1: OK (0.03s)
  14467. 859.81 s [pandoc] 4056.md
  14468. 859.83 s [pandoc] #1: OK (0.02s)
  14469. 859.86 s [pandoc] #2: OK (0.03s)
  14470. 859.87 s [pandoc] biblatex-kastenholz.md
  14471. 859.92 s [pandoc] #1: OK (0.05s)
  14472. 859.92 s [pandoc] 4284.md
  14473. 859.97 s [pandoc] #1: OK (0.06s)
  14474. 859.99 s [pandoc] #2: OK (0.02s)
  14475. 860.03 s [pandoc] #3: OK (0.03s)
  14476. 860.08 s [pandoc] #4: OK (0.05s)
  14477. 860.08 s [pandoc] figures-zimwiki.md
  14478. 860.11 s [pandoc] #1: OK (0.04s)
  14479. 860.11 s [pandoc] pandoc-citeproc-197.md
  14480. 860.19 s [pandoc] #1: OK (0.08s)
  14481. 860.19 s [pandoc] pandoc-citeproc-160.md
  14482. 860.25 s [pandoc] #1: OK (0.06s)
  14483. 860.25 s [pandoc] 10148.md
  14484. 860.29 s [pandoc] #1: OK (0.04s)
  14485. 860.29 s [pandoc] 8174.md
  14486. 860.32 s [pandoc] #1: OK (0.03s)
  14487. 860.35 s [pandoc] #2: OK (0.03s)
  14488. 860.40 s [pandoc] #3: OK (0.04s)
  14489. 860.42 s [pandoc] #4: OK (0.03s)
  14490. 861.14 s [pandoc] #5: OK (0.03s)
  14491. 861.14 s [pandoc] pandoc-citeproc-312.md
  14492. 861.14 s [pandoc] #1: OK (0.11s)
  14493. 861.14 s [pandoc] 5708.md
  14494. 861.14 s [pandoc] #1: OK (0.03s)
  14495. 861.14 s [pandoc] 6114.md
  14496. 861.14 s [pandoc] #1: OK (0.04s)
  14497. 861.14 s [pandoc] 7761.md
  14498. 861.14 s [pandoc] #1: OK (0.11s)
  14499. 861.14 s [pandoc] 7697.md
  14500. 861.14 s [pandoc] #1: OK (0.03s)
  14501. 861.14 s [pandoc] #2: OK
  14502. 861.14 s [pandoc] #3: OK (0.03s)
  14503. 861.15 s [pandoc] 8219.md
  14504. 861.15 s [pandoc] #1: OK (0.03s)
  14505. 861.15 s [pandoc] 8659.md
  14506. 861.15 s [pandoc] #1: OK (0.04s)
  14507. 861.15 s [pandoc] #2: OK (0.04s)
  14508. 861.15 s [pandoc] figures-jats.md
  14509. 861.15 s [hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning: [GHC-40910] [-Wunused-matches]
  14510. 861.15 s [hls-test-utils] Defined but not used: ‘expectedCode’
  14511. 861.15 s [hls-test-utils] |
  14512. 861.15 s [hls-test-utils] 72 | (Just expectedCode, Nothing) -> False
  14513. 861.15 s [hls-test-utils] | ^^^^^^^^^^^^
  14514. 861.15 s [hls-test-utils]
  14515. 861.15 s [pandoc] #1: OK (0.01s)
  14516. 861.15 s [hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, nothing )
  14517. 861.15 s [pandoc] #2: OK (0.04s)
  14518. 861.15 s [pandoc] 4528.md
  14519. 861.15 s [pandoc] #1: OK (0.03s)
  14520. 861.15 s [pandoc] #2: OK (0.04s)
  14521. 861.15 s [pandoc] #3: OK (0.03s)
  14522. 861.15 s [pandoc] #4: OK (0.03s)
  14523. 861.15 s [pandoc] #5: OK (0.03s)
  14524. 861.16 s [pandoc] #6: OK (0.02s)
  14525. 861.19 s [pandoc] #7: OK (0.04s)
  14526. 861.22 s [pandoc] #8: OK (0.02s)
  14527. 861.24 s [pandoc] #9: OK (0.03s)
  14528. 861.27 s [pandoc] #10: OK (0.02s)
  14529. 861.33 s [hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, nothing )
  14530. 861.34 s [pandoc] #11: OK (0.06s)
  14531. 861.36 s [pandoc] #12: OK (0.03s)
  14532. 861.40 s [hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, nothing )
  14533. 861.40 s [pandoc] #13: OK (0.02s)
  14534. 861.57 s [hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, nothing )
  14535. 861.70 s [pandoc] #14: OK (0.05s)
  14536. 861.70 s [pandoc] #15: OK (0.09s)
  14537. 861.70 s [pandoc] #16: OK (0.04s)
  14538. 861.70 s [pandoc] #17: OK (0.04s)
  14539. 861.70 s [pandoc] #18: OK (0.03s)
  14540. 861.70 s [pandoc] #19: OK (0.03s)
  14541. 861.71 s [pandoc] #20: OK (0.04s)
  14542. 861.74 s [pandoc] #21: OK (0.04s)
  14543. 861.74 s [pandoc] 5740.md
  14544. 861.78 s [pandoc] #1: OK (0.02s)
  14545. 861.78 s [pandoc] 3706.md
  14546. 861.82 s [pandoc] #1: OK (0.04s)
  14547. 861.84 s [pandoc] #2: OK (0.03s)
  14548. 861.84 s [pandoc] 5119.md
  14549. 861.87 s [pandoc] #1: OK (0.02s)
  14550. 861.87 s [pandoc] biblatex-kullback-related.md
  14551. 861.90 s [pandoc] #1: OK (0.03s)
  14552. 861.90 s [pandoc] citeproc-7a.md
  14553. 861.96 s [pandoc] #1: OK (0.06s)
  14554. 861.96 s [pandoc] 9597.md
  14555. 861.97 s [pandoc] #1: OK (0.02s)
  14556. 861.98 s [hls-test-utils] Haddock coverage:
  14557. 861.98 s [hls-test-utils] 37% ( 3 / 8) in 'Development.IDE.Test.Diagnostic'
  14558. 861.98 s [hls-test-utils] Missing documentation for:
  14559. 861.98 s [hls-test-utils] Module header
  14560. 861.98 s [hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
  14561. 861.98 s [hls-test-utils] ErrorMsg (src/Development/IDE/Test/Diagnostic.hs:17)
  14562. 861.98 s [hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
  14563. 861.98 s [hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
  14564. 861.98 s [hls-test-utils] 21% ( 6 / 28) in 'Development.IDE.Test'
  14565. 861.98 s [hls-test-utils] Missing documentation for:
  14566. 861.98 s [hls-test-utils] Module header
  14567. 861.98 s [hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
  14568. 861.98 s [hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
  14569. 861.98 s [hls-test-utils] diagnostic (src/Development/IDE/Test.hs:193)
  14570. 861.98 s [hls-test-utils] expectDiagnosticsWithTags (src/Development/IDE/Test.hs:131)
  14571. 861.98 s [hls-test-utils] expectMessages (src/Development/IDE/Test.hs:94)
  14572. 861.98 s [hls-test-utils] expectCurrentDiagnostics (src/Development/IDE/Test.hs:179)
  14573. 861.98 s [hls-test-utils] checkDiagnosticsForDoc (src/Development/IDE/Test.hs:184)
  14574. 861.98 s [hls-test-utils] canonicalizeUri (src/Development/IDE/Test.hs:190)
  14575. 861.98 s [hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
  14576. 861.98 s [hls-test-utils] flushMessages (src/Development/IDE/Test.hs:110)
  14577. 861.98 s [hls-test-utils] waitForAction (src/Development/IDE/Test.hs:215)
  14578. 861.98 s [hls-test-utils] getInterfaceFilesDir (src/Development/IDE/Test.hs:219)
  14579. 861.98 s [hls-test-utils] garbageCollectDirtyKeys (src/Development/IDE/Test.hs:222)
  14580. 861.98 s [hls-test-utils] getFilesOfInterest (src/Development/IDE/Test.hs:234)
  14581. 861.98 s [hls-test-utils] waitForTypecheck (src/Development/IDE/Test.hs:228)
  14582. 861.98 s [hls-test-utils] waitForBuildQueue (src/Development/IDE/Test.hs:231)
  14583. 861.98 s [hls-test-utils] getStoredKeys (src/Development/IDE/Test.hs:225)
  14584. 861.98 s [hls-test-utils] waitForCustomMessage (src/Development/IDE/Test.hs:237)
  14585. 861.98 s [hls-test-utils] waitForGC (src/Development/IDE/Test.hs:244)
  14586. 861.98 s [pandoc] 5936.md
  14587. 861.98 s [hls-test-utils] configureCheckProject (src/Development/IDE/Test.hs:250)
  14588. 861.98 s [hls-test-utils] referenceReady (src/Development/IDE/Test.hs:257)
  14589. 861.98 s [hls-test-utils] Warning: 'VirtualFileTree' is ambiguous. It is defined
  14590. 861.98 s [hls-test-utils] * at src/Test/Hls/FileSystem.hs:63:3
  14591. 861.98 s [hls-test-utils] * at src/Test/Hls/FileSystem.hs:62:1
  14592. 861.98 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  14593. 861.98 s [hls-test-utils] by specifying the type/value namespace explicitly.
  14594. 861.98 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls/FileSystem.hs:62:1
  14595. 861.98 s [hls-test-utils] Warning: 'rootDir' is out of scope.
  14596. 861.98 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14597. 861.98 s [hls-test-utils] Warning: 'virtualFileTree' is out of scope.
  14598. 861.98 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14599. 861.98 s [hls-test-utils] 70% ( 21 / 30) in 'Test.Hls.FileSystem'
  14600. 861.98 s [hls-test-utils] Missing documentation for:
  14601. 861.98 s [hls-test-utils] Module header
  14602. 861.98 s [hls-test-utils] FileTree (src/Test/Hls/FileSystem.hs:68)
  14603. 861.98 s [hls-test-utils] Content (src/Test/Hls/FileSystem.hs:74)
  14604. 861.98 s [hls-test-utils] readFileFS (src/Test/Hls/FileSystem.hs:84)
  14605. 861.98 s [hls-test-utils] writeFileFS (src/Test/Hls/FileSystem.hs:88)
  14606. 861.98 s [hls-test-utils] mkVirtualFileTree (src/Test/Hls/FileSystem.hs:137)
  14607. 861.98 s [hls-test-utils] toNfp (src/Test/Hls/FileSystem.hs:147)
  14608. 861.98 s [hls-test-utils] toAbsFp (src/Test/Hls/FileSystem.hs:144)
  14609. 861.98 s [hls-test-utils] directory (src/Test/Hls/FileSystem.hs:174)
  14610. 861.98 s [hls-test-utils] Warning: 'FoldState' is ambiguous. It is defined
  14611. 861.98 s [hls-test-utils] * at src/Test/Hls/Util.hs:419:18
  14612. 861.98 s [hls-test-utils] * at src/Test/Hls/Util.hs:419:1
  14613. 861.98 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  14614. 861.98 s [hls-test-utils] by specifying the type/value namespace explicitly.
  14615. 861.98 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls/Util.hs:419:1
  14616. 861.98 s [hls-test-utils] Warning: 'cons' is out of scope.
  14617. 861.98 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14618. 861.98 s [hls-test-utils] Warning: 'bar' is out of scope.
  14619. 861.98 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14620. 861.99 s [hls-test-utils] Warning: 'src' is out of scope.
  14621. 861.99 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14622. 861.99 s [hls-test-utils] Warning: 'ignored' is out of scope.
  14623. 861.99 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14624. 861.99 s [hls-test-utils] Warning: 'dst' is out of scope.
  14625. 861.99 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14626. 861.99 s [pandoc] #1: OK
  14627. 862.00 s [hls-test-utils] 38% ( 18 / 47) in 'Test.Hls.Util'
  14628. 862.00 s [hls-test-utils] Missing documentation for:
  14629. 862.00 s [hls-test-utils] Module header
  14630. 862.00 s [hls-test-utils] codeActionResolveCaps (src/Test/Hls/Util.hs:104)
  14631. 862.00 s [hls-test-utils] codeActionNoResolveCaps (src/Test/Hls/Util.hs:109)
  14632. 862.00 s [hls-test-utils] codeActionNoInlayHintsCaps (src/Test/Hls/Util.hs:114)
  14633. 862.00 s [hls-test-utils] codeActionSupportCaps (src/Test/Hls/Util.hs:97)
  14634. 862.00 s [hls-test-utils] expectCodeAction (src/Test/Hls/Util.hs:265)
  14635. 862.00 s [hls-test-utils] ghcVersion
  14636. 862.00 s [hls-test-utils] GhcVersion
  14637. 862.00 s [hls-test-utils] hostOS (src/Test/Hls/Util.hs:133)
  14638. 862.00 s [hls-test-utils] OS (src/Test/Hls/Util.hs:129)
  14639. 862.00 s [hls-test-utils] matchesCurrentEnv (src/Test/Hls/Util.hs:126)
  14640. 862.00 s [hls-test-utils] EnvSpec (src/Test/Hls/Util.hs:122)
  14641. 862.00 s [hls-test-utils] ignoreForGhcVersions (src/Test/Hls/Util.hs:163)
  14642. 862.00 s [hls-test-utils] knownBrokenOnWindows (src/Test/Hls/Util.hs:151)
  14643. 862.00 s [hls-test-utils] knownBrokenForGhcVersions (src/Test/Hls/Util.hs:154)
  14644. 862.00 s [hls-test-utils] fromAction (src/Test/Hls/Util.hs:233)
  14645. 862.00 s [hls-test-utils] fromCommand (src/Test/Hls/Util.hs:237)
  14646. 862.00 s [hls-test-utils] dontExpectCodeAction (src/Test/Hls/Util.hs:268)
  14647. 862.00 s [hls-test-utils] expectDiagnostic (src/Test/Hls/Util.hs:256)
  14648. 862.00 s [hls-test-utils] failIfSessionTimeout (src/Test/Hls/Util.hs:333)
  14649. 862.00 s [hls-test-utils] getCompletionByLabel (src/Test/Hls/Util.hs:340)
  14650. 862.00 s [hls-test-utils] noLiteralCaps (src/Test/Hls/Util.hs:91)
  14651. 862.00 s [hls-test-utils] inspectCodeAction (src/Test/Hls/Util.hs:259)
  14652. 862.00 s [hls-test-utils] inspectCommand (src/Test/Hls/Util.hs:276)
  14653. 862.00 s [hls-test-utils] inspectDiagnostic (src/Test/Hls/Util.hs:248)
  14654. 862.00 s [hls-test-utils] inspectDiagnosticAny (src/Test/Hls/Util.hs:252)
  14655. 862.00 s [hls-test-utils] waitForDiagnosticsFrom (src/Test/Hls/Util.hs:282)
  14656. 862.00 s [hls-test-utils] waitForDiagnosticsFromSource (src/Test/Hls/Util.hs:290)
  14657. 862.00 s [hls-test-utils] withCanonicalTempDir (src/Test/Hls/Util.hs:350)
  14658. 862.00 s [hls-test-utils] Warning: 'TASTY_PATTERN' is out of scope.
  14659. 862.00 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14660. 862.00 s [hls-test-utils] Warning: 'findFunctionNameUnderCursor' is out of scope.
  14661. 862.00 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14662. 862.01 s [hls-test-utils] Warning: 'runSessionWithServer'' is out of scope.
  14663. 862.01 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14664. 862.01 s [hls-test-utils] Warning: 'XDG_CACHE_HOME' is out of scope.
  14665. 862.01 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14666. 862.01 s [hls-test-utils] Warning: 'ghcide' is out of scope.
  14667. 862.01 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14668. 862.01 s [hls-test-utils] Warning: 'LSP_TIMEOUT' is out of scope.
  14669. 862.01 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  14670. 862.01 s [hls-test-utils] Warning: 'TestConfig' is ambiguous. It is defined
  14671. 862.01 s [hls-test-utils] * at src/Test/Hls.hs:692:21
  14672. 862.01 s [hls-test-utils] * at src/Test/Hls.hs:692:1
  14673. 862.01 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  14674. 862.01 s [hls-test-utils] by specifying the type/value namespace explicitly.
  14675. 862.01 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls.hs:692:1
  14676. 862.01 s [pandoc] #2: OK (0.02s)
  14677. 862.01 s [pandoc] 4113.md
  14678. 862.01 s [hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Types
  14679. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Pattern
  14680. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInt
  14681. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Color
  14682. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Location
  14683. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export |?
  14684. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Position
  14685. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Diagnostic
  14686. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Edit
  14687. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Range
  14688. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedUri
  14689. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedFilePath
  14690. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedUri
  14691. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedUri
  14692. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyItem
  14693. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeAction
  14694. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLens
  14695. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItem
  14696. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemDefaults
  14697. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLink
  14698. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHint
  14699. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChanges
  14700. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokens
  14701. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensEdit
  14702. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensPartialResult
  14703. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyItem
  14704. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbol
  14705. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRelatedInformation
  14706. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogMessageParams
  14707. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogTraceParams
  14708. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageParams
  14709. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestParams
  14710. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressBegin
  14711. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressEnd
  14712. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressReport
  14713. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnnotatedTextEdit
  14714. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestOptions
  14715. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionParams
  14716. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorInformation
  14717. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentationParams
  14718. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlight
  14719. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingParams
  14720. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbol
  14721. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Hover
  14722. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintParams
  14723. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueEvaluatableExpression
  14724. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueParams
  14725. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueText
  14726. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueVariableLookup
  14727. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenamePlaceholder
  14728. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRange
  14729. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensOptions
  14730. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRangeParams
  14731. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRegistrationOptions
  14732. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangePartial
  14733. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextEdit
  14734. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsClientCapabilities
  14735. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export BaseSymbolInformation
  14736. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolInformation
  14737. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticSeverity
  14738. 862.01 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFile
  14739. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFile
  14740. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileCreate
  14741. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileDelete
  14742. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileEvent
  14743. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationUriOnly
  14744. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocument
  14745. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentIdentifier
  14746. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export OptionalVersionedTextDocumentIdentifier
  14747. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PreviousResultId
  14748. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsParams
  14749. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentParams
  14750. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentIdentifier
  14751. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentItem
  14752. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedNotebookDocumentIdentifier
  14753. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedTextDocumentIdentifier
  14754. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFolder
  14755. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFullDocumentDiagnosticReport
  14756. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceUnchangedDocumentDiagnosticReport
  14757. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenAbsolute
  14758. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellArrayChange
  14759. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedFilePath
  14760. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Uri
  14761. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Command
  14762. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInfo
  14763. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkdownClientCapabilities
  14764. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionsClientCapabilities
  14765. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerInfo
  14766. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export positionInRange
  14767. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEdit
  14768. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionKind
  14769. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptions
  14770. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedFilePath
  14771. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticTag
  14772. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFile
  14773. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperation
  14774. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertReplaceEdit
  14775. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditParams
  14776. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotation
  14777. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentation
  14778. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolOptions
  14779. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolRegistrationOptions
  14780. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ParameterInformation
  14781. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureInformation
  14782. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditResult
  14783. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileSystemWatcher
  14784. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRange
  14785. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FullDocumentDiagnosticReport
  14786. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupContent
  14787. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Moniker
  14788. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCell
  14789. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedFullDocumentDiagnosticReport
  14790. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedUnchangedDocumentDiagnosticReport
  14791. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnchangedDocumentDiagnosticReport
  14792. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyClientCapabilities
  14793. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionClientCapabilities
  14794. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensClientCapabilities
  14795. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionClientCapabilities
  14796. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationClientCapabilities
  14797. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionClientCapabilities
  14798. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticClientCapabilities
  14799. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationClientCapabilities
  14800. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesClientCapabilities
  14801. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorClientCapabilities
  14802. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingClientCapabilities
  14803. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightClientCapabilities
  14804. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkClientCapabilities
  14805. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingClientCapabilities
  14806. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingClientCapabilities
  14807. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolClientCapabilities
  14808. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandClientCapabilities
  14809. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationClientCapabilities
  14810. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeClientCapabilities
  14811. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverClientCapabilities
  14812. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationClientCapabilities
  14813. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintClientCapabilities
  14814. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueClientCapabilities
  14815. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeClientCapabilities
  14816. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerClientCapabilities
  14817. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncClientCapabilities
  14818. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceClientCapabilities
  14819. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameClientCapabilities
  14820. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeClientCapabilities
  14821. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensClientCapabilities
  14822. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpClientCapabilities
  14823. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncClientCapabilities
  14824. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionClientCapabilities
  14825. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyClientCapabilities
  14826. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolClientCapabilities
  14827. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCall
  14828. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCall
  14829. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCallsParams
  14830. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCallsParams
  14831. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySubtypesParams
  14832. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySupertypesParams
  14833. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensParams
  14834. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionParams
  14835. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationParams
  14836. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionParams
  14837. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorParams
  14838. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticParams
  14839. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightParams
  14840. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkParams
  14841. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolParams
  14842. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeParams
  14843. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationParams
  14844. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerParams
  14845. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PartialResultParams
  14846. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceParams
  14847. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeParams
  14848. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaParams
  14849. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensParams
  14850. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionParams
  14851. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticParams
  14852. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolParams
  14853. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyPrepareParams
  14854. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingParams
  14855. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandParams
  14856. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverParams
  14857. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeParams
  14858. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeParams
  14859. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameParams
  14860. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameParams
  14861. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpParams
  14862. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyPrepareParams
  14863. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInitializeParams
  14864. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressParams
  14865. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemLabelDetails
  14866. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentClientCapabilities
  14867. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOptions
  14868. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyRegistrationOptions
  14869. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionOptions
  14870. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionRegistrationOptions
  14871. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensOptions
  14872. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensRegistrationOptions
  14873. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionOptions
  14874. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionRegistrationOptions
  14875. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationOptions
  14876. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationRegistrationOptions
  14877. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionOptions
  14878. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionRegistrationOptions
  14879. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticOptions
  14880. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRegistrationOptions
  14881. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorOptions
  14882. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorRegistrationOptions
  14883. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingOptions
  14884. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingRegistrationOptions
  14885. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightOptions
  14886. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightRegistrationOptions
  14887. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkOptions
  14888. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkRegistrationOptions
  14889. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingOptions
  14890. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingRegistrationOptions
  14891. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandOptions
  14892. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandRegistrationOptions
  14893. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeOptions
  14894. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeRegistrationOptions
  14895. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverOptions
  14896. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverRegistrationOptions
  14897. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationOptions
  14898. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationRegistrationOptions
  14899. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintOptions
  14900. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintRegistrationOptions
  14901. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueOptions
  14902. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueRegistrationOptions
  14903. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeOptions
  14904. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeRegistrationOptions
  14905. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerOptions
  14906. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerRegistrationOptions
  14907. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceOptions
  14908. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceRegistrationOptions
  14909. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameOptions
  14910. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameRegistrationOptions
  14911. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeOptions
  14912. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeRegistrationOptions
  14913. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpOptions
  14914. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpRegistrationOptions
  14915. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionOptions
  14916. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionRegistrationOptions
  14917. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyOptions
  14918. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyRegistrationOptions
  14919. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WindowClientCapabilities
  14920. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressOptions
  14921. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolOptions
  14922. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolRegistrationOptions
  14923. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingParams
  14924. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentPositionParams
  14925. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCapabilities
  14926. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeTextDocumentParams
  14927. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseTextDocumentParams
  14928. 862.02 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenTextDocumentParams
  14929. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveTextDocumentParams
  14930. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentEdit
  14931. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WillSaveTextDocumentParams
  14932. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingRegistrationOptions
  14933. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentChangeRegistrationOptions
  14934. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentRegistrationOptions
  14935. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveRegistrationOptions
  14936. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CancelParams
  14937. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncRegistrationOptions
  14938. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Registration
  14939. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaticRegistrationOptions
  14940. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Unregistration
  14941. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationIdentifier
  14942. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationsSupportOptions
  14943. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCapabilities
  14944. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeNotebookDocumentParams
  14945. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseNotebookDocumentParams
  14946. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenNotebookDocumentParams
  14947. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveNotebookDocumentParams
  14948. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionKindOptions
  14949. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemInsertTextModeOptions
  14950. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptionsKind
  14951. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientDiagnosticsTagOptions
  14952. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeKindOptions
  14953. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolKindOptions
  14954. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolTagOptions
  14955. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTagOptions
  14956. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionLiteralOptions
  14957. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionResolveOptions
  14958. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemResolveOptions
  14959. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInlayHintResolveOptions
  14960. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolResolveOptions
  14961. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureInformationOptions
  14962. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCompletionItemOptions
  14963. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeOptions
  14964. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestFullDelta
  14965. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensFullDelta
  14966. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientShowMessageActionItemOptions
  14967. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureParameterInformationOptions
  14968. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintLabelPart
  14969. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionContext
  14970. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceClientCapabilities
  14971. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageActionItem
  14972. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionContext
  14973. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpContext
  14974. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionDisabled
  14975. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionTriggerKind
  14976. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeDescription
  14977. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensWorkspaceClientCapabilities
  14978. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticWorkspaceClientCapabilities
  14979. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintWorkspaceClientCapabilities
  14980. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueWorkspaceClientCapabilities
  14981. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensWorkspaceClientCapabilities
  14982. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemKind
  14983. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTag
  14984. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionList
  14985. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionListCapabilities
  14986. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationParams
  14987. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReport
  14988. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReportPartialResult
  14989. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionTriggerKind
  14990. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationItem
  14991. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationRegistrationOptions
  14992. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPattern
  14993. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFileOptions
  14994. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFileOptions
  14995. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFilesParams
  14996. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFilesParams
  14997. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFilesParams
  14998. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Declaration
  14999. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationLink
  15000. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Definition
  15001. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionLink
  15002. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFileOptions
  15003. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticServerCancellationData
  15004. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationParams
  15005. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncOptions
  15006. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesParams
  15007. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellContentChanges
  15008. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesRegistrationOptions
  15009. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWorkspaceFoldersParams
  15010. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeWholeDocument
  15011. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReport
  15012. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportKind
  15013. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportPartialResult
  15014. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFilter
  15015. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightKind
  15016. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingOptions
  15017. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSelector
  15018. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EditRangeWithInsertReplace
  15019. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorCodes
  15020. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecutionSummary
  15021. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentResult
  15022. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FailureHandlingKind
  15023. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileChangeType
  15024. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationOptions
  15025. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationFilter
  15026. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterNotebookType
  15027. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterPattern
  15028. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterScheme
  15029. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelativePattern
  15030. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterLanguage
  15031. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterPattern
  15032. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterScheme
  15033. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternKind
  15034. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternOptions
  15035. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationRegistrationOptions
  15036. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileRename
  15037. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeKind
  15038. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FormattingOptions
  15039. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDelta
  15040. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GeneralClientCapabilities
  15041. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GlobPattern
  15042. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeError
  15043. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeResult
  15044. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersInitializeParams
  15045. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceOptions
  15046. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializedParams
  15047. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintKind
  15048. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedStringWithLanguage
  15049. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressParams
  15050. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SetTraceParams
  15051. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValue
  15052. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueContext
  15053. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextFormat
  15054. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextMode
  15055. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LSPErrorCodes
  15056. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LanguageKind
  15057. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRanges
  15058. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationLink
  15059. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedString
  15060. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellLanguage
  15061. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellTextDocumentFilter
  15062. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupKind
  15063. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageType
  15064. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerKind
  15065. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentChangeEvent
  15066. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithCells
  15067. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithNotebook
  15068. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellKind
  15069. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChangeStructure
  15070. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentClientCapabilities
  15071. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilter
  15072. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncOptions
  15073. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PositionEncodingKind
  15074. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameDefaultBehavior
  15075. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameResult
  15076. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareSupportDefaultBehavior
  15077. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCancelParams
  15078. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCreateParams
  15079. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressToken
  15080. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceContext
  15081. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationParams
  15082. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionEngineKind
  15083. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperationKind
  15084. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SaveOptions
  15085. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenModifiers
  15086. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenTypes
  15087. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensLegend
  15088. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenRelative
  15089. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaPartialResult
  15090. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentClientCapabilities
  15091. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestClientCapabilities
  15092. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelp
  15093. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpTriggerKind
  15094. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaleRequestSupportOptions
  15095. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolKind
  15096. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolTag
  15097. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeEvent
  15098. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilter
  15099. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveReason
  15100. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncKind
  15101. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TokenFormat
  15102. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TraceValue
  15103. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UniquenessLevel
  15104. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnregistrationParams
  15105. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WatchKind
  15106. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDocumentDiagnosticReport
  15107. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEditClientCapabilities
  15108. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersChangeEvent
  15109. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersServerCapabilities
  15110. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export codeActionKindSubsumes
  15111. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .:!?
  15112. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .=?
  15113. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _L
  15114. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _R
  15115. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absorbNull
  15116. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export maybeToNull
  15117. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export nullToMaybe
  15118. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toEither
  15119. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentChange
  15120. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _versionedTextDocumentIdentifier
  15121. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export applyTextEdit
  15122. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export editTextEdit
  15123. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isSubrangeOf
  15124. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkRange
  15125. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AsLspEnum
  15126. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspEnum
  15127. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EnumBaseType
  15128. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspOpenEnum
  15129. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdown
  15130. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdownCodeBlock
  15131. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkPlainText
  15132. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export plainTextToMarkdown
  15133. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export sectionSeparator
  15134. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressBegin
  15135. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressEnd
  15136. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressReport
  15137. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absolutizeTokens
  15138. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export computeEdits
  15139. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export defaultSemanticTokensLegend
  15140. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export encodeTokens
  15141. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokens
  15142. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokensDelta
  15143. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export relativizeTokens
  15144. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AString
  15145. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnInteger
  15146. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export emptyNormalizedFilePath
  15147. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export filePathToUri
  15148. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToUri
  15149. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareFilePathToUri
  15150. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareUriToFilePath
  15151. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToFilePath
  15152. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToNormalizedFilePath
  15153. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToOsPath
  15154. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export osPathToNormalizedFilePath
  15155. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export combineWatchKinds
  15156. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsChange
  15157. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsCreate
  15158. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsDelete
  15159. 862.03 s [hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Message
  15160. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseError
  15161. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseError
  15162. 862.03 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export runEq
  15163. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Method
  15164. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRegistration
  15165. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TUnregistration
  15166. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RequestMessage
  15167. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseMessage
  15168. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRequestMessage
  15169. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseMessage
  15170. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotificationMessage
  15171. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TNotificationMessage
  15172. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorData
  15173. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageParams
  15174. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageResult
  15175. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationOptions
  15176. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMethod
  15177. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspId
  15178. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageDirection
  15179. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageKind
  15180. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SClientMethod
  15181. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeMethod
  15182. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageDirection
  15183. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export methodStringToSomeMethod
  15184. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someMethodToMethodString
  15185. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageDirection
  15186. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeClientMethod
  15187. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeServerMethod
  15188. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isOptionalMethod
  15189. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someClientMethod
  15190. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someServerMethod
  15191. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SServerMethod
  15192. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeLspId
  15193. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageKind
  15194. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageKind
  15195. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeRegistration
  15196. 862.04 s [pandoc] #1: OK (0.03s)
  15197. 862.04 s [pandoc] biblatex-piccato.md
  15198. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeUnregistration
  15199. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export regHelper
  15200. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeRegistration
  15201. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeUnregistration
  15202. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedRegistration
  15203. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedUnregistration
  15204. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TCustomMessage
  15205. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export addNullField
  15206. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedResponseError
  15207. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TClientMessage
  15208. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TMessage
  15209. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TServerMessage
  15210. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage'
  15211. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientNotOrReq
  15212. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CustomEq
  15213. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage'
  15214. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage
  15215. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage
  15216. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HasJSON
  15217. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerNotOrReq
  15218. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LookupFunc
  15219. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientMethodJSON
  15220. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientResponseJSON
  15221. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientNot
  15222. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientReq
  15223. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerNot
  15224. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerReq
  15225. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqClient
  15226. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqServer
  15227. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseClientMessage
  15228. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseServerMessage
  15229. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverMethodJSON
  15230. 862.04 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverResponseJSON
  15231. 862.05 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitClientMethod
  15232. 862.05 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitServerMethod
  15233. 862.05 s [hls-test-utils] 7% ( 45 /627) in 'Test.Hls'
  15234. 862.05 s [hls-test-utils] Missing documentation for:
  15235. 862.05 s [hls-test-utils] Module header
  15236. 862.05 s [hls-test-utils] NoTimeout
  15237. 862.05 s [hls-test-utils] Pattern
  15238. 862.05 s [hls-test-utils] UInt
  15239. 862.05 s [hls-test-utils] Color
  15240. 862.05 s [hls-test-utils] Location
  15241. 862.05 s [hls-test-utils] |?
  15242. 862.05 s [hls-test-utils] Position
  15243. 862.05 s [hls-test-utils] EncodingException
  15244. 862.05 s [hls-test-utils] Diagnostic
  15245. 862.05 s [hls-test-utils] Edit
  15246. 862.05 s [hls-test-utils] Range
  15247. 862.05 s [hls-test-utils] NormalizedUri
  15248. 862.05 s [hls-test-utils] fromNormalizedFilePath
  15249. 862.05 s [hls-test-utils] fromNormalizedUri
  15250. 862.05 s [hls-test-utils] toNormalizedUri
  15251. 862.05 s [hls-test-utils] CallHierarchyItem
  15252. 862.05 s [hls-test-utils] CodeAction
  15253. 862.05 s [hls-test-utils] CodeLens
  15254. 862.05 s [hls-test-utils] CompletionItem
  15255. 862.05 s [hls-test-utils] CompletionItemDefaults
  15256. 862.05 s [hls-test-utils] DocumentLink
  15257. 862.05 s [hls-test-utils] InlayHint
  15258. 862.05 s [hls-test-utils] NotebookDocumentCellChanges
  15259. 862.05 s [hls-test-utils] SemanticTokens
  15260. 862.05 s [hls-test-utils] SemanticTokensEdit
  15261. 862.05 s [hls-test-utils] SemanticTokensPartialResult
  15262. 862.05 s [hls-test-utils] TypeHierarchyItem
  15263. 862.05 s [hls-test-utils] WorkspaceSymbol
  15264. 862.05 s [hls-test-utils] DiagnosticRelatedInformation
  15265. 862.05 s [hls-test-utils] LogMessageParams
  15266. 862.05 s [hls-test-utils] LogTraceParams
  15267. 862.05 s [hls-test-utils] ShowMessageParams
  15268. 862.05 s [hls-test-utils] ShowMessageRequestParams
  15269. 862.05 s [hls-test-utils] WorkDoneProgressBegin
  15270. 862.06 s [hls-test-utils] WorkDoneProgressEnd
  15271. 862.06 s [hls-test-utils] WorkDoneProgressReport
  15272. 862.06 s [hls-test-utils] AnnotatedTextEdit
  15273. 862.06 s [hls-test-utils] ClientSemanticTokensRequestOptions
  15274. 862.06 s [hls-test-utils] CodeActionParams
  15275. 862.06 s [hls-test-utils] ColorInformation
  15276. 862.06 s [hls-test-utils] ColorPresentationParams
  15277. 862.06 s [hls-test-utils] DocumentHighlight
  15278. 862.06 s [hls-test-utils] DocumentRangeFormattingParams
  15279. 862.06 s [hls-test-utils] DocumentSymbol
  15280. 862.06 s [hls-test-utils] Hover
  15281. 862.06 s [hls-test-utils] InlayHintParams
  15282. 862.06 s [hls-test-utils] InlineValueEvaluatableExpression
  15283. 862.06 s [hls-test-utils] InlineValueParams
  15284. 862.06 s [hls-test-utils] InlineValueText
  15285. 862.06 s [hls-test-utils] InlineValueVariableLookup
  15286. 862.06 s [hls-test-utils] PrepareRenamePlaceholder
  15287. 862.06 s [hls-test-utils] SelectionRange
  15288. 862.06 s [hls-test-utils] SemanticTokensOptions
  15289. 862.06 s [hls-test-utils] SemanticTokensRangeParams
  15290. 862.06 s [hls-test-utils] SemanticTokensRegistrationOptions
  15291. 862.06 s [hls-test-utils] TextDocumentContentChangePartial
  15292. 862.06 s [hls-test-utils] TextEdit
  15293. 862.06 s [hls-test-utils] PublishDiagnosticsClientCapabilities
  15294. 862.06 s [hls-test-utils] BaseSymbolInformation
  15295. 862.06 s [hls-test-utils] SymbolInformation
  15296. 862.06 s [hls-test-utils] DiagnosticSeverity
  15297. 862.06 s [hls-test-utils] CreateFile
  15298. 862.06 s [hls-test-utils] DeleteFile
  15299. 862.06 s [hls-test-utils] FileCreate
  15300. 862.06 s [hls-test-utils] FileDelete
  15301. 862.06 s [hls-test-utils] FileEvent
  15302. 862.06 s [hls-test-utils] LocationUriOnly
  15303. 862.06 s [hls-test-utils] NotebookDocument
  15304. 862.06 s [hls-test-utils] NotebookDocumentIdentifier
  15305. 862.06 s [hls-test-utils] OptionalVersionedTextDocumentIdentifier
  15306. 862.06 s [hls-test-utils] PreviousResultId
  15307. 862.06 s [hls-test-utils] PublishDiagnosticsParams
  15308. 862.06 s [hls-test-utils] ShowDocumentParams
  15309. 862.06 s [hls-test-utils] TextDocumentIdentifier
  15310. 862.06 s [hls-test-utils] TextDocumentItem
  15311. 862.06 s [hls-test-utils] VersionedNotebookDocumentIdentifier
  15312. 862.06 s [hls-test-utils] VersionedTextDocumentIdentifier
  15313. 862.06 s [hls-test-utils] WorkspaceFolder
  15314. 862.06 s [hls-test-utils] WorkspaceFullDocumentDiagnosticReport
  15315. 862.06 s [hls-test-utils] WorkspaceUnchangedDocumentDiagnosticReport
  15316. 862.06 s [hls-test-utils] SemanticTokenAbsolute
  15317. 862.06 s [hls-test-utils] NotebookCellArrayChange
  15318. 862.06 s [hls-test-utils] NormalizedFilePath
  15319. 862.06 s [hls-test-utils] Uri
  15320. 862.06 s [hls-test-utils] Command
  15321. 862.06 s [hls-test-utils] ClientInfo
  15322. 862.06 s [hls-test-utils] MarkdownClientCapabilities
  15323. 862.06 s [hls-test-utils] RegularExpressionsClientCapabilities
  15324. 862.06 s [hls-test-utils] ServerInfo
  15325. 862.06 s [hls-test-utils] positionInRange
  15326. 862.06 s [hls-test-utils] WorkspaceEdit
  15327. 862.06 s [hls-test-utils] CodeActionKind
  15328. 862.06 s [hls-test-utils] ClientCompletionItemOptions
  15329. 862.06 s [hls-test-utils] toNormalizedFilePath
  15330. 862.06 s [hls-test-utils] DiagnosticTag
  15331. 862.06 s [hls-test-utils] RenameFile
  15332. 862.06 s [hls-test-utils] ResourceOperation
  15333. 862.06 s [hls-test-utils] InsertReplaceEdit
  15334. 862.06 s [hls-test-utils] ApplyWorkspaceEditParams
  15335. 862.06 s [hls-test-utils] ChangeAnnotation
  15336. 862.06 s [hls-test-utils] ColorPresentation
  15337. 862.06 s [hls-test-utils] DocumentSymbolOptions
  15338. 862.06 s [hls-test-utils] DocumentSymbolRegistrationOptions
  15339. 862.06 s [hls-test-utils] ParameterInformation
  15340. 862.06 s [hls-test-utils] SignatureInformation
  15341. 862.06 s [hls-test-utils] ApplyWorkspaceEditResult
  15342. 862.06 s [hls-test-utils] FileSystemWatcher
  15343. 862.06 s [hls-test-utils] FoldingRange
  15344. 862.06 s [hls-test-utils] FullDocumentDiagnosticReport
  15345. 862.06 s [hls-test-utils] MarkupContent
  15346. 862.06 s [hls-test-utils] Moniker
  15347. 862.06 s [hls-test-utils] NotebookCell
  15348. 862.06 s [hls-test-utils] RelatedFullDocumentDiagnosticReport
  15349. 862.06 s [hls-test-utils] RelatedUnchangedDocumentDiagnosticReport
  15350. 862.06 s [hls-test-utils] UnchangedDocumentDiagnosticReport
  15351. 862.06 s [hls-test-utils] CallHierarchyClientCapabilities
  15352. 862.06 s [hls-test-utils] CodeActionClientCapabilities
  15353. 862.06 s [hls-test-utils] CodeLensClientCapabilities
  15354. 862.06 s [hls-test-utils] CompletionClientCapabilities
  15355. 862.06 s [hls-test-utils] DeclarationClientCapabilities
  15356. 862.06 s [hls-test-utils] DefinitionClientCapabilities
  15357. 862.06 s [hls-test-utils] DiagnosticClientCapabilities
  15358. 862.06 s [hls-test-utils] DidChangeConfigurationClientCapabilities
  15359. 862.06 s [hls-test-utils] DidChangeWatchedFilesClientCapabilities
  15360. 862.06 s [hls-test-utils] DocumentColorClientCapabilities
  15361. 862.06 s [hls-test-utils] DocumentFormattingClientCapabilities
  15362. 862.06 s [hls-test-utils] DocumentHighlightClientCapabilities
  15363. 862.06 s [hls-test-utils] DocumentLinkClientCapabilities
  15364. 862.06 s [hls-test-utils] DocumentOnTypeFormattingClientCapabilities
  15365. 862.06 s [hls-test-utils] DocumentRangeFormattingClientCapabilities
  15366. 862.06 s [hls-test-utils] DocumentSymbolClientCapabilities
  15367. 862.06 s [hls-test-utils] ExecuteCommandClientCapabilities
  15368. 862.06 s [hls-test-utils] FileOperationClientCapabilities
  15369. 862.06 s [hls-test-utils] FoldingRangeClientCapabilities
  15370. 862.06 s [hls-test-utils] HoverClientCapabilities
  15371. 862.06 s [hls-test-utils] ImplementationClientCapabilities
  15372. 862.06 s [hls-test-utils] InlayHintClientCapabilities
  15373. 862.06 s [hls-test-utils] InlineValueClientCapabilities
  15374. 862.06 s [hls-test-utils] LinkedEditingRangeClientCapabilities
  15375. 862.06 s [hls-test-utils] MonikerClientCapabilities
  15376. 862.06 s [hls-test-utils] NotebookDocumentSyncClientCapabilities
  15377. 862.06 s [hls-test-utils] ReferenceClientCapabilities
  15378. 862.06 s [hls-test-utils] RenameClientCapabilities
  15379. 862.06 s [hls-test-utils] SelectionRangeClientCapabilities
  15380. 862.06 s [hls-test-utils] SemanticTokensClientCapabilities
  15381. 862.06 s [hls-test-utils] SignatureHelpClientCapabilities
  15382. 862.06 s [hls-test-utils] TextDocumentSyncClientCapabilities
  15383. 862.06 s [hls-test-utils] TypeDefinitionClientCapabilities
  15384. 862.06 s [hls-test-utils] TypeHierarchyClientCapabilities
  15385. 862.06 s [hls-test-utils] WorkspaceSymbolClientCapabilities
  15386. 862.06 s [hls-test-utils] CallHierarchyIncomingCall
  15387. 862.06 s [hls-test-utils] CallHierarchyOutgoingCall
  15388. 862.06 s [hls-test-utils] CallHierarchyIncomingCallsParams
  15389. 862.06 s [hls-test-utils] CallHierarchyOutgoingCallsParams
  15390. 862.06 s [hls-test-utils] TypeHierarchySubtypesParams
  15391. 862.06 s [hls-test-utils] TypeHierarchySupertypesParams
  15392. 862.06 s [hls-test-utils] CodeLensParams
  15393. 862.06 s [hls-test-utils] CompletionParams
  15394. 862.06 s [hls-test-utils] DeclarationParams
  15395. 862.06 s [hls-test-utils] DefinitionParams
  15396. 862.06 s [hls-test-utils] DocumentColorParams
  15397. 862.06 s [hls-test-utils] DocumentDiagnosticParams
  15398. 862.06 s [hls-test-utils] DocumentHighlightParams
  15399. 862.06 s [hls-test-utils] DocumentLinkParams
  15400. 862.06 s [hls-test-utils] DocumentSymbolParams
  15401. 862.06 s [hls-test-utils] FoldingRangeParams
  15402. 862.06 s [hls-test-utils] ImplementationParams
  15403. 862.06 s [hls-test-utils] MonikerParams
  15404. 862.06 s [hls-test-utils] PartialResultParams
  15405. 862.06 s [hls-test-utils] ReferenceParams
  15406. 862.06 s [hls-test-utils] SelectionRangeParams
  15407. 862.06 s [hls-test-utils] SemanticTokensDeltaParams
  15408. 862.06 s [hls-test-utils] SemanticTokensParams
  15409. 862.06 s [hls-test-utils] TypeDefinitionParams
  15410. 862.06 s [hls-test-utils] WorkspaceDiagnosticParams
  15411. 862.06 s [hls-test-utils] WorkspaceSymbolParams
  15412. 862.06 s [hls-test-utils] CallHierarchyPrepareParams
  15413. 862.06 s [hls-test-utils] DocumentFormattingParams
  15414. 862.06 s [hls-test-utils] ExecuteCommandParams
  15415. 862.06 s [hls-test-utils] HoverParams
  15416. 862.06 s [hls-test-utils] InitializeParams
  15417. 862.06 s [hls-test-utils] LinkedEditingRangeParams
  15418. 862.06 s [hls-test-utils] PrepareRenameParams
  15419. 862.06 s [hls-test-utils] RenameParams
  15420. 862.06 s [hls-test-utils] SignatureHelpParams
  15421. 862.06 s [hls-test-utils] TypeHierarchyPrepareParams
  15422. 862.06 s [hls-test-utils] UInitializeParams
  15423. 862.06 s [hls-test-utils] WorkDoneProgressParams
  15424. 862.06 s [hls-test-utils] CompletionItemLabelDetails
  15425. 862.06 s [hls-test-utils] TextDocumentClientCapabilities
  15426. 862.06 s [hls-test-utils] CallHierarchyOptions
  15427. 862.06 s [hls-test-utils] CallHierarchyRegistrationOptions
  15428. 862.06 s [hls-test-utils] CodeActionOptions
  15429. 862.06 s [hls-test-utils] CodeActionRegistrationOptions
  15430. 862.06 s [hls-test-utils] CodeLensOptions
  15431. 862.06 s [hls-test-utils] CodeLensRegistrationOptions
  15432. 862.06 s [hls-test-utils] CompletionOptions
  15433. 862.06 s [hls-test-utils] CompletionRegistrationOptions
  15434. 862.06 s [hls-test-utils] DeclarationOptions
  15435. 862.06 s [hls-test-utils] DeclarationRegistrationOptions
  15436. 862.06 s [hls-test-utils] DefinitionOptions
  15437. 862.06 s [hls-test-utils] DefinitionRegistrationOptions
  15438. 862.06 s [hls-test-utils] DiagnosticOptions
  15439. 862.06 s [hls-test-utils] DiagnosticRegistrationOptions
  15440. 862.06 s [hls-test-utils] DocumentColorOptions
  15441. 862.06 s [hls-test-utils] DocumentColorRegistrationOptions
  15442. 862.06 s [hls-test-utils] DocumentFormattingOptions
  15443. 862.06 s [hls-test-utils] DocumentFormattingRegistrationOptions
  15444. 862.06 s [hls-test-utils] DocumentHighlightOptions
  15445. 862.06 s [hls-test-utils] DocumentHighlightRegistrationOptions
  15446. 862.06 s [hls-test-utils] DocumentLinkOptions
  15447. 862.06 s [hls-test-utils] DocumentLinkRegistrationOptions
  15448. 862.06 s [hls-test-utils] DocumentRangeFormattingOptions
  15449. 862.06 s [hls-test-utils] DocumentRangeFormattingRegistrationOptions
  15450. 862.06 s [hls-test-utils] ExecuteCommandOptions
  15451. 862.06 s [hls-test-utils] ExecuteCommandRegistrationOptions
  15452. 862.06 s [hls-test-utils] FoldingRangeOptions
  15453. 862.06 s [hls-test-utils] FoldingRangeRegistrationOptions
  15454. 862.06 s [hls-test-utils] HoverOptions
  15455. 862.06 s [hls-test-utils] HoverRegistrationOptions
  15456. 862.06 s [hls-test-utils] ImplementationOptions
  15457. 862.06 s [hls-test-utils] ImplementationRegistrationOptions
  15458. 862.06 s [hls-test-utils] InlayHintOptions
  15459. 862.06 s [hls-test-utils] InlayHintRegistrationOptions
  15460. 862.06 s [hls-test-utils] InlineValueOptions
  15461. 862.06 s [hls-test-utils] InlineValueRegistrationOptions
  15462. 862.06 s [hls-test-utils] LinkedEditingRangeOptions
  15463. 862.06 s [hls-test-utils] LinkedEditingRangeRegistrationOptions
  15464. 862.06 s [hls-test-utils] MonikerOptions
  15465. 862.06 s [hls-test-utils] MonikerRegistrationOptions
  15466. 862.06 s [hls-test-utils] ReferenceOptions
  15467. 862.06 s [hls-test-utils] ReferenceRegistrationOptions
  15468. 862.06 s [hls-test-utils] RenameOptions
  15469. 862.06 s [hls-test-utils] RenameRegistrationOptions
  15470. 862.06 s [hls-test-utils] SelectionRangeOptions
  15471. 862.06 s [hls-test-utils] SelectionRangeRegistrationOptions
  15472. 862.06 s [hls-test-utils] SignatureHelpOptions
  15473. 862.06 s [hls-test-utils] SignatureHelpRegistrationOptions
  15474. 862.06 s [hls-test-utils] TypeDefinitionOptions
  15475. 862.06 s [hls-test-utils] TypeDefinitionRegistrationOptions
  15476. 862.06 s [hls-test-utils] TypeHierarchyOptions
  15477. 862.06 s [hls-test-utils] TypeHierarchyRegistrationOptions
  15478. 862.06 s [hls-test-utils] WindowClientCapabilities
  15479. 862.06 s [hls-test-utils] WorkDoneProgressOptions
  15480. 862.06 s [hls-test-utils] WorkspaceSymbolOptions
  15481. 862.06 s [hls-test-utils] WorkspaceSymbolRegistrationOptions
  15482. 862.06 s [hls-test-utils] DocumentOnTypeFormattingParams
  15483. 862.06 s [hls-test-utils] TextDocumentPositionParams
  15484. 862.06 s [hls-test-utils] ClientCapabilities
  15485. 862.06 s [hls-test-utils] DidChangeTextDocumentParams
  15486. 862.06 s [hls-test-utils] DidCloseTextDocumentParams
  15487. 862.06 s [hls-test-utils] DidOpenTextDocumentParams
  15488. 862.06 s [hls-test-utils] DidSaveTextDocumentParams
  15489. 862.06 s [hls-test-utils] TextDocumentEdit
  15490. 862.06 s [hls-test-utils] WillSaveTextDocumentParams
  15491. 862.06 s [hls-test-utils] DocumentOnTypeFormattingRegistrationOptions
  15492. 862.06 s [hls-test-utils] TextDocumentChangeRegistrationOptions
  15493. 862.06 s [hls-test-utils] TextDocumentRegistrationOptions
  15494. 862.06 s [hls-test-utils] TextDocumentSaveRegistrationOptions
  15495. 862.06 s [hls-test-utils] CancelParams
  15496. 862.06 s [hls-test-utils] NotebookDocumentSyncRegistrationOptions
  15497. 862.06 s [hls-test-utils] Registration
  15498. 862.06 s [hls-test-utils] StaticRegistrationOptions
  15499. 862.06 s [hls-test-utils] Unregistration
  15500. 862.06 s [hls-test-utils] ChangeAnnotationIdentifier
  15501. 862.06 s [hls-test-utils] ChangeAnnotationsSupportOptions
  15502. 862.06 s [hls-test-utils] ServerCapabilities
  15503. 862.06 s [hls-test-utils] DidChangeNotebookDocumentParams
  15504. 862.06 s [hls-test-utils] DidCloseNotebookDocumentParams
  15505. 862.06 s [hls-test-utils] DidOpenNotebookDocumentParams
  15506. 862.06 s [hls-test-utils] DidSaveNotebookDocumentParams
  15507. 862.06 s [hls-test-utils] ClientCodeActionKindOptions
  15508. 862.06 s [hls-test-utils] ClientCompletionItemInsertTextModeOptions
  15509. 862.06 s [hls-test-utils] ClientCompletionItemOptionsKind
  15510. 862.06 s [hls-test-utils] ClientDiagnosticsTagOptions
  15511. 862.06 s [hls-test-utils] ClientFoldingRangeKindOptions
  15512. 862.06 s [hls-test-utils] ClientSymbolKindOptions
  15513. 862.06 s [hls-test-utils] ClientSymbolTagOptions
  15514. 862.06 s [hls-test-utils] CompletionItemTagOptions
  15515. 862.06 s [hls-test-utils] ClientCodeActionLiteralOptions
  15516. 862.06 s [hls-test-utils] ClientCodeActionResolveOptions
  15517. 862.06 s [hls-test-utils] ClientCompletionItemResolveOptions
  15518. 862.06 s [hls-test-utils] ClientInlayHintResolveOptions
  15519. 862.06 s [hls-test-utils] ClientSymbolResolveOptions
  15520. 862.06 s [hls-test-utils] ClientSignatureInformationOptions
  15521. 862.06 s [hls-test-utils] ServerCompletionItemOptions
  15522. 862.06 s [hls-test-utils] ClientFoldingRangeOptions
  15523. 862.06 s [hls-test-utils] ClientSemanticTokensRequestFullDelta
  15524. 862.06 s [hls-test-utils] SemanticTokensFullDelta
  15525. 862.06 s [hls-test-utils] ClientShowMessageActionItemOptions
  15526. 862.06 s [hls-test-utils] ClientSignatureParameterInformationOptions
  15527. 862.06 s [hls-test-utils] InlayHintLabelPart
  15528. 862.06 s [hls-test-utils] CodeActionContext
  15529. 862.06 s [hls-test-utils] WorkspaceClientCapabilities
  15530. 862.06 s [hls-test-utils] MessageActionItem
  15531. 862.06 s [hls-test-utils] CompletionContext
  15532. 862.06 s [hls-test-utils] SignatureHelpContext
  15533. 862.06 s [hls-test-utils] CodeActionDisabled
  15534. 862.06 s [hls-test-utils] CodeActionTriggerKind
  15535. 862.06 s [hls-test-utils] CodeDescription
  15536. 862.06 s [hls-test-utils] CodeLensWorkspaceClientCapabilities
  15537. 862.06 s [hls-test-utils] DiagnosticWorkspaceClientCapabilities
  15538. 862.06 s [hls-test-utils] InlayHintWorkspaceClientCapabilities
  15539. 862.06 s [hls-test-utils] InlineValueWorkspaceClientCapabilities
  15540. 862.06 s [hls-test-utils] SemanticTokensWorkspaceClientCapabilities
  15541. 862.06 s [hls-test-utils] CompletionItemKind
  15542. 862.06 s [hls-test-utils] CompletionItemTag
  15543. 862.06 s [hls-test-utils] CompletionList
  15544. 862.06 s [hls-test-utils] CompletionListCapabilities
  15545. 862.06 s [hls-test-utils] ConfigurationParams
  15546. 862.06 s [hls-test-utils] WorkspaceDiagnosticReport
  15547. 862.06 s [hls-test-utils] WorkspaceDiagnosticReportPartialResult
  15548. 862.06 s [hls-test-utils] CompletionTriggerKind
  15549. 862.06 s [hls-test-utils] ConfigurationItem
  15550. 862.06 s [hls-test-utils] DidChangeConfigurationRegistrationOptions
  15551. 862.06 s [hls-test-utils] FileOperationPattern
  15552. 862.06 s [hls-test-utils] CreateFileOptions
  15553. 862.06 s [hls-test-utils] RenameFileOptions
  15554. 862.06 s [hls-test-utils] CreateFilesParams
  15555. 862.06 s [hls-test-utils] DeleteFilesParams
  15556. 862.06 s [hls-test-utils] RenameFilesParams
  15557. 862.06 s [hls-test-utils] Declaration
  15558. 862.06 s [hls-test-utils] DeclarationLink
  15559. 862.06 s [hls-test-utils] Definition
  15560. 862.06 s [hls-test-utils] DefinitionLink
  15561. 862.06 s [hls-test-utils] DeleteFileOptions
  15562. 862.06 s [hls-test-utils] DiagnosticServerCancellationData
  15563. 862.06 s [hls-test-utils] DidChangeConfigurationParams
  15564. 862.06 s [hls-test-utils] TextDocumentSyncOptions
  15565. 862.06 s [hls-test-utils] DidChangeWatchedFilesParams
  15566. 862.06 s [hls-test-utils] NotebookDocumentCellContentChanges
  15567. 862.06 s [hls-test-utils] DidChangeWatchedFilesRegistrationOptions
  15568. 862.06 s [hls-test-utils] DidChangeWorkspaceFoldersParams
  15569. 862.06 s [hls-test-utils] TextDocumentContentChangeWholeDocument
  15570. 862.06 s [hls-test-utils] DocumentDiagnosticReport
  15571. 862.06 s [hls-test-utils] DocumentDiagnosticReportKind
  15572. 862.06 s [hls-test-utils] DocumentDiagnosticReportPartialResult
  15573. 862.06 s [hls-test-utils] DocumentFilter
  15574. 862.06 s [hls-test-utils] DocumentHighlightKind
  15575. 862.06 s [hls-test-utils] DocumentOnTypeFormattingOptions
  15576. 862.06 s [hls-test-utils] DocumentSelector
  15577. 862.06 s [hls-test-utils] EditRangeWithInsertReplace
  15578. 862.06 s [hls-test-utils] ErrorCodes
  15579. 862.06 s [hls-test-utils] ExecutionSummary
  15580. 862.06 s [hls-test-utils] ShowDocumentResult
  15581. 862.06 s [hls-test-utils] FailureHandlingKind
  15582. 862.06 s [hls-test-utils] FileChangeType
  15583. 862.06 s [hls-test-utils] FileOperationOptions
  15584. 862.06 s [hls-test-utils] FileOperationFilter
  15585. 862.06 s [hls-test-utils] NotebookDocumentFilterNotebookType
  15586. 862.06 s [hls-test-utils] NotebookDocumentFilterPattern
  15587. 862.06 s [hls-test-utils] NotebookDocumentFilterScheme
  15588. 862.06 s [hls-test-utils] RelativePattern
  15589. 862.06 s [hls-test-utils] TextDocumentFilterLanguage
  15590. 862.06 s [hls-test-utils] TextDocumentFilterPattern
  15591. 862.06 s [hls-test-utils] TextDocumentFilterScheme
  15592. 862.06 s [hls-test-utils] FileOperationPatternKind
  15593. 862.06 s [hls-test-utils] FileOperationPatternOptions
  15594. 862.06 s [hls-test-utils] FileOperationRegistrationOptions
  15595. 862.06 s [hls-test-utils] FileRename
  15596. 862.06 s [hls-test-utils] FoldingRangeKind
  15597. 862.06 s [hls-test-utils] FormattingOptions
  15598. 862.06 s [hls-test-utils] SemanticTokensDelta
  15599. 862.06 s [hls-test-utils] GeneralClientCapabilities
  15600. 862.06 s [hls-test-utils] GlobPattern
  15601. 862.06 s [hls-test-utils] InitializeError
  15602. 862.06 s [hls-test-utils] InitializeResult
  15603. 862.06 s [hls-test-utils] WorkspaceFoldersInitializeParams
  15604. 862.06 s [hls-test-utils] WorkspaceOptions
  15605. 862.06 s [hls-test-utils] InitializedParams
  15606. 862.06 s [hls-test-utils] InlayHintKind
  15607. 862.06 s [hls-test-utils] MarkedStringWithLanguage
  15608. 862.06 s [hls-test-utils] ProgressParams
  15609. 862.06 s [hls-test-utils] SetTraceParams
  15610. 862.06 s [hls-test-utils] InlineValue
  15611. 862.06 s [hls-test-utils] InlineValueContext
  15612. 862.07 s [hls-test-utils] InsertTextFormat
  15613. 862.07 s [hls-test-utils] InsertTextMode
  15614. 862.07 s [hls-test-utils] LSPErrorCodes
  15615. 862.07 s [hls-test-utils] LanguageKind
  15616. 862.07 s [hls-test-utils] LinkedEditingRanges
  15617. 862.07 s [hls-test-utils] LocationLink
  15618. 862.07 s [hls-test-utils] MarkedString
  15619. 862.07 s [hls-test-utils] NotebookCellLanguage
  15620. 862.07 s [hls-test-utils] NotebookCellTextDocumentFilter
  15621. 862.07 s [hls-test-utils] MarkupKind
  15622. 862.07 s [hls-test-utils] MessageType
  15623. 862.07 s [hls-test-utils] MonikerKind
  15624. 862.07 s [hls-test-utils] NotebookDocumentChangeEvent
  15625. 862.07 s [hls-test-utils] NotebookDocumentFilterWithCells
  15626. 862.07 s [hls-test-utils] NotebookDocumentFilterWithNotebook
  15627. 862.07 s [hls-test-utils] NotebookCellKind
  15628. 862.07 s [hls-test-utils] NotebookDocumentCellChangeStructure
  15629. 862.07 s [hls-test-utils] NotebookDocumentClientCapabilities
  15630. 862.07 s [hls-test-utils] NotebookDocumentFilter
  15631. 862.07 s [hls-test-utils] NotebookDocumentSyncOptions
  15632. 862.07 s [hls-test-utils] PositionEncodingKind
  15633. 862.07 s [hls-test-utils] PrepareRenameDefaultBehavior
  15634. 862.07 s [hls-test-utils] PrepareRenameResult
  15635. 862.07 s [hls-test-utils] PrepareSupportDefaultBehavior
  15636. 862.07 s [hls-test-utils] WorkDoneProgressCancelParams
  15637. 862.07 s [hls-test-utils] WorkDoneProgressCreateParams
  15638. 862.07 s [hls-test-utils] ProgressToken
  15639. 862.07 s [hls-test-utils] ReferenceContext
  15640. 862.07 s [hls-test-utils] RegistrationParams
  15641. 862.07 s [hls-test-utils] RegularExpressionEngineKind
  15642. 862.07 s [hls-test-utils] ResourceOperationKind
  15643. 862.07 s [hls-test-utils] SaveOptions
  15644. 862.07 s [hls-test-utils] SemanticTokenModifiers
  15645. 862.07 s [hls-test-utils] SemanticTokenTypes
  15646. 862.07 s [hls-test-utils] SemanticTokensLegend
  15647. 862.07 s [hls-test-utils] SemanticTokenRelative
  15648. 862.07 s [hls-test-utils] SemanticTokensDeltaPartialResult
  15649. 862.07 s [hls-test-utils] ShowDocumentClientCapabilities
  15650. 862.07 s [hls-test-utils] ShowMessageRequestClientCapabilities
  15651. 862.07 s [hls-test-utils] SignatureHelp
  15652. 862.07 s [hls-test-utils] SignatureHelpTriggerKind
  15653. 862.07 s [hls-test-utils] StaleRequestSupportOptions
  15654. 862.07 s [hls-test-utils] SymbolKind
  15655. 862.07 s [hls-test-utils] SymbolTag
  15656. 862.07 s [hls-test-utils] TextDocumentContentChangeEvent
  15657. 862.07 s [hls-test-utils] TextDocumentFilter
  15658. 862.07 s [hls-test-utils] TextDocumentSaveReason
  15659. 862.07 s [hls-test-utils] TextDocumentSyncKind
  15660. 862.07 s [hls-test-utils] TokenFormat
  15661. 862.07 s [hls-test-utils] TraceValue
  15662. 862.07 s [hls-test-utils] UniquenessLevel
  15663. 862.07 s [hls-test-utils] UnregistrationParams
  15664. 862.07 s [hls-test-utils] WatchKind
  15665. 862.07 s [hls-test-utils] WorkspaceDocumentDiagnosticReport
  15666. 862.07 s [hls-test-utils] WorkspaceEditClientCapabilities
  15667. 862.07 s [hls-test-utils] WorkspaceFoldersChangeEvent
  15668. 862.07 s [hls-test-utils] WorkspaceFoldersServerCapabilities
  15669. 862.07 s [hls-test-utils] codeActionKindSubsumes
  15670. 862.07 s [hls-test-utils] .:!?
  15671. 862.07 s [hls-test-utils] .=?
  15672. 862.07 s [hls-test-utils] _L
  15673. 862.07 s [hls-test-utils] _R
  15674. 862.07 s [hls-test-utils] absorbNull
  15675. 862.07 s [hls-test-utils] maybeToNull
  15676. 862.07 s [hls-test-utils] nullToMaybe
  15677. 862.07 s [hls-test-utils] toEither
  15678. 862.07 s [hls-test-utils] DocumentChange
  15679. 862.07 s [hls-test-utils] _versionedTextDocumentIdentifier
  15680. 862.07 s [hls-test-utils] applyTextEdit
  15681. 862.07 s [hls-test-utils] editTextEdit
  15682. 862.07 s [hls-test-utils] isSubrangeOf
  15683. 862.07 s [hls-test-utils] mkRange
  15684. 862.07 s [hls-test-utils] AsLspEnum
  15685. 862.07 s [hls-test-utils] LspEnum
  15686. 862.07 s [hls-test-utils] EnumBaseType
  15687. 862.07 s [hls-test-utils] LspOpenEnum
  15688. 862.07 s [hls-test-utils] mkMarkdown
  15689. 862.07 s [hls-test-utils] mkMarkdownCodeBlock
  15690. 862.07 s [hls-test-utils] mkPlainText
  15691. 862.07 s [hls-test-utils] plainTextToMarkdown
  15692. 862.07 s [hls-test-utils] sectionSeparator
  15693. 862.07 s [hls-test-utils] _workDoneProgressBegin
  15694. 862.07 s [hls-test-utils] _workDoneProgressEnd
  15695. 862.07 s [hls-test-utils] _workDoneProgressReport
  15696. 862.07 s [hls-test-utils] absolutizeTokens
  15697. 862.07 s [hls-test-utils] computeEdits
  15698. 862.07 s [hls-test-utils] defaultSemanticTokensLegend
  15699. 862.07 s [hls-test-utils] encodeTokens
  15700. 862.07 s [hls-test-utils] makeSemanticTokens
  15701. 862.07 s [hls-test-utils] makeSemanticTokensDelta
  15702. 862.07 s [hls-test-utils] relativizeTokens
  15703. 862.07 s [hls-test-utils] AString
  15704. 862.07 s [hls-test-utils] AnInteger
  15705. 862.07 s [hls-test-utils] emptyNormalizedFilePath
  15706. 862.07 s [hls-test-utils] filePathToUri
  15707. 862.07 s [hls-test-utils] normalizedFilePathToUri
  15708. 862.07 s [hls-test-utils] platformAwareFilePathToUri
  15709. 862.07 s [hls-test-utils] platformAwareUriToFilePath
  15710. 862.07 s [hls-test-utils] uriToFilePath
  15711. 862.07 s [hls-test-utils] uriToNormalizedFilePath
  15712. 862.07 s [hls-test-utils] normalizedFilePathToOsPath
  15713. 862.07 s [hls-test-utils] osPathToNormalizedFilePath
  15714. 862.07 s [hls-test-utils] combineWatchKinds
  15715. 862.07 s [hls-test-utils] containsChange
  15716. 862.07 s [hls-test-utils] containsCreate
  15717. 862.07 s [hls-test-utils] containsDelete
  15718. 862.07 s [hls-test-utils] ResponseError
  15719. 862.07 s [hls-test-utils] TResponseError
  15720. 862.07 s [hls-test-utils] runEq
  15721. 862.07 s [hls-test-utils] Method
  15722. 862.07 s [hls-test-utils] TRegistration
  15723. 862.07 s [hls-test-utils] TUnregistration
  15724. 862.07 s [hls-test-utils] RequestMessage
  15725. 862.07 s [hls-test-utils] ResponseMessage
  15726. 862.07 s [hls-test-utils] TRequestMessage
  15727. 862.07 s [hls-test-utils] TResponseMessage
  15728. 862.07 s [hls-test-utils] NotificationMessage
  15729. 862.07 s [hls-test-utils] TNotificationMessage
  15730. 862.07 s [hls-test-utils] ErrorData
  15731. 862.07 s [hls-test-utils] MessageParams
  15732. 862.07 s [hls-test-utils] MessageResult
  15733. 862.07 s [hls-test-utils] RegistrationOptions
  15734. 862.07 s [hls-test-utils] SMethod
  15735. 862.07 s [hls-test-utils] LspId
  15736. 862.07 s [hls-test-utils] MessageDirection
  15737. 862.07 s [hls-test-utils] MessageKind
  15738. 862.07 s [hls-test-utils] SClientMethod
  15739. 862.07 s [hls-test-utils] SomeMethod
  15740. 862.07 s [hls-test-utils] messageDirection
  15741. 862.07 s [hls-test-utils] methodStringToSomeMethod
  15742. 862.07 s [hls-test-utils] someMethodToMethodString
  15743. 862.07 s [hls-test-utils] SMessageDirection
  15744. 862.07 s [hls-test-utils] SomeClientMethod
  15745. 862.07 s [hls-test-utils] SomeServerMethod
  15746. 862.07 s [hls-test-utils] isOptionalMethod
  15747. 862.07 s [hls-test-utils] someClientMethod
  15748. 862.07 s [hls-test-utils] someServerMethod
  15749. 862.07 s [hls-test-utils] SServerMethod
  15750. 862.07 s [hls-test-utils] SomeLspId
  15751. 862.07 s [hls-test-utils] SMessageKind
  15752. 862.07 s [hls-test-utils] messageKind
  15753. 862.07 s [hls-test-utils] SomeRegistration
  15754. 862.07 s [hls-test-utils] SomeUnregistration
  15755. 862.07 s [hls-test-utils] regHelper
  15756. 862.07 s [hls-test-utils] toSomeRegistration
  15757. 862.07 s [hls-test-utils] toSomeUnregistration
  15758. 862.07 s [hls-test-utils] toUntypedRegistration
  15759. 862.07 s [hls-test-utils] toUntypedUnregistration
  15760. 862.07 s [hls-test-utils] TCustomMessage
  15761. 862.07 s [hls-test-utils] addNullField
  15762. 862.07 s [hls-test-utils] toUntypedResponseError
  15763. 862.07 s [hls-test-utils] TClientMessage
  15764. 862.07 s [hls-test-utils] TMessage
  15765. 862.07 s [hls-test-utils] TServerMessage
  15766. 862.07 s [hls-test-utils] FromServerMessage'
  15767. 862.07 s [hls-test-utils] ClientNotOrReq
  15768. 862.07 s [hls-test-utils] CustomEq
  15769. 862.07 s [hls-test-utils] FromClientMessage'
  15770. 862.07 s [hls-test-utils] FromClientMessage
  15771. 862.07 s [hls-test-utils] FromServerMessage
  15772. 862.07 s [hls-test-utils] HasJSON
  15773. 862.07 s [hls-test-utils] ServerNotOrReq
  15774. 862.07 s [hls-test-utils] LookupFunc
  15775. 862.07 s [hls-test-utils] clientMethodJSON
  15776. 862.07 s [hls-test-utils] clientResponseJSON
  15777. 862.07 s [hls-test-utils] fromClientNot
  15778. 862.07 s [hls-test-utils] fromClientReq
  15779. 862.07 s [hls-test-utils] fromServerNot
  15780. 862.07 s [hls-test-utils] fromServerReq
  15781. 862.07 s [hls-test-utils] mEqClient
  15782. 862.07 s [hls-test-utils] mEqServer
  15783. 862.07 s [hls-test-utils] parseClientMessage
  15784. 862.07 s [hls-test-utils] parseServerMessage
  15785. 862.07 s [hls-test-utils] serverMethodJSON
  15786. 862.07 s [hls-test-utils] serverResponseJSON
  15787. 862.07 s [hls-test-utils] splitClientMethod
  15788. 862.07 s [hls-test-utils] splitServerMethod
  15789. 862.07 s [hls-test-utils] goldenGitDiff (src/Test/Hls.hs:190)
  15790. 862.07 s [hls-test-utils] goldenWithHaskellDoc (src/Test/Hls.hs:203)
  15791. 862.07 s [hls-test-utils] goldenWithHaskellDocInTmpDir (src/Test/Hls.hs:216)
  15792. 862.07 s [hls-test-utils] goldenWithHaskellAndCaps (src/Test/Hls.hs:230)
  15793. 862.07 s [hls-test-utils] goldenWithHaskellAndCapsInTmpDir (src/Test/Hls.hs:279)
  15794. 862.07 s [hls-test-utils] goldenWithCabalDoc (src/Test/Hls.hs:306)
  15795. 862.07 s [hls-test-utils] goldenWithHaskellDocFormatter (src/Test/Hls.hs:594)
  15796. 862.07 s [hls-test-utils] goldenWithHaskellDocFormatterInTmpDir (src/Test/Hls.hs:642)
  15797. 862.07 s [hls-test-utils] goldenWithCabalDocFormatter (src/Test/Hls.hs:618)
  15798. 862.07 s [hls-test-utils] goldenWithCabalDocFormatterInTmpDir (src/Test/Hls.hs:666)
  15799. 862.07 s [hls-test-utils] goldenWithTestConfig (src/Test/Hls.hs:257)
  15800. 862.07 s [hls-test-utils] runSessionWithServer (src/Test/Hls.hs:538)
  15801. 862.07 s [hls-test-utils] runSessionWithServerInTmpDir (src/Test/Hls.hs:505)
  15802. 862.07 s [hls-test-utils] PluginDescriptor
  15803. 862.07 s [hls-test-utils] BrokenBehavior (src/Test/Hls.hs:173)
  15804. 862.07 s [hls-test-utils] ExpectBroken (src/Test/Hls.hs:175)
  15805. 862.07 s [hls-test-utils] unCurrent (src/Test/Hls.hs:180)
  15806. 862.07 s [hls-test-utils] waitForTypecheck (src/Test/Hls.hs:870)
  15807. 862.07 s [hls-test-utils] waitForAction (src/Test/Hls.hs:866)
  15808. 862.07 s [hls-test-utils] hlsConfigToClientConfig (src/Test/Hls.hs:876)
  15809. 862.07 s [hls-test-utils] getLastBuildKeys (src/Test/Hls.hs:873)
  15810. 862.07 s [hls-test-utils] waitForKickDone (src/Test/Hls.hs:901)
  15811. 862.07 s [hls-test-utils] waitForKickStart (src/Test/Hls.hs:904)
  15812. 862.07 s [hls-test-utils] WithPriority
  15813. 862.07 s [hls-test-utils] Priority
  15814. 862.07 s [hls-test-utils] captureKickDiagnostics (src/Test/Hls.hs:890)
  15815. 862.07 s [hls-test-utils] kick (src/Test/Hls.hs:914)
  15816. 862.07 s [hls-test-utils] TestConfig (src/Test/Hls.hs:692)
  15817. 862.07 s [pandoc] #1: OK (0.02s)
  15818. 862.07 s [pandoc] 7678.md
  15819. 862.12 s [pandoc] #1: OK (0.06s)
  15820. 862.16 s [pandoc] #2: OK (0.04s)
  15821. 862.16 s [pandoc] 6791.md
  15822. 862.19 s [pandoc] #1: OK (0.03s)
  15823. 862.19 s [pandoc] biblatex-cms.md
  15824. 862.23 s [pandoc] #1: OK (0.05s)
  15825. 862.23 s [pandoc] 6741.md
  15826. 862.33 s [pandoc] #1: OK (0.10s)
  15827. 862.33 s [pandoc] 5849-prefix.md
  15828. 862.34 s [pandoc] #1: OK
  15829. 862.35 s [pandoc] #2: OK
  15830. 862.39 s [pandoc] #3: OK (0.04s)
  15831. 862.43 s [pandoc] #4: OK (0.04s)
  15832. 862.47 s [pandoc] #5: OK (0.05s)
  15833. 862.47 s [pandoc] 6837.md
  15834. 862.50 s [pandoc] #1: OK (0.02s)
  15835. 862.52 s [pandoc] #2: OK (0.03s)
  15836. 862.55 s [pandoc] #3: OK (0.02s)
  15837. 862.55 s [pandoc] 4743.md
  15838. 862.60 s [pandoc] #1: OK (0.05s)
  15839. 862.64 s [pandoc] #2: OK (0.04s)
  15840. 862.69 s [pandoc] #3: OK (0.05s)
  15841. 862.69 s [pandoc] biblatex-knuth-ct-d.md
  15842. 862.73 s [pandoc] #1: OK (0.05s)
  15843. 862.73 s [pandoc] 3257.md
  15844. 862.78 s [pandoc] #1: OK (0.04s)
  15845. 862.79 s [pandoc] #2: OK (0.02s)
  15846. 862.80 s [pandoc] biblatex-kullback.md
  15847. 862.83 s [pandoc] #1: OK (0.03s)
  15848. 862.83 s [pandoc] 9943.md
  15849. 862.86 s [pandoc] #1: OK (0.03s)
  15850. 862.90 s [pandoc] #2: OK (0.04s)
  15851. 862.90 s [pandoc] pandoc-citeproc-38.md
  15852. 863.02 s [pandoc] #1: OK (0.12s)
  15853. 863.02 s [pandoc] 8504.md
  15854. 863.05 s [pandoc] #1: OK (0.03s)
  15855. 863.09 s [pandoc] #2: OK (0.04s)
  15856. 863.14 s [pandoc] #3: OK (0.05s)
  15857. 863.14 s [pandoc] table-with-cell-align.md
  15858. 863.18 s [pandoc] #1: OK (0.04s)
  15859. 863.22 s [pandoc] #2: OK (0.03s)
  15860. 863.22 s [pandoc] 2397.md
  15861. 863.25 s [pandoc] #1: OK (0.04s)
  15862. 863.25 s [pandoc] 9201.md
  15863. 863.29 s [pandoc] #1: OK (0.04s)
  15864. 863.29 s [pandoc] 4171.md
  15865. 863.31 s [pandoc] #1: OK (0.03s)
  15866. 863.35 s [pandoc] #2: OK (0.03s)
  15867. 863.39 s [pandoc] #3: OK (0.03s)
  15868. 863.39 s [pandoc] 3337.md
  15869. 863.41 s [pandoc] #1: OK (0.04s)
  15870. 863.41 s [pandoc] 4208.md
  15871. 863.44 s [pandoc] #1: OK (0.02s)
  15872. 863.44 s [pandoc] 7521.md
  15873. 863.46 s [pandoc] #1: OK (0.02s)
  15874. 863.46 s [pandoc] 5541-nesting.md
  15875. 863.52 s [pandoc] #1: OK (0.05s)
  15876. 863.52 s [pandoc] 6958.md
  15877. 863.55 s [pandoc] #1: OK (0.03s)
  15878. 863.55 s [pandoc] biblatex-aristotle-anima.md
  15879. 863.59 s [pandoc] #1: OK (0.04s)
  15880. 863.60 s [pandoc] biblatex-book-title-maintitle-series.md
  15881. 863.64 s [pandoc] #1: OK (0.04s)
  15882. 863.64 s [pandoc] 7808.md
  15883. 863.68 s [pandoc] #1: OK (0.03s)
  15884. 863.68 s [pandoc] 8003.md
  15885. 863.72 s [pandoc] #1: OK (0.05s)
  15886. 863.72 s [pandoc] 5407.md
  15887. 863.76 s [pandoc] #1: OK (0.04s)
  15888. 863.76 s [pandoc] 3512.md
  15889. 863.79 s [pandoc] #1: OK (0.04s)
  15890. 863.80 s [pandoc] #2: OK (0.02s)
  15891. 863.80 s [pandoc] 7219.md
  15892. 863.86 s [pandoc] #1: OK (0.06s)
  15893. 863.86 s [pandoc] mdoc-Bl-tag.md
  15894. 863.90 s [pandoc] #1: OK (0.04s)
  15895. 863.90 s [pandoc] 5039.md
  15896. 863.95 s [pandoc] #1: OK (0.05s)
  15897. 863.97 s [pandoc] #2: OK (0.03s)
  15898. 864.01 s [pandoc] #3: OK (0.03s)
  15899. 864.01 s [pandoc] 8307.md
  15900. 864.05 s [pandoc] #1: OK (0.04s)
  15901. 864.09 s [pandoc] #2: OK (0.04s)
  15902. 864.09 s [pandoc] table-with-column-span.md
  15903. 864.13 s [pandoc] #1: OK (0.04s)
  15904. 864.16 s [pandoc] #2: OK (0.04s)
  15905. 864.16 s [pandoc] nested-spanlike.md
  15906. 864.19 s [pandoc] #1: OK (0.03s)
  15907. 864.19 s [pandoc] 7726.md
  15908. 864.23 s [pandoc] #1: OK (0.04s)
  15909. 864.23 s [pandoc] 5099.md
  15910. 864.27 s [pandoc] #1: OK (0.04s)
  15911. 864.31 s [pandoc] #2: OK (0.04s)
  15912. 864.31 s [pandoc] 3824.md
  15913. 864.33 s [pandoc] #1: OK (0.02s)
  15914. 864.33 s [pandoc] 2103.md
  15915. 864.35 s [pandoc] #1: OK (0.02s)
  15916. 864.35 s [pandoc] biblatex-gerhardt.md
  15917. 864.38 s [pandoc] #1: OK (0.04s)
  15918. 864.38 s [pandoc] 6296.md
  15919. 864.39 s [pandoc] #1: OK
  15920. 864.41 s [pandoc] #2: OK (0.01s)
  15921. 864.41 s [pandoc] 7482.md
  15922. 864.42 s [pandoc] #1: OK (0.02s)
  15923. 864.42 s [pandoc] 4527.md
  15924. 864.45 s [pandoc] #1: OK (0.03s)
  15925. 864.46 s [pandoc] #2: OK
  15926. 864.50 s [pandoc] #3: OK (0.03s)
  15927. 864.50 s [pandoc] biblatex-video.md
  15928. 864.54 s [pandoc] #1: OK (0.04s)
  15929. 864.54 s [pandoc] 8251.md
  15930. 864.58 s [hls-test-utils] Warning: Test.Hls: could not find link destinations for:
  15931. 864.58 s [hls-test-utils] - Data.Vector.Unboxed.Base.Unbox
  15932. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasError
  15933. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.error
  15934. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasJsonrpc
  15935. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.jsonrpc
  15936. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasParams
  15937. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.params
  15938. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasResult
  15939. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.result
  15940. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasXdata
  15941. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.xdata
  15942. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActions
  15943. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.actions
  15944. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameter
  15945. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameter
  15946. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameterSupport
  15947. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameterSupport
  15948. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignature
  15949. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignature
  15950. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignatureHelp
  15951. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignatureHelp
  15952. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdded
  15953. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.added
  15954. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalPropertiesSupport
  15955. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalPropertiesSupport
  15956. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalTextEdits
  15957. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalTextEdits
  15958. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllCommitCharacters
  15959. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.allCommitCharacters
  15960. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllowedTags
  15961. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.allowedTags
  15962. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAlpha
  15963. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.alpha
  15964. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAnnotationId
  15965. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.annotationId
  15966. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplied
  15967. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.applied
  15968. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplyEdit
  15969. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.applyEdit
  15970. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArguments
  15971. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.arguments
  15972. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArray
  15973. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.array
  15974. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAugmentsSyntaxTokens
  15975. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.augmentsSyntaxTokens
  15976. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBaseUri
  15977. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.baseUri
  15978. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBlue
  15979. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.blue
  15980. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchy
  15981. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchy
  15982. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchyProvider
  15983. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchyProvider
  15984. 864.58 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancel
  15985. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancel
  15986. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancellable
  15987. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancellable
  15988. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCapabilities
  15989. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.capabilities
  15990. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCaseSensitiveLookup
  15991. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.caseSensitiveLookup
  15992. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCellTextDocuments
  15993. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cellTextDocuments
  15994. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCells
  15995. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cells
  15996. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCh
  15997. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ch
  15998. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChange
  15999. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.change
  16000. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotationSupport
  16001. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotationSupport
  16002. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotations
  16003. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotations
  16004. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeNotifications
  16005. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeNotifications
  16006. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChanges
  16007. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changes
  16008. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCharacter
  16009. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.character
  16010. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChildren
  16011. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.children
  16012. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasClientInfo
  16013. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.clientInfo
  16014. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCode
  16015. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.code
  16016. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeAction
  16017. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeAction
  16018. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKind
  16019. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKind
  16020. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKinds
  16021. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKinds
  16022. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionLiteralSupport
  16023. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionLiteralSupport
  16024. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionProvider
  16025. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionProvider
  16026. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
  16027. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescription
  16028. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescriptionSupport
  16029. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescriptionSupport
  16030. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLens
  16031. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLens
  16032. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLensProvider
  16033. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLensProvider
  16034. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCollapsedText
  16035. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.collapsedText
  16036. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColor
  16037. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.color
  16038. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColorProvider
  16039. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.colorProvider
  16040. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommand
  16041. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.command
  16042. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommands
  16043. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commands
  16044. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharacters
  16045. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharacters
  16046. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharactersSupport
  16047. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharactersSupport
  16048. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletion
  16049. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completion
  16050. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItem
  16051. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItem
  16052. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItemKind
  16053. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItemKind
  16054. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionList
  16055. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionList
  16056. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionProvider
  16057. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionProvider
  16058. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasConfiguration
  16059. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.configuration
  16060. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContainerName
  16061. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.containerName
  16062. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentChanges
  16063. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentChanges
  16064. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentFormat
  16065. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentFormat
  16066. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContents
  16067. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contents
  16068. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContext
  16069. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.context
  16070. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContextSupport
  16071. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contextSupport
  16072. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDataSupport
  16073. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.dataSupport
  16074. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasData_
  16075. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.data_
  16076. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclaration
  16077. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.declaration
  16078. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclarationProvider
  16079. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.declarationProvider
  16080. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefaultBehavior
  16081. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.defaultBehavior
  16082. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinition
  16083. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.definition
  16084. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinitionProvider
  16085. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.definitionProvider
  16086. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeleteCount
  16087. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deleteCount
  16088. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDelta
  16089. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.delta
  16090. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaLine
  16091. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaLine
  16092. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaStartChar
  16093. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaStartChar
  16094. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecated
  16095. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecated
  16096. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecatedSupport
  16097. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecatedSupport
  16098. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDescription
  16099. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.description
  16100. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDetail
  16101. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.detail
  16102. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostic
  16103. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostic
  16104. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnosticProvider
  16105. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnosticProvider
  16106. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
  16107. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostics
  16108. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeConfiguration
  16109. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeConfiguration
  16110. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeWatchedFiles
  16111. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeWatchedFiles
  16112. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidClose
  16113. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didClose
  16114. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidCreate
  16115. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didCreate
  16116. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidDelete
  16117. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didDelete
  16118. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidOpen
  16119. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didOpen
  16120. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidRename
  16121. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didRename
  16122. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidSave
  16123. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didSave
  16124. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabled
  16125. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabled
  16126. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabledSupport
  16127. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabledSupport
  16128. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocument
  16129. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.document
  16130. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentChanges
  16131. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentChanges
  16132. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentFormattingProvider
  16133. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentFormattingProvider
  16134. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlight
  16135. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlight
  16136. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlightProvider
  16137. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlightProvider
  16138. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLink
  16139. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLink
  16140. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLinkProvider
  16141. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLinkProvider
  16142. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentOnTypeFormattingProvider
  16143. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentOnTypeFormattingProvider
  16144. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentRangeFormattingProvider
  16145. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentRangeFormattingProvider
  16146. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSelector
  16147. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSelector
  16148. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbol
  16149. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbol
  16150. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbolProvider
  16151. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbolProvider
  16152. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentation
  16153. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentation
  16154. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentationFormat
  16155. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentationFormat
  16156. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDynamicRegistration
  16157. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.dynamicRegistration
  16158. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdit
  16159. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.edit
  16160. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEditRange
  16161. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.editRange
  16162. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdits
  16163. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.edits
  16164. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEnd
  16165. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.end
  16166. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndCharacter
  16167. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.endCharacter
  16168. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndLine
  16169. 864.59 s [pandoc] #1: OK (0.04s)
  16170. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.endLine
  16171. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEngine
  16172. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.engine
  16173. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEvent
  16174. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.event
  16175. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommand
  16176. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommand
  16177. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommandProvider
  16178. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommandProvider
  16179. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionOrder
  16180. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionOrder
  16181. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummary
  16182. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummary
  16183. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummarySupport
  16184. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummarySupport
  16185. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExperimental
  16186. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.experimental
  16187. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExpression
  16188. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.expression
  16189. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExternal
  16190. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.external
  16191. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailedChange
  16192. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failedChange
  16193. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureHandling
  16194. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureHandling
  16195. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureReason
  16196. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureReason
  16197. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFileOperations
  16198. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.fileOperations
  16199. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFiles
  16200. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.files
  16201. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilterText
  16202. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.filterText
  16203. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilters
  16204. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.filters
  16205. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFirstTriggerCharacter
  16206. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.firstTriggerCharacter
  16207. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRange
  16208. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRange
  16209. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeKind
  16210. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeKind
  16211. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeProvider
  16212. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeProvider
  16213. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormats
  16214. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.formats
  16215. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormatting
  16216. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.formatting
  16217. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrameId
  16218. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.frameId
  16219. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrom
  16220. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.from
  16221. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFromRanges
  16222. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.fromRanges
  16223. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFull
  16224. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.full
  16225. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGeneral
  16226. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.general
  16227. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlob
  16228. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.glob
  16229. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlobPattern
  16230. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.globPattern
  16231. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGreen
  16232. 864.59 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.green
  16233. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGroupsOnLabel
  16234. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.groupsOnLabel
  16235. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHierarchicalDocumentSymbolSupport
  16236. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hierarchicalDocumentSymbolSupport
  16237. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHonorsChangeAnnotations
  16238. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.honorsChangeAnnotations
  16239. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHover
  16240. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hover
  16241. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHoverProvider
  16242. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hoverProvider
  16243. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHref
  16244. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.href
  16245. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasId
  16246. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.id
  16247. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIdentifier
  16248. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.identifier
  16249. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreCase
  16250. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreCase
  16251. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfExists
  16252. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfExists
  16253. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfNotExists
  16254. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfNotExists
  16255. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementation
  16256. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementation
  16257. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementationProvider
  16258. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementationProvider
  16259. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeDeclaration
  16260. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeDeclaration
  16261. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeText
  16262. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeText
  16263. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInitializationOptions
  16264. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.initializationOptions
  16265. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHint
  16266. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHint
  16267. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHintProvider
  16268. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHintProvider
  16269. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValue
  16270. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValue
  16271. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValueProvider
  16272. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValueProvider
  16273. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsert
  16274. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insert
  16275. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertFinalNewline
  16276. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertFinalNewline
  16277. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertReplaceSupport
  16278. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertReplaceSupport
  16279. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertSpaces
  16280. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertSpaces
  16281. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertText
  16282. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertText
  16283. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextFormat
  16284. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextFormat
  16285. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextMode
  16286. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextMode
  16287. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextModeSupport
  16288. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextModeSupport
  16289. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInterFileDependencies
  16290. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.interFileDependencies
  16291. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsIncomplete
  16292. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isIncomplete
  16293. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferred
  16294. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferred
  16295. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferredSupport
  16296. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferredSupport
  16297. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsRetrigger
  16298. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isRetrigger
  16299. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItem
  16300. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.item
  16301. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItemDefaults
  16302. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.itemDefaults
  16303. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItems
  16304. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.items
  16305. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasKind
  16306. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.kind
  16307. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabel
  16308. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.label
  16309. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetails
  16310. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetails
  16311. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetailsSupport
  16312. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetailsSupport
  16313. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelOffsetSupport
  16314. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelOffsetSupport
  16315. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelSupport
  16316. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelSupport
  16317. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguage
  16318. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.language
  16319. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguageId
  16320. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.languageId
  16321. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLegend
  16322. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.legend
  16323. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLength
  16324. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.length
  16325. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLine
  16326. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.line
  16327. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLineFoldingOnly
  16328. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.lineFoldingOnly
  16329. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkSupport
  16330. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkSupport
  16331. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRange
  16332. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRange
  16333. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRangeProvider
  16334. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRangeProvider
  16335. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocale
  16336. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.locale
  16337. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocation
  16338. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.location
  16339. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMarkdown
  16340. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.markdown
  16341. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMatches
  16342. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.matches
  16343. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessage
  16344. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.message
  16345. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessageActionItem
  16346. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.messageActionItem
  16347. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMetadata
  16348. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.metadata
  16349. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMethod
  16350. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.method
  16351. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoniker
  16352. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.moniker
  16353. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMonikerProvider
  16354. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.monikerProvider
  16355. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoreTriggerCharacter
  16356. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.moreTriggerCharacter
  16357. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMultilineTokenSupport
  16358. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.multilineTokenSupport
  16359. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasName
  16360. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.name
  16361. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNeedsConfirmation
  16362. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.needsConfirmation
  16363. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewName
  16364. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newName
  16365. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewText
  16366. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newText
  16367. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewUri
  16368. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newUri
  16369. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNormalizesLineEndings
  16370. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.normalizesLineEndings
  16371. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebook
  16372. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebook
  16373. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocument
  16374. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocument
  16375. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocumentSync
  16376. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocumentSync
  16377. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookSelector
  16378. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookSelector
  16379. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookType
  16380. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookType
  16381. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOldUri
  16382. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.oldUri
  16383. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnTypeFormatting
  16384. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.onTypeFormatting
  16385. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnly
  16386. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.only
  16387. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOpenClose
  16388. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.openClose
  16389. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOptions
  16390. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.options
  16391. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
  16392. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.originSelectionRange
  16393. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverlappingTokenSupport
  16394. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.overlappingTokenSupport
  16395. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverwrite
  16396. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.overwrite
  16397. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingLeft
  16398. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingLeft
  16399. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingRight
  16400. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingRight
  16401. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameterInformation
  16402. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameterInformation
  16403. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameters
  16404. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameters
  16405. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParent
  16406. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parent
  16407. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParser
  16408. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parser
  16409. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPartialResultToken
  16410. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.partialResultToken
  16411. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPattern
  16412. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.pattern
  16413. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPercentage
  16414. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.percentage
  16415. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPlaceholder
  16416. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.placeholder
  16417. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPosition
  16418. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.position
  16419. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncoding
  16420. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncoding
  16421. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncodings
  16422. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncodings
  16423. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositions
  16424. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positions
  16425. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareProvider
  16426. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareProvider
  16427. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupport
  16428. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupport
  16429. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupportDefaultBehavior
  16430. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupportDefaultBehavior
  16431. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselect
  16432. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselect
  16433. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselectSupport
  16434. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselectSupport
  16435. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultId
  16436. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultId
  16437. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultIds
  16438. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultIds
  16439. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProcessId
  16440. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.processId
  16441. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProperties
  16442. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.properties
  16443. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPublishDiagnostics
  16444. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.publishDiagnostics
  16445. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasQuery
  16446. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.query
  16447. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRange
  16448. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.range
  16449. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeFormatting
  16450. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeFormatting
  16451. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLength
  16452. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLength
  16453. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLimit
  16454. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLimit
  16455. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRanges
  16456. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ranges
  16457. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReason
  16458. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.reason
  16459. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRecursive
  16460. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.recursive
  16461. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRed
  16462. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.red
  16463. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferences
  16464. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.references
  16465. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferencesProvider
  16466. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.referencesProvider
  16467. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRefreshSupport
  16468. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.refreshSupport
  16469. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegisterOptions
  16470. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.registerOptions
  16471. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegistrations
  16472. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.registrations
  16473. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegularExpressions
  16474. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.regularExpressions
  16475. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocumentSupport
  16476. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocumentSupport
  16477. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
  16478. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocuments
  16479. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
  16480. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedInformation
  16481. 864.60 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelativePatternSupport
  16482. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relativePatternSupport
  16483. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRemoved
  16484. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.removed
  16485. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRename
  16486. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rename
  16487. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRenameProvider
  16488. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.renameProvider
  16489. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReplace
  16490. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.replace
  16491. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRequests
  16492. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.requests
  16493. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveProvider
  16494. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveProvider
  16495. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveSupport
  16496. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveSupport
  16497. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResourceOperations
  16498. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resourceOperations
  16499. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResultId
  16500. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resultId
  16501. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerCharacters
  16502. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerCharacters
  16503. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerRequest
  16504. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerRequest
  16505. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetry
  16506. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retry
  16507. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetryOnContentModified
  16508. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retryOnContentModified
  16509. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootPath
  16510. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootPath
  16511. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootUri
  16512. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootUri
  16513. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSave
  16514. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.save
  16515. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScheme
  16516. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.scheme
  16517. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScopeUri
  16518. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.scopeUri
  16519. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSection
  16520. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.section
  16521. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelection
  16522. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selection
  16523. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
  16524. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRange
  16525. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRangeProvider
  16526. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRangeProvider
  16527. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokens
  16528. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokens
  16529. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokensProvider
  16530. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokensProvider
  16531. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerCancelSupport
  16532. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverCancelSupport
  16533. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerInfo
  16534. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverInfo
  16535. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSettings
  16536. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.settings
  16537. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSeverity
  16538. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.severity
  16539. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowDocument
  16540. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.showDocument
  16541. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowMessage
  16542. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.showMessage
  16543. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelp
  16544. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelp
  16545. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelpProvider
  16546. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelpProvider
  16547. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureInformation
  16548. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureInformation
  16549. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatures
  16550. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatures
  16551. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSnippetSupport
  16552. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.snippetSupport
  16553. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSortText
  16554. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.sortText
  16555. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSource
  16556. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.source
  16557. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStaleRequestSupport
  16558. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.staleRequestSupport
  16559. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStart
  16560. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.start
  16561. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartChar
  16562. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startChar
  16563. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartCharacter
  16564. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startCharacter
  16565. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartLine
  16566. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startLine
  16567. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
  16568. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.stoppedLocation
  16569. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStructure
  16570. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.structure
  16571. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSuccess
  16572. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.success
  16573. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupport
  16574. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.support
  16575. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupported
  16576. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.supported
  16577. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbol
  16578. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbol
  16579. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbolKind
  16580. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbolKind
  16581. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSyncKind
  16582. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.syncKind
  16583. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSynchronization
  16584. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.synchronization
  16585. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTabSize
  16586. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tabSize
  16587. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTagSupport
  16588. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tagSupport
  16589. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTags
  16590. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tags
  16591. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTakeFocus
  16592. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.takeFocus
  16593. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTarget
  16594. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.target
  16595. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetRange
  16596. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetRange
  16597. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
  16598. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
  16599. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetUri
  16600. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetUri
  16601. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasText
  16602. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.text
  16603. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextContent
  16604. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textContent
  16605. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocument
  16606. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocument
  16607. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocumentSync
  16608. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocumentSync
  16609. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdit
  16610. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdit
  16611. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEditText
  16612. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEditText
  16613. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdits
  16614. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdits
  16615. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTitle
  16616. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.title
  16617. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTo
  16618. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.to
  16619. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasToken
  16620. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.token
  16621. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenModifiers
  16622. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenModifiers
  16623. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenType
  16624. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenType
  16625. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenTypes
  16626. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenTypes
  16627. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltip
  16628. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltip
  16629. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltipSupport
  16630. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltipSupport
  16631. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrace
  16632. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trace
  16633. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacter
  16634. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacter
  16635. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacters
  16636. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacters
  16637. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerKind
  16638. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerKind
  16639. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimFinalNewlines
  16640. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimFinalNewlines
  16641. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimTrailingWhitespace
  16642. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimTrailingWhitespace
  16643. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinition
  16644. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinition
  16645. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinitionProvider
  16646. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinitionProvider
  16647. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchy
  16648. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchy
  16649. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchyProvider
  16650. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchyProvider
  16651. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasType_
  16652. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.type_
  16653. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnique
  16654. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.unique
  16655. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnregisterations
  16656. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.unregisterations
  16657. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUri
  16658. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.uri
  16659. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValue
  16660. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.value
  16661. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValueSet
  16662. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.valueSet
  16663. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVariableName
  16664. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.variableName
  16665. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVerbose
  16666. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.verbose
  16667. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersion
  16668. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.version
  16669. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersionSupport
  16670. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.versionSupport
  16671. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWatchers
  16672. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.watchers
  16673. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillCreate
  16674. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willCreate
  16675. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillDelete
  16676. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willDelete
  16677. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillRename
  16678. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willRename
  16679. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSave
  16680. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSave
  16681. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSaveWaitUntil
  16682. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSaveWaitUntil
  16683. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWindow
  16684. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.window
  16685. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWordPattern
  16686. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.wordPattern
  16687. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneProgress
  16688. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneProgress
  16689. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneToken
  16690. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneToken
  16691. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspace
  16692. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspace
  16693. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceDiagnostics
  16694. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceDiagnostics
  16695. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceEdit
  16696. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceEdit
  16697. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceFolders
  16698. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceFolders
  16699. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceSymbolProvider
  16700. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceSymbolProvider
  16701. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Null
  16702. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.MVector
  16703. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
  16704. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicSet
  16705. 864.61 s [hls-test-utils] - Data.Vector.Unboxed.Base.MV_Int32
  16706. 864.61 s [hls-test-utils] - Data.Vector.Generic.Base.basicLength
  16707. 864.61 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeIndexM
  16708. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
  16709. 864.61 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeFreeze
  16710. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
  16711. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicLength
  16712. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
  16713. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
  16714. 864.61 s [hls-test-utils] - Data.Vector.Generic.Base.elemseq
  16715. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicInitialize
  16716. 864.61 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeCopy
  16717. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
  16718. 864.61 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeSlice
  16719. 864.61 s [hls-test-utils] - Data.Vector.Primitive.Vector
  16720. 864.61 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeThaw
  16721. 864.61 s [hls-test-utils] - Data.Vector.Primitive.Mutable.MVector
  16722. 864.61 s [hls-test-utils] - Data.Vector.Unboxed.Base.V_Int32
  16723. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicClear
  16724. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicOverlaps
  16725. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
  16726. 864.61 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
  16727. 864.61 s [hls-test-utils] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
  16728. 864.61 s [hls-test-utils] - Data.Vector.Unboxed.Base.D:R:VectorInt320
  16729. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.Rep_AnnotatedTextEdit
  16730. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier.Rep_ChangeAnnotationIdentifier
  16731. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
  16732. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
  16733. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams.Rep_ApplyWorkspaceEditParams
  16734. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.Rep_WorkspaceEdit
  16735. 864.61 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextEdit.Rep_TextEdit
  16736. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_|?
  16737. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentEdit.Rep_TextDocumentEdit
  16738. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.Rep_OptionalVersionedTextDocumentIdentifier
  16739. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFile.Rep_CreateFile
  16740. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFileOptions.Rep_CreateFileOptions
  16741. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFile.Rep_RenameFile
  16742. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFileOptions.Rep_RenameFileOptions
  16743. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFile.Rep_DeleteFile
  16744. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFileOptions.Rep_DeleteFileOptions
  16745. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotation.Rep_ChangeAnnotation
  16746. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult.Rep_ApplyWorkspaceEditResult
  16747. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_UInt
  16748. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.BaseSymbolInformation.Rep_BaseSymbolInformation
  16749. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.Rep_SymbolTag
  16750. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.D:R:EnumBaseTypeSymbolKind
  16751. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.Rep_SymbolKind
  16752. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.D:R:EnumBaseTypeSymbolTag
  16753. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities.Rep_CallHierarchyClientCapabilities
  16754. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.Rep_CallHierarchyIncomingCall
  16755. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.Rep_CallHierarchyItem
  16756. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.Rep_CallHierarchyIncomingCallsParams
  16757. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressToken.Rep_ProgressToken
  16758. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
  16759. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
  16760. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_Uri
  16761. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.SystemOS
  16762. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOptions.Rep_CallHierarchyOptions
  16763. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.Rep_CallHierarchyOutgoingCall
  16764. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.Rep_CallHierarchyOutgoingCallsParams
  16765. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.Rep_CallHierarchyPrepareParams
  16766. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.Rep_TextDocumentIdentifier
  16767. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions.Rep_CallHierarchyRegistrationOptions
  16768. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFilter.Rep_DocumentFilter
  16769. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilter.Rep_TextDocumentFilter
  16770. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage.Rep_TextDocumentFilterLanguage
  16771. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme.Rep_TextDocumentFilterScheme
  16772. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern.Rep_TextDocumentFilterPattern
  16773. 864.62 s [pandoc] #2: OK (0.02s)
  16774. 864.62 s [pandoc] 4183.md
  16775. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter.Rep_NotebookCellTextDocumentFilter
  16776. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter.Rep_NotebookDocumentFilter
  16777. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType.Rep_NotebookDocumentFilterNotebookType
  16778. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme.Rep_NotebookDocumentFilterScheme
  16779. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern.Rep_NotebookDocumentFilterPattern
  16780. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSelector.Rep_DocumentSelector
  16781. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CancelParams.Rep_CancelParams
  16782. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions.Rep_ChangeAnnotationsSupportOptions
  16783. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.Rep_ClientCapabilities
  16784. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities.Rep_WorkspaceClientCapabilities
  16785. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities.Rep_WorkspaceEditClientCapabilities
  16786. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.Rep_ResourceOperationKind
  16787. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.Rep_FailureHandlingKind
  16788. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities.Rep_DidChangeConfigurationClientCapabilities
  16789. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities.Rep_DidChangeWatchedFilesClientCapabilities
  16790. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities.Rep_WorkspaceSymbolClientCapabilities
  16791. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions.Rep_ClientSymbolKindOptions
  16792. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions.Rep_ClientSymbolTagOptions
  16793. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions.Rep_ClientSymbolResolveOptions
  16794. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities.Rep_ExecuteCommandClientCapabilities
  16795. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities.Rep_SemanticTokensWorkspaceClientCapabilities
  16796. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities.Rep_CodeLensWorkspaceClientCapabilities
  16797. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities.Rep_FileOperationClientCapabilities
  16798. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities.Rep_InlineValueWorkspaceClientCapabilities
  16799. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities.Rep_InlayHintWorkspaceClientCapabilities
  16800. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities.Rep_DiagnosticWorkspaceClientCapabilities
  16801. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities.Rep_TextDocumentClientCapabilities
  16802. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities.Rep_TextDocumentSyncClientCapabilities
  16803. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities.Rep_CompletionClientCapabilities
  16804. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions.Rep_ClientCompletionItemOptions
  16805. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.Rep_MarkupKind
  16806. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.Rep_CompletionItemTag
  16807. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions.Rep_CompletionItemTagOptions
  16808. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions.Rep_ClientCompletionItemResolveOptions
  16809. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.Rep_InsertTextMode
  16810. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions.Rep_ClientCompletionItemInsertTextModeOptions
  16811. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind.Rep_ClientCompletionItemOptionsKind
  16812. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionListCapabilities.Rep_CompletionListCapabilities
  16813. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverClientCapabilities.Rep_HoverClientCapabilities
  16814. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities.Rep_SignatureHelpClientCapabilities
  16815. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions.Rep_ClientSignatureInformationOptions
  16816. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions.Rep_ClientSignatureParameterInformationOptions
  16817. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities.Rep_DeclarationClientCapabilities
  16818. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities.Rep_DefinitionClientCapabilities
  16819. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities.Rep_TypeDefinitionClientCapabilities
  16820. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities.Rep_ImplementationClientCapabilities
  16821. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities.Rep_ReferenceClientCapabilities
  16822. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities.Rep_DocumentHighlightClientCapabilities
  16823. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities.Rep_DocumentSymbolClientCapabilities
  16824. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities.Rep_CodeActionClientCapabilities
  16825. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.Rep_CodeActionKind
  16826. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions.Rep_ClientCodeActionLiteralOptions
  16827. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions.Rep_ClientCodeActionKindOptions
  16828. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions.Rep_ClientCodeActionResolveOptions
  16829. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities.Rep_CodeLensClientCapabilities
  16830. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities.Rep_DocumentLinkClientCapabilities
  16831. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities.Rep_DocumentColorClientCapabilities
  16832. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities.Rep_DocumentFormattingClientCapabilities
  16833. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities.Rep_DocumentRangeFormattingClientCapabilities
  16834. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities.Rep_DocumentOnTypeFormattingClientCapabilities
  16835. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameClientCapabilities.Rep_RenameClientCapabilities
  16836. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.Rep_PrepareSupportDefaultBehavior
  16837. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities.Rep_FoldingRangeClientCapabilities
  16838. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions.Rep_ClientFoldingRangeKindOptions
  16839. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.Rep_FoldingRangeKind
  16840. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions.Rep_ClientFoldingRangeOptions
  16841. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities.Rep_SelectionRangeClientCapabilities
  16842. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities.Rep_PublishDiagnosticsClientCapabilities
  16843. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.Rep_DiagnosticTag
  16844. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions.Rep_ClientDiagnosticsTagOptions
  16845. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities.Rep_SemanticTokensClientCapabilities
  16846. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions.Rep_ClientSemanticTokensRequestOptions
  16847. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.Rep_TokenFormat
  16848. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta.Rep_ClientSemanticTokensRequestFullDelta
  16849. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities.Rep_LinkedEditingRangeClientCapabilities
  16850. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities.Rep_MonikerClientCapabilities
  16851. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities.Rep_TypeHierarchyClientCapabilities
  16852. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities.Rep_InlineValueClientCapabilities
  16853. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities.Rep_InlayHintClientCapabilities
  16854. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions.Rep_ClientInlayHintResolveOptions
  16855. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities.Rep_DiagnosticClientCapabilities
  16856. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities.Rep_NotebookDocumentClientCapabilities
  16857. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities.Rep_NotebookDocumentSyncClientCapabilities
  16858. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WindowClientCapabilities.Rep_WindowClientCapabilities
  16859. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities.Rep_ShowMessageRequestClientCapabilities
  16860. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions.Rep_ClientShowMessageActionItemOptions
  16861. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities.Rep_ShowDocumentClientCapabilities
  16862. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities.Rep_GeneralClientCapabilities
  16863. 864.62 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions.Rep_StaleRequestSupportOptions
  16864. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities.Rep_RegularExpressionsClientCapabilities
  16865. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind.Rep_RegularExpressionEngineKind
  16866. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities.Rep_MarkdownClientCapabilities
  16867. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.Rep_PositionEncodingKind
  16868. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.D:R:EnumBaseTypeCodeActionKind
  16869. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.D:R:EnumBaseTypeInsertTextMode
  16870. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.D:R:EnumBaseTypeMarkupKind
  16871. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.D:R:EnumBaseTypeCompletionItemTag
  16872. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.D:R:EnumBaseTypeCompletionItemKind
  16873. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.Rep_CompletionItemKind
  16874. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.D:R:EnumBaseTypeDiagnosticTag
  16875. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.D:R:EnumBaseTypeFoldingRangeKind
  16876. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInfo.Rep_ClientInfo
  16877. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeAction.Rep_CodeAction
  16878. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
  16879. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
  16880. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeDescription.Rep_CodeDescription
  16881. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.Rep_DiagnosticRelatedInformation
  16882. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
  16883. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionDisabled.Rep_CodeActionDisabled
  16884. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Command.Rep_Command
  16885. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionContext.Rep_CodeActionContext
  16886. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.Rep_CodeActionTriggerKind
  16887. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.D:R:EnumBaseTypeCodeActionTriggerKind
  16888. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionOptions.Rep_CodeActionOptions
  16889. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionParams.Rep_CodeActionParams
  16890. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions.Rep_CodeActionRegistrationOptions
  16891. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLens.Rep_CodeLens
  16892. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensOptions.Rep_CodeLensOptions
  16893. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensParams.Rep_CodeLensParams
  16894. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions.Rep_CodeLensRegistrationOptions
  16895. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Color.Rep_Color
  16896. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorInformation.Rep_ColorInformation
  16897. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentation.Rep_ColorPresentation
  16898. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.Rep_ColorPresentationParams
  16899. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionContext.Rep_CompletionContext
  16900. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.Rep_CompletionTriggerKind
  16901. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.D:R:EnumBaseTypeCompletionTriggerKind
  16902. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItem.Rep_CompletionItem
  16903. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails.Rep_CompletionItemLabelDetails
  16904. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupContent.Rep_MarkupContent
  16905. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.Rep_InsertTextFormat
  16906. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.Rep_InsertReplaceEdit
  16907. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.D:R:EnumBaseTypeInsertTextFormat
  16908. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.Rep_CompletionItemDefaults
  16909. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.Rep_EditRangeWithInsertReplace
  16910. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionList.Rep_CompletionList
  16911. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionOptions.Rep_CompletionOptions
  16912. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions.Rep_ServerCompletionItemOptions
  16913. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionParams.Rep_CompletionParams
  16914. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions.Rep_CompletionRegistrationOptions
  16915. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.Rep_ConfigurationItem
  16916. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationParams.Rep_ConfigurationParams
  16917. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFilesParams.Rep_CreateFilesParams
  16918. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileCreate.Rep_FileCreate
  16919. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Declaration.Rep_Declaration
  16920. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationLink.Rep_DeclarationLink
  16921. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationLink.Rep_LocationLink
  16922. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationOptions.Rep_DeclarationOptions
  16923. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationParams.Rep_DeclarationParams
  16924. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions.Rep_DeclarationRegistrationOptions
  16925. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Definition.Rep_Definition
  16926. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionLink.Rep_DefinitionLink
  16927. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionOptions.Rep_DefinitionOptions
  16928. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionParams.Rep_DefinitionParams
  16929. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions.Rep_DefinitionRegistrationOptions
  16930. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFilesParams.Rep_DeleteFilesParams
  16931. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileDelete.Rep_FileDelete
  16932. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
  16933. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticOptions.Rep_DiagnosticOptions
  16934. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions.Rep_DiagnosticRegistrationOptions
  16935. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData.Rep_DiagnosticServerCancellationData
  16936. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.Rep_DidChangeConfigurationParams
  16937. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions.Rep_DidChangeConfigurationRegistrationOptions
  16938. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams.Rep_DidChangeNotebookDocumentParams
  16939. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.Rep_VersionedNotebookDocumentIdentifier
  16940. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent.Rep_NotebookDocumentChangeEvent
  16941. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges.Rep_NotebookDocumentCellChanges
  16942. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure.Rep_NotebookDocumentCellChangeStructure
  16943. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange.Rep_NotebookCellArrayChange
  16944. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCell.Rep_NotebookCell
  16945. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.Rep_NotebookCellKind
  16946. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecutionSummary.Rep_ExecutionSummary
  16947. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.Rep_TextDocumentItem
  16948. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges.Rep_NotebookDocumentCellContentChanges
  16949. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.Rep_VersionedTextDocumentIdentifier
  16950. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.Rep_TextDocumentContentChangeEvent
  16951. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.Rep_TextDocumentContentChangePartial
  16952. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument.Rep_TextDocumentContentChangeWholeDocument
  16953. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams.Rep_DidChangeTextDocumentParams
  16954. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.Rep_DidChangeWatchedFilesParams
  16955. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileEvent.Rep_FileEvent
  16956. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.Rep_FileChangeType
  16957. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions.Rep_DidChangeWatchedFilesRegistrationOptions
  16958. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileSystemWatcher.Rep_FileSystemWatcher
  16959. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.GlobPattern.Rep_GlobPattern
  16960. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Pattern.Rep_Pattern
  16961. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelativePattern.Rep_RelativePattern
  16962. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.Rep_WorkspaceFolder
  16963. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.Rep_WatchKind
  16964. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.Rep_DidChangeWorkspaceFoldersParams
  16965. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent.Rep_WorkspaceFoldersChangeEvent
  16966. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams.Rep_DidCloseNotebookDocumentParams
  16967. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.Rep_NotebookDocumentIdentifier
  16968. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams.Rep_DidCloseTextDocumentParams
  16969. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams.Rep_DidOpenNotebookDocumentParams
  16970. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocument.Rep_NotebookDocument
  16971. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams.Rep_DidOpenTextDocumentParams
  16972. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams.Rep_DidSaveNotebookDocumentParams
  16973. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams.Rep_DidSaveTextDocumentParams
  16974. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorOptions.Rep_DocumentColorOptions
  16975. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorParams.Rep_DocumentColorParams
  16976. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions.Rep_DocumentColorRegistrationOptions
  16977. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams.Rep_DocumentDiagnosticParams
  16978. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport.Rep_DocumentDiagnosticReport
  16979. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.Rep_RelatedFullDocumentDiagnosticReport
  16980. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.Rep_FullDocumentDiagnosticReport
  16981. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.Rep_UnchangedDocumentDiagnosticReport
  16982. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.Rep_RelatedUnchangedDocumentDiagnosticReport
  16983. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.D:R:EnumBaseTypeDocumentDiagnosticReportKind
  16984. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.Rep_DocumentDiagnosticReportKind
  16985. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.Rep_DocumentDiagnosticReportPartialResult
  16986. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions.Rep_DocumentFormattingOptions
  16987. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingParams.Rep_DocumentFormattingParams
  16988. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FormattingOptions.Rep_FormattingOptions
  16989. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions.Rep_DocumentFormattingRegistrationOptions
  16990. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.Rep_DocumentHighlight
  16991. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.Rep_DocumentHighlightKind
  16992. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.D:R:EnumBaseTypeDocumentHighlightKind
  16993. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions.Rep_DocumentHighlightOptions
  16994. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.Rep_DocumentHighlightParams
  16995. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions.Rep_DocumentHighlightRegistrationOptions
  16996. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLink.Rep_DocumentLink
  16997. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkOptions.Rep_DocumentLinkOptions
  16998. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkParams.Rep_DocumentLinkParams
  16999. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions.Rep_DocumentLinkRegistrationOptions
  17000. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions.Rep_DocumentOnTypeFormattingOptions
  17001. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.Rep_DocumentOnTypeFormattingParams
  17002. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions.Rep_DocumentOnTypeFormattingRegistrationOptions
  17003. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions.Rep_DocumentRangeFormattingOptions
  17004. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.Rep_DocumentRangeFormattingParams
  17005. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions.Rep_DocumentRangeFormattingRegistrationOptions
  17006. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.Rep_DocumentSymbol
  17007. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions.Rep_DocumentSymbolOptions
  17008. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolParams.Rep_DocumentSymbolParams
  17009. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions.Rep_DocumentSymbolRegistrationOptions
  17010. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.D:R:EnumBaseTypeErrorCodes
  17011. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.Rep_ErrorCodes
  17012. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions.Rep_ExecuteCommandOptions
  17013. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.Rep_ExecuteCommandParams
  17014. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions.Rep_ExecuteCommandRegistrationOptions
  17015. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.D:R:EnumBaseTypeFailureHandlingKind
  17016. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.D:R:EnumBaseTypeFileChangeType
  17017. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationFilter.Rep_FileOperationFilter
  17018. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPattern.Rep_FileOperationPattern
  17019. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.Rep_FileOperationPatternKind
  17020. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions.Rep_FileOperationPatternOptions
  17021. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationOptions.Rep_FileOperationOptions
  17022. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions.Rep_FileOperationRegistrationOptions
  17023. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.D:R:EnumBaseTypeFileOperationPatternKind
  17024. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileRename.Rep_FileRename
  17025. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.D:R:EnumBaseTypeWatchKind
  17026. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRange.Rep_FoldingRange
  17027. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeOptions.Rep_FoldingRangeOptions
  17028. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeParams.Rep_FoldingRangeParams
  17029. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions.Rep_FoldingRangeRegistrationOptions
  17030. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.D:R:EnumBaseTypePositionEncodingKind
  17031. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Hover.Rep_Hover
  17032. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedString.Rep_MarkedString
  17033. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage.Rep_MarkedStringWithLanguage
  17034. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverOptions.Rep_HoverOptions
  17035. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverParams.Rep_HoverParams
  17036. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions.Rep_HoverRegistrationOptions
  17037. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationOptions.Rep_ImplementationOptions
  17038. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationParams.Rep_ImplementationParams
  17039. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions.Rep_ImplementationRegistrationOptions
  17040. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeError.Rep_InitializeError
  17041. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeParams.Rep_InitializeParams
  17042. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.Rep_TraceValue
  17043. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.D:R:EnumBaseTypeTraceValue
  17044. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeResult.Rep_InitializeResult
  17045. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCapabilities.Rep_ServerCapabilities
  17046. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.Rep_TextDocumentSyncOptions
  17047. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.Rep_TextDocumentSyncKind
  17048. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SaveOptions.Rep_SaveOptions
  17049. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions.Rep_NotebookDocumentSyncOptions
  17050. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook.Rep_NotebookDocumentFilterWithNotebook
  17051. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellLanguage.Rep_NotebookCellLanguage
  17052. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells.Rep_NotebookDocumentFilterWithCells
  17053. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions.Rep_NotebookDocumentSyncRegistrationOptions
  17054. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpOptions.Rep_SignatureHelpOptions
  17055. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions.Rep_TypeDefinitionOptions
  17056. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions.Rep_TypeDefinitionRegistrationOptions
  17057. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceOptions.Rep_ReferenceOptions
  17058. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions.Rep_WorkspaceSymbolOptions
  17059. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameOptions.Rep_RenameOptions
  17060. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeOptions.Rep_SelectionRangeOptions
  17061. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions.Rep_SelectionRangeRegistrationOptions
  17062. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions.Rep_LinkedEditingRangeOptions
  17063. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions.Rep_LinkedEditingRangeRegistrationOptions
  17064. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensOptions.Rep_SemanticTokensOptions
  17065. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensLegend.Rep_SemanticTokensLegend
  17066. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta.Rep_SemanticTokensFullDelta
  17067. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions.Rep_SemanticTokensRegistrationOptions
  17068. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerOptions.Rep_MonikerOptions
  17069. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions.Rep_MonikerRegistrationOptions
  17070. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions.Rep_TypeHierarchyOptions
  17071. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions.Rep_TypeHierarchyRegistrationOptions
  17072. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueOptions.Rep_InlineValueOptions
  17073. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions.Rep_InlineValueRegistrationOptions
  17074. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintOptions.Rep_InlayHintOptions
  17075. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions.Rep_InlayHintRegistrationOptions
  17076. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceOptions.Rep_WorkspaceOptions
  17077. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities.Rep_WorkspaceFoldersServerCapabilities
  17078. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerInfo.Rep_ServerInfo
  17079. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializedParams.Rep_InitializedParams
  17080. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHint.Rep_InlayHint
  17081. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.Rep_InlayHintLabelPart
  17082. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.Rep_InlayHintKind
  17083. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.D:R:EnumBaseTypeInlayHintKind
  17084. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintParams.Rep_InlayHintParams
  17085. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValue.Rep_InlineValue
  17086. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueText.Rep_InlineValueText
  17087. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.Rep_InlineValueVariableLookup
  17088. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.Rep_InlineValueEvaluatableExpression
  17089. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueContext.Rep_InlineValueContext
  17090. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueParams.Rep_InlineValueParams
  17091. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.D:R:EnumBaseTypeLSPErrorCodes
  17092. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.Rep_LSPErrorCodes
  17093. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.D:R:EnumBaseTypeLanguageKind
  17094. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.Rep_LanguageKind
  17095. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.Rep_LinkedEditingRangeParams
  17096. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.Rep_LinkedEditingRanges
  17097. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.Rep_LocationUriOnly
  17098. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogMessageParams.Rep_LogMessageParams
  17099. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.Rep_MessageType
  17100. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.D:R:EnumBaseTypeMessageType
  17101. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogTraceParams.Rep_LogTraceParams
  17102. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageActionItem.Rep_MessageActionItem
  17103. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Moniker.Rep_Moniker
  17104. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.Rep_UniquenessLevel
  17105. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.Rep_MonikerKind
  17106. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.D:R:EnumBaseTypeUniquenessLevel
  17107. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.D:R:EnumBaseTypeMonikerKind
  17108. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerParams.Rep_MonikerParams
  17109. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.D:R:EnumBaseTypeNotebookCellKind
  17110. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ParameterInformation.Rep_ParameterInformation
  17111. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PartialResultParams.Rep_PartialResultParams
  17112. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior.Rep_PrepareRenameDefaultBehavior
  17113. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.Rep_PrepareRenameParams
  17114. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.Rep_PrepareRenamePlaceholder
  17115. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameResult.Rep_PrepareRenameResult
  17116. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.D:R:EnumBaseTypePrepareSupportDefaultBehavior
  17117. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PreviousResultId.Rep_PreviousResultId
  17118. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressParams.Rep_ProgressParams
  17119. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.Rep_PublishDiagnosticsParams
  17120. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceContext.Rep_ReferenceContext
  17121. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceParams.Rep_ReferenceParams
  17122. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions.Rep_ReferenceRegistrationOptions
  17123. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Registration.Rep_Registration
  17124. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegistrationParams.Rep_RegistrationParams
  17125. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFilesParams.Rep_RenameFilesParams
  17126. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameParams.Rep_RenameParams
  17127. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions.Rep_RenameRegistrationOptions
  17128. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperation.Rep_ResourceOperation
  17129. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.D:R:EnumBaseTypeResourceOperationKind
  17130. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRange.Rep_SelectionRange
  17131. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.Rep_SelectionRangeParams
  17132. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.D:R:EnumBaseTypeSemanticTokenModifiers
  17133. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.Rep_SemanticTokenModifiers
  17134. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.D:R:EnumBaseTypeSemanticTokenTypes
  17135. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.Rep_SemanticTokenTypes
  17136. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokens.Rep_SemanticTokens
  17137. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.D:R:EnumBaseTypeTokenFormat
  17138. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDelta.Rep_SemanticTokensDelta
  17139. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensEdit.Rep_SemanticTokensEdit
  17140. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams.Rep_SemanticTokensDeltaParams
  17141. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult.Rep_SemanticTokensDeltaPartialResult
  17142. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensParams.Rep_SemanticTokensParams
  17143. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult.Rep_SemanticTokensPartialResult
  17144. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.Rep_SemanticTokensRangeParams
  17145. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.D:R:EnumBaseTypeTextDocumentSyncKind
  17146. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SetTraceParams.Rep_SetTraceParams
  17147. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.Rep_ShowDocumentParams
  17148. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentResult.Rep_ShowDocumentResult
  17149. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageParams.Rep_ShowMessageParams
  17150. 864.63 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams.Rep_ShowMessageRequestParams
  17151. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelp.Rep_SignatureHelp
  17152. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureInformation.Rep_SignatureInformation
  17153. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpContext.Rep_SignatureHelpContext
  17154. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.Rep_SignatureHelpTriggerKind
  17155. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.D:R:EnumBaseTypeSignatureHelpTriggerKind
  17156. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.Rep_SignatureHelpParams
  17157. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions.Rep_SignatureHelpRegistrationOptions
  17158. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions.Rep_StaticRegistrationOptions
  17159. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolInformation.Rep_SymbolInformation
  17160. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions.Rep_TextDocumentChangeRegistrationOptions
  17161. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.Rep_TextDocumentPositionParams
  17162. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions.Rep_TextDocumentRegistrationOptions
  17163. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.D:R:EnumBaseTypeTextDocumentSaveReason
  17164. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.Rep_TextDocumentSaveReason
  17165. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions.Rep_TextDocumentSaveRegistrationOptions
  17166. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.Rep_TypeDefinitionParams
  17167. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.Rep_TypeHierarchyItem
  17168. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.Rep_TypeHierarchyPrepareParams
  17169. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams.Rep_TypeHierarchySubtypesParams
  17170. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams.Rep_TypeHierarchySupertypesParams
  17171. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UInitializeParams.Rep_UInitializeParams
  17172. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Unregistration.Rep_Unregistration
  17173. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnregistrationParams.Rep_UnregistrationParams
  17174. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams.Rep_WillSaveTextDocumentParams
  17175. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin.Rep_WorkDoneProgressBegin
  17176. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams.Rep_WorkDoneProgressCancelParams
  17177. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams.Rep_WorkDoneProgressCreateParams
  17178. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd.Rep_WorkDoneProgressEnd
  17179. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions.Rep_WorkDoneProgressOptions
  17180. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams.Rep_WorkDoneProgressParams
  17181. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport.Rep_WorkDoneProgressReport
  17182. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams.Rep_WorkspaceDiagnosticParams
  17183. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport.Rep_WorkspaceDiagnosticReport
  17184. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport.Rep_WorkspaceDocumentDiagnosticReport
  17185. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.Rep_WorkspaceFullDocumentDiagnosticReport
  17186. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.Rep_WorkspaceUnchangedDocumentDiagnosticReport
  17187. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult.Rep_WorkspaceDiagnosticReportPartialResult
  17188. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams.Rep_WorkspaceFoldersInitializeParams
  17189. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.Rep_WorkspaceSymbol
  17190. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.Rep_WorkspaceSymbolParams
  17191. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions.Rep_WorkspaceSymbolRegistrationOptions
  17192. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.LspId.Rep_LspId
  17193. 864.64 s [hls-test-utils] - Data.IxMap.IxOrd
  17194. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.LspId.D:R:BaseMethodLspId
  17195. 864.64 s [hls-test-utils] - Data.IxMap.Base
  17196. 864.64 s [hls-test-utils] - Data.IxMap.toBase
  17197. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TRegistration
  17198. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TUnregistration
  17199. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_NotificationMessage
  17200. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_RequestMessage
  17201. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseError
  17202. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseMessage
  17203. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TNotificationMessage
  17204. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TRequestMessage
  17205. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseError
  17206. 864.64 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseMessage
  17207. 864.64 s [hls-test-utils] - Language.LSP.VFS.HasCharacter
  17208. 864.64 s [hls-test-utils] - Language.LSP.VFS.HasLine
  17209. 864.64 s [hls-test-utils] - Language.LSP.VFS.HasLsp_version
  17210. 864.64 s [hls-test-utils] - Language.LSP.VFS.HasVfsMap
  17211. 864.64 s [pandoc] #1: OK (0.02s)
  17212. 864.65 s [pandoc] #2: OK (0.02s)
  17213. 864.68 s [pandoc] #3: OK (0.02s)
  17214. 864.68 s [pandoc] 4235.md
  17215. 864.69 s [pandoc] #1: OK (0.03s)
  17216. 864.69 s [pandoc] 8863.md
  17217. 864.70 s [pandoc] #1: OK
  17218. 864.70 s [pandoc] 9358.md
  17219. 864.71 s [pandoc] #1: OK (0.02s)
  17220. 864.72 s [pandoc] 8281.md
  17221. 864.73 s [pandoc] #1: OK (0.01s)
  17222. 864.73 s [pandoc] 9777.md
  17223. 864.74 s [pandoc] #1: OK (0.02s)
  17224. 864.74 s [pandoc] 5700.md
  17225. 864.76 s [pandoc] #1: OK (0.02s)
  17226. 864.76 s [pandoc] figures-haddock.md
  17227. 864.79 s [pandoc] #1: OK (0.02s)
  17228. 864.79 s [pandoc] 6481.md
  17229. 864.83 s [pandoc] #1: OK (0.04s)
  17230. 864.83 s [pandoc] nested-table-to-asciidoc-6942.md
  17231. 864.87 s [pandoc] #1: OK (0.05s)
  17232. 864.91 s [pandoc] #2: OK (0.03s)
  17233. 864.91 s [pandoc] 5711.md
  17234. 864.94 s [pandoc] #1: OK (0.03s)
  17235. 864.94 s [pandoc] multiple-metadata-blocks.md
  17236. 864.97 s [pandoc] #1: OK (0.04s)
  17237. 864.97 s [pandoc] 3974.md
  17238. 865.01 s [pandoc] #1: OK (0.04s)
  17239. 865.01 s [pandoc] 7288.md
  17240. 865.05 s [pandoc] #1: OK (0.04s)
  17241. 865.05 s [pandoc] 4653.md
  17242. 865.09 s [pandoc] #1: OK (0.03s)
  17243. 865.09 s [pandoc] 1126.md
  17244. 865.12 s [pandoc] #1: OK (0.04s)
  17245. 865.16 s [pandoc] #2: OK (0.04s)
  17246. 865.16 s [pandoc] 4550.md
  17247. 865.20 s [pandoc] #1: OK (0.04s)
  17248. 865.20 s [pandoc] 3348.md
  17249. 865.24 s [pandoc] #1: OK (0.03s)
  17250. 865.24 s [pandoc] 8079.md
  17251. 865.27 s [pandoc] #1: OK (0.04s)
  17252. 865.27 s [pandoc] 9236.md
  17253. 865.31 s [pandoc] #1: OK (0.04s)
  17254. 865.31 s [pandoc] 3534.md
  17255. 865.37 s [pandoc] #1: OK (0.06s)
  17256. 865.40 s [pandoc] #2: OK (0.03s)
  17257. 865.43 s [pandoc] #3: OK (0.04s)
  17258. 865.48 s [pandoc] #4: OK (0.05s)
  17259. 865.88 s [pandoc] #5: OK (0.05s)
  17260. 865.88 s [pandoc] #6: OK (0.03s)
  17261. 865.88 s [pandoc] 9644.md
  17262. 865.88 s [pandoc] #1: OK (0.03s)
  17263. 865.88 s [pandoc] 10071.md
  17264. 865.88 s [pandoc] #1: OK (0.03s)
  17265. 865.88 s [pandoc] 6993.md
  17266. 865.88 s [pandoc] #1: OK (0.04s)
  17267. 865.88 s [pandoc] #2: OK (0.03s)
  17268. 865.88 s [pandoc] #3: OK (0.04s)
  17269. 865.88 s [pandoc] 6034.md
  17270. 865.88 s [pandoc] #1: OK (0.03s)
  17271. 865.88 s [pandoc] 3773.md
  17272. 865.88 s [pandoc] #1: OK (0.03s)
  17273. 865.88 s [pandoc] 3401.md
  17274. 865.88 s [pandoc] #1: OK (0.03s)
  17275. 865.88 s [pandoc] #2: OK (0.04s)
  17276. 865.88 s [pandoc] translations.md
  17277. 865.91 s [pandoc] #1: OK (0.04s)
  17278. 865.96 s [pandoc] #2: OK (0.05s)
  17279. 866.00 s [pandoc] #3: OK (0.04s)
  17280. 866.04 s [pandoc] #4: OK (0.04s)
  17281. 866.04 s [pandoc] 7894.md
  17282. 866.08 s [pandoc] #1: OK (0.04s)
  17283. 866.08 s [pandoc] 3539.md
  17284. 866.11 s [pandoc] #1: OK (0.03s)
  17285. 866.20 s [pandoc] #2: OK (0.03s)
  17286. 866.20 s [pandoc] #3: OK (0.03s)
  17287. 866.21 s [pandoc] #4: OK (0.04s)
  17288. 866.24 s [pandoc] #5: OK (0.03s)
  17289. 866.28 s [pandoc] #6: OK (0.04s)
  17290. 866.28 s [pandoc] 6549.md
  17291. 866.32 s [pandoc] #1: OK (0.04s)
  17292. 866.32 s [pandoc] lstlisting.md
  17293. 866.33 s [pandoc] #1: OK (0.01s)
  17294. 866.36 s [pandoc] #2: OK (0.03s)
  17295. 866.36 s [pandoc] 4848.md
  17296. 866.40 s [pandoc] #1: OK (0.03s)
  17297. 866.42 s [pandoc] #2: OK (0.03s)
  17298. 866.46 s [pandoc] #3: OK (0.04s)
  17299. 866.49 s [pandoc] #4: OK (0.04s)
  17300. 866.54 s [pandoc] #5: OK (0.04s)
  17301. 866.57 s [pandoc] #6: OK (0.04s)
  17302. 866.57 s [pandoc] 4746.md
  17303. 866.61 s [pandoc] #1: OK (0.04s)
  17304. 866.61 s [pandoc] 7129.md
  17305. 866.65 s [pandoc] #1: OK (0.03s)
  17306. 866.65 s [pandoc] 9038.md
  17307. 866.69 s [pandoc] #1: OK (0.03s)
  17308. 866.69 s [pandoc] 2118.md
  17309. 866.72 s [pandoc] #1: OK (0.03s)
  17310. 866.72 s [pandoc] 5705.md
  17311. 866.74 s [pandoc] #1: OK (0.02s)
  17312. 866.74 s [pandoc] 4748.md
  17313. 866.76 s [pandoc] #1: OK (0.02s)
  17314. 866.76 s [pandoc] 7632.md
  17315. 866.79 s [pandoc] #1: OK (0.04s)
  17316. 866.83 s [pandoc] #2: OK (0.03s)
  17317. 866.85 s [pandoc] #3: OK (0.03s)
  17318. 866.85 s [pandoc] 4016.md
  17319. 866.89 s [pandoc] #1: OK (0.04s)
  17320. 866.89 s [pandoc] 3792.md
  17321. 866.92 s [pandoc] #1: OK (0.03s)
  17322. 866.92 s [pandoc] 5795.md
  17323. 866.95 s [pandoc] #1: OK (0.03s)
  17324. 867.00 s [pandoc] #2: OK (0.04s)
  17325. 867.03 s [pandoc] #3: OK (0.04s)
  17326. 867.03 s [pandoc] 3708.md
  17327. 867.06 s [pandoc] #1: OK (0.03s)
  17328. 867.06 s [pandoc] 5410.md
  17329. 867.09 s [pandoc] #1: OK (0.03s)
  17330. 867.09 s [pandoc] toc.md
  17331. 867.11 s [pandoc] #1: OK (0.02s)
  17332. 867.11 s [pandoc] html-trim-definition-list-terms.md
  17333. 867.13 s [pandoc] #1: OK (0.02s)
  17334. 867.13 s [pandoc] 5813.md
  17335. 867.17 s [pandoc] #1: OK (0.05s)
  17336. 867.17 s [pandoc] tabularx.md
  17337. 867.22 s [pandoc] #1: OK (0.03s)
  17338. 867.25 s [pandoc] #2: OK (0.04s)
  17339. 867.27 s [pandoc] #3: OK (0.01s)
  17340. 867.27 s [pandoc] 4162.md
  17341. 867.30 s [pandoc] #1: OK (0.03s)
  17342. 867.30 s [pandoc] 3577.md
  17343. 867.32 s [pandoc] #1: OK (0.03s)
  17344. 867.34 s [pandoc] #2: OK (0.02s)
  17345. 867.34 s [pandoc] biblatex-knuth-ct-a.md
  17346. 867.37 s [pandoc] #1: OK (0.03s)
  17347. 867.37 s [pandoc] figures-rst.md
  17348. 867.38 s [pandoc] #1: OK
  17349. 867.38 s [pandoc] 5182.md
  17350. 867.40 s [pandoc] #1: OK (0.01s)
  17351. 867.40 s [pandoc] 4063.md
  17352. 867.41 s [pandoc] #1: OK (0.02s)
  17353. 867.41 s [pandoc] latex-command-comment.md
  17354. 867.43 s [pandoc] #1: OK (0.02s)
  17355. 867.43 s [pandoc] yaml-with-chomp.md
  17356. 867.43 s [pandoc] #1: OK
  17357. 867.43 s [pandoc] biblatex-loh.md
  17358. 867.46 s [pandoc] #1: OK (0.02s)
  17359. 867.46 s [pandoc] 4254.md
  17360. 867.46 s [pandoc] #1: OK
  17361. 867.46 s [pandoc] biblatex-maron.md
  17362. 867.49 s [pandoc] #1: OK (0.03s)
  17363. 867.49 s [pandoc] 1773.md
  17364. 867.50 s [pandoc] #1: OK
  17365. 867.50 s [pandoc] 6288.md
  17366. 867.51 s [pandoc] #1: OK
  17367. 867.51 s [pandoc] 5439.md
  17368. 867.52 s [pandoc] #1: OK
  17369. 867.52 s [pandoc] 9386.md
  17370. 867.52 s [pandoc] #1: OK
  17371. 867.53 s [pandoc] #2: OK
  17372. 867.53 s [pandoc] 4669.md
  17373. 867.53 s [pandoc] #1: OK
  17374. 867.55 s [pandoc] #2: OK (0.01s)
  17375. 867.55 s [pandoc] 6030.md
  17376. 867.57 s [pandoc] #1: OK (0.02s)
  17377. 867.57 s [pandoc] #2: OK
  17378. 867.57 s [pandoc] 3511.md
  17379. 867.58 s [pandoc] #1: OK
  17380. 867.59 s [pandoc] #2: OK
  17381. 867.59 s [pandoc] 3630.md
  17382. 867.60 s [pandoc] #1: OK
  17383. 867.60 s [pandoc] 6026.md
  17384. 867.60 s [pandoc] #1: OK
  17385. 867.61 s [pandoc] #2: OK
  17386. 867.61 s [pandoc] 3432a.md
  17387. 867.62 s [pandoc] #1: OK
  17388. 867.62 s [pandoc] 10093.md
  17389. 867.63 s [pandoc] #1: OK (0.01s)
  17390. 867.64 s [pandoc] #2: OK (0.01s)
  17391. 867.64 s [pandoc] 5177.md
  17392. 867.65 s [pandoc] #1: OK
  17393. 867.65 s [pandoc] biblatex-bertram.md
  17394. 867.67 s [pandoc] #1: OK (0.02s)
  17395. 867.67 s [pandoc] 3499.md
  17396. 867.67 s [pandoc] #1: OK
  17397. 867.67 s [pandoc] 5367.md
  17398. 867.68 s [pandoc] #1: OK
  17399. 867.68 s [pandoc] 1608.md
  17400. 867.70 s [pandoc] #1: OK (0.01s)
  17401. 867.70 s [pandoc] 8770-block.md
  17402. 867.72 s [pandoc] #1: OK (0.02s)
  17403. 867.72 s [pandoc] citeproc-87.md
  17404. 867.76 s [pandoc] #1: OK (0.04s)
  17405. 867.79 s [pandoc] #2: OK (0.03s)
  17406. 867.82 s [pandoc] #3: OK (0.03s)
  17407. 867.82 s [pandoc] 3968.md
  17408. 867.82 s [pandoc] #1: OK
  17409. 867.82 s [pandoc] biblatex-geer.md
  17410. 867.84 s [pandoc] #1: OK (0.02s)
  17411. 867.84 s [pandoc] 8689.md
  17412. 867.86 s [pandoc] #1: OK (0.01s)
  17413. 867.86 s [pandoc] 4637.md
  17414. 867.87 s [pandoc] #1: OK (0.01s)
  17415. 867.87 s [pandoc] 9171.md
  17416. 867.88 s [pandoc] #1: OK (0.01s)
  17417. 867.90 s [pandoc] #2: OK (0.02s)
  17418. 867.91 s [pandoc] #3: OK (0.01s)
  17419. 867.91 s [pandoc] 6992.md
  17420. 867.92 s [pandoc] #1: OK
  17421. 867.92 s [pandoc] 6719.md
  17422. 867.93 s [pandoc] #1: OK
  17423. 867.93 s [pandoc] #2: OK
  17424. 867.93 s [pandoc] 6119.md
  17425. 867.96 s [pandoc] #1: OK (0.02s)
  17426. 867.96 s [pandoc] 7181.md
  17427. 867.98 s [pandoc] #1: OK (0.03s)
  17428. 867.98 s [pandoc] biblatex-massa.md
  17429. 868.01 s [pandoc] #1: OK (0.03s)
  17430. 868.01 s [pandoc] pandoc-citeproc-338.md
  17431. 868.07 s [pandoc] #1: OK (0.06s)
  17432. 868.07 s [pandoc] biblatex-salam.md
  17433. 868.10 s [pandoc] #1: OK (0.03s)
  17434. 868.10 s [pandoc] 3971.md
  17435. 868.12 s [pandoc] #1: OK (0.02s)
  17436. 868.12 s [pandoc] 8236.md
  17437. 868.16 s [pandoc] #1: OK (0.02s)
  17438. 868.16 s [pandoc] pandoc-citeproc-213.md
  17439. 868.21 s [pandoc] #1: OK (0.06s)
  17440. 868.21 s [pandoc] 3983.md
  17441. 868.24 s [pandoc] #1: OK (0.02s)
  17442. 868.25 s [pandoc] #2: OK (0.02s)
  17443. 868.28 s [pandoc] #3: OK (0.02s)
  17444. 868.28 s [pandoc] 1745.md
  17445. 868.31 s [pandoc] #1: OK (0.03s)
  17446. 868.31 s [pandoc] 10145.md
  17447. 868.34 s [pandoc] #1: OK (0.03s)
  17448. 868.34 s [pandoc] citeproc-20.md
  17449. 868.41 s [pandoc] #1: OK (0.07s)
  17450. 868.41 s [pandoc] 4007.md
  17451. 868.44 s [pandoc] #1: OK (0.03s)
  17452. 868.47 s [pandoc] #2: OK (0.03s)
  17453. 868.49 s [pandoc] #3: OK (0.03s)
  17454. 868.50 s [pandoc] 6970.md
  17455. 868.52 s [pandoc] #1: OK (0.03s)
  17456. 868.52 s [pandoc] 4928.md
  17457. 868.55 s [pandoc] #1: OK (0.02s)
  17458. 868.57 s [pandoc] #2: OK (0.03s)
  17459. 868.60 s [pandoc] #3: OK (0.03s)
  17460. 868.63 s [pandoc] #4: OK (0.02s)
  17461. 868.66 s [pandoc] #5: OK (0.03s)
  17462. 868.69 s [pandoc] #6: OK (0.03s)
  17463. 868.71 s [pandoc] #7: OK (0.02s)
  17464. 868.71 s [pandoc] 9809.md
  17465. 868.73 s [pandoc] #1: OK (0.03s)
  17466. 868.73 s [pandoc] pandoc-citeproc-416.md
  17467. 868.89 s [pandoc] #1: OK (0.16s)
  17468. 868.89 s [pandoc] biblatex-augustine.md
  17469. 868.93 s [pandoc] #1: OK (0.04s)
  17470. 868.93 s [pandoc] bits-book-meta.md
  17471. 869.00 s [pandoc] #1: OK (0.07s)
  17472. 869.00 s [pandoc] 1166.md
  17473. 869.05 s [pandoc] #1: OK (0.05s)
  17474. 869.05 s [pandoc] 9777-b.md
  17475. 869.09 s [pandoc] #1: OK (0.04s)
  17476. 869.09 s [pandoc] 8179.md
  17477. 869.11 s [pandoc] #1: OK (0.03s)
  17478. 869.11 s [pandoc] 9585.md
  17479. 869.15 s [pandoc] #1: OK (0.03s)
  17480. 869.15 s [pandoc] figures-fb2.md
  17481. 869.17 s [pandoc] #1: OK (0.03s)
  17482. 869.17 s [pandoc] 5233.md
  17483. 869.21 s [pandoc] #1: OK (0.03s)
  17484. 869.21 s [pandoc] 5846.md
  17485. 869.23 s [pandoc] #1: OK (0.03s)
  17486. 869.26 s [pandoc] #2: OK (0.02s)
  17487. 869.30 s [pandoc] #3: OK (0.03s)
  17488. 869.34 s [pandoc] #4: OK (0.04s)
  17489. 869.34 s [pandoc] #5: OK (0.02s)
  17490. 869.35 s [pandoc] 5650.md
  17491. 869.39 s [pandoc] #1: OK (0.03s)
  17492. 869.42 s [pandoc] #2: OK (0.03s)
  17493. 869.42 s [pandoc] 9002.md
  17494. 869.46 s [pandoc] #1: OK (0.04s)
  17495. 869.46 s [pandoc] 7416.md
  17496. 869.50 s [pandoc] #1: OK (0.04s)
  17497. 869.54 s [pandoc] #2: OK (0.04s)
  17498. 869.54 s [pandoc] 8665.md
  17499. 869.56 s [pandoc] #1: OK (0.02s)
  17500. 869.56 s [pandoc] 6869.md
  17501. 869.59 s [pandoc] #1: OK (0.03s)
  17502. 869.59 s [pandoc] 9218.md
  17503. 869.62 s [pandoc] #1: OK (0.03s)
  17504. 869.62 s [pandoc] 6783.md
  17505. 869.67 s [pandoc] #1: OK (0.05s)
  17506. 869.67 s [pandoc] docbook-bibliography.md
  17507. 869.69 s [pandoc] #1: OK (0.03s)
  17508. 869.69 s [pandoc] pandoc-citeproc-292.md
  17509. 869.87 s [pandoc] #1: OK (0.18s)
  17510. 869.87 s [pandoc] vars-and-metadata.md
  17511. 869.91 s [pandoc] #1: OK (0.03s)
  17512. 869.91 s [pandoc] 10318.md
  17513. 870.00 s [pandoc] #1: OK (0.09s)
  17514. 870.00 s [pandoc] 4722.md
  17515. 870.03 s [pandoc] #1: OK (0.04s)
  17516. 870.05 s [pandoc] #2: OK (0.02s)
  17517. 870.05 s [pandoc] short-caption.md
  17518. 870.10 s [pandoc] #1: OK (0.04s)
  17519. 870.10 s [pandoc] 7321.md
  17520. 870.18 s [pandoc] #1: OK (0.08s)
  17521. 870.18 s [pandoc] latex-fontawesome.md
  17522. 870.21 s [pandoc] #1: OK (0.03s)
  17523. 870.22 s [pandoc] #2: OK (0.02s)
  17524. 870.22 s [pandoc] 5857.md
  17525. 870.25 s [pandoc] #1: OK (0.02s)
  17526. 870.25 s [pandoc] 3314.md
  17527. 870.29 s [pandoc] #1: OK (0.04s)
  17528. 870.29 s [pandoc] 9090.md
  17529. 870.31 s [pandoc] #1: OK (0.03s)
  17530. 870.31 s [pandoc] 8992.md
  17531. 870.33 s [pandoc] #1: OK (0.02s)
  17532. 870.33 s [pandoc] figures-markdown.md
  17533. 870.36 s [pandoc] #1: OK (0.03s)
  17534. 870.36 s [pandoc] biblatex-book-averroes.md
  17535. 870.42 s [pandoc] #1: OK (0.05s)
  17536. 870.42 s [pandoc] 3432.md
  17537. 870.47 s [pandoc] #1: OK (0.06s)
  17538. 870.54 s [pandoc] #2: OK (0.08s)
  17539. 870.73 s [pandoc] #3: OK (0.04s)
  17540. 870.73 s [pandoc] #4: OK (0.02s)
  17541. 870.73 s [pandoc] #5: OK (0.04s)
  17542. 870.73 s [pandoc] #6: OK (0.03s)
  17543. 870.73 s [pandoc] 8981.md
  17544. 870.73 s [pandoc] #1: OK (0.03s)
  17545. 870.73 s [pandoc] 9420.md
  17546. 870.75 s [pandoc] #1: OK (0.03s)
  17547. 870.75 s [pandoc] 3978.md
  17548. 870.78 s [pandoc] #1: OK (0.03s)
  17549. 870.78 s [pandoc] 8365.md
  17550. 870.81 s [pandoc] #1: OK (0.03s)
  17551. 870.81 s [pandoc] 3523.md
  17552. 870.84 s [pandoc] #1: OK (0.02s)
  17553. 870.84 s [pandoc] 5271.md
  17554. 870.87 s [pandoc] #1: OK (0.03s)
  17555. 870.87 s [pandoc] pandoc-citeproc-53.md
  17556. 871.01 s [pandoc] #1: OK (0.15s)
  17557. 871.01 s [pandoc] 7857.md
  17558. 871.04 s [pandoc] #1: OK (0.02s)
  17559. 871.04 s [pandoc] 4811.md
  17560. 871.07 s [pandoc] #1: OK (0.03s)
  17561. 871.10 s [pandoc] #2: OK (0.02s)
  17562. 871.12 s [pandoc] #3: OK (0.02s)
  17563. 871.15 s [pandoc] #4: OK (0.03s)
  17564. 871.18 s [pandoc] #5: OK (0.03s)
  17565. 871.18 s [pandoc] 2606.md
  17566. 871.22 s [pandoc] #1: OK (0.03s)
  17567. 871.24 s [pandoc] #2: OK (0.03s)
  17568. 871.27 s [pandoc] #3: OK (0.03s)
  17569. 871.31 s [pandoc] #4: OK (0.04s)
  17570. 871.31 s [pandoc] 8437.md
  17571. 871.34 s [pandoc] #1: OK (0.03s)
  17572. 871.37 s [pandoc] #2: OK (0.03s)
  17573. 871.39 s [pandoc] #3: OK (0.02s)
  17574. 871.39 s [pandoc] yaml-metadata-blocks.md
  17575. 871.41 s [pandoc] #1: OK (0.02s)
  17576. 871.44 s [pandoc] #2: OK (0.02s)
  17577. 871.46 s [pandoc] #3: OK (0.03s)
  17578. 871.49 s [pandoc] #4: OK (0.03s)
  17579. 871.51 s [pandoc] #5: OK (0.02s)
  17580. 871.51 s [pandoc] biblatex-book-vazques-de-parga.md
  17581. 871.55 s [pandoc] #1: OK (0.05s)
  17582. 871.55 s [pandoc] 1881.md
  17583. 871.58 s [pandoc] #1: OK (0.01s)
  17584. 871.60 s [pandoc] #2: OK (0.02s)
  17585. 871.60 s [pandoc] 3497.md
  17586. 871.60 s [pandoc] #1: OK
  17587. 871.63 s [pandoc] #2: OK (0.03s)
  17588. 871.65 s [pandoc] #3: OK (0.02s)
  17589. 871.65 s [pandoc] defaults-inheritance-1.md
  17590. 871.68 s [pandoc] #1: OK (0.04s)
  17591. 871.68 s [pandoc] 1718.md
  17592. 871.70 s [pandoc] #1: OK (0.01s)
  17593. 871.70 s [pandoc] adjacent_latex_blocks.md
  17594. 871.71 s [pandoc] #1: OK (0.02s)
  17595. 871.71 s [pandoc] 6739.md
  17596. 871.73 s [pandoc] #1: OK (0.02s)
  17597. 871.75 s [pandoc] #2: OK (0.01s)
  17598. 871.75 s [pandoc] section-divs.md
  17599. 871.76 s [pandoc] #1: OK (0.01s)
  17600. 871.76 s [pandoc] biblatex-westfahl-space.md
  17601. 871.81 s [pandoc] #1: OK (0.05s)
  17602. 871.81 s [pandoc] 2602.md
  17603. 871.83 s [pandoc] #1: OK (0.01s)
  17604. 871.85 s [pandoc] #2: OK (0.02s)
  17605. 871.85 s [pandoc] 5904.md
  17606. 871.86 s [pandoc] #1: OK (0.01s)
  17607. 871.86 s [pandoc] 8997.md
  17608. 871.87 s [pandoc] #1: OK (0.01s)
  17609. 871.90 s [pandoc] #2: OK (0.03s)
  17610. 871.90 s [pandoc] pandoc-citeproc-386.md
  17611. 871.95 s [pandoc] #1: OK (0.04s)
  17612. 871.95 s [pandoc] 8344.md
  17613. 871.99 s [pandoc] #1: OK (0.04s)
  17614. 871.99 s [pandoc] 7871.md
  17615. 872.01 s [pandoc] #1: OK (0.02s)
  17616. 872.01 s [pandoc] figures-jira.md
  17617. 872.02 s [pandoc] #1: OK (0.02s)
  17618. 872.02 s [pandoc] 6062.md
  17619. 872.03 s [pandoc] #1: OK (0.01s)
  17620. 872.03 s [pandoc] 7941.md
  17621. 872.05 s [pandoc] #1: OK (0.01s)
  17622. 872.05 s [pandoc] pandoc-citeproc-152.md
  17623. 872.22 s [pandoc] #1: OK (0.17s)
  17624. 872.22 s [pandoc] write18.md
  17625. 872.25 s [pandoc] #1: OK (0.03s)
  17626. 872.28 s [pandoc] #2: OK (0.03s)
  17627. 872.28 s [pandoc] 4715.md
  17628. 872.31 s [pandoc] #1: OK (0.02s)
  17629. 872.31 s [pandoc] pandoc-citeproc-82.md
  17630. 872.37 s [pandoc] #1: OK (0.07s)
  17631. 872.37 s [pandoc] 3531.md
  17632. 872.40 s [pandoc] #1: OK (0.02s)
  17633. 872.40 s [pandoc] 4919.md
  17634. 872.42 s [pandoc] #1: OK (0.03s)
  17635. 872.42 s [pandoc] 7282.md
  17636. 872.44 s [pandoc] #1: OK (0.02s)
  17637. 872.44 s [pandoc] 5241.md
  17638. 872.47 s [pandoc] #1: OK (0.03s)
  17639. 872.47 s [pandoc] 8948.md
  17640. 872.49 s [pandoc] #1: OK (0.02s)
  17641. 872.52 s [pandoc] #2: OK (0.02s)
  17642. 872.55 s [pandoc] #3: OK (0.03s)
  17643. 872.55 s [pandoc] 3123.md
  17644. 872.57 s [pandoc] #1: OK (0.03s)
  17645. 872.60 s [pandoc] #2: OK (0.02s)
  17646. 872.60 s [pandoc] 8182.md
  17647. 872.63 s [pandoc] #1: OK (0.03s)
  17648. 872.63 s [pandoc] 9639.md
  17649. 872.67 s [pandoc] #1: OK (0.03s)
  17650. 872.67 s [pandoc] 6033.md
  17651. 872.68 s [pandoc] #1: OK (0.02s)
  17652. 872.68 s [pandoc] 9616.md
  17653. 872.73 s [pandoc] #1: OK (0.04s)
  17654. 872.73 s [pandoc] 7473.md
  17655. 872.74 s [pandoc] #1: OK (0.02s)
  17656. 872.74 s [pandoc] 7067.md
  17657. 872.76 s [pandoc] #1: OK (0.02s)
  17658. 872.78 s [pandoc] #2: OK (0.02s)
  17659. 872.82 s [pandoc] #3: OK (0.03s)
  17660. 872.82 s [pandoc] pandoc-citeproc-322.md
  17661. 872.86 s [pandoc] #1: OK (0.05s)
  17662. 872.86 s [pandoc] 4860.md
  17663. 872.89 s [pandoc] #1: OK (0.03s)
  17664. 872.89 s [pandoc] 4553.md
  17665. 872.91 s [pandoc] #1: OK (0.02s)
  17666. 872.93 s [pandoc] #2: OK (0.02s)
  17667. 872.93 s [pandoc] pandoc-citeproc-437.md
  17668. 872.98 s [pandoc] #1: OK (0.04s)
  17669. 872.98 s [pandoc] 5072.md
  17670. 872.99 s [pandoc] #1: OK (0.02s)
  17671. 872.99 s [pandoc] 7064.md
  17672. 873.02 s [pandoc] #1: OK (0.02s)
  17673. 873.02 s [pandoc] biblatex-coleridge.md
  17674. 873.07 s [pandoc] #1: OK (0.05s)
  17675. 873.07 s [pandoc] pandoc-citeproc-119.md
  17676. 873.20 s [pandoc] #1: OK (0.13s)
  17677. 873.20 s [pandoc] 3752.md
  17678. 873.35 s [pandoc] #1: OK (0.15s)
  17679. 873.41 s [pandoc] #2: OK (0.06s)
  17680. 873.44 s [pandoc] #3: OK (0.03s)
  17681. 873.44 s [pandoc] biblatex-kowalik.md
  17682. 873.49 s [pandoc] #1: OK (0.05s)
  17683. 873.49 s [pandoc] biblatex-companion.md
  17684. 873.56 s [pandoc] #1: OK (0.07s)
  17685. 873.56 s [pandoc] 10236.md
  17686. 873.56 s [pandoc] #1: OK
  17687. 873.58 s [pandoc] #2: OK (0.01s)
  17688. 873.61 s [pandoc] #3: OK (0.02s)
  17689. 873.63 s [pandoc] #4: OK (0.03s)
  17690. 873.63 s [pandoc] biblatex-aksin.md
  17691. 873.71 s [pandoc] #1: OK (0.08s)
  17692. 873.71 s [pandoc] 8534.md
  17693. 873.74 s [pandoc] #1: OK (0.02s)
  17694. 873.74 s [pandoc] 4578.md
  17695. 873.75 s [pandoc] #1: OK (0.03s)
  17696. 873.75 s [pandoc] 9569.md
  17697. 873.77 s [pandoc] #1: OK (0.01s)
  17698. 873.77 s [pandoc] pandoc-citeproc-move-period-inside-quote.md
  17699. 873.84 s [pandoc] #1: OK (0.07s)
  17700. 873.84 s [pandoc] 8984.md
  17701. 873.85 s [pandoc] #1: OK
  17702. 873.91 s [pandoc] #2: OK (0.05s)
  17703. 873.91 s [pandoc] biblatex-inbook-title-booktitle-maintitle-series-2.md
  17704. 873.94 s [pandoc] #1: OK (0.03s)
  17705. 873.94 s [pandoc] biblatex-sigfridsson.md
  17706. 873.99 s [pandoc] #1: OK (0.05s)
  17707. 873.99 s [pandoc] 8487.md
  17708. 874.00 s [pandoc] #1: OK (0.02s)
  17709. 874.00 s [pandoc] man-defines.md
  17710. 874.02 s [pandoc] #1: OK (0.01s)
  17711. 874.02 s [pandoc] 6367.md
  17712. 874.07 s [pandoc] #1: OK (0.03s)
  17713. 874.07 s [pandoc] 9576.md
  17714. 874.07 s [pandoc] #1: OK (0.02s)
  17715. 874.07 s [pandoc] 4598.md
  17716. 874.09 s [pandoc] #1: OK (0.02s)
  17717. 874.09 s [pandoc] 9904.md
  17718. 874.14 s [pandoc] #1: OK (0.05s)
  17719. 874.16 s [pandoc] 8966.md
  17720. 874.19 s [pandoc] #1: OK (0.02s)
  17721. 874.19 s [pandoc] 8711.md
  17722. 874.22 s [pandoc] #1: OK (0.02s)
  17723. 874.25 s [pandoc] #2: OK (0.03s)
  17724. 874.26 s [pandoc] #3: OK (0.02s)
  17725. 874.26 s [pandoc] mdoc-Bd-unfilled.md
  17726. 874.29 s [pandoc] #1: OK (0.03s)
  17727. 874.29 s [pandoc] biblatex-nietzsche-ksa1.md
  17728. 874.41 s [pandoc] #1: OK (0.11s)
  17729. 874.41 s [pandoc] 3516.md
  17730. 874.43 s [pandoc] #1: OK (0.03s)
  17731. 874.45 s [pandoc] #2: OK (0.02s)
  17732. 874.48 s [pandoc] #3: OK (0.03s)
  17733. 874.48 s [pandoc] mdoc-An.md
  17734. 874.53 s [pandoc] #1: OK (0.03s)
  17735. 874.53 s [pandoc] biblatex-manual.md
  17736. 874.64 s [pandoc] #1: OK (0.11s)
  17737. 874.64 s [pandoc] biblatex-almendro.md
  17738. 874.73 s [pandoc] #1: OK (0.09s)
  17739. 874.73 s [pandoc] 9121.md
  17740. 874.78 s [pandoc] #1: OK (0.04s)
  17741. 874.80 s [pandoc] #2: OK (0.03s)
  17742. 874.80 s [pandoc] biblatex-herrmann.md
  17743. 874.88 s [pandoc] #1: OK (0.08s)
  17744. 874.88 s [pandoc] empty_paragraphs.md
  17745. 875.04 s [pandoc] #1: OK (0.16s)
  17746. 875.15 s [pandoc] #2: OK (0.10s)
  17747. 875.25 s [pandoc] #3: OK (0.11s)
  17748. 875.35 s [pandoc] #4: OK (0.10s)
  17749. 875.40 s [pandoc] #5: OK (0.05s)
  17750. 875.43 s [pandoc] #6: OK (0.03s)
  17751. 875.46 s [pandoc] #7: OK (0.02s)
  17752. 875.48 s [pandoc] #8: OK (0.03s)
  17753. 875.51 s [pandoc] #9: OK (0.04s)
  17754. 875.53 s [pandoc] #10: OK (0.01s)
  17755. 875.53 s [pandoc] 6951.md
  17756. 875.70 s [pandoc] #1: OK (0.17s)
  17757. 875.70 s [pandoc] 9209.md
  17758. 875.80 s [pandoc] #1: OK (0.04s)
  17759. 875.80 s [pandoc] biblatex-bibstring-resolution.md
  17760. 875.80 s [pandoc] #1: OK (0.03s)
  17761. 875.80 s [pandoc] 3450.md
  17762. 875.83 s [pandoc] #1: OK (0.05s)
  17763. 875.86 s [pandoc] #2: OK (0.03s)
  17764. 875.86 s [pandoc] 5014.md
  17765. 875.90 s [pandoc] #1: OK (0.02s)
  17766. 875.90 s [pandoc] 3947.md
  17767. 875.92 s [pandoc] #1: OK (0.03s)
  17768. 875.92 s [pandoc] 8513.md
  17769. 875.95 s [pandoc] #1: OK (0.02s)
  17770. 875.98 s [pandoc] #2: OK (0.03s)
  17771. 876.01 s [pandoc] #3: OK (0.03s)
  17772. 876.01 s [pandoc] 3619.md
  17773. 876.03 s [pandoc] #1: OK (0.03s)
  17774. 876.07 s [pandoc] #2: OK (0.03s)
  17775. 876.08 s [pandoc] #3: OK (0.02s)
  17776. 876.08 s [pandoc] 3529.md
  17777. 876.12 s [pandoc] #1: OK (0.03s)
  17778. 876.12 s [pandoc] 7615.md
  17779. 876.15 s [pandoc] #1: OK (0.03s)
  17780. 876.15 s [pandoc] alerts.md
  17781. 876.18 s [pandoc] #1: OK (0.02s)
  17782. 876.20 s [pandoc] #2: OK (0.03s)
  17783. 876.39 s [pandoc] #3: OK (0.19s)
  17784. 876.42 s [pandoc] #4: OK (0.03s)
  17785. 876.45 s [pandoc] #5: OK (0.03s)
  17786. 876.45 s [pandoc] 7692.md
  17787. 876.48 s [pandoc] #1: OK (0.03s)
  17788. 876.56 s [pandoc] #2: OK (0.08s)
  17789. 876.56 s [pandoc] bits-book-part-wrapper-meta.md
  17790. 876.59 s [pandoc] #1: OK (0.03s)
  17791. 876.59 s [pandoc] 9042.md
  17792. 876.62 s [pandoc] #1: OK (0.04s)
  17793. 876.65 s [pandoc] #2: OK (0.03s)
  17794. 876.65 s [pandoc] biblatex-wassenberg.md
  17795. 876.71 s [pandoc] #1: OK (0.05s)
  17796. 876.71 s [pandoc] biblatex-edtf-date.md
  17797. 876.75 s [pandoc] #1: OK (0.05s)
  17798. 876.75 s [pandoc] 6802.md
  17799. 876.78 s [pandoc] #1: OK (0.03s)
  17800. 876.78 s [pandoc] 3880.md
  17801. 876.82 s [pandoc] #1: OK (0.03s)
  17802. 876.82 s [pandoc] 4768.md
  17803. 876.86 s [pandoc] #1: OK (0.04s)
  17804. 876.86 s [pandoc] 6768.md
  17805. 876.88 s [pandoc] #1: OK (0.02s)
  17806. 876.92 s [pandoc] #2: OK (0.03s)
  17807. 876.92 s [pandoc] 5474-tables.md
  17808. 876.95 s [pandoc] #1: OK (0.04s)
  17809. 876.95 s [pandoc] 7339.md
  17810. 876.97 s [pandoc] #1: OK (0.01s)
  17811. 876.97 s [pandoc] biblatex-vangennep.md
  17812. 877.01 s [pandoc] #1: OK (0.04s)
  17813. 877.01 s [pandoc] biblatex-kant-kpv.md
  17814. 877.15 s [pandoc] #1: OK (0.14s)
  17815. 877.15 s [pandoc] 8011.md
  17816. 877.16 s [pandoc] #1: OK (0.03s)
  17817. 877.17 s [pandoc] 3771.md
  17818. 877.20 s [pandoc] #1: OK (0.03s)
  17819. 877.20 s [pandoc] 4172.md
  17820. 877.26 s [pandoc] #1: OK (0.06s)
  17821. 877.31 s [pandoc] #2: OK (0.05s)
  17822. 877.31 s [pandoc] 5819.md
  17823. 877.38 s [pandoc] #1: OK (0.07s)
  17824. 877.38 s [pandoc] defaults-inheritance-2.md
  17825. 877.42 s [pandoc] #1: OK (0.03s)
  17826. 877.42 s [pandoc] 7278.md
  17827. 877.44 s [pandoc] #1: OK (0.03s)
  17828. 877.44 s [pandoc] latex-color.md
  17829. 877.54 s [pandoc] #1: OK (0.03s)
  17830. 877.57 s [pandoc] #2: OK (0.10s)
  17831. 877.59 s [pandoc] #3: OK (0.02s)
  17832. 877.62 s [pandoc] #4: OK (0.03s)
  17833. 877.66 s [pandoc] #5: OK (0.04s)
  17834. 877.68 s [pandoc] #6: OK (0.02s)
  17835. 877.71 s [pandoc] #7: OK (0.03s)
  17836. 877.74 s [pandoc] #8: OK (0.03s)
  17837. 877.78 s [pandoc] #9: OK (0.04s)
  17838. 877.81 s [pandoc] #10: OK (0.02s)
  17839. 877.84 s [pandoc] #11: OK (0.04s)
  17840. 877.88 s [pandoc] #12: OK (0.03s)
  17841. 877.88 s [pandoc] biblatex-inbook-title-booktitle-maintitle-series.md
  17842. 877.92 s [pandoc] #1: OK (0.04s)
  17843. 877.92 s [pandoc] 3667.md
  17844. 877.96 s [pandoc] #1: OK (0.03s)
  17845. 877.96 s [pandoc] 853.md
  17846. 877.99 s [pandoc] #1: OK (0.04s)
  17847. 877.99 s [pandoc] 4499.md
  17848. 878.03 s [pandoc] #1: OK (0.03s)
  17849. 878.05 s [pandoc] #2: OK (0.03s)
  17850. 878.07 s [pandoc] #3: OK (0.03s)
  17851. 878.11 s [pandoc] #4: OK (0.02s)
  17852. 878.15 s [pandoc] #5: OK (0.04s)
  17853. 878.17 s [pandoc] #6: OK (0.04s)
  17854. 878.23 s [pandoc] #7: OK (0.04s)
  17855. 878.26 s [pandoc] #8: OK (0.04s)
  17856. 878.30 s [pandoc] #9: OK (0.03s)
  17857. 878.31 s [pandoc] #10: OK (0.02s)
  17858. 878.34 s [pandoc] #11: OK (0.02s)
  17859. 878.37 s [pandoc] #12: OK (0.03s)
  17860. 878.37 s [pandoc] 7376.md
  17861. 878.43 s [pandoc] #1: OK (0.05s)
  17862. 878.43 s [pandoc] citeproc-17.md
  17863. 878.48 s [pandoc] #1: OK (0.06s)
  17864. 878.48 s [pandoc] 6285.md
  17865. 878.54 s [pandoc] #1: OK (0.07s)
  17866. 878.54 s [pandoc] 7436.md
  17867. 878.58 s [pandoc] #1: OK (0.04s)
  17868. 878.58 s [pandoc] pandoc-citeproc-360.md
  17869. 878.66 s [pandoc] #1: OK (0.08s)
  17870. 878.66 s [pandoc] biblatex-vazques-de-parga.md
  17871. 878.72 s [pandoc] #1: OK (0.05s)
  17872. 878.72 s [pandoc] biblatex-springer.md
  17873. 878.77 s [pandoc] #1: OK (0.05s)
  17874. 878.77 s [pandoc] biblatex-murray.md
  17875. 878.82 s [pandoc] #1: OK (0.06s)
  17876. 878.82 s [pandoc] 8738.md
  17877. 878.85 s [pandoc] #1: OK (0.03s)
  17878. 878.85 s [pandoc] 5474-figures.md
  17879. 878.87 s [pandoc] #1: OK (0.03s)
  17880. 878.87 s [pandoc] 4442.md
  17881. 878.91 s [pandoc] #1: OK (0.03s)
  17882. 878.91 s [pandoc] 6541.md
  17883. 878.96 s [pandoc] #1: OK (0.05s)
  17884. 878.96 s [pandoc] 256.md
  17885. 878.99 s [pandoc] #1: OK (0.03s)
  17886. 879.02 s [pandoc] #2: OK (0.03s)
  17887. 879.02 s [pandoc] pandoc-citeproc-locators-integrated.md
  17888. 879.10 s [pandoc] #1: OK (0.08s)
  17889. 879.10 s [pandoc] 4240.md
  17890. 879.13 s [pandoc] #1: OK (0.04s)
  17891. 879.13 s [pandoc] pandoc-citeproc-351.md
  17892. 879.19 s [pandoc] #1: OK (0.06s)
  17893. 879.19 s [pandoc] 5845.md
  17894. 879.21 s [pandoc] #1: OK (0.03s)
  17895. 879.34 s [pandoc] #2: OK (0.08s)
  17896. 879.34 s [pandoc] macro-defs-in-preamble.md
  17897. 879.37 s [pandoc] #1: OK (0.03s)
  17898. 879.37 s [pandoc] 3570.md
  17899. 879.39 s [pandoc] #1: OK (0.02s)
  17900. 879.39 s [pandoc] 9088.md
  17901. 879.42 s [pandoc] #1: OK (0.02s)
  17902. 879.42 s [pandoc] 8110.md
  17903. 879.44 s [pandoc] #1: OK (0.03s)
  17904. 879.44 s [pandoc] biblatex-moore-related.md
  17905. 879.49 s [pandoc] #1: OK (0.04s)
  17906. 879.49 s [pandoc] 5121.md
  17907. 879.53 s [pandoc] #1: OK (0.04s)
  17908. 879.53 s [pandoc] 8745.md
  17909. 879.55 s [pandoc] #1: OK (0.03s)
  17910. 879.55 s [pandoc] 5627.md
  17911. 879.60 s [pandoc] #1: OK (0.05s)
  17912. 879.68 s [pandoc] #2: OK (0.07s)
  17913. 879.70 s [pandoc] #3: OK (0.03s)
  17914. 879.70 s [pandoc] pandoc-citeproc-chicago-fullnote-bibliography.md
  17915. 879.88 s [pandoc] #1: OK (0.19s)
  17916. 879.88 s [pandoc] 1592.md
  17917. 879.91 s [pandoc] #1: OK (0.02s)
  17918. 879.94 s [pandoc] #2: OK (0.04s)
  17919. 879.98 s [pandoc] #3: OK (0.03s)
  17920. 880.04 s [pandoc] #4: OK (0.06s)
  17921. 880.06 s [pandoc] #5: OK (0.03s)
  17922. 880.10 s [pandoc] #6: OK (0.03s)
  17923. 880.11 s [pandoc] #7: OK (0.01s)
  17924. 880.13 s [pandoc] #8: OK (0.02s)
  17925. 880.17 s [pandoc] #9: OK (0.05s)
  17926. 880.20 s [pandoc] #10: OK (0.03s)
  17927. 880.20 s [pandoc] 4513.md
  17928. 880.21 s [pandoc] #1: OK (0.01s)
  17929. 880.21 s [pandoc] 7520.md
  17930. 880.21 s [pandoc] #1: OK
  17931. 880.21 s [pandoc] biblatex-incollection-2.md
  17932. 880.28 s [pandoc] #1: OK (0.06s)
  17933. 880.28 s [pandoc] pandoc-citeproc-301.md
  17934. 880.46 s [pandoc] #1: OK (0.18s)
  17935. 880.46 s [pandoc] make-section-column-divs.md
  17936. 880.49 s [pandoc] #1: OK (0.03s)
  17937. 880.49 s [pandoc] 9807.md
  17938. 880.53 s [pandoc] #1: OK (0.04s)
  17939. 880.53 s [pandoc] csv.md
  17940. 880.54 s [pandoc] #1: OK (0.02s)
  17941. 880.54 s [pandoc] 4465.md
  17942. 880.57 s [pandoc] #1: OK (0.03s)
  17943. 880.57 s [pandoc] refs.md
  17944. 880.64 s [pandoc] #1: OK (0.06s)
  17945. 880.68 s [pandoc] #2: OK (0.04s)
  17946. 880.70 s [pandoc] #3: OK (0.02s)
  17947. 880.72 s [pandoc] #4: OK (0.03s)
  17948. 880.85 s [pandoc] #5: OK (0.03s)
  17949. 880.85 s [pandoc] #6: OK (0.04s)
  17950. 880.86 s [pandoc] #7: OK (0.05s)
  17951. 880.88 s [pandoc] #8: OK (0.03s)
  17952. 880.88 s [pandoc] setext-fenced-div.md
  17953. 880.90 s [pandoc] #1: OK (0.02s)
  17954. 880.90 s [pandoc] 5898.md
  17955. 880.91 s [pandoc] #1: OK (0.02s)
  17956. 880.92 s [pandoc] biblatex-baez-online.md
  17957. 880.98 s [pandoc] #1: OK (0.07s)
  17958. 880.98 s [pandoc] biblatex-options-url-false-doi-false.md
  17959. 881.03 s [pandoc] #1: OK (0.03s)
  17960. 881.03 s [pandoc] 9045.md
  17961. 881.07 s [pandoc] #1: OK (0.06s)
  17962. 881.07 s [pandoc] 8098.md
  17963. 881.11 s [pandoc] #1: OK (0.03s)
  17964. 881.11 s [pandoc] biblatex-jcg.md
  17965. 881.19 s [pandoc] #1: OK (0.09s)
  17966. 881.21 s [pandoc] 7208.md
  17967. 881.24 s [pandoc] #1: OK (0.02s)
  17968. 881.24 s [pandoc] 7723.md
  17969. 881.25 s [pandoc] #1: OK (0.02s)
  17970. 881.25 s [pandoc] 3422.md
  17971. 881.26 s [pandoc] #1: OK
  17972. 881.26 s [pandoc] 6133.md
  17973. 881.29 s [pandoc] #1: OK (0.02s)
  17974. 881.29 s [pandoc] 3958.md
  17975. 881.32 s [pandoc] #1: OK (0.03s)
  17976. 881.35 s [pandoc] #2: OK (0.03s)
  17977. 881.37 s [pandoc] #3: OK (0.02s)
  17978. 881.37 s [pandoc] 9388.md
  17979. 881.41 s [pandoc] #1: OK (0.03s)
  17980. 881.41 s [pandoc] biblatex-266.md
  17981. 881.46 s [pandoc] #1: OK (0.06s)
  17982. 881.46 s [pandoc] biblatex-malinowski.md
  17983. 881.53 s [pandoc] #1: OK (0.07s)
  17984. 881.53 s [pandoc] 7810.md
  17985. 881.57 s [pandoc] #1: OK (0.04s)
  17986. 881.59 s [pandoc] #2: OK (0.02s)
  17987. 881.64 s [pandoc] #3: OK (0.05s)
  17988. 881.64 s [pandoc] 7884.md
  17989. 881.73 s [pandoc] #1: OK (0.09s)
  17990. 881.73 s [pandoc] biblatex-iliad.md
  17991. 881.79 s [pandoc] #1: OK (0.06s)
  17992. 881.79 s [pandoc] 9905.md
  17993. 881.82 s [pandoc] #1: OK (0.03s)
  17994. 881.85 s [pandoc] #2: OK (0.03s)
  17995. 881.85 s [pandoc] pandoc-citeproc-87.md
  17996. 882.00 s [pandoc] #1: OK (0.13s)
  17997. 882.00 s [pandoc] biblatex-article.md
  17998. 882.06 s [pandoc] #1: OK (0.07s)
  17999. 882.06 s [pandoc] 5541-urlLink.md
  18000. 882.08 s [pandoc] #1: OK (0.04s)
  18001. 882.09 s [pandoc] 3916.md
  18002. 882.11 s [pandoc] #1: OK (0.01s)
  18003. 882.11 s [pandoc] lists-inside-definition.md
  18004. 882.14 s [pandoc] #1: OK (0.02s)
  18005. 882.17 s [pandoc] #2: OK (0.03s)
  18006. 882.19 s [pandoc] #3: OK (0.03s)
  18007. 882.19 s [pandoc] biblatex-patent.md
  18008. 882.25 s [pandoc] #1: OK (0.05s)
  18009. 882.25 s [pandoc] 5684.md
  18010. 882.28 s [pandoc] #1: OK (0.03s)
  18011. 882.28 s [pandoc] 6765.md
  18012. 882.85 s [pandoc] #1: OK (0.57s)
  18013. 882.85 s [pandoc] biblatex-sarfraz.md
  18014. 882.89 s [pandoc] #1: OK (0.04s)
  18015. 882.89 s [pandoc] 9878.md
  18016. 882.92 s [pandoc] #1: OK (0.03s)
  18017. 882.92 s [pandoc] 645.md
  18018. 882.95 s [pandoc] #1: OK (0.03s)
  18019. 882.95 s [pandoc] biblatex-moore.md
  18020. 883.09 s [pandoc] #1: OK (0.15s)
  18021. 883.10 s [pandoc] biblatex-incollection.md
  18022. 883.33 s [pandoc] #1: OK (0.22s)
  18023. 883.33 s [pandoc] 4019.md
  18024. 883.37 s [pandoc] #1: OK (0.04s)
  18025. 883.37 s [pandoc] biblatex-markey.md
  18026. 883.46 s [pandoc] #1: OK (0.08s)
  18027. 883.46 s [pandoc] tex-group.md
  18028. 883.49 s [pandoc] #1: OK (0.03s)
  18029. 883.49 s [pandoc] 5128.md
  18030. 883.53 s [pandoc] #1: OK (0.04s)
  18031. 883.53 s [pandoc] biblatex-nietzsche-ksa.md
  18032. 883.59 s [pandoc] #1: OK (0.06s)
  18033. 883.59 s [pandoc] 4677.md
  18034. 883.63 s [pandoc] #1: OK (0.05s)
  18035. 883.63 s [pandoc] 3675.md
  18036. 883.67 s [pandoc] #1: OK (0.03s)
  18037. 883.67 s [pandoc] 5620.md
  18038. 883.71 s [pandoc] #1: OK (0.06s)
  18039. 883.71 s [pandoc] 6796.md
  18040. 883.75 s [pandoc] #1: OK (0.02s)
  18041. 883.75 s [pandoc] 7080.md
  18042. 883.78 s [pandoc] #1: OK (0.03s)
  18043. 883.78 s [pandoc] 8150.md
  18044. 883.81 s [pandoc] #1: OK (0.03s)
  18045. 883.83 s [pandoc] #2: OK (0.03s)
  18046. 883.86 s [pandoc] #3: OK (0.02s)
  18047. 883.86 s [pandoc] 8257.md
  18048. 883.89 s [pandoc] #1: OK (0.04s)
  18049. 883.89 s [pandoc] 5107.md
  18050. 883.91 s [pandoc] #1: OK (0.03s)
  18051. 884.03 s [pandoc] #2: OK (0.02s)
  18052. 884.03 s [pandoc] 4639.md
  18053. 884.05 s [pandoc] #1: OK (0.11s)
  18054. 884.05 s [pandoc] 10105.md
  18055. 884.14 s [pandoc] #1: OK (0.09s)
  18056. 884.14 s [pandoc] 4193.md
  18057. 884.16 s [pandoc] #1: OK (0.02s)
  18058. 884.17 s [pandoc] pandoc-citeproc-25.md
  18059. 884.25 s [pandoc] #1: OK (0.08s)
  18060. 884.25 s [pandoc] 3840.md
  18061. 884.28 s [pandoc] #1: OK (0.03s)
  18062. 884.31 s [pandoc] #2: OK (0.03s)
  18063. 884.31 s [pandoc] 9517.md
  18064. 884.33 s [pandoc] #1: OK (0.02s)
  18065. 884.33 s [pandoc] 9797.md
  18066. 884.37 s [pandoc] #1: OK (0.03s)
  18067. 884.37 s [pandoc] biblatex-escapedquotes.md
  18068. 884.43 s [pandoc] #1: OK (0.07s)
  18069. 884.43 s [pandoc] biblatex-aristotle-physics.md
  18070. 884.46 s [pandoc] #1: OK (0.04s)
  18071. 884.46 s [pandoc] 7340.md
  18072. 884.48 s [pandoc] #1: OK (0.02s)
  18073. 884.48 s [pandoc] 9657.md
  18074. 884.51 s [pandoc] #1: OK (0.03s)
  18075. 884.51 s [pandoc] 3674.md
  18076. 884.53 s [pandoc] #1: OK (0.03s)
  18077. 884.56 s [pandoc] #2: OK (0.02s)
  18078. 884.56 s [pandoc] 4119.md
  18079. 884.58 s [pandoc] #1: OK (0.02s)
  18080. 884.58 s [pandoc] 6194.md
  18081. 884.60 s [pandoc] #1: OK (0.02s)
  18082. 884.60 s [pandoc] mmd-metadata.md
  18083. 884.62 s [pandoc] #1: OK (0.02s)
  18084. 884.62 s [pandoc] latex-center.md
  18085. 884.66 s [pandoc] #1: OK (0.04s)
  18086. 884.66 s [pandoc] 8088.md
  18087. 884.69 s [pandoc] #1: OK (0.03s)
  18088. 884.69 s [pandoc] 7738.md
  18089. 884.73 s [pandoc] #1: OK (0.03s)
  18090. 884.73 s [pandoc] bibtex-basic.md
  18091. 884.84 s [pandoc] #1: OK (0.12s)
  18092. 884.84 s [pandoc] 3475.md
  18093. 884.87 s [pandoc] #1: OK (0.03s)
  18094. 884.93 s [pandoc] #2: OK (0.05s)
  18095. 884.97 s [pandoc] #3: OK (0.05s)
  18096. 885.03 s [pandoc] #4: OK (0.05s)
  18097. 885.03 s [pandoc] 3715.md
  18098. 885.06 s [pandoc] #1: OK (0.03s)
  18099. 885.06 s [pandoc] pandoc-citeproc-page-range.md
  18100. 885.30 s [pandoc] #1: OK (0.26s)
  18101. 885.31 s [pandoc] 7494.md
  18102. 885.35 s [pandoc] #1: OK (0.03s)
  18103. 885.37 s [pandoc] #2: OK (0.04s)
  18104. 885.49 s [pandoc] #3: OK (0.01s)
  18105. 885.51 s [pandoc] #4: OK (0.12s)
  18106. 885.54 s [pandoc] #5: OK (0.02s)
  18107. 885.54 s [pandoc] sloppypar.md
  18108. 885.57 s [pandoc] #1: OK (0.03s)
  18109. 885.61 s [pandoc] #2: OK (0.04s)
  18110. 885.61 s [pandoc] 5420.md
  18111. 885.63 s [pandoc] #1: OK (0.03s)
  18112. 885.63 s [pandoc] shift-heading-level-by.md
  18113. 885.68 s [pandoc] #1: OK (0.03s)
  18114. 885.71 s [pandoc] #2: OK (0.05s)
  18115. 885.72 s [pandoc] 5619.md
  18116. 885.75 s [pandoc] #1: OK (0.03s)
  18117. 885.75 s [pandoc] 6925.md
  18118. 885.87 s [pandoc] #1: OK (0.04s)
  18119. 885.87 s [pandoc] 6858.md
  18120. 885.87 s [pandoc] #1: OK (0.04s)
  18121. 885.87 s [pandoc] #2: OK (0.02s)
  18122. 885.87 s [pandoc] 7861.md
  18123. 885.87 s [pandoc] #1: OK (0.04s)
  18124. 885.87 s [pandoc] 8653.md
  18125. 885.99 s [pandoc] #1: OK (0.04s)
  18126. 886.02 s [pandoc] #2: OK (0.03s)
  18127. 886.02 s [pandoc] dots.md
  18128. 886.04 s [pandoc] #1: OK (0.03s)
  18129. 886.04 s [pandoc] pandoc-citeproc-401.md
  18130. 886.19 s [pandoc] #1: OK (0.15s)
  18131. 886.19 s [pandoc] 7132.md
  18132. 886.24 s [pandoc] #1: OK (0.04s)
  18133. 886.24 s [pandoc] 4794.md
  18134. 886.26 s [pandoc] #1: OK (0.02s)
  18135. 886.26 s [pandoc] pandoc-citeproc-75.md
  18136. 886.38 s [pandoc] #1: OK (0.12s)
  18137. 886.38 s [pandoc] 5686.md
  18138. 886.42 s [pandoc] #1: OK (0.04s)
  18139. 886.42 s [pandoc] jats-figure-alt-text.md
  18140. 886.45 s [pandoc] #1: OK (0.03s)
  18141. 886.45 s [pandoc] 8661.md
  18142. 886.48 s [pandoc] #1: OK (0.03s)
  18143. 886.48 s [pandoc] pandoc-citeproc-361.md
  18144. 886.62 s [pandoc] #1: OK (0.15s)
  18145. 886.62 s [pandoc] 4933.md
  18146. 886.65 s [pandoc] #1: OK (0.03s)
  18147. 886.65 s [pandoc] 9021.md
  18148. 886.78 s [pandoc] #1: OK (0.12s)
  18149. 886.78 s [pandoc] 9452.md
  18150. 886.81 s [pandoc] #1: OK (0.04s)
  18151. 886.82 s [pandoc] biblatex-knuth-ct.md
  18152. 886.88 s [pandoc] #1: OK (0.06s)
  18153. 886.88 s [pandoc] html-writer-a-in-a.md
  18154. 886.91 s [pandoc] #1: OK (0.03s)
  18155. 886.91 s [pandoc] biblatex-issue288.md
  18156. 886.95 s [pandoc] #1: OK (0.03s)
  18157. 886.95 s [pandoc] 8178.md
  18158. 886.98 s [pandoc] #1: OK (0.03s)
  18159. 887.01 s [pandoc] #2: OK (0.03s)
  18160. 887.06 s [pandoc] #3: OK (0.05s)
  18161. 887.06 s [pandoc] 8254.md
  18162. 887.09 s [pandoc] #1: OK (0.03s)
  18163. 887.09 s [pandoc] 8402.md
  18164. 887.12 s [pandoc] #1: OK (0.03s)
  18165. 887.12 s [pandoc] 4842.md
  18166. 887.16 s [pandoc] #1: OK (0.03s)
  18167. 887.16 s [pandoc] 1905.md
  18168. 887.18 s [pandoc] #1: OK (0.03s)
  18169. 887.20 s [pandoc] #2: OK (0.02s)
  18170. 887.23 s [pandoc] #3: OK (0.03s)
  18171. 887.23 s [pandoc] latex-tabular-column-specs.md
  18172. 887.27 s [pandoc] #1: OK (0.03s)
  18173. 887.27 s [pandoc] 10057.md
  18174. 887.30 s [pandoc] #1: OK (0.04s)
  18175. 887.30 s [pandoc] 3568.md
  18176. 887.33 s [pandoc] #1: OK (0.03s)
  18177. 887.33 s [pandoc] 7668.md
  18178. 887.43 s [pandoc] #1: OK (0.10s)
  18179. 887.43 s [pandoc] 5543.md
  18180. 887.46 s [pandoc] #1: OK (0.02s)
  18181. 887.46 s [pandoc] 8243.md
  18182. 887.49 s [pandoc] #1: OK (0.03s)
  18183. 887.49 s [pandoc] biblatex-vazques-de-parga-mvbook.md
  18184. 887.56 s [pandoc] #1: OK (0.07s)
  18185. 887.56 s [pandoc] 4159.md
  18186. 887.60 s [pandoc] #1: OK (0.03s)
  18187. 887.60 s [pandoc] gfm.md
  18188. 887.62 s [pandoc] #1: OK (0.04s)
  18189. 887.65 s [pandoc] #2: OK (0.02s)
  18190. 887.67 s [pandoc] #3: OK (0.03s)
  18191. 887.70 s [pandoc] #4: OK (0.03s)
  18192. 887.73 s [pandoc] #5: OK (0.02s)
  18193. 887.75 s [pandoc] #6: OK (0.03s)
  18194. 887.78 s [pandoc] #7: OK (0.02s)
  18195. 887.80 s [pandoc] #8: OK (0.03s)
  18196. 887.84 s [pandoc] #9: OK (0.03s)
  18197. 887.87 s [pandoc] #10: OK (0.03s)
  18198. 887.90 s [pandoc] #11: OK (0.03s)
  18199. 887.91 s [pandoc] #12: OK (0.02s)
  18200. 887.94 s [pandoc] #13: OK (0.02s)
  18201. 888.00 s [pandoc] #14: OK (0.06s)
  18202. 888.00 s [pandoc] 2228.md
  18203. 888.02 s [pandoc] #1: OK (0.02s)
  18204. 888.02 s [pandoc] 4054.md
  18205. 888.05 s [pandoc] #1: OK (0.03s)
  18206. 888.08 s [pandoc] #2: OK (0.04s)
  18207. 888.09 s [pandoc] rst-links.md
  18208. 888.12 s [pandoc] #1: OK (0.03s)
  18209. 888.15 s [pandoc] #2: OK (0.03s)
  18210. 888.15 s [pandoc] 9193.md
  18211. 888.18 s [pandoc] #1: OK (0.02s)
  18212. 888.18 s [pandoc] bits-toc-elements.md
  18213. 888.23 s [pandoc] #1: OK (0.02s)
  18214. 888.23 s [pandoc] 4545.md
  18215. 888.24 s [pandoc] #1: OK (0.05s)
  18216. 888.28 s [pandoc] #2: OK (0.03s)
  18217. 888.28 s [pandoc] 4690.md
  18218. 888.31 s [pandoc] #1: OK (0.03s)
  18219. 888.31 s [pandoc] pandoc-citeproc-65.md
  18220. 888.36 s [pandoc] #1: OK (0.06s)
  18221. 888.37 s [pandoc] 1841.md
  18222. 888.41 s [pandoc] #1: OK (0.04s)
  18223. 888.44 s [pandoc] #2: OK (0.04s)
  18224. 888.45 s [pandoc] 5540.md
  18225. 888.47 s [pandoc] #1: OK (0.02s)
  18226. 888.47 s [pandoc] biblatex-reese.md
  18227. 888.52 s [pandoc] #1: OK (0.05s)
  18228. 888.53 s [pandoc] pandoc-citeproc-chicago-author-date.md
  18229. 888.75 s [pandoc] #1: OK (0.22s)
  18230. 888.75 s [pandoc] biblatex-hyman.md
  18231. 888.83 s [pandoc] #1: OK (0.07s)
  18232. 888.83 s [pandoc] biblatex-periodical.md
  18233. 888.87 s [pandoc] #1: OK (0.05s)
  18234. 888.87 s [pandoc] 8638.md
  18235. 888.89 s [pandoc] #1: OK (0.02s)
  18236. 888.89 s [pandoc] 8770-document.md
  18237. 888.92 s [pandoc] #1: OK (0.03s)
  18238. 888.92 s [pandoc] biblatex-doody.md
  18239. 889.00 s [pandoc] #1: OK (0.08s)
  18240. 889.00 s [pandoc] 9445.md
  18241. 889.03 s [pandoc] #1: OK (0.04s)
  18242. 889.03 s [pandoc] 7953.md
  18243. 889.07 s [pandoc] #1: OK (0.03s)
  18244. 889.07 s [pandoc] 4564.md
  18245. 889.10 s [pandoc] #1: OK (0.04s)
  18246. 889.10 s [pandoc] 7546.md
  18247. 889.13 s [pandoc] #1: OK (0.02s)
  18248. 889.13 s [pandoc] 9275.md
  18249. 889.16 s [pandoc] #1: OK (0.04s)
  18250. 889.21 s [pandoc] #2: OK (0.04s)
  18251. 889.21 s [pandoc] 8853.md
  18252. 889.25 s [pandoc] #1: OK (0.04s)
  18253. 889.25 s [pandoc] 5654.md
  18254. 889.28 s [pandoc] #1: OK (0.02s)
  18255. 889.28 s [pandoc] biblatex-gillies.md
  18256. 889.33 s [pandoc] #1: OK (0.06s)
  18257. 889.34 s [pandoc] 6836.md
  18258. 889.35 s [pandoc] #1: OK (0.03s)
  18259. 889.36 s [pandoc] 7930.md
  18260. 889.39 s [pandoc] #1: OK (0.04s)
  18261. 889.40 s [pandoc] hspace.md
  18262. 889.43 s [pandoc] #1: OK (0.03s)
  18263. 889.48 s [pandoc] #2: OK (0.05s)
  18264. 889.53 s [pandoc] #3: OK (0.05s)
  18265. 889.57 s [pandoc] #4: OK (0.04s)
  18266. 889.57 s [pandoc] 8364.md
  18267. 889.65 s [pandoc] #1: OK (0.08s)
  18268. 889.65 s [pandoc] 3530.md
  18269. 889.69 s [pandoc] #1: OK (0.04s)
  18270. 889.72 s [pandoc] #2: OK (0.03s)
  18271. 889.72 s [pandoc] pandoc-citeproc-250.md
  18272. 889.77 s [pandoc] #1: OK (0.06s)
  18273. 889.77 s [pandoc] 2549.md
  18274. 889.80 s [pandoc] #1: OK (0.03s)
  18275. 889.83 s [pandoc] #2: OK (0.02s)
  18276. 889.86 s [pandoc] #3: OK (0.03s)
  18277. 889.89 s [pandoc] #4: OK (0.03s)
  18278. 889.89 s [pandoc] 3324.md
  18279. 889.93 s [pandoc] #1: OK (0.03s)
  18280. 889.93 s [pandoc] 4280.md
  18281. 889.96 s [pandoc] #1: OK (0.03s)
  18282. 889.96 s [pandoc] 9481.md
  18283. 889.99 s [pandoc] #1: OK (0.03s)
  18284. 889.99 s [pandoc] bits-title-display-as.md
  18285. 890.01 s [pandoc] #1: OK (0.02s)
  18286. 890.04 s [pandoc] #2: OK (0.03s)
  18287. 890.08 s [pandoc] #3: OK (0.04s)
  18288. 890.08 s [pandoc] 3615.md
  18289. 890.09 s [pandoc] #1: OK (0.02s)
  18290. 890.12 s [pandoc] #2: OK (0.03s)
  18291. 890.12 s [pandoc] biblatex-title-and-shorttitle.md
  18292. 890.20 s [pandoc] #1: OK (0.09s)
  18293. 890.20 s [pandoc] 512.md
  18294. 890.24 s [pandoc] #1: OK (0.03s)
  18295. 890.27 s [pandoc] #2: OK (0.03s)
  18296. 890.30 s [pandoc] #3: OK (0.03s)
  18297. 890.30 s [pandoc] ascii.md
  18298. 890.34 s [pandoc] #1: OK (0.03s)
  18299. 890.37 s [pandoc] #2: OK (0.04s)
  18300. 890.40 s [pandoc] #3: OK (0.03s)
  18301. 890.43 s [pandoc] #4: OK (0.03s)
  18302. 890.48 s [pandoc] #5: OK (0.02s)
  18303. 890.48 s [pandoc] #6: OK (0.04s)
  18304. 890.51 s [pandoc] #7: OK (0.03s)
  18305. 890.55 s [pandoc] #8: OK (0.03s)
  18306. 890.59 s [pandoc] #9: OK (0.05s)
  18307. 890.62 s [pandoc] #10: OK (0.03s)
  18308. 890.66 s [pandoc] #11: OK (0.04s)
  18309. 890.69 s [pandoc] #12: OK (0.03s)
  18310. 890.69 s [pandoc] 3804.md
  18311. 890.73 s [pandoc] #1: OK (0.03s)
  18312. 890.73 s [pandoc] 4781.md
  18313. 890.77 s [pandoc] #1: OK (0.05s)
  18314. 890.81 s [pandoc] #2: OK (0.04s)
  18315. 890.94 s [pandoc] 3736.md
  18316. 890.94 s [pandoc] #1: OK (0.03s)
  18317. 890.94 s [pandoc] #2: OK (0.03s)
  18318. 890.94 s [pandoc] #3: OK (0.03s)
  18319. 890.94 s [pandoc] 6948.md
  18320. 890.99 s [pandoc] #1: OK (0.09s)
  18321. 891.01 s [pandoc] #2: OK (0.02s)
  18322. 891.04 s [pandoc] #3: OK (0.03s)
  18323. 891.05 s [pandoc] 9676.md
  18324. 891.07 s [pandoc] #1: OK (0.03s)
  18325. 891.07 s [pandoc] 9555.md
  18326. 891.12 s [pandoc] #1: OK (0.06s)
  18327. 891.13 s [pandoc] 5321.md
  18328. 891.15 s [pandoc] #1: OK (0.02s)
  18329. 891.19 s [pandoc] #2: OK (0.04s)
  18330. 891.19 s [pandoc] 6620.md
  18331. 891.23 s [pandoc] #1: OK (0.04s)
  18332. 891.23 s [pandoc] 2378.md
  18333. 891.26 s [pandoc] #1: OK (0.03s)
  18334. 891.26 s [pandoc] 4877.md
  18335. 891.28 s [pandoc] #1: OK (0.02s)
  18336. 891.31 s [pandoc] #2: OK (0.03s)
  18337. 891.31 s [pandoc] 5574.md
  18338. 891.34 s [pandoc] #1: OK (0.03s)
  18339. 891.34 s [pandoc] biblatex-nietzsche-historie.md
  18340. 891.41 s [pandoc] #1: OK (0.07s)
  18341. 891.41 s [pandoc] 4420.md
  18342. 891.43 s [pandoc] #1: OK (0.02s)
  18343. 891.43 s [pandoc] 7743.md
  18344. 891.47 s [pandoc] #1: OK (0.04s)
  18345. 891.50 s [pandoc] #2: OK (0.03s)
  18346. 891.54 s [pandoc] #3: OK (0.04s)
  18347. 891.58 s [pandoc] #4: OK (0.04s)
  18348. 891.61 s [pandoc] #5: OK (0.03s)
  18349. 891.64 s [pandoc] #6: OK (0.03s)
  18350. 891.73 s [pandoc] #7: OK (0.09s)
  18351. 891.77 s [pandoc] #8: OK (0.03s)
  18352. 891.77 s [pandoc] 7434.md
  18353. 891.81 s [pandoc] #1: OK (0.05s)
  18354. 891.81 s [pandoc] 4186.md
  18355. 891.85 s [pandoc] #1: OK (0.03s)
  18356. 892.22 s [hls-test-utils] Documentation created: dist/doc/html/hls-test-utils/,
  18357. 892.22 s [hls-test-utils] dist/doc/html/hls-test-utils/hls-test-utils.txt
  18358. 892.34 s [hls-test-utils] haddockPhase completed in 35 seconds
  18359. 892.34 s [hls-test-utils] Phase: installPhase
  18360. 892.43 s [pandoc] #2: OK (0.59s)
  18361. 892.44 s [pandoc] 7173.md
  18362. 892.47 s [pandoc] #1: OK (0.04s)
  18363. 892.51 s [pandoc] #2: OK (0.04s)
  18364. 892.55 s [pandoc] #3: OK (0.04s)
  18365. 892.59 s [pandoc] #4: OK (0.04s)
  18366. 892.61 s [hls-test-utils] Installing library in /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
  18367. 892.62 s [pandoc] #5: OK (0.04s)
  18368. 892.62 s [pandoc] 3690.md
  18369. 892.65 s [pandoc] #1: OK (0.03s)
  18370. 892.65 s [pandoc] biblatex-vangennep-trans.md
  18371. 892.69 s [pandoc] #1: OK (0.04s)
  18372. 892.69 s [pandoc] bits-book-part-wrapper.md
  18373. 892.72 s [pandoc] #1: OK (0.03s)
  18374. 892.72 s [pandoc] 9478.md
  18375. 892.74 s [pandoc] #1: OK (0.03s)
  18376. 892.74 s [pandoc] pandoc-citeproc-320.md
  18377. 892.89 s [pandoc] #1: OK (0.14s)
  18378. 892.90 s [pandoc] 6009.md
  18379. 892.93 s [pandoc] #1: OK (0.03s)
  18380. 892.93 s [pandoc] biblatex-spiegelberg.md
  18381. 892.99 s [pandoc] #1: OK (0.06s)
  18382. 892.99 s [pandoc] 10271.md
  18383. 893.01 s [pandoc] #1: OK (0.03s)
  18384. 893.06 s [pandoc] #2: OK (0.04s)
  18385. 893.08 s [pandoc] #3: OK (0.03s)
  18386. 893.10 s [pandoc] #4: OK (0.03s)
  18387. 893.10 s [pandoc] 7920.md
  18388. 893.15 s [pandoc] #1: OK (0.02s)
  18389. 893.16 s [pandoc] #2: OK (0.02s)
  18390. 893.20 s [pandoc] #3: OK (0.03s)
  18391. 893.20 s [pandoc] 6675.md
  18392. 893.24 s [pandoc] #1: OK (0.04s)
  18393. 893.24 s [pandoc] 7525.md
  18394. 893.26 s [hls-test-utils] Phase: fixupPhase
  18395. 893.27 s [pandoc] #1: OK (0.03s)
  18396. 893.29 s [pandoc] #2: OK (0.02s)
  18397. 893.31 s [hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0
  18398. 893.32 s [hls-test-utils] shrinking /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ-ghc9.10.1.so
  18399. 893.32 s [pandoc] #3: OK (0.03s)
  18400. 893.32 s [pandoc] biblatex-ctan.md
  18401. 893.38 s [pandoc] #1: OK (0.05s)
  18402. 893.38 s [pandoc] pandoc-citeproc-51.md
  18403. 893.43 s [hls-test-utils] checking for references to /build/ in /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0...
  18404. 893.46 s [hls-test-utils] patching script interpreter paths in /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0
  18405. 893.46 s [hls-test-utils] stripping (with command strip and flags -S -p) in /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0/lib
  18406. 893.51 s [pandoc] #1: OK (0.14s)
  18407. 893.51 s [pandoc] 6308.md
  18408. 893.54 s [pandoc] #1: OK (0.03s)
  18409. 893.54 s [pandoc] 4281.md
  18410. 893.56 s [pandoc] #1: OK (0.02s)
  18411. 893.56 s [pandoc] 6384.md
  18412. 893.61 s [pandoc] #1: OK (0.04s)
  18413. 893.61 s [pandoc] biblatex-baez-article.md
  18414. 893.64 s [hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc
  18415. 893.65 s [pandoc] #1: OK (0.05s)
  18416. 893.65 s [pandoc] biblatex-test-case-conversion.md
  18417. 893.65 s [hls-test-utils] checking for references to /build/ in /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc...
  18418. 893.68 s [hls-test-utils] patching script interpreter paths in /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc
  18419. 893.72 s [pandoc] #1: OK (0.07s)
  18420. 893.72 s [pandoc] pandoc-citeproc-327.md
  18421. 894.15 s [hls-test-utils:post-build] Uploading to cachix cache "sellout": /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0
  18422. 895.25 s [hls-test-utils:post-build] Pushing 2 paths (430 are already present) using zstd to cache sellout ⏳
  18423. 895.25 s [hls-test-utils:post-build]
  18424. 895.62 s [hls-test-utils:post-build] Pushing /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc (23.75 MiB)
  18425. 895.80 s [hls-test-utils:post-build] Pushing /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0 (6.22 MiB)
  18426. 896.90 s [hls-test-utils:post-build]
  18427. 896.90 s [hls-test-utils:post-build] All done.
  18428. 897.02 s [hls-test-utils:post-build] Uploading to the NixCI cache: /nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc /nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0
  18429. 897.29 s [hls-test-utils:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  18430. 897.58 s [hls-test-utils:post-build] copying 2 paths...
  18431. 897.58 s [hls-test-utils:post-build] copying path '/nix/store/p56cxkdp6yy1b81jz8vcbxw36k7nvwwk-hls-test-utils-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
  18432. 900.22 s [hls-test-utils:post-build] copying path '/nix/store/vikml7v18j35g9vd3bp65gyv4rqxgari-hls-test-utils-2.10.0.0' to 'https://cache.nix-ci.com'...
  18433. 902.72 s [hls-test-utils:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  18434. 903.18 s [hls-test-utils:post-build] copying 9 paths...
  18435. 903.21 s [hls-test-utils:post-build] copying path '/nix/store/5i9g6k46dwlsn41x8825002x08a184g9-attoparsec-aeson-2.2.2.0.drv' to 'https://cache.nix-ci.com'...
  18436. 903.22 s [hls-test-utils:post-build] copying path '/nix/store/8inpw9vbmzichy8shardrx76n7wm1fkv-cmdargs-0.10.22.drv' to 'https://cache.nix-ci.com'...
  18437. 903.22 s [hls-test-utils:post-build] copying path '/nix/store/9hs0gsl3am38g9fg7k7m47xb3s89xdyk-conduit-parse-0.2.1.1.drv' to 'https://cache.nix-ci.com'...
  18438. 903.22 s [hls-test-utils:post-build] copying path '/nix/store/qnlb2qc7rb8qk199sr8xrsgm280r9ywi-neat-interpolation-0.5.1.4.drv' to 'https://cache.nix-ci.com'...
  18439. 903.22 s [hls-test-utils:post-build] copying path '/nix/store/gaxdlqdq1r74wqnp2w8syrld6ka8wi4l-unbounded-delays-0.1.1.1.drv' to 'https://cache.nix-ci.com'...
  18440. 903.44 s [hls-test-utils:post-build] copying path '/nix/store/is08bpf4z0vxd764z4q4hsjf6d6b5qj9-aeson-pretty-0.8.10.drv' to 'https://cache.nix-ci.com'...
  18441. 903.46 s [hls-test-utils:post-build] copying path '/nix/store/5514q3gc14bgqfahg91l7b053z3pav60-tasty-expected-failure-0.12.3.drv' to 'https://cache.nix-ci.com'...
  18442. 903.67 s [hls-test-utils:post-build] copying path '/nix/store/sljg6wfhz26zwv0k2lziy9ic37xsjxaw-lsp-test-0.17.1.1.drv' to 'https://cache.nix-ci.com'...
  18443. 903.91 s [hls-test-utils:post-build] copying path '/nix/store/jy3y7swjigclycjz2f1iphsgh1zymgpq-hls-test-utils-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
  18444. 904.20 s Progress: 19 of 32 built (1 building), 529 of 529 downloaded from cache
  18445. 904.42 s Building /nix/store/xrxdfy09va0xxb6psgm9qi27l5j0bng1-haskell-language-server-2.10.0.0.drv
  18446. 904.42 s [pandoc] #1: OK (0.06s)
  18447. 904.42 s [pandoc] 10279.md
  18448. 904.42 s [pandoc] #1: OK (0.02s)
  18449. 904.42 s [pandoc] 4960.md
  18450. 904.42 s [pandoc] #1: OK (0.03s)
  18451. 904.42 s [pandoc] #2: OK (0.04s)
  18452. 904.42 s [pandoc] #3: OK (0.03s)
  18453. 904.42 s [pandoc] 4880.md
  18454. 904.42 s [pandoc] #1: OK (0.05s)
  18455. 904.42 s [pandoc] dokuwiki-quote.md
  18456. 904.42 s [pandoc] #1: OK (0.03s)
  18457. 904.42 s [pandoc] citeproc-author-in-text-suffix.md
  18458. 904.42 s [pandoc] #1: OK (0.03s)
  18459. 904.42 s [pandoc] 5081.md
  18460. 904.42 s [pandoc] #1: OK (0.03s)
  18461. 904.42 s [pandoc] 7573.md
  18462. 904.42 s [pandoc] #1: OK (0.03s)
  18463. 904.42 s [pandoc] biblatex-britannica.md
  18464. 904.42 s [pandoc] #1: OK (0.05s)
  18465. 904.42 s [pandoc] 5050.md
  18466. 904.42 s [pandoc] #1: OK (0.02s)
  18467. 904.42 s [pandoc] biblatex-sorace.md
  18468. 904.42 s [pandoc] #1: OK (0.04s)
  18469. 904.42 s [pandoc] macros.md
  18470. 904.42 s [pandoc] #1: OK (0.02s)
  18471. 904.42 s [pandoc] #2: OK (0.02s)
  18472. 904.42 s [pandoc] #3: OK (0.02s)
  18473. 904.42 s [pandoc] #4: OK (0.02s)
  18474. 904.42 s [pandoc] #5: OK
  18475. 904.42 s [pandoc] #6: OK (0.02s)
  18476. 904.42 s [pandoc] #7: OK (0.04s)
  18477. 904.42 s [pandoc] #8: OK (0.03s)
  18478. 904.42 s [pandoc] #9: OK (0.02s)
  18479. 904.42 s [pandoc] #10: OK (0.02s)
  18480. 904.42 s [pandoc] #11: OK (0.03s)
  18481. 904.42 s [pandoc] #12: OK (0.04s)
  18482. 904.42 s [pandoc] 5876.md
  18483. 904.42 s [pandoc] #1: OK (0.02s)
  18484. 904.42 s [pandoc] #2: OK (0.03s)
  18485. 904.42 s [pandoc] #3: OK (0.04s)
  18486. 904.42 s [pandoc] #4: OK (0.03s)
  18487. 904.42 s [pandoc] pandoc-citeproc-locators-delimited.md
  18488. 904.42 s [pandoc] #1: OK (0.05s)
  18489. 904.42 s [pandoc] 3533-rst-csv-tables.md
  18490. 904.42 s [pandoc] #1: OK (0.02s)
  18491. 904.42 s [pandoc] #2: OK (0.07s)
  18492. 904.42 s [pandoc] #3: OK (0.04s)
  18493. 904.42 s [pandoc] pandoc-citeproc-371.md
  18494. 904.42 s [pandoc] #1: OK (0.06s)
  18495. 904.42 s [pandoc] 3309.md
  18496. 904.42 s [pandoc] #1: OK (0.04s)
  18497. 904.42 s [pandoc] #2: OK (0.03s)
  18498. 904.42 s [pandoc] #3: OK (0.02s)
  18499. 904.42 s [pandoc] 7847.md
  18500. 904.42 s [pandoc] #1: OK (0.05s)
  18501. 904.42 s [pandoc] #2: OK (0.02s)
  18502. 904.42 s [pandoc] #3: OK (0.03s)
  18503. 904.42 s [pandoc] 4253.md
  18504. 904.42 s [pandoc] #1: OK (0.02s)
  18505. 904.42 s [pandoc] 5986.md
  18506. 904.42 s [pandoc] #1: OK (0.06s)
  18507. 904.42 s [pandoc] 5753.md
  18508. 904.42 s [pandoc] #1: OK (0.02s)
  18509. 904.42 s [pandoc] 9196.md
  18510. 904.42 s [pandoc] #1: OK (0.03s)
  18511. 904.42 s [pandoc] 7713.md
  18512. 904.42 s [pandoc] #1: OK (0.02s)
  18513. 904.42 s [pandoc] 982.md
  18514. 904.42 s [pandoc] #1: OK (0.03s)
  18515. 904.42 s [pandoc] 4667.md
  18516. 904.42 s [pandoc] #1: OK (0.02s)
  18517. 904.42 s [pandoc] biblatex-averroes-hercz.md
  18518. 904.42 s [pandoc] #1: OK (0.05s)
  18519. 904.42 s [pandoc] 5079.md
  18520. 904.42 s [pandoc] #1: OK (0.02s)
  18521. 904.42 s [pandoc] 8028.md
  18522. 904.42 s [pandoc] #1: OK (0.04s)
  18523. 904.42 s [pandoc] 9159.md
  18524. 904.42 s [pandoc] #1: OK (0.03s)
  18525. 904.42 s [pandoc] duplicate_attributes.md
  18526. 904.42 s [pandoc] #1: OK (0.04s)
  18527. 904.42 s [pandoc] biblatex-laufenberg.md
  18528. 904.42 s [pandoc] #1: OK (0.04s)
  18529. 904.42 s [pandoc] 9632.md
  18530. 904.42 s [pandoc] #1: OK (0.02s)
  18531. 904.42 s [pandoc] 3587.md
  18532. 904.42 s [pandoc] #1: OK (0.03s)
  18533. 904.43 s [pandoc] #2: OK (0.02s)
  18534. 904.43 s [pandoc] #3: OK (0.03s)
  18535. 904.43 s [pandoc] #4: OK (0.02s)
  18536. 904.43 s [pandoc] #5: OK (0.02s)
  18537. 904.43 s [pandoc] #6: OK (0.02s)
  18538. 904.43 s [pandoc] #7: OK (0.03s)
  18539. 904.43 s [pandoc] #8: OK (0.02s)
  18540. 904.43 s [pandoc] #9: OK (0.04s)
  18541. 904.43 s [pandoc] #10: OK (0.03s)
  18542. 904.43 s [pandoc] #11: OK (0.03s)
  18543. 904.43 s [pandoc] #12: OK (0.02s)
  18544. 904.43 s [pandoc] #13: OK (0.02s)
  18545. 904.43 s [pandoc] #14: OK (0.02s)
  18546. 904.43 s [pandoc] #15: OK (0.03s)
  18547. 904.43 s [pandoc] #16: OK (0.03s)
  18548. 904.43 s [pandoc] #17: OK (0.04s)
  18549. 904.43 s [pandoc] #18: OK (0.05s)
  18550. 904.43 s [pandoc] #19: OK (0.03s)
  18551. 904.43 s [pandoc] 7397.md
  18552. 904.43 s [pandoc] #1: OK (0.02s)
  18553. 904.43 s [pandoc] pandoc-citeproc-no-author.md
  18554. 904.43 s [pandoc] #1: OK (0.18s)
  18555. 904.43 s [pandoc] 5368.md
  18556. 904.43 s [pandoc] #1: OK (0.04s)
  18557. 904.43 s [pandoc] 4742.md
  18558. 904.43 s [pandoc] #1: OK (0.03s)
  18559. 904.43 s [pandoc] #2: OK (0.04s)
  18560. 904.43 s [pandoc] #3: OK (0.04s)
  18561. 904.43 s [pandoc] biblatex-knuth-ct-e.md
  18562. 904.43 s [pandoc] #1: OK (0.06s)
  18563. 904.43 s [pandoc] 6265.md
  18564. 904.43 s [pandoc] #1: OK (0.04s)
  18565. 904.43 s [pandoc] 4156.md
  18566. 904.43 s [pandoc] #1: OK (0.04s)
  18567. 904.43 s [pandoc] 7272.md
  18568. 904.43 s [pandoc] #1: OK (0.03s)
  18569. 904.43 s [pandoc] 9293.md
  18570. 904.43 s [pandoc] #1: OK (0.03s)
  18571. 904.43 s [pandoc] 10094.md
  18572. 904.43 s [pandoc] #1: OK (0.04s)
  18573. 904.43 s [pandoc] biblatex-averroes-bland.md
  18574. 904.43 s [pandoc] #1: OK (0.06s)
  18575. 904.43 s [pandoc] 3681.md
  18576. 904.43 s [pandoc] #1: OK (0.01s)
  18577. 904.43 s [pandoc] #2: OK
  18578. 904.43 s [pandoc] #3: OK (0.01s)
  18579. 904.43 s [pandoc] 9017.md
  18580. 904.43 s [pandoc] #1: OK (0.05s)
  18581. 904.43 s [pandoc] 9987.md
  18582. 904.43 s [pandoc] #1: OK (0.03s)
  18583. 904.43 s [pandoc] 1629.md
  18584. 904.43 s [pandoc] #1: OK (0.01s)
  18585. 904.43 s [pandoc] wikilinks_title_after_pipe.md
  18586. 904.43 s [pandoc] #1: OK (0.02s)
  18587. 904.43 s [pandoc] #2: OK
  18588. 904.43 s [pandoc] #3: OK (0.03s)
  18589. 904.43 s [pandoc] #4: OK (0.02s)
  18590. 904.43 s [pandoc] 10062.md
  18591. 904.43 s [pandoc] #1: OK (0.02s)
  18592. 904.43 s [pandoc] 5655.md
  18593. 904.43 s [pandoc] #1: OK (0.03s)
  18594. 904.43 s [pandoc] #2: OK (0.03s)
  18595. 904.43 s [pandoc] 8681.md
  18596. 904.43 s [pandoc] #1: OK (0.01s)
  18597. 904.43 s [pandoc] biblatex-pines.md
  18598. 904.43 s [pandoc] #1: OK (0.05s)
  18599. 904.43 s [pandoc] pandoc-citeproc-76.md
  18600. 904.43 s [pandoc] #1: OK (0.12s)
  18601. 904.43 s [pandoc] typst-property-output.md
  18602. 904.43 s [pandoc] #1: OK (0.02s)
  18603. 904.43 s [pandoc] #2: OK (0.02s)
  18604. 904.43 s [pandoc] #3: OK (0.02s)
  18605. 904.43 s [pandoc] #4: OK (0.02s)
  18606. 904.43 s [pandoc] #5: OK (0.02s)
  18607. 904.43 s [pandoc] #6: OK
  18608. 904.43 s [pandoc] #7: OK (0.01s)
  18609. 904.43 s [pandoc] #8: OK (0.02s)
  18610. 904.43 s [pandoc] #9: OK (0.01s)
  18611. 904.43 s [pandoc] #10: OK (0.01s)
  18612. 904.43 s [pandoc] #11: OK (0.02s)
  18613. 904.43 s [pandoc] #12: OK (0.01s)
  18614. 904.43 s [pandoc] 3510.md
  18615. 904.43 s [pandoc] #1: OK (0.01s)
  18616. 904.43 s [pandoc] biblatex-crossref-inbook-mvbook.md
  18617. 904.43 s [pandoc] #1: OK (0.03s)
  18618. 904.43 s [pandoc] 6658.md
  18619. 904.43 s [pandoc] #1: OK (0.03s)
  18620. 904.43 s [pandoc] rst_block_subst.md
  18621. 904.43 s [pandoc] #1: OK (0.02s)
  18622. 904.43 s [pandoc] pandoc-citeproc-70.md
  18623. 904.43 s [pandoc] #1: OK (0.09s)
  18624. 904.43 s [pandoc] 4885.md
  18625. 904.43 s [pandoc] #1: OK
  18626. 904.43 s [pandoc] pandoc-citeproc-175.md
  18627. 904.43 s [pandoc] #1: OK (0.04s)
  18628. 904.43 s [pandoc] 4624.md
  18629. 904.43 s [pandoc] #1: OK (0.02s)
  18630. 904.43 s [pandoc] 5549.md
  18631. 904.43 s [pandoc] #1: OK (0.01s)
  18632. 904.43 s [pandoc] 6752.md
  18633. 904.43 s [pandoc] #1: OK (0.03s)
  18634. 904.43 s [pandoc] 7099.md
  18635. 904.43 s [pandoc] #1: OK (0.03s)
  18636. 904.43 s [pandoc] #2: OK (0.02s)
  18637. 904.43 s [pandoc] 262.md
  18638. 904.43 s [pandoc] #1: OK (0.02s)
  18639. 904.43 s [pandoc] #2: OK (0.04s)
  18640. 904.43 s [pandoc] biblatex-gonzalez.md
  18641. 904.43 s [pandoc] #1: OK (0.08s)
  18642. 904.43 s [pandoc] 5416.md
  18643. 904.43 s [pandoc] #1: OK (0.04s)
  18644. 904.43 s [pandoc] #2: OK (0.02s)
  18645. 904.43 s [pandoc] 3537.md
  18646. 904.43 s [pandoc] #1: OK (0.02s)
  18647. 904.43 s [pandoc] #2: OK (0.03s)
  18648. 904.43 s [pandoc] #3: OK (0.08s)
  18649. 904.43 s [pandoc] pandoc-citeproc-47.md
  18650. 904.43 s [pandoc] #1: OK (0.15s)
  18651. 904.43 s [pandoc] biblatex-jaffe.md
  18652. 904.43 s [pandoc] #1: OK (0.06s)
  18653. 904.43 s [pandoc] biblatex-crossref-nested.md
  18654. 904.43 s [pandoc] #1: OK (0.07s)
  18655. 904.43 s [pandoc] 5340.md
  18656. 904.43 s [pandoc] #1: OK (0.04s)
  18657. 904.43 s [pandoc] figures-html.md
  18658. 904.43 s [pandoc] #1: OK (0.04s)
  18659. 904.43 s [pandoc] #2: OK (0.03s)
  18660. 904.43 s [pandoc] #3: OK (0.03s)
  18661. 904.43 s [pandoc] #4: OK (0.04s)
  18662. 904.43 s [pandoc] #5: OK (0.03s)
  18663. 904.43 s [pandoc] #6: OK (0.03s)
  18664. 904.43 s [pandoc] 8256.md
  18665. 904.43 s [pandoc] #1: OK (0.04s)
  18666. 904.43 s [pandoc] biblatex-inbook.md
  18667. 904.43 s [pandoc] #1: OK (0.07s)
  18668. 904.43 s [pandoc] 9586.md
  18669. 904.43 s [pandoc] #1: OK (0.03s)
  18670. 904.43 s [pandoc] biblatex-averroes-hannes.md
  18671. 904.43 s [pandoc] #1: OK (0.06s)
  18672. 904.43 s [pandoc] 7112.md
  18673. 904.43 s [pandoc] #1: OK (0.03s)
  18674. 904.43 s [pandoc] 9792.md
  18675. 904.43 s [pandoc] #1: OK (0.02s)
  18676. 904.43 s [pandoc] 3407.md
  18677. 904.43 s [pandoc] #1: OK (0.03s)
  18678. 904.43 s [pandoc] #2: OK (0.03s)
  18679. 904.43 s [pandoc] 8204.md
  18680. 904.43 s [pandoc] #1: OK (0.03s)
  18681. 904.43 s [pandoc] #2: OK (0.03s)
  18682. 904.43 s [pandoc] #3: OK (0.04s)
  18683. 904.43 s [pandoc] biblatex-cotton.md
  18684. 904.43 s [pandoc] #1: OK (0.05s)
  18685. 904.43 s [pandoc] 3585.md
  18686. 904.43 s [pandoc] #1: OK (0.03s)
  18687. 904.43 s [pandoc] #2: OK (0.02s)
  18688. 904.43 s [pandoc] 4164.md
  18689. 904.43 s [pandoc] #1: OK (0.03s)
  18690. 904.43 s [pandoc] #2: OK (0.02s)
  18691. 904.43 s [pandoc] pandoc-citeproc-31.md
  18692. 904.43 s [pandoc] #1: OK (0.22s)
  18693. 904.43 s [pandoc] 9630.md
  18694. 904.43 s [pandoc] #1: OK (0.03s)
  18695. 904.43 s [pandoc] 7145.md
  18696. 904.43 s [pandoc] #1: OK (0.02s)
  18697. 904.43 s [pandoc] 8770-section.md
  18698. 904.43 s [pandoc] #1: OK (0.11s)
  18699. 904.43 s [pandoc] 5116.md
  18700. 904.43 s [pandoc] #1: OK (0.05s)
  18701. 904.43 s [pandoc] #2: OK (0.03s)
  18702. 904.43 s [pandoc] #3: OK (0.04s)
  18703. 904.43 s [pandoc] 5010.md
  18704. 904.43 s [pandoc] #1: OK (0.03s)
  18705. 904.43 s [pandoc] #2: OK (0.03s)
  18706. 904.43 s [pandoc] pandoc-citeproc-27.md
  18707. 904.43 s [pandoc] #1: OK (0.05s)
  18708. 904.43 s [pandoc] emoji.md
  18709. 904.43 s [pandoc] #1: OK (0.04s)
  18710. 904.43 s [pandoc] #2: OK (0.03s)
  18711. 904.43 s [pandoc] #3: OK (0.04s)
  18712. 904.43 s [pandoc] #4: OK (0.03s)
  18713. 904.43 s [pandoc] 9150.md
  18714. 904.43 s [pandoc] #1: OK (0.02s)
  18715. 904.43 s [pandoc] #2: OK (0.03s)
  18716. 904.43 s [pandoc] #3: OK (0.05s)
  18717. 904.43 s [pandoc] 8611.md
  18718. 904.43 s [pandoc] #1: OK (0.03s)
  18719. 904.43 s [pandoc] Old
  18720. 904.43 s [pandoc] markdown
  18721. 904.43 s [pandoc] writer
  18722. 904.43 s [pandoc] basic: OK (0.19s)
  18723. 904.43 s [pandoc] tables: OK (0.08s)
  18724. 904.43 s [pandoc] lhs to normal: OK (0.03s)
  18725. 904.43 s [pandoc] lhs to lhs: OK (0.05s)
  18726. 904.43 s [pandoc] reader
  18727. 904.43 s [pandoc] basic: OK (0.19s)
  18728. 904.43 s [pandoc] tables: OK (0.06s)
  18729. 904.43 s [pandoc] pipe tables: OK (0.06s)
  18730. 904.43 s [pandoc] more: OK (0.21s)
  18731. 904.43 s [pandoc] lhs: OK (0.03s)
  18732. 904.43 s [pandoc] citations
  18733. 904.43 s [pandoc] citations: OK (0.03s)
  18734. 904.43 s [pandoc] rst
  18735. 904.43 s [pandoc] writer
  18736. 904.43 s [pandoc] basic: OK (0.17s)
  18737. 904.43 s [pandoc] tables: OK (0.06s)
  18738. 904.43 s [pandoc] lhs to normal: OK (0.03s)
  18739. 904.43 s [pandoc] lhs to lhs: OK (0.03s)
  18740. 904.43 s [pandoc] reader
  18741. 904.43 s [pandoc] basic: OK (0.22s)
  18742. 904.43 s [pandoc] tables: OK (0.10s)
  18743. 904.43 s [pandoc] lhs: OK (0.03s)
  18744. 904.43 s [pandoc] latex
  18745. 904.43 s [pandoc] writer
  18746. 904.43 s [pandoc] basic: OK (0.17s)
  18747. 904.43 s [pandoc] tables: OK (0.08s)
  18748. 904.43 s [pandoc] planets table: OK (0.06s)
  18749. 904.43 s [pandoc] nordics table: OK (0.04s)
  18750. 904.43 s [pandoc] students table: OK (0.03s)
  18751. 904.43 s [pandoc] lhs to normal: OK (0.05s)
  18752. 904.43 s [pandoc] lhs to lhs: OK (0.04s)
  18753. 904.43 s [pandoc] reader
  18754. 904.43 s [pandoc] basic: OK (0.12s)
  18755. 904.43 s [pandoc] lhs: OK (0.02s)
  18756. 904.43 s [pandoc] html
  18757. 904.43 s [pandoc] writer
  18758. 904.43 s [pandoc] basic: OK (0.23s)
  18759. 904.43 s [pandoc] tables: OK (0.07s)
  18760. 904.43 s [pandoc] planets table: OK (0.06s)
  18761. 904.43 s [pandoc] nordics table: OK (0.05s)
  18762. 904.43 s [pandoc] students table: OK (0.03s)
  18763. 904.43 s [pandoc] basic: OK (0.15s)
  18764. 904.43 s [pandoc] tables: OK (0.06s)
  18765. 904.43 s [pandoc] planets table: OK (0.06s)
  18766. 904.43 s [pandoc] nordics table: OK (0.03s)
  18767. 904.43 s [pandoc] students table: OK (0.02s)
  18768. 904.44 s [pandoc] lhs to normal: OK (0.03s)
  18769. 904.44 s [pandoc] lhs to lhs: OK (0.22s)
  18770. 904.44 s [pandoc] reader: OK (0.17s)
  18771. 904.44 s [pandoc] s5
  18772. 904.44 s [pandoc] s5 writer (basic): OK (0.08s)
  18773. 904.44 s [pandoc] s5 writer (fancy): OK (0.05s)
  18774. 904.44 s [pandoc] html4 writer (fragment): OK (0.02s)
  18775. 904.44 s [pandoc] html4 writer (inserts): OK (0.06s)
  18776. 904.44 s [pandoc] textile
  18777. 904.44 s [pandoc] writer
  18778. 904.44 s [pandoc] basic: OK (0.12s)
  18779. 904.44 s [pandoc] tables: OK (0.06s)
  18780. 904.44 s [pandoc] reader: OK (0.07s)
  18781. 904.44 s [pandoc] djot
  18782. 904.44 s [pandoc] writer
  18783. 904.44 s [pandoc] basic: OK (0.12s)
  18784. 904.44 s [pandoc] tables: OK (0.06s)
  18785. 904.44 s [pandoc] reader: OK (0.06s)
  18786. 904.44 s [pandoc] docbook
  18787. 904.44 s [pandoc] writer
  18788. 904.44 s [pandoc] basic: OK (0.14s)
  18789. 904.44 s [pandoc] tables: OK (0.06s)
  18790. 904.44 s [pandoc] reader: OK (0.11s)
  18791. 904.44 s [pandoc] reader: OK (0.01s)
  18792. 904.44 s [pandoc] reader: OK (0.03s)
  18793. 904.44 s [pandoc] docbook5
  18794. 904.44 s [pandoc] writer
  18795. 904.53 s [pandoc] basic: OK (0.12s)
  18796. 904.58 s [pandoc] tables: OK (0.05s)
  18797. 904.58 s [pandoc] jats
  18798. 904.58 s [pandoc] writer
  18799. 904.58 s [pandoc] jats_archiving
  18800. 904.76 s [pandoc] basic: OK (0.18s)
  18801. 904.82 s [pandoc] tables: OK (0.06s)
  18802. 904.86 s [pandoc] planets table: OK (0.04s)
  18803. 904.92 s [pandoc] nordics table: OK (0.06s)
  18804. 904.96 s [pandoc] students table: OK (0.04s)
  18805. 904.96 s [pandoc] jats_articleauthoring
  18806. 905.07 s [pandoc] basic: OK (0.11s)
  18807. 905.11 s [pandoc] tables: OK (0.04s)
  18808. 905.11 s [pandoc] jats_publishing
  18809. 905.22 s [pandoc] basic: OK (0.12s)
  18810. 905.26 s [pandoc] tables: OK (0.04s)
  18811. 905.36 s [pandoc] reader: OK (0.10s)
  18812. 905.36 s [pandoc] jira
  18813. 905.36 s [pandoc] writer
  18814. 905.45 s [pandoc] basic: OK (0.09s)
  18815. 905.48 s [pandoc] tables: OK (0.03s)
  18816. 905.50 s [haskell-language-server] Phase: setupCompilerEnvironmentPhase
  18817. 905.51 s [haskell-language-server] Build with /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1.
  18818. 905.51 s [pandoc] reader: OK (0.03s)
  18819. 905.51 s [pandoc] native
  18820. 905.51 s [pandoc] writer
  18821. 905.63 s [pandoc] basic: OK (0.11s)
  18822. 905.67 s [pandoc] tables: OK (0.05s)
  18823. 905.80 s [pandoc] reader: OK (0.13s)
  18824. 905.80 s [pandoc] fb2
  18825. 905.82 s [pandoc] basic: OK (0.02s)
  18826. 905.83 s [pandoc] titles: OK (0.02s)
  18827. 905.87 s [pandoc] images: OK (0.04s)
  18828. 905.90 s [pandoc] images-embedded: OK (0.03s)
  18829. 905.91 s [pandoc] math: OK (0.01s)
  18830. 905.91 s [pandoc] meta: OK
  18831. 905.97 s [pandoc] tables: OK (0.05s)
  18832. 906.07 s [pandoc] testsuite: OK (0.10s)
  18833. 906.07 s [pandoc] mediawiki
  18834. 906.07 s [pandoc] writer
  18835. 906.16 s [pandoc] basic: OK (0.09s)
  18836. 906.19 s [pandoc] tables: OK (0.03s)
  18837. 906.27 s [pandoc] basic: OK (0.08s)
  18838. 906.32 s [pandoc] tables: OK (0.05s)
  18839. 906.35 s [pandoc] planets table: OK (0.03s)
  18840. 906.37 s [pandoc] nordics table: OK (0.02s)
  18841. 906.38 s [pandoc] students table: OK (0.01s)
  18842. 906.44 s [haskell-language-server] Phase: unpackPhase
  18843. 906.44 s [pandoc] reader: OK (0.06s)
  18844. 906.44 s [pandoc] vimwiki
  18845. 906.44 s [haskell-language-server] unpacking source archive /nix/store/7gkldzhsjcbsc7l8iqr94qkysmghxldi-haskell-language-server-2.10.0.0.tar.gz
  18846. 906.49 s [haskell-language-server] source root is haskell-language-server-2.10.0.0
  18847. 906.54 s [haskell-language-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haskell-language-server-2.10.0.0/test/wrapper/Main.hs"
  18848. 906.54 s [pandoc] reader: OK (0.10s)
  18849. 906.54 s [pandoc] dokuwiki
  18850. 906.54 s [pandoc] writer
  18851. 906.54 s [haskell-language-server] Phase: patchPhase
  18852. 906.55 s [haskell-language-server] Phase: compileBuildDriverPhase
  18853. 906.56 s [haskell-language-server] setupCompileFlags: -package-db=/build/tmp.fxwjsK7FK7/setup-package.conf.d -threaded
  18854. 906.64 s [pandoc] basic: OK (0.10s)
  18855. 906.66 s [haskell-language-server] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.fxwjsK7FK7/Main.o )
  18856. 906.68 s [pandoc] tables: OK (0.03s)
  18857. 906.69 s [pandoc] inline_formatting: OK (0.02s)
  18858. 906.70 s [pandoc] multiblock table: OK
  18859. 906.71 s [pandoc] external images: OK
  18860. 906.71 s [pandoc] opml
  18861. 906.75 s [haskell-language-server] [2 of 2] Linking Setup
  18862. 906.83 s [pandoc] basic: OK (0.11s)
  18863. 906.85 s [pandoc] reader: OK (0.03s)
  18864. 906.85 s [pandoc] haddock
  18865. 906.85 s [pandoc] writer
  18866. 906.95 s [pandoc] basic: OK (0.10s)
  18867. 906.98 s [pandoc] tables: OK (0.03s)
  18868. 907.00 s [pandoc] reader: OK (0.02s)
  18869. 907.00 s [pandoc] txt2tags
  18870. 907.15 s [pandoc] reader: OK (0.15s)
  18871. 907.15 s [pandoc] epub
  18872. 907.26 s [pandoc] features: OK (0.11s)
  18873. 907.41 s [pandoc] wasteland: OK (0.15s)
  18874. 907.68 s [pandoc] formatting: OK (0.27s)
  18875. 907.68 s [pandoc] twiki
  18876. 907.73 s [pandoc] reader: OK (0.05s)
  18877. 907.73 s [pandoc] tikiwiki
  18878. 907.77 s [pandoc] reader: OK (0.04s)
  18879. 907.77 s [pandoc] other writers
  18880. 907.77 s [pandoc] opendocument
  18881. 907.89 s [pandoc] basic: OK (0.12s)
  18882. 907.93 s [pandoc] tables: OK (0.04s)
  18883. 907.93 s [pandoc] context
  18884. 908.02 s [pandoc] basic: OK (0.09s)
  18885. 908.06 s [pandoc] tables: OK (0.04s)
  18886. 908.06 s [pandoc] texinfo
  18887. 908.15 s [pandoc] basic: OK (0.09s)
  18888. 908.18 s [pandoc] tables: OK (0.03s)
  18889. 908.33 s [pandoc] icml
  18890. 908.44 s [haskell-language-server] Phase: updateAutotoolsGnuConfigScriptsPhase
  18891. 908.45 s [pandoc] basic: OK (0.27s)
  18892. 908.47 s [haskell-language-server] Phase: configurePhase
  18893. 908.47 s [haskell-language-server] configureFlags: --verbose --prefix=/nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.fxwjsK7FK7/package.conf.d --ghc-option=-optl=-Wl,-rpath=/nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/haskell-language-server-2.10.0.0 --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 --enable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping -f-stylishhaskel -f-hlint -f-retrie --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/lib
  18894. 908.51 s [pandoc] tables: OK (0.05s)
  18895. 908.51 s [pandoc] tei
  18896. 908.53 s [haskell-language-server] Using Parsec parser
  18897. 908.53 s [haskell-language-server] Configuring haskell-language-server-2.10.0.0...
  18898. 908.62 s [pandoc] basic: OK (0.11s)
  18899. 908.66 s [pandoc] tables: OK (0.04s)
  18900. 908.66 s [pandoc] man
  18901. 908.76 s [pandoc] basic: OK (0.10s)
  18902. 908.79 s [pandoc] tables: OK (0.03s)
  18903. 908.79 s [pandoc] plain
  18904. 908.92 s [pandoc] basic: OK (0.13s)
  18905. 908.97 s [pandoc] tables: OK (0.05s)
  18906. 908.97 s [pandoc] asciidoc
  18907. 909.07 s [pandoc] basic: OK (0.10s)
  18908. 909.10 s [pandoc] tables: OK (0.03s)
  18909. 909.10 s [pandoc] asciidoc_legacy
  18910. 909.20 s [pandoc] basic: OK (0.10s)
  18911. 909.24 s [pandoc] tables: OK (0.04s)
  18912. 909.24 s [pandoc] xwiki
  18913. 909.33 s [pandoc] basic: OK (0.09s)
  18914. 909.37 s [pandoc] tables: OK (0.03s)
  18915. 909.37 s [pandoc] zimwiki
  18916. 909.40 s [haskell-language-server] Flags chosen: alternatenumberformat=True, cabal=True, cabalfmt=True,
  18917. 909.40 s [haskell-language-server] cabalgild=True, callhierarchy=True, changetypesignature=True, class=True,
  18918. 909.40 s [haskell-language-server] coderange=True, dynamic=True, eval=True, explicitfields=True,
  18919. 909.40 s [haskell-language-server] explicitfixity=True, floskell=True, fourmolu=True, gadt=True, ghc-lib=True,
  18920. 909.40 s [haskell-language-server] hlint=False, ignore-plugins-ghc-bounds=False, importlens=True,
  18921. 909.40 s [haskell-language-server] isolatecabalfmttests=False, isolatecabalgildtests=False, modulename=True,
  18922. 909.41 s [haskell-language-server] notes=True, ormolu=True, overloadedrecorddot=True, pedantic=False,
  18923. 909.41 s [haskell-language-server] pragmas=True, qualifyimportednames=True, refactor=True, rename=True,
  18924. 909.41 s [haskell-language-server] retrie=False, semantictokens=True, splice=True, stan=True,
  18925. 909.41 s [haskell-language-server] stylishhaskell=True, test-exe=True
  18926. 909.46 s [pandoc] basic: OK (0.09s)
  18927. 909.49 s [pandoc] tables: OK (0.03s)
  18928. 909.49 s [pandoc] writers-lang-and-dir
  18929. 909.53 s [pandoc] latex: OK (0.04s)
  18930. 909.56 s [pandoc] context: OK (0.03s)
  18931. 909.56 s [pandoc] muse
  18932. 909.56 s [pandoc] writer
  18933. 909.66 s [pandoc] basic: OK (0.10s)
  18934. 909.69 s [pandoc] tables: OK (0.03s)
  18935. 909.69 s [pandoc] ms
  18936. 909.69 s [pandoc] writer
  18937. 909.78 s [pandoc] basic: OK (0.09s)
  18938. 909.81 s [pandoc] tables: OK (0.03s)
  18939. 909.81 s [pandoc] typst
  18940. 909.81 s [pandoc] writer
  18941. 909.90 s [pandoc] basic: OK (0.09s)
  18942. 909.92 s [haskell-language-server] Dependency aeson-pretty: using aeson-pretty-0.8.10
  18943. 909.92 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  18944. 909.92 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  18945. 909.92 s [haskell-language-server] Dependency directory: using directory-1.3.8.3
  18946. 909.92 s [haskell-language-server] Dependency extra: using extra-1.7.16
  18947. 909.92 s [haskell-language-server] Dependency filepath: using filepath-1.5.2.0
  18948. 909.92 s [haskell-language-server] Dependency ghc: using ghc-9.10.1
  18949. 909.92 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  18950. 909.92 s [haskell-language-server] Dependency githash >=0.1.6.1: using githash-0.1.7.0
  18951. 909.92 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  18952. 909.92 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  18953. 909.92 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  18954. 909.92 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  18955. 909.92 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  18956. 909.92 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  18957. 909.92 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  18958. 909.92 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  18959. 909.92 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  18960. 909.92 s [haskell-language-server] haskell-language-server-2.10.0.0
  18961. 909.92 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  18962. 909.92 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  18963. 909.92 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  18964. 909.92 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  18965. 909.92 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  18966. 909.92 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  18967. 909.92 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  18968. 909.92 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  18969. 909.92 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  18970. 909.92 s [haskell-language-server] haskell-language-server-2.10.0.0
  18971. 909.92 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  18972. 909.92 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  18973. 909.92 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  18974. 909.92 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  18975. 909.92 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  18976. 909.92 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  18977. 909.92 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  18978. 909.92 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  18979. 909.92 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  18980. 909.92 s [haskell-language-server] haskell-language-server-2.10.0.0
  18981. 909.92 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  18982. 909.92 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  18983. 909.92 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  18984. 909.92 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  18985. 909.92 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  18986. 909.92 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  18987. 909.92 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  18988. 909.92 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  18989. 909.92 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  18990. 909.92 s [haskell-language-server] haskell-language-server-2.10.0.0
  18991. 909.92 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  18992. 909.92 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  18993. 909.92 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  18994. 909.92 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  18995. 909.92 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  18996. 909.92 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  18997. 909.92 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  18998. 909.92 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  18999. 909.92 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19000. 909.92 s [haskell-language-server] haskell-language-server-2.10.0.0
  19001. 909.92 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19002. 909.92 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19003. 909.92 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19004. 909.92 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19005. 909.92 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19006. 909.92 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19007. 909.92 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19008. 909.92 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19009. 909.92 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19010. 909.92 s [haskell-language-server] haskell-language-server-2.10.0.0
  19011. 909.92 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19012. 909.92 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19013. 909.92 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19014. 909.92 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19015. 909.92 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19016. 909.92 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19017. 909.92 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19018. 909.92 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19019. 909.92 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19020. 909.92 s [haskell-language-server] haskell-language-server-2.10.0.0
  19021. 909.92 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19022. 909.92 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19023. 909.92 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19024. 909.92 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19025. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19026. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19027. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19028. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19029. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19030. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19031. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19032. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19033. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19034. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19035. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19036. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19037. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19038. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19039. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19040. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19041. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19042. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19043. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19044. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19045. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19046. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19047. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19048. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19049. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19050. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19051. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19052. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19053. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19054. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19055. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19056. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19057. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19058. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19059. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19060. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19061. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19062. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19063. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19064. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19065. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19066. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19067. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19068. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19069. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19070. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19071. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19072. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19073. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19074. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19075. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19076. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19077. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19078. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19079. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19080. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19081. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19082. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19083. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19084. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19085. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19086. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19087. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19088. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19089. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19090. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19091. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19092. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19093. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19094. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19095. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19096. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19097. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19098. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19099. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19100. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19101. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19102. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19103. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19104. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19105. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19106. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19107. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19108. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19109. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19110. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19111. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19112. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19113. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19114. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19115. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19116. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19117. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19118. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19119. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19120. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19121. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19122. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19123. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19124. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19125. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19126. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19127. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19128. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19129. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19130. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19131. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19132. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19133. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19134. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19135. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19136. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19137. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19138. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19139. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19140. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19141. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19142. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19143. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19144. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19145. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19146. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19147. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19148. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19149. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19150. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19151. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19152. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19153. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19154. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19155. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19156. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19157. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19158. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19159. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19160. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19161. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19162. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19163. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19164. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19165. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19166. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19167. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19168. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19169. 909.93 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19170. 909.93 s [haskell-language-server] haskell-language-server-2.10.0.0
  19171. 909.93 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19172. 909.93 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19173. 909.93 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19174. 909.93 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19175. 909.93 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19176. 909.93 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19177. 909.93 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19178. 909.93 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19179. 909.94 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19180. 909.94 s [haskell-language-server] haskell-language-server-2.10.0.0
  19181. 909.94 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  19182. 909.94 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  19183. 909.94 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  19184. 909.94 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  19185. 909.94 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  19186. 909.94 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  19187. 909.94 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  19188. 909.94 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  19189. 909.94 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-stan-plugin}: using
  19190. 909.94 s [haskell-language-server] haskell-language-server-2.10.0.0
  19191. 909.94 s [haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
  19192. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19193. 909.94 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  19194. 909.94 s [haskell-language-server] Dependency optparse-simple: using optparse-simple-0.1.1.4
  19195. 909.94 s [haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  19196. 909.94 s [haskell-language-server] Dependency process: using process-1.6.19.0
  19197. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19198. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19199. 909.94 s [haskell-language-server] Dependency directory: using directory-1.3.8.3
  19200. 909.94 s [haskell-language-server] Dependency filepath: using filepath-1.5.2.0
  19201. 909.94 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19202. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19203. 909.94 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19204. 909.94 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  19205. 909.94 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19206. 909.94 s [haskell-language-server] Dependency process-extras: using process-extras-0.7.4
  19207. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19208. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19209. 909.94 s [haskell-language-server] Dependency directory: using directory-1.3.8.3
  19210. 909.94 s [haskell-language-server] Dependency filepath: using filepath-1.5.2.0
  19211. 909.94 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19212. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19213. 909.94 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  19214. 909.94 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19215. 909.94 s [haskell-language-server] Dependency process-extras: using process-extras-0.7.4
  19216. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19217. 909.94 s [haskell-language-server] Dependency Cabal: using Cabal-3.12.0.0
  19218. 909.94 s [haskell-language-server] Dependency Cabal-syntax >=3.7: using Cabal-syntax-3.12.0.0
  19219. 909.94 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19220. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19221. 909.94 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
  19222. 909.94 s [haskell-language-server] Dependency cabal-add: using cabal-add-0.1
  19223. 909.94 s [haskell-language-server] Dependency containers: using containers-0.7
  19224. 909.94 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  19225. 909.94 s [haskell-language-server] Dependency directory: using directory-1.3.8.3
  19226. 909.94 s [haskell-language-server] Dependency extra >=1.7.4: using extra-1.7.16
  19227. 909.94 s [haskell-language-server] Dependency filepath: using filepath-1.5.2.0
  19228. 909.94 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19229. 909.94 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  19230. 909.94 s [haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  19231. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19232. 909.94 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19233. 909.94 s [haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  19234. 909.94 s [haskell-language-server] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  19235. 909.94 s [haskell-language-server] Dependency pretty: using pretty-1.1.3.6
  19236. 909.94 s [haskell-language-server] Dependency process: using process-1.6.19.0
  19237. 909.94 s [haskell-language-server] Dependency regex-tdfa >=1.3.1 && <1.4: using regex-tdfa-1.3.2.3
  19238. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19239. 909.94 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  19240. 909.94 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19241. 909.94 s [haskell-language-server] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
  19242. 909.94 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19243. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19244. 909.94 s [haskell-language-server] Dependency containers: using containers-0.7
  19245. 909.94 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  19246. 909.94 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19247. 909.94 s [haskell-language-server] Dependency ghc: using ghc-9.10.1
  19248. 909.94 s [haskell-language-server] Dependency ghc-exactprint >=1.5 && <1.13.0.0: using ghc-exactprint-1.9.0.0
  19249. 909.94 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19250. 909.94 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  19251. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19252. 909.94 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19253. 909.94 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19254. 909.94 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19255. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19256. 909.94 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19257. 909.94 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19258. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19259. 909.94 s [haskell-language-server] Dependency containers: using containers-0.7
  19260. 909.94 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19261. 909.94 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19262. 909.94 s [haskell-language-server] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
  19263. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19264. 909.94 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19265. 909.94 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  19266. 909.94 s [haskell-language-server] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
  19267. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19268. 909.94 s [haskell-language-server] Dependency Diff >=0.5 && <0.6: using Diff-0.5
  19269. 909.94 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19270. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19271. 909.94 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
  19272. 909.94 s [haskell-language-server] Dependency containers: using containers-0.7
  19273. 909.94 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  19274. 909.94 s [haskell-language-server] Dependency dlist: using dlist-1.0
  19275. 909.94 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19276. 909.94 s [haskell-language-server] Dependency filepath: using filepath-1.5.2.0
  19277. 909.94 s [haskell-language-server] Dependency ghc: using ghc-9.10.1
  19278. 909.94 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.1
  19279. 909.94 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19280. 909.94 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  19281. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19282. 909.94 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19283. 909.94 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19284. 909.94 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  19285. 909.94 s [haskell-language-server] Dependency megaparsec >=9.0: using megaparsec-9.6.1
  19286. 909.94 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19287. 909.94 s [haskell-language-server] Dependency parser-combinators >=1.2: using parser-combinators-1.3.0
  19288. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19289. 909.94 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  19290. 909.94 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19291. 909.94 s [haskell-language-server] Dependency unliftio: using unliftio-0.2.25.1
  19292. 909.94 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  19293. 909.94 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19294. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19295. 909.94 s [haskell-language-server] Dependency containers: using containers-0.7
  19296. 909.94 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  19297. 909.94 s [haskell-language-server] Dependency ghc: using ghc-9.10.1
  19298. 909.94 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19299. 909.94 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  19300. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19301. 909.94 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19302. 909.94 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19303. 909.94 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19304. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19305. 909.94 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19306. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19307. 909.94 s [haskell-language-server] Dependency containers: using containers-0.7
  19308. 909.94 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19309. 909.94 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  19310. 909.94 s [haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
  19311. 909.94 s [haskell-language-server] haskell-language-server-2.10.0.0
  19312. 909.94 s [haskell-language-server] Dependency hie-compat: using hie-compat-0.3.1.2
  19313. 909.94 s [haskell-language-server] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
  19314. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19315. 909.94 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19316. 909.94 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  19317. 909.94 s [haskell-language-server] Dependency mod: using mod-0.2.0.1
  19318. 909.94 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19319. 909.94 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  19320. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19321. 909.94 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19322. 909.94 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  19323. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19324. 909.94 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  19325. 909.94 s [haskell-language-server] Dependency directory: using directory-1.3.8.3
  19326. 909.94 s [haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
  19327. 909.94 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  19328. 909.94 s [haskell-language-server] Dependency hie-compat: using hie-compat-0.3.1.2
  19329. 909.94 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  19330. 909.94 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  19331. 909.94 s [haskell-language-server] Dependency stan >=0.1.2.0: using stan-0.2.0.0
  19332. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19333. 909.94 s [haskell-language-server] Dependency trial: using trial-0.0.0.0
  19334. 909.94 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  19335. 909.94 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19336. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19337. 909.94 s [haskell-language-server] Dependency containers: using containers-0.7
  19338. 909.94 s [haskell-language-server] Dependency filepath: using filepath-1.5.2.0
  19339. 909.94 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19340. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19341. 909.94 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19342. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19343. 909.94 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  19344. 909.94 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19345. 909.94 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19346. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19347. 909.94 s [haskell-language-server] Dependency containers: using containers-0.7
  19348. 909.94 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19349. 909.94 s [haskell-language-server] Dependency fuzzy: using fuzzy-0.1.1.0
  19350. 909.94 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19351. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19352. 909.94 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19353. 909.94 s [haskell-language-server] Dependency lens-aeson: using lens-aeson-1.2.3
  19354. 909.94 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19355. 909.94 s [haskell-language-server] Dependency text: using text-2.1.1
  19356. 909.94 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19357. 909.94 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19358. 909.94 s [haskell-language-server] Dependency containers: using containers-0.7
  19359. 909.94 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19360. 909.94 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.1
  19361. 909.94 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19362. 909.94 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  19363. 909.94 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19364. 909.94 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19365. 909.95 s [haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  19366. 909.95 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19367. 909.95 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
  19368. 909.95 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  19369. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19370. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19371. 909.95 s [haskell-language-server] Dependency containers: using containers-0.7
  19372. 909.95 s [haskell-language-server] Dependency dlist: using dlist-1.0
  19373. 909.95 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19374. 909.95 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19375. 909.95 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19376. 909.95 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19377. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19378. 909.95 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  19379. 909.95 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19380. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19381. 909.95 s [haskell-language-server] Dependency containers: using containers-0.7
  19382. 909.95 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  19383. 909.95 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19384. 909.95 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19385. 909.95 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  19386. 909.95 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19387. 909.95 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19388. 909.95 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19389. 909.95 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19390. 909.95 s [haskell-language-server] Dependency semigroupoids: using semigroupoids-6.0.1
  19391. 909.95 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19392. 909.95 s [haskell-language-server] Dependency vector: using vector-0.13.2.0
  19393. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19394. 909.95 s [haskell-language-server] Dependency containers: using containers-0.7
  19395. 909.95 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19396. 909.95 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19397. 909.95 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  19398. 909.95 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
  19399. 909.95 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  19400. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19401. 909.95 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19402. 909.95 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19403. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19404. 909.95 s [haskell-language-server] Dependency containers: using containers-0.7
  19405. 909.95 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19406. 909.95 s [haskell-language-server] Dependency ghc: using ghc-9.10.1
  19407. 909.95 s [haskell-language-server] Dependency ghc-exactprint: using ghc-exactprint-1.9.0.0
  19408. 909.95 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19409. 909.95 s [haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
  19410. 909.95 s [haskell-language-server] haskell-language-server-2.10.0.0
  19411. 909.95 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19412. 909.95 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19413. 909.95 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  19414. 909.95 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19415. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19416. 909.95 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19417. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19418. 909.95 s [haskell-language-server] Dependency containers: using containers-0.7
  19419. 909.95 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  19420. 909.95 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19421. 909.95 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19422. 909.95 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  19423. 909.95 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19424. 909.95 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  19425. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19426. 909.95 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19427. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19428. 909.95 s [haskell-language-server] Dependency containers: using containers-0.7
  19429. 909.95 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19430. 909.95 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  19431. 909.95 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19432. 909.95 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19433. 909.95 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19434. 909.95 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  19435. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19436. 909.95 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19437. 909.95 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19438. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19439. 909.95 s [haskell-language-server] Dependency containers: using containers-0.7
  19440. 909.95 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  19441. 909.95 s [haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
  19442. 909.95 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  19443. 909.95 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  19444. 909.95 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19445. 909.95 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19446. 909.95 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  19447. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19448. 909.95 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19449. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19450. 909.95 s [haskell-language-server] Dependency filepath: using filepath-1.5.2.0
  19451. 909.95 s [haskell-language-server] Dependency fourmolu >=0.14 && <0.17: using fourmolu-0.16.0.0
  19452. 909.95 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.1
  19453. 909.95 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19454. 909.95 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19455. 909.95 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19456. 909.95 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19457. 909.95 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19458. 909.95 s [haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
  19459. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19460. 909.95 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19461. 909.95 s [haskell-language-server] Dependency yaml: using yaml-0.11.11.2
  19462. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19463. 909.95 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19464. 909.95 s [haskell-language-server] Dependency filepath: using filepath-1.5.2.0
  19465. 909.95 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.1
  19466. 909.95 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19467. 909.95 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19468. 909.95 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19469. 909.95 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19470. 909.95 s [haskell-language-server] Dependency ormolu >=0.1.2 && <0.4 || >=0.5 && <0.8: using ormolu-0.7.7.0
  19471. 909.95 s [haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
  19472. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19473. 909.95 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19474. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19475. 909.95 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
  19476. 909.95 s [haskell-language-server] Dependency containers: using containers-0.7
  19477. 909.95 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  19478. 909.95 s [haskell-language-server] Dependency dlist: using dlist-1.0
  19479. 909.95 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19480. 909.95 s [haskell-language-server] Dependency ghc: using ghc-9.10.1
  19481. 909.95 s [haskell-language-server] Dependency ghc-boot: using ghc-boot-9.10.1
  19482. 909.95 s [haskell-language-server] Dependency ghc-exactprint <1 || >=1.4: using ghc-exactprint-1.9.0.0
  19483. 909.95 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19484. 909.95 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  19485. 909.95 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19486. 909.95 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19487. 909.95 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19488. 909.95 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  19489. 909.95 s [haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
  19490. 909.95 s [haskell-language-server] Dependency regex-applicative: using regex-applicative-0.3.4
  19491. 909.95 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
  19492. 909.95 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  19493. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19494. 909.95 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  19495. 909.95 s [haskell-language-server] Dependency time: using time-1.12.2
  19496. 909.95 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19497. 909.95 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  19498. 909.95 s [haskell-language-server] Dependency array: using array-0.5.7.0
  19499. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19500. 909.95 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
  19501. 909.95 s [haskell-language-server] Dependency containers: using containers-0.7
  19502. 909.95 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  19503. 909.95 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  19504. 909.95 s [haskell-language-server] Dependency dlist: using dlist-1.0
  19505. 909.95 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19506. 909.95 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19507. 909.95 s [haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  19508. 909.95 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19509. 909.95 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19510. 909.95 s [haskell-language-server] Dependency lsp >=2.6: using lsp-2.7.0.1
  19511. 909.95 s [haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
  19512. 909.95 s [haskell-language-server] Dependency stm: using stm-2.5.3.1
  19513. 909.95 s [haskell-language-server] Dependency stm-containers: using stm-containers-1.2.1.1
  19514. 909.95 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  19515. 909.95 s [haskell-language-server] Dependency template-haskell: using template-haskell-2.22.0.0
  19516. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19517. 909.95 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  19518. 909.95 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19519. 909.95 s [haskell-language-server] Dependency array: using array-0.5.7.0
  19520. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19521. 909.95 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  19522. 909.95 s [haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  19523. 909.95 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  19524. 909.95 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19525. 909.95 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  19526. 909.95 s [haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
  19527. 909.95 s [haskell-language-server] Dependency regex-tdfa >=1.3.1: using regex-tdfa-1.3.2.3
  19528. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19529. 909.95 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  19530. 909.95 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  19531. 909.95 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19532. 909.95 s [haskell-language-server] Dependency async: using async-2.2.5
  19533. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19534. 909.95 s [haskell-language-server] Dependency binary: using binary-0.8.9.2
  19535. 909.95 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
  19536. 909.95 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  19537. 909.95 s [haskell-language-server] Dependency directory: using directory-1.3.8.3
  19538. 909.95 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19539. 909.95 s [haskell-language-server] Dependency filepath: using filepath-1.5.2.0
  19540. 909.95 s [haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
  19541. 909.95 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  19542. 909.95 s [haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
  19543. 909.95 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19544. 909.95 s [haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
  19545. 909.95 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  19546. 909.95 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  19547. 909.95 s [haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
  19548. 909.95 s [haskell-language-server] Dependency process: using process-1.6.19.0
  19549. 909.95 s [haskell-language-server] Dependency row-types: using row-types-1.0.1.2
  19550. 909.95 s [haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  19551. 909.95 s [haskell-language-server] Dependency shake: using shake-0.19.8
  19552. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19553. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19554. 909.95 s [haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
  19555. 909.95 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  19556. 909.95 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19557. 909.95 s [haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  19558. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19559. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19560. 909.95 s [haskell-language-server] Dependency containers: using containers-0.7
  19561. 909.95 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  19562. 909.95 s [haskell-language-server] Dependency directory: using directory-1.3.8.3
  19563. 909.95 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19564. 909.95 s [haskell-language-server] Dependency filepath: using filepath-1.5.2.0
  19565. 909.95 s [haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
  19566. 909.95 s [haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
  19567. 909.95 s [haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
  19568. 909.95 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  19569. 909.95 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  19570. 909.95 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  19571. 909.95 s [haskell-language-server] Dependency text: using text-2.1.1
  19572. 909.95 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  19573. 909.95 s [haskell-language-server] Dependency unix: using unix-2.8.5.1
  19574. 909.95 s [haskell-language-server] Dependency unliftio-core: using unliftio-core-0.2.1.0
  19575. 909.95 s [haskell-language-server] Dependency base >=4 && <5: using base-4.20.0.0
  19576. 909.95 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  19577. 909.95 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.0.0
  19578. 909.95 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.1.0
  19579. 909.95 s [haskell-language-server] Dependency containers: using containers-0.7
  19580. 909.95 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  19581. 909.95 s [haskell-language-server] Dependency extra: using extra-1.7.16
  19582. 909.95 s [haskell-language-server] Dependency filepath: using filepath-1.5.2.0
  19583. 909.95 s [haskell-language-server] Dependency haskell-language-server:ghcide-bench-lib: using
  19584. 909.95 s [haskell-language-server] haskell-language-server-2.10.0.0
  19585. 909.95 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  19586. 909.95 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  19587. 909.95 s [haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
  19588. 909.96 s [haskell-language-server] Dependency lens: using lens-5.3.4
  19589. 909.96 s [haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
  19590. 909.96 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  19591. 909.96 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  19592. 909.96 s [haskell-language-server] Dependency process: using process-1.6.19.0
  19593. 909.96 s [haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  19594. 909.96 s [haskell-language-server] Dependency shake: using shake-0.19.8
  19595. 909.96 s [haskell-language-server] Dependency tasty-hunit >=0.10: using tasty-hunit-0.10.2
  19596. 909.96 s [haskell-language-server] Dependency text: using text-2.1.1
  19597. 909.96 s [haskell-language-server] Source component graph:
  19598. 909.96 s [haskell-language-server] component exe:ghcide-test-preprocessor
  19599. 909.96 s [haskell-language-server] component lib:hls-stan-plugin
  19600. 909.96 s [haskell-language-server] component lib:hls-semantic-tokens-plugin
  19601. 909.96 s [haskell-language-server] component lib:hls-refactor-plugin
  19602. 909.96 s [haskell-language-server] component lib:hls-rename-plugin dependency lib:hls-refactor-plugin
  19603. 909.96 s [haskell-language-server] component lib:hls-qualify-imported-names-plugin
  19604. 909.96 s [haskell-language-server] component lib:hls-pragmas-plugin
  19605. 909.96 s [haskell-language-server] component lib:hls-overloaded-record-dot-plugin
  19606. 909.96 s [haskell-language-server] component lib:hls-ormolu-plugin
  19607. 909.96 s [haskell-language-server] component lib:hls-notes-plugin
  19608. 909.96 s [haskell-language-server] component lib:hls-module-name-plugin
  19609. 909.96 s [haskell-language-server] component lib:hls-gadt-plugin dependency lib:hls-refactor-plugin
  19610. 909.96 s [haskell-language-server] component lib:hls-fourmolu-plugin
  19611. 909.96 s [haskell-language-server] component lib:hls-explicit-record-fields-plugin
  19612. 909.96 s [haskell-language-server] component lib:hls-explicit-imports-plugin
  19613. 909.96 s [haskell-language-server] component lib:hls-explicit-fixity-plugin
  19614. 909.96 s [haskell-language-server] component lib:hls-eval-plugin
  19615. 909.96 s [haskell-language-server] component lib:hls-code-range-plugin
  19616. 909.96 s [haskell-language-server] component lib:hls-class-plugin
  19617. 909.96 s [haskell-language-server] component lib:hls-change-type-signature-plugin
  19618. 909.96 s [haskell-language-server] component lib:hls-call-hierarchy-plugin
  19619. 909.96 s [haskell-language-server] component lib:hls-cabal-plugin
  19620. 909.96 s [haskell-language-server] component lib:hls-cabal-gild-plugin
  19621. 909.96 s [haskell-language-server] component lib:hls-cabal-fmt-plugin
  19622. 909.96 s [haskell-language-server] component lib:hls-alternate-number-format-plugin
  19623. 909.96 s [haskell-language-server] component lib:ghcide-bench-lib
  19624. 909.96 s [haskell-language-server] component exe:ghcide-bench dependency lib:ghcide-bench-lib
  19625. 909.96 s [haskell-language-server] component lib
  19626. 909.96 s [haskell-language-server] dependency lib:hls-alternate-number-format-plugin
  19627. 909.96 s [haskell-language-server] dependency lib:hls-cabal-fmt-plugin
  19628. 909.96 s [haskell-language-server] dependency lib:hls-cabal-gild-plugin
  19629. 909.96 s [haskell-language-server] dependency lib:hls-cabal-plugin
  19630. 909.96 s [haskell-language-server] dependency lib:hls-call-hierarchy-plugin
  19631. 909.96 s [haskell-language-server] dependency lib:hls-change-type-signature-plugin
  19632. 909.96 s [haskell-language-server] dependency lib:hls-class-plugin
  19633. 909.96 s [haskell-language-server] dependency lib:hls-code-range-plugin
  19634. 909.96 s [haskell-language-server] dependency lib:hls-eval-plugin
  19635. 909.96 s [haskell-language-server] dependency lib:hls-explicit-fixity-plugin
  19636. 909.96 s [haskell-language-server] dependency lib:hls-explicit-imports-plugin
  19637. 909.96 s [haskell-language-server] dependency lib:hls-explicit-record-fields-plugin
  19638. 909.96 s [haskell-language-server] dependency lib:hls-fourmolu-plugin
  19639. 909.96 s [haskell-language-server] dependency lib:hls-gadt-plugin
  19640. 909.96 s [haskell-language-server] dependency lib:hls-module-name-plugin
  19641. 909.96 s [haskell-language-server] dependency lib:hls-notes-plugin
  19642. 909.96 s [haskell-language-server] dependency lib:hls-ormolu-plugin
  19643. 909.96 s [haskell-language-server] dependency lib:hls-overloaded-record-dot-plugin
  19644. 909.96 s [haskell-language-server] dependency lib:hls-pragmas-plugin
  19645. 909.96 s [haskell-language-server] dependency lib:hls-qualify-imported-names-plugin
  19646. 909.96 s [haskell-language-server] dependency lib:hls-refactor-plugin
  19647. 909.96 s [haskell-language-server] dependency lib:hls-rename-plugin
  19648. 909.96 s [haskell-language-server] dependency lib:hls-semantic-tokens-plugin
  19649. 909.96 s [haskell-language-server] dependency lib:hls-stan-plugin
  19650. 909.96 s [haskell-language-server] component exe:haskell-language-server dependency lib
  19651. 909.96 s [haskell-language-server] component exe:haskell-language-server-wrapper dependency lib
  19652. 909.96 s [haskell-language-server] Configured component graph:
  19653. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-ChjzvdpFXad70P6OkgXnr-ghcide-test-preprocessor
  19654. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19655. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
  19656. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19657. 909.96 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  19658. 909.96 s [haskell-language-server] include directory-1.3.8.3-678a
  19659. 909.96 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19660. 909.96 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  19661. 909.96 s [haskell-language-server] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
  19662. 909.96 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19663. 909.96 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  19664. 909.96 s [haskell-language-server] include stan-0.2.0.0-65XjfPVea9GI8vJlPGFNZY
  19665. 909.96 s [haskell-language-server] include text-2.1.1-f47e
  19666. 909.96 s [haskell-language-server] include trial-0.0.0.0-7mzw1PCObxjCoqOMdFc6rj
  19667. 909.96 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  19668. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
  19669. 909.96 s [haskell-language-server] include array-0.5.7.0-78f3
  19670. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19671. 909.96 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  19672. 909.96 s [haskell-language-server] include containers-0.7-4cd1
  19673. 909.96 s [haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  19674. 909.96 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  19675. 909.96 s [haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  19676. 909.96 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  19677. 909.96 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19678. 909.96 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  19679. 909.96 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19680. 909.96 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19681. 909.96 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19682. 909.96 s [haskell-language-server] include mtl-2.3.1-8f33
  19683. 909.96 s [haskell-language-server] include stm-2.5.3.1-a30b
  19684. 909.96 s [haskell-language-server] include stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
  19685. 909.96 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  19686. 909.96 s [haskell-language-server] include template-haskell-2.22.0.0-5f29
  19687. 909.96 s [haskell-language-server] include text-2.1.1-f47e
  19688. 909.96 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  19689. 909.96 s [haskell-language-server] include transformers-0.6.1.1-3641
  19690. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  19691. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19692. 909.96 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  19693. 909.96 s [haskell-language-server] include containers-0.7-4cd1
  19694. 909.96 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  19695. 909.96 s [haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  19696. 909.96 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  19697. 909.96 s [haskell-language-server] include ghc-9.10.1-c9f5
  19698. 909.96 s [haskell-language-server] include ghc-boot-9.10.1-afa4
  19699. 909.96 s [haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
  19700. 909.96 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19701. 909.96 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  19702. 909.96 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19703. 909.96 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19704. 909.96 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19705. 909.96 s [haskell-language-server] include mtl-2.3.1-8f33
  19706. 909.96 s [haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
  19707. 909.96 s [haskell-language-server] include regex-applicative-0.3.4-4ubwq8jUZh2HqQp1vVpx9D
  19708. 909.96 s [haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  19709. 909.96 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  19710. 909.96 s [haskell-language-server] include text-2.1.1-f47e
  19711. 909.96 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  19712. 909.96 s [haskell-language-server] include time-1.12.2-a16e
  19713. 909.96 s [haskell-language-server] include transformers-0.6.1.1-3641
  19714. 909.96 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  19715. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
  19716. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19717. 909.96 s [haskell-language-server] include containers-0.7-4cd1
  19718. 909.96 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19719. 909.96 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  19720. 909.96 s [haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  19721. 909.96 s [haskell-language-server] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
  19722. 909.96 s [haskell-language-server] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
  19723. 909.96 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19724. 909.96 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19725. 909.96 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  19726. 909.96 s [haskell-language-server] include mod-0.2.0.1-9QaMELWnl2s7jsfD5fsTjA
  19727. 909.96 s [haskell-language-server] include mtl-2.3.1-8f33
  19728. 909.96 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  19729. 909.96 s [haskell-language-server] include text-2.1.1-f47e
  19730. 909.96 s [haskell-language-server] include transformers-0.6.1.1-3641
  19731. 909.96 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  19732. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
  19733. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19734. 909.96 s [haskell-language-server] include containers-0.7-4cd1
  19735. 909.96 s [haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  19736. 909.96 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19737. 909.96 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19738. 909.96 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19739. 909.96 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19740. 909.96 s [haskell-language-server] include text-2.1.1-f47e
  19741. 909.96 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  19742. 909.96 s [haskell-language-server] include transformers-0.6.1.1-3641
  19743. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
  19744. 909.96 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  19745. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19746. 909.96 s [haskell-language-server] include containers-0.7-4cd1
  19747. 909.96 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  19748. 909.96 s [haskell-language-server] include fuzzy-0.1.1.0-B4dg1sTfQ7m9801mSCAEKJ
  19749. 909.96 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19750. 909.96 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19751. 909.96 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19752. 909.96 s [haskell-language-server] include lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
  19753. 909.96 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19754. 909.96 s [haskell-language-server] include text-2.1.1-f47e
  19755. 909.96 s [haskell-language-server] include transformers-0.6.1.1-3641
  19756. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
  19757. 909.96 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  19758. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19759. 909.96 s [haskell-language-server] include containers-0.7-4cd1
  19760. 909.96 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  19761. 909.96 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19762. 909.96 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  19763. 909.96 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19764. 909.96 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19765. 909.96 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19766. 909.96 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  19767. 909.96 s [haskell-language-server] include text-2.1.1-f47e
  19768. 909.96 s [haskell-language-server] include transformers-0.6.1.1-3641
  19769. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
  19770. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19771. 909.96 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  19772. 909.96 s [haskell-language-server] include filepath-1.5.2.0-058d
  19773. 909.96 s [haskell-language-server] include ghc-boot-th-9.10.1-9814
  19774. 909.96 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19775. 909.96 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19776. 909.96 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19777. 909.96 s [haskell-language-server] include mtl-2.3.1-8f33
  19778. 909.96 s [haskell-language-server] include ormolu-0.7.7.0-2OZxxnSpKNmDDk9o0UsDC1
  19779. 909.96 s [haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  19780. 909.96 s [haskell-language-server] include text-2.1.1-f47e
  19781. 909.96 s [haskell-language-server] include transformers-0.6.1.1-3641
  19782. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
  19783. 909.96 s [haskell-language-server] include array-0.5.7.0-78f3
  19784. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19785. 909.96 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19786. 909.96 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  19787. 909.96 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19788. 909.96 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19789. 909.96 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19790. 909.96 s [haskell-language-server] include mtl-2.3.1-8f33
  19791. 909.96 s [haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  19792. 909.96 s [haskell-language-server] include text-2.1.1-f47e
  19793. 909.96 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  19794. 909.96 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  19795. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
  19796. 909.96 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  19797. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19798. 909.96 s [haskell-language-server] include containers-0.7-4cd1
  19799. 909.96 s [haskell-language-server] include filepath-1.5.2.0-058d
  19800. 909.96 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19801. 909.96 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19802. 909.96 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19803. 909.96 s [haskell-language-server] include text-2.1.1-f47e
  19804. 909.96 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  19805. 909.96 s [haskell-language-server] include transformers-0.6.1.1-3641
  19806. 909.96 s [haskell-language-server] component haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
  19807. 909.96 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  19808. 909.96 s [haskell-language-server] include base-4.20.0.0-d8e2
  19809. 909.96 s [haskell-language-server] include containers-0.7-4cd1
  19810. 909.96 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  19811. 909.96 s [haskell-language-server] include ghc-9.10.1-c9f5
  19812. 909.97 s [haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
  19813. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19814. 909.97 s [haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  19815. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19816. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19817. 909.97 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19818. 909.97 s [haskell-language-server] include mtl-2.3.1-8f33
  19819. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19820. 909.97 s [haskell-language-server] include transformers-0.6.1.1-3641
  19821. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
  19822. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19823. 909.97 s [haskell-language-server] include filepath-1.5.2.0-058d
  19824. 909.97 s [haskell-language-server] include fourmolu-0.16.0.0-X9vJJVSuXeDg7hpUn2nTI
  19825. 909.97 s [haskell-language-server] include ghc-boot-th-9.10.1-9814
  19826. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19827. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19828. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19829. 909.97 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19830. 909.97 s [haskell-language-server] include mtl-2.3.1-8f33
  19831. 909.97 s [haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  19832. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19833. 909.97 s [haskell-language-server] include transformers-0.6.1.1-3641
  19834. 909.97 s [haskell-language-server] include yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
  19835. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
  19836. 909.97 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  19837. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19838. 909.97 s [haskell-language-server] include containers-0.7-4cd1
  19839. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19840. 909.97 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  19841. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19842. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19843. 909.97 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19844. 909.97 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  19845. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19846. 909.97 s [haskell-language-server] include transformers-0.6.1.1-3641
  19847. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
  19848. 909.97 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  19849. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19850. 909.97 s [haskell-language-server] include containers-0.7-4cd1
  19851. 909.97 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  19852. 909.97 s [haskell-language-server] include ghc-9.10.1-c9f5
  19853. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19854. 909.97 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  19855. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19856. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19857. 909.97 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19858. 909.97 s [haskell-language-server] include mtl-2.3.1-8f33
  19859. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19860. 909.97 s [haskell-language-server] include transformers-0.6.1.1-3641
  19861. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
  19862. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19863. 909.97 s [haskell-language-server] include containers-0.7-4cd1
  19864. 909.97 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  19865. 909.97 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  19866. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19867. 909.97 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  19868. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19869. 909.97 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19870. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19871. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
  19872. 909.97 s [haskell-language-server] include Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
  19873. 909.97 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  19874. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19875. 909.97 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  19876. 909.97 s [haskell-language-server] include containers-0.7-4cd1
  19877. 909.97 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  19878. 909.97 s [haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  19879. 909.97 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  19880. 909.97 s [haskell-language-server] include filepath-1.5.2.0-058d
  19881. 909.97 s [haskell-language-server] include ghc-9.10.1-c9f5
  19882. 909.97 s [haskell-language-server] include ghc-boot-th-9.10.1-9814
  19883. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19884. 909.97 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  19885. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19886. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19887. 909.97 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19888. 909.97 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  19889. 909.97 s [haskell-language-server] include megaparsec-9.6.1-AdKsncSfDT7ApMl6OGqoHs
  19890. 909.97 s [haskell-language-server] include mtl-2.3.1-8f33
  19891. 909.97 s [haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
  19892. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19893. 909.97 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  19894. 909.97 s [haskell-language-server] include transformers-0.6.1.1-3641
  19895. 909.97 s [haskell-language-server] include unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
  19896. 909.97 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  19897. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
  19898. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19899. 909.97 s [haskell-language-server] include containers-0.7-4cd1
  19900. 909.97 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  19901. 909.97 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  19902. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19903. 909.97 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  19904. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19905. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19906. 909.97 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19907. 909.97 s [haskell-language-server] include mtl-2.3.1-8f33
  19908. 909.97 s [haskell-language-server] include semigroupoids-6.0.1-GiqvWQEUpevF4ZYraKTrYV
  19909. 909.97 s [haskell-language-server] include transformers-0.6.1.1-3641
  19910. 909.97 s [haskell-language-server] include vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
  19911. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
  19912. 909.97 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  19913. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19914. 909.97 s [haskell-language-server] include containers-0.7-4cd1
  19915. 909.97 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  19916. 909.97 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  19917. 909.97 s [haskell-language-server] include ghc-9.10.1-c9f5
  19918. 909.97 s [haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
  19919. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19920. 909.97 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  19921. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19922. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19923. 909.97 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19924. 909.97 s [haskell-language-server] include mtl-2.3.1-8f33
  19925. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19926. 909.97 s [haskell-language-server] include transformers-0.6.1.1-3641
  19927. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
  19928. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19929. 909.97 s [haskell-language-server] include containers-0.7-4cd1
  19930. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19931. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19932. 909.97 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  19933. 909.97 s [haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  19934. 909.97 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  19935. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19936. 909.97 s [haskell-language-server] include transformers-0.6.1.1-3641
  19937. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
  19938. 909.97 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  19939. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19940. 909.97 s [haskell-language-server] include containers-0.7-4cd1
  19941. 909.97 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  19942. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19943. 909.97 s [haskell-language-server] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
  19944. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19945. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19946. 909.97 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19947. 909.97 s [haskell-language-server] include sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
  19948. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19949. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
  19950. 909.97 s [haskell-language-server] include Cabal-3.12.0.0-84df
  19951. 909.97 s [haskell-language-server] include Cabal-syntax-3.12.0.0-286a
  19952. 909.97 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  19953. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19954. 909.97 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  19955. 909.97 s [haskell-language-server] include cabal-add-0.1-DY5ILjtxqQgJ4zzTkkegU8
  19956. 909.97 s [haskell-language-server] include containers-0.7-4cd1
  19957. 909.97 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  19958. 909.97 s [haskell-language-server] include directory-1.3.8.3-678a
  19959. 909.97 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  19960. 909.97 s [haskell-language-server] include filepath-1.5.2.0-058d
  19961. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19962. 909.97 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  19963. 909.97 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  19964. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19965. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19966. 909.97 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  19967. 909.97 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  19968. 909.97 s [haskell-language-server] include pretty-1.1.3.6-18c6
  19969. 909.97 s [haskell-language-server] include process-1.6.19.0-9629
  19970. 909.97 s [haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  19971. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19972. 909.97 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  19973. 909.97 s [haskell-language-server] include transformers-0.6.1.1-3641
  19974. 909.97 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  19975. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
  19976. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19977. 909.97 s [haskell-language-server] include directory-1.3.8.3-678a
  19978. 909.97 s [haskell-language-server] include filepath-1.5.2.0-058d
  19979. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19980. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19981. 909.97 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  19982. 909.97 s [haskell-language-server] include mtl-2.3.1-8f33
  19983. 909.97 s [haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  19984. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19985. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
  19986. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19987. 909.97 s [haskell-language-server] include directory-1.3.8.3-678a
  19988. 909.97 s [haskell-language-server] include filepath-1.5.2.0-058d
  19989. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  19990. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  19991. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  19992. 909.97 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  19993. 909.97 s [haskell-language-server] include mtl-2.3.1-8f33
  19994. 909.97 s [haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  19995. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  19996. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
  19997. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  19998. 909.97 s [haskell-language-server] include containers-0.7-4cd1
  19999. 909.97 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20000. 909.97 s [haskell-language-server] include ghc-boot-th-9.10.1-9814
  20001. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20002. 909.97 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20003. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20004. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20005. 909.97 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20006. 909.97 s [haskell-language-server] include mtl-2.3.1-8f33
  20007. 909.97 s [haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  20008. 909.97 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20009. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  20010. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
  20011. 909.97 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20012. 909.97 s [haskell-language-server] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
  20013. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  20014. 909.97 s [haskell-language-server] include binary-0.8.9.2-4928
  20015. 909.97 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  20016. 909.97 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20017. 909.97 s [haskell-language-server] include directory-1.3.8.3-678a
  20018. 909.97 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20019. 909.97 s [haskell-language-server] include filepath-1.5.2.0-058d
  20020. 909.97 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20021. 909.97 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20022. 909.97 s [haskell-language-server] include hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
  20023. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20024. 909.97 s [haskell-language-server] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
  20025. 909.97 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20026. 909.97 s [haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  20027. 909.97 s [haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
  20028. 909.97 s [haskell-language-server] include process-1.6.19.0-9629
  20029. 909.97 s [haskell-language-server] include row-types-1.0.1.2-L8ItrZBTtZ9HTsMetD9SkL
  20030. 909.97 s [haskell-language-server] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  20031. 909.97 s [haskell-language-server] include shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
  20032. 909.97 s [haskell-language-server] include text-2.1.1-f47e
  20033. 909.97 s [haskell-language-server] component haskell-language-server-2.10.0.0-Gi5IWJWHHjH73MoVqqpctw-ghcide-bench
  20034. 909.97 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20035. 909.97 s [haskell-language-server] include base-4.20.0.0-d8e2
  20036. 909.97 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  20037. 909.97 s [haskell-language-server] include containers-0.7-4cd1
  20038. 909.97 s [haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  20039. 909.97 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20040. 909.97 s [haskell-language-server] include filepath-1.5.2.0-058d
  20041. 909.97 s [haskell-language-server] include haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
  20042. 909.97 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20043. 909.97 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20044. 909.97 s [haskell-language-server] include hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
  20045. 909.97 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20046. 909.97 s [haskell-language-server] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
  20047. 909.97 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20048. 909.97 s [haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  20049. 909.98 s [haskell-language-server] include process-1.6.19.0-9629
  20050. 909.98 s [haskell-language-server] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  20051. 909.98 s [haskell-language-server] include shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
  20052. 909.98 s [haskell-language-server] include tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
  20053. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20054. 909.98 s [haskell-language-server] component haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
  20055. 909.98 s [haskell-language-server] include aeson-pretty-0.8.10-lIvpejPJ4VLnfTtFJx7JD
  20056. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20057. 909.98 s [haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  20058. 909.98 s [haskell-language-server] include directory-1.3.8.3-678a
  20059. 909.98 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20060. 909.98 s [haskell-language-server] include filepath-1.5.2.0-058d
  20061. 909.98 s [haskell-language-server] include ghc-9.10.1-c9f5
  20062. 909.98 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20063. 909.98 s [haskell-language-server] include githash-0.1.7.0-FsuxdotLHtYD0x7A44veWH
  20064. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
  20065. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
  20066. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
  20067. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
  20068. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
  20069. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
  20070. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
  20071. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
  20072. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
  20073. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
  20074. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
  20075. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
  20076. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
  20077. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
  20078. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
  20079. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
  20080. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
  20081. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
  20082. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
  20083. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
  20084. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  20085. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
  20086. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
  20087. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
  20088. 909.98 s [haskell-language-server] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  20089. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20090. 909.98 s [haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  20091. 909.98 s [haskell-language-server] include optparse-simple-0.1.1.4-3OGXobo7a0O93GsYR7rGLi
  20092. 909.98 s [haskell-language-server] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  20093. 909.98 s [haskell-language-server] include process-1.6.19.0-9629
  20094. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20095. 909.98 s [haskell-language-server] component haskell-language-server-2.10.0.0-CC6WLvA9X5e8q3hbWx67iH-haskell-language-server
  20096. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20097. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
  20098. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20099. 909.98 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20100. 909.98 s [haskell-language-server] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  20101. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20102. 909.98 s [haskell-language-server] component haskell-language-server-2.10.0.0-7FQ9v8TsO9u1kE6ryDV6GE-haskell-language-server-wrapper
  20103. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20104. 909.98 s [haskell-language-server] include containers-0.7-4cd1
  20105. 909.98 s [haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  20106. 909.98 s [haskell-language-server] include directory-1.3.8.3-678a
  20107. 909.98 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20108. 909.98 s [haskell-language-server] include filepath-1.5.2.0-058d
  20109. 909.98 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20110. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
  20111. 909.98 s [haskell-language-server] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  20112. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20113. 909.98 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20114. 909.98 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20115. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20116. 909.98 s [haskell-language-server] include transformers-0.6.1.1-3641
  20117. 909.98 s [haskell-language-server] include unix-2.8.5.1-2416
  20118. 909.98 s [haskell-language-server] include unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
  20119. 909.98 s [haskell-language-server] Linked component graph:
  20120. 909.98 s [haskell-language-server] unit haskell-language-server-2.10.0.0-ChjzvdpFXad70P6OkgXnr-ghcide-test-preprocessor
  20121. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20122. 909.98 s [haskell-language-server] unit haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
  20123. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20124. 909.98 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20125. 909.98 s [haskell-language-server] include directory-1.3.8.3-678a
  20126. 909.98 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20127. 909.98 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20128. 909.98 s [haskell-language-server] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
  20129. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20130. 909.98 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20131. 909.98 s [haskell-language-server] include stan-0.2.0.0-65XjfPVea9GI8vJlPGFNZY
  20132. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20133. 909.98 s [haskell-language-server] include trial-0.0.0.0-7mzw1PCObxjCoqOMdFc6rj
  20134. 909.98 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  20135. 909.98 s [haskell-language-server] Ide.Plugin.Stan=haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin:Ide.Plugin.Stan
  20136. 909.98 s [haskell-language-server] unit haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
  20137. 909.98 s [haskell-language-server] include array-0.5.7.0-78f3
  20138. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20139. 909.98 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  20140. 909.98 s [haskell-language-server] include containers-0.7-4cd1
  20141. 909.98 s [haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  20142. 909.98 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20143. 909.98 s [haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  20144. 909.98 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20145. 909.98 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20146. 909.98 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20147. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20148. 909.98 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20149. 909.98 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20150. 909.98 s [haskell-language-server] include mtl-2.3.1-8f33
  20151. 909.98 s [haskell-language-server] include stm-2.5.3.1-a30b
  20152. 909.98 s [haskell-language-server] include stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
  20153. 909.98 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20154. 909.98 s [haskell-language-server] include template-haskell-2.22.0.0-5f29
  20155. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20156. 909.98 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20157. 909.98 s [haskell-language-server] include transformers-0.6.1.1-3641
  20158. 909.98 s [haskell-language-server] Ide.Plugin.SemanticTokens=haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens,Ide.Plugin.SemanticTokens.Mappings=haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Mappings,Ide.Plugin.SemanticTokens.Types=haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Types
  20159. 909.98 s [haskell-language-server] unit haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  20160. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20161. 909.98 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  20162. 909.98 s [haskell-language-server] include containers-0.7-4cd1
  20163. 909.98 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20164. 909.98 s [haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  20165. 909.98 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20166. 909.98 s [haskell-language-server] include ghc-9.10.1-c9f5
  20167. 909.98 s [haskell-language-server] include ghc-boot-9.10.1-afa4
  20168. 909.98 s [haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
  20169. 909.98 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20170. 909.98 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20171. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20172. 909.98 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20173. 909.98 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20174. 909.98 s [haskell-language-server] include mtl-2.3.1-8f33
  20175. 909.98 s [haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
  20176. 909.98 s [haskell-language-server] include regex-applicative-0.3.4-4ubwq8jUZh2HqQp1vVpx9D
  20177. 909.98 s [haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  20178. 909.98 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20179. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20180. 909.98 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20181. 909.98 s [haskell-language-server] include time-1.12.2-a16e
  20182. 909.98 s [haskell-language-server] include transformers-0.6.1.1-3641
  20183. 909.98 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  20184. 909.98 s [haskell-language-server] Development.IDE.GHC.Compat.ExactPrint=haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin:Development.IDE.GHC.Compat.ExactPrint,Development.IDE.GHC.Dump=haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin:Development.IDE.GHC.Dump,Development.IDE.GHC.ExactPrint=haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin:Development.IDE.GHC.ExactPrint,Development.IDE.Plugin.CodeAction=haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin:Development.IDE.Plugin.CodeAction,Development.IDE.Plugin.CodeAction.Util=haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin:Development.IDE.Plugin.CodeAction.Util
  20185. 909.98 s [haskell-language-server] unit haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
  20186. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20187. 909.98 s [haskell-language-server] include containers-0.7-4cd1
  20188. 909.98 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20189. 909.98 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20190. 909.98 s [haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  20191. 909.98 s [haskell-language-server] include hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
  20192. 909.98 s [haskell-language-server] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
  20193. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20194. 909.98 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20195. 909.98 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20196. 909.98 s [haskell-language-server] include mod-0.2.0.1-9QaMELWnl2s7jsfD5fsTjA
  20197. 909.98 s [haskell-language-server] include mtl-2.3.1-8f33
  20198. 909.98 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20199. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20200. 909.98 s [haskell-language-server] include transformers-0.6.1.1-3641
  20201. 909.98 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  20202. 909.98 s [haskell-language-server] Ide.Plugin.Rename=haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin:Ide.Plugin.Rename
  20203. 909.98 s [haskell-language-server] unit haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
  20204. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20205. 909.98 s [haskell-language-server] include containers-0.7-4cd1
  20206. 909.98 s [haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  20207. 909.98 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20208. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20209. 909.98 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20210. 909.98 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20211. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20212. 909.98 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20213. 909.98 s [haskell-language-server] include transformers-0.6.1.1-3641
  20214. 909.98 s [haskell-language-server] Ide.Plugin.QualifyImportedNames=haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin:Ide.Plugin.QualifyImportedNames
  20215. 909.98 s [haskell-language-server] unit haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
  20216. 909.98 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20217. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20218. 909.98 s [haskell-language-server] include containers-0.7-4cd1
  20219. 909.98 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20220. 909.98 s [haskell-language-server] include fuzzy-0.1.1.0-B4dg1sTfQ7m9801mSCAEKJ
  20221. 909.98 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20222. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20223. 909.98 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20224. 909.98 s [haskell-language-server] include lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
  20225. 909.98 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20226. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20227. 909.98 s [haskell-language-server] include transformers-0.6.1.1-3641
  20228. 909.98 s [haskell-language-server] Ide.Plugin.Pragmas=haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin:Ide.Plugin.Pragmas
  20229. 909.98 s [haskell-language-server] unit haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
  20230. 909.98 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20231. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20232. 909.98 s [haskell-language-server] include containers-0.7-4cd1
  20233. 909.98 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20234. 909.98 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20235. 909.98 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20236. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20237. 909.98 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20238. 909.98 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20239. 909.98 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20240. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20241. 909.98 s [haskell-language-server] include transformers-0.6.1.1-3641
  20242. 909.98 s [haskell-language-server] Ide.Plugin.OverloadedRecordDot=haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin:Ide.Plugin.OverloadedRecordDot
  20243. 909.98 s [haskell-language-server] unit haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
  20244. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20245. 909.98 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20246. 909.98 s [haskell-language-server] include filepath-1.5.2.0-058d
  20247. 909.98 s [haskell-language-server] include ghc-boot-th-9.10.1-9814
  20248. 909.98 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20249. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20250. 909.98 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20251. 909.98 s [haskell-language-server] include mtl-2.3.1-8f33
  20252. 909.98 s [haskell-language-server] include ormolu-0.7.7.0-2OZxxnSpKNmDDk9o0UsDC1
  20253. 909.98 s [haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  20254. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20255. 909.98 s [haskell-language-server] include transformers-0.6.1.1-3641
  20256. 909.98 s [haskell-language-server] Ide.Plugin.Ormolu=haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin:Ide.Plugin.Ormolu
  20257. 909.98 s [haskell-language-server] unit haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
  20258. 909.98 s [haskell-language-server] include array-0.5.7.0-78f3
  20259. 909.98 s [haskell-language-server] include base-4.20.0.0-d8e2
  20260. 909.98 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20261. 909.98 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20262. 909.98 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20263. 909.98 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20264. 909.98 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20265. 909.98 s [haskell-language-server] include mtl-2.3.1-8f33
  20266. 909.98 s [haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  20267. 909.98 s [haskell-language-server] include text-2.1.1-f47e
  20268. 909.98 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20269. 909.98 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  20270. 909.99 s [haskell-language-server] Ide.Plugin.Notes=haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin:Ide.Plugin.Notes
  20271. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
  20272. 909.99 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20273. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20274. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20275. 909.99 s [haskell-language-server] include filepath-1.5.2.0-058d
  20276. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20277. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20278. 909.99 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20279. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20280. 909.99 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20281. 909.99 s [haskell-language-server] include transformers-0.6.1.1-3641
  20282. 909.99 s [haskell-language-server] Ide.Plugin.ModuleName=haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin:Ide.Plugin.ModuleName
  20283. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
  20284. 909.99 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20285. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20286. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20287. 909.99 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20288. 909.99 s [haskell-language-server] include ghc-9.10.1-c9f5
  20289. 909.99 s [haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
  20290. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20291. 909.99 s [haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  20292. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20293. 909.99 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20294. 909.99 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20295. 909.99 s [haskell-language-server] include mtl-2.3.1-8f33
  20296. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20297. 909.99 s [haskell-language-server] include transformers-0.6.1.1-3641
  20298. 909.99 s [haskell-language-server] Ide.Plugin.GADT=haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin:Ide.Plugin.GADT
  20299. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
  20300. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20301. 909.99 s [haskell-language-server] include filepath-1.5.2.0-058d
  20302. 909.99 s [haskell-language-server] include fourmolu-0.16.0.0-X9vJJVSuXeDg7hpUn2nTI
  20303. 909.99 s [haskell-language-server] include ghc-boot-th-9.10.1-9814
  20304. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20305. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20306. 909.99 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20307. 909.99 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20308. 909.99 s [haskell-language-server] include mtl-2.3.1-8f33
  20309. 909.99 s [haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  20310. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20311. 909.99 s [haskell-language-server] include transformers-0.6.1.1-3641
  20312. 909.99 s [haskell-language-server] include yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
  20313. 909.99 s [haskell-language-server] Ide.Plugin.Fourmolu=haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin:Ide.Plugin.Fourmolu
  20314. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
  20315. 909.99 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20316. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20317. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20318. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20319. 909.99 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20320. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20321. 909.99 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20322. 909.99 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20323. 909.99 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20324. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20325. 909.99 s [haskell-language-server] include transformers-0.6.1.1-3641
  20326. 909.99 s [haskell-language-server] Ide.Plugin.ExplicitFields=haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin:Ide.Plugin.ExplicitFields
  20327. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
  20328. 909.99 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20329. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20330. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20331. 909.99 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20332. 909.99 s [haskell-language-server] include ghc-9.10.1-c9f5
  20333. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20334. 909.99 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20335. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20336. 909.99 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20337. 909.99 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20338. 909.99 s [haskell-language-server] include mtl-2.3.1-8f33
  20339. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20340. 909.99 s [haskell-language-server] include transformers-0.6.1.1-3641
  20341. 909.99 s [haskell-language-server] Ide.Plugin.ExplicitImports=haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin:Ide.Plugin.ExplicitImports
  20342. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
  20343. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20344. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20345. 909.99 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20346. 909.99 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20347. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20348. 909.99 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20349. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20350. 909.99 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20351. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20352. 909.99 s [haskell-language-server] Ide.Plugin.ExplicitFixity=haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin:Ide.Plugin.ExplicitFixity
  20353. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
  20354. 909.99 s [haskell-language-server] include Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
  20355. 909.99 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20356. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20357. 909.99 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  20358. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20359. 909.99 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20360. 909.99 s [haskell-language-server] include dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  20361. 909.99 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20362. 909.99 s [haskell-language-server] include filepath-1.5.2.0-058d
  20363. 909.99 s [haskell-language-server] include ghc-9.10.1-c9f5
  20364. 909.99 s [haskell-language-server] include ghc-boot-th-9.10.1-9814
  20365. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20366. 909.99 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20367. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20368. 909.99 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20369. 909.99 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20370. 909.99 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20371. 909.99 s [haskell-language-server] include megaparsec-9.6.1-AdKsncSfDT7ApMl6OGqoHs
  20372. 909.99 s [haskell-language-server] include mtl-2.3.1-8f33
  20373. 909.99 s [haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
  20374. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20375. 909.99 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20376. 909.99 s [haskell-language-server] include transformers-0.6.1.1-3641
  20377. 909.99 s [haskell-language-server] include unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
  20378. 909.99 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  20379. 909.99 s [haskell-language-server] Ide.Plugin.Eval=haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin:Ide.Plugin.Eval,Ide.Plugin.Eval.Types=haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin:Ide.Plugin.Eval.Types
  20380. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
  20381. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20382. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20383. 909.99 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20384. 909.99 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20385. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20386. 909.99 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20387. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20388. 909.99 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20389. 909.99 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20390. 909.99 s [haskell-language-server] include mtl-2.3.1-8f33
  20391. 909.99 s [haskell-language-server] include semigroupoids-6.0.1-GiqvWQEUpevF4ZYraKTrYV
  20392. 909.99 s [haskell-language-server] include transformers-0.6.1.1-3641
  20393. 909.99 s [haskell-language-server] include vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
  20394. 909.99 s [haskell-language-server] Ide.Plugin.CodeRange=haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin:Ide.Plugin.CodeRange,Ide.Plugin.CodeRange.Rules=haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin:Ide.Plugin.CodeRange.Rules
  20395. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
  20396. 909.99 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20397. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20398. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20399. 909.99 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20400. 909.99 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20401. 909.99 s [haskell-language-server] include ghc-9.10.1-c9f5
  20402. 909.99 s [haskell-language-server] include ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
  20403. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20404. 909.99 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20405. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20406. 909.99 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20407. 909.99 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20408. 909.99 s [haskell-language-server] include mtl-2.3.1-8f33
  20409. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20410. 909.99 s [haskell-language-server] include transformers-0.6.1.1-3641
  20411. 909.99 s [haskell-language-server] Ide.Plugin.Class=haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin:Ide.Plugin.Class
  20412. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
  20413. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20414. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20415. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20416. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20417. 909.99 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20418. 909.99 s [haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  20419. 909.99 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20420. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20421. 909.99 s [haskell-language-server] include transformers-0.6.1.1-3641
  20422. 909.99 s [haskell-language-server] Ide.Plugin.ChangeTypeSignature=haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin:Ide.Plugin.ChangeTypeSignature
  20423. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
  20424. 909.99 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20425. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20426. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20427. 909.99 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20428. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20429. 909.99 s [haskell-language-server] include hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
  20430. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20431. 909.99 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20432. 909.99 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20433. 909.99 s [haskell-language-server] include sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
  20434. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20435. 909.99 s [haskell-language-server] Ide.Plugin.CallHierarchy=haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin:Ide.Plugin.CallHierarchy
  20436. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
  20437. 909.99 s [haskell-language-server] include Cabal-3.12.0.0-84df
  20438. 909.99 s [haskell-language-server] include Cabal-syntax-3.12.0.0-286a
  20439. 909.99 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20440. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20441. 909.99 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  20442. 909.99 s [haskell-language-server] include cabal-add-0.1-DY5ILjtxqQgJ4zzTkkegU8
  20443. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20444. 909.99 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20445. 909.99 s [haskell-language-server] include directory-1.3.8.3-678a
  20446. 909.99 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20447. 909.99 s [haskell-language-server] include filepath-1.5.2.0-058d
  20448. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20449. 909.99 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20450. 909.99 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20451. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20452. 909.99 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20453. 909.99 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20454. 909.99 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20455. 909.99 s [haskell-language-server] include pretty-1.1.3.6-18c6
  20456. 909.99 s [haskell-language-server] include process-1.6.19.0-9629
  20457. 909.99 s [haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  20458. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20459. 909.99 s [haskell-language-server] include text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20460. 909.99 s [haskell-language-server] include transformers-0.6.1.1-3641
  20461. 909.99 s [haskell-language-server] include unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  20462. 909.99 s [haskell-language-server] Ide.Plugin.Cabal=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal,Ide.Plugin.Cabal.CabalAdd=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.CabalAdd,Ide.Plugin.Cabal.Completion.CabalFields=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.CabalFields,Ide.Plugin.Cabal.Completion.Completer.FilePath=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.FilePath,Ide.Plugin.Cabal.Completion.Completer.Module=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Module,Ide.Plugin.Cabal.Completion.Completer.Paths=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Paths,Ide.Plugin.Cabal.Completion.Completer.Simple=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Simple,Ide.Plugin.Cabal.Completion.Completer.Snippet=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Snippet,Ide.Plugin.Cabal.Completion.Completer.Types=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Types,Ide.Plugin.Cabal.Completion.Completions=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completions,Ide.Plugin.Cabal.Completion.Data=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Data,Ide.Plugin.Cabal.Completion.Types=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Types,Ide.Plugin.Cabal.Definition=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Definition,Ide.Plugin.Cabal.Diagnostics=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Diagnostics,Ide.Plugin.Cabal.FieldSuggest=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.FieldSuggest,Ide.Plugin.Cabal.LicenseSuggest=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.LicenseSuggest,Ide.Plugin.Cabal.Orphans=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Orphans,Ide.Plugin.Cabal.Outline=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Outline,Ide.Plugin.Cabal.Parse=haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin:Ide.Plugin.Cabal.Parse
  20463. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
  20464. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20465. 909.99 s [haskell-language-server] include directory-1.3.8.3-678a
  20466. 909.99 s [haskell-language-server] include filepath-1.5.2.0-058d
  20467. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20468. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20469. 909.99 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20470. 909.99 s [haskell-language-server] include mtl-2.3.1-8f33
  20471. 909.99 s [haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  20472. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20473. 909.99 s [haskell-language-server] Ide.Plugin.CabalGild=haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin:Ide.Plugin.CabalGild
  20474. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
  20475. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20476. 909.99 s [haskell-language-server] include directory-1.3.8.3-678a
  20477. 909.99 s [haskell-language-server] include filepath-1.5.2.0-058d
  20478. 909.99 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20479. 909.99 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20480. 909.99 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20481. 909.99 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20482. 909.99 s [haskell-language-server] include mtl-2.3.1-8f33
  20483. 909.99 s [haskell-language-server] include process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  20484. 909.99 s [haskell-language-server] include text-2.1.1-f47e
  20485. 909.99 s [haskell-language-server] Ide.Plugin.CabalFmt=haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin:Ide.Plugin.CabalFmt
  20486. 909.99 s [haskell-language-server] unit haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
  20487. 909.99 s [haskell-language-server] include base-4.20.0.0-d8e2
  20488. 909.99 s [haskell-language-server] include containers-0.7-4cd1
  20489. 910.00 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20490. 910.00 s [haskell-language-server] include ghc-boot-th-9.10.1-9814
  20491. 910.00 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20492. 910.00 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20493. 910.00 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20494. 910.00 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20495. 910.00 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20496. 910.00 s [haskell-language-server] include mtl-2.3.1-8f33
  20497. 910.00 s [haskell-language-server] include regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  20498. 910.00 s [haskell-language-server] include syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20499. 910.00 s [haskell-language-server] include text-2.1.1-f47e
  20500. 910.00 s [haskell-language-server] Ide.Plugin.AlternateNumberFormat=haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin:Ide.Plugin.AlternateNumberFormat,Ide.Plugin.Conversion=haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin:Ide.Plugin.Conversion
  20501. 910.00 s [haskell-language-server] unit haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
  20502. 910.00 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20503. 910.00 s [haskell-language-server] include async-2.2.5-OsR1e1gkP6LktdZycBlFT
  20504. 910.00 s [haskell-language-server] include base-4.20.0.0-d8e2
  20505. 910.00 s [haskell-language-server] include binary-0.8.9.2-4928
  20506. 910.00 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  20507. 910.00 s [haskell-language-server] include deepseq-1.5.0.0-e78d
  20508. 910.00 s [haskell-language-server] include directory-1.3.8.3-678a
  20509. 910.00 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20510. 910.00 s [haskell-language-server] include filepath-1.5.2.0-058d
  20511. 910.00 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20512. 910.00 s [haskell-language-server] include hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20513. 910.00 s [haskell-language-server] include hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
  20514. 910.00 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20515. 910.00 s [haskell-language-server] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
  20516. 910.00 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20517. 910.00 s [haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  20518. 910.00 s [haskell-language-server] include parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
  20519. 910.00 s [haskell-language-server] include process-1.6.19.0-9629
  20520. 910.00 s [haskell-language-server] include row-types-1.0.1.2-L8ItrZBTtZ9HTsMetD9SkL
  20521. 910.00 s [haskell-language-server] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  20522. 910.00 s [haskell-language-server] include shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
  20523. 910.00 s [haskell-language-server] include text-2.1.1-f47e
  20524. 910.00 s [haskell-language-server] Experiments=haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib:Experiments,Experiments.Types=haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib:Experiments.Types
  20525. 910.00 s [haskell-language-server] unit haskell-language-server-2.10.0.0-Gi5IWJWHHjH73MoVqqpctw-ghcide-bench
  20526. 910.00 s [haskell-language-server] include aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20527. 910.00 s [haskell-language-server] include base-4.20.0.0-d8e2
  20528. 910.00 s [haskell-language-server] include bytestring-0.12.1.0-05ed
  20529. 910.00 s [haskell-language-server] include containers-0.7-4cd1
  20530. 910.00 s [haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  20531. 910.00 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20532. 910.00 s [haskell-language-server] include filepath-1.5.2.0-058d
  20533. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
  20534. 910.00 s [haskell-language-server] include hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20535. 910.00 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20536. 910.00 s [haskell-language-server] include hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
  20537. 910.00 s [haskell-language-server] include lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20538. 910.00 s [haskell-language-server] include lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
  20539. 910.00 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20540. 910.00 s [haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  20541. 910.00 s [haskell-language-server] include process-1.6.19.0-9629
  20542. 910.00 s [haskell-language-server] include safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  20543. 910.00 s [haskell-language-server] include shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
  20544. 910.00 s [haskell-language-server] include tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
  20545. 910.00 s [haskell-language-server] include text-2.1.1-f47e
  20546. 910.00 s [haskell-language-server] unit haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
  20547. 910.00 s [haskell-language-server] include aeson-pretty-0.8.10-lIvpejPJ4VLnfTtFJx7JD
  20548. 910.00 s [haskell-language-server] include base-4.20.0.0-d8e2
  20549. 910.00 s [haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  20550. 910.00 s [haskell-language-server] include directory-1.3.8.3-678a
  20551. 910.00 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20552. 910.00 s [haskell-language-server] include filepath-1.5.2.0-058d
  20553. 910.00 s [haskell-language-server] include ghc-9.10.1-c9f5
  20554. 910.00 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20555. 910.00 s [haskell-language-server] include githash-0.1.7.0-FsuxdotLHtYD0x7A44veWH
  20556. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
  20557. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
  20558. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
  20559. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
  20560. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
  20561. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
  20562. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
  20563. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
  20564. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
  20565. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
  20566. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
  20567. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
  20568. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
  20569. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
  20570. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
  20571. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
  20572. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
  20573. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
  20574. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
  20575. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
  20576. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  20577. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
  20578. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
  20579. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
  20580. 910.00 s [haskell-language-server] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  20581. 910.00 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20582. 910.00 s [haskell-language-server] include optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  20583. 910.00 s [haskell-language-server] include optparse-simple-0.1.1.4-3OGXobo7a0O93GsYR7rGLi
  20584. 910.00 s [haskell-language-server] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  20585. 910.00 s [haskell-language-server] include process-1.6.19.0-9629
  20586. 910.00 s [haskell-language-server] include text-2.1.1-f47e
  20587. 910.00 s [haskell-language-server] HlsPlugins=haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II:HlsPlugins,Ide.Arguments=haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II:Ide.Arguments,Ide.Main=haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II:Ide.Main,Ide.Version=haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II:Ide.Version
  20588. 910.00 s [haskell-language-server] unit haskell-language-server-2.10.0.0-CC6WLvA9X5e8q3hbWx67iH-haskell-language-server
  20589. 910.00 s [haskell-language-server] include base-4.20.0.0-d8e2
  20590. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
  20591. 910.00 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20592. 910.00 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20593. 910.00 s [haskell-language-server] include prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  20594. 910.00 s [haskell-language-server] include text-2.1.1-f47e
  20595. 910.00 s [haskell-language-server] unit haskell-language-server-2.10.0.0-7FQ9v8TsO9u1kE6ryDV6GE-haskell-language-server-wrapper
  20596. 910.00 s [haskell-language-server] include base-4.20.0.0-d8e2
  20597. 910.00 s [haskell-language-server] include containers-0.7-4cd1
  20598. 910.00 s [haskell-language-server] include data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  20599. 910.00 s [haskell-language-server] include directory-1.3.8.3-678a
  20600. 910.00 s [haskell-language-server] include extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20601. 910.00 s [haskell-language-server] include filepath-1.5.2.0-058d
  20602. 910.00 s [haskell-language-server] include ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20603. 910.00 s [haskell-language-server] include haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
  20604. 910.00 s [haskell-language-server] include hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  20605. 910.00 s [haskell-language-server] include hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20606. 910.00 s [haskell-language-server] include lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20607. 910.00 s [haskell-language-server] include lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20608. 910.00 s [haskell-language-server] include text-2.1.1-f47e
  20609. 910.00 s [haskell-language-server] include transformers-0.6.1.1-3641
  20610. 910.00 s [haskell-language-server] include unix-2.8.5.1-2416
  20611. 910.00 s [haskell-language-server] include unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
  20612. 910.00 s [haskell-language-server] Ready component graph:
  20613. 910.00 s [haskell-language-server] definite haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
  20614. 910.00 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20615. 910.00 s [haskell-language-server] depends containers-0.7-4cd1
  20616. 910.00 s [haskell-language-server] depends deepseq-1.5.0.0-e78d
  20617. 910.00 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20618. 910.00 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20619. 910.00 s [haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20620. 910.00 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20621. 910.00 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20622. 910.00 s [haskell-language-server] depends text-2.1.1-f47e
  20623. 910.00 s [haskell-language-server] definite haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
  20624. 910.00 s [haskell-language-server] depends array-0.5.7.0-78f3
  20625. 910.00 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20626. 910.00 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20627. 910.00 s [haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20628. 910.00 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20629. 910.00 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20630. 910.00 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20631. 910.00 s [haskell-language-server] depends mtl-2.3.1-8f33
  20632. 910.00 s [haskell-language-server] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  20633. 910.00 s [haskell-language-server] depends text-2.1.1-f47e
  20634. 910.00 s [haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20635. 910.00 s [haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  20636. 910.00 s [haskell-language-server] definite haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
  20637. 910.00 s [haskell-language-server] depends Cabal-3.12.0.0-84df
  20638. 910.00 s [haskell-language-server] depends Cabal-syntax-3.12.0.0-286a
  20639. 910.00 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20640. 910.00 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20641. 910.00 s [haskell-language-server] depends bytestring-0.12.1.0-05ed
  20642. 910.00 s [haskell-language-server] depends cabal-add-0.1-DY5ILjtxqQgJ4zzTkkegU8
  20643. 910.00 s [haskell-language-server] depends containers-0.7-4cd1
  20644. 910.00 s [haskell-language-server] depends deepseq-1.5.0.0-e78d
  20645. 910.00 s [haskell-language-server] depends directory-1.3.8.3-678a
  20646. 910.00 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20647. 910.00 s [haskell-language-server] depends filepath-1.5.2.0-058d
  20648. 910.00 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20649. 910.00 s [haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20650. 910.00 s [haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20651. 910.00 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20652. 910.00 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20653. 910.00 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20654. 910.00 s [haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20655. 910.00 s [haskell-language-server] depends pretty-1.1.3.6-18c6
  20656. 910.00 s [haskell-language-server] depends process-1.6.19.0-9629
  20657. 910.00 s [haskell-language-server] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  20658. 910.00 s [haskell-language-server] depends text-2.1.1-f47e
  20659. 910.00 s [haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20660. 910.00 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20661. 910.00 s [haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  20662. 910.00 s [haskell-language-server] definite haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
  20663. 910.00 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20664. 910.00 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20665. 910.00 s [haskell-language-server] depends containers-0.7-4cd1
  20666. 910.00 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20667. 910.00 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20668. 910.00 s [haskell-language-server] depends hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
  20669. 910.00 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20670. 910.00 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20671. 910.00 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20672. 910.00 s [haskell-language-server] depends sqlite-simple-0.4.19.0-4WtucXtc6DeK2DJ3Veiqsw
  20673. 910.00 s [haskell-language-server] depends text-2.1.1-f47e
  20674. 910.00 s [haskell-language-server] definite haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
  20675. 910.00 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20676. 910.00 s [haskell-language-server] depends async-2.2.5-OsR1e1gkP6LktdZycBlFT
  20677. 910.00 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20678. 910.00 s [haskell-language-server] depends binary-0.8.9.2-4928
  20679. 910.00 s [haskell-language-server] depends bytestring-0.12.1.0-05ed
  20680. 910.00 s [haskell-language-server] depends deepseq-1.5.0.0-e78d
  20681. 910.00 s [haskell-language-server] depends directory-1.3.8.3-678a
  20682. 910.00 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20683. 910.00 s [haskell-language-server] depends filepath-1.5.2.0-058d
  20684. 910.00 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20685. 910.00 s [haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20686. 910.00 s [haskell-language-server] depends hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
  20687. 910.00 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20688. 910.00 s [haskell-language-server] depends lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
  20689. 910.00 s [haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20690. 910.00 s [haskell-language-server] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  20691. 910.00 s [haskell-language-server] depends parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
  20692. 910.00 s [haskell-language-server] depends process-1.6.19.0-9629
  20693. 910.00 s [haskell-language-server] depends row-types-1.0.1.2-L8ItrZBTtZ9HTsMetD9SkL
  20694. 910.00 s [haskell-language-server] depends safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  20695. 910.00 s [haskell-language-server] depends shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
  20696. 910.00 s [haskell-language-server] depends text-2.1.1-f47e
  20697. 910.00 s [haskell-language-server] definite haskell-language-server-2.10.0.0-Gi5IWJWHHjH73MoVqqpctw-ghcide-bench
  20698. 910.00 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20699. 910.00 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20700. 910.00 s [haskell-language-server] depends bytestring-0.12.1.0-05ed
  20701. 910.00 s [haskell-language-server] depends containers-0.7-4cd1
  20702. 910.00 s [haskell-language-server] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  20703. 910.00 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20704. 910.00 s [haskell-language-server] depends filepath-1.5.2.0-058d
  20705. 910.00 s [haskell-language-server] depends haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
  20706. 910.00 s [haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20707. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20708. 910.01 s [haskell-language-server] depends hls-test-utils-2.10.0.0-1x39s7GXsX1IWtuOH7LGXJ
  20709. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20710. 910.01 s [haskell-language-server] depends lsp-test-0.17.1.1-FVwI3oaKGazKfMlNto4wox
  20711. 910.01 s [haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20712. 910.01 s [haskell-language-server] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  20713. 910.01 s [haskell-language-server] depends process-1.6.19.0-9629
  20714. 910.01 s [haskell-language-server] depends safe-exceptions-0.1.7.4-2kg7onGT2XZ8YTmn3KNIht
  20715. 910.01 s [haskell-language-server] depends shake-0.19.8-EVOzRbHpQAS66ia33Zs2gE
  20716. 910.01 s [haskell-language-server] depends tasty-hunit-0.10.2-KYicHyB7xyiGpoiECfGyrz
  20717. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20718. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
  20719. 910.01 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20720. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20721. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20722. 910.01 s [haskell-language-server] depends deepseq-1.5.0.0-e78d
  20723. 910.01 s [haskell-language-server] depends ghc-9.10.1-c9f5
  20724. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20725. 910.01 s [haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20726. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20727. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20728. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20729. 910.01 s [haskell-language-server] depends mtl-2.3.1-8f33
  20730. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20731. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20732. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
  20733. 910.01 s [haskell-language-server] depends array-0.5.7.0-78f3
  20734. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20735. 910.01 s [haskell-language-server] depends bytestring-0.12.1.0-05ed
  20736. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20737. 910.01 s [haskell-language-server] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  20738. 910.01 s [haskell-language-server] depends deepseq-1.5.0.0-e78d
  20739. 910.01 s [haskell-language-server] depends dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  20740. 910.01 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20741. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20742. 910.01 s [haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20743. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20744. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20745. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20746. 910.01 s [haskell-language-server] depends mtl-2.3.1-8f33
  20747. 910.01 s [haskell-language-server] depends stm-2.5.3.1-a30b
  20748. 910.01 s [haskell-language-server] depends stm-containers-1.2.1.1-GSk0jx8ZzfpDRsUPEwZGLZ
  20749. 910.01 s [haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20750. 910.01 s [haskell-language-server] depends template-haskell-2.22.0.0-5f29
  20751. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20752. 910.01 s [haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20753. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20754. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
  20755. 910.01 s [haskell-language-server] depends Diff-0.5-6NRESqiWTTy8U4VgZjDMwU
  20756. 910.01 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20757. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20758. 910.01 s [haskell-language-server] depends bytestring-0.12.1.0-05ed
  20759. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20760. 910.01 s [haskell-language-server] depends deepseq-1.5.0.0-e78d
  20761. 910.01 s [haskell-language-server] depends dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  20762. 910.01 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20763. 910.01 s [haskell-language-server] depends filepath-1.5.2.0-058d
  20764. 910.01 s [haskell-language-server] depends ghc-9.10.1-c9f5
  20765. 910.01 s [haskell-language-server] depends ghc-boot-th-9.10.1-9814
  20766. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20767. 910.01 s [haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20768. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20769. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20770. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20771. 910.01 s [haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20772. 910.01 s [haskell-language-server] depends megaparsec-9.6.1-AdKsncSfDT7ApMl6OGqoHs
  20773. 910.01 s [haskell-language-server] depends mtl-2.3.1-8f33
  20774. 910.01 s [haskell-language-server] depends parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
  20775. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20776. 910.01 s [haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20777. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20778. 910.01 s [haskell-language-server] depends unliftio-0.2.25.1-4vRlxD239c0Gg470NIu8X7
  20779. 910.01 s [haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  20780. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
  20781. 910.01 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20782. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20783. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20784. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20785. 910.01 s [haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20786. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20787. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20788. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20789. 910.01 s [haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20790. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20791. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20792. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
  20793. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20794. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20795. 910.01 s [haskell-language-server] depends deepseq-1.5.0.0-e78d
  20796. 910.01 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20797. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20798. 910.01 s [haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20799. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20800. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20801. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20802. 910.01 s [haskell-language-server] depends mtl-2.3.1-8f33
  20803. 910.01 s [haskell-language-server] depends semigroupoids-6.0.1-GiqvWQEUpevF4ZYraKTrYV
  20804. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20805. 910.01 s [haskell-language-server] depends vector-0.13.2.0-GGHtQqNxgxw4o0MKBX8ct0
  20806. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
  20807. 910.01 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20808. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20809. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20810. 910.01 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20811. 910.01 s [haskell-language-server] depends fuzzy-0.1.1.0-B4dg1sTfQ7m9801mSCAEKJ
  20812. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20813. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20814. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20815. 910.01 s [haskell-language-server] depends lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I
  20816. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20817. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20818. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20819. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
  20820. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20821. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20822. 910.01 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20823. 910.01 s [haskell-language-server] depends ghc-boot-th-9.10.1-9814
  20824. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20825. 910.01 s [haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20826. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20827. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20828. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20829. 910.01 s [haskell-language-server] depends mtl-2.3.1-8f33
  20830. 910.01 s [haskell-language-server] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  20831. 910.01 s [haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20832. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20833. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-ChjzvdpFXad70P6OkgXnr-ghcide-test-preprocessor
  20834. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20835. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
  20836. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20837. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20838. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20839. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20840. 910.01 s [haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20841. 910.01 s [haskell-language-server] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  20842. 910.01 s [haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20843. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20844. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20845. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
  20846. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20847. 910.01 s [haskell-language-server] depends filepath-1.5.2.0-058d
  20848. 910.01 s [haskell-language-server] depends fourmolu-0.16.0.0-X9vJJVSuXeDg7hpUn2nTI
  20849. 910.01 s [haskell-language-server] depends ghc-boot-th-9.10.1-9814
  20850. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20851. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20852. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20853. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20854. 910.01 s [haskell-language-server] depends mtl-2.3.1-8f33
  20855. 910.01 s [haskell-language-server] depends process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  20856. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20857. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20858. 910.01 s [haskell-language-server] depends yaml-0.11.11.2-7Uq1U7TfSH7zVvKiSuwcb
  20859. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
  20860. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20861. 910.01 s [haskell-language-server] depends directory-1.3.8.3-678a
  20862. 910.01 s [haskell-language-server] depends filepath-1.5.2.0-058d
  20863. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20864. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20865. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20866. 910.01 s [haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20867. 910.01 s [haskell-language-server] depends mtl-2.3.1-8f33
  20868. 910.01 s [haskell-language-server] depends process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  20869. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20870. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  20871. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20872. 910.01 s [haskell-language-server] depends bytestring-0.12.1.0-05ed
  20873. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20874. 910.01 s [haskell-language-server] depends deepseq-1.5.0.0-e78d
  20875. 910.01 s [haskell-language-server] depends dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  20876. 910.01 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20877. 910.01 s [haskell-language-server] depends ghc-9.10.1-c9f5
  20878. 910.01 s [haskell-language-server] depends ghc-boot-9.10.1-afa4
  20879. 910.01 s [haskell-language-server] depends ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
  20880. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20881. 910.01 s [haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20882. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20883. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20884. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20885. 910.01 s [haskell-language-server] depends mtl-2.3.1-8f33
  20886. 910.01 s [haskell-language-server] depends parser-combinators-1.3.0-BF9vxi1iB3m1s7upsomuV6
  20887. 910.01 s [haskell-language-server] depends regex-applicative-0.3.4-4ubwq8jUZh2HqQp1vVpx9D
  20888. 910.01 s [haskell-language-server] depends regex-tdfa-1.3.2.3-IkmABb7SzdB9eljXKHi4zr
  20889. 910.01 s [haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20890. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20891. 910.01 s [haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20892. 910.01 s [haskell-language-server] depends time-1.12.2-a16e
  20893. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20894. 910.01 s [haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  20895. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
  20896. 910.01 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20897. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20898. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20899. 910.01 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20900. 910.01 s [haskell-language-server] depends ghc-9.10.1-c9f5
  20901. 910.01 s [haskell-language-server] depends ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
  20902. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20903. 910.01 s [haskell-language-server] depends haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  20904. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20905. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20906. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20907. 910.01 s [haskell-language-server] depends mtl-2.3.1-8f33
  20908. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20909. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20910. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
  20911. 910.01 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20912. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20913. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20914. 910.01 s [haskell-language-server] depends deepseq-1.5.0.0-e78d
  20915. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20916. 910.01 s [haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20917. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20918. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20919. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20920. 910.01 s [haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  20921. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20922. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20923. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
  20924. 910.01 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20925. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20926. 910.01 s [haskell-language-server] depends containers-0.7-4cd1
  20927. 910.01 s [haskell-language-server] depends deepseq-1.5.0.0-e78d
  20928. 910.01 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20929. 910.01 s [haskell-language-server] depends ghc-9.10.1-c9f5
  20930. 910.01 s [haskell-language-server] depends ghc-exactprint-1.9.0.0-BafPWgmZ6WD6YNe2aCnKdX
  20931. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20932. 910.01 s [haskell-language-server] depends hls-graph-2.10.0.0-Jjkv0efUrc7GuKKRoTeIET
  20933. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20934. 910.01 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20935. 910.01 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20936. 910.01 s [haskell-language-server] depends mtl-2.3.1-8f33
  20937. 910.01 s [haskell-language-server] depends text-2.1.1-f47e
  20938. 910.01 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20939. 910.01 s [haskell-language-server] definite haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
  20940. 910.01 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20941. 910.01 s [haskell-language-server] depends directory-1.3.8.3-678a
  20942. 910.01 s [haskell-language-server] depends filepath-1.5.2.0-058d
  20943. 910.01 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20944. 910.01 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20945. 910.01 s [haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20946. 910.01 s [haskell-language-server] depends mtl-2.3.1-8f33
  20947. 910.02 s [haskell-language-server] depends process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  20948. 910.02 s [haskell-language-server] depends text-2.1.1-f47e
  20949. 910.02 s [haskell-language-server] definite haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
  20950. 910.02 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20951. 910.02 s [haskell-language-server] depends deepseq-1.5.0.0-e78d
  20952. 910.02 s [haskell-language-server] depends directory-1.3.8.3-678a
  20953. 910.02 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20954. 910.02 s [haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  20955. 910.02 s [haskell-language-server] depends hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
  20956. 910.02 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20957. 910.02 s [haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  20958. 910.02 s [haskell-language-server] depends stan-0.2.0.0-65XjfPVea9GI8vJlPGFNZY
  20959. 910.02 s [haskell-language-server] depends text-2.1.1-f47e
  20960. 910.02 s [haskell-language-server] depends trial-0.0.0.0-7mzw1PCObxjCoqOMdFc6rj
  20961. 910.02 s [haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  20962. 910.02 s [haskell-language-server] definite haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
  20963. 910.02 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20964. 910.02 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  20965. 910.02 s [haskell-language-server] depends filepath-1.5.2.0-058d
  20966. 910.02 s [haskell-language-server] depends ghc-boot-th-9.10.1-9814
  20967. 910.02 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20968. 910.02 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20969. 910.02 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20970. 910.02 s [haskell-language-server] depends mtl-2.3.1-8f33
  20971. 910.02 s [haskell-language-server] depends ormolu-0.7.7.0-2OZxxnSpKNmDDk9o0UsDC1
  20972. 910.02 s [haskell-language-server] depends process-extras-0.7.4-14omlzd5VIQI4pHzfQ8w2B
  20973. 910.02 s [haskell-language-server] depends text-2.1.1-f47e
  20974. 910.02 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20975. 910.02 s [haskell-language-server] definite haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
  20976. 910.02 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20977. 910.02 s [haskell-language-server] depends containers-0.7-4cd1
  20978. 910.02 s [haskell-language-server] depends dlist-1.0-DWisjLvx2sJ7AmxDq2545M
  20979. 910.02 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20980. 910.02 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20981. 910.02 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  20982. 910.02 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20983. 910.02 s [haskell-language-server] depends text-2.1.1-f47e
  20984. 910.02 s [haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20985. 910.02 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20986. 910.02 s [haskell-language-server] definite haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
  20987. 910.02 s [haskell-language-server] depends aeson-2.2.3.0-Kwwl2DYlvo49LzGr2M0mZx
  20988. 910.02 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20989. 910.02 s [haskell-language-server] depends containers-0.7-4cd1
  20990. 910.02 s [haskell-language-server] depends filepath-1.5.2.0-058d
  20991. 910.02 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  20992. 910.02 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  20993. 910.02 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  20994. 910.02 s [haskell-language-server] depends text-2.1.1-f47e
  20995. 910.02 s [haskell-language-server] depends text-rope-0.2-J8ueWxlbi306Ix0PteayrW
  20996. 910.02 s [haskell-language-server] depends transformers-0.6.1.1-3641
  20997. 910.02 s [haskell-language-server] definite haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
  20998. 910.02 s [haskell-language-server] depends base-4.20.0.0-d8e2
  20999. 910.02 s [haskell-language-server] depends containers-0.7-4cd1
  21000. 910.02 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  21001. 910.02 s [haskell-language-server] depends hashable-1.4.7.0-GEjBqeVTk9fFXLWZuCuCl0
  21002. 910.02 s [haskell-language-server] depends haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  21003. 910.02 s [haskell-language-server] depends hie-compat-0.3.1.2-9ID25Pnn1blKpM436IOBng
  21004. 910.02 s [haskell-language-server] depends hiedb-0.6.0.2-E8kZdiyTXPaK15Rg6eFDnz
  21005. 910.02 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  21006. 910.02 s [haskell-language-server] depends lens-5.3.4-JJ6nw0yzGnV4ZQzzGqiUtZ
  21007. 910.02 s [haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  21008. 910.02 s [haskell-language-server] depends mod-0.2.0.1-9QaMELWnl2s7jsfD5fsTjA
  21009. 910.05 s [haskell-language-server] depends mtl-2.3.1-8f33
  21010. 910.05 s [haskell-language-server] depends syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke
  21011. 910.05 s [haskell-language-server] depends text-2.1.1-f47e
  21012. 910.05 s [haskell-language-server] depends transformers-0.6.1.1-3641
  21013. 910.05 s [haskell-language-server] depends unordered-containers-0.2.20-3pn1xOgcpceNSsDUbhFde
  21014. 910.05 s [haskell-language-server] definite haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
  21015. 910.05 s [haskell-language-server] depends aeson-pretty-0.8.10-lIvpejPJ4VLnfTtFJx7JD
  21016. 910.05 s [haskell-language-server] depends base-4.20.0.0-d8e2
  21017. 910.05 s [haskell-language-server] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  21018. 910.05 s [haskell-language-server] depends directory-1.3.8.3-678a
  21019. 910.05 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  21020. 910.05 s [haskell-language-server] depends filepath-1.5.2.0-058d
  21021. 910.05 s [haskell-language-server] depends ghc-9.10.1-c9f5
  21022. 910.05 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  21023. 910.05 s [haskell-language-server] depends githash-0.1.7.0-FsuxdotLHtYD0x7A44veWH
  21024. 910.05 s [haskell-language-server] depends haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
  21025. 910.05 s [haskell-language-server] depends haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
  21026. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
  21027. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
  21028. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
  21029. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
  21030. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
  21031. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
  21032. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
  21033. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
  21034. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
  21035. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
  21036. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
  21037. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
  21038. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
  21039. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
  21040. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
  21041. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
  21042. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
  21043. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
  21044. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  21045. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
  21046. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
  21047. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
  21048. 910.06 s [haskell-language-server] depends hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  21049. 910.06 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  21050. 910.06 s [haskell-language-server] depends optparse-applicative-0.18.1.0-IDEx5AbPqQSL0VvDNyhnk0
  21051. 910.06 s [haskell-language-server] depends optparse-simple-0.1.1.4-3OGXobo7a0O93GsYR7rGLi
  21052. 910.06 s [haskell-language-server] depends prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  21053. 910.06 s [haskell-language-server] depends process-1.6.19.0-9629
  21054. 910.06 s [haskell-language-server] depends text-2.1.1-f47e
  21055. 910.06 s [haskell-language-server] definite haskell-language-server-2.10.0.0-7FQ9v8TsO9u1kE6ryDV6GE-haskell-language-server-wrapper
  21056. 910.06 s [haskell-language-server] depends base-4.20.0.0-d8e2
  21057. 910.06 s [haskell-language-server] depends containers-0.7-4cd1
  21058. 910.06 s [haskell-language-server] depends data-default-0.7.1.3-C4j9n8JsjKKDYWqQ5mqHeI
  21059. 910.06 s [haskell-language-server] depends directory-1.3.8.3-678a
  21060. 910.06 s [haskell-language-server] depends extra-1.7.16-HtxlmSOYOkREEzHwSbWygl
  21061. 910.06 s [haskell-language-server] depends filepath-1.5.2.0-058d
  21062. 910.06 s [haskell-language-server] depends ghcide-2.10.0.0-DibZRHLtL6RGx4oKundBW
  21063. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
  21064. 910.06 s [haskell-language-server] depends hie-bios-0.14.0-4oucdM79fuE5jMcwpBc8yu
  21065. 910.06 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  21066. 910.06 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  21067. 910.06 s [haskell-language-server] depends lsp-types-2.3.0.1-LfqVZ6CKI18HtmkBjwqlaH
  21068. 910.06 s [haskell-language-server] depends text-2.1.1-f47e
  21069. 910.06 s [haskell-language-server] depends transformers-0.6.1.1-3641
  21070. 910.06 s [haskell-language-server] depends unix-2.8.5.1-2416
  21071. 910.06 s [haskell-language-server] depends unliftio-core-0.2.1.0-JZ8pHwyvrWrLoRmH1LrBQA
  21072. 910.06 s [haskell-language-server] definite haskell-language-server-2.10.0.0-CC6WLvA9X5e8q3hbWx67iH-haskell-language-server
  21073. 910.06 s [haskell-language-server] depends base-4.20.0.0-d8e2
  21074. 910.06 s [haskell-language-server] depends haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
  21075. 910.06 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-FDp8BhKothYH0FCc8mytpJ
  21076. 910.06 s [haskell-language-server] depends lsp-2.7.0.1-AofM9Yq1mlk7wrgv5aChwN
  21077. 910.06 s [haskell-language-server] depends prettyprinter-1.7.1-2jTsDkLUa017pHRKhy9glQ
  21078. 910.06 s [haskell-language-server] depends text-2.1.1-f47e
  21079. 910.06 s [haskell-language-server] Using Cabal-3.12.0.0 compiled by ghc-9.10
  21080. 910.06 s [haskell-language-server] Using compiler: ghc-9.10.1
  21081. 910.06 s [haskell-language-server] Using install prefix:
  21082. 910.06 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
  21083. 910.06 s [haskell-language-server] Executables installed in:
  21084. 910.06 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
  21085. 910.06 s [haskell-language-server] Libraries installed in:
  21086. 910.06 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
  21087. 910.06 s [haskell-language-server] Dynamic Libraries installed in:
  21088. 910.06 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5
  21089. 910.06 s [haskell-language-server] Private executables installed in:
  21090. 910.06 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/libexec/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0
  21091. 910.06 s [haskell-language-server] Data files installed in:
  21092. 910.06 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/share/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0
  21093. 910.06 s [haskell-language-server] Documentation installed in:
  21094. 910.06 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/share/doc/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0
  21095. 910.06 s [haskell-language-server] Configuration files installed in:
  21096. 910.06 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/etc
  21097. 910.06 s [haskell-language-server] No alex found
  21098. 910.06 s [haskell-language-server] Using ar found on system at:
  21099. 910.06 s [haskell-language-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  21100. 910.06 s [haskell-language-server] No c2hs found
  21101. 910.06 s [haskell-language-server] No cpphs found
  21102. 910.06 s [haskell-language-server] No doctest found
  21103. 910.06 s [haskell-language-server] Using gcc version 14.3.0 given by user at:
  21104. 910.06 s [haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  21105. 910.06 s [haskell-language-server] Using ghc version 9.10.1 found on system at:
  21106. 910.06 s [haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc
  21107. 910.06 s [haskell-language-server] Using ghc-pkg version 9.10.1 found on system at:
  21108. 910.06 s [haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/ghc-pkg-9.10.1
  21109. 910.06 s [haskell-language-server] No ghcjs found
  21110. 910.06 s [haskell-language-server] No ghcjs-pkg found
  21111. 910.06 s [haskell-language-server] No greencard found
  21112. 910.06 s [haskell-language-server] Using haddock version 2.28.0 found on system at:
  21113. 910.06 s [haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/haddock-ghc-9.10.1
  21114. 910.06 s [haskell-language-server] No happy found
  21115. 910.06 s [haskell-language-server] Using haskell-suite found on system at: haskell-suite-dummy-location
  21116. 910.06 s [haskell-language-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  21117. 910.06 s [haskell-language-server] No hmake found
  21118. 910.06 s [haskell-language-server] Using hpc version 0.69 found on system at:
  21119. 910.06 s [haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hpc-ghc-9.10.1
  21120. 910.06 s [haskell-language-server] Using hsc2hs version 0.68.10 found on system at:
  21121. 910.06 s [haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/hsc2hs-ghc-9.10.1
  21122. 910.06 s [haskell-language-server] Using hscolour version 1.25 found on system at:
  21123. 910.06 s [haskell-language-server] /nix/store/c0gbcvjjvqzy92m9ycv6zcqiczs6bvyw-hscolour-1.25/bin/HsColour
  21124. 910.06 s [haskell-language-server] No jhc found
  21125. 910.06 s [haskell-language-server] Using ld found on system at:
  21126. 910.06 s [haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/ld
  21127. 910.06 s [haskell-language-server] No pkg-config found
  21128. 910.06 s [haskell-language-server] Using runghc version 9.10.1 found on system at:
  21129. 910.06 s [haskell-language-server] /nix/store/fzz7jxvkkn907krypgd70azfqcgw7jp5-ghc-9.10.1/bin/runghc-9.10.1
  21130. 910.06 s [haskell-language-server] Using strip version 2.44 found on system at:
  21131. 910.06 s [haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  21132. 910.06 s [haskell-language-server] Using tar found on system at:
  21133. 910.06 s [haskell-language-server] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  21134. 910.06 s [haskell-language-server] No uhc found
  21135. 910.06 s [pandoc] tables: OK (0.16s)
  21136. 910.15 s [pandoc] basic: OK (0.09s)
  21137. 910.19 s [pandoc] tables: OK (0.04s)
  21138. 910.21 s [pandoc] planets table: OK (0.03s)
  21139. 910.22 s [pandoc] nordics table: OK (0.01s)
  21140. 910.24 s [pandoc] students table: OK (0.01s)
  21141. 910.24 s [pandoc] reader
  21142. 910.39 s [haskell-language-server] Phase: buildPhase
  21143. 910.53 s [haskell-language-server] Preprocessing library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0...
  21144. 910.53 s [haskell-language-server] Building library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0...
  21145. 910.66 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFixity ( plugins/hls-explicit-fixity-plugin/src/Ide/Plugin/ExplicitFixity.hs, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.o, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.dyn_o )
  21146. 910.68 s [pandoc] typst-reader: OK (0.45s)
  21147. 910.68 s [pandoc] creole
  21148. 910.73 s [pandoc] reader: OK (0.04s)
  21149. 910.73 s [pandoc] man
  21150. 910.75 s [pandoc] reader: OK (0.03s)
  21151. 910.75 s [pandoc] org
  21152. 910.78 s [pandoc] reader: OK (0.02s)
  21153. 910.78 s [pandoc] writer
  21154. 910.85 s [pandoc] basic: OK (0.08s)
  21155. 910.88 s [pandoc] tables: OK (0.03s)
  21156. 910.88 s [pandoc] rtf
  21157. 910.88 s [pandoc] writer
  21158. 910.99 s [pandoc] basic: OK (0.11s)
  21159. 911.02 s [pandoc] tables: OK (0.03s)
  21160. 911.02 s [pandoc] endnotexml
  21161. 911.03 s [pandoc] reader: OK (0.01s)
  21162. 911.03 s [pandoc] ipynb
  21163. 911.06 s [pandoc] reader: OK (0.02s)
  21164. 911.08 s [pandoc] writer: OK (0.02s)
  21165. 911.09 s [pandoc] reader: OK (0.01s)
  21166. 911.10 s [pandoc] writer: OK (0.02s)
  21167. 911.13 s [pandoc] reader: OK (0.02s)
  21168. 911.13 s [pandoc] markua
  21169. 911.13 s [pandoc] writer
  21170. 911.21 s [pandoc] basic: OK (0.09s)
  21171. 911.25 s [pandoc] tables: OK (0.04s)
  21172. 911.25 s [pandoc] ansi
  21173. 911.29 s [pandoc] ansi: OK (0.04s)
  21174. 911.29 s [pandoc] Shared
  21175. 911.29 s [pandoc] compactifyDL
  21176. 911.30 s [pandoc] compactifyDL with empty def: OK
  21177. 911.30 s [pandoc] collapseFilePath
  21178. 911.30 s [pandoc] collapse: OK
  21179. 911.30 s [pandoc] collapse: OK
  21180. 911.30 s [pandoc] collapse: OK
  21181. 911.30 s [pandoc] collapse: OK
  21182. 911.30 s [pandoc] collapse: OK
  21183. 911.30 s [pandoc] collapse: OK
  21184. 911.30 s [pandoc] collapse: OK
  21185. 911.30 s [pandoc] collapse: OK
  21186. 911.30 s [pandoc] collapse: OK
  21187. 911.30 s [pandoc] collapse: OK
  21188. 911.30 s [pandoc] collapse: OK
  21189. 911.30 s [pandoc] collapse: OK
  21190. 911.30 s [pandoc] collapse: OK
  21191. 911.30 s [pandoc] collapse: OK
  21192. 911.30 s [pandoc] collapse: OK
  21193. 911.30 s [pandoc] collapse: OK
  21194. 911.30 s [pandoc] collapse: OK
  21195. 911.30 s [pandoc] collapse: OK
  21196. 911.30 s [pandoc] toLegacyTable
  21197. 911.30 s [pandoc] decomposes a table with head: OK
  21198. 911.30 s [pandoc] decomposes a table without head: OK
  21199. 911.30 s [pandoc] decomposes the table from issue 7683: OK
  21200. 911.30 s [pandoc] table of contents
  21201. 911.30 s [pandoc] empty case: OK
  21202. 911.30 s [pandoc] no headers: OK
  21203. 911.30 s [pandoc] unlinked header: OK
  21204. 911.30 s [pandoc] linked header: OK
  21205. 911.30 s [pandoc] nested headlines: OK
  21206. 911.30 s [pandoc] only referenced headers: OK
  21207. 911.30 s [pandoc] section id used as backup: OK
  21208. 911.30 s [pandoc] makeSections
  21209. 911.53 s [pandoc] makeSections is idempotent: OK (0.24s)
  21210. 911.53 s [pandoc] +++ OK, passed 100 tests.
  21211. 911.53 s [pandoc] makeSections is idempotent for test case: OK
  21212. 911.53 s [pandoc] MediaBag
  21213. 911.54 s [pandoc] test fillMediaBag & extractMedia: OK
  21214. 911.54 s [pandoc] Writers
  21215. 911.54 s [pandoc] Native
  21216. 913.59 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFixity ( plugins/hls-explicit-fixity-plugin/src/Ide/Plugin/ExplicitFixity.hs, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.p_o )
  21217. 913.91 s [pandoc] p_write_rt: OK (2.10s)
  21218. 913.91 s [pandoc] +++ OK, passed 100 tests.
  21219. 913.91 s [pandoc] p_write_blocks_rt: OK (0.22s)
  21220. 913.91 s [pandoc] +++ OK, passed 100 tests.
  21221. 913.91 s [pandoc] ConTeXt
  21222. 913.91 s [pandoc] inline code
  21223. 913.91 s [pandoc] with '}': OK
  21224. 913.91 s [pandoc] without '}': OK
  21225. 913.91 s [pandoc] span with ID: OK
  21226. 913.91 s [pandoc] code property: OK
  21227. 913.91 s [pandoc] +++ OK, passed 100 tests.
  21228. 913.91 s [pandoc] headers
  21229. 913.91 s [pandoc] level 1: OK
  21230. 913.91 s [pandoc] Section as top-level: OK
  21231. 913.91 s [pandoc] bullet lists
  21232. 913.91 s [pandoc] nested: OK
  21233. 913.91 s [pandoc] natural tables
  21234. 913.91 s [pandoc] table with header and caption: OK
  21235. 913.91 s [pandoc] LaTeX
  21236. 913.91 s [pandoc] code blocks
  21237. 913.91 s [pandoc] in footnotes: OK
  21238. 913.91 s [pandoc] identifier: OK
  21239. 913.91 s [pandoc] no identifier: OK
  21240. 913.91 s [pandoc] definition lists
  21241. 913.91 s [pandoc] with internal link: OK
  21242. 913.91 s [pandoc] math
  21243. 913.91 s [pandoc] escape |: OK
  21244. 913.91 s [pandoc] headers
  21245. 913.91 s [pandoc] unnumbered header: OK
  21246. 913.91 s [pandoc] in list item: OK
  21247. 913.91 s [pandoc] in definition list item: OK
  21248. 913.91 s [pandoc] containing image: OK
  21249. 913.91 s [pandoc] inline code
  21250. 913.91 s [pandoc] struck out and highlighted: OK
  21251. 913.91 s [pandoc] struck out and not highlighted: OK
  21252. 913.91 s [pandoc] single quotes: OK
  21253. 913.91 s [pandoc] backtick: OK
  21254. 913.91 s [pandoc] inline note
  21255. 913.91 s [pandoc] Big note in emph: OK
  21256. 913.91 s [pandoc] Big note in strong: OK
  21257. 913.91 s [pandoc] Big note in underline: OK
  21258. 913.91 s [pandoc] Big note in strikeout: OK
  21259. 913.91 s [pandoc] Small note in emph: OK
  21260. 913.91 s [pandoc] Big note nested in emph and strong: OK
  21261. 913.91 s [pandoc] Two Big notes in emph: OK
  21262. 913.91 s [pandoc] writer options
  21263. 913.91 s [pandoc] top-level division
  21264. 913.91 s [pandoc] sections as top-level: OK
  21265. 913.91 s [pandoc] chapters as top-level: OK
  21266. 913.91 s [pandoc] parts as top-level: OK
  21267. 913.91 s [pandoc] default top-level: OK
  21268. 913.91 s [pandoc] sections as top-level in beamer: OK
  21269. 913.91 s [pandoc] chapters are as part in beamer: OK
  21270. 913.91 s [pandoc] parts as top-level in beamer: OK
  21271. 913.91 s [pandoc] default top-level in beamer: OK
  21272. 913.91 s [pandoc] part top-level, section not in toc: OK
  21273. 913.91 s [pandoc] HTML
  21274. 913.91 s [pandoc] inline code
  21275. 913.91 s [pandoc] basic: OK
  21276. 913.91 s [pandoc] haskell: OK
  21277. 914.39 s [pandoc] nolanguage: OK (0.53s)
  21278. 914.39 s [pandoc] images
  21279. 914.39 s [pandoc] alt with formatting: OK
  21280. 914.39 s [pandoc] blocks
  21281. 914.39 s [pandoc] definition list with empty <dt>: OK
  21282. 914.39 s [pandoc] heading with disallowed attributes: OK
  21283. 914.39 s [pandoc] quotes
  21284. 914.39 s [pandoc] quote with cite attribute (without q-tags): OK
  21285. 914.39 s [pandoc] quote with cite attribute (with q-tags): OK
  21286. 914.39 s [pandoc] code
  21287. 914.39 s [pandoc] code should be rendered correctly: OK
  21288. 914.39 s [pandoc] sample
  21289. 914.39 s [pandoc] sample should be rendered correctly: OK
  21290. 914.39 s [pandoc] variable
  21291. 914.39 s [pandoc] variable should be rendered correctly: OK
  21292. 914.39 s [pandoc] sample with style
  21293. 914.39 s [pandoc] samp should wrap highlighted code: OK
  21294. 914.39 s [pandoc] variable with style
  21295. 914.39 s [pandoc] var should wrap highlighted code: OK
  21296. 914.39 s [pandoc] footnotes
  21297. 914.39 s [pandoc] at the end of a document: OK
  21298. 914.39 s [pandoc] at the end of a block: OK
  21299. 914.39 s [pandoc] at the end of a section: OK
  21300. 914.39 s [pandoc] at the end of a section, with section divs: OK
  21301. 914.40 s [pandoc] JATS
  21302. 914.40 s [pandoc] inline code
  21303. 914.40 s [pandoc] basic: OK
  21304. 914.40 s [pandoc] block code
  21305. 914.40 s [pandoc] basic: OK
  21306. 914.40 s [pandoc] lang: OK
  21307. 914.40 s [pandoc] images
  21308. 914.40 s [pandoc] basic: OK
  21309. 914.40 s [pandoc] inlines
  21310. 914.40 s [pandoc] Emphasis: OK
  21311. 914.40 s [pandoc] footnote in articleauthoring tag set: OK
  21312. 914.40 s [pandoc] bullet list
  21313. 914.40 s [pandoc] plain items: OK
  21314. 914.40 s [pandoc] item with implicit figure: OK
  21315. 914.40 s [pandoc] definition lists
  21316. 914.40 s [pandoc] with internal link: OK
  21317. 914.40 s [pandoc] math
  21318. 914.40 s [pandoc] escape |: OK
  21319. 914.40 s [pandoc] headers
  21320. 914.40 s [pandoc] unnumbered header: OK
  21321. 914.40 s [pandoc] unnumbered sub header: OK
  21322. 914.40 s [pandoc] containing image: OK
  21323. 914.40 s [pandoc] ids
  21324. 914.40 s [pandoc] non-ASCII in header ID: OK
  21325. 914.40 s [pandoc] disallowed symbol in header id: OK
  21326. 914.40 s [pandoc] disallowed symbols in internal link target: OK
  21327. 914.40 s [pandoc] code id starting with a number: OK
  21328. 914.40 s [pandoc] spans
  21329. 914.40 s [pandoc] unwrapped if no attributes given: OK
  21330. 914.40 s [pandoc] converted to named-content element if class given: OK
  21331. 914.40 s [pandoc] unwrapped if styled-content element would have no at...: OK
  21332. 914.40 s [pandoc] use content-type attribute if present: OK
  21333. 914.40 s [pandoc] Jira
  21334. 914.40 s [pandoc] inlines
  21335. 914.40 s [pandoc] underlined text: OK
  21336. 914.40 s [pandoc] image with attributes: OK
  21337. 914.40 s [pandoc] links
  21338. 914.40 s [pandoc] external link: OK
  21339. 914.40 s [pandoc] external link without description: OK
  21340. 914.40 s [pandoc] email link: OK
  21341. 914.40 s [pandoc] email link without description: OK
  21342. 914.40 s [pandoc] attachment link: OK
  21343. 914.40 s [pandoc] attachment link without description: OK
  21344. 914.41 s [pandoc] user link: OK
  21345. 914.41 s [pandoc] user link with user as description: OK
  21346. 914.41 s [pandoc] 'smart' link: OK
  21347. 914.41 s [pandoc] 'smart' card: OK
  21348. 914.41 s [pandoc] spans
  21349. 914.41 s [pandoc] id is used as anchor: OK
  21350. 914.41 s [pandoc] use `color` attribute: OK
  21351. 914.41 s [pandoc] code
  21352. 914.41 s [pandoc] code block with known language: OK
  21353. 914.41 s [pandoc] code block without language: OK
  21354. 914.41 s [pandoc] blocks
  21355. 914.41 s [pandoc] div
  21356. 914.41 s [pandoc] empty attributes: OK
  21357. 914.41 s [pandoc] just identifier: OK
  21358. 914.41 s [pandoc] with class 'panel': OK
  21359. 914.41 s [pandoc] panel with id: OK
  21360. 914.41 s [pandoc] title attribute: OK
  21361. 914.41 s [pandoc] nested panels: OK
  21362. 914.41 s [pandoc] Docbook
  21363. 914.41 s [pandoc] inline elements
  21364. 914.41 s [pandoc] links
  21365. 914.41 s [pandoc] db4 external link: OK
  21366. 914.41 s [pandoc] db5 external link: OK
  21367. 914.41 s [pandoc] anchor: OK
  21368. 914.41 s [pandoc] automatic anchor: OK
  21369. 914.41 s [pandoc] line blocks
  21370. 914.41 s [pandoc] none: OK
  21371. 914.41 s [pandoc] basic: OK
  21372. 914.41 s [pandoc] blockquote: OK
  21373. 914.41 s [pandoc] footnote: OK
  21374. 914.41 s [pandoc] divs
  21375. 914.41 s [pandoc] admonition: OK
  21376. 914.41 s [pandoc] admonition-with-title: OK
  21377. 914.41 s [pandoc] admonition-with-title-in-para: OK
  21378. 914.41 s [pandoc] single-child: OK
  21379. 914.41 s [pandoc] single-literal-child: OK
  21380. 914.41 s [pandoc] multiple-children: OK
  21381. 914.41 s [pandoc] compact lists
  21382. 914.41 s [pandoc] bullet
  21383. 914.41 s [pandoc] compact: OK
  21384. 914.41 s [pandoc] loose: OK
  21385. 914.41 s [pandoc] ordered
  21386. 914.41 s [pandoc] compact: OK
  21387. 914.41 s [pandoc] loose: OK
  21388. 914.41 s [pandoc] definition
  21389. 914.41 s [pandoc] compact: OK
  21390. 914.41 s [pandoc] loose: OK
  21391. 914.41 s [pandoc] writer options
  21392. 914.41 s [pandoc] top-level division
  21393. 914.41 s [pandoc] sections as top-level: OK
  21394. 914.41 s [pandoc] chapters as top-level: OK
  21395. 914.41 s [pandoc] parts as top-level: OK
  21396. 914.41 s [pandoc] default top-level: OK
  21397. 914.41 s [pandoc] section attributes
  21398. 914.41 s [pandoc] sections with attributes (db5): OK
  21399. 914.41 s [pandoc] sections with attributes (db4): OK
  21400. 914.41 s [pandoc] Markdown
  21401. 914.41 s [pandoc] indented code after list: OK
  21402. 914.41 s [pandoc] list with tight sublist: OK
  21403. 914.41 s [pandoc] note and reference location
  21404. 914.41 s [pandoc] footnotes at the end of a document: OK
  21405. 914.42 s [pandoc] footnotes at the end of blocks: OK
  21406. 914.42 s [pandoc] footnotes and reference links at the end of blocks: OK
  21407. 914.42 s [pandoc] footnotes at the end of section: OK
  21408. 914.42 s [pandoc] Shortcut reference links
  21409. 914.42 s [pandoc] Simple link (shortcutable): OK
  21410. 914.42 s [pandoc] Followed by another link (unshortcutable): OK
  21411. 914.42 s [pandoc] Followed by space and another link (unshortcutable): OK
  21412. 914.42 s [pandoc] Reference link is used multiple times (unshortcutable): OK
  21413. 914.42 s [pandoc] Reference link is used multiple times (unshortcutable): OK
  21414. 914.42 s [pandoc] Reference link is followed by text in brackets: OK
  21415. 914.42 s [pandoc] Reference link is followed by space and text in brac...: OK
  21416. 914.42 s [pandoc] Reference link is followed by RawInline: OK
  21417. 914.42 s [pandoc] Reference link is followed by space and RawInline: OK
  21418. 914.42 s [pandoc] Reference link is followed by RawInline with space: OK
  21419. 914.42 s [pandoc] Reference link is followed by citation: OK
  21420. 914.42 s [pandoc] Reference link is followed by space and citation: OK
  21421. 914.42 s [pandoc] Org
  21422. 914.42 s [pandoc] links
  21423. 914.42 s [pandoc] simple link: OK
  21424. 914.42 s [pandoc] internal link to anchor: OK
  21425. 914.42 s [pandoc] lists
  21426. 914.42 s [pandoc] bullet task list: OK
  21427. 914.42 s [pandoc] ordered task list: OK
  21428. 914.42 s [pandoc] ordered task list with starting number: OK
  21429. 914.42 s [pandoc] bullet without task_lists: OK
  21430. 914.42 s [pandoc] code blocks
  21431. 914.42 s [pandoc] identifier: OK
  21432. 914.42 s [pandoc] attributes: OK
  21433. 914.42 s [pandoc] Plain
  21434. 914.42 s [pandoc] strongly emphasized text to uppercase: OK
  21435. 914.42 s [pandoc] AsciiDoc
  21436. 914.42 s [pandoc] emphasis
  21437. 914.42 s [pandoc] emph word before: OK
  21438. 914.42 s [pandoc] emph word after: OK
  21439. 914.42 s [pandoc] emph quoted: OK
  21440. 914.42 s [pandoc] strong word before: OK
  21441. 914.42 s [pandoc] strong word after: OK
  21442. 914.42 s [pandoc] strong quoted: OK
  21443. 914.42 s [pandoc] blocks
  21444. 914.42 s [pandoc] code block without line numbers: OK
  21445. 914.42 s [pandoc] code block with line numbers: OK
  21446. 914.42 s [pandoc] tables
  21447. 914.42 s [pandoc] empty cells: OK
  21448. 914.42 s [pandoc] multiblock cells: OK
  21449. 914.42 s [pandoc] lists
  21450. 914.42 s [pandoc] bullet task list: OK
  21451. 914.43 s [pandoc] Docx
  21452. 914.43 s [pandoc] inlines
  21453. 914.54 s [pandoc] font formatting: OK (0.11s)
  21454. 914.61 s [pandoc] hyperlinks: OK (0.09s)
  21455. 914.72 s [pandoc] inline image: OK (0.10s)
  21456. 914.77 s [pandoc] inline images: OK (0.05s)
  21457. 914.86 s [pandoc] handling unicode input: OK (0.10s)
  21458. 915.04 s [pandoc] inline code: OK (0.17s)
  21459. 915.11 s [pandoc] inline code in subscript and superscript: OK (0.08s)
  21460. 915.11 s [pandoc] blocks
  21461. 915.20 s [pandoc] headers: OK (0.08s)
  21462. 915.28 s [pandoc] nested anchor spans in header: OK (0.08s)
  21463. 915.39 s [pandoc] lists: OK (0.11s)
  21464. 915.53 s [pandoc] lists continuing after interruption: OK (0.13s)
  21465. 915.62 s [pandoc] lists restarting after interruption: OK (0.09s)
  21466. 915.71 s [pandoc] lists with multiple initial list levels: OK (0.09s)
  21467. 915.79 s [pandoc] lists with div bullets: OK (0.09s)
  21468. 915.86 s [pandoc] definition lists: OK (0.07s)
  21469. 915.93 s [pandoc] task lists: OK (0.07s)
  21470. 916.01 s [pandoc] issue 9994: OK (0.08s)
  21471. 916.20 s [pandoc] footnotes and endnotes: OK (0.19s)
  21472. 916.31 s [pandoc] links in footnotes and endnotes: OK (0.11s)
  21473. 916.41 s [pandoc] blockquotes: OK (0.10s)
  21474. 916.49 s [pandoc] tables: OK (0.07s)
  21475. 916.56 s [pandoc] tables without explicit column widths: OK (0.07s)
  21476. 916.63 s [pandoc] tables with lists in cells: OK (0.07s)
  21477. 916.71 s [pandoc] tables with one row: OK (0.07s)
  21478. 916.80 s [pandoc] tables separated with RawBlock: OK (0.09s)
  21479. 916.91 s [pandoc] code block: OK (0.11s)
  21480. 917.01 s [pandoc] raw OOXML blocks: OK (0.10s)
  21481. 917.10 s [pandoc] raw bookmark markers: OK (0.08s)
  21482. 917.10 s [pandoc] track changes
  21483. 917.15 s [pandoc] insertion: OK (0.05s)
  21484. 917.27 s [pandoc] deletion: OK (0.12s)
  21485. 917.33 s [pandoc] move text: OK (0.06s)
  21486. 917.41 s [pandoc] comments: OK (0.07s)
  21487. 917.48 s [pandoc] scrubbed metadata: OK (0.06s)
  21488. 917.48 s [pandoc] custom styles
  21489. 917.55 s [pandoc] custom styles without reference.docx: OK (0.07s)
  21490. 917.62 s [pandoc] custom styles with reference.docx: OK (0.06s)
  21491. 917.70 s [pandoc] suppress custom style for headers and blockquotes: OK (0.08s)
  21492. 917.70 s [pandoc] metadata
  21493. 917.78 s [pandoc] document properties (core, custom): OK (0.08s)
  21494. 917.89 s [pandoc] document properties (short description): OK (0.11s)
  21495. 917.89 s [pandoc] RST
  21496. 917.89 s [pandoc] rubrics
  21497. 917.90 s [pandoc] in list item: OK
  21498. 917.90 s [pandoc] in definition list item: OK
  21499. 917.90 s [pandoc] in block quote: OK
  21500. 917.90 s [pandoc] with id: OK
  21501. 917.90 s [pandoc] with id class: OK
  21502. 917.90 s [pandoc] ligatures
  21503. 917.90 s [pandoc] a list is closed by a comment before a quote: OK
  21504. 917.90 s [pandoc] flatten
  21505. 917.90 s [pandoc] emerges nested styles as expected: OK
  21506. 917.90 s [pandoc] could introduce trailing spaces: OK
  21507. 917.90 s [pandoc] preserves empty parents: OK
  21508. 917.90 s [pandoc] inlines
  21509. 917.90 s [pandoc] are removed when empty: OK
  21510. 917.90 s [pandoc] do not cause the introduction of extra spaces when r...: OK
  21511. 917.90 s [pandoc] spaces are stripped at beginning and end: OK
  21512. 917.90 s [pandoc] single space stripped: OK
  21513. 917.90 s [pandoc] give priority to strong style over emphasis: OK
  21514. 917.90 s [pandoc] links are not elided by outer style: OK
  21515. 917.90 s [pandoc] RST inlines cannot start nor end with spaces: OK
  21516. 917.90 s [pandoc] keeps quotes: OK
  21517. 917.90 s [pandoc] backslash inserted between str and code: OK
  21518. 917.90 s [pandoc] headings
  21519. 917.90 s [pandoc] normal heading: OK
  21520. 917.90 s [pandoc] heading levels: OK
  21521. 917.90 s [pandoc] minimal heading levels: OK
  21522. 917.90 s [pandoc] subtitle: OK
  21523. 917.90 s [pandoc] TEI
  21524. 917.90 s [pandoc] block elements
  21525. 917.90 s [pandoc] para: OK
  21526. 917.90 s [pandoc] inlines
  21527. 917.90 s [pandoc] Emphasis: OK
  21528. 917.90 s [pandoc] SingleQuoted: OK
  21529. 917.90 s [pandoc] DoubleQuoted: OK
  21530. 917.90 s [pandoc] NestedQuoted: OK
  21531. 917.90 s [pandoc] markua
  21532. 917.90 s [pandoc] simple blurb/aside
  21533. 917.90 s [pandoc] blurb: OK
  21534. 917.90 s [pandoc] aside: OK
  21535. 917.90 s [pandoc] multiclass blurb/aside
  21536. 917.90 s [pandoc] blurb: OK
  21537. 917.90 s [pandoc] aside: OK
  21538. 917.90 s [pandoc] Muse
  21539. 917.90 s [pandoc] block elements
  21540. 917.90 s [pandoc] plain: OK
  21541. 917.90 s [pandoc] paragraphs
  21542. 917.90 s [pandoc] single paragraph: OK
  21543. 917.90 s [pandoc] two paragraphs: OK
  21544. 917.90 s [pandoc] line block: OK
  21545. 917.90 s [pandoc] code block: OK
  21546. 917.90 s [pandoc] html raw block: OK
  21547. 917.90 s [pandoc] block quote: OK
  21548. 917.90 s [pandoc] lists
  21549. 917.90 s [pandoc] simple lists
  21550. 917.90 s [pandoc] ordered list: OK
  21551. 917.90 s [pandoc] ordered list with Roman numerals: OK
  21552. 917.90 s [pandoc] bullet list: OK
  21553. 917.90 s [pandoc] definition list: OK
  21554. 917.90 s [pandoc] definition list with multiple descriptions: OK
  21555. 917.90 s [pandoc] definition list with empty term: OK
  21556. 917.90 s [pandoc] definition list terms starting with space: OK
  21557. 917.90 s [pandoc] definition list terms starting with list markers: OK
  21558. 917.90 s [pandoc] sequential lists
  21559. 917.90 s [pandoc] bullet lists: OK
  21560. 917.90 s [pandoc] ordered lists of the same style: OK
  21561. 917.90 s [pandoc] ordered lists with equal styles: OK
  21562. 917.90 s [pandoc] bullet and ordered lists: OK
  21563. 917.90 s [pandoc] different style ordered lists: OK
  21564. 917.90 s [pandoc] nested lists
  21565. 917.90 s [pandoc] nested ordered list: OK
  21566. 917.90 s [pandoc] nested bullet lists: OK
  21567. 917.90 s [pandoc] nested definition lists: OK
  21568. 917.90 s [pandoc] list item starting with list: OK
  21569. 917.90 s [pandoc] List inside block quote: OK
  21570. 917.90 s [pandoc] headings
  21571. 917.90 s [pandoc] normal heading: OK
  21572. 917.90 s [pandoc] heading levels: OK
  21573. 917.90 s [pandoc] heading with ID: OK
  21574. 917.90 s [pandoc] empty heading: OK
  21575. 917.90 s [pandoc] horizontal rule: OK
  21576. 917.90 s [pandoc] escape horizontal rule: OK
  21577. 917.90 s [pandoc] escape long horizontal rule: OK
  21578. 917.90 s [pandoc] don't escape horizontal inside paragraph: OK
  21579. 917.91 s [pandoc] escape nonbreaking space: OK
  21580. 917.91 s [pandoc] escape > in the beginning of line: OK
  21581. 917.91 s [pandoc] escape string with > and space in the beginning of l...: OK
  21582. 917.91 s [pandoc] tables
  21583. 917.91 s [pandoc] table without header: OK
  21584. 917.91 s [pandoc] table with header: OK
  21585. 917.91 s [pandoc] table with header and caption: OK
  21586. 917.91 s [pandoc] table inside bullet list: OK
  21587. 917.91 s [pandoc] table with one column: OK
  21588. 917.91 s [pandoc] div with bullet list: OK
  21589. 917.91 s [pandoc] inline elements
  21590. 917.91 s [pandoc] string
  21591. 917.91 s [pandoc] string: OK
  21592. 917.91 s [pandoc] escape footnote: OK
  21593. 917.91 s [pandoc] escape secondary note: OK
  21594. 917.91 s [pandoc] do not escape brackets: OK
  21595. 917.91 s [pandoc] escape verbatim close tag: OK
  21596. 917.91 s [pandoc] escape link-like text: OK
  21597. 917.91 s [pandoc] escape pipe to avoid accidental tables: OK
  21598. 917.91 s [pandoc] escape hash to avoid accidental anchors: OK
  21599. 917.91 s [pandoc] escape definition list markers: OK
  21600. 917.91 s [pandoc] normalize strings before escaping: OK
  21601. 917.91 s [pandoc] do not escape colon: OK
  21602. 917.91 s [pandoc] escape - to avoid accidental unordered lists: OK
  21603. 917.91 s [pandoc] escape - inside a list to avoid accidental nested un...: OK
  21604. 917.91 s [pandoc] escape strings starting with - inside a list: OK
  21605. 917.91 s [pandoc] escape - inside a note: OK
  21606. 917.91 s [pandoc] escape - after softbreak in note: OK
  21607. 917.91 s [pandoc] escape ; to avoid accidental comments: OK
  21608. 917.91 s [pandoc] escape strings starting with ; and space: OK
  21609. 917.91 s [pandoc] escape ; after softbreak: OK
  21610. 917.91 s [pandoc] escape ; after linebreak: OK
  21611. 917.91 s [pandoc] do not escape ; inside paragraph: OK
  21612. 917.91 s [pandoc] escape newlines: OK
  21613. 917.91 s [pandoc] emphasis
  21614. 917.91 s [pandoc] emphasis: OK
  21615. 917.91 s [pandoc] emphasis inside word: OK
  21616. 917.91 s [pandoc] emphasis before comma: OK
  21617. 917.91 s [pandoc] emphasis before period: OK
  21618. 917.91 s [pandoc] empty emphasis: OK
  21619. 917.91 s [pandoc] empty strong: OK
  21620. 917.91 s [pandoc] empty strong emphasis: OK
  21621. 917.91 s [pandoc] empty emphasized strong: OK
  21622. 917.91 s [pandoc] emphasized empty string: OK
  21623. 917.91 s [pandoc] strong empty string: OK
  21624. 917.91 s [pandoc] strong emphasized empty string: OK
  21625. 917.91 s [pandoc] emphasized strong empty string: OK
  21626. 917.91 s [pandoc] emphasized string with space: OK
  21627. 917.91 s [pandoc] emphasized string ending with space: OK
  21628. 917.91 s [pandoc] emphasized string with tab: OK
  21629. 917.91 s [pandoc] emphasized space between empty strings: OK
  21630. 917.91 s [pandoc] strong: OK
  21631. 917.91 s [pandoc] strong inside word: OK
  21632. 917.91 s [pandoc] strong emphasis: OK
  21633. 917.91 s [pandoc] strong after emphasis: OK
  21634. 917.91 s [pandoc] strong emphasis after emphasis: OK
  21635. 917.91 s [pandoc] strong in the end of emphasis: OK
  21636. 917.91 s [pandoc] switch to lightweight markup after <em> tag: OK
  21637. 917.91 s [pandoc] strikeout: OK
  21638. 917.91 s [pandoc] space at the beginning of emphasis: OK
  21639. 917.91 s [pandoc] space at the end of emphasis: OK
  21640. 917.91 s [pandoc] space at the beginning of strong: OK
  21641. 917.91 s [pandoc] space at the end of strong: OK
  21642. 917.91 s [pandoc] space at the beginning of strong emphasis: OK
  21643. 917.91 s [pandoc] space at the end of strong emphasis: OK
  21644. 917.91 s [pandoc] space at the beginning of emphasiszed strong: OK
  21645. 917.91 s [pandoc] space at the end of emphasized strong: OK
  21646. 917.91 s [pandoc] superscript: OK
  21647. 917.91 s [pandoc] subscript: OK
  21648. 917.91 s [pandoc] smallcaps: OK
  21649. 917.91 s [pandoc] smallcaps near emphasis: OK
  21650. 917.91 s [pandoc] single quoted: OK
  21651. 917.91 s [pandoc] double quoted: OK
  21652. 917.91 s [pandoc] code
  21653. 917.91 s [pandoc] simple: OK
  21654. 917.91 s [pandoc] empty: OK
  21655. 917.91 s [pandoc] space: OK
  21656. 917.91 s [pandoc] space at the beginning: OK
  21657. 917.91 s [pandoc] space at the end: OK
  21658. 917.91 s [pandoc] use tags for =: OK
  21659. 917.92 s [pandoc] escape tag: OK
  21660. 917.92 s [pandoc] normalization with attributes: OK
  21661. 917.92 s [pandoc] code tag: OK
  21662. 917.92 s [pandoc] normalization: OK
  21663. 917.92 s [pandoc] normalization with empty string: OK
  21664. 917.92 s [pandoc] emphasized code: OK
  21665. 917.92 s [pandoc] strong code: OK
  21666. 917.92 s [pandoc] spaces
  21667. 917.92 s [pandoc] space: OK
  21668. 917.92 s [pandoc] soft break: OK
  21669. 917.92 s [pandoc] remove soft break: OK
  21670. 917.92 s [pandoc] line break: OK
  21671. 917.92 s [pandoc] line break at the end: OK
  21672. 917.92 s [pandoc] no newline after line break in header: OK
  21673. 917.92 s [pandoc] no softbreak in header: OK
  21674. 917.92 s [pandoc] math
  21675. 917.92 s [pandoc] inline math: OK
  21676. 917.92 s [pandoc] display math: OK
  21677. 917.92 s [pandoc] multiple letters in inline math: OK
  21678. 917.92 s [pandoc] expand math before normalization: OK
  21679. 917.92 s [pandoc] multiple math expressions inside one inline list: OK
  21680. 917.92 s [pandoc] raw inline: OK
  21681. 917.92 s [pandoc] links
  21682. 917.92 s [pandoc] link with description: OK
  21683. 917.92 s [pandoc] link without description: OK
  21684. 917.92 s [pandoc] link to anchor: OK
  21685. 917.92 s [pandoc] link to image with description: OK
  21686. 917.92 s [pandoc] link to image without description: OK
  21687. 917.92 s [pandoc] escape brackets in links
  21688. 917.92 s [pandoc] link with description: OK
  21689. 917.92 s [pandoc] link without description: OK
  21690. 917.92 s [pandoc] image link with description: OK
  21691. 917.92 s [pandoc] image link without description: OK
  21692. 917.92 s [pandoc] image: OK
  21693. 917.92 s [pandoc] image with width: OK
  21694. 917.92 s [pandoc] left-aligned image with width: OK
  21695. 917.92 s [pandoc] right-aligned image with width: OK
  21696. 917.92 s [pandoc] escape brackets in image title: OK
  21697. 917.92 s [pandoc] note: OK
  21698. 917.92 s [pandoc] note location
  21699. 917.92 s [pandoc] footnotes at the end of document: OK
  21700. 917.92 s [pandoc] footnotes at the end of block: OK
  21701. 917.92 s [pandoc] footnotes at the end of section: OK
  21702. 917.92 s [pandoc] span with class: OK
  21703. 917.92 s [pandoc] span without class: OK
  21704. 917.92 s [pandoc] span with anchor: OK
  21705. 917.92 s [pandoc] empty span with anchor: OK
  21706. 917.92 s [pandoc] empty span without class and anchor: OK
  21707. 917.92 s [pandoc] span with class and anchor: OK
  21708. 917.92 s [pandoc] adjacent spans: OK
  21709. 917.92 s [pandoc] RTL
  21710. 917.92 s [pandoc] RTL span: OK
  21711. 917.92 s [pandoc] LTR span: OK
  21712. 917.92 s [pandoc] RTL span with a class: OK
  21713. 917.92 s [pandoc] LTR span with a class: OK
  21714. 917.92 s [pandoc] Escape <<< and >>>: OK
  21715. 917.92 s [pandoc] combined
  21716. 917.92 s [pandoc] emph word before: OK
  21717. 917.92 s [pandoc] emph word after: OK
  21718. 917.92 s [pandoc] emph quoted: OK
  21719. 917.92 s [pandoc] strong word before: OK
  21720. 917.92 s [pandoc] strong word after: OK
  21721. 917.92 s [pandoc] strong quoted: OK
  21722. 917.92 s [pandoc] FB2
  21723. 917.92 s [pandoc] block elements
  21724. 917.92 s [pandoc] para: OK
  21725. 917.92 s [pandoc] inlines
  21726. 917.92 s [pandoc] Emphasis: OK
  21727. 917.92 s [pandoc] bullet list: OK
  21728. 917.92 s [pandoc] PowerPoint
  21729. 917.92 s [pandoc] Default slide formatting
  21730. 918.00 s [pandoc] Inline formatting: OK (0.07s)
  21731. 918.07 s [pandoc] Slide breaks (default slide-level): OK (0.07s)
  21732. 918.13 s [pandoc] slide breaks (slide-level set to 1): OK (0.06s)
  21733. 918.19 s [pandoc] lists: OK (0.06s)
  21734. 918.25 s [pandoc] start ordered list at specified num: OK (0.06s)
  21735. 918.44 s [pandoc] List continuation paragraph indentation: OK (0.19s)
  21736. 918.57 s [pandoc] tables: OK (0.13s)
  21737. 918.63 s [pandoc] table of contents: OK (0.06s)
  21738. 918.69 s [pandoc] end notes: OK (0.05s)
  21739. 918.84 s [pandoc] end notes, with table of contents: OK (0.07s)
  21740. 918.84 s [pandoc] images: OK (0.07s)
  21741. 918.87 s [pandoc] two-column layout: OK (0.05s)
  21742. 918.94 s [pandoc] two-column (not comparison): OK (0.07s)
  21743. 919.00 s [pandoc] speaker notes: OK (0.06s)
  21744. 919.07 s [pandoc] speaker notes after a separating block: OK (0.07s)
  21745. 919.13 s [pandoc] speaker notes after a separating header: OK (0.05s)
  21746. 919.18 s [pandoc] speaker notes after metadata: OK (0.05s)
  21747. 919.26 s [pandoc] remove empty slides: OK (0.08s)
  21748. 919.31 s [pandoc] raw ooxml: OK (0.05s)
  21749. 919.37 s [pandoc] metadata, custom properties: OK (0.06s)
  21750. 919.45 s [pandoc] metadata, short description: OK (0.08s)
  21751. 919.57 s [pandoc] inline code and code blocks: OK (0.12s)
  21752. 919.64 s [pandoc] inline code and code blocks, custom formatting: OK (0.07s)
  21753. 919.64 s [pandoc] Using slide level 0, if the first thing on a slide is
  21754. 919.74 s [pandoc] a h1 it's used as the slide title: OK (0.10s)
  21755. 919.88 s [pandoc] a h2 it's used as the slide title: OK (0.14s)
  21756. 919.88 s [pandoc] a heading it's used as the slide title
  21757. 920.35 s [pandoc] (works with a table): OK (0.47s)
  21758. 920.41 s [pandoc] (content with caption layout): OK (0.06s)
  21759. 920.42 s [pandoc] comparison layout
  21760. 920.42 s [pandoc] comparison layout is used...
  21761. 920.49 s [pandoc] when two columns contain text + non-text: OK (0.07s)
  21762. 920.56 s [pandoc] even when only one col contains text + non-text: OK (0.08s)
  21763. 920.56 s [pandoc] extra ... in one column gets overlaid
  21764. 920.63 s [pandoc] text: OK (0.06s)
  21765. 920.73 s [pandoc] image: OK (0.10s)
  21766. 920.79 s [pandoc] is not used if the non-text comes first: OK (0.06s)
  21767. 920.79 s [pandoc] Content with Caption layout is ...
  21768. 920.84 s [pandoc] used for heading, text, image on the same slide: OK (0.05s)
  21769. 920.93 s [pandoc] used for text and an image on the same slide: OK (0.09s)
  21770. 920.99 s [pandoc] not used if the image comes first: OK (0.06s)
  21771. 920.99 s [pandoc] The Blank layout is used if a slide contains only...
  21772. 921.09 s [pandoc] speaker notes: OK (0.10s)
  21773. 921.16 s [pandoc] an empty heading with a body of only NBSPs: OK (0.07s)
  21774. 921.24 s [pandoc] a heading containing only non-breaking spaces: OK (0.08s)
  21775. 921.44 s [pandoc] Incremental lists are supported: OK (0.21s)
  21776. 921.58 s [haskell-language-server] Preprocessing library 'hls-notes-plugin' for haskell-language-server-2.10.0.0...
  21777. 921.58 s [haskell-language-server] Building library 'hls-notes-plugin' for haskell-language-server-2.10.0.0...
  21778. 921.61 s [pandoc] One-off incremental lists are supported: OK (0.16s)
  21779. 921.68 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Notes ( plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs, dist/build/hls-notes-plugin/Ide/Plugin/Notes.o, dist/build/hls-notes-plugin/Ide/Plugin/Notes.dyn_o )
  21780. 921.73 s [pandoc] Background images: OK (0.13s)
  21781. 921.73 s [pandoc] With `--reference-doc` pptx file
  21782. 921.90 s [pandoc] Inline formatting: OK (0.17s)
  21783. 922.05 s [pandoc] Slide breaks (default slide-level): OK (0.14s)
  21784. 922.16 s [pandoc] slide breaks (slide-level set to 1): OK (0.11s)
  21785. 922.32 s [pandoc] lists: OK (0.16s)
  21786. 922.48 s [pandoc] start ordered list at specified num: OK (0.16s)
  21787. 922.59 s [pandoc] List continuation paragraph indentation: OK (0.11s)
  21788. 922.70 s [pandoc] tables: OK (0.10s)
  21789. 922.81 s [pandoc] table of contents: OK (0.10s)
  21790. 922.90 s [pandoc] end notes: OK (0.10s)
  21791. 923.02 s [pandoc] end notes, with table of contents: OK (0.11s)
  21792. 923.14 s [pandoc] images: OK (0.13s)
  21793. 923.25 s [pandoc] two-column layout: OK (0.11s)
  21794. 923.37 s [pandoc] two-column (not comparison): OK (0.11s)
  21795. 923.50 s [pandoc] speaker notes: OK (0.13s)
  21796. 923.61 s [pandoc] speaker notes after a separating block: OK (0.11s)
  21797. 923.72 s [pandoc] speaker notes after a separating header: OK (0.11s)
  21798. 923.83 s [pandoc] speaker notes after metadata: OK (0.11s)
  21799. 924.02 s [pandoc] remove empty slides: OK (0.19s)
  21800. 924.11 s [pandoc] raw ooxml: OK (0.10s)
  21801. 924.21 s [pandoc] metadata, custom properties: OK (0.09s)
  21802. 924.29 s [pandoc] metadata, short description: OK (0.08s)
  21803. 924.39 s [pandoc] inline code and code blocks: OK (0.10s)
  21804. 924.49 s [pandoc] inline code and code blocks, custom formatting: OK (0.09s)
  21805. 924.49 s [pandoc] Using slide level 0, if the first thing on a slide is
  21806. 924.55 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Notes ( plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs, dist/build/hls-notes-plugin/Ide/Plugin/Notes.p_o )
  21807. 924.59 s [pandoc] a h1 it's used as the slide title: OK (0.11s)
  21808. 924.68 s [pandoc] a h2 it's used as the slide title: OK (0.09s)
  21809. 924.68 s [pandoc] a heading it's used as the slide title
  21810. 924.77 s [pandoc] (works with a table): OK (0.09s)
  21811. 924.88 s [pandoc] (content with caption layout): OK (0.11s)
  21812. 924.88 s [pandoc] comparison layout
  21813. 924.88 s [pandoc] comparison layout is used...
  21814. 925.02 s [pandoc] when two columns contain text + non-text: OK (0.14s)
  21815. 925.10 s [pandoc] even when only one col contains text + non-text: OK (0.07s)
  21816. 925.10 s [pandoc] extra ... in one column gets overlaid
  21817. 925.23 s [pandoc] text: OK (0.13s)
  21818. 925.41 s [pandoc] image: OK (0.19s)
  21819. 925.52 s [pandoc] is not used if the non-text comes first: OK (0.10s)
  21820. 925.52 s [pandoc] Content with Caption layout is ...
  21821. 925.59 s [pandoc] used for heading, text, image on the same slide: OK (0.07s)
  21822. 925.67 s [pandoc] used for text and an image on the same slide: OK (0.08s)
  21823. 925.75 s [pandoc] not used if the image comes first: OK (0.08s)
  21824. 925.75 s [pandoc] The Blank layout is used if a slide contains only...
  21825. 925.83 s [pandoc] speaker notes: OK (0.08s)
  21826. 925.92 s [pandoc] an empty heading with a body of only NBSPs: OK (0.07s)
  21827. 926.02 s [pandoc] a heading containing only non-breaking spaces: OK (0.11s)
  21828. 926.21 s [pandoc] Incremental lists are supported: OK (0.17s)
  21829. 926.51 s [pandoc] One-off incremental lists are supported: OK (0.30s)
  21830. 926.77 s [pandoc] Background images: OK (0.27s)
  21831. 927.05 s [pandoc] Basic footer: OK (0.28s)
  21832. 927.45 s [pandoc] Footer with fixed date, replaced by meta block date: OK (0.40s)
  21833. 927.74 s [pandoc] Footer not shown on title slide: OK (0.29s)
  21834. 928.03 s [pandoc] Footer with slide number starting from 3: OK (0.28s)
  21835. 928.22 s [pandoc] Layouts can be moved around in reference doc: OK (0.19s)
  21836. 928.33 s [pandoc] Layouts can be missing from the reference doc: OK (0.11s)
  21837. 928.33 s [pandoc] Ms
  21838. 928.33 s [pandoc] code blocks
  21839. 928.33 s [pandoc] basic: OK
  21840. 928.34 s [pandoc] escape starting .: OK
  21841. 928.34 s [pandoc] AnnotatedTable
  21842. 928.34 s [pandoc] toTable
  21843. 928.34 s [pandoc] annotates a sample table properly: OK
  21844. 929.31 s [pandoc] normalizes like the table builder: OK (0.96s)
  21845. 929.31 s [pandoc] +++ OK, passed 50 tests.
  21846. 929.32 s [pandoc] has valid final cell columns: OK
  21847. 929.37 s [pandoc] +++ OK, passed 50 tests.
  21848. 929.37 s [pandoc] has valid first row column data: OK
  21849. 929.37 s [pandoc] +++ OK, passed 50 tests.
  21850. 929.37 s [pandoc] has valid all row column data: OK
  21851. 929.37 s [pandoc] +++ OK, passed 50 tests.
  21852. 929.37 s [pandoc] has valid cell column data lengths: OK
  21853. 929.37 s [pandoc] +++ OK, passed 50 tests.
  21854. 929.37 s [pandoc] Readers
  21855. 929.37 s [pandoc] LaTeX
  21856. 929.37 s [pandoc] basic
  21857. 929.37 s [pandoc] simple: OK
  21858. 929.37 s [pandoc] space: OK
  21859. 929.37 s [pandoc] emphasized: OK
  21860. 929.37 s [pandoc] headers
  21861. 929.37 s [pandoc] level 1: OK
  21862. 929.37 s [pandoc] level 2: OK
  21863. 929.37 s [pandoc] level 3: OK
  21864. 929.37 s [pandoc] emph: OK
  21865. 929.37 s [pandoc] link: OK
  21866. 929.37 s [pandoc] math
  21867. 929.37 s [pandoc] escaped $: OK
  21868. 929.37 s [pandoc] space and comments
  21869. 929.37 s [pandoc] blank lines + space at beginning: OK
  21870. 929.37 s [pandoc] blank lines + space + comments: OK
  21871. 929.37 s [pandoc] comment in paragraph: OK
  21872. 929.37 s [pandoc] code blocks
  21873. 929.37 s [pandoc] identifier: OK
  21874. 929.37 s [pandoc] no identifier: OK
  21875. 929.37 s [pandoc] tables
  21876. 929.37 s [pandoc] Single cell table: OK
  21877. 929.37 s [pandoc] Multi cell table: OK
  21878. 929.37 s [pandoc] Multi line table: OK
  21879. 929.37 s [pandoc] Empty table: OK
  21880. 929.37 s [pandoc] Table with fixed column width: OK
  21881. 929.37 s [pandoc] Table with empty column separators: OK
  21882. 929.37 s [pandoc] Table with custom column separators: OK
  21883. 929.37 s [pandoc] Table with vertical alignment argument: OK
  21884. 929.37 s [pandoc] Table with multicolumn item: OK
  21885. 929.37 s [pandoc] table with multicolumn item (#6596): OK
  21886. 929.37 s [pandoc] Table with multirow item: OK
  21887. 929.37 s [pandoc] Table with multirow item using full prototype: OK
  21888. 929.37 s [pandoc] Table with nested multirow/multicolumn item: OK
  21889. 929.37 s [pandoc] Table with multicolumn header: OK
  21890. 929.37 s [pandoc] Table with normal empty cells: OK
  21891. 929.37 s [pandoc] citations
  21892. 929.37 s [pandoc] natbib
  21893. 929.37 s [pandoc] citet: OK
  21894. 929.37 s [pandoc] suffix: OK
  21895. 929.37 s [pandoc] suffix long: OK
  21896. 929.37 s [pandoc] multiple: OK
  21897. 929.37 s [pandoc] group: OK
  21898. 929.37 s [pandoc] suffix and locator: OK
  21899. 929.37 s [pandoc] suffix only: OK
  21900. 929.37 s [pandoc] no author: OK
  21901. 929.37 s [pandoc] markup: OK
  21902. 929.37 s [pandoc] biblatex
  21903. 929.37 s [pandoc] textcite: OK
  21904. 929.37 s [pandoc] suffix: OK
  21905. 929.37 s [pandoc] suffix long: OK
  21906. 929.37 s [pandoc] multiple: OK
  21907. 929.37 s [pandoc] group: OK
  21908. 929.37 s [pandoc] suffix and locator: OK
  21909. 929.37 s [pandoc] suffix only: OK
  21910. 929.37 s [pandoc] no author: OK
  21911. 929.37 s [pandoc] markup: OK
  21912. 929.37 s [pandoc] parencite: OK
  21913. 929.37 s [pandoc] images
  21914. 929.37 s [pandoc] Basic image: OK
  21915. 929.37 s [pandoc] Basic image with blank options: OK
  21916. 929.37 s [pandoc] Image with both width and height: OK
  21917. 929.37 s [pandoc] Image with width and height and a bunch of other opt...: OK
  21918. 929.37 s [pandoc] Image with just width: OK
  21919. 929.37 s [pandoc] Image with just height: OK
  21920. 929.37 s [pandoc] Image width relative to textsize: OK
  21921. 929.37 s [pandoc] Image with options with spaces: OK
  21922. 929.37 s [pandoc] Character Escapes
  21923. 929.37 s [pandoc] Two-character escapes: OK
  21924. 929.37 s [pandoc] One-character escapes: OK
  21925. 929.37 s [pandoc] memoir scene breaks
  21926. 929.37 s [pandoc] plainbreak: OK
  21927. 929.37 s [pandoc] plainbreak*: OK
  21928. 929.37 s [pandoc] fancybreak: OK
  21929. 929.37 s [pandoc] fancybreak*: OK
  21930. 929.37 s [pandoc] plainfancybreak: OK
  21931. 929.37 s [pandoc] plainfancybreak*: OK
  21932. 929.37 s [pandoc] pfbreak: OK
  21933. 929.37 s [pandoc] pfbreak*: OK
  21934. 929.37 s [pandoc] biblatex roman numerals
  21935. 929.37 s [pandoc] upper: OK
  21936. 929.37 s [pandoc] lower: OK
  21937. 929.37 s [pandoc] leading zero: OK
  21938. 929.37 s [pandoc] surrounding spaces: OK
  21939. 929.37 s [pandoc] zero: OK
  21940. 929.37 s [pandoc] space then unbraced argument: OK
  21941. 929.37 s [pandoc] space before braced argument: OK
  21942. 929.37 s [pandoc] polyglossia language spans
  21943. 929.37 s [pandoc] french: OK
  21944. 929.37 s [pandoc] nested: OK
  21945. 929.37 s [pandoc] with formatting: OK
  21946. 929.37 s [pandoc] language options: OK
  21947. 929.37 s [pandoc] unknown option fallback: OK
  21948. 929.37 s [pandoc] Markdown
  21949. 929.37 s [pandoc] inline code
  21950. 929.37 s [pandoc] with attribute: OK
  21951. 929.37 s [pandoc] with attribute space: OK
  21952. 929.37 s [pandoc] inline code in lists (regression tests for #6284)
  21953. 929.37 s [pandoc] code with list marker in text in ordered list: OK
  21954. 929.37 s [pandoc] code with list marker at start in ordered list: OK
  21955. 929.37 s [pandoc] code with list marker at start in ordered list: OK
  21956. 929.37 s [pandoc] code with list marker after literal backticks in ord...: OK
  21957. 929.37 s [pandoc] code with list marker after literal backticks in ord...: OK
  21958. 929.37 s [pandoc] code with list marker in text in bullet list: OK
  21959. 929.37 s [pandoc] code with list marker at start in bullet list: OK
  21960. 929.37 s [pandoc] code with list marker at start in bullet list: OK
  21961. 929.38 s [pandoc] code with list marker after literal backticks in bul...: OK
  21962. 929.38 s [pandoc] code with list marker after literal backticks in bul...: OK
  21963. 929.38 s [pandoc] lists with newlines in backticks: OK
  21964. 929.38 s [pandoc] lists with newlines in backticks: OK
  21965. 929.38 s [pandoc] lists with newlines in backticks: OK
  21966. 929.38 s [pandoc] lists with newlines in backticks: OK
  21967. 929.38 s [pandoc] lists with newlines in backticks: OK
  21968. 929.38 s [pandoc] lists with newlines in backticks: OK
  21969. 929.38 s [pandoc] lists with newlines in backticks: OK
  21970. 929.38 s [pandoc] lists with newlines in backticks: OK
  21971. 929.38 s [pandoc] lists with newlines and indent in backticks: OK
  21972. 929.38 s [pandoc] lists with newlines and indent in backticks: OK
  21973. 929.38 s [pandoc] lists with newlines and indent in backticks: OK
  21974. 929.38 s [pandoc] lists with newlines and indent in backticks: OK
  21975. 929.38 s [pandoc] lists with newlines and indent in backticks: OK
  21976. 929.38 s [pandoc] lists with newlines and indent in backticks: OK
  21977. 929.38 s [pandoc] lists with newlines and indent in backticks: OK
  21978. 929.38 s [pandoc] lists with newlines and indent in backticks: OK
  21979. 929.38 s [pandoc] lists with blank lines and indent in backticks: OK
  21980. 929.38 s [pandoc] lists with blank lines and indent in backticks: OK
  21981. 929.38 s [pandoc] lists with blank lines and indent in backticks: OK
  21982. 929.39 s [pandoc] lists with blank lines and indent in backticks: OK
  21983. 929.39 s [pandoc] lists with blank lines and indent in backticks: OK
  21984. 929.39 s [pandoc] lists with blank lines and indent in backticks: OK
  21985. 929.39 s [pandoc] lists with blank lines and indent in backticks: OK
  21986. 929.39 s [pandoc] lists with blank lines and indent in backticks: OK
  21987. 929.39 s [pandoc] emph and strong
  21988. 929.39 s [pandoc] two strongs in emph: OK
  21989. 929.39 s [pandoc] emph and strong emph alternating: OK
  21990. 929.39 s [pandoc] emph with spaced strong: OK
  21991. 929.39 s [pandoc] intraword underscore with opening underscore (#1121): OK
  21992. 929.39 s [pandoc] raw LaTeX
  21993. 929.39 s [pandoc] in URL: OK
  21994. 929.39 s [pandoc] raw HTML
  21995. 929.39 s [pandoc] nesting (issue #1330): OK
  21996. 929.39 s [pandoc] invalid tag (issue #1820: OK
  21997. 929.39 s [pandoc] technically invalid comment: OK
  21998. 929.39 s [pandoc] issue 2469: OK
  21999. 929.39 s [pandoc] raw email addresses
  22000. 929.39 s [pandoc] issue 2940: OK
  22001. 929.39 s [pandoc] emoji
  22002. 929.39 s [pandoc] emoji symbols: OK
  22003. 929.40 s [pandoc] unbalanced brackets: OK
  22004. 929.40 s [pandoc] backslash escapes
  22005. 929.40 s [pandoc] in URL: OK
  22006. 929.40 s [pandoc] in title: OK
  22007. 929.40 s [pandoc] in reference link title: OK
  22008. 929.40 s [pandoc] in reference link URL: OK
  22009. 929.40 s [pandoc] bare URIs
  22010. 929.40 s [pandoc] http://google.com is a search engine.: OK
  22011. 929.40 s [pandoc] <a href="http://foo.bar.baz">http://foo.bar.baz</a>: OK
  22012. 929.40 s [pandoc] Try this query: http://google.com?search=fish&time=h...: OK
  22013. 929.40 s [pandoc] HTTPS://GOOGLE.COM,: OK
  22014. 929.40 s [pandoc] http://el.wikipedia.org/wiki/Τεχνολογία,: OK
  22015. 929.40 s [pandoc] doi:10.1000/182,: OK
  22016. 929.40 s [pandoc] git://github.com/foo/bar.git,: OK
  22017. 929.40 s [pandoc] file:///Users/joe/joe.txt, and: OK
  22018. 929.40 s [pandoc] mailto:someone@somedomain.com.: OK
  22019. 929.40 s [pandoc] Use http: this is not a link!: OK
  22020. 929.40 s [pandoc] (http://google.com).: OK
  22021. 929.40 s [pandoc] http://en.wikipedia.org/wiki/Sprite_(computer_graphi...: OK
  22022. 929.40 s [pandoc] http://en.wikipedia.org/wiki/Sprite_[computer_graphi...: OK
  22023. 929.40 s [pandoc] http://en.wikipedia.org/wiki/Sprite_{computer_graphi...: OK
  22024. 929.40 s [pandoc] http://example.com/Notification_Center-GitHub-201011...: OK
  22025. 929.40 s [pandoc] https://github.com/github/hubot/blob/master/scripts/...: OK
  22026. 929.40 s [pandoc] http://www.rubyonrails.com: OK
  22027. 929.40 s [pandoc] http://www.rubyonrails.com:80: OK
  22028. 929.40 s [pandoc] http://www.rubyonrails.com/~minam: OK
  22029. 929.41 s [pandoc] https://www.rubyonrails.com/~minam: OK
  22030. 929.41 s [pandoc] http://www.rubyonrails.com/~minam/url%20with%20spaces: OK
  22031. 929.41 s [pandoc] http://www.rubyonrails.com/foo.cgi?something=here: OK
  22032. 929.41 s [pandoc] http://www.rubyonrails.com/foo.cgi?something=here&an...: OK
  22033. 929.41 s [pandoc] http://www.rubyonrails.com/contact;new: OK
  22034. 929.41 s [pandoc] http://www.rubyonrails.com/contact;new%20with%20spaces: OK
  22035. 929.41 s [pandoc] http://www.rubyonrails.com/contact;new?with=query&st...: OK
  22036. 929.41 s [pandoc] http://www.rubyonrails.com/~minam/contact;new?with=q...: OK
  22037. 929.41 s [pandoc] http://en.wikipedia.org/wiki/Wikipedia:Today%27s_fea...: OK
  22038. 929.41 s [pandoc] http://www.mail-archive.com/rails@lists.rubyonrails....: OK
  22039. 929.41 s [pandoc] http://www.amazon.com/Testing-Equal-Sign-In-Path/ref...: OK
  22040. 929.41 s [pandoc] http://en.wikipedia.org/wiki/Texas_hold%27em: OK
  22041. 929.41 s [pandoc] https://www.google.com/doku.php?id=gps:resource:scs:...: OK
  22042. 929.41 s [pandoc] http://www.rubyonrails.com: OK
  22043. 929.41 s [pandoc] http://manuals.ruby-on-rails.com/read/chapter.need_a...: OK
  22044. 929.41 s [pandoc] http://foo.example.com/controller/action?parm=value&...: OK
  22045. 929.41 s [pandoc] http://foo.example.com:3000/controller/action: OK
  22046. 929.41 s [pandoc] http://foo.example.com:3000/controller/action+pack: OK
  22047. 929.41 s [pandoc] http://business.timesonline.co.uk/article/0,,9065-24...: OK
  22048. 929.41 s [pandoc] http://www.mail-archive.com/ruby-talk@ruby-lang.org/: OK
  22049. 929.41 s [pandoc] https://example.org/?anchor=lala-: OK
  22050. 929.41 s [pandoc] https://example.org/?anchor=-lala: OK
  22051. 929.41 s [pandoc] autolinks
  22052. 929.41 s [pandoc] with unicode dash following: OK
  22053. 929.41 s [pandoc] a partial URL (#2277): OK
  22054. 929.41 s [pandoc] with some attributes: OK
  22055. 929.42 s [pandoc] with some attributes and spaces: OK
  22056. 929.42 s [pandoc] links
  22057. 929.42 s [pandoc] no autolink inside link: OK
  22058. 929.42 s [pandoc] no inline link inside link: OK
  22059. 929.42 s [pandoc] no bare URI inside link: OK
  22060. 929.42 s [pandoc] Github wiki links
  22061. 929.42 s [pandoc] autolink: OK
  22062. 929.42 s [pandoc] link with title: OK
  22063. 929.42 s [pandoc] bad link with title: OK
  22064. 929.42 s [pandoc] autolink not being a link: OK
  22065. 929.42 s [pandoc] autolink not being a link with a square bracket: OK
  22066. 929.42 s [pandoc] link with inline start should be a link: OK
  22067. 929.42 s [pandoc] Headers
  22068. 929.42 s [pandoc] blank line before header: OK
  22069. 929.42 s [pandoc] bracketed text (#2062): OK
  22070. 929.42 s [pandoc] ATX header without trailing #s: OK
  22071. 929.42 s [pandoc] ATX header without trailing #s: OK
  22072. 929.42 s [pandoc] setext header: OK
  22073. 929.42 s [pandoc] Implicit header references
  22074. 929.42 s [pandoc] ATX header without trailing #s: OK
  22075. 929.42 s [pandoc] ATX header with trailing #s: OK
  22076. 929.42 s [pandoc] setext header: OK
  22077. 929.42 s [pandoc] smart punctuation
  22078. 929.42 s [pandoc] quote before ellipses: OK
  22079. 929.42 s [pandoc] apostrophe before emph: OK
  22080. 929.43 s [pandoc] apostrophe in French: OK
  22081. 929.43 s [pandoc] apostrophe after math: OK
  22082. 929.43 s [pandoc] unclosed double quote: OK
  22083. 929.43 s [pandoc] sub- and superscripts
  22084. 929.43 s [pandoc] normal subscript: OK
  22085. 929.43 s [pandoc] normal superscript: OK
  22086. 929.43 s [pandoc] short subscript delimited by space: OK
  22087. 929.43 s [pandoc] short subscript delimited by newline: OK
  22088. 929.43 s [pandoc] short subscript delimited by EOF: OK
  22089. 929.43 s [pandoc] short subscript delimited by punctuation: OK
  22090. 929.43 s [pandoc] short subscript delimited by emph: OK
  22091. 929.43 s [pandoc] no nesting in short subscripts: OK
  22092. 929.43 s [pandoc] short superscript delimited by space: OK
  22093. 929.43 s [pandoc] short superscript delimited by newline: OK
  22094. 929.43 s [pandoc] short superscript delimited by ExF: OK
  22095. 929.43 s [pandoc] short superscript delimited by punctuation: OK
  22096. 929.43 s [pandoc] short superscript delimited by emph: OK
  22097. 929.43 s [pandoc] no nesting in short superscripts: OK
  22098. 929.43 s [pandoc] footnotes
  22099. 929.43 s [pandoc] indent followed by newline and flush-left text: OK
  22100. 929.43 s [pandoc] indent followed by newline and indented text: OK
  22101. 929.43 s [pandoc] recursive note: OK
  22102. 929.43 s [pandoc] lhs
  22103. 929.43 s [pandoc] inverse bird tracks and html: OK
  22104. 929.43 s [pandoc] definition lists
  22105. 929.43 s [pandoc] no blank space: OK
  22106. 929.43 s [pandoc] blank space before first def: OK
  22107. 929.43 s [pandoc] blank space before second def: OK
  22108. 929.43 s [pandoc] laziness: OK
  22109. 929.43 s [pandoc] no blank space before first of two paragraphs: OK
  22110. 929.43 s [pandoc] first line not indented: OK
  22111. 929.43 s [pandoc] list in definition: OK
  22112. 929.43 s [pandoc] in div: OK
  22113. 929.43 s [pandoc] +compact_definition_lists
  22114. 929.43 s [pandoc] basic compact list: OK
  22115. 929.43 s [pandoc] lists
  22116. 929.43 s [pandoc] issue #1154: OK
  22117. 929.44 s [pandoc] issue #1636: OK
  22118. 929.44 s [pandoc] entities
  22119. 929.44 s [pandoc] character references: OK
  22120. 929.44 s [pandoc] numeric: OK
  22121. 929.44 s [pandoc] in link title: OK
  22122. 929.44 s [pandoc] citations
  22123. 929.44 s [pandoc] simple: OK
  22124. 929.44 s [pandoc] key starts with digit: OK
  22125. 929.44 s [pandoc] footnote/link following citation
  22126. 929.44 s [pandoc] footnote: OK
  22127. 929.44 s [pandoc] normal link: OK
  22128. 929.44 s [pandoc] reference link: OK
  22129. 929.44 s [pandoc] short reference link: OK
  22130. 929.44 s [pandoc] implicit header link: OK
  22131. 929.44 s [pandoc] regular citation: OK
  22132. 929.44 s [pandoc] HTML
  22133. 929.44 s [pandoc] base tag
  22134. 929.44 s [pandoc] simple: OK
  22135. 929.44 s [pandoc] slash at end of base: OK
  22136. 929.44 s [pandoc] slash at beginning of href: OK
  22137. 929.44 s [pandoc] absolute URL: OK
  22138. 929.44 s [pandoc] anchors
  22139. 929.44 s [pandoc] anchor without href: OK
  22140. 929.44 s [pandoc] img
  22141. 929.44 s [pandoc] data-external attribute: OK
  22142. 929.44 s [pandoc] title: OK
  22143. 929.44 s [pandoc] lang
  22144. 929.44 s [pandoc] lang on <html>: OK
  22145. 929.44 s [pandoc] xml:lang on <html>: OK
  22146. 929.44 s [pandoc] main
  22147. 929.44 s [pandoc] <main> contents are parsed: OK
  22148. 929.44 s [pandoc] <main role=X> becomes <div role=X>: OK
  22149. 929.44 s [pandoc] <main> has attributes preserved: OK
  22150. 929.44 s [pandoc] <main> closes <p>: OK
  22151. 929.44 s [pandoc] <main> followed by text: OK
  22152. 929.44 s [pandoc] code
  22153. 929.44 s [pandoc] inline code block: OK
  22154. 929.44 s [pandoc] tt
  22155. 929.44 s [pandoc] inline tt block: OK
  22156. 929.44 s [pandoc] samp
  22157. 929.44 s [pandoc] inline samp block: OK
  22158. 929.44 s [pandoc] var
  22159. 929.44 s [pandoc] inline var block: OK
  22160. 929.44 s [pandoc] header
  22161. 929.44 s [pandoc] <header> is parsed as a div: OK
  22162. 929.44 s [pandoc] code block
  22163. 929.44 s [pandoc] attributes in pre > code element: OK
  22164. 929.44 s [pandoc] attributes in pre take precedence: OK
  22165. 929.57 s [pandoc] Round trip: OK (0.12s)
  22166. 929.57 s [pandoc] +++ OK, passed 25 tests.
  22167. 929.57 s [pandoc] JATS
  22168. 929.57 s [pandoc] inline code
  22169. 929.57 s [pandoc] basic: OK
  22170. 929.57 s [pandoc] block code
  22171. 929.57 s [pandoc] basic: OK
  22172. 929.57 s [pandoc] lang: OK
  22173. 929.57 s [pandoc] images
  22174. 929.57 s [pandoc] basic: OK
  22175. 929.57 s [pandoc] alt-text: OK
  22176. 929.57 s [pandoc] bullet list: OK
  22177. 929.57 s [pandoc] definition lists
  22178. 929.57 s [pandoc] with internal link: OK
  22179. 929.57 s [pandoc] math
  22180. 929.57 s [pandoc] escape |: OK
  22181. 929.57 s [pandoc] tex-math only: OK
  22182. 929.57 s [pandoc] math ml only: OK
  22183. 929.57 s [pandoc] headers
  22184. 929.57 s [pandoc] unnumbered sub header: OK
  22185. 929.57 s [pandoc] containing image: OK
  22186. 929.57 s [pandoc] metadata
  22187. 929.57 s [pandoc] abstract: OK
  22188. 929.57 s [pandoc] Jira
  22189. 929.57 s [pandoc] para
  22190. 929.57 s [pandoc] Simple sentence: OK
  22191. 929.57 s [pandoc] leading blank lines: OK
  22192. 929.57 s [pandoc] header
  22193. 929.57 s [pandoc] header: OK
  22194. 929.57 s [pandoc] list
  22195. 929.57 s [pandoc] simple list: OK
  22196. 929.57 s [pandoc] list with minus as bullets: OK
  22197. 929.57 s [pandoc] ordered list / enumeration: OK
  22198. 929.57 s [pandoc] block quote
  22199. 929.57 s [pandoc] simple block quote: OK
  22200. 929.57 s [pandoc] block quote between paragraphs: OK
  22201. 929.57 s [pandoc] table
  22202. 929.57 s [pandoc] table without header: OK
  22203. 929.57 s [pandoc] table with header: OK
  22204. 929.58 s [pandoc] table with column header: OK
  22205. 929.58 s [pandoc] table after paragraph: OK
  22206. 929.58 s [pandoc] panel
  22207. 929.58 s [pandoc] simple panel: OK
  22208. 929.58 s [pandoc] inlines
  22209. 929.58 s [pandoc] emphasis: OK
  22210. 929.58 s [pandoc] deleted: OK
  22211. 929.58 s [pandoc] monospaced: OK
  22212. 929.58 s [pandoc] sub- and superscript: OK
  22213. 929.58 s [pandoc] citation: OK
  22214. 929.58 s [pandoc] color: OK
  22215. 929.58 s [pandoc] hexcolor: OK
  22216. 929.58 s [pandoc] linebreak: OK
  22217. 929.58 s [pandoc] links
  22218. 929.58 s [pandoc] external: OK
  22219. 929.58 s [pandoc] URL in alias: OK
  22220. 929.58 s [pandoc] email: OK
  22221. 929.58 s [pandoc] email with description: OK
  22222. 929.58 s [pandoc] attachment: OK
  22223. 929.58 s [pandoc] attachment with description: OK
  22224. 929.58 s [pandoc] user: OK
  22225. 929.58 s [pandoc] user with description: OK
  22226. 929.58 s [pandoc] 'smart' link: OK
  22227. 929.58 s [pandoc] 'smart' card: OK
  22228. 929.58 s [pandoc] image: OK
  22229. 929.58 s [pandoc] thumbnail image: OK
  22230. 929.58 s [pandoc] image with attributes: OK
  22231. 929.58 s [pandoc] inserted text: OK
  22232. 929.58 s [pandoc] HTML entity: OK
  22233. 929.58 s [pandoc] non-strikeout dashes: OK
  22234. 929.58 s [pandoc] Org
  22235. 929.58 s [pandoc] Inlines
  22236. 929.58 s [pandoc] Plain String: OK
  22237. 929.58 s [pandoc] Emphasis: OK
  22238. 929.58 s [pandoc] Strong: OK
  22239. 929.58 s [pandoc] Strong Emphasis: OK
  22240. 929.58 s [pandoc] Emphasized Strong preceded by space: OK
  22241. 929.58 s [pandoc] Underline: OK
  22242. 929.58 s [pandoc] Strikeout: OK
  22243. 929.58 s [pandoc] Verbatim: OK
  22244. 929.58 s [pandoc] Code: OK
  22245. 929.58 s [pandoc] Math $..$: OK
  22246. 929.58 s [pandoc] Math $$..$$: OK
  22247. 929.58 s [pandoc] Math \[..\]: OK
  22248. 929.58 s [pandoc] Math \(..\): OK
  22249. 929.58 s [pandoc] Symbol: OK
  22250. 929.58 s [pandoc] Superscript simple expression: OK
  22251. 929.58 s [pandoc] Superscript multi char: OK
  22252. 929.58 s [pandoc] Subscript simple expression: OK
  22253. 929.58 s [pandoc] Subscript multi char: OK
  22254. 929.59 s [pandoc] Linebreak: OK
  22255. 929.59 s [pandoc] Inline note: OK
  22256. 929.59 s [pandoc] By default, markup-chars not occurring on word break...: OK
  22257. 929.59 s [pandoc] No empty markup: OK
  22258. 929.59 s [pandoc] Adherence to Org's rules for markup borders: OK
  22259. 929.59 s [pandoc] Quotes are allowed border chars: OK
  22260. 929.59 s [pandoc] Spaces are forbidden border chars: OK
  22261. 929.59 s [pandoc] Zero width spaces are forbidden border chars: OK
  22262. 929.59 s [pandoc] Markup should work properly after a blank line: OK
  22263. 929.59 s [pandoc] Inline math must stay within three lines: OK
  22264. 929.59 s [pandoc] Single-character math: OK
  22265. 929.59 s [pandoc] Markup may not span more than two lines: OK
  22266. 929.59 s [pandoc] Sub- and superscript expressions: OK
  22267. 929.59 s [pandoc] Verbatim text can contain equal signs (=): OK
  22268. 929.59 s [pandoc] Images
  22269. 929.59 s [pandoc] Image: OK
  22270. 929.59 s [pandoc] Image with explicit file: prefix: OK
  22271. 929.60 s [pandoc] Multiple images within a paragraph: OK
  22272. 929.60 s [pandoc] Image with html attributes: OK
  22273. 929.60 s [pandoc] HTML attributes can have trailing spaces: OK
  22274. 929.60 s [pandoc] Uppercase extension: OK
  22275. 929.60 s [pandoc] Explicit link: OK
  22276. 929.60 s [pandoc] Self-link: OK
  22277. 929.60 s [pandoc] Internal self-link (reference): OK
  22278. 929.60 s [pandoc] Absolute file link: OK
  22279. 929.60 s [pandoc] Link to file in parent directory: OK
  22280. 929.60 s [pandoc] Empty link (for gitit interop): OK
  22281. 929.60 s [pandoc] Image link: OK
  22282. 929.60 s [pandoc] Image link with non-image target: OK
  22283. 929.60 s [pandoc] Link to image: OK
  22284. 929.60 s [pandoc] Plain link: OK
  22285. 929.60 s [pandoc] Angle link: OK
  22286. 929.60 s [pandoc] Absolute file link: OK
  22287. 929.60 s [pandoc] File link: OK
  22288. 929.60 s [pandoc] Anchor: OK
  22289. 929.60 s [pandoc] Inline code block: OK
  22290. 929.60 s [pandoc] Inline code block with arguments: OK
  22291. 929.60 s [pandoc] Inline code block with a blank argument array: OK
  22292. 929.60 s [pandoc] Inline code block with toggle: OK
  22293. 929.60 s [pandoc] Inline LaTeX symbol: OK
  22294. 929.60 s [pandoc] Inline LaTeX command: OK
  22295. 929.60 s [pandoc] Inline LaTeX command with spaces: OK
  22296. 929.61 s [pandoc] Inline math symbols: OK
  22297. 929.61 s [pandoc] Inline LaTeX math command: OK
  22298. 929.61 s [pandoc] Unknown inline LaTeX command: OK
  22299. 929.61 s [pandoc] Export snippet: OK
  22300. 929.61 s [pandoc] MathML symbol in LaTeX-style: OK
  22301. 929.61 s [pandoc] MathML symbol in LaTeX-style, including braces: OK
  22302. 929.61 s [pandoc] MathML copy sign: OK
  22303. 929.61 s [pandoc] MathML symbols, space separated: OK
  22304. 929.61 s [pandoc] Macro: OK
  22305. 929.61 s [pandoc] Macro duplicating its argument: OK
  22306. 929.61 s [pandoc] Macro called with too few arguments: OK
  22307. 929.61 s [pandoc] Macro called with an escaped comma: OK
  22308. 929.61 s [pandoc] Citations
  22309. 929.61 s [pandoc] Org-cite citations
  22310. 929.61 s [pandoc] Citation: OK
  22311. 929.61 s [pandoc] Citation containing text: OK
  22312. 929.61 s [pandoc] Author-in-text citation with locator and suffix: OK
  22313. 929.62 s [pandoc] org-ref citations
  22314. 929.62 s [pandoc] simple citation: OK
  22315. 929.62 s [pandoc] simple citation with underscores: OK
  22316. 929.62 s [pandoc] simple citation succeeded by comma: OK
  22317. 929.62 s [pandoc] simple citation succeeded by dot: OK
  22318. 929.62 s [pandoc] simple citation succeeded by colon: OK
  22319. 929.62 s [pandoc] simple citep citation: OK
  22320. 929.62 s [pandoc] multiple simple citations: OK
  22321. 929.62 s [pandoc] multiple simple citations succeeded by comma: OK
  22322. 929.62 s [pandoc] extended citation: OK
  22323. 929.62 s [pandoc] LaTeX citation: OK
  22324. 929.62 s [pandoc] Footnotes
  22325. 929.62 s [pandoc] Footnote: OK
  22326. 929.62 s [pandoc] Two footnotes: OK
  22327. 929.62 s [pandoc] Emphasized text before footnote: OK
  22328. 929.62 s [pandoc] Footnote that starts with emphasized text: OK
  22329. 929.62 s [pandoc] Footnote followed by header: OK
  22330. 929.62 s [pandoc] Footnote followed by two blank lines: OK
  22331. 929.62 s [pandoc] Smart punctuation
  22332. 929.62 s [pandoc] quote before ellipses: OK
  22333. 929.62 s [pandoc] apostrophe before emph: OK
  22334. 929.62 s [pandoc] apostrophe in French: OK
  22335. 929.63 s [pandoc] Quotes cannot occur at the end of emphasized text: OK
  22336. 929.63 s [pandoc] Dashes are allowed at the borders of emphasis': OK
  22337. 929.63 s [pandoc] Single quotes can be followed by emphasized text: OK
  22338. 929.63 s [pandoc] Double quotes can be followed by emphasized text: OK
  22339. 929.63 s [pandoc] Basic Blocks
  22340. 929.63 s [pandoc] Paragraph: OK
  22341. 929.63 s [pandoc] Paragraph starting with an asterisk: OK
  22342. 929.63 s [pandoc] Paragraph containing asterisk at beginning of line: OK
  22343. 929.63 s [pandoc] Example block: OK
  22344. 929.63 s [pandoc] Example block surrounded by text: OK
  22345. 929.63 s [pandoc] Horizontal Rule: OK
  22346. 929.63 s [pandoc] Not a Horizontal Rule: OK
  22347. 929.63 s [pandoc] Comments
  22348. 929.63 s [pandoc] Comment Block: OK
  22349. 929.63 s [pandoc] Comment line: OK
  22350. 929.63 s [pandoc] Empty comment line: OK
  22351. 929.63 s [pandoc] Blocks and fragments
  22352. 929.63 s [pandoc] HTML block: OK
  22353. 929.63 s [pandoc] Quote block: OK
  22354. 929.63 s [pandoc] Verse block: OK
  22355. 929.63 s [pandoc] Verse block with blank lines: OK
  22356. 929.63 s [pandoc] Verse block with varying indentation: OK
  22357. 929.63 s [pandoc] Raw block LaTeX: OK
  22358. 929.63 s [pandoc] Raw LaTeX line: OK
  22359. 929.63 s [pandoc] Raw Beamer line: OK
  22360. 929.63 s [pandoc] Raw HTML line: OK
  22361. 929.63 s [pandoc] Export block HTML: OK
  22362. 929.63 s [pandoc] LaTeX fragment: OK
  22363. 929.63 s [pandoc] One-line LaTeX fragment: OK
  22364. 929.63 s [pandoc] LaTeX fragment with more arguments: OK
  22365. 929.63 s [pandoc] Convert blank lines in blocks to single newlines: OK
  22366. 929.64 s [pandoc] Accept `attr_html` attributes for generic block: OK
  22367. 929.64 s [pandoc] Headers
  22368. 929.64 s [pandoc] First Level Header: OK
  22369. 929.64 s [pandoc] Third Level Header: OK
  22370. 929.64 s [pandoc] Compact Headers with Paragraph: OK
  22371. 929.65 s [pandoc] Separated Headers with Paragraph: OK
  22372. 929.65 s [pandoc] Headers not preceded by a blank line: OK
  22373. 929.65 s [pandoc] Todo keywords
  22374. 929.65 s [pandoc] Header with known todo keyword: OK
  22375. 929.65 s [pandoc] Header marked as done: OK
  22376. 929.65 s [pandoc] emphasis in first word: OK
  22377. 929.66 s [pandoc] Header with unknown todo keyword: OK
  22378. 929.66 s [pandoc] Custom todo keywords: OK
  22379. 929.66 s [pandoc] Custom todo keywords with multiple done-states: OK
  22380. 929.67 s [pandoc] Tagged headers: OK
  22381. 929.67 s [pandoc] Untagged header containing colons: OK
  22382. 929.67 s [pandoc] Untagged header time followed by colon: OK
  22383. 929.67 s [pandoc] tag followed by text: OK
  22384. 929.67 s [pandoc] Header starting with strokeout text: OK
  22385. 929.68 s [pandoc] Comment Trees: OK
  22386. 929.68 s [pandoc] Nothing but a COMMENT header: OK
  22387. 929.68 s [pandoc] Tree with :noexport:: OK
  22388. 929.68 s [pandoc] Subtree with :noexport:: OK
  22389. 929.68 s [pandoc] Preferences are treated as header attributes: OK
  22390. 929.68 s [pandoc] Headers marked with a unnumbered property get a clas...: OK
  22391. 929.68 s [pandoc] planning information
  22392. 929.68 s [pandoc] Planning info is not included in output: OK
  22393. 929.68 s [pandoc] Properties after planning info are recognized: OK
  22394. 929.68 s [pandoc] Planning info followed by test: OK
  22395. 929.68 s [pandoc] third and forth level headers: OK
  22396. 929.68 s [pandoc] Figures
  22397. 929.68 s [pandoc] Figure: OK
  22398. 929.68 s [pandoc] Figure with no name: OK
  22399. 929.68 s [pandoc] Figure with `fig:` prefix in name: OK
  22400. 929.68 s [pandoc] Figure with HTML attributes: OK
  22401. 929.69 s [pandoc] LaTeX attributes are ignored: OK
  22402. 929.69 s [pandoc] Labelled figure: OK
  22403. 929.69 s [pandoc] Figure with empty caption: OK
  22404. 929.69 s [pandoc] Lists
  22405. 929.69 s [pandoc] Simple Bullet Lists: OK
  22406. 929.69 s [pandoc] Simple Bullet List with Ignored Counter Cookie: OK
  22407. 929.69 s [pandoc] Indented Bullet Lists: OK
  22408. 929.69 s [pandoc] Unindented *: OK
  22409. 929.69 s [pandoc] Multi-line Bullet Lists: OK
  22410. 929.69 s [pandoc] Nested Bullet Lists: OK
  22411. 929.69 s [pandoc] Bullet List with Decreasing Indent: OK
  22412. 929.69 s [pandoc] Header follows Bullet List: OK
  22413. 929.69 s [pandoc] Bullet List Unindented with trailing Header: OK
  22414. 929.69 s [pandoc] Empty bullet points: OK
  22415. 929.69 s [pandoc] Task list: OK
  22416. 929.69 s [pandoc] Task List with Counter Cookies: OK
  22417. 929.69 s [pandoc] Task with alphabetical markers and counter cookie: OK
  22418. 929.69 s [pandoc] Simple Ordered List: OK
  22419. 929.69 s [pandoc] Simple Ordered List with fancy lists extension: OK
  22420. 929.69 s [pandoc] Simple Ordered List with lower alpha marker: OK
  22421. 929.70 s [pandoc] Simple Ordered List with upper and lower alpha markers: OK
  22422. 929.70 s [pandoc] Simple Ordered List with Counter Cookie: OK
  22423. 929.70 s [pandoc] Simple Ordered List with Alphabetical Counter Cookie: OK
  22424. 929.70 s [pandoc] Simple Ordered List with Ignored Counter Cookie: OK
  22425. 929.70 s [pandoc] Simple Ordered List with Parens: OK
  22426. 929.70 s [pandoc] Indented Ordered List: OK
  22427. 929.70 s [pandoc] Empty ordered list item: OK
  22428. 929.70 s [pandoc] Empty ordered list item with fancy lists extension: OK
  22429. 929.70 s [pandoc] Empty ordered list item with counter cookie: OK
  22430. 929.70 s [pandoc] Nested Ordered Lists: OK
  22431. 929.70 s [pandoc] Ordered List in Bullet List: OK
  22432. 929.70 s [pandoc] Bullet List in Ordered List: OK
  22433. 929.70 s [pandoc] Definition List: OK
  22434. 929.70 s [pandoc] Definition list with multi-word term: OK
  22435. 929.70 s [pandoc] Compact definition list: OK
  22436. 929.70 s [pandoc] Definition List With Trailing Header: OK
  22437. 929.70 s [pandoc] Definition lists double-colon markers must be surrou...: OK
  22438. 929.70 s [pandoc] Loose bullet list: OK
  22439. 929.71 s [pandoc] Recognize preceding paragraphs in non-list contexts: OK
  22440. 929.71 s [pandoc] Markup after header and list: OK
  22441. 929.71 s [pandoc] CodeBlocks
  22442. 929.71 s [pandoc] Source block: OK
  22443. 929.71 s [pandoc] Source block with indented code: OK
  22444. 929.71 s [pandoc] Source block with tab-indented code: OK
  22445. 929.71 s [pandoc] Empty source block: OK
  22446. 929.71 s [pandoc] Source block between paragraphs: OK
  22447. 929.71 s [pandoc] Source block with babel arguments: OK
  22448. 929.71 s [pandoc] Source block with results and :exports both: OK
  22449. 929.71 s [pandoc] Source block with results and :exports code: OK
  22450. 929.71 s [pandoc] Source block with results and :exports results: OK
  22451. 929.71 s [pandoc] Source block with results and :exports none: OK
  22452. 929.71 s [pandoc] Source block with toggling header arguments: OK
  22453. 929.71 s [pandoc] Source block with line number switch: OK
  22454. 929.71 s [pandoc] Source block with multi-word parameter values: OK
  22455. 929.71 s [pandoc] Example block: OK
  22456. 929.71 s [pandoc] Code block with caption: OK
  22457. 929.71 s [pandoc] Non-letter chars in source block parameters: OK
  22458. 929.71 s [pandoc] Tables
  22459. 929.72 s [pandoc] Single cell table: OK
  22460. 929.72 s [pandoc] Multi cell table: OK
  22461. 929.72 s [pandoc] Multi line table: OK
  22462. 929.72 s [pandoc] Empty table: OK
  22463. 929.72 s [pandoc] Glider Table: OK
  22464. 929.72 s [pandoc] Table between Paragraphs: OK
  22465. 929.72 s [pandoc] Table with Header: OK
  22466. 929.72 s [pandoc] Table with final hline: OK
  22467. 929.73 s [pandoc] Table in a box: OK
  22468. 929.73 s [pandoc] Table with empty cells: OK
  22469. 929.73 s [pandoc] Table with empty rows: OK
  22470. 929.73 s [pandoc] Table with alignment row: OK
  22471. 929.73 s [pandoc] Pipe within text doesn't start a table: OK
  22472. 929.73 s [pandoc] Missing pipe at end of row: OK
  22473. 929.73 s [pandoc] Table with differing row lengths: OK
  22474. 929.73 s [pandoc] Table with caption: OK
  22475. 929.73 s [pandoc] named table: OK
  22476. 929.73 s [pandoc] Meta Information
  22477. 929.73 s [pandoc] Comments
  22478. 929.73 s [pandoc] Comment: OK
  22479. 929.73 s [pandoc] Hash not followed by space is text: OK
  22480. 929.74 s [pandoc] Comment surrounded by Text: OK
  22481. 929.74 s [pandoc] Export settings
  22482. 929.74 s [pandoc] Title: OK
  22483. 929.74 s [pandoc] Author
  22484. 929.74 s [pandoc] sets 'author' field: OK
  22485. 929.74 s [pandoc] Multiple author lines: OK
  22486. 929.74 s [pandoc] Date: OK
  22487. 929.74 s [pandoc] Description
  22488. 929.74 s [pandoc] Single line: OK
  22489. 929.74 s [pandoc] Multiline: OK
  22490. 929.74 s [pandoc] Subtitle: OK
  22491. 929.74 s [pandoc] Keywords: OK
  22492. 929.74 s [pandoc] Institute: OK
  22493. 929.74 s [pandoc] Document language: OK
  22494. 929.74 s [pandoc] Todo sequences
  22495. 929.74 s [pandoc] not included in document: OK
  22496. 929.74 s [pandoc] can contain multiple pipe characters: OK
  22497. 929.74 s [pandoc] LaTeX
  22498. 929.74 s [pandoc] LATEX_HEADER: OK
  22499. 929.74 s [pandoc] LATEX_HEADER_EXTRA: OK
  22500. 929.74 s [pandoc] LaTeX_CLASS
  22501. 929.74 s [pandoc] stored as documentclass: OK
  22502. 929.74 s [pandoc] last definition takes precedence: OK
  22503. 929.74 s [pandoc] LATEX_CLASS_OPTIONS as classoption: OK
  22504. 929.74 s [pandoc] HTML
  22505. 929.74 s [pandoc] HTML_HEAD values are added to header-includes: OK
  22506. 929.74 s [pandoc] HTML_HEAD_EXTRA behaves like HTML_HEAD: OK
  22507. 929.74 s [pandoc] Non-export keywords
  22508. 929.74 s [pandoc] #+link
  22509. 929.74 s [pandoc] Link abbreviation: OK
  22510. 929.74 s [pandoc] Link abbreviation, defined after first use: OK
  22511. 929.75 s [pandoc] Link abbreviation, URL encoded arguments: OK
  22512. 929.75 s [pandoc] Link abbreviation, append arguments: OK
  22513. 929.75 s [pandoc] emphasis config
  22514. 929.75 s [pandoc] Changing pre chars for emphasis: OK
  22515. 929.75 s [pandoc] Changing post chars for emphasis: OK
  22516. 929.75 s [pandoc] setting an invalid value restores the default: OK
  22517. 929.75 s [pandoc] Unknown keyword: OK
  22518. 929.75 s [pandoc] Properties drawer: OK
  22519. 929.75 s [pandoc] Logbook drawer: OK
  22520. 929.75 s [pandoc] Drawer surrounded by text: OK
  22521. 929.75 s [pandoc] Drawer markers must be the only text in the line: OK
  22522. 929.75 s [pandoc] Drawers can be arbitrary: OK
  22523. 929.75 s [pandoc] Anchor reference: OK
  22524. 929.75 s [pandoc] Search links are read as emph: OK
  22525. 929.75 s [pandoc] Link to nonexistent anchor: OK
  22526. 929.75 s [pandoc] Directives
  22527. 929.75 s [pandoc] export options
  22528. 929.75 s [pandoc] disable simple sub/superscript syntax: OK
  22529. 929.75 s [pandoc] directly select drawers to be exported: OK
  22530. 929.75 s [pandoc] exclude drawers from being exported: OK
  22531. 929.75 s [pandoc] don't include archive trees: OK
  22532. 929.76 s [pandoc] include complete archive trees: OK
  22533. 929.76 s [pandoc] include archive tree header only: OK
  22534. 929.76 s [pandoc] limit headline depth: OK
  22535. 929.76 s [pandoc] turn all headlines into lists: OK
  22536. 929.76 s [pandoc] preserve linebreaks as hard breaks: OK
  22537. 929.76 s [pandoc] disable author export: OK
  22538. 929.76 s [pandoc] disable creator export: OK
  22539. 929.76 s [pandoc] disable email export: OK
  22540. 929.76 s [pandoc] disable MathML-like entities: OK
  22541. 929.76 s [pandoc] Option f
  22542. 929.76 s [pandoc] disable inline footnotes: OK
  22543. 929.76 s [pandoc] disable reference footnotes: OK
  22544. 929.76 s [pandoc] disable inclusion of todo keywords: OK
  22545. 929.76 s [pandoc] remove tags from headlines: OK
  22546. 929.76 s [pandoc] LaTeX
  22547. 929.76 s [pandoc] Include LaTeX fragments
  22548. 929.76 s [pandoc] Inline command: OK
  22549. 929.77 s [pandoc] Alpha: OK
  22550. 929.77 s [pandoc] equation environment: OK
  22551. 929.77 s [pandoc] Ignore LaTeX fragments
  22552. 929.77 s [pandoc] Inline command: OK
  22553. 929.77 s [pandoc] MathML symbol (alpha): OK
  22554. 929.77 s [pandoc] equation environment: OK
  22555. 929.77 s [pandoc] Verbatim LaTeX
  22556. 929.77 s [pandoc] Inline command: OK
  22557. 929.77 s [pandoc] MathML symbol (alpha): OK
  22558. 929.77 s [pandoc] equation environment: OK
  22559. 929.77 s [pandoc] planning information
  22560. 929.77 s [pandoc] include planning info after headlines: OK
  22561. 929.77 s [pandoc] empty planning info is not included: OK
  22562. 929.77 s [pandoc] Option |
  22563. 929.77 s [pandoc] disable export of tables: OK
  22564. 929.77 s [pandoc] unknown options
  22565. 929.77 s [pandoc] unknown options are ignored: OK
  22566. 929.77 s [pandoc] highlighting after unknown option: OK
  22567. 929.77 s [pandoc] unknown option interleaved with known: OK
  22568. 929.77 s [pandoc] Include
  22569. 929.77 s [pandoc] file inclusion: OK
  22570. 929.77 s [pandoc] Included file belongs to item: OK
  22571. 929.77 s [pandoc] Default include preserves level: OK
  22572. 929.77 s [pandoc] Minlevel shifts level leftward: OK
  22573. 929.77 s [pandoc] Minlevel shifts level rightward: OK
  22574. 929.77 s [pandoc] Include file as source code snippet: OK
  22575. 929.77 s [pandoc] Include file as export snippet: OK
  22576. 929.77 s [pandoc] include directive is limited to one line: OK
  22577. 929.77 s [pandoc] RST
  22578. 929.78 s [pandoc] line block with blank line: OK
  22579. 929.78 s [pandoc] field list
  22580. 929.78 s [pandoc] general: OK
  22581. 929.78 s [pandoc] metadata: OK
  22582. 929.78 s [pandoc] with inline markup: OK
  22583. 929.78 s [pandoc] URLs with following punctuation: OK
  22584. 929.78 s [pandoc] Reference names with special characters: OK
  22585. 929.79 s [pandoc] Code directive with class and number-lines: OK
  22586. 929.79 s [pandoc] Code directive with number-lines, no line specified: OK
  22587. 929.79 s [pandoc] literal / line / code blocks
  22588. 929.79 s [pandoc] indented literal block: OK
  22589. 929.79 s [pandoc] line block with 3 lines: OK
  22590. 929.79 s [pandoc] line blocks with blank lines: OK
  22591. 929.79 s [pandoc] quoted literal block using >: OK
  22592. 929.79 s [pandoc] quoted literal block using | (not a line block): OK
  22593. 929.79 s [pandoc] class directive with single paragraph: OK
  22594. 929.79 s [pandoc] class directive with two paragraphs: OK
  22595. 929.79 s [pandoc] class directive around literal block: OK
  22596. 929.79 s [pandoc] interpreted text roles
  22597. 929.79 s [pandoc] literal role prefix: OK
  22598. 929.79 s [pandoc] literal role postfix: OK
  22599. 929.79 s [pandoc] literal text: OK
  22600. 929.79 s [pandoc] code role: OK
  22601. 929.79 s [pandoc] inherited code role: OK
  22602. 929.79 s [pandoc] custom code role with language field: OK
  22603. 929.79 s [pandoc] custom role with class field: OK
  22604. 929.79 s [pandoc] custom role with class field containing multiple whi...: OK
  22605. 929.79 s [pandoc] custom role with inherited class field: OK
  22606. 929.79 s [pandoc] custom role with unspecified parent role: OK
  22607. 929.79 s [pandoc] role with recursive inheritance: OK
  22608. 929.79 s [pandoc] unknown role: OK
  22609. 929.79 s [pandoc] footnotes
  22610. 929.79 s [pandoc] remove space before note: OK
  22611. 929.79 s [pandoc] inlines
  22612. 929.79 s [pandoc] links can contain an URI without being parsed twice ...: OK
  22613. 929.79 s [pandoc] inline markup cannot be nested: OK
  22614. 929.79 s [pandoc] bare URI parsing disabled inside emphasis (#4561): OK
  22615. 929.79 s [pandoc] include newlines: OK
  22616. 929.80 s [pandoc] RTF
  22617. 929.80 s [pandoc] footnote: OK
  22618. 929.80 s [pandoc] accent: OK
  22619. 929.80 s [pandoc] unicode: OK
  22620. 929.81 s [pandoc] image: OK
  22621. 929.81 s [pandoc] link: OK
  22622. 929.82 s [pandoc] heading: OK (0.01s)
  22623. 929.83 s [pandoc] formatting: OK
  22624. 929.83 s [pandoc] list_simple: OK
  22625. 929.85 s [pandoc] list_complex: OK (0.02s)
  22626. 929.85 s [pandoc] bookmark: OK
  22627. 929.85 s [pandoc] table_simple: OK
  22628. 929.86 s [pandoc] table_error_codes: OK
  22629. 929.86 s [pandoc] Docx
  22630. 929.86 s [pandoc] document
  22631. 929.86 s [pandoc] allow different document.xml file as defined in _rel...: OK
  22632. 929.86 s [pandoc] inlines
  22633. 929.86 s [pandoc] font formatting: OK
  22634. 929.86 s [pandoc] font formatting with character styles: OK
  22635. 929.86 s [pandoc] hyperlinks: OK
  22636. 929.86 s [pandoc] hyperlinks in <w:instrText> tag: OK
  22637. 929.86 s [pandoc] nested fields with <w:instrText> tag: OK
  22638. 929.86 s [pandoc] empty fields with <w:instrText> tag: OK
  22639. 929.87 s [pandoc] pageref hyperlinks in <w:instrText> tag: OK
  22640. 929.87 s [pandoc] inline image: OK
  22641. 929.87 s [pandoc] VML image: OK
  22642. 929.87 s [pandoc] VML image as object: OK
  22643. 929.87 s [pandoc] inline image in links: OK
  22644. 929.87 s [pandoc] handling unicode input: OK
  22645. 929.87 s [pandoc] literal tabs: OK
  22646. 929.87 s [pandoc] special punctuation: OK
  22647. 929.87 s [pandoc] normalizing inlines: OK
  22648. 929.87 s [pandoc] normalizing inlines deep inside blocks: OK
  22649. 929.87 s [pandoc] move trailing spaces outside of formatting: OK
  22650. 929.87 s [pandoc] remove trailing spaces from last inline: OK
  22651. 929.87 s [pandoc] inline code (with VerbatimChar style): OK
  22652. 929.87 s [pandoc] inline code in subscript and superscript: OK
  22653. 929.88 s [pandoc] inlines inside of Structured Document Tags: OK
  22654. 929.88 s [pandoc] Structured Document Tags in footnotes: OK
  22655. 929.89 s [pandoc] nested Structured Document Tags: OK
  22656. 929.89 s [pandoc] nested Smart Tags: OK
  22657. 929.89 s [pandoc] remove anchor spans with nothing pointing to them: OK
  22658. 929.89 s [pandoc] collapse overlapping targets (anchor spans): OK
  22659. 929.89 s [pandoc] anchor in header after anchor: OK
  22660. 929.89 s [pandoc] text in shape format: OK
  22661. 929.89 s [pandoc] blocks
  22662. 929.89 s [pandoc] headers: OK
  22663. 929.89 s [pandoc] headers already having auto identifiers: OK
  22664. 929.89 s [pandoc] avoid zero-level headers: OK
  22665. 929.90 s [pandoc] nested anchor spans in header: OK
  22666. 929.90 s [pandoc] single numbered item not made into list: OK
  22667. 929.90 s [pandoc] enumerated headers not made into numbered list: OK
  22668. 929.90 s [pandoc] i18n blocks (headers and blockquotes): OK
  22669. 929.90 s [pandoc] lists: OK
  22670. 929.90 s [pandoc] compact lists: OK
  22671. 929.90 s [pandoc] lists with level overrides: OK
  22672. 929.90 s [pandoc] lists continuing after interruption: OK
  22673. 929.90 s [pandoc] lists restarting after interruption: OK
  22674. 929.90 s [pandoc] sublists reset numbering to 1: OK
  22675. 929.90 s [pandoc] definition lists: OK
  22676. 929.90 s [pandoc] task lists: OK
  22677. 929.91 s [pandoc] custom defined lists in styles: OK
  22678. 929.91 s [pandoc] user deletes bullet after list item (=> part of item...: OK
  22679. 929.91 s [pandoc] user deletes bullet after par (=> new par): OK
  22680. 929.91 s [pandoc] footnotes and endnotes: OK
  22681. 929.91 s [pandoc] links in footnotes and endnotes: OK
  22682. 929.91 s [pandoc] blockquotes (parsing indent as blockquote): OK
  22683. 929.91 s [pandoc] blockquotes (parsing indent relative to the indent o...: OK
  22684. 929.91 s [pandoc] hanging indents: OK
  22685. 929.92 s [pandoc] tables: OK
  22686. 929.92 s [pandoc] tables with lists in cells: OK
  22687. 929.94 s [pandoc] a table with a header which contains rowspans greate...: OK (0.02s)
  22688. 929.95 s [pandoc] tables with one row: OK
  22689. 929.95 s [pandoc] tables with just one row, which is a header: OK
  22690. 929.95 s [pandoc] tables with variable width: OK
  22691. 929.95 s [pandoc] tables with captions which contain a Table field: OK
  22692. 929.96 s [pandoc] tables with captions which don't contain a Table field: OK
  22693. 929.96 s [pandoc] code block: OK
  22694. 929.96 s [pandoc] combine adjacent code blocks: OK
  22695. 929.96 s [pandoc] dropcap paragraphs: OK
  22696. 929.96 s [pandoc] citations
  22697. 929.96 s [pandoc] zotero with -citations: OK
  22698. 930.09 s [pandoc] zotero with +citations: OK (0.10s)
  22699. 930.09 s [pandoc] mendeley with -citations: OK
  22700. 930.09 s [pandoc] mendeley with +citations: OK (0.02s)
  22701. 930.09 s [pandoc] track changes
  22702. 930.09 s [pandoc] insertion (default): OK
  22703. 930.09 s [pandoc] insert insertion (accept): OK
  22704. 930.09 s [pandoc] remove insertion (reject): OK
  22705. 930.09 s [pandoc] deletion (default): OK
  22706. 930.09 s [pandoc] remove deletion (accept): OK
  22707. 930.09 s [pandoc] insert deletion (reject): OK
  22708. 930.09 s [pandoc] keep insertion (all): OK
  22709. 930.09 s [pandoc] keep deletion (all): OK
  22710. 930.09 s [pandoc] move text (accept): OK
  22711. 930.09 s [pandoc] move text (reject): OK
  22712. 930.09 s [pandoc] move text (all): OK
  22713. 930.09 s [pandoc] comments (accept -- no comments): OK
  22714. 930.09 s [pandoc] comments (reject -- comments): OK
  22715. 930.10 s [pandoc] comments (all comments): OK
  22716. 930.10 s [pandoc] paragraph insertion/deletion (accept): OK
  22717. 930.10 s [pandoc] paragraph insertion/deletion (reject): OK
  22718. 930.10 s [pandoc] paragraph insertion/deletion (all): OK
  22719. 930.10 s [pandoc] paragraph insertion/deletion (all): OK
  22720. 930.10 s [pandoc] comment warnings (accept -- no warnings): OK
  22721. 930.10 s [pandoc] comment warnings (reject -- no warnings): OK
  22722. 930.10 s [pandoc] comment warnings (all): OK
  22723. 930.10 s [pandoc] media
  22724. 930.10 s [pandoc] image extraction: OK
  22725. 930.10 s [pandoc] custom styles
  22726. 930.11 s [pandoc] custom styles (`+styles`) not enabled (default): OK
  22727. 930.11 s [pandoc] custom styles (`+styles`) enabled: OK
  22728. 930.12 s [pandoc] custom styles (`+styles`): Compact style is removed ...: OK
  22729. 930.12 s [pandoc] metadata
  22730. 930.12 s [pandoc] metadata fields: OK
  22731. 930.12 s [pandoc] stop recording metadata with normal text: OK
  22732. 930.12 s [pandoc] ODT
  22733. 930.12 s [pandoc] blockquote2: OK
  22734. 930.12 s [pandoc] bold: OK
  22735. 930.12 s [pandoc] endnote: OK
  22736. 930.12 s [pandoc] externalLink: OK
  22737. 930.12 s [pandoc] footnote: OK
  22738. 930.12 s [pandoc] formula: OK
  22739. 930.12 s [pandoc] headers: OK
  22740. 930.12 s [pandoc] italic: OK
  22741. 930.12 s [pandoc] paragraph: OK
  22742. 930.13 s [pandoc] strikeout: OK
  22743. 930.13 s [pandoc] underlined: OK
  22744. 930.13 s [pandoc] blockquote: OK
  22745. 930.13 s [pandoc] image: OK
  22746. 930.13 s [pandoc] imageIndex: OK
  22747. 930.14 s [pandoc] imageWithCaption: OK
  22748. 930.14 s [pandoc] inlinedCode: OK
  22749. 930.14 s [pandoc] listContinueNumbering: OK
  22750. 930.14 s [pandoc] listContinueNumbering2: OK
  22751. 930.15 s [pandoc] orderedListMixed: OK
  22752. 930.15 s [pandoc] orderedListRoman: OK
  22753. 930.16 s [pandoc] orderedListSimple: OK
  22754. 930.16 s [pandoc] orderedListHeader: OK
  22755. 930.16 s [pandoc] referenceToChapter: OK
  22756. 930.16 s [pandoc] referenceToListItem: OK
  22757. 930.16 s [pandoc] referenceToText: OK
  22758. 930.17 s [pandoc] simpleTable: OK
  22759. 930.17 s [pandoc] simpleTableWithCaption: OK
  22760. 930.17 s [pandoc] tab: OK
  22761. 930.17 s [pandoc] textMixedStyles: OK
  22762. 930.17 s [pandoc] tableWithContents: OK
  22763. 930.18 s [pandoc] unicode: OK
  22764. 930.18 s [pandoc] unorderedList: OK
  22765. 930.18 s [pandoc] unorderedListHeader: OK
  22766. 930.18 s [pandoc] Txt2Tags
  22767. 930.18 s [pandoc] Inlines
  22768. 930.18 s [pandoc] Plain String: OK
  22769. 930.18 s [pandoc] Emphasis: OK
  22770. 930.18 s [pandoc] Strong: OK
  22771. 930.18 s [pandoc] Strong Emphasis: OK
  22772. 930.18 s [pandoc] Strikeout: OK
  22773. 930.18 s [pandoc] Verbatim: OK
  22774. 930.18 s [pandoc] Symbol: OK
  22775. 930.18 s [pandoc] No empty markup: OK
  22776. 930.18 s [pandoc] Inline markup is greedy: OK
  22777. 930.18 s [pandoc] Markup must be greedy: OK
  22778. 930.18 s [pandoc] Inlines must be glued: OK
  22779. 930.18 s [pandoc] Macros: Date: OK
  22780. 930.18 s [pandoc] Macros: Mod Time: OK
  22781. 930.18 s [pandoc] Macros: Infile: OK
  22782. 930.18 s [pandoc] Macros: Outfile: OK
  22783. 930.18 s [pandoc] Autolink: OK
  22784. 930.18 s [pandoc] JPEG Image: OK
  22785. 930.18 s [pandoc] PNG Image: OK
  22786. 930.18 s [pandoc] Link: OK
  22787. 930.18 s [pandoc] Image link: OK
  22788. 930.18 s [pandoc] Invalid link: No trailing space: OK
  22789. 930.18 s [pandoc] Basic Blocks
  22790. 930.18 s [pandoc] Paragraph, lines grouped together: OK
  22791. 930.18 s [pandoc] Paragraph, ignore leading and trailing spaces: OK
  22792. 930.18 s [pandoc] Comment line in paragraph: OK
  22793. 930.18 s [pandoc] Paragraph: OK
  22794. 930.18 s [pandoc] First Level Header: OK
  22795. 930.18 s [pandoc] Third Level Header: OK
  22796. 930.18 s [pandoc] Header with label: OK
  22797. 930.18 s [pandoc] Invalid header, mismatched delimiters: OK
  22798. 930.18 s [pandoc] Invalid header, spaces in label: OK
  22799. 930.18 s [pandoc] Invalid header, invalid label character: OK
  22800. 930.18 s [pandoc] Headers not preceded by a blank line: OK
  22801. 930.19 s [pandoc] Paragraph starting with an equals: OK
  22802. 930.19 s [pandoc] Paragraph containing asterisk at beginning of line: OK
  22803. 930.19 s [pandoc] Horizontal Rule: OK
  22804. 930.19 s [pandoc] Comment Block: OK
  22805. 930.19 s [pandoc] Lists
  22806. 930.19 s [pandoc] Simple Bullet Lists: OK
  22807. 930.19 s [pandoc] Indented Bullet Lists: OK
  22808. 930.19 s [pandoc] Nested Bullet Lists: OK
  22809. 930.19 s [pandoc] Simple Ordered List: OK
  22810. 930.19 s [pandoc] Indented Ordered List: OK
  22811. 930.19 s [pandoc] Nested Ordered Lists: OK
  22812. 930.19 s [pandoc] Ordered List in Bullet List: OK
  22813. 930.19 s [pandoc] Bullet List in Ordered List: OK
  22814. 930.19 s [pandoc] Definition List: OK
  22815. 930.19 s [pandoc] Loose bullet list: OK
  22816. 930.19 s [pandoc] Tables
  22817. 930.19 s [pandoc] Single cell table: OK
  22818. 930.19 s [pandoc] Multi cell table: OK
  22819. 930.19 s [pandoc] Multi line table: OK
  22820. 930.19 s [pandoc] Empty table: OK
  22821. 930.20 s [pandoc] Glider Table: OK
  22822. 930.20 s [pandoc] Table with Header: OK
  22823. 930.20 s [pandoc] Table alignment determined by spacing: OK
  22824. 930.20 s [pandoc] Pipe within text doesn't start a table: OK
  22825. 930.20 s [pandoc] Table with differing row lengths: OK
  22826. 930.20 s [pandoc] Blocks and fragments
  22827. 930.20 s [pandoc] Source block: OK
  22828. 930.20 s [pandoc] tagged block: OK
  22829. 930.21 s [pandoc] Quote block: OK
  22830. 930.21 s [pandoc] EPUB
  22831. 930.21 s [pandoc] EPUB Mediabag
  22832. 930.21 s [pandoc] features bag: OK
  22833. 930.25 s [pandoc] EPUB3 cover bag: OK (0.04s)
  22834. 930.26 s [pandoc] EPUB3 no cover bag: OK
  22835. 930.26 s [pandoc] EPUB2 picture bag: OK
  22836. 930.26 s [pandoc] EPUB2 cover bag: OK
  22837. 930.26 s [pandoc] EPUB2 no cover bag: OK
  22838. 930.26 s [pandoc] Muse
  22839. 930.26 s [pandoc] Inlines
  22840. 930.26 s [pandoc] Plain String: OK
  22841. 930.26 s [pandoc] Muse is not XML: OK
  22842. 930.26 s [pandoc] Emphasis: OK
  22843. 930.26 s [pandoc] Newline in the beginning of emphasis: OK
  22844. 930.27 s [pandoc] Newline in the end of emphasis: OK
  22845. 930.27 s [pandoc] Comma after closing *: OK
  22846. 930.27 s [pandoc] Letter after closing *: OK
  22847. 930.27 s [pandoc] Letter before opening *: OK
  22848. 930.27 s [pandoc] Digit after closing *: OK
  22849. 930.27 s [pandoc] Emphasis tag: OK
  22850. 930.27 s [pandoc] Strong: OK
  22851. 930.27 s [pandoc] Strong tag: OK
  22852. 930.27 s [pandoc] Strong Emphasis: OK
  22853. 930.27 s [pandoc] Strong inside emphasis: OK
  22854. 930.27 s [pandoc] Emphasis inside strong: OK
  22855. 930.27 s [pandoc] Opening asterisk can't be preceded by another one: OK
  22856. 930.28 s [pandoc] Asterisk between words does not terminate emphasis: OK
  22857. 930.28 s [pandoc] Two asterisks between words do not terminate emphasis: OK
  22858. 930.28 s [pandoc] Three asterisks between words do not terminate empha...: OK
  22859. 930.28 s [pandoc] Two asterisks between words do not terminate strong: OK
  22860. 930.28 s [pandoc] Three asterisks between words do not terminate strong: OK
  22861. 930.28 s [pandoc] Three asterisks between words do not terminate stron...: OK
  22862. 930.28 s [pandoc] Six asterisks between words do not terminate strong ...: OK
  22863. 930.28 s [pandoc] Underline: OK
  22864. 930.28 s [pandoc] Superscript tag: OK
  22865. 930.28 s [pandoc] Subscript tag: OK
  22866. 930.28 s [pandoc] Strikeout tag: OK
  22867. 930.28 s [pandoc] Opening inline tags: OK
  22868. 930.28 s [pandoc] Closing inline tags: OK
  22869. 930.28 s [pandoc] Tag soup: OK
  22870. 930.28 s [pandoc] No multiparagraph inline tags: OK
  22871. 930.28 s [pandoc] Linebreak: OK
  22872. 930.29 s [pandoc] Trailing whitespace inside paragraph: OK
  22873. 930.29 s [pandoc] Non-breaking space: OK
  22874. 930.29 s [pandoc] Single ~: OK
  22875. 930.29 s [pandoc] Code markup
  22876. 930.29 s [pandoc] Code: OK
  22877. 930.29 s [pandoc] Not code: OK
  22878. 930.29 s [pandoc] Not code if closing = is detached: OK
  22879. 930.29 s [pandoc] Not code if opening = is detached: OK
  22880. 930.29 s [pandoc] Code if followed by comma: OK
  22881. 930.29 s [pandoc] Not code if followed by digit: OK
  22882. 930.29 s [pandoc] One character code: OK
  22883. 930.29 s [pandoc] Code with equal sign: OK
  22884. 930.29 s [pandoc] Three = characters is not a code: OK
  22885. 930.29 s [pandoc] Multiline code markup: OK
  22886. 930.29 s [pandoc] No multiparagraph code: OK
  22887. 930.29 s [pandoc] Code at the beginning of paragraph but not first col...: OK
  22888. 930.29 s [pandoc] Code tag: OK
  22889. 930.29 s [pandoc] Math tag: OK
  22890. 930.29 s [pandoc] Verbatim tag: OK
  22891. 930.29 s [pandoc] Verbatim inside code: OK
  22892. 930.29 s [pandoc] Verbatim tag after text: OK
  22893. 930.29 s [pandoc] Verbatim tag escapes block level markup: OK
  22894. 930.29 s [pandoc] Class tag: OK
  22895. 930.29 s [pandoc] Class tag without name: OK
  22896. 930.29 s [pandoc] RTL: OK
  22897. 930.29 s [pandoc] LTR: OK
  22898. 930.29 s [pandoc] Nested "</em>" inside em tag: OK
  22899. 930.29 s [pandoc] Links
  22900. 930.29 s [pandoc] Link without description: OK
  22901. 930.30 s [pandoc] Link with description: OK
  22902. 930.30 s [pandoc] Link with empty description: OK
  22903. 930.30 s [pandoc] Image: OK
  22904. 930.30 s [pandoc] Closing bracket is not allowed in image filename: OK
  22905. 930.30 s [pandoc] Image with description: OK
  22906. 930.30 s [pandoc] Image with space in filename: OK
  22907. 930.30 s [pandoc] Image with width: OK
  22908. 930.30 s [pandoc] At least one space is required between image filenam...: OK
  22909. 930.30 s [pandoc] Left-aligned image with width: OK
  22910. 930.30 s [pandoc] Right-aligned image with width: OK
  22911. 930.30 s [pandoc] Image link: OK
  22912. 930.30 s [pandoc] Image link with description: OK
  22913. 930.30 s [pandoc] No implicit links: OK
  22914. 930.30 s [pandoc] Link with empty URL: OK
  22915. 930.31 s [pandoc] No footnotes inside links: OK
  22916. 930.31 s [pandoc] Image inside link: OK
  22917. 930.31 s [pandoc] Link inside image description: OK
  22918. 930.31 s [pandoc] Literal
  22919. 930.31 s [pandoc] Inline literal: OK
  22920. 930.31 s [pandoc] Single inline literal in paragraph: OK
  22921. 930.31 s [pandoc] Blocks
  22922. 930.31 s [pandoc] Block elements end paragraphs: OK
  22923. 930.31 s [pandoc] Horizontal rule
  22924. 930.31 s [pandoc] Less than 4 dashes is not a horizontal rule: OK
  22925. 930.31 s [pandoc] 4 dashes is a horizontal rule: OK
  22926. 930.31 s [pandoc] 5 dashes is a horizontal rule: OK
  22927. 930.31 s [pandoc] 4 dashes with spaces is a horizontal rule: OK
  22928. 930.31 s [pandoc] Page breaks
  22929. 930.31 s [pandoc] Page break: OK
  22930. 930.31 s [pandoc] Page break with trailing space: OK
  22931. 930.31 s [pandoc] Paragraphs
  22932. 930.31 s [pandoc] Simple paragraph: OK
  22933. 930.31 s [pandoc] Indented paragraph: OK
  22934. 930.31 s [pandoc] Indentation in the middle of paragraph: OK
  22935. 930.31 s [pandoc] Quote: OK
  22936. 930.31 s [pandoc] Indentation does not indicate quote inside quote tag: OK
  22937. 930.32 s [pandoc] Multiline quote: OK
  22938. 930.32 s [pandoc] Div
  22939. 930.32 s [pandoc] Div without id: OK
  22940. 930.32 s [pandoc] Div with id: OK
  22941. 930.32 s [pandoc] Biblio: OK
  22942. 930.32 s [pandoc] Play: OK
  22943. 930.32 s [pandoc] Verse: OK
  22944. 930.32 s [pandoc] Verse in list: OK
  22945. 930.32 s [pandoc] Verse line starting with emphasis: OK
  22946. 930.32 s [pandoc] Multiline verse in list: OK
  22947. 930.32 s [pandoc] Paragraph after verse in list: OK
  22948. 930.32 s [pandoc] Empty quote tag: OK
  22949. 930.32 s [pandoc] Quote tag: OK
  22950. 930.32 s [pandoc] Nested quote tag: OK
  22951. 930.32 s [pandoc] Indented quote inside list: OK
  22952. 930.32 s [pandoc] Verse tag: OK
  22953. 930.32 s [pandoc] Verse tag with empty line inside: OK
  22954. 930.32 s [pandoc] Verse tag with verbatim close tag inside: OK
  22955. 930.32 s [pandoc] Example
  22956. 930.32 s [pandoc] Braces on separate lines: OK
  22957. 930.32 s [pandoc] Spaces after opening braces: OK
  22958. 930.32 s [pandoc] One blank line in the beginning: OK
  22959. 930.32 s [pandoc] One blank line in the end: OK
  22960. 930.32 s [pandoc] Indented braces: OK
  22961. 930.32 s [pandoc] Tabs: OK
  22962. 930.32 s [pandoc] One line: OK
  22963. 930.32 s [pandoc] Example tag
  22964. 930.32 s [pandoc] Tags on separate lines: OK
  22965. 930.32 s [pandoc] One line: OK
  22966. 930.32 s [pandoc] One blank line in the beginning: OK
  22967. 930.32 s [pandoc] One blank line in the end: OK
  22968. 930.32 s [pandoc] Example inside list: OK
  22969. 930.32 s [pandoc] Empty example inside list: OK
  22970. 930.32 s [pandoc] Example inside list with empty lines: OK
  22971. 930.32 s [pandoc] Indented example inside list: OK
  22972. 930.32 s [pandoc] Example inside definition list: OK
  22973. 930.32 s [pandoc] Example inside list definition with empty lines: OK
  22974. 930.32 s [pandoc] Example inside note: OK
  22975. 930.32 s [pandoc] Literal blocks
  22976. 930.32 s [pandoc] Literal block: OK
  22977. 930.32 s [pandoc] Center: OK
  22978. 930.32 s [pandoc] Right: OK
  22979. 930.32 s [pandoc] Comments
  22980. 930.32 s [pandoc] Comment tag: OK
  22981. 930.32 s [pandoc] Line comment: OK
  22982. 930.32 s [pandoc] Empty comment: OK
  22983. 930.32 s [pandoc] Text after empty comment: OK
  22984. 930.32 s [pandoc] Not a comment (does not start with a semicolon): OK
  22985. 930.33 s [pandoc] Not a comment (has no space after semicolon): OK
  22986. 930.33 s [pandoc] Not a comment (semicolon not in the first column): OK
  22987. 930.33 s [pandoc] Headers
  22988. 930.33 s [pandoc] Part: OK
  22989. 930.33 s [pandoc] Chapter: OK
  22990. 930.33 s [pandoc] Section: OK
  22991. 930.33 s [pandoc] Subsection: OK
  22992. 930.33 s [pandoc] Subsubsection: OK
  22993. 930.33 s [pandoc] Whitespace is required after *: OK
  22994. 930.33 s [pandoc] No headers in footnotes: OK
  22995. 930.33 s [pandoc] No headers in quotes: OK
  22996. 930.33 s [pandoc] Headers consume anchors: OK
  22997. 930.33 s [pandoc] Headers don't consume anchors separated with a blank...: OK
  22998. 930.33 s [pandoc] Headers terminate paragraph: OK
  22999. 930.33 s [pandoc] Headers terminate lists: OK
  23000. 930.33 s [pandoc] Paragraphs terminate Emacs Muse headers: OK
  23001. 930.33 s [pandoc] Paragraphs don't terminate Text::Amuse headers: OK
  23002. 930.33 s [pandoc] Empty header: OK
  23003. 930.33 s [pandoc] Auto identifiers: OK
  23004. 930.33 s [pandoc] Directives
  23005. 930.33 s [pandoc] Title: OK
  23006. 930.33 s [pandoc] Disable tables: OK
  23007. 930.33 s [pandoc] Multiple directives: OK
  23008. 930.33 s [pandoc] Multiline directive: OK
  23009. 930.33 s [pandoc] Amusewiki's #cover is translated to pandoc's #cover-...: OK
  23010. 930.33 s [pandoc] Anchors
  23011. 930.34 s [pandoc] Anchor: OK
  23012. 930.34 s [pandoc] Anchor cannot start with a number: OK
  23013. 930.34 s [pandoc] Not anchor if starts with a space: OK
  23014. 930.34 s [pandoc] Anchor inside a paragraph: OK
  23015. 930.34 s [pandoc] Anchor with "-": OK
  23016. 930.34 s [pandoc] Footnotes
  23017. 930.34 s [pandoc] Simple footnote: OK
  23018. 930.34 s [pandoc] Simple secondary footnote: OK
  23019. 930.34 s [pandoc] Missing footnote: OK
  23020. 930.34 s [pandoc] Missing secondary note: OK
  23021. 930.34 s [pandoc] Wrong note type: OK
  23022. 930.34 s [pandoc] Recursive footnote: OK
  23023. 930.34 s [pandoc] Nested footnotes: OK
  23024. 930.34 s [pandoc] No zero footnotes: OK
  23025. 930.34 s [pandoc] Footnotes can't start with zero: OK
  23026. 930.35 s [pandoc] Multiparagraph footnotes
  23027. 930.35 s [pandoc] Amusewiki multiparagraph footnotes: OK
  23028. 930.35 s [pandoc] Note continuation with verse: OK
  23029. 930.35 s [pandoc] Footnote ending in self-terminating element and foll...: OK
  23030. 930.35 s [pandoc] Footnote starting with empty line: OK
  23031. 930.35 s [pandoc] Indentation in footnote starting with empty line: OK
  23032. 930.35 s [pandoc] Emacs multiparagraph footnotes: OK
  23033. 930.35 s [pandoc] Tables
  23034. 930.35 s [pandoc] Two cell table: OK
  23035. 930.35 s [pandoc] Table with multiple words: OK
  23036. 930.35 s [pandoc] Not a table: OK
  23037. 930.35 s [pandoc] Not a table again: OK
  23038. 930.35 s [pandoc] Two line table: OK
  23039. 930.35 s [pandoc] Table with one header: OK
  23040. 930.36 s [pandoc] Table with two headers: OK
  23041. 930.36 s [pandoc] Header and footer reordering: OK
  23042. 930.36 s [pandoc] Table with caption: OK
  23043. 930.36 s [pandoc] Table caption with +: OK
  23044. 930.37 s [pandoc] Caption without table: OK
  23045. 930.37 s [pandoc] Table indented with space: OK
  23046. 930.37 s [pandoc] Empty cells: OK
  23047. 930.37 s [pandoc] Empty cell in the middle: OK
  23048. 930.37 s [pandoc] Grid table: OK
  23049. 930.37 s [pandoc] Grid table inside list: OK
  23050. 930.37 s [pandoc] Grid table with two rows: OK
  23051. 930.38 s [pandoc] Grid table inside grid table: OK
  23052. 930.38 s [pandoc] Grid table with example: OK
  23053. 930.38 s [pandoc] Lists
  23054. 930.38 s [pandoc] Bullet list: OK
  23055. 930.38 s [pandoc] Ordered list: OK
  23056. 930.38 s [pandoc] Ordered list with implicit numbers: OK
  23057. 930.38 s [pandoc] Ordered list with roman numerals: OK
  23058. 930.38 s [pandoc] Bullet list with empty items: OK
  23059. 930.38 s [pandoc] Ordered list with empty items: OK
  23060. 930.38 s [pandoc] Bullet list with last item empty: OK
  23061. 930.38 s [pandoc] Nested lists
  23062. 930.38 s [pandoc] Nested bullet list: OK
  23063. 930.38 s [pandoc] Nested ordered list: OK
  23064. 930.39 s [pandoc] Mixed nested list: OK
  23065. 930.39 s [pandoc] Text::Amuse includes only one space in list marker: OK
  23066. 930.39 s [pandoc] List continuation: OK
  23067. 930.39 s [pandoc] List continuation after nested list: OK
  23068. 930.39 s [pandoc] Blank lines
  23069. 930.39 s [pandoc] Blank lines between list items are not required: OK
  23070. 930.39 s [pandoc] One blank line between list items is allowed: OK
  23071. 930.39 s [pandoc] Two blank lines separate lists: OK
  23072. 930.39 s [pandoc] No blank line after multiline first item: OK
  23073. 930.39 s [pandoc] One blank line after multiline first item: OK
  23074. 930.39 s [pandoc] Two blank lines after multiline first item: OK
  23075. 930.39 s [pandoc] No blank line after list continuation: OK
  23076. 930.39 s [pandoc] One blank line after list continuation: OK
  23077. 930.39 s [pandoc] Two blank lines after list continuation: OK
  23078. 930.39 s [pandoc] No blank line after blockquote: OK
  23079. 930.39 s [pandoc] One blank line after blockquote: OK
  23080. 930.39 s [pandoc] Two blank lines after blockquote: OK
  23081. 930.39 s [pandoc] No blank line after verse: OK
  23082. 930.39 s [pandoc] One blank line after verse: OK
  23083. 930.40 s [pandoc] Two blank lines after verse: OK
  23084. 930.40 s [pandoc] List ending in self-terminating element and followed...: OK
  23085. 930.40 s [pandoc] Not a definition list: OK
  23086. 930.40 s [pandoc] Emacs Muse definition list: OK
  23087. 930.40 s [pandoc] Definition list: OK
  23088. 930.40 s [pandoc] Definition list term cannot include newline: OK
  23089. 930.40 s [pandoc] One-line definition list: OK
  23090. 930.40 s [pandoc] Definition list term may include single colon: OK
  23091. 930.40 s [pandoc] Definition list term with emphasis: OK
  23092. 930.40 s [pandoc] Definition list term with :: inside code: OK
  23093. 930.40 s [pandoc] Multi-line definition lists: OK
  23094. 930.40 s [pandoc] Definition list with verse: OK
  23095. 930.40 s [pandoc] Definition list with table: OK
  23096. 930.41 s [pandoc] Definition list with table inside bullet list: OK
  23097. 930.41 s [pandoc] Multi-line definition lists from Emacs Muse manual: OK
  23098. 930.41 s [pandoc] Multi-line definition lists from Emacs Muse manual w...: OK
  23099. 930.41 s [pandoc] One-line nested definition list: OK
  23100. 930.41 s [pandoc] Nested definition list: OK
  23101. 930.41 s [pandoc] Definition lists with multiple descriptions
  23102. 930.41 s [pandoc] Correctly indented second description: OK
  23103. 930.41 s [pandoc] Incorrectly indented second description: OK
  23104. 930.41 s [pandoc] Two blank lines separate definition lists: OK
  23105. 930.41 s [pandoc] No headers in list continuation: OK
  23106. 930.41 s [pandoc] Bullet list inside a tag: OK
  23107. 930.42 s [pandoc] Ordered list inside a tag: OK
  23108. 930.42 s [pandoc] Do not consume whitespace while looking for end tag: OK
  23109. 930.42 s [pandoc] Unclosed quote tag: OK
  23110. 930.42 s [pandoc] Unclosed quote tag inside list: OK
  23111. 930.42 s [pandoc] No indented closing tags: OK
  23112. 930.42 s [pandoc] Creole
  23113. 930.42 s [pandoc] Basic Text Formatting
  23114. 930.42 s [pandoc] bold, single line, fully delimited: OK
  23115. 930.42 s [pandoc] italics, single line, fully delimited: OK
  23116. 930.42 s [pandoc] bold in italics, fully delimited: OK
  23117. 930.42 s [pandoc] italics in bold, fully delimited: OK
  23118. 930.42 s [pandoc] escape bold marker: OK
  23119. 930.42 s [pandoc] escape italics marker: OK
  23120. 930.42 s [pandoc] inline nowiki, simple: OK
  23121. 930.42 s [pandoc] inline nowiki, curly braces inside: OK
  23122. 930.42 s [pandoc] placeholder: OK
  23123. 930.42 s [pandoc] placeholder escaped: OK
  23124. 930.42 s [pandoc] Headers
  23125. 930.42 s [pandoc] header level 1, no space, no trailing =: OK
  23126. 930.42 s [pandoc] header level 1, leading space, trailing =: OK
  23127. 930.42 s [pandoc] header level 2, no space, no trailing =: OK
  23128. 930.42 s [pandoc] header level 2, leading space, no trailing =: OK
  23129. 930.42 s [pandoc] header level 3, no space, no trailing =: OK
  23130. 930.42 s [pandoc] header level 3, no space, > 3 trailing =: OK
  23131. 930.42 s [pandoc] header level 4, no space, no trailing =: OK
  23132. 930.42 s [pandoc] header level 4, no space, < 4 trailing =: OK
  23133. 930.42 s [pandoc] header level 5, no space, no trailing =: OK
  23134. 930.42 s [pandoc] header level 6, no space, no trailing =: OK
  23135. 930.42 s [pandoc] Paragraphs
  23136. 930.42 s [pandoc] paragraphs: multiple, one line: OK
  23137. 930.42 s [pandoc] Lists
  23138. 930.42 s [pandoc] unordered list, two entries, one separating space: OK
  23139. 930.42 s [pandoc] unordered list, three entries, one separating space: OK
  23140. 930.42 s [pandoc] para followed by, unordered list, two entries, one s...: OK
  23141. 930.43 s [pandoc] nested unordered list, one separating space: OK
  23142. 930.43 s [pandoc] nested many unordered lists, one separating space: OK
  23143. 930.43 s [pandoc] nested unordered list, mixed separating space: OK
  23144. 930.43 s [pandoc] nested unordered list, one separating space, trailin...: OK
  23145. 930.43 s [pandoc] ordered list, two entries, one separating space: OK
  23146. 930.43 s [pandoc] ordered list, three entries, one separating space: OK
  23147. 930.43 s [pandoc] para followed by, ordered list, two entries, one sep...: OK
  23148. 930.43 s [pandoc] nested ordered list, one separating space: OK
  23149. 930.43 s [pandoc] nested ordered list, one separating space, trailing ...: OK
  23150. 930.44 s [pandoc] nested many ordered lists, one separating space: OK
  23151. 930.44 s [pandoc] nested ordered list, mixed separating space: OK
  23152. 930.44 s [pandoc] mixed nested ordered and unordered lists, one separa...: OK
  23153. 930.44 s [pandoc] NoWiki
  23154. 930.44 s [pandoc] quoted block, simple: OK
  23155. 930.44 s [pandoc] quoted block, curly bracket exception: OK
  23156. 930.44 s [pandoc] forced line breaks: OK
  23157. 930.44 s [pandoc] quoted block, after trailing white space: OK
  23158. 930.44 s [pandoc] Images and Links
  23159. 930.44 s [pandoc] image simple: OK
  23160. 930.44 s [pandoc] image with alt text: OK
  23161. 930.44 s [pandoc] auto link: OK
  23162. 930.44 s [pandoc] escaped auto link: OK
  23163. 930.44 s [pandoc] wiki link simple: OK
  23164. 930.44 s [pandoc] wiki link with name: OK
  23165. 930.45 s [pandoc] image link: OK
  23166. 930.45 s [pandoc] Table
  23167. 930.45 s [pandoc] Table with Header: OK
  23168. 930.45 s [pandoc] Table without Header: OK
  23169. 930.45 s [pandoc] Table without Header, no markers at line ends: OK
  23170. 930.45 s [pandoc] Table with Header, with formatting: OK
  23171. 930.45 s [pandoc] Man
  23172. 930.45 s [pandoc] Macros
  23173. 930.45 s [pandoc] Bold: OK
  23174. 930.45 s [pandoc] Italic: OK
  23175. 930.45 s [pandoc] BoldItalic: OK
  23176. 930.46 s [pandoc] H1: OK
  23177. 930.46 s [pandoc] H2: OK
  23178. 930.46 s [pandoc] Macro args: OK
  23179. 930.46 s [pandoc] Argument from next line: OK
  23180. 930.46 s [pandoc] comment: OK
  23181. 930.46 s [pandoc] link: OK
  23182. 930.46 s [pandoc] Escapes
  23183. 930.46 s [pandoc] fonts: OK
  23184. 930.46 s [pandoc] nested fonts: OK
  23185. 930.46 s [pandoc] nested fonts 2: OK
  23186. 930.46 s [pandoc] skip: OK
  23187. 930.46 s [pandoc] replace: OK
  23188. 930.46 s [pandoc] replace2: OK
  23189. 930.46 s [pandoc] comment with \": OK
  23190. 930.46 s [pandoc] comment with \#: OK
  23191. 930.46 s [pandoc] two letter escapes: OK
  23192. 930.46 s [pandoc] bracketed escapes: OK
  23193. 930.46 s [pandoc] unicode escapes: OK
  23194. 930.46 s [pandoc] unicode escapes (combined): OK
  23195. 930.46 s [pandoc] unknown escape (#5034): OK
  23196. 930.46 s [pandoc] Lists
  23197. 930.46 s [pandoc] bullet: OK
  23198. 930.46 s [pandoc] ordered: OK
  23199. 930.46 s [pandoc] upper: OK
  23200. 930.46 s [pandoc] nested: OK
  23201. 930.46 s [pandoc] change in list style: OK
  23202. 930.46 s [pandoc] CodeBlocks
  23203. 930.46 s [pandoc] cb1: OK
  23204. 930.46 s [pandoc] Tables
  23205. 930.46 s [pandoc] t1: OK
  23206. 930.46 s [pandoc] longcell: OK
  23207. 930.46 s [pandoc] Mdoc
  23208. 930.46 s [pandoc] one-line enclosures
  23209. 930.46 s [pandoc] Dq: OK
  23210. 930.46 s [pandoc] Sq: OK
  23211. 930.46 s [pandoc] empty: OK
  23212. 930.46 s [pandoc] nested: OK
  23213. 930.46 s [pandoc] nested with closing delimiters: OK
  23214. 930.47 s [pandoc] nested multiline enclosure: OK
  23215. 930.47 s [pandoc] with inlines: OK
  23216. 930.47 s [pandoc] with text production: OK
  23217. 930.47 s [pandoc] with Ns: OK
  23218. 930.47 s [pandoc] ending with open delimiter: OK
  23219. 930.47 s [pandoc] multiline enclosures
  23220. 930.47 s [pandoc] nested multiline: OK
  23221. 930.47 s [pandoc] nested on one line: OK
  23222. 930.47 s [pandoc] with wacky delimiters: OK
  23223. 930.47 s [pandoc] simple inlines
  23224. 930.47 s [pandoc] Sy: OK
  23225. 930.47 s [pandoc] Em: OK
  23226. 930.47 s [pandoc] Ev: OK
  23227. 930.47 s [pandoc] Ar: OK
  23228. 930.47 s [pandoc] In: OK
  23229. 930.47 s [pandoc] Mt: OK
  23230. 930.47 s [pandoc] No: OK
  23231. 930.47 s [pandoc] empty Pa with closing punctuation: OK
  23232. 930.47 s [pandoc] delimiters: OK
  23233. 930.47 s [pandoc] multiple: OK
  23234. 930.47 s [pandoc] Fl
  23235. 930.47 s [pandoc] simple: OK
  23236. 930.47 s [pandoc] multiple: OK
  23237. 930.47 s [pandoc] empty with following macro: OK
  23238. 930.47 s [pandoc] enclosed with following macro: OK
  23239. 930.47 s [pandoc] enclosed with following delimiters: OK
  23240. 930.47 s [pandoc] following Ns: OK
  23241. 930.47 s [pandoc] GNU: OK
  23242. 930.47 s [pandoc] GNU escaped: OK
  23243. 930.47 s [pandoc] GNU Fl Fl: OK
  23244. 930.47 s [pandoc] punctuation: OK
  23245. 930.47 s [pandoc] middle close paren: OK
  23246. 930.48 s [pandoc] empty with close paren: OK
  23247. 930.48 s [pandoc] empty with pipe: OK
  23248. 930.48 s [pandoc] empty with parens: OK
  23249. 930.48 s [pandoc] links
  23250. 930.48 s [pandoc] basic: OK
  23251. 930.48 s [pandoc] complicated: OK
  23252. 930.48 s [pandoc] unnamed: OK
  23253. 930.48 s [pandoc] Ns macro
  23254. 930.48 s [pandoc] at the beginning of a macro line (mandoc delta): OK
  23255. 930.48 s [pandoc] after a block closing macro: OK
  23256. 930.48 s [pandoc] in the middle of a macro line: OK
  23257. 930.48 s [pandoc] before closing punctuation: OK
  23258. 930.48 s [pandoc] after closing punctuation: OK
  23259. 930.48 s [pandoc] at the end of a macro line: OK
  23260. 930.48 s [pandoc] at the end of a partial-implicit line: OK
  23261. 930.48 s [pandoc] normal words: OK
  23262. 930.48 s [pandoc] opening punctuation: OK
  23263. 930.48 s [pandoc] closing punctuation: OK
  23264. 930.48 s [pandoc] spacing mode
  23265. 930.48 s [pandoc] all text: OK
  23266. 930.48 s [pandoc] text around macro: OK
  23267. 930.48 s [pandoc] mulitple macros: OK
  23268. 930.48 s [pandoc] mulitple control lines: OK
  23269. 930.48 s [pandoc] mixed control and text lines: OK
  23270. 930.48 s [pandoc] delimiters: OK
  23271. 930.48 s [pandoc] Ap macro
  23272. 930.48 s [pandoc] in the middle of a macro line: OK
  23273. 930.48 s [pandoc] with punctuation and called macro: OK
  23274. 930.48 s [pandoc] Pf macro
  23275. 930.48 s [pandoc] closing punctuation: OK
  23276. 930.48 s [pandoc] double punctuation: OK
  23277. 930.48 s [pandoc] opening punctuation: OK
  23278. 930.48 s [pandoc] unparsed argument: OK
  23279. 930.48 s [pandoc] text production
  23280. 930.48 s [pandoc] early NetBSD versions: OK
  23281. 930.48 s [pandoc] with Ns: OK
  23282. 930.48 s [pandoc] with punctuation: OK
  23283. 930.48 s [pandoc] with argument and punctuation: OK
  23284. 930.48 s [pandoc] BSD alone: OK
  23285. 930.48 s [pandoc] BSD with macro: OK
  23286. 930.48 s [pandoc] BSD with version: OK
  23287. 930.48 s [pandoc] BSD with variant: OK
  23288. 930.49 s [pandoc] inline punctuation
  23289. 930.49 s [pandoc] leading punctuation
  23290. 930.49 s [pandoc] open paren: OK
  23291. 930.49 s [pandoc] open square bracket: OK
  23292. 930.49 s [pandoc] pipe: OK
  23293. 930.49 s [pandoc] period: OK
  23294. 930.49 s [pandoc] comma: OK
  23295. 930.49 s [pandoc] semicolon: OK
  23296. 930.49 s [pandoc] colon: OK
  23297. 930.49 s [pandoc] question mark: OK
  23298. 930.49 s [pandoc] exclamation: OK
  23299. 930.49 s [pandoc] close paren: OK
  23300. 930.49 s [pandoc] close square bracket: OK
  23301. 930.49 s [pandoc] trailing punctuation
  23302. 930.49 s [pandoc] open paren: OK
  23303. 930.49 s [pandoc] open square bracket: OK
  23304. 930.49 s [pandoc] pipe: OK
  23305. 930.49 s [pandoc] period: OK
  23306. 930.49 s [pandoc] comma: OK
  23307. 930.49 s [pandoc] semicolon: OK
  23308. 930.49 s [pandoc] colon: OK
  23309. 930.49 s [pandoc] question mark: OK
  23310. 930.49 s [pandoc] exclamation: OK
  23311. 930.49 s [pandoc] close parens: OK
  23312. 930.49 s [pandoc] close square bracket: OK
  23313. 930.49 s [pandoc] middle punctuation
  23314. 930.49 s [pandoc] open paren: OK
  23315. 930.49 s [pandoc] open square bracket: OK
  23316. 930.49 s [pandoc] pipe: OK
  23317. 930.49 s [pandoc] period: OK
  23318. 930.49 s [pandoc] comma: OK
  23319. 930.49 s [pandoc] semicolon: OK
  23320. 930.49 s [pandoc] colon: OK
  23321. 930.49 s [pandoc] question mark: OK
  23322. 930.49 s [pandoc] exclamation: OK
  23323. 930.49 s [pandoc] close paren: OK
  23324. 930.49 s [pandoc] close square bracket: OK
  23325. 930.49 s [pandoc] FB2
  23326. 930.49 s [pandoc] Emphasis: OK
  23327. 930.49 s [pandoc] Titles: OK
  23328. 930.50 s [pandoc] Epigraph: OK
  23329. 930.50 s [pandoc] Poem: OK
  23330. 930.50 s [pandoc] Meta: OK
  23331. 930.50 s [pandoc] Notes: OK
  23332. 930.50 s [pandoc] DokuWiki
  23333. 930.50 s [pandoc] inlines
  23334. 930.50 s [pandoc] Bold: OK
  23335. 930.50 s [pandoc] Italic: OK
  23336. 930.50 s [pandoc] Underlined: OK
  23337. 930.50 s [pandoc] Monospaced: OK
  23338. 930.50 s [pandoc] Monospaced with nowiki: OK
  23339. 930.50 s [pandoc] Combined: OK
  23340. 930.50 s [pandoc] Nowiki: OK
  23341. 930.50 s [pandoc] Percent: OK
  23342. 930.50 s [pandoc] Subscript: OK
  23343. 930.50 s [pandoc] Superscript: OK
  23344. 930.50 s [pandoc] Deleted: OK
  23345. 930.50 s [pandoc] Inline code: OK
  23346. 930.50 s [pandoc] Inline file: OK
  23347. 930.50 s [pandoc] Inline HTML: OK
  23348. 930.50 s [pandoc] Inline PHP: OK
  23349. 930.50 s [pandoc] Linebreak: OK
  23350. 930.50 s [pandoc] External links
  23351. 930.50 s [pandoc] Autolink: OK
  23352. 930.50 s [pandoc] Link without description: OK
  23353. 930.50 s [pandoc] Link with description: OK
  23354. 930.50 s [pandoc] Trim whitespace around link and description: OK
  23355. 930.51 s [pandoc] Email address: OK
  23356. 930.51 s [pandoc] Internal links
  23357. 930.51 s [pandoc] Current namespace: OK
  23358. 930.51 s [pandoc] Current namespace starting with dot: OK
  23359. 930.51 s [pandoc] Current namespace starting with dot and colon: OK
  23360. 930.51 s [pandoc] Root namespace: OK
  23361. 930.51 s [pandoc] Parent namespace: OK
  23362. 930.51 s [pandoc] Parent namespace with colon: OK
  23363. 930.51 s [pandoc] Beneath the root namespace: OK
  23364. 930.51 s [pandoc] Explicitly beneath the root namespace: OK
  23365. 930.51 s [pandoc] Interwiki links
  23366. 930.51 s [pandoc] Interwiki without description: OK
  23367. 930.51 s [pandoc] Interwiki link with description: OK
  23368. 930.51 s [pandoc] Footnote: OK
  23369. 930.51 s [pandoc] Images
  23370. 930.51 s [pandoc] Image: OK
  23371. 930.51 s [pandoc] Image with caption: OK
  23372. 930.51 s [pandoc] Image with } in caption: OK
  23373. 930.51 s [pandoc] Wiki namespace starting with dot: OK
  23374. 930.51 s [pandoc] Left aligned image: OK
  23375. 930.51 s [pandoc] Right aligned image: OK
  23376. 930.51 s [pandoc] Centered image: OK
  23377. 930.51 s [pandoc] Image with width: OK
  23378. 930.51 s [pandoc] Image with width and height: OK
  23379. 930.51 s [pandoc] Linkonly: OK
  23380. 930.51 s [pandoc] Ignore ~~NOTOC~~: OK
  23381. 930.51 s [pandoc] Ignore ~~NOCACHE~~: OK
  23382. 930.51 s [pandoc] Sectioning
  23383. 930.51 s [pandoc] Headline level 1: OK
  23384. 930.51 s [pandoc] Headline level 2: OK
  23385. 930.51 s [pandoc] Headline level 3: OK
  23386. 930.51 s [pandoc] Headline level 4: OK
  23387. 930.51 s [pandoc] Headline level 5: OK
  23388. 930.51 s [pandoc] Only two closing = are required: OK
  23389. 930.51 s [pandoc] One closing = is not enough: OK
  23390. 930.51 s [pandoc] One closing = is not enough: OK
  23391. 930.52 s [pandoc] Horizontal line: OK
  23392. 930.52 s [pandoc] Lists
  23393. 930.52 s [pandoc] Unordered list: OK
  23394. 930.52 s [pandoc] Ordered list: OK
  23395. 930.52 s [pandoc] Multiline list items: OK
  23396. 930.52 s [pandoc] Block HTML: OK
  23397. 930.52 s [pandoc] Block PHP: OK
  23398. 930.52 s [pandoc] Quote: OK
  23399. 930.52 s [pandoc] Code block: OK
  23400. 930.52 s [pandoc] Java code block: OK
  23401. 930.52 s [pandoc] File with filename and no language: OK
  23402. 930.52 s [pandoc] Table: OK
  23403. 930.52 s [pandoc] Table with header: OK
  23404. 930.53 s [pandoc] Table with alignment: OK
  23405. 930.53 s [pandoc] Table with colspan: OK
  23406. 930.53 s [pandoc] Indented code block: OK
  23407. 930.53 s [pandoc]
  23408. 930.53 s [pandoc] All 3501 tests passed (88.30s)
  23409. 930.61 s [pandoc] Test suite test-pandoc: PASS
  23410. 930.61 s [pandoc] Test suite logged to: dist/test/pandoc-3.6-test-pandoc.log
  23411. 930.61 s [pandoc] 1 of 1 test suites (1 of 1 test cases) passed.
  23412. 930.63 s [pandoc] checkPhase completed in 1 minutes 30 seconds
  23413. 930.63 s [pandoc] Phase: haddockPhase
  23414. 930.64 s [pandoc] Phase: installPhase
  23415. 930.91 s [pandoc] Installing internal library xml-light in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-3.6-DRiPwbUMAzgK6SpNBPmsiO-xml-light
  23416. 930.99 s [pandoc] Installing library in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  23417. 933.96 s [haskell-language-server] Preprocessing library 'hls-cabal-plugin' for haskell-language-server-2.10.0.0...
  23418. 933.96 s [haskell-language-server] Building library 'hls-cabal-plugin' for haskell-language-server-2.10.0.0...
  23419. 934.14 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  23420. 934.15 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  23421. 934.15 s [haskell-language-server] but were not needed for compilation:
  23422. 934.15 s [haskell-language-server] - process-1.6.19.0 (exposed by flag -package-id process-1.6.19.0-9629)
  23423. 934.15 s [haskell-language-server]
  23424. 934.17 s [haskell-language-server] [ 1 of 19] Compiling Ide.Plugin.Cabal.Completion.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Types.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Types.dyn_o )
  23425. 936.17 s [haskell-language-server] [ 2 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Types.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Types.dyn_o )
  23426. 936.44 s [haskell-language-server] [ 3 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Paths ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Paths.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Paths.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Paths.dyn_o )
  23427. 936.44 s [haskell-language-server] [ 4 of 19] Compiling Ide.Plugin.Cabal.Completion.CabalFields ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/CabalFields.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/CabalFields.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/CabalFields.dyn_o )
  23428. 936.48 s [haskell-language-server] [ 5 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Simple ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Simple.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Simple.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Simple.dyn_o )
  23429. 936.73 s [haskell-language-server] [ 6 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Snippet ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Snippet.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Snippet.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Snippet.dyn_o )
  23430. 937.08 s [haskell-language-server] [ 7 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.FilePath ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/FilePath.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/FilePath.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/FilePath.dyn_o )
  23431. 937.08 s [haskell-language-server] [ 8 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Module ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Module.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Module.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Module.dyn_o )
  23432. 937.18 s [haskell-language-server] [ 9 of 19] Compiling Ide.Plugin.Cabal.Diagnostics ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Diagnostics.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Diagnostics.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Diagnostics.dyn_o )
  23433. 937.18 s [haskell-language-server] [10 of 19] Compiling Ide.Plugin.Cabal.FieldSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/FieldSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/FieldSuggest.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/FieldSuggest.dyn_o )
  23434. 937.18 s [haskell-language-server] [11 of 19] Compiling Ide.Plugin.Cabal.LicenseSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/LicenseSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/LicenseSuggest.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/LicenseSuggest.dyn_o )
  23435. 937.18 s [haskell-language-server] [12 of 19] Compiling Ide.Plugin.Cabal.Completion.Data ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Data.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Data.dyn_o )
  23436. 937.95 s [haskell-language-server] [13 of 19] Compiling Ide.Plugin.Cabal.Completion.Completions ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completions.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completions.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completions.dyn_o )
  23437. 938.36 s [haskell-language-server] [14 of 19] Compiling Ide.Plugin.Cabal.Orphans ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Orphans.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Orphans.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Orphans.dyn_o )
  23438. 938.36 s [haskell-language-server] [15 of 19] Compiling Ide.Plugin.Cabal.Definition ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Definition.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Definition.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Definition.dyn_o )
  23439. 938.36 s [haskell-language-server] [16 of 19] Compiling Ide.Plugin.Cabal.CabalAdd ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd.dyn_o )
  23440. 938.36 s [haskell-language-server] [17 of 19] Compiling Ide.Plugin.Cabal.Outline ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Outline.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Outline.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Outline.dyn_o )
  23441. 938.36 s [haskell-language-server] [18 of 19] Compiling Ide.Plugin.Cabal.Parse ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Parse.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Parse.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Parse.dyn_o )
  23442. 938.36 s [haskell-language-server] [19 of 19] Compiling Ide.Plugin.Cabal ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal.dyn_o )
  23443. 938.43 s [pandoc] Phase: fixupPhase
  23444. 938.46 s [pandoc] shrinking RPATHs of ELF executables and libraries in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6
  23445. 938.47 s [pandoc] shrinking /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/libHSpandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC-ghc9.8.4.so
  23446. 938.81 s [pandoc] shrinking /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/libHSpandoc-3.6-DRiPwbUMAzgK6SpNBPmsiO-xml-light-ghc9.8.4.so
  23447. 938.85 s [pandoc] checking for references to /build/ in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6...
  23448. 939.04 s [pandoc] patching script interpreter paths in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6
  23449. 939.05 s [pandoc] stripping (with command strip and flags -S -p) in /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6/lib
  23450. 940.60 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  23451. 940.60 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  23452. 940.60 s [haskell-language-server] but were not needed for compilation:
  23453. 940.60 s [haskell-language-server] - process-1.6.19.0 (exposed by flag -package-id process-1.6.19.0-9629)
  23454. 940.60 s [haskell-language-server]
  23455. 940.62 s [haskell-language-server] [ 1 of 19] Compiling Ide.Plugin.Cabal.Completion.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Types.p_o )
  23456. 942.37 s [haskell-language-server] [ 2 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Types.p_o )
  23457. 942.56 s [haskell-language-server] [ 3 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Paths ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Paths.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Paths.p_o )
  23458. 942.63 s [haskell-language-server] [ 4 of 19] Compiling Ide.Plugin.Cabal.Completion.CabalFields ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/CabalFields.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/CabalFields.p_o )
  23459. 942.72 s [haskell-language-server] [ 5 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Simple ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Simple.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Simple.p_o )
  23460. 943.13 s [haskell-language-server] [ 6 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Snippet ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Snippet.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Snippet.p_o )
  23461. 943.65 s [haskell-language-server] [ 7 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.FilePath ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/FilePath.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/FilePath.p_o )
  23462. 943.65 s [haskell-language-server] [ 8 of 19] Compiling Ide.Plugin.Cabal.Completion.Completer.Module ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Module.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Module.p_o )
  23463. 943.79 s [haskell-language-server] [ 9 of 19] Compiling Ide.Plugin.Cabal.Diagnostics ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Diagnostics.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Diagnostics.p_o )
  23464. 943.79 s [haskell-language-server] [10 of 19] Compiling Ide.Plugin.Cabal.FieldSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/FieldSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/FieldSuggest.p_o )
  23465. 943.79 s [haskell-language-server] [11 of 19] Compiling Ide.Plugin.Cabal.LicenseSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/LicenseSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/LicenseSuggest.p_o )
  23466. 943.79 s [haskell-language-server] [12 of 19] Compiling Ide.Plugin.Cabal.Completion.Data ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Data.p_o )
  23467. 944.09 s [pandoc] shrinking RPATHs of ELF executables and libraries in /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data
  23468. 944.14 s [pandoc] checking for references to /build/ in /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data...
  23469. 944.20 s [pandoc] patching script interpreter paths in /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data
  23470. 945.10 s [pandoc:post-build] Uploading to cachix cache "sellout": /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6
  23471. 945.84 s [pandoc:post-build] Pushing 2 paths (389 are already present) using zstd to cache sellout ⏳
  23472. 945.84 s [pandoc:post-build]
  23473. 946.21 s [pandoc:post-build] Pushing /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data (914.01 KiB)
  23474. 946.30 s [pandoc:post-build] Pushing /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6 (427.66 MiB)
  23475. 951.62 s [pandoc:post-build]
  23476. 951.62 s [pandoc:post-build] All done.
  23477. 951.66 s [pandoc:post-build] Uploading to the NixCI cache: /nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data /nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6
  23478. 951.71 s [pandoc:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  23479. 951.94 s [pandoc:post-build] copying 2 paths...
  23480. 951.94 s [pandoc:post-build] copying path '/nix/store/0gm36hc364wqqnry30ldxmx0b7dm0klk-pandoc-3.6-data' to 'https://cache.nix-ci.com'...
  23481. 952.32 s [pandoc:post-build] copying path '/nix/store/vh2g2pjs5dvlk6kb4gqiszmf0314xw3d-pandoc-3.6' to 'https://cache.nix-ci.com'...
  23482. 1150.31 s [pandoc:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  23483. 1150.59 s [pandoc:post-build] copying 1 paths...
  23484. 1150.62 s [pandoc:post-build] copying path '/nix/store/k1s59zv3ssh8s3pcjsng1crg3k4qcrdz-pandoc-3.6.drv' to 'https://cache.nix-ci.com'...
  23485. 1151.86 s Progress: 20 of 32 built (1 building), 529 of 529 downloaded from cache
  23486. 1151.95 s Building /nix/store/4j1np6fikxgjv5rraai5ss2zi5yrsgqq-pandoc-lua-engine-0.4.1.1.drv
  23487. 1152.02 s Building /nix/store/53g05x68i138ixlrh92hc3733ah5ll54-pandoc-server-0.1.0.10.drv
  23488. 1152.02 s [haskell-language-server] [13 of 19] Compiling Ide.Plugin.Cabal.Completion.Completions ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completions.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completions.p_o )
  23489. 1152.02 s [haskell-language-server] [14 of 19] Compiling Ide.Plugin.Cabal.Orphans ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Orphans.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Orphans.p_o )
  23490. 1152.02 s [haskell-language-server] [15 of 19] Compiling Ide.Plugin.Cabal.Definition ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Definition.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Definition.p_o )
  23491. 1152.02 s [haskell-language-server] [16 of 19] Compiling Ide.Plugin.Cabal.CabalAdd ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd.p_o )
  23492. 1152.02 s [haskell-language-server] [17 of 19] Compiling Ide.Plugin.Cabal.Outline ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Outline.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Outline.p_o )
  23493. 1152.02 s [haskell-language-server] [18 of 19] Compiling Ide.Plugin.Cabal.Parse ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Parse.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Parse.p_o )
  23494. 1152.02 s [haskell-language-server] [19 of 19] Compiling Ide.Plugin.Cabal ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal.p_o )
  23495. 1152.02 s [haskell-language-server] Preprocessing library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0...
  23496. 1152.02 s [haskell-language-server] Building library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0...
  23497. 1152.02 s [haskell-language-server] [1 of 4] Compiling Ide.Plugin.CallHierarchy.Types ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Types.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.dyn_o )
  23498. 1152.02 s [haskell-language-server] [2 of 4] Compiling Ide.Plugin.CallHierarchy.Query ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Query.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.dyn_o )
  23499. 1152.02 s [haskell-language-server] [3 of 4] Compiling Ide.Plugin.CallHierarchy.Internal ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Internal.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.dyn_o )
  23500. 1152.02 s [haskell-language-server] [4 of 4] Compiling Ide.Plugin.CallHierarchy ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.dyn_o )
  23501. 1152.02 s [haskell-language-server] [1 of 4] Compiling Ide.Plugin.CallHierarchy.Types ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Types.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.p_o )
  23502. 1152.02 s [haskell-language-server] [2 of 4] Compiling Ide.Plugin.CallHierarchy.Query ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Query.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.p_o )
  23503. 1152.02 s [haskell-language-server] [3 of 4] Compiling Ide.Plugin.CallHierarchy.Internal ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Internal.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.p_o )
  23504. 1152.02 s [haskell-language-server] [4 of 4] Compiling Ide.Plugin.CallHierarchy ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.p_o )
  23505. 1152.02 s [haskell-language-server] Preprocessing library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0...
  23506. 1152.02 s [haskell-language-server] Building library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0...
  23507. 1152.02 s [haskell-language-server] [1 of 2] Compiling Experiments.Types ( ghcide-bench/src/Experiments/Types.hs, dist/build/ghcide-bench-lib/Experiments/Types.o, dist/build/ghcide-bench-lib/Experiments/Types.dyn_o )
  23508. 1152.02 s [haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.o, dist/build/ghcide-bench-lib/Experiments.dyn_o )
  23509. 1152.02 s [haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  23510. 1152.02 s [haskell-language-server] Pattern match(es) are non-exhaustive
  23511. 1152.02 s [haskell-language-server] In a pattern binding:
  23512. 1152.02 s [haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
  23513. 1152.02 s [haskell-language-server] Failure _
  23514. 1152.02 s [haskell-language-server] CompletionInvoked _
  23515. 1152.02 s [haskell-language-server] |
  23516. 1152.02 s [haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
  23517. 1152.02 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  23518. 1152.02 s [haskell-language-server]
  23519. 1152.02 s [haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  23520. 1152.02 s [haskell-language-server] Pattern match(es) are non-exhaustive
  23521. 1152.02 s [haskell-language-server] In a lambda abstraction:
  23522. 1152.02 s [haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
  23523. 1152.02 s [haskell-language-server] ‘ProcessHandle’ not matched:
  23524. 1152.02 s [haskell-language-server] Nothing _ _ _
  23525. 1152.02 s [haskell-language-server] (Just _) Nothing _ _
  23526. 1152.02 s [haskell-language-server] (Just _) (Just _) Nothing _
  23527. 1152.02 s [haskell-language-server] |
  23528. 1152.02 s [haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
  23529. 1152.02 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  23530. 1152.02 s [haskell-language-server]
  23531. 1152.02 s [haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning: [GHC-63394] [-Wx-partial]
  23532. 1152.02 s [haskell-language-server] In the use of ‘head’
  23533. 1152.02 s [haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
  23534. 1152.02 s [haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  23535. 1152.02 s [haskell-language-server] |
  23536. 1152.02 s [haskell-language-server] 630 | let DocumentPositions{..} = head docs
  23537. 1152.02 s [haskell-language-server] | ^^^^
  23538. 1152.02 s [haskell-language-server]
  23539. 1152.02 s [haskell-language-server] [1 of 2] Compiling Experiments.Types ( ghcide-bench/src/Experiments/Types.hs, dist/build/ghcide-bench-lib/Experiments/Types.p_o )
  23540. 1152.02 s [haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.p_o )
  23541. 1152.02 s [haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  23542. 1152.02 s [haskell-language-server] Pattern match(es) are non-exhaustive
  23543. 1152.02 s [haskell-language-server] In a pattern binding:
  23544. 1152.02 s [haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
  23545. 1152.02 s [haskell-language-server] Failure _
  23546. 1152.02 s [haskell-language-server] CompletionInvoked _
  23547. 1152.02 s [haskell-language-server] |
  23548. 1152.02 s [haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
  23549. 1152.02 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  23550. 1152.02 s [haskell-language-server]
  23551. 1152.02 s [haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  23552. 1152.02 s [haskell-language-server] Pattern match(es) are non-exhaustive
  23553. 1152.02 s [haskell-language-server] In a lambda abstraction:
  23554. 1152.02 s [haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
  23555. 1152.02 s [haskell-language-server] ‘ProcessHandle’ not matched:
  23556. 1152.02 s [haskell-language-server] Nothing _ _ _
  23557. 1152.02 s [haskell-language-server] (Just _) Nothing _ _
  23558. 1152.02 s [haskell-language-server] (Just _) (Just _) Nothing _
  23559. 1152.02 s [haskell-language-server] |
  23560. 1152.02 s [haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
  23561. 1152.02 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  23562. 1152.02 s [haskell-language-server]
  23563. 1152.02 s [haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning: [GHC-63394] [-Wx-partial]
  23564. 1152.02 s [haskell-language-server] In the use of ‘head’
  23565. 1152.02 s [haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
  23566. 1152.02 s [haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  23567. 1152.02 s [haskell-language-server] |
  23568. 1152.02 s [haskell-language-server] 630 | let DocumentPositions{..} = head docs
  23569. 1152.02 s [haskell-language-server] | ^^^^
  23570. 1152.02 s [haskell-language-server]
  23571. 1152.02 s [haskell-language-server] Preprocessing executable 'ghcide-bench' for haskell-language-server-2.10.0.0...
  23572. 1152.02 s [haskell-language-server] Building executable 'ghcide-bench' for haskell-language-server-2.10.0.0...
  23573. 1152.02 s [haskell-language-server] [1 of 1] Compiling Main ( ghcide-bench/exe/Main.hs, dist/build/ghcide-bench/ghcide-bench-tmp/Main.dyn_o )
  23574. 1152.02 s [haskell-language-server] [2 of 2] Linking dist/build/ghcide-bench/ghcide-bench
  23575. 1152.02 s [haskell-language-server] Preprocessing library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0...
  23576. 1152.02 s [haskell-language-server] Building library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0...
  23577. 1152.02 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  23578. 1152.02 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  23579. 1152.02 s [haskell-language-server] but were not needed for compilation:
  23580. 1152.02 s [haskell-language-server] - ghc-9.10.1 (exposed by flag -package-id ghc-9.10.1-c9f5)
  23581. 1152.02 s [haskell-language-server]
  23582. 1152.02 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitImports ( plugins/hls-explicit-imports-plugin/src/Ide/Plugin/ExplicitImports.hs, dist/build/hls-explicit-imports-plugin/Ide/Plugin/ExplicitImports.o, dist/build/hls-explicit-imports-plugin/Ide/Plugin/ExplicitImports.dyn_o )
  23583. 1152.02 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  23584. 1152.02 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  23585. 1152.02 s [haskell-language-server] but were not needed for compilation:
  23586. 1152.02 s [haskell-language-server] - ghc-9.10.1 (exposed by flag -package-id ghc-9.10.1-c9f5)
  23587. 1152.02 s [haskell-language-server]
  23588. 1152.02 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitImports ( plugins/hls-explicit-imports-plugin/src/Ide/Plugin/ExplicitImports.hs, dist/build/hls-explicit-imports-plugin/Ide/Plugin/ExplicitImports.p_o )
  23589. 1152.02 s [haskell-language-server] Preprocessing library 'hls-semantic-tokens-plugin' for haskell-language-server-2.10.0.0...
  23590. 1152.02 s [haskell-language-server] Building library 'hls-semantic-tokens-plugin' for haskell-language-server-2.10.0.0...
  23591. 1152.02 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  23592. 1152.02 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  23593. 1152.02 s [haskell-language-server] but were not needed for compilation:
  23594. 1152.02 s [haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke)
  23595. 1152.02 s [haskell-language-server]
  23596. 1152.02 s [haskell-language-server] [1 of 8] Compiling Ide.Plugin.SemanticTokens.Types ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Types.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Types.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Types.dyn_o )
  23597. 1152.02 s [haskell-language-server] [2 of 8] Compiling Ide.Plugin.SemanticTokens.Tokenize ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Tokenize.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Tokenize.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Tokenize.dyn_o )
  23598. 1152.02 s [haskell-language-server] [3 of 8] Compiling Ide.Plugin.SemanticTokens.SemanticConfig ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/SemanticConfig.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/SemanticConfig.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/SemanticConfig.dyn_o )
  23599. 1152.02 s [haskell-language-server] [4 of 8] Compiling Ide.Plugin.SemanticTokens.Utils ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Utils.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Utils.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Utils.dyn_o )
  23600. 1152.02 s [haskell-language-server] [5 of 8] Compiling Ide.Plugin.SemanticTokens.Mappings ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Mappings.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Mappings.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Mappings.dyn_o )
  23601. 1152.02 s [haskell-language-server] [6 of 8] Compiling Ide.Plugin.SemanticTokens.Query ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Query.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Query.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Query.dyn_o )
  23602. 1152.02 s [haskell-language-server] [7 of 8] Compiling Ide.Plugin.SemanticTokens.Internal ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Internal.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Internal.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Internal.dyn_o )
  23603. 1152.02 s [haskell-language-server] [8 of 8] Compiling Ide.Plugin.SemanticTokens ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens.dyn_o )
  23604. 1152.02 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  23605. 1152.02 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  23606. 1152.02 s [haskell-language-server] but were not needed for compilation:
  23607. 1152.02 s [haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-BiRnHihI2ydFZEdxrwloke)
  23608. 1152.02 s [haskell-language-server]
  23609. 1152.02 s [haskell-language-server] [1 of 8] Compiling Ide.Plugin.SemanticTokens.Types ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Types.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Types.p_o )
  23610. 1152.02 s [haskell-language-server] [2 of 8] Compiling Ide.Plugin.SemanticTokens.Tokenize ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Tokenize.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Tokenize.p_o )
  23611. 1152.02 s [haskell-language-server] [3 of 8] Compiling Ide.Plugin.SemanticTokens.SemanticConfig ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/SemanticConfig.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/SemanticConfig.p_o )
  23612. 1152.02 s [haskell-language-server] [4 of 8] Compiling Ide.Plugin.SemanticTokens.Utils ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Utils.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Utils.p_o )
  23613. 1152.02 s [haskell-language-server] [5 of 8] Compiling Ide.Plugin.SemanticTokens.Mappings ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Mappings.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Mappings.p_o )
  23614. 1152.02 s [haskell-language-server] [6 of 8] Compiling Ide.Plugin.SemanticTokens.Query ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Query.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Query.p_o )
  23615. 1152.02 s [haskell-language-server] [7 of 8] Compiling Ide.Plugin.SemanticTokens.Internal ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Internal.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Internal.p_o )
  23616. 1152.02 s [haskell-language-server] [8 of 8] Compiling Ide.Plugin.SemanticTokens ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens.p_o )
  23617. 1152.02 s [haskell-language-server] Preprocessing library 'hls-eval-plugin' for haskell-language-server-2.10.0.0...
  23618. 1152.02 s [haskell-language-server] Building library 'hls-eval-plugin' for haskell-language-server-2.10.0.0...
  23619. 1152.02 s [haskell-language-server] [ 1 of 10] Compiling Ide.Plugin.Eval.Config ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Config.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Config.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Config.dyn_o )
  23620. 1152.02 s [haskell-language-server] [ 2 of 10] Compiling Ide.Plugin.Eval.Parse.Option ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Option.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Option.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Option.dyn_o )
  23621. 1152.02 s [haskell-language-server] [ 3 of 10] Compiling Ide.Plugin.Eval.Util ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Util.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Util.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Util.dyn_o )
  23622. 1152.02 s [haskell-language-server] [ 4 of 10] Compiling Ide.Plugin.Eval.GHC ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/GHC.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/GHC.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/GHC.dyn_o )
  23623. 1152.02 s [haskell-language-server] [ 5 of 10] Compiling Ide.Plugin.Eval.Types ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Types.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Types.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Types.dyn_o )
  23624. 1152.02 s [haskell-language-server] [ 6 of 10] Compiling Ide.Plugin.Eval.Rules ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Rules.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Rules.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Rules.dyn_o )
  23625. 1152.02 s [haskell-language-server] [ 7 of 10] Compiling Ide.Plugin.Eval.Parse.Comments ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Comments.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Comments.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Comments.dyn_o )
  23626. 1152.02 s [haskell-language-server] [ 8 of 10] Compiling Ide.Plugin.Eval.Code ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Code.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Code.dyn_o )
  23627. 1152.02 s [haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning: [GHC-63394] [-Wx-partial]
  23628. 1152.02 s [haskell-language-server] In the use of ‘head’
  23629. 1152.02 s [haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
  23630. 1152.02 s [haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  23631. 1152.02 s [haskell-language-server] |
  23632. 1152.02 s [haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
  23633. 1152.02 s [haskell-language-server] | ^^^^
  23634. 1152.02 s [haskell-language-server]
  23635. 1152.02 s [haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.CodeLens ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.dyn_o )
  23636. 1152.02 s [haskell-language-server] [10 of 10] Compiling Ide.Plugin.Eval ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval.dyn_o )
  23637. 1152.02 s [haskell-language-server] [ 1 of 10] Compiling Ide.Plugin.Eval.Config ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Config.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Config.p_o )
  23638. 1152.02 s [haskell-language-server] [ 2 of 10] Compiling Ide.Plugin.Eval.Parse.Option ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Option.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Option.p_o )
  23639. 1152.02 s [haskell-language-server] [ 3 of 10] Compiling Ide.Plugin.Eval.Util ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Util.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Util.p_o )
  23640. 1152.02 s [haskell-language-server] [ 4 of 10] Compiling Ide.Plugin.Eval.GHC ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/GHC.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/GHC.p_o )
  23641. 1152.02 s [haskell-language-server] [ 5 of 10] Compiling Ide.Plugin.Eval.Types ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Types.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Types.p_o )
  23642. 1152.02 s [haskell-language-server] [ 6 of 10] Compiling Ide.Plugin.Eval.Rules ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Rules.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Rules.p_o )
  23643. 1152.02 s [haskell-language-server] [ 7 of 10] Compiling Ide.Plugin.Eval.Parse.Comments ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Comments.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Comments.p_o )
  23644. 1152.02 s [haskell-language-server] [ 8 of 10] Compiling Ide.Plugin.Eval.Code ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Code.p_o )
  23645. 1152.02 s [haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning: [GHC-63394] [-Wx-partial]
  23646. 1152.02 s [haskell-language-server] In the use of ‘head’
  23647. 1152.02 s [haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
  23648. 1152.02 s [haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  23649. 1152.02 s [haskell-language-server] |
  23650. 1152.02 s [haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
  23651. 1152.02 s [haskell-language-server] | ^^^^
  23652. 1152.02 s [haskell-language-server]
  23653. 1152.02 s [haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.CodeLens ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.p_o )
  23654. 1152.02 s [haskell-language-server] [10 of 10] Compiling Ide.Plugin.Eval ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval.p_o )
  23655. 1152.63 s [pandoc-lua-engine] Phase: setupCompilerEnvironmentPhase
  23656. 1152.63 s [pandoc-lua-engine] Build with /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4.
  23657. 1152.65 s [pandoc-server] Phase: setupCompilerEnvironmentPhase
  23658. 1152.66 s [pandoc-server] Build with /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4.
  23659. 1153.22 s [pandoc-lua-engine] Phase: unpackPhase
  23660. 1153.23 s [pandoc-lua-engine] unpacking source archive /nix/store/p80k2mmlzksl0mmny98gizijqmabc4d1-pandoc-lua-engine-0.4.1.1.tar.gz
  23661. 1153.24 s [pandoc-lua-engine] source root is pandoc-lua-engine-0.4.1.1
  23662. 1153.24 s [pandoc-lua-engine] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "pandoc-lua-engine-0.4.1.1/test/writer-template.out.txt"
  23663. 1153.25 s [pandoc-lua-engine] Phase: patchPhase
  23664. 1153.26 s [pandoc-lua-engine] Phase: compileBuildDriverPhase
  23665. 1153.26 s [pandoc-lua-engine] setupCompileFlags: -package-db=/build/tmp.Z4U7plwBj8/setup-package.conf.d -threaded
  23666. 1153.28 s [pandoc-server] Phase: unpackPhase
  23667. 1153.30 s [pandoc-lua-engine] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.Z4U7plwBj8/Main.o )
  23668. 1153.43 s [pandoc-server] unpacking source archive /nix/store/293n31ycq9m9rdwj8v1xwnch2zmzllv3-pandoc-server-0.1.0.10.tar.gz
  23669. 1153.44 s [pandoc-server] source root is pandoc-server-0.1.0.10
  23670. 1153.44 s [pandoc-lua-engine] [2 of 2] Linking Setup
  23671. 1153.44 s [pandoc-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "pandoc-server-0.1.0.10/src/Text/Pandoc/Server.hs"
  23672. 1153.45 s [pandoc-server] Phase: patchPhase
  23673. 1153.58 s [pandoc-server] Phase: compileBuildDriverPhase
  23674. 1153.58 s [pandoc-server] setupCompileFlags: -package-db=/build/tmp.udYKW3KFbK/setup-package.conf.d -threaded
  23675. 1153.61 s [pandoc-server] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.udYKW3KFbK/Main.o )
  23676. 1153.91 s [pandoc-server] [2 of 2] Linking Setup
  23677. 1155.03 s [pandoc-lua-engine] Phase: updateAutotoolsGnuConfigScriptsPhase
  23678. 1155.04 s [pandoc-lua-engine] Phase: configurePhase
  23679. 1155.04 s [pandoc-lua-engine] configureFlags: --verbose --prefix=/nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc/share/doc/pandoc-lua-engine-0.4.1.1 --with-gcc=gcc --package-db=/build/tmp.Z4U7plwBj8/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
  23680. 1155.05 s [pandoc-lua-engine] Using Parsec parser
  23681. 1155.05 s [pandoc-lua-engine] Configuring pandoc-lua-engine-0.4.1.1...
  23682. 1155.06 s [pandoc-server] Phase: updateAutotoolsGnuConfigScriptsPhase
  23683. 1155.07 s [pandoc-server] Phase: configurePhase
  23684. 1155.08 s [pandoc-server] configureFlags: --verbose --prefix=/nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc/share/doc/pandoc-server-0.1.0.10 --with-gcc=gcc --package-db=/build/tmp.udYKW3KFbK/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
  23685. 1155.08 s [pandoc-server] Using Parsec parser
  23686. 1155.08 s [pandoc-server] Configuring pandoc-server-0.1.0.10...
  23687. 1155.49 s [pandoc-lua-engine] Dependency aeson: using aeson-2.2.3.0
  23688. 1155.49 s [pandoc-lua-engine] Dependency base >=4.12 && <5: using base-4.19.2.0
  23689. 1155.49 s [pandoc-lua-engine] Dependency bytestring >=0.9 && <0.13: using bytestring-0.12.1.0
  23690. 1155.49 s [pandoc-lua-engine] Dependency citeproc >=0.8 && <0.9: using citeproc-0.8.1.1
  23691. 1155.49 s [pandoc-lua-engine] Dependency containers >=0.6.0.1 && <0.9: using containers-0.6.8
  23692. 1155.49 s [pandoc-lua-engine] Dependency crypton >=0.30 && <1.1: using crypton-1.0.4
  23693. 1155.49 s [pandoc-lua-engine] Dependency data-default >=0.4 && <0.9: using data-default-0.7.1.3
  23694. 1155.49 s [pandoc-lua-engine] Dependency doclayout >=0.5 && <0.6: using doclayout-0.5
  23695. 1155.49 s [pandoc-lua-engine] Dependency doctemplates >=0.11 && <0.12: using doctemplates-0.11.0.1
  23696. 1155.49 s [pandoc-lua-engine] Dependency exceptions >=0.8 && <0.11: using exceptions-0.10.7
  23697. 1155.49 s [pandoc-lua-engine] Dependency hslua >=2.3 && <2.4: using hslua-2.3.1
  23698. 1155.49 s [pandoc-lua-engine] Dependency hslua-module-doclayout >=1.2 && <1.3: using
  23699. 1155.49 s [pandoc-lua-engine] hslua-module-doclayout-1.2.0
  23700. 1155.49 s [pandoc-lua-engine] Dependency hslua-module-path >=1.1 && <1.2: using hslua-module-path-1.1.1
  23701. 1155.49 s [pandoc-lua-engine] Dependency hslua-module-system >=1.1 && <1.2: using hslua-module-system-1.1.2
  23702. 1155.49 s [pandoc-lua-engine] Dependency hslua-module-text >=1.1 && <1.2: using hslua-module-text-1.1.1
  23703. 1155.49 s [pandoc-lua-engine] Dependency hslua-module-version >=1.1 && <1.2: using
  23704. 1155.49 s [pandoc-lua-engine] hslua-module-version-1.1.1
  23705. 1155.49 s [pandoc-lua-engine] Dependency hslua-module-zip >=1.1.3 && <1.2: using hslua-module-zip-1.1.3
  23706. 1155.49 s [pandoc-lua-engine] Dependency hslua-repl >=0.1.1 && <0.2: using hslua-repl-0.1.2
  23707. 1155.49 s [pandoc-lua-engine] Dependency lpeg >=1.1 && <1.2: using lpeg-1.1.0
  23708. 1155.49 s [pandoc-lua-engine] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
  23709. 1155.49 s [pandoc-lua-engine] Dependency pandoc >=3.6 && <3.7: using pandoc-3.6
  23710. 1155.49 s [pandoc-lua-engine] Dependency pandoc-lua-marshal >=0.3 && <0.4: using pandoc-lua-marshal-0.3.0
  23711. 1155.49 s [pandoc-lua-engine] Dependency pandoc-types >=1.22 && <1.24: using pandoc-types-1.23.1
  23712. 1155.49 s [pandoc-lua-engine] Dependency parsec >=3.1 && <3.2: using parsec-3.1.17.0
  23713. 1155.49 s [pandoc-lua-engine] Dependency text >=1.1.1 && <2.2: using text-2.1.1
  23714. 1155.49 s [pandoc-lua-engine] Dependency base >=4.12 && <5: using base-4.19.2.0
  23715. 1155.49 s [pandoc-lua-engine] Dependency bytestring: using bytestring-0.12.1.0
  23716. 1155.49 s [pandoc-lua-engine] Dependency data-default: using data-default-0.7.1.3
  23717. 1155.49 s [pandoc-lua-engine] Dependency directory: using directory-1.3.8.5
  23718. 1155.49 s [pandoc-lua-engine] Dependency exceptions >=0.8 && <0.11: using exceptions-0.10.7
  23719. 1155.49 s [pandoc-lua-engine] Dependency filepath: using filepath-1.4.301.0
  23720. 1155.49 s [pandoc-lua-engine] Dependency hslua >=2.3 && <2.4: using hslua-2.3.1
  23721. 1155.49 s [pandoc-lua-engine] Dependency pandoc: using pandoc-3.6
  23722. 1155.49 s [pandoc-lua-engine] Dependency pandoc-lua-engine: using pandoc-lua-engine-0.4.1.1
  23723. 1155.49 s [pandoc-lua-engine] Dependency pandoc-types >=1.22 && <1.24: using pandoc-types-1.23.1
  23724. 1155.49 s [pandoc-lua-engine] Dependency tasty: using tasty-1.5.3
  23725. 1155.49 s [pandoc-lua-engine] Dependency tasty-golden: using tasty-golden-2.3.5
  23726. 1155.49 s [pandoc-lua-engine] Dependency tasty-hunit: using tasty-hunit-0.10.2
  23727. 1155.49 s [pandoc-lua-engine] Dependency tasty-lua >=1.1 && <1.2: using tasty-lua-1.1.1
  23728. 1155.49 s [pandoc-lua-engine] Dependency text >=1.1.1 && <2.2: using text-2.1.1
  23729. 1155.53 s [pandoc-server] Dependency aeson >=2.0 && <2.3: using aeson-2.2.3.0
  23730. 1155.53 s [pandoc-server] Dependency base >=4.12 && <5: using base-4.19.2.0
  23731. 1155.53 s [pandoc-server] Dependency base64-bytestring >=0.1 && <1.3: using base64-bytestring-1.2.1.0
  23732. 1155.53 s [pandoc-server] Dependency bytestring >=0.9 && <0.13: using bytestring-0.12.1.0
  23733. 1155.53 s [pandoc-server] Dependency containers >=0.6.0.1 && <0.8: using containers-0.6.8
  23734. 1155.53 s [pandoc-server] Dependency data-default >=0.4 && <0.9: using data-default-0.7.1.3
  23735. 1155.53 s [pandoc-server] Dependency doctemplates >=0.11 && <0.12: using doctemplates-0.11.0.1
  23736. 1155.53 s [pandoc-server] Dependency pandoc >=3.5 && <3.7: using pandoc-3.6
  23737. 1155.53 s [pandoc-server] Dependency pandoc-types >=1.22 && <1.24: using pandoc-types-1.23.1
  23738. 1155.53 s [pandoc-server] Dependency servant-server >=0.19 && <0.21: using servant-server-0.20.2
  23739. 1155.53 s [pandoc-server] Dependency skylighting >=0.13 && <0.15: using skylighting-0.14.5
  23740. 1155.53 s [pandoc-server] Dependency text >=1.1.1.0 && <2.2: using text-2.1.1
  23741. 1155.53 s [pandoc-server] Dependency unicode-collation >=0.1.1 && <0.2: using unicode-collation-0.1.3.6
  23742. 1155.53 s [pandoc-server] Dependency wai >=3.2 && <3.3: using wai-3.2.4
  23743. 1155.53 s [pandoc-server] Dependency wai-cors >=0.2.7 && <0.3: using wai-cors-0.2.7
  23744. 1155.89 s [pandoc-lua-engine] Source component graph:
  23745. 1155.89 s [pandoc-lua-engine] component lib
  23746. 1155.89 s [pandoc-lua-engine] component test:test-pandoc-lua-engine dependency lib
  23747. 1156.01 s [pandoc-lua-engine] Configured component graph:
  23748. 1156.01 s [pandoc-lua-engine] component pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
  23749. 1156.01 s [pandoc-lua-engine] include aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
  23750. 1156.01 s [pandoc-lua-engine] include base-4.19.2.0-0fde
  23751. 1156.01 s [pandoc-lua-engine] include bytestring-0.12.1.0-c522
  23752. 1156.01 s [pandoc-lua-engine] include citeproc-0.8.1.1-CaU3OrJ9jub2HaTUh82mWP
  23753. 1156.01 s [pandoc-lua-engine] include containers-0.6.8-ddec
  23754. 1156.01 s [pandoc-lua-engine] include crypton-1.0.4-DN4xaBpGokS4RzVPDykjqR
  23755. 1156.01 s [pandoc-lua-engine] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
  23756. 1156.01 s [pandoc-lua-engine] include doclayout-0.5-FLPQsTV11H28vTPeFvkcd6
  23757. 1156.01 s [pandoc-lua-engine] include doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
  23758. 1156.02 s [pandoc-lua-engine] include exceptions-0.10.7-c2ae
  23759. 1156.02 s [pandoc-lua-engine] include hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
  23760. 1156.02 s [pandoc-lua-engine] include hslua-module-doclayout-1.2.0-HLTwqtFj782Aszav0SUtGh
  23761. 1156.02 s [pandoc-lua-engine] include hslua-module-path-1.1.1-6mZFbMROQ7JDqrqDjyG5Dp
  23762. 1156.02 s [pandoc-lua-engine] include hslua-module-system-1.1.2-9TiHCK7o2lwBcMMgMyUjtw
  23763. 1156.02 s [pandoc-lua-engine] include hslua-module-text-1.1.1-AKxkStvtgGp9OTj0vavBg5
  23764. 1156.02 s [pandoc-lua-engine] include hslua-module-version-1.1.1-1zNHWebKVUJ2FnbD1Ry9aA
  23765. 1156.02 s [pandoc-lua-engine] include hslua-module-zip-1.1.3-2sOzpXGbBHxPVypA5f874
  23766. 1156.02 s [pandoc-lua-engine] include hslua-repl-0.1.2-BxZIdeauZZlBPCRBFjfm5
  23767. 1156.02 s [pandoc-lua-engine] include lpeg-1.1.0-Ffvhx81vfdb1UBD5l4uRYl
  23768. 1156.02 s [pandoc-lua-engine] include mtl-2.3.1-5e32
  23769. 1156.02 s [pandoc-lua-engine] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  23770. 1156.02 s [pandoc-lua-engine] include pandoc-lua-marshal-0.3.0-CPefJLnKi5TGPJ9y37kQ9K
  23771. 1156.02 s [pandoc-lua-engine] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
  23772. 1156.02 s [pandoc-lua-engine] include parsec-3.1.17.0-0c0a
  23773. 1156.02 s [pandoc-lua-engine] include text-2.1.1-fd6a
  23774. 1156.02 s [pandoc-lua-engine] component pandoc-lua-engine-0.4.1.1-IDG5za6CyCbFul2tMw7grJ-test-pandoc-lua-engine
  23775. 1156.02 s [pandoc-lua-engine] include base-4.19.2.0-0fde
  23776. 1156.02 s [pandoc-lua-engine] include bytestring-0.12.1.0-c522
  23777. 1156.02 s [pandoc-lua-engine] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
  23778. 1156.02 s [pandoc-lua-engine] include directory-1.3.8.5-b132
  23779. 1156.02 s [pandoc-lua-engine] include exceptions-0.10.7-c2ae
  23780. 1156.02 s [pandoc-lua-engine] include filepath-1.4.301.0-c763
  23781. 1156.02 s [pandoc-lua-engine] include hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
  23782. 1156.02 s [pandoc-lua-engine] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  23783. 1156.02 s [pandoc-lua-engine] include pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
  23784. 1156.02 s [pandoc-lua-engine] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
  23785. 1156.02 s [pandoc-lua-engine] include tasty-1.5.3-QOpJMSxeF49XPb7Cb4i95
  23786. 1156.02 s [pandoc-lua-engine] include tasty-golden-2.3.5-1ureP3NU0nP1ei4sIVt7B5
  23787. 1156.02 s [pandoc-lua-engine] include tasty-hunit-0.10.2-GvqyVBRVmj03GFrvo7llW5
  23788. 1156.02 s [pandoc-lua-engine] include tasty-lua-1.1.1-59fghGCjCLdZUzx9RJb3V
  23789. 1156.02 s [pandoc-lua-engine] include text-2.1.1-fd6a
  23790. 1156.02 s [pandoc-lua-engine] Linked component graph:
  23791. 1156.02 s [pandoc-lua-engine] unit pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
  23792. 1156.02 s [pandoc-lua-engine] include aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
  23793. 1156.02 s [pandoc-lua-engine] include base-4.19.2.0-0fde
  23794. 1156.02 s [pandoc-lua-engine] include bytestring-0.12.1.0-c522
  23795. 1156.02 s [pandoc-lua-engine] include citeproc-0.8.1.1-CaU3OrJ9jub2HaTUh82mWP
  23796. 1156.02 s [pandoc-lua-engine] include containers-0.6.8-ddec
  23797. 1156.02 s [pandoc-lua-engine] include crypton-1.0.4-DN4xaBpGokS4RzVPDykjqR
  23798. 1156.02 s [pandoc-lua-engine] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
  23799. 1156.02 s [pandoc-lua-engine] include doclayout-0.5-FLPQsTV11H28vTPeFvkcd6
  23800. 1156.02 s [pandoc-lua-engine] include doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
  23801. 1156.02 s [pandoc-lua-engine] include exceptions-0.10.7-c2ae
  23802. 1156.02 s [pandoc-lua-engine] include hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
  23803. 1156.02 s [pandoc-lua-engine] include hslua-module-doclayout-1.2.0-HLTwqtFj782Aszav0SUtGh
  23804. 1156.02 s [pandoc-lua-engine] include hslua-module-path-1.1.1-6mZFbMROQ7JDqrqDjyG5Dp
  23805. 1156.02 s [pandoc-lua-engine] include hslua-module-system-1.1.2-9TiHCK7o2lwBcMMgMyUjtw
  23806. 1156.02 s [pandoc-lua-engine] include hslua-module-text-1.1.1-AKxkStvtgGp9OTj0vavBg5
  23807. 1156.02 s [pandoc-lua-engine] include hslua-module-version-1.1.1-1zNHWebKVUJ2FnbD1Ry9aA
  23808. 1156.02 s [pandoc-lua-engine] include hslua-module-zip-1.1.3-2sOzpXGbBHxPVypA5f874
  23809. 1156.02 s [pandoc-lua-engine] include hslua-repl-0.1.2-BxZIdeauZZlBPCRBFjfm5
  23810. 1156.02 s [pandoc-lua-engine] include lpeg-1.1.0-Ffvhx81vfdb1UBD5l4uRYl
  23811. 1156.02 s [pandoc-lua-engine] include mtl-2.3.1-5e32
  23812. 1156.02 s [pandoc-lua-engine] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  23813. 1156.02 s [pandoc-lua-engine] include pandoc-lua-marshal-0.3.0-CPefJLnKi5TGPJ9y37kQ9K
  23814. 1156.02 s [pandoc-lua-engine] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
  23815. 1156.02 s [pandoc-lua-engine] include parsec-3.1.17.0-0c0a
  23816. 1156.02 s [pandoc-lua-engine] include text-2.1.1-fd6a
  23817. 1156.02 s [pandoc-lua-engine] Text.Pandoc.Lua=pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi:Text.Pandoc.Lua
  23818. 1156.02 s [pandoc-lua-engine] unit pandoc-lua-engine-0.4.1.1-IDG5za6CyCbFul2tMw7grJ-test-pandoc-lua-engine
  23819. 1156.02 s [pandoc-lua-engine] include base-4.19.2.0-0fde
  23820. 1156.02 s [pandoc-lua-engine] include bytestring-0.12.1.0-c522
  23821. 1156.02 s [pandoc-lua-engine] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
  23822. 1156.02 s [pandoc-lua-engine] include directory-1.3.8.5-b132
  23823. 1156.02 s [pandoc-lua-engine] include exceptions-0.10.7-c2ae
  23824. 1156.02 s [pandoc-lua-engine] include filepath-1.4.301.0-c763
  23825. 1156.02 s [pandoc-lua-engine] include hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
  23826. 1156.02 s [pandoc-lua-engine] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  23827. 1156.02 s [pandoc-lua-engine] include pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
  23828. 1156.02 s [pandoc-lua-engine] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
  23829. 1156.02 s [pandoc-lua-engine] include tasty-1.5.3-QOpJMSxeF49XPb7Cb4i95
  23830. 1156.02 s [pandoc-lua-engine] include tasty-golden-2.3.5-1ureP3NU0nP1ei4sIVt7B5
  23831. 1156.02 s [pandoc-lua-engine] include tasty-hunit-0.10.2-GvqyVBRVmj03GFrvo7llW5
  23832. 1156.02 s [pandoc-lua-engine] include tasty-lua-1.1.1-59fghGCjCLdZUzx9RJb3V
  23833. 1156.02 s [pandoc-lua-engine] include text-2.1.1-fd6a
  23834. 1156.02 s [pandoc-lua-engine] Ready component graph:
  23835. 1156.02 s [pandoc-lua-engine] definite pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
  23836. 1156.02 s [pandoc-lua-engine] depends aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
  23837. 1156.02 s [pandoc-lua-engine] depends base-4.19.2.0-0fde
  23838. 1156.02 s [pandoc-lua-engine] depends bytestring-0.12.1.0-c522
  23839. 1156.02 s [pandoc-lua-engine] depends citeproc-0.8.1.1-CaU3OrJ9jub2HaTUh82mWP
  23840. 1156.02 s [pandoc-lua-engine] depends containers-0.6.8-ddec
  23841. 1156.02 s [pandoc-lua-engine] depends crypton-1.0.4-DN4xaBpGokS4RzVPDykjqR
  23842. 1156.02 s [pandoc-lua-engine] depends data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
  23843. 1156.02 s [pandoc-lua-engine] depends doclayout-0.5-FLPQsTV11H28vTPeFvkcd6
  23844. 1156.02 s [pandoc-lua-engine] depends doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
  23845. 1156.02 s [pandoc-lua-engine] depends exceptions-0.10.7-c2ae
  23846. 1156.02 s [pandoc-lua-engine] depends hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
  23847. 1156.02 s [pandoc-lua-engine] depends hslua-module-doclayout-1.2.0-HLTwqtFj782Aszav0SUtGh
  23848. 1156.02 s [pandoc-lua-engine] depends hslua-module-path-1.1.1-6mZFbMROQ7JDqrqDjyG5Dp
  23849. 1156.02 s [pandoc-lua-engine] depends hslua-module-system-1.1.2-9TiHCK7o2lwBcMMgMyUjtw
  23850. 1156.02 s [pandoc-lua-engine] depends hslua-module-text-1.1.1-AKxkStvtgGp9OTj0vavBg5
  23851. 1156.02 s [pandoc-lua-engine] depends hslua-module-version-1.1.1-1zNHWebKVUJ2FnbD1Ry9aA
  23852. 1156.02 s [pandoc-lua-engine] depends hslua-module-zip-1.1.3-2sOzpXGbBHxPVypA5f874
  23853. 1156.02 s [pandoc-lua-engine] depends hslua-repl-0.1.2-BxZIdeauZZlBPCRBFjfm5
  23854. 1156.02 s [pandoc-lua-engine] depends lpeg-1.1.0-Ffvhx81vfdb1UBD5l4uRYl
  23855. 1156.02 s [pandoc-lua-engine] depends mtl-2.3.1-5e32
  23856. 1156.02 s [pandoc-lua-engine] depends pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  23857. 1156.02 s [pandoc-lua-engine] depends pandoc-lua-marshal-0.3.0-CPefJLnKi5TGPJ9y37kQ9K
  23858. 1156.02 s [pandoc-lua-engine] depends pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
  23859. 1156.02 s [pandoc-lua-engine] depends parsec-3.1.17.0-0c0a
  23860. 1156.02 s [pandoc-lua-engine] depends text-2.1.1-fd6a
  23861. 1156.02 s [pandoc-lua-engine] definite pandoc-lua-engine-0.4.1.1-IDG5za6CyCbFul2tMw7grJ-test-pandoc-lua-engine
  23862. 1156.02 s [pandoc-lua-engine] depends base-4.19.2.0-0fde
  23863. 1156.02 s [pandoc-lua-engine] depends bytestring-0.12.1.0-c522
  23864. 1156.02 s [pandoc-lua-engine] depends data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
  23865. 1156.02 s [pandoc-lua-engine] depends directory-1.3.8.5-b132
  23866. 1156.02 s [pandoc-lua-engine] depends exceptions-0.10.7-c2ae
  23867. 1156.02 s [pandoc-lua-engine] depends filepath-1.4.301.0-c763
  23868. 1156.02 s [pandoc-lua-engine] depends hslua-2.3.1-9wPQKnxt2sDHR10kYEprrh
  23869. 1156.02 s [pandoc-lua-engine] depends pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  23870. 1156.02 s [pandoc-lua-engine] depends pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
  23871. 1156.02 s [pandoc-lua-engine] depends pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
  23872. 1156.02 s [pandoc-lua-engine] depends tasty-1.5.3-QOpJMSxeF49XPb7Cb4i95
  23873. 1156.02 s [pandoc-lua-engine] depends tasty-golden-2.3.5-1ureP3NU0nP1ei4sIVt7B5
  23874. 1156.02 s [pandoc-lua-engine] depends tasty-hunit-0.10.2-GvqyVBRVmj03GFrvo7llW5
  23875. 1156.02 s [pandoc-lua-engine] depends tasty-lua-1.1.1-59fghGCjCLdZUzx9RJb3V
  23876. 1156.02 s [pandoc-lua-engine] depends text-2.1.1-fd6a
  23877. 1156.02 s [pandoc-lua-engine] Using Cabal-3.10.3.0 compiled by ghc-9.8
  23878. 1156.02 s [pandoc-lua-engine] Using compiler: ghc-9.8.4
  23879. 1156.02 s [pandoc-lua-engine] Using install prefix:
  23880. 1156.02 s [pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1
  23881. 1156.02 s [pandoc-lua-engine] Executables installed in:
  23882. 1156.02 s [pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/bin
  23883. 1156.02 s [pandoc-lua-engine] Libraries installed in:
  23884. 1156.02 s [pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
  23885. 1156.02 s [pandoc-lua-engine] Dynamic Libraries installed in:
  23886. 1156.02 s [pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4
  23887. 1156.02 s [pandoc-lua-engine] Private executables installed in:
  23888. 1156.02 s [pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/libexec/x86_64-linux-ghc-9.8.4/pandoc-lua-engine-0.4.1.1
  23889. 1156.02 s [pandoc-lua-engine] Data files installed in:
  23890. 1156.02 s [pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/share/x86_64-linux-ghc-9.8.4/pandoc-lua-engine-0.4.1.1
  23891. 1156.02 s [pandoc-lua-engine] Documentation installed in:
  23892. 1156.02 s [pandoc-lua-engine] /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc/share/doc/pandoc-lua-engine-0.4.1.1
  23893. 1156.02 s [pandoc-lua-engine] Configuration files installed in:
  23894. 1156.02 s [pandoc-lua-engine] /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/etc
  23895. 1156.02 s [pandoc-lua-engine] No alex found
  23896. 1156.02 s [pandoc-lua-engine] Using ar found on system at:
  23897. 1156.02 s [pandoc-lua-engine] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  23898. 1156.02 s [pandoc-lua-engine] No c2hs found
  23899. 1156.02 s [pandoc-lua-engine] No cpphs found
  23900. 1156.02 s [pandoc-lua-engine] No doctest found
  23901. 1156.02 s [pandoc-lua-engine] Using gcc version 14.3.0 given by user at:
  23902. 1156.02 s [pandoc-lua-engine] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  23903. 1156.02 s [pandoc-lua-engine] Using ghc version 9.8.4 found on system at:
  23904. 1156.02 s [pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc
  23905. 1156.02 s [pandoc-lua-engine] Using ghc-pkg version 9.8.4 found on system at:
  23906. 1156.02 s [pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc-pkg-9.8.4
  23907. 1156.02 s [pandoc-lua-engine] No ghcjs found
  23908. 1156.02 s [pandoc-lua-engine] No ghcjs-pkg found
  23909. 1156.02 s [pandoc-lua-engine] No greencard found
  23910. 1156.02 s [pandoc-lua-engine] Using haddock version 2.30.0 found on system at:
  23911. 1156.02 s [pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/haddock-ghc-9.8.4
  23912. 1156.02 s [pandoc-lua-engine] No happy found
  23913. 1156.02 s [pandoc-lua-engine] Using haskell-suite found on system at: haskell-suite-dummy-location
  23914. 1156.02 s [pandoc-lua-engine] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  23915. 1156.02 s [pandoc-lua-engine] No hmake found
  23916. 1156.02 s [pandoc-lua-engine] Using hpc version 0.69 found on system at:
  23917. 1156.02 s [pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hpc-ghc-9.8.4
  23918. 1156.02 s [pandoc-lua-engine] Using hsc2hs version 0.68.10 found on system at:
  23919. 1156.02 s [pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hsc2hs-ghc-9.8.4
  23920. 1156.02 s [pandoc-lua-engine] Using hscolour version 1.25 found on system at:
  23921. 1156.02 s [pandoc-lua-engine] /nix/store/r9acd8dqp6xxbhlplifjikwk7bc6w7vf-hscolour-1.25/bin/HsColour
  23922. 1156.02 s [pandoc-lua-engine] No jhc found
  23923. 1156.02 s [pandoc-lua-engine] Using ld found on system at:
  23924. 1156.02 s [pandoc-lua-engine] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  23925. 1156.02 s [pandoc-lua-engine] No pkg-config found
  23926. 1156.02 s [pandoc-lua-engine] Using runghc version 9.8.4 found on system at:
  23927. 1156.02 s [pandoc-lua-engine] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/runghc-9.8.4
  23928. 1156.02 s [pandoc-lua-engine] Using strip version 2.44 found on system at:
  23929. 1156.02 s [pandoc-lua-engine] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  23930. 1156.02 s [pandoc-lua-engine] Using tar found on system at:
  23931. 1156.02 s [pandoc-lua-engine] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  23932. 1156.02 s [pandoc-lua-engine] No uhc found
  23933. 1156.02 s [pandoc-server] Source component graph: component lib
  23934. 1156.02 s [pandoc-server] Configured component graph:
  23935. 1156.02 s [pandoc-server] component pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
  23936. 1156.02 s [pandoc-server] include aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
  23937. 1156.02 s [pandoc-server] include base-4.19.2.0-0fde
  23938. 1156.02 s [pandoc-server] include base64-bytestring-1.2.1.0-A0Zaeo7G06LPsgdn2xg1v
  23939. 1156.02 s [pandoc-server] include bytestring-0.12.1.0-c522
  23940. 1156.02 s [pandoc-server] include containers-0.6.8-ddec
  23941. 1156.02 s [pandoc-server] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
  23942. 1156.02 s [pandoc-server] include doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
  23943. 1156.02 s [pandoc-server] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  23944. 1156.02 s [pandoc-server] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
  23945. 1156.02 s [pandoc-server] include servant-server-0.20.2-G0lLgkDsPodCW1U4UzqsFK
  23946. 1156.02 s [pandoc-server] include skylighting-0.14.5-LxS7pmvZB1J5rieQFn5Syy
  23947. 1156.02 s [pandoc-server] include text-2.1.1-fd6a
  23948. 1156.02 s [pandoc-server] include unicode-collation-0.1.3.6-Bc8T4jUByga8RJ9yOwLMUR
  23949. 1156.02 s [pandoc-server] include wai-3.2.4-F4kib8er8b66uIsZ4Qw3fj
  23950. 1156.02 s [pandoc-server] include wai-cors-0.2.7-LlfxRTWzkhsB4VS4V1ySHw
  23951. 1156.02 s [pandoc-server] Linked component graph:
  23952. 1156.02 s [pandoc-server] unit pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
  23953. 1156.02 s [pandoc-server] include aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
  23954. 1156.02 s [pandoc-server] include base-4.19.2.0-0fde
  23955. 1156.02 s [pandoc-server] include base64-bytestring-1.2.1.0-A0Zaeo7G06LPsgdn2xg1v
  23956. 1156.02 s [pandoc-server] include bytestring-0.12.1.0-c522
  23957. 1156.02 s [pandoc-server] include containers-0.6.8-ddec
  23958. 1156.02 s [pandoc-server] include data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
  23959. 1156.02 s [pandoc-server] include doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
  23960. 1156.02 s [pandoc-server] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  23961. 1156.02 s [pandoc-server] include pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
  23962. 1156.02 s [pandoc-server] include servant-server-0.20.2-G0lLgkDsPodCW1U4UzqsFK
  23963. 1156.02 s [pandoc-server] include skylighting-0.14.5-LxS7pmvZB1J5rieQFn5Syy
  23964. 1156.02 s [pandoc-server] include text-2.1.1-fd6a
  23965. 1156.02 s [pandoc-server] include unicode-collation-0.1.3.6-Bc8T4jUByga8RJ9yOwLMUR
  23966. 1156.02 s [pandoc-server] include wai-3.2.4-F4kib8er8b66uIsZ4Qw3fj
  23967. 1156.02 s [pandoc-server] include wai-cors-0.2.7-LlfxRTWzkhsB4VS4V1ySHw
  23968. 1156.02 s [pandoc-server] Text.Pandoc.Server=pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA:Text.Pandoc.Server
  23969. 1156.02 s [pandoc-server] Ready component graph:
  23970. 1156.02 s [pandoc-server] definite pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
  23971. 1156.02 s [pandoc-server] depends aeson-2.2.3.0-7oXuamZNrZrLY8NF5jlCyl
  23972. 1156.02 s [pandoc-server] depends base-4.19.2.0-0fde
  23973. 1156.02 s [pandoc-server] depends base64-bytestring-1.2.1.0-A0Zaeo7G06LPsgdn2xg1v
  23974. 1156.02 s [pandoc-server] depends bytestring-0.12.1.0-c522
  23975. 1156.02 s [pandoc-server] depends containers-0.6.8-ddec
  23976. 1156.02 s [pandoc-server] depends data-default-0.7.1.3-F7nui97sfyi7UTJ3jOqu1V
  23977. 1156.02 s [pandoc-server] depends doctemplates-0.11.0.1-Gj69NZMU4DcIwSt0PD4Ir3
  23978. 1156.02 s [pandoc-server] depends pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  23979. 1156.02 s [pandoc-server] depends pandoc-types-1.23.1-5QJTWz4mNf0FJLmAQIGvUA
  23980. 1156.02 s [pandoc-server] depends servant-server-0.20.2-G0lLgkDsPodCW1U4UzqsFK
  23981. 1156.02 s [pandoc-server] depends skylighting-0.14.5-LxS7pmvZB1J5rieQFn5Syy
  23982. 1156.02 s [pandoc-server] depends text-2.1.1-fd6a
  23983. 1156.02 s [pandoc-server] depends unicode-collation-0.1.3.6-Bc8T4jUByga8RJ9yOwLMUR
  23984. 1156.02 s [pandoc-server] depends wai-3.2.4-F4kib8er8b66uIsZ4Qw3fj
  23985. 1156.02 s [pandoc-server] depends wai-cors-0.2.7-LlfxRTWzkhsB4VS4V1ySHw
  23986. 1156.02 s [pandoc-server] Using Cabal-3.10.3.0 compiled by ghc-9.8
  23987. 1156.02 s [pandoc-server] Using compiler: ghc-9.8.4
  23988. 1156.02 s [pandoc-server] Using install prefix:
  23989. 1156.02 s [pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10
  23990. 1156.02 s [pandoc-server] Executables installed in:
  23991. 1156.02 s [pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/bin
  23992. 1156.02 s [pandoc-server] Libraries installed in:
  23993. 1156.02 s [pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
  23994. 1156.02 s [pandoc-server] Dynamic Libraries installed in:
  23995. 1156.02 s [pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4
  23996. 1156.02 s [pandoc-server] Private executables installed in:
  23997. 1156.02 s [pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/libexec/x86_64-linux-ghc-9.8.4/pandoc-server-0.1.0.10
  23998. 1156.02 s [pandoc-server] Data files installed in:
  23999. 1156.02 s [pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/share/x86_64-linux-ghc-9.8.4/pandoc-server-0.1.0.10
  24000. 1156.02 s [pandoc-server] Documentation installed in:
  24001. 1156.02 s [pandoc-server] /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc/share/doc/pandoc-server-0.1.0.10
  24002. 1156.02 s [pandoc-server] Configuration files installed in:
  24003. 1156.02 s [pandoc-server] /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/etc
  24004. 1156.02 s [pandoc-server] No alex found
  24005. 1156.02 s [pandoc-server] Using ar found on system at:
  24006. 1156.02 s [pandoc-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  24007. 1156.02 s [pandoc-server] No c2hs found
  24008. 1156.02 s [pandoc-server] No cpphs found
  24009. 1156.02 s [pandoc-server] No doctest found
  24010. 1156.02 s [pandoc-server] Using gcc version 14.3.0 given by user at:
  24011. 1156.02 s [pandoc-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  24012. 1156.02 s [pandoc-server] Using ghc version 9.8.4 found on system at:
  24013. 1156.02 s [pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc
  24014. 1156.02 s [pandoc-server] Using ghc-pkg version 9.8.4 found on system at:
  24015. 1156.02 s [pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc-pkg-9.8.4
  24016. 1156.02 s [pandoc-server] No ghcjs found
  24017. 1156.02 s [pandoc-server] No ghcjs-pkg found
  24018. 1156.02 s [pandoc-server] No greencard found
  24019. 1156.02 s [pandoc-server] Using haddock version 2.30.0 found on system at:
  24020. 1156.02 s [pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/haddock-ghc-9.8.4
  24021. 1156.02 s [pandoc-server] No happy found
  24022. 1156.02 s [pandoc-server] Using haskell-suite found on system at: haskell-suite-dummy-location
  24023. 1156.02 s [pandoc-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  24024. 1156.02 s [pandoc-server] No hmake found
  24025. 1156.02 s [pandoc-server] Using hpc version 0.69 found on system at:
  24026. 1156.02 s [pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hpc-ghc-9.8.4
  24027. 1156.02 s [pandoc-server] Using hsc2hs version 0.68.10 found on system at:
  24028. 1156.02 s [pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hsc2hs-ghc-9.8.4
  24029. 1156.02 s [pandoc-server] Using hscolour version 1.25 found on system at:
  24030. 1156.02 s [pandoc-server] /nix/store/r9acd8dqp6xxbhlplifjikwk7bc6w7vf-hscolour-1.25/bin/HsColour
  24031. 1156.02 s [pandoc-server] No jhc found
  24032. 1156.02 s [pandoc-server] Using ld found on system at:
  24033. 1156.02 s [pandoc-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  24034. 1156.02 s [pandoc-server] No pkg-config found
  24035. 1156.02 s [pandoc-server] Using runghc version 9.8.4 found on system at:
  24036. 1156.02 s [pandoc-server] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/runghc-9.8.4
  24037. 1156.02 s [pandoc-server] Using strip version 2.44 found on system at:
  24038. 1156.02 s [pandoc-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  24039. 1156.02 s [pandoc-server] Using tar found on system at:
  24040. 1156.02 s [pandoc-server] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  24041. 1156.02 s [pandoc-server] No uhc found
  24042. 1156.14 s [pandoc-lua-engine] Phase: buildPhase
  24043. 1156.14 s [pandoc-server] Phase: buildPhase
  24044. 1156.22 s [pandoc-server] Preprocessing library for pandoc-server-0.1.0.10..
  24045. 1156.22 s [pandoc-server] Building library for pandoc-server-0.1.0.10..
  24046. 1156.22 s [pandoc-lua-engine] Preprocessing library for pandoc-lua-engine-0.4.1.1..
  24047. 1156.23 s [pandoc-lua-engine] Building library for pandoc-lua-engine-0.4.1.1..
  24048. 1156.30 s [pandoc-server] [1 of 1] Compiling Text.Pandoc.Server
  24049. 1156.44 s [pandoc-lua-engine] [ 1 of 39] Compiling Text.Pandoc.Lua.Marshal.Chunks
  24050. 1157.12 s [pandoc-lua-engine] [ 2 of 39] Compiling Text.Pandoc.Lua.Marshal.Context
  24051. 1157.12 s [pandoc-lua-engine] [ 3 of 39] Compiling Text.Pandoc.Lua.Marshal.ImageSize
  24052. 1157.12 s [pandoc-lua-engine] [ 4 of 39] Compiling Text.Pandoc.Lua.Marshal.LogMessage
  24053. 1157.12 s [pandoc-lua-engine] [ 5 of 39] Compiling Text.Pandoc.Lua.Marshal.CommonState
  24054. 1157.12 s [pandoc-lua-engine] [ 6 of 39] Compiling Text.Pandoc.Lua.Marshal.PandocError
  24055. 1157.12 s [pandoc-lua-engine] [ 7 of 39] Compiling Text.Pandoc.Lua.Marshal.Reference
  24056. 1157.12 s [pandoc-lua-engine] [ 8 of 39] Compiling Text.Pandoc.Lua.Marshal.Sources
  24057. 1157.12 s [pandoc-lua-engine] [ 9 of 39] Compiling Text.Pandoc.Lua.Module.System
  24058. 1157.12 s [pandoc-lua-engine] [10 of 39] Compiling Text.Pandoc.Lua.PandocLua
  24059. 1157.25 s [pandoc-lua-engine] [11 of 39] Compiling Text.Pandoc.Lua.Module.Types
  24060. 1157.32 s [pandoc-lua-engine] [12 of 39] Compiling Text.Pandoc.Lua.Module.Text
  24061. 1157.33 s [pandoc-lua-engine] [13 of 39] Compiling Text.Pandoc.Lua.Module.JSON
  24062. 1157.36 s [haskell-language-server] Preprocessing library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.10.0.0...
  24063. 1157.36 s [haskell-language-server] Building library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.10.0.0...
  24064. 1157.48 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFields ( plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.o, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.dyn_o )
  24065. 1157.88 s [pandoc-lua-engine] [14 of 39] Compiling Text.Pandoc.Lua.Module.CLI
  24066. 1157.88 s [pandoc-lua-engine] [15 of 39] Compiling Text.Pandoc.Lua.Marshal.Template
  24067. 1157.88 s [pandoc-lua-engine] [16 of 39] Compiling Text.Pandoc.Lua.Module.Template
  24068. 1158.00 s [pandoc-lua-engine] [17 of 39] Compiling Text.Pandoc.Lua.Marshal.Format
  24069. 1158.00 s [pandoc-lua-engine] [18 of 39] Compiling Text.Pandoc.Lua.Module.Format
  24070. 1158.00 s [pandoc-lua-engine] [19 of 39] Compiling Text.Pandoc.Lua.Marshal.WriterOptions
  24071. 1158.55 s [pandoc-lua-engine] [20 of 39] Compiling Text.Pandoc.Lua.Module.Structure
  24072. 1159.21 s [pandoc-lua-engine] [21 of 39] Compiling Text.Pandoc.Lua.Module.Image
  24073. 1159.21 s [pandoc-lua-engine] [22 of 39] Compiling Text.Pandoc.Lua.Marshal.ReaderOptions
  24074. 1159.21 s [pandoc-lua-engine] [23 of 39] Compiling Text.Pandoc.Lua.Orphans
  24075. 1159.21 s [pandoc-lua-engine] [24 of 39] Compiling Text.Pandoc.Lua.Module.MediaBag
  24076. 1159.21 s [pandoc-lua-engine] [25 of 39] Compiling Text.Pandoc.Lua.Global
  24077. 1159.21 s [pandoc-lua-engine] [26 of 39] Compiling Text.Pandoc.Lua.Filter
  24078. 1159.21 s [pandoc-lua-engine] [27 of 39] Compiling Text.Pandoc.Lua.Module.Utils
  24079. 1159.21 s [pandoc-lua-engine] [28 of 39] Compiling Text.Pandoc.Lua.SourcePos
  24080. 1159.21 s [pandoc-lua-engine] [29 of 39] Compiling Text.Pandoc.Lua.Module.Log
  24081. 1159.21 s [pandoc-lua-engine] [30 of 39] Compiling Text.Pandoc.Lua.Writer.Classic
  24082. 1159.21 s [pandoc-lua-engine] [31 of 39] Compiling Text.Pandoc.Lua.Module.Pandoc
  24083. 1159.62 s [pandoc-server] [1 of 1] Compiling Text.Pandoc.Server
  24084. 1160.06 s [pandoc-lua-engine] [32 of 39] Compiling Text.Pandoc.Lua.Writer.Scaffolding
  24085. 1160.06 s [pandoc-lua-engine] [33 of 39] Compiling Text.Pandoc.Lua.Module.Scaffolding
  24086. 1160.06 s [pandoc-lua-engine] [34 of 39] Compiling Text.Pandoc.Lua.Module
  24087. 1160.29 s [pandoc-lua-engine] [35 of 39] Compiling Text.Pandoc.Lua.Init
  24088. 1160.35 s [pandoc-lua-engine] [36 of 39] Compiling Text.Pandoc.Lua.Run
  24089. 1160.41 s [pandoc-lua-engine] [37 of 39] Compiling Text.Pandoc.Lua.Custom
  24090. 1160.61 s [pandoc-lua-engine] [38 of 39] Compiling Text.Pandoc.Lua.Engine
  24091. 1160.66 s [pandoc-lua-engine] [39 of 39] Compiling Text.Pandoc.Lua
  24092. 1160.80 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFields ( plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.p_o )
  24093. 1161.11 s [pandoc-lua-engine] [ 1 of 39] Compiling Text.Pandoc.Lua.Marshal.Chunks
  24094. 1161.65 s [pandoc-lua-engine] [ 2 of 39] Compiling Text.Pandoc.Lua.Marshal.Context
  24095. 1161.77 s [pandoc-lua-engine] [ 3 of 39] Compiling Text.Pandoc.Lua.Marshal.ImageSize
  24096. 1161.77 s [pandoc-lua-engine] [ 4 of 39] Compiling Text.Pandoc.Lua.Marshal.LogMessage
  24097. 1161.77 s [pandoc-lua-engine] [ 5 of 39] Compiling Text.Pandoc.Lua.Marshal.CommonState
  24098. 1161.77 s [pandoc-lua-engine] [ 6 of 39] Compiling Text.Pandoc.Lua.Marshal.PandocError
  24099. 1161.77 s [pandoc-lua-engine] [ 7 of 39] Compiling Text.Pandoc.Lua.Marshal.Reference
  24100. 1161.77 s [pandoc-lua-engine] [ 8 of 39] Compiling Text.Pandoc.Lua.Marshal.Sources
  24101. 1161.77 s [pandoc-lua-engine] [ 9 of 39] Compiling Text.Pandoc.Lua.Module.System
  24102. 1161.77 s [pandoc-lua-engine] [10 of 39] Compiling Text.Pandoc.Lua.PandocLua
  24103. 1161.99 s [pandoc-lua-engine] [11 of 39] Compiling Text.Pandoc.Lua.Module.Types
  24104. 1162.19 s [pandoc-lua-engine] [12 of 39] Compiling Text.Pandoc.Lua.Module.Text
  24105. 1162.21 s [pandoc-lua-engine] [13 of 39] Compiling Text.Pandoc.Lua.Module.JSON
  24106. 1162.69 s [pandoc-lua-engine] [14 of 39] Compiling Text.Pandoc.Lua.Module.CLI
  24107. 1162.69 s [pandoc-lua-engine] [15 of 39] Compiling Text.Pandoc.Lua.Marshal.Template
  24108. 1162.69 s [pandoc-lua-engine] [16 of 39] Compiling Text.Pandoc.Lua.Module.Template
  24109. 1162.89 s [pandoc-lua-engine] [17 of 39] Compiling Text.Pandoc.Lua.Marshal.Format
  24110. 1162.89 s [pandoc-lua-engine] [18 of 39] Compiling Text.Pandoc.Lua.Module.Format
  24111. 1162.89 s [pandoc-lua-engine] [19 of 39] Compiling Text.Pandoc.Lua.Marshal.WriterOptions
  24112. 1163.43 s [pandoc-lua-engine] [20 of 39] Compiling Text.Pandoc.Lua.Module.Structure
  24113. 1164.08 s [pandoc-lua-engine] [21 of 39] Compiling Text.Pandoc.Lua.Module.Image
  24114. 1164.08 s [pandoc-lua-engine] [22 of 39] Compiling Text.Pandoc.Lua.Marshal.ReaderOptions
  24115. 1164.08 s [pandoc-lua-engine] [23 of 39] Compiling Text.Pandoc.Lua.Orphans
  24116. 1164.08 s [pandoc-lua-engine] [24 of 39] Compiling Text.Pandoc.Lua.Module.MediaBag
  24117. 1164.08 s [pandoc-lua-engine] [25 of 39] Compiling Text.Pandoc.Lua.Global
  24118. 1164.08 s [pandoc-lua-engine] [26 of 39] Compiling Text.Pandoc.Lua.Filter
  24119. 1164.08 s [pandoc-lua-engine] [27 of 39] Compiling Text.Pandoc.Lua.Module.Utils
  24120. 1164.08 s [pandoc-lua-engine] [28 of 39] Compiling Text.Pandoc.Lua.SourcePos
  24121. 1164.08 s [pandoc-lua-engine] [29 of 39] Compiling Text.Pandoc.Lua.Module.Log
  24122. 1164.08 s [pandoc-lua-engine] [30 of 39] Compiling Text.Pandoc.Lua.Writer.Classic
  24123. 1164.08 s [pandoc-lua-engine] [31 of 39] Compiling Text.Pandoc.Lua.Module.Pandoc
  24124. 1165.26 s [pandoc-lua-engine] [32 of 39] Compiling Text.Pandoc.Lua.Writer.Scaffolding
  24125. 1165.26 s [pandoc-lua-engine] [33 of 39] Compiling Text.Pandoc.Lua.Module.Scaffolding
  24126. 1165.26 s [pandoc-lua-engine] [34 of 39] Compiling Text.Pandoc.Lua.Module
  24127. 1165.55 s [pandoc-lua-engine] [35 of 39] Compiling Text.Pandoc.Lua.Init
  24128. 1165.68 s [pandoc-lua-engine] [36 of 39] Compiling Text.Pandoc.Lua.Run
  24129. 1165.83 s [pandoc-lua-engine] [37 of 39] Compiling Text.Pandoc.Lua.Custom
  24130. 1166.14 s [pandoc-lua-engine] [38 of 39] Compiling Text.Pandoc.Lua.Engine
  24131. 1166.27 s [pandoc-lua-engine] [39 of 39] Compiling Text.Pandoc.Lua
  24132. 1167.51 s [pandoc-server] Phase: checkPhase
  24133. 1167.58 s [pandoc-server] Package has no test suites.
  24134. 1167.58 s [pandoc-server] Phase: haddockPhase
  24135. 1167.73 s [pandoc-server] Preprocessing library for pandoc-server-0.1.0.10..
  24136. 1167.73 s [pandoc-server] Running Haddock on library for pandoc-server-0.1.0.10..
  24137. 1167.83 s [pandoc-server] Warning: The documentation for the following packages are not installed. No
  24138. 1167.83 s [pandoc-server] links will be generated to these packages: attoparsec-0.14.4,
  24139. 1167.83 s [pandoc-server] attoparsec-0.14.4, libyaml-clib-0.2.5, pandoc-3.6, pandoc-3.6, vector-0.13.2.0
  24140. 1167.93 s [pandoc-server] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  24141. 1168.37 s [pandoc-server] [1 of 1] Compiling Text.Pandoc.Server
  24142. 1168.46 s [haskell-language-server] Preprocessing library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0...
  24143. 1168.46 s [haskell-language-server] Building library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0...
  24144. 1168.55 s [haskell-language-server] [1 of 3] Compiling Ide.Plugin.CodeRange.ASTPreProcess ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/ASTPreProcess.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/ASTPreProcess.o, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/ASTPreProcess.dyn_o )
  24145. 1169.71 s [pandoc-server] Haddock coverage:
  24146. 1169.71 s [pandoc-server] 0% ( 0 / 7) in 'Text.Pandoc.Server'
  24147. 1169.71 s [pandoc-server] Missing documentation for:
  24148. 1169.71 s [pandoc-server] Module header
  24149. 1169.71 s [pandoc-server] app (src/Text/Pandoc/Server.hs:200)
  24150. 1169.71 s [pandoc-server] API (src/Text/Pandoc/Server.hs:186)
  24151. 1169.71 s [pandoc-server] ServerOpts (src/Text/Pandoc/Server.hs:55)
  24152. 1169.71 s [pandoc-server] Params (src/Text/Pandoc/Server.hs:125)
  24153. 1169.71 s [pandoc-server] Blob (src/Text/Pandoc/Server.hs:112)
  24154. 1169.71 s [pandoc-server] parseServerOptsFromArgs (src/Text/Pandoc/Server.hs:99)
  24155. 1169.87 s [haskell-language-server] [2 of 3] Compiling Ide.Plugin.CodeRange.Rules ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/Rules.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/Rules.o, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/Rules.dyn_o )
  24156. 1171.13 s [pandoc-server] Warning: Text.Pandoc.Server: could not find link destinations for:
  24157. 1171.13 s [pandoc-server] - Text.Pandoc.App.Opt.Opt
  24158. 1171.13 s [pandoc-server] - Text.Pandoc.Server.Output
  24159. 1171.70 s [haskell-language-server] [3 of 3] Compiling Ide.Plugin.CodeRange ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange.o, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange.dyn_o )
  24160. 1172.14 s [pandoc-lua-engine] Preprocessing test suite 'test-pandoc-lua-engine' for pandoc-lua-engine-0.4.1.1..
  24161. 1172.14 s [pandoc-lua-engine] Building test suite 'test-pandoc-lua-engine' for pandoc-lua-engine-0.4.1.1..
  24162. 1172.24 s [pandoc-lua-engine] [1 of 5] Compiling Tests.Lua
  24163. 1172.33 s [haskell-language-server] [1 of 3] Compiling Ide.Plugin.CodeRange.ASTPreProcess ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/ASTPreProcess.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/ASTPreProcess.p_o )
  24164. 1173.34 s [haskell-language-server] [2 of 3] Compiling Ide.Plugin.CodeRange.Rules ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/Rules.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/Rules.p_o )
  24165. 1173.38 s [pandoc-lua-engine] [2 of 5] Compiling Tests.Lua.Module
  24166. 1173.47 s [pandoc-lua-engine] [3 of 5] Compiling Tests.Lua.Reader
  24167. 1173.47 s [pandoc-lua-engine] [4 of 5] Compiling Tests.Lua.Writer
  24168. 1173.47 s [pandoc-lua-engine] [5 of 5] Compiling Main
  24169. 1173.83 s [pandoc-lua-engine] [6 of 6] Linking dist/build/test-pandoc-lua-engine/test-pandoc-lua-engine
  24170. 1174.75 s [haskell-language-server] [3 of 3] Compiling Ide.Plugin.CodeRange ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange.p_o )
  24171. 1178.22 s [pandoc-server] Documentation created: dist/doc/html/pandoc-server/,
  24172. 1178.22 s [pandoc-server] dist/doc/html/pandoc-server/pandoc-server.txt
  24173. 1178.29 s [pandoc-server] Phase: installPhase
  24174. 1178.44 s [pandoc-server] Installing library in /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
  24175. 1178.77 s [pandoc-server] Phase: fixupPhase
  24176. 1178.79 s [pandoc-server] shrinking RPATHs of ELF executables and libraries in /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10
  24177. 1178.79 s [pandoc-server] shrinking /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/libHSpandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA-ghc9.8.4.so
  24178. 1178.93 s [pandoc-server] checking for references to /build/ in /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10...
  24179. 1178.93 s [pandoc-server] patching script interpreter paths in /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10
  24180. 1178.94 s [pandoc-server] stripping (with command strip and flags -S -p) in /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10/lib
  24181. 1179.00 s [pandoc-server] shrinking RPATHs of ELF executables and libraries in /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc
  24182. 1179.00 s [pandoc-server] checking for references to /build/ in /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc...
  24183. 1179.01 s [pandoc-server] patching script interpreter paths in /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc
  24184. 1179.20 s [pandoc-server:post-build] Uploading to cachix cache "sellout": /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10 /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc
  24185. 1180.07 s [pandoc-server:post-build] Pushing 2 paths (468 are already present) using zstd to cache sellout ⏳
  24186. 1180.07 s [pandoc-server:post-build]
  24187. 1180.45 s [pandoc-server:post-build] Pushing /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc (453.05 KiB)
  24188. 1180.50 s [pandoc-server:post-build] Pushing /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10 (2.84 MiB)
  24189. 1181.57 s [pandoc-server:post-build]
  24190. 1181.57 s [pandoc-server:post-build] All done.
  24191. 1181.60 s [pandoc-server:post-build] Uploading to the NixCI cache: /nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10 /nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc
  24192. 1181.65 s [pandoc-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24193. 1181.90 s [pandoc-server:post-build] copying 2 paths...
  24194. 1181.90 s [pandoc-server:post-build] copying path '/nix/store/ng3va4xzvih136ljfwm17ccs94xh9pz2-pandoc-server-0.1.0.10-doc' to 'https://cache.nix-ci.com'...
  24195. 1182.64 s [pandoc-server:post-build] copying path '/nix/store/3fnb7fdp0mhr56ggh53jzwvd7f2lycym-pandoc-server-0.1.0.10' to 'https://cache.nix-ci.com'...
  24196. 1184.15 s [pandoc-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24197. 1184.40 s [pandoc-server:post-build] copying 1 paths...
  24198. 1184.45 s [pandoc-server:post-build] copying path '/nix/store/53g05x68i138ixlrh92hc3733ah5ll54-pandoc-server-0.1.0.10.drv' to 'https://cache.nix-ci.com'...
  24199. 1185.78 s Progress: 21 of 32 built (2 building), 529 of 529 downloaded from cache
  24200. 1185.78 s [haskell-language-server] Preprocessing library 'hls-pragmas-plugin' for haskell-language-server-2.10.0.0...
  24201. 1185.78 s [haskell-language-server] Building library 'hls-pragmas-plugin' for haskell-language-server-2.10.0.0...
  24202. 1185.78 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24203. 1185.78 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24204. 1185.78 s [haskell-language-server] but were not needed for compilation:
  24205. 1185.78 s [haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I)
  24206. 1185.78 s [haskell-language-server] - transformers-0.6.1.1 (exposed by flag -package-id transformers-0.6.1.1-3641)
  24207. 1185.78 s [haskell-language-server]
  24208. 1185.78 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Pragmas ( plugins/hls-pragmas-plugin/src/Ide/Plugin/Pragmas.hs, dist/build/hls-pragmas-plugin/Ide/Plugin/Pragmas.o, dist/build/hls-pragmas-plugin/Ide/Plugin/Pragmas.dyn_o )
  24209. 1185.78 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24210. 1185.78 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24211. 1185.78 s [haskell-language-server] but were not needed for compilation:
  24212. 1185.78 s [haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-3jltPiVTOR38aBp4hD9g7I)
  24213. 1185.78 s [haskell-language-server] - transformers-0.6.1.1 (exposed by flag -package-id transformers-0.6.1.1-3641)
  24214. 1185.78 s [haskell-language-server]
  24215. 1185.78 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Pragmas ( plugins/hls-pragmas-plugin/src/Ide/Plugin/Pragmas.hs, dist/build/hls-pragmas-plugin/Ide/Plugin/Pragmas.p_o )
  24216. 1185.78 s [pandoc-lua-engine] Phase: checkPhase
  24217. 1185.78 s [pandoc-lua-engine] Running 1 test suites...
  24218. 1185.78 s [pandoc-lua-engine] Test suite test-pandoc-lua-engine: RUNNING...
  24219. 1185.78 s [pandoc-lua-engine] pandoc Lua engine
  24220. 1185.78 s [pandoc-lua-engine] Lua filters
  24221. 1185.78 s [pandoc-lua-engine] macro expansion via filter: OK
  24222. 1185.78 s [pandoc-lua-engine] convert all plains to paras: OK
  24223. 1185.78 s [pandoc-lua-engine] convert display math to inline math: OK (0.02s)
  24224. 1185.78 s [pandoc-lua-engine] make hello world document: OK
  24225. 1185.78 s [pandoc-lua-engine] implicit doc filter: OK
  24226. 1185.78 s [pandoc-lua-engine] parse raw markdown blocks: OK
  24227. 1185.78 s [pandoc-lua-engine] allow shorthand functions for quote types: OK
  24228. 1185.78 s [pandoc-lua-engine] Count inlines via metatable catch-all: OK
  24229. 1185.78 s [pandoc-lua-engine] Count blocks via Block-specific catch-all: OK
  24230. 1185.78 s [pandoc-lua-engine] Smart constructors: OK
  24231. 1185.78 s [pandoc-lua-engine] Convert header upper case: OK
  24232. 1185.78 s [pandoc-lua-engine] Attribute lists are convenient to use: OK
  24233. 1185.78 s [pandoc-lua-engine] Filter list of inlines: OK
  24234. 1185.78 s [pandoc-lua-engine] Filter list of blocks: OK
  24235. 1185.78 s [pandoc-lua-engine] Filter Meta: OK
  24236. 1185.78 s [pandoc-lua-engine] Script filename is set: OK
  24237. 1185.78 s [pandoc-lua-engine] Pandoc version is set: OK
  24238. 1185.78 s [pandoc-lua-engine] Pandoc types version is set: OK
  24239. 1185.78 s [pandoc-lua-engine] require file: OK
  24240. 1185.78 s [pandoc-lua-engine] Allow singleton inline in constructors: OK
  24241. 1185.78 s [pandoc-lua-engine] Elements with Attr have `attr` accessor: OK
  24242. 1185.78 s [pandoc-lua-engine] module `pandoc.system` is present: OK
  24243. 1185.78 s [pandoc-lua-engine] global modules
  24244. 1185.78 s [pandoc-lua-engine] module 'lpeg' is loaded into a global: OK
  24245. 1185.78 s [pandoc-lua-engine] module 're' is loaded into a global: OK
  24246. 1185.78 s [pandoc-lua-engine] module 'lpeg' is available via `require`: OK
  24247. 1185.78 s [pandoc-lua-engine] module 're' is available via `require`: OK
  24248. 1185.78 s [pandoc-lua-engine] informative error messages: OK
  24249. 1185.78 s [pandoc-lua-engine] Lua modules
  24250. 1185.78 s [pandoc-lua-engine] pandoc: OK
  24251. 1185.78 s [pandoc-lua-engine] +++ Success: 72 Lua tests passed
  24252. 1185.78 s [pandoc-lua-engine] pandoc.List: OK
  24253. 1185.78 s [pandoc-lua-engine] +++ Success: 22 Lua tests passed
  24254. 1185.78 s [pandoc-lua-engine] pandoc.format: OK
  24255. 1185.78 s [pandoc-lua-engine] +++ Success: 3 Lua tests passed
  24256. 1185.78 s [pandoc-lua-engine] pandoc.image: OK
  24257. 1185.78 s [pandoc-lua-engine] +++ Success: 6 Lua tests passed
  24258. 1185.78 s [pandoc-lua-engine] pandoc.json: OK
  24259. 1185.78 s [pandoc-lua-engine] +++ Success: 21 Lua tests passed
  24260. 1185.78 s [pandoc-lua-engine] pandoc.log: OK
  24261. 1185.78 s [pandoc-lua-engine] +++ Success: 8 Lua tests passed
  24262. 1185.78 s [pandoc-lua-engine] pandoc.mediabag: OK
  24263. 1185.78 s [pandoc-lua-engine] +++ Success: 7 Lua tests passed
  24264. 1185.78 s [pandoc-lua-engine] pandoc.path: OK
  24265. 1185.78 s [pandoc-lua-engine] +++ Success: 5 Lua tests passed
  24266. 1185.78 s [pandoc-lua-engine] pandoc.structure: OK
  24267. 1185.78 s [pandoc-lua-engine] +++ Success: 11 Lua tests passed
  24268. 1185.78 s [pandoc-lua-engine] pandoc.template: OK (0.02s)
  24269. 1185.78 s [pandoc-lua-engine] +++ Success: 16 Lua tests passed
  24270. 1185.78 s [pandoc-lua-engine] pandoc.text: OK
  24271. 1185.78 s [pandoc-lua-engine] +++ Success: 9 Lua tests passed
  24272. 1185.78 s [pandoc-lua-engine] pandoc.types: OK
  24273. 1185.78 s [pandoc-lua-engine] +++ Success: 13 Lua tests passed
  24274. 1185.78 s [pandoc-lua-engine] pandoc.utils: OK
  24275. 1185.78 s [pandoc-lua-engine] +++ Success: 45 Lua tests passed
  24276. 1185.78 s [pandoc-lua-engine] globals: OK (0.02s)
  24277. 1185.78 s [pandoc-lua-engine] +++ Success: 42 Lua tests passed
  24278. 1185.78 s [pandoc-lua-engine] Custom writers
  24279. 1185.78 s [pandoc-lua-engine] default testsuite: OK (0.06s)
  24280. 1185.78 s [pandoc-lua-engine] tables testsuite: OK (0.03s)
  24281. 1185.78 s [pandoc-lua-engine] bytestring writer: OK
  24282. 1185.78 s [pandoc-lua-engine] template: OK
  24283. 1185.78 s [pandoc-lua-engine] preset extensions: OK
  24284. 1185.78 s [pandoc-lua-engine] modified extensions: OK
  24285. 1185.78 s [pandoc-lua-engine] Custom readers
  24286. 1185.78 s [pandoc-lua-engine] read binary to code block: OK
  24287. 1185.78 s [pandoc-lua-engine]
  24288. 1185.78 s [pandoc-lua-engine] All 48 tests passed (0.28s)
  24289. 1185.78 s [pandoc-lua-engine] Test suite test-pandoc-lua-engine: PASS
  24290. 1185.78 s [pandoc-lua-engine] Test suite logged to:
  24291. 1185.78 s [pandoc-lua-engine] dist/test/pandoc-lua-engine-0.4.1.1-test-pandoc-lua-engine.log
  24292. 1185.78 s [pandoc-lua-engine] 1 of 1 test suites (1 of 1 test cases) passed.
  24293. 1185.78 s [pandoc-lua-engine] Phase: haddockPhase
  24294. 1185.78 s [pandoc-lua-engine] Preprocessing library for pandoc-lua-engine-0.4.1.1..
  24295. 1185.78 s [pandoc-lua-engine] Running Haddock on library for pandoc-lua-engine-0.4.1.1..
  24296. 1185.78 s [pandoc-lua-engine] Warning: The documentation for the following packages are not installed. No
  24297. 1185.78 s [pandoc-lua-engine] links will be generated to these packages: attoparsec-0.14.4,
  24298. 1185.78 s [pandoc-lua-engine] attoparsec-0.14.4, libyaml-clib-0.2.5, pandoc-3.6, pandoc-3.6, vector-0.13.2.0
  24299. 1185.78 s [pandoc-lua-engine] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  24300. 1185.78 s [pandoc-lua-engine] [ 1 of 39] Compiling Text.Pandoc.Lua.Marshal.Chunks
  24301. 1185.78 s [pandoc-lua-engine] [ 2 of 39] Compiling Text.Pandoc.Lua.Marshal.Context
  24302. 1185.78 s [pandoc-lua-engine] [ 3 of 39] Compiling Text.Pandoc.Lua.Marshal.ImageSize
  24303. 1185.78 s [pandoc-lua-engine] [ 4 of 39] Compiling Text.Pandoc.Lua.Marshal.LogMessage
  24304. 1185.78 s [pandoc-lua-engine] [ 5 of 39] Compiling Text.Pandoc.Lua.Marshal.CommonState
  24305. 1185.78 s [pandoc-lua-engine] [ 6 of 39] Compiling Text.Pandoc.Lua.Marshal.PandocError
  24306. 1185.78 s [pandoc-lua-engine] [ 7 of 39] Compiling Text.Pandoc.Lua.Marshal.Reference
  24307. 1185.78 s [pandoc-lua-engine] [ 8 of 39] Compiling Text.Pandoc.Lua.Marshal.Sources
  24308. 1185.78 s [pandoc-lua-engine] [ 9 of 39] Compiling Text.Pandoc.Lua.Module.System
  24309. 1185.78 s [pandoc-lua-engine] [10 of 39] Compiling Text.Pandoc.Lua.PandocLua
  24310. 1185.78 s [pandoc-lua-engine] [11 of 39] Compiling Text.Pandoc.Lua.Module.Types
  24311. 1185.78 s [pandoc-lua-engine] [12 of 39] Compiling Text.Pandoc.Lua.Module.Text
  24312. 1185.78 s [pandoc-lua-engine] [13 of 39] Compiling Text.Pandoc.Lua.Module.JSON
  24313. 1185.79 s [pandoc-lua-engine] [14 of 39] Compiling Text.Pandoc.Lua.Module.CLI
  24314. 1185.79 s [pandoc-lua-engine] [15 of 39] Compiling Text.Pandoc.Lua.Marshal.Template
  24315. 1185.79 s [pandoc-lua-engine] [16 of 39] Compiling Text.Pandoc.Lua.Module.Template
  24316. 1185.79 s [pandoc-lua-engine] [17 of 39] Compiling Text.Pandoc.Lua.Marshal.Format
  24317. 1185.79 s [pandoc-lua-engine] [18 of 39] Compiling Text.Pandoc.Lua.Module.Format
  24318. 1185.79 s [pandoc-lua-engine] [19 of 39] Compiling Text.Pandoc.Lua.Marshal.WriterOptions
  24319. 1185.79 s [pandoc-lua-engine] [20 of 39] Compiling Text.Pandoc.Lua.Module.Structure
  24320. 1185.79 s [pandoc-lua-engine] [21 of 39] Compiling Text.Pandoc.Lua.Module.Image
  24321. 1185.79 s [pandoc-lua-engine] [22 of 39] Compiling Text.Pandoc.Lua.Marshal.ReaderOptions
  24322. 1185.79 s [pandoc-lua-engine] [23 of 39] Compiling Text.Pandoc.Lua.Orphans
  24323. 1185.79 s [pandoc-lua-engine] [24 of 39] Compiling Text.Pandoc.Lua.Module.MediaBag
  24324. 1185.79 s [pandoc-lua-engine] [25 of 39] Compiling Text.Pandoc.Lua.Global
  24325. 1185.79 s [pandoc-lua-engine] [26 of 39] Compiling Text.Pandoc.Lua.Filter
  24326. 1185.79 s [pandoc-lua-engine] [27 of 39] Compiling Text.Pandoc.Lua.Module.Utils
  24327. 1185.79 s [pandoc-lua-engine] [28 of 39] Compiling Text.Pandoc.Lua.SourcePos
  24328. 1185.79 s [pandoc-lua-engine] [29 of 39] Compiling Text.Pandoc.Lua.Module.Log
  24329. 1185.79 s [pandoc-lua-engine] [30 of 39] Compiling Text.Pandoc.Lua.Writer.Classic
  24330. 1185.79 s [pandoc-lua-engine] [31 of 39] Compiling Text.Pandoc.Lua.Module.Pandoc
  24331. 1185.79 s [pandoc-lua-engine] [32 of 39] Compiling Text.Pandoc.Lua.Writer.Scaffolding
  24332. 1185.79 s [pandoc-lua-engine] [33 of 39] Compiling Text.Pandoc.Lua.Module.Scaffolding
  24333. 1185.79 s [pandoc-lua-engine] [34 of 39] Compiling Text.Pandoc.Lua.Module
  24334. 1185.79 s [pandoc-lua-engine] [35 of 39] Compiling Text.Pandoc.Lua.Init
  24335. 1185.79 s [pandoc-lua-engine] [36 of 39] Compiling Text.Pandoc.Lua.Run
  24336. 1185.79 s [pandoc-lua-engine] [37 of 39] Compiling Text.Pandoc.Lua.Custom
  24337. 1185.79 s [pandoc-lua-engine] [38 of 39] Compiling Text.Pandoc.Lua.Engine
  24338. 1185.79 s [pandoc-lua-engine] [39 of 39] Compiling Text.Pandoc.Lua
  24339. 1185.79 s [pandoc-lua-engine] Haddock coverage:
  24340. 1185.79 s [pandoc-lua-engine] Warning: 'Chunk' is ambiguous. It is defined
  24341. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
  24342. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
  24343. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24344. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24345. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Chunks’
  24346. 1185.79 s [pandoc-lua-engine] Warning: 'ChunkedDoc' is ambiguous. It is defined
  24347. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
  24348. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
  24349. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24350. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24351. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Chunks’
  24352. 1185.79 s [pandoc-lua-engine] Warning: 'Reference' is ambiguous. It is defined
  24353. 1185.79 s [pandoc-lua-engine] * in ‘Citeproc.Types’
  24354. 1185.79 s [pandoc-lua-engine] * in ‘Citeproc.Types’
  24355. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24356. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24357. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
  24358. 1185.79 s [pandoc-lua-engine] Warning: 'ItemId' is ambiguous. It is defined
  24359. 1185.79 s [pandoc-lua-engine] * in ‘Citeproc.Types’
  24360. 1185.79 s [pandoc-lua-engine] * in ‘Citeproc.Types’
  24361. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24362. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24363. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
  24364. 1185.79 s [pandoc-lua-engine] Warning: 'Name' is ambiguous. It is defined
  24365. 1185.79 s [pandoc-lua-engine] * in ‘Citeproc.Types’
  24366. 1185.79 s [pandoc-lua-engine] * in ‘Citeproc.Types’
  24367. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24368. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24369. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
  24370. 1185.79 s [pandoc-lua-engine] Warning: 'Date' is ambiguous. It is defined
  24371. 1185.79 s [pandoc-lua-engine] * in ‘Citeproc.Types’
  24372. 1185.79 s [pandoc-lua-engine] * in ‘Citeproc.Types’
  24373. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24374. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24375. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
  24376. 1185.79 s [pandoc-lua-engine] Warning: 'Sources' is ambiguous. It is defined
  24377. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Sources’
  24378. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Sources’
  24379. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24380. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24381. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Sources’
  24382. 1185.79 s [pandoc-lua-engine] Warning: 'Lua' is ambiguous. It is defined
  24383. 1185.79 s [pandoc-lua-engine] * in ‘HsLua.Core.Error’
  24384. 1185.79 s [pandoc-lua-engine] * in ‘HsLua.Core.Types’
  24385. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24386. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24387. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘HsLua.Core.Error’
  24388. 1185.79 s [pandoc-lua-engine] Warning: 'PandocLua' is ambiguous. It is defined
  24389. 1185.79 s [pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:23
  24390. 1185.79 s [pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:1
  24391. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24392. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24393. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined at src/Text/Pandoc/Lua/PandocLua.hs:36:1
  24394. 1185.79 s [pandoc-lua-engine] Warning: 'ExtensionConfig' is out of scope.
  24395. 1185.79 s [pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
  24396. 1185.79 s [pandoc-lua-engine] Warning: 'ExtensionsConfig' is ambiguous. It is defined
  24397. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Format’
  24398. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Format’
  24399. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24400. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24401. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Format’
  24402. 1185.79 s [pandoc-lua-engine] Warning: 'enable' is out of scope.
  24403. 1185.79 s [pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
  24404. 1185.79 s [pandoc-lua-engine] Warning: 'disable' is out of scope.
  24405. 1185.79 s [pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
  24406. 1185.79 s [pandoc-lua-engine] Warning: 'WriterOptions' is ambiguous. It is defined
  24407. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Options’
  24408. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Options’
  24409. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24410. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24411. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Options’
  24412. 1185.79 s [pandoc-lua-engine] Warning: 'Pandoc' is ambiguous. It is defined
  24413. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Definition’
  24414. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Definition’
  24415. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24416. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24417. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Definition’
  24418. 1185.79 s [pandoc-lua-engine] Warning: 'Chunk' is out of scope.
  24419. 1185.79 s [pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
  24420. 1185.79 s [pandoc-lua-engine] Warning: 'ReaderOptions' is ambiguous. It is defined
  24421. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Options’
  24422. 1185.79 s [pandoc-lua-engine] * in ‘Text.Pandoc.Options’
  24423. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24424. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24425. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Options’
  24426. 1185.79 s [pandoc-lua-engine] Warning: 'PandocLua' is ambiguous. It is defined
  24427. 1185.79 s [pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:23
  24428. 1185.79 s [pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:1
  24429. 1185.79 s [pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
  24430. 1185.79 s [pandoc-lua-engine] by specifying the type/value namespace explicitly.
  24431. 1185.79 s [pandoc-lua-engine] Defaulting to the one defined at src/Text/Pandoc/Lua/PandocLua.hs:36:1
  24432. 1185.79 s [pandoc-lua-engine] 100% ( 11 / 11) in 'Text.Pandoc.Lua'
  24433. 1185.79 s [pandoc-lua-engine] Warning: Text.Pandoc.Lua: could not find link destinations for:
  24434. 1185.79 s [pandoc-lua-engine] - Text.Pandoc.Options.WriterOptions
  24435. 1185.79 s [pandoc-lua-engine] - Text.Pandoc.Error.PandocError
  24436. 1185.79 s [pandoc-lua-engine] - Text.Pandoc.Options.ReaderOptions
  24437. 1185.79 s [pandoc-lua-engine] - Text.Pandoc.Class.CommonState.CommonState
  24438. 1185.79 s [pandoc-lua-engine] - Text.Pandoc.Class.PandocMonad.PandocMonad
  24439. 1185.79 s [pandoc-lua-engine] - Text.Pandoc.Scripting.ScriptingEngine
  24440. 1185.79 s [pandoc-lua-engine] - Text.Pandoc.Filter.Environment.Environment
  24441. 1185.79 s [pandoc-lua-engine] - Text.Pandoc.Scripting.CustomComponents
  24442. 1190.10 s [haskell-language-server] Preprocessing library 'hls-alternate-number-format-plugin' for haskell-language-server-2.10.0.0...
  24443. 1190.18 s [haskell-language-server] Building library 'hls-alternate-number-format-plugin' for haskell-language-server-2.10.0.0...
  24444. 1190.24 s [haskell-language-server] [1 of 3] Compiling Ide.Plugin.Literals ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Literals.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Literals.o, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Literals.dyn_o )
  24445. 1191.47 s [haskell-language-server] [2 of 3] Compiling Ide.Plugin.Conversion ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Conversion.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Conversion.o, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Conversion.dyn_o )
  24446. 1192.01 s [pandoc-lua-engine] Documentation created: dist/doc/html/pandoc-lua-engine/,
  24447. 1192.01 s [pandoc-lua-engine] dist/doc/html/pandoc-lua-engine/pandoc-lua-engine.txt
  24448. 1192.06 s [pandoc-lua-engine] Preprocessing test suite 'test-pandoc-lua-engine' for pandoc-lua-engine-0.4.1.1..
  24449. 1192.08 s [pandoc-lua-engine] Phase: installPhase
  24450. 1192.09 s [haskell-language-server] [3 of 3] Compiling Ide.Plugin.AlternateNumberFormat ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/AlternateNumberFormat.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/AlternateNumberFormat.o, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/AlternateNumberFormat.dyn_o )
  24451. 1192.21 s [pandoc-lua-engine] Installing library in /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
  24452. 1193.13 s [pandoc-lua-engine] Phase: fixupPhase
  24453. 1193.16 s [pandoc-lua-engine] shrinking RPATHs of ELF executables and libraries in /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1
  24454. 1193.19 s [pandoc-lua-engine] shrinking /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/libHSpandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi-ghc9.8.4.so
  24455. 1193.32 s [pandoc-lua-engine] checking for references to /build/ in /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1...
  24456. 1193.35 s [pandoc-lua-engine] patching script interpreter paths in /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1
  24457. 1193.36 s [pandoc-lua-engine] stripping (with command strip and flags -S -p) in /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1/lib
  24458. 1193.58 s [haskell-language-server] [1 of 3] Compiling Ide.Plugin.Literals ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Literals.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Literals.p_o )
  24459. 1193.71 s [pandoc-lua-engine] shrinking RPATHs of ELF executables and libraries in /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc
  24460. 1193.72 s [pandoc-lua-engine] checking for references to /build/ in /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc...
  24461. 1193.74 s [pandoc-lua-engine] patching script interpreter paths in /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc
  24462. 1194.01 s [pandoc-lua-engine:post-build] Uploading to cachix cache "sellout": /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1 /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc
  24463. 1194.63 s [pandoc-lua-engine:post-build] Pushing 2 paths (432 are already present) using zstd to cache sellout ⏳
  24464. 1194.63 s [pandoc-lua-engine:post-build]
  24465. 1195.05 s [pandoc-lua-engine:post-build] Pushing /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1 (25.24 MiB)
  24466. 1195.07 s [pandoc-lua-engine:post-build] Pushing /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc (2.71 MiB)
  24467. 1196.37 s [pandoc-lua-engine:post-build]
  24468. 1196.37 s [pandoc-lua-engine:post-build] All done.
  24469. 1196.39 s [pandoc-lua-engine:post-build] Uploading to the NixCI cache: /nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1 /nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc
  24470. 1196.43 s [pandoc-lua-engine:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24471. 1196.69 s [pandoc-lua-engine:post-build] copying 2 paths...
  24472. 1196.69 s [pandoc-lua-engine:post-build] copying path '/nix/store/nx744682fx9620y2hlq3yd7hp7w54a9s-pandoc-lua-engine-0.4.1.1-doc' to 'https://cache.nix-ci.com'...
  24473. 1198.98 s [pandoc-lua-engine:post-build] copying path '/nix/store/2q97nm4al5wjgi9cm00s9q6f2ismwnjp-pandoc-lua-engine-0.4.1.1' to 'https://cache.nix-ci.com'...
  24474. 1206.95 s [pandoc-lua-engine:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24475. 1207.21 s [pandoc-lua-engine:post-build] copying 1 paths...
  24476. 1207.25 s [pandoc-lua-engine:post-build] copying path '/nix/store/4j1np6fikxgjv5rraai5ss2zi5yrsgqq-pandoc-lua-engine-0.4.1.1.drv' to 'https://cache.nix-ci.com'...
  24477. 1208.56 s Progress: 22 of 32 built (1 building), 529 of 529 downloaded from cache
  24478. 1208.65 s Building /nix/store/k5hgihgqh5l6j3g1lgplj4qycvxjc7p9-pandoc-cli-3.6.drv
  24479. 1208.65 s [haskell-language-server] [2 of 3] Compiling Ide.Plugin.Conversion ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Conversion.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Conversion.p_o )
  24480. 1208.65 s [haskell-language-server] [3 of 3] Compiling Ide.Plugin.AlternateNumberFormat ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/AlternateNumberFormat.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/AlternateNumberFormat.p_o )
  24481. 1208.65 s [haskell-language-server] Preprocessing executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0...
  24482. 1208.65 s [haskell-language-server] Building executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0...
  24483. 1208.65 s [haskell-language-server] [1 of 1] Compiling Main ( ghcide-test/preprocessor/Main.hs, dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor-tmp/Main.dyn_o )
  24484. 1208.65 s [haskell-language-server] [2 of 2] Linking dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor
  24485. 1208.65 s [haskell-language-server] Preprocessing library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0...
  24486. 1208.65 s [haskell-language-server] Building library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0...
  24487. 1208.65 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ChangeTypeSignature ( plugins/hls-change-type-signature-plugin/src/Ide/Plugin/ChangeTypeSignature.hs, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.o, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.dyn_o )
  24488. 1208.65 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ChangeTypeSignature ( plugins/hls-change-type-signature-plugin/src/Ide/Plugin/ChangeTypeSignature.hs, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.p_o )
  24489. 1209.43 s [pandoc-cli] Phase: setupCompilerEnvironmentPhase
  24490. 1209.43 s [pandoc-cli] Build with /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4.
  24491. 1210.09 s [pandoc-cli] Phase: unpackPhase
  24492. 1210.10 s [pandoc-cli] unpacking source archive /nix/store/gxgrsr7jb66nd5cflm4wjrgdqzk0ahns-pandoc-cli-3.6.tar.gz
  24493. 1210.63 s [pandoc-cli] source root is pandoc-cli-3.6
  24494. 1210.63 s [pandoc-cli] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "pandoc-cli-3.6/src/pandoc.hs"
  24495. 1210.64 s [pandoc-cli] Phase: patchPhase
  24496. 1210.65 s [pandoc-cli] Phase: compileBuildDriverPhase
  24497. 1210.65 s [pandoc-cli] setupCompileFlags: -package-db=/build/tmp.YXpw0lFvh4/setup-package.conf.d -threaded
  24498. 1210.69 s [pandoc-cli] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.YXpw0lFvh4/Main.o )
  24499. 1210.76 s [pandoc-cli] [2 of 2] Linking Setup
  24500. 1211.34 s [haskell-language-server] Preprocessing library 'hls-fourmolu-plugin' for haskell-language-server-2.10.0.0...
  24501. 1211.34 s [haskell-language-server] Building library 'hls-fourmolu-plugin' for haskell-language-server-2.10.0.0...
  24502. 1211.46 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Fourmolu ( plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.o, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.dyn_o )
  24503. 1211.98 s [pandoc-cli] Phase: updateAutotoolsGnuConfigScriptsPhase
  24504. 1212.00 s [pandoc-cli] Phase: configurePhase
  24505. 1212.00 s [pandoc-cli] configureFlags: --verbose --prefix=/nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.YXpw0lFvh4/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --disable-library-profiling --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 -fembed_data_files --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/mlnlvdaij0c6qgzz3mmcb5f796871778-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
  24506. 1212.01 s [pandoc-cli] Using Parsec parser
  24507. 1212.01 s [pandoc-cli] Configuring pandoc-cli-3.6...
  24508. 1212.55 s [pandoc-cli] Flags chosen: lua=True, nightly=False, server=True
  24509. 1212.60 s [pandoc-cli] Dependency base >=4.12 && <5: using base-4.19.2.0
  24510. 1212.60 s [pandoc-cli] Dependency hslua-cli >=1.4.1 && <1.5: using hslua-cli-1.4.3
  24511. 1212.60 s [pandoc-cli] Dependency pandoc ==3.6: using pandoc-3.6
  24512. 1212.60 s [pandoc-cli] Dependency pandoc-lua-engine >=0.4 && <0.5: using pandoc-lua-engine-0.4.1.1
  24513. 1212.60 s [pandoc-cli] Dependency pandoc-server >=0.1.0.9 && <0.2: using pandoc-server-0.1.0.10
  24514. 1212.60 s [pandoc-cli] Dependency safe: using safe-0.3.21
  24515. 1212.60 s [pandoc-cli] Dependency temporary >=1.1 && <1.4: using temporary-1.3
  24516. 1212.60 s [pandoc-cli] Dependency text: using text-2.1.1
  24517. 1212.60 s [pandoc-cli] Dependency wai-extra >=3.0.24: using wai-extra-3.1.16
  24518. 1212.60 s [pandoc-cli] Dependency warp: using warp-3.4.7
  24519. 1212.81 s [pandoc-cli] Source component graph: component exe:pandoc
  24520. 1212.81 s [pandoc-cli] Configured component graph:
  24521. 1212.81 s [pandoc-cli] component pandoc-cli-3.6-6w0vFlRgzUTDDKZY1FzVcj-pandoc
  24522. 1212.81 s [pandoc-cli] include base-4.19.2.0-0fde
  24523. 1212.81 s [pandoc-cli] include hslua-cli-1.4.3-C1yn1KCviZkIDB95mRmtbK
  24524. 1212.81 s [pandoc-cli] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  24525. 1212.81 s [pandoc-cli] include pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
  24526. 1212.81 s [pandoc-cli] include pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
  24527. 1212.81 s [pandoc-cli] include safe-0.3.21-IO0BRf8Xbyu93FN475O0f8
  24528. 1212.81 s [pandoc-cli] include temporary-1.3-Ljua302D386KSvuHOfyRTO
  24529. 1212.81 s [pandoc-cli] include text-2.1.1-fd6a
  24530. 1212.81 s [pandoc-cli] include wai-extra-3.1.16-6tfsP6c717zARbbGY596x4
  24531. 1212.81 s [pandoc-cli] include warp-3.4.7-GB3V3ASyMgq9NHwzAFTNnC
  24532. 1212.81 s [pandoc-cli] Linked component graph:
  24533. 1212.81 s [pandoc-cli] unit pandoc-cli-3.6-6w0vFlRgzUTDDKZY1FzVcj-pandoc
  24534. 1212.81 s [pandoc-cli] include base-4.19.2.0-0fde
  24535. 1212.81 s [pandoc-cli] include hslua-cli-1.4.3-C1yn1KCviZkIDB95mRmtbK
  24536. 1212.81 s [pandoc-cli] include pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  24537. 1212.81 s [pandoc-cli] include pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
  24538. 1212.81 s [pandoc-cli] include pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
  24539. 1212.81 s [pandoc-cli] include safe-0.3.21-IO0BRf8Xbyu93FN475O0f8
  24540. 1212.81 s [pandoc-cli] include temporary-1.3-Ljua302D386KSvuHOfyRTO
  24541. 1212.81 s [pandoc-cli] include text-2.1.1-fd6a
  24542. 1212.81 s [pandoc-cli] include wai-extra-3.1.16-6tfsP6c717zARbbGY596x4
  24543. 1212.81 s [pandoc-cli] include warp-3.4.7-GB3V3ASyMgq9NHwzAFTNnC
  24544. 1212.81 s [pandoc-cli] Ready component graph:
  24545. 1212.81 s [pandoc-cli] definite pandoc-cli-3.6-6w0vFlRgzUTDDKZY1FzVcj-pandoc
  24546. 1212.81 s [pandoc-cli] depends base-4.19.2.0-0fde
  24547. 1212.81 s [pandoc-cli] depends hslua-cli-1.4.3-C1yn1KCviZkIDB95mRmtbK
  24548. 1212.81 s [pandoc-cli] depends pandoc-3.6-5OV3NIZE6GOB8wd0oiqRNC
  24549. 1212.81 s [pandoc-cli] depends pandoc-lua-engine-0.4.1.1-IvThCKJLIQA4qV1qNKRlJi
  24550. 1212.81 s [pandoc-cli] depends pandoc-server-0.1.0.10-8ryMTH2kth4CBdypOAYMeA
  24551. 1212.81 s [pandoc-cli] depends safe-0.3.21-IO0BRf8Xbyu93FN475O0f8
  24552. 1212.81 s [pandoc-cli] depends temporary-1.3-Ljua302D386KSvuHOfyRTO
  24553. 1212.81 s [pandoc-cli] depends text-2.1.1-fd6a
  24554. 1212.81 s [pandoc-cli] depends wai-extra-3.1.16-6tfsP6c717zARbbGY596x4
  24555. 1212.81 s [pandoc-cli] depends warp-3.4.7-GB3V3ASyMgq9NHwzAFTNnC
  24556. 1212.81 s [pandoc-cli] Using Cabal-3.10.3.0 compiled by ghc-9.8
  24557. 1212.81 s [pandoc-cli] Using compiler: ghc-9.8.4
  24558. 1212.81 s [pandoc-cli] Using install prefix:
  24559. 1212.81 s [pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6
  24560. 1212.81 s [pandoc-cli] Executables installed in:
  24561. 1212.81 s [pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/bin
  24562. 1212.81 s [pandoc-cli] Libraries installed in:
  24563. 1212.81 s [pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4/pandoc-cli-3.6
  24564. 1212.81 s [pandoc-cli] Dynamic Libraries installed in:
  24565. 1212.81 s [pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/lib/ghc-9.8.4/lib/x86_64-linux-ghc-9.8.4
  24566. 1212.81 s [pandoc-cli] Private executables installed in:
  24567. 1212.81 s [pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/libexec/x86_64-linux-ghc-9.8.4/pandoc-cli-3.6
  24568. 1212.81 s [pandoc-cli] Data files installed in:
  24569. 1212.81 s [pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/share/x86_64-linux-ghc-9.8.4/pandoc-cli-3.6
  24570. 1212.81 s [pandoc-cli] Documentation installed in:
  24571. 1212.81 s [pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/share/doc/x86_64-linux-ghc-9.8.4/pandoc-cli-3.6
  24572. 1212.81 s [pandoc-cli] Configuration files installed in:
  24573. 1212.81 s [pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/etc
  24574. 1212.81 s [pandoc-cli] No alex found
  24575. 1212.81 s [pandoc-cli] Using ar found on system at:
  24576. 1212.81 s [pandoc-cli] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  24577. 1212.81 s [pandoc-cli] No c2hs found
  24578. 1212.81 s [pandoc-cli] No cpphs found
  24579. 1212.81 s [pandoc-cli] No doctest found
  24580. 1212.81 s [pandoc-cli] Using gcc version 14.3.0 given by user at:
  24581. 1212.81 s [pandoc-cli] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  24582. 1212.81 s [pandoc-cli] Using ghc version 9.8.4 found on system at:
  24583. 1212.81 s [pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc
  24584. 1212.81 s [pandoc-cli] Using ghc-pkg version 9.8.4 found on system at:
  24585. 1212.81 s [pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/ghc-pkg-9.8.4
  24586. 1212.81 s [pandoc-cli] No ghcjs found
  24587. 1212.81 s [pandoc-cli] No ghcjs-pkg found
  24588. 1212.81 s [pandoc-cli] No greencard found
  24589. 1212.81 s [pandoc-cli] Using haddock version 2.30.0 found on system at:
  24590. 1212.81 s [pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/haddock-ghc-9.8.4
  24591. 1212.81 s [pandoc-cli] No happy found
  24592. 1212.81 s [pandoc-cli] Using haskell-suite found on system at: haskell-suite-dummy-location
  24593. 1212.81 s [pandoc-cli] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  24594. 1212.81 s [pandoc-cli] No hmake found
  24595. 1212.81 s [pandoc-cli] Using hpc version 0.69 found on system at:
  24596. 1212.81 s [pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hpc-ghc-9.8.4
  24597. 1212.81 s [pandoc-cli] Using hsc2hs version 0.68.10 found on system at:
  24598. 1212.81 s [pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/hsc2hs-ghc-9.8.4
  24599. 1212.81 s [pandoc-cli] No hscolour found
  24600. 1212.81 s [pandoc-cli] No jhc found
  24601. 1212.81 s [pandoc-cli] Using ld found on system at:
  24602. 1212.81 s [pandoc-cli] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  24603. 1212.81 s [pandoc-cli] No pkg-config found
  24604. 1212.81 s [pandoc-cli] Using runghc version 9.8.4 found on system at:
  24605. 1212.81 s [pandoc-cli] /nix/store/msyy53g0sxv03q6s3balv6qg14yn3wv4-ghc-9.8.4/bin/runghc-9.8.4
  24606. 1212.81 s [pandoc-cli] Using strip version 2.44 found on system at:
  24607. 1212.81 s [pandoc-cli] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  24608. 1212.81 s [pandoc-cli] Using tar found on system at:
  24609. 1212.81 s [pandoc-cli] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  24610. 1212.81 s [pandoc-cli] No uhc found
  24611. 1213.04 s [pandoc-cli] Phase: buildPhase
  24612. 1213.14 s [pandoc-cli] Preprocessing executable 'pandoc' for pandoc-cli-3.6..
  24613. 1213.14 s [pandoc-cli] Building executable 'pandoc' for pandoc-cli-3.6..
  24614. 1213.31 s [pandoc-cli] [1 of 3] Compiling PandocCLI.Lua
  24615. 1213.72 s [pandoc-cli] [2 of 3] Compiling PandocCLI.Server
  24616. 1213.72 s [pandoc-cli] [3 of 3] Compiling Main
  24617. 1214.08 s [pandoc-cli] [4 of 4] Linking dist/build/pandoc/pandoc
  24618. 1214.66 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Fourmolu ( plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.p_o )
  24619. 1223.10 s [pandoc-cli] Phase: checkPhase
  24620. 1223.17 s [pandoc-cli] Package has no test suites.
  24621. 1223.18 s [pandoc-cli] Phase: haddockPhase
  24622. 1223.18 s [pandoc-cli] Phase: installPhase
  24623. 1223.32 s [pandoc-cli] Installing executable pandoc in /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/bin
  24624. 1223.32 s [pandoc-cli] Warning: The directory
  24625. 1223.32 s [pandoc-cli] /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/bin is not in the
  24626. 1223.32 s [pandoc-cli] system search path.
  24627. 1224.73 s [haskell-language-server] Preprocessing library 'hls-cabal-fmt-plugin' for haskell-language-server-2.10.0.0...
  24628. 1224.73 s [haskell-language-server] Building library 'hls-cabal-fmt-plugin' for haskell-language-server-2.10.0.0...
  24629. 1224.81 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalFmt ( plugins/hls-cabal-fmt-plugin/src/Ide/Plugin/CabalFmt.hs, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.o, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.dyn_o )
  24630. 1226.59 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalFmt ( plugins/hls-cabal-fmt-plugin/src/Ide/Plugin/CabalFmt.hs, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.p_o )
  24631. 1226.99 s [pandoc-cli] Phase: fixupPhase
  24632. 1227.00 s [pandoc-cli] shrinking RPATHs of ELF executables and libraries in /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6
  24633. 1227.00 s [pandoc-cli] shrinking /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/bin/pandoc
  24634. 1227.52 s [pandoc-cli] checking for references to /build/ in /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6...
  24635. 1227.76 s [pandoc-cli] gzipping man pages under /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/share/man/
  24636. 1227.79 s [pandoc-cli] patching script interpreter paths in /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6
  24637. 1227.79 s [pandoc-cli] stripping (with command strip and flags -S -p) in /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6/bin
  24638. 1229.04 s [pandoc-cli:post-build] Uploading to cachix cache "sellout": /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6
  24639. 1229.62 s [pandoc-cli:post-build] Pushing 1 paths (28 are already present) using zstd to cache sellout ⏳
  24640. 1229.62 s [pandoc-cli:post-build]
  24641. 1230.00 s [pandoc-cli:post-build] Pushing /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6 (207.50 MiB)
  24642. 1234.33 s [pandoc-cli:post-build]
  24643. 1234.33 s [pandoc-cli:post-build] All done.
  24644. 1234.36 s [pandoc-cli:post-build] Uploading to the NixCI cache: /nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6
  24645. 1234.41 s [pandoc-cli:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24646. 1234.42 s [pandoc-cli:post-build] copying 1 paths...
  24647. 1234.42 s [pandoc-cli:post-build] copying path '/nix/store/ffdlh185cwabsx7flasi6d8j7857wbqr-pandoc-cli-3.6' to 'https://cache.nix-ci.com'...
  24648. 1293.08 s [pandoc-cli:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24649. 1293.35 s [pandoc-cli:post-build] copying 1 paths...
  24650. 1293.35 s [pandoc-cli:post-build] copying path '/nix/store/k5hgihgqh5l6j3g1lgplj4qycvxjc7p9-pandoc-cli-3.6.drv' to 'https://cache.nix-ci.com'...
  24651. 1293.70 s Progress: 23 of 32 built (1 building), 529 of 529 downloaded from cache
  24652. 1293.74 s Building /nix/store/zq8bhx4wi4slmc4p7yq7ii5mkpvza412-shellcheck-0.10.0.drv
  24653. 1293.74 s [haskell-language-server] Preprocessing library 'hls-refactor-plugin' for haskell-language-server-2.10.0.0...
  24654. 1293.74 s [haskell-language-server] Building library 'hls-refactor-plugin' for haskell-language-server-2.10.0.0...
  24655. 1293.74 s [haskell-language-server] [ 1 of 13] Compiling Development.IDE.GHC.Compat.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Compat/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.dyn_o )
  24656. 1293.74 s [haskell-language-server] [ 2 of 13] Compiling Development.IDE.GHC.Dump ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Dump.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.dyn_o )
  24657. 1293.74 s [haskell-language-server] [ 3 of 13] Compiling Development.IDE.GHC.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.dyn_o )
  24658. 1293.74 s [haskell-language-server] [ 4 of 13] Compiling Development.IDE.Plugin.CodeAction.PositionIndexed ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/PositionIndexed.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.dyn_o )
  24659. 1293.74 s [haskell-language-server] [ 5 of 13] Compiling Development.IDE.Plugin.CodeAction.Util ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Util.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.dyn_o )
  24660. 1293.74 s [haskell-language-server] [ 6 of 13] Compiling Development.IDE.Plugin.CodeAction.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.dyn_o )
  24661. 1293.74 s [haskell-language-server] [ 7 of 13] Compiling Development.IDE.Plugin.CodeAction.Args ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Args.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.dyn_o )
  24662. 1293.74 s [haskell-language-server] [ 8 of 13] Compiling Development.IDE.Plugin.Plugins.Diagnostic ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/Diagnostic.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.dyn_o )
  24663. 1293.74 s [haskell-language-server] [ 9 of 13] Compiling Development.IDE.Plugin.Plugins.AddArgument ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/AddArgument.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.dyn_o )
  24664. 1293.74 s [haskell-language-server] [10 of 13] Compiling Development.IDE.Plugin.Plugins.FillHole ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillHole.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.dyn_o )
  24665. 1293.74 s [haskell-language-server] [11 of 13] Compiling Development.IDE.Plugin.Plugins.FillTypeWildcard ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillTypeWildcard.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.dyn_o )
  24666. 1293.74 s [haskell-language-server] [12 of 13] Compiling Development.IDE.Plugin.Plugins.ImportUtils ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/ImportUtils.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.dyn_o )
  24667. 1293.74 s [haskell-language-server] [13 of 13] Compiling Development.IDE.Plugin.CodeAction ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.dyn_o )
  24668. 1293.74 s [haskell-language-server] [ 1 of 13] Compiling Development.IDE.GHC.Compat.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Compat/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.p_o )
  24669. 1293.74 s [haskell-language-server] [ 2 of 13] Compiling Development.IDE.GHC.Dump ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Dump.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.p_o )
  24670. 1293.74 s [haskell-language-server] [ 3 of 13] Compiling Development.IDE.GHC.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.p_o )
  24671. 1293.74 s [haskell-language-server] [ 4 of 13] Compiling Development.IDE.Plugin.CodeAction.PositionIndexed ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/PositionIndexed.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.p_o )
  24672. 1293.74 s [haskell-language-server] [ 5 of 13] Compiling Development.IDE.Plugin.CodeAction.Util ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Util.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.p_o )
  24673. 1293.74 s [haskell-language-server] [ 6 of 13] Compiling Development.IDE.Plugin.CodeAction.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.p_o )
  24674. 1293.74 s [haskell-language-server] [ 7 of 13] Compiling Development.IDE.Plugin.CodeAction.Args ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Args.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.p_o )
  24675. 1293.74 s [haskell-language-server] [ 8 of 13] Compiling Development.IDE.Plugin.Plugins.Diagnostic ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/Diagnostic.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.p_o )
  24676. 1293.74 s [haskell-language-server] [ 9 of 13] Compiling Development.IDE.Plugin.Plugins.AddArgument ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/AddArgument.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.p_o )
  24677. 1293.74 s [haskell-language-server] [10 of 13] Compiling Development.IDE.Plugin.Plugins.FillHole ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillHole.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.p_o )
  24678. 1293.74 s [haskell-language-server] [11 of 13] Compiling Development.IDE.Plugin.Plugins.FillTypeWildcard ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillTypeWildcard.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.p_o )
  24679. 1293.74 s [haskell-language-server] [12 of 13] Compiling Development.IDE.Plugin.Plugins.ImportUtils ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/ImportUtils.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.p_o )
  24680. 1293.74 s [haskell-language-server] [13 of 13] Compiling Development.IDE.Plugin.CodeAction ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.p_o )
  24681. 1293.74 s [haskell-language-server] Preprocessing library 'hls-gadt-plugin' for haskell-language-server-2.10.0.0...
  24682. 1293.74 s [haskell-language-server] Building library 'hls-gadt-plugin' for haskell-language-server-2.10.0.0...
  24683. 1293.74 s [haskell-language-server] [1 of 2] Compiling Ide.Plugin.GHC ( plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.o, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.dyn_o )
  24684. 1293.74 s [haskell-language-server] [2 of 2] Compiling Ide.Plugin.GADT ( plugins/hls-gadt-plugin/src/Ide/Plugin/GADT.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.o, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.dyn_o )
  24685. 1293.74 s [haskell-language-server] [1 of 2] Compiling Ide.Plugin.GHC ( plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.p_o )
  24686. 1293.74 s [haskell-language-server] [2 of 2] Compiling Ide.Plugin.GADT ( plugins/hls-gadt-plugin/src/Ide/Plugin/GADT.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.p_o )
  24687. 1293.74 s [haskell-language-server] Preprocessing library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0...
  24688. 1293.74 s [haskell-language-server] Building library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0...
  24689. 1293.74 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.OverloadedRecordDot ( plugins/hls-overloaded-record-dot-plugin/src/Ide/Plugin/OverloadedRecordDot.hs, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.o, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.dyn_o )
  24690. 1293.74 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.OverloadedRecordDot ( plugins/hls-overloaded-record-dot-plugin/src/Ide/Plugin/OverloadedRecordDot.hs, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.p_o )
  24691. 1293.79 s [shellcheck] Phase: unpackPhase
  24692. 1293.79 s [shellcheck] unpacking source archive /nix/store/pvnb4wd2ib6di794f7j8r7515n1gbbb2-ShellCheck-0.10.0.tar.gz
  24693. 1293.80 s [shellcheck] source root is ShellCheck-0.10.0
  24694. 1293.80 s [shellcheck] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ShellCheck-0.10.0/test/shellcheck.hs"
  24695. 1293.81 s [shellcheck] Phase: patchPhase
  24696. 1293.81 s [shellcheck] Phase: updateAutotoolsGnuConfigScriptsPhase
  24697. 1293.82 s [shellcheck] Phase: configurePhase
  24698. 1293.83 s [shellcheck] no configure script, doing nothing
  24699. 1293.84 s [shellcheck] Phase: buildPhase
  24700. 1293.88 s [shellcheck] Phase: installPhase
  24701. 1293.90 s [shellcheck] Phase: fixupPhase
  24702. 1293.92 s [shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin
  24703. 1293.92 s [shellcheck] shrinking /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin/bin/shellcheck
  24704. 1293.93 s [shellcheck] checking for references to /build/ in /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin...
  24705. 1293.94 s [shellcheck] patching script interpreter paths in /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin
  24706. 1293.94 s [shellcheck] stripping (with command strip and flags -S -p) in /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin/bin
  24707. 1293.96 s [shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man
  24708. 1293.97 s [shellcheck] checking for references to /build/ in /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man...
  24709. 1293.97 s [shellcheck] gzipping man pages under /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man/share/man/
  24710. 1293.98 s [shellcheck] patching script interpreter paths in /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man
  24711. 1293.98 s [shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc
  24712. 1293.98 s [shellcheck] checking for references to /build/ in /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc...
  24713. 1293.98 s [shellcheck] patching script interpreter paths in /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc
  24714. 1293.99 s [shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0
  24715. 1293.99 s [shellcheck] checking for references to /build/ in /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0...
  24716. 1293.99 s [shellcheck] patching script interpreter paths in /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0
  24717. 1294.05 s [shellcheck:post-build] Uploading to cachix cache "sellout": /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0 /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin
  24718. 1294.50 s [shellcheck:post-build] Pushing 4 paths (24 are already present) using zstd to cache sellout ⏳
  24719. 1294.50 s [shellcheck:post-build]
  24720. 1294.87 s [shellcheck:post-build] Pushing /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin (7.40 MiB)
  24721. 1294.93 s [shellcheck:post-build] Pushing /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0 (544.00 B)
  24722. 1294.93 s [shellcheck:post-build] Pushing /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc (20.93 KiB)
  24723. 1294.94 s [shellcheck:post-build] Pushing /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man (6.50 KiB)
  24724. 1295.92 s [shellcheck:post-build]
  24725. 1295.92 s [shellcheck:post-build] All done.
  24726. 1295.95 s [shellcheck:post-build] Uploading to the NixCI cache: /nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc /nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man /nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0 /nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin
  24727. 1295.99 s [shellcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24728. 1296.36 s [shellcheck:post-build] copying 4 paths...
  24729. 1296.36 s [shellcheck:post-build] copying path '/nix/store/4yv5gxa43m51c8r35dqk4pfbk9h14ks1-shellcheck-0.10.0-doc' to 'https://cache.nix-ci.com'...
  24730. 1296.36 s [shellcheck:post-build] copying path '/nix/store/5qcj5xib42j6idbyx10dmgmx371fmyzv-shellcheck-0.10.0-man' to 'https://cache.nix-ci.com'...
  24731. 1296.36 s [shellcheck:post-build] copying path '/nix/store/ma717irqja07wdl2kacj269rr66mzh99-shellcheck-0.10.0-bin' to 'https://cache.nix-ci.com'...
  24732. 1298.49 s [shellcheck:post-build] copying path '/nix/store/m2dj6ldhs7k48mglqg71wvaq8h3msf08-shellcheck-0.10.0' to 'https://cache.nix-ci.com'...
  24733. 1298.98 s [shellcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24734. 1299.27 s [shellcheck:post-build] copying 1 paths...
  24735. 1299.27 s [shellcheck:post-build] copying path '/nix/store/zq8bhx4wi4slmc4p7yq7ii5mkpvza412-shellcheck-0.10.0.drv' to 'https://cache.nix-ci.com'...
  24736. 1299.62 s Progress: 24 of 32 built (1 building), 529 of 529 downloaded from cache
  24737. 1299.62 s [haskell-language-server] Preprocessing library 'hls-class-plugin' for haskell-language-server-2.10.0.0...
  24738. 1299.62 s [haskell-language-server] Building library 'hls-class-plugin' for haskell-language-server-2.10.0.0...
  24739. 1299.62 s [haskell-language-server] [1 of 6] Compiling Ide.Plugin.Class.Utils ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Utils.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.o, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.dyn_o )
  24740. 1299.62 s [haskell-language-server] [2 of 6] Compiling Ide.Plugin.Class.Types ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.o, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.dyn_o )
  24741. 1299.62 s [haskell-language-server] [3 of 6] Compiling Ide.Plugin.Class.ExactPrint ( plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.o, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.dyn_o )
  24742. 1299.62 s [haskell-language-server] [4 of 6] Compiling Ide.Plugin.Class.CodeLens ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeLens.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.o, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.dyn_o )
  24743. 1299.62 s [haskell-language-server] [5 of 6] Compiling Ide.Plugin.Class.CodeAction ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeAction.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.o, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.dyn_o )
  24744. 1299.62 s [haskell-language-server] [6 of 6] Compiling Ide.Plugin.Class ( plugins/hls-class-plugin/src/Ide/Plugin/Class.hs, dist/build/hls-class-plugin/Ide/Plugin/Class.o, dist/build/hls-class-plugin/Ide/Plugin/Class.dyn_o )
  24745. 1299.96 s [haskell-language-server] [1 of 6] Compiling Ide.Plugin.Class.Utils ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Utils.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.p_o )
  24746. 1301.29 s [haskell-language-server] [2 of 6] Compiling Ide.Plugin.Class.Types ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.p_o )
  24747. 1303.89 s [haskell-language-server] [3 of 6] Compiling Ide.Plugin.Class.ExactPrint ( plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.p_o )
  24748. 1304.16 s [haskell-language-server] [4 of 6] Compiling Ide.Plugin.Class.CodeLens ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeLens.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.p_o )
  24749. 1304.32 s [haskell-language-server] [5 of 6] Compiling Ide.Plugin.Class.CodeAction ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeAction.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.p_o )
  24750. 1304.69 s [haskell-language-server] [6 of 6] Compiling Ide.Plugin.Class ( plugins/hls-class-plugin/src/Ide/Plugin/Class.hs, dist/build/hls-class-plugin/Ide/Plugin/Class.p_o )
  24751. 1309.13 s [haskell-language-server] Preprocessing library 'hls-cabal-gild-plugin' for haskell-language-server-2.10.0.0...
  24752. 1309.13 s [haskell-language-server] Building library 'hls-cabal-gild-plugin' for haskell-language-server-2.10.0.0...
  24753. 1309.21 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalGild ( plugins/hls-cabal-gild-plugin/src/Ide/Plugin/CabalGild.hs, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.o, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.dyn_o )
  24754. 1310.49 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalGild ( plugins/hls-cabal-gild-plugin/src/Ide/Plugin/CabalGild.hs, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.p_o )
  24755. 1317.56 s [haskell-language-server] Preprocessing library 'hls-stan-plugin' for haskell-language-server-2.10.0.0...
  24756. 1317.56 s [haskell-language-server] Building library 'hls-stan-plugin' for haskell-language-server-2.10.0.0...
  24757. 1317.70 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Stan ( plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs, dist/build/hls-stan-plugin/Ide/Plugin/Stan.o, dist/build/hls-stan-plugin/Ide/Plugin/Stan.dyn_o )
  24758. 1320.82 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Stan ( plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs, dist/build/hls-stan-plugin/Ide/Plugin/Stan.p_o )
  24759. 1328.89 s [haskell-language-server] Preprocessing library 'hls-ormolu-plugin' for haskell-language-server-2.10.0.0...
  24760. 1328.89 s [haskell-language-server] Building library 'hls-ormolu-plugin' for haskell-language-server-2.10.0.0...
  24761. 1329.00 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Ormolu ( plugins/hls-ormolu-plugin/src/Ide/Plugin/Ormolu.hs, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.o, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.dyn_o )
  24762. 1333.47 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Ormolu ( plugins/hls-ormolu-plugin/src/Ide/Plugin/Ormolu.hs, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.p_o )
  24763. 1344.06 s [haskell-language-server] Preprocessing library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.10.0.0...
  24764. 1344.06 s [haskell-language-server] Building library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.10.0.0...
  24765. 1344.19 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.QualifyImportedNames ( plugins/hls-qualify-imported-names-plugin/src/Ide/Plugin/QualifyImportedNames.hs, dist/build/hls-qualify-imported-names-plugin/Ide/Plugin/QualifyImportedNames.o, dist/build/hls-qualify-imported-names-plugin/Ide/Plugin/QualifyImportedNames.dyn_o )
  24766. 1346.85 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.QualifyImportedNames ( plugins/hls-qualify-imported-names-plugin/src/Ide/Plugin/QualifyImportedNames.hs, dist/build/hls-qualify-imported-names-plugin/Ide/Plugin/QualifyImportedNames.p_o )
  24767. 1353.98 s [haskell-language-server] Preprocessing library 'hls-module-name-plugin' for haskell-language-server-2.10.0.0...
  24768. 1353.98 s [haskell-language-server] Building library 'hls-module-name-plugin' for haskell-language-server-2.10.0.0...
  24769. 1354.06 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ModuleName ( plugins/hls-module-name-plugin/src/Ide/Plugin/ModuleName.hs, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.o, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.dyn_o )
  24770. 1356.29 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ModuleName ( plugins/hls-module-name-plugin/src/Ide/Plugin/ModuleName.hs, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.p_o )
  24771. 1363.12 s [haskell-language-server] Preprocessing library 'hls-rename-plugin' for haskell-language-server-2.10.0.0...
  24772. 1363.12 s [haskell-language-server] Building library 'hls-rename-plugin' for haskell-language-server-2.10.0.0...
  24773. 1363.29 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Rename ( plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs, dist/build/hls-rename-plugin/Ide/Plugin/Rename.o, dist/build/hls-rename-plugin/Ide/Plugin/Rename.dyn_o )
  24774. 1366.17 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Rename ( plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs, dist/build/hls-rename-plugin/Ide/Plugin/Rename.p_o )
  24775. 1376.30 s [haskell-language-server] Preprocessing library for haskell-language-server-2.10.0.0...
  24776. 1376.30 s [haskell-language-server] Building library for haskell-language-server-2.10.0.0...
  24777. 1376.84 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24778. 1376.84 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24779. 1376.84 s [haskell-language-server] but were not needed for compilation:
  24780. 1376.84 s [haskell-language-server] - ghc-9.10.1 (exposed by flag -package-id ghc-9.10.1-c9f5)
  24781. 1376.84 s [haskell-language-server]
  24782. 1376.88 s [haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.o, dist/build/HlsPlugins.dyn_o )
  24783. 1380.35 s [haskell-language-server] [2 of 5] Compiling Paths_haskell_language_server ( dist/build/autogen/Paths_haskell_language_server.hs, dist/build/Paths_haskell_language_server.o, dist/build/Paths_haskell_language_server.dyn_o )
  24784. 1380.36 s [haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.o, dist/build/Ide/Version.dyn_o )
  24785. 1381.82 s [haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.o, dist/build/Ide/Arguments.dyn_o )
  24786. 1382.22 s [haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.o, dist/build/Ide/Main.dyn_o )
  24787. 1383.85 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24788. 1383.85 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24789. 1383.85 s [haskell-language-server] but were not needed for compilation:
  24790. 1383.85 s [haskell-language-server] - ghc-9.10.1 (exposed by flag -package-id ghc-9.10.1-c9f5)
  24791. 1383.85 s [haskell-language-server]
  24792. 1383.89 s [haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.p_o )
  24793. 1386.09 s [haskell-language-server] [2 of 5] Compiling Paths_haskell_language_server ( dist/build/autogen/Paths_haskell_language_server.hs, dist/build/Paths_haskell_language_server.p_o )
  24794. 1386.09 s [haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.p_o )
  24795. 1388.38 s [haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.p_o )
  24796. 1389.50 s [haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.p_o )
  24797. 1402.55 s [haskell-language-server] Preprocessing executable 'haskell-language-server-wrapper' for haskell-language-server-2.10.0.0...
  24798. 1402.59 s [haskell-language-server] Building executable 'haskell-language-server-wrapper' for haskell-language-server-2.10.0.0...
  24799. 1402.82 s [haskell-language-server] [1 of 2] Compiling Main ( exe/Wrapper.hs, dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper-tmp/Main.dyn_o )
  24800. 1404.46 s [haskell-language-server] [2 of 2] Compiling Paths_haskell_language_server ( dist/build/haskell-language-server-wrapper/autogen/Paths_haskell_language_server.hs, dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper-tmp/Paths_haskell_language_server.dyn_o )
  24801. 1405.14 s [haskell-language-server] [3 of 3] Linking dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper
  24802. 1407.33 s [haskell-language-server] Preprocessing executable 'haskell-language-server' for haskell-language-server-2.10.0.0...
  24803. 1407.33 s [haskell-language-server] Building executable 'haskell-language-server' for haskell-language-server-2.10.0.0...
  24804. 1407.47 s [haskell-language-server] [1 of 1] Compiling Main ( exe/Main.hs, dist/build/haskell-language-server/haskell-language-server-tmp/Main.dyn_o )
  24805. 1409.45 s [haskell-language-server] [2 of 2] Linking dist/build/haskell-language-server/haskell-language-server
  24806. 1411.52 s [haskell-language-server] buildPhase completed in 8 minutes 21 seconds
  24807. 1411.56 s [haskell-language-server] Phase: haddockPhase
  24808. 1411.56 s [haskell-language-server] Phase: installPhase
  24809. 1411.84 s [haskell-language-server] Installing internal library hls-explicit-fixity-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin
  24810. 1411.92 s [haskell-language-server] Installing internal library hls-notes-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin
  24811. 1412.02 s [haskell-language-server] Installing internal library hls-cabal-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin
  24812. 1412.47 s [haskell-language-server] Installing internal library hls-call-hierarchy-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin
  24813. 1412.55 s [haskell-language-server] Installing internal library ghcide-bench-lib in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib
  24814. 1412.71 s [haskell-language-server] Installing executable ghcide-bench in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
  24815. 1412.71 s [haskell-language-server] Warning: The directory
  24816. 1412.71 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
  24817. 1412.71 s [haskell-language-server] is not in the system search path.
  24818. 1412.72 s [haskell-language-server] Installing internal library hls-explicit-imports-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin
  24819. 1412.83 s [haskell-language-server] Installing internal library hls-semantic-tokens-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin
  24820. 1413.05 s [haskell-language-server] Installing internal library hls-eval-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin
  24821. 1413.41 s [haskell-language-server] Installing internal library hls-explicit-record-fields-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin
  24822. 1413.49 s [haskell-language-server] Installing internal library hls-code-range-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin
  24823. 1413.60 s [haskell-language-server] Installing internal library hls-pragmas-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin
  24824. 1413.67 s [haskell-language-server] Installing internal library hls-alternate-number-format-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin
  24825. 1413.74 s [haskell-language-server] Installing executable ghcide-test-preprocessor in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
  24826. 1413.74 s [haskell-language-server] Warning: The directory
  24827. 1413.74 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
  24828. 1413.74 s [haskell-language-server] is not in the system search path.
  24829. 1413.75 s [haskell-language-server] Installing internal library hls-change-type-signature-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin
  24830. 1413.78 s [haskell-language-server] Installing internal library hls-fourmolu-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin
  24831. 1413.82 s [haskell-language-server] Installing internal library hls-cabal-fmt-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin
  24832. 1413.86 s [haskell-language-server] Installing internal library hls-refactor-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin
  24833. 1414.31 s [haskell-language-server] Installing internal library hls-gadt-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin
  24834. 1414.36 s [haskell-language-server] Installing internal library hls-overloaded-record-dot-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin
  24835. 1414.41 s [haskell-language-server] Installing internal library hls-class-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin
  24836. 1414.50 s [haskell-language-server] Installing internal library hls-cabal-gild-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin
  24837. 1414.54 s [haskell-language-server] Installing internal library hls-stan-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin
  24838. 1414.58 s [haskell-language-server] Installing internal library hls-ormolu-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin
  24839. 1414.62 s [haskell-language-server] Installing internal library hls-qualify-imported-names-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin
  24840. 1414.67 s [haskell-language-server] Installing internal library hls-module-name-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin
  24841. 1414.70 s [haskell-language-server] Installing internal library hls-rename-plugin in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin
  24842. 1414.73 s [haskell-language-server] Installing library in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/haskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II
  24843. 1414.80 s [haskell-language-server] Installing executable haskell-language-server-wrapper in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
  24844. 1414.80 s [haskell-language-server] Warning: The directory
  24845. 1414.80 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
  24846. 1414.80 s [haskell-language-server] is not in the system search path.
  24847. 1414.80 s [haskell-language-server] Installing executable haskell-language-server in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
  24848. 1414.81 s [haskell-language-server] Warning: The directory
  24849. 1414.81 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
  24850. 1414.81 s [haskell-language-server] is not in the system search path.
  24851. 1418.03 s [haskell-language-server] Phase: fixupPhase
  24852. 1418.05 s [haskell-language-server] shrinking RPATHs of ELF executables and libraries in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
  24853. 1418.89 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-CtwfZu0f6uuGUZc1xBO5N8-hls-pragmas-plugin-ghc9.10.1.so
  24854. 1418.89 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-eTqZUgkMu5IB2OMRtmx97-hls-explicit-fixity-plugin-ghc9.10.1.so
  24855. 1418.89 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-3M2LI5MezXA8kMg7owFsil-hls-qualify-imported-names-plugin-ghc9.10.1.so
  24856. 1418.89 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-9mamUmvoFk7Gu1GZT5nijU-hls-fourmolu-plugin-ghc9.10.1.so
  24857. 1418.89 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-85QBbMdu4wz7aQtePic2D7-hls-refactor-plugin-ghc9.10.1.so
  24858. 1418.89 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-G6fJtHFsDPzDR07py883II-ghc9.10.1.so
  24859. 1418.89 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-7SIgL4R9Bqq2MhHWFMlgun-hls-overloaded-record-dot-plugin-ghc9.10.1.so
  24860. 1418.89 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-949PySPii5VBWXzxDC5avJ-hls-cabal-fmt-plugin-ghc9.10.1.so
  24861. 1418.95 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-52EGQfJJxrs5fRrDm1lAoj-hls-stan-plugin-ghc9.10.1.so
  24862. 1419.06 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-66Gms5oZyUL2J54Mhy3oKE-hls-class-plugin-ghc9.10.1.so
  24863. 1419.16 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-1ehyrb1g1OSBUxuTFCA1IA-hls-rename-plugin-ghc9.10.1.so
  24864. 1419.26 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-EG6RRX8zU5L2yUieIuePeQ-hls-explicit-record-fields-plugin-ghc9.10.1.so
  24865. 1419.35 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-3nOSbs1x0TMLp0yktLNK6G-hls-ormolu-plugin-ghc9.10.1.so
  24866. 1419.44 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-BKqWSBGyQnJGrCnjLmGgZj-hls-gadt-plugin-ghc9.10.1.so
  24867. 1419.54 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-2QdqedWYKpY5cndM8j2DOA-hls-module-name-plugin-ghc9.10.1.so
  24868. 1419.63 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-Llbk4ISNB7XCefBnhHqEJv-hls-notes-plugin-ghc9.10.1.so
  24869. 1419.72 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-HYqKffmiLzv8dRZkfwsLER-ghcide-bench-lib-ghc9.10.1.so
  24870. 1419.83 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-A0CxuCTmPit5fswCX5MeNU-hls-change-type-signature-plugin-ghc9.10.1.so
  24871. 1419.92 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-5odYVfoSvbI8PVb4NzfXDH-hls-cabal-gild-plugin-ghc9.10.1.so
  24872. 1420.01 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-E27iTZZaO8fIG0NxCyjAaX-hls-code-range-plugin-ghc9.10.1.so
  24873. 1420.11 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-KQhjSlH0w6Z38FqY5vGtmN-hls-call-hierarchy-plugin-ghc9.10.1.so
  24874. 1420.20 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-GQSKEtm2JY4KYHbD6JSsmx-hls-explicit-imports-plugin-ghc9.10.1.so
  24875. 1420.28 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-CqVgWHEbgB224e7X0wHm2A-hls-alternate-number-format-plugin-ghc9.10.1.so
  24876. 1420.37 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-FqeJRSgU2d01ru3djNM26l-hls-eval-plugin-ghc9.10.1.so
  24877. 1420.46 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-FzY0hqCTJlSKJlszBb5ans-hls-semantic-tokens-plugin-ghc9.10.1.so
  24878. 1420.55 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib/ghc-9.10.1/lib/x86_64-linux-ghc-9.10.1-c9f5/libHShaskell-language-server-2.10.0.0-KZDcDhN6ZU3Ho3Cckvj4PH-hls-cabal-plugin-ghc9.10.1.so
  24879. 1420.64 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/ghcide-bench
  24880. 1420.75 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/ghcide-test-preprocessor
  24881. 1420.76 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/haskell-language-server-wrapper
  24882. 1420.89 s [haskell-language-server] shrinking /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/.haskell-language-server-9.10.1-unwrapped
  24883. 1421.01 s [haskell-language-server] checking for references to /build/ in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0...
  24884. 1421.22 s [haskell-language-server] patching script interpreter paths in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
  24885. 1421.23 s [haskell-language-server] /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/haskell-language-server: interpreter directive changed from "#!/bin/sh" to "/nix/store/l9k32vj2aczxw62134j1x0dsh569jz2l-bash-5.2p37/bin/sh"
  24886. 1421.25 s [haskell-language-server] stripping (with command strip and flags -S -p) in /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/lib /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin
  24887. 1422.31 s [haskell-language-server] rewriting symlink /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0/bin/haskell-language-server-9.10.1 to be relative to /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
  24888. 1424.39 s [haskell-language-server:post-build] Uploading to cachix cache "sellout": /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
  24889. 1425.39 s [haskell-language-server:post-build] Pushing 1 paths (552 are already present) using zstd to cache sellout ⏳
  24890. 1425.39 s [haskell-language-server:post-build]
  24891. 1425.81 s [haskell-language-server:post-build] Pushing /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0 (105.89 MiB)
  24892. 1428.07 s [haskell-language-server:post-build]
  24893. 1428.07 s [haskell-language-server:post-build] All done.
  24894. 1428.10 s [haskell-language-server:post-build] Uploading to the NixCI cache: /nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0
  24895. 1428.14 s [haskell-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24896. 1428.20 s [haskell-language-server:post-build] copying 7 paths...
  24897. 1428.21 s [haskell-language-server:post-build] copying path '/nix/store/2axkyxpb930028grrf5bhignh9ldiidi-cabal-add-0.1-doc' to 'https://cache.nix-ci.com'...
  24898. 1428.21 s [haskell-language-server:post-build] copying path '/nix/store/bl2dy7y9347r28isxpc1mp2kln2h40dy-binary-instances-1.0.6-doc' to 'https://cache.nix-ci.com'...
  24899. 1428.75 s [haskell-language-server:post-build] copying path '/nix/store/j2j2knb4raayr18nn8hnsmc8x1zmpdal-cabal-install-parsers-0.6.1.1-doc' to 'https://cache.nix-ci.com'...
  24900. 1428.75 s [haskell-language-server:post-build] copying path '/nix/store/ml94301l3i3fm1g5gbkgq38w6llpw4ak-binary-instances-1.0.6' to 'https://cache.nix-ci.com'...
  24901. 1429.83 s [haskell-language-server:post-build] copying path '/nix/store/f3dvj6fqnshnmb8d38vk9q6wpfn7lhj4-cabal-install-parsers-0.6.1.1' to 'https://cache.nix-ci.com'...
  24902. 1432.12 s [haskell-language-server:post-build] copying path '/nix/store/kjklp7463a8phbs4pn1n0g7z3riprqa3-cabal-add-0.1' to 'https://cache.nix-ci.com'...
  24903. 1434.15 s [haskell-language-server:post-build] copying path '/nix/store/b0dl8nc42il6dkvv7m2m2qgx97w2my3n-haskell-language-server-2.10.0.0' to 'https://cache.nix-ci.com'...
  24904. 1463.90 s [haskell-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24905. 1465.21 s [haskell-language-server:post-build] copying 72 paths...
  24906. 1465.22 s [haskell-language-server:post-build] copying path '/nix/store/02lnmck7a8kkkzxbq17y6hsj49dwc3vj-newtype-generics-0.6.2.drv' to 'https://cache.nix-ci.com'...
  24907. 1465.22 s [haskell-language-server:post-build] copying path '/nix/store/ac6qpwbkqr5mqzc2kvwjkl1zna5hk4ff-entropy-0.4.1.11.drv' to 'https://cache.nix-ci.com'...
  24908. 1465.22 s [haskell-language-server:post-build] copying path '/nix/store/042h81y8chggilfm3r9db8420z65851m-heaps-0.4.1.drv' to 'https://cache.nix-ci.com'...
  24909. 1465.22 s [haskell-language-server:post-build] copying path '/nix/store/b7j7mgg60mj1hhdkikmyvz5nirbll49v-dir-traverse-0.2.3.0.drv' to 'https://cache.nix-ci.com'...
  24910. 1465.23 s [haskell-language-server:post-build] copying path '/nix/store/24vdkbq0y432gbqzxshf9427776mkd00-psqueues-0.2.8.1.drv' to 'https://cache.nix-ci.com'...
  24911. 1465.23 s [haskell-language-server:post-build] copying path '/nix/store/31g3fkhhdh4f613lszpk165jq44fnqqy-refact-0.3.0.2.drv' to 'https://cache.nix-ci.com'...
  24912. 1465.23 s [haskell-language-server:post-build] copying path '/nix/store/8j65w83qnykyr1wz1031skr29aw8fg8v-tar-0.6.3.0.drv' to 'https://cache.nix-ci.com'...
  24913. 1465.23 s [haskell-language-server:post-build] copying path '/nix/store/3si78gj1hfvbqb4kz9rd61byzspj50n9-hspec-hedgehog-0.3.0.0.drv' to 'https://cache.nix-ci.com'...
  24914. 1465.23 s [haskell-language-server:post-build] copying path '/nix/store/87xcc52hgaq3fqb1afxvlgfzi4jgzmhb-colourista-0.1.0.2.drv' to 'https://cache.nix-ci.com'...
  24915. 1465.24 s [haskell-language-server:post-build] copying path '/nix/store/fpn0yimcffwzhw4w2s5d0ccdx86flzg7-clay-0.15.0.drv' to 'https://cache.nix-ci.com'...
  24916. 1465.24 s [haskell-language-server:post-build] copying path '/nix/store/1kb4pka115m6wbaqvqvydbfks4rpmmp9-cabal-doctest-1.0.11.drv' to 'https://cache.nix-ci.com'...
  24917. 1465.24 s [haskell-language-server:post-build] copying path '/nix/store/24jnq8ysavd5mml3hn3z76g2s2kl1zl0-pretty-simple-4.1.3.0.drv' to 'https://cache.nix-ci.com'...
  24918. 1465.24 s [haskell-language-server:post-build] copying path '/nix/store/1chgiqq5zgkn372dnxgbv4drnfgkfajx-commutative-semigroups-0.2.0.2.drv' to 'https://cache.nix-ci.com'...
  24919. 1465.24 s [haskell-language-server:post-build] copying path '/nix/store/a0xiswa21bnqskzji6yap97icraradn7-markdown-unlit-0.6.0.drv' to 'https://cache.nix-ci.com'...
  24920. 1465.24 s [haskell-language-server:post-build] copying path '/nix/store/08wmif7is949jnnpknc59xs3i2kki77p-choice-0.2.4.1.drv' to 'https://cache.nix-ci.com'...
  24921. 1465.26 s [haskell-language-server:post-build] copying path '/nix/store/f0k07caqjz4j65fazlfnrcc5pmyryx95-fail-4.9.0.0.drv' to 'https://cache.nix-ci.com'...
  24922. 1465.61 s [haskell-language-server:post-build] copying path '/nix/store/fyyka914kxm2b2b6a016pr6xkj3q9kjj-relude-1.2.2.0.drv' to 'https://cache.nix-ci.com'...
  24923. 1465.61 s [haskell-language-server:post-build] copying path '/nix/store/hb0agdf9j3hkxj24vg2paf2cwvffxn5w-binary-orphans-1.0.5.drv' to 'https://cache.nix-ci.com'...
  24924. 1465.62 s [haskell-language-server:post-build] copying path '/nix/store/i25wxbbj2av49gihmm1xjnzhr1s4d6ki-fmlist-0.9.4.drv' to 'https://cache.nix-ci.com'...
  24925. 1465.66 s [haskell-language-server:post-build] copying path '/nix/store/j0zj8z1b7wmxxdmq43c7qd8g23nlp3i8-filtrable-0.1.6.0.drv' to 'https://cache.nix-ci.com'...
  24926. 1465.66 s [haskell-language-server:post-build] copying path '/nix/store/n5dlm0yjr12v51pi4vkgxqlswkahfsrx-hspec-megaparsec-2.2.1.drv' to 'https://cache.nix-ci.com'...
  24927. 1465.66 s [haskell-language-server:post-build] copying path '/nix/store/n8d25l2nm0vzjjdr45bz8da0n1cw5q6w-primes-0.2.1.0.drv' to 'https://cache.nix-ci.com'...
  24928. 1465.66 s [haskell-language-server:post-build] copying path '/nix/store/nabmwzsdav4fkqmwc72zyj9gyyr6f9i8-uniplate-1.6.13.drv' to 'https://cache.nix-ci.com'...
  24929. 1465.66 s [haskell-language-server:post-build] copying path '/nix/store/nxhkl96npdj95c3z1s94ac2i4ingy2cq-string-qq-0.0.6.drv' to 'https://cache.nix-ci.com'...
  24930. 1465.66 s [haskell-language-server:post-build] copying path '/nix/store/p7x3y3bkiwp2f51n5zdqnc05h3jc4ywg-ghc-exactprint-1.9.0.0.drv' to 'https://cache.nix-ci.com'...
  24931. 1465.83 s [haskell-language-server:post-build] copying path '/nix/store/q8a6qg2nhs7zyc1kydcgqh5rqlw0726c-vector-binary-instances-0.2.5.2.drv' to 'https://cache.nix-ci.com'...
  24932. 1465.83 s [haskell-language-server:post-build] copying path '/nix/store/qjmhlqb9ik49lh3dlwhng776r56pkkaz-haskell-src-exts-1.23.1.drv' to 'https://cache.nix-ci.com'...
  24933. 1465.84 s [haskell-language-server:post-build] copying path '/nix/store/rzcw1qr13l79z0gnpihd9v61jwp0dz6r-cryptohash-sha256-0.11.102.1.drv' to 'https://cache.nix-ci.com'...
  24934. 1465.84 s [haskell-language-server:post-build] copying path '/nix/store/viv78czi8z7vpzv79pq5p6fn5g1gfn8q-microaeson-0.1.0.2.drv' to 'https://cache.nix-ci.com'...
  24935. 1465.84 s [haskell-language-server:post-build] copying path '/nix/store/wqfngivxpa88xk4n965jvghaadys0fxi-MemoTrie-0.6.11.drv' to 'https://cache.nix-ci.com'...
  24936. 1465.84 s [haskell-language-server:post-build] copying path '/nix/store/s2pz66pkaz58zhlfbzvp316sfq1d2i02-githash-0.1.7.0.drv' to 'https://cache.nix-ci.com'...
  24937. 1465.84 s [haskell-language-server:post-build] copying path '/nix/store/wrsf1xraslm6dglrpwmry3xlp9q9rmds-validation-selective-0.2.0.0.drv' to 'https://cache.nix-ci.com'...
  24938. 1466.09 s [haskell-language-server:post-build] copying path '/nix/store/ya1b44p8gmhr8va3wxisy8fas00rbqf5-validity-0.12.1.0.drv' to 'https://cache.nix-ci.com'...
  24939. 1466.09 s [haskell-language-server:post-build] copying path '/nix/store/x93cgjg1hfffdmissv5xcknc1wmx3iaj-ghc-lib-parser-9.10.1.20250103.drv' to 'https://cache.nix-ci.com'...
  24940. 1466.09 s [haskell-language-server:post-build] copying path '/nix/store/wwgxjzrj0xg51nnhlx356yvx9wcyxj3a-vector-th-unbox-0.2.2.drv' to 'https://cache.nix-ci.com'...
  24941. 1466.10 s [haskell-language-server:post-build] copying path '/nix/store/z2pfiahfp19gkp4n96hc36ij7dm1jicq-dec-0.0.6.drv' to 'https://cache.nix-ci.com'...
  24942. 1466.10 s [haskell-language-server:post-build] copying path '/nix/store/bacvra22izwbzlqgswclr3z2c05yzrqr-slist-0.2.1.0.drv' to 'https://cache.nix-ci.com'...
  24943. 1466.11 s [haskell-language-server:post-build] copying path '/nix/store/cw67m0p33sdkbdgzxn5djbsxdf2zji3q-monad-dijkstra-0.1.1.5.drv' to 'https://cache.nix-ci.com'...
  24944. 1466.11 s [haskell-language-server:post-build] copying path '/nix/store/0z00zh21ynd1ib8sycxpc6xknmlrrgrd-shake-0.19.8.drv' to 'https://cache.nix-ci.com'...
  24945. 1466.11 s [haskell-language-server:post-build] copying path '/nix/store/4in7y86i0q1lpai0vnjbd0mxgp349v3k-th-env-0.1.1.drv' to 'https://cache.nix-ci.com'...
  24946. 1466.11 s [haskell-language-server:post-build] copying path '/nix/store/i01fjplrxymsky9n0a9vb984bdsbpcxy-pcg-random-0.1.4.0.drv' to 'https://cache.nix-ci.com'...
  24947. 1466.31 s [haskell-language-server:post-build] copying path '/nix/store/q25wplczkc3f02vmn02yaknpihi88klv-regex-applicative-0.3.4.drv' to 'https://cache.nix-ci.com'...
  24948. 1466.32 s [haskell-language-server:post-build] copying path '/nix/store/6mmvcfbrjck2hc0nw2wkd9xy7fmvz224-extensions-0.1.0.2.drv' to 'https://cache.nix-ci.com'...
  24949. 1466.32 s [haskell-language-server:post-build] copying path '/nix/store/kpxl8qf4k9j535qn0yf66cpmb57crivs-trial-0.0.0.0.drv' to 'https://cache.nix-ci.com'...
  24950. 1466.32 s [haskell-language-server:post-build] copying path '/nix/store/vkvr6i2bsqcvnkaay9sr84xyvl3wznwn-binary-instances-1.0.6.drv' to 'https://cache.nix-ci.com'...
  24951. 1466.32 s [haskell-language-server:post-build] copying path '/nix/store/mwr5vjxm33g1239zrsv2zdi51wj3rw7q-ListLike-4.7.8.3.drv' to 'https://cache.nix-ci.com'...
  24952. 1466.32 s [haskell-language-server:post-build] copying path '/nix/store/sb5rb695n19ma3azl8klw31kxxbji31l-monoid-subclasses-1.2.6.drv' to 'https://cache.nix-ci.com'...
  24953. 1466.33 s [haskell-language-server:post-build] copying path '/nix/store/0pycd3b158gi1vlk9z0a51df1k8kz49j-tomland-1.3.3.3.drv' to 'https://cache.nix-ci.com'...
  24954. 1466.51 s [haskell-language-server:post-build] copying path '/nix/store/ylw7b6wvbh40070xmxpcnc7d61d27ii8-ghc-lib-parser-ex-9.10.0.0.drv' to 'https://cache.nix-ci.com'...
  24955. 1466.51 s [haskell-language-server:post-build] copying path '/nix/store/p4rr3h1bxp656azlf0illhlf70378vvl-genvalidity-1.1.1.0.drv' to 'https://cache.nix-ci.com'...
  24956. 1466.51 s [haskell-language-server:post-build] copying path '/nix/store/rj88kq40rkzc7rmwa44vi0djnh6s6dli-floskell-0.11.1.drv' to 'https://cache.nix-ci.com'...
  24957. 1466.51 s [haskell-language-server:post-build] copying path '/nix/store/wx0q75srchndb19ng3gdmjy0fq135fk7-math-functions-0.3.4.4.drv' to 'https://cache.nix-ci.com'...
  24958. 1466.52 s [haskell-language-server:post-build] copying path '/nix/store/njpyybns8040pp05yfzmkz1ln5x80n74-optparse-simple-0.1.1.4.drv' to 'https://cache.nix-ci.com'...
  24959. 1466.52 s [haskell-language-server:post-build] copying path '/nix/store/s0nw61farwqrj225wjz4r7mndv60289q-singleton-bool-0.1.8.drv' to 'https://cache.nix-ci.com'...
  24960. 1466.67 s [haskell-language-server:post-build] copying path '/nix/store/b4qbcfmmpzsbmc2fd0yrlr1ipv1sjj3y-process-extras-0.7.4.drv' to 'https://cache.nix-ci.com'...
  24961. 1466.67 s [haskell-language-server:post-build] copying path '/nix/store/x7xcrcc78qn9d4849nqvfqs0nkqkkq1a-fuzzy-0.1.1.0.drv' to 'https://cache.nix-ci.com'...
  24962. 1466.82 s [haskell-language-server:post-build] copying path '/nix/store/fly5l64zi17yxzshk402qq3dqccj1a2j-trial-optparse-applicative-0.0.0.0.drv' to 'https://cache.nix-ci.com'...
  24963. 1466.82 s [haskell-language-server:post-build] copying path '/nix/store/ny941vapygcgpvcpqy4bhji2k7hw7921-trial-tomland-0.0.0.0.drv' to 'https://cache.nix-ci.com'...
  24964. 1467.51 s [haskell-language-server:post-build] copying path '/nix/store/4xd9k46fxqgljqrf179dayw5qsykkjh2-mwc-random-0.15.2.0.drv' to 'https://cache.nix-ci.com'...
  24965. 1467.51 s [haskell-language-server:post-build] copying path '/nix/store/3z3z44y698hcf346w566dpwjk1q47gvn-lukko-0.1.2.drv' to 'https://cache.nix-ci.com'...
  24966. 1467.52 s [haskell-language-server:post-build] copying path '/nix/store/60vjzdyh09sqbl762ysf4bmr9b25w14n-genvalidity-property-1.0.0.0.drv' to 'https://cache.nix-ci.com'...
  24967. 1467.99 s [haskell-language-server:post-build] copying path '/nix/store/hw9g66q8n49jpsms51j4j8zyvmwkw0w9-cabal-install-parsers-0.6.1.1.drv' to 'https://cache.nix-ci.com'...
  24968. 1467.99 s [haskell-language-server:post-build] copying path '/nix/store/3x9s3syznw1d4r9wy79g6084lnzwgg81-random-bytestring-0.1.4.drv' to 'https://cache.nix-ci.com'...
  24969. 1467.99 s [haskell-language-server:post-build] copying path '/nix/store/1c0cps59adfww6y859vni0dgs5113m7i-genvalidity-hspec-1.0.0.3.drv' to 'https://cache.nix-ci.com'...
  24970. 1468.47 s [haskell-language-server:post-build] copying path '/nix/store/y2jfcn10dyyyanm6giaa5iby7ashvsfw-cabal-add-0.1.drv' to 'https://cache.nix-ci.com'...
  24971. 1468.47 s [haskell-language-server:post-build] copying path '/nix/store/ma8pm84wp9xcmxq39y7pnk4wi32ib81w-path-0.9.5.drv' to 'https://cache.nix-ci.com'...
  24972. 1468.47 s [haskell-language-server:post-build] copying path '/nix/store/9xdx27fi7d7f596hfvapmkhxpwbqx98k-base64-1.0.drv' to 'https://cache.nix-ci.com'...
  24973. 1468.96 s [haskell-language-server:post-build] copying path '/nix/store/qqwyhr83s7cxqmymdhxsn6ymjc78i5i9-path-io-1.8.2.drv' to 'https://cache.nix-ci.com'...
  24974. 1469.06 s [haskell-language-server:post-build] copying path '/nix/store/xcllzbn6yrz50yfnp67qi0k8xgdiw2ii-stan-0.2.0.0.drv' to 'https://cache.nix-ci.com'...
  24975. 1469.39 s [haskell-language-server:post-build] copying path '/nix/store/7z7xvdafa7vw91g84sa1srzfghgh0d3g-fourmolu-0.16.0.0.drv' to 'https://cache.nix-ci.com'...
  24976. 1469.39 s [haskell-language-server:post-build] copying path '/nix/store/pnw75m5vx6540n9l7gzdz29wb7yg00hf-ormolu-0.7.7.0.drv' to 'https://cache.nix-ci.com'...
  24977. 1469.70 s [haskell-language-server:post-build] copying path '/nix/store/xrxdfy09va0xxb6psgm9qi27l5j0bng1-haskell-language-server-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
  24978. 1470.12 s Progress: 25 of 32 built, 529 of 529 downloaded from cache
  24979. 3063.05 s Waiting for lock on pnpm
  24980. 3068.09 s Waiting for lock on pnpm-config-hook
  24981. 3073.07 s Waiting for lock on bash-language-server
  24982. 3088.09 s Waiting for lock on project-manager-path-for-duoids
  24983. 3093.19 s Building /nix/store/nz43faawlmvps1mysi13l348gbdb7x2j-ghc-shell-for-packages-0.drv
  24984. 3094.04 s [ghc-shell-for-packages:post-build] Uploading to cachix cache "sellout": /nix/store/n81yna1n87jz46ms8a85b7dykldbv12w-ghc-shell-for-packages-0
  24985. 3094.98 s [ghc-shell-for-packages:post-build] Pushing 1 paths (763 are already present) using zstd to cache sellout ⏳
  24986. 3094.98 s [ghc-shell-for-packages:post-build]
  24987. 3095.34 s [ghc-shell-for-packages:post-build] Pushing /nix/store/n81yna1n87jz46ms8a85b7dykldbv12w-ghc-shell-for-packages-0 (336.00 B)
  24988. 3096.46 s [ghc-shell-for-packages:post-build]
  24989. 3096.46 s [ghc-shell-for-packages:post-build] All done.
  24990. 3096.48 s [ghc-shell-for-packages:post-build] Uploading to the NixCI cache: /nix/store/n81yna1n87jz46ms8a85b7dykldbv12w-ghc-shell-for-packages-0
  24991. 3096.51 s [ghc-shell-for-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24992. 3096.57 s [ghc-shell-for-packages:post-build] copying 1 paths...
  24993. 3096.57 s [ghc-shell-for-packages:post-build] copying path '/nix/store/n81yna1n87jz46ms8a85b7dykldbv12w-ghc-shell-for-packages-0' to 'https://cache.nix-ci.com'...
  24994. 3097.71 s [ghc-shell-for-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24995. 3098.06 s [ghc-shell-for-packages:post-build] copying 1 paths...
  24996. 3098.06 s [ghc-shell-for-packages:post-build] copying path '/nix/store/nz43faawlmvps1mysi13l348gbdb7x2j-ghc-shell-for-packages-0.drv' to 'https://cache.nix-ci.com'...
  24997. 3098.30 s Progress: 26 of 27 built, 529 of 529 downloaded from cache
  24998. 3098.31 s Progress: 27 of 27 built, 529 of 529 downloaded from cache
  24999. 3098.31 s /nix/store/n81yna1n87jz46ms8a85b7dykldbv12w-ghc-shell-for-packages-0
  25000. 3098.36 s Build succeeded.