1. 242.45 s [genvalidity-hspec] satisfy the identity law: 'pure id <*> v = v' for "Just an ABC :: (Maybe [Char])" [✔]
  2. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  3. 242.45 s [genvalidity-hspec] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "appends in a Just :: (Maybe ([Char] -> [Char]))" composed with "prepends in a Just :: (Maybe ([Char] -> [Char]))" and applied to "Just an ABC :: (Maybe [Char])" [✔]
  4. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  5. 242.45 s [genvalidity-hspec] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "prepends :: ([Char] -> [Char])" sequenced with "ABC :: [Char]" [✔]
  6. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  7. 242.45 s [genvalidity-hspec] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "prepends in a Just :: (Maybe ([Char] -> [Char]))" sequenced with "ABC :: [Char]" [✔]
  8. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  9. 242.45 s [genvalidity-hspec] satisfy the law about the functor instance: fmap f x = pure f <*> x for "prepends :: ([Char] -> [Char])" mapped over "Just an ABC :: (Maybe [Char])" [✔]
  10. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  11. 242.45 s [genvalidity-hspec] (*>) :: Maybe a -> Maybe b -> Maybe b
  12. 242.45 s [genvalidity-hspec] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Just an ABC :: (Maybe [Char])" in front of "purely Nothing :: [Char]" [✔]
  13. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  14. 242.45 s [genvalidity-hspec] (<*) :: Maybe a -> Maybe b -> Maybe a
  15. 242.45 s [genvalidity-hspec] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "purely Nothing :: [Char]" behind "Just an ABC :: (Maybe [Char])" [✔]
  16. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  17. 242.45 s [genvalidity-hspec] Test.Validity.Arbitrary
  18. 242.45 s [genvalidity-hspec] Arbitrary Int
  19. 242.45 s [genvalidity-hspec] arbitrary :: Gen Int
  20. 242.45 s [genvalidity-hspec] only generates valid values [✔]
  21. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  22. 242.45 s [genvalidity-hspec] Test.Validity.Eq
  23. 242.45 s [genvalidity-hspec] Eq (Ratio Integer)
  24. 242.45 s [genvalidity-hspec] (==) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  25. 242.45 s [genvalidity-hspec] is reflexive for "valid (Ratio Integer)"s [✔]
  26. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  27. 242.45 s [genvalidity-hspec] is symmetric for "valid (Ratio Integer)"s [✔]
  28. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  29. 242.45 s [genvalidity-hspec] is transitive for "valid (Ratio Integer)"s [✔]
  30. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  31. 242.45 s [genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "valid (Ratio Integer)"s [✔]
  32. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  33. 242.45 s [genvalidity-hspec] (/=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  34. 242.45 s [genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"s [✔]
  35. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  36. 242.45 s [genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "valid (Ratio Integer)"s [✔]
  37. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  38. 242.45 s [genvalidity-hspec] Eq Int
  39. 242.45 s [genvalidity-hspec] (==) :: Int -> Int -> Bool
  40. 242.45 s [genvalidity-hspec] is reflexive for "valid Int"s [✔]
  41. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  42. 242.45 s [genvalidity-hspec] is symmetric for "valid Int"s [✔]
  43. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  44. 242.45 s [genvalidity-hspec] is transitive for "valid Int"s [✔]
  45. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  46. 242.45 s [genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "valid Int"s [✔]
  47. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  48. 242.45 s [genvalidity-hspec] (/=) :: Int -> Int -> Bool
  49. 242.45 s [genvalidity-hspec] is antireflexive for "valid Int"s [✔]
  50. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  51. 242.45 s [genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "valid Int"s [✔]
  52. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  53. 242.45 s [genvalidity-hspec] Eq Int
  54. 242.45 s [genvalidity-hspec] (==) :: Int -> Int -> Bool
  55. 242.45 s [genvalidity-hspec] is reflexive for "arbitrary Int"s [✔]
  56. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  57. 242.45 s [genvalidity-hspec] is symmetric for "arbitrary Int"s [✔]
  58. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  59. 242.45 s [genvalidity-hspec] is transitive for "arbitrary Int"s [✔]
  60. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  61. 242.45 s [genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "arbitrary Int"s [✔]
  62. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  63. 242.45 s [genvalidity-hspec] (/=) :: Int -> Int -> Bool
  64. 242.45 s [genvalidity-hspec] is antireflexive for "arbitrary Int"s [✔]
  65. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  66. 242.45 s [genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "arbitrary Int"s [✔]
  67. 242.45 s [genvalidity-hspec] +++ OK, passed 100 tests.
  68. 242.46 s [genvalidity-hspec] Eq Int
  69. 242.46 s [autodocodec-schema] Documentation created: dist/doc/html/autodocodec-schema/,
  70. 242.46 s [autodocodec-schema] dist/doc/html/autodocodec-schema/autodocodec-schema.txt
  71. 242.46 s [autodocodec-schema] Phase: installPhase
  72. 242.46 s [autodocodec-schema] Installing library in /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  73. 242.46 s [autodocodec-schema] Phase: fixupPhase
  74. 242.46 s [autodocodec-schema] shrinking RPATHs of ELF executables and libraries in /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1
  75. 242.46 s [autodocodec-schema] shrinking /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSautodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q-ghc9.10.3.so
  76. 242.46 s [autodocodec-schema] checking for references to /build/ in /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1...
  77. 242.46 s [autodocodec-schema] patching script interpreter paths in /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1
  78. 242.46 s [autodocodec-schema] stripping (with command strip and flags -S -p) in /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1/lib
  79. 242.46 s [autodocodec-schema] shrinking RPATHs of ELF executables and libraries in /nix/store/6r6zfchpnvfb7qzc4axvk561qdbf1jyb-autodocodec-schema-0.2.0.1-doc
  80. 242.46 s [autodocodec-schema] checking for references to /build/ in /nix/store/6r6zfchpnvfb7qzc4axvk561qdbf1jyb-autodocodec-schema-0.2.0.1-doc...
  81. 242.46 s [autodocodec-schema] patching script interpreter paths in /nix/store/6r6zfchpnvfb7qzc4axvk561qdbf1jyb-autodocodec-schema-0.2.0.1-doc
  82. 242.46 s [mergeful] Phase: checkPhase
  83. 242.46 s [mergeful] Package has no test suites.
  84. 242.46 s [mergeful] Phase: haddockPhase
  85. 242.46 s [mergeful] Preprocessing library for mergeful-0.3.0.0...
  86. 242.46 s [mergeful] Running Haddock on library for mergeful-0.3.0.0...
  87. 242.46 s [mergeful] Warning: The documentation for the following packages are not installed. No
  88. 242.46 s [mergeful] links will be generated to these packages: vector-0.13.2.0
  89. 242.46 s [mergeful] [1 of 6] Compiling Data.Mergeful.Timed ( src/Data/Mergeful/Timed.hs, nothing )
  90. 242.46 s [mergeful] [2 of 6] Compiling Data.Mergeful.Item ( src/Data/Mergeful/Item.hs, nothing )
  91. 242.46 s [mergeful] [3 of 6] Compiling Data.Mergeful.Collection ( src/Data/Mergeful/Collection.hs, nothing )
  92. 242.46 s [mergeful] [4 of 6] Compiling Data.Mergeful ( src/Data/Mergeful.hs, nothing )
  93. 242.46 s [mergeful] [5 of 6] Compiling Data.Mergeful.Value ( src/Data/Mergeful/Value.hs, nothing )
  94. 242.46 s [mergeful] [6 of 6] Compiling Paths_mergeful ( dist/build/autogen/Paths_mergeful.hs, nothing )
  95. 242.46 s [mergeful] Haddock coverage:
  96. 242.46 s [mergeful] 83% ( 5 / 6) in 'Data.Mergeful.Timed'
  97. 242.46 s [mergeful] Missing documentation for:
  98. 242.46 s [mergeful] timedObjectCodec (src/Data/Mergeful/Timed.hs:73)
  99. 242.46 s [mergeful] Warning: 'mergeItemSyncResponseIgnoreProblems' is out of scope.
  100. 242.46 s [mergeful] If you qualify the identifier, haddock can try to link it anyway.
  101. 242.46 s [mergeful] Warning: 'ServerTime' is ambiguous. It is defined
  102. 242.46 s [mergeful] * at src/Data/Mergeful/Timed.hs:36:22
  103. 242.46 s [mergeful] * at src/Data/Mergeful/Timed.hs:36:1
  104. 242.46 s [mergeful] You may be able to disambiguate the identifier by qualifying it or
  105. 242.46 s [mergeful] by specifying the type/value namespace explicitly.
  106. 242.46 s [mergeful] Defaulting to the one defined at src/Data/Mergeful/Timed.hs:36:1
  107. 242.46 s [mergeful] Warning: 'ItemMergeStrategy' is ambiguous. It is defined
  108. 242.46 s [mergeful] * at src/Data/Mergeful/Item.hs:431:28
  109. 242.46 s [mergeful] * at src/Data/Mergeful/Item.hs:431:1
  110. 242.46 s [mergeful] You may be able to disambiguate the identifier by qualifying it or
  111. 242.46 s [mergeful] by specifying the type/value namespace explicitly.
  112. 242.46 s [mergeful] Defaulting to the one defined at src/Data/Mergeful/Item.hs:431:1
  113. 242.46 s [mergeful] 55% ( 16 / 29) in 'Data.Mergeful.Item'
  114. 242.46 s [mergeful] Missing documentation for:
  115. 242.46 s [mergeful] mergeItemSyncResponseFromServer (src/Data/Mergeful/Item.hs:422)
  116. 242.46 s [mergeful] mergeItemSyncResponseFromClient (src/Data/Mergeful/Item.hs:425)
  117. 242.46 s [mergeful] mergeItemSyncResponseUsingCRDT (src/Data/Mergeful/Item.hs:428)
  118. 242.46 s [mergeful] mergeItemSyncResponseUsingStrategy (src/Data/Mergeful/Item.hs:419)
  119. 242.46 s [mergeful] mergeUsingCRDT (src/Data/Mergeful/Item.hs:537)
  120. 242.46 s [mergeful] ChangeConflictResolution (src/Data/Mergeful/Item.hs:443)
  121. 242.46 s [mergeful] ClientDeletedConflictResolution (src/Data/Mergeful/Item.hs:449)
  122. 242.46 s [mergeful] ServerDeletedConflictResolution (src/Data/Mergeful/Item.hs:454)
  123. 242.46 s [mergeful] ItemMergeResult (src/Data/Mergeful/Item.hs:362)
  124. 242.46 s [mergeful] ClientItem (src/Data/Mergeful/Item.hs:85)
  125. 242.46 s [mergeful] ItemSyncRequest (src/Data/Mergeful/Item.hs:173)
  126. 242.46 s [mergeful] ItemSyncResponse (src/Data/Mergeful/Item.hs:232)
  127. 242.46 s [mergeful] ServerItem (src/Data/Mergeful/Item.hs:142)
  128. 242.46 s [mergeful] Warning: 'SyncRequest' is ambiguous. It is defined
  129. 242.46 s [mergeful] * at src/Data/Mergeful/Collection.hs:371:28
  130. 242.46 s [mergeful] * at src/Data/Mergeful/Collection.hs:371:1
  131. 242.46 s [mergeful] You may be able to disambiguate the identifier by qualifying it or
  132. 242.46 s [mergeful] by specifying the type/value namespace explicitly.
  133. 242.46 s [mergeful] Defaulting to the one defined at src/Data/Mergeful/Collection.hs:371:1
  134. 242.46 s [mergeful] Warning: 'SyncResponse' is ambiguous. It is defined
  135. 242.46 s [mergeful] * at src/Data/Mergeful/Collection.hs:454:29
  136. 242.46 s [mergeful] * at src/Data/Mergeful/Collection.hs:454:1
  137. 242.46 s [mergeful] You may be able to disambiguate the identifier by qualifying it or
  138. 242.46 s [mergeful] by specifying the type/value namespace explicitly.
  139. 242.46 s [mergeful] Defaulting to the one defined at src/Data/Mergeful/Collection.hs:454:1
  140. 242.46 s [mergeful] Warning: 'mergeSyncResponseIgnoreProblems' is out of scope.
  141. 242.46 s [mergeful] If you qualify the identifier, haddock can try to link it anyway.
  142. 242.46 s [mergeful] Warning: 'ServerTime' is ambiguous. It is defined
  143. 242.46 s [mergeful] * at src/Data/Mergeful/Timed.hs:36:22
  144. 242.46 s [mergeful] * at src/Data/Mergeful/Timed.hs:36:1
  145. 242.46 s [mergeful] You may be able to disambiguate the identifier by qualifying it or
  146. 242.46 s [mergeful] by specifying the type/value namespace explicitly.
  147. 242.46 s [mergeful] Defaulting to the one defined at src/Data/Mergeful/Timed.hs:36:1
  148. 242.46 s [mergeful] Warning: 'si' is out of scope.
  149. 242.46 s [mergeful] If you qualify the identifier, haddock can try to link it anyway.
  150. 242.46 s [mergeful] Warning: 'ci' is out of scope.
  151. 242.46 s [mergeful] If you qualify the identifier, haddock can try to link it anyway.
  152. 242.46 s [mergeful] Warning: 'ClientStore' is ambiguous. It is defined
  153. 242.46 s [genvalidity-hspec] (==) :: Int -> Int -> Bool
  154. 242.46 s [genvalidity-hspec] is reflexive for "even Int"s [✔]
  155. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  156. 242.46 s [genvalidity-hspec] is symmetric for "even Int"s [✔]
  157. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  158. 242.46 s [genvalidity-hspec] is transitive for "even Int"s [✔]
  159. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  160. 242.46 s [genvalidity-hspec] is equivalent to (\a b -> not $ a /= b) for "even Int"s [✔]
  161. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  162. 242.46 s [genvalidity-hspec] (/=) :: Int -> Int -> Bool
  163. 242.46 s [genvalidity-hspec] is antireflexive for "even Int"s [✔]
  164. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  165. 242.46 s [genvalidity-hspec] is equivalent to (\a b -> not $ a == b) for "even Int"s [✔]
  166. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  167. 242.46 s [genvalidity-hspec] (/=) and (==) don't have opposite semantics [✔]
  168. 242.46 s [genvalidity-hspec] Test.Validity.Functor
  169. 242.46 s [genvalidity-hspec] Functor []
  170. 242.46 s [genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
  171. 242.46 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" [✔]
  172. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  173. 242.46 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "[] of ints :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  174. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  175. 242.46 s [genvalidity-hspec] (<$) :: a -> [] b -> [] a
  176. 242.46 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" [✔]
  177. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  178. 242.46 s [genvalidity-hspec] Functor Maybe
  179. 242.46 s [genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
  180. 242.46 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" [✔]
  181. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  182. 242.46 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Maybe of ints :: (Maybe Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  183. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  184. 242.46 s [genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
  185. 242.46 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" [✔]
  186. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  187. 242.46 s [genvalidity-hspec] Fcks does not satisfy any Functor laws [✔]
  188. 242.46 s [genvalidity-hspec] Functor (Either Int)
  189. 242.46 s [genvalidity-hspec] fmap :: (a -> b) -> (Either Int) a -> (Either Int) b
  190. 242.46 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "(Either Int) of ints :: (Either Int Int)" [✔]
  191. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  192. 242.46 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "(Either Int) of ints :: (Either Int Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  193. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  194. 242.46 s [genvalidity-hspec] (<$) :: a -> (Either Int) b -> (Either Int) a
  195. 242.46 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "(Either Int) of ints :: (Either Int Int)" [✔]
  196. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  197. 242.46 s [genvalidity-hspec] Functor ((,) Int)
  198. 242.46 s [genvalidity-hspec] fmap :: (a -> b) -> ((,) Int) a -> ((,) Int) b
  199. 242.46 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "((,) Int) of ints :: (Int,Int)" [✔]
  200. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  201. 242.46 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "((,) Int) of ints :: (Int,Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  202. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  203. 242.46 s [genvalidity-hspec] (<$) :: a -> ((,) Int) b -> ((,) Int) a
  204. 242.46 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "((,) Int) of ints :: (Int,Int)" [✔]
  205. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  206. 242.46 s [genvalidity-hspec] Functor []
  207. 242.46 s [genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
  208. 242.46 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" [✔]
  209. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  210. 242.46 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "[] of ints :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  211. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  212. 242.46 s [genvalidity-hspec] (<$) :: a -> [] b -> [] a
  213. 242.46 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" [✔]
  214. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  215. 242.46 s [genvalidity-hspec] Functor Maybe
  216. 242.46 s [genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
  217. 242.46 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" [✔]
  218. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  219. 242.46 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Maybe of ints :: (Maybe Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  220. 242.46 s [genvalidity-hspec] +++ OK, passed 100 tests.
  221. 242.46 s [genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
  222. 242.46 s [mergeful] * at src/Data/Mergeful/Collection.hs:147:28
  223. 242.46 s [mergeful] * at src/Data/Mergeful/Collection.hs:147:1
  224. 242.46 s [mergeful] You may be able to disambiguate the identifier by qualifying it or
  225. 242.46 s [mergeful] by specifying the type/value namespace explicitly.
  226. 242.46 s [mergeful] Defaulting to the one defined at src/Data/Mergeful/Collection.hs:147:1
  227. 242.46 s [mergeful] Warning: 'ServerStore' is ambiguous. It is defined
  228. 242.46 s [mergeful] * at src/Data/Mergeful/Collection.hs:343:28
  229. 242.46 s [mergeful] * at src/Data/Mergeful/Collection.hs:343:1
  230. 242.46 s [mergeful] You may be able to disambiguate the identifier by qualifying it or
  231. 242.46 s [mergeful] by specifying the type/value namespace explicitly.
  232. 242.46 s [mergeful] Defaulting to the one defined at src/Data/Mergeful/Collection.hs:343:1
  233. 242.46 s [mergeful] 82% ( 48 / 58) in 'Data.Mergeful.Collection'
  234. 242.46 s [mergeful] Missing documentation for:
  235. 242.46 s [mergeful] ClientStore (src/Data/Mergeful/Collection.hs:147)
  236. 242.46 s [mergeful] SyncRequest (src/Data/Mergeful/Collection.hs:371)
  237. 242.46 s [mergeful] SyncResponse (src/Data/Mergeful/Collection.hs:454)
  238. 242.46 s [mergeful] ClientAddition (src/Data/Mergeful/Collection.hs:436)
  239. 242.46 s [mergeful] ChangeConflictResolution (src/Data/Mergeful/Item.hs:443)
  240. 242.46 s [mergeful] ClientDeletedConflictResolution (src/Data/Mergeful/Item.hs:449)
  241. 242.46 s [mergeful] ServerDeletedConflictResolution (src/Data/Mergeful/Item.hs:454)
  242. 242.46 s [mergeful] mergeSyncResponseCustom (src/Data/Mergeful/Collection.hs:815)
  243. 242.46 s [mergeful] ServerStore (src/Data/Mergeful/Collection.hs:343)
  244. 242.46 s [mergeful] ServerSyncProcessor (src/Data/Mergeful/Collection.hs:909)
  245. 242.46 s [mergeful] 50% ( 1 / 2) in 'Data.Mergeful'
  246. 242.46 s [mergeful] Missing documentation for:
  247. 242.46 s [mergeful] Module header
  248. 242.46 s [mergeful] Warning: 'Timed' is ambiguous. It is defined
  249. 242.46 s [mergeful] * at src/Data/Mergeful/Timed.hs:58:16
  250. 242.46 s [mergeful] * at src/Data/Mergeful/Timed.hs:58:1
  251. 242.46 s [mergeful] You may be able to disambiguate the identifier by qualifying it or
  252. 242.46 s [mergeful] by specifying the type/value namespace explicitly.
  253. 242.46 s [mergeful] Defaulting to the one defined at src/Data/Mergeful/Timed.hs:58:1
  254. 242.46 s [mergeful] Warning: 'ClientValue' is ambiguous. It is defined
  255. 242.46 s [mergeful] * at src/Data/Mergeful/Value.hs:99:22
  256. 242.46 s [mergeful] * at src/Data/Mergeful/Value.hs:99:1
  257. 242.46 s [mergeful] You may be able to disambiguate the identifier by qualifying it or
  258. 242.46 s [mergeful] by specifying the type/value namespace explicitly.
  259. 242.46 s [mergeful] Defaulting to the one defined at src/Data/Mergeful/Value.hs:99:1
  260. 242.46 s [mergeful] Warning: 'ServerValue' is ambiguous. It is defined
  261. 242.46 s [mergeful] * at src/Data/Mergeful/Value.hs:125:25
  262. 242.46 s [mergeful] * at src/Data/Mergeful/Value.hs:125:1
  263. 242.46 s [mergeful] You may be able to disambiguate the identifier by qualifying it or
  264. 242.46 s [mergeful] by specifying the type/value namespace explicitly.
  265. 242.46 s [mergeful] Defaulting to the one defined at src/Data/Mergeful/Value.hs:125:1
  266. 242.46 s [mergeful] Warning: 'ServerTime' is ambiguous. It is defined
  267. 242.46 s [mergeful] * at src/Data/Mergeful/Timed.hs:36:22
  268. 242.46 s [mergeful] * at src/Data/Mergeful/Timed.hs:36:1
  269. 242.46 s [mergeful] You may be able to disambiguate the identifier by qualifying it or
  270. 242.46 s [mergeful] by specifying the type/value namespace explicitly.
  271. 242.46 s [mergeful] Defaulting to the one defined at src/Data/Mergeful/Timed.hs:36:1
  272. 242.46 s [mergeful] Warning: 'a' is out of scope.
  273. 242.46 s [mergeful] If you qualify the identifier, haddock can try to link it anyway.
  274. 242.46 s [mergeful] Warning: 'ItemSyncRequest' is out of scope.
  275. 242.46 s [mergeful] If you qualify the identifier, haddock can try to link it anyway.
  276. 242.46 s [mergeful] Warning: 'ClientItem' is out of scope.
  277. 242.46 s [mergeful] If you qualify the identifier, haddock can try to link it anyway.
  278. 242.46 s [mergeful] 77% ( 14 / 18) in 'Data.Mergeful.Value'
  279. 242.46 s [mergeful] Missing documentation for:
  280. 242.46 s [mergeful] ValueMergeResult (src/Data/Mergeful/Value.hs:232)
  281. 242.46 s [mergeful] ChangedFlag (src/Data/Mergeful/Value.hs:72)
  282. 242.46 s [mergeful] ValueSyncRequest (src/Data/Mergeful/Value.hs:142)
  283. 242.46 s [mergeful] ValueSyncResponse (src/Data/Mergeful/Value.hs:173)
  284. 242.46 s [mergeful] Warning: Data.Mergeful.Timed: could not find link destinations for:
  285. 242.46 s [mergeful] - Data.Mergeful.Timed.Rep_Timed
  286. 242.46 s [mergeful] - Data.Mergeful.Timed.Rep_ServerTime
  287. 242.46 s [mergeful] Warning: Data.Mergeful.Item: could not find link destinations for:
  288. 242.46 s [mergeful] - Data.Mergeful.Item.Rep_ItemMergeStrategy
  289. 242.46 s [mergeful] - Data.Mergeful.Item.Rep_ServerDeletedConflictResolution
  290. 242.46 s [mergeful] - Data.Mergeful.Item.Rep_ClientDeletedConflictResolution
  291. 242.46 s [mergeful] - Data.Mergeful.Item.Rep_ChangeConflictResolution
  292. 242.46 s [mergeful] - Data.Mergeful.Item.Rep_ItemMergeResult
  293. 242.46 s [mergeful] - Data.Mergeful.Item.Rep_ItemSyncResponse
  294. 242.46 s [mergeful] - Data.Mergeful.Item.Rep_ItemSyncRequest
  295. 242.46 s [mergeful] - Data.Mergeful.Item.Rep_ServerItem
  296. 242.46 s [mergeful] - Data.Mergeful.Item.Rep_ClientItem
  297. 242.46 s [mergeful] Warning: Data.Mergeful.Collection: could not find link destinations for:
  298. 242.46 s [mergeful] - Data.Mergeful.Timed.Rep_Timed
  299. 242.46 s [mergeful] - Data.Mergeful.Timed.Rep_ServerTime
  300. 242.65 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/6r6zfchpnvfb7qzc4axvk561qdbf1jyb-autodocodec-schema-0.2.0.1-doc /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1
  301. 243.12 s [post-build-hook] Pushing 2 paths (180 are already present) using zstd to cache smos ⏳
  302. 243.12 s [post-build-hook]
  303. 243.46 s [post-build-hook] Pushing /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1 (3.58 MiB)
  304. 243.54 s [post-build-hook] Pushing /nix/store/6r6zfchpnvfb7qzc4axvk561qdbf1jyb-autodocodec-schema-0.2.0.1-doc (741.91 KiB)
  305. 244.73 s [post-build-hook]
  306. 244.73 s [post-build-hook] All done.
  307. 244.75 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/6r6zfchpnvfb7qzc4axvk561qdbf1jyb-autodocodec-schema-0.2.0.1-doc /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1
  308. 244.83 s [post-build-hook] copying 0 paths...
  309. 244.98 s [post-build-hook] copying 0 paths...
  310. 245.06 s Progress: 56 of 157 built (4 building), 815 of 815 downloaded from cache
  311. 245.19 s Building autodocodec-yaml-source
  312. 245.19 s [genvalidity-hspec] is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" [✔]
  313. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  314. 245.19 s [genvalidity-hspec] Functor []
  315. 245.19 s [genvalidity-hspec] fmap :: (a -> b) -> [] a -> [] b
  316. 245.19 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "list of fives :: [Int]" [✔]
  317. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  318. 245.19 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "list of fives :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  319. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  320. 245.19 s [genvalidity-hspec] (<$) :: a -> [] b -> [] a
  321. 245.19 s [genvalidity-hspec] is equivalent to its default implementation for "four :: Int" and "list of fives :: [Int]" [✔]
  322. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  323. 245.19 s [genvalidity-hspec] Functor Maybe
  324. 245.19 s [genvalidity-hspec] fmap :: (a -> b) -> Maybe a -> Maybe b
  325. 245.19 s [genvalidity-hspec] satisfies the first Fuctor law: 'fmap id == id' for "Just an ABC :: (Maybe [Char])" [✔]
  326. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  327. 245.19 s [genvalidity-hspec] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Just an ABC :: (Maybe [Char])" 's given to "prepends :: ([Char] -> [Char])" and "appends :: ([Char] -> [Char])" [✔]
  328. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  329. 245.19 s [genvalidity-hspec] (<$) :: a -> Maybe b -> Maybe a
  330. 245.19 s [genvalidity-hspec] is equivalent to its default implementation for "ABC :: [Char]" and "Just an ABC :: (Maybe [Char])" [✔]
  331. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  332. 245.19 s [genvalidity-hspec] Test.Validity.GenValidity
  333. 245.19 s [genvalidity-hspec] GenValid (Ratio Integer)
  334. 245.19 s [genvalidity-hspec] genValid :: Gen (Ratio Integer)
  335. 245.19 s [genvalidity-hspec] only generates valid '(Ratio Integer)'s [✔]
  336. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  337. 245.19 s [genvalidity-hspec] GenValid (Ratio Integer)
  338. 245.19 s [genvalidity-hspec] genValid :: Gen (Ratio Integer)
  339. 245.19 s [genvalidity-hspec] only generates valid '(Ratio Integer)'s [✔]
  340. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  341. 245.19 s [genvalidity-hspec] Test.Validity.Monad
  342. 245.19 s [genvalidity-hspec] Monad []
  343. 245.19 s [genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
  344. 245.19 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" [✔]
  345. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  346. 245.19 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" [✔]
  347. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  348. 245.19 s [genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
  349. 245.19 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "[] of ints :: [Int]" "perturbations using the int :: (Int -> [Int])" and "perturbations using the double the int :: (Int -> [Int])" [✔]
  350. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  351. 245.19 s [genvalidity-hspec] relation with Applicative []
  352. 245.19 s [genvalidity-hspec] satisfies 'pure = return' for "[] of ints :: [Int]" [✔]
  353. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  354. 245.19 s [genvalidity-hspec] satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" [✔]
  355. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  356. 245.19 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" [✔]
  357. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  358. 245.19 s [genvalidity-hspec] relation with Functor []
  359. 245.19 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" [✔]
  360. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  361. 245.19 s [genvalidity-hspec] Monad Maybe
  362. 245.19 s [genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  363. 245.19 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Maybe Int)" [✔]
  364. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  365. 245.19 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" [✔]
  366. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  367. 245.19 s [genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  368. 245.19 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Maybe of ints :: (Maybe Int)" "perturbations using the int :: (Int -> Maybe Int)" and "perturbations using the double the int :: (Int -> Maybe Int)" [✔]
  369. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  370. 245.19 s [genvalidity-hspec] relation with Applicative Maybe
  371. 245.19 s [genvalidity-hspec] satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" [✔]
  372. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  373. 245.19 s [genvalidity-hspec] satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" [✔]
  374. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  375. 245.19 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" [✔]
  376. 245.19 s [genvalidity-hspec] +++ OK, passed 100 tests.
  377. 245.19 s [genvalidity-hspec] relation with Functor Maybe
  378. 245.19 s [mergeful] - Data.Mergeful.Item.Rep_ItemMergeStrategy
  379. 245.19 s [mergeful] - Data.Mergeful.Item.Rep_ServerDeletedConflictResolution
  380. 245.19 s [mergeful] - Data.Mergeful.Item.Rep_ClientDeletedConflictResolution
  381. 245.19 s [mergeful] - Data.Mergeful.Item.Rep_ChangeConflictResolution
  382. 245.19 s [mergeful] - Data.Mergeful.Collection.Rep_ServerSyncProcessor
  383. 245.19 s [mergeful] - Data.Mergeful.Collection.Rep_ClientSyncProcessor
  384. 245.19 s [mergeful] - Data.Mergeful.Collection.Rep_SyncResponse
  385. 245.19 s [mergeful] - Data.Mergeful.Collection.Rep_ClientAddition
  386. 245.19 s [mergeful] - Data.Mergeful.Collection.Rep_SyncRequest
  387. 245.19 s [mergeful] - Data.Mergeful.Collection.Rep_ServerStore
  388. 245.19 s [mergeful] - Data.Mergeful.Collection.Rep_ClientStore
  389. 245.19 s [mergeful] - Data.Mergeful.Collection.Rep_ClientId
  390. 245.19 s [mergeful] Warning: Data.Mergeful.Value: could not find link destinations for:
  391. 245.19 s [mergeful] - Data.Mergeful.Value.Rep_ValueMergeResult
  392. 245.19 s [mergeful] - Data.Mergeful.Value.Rep_ValueSyncResponse
  393. 245.19 s [mergeful] - Data.Mergeful.Value.Rep_ValueSyncRequest
  394. 245.19 s [mergeful] - Data.Mergeful.Value.Rep_ServerValue
  395. 245.19 s [mergeful] - Data.Mergeful.Value.Rep_ClientValue
  396. 245.19 s [mergeful] - Data.Mergeful.Value.Rep_ChangedFlag
  397. 245.20 s [cursor-brick] Phase: setupCompilerEnvironmentPhase
  398. 245.20 s [cursor-brick] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  399. 245.20 s [cursor-brick] Phase: unpackPhase
  400. 245.20 s [cursor-brick] unpacking source archive /nix/store/lvj588x9xd6cf5v594ww5p0r9vmrq8wb-cursor-brick-source-0.1.0.1/cursor-brick-0.1.0.1.tar.gz
  401. 245.20 s [cursor-brick] source root is cursor-brick-0.1.0.1
  402. 245.20 s [cursor-brick] setting SOURCE_DATE_EPOCH to timestamp 1780347766 of file "cursor-brick-0.1.0.1/src/Cursor/Brick/Tree.hs"
  403. 245.20 s [cursor-brick] warning: file "cursor-brick-0.1.0.1/src/Cursor/Brick/Tree.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  404. 245.20 s [cursor-brick] Phase: patchPhase
  405. 245.20 s [cursor-brick] Phase: compileBuildDriverPhase
  406. 245.20 s [cursor-brick] setupCompileFlags: -package-db=/build/tmp.BRJB7ymHWH/setup-package.conf.d -threaded
  407. 245.20 s [cursor-brick] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.BRJB7ymHWH/Main.o )
  408. 245.20 s [cursor-brick] [2 of 2] Linking Setup
  409. 245.20 s [cursor-brick] Phase: updateAutotoolsGnuConfigScriptsPhase
  410. 245.20 s [cursor-brick] Phase: configurePhase
  411. 245.20 s [cursor-brick] configureFlags: --verbose --prefix=/nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc/share/doc/cursor-brick-0.1.0.1 --with-gcc=gcc --package-db=/build/tmp.BRJB7ymHWH/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  412. 245.20 s [cursor-brick] Using Parsec parser
  413. 245.20 s [cursor-brick] Configuring cursor-brick-0.1.0.1...
  414. 245.20 s [cursor-brick] Dependency base >=4.7 && <5: using base-4.20.2.0
  415. 245.20 s [cursor-brick] Dependency brick: using brick-2.9
  416. 245.20 s [cursor-brick] Dependency cursor: using cursor-0.3.2.0
  417. 245.20 s [cursor-brick] Dependency text: using text-2.1.3
  418. 245.20 s [cursor-brick] Source component graph: component lib
  419. 245.20 s [cursor-brick] Configured component graph:
  420. 245.20 s [cursor-brick] component cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
  421. 245.20 s [cursor-brick] include base-4.20.2.0-fafd
  422. 245.20 s [cursor-brick] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
  423. 245.20 s [cursor-brick] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  424. 245.20 s [cursor-brick] include text-2.1.3-34f1
  425. 245.20 s [cursor-brick] Linked component graph:
  426. 245.20 s [cursor-brick] unit cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
  427. 245.20 s [cursor-brick] include base-4.20.2.0-fafd
  428. 245.20 s [cursor-brick] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
  429. 245.20 s [cursor-brick] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  430. 245.20 s [cursor-brick] include text-2.1.3-34f1
  431. 245.20 s [cursor-brick] Cursor.Brick=cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8:Cursor.Brick,Cursor.Brick.Forest=cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8:Cursor.Brick.Forest,Cursor.Brick.List=cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8:Cursor.Brick.List,Cursor.Brick.List.NonEmpty=cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8:Cursor.Brick.List.NonEmpty,Cursor.Brick.Map=cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8:Cursor.Brick.Map,Cursor.Brick.Map.KeyValue=cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8:Cursor.Brick.Map.KeyValue,Cursor.Brick.Text=cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8:Cursor.Brick.Text,Cursor.Brick.TextField=cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8:Cursor.Brick.TextField,Cursor.Brick.Tree=cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8:Cursor.Brick.Tree
  432. 245.20 s [cursor-brick] Ready component graph:
  433. 245.20 s [cursor-brick] definite cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
  434. 245.20 s [cursor-brick] depends base-4.20.2.0-fafd
  435. 245.20 s [cursor-fuzzy-time] Phase: setupCompilerEnvironmentPhase
  436. 245.20 s [cursor-fuzzy-time] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  437. 245.20 s [cursor-fuzzy-time] Phase: unpackPhase
  438. 245.20 s [cursor-fuzzy-time] unpacking source archive /nix/store/rrcvfxng3nrrhr6im6j7m6nvfkwrklz8-cursor-fuzzy-time-source-0.1.0.0/cursor-fuzzy-time-0.1.0.0.tar.gz
  439. 245.20 s [cursor-fuzzy-time] source root is cursor-fuzzy-time-0.1.0.0
  440. 245.20 s [cursor-fuzzy-time] setting SOURCE_DATE_EPOCH to timestamp 1780347767 of file "cursor-fuzzy-time-0.1.0.0/src/Cursor/FuzzyTimeOfDay.hs"
  441. 245.20 s [cursor-fuzzy-time] warning: file "cursor-fuzzy-time-0.1.0.0/src/Cursor/FuzzyTimeOfDay.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  442. 245.20 s [cursor-fuzzy-time] Phase: patchPhase
  443. 245.20 s [cursor-fuzzy-time] Phase: compileBuildDriverPhase
  444. 245.20 s [cursor-fuzzy-time] setupCompileFlags: -package-db=/build/tmp.pblXLTrxfl/setup-package.conf.d -threaded
  445. 245.20 s [cursor-fuzzy-time] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.pblXLTrxfl/Main.o )
  446. 245.20 s [cursor-fuzzy-time] [2 of 2] Linking Setup
  447. 245.20 s [cursor-fuzzy-time] Phase: updateAutotoolsGnuConfigScriptsPhase
  448. 245.20 s [cursor-fuzzy-time] Phase: configurePhase
  449. 245.20 s [cursor-fuzzy-time] configureFlags: --verbose --prefix=/nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/49i5d043p043pvzjlb1mf1phbcdmq4cg-cursor-fuzzy-time-0.1.0.0-doc/share/doc/cursor-fuzzy-time-0.1.0.0 --with-gcc=gcc --package-db=/build/tmp.pblXLTrxfl/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  450. 245.20 s [cursor-fuzzy-time] Using Parsec parser
  451. 245.20 s [cursor-fuzzy-time] Configuring cursor-fuzzy-time-0.1.0.0...
  452. 245.20 s [cursor-fuzzy-time] Dependency base >=4.9 && <=5: using base-4.20.2.0
  453. 245.20 s [cursor-fuzzy-time] Dependency cursor: using cursor-0.3.2.0
  454. 245.20 s [cursor-fuzzy-time] Dependency deepseq: using deepseq-1.5.0.0
  455. 245.20 s [cursor-fuzzy-time] Dependency fuzzy-time >=0.3: using fuzzy-time-0.3.0.1
  456. 245.20 s [cursor-fuzzy-time] Dependency megaparsec: using megaparsec-9.7.0
  457. 245.20 s [cursor-fuzzy-time] Dependency microlens: using microlens-0.4.14.0
  458. 245.20 s [cursor-fuzzy-time] Dependency text: using text-2.1.3
  459. 245.20 s [cursor-fuzzy-time] Dependency time: using time-1.12.2
  460. 245.20 s [cursor-fuzzy-time] Dependency validity: using validity-0.12.1.0
  461. 245.20 s [cursor-fuzzy-time] Source component graph: component lib
  462. 245.20 s [cursor-fuzzy-time] Configured component graph:
  463. 245.20 s [cursor-fuzzy-time] component cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  464. 245.20 s [cursor-fuzzy-time] include base-4.20.2.0-fafd
  465. 245.20 s [cursor-fuzzy-time] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  466. 245.20 s [cursor-fuzzy-time] include deepseq-1.5.0.0-2b65
  467. 245.20 s [cursor-fuzzy-time] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  468. 245.20 s [cursor-fuzzy-time] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  469. 245.20 s [cursor-fuzzy-time] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  470. 245.20 s [cursor-fuzzy-time] include text-2.1.3-34f1
  471. 245.20 s [cursor-fuzzy-time] include time-1.12.2-3479
  472. 245.20 s [cursor-fuzzy-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  473. 245.20 s [cursor-fuzzy-time] Linked component graph:
  474. 245.20 s [cursor-fuzzy-time] unit cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  475. 245.20 s [cursor-fuzzy-time] include base-4.20.2.0-fafd
  476. 245.20 s [cursor-fuzzy-time] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  477. 245.20 s [cursor-fuzzy-time] include deepseq-1.5.0.0-2b65
  478. 245.20 s [cursor-fuzzy-time] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  479. 245.20 s [cursor-fuzzy-time] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  480. 245.20 s [cursor-fuzzy-time] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  481. 245.20 s [cursor-fuzzy-time] include text-2.1.3-34f1
  482. 245.20 s [cursor-fuzzy-time] include time-1.12.2-3479
  483. 245.20 s [cursor-fuzzy-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  484. 245.20 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" [✔]
  485. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  486. 245.20 s [genvalidity-hspec] Monad (Either Int)
  487. 245.20 s [genvalidity-hspec] return :: a -> (Either Int) a and (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
  488. 245.20 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Either Int Int)" [✔]
  489. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  490. 245.20 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "(Either Int) of ints :: (Either Int Int)" [✔]
  491. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  492. 245.20 s [genvalidity-hspec] (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
  493. 245.20 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "(Either Int) of ints :: (Either Int Int)" "perturbations using the int :: (Int -> Either Int Int)" and "perturbations using the double the int :: (Int -> Either Int Int)" [✔]
  494. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  495. 245.20 s [genvalidity-hspec] relation with Applicative (Either Int)
  496. 245.20 s [genvalidity-hspec] satisfies 'pure = return' for "(Either Int) of ints :: (Either Int Int)" [✔]
  497. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  498. 245.20 s [genvalidity-hspec] satisfies '(<*>) = ap' for "(Either Int) of additions :: (Either Int (Int -> Int))" and "(Either Int) of ints :: (Either Int Int)" [✔]
  499. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  500. 245.20 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "(Either Int) of ints :: (Either Int Int)" and "(Either Int) of ints :: (Either Int Int)" [✔]
  501. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  502. 245.20 s [genvalidity-hspec] relation with Functor (Either Int)
  503. 245.20 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "(Either Int) of ints :: (Either Int Int)" [✔]
  504. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  505. 245.20 s [genvalidity-hspec] Monad []
  506. 245.20 s [genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
  507. 245.20 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" [✔]
  508. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  509. 245.20 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" [✔]
  510. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  511. 245.20 s [genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
  512. 245.20 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "[] of ints :: [Int]" "perturbations using the int :: (Int -> [Int])" and "perturbations using the double the int :: (Int -> [Int])" [✔]
  513. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  514. 245.20 s [genvalidity-hspec] relation with Applicative []
  515. 245.20 s [genvalidity-hspec] satisfies 'pure = return' for "[] of ints :: [Int]" [✔]
  516. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  517. 245.20 s [genvalidity-hspec] satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" [✔]
  518. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  519. 245.20 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" [✔]
  520. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  521. 245.20 s [genvalidity-hspec] relation with Functor []
  522. 245.20 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" [✔]
  523. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  524. 245.20 s [genvalidity-hspec] Monad Maybe
  525. 245.20 s [genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  526. 245.20 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Maybe Int)" [✔]
  527. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  528. 245.20 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" [✔]
  529. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  530. 245.20 s [genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  531. 245.20 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Maybe of ints :: (Maybe Int)" "perturbations using the int :: (Int -> Maybe Int)" and "perturbations using the double the int :: (Int -> Maybe Int)" [✔]
  532. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  533. 245.20 s [genvalidity-hspec] relation with Applicative Maybe
  534. 245.20 s [genvalidity-hspec] satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" [✔]
  535. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  536. 245.20 s [genvalidity-hspec] satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" [✔]
  537. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  538. 245.20 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" [✔]
  539. 245.20 s [genvalidity-hspec] +++ OK, passed 100 tests.
  540. 245.20 s [genvalidity-hspec] relation with Functor Maybe
  541. 245.20 s [cursor-brick] depends brick-2.9-Geod5flTzTmIlrRxHv8UFE
  542. 245.20 s [cursor-brick] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  543. 245.20 s [cursor-brick] depends text-2.1.3-34f1
  544. 245.20 s [cursor-brick] Using Cabal-3.12.1.0 compiled by ghc-9.10
  545. 245.20 s [cursor-brick] Using compiler: ghc-9.10.3
  546. 245.20 s [cursor-brick] Using install prefix:
  547. 245.20 s [cursor-brick] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1
  548. 245.20 s [cursor-brick] Executables installed in:
  549. 245.20 s [cursor-brick] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/bin
  550. 245.20 s [cursor-brick] Libraries installed in:
  551. 245.20 s [cursor-brick] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
  552. 245.20 s [cursor-brick] Dynamic Libraries installed in:
  553. 245.20 s [cursor-brick] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  554. 245.20 s [cursor-brick] Private executables installed in:
  555. 245.20 s [cursor-brick] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-brick-0.1.0.1
  556. 245.20 s [cursor-brick] Data files installed in:
  557. 245.20 s [cursor-brick] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/share/x86_64-linux-ghc-9.10.3-a85d/cursor-brick-0.1.0.1
  558. 245.20 s [cursor-brick] Documentation installed in:
  559. 245.20 s [cursor-brick] /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc/share/doc/cursor-brick-0.1.0.1
  560. 245.20 s [cursor-brick] Configuration files installed in:
  561. 245.20 s [cursor-brick] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/etc
  562. 245.20 s [cursor-brick] No alex found
  563. 245.20 s [cursor-brick] Using ar found on system at:
  564. 245.20 s [cursor-brick] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  565. 245.20 s [cursor-brick] No c2hs found
  566. 245.20 s [cursor-brick] No cpphs found
  567. 245.20 s [cursor-brick] No doctest found
  568. 245.20 s [cursor-brick] Using gcc version 14.3.0 given by user at:
  569. 245.20 s [cursor-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  570. 245.20 s [cursor-brick] Using ghc version 9.10.3 found on system at:
  571. 245.20 s [cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  572. 245.20 s [cursor-brick] Using ghc-pkg version 9.10.3 found on system at:
  573. 245.20 s [cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  574. 245.20 s [cursor-brick] No ghcjs found
  575. 245.20 s [cursor-brick] No ghcjs-pkg found
  576. 245.20 s [cursor-brick] No greencard found
  577. 245.20 s [cursor-brick] Using haddock version 2.31.1 found on system at:
  578. 245.20 s [cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  579. 245.20 s [cursor-brick] No happy found
  580. 245.20 s [cursor-brick] Using haskell-suite found on system at: haskell-suite-dummy-location
  581. 245.20 s [cursor-brick] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  582. 245.20 s [cursor-brick] No hmake found
  583. 245.20 s [cursor-brick] Using hpc version 0.69 found on system at:
  584. 245.20 s [cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  585. 245.20 s [cursor-brick] Using hsc2hs version 0.68.10 found on system at:
  586. 245.20 s [cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  587. 245.20 s [cursor-brick] Using hscolour version 1.25 found on system at:
  588. 245.20 s [cursor-brick] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  589. 245.20 s [cursor-brick] No jhc found
  590. 245.20 s [cursor-brick] Using ld found on system at:
  591. 245.20 s [cursor-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  592. 245.20 s [cursor-brick] No pkg-config found
  593. 245.20 s [cursor-brick] Using runghc version 9.10.3 found on system at:
  594. 245.20 s [cursor-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  595. 245.20 s [cursor-brick] Using strip version 2.44 found on system at:
  596. 245.20 s [cursor-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  597. 245.20 s [cursor-brick] Using tar found on system at:
  598. 245.20 s [cursor-brick] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  599. 245.20 s [cursor-brick] No uhc found
  600. 245.20 s [cursor-brick] Phase: buildPhase
  601. 245.20 s [cursor-brick] Preprocessing library for cursor-brick-0.1.0.1...
  602. 245.20 s [cursor-brick] Building library for cursor-brick-0.1.0.1...
  603. 245.20 s [cursor-brick] [ 1 of 10] Compiling Cursor.Brick.List ( src/Cursor/Brick/List.hs, dist/build/Cursor/Brick/List.o, dist/build/Cursor/Brick/List.dyn_o )
  604. 245.20 s [cursor-brick] [ 2 of 10] Compiling Cursor.Brick.List.NonEmpty ( src/Cursor/Brick/List/NonEmpty.hs, dist/build/Cursor/Brick/List/NonEmpty.o, dist/build/Cursor/Brick/List/NonEmpty.dyn_o )
  605. 245.20 s [cursor-fuzzy-time] Cursor.FuzzyDay=cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7:Cursor.FuzzyDay,Cursor.FuzzyLocalTime=cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7:Cursor.FuzzyLocalTime,Cursor.FuzzyTimeOfDay=cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7:Cursor.FuzzyTimeOfDay
  606. 245.20 s [cursor-fuzzy-time] Ready component graph:
  607. 245.20 s [cursor-fuzzy-time] definite cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  608. 245.20 s [cursor-fuzzy-time] depends base-4.20.2.0-fafd
  609. 245.20 s [cursor-fuzzy-time] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  610. 245.20 s [cursor-fuzzy-time] depends deepseq-1.5.0.0-2b65
  611. 245.20 s [cursor-fuzzy-time] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  612. 245.20 s [cursor-fuzzy-time] depends megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  613. 245.20 s [cursor-fuzzy-time] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  614. 245.20 s [cursor-fuzzy-time] depends text-2.1.3-34f1
  615. 245.20 s [cursor-fuzzy-time] depends time-1.12.2-3479
  616. 245.20 s [cursor-fuzzy-time] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  617. 245.20 s [cursor-fuzzy-time] Using Cabal-3.12.1.0 compiled by ghc-9.10
  618. 245.20 s [cursor-fuzzy-time] Using compiler: ghc-9.10.3
  619. 245.20 s [cursor-fuzzy-time] Using install prefix:
  620. 245.20 s [cursor-fuzzy-time] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0
  621. 245.20 s [cursor-fuzzy-time] Executables installed in:
  622. 245.20 s [cursor-fuzzy-time] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/bin
  623. 245.20 s [cursor-fuzzy-time] Libraries installed in:
  624. 245.20 s [cursor-fuzzy-time] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  625. 245.20 s [cursor-fuzzy-time] Dynamic Libraries installed in:
  626. 245.20 s [cursor-fuzzy-time] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  627. 245.20 s [cursor-fuzzy-time] Private executables installed in:
  628. 245.20 s [cursor-fuzzy-time] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-fuzzy-time-0.1.0.0
  629. 245.20 s [cursor-fuzzy-time] Data files installed in:
  630. 245.20 s [cursor-fuzzy-time] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/share/x86_64-linux-ghc-9.10.3-a85d/cursor-fuzzy-time-0.1.0.0
  631. 245.20 s [cursor-fuzzy-time] Documentation installed in:
  632. 245.20 s [cursor-fuzzy-time] /nix/store/49i5d043p043pvzjlb1mf1phbcdmq4cg-cursor-fuzzy-time-0.1.0.0-doc/share/doc/cursor-fuzzy-time-0.1.0.0
  633. 245.20 s [cursor-fuzzy-time] Configuration files installed in:
  634. 245.20 s [cursor-fuzzy-time] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/etc
  635. 245.20 s [cursor-fuzzy-time] No alex found
  636. 245.20 s [cursor-fuzzy-time] Using ar found on system at:
  637. 245.20 s [cursor-fuzzy-time] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  638. 245.20 s [cursor-fuzzy-time] No c2hs found
  639. 245.20 s [cursor-fuzzy-time] No cpphs found
  640. 245.20 s [cursor-fuzzy-time] No doctest found
  641. 245.20 s [cursor-fuzzy-time] Using gcc version 14.3.0 given by user at:
  642. 245.20 s [cursor-fuzzy-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  643. 245.20 s [cursor-fuzzy-time] Using ghc version 9.10.3 found on system at:
  644. 245.20 s [cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  645. 245.20 s [cursor-fuzzy-time] Using ghc-pkg version 9.10.3 found on system at:
  646. 245.20 s [cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  647. 245.20 s [cursor-fuzzy-time] No ghcjs found
  648. 245.20 s [cursor-fuzzy-time] No ghcjs-pkg found
  649. 245.20 s [cursor-fuzzy-time] No greencard found
  650. 245.20 s [cursor-fuzzy-time] Using haddock version 2.31.1 found on system at:
  651. 245.20 s [cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  652. 245.20 s [cursor-fuzzy-time] No happy found
  653. 245.20 s [cursor-fuzzy-time] Using haskell-suite found on system at: haskell-suite-dummy-location
  654. 245.20 s [cursor-fuzzy-time] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  655. 245.20 s [cursor-fuzzy-time] No hmake found
  656. 245.20 s [cursor-fuzzy-time] Using hpc version 0.69 found on system at:
  657. 245.20 s [cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  658. 245.20 s [cursor-fuzzy-time] Using hsc2hs version 0.68.10 found on system at:
  659. 245.20 s [cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  660. 245.20 s [cursor-fuzzy-time] Using hscolour version 1.25 found on system at:
  661. 245.20 s [cursor-fuzzy-time] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  662. 245.20 s [cursor-fuzzy-time] No jhc found
  663. 245.20 s [cursor-fuzzy-time] Using ld found on system at:
  664. 245.20 s [cursor-fuzzy-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  665. 245.20 s [cursor-fuzzy-time] No pkg-config found
  666. 245.20 s [cursor-fuzzy-time] Using runghc version 9.10.3 found on system at:
  667. 245.20 s [cursor-fuzzy-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  668. 245.20 s [cursor-fuzzy-time] Using strip version 2.44 found on system at:
  669. 245.20 s [cursor-fuzzy-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  670. 245.20 s [cursor-fuzzy-time] Using tar found on system at:
  671. 245.20 s [cursor-fuzzy-time] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  672. 245.20 s [cursor-fuzzy-time] No uhc found
  673. 245.20 s [cursor-fuzzy-time] Phase: buildPhase
  674. 245.20 s [cursor-fuzzy-time] Preprocessing library for cursor-fuzzy-time-0.1.0.0...
  675. 245.21 s [cursor-fuzzy-time] Building library for cursor-fuzzy-time-0.1.0.0...
  676. 245.21 s [cursor-fuzzy-time] [1 of 4] Compiling Cursor.FuzzyDay ( src/Cursor/FuzzyDay.hs, dist/build/Cursor/FuzzyDay.o, dist/build/Cursor/FuzzyDay.dyn_o )
  677. 245.21 s [cursor-fuzzy-time] [2 of 4] Compiling Cursor.FuzzyLocalTime ( src/Cursor/FuzzyLocalTime.hs, dist/build/Cursor/FuzzyLocalTime.o, dist/build/Cursor/FuzzyLocalTime.dyn_o )
  678. 245.21 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" [✔]
  679. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  680. 245.21 s [genvalidity-hspec] Monad []
  681. 245.21 s [genvalidity-hspec] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
  682. 245.21 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "four :: Int" and "singletonisation :: (Int -> [Int])" [✔]
  683. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  684. 245.21 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "list of fives :: [Int]" [✔]
  685. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  686. 245.21 s [genvalidity-hspec] (>>=) :: [] a -> (b -> [] a) -> [] b
  687. 245.21 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "list of fives :: [Int]" "singletonisation :: (Int -> [Int])" and "singletonisation :: (Int -> [Int])" [✔]
  688. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  689. 245.21 s [genvalidity-hspec] relation with Applicative []
  690. 245.21 s [genvalidity-hspec] satisfies 'pure = return' for "list of fives :: [Int]" [✔]
  691. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  692. 245.21 s [genvalidity-hspec] satisfies '(<*>) = ap' for "increment in list :: ([Int -> Int])" and "list of fives :: [Int]" [✔]
  693. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  694. 245.21 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "list of fives :: [Int]" and "list of sixes :: [Int]" [✔]
  695. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  696. 245.21 s [genvalidity-hspec] relation with Functor []
  697. 245.21 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "factorisations :: (Int -> Int)" and "list of fives :: [Int]" [✔]
  698. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  699. 245.21 s [genvalidity-hspec] Monad Maybe
  700. 245.21 s [genvalidity-hspec] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  701. 245.21 s [genvalidity-hspec] satisfy the first Monad law: 'return a >>= k = k a' for "ABC :: [Char]" and "justisation :: ([Char] -> Maybe [Char])" [✔]
  702. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  703. 245.21 s [genvalidity-hspec] satisfy the second Monad law: 'm >>= return = m' for "Just an ABC :: (Maybe [Char])" [✔]
  704. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  705. 245.21 s [genvalidity-hspec] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  706. 245.21 s [genvalidity-hspec] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Just an ABC :: (Maybe [Char])" "justisation :: ([Char] -> Maybe [Char])" and "justisation :: ([Char] -> Maybe [Char])" [✔]
  707. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  708. 245.21 s [genvalidity-hspec] relation with Applicative Maybe
  709. 245.21 s [genvalidity-hspec] satisfies 'pure = return' for "Just an ABC :: (Maybe [Char])" [✔]
  710. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  711. 245.21 s [genvalidity-hspec] satisfies '(<*>) = ap' for "append 'a' in Just :: (Maybe ([Char] -> [Char]))" and "Just an ABC :: (Maybe [Char])" [✔]
  712. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  713. 245.21 s [genvalidity-hspec] satisfies '(>>) = (*>)' for "Just an ABC :: (Maybe [Char])" and "Just an ABC :: (Maybe [Char])" [✔]
  714. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  715. 245.21 s [genvalidity-hspec] relation with Functor Maybe
  716. 245.21 s [genvalidity-hspec] satisfies 'fmap f xs = xs >>= return . f' for "appends :: ([Char] -> [Char])" and "Just an ABC :: (Maybe [Char])" [✔]
  717. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  718. 245.21 s [genvalidity-hspec] Test.Validity.Monoid
  719. 245.21 s [genvalidity-hspec] Monoid ([Ratio Integer])
  720. 245.21 s [genvalidity-hspec] mempty :: ([Ratio Integer])
  721. 245.21 s [genvalidity-hspec] is the identity for mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer]) for "valid :: ([Ratio Integer])" [✔]
  722. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  723. 245.21 s [genvalidity-hspec] mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer])
  724. 245.21 s [genvalidity-hspec] is an associative operation for "valid :: (([Ratio Integer],[Ratio Integer],[Ratio Integer]))" [✔]
  725. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  726. 245.21 s [genvalidity-hspec] mconcat :: [([Ratio Integer])] -> ([Ratio Integer])
  727. 245.21 s [genvalidity-hspec] is equivalent to its default implementation for "valid :: ([[Ratio Integer]])" [✔]
  728. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  729. 245.21 s [genvalidity-hspec] Monoid [Int]
  730. 245.21 s [genvalidity-hspec] mempty :: [Int]
  731. 245.21 s [genvalidity-hspec] is the identity for mappend :: [Int] -> [Int] -> [Int] for "valid :: [Int]" [✔]
  732. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  733. 245.21 s [genvalidity-hspec] mappend :: [Int] -> [Int] -> [Int]
  734. 245.21 s [genvalidity-hspec] is an associative operation for "valid :: ([Int],[Int],[Int])" [✔]
  735. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  736. 245.21 s [genvalidity-hspec] mconcat :: [[Int]] -> [Int]
  737. 245.21 s [genvalidity-hspec] is equivalent to its default implementation for "valid :: [[Int]]" [✔]
  738. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  739. 245.21 s [genvalidity-hspec] Monoid [Int]
  740. 245.21 s [genvalidity-hspec] mempty :: [Int]
  741. 245.21 s [genvalidity-hspec] is the identity for mappend :: [Int] -> [Int] -> [Int] for "arbitrary :: [Int]" [✔]
  742. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  743. 245.21 s [genvalidity-hspec] mappend :: [Int] -> [Int] -> [Int]
  744. 245.21 s [genvalidity-hspec] is an associative operation for "arbitrary :: ([Int],[Int],[Int])" [✔]
  745. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  746. 245.21 s [genvalidity-hspec] mconcat :: [[Int]] -> [Int]
  747. 245.21 s [cursor-fuzzy-time] [3 of 4] Compiling Cursor.FuzzyTimeOfDay ( src/Cursor/FuzzyTimeOfDay.hs, dist/build/Cursor/FuzzyTimeOfDay.o, dist/build/Cursor/FuzzyTimeOfDay.dyn_o )
  748. 245.21 s [cursor-fuzzy-time] [4 of 4] Compiling Paths_cursor_fuzzy_time ( dist/build/autogen/Paths_cursor_fuzzy_time.hs, dist/build/Paths_cursor_fuzzy_time.o, dist/build/Paths_cursor_fuzzy_time.dyn_o )
  749. 245.21 s [genvalidity-hspec] is equivalent to its default implementation for "arbitrary :: [[Int]]" [✔]
  750. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  751. 245.21 s [genvalidity-hspec] Monoid [Char]
  752. 245.21 s [genvalidity-hspec] mempty :: [Char]
  753. 245.21 s [genvalidity-hspec] is the identity for mappend :: [Char] -> [Char] -> [Char] for "singleton list of 'a' :: [Char]" [✔]
  754. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  755. 245.21 s [genvalidity-hspec] mappend :: [Char] -> [Char] -> [Char]
  756. 245.21 s [genvalidity-hspec] is an associative operation for "singleton list of 'a' :: ([Char],[Char],[Char])" [✔]
  757. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  758. 245.21 s [genvalidity-hspec] mconcat :: [[Char]] -> [Char]
  759. 245.21 s [genvalidity-hspec] is equivalent to its default implementation for "singleton list of 'a' :: [[Char]]" [✔]
  760. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  761. 245.21 s [genvalidity-hspec] Test.Validity.Ord
  762. 245.21 s [genvalidity-hspec] Ord (Ratio Integer)
  763. 245.21 s [genvalidity-hspec] (<=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  764. 245.21 s [genvalidity-hspec] is reflexive for "valid (Ratio Integer)"'s [✔]
  765. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  766. 245.21 s [genvalidity-hspec] is antisymmetric for "valid (Ratio Integer)"'s [✔]
  767. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  768. 245.21 s [genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
  769. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  770. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "valid (Ratio Integer)"'s [✔]
  771. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  772. 245.21 s [genvalidity-hspec] (>=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  773. 245.21 s [genvalidity-hspec] is reflexive for "valid (Ratio Integer)"'s [✔]
  774. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  775. 245.21 s [genvalidity-hspec] is antisymmetric for "valid (Ratio Integer)"'s [✔]
  776. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  777. 245.21 s [genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
  778. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  779. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "valid (Ratio Integer)"'s [✔]
  780. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  781. 245.21 s [genvalidity-hspec] (<) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  782. 245.21 s [genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"'s [✔]
  783. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  784. 245.21 s [genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
  785. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  786. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "valid (Ratio Integer)"'s [✔]
  787. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  788. 245.21 s [genvalidity-hspec] (>) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  789. 245.21 s [genvalidity-hspec] is antireflexive for "valid (Ratio Integer)"'s [✔]
  790. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  791. 245.21 s [genvalidity-hspec] is transitive for "valid (Ratio Integer)"'s [✔]
  792. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  793. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "valid (Ratio Integer)"'s [✔]
  794. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  795. 245.21 s [genvalidity-hspec] "min :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
  796. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "valid (Ratio Integer)"'s [✔]
  797. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  798. 245.21 s [genvalidity-hspec] "max :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
  799. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "valid (Ratio Integer)"'s [✔]
  800. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  801. 245.21 s [genvalidity-hspec] NaN >= NaN is False [✔]
  802. 245.21 s [genvalidity-hspec] Ord Int
  803. 245.21 s [genvalidity-hspec] (<=) :: Int -> Int -> Bool
  804. 245.21 s [genvalidity-hspec] is reflexive for "valid Int"'s [✔]
  805. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  806. 245.21 s [genvalidity-hspec] is antisymmetric for "valid Int"'s [✔]
  807. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  808. 245.21 s [genvalidity-hspec] is transitive for "valid Int"'s [✔]
  809. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  810. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "valid Int"'s [✔]
  811. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  812. 245.21 s [genvalidity-hspec] (>=) :: Int -> Int -> Bool
  813. 245.21 s [genvalidity-hspec] is reflexive for "valid Int"'s [✔]
  814. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  815. 245.21 s [genvalidity-hspec] is antisymmetric for "valid Int"'s [✔]
  816. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  817. 245.21 s [genvalidity-hspec] is transitive for "valid Int"'s [✔]
  818. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  819. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "valid Int"'s [✔]
  820. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  821. 245.21 s [genvalidity-hspec] (<) :: Int -> Int -> Bool
  822. 245.21 s [genvalidity-hspec] is antireflexive for "valid Int"'s [✔]
  823. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  824. 245.21 s [genvalidity-hspec] is transitive for "valid Int"'s [✔]
  825. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  826. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "valid Int"'s [✔]
  827. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  828. 245.21 s [genvalidity-hspec] (>) :: Int -> Int -> Bool
  829. 245.21 s [genvalidity-hspec] is antireflexive for "valid Int"'s [✔]
  830. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  831. 245.21 s [genvalidity-hspec] is transitive for "valid Int"'s [✔]
  832. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  833. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "valid Int"'s [✔]
  834. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  835. 245.21 s [genvalidity-hspec] "min :: (Int -> Int -> Int)"
  836. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "valid Int"'s [✔]
  837. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  838. 245.21 s [genvalidity-hspec] "max :: (Int -> Int -> Int)"
  839. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "valid Int"'s [✔]
  840. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  841. 245.21 s [genvalidity-hspec] Ord Int
  842. 245.21 s [genvalidity-hspec] (<=) :: Int -> Int -> Bool
  843. 245.21 s [genvalidity-hspec] is reflexive for "arbitrary Int"'s [✔]
  844. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  845. 245.21 s [genvalidity-hspec] is antisymmetric for "arbitrary Int"'s [✔]
  846. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  847. 245.21 s [genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
  848. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  849. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "arbitrary Int"'s [✔]
  850. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  851. 245.21 s [genvalidity-hspec] (>=) :: Int -> Int -> Bool
  852. 245.21 s [genvalidity-hspec] is reflexive for "arbitrary Int"'s [✔]
  853. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  854. 245.21 s [genvalidity-hspec] is antisymmetric for "arbitrary Int"'s [✔]
  855. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  856. 245.21 s [genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
  857. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  858. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "arbitrary Int"'s [✔]
  859. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  860. 245.21 s [genvalidity-hspec] (<) :: Int -> Int -> Bool
  861. 245.21 s [genvalidity-hspec] is antireflexive for "arbitrary Int"'s [✔]
  862. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  863. 245.21 s [genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
  864. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  865. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "arbitrary Int"'s [✔]
  866. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  867. 245.21 s [genvalidity-hspec] (>) :: Int -> Int -> Bool
  868. 245.21 s [genvalidity-hspec] is antireflexive for "arbitrary Int"'s [✔]
  869. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  870. 245.21 s [genvalidity-hspec] is transitive for "arbitrary Int"'s [✔]
  871. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  872. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "arbitrary Int"'s [✔]
  873. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  874. 245.21 s [genvalidity-hspec] "min :: (Int -> Int -> Int)"
  875. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "arbitrary Int"'s [✔]
  876. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  877. 245.21 s [genvalidity-hspec] "max :: (Int -> Int -> Int)"
  878. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "arbitrary Int"'s [✔]
  879. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  880. 245.21 s [genvalidity-hspec] Ord Int
  881. 245.21 s [genvalidity-hspec] (<=) :: Int -> Int -> Bool
  882. 245.21 s [genvalidity-hspec] is reflexive for "even Int"'s [✔]
  883. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  884. 245.21 s [genvalidity-hspec] is antisymmetric for "even Int"'s [✔]
  885. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  886. 245.21 s [genvalidity-hspec] is transitive for "even Int"'s [✔]
  887. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  888. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= GT) for "even Int"'s [✔]
  889. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  890. 245.21 s [genvalidity-hspec] (>=) :: Int -> Int -> Bool
  891. 245.21 s [genvalidity-hspec] is reflexive for "even Int"'s [✔]
  892. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  893. 245.21 s [genvalidity-hspec] is antisymmetric for "even Int"'s [✔]
  894. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  895. 245.21 s [genvalidity-hspec] is transitive for "even Int"'s [✔]
  896. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  897. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b /= LT) for "even Int"'s [✔]
  898. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  899. 245.21 s [genvalidity-hspec] (<) :: Int -> Int -> Bool
  900. 245.21 s [genvalidity-hspec] is antireflexive for "even Int"'s [✔]
  901. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  902. 245.21 s [genvalidity-hspec] is transitive for "even Int"'s [✔]
  903. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  904. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == LT) for "even Int"'s [✔]
  905. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  906. 245.21 s [genvalidity-hspec] (>) :: Int -> Int -> Bool
  907. 245.21 s [genvalidity-hspec] is antireflexive for "even Int"'s [✔]
  908. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  909. 245.21 s [genvalidity-hspec] is transitive for "even Int"'s [✔]
  910. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  911. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> compare a b == GT) for "even Int"'s [✔]
  912. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  913. 245.21 s [genvalidity-hspec] "min :: (Int -> Int -> Int)"
  914. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> if a <= b then a else b) for "even Int"'s [✔]
  915. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  916. 245.21 s [genvalidity-hspec] "max :: (Int -> Int -> Int)"
  917. 245.21 s [genvalidity-hspec] is equivalent to (\a b -> if a >= b then a else b) for "even Int"'s [✔]
  918. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  919. 245.21 s [genvalidity-hspec] Test.Validity.Show
  920. 245.21 s [genvalidity-hspec] Show (Ratio Integer) and Read (Ratio Integer)
  921. 245.21 s [genvalidity-hspec] are implemented such that read . show == id for valid values [✔]
  922. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  923. 245.21 s [genvalidity-hspec] Show Int and Read Int
  924. 245.21 s [genvalidity-hspec] are implemented such that read . show == id for valid values [✔]
  925. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  926. 245.21 s [genvalidity-hspec] Show (Ratio Integer) and Read (Ratio Integer)
  927. 245.21 s [genvalidity-hspec] are implemented such that read . show == id for arbitrary values [✔]
  928. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  929. 245.21 s [genvalidity-hspec] Show Int and Read Int
  930. 245.21 s [cursor-brick] [ 3 of 10] Compiling Cursor.Brick.Map ( src/Cursor/Brick/Map.hs, dist/build/Cursor/Brick/Map.o, dist/build/Cursor/Brick/Map.dyn_o )
  931. 245.21 s [cursor-brick] [ 4 of 10] Compiling Cursor.Brick.Map.KeyValue ( src/Cursor/Brick/Map/KeyValue.hs, dist/build/Cursor/Brick/Map/KeyValue.o, dist/build/Cursor/Brick/Map/KeyValue.dyn_o )
  932. 245.21 s [cursor-brick] [ 5 of 10] Compiling Cursor.Brick.Text ( src/Cursor/Brick/Text.hs, dist/build/Cursor/Brick/Text.o, dist/build/Cursor/Brick/Text.dyn_o )
  933. 245.21 s [genvalidity-hspec] are implemented such that read . show == id for even values [✔]
  934. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  935. 245.21 s [genvalidity-hspec] show and read don't have the correct semantics [✔]
  936. 245.21 s [genvalidity-hspec] Test.Validity.Shrinking
  937. 245.21 s [genvalidity-hspec] shrinkValid :: (Ratio Int8 -> [Ratio Int8])
  938. 245.21 s [genvalidity-hspec] preserves validity [✔]
  939. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  940. 245.21 s [genvalidity-hspec] never shrinks to itself for valid values [✔]
  941. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  942. 245.21 s [genvalidity-hspec] shrinkValid :: (Int -> [Int])
  943. 245.21 s [genvalidity-hspec] preserves validity [✔]
  944. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  945. 245.21 s [genvalidity-hspec] never shrinks to itself for valid values [✔]
  946. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  947. 245.21 s [genvalidity-hspec] shrinkValidPreservesValidOnGenValid
  948. 245.21 s [genvalidity-hspec] Ordering [✔]
  949. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  950. 245.21 s [genvalidity-hspec] [Ordering] [✔]
  951. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  952. 245.21 s [genvalidity-hspec] shrinkValidPreservesValidOnGenValid
  953. 245.21 s [genvalidity-hspec] Ordering [✔]
  954. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  955. 245.21 s [genvalidity-hspec] [Ordering] [✔]
  956. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  957. 245.21 s [genvalidity-hspec] shrinkValidDoesNotShrinkToItself
  958. 245.21 s [genvalidity-hspec] Int [✔]
  959. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  960. 245.21 s [genvalidity-hspec] [Int] [✔]
  961. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  962. 245.21 s [genvalidity-hspec] shrinkValidDoesNotShrinkToItself
  963. 245.21 s [genvalidity-hspec] Ordering [✔]
  964. 245.21 s [genvalidity-hspec] +++ OK, passed 100 tests.
  965. 245.21 s [genvalidity-hspec] [Ordering] [✔]
  966. 245.22 s [genvalidity-hspec] +++ OK, passed 100 tests.
  967. 245.22 s [genvalidity-hspec]
  968. 245.22 s [genvalidity-hspec] Finished in 0.2689 seconds
  969. 245.22 s [genvalidity-hspec] 245 examples, 0 failures
  970. 245.22 s [genvalidity-hspec] Test suite genvalidity-hspec-test: PASS
  971. 245.22 s [genvalidity-hspec] Test suite logged to:
  972. 245.22 s [genvalidity-hspec] dist/test/genvalidity-hspec-1.0.0.4-genvalidity-hspec-test.log
  973. 245.22 s [genvalidity-hspec] 1 of 1 test suites (1 of 1 test cases) passed.
  974. 245.22 s [genvalidity-hspec] Phase: haddockPhase
  975. 245.22 s [mergeful] Documentation created: dist/doc/html/mergeful/,
  976. 245.22 s [mergeful] dist/doc/html/mergeful/mergeful.txt
  977. 245.22 s [cursor-fuzzy-time] [1 of 4] Compiling Cursor.FuzzyDay ( src/Cursor/FuzzyDay.hs, dist/build/Cursor/FuzzyDay.p_o )
  978. 245.27 s [mergeful] Phase: installPhase
  979. 245.32 s [genvalidity-hspec] Preprocessing library for genvalidity-hspec-1.0.0.4...
  980. 245.33 s [genvalidity-hspec] Running Haddock on library for genvalidity-hspec-1.0.0.4...
  981. 245.34 s [mergeful] Installing library in /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  982. 245.45 s [autodocodec-yaml-source] Phase: setupCompilerEnvironmentPhase
  983. 245.45 s [autodocodec-yaml-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  984. 245.57 s [genvalidity-hspec] [ 1 of 13] Compiling Paths_genvalidity_hspec ( dist/build/autogen/Paths_genvalidity_hspec.hs, nothing )
  985. 245.60 s [genvalidity-hspec] [ 2 of 13] Compiling Test.Validity.Utils ( src/Test/Validity/Utils.hs, nothing )
  986. 245.62 s [cursor-fuzzy-time] [2 of 4] Compiling Cursor.FuzzyLocalTime ( src/Cursor/FuzzyLocalTime.hs, dist/build/Cursor/FuzzyLocalTime.p_o )
  987. 245.62 s [cursor-fuzzy-time] [3 of 4] Compiling Cursor.FuzzyTimeOfDay ( src/Cursor/FuzzyTimeOfDay.hs, dist/build/Cursor/FuzzyTimeOfDay.p_o )
  988. 245.62 s [cursor-fuzzy-time] [4 of 4] Compiling Paths_cursor_fuzzy_time ( dist/build/autogen/Paths_cursor_fuzzy_time.hs, dist/build/Paths_cursor_fuzzy_time.p_o )
  989. 245.67 s [mergeful] Phase: fixupPhase
  990. 245.69 s [mergeful] shrinking RPATHs of ELF executables and libraries in /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0
  991. 245.69 s [mergeful] shrinking /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSmergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL-ghc9.10.3.so
  992. 245.70 s [genvalidity-hspec] [ 3 of 13] Compiling Test.Validity.Shrinking ( src/Test/Validity/Shrinking.hs, nothing )
  993. 245.70 s [mergeful] checking for references to /build/ in /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0...
  994. 245.72 s [genvalidity-hspec] [ 4 of 13] Compiling Test.Validity.Show ( src/Test/Validity/Show.hs, nothing )
  995. 245.72 s [mergeful] patching script interpreter paths in /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0
  996. 245.72 s [mergeful] stripping (with command strip and flags -S -p) in /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0/lib
  997. 245.73 s [genvalidity-hspec] [ 5 of 13] Compiling Test.Validity.Ord ( src/Test/Validity/Ord.hs, nothing )
  998. 245.75 s [autodocodec-yaml-source] Phase: unpackPhase
  999. 245.75 s [autodocodec-yaml-source] unpacking source archive /nix/store/fsxl0f6ikqdbpd17vxwmynbsvq80fs1w-autodocodec-yaml
  1000. 245.76 s [autodocodec-yaml-source] source root is autodocodec-yaml
  1001. 245.77 s [autodocodec-yaml-source] Phase: patchPhase
  1002. 245.78 s [autodocodec-yaml-source] Phase: compileBuildDriverPhase
  1003. 245.78 s [autodocodec-yaml-source] setupCompileFlags: -package-db=/build/tmp.EKbAiQkFpA/setup-package.conf.d -threaded
  1004. 245.82 s [genvalidity-hspec] [ 6 of 13] Compiling Test.Validity.Monoid ( src/Test/Validity/Monoid.hs, nothing )
  1005. 245.83 s [autodocodec-yaml-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.EKbAiQkFpA/Main.o )
  1006. 245.84 s [genvalidity-hspec] [ 7 of 13] Compiling Test.Validity.Monad ( src/Test/Validity/Monad.hs, nothing )
  1007. 245.84 s [mergeful] shrinking RPATHs of ELF executables and libraries in /nix/store/1s8p244mghlkj3hdgzz564wpk2cmh58f-mergeful-0.3.0.0-doc
  1008. 245.85 s [mergeful] checking for references to /build/ in /nix/store/1s8p244mghlkj3hdgzz564wpk2cmh58f-mergeful-0.3.0.0-doc...
  1009. 245.87 s [mergeful] patching script interpreter paths in /nix/store/1s8p244mghlkj3hdgzz564wpk2cmh58f-mergeful-0.3.0.0-doc
  1010. 245.88 s [autodocodec-yaml-source] [2 of 2] Linking Setup
  1011. 245.94 s [genvalidity-hspec] [ 8 of 13] Compiling Test.Validity.GenValidity ( src/Test/Validity/GenValidity.hs, nothing )
  1012. 245.95 s [genvalidity-hspec] [ 9 of 13] Compiling Test.Validity.Functor ( src/Test/Validity/Functor.hs, nothing )
  1013. 245.96 s [genvalidity-hspec] [10 of 13] Compiling Test.Validity.Eq ( src/Test/Validity/Eq.hs, nothing )
  1014. 245.97 s [genvalidity-hspec] [11 of 13] Compiling Test.Validity.Arbitrary ( src/Test/Validity/Arbitrary.hs, nothing )
  1015. 245.98 s [genvalidity-hspec] [12 of 13] Compiling Test.Validity.Applicative ( src/Test/Validity/Applicative.hs, nothing )
  1016. 246.07 s [genvalidity-hspec] [13 of 13] Compiling Test.Validity ( src/Test/Validity.hs, nothing )
  1017. 246.08 s [genvalidity-hspec] Haddock coverage:
  1018. 246.08 s [genvalidity-hspec] 22% ( 2 / 9) in 'Test.Validity.Utils'
  1019. 246.08 s [genvalidity-hspec] Missing documentation for:
  1020. 246.08 s [genvalidity-hspec] nameOf (src/Test/Validity/Utils.hs:38)
  1021. 246.08 s [genvalidity-hspec] genDescr (src/Test/Validity/Utils.hs:49)
  1022. 246.08 s [genvalidity-hspec] binRelStr (src/Test/Validity/Utils.hs:56)
  1023. 246.08 s [genvalidity-hspec] shouldFail (src/Test/Validity/Utils.hs:120)
  1024. 246.08 s [genvalidity-hspec] Anon (src/Test/Validity/Utils.hs:60)
  1025. 246.08 s [genvalidity-hspec] shouldBeValid
  1026. 246.08 s [genvalidity-hspec] shouldBeInvalid
  1027. 246.08 s [genvalidity-hspec] 45% ( 5 / 11) in 'Test.Validity.Shrinking'
  1028. 246.08 s [genvalidity-hspec] Missing documentation for:
  1029. 246.08 s [genvalidity-hspec] shrinkValidSpec (src/Test/Validity/Shrinking.hs:35)
  1030. 246.08 s [genvalidity-hspec] shrinkValidSpecWithLimit (src/Test/Validity/Shrinking.hs:48)
  1031. 246.08 s [genvalidity-hspec] shrinkValidPreservesValidOnGenValid (src/Test/Validity/Shrinking.hs:66)
  1032. 246.08 s [genvalidity-hspec] shrinkValidPreservesValidOnGenValidWithLimit (src/Test/Validity/Shrinking.hs:74)
  1033. 246.08 s [genvalidity-hspec] shrinkValidDoesNotShrinkToItself (src/Test/Validity/Shrinking.hs:81)
  1034. 246.08 s [genvalidity-hspec] shrinkValidDoesNotShrinkToItselfWithLimit (src/Test/Validity/Shrinking.hs:89)
  1035. 246.08 s [genvalidity-hspec] 100% ( 7 / 7) in 'Test.Validity.Show'
  1036. 246.08 s [genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Ord'
  1037. 246.09 s [genvalidity-hspec] 100% ( 5 / 5) in 'Test.Validity.Monoid'
  1038. 246.09 s [genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Monad'
  1039. 246.09 s [genvalidity-hspec] 100% ( 5 / 5) in 'Test.Validity.GenValidity'
  1040. 246.09 s [genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Functor'
  1041. 246.09 s [genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Eq'
  1042. 246.09 s [genvalidity-hspec] 100% ( 3 / 3) in 'Test.Validity.Arbitrary'
  1043. 246.09 s [genvalidity-hspec] 100% ( 4 / 4) in 'Test.Validity.Applicative'
  1044. 246.09 s [genvalidity-hspec] Warning: 'Spec' is out of scope.
  1045. 246.09 s [genvalidity-hspec] If you qualify the identifier, haddock can try to link it anyway.
  1046. 246.09 s [genvalidity-hspec] Warning: 'producesValidsOnValids' is out of scope.
  1047. 246.09 s [genvalidity-hspec] If you qualify the identifier, haddock can try to link it anyway.
  1048. 246.09 s [genvalidity-hspec] 63% (122 /192) in 'Test.Validity'
  1049. 246.09 s [genvalidity-hspec] Missing documentation for:
  1050. 246.09 s [genvalidity-hspec] forAllValid
  1051. 246.09 s [genvalidity-hspec] shouldBeValid
  1052. 246.09 s [genvalidity-hspec] shouldBeInvalid
  1053. 246.09 s [genvalidity-hspec] shrinkValidSpec (src/Test/Validity/Shrinking.hs:35)
  1054. 246.09 s [genvalidity-hspec] shrinkValidSpecWithLimit (src/Test/Validity/Shrinking.hs:48)
  1055. 246.09 s [genvalidity-hspec] shrinkValidPreservesValidOnGenValid (src/Test/Validity/Shrinking.hs:66)
  1056. 246.09 s [genvalidity-hspec] producesValidsOnGens2
  1057. 246.09 s [genvalidity-hspec] producesValid2
  1058. 246.09 s [genvalidity-hspec] producesValidsOnArbitrary2
  1059. 246.09 s [genvalidity-hspec] producesValidsOnGens3
  1060. 246.09 s [genvalidity-hspec] producesValid3
  1061. 246.09 s [genvalidity-hspec] producesValidsOnArbitrary3
  1062. 246.09 s [genvalidity-hspec] succeedsOnGens2
  1063. 246.09 s [genvalidity-hspec] succeeds2
  1064. 246.09 s [genvalidity-hspec] succeedsOnArbitrary2
  1065. 246.09 s [genvalidity-hspec] failsOnGens2
  1066. 246.09 s [genvalidity-hspec] validIfSucceedsOnGens2
  1067. 246.09 s [genvalidity-hspec] validIfSucceeds2
  1068. 246.09 s [genvalidity-hspec] validIfSucceedsOnArbitrary2
  1069. 246.09 s [genvalidity-hspec] validIfSucceedsOnGens3
  1070. 246.09 s [genvalidity-hspec] validIfSucceeds3
  1071. 246.09 s [genvalidity-hspec] validIfSucceedsOnArbitrary3
  1072. 246.09 s [genvalidity-hspec] equivalentOnGen
  1073. 246.09 s [genvalidity-hspec] equivalent
  1074. 246.09 s [genvalidity-hspec] equivalentOnGens2
  1075. 246.09 s [genvalidity-hspec] equivalent2
  1076. 246.09 s [genvalidity-hspec] equivalentOnGens3
  1077. 246.09 s [genvalidity-hspec] equivalent3
  1078. 246.09 s [genvalidity-hspec] equivalentOnArbitrary3
  1079. 246.09 s [genvalidity-hspec] equivalentWhenFirstSucceedsOnGen
  1080. 246.10 s [genvalidity-hspec] equivalentWhenFirstSucceeds
  1081. 246.10 s [genvalidity-hspec] equivalentWhenFirstSucceedsOnArbitrary
  1082. 246.10 s [genvalidity-hspec] equivalentWhenFirstSucceedsOnGens2
  1083. 246.10 s [genvalidity-hspec] equivalentWhenFirstSucceeds2
  1084. 246.10 s [genvalidity-hspec] equivalentWhenFirstSucceedsOnArbitrary2
  1085. 246.10 s [genvalidity-hspec] equivalentWhenSecondSucceedsOnGen
  1086. 246.10 s [genvalidity-hspec] equivalentWhenSecondSucceeds
  1087. 246.10 s [genvalidity-hspec] equivalentWhenSecondSucceedsOnArbitrary
  1088. 246.10 s [genvalidity-hspec] equivalentWhenSecondSucceedsOnGens2
  1089. 246.10 s [genvalidity-hspec] equivalentWhenSecondSucceeds2
  1090. 246.10 s [genvalidity-hspec] equivalentWhenSecondSucceedsOnArbitrary2
  1091. 246.10 s [genvalidity-hspec] equivalentWhenSucceedOnGen
  1092. 246.10 s [genvalidity-hspec] equivalentWhenSucceed
  1093. 246.10 s [genvalidity-hspec] equivalentWhenSucceedOnArbitrary
  1094. 246.10 s [genvalidity-hspec] equivalentWhenSucceedOnGens2
  1095. 246.10 s [genvalidity-hspec] equivalentWhenSucceed2
  1096. 246.10 s [genvalidity-hspec] equivalentWhenSucceedOnArbitrary2
  1097. 246.10 s [genvalidity-hspec] inverseFunctionsOnGen
  1098. 246.10 s [genvalidity-hspec] inverseFunctions
  1099. 246.10 s [genvalidity-hspec] inverseFunctionsIfFirstSucceedsOnGen
  1100. 246.10 s [genvalidity-hspec] inverseFunctionsIfFirstSucceeds
  1101. 246.10 s [genvalidity-hspec] inverseFunctionsIfFirstSucceedsOnArbitrary
  1102. 246.10 s [genvalidity-hspec] inverseFunctionsIfSecondSucceedsOnGen
  1103. 246.10 s [genvalidity-hspec] inverseFunctionsIfSecondSucceeds
  1104. 246.10 s [genvalidity-hspec] inverseFunctionsIfSecondSucceedsOnArbitrary
  1105. 246.10 s [genvalidity-hspec] inverseFunctionsIfSucceedOnGen
  1106. 246.10 s [genvalidity-hspec] inverseFunctionsIfSucceed
  1107. 246.10 s [genvalidity-hspec] inverseFunctionsIfSucceedOnArbitrary
  1108. 246.10 s [genvalidity-hspec] idempotentOnGen
  1109. 246.10 s [genvalidity-hspec] idempotent
  1110. 246.10 s [genvalidity-hspec] reflexivityOnGen
  1111. 246.10 s [genvalidity-hspec] transitivityOnGens
  1112. 246.10 s [genvalidity-hspec] antisymmetryOnGensWithEquality
  1113. 246.10 s [genvalidity-hspec] antisymmetryOnGens
  1114. 246.10 s [genvalidity-hspec] antireflexivityOnGen
  1115. 246.10 s [genvalidity-hspec] symmetryOnGens
  1116. 246.10 s [genvalidity-hspec] leftIdentityOnGenWithEquality
  1117. 246.10 s [genvalidity-hspec] leftIdentityOnGen
  1118. 246.10 s [genvalidity-hspec] rightIdentityOnGenWithEquality
  1119. 246.10 s [genvalidity-hspec] rightIdentityOnGen
  1120. 246.89 s [cursor-fuzzy-time] Phase: checkPhase
  1121. 246.91 s [cursor-fuzzy-time] Package has no test suites.
  1122. 246.92 s [cursor-fuzzy-time] Phase: haddockPhase
  1123. 247.03 s [cursor-fuzzy-time] Preprocessing library for cursor-fuzzy-time-0.1.0.0...
  1124. 247.03 s [cursor-fuzzy-time] Running Haddock on library for cursor-fuzzy-time-0.1.0.0...
  1125. 247.06 s [autodocodec-yaml-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  1126. 247.07 s [autodocodec-yaml-source] Phase: configurePhase
  1127. 247.07 s [autodocodec-yaml-source] configureFlags: --verbose --prefix=/nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/autodocodec-yaml-0.4.0.2 --with-gcc=gcc --package-db=/build/tmp.EKbAiQkFpA/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  1128. 247.08 s [autodocodec-yaml-source] Using Parsec parser
  1129. 247.08 s [autodocodec-yaml-source] Configuring autodocodec-yaml-0.4.0.2...
  1130. 247.19 s [cursor-fuzzy-time] [1 of 4] Compiling Cursor.FuzzyDay ( src/Cursor/FuzzyDay.hs, nothing )
  1131. 247.37 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0
  1132. 247.81 s [post-build-hook] Pushing 2 paths (174 are already present) using zstd to cache smos ⏳
  1133. 247.81 s [post-build-hook]
  1134. 248.16 s [post-build-hook] Pushing /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0 (9.34 MiB)
  1135. 248.17 s [post-build-hook] Pushing /nix/store/1s8p244mghlkj3hdgzz564wpk2cmh58f-mergeful-0.3.0.0-doc (2.77 MiB)
  1136. 249.58 s [post-build-hook]
  1137. 249.68 s [post-build-hook] All done.
  1138. 249.68 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0
  1139. 249.68 s [post-build-hook] copying 0 paths...
  1140. 249.81 s [post-build-hook] copying 0 paths...
  1141. 249.88 s Progress: 57 of 156 built (4 building), 815 of 815 downloaded from cache
  1142. 249.88 s [cursor-brick] [ 6 of 10] Compiling Cursor.Brick.TextField ( src/Cursor/Brick/TextField.hs, dist/build/Cursor/Brick/TextField.o, dist/build/Cursor/Brick/TextField.dyn_o )
  1143. 249.88 s [cursor-brick] [ 7 of 10] Compiling Cursor.Brick.Tree ( src/Cursor/Brick/Tree.hs, dist/build/Cursor/Brick/Tree.o, dist/build/Cursor/Brick/Tree.dyn_o )
  1144. 249.88 s [cursor-brick] [ 8 of 10] Compiling Cursor.Brick.Forest ( src/Cursor/Brick/Forest.hs, dist/build/Cursor/Brick/Forest.o, dist/build/Cursor/Brick/Forest.dyn_o )
  1145. 249.88 s [cursor-brick] [ 9 of 10] Compiling Cursor.Brick ( src/Cursor/Brick.hs, dist/build/Cursor/Brick.o, dist/build/Cursor/Brick.dyn_o )
  1146. 249.88 s [cursor-brick] [10 of 10] Compiling Paths_cursor_brick ( dist/build/autogen/Paths_cursor_brick.hs, dist/build/Paths_cursor_brick.o, dist/build/Paths_cursor_brick.dyn_o )
  1147. 249.88 s [cursor-brick] [ 1 of 10] Compiling Cursor.Brick.List ( src/Cursor/Brick/List.hs, dist/build/Cursor/Brick/List.p_o )
  1148. 249.88 s [cursor-brick] [ 2 of 10] Compiling Cursor.Brick.List.NonEmpty ( src/Cursor/Brick/List/NonEmpty.hs, dist/build/Cursor/Brick/List/NonEmpty.p_o )
  1149. 249.88 s [cursor-brick] [ 3 of 10] Compiling Cursor.Brick.Map ( src/Cursor/Brick/Map.hs, dist/build/Cursor/Brick/Map.p_o )
  1150. 249.88 s [cursor-brick] [ 4 of 10] Compiling Cursor.Brick.Map.KeyValue ( src/Cursor/Brick/Map/KeyValue.hs, dist/build/Cursor/Brick/Map/KeyValue.p_o )
  1151. 249.88 s [cursor-brick] [ 5 of 10] Compiling Cursor.Brick.Text ( src/Cursor/Brick/Text.hs, dist/build/Cursor/Brick/Text.p_o )
  1152. 249.88 s [cursor-brick] [ 6 of 10] Compiling Cursor.Brick.TextField ( src/Cursor/Brick/TextField.hs, dist/build/Cursor/Brick/TextField.p_o )
  1153. 249.88 s [cursor-brick] [ 7 of 10] Compiling Cursor.Brick.Tree ( src/Cursor/Brick/Tree.hs, dist/build/Cursor/Brick/Tree.p_o )
  1154. 249.88 s [cursor-brick] [ 8 of 10] Compiling Cursor.Brick.Forest ( src/Cursor/Brick/Forest.hs, dist/build/Cursor/Brick/Forest.p_o )
  1155. 249.88 s [cursor-brick] [ 9 of 10] Compiling Cursor.Brick ( src/Cursor/Brick.hs, dist/build/Cursor/Brick.p_o )
  1156. 249.88 s [cursor-brick] [10 of 10] Compiling Paths_cursor_brick ( dist/build/autogen/Paths_cursor_brick.hs, dist/build/Paths_cursor_brick.p_o )
  1157. 249.88 s [cursor-fuzzy-time] [2 of 4] Compiling Cursor.FuzzyLocalTime ( src/Cursor/FuzzyLocalTime.hs, nothing )
  1158. 249.88 s [cursor-fuzzy-time] [3 of 4] Compiling Cursor.FuzzyTimeOfDay ( src/Cursor/FuzzyTimeOfDay.hs, nothing )
  1159. 249.88 s [cursor-fuzzy-time] [4 of 4] Compiling Paths_cursor_fuzzy_time ( dist/build/autogen/Paths_cursor_fuzzy_time.hs, nothing )
  1160. 249.88 s [cursor-fuzzy-time] Haddock coverage:
  1161. 249.88 s [cursor-fuzzy-time] 0% ( 0 / 9) in 'Cursor.FuzzyDay'
  1162. 249.88 s [cursor-fuzzy-time] Missing documentation for:
  1163. 249.88 s [cursor-fuzzy-time] Module header
  1164. 249.88 s [cursor-fuzzy-time] FuzzyDayCursor (src/Cursor/FuzzyDay.hs:27)
  1165. 249.88 s [cursor-fuzzy-time] emptyFuzzyDayCursor (src/Cursor/FuzzyDay.hs:38)
  1166. 249.88 s [cursor-fuzzy-time] makeFuzzyDayCursor (src/Cursor/FuzzyDay.hs:45)
  1167. 249.88 s [cursor-fuzzy-time] rebuildFuzzyDayCursorForwards (src/Cursor/FuzzyDay.hs:56)
  1168. 249.88 s [cursor-fuzzy-time] rebuildFuzzyDayCursorBackwards (src/Cursor/FuzzyDay.hs:60)
  1169. 249.88 s [cursor-fuzzy-time] fuzzyDayCursorTextCursorL (src/Cursor/FuzzyDay.hs:64)
  1170. 249.88 s [cursor-fuzzy-time] fuzzyDayCursorGuessForwards (src/Cursor/FuzzyDay.hs:69)
  1171. 249.88 s [cursor-fuzzy-time] fuzzyDayCursorGuessBackwards (src/Cursor/FuzzyDay.hs:74)
  1172. 249.88 s [cursor-fuzzy-time] 0% ( 0 / 9) in 'Cursor.FuzzyLocalTime'
  1173. 249.88 s [cursor-fuzzy-time] Missing documentation for:
  1174. 249.88 s [cursor-fuzzy-time] Module header
  1175. 249.88 s [cursor-fuzzy-time] FuzzyLocalTimeCursor (src/Cursor/FuzzyLocalTime.hs:27)
  1176. 249.88 s [cursor-fuzzy-time] emptyFuzzyLocalTimeCursor (src/Cursor/FuzzyLocalTime.hs:38)
  1177. 249.88 s [cursor-fuzzy-time] makeFuzzyLocalTimeCursor (src/Cursor/FuzzyLocalTime.hs:45)
  1178. 249.88 s [cursor-fuzzy-time] rebuildFuzzyLocalTimeCursorForwards (src/Cursor/FuzzyLocalTime.hs:61)
  1179. 249.88 s [cursor-fuzzy-time] rebuildFuzzyLocalTimeCursorBackwards (src/Cursor/FuzzyLocalTime.hs:65)
  1180. 249.88 s [cursor-fuzzy-time] fuzzyLocalTimeCursorTextCursorL (src/Cursor/FuzzyLocalTime.hs:69)
  1181. 249.88 s [cursor-fuzzy-time] fuzzyLocalTimeCursorGuessForwards (src/Cursor/FuzzyLocalTime.hs:73)
  1182. 249.88 s [cursor-fuzzy-time] fuzzyLocalTimeCursorGuessBackwards (src/Cursor/FuzzyLocalTime.hs:78)
  1183. 249.88 s [cursor-fuzzy-time] 0% ( 0 / 9) in 'Cursor.FuzzyTimeOfDay'
  1184. 249.88 s [cursor-fuzzy-time] Missing documentation for:
  1185. 249.88 s [cursor-fuzzy-time] Module header
  1186. 249.88 s [cursor-fuzzy-time] FuzzyTimeOfDayCursor (src/Cursor/FuzzyTimeOfDay.hs:27)
  1187. 249.88 s [cursor-fuzzy-time] emptyFuzzyTimeOfDayCursor (src/Cursor/FuzzyTimeOfDay.hs:38)
  1188. 249.88 s [cursor-fuzzy-time] makeFuzzyTimeOfDayCursor (src/Cursor/FuzzyTimeOfDay.hs:45)
  1189. 249.88 s [cursor-fuzzy-time] rebuildFuzzyTimeOfDayCursorForwards (src/Cursor/FuzzyTimeOfDay.hs:53)
  1190. 249.88 s [cursor-fuzzy-time] rebuildFuzzyTimeOfDayCursorBackwards (src/Cursor/FuzzyTimeOfDay.hs:57)
  1191. 249.88 s [cursor-fuzzy-time] fuzzyTimeOfDayCursorTextCursorL (src/Cursor/FuzzyTimeOfDay.hs:61)
  1192. 249.88 s [cursor-fuzzy-time] fuzzyTimeOfDayCursorGuessForwards (src/Cursor/FuzzyTimeOfDay.hs:65)
  1193. 249.88 s [cursor-fuzzy-time] fuzzyTimeOfDayCursorGuessBackwards (src/Cursor/FuzzyTimeOfDay.hs:70)
  1194. 249.88 s [cursor-fuzzy-time] Warning: Cursor.FuzzyDay: could not find link destinations for:
  1195. 249.88 s [cursor-fuzzy-time] - Cursor.FuzzyDay.Rep_FuzzyDayCursor
  1196. 249.88 s [cursor-fuzzy-time] Warning: Cursor.FuzzyLocalTime: could not find link destinations for:
  1197. 249.88 s [cursor-fuzzy-time] - Cursor.FuzzyLocalTime.Rep_FuzzyLocalTimeCursor
  1198. 249.88 s [cursor-fuzzy-time] Warning: Cursor.FuzzyTimeOfDay: could not find link destinations for:
  1199. 249.88 s [cursor-fuzzy-time] - Cursor.FuzzyTimeOfDay.Rep_FuzzyTimeOfDayCursor
  1200. 249.88 s [autodocodec-yaml-source] Dependency autodocodec >=0.5.0.0: using autodocodec-0.5.0.0
  1201. 249.88 s [autodocodec-yaml-source] Dependency autodocodec-schema >=0.2.0.1: using autodocodec-schema-0.2.0.1
  1202. 249.88 s [autodocodec-yaml-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  1203. 249.88 s [autodocodec-yaml-source] Dependency bytestring: using bytestring-0.12.2.0
  1204. 249.88 s [autodocodec-yaml-source] Dependency containers: using containers-0.7
  1205. 249.88 s [autodocodec-yaml-source] Dependency path: using path-0.9.6
  1206. 249.88 s [autodocodec-yaml-source] Dependency path-io: using path-io-1.8.2
  1207. 249.88 s [autodocodec-yaml-source] Dependency safe-coloured-text >=0.3.0.1: using safe-coloured-text-0.3.0.2
  1208. 249.88 s [autodocodec-yaml-source] Dependency scientific: using scientific-0.3.8.0
  1209. 249.88 s [autodocodec-yaml-source] Dependency text: using text-2.1.3
  1210. 249.88 s [autodocodec-yaml-source] Dependency vector: using vector-0.13.2.0
  1211. 249.88 s [autodocodec-yaml-source] Dependency yaml: using yaml-0.11.11.2
  1212. 249.88 s [autodocodec-yaml-source] Source component graph: component lib
  1213. 249.88 s [autodocodec-yaml-source] Configured component graph:
  1214. 249.88 s [autodocodec-yaml-source] component autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  1215. 249.88 s [autodocodec-yaml-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  1216. 249.88 s [autodocodec-yaml-source] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  1217. 249.88 s [autodocodec-yaml-source] include base-4.20.2.0-fafd
  1218. 249.88 s [autodocodec-yaml-source] include bytestring-0.12.2.0-96e1
  1219. 249.88 s [autodocodec-yaml-source] include containers-0.7-96b4
  1220. 249.88 s [autodocodec-yaml-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  1221. 249.89 s [autodocodec-yaml-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  1222. 249.89 s [autodocodec-yaml-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  1223. 249.89 s [autodocodec-yaml-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1224. 249.89 s [autodocodec-yaml-source] include text-2.1.3-34f1
  1225. 249.89 s [autodocodec-yaml-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  1226. 249.89 s [autodocodec-yaml-source] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  1227. 249.89 s [autodocodec-yaml-source] Linked component graph:
  1228. 249.89 s [autodocodec-yaml-source] unit autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  1229. 249.89 s [autodocodec-yaml-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  1230. 249.89 s [autodocodec-yaml-source] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  1231. 249.89 s [autodocodec-yaml-source] include base-4.20.2.0-fafd
  1232. 249.89 s [autodocodec-yaml-source] include bytestring-0.12.2.0-96e1
  1233. 249.89 s [autodocodec-yaml-source] include containers-0.7-96b4
  1234. 249.89 s [autodocodec-yaml-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  1235. 249.89 s [autodocodec-yaml-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  1236. 249.89 s [autodocodec-yaml-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  1237. 249.89 s [autodocodec-yaml-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1238. 249.89 s [autodocodec-yaml-source] include text-2.1.3-34f1
  1239. 249.89 s [autodocodec-yaml-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  1240. 249.89 s [autodocodec-yaml-source] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  1241. 249.89 s [autodocodec-yaml-source] Autodocodec.Yaml=autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6:Autodocodec.Yaml,Autodocodec.Yaml.Encode=autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6:Autodocodec.Yaml.Encode,Autodocodec.Yaml.IO=autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6:Autodocodec.Yaml.IO,Autodocodec.Yaml.Schema=autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6:Autodocodec.Yaml.Schema
  1242. 249.89 s [autodocodec-yaml-source] Ready component graph:
  1243. 249.89 s [autodocodec-yaml-source] definite autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  1244. 249.89 s [autodocodec-yaml-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  1245. 249.89 s [autodocodec-yaml-source] depends autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  1246. 249.89 s [autodocodec-yaml-source] depends base-4.20.2.0-fafd
  1247. 249.89 s [autodocodec-yaml-source] depends bytestring-0.12.2.0-96e1
  1248. 249.89 s [autodocodec-yaml-source] depends containers-0.7-96b4
  1249. 249.89 s [autodocodec-yaml-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  1250. 249.89 s [autodocodec-yaml-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  1251. 249.89 s [autodocodec-yaml-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  1252. 249.89 s [autodocodec-yaml-source] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1253. 249.89 s [autodocodec-yaml-source] depends text-2.1.3-34f1
  1254. 249.89 s [autodocodec-yaml-source] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  1255. 249.89 s [autodocodec-yaml-source] depends yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  1256. 249.89 s [autodocodec-yaml-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  1257. 249.89 s [autodocodec-yaml-source] Using compiler: ghc-9.10.3
  1258. 249.89 s [autodocodec-yaml-source] Using install prefix:
  1259. 249.89 s [autodocodec-yaml-source] /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2
  1260. 249.89 s [autodocodec-yaml-source] Executables installed in:
  1261. 249.89 s [autodocodec-yaml-source] /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2/bin
  1262. 249.89 s [autodocodec-yaml-source] Libraries installed in:
  1263. 249.89 s [autodocodec-yaml-source] /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  1264. 249.89 s [autodocodec-yaml-source] Dynamic Libraries installed in:
  1265. 249.89 s [autodocodec-yaml-source] /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  1266. 249.89 s [autodocodec-yaml-source] Private executables installed in:
  1267. 249.89 s [autodocodec-yaml-source] /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2/libexec/x86_64-linux-ghc-9.10.3-a85d/autodocodec-yaml-0.4.0.2
  1268. 249.89 s [autodocodec-yaml-source] Data files installed in:
  1269. 249.89 s [autodocodec-yaml-source] /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2/share/x86_64-linux-ghc-9.10.3-a85d/autodocodec-yaml-0.4.0.2
  1270. 249.89 s [autodocodec-yaml-source] Documentation installed in: /share/doc/autodocodec-yaml-0.4.0.2
  1271. 249.89 s [autodocodec-yaml-source] Configuration files installed in:
  1272. 249.89 s [autodocodec-yaml-source] /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2/etc
  1273. 249.89 s [autodocodec-yaml-source] No alex found
  1274. 249.89 s [autodocodec-yaml-source] Using ar found on system at:
  1275. 249.89 s [autodocodec-yaml-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  1276. 249.89 s [autodocodec-yaml-source] No c2hs found
  1277. 249.89 s [autodocodec-yaml-source] No cpphs found
  1278. 249.89 s [autodocodec-yaml-source] No doctest found
  1279. 249.89 s [autodocodec-yaml-source] Using gcc version 14.3.0 given by user at:
  1280. 249.89 s [autodocodec-yaml-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  1281. 249.89 s [autodocodec-yaml-source] Using ghc version 9.10.3 found on system at:
  1282. 249.89 s [autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  1283. 249.89 s [autodocodec-yaml-source] Using ghc-pkg version 9.10.3 found on system at:
  1284. 249.89 s [autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  1285. 249.89 s [autodocodec-yaml-source] No ghcjs found
  1286. 249.89 s [autodocodec-yaml-source] No ghcjs-pkg found
  1287. 249.89 s [autodocodec-yaml-source] No greencard found
  1288. 249.89 s [autodocodec-yaml-source] Using haddock version 2.31.1 found on system at:
  1289. 249.89 s [autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  1290. 249.89 s [autodocodec-yaml-source] No happy found
  1291. 249.89 s [autodocodec-yaml-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  1292. 249.89 s [autodocodec-yaml-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1293. 249.89 s [autodocodec-yaml-source] No hmake found
  1294. 249.89 s [autodocodec-yaml-source] Using hpc version 0.69 found on system at:
  1295. 249.89 s [autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  1296. 249.89 s [autodocodec-yaml-source] Using hsc2hs version 0.68.10 found on system at:
  1297. 249.89 s [autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  1298. 249.89 s [autodocodec-yaml-source] Using hscolour version 1.25 found on system at:
  1299. 249.89 s [autodocodec-yaml-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  1300. 249.89 s [autodocodec-yaml-source] No jhc found
  1301. 249.89 s [autodocodec-yaml-source] Using ld found on system at:
  1302. 249.89 s [autodocodec-yaml-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  1303. 249.89 s [autodocodec-yaml-source] No pkg-config found
  1304. 249.89 s [autodocodec-yaml-source] Using runghc version 9.10.3 found on system at:
  1305. 249.89 s [autodocodec-yaml-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  1306. 249.89 s [autodocodec-yaml-source] Using strip version 2.44 found on system at:
  1307. 249.89 s [autodocodec-yaml-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  1308. 249.89 s [autodocodec-yaml-source] Using tar found on system at:
  1309. 249.89 s [autodocodec-yaml-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  1310. 249.89 s [autodocodec-yaml-source] No uhc found
  1311. 249.89 s [autodocodec-yaml-source] Phase: buildPhase
  1312. 249.89 s [autodocodec-yaml-source] Distribution quality warnings:
  1313. 249.89 s [autodocodec-yaml-source] [no-category] No 'category' field.
  1314. 249.89 s [autodocodec-yaml-source] [no-description] No 'description' field.
  1315. 249.89 s [autodocodec-yaml-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  1316. 249.89 s [autodocodec-yaml-source] - autodocodec
  1317. 249.89 s [autodocodec-yaml-source] - autodocodec-schema
  1318. 249.89 s [autodocodec-yaml-source] - bytestring
  1319. 249.89 s [autodocodec-yaml-source] - containers
  1320. 249.89 s [autodocodec-yaml-source] - path
  1321. 249.89 s [autodocodec-yaml-source] - path-io
  1322. 249.89 s [autodocodec-yaml-source] - safe-coloured-text
  1323. 249.89 s [autodocodec-yaml-source] - scientific
  1324. 249.89 s [autodocodec-yaml-source] - text
  1325. 249.89 s [autodocodec-yaml-source] - vector
  1326. 249.89 s [autodocodec-yaml-source] - yaml
  1327. 249.89 s [autodocodec-yaml-source] Please add them. There is more information at https://pvp.haskell.org/
  1328. 249.89 s [autodocodec-yaml-source] Building source dist for autodocodec-yaml-0.4.0.2...
  1329. 249.89 s [autodocodec-yaml-source] Source tarball created: dist/autodocodec-yaml-0.4.0.2.tar.gz
  1330. 249.89 s [autodocodec-yaml-source] Phase: haddockPhase
  1331. 249.89 s [autodocodec-yaml-source] Phase: installPhase
  1332. 249.89 s [autodocodec-yaml-source] Phase: fixupPhase
  1333. 250.07 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2
  1334. 250.45 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  1335. 250.45 s [post-build-hook]
  1336. 250.78 s [post-build-hook] Pushing /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2 (6.49 KiB)
  1337. 251.69 s [post-build-hook]
  1338. 251.69 s [post-build-hook] All done.
  1339. 251.71 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2
  1340. 251.77 s [post-build-hook] copying 1 paths...
  1341. 251.77 s [post-build-hook] copying path '/nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2' to 'https://cache.staging.nix-ci.com'...
  1342. 252.10 s [post-build-hook] copying 0 paths...
  1343. 252.13 s Progress: 58 of 156 built (3 building), 815 of 815 downloaded from cache
  1344. 252.25 s Building autodocodec-yaml
  1345. 252.25 s [genvalidity-hspec] Documentation created: dist/doc/html/genvalidity-hspec/,
  1346. 252.25 s [genvalidity-hspec] dist/doc/html/genvalidity-hspec/genvalidity-hspec.txt
  1347. 252.25 s [genvalidity-hspec] Preprocessing test suite 'genvalidity-hspec-test' for genvalidity-hspec-1.0.0.4...
  1348. 252.25 s [genvalidity-hspec] Phase: installPhase
  1349. 252.25 s [genvalidity-hspec] Installing library in /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1350. 252.25 s [genvalidity-hspec] Phase: fixupPhase
  1351. 252.25 s [genvalidity-hspec] shrinking RPATHs of ELF executables and libraries in /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4
  1352. 252.25 s [genvalidity-hspec] shrinking /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g-ghc9.10.3.so
  1353. 252.25 s [genvalidity-hspec] checking for references to /build/ in /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4...
  1354. 252.25 s [genvalidity-hspec] patching script interpreter paths in /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4
  1355. 252.25 s [genvalidity-hspec] stripping (with command strip and flags -S -p) in /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4/lib
  1356. 252.25 s [genvalidity-hspec] shrinking RPATHs of ELF executables and libraries in /nix/store/bbw90z0zmmanm0mrz69mhrf7g4iiwkxb-genvalidity-hspec-1.0.0.4-doc
  1357. 252.25 s [genvalidity-hspec] checking for references to /build/ in /nix/store/bbw90z0zmmanm0mrz69mhrf7g4iiwkxb-genvalidity-hspec-1.0.0.4-doc...
  1358. 252.25 s [genvalidity-hspec] patching script interpreter paths in /nix/store/bbw90z0zmmanm0mrz69mhrf7g4iiwkxb-genvalidity-hspec-1.0.0.4-doc
  1359. 252.25 s [cursor-brick] Phase: checkPhase
  1360. 252.25 s [cursor-brick] Package has no test suites.
  1361. 252.25 s [cursor-brick] Phase: haddockPhase
  1362. 252.25 s [cursor-brick] Preprocessing library for cursor-brick-0.1.0.1...
  1363. 252.25 s [cursor-brick] Running Haddock on library for cursor-brick-0.1.0.1...
  1364. 252.25 s [cursor-brick] Warning: The documentation for the following packages are not installed. No
  1365. 252.25 s [cursor-brick] links will be generated to these packages: vector-0.13.2.0
  1366. 252.25 s [cursor-brick] [ 1 of 10] Compiling Cursor.Brick.List ( src/Cursor/Brick/List.hs, nothing )
  1367. 252.25 s [cursor-brick] [ 2 of 10] Compiling Cursor.Brick.List.NonEmpty ( src/Cursor/Brick/List/NonEmpty.hs, nothing )
  1368. 252.25 s [cursor-brick] [ 3 of 10] Compiling Cursor.Brick.Map ( src/Cursor/Brick/Map.hs, nothing )
  1369. 252.25 s [cursor-brick] [ 4 of 10] Compiling Cursor.Brick.Map.KeyValue ( src/Cursor/Brick/Map/KeyValue.hs, nothing )
  1370. 252.25 s [cursor-brick] [ 5 of 10] Compiling Cursor.Brick.Text ( src/Cursor/Brick/Text.hs, nothing )
  1371. 252.25 s [cursor-brick] [ 6 of 10] Compiling Cursor.Brick.TextField ( src/Cursor/Brick/TextField.hs, nothing )
  1372. 252.25 s [cursor-brick] [ 7 of 10] Compiling Cursor.Brick.Tree ( src/Cursor/Brick/Tree.hs, nothing )
  1373. 252.25 s [cursor-brick] [ 8 of 10] Compiling Cursor.Brick.Forest ( src/Cursor/Brick/Forest.hs, nothing )
  1374. 252.26 s [cursor-brick] [ 9 of 10] Compiling Cursor.Brick ( src/Cursor/Brick.hs, nothing )
  1375. 252.26 s [cursor-brick] [10 of 10] Compiling Paths_cursor_brick ( dist/build/autogen/Paths_cursor_brick.hs, nothing )
  1376. 252.26 s [cursor-brick] Haddock coverage:
  1377. 252.26 s [cursor-brick] 0% ( 0 / 3) in 'Cursor.Brick.List'
  1378. 252.26 s [cursor-brick] Missing documentation for:
  1379. 252.26 s [cursor-brick] Module header
  1380. 252.26 s [cursor-brick] listCursorWidgetM (src/Cursor/Brick/List.hs:8)
  1381. 252.26 s [cursor-brick] listCursorWidget (src/Cursor/Brick/List.hs:11)
  1382. 252.26 s [cursor-brick] 0% ( 0 / 12) in 'Cursor.Brick.List.NonEmpty'
  1383. 252.26 s [cursor-brick] Missing documentation for:
  1384. 252.26 s [cursor-brick] Module header
  1385. 252.26 s [cursor-brick] verticalNonEmptyCursorTableWithHeader (src/Cursor/Brick/List/NonEmpty.hs:10)
  1386. 252.26 s [cursor-brick] verticalNonEmptyCursorTableWithHeaderM (src/Cursor/Brick/List/NonEmpty.hs:21)
  1387. 252.26 s [cursor-brick] verticalNonEmptyCursorTable (src/Cursor/Brick/List/NonEmpty.hs:26)
  1388. 252.26 s [cursor-brick] verticalNonEmptyCursorTableM (src/Cursor/Brick/List/NonEmpty.hs:39)
  1389. 252.26 s [cursor-brick] tableWidget (src/Cursor/Brick/List/NonEmpty.hs:43)
  1390. 252.26 s [cursor-brick] horizontalNonEmptyCursorWidgetM (src/Cursor/Brick/List/NonEmpty.hs:52)
  1391. 252.26 s [cursor-brick] horizontalNonEmptyCursorWidget (src/Cursor/Brick/List/NonEmpty.hs:64)
  1392. 252.26 s [cursor-brick] verticalNonEmptyCursorWidgetM (src/Cursor/Brick/List/NonEmpty.hs:76)
  1393. 252.26 s [cursor-brick] verticalNonEmptyCursorWidget (src/Cursor/Brick/List/NonEmpty.hs:88)
  1394. 252.26 s [cursor-brick] nonEmptyCursorWidgetM (src/Cursor/Brick/List/NonEmpty.hs:95)
  1395. 252.26 s [cursor-brick] nonEmptyCursorWidget (src/Cursor/Brick/List/NonEmpty.hs:99)
  1396. 252.26 s [cursor-brick] 0% ( 0 / 7) in 'Cursor.Brick.Map'
  1397. 252.26 s [cursor-brick] Missing documentation for:
  1398. 252.26 s [cursor-brick] Module header
  1399. 252.42 s [cursor-brick] horizontalMapCursorWidget (src/Cursor/Brick/Map.hs:15)
  1400. 252.42 s [cursor-brick] horizontalMapCursorWidgetM (src/Cursor/Brick/Map.hs:31)
  1401. 252.42 s [cursor-brick] verticalMapCursorWidget (src/Cursor/Brick/Map.hs:48)
  1402. 252.42 s [cursor-brick] verticalMapCursorWidgetM (src/Cursor/Brick/Map.hs:64)
  1403. 252.42 s [cursor-brick] mapCursorWidget (src/Cursor/Brick/Map.hs:79)
  1404. 252.42 s [cursor-brick] mapCursorWidgetM (src/Cursor/Brick/Map.hs:85)
  1405. 252.42 s [cursor-brick] 0% ( 0 / 3) in 'Cursor.Brick.Map.KeyValue'
  1406. 252.42 s [cursor-brick] Missing documentation for:
  1407. 252.42 s [cursor-brick] Module header
  1408. 252.42 s [cursor-brick] keyValueWidget (src/Cursor/Brick/Map/KeyValue.hs:11)
  1409. 252.42 s [cursor-brick] keyValueWidgetM (src/Cursor/Brick/Map/KeyValue.hs:18)
  1410. 252.42 s [cursor-brick] 90% ( 9 / 10) in 'Cursor.Brick.Text'
  1411. 252.42 s [cursor-brick] Missing documentation for:
  1412. 252.42 s [cursor-brick] Module header
  1413. 252.42 s [cursor-brick] 66% ( 2 / 3) in 'Cursor.Brick.TextField'
  1414. 252.42 s [cursor-brick] Missing documentation for:
  1415. 252.42 s [cursor-brick] Module header
  1416. 252.42 s [cursor-brick] 0% ( 0 / 5) in 'Cursor.Brick.Tree'
  1417. 252.42 s [cursor-brick] Missing documentation for:
  1418. 252.42 s [cursor-brick] Module header
  1419. 252.42 s [cursor-brick] verticalPaddedTreeCursorWidgetM (src/Cursor/Brick/Tree.hs:19)
  1420. 252.42 s [cursor-brick] verticalPaddedTreeCursorWidget (src/Cursor/Brick/Tree.hs:57)
  1421. 252.42 s [cursor-brick] treeCursorWidgetM (src/Cursor/Brick/Tree.hs:88)
  1422. 252.42 s [cursor-brick] treeCursorWidget (src/Cursor/Brick/Tree.hs:96)
  1423. 252.42 s [cursor-brick] 0% ( 0 / 9) in 'Cursor.Brick.Forest'
  1424. 252.42 s [cursor-brick] Missing documentation for:
  1425. 252.42 s [cursor-brick] Module header
  1426. 252.42 s [cursor-brick] horizontalForestCursorWidgetM (src/Cursor/Brick/Forest.hs:21)
  1427. 252.42 s [cursor-brick] horizontalForestCursorWidget (src/Cursor/Brick/Forest.hs:31)
  1428. 252.42 s [cursor-brick] verticalPaddedForestCursorWidgetM (src/Cursor/Brick/Forest.hs:43)
  1429. 252.42 s [cursor-brick] verticalPaddedForestCursorWidget (src/Cursor/Brick/Forest.hs:67)
  1430. 252.42 s [cursor-brick] verticalForestCursorWidgetM (src/Cursor/Brick/Forest.hs:88)
  1431. 252.42 s [cursor-brick] verticalForestCursorWidget (src/Cursor/Brick/Forest.hs:98)
  1432. 252.42 s [cursor-brick] forestCursorWidgetM (src/Cursor/Brick/Forest.hs:106)
  1433. 252.42 s [cursor-brick] forestCursorWidget (src/Cursor/Brick/Forest.hs:112)
  1434. 252.42 s [cursor-fuzzy-time] Documentation created: dist/doc/html/cursor-fuzzy-time/,
  1435. 252.42 s [cursor-fuzzy-time] dist/doc/html/cursor-fuzzy-time/cursor-fuzzy-time.txt
  1436. 252.42 s [cursor-fuzzy-time] Phase: installPhase
  1437. 252.42 s [cursor-fuzzy-time] Installing library in /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  1438. 252.42 s [cursor-fuzzy-time] Phase: fixupPhase
  1439. 252.42 s [cursor-fuzzy-time] shrinking RPATHs of ELF executables and libraries in /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0
  1440. 252.42 s [cursor-fuzzy-time] shrinking /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHScursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7-ghc9.10.3.so
  1441. 252.42 s [cursor-fuzzy-time] checking for references to /build/ in /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0...
  1442. 252.42 s [cursor-fuzzy-time] patching script interpreter paths in /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0
  1443. 252.42 s [cursor-fuzzy-time] stripping (with command strip and flags -S -p) in /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/lib
  1444. 252.42 s [cursor-fuzzy-time] shrinking RPATHs of ELF executables and libraries in /nix/store/49i5d043p043pvzjlb1mf1phbcdmq4cg-cursor-fuzzy-time-0.1.0.0-doc
  1445. 252.42 s [cursor-fuzzy-time] checking for references to /build/ in /nix/store/49i5d043p043pvzjlb1mf1phbcdmq4cg-cursor-fuzzy-time-0.1.0.0-doc...
  1446. 252.42 s [cursor-fuzzy-time] patching script interpreter paths in /nix/store/49i5d043p043pvzjlb1mf1phbcdmq4cg-cursor-fuzzy-time-0.1.0.0-doc
  1447. 252.42 s [cursor-brick] 88% ( 8 / 9) in 'Cursor.Brick'
  1448. 252.42 s [cursor-brick] Missing documentation for:
  1449. 252.42 s [cursor-brick] Module header
  1450. 252.46 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/bbw90z0zmmanm0mrz69mhrf7g4iiwkxb-genvalidity-hspec-1.0.0.4-doc /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4
  1451. 252.94 s [post-build-hook] Pushing 2 paths (112 are already present) using zstd to cache smos ⏳
  1452. 252.94 s [post-build-hook]
  1453. 253.27 s [post-build-hook] Pushing /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4 (3.95 MiB)
  1454. 254.39 s [post-build-hook] Pushing /nix/store/bbw90z0zmmanm0mrz69mhrf7g4iiwkxb-genvalidity-hspec-1.0.0.4-doc (1.89 MiB)
  1455. 255.32 s [post-build-hook]
  1456. 255.38 s [post-build-hook] All done.
  1457. 255.38 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/bbw90z0zmmanm0mrz69mhrf7g4iiwkxb-genvalidity-hspec-1.0.0.4-doc /nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4
  1458. 255.65 s [post-build-hook] copying 2 paths...
  1459. 255.65 s [post-build-hook] copying path '/nix/store/bbw90z0zmmanm0mrz69mhrf7g4iiwkxb-genvalidity-hspec-1.0.0.4-doc' to 'https://cache.staging.nix-ci.com'...
  1460. 256.05 s [post-build-hook] copying path '/nix/store/ya51r6b54cxq26nymkl70mhib4pfjf6w-genvalidity-hspec-1.0.0.4' to 'https://cache.staging.nix-ci.com'...
  1461. 257.16 s [post-build-hook] copying 0 paths...
  1462. 257.21 s Progress: 59 of 156 built (3 building), 815 of 815 downloaded from cache
  1463. 257.29 s Building genvalidity-containers-source
  1464. 257.35 s Building genvalidity-hspec-optics-source
  1465. 257.39 s Building genvalidity-scientific-source
  1466. 257.47 s Building genvalidity-text-source
  1467. 257.52 s Building genvalidity-time-source
  1468. 257.53 s Waiting for lock on waiting for a free build user ID for '/nix/store/9ld6zkqnl7v5am27jxj6di5ypb09miad-genvalidity-unordered-containers-source
  1469. 257.55 s Waiting for lock on waiting for a free build user ID for '/nix/store/dyqrc1d91z2i1w78avf7akxnhddqwjz2-genvalidity-vector-source
  1470. 257.55 s Waiting for lock on waiting for a free build user ID for '/nix/store/ivg3r9x95wiy9qzgf0nbyza3ngyjq7gk-validity-case-insensitive-source
  1471. 257.56 s Waiting for lock on waiting for a free build user ID for '/nix/store/djzjgmq4hng5ikkn6qqhm6f8cd06sv8f-validity-path-source
  1472. 257.56 s [cursor-brick] Documentation created: dist/doc/html/cursor-brick/,
  1473. 257.56 s [cursor-brick] dist/doc/html/cursor-brick/cursor-brick.txt
  1474. 257.56 s [cursor-brick] Phase: installPhase
  1475. 257.56 s [cursor-brick] Installing library in /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
  1476. 257.56 s [cursor-brick] Phase: fixupPhase
  1477. 257.56 s [cursor-brick] shrinking RPATHs of ELF executables and libraries in /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1
  1478. 257.56 s [cursor-brick] shrinking /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHScursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8-ghc9.10.3.so
  1479. 257.56 s [cursor-brick] checking for references to /build/ in /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1...
  1480. 257.56 s [cursor-brick] patching script interpreter paths in /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1
  1481. 257.56 s [cursor-brick] stripping (with command strip and flags -S -p) in /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/lib
  1482. 257.56 s [cursor-brick] shrinking RPATHs of ELF executables and libraries in /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc
  1483. 257.56 s [cursor-brick] checking for references to /build/ in /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc...
  1484. 257.56 s [cursor-brick] patching script interpreter paths in /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc
  1485. 257.56 s [autodocodec-yaml] Phase: setupCompilerEnvironmentPhase
  1486. 257.56 s [autodocodec-yaml] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  1487. 257.56 s [autodocodec-yaml] Phase: unpackPhase
  1488. 257.56 s [autodocodec-yaml] unpacking source archive /nix/store/r1z8zpdxlsdp5mywg7i3mva13fz0ylkn-autodocodec-yaml-source-0.4.0.2/autodocodec-yaml-0.4.0.2.tar.gz
  1489. 257.56 s [autodocodec-yaml] source root is autodocodec-yaml-0.4.0.2
  1490. 257.56 s [autodocodec-yaml] setting SOURCE_DATE_EPOCH to timestamp 1780347781 of file "autodocodec-yaml-0.4.0.2/src/Autodocodec/Yaml/Schema.hs"
  1491. 257.56 s [autodocodec-yaml] warning: file "autodocodec-yaml-0.4.0.2/src/Autodocodec/Yaml/Schema.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  1492. 257.56 s [autodocodec-yaml] Phase: patchPhase
  1493. 257.56 s [autodocodec-yaml] Phase: compileBuildDriverPhase
  1494. 257.56 s [autodocodec-yaml] setupCompileFlags: -package-db=/build/tmp.8vBlSjv5dr/setup-package.conf.d -threaded
  1495. 257.56 s [autodocodec-yaml] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.8vBlSjv5dr/Main.o )
  1496. 257.56 s [autodocodec-yaml] [2 of 2] Linking Setup
  1497. 257.56 s [autodocodec-yaml] Phase: updateAutotoolsGnuConfigScriptsPhase
  1498. 257.56 s [autodocodec-yaml] Phase: configurePhase
  1499. 257.56 s [autodocodec-yaml] configureFlags: --verbose --prefix=/nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc/share/doc/autodocodec-yaml-0.4.0.2 --with-gcc=gcc --package-db=/build/tmp.8vBlSjv5dr/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  1500. 257.56 s [autodocodec-yaml] Using Parsec parser
  1501. 257.56 s [autodocodec-yaml] Configuring autodocodec-yaml-0.4.0.2...
  1502. 257.56 s [autodocodec-yaml] Dependency autodocodec >=0.5.0.0: using autodocodec-0.5.0.0
  1503. 257.56 s [autodocodec-yaml] Dependency autodocodec-schema >=0.2.0.1: using autodocodec-schema-0.2.0.1
  1504. 257.56 s [autodocodec-yaml] Dependency base >=4.7 && <5: using base-4.20.2.0
  1505. 257.56 s [autodocodec-yaml] Dependency bytestring: using bytestring-0.12.2.0
  1506. 257.56 s [autodocodec-yaml] Dependency containers: using containers-0.7
  1507. 257.56 s [autodocodec-yaml] Dependency path: using path-0.9.6
  1508. 257.56 s [autodocodec-yaml] Dependency path-io: using path-io-1.8.2
  1509. 257.56 s [autodocodec-yaml] Dependency safe-coloured-text >=0.3.0.1: using safe-coloured-text-0.3.0.2
  1510. 257.56 s [autodocodec-yaml] Dependency scientific: using scientific-0.3.8.0
  1511. 257.56 s [autodocodec-yaml] Dependency text: using text-2.1.3
  1512. 257.56 s [autodocodec-yaml] Dependency vector: using vector-0.13.2.0
  1513. 257.56 s [autodocodec-yaml] Dependency yaml: using yaml-0.11.11.2
  1514. 257.56 s [autodocodec-yaml] Source component graph: component lib
  1515. 257.56 s [autodocodec-yaml] Configured component graph:
  1516. 257.56 s [autodocodec-yaml] component autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  1517. 257.56 s [autodocodec-yaml] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  1518. 257.56 s [autodocodec-yaml] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  1519. 257.56 s [autodocodec-yaml] include base-4.20.2.0-fafd
  1520. 257.56 s [autodocodec-yaml] include bytestring-0.12.2.0-96e1
  1521. 257.56 s [autodocodec-yaml] include containers-0.7-96b4
  1522. 257.56 s [autodocodec-yaml] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  1523. 257.56 s [autodocodec-yaml] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  1524. 257.56 s [autodocodec-yaml] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  1525. 257.56 s [autodocodec-yaml] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1526. 257.56 s [autodocodec-yaml] include text-2.1.3-34f1
  1527. 257.56 s [autodocodec-yaml] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  1528. 257.56 s [genvalidity-containers-source] Phase: setupCompilerEnvironmentPhase
  1529. 257.56 s [genvalidity-containers-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  1530. 257.56 s [genvalidity-hspec-optics-source] Phase: setupCompilerEnvironmentPhase
  1531. 257.56 s [genvalidity-hspec-optics-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  1532. 257.56 s [genvalidity-scientific-source] Phase: setupCompilerEnvironmentPhase
  1533. 257.56 s [genvalidity-scientific-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  1534. 257.77 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/49i5d043p043pvzjlb1mf1phbcdmq4cg-cursor-fuzzy-time-0.1.0.0-doc /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0
  1535. 258.18 s [post-build-hook] Pushing 2 paths (98 are already present) using zstd to cache smos ⏳
  1536. 258.18 s [post-build-hook]
  1537. 258.52 s [post-build-hook] Pushing /nix/store/49i5d043p043pvzjlb1mf1phbcdmq4cg-cursor-fuzzy-time-0.1.0.0-doc (363.56 KiB)
  1538. 258.53 s [post-build-hook] Pushing /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0 (1.11 MiB)
  1539. 259.43 s [post-build-hook]
  1540. 259.43 s [post-build-hook] All done.
  1541. 259.45 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/49i5d043p043pvzjlb1mf1phbcdmq4cg-cursor-fuzzy-time-0.1.0.0-doc /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0
  1542. 259.52 s [post-build-hook] copying 0 paths...
  1543. 259.64 s [post-build-hook] copying 0 paths...
  1544. 259.70 s Progress: 60 of 156 built (7 building), 815 of 815 downloaded from cache
  1545. 259.70 s [autodocodec-yaml] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  1546. 259.70 s [autodocodec-yaml] Linked component graph:
  1547. 259.70 s [autodocodec-yaml] unit autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  1548. 259.70 s [autodocodec-yaml] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  1549. 259.70 s [autodocodec-yaml] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  1550. 259.70 s [autodocodec-yaml] include base-4.20.2.0-fafd
  1551. 259.70 s [autodocodec-yaml] include bytestring-0.12.2.0-96e1
  1552. 259.70 s [autodocodec-yaml] include containers-0.7-96b4
  1553. 259.70 s [autodocodec-yaml] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  1554. 259.70 s [autodocodec-yaml] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  1555. 259.70 s [autodocodec-yaml] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  1556. 259.70 s [autodocodec-yaml] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1557. 259.70 s [autodocodec-yaml] include text-2.1.3-34f1
  1558. 259.70 s [autodocodec-yaml] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  1559. 259.70 s [autodocodec-yaml] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  1560. 259.70 s [autodocodec-yaml] Autodocodec.Yaml=autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6:Autodocodec.Yaml,Autodocodec.Yaml.Encode=autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6:Autodocodec.Yaml.Encode,Autodocodec.Yaml.IO=autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6:Autodocodec.Yaml.IO,Autodocodec.Yaml.Schema=autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6:Autodocodec.Yaml.Schema
  1561. 259.70 s [autodocodec-yaml] Ready component graph:
  1562. 259.70 s [autodocodec-yaml] definite autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  1563. 259.70 s [autodocodec-yaml] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  1564. 259.70 s [autodocodec-yaml] depends autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  1565. 259.70 s [autodocodec-yaml] depends base-4.20.2.0-fafd
  1566. 259.70 s [autodocodec-yaml] depends bytestring-0.12.2.0-96e1
  1567. 259.70 s [autodocodec-yaml] depends containers-0.7-96b4
  1568. 259.70 s [autodocodec-yaml] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  1569. 259.70 s [autodocodec-yaml] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  1570. 259.70 s [autodocodec-yaml] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  1571. 259.70 s [autodocodec-yaml] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1572. 259.70 s [autodocodec-yaml] depends text-2.1.3-34f1
  1573. 259.70 s [autodocodec-yaml] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  1574. 259.70 s [autodocodec-yaml] depends yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  1575. 259.70 s [autodocodec-yaml] Using Cabal-3.12.1.0 compiled by ghc-9.10
  1576. 259.70 s [autodocodec-yaml] Using compiler: ghc-9.10.3
  1577. 259.70 s [autodocodec-yaml] Using install prefix:
  1578. 259.70 s [autodocodec-yaml] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2
  1579. 259.70 s [autodocodec-yaml] Executables installed in:
  1580. 259.70 s [autodocodec-yaml] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/bin
  1581. 259.70 s [autodocodec-yaml] Libraries installed in:
  1582. 259.70 s [autodocodec-yaml] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  1583. 259.70 s [autodocodec-yaml] Dynamic Libraries installed in:
  1584. 259.70 s [autodocodec-yaml] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  1585. 259.70 s [autodocodec-yaml] Private executables installed in:
  1586. 259.70 s [autodocodec-yaml] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/libexec/x86_64-linux-ghc-9.10.3-a85d/autodocodec-yaml-0.4.0.2
  1587. 259.70 s [autodocodec-yaml] Data files installed in:
  1588. 259.70 s [autodocodec-yaml] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/share/x86_64-linux-ghc-9.10.3-a85d/autodocodec-yaml-0.4.0.2
  1589. 259.70 s [autodocodec-yaml] Documentation installed in:
  1590. 259.70 s [autodocodec-yaml] /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc/share/doc/autodocodec-yaml-0.4.0.2
  1591. 259.70 s [autodocodec-yaml] Configuration files installed in:
  1592. 259.70 s [autodocodec-yaml] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/etc
  1593. 259.70 s [autodocodec-yaml] No alex found
  1594. 259.70 s [autodocodec-yaml] Using ar found on system at:
  1595. 259.70 s [autodocodec-yaml] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  1596. 259.70 s [autodocodec-yaml] No c2hs found
  1597. 259.70 s [autodocodec-yaml] No cpphs found
  1598. 259.70 s [autodocodec-yaml] No doctest found
  1599. 259.70 s [autodocodec-yaml] Using gcc version 14.3.0 given by user at:
  1600. 259.70 s [autodocodec-yaml] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  1601. 259.70 s [autodocodec-yaml] Using ghc version 9.10.3 found on system at:
  1602. 259.70 s [autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  1603. 259.70 s [autodocodec-yaml] Using ghc-pkg version 9.10.3 found on system at:
  1604. 259.70 s [autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  1605. 259.70 s [autodocodec-yaml] No ghcjs found
  1606. 259.70 s [autodocodec-yaml] No ghcjs-pkg found
  1607. 259.70 s [autodocodec-yaml] No greencard found
  1608. 259.70 s [autodocodec-yaml] Using haddock version 2.31.1 found on system at:
  1609. 259.70 s [autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  1610. 259.70 s [autodocodec-yaml] No happy found
  1611. 259.70 s [autodocodec-yaml] Using haskell-suite found on system at: haskell-suite-dummy-location
  1612. 259.70 s [autodocodec-yaml] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  1613. 259.88 s [autodocodec-yaml] No hmake found
  1614. 259.88 s [autodocodec-yaml] Using hpc version 0.69 found on system at:
  1615. 259.88 s [autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  1616. 259.88 s [autodocodec-yaml] Using hsc2hs version 0.68.10 found on system at:
  1617. 259.88 s [autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  1618. 259.88 s [autodocodec-yaml] Using hscolour version 1.25 found on system at:
  1619. 259.88 s [genvalidity-containers-source] Phase: unpackPhase
  1620. 259.88 s [genvalidity-containers-source] unpacking source archive /nix/store/ag7na3w44x4x2ryqslkmhdllka5kyp3g-genvalidity-containers
  1621. 259.88 s [genvalidity-containers-source] source root is genvalidity-containers
  1622. 259.88 s [genvalidity-containers-source] Phase: patchPhase
  1623. 259.88 s [genvalidity-containers-source] Phase: compileBuildDriverPhase
  1624. 259.88 s [genvalidity-containers-source] setupCompileFlags: -package-db=/build/tmp.ORIFBZ94eX/setup-package.conf.d -threaded
  1625. 259.88 s [genvalidity-containers-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.ORIFBZ94eX/Main.o )
  1626. 259.88 s [genvalidity-containers-source] [2 of 2] Linking Setup
  1627. 259.88 s [genvalidity-containers-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  1628. 259.88 s [genvalidity-containers-source] Phase: configurePhase
  1629. 259.88 s [genvalidity-containers-source] configureFlags: --verbose --prefix=/nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-containers-1.0.0.2 --with-gcc=gcc --package-db=/build/tmp.ORIFBZ94eX/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  1630. 259.88 s [genvalidity-containers-source] Using Parsec parser
  1631. 259.88 s [genvalidity-containers-source] Configuring genvalidity-containers-1.0.0.2...
  1632. 259.88 s [genvalidity-containers-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  1633. 259.88 s [genvalidity-containers-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
  1634. 259.95 s [genvalidity-containers-source] Dependency containers >=0.6.0.1: using containers-0.7
  1635. 259.95 s [genvalidity-containers-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  1636. 259.95 s [genvalidity-containers-source] Dependency validity-containers >=0.3: using validity-containers-0.5.0.5
  1637. 259.95 s [genvalidity-containers-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  1638. 259.95 s [genvalidity-containers-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
  1639. 259.95 s [genvalidity-containers-source] Dependency containers: using containers-0.7
  1640. 259.95 s [genvalidity-containers-source] Dependency genvalidity: using genvalidity-1.1.1.0
  1641. 259.95 s [genvalidity-containers-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  1642. 259.95 s [genvalidity-containers-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  1643. 259.95 s [genvalidity-containers-source] Dependency hspec: using hspec-2.11.14
  1644. 259.95 s [genvalidity-containers-source] Dependency validity-containers: using validity-containers-0.5.0.5
  1645. 259.95 s [genvalidity-containers-source] Source component graph:
  1646. 259.95 s [genvalidity-containers-source] component lib
  1647. 259.95 s [genvalidity-containers-source] component test:genvalidity-containers-test dependency lib
  1648. 259.95 s [genvalidity-containers-source] Configured component graph:
  1649. 259.95 s [genvalidity-containers-source] component genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
  1650. 259.95 s [genvalidity-containers-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  1651. 259.95 s [genvalidity-containers-source] include base-4.20.2.0-fafd
  1652. 259.95 s [genvalidity-containers-source] include containers-0.7-96b4
  1653. 259.95 s [genvalidity-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1654. 259.95 s [genvalidity-containers-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  1655. 260.01 s [genvalidity-containers-source] component genvalidity-containers-1.0.0.2-B0cMxMZIGlq2jRDvL5by76-genvalidity-containers-test
  1656. 260.01 s [genvalidity-containers-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  1657. 260.01 s [genvalidity-containers-source] include base-4.20.2.0-fafd
  1658. 260.01 s [genvalidity-containers-source] include containers-0.7-96b4
  1659. 260.01 s [genvalidity-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1660. 260.01 s [genvalidity-containers-source] include genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
  1661. 260.01 s [genvalidity-containers-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1662. 260.01 s [genvalidity-containers-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1663. 260.01 s [genvalidity-containers-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  1664. 260.01 s [genvalidity-containers-source] Linked component graph:
  1665. 260.01 s [genvalidity-containers-source] unit genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
  1666. 260.01 s [genvalidity-containers-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  1667. 260.01 s [genvalidity-containers-source] include base-4.20.2.0-fafd
  1668. 260.01 s [genvalidity-containers-source] include containers-0.7-96b4
  1669. 260.01 s [genvalidity-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1670. 260.01 s [genvalidity-hspec-optics-source] Phase: unpackPhase
  1671. 260.01 s [genvalidity-hspec-optics-source] unpacking source archive /nix/store/ymsjdarlz9jxid82znamr8dkijcz1dj9-genvalidity-hspec-optics
  1672. 260.01 s [genvalidity-hspec-optics-source] source root is genvalidity-hspec-optics
  1673. 260.01 s [genvalidity-hspec-optics-source] Phase: patchPhase
  1674. 260.01 s [genvalidity-hspec-optics-source] Phase: compileBuildDriverPhase
  1675. 260.01 s [genvalidity-hspec-optics-source] setupCompileFlags: -package-db=/build/tmp.W5rqxulIUG/setup-package.conf.d -threaded
  1676. 260.01 s [genvalidity-hspec-optics-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.W5rqxulIUG/Main.o )
  1677. 260.01 s [genvalidity-hspec-optics-source] [2 of 2] Linking Setup
  1678. 260.01 s [genvalidity-hspec-optics-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  1679. 260.01 s [genvalidity-hspec-optics-source] Phase: configurePhase
  1680. 260.01 s [genvalidity-hspec-optics-source] configureFlags: --verbose --prefix=/nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-hspec-optics-1.0.0.0 --with-gcc=gcc --package-db=/build/tmp.W5rqxulIUG/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  1681. 260.01 s [genvalidity-hspec-optics-source] Using Parsec parser
  1682. 260.01 s [genvalidity-hspec-optics-source] Configuring genvalidity-hspec-optics-1.0.0.0...
  1683. 260.01 s [genvalidity-scientific-source] Phase: unpackPhase
  1684. 260.01 s [genvalidity-scientific-source] unpacking source archive /nix/store/qlqwdnw5zzibg2mwffb6jas2q30q0rm4-genvalidity-scientific
  1685. 260.01 s [genvalidity-scientific-source] source root is genvalidity-scientific
  1686. 260.01 s [genvalidity-scientific-source] Phase: patchPhase
  1687. 260.01 s [genvalidity-scientific-source] Phase: compileBuildDriverPhase
  1688. 260.01 s [genvalidity-scientific-source] setupCompileFlags: -package-db=/build/tmp.46YKmpl4bU/setup-package.conf.d -threaded
  1689. 260.01 s [genvalidity-scientific-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.46YKmpl4bU/Main.o )
  1690. 260.01 s [genvalidity-scientific-source] [2 of 2] Linking Setup
  1691. 260.01 s [genvalidity-scientific-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  1692. 260.01 s [genvalidity-scientific-source] Phase: configurePhase
  1693. 260.01 s [genvalidity-scientific-source] configureFlags: --verbose --prefix=/nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-scientific-1.0.0.0 --with-gcc=gcc --package-db=/build/tmp.46YKmpl4bU/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  1694. 260.01 s [genvalidity-scientific-source] Using Parsec parser
  1695. 260.01 s [genvalidity-scientific-source] Configuring genvalidity-scientific-1.0.0.0...
  1696. 260.01 s [genvalidity-scientific-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  1697. 260.01 s [genvalidity-scientific-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  1698. 260.01 s [genvalidity-scientific-source] Dependency scientific: using scientific-0.3.8.0
  1699. 260.01 s [genvalidity-scientific-source] Dependency validity-scientific >=0.2: using validity-scientific-0.2.0.3
  1700. 260.01 s [genvalidity-scientific-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  1701. 260.01 s [genvalidity-scientific-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  1702. 260.01 s [genvalidity-scientific-source] Dependency genvalidity-scientific: using genvalidity-scientific-1.0.0.0
  1703. 260.01 s [genvalidity-scientific-source] Dependency hspec: using hspec-2.11.14
  1704. 260.01 s [genvalidity-scientific-source] Dependency scientific: using scientific-0.3.8.0
  1705. 260.01 s [genvalidity-scientific-source] Source component graph:
  1706. 260.01 s [genvalidity-scientific-source] component lib
  1707. 260.01 s [genvalidity-scientific-source] component test:genvalidity-scientific-test dependency lib
  1708. 260.01 s [genvalidity-scientific-source] Configured component graph:
  1709. 260.01 s [genvalidity-scientific-source] component genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  1710. 260.01 s [genvalidity-scientific-source] include base-4.20.2.0-fafd
  1711. 260.01 s [genvalidity-scientific-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1712. 260.01 s [genvalidity-scientific-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1713. 260.01 s [genvalidity-scientific-source] include validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
  1714. 260.01 s [genvalidity-scientific-source] component genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
  1715. 260.01 s [genvalidity-scientific-source] include base-4.20.2.0-fafd
  1716. 260.01 s [genvalidity-scientific-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1717. 260.01 s [genvalidity-scientific-source] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  1718. 260.01 s [genvalidity-scientific-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1719. 260.01 s [genvalidity-scientific-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1720. 260.01 s [genvalidity-scientific-source] Linked component graph:
  1721. 260.01 s [genvalidity-scientific-source] unit genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  1722. 260.01 s [genvalidity-scientific-source] include base-4.20.2.0-fafd
  1723. 260.01 s [genvalidity-scientific-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1724. 260.01 s [genvalidity-scientific-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1725. 260.01 s [genvalidity-scientific-source] include validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
  1726. 260.01 s [genvalidity-scientific-source] Data.GenValidity.Scientific=genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU:Data.GenValidity.Scientific
  1727. 260.01 s [genvalidity-scientific-source] unit genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
  1728. 260.01 s [genvalidity-scientific-source] include base-4.20.2.0-fafd
  1729. 260.01 s [genvalidity-scientific-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1730. 260.01 s [genvalidity-scientific-source] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  1731. 260.01 s [genvalidity-text-source] Phase: setupCompilerEnvironmentPhase
  1732. 260.01 s [genvalidity-text-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  1733. 260.01 s [genvalidity-text-source] Phase: unpackPhase
  1734. 260.01 s [genvalidity-text-source] unpacking source archive /nix/store/9pg8f4fqwllj3maxq96mnb1kcb6af6wm-genvalidity-text
  1735. 260.01 s [genvalidity-text-source] source root is genvalidity-text
  1736. 260.01 s [genvalidity-text-source] Phase: patchPhase
  1737. 260.01 s [genvalidity-text-source] Phase: compileBuildDriverPhase
  1738. 260.01 s [genvalidity-text-source] setupCompileFlags: -package-db=/build/tmp.sufZ2Av6nq/setup-package.conf.d -threaded
  1739. 260.01 s [genvalidity-text-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.sufZ2Av6nq/Main.o )
  1740. 260.01 s [genvalidity-text-source] [2 of 2] Linking Setup
  1741. 260.01 s [genvalidity-text-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  1742. 260.01 s [genvalidity-text-source] Phase: configurePhase
  1743. 260.01 s [genvalidity-text-source] configureFlags: --verbose --prefix=/nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-text-1.0.0.1 --with-gcc=gcc --package-db=/build/tmp.sufZ2Av6nq/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  1744. 260.01 s [genvalidity-text-source] Using Parsec parser
  1745. 260.01 s [genvalidity-text-source] Configuring genvalidity-text-1.0.0.1...
  1746. 260.01 s [genvalidity-time-source] Phase: setupCompilerEnvironmentPhase
  1747. 260.01 s [genvalidity-time-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  1748. 260.01 s [genvalidity-time-source] Phase: unpackPhase
  1749. 260.01 s [genvalidity-time-source] unpacking source archive /nix/store/4jrqfhbkb98qbla6qnx3cb6ipc29iqr2-genvalidity-time
  1750. 260.01 s [genvalidity-time-source] source root is genvalidity-time
  1751. 260.01 s [genvalidity-time-source] Phase: patchPhase
  1752. 260.01 s [genvalidity-time-source] Phase: compileBuildDriverPhase
  1753. 260.01 s [genvalidity-time-source] setupCompileFlags: -package-db=/build/tmp.TUmuA9giCY/setup-package.conf.d -threaded
  1754. 260.01 s [genvalidity-time-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.TUmuA9giCY/Main.o )
  1755. 260.01 s [genvalidity-time-source] [2 of 2] Linking Setup
  1756. 260.01 s [genvalidity-time-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  1757. 260.01 s [genvalidity-time-source] Phase: configurePhase
  1758. 260.01 s [genvalidity-time-source] configureFlags: --verbose --prefix=/nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-time-1.0.0.1 --with-gcc=gcc --package-db=/build/tmp.TUmuA9giCY/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  1759. 260.01 s [genvalidity-time-source] Using Parsec parser
  1760. 260.01 s [genvalidity-time-source] Configuring genvalidity-time-1.0.0.1...
  1761. 260.01 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1 /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc
  1762. 260.40 s [post-build-hook] Pushing 2 paths (153 are already present) using zstd to cache smos ⏳
  1763. 260.40 s [post-build-hook]
  1764. 260.75 s [post-build-hook] Pushing /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc (640.00 KiB)
  1765. 260.83 s [post-build-hook] Pushing /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1 (1.42 MiB)
  1766. 261.74 s [post-build-hook]
  1767. 261.74 s [post-build-hook] All done.
  1768. 261.76 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1 /nix/store/ycg50r7xkkcii2y27pihmwg6wbnilcm5-cursor-brick-0.1.0.1-doc
  1769. 261.82 s [post-build-hook] copying 0 paths...
  1770. 261.94 s [post-build-hook] copying 0 paths...
  1771. 262.00 s Progress: 61 of 155 built (6 building), 815 of 815 downloaded from cache
  1772. 262.01 s [autodocodec-yaml] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  1773. 262.01 s [autodocodec-yaml] No jhc found
  1774. 262.01 s [autodocodec-yaml] Using ld found on system at:
  1775. 262.01 s [autodocodec-yaml] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  1776. 262.01 s [autodocodec-yaml] No pkg-config found
  1777. 262.01 s [autodocodec-yaml] Using runghc version 9.10.3 found on system at:
  1778. 262.01 s [autodocodec-yaml] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  1779. 262.01 s [autodocodec-yaml] Using strip version 2.44 found on system at:
  1780. 262.01 s [autodocodec-yaml] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  1781. 262.01 s [autodocodec-yaml] Using tar found on system at:
  1782. 262.01 s [autodocodec-yaml] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  1783. 262.01 s [autodocodec-yaml] No uhc found
  1784. 262.01 s [autodocodec-yaml] Phase: buildPhase
  1785. 262.01 s [autodocodec-yaml] Preprocessing library for autodocodec-yaml-0.4.0.2...
  1786. 262.01 s [autodocodec-yaml] Building library for autodocodec-yaml-0.4.0.2...
  1787. 262.01 s [autodocodec-yaml] [1 of 5] Compiling Autodocodec.Yaml.Encode ( src/Autodocodec/Yaml/Encode.hs, dist/build/Autodocodec/Yaml/Encode.o, dist/build/Autodocodec/Yaml/Encode.dyn_o )
  1788. 262.01 s [autodocodec-yaml] [2 of 5] Compiling Autodocodec.Yaml.Schema ( src/Autodocodec/Yaml/Schema.hs, dist/build/Autodocodec/Yaml/Schema.o, dist/build/Autodocodec/Yaml/Schema.dyn_o )
  1789. 262.01 s [autodocodec-yaml] [3 of 5] Compiling Autodocodec.Yaml.IO ( src/Autodocodec/Yaml/IO.hs, dist/build/Autodocodec/Yaml/IO.o, dist/build/Autodocodec/Yaml/IO.dyn_o )
  1790. 262.01 s [autodocodec-yaml] [4 of 5] Compiling Autodocodec.Yaml ( src/Autodocodec/Yaml.hs, dist/build/Autodocodec/Yaml.o, dist/build/Autodocodec/Yaml.dyn_o )
  1791. 262.01 s [autodocodec-yaml] [5 of 5] Compiling Paths_autodocodec_yaml ( dist/build/autogen/Paths_autodocodec_yaml.hs, dist/build/Paths_autodocodec_yaml.o, dist/build/Paths_autodocodec_yaml.dyn_o )
  1792. 262.01 s [autodocodec-yaml] [1 of 5] Compiling Autodocodec.Yaml.Encode ( src/Autodocodec/Yaml/Encode.hs, dist/build/Autodocodec/Yaml/Encode.p_o )
  1793. 262.01 s [autodocodec-yaml] [2 of 5] Compiling Autodocodec.Yaml.Schema ( src/Autodocodec/Yaml/Schema.hs, dist/build/Autodocodec/Yaml/Schema.p_o )
  1794. 262.01 s [autodocodec-yaml] [3 of 5] Compiling Autodocodec.Yaml.IO ( src/Autodocodec/Yaml/IO.hs, dist/build/Autodocodec/Yaml/IO.p_o )
  1795. 262.01 s [autodocodec-yaml] [4 of 5] Compiling Autodocodec.Yaml ( src/Autodocodec/Yaml.hs, dist/build/Autodocodec/Yaml.p_o )
  1796. 262.01 s [autodocodec-yaml] [5 of 5] Compiling Paths_autodocodec_yaml ( dist/build/autogen/Paths_autodocodec_yaml.hs, dist/build/Paths_autodocodec_yaml.p_o )
  1797. 262.01 s [autodocodec-yaml] Phase: haddockPhase
  1798. 262.01 s [autodocodec-yaml] Preprocessing library for autodocodec-yaml-0.4.0.2...
  1799. 262.01 s [autodocodec-yaml] Running Haddock on library for autodocodec-yaml-0.4.0.2...
  1800. 262.01 s [autodocodec-yaml] Warning: The documentation for the following packages are not installed. No
  1801. 262.01 s [autodocodec-yaml] links will be generated to these packages: attoparsec-0.14.4,
  1802. 262.01 s [autodocodec-yaml] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
  1803. 262.01 s [autodocodec-yaml] [1 of 5] Compiling Autodocodec.Yaml.Encode ( src/Autodocodec/Yaml/Encode.hs, nothing )
  1804. 262.01 s [autodocodec-yaml] [2 of 5] Compiling Autodocodec.Yaml.Schema ( src/Autodocodec/Yaml/Schema.hs, nothing )
  1805. 262.01 s [autodocodec-yaml] [3 of 5] Compiling Autodocodec.Yaml.IO ( src/Autodocodec/Yaml/IO.hs, nothing )
  1806. 262.01 s [autodocodec-yaml] [4 of 5] Compiling Autodocodec.Yaml ( src/Autodocodec/Yaml.hs, nothing )
  1807. 262.01 s [autodocodec-yaml] [5 of 5] Compiling Paths_autodocodec_yaml ( dist/build/autogen/Paths_autodocodec_yaml.hs, nothing )
  1808. 262.01 s [autodocodec-yaml] Haddock coverage:
  1809. 262.01 s [autodocodec-yaml] 50% ( 2 / 4) in 'Autodocodec.Yaml.Encode'
  1810. 262.01 s [autodocodec-yaml] Missing documentation for:
  1811. 262.01 s [autodocodec-yaml] Module header
  1812. 262.01 s [autodocodec-yaml] AutodocodecYaml (src/Autodocodec/Yaml/Encode.hs:96)
  1813. 262.01 s [autodocodec-yaml] Warning: 'Chunk' is ambiguous. It is defined
  1814. 262.01 s [autodocodec-yaml] * in ‘Text.Colour.Chunk’
  1815. 262.01 s [autodocodec-yaml] * in ‘Text.Colour.Chunk’
  1816. 262.01 s [autodocodec-yaml] You may be able to disambiguate the identifier by qualifying it or
  1817. 262.01 s [autodocodec-yaml] by specifying the type/value namespace explicitly.
  1818. 262.01 s [autodocodec-yaml] Defaulting to the one defined in ‘Text.Colour.Chunk’
  1819. 262.01 s [autodocodec-yaml] Warning: 'ObjectSchema' is ambiguous. It is defined
  1820. 262.01 s [autodocodec-yaml] * in ‘Autodocodec.Schema’
  1821. 262.01 s [autodocodec-yaml] * in ‘Autodocodec.Schema’
  1822. 262.01 s [autodocodec-yaml] You may be able to disambiguate the identifier by qualifying it or
  1823. 262.01 s [autodocodec-yaml] by specifying the type/value namespace explicitly.
  1824. 262.01 s [autodocodec-yaml] Defaulting to the one defined in ‘Autodocodec.Schema’
  1825. 262.01 s [autodocodec-yaml] 94% ( 16 / 17) in 'Autodocodec.Yaml.Schema'
  1826. 262.01 s [autodocodec-yaml] Missing documentation for:
  1827. 262.01 s [autodocodec-yaml] Module header
  1828. 262.01 s [autodocodec-yaml] 66% ( 2 / 3) in 'Autodocodec.Yaml.IO'
  1829. 262.01 s [autodocodec-yaml] Missing documentation for:
  1830. 262.01 s [autodocodec-yaml] Module header
  1831. 262.01 s [autodocodec-yaml] 95% ( 22 / 23) in 'Autodocodec.Yaml'
  1832. 262.01 s [autodocodec-yaml] Missing documentation for:
  1833. 262.01 s [autodocodec-yaml] Module header
  1834. 262.01 s [autodocodec-yaml] Warning: Autodocodec.Yaml.IO: could not find link destinations for:
  1835. 262.01 s [autodocodec-yaml] - Path.Internal.Posix.Path
  1836. 262.01 s [autodocodec-yaml] - Path.Posix.File
  1837. 262.01 s [genvalidity-containers-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  1838. 262.01 s [genvalidity-containers-source] Data.GenValidity.Containers=genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr:Data.GenValidity.Containers,Data.GenValidity.IntMap=genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr:Data.GenValidity.IntMap,Data.GenValidity.Map=genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr:Data.GenValidity.Map,Data.GenValidity.Sequence=genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr:Data.GenValidity.Sequence,Data.GenValidity.Set=genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr:Data.GenValidity.Set,Data.GenValidity.Tree=genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr:Data.GenValidity.Tree
  1839. 262.01 s [genvalidity-containers-source] unit genvalidity-containers-1.0.0.2-B0cMxMZIGlq2jRDvL5by76-genvalidity-containers-test
  1840. 262.01 s [genvalidity-containers-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  1841. 262.01 s [genvalidity-containers-source] include base-4.20.2.0-fafd
  1842. 262.01 s [genvalidity-containers-source] include containers-0.7-96b4
  1843. 262.01 s [genvalidity-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1844. 262.01 s [genvalidity-containers-source] include genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
  1845. 262.01 s [genvalidity-containers-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1846. 262.01 s [genvalidity-containers-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1847. 262.01 s [genvalidity-containers-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  1848. 262.01 s [genvalidity-containers-source] Ready component graph:
  1849. 262.01 s [genvalidity-containers-source] definite genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
  1850. 262.01 s [genvalidity-containers-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  1851. 262.01 s [genvalidity-containers-source] depends base-4.20.2.0-fafd
  1852. 262.01 s [genvalidity-containers-source] depends containers-0.7-96b4
  1853. 262.01 s [genvalidity-containers-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1854. 262.01 s [genvalidity-containers-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  1855. 262.01 s [genvalidity-containers-source] definite genvalidity-containers-1.0.0.2-B0cMxMZIGlq2jRDvL5by76-genvalidity-containers-test
  1856. 262.01 s [genvalidity-containers-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  1857. 262.01 s [genvalidity-containers-source] depends base-4.20.2.0-fafd
  1858. 262.01 s [genvalidity-containers-source] depends containers-0.7-96b4
  1859. 262.01 s [genvalidity-containers-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1860. 262.01 s [genvalidity-containers-source] depends genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
  1861. 262.01 s [genvalidity-containers-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1862. 262.01 s [genvalidity-containers-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1863. 262.01 s [genvalidity-containers-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  1864. 262.01 s [genvalidity-containers-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  1865. 262.01 s [genvalidity-containers-source] Using compiler: ghc-9.10.3
  1866. 262.01 s [genvalidity-containers-source] Using install prefix:
  1867. 262.01 s [genvalidity-containers-source] /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2
  1868. 262.01 s [genvalidity-containers-source] Executables installed in:
  1869. 262.01 s [genvalidity-containers-source] /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2/bin
  1870. 262.01 s [genvalidity-containers-source] Libraries installed in:
  1871. 262.01 s [genvalidity-containers-source] /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-containers-1.0.0.2-Ezu96yiGoknCbVUN0OIxVr
  1872. 262.01 s [genvalidity-containers-source] Dynamic Libraries installed in:
  1873. 262.01 s [genvalidity-containers-source] /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  1874. 262.01 s [genvalidity-containers-source] Private executables installed in:
  1875. 262.01 s [genvalidity-containers-source] /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-containers-1.0.0.2
  1876. 262.01 s [genvalidity-containers-source] Data files installed in:
  1877. 262.01 s [genvalidity-containers-source] /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-containers-1.0.0.2
  1878. 262.01 s [genvalidity-containers-source] Documentation installed in: /share/doc/genvalidity-containers-1.0.0.2
  1879. 262.01 s [genvalidity-containers-source] Configuration files installed in:
  1880. 262.01 s [genvalidity-containers-source] /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2/etc
  1881. 262.01 s [genvalidity-containers-source] No alex found
  1882. 262.01 s [genvalidity-containers-source] Using ar found on system at:
  1883. 262.01 s [genvalidity-containers-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  1884. 262.01 s [genvalidity-containers-source] No c2hs found
  1885. 262.01 s [genvalidity-containers-source] No cpphs found
  1886. 262.01 s [genvalidity-containers-source] No doctest found
  1887. 262.01 s [genvalidity-containers-source] Using gcc version 14.3.0 given by user at:
  1888. 262.01 s [genvalidity-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  1889. 262.01 s [genvalidity-containers-source] Using ghc version 9.10.3 found on system at:
  1890. 262.01 s [genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  1891. 262.01 s [genvalidity-containers-source] Using ghc-pkg version 9.10.3 found on system at:
  1892. 262.01 s [genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  1893. 262.01 s [genvalidity-containers-source] No ghcjs found
  1894. 262.01 s [genvalidity-containers-source] No ghcjs-pkg found
  1895. 262.01 s [genvalidity-containers-source] No greencard found
  1896. 262.01 s [genvalidity-containers-source] Using haddock version 2.31.1 found on system at:
  1897. 262.01 s [genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  1898. 262.01 s [genvalidity-containers-source] No happy found
  1899. 262.01 s [genvalidity-containers-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  1900. 262.01 s [genvalidity-hspec-optics-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  1901. 262.01 s [genvalidity-hspec-optics-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
  1902. 262.01 s [genvalidity-hspec-optics-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  1903. 262.01 s [genvalidity-hspec-optics-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  1904. 262.01 s [genvalidity-hspec-optics-source] Dependency hspec: using hspec-2.11.14
  1905. 262.01 s [genvalidity-hspec-optics-source] Dependency microlens: using microlens-0.4.14.0
  1906. 262.01 s [genvalidity-hspec-optics-source] Dependency base: using base-4.20.2.0
  1907. 262.01 s [genvalidity-hspec-optics-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  1908. 262.01 s [genvalidity-hspec-optics-source] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
  1909. 262.01 s [genvalidity-hspec-optics-source] Dependency hspec: using hspec-2.11.14
  1910. 262.01 s [genvalidity-hspec-optics-source] Dependency microlens: using microlens-0.4.14.0
  1911. 262.01 s [genvalidity-hspec-optics-source] Source component graph:
  1912. 262.01 s [genvalidity-hspec-optics-source] component lib
  1913. 262.01 s [genvalidity-hspec-optics-source] component test:genvalidity-hspec-optics-test dependency lib
  1914. 262.01 s [genvalidity-hspec-optics-source] Configured component graph:
  1915. 262.01 s [genvalidity-hspec-optics-source] component genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  1916. 262.01 s [genvalidity-hspec-optics-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  1917. 262.01 s [genvalidity-hspec-optics-source] include base-4.20.2.0-fafd
  1918. 262.01 s [genvalidity-hspec-optics-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1919. 262.01 s [genvalidity-hspec-optics-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1920. 262.01 s [genvalidity-hspec-optics-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1921. 262.01 s [genvalidity-hspec-optics-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  1922. 262.01 s [genvalidity-hspec-optics-source] component genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
  1923. 262.01 s [genvalidity-hspec-optics-source] include base-4.20.2.0-fafd
  1924. 262.01 s [genvalidity-hspec-optics-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1925. 262.01 s [genvalidity-hspec-optics-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  1926. 262.01 s [genvalidity-hspec-optics-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1927. 262.01 s [genvalidity-hspec-optics-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  1928. 262.01 s [genvalidity-hspec-optics-source] Linked component graph:
  1929. 262.01 s [genvalidity-hspec-optics-source] unit genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  1930. 262.01 s [genvalidity-hspec-optics-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  1931. 262.01 s [genvalidity-hspec-optics-source] include base-4.20.2.0-fafd
  1932. 262.01 s [genvalidity-hspec-optics-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1933. 262.01 s [genvalidity-hspec-optics-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1934. 262.01 s [genvalidity-hspec-optics-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1935. 262.01 s [genvalidity-hspec-optics-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  1936. 262.01 s [genvalidity-hspec-optics-source] Test.Validity.Optics=genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q:Test.Validity.Optics
  1937. 262.01 s [genvalidity-hspec-optics-source] unit genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
  1938. 262.01 s [genvalidity-hspec-optics-source] include base-4.20.2.0-fafd
  1939. 262.01 s [genvalidity-hspec-optics-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1940. 262.01 s [genvalidity-hspec-optics-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  1941. 262.01 s [genvalidity-hspec-optics-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1942. 262.01 s [genvalidity-hspec-optics-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  1943. 262.01 s [genvalidity-hspec-optics-source] Ready component graph:
  1944. 262.01 s [genvalidity-hspec-optics-source] definite genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  1945. 262.01 s [genvalidity-hspec-optics-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  1946. 262.01 s [genvalidity-hspec-optics-source] depends base-4.20.2.0-fafd
  1947. 262.01 s [genvalidity-hspec-optics-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1948. 262.01 s [genvalidity-hspec-optics-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1949. 262.01 s [genvalidity-hspec-optics-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1950. 262.01 s [genvalidity-hspec-optics-source] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  1951. 262.01 s [genvalidity-hspec-optics-source] definite genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
  1952. 262.01 s [genvalidity-hspec-optics-source] depends base-4.20.2.0-fafd
  1953. 262.01 s [genvalidity-hspec-optics-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1954. 262.02 s [genvalidity-hspec-optics-source] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  1955. 262.02 s [genvalidity-hspec-optics-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1956. 262.02 s [genvalidity-hspec-optics-source] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  1957. 262.02 s [genvalidity-hspec-optics-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  1958. 262.02 s [genvalidity-hspec-optics-source] Using compiler: ghc-9.10.3
  1959. 262.02 s [genvalidity-hspec-optics-source] Using install prefix:
  1960. 262.02 s [genvalidity-hspec-optics-source] /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0
  1961. 262.02 s [genvalidity-hspec-optics-source] Executables installed in:
  1962. 262.02 s [genvalidity-hspec-optics-source] /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0/bin
  1963. 262.02 s [genvalidity-hspec-optics-source] Libraries installed in:
  1964. 262.02 s [genvalidity-hspec-optics-source] /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  1965. 262.02 s [genvalidity-hspec-optics-source] Dynamic Libraries installed in:
  1966. 262.02 s [genvalidity-hspec-optics-source] /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  1967. 262.02 s [genvalidity-hspec-optics-source] Private executables installed in:
  1968. 262.02 s [genvalidity-hspec-optics-source] /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-optics-1.0.0.0
  1969. 262.02 s [genvalidity-hspec-optics-source] Data files installed in:
  1970. 262.02 s [genvalidity-scientific-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1971. 262.02 s [genvalidity-scientific-source] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1972. 262.02 s [genvalidity-scientific-source] Ready component graph:
  1973. 262.02 s [genvalidity-scientific-source] definite genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  1974. 262.02 s [genvalidity-scientific-source] depends base-4.20.2.0-fafd
  1975. 262.02 s [genvalidity-scientific-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  1976. 262.02 s [genvalidity-scientific-source] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1977. 262.02 s [genvalidity-scientific-source] depends validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
  1978. 262.02 s [genvalidity-scientific-source] definite genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
  1979. 262.02 s [genvalidity-scientific-source] depends base-4.20.2.0-fafd
  1980. 262.02 s [genvalidity-scientific-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  1981. 262.02 s [genvalidity-scientific-source] depends genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  1982. 262.02 s [genvalidity-scientific-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  1983. 262.02 s [genvalidity-scientific-source] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  1984. 262.02 s [genvalidity-scientific-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  1985. 262.02 s [genvalidity-scientific-source] Using compiler: ghc-9.10.3
  1986. 262.02 s [genvalidity-scientific-source] Using install prefix:
  1987. 262.02 s [genvalidity-scientific-source] /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0
  1988. 262.02 s [genvalidity-scientific-source] Executables installed in:
  1989. 262.02 s [genvalidity-scientific-source] /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0/bin
  1990. 262.02 s [genvalidity-scientific-source] Libraries installed in:
  1991. 262.02 s [genvalidity-scientific-source] /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  1992. 262.02 s [genvalidity-scientific-source] Dynamic Libraries installed in:
  1993. 262.02 s [genvalidity-scientific-source] /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  1994. 262.02 s [genvalidity-scientific-source] Private executables installed in:
  1995. 262.02 s [genvalidity-scientific-source] /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-scientific-1.0.0.0
  1996. 262.02 s [genvalidity-scientific-source] Data files installed in:
  1997. 262.02 s [genvalidity-scientific-source] /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-scientific-1.0.0.0
  1998. 262.02 s [genvalidity-scientific-source] Documentation installed in: /share/doc/genvalidity-scientific-1.0.0.0
  1999. 262.02 s [genvalidity-scientific-source] Configuration files installed in:
  2000. 262.02 s [genvalidity-scientific-source] /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0/etc
  2001. 262.02 s [genvalidity-scientific-source] No alex found
  2002. 262.02 s [genvalidity-scientific-source] Using ar found on system at:
  2003. 262.02 s [genvalidity-scientific-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  2004. 262.02 s [genvalidity-scientific-source] No c2hs found
  2005. 262.02 s [genvalidity-scientific-source] No cpphs found
  2006. 262.02 s [genvalidity-scientific-source] No doctest found
  2007. 262.02 s [genvalidity-scientific-source] Using gcc version 14.3.0 given by user at:
  2008. 262.02 s [genvalidity-scientific-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  2009. 262.02 s [genvalidity-scientific-source] Using ghc version 9.10.3 found on system at:
  2010. 262.02 s [genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  2011. 262.02 s [genvalidity-scientific-source] Using ghc-pkg version 9.10.3 found on system at:
  2012. 262.02 s [genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  2013. 262.02 s [genvalidity-scientific-source] No ghcjs found
  2014. 262.02 s [genvalidity-scientific-source] No ghcjs-pkg found
  2015. 262.02 s [genvalidity-scientific-source] No greencard found
  2016. 262.02 s [genvalidity-scientific-source] Using haddock version 2.31.1 found on system at:
  2017. 262.02 s [genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  2018. 262.02 s [genvalidity-scientific-source] No happy found
  2019. 262.02 s [genvalidity-scientific-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  2020. 262.02 s [genvalidity-scientific-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2021. 262.02 s [genvalidity-scientific-source] No hmake found
  2022. 262.02 s [genvalidity-scientific-source] Using hpc version 0.69 found on system at:
  2023. 262.02 s [genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  2024. 262.02 s [genvalidity-scientific-source] Using hsc2hs version 0.68.10 found on system at:
  2025. 262.02 s [genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  2026. 262.02 s [genvalidity-scientific-source] Using hscolour version 1.25 found on system at:
  2027. 262.02 s [genvalidity-scientific-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  2028. 262.02 s [genvalidity-scientific-source] No jhc found
  2029. 262.02 s [genvalidity-scientific-source] Using ld found on system at:
  2030. 262.02 s [genvalidity-scientific-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  2031. 262.02 s [genvalidity-scientific-source] No pkg-config found
  2032. 262.02 s [genvalidity-scientific-source] Using runghc version 9.10.3 found on system at:
  2033. 262.02 s [genvalidity-scientific-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  2034. 262.02 s [genvalidity-scientific-source] Using strip version 2.44 found on system at:
  2035. 262.02 s [genvalidity-scientific-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  2036. 262.02 s [genvalidity-scientific-source] Using tar found on system at:
  2037. 262.02 s [genvalidity-scientific-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  2038. 262.02 s [genvalidity-scientific-source] No uhc found
  2039. 262.02 s [genvalidity-scientific-source] Phase: buildPhase
  2040. 262.02 s [genvalidity-scientific-source] Distribution quality warnings:
  2041. 262.02 s [genvalidity-scientific-source] [no-description] No 'description' field.
  2042. 262.02 s [genvalidity-scientific-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  2043. 262.02 s [genvalidity-scientific-source] - genvalidity
  2044. 262.02 s [genvalidity-scientific-source] - scientific
  2045. 262.02 s [genvalidity-scientific-source] - validity-scientific
  2046. 262.02 s [genvalidity-scientific-source] Please add them. There is more information at https://pvp.haskell.org/
  2047. 262.02 s [genvalidity-scientific-source] Building source dist for genvalidity-scientific-1.0.0.0...
  2048. 262.02 s [genvalidity-text-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  2049. 262.02 s [genvalidity-text-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  2050. 262.02 s [genvalidity-text-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  2051. 262.02 s [genvalidity-text-source] Dependency random: using random-1.2.1.3
  2052. 262.02 s [genvalidity-text-source] Dependency text: using text-2.1.3
  2053. 262.02 s [genvalidity-text-source] Dependency validity-text >=0.3: using validity-text-0.3.1.3
  2054. 262.02 s [genvalidity-text-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  2055. 262.02 s [genvalidity-text-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  2056. 262.02 s [genvalidity-text-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  2057. 262.02 s [genvalidity-text-source] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
  2058. 262.02 s [genvalidity-text-source] Dependency hspec: using hspec-2.11.14
  2059. 262.02 s [genvalidity-text-source] Dependency text: using text-2.1.3
  2060. 262.02 s [genvalidity-text-source] Source component graph:
  2061. 262.02 s [genvalidity-text-source] component lib
  2062. 262.02 s [genvalidity-text-source] component test:genvalidity-text-test dependency lib
  2063. 262.02 s [genvalidity-text-source] Configured component graph:
  2064. 262.02 s [genvalidity-text-source] component genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
  2065. 262.02 s [genvalidity-text-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2066. 262.02 s [genvalidity-text-source] include base-4.20.2.0-fafd
  2067. 262.02 s [genvalidity-text-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2068. 262.02 s [genvalidity-text-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  2069. 262.02 s [genvalidity-text-source] include text-2.1.3-34f1
  2070. 262.02 s [genvalidity-text-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  2071. 262.02 s [genvalidity-text-source] component genvalidity-text-1.0.0.1-8ed5ReYjyip4Pyko4R0pns-genvalidity-text-test
  2072. 262.02 s [genvalidity-text-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2073. 262.02 s [genvalidity-text-source] include base-4.20.2.0-fafd
  2074. 262.02 s [genvalidity-text-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2075. 262.02 s [genvalidity-text-source] include genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
  2076. 262.02 s [genvalidity-text-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2077. 262.02 s [genvalidity-text-source] include text-2.1.3-34f1
  2078. 262.02 s [genvalidity-text-source] Linked component graph:
  2079. 262.02 s [genvalidity-text-source] unit genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
  2080. 262.02 s [genvalidity-text-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2081. 262.02 s [genvalidity-text-source] include base-4.20.2.0-fafd
  2082. 262.02 s [genvalidity-text-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2083. 262.02 s [genvalidity-text-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  2084. 262.02 s [genvalidity-text-source] include text-2.1.3-34f1
  2085. 262.02 s [genvalidity-text-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  2086. 262.02 s [genvalidity-text-source] Data.GenValidity.Text=genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy:Data.GenValidity.Text
  2087. 262.02 s [genvalidity-text-source] unit genvalidity-text-1.0.0.1-8ed5ReYjyip4Pyko4R0pns-genvalidity-text-test
  2088. 262.02 s [genvalidity-text-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2089. 262.02 s [genvalidity-text-source] include base-4.20.2.0-fafd
  2090. 262.02 s [genvalidity-text-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2091. 262.02 s [genvalidity-text-source] include genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
  2092. 262.02 s [genvalidity-text-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2093. 262.02 s [genvalidity-text-source] include text-2.1.3-34f1
  2094. 262.02 s [genvalidity-text-source] Ready component graph:
  2095. 262.02 s [genvalidity-text-source] definite genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
  2096. 262.02 s [genvalidity-text-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2097. 262.02 s [genvalidity-text-source] depends base-4.20.2.0-fafd
  2098. 262.02 s [genvalidity-text-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2099. 262.02 s [genvalidity-text-source] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  2100. 262.02 s [genvalidity-text-source] depends text-2.1.3-34f1
  2101. 262.02 s [genvalidity-text-source] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  2102. 262.02 s [genvalidity-text-source] definite genvalidity-text-1.0.0.1-8ed5ReYjyip4Pyko4R0pns-genvalidity-text-test
  2103. 262.02 s [genvalidity-text-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2104. 262.02 s [genvalidity-text-source] depends base-4.20.2.0-fafd
  2105. 262.02 s [genvalidity-text-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2106. 262.02 s [genvalidity-text-source] depends genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
  2107. 262.02 s [genvalidity-text-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2108. 262.02 s [genvalidity-text-source] depends text-2.1.3-34f1
  2109. 262.02 s [genvalidity-text-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  2110. 262.02 s [genvalidity-text-source] Using compiler: ghc-9.10.3
  2111. 262.02 s [genvalidity-text-source] Using install prefix:
  2112. 262.02 s [genvalidity-text-source] /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1
  2113. 262.02 s [genvalidity-text-source] Executables installed in:
  2114. 262.02 s [genvalidity-text-source] /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1/bin
  2115. 262.02 s [genvalidity-text-source] Libraries installed in:
  2116. 262.02 s [genvalidity-text-source] /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-text-1.0.0.1-1NqAIId8jiW6BfxEuN8PAy
  2117. 262.02 s [genvalidity-text-source] Dynamic Libraries installed in:
  2118. 262.02 s [genvalidity-text-source] /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  2119. 262.02 s [genvalidity-text-source] Private executables installed in:
  2120. 262.02 s [genvalidity-text-source] /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-text-1.0.0.1
  2121. 262.02 s [genvalidity-text-source] Data files installed in:
  2122. 262.02 s [genvalidity-text-source] /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-text-1.0.0.1
  2123. 262.02 s [genvalidity-time-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  2124. 262.02 s [genvalidity-time-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  2125. 262.02 s [genvalidity-time-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  2126. 262.02 s [genvalidity-time-source] Dependency time: using time-1.12.2
  2127. 262.02 s [genvalidity-time-source] Dependency validity-time >=0.2: using validity-time-0.5.0.0
  2128. 262.02 s [genvalidity-time-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  2129. 262.02 s [genvalidity-time-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  2130. 262.02 s [genvalidity-time-source] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
  2131. 262.02 s [genvalidity-time-source] Dependency hspec: using hspec-2.11.14
  2132. 262.02 s [genvalidity-time-source] Dependency time: using time-1.12.2
  2133. 262.02 s [genvalidity-time-source] Source component graph:
  2134. 262.02 s [genvalidity-time-source] component lib
  2135. 262.02 s [genvalidity-time-source] component test:genvalidity-time-test dependency lib
  2136. 262.02 s [genvalidity-time-source] Configured component graph:
  2137. 262.02 s [genvalidity-time-source] component genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
  2138. 262.02 s [genvalidity-time-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2139. 262.02 s [genvalidity-time-source] include base-4.20.2.0-fafd
  2140. 262.02 s [genvalidity-time-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2141. 262.02 s [genvalidity-time-source] include time-1.12.2-3479
  2142. 262.02 s [genvalidity-time-source] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  2143. 262.02 s [genvalidity-time-source] component genvalidity-time-1.0.0.1-3aUfS8Xqke4K1ffFOrYoV-genvalidity-time-test
  2144. 262.02 s [genvalidity-time-source] include base-4.20.2.0-fafd
  2145. 262.02 s [genvalidity-time-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2146. 262.02 s [genvalidity-time-source] include genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
  2147. 262.02 s [genvalidity-time-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2148. 262.02 s [genvalidity-time-source] include time-1.12.2-3479
  2149. 262.02 s [genvalidity-time-source] Linked component graph:
  2150. 262.02 s [genvalidity-time-source] unit genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
  2151. 262.02 s [genvalidity-time-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2152. 262.02 s [genvalidity-time-source] include base-4.20.2.0-fafd
  2153. 262.02 s [genvalidity-time-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2154. 262.02 s [genvalidity-time-source] include time-1.12.2-3479
  2155. 262.02 s [genvalidity-time-source] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  2156. 262.02 s [genvalidity-time-source] Data.GenValidity.Time=genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr:Data.GenValidity.Time,Data.GenValidity.Time.Calendar=genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr:Data.GenValidity.Time.Calendar,Data.GenValidity.Time.Clock=genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr:Data.GenValidity.Time.Clock,Data.GenValidity.Time.Format=genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr:Data.GenValidity.Time.Format,Data.GenValidity.Time.LocalTime=genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr:Data.GenValidity.Time.LocalTime
  2157. 262.02 s [genvalidity-time-source] unit genvalidity-time-1.0.0.1-3aUfS8Xqke4K1ffFOrYoV-genvalidity-time-test
  2158. 262.02 s [genvalidity-time-source] include base-4.20.2.0-fafd
  2159. 262.02 s [genvalidity-time-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2160. 262.02 s [genvalidity-time-source] include genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
  2161. 262.02 s [genvalidity-time-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2162. 262.02 s [genvalidity-time-source] include time-1.12.2-3479
  2163. 262.02 s [genvalidity-time-source] Ready component graph:
  2164. 262.02 s [genvalidity-time-source] definite genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
  2165. 262.02 s [genvalidity-time-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2166. 262.02 s [genvalidity-time-source] depends base-4.20.2.0-fafd
  2167. 262.02 s [genvalidity-time-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2168. 262.02 s [genvalidity-time-source] depends time-1.12.2-3479
  2169. 262.02 s [genvalidity-time-source] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  2170. 262.02 s [genvalidity-time-source] definite genvalidity-time-1.0.0.1-3aUfS8Xqke4K1ffFOrYoV-genvalidity-time-test
  2171. 262.02 s [genvalidity-time-source] depends base-4.20.2.0-fafd
  2172. 262.02 s [genvalidity-time-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2173. 262.02 s [genvalidity-time-source] depends genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
  2174. 262.02 s [genvalidity-time-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2175. 262.02 s [genvalidity-time-source] depends time-1.12.2-3479
  2176. 262.02 s [genvalidity-time-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  2177. 262.02 s [genvalidity-time-source] Using compiler: ghc-9.10.3
  2178. 262.02 s [genvalidity-time-source] Using install prefix:
  2179. 262.02 s [genvalidity-time-source] /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1
  2180. 262.02 s [genvalidity-time-source] Executables installed in:
  2181. 262.02 s [genvalidity-time-source] /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1/bin
  2182. 262.02 s [genvalidity-time-source] Libraries installed in:
  2183. 262.02 s [genvalidity-time-source] /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-time-1.0.0.1-KVlPkQiJ2GTHLMv1hTDAhr
  2184. 262.02 s [genvalidity-time-source] Dynamic Libraries installed in:
  2185. 262.02 s [genvalidity-time-source] /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  2186. 262.02 s [genvalidity-time-source] Private executables installed in:
  2187. 262.02 s [genvalidity-time-source] /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-time-1.0.0.1
  2188. 262.02 s [genvalidity-time-source] Data files installed in:
  2189. 262.02 s [genvalidity-time-source] /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-time-1.0.0.1
  2190. 262.02 s [autodocodec-yaml] Warning: Autodocodec.Yaml: could not find link destinations for:
  2191. 262.02 s [autodocodec-yaml] - Path.Internal.Posix.Path
  2192. 262.02 s [autodocodec-yaml] - Path.Posix.File
  2193. 262.02 s [genvalidity-containers-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2194. 262.02 s [genvalidity-containers-source] No hmake found
  2195. 262.02 s [genvalidity-containers-source] Using hpc version 0.69 found on system at:
  2196. 262.02 s [genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  2197. 262.02 s [genvalidity-containers-source] Using hsc2hs version 0.68.10 found on system at:
  2198. 262.02 s [genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  2199. 262.02 s [genvalidity-containers-source] Using hscolour version 1.25 found on system at:
  2200. 262.02 s [genvalidity-containers-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  2201. 262.02 s [genvalidity-containers-source] No jhc found
  2202. 262.02 s [genvalidity-containers-source] Using ld found on system at:
  2203. 262.02 s [genvalidity-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  2204. 262.02 s [genvalidity-containers-source] No pkg-config found
  2205. 262.02 s [genvalidity-containers-source] Using runghc version 9.10.3 found on system at:
  2206. 262.02 s [genvalidity-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  2207. 262.02 s [genvalidity-containers-source] Using strip version 2.44 found on system at:
  2208. 262.02 s [genvalidity-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  2209. 262.02 s [genvalidity-containers-source] Using tar found on system at:
  2210. 262.02 s [genvalidity-containers-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  2211. 262.02 s [genvalidity-containers-source] No uhc found
  2212. 262.02 s [genvalidity-containers-source] Phase: buildPhase
  2213. 262.03 s [genvalidity-containers-source] Distribution quality warnings:
  2214. 262.03 s [genvalidity-containers-source] [no-description] No 'description' field.
  2215. 262.03 s [genvalidity-containers-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  2216. 262.03 s [genvalidity-containers-source] - QuickCheck
  2217. 262.03 s [genvalidity-containers-source] - containers
  2218. 262.03 s [genvalidity-containers-source] - genvalidity
  2219. 262.03 s [genvalidity-containers-source] - validity-containers
  2220. 262.03 s [genvalidity-containers-source] Please add them. There is more information at https://pvp.haskell.org/
  2221. 262.03 s [genvalidity-containers-source] Building source dist for genvalidity-containers-1.0.0.2...
  2222. 262.03 s [genvalidity-containers-source] Source tarball created: dist/genvalidity-containers-1.0.0.2.tar.gz
  2223. 262.03 s [genvalidity-containers-source] Phase: checkPhase
  2224. 262.03 s [genvalidity-containers-source] Phase: haddockPhase
  2225. 262.03 s [genvalidity-containers-source] Phase: installPhase
  2226. 262.03 s [genvalidity-containers-source] Phase: fixupPhase
  2227. 262.03 s [genvalidity-hspec-optics-source] /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-optics-1.0.0.0
  2228. 262.03 s [genvalidity-hspec-optics-source] Documentation installed in: /share/doc/genvalidity-hspec-optics-1.0.0.0
  2229. 262.03 s [genvalidity-hspec-optics-source] Configuration files installed in:
  2230. 262.03 s [genvalidity-hspec-optics-source] /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0/etc
  2231. 262.03 s [genvalidity-hspec-optics-source] No alex found
  2232. 262.03 s [genvalidity-hspec-optics-source] Using ar found on system at:
  2233. 262.03 s [genvalidity-hspec-optics-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  2234. 262.03 s [genvalidity-hspec-optics-source] No c2hs found
  2235. 262.03 s [genvalidity-hspec-optics-source] No cpphs found
  2236. 262.03 s [genvalidity-hspec-optics-source] No doctest found
  2237. 262.03 s [genvalidity-hspec-optics-source] Using gcc version 14.3.0 given by user at:
  2238. 262.03 s [genvalidity-hspec-optics-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  2239. 262.03 s [genvalidity-hspec-optics-source] Using ghc version 9.10.3 found on system at:
  2240. 262.03 s [genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  2241. 262.03 s [genvalidity-hspec-optics-source] Using ghc-pkg version 9.10.3 found on system at:
  2242. 262.03 s [genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  2243. 262.03 s [genvalidity-hspec-optics-source] No ghcjs found
  2244. 262.03 s [genvalidity-hspec-optics-source] No ghcjs-pkg found
  2245. 262.03 s [genvalidity-hspec-optics-source] No greencard found
  2246. 262.03 s [genvalidity-hspec-optics-source] Using haddock version 2.31.1 found on system at:
  2247. 262.03 s [genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  2248. 262.03 s [genvalidity-hspec-optics-source] No happy found
  2249. 262.03 s [genvalidity-hspec-optics-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  2250. 262.03 s [genvalidity-hspec-optics-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2251. 262.03 s [genvalidity-hspec-optics-source] No hmake found
  2252. 262.03 s [genvalidity-hspec-optics-source] Using hpc version 0.69 found on system at:
  2253. 262.03 s [genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  2254. 262.03 s [genvalidity-hspec-optics-source] Using hsc2hs version 0.68.10 found on system at:
  2255. 262.03 s [genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  2256. 262.03 s [genvalidity-hspec-optics-source] Using hscolour version 1.25 found on system at:
  2257. 262.03 s [genvalidity-hspec-optics-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  2258. 262.03 s [genvalidity-hspec-optics-source] No jhc found
  2259. 262.03 s [genvalidity-hspec-optics-source] Using ld found on system at:
  2260. 262.03 s [genvalidity-hspec-optics-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  2261. 262.03 s [genvalidity-hspec-optics-source] No pkg-config found
  2262. 262.03 s [genvalidity-hspec-optics-source] Using runghc version 9.10.3 found on system at:
  2263. 262.03 s [genvalidity-hspec-optics-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  2264. 262.03 s [genvalidity-hspec-optics-source] Using strip version 2.44 found on system at:
  2265. 262.03 s [genvalidity-hspec-optics-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  2266. 262.03 s [genvalidity-hspec-optics-source] Using tar found on system at:
  2267. 262.03 s [genvalidity-hspec-optics-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  2268. 262.03 s [genvalidity-hspec-optics-source] No uhc found
  2269. 262.03 s [genvalidity-hspec-optics-source] Phase: buildPhase
  2270. 262.03 s [genvalidity-hspec-optics-source] Distribution quality errors:
  2271. 262.03 s [genvalidity-hspec-optics-source] [missing-bounds-important] The dependency 'build-depends: base' does not
  2272. 262.03 s [genvalidity-hspec-optics-source] specify an upper bound on the version number. Each major release of the 'base'
  2273. 262.03 s [genvalidity-hspec-optics-source] package changes the API in various ways and most packages will need some
  2274. 262.03 s [genvalidity-hspec-optics-source] changes to compile with it. The recommended practice is to specify an upper
  2275. 262.03 s [genvalidity-hspec-optics-source] bound on the version of the 'base' package. This ensures your package will
  2276. 262.03 s [genvalidity-hspec-optics-source] continue to build when a new major version of the 'base' package is released.
  2277. 262.03 s [genvalidity-hspec-optics-source] If you are not sure what upper bound to use then use the next major version.
  2278. 262.03 s [genvalidity-hspec-optics-source] For example if you have tested your package with 'base' version 4.5 and 4.6
  2279. 262.03 s [genvalidity-hspec-optics-source] then use 'build-depends: base >= 4.5 && < 4.7'.
  2280. 262.03 s [genvalidity-hspec-optics-source] Distribution quality warnings:
  2281. 262.03 s [genvalidity-hspec-optics-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  2282. 262.03 s [genvalidity-hspec-optics-source] - QuickCheck
  2283. 262.03 s [genvalidity-hspec-optics-source] - genvalidity
  2284. 262.03 s [genvalidity-hspec-optics-source] - genvalidity-hspec
  2285. 262.03 s [genvalidity-hspec-optics-source] - hspec
  2286. 262.03 s [genvalidity-hspec-optics-source] - microlens
  2287. 262.03 s [genvalidity-hspec-optics-source] Please add them. There is more information at https://pvp.haskell.org/
  2288. 262.03 s [genvalidity-hspec-optics-source] Note: the public hackage server would reject this package.
  2289. 262.03 s [genvalidity-hspec-optics-source] Building source dist for genvalidity-hspec-optics-1.0.0.0...
  2290. 262.03 s [genvalidity-hspec-optics-source] Source tarball created: dist/genvalidity-hspec-optics-1.0.0.0.tar.gz
  2291. 262.03 s [genvalidity-hspec-optics-source] Phase: checkPhase
  2292. 262.03 s [genvalidity-hspec-optics-source] Phase: haddockPhase
  2293. 262.03 s [genvalidity-hspec-optics-source] Phase: installPhase
  2294. 262.03 s [genvalidity-hspec-optics-source] Phase: fixupPhase
  2295. 262.03 s [genvalidity-scientific-source] Source tarball created: dist/genvalidity-scientific-1.0.0.0.tar.gz
  2296. 262.03 s [genvalidity-scientific-source] Phase: checkPhase
  2297. 262.03 s [genvalidity-scientific-source] Phase: haddockPhase
  2298. 262.03 s [genvalidity-scientific-source] Phase: installPhase
  2299. 262.03 s [genvalidity-scientific-source] Phase: fixupPhase
  2300. 262.03 s [genvalidity-text-source] Documentation installed in: /share/doc/genvalidity-text-1.0.0.1
  2301. 262.03 s [genvalidity-text-source] Configuration files installed in:
  2302. 262.03 s [genvalidity-text-source] /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1/etc
  2303. 262.03 s [genvalidity-text-source] No alex found
  2304. 262.03 s [genvalidity-text-source] Using ar found on system at:
  2305. 262.03 s [genvalidity-text-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  2306. 262.03 s [genvalidity-text-source] No c2hs found
  2307. 262.03 s [genvalidity-text-source] No cpphs found
  2308. 262.03 s [genvalidity-text-source] No doctest found
  2309. 262.03 s [genvalidity-text-source] Using gcc version 14.3.0 given by user at:
  2310. 262.03 s [genvalidity-text-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  2311. 262.03 s [genvalidity-text-source] Using ghc version 9.10.3 found on system at:
  2312. 262.03 s [genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  2313. 262.03 s [genvalidity-text-source] Using ghc-pkg version 9.10.3 found on system at:
  2314. 262.03 s [genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  2315. 262.03 s [genvalidity-text-source] No ghcjs found
  2316. 262.03 s [genvalidity-text-source] No ghcjs-pkg found
  2317. 262.03 s [genvalidity-text-source] No greencard found
  2318. 262.03 s [genvalidity-text-source] Using haddock version 2.31.1 found on system at:
  2319. 262.03 s [genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  2320. 262.03 s [genvalidity-text-source] No happy found
  2321. 262.03 s [genvalidity-text-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  2322. 262.03 s [genvalidity-text-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2323. 262.03 s [genvalidity-text-source] No hmake found
  2324. 262.03 s [genvalidity-text-source] Using hpc version 0.69 found on system at:
  2325. 262.03 s [genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  2326. 262.03 s [genvalidity-text-source] Using hsc2hs version 0.68.10 found on system at:
  2327. 262.03 s [genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  2328. 262.03 s [genvalidity-text-source] Using hscolour version 1.25 found on system at:
  2329. 262.03 s [genvalidity-text-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  2330. 262.03 s [genvalidity-text-source] No jhc found
  2331. 262.03 s [genvalidity-text-source] Using ld found on system at:
  2332. 262.03 s [genvalidity-text-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  2333. 262.03 s [genvalidity-text-source] No pkg-config found
  2334. 262.03 s [genvalidity-text-source] Using runghc version 9.10.3 found on system at:
  2335. 262.03 s [genvalidity-text-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  2336. 262.03 s [genvalidity-text-source] Using strip version 2.44 found on system at:
  2337. 262.03 s [genvalidity-text-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  2338. 262.03 s [genvalidity-text-source] Using tar found on system at:
  2339. 262.03 s [genvalidity-text-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  2340. 262.03 s [genvalidity-text-source] No uhc found
  2341. 262.03 s [genvalidity-text-source] Phase: buildPhase
  2342. 262.03 s [genvalidity-text-source] Distribution quality warnings:
  2343. 262.03 s [genvalidity-text-source] [no-description] No 'description' field.
  2344. 262.03 s [genvalidity-text-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  2345. 262.03 s [genvalidity-text-source] - QuickCheck
  2346. 262.03 s [genvalidity-text-source] - genvalidity
  2347. 262.03 s [genvalidity-text-source] - random
  2348. 262.03 s [genvalidity-text-source] - text
  2349. 262.03 s [genvalidity-text-source] - validity-text
  2350. 262.03 s [genvalidity-text-source] Please add them. There is more information at https://pvp.haskell.org/
  2351. 263.65 s [genvalidity-text-source] Building source dist for genvalidity-text-1.0.0.1...
  2352. 263.65 s [genvalidity-text-source] Source tarball created: dist/genvalidity-text-1.0.0.1.tar.gz
  2353. 263.65 s [genvalidity-text-source] Phase: checkPhase
  2354. 263.68 s [genvalidity-text-source] Phase: haddockPhase
  2355. 263.68 s [genvalidity-text-source] Phase: installPhase
  2356. 263.68 s [genvalidity-text-source] Phase: fixupPhase
  2357. 263.68 s [genvalidity-time-source] Documentation installed in: /share/doc/genvalidity-time-1.0.0.1
  2358. 263.68 s [genvalidity-time-source] Configuration files installed in:
  2359. 263.68 s [genvalidity-time-source] /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1/etc
  2360. 263.68 s [genvalidity-time-source] No alex found
  2361. 263.68 s [genvalidity-time-source] Using ar found on system at:
  2362. 263.68 s [genvalidity-time-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  2363. 263.68 s [genvalidity-time-source] No c2hs found
  2364. 263.68 s [genvalidity-time-source] No cpphs found
  2365. 263.68 s [genvalidity-time-source] No doctest found
  2366. 263.68 s [genvalidity-time-source] Using gcc version 14.3.0 given by user at:
  2367. 263.68 s [genvalidity-time-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  2368. 263.68 s [genvalidity-time-source] Using ghc version 9.10.3 found on system at:
  2369. 263.68 s [genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  2370. 263.68 s [genvalidity-time-source] Using ghc-pkg version 9.10.3 found on system at:
  2371. 263.68 s [genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  2372. 263.68 s [genvalidity-time-source] No ghcjs found
  2373. 263.68 s [genvalidity-time-source] No ghcjs-pkg found
  2374. 263.68 s [genvalidity-time-source] No greencard found
  2375. 263.68 s [genvalidity-time-source] Using haddock version 2.31.1 found on system at:
  2376. 263.68 s [genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  2377. 263.68 s [genvalidity-time-source] No happy found
  2378. 263.68 s [genvalidity-time-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  2379. 263.68 s [genvalidity-time-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2380. 263.68 s [genvalidity-time-source] No hmake found
  2381. 263.68 s [genvalidity-time-source] Using hpc version 0.69 found on system at:
  2382. 263.68 s [genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  2383. 263.68 s [genvalidity-time-source] Using hsc2hs version 0.68.10 found on system at:
  2384. 263.68 s [genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  2385. 263.68 s [genvalidity-time-source] Using hscolour version 1.25 found on system at:
  2386. 263.68 s [genvalidity-time-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  2387. 263.68 s [genvalidity-time-source] No jhc found
  2388. 263.68 s [genvalidity-time-source] Using ld found on system at:
  2389. 263.68 s [genvalidity-time-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  2390. 263.68 s [genvalidity-time-source] No pkg-config found
  2391. 263.68 s [genvalidity-time-source] Using runghc version 9.10.3 found on system at:
  2392. 263.68 s [genvalidity-time-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  2393. 263.68 s [genvalidity-time-source] Using strip version 2.44 found on system at:
  2394. 263.68 s [genvalidity-time-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  2395. 263.68 s [genvalidity-time-source] Using tar found on system at:
  2396. 263.68 s [genvalidity-time-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  2397. 263.68 s [genvalidity-time-source] No uhc found
  2398. 263.68 s [genvalidity-time-source] Phase: buildPhase
  2399. 263.68 s [genvalidity-time-source] Distribution quality warnings:
  2400. 263.68 s [genvalidity-time-source] [short-description] The 'description' field should be longer than the
  2401. 263.68 s [genvalidity-time-source] 'synopsis' field. It's useful to provide an informative 'description' to allow
  2402. 263.68 s [genvalidity-time-source] Haskell programmers who have never heard about your package to understand the
  2403. 263.68 s [genvalidity-time-source] purpose of your package. The 'description' field content is typically shown by
  2404. 263.68 s [genvalidity-time-source] tooling (e.g. 'cabal info', Haddock, Hackage) below the 'synopsis' which
  2405. 263.68 s [genvalidity-time-source] serves as a headline. Please refer to
  2406. 263.68 s [genvalidity-time-source] <https://cabal.readthedocs.io/en/stable/cabal-package.html#package-properties>
  2407. 263.68 s [genvalidity-time-source] for more details.
  2408. 263.68 s [genvalidity-time-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  2409. 263.68 s [genvalidity-time-source] - QuickCheck
  2410. 263.68 s [genvalidity-time-source] - genvalidity
  2411. 263.68 s [genvalidity-time-source] - time
  2412. 263.68 s [genvalidity-time-source] - validity-time
  2413. 263.68 s [genvalidity-time-source] Please add them. There is more information at https://pvp.haskell.org/
  2414. 263.68 s [genvalidity-time-source] Building source dist for genvalidity-time-1.0.0.1...
  2415. 263.68 s [genvalidity-time-source] Source tarball created: dist/genvalidity-time-1.0.0.1.tar.gz
  2416. 263.68 s [genvalidity-time-source] Phase: checkPhase
  2417. 263.68 s [genvalidity-time-source] Phase: haddockPhase
  2418. 263.68 s [genvalidity-time-source] Phase: installPhase
  2419. 263.68 s [genvalidity-time-source] Phase: fixupPhase
  2420. 263.68 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2
  2421. 263.68 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  2422. 263.68 s [post-build-hook]
  2423. 263.68 s [post-build-hook] Pushing /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2 (4.98 KiB)
  2424. 263.68 s [post-build-hook]
  2425. 263.68 s [post-build-hook] All done.
  2426. 263.68 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2
  2427. 263.87 s [post-build-hook] copying 1 paths...
  2428. 263.87 s [post-build-hook] copying path '/nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2' to 'https://cache.staging.nix-ci.com'...
  2429. 264.19 s [post-build-hook] copying 0 paths...
  2430. 264.22 s Progress: 62 of 154 built (5 building), 815 of 815 downloaded from cache
  2431. 264.24 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0
  2432. 264.61 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  2433. 264.61 s [post-build-hook]
  2434. 264.96 s [post-build-hook] Pushing /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0 (4.30 KiB)
  2435. 265.81 s [post-build-hook]
  2436. 265.81 s [post-build-hook] All done.
  2437. 265.83 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0
  2438. 265.92 s [post-build-hook] copying 1 paths...
  2439. 265.92 s [post-build-hook] copying path '/nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0' to 'https://cache.staging.nix-ci.com'...
  2440. 266.23 s [post-build-hook] copying 0 paths...
  2441. 266.26 s Progress: 63 of 155 built (4 building), 815 of 815 downloaded from cache
  2442. 266.28 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0
  2443. 266.63 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  2444. 266.63 s [post-build-hook]
  2445. 266.97 s [post-build-hook] Pushing /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0 (2.45 KiB)
  2446. 267.82 s [post-build-hook]
  2447. 267.82 s [post-build-hook] All done.
  2448. 267.83 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0
  2449. 267.89 s [post-build-hook] copying 1 paths...
  2450. 267.89 s [post-build-hook] copying path '/nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0' to 'https://cache.staging.nix-ci.com'...
  2451. 270.27 s [post-build-hook] copying 0 paths...
  2452. 270.30 s Progress: 64 of 156 built (3 building), 815 of 815 downloaded from cache
  2453. 270.32 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1
  2454. 270.69 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  2455. 270.69 s [post-build-hook]
  2456. 271.02 s [post-build-hook] Pushing /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1 (4.41 KiB)
  2457. 272.00 s [post-build-hook]
  2458. 272.00 s [post-build-hook] All done.
  2459. 272.01 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1
  2460. 272.07 s [post-build-hook] copying 1 paths...
  2461. 272.07 s [post-build-hook] copying path '/nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1' to 'https://cache.staging.nix-ci.com'...
  2462. 272.41 s [post-build-hook] copying 0 paths...
  2463. 272.44 s Progress: 65 of 157 built (2 building), 815 of 815 downloaded from cache
  2464. 272.46 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1
  2465. 272.80 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  2466. 272.80 s [post-build-hook]
  2467. 273.14 s [post-build-hook] Pushing /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1 (4.55 KiB)
  2468. 273.95 s [post-build-hook]
  2469. 273.95 s [post-build-hook] All done.
  2470. 273.97 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1
  2471. 274.02 s [post-build-hook] copying 1 paths...
  2472. 274.02 s [post-build-hook] copying path '/nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1' to 'https://cache.staging.nix-ci.com'...
  2473. 274.34 s [post-build-hook] copying 0 paths...
  2474. 274.36 s Progress: 66 of 158 built (1 building), 815 of 815 downloaded from cache
  2475. 274.44 s Building genvalidity-containers
  2476. 274.49 s Building genvalidity-hspec-optics
  2477. 274.53 s Building genvalidity-scientific
  2478. 274.58 s Building genvalidity-text
  2479. 274.63 s Building genvalidity-time
  2480. 274.63 s [autodocodec-yaml] Documentation created: dist/doc/html/autodocodec-yaml/,
  2481. 274.63 s [autodocodec-yaml] dist/doc/html/autodocodec-yaml/autodocodec-yaml.txt
  2482. 274.63 s [autodocodec-yaml] Phase: installPhase
  2483. 274.63 s [autodocodec-yaml] Installing library in /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  2484. 274.63 s [autodocodec-yaml] Phase: fixupPhase
  2485. 274.63 s [autodocodec-yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2
  2486. 274.63 s [autodocodec-yaml] shrinking /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSautodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6-ghc9.10.3.so
  2487. 274.63 s [autodocodec-yaml] checking for references to /build/ in /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2...
  2488. 274.63 s [autodocodec-yaml] patching script interpreter paths in /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2
  2489. 274.63 s [autodocodec-yaml] stripping (with command strip and flags -S -p) in /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/lib
  2490. 274.63 s [autodocodec-yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc
  2491. 274.63 s [autodocodec-yaml] checking for references to /build/ in /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc...
  2492. 274.63 s [autodocodec-yaml] patching script interpreter paths in /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc
  2493. 274.63 s [genvalidity-hspec-optics] Phase: setupCompilerEnvironmentPhase
  2494. 274.63 s [genvalidity-hspec-optics] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  2495. 274.75 s Building genvalidity-unordered-containers-source
  2496. 274.80 s Building genvalidity-vector-source
  2497. 274.81 s [genvalidity-containers] Phase: setupCompilerEnvironmentPhase
  2498. 274.81 s [genvalidity-containers] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  2499. 274.81 s [genvalidity-hspec-optics] Phase: unpackPhase
  2500. 274.81 s [genvalidity-hspec-optics] unpacking source archive /nix/store/3zam34ay057mfbcxjkl83pxd88fyn7af-genvalidity-hspec-optics-source-1.0.0.0/genvalidity-hspec-optics-1.0.0.0.tar.gz
  2501. 274.81 s [genvalidity-hspec-optics] source root is genvalidity-hspec-optics-1.0.0.0
  2502. 274.81 s [genvalidity-hspec-optics] setting SOURCE_DATE_EPOCH to timestamp 1780347793 of file "genvalidity-hspec-optics-1.0.0.0/test/Test/Validity/OpticsSpec.hs"
  2503. 274.81 s [genvalidity-hspec-optics] warning: file "genvalidity-hspec-optics-1.0.0.0/test/Test/Validity/OpticsSpec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  2504. 274.81 s [genvalidity-hspec-optics] Phase: patchPhase
  2505. 274.81 s [genvalidity-hspec-optics] Phase: compileBuildDriverPhase
  2506. 274.81 s [genvalidity-hspec-optics] setupCompileFlags: -package-db=/build/tmp.HJZMRrTqv6/setup-package.conf.d -threaded
  2507. 274.81 s [genvalidity-scientific] Phase: setupCompilerEnvironmentPhase
  2508. 274.81 s [genvalidity-scientific] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  2509. 274.84 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2
  2510. 275.27 s [post-build-hook] Pushing 2 paths (214 are already present) using zstd to cache smos ⏳
  2511. 275.27 s [post-build-hook]
  2512. 275.63 s [post-build-hook] Pushing /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2 (1.26 MiB)
  2513. 275.68 s [post-build-hook] Pushing /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc (536.76 KiB)
  2514. 276.58 s [post-build-hook]
  2515. 276.61 s [post-build-hook] All done.
  2516. 276.61 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/0gs1xmfr5b485f0x7fdr3v3bvkl3dkzy-autodocodec-yaml-0.4.0.2-doc /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2
  2517. 276.68 s [post-build-hook] copying 0 paths...
  2518. 276.83 s [post-build-hook] copying 0 paths...
  2519. 276.91 s Progress: 67 of 154 built (7 building), 815 of 815 downloaded from cache
  2520. 276.99 s Building feedback-source
  2521. 277.00 s Waiting for lock on waiting for a free build user ID for '/nix/store/3d799pwx2pac036zhnbq0rnqchj1zfdn-opt-env-conf-source
  2522. 277.00 s [genvalidity-containers] Phase: unpackPhase
  2523. 277.00 s [genvalidity-containers] unpacking source archive /nix/store/ali4a6nbay1zwsa8fd75a6dz4xdzkclh-genvalidity-containers-source-1.0.0.2/genvalidity-containers-1.0.0.2.tar.gz
  2524. 277.00 s [genvalidity-containers] source root is genvalidity-containers-1.0.0.2
  2525. 277.00 s [genvalidity-containers] setting SOURCE_DATE_EPOCH to timestamp 1780347793 of file "genvalidity-containers-1.0.0.2/test/Spec.hs"
  2526. 277.00 s [genvalidity-containers] warning: file "genvalidity-containers-1.0.0.2/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  2527. 277.00 s [genvalidity-containers] Phase: patchPhase
  2528. 277.00 s [genvalidity-containers] Phase: compileBuildDriverPhase
  2529. 277.00 s [genvalidity-containers] setupCompileFlags: -package-db=/build/tmp.YUW2tZ2HPU/setup-package.conf.d -threaded
  2530. 277.00 s [genvalidity-containers] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.YUW2tZ2HPU/Main.o )
  2531. 277.00 s [genvalidity-containers] [2 of 2] Linking Setup
  2532. 277.00 s [genvalidity-containers] Phase: updateAutotoolsGnuConfigScriptsPhase
  2533. 277.00 s [genvalidity-containers] Phase: configurePhase
  2534. 277.00 s [genvalidity-containers] configureFlags: --verbose --prefix=/nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/0zp6faa4l7j6gdphlkny33cs0fqp0dzm-genvalidity-containers-1.0.0.2-doc/share/doc/genvalidity-containers-1.0.0.2 --with-gcc=gcc --package-db=/build/tmp.YUW2tZ2HPU/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  2535. 277.00 s [genvalidity-containers] Using Parsec parser
  2536. 277.00 s [genvalidity-containers] Configuring genvalidity-containers-1.0.0.2...
  2537. 277.00 s [genvalidity-hspec-optics] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.HJZMRrTqv6/Main.o )
  2538. 277.00 s [genvalidity-hspec-optics] [2 of 2] Linking Setup
  2539. 277.00 s [genvalidity-hspec-optics] Phase: updateAutotoolsGnuConfigScriptsPhase
  2540. 277.00 s [genvalidity-hspec-optics] Phase: configurePhase
  2541. 277.00 s [genvalidity-hspec-optics] configureFlags: --verbose --prefix=/nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc/share/doc/genvalidity-hspec-optics-1.0.0.0 --with-gcc=gcc --package-db=/build/tmp.HJZMRrTqv6/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  2542. 277.00 s [genvalidity-hspec-optics] Using Parsec parser
  2543. 277.00 s [genvalidity-hspec-optics] Configuring genvalidity-hspec-optics-1.0.0.0...
  2544. 277.00 s [genvalidity-hspec-optics] Dependency QuickCheck: using QuickCheck-2.15.0.1
  2545. 277.00 s [genvalidity-hspec-optics] Dependency base >=4.9 && <=5: using base-4.20.2.0
  2546. 277.00 s [genvalidity-hspec-optics] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  2547. 277.00 s [genvalidity-hspec-optics] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  2548. 277.00 s [genvalidity-hspec-optics] Dependency hspec: using hspec-2.11.14
  2549. 277.00 s [genvalidity-hspec-optics] Dependency microlens: using microlens-0.4.14.0
  2550. 277.00 s [genvalidity-hspec-optics] Dependency base: using base-4.20.2.0
  2551. 277.00 s [genvalidity-hspec-optics] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  2552. 277.00 s [genvalidity-hspec-optics] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
  2553. 277.00 s [genvalidity-hspec-optics] Dependency hspec: using hspec-2.11.14
  2554. 277.00 s [genvalidity-hspec-optics] Dependency microlens: using microlens-0.4.14.0
  2555. 277.00 s [genvalidity-hspec-optics] Source component graph:
  2556. 277.00 s [genvalidity-hspec-optics] component lib
  2557. 277.00 s [genvalidity-hspec-optics] component test:genvalidity-hspec-optics-test dependency lib
  2558. 277.00 s [genvalidity-hspec-optics] Configured component graph:
  2559. 277.00 s [genvalidity-hspec-optics] component genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  2560. 277.00 s [genvalidity-hspec-optics] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2561. 277.00 s [genvalidity-hspec-optics] include base-4.20.2.0-fafd
  2562. 277.00 s [genvalidity-hspec-optics] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2563. 277.00 s [genvalidity-hspec-optics] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2564. 277.00 s [genvalidity-hspec-optics] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2565. 277.00 s [genvalidity-hspec-optics] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  2566. 277.00 s [genvalidity-hspec-optics] component genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
  2567. 277.00 s [genvalidity-hspec-optics] include base-4.20.2.0-fafd
  2568. 277.00 s [genvalidity-hspec-optics] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2569. 277.00 s [genvalidity-hspec-optics] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  2570. 277.00 s [genvalidity-hspec-optics] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2571. 277.00 s [genvalidity-hspec-optics] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  2572. 277.00 s [genvalidity-hspec-optics] Linked component graph:
  2573. 277.00 s [genvalidity-hspec-optics] unit genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  2574. 277.00 s [genvalidity-hspec-optics] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2575. 277.00 s [genvalidity-hspec-optics] include base-4.20.2.0-fafd
  2576. 277.00 s [genvalidity-hspec-optics] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2577. 277.00 s [genvalidity-hspec-optics] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2578. 277.00 s [genvalidity-hspec-optics] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2579. 277.00 s [genvalidity-hspec-optics] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  2580. 277.00 s [genvalidity-hspec-optics] Test.Validity.Optics=genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q:Test.Validity.Optics
  2581. 277.00 s [genvalidity-hspec-optics] unit genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
  2582. 277.00 s [genvalidity-hspec-optics] include base-4.20.2.0-fafd
  2583. 277.00 s [genvalidity-hspec-optics] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2584. 277.00 s [genvalidity-hspec-optics] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  2585. 277.00 s [genvalidity-hspec-optics] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2586. 277.00 s [genvalidity-hspec-optics] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  2587. 277.00 s [genvalidity-hspec-optics] Ready component graph:
  2588. 277.00 s [genvalidity-hspec-optics] definite genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  2589. 277.00 s [genvalidity-scientific] Phase: unpackPhase
  2590. 277.00 s [genvalidity-scientific] unpacking source archive /nix/store/ajl64c0bz7p0lm38frl34xs9vj95j1rx-genvalidity-scientific-source-1.0.0.0/genvalidity-scientific-1.0.0.0.tar.gz
  2591. 277.00 s [genvalidity-scientific] source root is genvalidity-scientific-1.0.0.0
  2592. 277.00 s [genvalidity-scientific] setting SOURCE_DATE_EPOCH to timestamp 1780347793 of file "genvalidity-scientific-1.0.0.0/test/Spec.hs"
  2593. 277.00 s [genvalidity-scientific] warning: file "genvalidity-scientific-1.0.0.0/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  2594. 277.00 s [genvalidity-scientific] Phase: patchPhase
  2595. 277.00 s [genvalidity-scientific] Phase: compileBuildDriverPhase
  2596. 277.00 s [genvalidity-scientific] setupCompileFlags: -package-db=/build/tmp.ujza4dDEMj/setup-package.conf.d -threaded
  2597. 277.00 s [genvalidity-scientific] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.ujza4dDEMj/Main.o )
  2598. 277.00 s [genvalidity-scientific] [2 of 2] Linking Setup
  2599. 277.00 s [genvalidity-scientific] Phase: updateAutotoolsGnuConfigScriptsPhase
  2600. 277.00 s [genvalidity-scientific] Phase: configurePhase
  2601. 277.00 s [genvalidity-scientific] configureFlags: --verbose --prefix=/nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/n4i3p0y67zyj5mwj7jvzcxiq84633kg5-genvalidity-scientific-1.0.0.0-doc/share/doc/genvalidity-scientific-1.0.0.0 --with-gcc=gcc --package-db=/build/tmp.ujza4dDEMj/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  2602. 277.00 s [genvalidity-scientific] Using Parsec parser
  2603. 277.00 s [genvalidity-scientific] Configuring genvalidity-scientific-1.0.0.0...
  2604. 277.00 s [genvalidity-scientific] Dependency base >=4.7 && <5: using base-4.20.2.0
  2605. 277.00 s [genvalidity-scientific] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  2606. 277.00 s [genvalidity-scientific] Dependency scientific: using scientific-0.3.8.0
  2607. 277.00 s [genvalidity-scientific] Dependency validity-scientific >=0.2: using validity-scientific-0.2.0.3
  2608. 277.00 s [genvalidity-scientific] Dependency base >=4.7 && <5: using base-4.20.2.0
  2609. 277.00 s [genvalidity-scientific] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  2610. 277.00 s [genvalidity-scientific] Dependency genvalidity-scientific: using genvalidity-scientific-1.0.0.0
  2611. 277.00 s [genvalidity-scientific] Dependency hspec: using hspec-2.11.14
  2612. 277.00 s [genvalidity-scientific] Dependency scientific: using scientific-0.3.8.0
  2613. 277.00 s [genvalidity-scientific] Source component graph:
  2614. 277.00 s [genvalidity-scientific] component lib
  2615. 277.00 s [genvalidity-scientific] component test:genvalidity-scientific-test dependency lib
  2616. 277.00 s [genvalidity-scientific] Configured component graph:
  2617. 277.00 s [genvalidity-scientific] component genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  2618. 277.00 s [genvalidity-scientific] include base-4.20.2.0-fafd
  2619. 277.00 s [genvalidity-scientific] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2620. 277.00 s [genvalidity-scientific] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  2621. 277.00 s [genvalidity-scientific] include validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
  2622. 277.00 s [genvalidity-scientific] component genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
  2623. 277.00 s [genvalidity-scientific] include base-4.20.2.0-fafd
  2624. 277.00 s [genvalidity-scientific] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2625. 277.00 s [genvalidity-scientific] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  2626. 277.00 s [genvalidity-scientific] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2627. 277.00 s [genvalidity-scientific] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  2628. 277.00 s [genvalidity-scientific] Linked component graph:
  2629. 277.00 s [genvalidity-scientific] unit genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  2630. 277.01 s [genvalidity-scientific] include base-4.20.2.0-fafd
  2631. 277.01 s [genvalidity-scientific] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2632. 277.01 s [genvalidity-scientific] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  2633. 277.01 s [genvalidity-scientific] include validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
  2634. 277.01 s [genvalidity-text] Phase: setupCompilerEnvironmentPhase
  2635. 277.01 s [genvalidity-text] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  2636. 277.01 s [genvalidity-text] Phase: unpackPhase
  2637. 277.01 s [genvalidity-text] unpacking source archive /nix/store/6a8hqihavmvr33hx9gglibks83q9j2kx-genvalidity-text-source-1.0.0.1/genvalidity-text-1.0.0.1.tar.gz
  2638. 277.01 s [genvalidity-text] source root is genvalidity-text-1.0.0.1
  2639. 277.01 s [genvalidity-text] setting SOURCE_DATE_EPOCH to timestamp 1780347793 of file "genvalidity-text-1.0.0.1/test/Spec.hs"
  2640. 277.01 s [genvalidity-text] warning: file "genvalidity-text-1.0.0.1/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  2641. 277.01 s [genvalidity-text] Phase: patchPhase
  2642. 277.01 s [genvalidity-text] Phase: compileBuildDriverPhase
  2643. 277.01 s [genvalidity-text] setupCompileFlags: -package-db=/build/tmp.5J0ZhYjXR5/setup-package.conf.d -threaded
  2644. 277.01 s [genvalidity-text] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.5J0ZhYjXR5/Main.o )
  2645. 277.01 s [genvalidity-text] [2 of 2] Linking Setup
  2646. 277.01 s [genvalidity-text] Phase: updateAutotoolsGnuConfigScriptsPhase
  2647. 277.01 s [genvalidity-text] Phase: configurePhase
  2648. 277.01 s [genvalidity-text] configureFlags: --verbose --prefix=/nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc/share/doc/genvalidity-text-1.0.0.1 --with-gcc=gcc --package-db=/build/tmp.5J0ZhYjXR5/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  2649. 277.01 s [genvalidity-text] Using Parsec parser
  2650. 277.01 s [genvalidity-text] Configuring genvalidity-text-1.0.0.1...
  2651. 277.01 s [genvalidity-time] Phase: setupCompilerEnvironmentPhase
  2652. 277.01 s [genvalidity-time] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  2653. 277.01 s [genvalidity-time] Phase: unpackPhase
  2654. 277.01 s [genvalidity-time] unpacking source archive /nix/store/gavnnfn8lbd6rfhsm6c29ghg9ck9fjzi-genvalidity-time-source-1.0.0.1/genvalidity-time-1.0.0.1.tar.gz
  2655. 277.01 s [genvalidity-time] source root is genvalidity-time-1.0.0.1
  2656. 277.01 s [genvalidity-time] setting SOURCE_DATE_EPOCH to timestamp 1780347793 of file "genvalidity-time-1.0.0.1/test/Spec.hs"
  2657. 277.01 s [genvalidity-time] warning: file "genvalidity-time-1.0.0.1/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  2658. 277.01 s [genvalidity-time] Phase: patchPhase
  2659. 277.01 s [genvalidity-time] Phase: compileBuildDriverPhase
  2660. 277.01 s [genvalidity-time] setupCompileFlags: -package-db=/build/tmp.h8RhMvB632/setup-package.conf.d -threaded
  2661. 277.01 s [genvalidity-time] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.h8RhMvB632/Main.o )
  2662. 277.01 s [genvalidity-time] [2 of 2] Linking Setup
  2663. 277.01 s [genvalidity-time] Phase: updateAutotoolsGnuConfigScriptsPhase
  2664. 277.01 s [genvalidity-time] Phase: configurePhase
  2665. 277.01 s [genvalidity-time] configureFlags: --verbose --prefix=/nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ykich1bkwq62grzkcc452nigk2rhiq5b-genvalidity-time-1.0.0.1-doc/share/doc/genvalidity-time-1.0.0.1 --with-gcc=gcc --package-db=/build/tmp.h8RhMvB632/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  2666. 277.01 s [genvalidity-time] Using Parsec parser
  2667. 277.01 s [genvalidity-time] Configuring genvalidity-time-1.0.0.1...
  2668. 277.01 s [genvalidity-unordered-containers-source] Phase: setupCompilerEnvironmentPhase
  2669. 277.01 s [genvalidity-unordered-containers-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  2670. 277.01 s [genvalidity-unordered-containers-source] Phase: unpackPhase
  2671. 277.01 s [genvalidity-unordered-containers-source] unpacking source archive /nix/store/fyx1apywcpihvc6pjqhp99fcw252j6a8-genvalidity-unordered-containers
  2672. 277.01 s [genvalidity-unordered-containers-source] source root is genvalidity-unordered-containers
  2673. 277.01 s [genvalidity-unordered-containers-source] Phase: patchPhase
  2674. 277.01 s [genvalidity-unordered-containers-source] Phase: compileBuildDriverPhase
  2675. 277.01 s [genvalidity-unordered-containers-source] setupCompileFlags: -package-db=/build/tmp.Q7c8qKwgiV/setup-package.conf.d -threaded
  2676. 277.01 s [genvalidity-unordered-containers-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.Q7c8qKwgiV/Main.o )
  2677. 277.01 s [genvalidity-unordered-containers-source] [2 of 2] Linking Setup
  2678. 277.01 s [genvalidity-unordered-containers-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  2679. 277.01 s [genvalidity-unordered-containers-source] Phase: configurePhase
  2680. 277.01 s [genvalidity-unordered-containers-source] configureFlags: --verbose --prefix=/nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-unordered-containers-1.0.0.1 --with-gcc=gcc --package-db=/build/tmp.Q7c8qKwgiV/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  2681. 277.01 s [genvalidity-unordered-containers-source] Using Parsec parser
  2682. 277.01 s [genvalidity-unordered-containers-source] Configuring genvalidity-unordered-containers-1.0.0.1...
  2683. 277.01 s [genvalidity-vector-source] Phase: setupCompilerEnvironmentPhase
  2684. 277.01 s [genvalidity-vector-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  2685. 277.01 s [genvalidity-vector-source] Phase: unpackPhase
  2686. 277.01 s [genvalidity-vector-source] unpacking source archive /nix/store/37l2y1xz1c8vh2j8vfdp26x8nhdbfcrg-genvalidity-vector
  2687. 277.01 s [genvalidity-vector-source] source root is genvalidity-vector
  2688. 277.01 s [genvalidity-vector-source] Phase: patchPhase
  2689. 277.01 s [genvalidity-vector-source] Phase: compileBuildDriverPhase
  2690. 277.01 s [genvalidity-vector-source] setupCompileFlags: -package-db=/build/tmp.GFnolCyM8J/setup-package.conf.d -threaded
  2691. 277.01 s [genvalidity-vector-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.GFnolCyM8J/Main.o )
  2692. 277.01 s [genvalidity-vector-source] [2 of 2] Linking Setup
  2693. 277.01 s [genvalidity-vector-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  2694. 277.01 s [genvalidity-vector-source] Phase: configurePhase
  2695. 277.01 s [genvalidity-vector-source] configureFlags: --verbose --prefix=/nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-vector-1.0.0.0 --with-gcc=gcc --package-db=/build/tmp.GFnolCyM8J/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  2696. 277.01 s [genvalidity-vector-source] Using Parsec parser
  2697. 277.01 s [genvalidity-vector-source] Configuring genvalidity-vector-1.0.0.0...
  2698. 277.01 s [genvalidity-hspec-optics] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2699. 277.01 s [genvalidity-hspec-optics] depends base-4.20.2.0-fafd
  2700. 277.01 s [genvalidity-hspec-optics] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2701. 277.01 s [genvalidity-hspec-optics] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2702. 277.01 s [genvalidity-hspec-optics] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2703. 277.01 s [genvalidity-hspec-optics] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  2704. 277.01 s [genvalidity-hspec-optics] definite genvalidity-hspec-optics-1.0.0.0-JthiR57WuwWDO3wpQ4HLda-genvalidity-hspec-optics-test
  2705. 277.01 s [genvalidity-hspec-optics] depends base-4.20.2.0-fafd
  2706. 277.01 s [genvalidity-hspec-optics] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2707. 277.01 s [genvalidity-hspec-optics] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  2708. 277.01 s [genvalidity-hspec-optics] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2709. 277.01 s [genvalidity-hspec-optics] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  2710. 277.01 s [genvalidity-hspec-optics] Using Cabal-3.12.1.0 compiled by ghc-9.10
  2711. 277.01 s [genvalidity-hspec-optics] Using compiler: ghc-9.10.3
  2712. 277.01 s [genvalidity-hspec-optics] Using install prefix:
  2713. 277.01 s [genvalidity-hspec-optics] /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0
  2714. 277.01 s [genvalidity-hspec-optics] Executables installed in:
  2715. 277.01 s [genvalidity-hspec-optics] /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0/bin
  2716. 277.01 s [genvalidity-hspec-optics] Libraries installed in:
  2717. 277.01 s [genvalidity-hspec-optics] /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  2718. 277.01 s [genvalidity-hspec-optics] Dynamic Libraries installed in:
  2719. 277.01 s [genvalidity-hspec-optics] /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  2720. 277.01 s [genvalidity-hspec-optics] Private executables installed in:
  2721. 277.01 s [genvalidity-hspec-optics] /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-optics-1.0.0.0
  2722. 277.01 s [genvalidity-hspec-optics] Data files installed in:
  2723. 277.01 s [genvalidity-hspec-optics] /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-optics-1.0.0.0
  2724. 277.01 s [genvalidity-hspec-optics] Documentation installed in:
  2725. 277.01 s [genvalidity-hspec-optics] /nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc/share/doc/genvalidity-hspec-optics-1.0.0.0
  2726. 277.01 s [genvalidity-hspec-optics] Configuration files installed in:
  2727. 277.01 s [genvalidity-hspec-optics] /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0/etc
  2728. 277.01 s [genvalidity-hspec-optics] No alex found
  2729. 277.01 s [genvalidity-hspec-optics] Using ar found on system at:
  2730. 277.01 s [genvalidity-hspec-optics] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  2731. 277.01 s [genvalidity-hspec-optics] No c2hs found
  2732. 277.01 s [genvalidity-hspec-optics] No cpphs found
  2733. 277.01 s [genvalidity-hspec-optics] No doctest found
  2734. 277.01 s [genvalidity-hspec-optics] Using gcc version 14.3.0 given by user at:
  2735. 277.01 s [genvalidity-hspec-optics] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  2736. 277.01 s [genvalidity-hspec-optics] Using ghc version 9.10.3 found on system at:
  2737. 277.01 s [genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  2738. 277.01 s [genvalidity-hspec-optics] Using ghc-pkg version 9.10.3 found on system at:
  2739. 277.01 s [genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  2740. 277.01 s [genvalidity-hspec-optics] No ghcjs found
  2741. 277.01 s [genvalidity-hspec-optics] No ghcjs-pkg found
  2742. 277.01 s [genvalidity-hspec-optics] No greencard found
  2743. 277.01 s [genvalidity-hspec-optics] Using haddock version 2.31.1 found on system at:
  2744. 277.01 s [genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  2745. 277.01 s [genvalidity-hspec-optics] No happy found
  2746. 277.01 s [genvalidity-hspec-optics] Using haskell-suite found on system at: haskell-suite-dummy-location
  2747. 277.01 s [genvalidity-hspec-optics] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2748. 277.01 s [genvalidity-hspec-optics] No hmake found
  2749. 277.01 s [genvalidity-hspec-optics] Using hpc version 0.69 found on system at:
  2750. 277.01 s [genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  2751. 277.01 s [genvalidity-hspec-optics] Using hsc2hs version 0.68.10 found on system at:
  2752. 277.01 s [genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  2753. 277.01 s [genvalidity-hspec-optics] Using hscolour version 1.25 found on system at:
  2754. 277.01 s [genvalidity-hspec-optics] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  2755. 277.01 s [genvalidity-hspec-optics] No jhc found
  2756. 277.01 s [genvalidity-hspec-optics] Using ld found on system at:
  2757. 277.01 s [genvalidity-hspec-optics] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  2758. 277.01 s [genvalidity-hspec-optics] No pkg-config found
  2759. 277.01 s [genvalidity-hspec-optics] Using runghc version 9.10.3 found on system at:
  2760. 277.01 s [genvalidity-hspec-optics] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  2761. 277.01 s [genvalidity-hspec-optics] Using strip version 2.44 found on system at:
  2762. 277.01 s [genvalidity-hspec-optics] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  2763. 277.01 s [genvalidity-hspec-optics] Using tar found on system at:
  2764. 277.01 s [genvalidity-hspec-optics] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  2765. 277.01 s [genvalidity-hspec-optics] No uhc found
  2766. 277.01 s [genvalidity-hspec-optics] Phase: buildPhase
  2767. 277.01 s [genvalidity-hspec-optics] Preprocessing library for genvalidity-hspec-optics-1.0.0.0...
  2768. 277.01 s [genvalidity-hspec-optics] Building library for genvalidity-hspec-optics-1.0.0.0...
  2769. 277.01 s [genvalidity-scientific] Data.GenValidity.Scientific=genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU:Data.GenValidity.Scientific
  2770. 277.01 s [genvalidity-scientific] unit genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
  2771. 277.01 s [genvalidity-scientific] include base-4.20.2.0-fafd
  2772. 277.01 s [genvalidity-scientific] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2773. 277.01 s [genvalidity-scientific] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  2774. 277.01 s [genvalidity-scientific] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2775. 277.01 s [genvalidity-scientific] include scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  2776. 277.01 s [genvalidity-scientific] Ready component graph:
  2777. 277.01 s [genvalidity-scientific] definite genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  2778. 277.01 s [genvalidity-scientific] depends base-4.20.2.0-fafd
  2779. 277.01 s [genvalidity-scientific] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2780. 277.01 s [genvalidity-scientific] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  2781. 277.01 s [genvalidity-scientific] depends validity-scientific-0.2.0.3-5RgsjrLlE7oFhUIlBMjScj
  2782. 277.01 s [genvalidity-scientific] definite genvalidity-scientific-1.0.0.0-JOTilMIfKNC27H1RDyHoes-genvalidity-scientific-test
  2783. 277.01 s [genvalidity-scientific] depends base-4.20.2.0-fafd
  2784. 277.01 s [genvalidity-scientific] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2785. 277.01 s [genvalidity-scientific] depends genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  2786. 277.01 s [genvalidity-scientific] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2787. 277.01 s [genvalidity-scientific] depends scientific-0.3.8.0-3Wbh9gP1TYXKFKxsLa161W
  2788. 277.01 s [genvalidity-scientific] Using Cabal-3.12.1.0 compiled by ghc-9.10
  2789. 277.01 s [genvalidity-scientific] Using compiler: ghc-9.10.3
  2790. 277.01 s [genvalidity-scientific] Using install prefix:
  2791. 277.01 s [genvalidity-scientific] /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0
  2792. 277.01 s [genvalidity-scientific] Executables installed in:
  2793. 277.01 s [genvalidity-scientific] /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/bin
  2794. 277.01 s [genvalidity-scientific] Libraries installed in:
  2795. 277.01 s [genvalidity-scientific] /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  2796. 277.01 s [genvalidity-scientific] Dynamic Libraries installed in:
  2797. 277.01 s [genvalidity-scientific] /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  2798. 277.01 s [genvalidity-scientific] Private executables installed in:
  2799. 277.01 s [genvalidity-scientific] /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-scientific-1.0.0.0
  2800. 277.01 s [genvalidity-scientific] Data files installed in:
  2801. 277.01 s [genvalidity-scientific] /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-scientific-1.0.0.0
  2802. 277.01 s [genvalidity-scientific] Documentation installed in:
  2803. 277.01 s [genvalidity-scientific] /nix/store/n4i3p0y67zyj5mwj7jvzcxiq84633kg5-genvalidity-scientific-1.0.0.0-doc/share/doc/genvalidity-scientific-1.0.0.0
  2804. 277.01 s [genvalidity-scientific] Configuration files installed in:
  2805. 277.01 s [genvalidity-scientific] /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/etc
  2806. 277.01 s [genvalidity-scientific] No alex found
  2807. 277.01 s [genvalidity-scientific] Using ar found on system at:
  2808. 277.01 s [genvalidity-scientific] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  2809. 277.01 s [genvalidity-scientific] No c2hs found
  2810. 277.01 s [genvalidity-scientific] No cpphs found
  2811. 277.01 s [genvalidity-scientific] No doctest found
  2812. 277.01 s [genvalidity-scientific] Using gcc version 14.3.0 given by user at:
  2813. 277.01 s [genvalidity-scientific] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  2814. 277.01 s [genvalidity-scientific] Using ghc version 9.10.3 found on system at:
  2815. 277.01 s [genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  2816. 277.01 s [genvalidity-scientific] Using ghc-pkg version 9.10.3 found on system at:
  2817. 277.01 s [genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  2818. 277.01 s [genvalidity-scientific] No ghcjs found
  2819. 277.01 s [genvalidity-scientific] No ghcjs-pkg found
  2820. 277.01 s [genvalidity-scientific] No greencard found
  2821. 277.01 s [genvalidity-scientific] Using haddock version 2.31.1 found on system at:
  2822. 277.01 s [genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  2823. 277.01 s [genvalidity-scientific] No happy found
  2824. 277.01 s [genvalidity-scientific] Using haskell-suite found on system at: haskell-suite-dummy-location
  2825. 277.01 s [genvalidity-scientific] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2826. 277.01 s [genvalidity-scientific] No hmake found
  2827. 277.01 s [genvalidity-scientific] Using hpc version 0.69 found on system at:
  2828. 277.01 s [genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  2829. 277.01 s [genvalidity-scientific] Using hsc2hs version 0.68.10 found on system at:
  2830. 277.01 s [genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  2831. 277.01 s [genvalidity-scientific] Using hscolour version 1.25 found on system at:
  2832. 277.01 s [genvalidity-scientific] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  2833. 277.01 s [genvalidity-scientific] No jhc found
  2834. 277.01 s [genvalidity-scientific] Using ld found on system at:
  2835. 277.01 s [genvalidity-scientific] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  2836. 277.01 s [genvalidity-scientific] No pkg-config found
  2837. 277.01 s [genvalidity-scientific] Using runghc version 9.10.3 found on system at:
  2838. 277.01 s [genvalidity-scientific] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  2839. 277.01 s [genvalidity-scientific] Using strip version 2.44 found on system at:
  2840. 277.01 s [genvalidity-scientific] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  2841. 277.01 s [genvalidity-scientific] Using tar found on system at:
  2842. 277.01 s [genvalidity-scientific] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  2843. 277.01 s [genvalidity-scientific] No uhc found
  2844. 277.01 s [genvalidity-scientific] Phase: buildPhase
  2845. 277.01 s [genvalidity-scientific] Preprocessing library for genvalidity-scientific-1.0.0.0...
  2846. 277.01 s [genvalidity-scientific] Building library for genvalidity-scientific-1.0.0.0...
  2847. 277.09 s [genvalidity-scientific] [1 of 2] Compiling Data.GenValidity.Scientific ( src/Data/GenValidity/Scientific.hs, dist/build/Data/GenValidity/Scientific.o, dist/build/Data/GenValidity/Scientific.dyn_o )
  2848. 277.09 s [genvalidity-hspec-optics] [1 of 2] Compiling Paths_genvalidity_hspec_optics ( dist/build/autogen/Paths_genvalidity_hspec_optics.hs, dist/build/Paths_genvalidity_hspec_optics.o, dist/build/Paths_genvalidity_hspec_optics.dyn_o )
  2849. 277.14 s [genvalidity-vector-source] Dependency base <5: using base-4.20.2.0
  2850. 277.14 s [genvalidity-vector-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  2851. 277.14 s [genvalidity-vector-source] Dependency validity-vector >=0.1: using validity-vector-0.2.0.3
  2852. 277.14 s [genvalidity-vector-source] Dependency vector: using vector-0.13.2.0
  2853. 277.14 s [genvalidity-vector-source] Dependency base <5: using base-4.20.2.0
  2854. 277.14 s [genvalidity-vector-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  2855. 277.14 s [genvalidity-vector-source] Dependency genvalidity-vector: using genvalidity-vector-1.0.0.0
  2856. 277.14 s [genvalidity-vector-source] Dependency hspec: using hspec-2.11.14
  2857. 277.14 s [genvalidity-vector-source] Dependency vector: using vector-0.13.2.0
  2858. 277.14 s [genvalidity-vector-source] Source component graph:
  2859. 277.14 s [genvalidity-vector-source] component lib
  2860. 277.14 s [genvalidity-vector-source] component test:genvalidity-vector-test dependency lib
  2861. 277.14 s [genvalidity-vector-source] Configured component graph:
  2862. 277.14 s [genvalidity-vector-source] component genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  2863. 277.14 s [genvalidity-vector-source] include base-4.20.2.0-fafd
  2864. 277.14 s [genvalidity-vector-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2865. 277.14 s [genvalidity-vector-source] include validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
  2866. 277.14 s [genvalidity-vector-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  2867. 277.14 s [genvalidity-vector-source] component genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
  2868. 277.14 s [genvalidity-vector-source] include base-4.20.2.0-fafd
  2869. 277.14 s [genvalidity-vector-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2870. 277.14 s [genvalidity-vector-source] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  2871. 277.14 s [genvalidity-vector-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2872. 277.14 s [genvalidity-vector-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  2873. 277.14 s [genvalidity-vector-source] Linked component graph:
  2874. 277.14 s [genvalidity-vector-source] unit genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  2875. 277.14 s [genvalidity-vector-source] include base-4.20.2.0-fafd
  2876. 277.14 s [genvalidity-vector-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2877. 277.14 s [genvalidity-vector-source] include validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
  2878. 277.14 s [genvalidity-vector-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  2879. 277.14 s [genvalidity-vector-source] Data.GenValidity.Vector=genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e:Data.GenValidity.Vector
  2880. 277.14 s [genvalidity-vector-source] unit genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
  2881. 277.14 s [genvalidity-vector-source] include base-4.20.2.0-fafd
  2882. 277.14 s [genvalidity-vector-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2883. 277.14 s [genvalidity-vector-source] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  2884. 277.14 s [genvalidity-vector-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2885. 277.14 s [genvalidity-vector-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  2886. 277.14 s [genvalidity-vector-source] Ready component graph:
  2887. 277.14 s [genvalidity-vector-source] definite genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  2888. 277.14 s [genvalidity-vector-source] depends base-4.20.2.0-fafd
  2889. 277.14 s [genvalidity-vector-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2890. 277.14 s [genvalidity-vector-source] depends validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
  2891. 277.14 s [genvalidity-vector-source] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  2892. 277.14 s [genvalidity-vector-source] definite genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
  2893. 277.14 s [genvalidity-vector-source] depends base-4.20.2.0-fafd
  2894. 277.14 s [genvalidity-vector-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2895. 277.14 s [genvalidity-vector-source] depends genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  2896. 277.14 s [genvalidity-vector-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2897. 277.14 s [genvalidity-vector-source] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  2898. 277.14 s [genvalidity-vector-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  2899. 277.14 s [genvalidity-vector-source] Using compiler: ghc-9.10.3
  2900. 277.14 s [genvalidity-vector-source] Using install prefix:
  2901. 277.14 s [genvalidity-vector-source] /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0
  2902. 277.14 s [genvalidity-vector-source] Executables installed in:
  2903. 277.14 s [genvalidity-vector-source] /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0/bin
  2904. 277.14 s [genvalidity-vector-source] Libraries installed in:
  2905. 277.14 s [genvalidity-vector-source] /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  2906. 277.14 s [genvalidity-vector-source] Dynamic Libraries installed in:
  2907. 277.14 s [genvalidity-vector-source] /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  2908. 277.14 s [genvalidity-vector-source] Private executables installed in:
  2909. 277.14 s [genvalidity-vector-source] /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-vector-1.0.0.0
  2910. 277.14 s [genvalidity-vector-source] Data files installed in:
  2911. 277.14 s [genvalidity-vector-source] /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-vector-1.0.0.0
  2912. 277.14 s [genvalidity-vector-source] Documentation installed in: /share/doc/genvalidity-vector-1.0.0.0
  2913. 277.14 s [genvalidity-vector-source] Configuration files installed in:
  2914. 277.14 s [genvalidity-vector-source] /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0/etc
  2915. 277.14 s [genvalidity-vector-source] No alex found
  2916. 277.14 s [genvalidity-vector-source] Using ar found on system at:
  2917. 277.14 s [genvalidity-vector-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  2918. 277.14 s [genvalidity-vector-source] No c2hs found
  2919. 277.14 s [genvalidity-vector-source] No cpphs found
  2920. 277.14 s [genvalidity-vector-source] No doctest found
  2921. 277.14 s [genvalidity-vector-source] Using gcc version 14.3.0 given by user at:
  2922. 277.14 s [genvalidity-vector-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  2923. 277.14 s [genvalidity-vector-source] Using ghc version 9.10.3 found on system at:
  2924. 277.14 s [genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  2925. 277.14 s [genvalidity-vector-source] Using ghc-pkg version 9.10.3 found on system at:
  2926. 277.14 s [genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  2927. 277.14 s [genvalidity-vector-source] No ghcjs found
  2928. 277.14 s [genvalidity-vector-source] No ghcjs-pkg found
  2929. 277.14 s [genvalidity-vector-source] No greencard found
  2930. 277.14 s [genvalidity-vector-source] Using haddock version 2.31.1 found on system at:
  2931. 277.14 s [genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  2932. 277.14 s [genvalidity-vector-source] No happy found
  2933. 277.14 s [genvalidity-vector-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  2934. 277.14 s [genvalidity-vector-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2935. 277.14 s [genvalidity-vector-source] No hmake found
  2936. 277.14 s [genvalidity-vector-source] Using hpc version 0.69 found on system at:
  2937. 277.14 s [genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  2938. 277.14 s [genvalidity-vector-source] Using hsc2hs version 0.68.10 found on system at:
  2939. 277.14 s [genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  2940. 277.14 s [genvalidity-vector-source] Using hscolour version 1.25 found on system at:
  2941. 277.14 s [genvalidity-vector-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  2942. 277.14 s [genvalidity-vector-source] No jhc found
  2943. 277.14 s [genvalidity-vector-source] Using ld found on system at:
  2944. 277.14 s [genvalidity-vector-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  2945. 277.14 s [genvalidity-vector-source] No pkg-config found
  2946. 277.14 s [genvalidity-vector-source] Using runghc version 9.10.3 found on system at:
  2947. 277.14 s [genvalidity-vector-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  2948. 277.14 s [genvalidity-vector-source] Using strip version 2.44 found on system at:
  2949. 277.14 s [genvalidity-vector-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  2950. 277.14 s [genvalidity-vector-source] Using tar found on system at:
  2951. 277.14 s [genvalidity-vector-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  2952. 277.14 s [genvalidity-vector-source] No uhc found
  2953. 277.20 s [genvalidity-containers] Dependency QuickCheck: using QuickCheck-2.15.0.1
  2954. 277.20 s [genvalidity-containers] Dependency base >=4.9 && <=5: using base-4.20.2.0
  2955. 277.20 s [genvalidity-containers] Dependency containers >=0.6.0.1: using containers-0.7
  2956. 277.20 s [genvalidity-containers] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  2957. 277.20 s [genvalidity-containers] Dependency validity-containers >=0.3: using validity-containers-0.5.0.5
  2958. 277.20 s [genvalidity-containers] Dependency QuickCheck: using QuickCheck-2.15.0.1
  2959. 277.20 s [genvalidity-containers] Dependency base >=4.9 && <=5: using base-4.20.2.0
  2960. 277.20 s [genvalidity-containers] Dependency containers: using containers-0.7
  2961. 277.20 s [genvalidity-containers] Dependency genvalidity: using genvalidity-1.1.1.0
  2962. 277.20 s [genvalidity-containers] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  2963. 277.20 s [genvalidity-containers] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  2964. 277.20 s [genvalidity-containers] Dependency hspec: using hspec-2.11.14
  2965. 277.20 s [genvalidity-containers] Dependency validity-containers: using validity-containers-0.5.0.5
  2966. 277.20 s [genvalidity-containers] Dependency QuickCheck: using QuickCheck-2.15.0.1
  2967. 277.20 s [genvalidity-containers] Dependency base >=4.9 && <=5: using base-4.20.2.0
  2968. 277.20 s [genvalidity-containers] Dependency containers: using containers-0.7
  2969. 277.20 s [genvalidity-containers] Dependency criterion: using criterion-1.6.4.0
  2970. 277.20 s [genvalidity-containers] Dependency genvalidity: using genvalidity-1.1.1.0
  2971. 277.20 s [genvalidity-containers] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  2972. 277.20 s [genvalidity-containers] Dependency genvalidity-criterion >=1.1.0.0: using
  2973. 277.20 s [genvalidity-containers] genvalidity-criterion-1.1.0.0
  2974. 277.20 s [genvalidity-containers] Source component graph:
  2975. 277.20 s [genvalidity-containers] component lib
  2976. 277.20 s [genvalidity-containers] component test:genvalidity-containers-test dependency lib
  2977. 277.20 s [genvalidity-containers] component bench:genvalidity-containers-bench dependency lib
  2978. 277.20 s [genvalidity-containers] Configured component graph:
  2979. 277.20 s [genvalidity-containers] component genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  2980. 277.20 s [genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2981. 277.20 s [genvalidity-containers] include base-4.20.2.0-fafd
  2982. 277.20 s [genvalidity-containers] include containers-0.7-96b4
  2983. 277.20 s [genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2984. 277.20 s [genvalidity-containers] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  2985. 277.20 s [genvalidity-containers] component genvalidity-containers-1.0.0.2-3A8sUZXevwkCBI2w2QaXrI-genvalidity-containers-test
  2986. 277.20 s [genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2987. 277.20 s [genvalidity-containers] include base-4.20.2.0-fafd
  2988. 277.20 s [genvalidity-containers] include containers-0.7-96b4
  2989. 277.20 s [genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  2990. 277.20 s [genvalidity-containers] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  2991. 277.20 s [genvalidity-containers] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  2992. 277.20 s [genvalidity-containers] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  2993. 277.20 s [genvalidity-containers] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  2994. 277.20 s [genvalidity-containers] component genvalidity-containers-1.0.0.2-8drIVV0sqHh62fWjQfGR4W-genvalidity-containers-bench
  2995. 277.20 s [genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  2996. 277.20 s [genvalidity-containers] include base-4.20.2.0-fafd
  2997. 277.20 s [genvalidity-containers] include containers-0.7-96b4
  2998. 277.20 s [genvalidity-containers] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  2999. 277.20 s [genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3000. 277.20 s [genvalidity-containers] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  3001. 277.20 s [genvalidity-containers] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  3002. 277.20 s [genvalidity-containers] Linked component graph:
  3003. 277.20 s [genvalidity-containers] unit genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  3004. 277.20 s [genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3005. 277.20 s [genvalidity-containers] include base-4.20.2.0-fafd
  3006. 277.20 s [genvalidity-containers] include containers-0.7-96b4
  3007. 277.20 s [genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3008. 277.20 s [genvalidity-containers] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  3009. 277.20 s [genvalidity-containers] Data.GenValidity.Containers=genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc:Data.GenValidity.Containers,Data.GenValidity.IntMap=genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc:Data.GenValidity.IntMap,Data.GenValidity.Map=genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc:Data.GenValidity.Map,Data.GenValidity.Sequence=genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc:Data.GenValidity.Sequence,Data.GenValidity.Set=genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc:Data.GenValidity.Set,Data.GenValidity.Tree=genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc:Data.GenValidity.Tree
  3010. 277.20 s [genvalidity-containers] unit genvalidity-containers-1.0.0.2-3A8sUZXevwkCBI2w2QaXrI-genvalidity-containers-test
  3011. 277.20 s [genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3012. 277.20 s [genvalidity-containers] include base-4.20.2.0-fafd
  3013. 277.20 s [genvalidity-containers] include containers-0.7-96b4
  3014. 277.20 s [genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3015. 277.20 s [genvalidity-containers] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  3016. 277.20 s [genvalidity-containers] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  3017. 277.20 s [genvalidity-containers] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  3018. 277.20 s [genvalidity-containers] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  3019. 277.20 s [genvalidity-containers] unit genvalidity-containers-1.0.0.2-8drIVV0sqHh62fWjQfGR4W-genvalidity-containers-bench
  3020. 277.20 s [genvalidity-containers] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3021. 277.20 s [genvalidity-containers] include base-4.20.2.0-fafd
  3022. 277.20 s [genvalidity-containers] include containers-0.7-96b4
  3023. 277.20 s [genvalidity-containers] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  3024. 277.20 s [genvalidity-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3025. 277.20 s [genvalidity-containers] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  3026. 277.20 s [genvalidity-containers] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  3027. 277.20 s [genvalidity-containers] Ready component graph:
  3028. 277.20 s [genvalidity-containers] definite genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  3029. 277.20 s [genvalidity-containers] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3030. 277.20 s [genvalidity-containers] depends base-4.20.2.0-fafd
  3031. 277.20 s [genvalidity-containers] depends containers-0.7-96b4
  3032. 277.20 s [genvalidity-containers] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3033. 277.20 s [genvalidity-containers] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  3034. 277.20 s [genvalidity-containers] definite genvalidity-containers-1.0.0.2-8drIVV0sqHh62fWjQfGR4W-genvalidity-containers-bench
  3035. 277.20 s [genvalidity-containers] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3036. 277.20 s [genvalidity-containers] depends base-4.20.2.0-fafd
  3037. 277.20 s [genvalidity-containers] depends containers-0.7-96b4
  3038. 277.20 s [genvalidity-containers] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  3039. 277.20 s [genvalidity-containers] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3040. 277.20 s [genvalidity-containers] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  3041. 277.20 s [genvalidity-containers] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  3042. 277.20 s [genvalidity-containers] definite genvalidity-containers-1.0.0.2-3A8sUZXevwkCBI2w2QaXrI-genvalidity-containers-test
  3043. 277.20 s [genvalidity-containers] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3044. 277.20 s [genvalidity-containers] depends base-4.20.2.0-fafd
  3045. 277.20 s [genvalidity-containers] depends containers-0.7-96b4
  3046. 277.20 s [genvalidity-containers] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3047. 277.20 s [genvalidity-containers] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  3048. 277.20 s [genvalidity-containers] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  3049. 277.20 s [genvalidity-containers] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  3050. 277.20 s [genvalidity-containers] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  3051. 277.20 s [genvalidity-containers] Using Cabal-3.12.1.0 compiled by ghc-9.10
  3052. 277.20 s [genvalidity-containers] Using compiler: ghc-9.10.3
  3053. 277.20 s [genvalidity-containers] Using install prefix:
  3054. 277.20 s [genvalidity-containers] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2
  3055. 277.20 s [genvalidity-containers] Executables installed in:
  3056. 277.20 s [genvalidity-containers] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/bin
  3057. 277.20 s [genvalidity-containers] Libraries installed in:
  3058. 277.20 s [genvalidity-containers] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  3059. 277.20 s [genvalidity-containers] Dynamic Libraries installed in:
  3060. 277.20 s [genvalidity-containers] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  3061. 277.20 s [genvalidity-containers] Private executables installed in:
  3062. 277.20 s [genvalidity-containers] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-containers-1.0.0.2
  3063. 277.20 s [genvalidity-containers] Data files installed in:
  3064. 277.20 s [genvalidity-containers] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-containers-1.0.0.2
  3065. 277.20 s [genvalidity-containers] Documentation installed in:
  3066. 277.20 s [genvalidity-containers] /nix/store/0zp6faa4l7j6gdphlkny33cs0fqp0dzm-genvalidity-containers-1.0.0.2-doc/share/doc/genvalidity-containers-1.0.0.2
  3067. 277.20 s [genvalidity-containers] Configuration files installed in:
  3068. 277.20 s [genvalidity-containers] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/etc
  3069. 277.20 s [genvalidity-containers] No alex found
  3070. 277.20 s [genvalidity-containers] Using ar found on system at:
  3071. 277.20 s [genvalidity-containers] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  3072. 277.20 s [genvalidity-containers] No c2hs found
  3073. 277.20 s [genvalidity-containers] No cpphs found
  3074. 277.20 s [genvalidity-containers] No doctest found
  3075. 277.20 s [genvalidity-containers] Using gcc version 14.3.0 given by user at:
  3076. 277.20 s [genvalidity-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  3077. 277.20 s [genvalidity-containers] Using ghc version 9.10.3 found on system at:
  3078. 277.20 s [genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  3079. 277.20 s [genvalidity-containers] Using ghc-pkg version 9.10.3 found on system at:
  3080. 277.20 s [genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  3081. 277.20 s [genvalidity-containers] No ghcjs found
  3082. 277.20 s [genvalidity-containers] No ghcjs-pkg found
  3083. 277.20 s [genvalidity-containers] No greencard found
  3084. 277.20 s [genvalidity-containers] Using haddock version 2.31.1 found on system at:
  3085. 277.21 s [genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  3086. 277.21 s [genvalidity-containers] No happy found
  3087. 277.21 s [genvalidity-containers] Using haskell-suite found on system at: haskell-suite-dummy-location
  3088. 277.21 s [genvalidity-containers] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3089. 277.21 s [genvalidity-containers] No hmake found
  3090. 277.21 s [genvalidity-containers] Using hpc version 0.69 found on system at:
  3091. 277.21 s [genvalidity-scientific] [2 of 2] Compiling Paths_genvalidity_scientific ( dist/build/autogen/Paths_genvalidity_scientific.hs, dist/build/Paths_genvalidity_scientific.o, dist/build/Paths_genvalidity_scientific.dyn_o )
  3092. 277.23 s [genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  3093. 277.23 s [genvalidity-containers] Using hsc2hs version 0.68.10 found on system at:
  3094. 277.23 s [genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  3095. 277.23 s [genvalidity-containers] Using hscolour version 1.25 found on system at:
  3096. 277.23 s [genvalidity-containers] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  3097. 277.23 s [genvalidity-containers] No jhc found
  3098. 277.23 s [genvalidity-containers] Using ld found on system at:
  3099. 277.23 s [genvalidity-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  3100. 277.23 s [genvalidity-containers] No pkg-config found
  3101. 277.23 s [genvalidity-containers] Using runghc version 9.10.3 found on system at:
  3102. 277.23 s [genvalidity-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  3103. 277.23 s [genvalidity-containers] Using strip version 2.44 found on system at:
  3104. 277.23 s [genvalidity-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  3105. 277.23 s [genvalidity-containers] Using tar found on system at:
  3106. 277.23 s [genvalidity-containers] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  3107. 277.23 s [genvalidity-containers] No uhc found
  3108. 277.24 s [genvalidity-hspec-optics] [2 of 2] Compiling Test.Validity.Optics ( src/Test/Validity/Optics.hs, dist/build/Test/Validity/Optics.o, dist/build/Test/Validity/Optics.dyn_o )
  3109. 277.26 s [genvalidity-vector-source] Phase: buildPhase
  3110. 277.27 s [genvalidity-vector-source] Distribution quality warnings:
  3111. 277.27 s [genvalidity-vector-source] [no-description] No 'description' field.
  3112. 277.27 s [genvalidity-vector-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  3113. 277.27 s [genvalidity-vector-source] - genvalidity
  3114. 277.27 s [genvalidity-vector-source] - validity-vector
  3115. 277.27 s [genvalidity-vector-source] - vector
  3116. 277.27 s [genvalidity-vector-source] Please add them. There is more information at https://pvp.haskell.org/
  3117. 277.27 s [genvalidity-vector-source] Building source dist for genvalidity-vector-1.0.0.0...
  3118. 277.29 s [genvalidity-vector-source] Source tarball created: dist/genvalidity-vector-1.0.0.0.tar.gz
  3119. 277.29 s [genvalidity-vector-source] Phase: checkPhase
  3120. 277.30 s [genvalidity-vector-source] Phase: haddockPhase
  3121. 277.30 s [genvalidity-vector-source] Phase: installPhase
  3122. 277.30 s [genvalidity-text] Dependency QuickCheck: using QuickCheck-2.15.0.1
  3123. 277.30 s [genvalidity-text] Dependency base >=4.7 && <5: using base-4.20.2.0
  3124. 277.30 s [genvalidity-text] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  3125. 277.30 s [genvalidity-text] Dependency random: using random-1.2.1.3
  3126. 277.30 s [genvalidity-text] Dependency text: using text-2.1.3
  3127. 277.30 s [genvalidity-text] Dependency validity-text >=0.3: using validity-text-0.3.1.3
  3128. 277.30 s [genvalidity-text] Dependency QuickCheck: using QuickCheck-2.15.0.1
  3129. 277.30 s [genvalidity-text] Dependency base >=4.7 && <5: using base-4.20.2.0
  3130. 277.30 s [genvalidity-text] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  3131. 277.30 s [genvalidity-text] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
  3132. 277.30 s [genvalidity-text] Dependency hspec: using hspec-2.11.14
  3133. 277.30 s [genvalidity-text] Dependency text: using text-2.1.3
  3134. 277.30 s [genvalidity-text] Dependency base >=4.7 && <5: using base-4.20.2.0
  3135. 277.30 s [genvalidity-text] Dependency criterion: using criterion-1.6.4.0
  3136. 277.30 s [genvalidity-text] Dependency genvalidity: using genvalidity-1.1.1.0
  3137. 277.30 s [genvalidity-text] Dependency genvalidity-criterion >=1.1.0.0: using
  3138. 277.30 s [genvalidity-text] genvalidity-criterion-1.1.0.0
  3139. 277.30 s [genvalidity-text] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
  3140. 277.30 s [genvalidity-text] Dependency text: using text-2.1.3
  3141. 277.30 s [genvalidity-text] Source component graph:
  3142. 277.30 s [genvalidity-text] component lib
  3143. 277.30 s [genvalidity-text] component test:genvalidity-text-test dependency lib
  3144. 277.30 s [genvalidity-text] component bench:genvalidity-text-bench dependency lib
  3145. 277.30 s [genvalidity-text] Configured component graph:
  3146. 277.30 s [genvalidity-text] component genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  3147. 277.30 s [genvalidity-text] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3148. 277.30 s [genvalidity-text] include base-4.20.2.0-fafd
  3149. 277.30 s [genvalidity-text] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3150. 277.30 s [genvalidity-text] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  3151. 277.30 s [genvalidity-text] include text-2.1.3-34f1
  3152. 277.30 s [genvalidity-text] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  3153. 277.30 s [genvalidity-text] component genvalidity-text-1.0.0.1-1nSql4NI3jL9OVXL35qG7l-genvalidity-text-test
  3154. 277.30 s [genvalidity-text] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3155. 277.30 s [genvalidity-text] include base-4.20.2.0-fafd
  3156. 277.30 s [genvalidity-text] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  3157. 277.30 s [genvalidity-text] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  3158. 277.30 s [genvalidity-text] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  3159. 277.30 s [genvalidity-text] include text-2.1.3-34f1
  3160. 277.30 s [genvalidity-text] component genvalidity-text-1.0.0.1-7vz250BtuxJCmx7ljefjps-genvalidity-text-bench
  3161. 277.30 s [genvalidity-text] include base-4.20.2.0-fafd
  3162. 277.30 s [genvalidity-text] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  3163. 277.30 s [genvalidity-text] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3164. 277.30 s [genvalidity-text] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  3165. 277.30 s [genvalidity-text] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  3166. 277.30 s [genvalidity-text] include text-2.1.3-34f1
  3167. 277.30 s [genvalidity-text] Linked component graph:
  3168. 277.30 s [genvalidity-text] unit genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  3169. 277.30 s [genvalidity-text] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3170. 277.30 s [genvalidity-text] include base-4.20.2.0-fafd
  3171. 277.30 s [genvalidity-text] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3172. 277.30 s [genvalidity-text] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  3173. 277.30 s [genvalidity-text] include text-2.1.3-34f1
  3174. 277.30 s [genvalidity-text] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  3175. 277.30 s [genvalidity-text] Data.GenValidity.Text=genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF:Data.GenValidity.Text
  3176. 277.30 s [genvalidity-text] unit genvalidity-text-1.0.0.1-1nSql4NI3jL9OVXL35qG7l-genvalidity-text-test
  3177. 277.30 s [genvalidity-text] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3178. 277.30 s [genvalidity-text] include base-4.20.2.0-fafd
  3179. 277.30 s [genvalidity-text] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  3180. 277.30 s [genvalidity-text] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  3181. 277.30 s [genvalidity-text] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  3182. 277.30 s [genvalidity-text] include text-2.1.3-34f1
  3183. 277.30 s [genvalidity-text] unit genvalidity-text-1.0.0.1-7vz250BtuxJCmx7ljefjps-genvalidity-text-bench
  3184. 277.30 s [genvalidity-text] include base-4.20.2.0-fafd
  3185. 277.30 s [genvalidity-text] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  3186. 277.30 s [genvalidity-text] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3187. 277.30 s [genvalidity-text] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  3188. 277.30 s [genvalidity-text] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  3189. 277.30 s [genvalidity-text] include text-2.1.3-34f1
  3190. 277.30 s [genvalidity-text] Ready component graph:
  3191. 277.30 s [genvalidity-text] definite genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  3192. 277.30 s [genvalidity-text] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3193. 277.30 s [genvalidity-text] depends base-4.20.2.0-fafd
  3194. 277.30 s [genvalidity-text] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3195. 277.30 s [genvalidity-text] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  3196. 277.31 s [genvalidity-text] depends text-2.1.3-34f1
  3197. 277.31 s [genvalidity-text] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  3198. 277.31 s [genvalidity-text] definite genvalidity-text-1.0.0.1-7vz250BtuxJCmx7ljefjps-genvalidity-text-bench
  3199. 277.31 s [genvalidity-text] depends base-4.20.2.0-fafd
  3200. 277.31 s [genvalidity-text] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  3201. 277.31 s [genvalidity-text] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3202. 277.31 s [genvalidity-text] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  3203. 277.31 s [genvalidity-text] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  3204. 277.31 s [genvalidity-text] depends text-2.1.3-34f1
  3205. 277.31 s [genvalidity-text] definite genvalidity-text-1.0.0.1-1nSql4NI3jL9OVXL35qG7l-genvalidity-text-test
  3206. 277.31 s [genvalidity-text] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3207. 277.31 s [genvalidity-text] depends base-4.20.2.0-fafd
  3208. 277.31 s [genvalidity-text] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  3209. 277.31 s [genvalidity-text] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  3210. 277.31 s [genvalidity-text] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  3211. 277.31 s [genvalidity-text] depends text-2.1.3-34f1
  3212. 277.31 s [genvalidity-text] Using Cabal-3.12.1.0 compiled by ghc-9.10
  3213. 277.31 s [genvalidity-text] Using compiler: ghc-9.10.3
  3214. 277.31 s [genvalidity-text] Using install prefix:
  3215. 277.31 s [genvalidity-text] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1
  3216. 277.31 s [genvalidity-text] Executables installed in:
  3217. 277.31 s [genvalidity-text] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/bin
  3218. 277.31 s [genvalidity-text] Libraries installed in:
  3219. 277.31 s [genvalidity-text] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  3220. 277.31 s [genvalidity-text] Dynamic Libraries installed in:
  3221. 277.31 s [genvalidity-text] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  3222. 277.31 s [genvalidity-text] Private executables installed in:
  3223. 277.31 s [genvalidity-text] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-text-1.0.0.1
  3224. 277.31 s [genvalidity-text] Data files installed in:
  3225. 277.31 s [genvalidity-text] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-text-1.0.0.1
  3226. 277.31 s [genvalidity-text] Documentation installed in:
  3227. 277.31 s [genvalidity-text] /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc/share/doc/genvalidity-text-1.0.0.1
  3228. 277.31 s [genvalidity-text] Configuration files installed in:
  3229. 277.31 s [genvalidity-text] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/etc
  3230. 277.31 s [genvalidity-text] No alex found
  3231. 277.31 s [genvalidity-text] Using ar found on system at:
  3232. 277.31 s [genvalidity-text] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  3233. 277.31 s [genvalidity-text] No c2hs found
  3234. 277.31 s [genvalidity-text] No cpphs found
  3235. 277.31 s [genvalidity-text] No doctest found
  3236. 277.31 s [genvalidity-text] Using gcc version 14.3.0 given by user at:
  3237. 277.31 s [genvalidity-text] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  3238. 277.31 s [genvalidity-text] Using ghc version 9.10.3 found on system at:
  3239. 277.31 s [genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  3240. 277.31 s [genvalidity-text] Using ghc-pkg version 9.10.3 found on system at:
  3241. 277.31 s [genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  3242. 277.31 s [genvalidity-text] No ghcjs found
  3243. 277.31 s [genvalidity-text] No ghcjs-pkg found
  3244. 277.31 s [genvalidity-text] No greencard found
  3245. 277.31 s [genvalidity-text] Using haddock version 2.31.1 found on system at:
  3246. 277.31 s [genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  3247. 277.31 s [genvalidity-text] No happy found
  3248. 277.31 s [genvalidity-text] Using haskell-suite found on system at: haskell-suite-dummy-location
  3249. 277.31 s [genvalidity-text] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3250. 277.31 s [genvalidity-text] No hmake found
  3251. 277.31 s [genvalidity-text] Using hpc version 0.69 found on system at:
  3252. 277.31 s [genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  3253. 277.31 s [genvalidity-text] Using hsc2hs version 0.68.10 found on system at:
  3254. 277.31 s [genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  3255. 277.31 s [genvalidity-text] Using hscolour version 1.25 found on system at:
  3256. 277.31 s [genvalidity-text] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  3257. 277.31 s [genvalidity-text] No jhc found
  3258. 277.31 s [genvalidity-text] Using ld found on system at:
  3259. 277.31 s [genvalidity-text] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  3260. 277.31 s [genvalidity-text] No pkg-config found
  3261. 277.31 s [genvalidity-text] Using runghc version 9.10.3 found on system at:
  3262. 277.31 s [genvalidity-text] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  3263. 277.31 s [genvalidity-text] Using strip version 2.44 found on system at:
  3264. 277.31 s [genvalidity-text] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  3265. 277.31 s [genvalidity-text] Using tar found on system at:
  3266. 277.31 s [genvalidity-text] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  3267. 277.31 s [genvalidity-text] No uhc found
  3268. 277.31 s [genvalidity-vector-source] Phase: fixupPhase
  3269. 277.34 s [genvalidity-time] Dependency QuickCheck: using QuickCheck-2.15.0.1
  3270. 277.34 s [genvalidity-time] Dependency base >=4.7 && <5: using base-4.20.2.0
  3271. 277.34 s [genvalidity-time] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  3272. 277.34 s [genvalidity-time] Dependency time: using time-1.12.2
  3273. 277.34 s [genvalidity-time] Dependency validity-time >=0.2: using validity-time-0.5.0.0
  3274. 277.34 s [genvalidity-time] Dependency base >=4.7 && <5: using base-4.20.2.0
  3275. 277.34 s [genvalidity-time] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  3276. 277.34 s [genvalidity-time] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
  3277. 277.34 s [genvalidity-time] Dependency hspec: using hspec-2.11.14
  3278. 277.34 s [genvalidity-time] Dependency time: using time-1.12.2
  3279. 277.34 s [genvalidity-time] Dependency base >=4.7 && <5: using base-4.20.2.0
  3280. 277.34 s [genvalidity-time] Dependency criterion: using criterion-1.6.4.0
  3281. 277.34 s [genvalidity-time] Dependency genvalidity-criterion >=1.1.0.0: using
  3282. 277.34 s [genvalidity-time] genvalidity-criterion-1.1.0.0
  3283. 277.34 s [genvalidity-time] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
  3284. 277.34 s [genvalidity-time] Dependency time: using time-1.12.2
  3285. 277.34 s [genvalidity-time] Source component graph:
  3286. 277.34 s [genvalidity-time] component lib
  3287. 277.34 s [genvalidity-time] component test:genvalidity-time-test dependency lib
  3288. 277.34 s [genvalidity-time] component bench:genvalidity-time-bench dependency lib
  3289. 277.34 s [genvalidity-time] Configured component graph:
  3290. 277.34 s [genvalidity-time] component genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  3291. 277.34 s [genvalidity-time] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3292. 277.34 s [genvalidity-time] include base-4.20.2.0-fafd
  3293. 277.34 s [genvalidity-time] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3294. 277.34 s [genvalidity-time] include time-1.12.2-3479
  3295. 277.34 s [genvalidity-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  3296. 277.35 s [genvalidity-time] component genvalidity-time-1.0.0.1-8Hq4aoa5UQs1qsfw8fOJBf-genvalidity-time-test
  3297. 277.35 s [genvalidity-time] include base-4.20.2.0-fafd
  3298. 277.35 s [genvalidity-time] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  3299. 277.35 s [genvalidity-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  3300. 277.35 s [genvalidity-time] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  3301. 277.35 s [genvalidity-time] include time-1.12.2-3479
  3302. 277.35 s [genvalidity-time] component genvalidity-time-1.0.0.1-GNLv6RnwKAU3a6v9Updhwz-genvalidity-time-bench
  3303. 277.35 s [genvalidity-time] include base-4.20.2.0-fafd
  3304. 277.35 s [genvalidity-time] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  3305. 277.35 s [genvalidity-time] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  3306. 277.35 s [genvalidity-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  3307. 277.35 s [genvalidity-time] include time-1.12.2-3479
  3308. 277.35 s [genvalidity-time] Linked component graph:
  3309. 277.35 s [genvalidity-time] unit genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  3310. 277.35 s [genvalidity-time] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3311. 277.35 s [genvalidity-time] include base-4.20.2.0-fafd
  3312. 277.35 s [genvalidity-time] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3313. 277.35 s [genvalidity-time] include time-1.12.2-3479
  3314. 277.35 s [genvalidity-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  3315. 277.35 s [genvalidity-time] Data.GenValidity.Time=genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS:Data.GenValidity.Time,Data.GenValidity.Time.Calendar=genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS:Data.GenValidity.Time.Calendar,Data.GenValidity.Time.Clock=genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS:Data.GenValidity.Time.Clock,Data.GenValidity.Time.Format=genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS:Data.GenValidity.Time.Format,Data.GenValidity.Time.LocalTime=genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS:Data.GenValidity.Time.LocalTime
  3316. 277.35 s [genvalidity-time] unit genvalidity-time-1.0.0.1-8Hq4aoa5UQs1qsfw8fOJBf-genvalidity-time-test
  3317. 277.35 s [genvalidity-time] include base-4.20.2.0-fafd
  3318. 277.35 s [genvalidity-time] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  3319. 277.35 s [genvalidity-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  3320. 277.35 s [genvalidity-time] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  3321. 277.35 s [genvalidity-time] include time-1.12.2-3479
  3322. 277.35 s [genvalidity-time] unit genvalidity-time-1.0.0.1-GNLv6RnwKAU3a6v9Updhwz-genvalidity-time-bench
  3323. 277.35 s [genvalidity-time] include base-4.20.2.0-fafd
  3324. 277.35 s [genvalidity-time] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  3325. 277.35 s [genvalidity-time] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  3326. 277.35 s [genvalidity-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  3327. 277.35 s [genvalidity-time] include time-1.12.2-3479
  3328. 277.35 s [genvalidity-time] Ready component graph:
  3329. 277.35 s [genvalidity-time] definite genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  3330. 277.35 s [genvalidity-time] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  3331. 277.35 s [genvalidity-time] depends base-4.20.2.0-fafd
  3332. 277.35 s [genvalidity-time] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3333. 277.35 s [genvalidity-time] depends time-1.12.2-3479
  3334. 277.35 s [genvalidity-time] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  3335. 277.35 s [genvalidity-time] definite genvalidity-time-1.0.0.1-GNLv6RnwKAU3a6v9Updhwz-genvalidity-time-bench
  3336. 277.35 s [genvalidity-time] depends base-4.20.2.0-fafd
  3337. 277.35 s [genvalidity-time] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  3338. 277.35 s [genvalidity-time] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  3339. 277.35 s [genvalidity-time] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  3340. 277.35 s [genvalidity-time] depends time-1.12.2-3479
  3341. 277.35 s [genvalidity-time] definite genvalidity-time-1.0.0.1-8Hq4aoa5UQs1qsfw8fOJBf-genvalidity-time-test
  3342. 277.35 s [genvalidity-time] depends base-4.20.2.0-fafd
  3343. 277.35 s [genvalidity-time] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  3344. 277.35 s [genvalidity-time] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  3345. 277.35 s [genvalidity-time] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  3346. 277.35 s [genvalidity-time] depends time-1.12.2-3479
  3347. 277.35 s [genvalidity-time] Using Cabal-3.12.1.0 compiled by ghc-9.10
  3348. 277.35 s [genvalidity-time] Using compiler: ghc-9.10.3
  3349. 277.35 s [genvalidity-time] Using install prefix:
  3350. 277.35 s [genvalidity-time] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1
  3351. 277.35 s [genvalidity-time] Executables installed in:
  3352. 277.35 s [genvalidity-time] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/bin
  3353. 277.35 s [genvalidity-time] Libraries installed in:
  3354. 277.35 s [genvalidity-time] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  3355. 277.35 s [genvalidity-time] Dynamic Libraries installed in:
  3356. 277.35 s [genvalidity-time] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  3357. 277.35 s [genvalidity-time] Private executables installed in:
  3358. 277.35 s [genvalidity-time] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-time-1.0.0.1
  3359. 277.35 s [genvalidity-time] Data files installed in:
  3360. 277.35 s [genvalidity-time] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-time-1.0.0.1
  3361. 277.35 s [genvalidity-time] Documentation installed in:
  3362. 277.35 s [genvalidity-time] /nix/store/ykich1bkwq62grzkcc452nigk2rhiq5b-genvalidity-time-1.0.0.1-doc/share/doc/genvalidity-time-1.0.0.1
  3363. 277.35 s [genvalidity-time] Configuration files installed in:
  3364. 277.35 s [genvalidity-time] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/etc
  3365. 277.35 s [genvalidity-time] No alex found
  3366. 277.35 s [genvalidity-time] Using ar found on system at:
  3367. 277.35 s [genvalidity-time] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  3368. 277.35 s [genvalidity-time] No c2hs found
  3369. 277.35 s [genvalidity-time] No cpphs found
  3370. 277.35 s [genvalidity-time] No doctest found
  3371. 277.35 s [genvalidity-time] Using gcc version 14.3.0 given by user at:
  3372. 277.35 s [genvalidity-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  3373. 277.35 s [genvalidity-time] Using ghc version 9.10.3 found on system at:
  3374. 277.35 s [genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  3375. 277.35 s [genvalidity-time] Using ghc-pkg version 9.10.3 found on system at:
  3376. 277.35 s [genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  3377. 277.35 s [genvalidity-time] No ghcjs found
  3378. 277.35 s [genvalidity-time] No ghcjs-pkg found
  3379. 277.35 s [genvalidity-time] No greencard found
  3380. 277.35 s [genvalidity-time] Using haddock version 2.31.1 found on system at:
  3381. 277.35 s [genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  3382. 277.35 s [genvalidity-time] No happy found
  3383. 277.35 s [genvalidity-time] Using haskell-suite found on system at: haskell-suite-dummy-location
  3384. 277.35 s [genvalidity-time] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3385. 277.35 s [genvalidity-time] No hmake found
  3386. 277.35 s [genvalidity-time] Using hpc version 0.69 found on system at:
  3387. 277.35 s [genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  3388. 277.35 s [genvalidity-time] Using hsc2hs version 0.68.10 found on system at:
  3389. 277.35 s [genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  3390. 277.35 s [genvalidity-time] Using hscolour version 1.25 found on system at:
  3391. 277.35 s [genvalidity-time] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  3392. 277.35 s [genvalidity-time] No jhc found
  3393. 277.35 s [genvalidity-time] Using ld found on system at:
  3394. 277.35 s [genvalidity-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  3395. 277.35 s [genvalidity-time] No pkg-config found
  3396. 277.35 s [genvalidity-time] Using runghc version 9.10.3 found on system at:
  3397. 277.35 s [genvalidity-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  3398. 277.35 s [genvalidity-time] Using strip version 2.44 found on system at:
  3399. 277.35 s [genvalidity-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  3400. 277.35 s [genvalidity-time] Using tar found on system at:
  3401. 277.35 s [genvalidity-time] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  3402. 277.35 s [genvalidity-time] No uhc found
  3403. 277.35 s [genvalidity-scientific] [1 of 2] Compiling Data.GenValidity.Scientific ( src/Data/GenValidity/Scientific.hs, dist/build/Data/GenValidity/Scientific.p_o )
  3404. 277.38 s [feedback-source] Phase: setupCompilerEnvironmentPhase
  3405. 277.39 s [feedback-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  3406. 277.39 s [genvalidity-containers] Phase: buildPhase
  3407. 277.47 s [genvalidity-text] Phase: buildPhase
  3408. 277.47 s [genvalidity-containers] Preprocessing library for genvalidity-containers-1.0.0.2...
  3409. 277.47 s [genvalidity-containers] Building library for genvalidity-containers-1.0.0.2...
  3410. 277.52 s [genvalidity-time] Phase: buildPhase
  3411. 277.53 s [genvalidity-scientific] [2 of 2] Compiling Paths_genvalidity_scientific ( dist/build/autogen/Paths_genvalidity_scientific.hs, dist/build/Paths_genvalidity_scientific.p_o )
  3412. 277.54 s [genvalidity-text] Preprocessing library for genvalidity-text-1.0.0.1...
  3413. 277.54 s [genvalidity-text] Building library for genvalidity-text-1.0.0.1...
  3414. 277.56 s [genvalidity-containers] [1 of 7] Compiling Data.GenValidity.IntMap ( src/Data/GenValidity/IntMap.hs, dist/build/Data/GenValidity/IntMap.o, dist/build/Data/GenValidity/IntMap.dyn_o )
  3415. 277.59 s [genvalidity-time] Preprocessing library for genvalidity-time-1.0.0.1...
  3416. 277.59 s [genvalidity-time] Building library for genvalidity-time-1.0.0.1...
  3417. 277.63 s [genvalidity-text] [1 of 2] Compiling Data.GenValidity.Text ( src/Data/GenValidity/Text.hs, dist/build/Data/GenValidity/Text.o, dist/build/Data/GenValidity/Text.dyn_o )
  3418. 277.68 s [genvalidity-containers] [2 of 7] Compiling Data.GenValidity.Map ( src/Data/GenValidity/Map.hs, dist/build/Data/GenValidity/Map.o, dist/build/Data/GenValidity/Map.dyn_o )
  3419. 277.68 s [genvalidity-containers] [3 of 7] Compiling Data.GenValidity.Sequence ( src/Data/GenValidity/Sequence.hs, dist/build/Data/GenValidity/Sequence.o, dist/build/Data/GenValidity/Sequence.dyn_o )
  3420. 277.69 s [genvalidity-time] [1 of 6] Compiling Data.GenValidity.Time.Calendar ( src/Data/GenValidity/Time/Calendar.hs, dist/build/Data/GenValidity/Time/Calendar.o, dist/build/Data/GenValidity/Time/Calendar.dyn_o )
  3421. 277.72 s [genvalidity-containers] [4 of 7] Compiling Data.GenValidity.Set ( src/Data/GenValidity/Set.hs, dist/build/Data/GenValidity/Set.o, dist/build/Data/GenValidity/Set.dyn_o )
  3422. 277.76 s [genvalidity-containers] [5 of 7] Compiling Data.GenValidity.Tree ( src/Data/GenValidity/Tree.hs, dist/build/Data/GenValidity/Tree.o, dist/build/Data/GenValidity/Tree.dyn_o )
  3423. 277.76 s [genvalidity-containers] [6 of 7] Compiling Data.GenValidity.Containers ( src/Data/GenValidity/Containers.hs, dist/build/Data/GenValidity/Containers.o, dist/build/Data/GenValidity/Containers.dyn_o )
  3424. 277.79 s [genvalidity-containers] [7 of 7] Compiling Paths_genvalidity_containers ( dist/build/autogen/Paths_genvalidity_containers.hs, dist/build/Paths_genvalidity_containers.o, dist/build/Paths_genvalidity_containers.dyn_o )
  3425. 277.80 s [feedback-source] Phase: unpackPhase
  3426. 277.80 s [feedback-source] unpacking source archive /nix/store/qfix1nn4ykjcf77z6zkms42lyc825rww-feedback
  3427. 277.82 s [feedback-source] source root is feedback
  3428. 277.83 s [genvalidity-hspec-optics] [1 of 2] Compiling Paths_genvalidity_hspec_optics ( dist/build/autogen/Paths_genvalidity_hspec_optics.hs, dist/build/Paths_genvalidity_hspec_optics.p_o )
  3429. 277.83 s [feedback-source] Phase: patchPhase
  3430. 277.84 s [feedback-source] Phase: compileBuildDriverPhase
  3431. 277.85 s [feedback-source] setupCompileFlags: -package-db=/build/tmp.iJqIvw4F5f/setup-package.conf.d -threaded
  3432. 277.91 s [feedback-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.iJqIvw4F5f/Main.o )
  3433. 277.96 s [genvalidity-containers] [1 of 7] Compiling Data.GenValidity.IntMap ( src/Data/GenValidity/IntMap.hs, dist/build/Data/GenValidity/IntMap.p_o )
  3434. 277.96 s [feedback-source] [2 of 2] Linking Setup
  3435. 277.98 s [genvalidity-time] [2 of 6] Compiling Data.GenValidity.Time.Clock ( src/Data/GenValidity/Time/Clock.hs, dist/build/Data/GenValidity/Time/Clock.o, dist/build/Data/GenValidity/Time/Clock.dyn_o )
  3436. 278.06 s [genvalidity-hspec-optics] [2 of 2] Compiling Test.Validity.Optics ( src/Test/Validity/Optics.hs, dist/build/Test/Validity/Optics.p_o )
  3437. 278.07 s [genvalidity-time] [3 of 6] Compiling Data.GenValidity.Time.LocalTime ( src/Data/GenValidity/Time/LocalTime.hs, dist/build/Data/GenValidity/Time/LocalTime.o, dist/build/Data/GenValidity/Time/LocalTime.dyn_o )
  3438. 278.16 s [genvalidity-containers] [2 of 7] Compiling Data.GenValidity.Map ( src/Data/GenValidity/Map.hs, dist/build/Data/GenValidity/Map.p_o )
  3439. 278.16 s [genvalidity-containers] [3 of 7] Compiling Data.GenValidity.Sequence ( src/Data/GenValidity/Sequence.hs, dist/build/Data/GenValidity/Sequence.p_o )
  3440. 278.18 s [genvalidity-containers] [4 of 7] Compiling Data.GenValidity.Set ( src/Data/GenValidity/Set.hs, dist/build/Data/GenValidity/Set.p_o )
  3441. 278.21 s [genvalidity-containers] [5 of 7] Compiling Data.GenValidity.Tree ( src/Data/GenValidity/Tree.hs, dist/build/Data/GenValidity/Tree.p_o )
  3442. 278.21 s [genvalidity-containers] [6 of 7] Compiling Data.GenValidity.Containers ( src/Data/GenValidity/Containers.hs, dist/build/Data/GenValidity/Containers.p_o )
  3443. 278.31 s [genvalidity-containers] [7 of 7] Compiling Paths_genvalidity_containers ( dist/build/autogen/Paths_genvalidity_containers.hs, dist/build/Paths_genvalidity_containers.p_o )
  3444. 278.49 s [genvalidity-time] [4 of 6] Compiling Data.GenValidity.Time.Format ( src/Data/GenValidity/Time/Format.hs, dist/build/Data/GenValidity/Time/Format.o, dist/build/Data/GenValidity/Time/Format.dyn_o )
  3445. 278.56 s [genvalidity-text] [2 of 2] Compiling Paths_genvalidity_text ( dist/build/autogen/Paths_genvalidity_text.hs, dist/build/Paths_genvalidity_text.o, dist/build/Paths_genvalidity_text.dyn_o )
  3446. 278.61 s [genvalidity-time] [5 of 6] Compiling Data.GenValidity.Time ( src/Data/GenValidity/Time.hs, dist/build/Data/GenValidity/Time.o, dist/build/Data/GenValidity/Time.dyn_o )
  3447. 278.64 s [genvalidity-time] [6 of 6] Compiling Paths_genvalidity_time ( dist/build/autogen/Paths_genvalidity_time.hs, dist/build/Paths_genvalidity_time.o, dist/build/Paths_genvalidity_time.dyn_o )
  3448. 278.72 s [genvalidity-scientific] Preprocessing test suite 'genvalidity-scientific-test' for genvalidity-scientific-1.0.0.0...
  3449. 278.72 s [genvalidity-scientific] Building test suite 'genvalidity-scientific-test' for genvalidity-scientific-1.0.0.0...
  3450. 278.77 s [genvalidity-text] [1 of 2] Compiling Data.GenValidity.Text ( src/Data/GenValidity/Text.hs, dist/build/Data/GenValidity/Text.p_o )
  3451. 278.81 s [genvalidity-scientific] [1 of 3] Compiling Data.GenValidity.ScientificSpec ( test/Data/GenValidity/ScientificSpec.hs, dist/build/genvalidity-scientific-test/genvalidity-scientific-test-tmp/Data/GenValidity/ScientificSpec.o )
  3452. 278.83 s [genvalidity-time] [1 of 6] Compiling Data.GenValidity.Time.Calendar ( src/Data/GenValidity/Time/Calendar.hs, dist/build/Data/GenValidity/Time/Calendar.p_o )
  3453. 278.88 s [genvalidity-scientific] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-scientific-test/genvalidity-scientific-test-tmp/Main.o )
  3454. 278.92 s [genvalidity-scientific] [3 of 3] Compiling Paths_genvalidity_scientific ( dist/build/genvalidity-scientific-test/autogen/Paths_genvalidity_scientific.hs, dist/build/genvalidity-scientific-test/genvalidity-scientific-test-tmp/Paths_genvalidity_scientific.o )
  3455. 279.08 s [genvalidity-scientific] [4 of 4] Linking dist/build/genvalidity-scientific-test/genvalidity-scientific-test
  3456. 279.23 s [genvalidity-time] [2 of 6] Compiling Data.GenValidity.Time.Clock ( src/Data/GenValidity/Time/Clock.hs, dist/build/Data/GenValidity/Time/Clock.p_o )
  3457. 279.25 s [feedback-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  3458. 279.26 s [feedback-source] Phase: configurePhase
  3459. 279.26 s [feedback-source] configureFlags: --verbose --prefix=/nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/feedback-0.2.0.0 --with-gcc=gcc --package-db=/build/tmp.iJqIvw4F5f/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 --disable-tests --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --ghc-options=-optP-Wno-nonportable-include-path --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  3460. 279.27 s [feedback-source] Using Parsec parser
  3461. 279.27 s [feedback-source] Configuring feedback-0.2.0.0...
  3462. 279.37 s [genvalidity-containers] Preprocessing benchmark 'genvalidity-containers-bench' for genvalidity-containers-1.0.0.2...
  3463. 279.37 s [genvalidity-containers] Building benchmark 'genvalidity-containers-bench' for genvalidity-containers-1.0.0.2...
  3464. 279.40 s [genvalidity-time] [3 of 6] Compiling Data.GenValidity.Time.LocalTime ( src/Data/GenValidity/Time/LocalTime.hs, dist/build/Data/GenValidity/Time/LocalTime.p_o )
  3465. 279.43 s [genvalidity-text] [2 of 2] Compiling Paths_genvalidity_text ( dist/build/autogen/Paths_genvalidity_text.hs, dist/build/Paths_genvalidity_text.p_o )
  3466. 279.46 s [genvalidity-containers] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-containers-bench/genvalidity-containers-bench-tmp/Main.o )
  3467. 279.62 s [genvalidity-hspec-optics] Preprocessing test suite 'genvalidity-hspec-optics-test' for genvalidity-hspec-optics-1.0.0.0...
  3468. 279.62 s [genvalidity-hspec-optics] Building test suite 'genvalidity-hspec-optics-test' for genvalidity-hspec-optics-1.0.0.0...
  3469. 279.71 s [genvalidity-hspec-optics] [1 of 3] Compiling Paths_genvalidity_hspec_optics ( dist/build/genvalidity-hspec-optics-test/autogen/Paths_genvalidity_hspec_optics.hs, dist/build/genvalidity-hspec-optics-test/genvalidity-hspec-optics-test-tmp/Paths_genvalidity_hspec_optics.o )
  3470. 279.87 s [genvalidity-hspec-optics] [2 of 3] Compiling Test.Validity.OpticsSpec ( test/Test/Validity/OpticsSpec.hs, dist/build/genvalidity-hspec-optics-test/genvalidity-hspec-optics-test-tmp/Test/Validity/OpticsSpec.o )
  3471. 279.88 s [genvalidity-containers] [2 of 2] Compiling Paths_genvalidity_containers ( dist/build/genvalidity-containers-bench/autogen/Paths_genvalidity_containers.hs, dist/build/genvalidity-containers-bench/genvalidity-containers-bench-tmp/Paths_genvalidity_containers.o )
  3472. 279.88 s [genvalidity-scientific] Phase: checkPhase
  3473. 279.93 s [feedback-source] Dependency autodocodec: using autodocodec-0.5.0.0
  3474. 279.93 s [feedback-source] Dependency autodocodec-yaml >=0.2: using autodocodec-yaml-0.4.0.2
  3475. 279.93 s [feedback-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  3476. 279.93 s [feedback-source] Dependency bytestring: using bytestring-0.12.2.0
  3477. 279.93 s [feedback-source] Dependency conduit: using conduit-1.3.6.1
  3478. 279.93 s [feedback-source] Dependency containers: using containers-0.7
  3479. 279.93 s [feedback-source] Dependency envparse: using envparse-0.6.0
  3480. 279.93 s [feedback-source] Dependency fsnotify: using fsnotify-0.4.4.0
  3481. 279.93 s [feedback-source] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  3482. 279.93 s [feedback-source] Dependency path: using path-0.9.6
  3483. 279.93 s [feedback-source] Dependency path-io: using path-io-1.8.2
  3484. 279.93 s [feedback-source] Dependency pretty-show: using pretty-show-1.10
  3485. 279.93 s [feedback-source] Dependency process: using process-1.6.26.1
  3486. 279.93 s [feedback-source] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
  3487. 279.93 s [feedback-source] Dependency safe-coloured-text-layout: using safe-coloured-text-layout-0.2.0.1
  3488. 279.93 s [feedback-source] Dependency safe-coloured-text-terminfo: using
  3489. 279.93 s [feedback-source] safe-coloured-text-terminfo-0.3.0.0
  3490. 279.93 s [feedback-source] Dependency text: using text-2.1.3
  3491. 279.93 s [feedback-source] Dependency time: using time-1.12.2
  3492. 279.93 s [feedback-source] Dependency typed-process: using typed-process-0.2.13.0
  3493. 279.93 s [feedback-source] Dependency unix: using unix-2.8.7.0
  3494. 279.93 s [feedback-source] Dependency unliftio: using unliftio-0.2.25.1
  3495. 279.93 s [feedback-source] Dependency yaml: using yaml-0.11.11.2
  3496. 279.93 s [feedback-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  3497. 279.93 s [feedback-source] Dependency feedback: using feedback-0.2.0.0
  3498. 279.93 s [feedback-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  3499. 279.93 s [feedback-source] Dependency feedback: using feedback-0.2.0.0
  3500. 279.93 s [feedback-source] Source component graph:
  3501. 279.93 s [feedback-source] component lib
  3502. 279.93 s [feedback-source] component exe:feedback dependency lib
  3503. 279.93 s [feedback-source] component exe:feedback-test dependency lib
  3504. 279.93 s [feedback-source] Configured component graph:
  3505. 279.93 s [feedback-source] component feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  3506. 279.93 s [feedback-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  3507. 279.93 s [feedback-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  3508. 279.93 s [feedback-source] include base-4.20.2.0-fafd
  3509. 279.93 s [feedback-source] include bytestring-0.12.2.0-96e1
  3510. 279.93 s [feedback-source] include conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
  3511. 279.93 s [feedback-source] include containers-0.7-96b4
  3512. 279.93 s [feedback-source] include envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
  3513. 279.93 s [feedback-source] include fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
  3514. 279.93 s [feedback-source] include optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
  3515. 279.93 s [feedback-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  3516. 279.93 s [feedback-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  3517. 279.93 s [feedback-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  3518. 279.93 s [feedback-source] include process-1.6.26.1-6e7d
  3519. 279.93 s [feedback-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  3520. 279.93 s [feedback-source] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  3521. 279.93 s [feedback-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  3522. 279.93 s [feedback-source] include text-2.1.3-34f1
  3523. 279.93 s [feedback-source] include time-1.12.2-3479
  3524. 279.93 s [feedback-source] include typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
  3525. 279.93 s [feedback-source] include unix-2.8.7.0-cb75
  3526. 279.93 s [feedback-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  3527. 279.93 s [feedback-source] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  3528. 279.93 s [feedback-source] component feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
  3529. 279.93 s [feedback-source] include base-4.20.2.0-fafd
  3530. 279.93 s [feedback-source] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  3531. 279.93 s [feedback-source] component feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
  3532. 279.93 s [feedback-source] include base-4.20.2.0-fafd
  3533. 279.93 s [feedback-source] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  3534. 279.93 s [feedback-source] Linked component graph:
  3535. 279.93 s [feedback-source] unit feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  3536. 279.93 s [feedback-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  3537. 279.93 s [feedback-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  3538. 279.93 s [feedback-source] include base-4.20.2.0-fafd
  3539. 279.93 s [feedback-source] include bytestring-0.12.2.0-96e1
  3540. 279.93 s [feedback-source] include conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
  3541. 279.93 s [feedback-source] include containers-0.7-96b4
  3542. 279.93 s [feedback-source] include envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
  3543. 279.93 s [feedback-source] include fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
  3544. 279.93 s [feedback-source] include optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
  3545. 279.93 s [feedback-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  3546. 279.93 s [feedback-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  3547. 279.93 s [feedback-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  3548. 279.93 s [feedback-source] include process-1.6.26.1-6e7d
  3549. 279.93 s [feedback-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  3550. 279.93 s [feedback-source] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  3551. 279.93 s [feedback-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  3552. 279.93 s [feedback-source] include text-2.1.3-34f1
  3553. 279.93 s [feedback-source] include time-1.12.2-3479
  3554. 279.93 s [feedback-source] include typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
  3555. 279.93 s [feedback-source] include unix-2.8.7.0-cb75
  3556. 279.93 s [feedback-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  3557. 279.93 s [feedback-source] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  3558. 279.93 s [feedback-source] Feedback.Common.OptParse=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Common.OptParse,Feedback.Common.Output=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Common.Output,Feedback.Common.Process=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Common.Process,Feedback.Loop=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Loop,Feedback.Loop.Filter=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Loop.Filter,Feedback.Loop.OptParse=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Loop.OptParse,Feedback.Test=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Test,Feedback.Test.OptParse=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Test.OptParse
  3559. 279.93 s [feedback-source] unit feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
  3560. 279.93 s [feedback-source] include base-4.20.2.0-fafd
  3561. 279.93 s [feedback-source] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  3562. 279.93 s [feedback-source] unit feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
  3563. 279.93 s [feedback-source] include base-4.20.2.0-fafd
  3564. 279.93 s [feedback-source] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  3565. 279.93 s [feedback-source] Ready component graph:
  3566. 279.93 s [feedback-source] definite feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  3567. 279.93 s [feedback-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  3568. 279.93 s [feedback-source] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  3569. 279.93 s [feedback-source] depends base-4.20.2.0-fafd
  3570. 279.93 s [feedback-source] depends bytestring-0.12.2.0-96e1
  3571. 279.93 s [feedback-source] depends conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
  3572. 279.93 s [feedback-source] depends containers-0.7-96b4
  3573. 279.93 s [feedback-source] depends envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
  3574. 279.93 s [feedback-source] depends fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
  3575. 279.93 s [feedback-source] depends optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
  3576. 279.93 s [feedback-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  3577. 279.93 s [feedback-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  3578. 279.93 s [feedback-source] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  3579. 279.93 s [feedback-source] depends process-1.6.26.1-6e7d
  3580. 279.93 s [feedback-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  3581. 279.93 s [feedback-source] depends safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  3582. 279.93 s [feedback-source] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  3583. 279.93 s [feedback-source] depends text-2.1.3-34f1
  3584. 279.93 s [feedback-source] depends time-1.12.2-3479
  3585. 279.93 s [feedback-source] depends typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
  3586. 279.93 s [feedback-source] depends unix-2.8.7.0-cb75
  3587. 279.93 s [feedback-source] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  3588. 279.93 s [feedback-source] depends yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  3589. 279.93 s [feedback-source] definite feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
  3590. 279.93 s [feedback-source] depends base-4.20.2.0-fafd
  3591. 279.93 s [feedback-source] depends feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  3592. 279.93 s [feedback-source] definite feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
  3593. 279.93 s [feedback-source] depends base-4.20.2.0-fafd
  3594. 279.93 s [feedback-source] depends feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  3595. 279.93 s [feedback-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  3596. 279.93 s [feedback-source] Using compiler: ghc-9.10.3
  3597. 279.93 s [feedback-source] Using install prefix:
  3598. 279.93 s [feedback-source] /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0
  3599. 279.93 s [feedback-source] Executables installed in:
  3600. 279.93 s [feedback-source] /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0/bin
  3601. 279.93 s [feedback-source] Libraries installed in:
  3602. 279.93 s [feedback-source] /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  3603. 279.93 s [feedback-source] Dynamic Libraries installed in:
  3604. 279.93 s [feedback-source] /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  3605. 279.93 s [feedback-source] Private executables installed in:
  3606. 279.93 s [feedback-source] /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/feedback-0.2.0.0
  3607. 279.93 s [feedback-source] Data files installed in:
  3608. 279.93 s [feedback-source] /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0/share/x86_64-linux-ghc-9.10.3-a85d/feedback-0.2.0.0
  3609. 279.93 s [feedback-source] Documentation installed in: /share/doc/feedback-0.2.0.0
  3610. 279.93 s [feedback-source] Configuration files installed in:
  3611. 279.93 s [feedback-source] /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0/etc
  3612. 279.93 s [feedback-source] No alex found
  3613. 279.93 s [feedback-source] Using ar found on system at:
  3614. 279.93 s [feedback-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  3615. 279.93 s [feedback-source] No c2hs found
  3616. 279.93 s [feedback-source] No cpphs found
  3617. 279.93 s [feedback-source] No doctest found
  3618. 279.94 s [feedback-source] Using gcc version 14.3.0 given by user at:
  3619. 279.94 s [feedback-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  3620. 279.94 s [feedback-source] Using ghc version 9.10.3 found on system at:
  3621. 279.94 s [feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  3622. 279.94 s [feedback-source] Using ghc-pkg version 9.10.3 found on system at:
  3623. 279.95 s [feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  3624. 279.95 s [feedback-source] No ghcjs found
  3625. 279.95 s [feedback-source] No ghcjs-pkg found
  3626. 279.95 s [feedback-source] No greencard found
  3627. 279.95 s [feedback-source] Using haddock version 2.31.1 found on system at:
  3628. 279.95 s [feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  3629. 279.95 s [feedback-source] No happy found
  3630. 279.95 s [feedback-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  3631. 279.95 s [feedback-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3632. 279.95 s [feedback-source] No hmake found
  3633. 279.95 s [feedback-source] Using hpc version 0.69 found on system at:
  3634. 279.95 s [feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  3635. 279.95 s [feedback-source] Using hsc2hs version 0.68.10 found on system at:
  3636. 279.95 s [feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  3637. 279.95 s [feedback-source] No hscolour found
  3638. 279.95 s [feedback-source] No jhc found
  3639. 279.95 s [feedback-source] Using ld found on system at:
  3640. 279.95 s [feedback-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  3641. 279.95 s [feedback-source] No pkg-config found
  3642. 279.95 s [feedback-source] Using runghc version 9.10.3 found on system at:
  3643. 279.95 s [feedback-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  3644. 279.95 s [feedback-source] Using strip version 2.44 found on system at:
  3645. 279.95 s [feedback-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  3646. 279.95 s [feedback-source] Using tar found on system at:
  3647. 279.95 s [feedback-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  3648. 279.95 s [feedback-source] No uhc found
  3649. 279.97 s [genvalidity-time] [4 of 6] Compiling Data.GenValidity.Time.Format ( src/Data/GenValidity/Time/Format.hs, dist/build/Data/GenValidity/Time/Format.p_o )
  3650. 280.05 s [genvalidity-containers] [3 of 3] Linking dist/build/genvalidity-containers-bench/genvalidity-containers-bench
  3651. 280.11 s [genvalidity-time] [5 of 6] Compiling Data.GenValidity.Time ( src/Data/GenValidity/Time.hs, dist/build/Data/GenValidity/Time.p_o )
  3652. 280.11 s [genvalidity-scientific] Running 1 test suites...
  3653. 280.11 s [genvalidity-scientific] Test suite genvalidity-scientific-test: RUNNING...
  3654. 280.12 s [genvalidity-scientific]
  3655. 280.12 s [genvalidity-scientific] Data.GenValidity.Scientific
  3656. 280.12 s [genvalidity-scientific] GenValid Scientific
  3657. 280.12 s [genvalidity-scientific] genValid :: Gen Scientific
  3658. 280.12 s [genvalidity-scientific] only generates valid 'Scientific's [✔]
  3659. 280.12 s [genvalidity-scientific] +++ OK, passed 100 tests.
  3660. 280.12 s [genvalidity-scientific]
  3661. 280.12 s [genvalidity-scientific] Finished in 0.0010 seconds
  3662. 280.12 s [genvalidity-scientific] 1 example, 0 failures
  3663. 280.12 s [feedback-source] Phase: buildPhase
  3664. 280.13 s [genvalidity-scientific] Test suite genvalidity-scientific-test: PASS
  3665. 280.13 s [genvalidity-scientific] Test suite logged to:
  3666. 280.13 s [genvalidity-scientific] dist/test/genvalidity-scientific-1.0.0.0-genvalidity-scientific-test.log
  3667. 280.13 s [genvalidity-scientific] 1 of 1 test suites (1 of 1 test cases) passed.
  3668. 280.13 s [genvalidity-scientific] Phase: haddockPhase
  3669. 280.13 s [feedback-source] Distribution quality warnings:
  3670. 280.13 s [feedback-source] [no-category] No 'category' field.
  3671. 280.13 s [feedback-source] [no-description] No 'description' field.
  3672. 280.13 s [feedback-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  3673. 280.13 s [feedback-source] - autodocodec
  3674. 280.13 s [feedback-source] - autodocodec-yaml
  3675. 280.13 s [feedback-source] - bytestring
  3676. 280.13 s [feedback-source] - conduit
  3677. 280.14 s [feedback-source] - containers
  3678. 280.14 s [feedback-source] - envparse
  3679. 280.14 s [feedback-source] - fsnotify
  3680. 280.14 s [feedback-source] - optparse-applicative
  3681. 280.14 s [feedback-source] - path
  3682. 280.14 s [feedback-source] - path-io
  3683. 280.14 s [feedback-source] - pretty-show
  3684. 280.14 s [feedback-source] - process
  3685. 280.14 s [feedback-source] - safe-coloured-text
  3686. 280.14 s [feedback-source] - safe-coloured-text-layout
  3687. 280.14 s [feedback-source] - text
  3688. 280.14 s [feedback-source] - time
  3689. 280.14 s [feedback-source] - typed-process
  3690. 280.14 s [feedback-source] - unix
  3691. 280.14 s [feedback-source] - unliftio
  3692. 280.14 s [feedback-source] - yaml
  3693. 280.14 s [feedback-source] - Win32
  3694. 280.14 s [feedback-source] - safe-coloured-text-terminfo
  3695. 280.14 s [feedback-source] Please add them. There is more information at https://pvp.haskell.org/
  3696. 280.14 s [feedback-source] [no-docs] Please consider including the file './CHANGELOG.md' in the
  3697. 280.14 s [feedback-source] 'extra-doc-files' section of the .cabal file if it contains useful information
  3698. 280.14 s [feedback-source] for users of the package.
  3699. 280.14 s [feedback-source] Building source dist for feedback-0.2.0.0...
  3700. 280.15 s [feedback-source] Source tarball created: dist/feedback-0.2.0.0.tar.gz
  3701. 280.15 s [feedback-source] Phase: haddockPhase
  3702. 280.16 s [feedback-source] Phase: installPhase
  3703. 280.16 s [feedback-source] Phase: fixupPhase
  3704. 280.21 s [genvalidity-time] [6 of 6] Compiling Paths_genvalidity_time ( dist/build/autogen/Paths_genvalidity_time.hs, dist/build/Paths_genvalidity_time.p_o )
  3705. 280.26 s [genvalidity-scientific] Preprocessing library for genvalidity-scientific-1.0.0.0...
  3706. 280.26 s [genvalidity-scientific] Running Haddock on library for genvalidity-scientific-1.0.0.0...
  3707. 280.43 s [genvalidity-scientific] [1 of 2] Compiling Data.GenValidity.Scientific ( src/Data/GenValidity/Scientific.hs, nothing )
  3708. 280.52 s [genvalidity-scientific] [2 of 2] Compiling Paths_genvalidity_scientific ( dist/build/autogen/Paths_genvalidity_scientific.hs, nothing )
  3709. 280.54 s [genvalidity-scientific] Haddock coverage:
  3710. 280.54 s [genvalidity-scientific] 0% ( 0 / 1) in 'Data.GenValidity.Scientific'
  3711. 280.54 s [genvalidity-scientific] Missing documentation for:
  3712. 280.54 s [genvalidity-scientific] Module header
  3713. 280.58 s [genvalidity-hspec-optics] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-hspec-optics-test/genvalidity-hspec-optics-test-tmp/Main.o )
  3714. 280.62 s [genvalidity-text] Preprocessing benchmark 'genvalidity-text-bench' for genvalidity-text-1.0.0.1...
  3715. 280.62 s [genvalidity-text] Building benchmark 'genvalidity-text-bench' for genvalidity-text-1.0.0.1...
  3716. 280.75 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0
  3717. 281.12 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  3718. 281.12 s [post-build-hook]
  3719. 281.50 s [post-build-hook] Pushing /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0 (2.42 KiB)
  3720. 282.33 s [post-build-hook]
  3721. 282.33 s [post-build-hook] All done.
  3722. 282.35 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0
  3723. 282.48 s [post-build-hook] copying 1 paths...
  3724. 282.48 s [post-build-hook] copying path '/nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0' to 'https://cache.staging.nix-ci.com'...
  3725. 282.73 s [post-build-hook] copying 0 paths...
  3726. 282.75 s Progress: 68 of 153 built (7 building), 815 of 815 downloaded from cache
  3727. 282.82 s Building genvalidity-vector
  3728. 282.82 s [genvalidity-containers] Preprocessing test suite 'genvalidity-containers-test' for genvalidity-containers-1.0.0.2...
  3729. 282.82 s [genvalidity-containers] Building test suite 'genvalidity-containers-test' for genvalidity-containers-1.0.0.2...
  3730. 282.82 s [genvalidity-containers] [1 of 7] Compiling Data.GenValidity.Containers.IntMapSpec ( test/Data/GenValidity/Containers/IntMapSpec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Data/GenValidity/Containers/IntMapSpec.o )
  3731. 282.82 s [genvalidity-containers] [2 of 7] Compiling Data.GenValidity.Containers.MapSpec ( test/Data/GenValidity/Containers/MapSpec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Data/GenValidity/Containers/MapSpec.o )
  3732. 282.82 s [genvalidity-containers] [3 of 7] Compiling Data.GenValidity.Containers.SeqSpec ( test/Data/GenValidity/Containers/SeqSpec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Data/GenValidity/Containers/SeqSpec.o )
  3733. 282.82 s [genvalidity-containers] [4 of 7] Compiling Data.GenValidity.Containers.SetSpec ( test/Data/GenValidity/Containers/SetSpec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Data/GenValidity/Containers/SetSpec.o )
  3734. 282.82 s [genvalidity-containers] [5 of 7] Compiling Data.GenValidity.Containers.TreeSpec ( test/Data/GenValidity/Containers/TreeSpec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Data/GenValidity/Containers/TreeSpec.o )
  3735. 282.82 s [genvalidity-containers] [6 of 7] Compiling Main ( test/Spec.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Main.o )
  3736. 282.82 s [genvalidity-containers] [7 of 7] Compiling Paths_genvalidity_containers ( dist/build/genvalidity-containers-test/autogen/Paths_genvalidity_containers.hs, dist/build/genvalidity-containers-test/genvalidity-containers-test-tmp/Paths_genvalidity_containers.o )
  3737. 282.82 s [genvalidity-containers] [8 of 8] Linking dist/build/genvalidity-containers-test/genvalidity-containers-test
  3738. 282.82 s [genvalidity-containers] Phase: checkPhase
  3739. 282.82 s [genvalidity-hspec-optics] [4 of 4] Linking dist/build/genvalidity-hspec-optics-test/genvalidity-hspec-optics-test
  3740. 282.82 s [genvalidity-hspec-optics] Phase: checkPhase
  3741. 282.82 s [genvalidity-hspec-optics] Running 1 test suites...
  3742. 282.82 s [genvalidity-hspec-optics] Test suite genvalidity-hspec-optics-test: RUNNING...
  3743. 282.82 s [genvalidity-hspec-optics]
  3744. 282.82 s [genvalidity-hspec-optics] Test.Validity.Optics
  3745. 282.82 s [genvalidity-hspec-optics] lensSpec
  3746. 282.82 s [genvalidity-hspec-optics] satisfies the first lens law for valid values and valid values [✔]
  3747. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3748. 282.82 s [genvalidity-hspec-optics] satisfies the second lens law for valid values [✔]
  3749. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3750. 282.82 s [genvalidity-hspec-optics] satisfies the third lens law for valid values and valid values [✔]
  3751. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3752. 282.82 s [genvalidity-hspec-optics] gets valid values from valid values values [✔]
  3753. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3754. 282.82 s [genvalidity-hspec-optics] produces valid values when it is used to set valid values values on valid values values [✔]
  3755. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3756. 282.82 s [genvalidity-hspec-optics] satisfies the first lens law for valid values and valid values [✔]
  3757. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3758. 282.82 s [genvalidity-hspec-optics] satisfies the second lens law for valid values [✔]
  3759. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3760. 282.82 s [genvalidity-hspec-optics] satisfies the third lens law for valid values and valid values [✔]
  3761. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3762. 282.82 s [genvalidity-hspec-optics] gets valid values from valid values values [✔]
  3763. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3764. 282.82 s [genvalidity-hspec-optics] produces valid values when it is used to set valid values values on valid values values [✔]
  3765. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3766. 282.82 s [genvalidity-hspec-optics] lensSpecOnArbitrary
  3767. 282.82 s [genvalidity-hspec-optics] satisfies the first lens law for arbitrary values and arbitrary values [✔]
  3768. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3769. 282.82 s [genvalidity-hspec-optics] satisfies the second lens law for arbitrary values [✔]
  3770. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3771. 282.82 s [genvalidity-hspec-optics] satisfies the third lens law for arbitrary values and arbitrary values [✔]
  3772. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3773. 282.82 s [genvalidity-hspec-optics] gets valid values from arbitrary values values [✔]
  3774. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3775. 282.82 s [genvalidity-hspec-optics] produces valid values when it is used to set arbitrary values values on arbitrary values values [✔]
  3776. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3777. 282.82 s [genvalidity-hspec-optics] lensSpecOnGen
  3778. 282.82 s [genvalidity-hspec-optics] satisfies the first lens law for positive valid doubles and tuples of negative valid doubles [✔]
  3779. 282.82 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3780. 282.82 s [genvalidity-hspec-optics] satisfies the second lens law for tuples of negative valid doubles [✔]
  3781. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3782. 282.83 s [genvalidity-hspec-optics] satisfies the third lens law for positive valid doubles and tuples of negative valid doubles [✔]
  3783. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3784. 282.83 s [genvalidity-hspec-optics] gets valid values from tuples of negative valid doubles values [✔]
  3785. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3786. 282.83 s [genvalidity-hspec-optics] produces valid values when it is used to set positive valid doubles values on tuples of negative valid doubles values [✔]
  3787. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3788. 282.83 s [genvalidity-hspec-optics] lensGettingProducesValid
  3789. 282.83 s [genvalidity-hspec-optics] holds for (_2) for ints [✔]
  3790. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3791. 282.83 s [genvalidity-hspec-optics] holds for (_2) for doubles [✔]
  3792. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3793. 282.83 s [genvalidity-hspec-optics] lensGettingProducesValidOnArbitrary
  3794. 282.83 s [genvalidity-hspec-optics] holds for (_2) for doubles [✔]
  3795. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3796. 282.83 s [genvalidity-hspec-optics] lensGettingProducesValidOnGen
  3797. 282.83 s [genvalidity-hspec-optics] holds for (_2) for special generators [✔]
  3798. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3799. 282.83 s [genvalidity-hspec-optics] lensSettingProducesValid
  3800. 282.83 s [genvalidity-hspec-optics] holds for (_2) for ints [✔]
  3801. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3802. 282.83 s [genvalidity-hspec-optics] holds for (_2) for doubles [✔]
  3803. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3804. 282.83 s [genvalidity-hspec-optics] lensSettingProducesValidOnArbitrary
  3805. 282.83 s [genvalidity-hspec-optics] holds for (_2) for doubles [✔]
  3806. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3807. 282.83 s [genvalidity-hspec-optics] lensSettingProducesValidOnGen
  3808. 282.83 s [genvalidity-hspec-optics] holds for (_2) for special generators [✔]
  3809. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3810. 282.83 s [genvalidity-hspec-optics] myBoolLens
  3811. 282.83 s [genvalidity-hspec-optics] satisfies the first lens law for valid values and valid values [✔]
  3812. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3813. 282.83 s [genvalidity-hspec-optics] satisfies the second lens law for valid values [✔]
  3814. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3815. 282.83 s [genvalidity-hspec-optics] satisfies the third lens law for valid values and valid values [✔]
  3816. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3817. 282.83 s [genvalidity-hspec-optics] gets valid values from valid values values [✔]
  3818. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3819. 282.83 s [genvalidity-hspec-optics] produces valid values when it is used to set valid values values on valid values values [✔]
  3820. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3821. 282.83 s [genvalidity-hspec-optics] myRationalLens
  3822. 282.83 s [genvalidity-hspec-optics] satisfies the first lens law for valid values and valid values [✔]
  3823. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3824. 282.83 s [genvalidity-hspec-optics] satisfies the second lens law for valid values [✔]
  3825. 282.83 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  3826. 282.83 s [genvalidity-text] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-text-bench/genvalidity-text-bench-tmp/Main.o )
  3827. 282.83 s [genvalidity-text] [2 of 2] Compiling Paths_genvalidity_text ( dist/build/genvalidity-text-bench/autogen/Paths_genvalidity_text.hs, dist/build/genvalidity-text-bench/genvalidity-text-bench-tmp/Paths_genvalidity_text.o )
  3828. 282.83 s [genvalidity-text] [3 of 3] Linking dist/build/genvalidity-text-bench/genvalidity-text-bench
  3829. 282.83 s [genvalidity-text] Preprocessing test suite 'genvalidity-text-test' for genvalidity-text-1.0.0.1...
  3830. 282.83 s [genvalidity-text] Building test suite 'genvalidity-text-test' for genvalidity-text-1.0.0.1...
  3831. 282.83 s [genvalidity-text] [1 of 3] Compiling Data.GenValidity.TextSpec ( test/Data/GenValidity/TextSpec.hs, dist/build/genvalidity-text-test/genvalidity-text-test-tmp/Data/GenValidity/TextSpec.o )
  3832. 282.83 s [genvalidity-time] Preprocessing benchmark 'genvalidity-time-bench' for genvalidity-time-1.0.0.1...
  3833. 282.83 s [genvalidity-time] Building benchmark 'genvalidity-time-bench' for genvalidity-time-1.0.0.1...
  3834. 282.83 s [genvalidity-time] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-time-bench/genvalidity-time-bench-tmp/Main.o )
  3835. 282.83 s [genvalidity-time] [2 of 2] Compiling Paths_genvalidity_time ( dist/build/genvalidity-time-bench/autogen/Paths_genvalidity_time.hs, dist/build/genvalidity-time-bench/genvalidity-time-bench-tmp/Paths_genvalidity_time.o )
  3836. 282.83 s [genvalidity-time] [3 of 3] Linking dist/build/genvalidity-time-bench/genvalidity-time-bench
  3837. 282.83 s [genvalidity-unordered-containers-source] Dependency base <5: using base-4.20.2.0
  3838. 282.83 s [genvalidity-unordered-containers-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  3839. 282.83 s [genvalidity-unordered-containers-source] Dependency hashable: using hashable-1.5.0.0
  3840. 282.83 s [genvalidity-unordered-containers-source] Dependency unordered-containers: using unordered-containers-0.2.20.1
  3841. 282.83 s [genvalidity-unordered-containers-source] Dependency validity-unordered-containers >=0.1: using
  3842. 282.83 s [genvalidity-unordered-containers-source] validity-unordered-containers-0.2.0.3
  3843. 282.83 s [genvalidity-unordered-containers-source] Dependency base <5: using base-4.20.2.0
  3844. 282.83 s [genvalidity-unordered-containers-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  3845. 282.83 s [genvalidity-unordered-containers-source] Dependency genvalidity-unordered-containers: using
  3846. 282.83 s [genvalidity-unordered-containers-source] genvalidity-unordered-containers-1.0.0.1
  3847. 282.83 s [genvalidity-unordered-containers-source] Dependency hspec: using hspec-2.11.14
  3848. 282.83 s [genvalidity-unordered-containers-source] Dependency unordered-containers: using unordered-containers-0.2.20.1
  3849. 282.83 s [genvalidity-unordered-containers-source] Source component graph:
  3850. 282.83 s [genvalidity-unordered-containers-source] component lib
  3851. 282.83 s [genvalidity-unordered-containers-source] component test:genvalidity-unordered-containers-test dependency lib
  3852. 282.83 s [genvalidity-unordered-containers-source] Configured component graph:
  3853. 282.83 s [genvalidity-unordered-containers-source] component genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  3854. 282.83 s [genvalidity-unordered-containers-source] include base-4.20.2.0-fafd
  3855. 282.83 s [genvalidity-unordered-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3856. 282.83 s [genvalidity-unordered-containers-source] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  3857. 282.83 s [genvalidity-unordered-containers-source] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  3858. 282.83 s [genvalidity-unordered-containers-source] include validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
  3859. 282.83 s [genvalidity-unordered-containers-source] component genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
  3860. 282.83 s [genvalidity-unordered-containers-source] include base-4.20.2.0-fafd
  3861. 282.83 s [genvalidity-unordered-containers-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  3862. 282.83 s [genvalidity-unordered-containers-source] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  3863. 282.83 s [genvalidity-unordered-containers-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  3864. 282.83 s [genvalidity-unordered-containers-source] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  3865. 282.83 s [genvalidity-unordered-containers-source] Linked component graph:
  3866. 282.83 s [genvalidity-unordered-containers-source] unit genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  3867. 282.83 s [genvalidity-unordered-containers-source] include base-4.20.2.0-fafd
  3868. 282.83 s [genvalidity-unordered-containers-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3869. 282.83 s [genvalidity-unordered-containers-source] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  3870. 282.83 s [genvalidity-unordered-containers-source] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  3871. 282.83 s [genvalidity-unordered-containers-source] include validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
  3872. 282.83 s [genvalidity-unordered-containers-source] Data.GenValidity.HashMap=genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs:Data.GenValidity.HashMap,Data.GenValidity.HashSet=genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs:Data.GenValidity.HashSet,Data.GenValidity.UnorderedContainers=genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs:Data.GenValidity.UnorderedContainers
  3873. 282.83 s [genvalidity-unordered-containers-source] unit genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
  3874. 282.83 s [genvalidity-unordered-containers-source] include base-4.20.2.0-fafd
  3875. 282.83 s [genvalidity-unordered-containers-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  3876. 282.83 s [genvalidity-unordered-containers-source] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  3877. 282.83 s [genvalidity-unordered-containers-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  3878. 282.83 s [genvalidity-unordered-containers-source] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  3879. 282.83 s [genvalidity-unordered-containers-source] Ready component graph:
  3880. 282.83 s [genvalidity-unordered-containers-source] definite genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  3881. 282.83 s [genvalidity-unordered-containers-source] depends base-4.20.2.0-fafd
  3882. 282.83 s [genvalidity-unordered-containers-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  3883. 282.83 s [genvalidity-unordered-containers-source] depends hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  3884. 282.83 s [genvalidity-unordered-containers-source] depends unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  3885. 282.83 s [genvalidity-unordered-containers-source] depends validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
  3886. 282.83 s [genvalidity-unordered-containers-source] definite genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
  3887. 282.83 s [genvalidity-unordered-containers-source] depends base-4.20.2.0-fafd
  3888. 282.83 s [genvalidity-unordered-containers-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  3889. 282.83 s [genvalidity-unordered-containers-source] depends genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  3890. 282.83 s [genvalidity-unordered-containers-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  3891. 282.83 s [genvalidity-unordered-containers-source] depends unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  3892. 282.83 s [genvalidity-unordered-containers-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  3893. 282.83 s [genvalidity-unordered-containers-source] Using compiler: ghc-9.10.3
  3894. 282.83 s [genvalidity-unordered-containers-source] Using install prefix:
  3895. 282.83 s [genvalidity-unordered-containers-source] /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1
  3896. 282.83 s [genvalidity-unordered-containers-source] Executables installed in:
  3897. 282.83 s [genvalidity-unordered-containers-source] /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1/bin
  3898. 282.83 s [genvalidity-unordered-containers-source] Libraries installed in:
  3899. 282.83 s [genvalidity-unordered-containers-source] /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  3900. 282.83 s [genvalidity-unordered-containers-source] Dynamic Libraries installed in:
  3901. 283.02 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0
  3902. 283.52 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  3903. 283.52 s [post-build-hook]
  3904. 283.86 s [post-build-hook] Pushing /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0 (13.01 KiB)
  3905. 284.71 s [post-build-hook]
  3906. 284.71 s [post-build-hook] All done.
  3907. 284.73 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0
  3908. 284.79 s [post-build-hook] copying 1 paths...
  3909. 284.79 s [post-build-hook] copying path '/nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0' to 'https://cache.staging.nix-ci.com'...
  3910. 285.45 s [post-build-hook] copying 3 paths...
  3911. 285.45 s [post-build-hook] copying path '/nix/store/j2yqsick52hvdap9l1i0rvzfchx0513m-envparse-0.6.0.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
  3912. 285.63 s [post-build-hook] copying path '/nix/store/qh9cms2xv0mb1s7if6g4ffc69pg57hpa-envparse-0.6.0.drv' to 'https://cache.staging.nix-ci.com'...
  3913. 285.81 s [post-build-hook] copying path '/nix/store/k9lkjiwhsvnsrgjvngb0nx8s3056hg9h-feedback-source-0.2.0.0.drv' to 'https://cache.staging.nix-ci.com'...
  3914. 286.04 s Progress: 69 of 153 built (7 building), 815 of 815 downloaded from cache
  3915. 286.12 s Building feedback
  3916. 286.12 s [genvalidity-containers] Running 1 test suites...
  3917. 286.12 s [genvalidity-containers] Test suite genvalidity-containers-test: RUNNING...
  3918. 286.12 s [genvalidity-containers]
  3919. 286.12 s [genvalidity-containers] Data.GenValidity.Containers.IntMap
  3920. 286.12 s [genvalidity-containers] genIntMapOf
  3921. 286.12 s [genvalidity-containers] produces valid maps [✔]
  3922. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3923. 286.12 s [genvalidity-containers] GenValid (IntMap (Ratio Integer))
  3924. 286.12 s [genvalidity-containers] genValid :: Gen (IntMap (Ratio Integer))
  3925. 286.12 s [genvalidity-containers] only generates valid '(IntMap (Ratio Integer))'s [✔]
  3926. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3927. 286.12 s [genvalidity-containers] GenValid (IntMap (Ratio Integer))
  3928. 286.12 s [genvalidity-containers] genValid :: Gen (IntMap (Ratio Integer))
  3929. 286.12 s [genvalidity-containers] only generates valid '(IntMap (Ratio Integer))'s [✔]
  3930. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3931. 286.12 s [genvalidity-containers] Data.GenValidity.Containers.Map
  3932. 286.12 s [genvalidity-containers] genMapOf
  3933. 286.12 s [genvalidity-containers] produces valid maps [✔]
  3934. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3935. 286.12 s [genvalidity-containers] GenValid (Map Int (Ratio Integer))
  3936. 286.12 s [genvalidity-containers] genValid :: Gen (Map Int (Ratio Integer))
  3937. 286.12 s [genvalidity-containers] only generates valid '(Map Int (Ratio Integer))'s [✔]
  3938. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3939. 286.12 s [genvalidity-containers] GenValid (Map (Ratio Integer) (Ratio Integer))
  3940. 286.12 s [genvalidity-containers] genValid :: Gen (Map (Ratio Integer) (Ratio Integer))
  3941. 286.12 s [genvalidity-containers] only generates valid '(Map (Ratio Integer) (Ratio Integer))'s [✔]
  3942. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3943. 286.12 s [genvalidity-containers] Data.GenValidity.Containers.Seq
  3944. 286.12 s [genvalidity-containers] GenValid (Seq Int)
  3945. 286.12 s [genvalidity-containers] genValid :: Gen (Seq Int)
  3946. 286.12 s [genvalidity-containers] only generates valid '(Seq Int)'s [✔]
  3947. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3948. 286.12 s [genvalidity-containers] GenValid (Seq (Ratio Integer))
  3949. 286.12 s [genvalidity-containers] genValid :: Gen (Seq (Ratio Integer))
  3950. 286.12 s [genvalidity-containers] only generates valid '(Seq (Ratio Integer))'s [✔]
  3951. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3952. 286.12 s [genvalidity-containers] Data.GenValidity.Containers.Set
  3953. 286.12 s [genvalidity-containers] genSetOf
  3954. 286.12 s [genvalidity-containers] produces valid sets [✔]
  3955. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3956. 286.12 s [genvalidity-containers] GenValid (Set Int)
  3957. 286.12 s [genvalidity-containers] genValid :: Gen (Set Int)
  3958. 286.12 s [genvalidity-containers] only generates valid '(Set Int)'s [✔]
  3959. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3960. 286.12 s [genvalidity-containers] GenValid (Set (Ratio Integer))
  3961. 286.12 s [genvalidity-containers] genValid :: Gen (Set (Ratio Integer))
  3962. 286.12 s [genvalidity-containers] only generates valid '(Set (Ratio Integer))'s [✔]
  3963. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3964. 286.12 s [genvalidity-containers] genSeperate
  3965. 286.12 s [genvalidity-containers] generates values that are seperate [✔]
  3966. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3967. 286.12 s [genvalidity-containers] generates values that are seperate [✔]
  3968. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3969. 286.12 s [genvalidity-containers] genSeperateFor
  3970. 286.12 s [genvalidity-containers] generates values that are seperate [✔]
  3971. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3972. 286.12 s [genvalidity-containers] generates values that are seperate [✔]
  3973. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3974. 286.12 s [genvalidity-containers] genValidSeperateFor
  3975. 286.12 s [genvalidity-containers] generates values that are seperate [✔]
  3976. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3977. 286.12 s [genvalidity-containers] Data.GenValidity.Containers.Tree
  3978. 286.12 s [genvalidity-containers] GenValid (Tree Int)
  3979. 286.12 s [genvalidity-containers] genValid :: Gen (Tree Int)
  3980. 286.12 s [genvalidity-containers] only generates valid '(Tree Int)'s [✔]
  3981. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3982. 286.12 s [genvalidity-containers] GenValid (Tree (Ratio Integer))
  3983. 286.12 s [genvalidity-containers] genValid :: Gen (Tree (Ratio Integer))
  3984. 286.12 s [genvalidity-containers] only generates valid '(Tree (Ratio Integer))'s [✔]
  3985. 286.12 s [genvalidity-containers] +++ OK, passed 100 tests.
  3986. 286.12 s [genvalidity-containers]
  3987. 286.12 s [genvalidity-containers] Finished in 0.0484 seconds
  3988. 286.12 s [genvalidity-containers] 18 examples, 0 failures
  3989. 286.12 s [genvalidity-containers] Test suite genvalidity-containers-test: PASS
  3990. 286.12 s [genvalidity-containers] Test suite logged to:
  3991. 286.12 s [genvalidity-containers] dist/test/genvalidity-containers-1.0.0.2-genvalidity-containers-test.log
  3992. 286.12 s [genvalidity-containers] 1 of 1 test suites (1 of 1 test cases) passed.
  3993. 286.12 s [genvalidity-containers] Phase: haddockPhase
  3994. 286.12 s [genvalidity-containers] Preprocessing library for genvalidity-containers-1.0.0.2...
  3995. 286.12 s [genvalidity-containers] Running Haddock on library for genvalidity-containers-1.0.0.2...
  3996. 286.12 s [genvalidity-containers] [1 of 7] Compiling Data.GenValidity.IntMap ( src/Data/GenValidity/IntMap.hs, nothing )
  3997. 286.12 s [genvalidity-containers] [2 of 7] Compiling Data.GenValidity.Map ( src/Data/GenValidity/Map.hs, nothing )
  3998. 286.12 s [genvalidity-containers] [3 of 7] Compiling Data.GenValidity.Sequence ( src/Data/GenValidity/Sequence.hs, nothing )
  3999. 286.12 s [genvalidity-containers] [4 of 7] Compiling Data.GenValidity.Set ( src/Data/GenValidity/Set.hs, nothing )
  4000. 286.12 s [genvalidity-containers] [5 of 7] Compiling Data.GenValidity.Tree ( src/Data/GenValidity/Tree.hs, nothing )
  4001. 286.12 s [genvalidity-containers] [6 of 7] Compiling Data.GenValidity.Containers ( src/Data/GenValidity/Containers.hs, nothing )
  4002. 286.12 s [genvalidity-containers] [7 of 7] Compiling Paths_genvalidity_containers ( dist/build/autogen/Paths_genvalidity_containers.hs, nothing )
  4003. 286.12 s [genvalidity-containers] Haddock coverage:
  4004. 286.12 s [genvalidity-containers] 0% ( 0 / 3) in 'Data.GenValidity.IntMap'
  4005. 286.12 s [genvalidity-containers] Missing documentation for:
  4006. 286.12 s [genvalidity-containers] Module header
  4007. 286.12 s [genvalidity-containers] genIntMapOf (src/Data/GenValidity/IntMap.hs:20)
  4008. 286.12 s [genvalidity-containers] shrinkIntMapOf (src/Data/GenValidity/IntMap.hs:23)
  4009. 286.12 s [genvalidity-containers] 0% ( 0 / 3) in 'Data.GenValidity.Map'
  4010. 286.12 s [genvalidity-containers] Missing documentation for:
  4011. 286.12 s [genvalidity-containers] Module header
  4012. 286.12 s [genvalidity-containers] genMapOf (src/Data/GenValidity/Map.hs:20)
  4013. 286.12 s [genvalidity-containers] shrinkMapOf (src/Data/GenValidity/Map.hs:23)
  4014. 286.12 s [genvalidity-containers] 0% ( 0 / 3) in 'Data.GenValidity.Sequence'
  4015. 286.12 s [genvalidity-hspec-optics] satisfies the third lens law for valid values and valid values [✔]
  4016. 286.12 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  4017. 286.12 s [genvalidity-hspec-optics] gets valid values from valid values values [✔]
  4018. 286.12 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  4019. 286.12 s [genvalidity-hspec-optics] produces valid values when it is used to set valid values values on valid values values [✔]
  4020. 286.12 s [genvalidity-hspec-optics] +++ OK, passed 100 tests.
  4021. 286.12 s [genvalidity-hspec-optics]
  4022. 286.12 s [genvalidity-hspec-optics] Finished in 0.0168 seconds
  4023. 286.12 s [genvalidity-hspec-optics] 38 examples, 0 failures
  4024. 286.12 s [genvalidity-hspec-optics] Test suite genvalidity-hspec-optics-test: PASS
  4025. 286.12 s [genvalidity-hspec-optics] Test suite logged to:
  4026. 286.12 s [genvalidity-hspec-optics] dist/test/genvalidity-hspec-optics-1.0.0.0-genvalidity-hspec-optics-test.log
  4027. 286.12 s [genvalidity-hspec-optics] 1 of 1 test suites (1 of 1 test cases) passed.
  4028. 286.12 s [genvalidity-hspec-optics] Phase: haddockPhase
  4029. 286.12 s [genvalidity-hspec-optics] Preprocessing library for genvalidity-hspec-optics-1.0.0.0...
  4030. 286.12 s [genvalidity-hspec-optics] Running Haddock on library for genvalidity-hspec-optics-1.0.0.0...
  4031. 286.12 s [genvalidity-hspec-optics] [1 of 2] Compiling Paths_genvalidity_hspec_optics ( dist/build/autogen/Paths_genvalidity_hspec_optics.hs, nothing )
  4032. 286.12 s [genvalidity-hspec-optics] [2 of 2] Compiling Test.Validity.Optics ( src/Test/Validity/Optics.hs, nothing )
  4033. 286.12 s [genvalidity-hspec-optics] Haddock coverage:
  4034. 286.12 s [genvalidity-hspec-optics] 100% ( 13 / 13) in 'Test.Validity.Optics'
  4035. 286.12 s [genvalidity-scientific] Documentation created: dist/doc/html/genvalidity-scientific/,
  4036. 286.12 s [genvalidity-scientific] dist/doc/html/genvalidity-scientific/genvalidity-scientific.txt
  4037. 286.12 s [genvalidity-scientific] Preprocessing test suite 'genvalidity-scientific-test' for genvalidity-scientific-1.0.0.0...
  4038. 286.12 s [genvalidity-scientific] Phase: installPhase
  4039. 286.12 s [genvalidity-scientific] Installing library in /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  4040. 286.12 s [genvalidity-scientific] Phase: fixupPhase
  4041. 286.12 s [genvalidity-scientific] shrinking RPATHs of ELF executables and libraries in /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0
  4042. 286.12 s [genvalidity-scientific] shrinking /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU-ghc9.10.3.so
  4043. 286.12 s [genvalidity-scientific] checking for references to /build/ in /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0...
  4044. 286.12 s [genvalidity-scientific] patching script interpreter paths in /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0
  4045. 286.12 s [genvalidity-scientific] stripping (with command strip and flags -S -p) in /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0/lib
  4046. 286.12 s [genvalidity-scientific] shrinking RPATHs of ELF executables and libraries in /nix/store/n4i3p0y67zyj5mwj7jvzcxiq84633kg5-genvalidity-scientific-1.0.0.0-doc
  4047. 286.12 s [genvalidity-scientific] checking for references to /build/ in /nix/store/n4i3p0y67zyj5mwj7jvzcxiq84633kg5-genvalidity-scientific-1.0.0.0-doc...
  4048. 286.12 s [genvalidity-scientific] patching script interpreter paths in /nix/store/n4i3p0y67zyj5mwj7jvzcxiq84633kg5-genvalidity-scientific-1.0.0.0-doc
  4049. 286.12 s [genvalidity-text] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-text-test/genvalidity-text-test-tmp/Main.o )
  4050. 286.12 s [genvalidity-text] [3 of 3] Compiling Paths_genvalidity_text ( dist/build/genvalidity-text-test/autogen/Paths_genvalidity_text.hs, dist/build/genvalidity-text-test/genvalidity-text-test-tmp/Paths_genvalidity_text.o )
  4051. 286.12 s [genvalidity-text] [4 of 4] Linking dist/build/genvalidity-text-test/genvalidity-text-test
  4052. 286.12 s [genvalidity-text] Phase: checkPhase
  4053. 286.12 s [genvalidity-text] Running 1 test suites...
  4054. 286.12 s [genvalidity-text] Test suite genvalidity-text-test: RUNNING...
  4055. 286.12 s [genvalidity-text]
  4056. 286.12 s [genvalidity-text] Data.GenValidity.Text
  4057. 286.12 s [genvalidity-text] Strict Text
  4058. 286.12 s [genvalidity-text] GenValid Text
  4059. 286.12 s [genvalidity-text] genValid :: Gen Text
  4060. 286.12 s [genvalidity-text] only generates valid 'Text's [✔]
  4061. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4062. 286.12 s [genvalidity-text] genValid
  4063. 286.12 s [genvalidity-text] is always empty when resized to 0 [✔]
  4064. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4065. 286.12 s [genvalidity-text] generates valid text [✔]
  4066. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4067. 286.12 s [genvalidity-text] textStartingWith
  4068. 286.12 s [genvalidity-text] is never empty [✔]
  4069. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4070. 286.12 s [genvalidity-text] contains exactly the first character if resized to 0 [✔]
  4071. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4072. 286.12 s [genvalidity-text] contains exactly the first character if resized to 1 [✔]
  4073. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4074. 286.12 s [genvalidity-text] always starts with the given char [✔]
  4075. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4076. 286.12 s [genvalidity-text] textWithA
  4077. 286.12 s [genvalidity-text] contains the given character [✔]
  4078. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4079. 286.12 s [genvalidity-text] textWithoutAny
  4080. 286.12 s [genvalidity-text] works with � [✔]
  4081. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4082. 286.12 s [genvalidity-text] never contains the given char [✔]
  4083. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4084. 286.12 s [genvalidity-text] textWithoutAnyOf
  4085. 286.12 s [genvalidity-text] works with � [✔]
  4086. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4087. 286.12 s [genvalidity-text] never contains any of the given chars [✔]
  4088. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4089. 286.12 s [genvalidity-text] Lazy Text
  4090. 286.12 s [genvalidity-text] GenValid Text
  4091. 286.12 s [genvalidity-text] genValid :: Gen Text
  4092. 286.12 s [genvalidity-text] only generates valid 'Text's [✔]
  4093. 286.12 s [genvalidity-text] +++ OK, passed 100 tests.
  4094. 286.13 s [genvalidity-text] genValid
  4095. 286.13 s [genvalidity-text] is always empty when resized to 0 [✔]
  4096. 286.13 s [genvalidity-text] +++ OK, passed 100 tests.
  4097. 286.13 s [genvalidity-text] generates valid text [✔]
  4098. 286.13 s [genvalidity-text] +++ OK, passed 100 tests.
  4099. 286.13 s [genvalidity-text]
  4100. 286.13 s [genvalidity-text] Finished in 0.0249 seconds
  4101. 286.13 s [genvalidity-text] 15 examples, 0 failures
  4102. 286.13 s [genvalidity-text] Test suite genvalidity-text-test: PASS
  4103. 286.13 s [genvalidity-text] Test suite logged to:
  4104. 286.13 s [genvalidity-text] dist/test/genvalidity-text-1.0.0.1-genvalidity-text-test.log
  4105. 286.13 s [genvalidity-text] 1 of 1 test suites (1 of 1 test cases) passed.
  4106. 286.13 s [genvalidity-text] Phase: haddockPhase
  4107. 286.13 s [genvalidity-text] Preprocessing library for genvalidity-text-1.0.0.1...
  4108. 286.13 s [genvalidity-text] Running Haddock on library for genvalidity-text-1.0.0.1...
  4109. 286.13 s [genvalidity-text] [1 of 2] Compiling Data.GenValidity.Text ( src/Data/GenValidity/Text.hs, nothing )
  4110. 286.13 s [genvalidity-text] [2 of 2] Compiling Paths_genvalidity_text ( dist/build/autogen/Paths_genvalidity_text.hs, nothing )
  4111. 286.13 s [genvalidity-text] Haddock coverage:
  4112. 286.13 s [genvalidity-text] Warning: 'Text' is out of scope.
  4113. 286.13 s [genvalidity-text] If you qualify the identifier, haddock can try to link it anyway.
  4114. 286.13 s [genvalidity-text] Warning: 'c' is out of scope.
  4115. 286.13 s [genvalidity-text] If you qualify the identifier, haddock can try to link it anyway.
  4116. 286.13 s [genvalidity-text] Warning: 'g' is out of scope.
  4117. 286.13 s [genvalidity-text] If you qualify the identifier, haddock can try to link it anyway.
  4118. 286.13 s [genvalidity-text] Warning: 'ls' is out of scope.
  4119. 286.13 s [genvalidity-text] If you qualify the identifier, haddock can try to link it anyway.
  4120. 286.13 s [genvalidity-text] 70% ( 7 / 10) in 'Data.GenValidity.Text'
  4121. 286.13 s [genvalidity-text] Missing documentation for:
  4122. 286.13 s [genvalidity-text] Module header
  4123. 286.13 s [genvalidity-text] genText (src/Data/GenValidity/Text.hs:20)
  4124. 286.13 s [genvalidity-text] genTextBy (src/Data/GenValidity/Text.hs:25)
  4125. 286.13 s [genvalidity-time] Preprocessing test suite 'genvalidity-time-test' for genvalidity-time-1.0.0.1...
  4126. 286.13 s [genvalidity-time] Building test suite 'genvalidity-time-test' for genvalidity-time-1.0.0.1...
  4127. 286.13 s [genvalidity-time] [1 of 3] Compiling Data.GenValidity.TimeSpec ( test/Data/GenValidity/TimeSpec.hs, dist/build/genvalidity-time-test/genvalidity-time-test-tmp/Data/GenValidity/TimeSpec.o )
  4128. 286.13 s [genvalidity-time] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-time-test/genvalidity-time-test-tmp/Main.o )
  4129. 286.13 s [genvalidity-time] [3 of 3] Compiling Paths_genvalidity_time ( dist/build/genvalidity-time-test/autogen/Paths_genvalidity_time.hs, dist/build/genvalidity-time-test/genvalidity-time-test-tmp/Paths_genvalidity_time.o )
  4130. 286.13 s [genvalidity-time] [4 of 4] Linking dist/build/genvalidity-time-test/genvalidity-time-test
  4131. 286.13 s [genvalidity-time] Phase: checkPhase
  4132. 286.13 s [genvalidity-time] Running 1 test suites...
  4133. 286.13 s [genvalidity-time] Test suite genvalidity-time-test: RUNNING...
  4134. 286.13 s [genvalidity-time]
  4135. 286.13 s [genvalidity-time] Data.GenValidity.Time
  4136. 286.13 s [genvalidity-time] GenValid Day
  4137. 286.13 s [genvalidity-time] genValid :: Gen Day
  4138. 286.13 s [genvalidity-time] only generates valid 'Day's [✔]
  4139. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4140. 286.13 s [genvalidity-time] genSmartDayAround
  4141. 286.13 s [genvalidity-time] generates valid days [✔]
  4142. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4143. 286.13 s [genvalidity-time] genDayAround
  4144. 286.13 s [genvalidity-time] generates valid days [✔]
  4145. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4146. 286.13 s [genvalidity-time] genDayCloselyAround
  4147. 286.13 s [genvalidity-time] generates valid days [✔]
  4148. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4149. 286.13 s [genvalidity-time] GenValid UniversalTime
  4150. 286.13 s [genvalidity-time] genValid :: Gen UniversalTime
  4151. 286.13 s [genvalidity-time] only generates valid 'UniversalTime's [✔]
  4152. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4153. 286.13 s [genvalidity-time] GenValid DiffTime
  4154. 286.13 s [genvalidity-time] genValid :: Gen DiffTime
  4155. 286.13 s [genvalidity-time] only generates valid 'DiffTime's [✔]
  4156. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4157. 286.13 s [genvalidity-time] GenValid UTCTime
  4158. 286.13 s [genvalidity-time] genValid :: Gen UTCTime
  4159. 286.13 s [genvalidity-time] only generates valid 'UTCTime's [✔]
  4160. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4161. 286.13 s [genvalidity-time] GenValid NominalDiffTime
  4162. 286.13 s [genvalidity-time] genValid :: Gen NominalDiffTime
  4163. 286.13 s [genvalidity-time] only generates valid 'NominalDiffTime's [✔]
  4164. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4165. 286.13 s [genvalidity-time] GenValid TimeZone
  4166. 286.13 s [genvalidity-time] genValid :: Gen TimeZone
  4167. 286.13 s [genvalidity-time] only generates valid 'TimeZone's [✔]
  4168. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4169. 286.13 s [genvalidity-time] GenValid TimeOfDay
  4170. 286.13 s [genvalidity-time] genValid :: Gen TimeOfDay
  4171. 286.13 s [genvalidity-time] only generates valid 'TimeOfDay's [✔]
  4172. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4173. 286.13 s [genvalidity-time] GenValid LocalTime
  4174. 286.13 s [genvalidity-time] genValid :: Gen LocalTime
  4175. 286.13 s [genvalidity-time] only generates valid 'LocalTime's [✔]
  4176. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4177. 286.13 s [genvalidity-time] GenValid ZonedTime
  4178. 286.13 s [genvalidity-time] genValid :: Gen ZonedTime
  4179. 286.13 s [genvalidity-time] only generates valid 'ZonedTime's [✔]
  4180. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4181. 286.13 s [genvalidity-time] GenValid TimeLocale
  4182. 286.13 s [genvalidity-time] genValid :: Gen TimeLocale
  4183. 286.13 s [genvalidity-time] only generates valid 'TimeLocale's [✔]
  4184. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4185. 286.13 s [genvalidity-time] GenValid CalendarDiffDays
  4186. 286.13 s [genvalidity-time] genValid :: Gen CalendarDiffDays
  4187. 286.13 s [genvalidity-time] only generates valid 'CalendarDiffDays's [✔]
  4188. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4189. 286.13 s [genvalidity-time] GenValid DayOfWeek
  4190. 286.13 s [genvalidity-time] genValid :: Gen DayOfWeek
  4191. 286.13 s [genvalidity-time] only generates valid 'DayOfWeek's [✔]
  4192. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4193. 286.13 s [genvalidity-time] GenValid CalendarDiffTime
  4194. 286.13 s [genvalidity-time] genValid :: Gen CalendarDiffTime
  4195. 286.13 s [genvalidity-time] only generates valid 'CalendarDiffTime's [✔]
  4196. 286.13 s [genvalidity-time] +++ OK, passed 100 tests.
  4197. 286.13 s [genvalidity-time]
  4198. 286.13 s [genvalidity-time] Finished in 0.0105 seconds
  4199. 286.13 s [genvalidity-time] 16 examples, 0 failures
  4200. 286.13 s [genvalidity-time] Test suite genvalidity-time-test: PASS
  4201. 286.13 s [genvalidity-time] Test suite logged to:
  4202. 286.13 s [genvalidity-time] dist/test/genvalidity-time-1.0.0.1-genvalidity-time-test.log
  4203. 286.13 s [genvalidity-time] 1 of 1 test suites (1 of 1 test cases) passed.
  4204. 286.13 s [genvalidity-time] Phase: haddockPhase
  4205. 286.13 s [genvalidity-time] Preprocessing library for genvalidity-time-1.0.0.1...
  4206. 286.13 s [genvalidity-time] Running Haddock on library for genvalidity-time-1.0.0.1...
  4207. 286.13 s [genvalidity-time] [1 of 6] Compiling Data.GenValidity.Time.Calendar ( src/Data/GenValidity/Time/Calendar.hs, nothing )
  4208. 286.13 s [genvalidity-time] [2 of 6] Compiling Data.GenValidity.Time.Clock ( src/Data/GenValidity/Time/Clock.hs, nothing )
  4209. 286.13 s [genvalidity-time] [3 of 6] Compiling Data.GenValidity.Time.LocalTime ( src/Data/GenValidity/Time/LocalTime.hs, nothing )
  4210. 286.13 s [genvalidity-time] [4 of 6] Compiling Data.GenValidity.Time.Format ( src/Data/GenValidity/Time/Format.hs, nothing )
  4211. 286.13 s [genvalidity-time] [5 of 6] Compiling Data.GenValidity.Time ( src/Data/GenValidity/Time.hs, nothing )
  4212. 286.13 s [genvalidity-time] [6 of 6] Compiling Paths_genvalidity_time ( dist/build/autogen/Paths_genvalidity_time.hs, nothing )
  4213. 286.13 s [genvalidity-time] Haddock coverage:
  4214. 286.13 s [genvalidity-time] 0% ( 0 / 5) in 'Data.GenValidity.Time.Calendar'
  4215. 286.13 s [genvalidity-time] Missing documentation for:
  4216. 286.13 s [genvalidity-time] Module header
  4217. 286.13 s [genvalidity-unordered-containers-source] /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  4218. 286.13 s [genvalidity-unordered-containers-source] Private executables installed in:
  4219. 286.13 s [genvalidity-unordered-containers-source] /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-unordered-containers-1.0.0.1
  4220. 286.13 s [genvalidity-unordered-containers-source] Data files installed in:
  4221. 286.13 s [genvalidity-unordered-containers-source] /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-unordered-containers-1.0.0.1
  4222. 286.13 s [genvalidity-unordered-containers-source] Documentation installed in:
  4223. 286.13 s [genvalidity-unordered-containers-source] /share/doc/genvalidity-unordered-containers-1.0.0.1
  4224. 286.13 s [genvalidity-unordered-containers-source] Configuration files installed in:
  4225. 286.13 s [genvalidity-unordered-containers-source] /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1/etc
  4226. 286.13 s [genvalidity-unordered-containers-source] No alex found
  4227. 286.13 s [genvalidity-unordered-containers-source] Using ar found on system at:
  4228. 286.13 s [genvalidity-unordered-containers-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  4229. 286.13 s [genvalidity-unordered-containers-source] No c2hs found
  4230. 286.13 s [genvalidity-unordered-containers-source] No cpphs found
  4231. 286.13 s [genvalidity-unordered-containers-source] No doctest found
  4232. 286.13 s [genvalidity-unordered-containers-source] Using gcc version 14.3.0 given by user at:
  4233. 286.13 s [genvalidity-unordered-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  4234. 286.13 s [genvalidity-unordered-containers-source] Using ghc version 9.10.3 found on system at:
  4235. 286.13 s [genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  4236. 286.13 s [genvalidity-unordered-containers-source] Using ghc-pkg version 9.10.3 found on system at:
  4237. 286.13 s [genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  4238. 286.13 s [genvalidity-unordered-containers-source] No ghcjs found
  4239. 286.13 s [genvalidity-unordered-containers-source] No ghcjs-pkg found
  4240. 286.13 s [genvalidity-unordered-containers-source] No greencard found
  4241. 286.13 s [genvalidity-unordered-containers-source] Using haddock version 2.31.1 found on system at:
  4242. 286.13 s [genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  4243. 286.13 s [genvalidity-unordered-containers-source] No happy found
  4244. 286.13 s [genvalidity-unordered-containers-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  4245. 286.13 s [genvalidity-unordered-containers-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4246. 286.13 s [genvalidity-unordered-containers-source] No hmake found
  4247. 286.13 s [genvalidity-unordered-containers-source] Using hpc version 0.69 found on system at:
  4248. 286.13 s [genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  4249. 286.13 s [genvalidity-unordered-containers-source] Using hsc2hs version 0.68.10 found on system at:
  4250. 286.13 s [genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  4251. 286.13 s [genvalidity-unordered-containers-source] Using hscolour version 1.25 found on system at:
  4252. 286.13 s [genvalidity-unordered-containers-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  4253. 286.13 s [genvalidity-unordered-containers-source] No jhc found
  4254. 286.13 s [genvalidity-unordered-containers-source] Using ld found on system at:
  4255. 286.13 s [genvalidity-unordered-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  4256. 286.13 s [genvalidity-unordered-containers-source] No pkg-config found
  4257. 286.13 s [genvalidity-unordered-containers-source] Using runghc version 9.10.3 found on system at:
  4258. 286.13 s [genvalidity-unordered-containers-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  4259. 286.13 s [genvalidity-unordered-containers-source] Using strip version 2.44 found on system at:
  4260. 286.13 s [genvalidity-unordered-containers-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  4261. 286.13 s [genvalidity-unordered-containers-source] Using tar found on system at:
  4262. 286.13 s [genvalidity-unordered-containers-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  4263. 286.13 s [genvalidity-unordered-containers-source] No uhc found
  4264. 286.13 s [genvalidity-unordered-containers-source] Phase: buildPhase
  4265. 286.13 s [genvalidity-unordered-containers-source] Distribution quality warnings:
  4266. 286.13 s [genvalidity-unordered-containers-source] [no-description] No 'description' field.
  4267. 286.13 s [genvalidity-unordered-containers-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  4268. 286.13 s [genvalidity-unordered-containers-source] - genvalidity
  4269. 286.13 s [genvalidity-unordered-containers-source] - hashable
  4270. 286.13 s [genvalidity-unordered-containers-source] - unordered-containers
  4271. 286.13 s [genvalidity-unordered-containers-source] - validity-unordered-containers
  4272. 286.13 s [genvalidity-unordered-containers-source] Please add them. There is more information at https://pvp.haskell.org/
  4273. 286.13 s [genvalidity-unordered-containers-source] Building source dist for genvalidity-unordered-containers-1.0.0.1...
  4274. 286.13 s [genvalidity-unordered-containers-source] Source tarball created: dist/genvalidity-unordered-containers-1.0.0.1.tar.gz
  4275. 286.13 s [genvalidity-unordered-containers-source] Phase: checkPhase
  4276. 286.13 s [genvalidity-unordered-containers-source] Phase: haddockPhase
  4277. 286.13 s [genvalidity-unordered-containers-source] Phase: installPhase
  4278. 286.13 s [genvalidity-unordered-containers-source] Phase: fixupPhase
  4279. 286.13 s [genvalidity-vector] Phase: setupCompilerEnvironmentPhase
  4280. 286.13 s [genvalidity-vector] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  4281. 286.13 s [genvalidity-vector] Phase: unpackPhase
  4282. 286.13 s [genvalidity-vector] unpacking source archive /nix/store/pv011705i7p47yfgg0fbrqnc9arkmgk9-genvalidity-vector-source-1.0.0.0/genvalidity-vector-1.0.0.0.tar.gz
  4283. 286.13 s [genvalidity-vector] source root is genvalidity-vector-1.0.0.0
  4284. 286.13 s [genvalidity-vector] setting SOURCE_DATE_EPOCH to timestamp 1780347810 of file "genvalidity-vector-1.0.0.0/test/Test/Validity/VectorSpec.hs"
  4285. 286.13 s [genvalidity-vector] warning: file "genvalidity-vector-1.0.0.0/test/Test/Validity/VectorSpec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  4286. 286.13 s [genvalidity-vector] Phase: patchPhase
  4287. 286.13 s [genvalidity-vector] Phase: compileBuildDriverPhase
  4288. 286.13 s [genvalidity-vector] setupCompileFlags: -package-db=/build/tmp.80qPdZfCQm/setup-package.conf.d -threaded
  4289. 286.13 s [genvalidity-vector] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.80qPdZfCQm/Main.o )
  4290. 286.13 s [genvalidity-vector] [2 of 2] Linking Setup
  4291. 286.13 s [genvalidity-vector] Phase: updateAutotoolsGnuConfigScriptsPhase
  4292. 286.13 s [genvalidity-vector] Phase: configurePhase
  4293. 286.13 s [genvalidity-vector] configureFlags: --verbose --prefix=/nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/wq3lpy0b0r9qcjqhjz4nmwiy2j4c7wqr-genvalidity-vector-1.0.0.0-doc/share/doc/genvalidity-vector-1.0.0.0 --with-gcc=gcc --package-db=/build/tmp.80qPdZfCQm/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  4294. 286.13 s [genvalidity-vector] Using Parsec parser
  4295. 286.13 s [genvalidity-vector] Configuring genvalidity-vector-1.0.0.0...
  4296. 286.13 s [genvalidity-vector] Dependency base <5: using base-4.20.2.0
  4297. 286.13 s [genvalidity-vector] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  4298. 286.13 s [genvalidity-vector] Dependency validity-vector >=0.1: using validity-vector-0.2.0.3
  4299. 286.13 s [genvalidity-vector] Dependency vector: using vector-0.13.2.0
  4300. 286.13 s [genvalidity-vector] Dependency base <5: using base-4.20.2.0
  4301. 286.13 s [genvalidity-vector] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  4302. 286.13 s [genvalidity-vector] Dependency genvalidity-vector: using genvalidity-vector-1.0.0.0
  4303. 286.13 s [genvalidity-vector] Dependency hspec: using hspec-2.11.14
  4304. 286.13 s [genvalidity-vector] Dependency vector: using vector-0.13.2.0
  4305. 286.13 s [genvalidity-vector] Source component graph:
  4306. 286.13 s [genvalidity-vector] component lib
  4307. 286.13 s [genvalidity-vector] component test:genvalidity-vector-test dependency lib
  4308. 286.13 s [genvalidity-vector] Configured component graph:
  4309. 286.13 s [genvalidity-vector] component genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  4310. 286.13 s [genvalidity-vector] include base-4.20.2.0-fafd
  4311. 286.13 s [genvalidity-vector] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  4312. 286.13 s [genvalidity-vector] include validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
  4313. 286.13 s [genvalidity-vector] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  4314. 286.13 s [genvalidity-vector] component genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
  4315. 286.13 s [genvalidity-vector] include base-4.20.2.0-fafd
  4316. 286.13 s [genvalidity-vector] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  4317. 286.13 s [genvalidity-vector] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  4318. 286.13 s [genvalidity-vector] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  4319. 286.13 s [genvalidity-vector] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  4320. 286.13 s [genvalidity-vector] Linked component graph:
  4321. 286.13 s [genvalidity-vector] unit genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  4322. 286.13 s [genvalidity-vector] include base-4.20.2.0-fafd
  4323. 286.13 s [genvalidity-vector] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  4324. 286.13 s [genvalidity-vector] include validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
  4325. 286.13 s [genvalidity-vector] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  4326. 286.15 s [genvalidity-containers] Missing documentation for:
  4327. 286.15 s [genvalidity-containers] Module header
  4328. 286.15 s [genvalidity-containers] genSeqOf (src/Data/GenValidity/Sequence.hs:21)
  4329. 286.15 s [genvalidity-containers] shrinkSeqOf (src/Data/GenValidity/Sequence.hs:24)
  4330. 286.15 s [genvalidity-containers] 0% ( 0 / 8) in 'Data.GenValidity.Set'
  4331. 286.15 s [genvalidity-containers] Missing documentation for:
  4332. 286.15 s [genvalidity-containers] Module header
  4333. 286.15 s [genvalidity-containers] genSetOf (src/Data/GenValidity/Set.hs:28)
  4334. 286.15 s [genvalidity-containers] shrinkSetOf (src/Data/GenValidity/Set.hs:31)
  4335. 286.15 s [genvalidity-containers] genSeperate (src/Data/GenValidity/Set.hs:40)
  4336. 286.15 s [genvalidity-containers] genSeperateFor (src/Data/GenValidity/Set.hs:44)
  4337. 286.15 s [genvalidity-containers] genSeperateForNE (src/Data/GenValidity/Set.hs:48)
  4338. 286.15 s [genvalidity-containers] genValidSeperateFor (src/Data/GenValidity/Set.hs:34)
  4339. 286.15 s [genvalidity-containers] genValidSeperateForNE (src/Data/GenValidity/Set.hs:37)
  4340. 286.15 s [genvalidity-containers] 33% ( 1 / 3) in 'Data.GenValidity.Tree'
  4341. 286.15 s [genvalidity-containers] Missing documentation for:
  4342. 286.15 s [genvalidity-containers] Module header
  4343. 286.15 s [genvalidity-containers] shrinkTreeOf (src/Data/GenValidity/Tree.hs:17)
  4344. 286.15 s [genvalidity-containers] 83% ( 5 / 6) in 'Data.GenValidity.Containers'
  4345. 286.15 s [genvalidity-containers] Missing documentation for:
  4346. 286.15 s [genvalidity-containers] Module header
  4347. 286.15 s [genvalidity-time] uniformlyOneHundredYearsAround2020 (src/Data/GenValidity/Time/Calendar.hs:15)
  4348. 286.15 s [genvalidity-time] genSmartDayAround (src/Data/GenValidity/Time/Calendar.hs:22)
  4349. 286.15 s [genvalidity-time] genDayAround (src/Data/GenValidity/Time/Calendar.hs:26)
  4350. 286.15 s [genvalidity-time] genDayCloselyAround (src/Data/GenValidity/Time/Calendar.hs:34)
  4351. 286.15 s [genvalidity-time] 0% ( 0 / 1) in 'Data.GenValidity.Time.Clock'
  4352. 286.15 s [genvalidity-time] Missing documentation for:
  4353. 286.15 s [genvalidity-time] Module header
  4354. 286.15 s [genvalidity-time] 0% ( 0 / 2) in 'Data.GenValidity.Time.LocalTime'
  4355. 286.15 s [genvalidity-time] Missing documentation for:
  4356. 286.15 s [genvalidity-time] Module header
  4357. 286.15 s [genvalidity-time] genTimeZoneName (src/Data/GenValidity/Time/LocalTime.hs:20)
  4358. 286.15 s [genvalidity-time] 0% ( 0 / 1) in 'Data.GenValidity.Time.Format'
  4359. 286.15 s [genvalidity-time] Missing documentation for:
  4360. 286.15 s [genvalidity-time] Module header
  4361. 286.15 s [genvalidity-time] 75% ( 3 / 4) in 'Data.GenValidity.Time'
  4362. 286.15 s [genvalidity-time] Missing documentation for:
  4363. 286.15 s [genvalidity-time] Module header
  4364. 286.15 s [genvalidity-vector] Data.GenValidity.Vector=genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e:Data.GenValidity.Vector
  4365. 286.15 s [genvalidity-vector] unit genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
  4366. 286.15 s [genvalidity-vector] include base-4.20.2.0-fafd
  4367. 286.15 s [genvalidity-vector] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  4368. 286.15 s [genvalidity-vector] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  4369. 286.15 s [genvalidity-vector] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  4370. 286.15 s [genvalidity-vector] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  4371. 286.15 s [genvalidity-vector] Ready component graph:
  4372. 286.15 s [genvalidity-vector] definite genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  4373. 286.15 s [genvalidity-vector] depends base-4.20.2.0-fafd
  4374. 286.15 s [genvalidity-vector] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  4375. 286.15 s [genvalidity-vector] depends validity-vector-0.2.0.3-GIKQfBKNjyzEgFGzPGAaPp
  4376. 286.15 s [genvalidity-vector] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  4377. 286.15 s [genvalidity-vector] definite genvalidity-vector-1.0.0.0-99gvCR2FN2ydWVZ2kRCM1-genvalidity-vector-test
  4378. 286.15 s [genvalidity-vector] depends base-4.20.2.0-fafd
  4379. 286.15 s [genvalidity-vector] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  4380. 286.15 s [genvalidity-vector] depends genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  4381. 286.15 s [genvalidity-vector] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  4382. 286.15 s [genvalidity-vector] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  4383. 286.15 s [genvalidity-vector] Using Cabal-3.12.1.0 compiled by ghc-9.10
  4384. 286.15 s [genvalidity-vector] Using compiler: ghc-9.10.3
  4385. 286.15 s [genvalidity-vector] Using install prefix:
  4386. 286.15 s [genvalidity-vector] /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0
  4387. 286.15 s [genvalidity-vector] Executables installed in:
  4388. 286.15 s [genvalidity-vector] /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/bin
  4389. 286.15 s [genvalidity-vector] Libraries installed in:
  4390. 286.15 s [genvalidity-vector] /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  4391. 286.15 s [genvalidity-vector] Dynamic Libraries installed in:
  4392. 286.15 s [genvalidity-vector] /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  4393. 286.15 s [genvalidity-vector] Private executables installed in:
  4394. 286.15 s [genvalidity-vector] /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-vector-1.0.0.0
  4395. 286.15 s [genvalidity-vector] Data files installed in:
  4396. 286.15 s [genvalidity-vector] /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-vector-1.0.0.0
  4397. 286.15 s [genvalidity-vector] Documentation installed in:
  4398. 286.15 s [genvalidity-vector] /nix/store/wq3lpy0b0r9qcjqhjz4nmwiy2j4c7wqr-genvalidity-vector-1.0.0.0-doc/share/doc/genvalidity-vector-1.0.0.0
  4399. 286.15 s [genvalidity-vector] Configuration files installed in:
  4400. 286.15 s [genvalidity-vector] /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/etc
  4401. 286.15 s [genvalidity-vector] No alex found
  4402. 286.15 s [genvalidity-vector] Using ar found on system at:
  4403. 286.15 s [genvalidity-vector] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  4404. 286.15 s [genvalidity-vector] No c2hs found
  4405. 286.15 s [genvalidity-vector] No cpphs found
  4406. 286.15 s [genvalidity-vector] No doctest found
  4407. 286.15 s [genvalidity-vector] Using gcc version 14.3.0 given by user at:
  4408. 286.15 s [genvalidity-vector] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  4409. 286.15 s [genvalidity-vector] Using ghc version 9.10.3 found on system at:
  4410. 286.15 s [genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  4411. 286.15 s [genvalidity-vector] Using ghc-pkg version 9.10.3 found on system at:
  4412. 286.15 s [genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  4413. 286.15 s [genvalidity-vector] No ghcjs found
  4414. 286.15 s [genvalidity-vector] No ghcjs-pkg found
  4415. 286.15 s [genvalidity-vector] No greencard found
  4416. 286.15 s [genvalidity-vector] Using haddock version 2.31.1 found on system at:
  4417. 286.15 s [genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  4418. 286.15 s [genvalidity-vector] No happy found
  4419. 286.15 s [genvalidity-vector] Using haskell-suite found on system at: haskell-suite-dummy-location
  4420. 286.15 s [genvalidity-vector] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4421. 286.15 s [genvalidity-vector] No hmake found
  4422. 286.15 s [genvalidity-vector] Using hpc version 0.69 found on system at:
  4423. 286.15 s [genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  4424. 286.15 s [genvalidity-vector] Using hsc2hs version 0.68.10 found on system at:
  4425. 286.15 s [genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  4426. 286.15 s [genvalidity-vector] Using hscolour version 1.25 found on system at:
  4427. 286.15 s [genvalidity-vector] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  4428. 286.15 s [genvalidity-vector] No jhc found
  4429. 286.15 s [genvalidity-vector] Using ld found on system at:
  4430. 286.15 s [genvalidity-vector] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  4431. 286.15 s [genvalidity-vector] No pkg-config found
  4432. 286.15 s [genvalidity-vector] Using runghc version 9.10.3 found on system at:
  4433. 286.15 s [genvalidity-vector] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  4434. 286.15 s [genvalidity-vector] Using strip version 2.44 found on system at:
  4435. 286.15 s [genvalidity-vector] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  4436. 286.15 s [genvalidity-vector] Using tar found on system at:
  4437. 286.15 s [genvalidity-vector] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  4438. 286.15 s [genvalidity-vector] No uhc found
  4439. 286.15 s [genvalidity-vector] Phase: buildPhase
  4440. 286.32 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0
  4441. 286.75 s [post-build-hook] Pushing 2 paths (90 are already present) using zstd to cache smos ⏳
  4442. 286.75 s [post-build-hook]
  4443. 287.14 s [post-build-hook] Pushing /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0 (313.67 KiB)
  4444. 287.22 s [post-build-hook] Pushing /nix/store/n4i3p0y67zyj5mwj7jvzcxiq84633kg5-genvalidity-scientific-1.0.0.0-doc (151.51 KiB)
  4445. 288.41 s [post-build-hook]
  4446. 288.50 s [post-build-hook] All done.
  4447. 288.50 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/v2iv7cbfma8safkx923yq7vhg05946yb-genvalidity-scientific-1.0.0.0
  4448. 288.50 s [post-build-hook] copying 0 paths...
  4449. 288.63 s [post-build-hook] copying 0 paths...
  4450. 288.68 s Progress: 70 of 153 built (7 building), 815 of 815 downloaded from cache
  4451. 288.71 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1
  4452. 289.08 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  4453. 289.08 s [post-build-hook]
  4454. 289.42 s [post-build-hook] Pushing /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1 (2.63 KiB)
  4455. 290.34 s [post-build-hook]
  4456. 290.34 s [post-build-hook] All done.
  4457. 290.35 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1
  4458. 290.40 s [post-build-hook] copying 1 paths...
  4459. 290.40 s [post-build-hook] copying path '/nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1' to 'https://cache.staging.nix-ci.com'...
  4460. 290.75 s [post-build-hook] copying 0 paths...
  4461. 290.77 s Progress: 71 of 154 built (6 building), 815 of 815 downloaded from cache
  4462. 290.83 s Building genvalidity-unordered-containers
  4463. 290.83 s [genvalidity-containers] Documentation created: dist/doc/html/genvalidity-containers/,
  4464. 290.83 s [genvalidity-containers] dist/doc/html/genvalidity-containers/genvalidity-containers.txt
  4465. 290.83 s [genvalidity-containers] Preprocessing benchmark 'genvalidity-containers-bench' for genvalidity-containers-1.0.0.2...
  4466. 290.83 s [genvalidity-containers] Preprocessing test suite 'genvalidity-containers-test' for genvalidity-containers-1.0.0.2...
  4467. 290.83 s [genvalidity-containers] Phase: installPhase
  4468. 290.83 s [genvalidity-containers] Installing library in /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  4469. 290.83 s [genvalidity-containers] Phase: fixupPhase
  4470. 290.83 s [genvalidity-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2
  4471. 290.83 s [genvalidity-containers] shrinking /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc-ghc9.10.3.so
  4472. 290.83 s [genvalidity-containers] checking for references to /build/ in /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2...
  4473. 290.83 s [genvalidity-containers] patching script interpreter paths in /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2
  4474. 290.83 s [genvalidity-containers] stripping (with command strip and flags -S -p) in /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/lib
  4475. 290.83 s [genvalidity-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/0zp6faa4l7j6gdphlkny33cs0fqp0dzm-genvalidity-containers-1.0.0.2-doc
  4476. 290.83 s [genvalidity-containers] checking for references to /build/ in /nix/store/0zp6faa4l7j6gdphlkny33cs0fqp0dzm-genvalidity-containers-1.0.0.2-doc...
  4477. 290.83 s [genvalidity-containers] patching script interpreter paths in /nix/store/0zp6faa4l7j6gdphlkny33cs0fqp0dzm-genvalidity-containers-1.0.0.2-doc
  4478. 290.83 s [genvalidity-hspec-optics] Documentation created: dist/doc/html/genvalidity-hspec-optics/,
  4479. 290.83 s [genvalidity-hspec-optics] dist/doc/html/genvalidity-hspec-optics/genvalidity-hspec-optics.txt
  4480. 290.83 s [genvalidity-hspec-optics] Preprocessing test suite 'genvalidity-hspec-optics-test' for genvalidity-hspec-optics-1.0.0.0...
  4481. 290.83 s [genvalidity-hspec-optics] Phase: installPhase
  4482. 290.83 s [genvalidity-hspec-optics] Installing library in /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  4483. 290.83 s [genvalidity-hspec-optics] Phase: fixupPhase
  4484. 290.83 s [genvalidity-hspec-optics] shrinking RPATHs of ELF executables and libraries in /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0
  4485. 290.83 s [genvalidity-hspec-optics] shrinking /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q-ghc9.10.3.so
  4486. 290.83 s [genvalidity-hspec-optics] checking for references to /build/ in /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0...
  4487. 290.83 s [genvalidity-hspec-optics] patching script interpreter paths in /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0
  4488. 290.83 s [genvalidity-hspec-optics] stripping (with command strip and flags -S -p) in /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0/lib
  4489. 290.83 s [genvalidity-hspec-optics] shrinking RPATHs of ELF executables and libraries in /nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc
  4490. 290.83 s [genvalidity-hspec-optics] checking for references to /build/ in /nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc...
  4491. 290.83 s [genvalidity-hspec-optics] patching script interpreter paths in /nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc
  4492. 290.83 s [genvalidity-text] Documentation created: dist/doc/html/genvalidity-text/,
  4493. 290.83 s [genvalidity-text] dist/doc/html/genvalidity-text/genvalidity-text.txt
  4494. 290.83 s [genvalidity-text] Preprocessing benchmark 'genvalidity-text-bench' for genvalidity-text-1.0.0.1...
  4495. 290.83 s [genvalidity-text] Preprocessing test suite 'genvalidity-text-test' for genvalidity-text-1.0.0.1...
  4496. 290.83 s [genvalidity-text] Phase: installPhase
  4497. 290.83 s [genvalidity-text] Installing library in /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  4498. 290.83 s [genvalidity-text] Phase: fixupPhase
  4499. 290.83 s [genvalidity-text] shrinking RPATHs of ELF executables and libraries in /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1
  4500. 290.83 s [genvalidity-text] shrinking /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF-ghc9.10.3.so
  4501. 290.83 s [genvalidity-text] checking for references to /build/ in /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1...
  4502. 290.83 s [genvalidity-text] patching script interpreter paths in /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1
  4503. 290.83 s [genvalidity-text] stripping (with command strip and flags -S -p) in /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/lib
  4504. 290.83 s [genvalidity-text] shrinking RPATHs of ELF executables and libraries in /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc
  4505. 290.83 s [genvalidity-text] checking for references to /build/ in /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc...
  4506. 290.83 s [genvalidity-text] patching script interpreter paths in /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc
  4507. 290.83 s [genvalidity-time] Documentation created: dist/doc/html/genvalidity-time/,
  4508. 290.83 s [genvalidity-time] dist/doc/html/genvalidity-time/genvalidity-time.txt
  4509. 290.83 s [genvalidity-time] Preprocessing benchmark 'genvalidity-time-bench' for genvalidity-time-1.0.0.1...
  4510. 290.83 s [genvalidity-time] Preprocessing test suite 'genvalidity-time-test' for genvalidity-time-1.0.0.1...
  4511. 290.83 s [genvalidity-time] Phase: installPhase
  4512. 290.83 s [genvalidity-time] Installing library in /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  4513. 290.83 s [genvalidity-time] Phase: fixupPhase
  4514. 290.83 s [genvalidity-time] shrinking RPATHs of ELF executables and libraries in /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1
  4515. 290.83 s [genvalidity-time] shrinking /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS-ghc9.10.3.so
  4516. 290.83 s [genvalidity-time] checking for references to /build/ in /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1...
  4517. 290.83 s [genvalidity-time] patching script interpreter paths in /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1
  4518. 290.83 s [genvalidity-time] stripping (with command strip and flags -S -p) in /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/lib
  4519. 290.83 s [genvalidity-time] shrinking RPATHs of ELF executables and libraries in /nix/store/ykich1bkwq62grzkcc452nigk2rhiq5b-genvalidity-time-1.0.0.1-doc
  4520. 290.83 s [genvalidity-time] checking for references to /build/ in /nix/store/ykich1bkwq62grzkcc452nigk2rhiq5b-genvalidity-time-1.0.0.1-doc...
  4521. 290.83 s [genvalidity-time] patching script interpreter paths in /nix/store/ykich1bkwq62grzkcc452nigk2rhiq5b-genvalidity-time-1.0.0.1-doc
  4522. 290.83 s [genvalidity-vector] Preprocessing library for genvalidity-vector-1.0.0.0...
  4523. 290.83 s [genvalidity-vector] Building library for genvalidity-vector-1.0.0.0...
  4524. 290.83 s [genvalidity-vector] [1 of 2] Compiling Data.GenValidity.Vector ( src/Data/GenValidity/Vector.hs, dist/build/Data/GenValidity/Vector.o, dist/build/Data/GenValidity/Vector.dyn_o )
  4525. 290.83 s [genvalidity-vector] [2 of 2] Compiling Paths_genvalidity_vector ( dist/build/autogen/Paths_genvalidity_vector.hs, dist/build/Paths_genvalidity_vector.o, dist/build/Paths_genvalidity_vector.dyn_o )
  4526. 290.83 s [genvalidity-vector] [1 of 2] Compiling Data.GenValidity.Vector ( src/Data/GenValidity/Vector.hs, dist/build/Data/GenValidity/Vector.p_o )
  4527. 290.83 s [genvalidity-vector] [2 of 2] Compiling Paths_genvalidity_vector ( dist/build/autogen/Paths_genvalidity_vector.hs, dist/build/Paths_genvalidity_vector.p_o )
  4528. 290.83 s [genvalidity-vector] Preprocessing test suite 'genvalidity-vector-test' for genvalidity-vector-1.0.0.0...
  4529. 290.83 s [genvalidity-vector] Building test suite 'genvalidity-vector-test' for genvalidity-vector-1.0.0.0...
  4530. 290.83 s [genvalidity-vector] [1 of 3] Compiling Paths_genvalidity_vector ( dist/build/genvalidity-vector-test/autogen/Paths_genvalidity_vector.hs, dist/build/genvalidity-vector-test/genvalidity-vector-test-tmp/Paths_genvalidity_vector.o )
  4531. 290.83 s [genvalidity-vector] [2 of 3] Compiling Test.Validity.VectorSpec ( test/Test/Validity/VectorSpec.hs, dist/build/genvalidity-vector-test/genvalidity-vector-test-tmp/Test/Validity/VectorSpec.o )
  4532. 290.83 s [genvalidity-vector] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-vector-test/genvalidity-vector-test-tmp/Main.o )
  4533. 290.83 s [genvalidity-vector] [4 of 4] Linking dist/build/genvalidity-vector-test/genvalidity-vector-test
  4534. 290.83 s [genvalidity-vector] Phase: checkPhase
  4535. 290.83 s [genvalidity-vector] Running 1 test suites...
  4536. 290.83 s [genvalidity-vector] Test suite genvalidity-vector-test: RUNNING...
  4537. 290.83 s [genvalidity-vector]
  4538. 290.83 s [genvalidity-vector] Test.Validity.Vector
  4539. 290.83 s [genvalidity-vector] GenValid (Vector Int)
  4540. 290.83 s [genvalidity-vector] genValid :: Gen (Vector Int)
  4541. 290.83 s [genvalidity-vector] only generates valid '(Vector Int)'s [✔]
  4542. 290.83 s [genvalidity-vector] +++ OK, passed 100 tests.
  4543. 290.83 s [genvalidity-vector] GenValid (Vector (Ratio Integer))
  4544. 290.83 s [genvalidity-vector] genValid :: Gen (Vector (Ratio Integer))
  4545. 290.83 s [genvalidity-vector] only generates valid '(Vector (Ratio Integer))'s [✔]
  4546. 290.83 s [genvalidity-vector] +++ OK, passed 100 tests.
  4547. 290.83 s [genvalidity-vector] GenValid (Vector Int)
  4548. 290.83 s [genvalidity-vector] genValid :: Gen (Vector Int)
  4549. 290.83 s [genvalidity-vector] only generates valid '(Vector Int)'s [✔]
  4550. 290.83 s [genvalidity-vector] +++ OK, passed 100 tests.
  4551. 290.83 s [genvalidity-vector]
  4552. 290.83 s [genvalidity-vector] Finished in 0.0094 seconds
  4553. 290.83 s [genvalidity-vector] 3 examples, 0 failures
  4554. 290.83 s [genvalidity-vector] Test suite genvalidity-vector-test: PASS
  4555. 290.83 s [genvalidity-vector] Test suite logged to:
  4556. 290.83 s [genvalidity-vector] dist/test/genvalidity-vector-1.0.0.0-genvalidity-vector-test.log
  4557. 290.83 s [genvalidity-vector] 1 of 1 test suites (1 of 1 test cases) passed.
  4558. 290.83 s [genvalidity-vector] Phase: haddockPhase
  4559. 290.83 s [feedback] Phase: setupCompilerEnvironmentPhase
  4560. 290.83 s [feedback] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  4561. 290.83 s [feedback] Phase: unpackPhase
  4562. 290.83 s [feedback] unpacking source archive /nix/store/a8hqxi08wc2g7vj8lnjiirk58xhwy3yg-feedback-source-0.2.0.0/feedback-0.2.0.0.tar.gz
  4563. 290.83 s [feedback] source root is feedback-0.2.0.0
  4564. 290.83 s [feedback] setting SOURCE_DATE_EPOCH to timestamp 1780347813 of file "feedback-0.2.0.0/src/Feedback/Test/OptParse.hs"
  4565. 290.83 s [feedback] warning: file "feedback-0.2.0.0/src/Feedback/Test/OptParse.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  4566. 290.83 s [feedback] Phase: patchPhase
  4567. 290.83 s [feedback] Phase: compileBuildDriverPhase
  4568. 290.83 s [feedback] setupCompileFlags: -package-db=/build/tmp.Ru2toDBWCh/setup-package.conf.d -threaded
  4569. 290.83 s [feedback] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Ru2toDBWCh/Main.o )
  4570. 290.83 s [feedback] [2 of 2] Linking Setup
  4571. 290.83 s [feedback] Phase: updateAutotoolsGnuConfigScriptsPhase
  4572. 290.83 s [feedback] Phase: configurePhase
  4573. 290.83 s [feedback] configureFlags: --verbose --prefix=/nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc/share/doc/feedback-0.2.0.0 --with-gcc=gcc --package-db=/build/tmp.Ru2toDBWCh/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 --disable-tests --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --ghc-options=-optP-Wno-nonportable-include-path --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  4574. 290.83 s [feedback] Using Parsec parser
  4575. 290.83 s [feedback] Configuring feedback-0.2.0.0...
  4576. 290.83 s [feedback] Dependency autodocodec: using autodocodec-0.5.0.0
  4577. 290.83 s [feedback] Dependency autodocodec-yaml >=0.2: using autodocodec-yaml-0.4.0.2
  4578. 290.83 s [feedback] Dependency base >=4.7 && <5: using base-4.20.2.0
  4579. 290.84 s [feedback] Dependency bytestring: using bytestring-0.12.2.0
  4580. 290.84 s [feedback] Dependency conduit: using conduit-1.3.6.1
  4581. 290.84 s [feedback] Dependency containers: using containers-0.7
  4582. 290.84 s [feedback] Dependency envparse: using envparse-0.6.0
  4583. 290.84 s [feedback] Dependency fsnotify: using fsnotify-0.4.4.0
  4584. 290.84 s [feedback] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  4585. 290.84 s [feedback] Dependency path: using path-0.9.6
  4586. 290.84 s [feedback] Dependency path-io: using path-io-1.8.2
  4587. 290.84 s [feedback] Dependency pretty-show: using pretty-show-1.10
  4588. 290.84 s [feedback] Dependency process: using process-1.6.26.1
  4589. 290.84 s [feedback] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
  4590. 290.84 s [feedback] Dependency safe-coloured-text-layout: using safe-coloured-text-layout-0.2.0.1
  4591. 290.84 s [feedback] Dependency safe-coloured-text-terminfo: using
  4592. 290.84 s [feedback] safe-coloured-text-terminfo-0.3.0.0
  4593. 290.84 s [feedback] Dependency text: using text-2.1.3
  4594. 290.84 s [feedback] Dependency time: using time-1.12.2
  4595. 290.84 s [feedback] Dependency typed-process: using typed-process-0.2.13.0
  4596. 290.84 s [feedback] Dependency unix: using unix-2.8.7.0
  4597. 290.84 s [feedback] Dependency unliftio: using unliftio-0.2.25.1
  4598. 290.84 s [feedback] Dependency yaml: using yaml-0.11.11.2
  4599. 290.84 s [feedback] Dependency base >=4.7 && <5: using base-4.20.2.0
  4600. 290.84 s [feedback] Dependency feedback: using feedback-0.2.0.0
  4601. 290.84 s [feedback] Dependency base >=4.7 && <5: using base-4.20.2.0
  4602. 290.84 s [feedback] Dependency feedback: using feedback-0.2.0.0
  4603. 290.84 s [feedback] Source component graph:
  4604. 290.84 s [feedback] component lib
  4605. 290.84 s [feedback] component exe:feedback dependency lib
  4606. 290.84 s [feedback] component exe:feedback-test dependency lib
  4607. 290.84 s [feedback] Configured component graph:
  4608. 290.84 s [feedback] component feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  4609. 290.84 s [feedback] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  4610. 290.84 s [feedback] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  4611. 290.84 s [feedback] include base-4.20.2.0-fafd
  4612. 290.84 s [feedback] include bytestring-0.12.2.0-96e1
  4613. 290.84 s [feedback] include conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
  4614. 290.84 s [feedback] include containers-0.7-96b4
  4615. 290.84 s [feedback] include envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
  4616. 290.84 s [feedback] include fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
  4617. 290.84 s [feedback] include optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
  4618. 290.84 s [feedback] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  4619. 290.84 s [feedback] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  4620. 290.84 s [feedback] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  4621. 290.84 s [feedback] include process-1.6.26.1-6e7d
  4622. 290.84 s [feedback] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  4623. 290.84 s [feedback] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  4624. 290.84 s [feedback] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  4625. 290.84 s [feedback] include text-2.1.3-34f1
  4626. 290.84 s [feedback] include time-1.12.2-3479
  4627. 290.84 s [feedback] include typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
  4628. 290.84 s [feedback] include unix-2.8.7.0-cb75
  4629. 290.84 s [feedback] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  4630. 290.84 s [feedback] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  4631. 290.84 s [feedback] component feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
  4632. 290.84 s [feedback] include base-4.20.2.0-fafd
  4633. 290.84 s [feedback] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  4634. 290.84 s [feedback] component feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
  4635. 290.84 s [feedback] include base-4.20.2.0-fafd
  4636. 290.84 s [feedback] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  4637. 290.84 s [feedback] Linked component graph:
  4638. 290.84 s [feedback] unit feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  4639. 290.84 s [feedback] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  4640. 290.84 s [feedback] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  4641. 290.84 s [feedback] include base-4.20.2.0-fafd
  4642. 290.84 s [feedback] include bytestring-0.12.2.0-96e1
  4643. 290.84 s [feedback] include conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
  4644. 290.84 s [feedback] include containers-0.7-96b4
  4645. 290.84 s [feedback] include envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
  4646. 290.84 s [feedback] include fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
  4647. 290.84 s [feedback] include optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
  4648. 290.84 s [feedback] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  4649. 290.84 s [feedback] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  4650. 290.84 s [feedback] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  4651. 290.84 s [feedback] include process-1.6.26.1-6e7d
  4652. 290.84 s [feedback] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  4653. 290.84 s [feedback] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  4654. 290.84 s [feedback] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  4655. 290.84 s [feedback] include text-2.1.3-34f1
  4656. 290.84 s [feedback] include time-1.12.2-3479
  4657. 290.84 s [feedback] include typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
  4658. 290.84 s [feedback] include unix-2.8.7.0-cb75
  4659. 290.84 s [feedback] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  4660. 290.84 s [feedback] include yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  4661. 290.84 s [feedback] Feedback.Common.OptParse=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Common.OptParse,Feedback.Common.Output=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Common.Output,Feedback.Common.Process=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Common.Process,Feedback.Loop=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Loop,Feedback.Loop.Filter=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Loop.Filter,Feedback.Loop.OptParse=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Loop.OptParse,Feedback.Test=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Test,Feedback.Test.OptParse=feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN:Feedback.Test.OptParse
  4662. 290.84 s [feedback] unit feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
  4663. 290.84 s [feedback] include base-4.20.2.0-fafd
  4664. 290.84 s [feedback] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  4665. 290.84 s [feedback] unit feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
  4666. 290.84 s [feedback] include base-4.20.2.0-fafd
  4667. 290.84 s [feedback] include feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  4668. 290.84 s [feedback] Ready component graph:
  4669. 290.84 s [feedback] definite feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  4670. 290.84 s [feedback] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  4671. 290.84 s [feedback] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  4672. 290.84 s [feedback] depends base-4.20.2.0-fafd
  4673. 290.84 s [feedback] depends bytestring-0.12.2.0-96e1
  4674. 290.84 s [feedback] depends conduit-1.3.6.1-2AIKYDy288TEKM9ctW1zzm
  4675. 291.02 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2
  4676. 291.45 s [post-build-hook] Pushing 2 paths (82 are already present) using zstd to cache smos ⏳
  4677. 291.45 s [post-build-hook]
  4678. 291.80 s [post-build-hook] Pushing /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2 (868.80 KiB)
  4679. 291.81 s [post-build-hook] Pushing /nix/store/0zp6faa4l7j6gdphlkny33cs0fqp0dzm-genvalidity-containers-1.0.0.2-doc (305.05 KiB)
  4680. 292.73 s [post-build-hook]
  4681. 292.73 s [post-build-hook] All done.
  4682. 292.75 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2
  4683. 292.81 s [post-build-hook] copying 0 paths...
  4684. 292.95 s [post-build-hook] copying 0 paths...
  4685. 293.00 s Progress: 72 of 153 built (6 building), 815 of 815 downloaded from cache
  4686. 293.04 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0
  4687. 293.55 s [post-build-hook] Pushing 2 paths (116 are already present) using zstd to cache smos ⏳
  4688. 293.55 s [post-build-hook]
  4689. 293.90 s [post-build-hook] Pushing /nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc (333.85 KiB)
  4690. 294.25 s [post-build-hook] Pushing /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0 (792.48 KiB)
  4691. 295.23 s [post-build-hook]
  4692. 295.23 s [post-build-hook] All done.
  4693. 295.25 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc /nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0
  4694. 295.53 s [post-build-hook] copying 2 paths...
  4695. 295.53 s [post-build-hook] copying path '/nix/store/8zqm8s6mkkr4cq68cv3q2mh49xnlvc4l-genvalidity-hspec-optics-1.0.0.0-doc' to 'https://cache.staging.nix-ci.com'...
  4696. 295.79 s [post-build-hook] copying path '/nix/store/wr9c7i58bsx64ppvpy6cnhc13xdn2jv0-genvalidity-hspec-optics-1.0.0.0' to 'https://cache.staging.nix-ci.com'...
  4697. 296.27 s [post-build-hook] copying 0 paths...
  4698. 296.33 s Progress: 73 of 154 built (5 building), 815 of 815 downloaded from cache
  4699. 296.36 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1 /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc
  4700. 296.91 s [post-build-hook] Pushing 2 paths (82 are already present) using zstd to cache smos ⏳
  4701. 296.91 s [post-build-hook]
  4702. 297.34 s [post-build-hook] Pushing /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc (222.55 KiB)
  4703. 297.37 s [post-build-hook] Pushing /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1 (645.36 KiB)
  4704. 298.29 s [post-build-hook]
  4705. 298.29 s [post-build-hook] All done.
  4706. 298.31 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1 /nix/store/z5v93m1m51ksj3jdxrqblqwbfjl0r00k-genvalidity-text-1.0.0.1-doc
  4707. 298.37 s [post-build-hook] copying 0 paths...
  4708. 298.51 s [post-build-hook] copying 0 paths...
  4709. 298.57 s Progress: 74 of 155 built (4 building), 815 of 815 downloaded from cache
  4710. 298.60 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1
  4711. 299.00 s [post-build-hook] Pushing 2 paths (82 are already present) using zstd to cache smos ⏳
  4712. 299.02 s [post-build-hook]
  4713. 299.37 s [post-build-hook] Pushing /nix/store/ykich1bkwq62grzkcc452nigk2rhiq5b-genvalidity-time-1.0.0.1-doc (312.33 KiB)
  4714. 299.59 s [post-build-hook] Pushing /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1 (1.31 MiB)
  4715. 300.49 s [post-build-hook]
  4716. 300.49 s [post-build-hook] All done.
  4717. 300.51 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1
  4718. 300.57 s [post-build-hook] copying 0 paths...
  4719. 300.70 s [post-build-hook] copying 0 paths...
  4720. 300.76 s Progress: 75 of 156 built (3 building), 815 of 815 downloaded from cache
  4721. 300.87 s Building cursor-gen-source
  4722. 300.91 s Building fuzzy-time-gen-source
  4723. 300.96 s Building genvalidity-persistent-source
  4724. 301.01 s Building pretty-relative-time
  4725. 301.01 s [genvalidity-vector] Preprocessing library for genvalidity-vector-1.0.0.0...
  4726. 301.01 s [genvalidity-vector] Running Haddock on library for genvalidity-vector-1.0.0.0...
  4727. 301.01 s [genvalidity-vector] Warning: The documentation for the following packages are not installed. No
  4728. 301.01 s [genvalidity-vector] links will be generated to these packages: vector-0.13.2.0
  4729. 301.01 s [genvalidity-vector] [1 of 2] Compiling Data.GenValidity.Vector ( src/Data/GenValidity/Vector.hs, nothing )
  4730. 301.01 s [genvalidity-vector] [2 of 2] Compiling Paths_genvalidity_vector ( dist/build/autogen/Paths_genvalidity_vector.hs, nothing )
  4731. 301.01 s [genvalidity-vector] Haddock coverage:
  4732. 301.01 s [genvalidity-vector] 0% ( 0 / 1) in 'Data.GenValidity.Vector'
  4733. 301.01 s [genvalidity-vector] Missing documentation for:
  4734. 301.01 s [genvalidity-vector] Module header
  4735. 301.01 s [genvalidity-vector] Warning: Data.GenValidity.Vector: could not find link destinations for:
  4736. 301.01 s [genvalidity-vector] - Data.Vector.Storable.Vector
  4737. 301.01 s [genvalidity-vector] - Data.Vector.Vector
  4738. 301.01 s [genvalidity-vector] Documentation created: dist/doc/html/genvalidity-vector/,
  4739. 301.01 s [genvalidity-vector] dist/doc/html/genvalidity-vector/genvalidity-vector.txt
  4740. 301.01 s [genvalidity-vector] Preprocessing test suite 'genvalidity-vector-test' for genvalidity-vector-1.0.0.0...
  4741. 301.01 s [genvalidity-vector] Phase: installPhase
  4742. 301.01 s [genvalidity-vector] Installing library in /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  4743. 301.01 s [genvalidity-vector] Phase: fixupPhase
  4744. 301.01 s [genvalidity-vector] shrinking RPATHs of ELF executables and libraries in /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0
  4745. 301.01 s [genvalidity-vector] shrinking /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e-ghc9.10.3.so
  4746. 301.01 s [genvalidity-vector] checking for references to /build/ in /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0...
  4747. 301.01 s [genvalidity-vector] patching script interpreter paths in /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0
  4748. 301.01 s [genvalidity-vector] stripping (with command strip and flags -S -p) in /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0/lib
  4749. 301.01 s [genvalidity-vector] shrinking RPATHs of ELF executables and libraries in /nix/store/wq3lpy0b0r9qcjqhjz4nmwiy2j4c7wqr-genvalidity-vector-1.0.0.0-doc
  4750. 301.01 s [genvalidity-vector] checking for references to /build/ in /nix/store/wq3lpy0b0r9qcjqhjz4nmwiy2j4c7wqr-genvalidity-vector-1.0.0.0-doc...
  4751. 301.01 s [genvalidity-vector] patching script interpreter paths in /nix/store/wq3lpy0b0r9qcjqhjz4nmwiy2j4c7wqr-genvalidity-vector-1.0.0.0-doc
  4752. 301.01 s [feedback] depends containers-0.7-96b4
  4753. 301.01 s [feedback] depends envparse-0.6.0-EoLZ0SjE0s028Td8CTeXEJ
  4754. 301.01 s [feedback] depends fsnotify-0.4.4.0-FITmjPXgpliGxeXh1QeC7f
  4755. 301.01 s [feedback] depends optparse-applicative-0.18.1.0-4HAjgrT1bh39GEc3cHXLUl
  4756. 301.01 s [feedback] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  4757. 301.01 s [feedback] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  4758. 301.01 s [feedback] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  4759. 301.01 s [feedback] depends process-1.6.26.1-6e7d
  4760. 301.01 s [feedback] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  4761. 301.01 s [feedback] depends safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  4762. 301.01 s [feedback] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  4763. 301.01 s [feedback] depends text-2.1.3-34f1
  4764. 301.01 s [feedback] depends time-1.12.2-3479
  4765. 301.01 s [feedback] depends typed-process-0.2.13.0-Btx98vBMggoAcHbj2R9pBM
  4766. 301.01 s [feedback] depends unix-2.8.7.0-cb75
  4767. 301.01 s [feedback] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  4768. 301.01 s [feedback] depends yaml-0.11.11.2-BXrAWCHhBlxB22KGMRaBzq
  4769. 301.01 s [feedback] definite feedback-0.2.0.0-I19iyp3lol96WVW0SJJbHr-feedback-test
  4770. 301.01 s [feedback] depends base-4.20.2.0-fafd
  4771. 301.01 s [feedback] depends feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  4772. 301.01 s [feedback] definite feedback-0.2.0.0-6xMtzEjWDFSIZCTAyqJa8h-feedback
  4773. 301.01 s [feedback] depends base-4.20.2.0-fafd
  4774. 301.01 s [feedback] depends feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  4775. 301.01 s [feedback] Using Cabal-3.12.1.0 compiled by ghc-9.10
  4776. 301.01 s [feedback] Using compiler: ghc-9.10.3
  4777. 301.01 s [feedback] Using install prefix:
  4778. 301.01 s [feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0
  4779. 301.01 s [feedback] Executables installed in:
  4780. 301.01 s [feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin
  4781. 301.01 s [feedback] Libraries installed in:
  4782. 301.01 s [feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  4783. 301.01 s [feedback] Dynamic Libraries installed in:
  4784. 301.01 s [feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  4785. 301.01 s [feedback] Private executables installed in:
  4786. 301.01 s [feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/feedback-0.2.0.0
  4787. 301.01 s [feedback] Data files installed in:
  4788. 301.01 s [feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/share/x86_64-linux-ghc-9.10.3-a85d/feedback-0.2.0.0
  4789. 301.01 s [feedback] Documentation installed in:
  4790. 301.01 s [feedback] /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc/share/doc/feedback-0.2.0.0
  4791. 301.01 s [feedback] Configuration files installed in:
  4792. 301.01 s [feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/etc
  4793. 301.01 s [feedback] No alex found
  4794. 301.01 s [feedback] Using ar found on system at:
  4795. 301.01 s [feedback] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  4796. 301.01 s [feedback] No c2hs found
  4797. 301.01 s [feedback] No cpphs found
  4798. 301.01 s [feedback] No doctest found
  4799. 301.01 s [feedback] Using gcc version 14.3.0 given by user at:
  4800. 301.01 s [feedback] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  4801. 301.01 s [feedback] Using ghc version 9.10.3 found on system at:
  4802. 301.01 s [feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  4803. 301.01 s [feedback] Using ghc-pkg version 9.10.3 found on system at:
  4804. 301.01 s [feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  4805. 301.01 s [feedback] No ghcjs found
  4806. 301.01 s [feedback] No ghcjs-pkg found
  4807. 301.01 s [feedback] No greencard found
  4808. 301.01 s [feedback] Using haddock version 2.31.1 found on system at:
  4809. 301.01 s [feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  4810. 301.01 s [feedback] No happy found
  4811. 301.01 s [feedback] Using haskell-suite found on system at: haskell-suite-dummy-location
  4812. 301.01 s [feedback] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4813. 301.01 s [feedback] No hmake found
  4814. 301.01 s [feedback] Using hpc version 0.69 found on system at:
  4815. 301.01 s [feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  4816. 301.01 s [feedback] Using hsc2hs version 0.68.10 found on system at:
  4817. 301.01 s [feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  4818. 301.01 s [feedback] No hscolour found
  4819. 301.01 s [feedback] No jhc found
  4820. 301.01 s [feedback] Using ld found on system at:
  4821. 301.01 s [feedback] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  4822. 301.01 s [feedback] No pkg-config found
  4823. 301.01 s [feedback] Using runghc version 9.10.3 found on system at:
  4824. 301.01 s [feedback] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  4825. 301.01 s [feedback] Using strip version 2.44 found on system at:
  4826. 301.01 s [feedback] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  4827. 301.01 s [feedback] Using tar found on system at:
  4828. 301.01 s [feedback] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  4829. 301.01 s [feedback] No uhc found
  4830. 301.01 s [feedback] Phase: buildPhase
  4831. 301.01 s [feedback] Preprocessing library for feedback-0.2.0.0...
  4832. 301.01 s [feedback] Building library for feedback-0.2.0.0...
  4833. 301.01 s [genvalidity-unordered-containers] Phase: setupCompilerEnvironmentPhase
  4834. 301.01 s [genvalidity-unordered-containers] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  4835. 301.01 s [genvalidity-unordered-containers] Phase: unpackPhase
  4836. 301.01 s [genvalidity-unordered-containers] unpacking source archive /nix/store/0a3jnivqbp0yfxn18vr6vq28bamp0w3n-genvalidity-unordered-containers-source-1.0.0.1/genvalidity-unordered-containers-1.0.0.1.tar.gz
  4837. 301.01 s [genvalidity-unordered-containers] source root is genvalidity-unordered-containers-1.0.0.1
  4838. 301.01 s [genvalidity-unordered-containers] setting SOURCE_DATE_EPOCH to timestamp 1780347814 of file "genvalidity-unordered-containers-1.0.0.1/test/Test/Validity/UnorderedContainersSpec.hs"
  4839. 301.01 s [genvalidity-unordered-containers] warning: file "genvalidity-unordered-containers-1.0.0.1/test/Test/Validity/UnorderedContainersSpec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  4840. 301.02 s [genvalidity-unordered-containers] Phase: patchPhase
  4841. 301.02 s [genvalidity-unordered-containers] Phase: compileBuildDriverPhase
  4842. 301.02 s [genvalidity-unordered-containers] setupCompileFlags: -package-db=/build/tmp.Jr36Tc74ix/setup-package.conf.d -threaded
  4843. 301.02 s [genvalidity-unordered-containers] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Jr36Tc74ix/Main.o )
  4844. 301.02 s [genvalidity-unordered-containers] [2 of 2] Linking Setup
  4845. 301.02 s [genvalidity-unordered-containers] Phase: updateAutotoolsGnuConfigScriptsPhase
  4846. 301.02 s [genvalidity-unordered-containers] Phase: configurePhase
  4847. 301.02 s [genvalidity-unordered-containers] configureFlags: --verbose --prefix=/nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/3xhvp6nsrj0d1ndhcrsx6g5aq01b7sxs-genvalidity-unordered-containers-1.0.0.1-doc/share/doc/genvalidity-unordered-containers-1.0.0.1 --with-gcc=gcc --package-db=/build/tmp.Jr36Tc74ix/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  4848. 301.02 s [genvalidity-unordered-containers] Using Parsec parser
  4849. 301.02 s [genvalidity-unordered-containers] Configuring genvalidity-unordered-containers-1.0.0.1...
  4850. 301.02 s [genvalidity-unordered-containers] Dependency base <5: using base-4.20.2.0
  4851. 301.02 s [genvalidity-unordered-containers] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  4852. 301.02 s [genvalidity-unordered-containers] Dependency hashable: using hashable-1.5.0.0
  4853. 301.02 s [genvalidity-unordered-containers] Dependency unordered-containers: using unordered-containers-0.2.20.1
  4854. 301.02 s [genvalidity-unordered-containers] Dependency validity-unordered-containers >=0.1: using
  4855. 301.02 s [genvalidity-unordered-containers] validity-unordered-containers-0.2.0.3
  4856. 301.02 s [genvalidity-unordered-containers] Dependency base <5: using base-4.20.2.0
  4857. 301.02 s [genvalidity-unordered-containers] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  4858. 301.02 s [genvalidity-unordered-containers] Dependency genvalidity-unordered-containers: using
  4859. 301.02 s [genvalidity-unordered-containers] genvalidity-unordered-containers-1.0.0.1
  4860. 301.02 s [genvalidity-unordered-containers] Dependency hspec: using hspec-2.11.14
  4861. 301.02 s [genvalidity-unordered-containers] Dependency unordered-containers: using unordered-containers-0.2.20.1
  4862. 301.02 s [genvalidity-unordered-containers] Source component graph:
  4863. 301.02 s [genvalidity-unordered-containers] component lib
  4864. 301.02 s [genvalidity-unordered-containers] component test:genvalidity-unordered-containers-test dependency lib
  4865. 301.02 s [genvalidity-unordered-containers] Configured component graph:
  4866. 301.02 s [genvalidity-unordered-containers] component genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  4867. 301.02 s [genvalidity-unordered-containers] include base-4.20.2.0-fafd
  4868. 301.02 s [genvalidity-unordered-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  4869. 301.02 s [genvalidity-unordered-containers] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  4870. 301.02 s [genvalidity-unordered-containers] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  4871. 301.02 s [genvalidity-unordered-containers] include validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
  4872. 301.02 s [genvalidity-unordered-containers] component genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
  4873. 301.02 s [genvalidity-unordered-containers] include base-4.20.2.0-fafd
  4874. 301.02 s [genvalidity-unordered-containers] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  4875. 301.02 s [cursor-gen-source] Phase: setupCompilerEnvironmentPhase
  4876. 301.02 s [cursor-gen-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  4877. 301.47 s Building opt-env-conf-source
  4878. 301.49 s [feedback] [1 of 9] Compiling Paths_feedback ( dist/build/autogen/Paths_feedback.hs, dist/build/Paths_feedback.o, dist/build/Paths_feedback.dyn_o )
  4879. 301.49 s [feedback] [2 of 9] Compiling Feedback.Common.OptParse ( src/Feedback/Common/OptParse.hs, dist/build/Feedback/Common/OptParse.o, dist/build/Feedback/Common/OptParse.dyn_o )
  4880. 301.49 s [feedback] [3 of 9] Compiling Feedback.Test.OptParse ( src/Feedback/Test/OptParse.hs, dist/build/Feedback/Test/OptParse.o, dist/build/Feedback/Test/OptParse.dyn_o )
  4881. 301.49 s [feedback] [4 of 9] Compiling Feedback.Loop.Filter ( src/Feedback/Loop/Filter.hs, dist/build/Feedback/Loop/Filter.o, dist/build/Feedback/Loop/Filter.dyn_o )
  4882. 301.49 s [feedback] [5 of 9] Compiling Feedback.Common.Process ( src/Feedback/Common/Process.hs, dist/build/Feedback/Common/Process.o, dist/build/Feedback/Common/Process.dyn_o )
  4883. 301.49 s [feedback] [6 of 9] Compiling Feedback.Common.Output ( src/Feedback/Common/Output.hs, dist/build/Feedback/Common/Output.o, dist/build/Feedback/Common/Output.dyn_o )
  4884. 301.49 s [feedback] [7 of 9] Compiling Feedback.Test ( src/Feedback/Test.hs, dist/build/Feedback/Test.o, dist/build/Feedback/Test.dyn_o )
  4885. 301.49 s [feedback] [8 of 9] Compiling Feedback.Loop.OptParse ( src/Feedback/Loop/OptParse.hs, dist/build/Feedback/Loop/OptParse.o, dist/build/Feedback/Loop/OptParse.dyn_o )
  4886. 301.49 s [feedback] [9 of 9] Compiling Feedback.Loop ( src/Feedback/Loop.hs, dist/build/Feedback/Loop.o, dist/build/Feedback/Loop.dyn_o )
  4887. 301.49 s [feedback] Preprocessing executable 'feedback-test' for feedback-0.2.0.0...
  4888. 301.49 s [feedback] Building executable 'feedback-test' for feedback-0.2.0.0...
  4889. 301.49 s [feedback] [1 of 3] Compiling Loop ( app/Loop.hs, dist/build/feedback-test/feedback-test-tmp/Loop.o )
  4890. 301.49 s [feedback] [2 of 3] Compiling Paths_feedback ( dist/build/feedback-test/autogen/Paths_feedback.hs, dist/build/feedback-test/feedback-test-tmp/Paths_feedback.o )
  4891. 301.49 s [feedback] [3 of 3] Compiling Test ( app/Test.hs, dist/build/feedback-test/feedback-test-tmp/Test.o )
  4892. 301.49 s [feedback] [4 of 4] Linking dist/build/feedback-test/feedback-test
  4893. 301.49 s [feedback] Preprocessing executable 'feedback' for feedback-0.2.0.0...
  4894. 301.49 s [feedback] Building executable 'feedback' for feedback-0.2.0.0...
  4895. 301.49 s [feedback] [1 of 3] Compiling Loop ( app/Loop.hs, dist/build/feedback/feedback-tmp/Loop.o )
  4896. 301.49 s [feedback] [2 of 3] Compiling Paths_feedback ( dist/build/feedback/autogen/Paths_feedback.hs, dist/build/feedback/feedback-tmp/Paths_feedback.o )
  4897. 301.49 s [feedback] [3 of 3] Compiling Test ( app/Test.hs, dist/build/feedback/feedback-tmp/Test.o )
  4898. 301.49 s [feedback] [4 of 4] Linking dist/build/feedback/feedback
  4899. 301.49 s [feedback] Phase: haddockPhase
  4900. 301.49 s [feedback] Preprocessing library for feedback-0.2.0.0...
  4901. 301.49 s [feedback] Running Haddock on library for feedback-0.2.0.0...
  4902. 301.49 s [feedback] Warning: The documentation for the following packages are not installed. No
  4903. 301.49 s [feedback] links will be generated to these packages: attoparsec-0.14.4,
  4904. 301.49 s [feedback] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
  4905. 301.49 s [feedback] [1 of 9] Compiling Paths_feedback ( dist/build/autogen/Paths_feedback.hs, /build/ghc747_0/ghc_16.o, /build/ghc747_0/ghc_16.dyn_o )
  4906. 301.49 s [feedback] [2 of 9] Compiling Feedback.Common.OptParse ( src/Feedback/Common/OptParse.hs, /build/ghc747_0/ghc_14.o, /build/ghc747_0/ghc_14.dyn_o )
  4907. 301.49 s [feedback] [3 of 9] Compiling Feedback.Test.OptParse ( src/Feedback/Test/OptParse.hs, nothing )
  4908. 301.49 s [feedback] [4 of 9] Compiling Feedback.Loop.Filter ( src/Feedback/Loop/Filter.hs, nothing )
  4909. 301.49 s [feedback] [5 of 9] Compiling Feedback.Common.Process ( src/Feedback/Common/Process.hs, nothing )
  4910. 301.49 s [feedback] [6 of 9] Compiling Feedback.Common.Output ( src/Feedback/Common/Output.hs, nothing )
  4911. 301.49 s [feedback] [7 of 9] Compiling Feedback.Test ( src/Feedback/Test.hs, nothing )
  4912. 301.49 s [feedback] [8 of 9] Compiling Feedback.Loop.OptParse ( src/Feedback/Loop/OptParse.hs, nothing )
  4913. 301.49 s [feedback] [9 of 9] Compiling Feedback.Loop ( src/Feedback/Loop.hs, nothing )
  4914. 301.49 s [feedback] Haddock coverage:
  4915. 301.49 s [feedback] 0% ( 0 / 47) in 'Feedback.Common.OptParse'
  4916. 301.49 s [feedback] Missing documentation for:
  4917. 301.49 s [feedback] Module header
  4918. 301.49 s [feedback] LoopSettings (src/Feedback/Common/OptParse.hs:25)
  4919. 301.49 s [feedback] combineToLoopSettings (src/Feedback/Common/OptParse.hs:34)
  4920. 301.49 s [feedback] RunSettings (src/Feedback/Common/OptParse.hs:43)
  4921. 301.49 s [feedback] combineToRunSettings (src/Feedback/Common/OptParse.hs:51)
  4922. 301.49 s [feedback] FilterSettings (src/Feedback/Common/OptParse.hs:57)
  4923. 301.49 s [feedback] combineToFilterSettings (src/Feedback/Common/OptParse.hs:64)
  4924. 301.49 s [feedback] OutputSettings (src/Feedback/Common/OptParse.hs:69)
  4925. 301.49 s [feedback] combineToOutputSettings (src/Feedback/Common/OptParse.hs:75)
  4926. 301.49 s [genvalidity-unordered-containers] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  4927. 301.49 s [genvalidity-unordered-containers] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  4928. 301.49 s [genvalidity-unordered-containers] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  4929. 301.49 s [genvalidity-unordered-containers] Linked component graph:
  4930. 301.49 s [genvalidity-unordered-containers] unit genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  4931. 301.49 s [genvalidity-unordered-containers] include base-4.20.2.0-fafd
  4932. 301.49 s [genvalidity-unordered-containers] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  4933. 301.49 s [genvalidity-unordered-containers] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  4934. 301.49 s [genvalidity-unordered-containers] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  4935. 301.49 s [genvalidity-unordered-containers] include validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
  4936. 301.49 s [genvalidity-unordered-containers] Data.GenValidity.HashMap=genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs:Data.GenValidity.HashMap,Data.GenValidity.HashSet=genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs:Data.GenValidity.HashSet,Data.GenValidity.UnorderedContainers=genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs:Data.GenValidity.UnorderedContainers
  4937. 301.49 s [genvalidity-unordered-containers] unit genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
  4938. 301.49 s [genvalidity-unordered-containers] include base-4.20.2.0-fafd
  4939. 301.49 s [genvalidity-unordered-containers] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  4940. 301.49 s [genvalidity-unordered-containers] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  4941. 301.49 s [genvalidity-unordered-containers] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  4942. 301.49 s [genvalidity-unordered-containers] include unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  4943. 301.49 s [genvalidity-unordered-containers] Ready component graph:
  4944. 301.49 s [genvalidity-unordered-containers] definite genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  4945. 301.49 s [genvalidity-unordered-containers] depends base-4.20.2.0-fafd
  4946. 301.49 s [genvalidity-unordered-containers] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  4947. 301.49 s [genvalidity-unordered-containers] depends hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  4948. 301.49 s [genvalidity-unordered-containers] depends unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  4949. 301.49 s [genvalidity-unordered-containers] depends validity-unordered-containers-0.2.0.3-Eua9M23du6Q7eczTbu7NIV
  4950. 301.49 s [genvalidity-unordered-containers] definite genvalidity-unordered-containers-1.0.0.1-H8yLPSgJveu9Ddc2gqn9gU-genvalidity-unordered-containers-test
  4951. 301.49 s [genvalidity-unordered-containers] depends base-4.20.2.0-fafd
  4952. 301.49 s [genvalidity-unordered-containers] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  4953. 301.49 s [genvalidity-unordered-containers] depends genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  4954. 301.49 s [genvalidity-unordered-containers] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  4955. 301.49 s [genvalidity-unordered-containers] depends unordered-containers-0.2.20.1-66AfZYHWKFmJdqEXfAIMDx
  4956. 301.49 s [genvalidity-unordered-containers] Using Cabal-3.12.1.0 compiled by ghc-9.10
  4957. 301.49 s [genvalidity-unordered-containers] Using compiler: ghc-9.10.3
  4958. 301.49 s [genvalidity-unordered-containers] Using install prefix:
  4959. 301.49 s [genvalidity-unordered-containers] /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1
  4960. 301.49 s [genvalidity-unordered-containers] Executables installed in:
  4961. 301.49 s [genvalidity-unordered-containers] /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1/bin
  4962. 301.49 s [genvalidity-unordered-containers] Libraries installed in:
  4963. 301.49 s [genvalidity-unordered-containers] /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  4964. 301.49 s [genvalidity-unordered-containers] Dynamic Libraries installed in:
  4965. 301.49 s [genvalidity-unordered-containers] /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  4966. 301.49 s [genvalidity-unordered-containers] Private executables installed in:
  4967. 301.49 s [genvalidity-unordered-containers] /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-unordered-containers-1.0.0.1
  4968. 301.49 s [genvalidity-unordered-containers] Data files installed in:
  4969. 301.49 s [genvalidity-unordered-containers] /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-unordered-containers-1.0.0.1
  4970. 301.49 s [genvalidity-unordered-containers] Documentation installed in:
  4971. 301.49 s [genvalidity-unordered-containers] /nix/store/3xhvp6nsrj0d1ndhcrsx6g5aq01b7sxs-genvalidity-unordered-containers-1.0.0.1-doc/share/doc/genvalidity-unordered-containers-1.0.0.1
  4972. 301.49 s [genvalidity-unordered-containers] Configuration files installed in:
  4973. 301.49 s [genvalidity-unordered-containers] /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1/etc
  4974. 301.49 s [genvalidity-unordered-containers] No alex found
  4975. 301.49 s [genvalidity-unordered-containers] Using ar found on system at:
  4976. 301.49 s [genvalidity-unordered-containers] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  4977. 301.49 s [genvalidity-unordered-containers] No c2hs found
  4978. 301.49 s [genvalidity-unordered-containers] No cpphs found
  4979. 301.49 s [genvalidity-unordered-containers] No doctest found
  4980. 301.49 s [genvalidity-unordered-containers] Using gcc version 14.3.0 given by user at:
  4981. 301.49 s [genvalidity-unordered-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  4982. 301.49 s [genvalidity-unordered-containers] Using ghc version 9.10.3 found on system at:
  4983. 301.49 s [genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  4984. 301.49 s [genvalidity-unordered-containers] Using ghc-pkg version 9.10.3 found on system at:
  4985. 301.49 s [genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  4986. 301.49 s [genvalidity-unordered-containers] No ghcjs found
  4987. 301.49 s [genvalidity-unordered-containers] No ghcjs-pkg found
  4988. 301.50 s [genvalidity-unordered-containers] No greencard found
  4989. 301.50 s [cursor-gen-source] Phase: unpackPhase
  4990. 301.50 s [cursor-gen-source] unpacking source archive /nix/store/zr91qcy7vh6f07g44v03gchz5zlvgwpq-cursor-gen
  4991. 301.50 s [cursor-gen-source] source root is cursor-gen
  4992. 301.50 s [cursor-gen-source] Phase: patchPhase
  4993. 301.50 s [cursor-gen-source] Phase: compileBuildDriverPhase
  4994. 301.50 s [cursor-gen-source] setupCompileFlags: -package-db=/build/tmp.xmEzDH132a/setup-package.conf.d -threaded
  4995. 301.50 s [fuzzy-time-gen-source] Phase: setupCompilerEnvironmentPhase
  4996. 301.50 s [fuzzy-time-gen-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  4997. 301.50 s [fuzzy-time-gen-source] Phase: unpackPhase
  4998. 301.50 s [fuzzy-time-gen-source] unpacking source archive /nix/store/lplzkdhf9pxkij34h8da2q2rrd1akkw4-fuzzy-time-gen
  4999. 301.50 s [fuzzy-time-gen-source] source root is fuzzy-time-gen
  5000. 301.50 s [fuzzy-time-gen-source] Phase: patchPhase
  5001. 301.50 s [fuzzy-time-gen-source] Phase: compileBuildDriverPhase
  5002. 301.50 s [fuzzy-time-gen-source] setupCompileFlags: -package-db=/build/tmp.nungUypiZQ/setup-package.conf.d -threaded
  5003. 301.50 s [genvalidity-persistent-source] Phase: setupCompilerEnvironmentPhase
  5004. 301.50 s [genvalidity-persistent-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  5005. 301.50 s [pretty-relative-time] Phase: setupCompilerEnvironmentPhase
  5006. 301.50 s [pretty-relative-time] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  5007. 301.50 s [pretty-relative-time] Phase: unpackPhase
  5008. 301.50 s [pretty-relative-time] unpacking source archive /nix/store/qcdv78w29v0wwl33wnxaqicid2x9n5yf-pretty-relative-time-0.3.0.0.tar.gz
  5009. 301.50 s [pretty-relative-time] source root is pretty-relative-time-0.3.0.0
  5010. 301.50 s [pretty-relative-time] setting SOURCE_DATE_EPOCH to timestamp 1637431659 of file "pretty-relative-time-0.3.0.0/pretty-relative-time.cabal"
  5011. 301.50 s [pretty-relative-time] Phase: patchPhase
  5012. 301.50 s [pretty-relative-time] Phase: compileBuildDriverPhase
  5013. 301.50 s [pretty-relative-time] setupCompileFlags: -package-db=/build/tmp.2KyH5Y54oP/setup-package.conf.d -threaded
  5014. 301.69 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0
  5015. 302.14 s [post-build-hook] Pushing 2 paths (106 are already present) using zstd to cache smos ⏳
  5016. 302.14 s [post-build-hook]
  5017. 302.49 s [post-build-hook] Pushing /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0 (479.66 KiB)
  5018. 302.57 s [post-build-hook] Pushing /nix/store/wq3lpy0b0r9qcjqhjz4nmwiy2j4c7wqr-genvalidity-vector-1.0.0.0-doc (153.42 KiB)
  5019. 303.49 s [post-build-hook]
  5020. 303.49 s [post-build-hook] All done.
  5021. 303.51 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/j4wzl0x4chdflinnkx0vxqg1wr4wgg25-genvalidity-vector-1.0.0.0
  5022. 303.58 s [post-build-hook] copying 0 paths...
  5023. 303.70 s [post-build-hook] copying 0 paths...
  5024. 303.75 s Progress: 76 of 152 built (7 building), 815 of 815 downloaded from cache
  5025. 303.76 s [feedback] HooksSettings (src/Feedback/Common/OptParse.hs:81)
  5026. 303.76 s [feedback] combineToHooksSettings (src/Feedback/Common/OptParse.hs:88)
  5027. 303.76 s [feedback] Configuration (src/Feedback/Common/OptParse.hs:93)
  5028. 303.76 s [feedback] emptyConfiguration (src/Feedback/Common/OptParse.hs:108)
  5029. 303.76 s [feedback] LoopConfiguration (src/Feedback/Common/OptParse.hs:114)
  5030. 303.76 s [feedback] loopConfigurationObjectCodec (src/Feedback/Common/OptParse.hs:153)
  5031. 303.76 s [feedback] makeLoopConfiguration (src/Feedback/Common/OptParse.hs:175)
  5032. 303.76 s [feedback] RunConfiguration (src/Feedback/Common/OptParse.hs:184)
  5033. 303.76 s [feedback] runConfigurationObjectCodec (src/Feedback/Common/OptParse.hs:209)
  5034. 303.76 s [feedback] makeRunConfiguration (src/Feedback/Common/OptParse.hs:219)
  5035. 303.76 s [feedback] FilterConfiguration (src/Feedback/Common/OptParse.hs:226)
  5036. 303.76 s [feedback] filterConfigurationObjectCodec (src/Feedback/Common/OptParse.hs:247)
  5037. 303.76 s [feedback] emptyFilterConfiguration (src/Feedback/Common/OptParse.hs:255)
  5038. 303.76 s [feedback] OutputConfiguration (src/Feedback/Common/OptParse.hs:261)
  5039. 303.76 s [feedback] outputConfigurationObjectCodec (src/Feedback/Common/OptParse.hs:272)
  5040. 303.76 s [feedback] emptyOutputConfiguration (src/Feedback/Common/OptParse.hs:284)
  5041. 303.76 s [feedback] HooksConfiguration (src/Feedback/Common/OptParse.hs:289)
  5042. 303.76 s [feedback] hooksConfigurationObjectCodec (src/Feedback/Common/OptParse.hs:301)
  5043. 303.76 s [feedback] emptyHooksConfiguration (src/Feedback/Common/OptParse.hs:309)
  5044. 303.76 s [feedback] getConfiguration (src/Feedback/Common/OptParse.hs:316)
  5045. 303.76 s [feedback] getConfigurationFromFile (src/Feedback/Common/OptParse.hs:323)
  5046. 303.76 s [feedback] defaultConfigFile (src/Feedback/Common/OptParse.hs:326)
  5047. 303.76 s [feedback] Environment (src/Feedback/Common/OptParse.hs:330)
  5048. 303.76 s [feedback] getEnvironment (src/Feedback/Common/OptParse.hs:335)
  5049. 303.76 s [feedback] environmentParser (src/Feedback/Common/OptParse.hs:338)
  5050. 303.76 s [feedback] getFlags (src/Feedback/Common/OptParse.hs:344)
  5051. 303.76 s [feedback] prefs_ (src/Feedback/Common/OptParse.hs:347)
  5052. 303.76 s [feedback] flagsParser (src/Feedback/Common/OptParse.hs:354)
  5053. 303.76 s [feedback] Flags (src/Feedback/Common/OptParse.hs:374)
  5054. 303.76 s [feedback] OutputFlags (src/Feedback/Common/OptParse.hs:380)
  5055. 303.76 s [feedback] parseFlags (src/Feedback/Common/OptParse.hs:386)
  5056. 303.76 s [feedback] parseCommandFlags (src/Feedback/Common/OptParse.hs:402)
  5057. 303.76 s [feedback] defaultConfigFileCompleter (src/Feedback/Common/OptParse.hs:414)
  5058. 303.76 s [feedback] parseOutputFlags (src/Feedback/Common/OptParse.hs:419)
  5059. 303.76 s [feedback] Command (src/Feedback/Common/OptParse.hs:430)
  5060. 303.76 s [feedback] commandObjectCodec (src/Feedback/Common/OptParse.hs:437)
  5061. 303.76 s [feedback] Clear (src/Feedback/Common/OptParse.hs:442)
  5062. 303.76 s [feedback] parseClearFlag (src/Feedback/Common/OptParse.hs:454)
  5063. 303.76 s [feedback] 0% ( 0 / 4) in 'Feedback.Test.OptParse'
  5064. 303.76 s [feedback] Missing documentation for:
  5065. 303.76 s [feedback] Module header
  5066. 303.76 s [feedback] getSettings (src/Feedback/Test/OptParse.hs:12)
  5067. 303.76 s [feedback] TestSettings (src/Feedback/Test/OptParse.hs:18)
  5068. 303.76 s [feedback] combineToTestSettings (src/Feedback/Test/OptParse.hs:24)
  5069. 303.76 s [feedback] 0% ( 0 / 18) in 'Feedback.Loop.Filter'
  5070. 303.76 s [feedback] Missing documentation for:
  5071. 303.76 s [feedback] Module header
  5072. 303.76 s [feedback] getMinTTY (src/Feedback/Loop/Filter.hs:41)
  5073. 303.76 s [feedback] Filter (src/Feedback/Loop/Filter.hs:44)
  5074. 303.76 s [feedback] fileSetFilter (src/Feedback/Loop/Filter.hs:63)
  5075. 303.76 s [feedback] mkCombinedFilter (src/Feedback/Loop/Filter.hs:66)
  5076. 303.76 s [feedback] mkStdinFilter (src/Feedback/Loop/Filter.hs:75)
  5077. 303.76 s [feedback] getStdinFiles (src/Feedback/Loop/Filter.hs:78)
  5078. 303.76 s [feedback] mkGitFilter (src/Feedback/Loop/Filter.hs:88)
  5079. 303.76 s [feedback] gitLsFiles (src/Feedback/Loop/Filter.hs:96)
  5080. 303.76 s [feedback] nullBytesFileSet (src/Feedback/Loop/Filter.hs:107)
  5081. 303.76 s [feedback] mkFindFilter (src/Feedback/Loop/Filter.hs:114)
  5082. 303.76 s [feedback] filesFromFindArgs (src/Feedback/Loop/Filter.hs:119)
  5083. 303.76 s [feedback] lineBytesFileSet (src/Feedback/Loop/Filter.hs:128)
  5084. 303.76 s [feedback] handleFileSet (src/Feedback/Loop/Filter.hs:135)
  5085. 303.76 s [feedback] fileSetBuilder (src/Feedback/Loop/Filter.hs:142)
  5086. 303.76 s [feedback] standardFilter (src/Feedback/Loop/Filter.hs:149)
  5087. 303.76 s [feedback] isHiddenIn (src/Feedback/Loop/Filter.hs:162)
  5088. 303.76 s [feedback] watchBasedOnFilter (src/Feedback/Loop/Filter.hs:168)
  5089. 303.76 s [feedback] 0% ( 0 / 8) in 'Feedback.Common.Process'
  5090. 303.77 s [feedback] Missing documentation for:
  5091. 303.77 s [feedback] Module header
  5092. 303.77 s [feedback] ProcessHandle (src/Feedback/Common/Process.hs:19)
  5093. 303.77 s [feedback] P (src/Feedback/Common/Process.hs:23)
  5094. 303.77 s [feedback] startProcessAndWait (src/Feedback/Common/Process.hs:26)
  5095. 303.77 s [feedback] startProcessHandle (src/Feedback/Common/Process.hs:31)
  5096. 303.77 s [feedback] waitProcessHandle (src/Feedback/Common/Process.hs:37)
  5097. 303.77 s [feedback] makeProcessConfigFor (src/Feedback/Common/Process.hs:40)
  5098. 303.77 s [feedback] stopProcessHandle (src/Feedback/Common/Process.hs:72)
  5099. 303.77 s [feedback] 0% ( 0 / 8) in 'Feedback.Common.Output'
  5100. 303.77 s [feedback] Missing documentation for:
  5101. 303.77 s [feedback] Module header
  5102. 303.77 s [genvalidity-unordered-containers] Using haddock version 2.31.1 found on system at:
  5103. 303.77 s [genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  5104. 303.77 s [genvalidity-unordered-containers] No happy found
  5105. 303.77 s [genvalidity-unordered-containers] Using haskell-suite found on system at: haskell-suite-dummy-location
  5106. 303.77 s [genvalidity-unordered-containers] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5107. 303.77 s [genvalidity-unordered-containers] No hmake found
  5108. 303.77 s [genvalidity-unordered-containers] Using hpc version 0.69 found on system at:
  5109. 303.77 s [genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  5110. 303.77 s [genvalidity-unordered-containers] Using hsc2hs version 0.68.10 found on system at:
  5111. 303.77 s [genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  5112. 303.77 s [genvalidity-unordered-containers] Using hscolour version 1.25 found on system at:
  5113. 303.77 s [genvalidity-unordered-containers] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  5114. 303.77 s [genvalidity-unordered-containers] No jhc found
  5115. 303.77 s [genvalidity-unordered-containers] Using ld found on system at:
  5116. 303.77 s [genvalidity-unordered-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  5117. 303.77 s [genvalidity-unordered-containers] No pkg-config found
  5118. 303.77 s [genvalidity-unordered-containers] Using runghc version 9.10.3 found on system at:
  5119. 303.77 s [genvalidity-unordered-containers] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  5120. 303.77 s [genvalidity-unordered-containers] Using strip version 2.44 found on system at:
  5121. 303.77 s [genvalidity-unordered-containers] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  5122. 303.77 s [genvalidity-unordered-containers] Using tar found on system at:
  5123. 303.77 s [genvalidity-unordered-containers] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  5124. 303.77 s [genvalidity-unordered-containers] No uhc found
  5125. 303.77 s [genvalidity-unordered-containers] Phase: buildPhase
  5126. 303.77 s [genvalidity-unordered-containers] Preprocessing library for genvalidity-unordered-containers-1.0.0.1...
  5127. 303.77 s [genvalidity-unordered-containers] Building library for genvalidity-unordered-containers-1.0.0.1...
  5128. 303.77 s [genvalidity-unordered-containers] [1 of 4] Compiling Data.GenValidity.HashMap ( src/Data/GenValidity/HashMap.hs, dist/build/Data/GenValidity/HashMap.o, dist/build/Data/GenValidity/HashMap.dyn_o )
  5129. 303.77 s [genvalidity-unordered-containers] [2 of 4] Compiling Data.GenValidity.HashSet ( src/Data/GenValidity/HashSet.hs, dist/build/Data/GenValidity/HashSet.o, dist/build/Data/GenValidity/HashSet.dyn_o )
  5130. 303.77 s [genvalidity-unordered-containers] [3 of 4] Compiling Data.GenValidity.UnorderedContainers ( src/Data/GenValidity/UnorderedContainers.hs, dist/build/Data/GenValidity/UnorderedContainers.o, dist/build/Data/GenValidity/UnorderedContainers.dyn_o )
  5131. 303.77 s [genvalidity-unordered-containers] [4 of 4] Compiling Paths_genvalidity_unordered_containers ( dist/build/autogen/Paths_genvalidity_unordered_containers.hs, dist/build/Paths_genvalidity_unordered_containers.o, dist/build/Paths_genvalidity_unordered_containers.dyn_o )
  5132. 303.77 s [genvalidity-unordered-containers] [1 of 4] Compiling Data.GenValidity.HashMap ( src/Data/GenValidity/HashMap.hs, dist/build/Data/GenValidity/HashMap.p_o )
  5133. 303.77 s [genvalidity-unordered-containers] [2 of 4] Compiling Data.GenValidity.HashSet ( src/Data/GenValidity/HashSet.hs, dist/build/Data/GenValidity/HashSet.p_o )
  5134. 303.77 s [genvalidity-unordered-containers] [3 of 4] Compiling Data.GenValidity.UnorderedContainers ( src/Data/GenValidity/UnorderedContainers.hs, dist/build/Data/GenValidity/UnorderedContainers.p_o )
  5135. 303.77 s [genvalidity-unordered-containers] [4 of 4] Compiling Paths_genvalidity_unordered_containers ( dist/build/autogen/Paths_genvalidity_unordered_containers.hs, dist/build/Paths_genvalidity_unordered_containers.p_o )
  5136. 303.77 s [genvalidity-unordered-containers] Preprocessing test suite 'genvalidity-unordered-containers-test' for genvalidity-unordered-containers-1.0.0.1...
  5137. 303.77 s [genvalidity-unordered-containers] Building test suite 'genvalidity-unordered-containers-test' for genvalidity-unordered-containers-1.0.0.1...
  5138. 303.77 s [genvalidity-unordered-containers] [1 of 3] Compiling Paths_genvalidity_unordered_containers ( dist/build/genvalidity-unordered-containers-test/autogen/Paths_genvalidity_unordered_containers.hs, dist/build/genvalidity-unordered-containers-test/genvalidity-unordered-containers-test-tmp/Paths_genvalidity_unordered_containers.o )
  5139. 303.77 s [genvalidity-unordered-containers] [2 of 3] Compiling Test.Validity.UnorderedContainersSpec ( test/Test/Validity/UnorderedContainersSpec.hs, dist/build/genvalidity-unordered-containers-test/genvalidity-unordered-containers-test-tmp/Test/Validity/UnorderedContainersSpec.o )
  5140. 303.77 s [genvalidity-unordered-containers] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-unordered-containers-test/genvalidity-unordered-containers-test-tmp/Main.o )
  5141. 303.77 s [genvalidity-unordered-containers] [4 of 4] Linking dist/build/genvalidity-unordered-containers-test/genvalidity-unordered-containers-test
  5142. 303.77 s [genvalidity-unordered-containers] Phase: checkPhase
  5143. 303.77 s [genvalidity-unordered-containers] Running 1 test suites...
  5144. 303.77 s [genvalidity-unordered-containers] Test suite genvalidity-unordered-containers-test: RUNNING...
  5145. 303.77 s [genvalidity-unordered-containers]
  5146. 303.77 s [genvalidity-unordered-containers] Test.Validity.UnorderedContainers
  5147. 303.77 s [genvalidity-unordered-containers] GenValid (HashSet Int)
  5148. 303.77 s [genvalidity-unordered-containers] genValid :: Gen (HashSet Int)
  5149. 303.77 s [genvalidity-unordered-containers] only generates valid '(HashSet Int)'s [✔]
  5150. 303.77 s [genvalidity-unordered-containers] +++ OK, passed 100 tests.
  5151. 303.77 s [genvalidity-unordered-containers] GenValid (HashSet (Ratio Integer))
  5152. 303.77 s [cursor-gen-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.xmEzDH132a/Main.o )
  5153. 303.77 s [cursor-gen-source] [2 of 2] Linking Setup
  5154. 304.17 s [cursor-gen-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  5155. 304.17 s [cursor-gen-source] Phase: configurePhase
  5156. 304.25 s [cursor-gen-source] configureFlags: --verbose --prefix=/nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/cursor-gen-0.4.0.0 --with-gcc=gcc --package-db=/build/tmp.xmEzDH132a/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  5157. 304.25 s [cursor-gen-source] Using Parsec parser
  5158. 304.25 s [cursor-gen-source] Configuring cursor-gen-0.4.0.0...
  5159. 304.25 s [cursor-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  5160. 304.25 s [cursor-gen-source] Dependency base <5: using base-4.20.2.0
  5161. 304.25 s [cursor-gen-source] Dependency containers: using containers-0.7
  5162. 304.25 s [cursor-gen-source] Dependency cursor >=0.2: using cursor-0.3.2.0
  5163. 304.25 s [cursor-gen-source] Dependency genvalidity >=0.8: using genvalidity-1.1.1.0
  5164. 304.25 s [cursor-gen-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  5165. 304.25 s [cursor-gen-source] Dependency genvalidity-text >=0.6: using genvalidity-text-1.0.0.1
  5166. 304.25 s [cursor-gen-source] Dependency text: using text-2.1.3
  5167. 304.25 s [cursor-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  5168. 304.25 s [cursor-gen-source] Dependency base <5: using base-4.20.2.0
  5169. 304.25 s [cursor-gen-source] Dependency containers: using containers-0.7
  5170. 304.25 s [cursor-gen-source] Dependency cursor: using cursor-0.3.2.0
  5171. 304.25 s [cursor-gen-source] Dependency cursor-gen: using cursor-gen-0.4.0.0
  5172. 304.25 s [cursor-gen-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  5173. 304.25 s [cursor-gen-source] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
  5174. 304.25 s [cursor-gen-source] Dependency hspec: using hspec-2.11.14
  5175. 304.25 s [cursor-gen-source] Dependency microlens: using microlens-0.4.14.0
  5176. 304.25 s [cursor-gen-source] Dependency pretty-show: using pretty-show-1.10
  5177. 304.25 s [cursor-gen-source] Dependency text: using text-2.1.3
  5178. 304.25 s [cursor-gen-source] Source component graph:
  5179. 304.25 s [cursor-gen-source] component lib
  5180. 304.25 s [cursor-gen-source] component test:cursor-test dependency lib
  5181. 304.25 s [cursor-gen-source] Configured component graph:
  5182. 304.25 s [cursor-gen-source] component cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  5183. 304.25 s [cursor-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5184. 304.25 s [cursor-gen-source] include base-4.20.2.0-fafd
  5185. 304.25 s [cursor-gen-source] include containers-0.7-96b4
  5186. 304.25 s [cursor-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  5187. 304.25 s [cursor-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5188. 304.25 s [cursor-gen-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  5189. 304.25 s [cursor-gen-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  5190. 304.25 s [cursor-gen-source] include text-2.1.3-34f1
  5191. 304.25 s [cursor-gen-source] component cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
  5192. 304.25 s [cursor-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5193. 304.25 s [cursor-gen-source] include base-4.20.2.0-fafd
  5194. 304.25 s [cursor-gen-source] include containers-0.7-96b4
  5195. 304.25 s [cursor-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  5196. 304.25 s [cursor-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  5197. 304.25 s [cursor-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5198. 304.25 s [cursor-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  5199. 304.25 s [cursor-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5200. 304.25 s [cursor-gen-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  5201. 304.25 s [cursor-gen-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  5202. 304.25 s [cursor-gen-source] include text-2.1.3-34f1
  5203. 304.25 s [cursor-gen-source] Linked component graph:
  5204. 304.25 s [cursor-gen-source] unit cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  5205. 304.25 s [cursor-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5206. 304.25 s [cursor-gen-source] include base-4.20.2.0-fafd
  5207. 304.25 s [cursor-gen-source] include containers-0.7-96b4
  5208. 304.25 s [cursor-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  5209. 304.25 s [cursor-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5210. 304.25 s [fuzzy-time-gen-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.nungUypiZQ/Main.o )
  5211. 304.25 s [fuzzy-time-gen-source] [2 of 2] Linking Setup
  5212. 304.25 s [fuzzy-time-gen-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  5213. 304.25 s [fuzzy-time-gen-source] Phase: configurePhase
  5214. 304.25 s [fuzzy-time-gen-source] configureFlags: --verbose --prefix=/nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/fuzzy-time-gen-0.3.0.0 --with-gcc=gcc --package-db=/build/tmp.nungUypiZQ/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  5215. 304.25 s [fuzzy-time-gen-source] Using Parsec parser
  5216. 304.25 s [fuzzy-time-gen-source] Configuring fuzzy-time-gen-0.3.0.0...
  5217. 304.25 s [fuzzy-time-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  5218. 304.25 s [fuzzy-time-gen-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
  5219. 304.25 s [fuzzy-time-gen-source] Dependency fuzzy-time >=0.3: using fuzzy-time-0.3.0.1
  5220. 304.25 s [fuzzy-time-gen-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  5221. 304.25 s [fuzzy-time-gen-source] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
  5222. 304.25 s [fuzzy-time-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  5223. 304.25 s [fuzzy-time-gen-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
  5224. 304.25 s [fuzzy-time-gen-source] Dependency fuzzy-time: using fuzzy-time-0.3.0.1
  5225. 304.25 s [fuzzy-time-gen-source] Dependency fuzzy-time-gen: using fuzzy-time-gen-0.3.0.0
  5226. 304.25 s [fuzzy-time-gen-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  5227. 304.25 s [fuzzy-time-gen-source] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
  5228. 304.25 s [fuzzy-time-gen-source] Dependency hspec: using hspec-2.11.14
  5229. 304.25 s [fuzzy-time-gen-source] Dependency megaparsec: using megaparsec-9.7.0
  5230. 304.25 s [fuzzy-time-gen-source] Dependency text: using text-2.1.3
  5231. 304.25 s [fuzzy-time-gen-source] Dependency time: using time-1.12.2
  5232. 304.25 s [fuzzy-time-gen-source] Source component graph:
  5233. 304.25 s [fuzzy-time-gen-source] component lib
  5234. 304.25 s [fuzzy-time-gen-source] component test:fuzzy-time-test dependency lib
  5235. 304.25 s [fuzzy-time-gen-source] Configured component graph:
  5236. 304.25 s [fuzzy-time-gen-source] component fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  5237. 304.25 s [fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5238. 304.25 s [fuzzy-time-gen-source] include base-4.20.2.0-fafd
  5239. 304.25 s [fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  5240. 304.25 s [fuzzy-time-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5241. 304.25 s [fuzzy-time-gen-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  5242. 304.25 s [fuzzy-time-gen-source] component fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
  5243. 304.25 s [fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5244. 304.25 s [fuzzy-time-gen-source] include base-4.20.2.0-fafd
  5245. 304.25 s [fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  5246. 304.25 s [fuzzy-time-gen-source] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  5247. 304.25 s [fuzzy-time-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5248. 304.25 s [fuzzy-time-gen-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  5249. 304.25 s [fuzzy-time-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5250. 304.25 s [fuzzy-time-gen-source] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  5251. 304.25 s [fuzzy-time-gen-source] include text-2.1.3-34f1
  5252. 304.25 s [fuzzy-time-gen-source] include time-1.12.2-3479
  5253. 304.25 s [fuzzy-time-gen-source] Linked component graph:
  5254. 304.25 s [fuzzy-time-gen-source] unit fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  5255. 304.25 s [fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5256. 304.25 s [fuzzy-time-gen-source] include base-4.20.2.0-fafd
  5257. 304.25 s [fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  5258. 304.25 s [fuzzy-time-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5259. 304.25 s [fuzzy-time-gen-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  5260. 304.25 s [fuzzy-time-gen-source] Data.FuzzyTime.Types.Gen=fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L:Data.FuzzyTime.Types.Gen
  5261. 304.25 s [fuzzy-time-gen-source] unit fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
  5262. 304.25 s [fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5263. 304.25 s [fuzzy-time-gen-source] include base-4.20.2.0-fafd
  5264. 304.25 s [fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  5265. 304.25 s [genvalidity-persistent-source] Phase: unpackPhase
  5266. 304.25 s [genvalidity-persistent-source] unpacking source archive /nix/store/jnbw4hp2xgysil36by6v8myfsjlsjjiz-genvalidity-persistent
  5267. 304.25 s [genvalidity-persistent-source] source root is genvalidity-persistent
  5268. 304.25 s [genvalidity-persistent-source] Phase: patchPhase
  5269. 304.25 s [genvalidity-persistent-source] Phase: compileBuildDriverPhase
  5270. 304.25 s [genvalidity-persistent-source] setupCompileFlags: -package-db=/build/tmp.bmQBxyRb9t/setup-package.conf.d -threaded
  5271. 304.25 s [genvalidity-persistent-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.bmQBxyRb9t/Main.o )
  5272. 304.25 s [genvalidity-persistent-source] [2 of 2] Linking Setup
  5273. 304.25 s [genvalidity-persistent-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  5274. 304.25 s [genvalidity-persistent-source] Phase: configurePhase
  5275. 304.25 s [genvalidity-persistent-source] configureFlags: --verbose --prefix=/nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-persistent-1.0.0.2 --with-gcc=gcc --package-db=/build/tmp.bmQBxyRb9t/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  5276. 304.25 s [genvalidity-persistent-source] Using Parsec parser
  5277. 304.25 s [genvalidity-persistent-source] Configuring genvalidity-persistent-1.0.0.2...
  5278. 304.25 s [genvalidity-persistent-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  5279. 304.25 s [genvalidity-persistent-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  5280. 304.25 s [genvalidity-persistent-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  5281. 304.25 s [genvalidity-persistent-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  5282. 304.25 s [genvalidity-persistent-source] Dependency persistent >=0.5: using persistent-2.17.1.0
  5283. 304.25 s [genvalidity-persistent-source] Dependency validity-containers: using validity-containers-0.5.0.5
  5284. 304.25 s [genvalidity-persistent-source] Dependency validity-persistent: using validity-persistent-0.0.0.0
  5285. 304.25 s [genvalidity-persistent-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  5286. 304.25 s [genvalidity-persistent-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  5287. 304.25 s [genvalidity-persistent-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  5288. 304.25 s [genvalidity-persistent-source] Dependency genvalidity-persistent: using genvalidity-persistent-1.0.0.2
  5289. 304.25 s [genvalidity-persistent-source] Dependency hspec: using hspec-2.11.14
  5290. 304.25 s [genvalidity-persistent-source] Dependency persistent >=0.5: using persistent-2.17.1.0
  5291. 304.25 s [genvalidity-persistent-source] Dependency validity-containers: using validity-containers-0.5.0.5
  5292. 304.25 s [genvalidity-persistent-source] Source component graph:
  5293. 304.25 s [genvalidity-persistent-source] component lib
  5294. 304.25 s [genvalidity-persistent-source] component test:genvalidity-persistent-test dependency lib
  5295. 304.25 s [genvalidity-persistent-source] Configured component graph:
  5296. 304.25 s [genvalidity-persistent-source] component genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
  5297. 304.25 s [genvalidity-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5298. 304.25 s [genvalidity-persistent-source] include base-4.20.2.0-fafd
  5299. 304.25 s [genvalidity-persistent-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5300. 304.25 s [genvalidity-persistent-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  5301. 304.25 s [genvalidity-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  5302. 304.25 s [genvalidity-persistent-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  5303. 304.25 s [genvalidity-persistent-source] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  5304. 304.26 s [genvalidity-persistent-source] component genvalidity-persistent-1.0.0.2-1bzhAsMlNBRARjuEmEcofb-genvalidity-persistent-test
  5305. 304.26 s [genvalidity-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5306. 304.26 s [genvalidity-persistent-source] include base-4.20.2.0-fafd
  5307. 304.26 s [genvalidity-persistent-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5308. 304.26 s [genvalidity-persistent-source] include genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
  5309. 304.26 s [genvalidity-persistent-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5310. 304.26 s [genvalidity-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  5311. 304.26 s [genvalidity-persistent-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  5312. 304.26 s [genvalidity-persistent-source] Linked component graph:
  5313. 304.26 s [genvalidity-persistent-source] unit genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
  5314. 304.26 s [pretty-relative-time] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.2KyH5Y54oP/Main.o )
  5315. 304.26 s [pretty-relative-time] [2 of 2] Linking Setup
  5316. 304.26 s [pretty-relative-time] Phase: updateAutotoolsGnuConfigScriptsPhase
  5317. 304.26 s [pretty-relative-time] Phase: configurePhase
  5318. 304.26 s [pretty-relative-time] configureFlags: --verbose --prefix=/nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/fm5zx5yiwfgc4aafd1m5zbl267hj2isi-pretty-relative-time-0.3.0.0-doc/share/doc/pretty-relative-time-0.3.0.0 --with-gcc=gcc --package-db=/build/tmp.2KyH5Y54oP/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/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  5319. 304.26 s [pretty-relative-time] Using Parsec parser
  5320. 304.26 s [pretty-relative-time] Configuring pretty-relative-time-0.3.0.0...
  5321. 304.26 s [pretty-relative-time] Dependency base >=4.7 && <5: using base-4.20.2.0
  5322. 304.26 s [pretty-relative-time] Dependency time: using time-1.12.2
  5323. 304.26 s [pretty-relative-time] Dependency validity: using validity-0.12.1.0
  5324. 304.26 s [pretty-relative-time] Dependency validity-time: using validity-time-0.5.0.0
  5325. 304.26 s [pretty-relative-time] Dependency QuickCheck: using QuickCheck-2.15.0.1
  5326. 304.26 s [pretty-relative-time] Dependency base >=4.7 && <5: using base-4.20.2.0
  5327. 304.26 s [pretty-relative-time] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  5328. 304.26 s [pretty-relative-time] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  5329. 304.26 s [pretty-relative-time] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
  5330. 304.26 s [pretty-relative-time] Dependency hspec: using hspec-2.11.14
  5331. 304.26 s [pretty-relative-time] Dependency pretty-relative-time: using pretty-relative-time-0.3.0.0
  5332. 304.26 s [pretty-relative-time] Dependency time: using time-1.12.2
  5333. 304.26 s [pretty-relative-time] Dependency validity: using validity-0.12.1.0
  5334. 304.26 s [pretty-relative-time] Dependency validity-time: using validity-time-0.5.0.0
  5335. 304.26 s [pretty-relative-time] Source component graph:
  5336. 304.26 s [pretty-relative-time] component lib
  5337. 304.26 s [pretty-relative-time] component test:pretty-relative-time-test dependency lib
  5338. 304.26 s [pretty-relative-time] Configured component graph:
  5339. 304.26 s [pretty-relative-time] component pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
  5340. 304.26 s [pretty-relative-time] include base-4.20.2.0-fafd
  5341. 304.26 s [pretty-relative-time] include time-1.12.2-3479
  5342. 304.26 s [pretty-relative-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  5343. 304.26 s [pretty-relative-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  5344. 304.26 s [pretty-relative-time] component pretty-relative-time-0.3.0.0-Ipn4mvUQvKEDC9fpPHzmhA-pretty-relative-time-test
  5345. 304.26 s [pretty-relative-time] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5346. 304.26 s [pretty-relative-time] include base-4.20.2.0-fafd
  5347. 304.26 s [pretty-relative-time] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5348. 304.26 s [pretty-relative-time] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5349. 304.26 s [pretty-relative-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  5350. 304.26 s [pretty-relative-time] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5351. 304.26 s [pretty-relative-time] include pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
  5352. 304.26 s [pretty-relative-time] include time-1.12.2-3479
  5353. 304.26 s [pretty-relative-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  5354. 304.26 s [pretty-relative-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  5355. 304.26 s [pretty-relative-time] Linked component graph:
  5356. 304.26 s [pretty-relative-time] unit pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
  5357. 304.26 s [pretty-relative-time] include base-4.20.2.0-fafd
  5358. 304.26 s [pretty-relative-time] include time-1.12.2-3479
  5359. 304.26 s [pretty-relative-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  5360. 304.26 s [pretty-relative-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  5361. 304.26 s [pretty-relative-time] Text.Time.Pretty=pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck:Text.Time.Pretty,Text.Time.Pretty.Constants=pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck:Text.Time.Pretty.Constants,Text.Time.Pretty.Render=pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck:Text.Time.Pretty.Render,Text.Time.Pretty.TimeAgo=pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck:Text.Time.Pretty.TimeAgo
  5362. 304.26 s [opt-env-conf-source] Phase: setupCompilerEnvironmentPhase
  5363. 304.26 s [opt-env-conf-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  5364. 304.26 s [opt-env-conf-source] Phase: unpackPhase
  5365. 304.26 s [opt-env-conf-source] unpacking source archive /nix/store/psw77mfhhk5hwmfmrxbblacswc8yz7qx-opt-env-conf
  5366. 304.26 s [opt-env-conf-source] source root is opt-env-conf
  5367. 304.26 s [opt-env-conf-source] Phase: patchPhase
  5368. 304.26 s [opt-env-conf-source] Phase: compileBuildDriverPhase
  5369. 304.26 s [opt-env-conf-source] setupCompileFlags: -package-db=/build/tmp.aHhEOopO2o/setup-package.conf.d -threaded
  5370. 304.26 s [opt-env-conf-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.aHhEOopO2o/Main.o )
  5371. 304.26 s [opt-env-conf-source] [2 of 2] Linking Setup
  5372. 304.26 s [opt-env-conf-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  5373. 304.26 s [opt-env-conf-source] Phase: configurePhase
  5374. 304.26 s [opt-env-conf-source] configureFlags: --verbose --prefix=/nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/opt-env-conf-0.15.0.1 --with-gcc=gcc --package-db=/build/tmp.aHhEOopO2o/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  5375. 304.26 s [opt-env-conf-source] Using Parsec parser
  5376. 304.26 s [opt-env-conf-source] Configuring opt-env-conf-0.15.0.1...
  5377. 304.26 s [opt-env-conf-source] Dependency aeson: using aeson-2.2.3.0
  5378. 304.26 s [opt-env-conf-source] Dependency autodocodec >=0.3.0.0: using autodocodec-0.5.0.0
  5379. 304.26 s [opt-env-conf-source] Dependency autodocodec-nix: using autodocodec-nix-0.1.0.0
  5380. 304.26 s [opt-env-conf-source] Dependency autodocodec-schema: using autodocodec-schema-0.2.0.1
  5381. 304.26 s [opt-env-conf-source] Dependency autodocodec-yaml: using autodocodec-yaml-0.4.0.2
  5382. 304.26 s [opt-env-conf-source] Dependency base <5: using base-4.20.2.0
  5383. 304.26 s [opt-env-conf-source] Dependency containers: using containers-0.7
  5384. 304.26 s [opt-env-conf-source] Dependency hashable: using hashable-1.5.0.0
  5385. 304.26 s [opt-env-conf-source] Dependency mtl: using mtl-2.3.1
  5386. 304.26 s [opt-env-conf-source] Dependency path: using path-0.9.6
  5387. 304.26 s [opt-env-conf-source] Dependency path-io: using path-io-1.8.2
  5388. 304.26 s [opt-env-conf-source] Dependency safe-coloured-text >=0.3.0.2: using safe-coloured-text-0.3.0.2
  5389. 304.26 s [opt-env-conf-source] Dependency safe-coloured-text-layout >=0.2.0.0: using
  5390. 304.26 s [opt-env-conf-source] safe-coloured-text-layout-0.2.0.1
  5391. 304.26 s [opt-env-conf-source] Dependency safe-coloured-text-terminfo: using
  5392. 304.26 s [opt-env-conf-source] safe-coloured-text-terminfo-0.3.0.0
  5393. 304.26 s [opt-env-conf-source] Dependency selective: using selective-0.7.0.1
  5394. 304.26 s [opt-env-conf-source] Dependency text: using text-2.1.3
  5395. 304.26 s [opt-env-conf-source] Dependency validity: using validity-0.12.1.0
  5396. 304.26 s [opt-env-conf-source] Dependency validity-containers: using validity-containers-0.5.0.5
  5397. 304.26 s [opt-env-conf-source] Dependency validity-text: using validity-text-0.3.1.3
  5398. 304.26 s [opt-env-conf-source] Source component graph: component lib
  5399. 304.26 s [opt-env-conf-source] Configured component graph:
  5400. 304.26 s [opt-env-conf-source] component opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  5401. 304.26 s [opt-env-conf-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  5402. 304.26 s [opt-env-conf-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  5403. 304.26 s [opt-env-conf-source] include autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
  5404. 304.26 s [opt-env-conf-source] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  5405. 304.26 s [opt-env-conf-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  5406. 304.26 s [opt-env-conf-source] include base-4.20.2.0-fafd
  5407. 304.26 s [opt-env-conf-source] include containers-0.7-96b4
  5408. 304.26 s [opt-env-conf-source] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  5409. 304.26 s [opt-env-conf-source] include mtl-2.3.1-37af
  5410. 304.26 s [opt-env-conf-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  5411. 304.26 s [feedback] putTimedChunks (src/Feedback/Common/Output.hs:20)
  5412. 304.26 s [feedback] putDone (src/Feedback/Common/Output.hs:32)
  5413. 304.26 s [feedback] indicatorChunk (src/Feedback/Common/Output.hs:35)
  5414. 304.26 s [feedback] loopNameChunk (src/Feedback/Common/Output.hs:38)
  5415. 304.26 s [feedback] startingLines (src/Feedback/Common/Output.hs:41)
  5416. 304.26 s [feedback] exitCodeChunks (src/Feedback/Common/Output.hs:72)
  5417. 304.26 s [feedback] durationChunks (src/Feedback/Common/Output.hs:83)
  5418. 304.26 s [feedback] 0% ( 0 / 3) in 'Feedback.Test'
  5419. 304.26 s [feedback] Missing documentation for:
  5420. 304.26 s [feedback] Module header
  5421. 304.26 s [feedback] runFeedbackTest (src/Feedback/Test.hs:22)
  5422. 304.26 s [feedback] getTermCaps (src/Feedback/Test.hs:39)
  5423. 304.26 s [feedback] 0% ( 0 / 4) in 'Feedback.Loop.OptParse'
  5424. 304.26 s [feedback] Missing documentation for:
  5425. 304.26 s [feedback] Module header
  5426. 304.26 s [feedback] combineToSettings (src/Feedback/Loop/OptParse.hs:21)
  5427. 304.26 s [feedback] prettyConfiguration (src/Feedback/Loop/OptParse.hs:66)
  5428. 304.26 s [feedback] loopConfigLine (src/Feedback/Loop/OptParse.hs:80)
  5429. 304.26 s [feedback] 0% ( 0 / 11) in 'Feedback.Loop'
  5430. 304.26 s [feedback] Missing documentation for:
  5431. 304.26 s [feedback] Module header
  5432. 304.26 s [feedback] runFeedbackLoop (src/Feedback/Loop.hs:41)
  5433. 304.26 s [feedback] runHook (src/Feedback/Loop.hs:128)
  5434. 304.26 s [feedback] startWatching (src/Feedback/Loop.hs:143)
  5435. 304.26 s [feedback] getTermCaps (src/Feedback/Loop.hs:157)
  5436. 304.26 s [feedback] RestartEvent (src/Feedback/Loop.hs:163)
  5437. 304.26 s [feedback] worker (src/Feedback/Loop.hs:176)
  5438. 304.26 s [feedback] installKillHandler (src/Feedback/Loop.hs:262)
  5439. 304.26 s [feedback] waitForEvent (src/Feedback/Loop.hs:278)
  5440. 304.26 s [feedback] Output (src/Feedback/Loop.hs:290)
  5441. 304.26 s [feedback] putOutput (src/Feedback/Loop.hs:301)
  5442. 304.26 s [feedback] Warning: Feedback.Common.OptParse: could not find link destinations for:
  5443. 304.26 s [feedback] - Path.Internal.Posix.Path
  5444. 304.26 s [feedback] - Path.Posix.Abs
  5445. 304.26 s [feedback] - Path.Posix.Dir
  5446. 304.26 s [feedback] - Path.Posix.File
  5447. 304.26 s [feedback] Warning: Feedback.Loop.Filter: could not find link destinations for:
  5448. 304.26 s [feedback] - Path.Internal.Posix.Path
  5449. 304.26 s [feedback] - Path.Posix.Abs
  5450. 304.26 s [feedback] - Path.Posix.Dir
  5451. 304.26 s [feedback] - Path.Posix.File
  5452. 304.26 s [feedback] Warning: Feedback.Loop: could not find link destinations for:
  5453. 304.26 s [feedback] - Path.Internal.Posix.Path
  5454. 304.26 s [feedback] - Path.Posix.Abs
  5455. 304.26 s [feedback] - Path.Posix.Dir
  5456. 304.26 s [genvalidity-unordered-containers] genValid :: Gen (HashSet (Ratio Integer))
  5457. 304.26 s [genvalidity-unordered-containers] only generates valid '(HashSet (Ratio Integer))'s [✔]
  5458. 304.26 s [genvalidity-unordered-containers] +++ OK, passed 100 tests.
  5459. 304.26 s [genvalidity-unordered-containers] GenValid (HashMap Int (Ratio Integer))
  5460. 304.26 s [genvalidity-unordered-containers] genValid :: Gen (HashMap Int (Ratio Integer))
  5461. 304.26 s [genvalidity-unordered-containers] only generates valid '(HashMap Int (Ratio Integer))'s [✔]
  5462. 304.26 s [genvalidity-unordered-containers] +++ OK, passed 100 tests.
  5463. 304.26 s [genvalidity-unordered-containers] GenValid (HashMap (Ratio Integer) (Ratio Integer))
  5464. 304.26 s [genvalidity-unordered-containers] genValid :: Gen (HashMap (Ratio Integer) (Ratio Integer))
  5465. 304.26 s [genvalidity-unordered-containers] only generates valid '(HashMap (Ratio Integer) (Ratio Integer))'s [✔]
  5466. 304.26 s [genvalidity-unordered-containers] +++ OK, passed 100 tests.
  5467. 304.26 s [genvalidity-unordered-containers]
  5468. 304.26 s [genvalidity-unordered-containers] Finished in 0.0162 seconds
  5469. 304.26 s [genvalidity-unordered-containers] 4 examples, 0 failures
  5470. 304.26 s [genvalidity-unordered-containers] Test suite genvalidity-unordered-containers-test: PASS
  5471. 304.26 s [genvalidity-unordered-containers] Test suite logged to:
  5472. 304.26 s [genvalidity-unordered-containers] dist/test/genvalidity-unordered-containers-1.0.0.1-genvalidity-unordered-containers-test.log
  5473. 304.26 s [genvalidity-unordered-containers] 1 of 1 test suites (1 of 1 test cases) passed.
  5474. 304.26 s [genvalidity-unordered-containers] Phase: haddockPhase
  5475. 304.26 s [genvalidity-unordered-containers] Preprocessing library for genvalidity-unordered-containers-1.0.0.1...
  5476. 304.26 s [genvalidity-unordered-containers] Running Haddock on library for genvalidity-unordered-containers-1.0.0.1...
  5477. 304.26 s [genvalidity-unordered-containers] [1 of 4] Compiling Data.GenValidity.HashMap ( src/Data/GenValidity/HashMap.hs, nothing )
  5478. 304.26 s [genvalidity-unordered-containers] [2 of 4] Compiling Data.GenValidity.HashSet ( src/Data/GenValidity/HashSet.hs, nothing )
  5479. 304.26 s [genvalidity-unordered-containers] [3 of 4] Compiling Data.GenValidity.UnorderedContainers ( src/Data/GenValidity/UnorderedContainers.hs, nothing )
  5480. 304.26 s [genvalidity-unordered-containers] [4 of 4] Compiling Paths_genvalidity_unordered_containers ( dist/build/autogen/Paths_genvalidity_unordered_containers.hs, nothing )
  5481. 304.26 s [genvalidity-unordered-containers] Haddock coverage:
  5482. 304.26 s [genvalidity-unordered-containers] 0% ( 0 / 1) in 'Data.GenValidity.HashMap'
  5483. 304.26 s [genvalidity-unordered-containers] Missing documentation for:
  5484. 304.26 s [genvalidity-unordered-containers] Module header
  5485. 304.26 s [genvalidity-unordered-containers] 0% ( 0 / 1) in 'Data.GenValidity.HashSet'
  5486. 304.26 s [genvalidity-unordered-containers] Missing documentation for:
  5487. 304.26 s [genvalidity-unordered-containers] Module header
  5488. 304.26 s [genvalidity-unordered-containers] 66% ( 2 / 3) in 'Data.GenValidity.UnorderedContainers'
  5489. 304.26 s [genvalidity-unordered-containers] Missing documentation for:
  5490. 304.26 s [genvalidity-unordered-containers] Module header
  5491. 304.26 s [genvalidity-unordered-containers] Documentation created: dist/doc/html/genvalidity-unordered-containers/,
  5492. 304.26 s [genvalidity-unordered-containers] dist/doc/html/genvalidity-unordered-containers/genvalidity-unordered-containers.txt
  5493. 304.26 s [genvalidity-unordered-containers] Preprocessing test suite 'genvalidity-unordered-containers-test' for genvalidity-unordered-containers-1.0.0.1...
  5494. 304.26 s [genvalidity-unordered-containers] Phase: installPhase
  5495. 304.26 s [genvalidity-unordered-containers] Installing library in /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  5496. 304.26 s [genvalidity-unordered-containers] Phase: fixupPhase
  5497. 304.26 s [genvalidity-unordered-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1
  5498. 304.26 s [genvalidity-unordered-containers] shrinking /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs-ghc9.10.3.so
  5499. 304.26 s [genvalidity-unordered-containers] checking for references to /build/ in /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1...
  5500. 304.26 s [genvalidity-unordered-containers] patching script interpreter paths in /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1
  5501. 304.26 s [genvalidity-unordered-containers] stripping (with command strip and flags -S -p) in /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1/lib
  5502. 304.26 s [genvalidity-unordered-containers] shrinking RPATHs of ELF executables and libraries in /nix/store/3xhvp6nsrj0d1ndhcrsx6g5aq01b7sxs-genvalidity-unordered-containers-1.0.0.1-doc
  5503. 304.26 s [genvalidity-unordered-containers] checking for references to /build/ in /nix/store/3xhvp6nsrj0d1ndhcrsx6g5aq01b7sxs-genvalidity-unordered-containers-1.0.0.1-doc...
  5504. 304.26 s [genvalidity-unordered-containers] patching script interpreter paths in /nix/store/3xhvp6nsrj0d1ndhcrsx6g5aq01b7sxs-genvalidity-unordered-containers-1.0.0.1-doc
  5505. 304.26 s [cursor-gen-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  5506. 304.26 s [cursor-gen-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  5507. 304.26 s [cursor-gen-source] include text-2.1.3-34f1
  5508. 304.26 s [cursor-gen-source] Cursor.Forest.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Forest.Gen,Cursor.List.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.List.Gen,Cursor.List.NonEmpty.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.List.NonEmpty.Gen,Cursor.Map.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Map.Gen,Cursor.Map.KeyValue.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Map.KeyValue.Gen,Cursor.Simple.Forest.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Simple.Forest.Gen,Cursor.Simple.List.NonEmpty.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Simple.List.NonEmpty.Gen,Cursor.Simple.Map.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Simple.Map.Gen,Cursor.Simple.Map.KeyValue.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Simple.Map.KeyValue.Gen,Cursor.Simple.Tree.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Simple.Tree.Gen,Cursor.Text.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Text.Gen,Cursor.TextField.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.TextField.Gen,Cursor.Tree.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Tree.Gen
  5509. 304.26 s [cursor-gen-source] unit cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
  5510. 304.26 s [cursor-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5511. 304.26 s [cursor-gen-source] include base-4.20.2.0-fafd
  5512. 304.26 s [cursor-gen-source] include containers-0.7-96b4
  5513. 304.26 s [cursor-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  5514. 304.26 s [cursor-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  5515. 304.26 s [cursor-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5516. 304.26 s [cursor-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  5517. 304.26 s [cursor-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5518. 304.26 s [cursor-gen-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  5519. 304.26 s [cursor-gen-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  5520. 304.26 s [cursor-gen-source] include text-2.1.3-34f1
  5521. 304.26 s [cursor-gen-source] Ready component graph:
  5522. 304.26 s [cursor-gen-source] definite cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  5523. 304.26 s [cursor-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5524. 304.26 s [cursor-gen-source] depends base-4.20.2.0-fafd
  5525. 304.26 s [cursor-gen-source] depends containers-0.7-96b4
  5526. 304.26 s [cursor-gen-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  5527. 304.26 s [cursor-gen-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5528. 304.26 s [cursor-gen-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  5529. 304.26 s [cursor-gen-source] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  5530. 304.26 s [cursor-gen-source] depends text-2.1.3-34f1
  5531. 304.26 s [cursor-gen-source] definite cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
  5532. 304.26 s [cursor-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5533. 304.26 s [cursor-gen-source] depends base-4.20.2.0-fafd
  5534. 304.26 s [cursor-gen-source] depends containers-0.7-96b4
  5535. 304.26 s [cursor-gen-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  5536. 304.26 s [cursor-gen-source] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  5537. 304.26 s [cursor-gen-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5538. 304.26 s [cursor-gen-source] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  5539. 304.26 s [cursor-gen-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5540. 304.26 s [cursor-gen-source] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  5541. 304.26 s [cursor-gen-source] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  5542. 304.26 s [cursor-gen-source] depends text-2.1.3-34f1
  5543. 304.26 s [cursor-gen-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  5544. 304.26 s [cursor-gen-source] Using compiler: ghc-9.10.3
  5545. 304.26 s [cursor-gen-source] Using install prefix:
  5546. 304.26 s [cursor-gen-source] /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0
  5547. 304.26 s [cursor-gen-source] Executables installed in:
  5548. 304.26 s [cursor-gen-source] /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0/bin
  5549. 304.26 s [cursor-gen-source] Libraries installed in:
  5550. 304.26 s [cursor-gen-source] /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  5551. 304.26 s [cursor-gen-source] Dynamic Libraries installed in:
  5552. 304.26 s [cursor-gen-source] /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  5553. 304.26 s [cursor-gen-source] Private executables installed in:
  5554. 304.26 s [cursor-gen-source] /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-gen-0.4.0.0
  5555. 304.26 s [cursor-gen-source] Data files installed in:
  5556. 304.26 s [cursor-gen-source] /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0/share/x86_64-linux-ghc-9.10.3-a85d/cursor-gen-0.4.0.0
  5557. 304.26 s [cursor-gen-source] Documentation installed in: /share/doc/cursor-gen-0.4.0.0
  5558. 304.26 s [cursor-gen-source] Configuration files installed in:
  5559. 304.26 s [cursor-gen-source] /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0/etc
  5560. 304.26 s [cursor-gen-source] No alex found
  5561. 304.26 s [fuzzy-time-gen-source] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  5562. 304.26 s [fuzzy-time-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5563. 304.26 s [fuzzy-time-gen-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  5564. 304.26 s [fuzzy-time-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5565. 304.26 s [fuzzy-time-gen-source] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  5566. 304.26 s [fuzzy-time-gen-source] include text-2.1.3-34f1
  5567. 304.26 s [fuzzy-time-gen-source] include time-1.12.2-3479
  5568. 304.26 s [fuzzy-time-gen-source] Ready component graph:
  5569. 304.26 s [fuzzy-time-gen-source] definite fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  5570. 304.26 s [fuzzy-time-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5571. 304.26 s [fuzzy-time-gen-source] depends base-4.20.2.0-fafd
  5572. 304.26 s [fuzzy-time-gen-source] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  5573. 304.26 s [fuzzy-time-gen-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5574. 304.26 s [fuzzy-time-gen-source] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  5575. 304.26 s [fuzzy-time-gen-source] definite fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
  5576. 304.26 s [fuzzy-time-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5577. 304.26 s [fuzzy-time-gen-source] depends base-4.20.2.0-fafd
  5578. 304.26 s [fuzzy-time-gen-source] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  5579. 304.26 s [fuzzy-time-gen-source] depends fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  5580. 304.26 s [fuzzy-time-gen-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5581. 304.26 s [fuzzy-time-gen-source] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  5582. 304.26 s [fuzzy-time-gen-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5583. 304.26 s [fuzzy-time-gen-source] depends megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  5584. 304.26 s [fuzzy-time-gen-source] depends text-2.1.3-34f1
  5585. 304.26 s [fuzzy-time-gen-source] depends time-1.12.2-3479
  5586. 304.26 s [fuzzy-time-gen-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  5587. 304.26 s [fuzzy-time-gen-source] Using compiler: ghc-9.10.3
  5588. 304.26 s [fuzzy-time-gen-source] Using install prefix:
  5589. 304.26 s [fuzzy-time-gen-source] /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0
  5590. 304.26 s [fuzzy-time-gen-source] Executables installed in:
  5591. 304.26 s [fuzzy-time-gen-source] /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0/bin
  5592. 304.26 s [fuzzy-time-gen-source] Libraries installed in:
  5593. 304.26 s [fuzzy-time-gen-source] /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  5594. 304.26 s [fuzzy-time-gen-source] Dynamic Libraries installed in:
  5595. 304.26 s [fuzzy-time-gen-source] /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  5596. 304.26 s [fuzzy-time-gen-source] Private executables installed in:
  5597. 304.26 s [fuzzy-time-gen-source] /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/fuzzy-time-gen-0.3.0.0
  5598. 304.27 s [fuzzy-time-gen-source] Data files installed in:
  5599. 304.27 s [fuzzy-time-gen-source] /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0/share/x86_64-linux-ghc-9.10.3-a85d/fuzzy-time-gen-0.3.0.0
  5600. 304.27 s [fuzzy-time-gen-source] Documentation installed in: /share/doc/fuzzy-time-gen-0.3.0.0
  5601. 304.27 s [fuzzy-time-gen-source] Configuration files installed in:
  5602. 304.27 s [fuzzy-time-gen-source] /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0/etc
  5603. 304.27 s [fuzzy-time-gen-source] No alex found
  5604. 304.27 s [fuzzy-time-gen-source] Using ar found on system at:
  5605. 304.27 s [fuzzy-time-gen-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  5606. 304.27 s [fuzzy-time-gen-source] No c2hs found
  5607. 304.27 s [fuzzy-time-gen-source] No cpphs found
  5608. 304.27 s [fuzzy-time-gen-source] No doctest found
  5609. 304.27 s [fuzzy-time-gen-source] Using gcc version 14.3.0 given by user at:
  5610. 304.27 s [fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  5611. 304.27 s [fuzzy-time-gen-source] Using ghc version 9.10.3 found on system at:
  5612. 304.27 s [fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  5613. 304.27 s [fuzzy-time-gen-source] Using ghc-pkg version 9.10.3 found on system at:
  5614. 304.27 s [fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  5615. 304.27 s [fuzzy-time-gen-source] No ghcjs found
  5616. 304.27 s [fuzzy-time-gen-source] No ghcjs-pkg found
  5617. 304.27 s [fuzzy-time-gen-source] No greencard found
  5618. 304.27 s [fuzzy-time-gen-source] Using haddock version 2.31.1 found on system at:
  5619. 304.27 s [fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  5620. 304.27 s [fuzzy-time-gen-source] No happy found
  5621. 304.27 s [fuzzy-time-gen-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  5622. 304.27 s [fuzzy-time-gen-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5623. 304.27 s [fuzzy-time-gen-source] No hmake found
  5624. 304.27 s [fuzzy-time-gen-source] Using hpc version 0.69 found on system at:
  5625. 304.27 s [fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  5626. 304.27 s [fuzzy-time-gen-source] Using hsc2hs version 0.68.10 found on system at:
  5627. 304.27 s [fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  5628. 304.27 s [fuzzy-time-gen-source] Using hscolour version 1.25 found on system at:
  5629. 304.27 s [fuzzy-time-gen-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  5630. 304.27 s [fuzzy-time-gen-source] No jhc found
  5631. 304.27 s [fuzzy-time-gen-source] Using ld found on system at:
  5632. 304.27 s [fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  5633. 304.27 s [fuzzy-time-gen-source] No pkg-config found
  5634. 304.27 s [fuzzy-time-gen-source] Using runghc version 9.10.3 found on system at:
  5635. 304.27 s [fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  5636. 304.27 s [fuzzy-time-gen-source] Using strip version 2.44 found on system at:
  5637. 304.27 s [fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  5638. 304.27 s [fuzzy-time-gen-source] Using tar found on system at:
  5639. 304.27 s [fuzzy-time-gen-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  5640. 304.27 s [fuzzy-time-gen-source] No uhc found
  5641. 304.27 s [genvalidity-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5642. 304.27 s [genvalidity-persistent-source] include base-4.20.2.0-fafd
  5643. 304.27 s [genvalidity-persistent-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5644. 304.27 s [genvalidity-persistent-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  5645. 304.27 s [genvalidity-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  5646. 304.27 s [genvalidity-persistent-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  5647. 304.27 s [genvalidity-persistent-source] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  5648. 304.27 s [genvalidity-persistent-source] Data.GenValidity.Persist=genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr:Data.GenValidity.Persist
  5649. 304.27 s [genvalidity-persistent-source] unit genvalidity-persistent-1.0.0.2-1bzhAsMlNBRARjuEmEcofb-genvalidity-persistent-test
  5650. 304.27 s [genvalidity-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5651. 304.27 s [genvalidity-persistent-source] include base-4.20.2.0-fafd
  5652. 304.27 s [genvalidity-persistent-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5653. 304.27 s [genvalidity-persistent-source] include genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
  5654. 304.27 s [genvalidity-persistent-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5655. 304.27 s [genvalidity-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  5656. 304.27 s [genvalidity-persistent-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  5657. 304.27 s [genvalidity-persistent-source] Ready component graph:
  5658. 304.27 s [genvalidity-persistent-source] definite genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
  5659. 304.27 s [genvalidity-persistent-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5660. 304.27 s [genvalidity-persistent-source] depends base-4.20.2.0-fafd
  5661. 304.27 s [genvalidity-persistent-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5662. 304.27 s [genvalidity-persistent-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  5663. 304.27 s [genvalidity-persistent-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  5664. 304.27 s [genvalidity-persistent-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  5665. 304.27 s [genvalidity-persistent-source] depends validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  5666. 304.27 s [genvalidity-persistent-source] definite genvalidity-persistent-1.0.0.2-1bzhAsMlNBRARjuEmEcofb-genvalidity-persistent-test
  5667. 304.27 s [genvalidity-persistent-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5668. 304.27 s [genvalidity-persistent-source] depends base-4.20.2.0-fafd
  5669. 304.27 s [genvalidity-persistent-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5670. 304.27 s [genvalidity-persistent-source] depends genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
  5671. 304.27 s [genvalidity-persistent-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5672. 304.27 s [genvalidity-persistent-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  5673. 304.27 s [genvalidity-persistent-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  5674. 304.27 s [genvalidity-persistent-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  5675. 304.27 s [genvalidity-persistent-source] Using compiler: ghc-9.10.3
  5676. 304.27 s [genvalidity-persistent-source] Using install prefix:
  5677. 304.27 s [genvalidity-persistent-source] /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2
  5678. 304.27 s [genvalidity-persistent-source] Executables installed in:
  5679. 304.27 s [genvalidity-persistent-source] /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2/bin
  5680. 304.27 s [genvalidity-persistent-source] Libraries installed in:
  5681. 304.27 s [genvalidity-persistent-source] /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-persistent-1.0.0.2-BJdppRoCLgRJTkqwDtK3mr
  5682. 304.27 s [genvalidity-persistent-source] Dynamic Libraries installed in:
  5683. 304.27 s [genvalidity-persistent-source] /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  5684. 304.27 s [genvalidity-persistent-source] Private executables installed in:
  5685. 304.27 s [genvalidity-persistent-source] /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-persistent-1.0.0.2
  5686. 304.27 s [genvalidity-persistent-source] Data files installed in:
  5687. 304.27 s [genvalidity-persistent-source] /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-persistent-1.0.0.2
  5688. 304.27 s [genvalidity-persistent-source] Documentation installed in: /share/doc/genvalidity-persistent-1.0.0.2
  5689. 304.27 s [genvalidity-persistent-source] Configuration files installed in:
  5690. 304.27 s [genvalidity-persistent-source] /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2/etc
  5691. 304.27 s [genvalidity-persistent-source] No alex found
  5692. 304.27 s [genvalidity-persistent-source] Using ar found on system at:
  5693. 304.27 s [genvalidity-persistent-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  5694. 304.27 s [genvalidity-persistent-source] No c2hs found
  5695. 304.27 s [genvalidity-persistent-source] No cpphs found
  5696. 304.27 s [genvalidity-persistent-source] No doctest found
  5697. 304.27 s [genvalidity-persistent-source] Using gcc version 14.3.0 given by user at:
  5698. 304.27 s [genvalidity-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  5699. 304.27 s [genvalidity-persistent-source] Using ghc version 9.10.3 found on system at:
  5700. 304.27 s [genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  5701. 304.27 s [genvalidity-persistent-source] Using ghc-pkg version 9.10.3 found on system at:
  5702. 304.27 s [genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  5703. 304.27 s [genvalidity-persistent-source] No ghcjs found
  5704. 304.27 s [genvalidity-persistent-source] No ghcjs-pkg found
  5705. 304.27 s [genvalidity-persistent-source] No greencard found
  5706. 304.27 s [genvalidity-persistent-source] Using haddock version 2.31.1 found on system at:
  5707. 304.27 s [genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  5708. 304.27 s [genvalidity-persistent-source] No happy found
  5709. 304.27 s [genvalidity-persistent-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  5710. 304.27 s [genvalidity-persistent-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5711. 304.27 s [genvalidity-persistent-source] No hmake found
  5712. 304.27 s [pretty-relative-time] unit pretty-relative-time-0.3.0.0-Ipn4mvUQvKEDC9fpPHzmhA-pretty-relative-time-test
  5713. 304.27 s [pretty-relative-time] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5714. 304.27 s [pretty-relative-time] include base-4.20.2.0-fafd
  5715. 304.27 s [pretty-relative-time] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5716. 304.27 s [pretty-relative-time] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5717. 304.27 s [pretty-relative-time] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  5718. 304.27 s [pretty-relative-time] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5719. 304.27 s [pretty-relative-time] include pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
  5720. 304.27 s [pretty-relative-time] include time-1.12.2-3479
  5721. 304.27 s [pretty-relative-time] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  5722. 304.27 s [pretty-relative-time] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  5723. 304.27 s [pretty-relative-time] Ready component graph:
  5724. 304.27 s [pretty-relative-time] definite pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
  5725. 304.27 s [pretty-relative-time] depends base-4.20.2.0-fafd
  5726. 304.27 s [pretty-relative-time] depends time-1.12.2-3479
  5727. 304.27 s [pretty-relative-time] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  5728. 304.27 s [pretty-relative-time] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  5729. 304.27 s [pretty-relative-time] definite pretty-relative-time-0.3.0.0-Ipn4mvUQvKEDC9fpPHzmhA-pretty-relative-time-test
  5730. 304.27 s [pretty-relative-time] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  5731. 304.27 s [pretty-relative-time] depends base-4.20.2.0-fafd
  5732. 304.27 s [pretty-relative-time] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  5733. 304.27 s [pretty-relative-time] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  5734. 304.27 s [pretty-relative-time] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  5735. 304.27 s [pretty-relative-time] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  5736. 304.27 s [pretty-relative-time] depends pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
  5737. 304.27 s [pretty-relative-time] depends time-1.12.2-3479
  5738. 304.27 s [pretty-relative-time] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  5739. 304.27 s [pretty-relative-time] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  5740. 304.27 s [pretty-relative-time] Using Cabal-3.12.1.0 compiled by ghc-9.10
  5741. 304.27 s [pretty-relative-time] Using compiler: ghc-9.10.3
  5742. 304.27 s [pretty-relative-time] Using install prefix:
  5743. 304.27 s [pretty-relative-time] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0
  5744. 304.27 s [pretty-relative-time] Executables installed in:
  5745. 304.27 s [pretty-relative-time] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/bin
  5746. 304.27 s [pretty-relative-time] Libraries installed in:
  5747. 304.27 s [pretty-relative-time] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
  5748. 304.27 s [pretty-relative-time] Dynamic Libraries installed in:
  5749. 304.27 s [pretty-relative-time] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  5750. 304.27 s [pretty-relative-time] Private executables installed in:
  5751. 304.27 s [pretty-relative-time] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/pretty-relative-time-0.3.0.0
  5752. 304.27 s [pretty-relative-time] Data files installed in:
  5753. 304.27 s [pretty-relative-time] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/share/x86_64-linux-ghc-9.10.3-a85d/pretty-relative-time-0.3.0.0
  5754. 304.27 s [pretty-relative-time] Documentation installed in:
  5755. 304.27 s [pretty-relative-time] /nix/store/fm5zx5yiwfgc4aafd1m5zbl267hj2isi-pretty-relative-time-0.3.0.0-doc/share/doc/pretty-relative-time-0.3.0.0
  5756. 304.27 s [pretty-relative-time] Configuration files installed in:
  5757. 304.27 s [pretty-relative-time] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/etc
  5758. 304.27 s [pretty-relative-time] No alex found
  5759. 304.27 s [pretty-relative-time] Using ar found on system at:
  5760. 304.27 s [pretty-relative-time] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  5761. 304.27 s [pretty-relative-time] No c2hs found
  5762. 304.27 s [pretty-relative-time] No cpphs found
  5763. 304.27 s [pretty-relative-time] No doctest found
  5764. 304.27 s [pretty-relative-time] Using gcc version 14.3.0 given by user at:
  5765. 304.27 s [pretty-relative-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  5766. 304.27 s [pretty-relative-time] Using ghc version 9.10.3 found on system at:
  5767. 304.27 s [pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  5768. 304.27 s [pretty-relative-time] Using ghc-pkg version 9.10.3 found on system at:
  5769. 304.27 s [pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  5770. 304.27 s [pretty-relative-time] No ghcjs found
  5771. 304.27 s [pretty-relative-time] No ghcjs-pkg found
  5772. 304.27 s [pretty-relative-time] No greencard found
  5773. 304.27 s [pretty-relative-time] Using haddock version 2.31.1 found on system at:
  5774. 304.27 s [pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  5775. 304.27 s [pretty-relative-time] No happy found
  5776. 304.27 s [pretty-relative-time] Using haskell-suite found on system at: haskell-suite-dummy-location
  5777. 304.27 s [pretty-relative-time] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5778. 304.27 s [pretty-relative-time] No hmake found
  5779. 304.27 s [pretty-relative-time] Using hpc version 0.69 found on system at:
  5780. 304.27 s [pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  5781. 304.27 s [pretty-relative-time] Using hsc2hs version 0.68.10 found on system at:
  5782. 304.27 s [pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  5783. 304.27 s [pretty-relative-time] Using hscolour version 1.25 found on system at:
  5784. 304.27 s [pretty-relative-time] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  5785. 304.27 s [pretty-relative-time] No jhc found
  5786. 304.27 s [pretty-relative-time] Using ld found on system at:
  5787. 304.27 s [pretty-relative-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  5788. 304.27 s [pretty-relative-time] No pkg-config found
  5789. 304.27 s [pretty-relative-time] Using runghc version 9.10.3 found on system at:
  5790. 304.27 s [opt-env-conf-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  5791. 304.27 s [opt-env-conf-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  5792. 304.27 s [opt-env-conf-source] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  5793. 304.27 s [opt-env-conf-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  5794. 304.27 s [opt-env-conf-source] include selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
  5795. 304.27 s [opt-env-conf-source] include text-2.1.3-34f1
  5796. 304.27 s [opt-env-conf-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  5797. 304.27 s [opt-env-conf-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  5798. 304.27 s [opt-env-conf-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  5799. 304.27 s [opt-env-conf-source] Linked component graph:
  5800. 304.27 s [opt-env-conf-source] unit opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  5801. 304.27 s [opt-env-conf-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  5802. 304.27 s [opt-env-conf-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  5803. 304.27 s [opt-env-conf-source] include autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
  5804. 304.27 s [opt-env-conf-source] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  5805. 304.27 s [opt-env-conf-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  5806. 304.27 s [opt-env-conf-source] include base-4.20.2.0-fafd
  5807. 304.27 s [opt-env-conf-source] include containers-0.7-96b4
  5808. 304.27 s [opt-env-conf-source] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  5809. 304.27 s [opt-env-conf-source] include mtl-2.3.1-37af
  5810. 304.27 s [opt-env-conf-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  5811. 304.27 s [opt-env-conf-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  5812. 304.27 s [opt-env-conf-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  5813. 304.27 s [opt-env-conf-source] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  5814. 304.27 s [opt-env-conf-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  5815. 304.27 s [opt-env-conf-source] include selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
  5816. 304.27 s [opt-env-conf-source] include text-2.1.3-34f1
  5817. 304.27 s [opt-env-conf-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  5818. 304.27 s [opt-env-conf-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  5819. 304.27 s [opt-env-conf-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  5820. 304.27 s [opt-env-conf-source] OptEnvConf=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf,OptEnvConf.Args=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Args,OptEnvConf.Capability=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Capability,OptEnvConf.Casing=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Casing,OptEnvConf.Check=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Check,OptEnvConf.Completer=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Completer,OptEnvConf.Completion=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Completion,OptEnvConf.Doc=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Doc,OptEnvConf.EnvMap=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.EnvMap,OptEnvConf.Error=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Error,OptEnvConf.Lint=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Lint,OptEnvConf.Main=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Main,OptEnvConf.Nix=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Nix,OptEnvConf.NonDet=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.NonDet,OptEnvConf.Output=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Output,OptEnvConf.Parser=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Parser,OptEnvConf.Reader=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Reader,OptEnvConf.Run=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Run,OptEnvConf.Setting=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Setting,OptEnvConf.Terminal=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Terminal,OptEnvConf.Validation=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Validation
  5821. 304.27 s [opt-env-conf-source] Ready component graph:
  5822. 304.27 s [opt-env-conf-source] definite opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  5823. 304.27 s [opt-env-conf-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  5824. 304.27 s [opt-env-conf-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  5825. 304.27 s [opt-env-conf-source] depends autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
  5826. 304.27 s [opt-env-conf-source] depends autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  5827. 304.27 s [opt-env-conf-source] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  5828. 304.27 s [opt-env-conf-source] depends base-4.20.2.0-fafd
  5829. 304.27 s [opt-env-conf-source] depends containers-0.7-96b4
  5830. 304.27 s [opt-env-conf-source] depends hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  5831. 304.27 s [opt-env-conf-source] depends mtl-2.3.1-37af
  5832. 304.27 s [opt-env-conf-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  5833. 304.27 s [opt-env-conf-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  5834. 304.27 s [opt-env-conf-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  5835. 304.27 s [cursor-gen-source] Using ar found on system at:
  5836. 304.27 s [cursor-gen-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  5837. 304.27 s [cursor-gen-source] No c2hs found
  5838. 304.27 s [cursor-gen-source] No cpphs found
  5839. 304.27 s [cursor-gen-source] No doctest found
  5840. 304.27 s [cursor-gen-source] Using gcc version 14.3.0 given by user at:
  5841. 304.27 s [cursor-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  5842. 304.27 s [cursor-gen-source] Using ghc version 9.10.3 found on system at:
  5843. 304.27 s [cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  5844. 304.27 s [cursor-gen-source] Using ghc-pkg version 9.10.3 found on system at:
  5845. 304.27 s [cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  5846. 304.27 s [cursor-gen-source] No ghcjs found
  5847. 304.27 s [cursor-gen-source] No ghcjs-pkg found
  5848. 304.27 s [cursor-gen-source] No greencard found
  5849. 304.27 s [cursor-gen-source] Using haddock version 2.31.1 found on system at:
  5850. 304.27 s [cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  5851. 304.27 s [cursor-gen-source] No happy found
  5852. 304.27 s [cursor-gen-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  5853. 304.27 s [cursor-gen-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5854. 304.27 s [cursor-gen-source] No hmake found
  5855. 304.27 s [cursor-gen-source] Using hpc version 0.69 found on system at:
  5856. 304.27 s [cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  5857. 304.27 s [cursor-gen-source] Using hsc2hs version 0.68.10 found on system at:
  5858. 304.27 s [cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  5859. 304.27 s [cursor-gen-source] Using hscolour version 1.25 found on system at:
  5860. 304.27 s [cursor-gen-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  5861. 304.27 s [cursor-gen-source] No jhc found
  5862. 304.27 s [cursor-gen-source] Using ld found on system at:
  5863. 304.27 s [cursor-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  5864. 304.27 s [cursor-gen-source] No pkg-config found
  5865. 304.27 s [cursor-gen-source] Using runghc version 9.10.3 found on system at:
  5866. 304.27 s [cursor-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  5867. 304.27 s [cursor-gen-source] Using strip version 2.44 found on system at:
  5868. 304.27 s [cursor-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  5869. 304.27 s [cursor-gen-source] Using tar found on system at:
  5870. 304.27 s [cursor-gen-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  5871. 304.27 s [cursor-gen-source] No uhc found
  5872. 304.27 s [cursor-gen-source] Phase: buildPhase
  5873. 304.27 s [cursor-gen-source] Distribution quality warnings:
  5874. 304.27 s [cursor-gen-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  5875. 304.27 s [cursor-gen-source] - QuickCheck
  5876. 304.27 s [cursor-gen-source] - containers
  5877. 304.27 s [cursor-gen-source] - cursor
  5878. 304.27 s [cursor-gen-source] - genvalidity
  5879. 304.27 s [cursor-gen-source] - genvalidity-containers
  5880. 304.27 s [cursor-gen-source] - genvalidity-text
  5881. 304.27 s [cursor-gen-source] - text
  5882. 304.27 s [cursor-gen-source] Please add them. There is more information at https://pvp.haskell.org/
  5883. 304.27 s [cursor-gen-source] Building source dist for cursor-gen-0.4.0.0...
  5884. 304.27 s [cursor-gen-source] Source tarball created: dist/cursor-gen-0.4.0.0.tar.gz
  5885. 304.27 s [cursor-gen-source] Phase: checkPhase
  5886. 304.27 s [cursor-gen-source] Phase: haddockPhase
  5887. 304.27 s [cursor-gen-source] Phase: installPhase
  5888. 304.27 s [cursor-gen-source] Phase: fixupPhase
  5889. 304.28 s [fuzzy-time-gen-source] Phase: buildPhase
  5890. 304.28 s [fuzzy-time-gen-source] Distribution quality warnings:
  5891. 304.28 s [fuzzy-time-gen-source] [no-synopsis] No 'synopsis' field.
  5892. 304.28 s [fuzzy-time-gen-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  5893. 304.28 s [fuzzy-time-gen-source] - QuickCheck
  5894. 304.28 s [fuzzy-time-gen-source] - fuzzy-time
  5895. 304.28 s [fuzzy-time-gen-source] - genvalidity
  5896. 304.28 s [fuzzy-time-gen-source] - genvalidity-time
  5897. 304.28 s [fuzzy-time-gen-source] Please add them. There is more information at https://pvp.haskell.org/
  5898. 304.28 s [fuzzy-time-gen-source] Building source dist for fuzzy-time-gen-0.3.0.0...
  5899. 304.28 s [fuzzy-time-gen-source] Source tarball created: dist/fuzzy-time-gen-0.3.0.0.tar.gz
  5900. 304.28 s [fuzzy-time-gen-source] Phase: checkPhase
  5901. 304.28 s [fuzzy-time-gen-source] Phase: haddockPhase
  5902. 304.28 s [fuzzy-time-gen-source] Phase: installPhase
  5903. 304.28 s [fuzzy-time-gen-source] Phase: fixupPhase
  5904. 304.28 s [genvalidity-persistent-source] Using hpc version 0.69 found on system at:
  5905. 304.28 s [genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  5906. 304.28 s [genvalidity-persistent-source] Using hsc2hs version 0.68.10 found on system at:
  5907. 304.28 s [genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  5908. 304.28 s [genvalidity-persistent-source] Using hscolour version 1.25 found on system at:
  5909. 304.28 s [genvalidity-persistent-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  5910. 304.28 s [genvalidity-persistent-source] No jhc found
  5911. 304.28 s [genvalidity-persistent-source] Using ld found on system at:
  5912. 304.28 s [genvalidity-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  5913. 304.28 s [genvalidity-persistent-source] No pkg-config found
  5914. 304.28 s [genvalidity-persistent-source] Using runghc version 9.10.3 found on system at:
  5915. 304.28 s [genvalidity-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  5916. 304.28 s [genvalidity-persistent-source] Using strip version 2.44 found on system at:
  5917. 304.28 s [genvalidity-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  5918. 304.28 s [genvalidity-persistent-source] Using tar found on system at:
  5919. 304.28 s [genvalidity-persistent-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  5920. 304.28 s [genvalidity-persistent-source] No uhc found
  5921. 304.28 s [genvalidity-persistent-source] Phase: buildPhase
  5922. 304.28 s [genvalidity-persistent-source] Distribution quality warnings:
  5923. 304.28 s [genvalidity-persistent-source] [no-description] No 'description' field.
  5924. 304.28 s [genvalidity-persistent-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  5925. 304.28 s [genvalidity-persistent-source] - QuickCheck
  5926. 304.28 s [genvalidity-persistent-source] - genvalidity
  5927. 304.28 s [genvalidity-persistent-source] - genvalidity-containers
  5928. 304.28 s [genvalidity-persistent-source] - persistent
  5929. 304.28 s [genvalidity-persistent-source] - validity-containers
  5930. 304.28 s [genvalidity-persistent-source] - validity-persistent
  5931. 304.28 s [genvalidity-persistent-source] Please add them. There is more information at https://pvp.haskell.org/
  5932. 304.28 s [genvalidity-persistent-source] Building source dist for genvalidity-persistent-1.0.0.2...
  5933. 304.28 s [genvalidity-persistent-source] Source tarball created: dist/genvalidity-persistent-1.0.0.2.tar.gz
  5934. 304.28 s [genvalidity-persistent-source] Phase: checkPhase
  5935. 304.28 s [genvalidity-persistent-source] Phase: haddockPhase
  5936. 304.28 s [genvalidity-persistent-source] Phase: installPhase
  5937. 304.28 s [genvalidity-persistent-source] Phase: fixupPhase
  5938. 304.28 s [pretty-relative-time] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  5939. 304.28 s [pretty-relative-time] Using strip version 2.44 found on system at:
  5940. 304.28 s [pretty-relative-time] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  5941. 304.28 s [pretty-relative-time] Using tar found on system at:
  5942. 304.28 s [pretty-relative-time] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  5943. 304.28 s [pretty-relative-time] No uhc found
  5944. 304.28 s [pretty-relative-time] Phase: buildPhase
  5945. 304.28 s [pretty-relative-time] Preprocessing library for pretty-relative-time-0.3.0.0...
  5946. 304.28 s [pretty-relative-time] Building library for pretty-relative-time-0.3.0.0...
  5947. 304.28 s [pretty-relative-time] [1 of 5] Compiling Paths_pretty_relative_time ( dist/build/autogen/Paths_pretty_relative_time.hs, dist/build/Paths_pretty_relative_time.o, dist/build/Paths_pretty_relative_time.dyn_o )
  5948. 304.28 s [pretty-relative-time] [2 of 5] Compiling Text.Time.Pretty.Constants ( src/Text/Time/Pretty/Constants.hs, dist/build/Text/Time/Pretty/Constants.o, dist/build/Text/Time/Pretty/Constants.dyn_o )
  5949. 304.28 s [pretty-relative-time] [3 of 5] Compiling Text.Time.Pretty.TimeAgo ( src/Text/Time/Pretty/TimeAgo.hs, dist/build/Text/Time/Pretty/TimeAgo.o, dist/build/Text/Time/Pretty/TimeAgo.dyn_o )
  5950. 304.28 s [opt-env-conf-source] depends safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  5951. 304.28 s [opt-env-conf-source] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  5952. 304.28 s [opt-env-conf-source] depends selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
  5953. 304.28 s [opt-env-conf-source] depends text-2.1.3-34f1
  5954. 304.28 s [opt-env-conf-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  5955. 304.28 s [opt-env-conf-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  5956. 304.28 s [opt-env-conf-source] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  5957. 304.28 s [opt-env-conf-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  5958. 304.28 s [opt-env-conf-source] Using compiler: ghc-9.10.3
  5959. 304.28 s [opt-env-conf-source] Using install prefix:
  5960. 304.28 s [opt-env-conf-source] /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1
  5961. 304.28 s [opt-env-conf-source] Executables installed in:
  5962. 304.28 s [opt-env-conf-source] /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1/bin
  5963. 304.28 s [opt-env-conf-source] Libraries installed in:
  5964. 304.28 s [opt-env-conf-source] /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  5965. 304.28 s [opt-env-conf-source] Dynamic Libraries installed in:
  5966. 304.28 s [opt-env-conf-source] /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  5967. 304.28 s [opt-env-conf-source] Private executables installed in:
  5968. 304.28 s [opt-env-conf-source] /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-0.15.0.1
  5969. 304.28 s [opt-env-conf-source] Data files installed in:
  5970. 304.28 s [opt-env-conf-source] /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1/share/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-0.15.0.1
  5971. 304.28 s [opt-env-conf-source] Documentation installed in: /share/doc/opt-env-conf-0.15.0.1
  5972. 304.28 s [opt-env-conf-source] Configuration files installed in:
  5973. 304.28 s [opt-env-conf-source] /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1/etc
  5974. 304.28 s [opt-env-conf-source] No alex found
  5975. 304.28 s [opt-env-conf-source] Using ar found on system at:
  5976. 304.28 s [opt-env-conf-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  5977. 304.28 s [opt-env-conf-source] No c2hs found
  5978. 304.28 s [opt-env-conf-source] No cpphs found
  5979. 304.28 s [opt-env-conf-source] No doctest found
  5980. 304.28 s [opt-env-conf-source] Using gcc version 14.3.0 given by user at:
  5981. 304.28 s [opt-env-conf-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  5982. 304.28 s [opt-env-conf-source] Using ghc version 9.10.3 found on system at:
  5983. 304.28 s [opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  5984. 304.28 s [opt-env-conf-source] Using ghc-pkg version 9.10.3 found on system at:
  5985. 304.28 s [opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  5986. 304.28 s [opt-env-conf-source] No ghcjs found
  5987. 304.28 s [opt-env-conf-source] No ghcjs-pkg found
  5988. 304.28 s [opt-env-conf-source] No greencard found
  5989. 304.28 s [opt-env-conf-source] Using haddock version 2.31.1 found on system at:
  5990. 304.28 s [opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  5991. 304.28 s [opt-env-conf-source] No happy found
  5992. 304.28 s [opt-env-conf-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  5993. 304.28 s [opt-env-conf-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5994. 304.28 s [opt-env-conf-source] No hmake found
  5995. 304.28 s [opt-env-conf-source] Using hpc version 0.69 found on system at:
  5996. 304.28 s [opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  5997. 304.28 s [opt-env-conf-source] Using hsc2hs version 0.68.10 found on system at:
  5998. 304.28 s [opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  5999. 304.28 s [opt-env-conf-source] Using hscolour version 1.25 found on system at:
  6000. 304.28 s [opt-env-conf-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  6001. 304.28 s [opt-env-conf-source] No jhc found
  6002. 304.28 s [opt-env-conf-source] Using ld found on system at:
  6003. 304.28 s [opt-env-conf-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  6004. 304.28 s [opt-env-conf-source] No pkg-config found
  6005. 304.28 s [opt-env-conf-source] Using runghc version 9.10.3 found on system at:
  6006. 304.28 s [opt-env-conf-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  6007. 304.28 s [opt-env-conf-source] Using strip version 2.44 found on system at:
  6008. 304.28 s [opt-env-conf-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  6009. 304.28 s [opt-env-conf-source] Using tar found on system at:
  6010. 304.28 s [opt-env-conf-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  6011. 304.28 s [opt-env-conf-source] No uhc found
  6012. 304.28 s [opt-env-conf-source] Phase: buildPhase
  6013. 304.28 s [opt-env-conf-source] Distribution quality warnings:
  6014. 304.28 s [opt-env-conf-source] [no-category] No 'category' field.
  6015. 304.28 s [opt-env-conf-source] [no-description] No 'description' field.
  6016. 304.28 s [opt-env-conf-source] [long-synopsis] The 'synopsis' field is rather long (max 80 chars is
  6017. 304.28 s [opt-env-conf-source] recommended).
  6018. 304.28 s [opt-env-conf-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  6019. 304.28 s [opt-env-conf-source] - aeson
  6020. 304.28 s [opt-env-conf-source] - autodocodec
  6021. 304.28 s [opt-env-conf-source] - autodocodec-nix
  6022. 304.28 s [opt-env-conf-source] - autodocodec-schema
  6023. 304.28 s [opt-env-conf-source] - autodocodec-yaml
  6024. 304.28 s [opt-env-conf-source] - containers
  6025. 304.28 s [opt-env-conf-source] - hashable
  6026. 304.28 s [opt-env-conf-source] - mtl
  6027. 304.28 s [opt-env-conf-source] - path
  6028. 304.28 s [opt-env-conf-source] - path-io
  6029. 304.28 s [opt-env-conf-source] - safe-coloured-text
  6030. 304.28 s [opt-env-conf-source] - safe-coloured-text-layout
  6031. 304.28 s [opt-env-conf-source] - selective
  6032. 304.28 s [opt-env-conf-source] - text
  6033. 304.28 s [opt-env-conf-source] - validity
  6034. 304.28 s [opt-env-conf-source] - validity-containers
  6035. 304.28 s [opt-env-conf-source] - validity-text
  6036. 304.28 s [opt-env-conf-source] - safe-coloured-text-terminfo
  6037. 304.28 s [opt-env-conf-source] Please add them. There is more information at https://pvp.haskell.org/
  6038. 304.28 s [opt-env-conf-source] Building source dist for opt-env-conf-0.15.0.1...
  6039. 304.28 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/3xhvp6nsrj0d1ndhcrsx6g5aq01b7sxs-genvalidity-unordered-containers-1.0.0.1-doc /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1
  6040. 304.79 s [post-build-hook] Pushing 2 paths (86 are already present) using zstd to cache smos ⏳
  6041. 304.79 s [post-build-hook]
  6042. 305.11 s [post-build-hook] Pushing /nix/store/3xhvp6nsrj0d1ndhcrsx6g5aq01b7sxs-genvalidity-unordered-containers-1.0.0.1-doc (172.33 KiB)
  6043. 305.20 s [post-build-hook] Pushing /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1 (488.16 KiB)
  6044. 306.04 s [post-build-hook]
  6045. 306.04 s [post-build-hook] All done.
  6046. 306.06 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/3xhvp6nsrj0d1ndhcrsx6g5aq01b7sxs-genvalidity-unordered-containers-1.0.0.1-doc /nix/store/42qnqvrxyybqryrf14nz7lifn5n9c05p-genvalidity-unordered-containers-1.0.0.1
  6047. 306.13 s [post-build-hook] copying 0 paths...
  6048. 306.46 s [post-build-hook] copying 0 paths...
  6049. 306.68 s Progress: 77 of 152 built (6 building), 815 of 815 downloaded from cache
  6050. 306.75 s Building genvalidity-aeson-source
  6051. 306.75 s [feedback] Documentation created: dist/doc/html/feedback/,
  6052. 306.75 s [feedback] dist/doc/html/feedback/feedback.txt
  6053. 306.75 s [feedback] Preprocessing executable 'feedback-test' for feedback-0.2.0.0...
  6054. 306.75 s [feedback] Preprocessing executable 'feedback' for feedback-0.2.0.0...
  6055. 306.75 s [feedback] Phase: installPhase
  6056. 306.75 s [feedback] Installing library in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/feedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN
  6057. 306.75 s [feedback] Installing executable feedback-test in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin
  6058. 306.75 s [feedback] Warning: The directory
  6059. 306.75 s [feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin is not in the
  6060. 306.75 s [feedback] system search path.
  6061. 306.75 s [feedback] Installing executable feedback in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin
  6062. 306.75 s [feedback] Warning: The directory
  6063. 306.75 s [feedback] /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin is not in the
  6064. 306.75 s [feedback] system search path.
  6065. 306.75 s [feedback] Phase: fixupPhase
  6066. 306.75 s [feedback] shrinking RPATHs of ELF executables and libraries in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0
  6067. 306.75 s [feedback] shrinking /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin/feedback
  6068. 306.75 s [feedback] shrinking /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin/feedback-test
  6069. 306.75 s [feedback] shrinking /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSfeedback-0.2.0.0-LOpQ9xMCdUmAb568UJiZzN-ghc9.10.3.so
  6070. 306.75 s [feedback] checking for references to /build/ in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0...
  6071. 306.75 s [feedback] patching script interpreter paths in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0
  6072. 306.75 s [feedback] stripping (with command strip and flags -S -p) in /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/lib /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0/bin
  6073. 306.75 s [feedback] shrinking RPATHs of ELF executables and libraries in /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc
  6074. 306.75 s [feedback] checking for references to /build/ in /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc...
  6075. 306.75 s [feedback] patching script interpreter paths in /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc
  6076. 306.75 s [pretty-relative-time] [4 of 5] Compiling Text.Time.Pretty.Render ( src/Text/Time/Pretty/Render.hs, dist/build/Text/Time/Pretty/Render.o, dist/build/Text/Time/Pretty/Render.dyn_o )
  6077. 306.75 s [pretty-relative-time] [5 of 5] Compiling Text.Time.Pretty ( src/Text/Time/Pretty.hs, dist/build/Text/Time/Pretty.o, dist/build/Text/Time/Pretty.dyn_o )
  6078. 306.75 s [pretty-relative-time] [1 of 5] Compiling Paths_pretty_relative_time ( dist/build/autogen/Paths_pretty_relative_time.hs, dist/build/Paths_pretty_relative_time.p_o )
  6079. 306.75 s [pretty-relative-time] [2 of 5] Compiling Text.Time.Pretty.Constants ( src/Text/Time/Pretty/Constants.hs, dist/build/Text/Time/Pretty/Constants.p_o )
  6080. 306.75 s [pretty-relative-time] [3 of 5] Compiling Text.Time.Pretty.TimeAgo ( src/Text/Time/Pretty/TimeAgo.hs, dist/build/Text/Time/Pretty/TimeAgo.p_o )
  6081. 306.75 s [pretty-relative-time] [4 of 5] Compiling Text.Time.Pretty.Render ( src/Text/Time/Pretty/Render.hs, dist/build/Text/Time/Pretty/Render.p_o )
  6082. 306.75 s [pretty-relative-time] [5 of 5] Compiling Text.Time.Pretty ( src/Text/Time/Pretty.hs, dist/build/Text/Time/Pretty.p_o )
  6083. 306.75 s [opt-env-conf-source] Source tarball created: dist/opt-env-conf-0.15.0.1.tar.gz
  6084. 306.75 s [opt-env-conf-source] Phase: haddockPhase
  6085. 306.75 s [opt-env-conf-source] Phase: installPhase
  6086. 306.75 s [opt-env-conf-source] Phase: fixupPhase
  6087. 306.78 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0
  6088. 307.13 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  6089. 307.13 s [post-build-hook]
  6090. 307.48 s [post-build-hook] Pushing /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0 (19.02 KiB)
  6091. 308.37 s [post-build-hook]
  6092. 308.37 s [post-build-hook] All done.
  6093. 308.39 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0
  6094. 308.44 s [post-build-hook] copying 1 paths...
  6095. 308.44 s [post-build-hook] copying path '/nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0' to 'https://cache.staging.nix-ci.com'...
  6096. 308.82 s [post-build-hook] copying 0 paths...
  6097. 308.85 s Progress: 78 of 152 built (6 building), 815 of 815 downloaded from cache
  6098. 308.88 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0
  6099. 309.23 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  6100. 309.23 s [post-build-hook]
  6101. 309.57 s [post-build-hook] Pushing /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0 (8.04 KiB)
  6102. 310.40 s [post-build-hook]
  6103. 310.40 s [post-build-hook] All done.
  6104. 310.42 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0
  6105. 310.47 s [post-build-hook] copying 1 paths...
  6106. 310.47 s [post-build-hook] copying path '/nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0' to 'https://cache.staging.nix-ci.com'...
  6107. 310.84 s [post-build-hook] copying 0 paths...
  6108. 310.86 s Progress: 79 of 153 built (5 building), 815 of 815 downloaded from cache
  6109. 310.89 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2
  6110. 311.24 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  6111. 311.24 s [post-build-hook]
  6112. 311.58 s [post-build-hook] Pushing /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2 (3.52 KiB)
  6113. 312.43 s [post-build-hook]
  6114. 312.43 s [post-build-hook] All done.
  6115. 312.45 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2
  6116. 312.50 s [post-build-hook] copying 1 paths...
  6117. 312.50 s [post-build-hook] copying path '/nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2' to 'https://cache.staging.nix-ci.com'...
  6118. 313.19 s [post-build-hook] copying 0 paths...
  6119. 313.22 s Progress: 80 of 154 built (4 building), 815 of 815 downloaded from cache
  6120. 313.25 s Building validity-case-insensitive-source
  6121. 313.29 s Building validity-path-source
  6122. 313.36 s Building cursor-gen
  6123. 313.41 s Building fuzzy-time-gen
  6124. 313.42 s Waiting for lock on waiting for a free build user ID for '/nix/store/sfp561g7abpcqqz0k42n4jrqs52jpd84-genvalidity-persistent
  6125. 313.42 s [pretty-relative-time] Preprocessing test suite 'pretty-relative-time-test' for pretty-relative-time-0.3.0.0...
  6126. 313.42 s [pretty-relative-time] Building test suite 'pretty-relative-time-test' for pretty-relative-time-0.3.0.0...
  6127. 313.42 s [pretty-relative-time] [1 of 3] Compiling Paths_pretty_relative_time ( dist/build/pretty-relative-time-test/autogen/Paths_pretty_relative_time.hs, dist/build/pretty-relative-time-test/pretty-relative-time-test-tmp/Paths_pretty_relative_time.o )
  6128. 313.42 s [pretty-relative-time] [2 of 3] Compiling Text.Time.PrettySpec ( test/Text/Time/PrettySpec.hs, dist/build/pretty-relative-time-test/pretty-relative-time-test-tmp/Text/Time/PrettySpec.o )
  6129. 313.42 s [pretty-relative-time] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/pretty-relative-time-test/pretty-relative-time-test-tmp/Main.o )
  6130. 313.42 s [pretty-relative-time] [4 of 4] Linking dist/build/pretty-relative-time-test/pretty-relative-time-test
  6131. 313.42 s [pretty-relative-time] Phase: checkPhase
  6132. 313.42 s [pretty-relative-time] Running 1 test suites...
  6133. 313.42 s [pretty-relative-time] Test suite pretty-relative-time-test: RUNNING...
  6134. 313.42 s [pretty-relative-time]
  6135. 313.42 s [pretty-relative-time] Text.Time.Pretty
  6136. 313.42 s [pretty-relative-time] Eq DaysAgo
  6137. 313.42 s [pretty-relative-time] (==) :: DaysAgo -> DaysAgo -> Bool
  6138. 313.42 s [pretty-relative-time] is reflexive for "valid DaysAgo"s [✔]
  6139. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6140. 313.42 s [pretty-relative-time] is symmetric for "valid DaysAgo"s [✔]
  6141. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6142. 313.42 s [pretty-relative-time] is transitive for "valid DaysAgo"s [✔]
  6143. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6144. 313.42 s [pretty-relative-time] is equivalent to (\a b -> not $ a /= b) for "valid DaysAgo"s [✔]
  6145. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6146. 313.42 s [pretty-relative-time] (/=) :: DaysAgo -> DaysAgo -> Bool
  6147. 313.42 s [pretty-relative-time] is antireflexive for "valid DaysAgo"s [✔]
  6148. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6149. 313.42 s [pretty-relative-time] is equivalent to (\a b -> not $ a == b) for "valid DaysAgo"s [✔]
  6150. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6151. 313.42 s [pretty-relative-time] GenValid DaysAgo
  6152. 313.42 s [pretty-relative-time] genValid :: Gen DaysAgo
  6153. 313.42 s [pretty-relative-time] only generates valid 'DaysAgo's [✔]
  6154. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6155. 313.42 s [pretty-relative-time] daysAgo
  6156. 313.42 s [pretty-relative-time] produces valid TimeAgos [✔]
  6157. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6158. 313.42 s [pretty-relative-time] is the inverse of daysAgoToDays [✔]
  6159. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6160. 313.42 s [pretty-relative-time] daysAgoToDays
  6161. 313.42 s [pretty-relative-time] produces valid results [✔]
  6162. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6163. 313.42 s [pretty-relative-time] is the inverse of daysAgo for just days [✔]
  6164. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6165. 313.42 s [pretty-relative-time] is the inverse of daysAgo [✔]
  6166. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6167. 313.42 s [pretty-relative-time] renderDaysAgoAuto
  6168. 313.42 s [pretty-relative-time] produces valid Strings [✔]
  6169. 313.42 s [pretty-relative-time] +++ OK, passed 100 tests.
  6170. 313.42 s [pretty-relative-time] renders these simple examples well
  6171. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 5, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0} as "5 years ago" [✔]
  6172. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 4, daysAgoWeeks = 0, daysAgoDays = 0} as "4 months ago" [✔]
  6173. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 3, daysAgoDays = 0} as "3 weeks ago" [✔]
  6174. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 2} as "2 days ago" [✔]
  6175. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 1} as "yesterday" [✔]
  6176. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = EQ, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0} as "today" [✔]
  6177. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 1} as "tomorrow" [✔]
  6178. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 2} as "in 2 days" [✔]
  6179. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 3, daysAgoDays = 0} as "in 3 weeks" [✔]
  6180. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 4, daysAgoWeeks = 0, daysAgoDays = 0} as "in 4 months" [✔]
  6181. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 5, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0} as "in 5 years" [✔]
  6182. 313.42 s [pretty-relative-time] handles singular nouns well
  6183. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 1, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0} as "1 year ago" [✔]
  6184. 313.42 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 1, daysAgoWeeks = 0, daysAgoDays = 0} as "1 month ago" [✔]
  6185. 313.42 s [genvalidity-aeson-source] Phase: setupCompilerEnvironmentPhase
  6186. 313.42 s [genvalidity-aeson-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  6187. 313.42 s [genvalidity-aeson-source] Phase: unpackPhase
  6188. 313.42 s [genvalidity-aeson-source] unpacking source archive /nix/store/3yz039d1m61kylzws8214w3xrcxpimyl-genvalidity-aeson
  6189. 313.42 s [genvalidity-aeson-source] source root is genvalidity-aeson
  6190. 313.42 s [genvalidity-aeson-source] Phase: patchPhase
  6191. 313.42 s [genvalidity-aeson-source] Phase: compileBuildDriverPhase
  6192. 313.42 s [genvalidity-aeson-source] setupCompileFlags: -package-db=/build/tmp.iZxx0sz9zB/setup-package.conf.d -threaded
  6193. 313.42 s [genvalidity-aeson-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.iZxx0sz9zB/Main.o )
  6194. 313.42 s [genvalidity-aeson-source] [2 of 2] Linking Setup
  6195. 313.42 s [genvalidity-aeson-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  6196. 313.42 s [genvalidity-aeson-source] Phase: configurePhase
  6197. 313.42 s [genvalidity-aeson-source] configureFlags: --verbose --prefix=/nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-aeson-1.1.0.0 --with-gcc=gcc --package-db=/build/tmp.iZxx0sz9zB/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  6198. 313.42 s [genvalidity-aeson-source] Using Parsec parser
  6199. 313.42 s [genvalidity-aeson-source] Configuring genvalidity-aeson-1.1.0.0...
  6200. 313.42 s [genvalidity-aeson-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  6201. 313.42 s [genvalidity-aeson-source] Dependency aeson >=1.4.0.0: using aeson-2.2.3.0
  6202. 313.42 s [genvalidity-aeson-source] Dependency base >=4.10 && <5: using base-4.20.2.0
  6203. 313.42 s [genvalidity-aeson-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  6204. 313.42 s [genvalidity-aeson-source] Dependency genvalidity-scientific >=0.2: using genvalidity-scientific-1.0.0.0
  6205. 313.42 s [genvalidity-aeson-source] Dependency genvalidity-text >=0.5: using genvalidity-text-1.0.0.1
  6206. 313.42 s [genvalidity-aeson-source] Dependency genvalidity-unordered-containers >=0.2: using
  6207. 313.42 s [genvalidity-aeson-source] genvalidity-unordered-containers-1.0.0.1
  6208. 313.42 s [genvalidity-aeson-source] Dependency genvalidity-vector >=0.2: using genvalidity-vector-1.0.0.0
  6209. 313.42 s [genvalidity-aeson-source] Dependency validity-aeson >=0.2: using validity-aeson-0.2.0.5
  6210. 313.42 s [genvalidity-aeson-source] Dependency aeson >=1.4.0.0: using aeson-2.2.3.0
  6211. 313.42 s [genvalidity-aeson-source] Dependency base >=4.10 && <5: using base-4.20.2.0
  6212. 313.42 s [genvalidity-aeson-source] Dependency deepseq: using deepseq-1.5.0.0
  6213. 313.42 s [genvalidity-aeson-source] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
  6214. 313.42 s [genvalidity-aeson-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  6215. 313.42 s [genvalidity-aeson-source] Dependency hspec: using hspec-2.11.14
  6216. 313.42 s [genvalidity-aeson-source] Source component graph:
  6217. 313.42 s [genvalidity-aeson-source] component lib
  6218. 313.42 s [genvalidity-aeson-source] component test:genvalidity-aeson-test dependency lib
  6219. 313.42 s [genvalidity-aeson-source] Configured component graph:
  6220. 313.42 s [genvalidity-aeson-source] component genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
  6221. 313.42 s [genvalidity-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6222. 313.42 s [genvalidity-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  6223. 313.42 s [genvalidity-aeson-source] include base-4.20.2.0-fafd
  6224. 313.42 s [genvalidity-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  6225. 313.42 s [genvalidity-aeson-source] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  6226. 313.42 s [genvalidity-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  6227. 313.42 s [genvalidity-aeson-source] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  6228. 313.42 s [genvalidity-aeson-source] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  6229. 313.42 s [genvalidity-aeson-source] include validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
  6230. 313.42 s [genvalidity-aeson-source] component genvalidity-aeson-1.1.0.0-3VEHXyB8vNVC28Me1j3mMR-genvalidity-aeson-test
  6231. 313.42 s [genvalidity-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  6232. 313.42 s [genvalidity-aeson-source] include base-4.20.2.0-fafd
  6233. 313.42 s [genvalidity-aeson-source] include deepseq-1.5.0.0-2b65
  6234. 313.42 s [validity-case-insensitive-source] Phase: setupCompilerEnvironmentPhase
  6235. 313.42 s [validity-case-insensitive-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  6236. 313.64 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0
  6237. 314.14 s [post-build-hook] Pushing 2 paths (301 are already present) using zstd to cache smos ⏳
  6238. 314.14 s [post-build-hook]
  6239. 314.53 s [post-build-hook] Pushing /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc (349.80 KiB)
  6240. 314.55 s [post-build-hook] Pushing /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0 (14.59 MiB)
  6241. 315.58 s [post-build-hook]
  6242. 315.62 s [post-build-hook] All done.
  6243. 315.62 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc /nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0
  6244. 316.00 s [post-build-hook] copying 2 paths...
  6245. 316.00 s [post-build-hook] copying path '/nix/store/69plkbhs4zqfrai8lii272vn3nz01cgx-feedback-0.2.0.0-doc' to 'https://cache.staging.nix-ci.com'...
  6246. 316.26 s [post-build-hook] copying path '/nix/store/sw12w0jxpydylrxgspnyl7vg8s203w0z-feedback-0.2.0.0' to 'https://cache.staging.nix-ci.com'...
  6247. 320.08 s [post-build-hook] copying 1 paths...
  6248. 320.08 s [post-build-hook] copying path '/nix/store/3ggg37awcf6q3ss65hc7vzninvi4ch82-feedback-0.2.0.0.drv' to 'https://cache.staging.nix-ci.com'...
  6249. 320.35 s Progress: 81 of 152 built (7 building), 815 of 815 downloaded from cache
  6250. 320.41 s Building genvalidity-persistent
  6251. 320.43 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1
  6252. 320.81 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  6253. 320.81 s [post-build-hook]
  6254. 321.32 s [post-build-hook] Pushing /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1 (53.12 KiB)
  6255. 322.16 s [post-build-hook]
  6256. 322.16 s [post-build-hook] All done.
  6257. 322.17 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1
  6258. 322.22 s [post-build-hook] copying 1 paths...
  6259. 322.22 s [post-build-hook] copying path '/nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1' to 'https://cache.staging.nix-ci.com'...
  6260. 323.33 s [post-build-hook] copying 0 paths...
  6261. 323.36 s Progress: 82 of 153 built (7 building), 815 of 815 downloaded from cache
  6262. 323.52 s Building opt-env-conf
  6263. 323.52 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 1, daysAgoDays = 0} as "1 week ago" [✔]
  6264. 323.52 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 1} as "yesterday" [✔]
  6265. 323.52 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 1} as "tomorrow" [✔]
  6266. 323.52 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 1, daysAgoDays = 0} as "in 1 week" [✔]
  6267. 323.52 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 0, daysAgoMonths = 1, daysAgoWeeks = 0, daysAgoDays = 0} as "in 1 month" [✔]
  6268. 323.52 s [pretty-relative-time] Renders DaysAgo {daysAgoSign = LT, daysAgoYears = 1, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0} as "in 1 year" [✔]
  6269. 323.52 s [pretty-relative-time] Eq TimeAgo
  6270. 323.52 s [pretty-relative-time] (==) :: TimeAgo -> TimeAgo -> Bool
  6271. 323.52 s [pretty-relative-time] is reflexive for "valid TimeAgo"s [✔]
  6272. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6273. 323.52 s [pretty-relative-time] is symmetric for "valid TimeAgo"s [✔]
  6274. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6275. 323.52 s [pretty-relative-time] is transitive for "valid TimeAgo"s [✔]
  6276. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6277. 323.52 s [pretty-relative-time] is equivalent to (\a b -> not $ a /= b) for "valid TimeAgo"s [✔]
  6278. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6279. 323.52 s [pretty-relative-time] (/=) :: TimeAgo -> TimeAgo -> Bool
  6280. 323.52 s [pretty-relative-time] is antireflexive for "valid TimeAgo"s [✔]
  6281. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6282. 323.52 s [pretty-relative-time] is equivalent to (\a b -> not $ a == b) for "valid TimeAgo"s [✔]
  6283. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6284. 323.52 s [pretty-relative-time] GenValid TimeAgo
  6285. 323.52 s [pretty-relative-time] genValid :: Gen TimeAgo
  6286. 323.52 s [pretty-relative-time] only generates valid 'TimeAgo's [✔]
  6287. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6288. 323.52 s [pretty-relative-time] timeAgo
  6289. 323.52 s [pretty-relative-time] produces valid TimeAgo's [✔]
  6290. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6291. 323.52 s [pretty-relative-time] is the inverse of timeAgoToDiffTime [✔]
  6292. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6293. 323.52 s [pretty-relative-time] timeAgoToDiffTime
  6294. 323.52 s [pretty-relative-time] produces valid DiffTime's [✔]
  6295. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6296. 323.52 s [pretty-relative-time] is the inverse of timeAgo for just picoseconds [✔]
  6297. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6298. 323.52 s [pretty-relative-time] is the inverse of timeAgo [✔]
  6299. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6300. 323.52 s [pretty-relative-time] renderTimeAgoAuto
  6301. 323.52 s [pretty-relative-time] produces valid Strings's [✔]
  6302. 323.52 s [pretty-relative-time] +++ OK, passed 100 tests.
  6303. 323.52 s [pretty-relative-time] renders these simple examples well
  6304. 323.52 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 2, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "2 years ago" [✔]
  6305. 323.52 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 3, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "3 months ago" [✔]
  6306. 323.52 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 4, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "4 weeks ago" [✔]
  6307. 323.52 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 5}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "5 days ago" [✔]
  6308. 323.52 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 6, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "6 hours ago" [✔]
  6309. 323.52 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 7, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "7 minutes ago" [✔]
  6310. 323.52 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 8, timeAgoPicoSeconds = 0} as "8 seconds ago" [✔]
  6311. 323.52 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 9} as "just now" [✔]
  6312. 323.52 s [genvalidity-aeson-source] include genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
  6313. 323.52 s [genvalidity-aeson-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6314. 323.52 s [genvalidity-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6315. 323.52 s [genvalidity-aeson-source] Linked component graph:
  6316. 323.52 s [genvalidity-aeson-source] unit genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
  6317. 323.52 s [genvalidity-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6318. 323.52 s [genvalidity-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  6319. 323.52 s [genvalidity-aeson-source] include base-4.20.2.0-fafd
  6320. 323.52 s [genvalidity-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  6321. 323.52 s [genvalidity-aeson-source] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  6322. 323.52 s [genvalidity-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  6323. 323.52 s [genvalidity-aeson-source] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  6324. 323.52 s [genvalidity-aeson-source] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  6325. 323.52 s [genvalidity-aeson-source] include validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
  6326. 323.52 s [genvalidity-aeson-source] Data.GenValidity.Aeson=genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN:Data.GenValidity.Aeson
  6327. 323.52 s [genvalidity-aeson-source] unit genvalidity-aeson-1.1.0.0-3VEHXyB8vNVC28Me1j3mMR-genvalidity-aeson-test
  6328. 323.52 s [genvalidity-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  6329. 323.52 s [genvalidity-aeson-source] include base-4.20.2.0-fafd
  6330. 323.52 s [genvalidity-aeson-source] include deepseq-1.5.0.0-2b65
  6331. 323.52 s [genvalidity-aeson-source] include genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
  6332. 323.52 s [genvalidity-aeson-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6333. 323.52 s [genvalidity-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6334. 323.52 s [genvalidity-aeson-source] Ready component graph:
  6335. 323.52 s [genvalidity-aeson-source] definite genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
  6336. 323.52 s [genvalidity-aeson-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6337. 323.52 s [genvalidity-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  6338. 323.52 s [genvalidity-aeson-source] depends base-4.20.2.0-fafd
  6339. 323.52 s [genvalidity-aeson-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  6340. 323.52 s [genvalidity-aeson-source] depends genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  6341. 323.52 s [genvalidity-aeson-source] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  6342. 323.52 s [genvalidity-aeson-source] depends genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  6343. 323.52 s [genvalidity-aeson-source] depends genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  6344. 323.52 s [genvalidity-aeson-source] depends validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
  6345. 323.52 s [genvalidity-aeson-source] definite genvalidity-aeson-1.1.0.0-3VEHXyB8vNVC28Me1j3mMR-genvalidity-aeson-test
  6346. 323.52 s [genvalidity-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  6347. 323.52 s [genvalidity-aeson-source] depends base-4.20.2.0-fafd
  6348. 323.52 s [genvalidity-aeson-source] depends deepseq-1.5.0.0-2b65
  6349. 323.52 s [genvalidity-aeson-source] depends genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
  6350. 323.52 s [genvalidity-aeson-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6351. 323.52 s [genvalidity-aeson-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6352. 323.52 s [genvalidity-aeson-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  6353. 323.52 s [genvalidity-aeson-source] Using compiler: ghc-9.10.3
  6354. 323.52 s [genvalidity-aeson-source] Using install prefix:
  6355. 323.52 s [genvalidity-aeson-source] /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0
  6356. 323.52 s [genvalidity-aeson-source] Executables installed in:
  6357. 323.52 s [genvalidity-aeson-source] /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0/bin
  6358. 323.52 s [genvalidity-aeson-source] Libraries installed in:
  6359. 323.52 s [genvalidity-aeson-source] /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-aeson-1.1.0.0-9HTFl2soIoRJAHnS9xkMZN
  6360. 323.52 s [genvalidity-aeson-source] Dynamic Libraries installed in:
  6361. 323.52 s [genvalidity-aeson-source] /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  6362. 323.52 s [genvalidity-aeson-source] Private executables installed in:
  6363. 323.52 s [genvalidity-aeson-source] /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-aeson-1.1.0.0
  6364. 323.52 s [genvalidity-aeson-source] Data files installed in:
  6365. 323.52 s [genvalidity-aeson-source] /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-aeson-1.1.0.0
  6366. 323.52 s [genvalidity-aeson-source] Documentation installed in: /share/doc/genvalidity-aeson-1.1.0.0
  6367. 323.52 s [genvalidity-aeson-source] Configuration files installed in:
  6368. 323.52 s [genvalidity-aeson-source] /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0/etc
  6369. 323.52 s [genvalidity-aeson-source] No alex found
  6370. 323.52 s [genvalidity-aeson-source] Using ar found on system at:
  6371. 323.52 s [genvalidity-aeson-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  6372. 323.52 s [genvalidity-aeson-source] No c2hs found
  6373. 323.52 s [genvalidity-aeson-source] No cpphs found
  6374. 323.52 s [genvalidity-aeson-source] No doctest found
  6375. 323.52 s [genvalidity-aeson-source] Using gcc version 14.3.0 given by user at:
  6376. 323.52 s [genvalidity-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  6377. 323.52 s [genvalidity-aeson-source] Using ghc version 9.10.3 found on system at:
  6378. 323.52 s [genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  6379. 323.52 s [genvalidity-aeson-source] Using ghc-pkg version 9.10.3 found on system at:
  6380. 323.52 s [genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  6381. 323.52 s [genvalidity-aeson-source] No ghcjs found
  6382. 323.52 s [genvalidity-aeson-source] No ghcjs-pkg found
  6383. 323.52 s [genvalidity-aeson-source] No greencard found
  6384. 323.53 s [genvalidity-aeson-source] Using haddock version 2.31.1 found on system at:
  6385. 323.53 s [validity-case-insensitive-source] Phase: unpackPhase
  6386. 323.53 s [validity-case-insensitive-source] unpacking source archive /nix/store/rpkzsbfqncv2pdbjgaj5qfsxig5mnh0b-validity-case-insensitive
  6387. 323.53 s [validity-case-insensitive-source] source root is validity-case-insensitive
  6388. 323.53 s [validity-case-insensitive-source] Phase: patchPhase
  6389. 323.53 s [validity-case-insensitive-source] Phase: compileBuildDriverPhase
  6390. 323.53 s [validity-case-insensitive-source] setupCompileFlags: -package-db=/build/tmp.8Hs34Foxey/setup-package.conf.d -threaded
  6391. 323.53 s [validity-case-insensitive-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.8Hs34Foxey/Main.o )
  6392. 323.53 s [validity-case-insensitive-source] [2 of 2] Linking Setup
  6393. 323.53 s [validity-case-insensitive-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  6394. 323.53 s [validity-case-insensitive-source] Phase: configurePhase
  6395. 323.53 s [validity-case-insensitive-source] configureFlags: --verbose --prefix=/nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/validity-case-insensitive-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.8Hs34Foxey/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  6396. 323.53 s [validity-case-insensitive-source] Using Parsec parser
  6397. 323.53 s [validity-case-insensitive-source] Configuring validity-case-insensitive-0.0.0.0...
  6398. 323.53 s [validity-case-insensitive-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  6399. 323.53 s [validity-case-insensitive-source] Dependency case-insensitive: using case-insensitive-1.2.1.0
  6400. 323.53 s [validity-case-insensitive-source] Dependency validity >=0.9.0.2: using validity-0.12.1.0
  6401. 323.53 s [validity-case-insensitive-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  6402. 323.53 s [validity-case-insensitive-source] Dependency case-insensitive: using case-insensitive-1.2.1.0
  6403. 323.53 s [validity-case-insensitive-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  6404. 323.53 s [validity-case-insensitive-source] Dependency hspec: using hspec-2.11.14
  6405. 323.53 s [validity-case-insensitive-source] Dependency validity-case-insensitive: using validity-case-insensitive-0.0.0.0
  6406. 323.53 s [validity-case-insensitive-source] Source component graph:
  6407. 323.53 s [validity-case-insensitive-source] component lib
  6408. 323.53 s [validity-case-insensitive-source] component test:validity-case-insensitive-test dependency lib
  6409. 323.53 s [validity-case-insensitive-source] Configured component graph:
  6410. 323.53 s [validity-case-insensitive-source] component validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  6411. 323.53 s [validity-case-insensitive-source] include base-4.20.2.0-fafd
  6412. 323.53 s [validity-case-insensitive-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  6413. 323.53 s [validity-case-insensitive-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  6414. 323.53 s [validity-case-insensitive-source] component validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
  6415. 323.53 s [validity-case-insensitive-source] include base-4.20.2.0-fafd
  6416. 323.53 s [validity-case-insensitive-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  6417. 323.53 s [validity-case-insensitive-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6418. 323.53 s [validity-case-insensitive-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6419. 323.53 s [validity-case-insensitive-source] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  6420. 323.53 s [validity-case-insensitive-source] Linked component graph:
  6421. 323.53 s [validity-case-insensitive-source] unit validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  6422. 323.53 s [validity-case-insensitive-source] include base-4.20.2.0-fafd
  6423. 323.53 s [validity-case-insensitive-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  6424. 323.53 s [validity-case-insensitive-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  6425. 323.53 s [validity-case-insensitive-source] Data.Validity.CaseInsensitive=validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo:Data.Validity.CaseInsensitive
  6426. 323.53 s [validity-case-insensitive-source] unit validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
  6427. 323.53 s [validity-case-insensitive-source] include base-4.20.2.0-fafd
  6428. 323.53 s [validity-case-insensitive-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  6429. 323.53 s [validity-case-insensitive-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6430. 323.53 s [validity-case-insensitive-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6431. 323.53 s [validity-case-insensitive-source] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  6432. 323.53 s [validity-case-insensitive-source] Ready component graph:
  6433. 323.53 s [validity-path-source] Phase: setupCompilerEnvironmentPhase
  6434. 323.53 s [validity-path-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  6435. 323.53 s [validity-path-source] Phase: unpackPhase
  6436. 323.53 s [validity-path-source] unpacking source archive /nix/store/vgl95vlvp12mc4jd4q25lssjhdb6i228-validity-path
  6437. 323.53 s [validity-path-source] source root is validity-path
  6438. 323.53 s [validity-path-source] Phase: patchPhase
  6439. 323.53 s [validity-path-source] Phase: compileBuildDriverPhase
  6440. 323.53 s [validity-path-source] setupCompileFlags: -package-db=/build/tmp.10aXfGfSBd/setup-package.conf.d -threaded
  6441. 323.53 s [validity-path-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.10aXfGfSBd/Main.o )
  6442. 323.53 s [validity-path-source] [2 of 2] Linking Setup
  6443. 323.53 s [validity-path-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  6444. 323.53 s [validity-path-source] Phase: configurePhase
  6445. 323.53 s [validity-path-source] configureFlags: --verbose --prefix=/nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/validity-path-0.4.0.1 --with-gcc=gcc --package-db=/build/tmp.10aXfGfSBd/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  6446. 323.53 s [validity-path-source] Using Parsec parser
  6447. 323.53 s [validity-path-source] Configuring validity-path-0.4.0.1...
  6448. 323.53 s [validity-path-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  6449. 323.53 s [validity-path-source] Dependency filepath >=1.3: using filepath-1.5.4.0
  6450. 323.53 s [validity-path-source] Dependency path >=0.5: using path-0.9.6
  6451. 323.53 s [validity-path-source] Dependency validity >=0.9.0.2: using validity-0.12.1.0
  6452. 323.53 s [validity-path-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  6453. 323.53 s [validity-path-source] Dependency filepath >=1.3: using filepath-1.5.4.0
  6454. 323.53 s [validity-path-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  6455. 323.53 s [validity-path-source] Dependency hspec: using hspec-2.11.14
  6456. 323.53 s [validity-path-source] Dependency path >=0.5: using path-0.9.6
  6457. 323.53 s [validity-path-source] Dependency validity-path: using validity-path-0.4.0.1
  6458. 323.53 s [validity-path-source] Source component graph:
  6459. 323.53 s [validity-path-source] component lib
  6460. 323.53 s [validity-path-source] component test:validity-path-test dependency lib
  6461. 323.53 s [validity-path-source] Configured component graph:
  6462. 323.53 s [validity-path-source] component validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  6463. 323.53 s [validity-path-source] include base-4.20.2.0-fafd
  6464. 323.53 s [validity-path-source] include filepath-1.5.4.0-2605
  6465. 323.53 s [validity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  6466. 323.53 s [validity-path-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  6467. 323.53 s [validity-path-source] component validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
  6468. 323.53 s [validity-path-source] include base-4.20.2.0-fafd
  6469. 323.53 s [validity-path-source] include filepath-1.5.4.0-2605
  6470. 323.53 s [validity-path-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6471. 323.53 s [validity-path-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6472. 323.53 s [validity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  6473. 323.53 s [validity-path-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  6474. 323.53 s [validity-path-source] Linked component graph:
  6475. 323.53 s [validity-path-source] unit validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  6476. 323.53 s [validity-path-source] include base-4.20.2.0-fafd
  6477. 323.53 s [validity-path-source] include filepath-1.5.4.0-2605
  6478. 323.53 s [validity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  6479. 323.53 s [validity-path-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  6480. 323.53 s [validity-path-source] Data.Validity.Path=validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp:Data.Validity.Path
  6481. 323.53 s [validity-path-source] unit validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
  6482. 323.53 s [validity-path-source] include base-4.20.2.0-fafd
  6483. 323.53 s [validity-path-source] include filepath-1.5.4.0-2605
  6484. 323.53 s [validity-path-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6485. 323.53 s [validity-path-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6486. 323.53 s [cursor-gen] Phase: setupCompilerEnvironmentPhase
  6487. 323.53 s [cursor-gen] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  6488. 323.53 s [cursor-gen] Phase: unpackPhase
  6489. 323.53 s [cursor-gen] unpacking source archive /nix/store/b1w1ha17a113ygpflb3bs54scariwv1b-cursor-gen-source-0.4.0.0/cursor-gen-0.4.0.0.tar.gz
  6490. 323.53 s [cursor-gen] source root is cursor-gen-0.4.0.0
  6491. 323.53 s [cursor-gen] setting SOURCE_DATE_EPOCH to timestamp 1780347837 of file "cursor-gen-0.4.0.0/test/Spec.hs"
  6492. 323.53 s [cursor-gen] warning: file "cursor-gen-0.4.0.0/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  6493. 323.53 s [cursor-gen] Phase: patchPhase
  6494. 323.53 s [cursor-gen] Phase: compileBuildDriverPhase
  6495. 323.53 s [cursor-gen] setupCompileFlags: -package-db=/build/tmp.TqwKDk9lOw/setup-package.conf.d -threaded
  6496. 323.53 s [cursor-gen] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.TqwKDk9lOw/Main.o )
  6497. 323.53 s [cursor-gen] [2 of 2] Linking Setup
  6498. 323.53 s [cursor-gen] Phase: updateAutotoolsGnuConfigScriptsPhase
  6499. 323.53 s [cursor-gen] Phase: configurePhase
  6500. 323.53 s [cursor-gen] configureFlags: --verbose --prefix=/nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc/share/doc/cursor-gen-0.4.0.0 --with-gcc=gcc --package-db=/build/tmp.TqwKDk9lOw/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  6501. 323.53 s [cursor-gen] Using Parsec parser
  6502. 323.53 s [cursor-gen] Configuring cursor-gen-0.4.0.0...
  6503. 323.53 s [cursor-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
  6504. 323.53 s [cursor-gen] Dependency base <5: using base-4.20.2.0
  6505. 323.53 s [cursor-gen] Dependency containers: using containers-0.7
  6506. 323.53 s [cursor-gen] Dependency cursor >=0.2: using cursor-0.3.2.0
  6507. 323.53 s [cursor-gen] Dependency genvalidity >=0.8: using genvalidity-1.1.1.0
  6508. 323.53 s [cursor-gen] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  6509. 323.53 s [cursor-gen] Dependency genvalidity-text >=0.6: using genvalidity-text-1.0.0.1
  6510. 323.53 s [cursor-gen] Dependency text: using text-2.1.3
  6511. 323.53 s [cursor-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
  6512. 323.53 s [cursor-gen] Dependency base <5: using base-4.20.2.0
  6513. 323.53 s [cursor-gen] Dependency containers: using containers-0.7
  6514. 323.53 s [cursor-gen] Dependency cursor: using cursor-0.3.2.0
  6515. 323.53 s [cursor-gen] Dependency cursor-gen: using cursor-gen-0.4.0.0
  6516. 323.53 s [cursor-gen] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  6517. 323.53 s [cursor-gen] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
  6518. 323.53 s [cursor-gen] Dependency hspec: using hspec-2.11.14
  6519. 323.53 s [cursor-gen] Dependency microlens: using microlens-0.4.14.0
  6520. 323.53 s [cursor-gen] Dependency pretty-show: using pretty-show-1.10
  6521. 323.53 s [cursor-gen] Dependency text: using text-2.1.3
  6522. 323.53 s [cursor-gen] Source component graph:
  6523. 323.53 s [cursor-gen] component lib
  6524. 323.53 s [cursor-gen] component test:cursor-test dependency lib
  6525. 323.53 s [cursor-gen] Configured component graph:
  6526. 323.53 s [cursor-gen] component cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  6527. 323.53 s [cursor-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6528. 323.53 s [cursor-gen] include base-4.20.2.0-fafd
  6529. 323.53 s [cursor-gen] include containers-0.7-96b4
  6530. 323.53 s [cursor-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  6531. 323.53 s [cursor-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  6532. 323.53 s [cursor-gen] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  6533. 323.53 s [cursor-gen] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  6534. 323.53 s [cursor-gen] include text-2.1.3-34f1
  6535. 323.53 s [cursor-gen] component cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
  6536. 323.53 s [fuzzy-time-gen] Phase: setupCompilerEnvironmentPhase
  6537. 323.53 s [fuzzy-time-gen] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  6538. 323.53 s [fuzzy-time-gen] Phase: unpackPhase
  6539. 323.53 s [fuzzy-time-gen] unpacking source archive /nix/store/9jaq60y0k90k4g2p4wp0ljl5kqhz0v1p-fuzzy-time-gen-source-0.3.0.0/fuzzy-time-gen-0.3.0.0.tar.gz
  6540. 323.53 s [fuzzy-time-gen] source root is fuzzy-time-gen-0.3.0.0
  6541. 323.53 s [fuzzy-time-gen] setting SOURCE_DATE_EPOCH to timestamp 1780347837 of file "fuzzy-time-gen-0.3.0.0/test/Spec.hs"
  6542. 323.53 s [fuzzy-time-gen] warning: file "fuzzy-time-gen-0.3.0.0/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  6543. 323.53 s [fuzzy-time-gen] Phase: patchPhase
  6544. 323.53 s [fuzzy-time-gen] Phase: compileBuildDriverPhase
  6545. 323.53 s [fuzzy-time-gen] setupCompileFlags: -package-db=/build/tmp.5QQtxOnXtF/setup-package.conf.d -threaded
  6546. 323.53 s [fuzzy-time-gen] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.5QQtxOnXtF/Main.o )
  6547. 323.53 s [fuzzy-time-gen] [2 of 2] Linking Setup
  6548. 323.53 s [fuzzy-time-gen] Phase: updateAutotoolsGnuConfigScriptsPhase
  6549. 323.53 s [fuzzy-time-gen] Phase: configurePhase
  6550. 323.53 s [fuzzy-time-gen] configureFlags: --verbose --prefix=/nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/6dr08irz2d5g76a9dlqrvilncfgxbffa-fuzzy-time-gen-0.3.0.0-doc/share/doc/fuzzy-time-gen-0.3.0.0 --with-gcc=gcc --package-db=/build/tmp.5QQtxOnXtF/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  6551. 323.53 s [fuzzy-time-gen] Using Parsec parser
  6552. 323.53 s [fuzzy-time-gen] Configuring fuzzy-time-gen-0.3.0.0...
  6553. 323.53 s [fuzzy-time-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
  6554. 323.53 s [fuzzy-time-gen] Dependency base >=4.9 && <=5: using base-4.20.2.0
  6555. 323.53 s [fuzzy-time-gen] Dependency fuzzy-time >=0.3: using fuzzy-time-0.3.0.1
  6556. 323.53 s [fuzzy-time-gen] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  6557. 323.53 s [fuzzy-time-gen] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
  6558. 323.53 s [fuzzy-time-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
  6559. 323.53 s [fuzzy-time-gen] Dependency base >=4.9 && <=5: using base-4.20.2.0
  6560. 323.53 s [fuzzy-time-gen] Dependency fuzzy-time: using fuzzy-time-0.3.0.1
  6561. 323.53 s [fuzzy-time-gen] Dependency fuzzy-time-gen: using fuzzy-time-gen-0.3.0.0
  6562. 323.53 s [fuzzy-time-gen] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  6563. 323.53 s [fuzzy-time-gen] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
  6564. 323.53 s [fuzzy-time-gen] Dependency hspec: using hspec-2.11.14
  6565. 323.53 s [fuzzy-time-gen] Dependency megaparsec: using megaparsec-9.7.0
  6566. 323.53 s [fuzzy-time-gen] Dependency text: using text-2.1.3
  6567. 323.53 s [fuzzy-time-gen] Dependency time: using time-1.12.2
  6568. 323.53 s [fuzzy-time-gen] Source component graph:
  6569. 323.53 s [fuzzy-time-gen] component lib
  6570. 323.53 s [fuzzy-time-gen] component test:fuzzy-time-test dependency lib
  6571. 323.53 s [fuzzy-time-gen] Configured component graph:
  6572. 323.53 s [fuzzy-time-gen] component fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  6573. 323.53 s [fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6574. 323.53 s [fuzzy-time-gen] include base-4.20.2.0-fafd
  6575. 323.53 s [fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  6576. 323.53 s [fuzzy-time-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  6577. 323.53 s [fuzzy-time-gen] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  6578. 323.53 s [fuzzy-time-gen] component fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
  6579. 323.53 s [fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6580. 323.53 s [fuzzy-time-gen] include base-4.20.2.0-fafd
  6581. 323.53 s [fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  6582. 323.53 s [fuzzy-time-gen] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  6583. 323.53 s [fuzzy-time-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6584. 323.53 s [genvalidity-persistent] Phase: setupCompilerEnvironmentPhase
  6585. 323.53 s [genvalidity-persistent] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  6586. 323.53 s [genvalidity-persistent] Phase: unpackPhase
  6587. 323.53 s [genvalidity-persistent] unpacking source archive /nix/store/y2df6z5sgd52l5gapi9b361a2x65pwnr-genvalidity-persistent-source-1.0.0.2/genvalidity-persistent-1.0.0.2.tar.gz
  6588. 323.53 s [genvalidity-persistent] source root is genvalidity-persistent-1.0.0.2
  6589. 323.53 s [genvalidity-persistent] setting SOURCE_DATE_EPOCH to timestamp 1780347837 of file "genvalidity-persistent-1.0.0.2/test/Spec.hs"
  6590. 323.53 s [genvalidity-persistent] warning: file "genvalidity-persistent-1.0.0.2/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  6591. 323.53 s [genvalidity-persistent] Phase: patchPhase
  6592. 323.53 s [genvalidity-persistent] Phase: compileBuildDriverPhase
  6593. 323.53 s [genvalidity-persistent] setupCompileFlags: -package-db=/build/tmp.qBmcSCCWX8/setup-package.conf.d -threaded
  6594. 323.53 s [genvalidity-persistent] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.qBmcSCCWX8/Main.o )
  6595. 323.53 s [genvalidity-persistent] [2 of 2] Linking Setup
  6596. 323.54 s [genvalidity-persistent] Phase: updateAutotoolsGnuConfigScriptsPhase
  6597. 323.54 s [genvalidity-persistent] Phase: configurePhase
  6598. 323.54 s [genvalidity-persistent] configureFlags: --verbose --prefix=/nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/rcq0gfps8iaycrwz7j80qy5lx4xc9rz7-genvalidity-persistent-1.0.0.2-doc/share/doc/genvalidity-persistent-1.0.0.2 --with-gcc=gcc --package-db=/build/tmp.qBmcSCCWX8/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  6599. 323.54 s [genvalidity-persistent] Using Parsec parser
  6600. 323.54 s [genvalidity-persistent] Configuring genvalidity-persistent-1.0.0.2...
  6601. 323.54 s [genvalidity-persistent] Dependency QuickCheck: using QuickCheck-2.15.0.1
  6602. 323.54 s [genvalidity-persistent] Dependency base >=4.7 && <5: using base-4.20.2.0
  6603. 323.54 s [genvalidity-persistent] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  6604. 323.54 s [genvalidity-persistent] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  6605. 323.54 s [genvalidity-persistent] Dependency persistent >=0.5: using persistent-2.17.1.0
  6606. 323.54 s [genvalidity-persistent] Dependency validity-containers: using validity-containers-0.5.0.5
  6607. 323.54 s [genvalidity-persistent] Dependency validity-persistent: using validity-persistent-0.0.0.0
  6608. 323.54 s [genvalidity-persistent] Dependency QuickCheck: using QuickCheck-2.15.0.1
  6609. 323.54 s [genvalidity-persistent] Dependency base >=4.7 && <5: using base-4.20.2.0
  6610. 323.54 s [genvalidity-persistent] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  6611. 323.54 s [genvalidity-persistent] Dependency genvalidity-persistent: using genvalidity-persistent-1.0.0.2
  6612. 323.54 s [genvalidity-persistent] Dependency hspec: using hspec-2.11.14
  6613. 323.54 s [genvalidity-persistent] Dependency persistent >=0.5: using persistent-2.17.1.0
  6614. 323.54 s [genvalidity-persistent] Dependency validity-containers: using validity-containers-0.5.0.5
  6615. 323.54 s [genvalidity-persistent] Dependency base >=4.7 && <5: using base-4.20.2.0
  6616. 323.54 s [genvalidity-persistent] Dependency criterion: using criterion-1.6.4.0
  6617. 323.54 s [genvalidity-persistent] Dependency deepseq: using deepseq-1.5.0.0
  6618. 323.54 s [genvalidity-persistent] Dependency genvalidity: using genvalidity-1.1.1.0
  6619. 323.54 s [genvalidity-persistent] Dependency genvalidity-criterion: using genvalidity-criterion-1.1.0.0
  6620. 323.54 s [genvalidity-persistent] Dependency genvalidity-persistent: using genvalidity-persistent-1.0.0.2
  6621. 323.54 s [genvalidity-persistent] Dependency persistent >=0.5: using persistent-2.17.1.0
  6622. 323.54 s [genvalidity-persistent] Source component graph:
  6623. 323.54 s [genvalidity-persistent] component lib
  6624. 323.54 s [genvalidity-persistent] component test:genvalidity-persistent-test dependency lib
  6625. 323.54 s [genvalidity-persistent] component bench:genvalidity-persistent-bench dependency lib
  6626. 323.54 s [genvalidity-persistent] Configured component graph:
  6627. 323.54 s [genvalidity-persistent] component genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  6628. 323.54 s [genvalidity-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6629. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = EQ, timeAgoDaysAgo = DaysAgo {daysAgoSign = EQ, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "just now" [✔]
  6630. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 2, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 2 years" [✔]
  6631. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 3, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 3 months" [✔]
  6632. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 4, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 4 weeks" [✔]
  6633. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 5}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 5 days" [✔]
  6634. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 6, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 6 hours" [✔]
  6635. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 7, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 7 minutes" [✔]
  6636. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 8, timeAgoPicoSeconds = 0} as "in 8 seconds" [✔]
  6637. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 9} as "just now" [✔]
  6638. 323.54 s [pretty-relative-time] handles singular nouns well
  6639. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 1, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "1 year ago" [✔]
  6640. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 1, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "1 month ago" [✔]
  6641. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 1, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "1 week ago" [✔]
  6642. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 1}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "1 day ago" [✔]
  6643. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 1, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "1 hour ago" [✔]
  6644. 323.54 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 1, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "1 minute ago" [✔]
  6645. 323.54 s [genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  6646. 323.54 s [genvalidity-aeson-source] No happy found
  6647. 323.54 s [genvalidity-aeson-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  6648. 323.54 s [genvalidity-aeson-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  6649. 323.54 s [genvalidity-aeson-source] No hmake found
  6650. 323.54 s [genvalidity-aeson-source] Using hpc version 0.69 found on system at:
  6651. 323.54 s [genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  6652. 323.54 s [genvalidity-aeson-source] Using hsc2hs version 0.68.10 found on system at:
  6653. 323.54 s [genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  6654. 323.54 s [genvalidity-aeson-source] Using hscolour version 1.25 found on system at:
  6655. 323.54 s [genvalidity-aeson-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  6656. 323.54 s [genvalidity-aeson-source] No jhc found
  6657. 323.54 s [genvalidity-aeson-source] Using ld found on system at:
  6658. 323.54 s [genvalidity-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  6659. 323.54 s [genvalidity-aeson-source] No pkg-config found
  6660. 323.54 s [genvalidity-aeson-source] Using runghc version 9.10.3 found on system at:
  6661. 323.54 s [genvalidity-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  6662. 323.54 s [genvalidity-aeson-source] Using strip version 2.44 found on system at:
  6663. 323.54 s [genvalidity-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  6664. 323.54 s [genvalidity-aeson-source] Using tar found on system at:
  6665. 323.54 s [genvalidity-aeson-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  6666. 323.54 s [genvalidity-aeson-source] No uhc found
  6667. 323.54 s [genvalidity-aeson-source] Phase: buildPhase
  6668. 323.54 s [genvalidity-aeson-source] Distribution quality warnings:
  6669. 323.54 s [genvalidity-aeson-source] [no-description] No 'description' field.
  6670. 323.54 s [genvalidity-aeson-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  6671. 323.54 s [genvalidity-aeson-source] - QuickCheck
  6672. 323.54 s [genvalidity-aeson-source] - aeson
  6673. 323.54 s [genvalidity-aeson-source] - genvalidity
  6674. 323.54 s [genvalidity-aeson-source] - genvalidity-scientific
  6675. 323.54 s [genvalidity-aeson-source] - genvalidity-text
  6676. 323.54 s [genvalidity-aeson-source] - genvalidity-unordered-containers
  6677. 323.54 s [genvalidity-aeson-source] - genvalidity-vector
  6678. 323.54 s [genvalidity-aeson-source] - validity-aeson
  6679. 323.54 s [genvalidity-aeson-source] Please add them. There is more information at https://pvp.haskell.org/
  6680. 323.54 s [genvalidity-aeson-source] Building source dist for genvalidity-aeson-1.1.0.0...
  6681. 323.54 s [genvalidity-aeson-source] Source tarball created: dist/genvalidity-aeson-1.1.0.0.tar.gz
  6682. 323.54 s [genvalidity-aeson-source] Phase: checkPhase
  6683. 323.54 s [genvalidity-aeson-source] Phase: haddockPhase
  6684. 323.54 s [genvalidity-aeson-source] Phase: installPhase
  6685. 323.54 s [genvalidity-aeson-source] Phase: fixupPhase
  6686. 323.54 s [validity-case-insensitive-source] definite validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  6687. 323.54 s [validity-case-insensitive-source] depends base-4.20.2.0-fafd
  6688. 323.54 s [validity-case-insensitive-source] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  6689. 323.54 s [validity-case-insensitive-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  6690. 323.54 s [validity-case-insensitive-source] definite validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
  6691. 323.54 s [validity-case-insensitive-source] depends base-4.20.2.0-fafd
  6692. 323.54 s [validity-case-insensitive-source] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  6693. 323.54 s [validity-case-insensitive-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6694. 323.54 s [validity-case-insensitive-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6695. 323.54 s [validity-case-insensitive-source] depends validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  6696. 323.54 s [validity-case-insensitive-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  6697. 323.54 s [validity-case-insensitive-source] Using compiler: ghc-9.10.3
  6698. 323.54 s [validity-case-insensitive-source] Using install prefix:
  6699. 323.54 s [validity-case-insensitive-source] /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0
  6700. 323.54 s [validity-case-insensitive-source] Executables installed in:
  6701. 323.54 s [validity-case-insensitive-source] /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0/bin
  6702. 323.54 s [validity-case-insensitive-source] Libraries installed in:
  6703. 323.54 s [validity-case-insensitive-source] /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  6704. 323.54 s [validity-case-insensitive-source] Dynamic Libraries installed in:
  6705. 323.54 s [validity-case-insensitive-source] /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  6706. 323.54 s [validity-case-insensitive-source] Private executables installed in:
  6707. 323.54 s [validity-case-insensitive-source] /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/validity-case-insensitive-0.0.0.0
  6708. 323.54 s [validity-case-insensitive-source] Data files installed in:
  6709. 323.54 s [validity-case-insensitive-source] /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/validity-case-insensitive-0.0.0.0
  6710. 323.54 s [validity-case-insensitive-source] Documentation installed in: /share/doc/validity-case-insensitive-0.0.0.0
  6711. 323.54 s [validity-case-insensitive-source] Configuration files installed in:
  6712. 323.54 s [validity-case-insensitive-source] /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0/etc
  6713. 323.54 s [validity-case-insensitive-source] No alex found
  6714. 323.54 s [validity-case-insensitive-source] Using ar found on system at:
  6715. 323.54 s [validity-case-insensitive-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  6716. 323.54 s [validity-case-insensitive-source] No c2hs found
  6717. 323.54 s [validity-case-insensitive-source] No cpphs found
  6718. 323.54 s [validity-case-insensitive-source] No doctest found
  6719. 323.54 s [validity-case-insensitive-source] Using gcc version 14.3.0 given by user at:
  6720. 323.54 s [validity-case-insensitive-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  6721. 323.54 s [validity-case-insensitive-source] Using ghc version 9.10.3 found on system at:
  6722. 323.54 s [validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  6723. 323.54 s [validity-case-insensitive-source] Using ghc-pkg version 9.10.3 found on system at:
  6724. 323.54 s [validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  6725. 323.54 s [validity-case-insensitive-source] No ghcjs found
  6726. 323.54 s [validity-case-insensitive-source] No ghcjs-pkg found
  6727. 323.54 s [validity-case-insensitive-source] No greencard found
  6728. 323.54 s [validity-case-insensitive-source] Using haddock version 2.31.1 found on system at:
  6729. 323.54 s [validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  6730. 323.54 s [validity-case-insensitive-source] No happy found
  6731. 323.54 s [validity-case-insensitive-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  6732. 323.54 s [validity-case-insensitive-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  6733. 323.54 s [validity-case-insensitive-source] No hmake found
  6734. 323.54 s [validity-case-insensitive-source] Using hpc version 0.69 found on system at:
  6735. 323.54 s [validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  6736. 323.54 s [validity-case-insensitive-source] Using hsc2hs version 0.68.10 found on system at:
  6737. 323.54 s [validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  6738. 323.54 s [validity-case-insensitive-source] Using hscolour version 1.25 found on system at:
  6739. 323.54 s [validity-case-insensitive-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  6740. 323.54 s [validity-case-insensitive-source] No jhc found
  6741. 323.54 s [validity-case-insensitive-source] Using ld found on system at:
  6742. 323.54 s [validity-case-insensitive-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  6743. 323.54 s [validity-case-insensitive-source] No pkg-config found
  6744. 323.54 s [validity-case-insensitive-source] Using runghc version 9.10.3 found on system at:
  6745. 323.54 s [validity-case-insensitive-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  6746. 323.54 s [validity-case-insensitive-source] Using strip version 2.44 found on system at:
  6747. 323.54 s [validity-case-insensitive-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  6748. 323.54 s [validity-case-insensitive-source] Using tar found on system at:
  6749. 323.54 s [validity-case-insensitive-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  6750. 323.54 s [validity-case-insensitive-source] No uhc found
  6751. 323.54 s [validity-case-insensitive-source] Phase: buildPhase
  6752. 323.54 s [validity-case-insensitive-source] Distribution quality warnings:
  6753. 323.54 s [validity-case-insensitive-source] [no-maintainer] No 'maintainer' field.
  6754. 323.54 s [validity-case-insensitive-source] [no-description] No 'description' field.
  6755. 323.54 s [validity-case-insensitive-source] [no-license-file] A 'license-file' is not specified.
  6756. 323.54 s [validity-case-insensitive-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  6757. 323.54 s [validity-case-insensitive-source] - case-insensitive
  6758. 323.54 s [validity-case-insensitive-source] - validity
  6759. 323.54 s [validity-case-insensitive-source] Please add them. There is more information at https://pvp.haskell.org/
  6760. 323.54 s [validity-case-insensitive-source] [no-docs] Please consider including the file './CHANGELOG.md' in the
  6761. 323.54 s [validity-case-insensitive-source] 'extra-source-files' section of the .cabal file if it contains useful
  6762. 323.54 s [validity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  6763. 323.54 s [validity-path-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  6764. 323.54 s [validity-path-source] Ready component graph:
  6765. 323.54 s [validity-path-source] definite validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  6766. 323.54 s [validity-path-source] depends base-4.20.2.0-fafd
  6767. 323.54 s [validity-path-source] depends filepath-1.5.4.0-2605
  6768. 323.54 s [validity-path-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  6769. 323.54 s [validity-path-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  6770. 323.54 s [validity-path-source] definite validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
  6771. 323.54 s [validity-path-source] depends base-4.20.2.0-fafd
  6772. 323.54 s [validity-path-source] depends filepath-1.5.4.0-2605
  6773. 323.54 s [validity-path-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6774. 323.54 s [validity-path-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6775. 323.54 s [validity-path-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  6776. 323.54 s [validity-path-source] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  6777. 323.54 s [validity-path-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  6778. 323.54 s [validity-path-source] Using compiler: ghc-9.10.3
  6779. 323.54 s [validity-path-source] Using install prefix:
  6780. 323.54 s [validity-path-source] /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1
  6781. 323.54 s [validity-path-source] Executables installed in:
  6782. 323.54 s [validity-path-source] /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1/bin
  6783. 323.54 s [validity-path-source] Libraries installed in:
  6784. 323.54 s [validity-path-source] /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  6785. 323.54 s [validity-path-source] Dynamic Libraries installed in:
  6786. 323.54 s [validity-path-source] /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  6787. 323.54 s [validity-path-source] Private executables installed in:
  6788. 323.54 s [validity-path-source] /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/validity-path-0.4.0.1
  6789. 323.54 s [validity-path-source] Data files installed in:
  6790. 323.54 s [validity-path-source] /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1/share/x86_64-linux-ghc-9.10.3-a85d/validity-path-0.4.0.1
  6791. 323.54 s [validity-path-source] Documentation installed in: /share/doc/validity-path-0.4.0.1
  6792. 323.54 s [validity-path-source] Configuration files installed in:
  6793. 323.54 s [validity-path-source] /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1/etc
  6794. 323.54 s [validity-path-source] No alex found
  6795. 323.54 s [validity-path-source] Using ar found on system at:
  6796. 323.54 s [validity-path-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  6797. 323.54 s [validity-path-source] No c2hs found
  6798. 323.54 s [validity-path-source] No cpphs found
  6799. 323.54 s [validity-path-source] No doctest found
  6800. 323.54 s [validity-path-source] Using gcc version 14.3.0 given by user at:
  6801. 323.54 s [validity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  6802. 323.54 s [validity-path-source] Using ghc version 9.10.3 found on system at:
  6803. 323.54 s [validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  6804. 323.54 s [validity-path-source] Using ghc-pkg version 9.10.3 found on system at:
  6805. 323.54 s [validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  6806. 323.54 s [validity-path-source] No ghcjs found
  6807. 323.54 s [validity-path-source] No ghcjs-pkg found
  6808. 323.54 s [validity-path-source] No greencard found
  6809. 323.54 s [validity-path-source] Using haddock version 2.31.1 found on system at:
  6810. 323.54 s [validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  6811. 323.54 s [validity-path-source] No happy found
  6812. 323.54 s [validity-path-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  6813. 323.54 s [validity-path-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  6814. 323.54 s [validity-path-source] No hmake found
  6815. 323.54 s [validity-path-source] Using hpc version 0.69 found on system at:
  6816. 323.54 s [validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  6817. 323.54 s [validity-path-source] Using hsc2hs version 0.68.10 found on system at:
  6818. 323.54 s [validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  6819. 323.54 s [validity-path-source] Using hscolour version 1.25 found on system at:
  6820. 323.54 s [validity-path-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  6821. 323.54 s [validity-path-source] No jhc found
  6822. 323.54 s [validity-path-source] Using ld found on system at:
  6823. 323.54 s [validity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  6824. 323.54 s [validity-path-source] No pkg-config found
  6825. 323.54 s [validity-path-source] Using runghc version 9.10.3 found on system at:
  6826. 323.54 s [validity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  6827. 323.54 s [validity-path-source] Using strip version 2.44 found on system at:
  6828. 323.54 s [validity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  6829. 323.54 s [validity-path-source] Using tar found on system at:
  6830. 323.54 s [validity-path-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  6831. 323.54 s [validity-path-source] No uhc found
  6832. 323.54 s [validity-path-source] Phase: buildPhase
  6833. 323.54 s [validity-path-source] Distribution quality warnings:
  6834. 323.54 s [validity-path-source] [no-description] No 'description' field.
  6835. 323.54 s [validity-path-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  6836. 323.54 s [validity-path-source] - filepath
  6837. 323.54 s [validity-path-source] - path
  6838. 323.54 s [validity-path-source] - validity
  6839. 323.54 s [validity-path-source] Please add them. There is more information at https://pvp.haskell.org/
  6840. 323.54 s [validity-path-source] [no-docs] Please consider including the file './CHANGELOG.md' in the
  6841. 323.54 s [validity-path-source] 'extra-source-files' section of the .cabal file if it contains useful
  6842. 323.54 s [validity-path-source] information for users of the package.
  6843. 323.54 s [validity-path-source] Building source dist for validity-path-0.4.0.1...
  6844. 323.54 s [cursor-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6845. 323.54 s [cursor-gen] include base-4.20.2.0-fafd
  6846. 323.54 s [cursor-gen] include containers-0.7-96b4
  6847. 323.54 s [cursor-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  6848. 323.54 s [cursor-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  6849. 323.54 s [cursor-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6850. 323.55 s [cursor-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  6851. 323.55 s [cursor-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6852. 323.55 s [cursor-gen] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  6853. 323.55 s [cursor-gen] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  6854. 323.55 s [cursor-gen] include text-2.1.3-34f1
  6855. 323.55 s [cursor-gen] Linked component graph:
  6856. 323.55 s [cursor-gen] unit cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  6857. 323.55 s [cursor-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6858. 323.55 s [cursor-gen] include base-4.20.2.0-fafd
  6859. 323.55 s [cursor-gen] include containers-0.7-96b4
  6860. 323.55 s [cursor-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  6861. 323.55 s [cursor-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  6862. 323.55 s [cursor-gen] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  6863. 323.55 s [cursor-gen] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  6864. 323.55 s [cursor-gen] include text-2.1.3-34f1
  6865. 323.55 s [cursor-gen] Cursor.Forest.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Forest.Gen,Cursor.List.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.List.Gen,Cursor.List.NonEmpty.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.List.NonEmpty.Gen,Cursor.Map.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Map.Gen,Cursor.Map.KeyValue.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Map.KeyValue.Gen,Cursor.Simple.Forest.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Simple.Forest.Gen,Cursor.Simple.List.NonEmpty.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Simple.List.NonEmpty.Gen,Cursor.Simple.Map.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Simple.Map.Gen,Cursor.Simple.Map.KeyValue.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Simple.Map.KeyValue.Gen,Cursor.Simple.Tree.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Simple.Tree.Gen,Cursor.Text.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Text.Gen,Cursor.TextField.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.TextField.Gen,Cursor.Tree.Gen=cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4:Cursor.Tree.Gen
  6866. 323.55 s [cursor-gen] unit cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
  6867. 323.55 s [cursor-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6868. 323.55 s [cursor-gen] include base-4.20.2.0-fafd
  6869. 323.55 s [cursor-gen] include containers-0.7-96b4
  6870. 323.55 s [cursor-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  6871. 323.55 s [cursor-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  6872. 323.55 s [cursor-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6873. 323.55 s [cursor-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  6874. 323.55 s [cursor-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6875. 323.55 s [cursor-gen] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  6876. 323.55 s [cursor-gen] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  6877. 323.55 s [cursor-gen] include text-2.1.3-34f1
  6878. 323.55 s [cursor-gen] Ready component graph:
  6879. 323.55 s [cursor-gen] definite cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  6880. 323.55 s [cursor-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6881. 323.55 s [cursor-gen] depends base-4.20.2.0-fafd
  6882. 323.55 s [cursor-gen] depends containers-0.7-96b4
  6883. 323.55 s [cursor-gen] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  6884. 323.55 s [cursor-gen] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  6885. 323.55 s [cursor-gen] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  6886. 323.55 s [cursor-gen] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  6887. 323.55 s [cursor-gen] depends text-2.1.3-34f1
  6888. 323.55 s [cursor-gen] definite cursor-gen-0.4.0.0-EG3mi1qsUMgKSi8Youhszh-cursor-test
  6889. 323.55 s [cursor-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6890. 323.55 s [cursor-gen] depends base-4.20.2.0-fafd
  6891. 323.55 s [cursor-gen] depends containers-0.7-96b4
  6892. 323.55 s [cursor-gen] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  6893. 323.55 s [cursor-gen] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  6894. 323.55 s [cursor-gen] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6895. 323.55 s [cursor-gen] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  6896. 323.55 s [cursor-gen] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6897. 323.55 s [cursor-gen] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  6898. 323.55 s [cursor-gen] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  6899. 323.55 s [cursor-gen] depends text-2.1.3-34f1
  6900. 323.55 s [cursor-gen] Using Cabal-3.12.1.0 compiled by ghc-9.10
  6901. 323.55 s [cursor-gen] Using compiler: ghc-9.10.3
  6902. 323.55 s [cursor-gen] Using install prefix:
  6903. 323.55 s [cursor-gen] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0
  6904. 323.55 s [cursor-gen] Executables installed in:
  6905. 323.55 s [fuzzy-time-gen] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  6906. 323.55 s [fuzzy-time-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6907. 323.55 s [fuzzy-time-gen] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  6908. 323.55 s [fuzzy-time-gen] include text-2.1.3-34f1
  6909. 323.55 s [fuzzy-time-gen] include time-1.12.2-3479
  6910. 323.55 s [fuzzy-time-gen] Linked component graph:
  6911. 323.55 s [fuzzy-time-gen] unit fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  6912. 323.55 s [fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6913. 323.55 s [fuzzy-time-gen] include base-4.20.2.0-fafd
  6914. 323.55 s [fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  6915. 323.55 s [fuzzy-time-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  6916. 323.55 s [fuzzy-time-gen] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  6917. 323.55 s [fuzzy-time-gen] Data.FuzzyTime.Types.Gen=fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L:Data.FuzzyTime.Types.Gen
  6918. 323.55 s [fuzzy-time-gen] unit fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
  6919. 323.55 s [fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6920. 323.55 s [fuzzy-time-gen] include base-4.20.2.0-fafd
  6921. 323.55 s [fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  6922. 323.55 s [fuzzy-time-gen] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  6923. 323.55 s [fuzzy-time-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6924. 323.55 s [fuzzy-time-gen] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  6925. 323.55 s [fuzzy-time-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6926. 323.55 s [fuzzy-time-gen] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  6927. 323.55 s [fuzzy-time-gen] include text-2.1.3-34f1
  6928. 323.55 s [fuzzy-time-gen] include time-1.12.2-3479
  6929. 323.55 s [fuzzy-time-gen] Ready component graph:
  6930. 323.55 s [fuzzy-time-gen] definite fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  6931. 323.55 s [fuzzy-time-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6932. 323.55 s [fuzzy-time-gen] depends base-4.20.2.0-fafd
  6933. 323.55 s [fuzzy-time-gen] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  6934. 323.55 s [fuzzy-time-gen] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  6935. 323.55 s [fuzzy-time-gen] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  6936. 323.55 s [fuzzy-time-gen] definite fuzzy-time-gen-0.3.0.0-DDuxKySPYAWGyKnopuSAAf-fuzzy-time-test
  6937. 323.55 s [fuzzy-time-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6938. 323.55 s [fuzzy-time-gen] depends base-4.20.2.0-fafd
  6939. 323.55 s [fuzzy-time-gen] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  6940. 323.55 s [fuzzy-time-gen] depends fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  6941. 323.55 s [fuzzy-time-gen] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6942. 323.55 s [fuzzy-time-gen] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  6943. 323.55 s [fuzzy-time-gen] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6944. 323.55 s [fuzzy-time-gen] depends megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  6945. 323.55 s [fuzzy-time-gen] depends text-2.1.3-34f1
  6946. 323.55 s [fuzzy-time-gen] depends time-1.12.2-3479
  6947. 323.55 s [fuzzy-time-gen] Using Cabal-3.12.1.0 compiled by ghc-9.10
  6948. 323.55 s [fuzzy-time-gen] Using compiler: ghc-9.10.3
  6949. 323.55 s [fuzzy-time-gen] Using install prefix:
  6950. 323.55 s [fuzzy-time-gen] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0
  6951. 323.55 s [fuzzy-time-gen] Executables installed in:
  6952. 323.55 s [fuzzy-time-gen] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/bin
  6953. 323.55 s [fuzzy-time-gen] Libraries installed in:
  6954. 323.55 s [fuzzy-time-gen] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  6955. 323.55 s [fuzzy-time-gen] Dynamic Libraries installed in:
  6956. 323.55 s [fuzzy-time-gen] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  6957. 323.55 s [fuzzy-time-gen] Private executables installed in:
  6958. 323.55 s [fuzzy-time-gen] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/fuzzy-time-gen-0.3.0.0
  6959. 323.55 s [fuzzy-time-gen] Data files installed in:
  6960. 323.55 s [fuzzy-time-gen] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/share/x86_64-linux-ghc-9.10.3-a85d/fuzzy-time-gen-0.3.0.0
  6961. 323.55 s [fuzzy-time-gen] Documentation installed in:
  6962. 323.55 s [fuzzy-time-gen] /nix/store/6dr08irz2d5g76a9dlqrvilncfgxbffa-fuzzy-time-gen-0.3.0.0-doc/share/doc/fuzzy-time-gen-0.3.0.0
  6963. 323.55 s [fuzzy-time-gen] Configuration files installed in:
  6964. 323.55 s [fuzzy-time-gen] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/etc
  6965. 323.55 s [fuzzy-time-gen] No alex found
  6966. 323.55 s [fuzzy-time-gen] Using ar found on system at:
  6967. 323.55 s [fuzzy-time-gen] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  6968. 323.55 s [fuzzy-time-gen] No c2hs found
  6969. 323.55 s [fuzzy-time-gen] No cpphs found
  6970. 323.55 s [fuzzy-time-gen] No doctest found
  6971. 323.55 s [fuzzy-time-gen] Using gcc version 14.3.0 given by user at:
  6972. 323.55 s [fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  6973. 323.55 s [fuzzy-time-gen] Using ghc version 9.10.3 found on system at:
  6974. 323.55 s [fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  6975. 323.55 s [fuzzy-time-gen] Using ghc-pkg version 9.10.3 found on system at:
  6976. 323.55 s [fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  6977. 323.55 s [fuzzy-time-gen] No ghcjs found
  6978. 323.55 s [fuzzy-time-gen] No ghcjs-pkg found
  6979. 323.55 s [fuzzy-time-gen] No greencard found
  6980. 323.55 s [fuzzy-time-gen] Using haddock version 2.31.1 found on system at:
  6981. 323.55 s [fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  6982. 323.55 s [fuzzy-time-gen] No happy found
  6983. 323.55 s [fuzzy-time-gen] Using haskell-suite found on system at: haskell-suite-dummy-location
  6984. 323.55 s [genvalidity-persistent] include base-4.20.2.0-fafd
  6985. 323.55 s [genvalidity-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  6986. 323.55 s [genvalidity-persistent] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  6987. 323.55 s [genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  6988. 323.55 s [genvalidity-persistent] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  6989. 323.55 s [genvalidity-persistent] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  6990. 323.55 s [genvalidity-persistent] component genvalidity-persistent-1.0.0.2-tj5cDC3LG6L1BLw6SibpV-genvalidity-persistent-test
  6991. 323.55 s [genvalidity-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  6992. 323.55 s [genvalidity-persistent] include base-4.20.2.0-fafd
  6993. 323.55 s [genvalidity-persistent] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  6994. 323.55 s [genvalidity-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  6995. 323.55 s [genvalidity-persistent] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  6996. 323.55 s [genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  6997. 323.55 s [genvalidity-persistent] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  6998. 323.55 s [genvalidity-persistent] component genvalidity-persistent-1.0.0.2-DZSVmEv7RWSCr4CyZGTtM5-genvalidity-persistent-bench
  6999. 323.55 s [genvalidity-persistent] include base-4.20.2.0-fafd
  7000. 323.55 s [genvalidity-persistent] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  7001. 323.55 s [genvalidity-persistent] include deepseq-1.5.0.0-2b65
  7002. 323.55 s [genvalidity-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  7003. 323.55 s [genvalidity-persistent] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  7004. 323.55 s [genvalidity-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  7005. 323.55 s [genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  7006. 323.55 s [genvalidity-persistent] Linked component graph:
  7007. 323.55 s [genvalidity-persistent] unit genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  7008. 323.55 s [genvalidity-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  7009. 323.55 s [genvalidity-persistent] include base-4.20.2.0-fafd
  7010. 323.55 s [genvalidity-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  7011. 323.55 s [genvalidity-persistent] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  7012. 323.55 s [genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  7013. 323.55 s [genvalidity-persistent] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  7014. 323.55 s [genvalidity-persistent] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  7015. 323.55 s [genvalidity-persistent] Data.GenValidity.Persist=genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax:Data.GenValidity.Persist
  7016. 323.55 s [genvalidity-persistent] unit genvalidity-persistent-1.0.0.2-tj5cDC3LG6L1BLw6SibpV-genvalidity-persistent-test
  7017. 323.55 s [genvalidity-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  7018. 323.55 s [genvalidity-persistent] include base-4.20.2.0-fafd
  7019. 323.55 s [genvalidity-persistent] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  7020. 323.55 s [genvalidity-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  7021. 323.55 s [genvalidity-persistent] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  7022. 323.55 s [genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  7023. 323.55 s [genvalidity-persistent] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  7024. 323.55 s [genvalidity-persistent] unit genvalidity-persistent-1.0.0.2-DZSVmEv7RWSCr4CyZGTtM5-genvalidity-persistent-bench
  7025. 323.55 s [genvalidity-persistent] include base-4.20.2.0-fafd
  7026. 323.55 s [genvalidity-persistent] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  7027. 323.55 s [genvalidity-persistent] include deepseq-1.5.0.0-2b65
  7028. 323.55 s [genvalidity-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  7029. 323.55 s [genvalidity-persistent] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  7030. 323.55 s [genvalidity-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  7031. 323.55 s [genvalidity-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  7032. 323.55 s [genvalidity-persistent] Ready component graph:
  7033. 323.55 s [genvalidity-persistent] definite genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  7034. 323.55 s [genvalidity-persistent] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  7035. 323.55 s [genvalidity-persistent] depends base-4.20.2.0-fafd
  7036. 323.55 s [genvalidity-persistent] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  7037. 323.55 s [genvalidity-persistent] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  7038. 323.55 s [genvalidity-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  7039. 323.55 s [genvalidity-persistent] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  7040. 323.55 s [genvalidity-persistent] depends validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  7041. 323.55 s [genvalidity-persistent] definite genvalidity-persistent-1.0.0.2-tj5cDC3LG6L1BLw6SibpV-genvalidity-persistent-test
  7042. 323.55 s [genvalidity-persistent] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  7043. 323.55 s [genvalidity-persistent] depends base-4.20.2.0-fafd
  7044. 323.55 s [genvalidity-persistent] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  7045. 323.55 s [genvalidity-persistent] depends genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  7046. 323.55 s [genvalidity-persistent] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  7047. 323.55 s [genvalidity-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  7048. 323.55 s [genvalidity-persistent] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  7049. 323.55 s [genvalidity-persistent] definite genvalidity-persistent-1.0.0.2-DZSVmEv7RWSCr4CyZGTtM5-genvalidity-persistent-bench
  7050. 323.55 s [genvalidity-persistent] depends base-4.20.2.0-fafd
  7051. 323.55 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 1, timeAgoPicoSeconds = 0} as "1 second ago" [✔]
  7052. 323.55 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = GT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 1} as "just now" [✔]
  7053. 323.55 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = EQ, timeAgoDaysAgo = DaysAgo {daysAgoSign = EQ, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "just now" [✔]
  7054. 323.55 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 1, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 1 year" [✔]
  7055. 323.55 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 1, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 1 month" [✔]
  7056. 323.55 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 1, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 1 week" [✔]
  7057. 323.55 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 1}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 1 day" [✔]
  7058. 323.55 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 1, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 1 hour" [✔]
  7059. 323.55 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 1, timeAgoSeconds = 0, timeAgoPicoSeconds = 0} as "in 1 minute" [✔]
  7060. 323.55 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 1, timeAgoPicoSeconds = 0} as "in 1 second" [✔]
  7061. 323.55 s [pretty-relative-time] Renders TimeAgo {timeAgoSign = LT, timeAgoDaysAgo = DaysAgo {daysAgoSign = GT, daysAgoYears = 0, daysAgoMonths = 0, daysAgoWeeks = 0, daysAgoDays = 0}, timeAgoHours = 0, timeAgoMinutes = 0, timeAgoSeconds = 0, timeAgoPicoSeconds = 1} as "just now" [✔]
  7062. 323.55 s [pretty-relative-time]
  7063. 323.55 s [pretty-relative-time] Finished in 0.0286 seconds
  7064. 323.55 s [pretty-relative-time] 79 examples, 0 failures
  7065. 323.55 s [pretty-relative-time] Test suite pretty-relative-time-test: PASS
  7066. 323.55 s [pretty-relative-time] Test suite logged to:
  7067. 323.55 s [pretty-relative-time] dist/test/pretty-relative-time-0.3.0.0-pretty-relative-time-test.log
  7068. 323.55 s [pretty-relative-time] 1 of 1 test suites (1 of 1 test cases) passed.
  7069. 323.55 s [pretty-relative-time] Phase: haddockPhase
  7070. 323.55 s [pretty-relative-time] Preprocessing library for pretty-relative-time-0.3.0.0...
  7071. 323.55 s [pretty-relative-time] Running Haddock on library for pretty-relative-time-0.3.0.0...
  7072. 323.55 s [pretty-relative-time] [1 of 5] Compiling Paths_pretty_relative_time ( dist/build/autogen/Paths_pretty_relative_time.hs, nothing )
  7073. 323.55 s [pretty-relative-time] [2 of 5] Compiling Text.Time.Pretty.Constants ( src/Text/Time/Pretty/Constants.hs, nothing )
  7074. 323.55 s [pretty-relative-time] [3 of 5] Compiling Text.Time.Pretty.TimeAgo ( src/Text/Time/Pretty/TimeAgo.hs, nothing )
  7075. 323.55 s [pretty-relative-time] [4 of 5] Compiling Text.Time.Pretty.Render ( src/Text/Time/Pretty/Render.hs, nothing )
  7076. 323.55 s [pretty-relative-time] [5 of 5] Compiling Text.Time.Pretty ( src/Text/Time/Pretty.hs, nothing )
  7077. 323.55 s [pretty-relative-time] Haddock coverage:
  7078. 323.55 s [pretty-relative-time] 0% ( 0 / 8) in 'Text.Time.Pretty.Constants'
  7079. 323.55 s [pretty-relative-time] Missing documentation for:
  7080. 323.55 s [pretty-relative-time] Module header
  7081. 323.55 s [pretty-relative-time] picoSecondsPerSecond (src/Text/Time/Pretty/Constants.hs:13)
  7082. 323.56 s [pretty-relative-time] secondsPerMinute (src/Text/Time/Pretty/Constants.hs:16)
  7083. 323.56 s [pretty-relative-time] minutesPerHour (src/Text/Time/Pretty/Constants.hs:19)
  7084. 323.56 s [pretty-relative-time] hoursPerDay (src/Text/Time/Pretty/Constants.hs:22)
  7085. 323.56 s [pretty-relative-time] daysPerWeek (src/Text/Time/Pretty/Constants.hs:25)
  7086. 323.56 s [pretty-relative-time] approximateDaysPerMonth (src/Text/Time/Pretty/Constants.hs:28)
  7087. 323.56 s [validity-case-insensitive-source] information for users of the package.
  7088. 323.56 s [validity-case-insensitive-source] Building source dist for validity-case-insensitive-0.0.0.0...
  7089. 323.56 s [validity-case-insensitive-source] Source tarball created: dist/validity-case-insensitive-0.0.0.0.tar.gz
  7090. 323.56 s [validity-case-insensitive-source] Phase: checkPhase
  7091. 323.56 s [validity-case-insensitive-source] Phase: haddockPhase
  7092. 323.56 s [validity-case-insensitive-source] Phase: installPhase
  7093. 323.56 s [validity-case-insensitive-source] Phase: fixupPhase
  7094. 323.56 s [validity-path-source] Source tarball created: dist/validity-path-0.4.0.1.tar.gz
  7095. 323.56 s [validity-path-source] Phase: checkPhase
  7096. 323.56 s [validity-path-source] Phase: haddockPhase
  7097. 323.56 s [validity-path-source] Phase: installPhase
  7098. 323.56 s [validity-path-source] Phase: fixupPhase
  7099. 323.56 s [cursor-gen] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/bin
  7100. 323.56 s [cursor-gen] Libraries installed in:
  7101. 323.56 s [cursor-gen] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  7102. 323.56 s [cursor-gen] Dynamic Libraries installed in:
  7103. 323.56 s [cursor-gen] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  7104. 323.56 s [cursor-gen] Private executables installed in:
  7105. 323.56 s [cursor-gen] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-gen-0.4.0.0
  7106. 323.56 s [cursor-gen] Data files installed in:
  7107. 323.56 s [cursor-gen] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/share/x86_64-linux-ghc-9.10.3-a85d/cursor-gen-0.4.0.0
  7108. 323.56 s [cursor-gen] Documentation installed in:
  7109. 323.56 s [cursor-gen] /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc/share/doc/cursor-gen-0.4.0.0
  7110. 323.56 s [cursor-gen] Configuration files installed in:
  7111. 323.56 s [cursor-gen] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/etc
  7112. 323.56 s [cursor-gen] No alex found
  7113. 323.56 s [cursor-gen] Using ar found on system at:
  7114. 323.56 s [cursor-gen] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  7115. 323.56 s [cursor-gen] No c2hs found
  7116. 323.56 s [cursor-gen] No cpphs found
  7117. 323.56 s [cursor-gen] No doctest found
  7118. 323.56 s [cursor-gen] Using gcc version 14.3.0 given by user at:
  7119. 323.56 s [cursor-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  7120. 323.56 s [cursor-gen] Using ghc version 9.10.3 found on system at:
  7121. 323.56 s [cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  7122. 323.56 s [cursor-gen] Using ghc-pkg version 9.10.3 found on system at:
  7123. 323.56 s [cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  7124. 323.56 s [cursor-gen] No ghcjs found
  7125. 323.56 s [cursor-gen] No ghcjs-pkg found
  7126. 323.56 s [cursor-gen] No greencard found
  7127. 323.56 s [cursor-gen] Using haddock version 2.31.1 found on system at:
  7128. 323.56 s [cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  7129. 323.56 s [cursor-gen] No happy found
  7130. 323.56 s [cursor-gen] Using haskell-suite found on system at: haskell-suite-dummy-location
  7131. 323.56 s [cursor-gen] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7132. 323.56 s [cursor-gen] No hmake found
  7133. 323.56 s [cursor-gen] Using hpc version 0.69 found on system at:
  7134. 323.56 s [cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  7135. 323.56 s [cursor-gen] Using hsc2hs version 0.68.10 found on system at:
  7136. 323.56 s [cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  7137. 323.56 s [cursor-gen] Using hscolour version 1.25 found on system at:
  7138. 323.56 s [cursor-gen] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  7139. 323.56 s [cursor-gen] No jhc found
  7140. 323.56 s [cursor-gen] Using ld found on system at:
  7141. 323.56 s [cursor-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  7142. 323.56 s [cursor-gen] No pkg-config found
  7143. 323.56 s [cursor-gen] Using runghc version 9.10.3 found on system at:
  7144. 323.56 s [cursor-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  7145. 323.56 s [cursor-gen] Using strip version 2.44 found on system at:
  7146. 323.56 s [cursor-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  7147. 323.56 s [cursor-gen] Using tar found on system at:
  7148. 323.56 s [cursor-gen] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  7149. 323.56 s [cursor-gen] No uhc found
  7150. 323.56 s [cursor-gen] Phase: buildPhase
  7151. 323.56 s [cursor-gen] Preprocessing library for cursor-gen-0.4.0.0...
  7152. 323.56 s [cursor-gen] Building library for cursor-gen-0.4.0.0...
  7153. 323.56 s [cursor-gen] [ 1 of 14] Compiling Cursor.List.Gen ( src/Cursor/List/Gen.hs, dist/build/Cursor/List/Gen.o, dist/build/Cursor/List/Gen.dyn_o )
  7154. 323.56 s [cursor-gen] [ 2 of 14] Compiling Cursor.List.NonEmpty.Gen ( src/Cursor/List/NonEmpty/Gen.hs, dist/build/Cursor/List/NonEmpty/Gen.o, dist/build/Cursor/List/NonEmpty/Gen.dyn_o )
  7155. 323.56 s [cursor-gen] [ 3 of 14] Compiling Cursor.Map.KeyValue.Gen ( src/Cursor/Map/KeyValue/Gen.hs, dist/build/Cursor/Map/KeyValue/Gen.o, dist/build/Cursor/Map/KeyValue/Gen.dyn_o )
  7156. 323.56 s [cursor-gen] [ 4 of 14] Compiling Cursor.Map.Gen ( src/Cursor/Map/Gen.hs, dist/build/Cursor/Map/Gen.o, dist/build/Cursor/Map/Gen.dyn_o )
  7157. 323.56 s [cursor-gen] [ 5 of 14] Compiling Cursor.Simple.List.NonEmpty.Gen ( src/Cursor/Simple/List/NonEmpty/Gen.hs, dist/build/Cursor/Simple/List/NonEmpty/Gen.o, dist/build/Cursor/Simple/List/NonEmpty/Gen.dyn_o )
  7158. 323.56 s [cursor-gen] [ 6 of 14] Compiling Cursor.Simple.Map.Gen ( src/Cursor/Simple/Map/Gen.hs, dist/build/Cursor/Simple/Map/Gen.o, dist/build/Cursor/Simple/Map/Gen.dyn_o )
  7159. 323.56 s [cursor-gen] [ 7 of 14] Compiling Cursor.Simple.Map.KeyValue.Gen ( src/Cursor/Simple/Map/KeyValue/Gen.hs, dist/build/Cursor/Simple/Map/KeyValue/Gen.o, dist/build/Cursor/Simple/Map/KeyValue/Gen.dyn_o )
  7160. 323.56 s [cursor-gen] [ 8 of 14] Compiling Cursor.Text.Gen ( src/Cursor/Text/Gen.hs, dist/build/Cursor/Text/Gen.o, dist/build/Cursor/Text/Gen.dyn_o )
  7161. 323.56 s [fuzzy-time-gen] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7162. 323.56 s [fuzzy-time-gen] No hmake found
  7163. 323.56 s [fuzzy-time-gen] Using hpc version 0.69 found on system at:
  7164. 323.56 s [fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  7165. 323.56 s [fuzzy-time-gen] Using hsc2hs version 0.68.10 found on system at:
  7166. 323.56 s [fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  7167. 323.56 s [fuzzy-time-gen] Using hscolour version 1.25 found on system at:
  7168. 323.56 s [fuzzy-time-gen] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  7169. 323.56 s [fuzzy-time-gen] No jhc found
  7170. 323.56 s [fuzzy-time-gen] Using ld found on system at:
  7171. 323.56 s [fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  7172. 323.56 s [fuzzy-time-gen] No pkg-config found
  7173. 323.56 s [fuzzy-time-gen] Using runghc version 9.10.3 found on system at:
  7174. 323.56 s [fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  7175. 323.56 s [fuzzy-time-gen] Using strip version 2.44 found on system at:
  7176. 323.56 s [fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  7177. 323.56 s [fuzzy-time-gen] Using tar found on system at:
  7178. 323.56 s [fuzzy-time-gen] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  7179. 323.56 s [fuzzy-time-gen] No uhc found
  7180. 323.56 s [fuzzy-time-gen] Phase: buildPhase
  7181. 323.56 s [fuzzy-time-gen] Preprocessing library for fuzzy-time-gen-0.3.0.0...
  7182. 323.56 s [fuzzy-time-gen] Building library for fuzzy-time-gen-0.3.0.0...
  7183. 323.56 s [fuzzy-time-gen] [1 of 2] Compiling Data.FuzzyTime.Types.Gen ( src/Data/FuzzyTime/Types/Gen.hs, dist/build/Data/FuzzyTime/Types/Gen.o, dist/build/Data/FuzzyTime/Types/Gen.dyn_o )
  7184. 323.56 s [fuzzy-time-gen] [2 of 2] Compiling Paths_fuzzy_time_gen ( dist/build/autogen/Paths_fuzzy_time_gen.hs, dist/build/Paths_fuzzy_time_gen.o, dist/build/Paths_fuzzy_time_gen.dyn_o )
  7185. 323.56 s [fuzzy-time-gen] [1 of 2] Compiling Data.FuzzyTime.Types.Gen ( src/Data/FuzzyTime/Types/Gen.hs, dist/build/Data/FuzzyTime/Types/Gen.p_o )
  7186. 323.56 s [fuzzy-time-gen] [2 of 2] Compiling Paths_fuzzy_time_gen ( dist/build/autogen/Paths_fuzzy_time_gen.hs, dist/build/Paths_fuzzy_time_gen.p_o )
  7187. 323.56 s [fuzzy-time-gen] Preprocessing test suite 'fuzzy-time-test' for fuzzy-time-gen-0.3.0.0...
  7188. 323.56 s [fuzzy-time-gen] Building test suite 'fuzzy-time-test' for fuzzy-time-gen-0.3.0.0...
  7189. 323.56 s [fuzzy-time-gen] [1 of 5] Compiling Data.FuzzyTime.ParserSpec ( test/Data/FuzzyTime/ParserSpec.hs, dist/build/fuzzy-time-test/fuzzy-time-test-tmp/Data/FuzzyTime/ParserSpec.o )
  7190. 323.56 s [fuzzy-time-gen] [2 of 5] Compiling Data.FuzzyTime.ResolveSpec ( test/Data/FuzzyTime/ResolveSpec.hs, dist/build/fuzzy-time-test/fuzzy-time-test-tmp/Data/FuzzyTime/ResolveSpec.o )
  7191. 323.56 s [fuzzy-time-gen] [3 of 5] Compiling Data.FuzzyTime.TypesSpec ( test/Data/FuzzyTime/TypesSpec.hs, dist/build/fuzzy-time-test/fuzzy-time-test-tmp/Data/FuzzyTime/TypesSpec.o )
  7192. 323.56 s [fuzzy-time-gen] [4 of 5] Compiling Main ( test/Spec.hs, dist/build/fuzzy-time-test/fuzzy-time-test-tmp/Main.o )
  7193. 323.56 s [fuzzy-time-gen] [5 of 5] Compiling Paths_fuzzy_time_gen ( dist/build/fuzzy-time-test/autogen/Paths_fuzzy_time_gen.hs, dist/build/fuzzy-time-test/fuzzy-time-test-tmp/Paths_fuzzy_time_gen.o )
  7194. 323.56 s [fuzzy-time-gen] [6 of 6] Linking dist/build/fuzzy-time-test/fuzzy-time-test
  7195. 323.56 s [fuzzy-time-gen] Phase: checkPhase
  7196. 323.56 s [fuzzy-time-gen] Running 1 test suites...
  7197. 323.56 s [fuzzy-time-gen] Test suite fuzzy-time-test: RUNNING...
  7198. 323.56 s [fuzzy-time-gen]
  7199. 323.56 s [fuzzy-time-gen] Data.FuzzyTime.Parser
  7200. 323.56 s [fuzzy-time-gen] fuzzyLocalTimeP
  7201. 323.56 s [fuzzy-time-gen] only parses valid values [✔]
  7202. 323.56 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7203. 323.56 s [fuzzy-time-gen] parses "1" as FuzzyLocalTimeDay (OnlyDay 1) [✔]
  7204. 323.56 s [fuzzy-time-gen] parses "1-1" as FuzzyLocalTimeDay (DayInMonth 1 1) [✔]
  7205. 323.56 s [fuzzy-time-gen] parses "01-1" as FuzzyLocalTimeDay (DayInMonth 1 1) [✔]
  7206. 323.56 s [fuzzy-time-gen] parses "jan-1" as FuzzyLocalTimeDay (DayInMonth 1 1) [✔]
  7207. 323.56 s [fuzzy-time-gen] parses "today" as FuzzyLocalTimeDay Today [✔]
  7208. 323.56 s [fuzzy-time-gen] parses "Today" as FuzzyLocalTimeDay Today [✔]
  7209. 323.56 s [fuzzy-time-gen] parses "TodAY" as FuzzyLocalTimeDay Today [✔]
  7210. 323.56 s [fuzzy-time-gen] parses "monday" as FuzzyLocalTimeDay (DayOfTheWeek Monday 0) [✔]
  7211. 323.56 s [fuzzy-time-gen] parses "Monday" as FuzzyLocalTimeDay (DayOfTheWeek Monday 0) [✔]
  7212. 323.56 s [fuzzy-time-gen] parses "MoNDay" as FuzzyLocalTimeDay (DayOfTheWeek Monday 0) [✔]
  7213. 323.56 s [fuzzy-time-gen] parses "mon+1" as FuzzyLocalTimeDay (DayOfTheWeek Monday 1) [✔]
  7214. 323.56 s [fuzzy-time-gen] parses "tues-1" as FuzzyLocalTimeDay (DayOfTheWeek Tuesday (-1)) [✔]
  7215. 323.56 s [fuzzy-time-gen] parses "wed+20" as FuzzyLocalTimeDay (DayOfTheWeek Wednesday 20) [✔]
  7216. 323.56 s [fuzzy-time-gen] parses "8:" as FuzzyLocalTimeTimeOfDay (AtHour 8) [✔]
  7217. 323.56 s [fuzzy-time-gen] parses "09:" as FuzzyLocalTimeTimeOfDay (AtHour 9) [✔]
  7218. 323.56 s [fuzzy-time-gen] parses "05:06" as FuzzyLocalTimeTimeOfDay (AtMinute 5 6) [✔]
  7219. 323.56 s [fuzzy-time-gen] parses "evening" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7220. 323.56 s [fuzzy-time-gen] parses "tues 05:06" as FuzzyLocalTimeBoth (DayOfTheWeek Tuesday 0) (AtMinute 5 6) [✔]
  7221. 323.56 s [genvalidity-persistent] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  7222. 323.56 s [genvalidity-persistent] depends deepseq-1.5.0.0-2b65
  7223. 323.56 s [genvalidity-persistent] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  7224. 323.56 s [genvalidity-persistent] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  7225. 323.56 s [genvalidity-persistent] depends genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  7226. 323.56 s [genvalidity-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  7227. 323.56 s [genvalidity-persistent] Using Cabal-3.12.1.0 compiled by ghc-9.10
  7228. 323.56 s [genvalidity-persistent] Using compiler: ghc-9.10.3
  7229. 323.56 s [genvalidity-persistent] Using install prefix:
  7230. 323.56 s [genvalidity-persistent] /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2
  7231. 323.56 s [genvalidity-persistent] Executables installed in:
  7232. 323.56 s [genvalidity-persistent] /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/bin
  7233. 323.56 s [genvalidity-persistent] Libraries installed in:
  7234. 323.56 s [genvalidity-persistent] /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  7235. 323.56 s [genvalidity-persistent] Dynamic Libraries installed in:
  7236. 323.56 s [genvalidity-persistent] /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  7237. 323.56 s [genvalidity-persistent] Private executables installed in:
  7238. 323.56 s [genvalidity-persistent] /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-persistent-1.0.0.2
  7239. 323.56 s [genvalidity-persistent] Data files installed in:
  7240. 323.56 s [genvalidity-persistent] /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-persistent-1.0.0.2
  7241. 323.56 s [genvalidity-persistent] Documentation installed in:
  7242. 323.56 s [genvalidity-persistent] /nix/store/rcq0gfps8iaycrwz7j80qy5lx4xc9rz7-genvalidity-persistent-1.0.0.2-doc/share/doc/genvalidity-persistent-1.0.0.2
  7243. 323.56 s [genvalidity-persistent] Configuration files installed in:
  7244. 323.56 s [genvalidity-persistent] /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/etc
  7245. 323.56 s [genvalidity-persistent] No alex found
  7246. 323.56 s [genvalidity-persistent] Using ar found on system at:
  7247. 323.56 s [genvalidity-persistent] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  7248. 323.56 s [genvalidity-persistent] No c2hs found
  7249. 323.56 s [genvalidity-persistent] No cpphs found
  7250. 323.56 s [genvalidity-persistent] No doctest found
  7251. 323.56 s [genvalidity-persistent] Using gcc version 14.3.0 given by user at:
  7252. 323.56 s [genvalidity-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  7253. 323.56 s [genvalidity-persistent] Using ghc version 9.10.3 found on system at:
  7254. 323.56 s [genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  7255. 323.56 s [genvalidity-persistent] Using ghc-pkg version 9.10.3 found on system at:
  7256. 323.56 s [genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  7257. 323.56 s [genvalidity-persistent] No ghcjs found
  7258. 323.56 s [genvalidity-persistent] No ghcjs-pkg found
  7259. 323.56 s [genvalidity-persistent] No greencard found
  7260. 323.56 s [genvalidity-persistent] Using haddock version 2.31.1 found on system at:
  7261. 323.56 s [genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  7262. 323.56 s [genvalidity-persistent] No happy found
  7263. 323.56 s [genvalidity-persistent] Using haskell-suite found on system at: haskell-suite-dummy-location
  7264. 323.56 s [genvalidity-persistent] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7265. 323.56 s [genvalidity-persistent] No hmake found
  7266. 323.56 s [genvalidity-persistent] Using hpc version 0.69 found on system at:
  7267. 323.56 s [genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  7268. 323.56 s [genvalidity-persistent] Using hsc2hs version 0.68.10 found on system at:
  7269. 323.56 s [genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  7270. 323.56 s [genvalidity-persistent] Using hscolour version 1.25 found on system at:
  7271. 323.56 s [genvalidity-persistent] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  7272. 323.56 s [genvalidity-persistent] No jhc found
  7273. 323.56 s [genvalidity-persistent] Using ld found on system at:
  7274. 323.56 s [genvalidity-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  7275. 323.56 s [genvalidity-persistent] No pkg-config found
  7276. 323.56 s [genvalidity-persistent] Using runghc version 9.10.3 found on system at:
  7277. 323.56 s [genvalidity-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  7278. 323.56 s [genvalidity-persistent] Using strip version 2.44 found on system at:
  7279. 323.56 s [genvalidity-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  7280. 323.56 s [genvalidity-persistent] Using tar found on system at:
  7281. 323.56 s [genvalidity-persistent] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  7282. 323.56 s [genvalidity-persistent] No uhc found
  7283. 323.56 s [genvalidity-persistent] Phase: buildPhase
  7284. 323.56 s [genvalidity-persistent] Preprocessing library for genvalidity-persistent-1.0.0.2...
  7285. 323.56 s [genvalidity-persistent] Building library for genvalidity-persistent-1.0.0.2...
  7286. 323.56 s [genvalidity-persistent] [1 of 2] Compiling Data.GenValidity.Persist ( src/Data/GenValidity/Persist.hs, dist/build/Data/GenValidity/Persist.o, dist/build/Data/GenValidity/Persist.dyn_o )
  7287. 323.71 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0
  7288. 324.08 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  7289. 324.08 s [post-build-hook]
  7290. 324.42 s [post-build-hook] Pushing /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0 (3.23 KiB)
  7291. 325.25 s [post-build-hook]
  7292. 325.25 s [post-build-hook] All done.
  7293. 325.28 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0
  7294. 325.39 s [post-build-hook] copying 1 paths...
  7295. 325.39 s [post-build-hook] copying path '/nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0' to 'https://cache.staging.nix-ci.com'...
  7296. 325.88 s [post-build-hook] copying 0 paths...
  7297. 325.93 s Progress: 83 of 152 built (7 building), 815 of 815 downloaded from cache
  7298. 326.42 s Building genvalidity-aeson
  7299. 326.55 s [pretty-relative-time] approximateDaysPerYear (src/Text/Time/Pretty/Constants.hs:31)
  7300. 326.55 s [pretty-relative-time] 0% ( 0 / 7) in 'Text.Time.Pretty.TimeAgo'
  7301. 326.55 s [pretty-relative-time] Missing documentation for:
  7302. 326.55 s [pretty-relative-time] Module header
  7303. 326.55 s [pretty-relative-time] daysAgo (src/Text/Time/Pretty/TimeAgo.hs:66)
  7304. 326.55 s [pretty-relative-time] daysAgoToDays (src/Text/Time/Pretty/TimeAgo.hs:80)
  7305. 326.55 s [pretty-relative-time] DaysAgo (src/Text/Time/Pretty/TimeAgo.hs:19)
  7306. 326.55 s [pretty-relative-time] timeAgo (src/Text/Time/Pretty/TimeAgo.hs:137)
  7307. 326.55 s [pretty-relative-time] timeAgoToDiffTime (src/Text/Time/Pretty/TimeAgo.hs:160)
  7308. 326.55 s [pretty-relative-time] TimeAgo (src/Text/Time/Pretty/TimeAgo.hs:90)
  7309. 326.55 s [pretty-relative-time] 0% ( 0 / 3) in 'Text.Time.Pretty.Render'
  7310. 326.55 s [pretty-relative-time] Missing documentation for:
  7311. 326.55 s [pretty-relative-time] Module header
  7312. 326.55 s [pretty-relative-time] renderDaysAgoAuto (src/Text/Time/Pretty/Render.hs:13)
  7313. 326.55 s [pretty-relative-time] renderTimeAgoAuto (src/Text/Time/Pretty/Render.hs:34)
  7314. 326.55 s [pretty-relative-time] 14% ( 3 / 21) in 'Text.Time.Pretty'
  7315. 326.55 s [pretty-relative-time] Missing documentation for:
  7316. 326.55 s [pretty-relative-time] Module header
  7317. 326.55 s [pretty-relative-time] prettyTimeAutoFromNow (src/Text/Time/Pretty.hs:35)
  7318. 326.55 s [pretty-relative-time] prettyTimeAuto (src/Text/Time/Pretty.hs:40)
  7319. 326.55 s [pretty-relative-time] prettyDayAutoFromNow (src/Text/Time/Pretty.hs:43)
  7320. 326.55 s [pretty-relative-time] prettyDayAuto (src/Text/Time/Pretty.hs:48)
  7321. 326.55 s [pretty-relative-time] timeAgo (src/Text/Time/Pretty/TimeAgo.hs:137)
  7322. 326.55 s [pretty-relative-time] timeAgoToDiffTime (src/Text/Time/Pretty/TimeAgo.hs:160)
  7323. 326.55 s [pretty-relative-time] daysAgo (src/Text/Time/Pretty/TimeAgo.hs:66)
  7324. 326.55 s [pretty-relative-time] daysAgoToDays (src/Text/Time/Pretty/TimeAgo.hs:80)
  7325. 326.55 s [pretty-relative-time] TimeAgo (src/Text/Time/Pretty/TimeAgo.hs:90)
  7326. 326.55 s [pretty-relative-time] DaysAgo (src/Text/Time/Pretty/TimeAgo.hs:19)
  7327. 326.55 s [pretty-relative-time] renderDaysAgoAuto (src/Text/Time/Pretty/Render.hs:13)
  7328. 326.55 s [pretty-relative-time] renderTimeAgoAuto (src/Text/Time/Pretty/Render.hs:34)
  7329. 326.55 s [pretty-relative-time] picoSecondsPerSecond (src/Text/Time/Pretty/Constants.hs:13)
  7330. 326.55 s [pretty-relative-time] secondsPerMinute (src/Text/Time/Pretty/Constants.hs:16)
  7331. 326.55 s [pretty-relative-time] minutesPerHour (src/Text/Time/Pretty/Constants.hs:19)
  7332. 326.55 s [pretty-relative-time] hoursPerDay (src/Text/Time/Pretty/Constants.hs:22)
  7333. 326.55 s [pretty-relative-time] daysPerWeek (src/Text/Time/Pretty/Constants.hs:25)
  7334. 326.55 s [pretty-relative-time] Warning: Text.Time.Pretty.TimeAgo: could not find link destinations for:
  7335. 326.55 s [pretty-relative-time] - Text.Time.Pretty.TimeAgo.Rep_TimeAgo
  7336. 326.55 s [pretty-relative-time] - Text.Time.Pretty.TimeAgo.Rep_DaysAgo
  7337. 326.55 s [pretty-relative-time] Warning: Text.Time.Pretty: could not find link destinations for:
  7338. 326.55 s [pretty-relative-time] - Text.Time.Pretty.TimeAgo.Rep_TimeAgo
  7339. 326.55 s [pretty-relative-time] - Text.Time.Pretty.TimeAgo.Rep_DaysAgo
  7340. 326.55 s [pretty-relative-time] Documentation created: dist/doc/html/pretty-relative-time/,
  7341. 326.55 s [pretty-relative-time] dist/doc/html/pretty-relative-time/pretty-relative-time.txt
  7342. 326.55 s [pretty-relative-time] Preprocessing test suite 'pretty-relative-time-test' for pretty-relative-time-0.3.0.0...
  7343. 326.55 s [pretty-relative-time] Phase: installPhase
  7344. 326.55 s [pretty-relative-time] Installing library in /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/pretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck
  7345. 326.55 s [pretty-relative-time] Phase: fixupPhase
  7346. 326.55 s [pretty-relative-time] shrinking RPATHs of ELF executables and libraries in /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0
  7347. 326.55 s [pretty-relative-time] shrinking /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSpretty-relative-time-0.3.0.0-IgNgCcjG8cPHTWWLH4xcck-ghc9.10.3.so
  7348. 326.55 s [pretty-relative-time] checking for references to /build/ in /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0...
  7349. 326.55 s [pretty-relative-time] patching script interpreter paths in /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0
  7350. 326.55 s [pretty-relative-time] stripping (with command strip and flags -S -p) in /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/lib
  7351. 326.55 s [pretty-relative-time] shrinking RPATHs of ELF executables and libraries in /nix/store/fm5zx5yiwfgc4aafd1m5zbl267hj2isi-pretty-relative-time-0.3.0.0-doc
  7352. 326.55 s [pretty-relative-time] checking for references to /build/ in /nix/store/fm5zx5yiwfgc4aafd1m5zbl267hj2isi-pretty-relative-time-0.3.0.0-doc...
  7353. 326.55 s [pretty-relative-time] patching script interpreter paths in /nix/store/fm5zx5yiwfgc4aafd1m5zbl267hj2isi-pretty-relative-time-0.3.0.0-doc
  7354. 326.55 s [cursor-gen] [ 9 of 14] Compiling Cursor.TextField.Gen ( src/Cursor/TextField/Gen.hs, dist/build/Cursor/TextField/Gen.o, dist/build/Cursor/TextField/Gen.dyn_o )
  7355. 326.55 s [cursor-gen] [10 of 14] Compiling Cursor.Tree.Gen ( src/Cursor/Tree/Gen.hs, dist/build/Cursor/Tree/Gen.o, dist/build/Cursor/Tree/Gen.dyn_o )
  7356. 326.55 s [cursor-gen] [11 of 14] Compiling Cursor.Simple.Tree.Gen ( src/Cursor/Simple/Tree/Gen.hs, dist/build/Cursor/Simple/Tree/Gen.o, dist/build/Cursor/Simple/Tree/Gen.dyn_o )
  7357. 326.55 s [cursor-gen] [12 of 14] Compiling Cursor.Forest.Gen ( src/Cursor/Forest/Gen.hs, dist/build/Cursor/Forest/Gen.o, dist/build/Cursor/Forest/Gen.dyn_o )
  7358. 326.55 s [cursor-gen] [13 of 14] Compiling Cursor.Simple.Forest.Gen ( src/Cursor/Simple/Forest/Gen.hs, dist/build/Cursor/Simple/Forest/Gen.o, dist/build/Cursor/Simple/Forest/Gen.dyn_o )
  7359. 326.55 s [cursor-gen] [14 of 14] Compiling Paths_cursor_gen ( dist/build/autogen/Paths_cursor_gen.hs, dist/build/Paths_cursor_gen.o, dist/build/Paths_cursor_gen.dyn_o )
  7360. 326.55 s [cursor-gen] [ 1 of 14] Compiling Cursor.List.Gen ( src/Cursor/List/Gen.hs, dist/build/Cursor/List/Gen.p_o )
  7361. 326.55 s [cursor-gen] [ 2 of 14] Compiling Cursor.List.NonEmpty.Gen ( src/Cursor/List/NonEmpty/Gen.hs, dist/build/Cursor/List/NonEmpty/Gen.p_o )
  7362. 326.55 s [cursor-gen] [ 3 of 14] Compiling Cursor.Map.KeyValue.Gen ( src/Cursor/Map/KeyValue/Gen.hs, dist/build/Cursor/Map/KeyValue/Gen.p_o )
  7363. 326.55 s [cursor-gen] [ 4 of 14] Compiling Cursor.Map.Gen ( src/Cursor/Map/Gen.hs, dist/build/Cursor/Map/Gen.p_o )
  7364. 326.55 s [cursor-gen] [ 5 of 14] Compiling Cursor.Simple.List.NonEmpty.Gen ( src/Cursor/Simple/List/NonEmpty/Gen.hs, dist/build/Cursor/Simple/List/NonEmpty/Gen.p_o )
  7365. 326.55 s [cursor-gen] [ 6 of 14] Compiling Cursor.Simple.Map.Gen ( src/Cursor/Simple/Map/Gen.hs, dist/build/Cursor/Simple/Map/Gen.p_o )
  7366. 326.55 s [cursor-gen] [ 7 of 14] Compiling Cursor.Simple.Map.KeyValue.Gen ( src/Cursor/Simple/Map/KeyValue/Gen.hs, dist/build/Cursor/Simple/Map/KeyValue/Gen.p_o )
  7367. 326.55 s [cursor-gen] [ 8 of 14] Compiling Cursor.Text.Gen ( src/Cursor/Text/Gen.hs, dist/build/Cursor/Text/Gen.p_o )
  7368. 326.55 s [cursor-gen] [ 9 of 14] Compiling Cursor.TextField.Gen ( src/Cursor/TextField/Gen.hs, dist/build/Cursor/TextField/Gen.p_o )
  7369. 326.55 s [cursor-gen] [10 of 14] Compiling Cursor.Tree.Gen ( src/Cursor/Tree/Gen.hs, dist/build/Cursor/Tree/Gen.p_o )
  7370. 326.55 s [cursor-gen] [11 of 14] Compiling Cursor.Simple.Tree.Gen ( src/Cursor/Simple/Tree/Gen.hs, dist/build/Cursor/Simple/Tree/Gen.p_o )
  7371. 326.55 s [cursor-gen] [12 of 14] Compiling Cursor.Forest.Gen ( src/Cursor/Forest/Gen.hs, dist/build/Cursor/Forest/Gen.p_o )
  7372. 326.55 s [cursor-gen] [13 of 14] Compiling Cursor.Simple.Forest.Gen ( src/Cursor/Simple/Forest/Gen.hs, dist/build/Cursor/Simple/Forest/Gen.p_o )
  7373. 326.55 s [cursor-gen] [14 of 14] Compiling Paths_cursor_gen ( dist/build/autogen/Paths_cursor_gen.hs, dist/build/Paths_cursor_gen.p_o )
  7374. 326.55 s [cursor-gen] Preprocessing test suite 'cursor-test' for cursor-gen-0.4.0.0...
  7375. 326.55 s [cursor-gen] Building test suite 'cursor-test' for cursor-gen-0.4.0.0...
  7376. 326.55 s [cursor-gen] [ 1 of 22] Compiling Cursor.List.NonEmptySpec ( test/Cursor/List/NonEmptySpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/List/NonEmptySpec.o )
  7377. 326.55 s [cursor-gen] [ 2 of 22] Compiling Cursor.ListSpec ( test/Cursor/ListSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/ListSpec.o )
  7378. 326.55 s [cursor-gen] [ 3 of 22] Compiling Cursor.Map.KeyValueSpec ( test/Cursor/Map/KeyValueSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Map/KeyValueSpec.o )
  7379. 326.55 s [cursor-gen] [ 4 of 22] Compiling Cursor.MapSpec ( test/Cursor/MapSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/MapSpec.o )
  7380. 326.55 s [cursor-gen] [ 5 of 22] Compiling Cursor.Simple.ForestSpec ( test/Cursor/Simple/ForestSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/ForestSpec.o )
  7381. 326.55 s [fuzzy-time-gen] parses "wed 5:06" as FuzzyLocalTimeBoth (DayOfTheWeek Wednesday 0) (AtMinute 5 6) [✔]
  7382. 326.55 s [fuzzy-time-gen] parses "thu 11:" as FuzzyLocalTimeBoth (DayOfTheWeek Thursday 0) (AtHour 11) [✔]
  7383. 326.55 s [fuzzy-time-gen] parses "8 05:06" as FuzzyLocalTimeBoth (OnlyDay 8) (AtMinute 5 6) [✔]
  7384. 326.55 s [fuzzy-time-gen] parses "02-07 05:06" as FuzzyLocalTimeBoth (DayInMonth 2 7) (AtMinute 5 6) [✔]
  7385. 326.55 s [fuzzy-time-gen] parses "noo" as FuzzyLocalTimeTimeOfDay Noon [✔]
  7386. 326.55 s [fuzzy-time-gen] parses "noon" as FuzzyLocalTimeTimeOfDay Noon [✔]
  7387. 326.55 s [fuzzy-time-gen] parses "Noo" as FuzzyLocalTimeTimeOfDay Noon [✔]
  7388. 326.55 s [fuzzy-time-gen] parses "Noon" as FuzzyLocalTimeTimeOfDay Noon [✔]
  7389. 326.55 s [fuzzy-time-gen] parses "midd" as FuzzyLocalTimeTimeOfDay Noon [✔]
  7390. 326.55 s [fuzzy-time-gen] parses "midda" as FuzzyLocalTimeTimeOfDay Noon [✔]
  7391. 326.55 s [fuzzy-time-gen] parses "midday" as FuzzyLocalTimeTimeOfDay Noon [✔]
  7392. 326.55 s [fuzzy-time-gen] parses "Midd" as FuzzyLocalTimeTimeOfDay Noon [✔]
  7393. 326.55 s [fuzzy-time-gen] parses "Midda" as FuzzyLocalTimeTimeOfDay Noon [✔]
  7394. 326.55 s [fuzzy-time-gen] parses "Midday" as FuzzyLocalTimeTimeOfDay Noon [✔]
  7395. 326.55 s [fuzzy-time-gen] parses "midn" as FuzzyLocalTimeTimeOfDay Midnight [✔]
  7396. 326.55 s [fuzzy-time-gen] parses "midni" as FuzzyLocalTimeTimeOfDay Midnight [✔]
  7397. 326.55 s [fuzzy-time-gen] parses "midnig" as FuzzyLocalTimeTimeOfDay Midnight [✔]
  7398. 326.55 s [fuzzy-time-gen] parses "midnigh" as FuzzyLocalTimeTimeOfDay Midnight [✔]
  7399. 326.55 s [fuzzy-time-gen] parses "midnight" as FuzzyLocalTimeTimeOfDay Midnight [✔]
  7400. 326.55 s [fuzzy-time-gen] parses "Midn" as FuzzyLocalTimeTimeOfDay Midnight [✔]
  7401. 326.55 s [fuzzy-time-gen] parses "Midni" as FuzzyLocalTimeTimeOfDay Midnight [✔]
  7402. 326.55 s [fuzzy-time-gen] parses "Midnig" as FuzzyLocalTimeTimeOfDay Midnight [✔]
  7403. 326.55 s [fuzzy-time-gen] parses "Midnigh" as FuzzyLocalTimeTimeOfDay Midnight [✔]
  7404. 326.55 s [fuzzy-time-gen] parses "Midnight" as FuzzyLocalTimeTimeOfDay Midnight [✔]
  7405. 326.55 s [fuzzy-time-gen] parses "mor" as FuzzyLocalTimeTimeOfDay Morning [✔]
  7406. 326.55 s [fuzzy-time-gen] parses "morn" as FuzzyLocalTimeTimeOfDay Morning [✔]
  7407. 326.55 s [fuzzy-time-gen] parses "morni" as FuzzyLocalTimeTimeOfDay Morning [✔]
  7408. 326.55 s [fuzzy-time-gen] parses "mornin" as FuzzyLocalTimeTimeOfDay Morning [✔]
  7409. 326.55 s [fuzzy-time-gen] parses "morning" as FuzzyLocalTimeTimeOfDay Morning [✔]
  7410. 326.55 s [fuzzy-time-gen] parses "Mor" as FuzzyLocalTimeTimeOfDay Morning [✔]
  7411. 326.55 s [fuzzy-time-gen] parses "Morn" as FuzzyLocalTimeTimeOfDay Morning [✔]
  7412. 326.55 s [fuzzy-time-gen] parses "Morni" as FuzzyLocalTimeTimeOfDay Morning [✔]
  7413. 326.55 s [fuzzy-time-gen] parses "Mornin" as FuzzyLocalTimeTimeOfDay Morning [✔]
  7414. 326.55 s [fuzzy-time-gen] parses "Morning" as FuzzyLocalTimeTimeOfDay Morning [✔]
  7415. 326.55 s [fuzzy-time-gen] parses "e" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7416. 326.55 s [fuzzy-time-gen] parses "ev" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7417. 326.55 s [fuzzy-time-gen] parses "eve" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7418. 326.55 s [fuzzy-time-gen] parses "even" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7419. 326.55 s [fuzzy-time-gen] parses "eveni" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7420. 326.55 s [fuzzy-time-gen] parses "evenin" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7421. 326.55 s [fuzzy-time-gen] parses "evening" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7422. 326.55 s [fuzzy-time-gen] parses "E" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7423. 326.55 s [fuzzy-time-gen] parses "Ev" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7424. 326.55 s [fuzzy-time-gen] parses "Eve" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7425. 326.55 s [fuzzy-time-gen] parses "Even" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7426. 326.55 s [fuzzy-time-gen] parses "Eveni" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7427. 326.55 s [fuzzy-time-gen] parses "Evenin" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7428. 326.55 s [fuzzy-time-gen] parses "Evening" as FuzzyLocalTimeTimeOfDay Evening [✔]
  7429. 326.55 s [fuzzy-time-gen] parses "6:07" as FuzzyLocalTimeTimeOfDay (AtMinute 6 7) [✔]
  7430. 326.55 s [fuzzy-time-gen] parses "08:09" as FuzzyLocalTimeTimeOfDay (AtMinute 8 9) [✔]
  7431. 326.55 s [fuzzy-time-gen] parses "1011" as FuzzyLocalTimeTimeOfDay (AtMinute 10 11) [✔]
  7432. 326.55 s [fuzzy-time-gen] parses "0324" as FuzzyLocalTimeTimeOfDay (AtMinute 3 24) [✔]
  7433. 326.55 s [fuzzy-time-gen] parses "23:59:22" as FuzzyLocalTimeTimeOfDay (AtExact 23:59:22) [✔]
  7434. 326.55 s [fuzzy-time-gen] parses "5:06:23" as FuzzyLocalTimeTimeOfDay (AtExact 05:06:23) [✔]
  7435. 326.55 s [fuzzy-time-gen] parses "0506:23" as FuzzyLocalTimeTimeOfDay (AtExact 05:06:23) [✔]
  7436. 326.55 s [fuzzy-time-gen] parses "+5h" as FuzzyLocalTimeTimeOfDay (HoursDiff 5) [✔]
  7437. 326.55 s [fuzzy-time-gen] parses "-6h" as FuzzyLocalTimeTimeOfDay (HoursDiff (-6)) [✔]
  7438. 326.55 s [fuzzy-time-gen] parses "+7m" as FuzzyLocalTimeDay (DiffMonths 7) [✔]
  7439. 326.55 s [fuzzy-time-gen] parses "-8m" as FuzzyLocalTimeDay (DiffMonths (-8)) [✔]
  7440. 326.55 s [fuzzy-time-gen] parses "+9s" as FuzzyLocalTimeTimeOfDay (SecondsDiff 9.000000000000) [✔]
  7441. 326.55 s [fuzzy-time-gen] parses "-10s" as FuzzyLocalTimeTimeOfDay (SecondsDiff (-10.000000000000)) [✔]
  7442. 326.55 s [fuzzy-time-gen] fails to parse "hello" [✔]
  7443. 326.55 s [fuzzy-time-gen] fails to parse "world" [✔]
  7444. 326.55 s [fuzzy-time-gen] twoDigitsSegmentP
  7445. 326.55 s [fuzzy-time-gen] only parses valid values [✔]
  7446. 326.55 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7447. 326.55 s [fuzzy-time-gen] parses "0" as 0 [✔]
  7448. 326.55 s [fuzzy-time-gen] parses "6" as 6 [✔]
  7449. 326.55 s [fuzzy-time-gen] parses "01" as 1 [✔]
  7450. 326.55 s [fuzzy-time-gen] parses "12" as 12 [✔]
  7451. 326.55 s [opt-env-conf] Phase: setupCompilerEnvironmentPhase
  7452. 326.55 s [opt-env-conf] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  7453. 326.55 s [opt-env-conf] Phase: unpackPhase
  7454. 326.55 s [opt-env-conf] unpacking source archive /nix/store/vkjf2nmzw2bw3lq96d9kk0zhapcw9166-opt-env-conf-source-0.15.0.1/opt-env-conf-0.15.0.1.tar.gz
  7455. 326.55 s [opt-env-conf] source root is opt-env-conf-0.15.0.1
  7456. 326.55 s [opt-env-conf] setting SOURCE_DATE_EPOCH to timestamp 1780347837 of file "opt-env-conf-0.15.0.1/src/OptEnvConf/Validation.hs"
  7457. 326.55 s [opt-env-conf] warning: file "opt-env-conf-0.15.0.1/src/OptEnvConf/Validation.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  7458. 326.55 s [opt-env-conf] Phase: patchPhase
  7459. 326.55 s [opt-env-conf] Phase: compileBuildDriverPhase
  7460. 326.55 s [opt-env-conf] setupCompileFlags: -package-db=/build/tmp.E8fN4jYiU1/setup-package.conf.d -threaded
  7461. 326.55 s [opt-env-conf] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.E8fN4jYiU1/Main.o )
  7462. 326.55 s [opt-env-conf] [2 of 2] Linking Setup
  7463. 326.55 s [opt-env-conf] Phase: updateAutotoolsGnuConfigScriptsPhase
  7464. 326.55 s [opt-env-conf] Phase: configurePhase
  7465. 326.55 s [opt-env-conf] configureFlags: --verbose --prefix=/nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/zrig6079qq6l4zqgb0mhpp2llsl80766-opt-env-conf-0.15.0.1-doc/share/doc/opt-env-conf-0.15.0.1 --with-gcc=gcc --package-db=/build/tmp.E8fN4jYiU1/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  7466. 326.55 s [opt-env-conf] Using Parsec parser
  7467. 326.55 s [opt-env-conf] Configuring opt-env-conf-0.15.0.1...
  7468. 326.61 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0
  7469. 327.00 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  7470. 327.00 s [post-build-hook]
  7471. 327.35 s [post-build-hook] Pushing /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0 (1.68 KiB)
  7472. 328.21 s [post-build-hook]
  7473. 328.21 s [post-build-hook] All done.
  7474. 328.23 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0
  7475. 328.29 s [post-build-hook] copying 1 paths...
  7476. 328.29 s [post-build-hook] copying path '/nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0' to 'https://cache.staging.nix-ci.com'...
  7477. 328.61 s [post-build-hook] copying 0 paths...
  7478. 328.63 s Progress: 84 of 152 built (7 building), 815 of 815 downloaded from cache
  7479. 328.66 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1
  7480. 329.04 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  7481. 329.04 s [post-build-hook]
  7482. 329.59 s [post-build-hook] Pushing /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1 (3.05 KiB)
  7483. 330.49 s [post-build-hook]
  7484. 330.49 s [post-build-hook] All done.
  7485. 330.51 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1
  7486. 330.59 s [post-build-hook] copying 1 paths...
  7487. 330.59 s [post-build-hook] copying path '/nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1' to 'https://cache.staging.nix-ci.com'...
  7488. 330.95 s [post-build-hook] copying 0 paths...
  7489. 330.98 s Progress: 85 of 153 built (6 building), 815 of 815 downloaded from cache
  7490. 331.03 s Building validity-case-insensitive
  7491. 331.09 s Building validity-path
  7492. 331.09 s [cursor-gen] [ 6 of 22] Compiling Cursor.Simple.List.NonEmptySpec ( test/Cursor/Simple/List/NonEmptySpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/List/NonEmptySpec.o )
  7493. 331.09 s [cursor-gen] [ 7 of 22] Compiling Cursor.Simple.Map.KeyValueSpec ( test/Cursor/Simple/Map/KeyValueSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/Map/KeyValueSpec.o )
  7494. 331.09 s [cursor-gen] [ 8 of 22] Compiling Cursor.Simple.MapSpec ( test/Cursor/Simple/MapSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/MapSpec.o )
  7495. 331.09 s [cursor-gen] [ 9 of 22] Compiling Cursor.Simple.Tree.CollapseSpec ( test/Cursor/Simple/Tree/CollapseSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/Tree/CollapseSpec.o )
  7496. 331.09 s [cursor-gen] [10 of 22] Compiling Cursor.Simple.Tree.InsertSpec ( test/Cursor/Simple/Tree/InsertSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/Tree/InsertSpec.o )
  7497. 331.09 s [cursor-gen] [11 of 22] Compiling Cursor.Simple.Tree.TestUtils ( test/Cursor/Simple/Tree/TestUtils.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/Tree/TestUtils.o )
  7498. 331.09 s [cursor-gen] [12 of 22] Compiling Cursor.Simple.Tree.SwapSpec ( test/Cursor/Simple/Tree/SwapSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/Tree/SwapSpec.o )
  7499. 331.09 s [cursor-gen] [13 of 22] Compiling Cursor.Simple.Tree.PromoteSpec ( test/Cursor/Simple/Tree/PromoteSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/Tree/PromoteSpec.o )
  7500. 331.09 s [cursor-gen] [14 of 22] Compiling Cursor.Simple.Tree.MovementSpec ( test/Cursor/Simple/Tree/MovementSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/Tree/MovementSpec.o )
  7501. 331.09 s [cursor-gen] [15 of 22] Compiling Cursor.Simple.Tree.DemoteSpec ( test/Cursor/Simple/Tree/DemoteSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/Tree/DemoteSpec.o )
  7502. 331.09 s [cursor-gen] [16 of 22] Compiling Cursor.Simple.Tree.DeleteSpec ( test/Cursor/Simple/Tree/DeleteSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/Tree/DeleteSpec.o )
  7503. 331.09 s [cursor-gen] [17 of 22] Compiling Cursor.Simple.Tree.BaseSpec ( test/Cursor/Simple/Tree/BaseSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Simple/Tree/BaseSpec.o )
  7504. 331.09 s [cursor-gen] [18 of 22] Compiling Cursor.TextFieldSpec ( test/Cursor/TextFieldSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/TextFieldSpec.o )
  7505. 331.09 s [cursor-gen] [19 of 22] Compiling Cursor.TextSpec ( test/Cursor/TextSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/TextSpec.o )
  7506. 331.09 s [cursor-gen] [20 of 22] Compiling Cursor.Tree.TypesSpec ( test/Cursor/Tree/TypesSpec.hs, dist/build/cursor-test/cursor-test-tmp/Cursor/Tree/TypesSpec.o )
  7507. 331.09 s [cursor-gen] [21 of 22] Compiling Main ( test/Spec.hs, dist/build/cursor-test/cursor-test-tmp/Main.o )
  7508. 331.09 s [cursor-gen] [22 of 22] Compiling Paths_cursor_gen ( dist/build/cursor-test/autogen/Paths_cursor_gen.hs, dist/build/cursor-test/cursor-test-tmp/Paths_cursor_gen.o )
  7509. 331.09 s [cursor-gen] [23 of 23] Linking dist/build/cursor-test/cursor-test
  7510. 331.09 s [cursor-gen] Phase: checkPhase
  7511. 331.09 s [cursor-gen] Running 1 test suites...
  7512. 331.09 s [cursor-gen] Test suite cursor-test: RUNNING...
  7513. 331.09 s [cursor-gen]
  7514. 331.09 s [cursor-gen] Cursor.List
  7515. 331.09 s [cursor-gen] Eq (ListCursor Bool)
  7516. 331.09 s [cursor-gen] (==) :: (ListCursor Bool) -> (ListCursor Bool) -> Bool
  7517. 331.09 s [cursor-gen] is reflexive for "valid (ListCursor Bool)"s [✔]
  7518. 331.09 s [cursor-gen] +++ OK, passed 100 tests.
  7519. 331.09 s [cursor-gen] is symmetric for "valid (ListCursor Bool)"s [✔]
  7520. 331.09 s [cursor-gen] +++ OK, passed 100 tests.
  7521. 331.09 s [cursor-gen] is transitive for "valid (ListCursor Bool)"s [✔]
  7522. 331.09 s [cursor-gen] +++ OK, passed 100 tests.
  7523. 331.09 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (ListCursor Bool)"s [✔]
  7524. 331.09 s [cursor-gen] +++ OK, passed 100 tests.
  7525. 331.09 s [cursor-gen] (/=) :: (ListCursor Bool) -> (ListCursor Bool) -> Bool
  7526. 331.09 s [cursor-gen] is antireflexive for "valid (ListCursor Bool)"s [✔]
  7527. 331.09 s [cursor-gen] +++ OK, passed 100 tests.
  7528. 331.09 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (ListCursor Bool)"s [✔]
  7529. 331.09 s [cursor-gen] +++ OK, passed 100 tests.
  7530. 331.09 s [cursor-gen] Functor ListCursor
  7531. 331.09 s [cursor-gen] fmap :: (a -> b) -> ListCursor a -> ListCursor b
  7532. 331.09 s [cursor-gen] satisfies the first Fuctor law: 'fmap id == id' for "ListCursor of ints :: (ListCursor Int)" [✔]
  7533. 331.09 s [cursor-gen] +++ OK, passed 100 tests.
  7534. 331.09 s [cursor-gen] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "ListCursor of ints :: (ListCursor Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  7535. 331.09 s [cursor-gen] +++ OK, passed 100 tests.
  7536. 331.09 s [cursor-gen] (<$) :: a -> ListCursor b -> ListCursor a
  7537. 331.09 s [fuzzy-time-gen] parses "52" as 52 [✔]
  7538. 331.09 s [fuzzy-time-gen] fails to parse "152" [✔]
  7539. 331.09 s [fuzzy-time-gen] fails to parse "6:" [✔]
  7540. 331.09 s [fuzzy-time-gen] hourSegmentP
  7541. 331.09 s [fuzzy-time-gen] only parses valid values [✔]
  7542. 331.09 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7543. 331.09 s [fuzzy-time-gen] parses "0" as 0 [✔]
  7544. 331.09 s [fuzzy-time-gen] parses "6" as 6 [✔]
  7545. 331.09 s [fuzzy-time-gen] parses "01" as 1 [✔]
  7546. 331.09 s [fuzzy-time-gen] parses "12" as 12 [✔]
  7547. 331.09 s [fuzzy-time-gen] parses "7:" as 7 [✔]
  7548. 331.09 s [fuzzy-time-gen] fails to parse "25" [✔]
  7549. 331.09 s [fuzzy-time-gen] fails to parse "52" [✔]
  7550. 331.09 s [fuzzy-time-gen] fails to parse "152" [✔]
  7551. 331.09 s [fuzzy-time-gen] minuteSegmentP
  7552. 331.09 s [fuzzy-time-gen] only parses valid values [✔]
  7553. 331.09 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7554. 331.09 s [fuzzy-time-gen] parses "0" as 0 [✔]
  7555. 331.09 s [fuzzy-time-gen] parses "6" as 6 [✔]
  7556. 331.09 s [fuzzy-time-gen] parses "01" as 1 [✔]
  7557. 331.09 s [fuzzy-time-gen] parses "12" as 12 [✔]
  7558. 331.09 s [fuzzy-time-gen] parses "25" as 25 [✔]
  7559. 331.09 s [fuzzy-time-gen] parses "52" as 52 [✔]
  7560. 331.09 s [fuzzy-time-gen] fails to parse "152" [✔]
  7561. 331.09 s [fuzzy-time-gen] fails to parse "8:" [✔]
  7562. 331.09 s [fuzzy-time-gen] atHourP
  7563. 331.09 s [fuzzy-time-gen] only parses valid values [✔]
  7564. 331.09 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7565. 331.09 s [fuzzy-time-gen] parses "0" as AtHour 0 [✔]
  7566. 331.09 s [fuzzy-time-gen] parses "2" as AtHour 2 [✔]
  7567. 331.09 s [fuzzy-time-gen] parses "23" as AtHour 23 [✔]
  7568. 331.09 s [fuzzy-time-gen] parses "08" as AtHour 8 [✔]
  7569. 331.09 s [fuzzy-time-gen] parses "04" as AtHour 4 [✔]
  7570. 331.09 s [fuzzy-time-gen] parses "6:" as AtHour 6 [✔]
  7571. 331.09 s [fuzzy-time-gen] parses "06:" as AtHour 6 [✔]
  7572. 331.09 s [fuzzy-time-gen] fails to parse "26" [✔]
  7573. 331.09 s [fuzzy-time-gen] fails to parse "103" [✔]
  7574. 331.09 s [fuzzy-time-gen] atMinuteP
  7575. 331.09 s [fuzzy-time-gen] only parses valid values [✔]
  7576. 331.09 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7577. 331.09 s [fuzzy-time-gen] parses "2:52" as AtMinute 2 52 [✔]
  7578. 331.09 s [fuzzy-time-gen] parses "23:52" as AtMinute 23 52 [✔]
  7579. 331.09 s [fuzzy-time-gen] parses "08:15" as AtMinute 8 15 [✔]
  7580. 331.09 s [fuzzy-time-gen] parses "0426" as AtMinute 4 26 [✔]
  7581. 331.09 s [fuzzy-time-gen] fails to parse "6:" [✔]
  7582. 331.09 s [fuzzy-time-gen] fails to parse "06:" [✔]
  7583. 331.09 s [fuzzy-time-gen] atExactP
  7584. 331.09 s [fuzzy-time-gen] only parses valid values [✔]
  7585. 331.09 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7586. 331.09 s [fuzzy-time-gen] parses "23:59:22" as AtExact 23:59:22 [✔]
  7587. 331.09 s [fuzzy-time-gen] parses "5:06:23" as AtExact 05:06:23 [✔]
  7588. 331.09 s [fuzzy-time-gen] parses "0506:23" as AtExact 05:06:23 [✔]
  7589. 331.09 s [fuzzy-time-gen] fails to parse "50623" [✔]
  7590. 331.09 s [fuzzy-time-gen] fails to parse "050623" [✔]
  7591. 331.09 s [fuzzy-time-gen] fails to parse "05:0623" [✔]
  7592. 331.09 s [fuzzy-time-gen] fuzzyTimeOfDayP
  7593. 331.09 s [fuzzy-time-gen] only parses valid values [✔]
  7594. 331.09 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7595. 331.09 s [fuzzy-time-gen] parses "no" as Noon [✔]
  7596. 331.09 s [fuzzy-time-gen] parses "noo" as Noon [✔]
  7597. 331.09 s [fuzzy-time-gen] parses "noon" as Noon [✔]
  7598. 331.09 s [fuzzy-time-gen] parses "midd" as Noon [✔]
  7599. 331.09 s [fuzzy-time-gen] parses "midda" as Noon [✔]
  7600. 331.09 s [fuzzy-time-gen] parses "midday" as Noon [✔]
  7601. 331.09 s [fuzzy-time-gen] parses "midn" as Midnight [✔]
  7602. 331.09 s [fuzzy-time-gen] parses "midni" as Midnight [✔]
  7603. 331.09 s [fuzzy-time-gen] parses "midnig" as Midnight [✔]
  7604. 331.09 s [fuzzy-time-gen] parses "midnigh" as Midnight [✔]
  7605. 331.09 s [fuzzy-time-gen] parses "midnight" as Midnight [✔]
  7606. 331.09 s [fuzzy-time-gen] parses "mo" as Morning [✔]
  7607. 331.09 s [fuzzy-time-gen] parses "mor" as Morning [✔]
  7608. 331.09 s [fuzzy-time-gen] parses "morn" as Morning [✔]
  7609. 331.09 s [fuzzy-time-gen] parses "morni" as Morning [✔]
  7610. 331.09 s [fuzzy-time-gen] parses "mornin" as Morning [✔]
  7611. 331.09 s [fuzzy-time-gen] parses "morning" as Morning [✔]
  7612. 331.09 s [fuzzy-time-gen] parses "e" as Evening [✔]
  7613. 331.09 s [fuzzy-time-gen] parses "ev" as Evening [✔]
  7614. 331.09 s [fuzzy-time-gen] parses "eve" as Evening [✔]
  7615. 331.09 s [fuzzy-time-gen] parses "even" as Evening [✔]
  7616. 331.09 s [fuzzy-time-gen] parses "eveni" as Evening [✔]
  7617. 331.09 s [fuzzy-time-gen] parses "evenin" as Evening [✔]
  7618. 331.09 s [fuzzy-time-gen] parses "evening" as Evening [✔]
  7619. 331.09 s [fuzzy-time-gen] AtHour
  7620. 331.09 s [fuzzy-time-gen] parses "0" as AtHour 0 [✔]
  7621. 331.09 s [fuzzy-time-gen] parses "4" as AtHour 4 [✔]
  7622. 331.09 s [fuzzy-time-gen] parses "05" as AtHour 5 [✔]
  7623. 331.09 s [fuzzy-time-gen] parses "6:" as AtHour 6 [✔]
  7624. 331.09 s [fuzzy-time-gen] parses "07:" as AtHour 7 [✔]
  7625. 331.09 s [fuzzy-time-gen] AtMinute
  7626. 331.09 s [fuzzy-time-gen] parses "6:07" as AtMinute 6 7 [✔]
  7627. 331.09 s [fuzzy-time-gen] parses "08:09" as AtMinute 8 9 [✔]
  7628. 331.09 s [fuzzy-time-gen] parses "1011" as AtMinute 10 11 [✔]
  7629. 331.09 s [fuzzy-time-gen] parses "0324" as AtMinute 3 24 [✔]
  7630. 331.09 s [fuzzy-time-gen] AtExact
  7631. 331.09 s [fuzzy-time-gen] parses "23:59:22" as AtExact 23:59:22 [✔]
  7632. 331.09 s [fuzzy-time-gen] parses "5:06:23" as AtExact 05:06:23 [✔]
  7633. 331.09 s [fuzzy-time-gen] parses "0506:23" as AtExact 05:06:23 [✔]
  7634. 331.09 s [fuzzy-time-gen] parses "05:06:23.1" as AtExact 05:06:23.1 [✔]
  7635. 331.09 s [fuzzy-time-gen] parses "05:06:23.01" as AtExact 05:06:23.01 [✔]
  7636. 331.09 s [fuzzy-time-gen] parses "05:06:23.001" as AtExact 05:06:23.001 [✔]
  7637. 331.09 s [fuzzy-time-gen] parses "05:06:23.0001" as AtExact 05:06:23.0001 [✔]
  7638. 331.09 s [fuzzy-time-gen] parses "05:06:23.00001" as AtExact 05:06:23.00001 [✔]
  7639. 331.09 s [fuzzy-time-gen] parses "05:06:23.000001" as AtExact 05:06:23.000001 [✔]
  7640. 331.09 s [fuzzy-time-gen] parses "05:06:23.0000001" as AtExact 05:06:23.0000001 [✔]
  7641. 331.09 s [fuzzy-time-gen] parses "05:06:23.00000001" as AtExact 05:06:23.00000001 [✔]
  7642. 331.09 s [fuzzy-time-gen] parses "05:06:23.000000001" as AtExact 05:06:23.000000001 [✔]
  7643. 331.10 s [fuzzy-time-gen] parses "05:06:23.0000000001" as AtExact 05:06:23.0000000001 [✔]
  7644. 331.10 s [fuzzy-time-gen] parses "05:06:23.00000000001" as AtExact 05:06:23.00000000001 [✔]
  7645. 331.10 s [fuzzy-time-gen] parses "05:06:23.000000000001" as AtExact 05:06:23.000000000001 [✔]
  7646. 331.10 s [fuzzy-time-gen] can parse whatever is rendered [✔]
  7647. 331.10 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7648. 331.10 s [fuzzy-time-gen] HoursDiff
  7649. 331.10 s [fuzzy-time-gen] parses "+3" as HoursDiff 3 [✔]
  7650. 331.10 s [genvalidity-persistent] [2 of 2] Compiling Paths_genvalidity_persistent ( dist/build/autogen/Paths_genvalidity_persistent.hs, dist/build/Paths_genvalidity_persistent.o, dist/build/Paths_genvalidity_persistent.dyn_o )
  7651. 331.10 s [genvalidity-persistent] [1 of 2] Compiling Data.GenValidity.Persist ( src/Data/GenValidity/Persist.hs, dist/build/Data/GenValidity/Persist.p_o )
  7652. 331.10 s [genvalidity-persistent] [2 of 2] Compiling Paths_genvalidity_persistent ( dist/build/autogen/Paths_genvalidity_persistent.hs, dist/build/Paths_genvalidity_persistent.p_o )
  7653. 331.10 s [genvalidity-persistent] Preprocessing test suite 'genvalidity-persistent-test' for genvalidity-persistent-1.0.0.2...
  7654. 331.10 s [genvalidity-persistent] Building test suite 'genvalidity-persistent-test' for genvalidity-persistent-1.0.0.2...
  7655. 331.10 s [genvalidity-persistent] [1 of 3] Compiling Data.GenValidity.PersistSpec ( test/Data/GenValidity/PersistSpec.hs, dist/build/genvalidity-persistent-test/genvalidity-persistent-test-tmp/Data/GenValidity/PersistSpec.o )
  7656. 331.10 s [opt-env-conf] Dependency aeson: using aeson-2.2.3.0
  7657. 331.10 s [opt-env-conf] Dependency autodocodec >=0.3.0.0: using autodocodec-0.5.0.0
  7658. 331.10 s [opt-env-conf] Dependency autodocodec-nix: using autodocodec-nix-0.1.0.0
  7659. 331.10 s [opt-env-conf] Dependency autodocodec-schema: using autodocodec-schema-0.2.0.1
  7660. 331.10 s [opt-env-conf] Dependency autodocodec-yaml: using autodocodec-yaml-0.4.0.2
  7661. 331.10 s [opt-env-conf] Dependency base <5: using base-4.20.2.0
  7662. 331.10 s [opt-env-conf] Dependency containers: using containers-0.7
  7663. 331.10 s [opt-env-conf] Dependency hashable: using hashable-1.5.0.0
  7664. 331.10 s [opt-env-conf] Dependency mtl: using mtl-2.3.1
  7665. 331.10 s [opt-env-conf] Dependency path: using path-0.9.6
  7666. 331.10 s [opt-env-conf] Dependency path-io: using path-io-1.8.2
  7667. 331.10 s [opt-env-conf] Dependency safe-coloured-text >=0.3.0.2: using safe-coloured-text-0.3.0.2
  7668. 331.10 s [opt-env-conf] Dependency safe-coloured-text-layout >=0.2.0.0: using
  7669. 331.10 s [opt-env-conf] safe-coloured-text-layout-0.2.0.1
  7670. 331.10 s [opt-env-conf] Dependency safe-coloured-text-terminfo: using
  7671. 331.10 s [opt-env-conf] safe-coloured-text-terminfo-0.3.0.0
  7672. 331.10 s [opt-env-conf] Dependency selective: using selective-0.7.0.1
  7673. 331.10 s [opt-env-conf] Dependency text: using text-2.1.3
  7674. 331.10 s [opt-env-conf] Dependency validity: using validity-0.12.1.0
  7675. 331.10 s [opt-env-conf] Dependency validity-containers: using validity-containers-0.5.0.5
  7676. 331.10 s [opt-env-conf] Dependency validity-text: using validity-text-0.3.1.3
  7677. 331.10 s [opt-env-conf] Source component graph: component lib
  7678. 331.10 s [opt-env-conf] Configured component graph:
  7679. 331.10 s [opt-env-conf] component opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  7680. 331.10 s [opt-env-conf] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  7681. 331.10 s [opt-env-conf] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  7682. 331.10 s [opt-env-conf] include autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
  7683. 331.10 s [opt-env-conf] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  7684. 331.10 s [opt-env-conf] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  7685. 331.10 s [opt-env-conf] include base-4.20.2.0-fafd
  7686. 331.10 s [opt-env-conf] include containers-0.7-96b4
  7687. 331.10 s [opt-env-conf] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  7688. 331.10 s [opt-env-conf] include mtl-2.3.1-37af
  7689. 331.10 s [opt-env-conf] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  7690. 331.10 s [opt-env-conf] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  7691. 331.10 s [opt-env-conf] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  7692. 331.10 s [opt-env-conf] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  7693. 331.10 s [opt-env-conf] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  7694. 331.10 s [opt-env-conf] include selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
  7695. 331.10 s [opt-env-conf] include text-2.1.3-34f1
  7696. 331.10 s [opt-env-conf] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  7697. 331.10 s [opt-env-conf] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  7698. 331.10 s [opt-env-conf] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  7699. 331.10 s [opt-env-conf] Linked component graph:
  7700. 331.10 s [opt-env-conf] unit opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  7701. 331.10 s [opt-env-conf] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  7702. 331.10 s [opt-env-conf] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  7703. 331.10 s [opt-env-conf] include autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
  7704. 331.10 s [opt-env-conf] include autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  7705. 331.10 s [opt-env-conf] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  7706. 331.10 s [opt-env-conf] include base-4.20.2.0-fafd
  7707. 331.10 s [opt-env-conf] include containers-0.7-96b4
  7708. 331.10 s [opt-env-conf] include hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  7709. 331.10 s [opt-env-conf] include mtl-2.3.1-37af
  7710. 331.10 s [opt-env-conf] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  7711. 331.10 s [opt-env-conf] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  7712. 331.10 s [opt-env-conf] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  7713. 331.10 s [opt-env-conf] include safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  7714. 331.10 s [opt-env-conf] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  7715. 331.10 s [opt-env-conf] include selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
  7716. 331.10 s [opt-env-conf] include text-2.1.3-34f1
  7717. 331.10 s [opt-env-conf] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  7718. 331.10 s [opt-env-conf] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  7719. 331.10 s [opt-env-conf] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  7720. 331.10 s [genvalidity-aeson] Phase: setupCompilerEnvironmentPhase
  7721. 331.10 s [genvalidity-aeson] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  7722. 331.10 s [genvalidity-aeson] Phase: unpackPhase
  7723. 331.10 s [genvalidity-aeson] unpacking source archive /nix/store/9ffxqjvhyjgkxpjmczwc3s4mr5gkg2hd-genvalidity-aeson-source-1.1.0.0/genvalidity-aeson-1.1.0.0.tar.gz
  7724. 331.10 s [genvalidity-aeson] source root is genvalidity-aeson-1.1.0.0
  7725. 331.10 s [genvalidity-aeson] setting SOURCE_DATE_EPOCH to timestamp 1780347842 of file "genvalidity-aeson-1.1.0.0/test/Test/Validity/AesonSpec.hs"
  7726. 331.10 s [genvalidity-aeson] warning: file "genvalidity-aeson-1.1.0.0/test/Test/Validity/AesonSpec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  7727. 331.10 s [genvalidity-aeson] Phase: patchPhase
  7728. 331.10 s [genvalidity-aeson] Phase: compileBuildDriverPhase
  7729. 331.10 s [genvalidity-aeson] setupCompileFlags: -package-db=/build/tmp.nJP72PN6Qc/setup-package.conf.d -threaded
  7730. 331.10 s [genvalidity-aeson] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.nJP72PN6Qc/Main.o )
  7731. 331.10 s [genvalidity-aeson] [2 of 2] Linking Setup
  7732. 331.10 s [genvalidity-aeson] Phase: updateAutotoolsGnuConfigScriptsPhase
  7733. 331.10 s [genvalidity-aeson] Phase: configurePhase
  7734. 331.10 s [genvalidity-aeson] configureFlags: --verbose --prefix=/nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc/share/doc/genvalidity-aeson-1.1.0.0 --with-gcc=gcc --package-db=/build/tmp.nJP72PN6Qc/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  7735. 331.10 s [genvalidity-aeson] Using Parsec parser
  7736. 331.10 s [genvalidity-aeson] Configuring genvalidity-aeson-1.1.0.0...
  7737. 331.10 s [genvalidity-aeson] Dependency QuickCheck: using QuickCheck-2.15.0.1
  7738. 331.10 s [genvalidity-aeson] Dependency aeson >=1.4.0.0: using aeson-2.2.3.0
  7739. 331.10 s [genvalidity-aeson] Dependency base >=4.10 && <5: using base-4.20.2.0
  7740. 331.10 s [genvalidity-aeson] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  7741. 331.10 s [genvalidity-aeson] Dependency genvalidity-scientific >=0.2: using genvalidity-scientific-1.0.0.0
  7742. 331.10 s [genvalidity-aeson] Dependency genvalidity-text >=0.5: using genvalidity-text-1.0.0.1
  7743. 331.10 s [genvalidity-aeson] Dependency genvalidity-unordered-containers >=0.2: using
  7744. 331.10 s [genvalidity-aeson] genvalidity-unordered-containers-1.0.0.1
  7745. 331.10 s [genvalidity-aeson] Dependency genvalidity-vector >=0.2: using genvalidity-vector-1.0.0.0
  7746. 331.10 s [genvalidity-aeson] Dependency validity-aeson >=0.2: using validity-aeson-0.2.0.5
  7747. 331.10 s [genvalidity-aeson] Dependency aeson >=1.4.0.0: using aeson-2.2.3.0
  7748. 331.10 s [genvalidity-aeson] Dependency base >=4.10 && <5: using base-4.20.2.0
  7749. 331.10 s [genvalidity-aeson] Dependency deepseq: using deepseq-1.5.0.0
  7750. 331.10 s [genvalidity-aeson] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
  7751. 331.10 s [genvalidity-aeson] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  7752. 331.10 s [genvalidity-aeson] Dependency hspec: using hspec-2.11.14
  7753. 331.10 s [genvalidity-aeson] Dependency aeson >=1.4.0.0: using aeson-2.2.3.0
  7754. 331.10 s [genvalidity-aeson] Dependency base >=4.10 && <5: using base-4.20.2.0
  7755. 331.10 s [genvalidity-aeson] Dependency criterion: using criterion-1.6.4.0
  7756. 331.10 s [genvalidity-aeson] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
  7757. 331.10 s [genvalidity-aeson] Dependency genvalidity-criterion >=1.1.0.0: using
  7758. 331.10 s [genvalidity-aeson] genvalidity-criterion-1.1.0.0
  7759. 331.10 s [genvalidity-aeson] Source component graph:
  7760. 331.10 s [genvalidity-aeson] component lib
  7761. 331.10 s [genvalidity-aeson] component test:genvalidity-aeson-test dependency lib
  7762. 331.10 s [genvalidity-aeson] component bench:genvalidity-aeson-bench dependency lib
  7763. 331.10 s [genvalidity-aeson] Configured component graph:
  7764. 331.10 s [genvalidity-aeson] component genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  7765. 331.10 s [genvalidity-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  7766. 331.10 s [genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  7767. 331.29 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0
  7768. 331.69 s [post-build-hook] Pushing 2 paths (74 are already present) using zstd to cache smos ⏳
  7769. 331.78 s [post-build-hook]
  7770. 332.04 s [post-build-hook] Pushing /nix/store/fm5zx5yiwfgc4aafd1m5zbl267hj2isi-pretty-relative-time-0.3.0.0-doc (504.90 KiB)
  7771. 332.06 s [post-build-hook] Pushing /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0 (1.28 MiB)
  7772. 333.07 s [post-build-hook]
  7773. 333.07 s [post-build-hook] All done.
  7774. 333.10 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0
  7775. 333.17 s [post-build-hook] copying 0 paths...
  7776. 333.31 s [post-build-hook] copying 0 paths...
  7777. 333.36 s Progress: 86 of 152 built (7 building), 815 of 815 downloaded from cache
  7778. 333.37 s [cursor-gen] is equivalent to its default implementation for "int :: Int" and "ListCursor of ints :: (ListCursor Int)" [✔]
  7779. 333.37 s [cursor-gen] +++ OK, passed 100 tests.
  7780. 333.37 s [cursor-gen] GenValid (ListCursor Bool)
  7781. 333.37 s [cursor-gen] genValid :: Gen (ListCursor Bool)
  7782. 333.37 s [cursor-gen] only generates valid '(ListCursor Bool)'s [✔]
  7783. 333.37 s [cursor-gen] +++ OK, passed 100 tests.
  7784. 333.37 s [cursor-gen] emptyListCursor
  7785. 333.37 s [cursor-gen] is valid [✔]
  7786. 333.37 s [cursor-gen] makeListCursor
  7787. 333.37 s [cursor-gen] produces valid list cursors [✔]
  7788. 333.37 s [cursor-gen] +++ OK, passed 100 tests.
  7789. 333.37 s [cursor-gen] makeListCursorWithSelection
  7790. 333.37 s [cursor-gen] produces valid list cursors [✔]
  7791. 333.37 s [cursor-gen] +++ OK, passed 100 tests.
  7792. 333.37 s [cursor-gen] rebuildListCursor
  7793. 333.37 s [cursor-gen] produces valid lists [✔]
  7794. 333.37 s [cursor-gen] +++ OK, passed 100 tests.
  7795. 333.37 s [cursor-gen] is the inverse of makeListCursor [✔]
  7796. 333.37 s [cursor-gen] +++ OK, passed 100 tests.
  7797. 333.37 s [cursor-gen] is the inverse of makeListCursorWithSelection for any index [✔]
  7798. 333.37 s [cursor-gen] +++ OK, passed 100 tests.
  7799. 333.37 s [cursor-gen] listCursorNull
  7800. 333.37 s [cursor-gen] produces valid bools [✔]
  7801. 333.37 s [cursor-gen] +++ OK, passed 100 tests.
  7802. 333.37 s [cursor-gen] listCursorLength
  7803. 333.37 s [cursor-gen] produces valid bools [✔]
  7804. 333.37 s [cursor-gen] +++ OK, passed 100 tests.
  7805. 333.37 s [cursor-gen] listCursorIndex
  7806. 333.37 s [cursor-gen] produces valid indices [✔]
  7807. 333.37 s [cursor-gen] +++ OK, passed 100 tests.
  7808. 333.37 s [cursor-gen] listCursorSelectPrev
  7809. 333.37 s [cursor-gen] produces valid cursors [✔]
  7810. 333.37 s [cursor-gen] +++ OK, passed 100 tests.
  7811. 333.43 s [cursor-gen] is a movement [✔]
  7812. 333.43 s [cursor-gen] +++ OK, passed 100 tests.
  7813. 333.43 s [cursor-gen] selects the previous position [‐]
  7814. 333.43 s [cursor-gen] # PENDING: No reason given
  7815. 333.43 s [cursor-gen] listCursorSelectNext
  7816. 333.43 s [cursor-gen] produces valid cursors [✔]
  7817. 333.43 s [cursor-gen] +++ OK, passed 100 tests.
  7818. 333.43 s [cursor-gen] is a movement [✔]
  7819. 333.43 s [cursor-gen] +++ OK, passed 100 tests.
  7820. 333.43 s [cursor-gen] selects the next position [‐]
  7821. 333.43 s [cursor-gen] # PENDING: No reason given
  7822. 333.43 s [cursor-gen] listCursorSelectIndex
  7823. 333.43 s [cursor-gen] produces valid cursors [✔]
  7824. 333.43 s [cursor-gen] +++ OK, passed 100 tests.
  7825. 333.43 s [cursor-gen] is a movement [✔]
  7826. 333.43 s [cursor-gen] +++ OK, passed 100 tests.
  7827. 333.43 s [cursor-gen] selects the position at the given index [‐]
  7828. 333.43 s [cursor-gen] # PENDING: No reason given
  7829. 333.43 s [cursor-gen] listCursorPrevItem
  7830. 333.43 s [cursor-gen] produces valid items [✔]
  7831. 333.43 s [cursor-gen] +++ OK, passed 100 tests.
  7832. 333.43 s [cursor-gen] returns the item before the position [‐]
  7833. 333.43 s [cursor-gen] # PENDING: No reason given
  7834. 333.43 s [cursor-gen] listCursorNextItem
  7835. 333.43 s [cursor-gen] produces valid items [✔]
  7836. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7837. 333.48 s [cursor-gen] returns the item after the position [‐]
  7838. 333.48 s [cursor-gen] # PENDING: No reason given
  7839. 333.48 s [cursor-gen] listCursorPrevUntil
  7840. 333.48 s [cursor-gen] produces valid cursors [✔]
  7841. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7842. 333.48 s [cursor-gen] produces a cursor where the previous item either satisfies the predicate or is empty [✔]
  7843. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7844. 333.48 s [cursor-gen] listCursorNextUntil
  7845. 333.48 s [cursor-gen] produces valid cursors [✔]
  7846. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7847. 333.48 s [cursor-gen] produces a cursor where the previous item either satisfies the predicate or is empty [✔]
  7848. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7849. 333.48 s [cursor-gen] listCursorSelectStart
  7850. 333.48 s [cursor-gen] produces valid cursors [✔]
  7851. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7852. 333.48 s [cursor-gen] is a movement [✔]
  7853. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7854. 333.48 s [cursor-gen] is idempotent [✔]
  7855. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7856. 333.48 s [cursor-gen] selects the starting position [‐]
  7857. 333.48 s [cursor-gen] # PENDING: No reason given
  7858. 333.48 s [cursor-gen] listCursorSelectEnd
  7859. 333.48 s [cursor-gen] produces valid cursors [✔]
  7860. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7861. 333.48 s [cursor-gen] is a movement [✔]
  7862. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7863. 333.48 s [cursor-gen] is idempotent [✔]
  7864. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7865. 333.48 s [cursor-gen] selects the end position [‐]
  7866. 333.48 s [cursor-gen] # PENDING: No reason given
  7867. 333.48 s [cursor-gen] listCursorInsert
  7868. 333.48 s [cursor-gen] produces valids [✔]
  7869. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7870. 333.48 s [cursor-gen] inserts an item before the cursor [‐]
  7871. 333.48 s [cursor-gen] # PENDING: No reason given
  7872. 333.48 s [cursor-gen] listCursorAppend
  7873. 333.48 s [cursor-gen] produces valids [✔]
  7874. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7875. 333.48 s [cursor-gen] inserts an item after the cursor [‐]
  7876. 333.48 s [cursor-gen] # PENDING: No reason given
  7877. 333.48 s [cursor-gen] listCursorInsertList
  7878. 333.48 s [cursor-gen] produces valids [✔]
  7879. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7880. 333.48 s [cursor-gen] listCursorAppendList
  7881. 333.48 s [cursor-gen] produces valids [✔]
  7882. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7883. 333.48 s [cursor-gen] listCursorRemove
  7884. 333.48 s [cursor-gen] produces valids [✔]
  7885. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7886. 333.48 s [cursor-gen] removes an item before the cursor [‐]
  7887. 333.48 s [cursor-gen] # PENDING: No reason given
  7888. 333.48 s [cursor-gen] listCursorDelete
  7889. 333.48 s [cursor-gen] produces valids [✔]
  7890. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7891. 333.48 s [cursor-gen] removes an item before the cursor [‐]
  7892. 333.48 s [cursor-gen] # PENDING: No reason given
  7893. 333.48 s [cursor-gen] listCursorSplit
  7894. 333.48 s [cursor-gen] produces valids [✔]
  7895. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7896. 333.48 s [cursor-gen] produces two list cursors that rebuild to the rebuilding of the original [✔]
  7897. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7898. 333.48 s [cursor-gen] listCursorCombine
  7899. 333.48 s [cursor-gen] produces valids [✔]
  7900. 333.48 s [cursor-gen] +++ OK, passed 100 tests.
  7901. 333.48 s [cursor-gen] produces a list that rebuilds to the rebuilding of the original two cursors [✔]
  7902. 333.48 s [fuzzy-time-gen] parses "-4" as HoursDiff (-4) [✔]
  7903. 333.48 s [fuzzy-time-gen] parses "+5h" as HoursDiff 5 [✔]
  7904. 333.48 s [fuzzy-time-gen] parses "-6h" as HoursDiff (-6) [✔]
  7905. 333.48 s [fuzzy-time-gen] MinutesDiff
  7906. 333.48 s [fuzzy-time-gen] parses "+7m" as MinutesDiff 7 [✔]
  7907. 333.48 s [fuzzy-time-gen] parses "-8m" as MinutesDiff (-8) [✔]
  7908. 333.48 s [fuzzy-time-gen] SecondsDiff
  7909. 333.48 s [fuzzy-time-gen] parses "+9s" as SecondsDiff 9.000000000000 [✔]
  7910. 333.48 s [fuzzy-time-gen] parses "-10s" as SecondsDiff (-10.000000000000) [✔]
  7911. 333.48 s [fuzzy-time-gen] fuzzyDayP
  7912. 333.48 s [fuzzy-time-gen] only parses valid values [✔]
  7913. 333.48 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7914. 333.48 s [fuzzy-time-gen] parses "y" as Yesterday [✔]
  7915. 333.48 s [fuzzy-time-gen] parses "ye" as Yesterday [✔]
  7916. 333.48 s [fuzzy-time-gen] parses "yes" as Yesterday [✔]
  7917. 333.48 s [fuzzy-time-gen] parses "yest" as Yesterday [✔]
  7918. 333.48 s [fuzzy-time-gen] parses "yeste" as Yesterday [✔]
  7919. 333.48 s [fuzzy-time-gen] parses "yester" as Yesterday [✔]
  7920. 333.48 s [fuzzy-time-gen] parses "yesterd" as Yesterday [✔]
  7921. 333.48 s [fuzzy-time-gen] parses "yesterda" as Yesterday [✔]
  7922. 333.48 s [fuzzy-time-gen] parses "yesterday" as Yesterday [✔]
  7923. 333.48 s [fuzzy-time-gen] parses "tod" as Today [✔]
  7924. 333.48 s [fuzzy-time-gen] parses "toda" as Today [✔]
  7925. 333.48 s [fuzzy-time-gen] parses "today" as Today [✔]
  7926. 333.48 s [fuzzy-time-gen] parses "tom" as Tomorrow [✔]
  7927. 333.48 s [fuzzy-time-gen] parses "tomo" as Tomorrow [✔]
  7928. 333.48 s [fuzzy-time-gen] parses "tomor" as Tomorrow [✔]
  7929. 333.48 s [fuzzy-time-gen] parses "tomorr" as Tomorrow [✔]
  7930. 333.48 s [fuzzy-time-gen] parses "tomorro" as Tomorrow [✔]
  7931. 333.48 s [fuzzy-time-gen] parses "tomorrow" as Tomorrow [✔]
  7932. 333.48 s [fuzzy-time-gen] parses "n" as Now [✔]
  7933. 333.48 s [fuzzy-time-gen] parses "no" as Now [✔]
  7934. 333.48 s [fuzzy-time-gen] parses "now" as Now [✔]
  7935. 333.48 s [fuzzy-time-gen] parses exact (recent) days with %Y-%m-%d [✔]
  7936. 333.48 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7937. 333.48 s [fuzzy-time-gen] parses x as OnlyDay x for x between 1 and 31 [✔]
  7938. 333.48 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7939. 333.48 s [fuzzy-time-gen] parses "+3" as DiffDays 3 [✔]
  7940. 333.48 s [fuzzy-time-gen] parses "-3" as DiffDays (-3) [✔]
  7941. 333.48 s [fuzzy-time-gen] Parses +x as DiffDays x [✔]
  7942. 333.48 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7943. 333.48 s [fuzzy-time-gen] parses "+4d" as DiffDays 4 [✔]
  7944. 333.48 s [fuzzy-time-gen] parses "-4d" as DiffDays (-4) [✔]
  7945. 333.48 s [fuzzy-time-gen] Parses +xd as DiffDays x [✔]
  7946. 333.48 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7947. 333.48 s [fuzzy-time-gen] parses "+5w" as DiffWeeks 5 [✔]
  7948. 333.48 s [fuzzy-time-gen] parses "-5w" as DiffWeeks (-5) [✔]
  7949. 333.48 s [fuzzy-time-gen] Parses +xw as DiffWeeks x [✔]
  7950. 333.48 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7951. 333.48 s [fuzzy-time-gen] parses "+6m" as DiffMonths 6 [✔]
  7952. 333.48 s [fuzzy-time-gen] parses "-6m" as DiffMonths (-6) [✔]
  7953. 333.48 s [fuzzy-time-gen] Parses +xw as DiffMonths x [✔]
  7954. 333.48 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7955. 333.48 s [fuzzy-time-gen] fails to parse "0-0" [✔]
  7956. 333.48 s [fuzzy-time-gen] parses "2-13" as DayInMonth 2 13 [✔]
  7957. 333.48 s [fuzzy-time-gen] parses "12-3" as DayInMonth 12 3 [✔]
  7958. 333.49 s [fuzzy-time-gen] parses "02-13" as DayInMonth 2 13 [✔]
  7959. 333.49 s [fuzzy-time-gen] parses "12-03" as DayInMonth 12 3 [✔]
  7960. 333.49 s [fuzzy-time-gen] parses "02-03" as DayInMonth 2 3 [✔]
  7961. 333.49 s [fuzzy-time-gen] parses "oCT-01" as DayInMonth 10 1 [✔]
  7962. 333.49 s [fuzzy-time-gen] parses "Nov-02" as DayInMonth 11 2 [✔]
  7963. 333.49 s [fuzzy-time-gen] parses "dec-03" as DayInMonth 12 3 [✔]
  7964. 333.49 s [fuzzy-time-gen] fails to parse "002-03" [✔]
  7965. 333.49 s [fuzzy-time-gen] fails to parse "02-003" [✔]
  7966. 333.49 s [fuzzy-time-gen] fails to parse "002-003" [✔]
  7967. 333.49 s [fuzzy-time-gen] parses m-d (in any format) as DayInMonth [✔]
  7968. 333.49 s [fuzzy-time-gen] +++ OK, passed 1460 tests.
  7969. 333.49 s [fuzzy-time-gen] parses the day of the week string as DayOfTheWeek [✔]
  7970. 333.49 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7971. 333.49 s [fuzzy-time-gen] fuzzyDayOfTheWeekP
  7972. 333.49 s [fuzzy-time-gen] only parses valid values [✔]
  7973. 333.49 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  7974. 333.49 s [fuzzy-time-gen] parses "m" as DayOfTheWeek Monday 0 [✔]
  7975. 333.49 s [fuzzy-time-gen] parses "mo" as DayOfTheWeek Monday 0 [✔]
  7976. 333.49 s [fuzzy-time-gen] parses "mon" as DayOfTheWeek Monday 0 [✔]
  7977. 333.49 s [fuzzy-time-gen] parses "mond" as DayOfTheWeek Monday 0 [✔]
  7978. 333.49 s [fuzzy-time-gen] parses "monda" as DayOfTheWeek Monday 0 [✔]
  7979. 333.49 s [fuzzy-time-gen] parses "monday" as DayOfTheWeek Monday 0 [✔]
  7980. 333.49 s [fuzzy-time-gen] parses "M" as DayOfTheWeek Monday 0 [✔]
  7981. 333.49 s [fuzzy-time-gen] parses "Mo" as DayOfTheWeek Monday 0 [✔]
  7982. 333.49 s [fuzzy-time-gen] parses "Mon" as DayOfTheWeek Monday 0 [✔]
  7983. 333.49 s [fuzzy-time-gen] parses "Mond" as DayOfTheWeek Monday 0 [✔]
  7984. 333.49 s [fuzzy-time-gen] parses "Monda" as DayOfTheWeek Monday 0 [✔]
  7985. 333.49 s [fuzzy-time-gen] parses "Monday" as DayOfTheWeek Monday 0 [✔]
  7986. 333.49 s [fuzzy-time-gen] parses "tu" as DayOfTheWeek Tuesday 0 [✔]
  7987. 333.49 s [fuzzy-time-gen] parses "tue" as DayOfTheWeek Tuesday 0 [✔]
  7988. 333.49 s [fuzzy-time-gen] parses "tues" as DayOfTheWeek Tuesday 0 [✔]
  7989. 333.49 s [fuzzy-time-gen] parses "tuesd" as DayOfTheWeek Tuesday 0 [✔]
  7990. 333.49 s [fuzzy-time-gen] parses "tuesda" as DayOfTheWeek Tuesday 0 [✔]
  7991. 333.49 s [fuzzy-time-gen] parses "tuesday" as DayOfTheWeek Tuesday 0 [✔]
  7992. 333.49 s [fuzzy-time-gen] parses "Tu" as DayOfTheWeek Tuesday 0 [✔]
  7993. 333.49 s [fuzzy-time-gen] parses "Tue" as DayOfTheWeek Tuesday 0 [✔]
  7994. 333.49 s [fuzzy-time-gen] parses "Tues" as DayOfTheWeek Tuesday 0 [✔]
  7995. 333.49 s [fuzzy-time-gen] parses "Tuesd" as DayOfTheWeek Tuesday 0 [✔]
  7996. 333.49 s [fuzzy-time-gen] parses "Tuesda" as DayOfTheWeek Tuesday 0 [✔]
  7997. 333.49 s [fuzzy-time-gen] parses "Tuesday" as DayOfTheWeek Tuesday 0 [✔]
  7998. 333.49 s [fuzzy-time-gen] parses "w" as DayOfTheWeek Wednesday 0 [✔]
  7999. 333.49 s [fuzzy-time-gen] parses "we" as DayOfTheWeek Wednesday 0 [✔]
  8000. 333.49 s [fuzzy-time-gen] parses "wed" as DayOfTheWeek Wednesday 0 [✔]
  8001. 333.49 s [fuzzy-time-gen] parses "wedn" as DayOfTheWeek Wednesday 0 [✔]
  8002. 333.49 s [genvalidity-persistent] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-persistent-test/genvalidity-persistent-test-tmp/Main.o )
  8003. 333.49 s [genvalidity-persistent] [3 of 3] Compiling Paths_genvalidity_persistent ( dist/build/genvalidity-persistent-test/autogen/Paths_genvalidity_persistent.hs, dist/build/genvalidity-persistent-test/genvalidity-persistent-test-tmp/Paths_genvalidity_persistent.o )
  8004. 333.49 s [genvalidity-persistent] [4 of 4] Linking dist/build/genvalidity-persistent-test/genvalidity-persistent-test
  8005. 333.49 s [genvalidity-persistent] Preprocessing benchmark 'genvalidity-persistent-bench' for genvalidity-persistent-1.0.0.2...
  8006. 333.49 s [genvalidity-persistent] Building benchmark 'genvalidity-persistent-bench' for genvalidity-persistent-1.0.0.2...
  8007. 333.49 s [opt-env-conf] OptEnvConf=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf,OptEnvConf.Args=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Args,OptEnvConf.Capability=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Capability,OptEnvConf.Casing=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Casing,OptEnvConf.Check=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Check,OptEnvConf.Completer=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Completer,OptEnvConf.Completion=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Completion,OptEnvConf.Doc=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Doc,OptEnvConf.EnvMap=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.EnvMap,OptEnvConf.Error=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Error,OptEnvConf.Lint=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Lint,OptEnvConf.Main=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Main,OptEnvConf.Nix=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Nix,OptEnvConf.NonDet=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.NonDet,OptEnvConf.Output=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Output,OptEnvConf.Parser=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Parser,OptEnvConf.Reader=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Reader,OptEnvConf.Run=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Run,OptEnvConf.Setting=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Setting,OptEnvConf.Terminal=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Terminal,OptEnvConf.Validation=opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD:OptEnvConf.Validation
  8008. 333.49 s [opt-env-conf] Ready component graph:
  8009. 333.49 s [opt-env-conf] definite opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  8010. 333.49 s [opt-env-conf] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  8011. 333.49 s [opt-env-conf] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  8012. 333.49 s [opt-env-conf] depends autodocodec-nix-0.1.0.0-9U2A3yNIdG5ACINzfTf5un
  8013. 333.49 s [opt-env-conf] depends autodocodec-schema-0.2.0.1-DzM0cPqJSuiJGFCA5Kht2q
  8014. 333.49 s [opt-env-conf] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  8015. 333.49 s [opt-env-conf] depends base-4.20.2.0-fafd
  8016. 333.49 s [opt-env-conf] depends containers-0.7-96b4
  8017. 333.49 s [opt-env-conf] depends hashable-1.5.0.0-GpmYTgTluYf8q8F8WfEPor
  8018. 333.49 s [opt-env-conf] depends mtl-2.3.1-37af
  8019. 333.49 s [opt-env-conf] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  8020. 333.49 s [opt-env-conf] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  8021. 333.49 s [opt-env-conf] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  8022. 333.49 s [opt-env-conf] depends safe-coloured-text-layout-0.2.0.1-FeKPk7xfeITIqeJbjvDsJh
  8023. 333.49 s [opt-env-conf] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  8024. 333.49 s [opt-env-conf] depends selective-0.7.0.1-hkwt5DSnm9GnF9HDZaj8b
  8025. 333.49 s [opt-env-conf] depends text-2.1.3-34f1
  8026. 333.49 s [opt-env-conf] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  8027. 333.49 s [opt-env-conf] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  8028. 333.49 s [opt-env-conf] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  8029. 333.49 s [opt-env-conf] Using Cabal-3.12.1.0 compiled by ghc-9.10
  8030. 333.49 s [opt-env-conf] Using compiler: ghc-9.10.3
  8031. 333.49 s [opt-env-conf] Using install prefix:
  8032. 333.49 s [opt-env-conf] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1
  8033. 333.49 s [opt-env-conf] Executables installed in:
  8034. 333.49 s [opt-env-conf] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/bin
  8035. 333.49 s [opt-env-conf] Libraries installed in:
  8036. 333.49 s [opt-env-conf] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  8037. 333.49 s [opt-env-conf] Dynamic Libraries installed in:
  8038. 333.49 s [opt-env-conf] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  8039. 333.49 s [opt-env-conf] Private executables installed in:
  8040. 333.49 s [opt-env-conf] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-0.15.0.1
  8041. 333.49 s [opt-env-conf] Data files installed in:
  8042. 333.49 s [opt-env-conf] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/share/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-0.15.0.1
  8043. 333.49 s [opt-env-conf] Documentation installed in:
  8044. 333.49 s [opt-env-conf] /nix/store/zrig6079qq6l4zqgb0mhpp2llsl80766-opt-env-conf-0.15.0.1-doc/share/doc/opt-env-conf-0.15.0.1
  8045. 333.49 s [opt-env-conf] Configuration files installed in:
  8046. 333.49 s [opt-env-conf] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/etc
  8047. 333.49 s [opt-env-conf] No alex found
  8048. 333.49 s [opt-env-conf] Using ar found on system at:
  8049. 333.49 s [opt-env-conf] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  8050. 333.49 s [opt-env-conf] No c2hs found
  8051. 333.49 s [opt-env-conf] No cpphs found
  8052. 333.49 s [opt-env-conf] No doctest found
  8053. 333.49 s [opt-env-conf] Using gcc version 14.3.0 given by user at:
  8054. 333.49 s [opt-env-conf] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  8055. 333.49 s [opt-env-conf] Using ghc version 9.10.3 found on system at:
  8056. 333.49 s [opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  8057. 333.49 s [opt-env-conf] Using ghc-pkg version 9.10.3 found on system at:
  8058. 333.49 s [opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  8059. 333.49 s [opt-env-conf] No ghcjs found
  8060. 333.49 s [opt-env-conf] No ghcjs-pkg found
  8061. 333.49 s [opt-env-conf] No greencard found
  8062. 333.49 s [opt-env-conf] Using haddock version 2.31.1 found on system at:
  8063. 333.49 s [opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  8064. 333.49 s [opt-env-conf] No happy found
  8065. 333.49 s [opt-env-conf] Using haskell-suite found on system at: haskell-suite-dummy-location
  8066. 333.49 s [opt-env-conf] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  8067. 333.49 s [opt-env-conf] No hmake found
  8068. 333.49 s [opt-env-conf] Using hpc version 0.69 found on system at:
  8069. 333.49 s [genvalidity-aeson] include base-4.20.2.0-fafd
  8070. 333.49 s [genvalidity-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  8071. 333.49 s [genvalidity-aeson] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  8072. 333.49 s [genvalidity-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  8073. 333.49 s [genvalidity-aeson] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  8074. 333.49 s [genvalidity-aeson] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  8075. 333.49 s [genvalidity-aeson] include validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
  8076. 333.49 s [genvalidity-aeson] component genvalidity-aeson-1.1.0.0-AXqGSuAfRj3I04h9Idwbf2-genvalidity-aeson-test
  8077. 333.49 s [genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  8078. 333.49 s [genvalidity-aeson] include base-4.20.2.0-fafd
  8079. 333.49 s [genvalidity-aeson] include deepseq-1.5.0.0-2b65
  8080. 333.49 s [genvalidity-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  8081. 333.49 s [genvalidity-aeson] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  8082. 333.49 s [genvalidity-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  8083. 333.49 s [genvalidity-aeson] component genvalidity-aeson-1.1.0.0-2A53zMxv001I5vGK5AK8r7-genvalidity-aeson-bench
  8084. 333.49 s [genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  8085. 333.49 s [genvalidity-aeson] include base-4.20.2.0-fafd
  8086. 333.49 s [genvalidity-aeson] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  8087. 333.49 s [genvalidity-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  8088. 333.49 s [genvalidity-aeson] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  8089. 333.49 s [genvalidity-aeson] Linked component graph:
  8090. 333.49 s [genvalidity-aeson] unit genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  8091. 333.49 s [genvalidity-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  8092. 333.49 s [genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  8093. 333.49 s [genvalidity-aeson] include base-4.20.2.0-fafd
  8094. 333.49 s [genvalidity-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  8095. 333.49 s [genvalidity-aeson] include genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  8096. 333.49 s [genvalidity-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  8097. 333.49 s [genvalidity-aeson] include genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  8098. 333.49 s [genvalidity-aeson] include genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  8099. 333.49 s [genvalidity-aeson] include validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
  8100. 333.49 s [genvalidity-aeson] Data.GenValidity.Aeson=genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc:Data.GenValidity.Aeson
  8101. 333.49 s [genvalidity-aeson] unit genvalidity-aeson-1.1.0.0-AXqGSuAfRj3I04h9Idwbf2-genvalidity-aeson-test
  8102. 333.49 s [genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  8103. 333.49 s [genvalidity-aeson] include base-4.20.2.0-fafd
  8104. 333.49 s [genvalidity-aeson] include deepseq-1.5.0.0-2b65
  8105. 333.49 s [genvalidity-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  8106. 333.49 s [genvalidity-aeson] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  8107. 333.49 s [genvalidity-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  8108. 333.49 s [genvalidity-aeson] unit genvalidity-aeson-1.1.0.0-2A53zMxv001I5vGK5AK8r7-genvalidity-aeson-bench
  8109. 333.49 s [genvalidity-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  8110. 333.49 s [genvalidity-aeson] include base-4.20.2.0-fafd
  8111. 333.49 s [genvalidity-aeson] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  8112. 333.49 s [genvalidity-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  8113. 333.49 s [genvalidity-aeson] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  8114. 333.49 s [genvalidity-aeson] Ready component graph:
  8115. 333.49 s [genvalidity-aeson] definite genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  8116. 333.49 s [genvalidity-aeson] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  8117. 333.49 s [genvalidity-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  8118. 333.49 s [genvalidity-aeson] depends base-4.20.2.0-fafd
  8119. 333.49 s [genvalidity-aeson] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  8120. 333.49 s [genvalidity-aeson] depends genvalidity-scientific-1.0.0.0-Jv5w2MjqiAQKlzUbUzXfHU
  8121. 333.49 s [genvalidity-aeson] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  8122. 333.49 s [genvalidity-aeson] depends genvalidity-unordered-containers-1.0.0.1-Ao1nodZ9NquL1sJg5IevKs
  8123. 333.49 s [genvalidity-aeson] depends genvalidity-vector-1.0.0.0-AfmV7Se1W06F429sQmBD7e
  8124. 333.49 s [genvalidity-aeson] depends validity-aeson-0.2.0.5-BPxcMCqNVZrA3hJtcGUhpy
  8125. 333.49 s [genvalidity-aeson] definite genvalidity-aeson-1.1.0.0-2A53zMxv001I5vGK5AK8r7-genvalidity-aeson-bench
  8126. 333.49 s [genvalidity-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  8127. 333.49 s [genvalidity-aeson] depends base-4.20.2.0-fafd
  8128. 333.49 s [genvalidity-aeson] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  8129. 333.49 s [genvalidity-aeson] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  8130. 333.49 s [genvalidity-aeson] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  8131. 333.49 s [genvalidity-aeson] definite genvalidity-aeson-1.1.0.0-AXqGSuAfRj3I04h9Idwbf2-genvalidity-aeson-test
  8132. 333.49 s [genvalidity-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  8133. 333.49 s [genvalidity-aeson] depends base-4.20.2.0-fafd
  8134. 333.49 s [genvalidity-aeson] depends deepseq-1.5.0.0-2b65
  8135. 333.49 s [genvalidity-aeson] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  8136. 333.49 s [genvalidity-aeson] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  8137. 333.49 s [genvalidity-aeson] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  8138. 333.49 s [validity-case-insensitive] Phase: setupCompilerEnvironmentPhase
  8139. 333.49 s [validity-case-insensitive] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  8140. 333.49 s [validity-case-insensitive] Phase: unpackPhase
  8141. 333.49 s [validity-case-insensitive] unpacking source archive /nix/store/7pa4321qy0g269shv0lshrhisz2bpfm9-validity-case-insensitive-source-0.0.0.0/validity-case-insensitive-0.0.0.0.tar.gz
  8142. 333.49 s [validity-case-insensitive] source root is validity-case-insensitive-0.0.0.0
  8143. 333.49 s [validity-case-insensitive] setting SOURCE_DATE_EPOCH to timestamp 1780347849 of file "validity-case-insensitive-0.0.0.0/validity-case-insensitive.cabal"
  8144. 333.49 s [validity-case-insensitive] warning: file "validity-case-insensitive-0.0.0.0/validity-case-insensitive.cabal" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  8145. 333.49 s [validity-case-insensitive] Phase: patchPhase
  8146. 333.49 s [validity-case-insensitive] Phase: compileBuildDriverPhase
  8147. 333.49 s [validity-case-insensitive] setupCompileFlags: -package-db=/build/tmp.hV5Wyxbd7U/setup-package.conf.d -threaded
  8148. 333.49 s [validity-case-insensitive] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.hV5Wyxbd7U/Main.o )
  8149. 333.49 s [validity-case-insensitive] [2 of 2] Linking Setup
  8150. 333.49 s [validity-case-insensitive] Phase: updateAutotoolsGnuConfigScriptsPhase
  8151. 333.49 s [validity-case-insensitive] Phase: configurePhase
  8152. 333.49 s [validity-case-insensitive] configureFlags: --verbose --prefix=/nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ccna3k7302a1f468rrvfnx03b19cw8pj-validity-case-insensitive-0.0.0.0-doc/share/doc/validity-case-insensitive-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.hV5Wyxbd7U/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  8153. 333.49 s [validity-case-insensitive] Using Parsec parser
  8154. 333.49 s [validity-case-insensitive] Configuring validity-case-insensitive-0.0.0.0...
  8155. 333.49 s [validity-path] Phase: setupCompilerEnvironmentPhase
  8156. 333.49 s [validity-path] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  8157. 333.49 s [validity-path] Phase: unpackPhase
  8158. 333.49 s [validity-path] unpacking source archive /nix/store/nfaaa420z25yga2hb3f7hm5hmhp2wkm2-validity-path-source-0.4.0.1/validity-path-0.4.0.1.tar.gz
  8159. 333.49 s [validity-path] source root is validity-path-0.4.0.1
  8160. 333.49 s [validity-path] setting SOURCE_DATE_EPOCH to timestamp 1780347849 of file "validity-path-0.4.0.1/validity-path.cabal"
  8161. 333.49 s [validity-path] warning: file "validity-path-0.4.0.1/validity-path.cabal" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  8162. 333.49 s [validity-path] Phase: patchPhase
  8163. 333.49 s [validity-path] Phase: compileBuildDriverPhase
  8164. 333.49 s [validity-path] setupCompileFlags: -package-db=/build/tmp.TdTGFKbVrL/setup-package.conf.d -threaded
  8165. 333.49 s [validity-path] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.TdTGFKbVrL/Main.o )
  8166. 333.49 s [validity-path] [2 of 2] Linking Setup
  8167. 333.49 s [validity-path] Phase: updateAutotoolsGnuConfigScriptsPhase
  8168. 333.49 s [validity-path] Phase: configurePhase
  8169. 333.49 s [validity-path] configureFlags: --verbose --prefix=/nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/q5xqhsr25dycf88xlb6aw0v44gcxhlh6-validity-path-0.4.0.1-doc/share/doc/validity-path-0.4.0.1 --with-gcc=gcc --package-db=/build/tmp.TdTGFKbVrL/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  8170. 333.49 s [validity-path] Using Parsec parser
  8171. 333.49 s [validity-path] Configuring validity-path-0.4.0.1...
  8172. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8173. 333.49 s [cursor-gen] Cursor.List.NonEmpty
  8174. 333.49 s [cursor-gen] nonemptyPrepend
  8175. 333.49 s [cursor-gen] is equivalent to regular prepend [✔]
  8176. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8177. 333.49 s [cursor-gen] nonemptyAppend
  8178. 333.49 s [cursor-gen] is equivalent to regular append [✔]
  8179. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8180. 333.49 s [cursor-gen] Cursor.Map
  8181. 333.49 s [cursor-gen] Eq (MapCursor Bool Bool Bool Bool)
  8182. 333.49 s [cursor-gen] (==) :: (MapCursor Bool Bool Bool Bool) -> (MapCursor Bool Bool Bool Bool) -> Bool
  8183. 333.49 s [cursor-gen] is reflexive for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
  8184. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8185. 333.49 s [cursor-gen] is symmetric for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
  8186. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8187. 333.49 s [cursor-gen] is transitive for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
  8188. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8189. 333.49 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
  8190. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8191. 333.49 s [cursor-gen] (/=) :: (MapCursor Bool Bool Bool Bool) -> (MapCursor Bool Bool Bool Bool) -> Bool
  8192. 333.49 s [cursor-gen] is antireflexive for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
  8193. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8194. 333.49 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (MapCursor Bool Bool Bool Bool)"s [✔]
  8195. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8196. 333.49 s [cursor-gen] GenValid (MapCursor Bool Bool Bool Bool)
  8197. 333.49 s [cursor-gen] genValid :: Gen (MapCursor Bool Bool Bool Bool)
  8198. 333.49 s [cursor-gen] only generates valid '(MapCursor Bool Bool Bool Bool)'s [✔]
  8199. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8200. 333.49 s [cursor-gen] Cursor.Map.KeyValue
  8201. 333.49 s [cursor-gen] Eq (KeyValueCursor Bool Bool Bool Bool)
  8202. 333.49 s [cursor-gen] (==) :: (KeyValueCursor Bool Bool Bool Bool) -> (KeyValueCursor Bool Bool Bool Bool) -> Bool
  8203. 333.49 s [cursor-gen] is reflexive for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
  8204. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8205. 333.49 s [cursor-gen] is symmetric for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
  8206. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8207. 333.49 s [cursor-gen] is transitive for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
  8208. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8209. 333.49 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
  8210. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8211. 333.49 s [cursor-gen] (/=) :: (KeyValueCursor Bool Bool Bool Bool) -> (KeyValueCursor Bool Bool Bool Bool) -> Bool
  8212. 333.49 s [cursor-gen] is antireflexive for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
  8213. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8214. 333.49 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (KeyValueCursor Bool Bool Bool Bool)"s [✔]
  8215. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8216. 333.49 s [cursor-gen] GenValid (KeyValueCursor Bool Bool Bool Bool)
  8217. 333.49 s [cursor-gen] genValid :: Gen (KeyValueCursor Bool Bool Bool Bool)
  8218. 333.49 s [cursor-gen] only generates valid '(KeyValueCursor Bool Bool Bool Bool)'s [✔]
  8219. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8220. 333.49 s [cursor-gen] Eq KeyValueToggle
  8221. 333.49 s [cursor-gen] (==) :: KeyValueToggle -> KeyValueToggle -> Bool
  8222. 333.49 s [cursor-gen] is reflexive for "valid KeyValueToggle"s [✔]
  8223. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8224. 333.49 s [cursor-gen] is symmetric for "valid KeyValueToggle"s [✔]
  8225. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8226. 333.49 s [cursor-gen] is transitive for "valid KeyValueToggle"s [✔]
  8227. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8228. 333.49 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid KeyValueToggle"s [✔]
  8229. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8230. 333.49 s [cursor-gen] (/=) :: KeyValueToggle -> KeyValueToggle -> Bool
  8231. 333.49 s [cursor-gen] is antireflexive for "valid KeyValueToggle"s [✔]
  8232. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8233. 333.49 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid KeyValueToggle"s [✔]
  8234. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8235. 333.49 s [cursor-gen] GenValid KeyValueToggle
  8236. 333.49 s [cursor-gen] genValid :: Gen KeyValueToggle
  8237. 333.49 s [cursor-gen] only generates valid 'KeyValueToggle's [✔]
  8238. 333.49 s [cursor-gen] +++ OK, passed 100 tests.
  8239. 333.49 s [cursor-gen] Cursor.Simple.Forest
  8240. 333.49 s [cursor-gen] Eq (ForestCursor Int Int)
  8241. 333.49 s [cursor-gen] (==) :: (ForestCursor Int Int) -> (ForestCursor Int Int) -> Bool
  8242. 333.50 s [cursor-gen] is reflexive for "valid (ForestCursor Int Int)"s [✔]
  8243. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8244. 333.50 s [cursor-gen] is symmetric for "valid (ForestCursor Int Int)"s [✔]
  8245. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8246. 333.50 s [cursor-gen] is transitive for "valid (ForestCursor Int Int)"s [✔]
  8247. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8248. 333.50 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (ForestCursor Int Int)"s [✔]
  8249. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8250. 333.50 s [cursor-gen] (/=) :: (ForestCursor Int Int) -> (ForestCursor Int Int) -> Bool
  8251. 333.50 s [cursor-gen] is antireflexive for "valid (ForestCursor Int Int)"s [✔]
  8252. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8253. 333.50 s [fuzzy-time-gen] parses "wedne" as DayOfTheWeek Wednesday 0 [✔]
  8254. 333.50 s [fuzzy-time-gen] parses "wednes" as DayOfTheWeek Wednesday 0 [✔]
  8255. 333.50 s [fuzzy-time-gen] parses "wednesd" as DayOfTheWeek Wednesday 0 [✔]
  8256. 333.50 s [fuzzy-time-gen] parses "wednesda" as DayOfTheWeek Wednesday 0 [✔]
  8257. 333.50 s [fuzzy-time-gen] parses "wednesday" as DayOfTheWeek Wednesday 0 [✔]
  8258. 333.50 s [fuzzy-time-gen] parses "W" as DayOfTheWeek Wednesday 0 [✔]
  8259. 333.50 s [fuzzy-time-gen] parses "We" as DayOfTheWeek Wednesday 0 [✔]
  8260. 333.50 s [fuzzy-time-gen] parses "Wed" as DayOfTheWeek Wednesday 0 [✔]
  8261. 333.50 s [fuzzy-time-gen] parses "Wedn" as DayOfTheWeek Wednesday 0 [✔]
  8262. 333.50 s [fuzzy-time-gen] parses "Wedne" as DayOfTheWeek Wednesday 0 [✔]
  8263. 333.50 s [fuzzy-time-gen] parses "Wednes" as DayOfTheWeek Wednesday 0 [✔]
  8264. 333.50 s [fuzzy-time-gen] parses "Wednesd" as DayOfTheWeek Wednesday 0 [✔]
  8265. 333.50 s [fuzzy-time-gen] parses "Wednesda" as DayOfTheWeek Wednesday 0 [✔]
  8266. 333.50 s [fuzzy-time-gen] parses "Wednesday" as DayOfTheWeek Wednesday 0 [✔]
  8267. 333.50 s [fuzzy-time-gen] parses "th" as DayOfTheWeek Thursday 0 [✔]
  8268. 333.50 s [fuzzy-time-gen] parses "thu" as DayOfTheWeek Thursday 0 [✔]
  8269. 333.50 s [fuzzy-time-gen] parses "thur" as DayOfTheWeek Thursday 0 [✔]
  8270. 333.50 s [fuzzy-time-gen] parses "thurs" as DayOfTheWeek Thursday 0 [✔]
  8271. 333.50 s [fuzzy-time-gen] parses "thursd" as DayOfTheWeek Thursday 0 [✔]
  8272. 333.50 s [fuzzy-time-gen] parses "thursda" as DayOfTheWeek Thursday 0 [✔]
  8273. 333.50 s [fuzzy-time-gen] parses "thursday" as DayOfTheWeek Thursday 0 [✔]
  8274. 333.50 s [fuzzy-time-gen] parses "Th" as DayOfTheWeek Thursday 0 [✔]
  8275. 333.50 s [fuzzy-time-gen] parses "Thu" as DayOfTheWeek Thursday 0 [✔]
  8276. 333.50 s [fuzzy-time-gen] parses "Thur" as DayOfTheWeek Thursday 0 [✔]
  8277. 333.50 s [fuzzy-time-gen] parses "Thurs" as DayOfTheWeek Thursday 0 [✔]
  8278. 333.50 s [fuzzy-time-gen] parses "Thursd" as DayOfTheWeek Thursday 0 [✔]
  8279. 333.50 s [fuzzy-time-gen] parses "Thursda" as DayOfTheWeek Thursday 0 [✔]
  8280. 333.50 s [fuzzy-time-gen] parses "Thursday" as DayOfTheWeek Thursday 0 [✔]
  8281. 333.50 s [fuzzy-time-gen] parses "f" as DayOfTheWeek Friday 0 [✔]
  8282. 333.50 s [fuzzy-time-gen] parses "fr" as DayOfTheWeek Friday 0 [✔]
  8283. 333.50 s [fuzzy-time-gen] parses "fri" as DayOfTheWeek Friday 0 [✔]
  8284. 333.50 s [fuzzy-time-gen] parses "frid" as DayOfTheWeek Friday 0 [✔]
  8285. 333.50 s [fuzzy-time-gen] parses "frida" as DayOfTheWeek Friday 0 [✔]
  8286. 333.50 s [fuzzy-time-gen] parses "friday" as DayOfTheWeek Friday 0 [✔]
  8287. 333.50 s [fuzzy-time-gen] parses "F" as DayOfTheWeek Friday 0 [✔]
  8288. 333.50 s [fuzzy-time-gen] parses "Fr" as DayOfTheWeek Friday 0 [✔]
  8289. 333.50 s [fuzzy-time-gen] parses "Fri" as DayOfTheWeek Friday 0 [✔]
  8290. 333.50 s [fuzzy-time-gen] parses "Frid" as DayOfTheWeek Friday 0 [✔]
  8291. 333.50 s [fuzzy-time-gen] parses "Frida" as DayOfTheWeek Friday 0 [✔]
  8292. 333.50 s [fuzzy-time-gen] parses "Friday" as DayOfTheWeek Friday 0 [✔]
  8293. 333.50 s [fuzzy-time-gen] parses "sa" as DayOfTheWeek Saturday 0 [✔]
  8294. 333.50 s [fuzzy-time-gen] parses "sat" as DayOfTheWeek Saturday 0 [✔]
  8295. 333.50 s [fuzzy-time-gen] parses "satu" as DayOfTheWeek Saturday 0 [✔]
  8296. 333.50 s [fuzzy-time-gen] parses "satur" as DayOfTheWeek Saturday 0 [✔]
  8297. 333.50 s [fuzzy-time-gen] parses "saturd" as DayOfTheWeek Saturday 0 [✔]
  8298. 333.50 s [fuzzy-time-gen] parses "saturda" as DayOfTheWeek Saturday 0 [✔]
  8299. 333.50 s [fuzzy-time-gen] parses "saturday" as DayOfTheWeek Saturday 0 [✔]
  8300. 333.50 s [fuzzy-time-gen] parses "Sa" as DayOfTheWeek Saturday 0 [✔]
  8301. 333.50 s [fuzzy-time-gen] parses "Sat" as DayOfTheWeek Saturday 0 [✔]
  8302. 333.50 s [fuzzy-time-gen] parses "Satu" as DayOfTheWeek Saturday 0 [✔]
  8303. 333.50 s [fuzzy-time-gen] parses "Satur" as DayOfTheWeek Saturday 0 [✔]
  8304. 333.50 s [fuzzy-time-gen] parses "Saturd" as DayOfTheWeek Saturday 0 [✔]
  8305. 333.50 s [fuzzy-time-gen] parses "Saturda" as DayOfTheWeek Saturday 0 [✔]
  8306. 333.50 s [fuzzy-time-gen] parses "Saturday" as DayOfTheWeek Saturday 0 [✔]
  8307. 333.50 s [fuzzy-time-gen] parses "su" as DayOfTheWeek Sunday 0 [✔]
  8308. 333.50 s [fuzzy-time-gen] parses "sun" as DayOfTheWeek Sunday 0 [✔]
  8309. 333.50 s [fuzzy-time-gen] parses "sund" as DayOfTheWeek Sunday 0 [✔]
  8310. 333.50 s [fuzzy-time-gen] parses "sunda" as DayOfTheWeek Sunday 0 [✔]
  8311. 333.50 s [fuzzy-time-gen] parses "sunday" as DayOfTheWeek Sunday 0 [✔]
  8312. 333.50 s [fuzzy-time-gen] parses "Su" as DayOfTheWeek Sunday 0 [✔]
  8313. 333.50 s [fuzzy-time-gen] parses "Sun" as DayOfTheWeek Sunday 0 [✔]
  8314. 333.50 s [fuzzy-time-gen] parses "Sund" as DayOfTheWeek Sunday 0 [✔]
  8315. 333.50 s [fuzzy-time-gen] parses "Sunda" as DayOfTheWeek Sunday 0 [✔]
  8316. 333.50 s [fuzzy-time-gen] parses "Sunday" as DayOfTheWeek Sunday 0 [✔]
  8317. 333.50 s [fuzzy-time-gen] Data.FuzzyTime.Resolve
  8318. 333.50 s [fuzzy-time-gen] resolveLocalTimeForwards
  8319. 333.50 s [fuzzy-time-gen] produces valid local times [✔]
  8320. 333.50 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8321. 333.50 s [fuzzy-time-gen] works for unspecified noon, before noon [✔]
  8322. 333.50 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8323. 333.50 s [fuzzy-time-gen] works for unspecified noon, after noon [✔]
  8324. 333.50 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8325. 333.50 s [fuzzy-time-gen] works for unspecified midnight [✔]
  8326. 333.50 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8327. 333.50 s [fuzzy-time-gen] works for unspecified morning, before morning [✔]
  8328. 333.50 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8329. 333.50 s [fuzzy-time-gen] works for unspecified morning, after morning [✔]
  8330. 333.50 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8331. 333.50 s [fuzzy-time-gen] works for unspecified evening, before evening [✔]
  8332. 333.50 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8333. 333.50 s [fuzzy-time-gen] works for unspecified evening, after evening [✔]
  8334. 333.50 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8335. 333.50 s [fuzzy-time-gen] SameTime
  8336. 333.50 s [fuzzy-time-gen] works like resolveDayForwards if the fuzzy time of day is SameTime [✔]
  8337. 333.50 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8338. 333.50 s [fuzzy-time-gen] Yesterday
  8339. 333.50 s [opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  8340. 333.50 s [opt-env-conf] Using hsc2hs version 0.68.10 found on system at:
  8341. 333.50 s [opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  8342. 333.50 s [opt-env-conf] Using hscolour version 1.25 found on system at:
  8343. 333.50 s [opt-env-conf] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  8344. 333.50 s [opt-env-conf] No jhc found
  8345. 333.50 s [opt-env-conf] Using ld found on system at:
  8346. 333.50 s [opt-env-conf] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  8347. 333.50 s [opt-env-conf] No pkg-config found
  8348. 333.50 s [opt-env-conf] Using runghc version 9.10.3 found on system at:
  8349. 333.50 s [opt-env-conf] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  8350. 333.50 s [opt-env-conf] Using strip version 2.44 found on system at:
  8351. 333.50 s [opt-env-conf] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  8352. 333.50 s [opt-env-conf] Using tar found on system at:
  8353. 333.50 s [opt-env-conf] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  8354. 333.50 s [opt-env-conf] No uhc found
  8355. 333.50 s [opt-env-conf] Phase: buildPhase
  8356. 333.50 s [opt-env-conf] Preprocessing library for opt-env-conf-0.15.0.1...
  8357. 333.50 s [opt-env-conf] Building library for opt-env-conf-0.15.0.1...
  8358. 333.50 s [opt-env-conf] [ 1 of 22] Compiling OptEnvConf.Args ( src/OptEnvConf/Args.hs, dist/build/OptEnvConf/Args.o, dist/build/OptEnvConf/Args.dyn_o )
  8359. 333.50 s [opt-env-conf] [ 2 of 22] Compiling OptEnvConf.Capability ( src/OptEnvConf/Capability.hs, dist/build/OptEnvConf/Capability.o, dist/build/OptEnvConf/Capability.dyn_o )
  8360. 333.50 s [opt-env-conf] [ 3 of 22] Compiling OptEnvConf.Casing ( src/OptEnvConf/Casing.hs, dist/build/OptEnvConf/Casing.o, dist/build/OptEnvConf/Casing.dyn_o )
  8361. 333.50 s [opt-env-conf] [ 4 of 22] Compiling OptEnvConf.Completer ( src/OptEnvConf/Completer.hs, dist/build/OptEnvConf/Completer.o, dist/build/OptEnvConf/Completer.dyn_o )
  8362. 333.50 s [opt-env-conf] [ 5 of 22] Compiling OptEnvConf.EnvMap ( src/OptEnvConf/EnvMap.hs, dist/build/OptEnvConf/EnvMap.o, dist/build/OptEnvConf/EnvMap.dyn_o )
  8363. 333.50 s [opt-env-conf] [ 6 of 22] Compiling OptEnvConf.NonDet ( src/OptEnvConf/NonDet.hs, dist/build/OptEnvConf/NonDet.o, dist/build/OptEnvConf/NonDet.dyn_o )
  8364. 333.50 s [opt-env-conf] [ 7 of 22] Compiling OptEnvConf.Reader ( src/OptEnvConf/Reader.hs, dist/build/OptEnvConf/Reader.o, dist/build/OptEnvConf/Reader.dyn_o )
  8365. 333.50 s [opt-env-conf] [ 8 of 22] Compiling OptEnvConf.Setting ( src/OptEnvConf/Setting.hs, dist/build/OptEnvConf/Setting.o, dist/build/OptEnvConf/Setting.dyn_o )
  8366. 333.50 s [opt-env-conf] [ 9 of 22] Compiling OptEnvConf.Parser ( src/OptEnvConf/Parser.hs, dist/build/OptEnvConf/Parser.o, dist/build/OptEnvConf/Parser.dyn_o )
  8367. 333.50 s [opt-env-conf] [10 of 22] Compiling OptEnvConf.Output ( src/OptEnvConf/Output.hs, dist/build/OptEnvConf/Output.o, dist/build/OptEnvConf/Output.dyn_o )
  8368. 333.50 s [opt-env-conf] [11 of 22] Compiling OptEnvConf.Nix ( src/OptEnvConf/Nix.hs, dist/build/OptEnvConf/Nix.o, dist/build/OptEnvConf/Nix.dyn_o )
  8369. 333.50 s [opt-env-conf] [12 of 22] Compiling OptEnvConf.Doc ( src/OptEnvConf/Doc.hs, dist/build/OptEnvConf/Doc.o, dist/build/OptEnvConf/Doc.dyn_o )
  8370. 333.50 s [opt-env-conf] [13 of 22] Compiling OptEnvConf.Error ( src/OptEnvConf/Error.hs, dist/build/OptEnvConf/Error.o, dist/build/OptEnvConf/Error.dyn_o )
  8371. 333.50 s [opt-env-conf] [14 of 22] Compiling OptEnvConf.Completion ( src/OptEnvConf/Completion.hs, dist/build/OptEnvConf/Completion.o, dist/build/OptEnvConf/Completion.dyn_o )
  8372. 333.50 s [opt-env-conf] [15 of 22] Compiling OptEnvConf.Terminal ( src/OptEnvConf/Terminal.hs, dist/build/OptEnvConf/Terminal.o, dist/build/OptEnvConf/Terminal.dyn_o )
  8373. 333.50 s [opt-env-conf] [16 of 22] Compiling OptEnvConf.Validation ( src/OptEnvConf/Validation.hs, dist/build/OptEnvConf/Validation.o, dist/build/OptEnvConf/Validation.dyn_o )
  8374. 333.50 s [opt-env-conf] [17 of 22] Compiling OptEnvConf.Run ( src/OptEnvConf/Run.hs, dist/build/OptEnvConf/Run.o, dist/build/OptEnvConf/Run.dyn_o )
  8375. 333.50 s [genvalidity-aeson] Using Cabal-3.12.1.0 compiled by ghc-9.10
  8376. 333.50 s [genvalidity-aeson] Using compiler: ghc-9.10.3
  8377. 333.50 s [genvalidity-aeson] Using install prefix:
  8378. 333.50 s [genvalidity-aeson] /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0
  8379. 333.50 s [genvalidity-aeson] Executables installed in:
  8380. 333.50 s [genvalidity-aeson] /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/bin
  8381. 333.50 s [genvalidity-aeson] Libraries installed in:
  8382. 333.50 s [genvalidity-aeson] /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  8383. 333.50 s [genvalidity-aeson] Dynamic Libraries installed in:
  8384. 333.50 s [genvalidity-aeson] /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  8385. 333.50 s [genvalidity-aeson] Private executables installed in:
  8386. 333.50 s [genvalidity-aeson] /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-aeson-1.1.0.0
  8387. 333.50 s [genvalidity-aeson] Data files installed in:
  8388. 333.50 s [genvalidity-aeson] /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-aeson-1.1.0.0
  8389. 333.50 s [genvalidity-aeson] Documentation installed in:
  8390. 333.50 s [genvalidity-aeson] /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc/share/doc/genvalidity-aeson-1.1.0.0
  8391. 333.50 s [genvalidity-aeson] Configuration files installed in:
  8392. 333.50 s [genvalidity-aeson] /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/etc
  8393. 333.50 s [genvalidity-aeson] No alex found
  8394. 333.50 s [genvalidity-aeson] Using ar found on system at:
  8395. 333.50 s [genvalidity-aeson] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  8396. 333.50 s [genvalidity-aeson] No c2hs found
  8397. 333.50 s [genvalidity-aeson] No cpphs found
  8398. 333.50 s [genvalidity-aeson] No doctest found
  8399. 333.50 s [genvalidity-aeson] Using gcc version 14.3.0 given by user at:
  8400. 333.50 s [genvalidity-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  8401. 333.50 s [genvalidity-aeson] Using ghc version 9.10.3 found on system at:
  8402. 333.50 s [genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  8403. 333.50 s [genvalidity-aeson] Using ghc-pkg version 9.10.3 found on system at:
  8404. 333.50 s [genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  8405. 333.50 s [genvalidity-aeson] No ghcjs found
  8406. 333.50 s [genvalidity-aeson] No ghcjs-pkg found
  8407. 333.50 s [genvalidity-aeson] No greencard found
  8408. 333.50 s [genvalidity-aeson] Using haddock version 2.31.1 found on system at:
  8409. 333.50 s [genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  8410. 333.50 s [genvalidity-aeson] No happy found
  8411. 333.50 s [genvalidity-aeson] Using haskell-suite found on system at: haskell-suite-dummy-location
  8412. 333.50 s [genvalidity-aeson] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  8413. 333.50 s [genvalidity-aeson] No hmake found
  8414. 333.50 s [genvalidity-aeson] Using hpc version 0.69 found on system at:
  8415. 333.50 s [genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  8416. 333.50 s [genvalidity-aeson] Using hsc2hs version 0.68.10 found on system at:
  8417. 333.50 s [genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  8418. 333.50 s [genvalidity-aeson] Using hscolour version 1.25 found on system at:
  8419. 333.50 s [genvalidity-aeson] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  8420. 333.50 s [genvalidity-aeson] No jhc found
  8421. 333.50 s [genvalidity-aeson] Using ld found on system at:
  8422. 333.50 s [genvalidity-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  8423. 333.50 s [genvalidity-aeson] No pkg-config found
  8424. 333.50 s [genvalidity-aeson] Using runghc version 9.10.3 found on system at:
  8425. 333.50 s [genvalidity-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  8426. 333.50 s [genvalidity-aeson] Using strip version 2.44 found on system at:
  8427. 333.50 s [genvalidity-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  8428. 333.50 s [genvalidity-aeson] Using tar found on system at:
  8429. 333.50 s [genvalidity-aeson] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  8430. 333.50 s [genvalidity-aeson] No uhc found
  8431. 333.50 s [genvalidity-aeson] Phase: buildPhase
  8432. 333.50 s [genvalidity-aeson] Preprocessing library for genvalidity-aeson-1.1.0.0...
  8433. 333.50 s [genvalidity-aeson] Building library for genvalidity-aeson-1.1.0.0...
  8434. 333.50 s [genvalidity-aeson] [1 of 2] Compiling Data.GenValidity.Aeson ( src/Data/GenValidity/Aeson.hs, dist/build/Data/GenValidity/Aeson.o, dist/build/Data/GenValidity/Aeson.dyn_o )
  8435. 333.50 s [genvalidity-aeson] [2 of 2] Compiling Paths_genvalidity_aeson ( dist/build/autogen/Paths_genvalidity_aeson.hs, dist/build/Paths_genvalidity_aeson.o, dist/build/Paths_genvalidity_aeson.dyn_o )
  8436. 333.50 s [genvalidity-aeson] [1 of 2] Compiling Data.GenValidity.Aeson ( src/Data/GenValidity/Aeson.hs, dist/build/Data/GenValidity/Aeson.p_o )
  8437. 333.50 s [genvalidity-aeson] [2 of 2] Compiling Paths_genvalidity_aeson ( dist/build/autogen/Paths_genvalidity_aeson.hs, dist/build/Paths_genvalidity_aeson.p_o )
  8438. 333.50 s [genvalidity-aeson] Preprocessing benchmark 'genvalidity-aeson-bench' for genvalidity-aeson-1.1.0.0...
  8439. 333.50 s [genvalidity-aeson] Building benchmark 'genvalidity-aeson-bench' for genvalidity-aeson-1.1.0.0...
  8440. 333.50 s [genvalidity-aeson] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-aeson-bench/genvalidity-aeson-bench-tmp/Main.o )
  8441. 333.50 s [genvalidity-aeson] [2 of 2] Compiling Paths_genvalidity_aeson ( dist/build/genvalidity-aeson-bench/autogen/Paths_genvalidity_aeson.hs, dist/build/genvalidity-aeson-bench/genvalidity-aeson-bench-tmp/Paths_genvalidity_aeson.o )
  8442. 333.50 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (ForestCursor Int Int)"s [✔]
  8443. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8444. 333.50 s [cursor-gen] GenValid (ForestCursor Bool Bool)
  8445. 333.50 s [cursor-gen] genValid :: Gen (ForestCursor Bool Bool)
  8446. 333.50 s [cursor-gen] only generates valid '(ForestCursor Bool Bool)'s [✔]
  8447. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8448. 333.50 s [cursor-gen] shrinkValid :: (ForestCursor Bool Bool -> [ForestCursor Bool Bool])
  8449. 333.50 s [cursor-gen] preserves validity for the first 10 elements [✔]
  8450. 333.50 s [cursor-gen] +++ OK, passed 50 tests.
  8451. 333.50 s [cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
  8452. 333.50 s [cursor-gen] +++ OK, passed 50 tests.
  8453. 333.50 s [cursor-gen] singletonForestCursor
  8454. 333.50 s [cursor-gen] produces valid cursors [✔]
  8455. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8456. 333.50 s [cursor-gen] makeForestCursor
  8457. 333.50 s [cursor-gen] produces valid cursors [✔]
  8458. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8459. 333.50 s [cursor-gen] rebuildForestCursor
  8460. 333.50 s [cursor-gen] produces valid forests [✔]
  8461. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8462. 333.50 s [cursor-gen] is the inverse of makeForestCursor for integers [✔]
  8463. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8464. 333.50 s [cursor-gen] forestCursorLestCursorL
  8465. 333.50 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  8466. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8467. 333.50 s [cursor-gen] satisfies the second lens law for valid values [✔]
  8468. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8469. 333.50 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  8470. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8471. 333.50 s [cursor-gen] gets valid values from valid values values [✔]
  8472. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8473. 333.50 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  8474. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8475. 333.50 s [cursor-gen] forestCursorSelectedTreeL
  8476. 333.50 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  8477. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8478. 333.50 s [cursor-gen] satisfies the second lens law for valid values [✔]
  8479. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8480. 333.50 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  8481. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8482. 333.50 s [cursor-gen] gets valid values from valid values values [✔]
  8483. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8484. 333.50 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  8485. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8486. 333.50 s [cursor-gen] forestCursorSelection
  8487. 333.50 s [cursor-gen] produces valid ints [✔]
  8488. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8489. 333.50 s [cursor-gen] returns the index of the currently selected element [‐]
  8490. 333.50 s [cursor-gen] # PENDING: No reason given
  8491. 333.50 s [cursor-gen] forestCursorSelectIndex
  8492. 333.50 s [cursor-gen] produces valid cursors [✔]
  8493. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8494. 333.50 s [cursor-gen] is the identity function when given the current selection [✔]
  8495. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8496. 333.50 s [cursor-gen] returns selects the element at the given index [‐]
  8497. 333.50 s [cursor-gen] # PENDING: No reason given
  8498. 333.50 s [cursor-gen] forestCursorSelectPrevTreeCursor
  8499. 333.50 s [cursor-gen] produces valid cursors [✔]
  8500. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8501. 333.50 s [cursor-gen] is a movement [✔]
  8502. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8503. 333.50 s [cursor-gen] selects the previous tree cursor [‐]
  8504. 333.50 s [cursor-gen] # PENDING: No reason given
  8505. 333.50 s [cursor-gen] forestCursorSelectNextTreeCursor
  8506. 333.50 s [cursor-gen] produces valid cursors [✔]
  8507. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8508. 333.50 s [cursor-gen] is a movement [✔]
  8509. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8510. 333.50 s [cursor-gen] selects the next tree [‐]
  8511. 333.50 s [cursor-gen] # PENDING: No reason given
  8512. 333.50 s [cursor-gen] forestCursorSelectFirstTreeCursor
  8513. 333.50 s [cursor-gen] produces valid cursors [✔]
  8514. 333.50 s [cursor-gen] +++ OK, passed 100 tests.
  8515. 333.50 s [cursor-gen] is a movement [✔]
  8516. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8517. 333.51 s [cursor-gen] selects the first tree [‐]
  8518. 333.51 s [cursor-gen] # PENDING: No reason given
  8519. 333.51 s [cursor-gen] forestCursorSelectLastTreeCursor
  8520. 333.51 s [cursor-gen] produces valid cursors [✔]
  8521. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8522. 333.51 s [cursor-gen] is a movement [✔]
  8523. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8524. 333.51 s [cursor-gen] selects the last tree [‐]
  8525. 333.51 s [cursor-gen] # PENDING: No reason given
  8526. 333.51 s [cursor-gen] forestCursorSelectPrev
  8527. 333.51 s [cursor-gen] produces valid cursors [✔]
  8528. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8529. 333.51 s [cursor-gen] is a movement [✔]
  8530. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8531. 333.51 s [cursor-gen] selects the previous node [‐]
  8532. 333.51 s [cursor-gen] # PENDING: No reason given
  8533. 333.51 s [cursor-gen] Works for this classic example without any collapsing [✔]
  8534. 333.51 s [cursor-gen] forestCursorSelectNext
  8535. 333.51 s [cursor-gen] produces valid cursors [✔]
  8536. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8537. 333.51 s [cursor-gen] is a movement [✔]
  8538. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8539. 333.51 s [cursor-gen] selects the next node [‐]
  8540. 333.51 s [cursor-gen] # PENDING: No reason given
  8541. 333.51 s [cursor-gen] Works for this classic example [✔]
  8542. 333.51 s [cursor-gen] forestCursorSelectPrevOnSameLevel
  8543. 333.51 s [cursor-gen] produces valid cursors [✔]
  8544. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8545. 333.51 s [cursor-gen] is a movement [✔]
  8546. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8547. 333.51 s [cursor-gen] selects the previous node on the same level as the current node [‐]
  8548. 333.51 s [fuzzy-time-gen] works without diff [✔]
  8549. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8550. 333.51 s [fuzzy-time-gen] works for noon yesterday [✔]
  8551. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8552. 333.51 s [fuzzy-time-gen] works for midnight yesterday [✔]
  8553. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8554. 333.51 s [fuzzy-time-gen] works for morning yesterday [✔]
  8555. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8556. 333.51 s [fuzzy-time-gen] works for evening yesterday [✔]
  8557. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8558. 333.51 s [fuzzy-time-gen] Tomorrow
  8559. 333.51 s [fuzzy-time-gen] works without diff [✔]
  8560. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8561. 333.51 s [fuzzy-time-gen] works for noon tomorrow [✔]
  8562. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8563. 333.51 s [fuzzy-time-gen] works for midnight tomorrow [✔]
  8564. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8565. 333.51 s [fuzzy-time-gen] works for morning tomorrow [✔]
  8566. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8567. 333.51 s [fuzzy-time-gen] works for evening tomorrow [✔]
  8568. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8569. 333.51 s [fuzzy-time-gen] resolveLocalTimeBackwards
  8570. 333.51 s [fuzzy-time-gen] produces valid local times [✔]
  8571. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8572. 333.51 s [fuzzy-time-gen] works for unspecified noon, before noon [✔]
  8573. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8574. 333.51 s [fuzzy-time-gen] works for unspecified noon, after noon [✔]
  8575. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8576. 333.51 s [fuzzy-time-gen] works for unspecified midnight [✔]
  8577. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8578. 333.51 s [fuzzy-time-gen] works for unspecified morning, before morning [✔]
  8579. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8580. 333.51 s [fuzzy-time-gen] works for unspecified morning, after morning [✔]
  8581. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8582. 333.51 s [fuzzy-time-gen] works for unspecified evening, before evening [✔]
  8583. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8584. 333.51 s [fuzzy-time-gen] works for unspecified evening, after evening [✔]
  8585. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8586. 333.51 s [fuzzy-time-gen] SameTime
  8587. 333.51 s [fuzzy-time-gen] works like resolveDayBackwards if the fuzzy time of day is SameTime [✔]
  8588. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8589. 333.51 s [fuzzy-time-gen] Yesterday
  8590. 333.51 s [fuzzy-time-gen] works without diff [✔]
  8591. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8592. 333.51 s [fuzzy-time-gen] works for noon yesterday [✔]
  8593. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8594. 333.51 s [fuzzy-time-gen] works for midnight yesterday [✔]
  8595. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8596. 333.51 s [fuzzy-time-gen] works for morning yesterday [✔]
  8597. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8598. 333.51 s [fuzzy-time-gen] works for evening yesterday [✔]
  8599. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8600. 333.51 s [fuzzy-time-gen] Tomorrow
  8601. 333.51 s [fuzzy-time-gen] works without diff [✔]
  8602. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8603. 333.51 s [fuzzy-time-gen] works for noon tomorrow [✔]
  8604. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8605. 333.51 s [fuzzy-time-gen] works for midnight tomorrow [✔]
  8606. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8607. 333.51 s [fuzzy-time-gen] works for morning tomorrow [✔]
  8608. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8609. 333.51 s [fuzzy-time-gen] works for evening tomorrow [✔]
  8610. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8611. 333.51 s [fuzzy-time-gen] normaliseTimeOfDay
  8612. 333.51 s [fuzzy-time-gen] produces valid times of day [✔]
  8613. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8614. 333.51 s [fuzzy-time-gen] works for this example of tomorrow [✔]
  8615. 333.51 s [fuzzy-time-gen] works for this example of tomorrow [✔]
  8616. 333.51 s [fuzzy-time-gen] works for this example of tomorrow [✔]
  8617. 333.51 s [fuzzy-time-gen] works for this example of tomorrow [✔]
  8618. 333.51 s [fuzzy-time-gen] works for this example of yesterday [✔]
  8619. 333.51 s [fuzzy-time-gen] works for this example of yesterday [✔]
  8620. 333.51 s [fuzzy-time-gen] works for this example of yesterday [✔]
  8621. 333.51 s [fuzzy-time-gen] works for this example of yesterday [✔]
  8622. 333.51 s [fuzzy-time-gen] works for this example of yesterday [✔]
  8623. 333.51 s [fuzzy-time-gen] works for this example of yesterday [✔]
  8624. 333.51 s [fuzzy-time-gen] does something sensible with leap seconds [✔]
  8625. 333.51 s [fuzzy-time-gen] resolveTimeOfDayForwards
  8626. 333.51 s [fuzzy-time-gen] produces valid times of day [✔]
  8627. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8628. 333.51 s [fuzzy-time-gen] works for sametime [✔]
  8629. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8630. 333.51 s [fuzzy-time-gen] works for noon [✔]
  8631. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8632. 333.51 s [fuzzy-time-gen] works for midnight [✔]
  8633. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8634. 333.51 s [fuzzy-time-gen] works for morning [✔]
  8635. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8636. 333.51 s [fuzzy-time-gen] works for evening [✔]
  8637. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8638. 333.51 s [fuzzy-time-gen] works for atHour [✔]
  8639. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8640. 333.51 s [fuzzy-time-gen] works for atMinute [✔]
  8641. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8642. 333.51 s [fuzzy-time-gen] works for atExact [✔]
  8643. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8644. 333.51 s [fuzzy-time-gen] Don't actually hold
  8645. 333.51 s [fuzzy-time-gen] has an inverse with (small) hoursDiff [‐]
  8646. 333.51 s [fuzzy-time-gen] # PENDING: No reason given
  8647. 333.51 s [fuzzy-time-gen] has an inverse with (small) minutesDiff [‐]
  8648. 333.51 s [fuzzy-time-gen] # PENDING: No reason given
  8649. 333.51 s [fuzzy-time-gen] has an inverse with (small) secondsDiff [‐]
  8650. 333.51 s [fuzzy-time-gen] # PENDING: No reason given
  8651. 333.51 s [fuzzy-time-gen] resolveTimeOfDayBackwards
  8652. 333.51 s [fuzzy-time-gen] produces valid times of day [✔]
  8653. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8654. 333.51 s [fuzzy-time-gen] works for sametime [✔]
  8655. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8656. 333.51 s [fuzzy-time-gen] works for noon [✔]
  8657. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8658. 333.51 s [fuzzy-time-gen] works for midnight [✔]
  8659. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8660. 333.51 s [fuzzy-time-gen] works for morning [✔]
  8661. 333.51 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8662. 333.51 s [fuzzy-time-gen] works for evening [✔]
  8663. 333.51 s [genvalidity-persistent] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-persistent-bench/genvalidity-persistent-bench-tmp/Main.o )
  8664. 333.51 s [genvalidity-aeson] [3 of 3] Linking dist/build/genvalidity-aeson-bench/genvalidity-aeson-bench
  8665. 333.51 s [validity-case-insensitive] Dependency base >=4.7 && <5: using base-4.20.2.0
  8666. 333.51 s [validity-case-insensitive] Dependency case-insensitive: using case-insensitive-1.2.1.0
  8667. 333.51 s [validity-case-insensitive] Dependency validity >=0.9.0.2: using validity-0.12.1.0
  8668. 333.51 s [validity-case-insensitive] Dependency base >=4.7 && <5: using base-4.20.2.0
  8669. 333.51 s [validity-case-insensitive] Dependency case-insensitive: using case-insensitive-1.2.1.0
  8670. 333.51 s [validity-case-insensitive] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  8671. 333.51 s [validity-case-insensitive] Dependency hspec: using hspec-2.11.14
  8672. 333.51 s [validity-case-insensitive] Dependency validity-case-insensitive: using validity-case-insensitive-0.0.0.0
  8673. 333.51 s [validity-case-insensitive] Source component graph:
  8674. 333.51 s [validity-case-insensitive] component lib
  8675. 333.51 s [validity-case-insensitive] component test:validity-case-insensitive-test dependency lib
  8676. 333.51 s [validity-case-insensitive] Configured component graph:
  8677. 333.51 s [validity-case-insensitive] component validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  8678. 333.51 s [validity-case-insensitive] include base-4.20.2.0-fafd
  8679. 333.51 s [validity-case-insensitive] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  8680. 333.51 s [validity-case-insensitive] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  8681. 333.51 s [validity-case-insensitive] component validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
  8682. 333.51 s [validity-case-insensitive] include base-4.20.2.0-fafd
  8683. 333.51 s [validity-case-insensitive] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  8684. 333.51 s [validity-case-insensitive] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  8685. 333.51 s [validity-case-insensitive] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  8686. 333.51 s [validity-case-insensitive] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  8687. 333.51 s [validity-case-insensitive] Linked component graph:
  8688. 333.51 s [validity-case-insensitive] unit validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  8689. 333.51 s [validity-case-insensitive] include base-4.20.2.0-fafd
  8690. 333.51 s [validity-case-insensitive] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  8691. 333.51 s [validity-case-insensitive] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  8692. 333.51 s [validity-case-insensitive] Data.Validity.CaseInsensitive=validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo:Data.Validity.CaseInsensitive
  8693. 333.51 s [validity-case-insensitive] unit validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
  8694. 333.51 s [validity-case-insensitive] include base-4.20.2.0-fafd
  8695. 333.51 s [validity-case-insensitive] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  8696. 333.51 s [validity-case-insensitive] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  8697. 333.51 s [validity-case-insensitive] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  8698. 333.51 s [validity-case-insensitive] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  8699. 333.51 s [validity-case-insensitive] Ready component graph:
  8700. 333.51 s [validity-case-insensitive] definite validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  8701. 333.51 s [validity-case-insensitive] depends base-4.20.2.0-fafd
  8702. 333.51 s [validity-case-insensitive] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  8703. 333.51 s [validity-case-insensitive] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  8704. 333.51 s [validity-case-insensitive] definite validity-case-insensitive-0.0.0.0-1wkRV2zCPez29Vx0UVwgOZ-validity-case-insensitive-test
  8705. 333.51 s [validity-case-insensitive] depends base-4.20.2.0-fafd
  8706. 333.51 s [validity-case-insensitive] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  8707. 333.51 s [validity-case-insensitive] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  8708. 333.51 s [validity-case-insensitive] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  8709. 333.51 s [validity-case-insensitive] depends validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  8710. 333.51 s [validity-case-insensitive] Using Cabal-3.12.1.0 compiled by ghc-9.10
  8711. 333.51 s [validity-case-insensitive] Using compiler: ghc-9.10.3
  8712. 333.51 s [validity-case-insensitive] Using install prefix:
  8713. 333.51 s [validity-case-insensitive] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0
  8714. 333.51 s [validity-case-insensitive] Executables installed in:
  8715. 333.51 s [validity-case-insensitive] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/bin
  8716. 333.51 s [validity-case-insensitive] Libraries installed in:
  8717. 333.51 s [validity-case-insensitive] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  8718. 333.51 s [validity-case-insensitive] Dynamic Libraries installed in:
  8719. 333.51 s [validity-case-insensitive] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  8720. 333.51 s [validity-case-insensitive] Private executables installed in:
  8721. 333.51 s [validity-case-insensitive] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/validity-case-insensitive-0.0.0.0
  8722. 333.51 s [validity-case-insensitive] Data files installed in:
  8723. 333.51 s [validity-case-insensitive] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/validity-case-insensitive-0.0.0.0
  8724. 333.51 s [validity-case-insensitive] Documentation installed in:
  8725. 333.51 s [validity-case-insensitive] /nix/store/ccna3k7302a1f468rrvfnx03b19cw8pj-validity-case-insensitive-0.0.0.0-doc/share/doc/validity-case-insensitive-0.0.0.0
  8726. 333.51 s [validity-case-insensitive] Configuration files installed in:
  8727. 333.51 s [validity-case-insensitive] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/etc
  8728. 333.51 s [validity-case-insensitive] No alex found
  8729. 333.51 s [validity-case-insensitive] Using ar found on system at:
  8730. 333.51 s [validity-case-insensitive] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  8731. 333.51 s [validity-case-insensitive] No c2hs found
  8732. 333.51 s [validity-case-insensitive] No cpphs found
  8733. 333.51 s [validity-case-insensitive] No doctest found
  8734. 333.51 s [validity-case-insensitive] Using gcc version 14.3.0 given by user at:
  8735. 333.51 s [cursor-gen] # PENDING: No reason given
  8736. 333.51 s [cursor-gen] forestCursorSelectNextOnSameLevel
  8737. 333.51 s [cursor-gen] produces valid cursors [✔]
  8738. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8739. 333.51 s [cursor-gen] is a movement [✔]
  8740. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8741. 333.51 s [cursor-gen] selects the next node on the same level as the current node [‐]
  8742. 333.51 s [cursor-gen] # PENDING: No reason given
  8743. 333.51 s [cursor-gen] forestCursorSelectFirstOnSameLevel
  8744. 333.51 s [cursor-gen] produces valid cursors [✔]
  8745. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8746. 333.51 s [cursor-gen] is a movement [✔]
  8747. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8748. 333.51 s [cursor-gen] selects the previous node on the same level as the current node [‐]
  8749. 333.51 s [cursor-gen] # PENDING: No reason given
  8750. 333.51 s [cursor-gen] forestCursorSelectLastOnSameLevel
  8751. 333.51 s [cursor-gen] produces valid cursors [✔]
  8752. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8753. 333.51 s [cursor-gen] is a movement [✔]
  8754. 333.51 s [cursor-gen] +++ OK, passed 100 tests.
  8755. 333.51 s [cursor-gen] selects the next node on the same level as the current node [‐]
  8756. 333.51 s [cursor-gen] # PENDING: No reason given
  8757. 333.52 s [cursor-gen] forestCursorSelectFirst
  8758. 333.52 s [cursor-gen] produces valid cursors [✔]
  8759. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8760. 333.52 s [cursor-gen] is a movement [✔]
  8761. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8762. 333.52 s [cursor-gen] selects the first node in the forest [‐]
  8763. 333.52 s [cursor-gen] # PENDING: No reason given
  8764. 333.52 s [cursor-gen] forestCursorSelectLast
  8765. 333.52 s [cursor-gen] produces valid cursors [✔]
  8766. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8767. 333.52 s [cursor-gen] is a movement [✔]
  8768. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8769. 333.52 s [cursor-gen] selects the last node in the forest [‐]
  8770. 333.52 s [cursor-gen] # PENDING: No reason given
  8771. 333.52 s [cursor-gen] forestCursorSelectAbove
  8772. 333.52 s [cursor-gen] produces valid cursors [✔]
  8773. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8774. 333.52 s [cursor-gen] is a movement [✔]
  8775. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8776. 333.52 s [cursor-gen] selects the parent [‐]
  8777. 333.52 s [cursor-gen] # PENDING: No reason given
  8778. 333.52 s [cursor-gen] forestCursorSelectBelowAtPos
  8779. 333.52 s [cursor-gen] produces valid cursors [✔]
  8780. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8781. 333.52 s [cursor-gen] is a movement for any index [✔]
  8782. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8783. 333.52 s [cursor-gen] selects the child of the selected node at the given position [‐]
  8784. 333.52 s [cursor-gen] # PENDING: No reason given
  8785. 333.52 s [cursor-gen] forestCursorSelectBelowAtStart
  8786. 333.52 s [cursor-gen] produces valid cursors [✔]
  8787. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8788. 333.52 s [cursor-gen] is a movement [✔]
  8789. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8790. 333.52 s [cursor-gen] selects the first child of the selected node [‐]
  8791. 333.52 s [cursor-gen] # PENDING: No reason given
  8792. 333.52 s [cursor-gen] forestCursorSelectBelowAtEnd
  8793. 333.52 s [cursor-gen] produces valid cursors [✔]
  8794. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8795. 333.52 s [cursor-gen] is a movement [✔]
  8796. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8797. 333.52 s [cursor-gen] selects the first child of the selected node [‐]
  8798. 333.52 s [cursor-gen] # PENDING: No reason given
  8799. 333.52 s [cursor-gen] forestCursorOpenCurrentForest
  8800. 333.52 s [cursor-gen] produces valid cursors [✔]
  8801. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8802. 333.52 s [cursor-gen] forestCursorCloseCurrentForest
  8803. 333.52 s [cursor-gen] produces valid cursors [✔]
  8804. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8805. 333.52 s [cursor-gen] forestCursorToggleCurrentForest
  8806. 333.52 s [cursor-gen] produces valid cursors [✔]
  8807. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8808. 333.52 s [cursor-gen] forestCursorOpenCurrentForestRecursively
  8809. 333.52 s [cursor-gen] produces valid cursors [✔]
  8810. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8811. 333.52 s [cursor-gen] forestCursorToggleCurrentForestRecursively
  8812. 333.52 s [cursor-gen] produces valid cursors [✔]
  8813. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8814. 333.52 s [cursor-gen] forestCursorInsertEntireTree
  8815. 333.52 s [cursor-gen] produces valid cursors [✔]
  8816. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8817. 333.52 s [cursor-gen] inserts a tree cursor before the currently selected tree cursor [‐]
  8818. 333.52 s [cursor-gen] # PENDING: No reason given
  8819. 333.52 s [cursor-gen] forestCursorInsertAndSelectTreeCursor
  8820. 333.52 s [cursor-gen] produces valid cursors [✔]
  8821. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8822. 333.52 s [cursor-gen] inserts a tree cursor before the currently selected tree cursor and selects it [‐]
  8823. 333.52 s [cursor-gen] # PENDING: No reason given
  8824. 333.52 s [cursor-gen] forestCursorAppendEntireTree
  8825. 333.52 s [cursor-gen] produces valid cursors [✔]
  8826. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8827. 333.52 s [cursor-gen] appends a tree after the currently selected tree cursor [‐]
  8828. 333.52 s [cursor-gen] # PENDING: No reason given
  8829. 333.52 s [cursor-gen] forestCursorAppendAndSelectTreeCursor
  8830. 333.52 s [cursor-gen] produces valid cursors [✔]
  8831. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8832. 333.52 s [cursor-gen] appends a tree cursor after the currently selected tree cursor and selects it [‐]
  8833. 333.52 s [cursor-gen] # PENDING: No reason given
  8834. 333.52 s [cursor-gen] forestCursorInsertTree
  8835. 333.52 s [cursor-gen] produces valid cursors [✔]
  8836. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8837. 333.52 s [cursor-gen] inserts a tree before the currently selected tree [‐]
  8838. 333.52 s [cursor-gen] # PENDING: No reason given
  8839. 333.52 s [cursor-gen] forestCursorInsertAndSelectTree
  8840. 333.52 s [cursor-gen] produces valid cursors [✔]
  8841. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8842. 333.52 s [cursor-gen] inserts a tree before the currently selected tree and selects it [‐]
  8843. 333.52 s [cursor-gen] # PENDING: No reason given
  8844. 333.52 s [cursor-gen] forestCursorAppendTree
  8845. 333.52 s [cursor-gen] produces valid cursors [✔]
  8846. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8847. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8848. 333.52 s [fuzzy-time-gen] works for atHour [✔]
  8849. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8850. 333.52 s [fuzzy-time-gen] works for atMinute [✔]
  8851. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8852. 333.52 s [fuzzy-time-gen] works for atExact [✔]
  8853. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8854. 333.52 s [fuzzy-time-gen] Don't actually hold
  8855. 333.52 s [fuzzy-time-gen] has an inverse with (small) hoursDiff [‐]
  8856. 333.52 s [fuzzy-time-gen] # PENDING: No reason given
  8857. 333.52 s [fuzzy-time-gen] has an inverse with (small) minutesDiff [‐]
  8858. 333.52 s [fuzzy-time-gen] # PENDING: No reason given
  8859. 333.52 s [fuzzy-time-gen] has an inverse with (small) secondsDiff [‐]
  8860. 333.52 s [fuzzy-time-gen] # PENDING: No reason given
  8861. 333.52 s [fuzzy-time-gen] nextDayOfMonth
  8862. 333.52 s [fuzzy-time-gen] produces valid days [✔]
  8863. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8864. 333.52 s [fuzzy-time-gen] finds next days [✔]
  8865. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8866. 333.52 s [fuzzy-time-gen] finds the next 17th of the month in january [✔]
  8867. 333.52 s [fuzzy-time-gen] finds the next 17th of the month in january [✔]
  8868. 333.52 s [fuzzy-time-gen] previousDayOfMonth
  8869. 333.52 s [fuzzy-time-gen] produces valid days [✔]
  8870. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8871. 333.52 s [fuzzy-time-gen] finds previous days [✔]
  8872. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8873. 333.52 s [fuzzy-time-gen] finds the previous 17th of the month in january [✔]
  8874. 333.52 s [fuzzy-time-gen] finds the previous 17th of the month in january [✔]
  8875. 333.52 s [fuzzy-time-gen] nextDayOfMonthOfYear
  8876. 333.52 s [fuzzy-time-gen] produces valid days [✔]
  8877. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8878. 333.52 s [fuzzy-time-gen] finds next days [✔]
  8879. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8880. 333.52 s [fuzzy-time-gen] finds the next 17th of the month in march [✔]
  8881. 333.52 s [fuzzy-time-gen] finds the next 17th of the month in january [✔]
  8882. 333.52 s [fuzzy-time-gen] previousDayOfMonthOfYear
  8883. 333.52 s [fuzzy-time-gen] produces valid days [✔]
  8884. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8885. 333.52 s [fuzzy-time-gen] finds previous days [✔]
  8886. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8887. 333.52 s [fuzzy-time-gen] finds the previous 17th of the month in march [✔]
  8888. 333.52 s [fuzzy-time-gen] finds the previous 17th of the month in january [✔]
  8889. 333.52 s [fuzzy-time-gen] nextDayOfWeek
  8890. 333.52 s [fuzzy-time-gen] produces valid values [✔]
  8891. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8892. 333.52 s [fuzzy-time-gen] finds next days [✔]
  8893. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8894. 333.52 s [fuzzy-time-gen] finds the day in this week [✔]
  8895. 333.52 s [fuzzy-time-gen] finds the day in next week [✔]
  8896. 333.52 s [fuzzy-time-gen] previousDayOfWeek
  8897. 333.52 s [fuzzy-time-gen] produces valid values [✔]
  8898. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8899. 333.52 s [fuzzy-time-gen] finds previous days [✔]
  8900. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8901. 333.52 s [fuzzy-time-gen] finds the day in this week [✔]
  8902. 333.52 s [fuzzy-time-gen] finds the day in next week [✔]
  8903. 333.52 s [fuzzy-time-gen] resolveDayForwards
  8904. 333.52 s [fuzzy-time-gen] produces valid days [✔]
  8905. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8906. 333.52 s [fuzzy-time-gen] works for this example for Yesterday [✔]
  8907. 333.52 s [fuzzy-time-gen] is id for Now [✔]
  8908. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8909. 333.52 s [fuzzy-time-gen] is id for Today [✔]
  8910. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8911. 333.52 s [fuzzy-time-gen] works for this example for Tomorrow [✔]
  8912. 333.52 s [fuzzy-time-gen] produces valid values when given 'OnlyDay' values [✔]
  8913. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8914. 333.52 s [fuzzy-time-gen] works for OnlyDay for this example where the current date is before the given day [✔]
  8915. 333.52 s [fuzzy-time-gen] works for OnlyDay for this example where the current date is after the given day [✔]
  8916. 333.52 s [fuzzy-time-gen] works for OnlyDay for this example where the following given day is not in this month [✔]
  8917. 333.52 s [fuzzy-time-gen] does not work for OnlyDay for this example where the following given day is not in next month [✔]
  8918. 333.52 s [fuzzy-time-gen] works for OnlyDay for this example where the following given day is not in next month [✔]
  8919. 333.52 s [fuzzy-time-gen] produces valid values when given 'DayInMonth' values [✔]
  8920. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8921. 333.52 s [fuzzy-time-gen] works for DayInMonth for this example where the current date is before the given day [✔]
  8922. 333.52 s [fuzzy-time-gen] works for DayInMonth for this example where the current date is after the given day [✔]
  8923. 333.52 s [fuzzy-time-gen] works for DayInMonth for this example accross years [✔]
  8924. 333.52 s [fuzzy-time-gen] does not work for DayInMonth for this example for february 29th [✔]
  8925. 333.52 s [fuzzy-time-gen] produces valid values when given 'DayOfTheWeek' values [✔]
  8926. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8927. 333.52 s [fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the current week [✔]
  8928. 333.52 s [fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the next week [✔]
  8929. 333.52 s [fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the current week at the end of the year [✔]
  8930. 333.52 s [fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the next week at the end of the year [✔]
  8931. 333.52 s [fuzzy-time-gen] works for DayOfTheWeek with an extra diff [✔]
  8932. 333.52 s [fuzzy-time-gen] resolveDayBackwards
  8933. 333.52 s [fuzzy-time-gen] produces valid days [✔]
  8934. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8935. 333.52 s [fuzzy-time-gen] works for this example for Yesterday [✔]
  8936. 333.52 s [fuzzy-time-gen] is id for Now [✔]
  8937. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8938. 333.52 s [fuzzy-time-gen] is id for Today [✔]
  8939. 333.52 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  8940. 333.52 s [fuzzy-time-gen] works for this example for Tomorrow [✔]
  8941. 333.52 s [validity-case-insensitive] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  8942. 333.52 s [validity-case-insensitive] Using ghc version 9.10.3 found on system at:
  8943. 333.52 s [validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  8944. 333.52 s [validity-case-insensitive] Using ghc-pkg version 9.10.3 found on system at:
  8945. 333.52 s [validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  8946. 333.52 s [validity-case-insensitive] No ghcjs found
  8947. 333.52 s [validity-case-insensitive] No ghcjs-pkg found
  8948. 333.52 s [validity-case-insensitive] No greencard found
  8949. 333.52 s [validity-case-insensitive] Using haddock version 2.31.1 found on system at:
  8950. 333.52 s [validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  8951. 333.52 s [validity-case-insensitive] No happy found
  8952. 333.52 s [validity-case-insensitive] Using haskell-suite found on system at: haskell-suite-dummy-location
  8953. 333.52 s [validity-case-insensitive] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  8954. 333.52 s [validity-case-insensitive] No hmake found
  8955. 333.52 s [validity-case-insensitive] Using hpc version 0.69 found on system at:
  8956. 333.52 s [validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  8957. 333.52 s [validity-case-insensitive] Using hsc2hs version 0.68.10 found on system at:
  8958. 333.52 s [validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  8959. 333.52 s [validity-case-insensitive] Using hscolour version 1.25 found on system at:
  8960. 333.52 s [validity-case-insensitive] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  8961. 333.52 s [validity-case-insensitive] No jhc found
  8962. 333.52 s [validity-case-insensitive] Using ld found on system at:
  8963. 333.52 s [validity-case-insensitive] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  8964. 333.52 s [validity-case-insensitive] No pkg-config found
  8965. 333.52 s [validity-case-insensitive] Using runghc version 9.10.3 found on system at:
  8966. 333.52 s [validity-case-insensitive] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  8967. 333.52 s [validity-case-insensitive] Using strip version 2.44 found on system at:
  8968. 333.52 s [validity-case-insensitive] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  8969. 333.52 s [validity-case-insensitive] Using tar found on system at:
  8970. 333.52 s [validity-case-insensitive] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  8971. 333.52 s [validity-case-insensitive] No uhc found
  8972. 333.52 s [cursor-gen] appends a tree after the currently selected tree [‐]
  8973. 333.52 s [cursor-gen] # PENDING: No reason given
  8974. 333.52 s [cursor-gen] forestCursorAppendAndSelectTree
  8975. 333.52 s [cursor-gen] produces valid cursors [✔]
  8976. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8977. 333.52 s [cursor-gen] appends a tree after the currently selected tree and selects it [‐]
  8978. 333.52 s [cursor-gen] # PENDING: No reason given
  8979. 333.52 s [cursor-gen] forestCursorInsert
  8980. 333.52 s [cursor-gen] produces valid cursors [✔]
  8981. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8982. 333.52 s [cursor-gen] inserts a node before the currently selected node [‐]
  8983. 333.52 s [cursor-gen] # PENDING: No reason given
  8984. 333.52 s [cursor-gen] forestCursorInsertAndSelect
  8985. 333.52 s [cursor-gen] produces valid cursors [✔]
  8986. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8987. 333.52 s [cursor-gen] inserts a node before the currently selected node and selects it [‐]
  8988. 333.52 s [cursor-gen] # PENDING: No reason given
  8989. 333.52 s [cursor-gen] forestCursorInsertNodeSingleAndSelect
  8990. 333.52 s [cursor-gen] produces valid cursors [✔]
  8991. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8992. 333.52 s [cursor-gen] inserts a node before the currently selected node and selects it [‐]
  8993. 333.52 s [cursor-gen] # PENDING: No reason given
  8994. 333.52 s [cursor-gen] forestCursorInsertNodeAndSelect
  8995. 333.52 s [cursor-gen] produces valid cursors [✔]
  8996. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  8997. 333.52 s [cursor-gen] inserts a node before the currently selected node and selects it [‐]
  8998. 333.52 s [cursor-gen] # PENDING: No reason given
  8999. 333.52 s [cursor-gen] forestCursorAppend
  9000. 333.52 s [cursor-gen] produces valid cursors [✔]
  9001. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  9002. 333.52 s [cursor-gen] appends a node after the currently selected node [‐]
  9003. 333.52 s [cursor-gen] # PENDING: No reason given
  9004. 333.52 s [cursor-gen] forestCursorAppendAndSelect
  9005. 333.52 s [cursor-gen] produces valid cursors [✔]
  9006. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  9007. 333.52 s [cursor-gen] appends a node after the currently selected node and selects it [‐]
  9008. 333.52 s [cursor-gen] # PENDING: No reason given
  9009. 333.52 s [cursor-gen] forestCursorAppendNodeSingleAndSelect
  9010. 333.52 s [cursor-gen] produces valid cursors [✔]
  9011. 333.52 s [cursor-gen] +++ OK, passed 100 tests.
  9012. 333.52 s [cursor-gen] appends a node after the currently selected node and selects it [‐]
  9013. 333.52 s [cursor-gen] # PENDING: No reason given
  9014. 333.53 s [cursor-gen] forestCursorAppendNodeAndSelect
  9015. 333.53 s [cursor-gen] produces valid cursors [✔]
  9016. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9017. 333.53 s [cursor-gen] appends a node after the currently selected node and selects it [‐]
  9018. 333.53 s [cursor-gen] # PENDING: No reason given
  9019. 333.53 s [cursor-gen] forestCursorAddChildTreeToNodeAtPos
  9020. 333.53 s [cursor-gen] produces valid cursors [✔]
  9021. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9022. 333.53 s [cursor-gen] adds a child tree to a node at the given position in the children of that node [‐]
  9023. 333.53 s [cursor-gen] # PENDING: No reason given
  9024. 333.53 s [cursor-gen] forestCursorAddChildTreeToNodeAtStart
  9025. 333.53 s [cursor-gen] produces valid cursors [✔]
  9026. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9027. 333.53 s [cursor-gen] adds a child tree to a node at the start the children of that node [‐]
  9028. 333.53 s [cursor-gen] # PENDING: No reason given
  9029. 333.53 s [cursor-gen] forestCursorAddChildTreeToNodeAtEnd
  9030. 333.53 s [cursor-gen] produces valid cursors [✔]
  9031. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9032. 333.53 s [cursor-gen] adds a child tree to a node at the end the children of that node [‐]
  9033. 333.53 s [cursor-gen] # PENDING: No reason given
  9034. 333.53 s [cursor-gen] forestCursorAddChildToNodeAtPos
  9035. 333.53 s [cursor-gen] produces valid cursors [✔]
  9036. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9037. 333.53 s [cursor-gen] adds a child to a node at the given position in the children of that node [‐]
  9038. 333.53 s [cursor-gen] # PENDING: No reason given
  9039. 333.53 s [cursor-gen] forestCursorAddChildToNodeAtStart
  9040. 333.53 s [cursor-gen] produces valid cursors [✔]
  9041. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9042. 333.53 s [cursor-gen] adds a child to a node at the start the children of that node [‐]
  9043. 333.53 s [cursor-gen] # PENDING: No reason given
  9044. 333.53 s [cursor-gen] forestCursorAddChildToNodeAtEnd
  9045. 333.53 s [cursor-gen] produces valid cursors [✔]
  9046. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9047. 333.53 s [cursor-gen] adds a child to a node at the end the children of that node [‐]
  9048. 333.53 s [cursor-gen] # PENDING: No reason given
  9049. 333.53 s [cursor-gen] forestCursorAddChildTreeToNodeAtPosAndSelect
  9050. 333.53 s [cursor-gen] produces valid cursors [✔]
  9051. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9052. 333.53 s [cursor-gen] adds a child tree to a node at the given position in the children of that node [‐]
  9053. 333.53 s [cursor-gen] # PENDING: No reason given
  9054. 333.53 s [cursor-gen] forestCursorAddChildTreeToNodeAtStartAndSelect
  9055. 333.53 s [cursor-gen] produces valid cursors [✔]
  9056. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9057. 333.53 s [cursor-gen] adds a child tree to a node at the start the children of that node [‐]
  9058. 333.53 s [cursor-gen] # PENDING: No reason given
  9059. 333.53 s [cursor-gen] forestCursorAddChildTreeToNodeAtEndAndSelect
  9060. 333.53 s [cursor-gen] produces valid cursors [✔]
  9061. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9062. 333.53 s [cursor-gen] adds a child tree to a node at the end the children of that node [‐]
  9063. 333.53 s [cursor-gen] # PENDING: No reason given
  9064. 333.53 s [cursor-gen] forestCursorAddChildToNodeAtPosAndSelect
  9065. 333.53 s [cursor-gen] produces valid cursors [✔]
  9066. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9067. 333.53 s [cursor-gen] adds a child to a node at the given position in the children of that node [‐]
  9068. 333.53 s [cursor-gen] # PENDING: No reason given
  9069. 333.53 s [cursor-gen] forestCursorAddChildToNodeAtStartAndSelect
  9070. 333.53 s [fuzzy-time-gen] produces valid values when given 'OnlyDay' values [✔]
  9071. 333.53 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  9072. 333.53 s [fuzzy-time-gen] works for OnlyDay for this example where the current date is before the given day [✔]
  9073. 333.53 s [fuzzy-time-gen] works for OnlyDay for this example where the current date is after the given day [✔]
  9074. 333.53 s [fuzzy-time-gen] works for OnlyDay for this example where the following given day is not in this month [✔]
  9075. 333.53 s [fuzzy-time-gen] does not work for OnlyDay for this example where the following given day is not in previous month [✔]
  9076. 333.53 s [fuzzy-time-gen] works for OnlyDay for this example where the following given day is not in previous month [✔]
  9077. 333.53 s [fuzzy-time-gen] produces valid values when given 'DayInMonth' values [✔]
  9078. 333.53 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  9079. 333.53 s [fuzzy-time-gen] works for DayInMonth for this example where the current date is before the given day [✔]
  9080. 333.53 s [fuzzy-time-gen] works for DayInMonth for this example where the current date is after the given day [✔]
  9081. 333.53 s [fuzzy-time-gen] works for DayInMonth for this example accross years [✔]
  9082. 333.53 s [fuzzy-time-gen] does not work for DayInMonth for this example for february 29th [✔]
  9083. 333.53 s [fuzzy-time-gen] produces valid values when given 'DayInMonth' values [✔]
  9084. 333.53 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  9085. 333.53 s [fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the current week [✔]
  9086. 333.53 s [fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the previous week [✔]
  9087. 333.53 s [fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the current week at the end of the year [✔]
  9088. 333.53 s [fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the previous week at the end of the year [✔]
  9089. 333.53 s [fuzzy-time-gen] works for DayOfTheWeek with a day of the week after today in the current week [✔]
  9090. 333.53 s [fuzzy-time-gen] Data.FuzzyTime.Types
  9091. 333.53 s [fuzzy-time-gen] GenValid FuzzyLocalTime
  9092. 333.53 s [fuzzy-time-gen] genValid :: Gen FuzzyLocalTime
  9093. 333.53 s [fuzzy-time-gen] only generates valid 'FuzzyLocalTime's [✔]
  9094. 333.53 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  9095. 333.53 s [fuzzy-time-gen] GenValid FuzzyTimeOfDay
  9096. 333.53 s [fuzzy-time-gen] genValid :: Gen FuzzyTimeOfDay
  9097. 333.53 s [fuzzy-time-gen] only generates valid 'FuzzyTimeOfDay's [✔]
  9098. 333.53 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  9099. 333.53 s [fuzzy-time-gen] GenValid FuzzyDay
  9100. 333.53 s [fuzzy-time-gen] genValid :: Gen FuzzyDay
  9101. 333.53 s [fuzzy-time-gen] only generates valid 'FuzzyDay's [✔]
  9102. 333.53 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  9103. 333.53 s [fuzzy-time-gen] GenValid DayOfWeek
  9104. 333.53 s [fuzzy-time-gen] genValid :: Gen DayOfWeek
  9105. 333.53 s [fuzzy-time-gen] only generates valid 'DayOfWeek's [✔]
  9106. 333.53 s [fuzzy-time-gen] +++ OK, passed 100 tests.
  9107. 333.53 s [fuzzy-time-gen]
  9108. 333.53 s [fuzzy-time-gen] Finished in 0.1395 seconds
  9109. 333.53 s [fuzzy-time-gen] 479 examples, 0 failures, 6 pending
  9110. 333.53 s [fuzzy-time-gen] Test suite fuzzy-time-test: PASS
  9111. 333.53 s [fuzzy-time-gen] Test suite logged to: dist/test/fuzzy-time-gen-0.3.0.0-fuzzy-time-test.log
  9112. 333.53 s [fuzzy-time-gen] 1 of 1 test suites (1 of 1 test cases) passed.
  9113. 333.53 s [fuzzy-time-gen] Phase: haddockPhase
  9114. 333.53 s [cursor-gen] produces valid cursors [✔]
  9115. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9116. 333.53 s [cursor-gen] adds a child to a node at the start the children of that node [‐]
  9117. 333.53 s [cursor-gen] # PENDING: No reason given
  9118. 333.53 s [cursor-gen] forestCursorAddChildToNodeAtEndAndSelect
  9119. 333.53 s [cursor-gen] produces valid cursors [✔]
  9120. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9121. 333.53 s [cursor-gen] adds a child to a node at the end the children of that node [‐]
  9122. 333.53 s [cursor-gen] # PENDING: No reason given
  9123. 333.53 s [cursor-gen] forestCursorAddChildNodeSingleToNodeAtPosAndSelect
  9124. 333.53 s [cursor-gen] produces valid cursors [✔]
  9125. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9126. 333.53 s [cursor-gen] forestCursorAddChildNodeSingleToNodeAtStartAndSelect
  9127. 333.53 s [cursor-gen] produces valid cursors [✔]
  9128. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9129. 333.53 s [cursor-gen] forestCursorAddChildNodeSingleToNodeAtEndAndSelect
  9130. 333.53 s [cursor-gen] produces valid cursors [✔]
  9131. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9132. 333.53 s [cursor-gen] forestCursorAddChildNodeToNodeAtPosAndSelect
  9133. 333.53 s [cursor-gen] produces valid cursors [✔]
  9134. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9135. 333.53 s [cursor-gen] forestCursorAddChildNodeToNodeAtStartAndSelect
  9136. 333.53 s [cursor-gen] produces valid cursors [✔]
  9137. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9138. 333.53 s [cursor-gen] forestCursorAddChildNodeToNodeAtEndAndSelect
  9139. 333.53 s [cursor-gen] produces valid cursors [✔]
  9140. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9141. 333.53 s [cursor-gen] forestCursorAddRoot
  9142. 333.53 s [cursor-gen] produces valid cursors [✔]
  9143. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9144. 333.53 s [cursor-gen] houses the entire forest under the given node [‐]
  9145. 333.53 s [cursor-gen] # PENDING: No reason given
  9146. 333.53 s [cursor-gen] forestCursorSwapPrev
  9147. 333.53 s [cursor-gen] produces valid cursors [✔]
  9148. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9149. 333.53 s [cursor-gen] works on the example from the docs [✔]
  9150. 333.53 s [cursor-gen] swaps the current node with the previous node on the same level [‐]
  9151. 333.53 s [cursor-gen] # PENDING: No reason given
  9152. 333.53 s [cursor-gen] reverts forestCursorSwapNext [✔]
  9153. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9154. 333.53 s [cursor-gen] forestCursorSwapNext
  9155. 333.53 s [cursor-gen] produces valid cursors [✔]
  9156. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9157. 333.53 s [cursor-gen] works on the example from the docs [✔]
  9158. 333.53 s [cursor-gen] swaps the current node with the next node on the same level [‐]
  9159. 333.53 s [cursor-gen] # PENDING: No reason given
  9160. 333.53 s [cursor-gen] reverts forestCursorSwapPrev [✔]
  9161. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9162. 333.53 s [cursor-gen] forestCursorRemoveElemAndSelectPrev
  9163. 333.53 s [cursor-gen] produces valid cursors [✔]
  9164. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9165. 333.53 s [cursor-gen] works for this simple example [✔]
  9166. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9167. 333.53 s [cursor-gen] removes the selected element and selects the previous element [‐]
  9168. 333.53 s [cursor-gen] # PENDING: No reason given
  9169. 333.53 s [cursor-gen] forestCursorDeleteElemAndSelectNext
  9170. 333.53 s [cursor-gen] produces valid cursors [✔]
  9171. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9172. 333.53 s [cursor-gen] works for this simple example [✔]
  9173. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9174. 333.53 s [cursor-gen] deletes the selected element and selects the next element [‐]
  9175. 333.53 s [cursor-gen] # PENDING: No reason given
  9176. 333.53 s [cursor-gen] forestCursorRemoveElem
  9177. 333.53 s [cursor-gen] produces valid cursors [✔]
  9178. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9179. 333.53 s [cursor-gen] works for this simple example [✔]
  9180. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9181. 333.53 s [cursor-gen] removes the selected element [‐]
  9182. 333.53 s [cursor-gen] # PENDING: No reason given
  9183. 333.53 s [cursor-gen] forestCursorDeleteElem
  9184. 333.53 s [cursor-gen] produces valid cursors [✔]
  9185. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9186. 333.53 s [cursor-gen] works for this simple example [✔]
  9187. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9188. 333.53 s [cursor-gen] deletes the selected element [‐]
  9189. 333.53 s [cursor-gen] # PENDING: No reason given
  9190. 333.53 s [cursor-gen] forestCursorRemoveSubTreeAndSelectPrev
  9191. 333.53 s [cursor-gen] produces valid cursors [✔]
  9192. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9193. 333.53 s [cursor-gen] removes the selected subtree and selects the previous tree [‐]
  9194. 333.53 s [cursor-gen] # PENDING: No reason given
  9195. 333.53 s [cursor-gen] forestCursorDeleteSubTreeAndSelectNext
  9196. 333.53 s [cursor-gen] produces valid cursors [✔]
  9197. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9198. 333.53 s [cursor-gen] deletes the selected subtree and selects the next tree [‐]
  9199. 333.53 s [cursor-gen] # PENDING: No reason given
  9200. 333.53 s [cursor-gen] forestCursorRemoveSubTree
  9201. 333.53 s [cursor-gen] produces valid cursors [✔]
  9202. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9203. 333.53 s [cursor-gen] removes the selected subtree [‐]
  9204. 333.53 s [cursor-gen] # PENDING: No reason given
  9205. 333.53 s [cursor-gen] forestCursorDeleteSubTree
  9206. 333.53 s [cursor-gen] produces valid cursors [✔]
  9207. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9208. 333.53 s [cursor-gen] deletes the selected subtree [‐]
  9209. 333.53 s [cursor-gen] # PENDING: No reason given
  9210. 333.53 s [cursor-gen] forestCursorPromoteElem
  9211. 333.53 s [cursor-gen] produces valids on valids [✔]
  9212. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9213. 333.53 s [cursor-gen] works on the example from the documentation [✔]
  9214. 333.53 s [cursor-gen] promotes the current node to the level of its parent [‐]
  9215. 333.53 s [cursor-gen] # PENDING: No reason given
  9216. 333.53 s [cursor-gen] forestCursorDemoteElem
  9217. 333.53 s [cursor-gen] produces valids on valids [✔]
  9218. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9219. 333.53 s [cursor-gen] works on the example from the documentation [✔]
  9220. 333.53 s [cursor-gen] demotes the current node to the level of its children [‐]
  9221. 333.53 s [cursor-gen] # PENDING: No reason given
  9222. 333.53 s [cursor-gen] forestCursorPromoteSubTree
  9223. 333.53 s [cursor-gen] produces valids on valids [✔]
  9224. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9225. 333.53 s [cursor-gen] works on the example from the documentation [✔]
  9226. 333.53 s [cursor-gen] promotes the current subtree to the level of its parent [‐]
  9227. 333.53 s [cursor-gen] # PENDING: No reason given
  9228. 333.53 s [cursor-gen] forestCursorDemoteSubTree
  9229. 333.53 s [cursor-gen] produces valids on valids [✔]
  9230. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9231. 333.53 s [cursor-gen] works on the example from the documentation [✔]
  9232. 333.53 s [cursor-gen] demotes the current subtree to the level of its children [‐]
  9233. 333.53 s [cursor-gen] # PENDING: No reason given
  9234. 333.53 s [cursor-gen] forestCursorDemoteElemUnder
  9235. 333.53 s [cursor-gen] produces valids on valids [✔]
  9236. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9237. 333.53 s [cursor-gen] Works on the example from the docs [✔]
  9238. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9239. 333.53 s [cursor-gen] demotes the current node to the level of its children [‐]
  9240. 333.53 s [cursor-gen] # PENDING: No reason given
  9241. 333.53 s [cursor-gen] forestCursorDemoteSubTreeUnder
  9242. 333.53 s [cursor-gen] produces valids on valids [✔]
  9243. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9244. 333.53 s [cursor-gen] Works on the example from the docs [✔]
  9245. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9246. 333.53 s [cursor-gen] demotes the current subtree to the level of its children, by adding a root [‐]
  9247. 333.53 s [cursor-gen] # PENDING: No reason given
  9248. 333.53 s [cursor-gen] Cursor.Simple.List.NonEmpty
  9249. 333.53 s [cursor-gen] Eq (NonEmptyCursor Bool Bool)
  9250. 333.53 s [cursor-gen] (==) :: (NonEmptyCursor Bool Bool) -> (NonEmptyCursor Bool Bool) -> Bool
  9251. 333.53 s [cursor-gen] is reflexive for "valid (NonEmptyCursor Bool Bool)"s [✔]
  9252. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9253. 333.53 s [cursor-gen] is symmetric for "valid (NonEmptyCursor Bool Bool)"s [✔]
  9254. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9255. 333.53 s [cursor-gen] is transitive for "valid (NonEmptyCursor Bool Bool)"s [✔]
  9256. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9257. 333.53 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (NonEmptyCursor Bool Bool)"s [✔]
  9258. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9259. 333.53 s [cursor-gen] (/=) :: (NonEmptyCursor Bool Bool) -> (NonEmptyCursor Bool Bool) -> Bool
  9260. 333.53 s [cursor-gen] is antireflexive for "valid (NonEmptyCursor Bool Bool)"s [✔]
  9261. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9262. 333.53 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (NonEmptyCursor Bool Bool)"s [✔]
  9263. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9264. 333.53 s [cursor-gen] GenValid (NonEmptyCursor Bool Bool)
  9265. 333.53 s [cursor-gen] genValid :: Gen (NonEmptyCursor Bool Bool)
  9266. 333.53 s [cursor-gen] only generates valid '(NonEmptyCursor Bool Bool)'s [✔]
  9267. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9268. 333.53 s [cursor-gen] makeNonEmptyCursor
  9269. 333.53 s [cursor-gen] produces valid cursors [✔]
  9270. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9271. 333.53 s [cursor-gen] makeNonEmptyCursorWithSelection
  9272. 333.53 s [cursor-gen] produces valid cursors [✔]
  9273. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9274. 333.53 s [cursor-gen] is the inverse of rebuildNonEmptyCursor when using the current selection [✔]
  9275. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9276. 333.53 s [cursor-gen] singletonNonEmptyCursor
  9277. 333.53 s [cursor-gen] produces valid cursors [✔]
  9278. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9279. 333.53 s [cursor-gen] rebuildNonEmptyCursor
  9280. 333.53 s [cursor-gen] produces valid nonempty lists [✔]
  9281. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9282. 333.53 s [cursor-gen] is the inverse of makeNonEmptyCursor for integers [✔]
  9283. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9284. 333.53 s [cursor-gen] is the inverse of makeNonEmptyCursorWithSelection for integers, for any index [✔]
  9285. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9286. 333.53 s [cursor-gen] nonEmptyCursorElemL
  9287. 333.53 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  9288. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9289. 333.53 s [cursor-gen] satisfies the second lens law for valid values [✔]
  9290. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9291. 333.53 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  9292. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9293. 333.53 s [cursor-gen] gets valid values from valid values values [✔]
  9294. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9295. 333.53 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  9296. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9297. 333.53 s [cursor-gen] nonEmptyCursorSelectPrev
  9298. 333.53 s [cursor-gen] produces valid cursors [✔]
  9299. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9300. 333.53 s [cursor-gen] is a movement [✔]
  9301. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9302. 333.53 s [cursor-gen] selects the previous element [‐]
  9303. 333.53 s [cursor-gen] # PENDING: No reason given
  9304. 333.53 s [cursor-gen] nonEmptyCursorSelectNext
  9305. 333.53 s [cursor-gen] produces valid cursors [✔]
  9306. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9307. 333.53 s [cursor-gen] is a movement [✔]
  9308. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9309. 333.53 s [cursor-gen] selects the next element [‐]
  9310. 333.53 s [cursor-gen] # PENDING: No reason given
  9311. 333.53 s [cursor-gen] nonEmptyCursorSelectFirst
  9312. 333.53 s [cursor-gen] produces valid cursors [✔]
  9313. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9314. 333.53 s [cursor-gen] is a movement [✔]
  9315. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9316. 333.53 s [cursor-gen] is idempotent [✔]
  9317. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9318. 333.53 s [cursor-gen] selects the first element [‐]
  9319. 333.53 s [cursor-gen] # PENDING: No reason given
  9320. 333.53 s [cursor-gen] nonEmptyCursorSelectLast
  9321. 333.53 s [cursor-gen] produces valid cursors [✔]
  9322. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9323. 333.53 s [cursor-gen] is a movement [✔]
  9324. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9325. 333.53 s [cursor-gen] is idempotent [✔]
  9326. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9327. 333.53 s [cursor-gen] selects the last element [‐]
  9328. 333.53 s [cursor-gen] # PENDING: No reason given
  9329. 333.53 s [cursor-gen] nonEmptyCursorSelection
  9330. 333.53 s [cursor-gen] produces valid ints [✔]
  9331. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9332. 333.53 s [cursor-gen] returns the index of the currently selected element [‐]
  9333. 333.53 s [cursor-gen] # PENDING: No reason given
  9334. 333.53 s [cursor-gen] nonEmptyCursorSelectIndex
  9335. 333.53 s [cursor-gen] produces valid cursors [✔]
  9336. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9337. 333.53 s [cursor-gen] is the identity function when given the current selection [✔]
  9338. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9339. 333.53 s [cursor-gen] returns selects the element at the given index [‐]
  9340. 333.53 s [cursor-gen] # PENDING: No reason given
  9341. 333.53 s [cursor-gen] nonEmptyCursorInsert
  9342. 333.53 s [cursor-gen] produces valid cursors [✔]
  9343. 333.53 s [cursor-gen] +++ OK, passed 100 tests.
  9344. 333.53 s [cursor-gen] inserts a character before the cursor [‐]
  9345. 333.54 s [cursor-gen] # PENDING: No reason given
  9346. 333.54 s [cursor-gen] nonEmptyCursorAppend
  9347. 333.54 s [cursor-gen] produces valid cursors [✔]
  9348. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9349. 333.54 s [cursor-gen] inserts a character after the cursor [‐]
  9350. 333.54 s [cursor-gen] # PENDING: No reason given
  9351. 333.54 s [cursor-gen] nonEmptyCursorInsertAndSelect
  9352. 333.54 s [cursor-gen] produces valid cursors [✔]
  9353. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9354. 333.54 s [cursor-gen] inserts a character before the cursor and selects it [‐]
  9355. 333.54 s [cursor-gen] # PENDING: No reason given
  9356. 333.54 s [cursor-gen] nonEmptyCursorAppendAndSelect
  9357. 333.54 s [cursor-gen] produces valid cursors [✔]
  9358. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9359. 333.54 s [cursor-gen] appends a character before the cursor and selects it [‐]
  9360. 333.54 s [cursor-gen] # PENDING: No reason given
  9361. 333.54 s [cursor-gen] nonEmptyCursorInsertAtStart
  9362. 333.54 s [cursor-gen] produces valid cursors [✔]
  9363. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9364. 333.54 s [cursor-gen] inserts a character at the start of the list [‐]
  9365. 333.54 s [cursor-gen] # PENDING: No reason given
  9366. 333.54 s [cursor-gen] nonEmptyCursorAppendAtEnd
  9367. 333.54 s [cursor-gen] produces valid cursors [✔]
  9368. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9369. 333.54 s [cursor-gen] inserts a character at the end of the list [‐]
  9370. 333.54 s [cursor-gen] # PENDING: No reason given
  9371. 333.54 s [cursor-gen] nonEmptyCursorInsertAtStartAndSelect
  9372. 333.54 s [cursor-gen] produces valid cursors [✔]
  9373. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9374. 333.54 s [cursor-gen] inserts a character at the start of the list and selects it [‐]
  9375. 333.54 s [cursor-gen] # PENDING: No reason given
  9376. 333.54 s [cursor-gen] nonEmptyCursorAppendAtEndAndSelect
  9377. 333.54 s [cursor-gen] produces valid cursors [✔]
  9378. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9379. 333.54 s [cursor-gen] appends a character at the end of the list and selects it [‐]
  9380. 333.54 s [cursor-gen] # PENDING: No reason given
  9381. 333.54 s [cursor-gen] nonEmptyCursorRemoveElem
  9382. 333.54 s [cursor-gen] produces valid cursors [✔]
  9383. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9384. 333.54 s [cursor-gen] removes an element [‐]
  9385. 333.54 s [cursor-gen] # PENDING: No reason given
  9386. 333.54 s [cursor-gen] nonEmptyCursorDeleteElem
  9387. 333.54 s [cursor-gen] produces valid cursors [✔]
  9388. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9389. 333.54 s [cursor-gen] nonEmptyCursorSearch
  9390. 333.54 s [cursor-gen] produces valid cursors when looking for an equal element [✔]
  9391. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9392. 333.54 s [cursor-gen] is indeed the right value when it finds a value and is looking for an equal element [✔]
  9393. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9394. 333.54 s [cursor-gen] finds an element if it is in there [✔]
  9395. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9396. 333.54 s [cursor-gen] nonEmptyCursorSelectOrAdd
  9397. 333.54 s [cursor-gen] produces valid cursors when looking for an equal element [✔]
  9398. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9399. 333.54 s [cursor-gen] Cursor.Simple.Map
  9400. 333.54 s [cursor-gen] makeMapCursor
  9401. 333.54 s [cursor-gen] produces valid cursors [✔]
  9402. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9403. 333.54 s [cursor-gen] makeMapCursorWithSelection
  9404. 333.54 s [cursor-gen] produces valid cursors [✔]
  9405. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9406. 333.54 s [cursor-gen] singletonMapCursorKey
  9407. 333.54 s [cursor-gen] produces valid cursors [✔]
  9408. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9409. 333.54 s [cursor-gen] singletonMapCursorValue
  9410. 333.54 s [cursor-gen] produces valid cursors [✔]
  9411. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9412. 333.54 s [cursor-gen] rebuildMapCursor
  9413. 333.54 s [cursor-gen] produces valid Nonempty lists [✔]
  9414. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9415. 333.54 s [cursor-gen] is the inverse of makeMapCursor for integers [✔]
  9416. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9417. 333.54 s [cursor-gen] mapCursorNonEmptyCursorL
  9418. 333.54 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  9419. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9420. 333.54 s [cursor-gen] satisfies the second lens law for valid values [✔]
  9421. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9422. 333.54 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  9423. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9424. 333.54 s [cursor-gen] gets valid values from valid values values [✔]
  9425. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9426. 333.54 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  9427. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9428. 333.54 s [cursor-gen] mapCursorElemL
  9429. 333.54 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  9430. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9431. 333.54 s [cursor-gen] satisfies the second lens law for valid values [✔]
  9432. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9433. 333.54 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  9434. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9435. 333.54 s [cursor-gen] gets valid values from valid values values [✔]
  9436. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9437. 333.54 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  9438. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9439. 333.54 s [cursor-gen] mapCursorSelectKey
  9440. 333.54 s [cursor-gen] produces valid cursors [✔]
  9441. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9442. 333.54 s [cursor-gen] mapCursorSelectValue
  9443. 333.54 s [cursor-gen] produces valid cursors [✔]
  9444. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9445. 333.54 s [cursor-gen] mapCursorToggleSelected
  9446. 333.54 s [cursor-gen] produces valid cursors [✔]
  9447. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9448. 333.54 s [cursor-gen] mapCursorSelectPrev
  9449. 333.54 s [cursor-gen] produces valid cursors [✔]
  9450. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9451. 333.54 s [cursor-gen] is a movement [✔]
  9452. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9453. 333.54 s [cursor-gen] selects the previous element [‐]
  9454. 333.54 s [cursor-gen] # PENDING: No reason given
  9455. 333.54 s [cursor-gen] mapCursorSelectNext
  9456. 333.54 s [cursor-gen] produces valid cursors [✔]
  9457. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9458. 333.54 s [cursor-gen] is a movement [✔]
  9459. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9460. 333.54 s [cursor-gen] selects the next element [‐]
  9461. 333.54 s [cursor-gen] # PENDING: No reason given
  9462. 333.54 s [cursor-gen] mapCursorSelectFirst
  9463. 333.54 s [cursor-gen] produces valid cursors [✔]
  9464. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9465. 333.54 s [cursor-gen] is a movement [✔]
  9466. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9467. 333.54 s [cursor-gen] is idempotent [✔]
  9468. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9469. 333.54 s [cursor-gen] selects the first element [‐]
  9470. 333.54 s [cursor-gen] # PENDING: No reason given
  9471. 333.54 s [cursor-gen] mapCursorSelectLast
  9472. 333.54 s [cursor-gen] produces valid cursors [✔]
  9473. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9474. 333.54 s [cursor-gen] is a movement [✔]
  9475. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9476. 333.54 s [cursor-gen] is idempotent [✔]
  9477. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9478. 333.54 s [cursor-gen] selects the last element [‐]
  9479. 333.54 s [cursor-gen] # PENDING: No reason given
  9480. 333.54 s [cursor-gen] mapCursorSelection
  9481. 333.54 s [cursor-gen] produces valid ints [✔]
  9482. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9483. 333.54 s [cursor-gen] returns the index of the currently selected element [‐]
  9484. 333.54 s [cursor-gen] # PENDING: No reason given
  9485. 333.54 s [cursor-gen] mapCursorSelectIndex
  9486. 333.54 s [cursor-gen] produces valid cursors [✔]
  9487. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9488. 333.54 s [cursor-gen] is the identity function when given the current selection [✔]
  9489. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9490. 333.54 s [cursor-gen] returns selects the element at the given index [‐]
  9491. 333.54 s [cursor-gen] # PENDING: No reason given
  9492. 333.54 s [cursor-gen] mapCursorInsert
  9493. 333.54 s [cursor-gen] produces valid cursors [✔]
  9494. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9495. 333.54 s [cursor-gen] inserts a character before the cursor [‐]
  9496. 333.54 s [cursor-gen] # PENDING: No reason given
  9497. 333.54 s [cursor-gen] mapCursorAppend
  9498. 333.54 s [cursor-gen] produces valid cursors [✔]
  9499. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9500. 333.54 s [cursor-gen] inserts a character after the cursor [‐]
  9501. 333.54 s [cursor-gen] # PENDING: No reason given
  9502. 333.54 s [cursor-gen] mapCursorInsertAndSelectKey
  9503. 333.54 s [cursor-gen] produces valid cursors [✔]
  9504. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9505. 333.54 s [cursor-gen] mapCursorAppendAndSelectKey
  9506. 333.54 s [cursor-gen] produces valid cursors [✔]
  9507. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9508. 333.54 s [cursor-gen] mapCursorInsertAndSelectValue
  9509. 333.54 s [cursor-gen] produces valid cursors [✔]
  9510. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9511. 333.54 s [cursor-gen] mapCursorAppendAndSelectValue
  9512. 333.54 s [cursor-gen] produces valid cursors [✔]
  9513. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9514. 333.54 s [cursor-gen] mapCursorRemoveElem
  9515. 333.54 s [cursor-gen] produces valid cursors [✔]
  9516. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9517. 333.54 s [cursor-gen] removes an element [‐]
  9518. 333.54 s [cursor-gen] # PENDING: No reason given
  9519. 333.54 s [cursor-gen] mapCursorDeleteElem
  9520. 333.54 s [cursor-gen] produces valid cursors [✔]
  9521. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9522. 333.54 s [cursor-gen] deletes an element [‐]
  9523. 333.54 s [cursor-gen] # PENDING: No reason given
  9524. 333.54 s [cursor-gen] mapCursorSearch
  9525. 333.54 s [cursor-gen] produces valid cursors when looking for an equal pair [✔]
  9526. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9527. 333.54 s [cursor-gen] is indeed the right value when it finds a value and is looking for an equal element [✔]
  9528. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9529. 333.54 s [cursor-gen] mapCursorSelectOrAdd
  9530. 333.54 s [cursor-gen] produces valid cursors when looking for an equal element [✔]
  9531. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9532. 333.54 s [cursor-gen] Cursor.Simple.Map.KeyValue
  9533. 333.54 s [cursor-gen] makeKeyValueCursorKey
  9534. 333.54 s [cursor-gen] produces valid cursors [✔]
  9535. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9536. 333.54 s [cursor-gen] makeKeyValueCursorValue
  9537. 333.54 s [cursor-gen] produces valid cursors [✔]
  9538. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9539. 333.54 s [cursor-gen] rebuildKeyValueCursor
  9540. 333.54 s [cursor-gen] produces valid tuples [✔]
  9541. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9542. 333.54 s [cursor-gen] keyValueCursorSelection
  9543. 333.54 s [cursor-gen] produces valid selections [✔]
  9544. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9545. 333.54 s [cursor-gen] keyValueCursorSelectKey
  9546. 333.54 s [cursor-gen] produces valid cursors [✔]
  9547. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9548. 333.54 s [cursor-gen] is a movement [✔]
  9549. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9550. 333.54 s [cursor-gen] keyValueCursorSelectValue
  9551. 333.54 s [fuzzy-time-gen] Preprocessing library for fuzzy-time-gen-0.3.0.0...
  9552. 333.54 s [fuzzy-time-gen] Running Haddock on library for fuzzy-time-gen-0.3.0.0...
  9553. 333.54 s [cursor-gen] produces valid cursors [✔]
  9554. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9555. 333.54 s [cursor-gen] is a movement [✔]
  9556. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9557. 333.54 s [cursor-gen] keyValueCursorToggleSelected
  9558. 333.54 s [cursor-gen] produces valid cursors [✔]
  9559. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9560. 333.54 s [cursor-gen] is a movement [✔]
  9561. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9562. 333.54 s [cursor-gen] Cursor.Simple.Tree.Base
  9563. 333.54 s [cursor-gen] Eq (TreeCursor Int Int)
  9564. 333.54 s [cursor-gen] (==) :: (TreeCursor Int Int) -> (TreeCursor Int Int) -> Bool
  9565. 333.54 s [cursor-gen] is reflexive for "valid (TreeCursor Int Int)"s [✔]
  9566. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9567. 333.54 s [cursor-gen] is symmetric for "valid (TreeCursor Int Int)"s [✔]
  9568. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9569. 333.54 s [cursor-gen] is transitive for "valid (TreeCursor Int Int)"s [✔]
  9570. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9571. 333.54 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (TreeCursor Int Int)"s [✔]
  9572. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9573. 333.54 s [cursor-gen] (/=) :: (TreeCursor Int Int) -> (TreeCursor Int Int) -> Bool
  9574. 333.54 s [cursor-gen] is antireflexive for "valid (TreeCursor Int Int)"s [✔]
  9575. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9576. 333.54 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (TreeCursor Int Int)"s [✔]
  9577. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9578. 333.54 s [cursor-gen] GenValid (TreeCursor Bool Bool)
  9579. 333.54 s [cursor-gen] genValid :: Gen (TreeCursor Bool Bool)
  9580. 333.54 s [cursor-gen] only generates valid '(TreeCursor Bool Bool)'s [✔]
  9581. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9582. 333.54 s [cursor-gen] makeTreeCursor
  9583. 333.54 s [cursor-gen] produces valid cursors [✔]
  9584. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9585. 333.54 s [cursor-gen] makeNodeTreeCursor
  9586. 333.54 s [cursor-gen] produces valid cursors [✔]
  9587. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9588. 333.54 s [cursor-gen] makeTreeCursorWithSelection
  9589. 333.54 s [cursor-gen] produces valid cursors [✔]
  9590. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9591. 333.54 s [cursor-gen] singletonTreeCursor
  9592. 333.54 s [cursor-gen] produces valid cursors [✔]
  9593. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9594. 333.54 s [cursor-gen] rebuildTreeCursor
  9595. 333.54 s [cursor-gen] produces valid trees [✔]
  9596. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9597. 333.54 s [cursor-gen] is the inverse of makeTreeCursor for integers [✔]
  9598. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9599. 333.54 s [cursor-gen] is the inverse of makeTreeCursorWithSelection for the current selection [✔]
  9600. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9601. 333.54 s [cursor-gen] Cursor.Simple.Tree.Collapse
  9602. 333.54 s [cursor-gen] treeCursorOpenCurrentForest
  9603. 333.54 s [cursor-gen] produces valid cursors [✔]
  9604. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9605. 333.54 s [cursor-gen] treeCursorCloseCurrentForest
  9606. 333.54 s [cursor-gen] produces valid cursors [✔]
  9607. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9608. 333.54 s [cursor-gen] treeCursorToggleCurrentForest
  9609. 333.54 s [cursor-gen] produces valid cursors [✔]
  9610. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9611. 333.54 s [cursor-gen] treeCursorOpenCurrentForestRecursively
  9612. 333.54 s [cursor-gen] produces valid cursors [✔]
  9613. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9614. 333.54 s [cursor-gen] treeCursorToggleCurrentForestRecursively
  9615. 333.54 s [cursor-gen] produces valid cursors [✔]
  9616. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9617. 333.54 s [cursor-gen] Cursor.Simple.Tree.Delete
  9618. 333.54 s [cursor-gen] treeCursorDeleteSubTreeAndSelectPrevious
  9619. 333.54 s [cursor-gen] produces valids on valids [✔]
  9620. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9621. 333.54 s [cursor-gen] deletes the current subtree selects the previous subtree [‐]
  9622. 333.54 s [cursor-gen] # PENDING: No reason given
  9623. 333.54 s [cursor-gen] treeCursorDeleteSubTreeAndSelectNext
  9624. 333.54 s [cursor-gen] produces valids on valids [✔]
  9625. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9626. 333.54 s [cursor-gen] deletes the current subtree selects the next subtree [‐]
  9627. 333.54 s [cursor-gen] # PENDING: No reason given
  9628. 333.54 s [cursor-gen] treeCursorDeleteSubTreeAndSelectAbove
  9629. 333.54 s [cursor-gen] produces valids on valids [✔]
  9630. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9631. 333.54 s [cursor-gen] deletes the current subtree selects the above node [‐]
  9632. 333.54 s [cursor-gen] # PENDING: No reason given
  9633. 333.54 s [cursor-gen] treeCursorRemoveSubTree
  9634. 333.54 s [cursor-gen] produces valids on valids [✔]
  9635. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9636. 333.54 s [cursor-gen] removes the current subtree [‐]
  9637. 333.54 s [cursor-gen] # PENDING: No reason given
  9638. 333.54 s [cursor-gen] treeCursorDeleteSubTree
  9639. 333.54 s [cursor-gen] produces valids on valids [✔]
  9640. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9641. 333.54 s [cursor-gen] deletes the current subtree [‐]
  9642. 333.54 s [cursor-gen] # PENDING: No reason given
  9643. 333.54 s [cursor-gen] treeCursorDeleteElemAndSelectPrevious
  9644. 333.54 s [cursor-gen] produces valids on valids [✔]
  9645. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9646. 333.54 s [cursor-gen] works for this simple example [✔]
  9647. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9648. 333.54 s [cursor-gen] deletes the current element and selects the previous element [‐]
  9649. 333.54 s [cursor-gen] # PENDING: No reason given
  9650. 333.54 s [cursor-gen] treeCursorDeleteElemAndSelectNext
  9651. 333.54 s [cursor-gen] produces valids on valids [✔]
  9652. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9653. 333.54 s [cursor-gen] works for this simple example [✔]
  9654. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9655. 333.54 s [cursor-gen] deletes the current element and selects the next element [‐]
  9656. 333.54 s [cursor-gen] # PENDING: No reason given
  9657. 333.54 s [cursor-gen] treeCursorDeleteElemAndSelectAbove
  9658. 333.54 s [cursor-gen] produces valids on valids [✔]
  9659. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9660. 333.54 s [cursor-gen] works for this simple example [✔]
  9661. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9662. 333.54 s [cursor-gen] deletes the current element and selects the above element [‐]
  9663. 333.54 s [cursor-gen] # PENDING: No reason given
  9664. 333.54 s [cursor-gen] treeCursorRemoveElem
  9665. 333.54 s [cursor-gen] produces valids on valids [✔]
  9666. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9667. 333.54 s [cursor-gen] removes the current element [‐]
  9668. 333.54 s [cursor-gen] # PENDING: No reason given
  9669. 333.54 s [cursor-gen] treeCursorDeleteElem
  9670. 333.54 s [cursor-gen] produces valids on valids [✔]
  9671. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9672. 333.54 s [cursor-gen] deletes the current element [‐]
  9673. 333.54 s [cursor-gen] # PENDING: No reason given
  9674. 333.54 s [cursor-gen] Cursor.Simple.Tree.Demote
  9675. 333.54 s [cursor-gen] Functor DemoteResult
  9676. 333.54 s [cursor-gen] fmap :: (a -> b) -> DemoteResult a -> DemoteResult b
  9677. 333.54 s [cursor-gen] satisfies the first Fuctor law: 'fmap id == id' for "DemoteResult of ints :: (DemoteResult Int)" [✔]
  9678. 333.54 s [cursor-gen] +++ OK, passed 100 tests.
  9679. 333.54 s [cursor-gen] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "DemoteResult of ints :: (DemoteResult Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  9680. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9681. 333.55 s [cursor-gen] (<$) :: a -> DemoteResult b -> DemoteResult a
  9682. 333.55 s [cursor-gen] is equivalent to its default implementation for "int :: Int" and "DemoteResult of ints :: (DemoteResult Int)" [✔]
  9683. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9684. 333.55 s [cursor-gen] treeCursorDemoteElem
  9685. 333.55 s [cursor-gen] produces valids on valids [✔]
  9686. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9687. 333.55 s [cursor-gen] Works on the example from the docs [✔]
  9688. 333.55 s [cursor-gen] demotes the current node to the level of its children [‐]
  9689. 333.55 s [cursor-gen] # PENDING: No reason given
  9690. 333.55 s [cursor-gen] treeCursorDemoteSubTree
  9691. 333.55 s [cursor-gen] produces valids on valids [✔]
  9692. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9693. 333.55 s [cursor-gen] Works on the example from the docs [✔]
  9694. 333.55 s [cursor-gen] demotes the current subtree to the level of its children [‐]
  9695. 333.55 s [cursor-gen] # PENDING: No reason given
  9696. 333.55 s [cursor-gen] treeCursorDemoteElemUnder
  9697. 333.55 s [cursor-gen] produces valids on valids [✔]
  9698. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9699. 333.55 s [cursor-gen] Works on the example from the docs [✔]
  9700. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9701. 333.55 s [cursor-gen] demotes the current node to the level of its children [‐]
  9702. 333.55 s [cursor-gen] # PENDING: No reason given
  9703. 333.55 s [cursor-gen] treeCursorDemoteSubTreeUnder
  9704. 333.55 s [cursor-gen] produces valids on valids [✔]
  9705. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9706. 333.55 s [cursor-gen] Works on the example from the docs [✔]
  9707. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9708. 333.55 s [cursor-gen] demotes the current subtree to the level of its children, by adding a root [‐]
  9709. 333.55 s [cursor-gen] # PENDING: No reason given
  9710. 333.55 s [cursor-gen] Cursor.Simple.Tree.Insert
  9711. 333.55 s [cursor-gen] treeCursorInsert
  9712. 333.55 s [cursor-gen] produces valids on valids [✔]
  9713. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9714. 333.55 s [cursor-gen] inserts the element [‐]
  9715. 333.55 s [cursor-gen] # PENDING: No reason given
  9716. 333.55 s [cursor-gen] treeCursorInsertAndSelect
  9717. 333.55 s [cursor-gen] produces valids on valids [✔]
  9718. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9719. 333.55 s [cursor-gen] inserts and select the element [‐]
  9720. 333.55 s [cursor-gen] # PENDING: No reason given
  9721. 333.55 s [cursor-gen] treeCursorInsertNodeSingleAndSelect
  9722. 333.55 s [cursor-gen] produces valids on valids [✔]
  9723. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9724. 333.55 s [cursor-gen] inserts and select the element [‐]
  9725. 333.55 s [cursor-gen] # PENDING: No reason given
  9726. 333.55 s [cursor-gen] treeCursorInsertNodeAndSelect
  9727. 333.55 s [cursor-gen] produces valids on valids [✔]
  9728. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9729. 333.55 s [cursor-gen] inserts and select the element [‐]
  9730. 333.55 s [cursor-gen] # PENDING: No reason given
  9731. 333.55 s [cursor-gen] treeCursorAppend
  9732. 333.55 s [cursor-gen] produces valids on valids [✔]
  9733. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9734. 333.55 s [cursor-gen] appends the element [‐]
  9735. 333.55 s [cursor-gen] # PENDING: No reason given
  9736. 333.55 s [cursor-gen] treeCursorAppendAndSelect
  9737. 333.55 s [cursor-gen] produces valids on valids [✔]
  9738. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9739. 333.55 s [cursor-gen] appends and select the element [‐]
  9740. 333.55 s [cursor-gen] # PENDING: No reason given
  9741. 333.55 s [cursor-gen] treeCursorAppendNodeSingleAndSelect
  9742. 333.55 s [cursor-gen] produces valids on valids [✔]
  9743. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9744. 333.55 s [cursor-gen] appends and select the element [‐]
  9745. 333.55 s [cursor-gen] # PENDING: No reason given
  9746. 333.55 s [cursor-gen] treeCursorAppendNodeAndSelect
  9747. 333.55 s [cursor-gen] produces valids on valids [✔]
  9748. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9749. 333.55 s [cursor-gen] appends and select the element [‐]
  9750. 333.55 s [cursor-gen] # PENDING: No reason given
  9751. 333.55 s [cursor-gen] treeCursorAddChildAtPos
  9752. 333.55 s [cursor-gen] produces valid cursors [✔]
  9753. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9754. 333.55 s [cursor-gen] adds a tree at the given index in the children of the current node [‐]
  9755. 333.55 s [cursor-gen] # PENDING: No reason given
  9756. 333.55 s [cursor-gen] treeCursorAddChildAtStart
  9757. 333.55 s [cursor-gen] produces valid cursors [✔]
  9758. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9759. 333.55 s [cursor-gen] adds a tree at the start of the children of the current node [‐]
  9760. 333.55 s [cursor-gen] # PENDING: No reason given
  9761. 333.55 s [cursor-gen] treeCursorAddChildAtEnd
  9762. 333.55 s [cursor-gen] produces valid cursors [✔]
  9763. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9764. 333.55 s [cursor-gen] adds a tree at the end of the children of the current node [‐]
  9765. 333.55 s [cursor-gen] # PENDING: No reason given
  9766. 333.55 s [cursor-gen] treeCursorAddChildAtPosAndSelect
  9767. 333.55 s [cursor-gen] produces valid cursors [✔]
  9768. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9769. 333.55 s [cursor-gen] adds a tree at the given index in theAndSelect children of the current node [‐]
  9770. 333.55 s [cursor-gen] # PENDING: No reason given
  9771. 333.55 s [cursor-gen] treeCursorAddChildAtStartAndSelect
  9772. 333.55 s [cursor-gen] producesAndSelect valid cursors [✔]
  9773. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9774. 333.55 s [cursor-gen] adds a tree at the start of the children of the current node [‐]
  9775. 333.55 s [cursor-gen] # PENDING: No reason given
  9776. 333.55 s [cursor-gen] treeCursorAddChildAtEndAndSelect
  9777. 333.55 s [cursor-gen] produces valid cursors [✔]
  9778. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9779. 333.55 s [cursor-gen] adds a tree at the end of the children of the current node [‐]
  9780. 333.55 s [cursor-gen] # PENDING: No reason given
  9781. 333.55 s [cursor-gen] treeCursorAddChildNodeSingleAtPosAndSelect
  9782. 333.55 s [cursor-gen] produces valid cursors [✔]
  9783. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9784. 333.55 s [cursor-gen] treeCursorAddChildNodeSingleAtStartAndSelect
  9785. 333.55 s [cursor-gen] produces valid cursors [✔]
  9786. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9787. 333.55 s [cursor-gen] treeCursorAddChildNodeSingleAtEndAndSelect
  9788. 333.55 s [cursor-gen] produces valid cursors [✔]
  9789. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9790. 333.55 s [cursor-gen] treeCursorAddChildNodeAtPosAndSelect
  9791. 333.55 s [cursor-gen] produces valid cursors [✔]
  9792. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9793. 333.55 s [cursor-gen] treeCursorAddChildNodeAtStartAndSelect
  9794. 333.55 s [cursor-gen] produces valid cursors [✔]
  9795. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9796. 333.55 s [cursor-gen] works for this example [✔]
  9797. 333.55 s [cursor-gen] treeCursorAddChildNodeAtEndAndSelect
  9798. 333.55 s [cursor-gen] produces valid cursors [✔]
  9799. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9800. 333.55 s [cursor-gen] works for this example [✔]
  9801. 333.55 s [cursor-gen] Cursor.Simple.Tree.Movement
  9802. 333.55 s [cursor-gen] treeCursorSelection
  9803. 333.55 s [cursor-gen] produces valids on valids [✔]
  9804. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9805. 333.55 s [cursor-gen] treeCursorSelect
  9806. 333.55 s [cursor-gen] produces valids on valids [✔]
  9807. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9808. 333.55 s [cursor-gen] is identity with the current selection [✔]
  9809. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9810. 333.55 s [cursor-gen] treeCursorSelectPrevOnSameLevel
  9811. 333.55 s [cursor-gen] produces valids on valids [✔]
  9812. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9813. 333.55 s [cursor-gen] is a movement [✔]
  9814. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9815. 333.55 s [cursor-gen] selects the previous element [‐]
  9816. 333.55 s [cursor-gen] # PENDING: No reason given
  9817. 333.55 s [cursor-gen] after treeCursorSelectNextOnSameLevel is identity if they don't fail [✔]
  9818. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9819. 333.55 s [cursor-gen] treeCursorSelectNextOnSameLevel
  9820. 333.55 s [cursor-gen] produces valids on valids [✔]
  9821. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9822. 333.55 s [cursor-gen] is a movement [✔]
  9823. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9824. 333.55 s [cursor-gen] selects the next element [‐]
  9825. 333.55 s [cursor-gen] # PENDING: No reason given
  9826. 333.55 s [cursor-gen] after treeCursorSelectPrevOnSameLevel is identity if they don't fail [✔]
  9827. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9828. 333.55 s [cursor-gen] treeCursorSelectFirstOnSameLevel
  9829. 333.55 s [cursor-gen] produces valids on valids [✔]
  9830. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9831. 333.55 s [cursor-gen] is a movement [✔]
  9832. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9833. 333.55 s [cursor-gen] selects the previous element [‐]
  9834. 333.55 s [cursor-gen] # PENDING: No reason given
  9835. 333.55 s [cursor-gen] treeCursorSelectNextOnSameLevel
  9836. 333.55 s [cursor-gen] produces valids on valids [✔]
  9837. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9838. 333.55 s [cursor-gen] is a movement [✔]
  9839. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9840. 333.55 s [cursor-gen] selects the next element [‐]
  9841. 333.55 s [cursor-gen] # PENDING: No reason given
  9842. 333.55 s [cursor-gen] treeCursorSelectAbovePrev
  9843. 333.55 s [cursor-gen] produces valids on valids [✔]
  9844. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9845. 333.55 s [cursor-gen] is a movement [✔]
  9846. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9847. 333.55 s [cursor-gen] Works for this classic example [✔]
  9848. 333.55 s [cursor-gen] selects the previous element [‐]
  9849. 333.55 s [cursor-gen] # PENDING: No reason given
  9850. 333.55 s [cursor-gen] after treeCursorSelectAboveNext is identity if they don't fail [✔]
  9851. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9852. 333.55 s [cursor-gen] treeCursorSelectAboveNext
  9853. 333.55 s [cursor-gen] produces valids on valids [✔]
  9854. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9855. 333.55 s [cursor-gen] is a movement [✔]
  9856. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9857. 333.55 s [cursor-gen] Works for this classic example [✔]
  9858. 333.55 s [cursor-gen] selects the next element [‐]
  9859. 333.55 s [cursor-gen] # PENDING: No reason given
  9860. 333.55 s [cursor-gen] after treeCursorSelectAbovePrev is identity if they don't fail [✔]
  9861. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9862. 333.55 s [cursor-gen] treeCursorSelectPrev
  9863. 333.55 s [cursor-gen] produces valids on valids [✔]
  9864. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9865. 333.55 s [cursor-gen] is a movement [✔]
  9866. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9867. 333.55 s [cursor-gen] selects the previous element [‐]
  9868. 333.55 s [cursor-gen] # PENDING: No reason given
  9869. 333.55 s [cursor-gen] after treeCursorSelectNext is identity if they don't fail [✔]
  9870. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9871. 333.55 s [cursor-gen] treeCursorSelectNext
  9872. 333.55 s [cursor-gen] produces valids on valids [✔]
  9873. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9874. 333.55 s [cursor-gen] is a movement [✔]
  9875. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9876. 333.55 s [cursor-gen] selects the next element [‐]
  9877. 333.55 s [cursor-gen] # PENDING: No reason given
  9878. 333.55 s [cursor-gen] after treeCursorSelectPrev is identity if they don't fail [✔]
  9879. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9880. 333.55 s [cursor-gen] treeCursorSelectFirst
  9881. 333.55 s [cursor-gen] produces valids on valids [✔]
  9882. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9883. 333.55 s [cursor-gen] is a movement [✔]
  9884. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9885. 333.55 s [cursor-gen] selects the first element [‐]
  9886. 333.55 s [cursor-gen] # PENDING: No reason given
  9887. 333.55 s [cursor-gen] is idempotent [✔]
  9888. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9889. 333.55 s [cursor-gen] treeCursorSelectLast
  9890. 333.55 s [cursor-gen] produces valids on valids [✔]
  9891. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9892. 333.55 s [cursor-gen] is a movement [✔]
  9893. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9894. 333.55 s [cursor-gen] selects the last element [‐]
  9895. 333.55 s [cursor-gen] # PENDING: No reason given
  9896. 333.55 s [cursor-gen] is idempotent [✔]
  9897. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9898. 333.55 s [cursor-gen] treeCursorSelectAbove
  9899. 333.55 s [cursor-gen] produces valids on valids [✔]
  9900. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9901. 333.55 s [cursor-gen] is a movement [✔]
  9902. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9903. 333.55 s [cursor-gen] selects the element above [‐]
  9904. 333.55 s [cursor-gen] # PENDING: No reason given
  9905. 333.55 s [cursor-gen] after treeCursorSelectBelow is identity if they don't fail [✔]
  9906. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9907. 333.55 s [cursor-gen] treeCursorSelectBelowAtPos
  9908. 333.55 s [cursor-gen] produces valids on valids [✔]
  9909. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9910. 333.55 s [cursor-gen] is a movement [✔]
  9911. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9912. 333.55 s [cursor-gen] selects the element n-th below [‐]
  9913. 333.55 s [cursor-gen] # PENDING: No reason given
  9914. 333.55 s [cursor-gen] treeCursorSelectBelowAtStart
  9915. 333.55 s [cursor-gen] produces valids on valids [✔]
  9916. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9917. 333.55 s [cursor-gen] is a movement [✔]
  9918. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9919. 333.55 s [cursor-gen] selects the first child below [‐]
  9920. 333.55 s [cursor-gen] # PENDING: No reason given
  9921. 333.55 s [cursor-gen] treeCursorSelectBelowAtEnd
  9922. 333.55 s [cursor-gen] produces valids on valids [✔]
  9923. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9924. 333.55 s [cursor-gen] is a movement [✔]
  9925. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9926. 333.55 s [cursor-gen] selects the last child below [‐]
  9927. 333.55 s [cursor-gen] # PENDING: No reason given
  9928. 333.55 s [cursor-gen] treeCursorSelectBelowAtStartRecursively
  9929. 333.55 s [cursor-gen] produces valids on valids [✔]
  9930. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9931. 333.55 s [cursor-gen] is a movement [✔]
  9932. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9933. 333.55 s [cursor-gen] selects the first child below, recursively [‐]
  9934. 333.55 s [cursor-gen] # PENDING: No reason given
  9935. 333.55 s [cursor-gen] treeCursorSelectBelowAtEndRecursively
  9936. 333.55 s [cursor-gen] produces valids on valids [✔]
  9937. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9938. 333.55 s [cursor-gen] is a movement [✔]
  9939. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9940. 333.55 s [cursor-gen] selects the last child below, recursively [‐]
  9941. 333.55 s [cursor-gen] # PENDING: No reason given
  9942. 333.55 s [cursor-gen] Cursor.Simple.Tree.Promote
  9943. 333.55 s [cursor-gen] Functor PromoteElemResult
  9944. 333.55 s [cursor-gen] fmap :: (a -> b) -> PromoteElemResult a -> PromoteElemResult b
  9945. 333.55 s [cursor-gen] satisfies the first Fuctor law: 'fmap id == id' for "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
  9946. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9947. 333.55 s [cursor-gen] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "PromoteElemResult of ints :: (PromoteElemResult Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  9948. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9949. 333.55 s [cursor-gen] (<$) :: a -> PromoteElemResult b -> PromoteElemResult a
  9950. 333.55 s [cursor-gen] is equivalent to its default implementation for "int :: Int" and "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
  9951. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9952. 333.55 s [cursor-gen] Applicative PromoteElemResult
  9953. 333.55 s [cursor-gen] pure :: a -> PromoteElemResult a and (<*>) :: PromoteElemResult (a -> b) -> PromoteElemResult a -> PromoteElemResult b
  9954. 333.55 s [cursor-gen] satisfy the identity law: 'pure id <*> v = v' for "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
  9955. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9956. 333.55 s [cursor-gen] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "PromoteElemResult of scalings :: (PromoteElemResult (Int -> Int))" composed with "PromoteElemResult of increments :: (PromoteElemResult (Int -> Int))" and applied to "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
  9957. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9958. 333.55 s [cursor-gen] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
  9959. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9960. 333.55 s [cursor-gen] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "PromoteElemResult of increments :: (PromoteElemResult (Int -> Int))" sequenced with "int :: Int" [✔]
  9961. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9962. 333.55 s [cursor-gen] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
  9963. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9964. 333.55 s [cursor-gen] (*>) :: PromoteElemResult a -> PromoteElemResult b -> PromoteElemResult b
  9965. 333.55 s [cursor-gen] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "PromoteElemResult of ints :: (PromoteElemResult Int)" in front of "PromoteElemResult of ints :: Int" [✔]
  9966. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9967. 333.55 s [cursor-gen] (<*) :: PromoteElemResult a -> PromoteElemResult b -> PromoteElemResult a
  9968. 333.55 s [cursor-gen] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "PromoteElemResult of ints :: Int" behind "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
  9969. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9970. 333.55 s [cursor-gen] Monad PromoteElemResult
  9971. 333.55 s [cursor-gen] return :: a -> PromoteElemResult a and (>>=) :: PromoteElemResult a -> (b -> PromoteElemResult a) -> PromoteElemResult b
  9972. 333.55 s [cursor-gen] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> PromoteElemResult Int)" [✔]
  9973. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9974. 333.55 s [cursor-gen] satisfy the second Monad law: 'm >>= return = m' for "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
  9975. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9976. 333.55 s [cursor-gen] (>>=) :: PromoteElemResult a -> (b -> PromoteElemResult a) -> PromoteElemResult b
  9977. 333.55 s [cursor-gen] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "PromoteElemResult of ints :: (PromoteElemResult Int)" "perturbations using the int :: (Int -> PromoteElemResult Int)" and "perturbations using the double the int :: (Int -> PromoteElemResult Int)" [✔]
  9978. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9979. 333.55 s [cursor-gen] relation with Applicative PromoteElemResult
  9980. 333.55 s [cursor-gen] satisfies 'pure = return' for "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
  9981. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9982. 333.55 s [cursor-gen] satisfies '(<*>) = ap' for "PromoteElemResult of additions :: (PromoteElemResult (Int -> Int))" and "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
  9983. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9984. 333.55 s [cursor-gen] satisfies '(>>) = (*>)' for "PromoteElemResult of ints :: (PromoteElemResult Int)" and "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
  9985. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9986. 333.55 s [cursor-gen] relation with Functor PromoteElemResult
  9987. 333.55 s [cursor-gen] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "PromoteElemResult of ints :: (PromoteElemResult Int)" [✔]
  9988. 333.55 s [cursor-gen] +++ OK, passed 100 tests.
  9989. 333.55 s [cursor-gen] treeCursorPromoteElem
  9990. 333.55 s [cursor-gen] produces valids on valids [✔]
  9991. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  9992. 333.56 s [cursor-gen] Works on the example from the docs [✔]
  9993. 333.56 s [cursor-gen] promotes the current node to the level of its parent [‐]
  9994. 333.56 s [cursor-gen] # PENDING: No reason given
  9995. 333.56 s [cursor-gen] Functor PromoteResult
  9996. 333.56 s [cursor-gen] fmap :: (a -> b) -> PromoteResult a -> PromoteResult b
  9997. 333.56 s [cursor-gen] satisfies the first Fuctor law: 'fmap id == id' for "PromoteResult of ints :: (PromoteResult Int)" [✔]
  9998. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  9999. 333.56 s [cursor-gen] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "PromoteResult of ints :: (PromoteResult Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  10000. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10001. 333.56 s [cursor-gen] (<$) :: a -> PromoteResult b -> PromoteResult a
  10002. 333.56 s [cursor-gen] is equivalent to its default implementation for "int :: Int" and "PromoteResult of ints :: (PromoteResult Int)" [✔]
  10003. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10004. 333.56 s [cursor-gen] Applicative PromoteResult
  10005. 333.56 s [cursor-gen] pure :: a -> PromoteResult a and (<*>) :: PromoteResult (a -> b) -> PromoteResult a -> PromoteResult b
  10006. 333.56 s [cursor-gen] satisfy the identity law: 'pure id <*> v = v' for "PromoteResult of ints :: (PromoteResult Int)" [✔]
  10007. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10008. 333.56 s [cursor-gen] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "PromoteResult of scalings :: (PromoteResult (Int -> Int))" composed with "PromoteResult of increments :: (PromoteResult (Int -> Int))" and applied to "PromoteResult of ints :: (PromoteResult Int)" [✔]
  10009. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10010. 333.56 s [cursor-gen] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" [✔]
  10011. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10012. 333.56 s [cursor-gen] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "PromoteResult of increments :: (PromoteResult (Int -> Int))" sequenced with "int :: Int" [✔]
  10013. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10014. 333.56 s [cursor-gen] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "PromoteResult of ints :: (PromoteResult Int)" [✔]
  10015. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10016. 333.56 s [cursor-gen] (*>) :: PromoteResult a -> PromoteResult b -> PromoteResult b
  10017. 333.56 s [cursor-gen] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "PromoteResult of ints :: (PromoteResult Int)" in front of "PromoteResult of ints :: Int" [✔]
  10018. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10019. 333.56 s [cursor-gen] (<*) :: PromoteResult a -> PromoteResult b -> PromoteResult a
  10020. 333.56 s [cursor-gen] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "PromoteResult of ints :: Int" behind "PromoteResult of ints :: (PromoteResult Int)" [✔]
  10021. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10022. 333.56 s [cursor-gen] Monad PromoteResult
  10023. 333.56 s [cursor-gen] return :: a -> PromoteResult a and (>>=) :: PromoteResult a -> (b -> PromoteResult a) -> PromoteResult b
  10024. 333.56 s [cursor-gen] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> PromoteResult Int)" [✔]
  10025. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10026. 333.56 s [cursor-gen] satisfy the second Monad law: 'm >>= return = m' for "PromoteResult of ints :: (PromoteResult Int)" [✔]
  10027. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10028. 333.56 s [cursor-gen] (>>=) :: PromoteResult a -> (b -> PromoteResult a) -> PromoteResult b
  10029. 333.56 s [cursor-gen] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "PromoteResult of ints :: (PromoteResult Int)" "perturbations using the int :: (Int -> PromoteResult Int)" and "perturbations using the double the int :: (Int -> PromoteResult Int)" [✔]
  10030. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10031. 333.56 s [cursor-gen] relation with Applicative PromoteResult
  10032. 333.56 s [cursor-gen] satisfies 'pure = return' for "PromoteResult of ints :: (PromoteResult Int)" [✔]
  10033. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10034. 333.56 s [cursor-gen] satisfies '(<*>) = ap' for "PromoteResult of additions :: (PromoteResult (Int -> Int))" and "PromoteResult of ints :: (PromoteResult Int)" [✔]
  10035. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10036. 333.56 s [cursor-gen] satisfies '(>>) = (*>)' for "PromoteResult of ints :: (PromoteResult Int)" and "PromoteResult of ints :: (PromoteResult Int)" [✔]
  10037. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10038. 333.56 s [cursor-gen] relation with Functor PromoteResult
  10039. 333.56 s [cursor-gen] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "PromoteResult of ints :: (PromoteResult Int)" [✔]
  10040. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10041. 333.56 s [cursor-gen] treeCursorPromoteSubTree
  10042. 333.56 s [cursor-gen] produces valids on valids [✔]
  10043. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10044. 333.56 s [cursor-gen] Works on the example from the docs [✔]
  10045. 333.56 s [cursor-gen] promotes the current subtree to the level of its parent [‐]
  10046. 333.56 s [cursor-gen] # PENDING: No reason given
  10047. 333.56 s [cursor-gen] Cursor.Simple.Tree.Swap
  10048. 333.56 s [cursor-gen] Functor SwapResult
  10049. 333.56 s [cursor-gen] fmap :: (a -> b) -> SwapResult a -> SwapResult b
  10050. 333.56 s [cursor-gen] satisfies the first Fuctor law: 'fmap id == id' for "SwapResult of ints :: (SwapResult Int)" [✔]
  10051. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10052. 333.56 s [cursor-gen] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "SwapResult of ints :: (SwapResult Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" [✔]
  10053. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10054. 333.56 s [cursor-gen] (<$) :: a -> SwapResult b -> SwapResult a
  10055. 333.56 s [cursor-gen] is equivalent to its default implementation for "int :: Int" and "SwapResult of ints :: (SwapResult Int)" [✔]
  10056. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10057. 333.56 s [cursor-gen] treeCursorSwapPrev
  10058. 333.56 s [cursor-gen] produces valids on valids [✔]
  10059. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10060. 333.56 s [cursor-gen] works on the example from the docs [✔]
  10061. 333.56 s [cursor-gen] reverts treeCursorSwapNext [✔]
  10062. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10063. 333.56 s [cursor-gen] swaps the current node with the previous node [‐]
  10064. 333.56 s [cursor-gen] # PENDING: No reason given
  10065. 333.56 s [cursor-gen] treeCursorSwapNext
  10066. 333.56 s [cursor-gen] produces valids on valids [✔]
  10067. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10068. 333.56 s [cursor-gen] works on the example from the docs [✔]
  10069. 333.56 s [cursor-gen] reverts treeCursorSwapNext [✔]
  10070. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10071. 333.56 s [cursor-gen] swaps the current node with the next node [‐]
  10072. 333.56 s [cursor-gen] # PENDING: No reason given
  10073. 333.56 s [cursor-gen] Cursor.Text
  10074. 333.56 s [cursor-gen] Eq TextCursor
  10075. 333.56 s [cursor-gen] (==) :: TextCursor -> TextCursor -> Bool
  10076. 333.56 s [cursor-gen] is reflexive for "valid TextCursor"s [✔]
  10077. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10078. 333.56 s [cursor-gen] is symmetric for "valid TextCursor"s [✔]
  10079. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10080. 333.56 s [cursor-gen] is transitive for "valid TextCursor"s [✔]
  10081. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10082. 333.56 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid TextCursor"s [✔]
  10083. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10084. 333.56 s [cursor-gen] (/=) :: TextCursor -> TextCursor -> Bool
  10085. 333.56 s [cursor-gen] is antireflexive for "valid TextCursor"s [✔]
  10086. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10087. 333.56 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid TextCursor"s [✔]
  10088. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10089. 333.56 s [cursor-gen] GenValid TextCursor
  10090. 333.56 s [cursor-gen] genValid :: Gen TextCursor
  10091. 333.56 s [cursor-gen] only generates valid 'TextCursor's [✔]
  10092. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10093. 333.56 s [cursor-gen] Validity TextCursor
  10094. 333.56 s [cursor-gen] considers a text cursor with a newline in the previous characters invalid [✔]
  10095. 333.56 s [cursor-gen] considers a text cursor with a newline in the next characters invalid [✔]
  10096. 333.56 s [cursor-gen] considers a text cursor with an unsafe character in the previous characters invalid [✔]
  10097. 333.56 s [cursor-gen] considers a text cursor with an unsafe character in the next characters invalid [✔]
  10098. 333.56 s [cursor-gen] emptyTextCursor
  10099. 333.56 s [cursor-gen] is valid [✔]
  10100. 333.56 s [cursor-gen] makeTextCursor
  10101. 333.56 s [cursor-gen] produces valid list cursors [✔]
  10102. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10103. 333.56 s [cursor-gen] makeTextCursorWithSelection
  10104. 333.56 s [cursor-gen] produces valid list cursors [✔]
  10105. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10106. 333.56 s [cursor-gen] rebuildTextCursor
  10107. 333.56 s [cursor-gen] produces valid lists [✔]
  10108. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10109. 333.56 s [cursor-gen] is the inverse of makeTextCursor [✔]
  10110. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10111. 333.56 s [cursor-gen] is the inverse of makeTextCursorWithSelection for any index [✔]
  10112. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10113. 333.56 s [cursor-gen] textCursorNull
  10114. 333.56 s [cursor-gen] produces valid bools [✔]
  10115. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10116. 333.56 s [cursor-gen] textCursorLength
  10117. 333.56 s [cursor-gen] produces valid ints [✔]
  10118. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10119. 333.56 s [cursor-gen] textCursorIndex
  10120. 333.56 s [cursor-gen] produces valid indices [✔]
  10121. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10122. 333.56 s [cursor-gen] textCursorSelectPrev
  10123. 333.56 s [cursor-gen] produces valid cursors [✔]
  10124. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10125. 333.56 s [cursor-gen] is a movement [✔]
  10126. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10127. 333.56 s [cursor-gen] selects the previous position [‐]
  10128. 333.56 s [cursor-gen] # PENDING: No reason given
  10129. 333.56 s [cursor-gen] textCursorSelectNext
  10130. 333.56 s [cursor-gen] produces valid cursors [✔]
  10131. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10132. 333.56 s [cursor-gen] is a movement [✔]
  10133. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10134. 333.56 s [cursor-gen] selects the next position [‐]
  10135. 333.56 s [cursor-gen] # PENDING: No reason given
  10136. 333.56 s [cursor-gen] textCursorSelectIndex
  10137. 333.56 s [cursor-gen] produces valid cursors [✔]
  10138. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10139. 333.56 s [cursor-gen] is a movement [✔]
  10140. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10141. 333.56 s [cursor-gen] selects the position at the given index [‐]
  10142. 333.56 s [cursor-gen] # PENDING: No reason given
  10143. 333.56 s [cursor-gen] produces a cursor that has the given selection for valid selections in the cursor [✔]
  10144. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10145. 333.56 s [cursor-gen] textCursorSelectStart
  10146. 333.56 s [cursor-gen] produces valid cursors [✔]
  10147. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10148. 333.56 s [cursor-gen] is a movement [✔]
  10149. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10150. 333.56 s [cursor-gen] is idempotent [✔]
  10151. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10152. 333.56 s [cursor-gen] selects the starting position [‐]
  10153. 333.56 s [cursor-gen] # PENDING: No reason given
  10154. 333.56 s [cursor-gen] textCursorSelectEnd
  10155. 333.56 s [cursor-gen] produces valid cursors [✔]
  10156. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10157. 333.56 s [cursor-gen] is a movement [✔]
  10158. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10159. 333.56 s [cursor-gen] is idempotent [✔]
  10160. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10161. 333.56 s [cursor-gen] selects the end position [‐]
  10162. 333.56 s [cursor-gen] # PENDING: No reason given
  10163. 333.56 s [cursor-gen] textCursorPrevChar
  10164. 333.56 s [cursor-gen] produces valid items [✔]
  10165. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10166. 333.56 s [cursor-gen] returns the item before the position [‐]
  10167. 333.56 s [cursor-gen] # PENDING: No reason given
  10168. 333.56 s [cursor-gen] textCursorNextChar
  10169. 333.56 s [cursor-gen] produces valid items [✔]
  10170. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10171. 333.56 s [cursor-gen] returns the item after the position [‐]
  10172. 333.56 s [cursor-gen] # PENDING: No reason given
  10173. 333.56 s [cursor-gen] textCursorSelectBeginWord
  10174. 333.56 s [cursor-gen] produces valid items [✔]
  10175. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10176. 333.56 s [cursor-gen] is a movement [✔]
  10177. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10178. 333.56 s [cursor-gen] is idempotent [✔]
  10179. 333.56 s [cursor-gen] +++ OK, passed 100 tests (90% non trivial).
  10180. 333.56 s [cursor-gen] works for this example [✔]
  10181. 333.56 s [cursor-gen] works for this example [✔]
  10182. 333.56 s [cursor-gen] works for this example [✔]
  10183. 333.56 s [cursor-gen] works for this example [✔]
  10184. 333.56 s [cursor-gen] textCursorSelectEndWord
  10185. 333.56 s [cursor-gen] produces valid items [✔]
  10186. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10187. 333.56 s [cursor-gen] is a movement [✔]
  10188. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10189. 333.56 s [cursor-gen] is idempotent [✔]
  10190. 333.56 s [cursor-gen] +++ OK, passed 100 tests (90% non trivial).
  10191. 333.56 s [cursor-gen] works for this example [✔]
  10192. 333.56 s [cursor-gen] works for this example [✔]
  10193. 333.56 s [cursor-gen] works for this example [✔]
  10194. 333.56 s [cursor-gen] works for this example [✔]
  10195. 333.56 s [cursor-gen] textCursorSelectNextWord
  10196. 333.56 s [cursor-gen] produces valid items [✔]
  10197. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10198. 333.56 s [cursor-gen] is a movement [✔]
  10199. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10200. 333.56 s [cursor-gen] works for this example [✔]
  10201. 333.56 s [cursor-gen] works for this example [✔]
  10202. 333.56 s [cursor-gen] works for this example [✔]
  10203. 333.56 s [cursor-gen] works for this example [✔]
  10204. 333.56 s [cursor-gen] goes to the end of the cursor [✔]
  10205. 333.56 s [cursor-gen] chooses the next word correctly [✔]
  10206. 333.56 s [cursor-gen] textCursorSelectPrevWord
  10207. 333.56 s [cursor-gen] produces valid items [✔]
  10208. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10209. 333.56 s [cursor-gen] is a movement [✔]
  10210. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10211. 333.56 s [cursor-gen] works for this example [✔]
  10212. 333.56 s [cursor-gen] works for this example [✔]
  10213. 333.56 s [cursor-gen] works for this example [✔]
  10214. 333.56 s [cursor-gen] works for this example [✔]
  10215. 333.56 s [cursor-gen] goes to the beginning of the cursor [✔]
  10216. 333.56 s [cursor-gen] chooses the previous word correctly [✔]
  10217. 333.56 s [cursor-gen] textCursorInsert
  10218. 333.56 s [cursor-gen] produces valids [✔]
  10219. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10220. 333.56 s [cursor-gen] inserts an item before the cursor [‐]
  10221. 333.56 s [cursor-gen] # PENDING: No reason given
  10222. 333.56 s [cursor-gen] textCursorAppend
  10223. 333.56 s [cursor-gen] produces valids [✔]
  10224. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10225. 333.56 s [cursor-gen] inserts an item after the cursor [‐]
  10226. 333.56 s [cursor-gen] # PENDING: No reason given
  10227. 333.56 s [cursor-gen] textCursorInsertString
  10228. 333.56 s [cursor-gen] produces valids [✔]
  10229. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10230. 333.56 s [cursor-gen] works for this example [✔]
  10231. 333.56 s [cursor-gen] textCursorAppendString
  10232. 333.56 s [cursor-gen] produces valids [✔]
  10233. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10234. 333.56 s [cursor-gen] textCursorInsertText
  10235. 333.56 s [cursor-gen] produces valids [✔]
  10236. 333.56 s [cursor-gen] +++ OK, passed 100 tests.
  10237. 333.56 s [cursor-gen] textCursorAppendText
  10238. 333.56 s [cursor-gen] produces valids [✔]
  10239. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10240. 333.57 s [cursor-gen] textCursorRemove
  10241. 333.57 s [cursor-gen] produces valids [✔]
  10242. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10243. 333.57 s [cursor-gen] removes an item before the cursor [‐]
  10244. 333.57 s [cursor-gen] # PENDING: No reason given
  10245. 333.57 s [cursor-gen] textCursorDelete
  10246. 333.57 s [cursor-gen] produces valids [✔]
  10247. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10248. 333.57 s [cursor-gen] removes an item before the cursor [‐]
  10249. 333.57 s [cursor-gen] # PENDING: No reason given
  10250. 333.57 s [cursor-gen] textCursorSplit
  10251. 333.57 s [cursor-gen] produces valids [✔]
  10252. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10253. 333.57 s [cursor-gen] produces two list cursors that rebuild to the rebuilding of the original [✔]
  10254. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10255. 333.57 s [cursor-gen] textCursorCombine
  10256. 333.57 s [cursor-gen] produces valids [✔]
  10257. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10258. 333.57 s [cursor-gen] produces a list that rebuilds to the rebuilding of the original two cursors [✔]
  10259. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10260. 333.57 s [cursor-gen] Cursor.TextField
  10261. 333.57 s [cursor-gen] Eq TextFieldCursor
  10262. 333.57 s [cursor-gen] (==) :: TextFieldCursor -> TextFieldCursor -> Bool
  10263. 333.57 s [cursor-gen] is reflexive for "valid TextFieldCursor"s [✔]
  10264. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10265. 333.57 s [cursor-gen] is symmetric for "valid TextFieldCursor"s [✔]
  10266. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10267. 333.57 s [cursor-gen] is transitive for "valid TextFieldCursor"s [✔]
  10268. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10269. 333.57 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid TextFieldCursor"s [✔]
  10270. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10271. 333.57 s [cursor-gen] (/=) :: TextFieldCursor -> TextFieldCursor -> Bool
  10272. 333.57 s [cursor-gen] is antireflexive for "valid TextFieldCursor"s [✔]
  10273. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10274. 333.57 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid TextFieldCursor"s [✔]
  10275. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10276. 333.57 s [cursor-gen] GenValid TextFieldCursor
  10277. 333.57 s [cursor-gen] genValid :: Gen TextFieldCursor
  10278. 333.57 s [cursor-gen] only generates valid 'TextFieldCursor's [✔]
  10279. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10280. 333.57 s [cursor-gen] Validity TextFieldCursor
  10281. 333.57 s [cursor-gen] consider a textfield with a newline in the previous lines invalid [✔]
  10282. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10283. 333.57 s [cursor-gen] consider a textfield with a newline in the next lines invalid [✔]
  10284. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10285. 333.57 s [cursor-gen] makeTextFieldCursor
  10286. 333.57 s [cursor-gen] produces a valid cursor for "\n" [✔]
  10287. 333.57 s [cursor-gen] produces a valid cursor for "\n\n" [✔]
  10288. 333.57 s [cursor-gen] produces valid cursors [✔]
  10289. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10290. 333.57 s [cursor-gen] makeTextFieldCursorWithSelection
  10291. 333.57 s [cursor-gen] produces a valid cursor for "\n" [✔]
  10292. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10293. 333.57 s [cursor-gen] produces a valid cursor for "\n\n" [✔]
  10294. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10295. 333.57 s [cursor-gen] produces valid cursors [✔]
  10296. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10297. 333.57 s [cursor-gen] is the inverse of rebuildTextFieldCursor when using the current selection [✔]
  10298. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10299. 333.57 s [cursor-gen] rebuildTextFieldCursorLines
  10300. 333.57 s [cursor-gen] produces valid lists [✔]
  10301. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10302. 333.57 s [cursor-gen] produces texts without newlines [✔]
  10303. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10304. 333.57 s [cursor-gen] rebuildTextFieldCursor
  10305. 333.57 s [cursor-gen] produces valid texts [✔]
  10306. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10307. 333.57 s [cursor-gen] is the inverse of makeTextFieldCursor [✔]
  10308. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10309. 333.57 s [cursor-gen] is the inverse of makeTextFieldCursorWithSelection for integers, for any index [✔]
  10310. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10311. 333.57 s [cursor-gen] textFieldCursorSelection
  10312. 333.57 s [cursor-gen] produces valid tuples [✔]
  10313. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10314. 333.57 s [cursor-gen] emptyTextFieldCursor
  10315. 333.57 s [cursor-gen] is valid [✔]
  10316. 333.57 s [cursor-gen] nullTextFieldCursor
  10317. 333.57 s [cursor-gen] produces valid [✔]
  10318. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10319. 333.57 s [cursor-gen] textFieldCursorSelectPrevLine
  10320. 333.57 s [cursor-gen] produces valid cursors [✔]
  10321. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10322. 333.57 s [cursor-gen] is a movement [✔]
  10323. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10324. 333.57 s [cursor-gen] selects the previous line [‐]
  10325. 333.57 s [cursor-gen] # PENDING: No reason given
  10326. 333.57 s [cursor-gen] textFieldCursorSelectNextLine
  10327. 333.57 s [cursor-gen] produces valid cursors [✔]
  10328. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10329. 333.57 s [cursor-gen] is a movement [✔]
  10330. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10331. 333.57 s [cursor-gen] selects the next line [‐]
  10332. 333.57 s [cursor-gen] # PENDING: No reason given
  10333. 333.57 s [cursor-gen] textFieldCursorSelectFirstLine
  10334. 333.57 s [cursor-gen] produces valid cursors [✔]
  10335. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10336. 333.57 s [cursor-gen] is a movement [✔]
  10337. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10338. 333.57 s [cursor-gen] is idempotent [✔]
  10339. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10340. 333.57 s [cursor-gen] selects the first line [‐]
  10341. 333.57 s [cursor-gen] # PENDING: No reason given
  10342. 333.57 s [cursor-gen] textFieldCursorSelectLastLine
  10343. 333.57 s [cursor-gen] produces valid cursors [✔]
  10344. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10345. 333.57 s [cursor-gen] is a movement [✔]
  10346. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10347. 333.57 s [cursor-gen] is idempotent [✔]
  10348. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10349. 333.57 s [cursor-gen] selects the last line [‐]
  10350. 333.57 s [cursor-gen] # PENDING: No reason given
  10351. 333.57 s [cursor-gen] textFieldCursorSelectPrevChar
  10352. 333.57 s [cursor-gen] produces valid cursors [✔]
  10353. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10354. 333.57 s [cursor-gen] selects the previous character on the current line [‐]
  10355. 333.57 s [cursor-gen] # PENDING: No reason given
  10356. 333.57 s [cursor-gen] textFieldCursorSelectNextChar
  10357. 333.57 s [cursor-gen] produces valid cursors [✔]
  10358. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10359. 333.57 s [cursor-gen] selects the previous character on the current line [‐]
  10360. 333.57 s [cursor-gen] # PENDING: No reason given
  10361. 333.57 s [cursor-gen] textFieldCursorSelectBeginWord
  10362. 333.57 s [cursor-gen] produces valid cursors [✔]
  10363. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10364. 333.57 s [cursor-gen] textFieldCursorSelectEndWord
  10365. 333.57 s [cursor-gen] produces valid cursors [✔]
  10366. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10367. 333.57 s [cursor-gen] textFieldCursorSelectPrevWord
  10368. 333.57 s [cursor-gen] produces valid cursors [✔]
  10369. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10370. 333.57 s [cursor-gen] textFieldCursorSelectNextWord
  10371. 333.57 s [cursor-gen] produces valid cursors [✔]
  10372. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10373. 333.57 s [cursor-gen] textFieldCursorIndexOnLine
  10374. 333.57 s [cursor-gen] produces valid indices [✔]
  10375. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10376. 333.57 s [cursor-gen] returns the index on the current line [‐]
  10377. 333.57 s [cursor-gen] # PENDING: No reason given
  10378. 333.57 s [cursor-gen] textFieldCursorSelectIndexOnLine
  10379. 333.57 s [cursor-gen] produces valid cursors for any index [✔]
  10380. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10381. 333.57 s [cursor-gen] selects the given index on the current line [‐]
  10382. 333.57 s [cursor-gen] # PENDING: No reason given
  10383. 333.57 s [cursor-gen] textFieldCursorInsertChar
  10384. 333.57 s [cursor-gen] produces valid cursors [✔]
  10385. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10386. 333.57 s [cursor-gen] inserts a character before the cursor on the current line [‐]
  10387. 333.57 s [cursor-gen] # PENDING: No reason given
  10388. 333.57 s [cursor-gen] textFieldCursorAppendChar
  10389. 333.57 s [cursor-gen] produces valid cursors [✔]
  10390. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10391. 333.57 s [cursor-gen] inserts a character after the cursor on the currrent line [‐]
  10392. 333.57 s [cursor-gen] # PENDING: No reason given
  10393. 333.57 s [cursor-gen] textFieldCursorInsertNewline
  10394. 333.57 s [cursor-gen] produces valid cursors [✔]
  10395. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10396. 333.57 s [cursor-gen] inserts a new line [‐]
  10397. 333.57 s [cursor-gen] # PENDING: No reason given
  10398. 333.57 s [cursor-gen] textFieldCursorAppendNewline
  10399. 333.57 s [cursor-gen] produces valid cursors [✔]
  10400. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10401. 333.57 s [cursor-gen] textFieldCursorRemove
  10402. 333.57 s [cursor-gen] produces valid cursors [✔]
  10403. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10404. 333.57 s [cursor-gen] removes empty text field cursor [✔]
  10405. 333.57 s [cursor-gen] removes a character or a line [‐]
  10406. 333.57 s [cursor-gen] # PENDING: No reason given
  10407. 333.57 s [cursor-gen] textFieldCursorDelete
  10408. 333.57 s [cursor-gen] produces valid cursors [✔]
  10409. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10410. 333.57 s [cursor-gen] removes empty text field cursor [✔]
  10411. 333.57 s [cursor-gen] deletes a character or a line [‐]
  10412. 333.57 s [cursor-gen] # PENDING: No reason given
  10413. 333.57 s [cursor-gen] textFieldCursorSelectStartOfLine
  10414. 333.57 s [cursor-gen] produces valid cursors [✔]
  10415. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10416. 333.57 s [cursor-gen] selects the start of the current line [‐]
  10417. 333.57 s [cursor-gen] # PENDING: No reason given
  10418. 333.57 s [cursor-gen] textFieldCursorSelectEndOfLine
  10419. 333.57 s [cursor-gen] produces valid cursors [✔]
  10420. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10421. 333.57 s [cursor-gen] selects the end of the current line [‐]
  10422. 333.57 s [cursor-gen] # PENDING: No reason given
  10423. 333.57 s [cursor-gen] Cursor.Tree.Types
  10424. 333.57 s [cursor-gen] Eq TreeCursorSelection
  10425. 333.57 s [cursor-gen] (==) :: TreeCursorSelection -> TreeCursorSelection -> Bool
  10426. 333.57 s [cursor-gen] is reflexive for "valid TreeCursorSelection"s [✔]
  10427. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10428. 333.57 s [cursor-gen] is symmetric for "valid TreeCursorSelection"s [✔]
  10429. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10430. 333.57 s [cursor-gen] is transitive for "valid TreeCursorSelection"s [✔]
  10431. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10432. 333.57 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid TreeCursorSelection"s [✔]
  10433. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10434. 333.57 s [cursor-gen] (/=) :: TreeCursorSelection -> TreeCursorSelection -> Bool
  10435. 333.57 s [cursor-gen] is antireflexive for "valid TreeCursorSelection"s [✔]
  10436. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10437. 333.57 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid TreeCursorSelection"s [✔]
  10438. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10439. 333.57 s [cursor-gen] GenValid TreeCursorSelection
  10440. 333.57 s [cursor-gen] genValid :: Gen TreeCursorSelection
  10441. 333.57 s [cursor-gen] only generates valid 'TreeCursorSelection's [✔]
  10442. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10443. 333.57 s [cursor-gen] shrinkValid :: (TreeCursorSelection -> [TreeCursorSelection])
  10444. 333.57 s [cursor-gen] preserves validity for the first 10 elements [✔]
  10445. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10446. 333.57 s [cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
  10447. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10448. 333.57 s [cursor-gen] Eq (SwapResult Bool)
  10449. 333.57 s [cursor-gen] (==) :: (SwapResult Bool) -> (SwapResult Bool) -> Bool
  10450. 333.57 s [cursor-gen] is reflexive for "valid (SwapResult Bool)"s [✔]
  10451. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10452. 333.57 s [cursor-gen] is symmetric for "valid (SwapResult Bool)"s [✔]
  10453. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10454. 333.57 s [cursor-gen] is transitive for "valid (SwapResult Bool)"s [✔]
  10455. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10456. 333.57 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (SwapResult Bool)"s [✔]
  10457. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10458. 333.57 s [cursor-gen] (/=) :: (SwapResult Bool) -> (SwapResult Bool) -> Bool
  10459. 333.57 s [cursor-gen] is antireflexive for "valid (SwapResult Bool)"s [✔]
  10460. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10461. 333.57 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (SwapResult Bool)"s [✔]
  10462. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10463. 333.57 s [cursor-gen] GenValid (SwapResult Bool)
  10464. 333.57 s [cursor-gen] genValid :: Gen (SwapResult Bool)
  10465. 333.57 s [cursor-gen] only generates valid '(SwapResult Bool)'s [✔]
  10466. 333.57 s [cursor-gen] +++ OK, passed 100 tests.
  10467. 333.57 s [cursor-gen] shrinkValid :: (SwapResult Bool -> [SwapResult Bool])
  10468. 333.57 s [cursor-gen] preserves validity for the first 10 elements [✔]
  10469. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10470. 333.58 s [cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
  10471. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10472. 333.58 s [cursor-gen] Eq (PromoteElemResult Bool)
  10473. 333.58 s [cursor-gen] (==) :: (PromoteElemResult Bool) -> (PromoteElemResult Bool) -> Bool
  10474. 333.58 s [cursor-gen] is reflexive for "valid (PromoteElemResult Bool)"s [✔]
  10475. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10476. 333.58 s [cursor-gen] is symmetric for "valid (PromoteElemResult Bool)"s [✔]
  10477. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10478. 333.58 s [cursor-gen] is transitive for "valid (PromoteElemResult Bool)"s [✔]
  10479. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10480. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (PromoteElemResult Bool)"s [✔]
  10481. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10482. 333.58 s [cursor-gen] (/=) :: (PromoteElemResult Bool) -> (PromoteElemResult Bool) -> Bool
  10483. 333.58 s [cursor-gen] is antireflexive for "valid (PromoteElemResult Bool)"s [✔]
  10484. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10485. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (PromoteElemResult Bool)"s [✔]
  10486. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10487. 333.58 s [cursor-gen] GenValid (PromoteElemResult Bool)
  10488. 333.58 s [cursor-gen] genValid :: Gen (PromoteElemResult Bool)
  10489. 333.58 s [cursor-gen] only generates valid '(PromoteElemResult Bool)'s [✔]
  10490. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10491. 333.58 s [cursor-gen] shrinkValid :: (PromoteElemResult Bool -> [PromoteElemResult Bool])
  10492. 333.58 s [cursor-gen] preserves validity for the first 10 elements [✔]
  10493. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10494. 333.58 s [cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
  10495. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10496. 333.58 s [cursor-gen] Eq (PromoteResult Bool)
  10497. 333.58 s [cursor-gen] (==) :: (PromoteResult Bool) -> (PromoteResult Bool) -> Bool
  10498. 333.58 s [cursor-gen] is reflexive for "valid (PromoteResult Bool)"s [✔]
  10499. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10500. 333.58 s [cursor-gen] is symmetric for "valid (PromoteResult Bool)"s [✔]
  10501. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10502. 333.58 s [cursor-gen] is transitive for "valid (PromoteResult Bool)"s [✔]
  10503. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10504. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (PromoteResult Bool)"s [✔]
  10505. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10506. 333.58 s [cursor-gen] (/=) :: (PromoteResult Bool) -> (PromoteResult Bool) -> Bool
  10507. 333.58 s [cursor-gen] is antireflexive for "valid (PromoteResult Bool)"s [✔]
  10508. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10509. 333.58 s [validity-case-insensitive] Phase: buildPhase
  10510. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (PromoteResult Bool)"s [✔]
  10511. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10512. 333.58 s [cursor-gen] GenValid (PromoteResult Bool)
  10513. 333.58 s [cursor-gen] genValid :: Gen (PromoteResult Bool)
  10514. 333.58 s [cursor-gen] only generates valid '(PromoteResult Bool)'s [✔]
  10515. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10516. 333.58 s [cursor-gen] shrinkValid :: (PromoteResult Bool -> [PromoteResult Bool])
  10517. 333.58 s [cursor-gen] preserves validity for the first 10 elements [✔]
  10518. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10519. 333.58 s [cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
  10520. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10521. 333.58 s [cursor-gen] Eq (DemoteResult Bool)
  10522. 333.58 s [cursor-gen] (==) :: (DemoteResult Bool) -> (DemoteResult Bool) -> Bool
  10523. 333.58 s [cursor-gen] is reflexive for "valid (DemoteResult Bool)"s [✔]
  10524. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10525. 333.58 s [cursor-gen] is symmetric for "valid (DemoteResult Bool)"s [✔]
  10526. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10527. 333.58 s [cursor-gen] is transitive for "valid (DemoteResult Bool)"s [✔]
  10528. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10529. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (DemoteResult Bool)"s [✔]
  10530. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10531. 333.58 s [cursor-gen] (/=) :: (DemoteResult Bool) -> (DemoteResult Bool) -> Bool
  10532. 333.58 s [cursor-gen] is antireflexive for "valid (DemoteResult Bool)"s [✔]
  10533. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10534. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (DemoteResult Bool)"s [✔]
  10535. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10536. 333.58 s [cursor-gen] GenValid (DemoteResult Bool)
  10537. 333.58 s [cursor-gen] genValid :: Gen (DemoteResult Bool)
  10538. 333.58 s [cursor-gen] only generates valid '(DemoteResult Bool)'s [✔]
  10539. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10540. 333.58 s [cursor-gen] shrinkValid :: (DemoteResult Bool -> [DemoteResult Bool])
  10541. 333.58 s [cursor-gen] preserves validity for the first 10 elements [✔]
  10542. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10543. 333.58 s [cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
  10544. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10545. 333.58 s [cursor-gen] Eq (CTree Bool)
  10546. 333.58 s [cursor-gen] (==) :: (CTree Bool) -> (CTree Bool) -> Bool
  10547. 333.58 s [cursor-gen] is reflexive for "valid (CTree Bool)"s [✔]
  10548. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10549. 333.58 s [cursor-gen] is symmetric for "valid (CTree Bool)"s [✔]
  10550. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10551. 333.58 s [cursor-gen] is transitive for "valid (CTree Bool)"s [✔]
  10552. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10553. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (CTree Bool)"s [✔]
  10554. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10555. 333.58 s [cursor-gen] (/=) :: (CTree Bool) -> (CTree Bool) -> Bool
  10556. 333.58 s [cursor-gen] is antireflexive for "valid (CTree Bool)"s [✔]
  10557. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10558. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (CTree Bool)"s [✔]
  10559. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10560. 333.58 s [cursor-gen] GenValid (CTree Bool)
  10561. 333.58 s [cursor-gen] genValid :: Gen (CTree Bool)
  10562. 333.58 s [cursor-gen] only generates valid '(CTree Bool)'s [✔]
  10563. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10564. 333.58 s [cursor-gen] shrinkValid :: (CTree Bool -> [CTree Bool])
  10565. 333.58 s [cursor-gen] preserves validity for the first 10 elements [✔]
  10566. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10567. 333.58 s [cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
  10568. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10569. 333.58 s [cursor-gen] Eq (CForest Bool)
  10570. 333.58 s [cursor-gen] (==) :: (CForest Bool) -> (CForest Bool) -> Bool
  10571. 333.58 s [cursor-gen] is reflexive for "valid (CForest Bool)"s [✔]
  10572. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10573. 333.58 s [cursor-gen] is symmetric for "valid (CForest Bool)"s [✔]
  10574. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10575. 333.58 s [cursor-gen] is transitive for "valid (CForest Bool)"s [✔]
  10576. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10577. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (CForest Bool)"s [✔]
  10578. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10579. 333.58 s [cursor-gen] (/=) :: (CForest Bool) -> (CForest Bool) -> Bool
  10580. 333.58 s [cursor-gen] is antireflexive for "valid (CForest Bool)"s [✔]
  10581. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10582. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (CForest Bool)"s [✔]
  10583. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10584. 333.58 s [cursor-gen] GenValid (CForest Bool)
  10585. 333.58 s [cursor-gen] genValid :: Gen (CForest Bool)
  10586. 333.58 s [cursor-gen] only generates valid '(CForest Bool)'s [✔]
  10587. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10588. 333.58 s [cursor-gen] shrinkValid :: (CForest Bool -> [CForest Bool])
  10589. 333.58 s [cursor-gen] preserves validity for the first 10 elements [✔]
  10590. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10591. 333.58 s [cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
  10592. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10593. 333.58 s [cursor-gen] Eq (TreeAbove Bool)
  10594. 333.58 s [cursor-gen] (==) :: (TreeAbove Bool) -> (TreeAbove Bool) -> Bool
  10595. 333.58 s [cursor-gen] is reflexive for "valid (TreeAbove Bool)"s [✔]
  10596. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10597. 333.58 s [cursor-gen] is symmetric for "valid (TreeAbove Bool)"s [✔]
  10598. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10599. 333.58 s [cursor-gen] is transitive for "valid (TreeAbove Bool)"s [✔]
  10600. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10601. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (TreeAbove Bool)"s [✔]
  10602. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10603. 333.58 s [cursor-gen] (/=) :: (TreeAbove Bool) -> (TreeAbove Bool) -> Bool
  10604. 333.58 s [cursor-gen] is antireflexive for "valid (TreeAbove Bool)"s [✔]
  10605. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10606. 333.58 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (TreeAbove Bool)"s [✔]
  10607. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10608. 333.58 s [cursor-gen] GenValid (TreeAbove Bool)
  10609. 333.58 s [cursor-gen] genValid :: Gen (TreeAbove Bool)
  10610. 333.58 s [cursor-gen] only generates valid '(TreeAbove Bool)'s [✔]
  10611. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10612. 333.58 s [cursor-gen] shrinkValid :: (TreeAbove Bool -> [TreeAbove Bool])
  10613. 333.58 s [cursor-gen] preserves validity for the first 10 elements [✔]
  10614. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10615. 333.58 s [cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
  10616. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10617. 333.58 s [cursor-gen] treeAboveLeftsL
  10618. 333.58 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  10619. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10620. 333.58 s [cursor-gen] satisfies the second lens law for valid values [✔]
  10621. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10622. 333.58 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  10623. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10624. 333.58 s [cursor-gen] gets valid values from valid values values [✔]
  10625. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10626. 333.58 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  10627. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10628. 333.58 s [cursor-gen] treeAboveAboveL
  10629. 333.58 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  10630. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10631. 333.58 s [cursor-gen] satisfies the second lens law for valid values [✔]
  10632. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10633. 333.58 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  10634. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10635. 333.58 s [cursor-gen] gets valid values from valid values values [✔]
  10636. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10637. 333.58 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  10638. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10639. 333.58 s [cursor-gen] treeAboveNodeL
  10640. 333.58 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  10641. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10642. 333.58 s [cursor-gen] satisfies the second lens law for valid values [✔]
  10643. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10644. 333.58 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  10645. 333.58 s [cursor-gen] +++ OK, passed 100 tests.
  10646. 333.58 s [cursor-gen] gets valid values from valid values values [✔]
  10647. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10648. 333.59 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  10649. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10650. 333.59 s [cursor-gen] treeAboveRightsL
  10651. 333.59 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  10652. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10653. 333.59 s [cursor-gen] satisfies the second lens law for valid values [✔]
  10654. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10655. 333.59 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  10656. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10657. 333.59 s [cursor-gen] gets valid values from valid values values [✔]
  10658. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10659. 333.59 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  10660. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10661. 333.59 s [cursor-gen] Eq (TreeCursor Bool Word)
  10662. 333.59 s [cursor-gen] (==) :: (TreeCursor Bool Word) -> (TreeCursor Bool Word) -> Bool
  10663. 333.59 s [cursor-gen] is reflexive for "valid (TreeCursor Bool Word)"s [✔]
  10664. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10665. 333.59 s [cursor-gen] is symmetric for "valid (TreeCursor Bool Word)"s [✔]
  10666. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10667. 333.59 s [cursor-gen] is transitive for "valid (TreeCursor Bool Word)"s [✔]
  10668. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10669. 333.59 s [cursor-gen] is equivalent to (\a b -> not $ a /= b) for "valid (TreeCursor Bool Word)"s [✔]
  10670. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10671. 333.59 s [cursor-gen] (/=) :: (TreeCursor Bool Word) -> (TreeCursor Bool Word) -> Bool
  10672. 333.59 s [cursor-gen] is antireflexive for "valid (TreeCursor Bool Word)"s [✔]
  10673. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10674. 333.59 s [cursor-gen] is equivalent to (\a b -> not $ a == b) for "valid (TreeCursor Bool Word)"s [✔]
  10675. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10676. 333.59 s [cursor-gen] GenValid (TreeCursor Bool Bool)
  10677. 333.59 s [cursor-gen] genValid :: Gen (TreeCursor Bool Bool)
  10678. 333.59 s [cursor-gen] only generates valid '(TreeCursor Bool Bool)'s [✔]
  10679. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10680. 333.59 s [cursor-gen] shrinkValid :: (TreeCursor Word Bool -> [TreeCursor Word Bool])
  10681. 333.59 s [cursor-gen] preserves validity for the first 10 elements [✔]
  10682. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10683. 333.59 s [cursor-gen] never shrinks to itself for valid values for the first 10 elements [✔]
  10684. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10685. 333.59 s [cursor-gen] treeCursorAboveL
  10686. 333.59 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  10687. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10688. 333.59 s [cursor-gen] satisfies the second lens law for valid values [✔]
  10689. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10690. 333.59 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  10691. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10692. 333.59 s [cursor-gen] gets valid values from valid values values [✔]
  10693. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10694. 333.59 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  10695. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10696. 333.59 s [cursor-gen] treeCursorCurrentL
  10697. 333.59 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  10698. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10699. 333.59 s [cursor-gen] satisfies the second lens law for valid values [✔]
  10700. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10701. 333.59 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  10702. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10703. 333.59 s [cursor-gen] gets valid values from valid values values [✔]
  10704. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10705. 333.59 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  10706. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10707. 333.59 s [cursor-gen] treeCursorBelowL
  10708. 333.59 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  10709. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10710. 333.59 s [cursor-gen] satisfies the second lens law for valid values [✔]
  10711. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10712. 333.59 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  10713. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10714. 333.59 s [cursor-gen] gets valid values from valid values values [✔]
  10715. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10716. 333.59 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  10717. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10718. 333.59 s [cursor-gen] treeCursorCurrentSubTreeL
  10719. 333.59 s [cursor-gen] satisfies the first lens law for valid values and valid values [✔]
  10720. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10721. 333.59 s [cursor-gen] satisfies the second lens law for valid values [✔]
  10722. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10723. 333.59 s [cursor-gen] satisfies the third lens law for valid values and valid values [✔]
  10724. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10725. 333.59 s [cursor-gen] gets valid values from valid values values [✔]
  10726. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10727. 333.59 s [cursor-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  10728. 333.59 s [cursor-gen] +++ OK, passed 100 tests.
  10729. 333.59 s [cursor-gen]
  10730. 333.59 s [cursor-gen] Finished in 1.6581 seconds
  10731. 333.59 s [cursor-gen] 881 examples, 0 failures, 173 pending
  10732. 333.59 s [cursor-gen] Test suite cursor-test: PASS
  10733. 333.59 s [cursor-gen] Test suite logged to: dist/test/cursor-gen-0.4.0.0-cursor-test.log
  10734. 333.59 s [cursor-gen] 1 of 1 test suites (1 of 1 test cases) passed.
  10735. 333.59 s [cursor-gen] Phase: haddockPhase
  10736. 333.59 s [genvalidity-aeson] Preprocessing test suite 'genvalidity-aeson-test' for genvalidity-aeson-1.1.0.0...
  10737. 333.59 s [genvalidity-aeson] Building test suite 'genvalidity-aeson-test' for genvalidity-aeson-1.1.0.0...
  10738. 333.60 s [validity-path] Dependency base >=4.7 && <5: using base-4.20.2.0
  10739. 333.60 s [validity-path] Dependency filepath >=1.3: using filepath-1.5.4.0
  10740. 333.60 s [validity-path] Dependency path >=0.5: using path-0.9.6
  10741. 333.60 s [validity-path] Dependency validity >=0.9.0.2: using validity-0.12.1.0
  10742. 333.60 s [validity-path] Dependency base >=4.7 && <5: using base-4.20.2.0
  10743. 333.60 s [validity-path] Dependency filepath >=1.3: using filepath-1.5.4.0
  10744. 333.60 s [validity-path] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  10745. 333.60 s [validity-path] Dependency hspec: using hspec-2.11.14
  10746. 333.60 s [validity-path] Dependency path >=0.5: using path-0.9.6
  10747. 333.60 s [validity-path] Dependency validity-path: using validity-path-0.4.0.1
  10748. 333.60 s [validity-path] Source component graph:
  10749. 333.60 s [validity-path] component lib
  10750. 333.60 s [validity-path] component test:validity-path-test dependency lib
  10751. 333.60 s [validity-path] Configured component graph:
  10752. 333.60 s [validity-path] component validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  10753. 333.60 s [validity-path] include base-4.20.2.0-fafd
  10754. 333.60 s [validity-path] include filepath-1.5.4.0-2605
  10755. 333.60 s [validity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  10756. 333.60 s [validity-path] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  10757. 333.60 s [validity-path] component validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
  10758. 333.60 s [validity-path] include base-4.20.2.0-fafd
  10759. 333.60 s [validity-path] include filepath-1.5.4.0-2605
  10760. 333.60 s [validity-path] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  10761. 333.60 s [validity-path] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  10762. 333.60 s [validity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  10763. 333.60 s [validity-path] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  10764. 333.60 s [validity-path] Linked component graph:
  10765. 333.60 s [validity-path] unit validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  10766. 333.60 s [validity-path] include base-4.20.2.0-fafd
  10767. 333.60 s [validity-path] include filepath-1.5.4.0-2605
  10768. 333.60 s [validity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  10769. 333.60 s [validity-path] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  10770. 333.60 s [validity-path] Data.Validity.Path=validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp:Data.Validity.Path
  10771. 333.60 s [validity-path] unit validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
  10772. 333.60 s [validity-path] include base-4.20.2.0-fafd
  10773. 333.60 s [validity-path] include filepath-1.5.4.0-2605
  10774. 333.60 s [validity-path] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  10775. 333.60 s [validity-path] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  10776. 333.60 s [validity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  10777. 333.60 s [validity-path] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  10778. 333.60 s [validity-path] Ready component graph:
  10779. 333.60 s [validity-path] definite validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  10780. 333.60 s [validity-path] depends base-4.20.2.0-fafd
  10781. 333.60 s [validity-path] depends filepath-1.5.4.0-2605
  10782. 333.60 s [validity-path] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  10783. 333.60 s [validity-path] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  10784. 333.60 s [validity-path] definite validity-path-0.4.0.1-AqyGgntBwRv6fDHpMYJelz-validity-path-test
  10785. 333.60 s [validity-path] depends base-4.20.2.0-fafd
  10786. 333.60 s [validity-path] depends filepath-1.5.4.0-2605
  10787. 333.60 s [validity-path] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  10788. 333.60 s [validity-path] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  10789. 333.60 s [validity-path] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  10790. 333.60 s [validity-path] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  10791. 333.60 s [validity-path] Using Cabal-3.12.1.0 compiled by ghc-9.10
  10792. 333.60 s [validity-path] Using compiler: ghc-9.10.3
  10793. 333.60 s [validity-path] Using install prefix:
  10794. 333.60 s [validity-path] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1
  10795. 333.60 s [validity-path] Executables installed in:
  10796. 333.60 s [validity-path] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/bin
  10797. 333.60 s [validity-path] Libraries installed in:
  10798. 333.60 s [validity-path] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  10799. 333.60 s [validity-path] Dynamic Libraries installed in:
  10800. 333.60 s [validity-path] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  10801. 333.60 s [validity-path] Private executables installed in:
  10802. 333.60 s [validity-path] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/validity-path-0.4.0.1
  10803. 333.60 s [validity-path] Data files installed in:
  10804. 333.60 s [validity-path] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/share/x86_64-linux-ghc-9.10.3-a85d/validity-path-0.4.0.1
  10805. 333.60 s [validity-path] Documentation installed in:
  10806. 333.60 s [validity-path] /nix/store/q5xqhsr25dycf88xlb6aw0v44gcxhlh6-validity-path-0.4.0.1-doc/share/doc/validity-path-0.4.0.1
  10807. 333.60 s [validity-path] Configuration files installed in:
  10808. 333.60 s [validity-path] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/etc
  10809. 333.60 s [validity-path] No alex found
  10810. 333.60 s [validity-path] Using ar found on system at:
  10811. 333.60 s [validity-path] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  10812. 333.60 s [validity-path] No c2hs found
  10813. 333.60 s [validity-path] No cpphs found
  10814. 333.60 s [validity-path] No doctest found
  10815. 333.60 s [validity-path] Using gcc version 14.3.0 given by user at:
  10816. 333.60 s [validity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  10817. 333.60 s [validity-path] Using ghc version 9.10.3 found on system at:
  10818. 333.60 s [validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  10819. 333.60 s [validity-path] Using ghc-pkg version 9.10.3 found on system at:
  10820. 333.60 s [validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  10821. 333.60 s [validity-path] No ghcjs found
  10822. 333.60 s [validity-path] No ghcjs-pkg found
  10823. 333.60 s [validity-path] No greencard found
  10824. 333.60 s [validity-path] Using haddock version 2.31.1 found on system at:
  10825. 333.60 s [validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  10826. 333.60 s [validity-path] No happy found
  10827. 333.60 s [validity-path] Using haskell-suite found on system at: haskell-suite-dummy-location
  10828. 333.60 s [validity-path] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  10829. 333.60 s [validity-path] No hmake found
  10830. 333.60 s [validity-path] Using hpc version 0.69 found on system at:
  10831. 333.60 s [validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  10832. 333.60 s [validity-path] Using hsc2hs version 0.68.10 found on system at:
  10833. 333.60 s [validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  10834. 333.60 s [validity-path] Using hscolour version 1.25 found on system at:
  10835. 333.60 s [validity-path] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  10836. 333.60 s [validity-path] No jhc found
  10837. 333.60 s [validity-path] Using ld found on system at:
  10838. 333.60 s [validity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  10839. 333.60 s [validity-path] No pkg-config found
  10840. 333.60 s [validity-path] Using runghc version 9.10.3 found on system at:
  10841. 333.60 s [validity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  10842. 333.60 s [validity-path] Using strip version 2.44 found on system at:
  10843. 333.60 s [validity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  10844. 333.60 s [validity-path] Using tar found on system at:
  10845. 333.60 s [validity-path] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  10846. 333.60 s [validity-path] No uhc found
  10847. 333.61 s [validity-case-insensitive] Preprocessing library for validity-case-insensitive-0.0.0.0...
  10848. 333.61 s [validity-case-insensitive] Building library for validity-case-insensitive-0.0.0.0...
  10849. 333.67 s [genvalidity-aeson] [1 of 3] Compiling Paths_genvalidity_aeson ( dist/build/genvalidity-aeson-test/autogen/Paths_genvalidity_aeson.hs, dist/build/genvalidity-aeson-test/genvalidity-aeson-test-tmp/Paths_genvalidity_aeson.o )
  10850. 333.69 s [cursor-gen] Preprocessing library for cursor-gen-0.4.0.0...
  10851. 333.69 s [cursor-gen] Running Haddock on library for cursor-gen-0.4.0.0...
  10852. 333.70 s [validity-case-insensitive] [1 of 2] Compiling Data.Validity.CaseInsensitive ( src/Data/Validity/CaseInsensitive.hs, dist/build/Data/Validity/CaseInsensitive.o, dist/build/Data/Validity/CaseInsensitive.dyn_o )
  10853. 333.72 s [fuzzy-time-gen] [1 of 2] Compiling Data.FuzzyTime.Types.Gen ( src/Data/FuzzyTime/Types/Gen.hs, nothing )
  10854. 333.75 s [validity-path] Phase: buildPhase
  10855. 333.79 s [genvalidity-aeson] [2 of 3] Compiling Test.Validity.AesonSpec ( test/Test/Validity/AesonSpec.hs, dist/build/genvalidity-aeson-test/genvalidity-aeson-test-tmp/Test/Validity/AesonSpec.o )
  10856. 333.83 s [validity-path] Preprocessing library for validity-path-0.4.0.1...
  10857. 333.83 s [validity-path] Building library for validity-path-0.4.0.1...
  10858. 333.86 s [genvalidity-aeson] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-aeson-test/genvalidity-aeson-test-tmp/Main.o )
  10859. 333.87 s [validity-case-insensitive] [2 of 2] Compiling Paths_validity_case_insensitive ( dist/build/autogen/Paths_validity_case_insensitive.hs, dist/build/Paths_validity_case_insensitive.o, dist/build/Paths_validity_case_insensitive.dyn_o )
  10860. 333.90 s [cursor-gen] [ 1 of 14] Compiling Cursor.List.Gen ( src/Cursor/List/Gen.hs, nothing )
  10861. 333.90 s [fuzzy-time-gen] [2 of 2] Compiling Paths_fuzzy_time_gen ( dist/build/autogen/Paths_fuzzy_time_gen.hs, nothing )
  10862. 333.92 s [validity-path] [1 of 2] Compiling Data.Validity.Path ( src/Data/Validity/Path.hs, dist/build/Data/Validity/Path.o, dist/build/Data/Validity/Path.dyn_o )
  10863. 333.92 s [fuzzy-time-gen] Haddock coverage:
  10864. 333.92 s [fuzzy-time-gen] 0% ( 0 / 1) in 'Data.FuzzyTime.Types.Gen'
  10865. 333.92 s [fuzzy-time-gen] Missing documentation for:
  10866. 333.92 s [fuzzy-time-gen] Module header
  10867. 334.02 s [validity-case-insensitive] [1 of 2] Compiling Data.Validity.CaseInsensitive ( src/Data/Validity/CaseInsensitive.hs, dist/build/Data/Validity/CaseInsensitive.p_o )
  10868. 334.05 s [cursor-gen] [ 2 of 14] Compiling Cursor.List.NonEmpty.Gen ( src/Cursor/List/NonEmpty/Gen.hs, nothing )
  10869. 334.08 s [cursor-gen] [ 3 of 14] Compiling Cursor.Map.KeyValue.Gen ( src/Cursor/Map/KeyValue/Gen.hs, nothing )
  10870. 334.09 s [genvalidity-aeson] [4 of 4] Linking dist/build/genvalidity-aeson-test/genvalidity-aeson-test
  10871. 334.10 s [cursor-gen] [ 4 of 14] Compiling Cursor.Map.Gen ( src/Cursor/Map/Gen.hs, nothing )
  10872. 334.11 s [cursor-gen] [ 5 of 14] Compiling Cursor.Simple.List.NonEmpty.Gen ( src/Cursor/Simple/List/NonEmpty/Gen.hs, nothing )
  10873. 334.11 s [cursor-gen] [ 6 of 14] Compiling Cursor.Simple.Map.Gen ( src/Cursor/Simple/Map/Gen.hs, nothing )
  10874. 334.11 s [cursor-gen] [ 7 of 14] Compiling Cursor.Simple.Map.KeyValue.Gen ( src/Cursor/Simple/Map/KeyValue/Gen.hs, nothing )
  10875. 334.11 s [cursor-gen] [ 8 of 14] Compiling Cursor.Text.Gen ( src/Cursor/Text/Gen.hs, nothing )
  10876. 334.13 s [cursor-gen] [ 9 of 14] Compiling Cursor.TextField.Gen ( src/Cursor/TextField/Gen.hs, nothing )
  10877. 334.14 s [cursor-gen] [10 of 14] Compiling Cursor.Tree.Gen ( src/Cursor/Tree/Gen.hs, nothing )
  10878. 334.19 s [cursor-gen] [11 of 14] Compiling Cursor.Simple.Tree.Gen ( src/Cursor/Simple/Tree/Gen.hs, nothing )
  10879. 334.19 s [cursor-gen] [12 of 14] Compiling Cursor.Forest.Gen ( src/Cursor/Forest/Gen.hs, nothing )
  10880. 334.20 s [cursor-gen] [13 of 14] Compiling Cursor.Simple.Forest.Gen ( src/Cursor/Simple/Forest/Gen.hs, nothing )
  10881. 334.20 s [cursor-gen] [14 of 14] Compiling Paths_cursor_gen ( dist/build/autogen/Paths_cursor_gen.hs, nothing )
  10882. 334.22 s [cursor-gen] Haddock coverage:
  10883. 334.22 s [cursor-gen] 0% ( 0 / 3) in 'Cursor.List.Gen'
  10884. 334.22 s [cursor-gen] Missing documentation for:
  10885. 334.22 s [cursor-gen] Module header
  10886. 334.22 s [cursor-gen] listCursorWithGen (src/Cursor/List/Gen.hs:25)
  10887. 334.22 s [cursor-gen] listCursorWithIndex0 (src/Cursor/List/Gen.hs:28)
  10888. 334.22 s [cursor-gen] 0% ( 0 / 5) in 'Cursor.List.NonEmpty.Gen'
  10889. 334.22 s [cursor-gen] Missing documentation for:
  10890. 334.22 s [cursor-gen] Module header
  10891. 334.22 s [cursor-gen] genNonEmptyCursorBy (src/Cursor/List/NonEmpty/Gen.hs:24)
  10892. 334.22 s [cursor-gen] nonEmptyElemOf (src/Cursor/List/NonEmpty/Gen.hs:38)
  10893. 334.22 s [cursor-gen] nonEmptyWithIndex0 (src/Cursor/List/NonEmpty/Gen.hs:41)
  10894. 334.22 s [cursor-gen] nonEmptyWith (src/Cursor/List/NonEmpty/Gen.hs:44)
  10895. 334.22 s [cursor-gen] 0% ( 0 / 3) in 'Cursor.Map.KeyValue.Gen'
  10896. 334.22 s [cursor-gen] Missing documentation for:
  10897. 334.22 s [cursor-gen] Module header
  10898. 334.22 s [cursor-gen] genKeyValueCursorBy (src/Cursor/Map/KeyValue/Gen.hs:23)
  10899. 334.22 s [cursor-gen] genKeyValueCursorByDependent (src/Cursor/Map/KeyValue/Gen.hs:27)
  10900. 334.22 s [cursor-gen] 0% ( 0 / 3) in 'Cursor.Map.Gen'
  10901. 334.22 s [cursor-gen] Missing documentation for:
  10902. 334.22 s [cursor-gen] Module header
  10903. 334.22 s [cursor-gen] genMapCursorBy (src/Cursor/Map/Gen.hs:21)
  10904. 334.22 s [cursor-gen] genMapCursorByDependent (src/Cursor/Map/Gen.hs:26)
  10905. 334.22 s [cursor-gen] 0% ( 0 / 4) in 'Cursor.Simple.List.NonEmpty.Gen'
  10906. 334.22 s [cursor-gen] Missing documentation for:
  10907. 334.22 s [cursor-gen] Module header
  10908. 334.22 s [cursor-gen] nonEmptyElemOf (src/Cursor/Simple/List/NonEmpty/Gen.hs:13)
  10909. 334.22 s [cursor-gen] nonEmptyWithIndex0 (src/Cursor/Simple/List/NonEmpty/Gen.hs:16)
  10910. 334.22 s [cursor-gen] nonEmptyWith (src/Cursor/Simple/List/NonEmpty/Gen.hs:19)
  10911. 334.22 s [cursor-gen] 0% ( 0 / 1) in 'Cursor.Simple.Map.Gen'
  10912. 334.22 s [cursor-gen] Missing documentation for:
  10913. 334.22 s [cursor-gen] Module header
  10914. 334.22 s [cursor-gen] 0% ( 0 / 1) in 'Cursor.Simple.Map.KeyValue.Gen'
  10915. 334.22 s [cursor-gen] Missing documentation for:
  10916. 334.22 s [cursor-gen] Module header
  10917. 334.22 s [cursor-gen] 0% ( 0 / 7) in 'Cursor.Text.Gen'
  10918. 334.22 s [cursor-gen] Missing documentation for:
  10919. 334.22 s [cursor-gen] Module header
  10920. 334.22 s [cursor-gen] genSafeChar (src/Cursor/Text/Gen.hs:27)
  10921. 334.22 s [cursor-gen] genTextCursorChar (src/Cursor/Text/Gen.hs:33)
  10922. 334.22 s [cursor-gen] textCursorSentenceGen (src/Cursor/Text/Gen.hs:42)
  10923. 334.22 s [cursor-gen] textCursorWithGen (src/Cursor/Text/Gen.hs:36)
  10924. 334.22 s [cursor-gen] textCursorWithIndex0 (src/Cursor/Text/Gen.hs:39)
  10925. 334.22 s [cursor-gen] shrinkSentence (src/Cursor/Text/Gen.hs:48)
  10926. 334.22 s [cursor-gen] 0% ( 0 / 1) in 'Cursor.TextField.Gen'
  10927. 334.22 s [cursor-gen] Missing documentation for:
  10928. 334.22 s [cursor-gen] Module header
  10929. 334.22 s [cursor-gen] 0% ( 0 / 1) in 'Cursor.Tree.Gen'
  10930. 334.22 s [cursor-gen] Missing documentation for:
  10931. 334.22 s [cursor-gen] Module header
  10932. 334.22 s [cursor-gen] 0% ( 0 / 1) in 'Cursor.Simple.Tree.Gen'
  10933. 334.22 s [cursor-gen] Missing documentation for:
  10934. 334.22 s [cursor-gen] Module header
  10935. 334.22 s [cursor-gen] 0% ( 0 / 1) in 'Cursor.Forest.Gen'
  10936. 334.22 s [cursor-gen] Missing documentation for:
  10937. 334.22 s [cursor-gen] Module header
  10938. 334.22 s [cursor-gen] 0% ( 0 / 1) in 'Cursor.Simple.Forest.Gen'
  10939. 334.22 s [cursor-gen] Missing documentation for:
  10940. 334.22 s [cursor-gen] Module header
  10941. 334.25 s [validity-case-insensitive] [2 of 2] Compiling Paths_validity_case_insensitive ( dist/build/autogen/Paths_validity_case_insensitive.hs, dist/build/Paths_validity_case_insensitive.p_o )
  10942. 334.37 s [validity-path] [2 of 2] Compiling Paths_validity_path ( dist/build/autogen/Paths_validity_path.hs, dist/build/Paths_validity_path.o, dist/build/Paths_validity_path.dyn_o )
  10943. 334.60 s [genvalidity-persistent] [2 of 2] Compiling Paths_genvalidity_persistent ( dist/build/genvalidity-persistent-bench/autogen/Paths_genvalidity_persistent.hs, dist/build/genvalidity-persistent-bench/genvalidity-persistent-bench-tmp/Paths_genvalidity_persistent.o )
  10944. 334.69 s [validity-path] [1 of 2] Compiling Data.Validity.Path ( src/Data/Validity/Path.hs, dist/build/Data/Validity/Path.p_o )
  10945. 335.08 s [opt-env-conf] [18 of 22] Compiling OptEnvConf.Check ( src/OptEnvConf/Check.hs, dist/build/OptEnvConf/Check.o, dist/build/OptEnvConf/Check.dyn_o )
  10946. 335.08 s [genvalidity-aeson] Phase: checkPhase
  10947. 335.12 s [validity-path] [2 of 2] Compiling Paths_validity_path ( dist/build/autogen/Paths_validity_path.hs, dist/build/Paths_validity_path.p_o )
  10948. 335.23 s [opt-env-conf] [19 of 22] Compiling OptEnvConf.Lint ( src/OptEnvConf/Lint.hs, dist/build/OptEnvConf/Lint.o, dist/build/OptEnvConf/Lint.dyn_o )
  10949. 335.23 s [opt-env-conf] [20 of 22] Compiling OptEnvConf.Main ( src/OptEnvConf/Main.hs, dist/build/OptEnvConf/Main.o, dist/build/OptEnvConf/Main.dyn_o )
  10950. 335.34 s [validity-case-insensitive] Preprocessing test suite 'validity-case-insensitive-test' for validity-case-insensitive-0.0.0.0...
  10951. 335.34 s [validity-case-insensitive] Building test suite 'validity-case-insensitive-test' for validity-case-insensitive-0.0.0.0...
  10952. 335.44 s [validity-case-insensitive] [1 of 3] Compiling Data.Validity.CaseInsensitiveSpec ( test/Data/Validity/CaseInsensitiveSpec.hs, dist/build/validity-case-insensitive-test/validity-case-insensitive-test-tmp/Data/Validity/CaseInsensitiveSpec.o )
  10953. 335.44 s [genvalidity-aeson] Running 1 test suites...
  10954. 335.44 s [genvalidity-aeson] Test suite genvalidity-aeson-test: RUNNING...
  10955. 335.46 s [genvalidity-aeson]
  10956. 335.46 s [genvalidity-aeson] Test.Validity.Aeson
  10957. 335.46 s [genvalidity-aeson] GenValid Value
  10958. 335.46 s [genvalidity-aeson] genValid :: Gen Value
  10959. 335.47 s [genvalidity-aeson] only generates valid 'Value's [✔]
  10960. 335.47 s [genvalidity-aeson] +++ OK, passed 100 tests.
  10961. 335.47 s [genvalidity-aeson] genValid :: Gen Value
  10962. 335.47 s [genvalidity-aeson] produces deepseqable values [✔]
  10963. 335.47 s [genvalidity-aeson] +++ OK, passed 100 tests.
  10964. 335.47 s [genvalidity-aeson]
  10965. 335.47 s [genvalidity-aeson] Finished in 0.0116 seconds
  10966. 335.47 s [genvalidity-aeson] 2 examples, 0 failures
  10967. 335.48 s [genvalidity-aeson] Test suite genvalidity-aeson-test: PASS
  10968. 335.48 s [genvalidity-aeson] Test suite logged to:
  10969. 335.48 s [genvalidity-aeson] dist/test/genvalidity-aeson-1.1.0.0-genvalidity-aeson-test.log
  10970. 335.48 s [genvalidity-aeson] 1 of 1 test suites (1 of 1 test cases) passed.
  10971. 335.49 s [genvalidity-aeson] Phase: haddockPhase
  10972. 335.65 s [opt-env-conf] [21 of 22] Compiling OptEnvConf ( src/OptEnvConf.hs, dist/build/OptEnvConf.o, dist/build/OptEnvConf.dyn_o )
  10973. 335.65 s [validity-case-insensitive] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/validity-case-insensitive-test/validity-case-insensitive-test-tmp/Main.o )
  10974. 335.68 s [genvalidity-aeson] Preprocessing library for genvalidity-aeson-1.1.0.0...
  10975. 335.68 s [genvalidity-aeson] Running Haddock on library for genvalidity-aeson-1.1.0.0...
  10976. 335.68 s [genvalidity-aeson] Warning: The documentation for the following packages are not installed. No
  10977. 335.68 s [genvalidity-aeson] links will be generated to these packages: vector-0.13.2.0
  10978. 335.69 s [validity-case-insensitive] [3 of 3] Compiling Paths_validity_case_insensitive ( dist/build/validity-case-insensitive-test/autogen/Paths_validity_case_insensitive.hs, dist/build/validity-case-insensitive-test/validity-case-insensitive-test-tmp/Paths_validity_case_insensitive.o )
  10979. 335.81 s [genvalidity-persistent] [3 of 3] Linking dist/build/genvalidity-persistent-bench/genvalidity-persistent-bench
  10980. 335.84 s [validity-case-insensitive] [4 of 4] Linking dist/build/validity-case-insensitive-test/validity-case-insensitive-test
  10981. 335.94 s [genvalidity-aeson] [1 of 2] Compiling Data.GenValidity.Aeson ( src/Data/GenValidity/Aeson.hs, nothing )
  10982. 336.01 s [genvalidity-aeson] [2 of 2] Compiling Paths_genvalidity_aeson ( dist/build/autogen/Paths_genvalidity_aeson.hs, nothing )
  10983. 336.03 s [genvalidity-aeson] Haddock coverage:
  10984. 336.03 s [genvalidity-aeson] 0% ( 0 / 1) in 'Data.GenValidity.Aeson'
  10985. 336.03 s [genvalidity-aeson] Missing documentation for:
  10986. 336.03 s [genvalidity-aeson] Module header
  10987. 336.66 s [validity-case-insensitive] Phase: checkPhase
  10988. 336.88 s [validity-case-insensitive] Running 1 test suites...
  10989. 337.21 s [validity-case-insensitive] Test suite validity-case-insensitive-test: RUNNING...
  10990. 337.21 s [validity-case-insensitive]
  10991. 337.21 s [validity-case-insensitive] Data.Validity.CaseInsensitive
  10992. 337.21 s [validity-case-insensitive] says that this case-insensitive string is valid [✔]
  10993. 337.21 s [validity-case-insensitive] says that this unsafely constructed unfolded string is invalid [✔]
  10994. 337.22 s [validity-case-insensitive]
  10995. 337.22 s [validity-case-insensitive] Finished in 0.0007 seconds
  10996. 337.22 s [validity-case-insensitive] 2 examples, 0 failures
  10997. 337.22 s [validity-case-insensitive] Test suite validity-case-insensitive-test: PASS
  10998. 337.22 s [validity-case-insensitive] Test suite logged to:
  10999. 337.22 s [validity-case-insensitive] dist/test/validity-case-insensitive-0.0.0.0-validity-case-insensitive-test.log
  11000. 337.22 s [validity-case-insensitive] 1 of 1 test suites (1 of 1 test cases) passed.
  11001. 337.22 s [validity-case-insensitive] Phase: haddockPhase
  11002. 337.22 s [validity-path] Preprocessing test suite 'validity-path-test' for validity-path-0.4.0.1...
  11003. 337.22 s [validity-path] Building test suite 'validity-path-test' for validity-path-0.4.0.1...
  11004. 337.22 s [validity-path] [1 of 3] Compiling Data.Validity.PathSpec ( test/Data/Validity/PathSpec.hs, dist/build/validity-path-test/validity-path-test-tmp/Data/Validity/PathSpec.o )
  11005. 337.22 s [validity-case-insensitive] Preprocessing library for validity-case-insensitive-0.0.0.0...
  11006. 337.22 s [validity-case-insensitive] Running Haddock on library for validity-case-insensitive-0.0.0.0...
  11007. 337.22 s [genvalidity-persistent] Phase: checkPhase
  11008. 337.22 s [validity-case-insensitive] [1 of 2] Compiling Data.Validity.CaseInsensitive ( src/Data/Validity/CaseInsensitive.hs, nothing )
  11009. 337.40 s [validity-case-insensitive] [2 of 2] Compiling Paths_validity_case_insensitive ( dist/build/autogen/Paths_validity_case_insensitive.hs, nothing )
  11010. 337.42 s [validity-case-insensitive] Haddock coverage:
  11011. 337.42 s [validity-case-insensitive] 0% ( 0 / 1) in 'Data.Validity.CaseInsensitive'
  11012. 337.42 s [validity-case-insensitive] Missing documentation for:
  11013. 337.42 s [validity-case-insensitive] Module header
  11014. 337.53 s [genvalidity-persistent] Running 1 test suites...
  11015. 337.53 s [genvalidity-persistent] Test suite genvalidity-persistent-test: RUNNING...
  11016. 337.54 s [genvalidity-persistent]
  11017. 337.54 s [genvalidity-persistent] Data.GenValidity.Persist
  11018. 337.54 s [genvalidity-persistent] GenValid (Key Thing)
  11019. 337.54 s [genvalidity-persistent] genValid :: Gen (Key Thing)
  11020. 337.54 s [genvalidity-persistent] only generates valid '(Key Thing)'s [✔]
  11021. 337.54 s [genvalidity-persistent] +++ OK, passed 100 tests.
  11022. 337.54 s [genvalidity-persistent] shrinkValid :: (Key Thing -> [Key Thing])
  11023. 337.54 s [genvalidity-persistent] preserves validity [✔]
  11024. 337.54 s [genvalidity-persistent] +++ OK, passed 100 tests.
  11025. 337.54 s [genvalidity-persistent] never shrinks to itself for valid values [✔]
  11026. 337.54 s [genvalidity-persistent] +++ OK, passed 100 tests.
  11027. 337.54 s [genvalidity-persistent] GenValid (Entity Thing)
  11028. 337.54 s [genvalidity-persistent] genValid :: Gen (Entity Thing)
  11029. 337.54 s [genvalidity-persistent] only generates valid '(Entity Thing)'s [✔]
  11030. 337.54 s [genvalidity-persistent] +++ OK, passed 100 tests.
  11031. 337.54 s [genvalidity-persistent] shrinkValid :: (Entity Thing -> [Entity Thing])
  11032. 337.57 s [genvalidity-persistent] preserves validity [✔]
  11033. 337.57 s [genvalidity-persistent] +++ OK, passed 100 tests.
  11034. 337.59 s [genvalidity-persistent] never shrinks to itself for valid values [✔]
  11035. 337.59 s [genvalidity-persistent] +++ OK, passed 100 tests.
  11036. 337.59 s [genvalidity-persistent] genSeperateIds
  11037. 337.59 s [genvalidity-persistent] generates values with seperate ids [✔]
  11038. 337.59 s [genvalidity-persistent] +++ OK, passed 100 tests.
  11039. 337.59 s [genvalidity-persistent] genSeperateIdsFor
  11040. 337.60 s [genvalidity-persistent] generates values with seperate ids [✔]
  11041. 337.60 s [genvalidity-persistent] +++ OK, passed 100 tests.
  11042. 337.60 s [genvalidity-persistent] genValidsWithSeperateIds
  11043. 337.60 s [genvalidity-persistent] generates values with seperate ids [✔]
  11044. 337.60 s [genvalidity-persistent] +++ OK, passed 100 tests.
  11045. 337.61 s [genvalidity-persistent] generates values with seperate ids [✔]
  11046. 337.61 s [genvalidity-persistent] +++ OK, passed 100 tests.
  11047. 337.61 s [genvalidity-persistent] validsWithSeperateIDs
  11048. 337.61 s [genvalidity-persistent] generates values with seperate ids [✔]
  11049. 337.61 s [genvalidity-persistent] +++ OK, passed 100 tests.
  11050. 337.61 s [genvalidity-persistent]
  11051. 337.61 s [genvalidity-persistent] Finished in 0.0725 seconds
  11052. 337.61 s [genvalidity-persistent] 11 examples, 0 failures
  11053. 337.62 s [genvalidity-persistent] Test suite genvalidity-persistent-test: PASS
  11054. 337.62 s [genvalidity-persistent] Test suite logged to:
  11055. 337.62 s [genvalidity-persistent] dist/test/genvalidity-persistent-1.0.0.2-genvalidity-persistent-test.log
  11056. 337.62 s [genvalidity-persistent] 1 of 1 test suites (1 of 1 test cases) passed.
  11057. 337.63 s [genvalidity-persistent] Phase: haddockPhase
  11058. 337.69 s [validity-path] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/validity-path-test/validity-path-test-tmp/Main.o )
  11059. 337.73 s [validity-path] [3 of 3] Compiling Paths_validity_path ( dist/build/validity-path-test/autogen/Paths_validity_path.hs, dist/build/validity-path-test/validity-path-test-tmp/Paths_validity_path.o )
  11060. 337.79 s [genvalidity-persistent] Preprocessing library for genvalidity-persistent-1.0.0.2...
  11061. 337.79 s [genvalidity-persistent] Running Haddock on library for genvalidity-persistent-1.0.0.2...
  11062. 337.79 s [genvalidity-persistent] Warning: The documentation for the following packages are not installed. No
  11063. 337.79 s [genvalidity-persistent] links will be generated to these packages: attoparsec-0.14.4,
  11064. 337.79 s [genvalidity-persistent] attoparsec-0.14.4, vector-0.13.2.0
  11065. 337.93 s [validity-path] [4 of 4] Linking dist/build/validity-path-test/validity-path-test
  11066. 338.10 s [genvalidity-persistent] [1 of 2] Compiling Data.GenValidity.Persist ( src/Data/GenValidity/Persist.hs, nothing )
  11067. 338.32 s [genvalidity-persistent] [2 of 2] Compiling Paths_genvalidity_persistent ( dist/build/autogen/Paths_genvalidity_persistent.hs, nothing )
  11068. 338.33 s [genvalidity-persistent] Haddock coverage:
  11069. 338.33 s [genvalidity-persistent] 0% ( 0 / 7) in 'Data.GenValidity.Persist'
  11070. 338.33 s [genvalidity-persistent] Missing documentation for:
  11071. 338.34 s [genvalidity-persistent] Module header
  11072. 338.34 s [genvalidity-persistent] validsWithSeperateIDs (src/Data/GenValidity/Persist.hs:31)
  11073. 338.34 s [genvalidity-persistent] genValidsWithSeperateIDs (src/Data/GenValidity/Persist.hs:38)
  11074. 338.34 s [genvalidity-persistent] genSeperateIdsForNE (src/Data/GenValidity/Persist.hs:57)
  11075. 338.34 s [genvalidity-persistent] genSeperateIds (src/Data/GenValidity/Persist.hs:66)
  11076. 338.34 s [genvalidity-persistent] genSeperateIdsFor (src/Data/GenValidity/Persist.hs:73)
  11077. 338.34 s [genvalidity-persistent] shrinkValidWithSeperateIds (src/Data/GenValidity/Persist.hs:80)
  11078. 338.49 s [fuzzy-time-gen] Documentation created: dist/doc/html/fuzzy-time-gen/,
  11079. 338.49 s [fuzzy-time-gen] dist/doc/html/fuzzy-time-gen/fuzzy-time-gen.txt
  11080. 338.49 s [cursor-gen] Documentation created: dist/doc/html/cursor-gen/,
  11081. 338.49 s [cursor-gen] dist/doc/html/cursor-gen/cursor-gen.txt
  11082. 338.55 s [fuzzy-time-gen] Preprocessing test suite 'fuzzy-time-test' for fuzzy-time-gen-0.3.0.0...
  11083. 338.55 s [cursor-gen] Preprocessing test suite 'cursor-test' for cursor-gen-0.4.0.0...
  11084. 338.56 s [fuzzy-time-gen] Phase: installPhase
  11085. 338.56 s [cursor-gen] Phase: installPhase
  11086. 338.63 s [fuzzy-time-gen] Installing library in /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  11087. 338.65 s [cursor-gen] Installing library in /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  11088. 338.83 s [fuzzy-time-gen] Phase: fixupPhase
  11089. 338.84 s [fuzzy-time-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0
  11090. 338.85 s [fuzzy-time-gen] shrinking /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSfuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L-ghc9.10.3.so
  11091. 338.85 s [fuzzy-time-gen] checking for references to /build/ in /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0...
  11092. 338.87 s [fuzzy-time-gen] patching script interpreter paths in /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0
  11093. 338.88 s [fuzzy-time-gen] stripping (with command strip and flags -S -p) in /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/lib
  11094. 338.91 s [fuzzy-time-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/6dr08irz2d5g76a9dlqrvilncfgxbffa-fuzzy-time-gen-0.3.0.0-doc
  11095. 338.91 s [fuzzy-time-gen] checking for references to /build/ in /nix/store/6dr08irz2d5g76a9dlqrvilncfgxbffa-fuzzy-time-gen-0.3.0.0-doc...
  11096. 338.93 s [fuzzy-time-gen] patching script interpreter paths in /nix/store/6dr08irz2d5g76a9dlqrvilncfgxbffa-fuzzy-time-gen-0.3.0.0-doc
  11097. 338.97 s [cursor-gen] Phase: fixupPhase
  11098. 338.99 s [cursor-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0
  11099. 338.99 s [validity-path] Phase: checkPhase
  11100. 339.00 s [cursor-gen] shrinking /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHScursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4-ghc9.10.3.so
  11101. 339.01 s [cursor-gen] checking for references to /build/ in /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0...
  11102. 339.04 s [cursor-gen] patching script interpreter paths in /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0
  11103. 339.04 s [cursor-gen] stripping (with command strip and flags -S -p) in /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/lib
  11104. 339.11 s [cursor-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc
  11105. 339.12 s [cursor-gen] checking for references to /build/ in /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc...
  11106. 339.14 s [cursor-gen] patching script interpreter paths in /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc
  11107. 339.29 s [validity-path] Running 1 test suites...
  11108. 339.29 s [validity-path] Test suite validity-path-test: RUNNING...
  11109. 339.30 s [validity-path]
  11110. 339.30 s [validity-path] Data.Validity.Path
  11111. 339.31 s [validity-path] Path Abs File
  11112. 339.31 s [validity-path] negatively checks for absolute paths [✔]
  11113. 339.31 s [validity-path] positively checks for absolute paths [✔]
  11114. 339.31 s [validity-path] checks for absolute paths [✔]
  11115. 339.31 s [validity-path] +++ OK, passed 100 tests.
  11116. 339.31 s [validity-path] negatively checks for trailing path separators [✔]
  11117. 339.31 s [validity-path] positively checks for trailing path separators [✔]
  11118. 339.31 s [validity-path] negatively checks for being "." [✔]
  11119. 339.31 s [validity-path] negatively checks for ending in "/." [✔]
  11120. 339.31 s [validity-path] negatively checks for containing ".." [✔]
  11121. 339.31 s [validity-path] checks for isValid from System.FilePath [✔]
  11122. 339.31 s [validity-path] +++ OK, passed 100 tests.
  11123. 339.31 s [validity-path] Path Rel File
  11124. 339.31 s [validity-path] checks for relative paths [✔]
  11125. 339.31 s [validity-path] +++ OK, passed 100 tests.
  11126. 339.31 s [validity-path] checks that the path is not empty [✔]
  11127. 339.31 s [validity-path] negatively checks for being "." [✔]
  11128. 339.31 s [validity-path] negatively checks for ending in "/." [✔]
  11129. 339.31 s [validity-path] negatively checks for containing ".." [✔]
  11130. 339.31 s [validity-path] checks for isValid from System.FilePath [✔]
  11131. 339.31 s [validity-path] +++ OK, passed 100 tests.
  11132. 339.31 s [validity-path] Path Abs Dir
  11133. 339.31 s [validity-path] checks for absolute paths [✔]
  11134. 339.31 s [validity-path] +++ OK, passed 100 tests.
  11135. 339.31 s [validity-path] negatively checks for containing ".." [✔]
  11136. 339.32 s [validity-path] checks for isValid from System.FilePath [✔]
  11137. 339.32 s [validity-path] +++ OK, passed 100 tests.
  11138. 339.32 s [validity-path] Path Rel Dir
  11139. 339.32 s [validity-path] checks for relative paths [✔]
  11140. 339.32 s [validity-path] +++ OK, passed 100 tests.
  11141. 339.32 s [validity-path] checks that the path is not empty [✔]
  11142. 339.32 s [validity-path] negatively checks for containing ".." [✔]
  11143. 339.32 s [validity-path] checks for isValid from System.FilePath [✔]
  11144. 339.32 s [validity-path] +++ OK, passed 100 tests.
  11145. 339.32 s [validity-path]
  11146. 339.32 s [validity-path] Finished in 0.0141 seconds
  11147. 339.32 s [validity-path] 22 examples, 0 failures
  11148. 339.33 s [validity-path] Test suite validity-path-test: PASS
  11149. 339.33 s [validity-path] Test suite logged to: dist/test/validity-path-0.4.0.1-validity-path-test.log
  11150. 339.33 s [validity-path] 1 of 1 test suites (1 of 1 test cases) passed.
  11151. 339.33 s [validity-path] Phase: haddockPhase
  11152. 339.45 s [validity-path] Preprocessing library for validity-path-0.4.0.1...
  11153. 339.45 s [validity-path] Running Haddock on library for validity-path-0.4.0.1...
  11154. 339.46 s [validity-path] Warning: The documentation for the following packages are not installed. No
  11155. 339.46 s [validity-path] links will be generated to these packages: path-0.9.6, path-0.9.6,
  11156. 339.46 s [validity-path] vector-0.13.2.0
  11157. 339.66 s [validity-path] [1 of 2] Compiling Data.Validity.Path ( src/Data/Validity/Path.hs, nothing )
  11158. 339.99 s [validity-path] [2 of 2] Compiling Paths_validity_path ( dist/build/autogen/Paths_validity_path.hs, nothing )
  11159. 340.01 s [validity-path] Haddock coverage:
  11160. 340.01 s [validity-path] Warning: '/.' is out of scope.
  11161. 340.01 s [validity-path] If you qualify the identifier, haddock can try to link it anyway.
  11162. 340.01 s [validity-path] 0% ( 0 / 1) in 'Data.Validity.Path'
  11163. 340.01 s [validity-path] Missing documentation for:
  11164. 340.01 s [validity-path] Module header
  11165. 340.09 s [validity-path] Warning: Data.Validity.Path: could not find link destinations for:
  11166. 340.09 s [validity-path] - Path.Internal.Posix.Path
  11167. 340.09 s [validity-path] - Path.Posix.Abs
  11168. 340.09 s [validity-path] - Path.Posix.Dir
  11169. 340.09 s [validity-path] - Path.Posix.File
  11170. 340.09 s [validity-path] - Path.Posix.Rel
  11171. 340.87 s [genvalidity-aeson] Documentation created: dist/doc/html/genvalidity-aeson/,
  11172. 340.87 s [genvalidity-aeson] dist/doc/html/genvalidity-aeson/genvalidity-aeson.txt
  11173. 340.93 s [genvalidity-aeson] Preprocessing benchmark 'genvalidity-aeson-bench' for genvalidity-aeson-1.1.0.0...
  11174. 340.93 s [genvalidity-aeson] Preprocessing test suite 'genvalidity-aeson-test' for genvalidity-aeson-1.1.0.0...
  11175. 340.94 s [genvalidity-aeson] Phase: installPhase
  11176. 341.04 s [genvalidity-aeson] Installing library in /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  11177. 341.25 s [genvalidity-aeson] Phase: fixupPhase
  11178. 341.27 s [genvalidity-aeson] shrinking RPATHs of ELF executables and libraries in /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0
  11179. 341.27 s [genvalidity-aeson] shrinking /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc-ghc9.10.3.so
  11180. 341.30 s [genvalidity-aeson] checking for references to /build/ in /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0...
  11181. 341.31 s [genvalidity-aeson] patching script interpreter paths in /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0
  11182. 341.32 s [genvalidity-aeson] stripping (with command strip and flags -S -p) in /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0/lib
  11183. 341.34 s [genvalidity-aeson] shrinking RPATHs of ELF executables and libraries in /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc
  11184. 341.35 s [genvalidity-aeson] checking for references to /build/ in /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc...
  11185. 341.36 s [genvalidity-aeson] patching script interpreter paths in /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc
  11186. 341.43 s [validity-case-insensitive] Documentation created: dist/doc/html/validity-case-insensitive/,
  11187. 341.43 s [validity-case-insensitive] dist/doc/html/validity-case-insensitive/validity-case-insensitive.txt
  11188. 341.48 s [validity-case-insensitive] Preprocessing test suite 'validity-case-insensitive-test' for validity-case-insensitive-0.0.0.0...
  11189. 341.49 s [validity-case-insensitive] Phase: installPhase
  11190. 341.54 s [validity-case-insensitive] Installing library in /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  11191. 341.77 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0
  11192. 342.20 s [post-build-hook] Pushing 2 paths (100 are already present) using zstd to cache smos ⏳
  11193. 342.26 s [post-build-hook]
  11194. 342.55 s [post-build-hook] Pushing /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0 (982.72 KiB)
  11195. 342.58 s [post-build-hook] Pushing /nix/store/6dr08irz2d5g76a9dlqrvilncfgxbffa-fuzzy-time-gen-0.3.0.0-doc (183.48 KiB)
  11196. 343.44 s [post-build-hook]
  11197. 343.44 s [post-build-hook] All done.
  11198. 343.46 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0
  11199. 343.52 s [post-build-hook] copying 0 paths...
  11200. 343.68 s [post-build-hook] copying 0 paths...
  11201. 343.73 s Progress: 87 of 152 built (6 building), 815 of 815 downloaded from cache
  11202. 343.74 s [opt-env-conf] [22 of 22] Compiling Paths_opt_env_conf ( dist/build/autogen/Paths_opt_env_conf.hs, dist/build/Paths_opt_env_conf.o, dist/build/Paths_opt_env_conf.dyn_o )
  11203. 343.74 s [opt-env-conf] [ 1 of 22] Compiling OptEnvConf.Args ( src/OptEnvConf/Args.hs, dist/build/OptEnvConf/Args.p_o )
  11204. 343.74 s [opt-env-conf] [ 2 of 22] Compiling OptEnvConf.Capability ( src/OptEnvConf/Capability.hs, dist/build/OptEnvConf/Capability.p_o )
  11205. 343.74 s [opt-env-conf] [ 3 of 22] Compiling OptEnvConf.Casing ( src/OptEnvConf/Casing.hs, dist/build/OptEnvConf/Casing.p_o )
  11206. 343.74 s [opt-env-conf] [ 4 of 22] Compiling OptEnvConf.Completer ( src/OptEnvConf/Completer.hs, dist/build/OptEnvConf/Completer.p_o )
  11207. 343.74 s [opt-env-conf] [ 5 of 22] Compiling OptEnvConf.EnvMap ( src/OptEnvConf/EnvMap.hs, dist/build/OptEnvConf/EnvMap.p_o )
  11208. 343.74 s [opt-env-conf] [ 6 of 22] Compiling OptEnvConf.NonDet ( src/OptEnvConf/NonDet.hs, dist/build/OptEnvConf/NonDet.p_o )
  11209. 343.74 s [opt-env-conf] [ 7 of 22] Compiling OptEnvConf.Reader ( src/OptEnvConf/Reader.hs, dist/build/OptEnvConf/Reader.p_o )
  11210. 343.74 s [opt-env-conf] [ 8 of 22] Compiling OptEnvConf.Setting ( src/OptEnvConf/Setting.hs, dist/build/OptEnvConf/Setting.p_o )
  11211. 343.74 s [opt-env-conf] [ 9 of 22] Compiling OptEnvConf.Parser ( src/OptEnvConf/Parser.hs, dist/build/OptEnvConf/Parser.p_o )
  11212. 343.74 s [validity-case-insensitive] Phase: fixupPhase
  11213. 343.74 s [validity-case-insensitive] shrinking RPATHs of ELF executables and libraries in /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0
  11214. 343.74 s [validity-case-insensitive] shrinking /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSvalidity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo-ghc9.10.3.so
  11215. 343.74 s [validity-case-insensitive] checking for references to /build/ in /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0...
  11216. 343.74 s [validity-case-insensitive] patching script interpreter paths in /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0
  11217. 343.74 s [validity-case-insensitive] stripping (with command strip and flags -S -p) in /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/lib
  11218. 343.74 s [validity-case-insensitive] shrinking RPATHs of ELF executables and libraries in /nix/store/ccna3k7302a1f468rrvfnx03b19cw8pj-validity-case-insensitive-0.0.0.0-doc
  11219. 343.74 s [validity-case-insensitive] checking for references to /build/ in /nix/store/ccna3k7302a1f468rrvfnx03b19cw8pj-validity-case-insensitive-0.0.0.0-doc...
  11220. 343.74 s [validity-case-insensitive] patching script interpreter paths in /nix/store/ccna3k7302a1f468rrvfnx03b19cw8pj-validity-case-insensitive-0.0.0.0-doc
  11221. 343.87 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0 /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc
  11222. 344.27 s [post-build-hook] Pushing 2 paths (92 are already present) using zstd to cache smos ⏳
  11223. 344.27 s [post-build-hook]
  11224. 344.63 s [post-build-hook] Pushing /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0 (2.47 MiB)
  11225. 344.66 s [post-build-hook] Pushing /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc (482.30 KiB)
  11226. 345.52 s [post-build-hook]
  11227. 345.52 s [post-build-hook] All done.
  11228. 345.54 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0 /nix/store/yclb0mhvzip8g58pkpfznhb66w65sswd-cursor-gen-0.4.0.0-doc
  11229. 345.60 s [post-build-hook] copying 0 paths...
  11230. 345.77 s [post-build-hook] copying 0 paths...
  11231. 345.84 s Progress: 88 of 152 built (5 building), 815 of 815 downloaded from cache
  11232. 345.87 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0 /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc
  11233. 346.31 s [post-build-hook] Pushing 2 paths (186 are already present) using zstd to cache smos ⏳
  11234. 346.31 s [post-build-hook]
  11235. 346.67 s [post-build-hook] Pushing /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc (180.85 KiB)
  11236. 346.73 s [post-build-hook] Pushing /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0 (429.84 KiB)
  11237. 347.59 s [post-build-hook]
  11238. 347.62 s [post-build-hook] All done.
  11239. 347.62 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/7c7b4b2vxdaw3qj8jhzs14cvr19kmzlm-genvalidity-aeson-1.1.0.0 /nix/store/n83naa4sfvdmvv91lv5i6c29l9mls70i-genvalidity-aeson-1.1.0.0-doc
  11240. 347.68 s [post-build-hook] copying 0 paths...
  11241. 347.81 s [post-build-hook] copying 0 paths...
  11242. 347.88 s Progress: 89 of 153 built (4 building), 815 of 815 downloaded from cache
  11243. 347.94 s Building cursor-fuzzy-time-gen-source
  11244. 347.99 s Building genvalidity-hspec-aeson-source
  11245. 347.99 s [genvalidity-persistent] Documentation created: dist/doc/html/genvalidity-persistent/,
  11246. 347.99 s [genvalidity-persistent] dist/doc/html/genvalidity-persistent/genvalidity-persistent.txt
  11247. 347.99 s [genvalidity-persistent] Preprocessing test suite 'genvalidity-persistent-test' for genvalidity-persistent-1.0.0.2...
  11248. 347.99 s [genvalidity-persistent] Preprocessing benchmark 'genvalidity-persistent-bench' for genvalidity-persistent-1.0.0.2...
  11249. 347.99 s [genvalidity-persistent] Phase: installPhase
  11250. 347.99 s [genvalidity-persistent] Installing library in /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  11251. 347.99 s [genvalidity-persistent] Phase: fixupPhase
  11252. 347.99 s [genvalidity-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2
  11253. 347.99 s [genvalidity-persistent] shrinking /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax-ghc9.10.3.so
  11254. 347.99 s [genvalidity-persistent] checking for references to /build/ in /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2...
  11255. 347.99 s [genvalidity-persistent] patching script interpreter paths in /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2
  11256. 347.99 s [genvalidity-persistent] stripping (with command strip and flags -S -p) in /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2/lib
  11257. 347.99 s [genvalidity-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/rcq0gfps8iaycrwz7j80qy5lx4xc9rz7-genvalidity-persistent-1.0.0.2-doc
  11258. 347.99 s [genvalidity-persistent] checking for references to /build/ in /nix/store/rcq0gfps8iaycrwz7j80qy5lx4xc9rz7-genvalidity-persistent-1.0.0.2-doc...
  11259. 347.99 s [genvalidity-persistent] patching script interpreter paths in /nix/store/rcq0gfps8iaycrwz7j80qy5lx4xc9rz7-genvalidity-persistent-1.0.0.2-doc
  11260. 347.99 s [opt-env-conf] [10 of 22] Compiling OptEnvConf.Output ( src/OptEnvConf/Output.hs, dist/build/OptEnvConf/Output.p_o )
  11261. 347.99 s [opt-env-conf] [11 of 22] Compiling OptEnvConf.Nix ( src/OptEnvConf/Nix.hs, dist/build/OptEnvConf/Nix.p_o )
  11262. 347.99 s [opt-env-conf] [12 of 22] Compiling OptEnvConf.Doc ( src/OptEnvConf/Doc.hs, dist/build/OptEnvConf/Doc.p_o )
  11263. 347.99 s [opt-env-conf] [13 of 22] Compiling OptEnvConf.Error ( src/OptEnvConf/Error.hs, dist/build/OptEnvConf/Error.p_o )
  11264. 347.99 s [opt-env-conf] [14 of 22] Compiling OptEnvConf.Completion ( src/OptEnvConf/Completion.hs, dist/build/OptEnvConf/Completion.p_o )
  11265. 347.99 s [opt-env-conf] [15 of 22] Compiling OptEnvConf.Terminal ( src/OptEnvConf/Terminal.hs, dist/build/OptEnvConf/Terminal.p_o )
  11266. 347.99 s [opt-env-conf] [16 of 22] Compiling OptEnvConf.Validation ( src/OptEnvConf/Validation.hs, dist/build/OptEnvConf/Validation.p_o )
  11267. 347.99 s [opt-env-conf] [17 of 22] Compiling OptEnvConf.Run ( src/OptEnvConf/Run.hs, dist/build/OptEnvConf/Run.p_o )
  11268. 347.99 s [validity-path] Documentation created: dist/doc/html/validity-path/,
  11269. 347.99 s [validity-path] dist/doc/html/validity-path/validity-path.txt
  11270. 347.99 s [validity-path] Preprocessing test suite 'validity-path-test' for validity-path-0.4.0.1...
  11271. 347.99 s [validity-path] Phase: installPhase
  11272. 347.99 s [validity-path] Installing library in /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  11273. 347.99 s [validity-path] Phase: fixupPhase
  11274. 347.99 s [validity-path] shrinking RPATHs of ELF executables and libraries in /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1
  11275. 347.99 s [validity-path] shrinking /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSvalidity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp-ghc9.10.3.so
  11276. 347.99 s [validity-path] checking for references to /build/ in /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1...
  11277. 347.99 s [validity-path] patching script interpreter paths in /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1
  11278. 347.99 s [validity-path] stripping (with command strip and flags -S -p) in /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/lib
  11279. 347.99 s [validity-path] shrinking RPATHs of ELF executables and libraries in /nix/store/q5xqhsr25dycf88xlb6aw0v44gcxhlh6-validity-path-0.4.0.1-doc
  11280. 347.99 s [validity-path] checking for references to /build/ in /nix/store/q5xqhsr25dycf88xlb6aw0v44gcxhlh6-validity-path-0.4.0.1-doc...
  11281. 347.99 s [validity-path] patching script interpreter paths in /nix/store/q5xqhsr25dycf88xlb6aw0v44gcxhlh6-validity-path-0.4.0.1-doc
  11282. 348.01 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0
  11283. 348.42 s [post-build-hook] Pushing 2 paths (76 are already present) using zstd to cache smos ⏳
  11284. 348.42 s [post-build-hook]
  11285. 348.77 s [post-build-hook] Pushing /nix/store/ccna3k7302a1f468rrvfnx03b19cw8pj-validity-case-insensitive-0.0.0.0-doc (150.77 KiB)
  11286. 348.83 s [post-build-hook] Pushing /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0 (310.84 KiB)
  11287. 349.68 s [post-build-hook]
  11288. 349.68 s [post-build-hook] All done.
  11289. 349.70 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0
  11290. 349.77 s [post-build-hook] copying 0 paths...
  11291. 349.89 s [post-build-hook] copying 0 paths...
  11292. 349.94 s Progress: 90 of 151 built (5 building), 815 of 815 downloaded from cache
  11293. 349.99 s Building ical-source
  11294. 349.99 s [opt-env-conf] [18 of 22] Compiling OptEnvConf.Check ( src/OptEnvConf/Check.hs, dist/build/OptEnvConf/Check.p_o )
  11295. 349.99 s [opt-env-conf] [19 of 22] Compiling OptEnvConf.Lint ( src/OptEnvConf/Lint.hs, dist/build/OptEnvConf/Lint.p_o )
  11296. 349.99 s [opt-env-conf] [20 of 22] Compiling OptEnvConf.Main ( src/OptEnvConf/Main.hs, dist/build/OptEnvConf/Main.p_o )
  11297. 349.99 s [cursor-fuzzy-time-gen-source] Phase: setupCompilerEnvironmentPhase
  11298. 349.99 s [cursor-fuzzy-time-gen-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  11299. 349.99 s [cursor-fuzzy-time-gen-source] Phase: unpackPhase
  11300. 349.99 s [cursor-fuzzy-time-gen-source] unpacking source archive /nix/store/n31bd2i4n0g0y6k868wylxvqvqq5j726-cursor-fuzzy-time-gen
  11301. 349.99 s [cursor-fuzzy-time-gen-source] source root is cursor-fuzzy-time-gen
  11302. 349.99 s [cursor-fuzzy-time-gen-source] Phase: patchPhase
  11303. 349.99 s [cursor-fuzzy-time-gen-source] Phase: compileBuildDriverPhase
  11304. 349.99 s [cursor-fuzzy-time-gen-source] setupCompileFlags: -package-db=/build/tmp.REPE09Pr5y/setup-package.conf.d -threaded
  11305. 349.99 s [cursor-fuzzy-time-gen-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.REPE09Pr5y/Main.o )
  11306. 349.99 s [cursor-fuzzy-time-gen-source] [2 of 2] Linking Setup
  11307. 349.99 s [cursor-fuzzy-time-gen-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  11308. 349.99 s [cursor-fuzzy-time-gen-source] Phase: configurePhase
  11309. 349.99 s [cursor-fuzzy-time-gen-source] configureFlags: --verbose --prefix=/nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/cursor-fuzzy-time-gen-0.2.0.0 --with-gcc=gcc --package-db=/build/tmp.REPE09Pr5y/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  11310. 349.99 s [cursor-fuzzy-time-gen-source] Using Parsec parser
  11311. 349.99 s [cursor-fuzzy-time-gen-source] Configuring cursor-fuzzy-time-gen-0.2.0.0...
  11312. 349.99 s [genvalidity-hspec-aeson-source] Phase: setupCompilerEnvironmentPhase
  11313. 349.99 s [genvalidity-hspec-aeson-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  11314. 349.99 s [genvalidity-hspec-aeson-source] Phase: unpackPhase
  11315. 349.99 s [genvalidity-hspec-aeson-source] unpacking source archive /nix/store/9aragxxdzn8q9ql6wsfqa82vhc5fsjg4-genvalidity-hspec-aeson
  11316. 349.99 s [genvalidity-hspec-aeson-source] source root is genvalidity-hspec-aeson
  11317. 349.99 s [genvalidity-hspec-aeson-source] Phase: patchPhase
  11318. 349.99 s [genvalidity-hspec-aeson-source] Phase: compileBuildDriverPhase
  11319. 350.00 s [genvalidity-hspec-aeson-source] setupCompileFlags: -package-db=/build/tmp.ws0GV01tJ6/setup-package.conf.d -threaded
  11320. 350.00 s [genvalidity-hspec-aeson-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.ws0GV01tJ6/Main.o )
  11321. 350.00 s [genvalidity-hspec-aeson-source] [2 of 2] Linking Setup
  11322. 350.00 s [genvalidity-hspec-aeson-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  11323. 350.00 s [genvalidity-hspec-aeson-source] Phase: configurePhase
  11324. 350.00 s [genvalidity-hspec-aeson-source] configureFlags: --verbose --prefix=/nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-hspec-aeson-1.0.0.0 --with-gcc=gcc --package-db=/build/tmp.ws0GV01tJ6/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  11325. 350.00 s [genvalidity-hspec-aeson-source] Using Parsec parser
  11326. 350.00 s [genvalidity-hspec-aeson-source] Configuring genvalidity-hspec-aeson-1.0.0.0...
  11327. 350.13 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2
  11328. 350.62 s [post-build-hook] Pushing 2 paths (276 are already present) using zstd to cache smos ⏳
  11329. 350.62 s [post-build-hook]
  11330. 350.96 s [post-build-hook] Pushing /nix/store/rcq0gfps8iaycrwz7j80qy5lx4xc9rz7-genvalidity-persistent-1.0.0.2-doc (220.08 KiB)
  11331. 351.03 s [post-build-hook] Pushing /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2 (540.52 KiB)
  11332. 351.91 s [post-build-hook]
  11333. 351.91 s [post-build-hook] All done.
  11334. 351.92 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/kv6lbjbsinr83p9kyl5801cwhbnaqs0f-genvalidity-persistent-1.0.0.2
  11335. 352.00 s [post-build-hook] copying 0 paths...
  11336. 352.14 s [post-build-hook] copying 0 paths...
  11337. 352.23 s Progress: 91 of 151 built (5 building), 815 of 815 downloaded from cache
  11338. 352.25 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1
  11339. 352.66 s [post-build-hook] Pushing 2 paths (167 are already present) using zstd to cache smos ⏳
  11340. 352.71 s [post-build-hook]
  11341. 353.00 s [post-build-hook] Pushing /nix/store/q5xqhsr25dycf88xlb6aw0v44gcxhlh6-validity-path-0.4.0.1-doc (202.62 KiB)
  11342. 353.01 s [post-build-hook] Pushing /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1 (484.49 KiB)
  11343. 354.24 s [post-build-hook]
  11344. 354.24 s [post-build-hook] All done.
  11345. 354.25 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1
  11346. 354.32 s [post-build-hook] copying 0 paths...
  11347. 354.45 s [post-build-hook] copying 0 paths...
  11348. 354.51 s Progress: 92 of 152 built (4 building), 815 of 815 downloaded from cache
  11349. 354.58 s Building dirforest-source
  11350. 354.63 s Building genvalidity-path-source
  11351. 354.63 s [opt-env-conf] [21 of 22] Compiling OptEnvConf ( src/OptEnvConf.hs, dist/build/OptEnvConf.p_o )
  11352. 354.64 s [opt-env-conf] [22 of 22] Compiling Paths_opt_env_conf ( dist/build/autogen/Paths_opt_env_conf.hs, dist/build/Paths_opt_env_conf.p_o )
  11353. 354.64 s [opt-env-conf] Phase: haddockPhase
  11354. 354.64 s [opt-env-conf] Preprocessing library for opt-env-conf-0.15.0.1...
  11355. 354.64 s [opt-env-conf] Running Haddock on library for opt-env-conf-0.15.0.1...
  11356. 354.64 s [opt-env-conf] Warning: The documentation for the following packages are not installed. No
  11357. 354.64 s [opt-env-conf] links will be generated to these packages: attoparsec-0.14.4,
  11358. 354.64 s [opt-env-conf] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
  11359. 354.64 s [opt-env-conf] [ 1 of 22] Compiling OptEnvConf.Args ( src/OptEnvConf/Args.hs, nothing )
  11360. 354.64 s [opt-env-conf] [ 2 of 22] Compiling OptEnvConf.Capability ( src/OptEnvConf/Capability.hs, nothing )
  11361. 354.64 s [opt-env-conf] [ 3 of 22] Compiling OptEnvConf.Casing ( src/OptEnvConf/Casing.hs, nothing )
  11362. 354.64 s [opt-env-conf] [ 4 of 22] Compiling OptEnvConf.Completer ( src/OptEnvConf/Completer.hs, nothing )
  11363. 354.64 s [opt-env-conf] [ 5 of 22] Compiling OptEnvConf.EnvMap ( src/OptEnvConf/EnvMap.hs, nothing )
  11364. 354.64 s [opt-env-conf] [ 6 of 22] Compiling OptEnvConf.NonDet ( src/OptEnvConf/NonDet.hs, nothing )
  11365. 354.64 s [opt-env-conf] [ 7 of 22] Compiling OptEnvConf.Reader ( src/OptEnvConf/Reader.hs, nothing )
  11366. 354.64 s [opt-env-conf] [ 8 of 22] Compiling OptEnvConf.Setting ( src/OptEnvConf/Setting.hs, nothing )
  11367. 354.64 s [opt-env-conf] [ 9 of 22] Compiling OptEnvConf.Parser ( src/OptEnvConf/Parser.hs, nothing )
  11368. 354.64 s [opt-env-conf] [10 of 22] Compiling OptEnvConf.Output ( src/OptEnvConf/Output.hs, nothing )
  11369. 354.64 s [opt-env-conf] [11 of 22] Compiling OptEnvConf.Nix ( src/OptEnvConf/Nix.hs, nothing )
  11370. 354.64 s [opt-env-conf] [12 of 22] Compiling OptEnvConf.Doc ( src/OptEnvConf/Doc.hs, nothing )
  11371. 354.64 s [opt-env-conf] [13 of 22] Compiling OptEnvConf.Error ( src/OptEnvConf/Error.hs, nothing )
  11372. 354.64 s [opt-env-conf] [14 of 22] Compiling OptEnvConf.Completion ( src/OptEnvConf/Completion.hs, nothing )
  11373. 354.64 s [opt-env-conf] [15 of 22] Compiling OptEnvConf.Terminal ( src/OptEnvConf/Terminal.hs, nothing )
  11374. 354.64 s [opt-env-conf] [16 of 22] Compiling OptEnvConf.Validation ( src/OptEnvConf/Validation.hs, nothing )
  11375. 354.64 s [opt-env-conf] [17 of 22] Compiling OptEnvConf.Run ( src/OptEnvConf/Run.hs, nothing )
  11376. 354.64 s [opt-env-conf] [18 of 22] Compiling OptEnvConf.Check ( src/OptEnvConf/Check.hs, nothing )
  11377. 354.64 s [opt-env-conf] [19 of 22] Compiling OptEnvConf.Lint ( src/OptEnvConf/Lint.hs, nothing )
  11378. 354.64 s [opt-env-conf] [20 of 22] Compiling OptEnvConf.Main ( src/OptEnvConf/Main.hs, nothing )
  11379. 354.64 s [opt-env-conf] [21 of 22] Compiling OptEnvConf ( src/OptEnvConf.hs, nothing )
  11380. 354.64 s [opt-env-conf] [22 of 22] Compiling Paths_opt_env_conf ( dist/build/autogen/Paths_opt_env_conf.hs, nothing )
  11381. 354.64 s [opt-env-conf] Haddock coverage:
  11382. 354.64 s [opt-env-conf] Warning: 'Args' is ambiguous. It is defined
  11383. 354.64 s [opt-env-conf] * at src/OptEnvConf/Args.hs:97:13
  11384. 354.64 s [opt-env-conf] * at src/OptEnvConf/Args.hs:97:1
  11385. 354.64 s [opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
  11386. 354.64 s [opt-env-conf] by specifying the type/value namespace explicitly.
  11387. 354.64 s [opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Args.hs:97:1
  11388. 354.64 s [opt-env-conf] 50% ( 9 / 18) in 'OptEnvConf.Args'
  11389. 354.64 s [opt-env-conf] Missing documentation for:
  11390. 354.64 s [opt-env-conf] Module header
  11391. 354.64 s [opt-env-conf] recogniseLeftovers (src/OptEnvConf/Args.hs:377)
  11392. 354.64 s [opt-env-conf] argsAtEnd (src/OptEnvConf/Args.hs:118)
  11393. 354.64 s [opt-env-conf] Arg (src/OptEnvConf/Args.hs:53)
  11394. 354.64 s [opt-env-conf] parseArg (src/OptEnvConf/Args.hs:76)
  11395. 354.64 s [opt-env-conf] renderArg (src/OptEnvConf/Args.hs:86)
  11396. 354.64 s [opt-env-conf] Dashed (src/OptEnvConf/Args.hs:391)
  11397. 354.64 s [opt-env-conf] renderDashed (src/OptEnvConf/Args.hs:405)
  11398. 354.64 s [opt-env-conf] prefixDashed (src/OptEnvConf/Args.hs:410)
  11399. 354.64 s [opt-env-conf] 22% ( 2 / 9) in 'OptEnvConf.Capability'
  11400. 354.64 s [opt-env-conf] Missing documentation for:
  11401. 354.64 s [opt-env-conf] Module header
  11402. 354.64 s [opt-env-conf] Capabilities (src/OptEnvConf/Capability.hs:30)
  11403. 354.64 s [opt-env-conf] Capability (src/OptEnvConf/Capability.hs:50)
  11404. 354.64 s [opt-env-conf] allCapabilities (src/OptEnvConf/Capability.hs:36)
  11405. 354.64 s [opt-env-conf] enableCapability (src/OptEnvConf/Capability.hs:39)
  11406. 354.64 s [opt-env-conf] disableCapability (src/OptEnvConf/Capability.hs:43)
  11407. 354.64 s [opt-env-conf] missingCapabilities (src/OptEnvConf/Capability.hs:47)
  11408. 354.64 s [opt-env-conf] 85% ( 6 / 7) in 'OptEnvConf.Casing'
  11409. 354.64 s [opt-env-conf] Missing documentation for:
  11410. 354.64 s [opt-env-conf] Module header
  11411. 354.64 s [opt-env-conf] 8% ( 1 / 12) in 'OptEnvConf.Completer'
  11412. 354.64 s [opt-env-conf] Missing documentation for:
  11413. 354.64 s [opt-env-conf] Module header
  11414. 354.64 s [opt-env-conf] Completer (src/OptEnvConf/Completer.hs:51)
  11415. 354.64 s [opt-env-conf] mkCompleter (src/OptEnvConf/Completer.hs:55)
  11416. 354.64 s [opt-env-conf] CompletionResult (src/OptEnvConf/Completer.hs:38)
  11417. 354.64 s [opt-env-conf] finalResult (src/OptEnvConf/Completer.hs:45)
  11418. 354.64 s [opt-env-conf] listCompleter (src/OptEnvConf/Completer.hs:58)
  11419. 354.64 s [opt-env-conf] listIOCompleter (src/OptEnvConf/Completer.hs:61)
  11420. 354.64 s [opt-env-conf] filePath (src/OptEnvConf/Completer.hs:64)
  11421. 354.64 s [opt-env-conf] filePathWithExtension (src/OptEnvConf/Completer.hs:136)
  11422. 354.64 s [cursor-fuzzy-time-gen-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
  11423. 354.64 s [cursor-fuzzy-time-gen-source] Dependency cursor-fuzzy-time: using cursor-fuzzy-time-0.1.0.0
  11424. 354.64 s [cursor-fuzzy-time-gen-source] Dependency cursor-gen: using cursor-gen-0.4.0.0
  11425. 354.64 s [cursor-fuzzy-time-gen-source] Dependency fuzzy-time-gen: using fuzzy-time-gen-0.3.0.0
  11426. 354.64 s [cursor-fuzzy-time-gen-source] Dependency genvalidity: using genvalidity-1.1.1.0
  11427. 354.64 s [cursor-fuzzy-time-gen-source] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
  11428. 354.64 s [cursor-fuzzy-time-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  11429. 354.64 s [cursor-fuzzy-time-gen-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
  11430. 354.64 s [cursor-fuzzy-time-gen-source] Dependency cursor-fuzzy-time: using cursor-fuzzy-time-0.1.0.0
  11431. 354.64 s [cursor-fuzzy-time-gen-source] Dependency cursor-fuzzy-time-gen: using cursor-fuzzy-time-gen-0.2.0.0
  11432. 354.64 s [cursor-fuzzy-time-gen-source] Dependency fuzzy-time: using fuzzy-time-0.3.0.1
  11433. 354.64 s [cursor-fuzzy-time-gen-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  11434. 354.64 s [cursor-fuzzy-time-gen-source] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
  11435. 354.64 s [cursor-fuzzy-time-gen-source] Dependency hspec: using hspec-2.11.14
  11436. 354.64 s [cursor-fuzzy-time-gen-source] Dependency time: using time-1.12.2
  11437. 354.64 s [cursor-fuzzy-time-gen-source] Source component graph:
  11438. 354.64 s [cursor-fuzzy-time-gen-source] component lib
  11439. 354.64 s [cursor-fuzzy-time-gen-source] component test:cursor-fuzzy-time-test dependency lib
  11440. 354.64 s [cursor-fuzzy-time-gen-source] Configured component graph:
  11441. 354.64 s [cursor-fuzzy-time-gen-source] component cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  11442. 354.64 s [cursor-fuzzy-time-gen-source] include base-4.20.2.0-fafd
  11443. 354.64 s [cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  11444. 354.64 s [cursor-fuzzy-time-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  11445. 354.64 s [cursor-fuzzy-time-gen-source] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  11446. 354.64 s [cursor-fuzzy-time-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  11447. 354.64 s [cursor-fuzzy-time-gen-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  11448. 354.64 s [cursor-fuzzy-time-gen-source] component cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
  11449. 354.64 s [cursor-fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  11450. 354.64 s [cursor-fuzzy-time-gen-source] include base-4.20.2.0-fafd
  11451. 354.64 s [cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  11452. 354.64 s [cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  11453. 354.64 s [cursor-fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  11454. 354.64 s [cursor-fuzzy-time-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  11455. 354.64 s [cursor-fuzzy-time-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  11456. 354.64 s [cursor-fuzzy-time-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  11457. 354.64 s [cursor-fuzzy-time-gen-source] include time-1.12.2-3479
  11458. 354.64 s [cursor-fuzzy-time-gen-source] Linked component graph:
  11459. 354.64 s [cursor-fuzzy-time-gen-source] unit cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  11460. 354.64 s [cursor-fuzzy-time-gen-source] include base-4.20.2.0-fafd
  11461. 354.64 s [cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  11462. 354.64 s [cursor-fuzzy-time-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  11463. 354.64 s [cursor-fuzzy-time-gen-source] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  11464. 354.64 s [cursor-fuzzy-time-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  11465. 354.64 s [cursor-fuzzy-time-gen-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  11466. 354.64 s [cursor-fuzzy-time-gen-source] Cursor.FuzzyDay.Gen=cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd:Cursor.FuzzyDay.Gen,Cursor.FuzzyLocalTime.Gen=cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd:Cursor.FuzzyLocalTime.Gen,Cursor.FuzzyTimeOfDay.Gen=cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd:Cursor.FuzzyTimeOfDay.Gen
  11467. 354.64 s [cursor-fuzzy-time-gen-source] unit cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
  11468. 354.64 s [cursor-fuzzy-time-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  11469. 354.64 s [cursor-fuzzy-time-gen-source] include base-4.20.2.0-fafd
  11470. 354.64 s [cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  11471. 354.64 s [cursor-fuzzy-time-gen-source] include cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  11472. 354.64 s [cursor-fuzzy-time-gen-source] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  11473. 354.64 s [cursor-fuzzy-time-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  11474. 354.64 s [cursor-fuzzy-time-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  11475. 354.64 s [cursor-fuzzy-time-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  11476. 354.64 s [cursor-fuzzy-time-gen-source] include time-1.12.2-3479
  11477. 354.64 s [cursor-fuzzy-time-gen-source] Ready component graph:
  11478. 354.64 s [cursor-fuzzy-time-gen-source] definite cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  11479. 354.64 s [cursor-fuzzy-time-gen-source] depends base-4.20.2.0-fafd
  11480. 354.64 s [cursor-fuzzy-time-gen-source] depends cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  11481. 354.64 s [cursor-fuzzy-time-gen-source] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  11482. 354.64 s [cursor-fuzzy-time-gen-source] depends fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  11483. 354.64 s [cursor-fuzzy-time-gen-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  11484. 354.64 s [cursor-fuzzy-time-gen-source] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  11485. 354.64 s [cursor-fuzzy-time-gen-source] definite cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
  11486. 354.64 s [cursor-fuzzy-time-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  11487. 354.64 s [cursor-fuzzy-time-gen-source] depends base-4.20.2.0-fafd
  11488. 354.64 s [cursor-fuzzy-time-gen-source] depends cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  11489. 354.64 s [cursor-fuzzy-time-gen-source] depends cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  11490. 354.64 s [cursor-fuzzy-time-gen-source] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  11491. 354.64 s [genvalidity-hspec-aeson-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  11492. 354.64 s [genvalidity-hspec-aeson-source] Dependency aeson: using aeson-2.2.3.0
  11493. 354.64 s [genvalidity-hspec-aeson-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
  11494. 354.64 s [genvalidity-hspec-aeson-source] Dependency deepseq: using deepseq-1.5.0.0
  11495. 354.64 s [genvalidity-hspec-aeson-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  11496. 354.64 s [genvalidity-hspec-aeson-source] Dependency genvalidity-hspec >=0.6: using genvalidity-hspec-1.0.0.4
  11497. 354.64 s [genvalidity-hspec-aeson-source] Dependency hspec: using hspec-2.11.14
  11498. 354.64 s [genvalidity-hspec-aeson-source] Dependency aeson: using aeson-2.2.3.0
  11499. 354.64 s [genvalidity-hspec-aeson-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
  11500. 354.64 s [genvalidity-hspec-aeson-source] Dependency genvalidity: using genvalidity-1.1.1.0
  11501. 354.64 s [genvalidity-hspec-aeson-source] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
  11502. 354.64 s [genvalidity-hspec-aeson-source] Dependency genvalidity-hspec-aeson: using genvalidity-hspec-aeson-1.0.0.0
  11503. 354.64 s [genvalidity-hspec-aeson-source] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
  11504. 354.64 s [genvalidity-hspec-aeson-source] Dependency hspec: using hspec-2.11.14
  11505. 354.64 s [genvalidity-hspec-aeson-source] Dependency text: using text-2.1.3
  11506. 354.64 s [genvalidity-hspec-aeson-source] Source component graph:
  11507. 354.64 s [genvalidity-hspec-aeson-source] component lib
  11508. 354.64 s [genvalidity-hspec-aeson-source] component test:genvalidity-hspec-aeson-test dependency lib
  11509. 354.64 s [genvalidity-hspec-aeson-source] Configured component graph:
  11510. 354.64 s [genvalidity-hspec-aeson-source] component genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  11511. 354.64 s [genvalidity-hspec-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  11512. 354.64 s [genvalidity-hspec-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  11513. 354.64 s [genvalidity-hspec-aeson-source] include base-4.20.2.0-fafd
  11514. 354.64 s [genvalidity-hspec-aeson-source] include deepseq-1.5.0.0-2b65
  11515. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  11516. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  11517. 354.64 s [genvalidity-hspec-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  11518. 354.64 s [genvalidity-hspec-aeson-source] component genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
  11519. 354.64 s [genvalidity-hspec-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  11520. 354.64 s [genvalidity-hspec-aeson-source] include base-4.20.2.0-fafd
  11521. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  11522. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  11523. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  11524. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  11525. 354.64 s [genvalidity-hspec-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  11526. 354.64 s [genvalidity-hspec-aeson-source] include text-2.1.3-34f1
  11527. 354.64 s [genvalidity-hspec-aeson-source] Linked component graph:
  11528. 354.64 s [genvalidity-hspec-aeson-source] unit genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  11529. 354.64 s [genvalidity-hspec-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  11530. 354.64 s [genvalidity-hspec-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  11531. 354.64 s [genvalidity-hspec-aeson-source] include base-4.20.2.0-fafd
  11532. 354.64 s [genvalidity-hspec-aeson-source] include deepseq-1.5.0.0-2b65
  11533. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  11534. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  11535. 354.64 s [genvalidity-hspec-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  11536. 354.64 s [genvalidity-hspec-aeson-source] Test.Validity.Aeson=genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj:Test.Validity.Aeson
  11537. 354.64 s [genvalidity-hspec-aeson-source] unit genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
  11538. 354.64 s [genvalidity-hspec-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  11539. 354.64 s [genvalidity-hspec-aeson-source] include base-4.20.2.0-fafd
  11540. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  11541. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  11542. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  11543. 354.64 s [genvalidity-hspec-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  11544. 354.64 s [genvalidity-hspec-aeson-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  11545. 354.64 s [genvalidity-hspec-aeson-source] include text-2.1.3-34f1
  11546. 354.64 s [genvalidity-hspec-aeson-source] Ready component graph:
  11547. 354.64 s [genvalidity-hspec-aeson-source] definite genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  11548. 354.64 s [genvalidity-hspec-aeson-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  11549. 354.64 s [genvalidity-hspec-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  11550. 354.64 s [genvalidity-hspec-aeson-source] depends base-4.20.2.0-fafd
  11551. 354.64 s [genvalidity-hspec-aeson-source] depends deepseq-1.5.0.0-2b65
  11552. 354.64 s [genvalidity-hspec-aeson-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  11553. 354.64 s [genvalidity-hspec-aeson-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  11554. 354.64 s [genvalidity-hspec-aeson-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  11555. 354.64 s [genvalidity-hspec-aeson-source] definite genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
  11556. 354.64 s [genvalidity-hspec-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  11557. 354.64 s [genvalidity-hspec-aeson-source] depends base-4.20.2.0-fafd
  11558. 354.64 s [genvalidity-hspec-aeson-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  11559. 354.64 s [genvalidity-hspec-aeson-source] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  11560. 354.64 s [genvalidity-hspec-aeson-source] depends genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  11561. 354.64 s [genvalidity-hspec-aeson-source] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  11562. 354.64 s [genvalidity-hspec-aeson-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  11563. 354.64 s [genvalidity-hspec-aeson-source] depends text-2.1.3-34f1
  11564. 354.64 s [genvalidity-hspec-aeson-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  11565. 354.64 s [genvalidity-hspec-aeson-source] Using compiler: ghc-9.10.3
  11566. 354.64 s [genvalidity-hspec-aeson-source] Using install prefix:
  11567. 354.64 s [genvalidity-hspec-aeson-source] /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0
  11568. 354.64 s [genvalidity-hspec-aeson-source] Executables installed in:
  11569. 354.64 s [ical-source] Phase: setupCompilerEnvironmentPhase
  11570. 354.64 s [ical-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  11571. 354.64 s [ical-source] Phase: unpackPhase
  11572. 354.64 s [ical-source] unpacking source archive /nix/store/m50nd2j089g4dgnpx9bvspcgsmh6pv46-ical
  11573. 354.64 s [ical-source] source root is ical
  11574. 354.64 s [ical-source] Phase: patchPhase
  11575. 354.64 s [ical-source] Phase: compileBuildDriverPhase
  11576. 354.64 s [ical-source] setupCompileFlags: -package-db=/build/tmp.GxqGJ6ii53/setup-package.conf.d -threaded
  11577. 354.65 s [ical-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.GxqGJ6ii53/Main.o )
  11578. 354.65 s [ical-source] [2 of 2] Linking Setup
  11579. 354.65 s [ical-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  11580. 354.65 s [ical-source] Phase: configurePhase
  11581. 354.65 s [ical-source] configureFlags: --verbose --prefix=/nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/ical-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.GxqGJ6ii53/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  11582. 354.65 s [ical-source] Using Parsec parser
  11583. 354.65 s [ical-source] Configuring ical-0.0.0.0...
  11584. 354.65 s [ical-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  11585. 354.65 s [ical-source] Dependency base64: using base64-1.0
  11586. 354.65 s [ical-source] Dependency bytestring: using bytestring-0.12.2.0
  11587. 354.65 s [ical-source] Dependency case-insensitive: using case-insensitive-1.2.1.0
  11588. 354.65 s [ical-source] Dependency conformance: using conformance-0.1.0.0
  11589. 354.65 s [ical-source] Dependency containers: using containers-0.7
  11590. 354.65 s [ical-source] Dependency deepseq: using deepseq-1.5.0.0
  11591. 354.65 s [ical-source] Dependency dlist: using dlist-1.0
  11592. 354.65 s [ical-source] Dependency megaparsec: using megaparsec-9.7.0
  11593. 354.65 s [ical-source] Dependency network-uri: using network-uri-2.6.4.2
  11594. 354.65 s [ical-source] Dependency text: using text-2.1.3
  11595. 354.65 s [ical-source] Dependency time: using time-1.12.2
  11596. 354.65 s [ical-source] Dependency time-compat: using time-compat-1.9.8
  11597. 354.65 s [ical-source] Dependency validity: using validity-0.12.1.0
  11598. 354.65 s [ical-source] Dependency validity-bytestring: using validity-bytestring-0.4.1.1
  11599. 354.65 s [ical-source] Dependency validity-case-insensitive: using validity-case-insensitive-0.0.0.0
  11600. 354.65 s [ical-source] Dependency validity-containers: using validity-containers-0.5.0.5
  11601. 354.65 s [ical-source] Dependency validity-network-uri: using validity-network-uri-0.0.0.1
  11602. 354.65 s [ical-source] Dependency validity-text: using validity-text-0.3.1.3
  11603. 354.65 s [ical-source] Dependency validity-time: using validity-time-0.5.0.0
  11604. 354.65 s [ical-source] Source component graph: component lib
  11605. 354.65 s [ical-source] Configured component graph:
  11606. 354.65 s [ical-source] component ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  11607. 354.65 s [ical-source] include base-4.20.2.0-fafd
  11608. 354.65 s [ical-source] include base64-1.0-N8iliogjNkyTcibCuxQp
  11609. 354.65 s [ical-source] include bytestring-0.12.2.0-96e1
  11610. 354.65 s [ical-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  11611. 354.65 s [ical-source] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  11612. 354.65 s [ical-source] include containers-0.7-96b4
  11613. 354.65 s [ical-source] include deepseq-1.5.0.0-2b65
  11614. 354.65 s [ical-source] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  11615. 354.65 s [ical-source] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  11616. 354.65 s [ical-source] include network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
  11617. 354.65 s [ical-source] include text-2.1.3-34f1
  11618. 354.65 s [ical-source] include time-1.12.2-3479
  11619. 354.65 s [opt-env-conf] filePathWithExtensions (src/OptEnvConf/Completer.hs:139)
  11620. 354.65 s [opt-env-conf] directoryPath (src/OptEnvConf/Completer.hs:148)
  11621. 354.65 s [opt-env-conf] 16% ( 1 / 6) in 'OptEnvConf.EnvMap'
  11622. 354.65 s [opt-env-conf] Missing documentation for:
  11623. 354.65 s [opt-env-conf] Module header
  11624. 354.65 s [opt-env-conf] empty (src/OptEnvConf/EnvMap.hs:29)
  11625. 354.65 s [opt-env-conf] parse (src/OptEnvConf/EnvMap.hs:32)
  11626. 354.65 s [opt-env-conf] lookup (src/OptEnvConf/EnvMap.hs:35)
  11627. 354.65 s [opt-env-conf] insert (src/OptEnvConf/EnvMap.hs:38)
  11628. 354.65 s [opt-env-conf] 0% ( 0 / 6) in 'OptEnvConf.NonDet'
  11629. 354.65 s [opt-env-conf] Missing documentation for:
  11630. 354.65 s [opt-env-conf] Module header
  11631. 354.65 s [opt-env-conf] runNonDet (src/OptEnvConf/NonDet.hs:23)
  11632. 354.65 s [opt-env-conf] runNonDetT (src/OptEnvConf/NonDet.hs:28)
  11633. 354.65 s [opt-env-conf] runNonDetTLazy (src/OptEnvConf/NonDet.hs:31)
  11634. 354.65 s [opt-env-conf] liftNonDetTList (src/OptEnvConf/NonDet.hs:34)
  11635. 354.65 s [opt-env-conf] NonDetT (src/OptEnvConf/NonDet.hs:25)
  11636. 354.65 s [opt-env-conf] Warning: 'String' is ambiguous. It is defined
  11637. 354.65 s [opt-env-conf] * in ‘Data.Aeson.Types.Internal’
  11638. 354.65 s [opt-env-conf] * in ‘GHC.Internal.Base’
  11639. 354.65 s [opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
  11640. 354.65 s [opt-env-conf] by specifying the type/value namespace explicitly.
  11641. 354.65 s [opt-env-conf] Defaulting to the one defined in ‘GHC.Internal.Base’
  11642. 354.65 s [opt-env-conf] Warning: 'Reader' is ambiguous. It is defined
  11643. 354.65 s [opt-env-conf] * at src/OptEnvConf/Reader.hs:44:20
  11644. 354.65 s [opt-env-conf] * at src/OptEnvConf/Reader.hs:44:1
  11645. 354.65 s [opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
  11646. 354.65 s [opt-env-conf] by specifying the type/value namespace explicitly.
  11647. 354.65 s [opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Reader.hs:44:1
  11648. 354.65 s [opt-env-conf] 83% ( 15 / 18) in 'OptEnvConf.Reader'
  11649. 354.65 s [opt-env-conf] Missing documentation for:
  11650. 354.65 s [opt-env-conf] Module header
  11651. 354.65 s [opt-env-conf] Reader (src/OptEnvConf/Reader.hs:44)
  11652. 354.65 s [opt-env-conf] runReader (src/OptEnvConf/Reader.hs:48)
  11653. 354.65 s [opt-env-conf] Warning: 'Setting' is ambiguous. It is defined
  11654. 354.65 s [opt-env-conf] * at src/OptEnvConf/Setting.hs:81:18
  11655. 354.65 s [opt-env-conf] * at src/OptEnvConf/Setting.hs:81:1
  11656. 354.65 s [opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
  11657. 354.65 s [opt-env-conf] by specifying the type/value namespace explicitly.
  11658. 354.65 s [opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Setting.hs:81:1
  11659. 354.65 s [opt-env-conf] Warning: 'Builder' is ambiguous. It is defined
  11660. 354.65 s [opt-env-conf] * at src/OptEnvConf/Setting.hs:250:21
  11661. 354.65 s [opt-env-conf] * at src/OptEnvConf/Setting.hs:250:1
  11662. 354.65 s [opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
  11663. 354.65 s [opt-env-conf] by specifying the type/value namespace explicitly.
  11664. 354.65 s [opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Setting.hs:250:1
  11665. 354.65 s [opt-env-conf] Warning: 'f' is out of scope.
  11666. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11667. 354.65 s [opt-env-conf] Warning: 'subEnv' is out of scope.
  11668. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11669. 354.65 s [opt-env-conf] Warning: 'subEnv_' is out of scope.
  11670. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11671. 354.65 s [opt-env-conf] Warning: 'subAll' is out of scope.
  11672. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11673. 354.65 s [opt-env-conf] Warning: 'Null' is out of scope.
  11674. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11675. 354.65 s [opt-env-conf] Warning: 'subConf' is out of scope.
  11676. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11677. 354.65 s [opt-env-conf] Warning: 'subConf_' is out of scope.
  11678. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11679. 354.65 s [opt-env-conf] 72% ( 34 / 47) in 'OptEnvConf.Setting'
  11680. 354.65 s [opt-env-conf] Missing documentation for:
  11681. 354.65 s [opt-env-conf] Module header
  11682. 354.65 s [opt-env-conf] EnvVarSetting (src/OptEnvConf/Setting.hs:134)
  11683. 354.65 s [opt-env-conf] ConfigValSetting (src/OptEnvConf/Setting.hs:155)
  11684. 354.65 s [opt-env-conf] BuildInstruction (src/OptEnvConf/Setting.hs:252)
  11685. 354.65 s [opt-env-conf] SettingHash (src/OptEnvConf/Setting.hs:115)
  11686. 354.65 s [opt-env-conf] hashSetting (src/OptEnvConf/Setting.hs:121)
  11687. 354.65 s [opt-env-conf] mapMaybeBuilder (src/OptEnvConf/Setting.hs:302)
  11688. 354.65 s [opt-env-conf] Metavar (src/OptEnvConf/Setting.hs:76)
  11689. 354.65 s [opt-env-conf] Help (src/OptEnvConf/Setting.hs:78)
  11690. 354.65 s [opt-env-conf] prefixEnvVarSetting (src/OptEnvConf/Setting.hs:147)
  11691. 354.65 s [opt-env-conf] suffixEnvVarSetting (src/OptEnvConf/Setting.hs:153)
  11692. 354.65 s [opt-env-conf] prefixConfigValSetting (src/OptEnvConf/Setting.hs:164)
  11693. 354.65 s [opt-env-conf] suffixConfigValSettingKey (src/OptEnvConf/Setting.hs:170)
  11694. 354.65 s [opt-env-conf] Warning: 'runParser' is out of scope.
  11695. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11696. 354.65 s [opt-env-conf] Warning: 'runSettingsParser' is out of scope.
  11697. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11698. 354.65 s [opt-env-conf] Warning: 'foo' is out of scope.
  11699. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11700. 354.65 s [opt-env-conf] Warning: 'f' is out of scope.
  11701. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11702. 354.65 s [opt-env-conf] Warning: 'checkMap' is out of scope.
  11703. 354.65 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  11704. 354.65 s [cursor-fuzzy-time-gen-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  11705. 354.65 s [cursor-fuzzy-time-gen-source] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  11706. 354.65 s [cursor-fuzzy-time-gen-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  11707. 354.65 s [cursor-fuzzy-time-gen-source] depends time-1.12.2-3479
  11708. 354.65 s [cursor-fuzzy-time-gen-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  11709. 354.65 s [cursor-fuzzy-time-gen-source] Using compiler: ghc-9.10.3
  11710. 354.65 s [cursor-fuzzy-time-gen-source] Using install prefix:
  11711. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0
  11712. 354.65 s [cursor-fuzzy-time-gen-source] Executables installed in:
  11713. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0/bin
  11714. 354.65 s [cursor-fuzzy-time-gen-source] Libraries installed in:
  11715. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  11716. 354.65 s [cursor-fuzzy-time-gen-source] Dynamic Libraries installed in:
  11717. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  11718. 354.65 s [cursor-fuzzy-time-gen-source] Private executables installed in:
  11719. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-fuzzy-time-gen-0.2.0.0
  11720. 354.65 s [cursor-fuzzy-time-gen-source] Data files installed in:
  11721. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0/share/x86_64-linux-ghc-9.10.3-a85d/cursor-fuzzy-time-gen-0.2.0.0
  11722. 354.65 s [cursor-fuzzy-time-gen-source] Documentation installed in: /share/doc/cursor-fuzzy-time-gen-0.2.0.0
  11723. 354.65 s [cursor-fuzzy-time-gen-source] Configuration files installed in:
  11724. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0/etc
  11725. 354.65 s [cursor-fuzzy-time-gen-source] No alex found
  11726. 354.65 s [cursor-fuzzy-time-gen-source] Using ar found on system at:
  11727. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  11728. 354.65 s [cursor-fuzzy-time-gen-source] No c2hs found
  11729. 354.65 s [cursor-fuzzy-time-gen-source] No cpphs found
  11730. 354.65 s [cursor-fuzzy-time-gen-source] No doctest found
  11731. 354.65 s [cursor-fuzzy-time-gen-source] Using gcc version 14.3.0 given by user at:
  11732. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  11733. 354.65 s [cursor-fuzzy-time-gen-source] Using ghc version 9.10.3 found on system at:
  11734. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  11735. 354.65 s [cursor-fuzzy-time-gen-source] Using ghc-pkg version 9.10.3 found on system at:
  11736. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  11737. 354.65 s [cursor-fuzzy-time-gen-source] No ghcjs found
  11738. 354.65 s [cursor-fuzzy-time-gen-source] No ghcjs-pkg found
  11739. 354.65 s [cursor-fuzzy-time-gen-source] No greencard found
  11740. 354.65 s [cursor-fuzzy-time-gen-source] Using haddock version 2.31.1 found on system at:
  11741. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  11742. 354.65 s [cursor-fuzzy-time-gen-source] No happy found
  11743. 354.65 s [cursor-fuzzy-time-gen-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  11744. 354.65 s [cursor-fuzzy-time-gen-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  11745. 354.65 s [cursor-fuzzy-time-gen-source] No hmake found
  11746. 354.65 s [cursor-fuzzy-time-gen-source] Using hpc version 0.69 found on system at:
  11747. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  11748. 354.65 s [cursor-fuzzy-time-gen-source] Using hsc2hs version 0.68.10 found on system at:
  11749. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  11750. 354.65 s [cursor-fuzzy-time-gen-source] Using hscolour version 1.25 found on system at:
  11751. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  11752. 354.65 s [cursor-fuzzy-time-gen-source] No jhc found
  11753. 354.65 s [cursor-fuzzy-time-gen-source] Using ld found on system at:
  11754. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  11755. 354.65 s [cursor-fuzzy-time-gen-source] No pkg-config found
  11756. 354.65 s [cursor-fuzzy-time-gen-source] Using runghc version 9.10.3 found on system at:
  11757. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  11758. 354.65 s [cursor-fuzzy-time-gen-source] Using strip version 2.44 found on system at:
  11759. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  11760. 354.65 s [cursor-fuzzy-time-gen-source] Using tar found on system at:
  11761. 354.65 s [cursor-fuzzy-time-gen-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  11762. 354.65 s [cursor-fuzzy-time-gen-source] No uhc found
  11763. 354.65 s [cursor-fuzzy-time-gen-source] Phase: buildPhase
  11764. 354.65 s [cursor-fuzzy-time-gen-source] Distribution quality warnings:
  11765. 354.65 s [cursor-fuzzy-time-gen-source] [no-synopsis] No 'synopsis' field.
  11766. 354.65 s [cursor-fuzzy-time-gen-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  11767. 354.65 s [cursor-fuzzy-time-gen-source] - cursor-fuzzy-time
  11768. 354.65 s [cursor-fuzzy-time-gen-source] - cursor-gen
  11769. 354.65 s [cursor-fuzzy-time-gen-source] - fuzzy-time-gen
  11770. 354.65 s [cursor-fuzzy-time-gen-source] - genvalidity
  11771. 354.65 s [cursor-fuzzy-time-gen-source] - genvalidity-time
  11772. 354.65 s [cursor-fuzzy-time-gen-source] Please add them. There is more information at https://pvp.haskell.org/
  11773. 354.65 s [cursor-fuzzy-time-gen-source] Building source dist for cursor-fuzzy-time-gen-0.2.0.0...
  11774. 354.65 s [cursor-fuzzy-time-gen-source] Source tarball created: dist/cursor-fuzzy-time-gen-0.2.0.0.tar.gz
  11775. 354.65 s [cursor-fuzzy-time-gen-source] Phase: checkPhase
  11776. 354.65 s [cursor-fuzzy-time-gen-source] Phase: haddockPhase
  11777. 354.65 s [cursor-fuzzy-time-gen-source] Phase: installPhase
  11778. 354.65 s [cursor-fuzzy-time-gen-source] Phase: fixupPhase
  11779. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0/bin
  11780. 354.65 s [genvalidity-hspec-aeson-source] Libraries installed in:
  11781. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  11782. 354.65 s [genvalidity-hspec-aeson-source] Dynamic Libraries installed in:
  11783. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  11784. 354.65 s [genvalidity-hspec-aeson-source] Private executables installed in:
  11785. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-aeson-1.0.0.0
  11786. 354.65 s [genvalidity-hspec-aeson-source] Data files installed in:
  11787. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-aeson-1.0.0.0
  11788. 354.65 s [genvalidity-hspec-aeson-source] Documentation installed in: /share/doc/genvalidity-hspec-aeson-1.0.0.0
  11789. 354.65 s [genvalidity-hspec-aeson-source] Configuration files installed in:
  11790. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0/etc
  11791. 354.65 s [genvalidity-hspec-aeson-source] No alex found
  11792. 354.65 s [genvalidity-hspec-aeson-source] Using ar found on system at:
  11793. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  11794. 354.65 s [genvalidity-hspec-aeson-source] No c2hs found
  11795. 354.65 s [genvalidity-hspec-aeson-source] No cpphs found
  11796. 354.65 s [genvalidity-hspec-aeson-source] No doctest found
  11797. 354.65 s [genvalidity-hspec-aeson-source] Using gcc version 14.3.0 given by user at:
  11798. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  11799. 354.65 s [genvalidity-hspec-aeson-source] Using ghc version 9.10.3 found on system at:
  11800. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  11801. 354.65 s [genvalidity-hspec-aeson-source] Using ghc-pkg version 9.10.3 found on system at:
  11802. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  11803. 354.65 s [genvalidity-hspec-aeson-source] No ghcjs found
  11804. 354.65 s [genvalidity-hspec-aeson-source] No ghcjs-pkg found
  11805. 354.65 s [genvalidity-hspec-aeson-source] No greencard found
  11806. 354.65 s [genvalidity-hspec-aeson-source] Using haddock version 2.31.1 found on system at:
  11807. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  11808. 354.65 s [genvalidity-hspec-aeson-source] No happy found
  11809. 354.65 s [genvalidity-hspec-aeson-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  11810. 354.65 s [genvalidity-hspec-aeson-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  11811. 354.65 s [genvalidity-hspec-aeson-source] No hmake found
  11812. 354.65 s [genvalidity-hspec-aeson-source] Using hpc version 0.69 found on system at:
  11813. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  11814. 354.65 s [genvalidity-hspec-aeson-source] Using hsc2hs version 0.68.10 found on system at:
  11815. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  11816. 354.65 s [genvalidity-hspec-aeson-source] Using hscolour version 1.25 found on system at:
  11817. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  11818. 354.65 s [genvalidity-hspec-aeson-source] No jhc found
  11819. 354.65 s [genvalidity-hspec-aeson-source] Using ld found on system at:
  11820. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  11821. 354.65 s [genvalidity-hspec-aeson-source] No pkg-config found
  11822. 354.65 s [genvalidity-hspec-aeson-source] Using runghc version 9.10.3 found on system at:
  11823. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  11824. 354.65 s [genvalidity-hspec-aeson-source] Using strip version 2.44 found on system at:
  11825. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  11826. 354.65 s [genvalidity-hspec-aeson-source] Using tar found on system at:
  11827. 354.65 s [genvalidity-hspec-aeson-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  11828. 354.65 s [genvalidity-hspec-aeson-source] No uhc found
  11829. 354.65 s [genvalidity-hspec-aeson-source] Phase: buildPhase
  11830. 354.65 s [genvalidity-hspec-aeson-source] Distribution quality warnings:
  11831. 354.65 s [genvalidity-hspec-aeson-source] [no-description] No 'description' field.
  11832. 354.65 s [genvalidity-hspec-aeson-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  11833. 354.65 s [genvalidity-hspec-aeson-source] - QuickCheck
  11834. 354.66 s [genvalidity-hspec-aeson-source] - aeson
  11835. 354.66 s [genvalidity-hspec-aeson-source] - deepseq
  11836. 354.66 s [genvalidity-hspec-aeson-source] - genvalidity
  11837. 354.66 s [genvalidity-hspec-aeson-source] - genvalidity-hspec
  11838. 354.66 s [genvalidity-hspec-aeson-source] - hspec
  11839. 354.66 s [genvalidity-hspec-aeson-source] Please add them. There is more information at https://pvp.haskell.org/
  11840. 354.66 s [genvalidity-hspec-aeson-source] Building source dist for genvalidity-hspec-aeson-1.0.0.0...
  11841. 354.66 s [genvalidity-hspec-aeson-source] Source tarball created: dist/genvalidity-hspec-aeson-1.0.0.0.tar.gz
  11842. 354.66 s [genvalidity-hspec-aeson-source] Phase: checkPhase
  11843. 354.66 s [genvalidity-hspec-aeson-source] Phase: haddockPhase
  11844. 354.66 s [genvalidity-hspec-aeson-source] Phase: installPhase
  11845. 354.66 s [genvalidity-hspec-aeson-source] Phase: fixupPhase
  11846. 354.66 s [ical-source] include time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
  11847. 354.66 s [ical-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  11848. 354.66 s [ical-source] include validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
  11849. 354.66 s [ical-source] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  11850. 354.66 s [ical-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  11851. 354.66 s [ical-source] include validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
  11852. 354.66 s [ical-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  11853. 354.66 s [ical-source] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  11854. 354.66 s [ical-source] Linked component graph:
  11855. 354.66 s [ical-source] unit ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  11856. 354.66 s [ical-source] include base-4.20.2.0-fafd
  11857. 354.66 s [ical-source] include base64-1.0-N8iliogjNkyTcibCuxQp
  11858. 354.66 s [ical-source] include bytestring-0.12.2.0-96e1
  11859. 354.66 s [ical-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  11860. 354.66 s [ical-source] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  11861. 354.66 s [ical-source] include containers-0.7-96b4
  11862. 354.66 s [ical-source] include deepseq-1.5.0.0-2b65
  11863. 354.66 s [ical-source] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  11864. 354.66 s [ical-source] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  11865. 354.66 s [ical-source] include network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
  11866. 354.66 s [ical-source] include text-2.1.3-34f1
  11867. 354.66 s [ical-source] include time-1.12.2-3479
  11868. 354.66 s [ical-source] include time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
  11869. 354.66 s [ical-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  11870. 354.66 s [ical-source] include validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
  11871. 354.66 s [ical-source] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  11872. 354.66 s [ical-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  11873. 354.66 s [ical-source] include validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
  11874. 354.66 s [ical-source] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  11875. 354.66 s [ical-source] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  11876. 354.66 s [ical-source] ICal=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal,ICal.Component=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component,ICal.Component.Alarm=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.Alarm,ICal.Component.Class=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.Class,ICal.Component.Event=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.Event,ICal.Component.FreeBusy=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.FreeBusy,ICal.Component.Journal=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.Journal,ICal.Component.TimeZone=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.TimeZone,ICal.Component.Todo=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.Todo,ICal.ContentLine=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.ContentLine,ICal.Parameter=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Parameter,ICal.Parameter.Class=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Parameter.Class,ICal.Parameter.ValueDataType=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Parameter.ValueDataType,ICal.Property=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Property,ICal.PropertyType=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType,ICal.PropertyType.Binary=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Binary,ICal.PropertyType.CalAddress=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.CalAddress,ICal.PropertyType.Class=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Class,ICal.PropertyType.Date=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Date,ICal.PropertyType.DateTime=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.DateTime,ICal.PropertyType.DateTimes=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.DateTimes,ICal.PropertyType.Duration=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Duration,ICal.PropertyType.FloatingPoint=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.FloatingPoint,ICal.PropertyType.Period=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Period,ICal.PropertyType.RecurrenceRule=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.RecurrenceRule,ICal.PropertyType.Time=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Time,ICal.PropertyType.URI=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.URI,ICal.PropertyType.UTCOffset=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.UTCOffset,ICal.UnfoldedLine=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.UnfoldedLine
  11877. 354.66 s [ical-source] Ready component graph:
  11878. 354.66 s [ical-source] definite ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  11879. 354.66 s [ical-source] depends base-4.20.2.0-fafd
  11880. 354.66 s [opt-env-conf] Warning: 'Command' is ambiguous. It is defined
  11881. 354.66 s [opt-env-conf] * at src/OptEnvConf/Parser.hs:121:18
  11882. 354.66 s [opt-env-conf] * at src/OptEnvConf/Parser.hs:121:1
  11883. 354.66 s [opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
  11884. 354.66 s [opt-env-conf] by specifying the type/value namespace explicitly.
  11885. 354.66 s [opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Parser.hs:121:1
  11886. 354.66 s [opt-env-conf] Warning: 'Bool' is ambiguous. It is defined
  11887. 354.66 s [opt-env-conf] * in ‘Data.Aeson.Types.Internal’
  11888. 354.66 s [opt-env-conf] * in ‘GHC.Types’
  11889. 354.66 s [opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
  11890. 354.66 s [opt-env-conf] by specifying the type/value namespace explicitly.
  11891. 354.66 s [opt-env-conf] Defaulting to the one defined in ‘GHC.Types’
  11892. 354.66 s [opt-env-conf] Warning: 'String' is ambiguous. It is defined
  11893. 354.66 s [opt-env-conf] * in ‘Data.Aeson.Types.Internal’
  11894. 354.66 s [opt-env-conf] * in ‘GHC.Internal.Base’
  11895. 354.66 s [opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
  11896. 354.66 s [opt-env-conf] by specifying the type/value namespace explicitly.
  11897. 354.66 s [opt-env-conf] Defaulting to the one defined in ‘GHC.Internal.Base’
  11898. 354.66 s [opt-env-conf] Warning: 'Setting' is ambiguous. It is defined
  11899. 354.66 s [opt-env-conf] * at src/OptEnvConf/Setting.hs:81:18
  11900. 354.66 s [opt-env-conf] * at src/OptEnvConf/Setting.hs:81:1
  11901. 354.66 s [opt-env-conf] You may be able to disambiguate the identifier by qualifying it or
  11902. 354.66 s [opt-env-conf] by specifying the type/value namespace explicitly.
  11903. 354.66 s [opt-env-conf] Defaulting to the one defined at src/OptEnvConf/Setting.hs:81:1
  11904. 354.66 s [opt-env-conf] 81% ( 59 / 72) in 'OptEnvConf.Parser'
  11905. 354.66 s [opt-env-conf] Missing documentation for:
  11906. 354.66 s [opt-env-conf] Module header
  11907. 354.66 s [opt-env-conf] defaultCommand (src/OptEnvConf/Parser.hs:726)
  11908. 354.66 s [opt-env-conf] withCombinedYamlConfigs' (src/OptEnvConf/Parser.hs:762)
  11909. 354.66 s [opt-env-conf] combineConfigObjects (src/OptEnvConf/Parser.hs:777)
  11910. 354.66 s [opt-env-conf] makeDoubleSwitch (src/OptEnvConf/Parser.hs:873)
  11911. 354.66 s [opt-env-conf] Capability (src/OptEnvConf/Capability.hs:50)
  11912. 354.66 s [opt-env-conf] Command (src/OptEnvConf/Parser.hs:121)
  11913. 354.66 s [opt-env-conf] CommandsBuilder (src/OptEnvConf/Parser.hs:117)
  11914. 354.66 s [opt-env-conf] Metavar (src/OptEnvConf/Setting.hs:76)
  11915. 354.66 s [opt-env-conf] Help (src/OptEnvConf/Setting.hs:78)
  11916. 354.66 s [opt-env-conf] showParserABit (src/OptEnvConf/Parser.hs:297)
  11917. 354.66 s [opt-env-conf] commandTraverseSetting (src/OptEnvConf/Parser.hs:1222)
  11918. 354.66 s [opt-env-conf] parserSettingsMap (src/OptEnvConf/Parser.hs:1227)
  11919. 354.66 s [opt-env-conf] 0% ( 0 / 28) in 'OptEnvConf.Output'
  11920. 354.66 s [opt-env-conf] Missing documentation for:
  11921. 354.66 s [opt-env-conf] Module header
  11922. 354.66 s [opt-env-conf] stringLines (src/OptEnvConf/Output.hs:22)
  11923. 354.66 s [opt-env-conf] progNameChunk (src/OptEnvConf/Output.hs:27)
  11924. 354.66 s [opt-env-conf] versionChunk (src/OptEnvConf/Output.hs:30)
  11925. 354.66 s [opt-env-conf] usageChunk (src/OptEnvConf/Output.hs:33)
  11926. 354.66 s [opt-env-conf] commandChunk (src/OptEnvConf/Output.hs:36)
  11927. 354.66 s [opt-env-conf] functionChunk (src/OptEnvConf/Output.hs:39)
  11928. 354.66 s [opt-env-conf] mMetavarChunk (src/OptEnvConf/Output.hs:42)
  11929. 354.66 s [opt-env-conf] metavarChunk (src/OptEnvConf/Output.hs:45)
  11930. 354.66 s [opt-env-conf] dashedChunks (src/OptEnvConf/Output.hs:48)
  11931. 354.66 s [opt-env-conf] dashedChunksNE (src/OptEnvConf/Output.hs:51)
  11932. 354.66 s [opt-env-conf] dashedChunk (src/OptEnvConf/Output.hs:54)
  11933. 354.66 s [opt-env-conf] envVarChunksNE (src/OptEnvConf/Output.hs:57)
  11934. 354.66 s [opt-env-conf] envVarChunk (src/OptEnvConf/Output.hs:60)
  11935. 354.66 s [opt-env-conf] confValChunk (src/OptEnvConf/Output.hs:63)
  11936. 354.66 s [opt-env-conf] defaultValueChunks (src/OptEnvConf/Output.hs:66)
  11937. 354.66 s [opt-env-conf] exampleValuesChunks (src/OptEnvConf/Output.hs:69)
  11938. 354.66 s [opt-env-conf] mHelpChunk (src/OptEnvConf/Output.hs:75)
  11939. 354.66 s [opt-env-conf] helpChunk (src/OptEnvConf/Output.hs:78)
  11940. 354.66 s [opt-env-conf] headerChunks (src/OptEnvConf/Output.hs:81)
  11941. 354.66 s [opt-env-conf] syntaxChunk (src/OptEnvConf/Output.hs:84)
  11942. 354.66 s [opt-env-conf] capabilitiesChunks (src/OptEnvConf/Output.hs:87)
  11943. 354.66 s [opt-env-conf] capabilityChunk (src/OptEnvConf/Output.hs:92)
  11944. 354.66 s [opt-env-conf] mSrcLocChunk (src/OptEnvConf/Output.hs:95)
  11945. 354.66 s [opt-env-conf] srcLocChunk (src/OptEnvConf/Output.hs:98)
  11946. 354.66 s [opt-env-conf] indent (src/OptEnvConf/Output.hs:116)
  11947. 354.66 s [opt-env-conf] parenthesise (src/OptEnvConf/Output.hs:119)
  11948. 354.66 s [opt-env-conf] bracketise (src/OptEnvConf/Output.hs:123)
  11949. 354.66 s [opt-env-conf] 0% ( 0 / 8) in 'OptEnvConf.Nix'
  11950. 354.66 s [opt-env-conf] Missing documentation for:
  11951. 354.66 s [opt-env-conf] Module header
  11952. 354.66 s [opt-env-conf] renderSettingsNixOptionsWithGeneratedComment (src/OptEnvConf/Nix.hs:23)
  11953. 354.66 s [opt-env-conf] renderParserNixOptionsWithGeneratedComment (src/OptEnvConf/Nix.hs:27)
  11954. 354.66 s [opt-env-conf] withGeneratedComment (src/OptEnvConf/Nix.hs:31)
  11955. 354.66 s [opt-env-conf] renderSettingsNixOptions (src/OptEnvConf/Nix.hs:43)
  11956. 354.66 s [opt-env-conf] renderParserNixOptions (src/OptEnvConf/Nix.hs:46)
  11957. 354.66 s [opt-env-conf] parserNixOptionExpr (src/OptEnvConf/Nix.hs:49)
  11958. 354.66 s [opt-env-conf] parserNixOptions (src/OptEnvConf/Nix.hs:52)
  11959. 354.66 s [opt-env-conf] 32% ( 11 / 34) in 'OptEnvConf.Doc'
  11960. 354.66 s [opt-env-conf] Missing documentation for:
  11961. 354.66 s [opt-env-conf] Module header
  11962. 354.66 s [opt-env-conf] commandParserDocs (src/OptEnvConf/Doc.hs:181)
  11963. 354.66 s [opt-env-conf] parserOptDocs (src/OptEnvConf/Doc.hs:612)
  11964. 354.66 s [opt-env-conf] docsToOptDocs (src/OptEnvConf/Doc.hs:615)
  11965. 354.66 s [opt-env-conf] parserEnvDocs (src/OptEnvConf/Doc.hs:737)
  11966. 354.66 s [ical-source] depends base64-1.0-N8iliogjNkyTcibCuxQp
  11967. 354.66 s [ical-source] depends bytestring-0.12.2.0-96e1
  11968. 354.66 s [ical-source] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  11969. 354.66 s [ical-source] depends conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  11970. 354.66 s [ical-source] depends containers-0.7-96b4
  11971. 354.66 s [ical-source] depends deepseq-1.5.0.0-2b65
  11972. 354.66 s [ical-source] depends dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  11973. 354.66 s [ical-source] depends megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  11974. 354.66 s [ical-source] depends network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
  11975. 354.66 s [ical-source] depends text-2.1.3-34f1
  11976. 354.66 s [ical-source] depends time-1.12.2-3479
  11977. 354.66 s [ical-source] depends time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
  11978. 354.66 s [ical-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  11979. 354.66 s [ical-source] depends validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
  11980. 354.66 s [ical-source] depends validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  11981. 354.66 s [ical-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  11982. 354.66 s [ical-source] depends validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
  11983. 354.66 s [ical-source] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  11984. 354.66 s [ical-source] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  11985. 354.66 s [ical-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  11986. 354.66 s [ical-source] Using compiler: ghc-9.10.3
  11987. 354.66 s [ical-source] Using install prefix:
  11988. 354.66 s [ical-source] /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0
  11989. 354.66 s [ical-source] Executables installed in:
  11990. 354.66 s [ical-source] /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0/bin
  11991. 354.66 s [ical-source] Libraries installed in:
  11992. 354.66 s [ical-source] /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  11993. 354.66 s [ical-source] Dynamic Libraries installed in:
  11994. 354.66 s [ical-source] /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  11995. 354.66 s [ical-source] Private executables installed in:
  11996. 354.66 s [ical-source] /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/ical-0.0.0.0
  11997. 354.66 s [ical-source] Data files installed in:
  11998. 354.66 s [ical-source] /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/ical-0.0.0.0
  11999. 354.66 s [ical-source] Documentation installed in: /share/doc/ical-0.0.0.0
  12000. 354.66 s [ical-source] Configuration files installed in:
  12001. 354.66 s [ical-source] /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0/etc
  12002. 354.66 s [ical-source] No alex found
  12003. 354.66 s [ical-source] Using ar found on system at:
  12004. 354.66 s [ical-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  12005. 354.66 s [ical-source] No c2hs found
  12006. 354.66 s [ical-source] No cpphs found
  12007. 354.66 s [ical-source] No doctest found
  12008. 354.66 s [ical-source] Using gcc version 14.3.0 given by user at:
  12009. 354.66 s [ical-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  12010. 354.66 s [ical-source] Using ghc version 9.10.3 found on system at:
  12011. 354.66 s [ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  12012. 354.66 s [ical-source] Using ghc-pkg version 9.10.3 found on system at:
  12013. 354.66 s [ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  12014. 354.66 s [ical-source] No ghcjs found
  12015. 354.66 s [ical-source] No ghcjs-pkg found
  12016. 354.66 s [ical-source] No greencard found
  12017. 354.66 s [ical-source] Using haddock version 2.31.1 found on system at:
  12018. 354.66 s [ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  12019. 354.66 s [ical-source] No happy found
  12020. 354.66 s [ical-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  12021. 354.66 s [ical-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12022. 354.66 s [ical-source] No hmake found
  12023. 354.66 s [ical-source] Using hpc version 0.69 found on system at:
  12024. 354.66 s [ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  12025. 354.66 s [ical-source] Using hsc2hs version 0.68.10 found on system at:
  12026. 354.66 s [ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  12027. 354.66 s [ical-source] Using hscolour version 1.25 found on system at:
  12028. 354.66 s [ical-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  12029. 354.66 s [ical-source] No jhc found
  12030. 354.66 s [ical-source] Using ld found on system at:
  12031. 354.66 s [ical-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  12032. 354.66 s [ical-source] No pkg-config found
  12033. 354.66 s [ical-source] Using runghc version 9.10.3 found on system at:
  12034. 354.66 s [ical-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  12035. 354.66 s [ical-source] Using strip version 2.44 found on system at:
  12036. 354.66 s [ical-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  12037. 354.66 s [ical-source] Using tar found on system at:
  12038. 354.66 s [ical-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  12039. 354.66 s [ical-source] No uhc found
  12040. 354.66 s [ical-source] Phase: buildPhase
  12041. 354.66 s [ical-source] Distribution quality errors:
  12042. 354.66 s [ical-source] [no-syn-desc] No 'synopsis' or 'description' field.
  12043. 354.66 s [ical-source] [license-none] The 'license' field is missing or is NONE.
  12044. 354.66 s [ical-source] Distribution quality warnings:
  12045. 354.66 s [ical-source] [no-category] No 'category' field.
  12046. 354.66 s [ical-source] [no-maintainer] No 'maintainer' field.
  12047. 354.82 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0
  12048. 355.17 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  12049. 355.17 s [post-build-hook]
  12050. 355.51 s [post-build-hook] Pushing /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0 (3.34 KiB)
  12051. 356.37 s [post-build-hook]
  12052. 356.37 s [post-build-hook] All done.
  12053. 356.39 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0
  12054. 356.45 s [post-build-hook] copying 1 paths...
  12055. 356.45 s [post-build-hook] copying path '/nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0' to 'https://cache.staging.nix-ci.com'...
  12056. 357.21 s [post-build-hook] copying 0 paths...
  12057. 357.24 s Progress: 93 of 151 built (5 building), 815 of 815 downloaded from cache
  12058. 357.26 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0
  12059. 357.63 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  12060. 357.63 s [post-build-hook]
  12061. 357.98 s [post-build-hook] Pushing /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0 (3.68 KiB)
  12062. 358.81 s [post-build-hook]
  12063. 358.81 s [post-build-hook] All done.
  12064. 358.83 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0
  12065. 358.88 s [post-build-hook] copying 1 paths...
  12066. 358.88 s [post-build-hook] copying path '/nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0' to 'https://cache.staging.nix-ci.com'...
  12067. 359.25 s [post-build-hook] copying 0 paths...
  12068. 359.28 s Progress: 94 of 152 built (4 building), 815 of 815 downloaded from cache
  12069. 359.35 s Building cursor-fuzzy-time-gen
  12070. 359.40 s Building genvalidity-hspec-aeson
  12071. 359.40 s [opt-env-conf] docsToEnvDocs (src/OptEnvConf/Doc.hs:740)
  12072. 359.40 s [opt-env-conf] parserConfDocs (src/OptEnvConf/Doc.hs:780)
  12073. 359.40 s [opt-env-conf] docsToConfDocs (src/OptEnvConf/Doc.hs:783)
  12074. 359.40 s [opt-env-conf] AnyDocs (src/OptEnvConf/Doc.hs:105)
  12075. 359.40 s [opt-env-conf] SetDoc (src/OptEnvConf/Doc.hs:62)
  12076. 359.40 s [opt-env-conf] OptDoc (src/OptEnvConf/Doc.hs:76)
  12077. 359.40 s [opt-env-conf] EnvDoc (src/OptEnvConf/Doc.hs:88)
  12078. 359.40 s [opt-env-conf] ConfDoc (src/OptEnvConf/Doc.hs:97)
  12079. 359.40 s [opt-env-conf] CommandDoc (src/OptEnvConf/Doc.hs:112)
  12080. 359.40 s [opt-env-conf] settingSetDoc (src/OptEnvConf/Doc.hs:192)
  12081. 359.40 s [opt-env-conf] renderSetDoc (src/OptEnvConf/Doc.hs:215)
  12082. 359.40 s [opt-env-conf] settingOptDoc (src/OptEnvConf/Doc.hs:212)
  12083. 359.40 s [opt-env-conf] renderOptDocLong (src/OptEnvConf/Doc.hs:720)
  12084. 359.40 s [opt-env-conf] settingEnvDoc (src/OptEnvConf/Doc.hs:752)
  12085. 359.40 s [opt-env-conf] renderEnvDoc (src/OptEnvConf/Doc.hs:766)
  12086. 359.40 s [opt-env-conf] settingConfDoc (src/OptEnvConf/Doc.hs:794)
  12087. 359.40 s [opt-env-conf] renderConfDoc (src/OptEnvConf/Doc.hs:815)
  12088. 359.40 s [opt-env-conf] helpLines (src/OptEnvConf/Doc.hs:284)
  12089. 359.40 s [opt-env-conf] Warning: 'Alt' is out of scope.
  12090. 359.40 s [opt-env-conf] If you qualify the identifier, haddock can try to link it anyway.
  12091. 359.40 s [opt-env-conf] 10% ( 1 / 10) in 'OptEnvConf.Error'
  12092. 359.40 s [opt-env-conf] Missing documentation for:
  12093. 359.40 s [opt-env-conf] Module header
  12094. 359.40 s [opt-env-conf] ParseError (src/OptEnvConf/Error.hs:19)
  12095. 359.40 s [opt-env-conf] ParseErrorMessage (src/OptEnvConf/Error.hs:25)
  12096. 359.40 s [opt-env-conf] errorMessageIsForgivable (src/OptEnvConf/Error.hs:51)
  12097. 359.40 s [opt-env-conf] eraseErrorSrcLocs (src/OptEnvConf/Error.hs:72)
  12098. 359.40 s [opt-env-conf] eraseErrorSrcLoc (src/OptEnvConf/Error.hs:75)
  12099. 359.40 s [opt-env-conf] renderErrors (src/OptEnvConf/Error.hs:78)
  12100. 359.40 s [opt-env-conf] renderError (src/OptEnvConf/Error.hs:81)
  12101. 359.40 s [opt-env-conf] availableCommandsLines (src/OptEnvConf/Error.hs:144)
  12102. 359.40 s [opt-env-conf] 21% ( 3 / 14) in 'OptEnvConf.Completion'
  12103. 359.40 s [opt-env-conf] Missing documentation for:
  12104. 359.40 s [opt-env-conf] Module header
  12105. 359.40 s [opt-env-conf] generateBashCompletionScript (src/OptEnvConf/Completion.hs:36)
  12106. 359.40 s [opt-env-conf] generateZshCompletionScript (src/OptEnvConf/Completion.hs:61)
  12107. 359.40 s [opt-env-conf] generateFishCompletionScript (src/OptEnvConf/Completion.hs:109)
  12108. 359.40 s [opt-env-conf] runCompletionQuery (src/OptEnvConf/Completion.hs:151)
  12109. 359.40 s [opt-env-conf] pureCompletionQuery (src/OptEnvConf/Completion.hs:239)
  12110. 359.40 s [opt-env-conf] Completion (src/OptEnvConf/Completion.hs:202)
  12111. 359.40 s [opt-env-conf] evalCompletions (src/OptEnvConf/Completion.hs:218)
  12112. 359.40 s [opt-env-conf] evalCompletion (src/OptEnvConf/Completion.hs:221)
  12113. 359.40 s [opt-env-conf] Suggestion (src/OptEnvConf/Completion.hs:225)
  12114. 359.40 s [opt-env-conf] evalSuggestion (src/OptEnvConf/Completion.hs:234)
  12115. 359.40 s [opt-env-conf] 50% ( 1 / 2) in 'OptEnvConf.Terminal'
  12116. 359.40 s [opt-env-conf] Missing documentation for:
  12117. 359.40 s [opt-env-conf] Module header
  12118. 359.40 s [opt-env-conf] 0% ( 0 / 9) in 'OptEnvConf.Validation'
  12119. 359.40 s [opt-env-conf] Missing documentation for:
  12120. 359.40 s [opt-env-conf] Module header
  12121. 359.40 s [opt-env-conf] ValidationT (src/OptEnvConf/Validation.hs:17)
  12122. 359.40 s [opt-env-conf] runValidationT (src/OptEnvConf/Validation.hs:51)
  12123. 359.40 s [opt-env-conf] validationTFailure (src/OptEnvConf/Validation.hs:54)
  12124. 359.40 s [opt-env-conf] mapValidationTFailure (src/OptEnvConf/Validation.hs:57)
  12125. 359.40 s [opt-env-conf] Validation (src/OptEnvConf/Validation.hs:59)
  12126. 359.40 s [opt-env-conf] validationFailure (src/OptEnvConf/Validation.hs:86)
  12127. 359.40 s [opt-env-conf] mapValidationFailure (src/OptEnvConf/Validation.hs:89)
  12128. 359.40 s [opt-env-conf] validationToEither (src/OptEnvConf/Validation.hs:94)
  12129. 359.40 s [opt-env-conf] 33% ( 1 / 3) in 'OptEnvConf.Run'
  12130. 359.40 s [opt-env-conf] Missing documentation for:
  12131. 359.40 s [opt-env-conf] Module header
  12132. 359.40 s [opt-env-conf] runHelpParser (src/OptEnvConf/Run.hs:500)
  12133. 359.40 s [opt-env-conf] 0% ( 0 / 4) in 'OptEnvConf.Check'
  12134. 359.40 s [opt-env-conf] Missing documentation for:
  12135. 359.40 s [opt-env-conf] Module header
  12136. 359.40 s [opt-env-conf] runSettingsCheck (src/OptEnvConf/Check.hs:30)
  12137. 359.40 s [opt-env-conf] runSettingsCheckOn (src/OptEnvConf/Check.hs:79)
  12138. 359.40 s [opt-env-conf] CheckResult (src/OptEnvConf/Check.hs:53)
  12139. 359.40 s [opt-env-conf] 0% ( 0 / 6) in 'OptEnvConf.Lint'
  12140. 359.40 s [opt-env-conf] Missing documentation for:
  12141. 359.40 s [opt-env-conf] Module header
  12142. 359.40 s [opt-env-conf] LintError (src/OptEnvConf/Lint.hs:33)
  12143. 359.40 s [opt-env-conf] LintErrorMessage (src/OptEnvConf/Lint.hs:38)
  12144. 359.40 s [opt-env-conf] renderLintErrors (src/OptEnvConf/Lint.hs:59)
  12145. 359.40 s [opt-env-conf] renderLintError (src/OptEnvConf/Lint.hs:66)
  12146. 359.40 s [opt-env-conf] lintParser (src/OptEnvConf/Lint.hs:235)
  12147. 359.40 s [opt-env-conf] 50% ( 2 / 4) in 'OptEnvConf.Main'
  12148. 359.40 s [opt-env-conf] Missing documentation for:
  12149. 359.40 s [opt-env-conf] Module header
  12150. 359.40 s [opt-env-conf] internalParser (src/OptEnvConf/Main.hs:227)
  12151. 359.40 s [opt-env-conf] 92% (118 /127) in 'OptEnvConf'
  12152. 359.40 s [opt-env-conf] Missing documentation for:
  12153. 359.40 s [opt-env-conf] Module header
  12154. 359.40 s [opt-env-conf] defaultCommand (src/OptEnvConf/Parser.hs:726)
  12155. 359.40 s [opt-env-conf] select
  12156. 359.40 s [opt-env-conf] filePath (src/OptEnvConf/Completer.hs:64)
  12157. 359.40 s [opt-env-conf] filePathWithExtension (src/OptEnvConf/Completer.hs:136)
  12158. 359.40 s [opt-env-conf] filePathWithExtensions (src/OptEnvConf/Completer.hs:139)
  12159. 359.40 s [opt-env-conf] directoryPath (src/OptEnvConf/Completer.hs:148)
  12160. 359.40 s [opt-env-conf] withCombinedYamlConfigs' (src/OptEnvConf/Parser.hs:762)
  12161. 359.40 s [opt-env-conf] makeDoubleSwitch (src/OptEnvConf/Parser.hs:873)
  12162. 359.40 s [opt-env-conf] Warning: OptEnvConf.Args: could not find link destinations for:
  12163. 359.40 s [opt-env-conf] - OptEnvConf.Args.Rep_Dashed
  12164. 359.40 s [opt-env-conf] - OptEnvConf.Args.Rep_Args
  12165. 359.40 s [opt-env-conf] - OptEnvConf.Args.Rep_Arg
  12166. 359.40 s [ical-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  12167. 359.40 s [ical-source] - base64
  12168. 359.40 s [ical-source] - bytestring
  12169. 359.40 s [ical-source] - case-insensitive
  12170. 359.40 s [ical-source] - conformance
  12171. 359.40 s [ical-source] - containers
  12172. 359.40 s [ical-source] - deepseq
  12173. 359.40 s [ical-source] - dlist
  12174. 359.40 s [ical-source] - megaparsec
  12175. 359.40 s [ical-source] - network-uri
  12176. 359.40 s [ical-source] - text
  12177. 359.40 s [ical-source] - time
  12178. 359.40 s [ical-source] - time-compat
  12179. 359.40 s [ical-source] - validity
  12180. 359.40 s [ical-source] - validity-bytestring
  12181. 359.40 s [ical-source] - validity-case-insensitive
  12182. 359.40 s [ical-source] - validity-containers
  12183. 359.40 s [ical-source] - validity-network-uri
  12184. 359.40 s [ical-source] - validity-text
  12185. 359.40 s [ical-source] - validity-time
  12186. 359.40 s [ical-source] Please add them. There is more information at https://pvp.haskell.org/
  12187. 359.40 s [ical-source] Note: the public hackage server would reject this package.
  12188. 359.40 s [ical-source] Building source dist for ical-0.0.0.0...
  12189. 359.40 s [ical-source] Source tarball created: dist/ical-0.0.0.0.tar.gz
  12190. 359.40 s [ical-source] Phase: checkPhase
  12191. 359.40 s [ical-source] Phase: haddockPhase
  12192. 359.40 s [ical-source] Phase: installPhase
  12193. 359.40 s [ical-source] Phase: fixupPhase
  12194. 359.40 s [dirforest-source] Phase: setupCompilerEnvironmentPhase
  12195. 359.40 s [dirforest-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  12196. 359.40 s [dirforest-source] Phase: unpackPhase
  12197. 359.40 s [dirforest-source] unpacking source archive /nix/store/xaclhqsqg0vlfbypxzdclmwhl17inj8w-dirforest
  12198. 359.40 s [dirforest-source] source root is dirforest
  12199. 359.40 s [dirforest-source] Phase: patchPhase
  12200. 359.40 s [dirforest-source] Phase: compileBuildDriverPhase
  12201. 359.40 s [dirforest-source] setupCompileFlags: -package-db=/build/tmp.a7z2TrY5lN/setup-package.conf.d -threaded
  12202. 359.40 s [dirforest-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.a7z2TrY5lN/Main.o )
  12203. 359.40 s [dirforest-source] [2 of 2] Linking Setup
  12204. 359.40 s [dirforest-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  12205. 359.40 s [dirforest-source] Phase: configurePhase
  12206. 359.40 s [dirforest-source] configureFlags: --verbose --prefix=/nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/dirforest-0.1.0.0 --with-gcc=gcc --package-db=/build/tmp.a7z2TrY5lN/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  12207. 359.40 s [dirforest-source] Using Parsec parser
  12208. 359.40 s [dirforest-source] Configuring dirforest-0.1.0.0...
  12209. 359.40 s [dirforest-source] Dependency aeson: using aeson-2.2.3.0
  12210. 359.40 s [dirforest-source] Dependency autodocodec: using autodocodec-0.5.0.0
  12211. 359.40 s [dirforest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  12212. 359.40 s [dirforest-source] Dependency containers: using containers-0.7
  12213. 359.40 s [dirforest-source] Dependency deepseq: using deepseq-1.5.0.0
  12214. 359.40 s [dirforest-source] Dependency filepath: using filepath-1.5.4.0
  12215. 359.40 s [dirforest-source] Dependency path: using path-0.9.6
  12216. 359.40 s [dirforest-source] Dependency path-io: using path-io-1.8.2
  12217. 359.40 s [dirforest-source] Dependency validity: using validity-0.12.1.0
  12218. 359.40 s [dirforest-source] Dependency validity-containers: using validity-containers-0.5.0.5
  12219. 359.40 s [dirforest-source] Dependency validity-path: using validity-path-0.4.0.1
  12220. 359.40 s [dirforest-source] Source component graph: component lib
  12221. 359.40 s [dirforest-source] Configured component graph:
  12222. 359.40 s [dirforest-source] component dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  12223. 359.40 s [dirforest-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  12224. 359.40 s [dirforest-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  12225. 359.40 s [dirforest-source] include base-4.20.2.0-fafd
  12226. 359.40 s [dirforest-source] include containers-0.7-96b4
  12227. 359.40 s [dirforest-source] include deepseq-1.5.0.0-2b65
  12228. 359.40 s [dirforest-source] include filepath-1.5.4.0-2605
  12229. 359.40 s [dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  12230. 359.40 s [dirforest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  12231. 359.40 s [dirforest-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  12232. 359.40 s [dirforest-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  12233. 359.40 s [dirforest-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  12234. 359.40 s [dirforest-source] Linked component graph:
  12235. 359.40 s [dirforest-source] unit dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  12236. 359.40 s [dirforest-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  12237. 359.40 s [dirforest-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  12238. 359.40 s [dirforest-source] include base-4.20.2.0-fafd
  12239. 359.40 s [dirforest-source] include containers-0.7-96b4
  12240. 359.40 s [dirforest-source] include deepseq-1.5.0.0-2b65
  12241. 359.40 s [dirforest-source] include filepath-1.5.4.0-2605
  12242. 359.40 s [dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  12243. 359.40 s [dirforest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  12244. 359.40 s [dirforest-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  12245. 359.40 s [dirforest-source] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  12246. 359.40 s [dirforest-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  12247. 359.40 s [dirforest-source] Data.DirForest=dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N:Data.DirForest
  12248. 359.41 s [dirforest-source] Ready component graph:
  12249. 359.41 s [genvalidity-path-source] Phase: setupCompilerEnvironmentPhase
  12250. 359.41 s [genvalidity-path-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  12251. 359.41 s [genvalidity-path-source] Phase: unpackPhase
  12252. 359.41 s [genvalidity-path-source] unpacking source archive /nix/store/mi5ck1y6hpswxsqjg9k09dminz58hvw7-genvalidity-path
  12253. 359.41 s [genvalidity-path-source] source root is genvalidity-path
  12254. 359.41 s [genvalidity-path-source] Phase: patchPhase
  12255. 359.41 s [genvalidity-path-source] Phase: compileBuildDriverPhase
  12256. 359.41 s [genvalidity-path-source] setupCompileFlags: -package-db=/build/tmp.OEfvtLrY3K/setup-package.conf.d -threaded
  12257. 359.41 s [genvalidity-path-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.OEfvtLrY3K/Main.o )
  12258. 359.41 s [genvalidity-path-source] [2 of 2] Linking Setup
  12259. 359.41 s [genvalidity-path-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  12260. 359.41 s [genvalidity-path-source] Phase: configurePhase
  12261. 359.41 s [genvalidity-path-source] configureFlags: --verbose --prefix=/nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-path-1.0.0.1 --with-gcc=gcc --package-db=/build/tmp.OEfvtLrY3K/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  12262. 359.41 s [genvalidity-path-source] Using Parsec parser
  12263. 359.41 s [genvalidity-path-source] Configuring genvalidity-path-1.0.0.1...
  12264. 359.41 s [genvalidity-path-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  12265. 359.41 s [genvalidity-path-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  12266. 359.41 s [genvalidity-path-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  12267. 359.41 s [genvalidity-path-source] Dependency path >=0.5: using path-0.9.6
  12268. 359.41 s [genvalidity-path-source] Dependency validity-path >=0.3: using validity-path-0.4.0.1
  12269. 359.41 s [genvalidity-path-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  12270. 359.41 s [genvalidity-path-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  12271. 359.41 s [genvalidity-path-source] Dependency genvalidity-path: using genvalidity-path-1.0.0.1
  12272. 359.41 s [genvalidity-path-source] Dependency hspec: using hspec-2.11.14
  12273. 359.41 s [genvalidity-path-source] Dependency path >=0.5: using path-0.9.6
  12274. 359.41 s [genvalidity-path-source] Source component graph:
  12275. 359.41 s [genvalidity-path-source] component lib
  12276. 359.41 s [genvalidity-path-source] component test:genvalidity-path-test dependency lib
  12277. 359.41 s [genvalidity-path-source] Configured component graph:
  12278. 359.41 s [genvalidity-path-source] component genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
  12279. 359.41 s [genvalidity-path-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  12280. 359.41 s [genvalidity-path-source] include base-4.20.2.0-fafd
  12281. 359.41 s [genvalidity-path-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12282. 359.41 s [genvalidity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  12283. 359.41 s [genvalidity-path-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  12284. 359.41 s [genvalidity-path-source] component genvalidity-path-1.0.0.1-JbYrKyyQx2sEcIqQwhukg5-genvalidity-path-test
  12285. 359.41 s [genvalidity-path-source] include base-4.20.2.0-fafd
  12286. 359.41 s [genvalidity-path-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  12287. 359.41 s [genvalidity-path-source] include genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
  12288. 359.41 s [genvalidity-path-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12289. 359.41 s [genvalidity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  12290. 359.41 s [genvalidity-path-source] Linked component graph:
  12291. 359.41 s [genvalidity-path-source] unit genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
  12292. 359.41 s [genvalidity-path-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  12293. 359.41 s [genvalidity-path-source] include base-4.20.2.0-fafd
  12294. 359.41 s [genvalidity-path-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12295. 359.41 s [genvalidity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  12296. 359.41 s [genvalidity-path-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  12297. 359.41 s [genvalidity-path-source] Data.GenValidity.Path=genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ:Data.GenValidity.Path
  12298. 359.41 s [genvalidity-path-source] unit genvalidity-path-1.0.0.1-JbYrKyyQx2sEcIqQwhukg5-genvalidity-path-test
  12299. 359.41 s [genvalidity-path-source] include base-4.20.2.0-fafd
  12300. 359.41 s [opt-env-conf] - OptEnvConf.Args.Rep_Tomb
  12301. 359.41 s [opt-env-conf] Warning: OptEnvConf.Capability: could not find link destinations for:
  12302. 359.41 s [opt-env-conf] - OptEnvConf.Capability.Rep_Capabilities
  12303. 359.41 s [opt-env-conf] - OptEnvConf.Capability.Rep_Capability
  12304. 359.41 s [opt-env-conf] Warning: OptEnvConf.EnvMap: could not find link destinations for:
  12305. 359.41 s [opt-env-conf] - OptEnvConf.EnvMap.Rep_EnvMap
  12306. 359.41 s [opt-env-conf] Warning: OptEnvConf.NonDet: could not find link destinations for:
  12307. 359.41 s [opt-env-conf] - OptEnvConf.NonDet.ListT
  12308. 359.41 s [opt-env-conf] - OptEnvConf.NonDet.NonDet
  12309. 359.41 s [opt-env-conf] Warning: OptEnvConf.Parser: could not find link destinations for:
  12310. 359.41 s [opt-env-conf] - Data.Vector.Vector
  12311. 359.41 s [opt-env-conf] - Path.Internal.Posix.Path
  12312. 359.41 s [opt-env-conf] - OptEnvConf.Capability.Rep_Capability
  12313. 359.41 s [opt-env-conf] - Path.Posix.Abs
  12314. 359.41 s [opt-env-conf] - Path.Posix.Dir
  12315. 359.41 s [opt-env-conf] - Path.Posix.File
  12316. 359.41 s [opt-env-conf] - Data.Vector.Strict.Vector
  12317. 359.41 s [opt-env-conf] - Data.Attoparsec.Internal.Types.Parser
  12318. 359.41 s [opt-env-conf] - Data.Attoparsec.Internal.Types.IResult
  12319. 359.41 s [opt-env-conf] - Data.Graph.SetM
  12320. 359.41 s [opt-env-conf] Warning: OptEnvConf.Completion: could not find link destinations for:
  12321. 359.41 s [opt-env-conf] - Path.Internal.Posix.Path
  12322. 359.41 s [opt-env-conf] - Path.Posix.Abs
  12323. 359.41 s [opt-env-conf] - Path.Posix.File
  12324. 359.41 s [opt-env-conf] Warning: OptEnvConf.Check: could not find link destinations for:
  12325. 359.41 s [opt-env-conf] - OptEnvConf.Check.MissingCapability
  12326. 359.41 s [opt-env-conf] - OptEnvConf.Check.Rep_CheckResult
  12327. 359.41 s [opt-env-conf] Warning: OptEnvConf.Main: could not find link destinations for:
  12328. 359.41 s [opt-env-conf] - OptEnvConf.Main.Internal
  12329. 359.41 s [opt-env-conf] Warning: OptEnvConf: could not find link destinations for:
  12330. 359.41 s [opt-env-conf] - Path.Internal.Posix.Path
  12331. 359.41 s [opt-env-conf] - Path.Posix.Abs
  12332. 359.41 s [opt-env-conf] - Path.Posix.Dir
  12333. 359.41 s [opt-env-conf] - Path.Posix.File
  12334. 359.41 s [dirforest-source] definite dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  12335. 359.41 s [dirforest-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  12336. 359.41 s [dirforest-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  12337. 359.41 s [dirforest-source] depends base-4.20.2.0-fafd
  12338. 359.41 s [dirforest-source] depends containers-0.7-96b4
  12339. 359.41 s [dirforest-source] depends deepseq-1.5.0.0-2b65
  12340. 359.41 s [dirforest-source] depends filepath-1.5.4.0-2605
  12341. 359.41 s [dirforest-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  12342. 359.41 s [dirforest-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  12343. 359.41 s [dirforest-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  12344. 359.41 s [dirforest-source] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  12345. 359.41 s [dirforest-source] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  12346. 359.41 s [dirforest-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  12347. 359.41 s [dirforest-source] Using compiler: ghc-9.10.3
  12348. 359.41 s [dirforest-source] Using install prefix:
  12349. 359.41 s [dirforest-source] /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0
  12350. 359.41 s [dirforest-source] Executables installed in:
  12351. 359.41 s [dirforest-source] /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0/bin
  12352. 359.41 s [dirforest-source] Libraries installed in:
  12353. 359.41 s [dirforest-source] /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  12354. 359.41 s [dirforest-source] Dynamic Libraries installed in:
  12355. 359.41 s [dirforest-source] /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  12356. 359.41 s [dirforest-source] Private executables installed in:
  12357. 359.41 s [dirforest-source] /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/dirforest-0.1.0.0
  12358. 359.41 s [dirforest-source] Data files installed in:
  12359. 359.41 s [dirforest-source] /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0/share/x86_64-linux-ghc-9.10.3-a85d/dirforest-0.1.0.0
  12360. 359.41 s [dirforest-source] Documentation installed in: /share/doc/dirforest-0.1.0.0
  12361. 359.41 s [dirforest-source] Configuration files installed in:
  12362. 359.41 s [dirforest-source] /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0/etc
  12363. 359.41 s [dirforest-source] No alex found
  12364. 359.41 s [dirforest-source] Using ar found on system at:
  12365. 359.41 s [dirforest-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  12366. 359.41 s [dirforest-source] No c2hs found
  12367. 359.41 s [dirforest-source] No cpphs found
  12368. 359.41 s [dirforest-source] No doctest found
  12369. 359.41 s [dirforest-source] Using gcc version 14.3.0 given by user at:
  12370. 359.41 s [dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  12371. 359.41 s [dirforest-source] Using ghc version 9.10.3 found on system at:
  12372. 359.41 s [dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  12373. 359.41 s [dirforest-source] Using ghc-pkg version 9.10.3 found on system at:
  12374. 359.41 s [dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  12375. 359.41 s [dirforest-source] No ghcjs found
  12376. 359.41 s [dirforest-source] No ghcjs-pkg found
  12377. 359.41 s [dirforest-source] No greencard found
  12378. 359.41 s [dirforest-source] Using haddock version 2.31.1 found on system at:
  12379. 359.41 s [dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  12380. 359.41 s [dirforest-source] No happy found
  12381. 359.41 s [dirforest-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  12382. 359.41 s [dirforest-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12383. 359.41 s [dirforest-source] No hmake found
  12384. 359.41 s [dirforest-source] Using hpc version 0.69 found on system at:
  12385. 359.41 s [dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  12386. 359.41 s [dirforest-source] Using hsc2hs version 0.68.10 found on system at:
  12387. 359.41 s [dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  12388. 359.41 s [dirforest-source] Using hscolour version 1.25 found on system at:
  12389. 359.41 s [dirforest-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  12390. 359.41 s [dirforest-source] No jhc found
  12391. 359.41 s [dirforest-source] Using ld found on system at:
  12392. 359.41 s [dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  12393. 359.41 s [dirforest-source] No pkg-config found
  12394. 359.41 s [dirforest-source] Using runghc version 9.10.3 found on system at:
  12395. 359.41 s [dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  12396. 359.41 s [dirforest-source] Using strip version 2.44 found on system at:
  12397. 359.41 s [dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  12398. 359.41 s [dirforest-source] Using tar found on system at:
  12399. 359.41 s [dirforest-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  12400. 359.41 s [dirforest-source] No uhc found
  12401. 359.41 s [dirforest-source] Phase: buildPhase
  12402. 359.41 s [dirforest-source] Distribution quality warnings:
  12403. 359.41 s [dirforest-source] [no-category] No 'category' field.
  12404. 359.41 s [dirforest-source] [no-description] No 'description' field.
  12405. 359.41 s [dirforest-source] [no-license-file] A 'license-file' is not specified.
  12406. 359.41 s [dirforest-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  12407. 359.41 s [dirforest-source] - aeson
  12408. 359.41 s [dirforest-source] - autodocodec
  12409. 359.41 s [dirforest-source] - containers
  12410. 359.41 s [dirforest-source] - deepseq
  12411. 359.41 s [dirforest-source] - filepath
  12412. 359.41 s [dirforest-source] - path
  12413. 359.41 s [dirforest-source] - path-io
  12414. 359.41 s [dirforest-source] - validity
  12415. 359.41 s [dirforest-source] - validity-containers
  12416. 359.41 s [dirforest-source] - validity-path
  12417. 359.41 s [dirforest-source] Please add them. There is more information at https://pvp.haskell.org/
  12418. 359.41 s [dirforest-source] Building source dist for dirforest-0.1.0.0...
  12419. 359.41 s [dirforest-source] Source tarball created: dist/dirforest-0.1.0.0.tar.gz
  12420. 359.41 s [dirforest-source] Phase: checkPhase
  12421. 359.41 s [genvalidity-path-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  12422. 359.41 s [genvalidity-path-source] include genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
  12423. 359.41 s [genvalidity-path-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12424. 359.41 s [genvalidity-path-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  12425. 359.41 s [genvalidity-path-source] Ready component graph:
  12426. 359.41 s [genvalidity-path-source] definite genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
  12427. 359.41 s [genvalidity-path-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  12428. 359.41 s [genvalidity-path-source] depends base-4.20.2.0-fafd
  12429. 359.41 s [genvalidity-path-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12430. 359.41 s [genvalidity-path-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  12431. 359.41 s [genvalidity-path-source] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  12432. 359.41 s [genvalidity-path-source] definite genvalidity-path-1.0.0.1-JbYrKyyQx2sEcIqQwhukg5-genvalidity-path-test
  12433. 359.41 s [genvalidity-path-source] depends base-4.20.2.0-fafd
  12434. 359.41 s [genvalidity-path-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  12435. 359.41 s [genvalidity-path-source] depends genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
  12436. 359.41 s [genvalidity-path-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12437. 359.41 s [genvalidity-path-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  12438. 359.41 s [genvalidity-path-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  12439. 359.41 s [genvalidity-path-source] Using compiler: ghc-9.10.3
  12440. 359.41 s [genvalidity-path-source] Using install prefix:
  12441. 359.41 s [genvalidity-path-source] /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1
  12442. 359.41 s [genvalidity-path-source] Executables installed in:
  12443. 359.41 s [genvalidity-path-source] /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1/bin
  12444. 359.41 s [genvalidity-path-source] Libraries installed in:
  12445. 359.41 s [genvalidity-path-source] /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-path-1.0.0.1-BRuATSO7hC8KLcmM6o0cPJ
  12446. 359.41 s [genvalidity-path-source] Dynamic Libraries installed in:
  12447. 359.41 s [genvalidity-path-source] /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  12448. 359.41 s [genvalidity-path-source] Private executables installed in:
  12449. 359.41 s [genvalidity-path-source] /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-path-1.0.0.1
  12450. 359.41 s [genvalidity-path-source] Data files installed in:
  12451. 359.41 s [genvalidity-path-source] /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-path-1.0.0.1
  12452. 359.41 s [genvalidity-path-source] Documentation installed in: /share/doc/genvalidity-path-1.0.0.1
  12453. 359.41 s [genvalidity-path-source] Configuration files installed in:
  12454. 359.41 s [genvalidity-path-source] /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1/etc
  12455. 359.41 s [genvalidity-path-source] No alex found
  12456. 359.41 s [genvalidity-path-source] Using ar found on system at:
  12457. 359.41 s [genvalidity-path-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  12458. 359.41 s [genvalidity-path-source] No c2hs found
  12459. 359.41 s [genvalidity-path-source] No cpphs found
  12460. 359.41 s [genvalidity-path-source] No doctest found
  12461. 359.41 s [genvalidity-path-source] Using gcc version 14.3.0 given by user at:
  12462. 359.41 s [genvalidity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  12463. 359.41 s [genvalidity-path-source] Using ghc version 9.10.3 found on system at:
  12464. 359.41 s [genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  12465. 359.41 s [genvalidity-path-source] Using ghc-pkg version 9.10.3 found on system at:
  12466. 359.41 s [genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  12467. 359.41 s [genvalidity-path-source] No ghcjs found
  12468. 359.41 s [genvalidity-path-source] No ghcjs-pkg found
  12469. 359.41 s [genvalidity-path-source] No greencard found
  12470. 359.41 s [genvalidity-path-source] Using haddock version 2.31.1 found on system at:
  12471. 359.41 s [genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  12472. 359.41 s [genvalidity-path-source] No happy found
  12473. 359.41 s [genvalidity-path-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  12474. 359.41 s [genvalidity-path-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12475. 359.41 s [genvalidity-path-source] No hmake found
  12476. 359.41 s [genvalidity-path-source] Using hpc version 0.69 found on system at:
  12477. 359.41 s [genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  12478. 359.41 s [genvalidity-path-source] Using hsc2hs version 0.68.10 found on system at:
  12479. 359.41 s [genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  12480. 359.41 s [genvalidity-path-source] Using hscolour version 1.25 found on system at:
  12481. 359.41 s [genvalidity-path-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  12482. 359.41 s [genvalidity-path-source] No jhc found
  12483. 359.41 s [genvalidity-path-source] Using ld found on system at:
  12484. 359.41 s [genvalidity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  12485. 359.41 s [genvalidity-path-source] No pkg-config found
  12486. 359.41 s [genvalidity-path-source] Using runghc version 9.10.3 found on system at:
  12487. 359.41 s [genvalidity-path-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  12488. 359.41 s [genvalidity-path-source] Using strip version 2.44 found on system at:
  12489. 359.41 s [genvalidity-path-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  12490. 359.41 s [genvalidity-path-source] Using tar found on system at:
  12491. 359.41 s [genvalidity-path-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  12492. 359.41 s [genvalidity-path-source] No uhc found
  12493. 359.41 s [genvalidity-path-source] Phase: buildPhase
  12494. 359.41 s [genvalidity-path-source] Distribution quality warnings:
  12495. 359.41 s [genvalidity-path-source] [no-description] No 'description' field.
  12496. 359.41 s [genvalidity-path-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  12497. 359.41 s [genvalidity-path-source] - QuickCheck
  12498. 359.41 s [genvalidity-path-source] - genvalidity
  12499. 359.41 s [genvalidity-path-source] - path
  12500. 359.41 s [genvalidity-path-source] - validity-path
  12501. 359.59 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0
  12502. 359.96 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  12503. 359.96 s [post-build-hook]
  12504. 360.31 s [post-build-hook] Pushing /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0 (100.27 KiB)
  12505. 361.41 s [post-build-hook]
  12506. 361.41 s [post-build-hook] All done.
  12507. 361.43 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0
  12508. 361.49 s [post-build-hook] copying 1 paths...
  12509. 361.49 s [post-build-hook] copying path '/nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0' to 'https://cache.staging.nix-ci.com'...
  12510. 361.95 s [post-build-hook] copying 0 paths...
  12511. 361.97 s Progress: 95 of 151 built (5 building), 815 of 815 downloaded from cache
  12512. 362.03 s Building ical
  12513. 362.03 s [dirforest-source] Phase: haddockPhase
  12514. 362.03 s [dirforest-source] Phase: installPhase
  12515. 362.03 s [dirforest-source] Phase: fixupPhase
  12516. 362.03 s [genvalidity-path-source] Please add them. There is more information at https://pvp.haskell.org/
  12517. 362.03 s [genvalidity-path-source] Building source dist for genvalidity-path-1.0.0.1...
  12518. 362.03 s [genvalidity-path-source] Source tarball created: dist/genvalidity-path-1.0.0.1.tar.gz
  12519. 362.03 s [genvalidity-path-source] Phase: checkPhase
  12520. 362.03 s [genvalidity-path-source] Phase: haddockPhase
  12521. 362.03 s [genvalidity-path-source] Phase: installPhase
  12522. 362.03 s [genvalidity-path-source] Phase: fixupPhase
  12523. 362.03 s [cursor-fuzzy-time-gen] Phase: setupCompilerEnvironmentPhase
  12524. 362.03 s [cursor-fuzzy-time-gen] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  12525. 362.03 s [cursor-fuzzy-time-gen] Phase: unpackPhase
  12526. 362.03 s [cursor-fuzzy-time-gen] unpacking source archive /nix/store/hs3hp0a13wqvg1zgi0jlfdqgacnbyv6s-cursor-fuzzy-time-gen-source-0.2.0.0/cursor-fuzzy-time-gen-0.2.0.0.tar.gz
  12527. 362.03 s [cursor-fuzzy-time-gen] source root is cursor-fuzzy-time-gen-0.2.0.0
  12528. 362.03 s [cursor-fuzzy-time-gen] setting SOURCE_DATE_EPOCH to timestamp 1780347883 of file "cursor-fuzzy-time-gen-0.2.0.0/test/Spec.hs"
  12529. 362.03 s [cursor-fuzzy-time-gen] warning: file "cursor-fuzzy-time-gen-0.2.0.0/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  12530. 362.03 s [cursor-fuzzy-time-gen] Phase: patchPhase
  12531. 362.03 s [cursor-fuzzy-time-gen] Phase: compileBuildDriverPhase
  12532. 362.03 s [cursor-fuzzy-time-gen] setupCompileFlags: -package-db=/build/tmp.tHWYvbFyrY/setup-package.conf.d -threaded
  12533. 362.03 s [cursor-fuzzy-time-gen] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.tHWYvbFyrY/Main.o )
  12534. 362.03 s [cursor-fuzzy-time-gen] [2 of 2] Linking Setup
  12535. 362.03 s [cursor-fuzzy-time-gen] Phase: updateAutotoolsGnuConfigScriptsPhase
  12536. 362.03 s [cursor-fuzzy-time-gen] Phase: configurePhase
  12537. 362.03 s [cursor-fuzzy-time-gen] configureFlags: --verbose --prefix=/nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/yliw9q0nvjcbdy97kxs89r1nyhf1jb0y-cursor-fuzzy-time-gen-0.2.0.0-doc/share/doc/cursor-fuzzy-time-gen-0.2.0.0 --with-gcc=gcc --package-db=/build/tmp.tHWYvbFyrY/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  12538. 362.03 s [cursor-fuzzy-time-gen] Using Parsec parser
  12539. 362.03 s [cursor-fuzzy-time-gen] Configuring cursor-fuzzy-time-gen-0.2.0.0...
  12540. 362.03 s [cursor-fuzzy-time-gen] Dependency base >=4.9 && <=5: using base-4.20.2.0
  12541. 362.03 s [cursor-fuzzy-time-gen] Dependency cursor-fuzzy-time: using cursor-fuzzy-time-0.1.0.0
  12542. 362.03 s [cursor-fuzzy-time-gen] Dependency cursor-gen: using cursor-gen-0.4.0.0
  12543. 362.03 s [cursor-fuzzy-time-gen] Dependency fuzzy-time-gen: using fuzzy-time-gen-0.3.0.0
  12544. 362.03 s [cursor-fuzzy-time-gen] Dependency genvalidity: using genvalidity-1.1.1.0
  12545. 362.03 s [cursor-fuzzy-time-gen] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
  12546. 362.03 s [cursor-fuzzy-time-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
  12547. 362.03 s [cursor-fuzzy-time-gen] Dependency base >=4.9 && <=5: using base-4.20.2.0
  12548. 362.03 s [cursor-fuzzy-time-gen] Dependency cursor-fuzzy-time: using cursor-fuzzy-time-0.1.0.0
  12549. 362.03 s [cursor-fuzzy-time-gen] Dependency cursor-fuzzy-time-gen: using cursor-fuzzy-time-gen-0.2.0.0
  12550. 362.03 s [cursor-fuzzy-time-gen] Dependency fuzzy-time: using fuzzy-time-0.3.0.1
  12551. 362.03 s [cursor-fuzzy-time-gen] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  12552. 362.03 s [cursor-fuzzy-time-gen] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
  12553. 362.03 s [cursor-fuzzy-time-gen] Dependency hspec: using hspec-2.11.14
  12554. 362.03 s [cursor-fuzzy-time-gen] Dependency time: using time-1.12.2
  12555. 362.03 s [cursor-fuzzy-time-gen] Source component graph:
  12556. 362.03 s [cursor-fuzzy-time-gen] component lib
  12557. 362.03 s [cursor-fuzzy-time-gen] component test:cursor-fuzzy-time-test dependency lib
  12558. 362.03 s [cursor-fuzzy-time-gen] Configured component graph:
  12559. 362.03 s [cursor-fuzzy-time-gen] component cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  12560. 362.03 s [cursor-fuzzy-time-gen] include base-4.20.2.0-fafd
  12561. 362.03 s [cursor-fuzzy-time-gen] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  12562. 362.03 s [cursor-fuzzy-time-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  12563. 362.03 s [cursor-fuzzy-time-gen] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  12564. 362.03 s [cursor-fuzzy-time-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12565. 362.03 s [cursor-fuzzy-time-gen] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  12566. 362.03 s [cursor-fuzzy-time-gen] component cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
  12567. 362.03 s [cursor-fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  12568. 362.03 s [genvalidity-hspec-aeson] Phase: setupCompilerEnvironmentPhase
  12569. 362.03 s [genvalidity-hspec-aeson] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  12570. 362.03 s [genvalidity-hspec-aeson] Phase: unpackPhase
  12571. 362.03 s [genvalidity-hspec-aeson] unpacking source archive /nix/store/dpk9sjjqc3pqxp6s1xaj7s7skm20rwxh-genvalidity-hspec-aeson-source-1.0.0.0/genvalidity-hspec-aeson-1.0.0.0.tar.gz
  12572. 362.03 s [genvalidity-hspec-aeson] source root is genvalidity-hspec-aeson-1.0.0.0
  12573. 362.03 s [genvalidity-hspec-aeson] setting SOURCE_DATE_EPOCH to timestamp 1780347884 of file "genvalidity-hspec-aeson-1.0.0.0/test/Test/Validity/AesonSpec.hs"
  12574. 362.03 s [genvalidity-hspec-aeson] warning: file "genvalidity-hspec-aeson-1.0.0.0/test/Test/Validity/AesonSpec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  12575. 362.03 s [genvalidity-hspec-aeson] Phase: patchPhase
  12576. 362.03 s [genvalidity-hspec-aeson] Phase: compileBuildDriverPhase
  12577. 362.03 s [genvalidity-hspec-aeson] setupCompileFlags: -package-db=/build/tmp.oOJDBuobjM/setup-package.conf.d -threaded
  12578. 362.03 s [genvalidity-hspec-aeson] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.oOJDBuobjM/Main.o )
  12579. 362.03 s [genvalidity-hspec-aeson] [2 of 2] Linking Setup
  12580. 362.03 s [cursor-fuzzy-time-gen] include base-4.20.2.0-fafd
  12581. 362.03 s [cursor-fuzzy-time-gen] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  12582. 362.03 s [cursor-fuzzy-time-gen] include cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  12583. 362.03 s [cursor-fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  12584. 362.03 s [cursor-fuzzy-time-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  12585. 362.03 s [cursor-fuzzy-time-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  12586. 362.03 s [cursor-fuzzy-time-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12587. 362.03 s [cursor-fuzzy-time-gen] include time-1.12.2-3479
  12588. 362.03 s [cursor-fuzzy-time-gen] Linked component graph:
  12589. 362.03 s [cursor-fuzzy-time-gen] unit cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  12590. 362.03 s [cursor-fuzzy-time-gen] include base-4.20.2.0-fafd
  12591. 362.03 s [cursor-fuzzy-time-gen] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  12592. 362.03 s [cursor-fuzzy-time-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  12593. 362.03 s [cursor-fuzzy-time-gen] include fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  12594. 362.03 s [cursor-fuzzy-time-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12595. 362.03 s [cursor-fuzzy-time-gen] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  12596. 362.03 s [cursor-fuzzy-time-gen] Cursor.FuzzyDay.Gen=cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd:Cursor.FuzzyDay.Gen,Cursor.FuzzyLocalTime.Gen=cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd:Cursor.FuzzyLocalTime.Gen,Cursor.FuzzyTimeOfDay.Gen=cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd:Cursor.FuzzyTimeOfDay.Gen
  12597. 362.03 s [cursor-fuzzy-time-gen] unit cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
  12598. 362.03 s [cursor-fuzzy-time-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  12599. 362.03 s [cursor-fuzzy-time-gen] include base-4.20.2.0-fafd
  12600. 362.03 s [cursor-fuzzy-time-gen] include cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  12601. 362.03 s [cursor-fuzzy-time-gen] include cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  12602. 362.03 s [cursor-fuzzy-time-gen] include fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  12603. 362.03 s [cursor-fuzzy-time-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  12604. 362.03 s [cursor-fuzzy-time-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  12605. 362.03 s [cursor-fuzzy-time-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12606. 362.03 s [cursor-fuzzy-time-gen] include time-1.12.2-3479
  12607. 362.03 s [cursor-fuzzy-time-gen] Ready component graph:
  12608. 362.03 s [cursor-fuzzy-time-gen] definite cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  12609. 362.03 s [cursor-fuzzy-time-gen] depends base-4.20.2.0-fafd
  12610. 362.03 s [cursor-fuzzy-time-gen] depends cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  12611. 362.03 s [cursor-fuzzy-time-gen] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  12612. 362.03 s [cursor-fuzzy-time-gen] depends fuzzy-time-gen-0.3.0.0-K1anszqE4mDBfKCvjLfS5L
  12613. 362.03 s [cursor-fuzzy-time-gen] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12614. 362.03 s [cursor-fuzzy-time-gen] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  12615. 362.03 s [cursor-fuzzy-time-gen] definite cursor-fuzzy-time-gen-0.2.0.0-HE6cV8Hbfll4lChtaGe9wx-cursor-fuzzy-time-test
  12616. 362.03 s [cursor-fuzzy-time-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  12617. 362.03 s [cursor-fuzzy-time-gen] depends base-4.20.2.0-fafd
  12618. 362.03 s [cursor-fuzzy-time-gen] depends cursor-fuzzy-time-0.1.0.0-AcJe3R95HJqE4EMFTkFTS7
  12619. 362.03 s [cursor-fuzzy-time-gen] depends cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  12620. 362.03 s [cursor-fuzzy-time-gen] depends fuzzy-time-0.3.0.1-EVWPua6yGRBKAsyyJWRpF7
  12621. 362.03 s [cursor-fuzzy-time-gen] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  12622. 362.03 s [cursor-fuzzy-time-gen] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  12623. 362.03 s [cursor-fuzzy-time-gen] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12624. 362.03 s [cursor-fuzzy-time-gen] depends time-1.12.2-3479
  12625. 362.03 s [cursor-fuzzy-time-gen] Using Cabal-3.12.1.0 compiled by ghc-9.10
  12626. 362.03 s [cursor-fuzzy-time-gen] Using compiler: ghc-9.10.3
  12627. 362.03 s [cursor-fuzzy-time-gen] Using install prefix:
  12628. 362.03 s [cursor-fuzzy-time-gen] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0
  12629. 362.03 s [cursor-fuzzy-time-gen] Executables installed in:
  12630. 362.03 s [cursor-fuzzy-time-gen] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/bin
  12631. 362.03 s [cursor-fuzzy-time-gen] Libraries installed in:
  12632. 362.03 s [cursor-fuzzy-time-gen] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  12633. 362.03 s [cursor-fuzzy-time-gen] Dynamic Libraries installed in:
  12634. 362.03 s [cursor-fuzzy-time-gen] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  12635. 362.03 s [cursor-fuzzy-time-gen] Private executables installed in:
  12636. 362.03 s [cursor-fuzzy-time-gen] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-fuzzy-time-gen-0.2.0.0
  12637. 362.03 s [cursor-fuzzy-time-gen] Data files installed in:
  12638. 362.03 s [cursor-fuzzy-time-gen] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/share/x86_64-linux-ghc-9.10.3-a85d/cursor-fuzzy-time-gen-0.2.0.0
  12639. 362.03 s [cursor-fuzzy-time-gen] Documentation installed in:
  12640. 362.03 s [cursor-fuzzy-time-gen] /nix/store/yliw9q0nvjcbdy97kxs89r1nyhf1jb0y-cursor-fuzzy-time-gen-0.2.0.0-doc/share/doc/cursor-fuzzy-time-gen-0.2.0.0
  12641. 362.03 s [cursor-fuzzy-time-gen] Configuration files installed in:
  12642. 362.03 s [cursor-fuzzy-time-gen] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/etc
  12643. 362.03 s [cursor-fuzzy-time-gen] No alex found
  12644. 362.03 s [cursor-fuzzy-time-gen] Using ar found on system at:
  12645. 362.23 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0
  12646. 362.60 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  12647. 362.60 s [post-build-hook]
  12648. 362.94 s [post-build-hook] Pushing /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0 (6.70 KiB)
  12649. 363.76 s [post-build-hook]
  12650. 363.76 s [post-build-hook] All done.
  12651. 363.77 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0
  12652. 363.85 s [post-build-hook] copying 1 paths...
  12653. 363.85 s [post-build-hook] copying path '/nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0' to 'https://cache.staging.nix-ci.com'...
  12654. 364.20 s [post-build-hook] copying 0 paths...
  12655. 364.23 s Progress: 96 of 151 built (5 building), 815 of 815 downloaded from cache
  12656. 364.26 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1
  12657. 364.65 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  12658. 364.65 s [post-build-hook]
  12659. 364.99 s [post-build-hook] Pushing /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1 (2.64 KiB)
  12660. 365.81 s [post-build-hook]
  12661. 365.81 s [post-build-hook] All done.
  12662. 365.83 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1
  12663. 365.89 s [post-build-hook] copying 1 paths...
  12664. 365.89 s [post-build-hook] copying path '/nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1' to 'https://cache.staging.nix-ci.com'...
  12665. 366.26 s [post-build-hook] copying 0 paths...
  12666. 366.30 s Progress: 97 of 152 built (4 building), 815 of 815 downloaded from cache
  12667. 366.37 s Building dirforest
  12668. 366.43 s Building genvalidity-path
  12669. 366.43 s [opt-env-conf] Documentation created: dist/doc/html/opt-env-conf/,
  12670. 366.43 s [opt-env-conf] dist/doc/html/opt-env-conf/opt-env-conf.txt
  12671. 366.43 s [opt-env-conf] Phase: installPhase
  12672. 366.43 s [opt-env-conf] Installing library in /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  12673. 366.43 s [opt-env-conf] Phase: fixupPhase
  12674. 366.43 s [opt-env-conf] shrinking RPATHs of ELF executables and libraries in /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1
  12675. 366.43 s [opt-env-conf] shrinking /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSopt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD-ghc9.10.3.so
  12676. 366.43 s [opt-env-conf] checking for references to /build/ in /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1...
  12677. 366.43 s [opt-env-conf] patching script interpreter paths in /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1
  12678. 366.43 s [opt-env-conf] stripping (with command strip and flags -S -p) in /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/lib
  12679. 366.43 s [opt-env-conf] shrinking RPATHs of ELF executables and libraries in /nix/store/zrig6079qq6l4zqgb0mhpp2llsl80766-opt-env-conf-0.15.0.1-doc
  12680. 366.43 s [opt-env-conf] checking for references to /build/ in /nix/store/zrig6079qq6l4zqgb0mhpp2llsl80766-opt-env-conf-0.15.0.1-doc...
  12681. 366.43 s [opt-env-conf] patching script interpreter paths in /nix/store/zrig6079qq6l4zqgb0mhpp2llsl80766-opt-env-conf-0.15.0.1-doc
  12682. 366.43 s [cursor-fuzzy-time-gen] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  12683. 366.43 s [cursor-fuzzy-time-gen] No c2hs found
  12684. 366.43 s [cursor-fuzzy-time-gen] No cpphs found
  12685. 366.43 s [cursor-fuzzy-time-gen] No doctest found
  12686. 366.43 s [cursor-fuzzy-time-gen] Using gcc version 14.3.0 given by user at:
  12687. 366.43 s [cursor-fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  12688. 366.43 s [cursor-fuzzy-time-gen] Using ghc version 9.10.3 found on system at:
  12689. 366.43 s [cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  12690. 366.43 s [cursor-fuzzy-time-gen] Using ghc-pkg version 9.10.3 found on system at:
  12691. 366.43 s [cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  12692. 366.43 s [cursor-fuzzy-time-gen] No ghcjs found
  12693. 366.43 s [cursor-fuzzy-time-gen] No ghcjs-pkg found
  12694. 366.43 s [cursor-fuzzy-time-gen] No greencard found
  12695. 366.43 s [cursor-fuzzy-time-gen] Using haddock version 2.31.1 found on system at:
  12696. 366.43 s [cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  12697. 366.43 s [cursor-fuzzy-time-gen] No happy found
  12698. 366.43 s [cursor-fuzzy-time-gen] Using haskell-suite found on system at: haskell-suite-dummy-location
  12699. 366.43 s [cursor-fuzzy-time-gen] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12700. 366.43 s [cursor-fuzzy-time-gen] No hmake found
  12701. 366.43 s [cursor-fuzzy-time-gen] Using hpc version 0.69 found on system at:
  12702. 366.43 s [cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  12703. 366.43 s [cursor-fuzzy-time-gen] Using hsc2hs version 0.68.10 found on system at:
  12704. 366.43 s [cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  12705. 366.43 s [cursor-fuzzy-time-gen] Using hscolour version 1.25 found on system at:
  12706. 366.43 s [cursor-fuzzy-time-gen] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  12707. 366.43 s [cursor-fuzzy-time-gen] No jhc found
  12708. 366.43 s [cursor-fuzzy-time-gen] Using ld found on system at:
  12709. 366.43 s [cursor-fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  12710. 366.43 s [cursor-fuzzy-time-gen] No pkg-config found
  12711. 366.43 s [cursor-fuzzy-time-gen] Using runghc version 9.10.3 found on system at:
  12712. 366.43 s [cursor-fuzzy-time-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  12713. 366.43 s [cursor-fuzzy-time-gen] Using strip version 2.44 found on system at:
  12714. 366.43 s [cursor-fuzzy-time-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  12715. 366.43 s [cursor-fuzzy-time-gen] Using tar found on system at:
  12716. 366.43 s [cursor-fuzzy-time-gen] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  12717. 366.43 s [cursor-fuzzy-time-gen] No uhc found
  12718. 366.43 s [cursor-fuzzy-time-gen] Phase: buildPhase
  12719. 366.43 s [cursor-fuzzy-time-gen] Preprocessing library for cursor-fuzzy-time-gen-0.2.0.0...
  12720. 366.43 s [cursor-fuzzy-time-gen] Building library for cursor-fuzzy-time-gen-0.2.0.0...
  12721. 366.43 s [cursor-fuzzy-time-gen] [1 of 4] Compiling Cursor.FuzzyDay.Gen ( src/Cursor/FuzzyDay/Gen.hs, dist/build/Cursor/FuzzyDay/Gen.o, dist/build/Cursor/FuzzyDay/Gen.dyn_o )
  12722. 366.43 s [cursor-fuzzy-time-gen] [2 of 4] Compiling Cursor.FuzzyLocalTime.Gen ( src/Cursor/FuzzyLocalTime/Gen.hs, dist/build/Cursor/FuzzyLocalTime/Gen.o, dist/build/Cursor/FuzzyLocalTime/Gen.dyn_o )
  12723. 366.43 s [cursor-fuzzy-time-gen] [3 of 4] Compiling Cursor.FuzzyTimeOfDay.Gen ( src/Cursor/FuzzyTimeOfDay/Gen.hs, dist/build/Cursor/FuzzyTimeOfDay/Gen.o, dist/build/Cursor/FuzzyTimeOfDay/Gen.dyn_o )
  12724. 366.43 s [cursor-fuzzy-time-gen] [4 of 4] Compiling Paths_cursor_fuzzy_time_gen ( dist/build/autogen/Paths_cursor_fuzzy_time_gen.hs, dist/build/Paths_cursor_fuzzy_time_gen.o, dist/build/Paths_cursor_fuzzy_time_gen.dyn_o )
  12725. 366.43 s [cursor-fuzzy-time-gen] [1 of 4] Compiling Cursor.FuzzyDay.Gen ( src/Cursor/FuzzyDay/Gen.hs, dist/build/Cursor/FuzzyDay/Gen.p_o )
  12726. 366.43 s [cursor-fuzzy-time-gen] [2 of 4] Compiling Cursor.FuzzyLocalTime.Gen ( src/Cursor/FuzzyLocalTime/Gen.hs, dist/build/Cursor/FuzzyLocalTime/Gen.p_o )
  12727. 366.43 s [cursor-fuzzy-time-gen] [3 of 4] Compiling Cursor.FuzzyTimeOfDay.Gen ( src/Cursor/FuzzyTimeOfDay/Gen.hs, dist/build/Cursor/FuzzyTimeOfDay/Gen.p_o )
  12728. 366.43 s [cursor-fuzzy-time-gen] [4 of 4] Compiling Paths_cursor_fuzzy_time_gen ( dist/build/autogen/Paths_cursor_fuzzy_time_gen.hs, dist/build/Paths_cursor_fuzzy_time_gen.p_o )
  12729. 366.43 s [cursor-fuzzy-time-gen] Preprocessing test suite 'cursor-fuzzy-time-test' for cursor-fuzzy-time-gen-0.2.0.0...
  12730. 366.43 s [cursor-fuzzy-time-gen] Building test suite 'cursor-fuzzy-time-test' for cursor-fuzzy-time-gen-0.2.0.0...
  12731. 366.43 s [cursor-fuzzy-time-gen] [1 of 5] Compiling Cursor.FuzzyDaySpec ( test/Cursor/FuzzyDaySpec.hs, dist/build/cursor-fuzzy-time-test/cursor-fuzzy-time-test-tmp/Cursor/FuzzyDaySpec.o )
  12732. 366.43 s [cursor-fuzzy-time-gen] [2 of 5] Compiling Cursor.FuzzyLocalTimeSpec ( test/Cursor/FuzzyLocalTimeSpec.hs, dist/build/cursor-fuzzy-time-test/cursor-fuzzy-time-test-tmp/Cursor/FuzzyLocalTimeSpec.o )
  12733. 366.43 s [cursor-fuzzy-time-gen] [3 of 5] Compiling Cursor.FuzzyTimeOfDaySpec ( test/Cursor/FuzzyTimeOfDaySpec.hs, dist/build/cursor-fuzzy-time-test/cursor-fuzzy-time-test-tmp/Cursor/FuzzyTimeOfDaySpec.o )
  12734. 366.43 s [cursor-fuzzy-time-gen] [4 of 5] Compiling Main ( test/Spec.hs, dist/build/cursor-fuzzy-time-test/cursor-fuzzy-time-test-tmp/Main.o )
  12735. 366.43 s [cursor-fuzzy-time-gen] [5 of 5] Compiling Paths_cursor_fuzzy_time_gen ( dist/build/cursor-fuzzy-time-test/autogen/Paths_cursor_fuzzy_time_gen.hs, dist/build/cursor-fuzzy-time-test/cursor-fuzzy-time-test-tmp/Paths_cursor_fuzzy_time_gen.o )
  12736. 366.43 s [cursor-fuzzy-time-gen] [6 of 6] Linking dist/build/cursor-fuzzy-time-test/cursor-fuzzy-time-test
  12737. 366.43 s [genvalidity-hspec-aeson] Phase: updateAutotoolsGnuConfigScriptsPhase
  12738. 366.43 s [genvalidity-hspec-aeson] Phase: configurePhase
  12739. 366.43 s [genvalidity-hspec-aeson] configureFlags: --verbose --prefix=/nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc/share/doc/genvalidity-hspec-aeson-1.0.0.0 --with-gcc=gcc --package-db=/build/tmp.oOJDBuobjM/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  12740. 366.43 s [genvalidity-hspec-aeson] Using Parsec parser
  12741. 366.43 s [genvalidity-hspec-aeson] Configuring genvalidity-hspec-aeson-1.0.0.0...
  12742. 366.43 s [genvalidity-hspec-aeson] Dependency QuickCheck: using QuickCheck-2.15.0.1
  12743. 366.43 s [genvalidity-hspec-aeson] Dependency aeson: using aeson-2.2.3.0
  12744. 366.43 s [genvalidity-hspec-aeson] Dependency base >=4.9 && <=5: using base-4.20.2.0
  12745. 366.43 s [genvalidity-hspec-aeson] Dependency deepseq: using deepseq-1.5.0.0
  12746. 366.43 s [genvalidity-hspec-aeson] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  12747. 366.43 s [genvalidity-hspec-aeson] Dependency genvalidity-hspec >=0.6: using genvalidity-hspec-1.0.0.4
  12748. 366.43 s [genvalidity-hspec-aeson] Dependency hspec: using hspec-2.11.14
  12749. 366.43 s [genvalidity-hspec-aeson] Dependency aeson: using aeson-2.2.3.0
  12750. 366.43 s [genvalidity-hspec-aeson] Dependency base >=4.9 && <=5: using base-4.20.2.0
  12751. 366.43 s [genvalidity-hspec-aeson] Dependency genvalidity: using genvalidity-1.1.1.0
  12752. 366.43 s [genvalidity-hspec-aeson] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
  12753. 366.43 s [genvalidity-hspec-aeson] Dependency genvalidity-hspec-aeson: using genvalidity-hspec-aeson-1.0.0.0
  12754. 366.43 s [genvalidity-hspec-aeson] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
  12755. 366.43 s [genvalidity-hspec-aeson] Dependency hspec: using hspec-2.11.14
  12756. 366.43 s [genvalidity-hspec-aeson] Dependency text: using text-2.1.3
  12757. 366.43 s [genvalidity-hspec-aeson] Source component graph:
  12758. 366.43 s [genvalidity-hspec-aeson] component lib
  12759. 366.43 s [genvalidity-hspec-aeson] component test:genvalidity-hspec-aeson-test dependency lib
  12760. 366.43 s [genvalidity-hspec-aeson] Configured component graph:
  12761. 366.43 s [genvalidity-hspec-aeson] component genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  12762. 366.43 s [genvalidity-hspec-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  12763. 366.43 s [genvalidity-hspec-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  12764. 366.43 s [genvalidity-hspec-aeson] include base-4.20.2.0-fafd
  12765. 366.43 s [genvalidity-hspec-aeson] include deepseq-1.5.0.0-2b65
  12766. 366.43 s [genvalidity-hspec-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12767. 366.43 s [genvalidity-hspec-aeson] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  12768. 366.43 s [genvalidity-hspec-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12769. 366.43 s [genvalidity-hspec-aeson] component genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
  12770. 366.43 s [genvalidity-hspec-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  12771. 366.43 s [genvalidity-hspec-aeson] include base-4.20.2.0-fafd
  12772. 366.43 s [genvalidity-hspec-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12773. 366.43 s [genvalidity-hspec-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  12774. 366.43 s [genvalidity-hspec-aeson] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  12775. 366.43 s [genvalidity-hspec-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  12776. 366.43 s [genvalidity-hspec-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12777. 366.43 s [genvalidity-hspec-aeson] include text-2.1.3-34f1
  12778. 366.43 s [genvalidity-hspec-aeson] Linked component graph:
  12779. 366.43 s [genvalidity-hspec-aeson] unit genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  12780. 366.43 s [genvalidity-hspec-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  12781. 366.43 s [genvalidity-hspec-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  12782. 366.43 s [genvalidity-hspec-aeson] include base-4.20.2.0-fafd
  12783. 366.43 s [genvalidity-hspec-aeson] include deepseq-1.5.0.0-2b65
  12784. 366.43 s [genvalidity-hspec-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12785. 366.43 s [genvalidity-hspec-aeson] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  12786. 366.43 s [genvalidity-hspec-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12787. 366.43 s [genvalidity-hspec-aeson] Test.Validity.Aeson=genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj:Test.Validity.Aeson
  12788. 366.43 s [genvalidity-hspec-aeson] unit genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
  12789. 366.43 s [genvalidity-hspec-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  12790. 366.43 s [genvalidity-hspec-aeson] include base-4.20.2.0-fafd
  12791. 366.43 s [ical] Phase: setupCompilerEnvironmentPhase
  12792. 366.43 s [ical] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  12793. 366.43 s [ical] Phase: unpackPhase
  12794. 366.43 s [ical] unpacking source archive /nix/store/m0h17zhwlczqz70hggjwyhllgz0f1vsr-ical-source-0.0.0.0/ical-0.0.0.0.tar.gz
  12795. 366.43 s [ical] source root is ical-0.0.0.0
  12796. 366.43 s [ical] setting SOURCE_DATE_EPOCH to timestamp 1780347885 of file "ical-0.0.0.0/src/ICal/UnfoldedLine.hs"
  12797. 366.43 s [ical] warning: file "ical-0.0.0.0/src/ICal/UnfoldedLine.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  12798. 366.43 s [ical] Phase: patchPhase
  12799. 366.43 s [ical] Phase: compileBuildDriverPhase
  12800. 366.43 s [ical] setupCompileFlags: -package-db=/build/tmp.Ii5Oq7cj7o/setup-package.conf.d -threaded
  12801. 366.43 s [ical] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Ii5Oq7cj7o/Main.o )
  12802. 366.43 s [ical] [2 of 2] Linking Setup
  12803. 366.43 s [ical] Phase: updateAutotoolsGnuConfigScriptsPhase
  12804. 366.43 s [ical] Phase: configurePhase
  12805. 366.43 s [ical] configureFlags: --verbose --prefix=/nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc/share/doc/ical-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.Ii5Oq7cj7o/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  12806. 366.43 s [ical] Using Parsec parser
  12807. 366.43 s [ical] Configuring ical-0.0.0.0...
  12808. 366.43 s [ical] Dependency base >=4.7 && <5: using base-4.20.2.0
  12809. 366.43 s [ical] Dependency base64: using base64-1.0
  12810. 366.43 s [ical] Dependency bytestring: using bytestring-0.12.2.0
  12811. 366.43 s [ical] Dependency case-insensitive: using case-insensitive-1.2.1.0
  12812. 366.43 s [ical] Dependency conformance: using conformance-0.1.0.0
  12813. 366.43 s [ical] Dependency containers: using containers-0.7
  12814. 366.43 s [ical] Dependency deepseq: using deepseq-1.5.0.0
  12815. 366.43 s [ical] Dependency dlist: using dlist-1.0
  12816. 366.43 s [ical] Dependency megaparsec: using megaparsec-9.7.0
  12817. 366.43 s [ical] Dependency network-uri: using network-uri-2.6.4.2
  12818. 366.43 s [ical] Dependency text: using text-2.1.3
  12819. 366.43 s [ical] Dependency time: using time-1.12.2
  12820. 366.43 s [ical] Dependency time-compat: using time-compat-1.9.8
  12821. 366.43 s [ical] Dependency validity: using validity-0.12.1.0
  12822. 366.43 s [ical] Dependency validity-bytestring: using validity-bytestring-0.4.1.1
  12823. 366.43 s [ical] Dependency validity-case-insensitive: using validity-case-insensitive-0.0.0.0
  12824. 366.43 s [ical] Dependency validity-containers: using validity-containers-0.5.0.5
  12825. 366.43 s [ical] Dependency validity-network-uri: using validity-network-uri-0.0.0.1
  12826. 366.43 s [ical] Dependency validity-text: using validity-text-0.3.1.3
  12827. 366.43 s [ical] Dependency validity-time: using validity-time-0.5.0.0
  12828. 366.43 s [ical] Source component graph: component lib
  12829. 366.43 s [ical] Configured component graph:
  12830. 366.43 s [ical] component ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  12831. 366.43 s [ical] include base-4.20.2.0-fafd
  12832. 366.43 s [ical] include base64-1.0-N8iliogjNkyTcibCuxQp
  12833. 366.43 s [ical] include bytestring-0.12.2.0-96e1
  12834. 366.43 s [ical] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  12835. 366.43 s [ical] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  12836. 366.43 s [ical] include containers-0.7-96b4
  12837. 366.43 s [cursor-fuzzy-time-gen] Phase: checkPhase
  12838. 366.43 s [cursor-fuzzy-time-gen] Running 1 test suites...
  12839. 366.43 s [cursor-fuzzy-time-gen] Test suite cursor-fuzzy-time-test: RUNNING...
  12840. 366.43 s [cursor-fuzzy-time-gen]
  12841. 366.43 s [cursor-fuzzy-time-gen] Cursor.FuzzyDay
  12842. 366.43 s [cursor-fuzzy-time-gen] Eq FuzzyDayCursor
  12843. 366.43 s [cursor-fuzzy-time-gen] (==) :: FuzzyDayCursor -> FuzzyDayCursor -> Bool
  12844. 366.43 s [cursor-fuzzy-time-gen] is reflexive for "valid FuzzyDayCursor"s [✔]
  12845. 366.43 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12846. 366.43 s [cursor-fuzzy-time-gen] is symmetric for "valid FuzzyDayCursor"s [✔]
  12847. 366.43 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12848. 366.43 s [cursor-fuzzy-time-gen] is transitive for "valid FuzzyDayCursor"s [✔]
  12849. 366.43 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12850. 366.43 s [cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a /= b) for "valid FuzzyDayCursor"s [✔]
  12851. 366.43 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12852. 366.43 s [cursor-fuzzy-time-gen] (/=) :: FuzzyDayCursor -> FuzzyDayCursor -> Bool
  12853. 366.43 s [cursor-fuzzy-time-gen] is antireflexive for "valid FuzzyDayCursor"s [✔]
  12854. 366.43 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12855. 366.43 s [cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a == b) for "valid FuzzyDayCursor"s [✔]
  12856. 366.43 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12857. 366.43 s [cursor-fuzzy-time-gen] GenValid FuzzyDayCursor
  12858. 366.43 s [cursor-fuzzy-time-gen] genValid :: Gen FuzzyDayCursor
  12859. 366.43 s [cursor-fuzzy-time-gen] only generates valid 'FuzzyDayCursor's [✔]
  12860. 366.43 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12861. 366.43 s [cursor-fuzzy-time-gen] emptyFuzzyDayCursor
  12862. 366.43 s [cursor-fuzzy-time-gen] produces valid cursors [✔]
  12863. 366.43 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12864. 366.43 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
  12865. 366.43 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12866. 366.43 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
  12867. 366.43 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12868. 366.44 s [cursor-fuzzy-time-gen] makeFuzzyDayCursor
  12869. 366.44 s [cursor-fuzzy-time-gen] produces valid cursors [✔]
  12870. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12871. 366.44 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time for recent days [✔]
  12872. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12873. 366.44 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time for recent days [✔]
  12874. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12875. 366.44 s [cursor-fuzzy-time-gen] rebuildFuzzyDayCursorForwards
  12876. 366.44 s [cursor-fuzzy-time-gen] produces valid days [✔]
  12877. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12878. 366.44 s [cursor-fuzzy-time-gen] rebuildFuzzyDayCursorBackwards
  12879. 366.44 s [cursor-fuzzy-time-gen] produces valid days [✔]
  12880. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12881. 366.44 s [cursor-fuzzy-time-gen] fuzzyDayCursorTextCursorL
  12882. 366.44 s [cursor-fuzzy-time-gen] satisfies the first lens law for valid values and valid values [✔]
  12883. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12884. 366.44 s [cursor-fuzzy-time-gen] satisfies the second lens law for valid values [✔]
  12885. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12886. 366.44 s [cursor-fuzzy-time-gen] satisfies the third lens law for valid values and valid values [✔]
  12887. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12888. 366.44 s [cursor-fuzzy-time-gen] gets valid values from valid values values [✔]
  12889. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12890. 366.44 s [cursor-fuzzy-time-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  12891. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12892. 366.44 s [cursor-fuzzy-time-gen] fuzzyDayCursorGuessForwards
  12893. 366.44 s [cursor-fuzzy-time-gen] guesses a valid day [✔]
  12894. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12895. 366.44 s [cursor-fuzzy-time-gen] fuzzyDayCursorGuessBackwards
  12896. 366.44 s [cursor-fuzzy-time-gen] guesses a valid day [✔]
  12897. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12898. 366.44 s [cursor-fuzzy-time-gen] Cursor.FuzzyLocalTime
  12899. 366.44 s [cursor-fuzzy-time-gen] Eq FuzzyLocalTimeCursor
  12900. 366.44 s [cursor-fuzzy-time-gen] (==) :: FuzzyLocalTimeCursor -> FuzzyLocalTimeCursor -> Bool
  12901. 366.44 s [cursor-fuzzy-time-gen] is reflexive for "valid FuzzyLocalTimeCursor"s [✔]
  12902. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12903. 366.44 s [cursor-fuzzy-time-gen] is symmetric for "valid FuzzyLocalTimeCursor"s [✔]
  12904. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12905. 366.44 s [cursor-fuzzy-time-gen] is transitive for "valid FuzzyLocalTimeCursor"s [✔]
  12906. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12907. 366.44 s [cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a /= b) for "valid FuzzyLocalTimeCursor"s [✔]
  12908. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12909. 366.44 s [cursor-fuzzy-time-gen] (/=) :: FuzzyLocalTimeCursor -> FuzzyLocalTimeCursor -> Bool
  12910. 366.44 s [cursor-fuzzy-time-gen] is antireflexive for "valid FuzzyLocalTimeCursor"s [✔]
  12911. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12912. 366.44 s [cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a == b) for "valid FuzzyLocalTimeCursor"s [✔]
  12913. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12914. 366.44 s [cursor-fuzzy-time-gen] GenValid FuzzyLocalTimeCursor
  12915. 366.44 s [cursor-fuzzy-time-gen] genValid :: Gen FuzzyLocalTimeCursor
  12916. 366.44 s [cursor-fuzzy-time-gen] only generates valid 'FuzzyLocalTimeCursor's [✔]
  12917. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12918. 366.44 s [cursor-fuzzy-time-gen] emptyFuzzyLocalTimeCursor
  12919. 366.44 s [cursor-fuzzy-time-gen] produces valid cursors [✔]
  12920. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12921. 366.44 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
  12922. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12923. 366.44 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
  12924. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12925. 366.44 s [cursor-fuzzy-time-gen] makeFuzzyLocalTimeCursor
  12926. 366.44 s [cursor-fuzzy-time-gen] produces valid cursors [✔]
  12927. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12928. 366.44 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time for recent days [✔]
  12929. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12930. 366.44 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time for recent days [✔]
  12931. 366.44 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  12932. 366.44 s [genvalidity-hspec-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12933. 366.44 s [genvalidity-hspec-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  12934. 366.44 s [genvalidity-hspec-aeson] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  12935. 366.44 s [genvalidity-hspec-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  12936. 366.44 s [genvalidity-hspec-aeson] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12937. 366.44 s [genvalidity-hspec-aeson] include text-2.1.3-34f1
  12938. 366.44 s [genvalidity-hspec-aeson] Ready component graph:
  12939. 366.44 s [genvalidity-hspec-aeson] definite genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  12940. 366.44 s [genvalidity-hspec-aeson] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  12941. 366.44 s [genvalidity-hspec-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  12942. 366.44 s [genvalidity-hspec-aeson] depends base-4.20.2.0-fafd
  12943. 366.44 s [genvalidity-hspec-aeson] depends deepseq-1.5.0.0-2b65
  12944. 366.44 s [genvalidity-hspec-aeson] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12945. 366.44 s [genvalidity-hspec-aeson] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  12946. 366.44 s [genvalidity-hspec-aeson] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12947. 366.44 s [genvalidity-hspec-aeson] definite genvalidity-hspec-aeson-1.0.0.0-7t41fEBc0Z7HcytqgiFUHO-genvalidity-hspec-aeson-test
  12948. 366.44 s [genvalidity-hspec-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  12949. 366.44 s [genvalidity-hspec-aeson] depends base-4.20.2.0-fafd
  12950. 366.44 s [genvalidity-hspec-aeson] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  12951. 366.44 s [genvalidity-hspec-aeson] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  12952. 366.44 s [genvalidity-hspec-aeson] depends genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  12953. 366.44 s [genvalidity-hspec-aeson] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  12954. 366.44 s [genvalidity-hspec-aeson] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  12955. 366.44 s [genvalidity-hspec-aeson] depends text-2.1.3-34f1
  12956. 366.44 s [genvalidity-hspec-aeson] Using Cabal-3.12.1.0 compiled by ghc-9.10
  12957. 366.44 s [genvalidity-hspec-aeson] Using compiler: ghc-9.10.3
  12958. 366.44 s [genvalidity-hspec-aeson] Using install prefix:
  12959. 366.44 s [genvalidity-hspec-aeson] /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0
  12960. 366.44 s [genvalidity-hspec-aeson] Executables installed in:
  12961. 366.44 s [genvalidity-hspec-aeson] /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0/bin
  12962. 366.44 s [genvalidity-hspec-aeson] Libraries installed in:
  12963. 366.44 s [genvalidity-hspec-aeson] /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  12964. 366.44 s [genvalidity-hspec-aeson] Dynamic Libraries installed in:
  12965. 366.44 s [genvalidity-hspec-aeson] /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  12966. 366.44 s [genvalidity-hspec-aeson] Private executables installed in:
  12967. 366.44 s [genvalidity-hspec-aeson] /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-aeson-1.0.0.0
  12968. 366.44 s [genvalidity-hspec-aeson] Data files installed in:
  12969. 366.44 s [genvalidity-hspec-aeson] /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-aeson-1.0.0.0
  12970. 366.44 s [genvalidity-hspec-aeson] Documentation installed in:
  12971. 366.44 s [genvalidity-hspec-aeson] /nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc/share/doc/genvalidity-hspec-aeson-1.0.0.0
  12972. 366.44 s [genvalidity-hspec-aeson] Configuration files installed in:
  12973. 366.44 s [genvalidity-hspec-aeson] /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0/etc
  12974. 366.44 s [genvalidity-hspec-aeson] No alex found
  12975. 366.44 s [genvalidity-hspec-aeson] Using ar found on system at:
  12976. 366.44 s [genvalidity-hspec-aeson] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  12977. 366.44 s [genvalidity-hspec-aeson] No c2hs found
  12978. 366.44 s [genvalidity-hspec-aeson] No cpphs found
  12979. 366.44 s [genvalidity-hspec-aeson] No doctest found
  12980. 366.44 s [genvalidity-hspec-aeson] Using gcc version 14.3.0 given by user at:
  12981. 366.44 s [genvalidity-hspec-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  12982. 366.44 s [genvalidity-hspec-aeson] Using ghc version 9.10.3 found on system at:
  12983. 366.44 s [genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  12984. 366.44 s [genvalidity-hspec-aeson] Using ghc-pkg version 9.10.3 found on system at:
  12985. 366.44 s [genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  12986. 366.44 s [genvalidity-hspec-aeson] No ghcjs found
  12987. 366.44 s [genvalidity-hspec-aeson] No ghcjs-pkg found
  12988. 366.44 s [genvalidity-hspec-aeson] No greencard found
  12989. 366.44 s [genvalidity-hspec-aeson] Using haddock version 2.31.1 found on system at:
  12990. 366.44 s [genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  12991. 366.44 s [genvalidity-hspec-aeson] No happy found
  12992. 366.44 s [genvalidity-hspec-aeson] Using haskell-suite found on system at: haskell-suite-dummy-location
  12993. 366.44 s [genvalidity-hspec-aeson] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12994. 366.44 s [genvalidity-hspec-aeson] No hmake found
  12995. 366.44 s [genvalidity-hspec-aeson] Using hpc version 0.69 found on system at:
  12996. 366.44 s [genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  12997. 366.44 s [genvalidity-hspec-aeson] Using hsc2hs version 0.68.10 found on system at:
  12998. 366.44 s [genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  12999. 366.44 s [genvalidity-hspec-aeson] Using hscolour version 1.25 found on system at:
  13000. 366.44 s [genvalidity-hspec-aeson] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  13001. 366.44 s [genvalidity-hspec-aeson] No jhc found
  13002. 366.44 s [genvalidity-hspec-aeson] Using ld found on system at:
  13003. 366.44 s [genvalidity-hspec-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  13004. 366.44 s [genvalidity-hspec-aeson] No pkg-config found
  13005. 366.44 s [genvalidity-hspec-aeson] Using runghc version 9.10.3 found on system at:
  13006. 366.44 s [genvalidity-hspec-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  13007. 366.44 s [genvalidity-hspec-aeson] Using strip version 2.44 found on system at:
  13008. 366.44 s [ical] include deepseq-1.5.0.0-2b65
  13009. 366.44 s [ical] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  13010. 366.44 s [ical] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  13011. 366.44 s [ical] include network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
  13012. 366.44 s [ical] include text-2.1.3-34f1
  13013. 366.44 s [ical] include time-1.12.2-3479
  13014. 366.44 s [ical] include time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
  13015. 366.44 s [ical] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  13016. 366.44 s [ical] include validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
  13017. 366.44 s [ical] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  13018. 366.44 s [ical] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  13019. 366.44 s [ical] include validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
  13020. 366.44 s [ical] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  13021. 366.44 s [ical] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  13022. 366.44 s [ical] Linked component graph:
  13023. 366.44 s [ical] unit ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  13024. 366.44 s [ical] include base-4.20.2.0-fafd
  13025. 366.44 s [ical] include base64-1.0-N8iliogjNkyTcibCuxQp
  13026. 366.44 s [ical] include bytestring-0.12.2.0-96e1
  13027. 366.44 s [ical] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  13028. 366.44 s [ical] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  13029. 366.44 s [ical] include containers-0.7-96b4
  13030. 366.44 s [ical] include deepseq-1.5.0.0-2b65
  13031. 366.44 s [ical] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  13032. 366.44 s [ical] include megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  13033. 366.44 s [ical] include network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
  13034. 366.44 s [ical] include text-2.1.3-34f1
  13035. 366.44 s [ical] include time-1.12.2-3479
  13036. 366.44 s [ical] include time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
  13037. 366.44 s [ical] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  13038. 366.44 s [ical] include validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
  13039. 366.44 s [ical] include validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  13040. 366.44 s [ical] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  13041. 366.44 s [ical] include validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
  13042. 366.44 s [ical] include validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  13043. 366.44 s [ical] include validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  13044. 366.66 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1 /nix/store/zrig6079qq6l4zqgb0mhpp2llsl80766-opt-env-conf-0.15.0.1-doc
  13045. 367.18 s [post-build-hook] Pushing 2 paths (224 are already present) using zstd to cache smos ⏳
  13046. 367.18 s [post-build-hook]
  13047. 367.55 s [post-build-hook] Pushing /nix/store/zrig6079qq6l4zqgb0mhpp2llsl80766-opt-env-conf-0.15.0.1-doc (5.88 MiB)
  13048. 367.55 s [post-build-hook] Pushing /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1 (17.98 MiB)
  13049. 368.89 s [post-build-hook]
  13050. 368.96 s [post-build-hook] All done.
  13051. 368.96 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1 /nix/store/zrig6079qq6l4zqgb0mhpp2llsl80766-opt-env-conf-0.15.0.1-doc
  13052. 368.99 s [post-build-hook] copying 0 paths...
  13053. 369.14 s [post-build-hook] copying 0 paths...
  13054. 369.23 s Progress: 98 of 151 built (5 building), 815 of 815 downloaded from cache
  13055. 369.30 s Building sydtest-source
  13056. 369.30 s [cursor-fuzzy-time-gen] rebuildFuzzyLocalTimeCursorForwards
  13057. 369.30 s [cursor-fuzzy-time-gen] produces valid time of day [✔]
  13058. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13059. 369.30 s [cursor-fuzzy-time-gen] rebuildFuzzyLocalTimeCursorBackwards
  13060. 369.30 s [cursor-fuzzy-time-gen] produces valid time of day [✔]
  13061. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13062. 369.30 s [cursor-fuzzy-time-gen] fuzzyLocalTimeCursorTextCursorL
  13063. 369.30 s [cursor-fuzzy-time-gen] satisfies the first lens law for valid values and valid values [✔]
  13064. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13065. 369.30 s [cursor-fuzzy-time-gen] satisfies the second lens law for valid values [✔]
  13066. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13067. 369.30 s [cursor-fuzzy-time-gen] satisfies the third lens law for valid values and valid values [✔]
  13068. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13069. 369.30 s [cursor-fuzzy-time-gen] gets valid values from valid values values [✔]
  13070. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13071. 369.30 s [cursor-fuzzy-time-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  13072. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13073. 369.30 s [cursor-fuzzy-time-gen] fuzzyLocalTimeCursorGuessForwards
  13074. 369.30 s [cursor-fuzzy-time-gen] guesses a valid time of day [✔]
  13075. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13076. 369.30 s [cursor-fuzzy-time-gen] fuzzyLocalTimeCursorGuessBackwards
  13077. 369.30 s [cursor-fuzzy-time-gen] guesses a valid time of day [✔]
  13078. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13079. 369.30 s [cursor-fuzzy-time-gen] Cursor.FuzzyTimeOfDay
  13080. 369.30 s [cursor-fuzzy-time-gen] Eq FuzzyTimeOfDayCursor
  13081. 369.30 s [cursor-fuzzy-time-gen] (==) :: FuzzyTimeOfDayCursor -> FuzzyTimeOfDayCursor -> Bool
  13082. 369.30 s [cursor-fuzzy-time-gen] is reflexive for "valid FuzzyTimeOfDayCursor"s [✔]
  13083. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13084. 369.30 s [cursor-fuzzy-time-gen] is symmetric for "valid FuzzyTimeOfDayCursor"s [✔]
  13085. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13086. 369.30 s [cursor-fuzzy-time-gen] is transitive for "valid FuzzyTimeOfDayCursor"s [✔]
  13087. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13088. 369.30 s [cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a /= b) for "valid FuzzyTimeOfDayCursor"s [✔]
  13089. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13090. 369.30 s [cursor-fuzzy-time-gen] (/=) :: FuzzyTimeOfDayCursor -> FuzzyTimeOfDayCursor -> Bool
  13091. 369.30 s [cursor-fuzzy-time-gen] is antireflexive for "valid FuzzyTimeOfDayCursor"s [✔]
  13092. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13093. 369.30 s [cursor-fuzzy-time-gen] is equivalent to (\a b -> not $ a == b) for "valid FuzzyTimeOfDayCursor"s [✔]
  13094. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13095. 369.30 s [cursor-fuzzy-time-gen] GenValid FuzzyTimeOfDayCursor
  13096. 369.30 s [cursor-fuzzy-time-gen] genValid :: Gen FuzzyTimeOfDayCursor
  13097. 369.30 s [cursor-fuzzy-time-gen] only generates valid 'FuzzyTimeOfDayCursor's [✔]
  13098. 369.30 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13099. 369.30 s [cursor-fuzzy-time-gen] emptyFuzzyTimeOfDayCursor
  13100. 369.30 s [cursor-fuzzy-time-gen] produces valid cursors [✔]
  13101. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13102. 369.31 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
  13103. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13104. 369.31 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce nothing [✔]
  13105. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13106. 369.31 s [cursor-fuzzy-time-gen] makeFuzzyTimeOfDayCursor
  13107. 369.31 s [cursor-fuzzy-time-gen] produces valid cursors [✔]
  13108. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13109. 369.31 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time [✔]
  13110. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13111. 369.31 s [cursor-fuzzy-time-gen] makes cursors that makes the guessing produce the given time [✔]
  13112. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13113. 369.31 s [cursor-fuzzy-time-gen] rebuildFuzzyTimeOfDayCursorForwards
  13114. 369.31 s [cursor-fuzzy-time-gen] produces valid time of day [✔]
  13115. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13116. 369.31 s [cursor-fuzzy-time-gen] rebuildFuzzyTimeOfDayCursorBackwards
  13117. 369.31 s [cursor-fuzzy-time-gen] produces valid time of day [✔]
  13118. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13119. 369.31 s [cursor-fuzzy-time-gen] fuzzyTimeOfDayCursorTextCursorL
  13120. 369.31 s [cursor-fuzzy-time-gen] satisfies the first lens law for valid values and valid values [✔]
  13121. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13122. 369.31 s [cursor-fuzzy-time-gen] satisfies the second lens law for valid values [✔]
  13123. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13124. 369.31 s [cursor-fuzzy-time-gen] satisfies the third lens law for valid values and valid values [✔]
  13125. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13126. 369.31 s [cursor-fuzzy-time-gen] gets valid values from valid values values [✔]
  13127. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13128. 369.31 s [cursor-fuzzy-time-gen] produces valid values when it is used to set valid values values on valid values values [✔]
  13129. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13130. 369.31 s [cursor-fuzzy-time-gen] fuzzyTimeOfDayCursorGuessForwards
  13131. 369.31 s [cursor-fuzzy-time-gen] guesses a valid time of day [✔]
  13132. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13133. 369.31 s [cursor-fuzzy-time-gen] fuzzyTimeOfDayCursorGuessBackwards
  13134. 369.31 s [cursor-fuzzy-time-gen] guesses a valid time of day [✔]
  13135. 369.31 s [cursor-fuzzy-time-gen] +++ OK, passed 100 tests.
  13136. 369.31 s [cursor-fuzzy-time-gen]
  13137. 369.31 s [cursor-fuzzy-time-gen] Finished in 0.0561 seconds
  13138. 369.31 s [cursor-fuzzy-time-gen] 66 examples, 0 failures
  13139. 369.31 s [cursor-fuzzy-time-gen] Test suite cursor-fuzzy-time-test: PASS
  13140. 369.31 s [cursor-fuzzy-time-gen] Test suite logged to:
  13141. 369.31 s [cursor-fuzzy-time-gen] dist/test/cursor-fuzzy-time-gen-0.2.0.0-cursor-fuzzy-time-test.log
  13142. 369.31 s [cursor-fuzzy-time-gen] 1 of 1 test suites (1 of 1 test cases) passed.
  13143. 369.31 s [cursor-fuzzy-time-gen] Phase: haddockPhase
  13144. 369.31 s [cursor-fuzzy-time-gen] Preprocessing library for cursor-fuzzy-time-gen-0.2.0.0...
  13145. 369.31 s [cursor-fuzzy-time-gen] Running Haddock on library for cursor-fuzzy-time-gen-0.2.0.0...
  13146. 369.31 s [cursor-fuzzy-time-gen] [1 of 4] Compiling Cursor.FuzzyDay.Gen ( src/Cursor/FuzzyDay/Gen.hs, nothing )
  13147. 369.31 s [cursor-fuzzy-time-gen] [2 of 4] Compiling Cursor.FuzzyLocalTime.Gen ( src/Cursor/FuzzyLocalTime/Gen.hs, nothing )
  13148. 369.31 s [genvalidity-hspec-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  13149. 369.31 s [genvalidity-hspec-aeson] Using tar found on system at:
  13150. 369.31 s [genvalidity-hspec-aeson] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  13151. 369.31 s [genvalidity-hspec-aeson] No uhc found
  13152. 369.31 s [genvalidity-hspec-aeson] Phase: buildPhase
  13153. 369.31 s [genvalidity-hspec-aeson] Preprocessing library for genvalidity-hspec-aeson-1.0.0.0...
  13154. 369.31 s [genvalidity-hspec-aeson] Building library for genvalidity-hspec-aeson-1.0.0.0...
  13155. 369.31 s [genvalidity-hspec-aeson] [1 of 2] Compiling Paths_genvalidity_hspec_aeson ( dist/build/autogen/Paths_genvalidity_hspec_aeson.hs, dist/build/Paths_genvalidity_hspec_aeson.o, dist/build/Paths_genvalidity_hspec_aeson.dyn_o )
  13156. 369.31 s [genvalidity-hspec-aeson] [2 of 2] Compiling Test.Validity.Aeson ( src/Test/Validity/Aeson.hs, dist/build/Test/Validity/Aeson.o, dist/build/Test/Validity/Aeson.dyn_o )
  13157. 369.31 s [genvalidity-hspec-aeson] [1 of 2] Compiling Paths_genvalidity_hspec_aeson ( dist/build/autogen/Paths_genvalidity_hspec_aeson.hs, dist/build/Paths_genvalidity_hspec_aeson.p_o )
  13158. 369.31 s [genvalidity-hspec-aeson] [2 of 2] Compiling Test.Validity.Aeson ( src/Test/Validity/Aeson.hs, dist/build/Test/Validity/Aeson.p_o )
  13159. 369.31 s [genvalidity-hspec-aeson] Preprocessing test suite 'genvalidity-hspec-aeson-test' for genvalidity-hspec-aeson-1.0.0.0...
  13160. 369.31 s [genvalidity-hspec-aeson] Building test suite 'genvalidity-hspec-aeson-test' for genvalidity-hspec-aeson-1.0.0.0...
  13161. 369.31 s [genvalidity-hspec-aeson] [1 of 3] Compiling Paths_genvalidity_hspec_aeson ( dist/build/genvalidity-hspec-aeson-test/autogen/Paths_genvalidity_hspec_aeson.hs, dist/build/genvalidity-hspec-aeson-test/genvalidity-hspec-aeson-test-tmp/Paths_genvalidity_hspec_aeson.o )
  13162. 369.31 s [genvalidity-hspec-aeson] [2 of 3] Compiling Test.Validity.AesonSpec ( test/Test/Validity/AesonSpec.hs, dist/build/genvalidity-hspec-aeson-test/genvalidity-hspec-aeson-test-tmp/Test/Validity/AesonSpec.o )
  13163. 369.31 s [genvalidity-hspec-aeson] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-hspec-aeson-test/genvalidity-hspec-aeson-test-tmp/Main.o )
  13164. 369.31 s [genvalidity-hspec-aeson] [4 of 4] Linking dist/build/genvalidity-hspec-aeson-test/genvalidity-hspec-aeson-test
  13165. 369.31 s [genvalidity-hspec-aeson] Phase: checkPhase
  13166. 369.31 s [genvalidity-hspec-aeson] Running 1 test suites...
  13167. 369.31 s [genvalidity-hspec-aeson] Test suite genvalidity-hspec-aeson-test: RUNNING...
  13168. 369.31 s [genvalidity-hspec-aeson]
  13169. 369.31 s [genvalidity-hspec-aeson] Test.Validity.Aeson
  13170. 369.31 s [genvalidity-hspec-aeson] JSON [Char] (sequence of 'a's)
  13171. 369.31 s [genvalidity-hspec-aeson] encode :: [Char] -> Data.ByteString.Lazy.ByteString
  13172. 369.31 s [genvalidity-hspec-aeson] never fails to encode a "sequence of 'a's [Char]" [✔]
  13173. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13174. 369.31 s [genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String [Char]
  13175. 369.31 s [genvalidity-hspec-aeson] ensures that encode and decode are inverses for "sequence of 'a's [Char]"'s [✔]
  13176. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13177. 369.31 s [genvalidity-hspec-aeson] JSON (Ratio Integer) (valid)
  13178. 369.31 s [genvalidity-hspec-aeson] encode :: (Ratio Integer) -> Data.ByteString.Lazy.ByteString
  13179. 369.31 s [genvalidity-hspec-aeson] never fails to encode a "valid (Ratio Integer)" [✔]
  13180. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13181. 369.31 s [genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String (Ratio Integer)
  13182. 369.31 s [genvalidity-hspec-aeson] ensures that encode and decode are inverses for "valid (Ratio Integer)"'s [✔]
  13183. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13184. 369.31 s [genvalidity-hspec-aeson] JSON Int (valid)
  13185. 369.31 s [genvalidity-hspec-aeson] encode :: Int -> Data.ByteString.Lazy.ByteString
  13186. 369.31 s [genvalidity-hspec-aeson] never fails to encode a "valid Int" [✔]
  13187. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13188. 369.31 s [genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Int
  13189. 369.31 s [genvalidity-hspec-aeson] ensures that encode and decode are inverses for "valid Int"'s [✔]
  13190. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13191. 369.31 s [genvalidity-hspec-aeson] JSON Int (arbitrary)
  13192. 369.31 s [genvalidity-hspec-aeson] encode :: Int -> Data.ByteString.Lazy.ByteString
  13193. 369.31 s [genvalidity-hspec-aeson] never fails to encode a "arbitrary Int" [✔]
  13194. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13195. 369.31 s [genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Int
  13196. 369.31 s [genvalidity-hspec-aeson] ensures that encode and decode are inverses for "arbitrary Int"'s [✔]
  13197. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13198. 369.31 s [genvalidity-hspec-aeson] JSON ForShow (valid)
  13199. 369.31 s [genvalidity-hspec-aeson] encode :: ForShow -> Data.ByteString.Lazy.ByteString
  13200. 369.31 s [genvalidity-hspec-aeson] never fails to encode a "valid ForShow" [✔]
  13201. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13202. 369.31 s [genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String ForShow
  13203. 369.31 s [genvalidity-hspec-aeson] ensures that encode and decode are inverses for "valid ForShow"'s [✔]
  13204. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13205. 369.31 s [genvalidity-hspec-aeson] JSON Value (valid)
  13206. 369.31 s [genvalidity-hspec-aeson] encode :: Value -> Data.ByteString.Lazy.ByteString
  13207. 369.31 s [genvalidity-hspec-aeson] never fails to encode a "valid Value" [✔]
  13208. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13209. 369.31 s [genvalidity-hspec-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Value
  13210. 369.31 s [genvalidity-hspec-aeson] ensures that encode and decode are inverses for "valid Value"'s [✔]
  13211. 369.31 s [genvalidity-hspec-aeson] +++ OK, passed 100 tests.
  13212. 369.31 s [genvalidity-hspec-aeson]
  13213. 369.31 s [ical] ICal=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal,ICal.Component=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component,ICal.Component.Alarm=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.Alarm,ICal.Component.Class=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.Class,ICal.Component.Event=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.Event,ICal.Component.FreeBusy=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.FreeBusy,ICal.Component.Journal=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.Journal,ICal.Component.TimeZone=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.TimeZone,ICal.Component.Todo=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Component.Todo,ICal.ContentLine=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.ContentLine,ICal.Parameter=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Parameter,ICal.Parameter.Class=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Parameter.Class,ICal.Parameter.ValueDataType=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Parameter.ValueDataType,ICal.Property=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.Property,ICal.PropertyType=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType,ICal.PropertyType.Binary=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Binary,ICal.PropertyType.CalAddress=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.CalAddress,ICal.PropertyType.Class=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Class,ICal.PropertyType.Date=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Date,ICal.PropertyType.DateTime=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.DateTime,ICal.PropertyType.DateTimes=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.DateTimes,ICal.PropertyType.Duration=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Duration,ICal.PropertyType.FloatingPoint=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.FloatingPoint,ICal.PropertyType.Period=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Period,ICal.PropertyType.RecurrenceRule=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.RecurrenceRule,ICal.PropertyType.Time=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.Time,ICal.PropertyType.URI=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.URI,ICal.PropertyType.UTCOffset=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.PropertyType.UTCOffset,ICal.UnfoldedLine=ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX:ICal.UnfoldedLine
  13214. 369.31 s [ical] Ready component graph:
  13215. 369.31 s [ical] definite ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  13216. 369.31 s [ical] depends base-4.20.2.0-fafd
  13217. 369.31 s [ical] depends base64-1.0-N8iliogjNkyTcibCuxQp
  13218. 369.31 s [ical] depends bytestring-0.12.2.0-96e1
  13219. 369.31 s [ical] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  13220. 369.31 s [ical] depends conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  13221. 369.31 s [ical] depends containers-0.7-96b4
  13222. 369.31 s [ical] depends deepseq-1.5.0.0-2b65
  13223. 369.31 s [ical] depends dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  13224. 369.31 s [ical] depends megaparsec-9.7.0-KBJegSxwkGnGhyfOL0bdwL
  13225. 369.31 s [ical] depends network-uri-2.6.4.2-90cnrsZ004i7HW9YhrlM2
  13226. 369.31 s [ical] depends text-2.1.3-34f1
  13227. 369.31 s [ical] depends time-1.12.2-3479
  13228. 369.31 s [ical] depends time-compat-1.9.8-4DIQNbjEQNI9YHVNPcoCik
  13229. 369.31 s [ical] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  13230. 369.31 s [ical] depends validity-bytestring-0.4.1.1-4bRtlxuVsWD3ePz3664F9A
  13231. 369.31 s [ical] depends validity-case-insensitive-0.0.0.0-FdIc6C8B8YF7Jt8LKHnHuo
  13232. 369.31 s [ical] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  13233. 369.31 s [ical] depends validity-network-uri-0.0.0.1-5Zk41rMoAQREBemuJG0mLu
  13234. 369.31 s [ical] depends validity-text-0.3.1.3-GXG23dRmbmGHkAAk5tffI
  13235. 369.31 s [ical] depends validity-time-0.5.0.0-IeaWPPYGrQ7hvpU6w8zKH
  13236. 369.31 s [ical] Using Cabal-3.12.1.0 compiled by ghc-9.10
  13237. 369.31 s [ical] Using compiler: ghc-9.10.3
  13238. 369.31 s [ical] Using install prefix: /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0
  13239. 369.31 s [ical] Executables installed in:
  13240. 369.31 s [ical] /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/bin
  13241. 369.31 s [ical] Libraries installed in:
  13242. 369.31 s [ical] /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  13243. 369.31 s [ical] Dynamic Libraries installed in:
  13244. 369.31 s [ical] /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  13245. 369.31 s [ical] Private executables installed in:
  13246. 369.31 s [ical] /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/ical-0.0.0.0
  13247. 369.31 s [ical] Data files installed in:
  13248. 369.31 s [ical] /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/ical-0.0.0.0
  13249. 369.31 s [ical] Documentation installed in:
  13250. 369.31 s [ical] /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc/share/doc/ical-0.0.0.0
  13251. 369.31 s [ical] Configuration files installed in:
  13252. 369.31 s [ical] /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/etc
  13253. 369.31 s [ical] No alex found
  13254. 369.31 s [ical] Using ar found on system at:
  13255. 369.31 s [ical] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  13256. 369.31 s [ical] No c2hs found
  13257. 369.31 s [ical] No cpphs found
  13258. 369.31 s [ical] No doctest found
  13259. 369.31 s [ical] Using gcc version 14.3.0 given by user at:
  13260. 369.31 s [ical] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  13261. 369.31 s [ical] Using ghc version 9.10.3 found on system at:
  13262. 369.31 s [ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  13263. 369.31 s [ical] Using ghc-pkg version 9.10.3 found on system at:
  13264. 369.31 s [ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  13265. 369.31 s [ical] No ghcjs found
  13266. 369.31 s [ical] No ghcjs-pkg found
  13267. 369.31 s [ical] No greencard found
  13268. 369.31 s [ical] Using haddock version 2.31.1 found on system at:
  13269. 369.31 s [ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  13270. 369.31 s [ical] No happy found
  13271. 369.31 s [ical] Using haskell-suite found on system at: haskell-suite-dummy-location
  13272. 369.31 s [ical] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13273. 369.31 s [ical] No hmake found
  13274. 369.31 s [ical] Using hpc version 0.69 found on system at:
  13275. 369.31 s [ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  13276. 369.31 s [ical] Using hsc2hs version 0.68.10 found on system at:
  13277. 369.31 s [ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  13278. 369.31 s [ical] Using hscolour version 1.25 found on system at:
  13279. 369.31 s [ical] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  13280. 369.31 s [ical] No jhc found
  13281. 369.31 s [ical] Using ld found on system at:
  13282. 369.31 s [ical] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  13283. 369.31 s [ical] No pkg-config found
  13284. 369.31 s [ical] Using runghc version 9.10.3 found on system at:
  13285. 369.31 s [ical] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  13286. 369.31 s [ical] Using strip version 2.44 found on system at:
  13287. 369.31 s [ical] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  13288. 369.31 s [ical] Using tar found on system at:
  13289. 369.31 s [ical] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  13290. 369.31 s [ical] No uhc found
  13291. 369.31 s [ical] Phase: buildPhase
  13292. 369.31 s [dirforest] Phase: setupCompilerEnvironmentPhase
  13293. 369.31 s [dirforest] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  13294. 369.31 s [dirforest] Phase: unpackPhase
  13295. 369.31 s [dirforest] unpacking source archive /nix/store/cmfsqmxdg2y1flwilkgk0ikqj117cj0m-dirforest-source-0.1.0.0/dirforest-0.1.0.0.tar.gz
  13296. 369.31 s [dirforest] source root is dirforest-0.1.0.0
  13297. 369.31 s [dirforest] setting SOURCE_DATE_EPOCH to timestamp 1780347890 of file "dirforest-0.1.0.0/src/Data/DirForest.hs"
  13298. 369.31 s [dirforest] warning: file "dirforest-0.1.0.0/src/Data/DirForest.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  13299. 369.31 s [dirforest] Phase: patchPhase
  13300. 369.31 s [dirforest] Phase: compileBuildDriverPhase
  13301. 369.31 s [dirforest] setupCompileFlags: -package-db=/build/tmp.Z6ua6UOupA/setup-package.conf.d -threaded
  13302. 369.31 s [dirforest] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Z6ua6UOupA/Main.o )
  13303. 369.31 s [dirforest] [2 of 2] Linking Setup
  13304. 369.31 s [dirforest] Phase: updateAutotoolsGnuConfigScriptsPhase
  13305. 369.31 s [dirforest] Phase: configurePhase
  13306. 369.31 s [dirforest] configureFlags: --verbose --prefix=/nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/p7lqjfl2qinjri7vxgzyw6i5w42gczwm-dirforest-0.1.0.0-doc/share/doc/dirforest-0.1.0.0 --with-gcc=gcc --package-db=/build/tmp.Z6ua6UOupA/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  13307. 369.31 s [dirforest] Using Parsec parser
  13308. 369.31 s [dirforest] Configuring dirforest-0.1.0.0...
  13309. 369.31 s [dirforest] Dependency aeson: using aeson-2.2.3.0
  13310. 369.31 s [dirforest] Dependency autodocodec: using autodocodec-0.5.0.0
  13311. 369.31 s [dirforest] Dependency base >=4.7 && <5: using base-4.20.2.0
  13312. 369.31 s [dirforest] Dependency containers: using containers-0.7
  13313. 369.31 s [dirforest] Dependency deepseq: using deepseq-1.5.0.0
  13314. 369.31 s [dirforest] Dependency filepath: using filepath-1.5.4.0
  13315. 369.31 s [dirforest] Dependency path: using path-0.9.6
  13316. 369.31 s [dirforest] Dependency path-io: using path-io-1.8.2
  13317. 369.31 s [dirforest] Dependency validity: using validity-0.12.1.0
  13318. 369.31 s [dirforest] Dependency validity-containers: using validity-containers-0.5.0.5
  13319. 369.31 s [dirforest] Dependency validity-path: using validity-path-0.4.0.1
  13320. 369.31 s [dirforest] Source component graph: component lib
  13321. 369.31 s [dirforest] Configured component graph:
  13322. 369.31 s [dirforest] component dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  13323. 369.31 s [dirforest] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  13324. 369.31 s [dirforest] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  13325. 369.31 s [dirforest] include base-4.20.2.0-fafd
  13326. 369.31 s [dirforest] include containers-0.7-96b4
  13327. 369.31 s [dirforest] include deepseq-1.5.0.0-2b65
  13328. 369.31 s [dirforest] include filepath-1.5.4.0-2605
  13329. 369.31 s [dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13330. 369.31 s [dirforest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  13331. 369.31 s [dirforest] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  13332. 369.31 s [dirforest] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  13333. 369.31 s [dirforest] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  13334. 369.31 s [dirforest] Linked component graph:
  13335. 369.31 s [dirforest] unit dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  13336. 369.31 s [dirforest] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  13337. 369.31 s [dirforest] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  13338. 369.31 s [dirforest] include base-4.20.2.0-fafd
  13339. 369.31 s [dirforest] include containers-0.7-96b4
  13340. 369.31 s [dirforest] include deepseq-1.5.0.0-2b65
  13341. 369.31 s [dirforest] include filepath-1.5.4.0-2605
  13342. 369.31 s [dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13343. 369.31 s [dirforest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  13344. 369.31 s [genvalidity-path] Phase: setupCompilerEnvironmentPhase
  13345. 369.31 s [genvalidity-path] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  13346. 369.31 s [genvalidity-path] Phase: unpackPhase
  13347. 369.31 s [genvalidity-path] unpacking source archive /nix/store/dyy5m0zyr6hia4a1d52m2b8h2lzfrnkh-genvalidity-path-source-1.0.0.1/genvalidity-path-1.0.0.1.tar.gz
  13348. 369.31 s [genvalidity-path] source root is genvalidity-path-1.0.0.1
  13349. 369.31 s [genvalidity-path] setting SOURCE_DATE_EPOCH to timestamp 1780347890 of file "genvalidity-path-1.0.0.1/test/Spec.hs"
  13350. 369.31 s [genvalidity-path] warning: file "genvalidity-path-1.0.0.1/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  13351. 369.31 s [genvalidity-path] Phase: patchPhase
  13352. 369.31 s [genvalidity-path] Phase: compileBuildDriverPhase
  13353. 369.31 s [genvalidity-path] setupCompileFlags: -package-db=/build/tmp.hrqqM7pzVF/setup-package.conf.d -threaded
  13354. 369.31 s [genvalidity-path] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.hrqqM7pzVF/Main.o )
  13355. 369.31 s [genvalidity-path] [2 of 2] Linking Setup
  13356. 369.31 s [genvalidity-path] Phase: updateAutotoolsGnuConfigScriptsPhase
  13357. 369.31 s [genvalidity-path] Phase: configurePhase
  13358. 369.31 s [genvalidity-path] configureFlags: --verbose --prefix=/nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/30abjb00qiyls3shkp775k4377y0dpcf-genvalidity-path-1.0.0.1-doc/share/doc/genvalidity-path-1.0.0.1 --with-gcc=gcc --package-db=/build/tmp.hrqqM7pzVF/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  13359. 369.31 s [genvalidity-path] Using Parsec parser
  13360. 369.31 s [genvalidity-path] Configuring genvalidity-path-1.0.0.1...
  13361. 369.31 s [genvalidity-path] Dependency QuickCheck: using QuickCheck-2.15.0.1
  13362. 369.31 s [genvalidity-path] Dependency base >=4.7 && <5: using base-4.20.2.0
  13363. 369.31 s [genvalidity-path] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  13364. 369.31 s [genvalidity-path] Dependency path >=0.5: using path-0.9.6
  13365. 369.31 s [genvalidity-path] Dependency validity-path >=0.3: using validity-path-0.4.0.1
  13366. 369.31 s [genvalidity-path] Dependency base >=4.7 && <5: using base-4.20.2.0
  13367. 369.31 s [genvalidity-path] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  13368. 369.31 s [genvalidity-path] Dependency genvalidity-path: using genvalidity-path-1.0.0.1
  13369. 369.31 s [genvalidity-path] Dependency hspec: using hspec-2.11.14
  13370. 369.31 s [genvalidity-path] Dependency path >=0.5: using path-0.9.6
  13371. 369.31 s [genvalidity-path] Dependency base >=4.7 && <5: using base-4.20.2.0
  13372. 369.31 s [genvalidity-path] Dependency criterion: using criterion-1.6.4.0
  13373. 369.31 s [genvalidity-path] Dependency genvalidity-criterion >=1.1.0.0: using
  13374. 369.31 s [genvalidity-path] genvalidity-criterion-1.1.0.0
  13375. 369.31 s [genvalidity-path] Dependency genvalidity-path: using genvalidity-path-1.0.0.1
  13376. 369.31 s [genvalidity-path] Dependency path >=0.5: using path-0.9.6
  13377. 369.31 s [genvalidity-path] Source component graph:
  13378. 369.31 s [genvalidity-path] component lib
  13379. 369.31 s [genvalidity-path] component test:genvalidity-path-test dependency lib
  13380. 369.31 s [genvalidity-path] component bench:genvalidity-path-bench dependency lib
  13381. 369.31 s [genvalidity-path] Configured component graph:
  13382. 369.31 s [genvalidity-path] component genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  13383. 369.31 s [genvalidity-path] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  13384. 369.31 s [genvalidity-path] include base-4.20.2.0-fafd
  13385. 369.31 s [genvalidity-path] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  13386. 369.31 s [genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13387. 369.31 s [genvalidity-path] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  13388. 369.31 s [genvalidity-path] component genvalidity-path-1.0.0.1-JVlbb1rbUk5Adh5bsvZ5sY-genvalidity-path-test
  13389. 369.31 s [genvalidity-path] include base-4.20.2.0-fafd
  13390. 369.31 s [genvalidity-path] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  13391. 369.31 s [genvalidity-path] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  13392. 369.31 s [cursor-fuzzy-time-gen] [3 of 4] Compiling Cursor.FuzzyTimeOfDay.Gen ( src/Cursor/FuzzyTimeOfDay/Gen.hs, nothing )
  13393. 369.31 s [cursor-fuzzy-time-gen] [4 of 4] Compiling Paths_cursor_fuzzy_time_gen ( dist/build/autogen/Paths_cursor_fuzzy_time_gen.hs, nothing )
  13394. 369.32 s [cursor-fuzzy-time-gen] Haddock coverage:
  13395. 369.32 s [cursor-fuzzy-time-gen] 0% ( 0 / 1) in 'Cursor.FuzzyDay.Gen'
  13396. 369.32 s [cursor-fuzzy-time-gen] Missing documentation for:
  13397. 369.32 s [cursor-fuzzy-time-gen] Module header
  13398. 369.32 s [cursor-fuzzy-time-gen] 0% ( 0 / 1) in 'Cursor.FuzzyLocalTime.Gen'
  13399. 369.32 s [cursor-fuzzy-time-gen] Missing documentation for:
  13400. 369.32 s [cursor-fuzzy-time-gen] Module header
  13401. 369.32 s [cursor-fuzzy-time-gen] 0% ( 0 / 1) in 'Cursor.FuzzyTimeOfDay.Gen'
  13402. 369.32 s [cursor-fuzzy-time-gen] Missing documentation for:
  13403. 369.32 s [cursor-fuzzy-time-gen] Module header
  13404. 369.32 s [genvalidity-hspec-aeson] Finished in 0.0061 seconds
  13405. 369.32 s [genvalidity-hspec-aeson] 12 examples, 0 failures
  13406. 369.32 s [genvalidity-hspec-aeson] Test suite genvalidity-hspec-aeson-test: PASS
  13407. 369.32 s [genvalidity-hspec-aeson] Test suite logged to:
  13408. 369.32 s [genvalidity-hspec-aeson] dist/test/genvalidity-hspec-aeson-1.0.0.0-genvalidity-hspec-aeson-test.log
  13409. 369.32 s [genvalidity-hspec-aeson] 1 of 1 test suites (1 of 1 test cases) passed.
  13410. 369.32 s [genvalidity-hspec-aeson] Phase: haddockPhase
  13411. 369.32 s [genvalidity-hspec-aeson] Preprocessing library for genvalidity-hspec-aeson-1.0.0.0...
  13412. 369.32 s [genvalidity-hspec-aeson] Running Haddock on library for genvalidity-hspec-aeson-1.0.0.0...
  13413. 369.32 s [genvalidity-hspec-aeson] Warning: The documentation for the following packages are not installed. No
  13414. 369.32 s [genvalidity-hspec-aeson] links will be generated to these packages: vector-0.13.2.0
  13415. 369.32 s [ical] Preprocessing library for ical-0.0.0.0...
  13416. 369.32 s [ical] Building library for ical-0.0.0.0...
  13417. 369.32 s [ical] [ 1 of 30] Compiling ICal.UnfoldedLine ( src/ICal/UnfoldedLine.hs, dist/build/ICal/UnfoldedLine.o, dist/build/ICal/UnfoldedLine.dyn_o )
  13418. 369.32 s [ical] [ 2 of 30] Compiling ICal.ContentLine ( src/ICal/ContentLine.hs, dist/build/ICal/ContentLine.o, dist/build/ICal/ContentLine.dyn_o )
  13419. 369.32 s [ical] [ 3 of 30] Compiling ICal.Parameter.Class ( src/ICal/Parameter/Class.hs, dist/build/ICal/Parameter/Class.o, dist/build/ICal/Parameter/Class.dyn_o )
  13420. 369.32 s [ical] [ 4 of 30] Compiling ICal.Parameter.ValueDataType ( src/ICal/Parameter/ValueDataType.hs, dist/build/ICal/Parameter/ValueDataType.o, dist/build/ICal/Parameter/ValueDataType.dyn_o )
  13421. 369.32 s [ical] [ 5 of 30] Compiling ICal.PropertyType.Class ( src/ICal/PropertyType/Class.hs, dist/build/ICal/PropertyType/Class.o, dist/build/ICal/PropertyType/Class.dyn_o )
  13422. 369.32 s [dirforest] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  13423. 369.32 s [dirforest] include validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  13424. 369.32 s [dirforest] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  13425. 369.32 s [dirforest] Data.DirForest=dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N:Data.DirForest
  13426. 369.32 s [dirforest] Ready component graph:
  13427. 369.32 s [dirforest] definite dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  13428. 369.32 s [dirforest] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  13429. 369.32 s [dirforest] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  13430. 369.32 s [dirforest] depends base-4.20.2.0-fafd
  13431. 369.32 s [dirforest] depends containers-0.7-96b4
  13432. 369.32 s [dirforest] depends deepseq-1.5.0.0-2b65
  13433. 369.32 s [dirforest] depends filepath-1.5.4.0-2605
  13434. 369.32 s [dirforest] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13435. 369.32 s [dirforest] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  13436. 369.32 s [dirforest] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  13437. 369.32 s [dirforest] depends validity-containers-0.5.0.5-L34Up3h7c9SHVl6t63Wf6u
  13438. 369.32 s [dirforest] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  13439. 369.32 s [dirforest] Using Cabal-3.12.1.0 compiled by ghc-9.10
  13440. 369.32 s [dirforest] Using compiler: ghc-9.10.3
  13441. 369.32 s [dirforest] Using install prefix:
  13442. 369.32 s [dirforest] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0
  13443. 369.32 s [dirforest] Executables installed in:
  13444. 369.32 s [dirforest] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/bin
  13445. 369.32 s [dirforest] Libraries installed in:
  13446. 369.32 s [dirforest] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  13447. 369.32 s [dirforest] Dynamic Libraries installed in:
  13448. 369.32 s [dirforest] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  13449. 369.32 s [dirforest] Private executables installed in:
  13450. 369.32 s [dirforest] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/dirforest-0.1.0.0
  13451. 369.32 s [dirforest] Data files installed in:
  13452. 369.32 s [dirforest] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/share/x86_64-linux-ghc-9.10.3-a85d/dirforest-0.1.0.0
  13453. 369.32 s [dirforest] Documentation installed in:
  13454. 369.32 s [dirforest] /nix/store/p7lqjfl2qinjri7vxgzyw6i5w42gczwm-dirforest-0.1.0.0-doc/share/doc/dirforest-0.1.0.0
  13455. 369.32 s [dirforest] Configuration files installed in:
  13456. 369.32 s [dirforest] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/etc
  13457. 369.32 s [dirforest] No alex found
  13458. 369.32 s [dirforest] Using ar found on system at:
  13459. 369.32 s [dirforest] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  13460. 369.32 s [dirforest] No c2hs found
  13461. 369.32 s [dirforest] No cpphs found
  13462. 369.32 s [dirforest] No doctest found
  13463. 369.32 s [dirforest] Using gcc version 14.3.0 given by user at:
  13464. 369.32 s [dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  13465. 369.32 s [dirforest] Using ghc version 9.10.3 found on system at:
  13466. 369.32 s [dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  13467. 369.32 s [dirforest] Using ghc-pkg version 9.10.3 found on system at:
  13468. 369.32 s [dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  13469. 369.32 s [dirforest] No ghcjs found
  13470. 369.32 s [dirforest] No ghcjs-pkg found
  13471. 369.32 s [dirforest] No greencard found
  13472. 369.32 s [dirforest] Using haddock version 2.31.1 found on system at:
  13473. 369.32 s [dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  13474. 369.32 s [dirforest] No happy found
  13475. 369.32 s [dirforest] Using haskell-suite found on system at: haskell-suite-dummy-location
  13476. 369.32 s [dirforest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13477. 369.32 s [dirforest] No hmake found
  13478. 369.32 s [dirforest] Using hpc version 0.69 found on system at:
  13479. 369.32 s [dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  13480. 369.32 s [dirforest] Using hsc2hs version 0.68.10 found on system at:
  13481. 369.32 s [dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  13482. 369.32 s [dirforest] Using hscolour version 1.25 found on system at:
  13483. 369.32 s [dirforest] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  13484. 369.32 s [dirforest] No jhc found
  13485. 369.32 s [dirforest] Using ld found on system at:
  13486. 369.32 s [dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  13487. 369.32 s [dirforest] No pkg-config found
  13488. 369.32 s [dirforest] Using runghc version 9.10.3 found on system at:
  13489. 369.32 s [dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  13490. 369.32 s [dirforest] Using strip version 2.44 found on system at:
  13491. 369.32 s [dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  13492. 369.32 s [dirforest] Using tar found on system at:
  13493. 369.32 s [dirforest] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  13494. 369.32 s [dirforest] No uhc found
  13495. 369.32 s [dirforest] Phase: buildPhase
  13496. 369.32 s [dirforest] Preprocessing library for dirforest-0.1.0.0...
  13497. 369.32 s [dirforest] Building library for dirforest-0.1.0.0...
  13498. 369.32 s [dirforest] [1 of 2] Compiling Data.DirForest ( src/Data/DirForest.hs, dist/build/Data/DirForest.o, dist/build/Data/DirForest.dyn_o )
  13499. 369.32 s [genvalidity-path] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  13500. 369.32 s [genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13501. 369.32 s [genvalidity-path] component genvalidity-path-1.0.0.1-9OSR5nNIPSREPtogib6pgo-genvalidity-path-bench
  13502. 369.32 s [genvalidity-path] include base-4.20.2.0-fafd
  13503. 369.32 s [genvalidity-path] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  13504. 369.32 s [genvalidity-path] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  13505. 369.32 s [genvalidity-path] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  13506. 369.32 s [genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13507. 369.32 s [genvalidity-path] Linked component graph:
  13508. 369.32 s [genvalidity-path] unit genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  13509. 369.32 s [genvalidity-path] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  13510. 369.32 s [genvalidity-path] include base-4.20.2.0-fafd
  13511. 369.32 s [genvalidity-path] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  13512. 369.32 s [genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13513. 369.32 s [genvalidity-path] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  13514. 369.32 s [genvalidity-path] Data.GenValidity.Path=genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf:Data.GenValidity.Path
  13515. 369.32 s [genvalidity-path] unit genvalidity-path-1.0.0.1-JVlbb1rbUk5Adh5bsvZ5sY-genvalidity-path-test
  13516. 369.32 s [genvalidity-path] include base-4.20.2.0-fafd
  13517. 369.32 s [genvalidity-path] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  13518. 369.32 s [genvalidity-path] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  13519. 369.32 s [genvalidity-path] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  13520. 369.32 s [genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13521. 369.32 s [genvalidity-path] unit genvalidity-path-1.0.0.1-9OSR5nNIPSREPtogib6pgo-genvalidity-path-bench
  13522. 369.32 s [genvalidity-path] include base-4.20.2.0-fafd
  13523. 369.32 s [genvalidity-path] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  13524. 369.32 s [genvalidity-path] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  13525. 369.32 s [genvalidity-path] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  13526. 369.32 s [genvalidity-path] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13527. 369.32 s [genvalidity-path] Ready component graph:
  13528. 369.32 s [genvalidity-path] definite genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  13529. 369.32 s [genvalidity-path] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  13530. 369.32 s [genvalidity-path] depends base-4.20.2.0-fafd
  13531. 369.32 s [genvalidity-path] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  13532. 369.32 s [genvalidity-path] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13533. 369.32 s [genvalidity-path] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  13534. 369.32 s [genvalidity-path] definite genvalidity-path-1.0.0.1-JVlbb1rbUk5Adh5bsvZ5sY-genvalidity-path-test
  13535. 369.32 s [genvalidity-path] depends base-4.20.2.0-fafd
  13536. 369.32 s [genvalidity-path] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  13537. 369.32 s [genvalidity-path] depends genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  13538. 369.32 s [genvalidity-path] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  13539. 369.32 s [genvalidity-path] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13540. 369.32 s [genvalidity-path] definite genvalidity-path-1.0.0.1-9OSR5nNIPSREPtogib6pgo-genvalidity-path-bench
  13541. 369.32 s [genvalidity-path] depends base-4.20.2.0-fafd
  13542. 369.32 s [genvalidity-path] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  13543. 369.32 s [genvalidity-path] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  13544. 369.32 s [genvalidity-path] depends genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  13545. 369.32 s [genvalidity-path] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13546. 369.32 s [genvalidity-path] Using Cabal-3.12.1.0 compiled by ghc-9.10
  13547. 369.32 s [genvalidity-path] Using compiler: ghc-9.10.3
  13548. 369.32 s [genvalidity-path] Using install prefix:
  13549. 369.32 s [genvalidity-path] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1
  13550. 369.32 s [genvalidity-path] Executables installed in:
  13551. 369.32 s [genvalidity-path] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/bin
  13552. 369.32 s [genvalidity-path] Libraries installed in:
  13553. 369.32 s [genvalidity-path] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  13554. 369.32 s [genvalidity-path] Dynamic Libraries installed in:
  13555. 369.32 s [genvalidity-path] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  13556. 369.32 s [genvalidity-path] Private executables installed in:
  13557. 369.32 s [genvalidity-path] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-path-1.0.0.1
  13558. 369.32 s [genvalidity-path] Data files installed in:
  13559. 369.32 s [genvalidity-path] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-path-1.0.0.1
  13560. 369.32 s [genvalidity-path] Documentation installed in:
  13561. 369.32 s [genvalidity-path] /nix/store/30abjb00qiyls3shkp775k4377y0dpcf-genvalidity-path-1.0.0.1-doc/share/doc/genvalidity-path-1.0.0.1
  13562. 369.32 s [genvalidity-path] Configuration files installed in:
  13563. 369.32 s [genvalidity-path] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/etc
  13564. 369.32 s [genvalidity-path] No alex found
  13565. 369.32 s [genvalidity-path] Using ar found on system at:
  13566. 369.32 s [genvalidity-path] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  13567. 369.32 s [genvalidity-path] No c2hs found
  13568. 369.32 s [genvalidity-path] No cpphs found
  13569. 369.32 s [genvalidity-path] No doctest found
  13570. 369.32 s [genvalidity-path] Using gcc version 14.3.0 given by user at:
  13571. 369.32 s [genvalidity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  13572. 369.32 s [genvalidity-path] Using ghc version 9.10.3 found on system at:
  13573. 369.32 s [genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  13574. 369.32 s [genvalidity-path] Using ghc-pkg version 9.10.3 found on system at:
  13575. 369.32 s [genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  13576. 369.32 s [genvalidity-path] No ghcjs found
  13577. 369.32 s [genvalidity-path] No ghcjs-pkg found
  13578. 369.32 s [genvalidity-path] No greencard found
  13579. 369.32 s [genvalidity-path] Using haddock version 2.31.1 found on system at:
  13580. 369.32 s [genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  13581. 369.32 s [genvalidity-path] No happy found
  13582. 369.32 s [genvalidity-path] Using haskell-suite found on system at: haskell-suite-dummy-location
  13583. 369.32 s [genvalidity-path] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13584. 369.32 s [genvalidity-path] No hmake found
  13585. 369.32 s [genvalidity-path] Using hpc version 0.69 found on system at:
  13586. 369.32 s [genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  13587. 369.32 s [genvalidity-path] Using hsc2hs version 0.68.10 found on system at:
  13588. 369.32 s [genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  13589. 369.32 s [genvalidity-path] Using hscolour version 1.25 found on system at:
  13590. 369.32 s [genvalidity-path] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  13591. 369.32 s [genvalidity-path] No jhc found
  13592. 369.32 s [genvalidity-path] Using ld found on system at:
  13593. 369.32 s [genvalidity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  13594. 369.32 s [genvalidity-path] No pkg-config found
  13595. 369.32 s [genvalidity-path] Using runghc version 9.10.3 found on system at:
  13596. 369.32 s [genvalidity-path] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  13597. 369.32 s [genvalidity-path] Using strip version 2.44 found on system at:
  13598. 369.32 s [genvalidity-path] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  13599. 369.32 s [genvalidity-path] Using tar found on system at:
  13600. 369.32 s [genvalidity-path] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  13601. 369.32 s [genvalidity-path] No uhc found
  13602. 369.32 s [genvalidity-path] Phase: buildPhase
  13603. 369.32 s [genvalidity-path] Preprocessing library for genvalidity-path-1.0.0.1...
  13604. 369.32 s [genvalidity-path] Building library for genvalidity-path-1.0.0.1...
  13605. 369.48 s [genvalidity-hspec-aeson] [1 of 2] Compiling Paths_genvalidity_hspec_aeson ( dist/build/autogen/Paths_genvalidity_hspec_aeson.hs, nothing )
  13606. 369.55 s [genvalidity-hspec-aeson] [2 of 2] Compiling Test.Validity.Aeson ( src/Test/Validity/Aeson.hs, nothing )
  13607. 369.62 s [sydtest-source] Phase: setupCompilerEnvironmentPhase
  13608. 369.62 s [sydtest-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  13609. 369.78 s [genvalidity-hspec-aeson] Haddock coverage:
  13610. 369.78 s [genvalidity-hspec-aeson] 100% ( 6 / 6) in 'Test.Validity.Aeson'
  13611. 369.97 s [sydtest-source] Phase: unpackPhase
  13612. 369.98 s [sydtest-source] unpacking source archive /nix/store/9zmag20nn0xizyvj44pr52j32s7svx0b-sydtest
  13613. 370.00 s [sydtest-source] source root is sydtest
  13614. 370.01 s [sydtest-source] Phase: patchPhase
  13615. 370.02 s [sydtest-source] Phase: compileBuildDriverPhase
  13616. 370.02 s [sydtest-source] setupCompileFlags: -package-db=/build/tmp.x1rT46aAOK/setup-package.conf.d -threaded
  13617. 370.08 s [sydtest-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.x1rT46aAOK/Main.o )
  13618. 370.13 s [sydtest-source] [2 of 2] Linking Setup
  13619. 370.22 s [ical] [ 6 of 30] Compiling ICal.PropertyType.URI ( src/ICal/PropertyType/URI.hs, dist/build/ICal/PropertyType/URI.o, dist/build/ICal/PropertyType/URI.dyn_o )
  13620. 370.33 s [ical] [ 7 of 30] Compiling ICal.PropertyType.CalAddress ( src/ICal/PropertyType/CalAddress.hs, dist/build/ICal/PropertyType/CalAddress.o, dist/build/ICal/PropertyType/CalAddress.dyn_o )
  13621. 370.40 s [ical] [ 8 of 30] Compiling ICal.Parameter ( src/ICal/Parameter.hs, dist/build/ICal/Parameter.o, dist/build/ICal/Parameter.dyn_o )
  13622. 370.77 s [cursor-fuzzy-time-gen] Documentation created: dist/doc/html/cursor-fuzzy-time-gen/,
  13623. 370.77 s [cursor-fuzzy-time-gen] dist/doc/html/cursor-fuzzy-time-gen/cursor-fuzzy-time-gen.txt
  13624. 370.84 s [cursor-fuzzy-time-gen] Preprocessing test suite 'cursor-fuzzy-time-test' for cursor-fuzzy-time-gen-0.2.0.0...
  13625. 370.84 s [cursor-fuzzy-time-gen] Phase: installPhase
  13626. 370.85 s [genvalidity-path] [1 of 2] Compiling Data.GenValidity.Path ( src/Data/GenValidity/Path.hs, dist/build/Data/GenValidity/Path.o, dist/build/Data/GenValidity/Path.dyn_o )
  13627. 370.91 s [cursor-fuzzy-time-gen] Installing library in /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd
  13628. 370.99 s [genvalidity-path] [2 of 2] Compiling Paths_genvalidity_path ( dist/build/autogen/Paths_genvalidity_path.hs, dist/build/Paths_genvalidity_path.o, dist/build/Paths_genvalidity_path.dyn_o )
  13629. 371.13 s [genvalidity-path] [1 of 2] Compiling Data.GenValidity.Path ( src/Data/GenValidity/Path.hs, dist/build/Data/GenValidity/Path.p_o )
  13630. 371.13 s [cursor-fuzzy-time-gen] Phase: fixupPhase
  13631. 371.15 s [cursor-fuzzy-time-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0
  13632. 371.15 s [cursor-fuzzy-time-gen] shrinking /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHScursor-fuzzy-time-gen-0.2.0.0-9ODocFfGldi9XgU5wg7dyd-ghc9.10.3.so
  13633. 371.16 s [cursor-fuzzy-time-gen] checking for references to /build/ in /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0...
  13634. 371.18 s [cursor-fuzzy-time-gen] patching script interpreter paths in /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0
  13635. 371.19 s [cursor-fuzzy-time-gen] stripping (with command strip and flags -S -p) in /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/lib
  13636. 371.22 s [cursor-fuzzy-time-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/yliw9q0nvjcbdy97kxs89r1nyhf1jb0y-cursor-fuzzy-time-gen-0.2.0.0-doc
  13637. 371.22 s [cursor-fuzzy-time-gen] checking for references to /build/ in /nix/store/yliw9q0nvjcbdy97kxs89r1nyhf1jb0y-cursor-fuzzy-time-gen-0.2.0.0-doc...
  13638. 371.25 s [cursor-fuzzy-time-gen] patching script interpreter paths in /nix/store/yliw9q0nvjcbdy97kxs89r1nyhf1jb0y-cursor-fuzzy-time-gen-0.2.0.0-doc
  13639. 371.31 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0 /nix/store/yliw9q0nvjcbdy97kxs89r1nyhf1jb0y-cursor-fuzzy-time-gen-0.2.0.0-doc
  13640. 371.72 s [post-build-hook] Pushing 2 paths (118 are already present) using zstd to cache smos ⏳
  13641. 371.72 s [post-build-hook]
  13642. 372.06 s [post-build-hook] Pushing /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0 (486.30 KiB)
  13643. 372.09 s [post-build-hook] Pushing /nix/store/yliw9q0nvjcbdy97kxs89r1nyhf1jb0y-cursor-fuzzy-time-gen-0.2.0.0-doc (165.45 KiB)
  13644. 373.32 s [post-build-hook]
  13645. 373.32 s [post-build-hook] All done.
  13646. 373.34 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0 /nix/store/yliw9q0nvjcbdy97kxs89r1nyhf1jb0y-cursor-fuzzy-time-gen-0.2.0.0-doc
  13647. 373.42 s [post-build-hook] copying 0 paths...
  13648. 373.59 s [post-build-hook] copying 0 paths...
  13649. 373.65 s Progress: 99 of 150 built (5 building), 815 of 815 downloaded from cache
  13650. 373.66 s [ical] [ 9 of 30] Compiling ICal.PropertyType.UTCOffset ( src/ICal/PropertyType/UTCOffset.hs, dist/build/ICal/PropertyType/UTCOffset.o, dist/build/ICal/PropertyType/UTCOffset.dyn_o )
  13651. 373.66 s [ical] [10 of 30] Compiling ICal.PropertyType.Time ( src/ICal/PropertyType/Time.hs, dist/build/ICal/PropertyType/Time.o, dist/build/ICal/PropertyType/Time.dyn_o )
  13652. 373.66 s [ical] [11 of 30] Compiling ICal.PropertyType.FloatingPoint ( src/ICal/PropertyType/FloatingPoint.hs, dist/build/ICal/PropertyType/FloatingPoint.o, dist/build/ICal/PropertyType/FloatingPoint.dyn_o )
  13653. 373.66 s [ical] [12 of 30] Compiling ICal.PropertyType.Duration ( src/ICal/PropertyType/Duration.hs, dist/build/ICal/PropertyType/Duration.o, dist/build/ICal/PropertyType/Duration.dyn_o )
  13654. 373.66 s [ical] [13 of 30] Compiling ICal.PropertyType.Date ( src/ICal/PropertyType/Date.hs, dist/build/ICal/PropertyType/Date.o, dist/build/ICal/PropertyType/Date.dyn_o )
  13655. 373.66 s [ical] [14 of 30] Compiling ICal.PropertyType.DateTime ( src/ICal/PropertyType/DateTime.hs, dist/build/ICal/PropertyType/DateTime.o, dist/build/ICal/PropertyType/DateTime.dyn_o )
  13656. 373.66 s [ical] [15 of 30] Compiling ICal.PropertyType.RecurrenceRule ( src/ICal/PropertyType/RecurrenceRule.hs, dist/build/ICal/PropertyType/RecurrenceRule.o, dist/build/ICal/PropertyType/RecurrenceRule.dyn_o )
  13657. 373.66 s [dirforest] [2 of 2] Compiling Paths_dirforest ( dist/build/autogen/Paths_dirforest.hs, dist/build/Paths_dirforest.o, dist/build/Paths_dirforest.dyn_o )
  13658. 373.66 s [dirforest] [1 of 2] Compiling Data.DirForest ( src/Data/DirForest.hs, dist/build/Data/DirForest.p_o )
  13659. 373.66 s [genvalidity-path] [2 of 2] Compiling Paths_genvalidity_path ( dist/build/autogen/Paths_genvalidity_path.hs, dist/build/Paths_genvalidity_path.p_o )
  13660. 373.66 s [genvalidity-path] Preprocessing test suite 'genvalidity-path-test' for genvalidity-path-1.0.0.1...
  13661. 373.66 s [genvalidity-path] Building test suite 'genvalidity-path-test' for genvalidity-path-1.0.0.1...
  13662. 373.66 s [genvalidity-path] [1 of 3] Compiling Data.GenValidity.PathSpec ( test/Data/GenValidity/PathSpec.hs, dist/build/genvalidity-path-test/genvalidity-path-test-tmp/Data/GenValidity/PathSpec.o )
  13663. 373.66 s [genvalidity-path] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-path-test/genvalidity-path-test-tmp/Main.o )
  13664. 373.66 s [genvalidity-path] [3 of 3] Compiling Paths_genvalidity_path ( dist/build/genvalidity-path-test/autogen/Paths_genvalidity_path.hs, dist/build/genvalidity-path-test/genvalidity-path-test-tmp/Paths_genvalidity_path.o )
  13665. 373.66 s [genvalidity-path] [4 of 4] Linking dist/build/genvalidity-path-test/genvalidity-path-test
  13666. 373.66 s [sydtest-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  13667. 373.66 s [sydtest-source] Phase: configurePhase
  13668. 373.66 s [sydtest-source] configureFlags: --verbose --prefix=/nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-0.23.0.1 --with-gcc=gcc --package-db=/build/tmp.x1rT46aAOK/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  13669. 373.66 s [sydtest-source] Using Parsec parser
  13670. 373.66 s [sydtest-source] Configuring sydtest-0.23.0.1...
  13671. 373.66 s [sydtest-source] Dependency MonadRandom: using MonadRandom-0.6.2
  13672. 373.66 s [sydtest-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  13673. 373.66 s [sydtest-source] Dependency async: using async-2.2.5
  13674. 373.66 s [sydtest-source] Dependency autodocodec: using autodocodec-0.5.0.0
  13675. 373.66 s [sydtest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  13676. 373.66 s [sydtest-source] Dependency bytestring: using bytestring-0.12.2.0
  13677. 373.66 s [sydtest-source] Dependency containers: using containers-0.7
  13678. 373.66 s [sydtest-source] Dependency deepseq: using deepseq-1.5.0.0
  13679. 373.66 s [sydtest-source] Dependency dlist: using dlist-1.0
  13680. 373.66 s [sydtest-source] Dependency fast-myers-diff >=0.0.1: using fast-myers-diff-0.0.2
  13681. 373.66 s [sydtest-source] Dependency filepath: using filepath-1.5.4.0
  13682. 373.66 s [sydtest-source] Dependency mtl: using mtl-2.3.1
  13683. 373.66 s [sydtest-source] Dependency opt-env-conf >=0.10: using opt-env-conf-0.15.0.1
  13684. 373.66 s [sydtest-source] Dependency path: using path-0.9.6
  13685. 373.66 s [sydtest-source] Dependency path-io: using path-io-1.8.2
  13686. 373.66 s [sydtest-source] Dependency pretty-show: using pretty-show-1.10
  13687. 373.66 s [sydtest-source] Dependency quickcheck-io: using quickcheck-io-0.2.0
  13688. 373.66 s [sydtest-source] Dependency random: using random-1.2.1.3
  13689. 373.66 s [sydtest-source] Dependency random-shuffle: using random-shuffle-0.0.4
  13690. 373.66 s [sydtest-source] Dependency safe: using safe-0.3.21
  13691. 373.66 s [sydtest-source] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
  13692. 373.66 s [sydtest-source] Dependency safe-coloured-text-terminfo: using
  13693. 373.66 s [sydtest-source] safe-coloured-text-terminfo-0.3.0.0
  13694. 373.66 s [sydtest-source] Dependency stm: using stm-2.5.3.1
  13695. 373.66 s [sydtest-source] Dependency svg-builder: using svg-builder-0.1.1
  13696. 373.66 s [sydtest-source] Dependency text: using text-2.1.3
  13697. 373.66 s [sydtest-source] Dependency vector: using vector-0.13.2.0
  13698. 373.66 s [sydtest-source] Source component graph: component lib
  13699. 373.66 s [sydtest-source] Configured component graph:
  13700. 373.66 s [sydtest-source] component sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  13701. 373.66 s [sydtest-source] include MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
  13702. 373.66 s [sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  13703. 373.66 s [sydtest-source] include async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
  13704. 373.66 s [sydtest-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  13705. 373.66 s [sydtest-source] include base-4.20.2.0-fafd
  13706. 373.66 s [sydtest-source] include bytestring-0.12.2.0-96e1
  13707. 373.66 s [sydtest-source] include containers-0.7-96b4
  13708. 373.66 s [sydtest-source] include deepseq-1.5.0.0-2b65
  13709. 373.66 s [sydtest-source] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  13710. 373.66 s [sydtest-source] include fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
  13711. 373.66 s [sydtest-source] include filepath-1.5.4.0-2605
  13712. 373.66 s [sydtest-source] include mtl-2.3.1-37af
  13713. 373.66 s [sydtest-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  13714. 373.66 s [sydtest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13715. 373.66 s [sydtest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  13716. 373.66 s [sydtest-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  13717. 373.66 s [sydtest-source] include quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
  13718. 373.66 s [sydtest-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  13719. 373.66 s [sydtest-source] include random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
  13720. 373.66 s [sydtest-source] include safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
  13721. 373.66 s [sydtest-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  13722. 373.66 s [sydtest-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  13723. 373.66 s [sydtest-source] include stm-2.5.3.1-03d8
  13724. 373.66 s [sydtest-source] include svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
  13725. 373.66 s [sydtest-source] include text-2.1.3-34f1
  13726. 373.66 s [sydtest-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  13727. 373.66 s [sydtest-source] Linked component graph:
  13728. 373.66 s [sydtest-source] unit sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  13729. 373.66 s [sydtest-source] include MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
  13730. 373.66 s [sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  13731. 373.66 s [sydtest-source] include async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
  13732. 373.66 s [sydtest-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  13733. 373.66 s [sydtest-source] include base-4.20.2.0-fafd
  13734. 373.66 s [sydtest-source] include bytestring-0.12.2.0-96e1
  13735. 373.66 s [sydtest-source] include containers-0.7-96b4
  13736. 373.66 s [sydtest-source] include deepseq-1.5.0.0-2b65
  13737. 373.66 s [sydtest-source] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  13738. 373.66 s [sydtest-source] include fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
  13739. 373.66 s [sydtest-source] include filepath-1.5.4.0-2605
  13740. 373.66 s [sydtest-source] include mtl-2.3.1-37af
  13741. 373.66 s [sydtest-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  13742. 373.66 s [sydtest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13743. 373.66 s [sydtest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  13744. 373.66 s [sydtest-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  13745. 373.66 s [sydtest-source] include quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
  13746. 373.66 s [sydtest-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  13747. 373.66 s [sydtest-source] include random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
  13748. 373.66 s [sydtest-source] include safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
  13749. 373.66 s [sydtest-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  13750. 373.66 s [sydtest-source] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  13751. 373.66 s [sydtest-source] include stm-2.5.3.1-03d8
  13752. 373.66 s [sydtest-source] include svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
  13753. 373.66 s [sydtest-source] include text-2.1.3-34f1
  13754. 373.66 s [sydtest-source] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  13755. 373.66 s [sydtest-source] Test.Syd=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd,Test.Syd.Def=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def,Test.Syd.Def.Around=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.Around,Test.Syd.Def.AroundAll=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.AroundAll,Test.Syd.Def.Golden=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.Golden,Test.Syd.Def.Scenario=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.Scenario,Test.Syd.Def.SetupFunc=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.SetupFunc,Test.Syd.Def.Specify=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.Specify,Test.Syd.Def.TestDefM=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.TestDefM,Test.Syd.Expectation=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Expectation,Test.Syd.HList=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.HList,Test.Syd.Modify=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Modify,Test.Syd.OptParse=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.OptParse,Test.Syd.Output=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Output,Test.Syd.Output.Common=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Output.Common,Test.Syd.Output.Pretty=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Output.Pretty,Test.Syd.Output.Terse=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Output.Terse,Test.Syd.Path=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Path,Test.Syd.ReRun=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.ReRun,Test.Syd.Run=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Run,Test.Syd.Runner=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner,Test.Syd.Runner.Asynchronous=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Asynchronous,Test.Syd.Runner.Single=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Single,Test.Syd.Runner.Synchronous=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Synchronous,Test.Syd.Runner.Synchronous.Interleaved=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Synchronous.Interleaved,Test.Syd.Runner.Synchronous.Separate=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Synchronous.Separate,Test.Syd.Runner.Wrappers=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Wrappers,Test.Syd.SVG=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.SVG,Test.Syd.SpecDef=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.SpecDef,Test.Syd.SpecForest=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.SpecForest
  13756. 373.66 s [sydtest-source] Ready component graph:
  13757. 373.66 s [sydtest-source] definite sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  13758. 373.66 s [sydtest-source] depends MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
  13759. 373.66 s [sydtest-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  13760. 373.66 s [sydtest-source] depends async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
  13761. 373.66 s [sydtest-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  13762. 373.66 s [sydtest-source] depends base-4.20.2.0-fafd
  13763. 373.66 s [sydtest-source] depends bytestring-0.12.2.0-96e1
  13764. 373.66 s [sydtest-source] depends containers-0.7-96b4
  13765. 373.66 s [sydtest-source] depends deepseq-1.5.0.0-2b65
  13766. 373.66 s [sydtest-source] depends dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  13767. 373.66 s [sydtest-source] depends fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
  13768. 373.66 s [sydtest-source] depends filepath-1.5.4.0-2605
  13769. 373.66 s [sydtest-source] depends mtl-2.3.1-37af
  13770. 373.66 s [sydtest-source] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  13771. 373.66 s [sydtest-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  13772. 373.66 s [sydtest-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  13773. 373.66 s [sydtest-source] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  13774. 373.66 s [sydtest-source] depends quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
  13775. 373.66 s [sydtest-source] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  13776. 373.66 s [sydtest-source] depends random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
  13777. 373.66 s [sydtest-source] depends safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
  13778. 373.66 s [sydtest-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  13779. 373.66 s [sydtest-source] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  13780. 373.66 s [sydtest-source] depends stm-2.5.3.1-03d8
  13781. 373.66 s [sydtest-source] depends svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
  13782. 373.66 s [sydtest-source] depends text-2.1.3-34f1
  13783. 373.66 s [sydtest-source] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  13784. 373.66 s [sydtest-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  13785. 373.66 s [sydtest-source] Using compiler: ghc-9.10.3
  13786. 373.66 s [sydtest-source] Using install prefix:
  13787. 373.66 s [sydtest-source] /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1
  13788. 373.66 s [sydtest-source] Executables installed in:
  13789. 373.66 s [sydtest-source] /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1/bin
  13790. 373.66 s [sydtest-source] Libraries installed in:
  13791. 373.66 s [sydtest-source] /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  13792. 373.66 s [sydtest-source] Dynamic Libraries installed in:
  13793. 373.66 s [sydtest-source] /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  13794. 373.66 s [sydtest-source] Private executables installed in:
  13795. 373.66 s [sydtest-source] /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/sydtest-0.23.0.1
  13796. 373.66 s [sydtest-source] Data files installed in:
  13797. 373.66 s [sydtest-source] /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1/share/x86_64-linux-ghc-9.10.3-a85d/sydtest-0.23.0.1
  13798. 373.66 s [sydtest-source] Documentation installed in: /share/doc/sydtest-0.23.0.1
  13799. 373.66 s [sydtest-source] Configuration files installed in:
  13800. 373.67 s [sydtest-source] /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1/etc
  13801. 373.67 s [sydtest-source] No alex found
  13802. 373.67 s [sydtest-source] Using ar found on system at:
  13803. 373.67 s [sydtest-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  13804. 373.67 s [sydtest-source] No c2hs found
  13805. 373.67 s [sydtest-source] No cpphs found
  13806. 373.67 s [sydtest-source] No doctest found
  13807. 373.67 s [sydtest-source] Using gcc version 14.3.0 given by user at:
  13808. 373.67 s [sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  13809. 373.67 s [sydtest-source] Using ghc version 9.10.3 found on system at:
  13810. 373.67 s [sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  13811. 373.67 s [sydtest-source] Using ghc-pkg version 9.10.3 found on system at:
  13812. 373.67 s [sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  13813. 373.67 s [sydtest-source] No ghcjs found
  13814. 373.67 s [sydtest-source] No ghcjs-pkg found
  13815. 373.67 s [sydtest-source] No greencard found
  13816. 373.67 s [sydtest-source] Using haddock version 2.31.1 found on system at:
  13817. 373.67 s [sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  13818. 373.67 s [sydtest-source] No happy found
  13819. 373.67 s [sydtest-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  13820. 373.67 s [sydtest-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13821. 373.67 s [sydtest-source] No hmake found
  13822. 373.67 s [sydtest-source] Using hpc version 0.69 found on system at:
  13823. 373.67 s [sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  13824. 373.67 s [sydtest-source] Using hsc2hs version 0.68.10 found on system at:
  13825. 373.67 s [sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  13826. 373.67 s [sydtest-source] Using hscolour version 1.25 found on system at:
  13827. 373.67 s [sydtest-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  13828. 373.67 s [sydtest-source] No jhc found
  13829. 373.67 s [sydtest-source] Using ld found on system at:
  13830. 373.67 s [sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  13831. 373.67 s [sydtest-source] No pkg-config found
  13832. 373.67 s [sydtest-source] Using runghc version 9.10.3 found on system at:
  13833. 373.67 s [sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  13834. 373.67 s [sydtest-source] Using strip version 2.44 found on system at:
  13835. 373.67 s [sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  13836. 373.67 s [sydtest-source] Using tar found on system at:
  13837. 373.67 s [sydtest-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  13838. 373.67 s [sydtest-source] No uhc found
  13839. 373.67 s [sydtest-source] Phase: buildPhase
  13840. 373.67 s [sydtest-source] Distribution quality warnings:
  13841. 373.67 s [sydtest-source] [long-synopsis] The 'synopsis' field is rather long (max 80 chars is
  13842. 373.67 s [sydtest-source] recommended).
  13843. 373.67 s [sydtest-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  13844. 373.67 s [sydtest-source] - MonadRandom
  13845. 373.67 s [sydtest-source] - QuickCheck
  13846. 373.67 s [sydtest-source] - async
  13847. 373.67 s [sydtest-source] - autodocodec
  13848. 373.67 s [sydtest-source] - bytestring
  13849. 373.67 s [sydtest-source] - containers
  13850. 373.67 s [sydtest-source] - deepseq
  13851. 373.67 s [sydtest-source] - dlist
  13852. 373.67 s [sydtest-source] - fast-myers-diff
  13853. 373.67 s [sydtest-source] - filepath
  13854. 373.67 s [sydtest-source] - mtl
  13855. 373.67 s [sydtest-source] - opt-env-conf
  13856. 373.67 s [sydtest-source] - path
  13857. 373.67 s [sydtest-source] - path-io
  13858. 373.67 s [sydtest-source] - pretty-show
  13859. 373.67 s [sydtest-source] - quickcheck-io
  13860. 373.67 s [sydtest-source] - random
  13861. 373.67 s [sydtest-source] - random-shuffle
  13862. 373.67 s [sydtest-source] - safe
  13863. 373.67 s [sydtest-source] - safe-coloured-text
  13864. 373.67 s [sydtest-source] - stm
  13865. 373.67 s [sydtest-source] - svg-builder
  13866. 373.67 s [sydtest-source] - text
  13867. 373.67 s [sydtest-source] - vector
  13868. 373.67 s [sydtest-source] - ansi-terminal
  13869. 373.67 s [sydtest-source] - safe-coloured-text-terminfo
  13870. 373.67 s [sydtest-source] Please add them. There is more information at https://pvp.haskell.org/
  13871. 373.67 s [sydtest-source] Building source dist for sydtest-0.23.0.1...
  13872. 373.67 s [sydtest-source] Source tarball created: dist/sydtest-0.23.0.1.tar.gz
  13873. 373.67 s [sydtest-source] Phase: checkPhase
  13874. 373.67 s [sydtest-source] Phase: haddockPhase
  13875. 373.67 s [sydtest-source] Phase: installPhase
  13876. 373.67 s [sydtest-source] Phase: fixupPhase
  13877. 374.30 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1
  13878. 374.67 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  13879. 374.67 s [post-build-hook]
  13880. 375.09 s [post-build-hook] Pushing /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1 (52.35 KiB)
  13881. 375.91 s [post-build-hook]
  13882. 375.91 s [post-build-hook] All done.
  13883. 375.92 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1
  13884. 375.98 s [post-build-hook] copying 1 paths...
  13885. 375.98 s [post-build-hook] copying path '/nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1' to 'https://cache.staging.nix-ci.com'...
  13886. 377.27 s [post-build-hook] copying 0 paths...
  13887. 377.31 s Progress: 100 of 149 built (4 building), 815 of 815 downloaded from cache
  13888. 377.37 s Building sydtest
  13889. 377.37 s [genvalidity-hspec-aeson] Documentation created: dist/doc/html/genvalidity-hspec-aeson/,
  13890. 377.38 s [genvalidity-hspec-aeson] dist/doc/html/genvalidity-hspec-aeson/genvalidity-hspec-aeson.txt
  13891. 377.38 s [genvalidity-hspec-aeson] Preprocessing test suite 'genvalidity-hspec-aeson-test' for genvalidity-hspec-aeson-1.0.0.0...
  13892. 377.38 s [genvalidity-hspec-aeson] Phase: installPhase
  13893. 377.38 s [genvalidity-hspec-aeson] Installing library in /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  13894. 377.38 s [genvalidity-hspec-aeson] Phase: fixupPhase
  13895. 377.38 s [genvalidity-hspec-aeson] shrinking RPATHs of ELF executables and libraries in /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0
  13896. 377.38 s [genvalidity-hspec-aeson] shrinking /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj-ghc9.10.3.so
  13897. 377.38 s [genvalidity-hspec-aeson] checking for references to /build/ in /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0...
  13898. 377.38 s [genvalidity-hspec-aeson] patching script interpreter paths in /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0
  13899. 377.38 s [genvalidity-hspec-aeson] stripping (with command strip and flags -S -p) in /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0/lib
  13900. 377.38 s [genvalidity-hspec-aeson] shrinking RPATHs of ELF executables and libraries in /nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc
  13901. 377.38 s [genvalidity-hspec-aeson] checking for references to /build/ in /nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc...
  13902. 377.38 s [genvalidity-hspec-aeson] patching script interpreter paths in /nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc
  13903. 377.38 s [dirforest] [2 of 2] Compiling Paths_dirforest ( dist/build/autogen/Paths_dirforest.hs, dist/build/Paths_dirforest.p_o )
  13904. 377.38 s [dirforest] Phase: checkPhase
  13905. 377.38 s [dirforest] Package has no test suites.
  13906. 377.38 s [dirforest] Phase: haddockPhase
  13907. 377.38 s [dirforest] Preprocessing library for dirforest-0.1.0.0...
  13908. 377.38 s [dirforest] Running Haddock on library for dirforest-0.1.0.0...
  13909. 377.38 s [dirforest] Warning: The documentation for the following packages are not installed. No
  13910. 377.38 s [dirforest] links will be generated to these packages: path-0.9.6, path-0.9.6,
  13911. 377.38 s [dirforest] vector-0.13.2.0
  13912. 377.38 s [dirforest] [1 of 2] Compiling Data.DirForest ( src/Data/DirForest.hs, nothing )
  13913. 377.38 s [dirforest] [2 of 2] Compiling Paths_dirforest ( dist/build/autogen/Paths_dirforest.hs, nothing )
  13914. 377.38 s [dirforest] Haddock coverage:
  13915. 377.38 s [dirforest] Warning: 'DirForest' is ambiguous. It is defined
  13916. 377.38 s [dirforest] * at src/Data/DirForest.hs:195:23
  13917. 377.38 s [dirforest] * at src/Data/DirForest.hs:195:1
  13918. 377.38 s [dirforest] You may be able to disambiguate the identifier by qualifying it or
  13919. 377.38 s [dirforest] by specifying the type/value namespace explicitly.
  13920. 377.38 s [dirforest] Defaulting to the one defined at src/Data/DirForest.hs:195:1
  13921. 377.38 s [dirforest] 32% ( 23 / 71) in 'Data.DirForest'
  13922. 377.38 s [dirforest] Missing documentation for:
  13923. 377.38 s [dirforest] DirTree (src/Data/DirForest.hs:133)
  13924. 377.38 s [dirforest] DirForest (src/Data/DirForest.hs:195)
  13925. 377.38 s [dirforest] InsertionError (src/Data/DirForest.hs:573)
  13926. 377.38 s [dirforest] eq1DirTree (src/Data/DirForest.hs:183)
  13927. 377.38 s [dirforest] ord1DirTree (src/Data/DirForest.hs:189)
  13928. 377.38 s [dirforest] eq1DirForest (src/Data/DirForest.hs:254)
  13929. 377.38 s [dirforest] ord1DirForest (src/Data/DirForest.hs:260)
  13930. 377.38 s [dirforest] lookup (src/Data/DirForest.hs:358)
  13931. 377.38 s [dirforest] singletonFile (src/Data/DirForest.hs:290)
  13932. 377.38 s [dirforest] singletonDir (src/Data/DirForest.hs:296)
  13933. 377.38 s [dirforest] insertFile (src/Data/DirForest.hs:435)
  13934. 377.38 s [dirforest] insertDir (src/Data/DirForest.hs:442)
  13935. 377.38 s [dirforest] mapWithPath (src/Data/DirForest.hs:302)
  13936. 377.38 s [dirforest] traverseWithPath (src/Data/DirForest.hs:305)
  13937. 377.38 s [dirforest] traverseWithPath_ (src/Data/DirForest.hs:319)
  13938. 377.38 s [dirforest] anyEmptyDir (src/Data/DirForest.hs:346)
  13939. 377.38 s [dirforest] fromFileMap (src/Data/DirForest.hs:581)
  13940. 377.38 s [dirforest] toFileMap (src/Data/DirForest.hs:584)
  13941. 377.38 s [dirforest] fromMap (src/Data/DirForest.hs:597)
  13942. 377.38 s [dirforest] toMap (src/Data/DirForest.hs:600)
  13943. 377.38 s [dirforest] fromFileList (src/Data/DirForest.hs:445)
  13944. 377.38 s [dirforest] toFileList (src/Data/DirForest.hs:448)
  13945. 377.38 s [dirforest] read (src/Data/DirForest.hs:616)
  13946. 377.38 s [dirforest] readNonHidden (src/Data/DirForest.hs:624)
  13947. 377.38 s [dirforest] readFiltered (src/Data/DirForest.hs:648)
  13948. 377.38 s [dirforest] readNonHiddenFiltered (src/Data/DirForest.hs:634)
  13949. 377.38 s [dirforest] readOneLevel (src/Data/DirForest.hs:696)
  13950. 377.38 s [dirforest] readOneLevelNonHidden (src/Data/DirForest.hs:704)
  13951. 377.38 s [dirforest] readOneLevelFiltered (src/Data/DirForest.hs:728)
  13952. 377.38 s [dirforest] readOneLevelNonHiddenFiltered (src/Data/DirForest.hs:714)
  13953. 377.38 s [dirforest] hiddenRel (src/Data/DirForest.hs:777)
  13954. 377.38 s [dirforest] write (src/Data/DirForest.hs:763)
  13955. 377.38 s [dirforest] InsertValidation (src/Data/DirForest.hs:450)
  13956. 377.38 s [dirforest] unpackInsertValidation (src/Data/DirForest.hs:463)
  13957. 377.38 s [dirforest] union (src/Data/DirForest.hs:469)
  13958. 377.38 s [dirforest] unionWith (src/Data/DirForest.hs:473)
  13959. 377.38 s [dirforest] unionWithKey (src/Data/DirForest.hs:477)
  13960. 377.38 s [dirforest] unions (src/Data/DirForest.hs:499)
  13961. 377.38 s [dirforest] intersection (src/Data/DirForest.hs:502)
  13962. 377.38 s [dirforest] intersectionWith (src/Data/DirForest.hs:505)
  13963. 377.38 s [dirforest] intersectionWithKey (src/Data/DirForest.hs:508)
  13964. 377.38 s [dirforest] intersections (src/Data/DirForest.hs:520)
  13965. 377.38 s [dirforest] difference (src/Data/DirForest.hs:555)
  13966. 377.38 s [dirforest] differenceWith (src/Data/DirForest.hs:558)
  13967. 377.38 s [dirforest] differenceWithKey (src/Data/DirForest.hs:561)
  13968. 377.38 s [dirforest] filter (src/Data/DirForest.hs:523)
  13969. 377.38 s [dirforest] filterWithKey (src/Data/DirForest.hs:526)
  13970. 377.38 s [dirforest] filterHidden (src/Data/DirForest.hs:542)
  13971. 377.38 s [genvalidity-path] Preprocessing benchmark 'genvalidity-path-bench' for genvalidity-path-1.0.0.1...
  13972. 377.38 s [genvalidity-path] Building benchmark 'genvalidity-path-bench' for genvalidity-path-1.0.0.1...
  13973. 377.38 s [genvalidity-path] [1 of 2] Compiling Main ( bench/Main.hs, dist/build/genvalidity-path-bench/genvalidity-path-bench-tmp/Main.o )
  13974. 377.38 s [genvalidity-path] [2 of 2] Compiling Paths_genvalidity_path ( dist/build/genvalidity-path-bench/autogen/Paths_genvalidity_path.hs, dist/build/genvalidity-path-bench/genvalidity-path-bench-tmp/Paths_genvalidity_path.o )
  13975. 377.38 s [genvalidity-path] [3 of 3] Linking dist/build/genvalidity-path-bench/genvalidity-path-bench
  13976. 377.38 s [genvalidity-path] Phase: checkPhase
  13977. 377.38 s [genvalidity-path] Running 1 test suites...
  13978. 377.38 s [genvalidity-path] Test suite genvalidity-path-test: RUNNING...
  13979. 377.38 s [genvalidity-path]
  13980. 377.38 s [genvalidity-path] Data.GenValidity.Path
  13981. 377.38 s [genvalidity-path] GenValid (Path Abs File)
  13982. 377.38 s [genvalidity-path] genValid :: Gen (Path Abs File)
  13983. 377.38 s [genvalidity-path] only generates valid '(Path Abs File)'s [✔]
  13984. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  13985. 377.38 s [genvalidity-path] shrinkValid :: (Path Abs File -> [Path Abs File])
  13986. 377.38 s [genvalidity-path] preserves validity [✔]
  13987. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  13988. 377.38 s [genvalidity-path] never shrinks to itself for valid values [✔]
  13989. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  13990. 377.38 s [genvalidity-path] GenValid (Path Abs Dir)
  13991. 377.38 s [genvalidity-path] genValid :: Gen (Path Abs Dir)
  13992. 377.38 s [genvalidity-path] only generates valid '(Path Abs Dir)'s [✔]
  13993. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  13994. 377.38 s [genvalidity-path] shrinkValid :: (Path Abs Dir -> [Path Abs Dir])
  13995. 377.38 s [genvalidity-path] preserves validity [✔]
  13996. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  13997. 377.38 s [genvalidity-path] never shrinks to itself for valid values [✔]
  13998. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  13999. 377.38 s [genvalidity-path] GenValid (Path Rel File)
  14000. 377.38 s [genvalidity-path] genValid :: Gen (Path Rel File)
  14001. 377.38 s [genvalidity-path] only generates valid '(Path Rel File)'s [✔]
  14002. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  14003. 377.38 s [genvalidity-path] shrinkValid :: (Path Rel File -> [Path Rel File])
  14004. 377.38 s [genvalidity-path] preserves validity [✔]
  14005. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  14006. 377.38 s [genvalidity-path] never shrinks to itself for valid values [✔]
  14007. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  14008. 377.38 s [genvalidity-path] GenValid (Path Rel Dir)
  14009. 377.38 s [genvalidity-path] genValid :: Gen (Path Rel Dir)
  14010. 377.38 s [genvalidity-path] only generates valid '(Path Rel Dir)'s [✔]
  14011. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  14012. 377.38 s [genvalidity-path] shrinkValid :: (Path Rel Dir -> [Path Rel Dir])
  14013. 377.38 s [genvalidity-path] preserves validity [✔]
  14014. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  14015. 377.38 s [genvalidity-path] never shrinks to itself for valid values [✔]
  14016. 377.38 s [genvalidity-path] +++ OK, passed 100 tests.
  14017. 377.38 s [genvalidity-path]
  14018. 377.38 s [genvalidity-path] Finished in 0.4133 seconds
  14019. 377.38 s [genvalidity-path] 12 examples, 0 failures
  14020. 377.38 s [genvalidity-path] Test suite genvalidity-path-test: PASS
  14021. 377.38 s [genvalidity-path] Test suite logged to:
  14022. 377.38 s [genvalidity-path] dist/test/genvalidity-path-1.0.0.1-genvalidity-path-test.log
  14023. 377.38 s [genvalidity-path] 1 of 1 test suites (1 of 1 test cases) passed.
  14024. 377.38 s [genvalidity-path] Phase: haddockPhase
  14025. 377.38 s [genvalidity-path] Preprocessing library for genvalidity-path-1.0.0.1...
  14026. 377.38 s [genvalidity-path] Running Haddock on library for genvalidity-path-1.0.0.1...
  14027. 377.38 s [genvalidity-path] Warning: The documentation for the following packages are not installed. No
  14028. 377.38 s [genvalidity-path] links will be generated to these packages: path-0.9.6, path-0.9.6,
  14029. 377.38 s [genvalidity-path] vector-0.13.2.0
  14030. 377.38 s [genvalidity-path] [1 of 2] Compiling Data.GenValidity.Path ( src/Data/GenValidity/Path.hs, nothing )
  14031. 377.38 s [genvalidity-path] [2 of 2] Compiling Paths_genvalidity_path ( dist/build/autogen/Paths_genvalidity_path.hs, nothing )
  14032. 377.38 s [genvalidity-path] Haddock coverage:
  14033. 377.38 s [genvalidity-path] 0% ( 0 / 1) in 'Data.GenValidity.Path'
  14034. 377.38 s [genvalidity-path] Missing documentation for:
  14035. 377.38 s [genvalidity-path] Module header
  14036. 377.38 s [genvalidity-path] Warning: Data.GenValidity.Path: could not find link destinations for:
  14037. 377.38 s [genvalidity-path] - Path.Internal.Posix.Path
  14038. 377.38 s [genvalidity-path] - Path.Posix.Rel
  14039. 377.38 s [genvalidity-path] - Path.Posix.Dir
  14040. 377.38 s [genvalidity-path] - Path.Posix.Abs
  14041. 377.38 s [genvalidity-path] - Path.Posix.File
  14042. 377.57 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0
  14043. 378.02 s [post-build-hook] Pushing 2 paths (193 are already present) using zstd to cache smos ⏳
  14044. 378.02 s [post-build-hook]
  14045. 378.35 s [post-build-hook] Pushing /nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc (223.42 KiB)
  14046. 378.42 s [post-build-hook] Pushing /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0 (564.71 KiB)
  14047. 379.33 s [post-build-hook]
  14048. 379.38 s [post-build-hook] All done.
  14049. 379.38 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc /nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0
  14050. 379.60 s [post-build-hook] copying 2 paths...
  14051. 379.60 s [post-build-hook] copying path '/nix/store/10ndakqvf0qp2lfkw5cz2grwlwvgk53g-genvalidity-hspec-aeson-1.0.0.0-doc' to 'https://cache.staging.nix-ci.com'...
  14052. 379.83 s [post-build-hook] copying path '/nix/store/a985s8v6pmn08bmbf6sg0hgg903rlns1-genvalidity-hspec-aeson-1.0.0.0' to 'https://cache.staging.nix-ci.com'...
  14053. 380.29 s [post-build-hook] copying 0 paths...
  14054. 380.36 s Progress: 101 of 149 built (4 building), 815 of 815 downloaded from cache
  14055. 380.43 s Building genvalidity-typed-uuid
  14056. 380.43 s [ical] [16 of 30] Compiling ICal.PropertyType.Period ( src/ICal/PropertyType/Period.hs, dist/build/ICal/PropertyType/Period.o, dist/build/ICal/PropertyType/Period.dyn_o )
  14057. 380.43 s [ical] [17 of 30] Compiling ICal.PropertyType.DateTimes ( src/ICal/PropertyType/DateTimes.hs, dist/build/ICal/PropertyType/DateTimes.o, dist/build/ICal/PropertyType/DateTimes.dyn_o )
  14058. 380.43 s [ical] [18 of 30] Compiling ICal.PropertyType.Binary ( src/ICal/PropertyType/Binary.hs, dist/build/ICal/PropertyType/Binary.o, dist/build/ICal/PropertyType/Binary.dyn_o )
  14059. 380.43 s [ical] [19 of 30] Compiling ICal.PropertyType ( src/ICal/PropertyType.hs, dist/build/ICal/PropertyType.o, dist/build/ICal/PropertyType.dyn_o )
  14060. 380.43 s [ical] [20 of 30] Compiling ICal.Property ( src/ICal/Property.hs, dist/build/ICal/Property.o, dist/build/ICal/Property.dyn_o )
  14061. 380.43 s [dirforest] Warning: Data.DirForest: could not find link destinations for:
  14062. 380.43 s [dirforest] - Path.Internal.Posix.Path
  14063. 380.43 s [dirforest] - Path.Posix.Rel
  14064. 380.43 s [dirforest] - Path.Posix.Dir
  14065. 380.43 s [dirforest] - Path.Posix.File
  14066. 380.43 s [dirforest] - Data.DirForest.Rep_InsertValidation
  14067. 380.43 s [dirforest] - Data.DirForest.Rep_InsertionError
  14068. 380.43 s [dirforest] - Data.DirForest.Rep_FOD
  14069. 380.43 s [dirforest] - Data.DirForest.Rep_DirForest
  14070. 380.43 s [dirforest] - Data.DirForest.Rep_DirTree
  14071. 380.43 s [sydtest] Phase: setupCompilerEnvironmentPhase
  14072. 380.43 s [sydtest] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  14073. 380.43 s [sydtest] Phase: unpackPhase
  14074. 380.43 s [sydtest] unpacking source archive /nix/store/00ff475ihblcmad1nd7mwrf3ic7i5xks-sydtest-source-0.23.0.1/sydtest-0.23.0.1.tar.gz
  14075. 380.43 s [sydtest] source root is sydtest-0.23.0.1
  14076. 380.43 s [sydtest] setting SOURCE_DATE_EPOCH to timestamp 1780347905 of file "sydtest-0.23.0.1/sydtest.cabal"
  14077. 380.43 s [sydtest] warning: file "sydtest-0.23.0.1/sydtest.cabal" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  14078. 380.43 s [sydtest] Phase: patchPhase
  14079. 380.43 s [sydtest] Phase: compileBuildDriverPhase
  14080. 380.43 s [sydtest] setupCompileFlags: -package-db=/build/tmp.Q62vZBkB63/setup-package.conf.d -threaded
  14081. 380.43 s [sydtest] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Q62vZBkB63/Main.o )
  14082. 380.43 s [sydtest] [2 of 2] Linking Setup
  14083. 380.43 s [sydtest] Phase: updateAutotoolsGnuConfigScriptsPhase
  14084. 380.43 s [sydtest] Phase: configurePhase
  14085. 380.43 s [sydtest] configureFlags: --verbose --prefix=/nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc/share/doc/sydtest-0.23.0.1 --with-gcc=gcc --package-db=/build/tmp.Q62vZBkB63/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  14086. 380.43 s [sydtest] Using Parsec parser
  14087. 380.43 s [sydtest] Configuring sydtest-0.23.0.1...
  14088. 380.43 s [sydtest] Dependency MonadRandom: using MonadRandom-0.6.2
  14089. 380.43 s [sydtest] Dependency QuickCheck: using QuickCheck-2.15.0.1
  14090. 380.43 s [sydtest] Dependency async: using async-2.2.5
  14091. 380.43 s [sydtest] Dependency autodocodec: using autodocodec-0.5.0.0
  14092. 380.43 s [sydtest] Dependency base >=4.7 && <5: using base-4.20.2.0
  14093. 380.43 s [sydtest] Dependency bytestring: using bytestring-0.12.2.0
  14094. 380.54 s [sydtest] Dependency containers: using containers-0.7
  14095. 380.54 s [sydtest] Dependency deepseq: using deepseq-1.5.0.0
  14096. 380.54 s [sydtest] Dependency dlist: using dlist-1.0
  14097. 380.54 s [sydtest] Dependency fast-myers-diff >=0.0.1: using fast-myers-diff-0.0.2
  14098. 380.54 s [sydtest] Dependency filepath: using filepath-1.5.4.0
  14099. 380.54 s [sydtest] Dependency mtl: using mtl-2.3.1
  14100. 380.54 s [sydtest] Dependency opt-env-conf >=0.10: using opt-env-conf-0.15.0.1
  14101. 380.54 s [sydtest] Dependency path: using path-0.9.6
  14102. 380.54 s [sydtest] Dependency path-io: using path-io-1.8.2
  14103. 380.54 s [sydtest] Dependency pretty-show: using pretty-show-1.10
  14104. 380.54 s [sydtest] Dependency quickcheck-io: using quickcheck-io-0.2.0
  14105. 380.54 s [sydtest] Dependency random: using random-1.2.1.3
  14106. 380.54 s [sydtest] Dependency random-shuffle: using random-shuffle-0.0.4
  14107. 380.54 s [sydtest] Dependency safe: using safe-0.3.21
  14108. 380.54 s [sydtest] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
  14109. 380.54 s [sydtest] Dependency safe-coloured-text-terminfo: using
  14110. 380.54 s [sydtest] safe-coloured-text-terminfo-0.3.0.0
  14111. 380.54 s [sydtest] Dependency stm: using stm-2.5.3.1
  14112. 380.54 s [sydtest] Dependency svg-builder: using svg-builder-0.1.1
  14113. 380.54 s [sydtest] Dependency text: using text-2.1.3
  14114. 380.54 s [sydtest] Dependency vector: using vector-0.13.2.0
  14115. 380.54 s [sydtest] Source component graph: component lib
  14116. 380.54 s [sydtest] Configured component graph:
  14117. 380.54 s [sydtest] component sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  14118. 380.54 s [sydtest] include MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
  14119. 380.54 s [sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  14120. 380.54 s [sydtest] include async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
  14121. 380.54 s [sydtest] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  14122. 380.54 s [sydtest] include base-4.20.2.0-fafd
  14123. 380.54 s [sydtest] include bytestring-0.12.2.0-96e1
  14124. 380.54 s [sydtest] include containers-0.7-96b4
  14125. 380.54 s [sydtest] include deepseq-1.5.0.0-2b65
  14126. 380.54 s [sydtest] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  14127. 380.54 s [sydtest] include fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
  14128. 380.54 s [sydtest] include filepath-1.5.4.0-2605
  14129. 380.54 s [sydtest] include mtl-2.3.1-37af
  14130. 380.54 s [sydtest] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  14131. 380.54 s [sydtest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  14132. 380.54 s [sydtest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  14133. 380.54 s [sydtest] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  14134. 380.54 s [sydtest] include quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
  14135. 380.54 s [sydtest] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  14136. 380.54 s [sydtest] include random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
  14137. 380.54 s [sydtest] include safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
  14138. 380.54 s [sydtest] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  14139. 380.54 s [sydtest] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  14140. 380.54 s [sydtest] include stm-2.5.3.1-03d8
  14141. 380.54 s [sydtest] include svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
  14142. 380.54 s [sydtest] include text-2.1.3-34f1
  14143. 380.54 s [sydtest] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  14144. 380.54 s [sydtest] Linked component graph:
  14145. 380.54 s [sydtest] unit sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  14146. 380.54 s [sydtest] include MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
  14147. 380.54 s [sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  14148. 380.54 s [sydtest] include async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
  14149. 380.54 s [sydtest] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  14150. 380.54 s [sydtest] include base-4.20.2.0-fafd
  14151. 380.54 s [sydtest] include bytestring-0.12.2.0-96e1
  14152. 380.54 s [sydtest] include containers-0.7-96b4
  14153. 380.54 s [sydtest] include deepseq-1.5.0.0-2b65
  14154. 380.54 s [sydtest] include dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  14155. 380.54 s [sydtest] include fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
  14156. 380.54 s [sydtest] include filepath-1.5.4.0-2605
  14157. 380.54 s [sydtest] include mtl-2.3.1-37af
  14158. 380.54 s [sydtest] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  14159. 380.54 s [sydtest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  14160. 380.54 s [sydtest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  14161. 380.54 s [sydtest] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  14162. 380.54 s [sydtest] include quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
  14163. 380.54 s [sydtest] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  14164. 380.54 s [sydtest] include random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
  14165. 380.54 s [sydtest] include safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
  14166. 380.54 s [sydtest] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  14167. 380.54 s [sydtest] include safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  14168. 380.54 s [sydtest] include stm-2.5.3.1-03d8
  14169. 380.54 s [sydtest] include svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
  14170. 380.54 s [sydtest] include text-2.1.3-34f1
  14171. 380.54 s [sydtest] include vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  14172. 380.54 s [sydtest] Test.Syd=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd,Test.Syd.Def=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def,Test.Syd.Def.Around=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.Around,Test.Syd.Def.AroundAll=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.AroundAll,Test.Syd.Def.Golden=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.Golden,Test.Syd.Def.Scenario=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.Scenario,Test.Syd.Def.SetupFunc=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.SetupFunc,Test.Syd.Def.Specify=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.Specify,Test.Syd.Def.TestDefM=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Def.TestDefM,Test.Syd.Expectation=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Expectation,Test.Syd.HList=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.HList,Test.Syd.Modify=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Modify,Test.Syd.OptParse=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.OptParse,Test.Syd.Output=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Output,Test.Syd.Output.Common=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Output.Common,Test.Syd.Output.Pretty=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Output.Pretty,Test.Syd.Output.Terse=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Output.Terse,Test.Syd.Path=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Path,Test.Syd.ReRun=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.ReRun,Test.Syd.Run=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Run,Test.Syd.Runner=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner,Test.Syd.Runner.Asynchronous=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Asynchronous,Test.Syd.Runner.Single=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Single,Test.Syd.Runner.Synchronous=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Synchronous,Test.Syd.Runner.Synchronous.Interleaved=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Synchronous.Interleaved,Test.Syd.Runner.Synchronous.Separate=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Synchronous.Separate,Test.Syd.Runner.Wrappers=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.Runner.Wrappers,Test.Syd.SVG=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.SVG,Test.Syd.SpecDef=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.SpecDef,Test.Syd.SpecForest=sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc:Test.Syd.SpecForest
  14173. 380.54 s [sydtest] Ready component graph:
  14174. 380.54 s [sydtest] definite sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  14175. 380.54 s [sydtest] depends MonadRandom-0.6.2-KvoCcOoewrJ4a5CgF2PSzH
  14176. 380.54 s [sydtest] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  14177. 380.54 s [sydtest] depends async-2.2.5-6SxNiIIPxyKH9IyM9VUDjB
  14178. 380.54 s [sydtest] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  14179. 380.54 s [sydtest] depends base-4.20.2.0-fafd
  14180. 380.54 s [sydtest] depends bytestring-0.12.2.0-96e1
  14181. 380.54 s [sydtest] depends containers-0.7-96b4
  14182. 380.54 s [sydtest] depends deepseq-1.5.0.0-2b65
  14183. 380.54 s [sydtest] depends dlist-1.0-BTRHCvPIK1O7JbaJyUkK5A
  14184. 380.54 s [sydtest] depends fast-myers-diff-0.0.2-IQJ6VCsFL0V3he9lFwksTs
  14185. 380.54 s [sydtest] depends filepath-1.5.4.0-2605
  14186. 380.54 s [sydtest] depends mtl-2.3.1-37af
  14187. 380.54 s [sydtest] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  14188. 380.54 s [sydtest] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  14189. 380.54 s [sydtest] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  14190. 380.54 s [sydtest] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  14191. 380.54 s [sydtest] depends quickcheck-io-0.2.0-122DMOdzX9g9NeH56Ptl8o
  14192. 380.54 s [sydtest] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  14193. 380.54 s [sydtest] depends random-shuffle-0.0.4-3CFVYX11C4YBEiBpzosIYG
  14194. 380.54 s [sydtest] depends safe-0.3.21-5BPtE6bL5iDDoo2YMcvvrG
  14195. 380.54 s [sydtest] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  14196. 380.54 s [sydtest] depends safe-coloured-text-terminfo-0.3.0.0-Bwd26lv5RUL11qahSmvVKt
  14197. 380.54 s [sydtest] depends stm-2.5.3.1-03d8
  14198. 380.54 s [sydtest] depends svg-builder-0.1.1-7U95ZrE0RrK6yvdElq5tgk
  14199. 380.54 s [sydtest] depends text-2.1.3-34f1
  14200. 380.54 s [sydtest] depends vector-0.13.2.0-BRL823aT0P66gc73jZatuw
  14201. 380.54 s [sydtest] Using Cabal-3.12.1.0 compiled by ghc-9.10
  14202. 380.54 s [sydtest] Using compiler: ghc-9.10.3
  14203. 380.54 s [sydtest] Using install prefix:
  14204. 380.54 s [sydtest] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1
  14205. 380.54 s [sydtest] Executables installed in:
  14206. 380.54 s [sydtest] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/bin
  14207. 380.54 s [sydtest] Libraries installed in:
  14208. 380.54 s [sydtest] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  14209. 380.54 s [sydtest] Dynamic Libraries installed in:
  14210. 380.54 s [sydtest] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  14211. 380.54 s [sydtest] Private executables installed in:
  14212. 380.54 s [sydtest] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/sydtest-0.23.0.1
  14213. 380.54 s [sydtest] Data files installed in:
  14214. 380.54 s [sydtest] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/share/x86_64-linux-ghc-9.10.3-a85d/sydtest-0.23.0.1
  14215. 380.54 s [sydtest] Documentation installed in:
  14216. 380.54 s [sydtest] /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc/share/doc/sydtest-0.23.0.1
  14217. 380.54 s [sydtest] Configuration files installed in:
  14218. 380.54 s [sydtest] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/etc
  14219. 380.54 s [sydtest] No alex found
  14220. 380.54 s [sydtest] Using ar found on system at:
  14221. 380.54 s [sydtest] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  14222. 380.54 s [sydtest] No c2hs found
  14223. 380.54 s [sydtest] No cpphs found
  14224. 380.54 s [sydtest] No doctest found
  14225. 380.54 s [sydtest] Using gcc version 14.3.0 given by user at:
  14226. 380.54 s [sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  14227. 380.54 s [sydtest] Using ghc version 9.10.3 found on system at:
  14228. 380.54 s [sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  14229. 380.54 s [sydtest] Using ghc-pkg version 9.10.3 found on system at:
  14230. 380.54 s [sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  14231. 380.54 s [sydtest] No ghcjs found
  14232. 380.54 s [sydtest] No ghcjs-pkg found
  14233. 380.54 s [sydtest] No greencard found
  14234. 380.54 s [sydtest] Using haddock version 2.31.1 found on system at:
  14235. 380.54 s [sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  14236. 380.54 s [sydtest] No happy found
  14237. 380.54 s [sydtest] Using haskell-suite found on system at: haskell-suite-dummy-location
  14238. 380.54 s [sydtest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  14239. 380.54 s [sydtest] No hmake found
  14240. 380.54 s [sydtest] Using hpc version 0.69 found on system at:
  14241. 380.54 s [sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  14242. 380.54 s [sydtest] Using hsc2hs version 0.68.10 found on system at:
  14243. 380.54 s [sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  14244. 380.54 s [sydtest] Using hscolour version 1.25 found on system at:
  14245. 380.54 s [sydtest] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  14246. 380.54 s [sydtest] No jhc found
  14247. 380.54 s [sydtest] Using ld found on system at:
  14248. 380.54 s [sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  14249. 380.55 s [sydtest] No pkg-config found
  14250. 380.55 s [sydtest] Using runghc version 9.10.3 found on system at:
  14251. 380.55 s [sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  14252. 380.55 s [sydtest] Using strip version 2.44 found on system at:
  14253. 380.55 s [sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  14254. 380.55 s [sydtest] Using tar found on system at:
  14255. 380.55 s [sydtest] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  14256. 380.55 s [sydtest] No uhc found
  14257. 380.55 s [sydtest] Phase: buildPhase
  14258. 380.55 s [sydtest] Preprocessing library for sydtest-0.23.0.1...
  14259. 380.55 s [sydtest] Building library for sydtest-0.23.0.1...
  14260. 380.65 s [sydtest] [ 1 of 31] Compiling Paths_sydtest ( dist/build/autogen/Paths_sydtest.hs, dist/build/Paths_sydtest.o, dist/build/Paths_sydtest.dyn_o )
  14261. 380.69 s [genvalidity-typed-uuid] Phase: setupCompilerEnvironmentPhase
  14262. 380.69 s [genvalidity-typed-uuid] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  14263. 380.80 s [sydtest] [ 2 of 31] Compiling Test.Syd.HList ( src/Test/Syd/HList.hs, dist/build/Test/Syd/HList.o, dist/build/Test/Syd/HList.dyn_o )
  14264. 380.80 s [sydtest] [ 3 of 31] Compiling Test.Syd.Run ( src/Test/Syd/Run.hs, dist/build/Test/Syd/Run.o, dist/build/Test/Syd/Run.dyn_o )
  14265. 381.02 s [genvalidity-typed-uuid] Phase: unpackPhase
  14266. 381.03 s [genvalidity-typed-uuid] unpacking source archive /nix/store/a5qkzg43c0nnl7h5z9pfkggwsp8vrag5-genvalidity-typed-uuid-0.1.0.1.tar.gz
  14267. 381.03 s [genvalidity-typed-uuid] source root is genvalidity-typed-uuid-0.1.0.1
  14268. 381.04 s [genvalidity-typed-uuid] setting SOURCE_DATE_EPOCH to timestamp 1637768535 of file "genvalidity-typed-uuid-0.1.0.1/bench/Main.hs"
  14269. 381.05 s [genvalidity-typed-uuid] Phase: patchPhase
  14270. 381.05 s [genvalidity-typed-uuid] Phase: compileBuildDriverPhase
  14271. 381.06 s [genvalidity-typed-uuid] setupCompileFlags: -package-db=/build/tmp.JOUBPkAGp8/setup-package.conf.d -threaded
  14272. 381.12 s [genvalidity-typed-uuid] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.JOUBPkAGp8/Main.o )
  14273. 381.16 s [genvalidity-typed-uuid] [2 of 2] Linking Setup
  14274. 381.84 s [genvalidity-path] Documentation created: dist/doc/html/genvalidity-path/,
  14275. 381.84 s [genvalidity-path] dist/doc/html/genvalidity-path/genvalidity-path.txt
  14276. 381.91 s [genvalidity-path] Preprocessing test suite 'genvalidity-path-test' for genvalidity-path-1.0.0.1...
  14277. 381.91 s [genvalidity-path] Preprocessing benchmark 'genvalidity-path-bench' for genvalidity-path-1.0.0.1...
  14278. 381.93 s [genvalidity-path] Phase: installPhase
  14279. 382.03 s [genvalidity-path] Installing library in /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  14280. 382.24 s [genvalidity-path] Phase: fixupPhase
  14281. 382.26 s [genvalidity-path] shrinking RPATHs of ELF executables and libraries in /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1
  14282. 382.26 s [genvalidity-path] shrinking /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf-ghc9.10.3.so
  14283. 382.28 s [genvalidity-path] checking for references to /build/ in /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1...
  14284. 382.29 s [genvalidity-path] patching script interpreter paths in /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1
  14285. 382.30 s [genvalidity-path] stripping (with command strip and flags -S -p) in /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/lib
  14286. 382.33 s [genvalidity-path] shrinking RPATHs of ELF executables and libraries in /nix/store/30abjb00qiyls3shkp775k4377y0dpcf-genvalidity-path-1.0.0.1-doc
  14287. 382.33 s [genvalidity-path] checking for references to /build/ in /nix/store/30abjb00qiyls3shkp775k4377y0dpcf-genvalidity-path-1.0.0.1-doc...
  14288. 382.35 s [genvalidity-path] patching script interpreter paths in /nix/store/30abjb00qiyls3shkp775k4377y0dpcf-genvalidity-path-1.0.0.1-doc
  14289. 382.40 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1
  14290. 383.19 s [post-build-hook] Pushing 3 paths (170 are already present) using zstd to cache smos ⏳
  14291. 383.19 s [post-build-hook]
  14292. 383.52 s [post-build-hook] Pushing /nix/store/9lgh3brjyzkccc5bhh4x6f350xmazqww-tagged-0.8.9 (1.68 MiB)
  14293. 383.54 s [post-build-hook] Pushing /nix/store/30abjb00qiyls3shkp775k4377y0dpcf-genvalidity-path-1.0.0.1-doc (170.55 KiB)
  14294. 383.57 s [post-build-hook] Pushing /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1 (396.36 KiB)
  14295. 384.64 s [post-build-hook]
  14296. 384.70 s [post-build-hook] All done.
  14297. 384.70 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1
  14298. 384.73 s [post-build-hook] copying 0 paths...
  14299. 384.92 s [post-build-hook] copying 0 paths...
  14300. 385.01 s Progress: 102 of 149 built (4 building), 815 of 815 downloaded from cache
  14301. 385.01 s [dirforest] Documentation created: dist/doc/html/dirforest/,
  14302. 385.01 s [dirforest] dist/doc/html/dirforest/dirforest.txt
  14303. 385.01 s [dirforest] Phase: installPhase
  14304. 385.01 s [dirforest] Installing library in /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  14305. 385.01 s [dirforest] Phase: fixupPhase
  14306. 385.01 s [dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0
  14307. 385.01 s [dirforest] shrinking /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSdirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N-ghc9.10.3.so
  14308. 385.01 s [dirforest] checking for references to /build/ in /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0...
  14309. 385.01 s [dirforest] patching script interpreter paths in /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0
  14310. 385.01 s [dirforest] stripping (with command strip and flags -S -p) in /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/lib
  14311. 385.01 s [dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/p7lqjfl2qinjri7vxgzyw6i5w42gczwm-dirforest-0.1.0.0-doc
  14312. 385.01 s [dirforest] checking for references to /build/ in /nix/store/p7lqjfl2qinjri7vxgzyw6i5w42gczwm-dirforest-0.1.0.0-doc...
  14313. 385.01 s [dirforest] patching script interpreter paths in /nix/store/p7lqjfl2qinjri7vxgzyw6i5w42gczwm-dirforest-0.1.0.0-doc
  14314. 385.01 s [sydtest] [ 4 of 31] Compiling Test.Syd.OptParse ( src/Test/Syd/OptParse.hs, dist/build/Test/Syd/OptParse.o, dist/build/Test/Syd/OptParse.dyn_o )
  14315. 385.01 s [sydtest] [ 5 of 31] Compiling Test.Syd.Expectation ( src/Test/Syd/Expectation.hs, dist/build/Test/Syd/Expectation.o, dist/build/Test/Syd/Expectation.dyn_o )
  14316. 385.01 s [sydtest] [ 6 of 31] Compiling Test.Syd.Def.Golden ( src/Test/Syd/Def/Golden.hs, dist/build/Test/Syd/Def/Golden.o, dist/build/Test/Syd/Def/Golden.dyn_o )
  14317. 385.01 s [sydtest] [ 7 of 31] Compiling Test.Syd.SpecForest ( src/Test/Syd/SpecForest.hs, dist/build/Test/Syd/SpecForest.o, dist/build/Test/Syd/SpecForest.dyn_o )
  14318. 385.01 s [sydtest] [ 8 of 31] Compiling Test.Syd.SpecDef ( src/Test/Syd/SpecDef.hs, dist/build/Test/Syd/SpecDef.o, dist/build/Test/Syd/SpecDef.dyn_o )
  14319. 385.01 s [genvalidity-typed-uuid] Phase: updateAutotoolsGnuConfigScriptsPhase
  14320. 385.01 s [genvalidity-typed-uuid] Phase: configurePhase
  14321. 385.01 s [genvalidity-typed-uuid] configureFlags: --verbose --prefix=/nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/vg7xsy3ajvvwfhppk5nrh2rwl9q16rck-genvalidity-typed-uuid-0.1.0.1-doc/share/doc/genvalidity-typed-uuid-0.1.0.1 --with-gcc=gcc --package-db=/build/tmp.JOUBPkAGp8/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/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  14322. 385.01 s [genvalidity-typed-uuid] Using Parsec parser
  14323. 385.01 s [genvalidity-typed-uuid] Configuring genvalidity-typed-uuid-0.1.0.1...
  14324. 385.01 s [genvalidity-typed-uuid] Dependency QuickCheck: using QuickCheck-2.15.0.1
  14325. 385.01 s [genvalidity-typed-uuid] Dependency base >=4.7 && <5: using base-4.20.2.0
  14326. 385.01 s [genvalidity-typed-uuid] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  14327. 385.01 s [genvalidity-typed-uuid] Dependency genvalidity-uuid >=0.0: using genvalidity-uuid-1.0.0.1
  14328. 385.01 s [genvalidity-typed-uuid] Dependency typed-uuid >=0.0: using typed-uuid-0.2.0.0
  14329. 385.01 s [genvalidity-typed-uuid] Dependency QuickCheck: using QuickCheck-2.15.0.1
  14330. 385.01 s [genvalidity-typed-uuid] Dependency base >=4.7 && <5: using base-4.20.2.0
  14331. 385.01 s [genvalidity-typed-uuid] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  14332. 385.01 s [genvalidity-typed-uuid] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  14333. 385.01 s [genvalidity-typed-uuid] Dependency genvalidity-hspec-aeson: using genvalidity-hspec-aeson-1.0.0.0
  14334. 385.01 s [genvalidity-typed-uuid] Dependency genvalidity-typed-uuid: using genvalidity-typed-uuid-0.1.0.1
  14335. 385.01 s [genvalidity-typed-uuid] Dependency genvalidity-uuid: using genvalidity-uuid-1.0.0.1
  14336. 385.01 s [genvalidity-typed-uuid] Dependency hspec: using hspec-2.11.14
  14337. 385.01 s [genvalidity-typed-uuid] Dependency typed-uuid: using typed-uuid-0.2.0.0
  14338. 385.01 s [genvalidity-typed-uuid] Source component graph:
  14339. 385.01 s [genvalidity-typed-uuid] component lib
  14340. 385.01 s [genvalidity-typed-uuid] component test:typed-uuid-test dependency lib
  14341. 385.01 s [genvalidity-typed-uuid] Configured component graph:
  14342. 385.01 s [genvalidity-typed-uuid] component genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
  14343. 385.01 s [genvalidity-typed-uuid] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  14344. 385.01 s [genvalidity-typed-uuid] include base-4.20.2.0-fafd
  14345. 385.01 s [genvalidity-typed-uuid] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  14346. 385.01 s [genvalidity-typed-uuid] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  14347. 385.01 s [genvalidity-typed-uuid] include typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
  14348. 385.01 s [genvalidity-typed-uuid] component genvalidity-typed-uuid-0.1.0.1-LDfAx6FSKSk4gjdXUOmo4O-typed-uuid-test
  14349. 385.01 s [genvalidity-typed-uuid] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  14350. 385.01 s [genvalidity-typed-uuid] include base-4.20.2.0-fafd
  14351. 385.01 s [genvalidity-typed-uuid] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  14352. 385.01 s [genvalidity-typed-uuid] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  14353. 385.01 s [genvalidity-typed-uuid] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  14354. 385.01 s [genvalidity-typed-uuid] include genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
  14355. 385.01 s [genvalidity-typed-uuid] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  14356. 385.01 s [genvalidity-typed-uuid] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  14357. 385.01 s [genvalidity-typed-uuid] include typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
  14358. 385.01 s [genvalidity-typed-uuid] Linked component graph:
  14359. 385.01 s [genvalidity-typed-uuid] unit genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
  14360. 385.01 s [genvalidity-typed-uuid] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  14361. 385.01 s [genvalidity-typed-uuid] include base-4.20.2.0-fafd
  14362. 385.01 s [genvalidity-typed-uuid] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  14363. 385.01 s [genvalidity-typed-uuid] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  14364. 385.01 s [genvalidity-typed-uuid] include typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
  14365. 385.01 s [genvalidity-typed-uuid] Data.GenValidity.UUID.Typed=genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW:Data.GenValidity.UUID.Typed
  14366. 385.01 s [genvalidity-typed-uuid] unit genvalidity-typed-uuid-0.1.0.1-LDfAx6FSKSk4gjdXUOmo4O-typed-uuid-test
  14367. 385.01 s [genvalidity-typed-uuid] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  14368. 385.01 s [genvalidity-typed-uuid] include base-4.20.2.0-fafd
  14369. 385.01 s [genvalidity-typed-uuid] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  14370. 385.01 s [genvalidity-typed-uuid] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  14371. 385.01 s [genvalidity-typed-uuid] include genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  14372. 385.01 s [genvalidity-typed-uuid] include genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
  14373. 385.01 s [genvalidity-typed-uuid] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  14374. 385.01 s [genvalidity-typed-uuid] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  14375. 385.01 s [genvalidity-typed-uuid] include typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
  14376. 385.01 s [genvalidity-typed-uuid] Ready component graph:
  14377. 385.01 s [genvalidity-typed-uuid] definite genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
  14378. 385.01 s [genvalidity-typed-uuid] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  14379. 385.01 s [genvalidity-typed-uuid] depends base-4.20.2.0-fafd
  14380. 385.02 s [genvalidity-typed-uuid] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  14381. 385.02 s [genvalidity-typed-uuid] depends genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  14382. 385.02 s [genvalidity-typed-uuid] depends typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
  14383. 385.02 s [genvalidity-typed-uuid] definite genvalidity-typed-uuid-0.1.0.1-LDfAx6FSKSk4gjdXUOmo4O-typed-uuid-test
  14384. 385.02 s [genvalidity-typed-uuid] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  14385. 385.02 s [genvalidity-typed-uuid] depends base-4.20.2.0-fafd
  14386. 385.02 s [genvalidity-typed-uuid] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  14387. 385.02 s [genvalidity-typed-uuid] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  14388. 385.02 s [genvalidity-typed-uuid] depends genvalidity-hspec-aeson-1.0.0.0-3ann8DojbqoBJxWGm0bIjj
  14389. 385.02 s [genvalidity-typed-uuid] depends genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
  14390. 385.02 s [genvalidity-typed-uuid] depends genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  14391. 385.02 s [genvalidity-typed-uuid] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  14392. 385.02 s [genvalidity-typed-uuid] depends typed-uuid-0.2.0.0-LkD4lwhNYhn7J2sbA0ufmv
  14393. 385.02 s [genvalidity-typed-uuid] Using Cabal-3.12.1.0 compiled by ghc-9.10
  14394. 385.02 s [genvalidity-typed-uuid] Using compiler: ghc-9.10.3
  14395. 385.02 s [genvalidity-typed-uuid] Using install prefix:
  14396. 385.02 s [genvalidity-typed-uuid] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1
  14397. 385.02 s [genvalidity-typed-uuid] Executables installed in:
  14398. 385.02 s [genvalidity-typed-uuid] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/bin
  14399. 385.02 s [genvalidity-typed-uuid] Libraries installed in:
  14400. 385.02 s [genvalidity-typed-uuid] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
  14401. 385.02 s [genvalidity-typed-uuid] Dynamic Libraries installed in:
  14402. 385.02 s [genvalidity-typed-uuid] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  14403. 385.02 s [genvalidity-typed-uuid] Private executables installed in:
  14404. 385.02 s [genvalidity-typed-uuid] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-typed-uuid-0.1.0.1
  14405. 385.02 s [genvalidity-typed-uuid] Data files installed in:
  14406. 385.02 s [genvalidity-typed-uuid] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-typed-uuid-0.1.0.1
  14407. 385.02 s [genvalidity-typed-uuid] Documentation installed in:
  14408. 385.02 s [genvalidity-typed-uuid] /nix/store/vg7xsy3ajvvwfhppk5nrh2rwl9q16rck-genvalidity-typed-uuid-0.1.0.1-doc/share/doc/genvalidity-typed-uuid-0.1.0.1
  14409. 385.02 s [genvalidity-typed-uuid] Configuration files installed in:
  14410. 385.02 s [genvalidity-typed-uuid] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/etc
  14411. 385.02 s [genvalidity-typed-uuid] No alex found
  14412. 385.02 s [genvalidity-typed-uuid] Using ar found on system at:
  14413. 385.02 s [genvalidity-typed-uuid] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  14414. 385.02 s [genvalidity-typed-uuid] No c2hs found
  14415. 385.02 s [genvalidity-typed-uuid] No cpphs found
  14416. 385.02 s [genvalidity-typed-uuid] No doctest found
  14417. 385.02 s [genvalidity-typed-uuid] Using gcc version 14.3.0 given by user at:
  14418. 385.02 s [genvalidity-typed-uuid] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  14419. 385.02 s [genvalidity-typed-uuid] Using ghc version 9.10.3 found on system at:
  14420. 385.02 s [genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  14421. 385.02 s [genvalidity-typed-uuid] Using ghc-pkg version 9.10.3 found on system at:
  14422. 385.02 s [genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  14423. 385.02 s [genvalidity-typed-uuid] No ghcjs found
  14424. 385.02 s [genvalidity-typed-uuid] No ghcjs-pkg found
  14425. 385.02 s [genvalidity-typed-uuid] No greencard found
  14426. 385.02 s [genvalidity-typed-uuid] Using haddock version 2.31.1 found on system at:
  14427. 385.02 s [genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  14428. 385.02 s [genvalidity-typed-uuid] No happy found
  14429. 385.02 s [genvalidity-typed-uuid] Using haskell-suite found on system at: haskell-suite-dummy-location
  14430. 385.02 s [genvalidity-typed-uuid] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  14431. 385.02 s [genvalidity-typed-uuid] No hmake found
  14432. 385.02 s [genvalidity-typed-uuid] Using hpc version 0.69 found on system at:
  14433. 385.02 s [genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  14434. 385.02 s [genvalidity-typed-uuid] Using hsc2hs version 0.68.10 found on system at:
  14435. 385.02 s [genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  14436. 385.02 s [genvalidity-typed-uuid] Using hscolour version 1.25 found on system at:
  14437. 385.02 s [genvalidity-typed-uuid] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  14438. 385.02 s [genvalidity-typed-uuid] No jhc found
  14439. 385.02 s [genvalidity-typed-uuid] Using ld found on system at:
  14440. 385.02 s [genvalidity-typed-uuid] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  14441. 385.02 s [genvalidity-typed-uuid] No pkg-config found
  14442. 385.02 s [genvalidity-typed-uuid] Using runghc version 9.10.3 found on system at:
  14443. 385.02 s [genvalidity-typed-uuid] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  14444. 385.02 s [genvalidity-typed-uuid] Using strip version 2.44 found on system at:
  14445. 385.20 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0
  14446. 385.87 s [post-build-hook] Pushing 2 paths (181 are already present) using zstd to cache smos ⏳
  14447. 385.87 s [post-build-hook]
  14448. 386.24 s [post-build-hook] Pushing /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0 (3.09 MiB)
  14449. 386.24 s [post-build-hook] Pushing /nix/store/p7lqjfl2qinjri7vxgzyw6i5w42gczwm-dirforest-0.1.0.0-doc (983.09 KiB)
  14450. 387.45 s [post-build-hook]
  14451. 387.45 s [post-build-hook] All done.
  14452. 387.47 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0
  14453. 387.54 s [post-build-hook] copying 0 paths...
  14454. 387.67 s [post-build-hook] copying 0 paths...
  14455. 387.75 s Progress: 103 of 149 built (3 building), 815 of 815 downloaded from cache
  14456. 387.81 s Building cursor-dirforest-source
  14457. 387.81 s [ical] [21 of 30] Compiling ICal.Component.Class ( src/ICal/Component/Class.hs, dist/build/ICal/Component/Class.o, dist/build/ICal/Component/Class.dyn_o )
  14458. 387.81 s [sydtest] [ 9 of 31] Compiling Test.Syd.Runner.Wrappers ( src/Test/Syd/Runner/Wrappers.hs, dist/build/Test/Syd/Runner/Wrappers.o, dist/build/Test/Syd/Runner/Wrappers.dyn_o )
  14459. 387.81 s [sydtest] [10 of 31] Compiling Test.Syd.Runner.Single ( src/Test/Syd/Runner/Single.hs, dist/build/Test/Syd/Runner/Single.o, dist/build/Test/Syd/Runner/Single.dyn_o )
  14460. 387.81 s [sydtest] [11 of 31] Compiling Test.Syd.Def.TestDefM ( src/Test/Syd/Def/TestDefM.hs, dist/build/Test/Syd/Def/TestDefM.o, dist/build/Test/Syd/Def/TestDefM.dyn_o )
  14461. 387.81 s [sydtest] [12 of 31] Compiling Test.Syd.Def.Specify ( src/Test/Syd/Def/Specify.hs, dist/build/Test/Syd/Def/Specify.o, dist/build/Test/Syd/Def/Specify.dyn_o )
  14462. 387.81 s [sydtest] [13 of 31] Compiling Test.Syd.Def.Scenario ( src/Test/Syd/Def/Scenario.hs, dist/build/Test/Syd/Def/Scenario.o, dist/build/Test/Syd/Def/Scenario.dyn_o )
  14463. 387.81 s [sydtest] [14 of 31] Compiling Test.Syd.Def.AroundAll ( src/Test/Syd/Def/AroundAll.hs, dist/build/Test/Syd/Def/AroundAll.o, dist/build/Test/Syd/Def/AroundAll.dyn_o )
  14464. 387.81 s [sydtest] [15 of 31] Compiling Test.Syd.Def.Around ( src/Test/Syd/Def/Around.hs, dist/build/Test/Syd/Def/Around.o, dist/build/Test/Syd/Def/Around.dyn_o )
  14465. 387.81 s [sydtest] [16 of 31] Compiling Test.Syd.Def.SetupFunc ( src/Test/Syd/Def/SetupFunc.hs, dist/build/Test/Syd/Def/SetupFunc.o, dist/build/Test/Syd/Def/SetupFunc.dyn_o )
  14466. 387.81 s [sydtest] [17 of 31] Compiling Test.Syd.Path ( src/Test/Syd/Path.hs, dist/build/Test/Syd/Path.o, dist/build/Test/Syd/Path.dyn_o )
  14467. 387.81 s [sydtest] [18 of 31] Compiling Test.Syd.Def ( src/Test/Syd/Def.hs, dist/build/Test/Syd/Def.o, dist/build/Test/Syd/Def.dyn_o )
  14468. 387.81 s [sydtest] [19 of 31] Compiling Test.Syd.Modify ( src/Test/Syd/Modify.hs, dist/build/Test/Syd/Modify.o, dist/build/Test/Syd/Modify.dyn_o )
  14469. 387.81 s [sydtest] [20 of 31] Compiling Test.Syd.SVG ( src/Test/Syd/SVG.hs, dist/build/Test/Syd/SVG.o, dist/build/Test/Syd/SVG.dyn_o )
  14470. 387.81 s [sydtest] [21 of 31] Compiling Test.Syd.Runner.Synchronous.Separate ( src/Test/Syd/Runner/Synchronous/Separate.hs, dist/build/Test/Syd/Runner/Synchronous/Separate.o, dist/build/Test/Syd/Runner/Synchronous/Separate.dyn_o )
  14471. 387.81 s [sydtest] [22 of 31] Compiling Test.Syd.ReRun ( src/Test/Syd/ReRun.hs, dist/build/Test/Syd/ReRun.o, dist/build/Test/Syd/ReRun.dyn_o )
  14472. 387.81 s [sydtest] [23 of 31] Compiling Test.Syd.Output.Common ( src/Test/Syd/Output/Common.hs, dist/build/Test/Syd/Output/Common.o, dist/build/Test/Syd/Output/Common.dyn_o )
  14473. 387.81 s [sydtest] [24 of 31] Compiling Test.Syd.Output.Terse ( src/Test/Syd/Output/Terse.hs, dist/build/Test/Syd/Output/Terse.o, dist/build/Test/Syd/Output/Terse.dyn_o )
  14474. 387.81 s [sydtest] [25 of 31] Compiling Test.Syd.Output.Pretty ( src/Test/Syd/Output/Pretty.hs, dist/build/Test/Syd/Output/Pretty.o, dist/build/Test/Syd/Output/Pretty.dyn_o )
  14475. 387.81 s [sydtest] [26 of 31] Compiling Test.Syd.Output ( src/Test/Syd/Output.hs, dist/build/Test/Syd/Output.o, dist/build/Test/Syd/Output.dyn_o )
  14476. 387.81 s [sydtest] [27 of 31] Compiling Test.Syd.Runner.Synchronous.Interleaved ( src/Test/Syd/Runner/Synchronous/Interleaved.hs, dist/build/Test/Syd/Runner/Synchronous/Interleaved.o, dist/build/Test/Syd/Runner/Synchronous/Interleaved.dyn_o )
  14477. 387.81 s [sydtest] [28 of 31] Compiling Test.Syd.Runner.Synchronous ( src/Test/Syd/Runner/Synchronous.hs, dist/build/Test/Syd/Runner/Synchronous.o, dist/build/Test/Syd/Runner/Synchronous.dyn_o )
  14478. 387.81 s [sydtest] [29 of 31] Compiling Test.Syd.Runner.Asynchronous ( src/Test/Syd/Runner/Asynchronous.hs, dist/build/Test/Syd/Runner/Asynchronous.o, dist/build/Test/Syd/Runner/Asynchronous.dyn_o )
  14479. 387.81 s [sydtest] [30 of 31] Compiling Test.Syd.Runner ( src/Test/Syd/Runner.hs, dist/build/Test/Syd/Runner.o, dist/build/Test/Syd/Runner.dyn_o )
  14480. 387.81 s [sydtest] [31 of 31] Compiling Test.Syd ( src/Test/Syd.hs, dist/build/Test/Syd.o, dist/build/Test/Syd.dyn_o )
  14481. 387.81 s [sydtest] [ 1 of 31] Compiling Paths_sydtest ( dist/build/autogen/Paths_sydtest.hs, dist/build/Paths_sydtest.p_o )
  14482. 387.81 s [genvalidity-typed-uuid] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  14483. 387.81 s [genvalidity-typed-uuid] Using tar found on system at:
  14484. 387.81 s [genvalidity-typed-uuid] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  14485. 387.81 s [genvalidity-typed-uuid] No uhc found
  14486. 387.81 s [genvalidity-typed-uuid] Phase: buildPhase
  14487. 387.81 s [genvalidity-typed-uuid] Preprocessing library for genvalidity-typed-uuid-0.1.0.1...
  14488. 387.81 s [genvalidity-typed-uuid] Building library for genvalidity-typed-uuid-0.1.0.1...
  14489. 387.81 s [genvalidity-typed-uuid] [1 of 2] Compiling Data.GenValidity.UUID.Typed ( src/Data/GenValidity/UUID/Typed.hs, dist/build/Data/GenValidity/UUID/Typed.o, dist/build/Data/GenValidity/UUID/Typed.dyn_o )
  14490. 387.81 s [genvalidity-typed-uuid] [2 of 2] Compiling Paths_genvalidity_typed_uuid ( dist/build/autogen/Paths_genvalidity_typed_uuid.hs, dist/build/Paths_genvalidity_typed_uuid.o, dist/build/Paths_genvalidity_typed_uuid.dyn_o )
  14491. 387.81 s [genvalidity-typed-uuid] [1 of 2] Compiling Data.GenValidity.UUID.Typed ( src/Data/GenValidity/UUID/Typed.hs, dist/build/Data/GenValidity/UUID/Typed.p_o )
  14492. 387.81 s [genvalidity-typed-uuid] [2 of 2] Compiling Paths_genvalidity_typed_uuid ( dist/build/autogen/Paths_genvalidity_typed_uuid.hs, dist/build/Paths_genvalidity_typed_uuid.p_o )
  14493. 387.81 s [genvalidity-typed-uuid] Preprocessing test suite 'typed-uuid-test' for genvalidity-typed-uuid-0.1.0.1...
  14494. 387.81 s [genvalidity-typed-uuid] Building test suite 'typed-uuid-test' for genvalidity-typed-uuid-0.1.0.1...
  14495. 387.81 s [genvalidity-typed-uuid] [1 of 3] Compiling Data.UUID.TypedSpec ( test/Data/UUID/TypedSpec.hs, dist/build/typed-uuid-test/typed-uuid-test-tmp/Data/UUID/TypedSpec.o )
  14496. 387.81 s [genvalidity-typed-uuid] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/typed-uuid-test/typed-uuid-test-tmp/Main.o )
  14497. 387.81 s [genvalidity-typed-uuid] [3 of 3] Compiling Paths_genvalidity_typed_uuid ( dist/build/typed-uuid-test/autogen/Paths_genvalidity_typed_uuid.hs, dist/build/typed-uuid-test/typed-uuid-test-tmp/Paths_genvalidity_typed_uuid.o )
  14498. 387.81 s [genvalidity-typed-uuid] [4 of 4] Linking dist/build/typed-uuid-test/typed-uuid-test
  14499. 387.81 s [genvalidity-typed-uuid] Phase: checkPhase
  14500. 387.81 s [genvalidity-typed-uuid] Running 1 test suites...
  14501. 387.81 s [genvalidity-typed-uuid] Test suite typed-uuid-test: RUNNING...
  14502. 387.81 s [genvalidity-typed-uuid]
  14503. 387.81 s [genvalidity-typed-uuid] Data.UUID.Typed
  14504. 387.81 s [genvalidity-typed-uuid] Eq (UUID Int)
  14505. 387.81 s [genvalidity-typed-uuid] (==) :: (UUID Int) -> (UUID Int) -> Bool
  14506. 387.81 s [genvalidity-typed-uuid] is reflexive for "valid (UUID Int)"s [✔]
  14507. 387.81 s [genvalidity-typed-uuid] +++ OK, passed 100 tests.
  14508. 387.81 s [genvalidity-typed-uuid] is symmetric for "valid (UUID Int)"s [✔]
  14509. 387.81 s [genvalidity-typed-uuid] +++ OK, passed 100 tests.
  14510. 387.81 s [genvalidity-typed-uuid] is transitive for "valid (UUID Int)"s [✔]
  14511. 387.81 s [genvalidity-typed-uuid] +++ OK, passed 100 tests.
  14512. 387.81 s [genvalidity-typed-uuid] is equivalent to (\a b -> not $ a /= b) for "valid (UUID Int)"s [✔]
  14513. 387.81 s [genvalidity-typed-uuid] +++ OK, passed 100 tests.
  14514. 387.81 s [genvalidity-typed-uuid] (/=) :: (UUID Int) -> (UUID Int) -> Bool
  14515. 387.81 s [genvalidity-typed-uuid] is antireflexive for "valid (UUID Int)"s [✔]
  14516. 387.81 s [genvalidity-typed-uuid] +++ OK, passed 100 tests.
  14517. 387.81 s [genvalidity-typed-uuid] is equivalent to (\a b -> not $ a == b) for "valid (UUID Int)"s [✔]
  14518. 387.81 s [genvalidity-typed-uuid] +++ OK, passed 100 tests.
  14519. 387.81 s [genvalidity-typed-uuid] GenValid (UUID Int)
  14520. 387.81 s [genvalidity-typed-uuid] genValid :: Gen (UUID Int)
  14521. 387.81 s [genvalidity-typed-uuid] only generates valid '(UUID Int)'s [✔]
  14522. 387.81 s [genvalidity-typed-uuid] +++ OK, passed 100 tests.
  14523. 387.81 s [genvalidity-typed-uuid] JSON (UUID Int) (valid)
  14524. 387.81 s [genvalidity-typed-uuid] encode :: (UUID Int) -> Data.ByteString.Lazy.ByteString
  14525. 387.81 s [genvalidity-typed-uuid] never fails to encode a "valid (UUID Int)" [✔]
  14526. 387.81 s [genvalidity-typed-uuid] +++ OK, passed 100 tests.
  14527. 387.81 s [genvalidity-typed-uuid] decode :: Data.ByteString.Lazy.ByteString -> Either String (UUID Int)
  14528. 387.81 s [genvalidity-typed-uuid] ensures that encode and decode are inverses for "valid (UUID Int)"'s [✔]
  14529. 387.81 s [genvalidity-typed-uuid] +++ OK, passed 100 tests.
  14530. 387.81 s [genvalidity-typed-uuid]
  14531. 387.81 s [genvalidity-typed-uuid] Finished in 0.0021 seconds
  14532. 387.81 s [genvalidity-typed-uuid] 9 examples, 0 failures
  14533. 387.81 s [genvalidity-typed-uuid] Test suite typed-uuid-test: PASS
  14534. 387.81 s [genvalidity-typed-uuid] Test suite logged to:
  14535. 387.81 s [genvalidity-typed-uuid] dist/test/genvalidity-typed-uuid-0.1.0.1-typed-uuid-test.log
  14536. 387.82 s [genvalidity-typed-uuid] 1 of 1 test suites (1 of 1 test cases) passed.
  14537. 387.82 s [genvalidity-typed-uuid] Phase: haddockPhase
  14538. 387.82 s [genvalidity-typed-uuid] Preprocessing library for genvalidity-typed-uuid-0.1.0.1...
  14539. 387.82 s [genvalidity-typed-uuid] Running Haddock on library for genvalidity-typed-uuid-0.1.0.1...
  14540. 387.82 s [genvalidity-typed-uuid] Warning: The documentation for the following packages are not installed. No
  14541. 387.82 s [genvalidity-typed-uuid] links will be generated to these packages: vector-0.13.2.0
  14542. 387.82 s [genvalidity-typed-uuid] [1 of 2] Compiling Data.GenValidity.UUID.Typed ( src/Data/GenValidity/UUID/Typed.hs, nothing )
  14543. 387.82 s [genvalidity-typed-uuid] [2 of 2] Compiling Paths_genvalidity_typed_uuid ( dist/build/autogen/Paths_genvalidity_typed_uuid.hs, nothing )
  14544. 387.82 s [genvalidity-typed-uuid] Haddock coverage:
  14545. 387.82 s [genvalidity-typed-uuid] 0% ( 0 / 1) in 'Data.GenValidity.UUID.Typed'
  14546. 387.82 s [genvalidity-typed-uuid] Missing documentation for:
  14547. 387.82 s [genvalidity-typed-uuid] Module header
  14548. 387.82 s [sydtest] [ 2 of 31] Compiling Test.Syd.HList ( src/Test/Syd/HList.hs, dist/build/Test/Syd/HList.p_o )
  14549. 387.82 s [sydtest] [ 3 of 31] Compiling Test.Syd.Run ( src/Test/Syd/Run.hs, dist/build/Test/Syd/Run.p_o )
  14550. 388.02 s [cursor-dirforest-source] Phase: setupCompilerEnvironmentPhase
  14551. 388.02 s [cursor-dirforest-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  14552. 388.28 s [cursor-dirforest-source] Phase: unpackPhase
  14553. 388.28 s [cursor-dirforest-source] unpacking source archive /nix/store/hxj0dihfag6s2b6976lj9wim70l7w6kh-cursor-dirforest
  14554. 388.29 s [cursor-dirforest-source] source root is cursor-dirforest
  14555. 388.30 s [cursor-dirforest-source] Phase: patchPhase
  14556. 388.31 s [cursor-dirforest-source] Phase: compileBuildDriverPhase
  14557. 388.31 s [cursor-dirforest-source] setupCompileFlags: -package-db=/build/tmp.9vDqMLDlr7/setup-package.conf.d -threaded
  14558. 388.37 s [cursor-dirforest-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.9vDqMLDlr7/Main.o )
  14559. 388.42 s [cursor-dirforest-source] [2 of 2] Linking Setup
  14560. 388.72 s [ical] [22 of 30] Compiling ICal.Component.Todo ( src/ICal/Component/Todo.hs, dist/build/ICal/Component/Todo.o, dist/build/ICal/Component/Todo.dyn_o )
  14561. 389.52 s [sydtest] [ 4 of 31] Compiling Test.Syd.OptParse ( src/Test/Syd/OptParse.hs, dist/build/Test/Syd/OptParse.p_o )
  14562. 389.81 s [cursor-dirforest-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  14563. 389.87 s [cursor-dirforest-source] Phase: configurePhase
  14564. 389.87 s [cursor-dirforest-source] configureFlags: --verbose --prefix=/nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/cursor-dirforest-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.9vDqMLDlr7/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  14565. 389.87 s [cursor-dirforest-source] Using Parsec parser
  14566. 389.87 s [cursor-dirforest-source] Configuring cursor-dirforest-0.0.0.0...
  14567. 390.51 s [cursor-dirforest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  14568. 390.51 s [cursor-dirforest-source] Dependency containers: using containers-0.7
  14569. 390.51 s [cursor-dirforest-source] Dependency cursor: using cursor-0.3.2.0
  14570. 390.51 s [cursor-dirforest-source] Dependency deepseq: using deepseq-1.5.0.0
  14571. 390.51 s [cursor-dirforest-source] Dependency dirforest: using dirforest-0.1.0.0
  14572. 390.51 s [cursor-dirforest-source] Dependency filepath: using filepath-1.5.4.0
  14573. 390.51 s [cursor-dirforest-source] Dependency microlens: using microlens-0.4.14.0
  14574. 390.51 s [cursor-dirforest-source] Dependency path: using path-0.9.6
  14575. 390.51 s [cursor-dirforest-source] Dependency text: using text-2.1.3
  14576. 390.51 s [cursor-dirforest-source] Dependency validity: using validity-0.12.1.0
  14577. 390.51 s [cursor-dirforest-source] Dependency validity-path: using validity-path-0.4.0.1
  14578. 390.51 s [cursor-dirforest-source] Source component graph: component lib
  14579. 390.51 s [cursor-dirforest-source] Configured component graph:
  14580. 390.51 s [cursor-dirforest-source] component cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  14581. 390.51 s [cursor-dirforest-source] include base-4.20.2.0-fafd
  14582. 390.51 s [cursor-dirforest-source] include containers-0.7-96b4
  14583. 390.51 s [cursor-dirforest-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  14584. 390.51 s [cursor-dirforest-source] include deepseq-1.5.0.0-2b65
  14585. 390.51 s [cursor-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  14586. 390.51 s [cursor-dirforest-source] include filepath-1.5.4.0-2605
  14587. 390.51 s [cursor-dirforest-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  14588. 390.51 s [cursor-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  14589. 390.51 s [cursor-dirforest-source] include text-2.1.3-34f1
  14590. 390.51 s [cursor-dirforest-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  14591. 390.51 s [cursor-dirforest-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  14592. 390.51 s [cursor-dirforest-source] Linked component graph:
  14593. 390.51 s [cursor-dirforest-source] unit cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  14594. 390.51 s [cursor-dirforest-source] include base-4.20.2.0-fafd
  14595. 390.51 s [cursor-dirforest-source] include containers-0.7-96b4
  14596. 390.51 s [cursor-dirforest-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  14597. 390.51 s [cursor-dirforest-source] include deepseq-1.5.0.0-2b65
  14598. 390.51 s [cursor-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  14599. 390.51 s [cursor-dirforest-source] include filepath-1.5.4.0-2605
  14600. 390.51 s [cursor-dirforest-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  14601. 390.51 s [cursor-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  14602. 390.51 s [cursor-dirforest-source] include text-2.1.3-34f1
  14603. 390.51 s [cursor-dirforest-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  14604. 390.51 s [cursor-dirforest-source] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  14605. 390.51 s [cursor-dirforest-source] Cursor.DirForest=cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE:Cursor.DirForest,Cursor.FileOrDir=cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE:Cursor.FileOrDir,Cursor.Simple.DirForest=cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE:Cursor.Simple.DirForest
  14606. 390.51 s [cursor-dirforest-source] Ready component graph:
  14607. 390.51 s [cursor-dirforest-source] definite cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  14608. 390.51 s [cursor-dirforest-source] depends base-4.20.2.0-fafd
  14609. 390.51 s [cursor-dirforest-source] depends containers-0.7-96b4
  14610. 390.51 s [cursor-dirforest-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  14611. 390.51 s [cursor-dirforest-source] depends deepseq-1.5.0.0-2b65
  14612. 390.51 s [cursor-dirforest-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  14613. 390.51 s [cursor-dirforest-source] depends filepath-1.5.4.0-2605
  14614. 390.51 s [cursor-dirforest-source] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  14615. 390.51 s [cursor-dirforest-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  14616. 390.51 s [cursor-dirforest-source] depends text-2.1.3-34f1
  14617. 390.51 s [cursor-dirforest-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  14618. 390.51 s [cursor-dirforest-source] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  14619. 390.51 s [cursor-dirforest-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  14620. 390.51 s [cursor-dirforest-source] Using compiler: ghc-9.10.3
  14621. 390.51 s [cursor-dirforest-source] Using install prefix:
  14622. 390.51 s [cursor-dirforest-source] /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0
  14623. 390.51 s [cursor-dirforest-source] Executables installed in:
  14624. 390.51 s [cursor-dirforest-source] /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0/bin
  14625. 390.51 s [cursor-dirforest-source] Libraries installed in:
  14626. 390.51 s [cursor-dirforest-source] /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  14627. 390.51 s [cursor-dirforest-source] Dynamic Libraries installed in:
  14628. 390.51 s [cursor-dirforest-source] /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  14629. 390.51 s [cursor-dirforest-source] Private executables installed in:
  14630. 390.51 s [cursor-dirforest-source] /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-0.0.0.0
  14631. 390.51 s [cursor-dirforest-source] Data files installed in:
  14632. 390.51 s [cursor-dirforest-source] /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-0.0.0.0
  14633. 390.51 s [cursor-dirforest-source] Documentation installed in: /share/doc/cursor-dirforest-0.0.0.0
  14634. 390.52 s [cursor-dirforest-source] Configuration files installed in:
  14635. 390.52 s [cursor-dirforest-source] /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0/etc
  14636. 390.52 s [cursor-dirforest-source] No alex found
  14637. 390.52 s [cursor-dirforest-source] Using ar found on system at:
  14638. 390.52 s [cursor-dirforest-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  14639. 390.52 s [cursor-dirforest-source] No c2hs found
  14640. 390.52 s [cursor-dirforest-source] No cpphs found
  14641. 390.52 s [cursor-dirforest-source] No doctest found
  14642. 390.52 s [cursor-dirforest-source] Using gcc version 14.3.0 given by user at:
  14643. 390.52 s [cursor-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  14644. 390.52 s [cursor-dirforest-source] Using ghc version 9.10.3 found on system at:
  14645. 390.52 s [cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  14646. 390.52 s [cursor-dirforest-source] Using ghc-pkg version 9.10.3 found on system at:
  14647. 390.52 s [cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  14648. 390.52 s [cursor-dirforest-source] No ghcjs found
  14649. 390.52 s [cursor-dirforest-source] No ghcjs-pkg found
  14650. 390.52 s [cursor-dirforest-source] No greencard found
  14651. 390.52 s [cursor-dirforest-source] Using haddock version 2.31.1 found on system at:
  14652. 390.52 s [cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  14653. 390.52 s [cursor-dirforest-source] No happy found
  14654. 390.52 s [cursor-dirforest-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  14655. 390.52 s [cursor-dirforest-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  14656. 390.52 s [cursor-dirforest-source] No hmake found
  14657. 390.52 s [cursor-dirforest-source] Using hpc version 0.69 found on system at:
  14658. 390.52 s [cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  14659. 390.52 s [cursor-dirforest-source] Using hsc2hs version 0.68.10 found on system at:
  14660. 390.52 s [cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  14661. 390.52 s [cursor-dirforest-source] Using hscolour version 1.25 found on system at:
  14662. 390.52 s [cursor-dirforest-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  14663. 390.52 s [cursor-dirforest-source] No jhc found
  14664. 390.52 s [cursor-dirforest-source] Using ld found on system at:
  14665. 390.52 s [cursor-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  14666. 390.52 s [cursor-dirforest-source] No pkg-config found
  14667. 390.52 s [cursor-dirforest-source] Using runghc version 9.10.3 found on system at:
  14668. 390.52 s [cursor-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  14669. 390.52 s [cursor-dirforest-source] Using strip version 2.44 found on system at:
  14670. 390.52 s [cursor-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  14671. 390.52 s [cursor-dirforest-source] Using tar found on system at:
  14672. 390.52 s [cursor-dirforest-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  14673. 390.52 s [cursor-dirforest-source] No uhc found
  14674. 390.98 s [cursor-dirforest-source] Phase: buildPhase
  14675. 390.99 s [cursor-dirforest-source] Distribution quality errors:
  14676. 390.99 s [cursor-dirforest-source] [no-syn-desc] No 'synopsis' or 'description' field.
  14677. 390.99 s [cursor-dirforest-source] Distribution quality warnings:
  14678. 390.99 s [cursor-dirforest-source] [no-category] No 'category' field.
  14679. 390.99 s [cursor-dirforest-source] [no-maintainer] No 'maintainer' field.
  14680. 390.99 s [cursor-dirforest-source] [no-license-file] A 'license-file' is not specified.
  14681. 390.99 s [cursor-dirforest-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  14682. 390.99 s [cursor-dirforest-source] - containers
  14683. 390.99 s [cursor-dirforest-source] - cursor
  14684. 390.99 s [cursor-dirforest-source] - deepseq
  14685. 390.99 s [cursor-dirforest-source] - dirforest
  14686. 390.99 s [cursor-dirforest-source] - filepath
  14687. 390.99 s [cursor-dirforest-source] - microlens
  14688. 390.99 s [cursor-dirforest-source] - path
  14689. 390.99 s [cursor-dirforest-source] - text
  14690. 390.99 s [cursor-dirforest-source] - validity
  14691. 390.99 s [cursor-dirforest-source] - validity-path
  14692. 390.99 s [cursor-dirforest-source] Please add them. There is more information at https://pvp.haskell.org/
  14693. 390.99 s [cursor-dirforest-source] Note: the public hackage server would reject this package.
  14694. 390.99 s [cursor-dirforest-source] Building source dist for cursor-dirforest-0.0.0.0...
  14695. 391.00 s [cursor-dirforest-source] Source tarball created: dist/cursor-dirforest-0.0.0.0.tar.gz
  14696. 391.00 s [cursor-dirforest-source] Phase: checkPhase
  14697. 391.01 s [cursor-dirforest-source] Phase: haddockPhase
  14698. 391.01 s [cursor-dirforest-source] Phase: installPhase
  14699. 391.02 s [cursor-dirforest-source] Phase: fixupPhase
  14700. 391.08 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0
  14701. 391.44 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  14702. 391.44 s [post-build-hook]
  14703. 391.78 s [post-build-hook] Pushing /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0 (5.68 KiB)
  14704. 392.60 s [post-build-hook]
  14705. 392.60 s [post-build-hook] All done.
  14706. 392.62 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0
  14707. 392.69 s [post-build-hook] copying 1 paths...
  14708. 392.69 s [post-build-hook] copying path '/nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0' to 'https://cache.staging.nix-ci.com'...
  14709. 393.05 s [post-build-hook] copying 0 paths...
  14710. 393.08 s Progress: 104 of 149 built (3 building), 815 of 815 downloaded from cache
  14711. 393.15 s Building cursor-dirforest
  14712. 393.15 s [ical] [23 of 30] Compiling ICal.Component.TimeZone ( src/ICal/Component/TimeZone.hs, dist/build/ICal/Component/TimeZone.o, dist/build/ICal/Component/TimeZone.dyn_o )
  14713. 393.15 s [ical] [24 of 30] Compiling ICal.Component.Journal ( src/ICal/Component/Journal.hs, dist/build/ICal/Component/Journal.o, dist/build/ICal/Component/Journal.dyn_o )
  14714. 393.15 s [ical] [25 of 30] Compiling ICal.Component.FreeBusy ( src/ICal/Component/FreeBusy.hs, dist/build/ICal/Component/FreeBusy.o, dist/build/ICal/Component/FreeBusy.dyn_o )
  14715. 393.15 s [ical] [26 of 30] Compiling ICal.Component.Alarm ( src/ICal/Component/Alarm.hs, dist/build/ICal/Component/Alarm.o, dist/build/ICal/Component/Alarm.dyn_o )
  14716. 393.15 s [ical] [27 of 30] Compiling ICal.Component.Event ( src/ICal/Component/Event.hs, dist/build/ICal/Component/Event.o, dist/build/ICal/Component/Event.dyn_o )
  14717. 393.15 s [ical] [28 of 30] Compiling ICal.Component ( src/ICal/Component.hs, dist/build/ICal/Component.o, dist/build/ICal/Component.dyn_o )
  14718. 393.15 s [ical] [29 of 30] Compiling ICal ( src/ICal.hs, dist/build/ICal.o, dist/build/ICal.dyn_o )
  14719. 393.15 s [sydtest] [ 5 of 31] Compiling Test.Syd.Expectation ( src/Test/Syd/Expectation.hs, dist/build/Test/Syd/Expectation.p_o )
  14720. 393.15 s [sydtest] [ 6 of 31] Compiling Test.Syd.Def.Golden ( src/Test/Syd/Def/Golden.hs, dist/build/Test/Syd/Def/Golden.p_o )
  14721. 393.15 s [sydtest] [ 7 of 31] Compiling Test.Syd.SpecForest ( src/Test/Syd/SpecForest.hs, dist/build/Test/Syd/SpecForest.p_o )
  14722. 393.15 s [sydtest] [ 8 of 31] Compiling Test.Syd.SpecDef ( src/Test/Syd/SpecDef.hs, dist/build/Test/Syd/SpecDef.p_o )
  14723. 393.15 s [sydtest] [ 9 of 31] Compiling Test.Syd.Runner.Wrappers ( src/Test/Syd/Runner/Wrappers.hs, dist/build/Test/Syd/Runner/Wrappers.p_o )
  14724. 393.15 s [sydtest] [10 of 31] Compiling Test.Syd.Runner.Single ( src/Test/Syd/Runner/Single.hs, dist/build/Test/Syd/Runner/Single.p_o )
  14725. 393.15 s [sydtest] [11 of 31] Compiling Test.Syd.Def.TestDefM ( src/Test/Syd/Def/TestDefM.hs, dist/build/Test/Syd/Def/TestDefM.p_o )
  14726. 393.15 s [sydtest] [12 of 31] Compiling Test.Syd.Def.Specify ( src/Test/Syd/Def/Specify.hs, dist/build/Test/Syd/Def/Specify.p_o )
  14727. 393.15 s [sydtest] [13 of 31] Compiling Test.Syd.Def.Scenario ( src/Test/Syd/Def/Scenario.hs, dist/build/Test/Syd/Def/Scenario.p_o )
  14728. 393.15 s [genvalidity-typed-uuid] Documentation created: dist/doc/html/genvalidity-typed-uuid/,
  14729. 393.15 s [genvalidity-typed-uuid] dist/doc/html/genvalidity-typed-uuid/genvalidity-typed-uuid.txt
  14730. 393.15 s [genvalidity-typed-uuid] Preprocessing test suite 'typed-uuid-test' for genvalidity-typed-uuid-0.1.0.1...
  14731. 393.15 s [genvalidity-typed-uuid] Phase: installPhase
  14732. 393.15 s [genvalidity-typed-uuid] Installing library in /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW
  14733. 393.15 s [genvalidity-typed-uuid] Phase: fixupPhase
  14734. 393.15 s [genvalidity-typed-uuid] shrinking RPATHs of ELF executables and libraries in /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1
  14735. 393.15 s [genvalidity-typed-uuid] shrinking /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-typed-uuid-0.1.0.1-IY63RNA6zfW6YIFyZnMuVW-ghc9.10.3.so
  14736. 393.25 s [genvalidity-typed-uuid] checking for references to /build/ in /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1...
  14737. 393.25 s [genvalidity-typed-uuid] patching script interpreter paths in /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1
  14738. 393.25 s [genvalidity-typed-uuid] stripping (with command strip and flags -S -p) in /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/lib
  14739. 393.25 s [ical] [30 of 30] Compiling Paths_ical ( dist/build/autogen/Paths_ical.hs, dist/build/Paths_ical.o, dist/build/Paths_ical.dyn_o )
  14740. 393.26 s [genvalidity-typed-uuid] shrinking RPATHs of ELF executables and libraries in /nix/store/vg7xsy3ajvvwfhppk5nrh2rwl9q16rck-genvalidity-typed-uuid-0.1.0.1-doc
  14741. 393.27 s [genvalidity-typed-uuid] checking for references to /build/ in /nix/store/vg7xsy3ajvvwfhppk5nrh2rwl9q16rck-genvalidity-typed-uuid-0.1.0.1-doc...
  14742. 393.28 s [genvalidity-typed-uuid] patching script interpreter paths in /nix/store/vg7xsy3ajvvwfhppk5nrh2rwl9q16rck-genvalidity-typed-uuid-0.1.0.1-doc
  14743. 393.29 s [sydtest] [14 of 31] Compiling Test.Syd.Def.AroundAll ( src/Test/Syd/Def/AroundAll.hs, dist/build/Test/Syd/Def/AroundAll.p_o )
  14744. 393.29 s [sydtest] [15 of 31] Compiling Test.Syd.Def.Around ( src/Test/Syd/Def/Around.hs, dist/build/Test/Syd/Def/Around.p_o )
  14745. 393.29 s [sydtest] [16 of 31] Compiling Test.Syd.Def.SetupFunc ( src/Test/Syd/Def/SetupFunc.hs, dist/build/Test/Syd/Def/SetupFunc.p_o )
  14746. 393.31 s [sydtest] [17 of 31] Compiling Test.Syd.Path ( src/Test/Syd/Path.hs, dist/build/Test/Syd/Path.p_o )
  14747. 393.35 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1
  14748. 393.79 s [post-build-hook] Pushing 2 paths (200 are already present) using zstd to cache smos ⏳
  14749. 393.79 s [post-build-hook]
  14750. 394.14 s [post-build-hook] Pushing /nix/store/vg7xsy3ajvvwfhppk5nrh2rwl9q16rck-genvalidity-typed-uuid-0.1.0.1-doc (147.62 KiB)
  14751. 394.19 s [post-build-hook] Pushing /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1 (292.73 KiB)
  14752. 395.06 s [post-build-hook]
  14753. 395.11 s [post-build-hook] All done.
  14754. 395.11 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1
  14755. 395.15 s [post-build-hook] copying 0 paths...
  14756. 395.31 s [post-build-hook] copying 0 paths...
  14757. 395.39 s Progress: 105 of 149 built (3 building), 815 of 815 downloaded from cache
  14758. 395.39 s [ical] [ 1 of 30] Compiling ICal.UnfoldedLine ( src/ICal/UnfoldedLine.hs, dist/build/ICal/UnfoldedLine.p_o )
  14759. 395.39 s [ical] [ 2 of 30] Compiling ICal.ContentLine ( src/ICal/ContentLine.hs, dist/build/ICal/ContentLine.p_o )
  14760. 395.39 s [sydtest] [18 of 31] Compiling Test.Syd.Def ( src/Test/Syd/Def.hs, dist/build/Test/Syd/Def.p_o )
  14761. 395.39 s [sydtest] [19 of 31] Compiling Test.Syd.Modify ( src/Test/Syd/Modify.hs, dist/build/Test/Syd/Modify.p_o )
  14762. 395.39 s [sydtest] [20 of 31] Compiling Test.Syd.SVG ( src/Test/Syd/SVG.hs, dist/build/Test/Syd/SVG.p_o )
  14763. 395.39 s [sydtest] [21 of 31] Compiling Test.Syd.Runner.Synchronous.Separate ( src/Test/Syd/Runner/Synchronous/Separate.hs, dist/build/Test/Syd/Runner/Synchronous/Separate.p_o )
  14764. 395.39 s [sydtest] [22 of 31] Compiling Test.Syd.ReRun ( src/Test/Syd/ReRun.hs, dist/build/Test/Syd/ReRun.p_o )
  14765. 395.39 s [sydtest] [23 of 31] Compiling Test.Syd.Output.Common ( src/Test/Syd/Output/Common.hs, dist/build/Test/Syd/Output/Common.p_o )
  14766. 395.39 s [sydtest] [24 of 31] Compiling Test.Syd.Output.Terse ( src/Test/Syd/Output/Terse.hs, dist/build/Test/Syd/Output/Terse.p_o )
  14767. 395.39 s [sydtest] [25 of 31] Compiling Test.Syd.Output.Pretty ( src/Test/Syd/Output/Pretty.hs, dist/build/Test/Syd/Output/Pretty.p_o )
  14768. 395.39 s [sydtest] [26 of 31] Compiling Test.Syd.Output ( src/Test/Syd/Output.hs, dist/build/Test/Syd/Output.p_o )
  14769. 395.39 s [sydtest] [27 of 31] Compiling Test.Syd.Runner.Synchronous.Interleaved ( src/Test/Syd/Runner/Synchronous/Interleaved.hs, dist/build/Test/Syd/Runner/Synchronous/Interleaved.p_o )
  14770. 395.39 s [sydtest] [28 of 31] Compiling Test.Syd.Runner.Synchronous ( src/Test/Syd/Runner/Synchronous.hs, dist/build/Test/Syd/Runner/Synchronous.p_o )
  14771. 395.39 s [sydtest] [29 of 31] Compiling Test.Syd.Runner.Asynchronous ( src/Test/Syd/Runner/Asynchronous.hs, dist/build/Test/Syd/Runner/Asynchronous.p_o )
  14772. 395.39 s [sydtest] [30 of 31] Compiling Test.Syd.Runner ( src/Test/Syd/Runner.hs, dist/build/Test/Syd/Runner.p_o )
  14773. 395.39 s [sydtest] [31 of 31] Compiling Test.Syd ( src/Test/Syd.hs, dist/build/Test/Syd.p_o )
  14774. 395.39 s [cursor-dirforest] Phase: setupCompilerEnvironmentPhase
  14775. 395.39 s [cursor-dirforest] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  14776. 395.39 s [cursor-dirforest] Phase: unpackPhase
  14777. 395.39 s [cursor-dirforest] unpacking source archive /nix/store/ribc20jhdf27qkfn691pypv6dad2mibn-cursor-dirforest-source-0.0.0.0/cursor-dirforest-0.0.0.0.tar.gz
  14778. 395.39 s [cursor-dirforest] source root is cursor-dirforest-0.0.0.0
  14779. 395.39 s [cursor-dirforest] setting SOURCE_DATE_EPOCH to timestamp 1780347924 of file "cursor-dirforest-0.0.0.0/src/Cursor/Simple/DirForest.hs"
  14780. 395.39 s [cursor-dirforest] warning: file "cursor-dirforest-0.0.0.0/src/Cursor/Simple/DirForest.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  14781. 395.39 s [cursor-dirforest] Phase: patchPhase
  14782. 395.39 s [cursor-dirforest] Phase: compileBuildDriverPhase
  14783. 395.39 s [cursor-dirforest] setupCompileFlags: -package-db=/build/tmp.h79QsjNhbk/setup-package.conf.d -threaded
  14784. 395.39 s [cursor-dirforest] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.h79QsjNhbk/Main.o )
  14785. 395.39 s [cursor-dirforest] [2 of 2] Linking Setup
  14786. 395.39 s [cursor-dirforest] Phase: updateAutotoolsGnuConfigScriptsPhase
  14787. 395.39 s [cursor-dirforest] Phase: configurePhase
  14788. 395.39 s [cursor-dirforest] configureFlags: --verbose --prefix=/nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc/share/doc/cursor-dirforest-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.h79QsjNhbk/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  14789. 395.39 s [cursor-dirforest] Using Parsec parser
  14790. 395.39 s [cursor-dirforest] Configuring cursor-dirforest-0.0.0.0...
  14791. 395.63 s [cursor-dirforest] Dependency base >=4.7 && <5: using base-4.20.2.0
  14792. 395.63 s [cursor-dirforest] Dependency containers: using containers-0.7
  14793. 395.63 s [cursor-dirforest] Dependency cursor: using cursor-0.3.2.0
  14794. 395.63 s [cursor-dirforest] Dependency deepseq: using deepseq-1.5.0.0
  14795. 395.63 s [cursor-dirforest] Dependency dirforest: using dirforest-0.1.0.0
  14796. 395.63 s [cursor-dirforest] Dependency filepath: using filepath-1.5.4.0
  14797. 395.63 s [cursor-dirforest] Dependency microlens: using microlens-0.4.14.0
  14798. 395.63 s [cursor-dirforest] Dependency path: using path-0.9.6
  14799. 395.63 s [cursor-dirforest] Dependency text: using text-2.1.3
  14800. 395.63 s [cursor-dirforest] Dependency validity: using validity-0.12.1.0
  14801. 395.63 s [cursor-dirforest] Dependency validity-path: using validity-path-0.4.0.1
  14802. 395.63 s [cursor-dirforest] Source component graph: component lib
  14803. 395.63 s [cursor-dirforest] Configured component graph:
  14804. 395.63 s [cursor-dirforest] component cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  14805. 395.63 s [cursor-dirforest] include base-4.20.2.0-fafd
  14806. 395.63 s [cursor-dirforest] include containers-0.7-96b4
  14807. 395.63 s [cursor-dirforest] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  14808. 395.63 s [cursor-dirforest] include deepseq-1.5.0.0-2b65
  14809. 395.63 s [cursor-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  14810. 395.63 s [cursor-dirforest] include filepath-1.5.4.0-2605
  14811. 395.63 s [cursor-dirforest] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  14812. 395.63 s [cursor-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  14813. 395.63 s [cursor-dirforest] include text-2.1.3-34f1
  14814. 395.63 s [cursor-dirforest] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  14815. 395.63 s [cursor-dirforest] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  14816. 395.63 s [cursor-dirforest] Linked component graph:
  14817. 395.63 s [cursor-dirforest] unit cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  14818. 395.63 s [cursor-dirforest] include base-4.20.2.0-fafd
  14819. 395.63 s [cursor-dirforest] include containers-0.7-96b4
  14820. 395.63 s [cursor-dirforest] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  14821. 395.63 s [cursor-dirforest] include deepseq-1.5.0.0-2b65
  14822. 395.63 s [cursor-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  14823. 395.63 s [cursor-dirforest] include filepath-1.5.4.0-2605
  14824. 395.63 s [cursor-dirforest] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  14825. 395.63 s [cursor-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  14826. 395.63 s [cursor-dirforest] include text-2.1.3-34f1
  14827. 395.63 s [cursor-dirforest] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  14828. 395.63 s [cursor-dirforest] include validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  14829. 395.63 s [cursor-dirforest] Cursor.DirForest=cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE:Cursor.DirForest,Cursor.FileOrDir=cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE:Cursor.FileOrDir,Cursor.Simple.DirForest=cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE:Cursor.Simple.DirForest
  14830. 395.63 s [cursor-dirforest] Ready component graph:
  14831. 395.63 s [cursor-dirforest] definite cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  14832. 395.63 s [cursor-dirforest] depends base-4.20.2.0-fafd
  14833. 395.63 s [cursor-dirforest] depends containers-0.7-96b4
  14834. 395.63 s [cursor-dirforest] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  14835. 395.63 s [cursor-dirforest] depends deepseq-1.5.0.0-2b65
  14836. 395.63 s [cursor-dirforest] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  14837. 395.63 s [cursor-dirforest] depends filepath-1.5.4.0-2605
  14838. 395.63 s [cursor-dirforest] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  14839. 395.63 s [cursor-dirforest] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  14840. 395.64 s [cursor-dirforest] depends text-2.1.3-34f1
  14841. 395.64 s [cursor-dirforest] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  14842. 395.64 s [cursor-dirforest] depends validity-path-0.4.0.1-JeX1xjcIXh46O2dPkm9XDp
  14843. 395.64 s [cursor-dirforest] Using Cabal-3.12.1.0 compiled by ghc-9.10
  14844. 395.64 s [cursor-dirforest] Using compiler: ghc-9.10.3
  14845. 395.64 s [cursor-dirforest] Using install prefix:
  14846. 395.64 s [cursor-dirforest] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0
  14847. 395.64 s [cursor-dirforest] Executables installed in:
  14848. 395.64 s [cursor-dirforest] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/bin
  14849. 395.64 s [cursor-dirforest] Libraries installed in:
  14850. 395.64 s [cursor-dirforest] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  14851. 395.64 s [cursor-dirforest] Dynamic Libraries installed in:
  14852. 395.64 s [cursor-dirforest] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  14853. 395.64 s [cursor-dirforest] Private executables installed in:
  14854. 395.64 s [cursor-dirforest] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-0.0.0.0
  14855. 395.64 s [cursor-dirforest] Data files installed in:
  14856. 395.64 s [cursor-dirforest] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-0.0.0.0
  14857. 395.64 s [cursor-dirforest] Documentation installed in:
  14858. 395.64 s [cursor-dirforest] /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc/share/doc/cursor-dirforest-0.0.0.0
  14859. 395.64 s [cursor-dirforest] Configuration files installed in:
  14860. 395.64 s [cursor-dirforest] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/etc
  14861. 395.64 s [cursor-dirforest] No alex found
  14862. 395.64 s [cursor-dirforest] Using ar found on system at:
  14863. 395.64 s [cursor-dirforest] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  14864. 395.64 s [cursor-dirforest] No c2hs found
  14865. 395.64 s [cursor-dirforest] No cpphs found
  14866. 395.64 s [cursor-dirforest] No doctest found
  14867. 395.64 s [cursor-dirforest] Using gcc version 14.3.0 given by user at:
  14868. 395.64 s [cursor-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  14869. 395.64 s [cursor-dirforest] Using ghc version 9.10.3 found on system at:
  14870. 395.64 s [cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  14871. 395.64 s [cursor-dirforest] Using ghc-pkg version 9.10.3 found on system at:
  14872. 395.64 s [cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  14873. 395.64 s [cursor-dirforest] No ghcjs found
  14874. 395.64 s [cursor-dirforest] No ghcjs-pkg found
  14875. 395.64 s [cursor-dirforest] No greencard found
  14876. 395.64 s [cursor-dirforest] Using haddock version 2.31.1 found on system at:
  14877. 395.64 s [cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  14878. 395.64 s [cursor-dirforest] No happy found
  14879. 395.64 s [cursor-dirforest] Using haskell-suite found on system at: haskell-suite-dummy-location
  14880. 395.64 s [cursor-dirforest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  14881. 395.64 s [cursor-dirforest] No hmake found
  14882. 395.64 s [cursor-dirforest] Using hpc version 0.69 found on system at:
  14883. 395.64 s [cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  14884. 395.64 s [cursor-dirforest] Using hsc2hs version 0.68.10 found on system at:
  14885. 395.64 s [cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  14886. 395.64 s [cursor-dirforest] Using hscolour version 1.25 found on system at:
  14887. 395.64 s [cursor-dirforest] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  14888. 395.64 s [cursor-dirforest] No jhc found
  14889. 395.64 s [cursor-dirforest] Using ld found on system at:
  14890. 395.64 s [cursor-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  14891. 395.64 s [cursor-dirforest] No pkg-config found
  14892. 395.64 s [cursor-dirforest] Using runghc version 9.10.3 found on system at:
  14893. 395.64 s [cursor-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  14894. 395.64 s [cursor-dirforest] Using strip version 2.44 found on system at:
  14895. 395.64 s [cursor-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  14896. 395.64 s [cursor-dirforest] Using tar found on system at:
  14897. 395.64 s [cursor-dirforest] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  14898. 395.64 s [cursor-dirforest] No uhc found
  14899. 396.02 s [cursor-dirforest] Phase: buildPhase
  14900. 396.09 s [cursor-dirforest] Preprocessing library for cursor-dirforest-0.0.0.0...
  14901. 396.09 s [cursor-dirforest] Building library for cursor-dirforest-0.0.0.0...
  14902. 396.18 s [cursor-dirforest] [1 of 4] Compiling Cursor.FileOrDir ( src/Cursor/FileOrDir.hs, dist/build/Cursor/FileOrDir.o, dist/build/Cursor/FileOrDir.dyn_o )
  14903. 396.94 s [ical] [ 3 of 30] Compiling ICal.Parameter.Class ( src/ICal/Parameter/Class.hs, dist/build/ICal/Parameter/Class.p_o )
  14904. 396.98 s [cursor-dirforest] [2 of 4] Compiling Cursor.DirForest ( src/Cursor/DirForest.hs, dist/build/Cursor/DirForest.o, dist/build/Cursor/DirForest.dyn_o )
  14905. 397.10 s [sydtest] Phase: checkPhase
  14906. 397.15 s [sydtest] Package has no test suites.
  14907. 397.15 s [sydtest] Phase: haddockPhase
  14908. 397.29 s [sydtest] Preprocessing library for sydtest-0.23.0.1...
  14909. 397.29 s [sydtest] Running Haddock on library for sydtest-0.23.0.1...
  14910. 397.29 s [sydtest] Warning: The documentation for the following packages are not installed. No
  14911. 397.29 s [sydtest] links will be generated to these packages: attoparsec-0.14.4,
  14912. 397.29 s [sydtest] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
  14913. 397.48 s [ical] [ 4 of 30] Compiling ICal.Parameter.ValueDataType ( src/ICal/Parameter/ValueDataType.hs, dist/build/ICal/Parameter/ValueDataType.p_o )
  14914. 397.64 s [sydtest] [ 1 of 31] Compiling Paths_sydtest ( dist/build/autogen/Paths_sydtest.hs, /build/ghc1030_0/ghc_10.o, /build/ghc1030_0/ghc_10.dyn_o )
  14915. 397.72 s [sydtest] [ 2 of 31] Compiling Test.Syd.HList ( src/Test/Syd/HList.hs, /build/ghc1030_0/ghc_30.o, /build/ghc1030_0/ghc_30.dyn_o )
  14916. 397.75 s [sydtest] [ 3 of 31] Compiling Test.Syd.Run ( src/Test/Syd/Run.hs, /build/ghc1030_0/ghc_34.o, /build/ghc1030_0/ghc_34.dyn_o )
  14917. 397.85 s [ical] [ 5 of 30] Compiling ICal.PropertyType.Class ( src/ICal/PropertyType/Class.hs, dist/build/ICal/PropertyType/Class.p_o )
  14918. 397.99 s [cursor-dirforest] [3 of 4] Compiling Cursor.Simple.DirForest ( src/Cursor/Simple/DirForest.hs, dist/build/Cursor/Simple/DirForest.o, dist/build/Cursor/Simple/DirForest.dyn_o )
  14919. 398.04 s [cursor-dirforest] [4 of 4] Compiling Paths_cursor_dirforest ( dist/build/autogen/Paths_cursor_dirforest.hs, dist/build/Paths_cursor_dirforest.o, dist/build/Paths_cursor_dirforest.dyn_o )
  14920. 398.28 s [cursor-dirforest] [1 of 4] Compiling Cursor.FileOrDir ( src/Cursor/FileOrDir.hs, dist/build/Cursor/FileOrDir.p_o )
  14921. 398.75 s [ical] [ 6 of 30] Compiling ICal.PropertyType.URI ( src/ICal/PropertyType/URI.hs, dist/build/ICal/PropertyType/URI.p_o )
  14922. 398.89 s [sydtest] [ 4 of 31] Compiling Test.Syd.OptParse ( src/Test/Syd/OptParse.hs, /build/ghc1030_0/ghc_32.o, /build/ghc1030_0/ghc_32.dyn_o )
  14923. 398.90 s [ical] [ 7 of 30] Compiling ICal.PropertyType.CalAddress ( src/ICal/PropertyType/CalAddress.hs, dist/build/ICal/PropertyType/CalAddress.p_o )
  14924. 399.03 s [cursor-dirforest] [2 of 4] Compiling Cursor.DirForest ( src/Cursor/DirForest.hs, dist/build/Cursor/DirForest.p_o )
  14925. 399.05 s [ical] [ 8 of 30] Compiling ICal.Parameter ( src/ICal/Parameter.hs, dist/build/ICal/Parameter.p_o )
  14926. 399.80 s [sydtest] [ 5 of 31] Compiling Test.Syd.Expectation ( src/Test/Syd/Expectation.hs, /build/ghc1030_0/ghc_28.o, /build/ghc1030_0/ghc_28.dyn_o )
  14927. 399.93 s [sydtest] [ 6 of 31] Compiling Test.Syd.Def.Golden ( src/Test/Syd/Def/Golden.hs, /build/ghc1030_0/ghc_18.o, /build/ghc1030_0/ghc_18.dyn_o )
  14928. 399.94 s [cursor-dirforest] [3 of 4] Compiling Cursor.Simple.DirForest ( src/Cursor/Simple/DirForest.hs, dist/build/Cursor/Simple/DirForest.p_o )
  14929. 400.03 s [sydtest] [ 7 of 31] Compiling Test.Syd.SpecForest ( src/Test/Syd/SpecForest.hs, /build/ghc1030_0/ghc_38.o, /build/ghc1030_0/ghc_38.dyn_o )
  14930. 400.07 s [cursor-dirforest] [4 of 4] Compiling Paths_cursor_dirforest ( dist/build/autogen/Paths_cursor_dirforest.hs, dist/build/Paths_cursor_dirforest.p_o )
  14931. 400.12 s [sydtest] [ 8 of 31] Compiling Test.Syd.SpecDef ( src/Test/Syd/SpecDef.hs, /build/ghc1030_0/ghc_36.o, /build/ghc1030_0/ghc_36.dyn_o )
  14932. 400.54 s [sydtest] [ 9 of 31] Compiling Test.Syd.Runner.Wrappers ( src/Test/Syd/Runner/Wrappers.hs, nothing )
  14933. 400.54 s [ical] [ 9 of 30] Compiling ICal.PropertyType.UTCOffset ( src/ICal/PropertyType/UTCOffset.hs, dist/build/ICal/PropertyType/UTCOffset.p_o )
  14934. 400.55 s [sydtest] [10 of 31] Compiling Test.Syd.Runner.Single ( src/Test/Syd/Runner/Single.hs, nothing )
  14935. 400.62 s [sydtest] [11 of 31] Compiling Test.Syd.Def.TestDefM ( src/Test/Syd/Def/TestDefM.hs, /build/ghc1030_0/ghc_26.o, /build/ghc1030_0/ghc_26.dyn_o )
  14936. 400.77 s [sydtest] [12 of 31] Compiling Test.Syd.Def.Specify ( src/Test/Syd/Def/Specify.hs, /build/ghc1030_0/ghc_24.o, /build/ghc1030_0/ghc_24.dyn_o )
  14937. 400.79 s [ical] [10 of 30] Compiling ICal.PropertyType.Time ( src/ICal/PropertyType/Time.hs, dist/build/ICal/PropertyType/Time.p_o )
  14938. 400.84 s [ical] [11 of 30] Compiling ICal.PropertyType.FloatingPoint ( src/ICal/PropertyType/FloatingPoint.hs, dist/build/ICal/PropertyType/FloatingPoint.p_o )
  14939. 400.84 s [ical] [12 of 30] Compiling ICal.PropertyType.Duration ( src/ICal/PropertyType/Duration.hs, dist/build/ICal/PropertyType/Duration.p_o )
  14940. 401.00 s [sydtest] [13 of 31] Compiling Test.Syd.Def.Scenario ( src/Test/Syd/Def/Scenario.hs, /build/ghc1030_0/ghc_20.o, /build/ghc1030_0/ghc_20.dyn_o )
  14941. 401.04 s [sydtest] [14 of 31] Compiling Test.Syd.Def.AroundAll ( src/Test/Syd/Def/AroundAll.hs, /build/ghc1030_0/ghc_16.o, /build/ghc1030_0/ghc_16.dyn_o )
  14942. 401.08 s [sydtest] [15 of 31] Compiling Test.Syd.Def.Around ( src/Test/Syd/Def/Around.hs, /build/ghc1030_0/ghc_14.o, /build/ghc1030_0/ghc_14.dyn_o )
  14943. 401.16 s [sydtest] [16 of 31] Compiling Test.Syd.Def.SetupFunc ( src/Test/Syd/Def/SetupFunc.hs, /build/ghc1030_0/ghc_22.o, /build/ghc1030_0/ghc_22.dyn_o )
  14944. 401.22 s [sydtest] [17 of 31] Compiling Test.Syd.Path ( src/Test/Syd/Path.hs, nothing )
  14945. 401.23 s [sydtest] [18 of 31] Compiling Test.Syd.Def ( src/Test/Syd/Def.hs, /build/ghc1030_0/ghc_12.o, /build/ghc1030_0/ghc_12.dyn_o )
  14946. 401.25 s [sydtest] [19 of 31] Compiling Test.Syd.Modify ( src/Test/Syd/Modify.hs, nothing )
  14947. 401.27 s [sydtest] [20 of 31] Compiling Test.Syd.SVG ( src/Test/Syd/SVG.hs, nothing )
  14948. 401.30 s [sydtest] [21 of 31] Compiling Test.Syd.Runner.Synchronous.Separate ( src/Test/Syd/Runner/Synchronous/Separate.hs, nothing )
  14949. 401.33 s [sydtest] [22 of 31] Compiling Test.Syd.ReRun ( src/Test/Syd/ReRun.hs, nothing )
  14950. 401.58 s [sydtest] [23 of 31] Compiling Test.Syd.Output.Common ( src/Test/Syd/Output/Common.hs, nothing )
  14951. 401.61 s [sydtest] [24 of 31] Compiling Test.Syd.Output.Terse ( src/Test/Syd/Output/Terse.hs, nothing )
  14952. 401.63 s [sydtest] [25 of 31] Compiling Test.Syd.Output.Pretty ( src/Test/Syd/Output/Pretty.hs, nothing )
  14953. 401.68 s [sydtest] [26 of 31] Compiling Test.Syd.Output ( src/Test/Syd/Output.hs, nothing )
  14954. 401.68 s [sydtest] [27 of 31] Compiling Test.Syd.Runner.Synchronous.Interleaved ( src/Test/Syd/Runner/Synchronous/Interleaved.hs, nothing )
  14955. 401.72 s [sydtest] [28 of 31] Compiling Test.Syd.Runner.Synchronous ( src/Test/Syd/Runner/Synchronous.hs, nothing )
  14956. 401.72 s [sydtest] [29 of 31] Compiling Test.Syd.Runner.Asynchronous ( src/Test/Syd/Runner/Asynchronous.hs, nothing )
  14957. 401.78 s [ical] [13 of 30] Compiling ICal.PropertyType.Date ( src/ICal/PropertyType/Date.hs, dist/build/ICal/PropertyType/Date.p_o )
  14958. 401.78 s [ical] [14 of 30] Compiling ICal.PropertyType.DateTime ( src/ICal/PropertyType/DateTime.hs, dist/build/ICal/PropertyType/DateTime.p_o )
  14959. 401.78 s [ical] [15 of 30] Compiling ICal.PropertyType.RecurrenceRule ( src/ICal/PropertyType/RecurrenceRule.hs, dist/build/ICal/PropertyType/RecurrenceRule.p_o )
  14960. 401.93 s [sydtest] [30 of 31] Compiling Test.Syd.Runner ( src/Test/Syd/Runner.hs, nothing )
  14961. 401.95 s [sydtest] [31 of 31] Compiling Test.Syd ( src/Test/Syd.hs, nothing )
  14962. 401.96 s [sydtest] Haddock coverage:
  14963. 401.96 s [sydtest] 0% ( 0 / 3) in 'Test.Syd.HList'
  14964. 401.96 s [sydtest] Missing documentation for:
  14965. 401.96 s [sydtest] Module header
  14966. 401.96 s [sydtest] HList (src/Test/Syd/HList.hs:13)
  14967. 401.96 s [sydtest] HContains (src/Test/Syd/HList.hs:17)
  14968. 401.96 s [sydtest] Warning: 'SomeException' is ambiguous. It is defined
  14969. 401.96 s [sydtest] * in ‘GHC.Internal.Exception.Type’
  14970. 401.96 s [sydtest] * in ‘GHC.Internal.Exception.Type’
  14971. 401.96 s [sydtest] You may be able to disambiguate the identifier by qualifying it or
  14972. 401.96 s [sydtest] by specifying the type/value namespace explicitly.
  14973. 401.96 s [sydtest] Defaulting to the one defined in ‘GHC.Internal.Exception.Type’
  14974. 401.96 s [sydtest] Warning: 'shouldBe' is out of scope.
  14975. 401.96 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  14976. 401.96 s [sydtest] Warning: 'golden' is out of scope.
  14977. 401.96 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  14978. 401.96 s [sydtest] Warning: 'aroundAll' is out of scope.
  14979. 401.96 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  14980. 401.96 s [sydtest] Warning: 'around' is out of scope.
  14981. 401.96 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  14982. 401.96 s [sydtest] Warning: 'StagedGolden' is ambiguous. It is defined
  14983. 401.96 s [sydtest] * at src/Test/Syd/Run.hs:383:5
  14984. 401.96 s [sydtest] * at src/Test/Syd/Run.hs:382:1
  14985. 401.96 s [sydtest] You may be able to disambiguate the identifier by qualifying it or
  14986. 401.96 s [sydtest] by specifying the type/value namespace explicitly.
  14987. 401.96 s [sydtest] Defaulting to the one defined at src/Test/Syd/Run.hs:382:1
  14988. 401.97 s [sydtest] Warning: 'timeit' is out of scope.
  14989. 401.97 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  14990. 401.97 s [sydtest] 21% ( 8 / 37) in 'Test.Syd.Run'
  14991. 401.97 s [sydtest] Missing documentation for:
  14992. 401.97 s [sydtest] IsTest (src/Test/Syd/Run.hs:45)
  14993. 401.97 s [sydtest] runPureTestWithArg (src/Test/Syd/Run.hs:81)
  14994. 401.97 s [sydtest] applyWrapper2 (src/Test/Syd/Run.hs:106)
  14995. 401.97 s [sydtest] runIOTestWithArg (src/Test/Syd/Run.hs:148)
  14996. 401.97 s [sydtest] makeQuickCheckArgs (src/Test/Syd/Run.hs:188)
  14997. 401.97 s [sydtest] runPropertyTestWithArg (src/Test/Syd/Run.hs:207)
  14998. 401.97 s [sydtest] aroundProperty (src/Test/Syd/Run.hs:274)
  14999. 401.97 s [sydtest] aroundProp (src/Test/Syd/Run.hs:277)
  15000. 401.97 s [sydtest] aroundRose (src/Test/Syd/Run.hs:280)
  15001. 401.97 s [sydtest] runGoldenTestWithArg (src/Test/Syd/Run.hs:347)
  15002. 401.97 s [sydtest] StagedGolden (src/Test/Syd/Run.hs:382)
  15003. 401.97 s [sydtest] runStagedGoldenWithArg (src/Test/Syd/Run.hs:412)
  15004. 401.97 s [sydtest] exceptionHandlers (src/Test/Syd/Run.hs:475)
  15005. 401.97 s [sydtest] Test (src/Test/Syd/Run.hs:487)
  15006. 401.97 s [sydtest] TestRunSettings (src/Test/Syd/Run.hs:489)
  15007. 401.97 s [sydtest] defaultTestRunSettings (src/Test/Syd/Run.hs:501)
  15008. 401.97 s [sydtest] SeedSetting (src/Test/Syd/Run.hs:519)
  15009. 401.97 s [sydtest] TestRunResult (src/Test/Syd/Run.hs:565)
  15010. 401.97 s [sydtest] TestStatus (src/Test/Syd/Run.hs:579)
  15011. 401.97 s [sydtest] addContextToException (src/Test/Syd/Run.hs:643)
  15012. 401.97 s [sydtest] GoldenCase (src/Test/Syd/Run.hs:645)
  15013. 401.97 s [sydtest] ProgressReporter (src/Test/Syd/Run.hs:651)
  15014. 401.97 s [sydtest] noProgressReporter (src/Test/Syd/Run.hs:654)
  15015. 401.97 s [sydtest] reportProgress (src/Test/Syd/Run.hs:657)
  15016. 401.97 s [sydtest] Progress (src/Test/Syd/Run.hs:659)
  15017. 401.97 s [sydtest] timeItDuration (src/Test/Syd/Run.hs:694)
  15018. 401.97 s [sydtest] timeItBeginEnd (src/Test/Syd/Run.hs:699)
  15019. 401.97 s [sydtest] Timed (src/Test/Syd/Run.hs:705)
  15020. 401.97 s [sydtest] timedTime (src/Test/Syd/Run.hs:716)
  15021. 401.97 s [sydtest] 15% ( 2 / 13) in 'Test.Syd.OptParse'
  15022. 401.97 s [sydtest] Missing documentation for:
  15023. 401.97 s [sydtest] Module header
  15024. 401.97 s [sydtest] getSettings (src/Test/Syd/OptParse.hs:36)
  15025. 401.97 s [sydtest] defaultSettings (src/Test/Syd/OptParse.hs:209)
  15026. 401.97 s [sydtest] defaultTimeout (src/Test/Syd/OptParse.hs:237)
  15027. 401.97 s [sydtest] defaultRetries (src/Test/Syd/OptParse.hs:240)
  15028. 401.97 s [sydtest] detectTerminalCapabilities (src/Test/Syd/OptParse.hs:251)
  15029. 401.97 s [sydtest] Flags (src/Test/Syd/OptParse.hs:257)
  15030. 401.97 s [sydtest] Timeout (src/Test/Syd/OptParse.hs:456)
  15031. 401.97 s [sydtest] Threads (src/Test/Syd/OptParse.hs:489)
  15032. 401.97 s [sydtest] Iterations (src/Test/Syd/OptParse.hs:550)
  15033. 401.97 s [sydtest] ReportProgress (src/Test/Syd/OptParse.hs:595)
  15034. 401.97 s [sydtest] Warning: 'String' is ambiguous. It is defined
  15035. 401.97 s [sydtest] * in ‘Text.Show.Value’
  15036. 401.97 s [sydtest] * in ‘GHC.Internal.Base’
  15037. 401.97 s [sydtest] You may be able to disambiguate the identifier by qualifying it or
  15038. 401.97 s [sydtest] by specifying the type/value namespace explicitly.
  15039. 401.97 s [sydtest] Defaulting to the one defined in ‘GHC.Internal.Base’
  15040. 401.97 s [sydtest] Warning: 'a' is out of scope.
  15041. 401.97 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15042. 401.97 s [sydtest] Warning: '()' is out of scope.
  15043. 401.97 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15044. 401.97 s [sydtest] 82% ( 23 / 28) in 'Test.Syd.Expectation'
  15045. 401.97 s [sydtest] Missing documentation for:
  15046. 401.97 s [sydtest] anyException (src/Test/Syd/Expectation.hs:175)
  15047. 401.97 s [sydtest] anyErrorCall (src/Test/Syd/Expectation.hs:178)
  15048. 401.97 s [sydtest] errorCall (src/Test/Syd/Expectation.hs:181)
  15049. 401.97 s [sydtest] anyIOException (src/Test/Syd/Expectation.hs:184)
  15050. 401.97 s [sydtest] anyArithException (src/Test/Syd/Expectation.hs:187)
  15051. 401.97 s [sydtest] Warning: Test.Syd.Def.Golden: Could not find documentation for exported module: Test.Syd.Def.Golden
  15052. 401.97 s [sydtest] 93% ( 14 / 15) in 'Test.Syd.Def.Golden'
  15053. 401.97 s [sydtest] Missing documentation for:
  15054. 401.97 s [sydtest] Module header
  15055. 401.97 s [sydtest] 0% ( 0 / 5) in 'Test.Syd.SpecForest'
  15056. 401.97 s [sydtest] Missing documentation for:
  15057. 401.97 s [sydtest] Module header
  15058. 401.97 s [sydtest] SpecForest (src/Test/Syd/SpecForest.hs:10)
  15059. 401.97 s [sydtest] SpecTree (src/Test/Syd/SpecForest.hs:12)
  15060. 401.97 s [sydtest] flattenSpecForest (src/Test/Syd/SpecForest.hs:34)
  15061. 401.97 s [sydtest] flattenSpecTree (src/Test/Syd/SpecForest.hs:37)
  15062. 401.97 s [cursor-dirforest] Phase: checkPhase
  15063. 401.97 s [sydtest] Warning: 'aroundAll' is out of scope.
  15064. 401.97 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15065. 401.97 s [sydtest] Warning: 'around' is out of scope.
  15066. 401.97 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15067. 401.97 s [sydtest] Warning: 'TestDefM' is out of scope.
  15068. 401.97 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15069. 401.97 s [sydtest] Warning: '()' is out of scope.
  15070. 401.97 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15071. 401.98 s [sydtest] 7% ( 2 / 28) in 'Test.Syd.SpecDef'
  15072. 401.98 s [sydtest] Missing documentation for:
  15073. 401.98 s [sydtest] TDef (src/Test/Syd/SpecDef.hs:41)
  15074. 401.98 s [sydtest] TestForest (src/Test/Syd/SpecDef.hs:44)
  15075. 401.98 s [sydtest] TestTree (src/Test/Syd/SpecDef.hs:46)
  15076. 401.98 s [sydtest] SpecDefForest (src/Test/Syd/SpecDef.hs:48)
  15077. 401.98 s [sydtest] filterTestForest (src/Test/Syd/SpecDef.hs:221)
  15078. 401.98 s [sydtest] randomiseTestForest (src/Test/Syd/SpecDef.hs:260)
  15079. 401.98 s [sydtest] markSpecForestAsPending (src/Test/Syd/SpecDef.hs:287)
  15080. 401.98 s [sydtest] Parallelism (src/Test/Syd/SpecDef.hs:311)
  15081. 401.98 s [sydtest] ExecutionOrderRandomisation (src/Test/Syd/SpecDef.hs:316)
  15082. 401.98 s [sydtest] FlakinessMode (src/Test/Syd/SpecDef.hs:321)
  15083. 401.98 s [sydtest] ExpectationMode (src/Test/Syd/SpecDef.hs:326)
  15084. 401.98 s [sydtest] ResultForest (src/Test/Syd/SpecDef.hs:331)
  15085. 401.98 s [sydtest] ResultTree (src/Test/Syd/SpecDef.hs:333)
  15086. 401.98 s [sydtest] computeTestSuiteStats (src/Test/Syd/SpecDef.hs:336)
  15087. 401.98 s [sydtest] TestSuiteStats (src/Test/Syd/SpecDef.hs:372)
  15088. 401.98 s [sydtest] shouldExitFail (src/Test/Syd/SpecDef.hs:406)
  15089. 401.98 s [sydtest] anyFailedTests (src/Test/Syd/SpecDef.hs:420)
  15090. 401.98 s [sydtest] TestRunReport (src/Test/Syd/SpecDef.hs:423)
  15091. 401.98 s [sydtest] testRunReportReportedRun (src/Test/Syd/SpecDef.hs:432)
  15092. 401.98 s [sydtest] testRunReportFailed (src/Test/Syd/SpecDef.hs:442)
  15093. 401.98 s [sydtest] testRunReportStatus (src/Test/Syd/SpecDef.hs:446)
  15094. 401.98 s [sydtest] testStatusMatchesExpectationMode (src/Test/Syd/SpecDef.hs:468)
  15095. 401.98 s [sydtest] testRunReportExamples (src/Test/Syd/SpecDef.hs:474)
  15096. 401.98 s [sydtest] testRunResultExamples (src/Test/Syd/SpecDef.hs:477)
  15097. 401.98 s [sydtest] testRunReportWasFlaky (src/Test/Syd/SpecDef.hs:481)
  15098. 401.98 s [sydtest] testRunReportRetries (src/Test/Syd/SpecDef.hs:489)
  15099. 401.98 s [sydtest] 0% ( 0 / 8) in 'Test.Syd.Runner.Wrappers'
  15100. 401.98 s [sydtest] Missing documentation for:
  15101. 401.98 s [sydtest] Module header
  15102. 401.98 s [sydtest] Next (src/Test/Syd/Runner/Wrappers.hs:15)
  15103. 401.98 s [sydtest] extractNext (src/Test/Syd/Runner/Wrappers.hs:19)
  15104. 401.98 s [sydtest] failFastNext (src/Test/Syd/Runner/Wrappers.hs:23)
  15105. 401.98 s [sydtest] applySimpleWrapper (src/Test/Syd/Runner/Wrappers.hs:33)
  15106. 401.98 s [sydtest] applySimpleWrapper' (src/Test/Syd/Runner/Wrappers.hs:48)
  15107. 401.98 s [sydtest] applySimpleWrapper'' (src/Test/Syd/Runner/Wrappers.hs:63)
  15108. 401.98 s [sydtest] applySimpleWrapper2 (src/Test/Syd/Runner/Wrappers.hs:76)
  15109. 401.98 s [sydtest] Warning: 'maxRetries' is out of scope.
  15110. 401.98 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15111. 401.98 s [sydtest] 50% ( 1 / 2) in 'Test.Syd.Runner.Single'
  15112. 401.98 s [sydtest] Missing documentation for:
  15113. 401.98 s [sydtest] Module header
  15114. 401.98 s [sydtest] Warning: 'aroundAll' is out of scope.
  15115. 401.98 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15116. 401.98 s [sydtest] Warning: 'around' is out of scope.
  15117. 401.98 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15118. 401.98 s [sydtest] Warning: 'TestDefM' is ambiguous. It is defined
  15119. 401.98 s [sydtest] * at src/Test/Syd/Def/TestDefM.hs:47:52
  15120. 401.98 s [sydtest] * at src/Test/Syd/Def/TestDefM.hs:47:1
  15121. 401.98 s [sydtest] You may be able to disambiguate the identifier by qualifying it or
  15122. 401.98 s [sydtest] by specifying the type/value namespace explicitly.
  15123. 401.98 s [sydtest] Defaulting to the one defined at src/Test/Syd/Def/TestDefM.hs:47:1
  15124. 401.98 s [sydtest] Warning: '()' is out of scope.
  15125. 401.98 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15126. 401.98 s [sydtest] Warning: 'describe' is out of scope.
  15127. 401.98 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15128. 401.98 s [sydtest] 54% ( 6 / 11) in 'Test.Syd.Def.TestDefM'
  15129. 401.98 s [sydtest] Missing documentation for:
  15130. 401.98 s [sydtest] Module header
  15131. 401.98 s [sydtest] TestDefEnv (src/Test/Syd/Def/TestDefM.hs:59)
  15132. 401.98 s [sydtest] execTestDefM (src/Test/Syd/Def/TestDefM.hs:66)
  15133. 401.98 s [sydtest] runTestDefM (src/Test/Syd/Def/TestDefM.hs:69)
  15134. 401.98 s [sydtest] toTestRunSettings (src/Test/Syd/Def/TestDefM.hs:103)
  15135. 401.98 s [sydtest] 80% ( 21 / 26) in 'Test.Syd.Def.Specify'
  15136. 401.98 s [sydtest] Missing documentation for:
  15137. 401.98 s [sydtest] xdescribe (src/Test/Syd/Def/Specify.hs:74)
  15138. 401.98 s [sydtest] xit (src/Test/Syd/Def/Specify.hs:195)
  15139. 401.98 s [sydtest] xitWithOuter (src/Test/Syd/Def/Specify.hs:295)
  15140. 401.98 s [sydtest] xitWithBoth (src/Test/Syd/Def/Specify.hs:396)
  15141. 401.98 s [sydtest] xitWithAll (src/Test/Syd/Def/Specify.hs:465)
  15142. 401.98 s [sydtest] 66% ( 2 / 3) in 'Test.Syd.Def.Scenario'
  15143. 401.98 s [sydtest] Missing documentation for:
  15144. 401.98 s [sydtest] Module header
  15145. 401.98 s [sydtest] Warning: 'a' is out of scope.
  15146. 401.98 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15147. 401.98 s [sydtest] Warning: 'b' is out of scope.
  15148. 401.98 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15149. 401.98 s [sydtest] Warning: 'around_' is out of scope.
  15150. 401.98 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15151. 401.98 s [sydtest] 100% ( 12 / 12) in 'Test.Syd.Def.AroundAll'
  15152. 401.98 s [sydtest] Warning: 'inner' is out of scope.
  15153. 401.98 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15154. 401.98 s [sydtest] Warning: 'newInner' is out of scope.
  15155. 401.98 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15156. 401.98 s [sydtest] Warning: 'oldInner' is out of scope.
  15157. 401.98 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15158. 401.99 s [sydtest] Warning: 'c' is out of scope.
  15159. 401.99 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15160. 401.99 s [sydtest] Warning: 'd' is out of scope.
  15161. 401.99 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15162. 401.99 s [sydtest] 90% ( 10 / 11) in 'Test.Syd.Def.Around'
  15163. 401.99 s [sydtest] Missing documentation for:
  15164. 401.99 s [sydtest] Module header
  15165. 401.99 s [sydtest] Warning: 'SetupFunc' is ambiguous. It is defined
  15166. 401.99 s [sydtest] * at src/Test/Syd/Def/SetupFunc.hs:30:30
  15167. 401.99 s [sydtest] * at src/Test/Syd/Def/SetupFunc.hs:30:1
  15168. 401.99 s [sydtest] You may be able to disambiguate the identifier by qualifying it or
  15169. 401.99 s [sydtest] by specifying the type/value namespace explicitly.
  15170. 401.99 s [sydtest] Defaulting to the one defined at src/Test/Syd/Def/SetupFunc.hs:30:1
  15171. 401.99 s [sydtest] Warning: 'resource' is out of scope.
  15172. 401.99 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15173. 401.99 s [sydtest] 100% ( 12 / 12) in 'Test.Syd.Def.SetupFunc'
  15174. 401.99 s [sydtest] 50% ( 2 / 4) in 'Test.Syd.Path'
  15175. 401.99 s [sydtest] Missing documentation for:
  15176. 401.99 s [sydtest] Module header
  15177. 401.99 s [sydtest] tempBinaryFileWithContentsSetupFunc (src/Test/Syd/Path.hs:31)
  15178. 401.99 s [sydtest] 100% ( 9 / 9) in 'Test.Syd.Def'
  15179. 401.99 s [sydtest] 74% ( 29 / 39) in 'Test.Syd.Modify'
  15180. 401.99 s [sydtest] Missing documentation for:
  15181. 401.99 s [sydtest] modifyMaxSuccess (src/Test/Syd/Modify.hs:64)
  15182. 401.99 s [sydtest] modifyMaxDiscardRatio (src/Test/Syd/Modify.hs:67)
  15183. 401.99 s [sydtest] modifyMaxSize (src/Test/Syd/Modify.hs:70)
  15184. 401.99 s [sydtest] modifyMaxShrinks (src/Test/Syd/Modify.hs:73)
  15185. 401.99 s [sydtest] modifyRunSettings (src/Test/Syd/Modify.hs:61)
  15186. 401.99 s [sydtest] TestRunSettings (src/Test/Syd/Run.hs:489)
  15187. 401.99 s [sydtest] Parallelism (src/Test/Syd/SpecDef.hs:311)
  15188. 401.99 s [sydtest] ExecutionOrderRandomisation (src/Test/Syd/SpecDef.hs:316)
  15189. 401.99 s [sydtest] FlakinessMode (src/Test/Syd/SpecDef.hs:321)
  15190. 401.99 s [sydtest] ExpectationMode (src/Test/Syd/SpecDef.hs:326)
  15191. 401.99 s [sydtest] 0% ( 0 / 2) in 'Test.Syd.SVG'
  15192. 401.99 s [sydtest] Missing documentation for:
  15193. 401.99 s [sydtest] Module header
  15194. 401.99 s [sydtest] writeSvgReport (src/Test/Syd/SVG.hs:18)
  15195. 401.99 s [sydtest] 0% ( 0 / 2) in 'Test.Syd.Runner.Synchronous.Separate'
  15196. 401.99 s [sydtest] Missing documentation for:
  15197. 401.99 s [sydtest] Module header
  15198. 401.99 s [sydtest] runSpecForestSynchronously (src/Test/Syd/Runner/Synchronous/Separate.hs:21)
  15199. 401.99 s [sydtest] 0% ( 0 / 2) in 'Test.Syd.ReRun'
  15200. 401.99 s [sydtest] Missing documentation for:
  15201. 401.99 s [sydtest] Module header
  15202. 401.99 s [sydtest] withRerunByReport (src/Test/Syd/ReRun.hs:35)
  15203. 401.99 s [sydtest] Warning: 'Chunk' is ambiguous. It is defined
  15204. 401.99 s [sydtest] * in ‘Text.Colour.Chunk’
  15205. 401.99 s [sydtest] * in ‘Text.Colour.Chunk’
  15206. 401.99 s [sydtest] You may be able to disambiguate the identifier by qualifying it or
  15207. 401.99 s [sydtest] by specifying the type/value namespace explicitly.
  15208. 401.99 s [sydtest] Defaulting to the one defined in ‘Text.Colour.Chunk’
  15209. 401.99 s [sydtest] 4% ( 1 / 22) in 'Test.Syd.Output.Common'
  15210. 401.99 s [sydtest] Missing documentation for:
  15211. 401.99 s [sydtest] Module header
  15212. 401.99 s [sydtest] padding (src/Test/Syd/Output/Common.hs:28)
  15213. 401.99 s [sydtest] paddingSize (src/Test/Syd/Output/Common.hs:31)
  15214. 401.99 s [sydtest] orange (src/Test/Syd/Output/Common.hs:34)
  15215. 401.99 s [sydtest] darkRed (src/Test/Syd/Output/Common.hs:37)
  15216. 401.99 s [sydtest] statusColour (src/Test/Syd/Output/Common.hs:40)
  15217. 401.99 s [sydtest] statusCheckMark (src/Test/Syd/Output/Common.hs:45)
  15218. 401.99 s [sydtest] timeChunkFor (src/Test/Syd/Output/Common.hs:50)
  15219. 401.99 s [sydtest] stringChunks (src/Test/Syd/Output/Common.hs:63)
  15220. 401.99 s [sydtest] indexed (src/Test/Syd/Output/Common.hs:68)
  15221. 401.99 s [sydtest] commaList (src/Test/Syd/Output/Common.hs:71)
  15222. 401.99 s [sydtest] mContextChunks (src/Test/Syd/Output/Common.hs:76)
  15223. 401.99 s [sydtest] outputSomeException (src/Test/Syd/Output/Common.hs:79)
  15224. 401.99 s [sydtest] outputAssertion (src/Test/Syd/Output/Common.hs:93)
  15225. 401.99 s [sydtest] outputEqualityAssertionFailed (src/Test/Syd/Output/Common.hs:143)
  15226. 401.99 s [sydtest] formatDiff (src/Test/Syd/Output/Common.hs:155)
  15227. 401.99 s [sydtest] outputNotEqualAssertionFailed (src/Test/Syd/Output/Common.hs:201)
  15228. 401.99 s [sydtest] outputPredicateSuccessAssertionFailed (src/Test/Syd/Output/Common.hs:214)
  15229. 401.99 s [sydtest] outputPredicateFailAssertionFailed (src/Test/Syd/Output/Common.hs:223)
  15230. 401.99 s [sydtest] resultForestWidth (src/Test/Syd/Output/Common.hs:232)
  15231. 401.99 s [sydtest] specForestWidth (src/Test/Syd/Output/Common.hs:244)
  15232. 401.99 s [sydtest] 80% ( 4 / 5) in 'Test.Syd.Output.Terse'
  15233. 401.99 s [sydtest] Missing documentation for:
  15234. 401.99 s [sydtest] Module header
  15235. 401.99 s [sydtest] 0% ( 0 / 25) in 'Test.Syd.Output.Pretty'
  15236. 401.99 s [sydtest] Missing documentation for:
  15237. 401.99 s [sydtest] Module header
  15238. 401.99 s [sydtest] renderPrettyReport (src/Test/Syd/Output/Pretty.hs:28)
  15239. 401.99 s [sydtest] outputResultReport (src/Test/Syd/Output/Pretty.hs:35)
  15240. 401.99 s [sydtest] outputPrettySummary (src/Test/Syd/Output/Pretty.hs:47)
  15241. 401.99 s [sydtest] outputFailuresHeader (src/Test/Syd/Output/Pretty.hs:60)
  15242. 401.99 s [sydtest] outputFailuresWithHeading (src/Test/Syd/Output/Pretty.hs:63)
  15243. 401.99 s [sydtest] outputStats (src/Test/Syd/Output/Pretty.hs:73)
  15244. 401.99 s [sydtest] outputProfilingInfo (src/Test/Syd/Output/Pretty.hs:121)
  15245. 401.99 s [sydtest] outputTestsHeader (src/Test/Syd/Output/Pretty.hs:138)
  15246. 401.99 s [sydtest] outputHeader (src/Test/Syd/Output/Pretty.hs:141)
  15247. 401.99 s [sydtest] outputSpecForest (src/Test/Syd/Output/Pretty.hs:147)
  15248. 401.99 s [sydtest] outputSpecTree (src/Test/Syd/Output/Pretty.hs:150)
  15249. 401.99 s [sydtest] outputDescribeLine (src/Test/Syd/Output/Pretty.hs:157)
  15250. 401.99 s [sydtest] outputSpecifyLines (src/Test/Syd/Output/Pretty.hs:160)
  15251. 401.99 s [sydtest] exampleNrChunk (src/Test/Syd/Output/Pretty.hs:194)
  15252. 401.99 s [sydtest] retriesChunks (src/Test/Syd/Output/Pretty.hs:201)
  15253. 401.99 s [sydtest] labelsChunks (src/Test/Syd/Output/Pretty.hs:218)
  15254. 401.99 s [sydtest] classesChunks (src/Test/Syd/Output/Pretty.hs:243)
  15255. 401.99 s [sydtest] tablesChunks (src/Test/Syd/Output/Pretty.hs:264)
  15256. 401.99 s [sydtest] outputPendingLines (src/Test/Syd/Output/Pretty.hs:287)
  15257. 401.99 s [sydtest] outputFailureLabels (src/Test/Syd/Output/Pretty.hs:297)
  15258. 401.99 s [sydtest] outputFailureClasses (src/Test/Syd/Output/Pretty.hs:303)
  15259. 401.99 s [sydtest] outputGoldenCase (src/Test/Syd/Output/Pretty.hs:309)
  15260. 401.99 s [sydtest] spacingChunk (src/Test/Syd/Output/Pretty.hs:318)
  15261. 401.99 s [sydtest] outputFailures (src/Test/Syd/Output/Pretty.hs:331)
  15262. 401.99 s [sydtest] 71% ( 5 / 7) in 'Test.Syd.Output'
  15263. 401.99 s [sydtest] Missing documentation for:
  15264. 401.99 s [sydtest] Module header
  15265. 401.99 s [sydtest] printOutputSpecForest (src/Test/Syd/Output.hs:22)
  15266. 401.99 s [sydtest] 0% ( 0 / 2) in 'Test.Syd.Runner.Synchronous.Interleaved'
  15267. 401.99 s [sydtest] Missing documentation for:
  15268. 401.99 s [sydtest] Module header
  15269. 401.99 s [sydtest] runSpecForestInterleavedWithOutputSynchronously (src/Test/Syd/Runner/Synchronous/Interleaved.hs:28)
  15270. 401.99 s [sydtest] 0% ( 0 / 3) in 'Test.Syd.Runner.Synchronous'
  15271. 401.99 s [sydtest] Missing documentation for:
  15272. 401.99 s [sydtest] Module header
  15273. 401.99 s [sydtest] runSpecForestSynchronously (src/Test/Syd/Runner/Synchronous/Separate.hs:21)
  15274. 401.99 s [sydtest] runSpecForestInterleavedWithOutputSynchronously (src/Test/Syd/Runner/Synchronous/Interleaved.hs:28)
  15275. 401.99 s [sydtest] 33% ( 1 / 3) in 'Test.Syd.Runner.Asynchronous'
  15276. 401.99 s [sydtest] Missing documentation for:
  15277. 402.00 s [sydtest] runSpecForestAsynchronously (src/Test/Syd/Runner/Asynchronous.hs:39)
  15278. 402.00 s [sydtest] runSpecForestInterleavedWithOutputAsynchronously (src/Test/Syd/Runner/Asynchronous.hs:48)
  15279. 402.00 s [sydtest] Warning: Test.Syd.Runner: Could not find documentation for exported module: Test.Syd.Runner
  15280. 402.00 s [sydtest] 50% ( 4 / 8) in 'Test.Syd.Runner'
  15281. 402.00 s [sydtest] Missing documentation for:
  15282. 402.00 s [sydtest] sydTestResult (src/Test/Syd/Runner.hs:53)
  15283. 402.00 s [sydtest] sydTestOnce (src/Test/Syd/Runner.hs:63)
  15284. 402.00 s [sydtest] sydTestIterations (src/Test/Syd/Runner.hs:76)
  15285. 402.00 s [sydtest] setPseudorandomness (src/Test/Syd/Runner.hs:113)
  15286. 402.00 s [sydtest] Warning: 'GoldenTest' is ambiguous. It is defined
  15287. 402.00 s [sydtest] * at src/Test/Syd/Run.hs:298:21
  15288. 402.00 s [sydtest] * at src/Test/Syd/Run.hs:298:1
  15289. 402.00 s [sydtest] You may be able to disambiguate the identifier by qualifying it or
  15290. 402.00 s [sydtest] by specifying the type/value namespace explicitly.
  15291. 402.00 s [sydtest] Defaulting to the one defined at src/Test/Syd/Run.hs:298:1
  15292. 402.00 s [sydtest] Warning: '()' is out of scope.
  15293. 402.00 s [sydtest] If you qualify the identifier, haddock can try to link it anyway.
  15294. 402.00 s [sydtest] Warning: 'Settings' is ambiguous. It is defined
  15295. 402.00 s [sydtest] * at src/Test/Syd/OptParse.hs:39:17
  15296. 402.00 s [sydtest] * at src/Test/Syd/OptParse.hs:39:1
  15297. 402.00 s [sydtest] You may be able to disambiguate the identifier by qualifying it or
  15298. 402.00 s [sydtest] by specifying the type/value namespace explicitly.
  15299. 402.00 s [sydtest] Defaulting to the one defined at src/Test/Syd/OptParse.hs:39:1
  15300. 402.00 s [sydtest] 83% (154 /184) in 'Test.Syd'
  15301. 402.00 s [sydtest] Missing documentation for:
  15302. 402.00 s [sydtest] xdescribe (src/Test/Syd/Def/Specify.hs:74)
  15303. 402.00 s [sydtest] xit (src/Test/Syd/Def/Specify.hs:195)
  15304. 402.00 s [sydtest] xitWithOuter (src/Test/Syd/Def/Specify.hs:295)
  15305. 402.00 s [sydtest] xitWithBoth (src/Test/Syd/Def/Specify.hs:396)
  15306. 402.00 s [sydtest] xitWithAll (src/Test/Syd/Def/Specify.hs:465)
  15307. 402.00 s [sydtest] anyException (src/Test/Syd/Expectation.hs:175)
  15308. 402.00 s [sydtest] anyErrorCall (src/Test/Syd/Expectation.hs:178)
  15309. 402.00 s [sydtest] errorCall (src/Test/Syd/Expectation.hs:181)
  15310. 402.00 s [sydtest] anyIOException (src/Test/Syd/Expectation.hs:184)
  15311. 402.00 s [sydtest] anyArithException (src/Test/Syd/Expectation.hs:187)
  15312. 402.00 s [sydtest] modifyMaxSuccess (src/Test/Syd/Modify.hs:64)
  15313. 402.00 s [sydtest] modifyMaxDiscardRatio (src/Test/Syd/Modify.hs:67)
  15314. 402.00 s [sydtest] modifyMaxSize (src/Test/Syd/Modify.hs:70)
  15315. 402.00 s [sydtest] modifyMaxShrinks (src/Test/Syd/Modify.hs:73)
  15316. 402.00 s [sydtest] modifyRunSettings (src/Test/Syd/Modify.hs:61)
  15317. 402.00 s [sydtest] TestRunSettings (src/Test/Syd/Run.hs:489)
  15318. 402.00 s [sydtest] Parallelism (src/Test/Syd/SpecDef.hs:311)
  15319. 402.00 s [sydtest] ExecutionOrderRandomisation (src/Test/Syd/SpecDef.hs:316)
  15320. 402.00 s [sydtest] FlakinessMode (src/Test/Syd/SpecDef.hs:321)
  15321. 402.00 s [sydtest] ExpectationMode (src/Test/Syd/SpecDef.hs:326)
  15322. 402.00 s [sydtest] execTestDefM (src/Test/Syd/Def/TestDefM.hs:66)
  15323. 402.00 s [sydtest] runTestDefM (src/Test/Syd/Def/TestDefM.hs:69)
  15324. 402.00 s [sydtest] IsTest (src/Test/Syd/Run.hs:45)
  15325. 402.00 s [sydtest] TDef (src/Test/Syd/SpecDef.hs:41)
  15326. 402.00 s [sydtest] TestForest (src/Test/Syd/SpecDef.hs:44)
  15327. 402.00 s [sydtest] TestTree (src/Test/Syd/SpecDef.hs:46)
  15328. 402.00 s [sydtest] SpecDefForest (src/Test/Syd/SpecDef.hs:48)
  15329. 402.00 s [sydtest] ResultForest (src/Test/Syd/SpecDef.hs:331)
  15330. 402.00 s [sydtest] ResultTree (src/Test/Syd/SpecDef.hs:333)
  15331. 402.00 s [sydtest] shouldExitFail (src/Test/Syd/SpecDef.hs:406)
  15332. 402.02 s [cursor-dirforest] Package has no test suites.
  15333. 402.02 s [cursor-dirforest] Phase: haddockPhase
  15334. 402.16 s [cursor-dirforest] Preprocessing library for cursor-dirforest-0.0.0.0...
  15335. 402.16 s [cursor-dirforest] Running Haddock on library for cursor-dirforest-0.0.0.0...
  15336. 402.16 s [cursor-dirforest] Warning: The documentation for the following packages are not installed. No
  15337. 402.16 s [cursor-dirforest] links will be generated to these packages: path-0.9.6, path-0.9.6,
  15338. 402.16 s [cursor-dirforest] vector-0.13.2.0
  15339. 402.30 s [sydtest] Warning: Test.Syd.Run: could not find link destinations for:
  15340. 402.30 s [sydtest] - Test.QuickCheck.Property.Result
  15341. 402.30 s [sydtest] - Test.QuickCheck.Property.Prop
  15342. 402.30 s [sydtest] - Test.QuickCheck.Property.Rose
  15343. 402.30 s [sydtest] - Test.Syd.Run.Rep_Timed
  15344. 402.30 s [sydtest] - Test.Syd.Run.Rep_Progress
  15345. 402.30 s [sydtest] - Test.Syd.Run.Rep_TestRunResult
  15346. 402.30 s [sydtest] - Test.Syd.Run.Rep_GoldenCase
  15347. 402.30 s [sydtest] - Test.Syd.Run.Rep_Assertion
  15348. 402.30 s [sydtest] - Test.Syd.Run.Rep_TestStatus
  15349. 402.30 s [sydtest] - Test.Syd.Run.Rep_TestRunSettings
  15350. 402.30 s [sydtest] - Test.Syd.Run.Rep_SeedSetting
  15351. 402.30 s [sydtest] Warning: Test.Syd.OptParse: could not find link destinations for:
  15352. 402.30 s [sydtest] - Path.Internal.Posix.Path
  15353. 402.30 s [sydtest] - Path.Posix.Abs
  15354. 402.30 s [sydtest] - Path.Posix.File
  15355. 402.30 s [sydtest] - Test.Syd.OptParse.Rep_Settings
  15356. 402.30 s [sydtest] - Test.Syd.OptParse.Rep_Flags
  15357. 402.30 s [sydtest] - Test.Syd.OptParse.Rep_ReportProgress
  15358. 402.30 s [sydtest] - Test.Syd.OptParse.Rep_Iterations
  15359. 402.30 s [sydtest] - Test.Syd.OptParse.Rep_Threads
  15360. 402.30 s [sydtest] - Test.Syd.OptParse.Rep_Timeout
  15361. 402.30 s [sydtest] - Test.Syd.OptParse.Rep_OutputFormat
  15362. 402.31 s [sydtest] Warning: Test.Syd.SpecDef: could not find link destinations for:
  15363. 402.31 s [sydtest] - Test.Syd.SpecDef.Rep_TestRunReport
  15364. 402.31 s [sydtest] - Test.Syd.SpecDef.Rep_ExpectationMode
  15365. 402.31 s [sydtest] - Test.Syd.SpecDef.Rep_FlakinessMode
  15366. 402.31 s [sydtest] - Test.Syd.SpecDef.Rep_ExecutionOrderRandomisation
  15367. 402.31 s [sydtest] - Test.Syd.SpecDef.Rep_Parallelism
  15368. 402.31 s [sydtest] Warning: Test.Syd.Def.TestDefM: could not find link destinations for:
  15369. 402.31 s [sydtest] - Test.Syd.Def.TestDefM.Rep_TestDefEnv
  15370. 402.31 s [sydtest] Warning: Test.Syd.Path: could not find link destinations for:
  15371. 402.31 s [sydtest] - Path.Internal.Posix.Path
  15372. 402.31 s [sydtest] - Path.Posix.Abs
  15373. 402.31 s [sydtest] - Path.Posix.Dir
  15374. 402.31 s [sydtest] - Path.Posix.File
  15375. 402.31 s [sydtest] Warning: Test.Syd.Modify: could not find link destinations for:
  15376. 402.31 s [sydtest] - Test.Syd.Run.Rep_TestRunSettings
  15377. 402.31 s [sydtest] - Test.Syd.SpecDef.Rep_ExpectationMode
  15378. 402.31 s [sydtest] - Test.Syd.SpecDef.Rep_FlakinessMode
  15379. 402.31 s [sydtest] - Test.Syd.SpecDef.Rep_ExecutionOrderRandomisation
  15380. 402.31 s [sydtest] - Test.Syd.SpecDef.Rep_Parallelism
  15381. 402.33 s [sydtest] Warning: Test.Syd: could not find link destinations for:
  15382. 402.33 s [sydtest] - Test.Syd.Run.Rep_Assertion
  15383. 402.33 s [sydtest] - Test.Syd.Run.Rep_TestRunSettings
  15384. 402.33 s [sydtest] - Test.Syd.SpecDef.Rep_ExpectationMode
  15385. 402.33 s [sydtest] - Test.Syd.SpecDef.Rep_FlakinessMode
  15386. 402.33 s [sydtest] - Test.Syd.SpecDef.Rep_ExecutionOrderRandomisation
  15387. 402.33 s [sydtest] - Test.Syd.SpecDef.Rep_Parallelism
  15388. 402.36 s [cursor-dirforest] [1 of 4] Compiling Cursor.FileOrDir ( src/Cursor/FileOrDir.hs, /build/ghc505_0/ghc_4.o, /build/ghc505_0/ghc_4.dyn_o )
  15389. 403.40 s [cursor-dirforest] [2 of 4] Compiling Cursor.DirForest ( src/Cursor/DirForest.hs, nothing )
  15390. 403.71 s [cursor-dirforest] [3 of 4] Compiling Cursor.Simple.DirForest ( src/Cursor/Simple/DirForest.hs, nothing )
  15391. 403.73 s [cursor-dirforest] [4 of 4] Compiling Paths_cursor_dirforest ( dist/build/autogen/Paths_cursor_dirforest.hs, nothing )
  15392. 403.74 s [cursor-dirforest] Haddock coverage:
  15393. 403.74 s [cursor-dirforest] 0% ( 0 / 18) in 'Cursor.FileOrDir'
  15394. 403.74 s [cursor-dirforest] Missing documentation for:
  15395. 403.74 s [cursor-dirforest] Module header
  15396. 403.74 s [cursor-dirforest] FileOrDirCursor (src/Cursor/FileOrDir.hs:17)
  15397. 403.74 s [cursor-dirforest] makeFileOrDirCursor (src/Cursor/FileOrDir.hs:27)
  15398. 403.74 s [cursor-dirforest] rebuildFileOrDirCursor (src/Cursor/FileOrDir.hs:30)
  15399. 403.74 s [cursor-dirforest] fileOrDirCursorInsertChar (src/Cursor/FileOrDir.hs:35)
  15400. 403.74 s [cursor-dirforest] fileOrDirCursorAppendChar (src/Cursor/FileOrDir.hs:40)
  15401. 403.74 s [cursor-dirforest] fileOrDirCursorRemoveChar (src/Cursor/FileOrDir.hs:45)
  15402. 403.74 s [cursor-dirforest] fileOrDirCursorDeleteChar (src/Cursor/FileOrDir.hs:50)
  15403. 403.74 s [cursor-dirforest] fileOrDirCursorSelectPrevChar (src/Cursor/FileOrDir.hs:55)
  15404. 403.74 s [cursor-dirforest] fileOrDirCursorSelectNextChar (src/Cursor/FileOrDir.hs:60)
  15405. 403.74 s [cursor-dirforest] fileOrDirCursorCompleteToDir (src/Cursor/FileOrDir.hs:65)
  15406. 403.74 s [cursor-dirforest] fileOrDirCursorCompleteToDir' (src/Cursor/FileOrDir.hs:68)
  15407. 403.74 s [cursor-dirforest] completeTextCursorToDir (src/Cursor/FileOrDir.hs:82)
  15408. 403.74 s [cursor-dirforest] fileOrDirCursorCompleteToFile (src/Cursor/FileOrDir.hs:85)
  15409. 403.74 s [cursor-dirforest] fileOrDirCursorCompleteToFile' (src/Cursor/FileOrDir.hs:88)
  15410. 403.74 s [cursor-dirforest] completeTextCursorToFile (src/Cursor/FileOrDir.hs:102)
  15411. 403.74 s [cursor-dirforest] FileOrDir (src/Cursor/FileOrDir.hs:104)
  15412. 403.74 s [cursor-dirforest] isTopLevel (src/Cursor/FileOrDir.hs:119)
  15413. 403.74 s [cursor-dirforest] Warning: 'DirForestCursor' is ambiguous. It is defined
  15414. 403.74 s [cursor-dirforest] * at src/Cursor/DirForest.hs:113:31
  15415. 403.74 s [cursor-dirforest] * at src/Cursor/DirForest.hs:113:1
  15416. 403.74 s [cursor-dirforest] You may be able to disambiguate the identifier by qualifying it or
  15417. 403.74 s [cursor-dirforest] by specifying the type/value namespace explicitly.
  15418. 403.74 s [cursor-dirforest] Defaulting to the one defined at src/Cursor/DirForest.hs:113:1
  15419. 403.74 s [cursor-dirforest] 26% ( 16 / 60) in 'Cursor.DirForest'
  15420. 403.74 s [cursor-dirforest] Missing documentation for:
  15421. 403.74 s [cursor-dirforest] Module header
  15422. 403.75 s [cursor-dirforest] FileOrDirCursor (src/Cursor/FileOrDir.hs:17)
  15423. 403.75 s [cursor-dirforest] FileOrDir (src/Cursor/FileOrDir.hs:104)
  15424. 403.75 s [cursor-dirforest] rebuildDirForestCursor (src/Cursor/DirForest.hs:221)
  15425. 403.75 s [cursor-dirforest] isTopLevel (src/Cursor/FileOrDir.hs:119)
  15426. 403.75 s [cursor-dirforest] dirForestCursorPrepareForMovement (src/Cursor/DirForest.hs:212)
  15427. 403.75 s [cursor-dirforest] dirForestCursorForestCursorL (src/Cursor/DirForest.hs:186)
  15428. 403.75 s [cursor-dirforest] foldDirForestCursor (src/Cursor/DirForest.hs:234)
  15429. 403.75 s [cursor-dirforest] dirForestCursorSelected (src/Cursor/DirForest.hs:237)
  15430. 403.75 s [cursor-dirforest] dirForestCursorSelectPrevOnSameLevel (src/Cursor/DirForest.hs:261)
  15431. 403.75 s [cursor-dirforest] dirForestCursorSelectNextOnSameLevel (src/Cursor/DirForest.hs:264)
  15432. 403.75 s [cursor-dirforest] dirForestCursorSelectFirstOnSameLevel (src/Cursor/DirForest.hs:267)
  15433. 403.75 s [cursor-dirforest] dirForestCursorSelectLastOnSameLevel (src/Cursor/DirForest.hs:270)
  15434. 403.75 s [cursor-dirforest] dirForestCursorSelectPrevTree (src/Cursor/DirForest.hs:273)
  15435. 403.75 s [cursor-dirforest] dirForestCursorSelectNextTree (src/Cursor/DirForest.hs:276)
  15436. 403.75 s [cursor-dirforest] dirForestCursorSelectFirstTree (src/Cursor/DirForest.hs:279)
  15437. 403.75 s [cursor-dirforest] dirForestCursorSelectLastTree (src/Cursor/DirForest.hs:282)
  15438. 403.75 s [cursor-dirforest] dirForestCursorSelectPrev (src/Cursor/DirForest.hs:285)
  15439. 403.75 s [cursor-dirforest] dirForestCursorSelectNext (src/Cursor/DirForest.hs:288)
  15440. 403.75 s [cursor-dirforest] dirForestCursorSelectFirst (src/Cursor/DirForest.hs:291)
  15441. 403.75 s [cursor-dirforest] dirForestCursorSelectLast (src/Cursor/DirForest.hs:294)
  15442. 403.75 s [cursor-dirforest] dirForestCursorSelectFirstChild (src/Cursor/DirForest.hs:297)
  15443. 403.75 s [cursor-dirforest] dirForestCursorSelectLastChild (src/Cursor/DirForest.hs:300)
  15444. 403.75 s [cursor-dirforest] dirForestCursorSelectParent (src/Cursor/DirForest.hs:303)
  15445. 403.75 s [cursor-dirforest] dirForestCursorSelectPrevChar (src/Cursor/DirForest.hs:306)
  15446. 403.75 s [cursor-dirforest] dirForestCursorSelectNextChar (src/Cursor/DirForest.hs:309)
  15447. 403.75 s [cursor-dirforest] dirForestCursorDeleteCurrent (src/Cursor/DirForest.hs:312)
  15448. 403.75 s [cursor-dirforest] dirForestCursorStartNew (src/Cursor/DirForest.hs:315)
  15449. 403.75 s [cursor-dirforest] dirForestCursorStartNewBelowAtStart (src/Cursor/DirForest.hs:334)
  15450. 403.75 s [cursor-dirforest] dirForestCursorStartNewBelowAtEnd (src/Cursor/DirForest.hs:349)
  15451. 403.75 s [cursor-dirforest] dirForestCursorStopNew (src/Cursor/DirForest.hs:364)
  15452. 403.75 s [cursor-dirforest] dirForestCursorInsertChar (src/Cursor/DirForest.hs:369)
  15453. 403.75 s [cursor-dirforest] dirForestCursorAppendChar (src/Cursor/DirForest.hs:372)
  15454. 403.75 s [cursor-dirforest] dirForestCursorRemoveChar (src/Cursor/DirForest.hs:375)
  15455. 403.75 s [cursor-dirforest] dirForestCursorDeleteChar (src/Cursor/DirForest.hs:378)
  15456. 403.75 s [cursor-dirforest] dirForestCursorCompleteToDir (src/Cursor/DirForest.hs:381)
  15457. 403.75 s [cursor-dirforest] dirForestCursorCompleteToDir' (src/Cursor/DirForest.hs:384)
  15458. 403.75 s [cursor-dirforest] dirForestCursorCompleteToFile (src/Cursor/DirForest.hs:390)
  15459. 403.75 s [cursor-dirforest] dirForestCursorCompleteToFile' (src/Cursor/DirForest.hs:393)
  15460. 403.75 s [cursor-dirforest] dirForestCursorOpen (src/Cursor/DirForest.hs:399)
  15461. 403.75 s [cursor-dirforest] dirForestCursorClose (src/Cursor/DirForest.hs:402)
  15462. 403.75 s [cursor-dirforest] dirForestCursorToggle (src/Cursor/DirForest.hs:405)
  15463. 403.75 s [cursor-dirforest] dirForestCursorOpenRecursively (src/Cursor/DirForest.hs:408)
  15464. 403.75 s [cursor-dirforest] dirForestCursorToggleRecursively (src/Cursor/DirForest.hs:411)
  15465. 403.75 s [cursor-dirforest] 25% ( 15 / 60) in 'Cursor.Simple.DirForest'
  15466. 403.75 s [cursor-dirforest] Missing documentation for:
  15467. 403.75 s [cursor-dirforest] Module header
  15468. 403.75 s [cursor-dirforest] DirForestCursor (src/Cursor/Simple/DirForest.hs:81)
  15469. 403.75 s [cursor-dirforest] dirForestCursorForestCursor
  15470. 403.75 s [cursor-dirforest] FileOrDir (src/Cursor/FileOrDir.hs:104)
  15471. 403.75 s [cursor-dirforest] rebuildDirForestCursor (src/Cursor/Simple/DirForest.hs:93)
  15472. 403.75 s [cursor-dirforest] isTopLevel (src/Cursor/FileOrDir.hs:119)
  15473. 403.75 s [cursor-dirforest] dirForestCursorPrepareForMovement (src/Cursor/Simple/DirForest.hs:90)
  15474. 403.75 s [cursor-dirforest] dirForestCursorForestCursorL (src/Cursor/DirForest.hs:186)
  15475. 403.75 s [cursor-dirforest] foldDirForestCursor (src/Cursor/DirForest.hs:234)
  15476. 403.75 s [cursor-dirforest] dirForestCursorSelected (src/Cursor/DirForest.hs:237)
  15477. 403.75 s [cursor-dirforest] dirForestCursorSelectPrevOnSameLevel (src/Cursor/Simple/DirForest.hs:96)
  15478. 403.75 s [cursor-dirforest] dirForestCursorSelectNextOnSameLevel (src/Cursor/Simple/DirForest.hs:99)
  15479. 403.75 s [cursor-dirforest] dirForestCursorSelectFirstOnSameLevel (src/Cursor/Simple/DirForest.hs:102)
  15480. 403.75 s [cursor-dirforest] dirForestCursorSelectLastOnSameLevel (src/Cursor/Simple/DirForest.hs:105)
  15481. 403.75 s [cursor-dirforest] dirForestCursorSelectPrevTree (src/Cursor/Simple/DirForest.hs:108)
  15482. 403.75 s [cursor-dirforest] dirForestCursorSelectNextTree (src/Cursor/Simple/DirForest.hs:111)
  15483. 403.75 s [cursor-dirforest] dirForestCursorSelectFirstTree (src/Cursor/Simple/DirForest.hs:114)
  15484. 403.75 s [cursor-dirforest] dirForestCursorSelectLastTree (src/Cursor/Simple/DirForest.hs:117)
  15485. 403.75 s [cursor-dirforest] dirForestCursorSelectPrev (src/Cursor/Simple/DirForest.hs:120)
  15486. 403.75 s [cursor-dirforest] dirForestCursorSelectNext (src/Cursor/Simple/DirForest.hs:123)
  15487. 403.75 s [cursor-dirforest] dirForestCursorSelectFirst (src/Cursor/Simple/DirForest.hs:126)
  15488. 403.75 s [cursor-dirforest] dirForestCursorSelectLast (src/Cursor/Simple/DirForest.hs:129)
  15489. 403.75 s [cursor-dirforest] dirForestCursorSelectFirstChild (src/Cursor/Simple/DirForest.hs:132)
  15490. 403.75 s [cursor-dirforest] dirForestCursorSelectLastChild (src/Cursor/Simple/DirForest.hs:135)
  15491. 403.75 s [cursor-dirforest] dirForestCursorSelectParent (src/Cursor/Simple/DirForest.hs:138)
  15492. 403.75 s [cursor-dirforest] dirForestCursorSelectPrevChar (src/Cursor/DirForest.hs:306)
  15493. 403.75 s [cursor-dirforest] dirForestCursorSelectNextChar (src/Cursor/DirForest.hs:309)
  15494. 403.75 s [cursor-dirforest] dirForestCursorDeleteCurrent (src/Cursor/Simple/DirForest.hs:141)
  15495. 403.75 s [cursor-dirforest] dirForestCursorStartNew (src/Cursor/Simple/DirForest.hs:144)
  15496. 403.75 s [cursor-dirforest] dirForestCursorStartNewBelowAtStart (src/Cursor/Simple/DirForest.hs:147)
  15497. 403.75 s [cursor-dirforest] dirForestCursorStartNewBelowAtEnd (src/Cursor/Simple/DirForest.hs:150)
  15498. 403.75 s [cursor-dirforest] dirForestCursorStopNew (src/Cursor/Simple/DirForest.hs:153)
  15499. 403.75 s [cursor-dirforest] dirForestCursorInsertChar (src/Cursor/DirForest.hs:369)
  15500. 403.75 s [cursor-dirforest] dirForestCursorAppendChar (src/Cursor/DirForest.hs:372)
  15501. 403.75 s [cursor-dirforest] dirForestCursorRemoveChar (src/Cursor/Simple/DirForest.hs:156)
  15502. 403.75 s [cursor-dirforest] dirForestCursorDeleteChar (src/Cursor/Simple/DirForest.hs:159)
  15503. 403.75 s [cursor-dirforest] dirForestCursorCompleteToDir (src/Cursor/DirForest.hs:381)
  15504. 403.75 s [cursor-dirforest] dirForestCursorCompleteToDir' (src/Cursor/DirForest.hs:384)
  15505. 403.75 s [cursor-dirforest] dirForestCursorCompleteToFile (src/Cursor/DirForest.hs:390)
  15506. 403.75 s [cursor-dirforest] dirForestCursorCompleteToFile' (src/Cursor/DirForest.hs:393)
  15507. 403.75 s [cursor-dirforest] dirForestCursorOpen (src/Cursor/DirForest.hs:399)
  15508. 403.75 s [cursor-dirforest] dirForestCursorClose (src/Cursor/DirForest.hs:402)
  15509. 403.75 s [cursor-dirforest] dirForestCursorToggle (src/Cursor/DirForest.hs:405)
  15510. 403.75 s [cursor-dirforest] dirForestCursorOpenRecursively (src/Cursor/DirForest.hs:408)
  15511. 403.75 s [cursor-dirforest] dirForestCursorToggleRecursively (src/Cursor/DirForest.hs:411)
  15512. 404.32 s [cursor-dirforest] Warning: Cursor.FileOrDir: could not find link destinations for:
  15513. 404.32 s [cursor-dirforest] - Path.Internal.Posix.Path
  15514. 404.32 s [cursor-dirforest] - Path.Posix.Rel
  15515. 404.32 s [cursor-dirforest] - Path.Posix.Dir
  15516. 404.32 s [cursor-dirforest] - Path.Posix.File
  15517. 404.32 s [cursor-dirforest] - Cursor.FileOrDir.Rep_FileOrDirCursor
  15518. 404.32 s [cursor-dirforest] - Cursor.FileOrDir.Rep_FileOrDir
  15519. 404.32 s [cursor-dirforest] Warning: Cursor.DirForest: could not find link destinations for:
  15520. 404.32 s [cursor-dirforest] - Path.Internal.Posix.Path
  15521. 404.32 s [cursor-dirforest] - Path.Posix.Rel
  15522. 404.32 s [cursor-dirforest] - Path.Posix.Dir
  15523. 404.32 s [cursor-dirforest] - Path.Posix.File
  15524. 404.32 s [cursor-dirforest] - Cursor.FileOrDir.Rep_FileOrDirCursor
  15525. 404.32 s [cursor-dirforest] - Cursor.FileOrDir.Rep_FileOrDir
  15526. 404.32 s [cursor-dirforest] - Cursor.DirForest.Rep_DirForestCursor
  15527. 404.32 s [cursor-dirforest] Warning: Cursor.Simple.DirForest: could not find link destinations for:
  15528. 404.32 s [cursor-dirforest] - Path.Internal.Posix.Path
  15529. 404.32 s [cursor-dirforest] - Path.Posix.Rel
  15530. 404.32 s [cursor-dirforest] - Path.Posix.Dir
  15531. 404.32 s [cursor-dirforest] - Path.Posix.File
  15532. 404.32 s [cursor-dirforest] - Cursor.FileOrDir.Rep_FileOrDir
  15533. 407.76 s [ical] [16 of 30] Compiling ICal.PropertyType.Period ( src/ICal/PropertyType/Period.hs, dist/build/ICal/PropertyType/Period.p_o )
  15534. 407.76 s [ical] [17 of 30] Compiling ICal.PropertyType.DateTimes ( src/ICal/PropertyType/DateTimes.hs, dist/build/ICal/PropertyType/DateTimes.p_o )
  15535. 407.84 s [ical] [18 of 30] Compiling ICal.PropertyType.Binary ( src/ICal/PropertyType/Binary.hs, dist/build/ICal/PropertyType/Binary.p_o )
  15536. 407.84 s [ical] [19 of 30] Compiling ICal.PropertyType ( src/ICal/PropertyType.hs, dist/build/ICal/PropertyType.p_o )
  15537. 407.87 s [ical] [20 of 30] Compiling ICal.Property ( src/ICal/Property.hs, dist/build/ICal/Property.p_o )
  15538. 409.84 s [cursor-dirforest] Documentation created: dist/doc/html/cursor-dirforest/,
  15539. 409.84 s [cursor-dirforest] dist/doc/html/cursor-dirforest/cursor-dirforest.txt
  15540. 409.90 s [cursor-dirforest] Phase: installPhase
  15541. 409.98 s [cursor-dirforest] Installing library in /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  15542. 410.20 s [cursor-dirforest] Phase: fixupPhase
  15543. 410.22 s [cursor-dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0
  15544. 410.22 s [cursor-dirforest] shrinking /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHScursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE-ghc9.10.3.so
  15545. 410.24 s [cursor-dirforest] checking for references to /build/ in /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0...
  15546. 410.26 s [cursor-dirforest] patching script interpreter paths in /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0
  15547. 410.26 s [cursor-dirforest] stripping (with command strip and flags -S -p) in /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/lib
  15548. 410.31 s [cursor-dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc
  15549. 410.32 s [cursor-dirforest] checking for references to /build/ in /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc...
  15550. 410.32 s [sydtest] Documentation created: dist/doc/html/sydtest/,
  15551. 410.33 s [sydtest] dist/doc/html/sydtest/sydtest.txt
  15552. 410.34 s [cursor-dirforest] patching script interpreter paths in /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc
  15553. 410.40 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0 /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc
  15554. 410.85 s [post-build-hook] Pushing 2 paths (189 are already present) using zstd to cache smos ⏳
  15555. 410.85 s [post-build-hook]
  15556. 411.21 s [post-build-hook] Pushing /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc (1.08 MiB)
  15557. 411.29 s [post-build-hook] Pushing /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0 (2.38 MiB)
  15558. 412.47 s [post-build-hook]
  15559. 412.47 s [post-build-hook] All done.
  15560. 412.50 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0 /nix/store/6xc50hi7b1h8wd4vmjr18b78sdcyqcpg-cursor-dirforest-0.0.0.0-doc
  15561. 412.56 s [post-build-hook] copying 0 paths...
  15562. 412.70 s [post-build-hook] copying 0 paths...
  15563. 412.76 s Progress: 106 of 149 built (2 building), 815 of 815 downloaded from cache
  15564. 412.83 s Building cursor-dirforest-brick-source
  15565. 412.83 s [sydtest] Phase: installPhase
  15566. 412.83 s [sydtest] Installing library in /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  15567. 412.83 s [sydtest] Phase: fixupPhase
  15568. 412.83 s [sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1
  15569. 412.83 s [sydtest] shrinking /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSsydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc-ghc9.10.3.so
  15570. 412.83 s [sydtest] checking for references to /build/ in /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1...
  15571. 412.83 s [sydtest] patching script interpreter paths in /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1
  15572. 412.83 s [sydtest] stripping (with command strip and flags -S -p) in /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/lib
  15573. 412.83 s [sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc
  15574. 412.83 s [sydtest] checking for references to /build/ in /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc...
  15575. 412.83 s [sydtest] patching script interpreter paths in /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc
  15576. 412.90 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1 /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc
  15577. 413.35 s [post-build-hook] Pushing 4 paths (249 are already present) using zstd to cache smos ⏳
  15578. 413.35 s [post-build-hook]
  15579. 413.70 s [post-build-hook] Pushing /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1 (17.33 MiB)
  15580. 413.72 s [post-build-hook] Pushing /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc (6.56 MiB)
  15581. 413.74 s [post-build-hook] Pushing /nix/store/w5n7a90s3r9018rjy0jz4lbnqmzydhjc-fast-myers-diff-0.0.2 (1.58 MiB)
  15582. 415.14 s [post-build-hook] Pushing /nix/store/gzj5w9n9r64fhgnp4s5xjpv225a70qqb-fast-myers-diff-0.0.2-doc (523.16 KiB)
  15583. 415.97 s [post-build-hook]
  15584. 415.97 s [post-build-hook] All done.
  15585. 416.00 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1 /nix/store/wyg6ps54fvp44pqrsk581fmr4bv0sxcz-sydtest-0.23.0.1-doc
  15586. 416.07 s [post-build-hook] copying 0 paths...
  15587. 416.21 s [post-build-hook] copying 0 paths...
  15588. 416.32 s Progress: 107 of 148 built (2 building), 815 of 815 downloaded from cache
  15589. 416.43 s Building genvalidity-sydtest-source
  15590. 416.49 s Building opt-env-conf-test-source
  15591. 416.56 s Building sydtest-persistent-source
  15592. 416.57 s Waiting for lock on waiting for a free build user ID for '/nix/store/xvn9dkrsm0k6ln20h590yz67h5a3c93g-sydtest-wai-source
  15593. 416.57 s [ical] [21 of 30] Compiling ICal.Component.Class ( src/ICal/Component/Class.hs, dist/build/ICal/Component/Class.p_o )
  15594. 416.57 s [ical] [22 of 30] Compiling ICal.Component.Todo ( src/ICal/Component/Todo.hs, dist/build/ICal/Component/Todo.p_o )
  15595. 416.57 s [cursor-dirforest-brick-source] Phase: setupCompilerEnvironmentPhase
  15596. 416.57 s [cursor-dirforest-brick-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  15597. 416.57 s [cursor-dirforest-brick-source] Phase: unpackPhase
  15598. 416.57 s [cursor-dirforest-brick-source] unpacking source archive /nix/store/94920b1rlqnv2qv4lglhn3x0hzpq9fpp-cursor-dirforest-brick
  15599. 416.57 s [cursor-dirforest-brick-source] source root is cursor-dirforest-brick
  15600. 416.57 s [cursor-dirforest-brick-source] Phase: patchPhase
  15601. 416.57 s [cursor-dirforest-brick-source] Phase: compileBuildDriverPhase
  15602. 416.57 s [cursor-dirforest-brick-source] setupCompileFlags: -package-db=/build/tmp.J4VreMBadH/setup-package.conf.d -threaded
  15603. 416.57 s [cursor-dirforest-brick-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.J4VreMBadH/Main.o )
  15604. 416.57 s [cursor-dirforest-brick-source] [2 of 2] Linking Setup
  15605. 416.57 s [cursor-dirforest-brick-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  15606. 416.57 s [cursor-dirforest-brick-source] Phase: configurePhase
  15607. 416.57 s [cursor-dirforest-brick-source] configureFlags: --verbose --prefix=/nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/cursor-dirforest-brick-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.J4VreMBadH/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  15608. 416.57 s [cursor-dirforest-brick-source] Using Parsec parser
  15609. 416.57 s [cursor-dirforest-brick-source] Configuring cursor-dirforest-brick-0.0.0.0...
  15610. 416.57 s [cursor-dirforest-brick-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  15611. 416.57 s [cursor-dirforest-brick-source] Dependency brick: using brick-2.9
  15612. 416.57 s [cursor-dirforest-brick-source] Dependency containers: using containers-0.7
  15613. 416.57 s [cursor-dirforest-brick-source] Dependency cursor: using cursor-0.3.2.0
  15614. 416.57 s [cursor-dirforest-brick-source] Dependency cursor-brick: using cursor-brick-0.1.0.1
  15615. 416.57 s [cursor-dirforest-brick-source] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
  15616. 416.57 s [cursor-dirforest-brick-source] Dependency dirforest: using dirforest-0.1.0.0
  15617. 416.57 s [cursor-dirforest-brick-source] Dependency vty: using vty-6.4
  15618. 416.57 s [cursor-dirforest-brick-source] Source component graph: component lib
  15619. 416.57 s [cursor-dirforest-brick-source] Configured component graph:
  15620. 416.57 s [cursor-dirforest-brick-source] component cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
  15621. 416.57 s [cursor-dirforest-brick-source] include base-4.20.2.0-fafd
  15622. 416.57 s [cursor-dirforest-brick-source] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
  15623. 416.57 s [cursor-dirforest-brick-source] include containers-0.7-96b4
  15624. 416.57 s [cursor-dirforest-brick-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  15625. 416.57 s [cursor-dirforest-brick-source] include cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
  15626. 416.57 s [cursor-dirforest-brick-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  15627. 416.57 s [cursor-dirforest-brick-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  15628. 416.57 s [cursor-dirforest-brick-source] include vty-6.4-K1OakpHsBDZBUi5PBPeSvr
  15629. 416.57 s [cursor-dirforest-brick-source] Linked component graph:
  15630. 416.57 s [cursor-dirforest-brick-source] unit cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
  15631. 416.57 s [cursor-dirforest-brick-source] include base-4.20.2.0-fafd
  15632. 416.57 s [cursor-dirforest-brick-source] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
  15633. 416.57 s [cursor-dirforest-brick-source] include containers-0.7-96b4
  15634. 416.57 s [cursor-dirforest-brick-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  15635. 416.57 s [cursor-dirforest-brick-source] include cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
  15636. 416.57 s [cursor-dirforest-brick-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  15637. 416.57 s [cursor-dirforest-brick-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  15638. 416.57 s [cursor-dirforest-brick-source] include vty-6.4-K1OakpHsBDZBUi5PBPeSvr
  15639. 416.57 s [cursor-dirforest-brick-source] Cursor.DirForest.Brick=cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk:Cursor.DirForest.Brick
  15640. 416.57 s [cursor-dirforest-brick-source] Ready component graph:
  15641. 416.57 s [cursor-dirforest-brick-source] definite cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
  15642. 416.57 s [cursor-dirforest-brick-source] depends base-4.20.2.0-fafd
  15643. 416.57 s [cursor-dirforest-brick-source] depends brick-2.9-Geod5flTzTmIlrRxHv8UFE
  15644. 416.57 s [cursor-dirforest-brick-source] depends containers-0.7-96b4
  15645. 416.57 s [cursor-dirforest-brick-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  15646. 416.57 s [cursor-dirforest-brick-source] depends cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
  15647. 416.57 s [cursor-dirforest-brick-source] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  15648. 416.57 s [cursor-dirforest-brick-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  15649. 416.57 s [cursor-dirforest-brick-source] depends vty-6.4-K1OakpHsBDZBUi5PBPeSvr
  15650. 416.57 s [cursor-dirforest-brick-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  15651. 416.57 s [cursor-dirforest-brick-source] Using compiler: ghc-9.10.3
  15652. 416.57 s [cursor-dirforest-brick-source] Using install prefix:
  15653. 416.57 s [cursor-dirforest-brick-source] /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0
  15654. 416.57 s [cursor-dirforest-brick-source] Executables installed in:
  15655. 416.57 s [cursor-dirforest-brick-source] /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0/bin
  15656. 416.57 s [cursor-dirforest-brick-source] Libraries installed in:
  15657. 416.57 s [cursor-dirforest-brick-source] /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
  15658. 416.57 s [cursor-dirforest-brick-source] Dynamic Libraries installed in:
  15659. 416.57 s [cursor-dirforest-brick-source] /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  15660. 416.57 s [cursor-dirforest-brick-source] Private executables installed in:
  15661. 416.57 s [cursor-dirforest-brick-source] /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-brick-0.0.0.0
  15662. 416.57 s [cursor-dirforest-brick-source] Data files installed in:
  15663. 416.57 s [cursor-dirforest-brick-source] /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-brick-0.0.0.0
  15664. 416.57 s [cursor-dirforest-brick-source] Documentation installed in: /share/doc/cursor-dirforest-brick-0.0.0.0
  15665. 416.57 s [cursor-dirforest-brick-source] Configuration files installed in:
  15666. 416.57 s [cursor-dirforest-brick-source] /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0/etc
  15667. 416.57 s [cursor-dirforest-brick-source] No alex found
  15668. 416.57 s [cursor-dirforest-brick-source] Using ar found on system at:
  15669. 416.57 s [cursor-dirforest-brick-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  15670. 416.57 s [cursor-dirforest-brick-source] No c2hs found
  15671. 416.57 s [cursor-dirforest-brick-source] No cpphs found
  15672. 416.57 s [cursor-dirforest-brick-source] No doctest found
  15673. 416.57 s [cursor-dirforest-brick-source] Using gcc version 14.3.0 given by user at:
  15674. 416.57 s [cursor-dirforest-brick-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  15675. 416.57 s [cursor-dirforest-brick-source] Using ghc version 9.10.3 found on system at:
  15676. 416.57 s [cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  15677. 416.57 s [cursor-dirforest-brick-source] Using ghc-pkg version 9.10.3 found on system at:
  15678. 416.57 s [cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  15679. 416.57 s [cursor-dirforest-brick-source] No ghcjs found
  15680. 416.57 s [cursor-dirforest-brick-source] No ghcjs-pkg found
  15681. 416.57 s [cursor-dirforest-brick-source] No greencard found
  15682. 416.57 s [cursor-dirforest-brick-source] Using haddock version 2.31.1 found on system at:
  15683. 416.57 s [cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  15684. 416.57 s [cursor-dirforest-brick-source] No happy found
  15685. 416.57 s [cursor-dirforest-brick-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  15686. 416.57 s [cursor-dirforest-brick-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  15687. 416.57 s [cursor-dirforest-brick-source] No hmake found
  15688. 416.57 s [cursor-dirforest-brick-source] Using hpc version 0.69 found on system at:
  15689. 416.57 s [cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  15690. 416.57 s [cursor-dirforest-brick-source] Using hsc2hs version 0.68.10 found on system at:
  15691. 416.57 s [cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  15692. 416.57 s [cursor-dirforest-brick-source] Using hscolour version 1.25 found on system at:
  15693. 416.57 s [cursor-dirforest-brick-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  15694. 416.57 s [cursor-dirforest-brick-source] No jhc found
  15695. 416.57 s [cursor-dirforest-brick-source] Using ld found on system at:
  15696. 416.57 s [cursor-dirforest-brick-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  15697. 416.57 s [cursor-dirforest-brick-source] No pkg-config found
  15698. 416.57 s [cursor-dirforest-brick-source] Using runghc version 9.10.3 found on system at:
  15699. 416.57 s [cursor-dirforest-brick-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  15700. 416.57 s [cursor-dirforest-brick-source] Using strip version 2.44 found on system at:
  15701. 416.57 s [cursor-dirforest-brick-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  15702. 416.57 s [cursor-dirforest-brick-source] Using tar found on system at:
  15703. 416.58 s [cursor-dirforest-brick-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  15704. 416.58 s [cursor-dirforest-brick-source] No uhc found
  15705. 416.58 s [cursor-dirforest-brick-source] Phase: buildPhase
  15706. 416.58 s [cursor-dirforest-brick-source] Distribution quality errors:
  15707. 416.58 s [cursor-dirforest-brick-source] [no-syn-desc] No 'synopsis' or 'description' field.
  15708. 416.58 s [cursor-dirforest-brick-source] Distribution quality warnings:
  15709. 416.58 s [cursor-dirforest-brick-source] [no-category] No 'category' field.
  15710. 416.58 s [cursor-dirforest-brick-source] [no-maintainer] No 'maintainer' field.
  15711. 416.58 s [cursor-dirforest-brick-source] [no-license-file] A 'license-file' is not specified.
  15712. 416.58 s [cursor-dirforest-brick-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  15713. 416.58 s [cursor-dirforest-brick-source] - brick
  15714. 416.58 s [cursor-dirforest-brick-source] - containers
  15715. 416.58 s [cursor-dirforest-brick-source] - cursor
  15716. 416.58 s [cursor-dirforest-brick-source] - cursor-brick
  15717. 416.58 s [cursor-dirforest-brick-source] - cursor-dirforest
  15718. 416.58 s [cursor-dirforest-brick-source] - dirforest
  15719. 416.58 s [cursor-dirforest-brick-source] - vty
  15720. 416.58 s [cursor-dirforest-brick-source] Please add them. There is more information at https://pvp.haskell.org/
  15721. 416.58 s [cursor-dirforest-brick-source] Note: the public hackage server would reject this package.
  15722. 416.58 s [cursor-dirforest-brick-source] Building source dist for cursor-dirforest-brick-0.0.0.0...
  15723. 416.58 s [cursor-dirforest-brick-source] Source tarball created: dist/cursor-dirforest-brick-0.0.0.0.tar.gz
  15724. 416.58 s [cursor-dirforest-brick-source] Phase: checkPhase
  15725. 416.58 s [cursor-dirforest-brick-source] Phase: haddockPhase
  15726. 416.58 s [cursor-dirforest-brick-source] Phase: installPhase
  15727. 416.58 s [cursor-dirforest-brick-source] Phase: fixupPhase
  15728. 416.77 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0
  15729. 417.20 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  15730. 417.20 s [post-build-hook]
  15731. 417.54 s [post-build-hook] Pushing /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0 (1.39 KiB)
  15732. 418.41 s [post-build-hook]
  15733. 418.41 s [post-build-hook] All done.
  15734. 418.43 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0
  15735. 418.50 s [post-build-hook] copying 1 paths...
  15736. 418.50 s [post-build-hook] copying path '/nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0' to 'https://cache.staging.nix-ci.com'...
  15737. 418.86 s [post-build-hook] copying 0 paths...
  15738. 418.90 s Progress: 108 of 147 built (4 building), 815 of 815 downloaded from cache
  15739. 418.96 s Building cursor-dirforest-brick
  15740. 418.96 s [ical] [23 of 30] Compiling ICal.Component.TimeZone ( src/ICal/Component/TimeZone.hs, dist/build/ICal/Component/TimeZone.p_o )
  15741. 418.96 s [ical] [24 of 30] Compiling ICal.Component.Journal ( src/ICal/Component/Journal.hs, dist/build/ICal/Component/Journal.p_o )
  15742. 418.96 s [ical] [25 of 30] Compiling ICal.Component.FreeBusy ( src/ICal/Component/FreeBusy.hs, dist/build/ICal/Component/FreeBusy.p_o )
  15743. 418.96 s [ical] [26 of 30] Compiling ICal.Component.Alarm ( src/ICal/Component/Alarm.hs, dist/build/ICal/Component/Alarm.p_o )
  15744. 418.96 s [ical] [27 of 30] Compiling ICal.Component.Event ( src/ICal/Component/Event.hs, dist/build/ICal/Component/Event.p_o )
  15745. 418.96 s [genvalidity-sydtest-source] Phase: setupCompilerEnvironmentPhase
  15746. 418.97 s [genvalidity-sydtest-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  15747. 418.97 s [genvalidity-sydtest-source] Phase: unpackPhase
  15748. 418.97 s [genvalidity-sydtest-source] unpacking source archive /nix/store/x7x22vcv9d90zxznpg1fim5mgn4ldlhk-genvalidity-sydtest
  15749. 418.97 s [genvalidity-sydtest-source] source root is genvalidity-sydtest
  15750. 418.97 s [genvalidity-sydtest-source] Phase: patchPhase
  15751. 418.97 s [genvalidity-sydtest-source] Phase: compileBuildDriverPhase
  15752. 418.97 s [genvalidity-sydtest-source] setupCompileFlags: -package-db=/build/tmp.tJQUnPo7oq/setup-package.conf.d -threaded
  15753. 418.97 s [genvalidity-sydtest-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.tJQUnPo7oq/Main.o )
  15754. 418.97 s [genvalidity-sydtest-source] [2 of 2] Linking Setup
  15755. 418.97 s [genvalidity-sydtest-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  15756. 418.97 s [genvalidity-sydtest-source] Phase: configurePhase
  15757. 418.97 s [genvalidity-sydtest-source] configureFlags: --verbose --prefix=/nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-sydtest-1.0.1.0 --with-gcc=gcc --package-db=/build/tmp.tJQUnPo7oq/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  15758. 418.97 s [genvalidity-sydtest-source] Using Parsec parser
  15759. 418.97 s [genvalidity-sydtest-source] Configuring genvalidity-sydtest-1.0.1.0...
  15760. 418.97 s [opt-env-conf-test-source] Phase: setupCompilerEnvironmentPhase
  15761. 418.97 s [opt-env-conf-test-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  15762. 418.97 s [opt-env-conf-test-source] Phase: unpackPhase
  15763. 418.97 s [opt-env-conf-test-source] unpacking source archive /nix/store/8sr4z0mday4k62xn3vyb8dvl02qhicbl-opt-env-conf-test
  15764. 418.97 s [opt-env-conf-test-source] source root is opt-env-conf-test
  15765. 418.97 s [opt-env-conf-test-source] Phase: patchPhase
  15766. 418.97 s [opt-env-conf-test-source] Phase: compileBuildDriverPhase
  15767. 418.97 s [opt-env-conf-test-source] setupCompileFlags: -package-db=/build/tmp.CdvHz5H9Lj/setup-package.conf.d -threaded
  15768. 418.97 s [opt-env-conf-test-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.CdvHz5H9Lj/Main.o )
  15769. 418.97 s [opt-env-conf-test-source] [2 of 2] Linking Setup
  15770. 418.97 s [opt-env-conf-test-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  15771. 418.97 s [opt-env-conf-test-source] Phase: configurePhase
  15772. 418.97 s [opt-env-conf-test-source] configureFlags: --verbose --prefix=/nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/opt-env-conf-test-0.0.0.4 --with-gcc=gcc --package-db=/build/tmp.CdvHz5H9Lj/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  15773. 418.97 s [opt-env-conf-test-source] Using Parsec parser
  15774. 418.97 s [opt-env-conf-test-source] Configuring opt-env-conf-test-0.0.0.4...
  15775. 418.97 s [sydtest-persistent-source] Phase: setupCompilerEnvironmentPhase
  15776. 418.97 s [sydtest-persistent-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  15777. 418.97 s [sydtest-persistent-source] Phase: unpackPhase
  15778. 418.97 s [sydtest-persistent-source] unpacking source archive /nix/store/kag2hm5dfsgzhczw53a3v2crzaakmndc-sydtest-persistent
  15779. 418.97 s [sydtest-persistent-source] source root is sydtest-persistent
  15780. 418.97 s [sydtest-persistent-source] Phase: patchPhase
  15781. 418.97 s [sydtest-persistent-source] Phase: compileBuildDriverPhase
  15782. 418.97 s [sydtest-persistent-source] setupCompileFlags: -package-db=/build/tmp.2MWyaVyE1E/setup-package.conf.d -threaded
  15783. 418.97 s [sydtest-persistent-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.2MWyaVyE1E/Main.o )
  15784. 418.97 s [sydtest-persistent-source] [2 of 2] Linking Setup
  15785. 418.97 s [sydtest-persistent-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  15786. 418.97 s [sydtest-persistent-source] Phase: configurePhase
  15787. 418.97 s [sydtest-persistent-source] configureFlags: --verbose --prefix=/nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-persistent-0.1.0.0 --with-gcc=gcc --package-db=/build/tmp.2MWyaVyE1E/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  15788. 418.97 s [sydtest-persistent-source] Using Parsec parser
  15789. 418.97 s [sydtest-persistent-source] Configuring sydtest-persistent-0.1.0.0...
  15790. 419.21 s [ical] [28 of 30] Compiling ICal.Component ( src/ICal/Component.hs, dist/build/ICal/Component.p_o )
  15791. 419.22 s [cursor-dirforest-brick] Phase: setupCompilerEnvironmentPhase
  15792. 419.22 s [cursor-dirforest-brick] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  15793. 419.32 s [genvalidity-sydtest-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  15794. 419.32 s [genvalidity-sydtest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  15795. 419.32 s [genvalidity-sydtest-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  15796. 419.32 s [genvalidity-sydtest-source] Dependency sydtest: using sydtest-0.23.0.1
  15797. 419.32 s [genvalidity-sydtest-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  15798. 419.32 s [genvalidity-sydtest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  15799. 419.32 s [genvalidity-sydtest-source] Dependency genvalidity: using genvalidity-1.1.1.0
  15800. 419.32 s [genvalidity-sydtest-source] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
  15801. 419.32 s [genvalidity-sydtest-source] Dependency sydtest: using sydtest-0.23.0.1
  15802. 419.32 s [genvalidity-sydtest-source] Source component graph:
  15803. 419.32 s [genvalidity-sydtest-source] component lib
  15804. 419.32 s [genvalidity-sydtest-source] component test:genvalidity-sydtest-test dependency lib
  15805. 419.32 s [genvalidity-sydtest-source] Configured component graph:
  15806. 419.32 s [genvalidity-sydtest-source] component genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  15807. 419.32 s [genvalidity-sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  15808. 419.33 s [genvalidity-sydtest-source] include base-4.20.2.0-fafd
  15809. 419.33 s [genvalidity-sydtest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  15810. 419.33 s [genvalidity-sydtest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  15811. 419.33 s [genvalidity-sydtest-source] component genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
  15812. 419.33 s [genvalidity-sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  15813. 419.33 s [genvalidity-sydtest-source] include base-4.20.2.0-fafd
  15814. 419.33 s [genvalidity-sydtest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  15815. 419.33 s [genvalidity-sydtest-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  15816. 419.33 s [genvalidity-sydtest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  15817. 419.33 s [genvalidity-sydtest-source] Linked component graph:
  15818. 419.33 s [genvalidity-sydtest-source] unit genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  15819. 419.33 s [genvalidity-sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  15820. 419.33 s [genvalidity-sydtest-source] include base-4.20.2.0-fafd
  15821. 419.33 s [genvalidity-sydtest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  15822. 419.33 s [genvalidity-sydtest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  15823. 419.33 s [genvalidity-sydtest-source] Test.Syd.Validity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity,Test.Syd.Validity.Applicative=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Applicative,Test.Syd.Validity.Arbitrary=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Arbitrary,Test.Syd.Validity.Eq=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Eq,Test.Syd.Validity.Functions=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions,Test.Syd.Validity.Functions.CanFail=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions.CanFail,Test.Syd.Validity.Functions.Equivalence=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions.Equivalence,Test.Syd.Validity.Functions.Idempotence=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions.Idempotence,Test.Syd.Validity.Functions.Inverse=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions.Inverse,Test.Syd.Validity.Functions.Validity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions.Validity,Test.Syd.Validity.Functor=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functor,Test.Syd.Validity.GenValidity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.GenValidity,Test.Syd.Validity.GenValidity.Property=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.GenValidity.Property,Test.Syd.Validity.Monad=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Monad,Test.Syd.Validity.Monoid=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Monoid,Test.Syd.Validity.Operations=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Operations,Test.Syd.Validity.Operations.Associativity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Operations.Associativity,Test.Syd.Validity.Operations.Commutativity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Operations.Commutativity,Test.Syd.Validity.Operations.Identity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Operations.Identity,Test.Syd.Validity.Ord=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Ord,Test.Syd.Validity.Property=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Property,Test.Syd.Validity.Property.Utils=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Property.Utils,Test.Syd.Validity.Relations=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations,Test.Syd.Validity.Relations.Antireflexivity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations.Antireflexivity,Test.Syd.Validity.Relations.Antisymmetry=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations.Antisymmetry,Test.Syd.Validity.Relations.Reflexivity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations.Reflexivity,Test.Syd.Validity.Relations.Symmetry=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations.Symmetry,Test.Syd.Validity.Relations.Transitivity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations.Transitivity,Test.Syd.Validity.Show=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Show,Test.Syd.Validity.Shrinking=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Shrinking,Test.Syd.Validity.Shrinking.Property=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Shrinking.Property,Test.Syd.Validity.Types=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Types,Test.Syd.Validity.Utils=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Utils
  15824. 419.33 s [genvalidity-sydtest-source] unit genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
  15825. 419.33 s [genvalidity-sydtest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  15826. 419.33 s [genvalidity-sydtest-source] include base-4.20.2.0-fafd
  15827. 419.33 s [genvalidity-sydtest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  15828. 419.33 s [genvalidity-sydtest-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  15829. 419.33 s [genvalidity-sydtest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  15830. 419.33 s [genvalidity-sydtest-source] Ready component graph:
  15831. 419.33 s [genvalidity-sydtest-source] definite genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  15832. 419.33 s [genvalidity-sydtest-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  15833. 419.33 s [genvalidity-sydtest-source] depends base-4.20.2.0-fafd
  15834. 419.33 s [genvalidity-sydtest-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  15835. 419.33 s [genvalidity-sydtest-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  15836. 419.33 s [genvalidity-sydtest-source] definite genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
  15837. 419.33 s [genvalidity-sydtest-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  15838. 419.33 s [genvalidity-sydtest-source] depends base-4.20.2.0-fafd
  15839. 419.33 s [genvalidity-sydtest-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  15840. 419.33 s [genvalidity-sydtest-source] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  15841. 419.33 s [genvalidity-sydtest-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  15842. 419.33 s [genvalidity-sydtest-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  15843. 419.33 s [genvalidity-sydtest-source] Using compiler: ghc-9.10.3
  15844. 419.33 s [genvalidity-sydtest-source] Using install prefix:
  15845. 419.33 s [genvalidity-sydtest-source] /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0
  15846. 419.33 s [genvalidity-sydtest-source] Executables installed in:
  15847. 419.33 s [genvalidity-sydtest-source] /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0/bin
  15848. 419.33 s [genvalidity-sydtest-source] Libraries installed in:
  15849. 419.33 s [genvalidity-sydtest-source] /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  15850. 419.33 s [genvalidity-sydtest-source] Dynamic Libraries installed in:
  15851. 419.33 s [genvalidity-sydtest-source] /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  15852. 419.33 s [genvalidity-sydtest-source] Private executables installed in:
  15853. 419.33 s [genvalidity-sydtest-source] /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-1.0.1.0
  15854. 419.33 s [genvalidity-sydtest-source] Data files installed in:
  15855. 419.33 s [genvalidity-sydtest-source] /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-1.0.1.0
  15856. 419.33 s [genvalidity-sydtest-source] Documentation installed in: /share/doc/genvalidity-sydtest-1.0.1.0
  15857. 419.33 s [genvalidity-sydtest-source] Configuration files installed in:
  15858. 419.33 s [genvalidity-sydtest-source] /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0/etc
  15859. 419.33 s [genvalidity-sydtest-source] No alex found
  15860. 419.33 s [genvalidity-sydtest-source] Using ar found on system at:
  15861. 419.33 s [genvalidity-sydtest-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  15862. 419.33 s [genvalidity-sydtest-source] No c2hs found
  15863. 419.33 s [genvalidity-sydtest-source] No cpphs found
  15864. 419.33 s [genvalidity-sydtest-source] No doctest found
  15865. 419.33 s [genvalidity-sydtest-source] Using gcc version 14.3.0 given by user at:
  15866. 419.33 s [genvalidity-sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  15867. 419.33 s [genvalidity-sydtest-source] Using ghc version 9.10.3 found on system at:
  15868. 419.33 s [genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  15869. 419.33 s [genvalidity-sydtest-source] Using ghc-pkg version 9.10.3 found on system at:
  15870. 419.33 s [genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  15871. 419.33 s [genvalidity-sydtest-source] No ghcjs found
  15872. 419.33 s [genvalidity-sydtest-source] No ghcjs-pkg found
  15873. 419.33 s [genvalidity-sydtest-source] No greencard found
  15874. 419.33 s [genvalidity-sydtest-source] Using haddock version 2.31.1 found on system at:
  15875. 419.33 s [genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  15876. 419.33 s [genvalidity-sydtest-source] No happy found
  15877. 419.35 s [genvalidity-sydtest-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  15878. 419.35 s [genvalidity-sydtest-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  15879. 419.35 s [genvalidity-sydtest-source] No hmake found
  15880. 419.35 s [genvalidity-sydtest-source] Using hpc version 0.69 found on system at:
  15881. 419.35 s [genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  15882. 419.35 s [genvalidity-sydtest-source] Using hsc2hs version 0.68.10 found on system at:
  15883. 419.35 s [genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  15884. 419.35 s [genvalidity-sydtest-source] Using hscolour version 1.25 found on system at:
  15885. 419.35 s [genvalidity-sydtest-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  15886. 419.35 s [genvalidity-sydtest-source] No jhc found
  15887. 419.35 s [genvalidity-sydtest-source] Using ld found on system at:
  15888. 419.35 s [genvalidity-sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  15889. 419.35 s [genvalidity-sydtest-source] No pkg-config found
  15890. 419.35 s [genvalidity-sydtest-source] Using runghc version 9.10.3 found on system at:
  15891. 419.35 s [genvalidity-sydtest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  15892. 419.35 s [genvalidity-sydtest-source] Using strip version 2.44 found on system at:
  15893. 419.35 s [genvalidity-sydtest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  15894. 419.35 s [genvalidity-sydtest-source] Using tar found on system at:
  15895. 419.35 s [genvalidity-sydtest-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  15896. 419.35 s [genvalidity-sydtest-source] No uhc found
  15897. 419.45 s [opt-env-conf-test-source] Dependency aeson: using aeson-2.2.3.0
  15898. 419.45 s [opt-env-conf-test-source] Dependency base <5: using base-4.20.2.0
  15899. 419.45 s [opt-env-conf-test-source] Dependency genvalidity: using genvalidity-1.1.1.0
  15900. 419.45 s [opt-env-conf-test-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  15901. 419.45 s [opt-env-conf-test-source] Dependency opt-env-conf >=0.9.0.0: using opt-env-conf-0.15.0.1
  15902. 419.45 s [opt-env-conf-test-source] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
  15903. 419.45 s [opt-env-conf-test-source] Dependency sydtest: using sydtest-0.23.0.1
  15904. 419.45 s [opt-env-conf-test-source] Dependency text: using text-2.1.3
  15905. 419.45 s [opt-env-conf-test-source] Source component graph: component lib
  15906. 419.45 s [opt-env-conf-test-source] Configured component graph:
  15907. 419.45 s [opt-env-conf-test-source] component opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  15908. 419.45 s [opt-env-conf-test-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  15909. 419.45 s [opt-env-conf-test-source] include base-4.20.2.0-fafd
  15910. 419.45 s [opt-env-conf-test-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  15911. 419.45 s [opt-env-conf-test-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  15912. 419.45 s [opt-env-conf-test-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  15913. 419.45 s [opt-env-conf-test-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  15914. 419.45 s [opt-env-conf-test-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  15915. 419.45 s [opt-env-conf-test-source] include text-2.1.3-34f1
  15916. 419.45 s [opt-env-conf-test-source] Linked component graph:
  15917. 419.45 s [opt-env-conf-test-source] unit opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  15918. 419.45 s [opt-env-conf-test-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  15919. 419.45 s [opt-env-conf-test-source] include base-4.20.2.0-fafd
  15920. 419.45 s [opt-env-conf-test-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  15921. 419.45 s [opt-env-conf-test-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  15922. 419.45 s [opt-env-conf-test-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  15923. 419.45 s [opt-env-conf-test-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  15924. 419.45 s [opt-env-conf-test-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  15925. 419.45 s [opt-env-conf-test-source] include text-2.1.3-34f1
  15926. 419.45 s [opt-env-conf-test-source] OptEnvConf.Args.Gen=opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs:OptEnvConf.Args.Gen,OptEnvConf.EnvMap.Gen=opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs:OptEnvConf.EnvMap.Gen,OptEnvConf.Test=opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs:OptEnvConf.Test
  15927. 419.45 s [opt-env-conf-test-source] Ready component graph:
  15928. 419.45 s [opt-env-conf-test-source] definite opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  15929. 419.45 s [opt-env-conf-test-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  15930. 419.45 s [opt-env-conf-test-source] depends base-4.20.2.0-fafd
  15931. 419.45 s [opt-env-conf-test-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  15932. 419.45 s [opt-env-conf-test-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  15933. 419.45 s [opt-env-conf-test-source] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  15934. 419.45 s [opt-env-conf-test-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  15935. 419.45 s [opt-env-conf-test-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  15936. 419.45 s [opt-env-conf-test-source] depends text-2.1.3-34f1
  15937. 419.45 s [opt-env-conf-test-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  15938. 419.45 s [opt-env-conf-test-source] Using compiler: ghc-9.10.3
  15939. 419.45 s [opt-env-conf-test-source] Using install prefix:
  15940. 419.45 s [opt-env-conf-test-source] /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4
  15941. 419.45 s [opt-env-conf-test-source] Executables installed in:
  15942. 419.45 s [opt-env-conf-test-source] /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4/bin
  15943. 419.45 s [opt-env-conf-test-source] Libraries installed in:
  15944. 419.45 s [opt-env-conf-test-source] /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  15945. 419.45 s [opt-env-conf-test-source] Dynamic Libraries installed in:
  15946. 419.45 s [opt-env-conf-test-source] /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  15947. 419.45 s [opt-env-conf-test-source] Private executables installed in:
  15948. 419.45 s [opt-env-conf-test-source] /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4/libexec/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-test-0.0.0.4
  15949. 419.45 s [opt-env-conf-test-source] Data files installed in:
  15950. 419.45 s [opt-env-conf-test-source] /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4/share/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-test-0.0.0.4
  15951. 419.45 s [opt-env-conf-test-source] Documentation installed in: /share/doc/opt-env-conf-test-0.0.0.4
  15952. 419.45 s [opt-env-conf-test-source] Configuration files installed in:
  15953. 419.45 s [opt-env-conf-test-source] /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4/etc
  15954. 419.45 s [opt-env-conf-test-source] No alex found
  15955. 419.45 s [opt-env-conf-test-source] Using ar found on system at:
  15956. 419.45 s [opt-env-conf-test-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  15957. 419.45 s [opt-env-conf-test-source] No c2hs found
  15958. 419.45 s [opt-env-conf-test-source] No cpphs found
  15959. 419.45 s [opt-env-conf-test-source] No doctest found
  15960. 419.45 s [opt-env-conf-test-source] Using gcc version 14.3.0 given by user at:
  15961. 419.45 s [opt-env-conf-test-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  15962. 419.45 s [opt-env-conf-test-source] Using ghc version 9.10.3 found on system at:
  15963. 419.45 s [opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  15964. 419.45 s [opt-env-conf-test-source] Using ghc-pkg version 9.10.3 found on system at:
  15965. 419.45 s [opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  15966. 419.45 s [opt-env-conf-test-source] No ghcjs found
  15967. 419.45 s [opt-env-conf-test-source] No ghcjs-pkg found
  15968. 419.45 s [opt-env-conf-test-source] No greencard found
  15969. 419.45 s [opt-env-conf-test-source] Using haddock version 2.31.1 found on system at:
  15970. 419.45 s [opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  15971. 419.45 s [opt-env-conf-test-source] No happy found
  15972. 419.45 s [opt-env-conf-test-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  15973. 419.45 s [opt-env-conf-test-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  15974. 419.45 s [opt-env-conf-test-source] No hmake found
  15975. 419.45 s [opt-env-conf-test-source] Using hpc version 0.69 found on system at:
  15976. 419.45 s [opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  15977. 419.45 s [opt-env-conf-test-source] Using hsc2hs version 0.68.10 found on system at:
  15978. 419.45 s [opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  15979. 419.45 s [opt-env-conf-test-source] Using hscolour version 1.25 found on system at:
  15980. 419.45 s [opt-env-conf-test-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  15981. 419.45 s [opt-env-conf-test-source] No jhc found
  15982. 419.45 s [opt-env-conf-test-source] Using ld found on system at:
  15983. 419.45 s [opt-env-conf-test-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  15984. 419.45 s [opt-env-conf-test-source] No pkg-config found
  15985. 419.45 s [opt-env-conf-test-source] Using runghc version 9.10.3 found on system at:
  15986. 419.45 s [opt-env-conf-test-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  15987. 419.45 s [opt-env-conf-test-source] Using strip version 2.44 found on system at:
  15988. 419.45 s [opt-env-conf-test-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  15989. 419.46 s [opt-env-conf-test-source] Using tar found on system at:
  15990. 419.46 s [opt-env-conf-test-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  15991. 419.46 s [opt-env-conf-test-source] No uhc found
  15992. 419.53 s [genvalidity-sydtest-source] Phase: buildPhase
  15993. 419.53 s [cursor-dirforest-brick] Phase: unpackPhase
  15994. 419.54 s [cursor-dirforest-brick] unpacking source archive /nix/store/4hyrcg83g9wymdmsknwybil6lhpm8mip-cursor-dirforest-brick-source-0.0.0.0/cursor-dirforest-brick-0.0.0.0.tar.gz
  15995. 419.54 s [genvalidity-sydtest-source] Distribution quality warnings:
  15996. 419.54 s [genvalidity-sydtest-source] [no-description] No 'description' field.
  15997. 419.54 s [genvalidity-sydtest-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  15998. 419.54 s [genvalidity-sydtest-source] - QuickCheck
  15999. 419.54 s [genvalidity-sydtest-source] - genvalidity
  16000. 419.54 s [genvalidity-sydtest-source] - sydtest
  16001. 419.54 s [genvalidity-sydtest-source] Please add them. There is more information at https://pvp.haskell.org/
  16002. 419.54 s [genvalidity-sydtest-source] Building source dist for genvalidity-sydtest-1.0.1.0...
  16003. 419.54 s [cursor-dirforest-brick] source root is cursor-dirforest-brick-0.0.0.0
  16004. 419.55 s [cursor-dirforest-brick] setting SOURCE_DATE_EPOCH to timestamp 1780347949 of file "cursor-dirforest-brick-0.0.0.0/src/Cursor/DirForest/Brick.hs"
  16005. 419.55 s [cursor-dirforest-brick] warning: file "cursor-dirforest-brick-0.0.0.0/src/Cursor/DirForest/Brick.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  16006. 419.55 s [cursor-dirforest-brick] Phase: patchPhase
  16007. 419.56 s [genvalidity-sydtest-source] Source tarball created: dist/genvalidity-sydtest-1.0.1.0.tar.gz
  16008. 419.56 s [cursor-dirforest-brick] Phase: compileBuildDriverPhase
  16009. 419.57 s [genvalidity-sydtest-source] Phase: checkPhase
  16010. 419.57 s [cursor-dirforest-brick] setupCompileFlags: -package-db=/build/tmp.zID2dpF0jj/setup-package.conf.d -threaded
  16011. 419.57 s [genvalidity-sydtest-source] Phase: haddockPhase
  16012. 419.58 s [genvalidity-sydtest-source] Phase: installPhase
  16013. 419.58 s [sydtest-persistent-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  16014. 419.58 s [sydtest-persistent-source] Dependency bytestring: using bytestring-0.12.2.0
  16015. 419.58 s [sydtest-persistent-source] Dependency mtl: using mtl-2.3.1
  16016. 419.58 s [sydtest-persistent-source] Dependency persistent: using persistent-2.17.1.0
  16017. 419.58 s [sydtest-persistent-source] Dependency sydtest >=0.17: using sydtest-0.23.0.1
  16018. 419.58 s [sydtest-persistent-source] Dependency text: using text-2.1.3
  16019. 419.58 s [sydtest-persistent-source] Dependency unliftio: using unliftio-0.2.25.1
  16020. 419.58 s [sydtest-persistent-source] Source component graph: component lib
  16021. 419.58 s [sydtest-persistent-source] Configured component graph:
  16022. 419.58 s [sydtest-persistent-source] component sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  16023. 419.58 s [sydtest-persistent-source] include base-4.20.2.0-fafd
  16024. 419.58 s [sydtest-persistent-source] include bytestring-0.12.2.0-96e1
  16025. 419.58 s [sydtest-persistent-source] include mtl-2.3.1-37af
  16026. 419.58 s [sydtest-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  16027. 419.58 s [sydtest-persistent-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  16028. 419.59 s [sydtest-persistent-source] include text-2.1.3-34f1
  16029. 419.59 s [sydtest-persistent-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  16030. 419.59 s [sydtest-persistent-source] Linked component graph:
  16031. 419.59 s [sydtest-persistent-source] unit sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  16032. 419.59 s [sydtest-persistent-source] include base-4.20.2.0-fafd
  16033. 419.59 s [sydtest-persistent-source] include bytestring-0.12.2.0-96e1
  16034. 419.59 s [sydtest-persistent-source] include mtl-2.3.1-37af
  16035. 419.59 s [sydtest-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  16036. 419.59 s [sydtest-persistent-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  16037. 419.59 s [sydtest-persistent-source] include text-2.1.3-34f1
  16038. 419.59 s [sydtest-persistent-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  16039. 419.59 s [sydtest-persistent-source] Test.Syd.Persistent=sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U:Test.Syd.Persistent
  16040. 419.59 s [sydtest-persistent-source] Ready component graph:
  16041. 419.59 s [sydtest-persistent-source] definite sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  16042. 419.59 s [sydtest-persistent-source] depends base-4.20.2.0-fafd
  16043. 419.59 s [sydtest-persistent-source] depends bytestring-0.12.2.0-96e1
  16044. 419.59 s [sydtest-persistent-source] depends mtl-2.3.1-37af
  16045. 419.59 s [sydtest-persistent-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  16046. 419.59 s [sydtest-persistent-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  16047. 419.59 s [sydtest-persistent-source] depends text-2.1.3-34f1
  16048. 419.59 s [sydtest-persistent-source] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  16049. 419.59 s [sydtest-persistent-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  16050. 419.59 s [sydtest-persistent-source] Using compiler: ghc-9.10.3
  16051. 419.59 s [sydtest-persistent-source] Using install prefix:
  16052. 419.59 s [sydtest-persistent-source] /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0
  16053. 419.59 s [sydtest-persistent-source] Executables installed in:
  16054. 419.59 s [sydtest-persistent-source] /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0/bin
  16055. 419.59 s [sydtest-persistent-source] Libraries installed in:
  16056. 419.59 s [sydtest-persistent-source] /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  16057. 419.59 s [sydtest-persistent-source] Dynamic Libraries installed in:
  16058. 419.59 s [sydtest-persistent-source] /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  16059. 419.59 s [sydtest-persistent-source] Private executables installed in:
  16060. 419.59 s [sydtest-persistent-source] /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-0.1.0.0
  16061. 419.59 s [sydtest-persistent-source] Data files installed in:
  16062. 419.59 s [sydtest-persistent-source] /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0/share/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-0.1.0.0
  16063. 419.59 s [sydtest-persistent-source] Documentation installed in: /share/doc/sydtest-persistent-0.1.0.0
  16064. 419.59 s [sydtest-persistent-source] Configuration files installed in:
  16065. 419.59 s [sydtest-persistent-source] /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0/etc
  16066. 419.59 s [sydtest-persistent-source] No alex found
  16067. 419.59 s [sydtest-persistent-source] Using ar found on system at:
  16068. 419.59 s [sydtest-persistent-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  16069. 419.59 s [sydtest-persistent-source] No c2hs found
  16070. 419.59 s [sydtest-persistent-source] No cpphs found
  16071. 419.59 s [sydtest-persistent-source] No doctest found
  16072. 419.59 s [sydtest-persistent-source] Using gcc version 14.3.0 given by user at:
  16073. 419.59 s [sydtest-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  16074. 419.59 s [sydtest-persistent-source] Using ghc version 9.10.3 found on system at:
  16075. 419.59 s [sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  16076. 419.59 s [sydtest-persistent-source] Using ghc-pkg version 9.10.3 found on system at:
  16077. 419.59 s [sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  16078. 419.59 s [sydtest-persistent-source] No ghcjs found
  16079. 419.59 s [sydtest-persistent-source] No ghcjs-pkg found
  16080. 419.59 s [sydtest-persistent-source] No greencard found
  16081. 419.59 s [sydtest-persistent-source] Using haddock version 2.31.1 found on system at:
  16082. 419.59 s [sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  16083. 419.59 s [sydtest-persistent-source] No happy found
  16084. 419.59 s [sydtest-persistent-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  16085. 419.59 s [sydtest-persistent-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  16086. 419.59 s [sydtest-persistent-source] No hmake found
  16087. 419.59 s [sydtest-persistent-source] Using hpc version 0.69 found on system at:
  16088. 419.59 s [sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  16089. 419.59 s [sydtest-persistent-source] Using hsc2hs version 0.68.10 found on system at:
  16090. 419.59 s [sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  16091. 419.59 s [sydtest-persistent-source] Using hscolour version 1.25 found on system at:
  16092. 419.59 s [sydtest-persistent-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  16093. 419.59 s [sydtest-persistent-source] No jhc found
  16094. 419.59 s [sydtest-persistent-source] Using ld found on system at:
  16095. 419.59 s [sydtest-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  16096. 419.59 s [sydtest-persistent-source] No pkg-config found
  16097. 419.59 s [sydtest-persistent-source] Using runghc version 9.10.3 found on system at:
  16098. 419.59 s [sydtest-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  16099. 419.59 s [sydtest-persistent-source] Using strip version 2.44 found on system at:
  16100. 419.59 s [sydtest-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  16101. 419.59 s [sydtest-persistent-source] Using tar found on system at:
  16102. 419.59 s [sydtest-persistent-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  16103. 419.59 s [sydtest-persistent-source] No uhc found
  16104. 419.59 s [genvalidity-sydtest-source] Phase: fixupPhase
  16105. 419.62 s [opt-env-conf-test-source] Phase: buildPhase
  16106. 419.62 s [cursor-dirforest-brick] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.zID2dpF0jj/Main.o )
  16107. 419.67 s [cursor-dirforest-brick] [2 of 2] Linking Setup
  16108. 419.74 s [opt-env-conf-test-source] Distribution quality warnings:
  16109. 419.74 s [opt-env-conf-test-source] [no-category] No 'category' field.
  16110. 419.74 s [opt-env-conf-test-source] [no-description] No 'description' field.
  16111. 419.74 s [opt-env-conf-test-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  16112. 419.74 s [opt-env-conf-test-source] - aeson
  16113. 419.74 s [opt-env-conf-test-source] - genvalidity
  16114. 419.74 s [opt-env-conf-test-source] - genvalidity-containers
  16115. 419.74 s [opt-env-conf-test-source] - opt-env-conf
  16116. 419.74 s [opt-env-conf-test-source] - safe-coloured-text
  16117. 419.74 s [opt-env-conf-test-source] - sydtest
  16118. 419.74 s [opt-env-conf-test-source] - text
  16119. 419.74 s [opt-env-conf-test-source] Please add them. There is more information at https://pvp.haskell.org/
  16120. 419.74 s [opt-env-conf-test-source] Building source dist for opt-env-conf-test-0.0.0.4...
  16121. 419.77 s [sydtest-persistent-source] Phase: buildPhase
  16122. 419.78 s [sydtest-persistent-source] Distribution quality warnings:
  16123. 419.78 s [sydtest-persistent-source] [no-description] No 'description' field.
  16124. 419.78 s [sydtest-persistent-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  16125. 419.78 s [sydtest-persistent-source] - bytestring
  16126. 419.78 s [sydtest-persistent-source] - mtl
  16127. 419.78 s [sydtest-persistent-source] - persistent
  16128. 419.78 s [sydtest-persistent-source] - sydtest
  16129. 419.78 s [sydtest-persistent-source] - text
  16130. 419.78 s [sydtest-persistent-source] - unliftio
  16131. 419.78 s [sydtest-persistent-source] Please add them. There is more information at https://pvp.haskell.org/
  16132. 419.78 s [sydtest-persistent-source] Building source dist for sydtest-persistent-0.1.0.0...
  16133. 419.79 s [sydtest-persistent-source] Source tarball created: dist/sydtest-persistent-0.1.0.0.tar.gz
  16134. 419.79 s [sydtest-persistent-source] Phase: checkPhase
  16135. 419.80 s [sydtest-persistent-source] Phase: haddockPhase
  16136. 419.80 s [sydtest-persistent-source] Phase: installPhase
  16137. 419.80 s [opt-env-conf-test-source] Source tarball created: dist/opt-env-conf-test-0.0.0.4.tar.gz
  16138. 419.81 s [sydtest-persistent-source] Phase: fixupPhase
  16139. 419.82 s [opt-env-conf-test-source] Phase: haddockPhase
  16140. 419.82 s [opt-env-conf-test-source] Phase: installPhase
  16141. 419.83 s [opt-env-conf-test-source] Phase: fixupPhase
  16142. 419.99 s [ical] [29 of 30] Compiling ICal ( src/ICal.hs, dist/build/ICal.p_o )
  16143. 420.36 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0
  16144. 420.73 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  16145. 420.73 s [post-build-hook]
  16146. 421.06 s [post-build-hook] Pushing /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0 (18.65 KiB)
  16147. 421.89 s [post-build-hook]
  16148. 421.89 s [post-build-hook] All done.
  16149. 421.91 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0
  16150. 421.97 s [post-build-hook] copying 1 paths...
  16151. 421.97 s [post-build-hook] copying path '/nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0' to 'https://cache.staging.nix-ci.com'...
  16152. 422.35 s [post-build-hook] copying 0 paths...
  16153. 422.40 s Progress: 109 of 147 built (4 building), 815 of 815 downloaded from cache
  16154. 422.47 s Building genvalidity-sydtest
  16155. 422.47 s [ical] [30 of 30] Compiling Paths_ical ( dist/build/autogen/Paths_ical.hs, dist/build/Paths_ical.p_o )
  16156. 422.47 s [ical] buildPhase completed in 58 seconds
  16157. 422.47 s [ical] Phase: checkPhase
  16158. 422.47 s [ical] Package has no test suites.
  16159. 422.47 s [ical] Phase: haddockPhase
  16160. 422.47 s [ical] Preprocessing library for ical-0.0.0.0...
  16161. 422.47 s [ical] Running Haddock on library for ical-0.0.0.0...
  16162. 422.47 s [ical] [ 1 of 30] Compiling ICal.UnfoldedLine ( src/ICal/UnfoldedLine.hs, nothing )
  16163. 422.47 s [cursor-dirforest-brick] Phase: updateAutotoolsGnuConfigScriptsPhase
  16164. 422.47 s [cursor-dirforest-brick] Phase: configurePhase
  16165. 422.47 s [cursor-dirforest-brick] configureFlags: --verbose --prefix=/nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/d8h0jaqp9ybfazw4aky2mm6cgjiyfv4j-cursor-dirforest-brick-0.0.0.0-doc/share/doc/cursor-dirforest-brick-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.zID2dpF0jj/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  16166. 422.47 s [cursor-dirforest-brick] Using Parsec parser
  16167. 422.47 s [cursor-dirforest-brick] Configuring cursor-dirforest-brick-0.0.0.0...
  16168. 422.47 s [cursor-dirforest-brick] Dependency base >=4.7 && <5: using base-4.20.2.0
  16169. 422.47 s [cursor-dirforest-brick] Dependency brick: using brick-2.9
  16170. 422.47 s [cursor-dirforest-brick] Dependency containers: using containers-0.7
  16171. 422.47 s [cursor-dirforest-brick] Dependency cursor: using cursor-0.3.2.0
  16172. 422.47 s [cursor-dirforest-brick] Dependency cursor-brick: using cursor-brick-0.1.0.1
  16173. 422.47 s [cursor-dirforest-brick] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
  16174. 422.47 s [cursor-dirforest-brick] Dependency dirforest: using dirforest-0.1.0.0
  16175. 422.47 s [cursor-dirforest-brick] Dependency vty: using vty-6.4
  16176. 422.47 s [cursor-dirforest-brick] Source component graph: component lib
  16177. 422.47 s [cursor-dirforest-brick] Configured component graph:
  16178. 422.47 s [cursor-dirforest-brick] component cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
  16179. 422.47 s [cursor-dirforest-brick] include base-4.20.2.0-fafd
  16180. 422.47 s [cursor-dirforest-brick] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
  16181. 422.47 s [cursor-dirforest-brick] include containers-0.7-96b4
  16182. 422.47 s [cursor-dirforest-brick] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  16183. 422.47 s [cursor-dirforest-brick] include cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
  16184. 422.47 s [cursor-dirforest-brick] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  16185. 422.47 s [cursor-dirforest-brick] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  16186. 422.47 s [cursor-dirforest-brick] include vty-6.4-K1OakpHsBDZBUi5PBPeSvr
  16187. 422.47 s [cursor-dirforest-brick] Linked component graph:
  16188. 422.47 s [cursor-dirforest-brick] unit cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
  16189. 422.47 s [cursor-dirforest-brick] include base-4.20.2.0-fafd
  16190. 422.47 s [cursor-dirforest-brick] include brick-2.9-Geod5flTzTmIlrRxHv8UFE
  16191. 422.47 s [cursor-dirforest-brick] include containers-0.7-96b4
  16192. 422.47 s [cursor-dirforest-brick] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  16193. 422.47 s [cursor-dirforest-brick] include cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
  16194. 422.47 s [cursor-dirforest-brick] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  16195. 422.47 s [cursor-dirforest-brick] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  16196. 422.47 s [cursor-dirforest-brick] include vty-6.4-K1OakpHsBDZBUi5PBPeSvr
  16197. 422.47 s [cursor-dirforest-brick] Cursor.DirForest.Brick=cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk:Cursor.DirForest.Brick
  16198. 422.47 s [cursor-dirforest-brick] Ready component graph:
  16199. 422.47 s [cursor-dirforest-brick] definite cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
  16200. 422.47 s [cursor-dirforest-brick] depends base-4.20.2.0-fafd
  16201. 422.47 s [cursor-dirforest-brick] depends brick-2.9-Geod5flTzTmIlrRxHv8UFE
  16202. 422.47 s [cursor-dirforest-brick] depends containers-0.7-96b4
  16203. 422.47 s [cursor-dirforest-brick] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  16204. 422.47 s [cursor-dirforest-brick] depends cursor-brick-0.1.0.1-2p6pekGNaiQ8kdRKwAE2p8
  16205. 422.47 s [cursor-dirforest-brick] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  16206. 422.47 s [cursor-dirforest-brick] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  16207. 422.47 s [cursor-dirforest-brick] depends vty-6.4-K1OakpHsBDZBUi5PBPeSvr
  16208. 422.47 s [cursor-dirforest-brick] Using Cabal-3.12.1.0 compiled by ghc-9.10
  16209. 422.47 s [cursor-dirforest-brick] Using compiler: ghc-9.10.3
  16210. 422.47 s [cursor-dirforest-brick] Using install prefix:
  16211. 422.47 s [cursor-dirforest-brick] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0
  16212. 422.47 s [cursor-dirforest-brick] Executables installed in:
  16213. 422.47 s [cursor-dirforest-brick] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/bin
  16214. 422.47 s [cursor-dirforest-brick] Libraries installed in:
  16215. 422.47 s [cursor-dirforest-brick] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
  16216. 422.47 s [cursor-dirforest-brick] Dynamic Libraries installed in:
  16217. 422.66 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4
  16218. 423.02 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  16219. 423.02 s [post-build-hook]
  16220. 423.37 s [post-build-hook] Pushing /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4 (58.49 KiB)
  16221. 424.69 s [post-build-hook]
  16222. 424.69 s [post-build-hook] All done.
  16223. 424.70 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4
  16224. 424.79 s [post-build-hook] copying 1 paths...
  16225. 424.79 s [post-build-hook] copying path '/nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4' to 'https://cache.staging.nix-ci.com'...
  16226. 425.21 s [post-build-hook] copying 0 paths...
  16227. 425.25 s Progress: 110 of 147 built (4 building), 815 of 815 downloaded from cache
  16228. 425.28 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0
  16229. 425.63 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  16230. 425.63 s [post-build-hook]
  16231. 425.99 s [post-build-hook] Pushing /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0 (3.22 KiB)
  16232. 426.95 s [post-build-hook]
  16233. 426.95 s [post-build-hook] All done.
  16234. 426.96 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0
  16235. 427.02 s [post-build-hook] copying 1 paths...
  16236. 427.02 s [post-build-hook] copying path '/nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0' to 'https://cache.staging.nix-ci.com'...
  16237. 427.56 s [post-build-hook] copying 0 paths...
  16238. 427.59 s Progress: 111 of 148 built (3 building), 815 of 815 downloaded from cache
  16239. 427.66 s Building sydtest-wai-source
  16240. 427.74 s Building opt-env-conf-test
  16241. 427.75 s Waiting for lock on waiting for a free build user ID for '/nix/store/hfq69c9vq1hhp0wigrskbnk6hpx5gm58-sydtest-persistent
  16242. 427.75 s [ical] [ 2 of 30] Compiling ICal.ContentLine ( src/ICal/ContentLine.hs, nothing )
  16243. 427.75 s [ical] [ 3 of 30] Compiling ICal.Parameter.Class ( src/ICal/Parameter/Class.hs, nothing )
  16244. 427.75 s [ical] [ 4 of 30] Compiling ICal.Parameter.ValueDataType ( src/ICal/Parameter/ValueDataType.hs, nothing )
  16245. 427.75 s [ical] [ 5 of 30] Compiling ICal.PropertyType.Class ( src/ICal/PropertyType/Class.hs, nothing )
  16246. 427.75 s [ical] [ 6 of 30] Compiling ICal.PropertyType.URI ( src/ICal/PropertyType/URI.hs, nothing )
  16247. 427.75 s [ical] [ 7 of 30] Compiling ICal.PropertyType.CalAddress ( src/ICal/PropertyType/CalAddress.hs, nothing )
  16248. 427.78 s [ical] [ 8 of 30] Compiling ICal.Parameter ( src/ICal/Parameter.hs, nothing )
  16249. 427.78 s [ical] [ 9 of 30] Compiling ICal.PropertyType.UTCOffset ( src/ICal/PropertyType/UTCOffset.hs, nothing )
  16250. 427.78 s [ical] [10 of 30] Compiling ICal.PropertyType.Time ( src/ICal/PropertyType/Time.hs, nothing )
  16251. 427.78 s [ical] [11 of 30] Compiling ICal.PropertyType.FloatingPoint ( src/ICal/PropertyType/FloatingPoint.hs, nothing )
  16252. 427.78 s [ical] [12 of 30] Compiling ICal.PropertyType.Duration ( src/ICal/PropertyType/Duration.hs, nothing )
  16253. 427.78 s [ical] [13 of 30] Compiling ICal.PropertyType.Date ( src/ICal/PropertyType/Date.hs, nothing )
  16254. 427.78 s [ical] [14 of 30] Compiling ICal.PropertyType.DateTime ( src/ICal/PropertyType/DateTime.hs, nothing )
  16255. 427.78 s [ical] [15 of 30] Compiling ICal.PropertyType.RecurrenceRule ( src/ICal/PropertyType/RecurrenceRule.hs, nothing )
  16256. 427.78 s [ical] [16 of 30] Compiling ICal.PropertyType.Period ( src/ICal/PropertyType/Period.hs, nothing )
  16257. 427.78 s [ical] [17 of 30] Compiling ICal.PropertyType.DateTimes ( src/ICal/PropertyType/DateTimes.hs, nothing )
  16258. 427.78 s [ical] [18 of 30] Compiling ICal.PropertyType.Binary ( src/ICal/PropertyType/Binary.hs, nothing )
  16259. 427.78 s [ical] [19 of 30] Compiling ICal.PropertyType ( src/ICal/PropertyType.hs, nothing )
  16260. 427.81 s [ical] [20 of 30] Compiling ICal.Property ( src/ICal/Property.hs, nothing )
  16261. 427.81 s [ical] [21 of 30] Compiling ICal.Component.Class ( src/ICal/Component/Class.hs, nothing )
  16262. 427.81 s [ical] [22 of 30] Compiling ICal.Component.Todo ( src/ICal/Component/Todo.hs, nothing )
  16263. 427.81 s [ical] [23 of 30] Compiling ICal.Component.TimeZone ( src/ICal/Component/TimeZone.hs, nothing )
  16264. 427.81 s [ical] [24 of 30] Compiling ICal.Component.Journal ( src/ICal/Component/Journal.hs, nothing )
  16265. 427.81 s [ical] [25 of 30] Compiling ICal.Component.FreeBusy ( src/ICal/Component/FreeBusy.hs, nothing )
  16266. 427.81 s [ical] [26 of 30] Compiling ICal.Component.Alarm ( src/ICal/Component/Alarm.hs, nothing )
  16267. 427.81 s [ical] [27 of 30] Compiling ICal.Component.Event ( src/ICal/Component/Event.hs, nothing )
  16268. 427.81 s [ical] [28 of 30] Compiling ICal.Component ( src/ICal/Component.hs, nothing )
  16269. 427.81 s [ical] [29 of 30] Compiling ICal ( src/ICal.hs, nothing )
  16270. 427.81 s [ical] [30 of 30] Compiling Paths_ical ( dist/build/autogen/Paths_ical.hs, nothing )
  16271. 427.81 s [ical] Haddock coverage:
  16272. 427.81 s [ical] 16% ( 1 / 6) in 'ICal.UnfoldedLine'
  16273. 427.81 s [ical] Missing documentation for:
  16274. 427.81 s [ical] Module header
  16275. 427.81 s [ical] UnfoldingError (src/ICal/UnfoldedLine.hs:75)
  16276. 427.81 s [ical] UnfoldingFixableError (src/ICal/UnfoldedLine.hs:82)
  16277. 427.81 s [ical] parseUnfoldedLines (src/ICal/UnfoldedLine.hs:98)
  16278. 427.81 s [ical] renderUnfoldedLines (src/ICal/UnfoldedLine.hs:142)
  16279. 427.81 s [ical] 14% ( 5 / 35) in 'ICal.ContentLine'
  16280. 427.81 s [ical] Missing documentation for:
  16281. 427.81 s [ical] Module header
  16282. 427.81 s [ical] ContentLine (src/ICal/ContentLine.hs:98)
  16283. 427.81 s [ical] mkSimpleContentLine (src/ICal/ContentLine.hs:116)
  16284. 427.81 s [ical] ContentLineName (src/ICal/ContentLine.hs:142)
  16285. 427.81 s [ical] ContentLineValue (src/ICal/ContentLine.hs:122)
  16286. 427.81 s [ical] emptyContentLineValue (src/ICal/ContentLine.hs:140)
  16287. 427.81 s [ical] mkSimpleContentLineValue (src/ICal/ContentLine.hs:133)
  16288. 427.81 s [ical] parseContentLineFromUnfoldedLine (src/ICal/ContentLine.hs:223)
  16289. 427.81 s [ical] renderContentLineToUnfoldedLine (src/ICal/ContentLine.hs:226)
  16290. 427.81 s [ical] ParamName (src/ICal/ContentLine.hs:162)
  16291. 427.81 s [ical] ParamValue (src/ICal/ContentLine.hs:185)
  16292. 427.81 s [ical] paramValueCI (src/ICal/ContentLine.hs:207)
  16293. 427.82 s [ical] ciToParamValue (src/ICal/ContentLine.hs:212)
  16294. 427.89 s [ical] haveToQuoteText (src/ICal/ContentLine.hs:466)
  16295. 427.89 s [ical] P (src/ICal/ContentLine.hs:229)
  16296. 427.89 s [ical] contentLineP (src/ICal/ContentLine.hs:232)
  16297. 427.89 s [ical] contentLineNameP (src/ICal/ContentLine.hs:241)
  16298. 427.89 s [ical] contentLineValueP (src/ICal/ContentLine.hs:244)
  16299. 427.89 s [ical] paramNameP (src/ICal/ContentLine.hs:284)
  16300. 427.89 s [ical] paramValueP (src/ICal/ContentLine.hs:288)
  16301. 427.89 s [ical] contentLineB (src/ICal/ContentLine.hs:351)
  16302. 427.89 s [ical] contentLineNameB (src/ICal/ContentLine.hs:369)
  16303. 427.89 s [ical] renderContentLineName (src/ICal/ContentLine.hs:366)
  16304. 427.89 s [ical] contentLineValueB (src/ICal/ContentLine.hs:358)
  16305. 427.89 s [cursor-dirforest-brick] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  16306. 427.89 s [cursor-dirforest-brick] Private executables installed in:
  16307. 427.89 s [cursor-dirforest-brick] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-brick-0.0.0.0
  16308. 427.89 s [cursor-dirforest-brick] Data files installed in:
  16309. 427.89 s [cursor-dirforest-brick] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-brick-0.0.0.0
  16310. 427.89 s [cursor-dirforest-brick] Documentation installed in:
  16311. 427.89 s [cursor-dirforest-brick] /nix/store/d8h0jaqp9ybfazw4aky2mm6cgjiyfv4j-cursor-dirforest-brick-0.0.0.0-doc/share/doc/cursor-dirforest-brick-0.0.0.0
  16312. 427.89 s [cursor-dirforest-brick] Configuration files installed in:
  16313. 427.89 s [cursor-dirforest-brick] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/etc
  16314. 427.89 s [cursor-dirforest-brick] No alex found
  16315. 427.89 s [cursor-dirforest-brick] Using ar found on system at:
  16316. 427.89 s [cursor-dirforest-brick] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  16317. 427.89 s [cursor-dirforest-brick] No c2hs found
  16318. 427.89 s [cursor-dirforest-brick] No cpphs found
  16319. 427.89 s [cursor-dirforest-brick] No doctest found
  16320. 427.89 s [cursor-dirforest-brick] Using gcc version 14.3.0 given by user at:
  16321. 427.96 s [cursor-dirforest-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  16322. 427.96 s [cursor-dirforest-brick] Using ghc version 9.10.3 found on system at:
  16323. 427.96 s [cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  16324. 427.96 s [cursor-dirforest-brick] Using ghc-pkg version 9.10.3 found on system at:
  16325. 427.96 s [cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  16326. 427.96 s [cursor-dirforest-brick] No ghcjs found
  16327. 427.96 s [cursor-dirforest-brick] No ghcjs-pkg found
  16328. 427.96 s [cursor-dirforest-brick] No greencard found
  16329. 427.96 s [cursor-dirforest-brick] Using haddock version 2.31.1 found on system at:
  16330. 427.96 s [cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  16331. 427.96 s [cursor-dirforest-brick] No happy found
  16332. 427.96 s [cursor-dirforest-brick] Using haskell-suite found on system at: haskell-suite-dummy-location
  16333. 427.96 s [cursor-dirforest-brick] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  16334. 427.96 s [cursor-dirforest-brick] No hmake found
  16335. 427.96 s [cursor-dirforest-brick] Using hpc version 0.69 found on system at:
  16336. 427.96 s [cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  16337. 427.96 s [cursor-dirforest-brick] Using hsc2hs version 0.68.10 found on system at:
  16338. 427.96 s [cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  16339. 427.96 s [cursor-dirforest-brick] Using hscolour version 1.25 found on system at:
  16340. 427.96 s [cursor-dirforest-brick] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  16341. 427.96 s [cursor-dirforest-brick] No jhc found
  16342. 427.96 s [cursor-dirforest-brick] Using ld found on system at:
  16343. 427.96 s [cursor-dirforest-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  16344. 428.04 s [cursor-dirforest-brick] No pkg-config found
  16345. 428.04 s [cursor-dirforest-brick] Using runghc version 9.10.3 found on system at:
  16346. 428.04 s [cursor-dirforest-brick] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  16347. 428.04 s [cursor-dirforest-brick] Using strip version 2.44 found on system at:
  16348. 428.04 s [cursor-dirforest-brick] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  16349. 428.04 s [cursor-dirforest-brick] Using tar found on system at:
  16350. 428.04 s [cursor-dirforest-brick] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  16351. 428.04 s [cursor-dirforest-brick] No uhc found
  16352. 428.04 s [cursor-dirforest-brick] Phase: buildPhase
  16353. 428.04 s [cursor-dirforest-brick] Preprocessing library for cursor-dirforest-brick-0.0.0.0...
  16354. 428.04 s [cursor-dirforest-brick] Building library for cursor-dirforest-brick-0.0.0.0...
  16355. 428.04 s [cursor-dirforest-brick] [1 of 2] Compiling Cursor.DirForest.Brick ( src/Cursor/DirForest/Brick.hs, dist/build/Cursor/DirForest/Brick.o, dist/build/Cursor/DirForest/Brick.dyn_o )
  16356. 428.04 s [cursor-dirforest-brick] [2 of 2] Compiling Paths_cursor_dirforest_brick ( dist/build/autogen/Paths_cursor_dirforest_brick.hs, dist/build/Paths_cursor_dirforest_brick.o, dist/build/Paths_cursor_dirforest_brick.dyn_o )
  16357. 428.04 s [cursor-dirforest-brick] [1 of 2] Compiling Cursor.DirForest.Brick ( src/Cursor/DirForest/Brick.hs, dist/build/Cursor/DirForest/Brick.p_o )
  16358. 428.04 s [cursor-dirforest-brick] [2 of 2] Compiling Paths_cursor_dirforest_brick ( dist/build/autogen/Paths_cursor_dirforest_brick.hs, dist/build/Paths_cursor_dirforest_brick.p_o )
  16359. 428.04 s [cursor-dirforest-brick] Phase: checkPhase
  16360. 428.04 s [cursor-dirforest-brick] Package has no test suites.
  16361. 428.04 s [cursor-dirforest-brick] Phase: haddockPhase
  16362. 428.04 s [cursor-dirforest-brick] Preprocessing library for cursor-dirforest-brick-0.0.0.0...
  16363. 428.04 s [cursor-dirforest-brick] Running Haddock on library for cursor-dirforest-brick-0.0.0.0...
  16364. 428.04 s [cursor-dirforest-brick] Warning: The documentation for the following packages are not installed. No
  16365. 428.04 s [cursor-dirforest-brick] links will be generated to these packages: path-0.9.6, path-0.9.6,
  16366. 428.04 s [cursor-dirforest-brick] vector-0.13.2.0
  16367. 428.11 s [cursor-dirforest-brick] [1 of 2] Compiling Cursor.DirForest.Brick ( src/Cursor/DirForest/Brick.hs, nothing )
  16368. 428.11 s [cursor-dirforest-brick] [2 of 2] Compiling Paths_cursor_dirforest_brick ( dist/build/autogen/Paths_cursor_dirforest_brick.hs, nothing )
  16369. 428.11 s [cursor-dirforest-brick] Haddock coverage:
  16370. 428.11 s [cursor-dirforest-brick] 0% ( 0 / 4) in 'Cursor.DirForest.Brick'
  16371. 428.11 s [cursor-dirforest-brick] Missing documentation for:
  16372. 428.11 s [cursor-dirforest-brick] Module header
  16373. 428.11 s [cursor-dirforest-brick] verticalPaddedDirForestCursorWidget (src/Cursor/DirForest/Brick.hs:23)
  16374. 428.11 s [cursor-dirforest-brick] verticalDirForestCursorWidget (src/Cursor/DirForest/Brick.hs:32)
  16375. 428.11 s [genvalidity-sydtest] Phase: setupCompilerEnvironmentPhase
  16376. 428.11 s [genvalidity-sydtest] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  16377. 428.11 s [genvalidity-sydtest] Phase: unpackPhase
  16378. 428.11 s [genvalidity-sydtest] unpacking source archive /nix/store/rxhk7rcgq377iy9dgcnxip0p3xc0y6cz-genvalidity-sydtest-source-1.0.1.0/genvalidity-sydtest-1.0.1.0.tar.gz
  16379. 428.11 s [genvalidity-sydtest] source root is genvalidity-sydtest-1.0.1.0
  16380. 428.11 s [genvalidity-sydtest] setting SOURCE_DATE_EPOCH to timestamp 1780347953 of file "genvalidity-sydtest-1.0.1.0/test/Test/Syd/Validity/ShrinkingSpec.hs"
  16381. 428.11 s [genvalidity-sydtest] warning: file "genvalidity-sydtest-1.0.1.0/test/Test/Syd/Validity/ShrinkingSpec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  16382. 428.11 s [genvalidity-sydtest] Phase: patchPhase
  16383. 428.11 s [genvalidity-sydtest] Phase: compileBuildDriverPhase
  16384. 428.11 s [genvalidity-sydtest] setupCompileFlags: -package-db=/build/tmp.SKJQ7mMAcn/setup-package.conf.d -threaded
  16385. 428.11 s [genvalidity-sydtest] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.SKJQ7mMAcn/Main.o )
  16386. 428.11 s [genvalidity-sydtest] [2 of 2] Linking Setup
  16387. 428.11 s [genvalidity-sydtest] Phase: updateAutotoolsGnuConfigScriptsPhase
  16388. 428.11 s [genvalidity-sydtest] Phase: configurePhase
  16389. 428.11 s [genvalidity-sydtest] configureFlags: --verbose --prefix=/nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc/share/doc/genvalidity-sydtest-1.0.1.0 --with-gcc=gcc --package-db=/build/tmp.SKJQ7mMAcn/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  16390. 428.11 s [genvalidity-sydtest] Using Parsec parser
  16391. 428.19 s [genvalidity-sydtest] Configuring genvalidity-sydtest-1.0.1.0...
  16392. 428.19 s [genvalidity-sydtest] Dependency QuickCheck: using QuickCheck-2.15.0.1
  16393. 428.19 s [genvalidity-sydtest] Dependency base >=4.7 && <5: using base-4.20.2.0
  16394. 428.19 s [genvalidity-sydtest] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  16395. 428.19 s [genvalidity-sydtest] Dependency sydtest: using sydtest-0.23.0.1
  16396. 428.19 s [genvalidity-sydtest] Dependency QuickCheck: using QuickCheck-2.15.0.1
  16397. 428.19 s [genvalidity-sydtest] Dependency base >=4.7 && <5: using base-4.20.2.0
  16398. 428.19 s [genvalidity-sydtest] Dependency genvalidity: using genvalidity-1.1.1.0
  16399. 428.19 s [genvalidity-sydtest] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
  16400. 428.19 s [genvalidity-sydtest] Dependency sydtest: using sydtest-0.23.0.1
  16401. 428.19 s [genvalidity-sydtest] Source component graph:
  16402. 428.19 s [genvalidity-sydtest] component lib
  16403. 428.19 s [genvalidity-sydtest] component test:genvalidity-sydtest-test dependency lib
  16404. 428.19 s [genvalidity-sydtest] Configured component graph:
  16405. 428.19 s [genvalidity-sydtest] component genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  16406. 428.19 s [genvalidity-sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  16407. 428.19 s [genvalidity-sydtest] include base-4.20.2.0-fafd
  16408. 428.19 s [genvalidity-sydtest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  16409. 428.19 s [genvalidity-sydtest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  16410. 428.19 s [genvalidity-sydtest] component genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
  16411. 428.19 s [genvalidity-sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  16412. 428.19 s [genvalidity-sydtest] include base-4.20.2.0-fafd
  16413. 428.19 s [genvalidity-sydtest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  16414. 428.19 s [genvalidity-sydtest] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  16415. 428.19 s [genvalidity-sydtest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  16416. 428.19 s [genvalidity-sydtest] Linked component graph:
  16417. 428.19 s [genvalidity-sydtest] unit genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  16418. 428.19 s [genvalidity-sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  16419. 428.19 s [genvalidity-sydtest] include base-4.20.2.0-fafd
  16420. 428.19 s [genvalidity-sydtest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  16421. 428.19 s [ical] paramNameB (src/ICal/ContentLine.hs:387)
  16422. 428.19 s [ical] paramValueB (src/ICal/ContentLine.hs:390)
  16423. 428.19 s [ical] validateSafeChar (src/ICal/ContentLine.hs:331)
  16424. 428.19 s [ical] validateQSafeChar (src/ICal/ContentLine.hs:310)
  16425. 428.19 s [ical] validateNameChar (src/ICal/ContentLine.hs:261)
  16426. 428.19 s [ical] validateVendorIdChar (src/ICal/ContentLine.hs:264)
  16427. 428.19 s [ical] Warning: 'ContentLineValue' is ambiguous. It is defined
  16428. 428.19 s [ical] * at src/ICal/ContentLine.hs:122:25
  16429. 428.19 s [ical] * at src/ICal/ContentLine.hs:122:1
  16430. 428.19 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16431. 428.19 s [ical] by specifying the type/value namespace explicitly.
  16432. 428.19 s [ical] Defaulting to the one defined at src/ICal/ContentLine.hs:122:1
  16433. 428.19 s [ical] 6% ( 1 / 16) in 'ICal.Parameter.Class'
  16434. 428.19 s [ical] Missing documentation for:
  16435. 428.19 s [ical] Module header
  16436. 428.19 s [ical] ParameterParseError (src/ICal/Parameter/Class.hs:33)
  16437. 428.19 s [ical] ParameterParseFixableError (src/ICal/Parameter/Class.hs:82)
  16438. 428.19 s [ical] lookupParam (src/ICal/Parameter/Class.hs:125)
  16439. 428.20 s [ical] optionalParam (src/ICal/Parameter/Class.hs:137)
  16440. 428.20 s [ical] listParam (src/ICal/Parameter/Class.hs:148)
  16441. 428.20 s [ical] insertParam (src/ICal/Parameter/Class.hs:154)
  16442. 428.20 s [ical] insertMParam (src/ICal/Parameter/Class.hs:161)
  16443. 428.20 s [ical] insertParamNE (src/ICal/Parameter/Class.hs:164)
  16444. 428.20 s [ical] insertParamList (src/ICal/Parameter/Class.hs:171)
  16445. 428.20 s [ical] insertParamWithDefault (src/ICal/Parameter/Class.hs:183)
  16446. 428.20 s [ical] anySingleParamP (src/ICal/Parameter/Class.hs:193)
  16447. 428.20 s [ical] quotedParamP (src/ICal/Parameter/Class.hs:201)
  16448. 428.20 s [ical] quotedParamB (src/ICal/Parameter/Class.hs:206)
  16449. 428.20 s [ical] anySingleParamB (src/ICal/Parameter/Class.hs:210)
  16450. 428.20 s [ical] 50% ( 1 / 2) in 'ICal.Parameter.ValueDataType'
  16451. 428.20 s [ical] Missing documentation for:
  16452. 428.20 s [ical] Module header
  16453. 428.20 s [ical] Warning: 'ContentLineValue' is ambiguous. It is defined
  16454. 428.20 s [ical] * at src/ICal/ContentLine.hs:122:25
  16455. 428.20 s [ical] * at src/ICal/ContentLine.hs:122:1
  16456. 428.20 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16457. 428.20 s [ical] by specifying the type/value namespace explicitly.
  16458. 428.20 s [ical] Defaulting to the one defined at src/ICal/ContentLine.hs:122:1
  16459. 428.20 s [ical] 32% ( 8 / 25) in 'ICal.PropertyType.Class'
  16460. 428.20 s [ical] Missing documentation for:
  16461. 428.20 s [ical] Module header
  16462. 428.20 s [ical] PropertyTypeParseError (src/ICal/PropertyType/Class.hs:62)
  16463. 428.20 s [ical] PropertyTypeFixableError (src/ICal/PropertyType/Class.hs:143)
  16464. 428.20 s [ical] typedPropertyTypeP (src/ICal/PropertyType/Class.hs:381)
  16465. 428.20 s [ical] propertyTypeListP (src/ICal/PropertyType/Class.hs:333)
  16466. 428.20 s [ical] propertyTypeSetP (src/ICal/PropertyType/Class.hs:368)
  16467. 428.20 s [ical] parseTimesSetText (src/ICal/PropertyType/Class.hs:471)
  16468. 428.20 s [ical] parseTimesListText (src/ICal/PropertyType/Class.hs:463)
  16469. 428.20 s [ical] parseTimeStr (src/ICal/PropertyType/Class.hs:458)
  16470. 428.20 s [ical] typedPropertyTypeB (src/ICal/PropertyType/Class.hs:399)
  16471. 428.20 s [ical] propertyTypeListB (src/ICal/PropertyType/Class.hs:343)
  16472. 428.20 s [ical] propertyTypeSetB (src/ICal/PropertyType/Class.hs:374)
  16473. 428.20 s [ical] proxyOf (src/ICal/PropertyType/Class.hs:455)
  16474. 428.20 s [ical] splitOnCommas (src/ICal/PropertyType/Class.hs:354)
  16475. 428.20 s [ical] validateImpreciseLocalTime (src/ICal/PropertyType/Class.hs:444)
  16476. 428.20 s [ical] validateImpreciseTimeOfDay (src/ICal/PropertyType/Class.hs:449)
  16477. 428.20 s [ical] validateImpreciseUTCTime (src/ICal/PropertyType/Class.hs:441)
  16478. 428.20 s [ical] 25% ( 1 / 4) in 'ICal.PropertyType.URI'
  16479. 428.20 s [ical] Missing documentation for:
  16480. 428.20 s [ical] Module header
  16481. 428.20 s [ical] parseURI (src/ICal/PropertyType/URI.hs:114)
  16482. 428.20 s [ical] renderURI (src/ICal/PropertyType/URI.hs:117)
  16483. 428.20 s [ical] 25% ( 1 / 4) in 'ICal.PropertyType.CalAddress'
  16484. 428.20 s [ical] Missing documentation for:
  16485. 428.20 s [ical] Module header
  16486. 428.20 s [ical] parseCalAddress (src/ICal/PropertyType/CalAddress.hs:73)
  16487. 428.20 s [ical] renderCalAddress (src/ICal/PropertyType/CalAddress.hs:76)
  16488. 428.20 s [ical] Warning: ICal.Parameter: Could not find documentation for exported module: ICal.Parameter
  16489. 428.20 s [ical] 78% ( 25 / 32) in 'ICal.Parameter'
  16490. 428.20 s [ical] Missing documentation for:
  16491. 428.20 s [ical] Module header
  16492. 428.20 s [ical] defaultCalendarUserType (src/ICal/Parameter.hs:219)
  16493. 428.20 s [ical] defaultEncoding (src/ICal/Parameter.hs:414)
  16494. 428.20 s [ical] defaultFreeBusyTimeType (src/ICal/Parameter.hs:530)
  16495. 428.20 s [ical] defaultAlarmTriggerRelationship (src/ICal/Parameter.hs:864)
  16496. 428.20 s [ical] defaultRelationshipType (src/ICal/Parameter.hs:938)
  16497. 428.20 s [ical] defaultDisplay (src/ICal/Parameter.hs:1294)
  16498. 428.20 s [ical] 37% ( 3 / 8) in 'ICal.PropertyType.UTCOffset'
  16499. 428.20 s [ical] Missing documentation for:
  16500. 428.20 s [ical] Module header
  16501. 428.20 s [ical] parseUTCOffset (src/ICal/PropertyType/UTCOffset.hs:93)
  16502. 428.20 s [ical] renderUTCOffset (src/ICal/PropertyType/UTCOffset.hs:114)
  16503. 428.20 s [cursor-dirforest-brick] dirForestCursorWidget (src/Cursor/DirForest/Brick.hs:48)
  16504. 428.20 s [genvalidity-sydtest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  16505. 428.20 s [genvalidity-sydtest] Test.Syd.Validity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity,Test.Syd.Validity.Applicative=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Applicative,Test.Syd.Validity.Arbitrary=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Arbitrary,Test.Syd.Validity.Eq=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Eq,Test.Syd.Validity.Functions=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions,Test.Syd.Validity.Functions.CanFail=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions.CanFail,Test.Syd.Validity.Functions.Equivalence=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions.Equivalence,Test.Syd.Validity.Functions.Idempotence=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions.Idempotence,Test.Syd.Validity.Functions.Inverse=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions.Inverse,Test.Syd.Validity.Functions.Validity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functions.Validity,Test.Syd.Validity.Functor=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Functor,Test.Syd.Validity.GenValidity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.GenValidity,Test.Syd.Validity.GenValidity.Property=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.GenValidity.Property,Test.Syd.Validity.Monad=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Monad,Test.Syd.Validity.Monoid=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Monoid,Test.Syd.Validity.Operations=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Operations,Test.Syd.Validity.Operations.Associativity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Operations.Associativity,Test.Syd.Validity.Operations.Commutativity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Operations.Commutativity,Test.Syd.Validity.Operations.Identity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Operations.Identity,Test.Syd.Validity.Ord=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Ord,Test.Syd.Validity.Property=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Property,Test.Syd.Validity.Property.Utils=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Property.Utils,Test.Syd.Validity.Relations=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations,Test.Syd.Validity.Relations.Antireflexivity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations.Antireflexivity,Test.Syd.Validity.Relations.Antisymmetry=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations.Antisymmetry,Test.Syd.Validity.Relations.Reflexivity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations.Reflexivity,Test.Syd.Validity.Relations.Symmetry=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations.Symmetry,Test.Syd.Validity.Relations.Transitivity=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Relations.Transitivity,Test.Syd.Validity.Show=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Show,Test.Syd.Validity.Shrinking=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Shrinking,Test.Syd.Validity.Shrinking.Property=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Shrinking.Property,Test.Syd.Validity.Types=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Types,Test.Syd.Validity.Utils=genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN:Test.Syd.Validity.Utils
  16506. 428.20 s [genvalidity-sydtest] unit genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
  16507. 428.20 s [genvalidity-sydtest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  16508. 428.20 s [genvalidity-sydtest] include base-4.20.2.0-fafd
  16509. 428.20 s [genvalidity-sydtest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  16510. 428.20 s [genvalidity-sydtest] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  16511. 428.20 s [ical] utcOffsetTimeZone (src/ICal/PropertyType/UTCOffset.hs:134)
  16512. 428.20 s [ical] utcOffsetAbsBound (src/ICal/PropertyType/UTCOffset.hs:81)
  16513. 428.20 s [ical] 33% ( 2 / 6) in 'ICal.PropertyType.Time'
  16514. 428.20 s [ical] Missing documentation for:
  16515. 428.20 s [ical] Module header
  16516. 428.20 s [ical] timeP (src/ICal/PropertyType/Time.hs:201)
  16517. 428.20 s [ical] timeB (src/ICal/PropertyType/Time.hs:213)
  16518. 428.20 s [ical] timeOfDayShowsPrec (src/ICal/PropertyType/Time.hs:188)
  16519. 428.20 s [ical] 50% ( 1 / 2) in 'ICal.PropertyType.FloatingPoint'
  16520. 428.20 s [ical] Missing documentation for:
  16521. 428.20 s [ical] Module header
  16522. 428.20 s [ical] 6% ( 1 / 15) in 'ICal.PropertyType.Duration'
  16523. 428.20 s [ical] Missing documentation for:
  16524. 428.20 s [ical] Module header
  16525. 428.20 s [ical] durationNominalDiffTime (src/ICal/PropertyType/Duration.hs:159)
  16526. 428.20 s [ical] nominalDiffTimeDuration (src/ICal/PropertyType/Duration.hs:125)
  16527. 428.20 s [ical] durationOneDay (src/ICal/PropertyType/Duration.hs:114)
  16528. 428.20 s [ical] parseDuration (src/ICal/PropertyType/Duration.hs:298)
  16529. 428.20 s [ical] renderDuration (src/ICal/PropertyType/Duration.hs:255)
  16530. 428.20 s [ical] Sign (src/ICal/PropertyType/Duration.hs:225)
  16531. 428.20 s [ical] durationSign (src/ICal/PropertyType/Duration.hs:233)
  16532. 428.20 s [ical] DurTime (src/ICal/PropertyType/Duration.hs:186)
  16533. 428.20 s [ical] durTimeNominalDiffTime (src/ICal/PropertyType/Duration.hs:199)
  16534. 428.20 s [ical] DurDate (src/ICal/PropertyType/Duration.hs:164)
  16535. 428.20 s [ical] durDateNominalDiffTime (src/ICal/PropertyType/Duration.hs:178)
  16536. 428.20 s [ical] DurWeek (src/ICal/PropertyType/Duration.hs:206)
  16537. 428.20 s [ical] durWeekNominalDiffTime (src/ICal/PropertyType/Duration.hs:217)
  16538. 428.20 s [ical] 25% ( 3 / 12) in 'ICal.PropertyType.Date'
  16539. 428.20 s [ical] Missing documentation for:
  16540. 428.20 s [ical] Module header
  16541. 428.20 s [ical] parseDate (src/ICal/PropertyType/Date.hs:124)
  16542. 428.20 s [ical] renderDate (src/ICal/PropertyType/Date.hs:127)
  16543. 428.20 s [ical] dateB (src/ICal/PropertyType/Date.hs:121)
  16544. 428.20 s [ical] dateP (src/ICal/PropertyType/Date.hs:118)
  16545. 428.20 s [ical] dateAddDays (src/ICal/PropertyType/Date.hs:115)
  16546. 428.20 s [ical] diffDates (src/ICal/PropertyType/Date.hs:112)
  16547. 428.20 s [ical] dayShowsPrec (src/ICal/PropertyType/Date.hs:87)
  16548. 428.20 s [ical] dateFormatStr (src/ICal/PropertyType/Date.hs:130)
  16549. 428.20 s [ical] 15% ( 3 / 19) in 'ICal.PropertyType.DateTime'
  16550. 428.20 s [ical] Missing documentation for:
  16551. 428.20 s [ical] Module header
  16552. 428.20 s [ical] parseDateTimeFloating (src/ICal/PropertyType/DateTime.hs:300)
  16553. 428.20 s [ical] parseDateTimeUTC (src/ICal/PropertyType/DateTime.hs:309)
  16554. 428.20 s [ical] renderDateTimeUTC (src/ICal/PropertyType/DateTime.hs:312)
  16555. 428.20 s [ical] renderDateTimeFloating (src/ICal/PropertyType/DateTime.hs:303)
  16556. 428.20 s [ical] dateTimeP (src/ICal/PropertyType/DateTime.hs:263)
  16557. 428.20 s [ical] dateTimeB (src/ICal/PropertyType/DateTime.hs:281)
  16558. 428.20 s [ical] dateTimeUTCB (src/ICal/PropertyType/DateTime.hs:290)
  16559. 428.20 s [ical] dateTimeUTCP (src/ICal/PropertyType/DateTime.hs:278)
  16560. 428.20 s [ical] dateTimeFloatingB (src/ICal/PropertyType/DateTime.hs:287)
  16561. 428.20 s [ical] dateTimeFloatingP (src/ICal/PropertyType/DateTime.hs:275)
  16562. 428.20 s [ical] dateTimeFloatingFormatStr (src/ICal/PropertyType/DateTime.hs:306)
  16563. 428.20 s [ical] dateTimeZonedFormatStr (src/ICal/PropertyType/DateTime.hs:318)
  16564. 428.20 s [ical] dateTimeUTCFormatStr (src/ICal/PropertyType/DateTime.hs:315)
  16565. 428.20 s [ical] utcTimeShowsPrec (src/ICal/PropertyType/DateTime.hs:228)
  16566. 428.20 s [ical] localTimeShowsPrec (src/ICal/PropertyType/DateTime.hs:220)
  16567. 428.20 s [ical] Warning: 'recur' is out of scope.
  16568. 428.20 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16569. 428.20 s [ical] Warning: 'BySetPos' is ambiguous. It is defined
  16570. 428.20 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1241:20
  16571. 428.20 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1241:1
  16572. 428.20 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16573. 428.20 s [ical] by specifying the type/value namespace explicitly.
  16574. 428.20 s [ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:1241:1
  16575. 428.20 s [ical] Warning: 'ByMonth' is ambiguous. It is defined
  16576. 428.20 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1203:19
  16577. 428.20 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1203:1
  16578. 428.20 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16579. 428.20 s [ical] by specifying the type/value namespace explicitly.
  16580. 428.20 s [ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:1203:1
  16581. 428.20 s [ical] Warning: 'ByWeekNo' is ambiguous. It is defined
  16582. 428.20 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1171:20
  16583. 428.20 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1171:1
  16584. 428.20 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16585. 428.20 s [ical] by specifying the type/value namespace explicitly.
  16586. 428.20 s [ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:1171:1
  16587. 428.20 s [genvalidity-sydtest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  16588. 428.20 s [genvalidity-sydtest] Ready component graph:
  16589. 428.20 s [genvalidity-sydtest] definite genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  16590. 428.20 s [genvalidity-sydtest] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  16591. 428.20 s [genvalidity-sydtest] depends base-4.20.2.0-fafd
  16592. 428.20 s [genvalidity-sydtest] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  16593. 428.20 s [genvalidity-sydtest] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  16594. 428.20 s [genvalidity-sydtest] definite genvalidity-sydtest-1.0.1.0-6VW2ecMqqXD4oYf5iWUNyP-genvalidity-sydtest-test
  16595. 428.20 s [genvalidity-sydtest] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  16596. 428.20 s [genvalidity-sydtest] depends base-4.20.2.0-fafd
  16597. 428.20 s [genvalidity-sydtest] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  16598. 428.20 s [genvalidity-sydtest] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  16599. 428.20 s [genvalidity-sydtest] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  16600. 428.20 s [genvalidity-sydtest] Using Cabal-3.12.1.0 compiled by ghc-9.10
  16601. 428.20 s [genvalidity-sydtest] Using compiler: ghc-9.10.3
  16602. 428.20 s [genvalidity-sydtest] Using install prefix:
  16603. 428.20 s [genvalidity-sydtest] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0
  16604. 428.20 s [genvalidity-sydtest] Executables installed in:
  16605. 428.20 s [genvalidity-sydtest] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/bin
  16606. 428.20 s [genvalidity-sydtest] Libraries installed in:
  16607. 428.20 s [genvalidity-sydtest] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  16608. 428.20 s [genvalidity-sydtest] Dynamic Libraries installed in:
  16609. 428.20 s [genvalidity-sydtest] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  16610. 428.20 s [genvalidity-sydtest] Private executables installed in:
  16611. 428.20 s [genvalidity-sydtest] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-1.0.1.0
  16612. 428.21 s [genvalidity-sydtest] Data files installed in:
  16613. 428.21 s [genvalidity-sydtest] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-1.0.1.0
  16614. 428.21 s [genvalidity-sydtest] Documentation installed in:
  16615. 428.21 s [genvalidity-sydtest] /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc/share/doc/genvalidity-sydtest-1.0.1.0
  16616. 428.21 s [genvalidity-sydtest] Configuration files installed in:
  16617. 428.21 s [genvalidity-sydtest] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/etc
  16618. 428.21 s [genvalidity-sydtest] No alex found
  16619. 428.21 s [genvalidity-sydtest] Using ar found on system at:
  16620. 428.21 s [genvalidity-sydtest] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  16621. 428.21 s [genvalidity-sydtest] No c2hs found
  16622. 428.21 s [genvalidity-sydtest] No cpphs found
  16623. 428.21 s [genvalidity-sydtest] No doctest found
  16624. 428.21 s [genvalidity-sydtest] Using gcc version 14.3.0 given by user at:
  16625. 428.21 s [genvalidity-sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  16626. 428.21 s [genvalidity-sydtest] Using ghc version 9.10.3 found on system at:
  16627. 428.21 s [genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  16628. 428.21 s [genvalidity-sydtest] Using ghc-pkg version 9.10.3 found on system at:
  16629. 428.21 s [genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  16630. 428.21 s [genvalidity-sydtest] No ghcjs found
  16631. 428.21 s [genvalidity-sydtest] No ghcjs-pkg found
  16632. 428.21 s [genvalidity-sydtest] No greencard found
  16633. 428.21 s [genvalidity-sydtest] Using haddock version 2.31.1 found on system at:
  16634. 428.21 s [genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  16635. 428.21 s [genvalidity-sydtest] No happy found
  16636. 428.21 s [genvalidity-sydtest] Using haskell-suite found on system at: haskell-suite-dummy-location
  16637. 428.21 s [genvalidity-sydtest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  16638. 428.21 s [genvalidity-sydtest] No hmake found
  16639. 428.21 s [genvalidity-sydtest] Using hpc version 0.69 found on system at:
  16640. 428.21 s [genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  16641. 428.21 s [genvalidity-sydtest] Using hsc2hs version 0.68.10 found on system at:
  16642. 428.21 s [genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  16643. 428.21 s [genvalidity-sydtest] Using hscolour version 1.25 found on system at:
  16644. 428.21 s [genvalidity-sydtest] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  16645. 428.21 s [genvalidity-sydtest] No jhc found
  16646. 428.21 s [genvalidity-sydtest] Using ld found on system at:
  16647. 428.21 s [genvalidity-sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  16648. 428.21 s [genvalidity-sydtest] No pkg-config found
  16649. 428.21 s [genvalidity-sydtest] Using runghc version 9.10.3 found on system at:
  16650. 428.21 s [genvalidity-sydtest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  16651. 428.21 s [genvalidity-sydtest] Using strip version 2.44 found on system at:
  16652. 428.21 s [genvalidity-sydtest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  16653. 428.21 s [genvalidity-sydtest] Using tar found on system at:
  16654. 428.21 s [genvalidity-sydtest] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  16655. 428.21 s [genvalidity-sydtest] No uhc found
  16656. 428.21 s [genvalidity-sydtest] Phase: buildPhase
  16657. 428.21 s [genvalidity-sydtest] Preprocessing library for genvalidity-sydtest-1.0.1.0...
  16658. 428.21 s [genvalidity-sydtest] Building library for genvalidity-sydtest-1.0.1.0...
  16659. 428.21 s [genvalidity-sydtest] [ 1 of 34] Compiling Paths_genvalidity_sydtest ( dist/build/autogen/Paths_genvalidity_sydtest.hs, dist/build/Paths_genvalidity_sydtest.o, dist/build/Paths_genvalidity_sydtest.dyn_o )
  16660. 428.21 s [ical] Warning: 'ByYearDay' is ambiguous. It is defined
  16661. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1130:21
  16662. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1130:1
  16663. 428.21 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16664. 428.21 s [ical] by specifying the type/value namespace explicitly.
  16665. 428.21 s [ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:1130:1
  16666. 428.21 s [ical] Warning: 'ByMonthDay' is ambiguous. It is defined
  16667. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1098:22
  16668. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:1098:1
  16669. 428.21 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16670. 428.21 s [ical] by specifying the type/value namespace explicitly.
  16671. 428.21 s [ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:1098:1
  16672. 428.21 s [ical] Warning: 'ByHour' is ambiguous. It is defined
  16673. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:975:18
  16674. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:975:1
  16675. 428.21 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16676. 428.21 s [ical] by specifying the type/value namespace explicitly.
  16677. 428.21 s [ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:975:1
  16678. 428.21 s [ical] Warning: 'ByMinute' is ambiguous. It is defined
  16679. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:945:20
  16680. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:945:1
  16681. 428.21 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16682. 428.21 s [ical] by specifying the type/value namespace explicitly.
  16683. 428.21 s [ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:945:1
  16684. 428.21 s [ical] Warning: 'BySecond' is ambiguous. It is defined
  16685. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:915:20
  16686. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:915:1
  16687. 428.21 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16688. 428.21 s [ical] by specifying the type/value namespace explicitly.
  16689. 428.21 s [ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:915:1
  16690. 428.21 s [ical] Warning: 'UntilCount' is out of scope.
  16691. 428.21 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16692. 428.21 s [ical] Warning: 'Interval' is ambiguous. It is defined
  16693. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:764:20
  16694. 428.21 s [ical] * at src/ICal/PropertyType/RecurrenceRule.hs:764:1
  16695. 428.21 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16696. 428.21 s [ical] by specifying the type/value namespace explicitly.
  16697. 428.21 s [ical] Defaulting to the one defined at src/ICal/PropertyType/RecurrenceRule.hs:764:1
  16698. 428.21 s [ical] 56% ( 14 / 25) in 'ICal.PropertyType.RecurrenceRule'
  16699. 428.21 s [ical] Missing documentation for:
  16700. 428.21 s [ical] Module header
  16701. 428.21 s [ical] makeRecurrenceRule (src/ICal/PropertyType/RecurrenceRule.hs:1350)
  16702. 428.21 s [ical] parseRecurrenceRule (src/ICal/PropertyType/RecurrenceRule.hs:581)
  16703. 428.21 s [ical] renderRecurrenceRule (src/ICal/PropertyType/RecurrenceRule.hs:640)
  16704. 428.21 s [ical] recurrenceRuleP (src/ICal/PropertyType/RecurrenceRule.hs:576)
  16705. 428.21 s [ical] recurrenceRuleB (src/ICal/PropertyType/RecurrenceRule.hs:637)
  16706. 428.21 s [ical] Count (src/ICal/PropertyType/RecurrenceRule.hs:885)
  16707. 428.21 s [ical] Month (src/ICal/PropertyType/RecurrenceRule.hs:1298)
  16708. 428.21 s [ical] monthToMonthNo (src/ICal/PropertyType/RecurrenceRule.hs:1319)
  16709. 428.21 s [ical] monthNoToMonth (src/ICal/PropertyType/RecurrenceRule.hs:1334)
  16710. 428.21 s [ical] IsRecurrenceRulePart (src/ICal/PropertyType/RecurrenceRule.hs:671)
  16711. 428.21 s [ical] Warning: 'Z' is out of scope.
  16712. 428.21 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16713. 428.21 s [ical] 50% ( 1 / 2) in 'ICal.PropertyType.Period'
  16714. 428.21 s [ical] Missing documentation for:
  16715. 428.21 s [ical] Module header
  16716. 428.21 s [ical] 0% ( 0 / 5) in 'ICal.PropertyType.DateTimes'
  16717. 428.21 s [ical] Missing documentation for:
  16718. 428.21 s [ical] Module header
  16719. 428.21 s [ical] DateTimes (src/ICal/PropertyType/DateTimes.hs:38)
  16720. 428.21 s [ical] dateTimesB (src/ICal/PropertyType/DateTimes.hs:102)
  16721. 428.21 s [ical] dateTimesP (src/ICal/PropertyType/DateTimes.hs:89)
  16722. 428.21 s [ical] toSet (src/ICal/PropertyType/DateTimes.hs:105)
  16723. 428.21 s [ical] 25% ( 1 / 4) in 'ICal.PropertyType.Binary'
  16724. 428.21 s [ical] Missing documentation for:
  16725. 428.21 s [ical] Module header
  16726. 428.21 s [ical] parseBinary (src/ICal/PropertyType/Binary.hs:117)
  16727. 428.21 s [ical] renderBinary (src/ICal/PropertyType/Binary.hs:120)
  16728. 428.21 s [ical] 92% ( 13 / 14) in 'ICal.PropertyType'
  16729. 428.21 s [ical] Missing documentation for:
  16730. 428.21 s [ical] Module header
  16731. 428.21 s [ical] Warning: 'LocalTime' is out of scope.
  16732. 428.21 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16733. 428.21 s [ical] Warning: 'ContentLineValue' is ambiguous. It is defined
  16734. 428.21 s [ical] * at src/ICal/ContentLine.hs:122:25
  16735. 428.21 s [ical] * at src/ICal/ContentLine.hs:122:1
  16736. 428.21 s [genvalidity-sydtest] [ 2 of 34] Compiling Test.Syd.Validity.Functions.Idempotence ( src/Test/Syd/Validity/Functions/Idempotence.hs, dist/build/Test/Syd/Validity/Functions/Idempotence.o, dist/build/Test/Syd/Validity/Functions/Idempotence.dyn_o )
  16737. 428.21 s [genvalidity-sydtest] [ 3 of 34] Compiling Test.Syd.Validity.Operations.Associativity ( src/Test/Syd/Validity/Operations/Associativity.hs, dist/build/Test/Syd/Validity/Operations/Associativity.o, dist/build/Test/Syd/Validity/Operations/Associativity.dyn_o )
  16738. 428.21 s [genvalidity-sydtest] [ 4 of 34] Compiling Test.Syd.Validity.Operations.Commutativity ( src/Test/Syd/Validity/Operations/Commutativity.hs, dist/build/Test/Syd/Validity/Operations/Commutativity.o, dist/build/Test/Syd/Validity/Operations/Commutativity.dyn_o )
  16739. 428.21 s [genvalidity-sydtest] [ 5 of 34] Compiling Test.Syd.Validity.Operations.Identity ( src/Test/Syd/Validity/Operations/Identity.hs, dist/build/Test/Syd/Validity/Operations/Identity.o, dist/build/Test/Syd/Validity/Operations/Identity.dyn_o )
  16740. 428.21 s [genvalidity-sydtest] [ 6 of 34] Compiling Test.Syd.Validity.Operations ( src/Test/Syd/Validity/Operations.hs, dist/build/Test/Syd/Validity/Operations.o, dist/build/Test/Syd/Validity/Operations.dyn_o )
  16741. 428.21 s [genvalidity-sydtest] [ 7 of 34] Compiling Test.Syd.Validity.Property.Utils ( src/Test/Syd/Validity/Property/Utils.hs, dist/build/Test/Syd/Validity/Property/Utils.o, dist/build/Test/Syd/Validity/Property/Utils.dyn_o )
  16742. 428.21 s [genvalidity-sydtest] [ 8 of 34] Compiling Test.Syd.Validity.GenValidity.Property ( src/Test/Syd/Validity/GenValidity/Property.hs, dist/build/Test/Syd/Validity/GenValidity/Property.o, dist/build/Test/Syd/Validity/GenValidity/Property.dyn_o )
  16743. 428.21 s [genvalidity-sydtest] [ 9 of 34] Compiling Test.Syd.Validity.Functions.Validity ( src/Test/Syd/Validity/Functions/Validity.hs, dist/build/Test/Syd/Validity/Functions/Validity.o, dist/build/Test/Syd/Validity/Functions/Validity.dyn_o )
  16744. 428.21 s [genvalidity-sydtest] [10 of 34] Compiling Test.Syd.Validity.Relations.Antireflexivity ( src/Test/Syd/Validity/Relations/Antireflexivity.hs, dist/build/Test/Syd/Validity/Relations/Antireflexivity.o, dist/build/Test/Syd/Validity/Relations/Antireflexivity.dyn_o )
  16745. 428.21 s [genvalidity-sydtest] [11 of 34] Compiling Test.Syd.Validity.Relations.Antisymmetry ( src/Test/Syd/Validity/Relations/Antisymmetry.hs, dist/build/Test/Syd/Validity/Relations/Antisymmetry.o, dist/build/Test/Syd/Validity/Relations/Antisymmetry.dyn_o )
  16746. 428.21 s [genvalidity-sydtest] [12 of 34] Compiling Test.Syd.Validity.Relations.Reflexivity ( src/Test/Syd/Validity/Relations/Reflexivity.hs, dist/build/Test/Syd/Validity/Relations/Reflexivity.o, dist/build/Test/Syd/Validity/Relations/Reflexivity.dyn_o )
  16747. 428.21 s [genvalidity-sydtest] [13 of 34] Compiling Test.Syd.Validity.Relations.Symmetry ( src/Test/Syd/Validity/Relations/Symmetry.hs, dist/build/Test/Syd/Validity/Relations/Symmetry.o, dist/build/Test/Syd/Validity/Relations/Symmetry.dyn_o )
  16748. 428.21 s [genvalidity-sydtest] [14 of 34] Compiling Test.Syd.Validity.Relations.Transitivity ( src/Test/Syd/Validity/Relations/Transitivity.hs, dist/build/Test/Syd/Validity/Relations/Transitivity.o, dist/build/Test/Syd/Validity/Relations/Transitivity.dyn_o )
  16749. 428.21 s [genvalidity-sydtest] [15 of 34] Compiling Test.Syd.Validity.Relations ( src/Test/Syd/Validity/Relations.hs, dist/build/Test/Syd/Validity/Relations.o, dist/build/Test/Syd/Validity/Relations.dyn_o )
  16750. 428.21 s [genvalidity-sydtest] [16 of 34] Compiling Test.Syd.Validity.Shrinking.Property ( src/Test/Syd/Validity/Shrinking/Property.hs, dist/build/Test/Syd/Validity/Shrinking/Property.o, dist/build/Test/Syd/Validity/Shrinking/Property.dyn_o )
  16751. 428.21 s [genvalidity-sydtest] [17 of 34] Compiling Test.Syd.Validity.Types ( src/Test/Syd/Validity/Types.hs, dist/build/Test/Syd/Validity/Types.o, dist/build/Test/Syd/Validity/Types.dyn_o )
  16752. 428.21 s [genvalidity-sydtest] [18 of 34] Compiling Test.Syd.Validity.Functions.Inverse ( src/Test/Syd/Validity/Functions/Inverse.hs, dist/build/Test/Syd/Validity/Functions/Inverse.o, dist/build/Test/Syd/Validity/Functions/Inverse.dyn_o )
  16753. 428.21 s [genvalidity-sydtest] [19 of 34] Compiling Test.Syd.Validity.Functions.Equivalence ( src/Test/Syd/Validity/Functions/Equivalence.hs, dist/build/Test/Syd/Validity/Functions/Equivalence.o, dist/build/Test/Syd/Validity/Functions/Equivalence.dyn_o )
  16754. 428.21 s [genvalidity-sydtest] [20 of 34] Compiling Test.Syd.Validity.Functions.CanFail ( src/Test/Syd/Validity/Functions/CanFail.hs, dist/build/Test/Syd/Validity/Functions/CanFail.o, dist/build/Test/Syd/Validity/Functions/CanFail.dyn_o )
  16755. 428.21 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16756. 428.21 s [ical] by specifying the type/value namespace explicitly.
  16757. 428.21 s [ical] Defaulting to the one defined at src/ICal/ContentLine.hs:122:1
  16758. 428.21 s [ical] 55% ( 52 / 94) in 'ICal.Property'
  16759. 428.21 s [ical] Missing documentation for:
  16760. 428.21 s [ical] Module header
  16761. 428.21 s [ical] PropertyParseError (src/ICal/Property.hs:44)
  16762. 428.21 s [ical] PropertyFixableError (src/ICal/Property.hs:83)
  16763. 428.21 s [ical] propertyContentLineP (src/ICal/Property.hs:130)
  16764. 428.21 s [ical] propertyContentLineB (src/ICal/Property.hs:137)
  16765. 428.21 s [ical] viaPropertyTypeP (src/ICal/Property.hs:144)
  16766. 428.21 s [ical] wrapPropertyTypeP (src/ICal/Property.hs:152)
  16767. 428.22 s [ical] viaPropertyTypeListP (src/ICal/Property.hs:159)
  16768. 428.22 s [ical] propertyParamP (src/ICal/Property.hs:171)
  16769. 428.22 s [ical] propertyParamWithDefaultP (src/ICal/Property.hs:185)
  16770. 428.22 s [ical] propertyParamListP (src/ICal/Property.hs:195)
  16771. 428.22 s [ical] makeCategories (src/ICal/Property.hs:646)
  16772. 428.22 s [ical] parseClassification (src/ICal/Property.hs:719)
  16773. 428.22 s [ical] renderClassification (src/ICal/Property.hs:726)
  16774. 428.22 s [ical] makeComment (src/ICal/Property.hs:814)
  16775. 428.22 s [ical] makeDescription (src/ICal/Property.hs:923)
  16776. 428.22 s [ical] parseGeographicPosition (src/ICal/Property.hs:1038)
  16777. 428.22 s [ical] renderGeographicPosition (src/ICal/Property.hs:1046)
  16778. 428.22 s [ical] makeLocation (src/ICal/Property.hs:1134)
  16779. 428.22 s [ical] defaultPriority (src/ICal/Property.hs:1289)
  16780. 428.22 s [ical] makeResources (src/ICal/Property.hs:1368)
  16781. 428.22 s [ical] parseStatus (src/ICal/Property.hs:1465)
  16782. 428.22 s [ical] renderStatus (src/ICal/Property.hs:1476)
  16783. 428.22 s [ical] makeSummary (src/ICal/Property.hs:1561)
  16784. 428.22 s [ical] makeFreeBusyIntervals (src/ICal/Property.hs:2015)
  16785. 428.22 s [ical] parseTransparency (src/ICal/Property.hs:2086)
  16786. 428.22 s [ical] renderTransparency (src/ICal/Property.hs:2092)
  16787. 428.22 s [ical] tzidParam (src/ICal/Property.hs:2144)
  16788. 428.22 s [ical] makeTimeZoneName (src/ICal/Property.hs:2216)
  16789. 428.22 s [ical] makeAttendee (src/ICal/Property.hs:2565)
  16790. 428.22 s [ical] makeContact (src/ICal/Property.hs:2677)
  16791. 428.22 s [ical] makeOrganizer (src/ICal/Property.hs:2792)
  16792. 428.22 s [ical] validateMRecurrenceIdentifierMDateTimeStart (src/ICal/Property.hs:2938)
  16793. 428.22 s [ical] validateRecurrenceIdentifierDateTimeStart (src/ICal/Property.hs:2952)
  16794. 428.22 s [ical] makeRelatedTo (src/ICal/Property.hs:3049)
  16795. 428.22 s [ical] parseAction (src/ICal/Property.hs:3633)
  16796. 428.22 s [ical] renderAction (src/ICal/Property.hs:3640)
  16797. 428.22 s [ical] defaultSequenceNumber (src/ICal/Property.hs:4108)
  16798. 428.22 s [ical] makeRequestStatus (src/ICal/Property.hs:4251)
  16799. 428.22 s [ical] splitOnSemicolons (src/ICal/Property.hs:4257)
  16800. 428.22 s [ical] makeURIImage (src/ICal/Property.hs:4388)
  16801. 428.22 s [ical] makeBinaryImage (src/ICal/Property.hs:4396)
  16802. 428.22 s [ical] 13% ( 5 / 38) in 'ICal.Component.Class'
  16803. 428.22 s [ical] Missing documentation for:
  16804. 428.22 s [ical] Module header
  16805. 428.22 s [ical] ComponentName (src/ICal/Component/Class.hs:83)
  16806. 428.22 s [ical] Component (src/ICal/Component/Class.hs:85)
  16807. 428.22 s [ical] CP (src/ICal/Component/Class.hs:329)
  16808. 428.22 s [ical] CalendarParseError (src/ICal/Component/Class.hs:217)
  16809. 428.22 s [ical] ComponentParseError (src/ICal/Component/Class.hs:246)
  16810. 428.22 s [ical] AlarmParseError (src/ICal/Component/Class.hs:266)
  16811. 428.22 s [ical] TimeZoneParseError (src/ICal/Component/Class.hs:275)
  16812. 428.22 s [ical] CalendarParseFixableError (src/ICal/Component/Class.hs:289)
  16813. 428.22 s [ical] CalendarParseWarning (src/ICal/Component/Class.hs:311)
  16814. 428.22 s [ical] parseGeneralComponent (src/ICal/Component/Class.hs:147)
  16815. 428.22 s [ical] parseGeneralComponents (src/ICal/Component/Class.hs:124)
  16816. 428.22 s [ical] renderGeneralComponent (src/ICal/Component/Class.hs:104)
  16817. 428.22 s [ical] renderGeneralComponents (src/ICal/Component/Class.hs:96)
  16818. 428.22 s [ical] parseComponentFromContentLines (src/ICal/Component/Class.hs:326)
  16819. 428.22 s [ical] namedComponentP (src/ICal/Component/Class.hs:367)
  16820. 428.22 s [ical] namedComponentB (src/ICal/Component/Class.hs:378)
  16821. 428.22 s [ical] namedComponentMapB (src/ICal/Component/Class.hs:388)
  16822. 428.22 s [ical] requiredPropertyP (src/ICal/Component/Class.hs:393)
  16823. 428.22 s [ical] optionalPropertyP (src/ICal/Component/Class.hs:429)
  16824. 428.22 s [ical] optionalPropertyWithDefaultP (src/ICal/Component/Class.hs:454)
  16825. 428.22 s [ical] listOfPropertiesP (src/ICal/Component/Class.hs:467)
  16826. 428.22 s [ical] setOfPropertiesP (src/ICal/Component/Class.hs:484)
  16827. 428.22 s [ical] subComponentsP (src/ICal/Component/Class.hs:491)
  16828. 428.22 s [ical] requiredPropertyB (src/ICal/Component/Class.hs:405)
  16829. 428.22 s [ical] optionalPropertyB (src/ICal/Component/Class.hs:410)
  16830. 428.22 s [ical] optionalPropertyWithDefaultB (src/ICal/Component/Class.hs:417)
  16831. 428.22 s [ical] listOfPropertiesB (src/ICal/Component/Class.hs:460)
  16832. 428.22 s [ical] setOfPropertiesB (src/ICal/Component/Class.hs:477)
  16833. 428.22 s [ical] subComponentsB (src/ICal/Component/Class.hs:501)
  16834. 428.22 s [ical] fixUntil (src/ICal/Component/Class.hs:594)
  16835. 428.22 s [genvalidity-sydtest] [21 of 34] Compiling Test.Syd.Validity.Functions ( src/Test/Syd/Validity/Functions.hs, dist/build/Test/Syd/Validity/Functions.o, dist/build/Test/Syd/Validity/Functions.dyn_o )
  16836. 428.22 s [genvalidity-sydtest] [22 of 34] Compiling Test.Syd.Validity.Property ( src/Test/Syd/Validity/Property.hs, dist/build/Test/Syd/Validity/Property.o, dist/build/Test/Syd/Validity/Property.dyn_o )
  16837. 428.22 s [genvalidity-sydtest] [23 of 34] Compiling Test.Syd.Validity.Utils ( src/Test/Syd/Validity/Utils.hs, dist/build/Test/Syd/Validity/Utils.o, dist/build/Test/Syd/Validity/Utils.dyn_o )
  16838. 428.22 s [genvalidity-sydtest] [24 of 34] Compiling Test.Syd.Validity.Shrinking ( src/Test/Syd/Validity/Shrinking.hs, dist/build/Test/Syd/Validity/Shrinking.o, dist/build/Test/Syd/Validity/Shrinking.dyn_o )
  16839. 428.22 s [genvalidity-sydtest] [25 of 34] Compiling Test.Syd.Validity.Show ( src/Test/Syd/Validity/Show.hs, dist/build/Test/Syd/Validity/Show.o, dist/build/Test/Syd/Validity/Show.dyn_o )
  16840. 428.22 s [genvalidity-sydtest] [26 of 34] Compiling Test.Syd.Validity.Ord ( src/Test/Syd/Validity/Ord.hs, dist/build/Test/Syd/Validity/Ord.o, dist/build/Test/Syd/Validity/Ord.dyn_o )
  16841. 428.22 s [genvalidity-sydtest] [27 of 34] Compiling Test.Syd.Validity.Monoid ( src/Test/Syd/Validity/Monoid.hs, dist/build/Test/Syd/Validity/Monoid.o, dist/build/Test/Syd/Validity/Monoid.dyn_o )
  16842. 428.22 s [genvalidity-sydtest] [28 of 34] Compiling Test.Syd.Validity.Monad ( src/Test/Syd/Validity/Monad.hs, dist/build/Test/Syd/Validity/Monad.o, dist/build/Test/Syd/Validity/Monad.dyn_o )
  16843. 428.22 s [genvalidity-sydtest] [29 of 34] Compiling Test.Syd.Validity.GenValidity ( src/Test/Syd/Validity/GenValidity.hs, dist/build/Test/Syd/Validity/GenValidity.o, dist/build/Test/Syd/Validity/GenValidity.dyn_o )
  16844. 428.22 s [genvalidity-sydtest] [30 of 34] Compiling Test.Syd.Validity.Functor ( src/Test/Syd/Validity/Functor.hs, dist/build/Test/Syd/Validity/Functor.o, dist/build/Test/Syd/Validity/Functor.dyn_o )
  16845. 428.22 s [genvalidity-sydtest] [31 of 34] Compiling Test.Syd.Validity.Eq ( src/Test/Syd/Validity/Eq.hs, dist/build/Test/Syd/Validity/Eq.o, dist/build/Test/Syd/Validity/Eq.dyn_o )
  16846. 428.22 s [genvalidity-sydtest] [32 of 34] Compiling Test.Syd.Validity.Arbitrary ( src/Test/Syd/Validity/Arbitrary.hs, dist/build/Test/Syd/Validity/Arbitrary.o, dist/build/Test/Syd/Validity/Arbitrary.dyn_o )
  16847. 428.22 s [genvalidity-sydtest] [33 of 34] Compiling Test.Syd.Validity.Applicative ( src/Test/Syd/Validity/Applicative.hs, dist/build/Test/Syd/Validity/Applicative.o, dist/build/Test/Syd/Validity/Applicative.dyn_o )
  16848. 428.22 s [genvalidity-sydtest] [34 of 34] Compiling Test.Syd.Validity ( src/Test/Syd/Validity.hs, dist/build/Test/Syd/Validity.o, dist/build/Test/Syd/Validity.dyn_o )
  16849. 428.22 s [ical] validateMDateTimeStartRRule (src/ICal/Component/Class.hs:504)
  16850. 428.22 s [ical] validateDateTimeStartRRule (src/ICal/Component/Class.hs:519)
  16851. 428.22 s [ical] Warning: 'due' is out of scope.
  16852. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16853. 428.22 s [ical] Warning: 'duration' is out of scope.
  16854. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16855. 428.22 s [ical] Warning: 'todoprop' is out of scope.
  16856. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16857. 428.22 s [ical] Warning: 'dtstart' is out of scope.
  16858. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16859. 428.22 s [ical] 33% ( 1 / 3) in 'ICal.Component.Todo'
  16860. 428.22 s [ical] Missing documentation for:
  16861. 428.22 s [ical] Module header
  16862. 428.22 s [ical] makeTodo (src/ICal/Component/Todo.hs:319)
  16863. 428.22 s [ical] Warning: 'tzid' is out of scope.
  16864. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16865. 428.22 s [ical] Warning: 'tzurl' is out of scope.
  16866. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16867. 428.22 s [ical] Warning: 'standardc' is out of scope.
  16868. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16869. 428.22 s [ical] Warning: 'daylightc' is out of scope.
  16870. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16871. 428.22 s [ical] 12% ( 1 / 8) in 'ICal.Component.TimeZone'
  16872. 428.22 s [ical] Missing documentation for:
  16873. 428.22 s [ical] Module header
  16874. 428.22 s [ical] makeTimeZone (src/ICal/Component/TimeZone.hs:503)
  16875. 428.22 s [ical] TimeZoneObservance (src/ICal/Component/TimeZone.hs:546)
  16876. 428.22 s [ical] Daylight (src/ICal/Component/TimeZone.hs:567)
  16877. 428.22 s [ical] Standard (src/ICal/Component/TimeZone.hs:555)
  16878. 428.22 s [ical] Observance (src/ICal/Component/TimeZone.hs:579)
  16879. 428.22 s [ical] makeObservance (src/ICal/Component/TimeZone.hs:625)
  16880. 428.22 s [ical] 33% ( 1 / 3) in 'ICal.Component.Journal'
  16881. 428.22 s [ical] Missing documentation for:
  16882. 428.22 s [ical] Module header
  16883. 428.22 s [ical] makeJournal (src/ICal/Component/Journal.hs:266)
  16884. 428.22 s [ical] 33% ( 1 / 3) in 'ICal.Component.FreeBusy'
  16885. 428.22 s [ical] Missing documentation for:
  16886. 428.22 s [ical] Module header
  16887. 428.22 s [ical] makeFreeBusy (src/ICal/Component/FreeBusy.hs:266)
  16888. 428.22 s [ical] Warning: 'action' is out of scope.
  16889. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16890. 428.22 s [ical] Warning: 'trigger' is out of scope.
  16891. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16892. 428.22 s [ical] Warning: 'duration' is out of scope.
  16893. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16894. 428.22 s [ical] 20% ( 1 / 5) in 'ICal.Component.Alarm'
  16895. 428.22 s [ical] Missing documentation for:
  16896. 428.22 s [ical] Module header
  16897. 428.22 s [ical] makeAudioAlarm (src/ICal/Component/Alarm.hs:470)
  16898. 428.22 s [ical] makeDisplayAlarm (src/ICal/Component/Alarm.hs:501)
  16899. 428.22 s [ical] makeEmailAlarm (src/ICal/Component/Alarm.hs:538)
  16900. 428.22 s [ical] Warning: 'dtend' is out of scope.
  16901. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16902. 428.22 s [ical] Warning: 'duration' is out of scope.
  16903. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16904. 428.22 s [ical] Warning: 'eventprop' is out of scope.
  16905. 428.22 s [ical] If you qualify the identifier, haddock can try to link it anyway.
  16906. 428.22 s [ical] 33% ( 1 / 3) in 'ICal.Component.Event'
  16907. 428.22 s [ical] Missing documentation for:
  16908. 428.22 s [ical] Module header
  16909. 428.22 s [ical] makeEvent (src/ICal/Component/Event.hs:405)
  16910. 428.22 s [ical] Warning: 'Calendar' is ambiguous. It is defined
  16911. 428.22 s [ical] * at src/ICal/Component.hs:142:17
  16912. 428.22 s [ical] * at src/ICal/Component.hs:142:1
  16913. 428.22 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16914. 428.22 s [ical] by specifying the type/value namespace explicitly.
  16915. 428.22 s [ical] Defaulting to the one defined at src/ICal/Component.hs:142:1
  16916. 428.22 s [ical] Warning: 'Component' is ambiguous. It is defined
  16917. 428.22 s [ical] * at src/ICal/Component/Class.hs:85:18
  16918. 428.22 s [ical] * at src/ICal/Component/Class.hs:85:1
  16919. 428.22 s [ical] You may be able to disambiguate the identifier by qualifying it or
  16920. 428.22 s [ical] by specifying the type/value namespace explicitly.
  16921. 428.22 s [ical] Defaulting to the one defined at src/ICal/Component/Class.hs:85:1
  16922. 428.22 s [ical] Warning: ICal.Component: Could not find documentation for exported module: ICal.Component
  16923. 428.22 s [ical] 53% ( 8 / 15) in 'ICal.Component'
  16924. 428.22 s [ical] Missing documentation for:
  16925. 428.22 s [ical] Module header
  16926. 428.22 s [ical] parseICalendarFromContentLines (src/ICal/Component.hs:51)
  16927. 428.22 s [ical] parseVCalendarFromContentLines (src/ICal/Component.hs:61)
  16928. 428.22 s [ical] iCalendarB (src/ICal/Component.hs:65)
  16929. 428.22 s [ical] makeCalendar (src/ICal/Component.hs:289)
  16930. 428.22 s [ical] calendarTimeZoneMap (src/ICal/Component.hs:308)
  16931. 428.22 s [ical] makeTimeZoneMap (src/ICal/Component.hs:311)
  16932. 428.22 s [ical] Warning: ICal: Could not find documentation for exported module: ICal
  16933. 428.22 s [ical] 93% ( 45 / 48) in 'ICal'
  16934. 428.22 s [ical] Missing documentation for:
  16935. 428.22 s [ical] Module header
  16936. 428.22 s [ical] ICalendar (src/ICal.hs:83)
  16937. 428.22 s [ical] ICalendar (src/ICal.hs:83)
  16938. 428.22 s [ical] Warning: ICal.UnfoldedLine: could not find link destinations for:
  16939. 428.22 s [ical] - ICal.UnfoldedLine.Rep_UnfoldedLine
  16940. 428.22 s [ical] Warning: ICal.ContentLine: could not find link destinations for:
  16941. 428.22 s [ical] - ICal.ContentLine.Rep_ContentLine
  16942. 428.22 s [ical] - ICal.ContentLine.Rep_ContentLineValue
  16943. 428.22 s [ical] - ICal.ContentLine.Rep_ParamValue
  16944. 428.22 s [ical] - ICal.ContentLine.Rep_ParamName
  16945. 428.22 s [ical] - ICal.ContentLine.Rep_ContentLineName
  16946. 428.22 s [ical] Warning: ICal.Parameter.ValueDataType: could not find link destinations for:
  16947. 428.22 s [ical] - ICal.Parameter.ValueDataType.Rep_ValueDataType
  16948. 428.22 s [ical] Warning: ICal.PropertyType.URI: could not find link destinations for:
  16949. 428.22 s [ical] - ICal.PropertyType.URI.Rep_URI
  16950. 428.22 s [ical] Warning: ICal.PropertyType.CalAddress: could not find link destinations for:
  16951. 428.22 s [ical] - ICal.PropertyType.CalAddress.Rep_CalAddress
  16952. 428.22 s [ical] Warning: ICal.Parameter: could not find link destinations for:
  16953. 428.22 s [ical] - ICal.Parameter.Rep_Display
  16954. 428.22 s [ical] - ICal.Parameter.Rep_TimeZoneIdentifierParam
  16955. 428.22 s [ical] - ICal.Parameter.Rep_SentBy
  16956. 428.23 s [ical] - ICal.Parameter.Rep_RSVPExpectation
  16957. 428.23 s [ical] - ICal.Parameter.Rep_ParticipationRole
  16958. 428.23 s [ical] - ICal.Parameter.Rep_RelationshipType
  16959. 428.23 s [ical] - ICal.Parameter.Rep_AlarmTriggerRelationship
  16960. 428.23 s [ical] - ICal.Parameter.Rep_RecurrenceIdentifierRange
  16961. 428.23 s [ical] - ICal.Parameter.Rep_ParticipationStatus
  16962. 428.23 s [ical] - ICal.Parameter.Rep_Membership
  16963. 428.23 s [ical] - ICal.Parameter.Rep_Language
  16964. 428.23 s [ical] - ICal.Parameter.Rep_FreeBusyTimeType
  16965. 428.23 s [ical] - ICal.Parameter.Rep_FormatType
  16966. 428.23 s [ical] - ICal.Parameter.Rep_Encoding
  16967. 428.23 s [ical] - ICal.Parameter.Rep_DirectoryEntryReference
  16968. 428.23 s [ical] - ICal.Parameter.Rep_Delegatee
  16969. 428.23 s [ical] - ICal.Parameter.Rep_Delegator
  16970. 428.23 s [ical] - ICal.Parameter.Rep_CalendarUserType
  16971. 428.23 s [ical] - ICal.Parameter.Rep_CommonName
  16972. 428.23 s [ical] - ICal.Parameter.Rep_AlternateTextRepresentation
  16973. 428.23 s [ical] Warning: ICal.PropertyType.UTCOffset: could not find link destinations for:
  16974. 428.23 s [ical] - ICal.PropertyType.UTCOffset.Rep_UTCOffset
  16975. 428.23 s [ical] Warning: ICal.PropertyType.Time: could not find link destinations for:
  16976. 428.23 s [ical] - ICal.PropertyType.Time.Rep_Time
  16977. 428.23 s [ical] Warning: ICal.PropertyType.FloatingPoint: could not find link destinations for:
  16978. 428.23 s [ical] - ICal.PropertyType.FloatingPoint.Rep_FloatingPoint
  16979. 428.23 s [ical] Warning: ICal.PropertyType.Duration: could not find link destinations for:
  16980. 428.23 s [ical] - ICal.PropertyType.Duration.Rep_Duration
  16981. 428.23 s [ical] - ICal.PropertyType.Duration.Rep_DurDate
  16982. 428.23 s [ical] - ICal.PropertyType.Duration.Rep_DurTime
  16983. 428.23 s [ical] - ICal.PropertyType.Duration.Rep_DurWeek
  16984. 428.23 s [ical] - ICal.PropertyType.Duration.Rep_Sign
  16985. 428.23 s [ical] Warning: ICal.PropertyType.Date: could not find link destinations for:
  16986. 428.23 s [ical] - ICal.PropertyType.Date.Rep_Date
  16987. 428.23 s [ical] Warning: ICal.PropertyType.DateTime: could not find link destinations for:
  16988. 428.23 s [ical] - ICal.PropertyType.DateTime.Rep_DateTime
  16989. 428.23 s [ical] Warning: ICal.PropertyType.RecurrenceRule: could not find link destinations for:
  16990. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_RecurrenceRule
  16991. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_ByMonth
  16992. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_Month
  16993. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_WeekStart
  16994. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_BySetPos
  16995. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_ByWeekNo
  16996. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_ByYearDay
  16997. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_ByMonthDay
  16998. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_ByDay
  16999. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_ByHour
  17000. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_ByMinute
  17001. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_BySecond
  17002. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_Count
  17003. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_Until
  17004. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_Interval
  17005. 428.23 s [ical] - ICal.PropertyType.RecurrenceRule.Rep_Frequency
  17006. 428.23 s [ical] Warning: ICal.PropertyType.Period: could not find link destinations for:
  17007. 428.23 s [ical] - ICal.PropertyType.Period.Rep_Period
  17008. 428.23 s [ical] Warning: ICal.PropertyType.DateTimes: could not find link destinations for:
  17009. 428.23 s [ical] - ICal.PropertyType.DateTimes.Rep_DateTimes
  17010. 428.23 s [ical] Warning: ICal.PropertyType.Binary: could not find link destinations for:
  17011. 428.23 s [ical] - ICal.PropertyType.Binary.Rep_Binary
  17012. 428.23 s [ical] Warning: ICal.Property: could not find link destinations for:
  17013. 428.23 s [ical] - ICal.Property.Rep_Image
  17014. 428.23 s [ical] - ICal.Property.Rep_RequestStatus
  17015. 428.23 s [ical] - ICal.Property.Rep_SequenceNumber
  17016. 428.23 s [ical] - ICal.Property.Rep_LastModified
  17017. 428.23 s [ical] - ICal.Property.Rep_DateTimeStamp
  17018. 428.23 s [ical] - ICal.Property.Rep_Created
  17019. 428.23 s [ical] - ICal.Property.Rep_Trigger
  17020. 428.23 s [ical] - ICal.Property.Rep_Repeat
  17021. 428.23 s [ical] - ICal.Property.Rep_Action
  17022. 428.23 s [ical] - ICal.Property.Rep_RecurrenceDateTimes
  17023. 428.23 s [ical] - ICal.Property.Rep_ExceptionDateTimes
  17024. 428.23 s [ical] - ICal.Property.Rep_UID
  17025. 428.23 s [ical] - ICal.Property.Rep_URL
  17026. 428.23 s [ical] - ICal.Property.Rep_RelatedTo
  17027. 428.23 s [ical] - ICal.Property.Rep_RecurrenceIdentifier
  17028. 428.23 s [ical] - ICal.Property.Rep_Organizer
  17029. 428.23 s [ical] - ICal.Property.Rep_Contact
  17030. 428.23 s [ical] - ICal.Property.Rep_Attendee
  17031. 428.23 s [ical] - ICal.Property.Rep_TimeZoneURL
  17032. 428.23 s [ical] - ICal.Property.Rep_TimeZoneOffsetTo
  17033. 428.23 s [ical] - ICal.Property.Rep_TimeZoneOffsetFrom
  17034. 428.23 s [ical] - ICal.Property.Rep_TimeZoneName
  17035. 428.23 s [ical] - ICal.Property.Rep_TimeZoneIdentifier
  17036. 428.23 s [genvalidity-sydtest] [ 1 of 34] Compiling Paths_genvalidity_sydtest ( dist/build/autogen/Paths_genvalidity_sydtest.hs, dist/build/Paths_genvalidity_sydtest.p_o )
  17037. 428.23 s [sydtest-wai-source] Phase: setupCompilerEnvironmentPhase
  17038. 428.23 s [sydtest-wai-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  17039. 428.23 s [opt-env-conf-test] Phase: setupCompilerEnvironmentPhase
  17040. 428.23 s [opt-env-conf-test] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  17041. 428.23 s [ical] - ICal.Property.Rep_Transparency
  17042. 428.23 s [ical] - ICal.Property.Rep_FreeBusyIntervals
  17043. 428.23 s [ical] - ICal.Property.Rep_DateTimeStart
  17044. 428.23 s [ical] - ICal.Property.Rep_DateTimeDue
  17045. 428.23 s [ical] - ICal.Property.Rep_DateTimeEnd
  17046. 428.23 s [ical] - ICal.Property.Rep_DateTimeCompleted
  17047. 428.23 s [ical] - ICal.Property.Rep_Summary
  17048. 428.23 s [ical] - ICal.Property.Rep_Status
  17049. 428.23 s [ical] - ICal.Property.Rep_Resources
  17050. 428.23 s [ical] - ICal.Property.Rep_Priority
  17051. 428.23 s [ical] - ICal.Property.Rep_PercentComplete
  17052. 428.23 s [ical] - ICal.Property.Rep_Location
  17053. 428.23 s [ical] - ICal.Property.Rep_GeographicPosition
  17054. 428.23 s [ical] - ICal.Property.Rep_Description
  17055. 428.23 s [ical] - ICal.Property.Rep_Comment
  17056. 428.23 s [ical] - ICal.Property.Rep_Classification
  17057. 428.23 s [ical] - ICal.Property.Rep_Categories
  17058. 428.23 s [ical] - ICal.Property.Rep_Attachment
  17059. 428.23 s [ical] - ICal.Property.Rep_Version
  17060. 428.23 s [ical] - ICal.Property.Rep_ProductIdentifier
  17061. 428.23 s [ical] - ICal.Property.Rep_Method
  17062. 428.23 s [ical] - ICal.Property.Rep_CalendarScale
  17063. 428.23 s [ical] - ICal.Property.Rep_End
  17064. 428.23 s [ical] - ICal.Property.Rep_Begin
  17065. 428.23 s [ical] Warning: ICal.Component.Class: could not find link destinations for:
  17066. 428.23 s [ical] - ICal.Component.Class.Rep_TimeZoneParseError
  17067. 428.23 s [ical] - ICal.Component.Class.Rep_AlarmParseError
  17068. 428.23 s [ical] - ICal.Component.Class.Rep_Component
  17069. 428.23 s [ical] Warning: ICal.Component.Todo: could not find link destinations for:
  17070. 428.23 s [ical] - ICal.Component.Todo.Rep_Todo
  17071. 428.23 s [ical] Warning: ICal.Component.TimeZone: could not find link destinations for:
  17072. 428.23 s [ical] - ICal.Component.TimeZone.Rep_TimeZone
  17073. 428.23 s [ical] - ICal.Component.TimeZone.Rep_TimeZoneObservance
  17074. 428.23 s [ical] - ICal.Component.TimeZone.Rep_Standard
  17075. 428.23 s [ical] - ICal.Component.TimeZone.Rep_Daylight
  17076. 428.23 s [ical] - ICal.Component.TimeZone.Rep_Observance
  17077. 428.23 s [ical] Warning: ICal.Component.Journal: could not find link destinations for:
  17078. 428.23 s [ical] - ICal.Component.Journal.Rep_Journal
  17079. 428.23 s [ical] Warning: ICal.Component.FreeBusy: could not find link destinations for:
  17080. 428.23 s [ical] - ICal.Component.FreeBusy.Rep_FreeBusy
  17081. 428.23 s [ical] Warning: ICal.Component.Alarm: could not find link destinations for:
  17082. 428.23 s [ical] - ICal.Component.Alarm.Rep_Alarm
  17083. 428.23 s [ical] Warning: ICal.Component.Event: could not find link destinations for:
  17084. 428.23 s [ical] - ICal.Component.Event.Rep_Event
  17085. 428.23 s [ical] Warning: ICal.Component: could not find link destinations for:
  17086. 428.23 s [ical] - ICal.Component.Rep_Calendar
  17087. 428.23 s [ical] Warning: ICal: could not find link destinations for:
  17088. 428.23 s [ical] - ICal.Component.Rep_Calendar
  17089. 428.32 s [genvalidity-sydtest] [ 2 of 34] Compiling Test.Syd.Validity.Functions.Idempotence ( src/Test/Syd/Validity/Functions/Idempotence.hs, dist/build/Test/Syd/Validity/Functions/Idempotence.p_o )
  17090. 428.32 s [genvalidity-sydtest] [ 3 of 34] Compiling Test.Syd.Validity.Operations.Associativity ( src/Test/Syd/Validity/Operations/Associativity.hs, dist/build/Test/Syd/Validity/Operations/Associativity.p_o )
  17091. 428.32 s [genvalidity-sydtest] [ 4 of 34] Compiling Test.Syd.Validity.Operations.Commutativity ( src/Test/Syd/Validity/Operations/Commutativity.hs, dist/build/Test/Syd/Validity/Operations/Commutativity.p_o )
  17092. 428.32 s [genvalidity-sydtest] [ 5 of 34] Compiling Test.Syd.Validity.Operations.Identity ( src/Test/Syd/Validity/Operations/Identity.hs, dist/build/Test/Syd/Validity/Operations/Identity.p_o )
  17093. 428.32 s [genvalidity-sydtest] [ 6 of 34] Compiling Test.Syd.Validity.Operations ( src/Test/Syd/Validity/Operations.hs, dist/build/Test/Syd/Validity/Operations.p_o )
  17094. 428.42 s [genvalidity-sydtest] [ 7 of 34] Compiling Test.Syd.Validity.Property.Utils ( src/Test/Syd/Validity/Property/Utils.hs, dist/build/Test/Syd/Validity/Property/Utils.p_o )
  17095. 428.42 s [genvalidity-sydtest] [ 8 of 34] Compiling Test.Syd.Validity.GenValidity.Property ( src/Test/Syd/Validity/GenValidity/Property.hs, dist/build/Test/Syd/Validity/GenValidity/Property.p_o )
  17096. 428.42 s [genvalidity-sydtest] [ 9 of 34] Compiling Test.Syd.Validity.Functions.Validity ( src/Test/Syd/Validity/Functions/Validity.hs, dist/build/Test/Syd/Validity/Functions/Validity.p_o )
  17097. 428.45 s [genvalidity-sydtest] [10 of 34] Compiling Test.Syd.Validity.Relations.Antireflexivity ( src/Test/Syd/Validity/Relations/Antireflexivity.hs, dist/build/Test/Syd/Validity/Relations/Antireflexivity.p_o )
  17098. 428.45 s [genvalidity-sydtest] [11 of 34] Compiling Test.Syd.Validity.Relations.Antisymmetry ( src/Test/Syd/Validity/Relations/Antisymmetry.hs, dist/build/Test/Syd/Validity/Relations/Antisymmetry.p_o )
  17099. 428.45 s [genvalidity-sydtest] [12 of 34] Compiling Test.Syd.Validity.Relations.Reflexivity ( src/Test/Syd/Validity/Relations/Reflexivity.hs, dist/build/Test/Syd/Validity/Relations/Reflexivity.p_o )
  17100. 428.45 s [genvalidity-sydtest] [13 of 34] Compiling Test.Syd.Validity.Relations.Symmetry ( src/Test/Syd/Validity/Relations/Symmetry.hs, dist/build/Test/Syd/Validity/Relations/Symmetry.p_o )
  17101. 428.45 s [genvalidity-sydtest] [14 of 34] Compiling Test.Syd.Validity.Relations.Transitivity ( src/Test/Syd/Validity/Relations/Transitivity.hs, dist/build/Test/Syd/Validity/Relations/Transitivity.p_o )
  17102. 428.45 s [genvalidity-sydtest] [15 of 34] Compiling Test.Syd.Validity.Relations ( src/Test/Syd/Validity/Relations.hs, dist/build/Test/Syd/Validity/Relations.p_o )
  17103. 428.46 s [opt-env-conf-test] Phase: unpackPhase
  17104. 428.47 s [opt-env-conf-test] unpacking source archive /nix/store/qzsqmc8bxp3cvlihzlzsga87ch2a7fb1-opt-env-conf-test-source-0.0.0.4/opt-env-conf-test-0.0.0.4.tar.gz
  17105. 428.48 s [opt-env-conf-test] source root is opt-env-conf-test-0.0.0.4
  17106. 428.49 s [opt-env-conf-test] setting SOURCE_DATE_EPOCH to timestamp 1780347953 of file "opt-env-conf-test-0.0.0.4/test/Spec.hs"
  17107. 428.50 s [opt-env-conf-test] warning: file "opt-env-conf-test-0.0.0.4/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  17108. 428.50 s [opt-env-conf-test] Phase: patchPhase
  17109. 428.51 s [opt-env-conf-test] Phase: compileBuildDriverPhase
  17110. 428.51 s [opt-env-conf-test] setupCompileFlags: -package-db=/build/tmp.ynEksn2LP5/setup-package.conf.d -threaded
  17111. 428.52 s [genvalidity-sydtest] [16 of 34] Compiling Test.Syd.Validity.Shrinking.Property ( src/Test/Syd/Validity/Shrinking/Property.hs, dist/build/Test/Syd/Validity/Shrinking/Property.p_o )
  17112. 428.52 s [genvalidity-sydtest] [17 of 34] Compiling Test.Syd.Validity.Types ( src/Test/Syd/Validity/Types.hs, dist/build/Test/Syd/Validity/Types.p_o )
  17113. 428.57 s [opt-env-conf-test] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.ynEksn2LP5/Main.o )
  17114. 428.61 s [opt-env-conf-test] [2 of 2] Linking Setup
  17115. 428.73 s [sydtest-wai-source] Phase: unpackPhase
  17116. 428.73 s [sydtest-wai-source] unpacking source archive /nix/store/09pcnrm6qzgmygsb4kmyhhzl421pz3m3-sydtest-wai
  17117. 428.75 s [sydtest-wai-source] source root is sydtest-wai
  17118. 428.76 s [sydtest-wai-source] Phase: patchPhase
  17119. 428.77 s [sydtest-wai-source] Phase: compileBuildDriverPhase
  17120. 428.77 s [sydtest-wai-source] setupCompileFlags: -package-db=/build/tmp.JzUJMf0mTx/setup-package.conf.d -threaded
  17121. 428.82 s [sydtest-wai-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.JzUJMf0mTx/Main.o )
  17122. 428.87 s [sydtest-wai-source] [2 of 2] Linking Setup
  17123. 429.77 s [opt-env-conf-test] Phase: updateAutotoolsGnuConfigScriptsPhase
  17124. 429.78 s [opt-env-conf-test] Phase: configurePhase
  17125. 429.90 s [opt-env-conf-test] configureFlags: --verbose --prefix=/nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/dq6fgqwqzkwjam9595g0f3lgvrslxkpm-opt-env-conf-test-0.0.0.4-doc/share/doc/opt-env-conf-test-0.0.0.4 --with-gcc=gcc --package-db=/build/tmp.ynEksn2LP5/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  17126. 429.90 s [opt-env-conf-test] Using Parsec parser
  17127. 429.90 s [opt-env-conf-test] Configuring opt-env-conf-test-0.0.0.4...
  17128. 430.02 s [sydtest-wai-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  17129. 430.03 s [sydtest-wai-source] Phase: configurePhase
  17130. 430.03 s [sydtest-wai-source] configureFlags: --verbose --prefix=/nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-wai-0.2.0.2 --with-gcc=gcc --package-db=/build/tmp.JzUJMf0mTx/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  17131. 430.04 s [sydtest-wai-source] Using Parsec parser
  17132. 430.04 s [sydtest-wai-source] Configuring sydtest-wai-0.2.0.2...
  17133. 430.16 s [genvalidity-sydtest] [18 of 34] Compiling Test.Syd.Validity.Functions.Inverse ( src/Test/Syd/Validity/Functions/Inverse.hs, dist/build/Test/Syd/Validity/Functions/Inverse.p_o )
  17134. 430.36 s [genvalidity-sydtest] [19 of 34] Compiling Test.Syd.Validity.Functions.Equivalence ( src/Test/Syd/Validity/Functions/Equivalence.hs, dist/build/Test/Syd/Validity/Functions/Equivalence.p_o )
  17135. 430.42 s [genvalidity-sydtest] [20 of 34] Compiling Test.Syd.Validity.Functions.CanFail ( src/Test/Syd/Validity/Functions/CanFail.hs, dist/build/Test/Syd/Validity/Functions/CanFail.p_o )
  17136. 430.42 s [genvalidity-sydtest] [21 of 34] Compiling Test.Syd.Validity.Functions ( src/Test/Syd/Validity/Functions.hs, dist/build/Test/Syd/Validity/Functions.p_o )
  17137. 430.53 s [genvalidity-sydtest] [22 of 34] Compiling Test.Syd.Validity.Property ( src/Test/Syd/Validity/Property.hs, dist/build/Test/Syd/Validity/Property.p_o )
  17138. 430.58 s [opt-env-conf-test] Dependency aeson: using aeson-2.2.3.0
  17139. 430.58 s [opt-env-conf-test] Dependency base <5: using base-4.20.2.0
  17140. 430.58 s [opt-env-conf-test] Dependency genvalidity: using genvalidity-1.1.1.0
  17141. 430.58 s [opt-env-conf-test] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  17142. 430.58 s [opt-env-conf-test] Dependency opt-env-conf >=0.9.0.0: using opt-env-conf-0.15.0.1
  17143. 430.59 s [opt-env-conf-test] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
  17144. 430.59 s [opt-env-conf-test] Dependency sydtest: using sydtest-0.23.0.1
  17145. 430.59 s [opt-env-conf-test] Dependency text: using text-2.1.3
  17146. 430.59 s [opt-env-conf-test] Source component graph: component lib
  17147. 430.59 s [opt-env-conf-test] Configured component graph:
  17148. 430.59 s [opt-env-conf-test] component opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  17149. 430.59 s [opt-env-conf-test] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  17150. 430.59 s [opt-env-conf-test] include base-4.20.2.0-fafd
  17151. 430.59 s [opt-env-conf-test] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  17152. 430.59 s [opt-env-conf-test] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  17153. 430.59 s [opt-env-conf-test] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  17154. 430.59 s [opt-env-conf-test] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  17155. 430.59 s [opt-env-conf-test] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  17156. 430.59 s [opt-env-conf-test] include text-2.1.3-34f1
  17157. 430.59 s [opt-env-conf-test] Linked component graph:
  17158. 430.59 s [opt-env-conf-test] unit opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  17159. 430.59 s [opt-env-conf-test] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  17160. 430.59 s [opt-env-conf-test] include base-4.20.2.0-fafd
  17161. 430.59 s [opt-env-conf-test] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  17162. 430.59 s [opt-env-conf-test] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  17163. 430.59 s [opt-env-conf-test] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  17164. 430.59 s [opt-env-conf-test] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  17165. 430.59 s [opt-env-conf-test] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  17166. 430.59 s [opt-env-conf-test] include text-2.1.3-34f1
  17167. 430.59 s [opt-env-conf-test] OptEnvConf.Args.Gen=opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs:OptEnvConf.Args.Gen,OptEnvConf.EnvMap.Gen=opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs:OptEnvConf.EnvMap.Gen,OptEnvConf.Test=opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs:OptEnvConf.Test
  17168. 430.59 s [opt-env-conf-test] Ready component graph:
  17169. 430.59 s [opt-env-conf-test] definite opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  17170. 430.59 s [opt-env-conf-test] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  17171. 430.59 s [opt-env-conf-test] depends base-4.20.2.0-fafd
  17172. 430.59 s [opt-env-conf-test] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  17173. 430.59 s [opt-env-conf-test] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  17174. 430.59 s [opt-env-conf-test] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  17175. 430.59 s [opt-env-conf-test] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  17176. 430.59 s [opt-env-conf-test] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  17177. 430.59 s [opt-env-conf-test] depends text-2.1.3-34f1
  17178. 430.59 s [opt-env-conf-test] Using Cabal-3.12.1.0 compiled by ghc-9.10
  17179. 430.59 s [opt-env-conf-test] Using compiler: ghc-9.10.3
  17180. 430.59 s [opt-env-conf-test] Using install prefix:
  17181. 430.59 s [opt-env-conf-test] /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4
  17182. 430.59 s [opt-env-conf-test] Executables installed in:
  17183. 430.59 s [opt-env-conf-test] /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4/bin
  17184. 430.59 s [opt-env-conf-test] Libraries installed in:
  17185. 430.59 s [opt-env-conf-test] /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  17186. 430.59 s [opt-env-conf-test] Dynamic Libraries installed in:
  17187. 430.59 s [opt-env-conf-test] /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  17188. 430.59 s [opt-env-conf-test] Private executables installed in:
  17189. 430.59 s [opt-env-conf-test] /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4/libexec/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-test-0.0.0.4
  17190. 430.59 s [opt-env-conf-test] Data files installed in:
  17191. 430.59 s [opt-env-conf-test] /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4/share/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-test-0.0.0.4
  17192. 430.59 s [opt-env-conf-test] Documentation installed in:
  17193. 430.59 s [opt-env-conf-test] /nix/store/dq6fgqwqzkwjam9595g0f3lgvrslxkpm-opt-env-conf-test-0.0.0.4-doc/share/doc/opt-env-conf-test-0.0.0.4
  17194. 430.59 s [opt-env-conf-test] Configuration files installed in:
  17195. 430.59 s [opt-env-conf-test] /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4/etc
  17196. 430.59 s [opt-env-conf-test] No alex found
  17197. 430.59 s [opt-env-conf-test] Using ar found on system at:
  17198. 430.59 s [opt-env-conf-test] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  17199. 430.59 s [opt-env-conf-test] No c2hs found
  17200. 430.59 s [opt-env-conf-test] No cpphs found
  17201. 430.59 s [opt-env-conf-test] No doctest found
  17202. 430.59 s [opt-env-conf-test] Using gcc version 14.3.0 given by user at:
  17203. 430.59 s [opt-env-conf-test] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  17204. 430.59 s [opt-env-conf-test] Using ghc version 9.10.3 found on system at:
  17205. 430.59 s [opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  17206. 430.59 s [opt-env-conf-test] Using ghc-pkg version 9.10.3 found on system at:
  17207. 430.59 s [opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  17208. 430.59 s [opt-env-conf-test] No ghcjs found
  17209. 430.59 s [opt-env-conf-test] No ghcjs-pkg found
  17210. 430.59 s [opt-env-conf-test] No greencard found
  17211. 430.59 s [opt-env-conf-test] Using haddock version 2.31.1 found on system at:
  17212. 430.59 s [opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  17213. 430.59 s [opt-env-conf-test] No happy found
  17214. 430.59 s [opt-env-conf-test] Using haskell-suite found on system at: haskell-suite-dummy-location
  17215. 430.59 s [opt-env-conf-test] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  17216. 430.59 s [opt-env-conf-test] No hmake found
  17217. 430.59 s [opt-env-conf-test] Using hpc version 0.69 found on system at:
  17218. 430.59 s [opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  17219. 430.59 s [opt-env-conf-test] Using hsc2hs version 0.68.10 found on system at:
  17220. 430.59 s [opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  17221. 430.59 s [opt-env-conf-test] Using hscolour version 1.25 found on system at:
  17222. 430.59 s [opt-env-conf-test] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  17223. 430.59 s [opt-env-conf-test] No jhc found
  17224. 430.59 s [opt-env-conf-test] Using ld found on system at:
  17225. 430.59 s [opt-env-conf-test] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  17226. 430.59 s [opt-env-conf-test] No pkg-config found
  17227. 430.59 s [opt-env-conf-test] Using runghc version 9.10.3 found on system at:
  17228. 430.59 s [opt-env-conf-test] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  17229. 430.59 s [opt-env-conf-test] Using strip version 2.44 found on system at:
  17230. 430.59 s [opt-env-conf-test] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  17231. 430.59 s [opt-env-conf-test] Using tar found on system at:
  17232. 430.59 s [opt-env-conf-test] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  17233. 430.59 s [opt-env-conf-test] No uhc found
  17234. 430.65 s [genvalidity-sydtest] [23 of 34] Compiling Test.Syd.Validity.Utils ( src/Test/Syd/Validity/Utils.hs, dist/build/Test/Syd/Validity/Utils.p_o )
  17235. 430.65 s [genvalidity-sydtest] [24 of 34] Compiling Test.Syd.Validity.Shrinking ( src/Test/Syd/Validity/Shrinking.hs, dist/build/Test/Syd/Validity/Shrinking.p_o )
  17236. 430.65 s [genvalidity-sydtest] [25 of 34] Compiling Test.Syd.Validity.Show ( src/Test/Syd/Validity/Show.hs, dist/build/Test/Syd/Validity/Show.p_o )
  17237. 430.65 s [genvalidity-sydtest] [26 of 34] Compiling Test.Syd.Validity.Ord ( src/Test/Syd/Validity/Ord.hs, dist/build/Test/Syd/Validity/Ord.p_o )
  17238. 430.76 s [opt-env-conf-test] Phase: buildPhase
  17239. 430.81 s [cursor-dirforest-brick] Documentation created: dist/doc/html/cursor-dirforest-brick/,
  17240. 430.81 s [cursor-dirforest-brick] dist/doc/html/cursor-dirforest-brick/cursor-dirforest-brick.txt
  17241. 430.85 s [opt-env-conf-test] Preprocessing library for opt-env-conf-test-0.0.0.4...
  17242. 430.85 s [opt-env-conf-test] Building library for opt-env-conf-test-0.0.0.4...
  17243. 430.88 s [cursor-dirforest-brick] Phase: installPhase
  17244. 430.95 s [opt-env-conf-test] [1 of 4] Compiling OptEnvConf.Args.Gen ( src/OptEnvConf/Args/Gen.hs, dist/build/OptEnvConf/Args/Gen.o, dist/build/OptEnvConf/Args/Gen.dyn_o )
  17245. 430.97 s [cursor-dirforest-brick] Installing library in /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk
  17246. 431.00 s [genvalidity-sydtest] [27 of 34] Compiling Test.Syd.Validity.Monoid ( src/Test/Syd/Validity/Monoid.hs, dist/build/Test/Syd/Validity/Monoid.p_o )
  17247. 431.00 s [genvalidity-sydtest] [28 of 34] Compiling Test.Syd.Validity.Monad ( src/Test/Syd/Validity/Monad.hs, dist/build/Test/Syd/Validity/Monad.p_o )
  17248. 431.06 s [genvalidity-sydtest] [29 of 34] Compiling Test.Syd.Validity.GenValidity ( src/Test/Syd/Validity/GenValidity.hs, dist/build/Test/Syd/Validity/GenValidity.p_o )
  17249. 431.07 s [genvalidity-sydtest] [30 of 34] Compiling Test.Syd.Validity.Functor ( src/Test/Syd/Validity/Functor.hs, dist/build/Test/Syd/Validity/Functor.p_o )
  17250. 431.07 s [genvalidity-sydtest] [31 of 34] Compiling Test.Syd.Validity.Eq ( src/Test/Syd/Validity/Eq.hs, dist/build/Test/Syd/Validity/Eq.p_o )
  17251. 431.07 s [genvalidity-sydtest] [32 of 34] Compiling Test.Syd.Validity.Arbitrary ( src/Test/Syd/Validity/Arbitrary.hs, dist/build/Test/Syd/Validity/Arbitrary.p_o )
  17252. 431.07 s [genvalidity-sydtest] [33 of 34] Compiling Test.Syd.Validity.Applicative ( src/Test/Syd/Validity/Applicative.hs, dist/build/Test/Syd/Validity/Applicative.p_o )
  17253. 431.07 s [genvalidity-sydtest] [34 of 34] Compiling Test.Syd.Validity ( src/Test/Syd/Validity.hs, dist/build/Test/Syd/Validity.p_o )
  17254. 431.08 s [sydtest-wai-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  17255. 431.08 s [sydtest-wai-source] Dependency bytestring: using bytestring-0.12.2.0
  17256. 431.08 s [sydtest-wai-source] Dependency case-insensitive: using case-insensitive-1.2.1.0
  17257. 431.08 s [sydtest-wai-source] Dependency http-client: using http-client-0.7.19
  17258. 431.08 s [sydtest-wai-source] Dependency http-types: using http-types-0.12.4
  17259. 431.08 s [sydtest-wai-source] Dependency mtl: using mtl-2.3.1
  17260. 431.08 s [sydtest-wai-source] Dependency network: using network-3.2.8.0
  17261. 431.08 s [sydtest-wai-source] Dependency sydtest >=0.3.0.0: using sydtest-0.23.0.1
  17262. 431.08 s [sydtest-wai-source] Dependency text: using text-2.1.3
  17263. 431.08 s [sydtest-wai-source] Dependency time: using time-1.12.2
  17264. 431.08 s [sydtest-wai-source] Dependency wai: using wai-3.2.4
  17265. 431.08 s [sydtest-wai-source] Dependency warp: using warp-3.4.9
  17266. 431.08 s [sydtest-wai-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  17267. 431.08 s [sydtest-wai-source] Dependency http-client: using http-client-0.7.19
  17268. 431.08 s [sydtest-wai-source] Dependency http-types: using http-types-0.12.4
  17269. 431.08 s [sydtest-wai-source] Dependency sydtest: using sydtest-0.23.0.1
  17270. 431.08 s [sydtest-wai-source] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
  17271. 431.08 s [sydtest-wai-source] Dependency wai: using wai-3.2.4
  17272. 431.08 s [sydtest-wai-source] Source component graph:
  17273. 431.08 s [sydtest-wai-source] component lib
  17274. 431.08 s [sydtest-wai-source] component test:sydtest-wai-test dependency lib
  17275. 431.08 s [sydtest-wai-source] Configured component graph:
  17276. 431.08 s [sydtest-wai-source] component sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  17277. 431.08 s [sydtest-wai-source] include base-4.20.2.0-fafd
  17278. 431.08 s [sydtest-wai-source] include bytestring-0.12.2.0-96e1
  17279. 431.08 s [sydtest-wai-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  17280. 431.08 s [sydtest-wai-source] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  17281. 431.08 s [sydtest-wai-source] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  17282. 431.08 s [sydtest-wai-source] include mtl-2.3.1-37af
  17283. 431.08 s [sydtest-wai-source] include network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
  17284. 431.08 s [sydtest-wai-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  17285. 431.08 s [sydtest-wai-source] include text-2.1.3-34f1
  17286. 431.08 s [sydtest-wai-source] include time-1.12.2-3479
  17287. 431.08 s [sydtest-wai-source] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  17288. 431.08 s [sydtest-wai-source] include warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
  17289. 431.08 s [sydtest-wai-source] component sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
  17290. 431.08 s [sydtest-wai-source] include base-4.20.2.0-fafd
  17291. 431.08 s [sydtest-wai-source] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  17292. 431.08 s [sydtest-wai-source] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  17293. 431.08 s [sydtest-wai-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  17294. 431.08 s [sydtest-wai-source] include sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  17295. 431.08 s [sydtest-wai-source] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  17296. 431.08 s [sydtest-wai-source] Linked component graph:
  17297. 431.08 s [sydtest-wai-source] unit sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  17298. 431.08 s [sydtest-wai-source] include base-4.20.2.0-fafd
  17299. 431.08 s [sydtest-wai-source] include bytestring-0.12.2.0-96e1
  17300. 431.08 s [sydtest-wai-source] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  17301. 431.08 s [sydtest-wai-source] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  17302. 431.08 s [sydtest-wai-source] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  17303. 431.08 s [sydtest-wai-source] include mtl-2.3.1-37af
  17304. 431.08 s [sydtest-wai-source] include network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
  17305. 431.08 s [sydtest-wai-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  17306. 431.08 s [sydtest-wai-source] include text-2.1.3-34f1
  17307. 431.08 s [sydtest-wai-source] include time-1.12.2-3479
  17308. 431.08 s [sydtest-wai-source] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  17309. 431.08 s [sydtest-wai-source] include warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
  17310. 431.08 s [sydtest-wai-source] Test.Syd.Wai=sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31:Test.Syd.Wai,Test.Syd.Wai.Client=sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31:Test.Syd.Wai.Client,Test.Syd.Wai.Def=sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31:Test.Syd.Wai.Def,Test.Syd.Wai.Matcher=sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31:Test.Syd.Wai.Matcher,Test.Syd.Wai.Request=sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31:Test.Syd.Wai.Request
  17311. 431.08 s [sydtest-wai-source] unit sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
  17312. 431.08 s [sydtest-wai-source] include base-4.20.2.0-fafd
  17313. 431.08 s [sydtest-wai-source] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  17314. 431.08 s [sydtest-wai-source] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  17315. 431.08 s [sydtest-wai-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  17316. 431.08 s [sydtest-wai-source] include sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  17317. 431.08 s [sydtest-wai-source] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  17318. 431.08 s [sydtest-wai-source] Ready component graph:
  17319. 431.08 s [sydtest-wai-source] definite sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  17320. 431.08 s [sydtest-wai-source] depends base-4.20.2.0-fafd
  17321. 431.08 s [sydtest-wai-source] depends bytestring-0.12.2.0-96e1
  17322. 431.08 s [sydtest-wai-source] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  17323. 431.08 s [sydtest-wai-source] depends http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  17324. 431.08 s [sydtest-wai-source] depends http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  17325. 431.08 s [sydtest-wai-source] depends mtl-2.3.1-37af
  17326. 431.08 s [sydtest-wai-source] depends network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
  17327. 431.08 s [sydtest-wai-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  17328. 431.08 s [sydtest-wai-source] depends text-2.1.3-34f1
  17329. 431.08 s [sydtest-wai-source] depends time-1.12.2-3479
  17330. 431.08 s [sydtest-wai-source] depends wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  17331. 431.08 s [sydtest-wai-source] depends warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
  17332. 431.08 s [sydtest-wai-source] definite sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
  17333. 431.08 s [sydtest-wai-source] depends base-4.20.2.0-fafd
  17334. 431.08 s [sydtest-wai-source] depends http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  17335. 431.08 s [sydtest-wai-source] depends http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  17336. 431.08 s [sydtest-wai-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  17337. 431.08 s [sydtest-wai-source] depends sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  17338. 431.08 s [sydtest-wai-source] depends wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  17339. 431.08 s [sydtest-wai-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  17340. 431.08 s [sydtest-wai-source] Using compiler: ghc-9.10.3
  17341. 431.08 s [sydtest-wai-source] Using install prefix:
  17342. 431.08 s [sydtest-wai-source] /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2
  17343. 431.08 s [sydtest-wai-source] Executables installed in:
  17344. 431.08 s [sydtest-wai-source] /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2/bin
  17345. 431.08 s [sydtest-wai-source] Libraries installed in:
  17346. 431.08 s [sydtest-wai-source] /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  17347. 431.08 s [sydtest-wai-source] Dynamic Libraries installed in:
  17348. 431.08 s [sydtest-wai-source] /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  17349. 431.08 s [sydtest-wai-source] Private executables installed in:
  17350. 431.08 s [sydtest-wai-source] /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2/libexec/x86_64-linux-ghc-9.10.3-a85d/sydtest-wai-0.2.0.2
  17351. 431.08 s [sydtest-wai-source] Data files installed in:
  17352. 431.08 s [sydtest-wai-source] /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2/share/x86_64-linux-ghc-9.10.3-a85d/sydtest-wai-0.2.0.2
  17353. 431.08 s [sydtest-wai-source] Documentation installed in: /share/doc/sydtest-wai-0.2.0.2
  17354. 431.08 s [sydtest-wai-source] Configuration files installed in:
  17355. 431.08 s [sydtest-wai-source] /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2/etc
  17356. 431.08 s [sydtest-wai-source] No alex found
  17357. 431.08 s [sydtest-wai-source] Using ar found on system at:
  17358. 431.08 s [sydtest-wai-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  17359. 431.08 s [sydtest-wai-source] No c2hs found
  17360. 431.08 s [sydtest-wai-source] No cpphs found
  17361. 431.08 s [sydtest-wai-source] No doctest found
  17362. 431.08 s [sydtest-wai-source] Using gcc version 14.3.0 given by user at:
  17363. 431.08 s [sydtest-wai-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  17364. 431.08 s [sydtest-wai-source] Using ghc version 9.10.3 found on system at:
  17365. 431.08 s [sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  17366. 431.08 s [sydtest-wai-source] Using ghc-pkg version 9.10.3 found on system at:
  17367. 431.08 s [sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  17368. 431.08 s [sydtest-wai-source] No ghcjs found
  17369. 431.08 s [sydtest-wai-source] No ghcjs-pkg found
  17370. 431.08 s [sydtest-wai-source] No greencard found
  17371. 431.08 s [sydtest-wai-source] Using haddock version 2.31.1 found on system at:
  17372. 431.08 s [sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  17373. 431.08 s [sydtest-wai-source] No happy found
  17374. 431.08 s [sydtest-wai-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  17375. 431.08 s [sydtest-wai-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  17376. 431.08 s [sydtest-wai-source] No hmake found
  17377. 431.08 s [sydtest-wai-source] Using hpc version 0.69 found on system at:
  17378. 431.08 s [sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  17379. 431.08 s [sydtest-wai-source] Using hsc2hs version 0.68.10 found on system at:
  17380. 431.08 s [sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  17381. 431.08 s [sydtest-wai-source] Using hscolour version 1.25 found on system at:
  17382. 431.08 s [sydtest-wai-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  17383. 431.08 s [sydtest-wai-source] No jhc found
  17384. 431.08 s [sydtest-wai-source] Using ld found on system at:
  17385. 431.08 s [sydtest-wai-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  17386. 431.08 s [sydtest-wai-source] No pkg-config found
  17387. 431.08 s [sydtest-wai-source] Using runghc version 9.10.3 found on system at:
  17388. 431.08 s [sydtest-wai-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  17389. 431.08 s [sydtest-wai-source] Using strip version 2.44 found on system at:
  17390. 431.08 s [sydtest-wai-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  17391. 431.08 s [sydtest-wai-source] Using tar found on system at:
  17392. 431.08 s [sydtest-wai-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  17393. 431.08 s [sydtest-wai-source] No uhc found
  17394. 431.18 s [cursor-dirforest-brick] Phase: fixupPhase
  17395. 431.20 s [cursor-dirforest-brick] shrinking RPATHs of ELF executables and libraries in /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0
  17396. 431.20 s [cursor-dirforest-brick] shrinking /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHScursor-dirforest-brick-0.0.0.0-IpuxDgcrqre9zqZEqMyFTk-ghc9.10.3.so
  17397. 431.22 s [cursor-dirforest-brick] checking for references to /build/ in /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0...
  17398. 431.24 s [cursor-dirforest-brick] patching script interpreter paths in /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0
  17399. 431.24 s [cursor-dirforest-brick] stripping (with command strip and flags -S -p) in /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/lib
  17400. 431.27 s [cursor-dirforest-brick] shrinking RPATHs of ELF executables and libraries in /nix/store/d8h0jaqp9ybfazw4aky2mm6cgjiyfv4j-cursor-dirforest-brick-0.0.0.0-doc
  17401. 431.27 s [cursor-dirforest-brick] checking for references to /build/ in /nix/store/d8h0jaqp9ybfazw4aky2mm6cgjiyfv4j-cursor-dirforest-brick-0.0.0.0-doc...
  17402. 431.28 s [sydtest-wai-source] Phase: buildPhase
  17403. 431.28 s [cursor-dirforest-brick] patching script interpreter paths in /nix/store/d8h0jaqp9ybfazw4aky2mm6cgjiyfv4j-cursor-dirforest-brick-0.0.0.0-doc
  17404. 431.29 s [sydtest-wai-source] Distribution quality warnings:
  17405. 431.29 s [sydtest-wai-source] [no-description] No 'description' field.
  17406. 431.29 s [sydtest-wai-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  17407. 431.29 s [sydtest-wai-source] - bytestring
  17408. 431.29 s [sydtest-wai-source] - case-insensitive
  17409. 431.29 s [sydtest-wai-source] - http-client
  17410. 431.29 s [sydtest-wai-source] - http-types
  17411. 431.29 s [sydtest-wai-source] - mtl
  17412. 431.29 s [sydtest-wai-source] - network
  17413. 431.29 s [sydtest-wai-source] - sydtest
  17414. 431.29 s [sydtest-wai-source] - text
  17415. 431.29 s [sydtest-wai-source] - time
  17416. 431.29 s [sydtest-wai-source] - wai
  17417. 431.29 s [sydtest-wai-source] - warp
  17418. 431.29 s [sydtest-wai-source] Please add them. There is more information at https://pvp.haskell.org/
  17419. 431.29 s [sydtest-wai-source] Building source dist for sydtest-wai-0.2.0.2...
  17420. 431.30 s [sydtest-wai-source] Source tarball created: dist/sydtest-wai-0.2.0.2.tar.gz
  17421. 431.30 s [sydtest-wai-source] Phase: checkPhase
  17422. 431.31 s [sydtest-wai-source] Phase: haddockPhase
  17423. 431.31 s [sydtest-wai-source] Phase: installPhase
  17424. 431.32 s [sydtest-wai-source] Phase: fixupPhase
  17425. 431.57 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/d8h0jaqp9ybfazw4aky2mm6cgjiyfv4j-cursor-dirforest-brick-0.0.0.0-doc /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0
  17426. 431.99 s [post-build-hook] Pushing 2 paths (226 are already present) using zstd to cache smos ⏳
  17427. 431.99 s [post-build-hook]
  17428. 432.34 s [post-build-hook] Pushing /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0 (329.67 KiB)
  17429. 432.38 s [post-build-hook] Pushing /nix/store/d8h0jaqp9ybfazw4aky2mm6cgjiyfv4j-cursor-dirforest-brick-0.0.0.0-doc (178.66 KiB)
  17430. 433.33 s [post-build-hook]
  17431. 433.33 s [post-build-hook] All done.
  17432. 433.36 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/d8h0jaqp9ybfazw4aky2mm6cgjiyfv4j-cursor-dirforest-brick-0.0.0.0-doc /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0
  17433. 433.44 s [post-build-hook] copying 0 paths...
  17434. 433.58 s [post-build-hook] copying 0 paths...
  17435. 433.65 s Progress: 112 of 147 built (4 building), 815 of 815 downloaded from cache
  17436. 433.65 s [genvalidity-sydtest] Preprocessing test suite 'genvalidity-sydtest-test' for genvalidity-sydtest-1.0.1.0...
  17437. 433.65 s [genvalidity-sydtest] Building test suite 'genvalidity-sydtest-test' for genvalidity-sydtest-1.0.1.0...
  17438. 433.65 s [opt-env-conf-test] [2 of 4] Compiling OptEnvConf.EnvMap.Gen ( src/OptEnvConf/EnvMap/Gen.hs, dist/build/OptEnvConf/EnvMap/Gen.o, dist/build/OptEnvConf/EnvMap/Gen.dyn_o )
  17439. 433.65 s [opt-env-conf-test] [3 of 4] Compiling OptEnvConf.Test ( src/OptEnvConf/Test.hs, dist/build/OptEnvConf/Test.o, dist/build/OptEnvConf/Test.dyn_o )
  17440. 433.65 s [opt-env-conf-test] [4 of 4] Compiling Paths_opt_env_conf_test ( dist/build/autogen/Paths_opt_env_conf_test.hs, dist/build/Paths_opt_env_conf_test.o, dist/build/Paths_opt_env_conf_test.dyn_o )
  17441. 433.65 s [opt-env-conf-test] [1 of 4] Compiling OptEnvConf.Args.Gen ( src/OptEnvConf/Args/Gen.hs, dist/build/OptEnvConf/Args/Gen.p_o )
  17442. 433.65 s [opt-env-conf-test] [2 of 4] Compiling OptEnvConf.EnvMap.Gen ( src/OptEnvConf/EnvMap/Gen.hs, dist/build/OptEnvConf/EnvMap/Gen.p_o )
  17443. 433.65 s [opt-env-conf-test] [3 of 4] Compiling OptEnvConf.Test ( src/OptEnvConf/Test.hs, dist/build/OptEnvConf/Test.p_o )
  17444. 433.65 s [opt-env-conf-test] [4 of 4] Compiling Paths_opt_env_conf_test ( dist/build/autogen/Paths_opt_env_conf_test.hs, dist/build/Paths_opt_env_conf_test.p_o )
  17445. 433.73 s Building sydtest-persistent
  17446. 433.76 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2
  17447. 434.13 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  17448. 434.13 s [post-build-hook]
  17449. 434.47 s [post-build-hook] Pushing /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2 (7.22 KiB)
  17450. 435.39 s [post-build-hook]
  17451. 435.39 s [post-build-hook] All done.
  17452. 435.41 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2
  17453. 435.48 s [post-build-hook] copying 1 paths...
  17454. 435.48 s [post-build-hook] copying path '/nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2' to 'https://cache.staging.nix-ci.com'...
  17455. 435.84 s [post-build-hook] copying 0 paths...
  17456. 435.89 s Progress: 113 of 146 built (4 building), 815 of 815 downloaded from cache
  17457. 435.97 s Building sydtest-wai
  17458. 435.97 s [ical] Documentation created: dist/doc/html/ical/, dist/doc/html/ical/ical.txt
  17459. 435.97 s [ical] Phase: installPhase
  17460. 435.97 s [ical] Installing library in /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  17461. 435.97 s [ical] Phase: fixupPhase
  17462. 435.97 s [ical] shrinking RPATHs of ELF executables and libraries in /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0
  17463. 435.98 s [ical] shrinking /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX-ghc9.10.3.so
  17464. 435.98 s [ical] checking for references to /build/ in /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0...
  17465. 435.98 s [ical] patching script interpreter paths in /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0
  17466. 435.98 s [ical] stripping (with command strip and flags -S -p) in /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/lib
  17467. 435.98 s [genvalidity-sydtest] [ 1 of 15] Compiling Paths_genvalidity_sydtest ( dist/build/genvalidity-sydtest-test/autogen/Paths_genvalidity_sydtest.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Paths_genvalidity_sydtest.o )
  17468. 435.98 s [genvalidity-sydtest] [ 2 of 15] Compiling Test.Syd.Validity.ApplicativeSpec ( test/Test/Syd/Validity/ApplicativeSpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/ApplicativeSpec.o )
  17469. 435.98 s [genvalidity-sydtest] [ 3 of 15] Compiling Test.Syd.Validity.ArbitrarySpec ( test/Test/Syd/Validity/ArbitrarySpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/ArbitrarySpec.o )
  17470. 435.98 s [genvalidity-sydtest] [ 4 of 15] Compiling Test.Syd.Validity.EqSpec ( test/Test/Syd/Validity/EqSpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/EqSpec.o )
  17471. 435.98 s [genvalidity-sydtest] [ 5 of 15] Compiling Test.Syd.Validity.FunctorSpec ( test/Test/Syd/Validity/FunctorSpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/FunctorSpec.o )
  17472. 435.98 s [genvalidity-sydtest] [ 6 of 15] Compiling Test.Syd.Validity.GenRelativeValiditySpec ( test/Test/Syd/Validity/GenRelativeValiditySpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/GenRelativeValiditySpec.o )
  17473. 435.98 s [genvalidity-sydtest] [ 7 of 15] Compiling Test.Syd.Validity.GenValiditySpec ( test/Test/Syd/Validity/GenValiditySpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/GenValiditySpec.o )
  17474. 435.98 s [genvalidity-sydtest] [ 8 of 15] Compiling Test.Syd.Validity.MonadSpec ( test/Test/Syd/Validity/MonadSpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/MonadSpec.o )
  17475. 435.98 s [genvalidity-sydtest] [ 9 of 15] Compiling Test.Syd.Validity.MonoidSpec ( test/Test/Syd/Validity/MonoidSpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/MonoidSpec.o )
  17476. 435.98 s [genvalidity-sydtest] [10 of 15] Compiling Test.Syd.Validity.Operations.CommutativitySpec ( test/Test/Syd/Validity/Operations/CommutativitySpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/Operations/CommutativitySpec.o )
  17477. 435.98 s [genvalidity-sydtest] [11 of 15] Compiling Test.Syd.Validity.OrdSpec ( test/Test/Syd/Validity/OrdSpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/OrdSpec.o )
  17478. 435.98 s [genvalidity-sydtest] [12 of 15] Compiling Test.Syd.Validity.RelativeValiditySpec ( test/Test/Syd/Validity/RelativeValiditySpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/RelativeValiditySpec.o )
  17479. 435.98 s [genvalidity-sydtest] [13 of 15] Compiling Test.Syd.Validity.ShowSpec ( test/Test/Syd/Validity/ShowSpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/ShowSpec.o )
  17480. 435.98 s [genvalidity-sydtest] [14 of 15] Compiling Test.Syd.Validity.ShrinkingSpec ( test/Test/Syd/Validity/ShrinkingSpec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Test/Syd/Validity/ShrinkingSpec.o )
  17481. 435.98 s [genvalidity-sydtest] [15 of 15] Compiling Main ( test/Spec.hs, dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test-tmp/Main.o )
  17482. 435.98 s [genvalidity-sydtest] [16 of 16] Linking dist/build/genvalidity-sydtest-test/genvalidity-sydtest-test
  17483. 435.98 s [genvalidity-sydtest] Phase: checkPhase
  17484. 435.98 s [opt-env-conf-test] Phase: haddockPhase
  17485. 435.98 s [opt-env-conf-test] Preprocessing library for opt-env-conf-test-0.0.0.4...
  17486. 435.98 s [opt-env-conf-test] Running Haddock on library for opt-env-conf-test-0.0.0.4...
  17487. 435.98 s [opt-env-conf-test] Warning: The documentation for the following packages are not installed. No
  17488. 435.98 s [opt-env-conf-test] links will be generated to these packages: attoparsec-0.14.4,
  17489. 435.98 s [opt-env-conf-test] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
  17490. 435.98 s [opt-env-conf-test] [1 of 4] Compiling OptEnvConf.Args.Gen ( src/OptEnvConf/Args/Gen.hs, nothing )
  17491. 435.98 s [opt-env-conf-test] [2 of 4] Compiling OptEnvConf.EnvMap.Gen ( src/OptEnvConf/EnvMap/Gen.hs, nothing )
  17492. 435.98 s [opt-env-conf-test] [3 of 4] Compiling OptEnvConf.Test ( src/OptEnvConf/Test.hs, nothing )
  17493. 435.98 s [opt-env-conf-test] [4 of 4] Compiling Paths_opt_env_conf_test ( dist/build/autogen/Paths_opt_env_conf_test.hs, nothing )
  17494. 435.98 s [opt-env-conf-test] Haddock coverage:
  17495. 435.98 s [opt-env-conf-test] 0% ( 0 / 1) in 'OptEnvConf.Args.Gen'
  17496. 435.98 s [opt-env-conf-test] Missing documentation for:
  17497. 435.98 s [opt-env-conf-test] Module header
  17498. 435.98 s [opt-env-conf-test] 0% ( 0 / 1) in 'OptEnvConf.EnvMap.Gen'
  17499. 435.98 s [opt-env-conf-test] Missing documentation for:
  17500. 435.98 s [opt-env-conf-test] Module header
  17501. 435.98 s [opt-env-conf-test] 21% ( 6 / 28) in 'OptEnvConf.Test'
  17502. 435.98 s [opt-env-conf-test] Missing documentation for:
  17503. 435.98 s [opt-env-conf-test] Module header
  17504. 435.98 s [opt-env-conf-test] settingsLintSpec (src/OptEnvConf/Test.hs:57)
  17505. 435.98 s [opt-env-conf-test] parserLintSpec (src/OptEnvConf/Test.hs:60)
  17506. 435.98 s [opt-env-conf-test] parserLintTest (src/OptEnvConf/Test.hs:66)
  17507. 435.98 s [opt-env-conf-test] settingsParserArgsTest (src/OptEnvConf/Test.hs:73)
  17508. 435.98 s [opt-env-conf-test] parserArgsTest (src/OptEnvConf/Test.hs:76)
  17509. 435.98 s [opt-env-conf-test] settingsParserEnvTest (src/OptEnvConf/Test.hs:79)
  17510. 435.98 s [opt-env-conf-test] parserEnvTest (src/OptEnvConf/Test.hs:82)
  17511. 435.98 s [opt-env-conf-test] settingsParserConfTest (src/OptEnvConf/Test.hs:85)
  17512. 435.98 s [opt-env-conf-test] parserConfTest (src/OptEnvConf/Test.hs:88)
  17513. 435.98 s [opt-env-conf-test] settingsParserTest (src/OptEnvConf/Test.hs:91)
  17514. 435.98 s [opt-env-conf-test] parserTest (src/OptEnvConf/Test.hs:94)
  17515. 435.98 s [opt-env-conf-test] settingsParserCompletionTest (src/OptEnvConf/Test.hs:101)
  17516. 435.98 s [opt-env-conf-test] settingsParserCompletionDescriptionTest (src/OptEnvConf/Test.hs:104)
  17517. 435.98 s [opt-env-conf-test] parserCompletionTest (src/OptEnvConf/Test.hs:107)
  17518. 435.98 s [opt-env-conf-test] parserCompletionDescriptionTest (src/OptEnvConf/Test.hs:115)
  17519. 435.98 s [opt-env-conf-test] goldenSettingsReferenceDocumentationSpec (src/OptEnvConf/Test.hs:120)
  17520. 435.98 s [opt-env-conf-test] goldenParserReferenceDocumentationSpec (src/OptEnvConf/Test.hs:123)
  17521. 435.98 s [opt-env-conf-test] pureGoldenReferenceDocumentation (src/OptEnvConf/Test.hs:128)
  17522. 435.98 s [opt-env-conf-test] goldenSettingsNixOptionsSpec (src/OptEnvConf/Test.hs:135)
  17523. 435.98 s [opt-env-conf-test] goldenParserNixOptionsSpec (src/OptEnvConf/Test.hs:138)
  17524. 435.98 s [opt-env-conf-test] pureGoldenNixOptions (src/OptEnvConf/Test.hs:143)
  17525. 435.98 s [sydtest-persistent] Phase: setupCompilerEnvironmentPhase
  17526. 435.98 s [sydtest-persistent] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  17527. 435.98 s [sydtest-persistent] Phase: unpackPhase
  17528. 435.98 s [sydtest-persistent] unpacking source archive /nix/store/6860wf6y5dpliqvmkw3sj1x3pz35pkv3-sydtest-persistent-source-0.1.0.0/sydtest-persistent-0.1.0.0.tar.gz
  17529. 435.98 s [sydtest-persistent] source root is sydtest-persistent-0.1.0.0
  17530. 435.98 s [sydtest-persistent] setting SOURCE_DATE_EPOCH to timestamp 1780347953 of file "sydtest-persistent-0.1.0.0/sydtest-persistent.cabal"
  17531. 435.98 s [sydtest-persistent] warning: file "sydtest-persistent-0.1.0.0/sydtest-persistent.cabal" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  17532. 435.98 s [sydtest-persistent] Phase: patchPhase
  17533. 435.98 s [sydtest-persistent] Phase: compileBuildDriverPhase
  17534. 435.98 s [sydtest-persistent] setupCompileFlags: -package-db=/build/tmp.85jgDkTcOd/setup-package.conf.d -threaded
  17535. 435.98 s [sydtest-persistent] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.85jgDkTcOd/Main.o )
  17536. 435.98 s [sydtest-persistent] [2 of 2] Linking Setup
  17537. 435.98 s [sydtest-persistent] Phase: updateAutotoolsGnuConfigScriptsPhase
  17538. 435.98 s [sydtest-persistent] Phase: configurePhase
  17539. 435.98 s [sydtest-persistent] configureFlags: --verbose --prefix=/nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc/share/doc/sydtest-persistent-0.1.0.0 --with-gcc=gcc --package-db=/build/tmp.85jgDkTcOd/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  17540. 435.98 s [sydtest-persistent] Using Parsec parser
  17541. 435.98 s [sydtest-persistent] Configuring sydtest-persistent-0.1.0.0...
  17542. 436.00 s [genvalidity-sydtest] Running 1 test suites...
  17543. 436.00 s [genvalidity-sydtest] Test suite genvalidity-sydtest-test: RUNNING...
  17544. 436.07 s [genvalidity-sydtest] Tests:
  17545. 436.07 s [genvalidity-sydtest]
  17546. 436.07 s [genvalidity-sydtest] Test.Syd.Validity.MonoidSpec
  17547. 436.07 s [genvalidity-sydtest] Monoid [Int]
  17548. 436.07 s [genvalidity-sydtest] mappend :: [Int] -> [Int] -> [Int]
  17549. 436.07 s [genvalidity-sydtest] is an associative operation for "valid :: ([Int],[Int],[Int])" 6.05 ms
  17550. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17551. 436.07 s [genvalidity-sydtest] mempty :: [Int]
  17552. 436.07 s [genvalidity-sydtest] is the identity for mappend :: [Int] -> [Int] -> [Int] for "valid :: [Int]" 8.57 ms
  17553. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17554. 436.07 s [genvalidity-sydtest] mconcat :: [[Int]] -> [Int]
  17555. 436.07 s [genvalidity-sydtest] is equivalent to its default implementation for "valid :: [[Int]]" 6.78 ms
  17556. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17557. 436.07 s [genvalidity-sydtest] Monoid [Int]
  17558. 436.07 s [genvalidity-sydtest] mconcat :: [[Int]] -> [Int]
  17559. 436.07 s [genvalidity-sydtest] is equivalent to its default implementation for "arbitrary :: [[Int]]" 5.39 ms
  17560. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17561. 436.07 s [genvalidity-sydtest] mempty :: [Int]
  17562. 436.07 s [genvalidity-sydtest] is the identity for mappend :: [Int] -> [Int] -> [Int] for "arbitrary :: [Int]" 5.10 ms
  17563. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17564. 436.07 s [genvalidity-sydtest] mappend :: [Int] -> [Int] -> [Int]
  17565. 436.07 s [genvalidity-sydtest] is an associative operation for "arbitrary :: ([Int],[Int],[Int])" 8.63 ms
  17566. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17567. 436.07 s [genvalidity-sydtest] Monoid ([Ratio Integer])
  17568. 436.07 s [genvalidity-sydtest] mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer])
  17569. 436.07 s [genvalidity-sydtest] is an associative operation for "valid :: (([Ratio Integer],[Ratio Integer],[Ratio Integer]))" 42.30 ms
  17570. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17571. 436.07 s [genvalidity-sydtest] mempty :: ([Ratio Integer])
  17572. 436.07 s [genvalidity-sydtest] is the identity for mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer]) for "valid :: ([Ratio Integer])" 44.02 ms
  17573. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17574. 436.07 s [genvalidity-sydtest] mconcat :: [([Ratio Integer])] -> ([Ratio Integer])
  17575. 436.07 s [genvalidity-sydtest] is equivalent to its default implementation for "valid :: ([[Ratio Integer]])" 31.85 ms
  17576. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17577. 436.07 s [genvalidity-sydtest] Monoid [Char]
  17578. 436.07 s [genvalidity-sydtest] mappend :: [Char] -> [Char] -> [Char]
  17579. 436.07 s [genvalidity-sydtest] is an associative operation for "singleton list of 'a' :: ([Char],[Char],[Char])" 1.93 ms
  17580. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17581. 436.07 s [genvalidity-sydtest] mempty :: [Char]
  17582. 436.07 s [genvalidity-sydtest] is the identity for mappend :: [Char] -> [Char] -> [Char] for "singleton list of 'a' :: [Char]" 2.63 ms
  17583. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17584. 436.07 s [genvalidity-sydtest] mconcat :: [[Char]] -> [Char]
  17585. 436.07 s [genvalidity-sydtest] is equivalent to its default implementation for "singleton list of 'a' :: [[Char]]" 4.02 ms
  17586. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17587. 436.07 s [genvalidity-sydtest] Test.Syd.Validity.OrdSpec
  17588. 436.07 s [genvalidity-sydtest] Ord (Ratio Integer)
  17589. 436.07 s [genvalidity-sydtest] "max :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
  17590. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> if a >= b then a else b) for "valid (Ratio Integer)"'s 4.54 ms
  17591. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17592. 436.07 s [genvalidity-sydtest] (>=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  17593. 436.07 s [genvalidity-sydtest] is transitive for "valid (Ratio Integer)"'s 4.94 ms
  17594. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17595. 436.07 s [genvalidity-sydtest] is antisymmetric for "valid (Ratio Integer)"'s 4.54 ms
  17596. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17597. 436.07 s [genvalidity-sydtest] is reflexive for "valid (Ratio Integer)"'s 2.69 ms
  17598. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17599. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b /= LT) for "valid (Ratio Integer)"'s 4.80 ms
  17600. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17601. 436.07 s [genvalidity-sydtest] "min :: (Ratio Integer -> Ratio Integer -> Ratio Integer)"
  17602. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> if a <= b then a else b) for "valid (Ratio Integer)"'s 8.73 ms
  17603. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17604. 436.07 s [genvalidity-sydtest] (<=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  17605. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b /= GT) for "valid (Ratio Integer)"'s 4.78 ms
  17606. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17607. 436.07 s [genvalidity-sydtest] is reflexive for "valid (Ratio Integer)"'s 0.87 ms
  17608. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17609. 436.07 s [genvalidity-sydtest] is transitive for "valid (Ratio Integer)"'s 9.03 ms
  17610. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17611. 436.07 s [genvalidity-sydtest] is antisymmetric for "valid (Ratio Integer)"'s 4.60 ms
  17612. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17613. 436.07 s [genvalidity-sydtest] (>) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  17614. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b == GT) for "valid (Ratio Integer)"'s 4.92 ms
  17615. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17616. 436.07 s [genvalidity-sydtest] is transitive for "valid (Ratio Integer)"'s 5.37 ms
  17617. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17618. 436.07 s [genvalidity-sydtest] is antireflexive for "valid (Ratio Integer)"'s 2.34 ms
  17619. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17620. 436.07 s [genvalidity-sydtest] (<) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  17621. 436.07 s [genvalidity-sydtest] is antireflexive for "valid (Ratio Integer)"'s 0.62 ms
  17622. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17623. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b == LT) for "valid (Ratio Integer)"'s 4.19 ms
  17624. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17625. 436.07 s [genvalidity-sydtest] is transitive for "valid (Ratio Integer)"'s 2.34 ms
  17626. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17627. 436.07 s [genvalidity-sydtest] Ord Int
  17628. 436.07 s [genvalidity-sydtest] (<=) :: Int -> Int -> Bool
  17629. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b /= GT) for "arbitrary Int"'s 1.10 ms
  17630. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17631. 436.07 s [genvalidity-sydtest] is transitive for "arbitrary Int"'s 0.97 ms
  17632. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17633. 436.07 s [genvalidity-sydtest] is reflexive for "arbitrary Int"'s 0.81 ms
  17634. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17635. 436.07 s [genvalidity-sydtest] is antisymmetric for "arbitrary Int"'s 1.53 ms
  17636. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17637. 436.07 s [genvalidity-sydtest] "min :: (Int -> Int -> Int)"
  17638. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> if a <= b then a else b) for "arbitrary Int"'s 1.27 ms
  17639. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17640. 436.07 s [genvalidity-sydtest] (>) :: Int -> Int -> Bool
  17641. 436.07 s [genvalidity-sydtest] is antireflexive for "arbitrary Int"'s 0.92 ms
  17642. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17643. 436.07 s [genvalidity-sydtest] is transitive for "arbitrary Int"'s 0.71 ms
  17644. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17645. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b == GT) for "arbitrary Int"'s 0.33 ms
  17646. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17647. 436.07 s [genvalidity-sydtest] "max :: (Int -> Int -> Int)"
  17648. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> if a >= b then a else b) for "arbitrary Int"'s 0.32 ms
  17649. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17650. 436.07 s [genvalidity-sydtest] (<) :: Int -> Int -> Bool
  17651. 436.07 s [genvalidity-sydtest] is transitive for "arbitrary Int"'s 0.32 ms
  17652. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17653. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b == LT) for "arbitrary Int"'s 0.41 ms
  17654. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17655. 436.07 s [genvalidity-sydtest] is antireflexive for "arbitrary Int"'s 0.33 ms
  17656. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17657. 436.07 s [genvalidity-sydtest] (>=) :: Int -> Int -> Bool
  17658. 436.07 s [genvalidity-sydtest] is transitive for "arbitrary Int"'s 0.27 ms
  17659. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17660. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b /= LT) for "arbitrary Int"'s 0.33 ms
  17661. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17662. 436.07 s [genvalidity-sydtest] is reflexive for "arbitrary Int"'s 0.26 ms
  17663. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17664. 436.07 s [genvalidity-sydtest] is antisymmetric for "arbitrary Int"'s 0.30 ms
  17665. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17666. 436.07 s [genvalidity-sydtest] Ord Int
  17667. 436.07 s [genvalidity-sydtest] (>=) :: Int -> Int -> Bool
  17668. 436.07 s [genvalidity-sydtest] is antisymmetric for "valid Int"'s 0.59 ms
  17669. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17670. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b /= LT) for "valid Int"'s 0.83 ms
  17671. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17672. 436.07 s [genvalidity-sydtest] is transitive for "valid Int"'s 0.33 ms
  17673. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17674. 436.07 s [genvalidity-sydtest] is reflexive for "valid Int"'s 0.20 ms
  17675. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17676. 436.07 s [genvalidity-sydtest] "max :: (Int -> Int -> Int)"
  17677. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> if a >= b then a else b) for "valid Int"'s 0.28 ms
  17678. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17679. 436.07 s [genvalidity-sydtest] "min :: (Int -> Int -> Int)"
  17680. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> if a <= b then a else b) for "valid Int"'s 0.39 ms
  17681. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17682. 436.07 s [genvalidity-sydtest] (>) :: Int -> Int -> Bool
  17683. 436.07 s [genvalidity-sydtest] is antireflexive for "valid Int"'s 0.44 ms
  17684. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17685. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b == GT) for "valid Int"'s 1.03 ms
  17686. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17687. 436.07 s [genvalidity-sydtest] is transitive for "valid Int"'s 0.26 ms
  17688. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17689. 436.07 s [genvalidity-sydtest] (<) :: Int -> Int -> Bool
  17690. 436.07 s [genvalidity-sydtest] is antireflexive for "valid Int"'s 0.84 ms
  17691. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17692. 436.07 s [genvalidity-sydtest] is transitive for "valid Int"'s 0.29 ms
  17693. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17694. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b == LT) for "valid Int"'s 0.58 ms
  17695. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17696. 436.07 s [genvalidity-sydtest] (<=) :: Int -> Int -> Bool
  17697. 436.07 s [genvalidity-sydtest] is antisymmetric for "valid Int"'s 0.26 ms
  17698. 436.07 s [genvalidity-sydtest] passed for all of 100 inputs.
  17699. 436.07 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b /= GT) for "valid Int"'s 0.19 ms
  17700. 436.08 s [genvalidity-sydtest] passed for all of 100 inputs.
  17701. 436.08 s [genvalidity-sydtest] is transitive for "valid Int"'s 0.25 ms
  17702. 436.08 s [genvalidity-sydtest] passed for all of 100 inputs.
  17703. 436.08 s [genvalidity-sydtest] is reflexive for "valid Int"'s 0.37 ms
  17704. 436.08 s [genvalidity-sydtest] passed for all of 100 inputs.
  17705. 436.08 s [genvalidity-sydtest] Ord Int
  17706. 436.08 s [genvalidity-sydtest] (>=) :: Int -> Int -> Bool
  17707. 436.08 s [genvalidity-sydtest] is transitive for "even Int"'s 0.78 ms
  17708. 436.08 s [genvalidity-sydtest] passed for all of 100 inputs.
  17709. 436.08 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b /= LT) for "even Int"'s 1.57 ms
  17710. 436.08 s [genvalidity-sydtest] passed for all of 100 inputs.
  17711. 436.08 s [genvalidity-sydtest] is antisymmetric for "even Int"'s 0.88 ms
  17712. 436.08 s [genvalidity-sydtest] passed for all of 100 inputs.
  17713. 436.12 s [ical] shrinking RPATHs of ELF executables and libraries in /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc
  17714. 436.14 s [ical] checking for references to /build/ in /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc...
  17715. 436.17 s [ical] patching script interpreter paths in /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc
  17716. 436.24 s [genvalidity-sydtest] is reflexive for "even Int"'s 1.44 ms
  17717. 436.24 s [genvalidity-sydtest] passed for all of 100 inputs.
  17718. 436.24 s [genvalidity-sydtest] (<) :: Int -> Int -> Bool
  17719. 436.24 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b == LT) for "even Int"'s 0.96 ms
  17720. 436.24 s [genvalidity-sydtest] passed for all of 100 inputs.
  17721. 436.24 s [genvalidity-sydtest] is antireflexive for "even Int"'s 0.23 ms
  17722. 436.24 s [genvalidity-sydtest] passed for all of 100 inputs.
  17723. 436.24 s [genvalidity-sydtest] is transitive for "even Int"'s 0.20 ms
  17724. 436.24 s [genvalidity-sydtest] passed for all of 100 inputs.
  17725. 436.24 s [genvalidity-sydtest] (>) :: Int -> Int -> Bool
  17726. 436.24 s [genvalidity-sydtest] is transitive for "even Int"'s 0.97 ms
  17727. 436.24 s [genvalidity-sydtest] passed for all of 100 inputs.
  17728. 436.24 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b == GT) for "even Int"'s 0.81 ms
  17729. 436.24 s [genvalidity-sydtest] passed for all of 100 inputs.
  17730. 436.24 s [genvalidity-sydtest] is antireflexive for "even Int"'s 0.76 ms
  17731. 436.24 s [genvalidity-sydtest] passed for all of 100 inputs.
  17732. 436.24 s [genvalidity-sydtest] "max :: (Int -> Int -> Int)"
  17733. 436.24 s [genvalidity-sydtest] is equivalent to (\a b -> if a >= b then a else b) for "even Int"'s 1.37 ms
  17734. 436.24 s [genvalidity-sydtest] passed for all of 100 inputs.
  17735. 436.24 s [genvalidity-sydtest] "min :: (Int -> Int -> Int)"
  17736. 436.24 s [genvalidity-sydtest] is equivalent to (\a b -> if a <= b then a else b) for "even Int"'s 1.37 ms
  17737. 436.24 s [genvalidity-sydtest] passed for all of 100 inputs.
  17738. 436.24 s [genvalidity-sydtest] (<=) :: Int -> Int -> Bool
  17739. 436.24 s [genvalidity-sydtest] is transitive for "even Int"'s 0.18 ms
  17740. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17741. 436.25 s [genvalidity-sydtest] is reflexive for "even Int"'s 1.22 ms
  17742. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17743. 436.25 s [genvalidity-sydtest] is equivalent to (\a b -> compare a b /= GT) for "even Int"'s 1.24 ms
  17744. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17745. 436.25 s [genvalidity-sydtest] is antisymmetric for "even Int"'s 0.63 ms
  17746. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17747. 436.25 s [genvalidity-sydtest] Test.Syd.Validity.MonadSpec
  17748. 436.25 s [genvalidity-sydtest] Monad []
  17749. 436.25 s [genvalidity-sydtest] relation with Applicative []
  17750. 436.25 s [genvalidity-sydtest] satisfies 'pure = return' for "[] of ints :: [Int]" 1.23 ms
  17751. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17752. 436.25 s [genvalidity-sydtest] satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" 23.31 ms
  17753. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17754. 436.25 s [genvalidity-sydtest] satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" 1.52 ms
  17755. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17756. 436.25 s [genvalidity-sydtest] relation with Functor []
  17757. 436.25 s [genvalidity-sydtest] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" 5.37 ms
  17758. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17759. 436.25 s [genvalidity-sydtest] (>>=) :: [] a -> (b -> [] a) -> [] b
  17760. 436.25 s [genvalidity-sydtest] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "[] of ints :: [Int]" "perturbations using the int :: (Int -> [Int])" and "perturbations using the double the int :: (Int -> [Int])" 216.59 ms
  17761. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17762. 436.25 s [genvalidity-sydtest] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
  17763. 436.25 s [genvalidity-sydtest] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" 1.33 ms
  17764. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17765. 436.25 s [genvalidity-sydtest] satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" 4.15 ms
  17766. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17767. 436.25 s [genvalidity-sydtest] Monad Maybe
  17768. 436.25 s [genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  17769. 436.25 s [genvalidity-sydtest] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Maybe of ints :: (Maybe Int)" "perturbations using the int :: (Int -> Maybe Int)" and "perturbations using the double the int :: (Int -> Maybe Int)" 3.36 ms
  17770. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17771. 436.25 s [genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  17772. 436.25 s [genvalidity-sydtest] satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" 3.15 ms
  17773. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17774. 436.25 s [genvalidity-sydtest] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Maybe Int)" 0.93 ms
  17775. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17776. 436.25 s [genvalidity-sydtest] relation with Functor Maybe
  17777. 436.25 s [genvalidity-sydtest] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" 3.13 ms
  17778. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17779. 436.25 s [genvalidity-sydtest] relation with Applicative Maybe
  17780. 436.25 s [genvalidity-sydtest] satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" 1.02 ms
  17781. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17782. 436.25 s [genvalidity-sydtest] satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" 0.83 ms
  17783. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17784. 436.25 s [genvalidity-sydtest] satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" 0.31 ms
  17785. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17786. 436.25 s [genvalidity-sydtest] Monad Maybe
  17787. 436.25 s [genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  17788. 436.25 s [genvalidity-sydtest] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Maybe of ints :: (Maybe Int)" "perturbations using the int :: (Int -> Maybe Int)" and "perturbations using the double the int :: (Int -> Maybe Int)" 0.36 ms
  17789. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17790. 436.25 s [genvalidity-sydtest] relation with Applicative Maybe
  17791. 436.25 s [genvalidity-sydtest] satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" 0.48 ms
  17792. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17793. 436.25 s [genvalidity-sydtest] satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" 0.63 ms
  17794. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17795. 436.25 s [genvalidity-sydtest] satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" 0.69 ms
  17796. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17797. 436.25 s [genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  17798. 436.25 s [genvalidity-sydtest] satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" 0.53 ms
  17799. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17800. 436.25 s [genvalidity-sydtest] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Maybe Int)" 0.45 ms
  17801. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17802. 436.25 s [genvalidity-sydtest] relation with Functor Maybe
  17803. 436.25 s [genvalidity-sydtest] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" 0.71 ms
  17804. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17805. 436.25 s [genvalidity-sydtest] Monad (Either Int)
  17806. 436.25 s [genvalidity-sydtest] return :: a -> (Either Int) a and (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
  17807. 436.25 s [genvalidity-sydtest] satisfy the second Monad law: 'm >>= return = m' for "(Either Int) of ints :: (Either Int Int)" 0.74 ms
  17808. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17809. 436.25 s [genvalidity-sydtest] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Either Int Int)" 0.43 ms
  17810. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17811. 436.25 s [genvalidity-sydtest] relation with Applicative (Either Int)
  17812. 436.25 s [genvalidity-sydtest] satisfies '(<*>) = ap' for "(Either Int) of additions :: (Either Int (Int -> Int))" and "(Either Int) of ints :: (Either Int Int)" 0.48 ms
  17813. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17814. 436.25 s [genvalidity-sydtest] satisfies 'pure = return' for "(Either Int) of ints :: (Either Int Int)" 0.34 ms
  17815. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17816. 436.25 s [genvalidity-sydtest] satisfies '(>>) = (*>)' for "(Either Int) of ints :: (Either Int Int)" and "(Either Int) of ints :: (Either Int Int)" 0.78 ms
  17817. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17818. 436.25 s [genvalidity-sydtest] (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
  17819. 436.25 s [genvalidity-sydtest] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "(Either Int) of ints :: (Either Int Int)" "perturbations using the int :: (Int -> Either Int Int)" and "perturbations using the double the int :: (Int -> Either Int Int)" 0.63 ms
  17820. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17821. 436.25 s [genvalidity-sydtest] relation with Functor (Either Int)
  17822. 436.25 s [genvalidity-sydtest] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "(Either Int) of ints :: (Either Int Int)" 0.25 ms
  17823. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17824. 436.25 s [genvalidity-sydtest] Monad Maybe
  17825. 436.25 s [genvalidity-sydtest] relation with Functor Maybe
  17826. 436.25 s [genvalidity-sydtest] satisfies 'fmap f xs = xs >>= return . f' for "appends :: ([Char] -> [Char])" and "Just an ABC :: (Maybe [Char])" 2.06 ms
  17827. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17828. 436.25 s [genvalidity-sydtest] relation with Applicative Maybe
  17829. 436.25 s [genvalidity-sydtest] satisfies 'pure = return' for "Just an ABC :: (Maybe [Char])" 1.72 ms
  17830. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17831. 436.25 s [genvalidity-sydtest] satisfies '(>>) = (*>)' for "Just an ABC :: (Maybe [Char])" and "Just an ABC :: (Maybe [Char])" 0.24 ms
  17832. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17833. 436.25 s [genvalidity-sydtest] satisfies '(<*>) = ap' for "append 'a' in Just :: (Maybe ([Char] -> [Char]))" and "Just an ABC :: (Maybe [Char])" 0.43 ms
  17834. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17835. 436.25 s [genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  17836. 436.25 s [genvalidity-sydtest] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Just an ABC :: (Maybe [Char])" "justisation :: ([Char] -> Maybe [Char])" and "justisation :: ([Char] -> Maybe [Char])" 0.51 ms
  17837. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17838. 436.25 s [genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
  17839. 436.25 s [genvalidity-sydtest] satisfy the second Monad law: 'm >>= return = m' for "Just an ABC :: (Maybe [Char])" 0.30 ms
  17840. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17841. 436.25 s [genvalidity-sydtest] satisfy the first Monad law: 'return a >>= k = k a' for "ABC :: [Char]" and "justisation :: ([Char] -> Maybe [Char])" 0.24 ms
  17842. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17843. 436.25 s [genvalidity-sydtest] Monad []
  17844. 436.25 s [genvalidity-sydtest] (>>=) :: [] a -> (b -> [] a) -> [] b
  17845. 436.25 s [genvalidity-sydtest] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "list of fives :: [Int]" "singletonisation :: (Int -> [Int])" and "singletonisation :: (Int -> [Int])" 7.00 ms
  17846. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17847. 436.25 s [genvalidity-sydtest] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
  17848. 436.25 s [genvalidity-sydtest] satisfy the second Monad law: 'm >>= return = m' for "list of fives :: [Int]" 1.73 ms
  17849. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17850. 436.25 s [genvalidity-sydtest] satisfy the first Monad law: 'return a >>= k = k a' for "four :: Int" and "singletonisation :: (Int -> [Int])" 0.38 ms
  17851. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17852. 436.25 s [genvalidity-sydtest] relation with Applicative []
  17853. 436.25 s [genvalidity-sydtest] satisfies 'pure = return' for "list of fives :: [Int]" 0.25 ms
  17854. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17855. 436.25 s [genvalidity-sydtest] satisfies '(>>) = (*>)' for "list of fives :: [Int]" and "list of sixes :: [Int]" 12.34 ms
  17856. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17857. 436.25 s [genvalidity-sydtest] satisfies '(<*>) = ap' for "increment in list :: ([Int -> Int])" and "list of fives :: [Int]" 1.90 ms
  17858. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17859. 436.25 s [genvalidity-sydtest] relation with Functor []
  17860. 436.25 s [genvalidity-sydtest] satisfies 'fmap f xs = xs >>= return . f' for "factorisations :: (Int -> Int)" and "list of fives :: [Int]" 1.88 ms
  17861. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17862. 436.25 s [genvalidity-sydtest] Monad []
  17863. 436.25 s [genvalidity-sydtest] relation with Functor []
  17864. 436.25 s [genvalidity-sydtest] satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" 1.37 ms
  17865. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17866. 436.25 s [genvalidity-sydtest] (>>=) :: [] a -> (b -> [] a) -> [] b
  17867. 436.25 s [genvalidity-sydtest] satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "[] of ints :: [Int]" "perturbations using the int :: (Int -> [Int])" and "perturbations using the double the int :: (Int -> [Int])" 146.34 ms
  17868. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17869. 436.25 s [genvalidity-sydtest] relation with Applicative []
  17870. 436.25 s [genvalidity-sydtest] satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" 21.45 ms
  17871. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17872. 436.25 s [genvalidity-sydtest] satisfies 'pure = return' for "[] of ints :: [Int]" 0.52 ms
  17873. 436.25 s [genvalidity-sydtest] passed for all of 100 inputs.
  17874. 436.25 s [genvalidity-sydtest] satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" 2.06 ms
  17875. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17876. 436.26 s [genvalidity-sydtest] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
  17877. 436.26 s [genvalidity-sydtest] satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" 1.63 ms
  17878. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17879. 436.26 s [genvalidity-sydtest] satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" 2.13 ms
  17880. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17881. 436.26 s [genvalidity-sydtest] Test.Syd.Validity.EqSpec
  17882. 436.26 s [genvalidity-sydtest] Eq (Ratio Integer)
  17883. 436.26 s [genvalidity-sydtest] (==) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  17884. 436.26 s [genvalidity-sydtest] is equivalent to (\a b -> not $ a /= b) for "valid (Ratio Integer)"s 6.01 ms
  17885. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17886. 436.26 s [genvalidity-sydtest] is transitive for "valid (Ratio Integer)"s 1.97 ms
  17887. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17888. 436.26 s [genvalidity-sydtest] is reflexive for "valid (Ratio Integer)"s 2.84 ms
  17889. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17890. 436.26 s [genvalidity-sydtest] is symmetric for "valid (Ratio Integer)"s 2.48 ms
  17891. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17892. 436.26 s [genvalidity-sydtest] (/=) :: (Ratio Integer) -> (Ratio Integer) -> Bool
  17893. 436.26 s [genvalidity-sydtest] is equivalent to (\a b -> not $ a == b) for "valid (Ratio Integer)"s 1.28 ms
  17894. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17895. 436.26 s [genvalidity-sydtest] is antireflexive for "valid (Ratio Integer)"s 1.17 ms
  17896. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17897. 436.26 s [genvalidity-sydtest] Eq Int
  17898. 436.26 s [genvalidity-sydtest] (==) :: Int -> Int -> Bool
  17899. 436.26 s [genvalidity-sydtest] is equivalent to (\a b -> not $ a /= b) for "valid Int"s 0.32 ms
  17900. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17901. 436.26 s [genvalidity-sydtest] is reflexive for "valid Int"s 0.22 ms
  17902. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17903. 436.26 s [genvalidity-sydtest] is transitive for "valid Int"s 0.19 ms
  17904. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17905. 436.26 s [genvalidity-sydtest] is symmetric for "valid Int"s 0.47 ms
  17906. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17907. 436.26 s [genvalidity-sydtest] (/=) :: Int -> Int -> Bool
  17908. 436.26 s [genvalidity-sydtest] is equivalent to (\a b -> not $ a == b) for "valid Int"s 0.47 ms
  17909. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17910. 436.26 s [genvalidity-sydtest] is antireflexive for "valid Int"s 0.30 ms
  17911. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17912. 436.26 s [genvalidity-sydtest] Eq Int
  17913. 436.26 s [genvalidity-sydtest] (==) :: Int -> Int -> Bool
  17914. 436.26 s [genvalidity-sydtest] is transitive for "arbitrary Int"s 0.20 ms
  17915. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17916. 436.26 s [genvalidity-sydtest] is symmetric for "arbitrary Int"s 0.21 ms
  17917. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17918. 436.26 s [genvalidity-sydtest] is reflexive for "arbitrary Int"s 0.20 ms
  17919. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17920. 436.26 s [genvalidity-sydtest] is equivalent to (\a b -> not $ a /= b) for "arbitrary Int"s 0.62 ms
  17921. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17922. 436.26 s [genvalidity-sydtest] (/=) :: Int -> Int -> Bool
  17923. 436.26 s [genvalidity-sydtest] is antireflexive for "arbitrary Int"s 0.17 ms
  17924. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17925. 436.26 s [genvalidity-sydtest] is equivalent to (\a b -> not $ a == b) for "arbitrary Int"s 0.20 ms
  17926. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17927. 436.26 s [genvalidity-sydtest] Eq Int
  17928. 436.26 s [genvalidity-sydtest] (/=) :: Int -> Int -> Bool
  17929. 436.26 s [genvalidity-sydtest] is antireflexive for "even Int"s 0.16 ms
  17930. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17931. 436.26 s [genvalidity-sydtest] is equivalent to (\a b -> not $ a == b) for "even Int"s 0.27 ms
  17932. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17933. 436.26 s [genvalidity-sydtest] (==) :: Int -> Int -> Bool
  17934. 436.26 s [genvalidity-sydtest] is equivalent to (\a b -> not $ a /= b) for "even Int"s 0.73 ms
  17935. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17936. 436.26 s [genvalidity-sydtest] is symmetric for "even Int"s 0.35 ms
  17937. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17938. 436.26 s [genvalidity-sydtest] is reflexive for "even Int"s 0.23 ms
  17939. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17940. 436.26 s [genvalidity-sydtest] is transitive for "even Int"s 0.22 ms
  17941. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17942. 436.26 s [genvalidity-sydtest] Test.Syd.Validity.ArbitrarySpec
  17943. 436.26 s [genvalidity-sydtest] Arbitrary Int
  17944. 436.26 s [genvalidity-sydtest] arbitrary :: Gen Int
  17945. 436.26 s [genvalidity-sydtest] only generates valid values 0.83 ms
  17946. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17947. 436.26 s [genvalidity-sydtest] Test.Syd.Validity.Operations.CommutativitySpec
  17948. 436.26 s [genvalidity-sydtest] commutative
  17949. 436.26 s [genvalidity-sydtest] cross product is not commutative 0.44 ms
  17950. 436.26 s [genvalidity-sydtest] passed for all of 1 inputs.
  17951. 436.26 s [genvalidity-sydtest] + is commutative 0.50 ms
  17952. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17953. 436.26 s [genvalidity-sydtest] * is commutative 0.64 ms
  17954. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17955. 436.26 s [genvalidity-sydtest] - is not commutative 4.01 ms
  17956. 436.26 s [genvalidity-sydtest] passed for all of 1 inputs.
  17957. 436.26 s [genvalidity-sydtest] dot product is commutative 1.16 ms
  17958. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17959. 436.26 s [genvalidity-sydtest] Test.Syd.Validity.GenValiditySpec
  17960. 436.26 s [genvalidity-sydtest] GenValid (Ratio Integer)
  17961. 436.26 s [genvalidity-sydtest] genValid :: Gen (Ratio Integer)
  17962. 436.26 s [genvalidity-sydtest] only generates valid '(Ratio Integer)'s 3.43 ms
  17963. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17964. 436.26 s [genvalidity-sydtest] GenValid (Ratio Integer)
  17965. 436.26 s [genvalidity-sydtest] genValid :: Gen (Ratio Integer)
  17966. 436.26 s [genvalidity-sydtest] only generates valid '(Ratio Integer)'s 4.02 ms
  17967. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17968. 436.26 s [genvalidity-sydtest] Test.Syd.Validity.ShrinkingSpec
  17969. 436.26 s [genvalidity-sydtest] shrinkValid :: (Int -> [Int])
  17970. 436.26 s [genvalidity-sydtest] preserves validity 4.34 ms
  17971. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17972. 436.26 s [genvalidity-sydtest] never shrinks to itself for valid values 4.25 ms
  17973. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17974. 436.26 s [genvalidity-sydtest] shrinkValidPreservesValidOnGenValid
  17975. 436.26 s [genvalidity-sydtest] [Ordering] 26.93 ms
  17976. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17977. 436.26 s [genvalidity-sydtest] Ordering 2.54 ms
  17978. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17979. 436.26 s [genvalidity-sydtest] shrinkValid :: (Ratio Int8 -> [Ratio Int8])
  17980. 436.26 s [genvalidity-sydtest] never shrinks to itself for valid values 10.92 ms
  17981. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17982. 436.26 s [genvalidity-sydtest] preserves validity 12.06 ms
  17983. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17984. 436.26 s [genvalidity-sydtest] shrinkValidDoesNotShrinkToItself
  17985. 436.26 s [genvalidity-sydtest] [Int] 94.94 ms
  17986. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17987. 436.26 s [genvalidity-sydtest] Int 11.87 ms
  17988. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17989. 436.26 s [genvalidity-sydtest] shrinkValidDoesNotShrinkToItself
  17990. 436.26 s [genvalidity-sydtest] [Ordering] 13.31 ms
  17991. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17992. 436.26 s [genvalidity-sydtest] Ordering 0.47 ms
  17993. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17994. 436.26 s [genvalidity-sydtest] shrinkValidPreservesValidOnGenValid
  17995. 436.26 s [genvalidity-sydtest] Ordering 0.70 ms
  17996. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17997. 436.26 s [genvalidity-sydtest] [Ordering] 20.19 ms
  17998. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  17999. 436.26 s [genvalidity-sydtest] Test.Syd.Validity.FunctorSpec
  18000. 436.26 s [genvalidity-sydtest] Functor Maybe
  18001. 436.26 s [genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
  18002. 436.26 s [genvalidity-sydtest] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Just an ABC :: (Maybe [Char])" 's given to "prepends :: ([Char] -> [Char])" and "appends :: ([Char] -> [Char])" 8.25 ms
  18003. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18004. 436.26 s [genvalidity-sydtest] satisfies the first Fuctor law: 'fmap id == id' for "Just an ABC :: (Maybe [Char])" 0.25 ms
  18005. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18006. 436.26 s [genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
  18007. 436.26 s [genvalidity-sydtest] is equivalent to its default implementation for "ABC :: [Char]" and "Just an ABC :: (Maybe [Char])" 0.68 ms
  18008. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18009. 436.26 s [genvalidity-sydtest] Functor []
  18010. 436.26 s [genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
  18011. 436.26 s [genvalidity-sydtest] satisfies the first Fuctor law: 'fmap id == id' for "list of fives :: [Int]" 0.95 ms
  18012. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18013. 436.26 s [genvalidity-sydtest] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "list of fives :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 2.40 ms
  18014. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18015. 436.26 s [genvalidity-sydtest] (<$) :: a -> [] b -> [] a
  18016. 436.26 s [genvalidity-sydtest] is equivalent to its default implementation for "four :: Int" and "list of fives :: [Int]" 2.10 ms
  18017. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18018. 436.26 s [genvalidity-sydtest] Functor []
  18019. 436.26 s [genvalidity-sydtest] (<$) :: a -> [] b -> [] a
  18020. 436.26 s [genvalidity-sydtest] is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" 2.15 ms
  18021. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18022. 436.26 s [genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
  18023. 436.26 s [genvalidity-sydtest] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "[] of ints :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 2.85 ms
  18024. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18025. 436.26 s [genvalidity-sydtest] satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" 5.24 ms
  18026. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18027. 436.26 s [genvalidity-sydtest] Functor (Either Int)
  18028. 436.26 s [genvalidity-sydtest] fmap :: (a -> b) -> (Either Int) a -> (Either Int) b
  18029. 436.26 s [genvalidity-sydtest] satisfies the first Fuctor law: 'fmap id == id' for "(Either Int) of ints :: (Either Int Int)" 0.56 ms
  18030. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18031. 436.26 s [genvalidity-sydtest] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "(Either Int) of ints :: (Either Int Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 1.98 ms
  18032. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18033. 436.26 s [genvalidity-sydtest] (<$) :: a -> (Either Int) b -> (Either Int) a
  18034. 436.26 s [genvalidity-sydtest] is equivalent to its default implementation for "int :: Int" and "(Either Int) of ints :: (Either Int Int)" 1.17 ms
  18035. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18036. 436.26 s [genvalidity-sydtest] Functor []
  18037. 436.26 s [genvalidity-sydtest] (<$) :: a -> [] b -> [] a
  18038. 436.26 s [genvalidity-sydtest] is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" 3.79 ms
  18039. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18040. 436.26 s [genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
  18041. 436.26 s [genvalidity-sydtest] satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" 1.96 ms
  18042. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18043. 436.26 s [genvalidity-sydtest] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "[] of ints :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 4.22 ms
  18044. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18045. 436.26 s [genvalidity-sydtest] Functor Maybe
  18046. 436.26 s [genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
  18047. 436.26 s [genvalidity-sydtest] is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" 2.46 ms
  18048. 436.26 s [genvalidity-sydtest] passed for all of 100 inputs.
  18049. 436.26 s [genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
  18050. 436.26 s [genvalidity-sydtest] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Maybe of ints :: (Maybe Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 3.05 ms
  18051. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18052. 436.27 s [genvalidity-sydtest] satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" 1.11 ms
  18053. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18054. 436.27 s [genvalidity-sydtest] Functor ((,) Int)
  18055. 436.27 s [genvalidity-sydtest] fmap :: (a -> b) -> ((,) Int) a -> ((,) Int) b
  18056. 436.27 s [genvalidity-sydtest] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "((,) Int) of ints :: (Int,Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 5.16 ms
  18057. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18058. 436.27 s [genvalidity-sydtest] satisfies the first Fuctor law: 'fmap id == id' for "((,) Int) of ints :: (Int,Int)" 1.97 ms
  18059. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18060. 436.27 s [genvalidity-sydtest] (<$) :: a -> ((,) Int) b -> ((,) Int) a
  18061. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation for "int :: Int" and "((,) Int) of ints :: (Int,Int)" 2.44 ms
  18062. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18063. 436.27 s [genvalidity-sydtest] Functor Maybe
  18064. 436.27 s [genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
  18065. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" 1.93 ms
  18066. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18067. 436.27 s [genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
  18068. 436.27 s [genvalidity-sydtest] satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Maybe of ints :: (Maybe Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 2.36 ms
  18069. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18070. 436.27 s [genvalidity-sydtest] satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" 6.04 ms
  18071. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18072. 436.27 s [genvalidity-sydtest] Test.Syd.Validity.ShowSpec
  18073. 436.27 s [genvalidity-sydtest] Show (Ratio Integer) and Read (Ratio Integer)
  18074. 436.27 s [genvalidity-sydtest] are implemented such that read . show == id for arbitrary values 4.01 ms
  18075. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18076. 436.27 s [genvalidity-sydtest] Show Int and Read Int
  18077. 436.27 s [genvalidity-sydtest] are implemented such that read . show == id for valid values 2.52 ms
  18078. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18079. 436.27 s [genvalidity-sydtest] Show (Ratio Integer) and Read (Ratio Integer)
  18080. 436.27 s [genvalidity-sydtest] are implemented such that read . show == id for valid values 6.32 ms
  18081. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18082. 436.27 s [genvalidity-sydtest] Show Int and Read Int
  18083. 436.27 s [genvalidity-sydtest] are implemented such that read . show == id for even values 1.23 ms
  18084. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18085. 436.27 s [genvalidity-sydtest] Test.Syd.Validity.ApplicativeSpec
  18086. 436.27 s [genvalidity-sydtest] Applicative []
  18087. 436.27 s [genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
  18088. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "[] of ints :: [Int]" in front of "[] of ints :: Int" 10.11 ms
  18089. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18090. 436.27 s [genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
  18091. 436.27 s [genvalidity-sydtest] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "[] of increments :: ([Int -> Int])" sequenced with "int :: Int" 0.38 ms
  18092. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18093. 436.27 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "[] of ints :: [Int]" 2.54 ms
  18094. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18095. 436.27 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" 2.01 ms
  18096. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18097. 436.27 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "[] of scalings :: ([Int -> Int])" composed with "[] of increments :: ([Int -> Int])" and applied to "[] of ints :: [Int]" 2.85 ms
  18098. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18099. 436.27 s [genvalidity-sydtest] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 0.83 ms
  18100. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18101. 436.27 s [genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
  18102. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "[] of ints :: Int" behind "[] of ints :: [Int]" 7.27 ms
  18103. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18104. 436.27 s [genvalidity-sydtest] Applicative (Either Int)
  18105. 436.27 s [genvalidity-sydtest] (*>) :: (Either Int) a -> (Either Int) b -> (Either Int) b
  18106. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "(Either Int) of ints :: (Either Int Int)" in front of "(Either Int) of ints :: Int" 0.53 ms
  18107. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18108. 436.27 s [genvalidity-sydtest] (<*) :: (Either Int) a -> (Either Int) b -> (Either Int) a
  18109. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "(Either Int) of ints :: Int" behind "(Either Int) of ints :: (Either Int Int)" 2.18 ms
  18110. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18111. 436.27 s [genvalidity-sydtest] pure :: a -> (Either Int) a and (<*>) :: (Either Int) (a -> b) -> (Either Int) a -> (Either Int) b
  18112. 436.27 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "(Either Int) of ints :: (Either Int Int)" 0.68 ms
  18113. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18114. 436.27 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "(Either Int) of ints :: (Either Int Int)" 0.56 ms
  18115. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18116. 436.27 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "(Either Int) of scalings :: (Either Int (Int -> Int))" composed with "(Either Int) of increments :: (Either Int (Int -> Int))" and applied to "(Either Int) of ints :: (Either Int Int)" 0.59 ms
  18117. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18118. 436.27 s [genvalidity-sydtest] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 1.21 ms
  18119. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18120. 436.27 s [genvalidity-sydtest] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "(Either Int) of increments :: (Either Int (Int -> Int))" sequenced with "int :: Int" 1.04 ms
  18121. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18122. 436.27 s [genvalidity-sydtest] Applicative Maybe
  18123. 436.27 s [genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
  18124. 436.27 s [genvalidity-sydtest] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 0.98 ms
  18125. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18126. 436.27 s [genvalidity-sydtest] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "Maybe of increments :: (Maybe (Int -> Int))" sequenced with "int :: Int" 0.79 ms
  18127. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18128. 436.27 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "Maybe of ints :: (Maybe Int)" 2.70 ms
  18129. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18130. 436.27 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "Maybe of scalings :: (Maybe (Int -> Int))" composed with "Maybe of increments :: (Maybe (Int -> Int))" and applied to "Maybe of ints :: (Maybe Int)" 0.81 ms
  18131. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18132. 436.27 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" 0.33 ms
  18133. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18134. 436.27 s [genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
  18135. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "Maybe of ints :: Int" behind "Maybe of ints :: (Maybe Int)" 0.26 ms
  18136. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18137. 436.27 s [genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
  18138. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Maybe of ints :: (Maybe Int)" in front of "Maybe of ints :: Int" 0.28 ms
  18139. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18140. 436.27 s [genvalidity-sydtest] Applicative Maybe
  18141. 436.27 s [genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
  18142. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "purely Nothing :: [Char]" behind "Just an ABC :: (Maybe [Char])" 0.52 ms
  18143. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18144. 436.27 s [genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
  18145. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Just an ABC :: (Maybe [Char])" in front of "purely Nothing :: [Char]" 0.24 ms
  18146. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18147. 436.27 s [genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
  18148. 436.27 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "Just an ABC :: (Maybe [Char])" 0.31 ms
  18149. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18150. 436.27 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "prepends :: ([Char] -> [Char])" mapped over "Just an ABC :: (Maybe [Char])" 1.59 ms
  18151. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18152. 436.27 s [genvalidity-sydtest] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "prepends :: ([Char] -> [Char])" sequenced with "ABC :: [Char]" 3.07 ms
  18153. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18154. 436.27 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "appends in a Just :: (Maybe ([Char] -> [Char]))" composed with "prepends in a Just :: (Maybe ([Char] -> [Char]))" and applied to "Just an ABC :: (Maybe [Char])" 2.95 ms
  18155. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18156. 436.27 s [genvalidity-sydtest] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "prepends in a Just :: (Maybe ([Char] -> [Char]))" sequenced with "ABC :: [Char]" 1.97 ms
  18157. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18158. 436.27 s [genvalidity-sydtest] Applicative []
  18159. 436.27 s [genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
  18160. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "[] of ints :: [Int]" in front of "[] of ints :: Int" 12.43 ms
  18161. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18162. 436.27 s [genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
  18163. 436.27 s [genvalidity-sydtest] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 0.34 ms
  18164. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18165. 436.27 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "[] of scalings :: ([Int -> Int])" composed with "[] of increments :: ([Int -> Int])" and applied to "[] of ints :: [Int]" 1.88 ms
  18166. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18167. 436.27 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "[] of ints :: [Int]" 2.94 ms
  18168. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18169. 436.27 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" 1.96 ms
  18170. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18171. 436.27 s [genvalidity-sydtest] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "[] of increments :: ([Int -> Int])" sequenced with "int :: Int" 0.49 ms
  18172. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18173. 436.27 s [genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
  18174. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "[] of ints :: Int" behind "[] of ints :: [Int]" 15.01 ms
  18175. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18176. 436.27 s [genvalidity-sydtest] Applicative []
  18177. 436.27 s [genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
  18178. 436.27 s [genvalidity-sydtest] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "four :: Int" 0.31 ms
  18179. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18180. 436.27 s [genvalidity-sydtest] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "increments in a list :: ([Int -> Int])" sequenced with "four :: Int" 1.17 ms
  18181. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18182. 436.27 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "scalings in a list :: ([Int -> Int])" composed with "increments in a list :: ([Int -> Int])" and applied to "list of fives :: [Int]" 2.62 ms
  18183. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18184. 436.27 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "list of fives :: [Int]" 2.71 ms
  18185. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18186. 436.27 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "list of fives :: [Int]" 1.97 ms
  18187. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18188. 436.27 s [genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
  18189. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "purely empty list :: Int" behind "list of fives :: [Int]" 1.38 ms
  18190. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18191. 436.27 s [genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
  18192. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "list of fives :: [Int]" in front of "purely empty list :: Int" 1.48 ms
  18193. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18194. 436.27 s [genvalidity-sydtest] Applicative Maybe
  18195. 436.27 s [genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
  18196. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Maybe of ints :: (Maybe Int)" in front of "Maybe of ints :: Int" 0.19 ms
  18197. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18198. 436.27 s [genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
  18199. 436.27 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "Maybe of ints :: Int" behind "Maybe of ints :: (Maybe Int)" 0.21 ms
  18200. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18201. 436.27 s [genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
  18202. 436.27 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "Maybe of scalings :: (Maybe (Int -> Int))" composed with "Maybe of increments :: (Maybe (Int -> Int))" and applied to "Maybe of ints :: (Maybe Int)" 1.06 ms
  18203. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18204. 436.27 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" 0.28 ms
  18205. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18206. 436.27 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "Maybe of ints :: (Maybe Int)" 2.11 ms
  18207. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18208. 436.27 s [genvalidity-sydtest] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 0.95 ms
  18209. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18210. 436.27 s [genvalidity-sydtest] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "Maybe of increments :: (Maybe (Int -> Int))" sequenced with "int :: Int" 0.94 ms
  18211. 436.27 s [genvalidity-sydtest] passed for all of 100 inputs.
  18212. 436.27 s [genvalidity-sydtest]
  18213. 436.27 s [genvalidity-sydtest] Examples: 24402
  18214. 436.27 s [genvalidity-sydtest] Passed: 246
  18215. 436.27 s [genvalidity-sydtest] Failed: 0
  18216. 436.27 s [genvalidity-sydtest] Sum of test runtimes: 1.17 seconds
  18217. 436.27 s [genvalidity-sydtest] Test suite took: 0.24 seconds
  18218. 436.27 s [genvalidity-sydtest]
  18219. 436.27 s [genvalidity-sydtest] Test suite genvalidity-sydtest-test: PASS
  18220. 436.27 s [genvalidity-sydtest] Test suite logged to:
  18221. 436.27 s [genvalidity-sydtest] dist/test/genvalidity-sydtest-1.0.1.0-genvalidity-sydtest-test.log
  18222. 436.27 s [genvalidity-sydtest] 1 of 1 test suites (1 of 1 test cases) passed.
  18223. 436.28 s [genvalidity-sydtest] Phase: haddockPhase
  18224. 436.77 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0 /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc
  18225. 437.53 s [post-build-hook] Pushing 4 paths (112 are already present) using zstd to cache smos ⏳
  18226. 437.53 s [post-build-hook]
  18227. 437.87 s [post-build-hook] Pushing /nix/store/gl70i1000bih4ddns7q8ln363c3cq6gm-conformance-0.1.0.0-doc (427.37 KiB)
  18228. 437.89 s [post-build-hook] Pushing /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0 (53.61 MiB)
  18229. 437.89 s [post-build-hook] Pushing /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc (11.35 MiB)
  18230. 437.91 s [post-build-hook] Pushing /nix/store/m6pcfnbz1jq27qdwaxzl0gw07k4ahrp0-conformance-0.1.0.0 (1.38 MiB)
  18231. 440.03 s [post-build-hook]
  18232. 440.03 s [post-build-hook] All done.
  18233. 440.06 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0 /nix/store/zmzv1mgn74z2w9sj5ly2bsxr2fhqg1i1-ical-0.0.0.0-doc
  18234. 440.12 s [post-build-hook] copying 0 paths...
  18235. 440.24 s [post-build-hook] copying 0 paths...
  18236. 440.33 s Progress: 114 of 146 built (4 building), 815 of 815 downloaded from cache
  18237. 440.39 s Building ical-recurrence-source
  18238. 440.39 s [genvalidity-sydtest] Preprocessing library for genvalidity-sydtest-1.0.1.0...
  18239. 440.39 s [genvalidity-sydtest] Running Haddock on library for genvalidity-sydtest-1.0.1.0...
  18240. 440.39 s [genvalidity-sydtest] Warning: The documentation for the following packages are not installed. No
  18241. 440.39 s [genvalidity-sydtest] links will be generated to these packages: attoparsec-0.14.4,
  18242. 440.39 s [genvalidity-sydtest] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
  18243. 440.39 s [genvalidity-sydtest] [ 1 of 34] Compiling Paths_genvalidity_sydtest ( dist/build/autogen/Paths_genvalidity_sydtest.hs, nothing )
  18244. 440.39 s [genvalidity-sydtest] [ 2 of 34] Compiling Test.Syd.Validity.Functions.Idempotence ( src/Test/Syd/Validity/Functions/Idempotence.hs, nothing )
  18245. 440.39 s [genvalidity-sydtest] [ 3 of 34] Compiling Test.Syd.Validity.Operations.Associativity ( src/Test/Syd/Validity/Operations/Associativity.hs, nothing )
  18246. 440.39 s [genvalidity-sydtest] [ 4 of 34] Compiling Test.Syd.Validity.Operations.Commutativity ( src/Test/Syd/Validity/Operations/Commutativity.hs, nothing )
  18247. 440.39 s [genvalidity-sydtest] [ 5 of 34] Compiling Test.Syd.Validity.Operations.Identity ( src/Test/Syd/Validity/Operations/Identity.hs, nothing )
  18248. 440.39 s [genvalidity-sydtest] [ 6 of 34] Compiling Test.Syd.Validity.Operations ( src/Test/Syd/Validity/Operations.hs, nothing )
  18249. 440.39 s [genvalidity-sydtest] [ 7 of 34] Compiling Test.Syd.Validity.Property.Utils ( src/Test/Syd/Validity/Property/Utils.hs, nothing )
  18250. 440.39 s [genvalidity-sydtest] [ 8 of 34] Compiling Test.Syd.Validity.GenValidity.Property ( src/Test/Syd/Validity/GenValidity/Property.hs, nothing )
  18251. 440.39 s [genvalidity-sydtest] [ 9 of 34] Compiling Test.Syd.Validity.Functions.Validity ( src/Test/Syd/Validity/Functions/Validity.hs, nothing )
  18252. 440.39 s [genvalidity-sydtest] [10 of 34] Compiling Test.Syd.Validity.Relations.Antireflexivity ( src/Test/Syd/Validity/Relations/Antireflexivity.hs, nothing )
  18253. 440.39 s [genvalidity-sydtest] [11 of 34] Compiling Test.Syd.Validity.Relations.Antisymmetry ( src/Test/Syd/Validity/Relations/Antisymmetry.hs, nothing )
  18254. 440.39 s [genvalidity-sydtest] [12 of 34] Compiling Test.Syd.Validity.Relations.Reflexivity ( src/Test/Syd/Validity/Relations/Reflexivity.hs, nothing )
  18255. 440.39 s [genvalidity-sydtest] [13 of 34] Compiling Test.Syd.Validity.Relations.Symmetry ( src/Test/Syd/Validity/Relations/Symmetry.hs, nothing )
  18256. 440.39 s [genvalidity-sydtest] [14 of 34] Compiling Test.Syd.Validity.Relations.Transitivity ( src/Test/Syd/Validity/Relations/Transitivity.hs, nothing )
  18257. 440.39 s [genvalidity-sydtest] [15 of 34] Compiling Test.Syd.Validity.Relations ( src/Test/Syd/Validity/Relations.hs, nothing )
  18258. 440.39 s [genvalidity-sydtest] [16 of 34] Compiling Test.Syd.Validity.Shrinking.Property ( src/Test/Syd/Validity/Shrinking/Property.hs, nothing )
  18259. 440.39 s [genvalidity-sydtest] [17 of 34] Compiling Test.Syd.Validity.Types ( src/Test/Syd/Validity/Types.hs, nothing )
  18260. 440.39 s [genvalidity-sydtest] [18 of 34] Compiling Test.Syd.Validity.Functions.Inverse ( src/Test/Syd/Validity/Functions/Inverse.hs, nothing )
  18261. 440.39 s [genvalidity-sydtest] [19 of 34] Compiling Test.Syd.Validity.Functions.Equivalence ( src/Test/Syd/Validity/Functions/Equivalence.hs, nothing )
  18262. 440.39 s [genvalidity-sydtest] [20 of 34] Compiling Test.Syd.Validity.Functions.CanFail ( src/Test/Syd/Validity/Functions/CanFail.hs, nothing )
  18263. 440.39 s [genvalidity-sydtest] [21 of 34] Compiling Test.Syd.Validity.Functions ( src/Test/Syd/Validity/Functions.hs, nothing )
  18264. 440.39 s [genvalidity-sydtest] [22 of 34] Compiling Test.Syd.Validity.Property ( src/Test/Syd/Validity/Property.hs, nothing )
  18265. 440.39 s [genvalidity-sydtest] [23 of 34] Compiling Test.Syd.Validity.Utils ( src/Test/Syd/Validity/Utils.hs, nothing )
  18266. 440.39 s [genvalidity-sydtest] [24 of 34] Compiling Test.Syd.Validity.Shrinking ( src/Test/Syd/Validity/Shrinking.hs, nothing )
  18267. 440.39 s [genvalidity-sydtest] [25 of 34] Compiling Test.Syd.Validity.Show ( src/Test/Syd/Validity/Show.hs, nothing )
  18268. 440.39 s [genvalidity-sydtest] [26 of 34] Compiling Test.Syd.Validity.Ord ( src/Test/Syd/Validity/Ord.hs, nothing )
  18269. 440.39 s [genvalidity-sydtest] [27 of 34] Compiling Test.Syd.Validity.Monoid ( src/Test/Syd/Validity/Monoid.hs, nothing )
  18270. 440.39 s [genvalidity-sydtest] [28 of 34] Compiling Test.Syd.Validity.Monad ( src/Test/Syd/Validity/Monad.hs, nothing )
  18271. 440.39 s [genvalidity-sydtest] [29 of 34] Compiling Test.Syd.Validity.GenValidity ( src/Test/Syd/Validity/GenValidity.hs, nothing )
  18272. 440.39 s [genvalidity-sydtest] [30 of 34] Compiling Test.Syd.Validity.Functor ( src/Test/Syd/Validity/Functor.hs, nothing )
  18273. 440.39 s [genvalidity-sydtest] [31 of 34] Compiling Test.Syd.Validity.Eq ( src/Test/Syd/Validity/Eq.hs, nothing )
  18274. 440.39 s [genvalidity-sydtest] [32 of 34] Compiling Test.Syd.Validity.Arbitrary ( src/Test/Syd/Validity/Arbitrary.hs, nothing )
  18275. 440.39 s [genvalidity-sydtest] [33 of 34] Compiling Test.Syd.Validity.Applicative ( src/Test/Syd/Validity/Applicative.hs, nothing )
  18276. 440.39 s [genvalidity-sydtest] [34 of 34] Compiling Test.Syd.Validity ( src/Test/Syd/Validity.hs, nothing )
  18277. 440.39 s [genvalidity-sydtest] Haddock coverage:
  18278. 440.39 s [genvalidity-sydtest] 50% ( 2 / 4) in 'Test.Syd.Validity.Functions.Idempotence'
  18279. 440.39 s [genvalidity-sydtest] Missing documentation for:
  18280. 440.39 s [sydtest-persistent] Dependency base >=4.7 && <5: using base-4.20.2.0
  18281. 440.39 s [sydtest-persistent] Dependency bytestring: using bytestring-0.12.2.0
  18282. 440.39 s [sydtest-persistent] Dependency mtl: using mtl-2.3.1
  18283. 440.39 s [sydtest-persistent] Dependency persistent: using persistent-2.17.1.0
  18284. 440.39 s [sydtest-persistent] Dependency sydtest >=0.17: using sydtest-0.23.0.1
  18285. 440.39 s [sydtest-persistent] Dependency text: using text-2.1.3
  18286. 440.39 s [sydtest-persistent] Dependency unliftio: using unliftio-0.2.25.1
  18287. 440.39 s [sydtest-persistent] Source component graph: component lib
  18288. 440.39 s [sydtest-persistent] Configured component graph:
  18289. 440.39 s [sydtest-persistent] component sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  18290. 440.39 s [sydtest-persistent] include base-4.20.2.0-fafd
  18291. 440.39 s [sydtest-persistent] include bytestring-0.12.2.0-96e1
  18292. 440.39 s [sydtest-persistent] include mtl-2.3.1-37af
  18293. 440.39 s [sydtest-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  18294. 440.39 s [sydtest-persistent] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  18295. 440.39 s [sydtest-persistent] include text-2.1.3-34f1
  18296. 440.39 s [sydtest-persistent] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  18297. 440.39 s [sydtest-persistent] Linked component graph:
  18298. 440.39 s [sydtest-persistent] unit sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  18299. 440.39 s [sydtest-persistent] include base-4.20.2.0-fafd
  18300. 440.39 s [sydtest-persistent] include bytestring-0.12.2.0-96e1
  18301. 440.39 s [sydtest-persistent] include mtl-2.3.1-37af
  18302. 440.39 s [sydtest-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  18303. 440.39 s [sydtest-persistent] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  18304. 440.39 s [sydtest-persistent] include text-2.1.3-34f1
  18305. 440.39 s [sydtest-persistent] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  18306. 440.39 s [sydtest-persistent] Test.Syd.Persistent=sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U:Test.Syd.Persistent
  18307. 440.39 s [sydtest-persistent] Ready component graph:
  18308. 440.39 s [sydtest-persistent] definite sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  18309. 440.39 s [sydtest-persistent] depends base-4.20.2.0-fafd
  18310. 440.39 s [sydtest-persistent] depends bytestring-0.12.2.0-96e1
  18311. 440.39 s [sydtest-persistent] depends mtl-2.3.1-37af
  18312. 440.39 s [sydtest-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  18313. 440.39 s [sydtest-persistent] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  18314. 440.39 s [sydtest-persistent] depends text-2.1.3-34f1
  18315. 440.39 s [sydtest-persistent] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  18316. 440.39 s [sydtest-persistent] Using Cabal-3.12.1.0 compiled by ghc-9.10
  18317. 440.39 s [sydtest-persistent] Using compiler: ghc-9.10.3
  18318. 440.39 s [sydtest-persistent] Using install prefix:
  18319. 440.39 s [sydtest-persistent] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0
  18320. 440.39 s [sydtest-persistent] Executables installed in:
  18321. 440.39 s [sydtest-persistent] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/bin
  18322. 440.39 s [sydtest-persistent] Libraries installed in:
  18323. 440.39 s [sydtest-persistent] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  18324. 440.39 s [sydtest-persistent] Dynamic Libraries installed in:
  18325. 440.39 s [sydtest-persistent] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  18326. 440.39 s [sydtest-persistent] Private executables installed in:
  18327. 440.39 s [sydtest-persistent] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-0.1.0.0
  18328. 440.39 s [sydtest-persistent] Data files installed in:
  18329. 440.39 s [sydtest-persistent] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/share/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-0.1.0.0
  18330. 440.39 s [sydtest-persistent] Documentation installed in:
  18331. 440.39 s [sydtest-persistent] /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc/share/doc/sydtest-persistent-0.1.0.0
  18332. 440.39 s [sydtest-persistent] Configuration files installed in:
  18333. 440.39 s [sydtest-persistent] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/etc
  18334. 440.39 s [sydtest-persistent] No alex found
  18335. 440.39 s [sydtest-persistent] Using ar found on system at:
  18336. 440.39 s [sydtest-persistent] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  18337. 440.39 s [sydtest-persistent] No c2hs found
  18338. 440.39 s [sydtest-persistent] No cpphs found
  18339. 440.39 s [sydtest-persistent] No doctest found
  18340. 440.39 s [sydtest-persistent] Using gcc version 14.3.0 given by user at:
  18341. 440.39 s [sydtest-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  18342. 440.39 s [sydtest-persistent] Using ghc version 9.10.3 found on system at:
  18343. 440.39 s [sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  18344. 440.39 s [sydtest-persistent] Using ghc-pkg version 9.10.3 found on system at:
  18345. 440.39 s [sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  18346. 440.39 s [sydtest-persistent] No ghcjs found
  18347. 440.39 s [sydtest-persistent] No ghcjs-pkg found
  18348. 440.39 s [sydtest-persistent] No greencard found
  18349. 440.39 s [sydtest-persistent] Using haddock version 2.31.1 found on system at:
  18350. 440.39 s [sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  18351. 440.39 s [sydtest-persistent] No happy found
  18352. 440.39 s [sydtest-persistent] Using haskell-suite found on system at: haskell-suite-dummy-location
  18353. 440.39 s [sydtest-persistent] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  18354. 440.39 s [sydtest-persistent] No hmake found
  18355. 440.39 s [sydtest-persistent] Using hpc version 0.69 found on system at:
  18356. 440.39 s [sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  18357. 440.39 s [sydtest-persistent] Using hsc2hs version 0.68.10 found on system at:
  18358. 440.39 s [sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  18359. 440.39 s [sydtest-persistent] Using hscolour version 1.25 found on system at:
  18360. 440.39 s [sydtest-persistent] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  18361. 440.39 s [sydtest-persistent] No jhc found
  18362. 440.39 s [sydtest-persistent] Using ld found on system at:
  18363. 440.39 s [sydtest-wai] Phase: setupCompilerEnvironmentPhase
  18364. 440.39 s [sydtest-wai] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  18365. 440.39 s [sydtest-wai] Phase: unpackPhase
  18366. 440.39 s [sydtest-wai] unpacking source archive /nix/store/y3hgkfp3c1jjix6b78kvk8yd40fv23x9-sydtest-wai-source-0.2.0.2/sydtest-wai-0.2.0.2.tar.gz
  18367. 440.39 s [sydtest-wai] source root is sydtest-wai-0.2.0.2
  18368. 440.39 s [sydtest-wai] setting SOURCE_DATE_EPOCH to timestamp 1780347964 of file "sydtest-wai-0.2.0.2/test/Test/Syd/WaiSpec.hs"
  18369. 440.39 s [sydtest-wai] warning: file "sydtest-wai-0.2.0.2/test/Test/Syd/WaiSpec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  18370. 440.39 s [sydtest-wai] Phase: patchPhase
  18371. 440.39 s [sydtest-wai] Phase: compileBuildDriverPhase
  18372. 440.39 s [sydtest-wai] setupCompileFlags: -package-db=/build/tmp.2ApN9yqMUR/setup-package.conf.d -threaded
  18373. 440.39 s [sydtest-wai] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.2ApN9yqMUR/Main.o )
  18374. 440.39 s [sydtest-wai] [2 of 2] Linking Setup
  18375. 440.39 s [sydtest-wai] Phase: updateAutotoolsGnuConfigScriptsPhase
  18376. 440.39 s [sydtest-wai] Phase: configurePhase
  18377. 440.39 s [sydtest-wai] configureFlags: --verbose --prefix=/nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc/share/doc/sydtest-wai-0.2.0.2 --with-gcc=gcc --package-db=/build/tmp.2ApN9yqMUR/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  18378. 440.39 s [sydtest-wai] Using Parsec parser
  18379. 440.39 s [sydtest-wai] Configuring sydtest-wai-0.2.0.2...
  18380. 440.40 s [sydtest-wai] Dependency base >=4.7 && <5: using base-4.20.2.0
  18381. 440.40 s [sydtest-wai] Dependency bytestring: using bytestring-0.12.2.0
  18382. 440.40 s [sydtest-wai] Dependency case-insensitive: using case-insensitive-1.2.1.0
  18383. 440.40 s [sydtest-wai] Dependency http-client: using http-client-0.7.19
  18384. 440.40 s [sydtest-wai] Dependency http-types: using http-types-0.12.4
  18385. 440.40 s [sydtest-wai] Dependency mtl: using mtl-2.3.1
  18386. 440.40 s [sydtest-wai] Dependency network: using network-3.2.8.0
  18387. 440.40 s [sydtest-wai] Dependency sydtest >=0.3.0.0: using sydtest-0.23.0.1
  18388. 440.40 s [sydtest-wai] Dependency text: using text-2.1.3
  18389. 440.40 s [sydtest-wai] Dependency time: using time-1.12.2
  18390. 440.40 s [sydtest-wai] Dependency wai: using wai-3.2.4
  18391. 440.40 s [sydtest-wai] Dependency warp: using warp-3.4.9
  18392. 440.40 s [sydtest-wai] Dependency base >=4.7 && <5: using base-4.20.2.0
  18393. 440.40 s [sydtest-wai] Dependency http-client: using http-client-0.7.19
  18394. 440.40 s [sydtest-wai] Dependency http-types: using http-types-0.12.4
  18395. 440.40 s [sydtest-wai] Dependency sydtest: using sydtest-0.23.0.1
  18396. 440.40 s [sydtest-wai] Dependency sydtest-wai: using sydtest-wai-0.2.0.2
  18397. 440.40 s [sydtest-wai] Dependency wai: using wai-3.2.4
  18398. 440.40 s [sydtest-wai] Source component graph:
  18399. 440.40 s [sydtest-wai] component lib
  18400. 440.40 s [sydtest-wai] component test:sydtest-wai-test dependency lib
  18401. 440.40 s [sydtest-wai] Configured component graph:
  18402. 440.40 s [sydtest-wai] component sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  18403. 440.40 s [sydtest-wai] include base-4.20.2.0-fafd
  18404. 440.40 s [sydtest-wai] include bytestring-0.12.2.0-96e1
  18405. 440.40 s [sydtest-wai] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  18406. 440.40 s [sydtest-wai] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  18407. 440.40 s [sydtest-wai] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  18408. 440.40 s [sydtest-wai] include mtl-2.3.1-37af
  18409. 440.40 s [sydtest-wai] include network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
  18410. 440.40 s [genvalidity-sydtest] idempotentOnGen (src/Test/Syd/Validity/Functions/Idempotence.hs:17)
  18411. 440.40 s [genvalidity-sydtest] idempotent (src/Test/Syd/Validity/Functions/Idempotence.hs:20)
  18412. 440.40 s [genvalidity-sydtest] 75% ( 3 / 4) in 'Test.Syd.Validity.Operations.Associativity'
  18413. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18414. 440.40 s [genvalidity-sydtest] Module header
  18415. 440.40 s [genvalidity-sydtest] 75% ( 3 / 4) in 'Test.Syd.Validity.Operations.Commutativity'
  18416. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18417. 440.40 s [genvalidity-sydtest] Module header
  18418. 440.40 s [genvalidity-sydtest] 64% ( 9 / 14) in 'Test.Syd.Validity.Operations.Identity'
  18419. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18420. 440.40 s [genvalidity-sydtest] Module header
  18421. 440.40 s [genvalidity-sydtest] leftIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:54)
  18422. 440.40 s [genvalidity-sydtest] leftIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:66)
  18423. 440.40 s [genvalidity-sydtest] rightIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:111)
  18424. 440.40 s [genvalidity-sydtest] rightIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:123)
  18425. 440.40 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Operations'
  18426. 440.40 s [genvalidity-sydtest] 0% ( 0 / 6) in 'Test.Syd.Validity.Property.Utils'
  18427. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18428. 440.40 s [genvalidity-sydtest] Module header
  18429. 440.40 s [genvalidity-sydtest] forAllValid (src/Test/Syd/Validity/Property/Utils.hs:15)
  18430. 440.40 s [genvalidity-sydtest] shouldBeValid (src/Test/Syd/Validity/Property/Utils.hs:24)
  18431. 440.40 s [genvalidity-sydtest] shouldBeInvalid (src/Test/Syd/Validity/Property/Utils.hs:40)
  18432. 440.40 s [genvalidity-sydtest] <==> (src/Test/Syd/Validity/Property/Utils.hs:21)
  18433. 440.40 s [genvalidity-sydtest] ===> (src/Test/Syd/Validity/Property/Utils.hs:18)
  18434. 440.40 s [genvalidity-sydtest] 100% ( 3 / 3) in 'Test.Syd.Validity.GenValidity.Property'
  18435. 440.40 s [genvalidity-sydtest] 40% ( 4 / 10) in 'Test.Syd.Validity.Functions.Validity'
  18436. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18437. 440.40 s [genvalidity-sydtest] producesValidsOnGens2 (src/Test/Syd/Validity/Functions/Validity.hs:51)
  18438. 440.40 s [genvalidity-sydtest] producesValid2 (src/Test/Syd/Validity/Functions/Validity.hs:58)
  18439. 440.40 s [genvalidity-sydtest] producesValidsOnArbitrary2 (src/Test/Syd/Validity/Functions/Validity.hs:64)
  18440. 440.40 s [genvalidity-sydtest] producesValidsOnGens3 (src/Test/Syd/Validity/Functions/Validity.hs:72)
  18441. 440.40 s [genvalidity-sydtest] producesValid3 (src/Test/Syd/Validity/Functions/Validity.hs:87)
  18442. 440.40 s [genvalidity-sydtest] producesValidsOnArbitrary3 (src/Test/Syd/Validity/Functions/Validity.hs:101)
  18443. 440.40 s [genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Antireflexivity'
  18444. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18445. 440.40 s [genvalidity-sydtest] Module header
  18446. 440.40 s [genvalidity-sydtest] antireflexivityOnGen (src/Test/Syd/Validity/Relations/Antireflexivity.hs:32)
  18447. 440.40 s [genvalidity-sydtest] 50% ( 3 / 6) in 'Test.Syd.Validity.Relations.Antisymmetry'
  18448. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18449. 440.40 s [genvalidity-sydtest] Module header
  18450. 440.40 s [genvalidity-sydtest] antisymmetryOnGensWithEquality (src/Test/Syd/Validity/Relations/Antisymmetry.hs:43)
  18451. 440.40 s [genvalidity-sydtest] antisymmetryOnGens (src/Test/Syd/Validity/Relations/Antisymmetry.hs:54)
  18452. 440.40 s [genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Reflexivity'
  18453. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18454. 440.40 s [genvalidity-sydtest] Module header
  18455. 440.40 s [genvalidity-sydtest] reflexivityOnGen (src/Test/Syd/Validity/Relations/Reflexivity.hs:32)
  18456. 440.40 s [genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Symmetry'
  18457. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18458. 440.40 s [genvalidity-sydtest] Module header
  18459. 440.40 s [genvalidity-sydtest] symmetryOnGens (src/Test/Syd/Validity/Relations/Symmetry.hs:34)
  18460. 440.40 s [genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Transitivity'
  18461. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18462. 440.40 s [genvalidity-sydtest] Module header
  18463. 440.40 s [genvalidity-sydtest] transitivityOnGens (src/Test/Syd/Validity/Relations/Transitivity.hs:35)
  18464. 440.40 s [genvalidity-sydtest] 100% ( 6 / 6) in 'Test.Syd.Validity.Relations'
  18465. 440.40 s [genvalidity-sydtest] 100% ( 13 / 13) in 'Test.Syd.Validity.Shrinking.Property'
  18466. 440.40 s [genvalidity-sydtest] 50% ( 1 / 2) in 'Test.Syd.Validity.Types'
  18467. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18468. 440.40 s [genvalidity-sydtest] Module header
  18469. 440.40 s [genvalidity-sydtest] 15% ( 2 / 13) in 'Test.Syd.Validity.Functions.Inverse'
  18470. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18471. 440.40 s [genvalidity-sydtest] inverseFunctionsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:28)
  18472. 440.40 s [genvalidity-sydtest] inverseFunctions (src/Test/Syd/Validity/Functions/Inverse.hs:33)
  18473. 440.40 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:49)
  18474. 440.40 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:60)
  18475. 440.40 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:68)
  18476. 440.40 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:78)
  18477. 440.40 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:89)
  18478. 440.40 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:97)
  18479. 440.40 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:107)
  18480. 440.40 s [genvalidity-sydtest] inverseFunctionsIfSucceed (src/Test/Syd/Validity/Functions/Inverse.hs:120)
  18481. 440.40 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:128)
  18482. 440.40 s [genvalidity-sydtest] 7% ( 2 / 28) in 'Test.Syd.Validity.Functions.Equivalence'
  18483. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18484. 440.40 s [sydtest-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  18485. 440.40 s [sydtest-persistent] No pkg-config found
  18486. 440.40 s [sydtest-persistent] Using runghc version 9.10.3 found on system at:
  18487. 440.40 s [sydtest-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  18488. 440.40 s [sydtest-persistent] Using strip version 2.44 found on system at:
  18489. 440.40 s [sydtest-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  18490. 440.40 s [sydtest-persistent] Using tar found on system at:
  18491. 440.40 s [sydtest-persistent] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  18492. 440.40 s [sydtest-persistent] No uhc found
  18493. 440.40 s [sydtest-persistent] Phase: buildPhase
  18494. 440.40 s [sydtest-persistent] Preprocessing library for sydtest-persistent-0.1.0.0...
  18495. 440.40 s [sydtest-persistent] Building library for sydtest-persistent-0.1.0.0...
  18496. 440.40 s [sydtest-persistent] [1 of 2] Compiling Paths_sydtest_persistent ( dist/build/autogen/Paths_sydtest_persistent.hs, dist/build/Paths_sydtest_persistent.o, dist/build/Paths_sydtest_persistent.dyn_o )
  18497. 440.40 s [sydtest-persistent] [2 of 2] Compiling Test.Syd.Persistent ( src/Test/Syd/Persistent.hs, dist/build/Test/Syd/Persistent.o, dist/build/Test/Syd/Persistent.dyn_o )
  18498. 440.40 s [sydtest-persistent] [1 of 2] Compiling Paths_sydtest_persistent ( dist/build/autogen/Paths_sydtest_persistent.hs, dist/build/Paths_sydtest_persistent.p_o )
  18499. 440.40 s [sydtest-persistent] [2 of 2] Compiling Test.Syd.Persistent ( src/Test/Syd/Persistent.hs, dist/build/Test/Syd/Persistent.p_o )
  18500. 440.40 s [sydtest-wai] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  18501. 440.40 s [sydtest-wai] include text-2.1.3-34f1
  18502. 440.40 s [sydtest-wai] include time-1.12.2-3479
  18503. 440.40 s [sydtest-wai] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  18504. 440.40 s [sydtest-wai] include warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
  18505. 440.40 s [sydtest-wai] component sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
  18506. 440.40 s [sydtest-wai] include base-4.20.2.0-fafd
  18507. 440.40 s [sydtest-wai] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  18508. 440.40 s [sydtest-wai] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  18509. 440.40 s [sydtest-wai] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  18510. 440.40 s [sydtest-wai] include sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  18511. 440.40 s [sydtest-wai] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  18512. 440.40 s [sydtest-wai] Linked component graph:
  18513. 440.40 s [sydtest-wai] unit sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  18514. 440.40 s [sydtest-wai] include base-4.20.2.0-fafd
  18515. 440.40 s [sydtest-wai] include bytestring-0.12.2.0-96e1
  18516. 440.40 s [sydtest-wai] include case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  18517. 440.40 s [sydtest-wai] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  18518. 440.40 s [sydtest-wai] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  18519. 440.40 s [sydtest-wai] include mtl-2.3.1-37af
  18520. 440.40 s [sydtest-wai] include network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
  18521. 440.40 s [sydtest-wai] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  18522. 440.40 s [sydtest-wai] include text-2.1.3-34f1
  18523. 440.40 s [sydtest-wai] include time-1.12.2-3479
  18524. 440.40 s [sydtest-wai] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  18525. 440.40 s [sydtest-wai] include warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
  18526. 440.40 s [sydtest-wai] Test.Syd.Wai=sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31:Test.Syd.Wai,Test.Syd.Wai.Client=sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31:Test.Syd.Wai.Client,Test.Syd.Wai.Def=sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31:Test.Syd.Wai.Def,Test.Syd.Wai.Matcher=sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31:Test.Syd.Wai.Matcher,Test.Syd.Wai.Request=sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31:Test.Syd.Wai.Request
  18527. 440.40 s [sydtest-wai] unit sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
  18528. 440.40 s [sydtest-wai] include base-4.20.2.0-fafd
  18529. 440.40 s [sydtest-wai] include http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  18530. 440.40 s [sydtest-wai] include http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  18531. 440.40 s [sydtest-wai] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  18532. 440.40 s [sydtest-wai] include sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  18533. 440.40 s [sydtest-wai] include wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  18534. 440.40 s [sydtest-wai] Ready component graph:
  18535. 440.40 s [sydtest-wai] definite sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  18536. 440.40 s [sydtest-wai] depends base-4.20.2.0-fafd
  18537. 440.40 s [sydtest-wai] depends bytestring-0.12.2.0-96e1
  18538. 440.40 s [sydtest-wai] depends case-insensitive-1.2.1.0-3mnUFXW54Ar6D0b2Y2KGKv
  18539. 440.40 s [sydtest-wai] depends http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  18540. 440.40 s [sydtest-wai] depends http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  18541. 440.40 s [sydtest-wai] depends mtl-2.3.1-37af
  18542. 440.40 s [sydtest-wai] depends network-3.2.8.0-JTLTzLiffTd6oacQIZu7Ay
  18543. 440.40 s [sydtest-wai] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  18544. 440.40 s [sydtest-wai] depends text-2.1.3-34f1
  18545. 440.40 s [sydtest-wai] depends time-1.12.2-3479
  18546. 440.40 s [sydtest-wai] depends wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  18547. 440.40 s [sydtest-wai] depends warp-3.4.9-IPNas4L2jy5JqoLVsPSVjo
  18548. 440.40 s [sydtest-wai] definite sydtest-wai-0.2.0.2-Lshs1auArcx4dVULwrakz7-sydtest-wai-test
  18549. 440.40 s [sydtest-wai] depends base-4.20.2.0-fafd
  18550. 440.40 s [sydtest-wai] depends http-client-0.7.19-GM2NxXpJhQp453qCymX9dQ
  18551. 440.40 s [sydtest-wai] depends http-types-0.12.4-CTsWQGMWDkXEItz34oNSAl
  18552. 440.40 s [sydtest-wai] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  18553. 440.40 s [sydtest-wai] depends sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  18554. 440.40 s [sydtest-wai] depends wai-3.2.4-Dmzlcivl75Z6SfAjaOrqf1
  18555. 440.40 s [sydtest-wai] Using Cabal-3.12.1.0 compiled by ghc-9.10
  18556. 440.40 s [sydtest-wai] Using compiler: ghc-9.10.3
  18557. 440.40 s [sydtest-wai] Using install prefix:
  18558. 440.40 s [sydtest-wai] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2
  18559. 440.40 s [sydtest-wai] Executables installed in:
  18560. 440.40 s [sydtest-wai] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/bin
  18561. 440.40 s [sydtest-wai] Libraries installed in:
  18562. 440.40 s [sydtest-wai] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  18563. 440.40 s [sydtest-wai] Dynamic Libraries installed in:
  18564. 440.40 s [sydtest-wai] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  18565. 440.40 s [sydtest-wai] Private executables installed in:
  18566. 440.40 s [sydtest-wai] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/libexec/x86_64-linux-ghc-9.10.3-a85d/sydtest-wai-0.2.0.2
  18567. 440.40 s [sydtest-wai] Data files installed in:
  18568. 440.40 s [sydtest-wai] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/share/x86_64-linux-ghc-9.10.3-a85d/sydtest-wai-0.2.0.2
  18569. 440.40 s [sydtest-wai] Documentation installed in:
  18570. 440.40 s [sydtest-wai] /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc/share/doc/sydtest-wai-0.2.0.2
  18571. 440.40 s [sydtest-wai] Configuration files installed in:
  18572. 440.40 s [genvalidity-sydtest] Module header
  18573. 440.40 s [genvalidity-sydtest] equivalentOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:47)
  18574. 440.40 s [genvalidity-sydtest] equivalent (src/Test/Syd/Validity/Functions/Equivalence.hs:54)
  18575. 440.40 s [genvalidity-sydtest] equivalentOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:73)
  18576. 440.40 s [genvalidity-sydtest] equivalent2 (src/Test/Syd/Validity/Functions/Equivalence.hs:81)
  18577. 440.40 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:100)
  18578. 440.40 s [genvalidity-sydtest] equivalentWhenFirstSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:119)
  18579. 440.40 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:111)
  18580. 440.40 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:129)
  18581. 440.40 s [genvalidity-sydtest] equivalentWhenFirstSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:162)
  18582. 440.40 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:147)
  18583. 440.40 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:172)
  18584. 440.40 s [genvalidity-sydtest] equivalentWhenSecondSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:191)
  18585. 440.40 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:183)
  18586. 440.40 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:201)
  18587. 440.40 s [genvalidity-sydtest] equivalentWhenSecondSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:234)
  18588. 440.40 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:219)
  18589. 440.40 s [genvalidity-sydtest] equivalentWhenSucceedOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:244)
  18590. 440.40 s [genvalidity-sydtest] equivalentWhenSucceed (src/Test/Syd/Validity/Functions/Equivalence.hs:258)
  18591. 440.40 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:266)
  18592. 440.40 s [genvalidity-sydtest] equivalentWhenSucceedOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:276)
  18593. 440.40 s [genvalidity-sydtest] equivalentWhenSucceed2 (src/Test/Syd/Validity/Functions/Equivalence.hs:312)
  18594. 440.40 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:297)
  18595. 440.40 s [genvalidity-sydtest] equivalentOnGens3 (src/Test/Syd/Validity/Functions/Equivalence.hs:322)
  18596. 440.40 s [genvalidity-sydtest] equivalent3 (src/Test/Syd/Validity/Functions/Equivalence.hs:338)
  18597. 440.40 s [genvalidity-sydtest] equivalentOnArbitrary3 (src/Test/Syd/Validity/Functions/Equivalence.hs:353)
  18598. 440.40 s [genvalidity-sydtest] 38% ( 7 / 18) in 'Test.Syd.Validity.Functions.CanFail'
  18599. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18600. 440.40 s [genvalidity-sydtest] Module header
  18601. 440.40 s [genvalidity-sydtest] succeedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:77)
  18602. 440.40 s [genvalidity-sydtest] succeeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:84)
  18603. 440.40 s [genvalidity-sydtest] succeedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:90)
  18604. 440.40 s [genvalidity-sydtest] failsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:100)
  18605. 440.40 s [genvalidity-sydtest] validIfSucceedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:109)
  18606. 440.40 s [genvalidity-sydtest] validIfSucceeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:119)
  18607. 440.40 s [genvalidity-sydtest] validIfSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:125)
  18608. 440.40 s [genvalidity-sydtest] validIfSucceedsOnGens3 (src/Test/Syd/Validity/Functions/CanFail.hs:133)
  18609. 440.40 s [genvalidity-sydtest] validIfSucceeds3 (src/Test/Syd/Validity/Functions/CanFail.hs:152)
  18610. 440.40 s [genvalidity-sydtest] validIfSucceedsOnArbitrary3 (src/Test/Syd/Validity/Functions/CanFail.hs:158)
  18611. 440.40 s [genvalidity-sydtest] 100% ( 6 / 6) in 'Test.Syd.Validity.Functions'
  18612. 440.40 s [genvalidity-sydtest] 54% ( 80 /146) in 'Test.Syd.Validity.Property'
  18613. 440.40 s [genvalidity-sydtest] Missing documentation for:
  18614. 440.40 s [genvalidity-sydtest] Module header
  18615. 440.40 s [genvalidity-sydtest] forAllValid (src/Test/Syd/Validity/Property/Utils.hs:15)
  18616. 440.40 s [genvalidity-sydtest] producesValidsOnGens2 (src/Test/Syd/Validity/Functions/Validity.hs:51)
  18617. 440.40 s [genvalidity-sydtest] producesValid2 (src/Test/Syd/Validity/Functions/Validity.hs:58)
  18618. 440.40 s [genvalidity-sydtest] producesValidsOnArbitrary2 (src/Test/Syd/Validity/Functions/Validity.hs:64)
  18619. 440.40 s [genvalidity-sydtest] producesValidsOnGens3 (src/Test/Syd/Validity/Functions/Validity.hs:72)
  18620. 440.40 s [genvalidity-sydtest] producesValid3 (src/Test/Syd/Validity/Functions/Validity.hs:87)
  18621. 440.40 s [genvalidity-sydtest] producesValidsOnArbitrary3 (src/Test/Syd/Validity/Functions/Validity.hs:101)
  18622. 440.40 s [genvalidity-sydtest] succeedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:77)
  18623. 440.40 s [genvalidity-sydtest] succeeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:84)
  18624. 440.40 s [genvalidity-sydtest] succeedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:90)
  18625. 440.40 s [genvalidity-sydtest] failsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:100)
  18626. 440.40 s [genvalidity-sydtest] validIfSucceedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:109)
  18627. 440.40 s [genvalidity-sydtest] validIfSucceeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:119)
  18628. 440.40 s [sydtest-wai] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/etc
  18629. 440.40 s [sydtest-wai] No alex found
  18630. 440.40 s [sydtest-wai] Using ar found on system at:
  18631. 440.40 s [sydtest-wai] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  18632. 440.40 s [sydtest-wai] No c2hs found
  18633. 440.40 s [sydtest-wai] No cpphs found
  18634. 440.40 s [sydtest-wai] No doctest found
  18635. 440.40 s [sydtest-wai] Using gcc version 14.3.0 given by user at:
  18636. 440.40 s [sydtest-wai] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  18637. 440.40 s [sydtest-wai] Using ghc version 9.10.3 found on system at:
  18638. 440.40 s [sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  18639. 440.40 s [sydtest-wai] Using ghc-pkg version 9.10.3 found on system at:
  18640. 440.40 s [sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  18641. 440.40 s [sydtest-wai] No ghcjs found
  18642. 440.40 s [sydtest-wai] No ghcjs-pkg found
  18643. 440.40 s [sydtest-wai] No greencard found
  18644. 440.40 s [sydtest-wai] Using haddock version 2.31.1 found on system at:
  18645. 440.40 s [sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  18646. 440.40 s [sydtest-wai] No happy found
  18647. 440.41 s [sydtest-wai] Using haskell-suite found on system at: haskell-suite-dummy-location
  18648. 440.41 s [sydtest-wai] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  18649. 440.41 s [sydtest-wai] No hmake found
  18650. 440.41 s [sydtest-wai] Using hpc version 0.69 found on system at:
  18651. 440.41 s [sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  18652. 440.41 s [sydtest-wai] Using hsc2hs version 0.68.10 found on system at:
  18653. 440.41 s [sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  18654. 440.41 s [sydtest-wai] Using hscolour version 1.25 found on system at:
  18655. 440.41 s [sydtest-wai] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  18656. 440.41 s [sydtest-wai] No jhc found
  18657. 440.41 s [sydtest-wai] Using ld found on system at:
  18658. 440.41 s [sydtest-wai] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  18659. 440.41 s [sydtest-wai] No pkg-config found
  18660. 440.41 s [sydtest-wai] Using runghc version 9.10.3 found on system at:
  18661. 440.41 s [sydtest-wai] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  18662. 440.41 s [sydtest-wai] Using strip version 2.44 found on system at:
  18663. 440.41 s [sydtest-wai] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  18664. 440.41 s [sydtest-wai] Using tar found on system at:
  18665. 440.41 s [sydtest-wai] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  18666. 440.41 s [sydtest-wai] No uhc found
  18667. 440.41 s [sydtest-wai] Phase: buildPhase
  18668. 440.41 s [sydtest-wai] Preprocessing library for sydtest-wai-0.2.0.2...
  18669. 440.41 s [sydtest-wai] Building library for sydtest-wai-0.2.0.2...
  18670. 440.41 s [sydtest-wai] [1 of 6] Compiling Paths_sydtest_wai ( dist/build/autogen/Paths_sydtest_wai.hs, dist/build/Paths_sydtest_wai.o, dist/build/Paths_sydtest_wai.dyn_o )
  18671. 440.56 s [sydtest-wai] [2 of 6] Compiling Test.Syd.Wai.Client ( src/Test/Syd/Wai/Client.hs, dist/build/Test/Syd/Wai/Client.o, dist/build/Test/Syd/Wai/Client.dyn_o )
  18672. 440.56 s [sydtest-wai] [3 of 6] Compiling Test.Syd.Wai.Def ( src/Test/Syd/Wai/Def.hs, dist/build/Test/Syd/Wai/Def.o, dist/build/Test/Syd/Wai/Def.dyn_o )
  18673. 440.56 s [sydtest-wai] [4 of 6] Compiling Test.Syd.Wai.Matcher ( src/Test/Syd/Wai/Matcher.hs, dist/build/Test/Syd/Wai/Matcher.o, dist/build/Test/Syd/Wai/Matcher.dyn_o )
  18674. 440.56 s [sydtest-wai] [5 of 6] Compiling Test.Syd.Wai.Request ( src/Test/Syd/Wai/Request.hs, dist/build/Test/Syd/Wai/Request.o, dist/build/Test/Syd/Wai/Request.dyn_o )
  18675. 440.56 s [sydtest-wai] [6 of 6] Compiling Test.Syd.Wai ( src/Test/Syd/Wai.hs, dist/build/Test/Syd/Wai.o, dist/build/Test/Syd/Wai.dyn_o )
  18676. 440.56 s [sydtest-wai] [1 of 6] Compiling Paths_sydtest_wai ( dist/build/autogen/Paths_sydtest_wai.hs, dist/build/Paths_sydtest_wai.p_o )
  18677. 440.56 s [genvalidity-sydtest] validIfSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:125)
  18678. 440.56 s [genvalidity-sydtest] validIfSucceedsOnGens3 (src/Test/Syd/Validity/Functions/CanFail.hs:133)
  18679. 440.56 s [genvalidity-sydtest] validIfSucceeds3 (src/Test/Syd/Validity/Functions/CanFail.hs:152)
  18680. 440.56 s [genvalidity-sydtest] validIfSucceedsOnArbitrary3 (src/Test/Syd/Validity/Functions/CanFail.hs:158)
  18681. 440.56 s [genvalidity-sydtest] equivalentOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:47)
  18682. 440.56 s [genvalidity-sydtest] equivalent (src/Test/Syd/Validity/Functions/Equivalence.hs:54)
  18683. 440.56 s [genvalidity-sydtest] equivalentOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:73)
  18684. 440.56 s [genvalidity-sydtest] equivalent2 (src/Test/Syd/Validity/Functions/Equivalence.hs:81)
  18685. 440.56 s [genvalidity-sydtest] equivalentOnGens3 (src/Test/Syd/Validity/Functions/Equivalence.hs:322)
  18686. 440.56 s [genvalidity-sydtest] equivalent3 (src/Test/Syd/Validity/Functions/Equivalence.hs:338)
  18687. 440.56 s [genvalidity-sydtest] equivalentOnArbitrary3 (src/Test/Syd/Validity/Functions/Equivalence.hs:353)
  18688. 440.56 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:100)
  18689. 440.56 s [genvalidity-sydtest] equivalentWhenFirstSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:119)
  18690. 440.56 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:111)
  18691. 440.56 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:129)
  18692. 440.56 s [genvalidity-sydtest] equivalentWhenFirstSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:162)
  18693. 440.56 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:147)
  18694. 440.56 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:172)
  18695. 440.56 s [genvalidity-sydtest] equivalentWhenSecondSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:191)
  18696. 440.56 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:183)
  18697. 440.56 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:201)
  18698. 440.56 s [genvalidity-sydtest] equivalentWhenSecondSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:234)
  18699. 440.56 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:219)
  18700. 440.56 s [genvalidity-sydtest] equivalentWhenSucceedOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:244)
  18701. 440.56 s [genvalidity-sydtest] equivalentWhenSucceed (src/Test/Syd/Validity/Functions/Equivalence.hs:258)
  18702. 440.56 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:266)
  18703. 440.56 s [genvalidity-sydtest] equivalentWhenSucceedOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:276)
  18704. 440.56 s [genvalidity-sydtest] equivalentWhenSucceed2 (src/Test/Syd/Validity/Functions/Equivalence.hs:312)
  18705. 440.56 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:297)
  18706. 440.56 s [genvalidity-sydtest] inverseFunctionsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:28)
  18707. 440.56 s [genvalidity-sydtest] inverseFunctions (src/Test/Syd/Validity/Functions/Inverse.hs:33)
  18708. 440.56 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:49)
  18709. 440.56 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:60)
  18710. 440.56 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:68)
  18711. 440.56 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:78)
  18712. 440.56 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:89)
  18713. 440.56 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:97)
  18714. 440.56 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:107)
  18715. 440.56 s [genvalidity-sydtest] inverseFunctionsIfSucceed (src/Test/Syd/Validity/Functions/Inverse.hs:120)
  18716. 440.56 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:128)
  18717. 440.56 s [genvalidity-sydtest] idempotentOnGen (src/Test/Syd/Validity/Functions/Idempotence.hs:17)
  18718. 440.56 s [genvalidity-sydtest] idempotent (src/Test/Syd/Validity/Functions/Idempotence.hs:20)
  18719. 440.56 s [genvalidity-sydtest] reflexivityOnGen (src/Test/Syd/Validity/Relations/Reflexivity.hs:32)
  18720. 440.56 s [genvalidity-sydtest] transitivityOnGens (src/Test/Syd/Validity/Relations/Transitivity.hs:35)
  18721. 440.56 s [genvalidity-sydtest] antisymmetryOnGensWithEquality (src/Test/Syd/Validity/Relations/Antisymmetry.hs:43)
  18722. 440.56 s [genvalidity-sydtest] antisymmetryOnGens (src/Test/Syd/Validity/Relations/Antisymmetry.hs:54)
  18723. 440.56 s [genvalidity-sydtest] antireflexivityOnGen (src/Test/Syd/Validity/Relations/Antireflexivity.hs:32)
  18724. 440.56 s [genvalidity-sydtest] symmetryOnGens (src/Test/Syd/Validity/Relations/Symmetry.hs:34)
  18725. 440.56 s [genvalidity-sydtest] leftIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:54)
  18726. 440.56 s [genvalidity-sydtest] leftIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:66)
  18727. 440.56 s [genvalidity-sydtest] rightIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:111)
  18728. 440.56 s [genvalidity-sydtest] rightIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:123)
  18729. 440.56 s [genvalidity-sydtest] Warning: 'Spec' is out of scope.
  18730. 440.56 s [genvalidity-sydtest] If you qualify the identifier, haddock can try to link it anyway.
  18731. 440.56 s [genvalidity-sydtest] 14% ( 1 / 7) in 'Test.Syd.Validity.Utils'
  18732. 440.56 s [genvalidity-sydtest] Missing documentation for:
  18733. 440.56 s [genvalidity-sydtest] nameOf (src/Test/Syd/Validity/Utils.hs:27)
  18734. 440.56 s [genvalidity-sydtest] genDescr (src/Test/Syd/Validity/Utils.hs:38)
  18735. 440.56 s [genvalidity-sydtest] binRelStr (src/Test/Syd/Validity/Utils.hs:45)
  18736. 440.56 s [genvalidity-sydtest] shouldBeValid (src/Test/Syd/Validity/Property/Utils.hs:24)
  18737. 440.56 s [genvalidity-sydtest] shouldBeInvalid (src/Test/Syd/Validity/Property/Utils.hs:40)
  18738. 440.56 s [genvalidity-sydtest] Anon (src/Test/Syd/Validity/Utils.hs:49)
  18739. 440.57 s [genvalidity-sydtest] 45% ( 5 / 11) in 'Test.Syd.Validity.Shrinking'
  18740. 440.57 s [genvalidity-sydtest] Missing documentation for:
  18741. 440.57 s [genvalidity-sydtest] shrinkValidSpec (src/Test/Syd/Validity/Shrinking.hs:35)
  18742. 440.57 s [genvalidity-sydtest] shrinkValidSpecWithLimit (src/Test/Syd/Validity/Shrinking.hs:48)
  18743. 440.57 s [genvalidity-sydtest] shrinkValidPreservesValidOnGenValid (src/Test/Syd/Validity/Shrinking.hs:66)
  18744. 440.57 s [genvalidity-sydtest] shrinkValidPreservesValidOnGenValidWithLimit (src/Test/Syd/Validity/Shrinking.hs:74)
  18745. 440.57 s [genvalidity-sydtest] shrinkValidDoesNotShrinkToItself (src/Test/Syd/Validity/Shrinking.hs:81)
  18746. 440.57 s [genvalidity-sydtest] shrinkValidDoesNotShrinkToItselfWithLimit (src/Test/Syd/Validity/Shrinking.hs:89)
  18747. 440.57 s [genvalidity-sydtest] 100% ( 7 / 7) in 'Test.Syd.Validity.Show'
  18748. 440.57 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Ord'
  18749. 440.57 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Monoid'
  18750. 440.57 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Monad'
  18751. 440.57 s [genvalidity-sydtest] 100% ( 5 / 5) in 'Test.Syd.Validity.GenValidity'
  18752. 440.57 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Functor'
  18753. 440.57 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Eq'
  18754. 440.57 s [genvalidity-sydtest] 100% ( 3 / 3) in 'Test.Syd.Validity.Arbitrary'
  18755. 440.57 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Applicative'
  18756. 440.57 s [genvalidity-sydtest] Warning: 'Spec' is out of scope.
  18757. 440.57 s [genvalidity-sydtest] If you qualify the identifier, haddock can try to link it anyway.
  18758. 440.57 s [genvalidity-sydtest] 63% (122 /192) in 'Test.Syd.Validity'
  18759. 440.57 s [genvalidity-sydtest] Missing documentation for:
  18760. 440.57 s [genvalidity-sydtest] forAllValid (src/Test/Syd/Validity/Property/Utils.hs:15)
  18761. 440.57 s [genvalidity-sydtest] shouldBeValid (src/Test/Syd/Validity/Property/Utils.hs:24)
  18762. 440.57 s [genvalidity-sydtest] shouldBeInvalid (src/Test/Syd/Validity/Property/Utils.hs:40)
  18763. 440.57 s [genvalidity-sydtest] shrinkValidSpec (src/Test/Syd/Validity/Shrinking.hs:35)
  18764. 440.57 s [genvalidity-sydtest] shrinkValidSpecWithLimit (src/Test/Syd/Validity/Shrinking.hs:48)
  18765. 440.57 s [genvalidity-sydtest] shrinkValidPreservesValidOnGenValid (src/Test/Syd/Validity/Shrinking.hs:66)
  18766. 440.57 s [genvalidity-sydtest] producesValidsOnGens2 (src/Test/Syd/Validity/Functions/Validity.hs:51)
  18767. 440.57 s [genvalidity-sydtest] producesValid2 (src/Test/Syd/Validity/Functions/Validity.hs:58)
  18768. 440.57 s [genvalidity-sydtest] producesValidsOnArbitrary2 (src/Test/Syd/Validity/Functions/Validity.hs:64)
  18769. 440.57 s [genvalidity-sydtest] producesValidsOnGens3 (src/Test/Syd/Validity/Functions/Validity.hs:72)
  18770. 440.57 s [genvalidity-sydtest] producesValid3 (src/Test/Syd/Validity/Functions/Validity.hs:87)
  18771. 440.57 s [genvalidity-sydtest] producesValidsOnArbitrary3 (src/Test/Syd/Validity/Functions/Validity.hs:101)
  18772. 440.57 s [genvalidity-sydtest] succeedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:77)
  18773. 440.57 s [genvalidity-sydtest] succeeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:84)
  18774. 440.57 s [genvalidity-sydtest] succeedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:90)
  18775. 440.57 s [genvalidity-sydtest] failsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:100)
  18776. 440.57 s [genvalidity-sydtest] validIfSucceedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:109)
  18777. 440.57 s [genvalidity-sydtest] validIfSucceeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:119)
  18778. 440.57 s [genvalidity-sydtest] validIfSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:125)
  18779. 440.57 s [genvalidity-sydtest] validIfSucceedsOnGens3 (src/Test/Syd/Validity/Functions/CanFail.hs:133)
  18780. 440.57 s [genvalidity-sydtest] validIfSucceeds3 (src/Test/Syd/Validity/Functions/CanFail.hs:152)
  18781. 440.57 s [genvalidity-sydtest] validIfSucceedsOnArbitrary3 (src/Test/Syd/Validity/Functions/CanFail.hs:158)
  18782. 440.57 s [genvalidity-sydtest] equivalentOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:47)
  18783. 440.57 s [genvalidity-sydtest] equivalent (src/Test/Syd/Validity/Functions/Equivalence.hs:54)
  18784. 440.57 s [genvalidity-sydtest] equivalentOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:73)
  18785. 440.57 s [genvalidity-sydtest] equivalent2 (src/Test/Syd/Validity/Functions/Equivalence.hs:81)
  18786. 440.57 s [genvalidity-sydtest] equivalentOnGens3 (src/Test/Syd/Validity/Functions/Equivalence.hs:322)
  18787. 440.57 s [genvalidity-sydtest] equivalent3 (src/Test/Syd/Validity/Functions/Equivalence.hs:338)
  18788. 440.57 s [genvalidity-sydtest] equivalentOnArbitrary3 (src/Test/Syd/Validity/Functions/Equivalence.hs:353)
  18789. 440.57 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:100)
  18790. 440.57 s [genvalidity-sydtest] equivalentWhenFirstSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:119)
  18791. 440.57 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:111)
  18792. 440.57 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:129)
  18793. 440.57 s [genvalidity-sydtest] equivalentWhenFirstSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:162)
  18794. 440.57 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:147)
  18795. 440.57 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:172)
  18796. 440.57 s [genvalidity-sydtest] equivalentWhenSecondSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:191)
  18797. 440.57 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:183)
  18798. 440.57 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:201)
  18799. 440.57 s [genvalidity-sydtest] equivalentWhenSecondSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:234)
  18800. 440.57 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:219)
  18801. 440.57 s [genvalidity-sydtest] equivalentWhenSucceedOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:244)
  18802. 440.57 s [genvalidity-sydtest] equivalentWhenSucceed (src/Test/Syd/Validity/Functions/Equivalence.hs:258)
  18803. 440.57 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:266)
  18804. 440.57 s [genvalidity-sydtest] equivalentWhenSucceedOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:276)
  18805. 440.57 s [genvalidity-sydtest] equivalentWhenSucceed2 (src/Test/Syd/Validity/Functions/Equivalence.hs:312)
  18806. 440.57 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:297)
  18807. 440.57 s [genvalidity-sydtest] inverseFunctionsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:28)
  18808. 440.57 s [genvalidity-sydtest] inverseFunctions (src/Test/Syd/Validity/Functions/Inverse.hs:33)
  18809. 440.57 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:49)
  18810. 440.57 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:60)
  18811. 440.57 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:68)
  18812. 440.57 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:78)
  18813. 440.57 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:89)
  18814. 440.57 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:97)
  18815. 440.57 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:107)
  18816. 440.57 s [genvalidity-sydtest] inverseFunctionsIfSucceed (src/Test/Syd/Validity/Functions/Inverse.hs:120)
  18817. 440.57 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:128)
  18818. 440.57 s [genvalidity-sydtest] idempotentOnGen (src/Test/Syd/Validity/Functions/Idempotence.hs:17)
  18819. 440.57 s [genvalidity-sydtest] idempotent (src/Test/Syd/Validity/Functions/Idempotence.hs:20)
  18820. 440.57 s [genvalidity-sydtest] reflexivityOnGen (src/Test/Syd/Validity/Relations/Reflexivity.hs:32)
  18821. 440.57 s [genvalidity-sydtest] transitivityOnGens (src/Test/Syd/Validity/Relations/Transitivity.hs:35)
  18822. 440.57 s [genvalidity-sydtest] antisymmetryOnGensWithEquality (src/Test/Syd/Validity/Relations/Antisymmetry.hs:43)
  18823. 440.57 s [genvalidity-sydtest] antisymmetryOnGens (src/Test/Syd/Validity/Relations/Antisymmetry.hs:54)
  18824. 440.57 s [genvalidity-sydtest] antireflexivityOnGen (src/Test/Syd/Validity/Relations/Antireflexivity.hs:32)
  18825. 440.57 s [genvalidity-sydtest] symmetryOnGens (src/Test/Syd/Validity/Relations/Symmetry.hs:34)
  18826. 440.57 s [genvalidity-sydtest] leftIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:54)
  18827. 440.57 s [genvalidity-sydtest] leftIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:66)
  18828. 440.57 s [genvalidity-sydtest] rightIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:111)
  18829. 440.57 s [genvalidity-sydtest] rightIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:123)
  18830. 440.57 s [ical-recurrence-source] Phase: setupCompilerEnvironmentPhase
  18831. 440.57 s [ical-recurrence-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  18832. 440.74 s [ical-recurrence-source] Phase: unpackPhase
  18833. 440.74 s [ical-recurrence-source] unpacking source archive /nix/store/14k8b32grghgiivv60s89piai6kymd6p-ical-recurrence
  18834. 440.76 s [ical-recurrence-source] source root is ical-recurrence
  18835. 440.77 s [ical-recurrence-source] Phase: patchPhase
  18836. 440.78 s [ical-recurrence-source] Phase: compileBuildDriverPhase
  18837. 440.78 s [ical-recurrence-source] setupCompileFlags: -package-db=/build/tmp.JPb2IW0XIh/setup-package.conf.d -threaded
  18838. 440.83 s [ical-recurrence-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.JPb2IW0XIh/Main.o )
  18839. 440.88 s [ical-recurrence-source] [2 of 2] Linking Setup
  18840. 441.31 s [sydtest-persistent] Phase: checkPhase
  18841. 441.37 s [sydtest-persistent] Package has no test suites.
  18842. 441.37 s [sydtest-persistent] Phase: haddockPhase
  18843. 441.50 s [opt-env-conf-test] Documentation created: dist/doc/html/opt-env-conf-test/,
  18844. 441.50 s [opt-env-conf-test] dist/doc/html/opt-env-conf-test/opt-env-conf-test.txt
  18845. 441.53 s [sydtest-persistent] Preprocessing library for sydtest-persistent-0.1.0.0...
  18846. 441.53 s [sydtest-persistent] Running Haddock on library for sydtest-persistent-0.1.0.0...
  18847. 441.53 s [sydtest-persistent] Warning: The documentation for the following packages are not installed. No
  18848. 441.53 s [sydtest-persistent] links will be generated to these packages: attoparsec-0.14.4,
  18849. 441.53 s [sydtest-persistent] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
  18850. 441.57 s [opt-env-conf-test] Phase: installPhase
  18851. 441.66 s [opt-env-conf-test] Installing library in /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  18852. 441.86 s [sydtest-persistent] [1 of 2] Compiling Paths_sydtest_persistent ( dist/build/autogen/Paths_sydtest_persistent.hs, nothing )
  18853. 441.89 s [opt-env-conf-test] Phase: fixupPhase
  18854. 441.89 s [sydtest-persistent] [2 of 2] Compiling Test.Syd.Persistent ( src/Test/Syd/Persistent.hs, nothing )
  18855. 441.90 s [opt-env-conf-test] shrinking RPATHs of ELF executables and libraries in /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4
  18856. 441.91 s [opt-env-conf-test] shrinking /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSopt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs-ghc9.10.3.so
  18857. 441.93 s [opt-env-conf-test] checking for references to /build/ in /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4...
  18858. 441.95 s [opt-env-conf-test] patching script interpreter paths in /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4
  18859. 441.96 s [opt-env-conf-test] stripping (with command strip and flags -S -p) in /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4/lib
  18860. 442.00 s [opt-env-conf-test] shrinking RPATHs of ELF executables and libraries in /nix/store/dq6fgqwqzkwjam9595g0f3lgvrslxkpm-opt-env-conf-test-0.0.0.4-doc
  18861. 442.01 s [opt-env-conf-test] checking for references to /build/ in /nix/store/dq6fgqwqzkwjam9595g0f3lgvrslxkpm-opt-env-conf-test-0.0.0.4-doc...
  18862. 442.03 s [opt-env-conf-test] patching script interpreter paths in /nix/store/dq6fgqwqzkwjam9595g0f3lgvrslxkpm-opt-env-conf-test-0.0.0.4-doc
  18863. 442.06 s [ical-recurrence-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  18864. 442.07 s [ical-recurrence-source] Phase: configurePhase
  18865. 442.08 s [ical-recurrence-source] configureFlags: --verbose --prefix=/nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/ical-recurrence-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.JPb2IW0XIh/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  18866. 442.08 s [ical-recurrence-source] Using Parsec parser
  18867. 442.08 s [ical-recurrence-source] Configuring ical-recurrence-0.0.0.0...
  18868. 442.27 s [sydtest-persistent] Haddock coverage:
  18869. 442.27 s [sydtest-persistent] 100% ( 5 / 5) in 'Test.Syd.Persistent'
  18870. 442.35 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/dq6fgqwqzkwjam9595g0f3lgvrslxkpm-opt-env-conf-test-0.0.0.4-doc /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4
  18871. 442.81 s [post-build-hook] Pushing 2 paths (257 are already present) using zstd to cache smos ⏳
  18872. 442.81 s [post-build-hook]
  18873. 443.14 s [post-build-hook] Pushing /nix/store/dq6fgqwqzkwjam9595g0f3lgvrslxkpm-opt-env-conf-test-0.0.0.4-doc (499.18 KiB)
  18874. 443.15 s [post-build-hook] Pushing /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4 (1.56 MiB)
  18875. 444.59 s [post-build-hook]
  18876. 444.59 s [post-build-hook] All done.
  18877. 444.62 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/dq6fgqwqzkwjam9595g0f3lgvrslxkpm-opt-env-conf-test-0.0.0.4-doc /nix/store/h5dvy76sn8hwrff2nx8361fp4s8nc2jw-opt-env-conf-test-0.0.0.4
  18878. 444.69 s [post-build-hook] copying 0 paths...
  18879. 444.95 s [post-build-hook] copying 0 paths...
  18880. 445.03 s Progress: 115 of 145 built (4 building), 815 of 815 downloaded from cache
  18881. 445.12 s Building looper-source
  18882. 445.12 s [sydtest-wai] [2 of 6] Compiling Test.Syd.Wai.Client ( src/Test/Syd/Wai/Client.hs, dist/build/Test/Syd/Wai/Client.p_o )
  18883. 445.12 s [sydtest-wai] [3 of 6] Compiling Test.Syd.Wai.Def ( src/Test/Syd/Wai/Def.hs, dist/build/Test/Syd/Wai/Def.p_o )
  18884. 445.12 s [sydtest-wai] [4 of 6] Compiling Test.Syd.Wai.Matcher ( src/Test/Syd/Wai/Matcher.hs, dist/build/Test/Syd/Wai/Matcher.p_o )
  18885. 445.12 s [sydtest-wai] [5 of 6] Compiling Test.Syd.Wai.Request ( src/Test/Syd/Wai/Request.hs, dist/build/Test/Syd/Wai/Request.p_o )
  18886. 445.12 s [sydtest-wai] [6 of 6] Compiling Test.Syd.Wai ( src/Test/Syd/Wai.hs, dist/build/Test/Syd/Wai.p_o )
  18887. 445.12 s [ical-recurrence-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  18888. 445.12 s [ical-recurrence-source] Dependency conformance: using conformance-0.1.0.0
  18889. 445.12 s [ical-recurrence-source] Dependency containers: using containers-0.7
  18890. 445.12 s [ical-recurrence-source] Dependency ical: using ical-0.0.0.0
  18891. 445.12 s [ical-recurrence-source] Dependency mtl: using mtl-2.3.1
  18892. 445.12 s [ical-recurrence-source] Dependency time: using time-1.12.2
  18893. 445.12 s [ical-recurrence-source] Dependency validity: using validity-0.12.1.0
  18894. 445.12 s [ical-recurrence-source] Source component graph: component lib
  18895. 445.12 s [ical-recurrence-source] Configured component graph:
  18896. 445.12 s [ical-recurrence-source] component ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
  18897. 445.12 s [ical-recurrence-source] include base-4.20.2.0-fafd
  18898. 445.12 s [ical-recurrence-source] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  18899. 445.12 s [ical-recurrence-source] include containers-0.7-96b4
  18900. 445.12 s [ical-recurrence-source] include ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  18901. 445.12 s [ical-recurrence-source] include mtl-2.3.1-37af
  18902. 445.12 s [ical-recurrence-source] include time-1.12.2-3479
  18903. 445.12 s [ical-recurrence-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  18904. 445.12 s [ical-recurrence-source] Linked component graph:
  18905. 445.12 s [ical-recurrence-source] unit ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
  18906. 445.12 s [ical-recurrence-source] include base-4.20.2.0-fafd
  18907. 445.12 s [ical-recurrence-source] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  18908. 445.12 s [ical-recurrence-source] include containers-0.7-96b4
  18909. 445.12 s [ical-recurrence-source] include ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  18910. 445.12 s [ical-recurrence-source] include mtl-2.3.1-37af
  18911. 445.12 s [ical-recurrence-source] include time-1.12.2-3479
  18912. 445.12 s [ical-recurrence-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  18913. 445.12 s [ical-recurrence-source] ICal.Recurrence=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence,ICal.Recurrence.Class=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.Class,ICal.Recurrence.RecurrenceRule=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule,ICal.Recurrence.RecurrenceRule.Daily=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.Daily,ICal.Recurrence.RecurrenceRule.Monthly=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.Monthly,ICal.Recurrence.RecurrenceRule.Util=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.Util,ICal.Recurrence.RecurrenceRule.WeekDate=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.WeekDate,ICal.Recurrence.RecurrenceRule.Weekly=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.Weekly,ICal.Recurrence.RecurrenceRule.Yearly=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.Yearly
  18914. 445.12 s [ical-recurrence-source] Ready component graph:
  18915. 445.12 s [ical-recurrence-source] definite ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
  18916. 445.12 s [ical-recurrence-source] depends base-4.20.2.0-fafd
  18917. 445.12 s [ical-recurrence-source] depends conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  18918. 445.12 s [ical-recurrence-source] depends containers-0.7-96b4
  18919. 445.12 s [ical-recurrence-source] depends ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  18920. 445.12 s [ical-recurrence-source] depends mtl-2.3.1-37af
  18921. 445.12 s [ical-recurrence-source] depends time-1.12.2-3479
  18922. 445.12 s [ical-recurrence-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  18923. 445.12 s [ical-recurrence-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  18924. 445.12 s [ical-recurrence-source] Using compiler: ghc-9.10.3
  18925. 445.12 s [ical-recurrence-source] Using install prefix:
  18926. 445.12 s [ical-recurrence-source] /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0
  18927. 445.12 s [ical-recurrence-source] Executables installed in:
  18928. 445.12 s [ical-recurrence-source] /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0/bin
  18929. 445.12 s [ical-recurrence-source] Libraries installed in:
  18930. 445.12 s [ical-recurrence-source] /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
  18931. 445.12 s [ical-recurrence-source] Dynamic Libraries installed in:
  18932. 445.12 s [ical-recurrence-source] /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  18933. 445.12 s [ical-recurrence-source] Private executables installed in:
  18934. 445.12 s [ical-recurrence-source] /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/ical-recurrence-0.0.0.0
  18935. 445.12 s [ical-recurrence-source] Data files installed in:
  18936. 445.12 s [ical-recurrence-source] /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/ical-recurrence-0.0.0.0
  18937. 445.12 s [ical-recurrence-source] Documentation installed in: /share/doc/ical-recurrence-0.0.0.0
  18938. 445.12 s [ical-recurrence-source] Configuration files installed in:
  18939. 445.12 s [ical-recurrence-source] /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0/etc
  18940. 445.12 s [ical-recurrence-source] No alex found
  18941. 445.12 s [ical-recurrence-source] Using ar found on system at:
  18942. 445.12 s [ical-recurrence-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  18943. 445.12 s [ical-recurrence-source] No c2hs found
  18944. 445.12 s [ical-recurrence-source] No cpphs found
  18945. 445.12 s [ical-recurrence-source] No doctest found
  18946. 445.12 s [ical-recurrence-source] Using gcc version 14.3.0 given by user at:
  18947. 445.12 s [ical-recurrence-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  18948. 445.12 s [ical-recurrence-source] Using ghc version 9.10.3 found on system at:
  18949. 445.12 s [ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  18950. 445.12 s [ical-recurrence-source] Using ghc-pkg version 9.10.3 found on system at:
  18951. 445.12 s [ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  18952. 445.12 s [ical-recurrence-source] No ghcjs found
  18953. 445.12 s [ical-recurrence-source] No ghcjs-pkg found
  18954. 445.12 s [ical-recurrence-source] No greencard found
  18955. 445.12 s [ical-recurrence-source] Using haddock version 2.31.1 found on system at:
  18956. 445.12 s [ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  18957. 445.12 s [ical-recurrence-source] No happy found
  18958. 445.12 s [ical-recurrence-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  18959. 445.12 s [ical-recurrence-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  18960. 445.12 s [ical-recurrence-source] No hmake found
  18961. 445.12 s [ical-recurrence-source] Using hpc version 0.69 found on system at:
  18962. 445.12 s [ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  18963. 445.12 s [ical-recurrence-source] Using hsc2hs version 0.68.10 found on system at:
  18964. 445.12 s [ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  18965. 445.12 s [ical-recurrence-source] Using hscolour version 1.25 found on system at:
  18966. 445.12 s [ical-recurrence-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  18967. 445.12 s [ical-recurrence-source] No jhc found
  18968. 445.12 s [ical-recurrence-source] Using ld found on system at:
  18969. 445.12 s [ical-recurrence-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  18970. 445.12 s [ical-recurrence-source] No pkg-config found
  18971. 445.12 s [ical-recurrence-source] Using runghc version 9.10.3 found on system at:
  18972. 445.12 s [ical-recurrence-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  18973. 445.12 s [ical-recurrence-source] Using strip version 2.44 found on system at:
  18974. 445.12 s [ical-recurrence-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  18975. 445.12 s [ical-recurrence-source] Using tar found on system at:
  18976. 445.12 s [ical-recurrence-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  18977. 445.12 s [ical-recurrence-source] No uhc found
  18978. 445.12 s [ical-recurrence-source] Phase: buildPhase
  18979. 445.12 s [ical-recurrence-source] Distribution quality errors:
  18980. 445.12 s [ical-recurrence-source] [no-syn-desc] No 'synopsis' or 'description' field.
  18981. 445.12 s [ical-recurrence-source] [license-none] The 'license' field is missing or is NONE.
  18982. 445.12 s [ical-recurrence-source] Distribution quality warnings:
  18983. 445.12 s [ical-recurrence-source] [no-category] No 'category' field.
  18984. 445.12 s [ical-recurrence-source] [no-maintainer] No 'maintainer' field.
  18985. 445.12 s [ical-recurrence-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  18986. 445.12 s [ical-recurrence-source] - conformance
  18987. 445.12 s [ical-recurrence-source] - containers
  18988. 445.12 s [ical-recurrence-source] - ical
  18989. 445.12 s [ical-recurrence-source] - mtl
  18990. 445.12 s [ical-recurrence-source] - time
  18991. 445.12 s [ical-recurrence-source] - validity
  18992. 445.12 s [ical-recurrence-source] Please add them. There is more information at https://pvp.haskell.org/
  18993. 445.12 s [ical-recurrence-source] Note: the public hackage server would reject this package.
  18994. 445.12 s [ical-recurrence-source] Building source dist for ical-recurrence-0.0.0.0...
  18995. 445.12 s [ical-recurrence-source] Source tarball created: dist/ical-recurrence-0.0.0.0.tar.gz
  18996. 445.12 s [ical-recurrence-source] Phase: checkPhase
  18997. 445.12 s [ical-recurrence-source] Phase: haddockPhase
  18998. 445.12 s [ical-recurrence-source] Phase: installPhase
  18999. 445.12 s [ical-recurrence-source] Phase: fixupPhase
  19000. 445.32 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0
  19001. 445.71 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  19002. 445.78 s [post-build-hook]
  19003. 446.05 s [post-build-hook] Pushing /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0 (14.41 KiB)
  19004. 446.87 s [post-build-hook]
  19005. 446.87 s [post-build-hook] All done.
  19006. 446.89 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0
  19007. 446.95 s [post-build-hook] copying 1 paths...
  19008. 446.95 s [post-build-hook] copying path '/nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0' to 'https://cache.staging.nix-ci.com'...
  19009. 447.32 s [post-build-hook] copying 0 paths...
  19010. 447.34 s Progress: 116 of 145 built (4 building), 815 of 815 downloaded from cache
  19011. 447.40 s Building ical-recurrence
  19012. 447.40 s [genvalidity-sydtest] Documentation created: dist/doc/html/genvalidity-sydtest/,
  19013. 447.40 s [genvalidity-sydtest] dist/doc/html/genvalidity-sydtest/genvalidity-sydtest.txt
  19014. 447.40 s [genvalidity-sydtest] Preprocessing test suite 'genvalidity-sydtest-test' for genvalidity-sydtest-1.0.1.0...
  19015. 447.40 s [genvalidity-sydtest] Phase: installPhase
  19016. 447.40 s [genvalidity-sydtest] Installing library in /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  19017. 447.40 s [sydtest-wai] Preprocessing test suite 'sydtest-wai-test' for sydtest-wai-0.2.0.2...
  19018. 447.40 s [sydtest-wai] Building test suite 'sydtest-wai-test' for sydtest-wai-0.2.0.2...
  19019. 447.40 s [sydtest-wai] [1 of 4] Compiling Paths_sydtest_wai ( dist/build/sydtest-wai-test/autogen/Paths_sydtest_wai.hs, dist/build/sydtest-wai-test/sydtest-wai-test-tmp/Paths_sydtest_wai.o )
  19020. 447.40 s [sydtest-wai] [2 of 4] Compiling Test.Syd.Wai.Example ( test/Test/Syd/Wai/Example.hs, dist/build/sydtest-wai-test/sydtest-wai-test-tmp/Test/Syd/Wai/Example.o )
  19021. 447.40 s [sydtest-wai] [3 of 4] Compiling Test.Syd.WaiSpec ( test/Test/Syd/WaiSpec.hs, dist/build/sydtest-wai-test/sydtest-wai-test-tmp/Test/Syd/WaiSpec.o )
  19022. 447.40 s [sydtest-wai] [4 of 4] Compiling Main ( test/Spec.hs, dist/build/sydtest-wai-test/sydtest-wai-test-tmp/Main.o )
  19023. 447.40 s [sydtest-wai] [5 of 5] Linking dist/build/sydtest-wai-test/sydtest-wai-test
  19024. 447.40 s [looper-source] Phase: setupCompilerEnvironmentPhase
  19025. 447.40 s [looper-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  19026. 447.40 s [looper-source] Phase: unpackPhase
  19027. 447.40 s [looper-source] unpacking source archive /nix/store/c6iplcl1q1izj6vzqzq54cbbla8xb995-looper
  19028. 447.40 s [looper-source] source root is looper
  19029. 447.40 s [looper-source] Phase: patchPhase
  19030. 447.40 s [looper-source] Phase: compileBuildDriverPhase
  19031. 447.40 s [looper-source] setupCompileFlags: -package-db=/build/tmp.HpauxlxrsC/setup-package.conf.d -threaded
  19032. 447.40 s [looper-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.HpauxlxrsC/Main.o )
  19033. 447.40 s [looper-source] [2 of 2] Linking Setup
  19034. 447.40 s [looper-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  19035. 447.40 s [looper-source] Phase: configurePhase
  19036. 447.40 s [looper-source] configureFlags: --verbose --prefix=/nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/looper-0.4.0.0 --with-gcc=gcc --package-db=/build/tmp.HpauxlxrsC/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  19037. 447.40 s [looper-source] Using Parsec parser
  19038. 447.40 s [looper-source] Configuring looper-0.4.0.0...
  19039. 447.52 s [ical-recurrence] Phase: setupCompilerEnvironmentPhase
  19040. 447.52 s [ical-recurrence] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  19041. 447.63 s [genvalidity-sydtest] Phase: fixupPhase
  19042. 447.65 s [genvalidity-sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0
  19043. 447.68 s [genvalidity-sydtest] shrinking /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN-ghc9.10.3.so
  19044. 447.70 s [genvalidity-sydtest] checking for references to /build/ in /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0...
  19045. 447.70 s [ical-recurrence] Phase: unpackPhase
  19046. 447.71 s [ical-recurrence] unpacking source archive /nix/store/vzjwrrx6i1r912rsy80rdv2w8i61284c-ical-recurrence-source-0.0.0.0/ical-recurrence-0.0.0.0.tar.gz
  19047. 447.71 s [ical-recurrence] source root is ical-recurrence-0.0.0.0
  19048. 447.72 s [ical-recurrence] setting SOURCE_DATE_EPOCH to timestamp 1780347976 of file "ical-recurrence-0.0.0.0/src/ICal/Recurrence/RecurrenceRule/Yearly.hs"
  19049. 447.72 s [ical-recurrence] warning: file "ical-recurrence-0.0.0.0/src/ICal/Recurrence/RecurrenceRule/Yearly.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  19050. 447.72 s [ical-recurrence] Phase: patchPhase
  19051. 447.73 s [ical-recurrence] Phase: compileBuildDriverPhase
  19052. 447.73 s [ical-recurrence] setupCompileFlags: -package-db=/build/tmp.002u6z4ONI/setup-package.conf.d -threaded
  19053. 447.76 s [genvalidity-sydtest] patching script interpreter paths in /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0
  19054. 447.77 s [genvalidity-sydtest] stripping (with command strip and flags -S -p) in /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/lib
  19055. 447.79 s [ical-recurrence] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.002u6z4ONI/Main.o )
  19056. 447.84 s [looper-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  19057. 447.84 s [looper-source] Dependency opt-env-conf: using opt-env-conf-0.15.0.1
  19058. 447.84 s [looper-source] Dependency text: using text-2.1.3
  19059. 447.84 s [looper-source] Dependency time: using time-1.12.2
  19060. 447.84 s [looper-source] Dependency unliftio: using unliftio-0.2.25.1
  19061. 447.84 s [looper-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  19062. 447.84 s [looper-source] Dependency looper: using looper-0.4.0.0
  19063. 447.84 s [looper-source] Dependency opt-env-conf: using opt-env-conf-0.15.0.1
  19064. 447.84 s [looper-source] Dependency opt-env-conf-test: using opt-env-conf-test-0.0.0.4
  19065. 447.84 s [looper-source] Dependency sydtest: using sydtest-0.23.0.1
  19066. 447.84 s [looper-source] Dependency unliftio: using unliftio-0.2.25.1
  19067. 447.84 s [looper-source] Source component graph:
  19068. 447.84 s [looper-source] component lib
  19069. 447.84 s [looper-source] component test:looper-test dependency lib
  19070. 447.84 s [looper-source] Configured component graph:
  19071. 447.84 s [looper-source] component looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19072. 447.84 s [looper-source] include base-4.20.2.0-fafd
  19073. 447.84 s [looper-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19074. 447.84 s [looper-source] include text-2.1.3-34f1
  19075. 447.84 s [looper-source] include time-1.12.2-3479
  19076. 447.84 s [looper-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19077. 447.84 s [looper-source] component looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
  19078. 447.84 s [looper-source] include base-4.20.2.0-fafd
  19079. 447.84 s [looper-source] include looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19080. 447.84 s [looper-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19081. 447.84 s [looper-source] include opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  19082. 447.84 s [looper-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19083. 447.84 s [looper-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19084. 447.84 s [looper-source] Linked component graph:
  19085. 447.84 s [looper-source] unit looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19086. 447.84 s [looper-source] include base-4.20.2.0-fafd
  19087. 447.84 s [looper-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19088. 447.84 s [looper-source] include text-2.1.3-34f1
  19089. 447.84 s [looper-source] include time-1.12.2-3479
  19090. 447.84 s [looper-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19091. 447.84 s [looper-source] Looper=looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH:Looper
  19092. 447.84 s [looper-source] unit looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
  19093. 447.84 s [looper-source] include base-4.20.2.0-fafd
  19094. 447.84 s [looper-source] include looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19095. 447.84 s [looper-source] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19096. 447.84 s [looper-source] include opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  19097. 447.84 s [looper-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19098. 447.84 s [looper-source] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19099. 447.84 s [looper-source] Ready component graph:
  19100. 447.84 s [looper-source] definite looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19101. 447.84 s [looper-source] depends base-4.20.2.0-fafd
  19102. 447.84 s [looper-source] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19103. 447.84 s [looper-source] depends text-2.1.3-34f1
  19104. 447.84 s [looper-source] depends time-1.12.2-3479
  19105. 447.84 s [looper-source] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19106. 447.84 s [looper-source] definite looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
  19107. 447.84 s [looper-source] depends base-4.20.2.0-fafd
  19108. 447.84 s [looper-source] depends looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19109. 447.84 s [looper-source] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19110. 447.84 s [looper-source] depends opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  19111. 447.84 s [looper-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19112. 447.84 s [looper-source] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19113. 447.84 s [looper-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  19114. 447.84 s [looper-source] Using compiler: ghc-9.10.3
  19115. 447.84 s [looper-source] Using install prefix:
  19116. 447.84 s [looper-source] /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0
  19117. 447.84 s [looper-source] Executables installed in:
  19118. 447.84 s [looper-source] /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0/bin
  19119. 447.84 s [looper-source] Libraries installed in:
  19120. 447.84 s [looper-source] /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19121. 447.84 s [looper-source] Dynamic Libraries installed in:
  19122. 447.84 s [looper-source] /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  19123. 447.84 s [looper-source] Private executables installed in:
  19124. 447.84 s [looper-source] /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/looper-0.4.0.0
  19125. 447.84 s [looper-source] Data files installed in:
  19126. 447.84 s [looper-source] /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0/share/x86_64-linux-ghc-9.10.3-a85d/looper-0.4.0.0
  19127. 447.84 s [looper-source] Documentation installed in: /share/doc/looper-0.4.0.0
  19128. 447.84 s [looper-source] Configuration files installed in:
  19129. 447.84 s [looper-source] /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0/etc
  19130. 447.84 s [looper-source] No alex found
  19131. 447.84 s [looper-source] Using ar found on system at:
  19132. 447.84 s [looper-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  19133. 447.84 s [looper-source] No c2hs found
  19134. 447.84 s [looper-source] No cpphs found
  19135. 447.84 s [looper-source] No doctest found
  19136. 447.84 s [looper-source] Using gcc version 14.3.0 given by user at:
  19137. 447.84 s [looper-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  19138. 447.84 s [looper-source] Using ghc version 9.10.3 found on system at:
  19139. 447.84 s [looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  19140. 447.84 s [looper-source] Using ghc-pkg version 9.10.3 found on system at:
  19141. 447.84 s [looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  19142. 447.84 s [looper-source] No ghcjs found
  19143. 447.84 s [looper-source] No ghcjs-pkg found
  19144. 447.84 s [looper-source] No greencard found
  19145. 447.84 s [looper-source] Using haddock version 2.31.1 found on system at:
  19146. 447.84 s [looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  19147. 447.84 s [looper-source] No happy found
  19148. 447.84 s [looper-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  19149. 447.84 s [looper-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  19150. 447.84 s [looper-source] No hmake found
  19151. 447.84 s [looper-source] Using hpc version 0.69 found on system at:
  19152. 447.84 s [looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  19153. 447.84 s [looper-source] Using hsc2hs version 0.68.10 found on system at:
  19154. 447.84 s [looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  19155. 447.84 s [looper-source] Using hscolour version 1.25 found on system at:
  19156. 447.84 s [looper-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  19157. 447.84 s [looper-source] No jhc found
  19158. 447.84 s [looper-source] Using ld found on system at:
  19159. 447.84 s [looper-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  19160. 447.84 s [looper-source] No pkg-config found
  19161. 447.84 s [looper-source] Using runghc version 9.10.3 found on system at:
  19162. 447.84 s [looper-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  19163. 447.84 s [looper-source] Using strip version 2.44 found on system at:
  19164. 447.84 s [looper-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  19165. 447.84 s [looper-source] Using tar found on system at:
  19166. 447.84 s [looper-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  19167. 447.84 s [looper-source] No uhc found
  19168. 447.84 s [ical-recurrence] [2 of 2] Linking Setup
  19169. 447.90 s [genvalidity-sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc
  19170. 447.92 s [genvalidity-sydtest] checking for references to /build/ in /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc...
  19171. 447.95 s [genvalidity-sydtest] patching script interpreter paths in /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc
  19172. 448.20 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0
  19173. 448.64 s [post-build-hook] Pushing 2 paths (255 are already present) using zstd to cache smos ⏳
  19174. 448.64 s [post-build-hook]
  19175. 448.99 s [post-build-hook] Pushing /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0 (6.56 MiB)
  19176. 448.99 s [post-build-hook] Pushing /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc (3.78 MiB)
  19177. 450.22 s [post-build-hook]
  19178. 450.22 s [post-build-hook] All done.
  19179. 450.24 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/lg89wdygdj1m6d4sylv1cjh7pvf74fjx-genvalidity-sydtest-1.0.1.0-doc /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0
  19180. 450.32 s [post-build-hook] copying 0 paths...
  19181. 450.46 s [post-build-hook] copying 0 paths...
  19182. 450.56 s Progress: 117 of 145 built (4 building), 815 of 815 downloaded from cache
  19183. 450.64 s Building genvalidity-sydtest-aeson-source
  19184. 450.64 s [sydtest-persistent] Documentation created: dist/doc/html/sydtest-persistent/,
  19185. 450.64 s [sydtest-persistent] dist/doc/html/sydtest-persistent/sydtest-persistent.txt
  19186. 450.64 s [sydtest-persistent] Phase: installPhase
  19187. 450.64 s [sydtest-persistent] Installing library in /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  19188. 450.64 s [sydtest-persistent] Phase: fixupPhase
  19189. 450.64 s [sydtest-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0
  19190. 450.64 s [sydtest-persistent] shrinking /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSsydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U-ghc9.10.3.so
  19191. 450.64 s [sydtest-persistent] checking for references to /build/ in /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0...
  19192. 450.64 s [sydtest-persistent] patching script interpreter paths in /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0
  19193. 450.64 s [sydtest-persistent] stripping (with command strip and flags -S -p) in /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/lib
  19194. 450.64 s [sydtest-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc
  19195. 450.64 s [sydtest-persistent] checking for references to /build/ in /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc...
  19196. 450.64 s [sydtest-persistent] patching script interpreter paths in /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc
  19197. 450.64 s [sydtest-wai] Phase: checkPhase
  19198. 450.64 s [sydtest-wai] Running 1 test suites...
  19199. 450.64 s [sydtest-wai] Test suite sydtest-wai-test: RUNNING...
  19200. 450.64 s [sydtest-wai] Tests:
  19201. 450.64 s [sydtest-wai]
  19202. 450.64 s [sydtest-wai] Test.Syd.WaiSpec
  19203. 450.64 s [sydtest-wai] get
  19204. 450.64 s [sydtest-wai] can GET the root and get a 200 2.55 ms
  19205. 450.64 s [sydtest-wai] carries cookies correctly 2.58 ms
  19206. 450.64 s [sydtest-wai] can GET the /redirect and get a 303 with a location header 2.38 ms
  19207. 450.64 s [sydtest-wai] patch
  19208. 450.64 s [sydtest-wai] can PATCH the root and get a 200 2.36 ms
  19209. 450.64 s [sydtest-wai] put
  19210. 450.64 s [sydtest-wai] can PUT the root and get a 200 2.35 ms
  19211. 450.64 s [sydtest-wai] shouldRespondWith
  19212. 450.64 s [sydtest-wai] works with a string 2.52 ms
  19213. 450.64 s [sydtest-wai] works with a number 2.34 ms
  19214. 450.64 s [sydtest-wai] post
  19215. 450.64 s [sydtest-wai] can POST the root and get a 200 2.36 ms
  19216. 450.64 s [sydtest-wai] options
  19217. 450.64 s [sydtest-wai] can OPTIONS the root and get a 200 2.33 ms
  19218. 450.64 s [sydtest-wai] request
  19219. 450.64 s [sydtest-wai] can make a weird request 2.34 ms
  19220. 450.64 s [sydtest-wai] echos this example 0.89 ms
  19221. 450.64 s [sydtest-wai]
  19222. 450.64 s [sydtest-wai] Passed: 11
  19223. 450.64 s [sydtest-wai] Failed: 0
  19224. 450.64 s [sydtest-wai] Sum of test runtimes: 0.02 seconds
  19225. 450.64 s [sydtest-wai] Test suite took: 0.00 seconds
  19226. 450.64 s [sydtest-wai]
  19227. 450.64 s [sydtest-wai] Test suite sydtest-wai-test: PASS
  19228. 450.64 s [sydtest-wai] Test suite logged to: dist/test/sydtest-wai-0.2.0.2-sydtest-wai-test.log
  19229. 450.64 s [sydtest-wai] 1 of 1 test suites (1 of 1 test cases) passed.
  19230. 450.64 s [sydtest-wai] Phase: haddockPhase
  19231. 450.64 s [sydtest-wai] Preprocessing library for sydtest-wai-0.2.0.2...
  19232. 450.64 s [sydtest-wai] Running Haddock on library for sydtest-wai-0.2.0.2...
  19233. 450.64 s [sydtest-wai] Warning: The documentation for the following packages are not installed. No
  19234. 450.64 s [sydtest-wai] links will be generated to these packages: attoparsec-0.14.4,
  19235. 450.64 s [sydtest-wai] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
  19236. 450.64 s [sydtest-wai] [1 of 6] Compiling Paths_sydtest_wai ( dist/build/autogen/Paths_sydtest_wai.hs, nothing )
  19237. 450.64 s [sydtest-wai] [2 of 6] Compiling Test.Syd.Wai.Client ( src/Test/Syd/Wai/Client.hs, nothing )
  19238. 450.64 s [sydtest-wai] [3 of 6] Compiling Test.Syd.Wai.Def ( src/Test/Syd/Wai/Def.hs, nothing )
  19239. 450.64 s [sydtest-wai] [4 of 6] Compiling Test.Syd.Wai.Matcher ( src/Test/Syd/Wai/Matcher.hs, nothing )
  19240. 450.64 s [sydtest-wai] [5 of 6] Compiling Test.Syd.Wai.Request ( src/Test/Syd/Wai/Request.hs, nothing )
  19241. 450.64 s [sydtest-wai] [6 of 6] Compiling Test.Syd.Wai ( src/Test/Syd/Wai.hs, nothing )
  19242. 450.64 s [sydtest-wai] Haddock coverage:
  19243. 450.64 s [sydtest-wai] 76% ( 10 / 13) in 'Test.Syd.Wai.Client'
  19244. 450.64 s [sydtest-wai] Missing documentation for:
  19245. 450.64 s [sydtest-wai] Module header
  19246. 450.64 s [sydtest-wai] WaiClientState (src/Test/Syd/Wai/Client.hs:29)
  19247. 450.64 s [sydtest-wai] initWaiClientState (src/Test/Syd/Wai/Client.hs:38)
  19248. 450.64 s [sydtest-wai] Warning: 'SetupFunc' is ambiguous. It is defined
  19249. 450.64 s [sydtest-wai] * in ‘Test.Syd.Def.SetupFunc’
  19250. 450.64 s [sydtest-wai] * in ‘Test.Syd.Def.SetupFunc’
  19251. 450.64 s [sydtest-wai] You may be able to disambiguate the identifier by qualifying it or
  19252. 450.64 s [sydtest-wai] by specifying the type/value namespace explicitly.
  19253. 450.64 s [sydtest-wai] Defaulting to the one defined in ‘Test.Syd.Def.SetupFunc’
  19254. 450.64 s [sydtest-wai] Warning: 'WaiClient' is ambiguous. It is defined
  19255. 450.64 s [sydtest-wai] * at src/Test/Syd/Wai/Client.hs:19:22
  19256. 450.64 s [sydtest-wai] * at src/Test/Syd/Wai/Client.hs:19:1
  19257. 450.64 s [sydtest-wai] You may be able to disambiguate the identifier by qualifying it or
  19258. 450.64 s [sydtest-wai] by specifying the type/value namespace explicitly.
  19259. 450.64 s [sydtest-wai] Defaulting to the one defined at src/Test/Syd/Wai/Client.hs:19:1
  19260. 450.64 s [sydtest-wai] 92% ( 12 / 13) in 'Test.Syd.Wai.Def'
  19261. 450.64 s [sydtest-wai] Missing documentation for:
  19262. 450.64 s [sydtest-wai] Module header
  19263. 450.64 s [sydtest-wai] Warning: 'shouldBe' is out of scope.
  19264. 450.64 s [sydtest-wai] If you qualify the identifier, haddock can try to link it anyway.
  19265. 450.64 s [sydtest-wai] 9% ( 1 / 11) in 'Test.Syd.Wai.Matcher'
  19266. 450.64 s [sydtest-wai] Missing documentation for:
  19267. 450.64 s [sydtest-wai] Body (src/Test/Syd/Wai/Matcher.hs:22)
  19268. 450.64 s [sydtest-wai] ResponseMatcher (src/Test/Syd/Wai/Matcher.hs:24)
  19269. 450.64 s [sydtest-wai] MatchHeader (src/Test/Syd/Wai/Matcher.hs:30)
  19270. 450.64 s [sydtest-wai] MatchBody (src/Test/Syd/Wai/Matcher.hs:32)
  19271. 450.64 s [sydtest-wai] bodyEquals (src/Test/Syd/Wai/Matcher.hs:35)
  19272. 450.64 s [looper-source] Phase: buildPhase
  19273. 450.64 s [looper-source] Distribution quality warnings:
  19274. 450.64 s [looper-source] [no-category] No 'category' field.
  19275. 450.64 s [looper-source] [no-synopsis] No 'synopsis' field.
  19276. 450.64 s [looper-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  19277. 450.64 s [looper-source] - opt-env-conf
  19278. 450.64 s [looper-source] - text
  19279. 450.64 s [looper-source] - time
  19280. 450.64 s [looper-source] - unliftio
  19281. 450.64 s [looper-source] Please add them. There is more information at https://pvp.haskell.org/
  19282. 450.64 s [looper-source] Building source dist for looper-0.4.0.0...
  19283. 450.64 s [looper-source] Source tarball created: dist/looper-0.4.0.0.tar.gz
  19284. 450.64 s [looper-source] Phase: checkPhase
  19285. 450.64 s [looper-source] Phase: haddockPhase
  19286. 450.64 s [looper-source] Phase: installPhase
  19287. 450.64 s [looper-source] Phase: fixupPhase
  19288. 450.64 s [ical-recurrence] Phase: updateAutotoolsGnuConfigScriptsPhase
  19289. 450.64 s [ical-recurrence] Phase: configurePhase
  19290. 450.64 s [ical-recurrence] configureFlags: --verbose --prefix=/nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc/share/doc/ical-recurrence-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.002u6z4ONI/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  19291. 450.64 s [ical-recurrence] Using Parsec parser
  19292. 450.64 s [ical-recurrence] Configuring ical-recurrence-0.0.0.0...
  19293. 450.64 s [ical-recurrence] Dependency base >=4.7 && <5: using base-4.20.2.0
  19294. 450.64 s [ical-recurrence] Dependency conformance: using conformance-0.1.0.0
  19295. 450.64 s [ical-recurrence] Dependency containers: using containers-0.7
  19296. 450.64 s [ical-recurrence] Dependency ical: using ical-0.0.0.0
  19297. 450.64 s [ical-recurrence] Dependency mtl: using mtl-2.3.1
  19298. 450.64 s [ical-recurrence] Dependency time: using time-1.12.2
  19299. 450.64 s [ical-recurrence] Dependency validity: using validity-0.12.1.0
  19300. 450.64 s [ical-recurrence] Source component graph: component lib
  19301. 450.64 s [ical-recurrence] Configured component graph:
  19302. 450.64 s [ical-recurrence] component ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
  19303. 450.64 s [ical-recurrence] include base-4.20.2.0-fafd
  19304. 450.64 s [ical-recurrence] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  19305. 450.64 s [ical-recurrence] include containers-0.7-96b4
  19306. 450.64 s [ical-recurrence] include ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  19307. 450.64 s [ical-recurrence] include mtl-2.3.1-37af
  19308. 450.64 s [ical-recurrence] include time-1.12.2-3479
  19309. 450.64 s [ical-recurrence] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  19310. 450.64 s [ical-recurrence] Linked component graph:
  19311. 450.64 s [ical-recurrence] unit ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
  19312. 450.64 s [ical-recurrence] include base-4.20.2.0-fafd
  19313. 450.64 s [ical-recurrence] include conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  19314. 450.64 s [ical-recurrence] include containers-0.7-96b4
  19315. 450.64 s [ical-recurrence] include ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  19316. 450.64 s [ical-recurrence] include mtl-2.3.1-37af
  19317. 450.64 s [ical-recurrence] include time-1.12.2-3479
  19318. 450.64 s [ical-recurrence] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  19319. 450.64 s [ical-recurrence] ICal.Recurrence=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence,ICal.Recurrence.Class=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.Class,ICal.Recurrence.RecurrenceRule=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule,ICal.Recurrence.RecurrenceRule.Daily=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.Daily,ICal.Recurrence.RecurrenceRule.Monthly=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.Monthly,ICal.Recurrence.RecurrenceRule.Util=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.Util,ICal.Recurrence.RecurrenceRule.WeekDate=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.WeekDate,ICal.Recurrence.RecurrenceRule.Weekly=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.Weekly,ICal.Recurrence.RecurrenceRule.Yearly=ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R:ICal.Recurrence.RecurrenceRule.Yearly
  19320. 450.64 s [ical-recurrence] Ready component graph:
  19321. 450.64 s [ical-recurrence] definite ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
  19322. 450.64 s [ical-recurrence] depends base-4.20.2.0-fafd
  19323. 450.64 s [ical-recurrence] depends conformance-0.1.0.0-4RDiiZFW9F969jbeCP9wmb
  19324. 450.64 s [ical-recurrence] depends containers-0.7-96b4
  19325. 450.64 s [sydtest-wai] matchAny (src/Test/Syd/Wai/Matcher.hs:45)
  19326. 450.64 s [sydtest-wai] <:> (src/Test/Syd/Wai/Matcher.hs:62)
  19327. 450.64 s [sydtest-wai] actualExpected (src/Test/Syd/Wai/Matcher.hs:72)
  19328. 450.64 s [sydtest-wai] formatHeader (src/Test/Syd/Wai/Matcher.hs:80)
  19329. 450.64 s [sydtest-wai] safeToString (src/Test/Syd/Wai/Matcher.hs:83)
  19330. 450.64 s [sydtest-wai] Warning: 'ResponseMatcher' is ambiguous. It is defined
  19331. 450.64 s [sydtest-wai] * at src/Test/Syd/Wai/Matcher.hs:24:24
  19332. 450.64 s [sydtest-wai] * at src/Test/Syd/Wai/Matcher.hs:24:1
  19333. 450.64 s [sydtest-wai] You may be able to disambiguate the identifier by qualifying it or
  19334. 450.64 s [sydtest-wai] by specifying the type/value namespace explicitly.
  19335. 450.64 s [sydtest-wai] Defaulting to the one defined at src/Test/Syd/Wai/Matcher.hs:24:1
  19336. 450.64 s [sydtest-wai] Warning: 'get' is ambiguous. It is defined
  19337. 450.64 s [sydtest-wai] * in ‘Control.Monad.State.Class’
  19338. 450.64 s [sydtest-wai] * at src/Test/Syd/Wai/Request.hs:22:1
  19339. 450.64 s [sydtest-wai] You may be able to disambiguate the identifier by qualifying it or
  19340. 450.64 s [sydtest-wai] by specifying the type/value namespace explicitly.
  19341. 450.64 s [sydtest-wai] Defaulting to the one defined at src/Test/Syd/Wai/Request.hs:22:1
  19342. 450.64 s [sydtest-wai] 90% ( 9 / 10) in 'Test.Syd.Wai.Request'
  19343. 450.64 s [sydtest-wai] Missing documentation for:
  19344. 450.64 s [sydtest-wai] Module header
  19345. 450.64 s [sydtest-wai] 86% ( 39 / 45) in 'Test.Syd.Wai'
  19346. 450.64 s [sydtest-wai] Missing documentation for:
  19347. 450.64 s [sydtest-wai] WaiClientState (src/Test/Syd/Wai/Client.hs:29)
  19348. 450.64 s [sydtest-wai] ResponseMatcher (src/Test/Syd/Wai/Matcher.hs:24)
  19349. 450.64 s [sydtest-wai] MatchHeader (src/Test/Syd/Wai/Matcher.hs:30)
  19350. 450.64 s [sydtest-wai] MatchBody (src/Test/Syd/Wai/Matcher.hs:32)
  19351. 450.64 s [sydtest-wai] Body (src/Test/Syd/Wai/Matcher.hs:22)
  19352. 450.64 s [sydtest-wai] <:> (src/Test/Syd/Wai/Matcher.hs:62)
  19353. 450.64 s [sydtest-wai] Warning: Test.Syd.Wai.Client: could not find link destinations for:
  19354. 450.65 s [sydtest-wai] - Test.Syd.Wai.Client.Rep_WaiClientState
  19355. 450.65 s [sydtest-wai] - Test.Syd.Wai.Client.Rep_WaiClient
  19356. 450.65 s [sydtest-wai] Warning: Test.Syd.Wai: could not find link destinations for:
  19357. 450.65 s [sydtest-wai] - Test.Syd.Wai.Client.Rep_WaiClientState
  19358. 450.65 s [sydtest-wai] - Test.Syd.Wai.Client.Rep_WaiClient
  19359. 450.65 s [ical-recurrence] depends ical-0.0.0.0-ADrv1KWYWlW1FwWPXwHfSX
  19360. 450.65 s [ical-recurrence] depends mtl-2.3.1-37af
  19361. 450.65 s [ical-recurrence] depends time-1.12.2-3479
  19362. 450.65 s [ical-recurrence] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  19363. 450.65 s [ical-recurrence] Using Cabal-3.12.1.0 compiled by ghc-9.10
  19364. 450.65 s [ical-recurrence] Using compiler: ghc-9.10.3
  19365. 450.65 s [ical-recurrence] Using install prefix:
  19366. 450.65 s [ical-recurrence] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0
  19367. 450.65 s [ical-recurrence] Executables installed in:
  19368. 450.65 s [ical-recurrence] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/bin
  19369. 450.65 s [ical-recurrence] Libraries installed in:
  19370. 450.65 s [ical-recurrence] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
  19371. 450.65 s [ical-recurrence] Dynamic Libraries installed in:
  19372. 450.65 s [ical-recurrence] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  19373. 450.65 s [ical-recurrence] Private executables installed in:
  19374. 450.65 s [ical-recurrence] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/ical-recurrence-0.0.0.0
  19375. 450.65 s [ical-recurrence] Data files installed in:
  19376. 450.65 s [ical-recurrence] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/ical-recurrence-0.0.0.0
  19377. 450.65 s [ical-recurrence] Documentation installed in:
  19378. 450.65 s [ical-recurrence] /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc/share/doc/ical-recurrence-0.0.0.0
  19379. 450.65 s [ical-recurrence] Configuration files installed in:
  19380. 450.65 s [ical-recurrence] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/etc
  19381. 450.65 s [ical-recurrence] No alex found
  19382. 450.65 s [ical-recurrence] Using ar found on system at:
  19383. 450.65 s [ical-recurrence] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  19384. 450.65 s [ical-recurrence] No c2hs found
  19385. 450.65 s [ical-recurrence] No cpphs found
  19386. 450.65 s [ical-recurrence] No doctest found
  19387. 450.65 s [ical-recurrence] Using gcc version 14.3.0 given by user at:
  19388. 450.65 s [ical-recurrence] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  19389. 450.65 s [ical-recurrence] Using ghc version 9.10.3 found on system at:
  19390. 450.65 s [ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  19391. 450.65 s [ical-recurrence] Using ghc-pkg version 9.10.3 found on system at:
  19392. 450.65 s [ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  19393. 450.65 s [ical-recurrence] No ghcjs found
  19394. 450.65 s [ical-recurrence] No ghcjs-pkg found
  19395. 450.65 s [ical-recurrence] No greencard found
  19396. 450.65 s [ical-recurrence] Using haddock version 2.31.1 found on system at:
  19397. 450.65 s [ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  19398. 450.65 s [ical-recurrence] No happy found
  19399. 450.65 s [ical-recurrence] Using haskell-suite found on system at: haskell-suite-dummy-location
  19400. 450.65 s [ical-recurrence] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  19401. 450.65 s [ical-recurrence] No hmake found
  19402. 450.65 s [ical-recurrence] Using hpc version 0.69 found on system at:
  19403. 450.65 s [ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  19404. 450.65 s [ical-recurrence] Using hsc2hs version 0.68.10 found on system at:
  19405. 450.65 s [ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  19406. 450.65 s [ical-recurrence] Using hscolour version 1.25 found on system at:
  19407. 450.65 s [ical-recurrence] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  19408. 450.65 s [ical-recurrence] No jhc found
  19409. 450.65 s [ical-recurrence] Using ld found on system at:
  19410. 450.65 s [ical-recurrence] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  19411. 450.65 s [ical-recurrence] No pkg-config found
  19412. 450.65 s [ical-recurrence] Using runghc version 9.10.3 found on system at:
  19413. 450.65 s [ical-recurrence] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  19414. 450.65 s [ical-recurrence] Using strip version 2.44 found on system at:
  19415. 450.65 s [ical-recurrence] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  19416. 450.65 s [ical-recurrence] Using tar found on system at:
  19417. 450.65 s [ical-recurrence] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  19418. 450.65 s [ical-recurrence] No uhc found
  19419. 450.65 s [ical-recurrence] Phase: buildPhase
  19420. 450.65 s [ical-recurrence] Preprocessing library for ical-recurrence-0.0.0.0...
  19421. 450.65 s [ical-recurrence] Building library for ical-recurrence-0.0.0.0...
  19422. 450.65 s [ical-recurrence] [ 1 of 10] Compiling ICal.Recurrence.Class ( src/ICal/Recurrence/Class.hs, dist/build/ICal/Recurrence/Class.o, dist/build/ICal/Recurrence/Class.dyn_o )
  19423. 450.84 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0
  19424. 451.21 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  19425. 451.28 s [post-build-hook]
  19426. 451.56 s [post-build-hook] Pushing /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0 (5.60 KiB)
  19427. 452.56 s [post-build-hook]
  19428. 452.56 s [post-build-hook] All done.
  19429. 452.57 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0
  19430. 452.63 s [post-build-hook] copying 1 paths...
  19431. 452.63 s [post-build-hook] copying path '/nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0' to 'https://cache.staging.nix-ci.com'...
  19432. 453.02 s [post-build-hook] copying 0 paths...
  19433. 453.06 s Progress: 118 of 144 built (4 building), 815 of 815 downloaded from cache
  19434. 453.09 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0 /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc
  19435. 453.55 s [post-build-hook] Pushing 2 paths (334 are already present) using zstd to cache smos ⏳
  19436. 453.55 s [post-build-hook]
  19437. 453.89 s [post-build-hook] Pushing /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc (237.28 KiB)
  19438. 453.92 s [post-build-hook] Pushing /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0 (627.04 KiB)
  19439. 454.78 s [post-build-hook]
  19440. 454.78 s [post-build-hook] All done.
  19441. 454.80 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0 /nix/store/jw0wlpcp48qjk72qbnyj7jp3g65ra62q-sydtest-persistent-0.1.0.0-doc
  19442. 454.89 s [post-build-hook] copying 0 paths...
  19443. 455.05 s [post-build-hook] copying 0 paths...
  19444. 455.15 s Progress: 119 of 145 built (3 building), 815 of 815 downloaded from cache
  19445. 455.22 s Building looper
  19446. 455.28 s Building sydtest-persistent-sqlite-source
  19447. 455.28 s [ical-recurrence] [ 2 of 10] Compiling ICal.Recurrence.RecurrenceRule.WeekDate ( src/ICal/Recurrence/RecurrenceRule/WeekDate.hs, dist/build/ICal/Recurrence/RecurrenceRule/WeekDate.o, dist/build/ICal/Recurrence/RecurrenceRule/WeekDate.dyn_o )
  19448. 455.28 s [ical-recurrence] [ 3 of 10] Compiling ICal.Recurrence.RecurrenceRule.Util ( src/ICal/Recurrence/RecurrenceRule/Util.hs, dist/build/ICal/Recurrence/RecurrenceRule/Util.o, dist/build/ICal/Recurrence/RecurrenceRule/Util.dyn_o )
  19449. 455.28 s [ical-recurrence] [ 4 of 10] Compiling ICal.Recurrence.RecurrenceRule.Monthly ( src/ICal/Recurrence/RecurrenceRule/Monthly.hs, dist/build/ICal/Recurrence/RecurrenceRule/Monthly.o, dist/build/ICal/Recurrence/RecurrenceRule/Monthly.dyn_o )
  19450. 455.28 s [ical-recurrence] [ 5 of 10] Compiling ICal.Recurrence.RecurrenceRule.Daily ( src/ICal/Recurrence/RecurrenceRule/Daily.hs, dist/build/ICal/Recurrence/RecurrenceRule/Daily.o, dist/build/ICal/Recurrence/RecurrenceRule/Daily.dyn_o )
  19451. 455.31 s [ical-recurrence] [ 6 of 10] Compiling ICal.Recurrence.RecurrenceRule.Weekly ( src/ICal/Recurrence/RecurrenceRule/Weekly.hs, dist/build/ICal/Recurrence/RecurrenceRule/Weekly.o, dist/build/ICal/Recurrence/RecurrenceRule/Weekly.dyn_o )
  19452. 455.31 s [ical-recurrence] [ 7 of 10] Compiling ICal.Recurrence.RecurrenceRule.Yearly ( src/ICal/Recurrence/RecurrenceRule/Yearly.hs, dist/build/ICal/Recurrence/RecurrenceRule/Yearly.o, dist/build/ICal/Recurrence/RecurrenceRule/Yearly.dyn_o )
  19453. 455.31 s [ical-recurrence] [ 8 of 10] Compiling ICal.Recurrence.RecurrenceRule ( src/ICal/Recurrence/RecurrenceRule.hs, dist/build/ICal/Recurrence/RecurrenceRule.o, dist/build/ICal/Recurrence/RecurrenceRule.dyn_o )
  19454. 455.31 s [ical-recurrence] [ 9 of 10] Compiling ICal.Recurrence ( src/ICal/Recurrence.hs, dist/build/ICal/Recurrence.o, dist/build/ICal/Recurrence.dyn_o )
  19455. 455.31 s [ical-recurrence] [10 of 10] Compiling Paths_ical_recurrence ( dist/build/autogen/Paths_ical_recurrence.hs, dist/build/Paths_ical_recurrence.o, dist/build/Paths_ical_recurrence.dyn_o )
  19456. 455.34 s [ical-recurrence] [ 1 of 10] Compiling ICal.Recurrence.Class ( src/ICal/Recurrence/Class.hs, dist/build/ICal/Recurrence/Class.p_o )
  19457. 455.34 s [ical-recurrence] [ 2 of 10] Compiling ICal.Recurrence.RecurrenceRule.WeekDate ( src/ICal/Recurrence/RecurrenceRule/WeekDate.hs, dist/build/ICal/Recurrence/RecurrenceRule/WeekDate.p_o )
  19458. 455.34 s [ical-recurrence] [ 3 of 10] Compiling ICal.Recurrence.RecurrenceRule.Util ( src/ICal/Recurrence/RecurrenceRule/Util.hs, dist/build/ICal/Recurrence/RecurrenceRule/Util.p_o )
  19459. 455.34 s [ical-recurrence] [ 4 of 10] Compiling ICal.Recurrence.RecurrenceRule.Monthly ( src/ICal/Recurrence/RecurrenceRule/Monthly.hs, dist/build/ICal/Recurrence/RecurrenceRule/Monthly.p_o )
  19460. 455.34 s [ical-recurrence] [ 5 of 10] Compiling ICal.Recurrence.RecurrenceRule.Daily ( src/ICal/Recurrence/RecurrenceRule/Daily.hs, dist/build/ICal/Recurrence/RecurrenceRule/Daily.p_o )
  19461. 455.34 s [ical-recurrence] [ 6 of 10] Compiling ICal.Recurrence.RecurrenceRule.Weekly ( src/ICal/Recurrence/RecurrenceRule/Weekly.hs, dist/build/ICal/Recurrence/RecurrenceRule/Weekly.p_o )
  19462. 455.34 s [ical-recurrence] [ 7 of 10] Compiling ICal.Recurrence.RecurrenceRule.Yearly ( src/ICal/Recurrence/RecurrenceRule/Yearly.hs, dist/build/ICal/Recurrence/RecurrenceRule/Yearly.p_o )
  19463. 455.34 s [ical-recurrence] [ 8 of 10] Compiling ICal.Recurrence.RecurrenceRule ( src/ICal/Recurrence/RecurrenceRule.hs, dist/build/ICal/Recurrence/RecurrenceRule.p_o )
  19464. 455.34 s [ical-recurrence] [ 9 of 10] Compiling ICal.Recurrence ( src/ICal/Recurrence.hs, dist/build/ICal/Recurrence.p_o )
  19465. 455.34 s [genvalidity-sydtest-aeson-source] Phase: setupCompilerEnvironmentPhase
  19466. 455.34 s [genvalidity-sydtest-aeson-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  19467. 455.34 s [genvalidity-sydtest-aeson-source] Phase: unpackPhase
  19468. 455.34 s [genvalidity-sydtest-aeson-source] unpacking source archive /nix/store/bd9ipzp8q5yyrfrpphph00w1bsywpmjn-genvalidity-sydtest-aeson
  19469. 455.34 s [genvalidity-sydtest-aeson-source] source root is genvalidity-sydtest-aeson
  19470. 455.34 s [genvalidity-sydtest-aeson-source] Phase: patchPhase
  19471. 455.34 s [genvalidity-sydtest-aeson-source] Phase: compileBuildDriverPhase
  19472. 455.34 s [genvalidity-sydtest-aeson-source] setupCompileFlags: -package-db=/build/tmp.SWPSQp5AsV/setup-package.conf.d -threaded
  19473. 455.34 s [genvalidity-sydtest-aeson-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.SWPSQp5AsV/Main.o )
  19474. 455.34 s [genvalidity-sydtest-aeson-source] [2 of 2] Linking Setup
  19475. 455.34 s [genvalidity-sydtest-aeson-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  19476. 455.34 s [genvalidity-sydtest-aeson-source] Phase: configurePhase
  19477. 455.44 s [genvalidity-sydtest-aeson-source] configureFlags: --verbose --prefix=/nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-sydtest-aeson-1.0.0.1 --with-gcc=gcc --package-db=/build/tmp.SWPSQp5AsV/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  19478. 455.44 s [genvalidity-sydtest-aeson-source] Using Parsec parser
  19479. 455.44 s [genvalidity-sydtest-aeson-source] Configuring genvalidity-sydtest-aeson-1.0.0.1...
  19480. 455.44 s [genvalidity-sydtest-aeson-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  19481. 455.44 s [genvalidity-sydtest-aeson-source] Dependency aeson: using aeson-2.2.3.0
  19482. 455.44 s [genvalidity-sydtest-aeson-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
  19483. 455.44 s [genvalidity-sydtest-aeson-source] Dependency deepseq: using deepseq-1.5.0.0
  19484. 455.44 s [genvalidity-sydtest-aeson-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  19485. 455.44 s [genvalidity-sydtest-aeson-source] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
  19486. 455.44 s [genvalidity-sydtest-aeson-source] Dependency sydtest: using sydtest-0.23.0.1
  19487. 455.44 s [genvalidity-sydtest-aeson-source] Dependency aeson: using aeson-2.2.3.0
  19488. 455.44 s [genvalidity-sydtest-aeson-source] Dependency base >=4.9 && <=5: using base-4.20.2.0
  19489. 455.44 s [genvalidity-sydtest-aeson-source] Dependency genvalidity: using genvalidity-1.1.1.0
  19490. 455.44 s [genvalidity-sydtest-aeson-source] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
  19491. 455.44 s [genvalidity-sydtest-aeson-source] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
  19492. 455.44 s [genvalidity-sydtest-aeson-source] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
  19493. 455.44 s [genvalidity-sydtest-aeson-source] Dependency sydtest: using sydtest-0.23.0.1
  19494. 455.44 s [genvalidity-sydtest-aeson-source] Dependency text: using text-2.1.3
  19495. 455.44 s [genvalidity-sydtest-aeson-source] Source component graph:
  19496. 455.50 s [genvalidity-sydtest-aeson-source] component lib
  19497. 455.50 s [genvalidity-sydtest-aeson-source] component test:genvalidity-sydtest-aeson-test dependency lib
  19498. 455.50 s [genvalidity-sydtest-aeson-source] Configured component graph:
  19499. 455.50 s [genvalidity-sydtest-aeson-source] component genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  19500. 455.50 s [genvalidity-sydtest-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  19501. 455.50 s [genvalidity-sydtest-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  19502. 455.50 s [genvalidity-sydtest-aeson-source] include base-4.20.2.0-fafd
  19503. 455.50 s [genvalidity-sydtest-aeson-source] include deepseq-1.5.0.0-2b65
  19504. 455.50 s [genvalidity-sydtest-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  19505. 455.50 s [genvalidity-sydtest-aeson-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  19506. 455.50 s [genvalidity-sydtest-aeson-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19507. 455.50 s [genvalidity-sydtest-aeson-source] component genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
  19508. 455.50 s [genvalidity-sydtest-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  19509. 455.50 s [genvalidity-sydtest-aeson-source] include base-4.20.2.0-fafd
  19510. 455.50 s [genvalidity-sydtest-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  19511. 455.50 s [genvalidity-sydtest-aeson-source] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  19512. 455.50 s [genvalidity-sydtest-aeson-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  19513. 455.50 s [genvalidity-sydtest-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  19514. 455.50 s [genvalidity-sydtest-aeson-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19515. 455.50 s [genvalidity-sydtest-aeson-source] include text-2.1.3-34f1
  19516. 455.57 s [genvalidity-sydtest-aeson-source] Linked component graph:
  19517. 455.57 s [genvalidity-sydtest-aeson-source] unit genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  19518. 455.57 s [genvalidity-sydtest-aeson-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  19519. 455.57 s [genvalidity-sydtest-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  19520. 455.57 s [genvalidity-sydtest-aeson-source] include base-4.20.2.0-fafd
  19521. 455.57 s [genvalidity-sydtest-aeson-source] include deepseq-1.5.0.0-2b65
  19522. 455.57 s [genvalidity-sydtest-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  19523. 455.57 s [genvalidity-sydtest-aeson-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  19524. 455.57 s [genvalidity-sydtest-aeson-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19525. 455.57 s [genvalidity-sydtest-aeson-source] Test.Syd.Validity.Aeson=genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ:Test.Syd.Validity.Aeson
  19526. 455.57 s [genvalidity-sydtest-aeson-source] unit genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
  19527. 455.57 s [genvalidity-sydtest-aeson-source] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  19528. 455.57 s [genvalidity-sydtest-aeson-source] include base-4.20.2.0-fafd
  19529. 455.57 s [genvalidity-sydtest-aeson-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  19530. 455.57 s [genvalidity-sydtest-aeson-source] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  19531. 455.57 s [genvalidity-sydtest-aeson-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  19532. 455.57 s [genvalidity-sydtest-aeson-source] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  19533. 455.57 s [genvalidity-sydtest-aeson-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19534. 455.57 s [genvalidity-sydtest-aeson-source] include text-2.1.3-34f1
  19535. 455.57 s [genvalidity-sydtest-aeson-source] Ready component graph:
  19536. 455.57 s [genvalidity-sydtest-aeson-source] definite genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  19537. 455.57 s [genvalidity-sydtest-aeson-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  19538. 455.57 s [genvalidity-sydtest-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  19539. 455.57 s [genvalidity-sydtest-aeson-source] depends base-4.20.2.0-fafd
  19540. 455.57 s [genvalidity-sydtest-aeson-source] depends deepseq-1.5.0.0-2b65
  19541. 455.57 s [genvalidity-sydtest-aeson-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  19542. 455.57 s [genvalidity-sydtest-aeson-source] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  19543. 455.57 s [genvalidity-sydtest-aeson-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19544. 455.57 s [genvalidity-sydtest-aeson-source] definite genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
  19545. 455.57 s [genvalidity-sydtest-aeson-source] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  19546. 455.57 s [genvalidity-sydtest-aeson-source] depends base-4.20.2.0-fafd
  19547. 455.57 s [genvalidity-sydtest-aeson-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  19548. 455.57 s [genvalidity-sydtest-aeson-source] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  19549. 455.57 s [genvalidity-sydtest-aeson-source] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  19550. 455.57 s [genvalidity-sydtest-aeson-source] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  19551. 455.57 s [genvalidity-sydtest-aeson-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19552. 455.57 s [genvalidity-sydtest-aeson-source] depends text-2.1.3-34f1
  19553. 455.57 s [genvalidity-sydtest-aeson-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  19554. 455.57 s [genvalidity-sydtest-aeson-source] Using compiler: ghc-9.10.3
  19555. 455.57 s [genvalidity-sydtest-aeson-source] Using install prefix:
  19556. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1
  19557. 455.57 s [genvalidity-sydtest-aeson-source] Executables installed in:
  19558. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1/bin
  19559. 455.57 s [genvalidity-sydtest-aeson-source] Libraries installed in:
  19560. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  19561. 455.57 s [genvalidity-sydtest-aeson-source] Dynamic Libraries installed in:
  19562. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  19563. 455.57 s [genvalidity-sydtest-aeson-source] Private executables installed in:
  19564. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-aeson-1.0.0.1
  19565. 455.57 s [genvalidity-sydtest-aeson-source] Data files installed in:
  19566. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-aeson-1.0.0.1
  19567. 455.57 s [genvalidity-sydtest-aeson-source] Documentation installed in: /share/doc/genvalidity-sydtest-aeson-1.0.0.1
  19568. 455.57 s [genvalidity-sydtest-aeson-source] Configuration files installed in:
  19569. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1/etc
  19570. 455.57 s [genvalidity-sydtest-aeson-source] No alex found
  19571. 455.57 s [genvalidity-sydtest-aeson-source] Using ar found on system at:
  19572. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  19573. 455.57 s [genvalidity-sydtest-aeson-source] No c2hs found
  19574. 455.57 s [genvalidity-sydtest-aeson-source] No cpphs found
  19575. 455.57 s [genvalidity-sydtest-aeson-source] No doctest found
  19576. 455.57 s [genvalidity-sydtest-aeson-source] Using gcc version 14.3.0 given by user at:
  19577. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  19578. 455.57 s [genvalidity-sydtest-aeson-source] Using ghc version 9.10.3 found on system at:
  19579. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  19580. 455.57 s [genvalidity-sydtest-aeson-source] Using ghc-pkg version 9.10.3 found on system at:
  19581. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  19582. 455.57 s [genvalidity-sydtest-aeson-source] No ghcjs found
  19583. 455.57 s [genvalidity-sydtest-aeson-source] No ghcjs-pkg found
  19584. 455.57 s [genvalidity-sydtest-aeson-source] No greencard found
  19585. 455.57 s [genvalidity-sydtest-aeson-source] Using haddock version 2.31.1 found on system at:
  19586. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  19587. 455.57 s [genvalidity-sydtest-aeson-source] No happy found
  19588. 455.57 s [genvalidity-sydtest-aeson-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  19589. 455.57 s [genvalidity-sydtest-aeson-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  19590. 455.57 s [genvalidity-sydtest-aeson-source] No hmake found
  19591. 455.57 s [genvalidity-sydtest-aeson-source] Using hpc version 0.69 found on system at:
  19592. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  19593. 455.57 s [genvalidity-sydtest-aeson-source] Using hsc2hs version 0.68.10 found on system at:
  19594. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  19595. 455.57 s [genvalidity-sydtest-aeson-source] Using hscolour version 1.25 found on system at:
  19596. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  19597. 455.57 s [genvalidity-sydtest-aeson-source] No jhc found
  19598. 455.57 s [genvalidity-sydtest-aeson-source] Using ld found on system at:
  19599. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  19600. 455.57 s [genvalidity-sydtest-aeson-source] No pkg-config found
  19601. 455.57 s [genvalidity-sydtest-aeson-source] Using runghc version 9.10.3 found on system at:
  19602. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  19603. 455.57 s [genvalidity-sydtest-aeson-source] Using strip version 2.44 found on system at:
  19604. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  19605. 455.57 s [genvalidity-sydtest-aeson-source] Using tar found on system at:
  19606. 455.57 s [genvalidity-sydtest-aeson-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  19607. 455.57 s [genvalidity-sydtest-aeson-source] No uhc found
  19608. 455.57 s [genvalidity-sydtest-aeson-source] Phase: buildPhase
  19609. 455.57 s [genvalidity-sydtest-aeson-source] Distribution quality warnings:
  19610. 455.57 s [genvalidity-sydtest-aeson-source] [no-description] No 'description' field.
  19611. 455.57 s [genvalidity-sydtest-aeson-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  19612. 455.57 s [genvalidity-sydtest-aeson-source] - QuickCheck
  19613. 455.57 s [genvalidity-sydtest-aeson-source] - aeson
  19614. 455.57 s [genvalidity-sydtest-aeson-source] - deepseq
  19615. 455.57 s [genvalidity-sydtest-aeson-source] - genvalidity
  19616. 455.57 s [genvalidity-sydtest-aeson-source] - genvalidity-sydtest
  19617. 455.57 s [genvalidity-sydtest-aeson-source] - sydtest
  19618. 455.57 s [genvalidity-sydtest-aeson-source] Please add them. There is more information at https://pvp.haskell.org/
  19619. 455.57 s [genvalidity-sydtest-aeson-source] Building source dist for genvalidity-sydtest-aeson-1.0.0.1...
  19620. 455.57 s [genvalidity-sydtest-aeson-source] Source tarball created: dist/genvalidity-sydtest-aeson-1.0.0.1.tar.gz
  19621. 455.57 s [genvalidity-sydtest-aeson-source] Phase: checkPhase
  19622. 455.57 s [genvalidity-sydtest-aeson-source] Phase: haddockPhase
  19623. 455.57 s [genvalidity-sydtest-aeson-source] Phase: installPhase
  19624. 455.57 s [genvalidity-sydtest-aeson-source] Phase: fixupPhase
  19625. 455.57 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1
  19626. 455.71 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  19627. 455.71 s [post-build-hook]
  19628. 456.05 s [post-build-hook] Pushing /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1 (3.67 KiB)
  19629. 456.93 s [post-build-hook]
  19630. 456.93 s [post-build-hook] All done.
  19631. 456.95 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1
  19632. 457.01 s [post-build-hook] copying 1 paths...
  19633. 457.01 s [post-build-hook] copying path '/nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1' to 'https://cache.staging.nix-ci.com'...
  19634. 457.37 s [post-build-hook] copying 0 paths...
  19635. 457.41 s Progress: 120 of 143 built (4 building), 815 of 815 downloaded from cache
  19636. 457.47 s Building genvalidity-sydtest-aeson
  19637. 457.48 s [sydtest-wai] Documentation created: dist/doc/html/sydtest-wai/,
  19638. 457.48 s [sydtest-wai] dist/doc/html/sydtest-wai/sydtest-wai.txt
  19639. 457.48 s [sydtest-wai] Preprocessing test suite 'sydtest-wai-test' for sydtest-wai-0.2.0.2...
  19640. 457.49 s [sydtest-wai] Phase: installPhase
  19641. 457.49 s [sydtest-wai] Installing library in /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31
  19642. 457.49 s [sydtest-wai] Phase: fixupPhase
  19643. 457.49 s [sydtest-wai] shrinking RPATHs of ELF executables and libraries in /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2
  19644. 457.49 s [sydtest-wai] shrinking /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSsydtest-wai-0.2.0.2-AQ9BvHrr6xuLVEO9fQpv31-ghc9.10.3.so
  19645. 457.49 s [sydtest-wai] checking for references to /build/ in /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2...
  19646. 457.49 s [sydtest-wai] patching script interpreter paths in /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2
  19647. 457.49 s [sydtest-wai] stripping (with command strip and flags -S -p) in /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/lib
  19648. 457.49 s [sydtest-wai] shrinking RPATHs of ELF executables and libraries in /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc
  19649. 457.49 s [sydtest-wai] checking for references to /build/ in /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc...
  19650. 457.49 s [sydtest-wai] patching script interpreter paths in /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc
  19651. 457.49 s [ical-recurrence] [10 of 10] Compiling Paths_ical_recurrence ( dist/build/autogen/Paths_ical_recurrence.hs, dist/build/Paths_ical_recurrence.p_o )
  19652. 457.49 s [looper] Phase: setupCompilerEnvironmentPhase
  19653. 457.49 s [looper] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  19654. 457.49 s [looper] Phase: unpackPhase
  19655. 457.49 s [looper] unpacking source archive /nix/store/3803ja5r2s1i6hjjj8y9i311xxcsqrig-looper-source-0.4.0.0/looper-0.4.0.0.tar.gz
  19656. 457.49 s [looper] source root is looper-0.4.0.0
  19657. 457.49 s [looper] setting SOURCE_DATE_EPOCH to timestamp 1780347981 of file "looper-0.4.0.0/test/Spec.hs"
  19658. 457.49 s [looper] warning: file "looper-0.4.0.0/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  19659. 457.49 s [looper] Phase: patchPhase
  19660. 457.49 s [looper] Phase: compileBuildDriverPhase
  19661. 457.49 s [looper] setupCompileFlags: -package-db=/build/tmp.IBp9m4fD4n/setup-package.conf.d -threaded
  19662. 457.49 s [looper] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.IBp9m4fD4n/Main.o )
  19663. 457.49 s [looper] [2 of 2] Linking Setup
  19664. 457.49 s [sydtest-persistent-sqlite-source] Phase: setupCompilerEnvironmentPhase
  19665. 457.49 s [sydtest-persistent-sqlite-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  19666. 457.49 s [sydtest-persistent-sqlite-source] Phase: unpackPhase
  19667. 457.49 s [sydtest-persistent-sqlite-source] unpacking source archive /nix/store/qjajz1d6i8yvx5yddammqvgdr32xzpra-sydtest-persistent-sqlite
  19668. 457.49 s [sydtest-persistent-sqlite-source] source root is sydtest-persistent-sqlite
  19669. 457.49 s [sydtest-persistent-sqlite-source] Phase: patchPhase
  19670. 457.49 s [sydtest-persistent-sqlite-source] Phase: compileBuildDriverPhase
  19671. 457.49 s [sydtest-persistent-sqlite-source] setupCompileFlags: -package-db=/build/tmp.4V7uoA9wpX/setup-package.conf.d -threaded
  19672. 457.49 s [sydtest-persistent-sqlite-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.4V7uoA9wpX/Main.o )
  19673. 457.49 s [sydtest-persistent-sqlite-source] [2 of 2] Linking Setup
  19674. 457.60 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2 /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc
  19675. 458.02 s [post-build-hook] Pushing 2 paths (338 are already present) using zstd to cache smos ⏳
  19676. 458.02 s [post-build-hook]
  19677. 458.34 s [post-build-hook] Pushing /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc (992.68 KiB)
  19678. 458.40 s [post-build-hook] Pushing /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2 (1.73 MiB)
  19679. 459.43 s [post-build-hook]
  19680. 459.43 s [post-build-hook] All done.
  19681. 459.45 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2 /nix/store/krmijk69h7iylfd6rxag0ij1ziy389x6-sydtest-wai-0.2.0.2-doc
  19682. 459.54 s [post-build-hook] copying 0 paths...
  19683. 459.71 s [post-build-hook] copying 0 paths...
  19684. 459.81 s Progress: 121 of 143 built (4 building), 815 of 815 downloaded from cache
  19685. 459.82 s [ical-recurrence] Phase: checkPhase
  19686. 459.82 s [ical-recurrence] Package has no test suites.
  19687. 459.82 s [ical-recurrence] Phase: haddockPhase
  19688. 459.82 s [ical-recurrence] Preprocessing library for ical-recurrence-0.0.0.0...
  19689. 459.82 s [ical-recurrence] Running Haddock on library for ical-recurrence-0.0.0.0...
  19690. 459.82 s [ical-recurrence] [ 1 of 10] Compiling ICal.Recurrence.Class ( src/ICal/Recurrence/Class.hs, nothing )
  19691. 459.82 s [ical-recurrence] [ 2 of 10] Compiling ICal.Recurrence.RecurrenceRule.WeekDate ( src/ICal/Recurrence/RecurrenceRule/WeekDate.hs, nothing )
  19692. 459.83 s [ical-recurrence] [ 3 of 10] Compiling ICal.Recurrence.RecurrenceRule.Util ( src/ICal/Recurrence/RecurrenceRule/Util.hs, nothing )
  19693. 459.83 s [ical-recurrence] [ 4 of 10] Compiling ICal.Recurrence.RecurrenceRule.Monthly ( src/ICal/Recurrence/RecurrenceRule/Monthly.hs, nothing )
  19694. 459.83 s [ical-recurrence] [ 5 of 10] Compiling ICal.Recurrence.RecurrenceRule.Daily ( src/ICal/Recurrence/RecurrenceRule/Daily.hs, nothing )
  19695. 459.84 s [ical-recurrence] [ 6 of 10] Compiling ICal.Recurrence.RecurrenceRule.Weekly ( src/ICal/Recurrence/RecurrenceRule/Weekly.hs, nothing )
  19696. 459.84 s [ical-recurrence] [ 7 of 10] Compiling ICal.Recurrence.RecurrenceRule.Yearly ( src/ICal/Recurrence/RecurrenceRule/Yearly.hs, nothing )
  19697. 459.84 s [ical-recurrence] [ 8 of 10] Compiling ICal.Recurrence.RecurrenceRule ( src/ICal/Recurrence/RecurrenceRule.hs, nothing )
  19698. 459.84 s [ical-recurrence] [ 9 of 10] Compiling ICal.Recurrence ( src/ICal/Recurrence.hs, nothing )
  19699. 459.84 s [ical-recurrence] [10 of 10] Compiling Paths_ical_recurrence ( dist/build/autogen/Paths_ical_recurrence.hs, nothing )
  19700. 459.84 s [ical-recurrence] Haddock coverage:
  19701. 459.84 s [ical-recurrence] 0% ( 0 / 14) in 'ICal.Recurrence.Class'
  19702. 459.84 s [ical-recurrence] Missing documentation for:
  19703. 459.84 s [ical-recurrence] Module header
  19704. 459.84 s [ical-recurrence] RecurringEvent (src/ICal/Recurrence/Class.hs:44)
  19705. 459.84 s [ical-recurrence] Recurrence (src/ICal/Recurrence/Class.hs:35)
  19706. 459.84 s [ical-recurrence] EventOccurrence (src/ICal/Recurrence/Class.hs:53)
  19707. 459.84 s [ical-recurrence] ResolvedEvent (src/ICal/Recurrence/Class.hs:62)
  19708. 459.84 s [ical-recurrence] Timestamp (src/ICal/Recurrence/Class.hs:70)
  19709. 459.84 s [ical-recurrence] R (src/ICal/Recurrence/Class.hs:98)
  19710. 459.84 s [ical-recurrence] ResolutionCtx (src/ICal/Recurrence/Class.hs:103)
  19711. 459.84 s [ical-recurrence] UnresolutionCtx (src/ICal/Recurrence/Class.hs:105)
  19712. 459.84 s [ical-recurrence] RecurrenceError (src/ICal/Recurrence/Class.hs:78)
  19713. 459.84 s [ical-recurrence] RecurrenceFixableError (src/ICal/Recurrence/Class.hs:91)
  19714. 459.84 s [ical-recurrence] unfixableErrorR (src/ICal/Recurrence/Class.hs:108)
  19715. 459.84 s [ical-recurrence] emitFixableErrorR (src/ICal/Recurrence/Class.hs:111)
  19716. 459.84 s [ical-recurrence] Resolv (src/ICal/Recurrence/Class.hs:115)
  19717. 459.84 s [ical-recurrence] Warning: 'ws' is out of scope.
  19718. 459.84 s [ical-recurrence] If you qualify the identifier, haddock can try to link it anyway.
  19719. 459.84 s [ical-recurrence] Warning: 'monday' is out of scope.
  19720. 459.84 s [ical-recurrence] If you qualify the identifier, haddock can try to link it anyway.
  19721. 459.93 s [ical-recurrence] 20% ( 2 / 10) in 'ICal.Recurrence.RecurrenceRule.WeekDate'
  19722. 459.93 s [ical-recurrence] Missing documentation for:
  19723. 459.93 s [ical-recurrence] Module header
  19724. 459.93 s [ical-recurrence] nextWeek (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:8)
  19725. 459.93 s [ical-recurrence] weeksIntoTheFutureStartingFrom (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:13)
  19726. 459.93 s [ical-recurrence] weeksInYear (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:50)
  19727. 459.93 s [ical-recurrence] daysInYear (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:60)
  19728. 459.93 s [ical-recurrence] fromWeekDateWithStart (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:63)
  19729. 459.93 s [ical-recurrence] firstDayOfTheFirstWsWeekOf (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:90)
  19730. 459.93 s [ical-recurrence] positiveMod (src/ICal/Recurrence/RecurrenceRule/WeekDate.hs:119)
  19731. 459.93 s [ical-recurrence] 0% ( 0 / 33) in 'ICal.Recurrence.RecurrenceRule.Util'
  19732. 459.93 s [ical-recurrence] Missing documentation for:
  19733. 459.93 s [ical-recurrence] Module header
  19734. 459.93 s [ical-recurrence] takeEvery (src/ICal/Recurrence/RecurrenceRule/Util.hs:23)
  19735. 459.93 s [ical-recurrence] byMonthLimitMonth (src/ICal/Recurrence/RecurrenceRule/Util.hs:30)
  19736. 459.93 s [ical-recurrence] byMonthLimit (src/ICal/Recurrence/RecurrenceRule/Util.hs:33)
  19737. 459.93 s [ical-recurrence] byMonthDayLimit (src/ICal/Recurrence/RecurrenceRule/Util.hs:38)
  19738. 459.93 s [ical-recurrence] monthIndices (src/ICal/Recurrence/RecurrenceRule/Util.hs:44)
  19739. 459.93 s [ical-recurrence] byDayLimit (src/ICal/Recurrence/RecurrenceRule/Util.hs:52)
  19740. 459.93 s [ical-recurrence] byDayLimitInYear (src/ICal/Recurrence/RecurrenceRule/Util.hs:61)
  19741. 459.93 s [ical-recurrence] byEveryWeekDayLimit (src/ICal/Recurrence/RecurrenceRule/Util.hs:70)
  19742. 459.93 s [ical-recurrence] byYearDayExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:73)
  19743. 459.93 s [ical-recurrence] byMonthDayExpandEveryMonth (src/ICal/Recurrence/RecurrenceRule/Util.hs:83)
  19744. 459.93 s [ical-recurrence] byMonthDayExpandMonth (src/ICal/Recurrence/RecurrenceRule/Util.hs:94)
  19745. 459.93 s [ical-recurrence] byEveryWeekDayWeek (src/ICal/Recurrence/RecurrenceRule/Util.hs:104)
  19746. 459.93 s [ical-recurrence] byEveryWeekDayExpandYear (src/ICal/Recurrence/RecurrenceRule/Util.hs:114)
  19747. 459.93 s [ical-recurrence] byWeekNoExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:130)
  19748. 460.00 s [looper] Phase: updateAutotoolsGnuConfigScriptsPhase
  19749. 460.01 s [looper] Phase: configurePhase
  19750. 460.01 s [looper] configureFlags: --verbose --prefix=/nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc/share/doc/looper-0.4.0.0 --with-gcc=gcc --package-db=/build/tmp.IBp9m4fD4n/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  19751. 460.01 s [looper] Using Parsec parser
  19752. 460.01 s [looper] Configuring looper-0.4.0.0...
  19753. 460.01 s [looper] Dependency base >=4.7 && <5: using base-4.20.2.0
  19754. 460.01 s [looper] Dependency opt-env-conf: using opt-env-conf-0.15.0.1
  19755. 460.01 s [looper] Dependency text: using text-2.1.3
  19756. 460.01 s [looper] Dependency time: using time-1.12.2
  19757. 460.01 s [looper] Dependency unliftio: using unliftio-0.2.25.1
  19758. 460.01 s [looper] Dependency base >=4.7 && <5: using base-4.20.2.0
  19759. 460.01 s [looper] Dependency looper: using looper-0.4.0.0
  19760. 460.01 s [looper] Dependency opt-env-conf: using opt-env-conf-0.15.0.1
  19761. 460.01 s [looper] Dependency opt-env-conf-test: using opt-env-conf-test-0.0.0.4
  19762. 460.01 s [looper] Dependency sydtest: using sydtest-0.23.0.1
  19763. 460.01 s [looper] Dependency unliftio: using unliftio-0.2.25.1
  19764. 460.01 s [looper] Source component graph:
  19765. 460.01 s [looper] component lib
  19766. 460.01 s [looper] component test:looper-test dependency lib
  19767. 460.01 s [looper] Configured component graph:
  19768. 460.01 s [looper] component looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19769. 460.01 s [looper] include base-4.20.2.0-fafd
  19770. 460.01 s [looper] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19771. 460.01 s [looper] include text-2.1.3-34f1
  19772. 460.01 s [looper] include time-1.12.2-3479
  19773. 460.01 s [looper] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19774. 460.01 s [looper] component looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
  19775. 460.01 s [looper] include base-4.20.2.0-fafd
  19776. 460.01 s [looper] include looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19777. 460.01 s [looper] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19778. 460.01 s [looper] include opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  19779. 460.01 s [looper] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19780. 460.08 s [looper] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19781. 460.08 s [looper] Linked component graph:
  19782. 460.08 s [looper] unit looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19783. 460.08 s [looper] include base-4.20.2.0-fafd
  19784. 460.08 s [looper] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19785. 460.08 s [looper] include text-2.1.3-34f1
  19786. 460.08 s [looper] include time-1.12.2-3479
  19787. 460.08 s [looper] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19788. 460.08 s [looper] Looper=looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH:Looper
  19789. 460.08 s [looper] unit looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
  19790. 460.08 s [looper] include base-4.20.2.0-fafd
  19791. 460.08 s [looper] include looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19792. 460.08 s [looper] include opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19793. 460.08 s [looper] include opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  19794. 460.08 s [looper] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19795. 460.08 s [looper] include unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19796. 460.08 s [looper] Ready component graph:
  19797. 460.08 s [looper] definite looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19798. 460.08 s [looper] depends base-4.20.2.0-fafd
  19799. 460.08 s [looper] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19800. 460.08 s [looper] depends text-2.1.3-34f1
  19801. 460.08 s [looper] depends time-1.12.2-3479
  19802. 460.08 s [looper] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19803. 460.08 s [looper] definite looper-0.4.0.0-r22ANrpaNw7XgwgBjB5hu-looper-test
  19804. 460.08 s [looper] depends base-4.20.2.0-fafd
  19805. 460.08 s [looper] depends looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19806. 460.08 s [looper] depends opt-env-conf-0.15.0.1-ER3QLmj0QnHIDNHPFHuMVD
  19807. 460.08 s [looper] depends opt-env-conf-test-0.0.0.4-FE492FBkd3F2vhd8P84TFs
  19808. 460.08 s [sydtest-persistent-sqlite-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  19809. 460.08 s [sydtest-persistent-sqlite-source] Phase: configurePhase
  19810. 460.15 s [sydtest-persistent-sqlite-source] configureFlags: --verbose --prefix=/nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-persistent-sqlite-0.2.0.3 --with-gcc=gcc --package-db=/build/tmp.4V7uoA9wpX/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  19811. 460.15 s [sydtest-persistent-sqlite-source] Using Parsec parser
  19812. 460.15 s [sydtest-persistent-sqlite-source] Configuring sydtest-persistent-sqlite-0.2.0.3...
  19813. 460.15 s [sydtest-persistent-sqlite-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  19814. 460.15 s [sydtest-persistent-sqlite-source] Dependency monad-logger: using monad-logger-0.3.42
  19815. 460.15 s [sydtest-persistent-sqlite-source] Dependency mtl: using mtl-2.3.1
  19816. 460.15 s [sydtest-persistent-sqlite-source] Dependency persistent: using persistent-2.17.1.0
  19817. 460.15 s [sydtest-persistent-sqlite-source] Dependency persistent-sqlite: using persistent-sqlite-2.13.3.1
  19818. 460.15 s [sydtest-persistent-sqlite-source] Dependency sydtest: using sydtest-0.23.0.1
  19819. 460.15 s [sydtest-persistent-sqlite-source] Dependency sydtest-persistent: using sydtest-persistent-0.1.0.0
  19820. 460.15 s [sydtest-persistent-sqlite-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  19821. 460.15 s [sydtest-persistent-sqlite-source] Dependency persistent: using persistent-2.17.1.0
  19822. 460.15 s [sydtest-persistent-sqlite-source] Dependency sydtest: using sydtest-0.23.0.1
  19823. 460.15 s [sydtest-persistent-sqlite-source] Dependency sydtest-persistent-sqlite: using sydtest-persistent-sqlite-0.2.0.3
  19824. 460.15 s [sydtest-persistent-sqlite-source] Source component graph:
  19825. 460.15 s [sydtest-persistent-sqlite-source] component lib
  19826. 460.15 s [sydtest-persistent-sqlite-source] component test:sydtest-persistent-sqlite-test dependency lib
  19827. 460.15 s [sydtest-persistent-sqlite-source] Configured component graph:
  19828. 460.15 s [sydtest-persistent-sqlite-source] component sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  19829. 460.15 s [sydtest-persistent-sqlite-source] include base-4.20.2.0-fafd
  19830. 460.21 s [sydtest-persistent-sqlite-source] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  19831. 460.22 s [sydtest-persistent-sqlite-source] include mtl-2.3.1-37af
  19832. 460.22 s [sydtest-persistent-sqlite-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  19833. 460.22 s [sydtest-persistent-sqlite-source] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  19834. 460.22 s [sydtest-persistent-sqlite-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19835. 460.22 s [sydtest-persistent-sqlite-source] include sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  19836. 460.22 s [sydtest-persistent-sqlite-source] component sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
  19837. 460.22 s [sydtest-persistent-sqlite-source] include base-4.20.2.0-fafd
  19838. 460.22 s [sydtest-persistent-sqlite-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  19839. 460.22 s [sydtest-persistent-sqlite-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19840. 460.22 s [sydtest-persistent-sqlite-source] include sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  19841. 460.22 s [sydtest-persistent-sqlite-source] Linked component graph:
  19842. 460.22 s [sydtest-persistent-sqlite-source] unit sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  19843. 460.22 s [sydtest-persistent-sqlite-source] include base-4.20.2.0-fafd
  19844. 460.22 s [sydtest-persistent-sqlite-source] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  19845. 460.22 s [sydtest-persistent-sqlite-source] include mtl-2.3.1-37af
  19846. 460.22 s [sydtest-persistent-sqlite-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  19847. 460.22 s [sydtest-persistent-sqlite-source] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  19848. 460.22 s [sydtest-persistent-sqlite-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19849. 460.22 s [sydtest-persistent-sqlite-source] include sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  19850. 460.28 s [sydtest-persistent-sqlite-source] Test.Syd.Persistent.Sqlite=sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf:Test.Syd.Persistent.Sqlite
  19851. 460.28 s [sydtest-persistent-sqlite-source] unit sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
  19852. 460.28 s [sydtest-persistent-sqlite-source] include base-4.20.2.0-fafd
  19853. 460.28 s [sydtest-persistent-sqlite-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  19854. 460.28 s [sydtest-persistent-sqlite-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19855. 460.28 s [genvalidity-sydtest-aeson] Phase: setupCompilerEnvironmentPhase
  19856. 460.28 s [genvalidity-sydtest-aeson] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  19857. 460.28 s [genvalidity-sydtest-aeson] Phase: unpackPhase
  19858. 460.28 s [genvalidity-sydtest-aeson] unpacking source archive /nix/store/qqgmsph8fs4kx6as4h8yva9czmipxwbr-genvalidity-sydtest-aeson-source-1.0.0.1/genvalidity-sydtest-aeson-1.0.0.1.tar.gz
  19859. 460.28 s [genvalidity-sydtest-aeson] source root is genvalidity-sydtest-aeson-1.0.0.1
  19860. 460.28 s [genvalidity-sydtest-aeson] setting SOURCE_DATE_EPOCH to timestamp 1780347987 of file "genvalidity-sydtest-aeson-1.0.0.1/test/Test/Syd/Validity/AesonSpec.hs"
  19861. 460.28 s [genvalidity-sydtest-aeson] warning: file "genvalidity-sydtest-aeson-1.0.0.1/test/Test/Syd/Validity/AesonSpec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  19862. 460.28 s [genvalidity-sydtest-aeson] Phase: patchPhase
  19863. 460.28 s [genvalidity-sydtest-aeson] Phase: compileBuildDriverPhase
  19864. 460.28 s [genvalidity-sydtest-aeson] setupCompileFlags: -package-db=/build/tmp.hRaEWqpl8t/setup-package.conf.d -threaded
  19865. 460.28 s [genvalidity-sydtest-aeson] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.hRaEWqpl8t/Main.o )
  19866. 460.28 s [genvalidity-sydtest-aeson] [2 of 2] Linking Setup
  19867. 460.28 s [genvalidity-sydtest-aeson] Phase: updateAutotoolsGnuConfigScriptsPhase
  19868. 460.28 s [genvalidity-sydtest-aeson] Phase: configurePhase
  19869. 460.28 s [genvalidity-sydtest-aeson] configureFlags: --verbose --prefix=/nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc/share/doc/genvalidity-sydtest-aeson-1.0.0.1 --with-gcc=gcc --package-db=/build/tmp.hRaEWqpl8t/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  19870. 460.28 s [genvalidity-sydtest-aeson] Using Parsec parser
  19871. 460.28 s [genvalidity-sydtest-aeson] Configuring genvalidity-sydtest-aeson-1.0.0.1...
  19872. 460.28 s [ical-recurrence] byDayExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:141)
  19873. 460.28 s [ical-recurrence] byMonthExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:164)
  19874. 460.28 s [ical-recurrence] byMonthDayExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:167)
  19875. 460.28 s [ical-recurrence] byEveryWeekDayExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:177)
  19876. 460.28 s [ical-recurrence] timeOfDayExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:180)
  19877. 460.28 s [ical-recurrence] byHourExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:188)
  19878. 460.28 s [ical-recurrence] byMinuteExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:191)
  19879. 460.28 s [ical-recurrence] bySecondExpand (src/ICal/Recurrence/RecurrenceRule/Util.hs:194)
  19880. 460.28 s [ical-recurrence] expand (src/ICal/Recurrence/RecurrenceRule/Util.hs:197)
  19881. 460.28 s [ical-recurrence] expandM (src/ICal/Recurrence/RecurrenceRule/Util.hs:200)
  19882. 460.28 s [ical-recurrence] expandL (src/ICal/Recurrence/RecurrenceRule/Util.hs:203)
  19883. 460.28 s [ical-recurrence] filterSetPos (src/ICal/Recurrence/RecurrenceRule/Util.hs:206)
  19884. 460.28 s [ical-recurrence] limitBy (src/ICal/Recurrence/RecurrenceRule/Util.hs:215)
  19885. 460.28 s [ical-recurrence] specificWeekDayIndex (src/ICal/Recurrence/RecurrenceRule/Util.hs:222)
  19886. 460.28 s [ical-recurrence] specificYearWeekDayIndex (src/ICal/Recurrence/RecurrenceRule/Util.hs:233)
  19887. 460.28 s [ical-recurrence] daysOfMonth (src/ICal/Recurrence/RecurrenceRule/Util.hs:244)
  19888. 460.28 s [ical-recurrence] numberWeekdays (src/ICal/Recurrence/RecurrenceRule/Util.hs:257)
  19889. 460.28 s [ical-recurrence] count (src/ICal/Recurrence/RecurrenceRule/Util.hs:271)
  19890. 460.28 s [ical-recurrence] 0% ( 0 / 2) in 'ICal.Recurrence.RecurrenceRule.Monthly'
  19891. 460.28 s [ical-recurrence] Missing documentation for:
  19892. 460.28 s [ical-recurrence] Module header
  19893. 460.28 s [ical-recurrence] monthlyDateTimeRecurrence (src/ICal/Recurrence/RecurrenceRule/Monthly.hs:27)
  19894. 460.28 s [ical-recurrence] 0% ( 0 / 2) in 'ICal.Recurrence.RecurrenceRule.Daily'
  19895. 460.28 s [ical-recurrence] Missing documentation for:
  19896. 460.28 s [ical-recurrence] Module header
  19897. 460.28 s [ical-recurrence] dailyDateTimeRecurrence (src/ICal/Recurrence/RecurrenceRule/Daily.hs:24)
  19898. 460.28 s [ical-recurrence] 0% ( 0 / 2) in 'ICal.Recurrence.RecurrenceRule.Weekly'
  19899. 460.28 s [ical-recurrence] Missing documentation for:
  19900. 460.28 s [ical-recurrence] Module header
  19901. 460.28 s [ical-recurrence] weeklyDateTimeRecurrence (src/ICal/Recurrence/RecurrenceRule/Weekly.hs:27)
  19902. 460.28 s [ical-recurrence] 0% ( 0 / 2) in 'ICal.Recurrence.RecurrenceRule.Yearly'
  19903. 460.28 s [ical-recurrence] Missing documentation for:
  19904. 460.28 s [ical-recurrence] Module header
  19905. 460.28 s [ical-recurrence] yearlyDateTimeRecurrence (src/ICal/Recurrence/RecurrenceRule/Yearly.hs:29)
  19906. 460.28 s [ical-recurrence] 0% ( 0 / 3) in 'ICal.Recurrence.RecurrenceRule'
  19907. 460.28 s [ical-recurrence] Missing documentation for:
  19908. 460.28 s [ical-recurrence] Module header
  19909. 460.28 s [ical-recurrence] recurRecurrenceRuleDateTimeStarts (src/ICal/Recurrence/RecurrenceRule.hs:29)
  19910. 460.28 s [ical-recurrence] recurRecurrenceRuleLocalTimes (src/ICal/Recurrence/RecurrenceRule.hs:52)
  19911. 460.28 s [ical-recurrence] Warning: 'from' is out of scope.
  19912. 460.28 s [ical-recurrence] If you qualify the identifier, haddock can try to link it anyway.
  19913. 460.28 s [ical-recurrence] Warning: ICal.Recurrence: Could not find documentation for exported module: ICal.Recurrence
  19914. 460.28 s [ical-recurrence] 21% ( 10 / 46) in 'ICal.Recurrence'
  19915. 460.28 s [ical-recurrence] Missing documentation for:
  19916. 460.28 s [ical-recurrence] HasRecurrence (src/ICal/Recurrence.hs:62)
  19917. 460.28 s [ical-recurrence] recur (src/ICal/Recurrence.hs:85)
  19918. 460.28 s [ical-recurrence] recurRecurrenceRule (src/ICal/Recurrence.hs:161)
  19919. 460.28 s [ical-recurrence] resolveEndOrDurationDate (src/ICal/Recurrence.hs:278)
  19920. 460.28 s [ical-recurrence] removeExceptionDatetimes (src/ICal/Recurrence.hs:262)
  19921. 460.28 s [ical-recurrence] computeNewEnd (src/ICal/Recurrence.hs:301)
  19922. 460.28 s [ical-recurrence] dateExactDuration (src/ICal/Recurrence.hs:340)
  19923. 460.28 s [ical-recurrence] dateTimeExactDuration (src/ICal/Recurrence.hs:344)
  19924. 460.28 s [ical-recurrence] addExactDuration (src/ICal/Recurrence.hs:356)
  19925. 460.28 s [ical-recurrence] resolveLocalTimeR (src/ICal/Recurrence.hs:415)
  19926. 460.28 s [ical-recurrence] unresolveUTCTimeR (src/ICal/Recurrence.hs:465)
  19927. 460.28 s [ical-recurrence] resolveEventOccurrence (src/ICal/Recurrence.hs:365)
  19928. 460.28 s [ical-recurrence] resolveDateTimeStart (src/ICal/Recurrence.hs:396)
  19929. 460.28 s [ical-recurrence] resolveEndDuration (src/ICal/Recurrence.hs:373)
  19930. 460.28 s [ical-recurrence] resolveDateTimeEnd (src/ICal/Recurrence.hs:391)
  19931. 460.28 s [ical-recurrence] resolveDate (src/ICal/Recurrence.hs:401)
  19932. 460.28 s [ical-recurrence] resolveDateTime (src/ICal/Recurrence.hs:404)
  19933. 460.28 s [ical-recurrence] resolveUTCTime (src/ICal/Recurrence.hs:412)
  19934. 460.28 s [ical-recurrence] requireResolutionCtx (src/ICal/Recurrence.hs:525)
  19935. 460.28 s [ical-recurrence] resolveLocalTime' (src/ICal/Recurrence.hs:427)
  19936. 460.28 s [ical-recurrence] resolveLocalTime (src/ICal/Recurrence.hs:420)
  19937. 460.28 s [ical-recurrence] tryToResolveLocalTime (src/ICal/Recurrence.hs:434)
  19938. 460.28 s [ical-recurrence] tryToResolveLocalTime' (src/ICal/Recurrence.hs:442)
  19939. 460.28 s [ical-recurrence] chooseResolutionOffset (src/ICal/Recurrence.hs:450)
  19940. 460.28 s [ical-recurrence] chooseResolutionOffset' (src/ICal/Recurrence.hs:455)
  19941. 460.28 s [ical-recurrence] requireUnresolutionCtx (src/ICal/Recurrence.hs:528)
  19942. 460.28 s [ical-recurrence] unresolveUTCTime' (src/ICal/Recurrence.hs:477)
  19943. 460.28 s [ical-recurrence] unresolveUTCTime (src/ICal/Recurrence.hs:470)
  19944. 460.28 s [ical-recurrence] tryToUnresolveUTCTime (src/ICal/Recurrence.hs:484)
  19945. 460.28 s [ical-recurrence] tryToUnresolveUTCTime' (src/ICal/Recurrence.hs:492)
  19946. 460.28 s [ical-recurrence] chooseUnresolutionOffset (src/ICal/Recurrence.hs:500)
  19947. 460.28 s [looper] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  19948. 460.28 s [looper] depends unliftio-0.2.25.1-IziWjCw0oL2Dyg9gDkqqd5
  19949. 460.28 s [looper] Using Cabal-3.12.1.0 compiled by ghc-9.10
  19950. 460.28 s [looper] Using compiler: ghc-9.10.3
  19951. 460.28 s [looper] Using install prefix:
  19952. 460.28 s [looper] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0
  19953. 460.28 s [looper] Executables installed in:
  19954. 460.28 s [looper] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/bin
  19955. 460.28 s [looper] Libraries installed in:
  19956. 460.28 s [looper] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  19957. 460.28 s [looper] Dynamic Libraries installed in:
  19958. 460.28 s [looper] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  19959. 460.28 s [looper] Private executables installed in:
  19960. 460.28 s [looper] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/looper-0.4.0.0
  19961. 460.28 s [looper] Data files installed in:
  19962. 460.28 s [looper] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/share/x86_64-linux-ghc-9.10.3-a85d/looper-0.4.0.0
  19963. 460.28 s [looper] Documentation installed in:
  19964. 460.28 s [looper] /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc/share/doc/looper-0.4.0.0
  19965. 460.28 s [looper] Configuration files installed in:
  19966. 460.28 s [looper] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/etc
  19967. 460.28 s [looper] No alex found
  19968. 460.28 s [looper] Using ar found on system at:
  19969. 460.28 s [looper] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  19970. 460.28 s [looper] No c2hs found
  19971. 460.28 s [looper] No cpphs found
  19972. 460.28 s [looper] No doctest found
  19973. 460.28 s [looper] Using gcc version 14.3.0 given by user at:
  19974. 460.28 s [looper] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  19975. 460.28 s [looper] Using ghc version 9.10.3 found on system at:
  19976. 460.28 s [looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  19977. 460.28 s [looper] Using ghc-pkg version 9.10.3 found on system at:
  19978. 460.28 s [looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  19979. 460.28 s [looper] No ghcjs found
  19980. 460.28 s [looper] No ghcjs-pkg found
  19981. 460.28 s [looper] No greencard found
  19982. 460.28 s [looper] Using haddock version 2.31.1 found on system at:
  19983. 460.28 s [looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  19984. 460.28 s [looper] No happy found
  19985. 460.28 s [looper] Using haskell-suite found on system at: haskell-suite-dummy-location
  19986. 460.28 s [looper] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  19987. 460.28 s [looper] No hmake found
  19988. 460.28 s [looper] Using hpc version 0.69 found on system at:
  19989. 460.28 s [looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  19990. 460.28 s [looper] Using hsc2hs version 0.68.10 found on system at:
  19991. 460.28 s [looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  19992. 460.28 s [looper] Using hscolour version 1.25 found on system at:
  19993. 460.28 s [looper] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  19994. 460.28 s [looper] No jhc found
  19995. 460.28 s [looper] Using ld found on system at:
  19996. 460.28 s [looper] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  19997. 460.28 s [looper] No pkg-config found
  19998. 460.28 s [looper] Using runghc version 9.10.3 found on system at:
  19999. 460.28 s [looper] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  20000. 460.28 s [looper] Using strip version 2.44 found on system at:
  20001. 460.28 s [looper] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  20002. 460.28 s [looper] Using tar found on system at:
  20003. 460.28 s [looper] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  20004. 460.28 s [looper] No uhc found
  20005. 460.28 s [looper] Phase: buildPhase
  20006. 460.28 s [looper] Preprocessing library for looper-0.4.0.0...
  20007. 460.28 s [looper] Building library for looper-0.4.0.0...
  20008. 460.28 s [looper] [1 of 2] Compiling Looper ( src/Looper.hs, dist/build/Looper.o, dist/build/Looper.dyn_o )
  20009. 460.28 s [looper] [2 of 2] Compiling Paths_looper ( dist/build/autogen/Paths_looper.hs, dist/build/Paths_looper.o, dist/build/Paths_looper.dyn_o )
  20010. 460.28 s [looper] [1 of 2] Compiling Looper ( src/Looper.hs, dist/build/Looper.p_o )
  20011. 460.28 s [sydtest-persistent-sqlite-source] include sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  20012. 460.28 s [sydtest-persistent-sqlite-source] Ready component graph:
  20013. 460.28 s [sydtest-persistent-sqlite-source] definite sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  20014. 460.28 s [sydtest-persistent-sqlite-source] depends base-4.20.2.0-fafd
  20015. 460.28 s [sydtest-persistent-sqlite-source] depends monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  20016. 460.28 s [sydtest-persistent-sqlite-source] depends mtl-2.3.1-37af
  20017. 460.28 s [sydtest-persistent-sqlite-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  20018. 460.28 s [sydtest-persistent-sqlite-source] depends persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  20019. 460.28 s [sydtest-persistent-sqlite-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20020. 460.28 s [sydtest-persistent-sqlite-source] depends sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  20021. 460.28 s [sydtest-persistent-sqlite-source] definite sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
  20022. 460.28 s [sydtest-persistent-sqlite-source] depends base-4.20.2.0-fafd
  20023. 460.28 s [sydtest-persistent-sqlite-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  20024. 460.28 s [sydtest-persistent-sqlite-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20025. 460.28 s [sydtest-persistent-sqlite-source] depends sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  20026. 460.28 s [sydtest-persistent-sqlite-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  20027. 460.28 s [sydtest-persistent-sqlite-source] Using compiler: ghc-9.10.3
  20028. 460.28 s [sydtest-persistent-sqlite-source] Using install prefix:
  20029. 460.28 s [sydtest-persistent-sqlite-source] /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3
  20030. 460.29 s [sydtest-persistent-sqlite-source] Executables installed in:
  20031. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3/bin
  20032. 460.29 s [sydtest-persistent-sqlite-source] Libraries installed in:
  20033. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  20034. 460.29 s [sydtest-persistent-sqlite-source] Dynamic Libraries installed in:
  20035. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  20036. 460.29 s [sydtest-persistent-sqlite-source] Private executables installed in:
  20037. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3/libexec/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-sqlite-0.2.0.3
  20038. 460.29 s [sydtest-persistent-sqlite-source] Data files installed in:
  20039. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3/share/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-sqlite-0.2.0.3
  20040. 460.29 s [sydtest-persistent-sqlite-source] Documentation installed in: /share/doc/sydtest-persistent-sqlite-0.2.0.3
  20041. 460.29 s [sydtest-persistent-sqlite-source] Configuration files installed in:
  20042. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3/etc
  20043. 460.29 s [sydtest-persistent-sqlite-source] No alex found
  20044. 460.29 s [sydtest-persistent-sqlite-source] Using ar found on system at:
  20045. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  20046. 460.29 s [sydtest-persistent-sqlite-source] No c2hs found
  20047. 460.29 s [sydtest-persistent-sqlite-source] No cpphs found
  20048. 460.29 s [sydtest-persistent-sqlite-source] No doctest found
  20049. 460.29 s [sydtest-persistent-sqlite-source] Using gcc version 14.3.0 given by user at:
  20050. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  20051. 460.29 s [sydtest-persistent-sqlite-source] Using ghc version 9.10.3 found on system at:
  20052. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  20053. 460.29 s [sydtest-persistent-sqlite-source] Using ghc-pkg version 9.10.3 found on system at:
  20054. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  20055. 460.29 s [sydtest-persistent-sqlite-source] No ghcjs found
  20056. 460.29 s [sydtest-persistent-sqlite-source] No ghcjs-pkg found
  20057. 460.29 s [sydtest-persistent-sqlite-source] No greencard found
  20058. 460.29 s [sydtest-persistent-sqlite-source] Using haddock version 2.31.1 found on system at:
  20059. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  20060. 460.29 s [sydtest-persistent-sqlite-source] No happy found
  20061. 460.29 s [sydtest-persistent-sqlite-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  20062. 460.29 s [sydtest-persistent-sqlite-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  20063. 460.29 s [sydtest-persistent-sqlite-source] No hmake found
  20064. 460.29 s [sydtest-persistent-sqlite-source] Using hpc version 0.69 found on system at:
  20065. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  20066. 460.29 s [sydtest-persistent-sqlite-source] Using hsc2hs version 0.68.10 found on system at:
  20067. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  20068. 460.29 s [sydtest-persistent-sqlite-source] Using hscolour version 1.25 found on system at:
  20069. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  20070. 460.29 s [sydtest-persistent-sqlite-source] No jhc found
  20071. 460.29 s [sydtest-persistent-sqlite-source] Using ld found on system at:
  20072. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  20073. 460.29 s [sydtest-persistent-sqlite-source] No pkg-config found
  20074. 460.29 s [sydtest-persistent-sqlite-source] Using runghc version 9.10.3 found on system at:
  20075. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  20076. 460.29 s [sydtest-persistent-sqlite-source] Using strip version 2.44 found on system at:
  20077. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  20078. 460.29 s [sydtest-persistent-sqlite-source] Using tar found on system at:
  20079. 460.29 s [sydtest-persistent-sqlite-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  20080. 460.29 s [sydtest-persistent-sqlite-source] No uhc found
  20081. 460.29 s [sydtest-persistent-sqlite-source] Phase: buildPhase
  20082. 460.29 s [sydtest-persistent-sqlite-source] Distribution quality warnings:
  20083. 460.29 s [sydtest-persistent-sqlite-source] [no-description] No 'description' field.
  20084. 460.29 s [sydtest-persistent-sqlite-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  20085. 460.29 s [sydtest-persistent-sqlite-source] - monad-logger
  20086. 460.29 s [sydtest-persistent-sqlite-source] - mtl
  20087. 460.29 s [sydtest-persistent-sqlite-source] - persistent
  20088. 460.29 s [sydtest-persistent-sqlite-source] - persistent-sqlite
  20089. 460.29 s [sydtest-persistent-sqlite-source] - sydtest
  20090. 460.29 s [sydtest-persistent-sqlite-source] - sydtest-persistent
  20091. 460.29 s [ical-recurrence] chooseUnresolutionOffset' (src/ICal/Recurrence.hs:505)
  20092. 460.29 s [ical-recurrence] runRWithoutZones (src/ICal/Recurrence.hs:515)
  20093. 460.29 s [ical-recurrence] runR (src/ICal/Recurrence.hs:518)
  20094. 460.29 s [ical-recurrence] buildUnresolutionCtx (src/ICal/Recurrence.hs:574)
  20095. 460.29 s [ical-recurrence] requireTimeZoneCtx (src/ICal/Recurrence.hs:533)
  20096. 460.29 s [ical-recurrence] Warning: ICal.Recurrence.Class: could not find link destinations for:
  20097. 460.29 s [ical-recurrence] - ICal.Recurrence.Class.TimeZoneCtx
  20098. 460.29 s [ical-recurrence] - ICal.Recurrence.Class.Rep_ResolvedEvent
  20099. 460.29 s [ical-recurrence] - ICal.Recurrence.Class.Rep_Timestamp
  20100. 460.29 s [ical-recurrence] - ICal.Recurrence.Class.Rep_EventOccurrence
  20101. 460.29 s [ical-recurrence] - ICal.Recurrence.Class.Rep_RecurringEvent
  20102. 460.29 s [ical-recurrence] - ICal.Recurrence.Class.Rep_Recurrence
  20103. 460.29 s [sydtest-persistent-sqlite-source] Please add them. There is more information at https://pvp.haskell.org/
  20104. 460.29 s [sydtest-persistent-sqlite-source] Building source dist for sydtest-persistent-sqlite-0.2.0.3...
  20105. 460.29 s [sydtest-persistent-sqlite-source] Source tarball created: dist/sydtest-persistent-sqlite-0.2.0.3.tar.gz
  20106. 460.29 s [sydtest-persistent-sqlite-source] Phase: checkPhase
  20107. 460.29 s [sydtest-persistent-sqlite-source] Phase: haddockPhase
  20108. 460.29 s [sydtest-persistent-sqlite-source] Phase: installPhase
  20109. 460.29 s [sydtest-persistent-sqlite-source] Phase: fixupPhase
  20110. 460.29 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3
  20111. 460.29 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  20112. 460.29 s [post-build-hook]
  20113. 460.57 s [post-build-hook] Pushing /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3 (3.36 KiB)
  20114. 461.42 s [post-build-hook]
  20115. 461.42 s [post-build-hook] All done.
  20116. 461.44 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3
  20117. 461.50 s [post-build-hook] copying 1 paths...
  20118. 461.50 s [post-build-hook] copying path '/nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3' to 'https://cache.staging.nix-ci.com'...
  20119. 462.02 s [post-build-hook] copying 0 paths...
  20120. 462.07 s Progress: 122 of 142 built (3 building), 815 of 815 downloaded from cache
  20121. 462.15 s Building sydtest-persistent-sqlite
  20122. 462.23 s [looper] [2 of 2] Compiling Paths_looper ( dist/build/autogen/Paths_looper.hs, dist/build/Paths_looper.p_o )
  20123. 462.23 s [genvalidity-sydtest-aeson] Dependency QuickCheck: using QuickCheck-2.15.0.1
  20124. 462.23 s [genvalidity-sydtest-aeson] Dependency aeson: using aeson-2.2.3.0
  20125. 462.23 s [genvalidity-sydtest-aeson] Dependency base >=4.9 && <=5: using base-4.20.2.0
  20126. 462.23 s [genvalidity-sydtest-aeson] Dependency deepseq: using deepseq-1.5.0.0
  20127. 462.23 s [genvalidity-sydtest-aeson] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  20128. 462.23 s [genvalidity-sydtest-aeson] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
  20129. 462.23 s [genvalidity-sydtest-aeson] Dependency sydtest: using sydtest-0.23.0.1
  20130. 462.23 s [genvalidity-sydtest-aeson] Dependency aeson: using aeson-2.2.3.0
  20131. 462.23 s [genvalidity-sydtest-aeson] Dependency base >=4.9 && <=5: using base-4.20.2.0
  20132. 462.23 s [genvalidity-sydtest-aeson] Dependency genvalidity: using genvalidity-1.1.1.0
  20133. 462.23 s [genvalidity-sydtest-aeson] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
  20134. 462.23 s [genvalidity-sydtest-aeson] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
  20135. 462.23 s [genvalidity-sydtest-aeson] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
  20136. 462.23 s [genvalidity-sydtest-aeson] Dependency sydtest: using sydtest-0.23.0.1
  20137. 462.23 s [genvalidity-sydtest-aeson] Dependency text: using text-2.1.3
  20138. 462.23 s [genvalidity-sydtest-aeson] Source component graph:
  20139. 462.23 s [genvalidity-sydtest-aeson] component lib
  20140. 462.23 s [genvalidity-sydtest-aeson] component test:genvalidity-sydtest-aeson-test dependency lib
  20141. 462.23 s [genvalidity-sydtest-aeson] Configured component graph:
  20142. 462.23 s [genvalidity-sydtest-aeson] component genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20143. 462.23 s [genvalidity-sydtest-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20144. 462.23 s [genvalidity-sydtest-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  20145. 462.23 s [genvalidity-sydtest-aeson] include base-4.20.2.0-fafd
  20146. 462.23 s [genvalidity-sydtest-aeson] include deepseq-1.5.0.0-2b65
  20147. 462.23 s [genvalidity-sydtest-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20148. 462.23 s [genvalidity-sydtest-aeson] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  20149. 462.23 s [genvalidity-sydtest-aeson] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20150. 462.23 s [genvalidity-sydtest-aeson] component genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
  20151. 462.23 s [genvalidity-sydtest-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  20152. 462.23 s [genvalidity-sydtest-aeson] include base-4.20.2.0-fafd
  20153. 462.23 s [genvalidity-sydtest-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20154. 462.23 s [genvalidity-sydtest-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  20155. 462.23 s [genvalidity-sydtest-aeson] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20156. 462.24 s [genvalidity-sydtest-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  20157. 462.24 s [genvalidity-sydtest-aeson] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20158. 462.24 s [genvalidity-sydtest-aeson] include text-2.1.3-34f1
  20159. 462.24 s [genvalidity-sydtest-aeson] Linked component graph:
  20160. 462.24 s [genvalidity-sydtest-aeson] unit genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20161. 462.24 s [genvalidity-sydtest-aeson] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20162. 462.24 s [genvalidity-sydtest-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  20163. 462.24 s [genvalidity-sydtest-aeson] include base-4.20.2.0-fafd
  20164. 462.24 s [genvalidity-sydtest-aeson] include deepseq-1.5.0.0-2b65
  20165. 462.24 s [genvalidity-sydtest-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20166. 462.24 s [genvalidity-sydtest-aeson] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  20167. 462.24 s [genvalidity-sydtest-aeson] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20168. 462.24 s [genvalidity-sydtest-aeson] Test.Syd.Validity.Aeson=genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ:Test.Syd.Validity.Aeson
  20169. 462.24 s [genvalidity-sydtest-aeson] unit genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
  20170. 462.24 s [genvalidity-sydtest-aeson] include aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  20171. 462.24 s [genvalidity-sydtest-aeson] include base-4.20.2.0-fafd
  20172. 462.24 s [genvalidity-sydtest-aeson] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20173. 462.24 s [genvalidity-sydtest-aeson] include genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  20174. 462.24 s [genvalidity-sydtest-aeson] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20175. 462.24 s [genvalidity-sydtest-aeson] include genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  20176. 462.24 s [genvalidity-sydtest-aeson] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20177. 462.24 s [genvalidity-sydtest-aeson] include text-2.1.3-34f1
  20178. 462.24 s [genvalidity-sydtest-aeson] Ready component graph:
  20179. 462.24 s [genvalidity-sydtest-aeson] definite genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20180. 462.24 s [genvalidity-sydtest-aeson] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20181. 462.24 s [genvalidity-sydtest-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  20182. 462.24 s [genvalidity-sydtest-aeson] depends base-4.20.2.0-fafd
  20183. 462.24 s [genvalidity-sydtest-aeson] depends deepseq-1.5.0.0-2b65
  20184. 462.24 s [genvalidity-sydtest-aeson] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20185. 462.24 s [genvalidity-sydtest-aeson] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  20186. 462.24 s [genvalidity-sydtest-aeson] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20187. 462.24 s [genvalidity-sydtest-aeson] definite genvalidity-sydtest-aeson-1.0.0.1-IZSQblywbiF4seKi8wmlJA-genvalidity-sydtest-aeson-test
  20188. 462.24 s [genvalidity-sydtest-aeson] depends aeson-2.2.3.0-GACsw3gYAEK7z2Ao2GG7Yw
  20189. 462.24 s [genvalidity-sydtest-aeson] depends base-4.20.2.0-fafd
  20190. 462.24 s [genvalidity-sydtest-aeson] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20191. 462.24 s [genvalidity-sydtest-aeson] depends genvalidity-aeson-1.1.0.0-1m5Wt7jjBXCFgeFh00kbvc
  20192. 462.24 s [genvalidity-sydtest-aeson] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20193. 462.24 s [genvalidity-sydtest-aeson] depends genvalidity-text-1.0.0.1-LsHhHwFff0ecnc5dvBYAF
  20194. 462.24 s [genvalidity-sydtest-aeson] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20195. 462.24 s [genvalidity-sydtest-aeson] depends text-2.1.3-34f1
  20196. 462.24 s [genvalidity-sydtest-aeson] Using Cabal-3.12.1.0 compiled by ghc-9.10
  20197. 462.24 s [genvalidity-sydtest-aeson] Using compiler: ghc-9.10.3
  20198. 462.24 s [genvalidity-sydtest-aeson] Using install prefix:
  20199. 462.24 s [genvalidity-sydtest-aeson] /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1
  20200. 462.24 s [genvalidity-sydtest-aeson] Executables installed in:
  20201. 462.24 s [genvalidity-sydtest-aeson] /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1/bin
  20202. 462.24 s [genvalidity-sydtest-aeson] Libraries installed in:
  20203. 462.24 s [genvalidity-sydtest-aeson] /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20204. 462.24 s [genvalidity-sydtest-aeson] Dynamic Libraries installed in:
  20205. 462.24 s [genvalidity-sydtest-aeson] /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  20206. 462.24 s [genvalidity-sydtest-aeson] Private executables installed in:
  20207. 462.24 s [genvalidity-sydtest-aeson] /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-aeson-1.0.0.1
  20208. 462.24 s [genvalidity-sydtest-aeson] Data files installed in:
  20209. 462.24 s [genvalidity-sydtest-aeson] /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-aeson-1.0.0.1
  20210. 462.24 s [genvalidity-sydtest-aeson] Documentation installed in:
  20211. 462.24 s [genvalidity-sydtest-aeson] /nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc/share/doc/genvalidity-sydtest-aeson-1.0.0.1
  20212. 462.24 s [genvalidity-sydtest-aeson] Configuration files installed in:
  20213. 462.24 s [genvalidity-sydtest-aeson] /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1/etc
  20214. 462.24 s [genvalidity-sydtest-aeson] No alex found
  20215. 462.24 s [genvalidity-sydtest-aeson] Using ar found on system at:
  20216. 462.24 s [genvalidity-sydtest-aeson] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  20217. 462.24 s [genvalidity-sydtest-aeson] No c2hs found
  20218. 462.24 s [genvalidity-sydtest-aeson] No cpphs found
  20219. 462.24 s [genvalidity-sydtest-aeson] No doctest found
  20220. 462.24 s [genvalidity-sydtest-aeson] Using gcc version 14.3.0 given by user at:
  20221. 462.24 s [genvalidity-sydtest-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  20222. 462.24 s [genvalidity-sydtest-aeson] Using ghc version 9.10.3 found on system at:
  20223. 462.24 s [genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  20224. 462.24 s [genvalidity-sydtest-aeson] Using ghc-pkg version 9.10.3 found on system at:
  20225. 462.24 s [genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  20226. 462.24 s [genvalidity-sydtest-aeson] No ghcjs found
  20227. 462.24 s [genvalidity-sydtest-aeson] No ghcjs-pkg found
  20228. 462.24 s [genvalidity-sydtest-aeson] No greencard found
  20229. 462.24 s [genvalidity-sydtest-aeson] Using haddock version 2.31.1 found on system at:
  20230. 462.24 s [genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  20231. 462.24 s [genvalidity-sydtest-aeson] No happy found
  20232. 462.24 s [genvalidity-sydtest-aeson] Using haskell-suite found on system at: haskell-suite-dummy-location
  20233. 462.24 s [genvalidity-sydtest-aeson] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  20234. 462.24 s [genvalidity-sydtest-aeson] No hmake found
  20235. 462.24 s [genvalidity-sydtest-aeson] Using hpc version 0.69 found on system at:
  20236. 462.24 s [genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  20237. 462.24 s [genvalidity-sydtest-aeson] Using hsc2hs version 0.68.10 found on system at:
  20238. 462.24 s [genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  20239. 462.24 s [genvalidity-sydtest-aeson] Using hscolour version 1.25 found on system at:
  20240. 462.24 s [genvalidity-sydtest-aeson] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  20241. 462.24 s [genvalidity-sydtest-aeson] No jhc found
  20242. 462.24 s [genvalidity-sydtest-aeson] Using ld found on system at:
  20243. 462.24 s [genvalidity-sydtest-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  20244. 462.24 s [genvalidity-sydtest-aeson] No pkg-config found
  20245. 462.24 s [genvalidity-sydtest-aeson] Using runghc version 9.10.3 found on system at:
  20246. 462.24 s [genvalidity-sydtest-aeson] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  20247. 462.24 s [genvalidity-sydtest-aeson] Using strip version 2.44 found on system at:
  20248. 462.24 s [genvalidity-sydtest-aeson] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  20249. 462.24 s [genvalidity-sydtest-aeson] Using tar found on system at:
  20250. 462.24 s [genvalidity-sydtest-aeson] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  20251. 462.24 s [genvalidity-sydtest-aeson] No uhc found
  20252. 462.24 s [genvalidity-sydtest-aeson] Phase: buildPhase
  20253. 462.24 s [genvalidity-sydtest-aeson] Preprocessing library for genvalidity-sydtest-aeson-1.0.0.1...
  20254. 462.24 s [genvalidity-sydtest-aeson] Building library for genvalidity-sydtest-aeson-1.0.0.1...
  20255. 462.24 s [genvalidity-sydtest-aeson] [1 of 2] Compiling Paths_genvalidity_sydtest_aeson ( dist/build/autogen/Paths_genvalidity_sydtest_aeson.hs, dist/build/Paths_genvalidity_sydtest_aeson.o, dist/build/Paths_genvalidity_sydtest_aeson.dyn_o )
  20256. 462.24 s [genvalidity-sydtest-aeson] [2 of 2] Compiling Test.Syd.Validity.Aeson ( src/Test/Syd/Validity/Aeson.hs, dist/build/Test/Syd/Validity/Aeson.o, dist/build/Test/Syd/Validity/Aeson.dyn_o )
  20257. 462.24 s [genvalidity-sydtest-aeson] [1 of 2] Compiling Paths_genvalidity_sydtest_aeson ( dist/build/autogen/Paths_genvalidity_sydtest_aeson.hs, dist/build/Paths_genvalidity_sydtest_aeson.p_o )
  20258. 462.24 s [genvalidity-sydtest-aeson] [2 of 2] Compiling Test.Syd.Validity.Aeson ( src/Test/Syd/Validity/Aeson.hs, dist/build/Test/Syd/Validity/Aeson.p_o )
  20259. 462.33 s [looper] Preprocessing test suite 'looper-test' for looper-0.4.0.0...
  20260. 462.33 s [looper] Building test suite 'looper-test' for looper-0.4.0.0...
  20261. 462.70 s [looper] [1 of 3] Compiling LooperSpec ( test/LooperSpec.hs, dist/build/looper-test/looper-test-tmp/LooperSpec.o )
  20262. 462.98 s [sydtest-persistent-sqlite] Phase: setupCompilerEnvironmentPhase
  20263. 462.98 s [sydtest-persistent-sqlite] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  20264. 463.01 s [looper] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/looper-test/looper-test-tmp/Main.o )
  20265. 463.05 s [looper] [3 of 3] Compiling Paths_looper ( dist/build/looper-test/autogen/Paths_looper.hs, dist/build/looper-test/looper-test-tmp/Paths_looper.o )
  20266. 463.16 s [ical-recurrence] Documentation created: dist/doc/html/ical-recurrence/,
  20267. 463.16 s [ical-recurrence] dist/doc/html/ical-recurrence/ical-recurrence.txt
  20268. 463.32 s [ical-recurrence] Phase: installPhase
  20269. 463.37 s [looper] [4 of 4] Linking dist/build/looper-test/looper-test
  20270. 463.37 s [ical-recurrence] Installing library in /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/ical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R
  20271. 463.51 s [sydtest-persistent-sqlite] Phase: unpackPhase
  20272. 463.51 s [sydtest-persistent-sqlite] unpacking source archive /nix/store/1xxnp23nq6lbdkk6czhgrpss6qg56sbf-sydtest-persistent-sqlite-source-0.2.0.3/sydtest-persistent-sqlite-0.2.0.3.tar.gz
  20273. 463.52 s [sydtest-persistent-sqlite] source root is sydtest-persistent-sqlite-0.2.0.3
  20274. 463.52 s [sydtest-persistent-sqlite] setting SOURCE_DATE_EPOCH to timestamp 1780347992 of file "sydtest-persistent-sqlite-0.2.0.3/test/Test/Syd/Persistent/SqliteSpec.hs"
  20275. 463.53 s [sydtest-persistent-sqlite] warning: file "sydtest-persistent-sqlite-0.2.0.3/test/Test/Syd/Persistent/SqliteSpec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  20276. 463.53 s [sydtest-persistent-sqlite] Phase: patchPhase
  20277. 463.54 s [sydtest-persistent-sqlite] Phase: compileBuildDriverPhase
  20278. 463.54 s [sydtest-persistent-sqlite] setupCompileFlags: -package-db=/build/tmp.jtRDJSkXbc/setup-package.conf.d -threaded
  20279. 463.60 s [sydtest-persistent-sqlite] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.jtRDJSkXbc/Main.o )
  20280. 463.64 s [sydtest-persistent-sqlite] [2 of 2] Linking Setup
  20281. 463.65 s [ical-recurrence] Phase: fixupPhase
  20282. 463.67 s [ical-recurrence] shrinking RPATHs of ELF executables and libraries in /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0
  20283. 463.68 s [ical-recurrence] shrinking /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSical-recurrence-0.0.0.0-LUsDPQv2og07vGaDeaH18R-ghc9.10.3.so
  20284. 463.69 s [ical-recurrence] checking for references to /build/ in /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0...
  20285. 463.70 s [genvalidity-sydtest-aeson] Preprocessing test suite 'genvalidity-sydtest-aeson-test' for genvalidity-sydtest-aeson-1.0.0.1...
  20286. 463.70 s [genvalidity-sydtest-aeson] Building test suite 'genvalidity-sydtest-aeson-test' for genvalidity-sydtest-aeson-1.0.0.1...
  20287. 463.71 s [ical-recurrence] patching script interpreter paths in /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0
  20288. 463.72 s [ical-recurrence] stripping (with command strip and flags -S -p) in /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/lib
  20289. 463.81 s [ical-recurrence] shrinking RPATHs of ELF executables and libraries in /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc
  20290. 463.82 s [genvalidity-sydtest-aeson] [1 of 3] Compiling Paths_genvalidity_sydtest_aeson ( dist/build/genvalidity-sydtest-aeson-test/autogen/Paths_genvalidity_sydtest_aeson.hs, dist/build/genvalidity-sydtest-aeson-test/genvalidity-sydtest-aeson-test-tmp/Paths_genvalidity_sydtest_aeson.o )
  20291. 463.82 s [ical-recurrence] checking for references to /build/ in /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc...
  20292. 463.84 s [ical-recurrence] patching script interpreter paths in /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc
  20293. 463.91 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0
  20294. 464.30 s [post-build-hook] Pushing 2 paths (116 are already present) using zstd to cache smos ⏳
  20295. 464.30 s [post-build-hook]
  20296. 464.66 s [post-build-hook] Pushing /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0 (6.80 MiB)
  20297. 464.74 s [post-build-hook] Pushing /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc (1.56 MiB)
  20298. 466.29 s [post-build-hook]
  20299. 466.29 s [post-build-hook] All done.
  20300. 466.32 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/0m1ws76r84gn0xii5f6khck8lkx8n242-ical-recurrence-0.0.0.0-doc /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0
  20301. 466.38 s [post-build-hook] copying 0 paths...
  20302. 466.50 s [post-build-hook] copying 0 paths...
  20303. 466.56 s Progress: 123 of 142 built (3 building), 815 of 815 downloaded from cache
  20304. 466.57 s [looper] Phase: checkPhase
  20305. 466.57 s [looper] Running 1 test suites...
  20306. 466.57 s [looper] Test suite looper-test: RUNNING...
  20307. 466.57 s [genvalidity-sydtest-aeson] [2 of 3] Compiling Test.Syd.Validity.AesonSpec ( test/Test/Syd/Validity/AesonSpec.hs, dist/build/genvalidity-sydtest-aeson-test/genvalidity-sydtest-aeson-test-tmp/Test/Syd/Validity/AesonSpec.o )
  20308. 466.57 s [genvalidity-sydtest-aeson] [3 of 3] Compiling Main ( test/Spec.hs, dist/build/genvalidity-sydtest-aeson-test/genvalidity-sydtest-aeson-test-tmp/Main.o )
  20309. 466.57 s [genvalidity-sydtest-aeson] [4 of 4] Linking dist/build/genvalidity-sydtest-aeson-test/genvalidity-sydtest-aeson-test
  20310. 466.57 s [genvalidity-sydtest-aeson] Phase: checkPhase
  20311. 466.57 s [genvalidity-sydtest-aeson] Running 1 test suites...
  20312. 466.57 s [genvalidity-sydtest-aeson] Test suite genvalidity-sydtest-aeson-test: RUNNING...
  20313. 466.57 s [genvalidity-sydtest-aeson] Tests:
  20314. 466.57 s [genvalidity-sydtest-aeson]
  20315. 466.57 s [genvalidity-sydtest-aeson] Test.Syd.Validity.AesonSpec
  20316. 466.57 s [genvalidity-sydtest-aeson] JSON (Ratio Integer) (valid)
  20317. 466.57 s [genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String (Ratio Integer)
  20318. 466.57 s [genvalidity-sydtest-aeson] ensures that encode and decode are inverses for "valid (Ratio Integer)"'s 5.51 ms
  20319. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20320. 466.57 s [genvalidity-sydtest-aeson] encode :: (Ratio Integer) -> Data.ByteString.Lazy.ByteString
  20321. 466.57 s [genvalidity-sydtest-aeson] never fails to encode a "valid (Ratio Integer)" 4.63 ms
  20322. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20323. 466.57 s [genvalidity-sydtest-aeson] JSON ForShow (valid)
  20324. 466.57 s [genvalidity-sydtest-aeson] encode :: ForShow -> Data.ByteString.Lazy.ByteString
  20325. 466.57 s [genvalidity-sydtest-aeson] never fails to encode a "valid ForShow" 5.04 ms
  20326. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20327. 466.57 s [genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String ForShow
  20328. 466.57 s [genvalidity-sydtest-aeson] ensures that encode and decode are inverses for "valid ForShow"'s 5.36 ms
  20329. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20330. 466.57 s [genvalidity-sydtest-aeson] JSON Value (valid)
  20331. 466.57 s [genvalidity-sydtest-aeson] encode :: Value -> Data.ByteString.Lazy.ByteString
  20332. 466.57 s [genvalidity-sydtest-aeson] never fails to encode a "valid Value" 5.07 ms
  20333. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20334. 466.57 s [genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Value
  20335. 466.57 s [genvalidity-sydtest-aeson] ensures that encode and decode are inverses for "valid Value"'s 6.97 ms
  20336. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20337. 466.57 s [genvalidity-sydtest-aeson] JSON [Char] (sequence of 'a's)
  20338. 466.57 s [genvalidity-sydtest-aeson] encode :: [Char] -> Data.ByteString.Lazy.ByteString
  20339. 466.57 s [genvalidity-sydtest-aeson] never fails to encode a "sequence of 'a's [Char]" 5.41 ms
  20340. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20341. 466.57 s [genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String [Char]
  20342. 466.57 s [genvalidity-sydtest-aeson] ensures that encode and decode are inverses for "sequence of 'a's [Char]"'s 5.20 ms
  20343. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20344. 466.57 s [genvalidity-sydtest-aeson] JSON Int (valid)
  20345. 466.57 s [genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Int
  20346. 466.57 s [genvalidity-sydtest-aeson] ensures that encode and decode are inverses for "valid Int"'s 4.34 ms
  20347. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20348. 466.57 s [genvalidity-sydtest-aeson] encode :: Int -> Data.ByteString.Lazy.ByteString
  20349. 466.57 s [genvalidity-sydtest-aeson] never fails to encode a "valid Int" 4.16 ms
  20350. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20351. 466.57 s [genvalidity-sydtest-aeson] JSON Int (arbitrary)
  20352. 466.57 s [genvalidity-sydtest-aeson] decode :: Data.ByteString.Lazy.ByteString -> Either String Int
  20353. 466.57 s [genvalidity-sydtest-aeson] ensures that encode and decode are inverses for "arbitrary Int"'s 4.24 ms
  20354. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20355. 466.57 s [genvalidity-sydtest-aeson] encode :: Int -> Data.ByteString.Lazy.ByteString
  20356. 466.57 s [genvalidity-sydtest-aeson] never fails to encode a "arbitrary Int" 1.99 ms
  20357. 466.57 s [genvalidity-sydtest-aeson] passed for all of 100 inputs.
  20358. 466.57 s [genvalidity-sydtest-aeson]
  20359. 466.57 s [genvalidity-sydtest-aeson] Examples: 1200
  20360. 466.57 s [genvalidity-sydtest-aeson] Passed: 12
  20361. 466.57 s [genvalidity-sydtest-aeson] Failed: 0
  20362. 466.57 s [genvalidity-sydtest-aeson] Sum of test runtimes: 0.06 seconds
  20363. 466.57 s [genvalidity-sydtest-aeson] Test suite took: 0.01 seconds
  20364. 466.57 s [genvalidity-sydtest-aeson]
  20365. 466.57 s [genvalidity-sydtest-aeson] Test suite genvalidity-sydtest-aeson-test: PASS
  20366. 466.57 s [genvalidity-sydtest-aeson] Test suite logged to:
  20367. 466.57 s [sydtest-persistent-sqlite] Phase: updateAutotoolsGnuConfigScriptsPhase
  20368. 466.57 s [sydtest-persistent-sqlite] Phase: configurePhase
  20369. 466.57 s [sydtest-persistent-sqlite] configureFlags: --verbose --prefix=/nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/q5wlvk3aafl429fpydy0zmky5qhsnmcx-sydtest-persistent-sqlite-0.2.0.3-doc/share/doc/sydtest-persistent-sqlite-0.2.0.3 --with-gcc=gcc --package-db=/build/tmp.jtRDJSkXbc/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  20370. 466.57 s [sydtest-persistent-sqlite] Using Parsec parser
  20371. 466.57 s [sydtest-persistent-sqlite] Configuring sydtest-persistent-sqlite-0.2.0.3...
  20372. 466.57 s [sydtest-persistent-sqlite] Dependency base >=4.7 && <5: using base-4.20.2.0
  20373. 466.57 s [sydtest-persistent-sqlite] Dependency monad-logger: using monad-logger-0.3.42
  20374. 466.57 s [sydtest-persistent-sqlite] Dependency mtl: using mtl-2.3.1
  20375. 466.57 s [sydtest-persistent-sqlite] Dependency persistent: using persistent-2.17.1.0
  20376. 466.57 s [sydtest-persistent-sqlite] Dependency persistent-sqlite: using persistent-sqlite-2.13.3.1
  20377. 466.57 s [sydtest-persistent-sqlite] Dependency sydtest: using sydtest-0.23.0.1
  20378. 466.57 s [sydtest-persistent-sqlite] Dependency sydtest-persistent: using sydtest-persistent-0.1.0.0
  20379. 466.57 s [sydtest-persistent-sqlite] Dependency base >=4.7 && <5: using base-4.20.2.0
  20380. 466.57 s [sydtest-persistent-sqlite] Dependency persistent: using persistent-2.17.1.0
  20381. 466.57 s [sydtest-persistent-sqlite] Dependency sydtest: using sydtest-0.23.0.1
  20382. 466.57 s [sydtest-persistent-sqlite] Dependency sydtest-persistent-sqlite: using sydtest-persistent-sqlite-0.2.0.3
  20383. 466.57 s [sydtest-persistent-sqlite] Source component graph:
  20384. 466.57 s [sydtest-persistent-sqlite] component lib
  20385. 466.57 s [sydtest-persistent-sqlite] component test:sydtest-persistent-sqlite-test dependency lib
  20386. 466.57 s [sydtest-persistent-sqlite] Configured component graph:
  20387. 466.57 s [sydtest-persistent-sqlite] component sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  20388. 466.57 s [sydtest-persistent-sqlite] include base-4.20.2.0-fafd
  20389. 466.57 s [sydtest-persistent-sqlite] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  20390. 466.57 s [sydtest-persistent-sqlite] include mtl-2.3.1-37af
  20391. 466.57 s [sydtest-persistent-sqlite] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  20392. 466.57 s [sydtest-persistent-sqlite] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  20393. 466.57 s [sydtest-persistent-sqlite] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20394. 466.57 s [sydtest-persistent-sqlite] include sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  20395. 466.57 s [sydtest-persistent-sqlite] component sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
  20396. 466.57 s [sydtest-persistent-sqlite] include base-4.20.2.0-fafd
  20397. 466.57 s [sydtest-persistent-sqlite] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  20398. 466.57 s [sydtest-persistent-sqlite] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20399. 466.57 s [sydtest-persistent-sqlite] include sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  20400. 466.57 s [sydtest-persistent-sqlite] Linked component graph:
  20401. 466.57 s [sydtest-persistent-sqlite] unit sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  20402. 466.57 s [sydtest-persistent-sqlite] include base-4.20.2.0-fafd
  20403. 466.57 s [sydtest-persistent-sqlite] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  20404. 466.57 s [sydtest-persistent-sqlite] include mtl-2.3.1-37af
  20405. 466.57 s [sydtest-persistent-sqlite] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  20406. 466.57 s [sydtest-persistent-sqlite] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  20407. 466.57 s [sydtest-persistent-sqlite] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20408. 466.57 s [sydtest-persistent-sqlite] include sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  20409. 466.57 s [sydtest-persistent-sqlite] Test.Syd.Persistent.Sqlite=sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf:Test.Syd.Persistent.Sqlite
  20410. 466.57 s [sydtest-persistent-sqlite] unit sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
  20411. 466.57 s [sydtest-persistent-sqlite] include base-4.20.2.0-fafd
  20412. 466.57 s [sydtest-persistent-sqlite] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  20413. 466.57 s [genvalidity-sydtest-aeson] dist/test/genvalidity-sydtest-aeson-1.0.0.1-genvalidity-sydtest-aeson-test.log
  20414. 466.57 s [genvalidity-sydtest-aeson] 1 of 1 test suites (1 of 1 test cases) passed.
  20415. 466.57 s [genvalidity-sydtest-aeson] Phase: haddockPhase
  20416. 466.57 s [genvalidity-sydtest-aeson] Preprocessing library for genvalidity-sydtest-aeson-1.0.0.1...
  20417. 466.57 s [genvalidity-sydtest-aeson] Running Haddock on library for genvalidity-sydtest-aeson-1.0.0.1...
  20418. 466.57 s [genvalidity-sydtest-aeson] Warning: The documentation for the following packages are not installed. No
  20419. 466.57 s [genvalidity-sydtest-aeson] links will be generated to these packages: attoparsec-0.14.4,
  20420. 466.57 s [genvalidity-sydtest-aeson] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
  20421. 466.57 s [genvalidity-sydtest-aeson] [1 of 2] Compiling Paths_genvalidity_sydtest_aeson ( dist/build/autogen/Paths_genvalidity_sydtest_aeson.hs, nothing )
  20422. 466.57 s [genvalidity-sydtest-aeson] [2 of 2] Compiling Test.Syd.Validity.Aeson ( src/Test/Syd/Validity/Aeson.hs, nothing )
  20423. 466.57 s [sydtest-persistent-sqlite] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20424. 466.57 s [sydtest-persistent-sqlite] include sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  20425. 466.57 s [sydtest-persistent-sqlite] Ready component graph:
  20426. 466.57 s [sydtest-persistent-sqlite] definite sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  20427. 466.57 s [sydtest-persistent-sqlite] depends base-4.20.2.0-fafd
  20428. 466.57 s [sydtest-persistent-sqlite] depends monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  20429. 466.57 s [sydtest-persistent-sqlite] depends mtl-2.3.1-37af
  20430. 466.57 s [sydtest-persistent-sqlite] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  20431. 466.57 s [sydtest-persistent-sqlite] depends persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  20432. 466.57 s [sydtest-persistent-sqlite] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20433. 466.57 s [sydtest-persistent-sqlite] depends sydtest-persistent-0.1.0.0-KyxUVQDo4O0HBVozY6E3U
  20434. 466.57 s [sydtest-persistent-sqlite] definite sydtest-persistent-sqlite-0.2.0.3-9dsFJh8qBB495Id6ITzLYw-sydtest-persistent-sqlite-test
  20435. 466.57 s [sydtest-persistent-sqlite] depends base-4.20.2.0-fafd
  20436. 466.57 s [sydtest-persistent-sqlite] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  20437. 466.57 s [sydtest-persistent-sqlite] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20438. 466.57 s [sydtest-persistent-sqlite] depends sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  20439. 466.57 s [sydtest-persistent-sqlite] Using Cabal-3.12.1.0 compiled by ghc-9.10
  20440. 466.57 s [sydtest-persistent-sqlite] Using compiler: ghc-9.10.3
  20441. 466.57 s [sydtest-persistent-sqlite] Using install prefix:
  20442. 466.57 s [sydtest-persistent-sqlite] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3
  20443. 466.57 s [sydtest-persistent-sqlite] Executables installed in:
  20444. 466.57 s [sydtest-persistent-sqlite] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/bin
  20445. 466.57 s [sydtest-persistent-sqlite] Libraries installed in:
  20446. 466.57 s [sydtest-persistent-sqlite] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  20447. 466.57 s [sydtest-persistent-sqlite] Dynamic Libraries installed in:
  20448. 466.57 s [sydtest-persistent-sqlite] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  20449. 466.57 s [sydtest-persistent-sqlite] Private executables installed in:
  20450. 466.57 s [sydtest-persistent-sqlite] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/libexec/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-sqlite-0.2.0.3
  20451. 466.57 s [sydtest-persistent-sqlite] Data files installed in:
  20452. 466.57 s [sydtest-persistent-sqlite] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/share/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-sqlite-0.2.0.3
  20453. 466.57 s [sydtest-persistent-sqlite] Documentation installed in:
  20454. 466.57 s [sydtest-persistent-sqlite] /nix/store/q5wlvk3aafl429fpydy0zmky5qhsnmcx-sydtest-persistent-sqlite-0.2.0.3-doc/share/doc/sydtest-persistent-sqlite-0.2.0.3
  20455. 466.57 s [sydtest-persistent-sqlite] Configuration files installed in:
  20456. 466.57 s [sydtest-persistent-sqlite] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/etc
  20457. 466.57 s [sydtest-persistent-sqlite] No alex found
  20458. 466.57 s [sydtest-persistent-sqlite] Using ar found on system at:
  20459. 466.57 s [sydtest-persistent-sqlite] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  20460. 466.57 s [sydtest-persistent-sqlite] No c2hs found
  20461. 466.57 s [sydtest-persistent-sqlite] No cpphs found
  20462. 466.57 s [sydtest-persistent-sqlite] No doctest found
  20463. 466.57 s [sydtest-persistent-sqlite] Using gcc version 14.3.0 given by user at:
  20464. 466.57 s [sydtest-persistent-sqlite] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  20465. 466.57 s [sydtest-persistent-sqlite] Using ghc version 9.10.3 found on system at:
  20466. 466.57 s [sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  20467. 466.57 s [sydtest-persistent-sqlite] Using ghc-pkg version 9.10.3 found on system at:
  20468. 466.57 s [sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  20469. 466.57 s [sydtest-persistent-sqlite] No ghcjs found
  20470. 466.57 s [sydtest-persistent-sqlite] No ghcjs-pkg found
  20471. 466.57 s [sydtest-persistent-sqlite] No greencard found
  20472. 466.57 s [sydtest-persistent-sqlite] Using haddock version 2.31.1 found on system at:
  20473. 466.57 s [sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  20474. 466.57 s [sydtest-persistent-sqlite] No happy found
  20475. 466.57 s [sydtest-persistent-sqlite] Using haskell-suite found on system at: haskell-suite-dummy-location
  20476. 466.57 s [sydtest-persistent-sqlite] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  20477. 466.57 s [sydtest-persistent-sqlite] No hmake found
  20478. 466.57 s [sydtest-persistent-sqlite] Using hpc version 0.69 found on system at:
  20479. 466.57 s [sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  20480. 466.57 s [sydtest-persistent-sqlite] Using hsc2hs version 0.68.10 found on system at:
  20481. 466.57 s [sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  20482. 466.57 s [sydtest-persistent-sqlite] Using hscolour version 1.25 found on system at:
  20483. 466.57 s [sydtest-persistent-sqlite] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  20484. 466.57 s [sydtest-persistent-sqlite] No jhc found
  20485. 466.57 s [sydtest-persistent-sqlite] Using ld found on system at:
  20486. 466.57 s [sydtest-persistent-sqlite] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  20487. 466.57 s [sydtest-persistent-sqlite] No pkg-config found
  20488. 466.57 s [sydtest-persistent-sqlite] Using runghc version 9.10.3 found on system at:
  20489. 466.57 s [sydtest-persistent-sqlite] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  20490. 466.57 s [sydtest-persistent-sqlite] Using strip version 2.44 found on system at:
  20491. 466.57 s [sydtest-persistent-sqlite] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  20492. 466.57 s [sydtest-persistent-sqlite] Using tar found on system at:
  20493. 466.57 s [sydtest-persistent-sqlite] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  20494. 466.57 s [sydtest-persistent-sqlite] No uhc found
  20495. 466.57 s [sydtest-persistent-sqlite] Phase: buildPhase
  20496. 466.57 s [sydtest-persistent-sqlite] Preprocessing library for sydtest-persistent-sqlite-0.2.0.3...
  20497. 466.57 s [sydtest-persistent-sqlite] Building library for sydtest-persistent-sqlite-0.2.0.3...
  20498. 466.57 s [sydtest-persistent-sqlite] [1 of 2] Compiling Paths_sydtest_persistent_sqlite ( dist/build/autogen/Paths_sydtest_persistent_sqlite.hs, dist/build/Paths_sydtest_persistent_sqlite.o, dist/build/Paths_sydtest_persistent_sqlite.dyn_o )
  20499. 466.57 s [sydtest-persistent-sqlite] [2 of 2] Compiling Test.Syd.Persistent.Sqlite ( src/Test/Syd/Persistent/Sqlite.hs, dist/build/Test/Syd/Persistent/Sqlite.o, dist/build/Test/Syd/Persistent/Sqlite.dyn_o )
  20500. 466.57 s [sydtest-persistent-sqlite] [1 of 2] Compiling Paths_sydtest_persistent_sqlite ( dist/build/autogen/Paths_sydtest_persistent_sqlite.hs, dist/build/Paths_sydtest_persistent_sqlite.p_o )
  20501. 466.57 s [sydtest-persistent-sqlite] [2 of 2] Compiling Test.Syd.Persistent.Sqlite ( src/Test/Syd/Persistent/Sqlite.hs, dist/build/Test/Syd/Persistent/Sqlite.p_o )
  20502. 466.59 s [genvalidity-sydtest-aeson] Haddock coverage:
  20503. 466.60 s [genvalidity-sydtest-aeson] 100% ( 6 / 6) in 'Test.Syd.Validity.Aeson'
  20504. 468.28 s [looper] Tests:
  20505. 468.36 s [looper]
  20506. 468.36 s [looper] LooperSpec
  20507. 468.36 s [looper] runLoopersRaw
  20508. 468.36 s [looper] runs one looper as intended with a custom overrun hook 3500.98 ms
  20509. 468.36 s [looper] runs one looper as intended with a custom runner 1500.93 ms
  20510. 468.36 s [looper] pass the lint test 0.15 ms
  20511. 468.36 s [looper] produces the same reference documentation as before 0.81 ms
  20512. 468.36 s [looper] runLoopers
  20513. 468.36 s [looper] runs one looper as intended 1501.07 ms
  20514. 468.36 s [looper] runs two loopers as intended 2251.28 ms
  20515. 468.36 s [looper] does not run a looper before its phase 1500.88 ms
  20516. 468.36 s [looper]
  20517. 468.36 s [looper] Passed: 7
  20518. 468.36 s [looper] Failed: 0
  20519. 468.36 s [looper] Sum of test runtimes: 10.26 seconds
  20520. 468.36 s [looper] Test suite took: 3.50 seconds
  20521. 468.36 s [looper]
  20522. 468.36 s [looper] Test suite looper-test: PASS
  20523. 468.36 s [looper] Test suite logged to: dist/test/looper-0.4.0.0-looper-test.log
  20524. 468.36 s [looper] 1 of 1 test suites (1 of 1 test cases) passed.
  20525. 468.36 s [looper] Phase: haddockPhase
  20526. 468.54 s [looper] Preprocessing library for looper-0.4.0.0...
  20527. 468.54 s [looper] Running Haddock on library for looper-0.4.0.0...
  20528. 468.54 s [looper] Warning: The documentation for the following packages are not installed. No
  20529. 468.54 s [looper] links will be generated to these packages: attoparsec-0.14.4,
  20530. 468.54 s [looper] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
  20531. 468.77 s [looper] [1 of 2] Compiling Looper ( src/Looper.hs, nothing )
  20532. 469.17 s [looper] [2 of 2] Compiling Paths_looper ( dist/build/autogen/Paths_looper.hs, nothing )
  20533. 469.18 s [looper] Haddock coverage:
  20534. 469.19 s [looper] Warning: 'LooperDef' is ambiguous. It is defined
  20535. 469.19 s [looper] * at src/Looper.hs:41:20
  20536. 469.19 s [looper] * at src/Looper.hs:41:1
  20537. 469.19 s [looper] You may be able to disambiguate the identifier by qualifying it or
  20538. 469.19 s [looper] by specifying the type/value namespace explicitly.
  20539. 469.19 s [looper] Defaulting to the one defined at src/Looper.hs:41:1
  20540. 469.19 s [looper] 76% ( 13 / 17) in 'Looper'
  20541. 469.19 s [looper] Missing documentation for:
  20542. 469.19 s [looper] Module header
  20543. 469.19 s [looper] parseLooperSettings (src/Looper.hs:88)
  20544. 469.19 s [looper] mkLooperDef (src/Looper.hs:128)
  20545. 469.19 s [looper] runLooperDef (src/Looper.hs:233)
  20546. 469.19 s [sydtest-persistent-sqlite] Preprocessing test suite 'sydtest-persistent-sqlite-test' for sydtest-persistent-sqlite-0.2.0.3...
  20547. 469.19 s [sydtest-persistent-sqlite] Building test suite 'sydtest-persistent-sqlite-test' for sydtest-persistent-sqlite-0.2.0.3...
  20548. 469.31 s [sydtest-persistent-sqlite] [1 of 4] Compiling Paths_sydtest_persistent_sqlite ( dist/build/sydtest-persistent-sqlite-test/autogen/Paths_sydtest_persistent_sqlite.hs, dist/build/sydtest-persistent-sqlite-test/sydtest-persistent-sqlite-test-tmp/Paths_sydtest_persistent_sqlite.o )
  20549. 469.43 s [sydtest-persistent-sqlite] [2 of 4] Compiling Test.Syd.Persistent.Example ( test/Test/Syd/Persistent/Example.hs, dist/build/sydtest-persistent-sqlite-test/sydtest-persistent-sqlite-test-tmp/Test/Syd/Persistent/Example.o )
  20550. 469.46 s [looper] Warning: Looper: could not find link destinations for:
  20551. 469.46 s [looper] - Looper.Rep_LooperSettings
  20552. 469.46 s [looper] - Looper.Rep_LooperDef
  20553. 470.31 s [sydtest-persistent-sqlite] [3 of 4] Compiling Test.Syd.Persistent.SqliteSpec ( test/Test/Syd/Persistent/SqliteSpec.hs, dist/build/sydtest-persistent-sqlite-test/sydtest-persistent-sqlite-test-tmp/Test/Syd/Persistent/SqliteSpec.o )
  20554. 470.50 s [sydtest-persistent-sqlite] [4 of 4] Compiling Main ( test/Spec.hs, dist/build/sydtest-persistent-sqlite-test/sydtest-persistent-sqlite-test-tmp/Main.o )
  20555. 471.04 s [sydtest-persistent-sqlite] [5 of 5] Linking dist/build/sydtest-persistent-sqlite-test/sydtest-persistent-sqlite-test
  20556. 472.26 s [genvalidity-sydtest-aeson] Documentation created: dist/doc/html/genvalidity-sydtest-aeson/,
  20557. 472.26 s [genvalidity-sydtest-aeson] dist/doc/html/genvalidity-sydtest-aeson/genvalidity-sydtest-aeson.txt
  20558. 472.30 s [sydtest-persistent-sqlite] Phase: checkPhase
  20559. 472.32 s [genvalidity-sydtest-aeson] Preprocessing test suite 'genvalidity-sydtest-aeson-test' for genvalidity-sydtest-aeson-1.0.0.1...
  20560. 472.33 s [genvalidity-sydtest-aeson] Phase: installPhase
  20561. 472.42 s [genvalidity-sydtest-aeson] Installing library in /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20562. 472.61 s [genvalidity-sydtest-aeson] Phase: fixupPhase
  20563. 472.63 s [genvalidity-sydtest-aeson] shrinking RPATHs of ELF executables and libraries in /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1
  20564. 472.64 s [genvalidity-sydtest-aeson] shrinking /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ-ghc9.10.3.so
  20565. 472.67 s [sydtest-persistent-sqlite] Running 1 test suites...
  20566. 472.67 s [sydtest-persistent-sqlite] Test suite sydtest-persistent-sqlite-test: RUNNING...
  20567. 472.67 s [genvalidity-sydtest-aeson] checking for references to /build/ in /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1...
  20568. 472.68 s [genvalidity-sydtest-aeson] patching script interpreter paths in /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1
  20569. 472.69 s [genvalidity-sydtest-aeson] stripping (with command strip and flags -S -p) in /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1/lib
  20570. 472.70 s [sydtest-persistent-sqlite] Tests:
  20571. 472.70 s [sydtest-persistent-sqlite]
  20572. 472.70 s [sydtest-persistent-sqlite] Test.Syd.Persistent.SqliteSpec
  20573. 472.70 s [sydtest-persistent-sqlite] persistSqliteSpec
  20574. 472.70 s [sydtest-persistent-sqlite] Golden test for the current migrations 12.83 ms
  20575. 472.70 s [sydtest-persistent-sqlite] Can automatically migrate from the previous database schema 12.79 ms
  20576. 472.70 s [sydtest-persistent-sqlite] can write and read this example person 12.81 ms
  20577. 472.70 s [sydtest-persistent-sqlite] shared data
  20578. 472.70 s [sydtest-persistent-sqlite] can write this example person 12.70 ms
  20579. 472.70 s [sydtest-persistent-sqlite] cannot read anything that has not been written yet 12.78 ms
  20580. 472.70 s [sydtest-persistent-sqlite]
  20581. 472.70 s [sydtest-persistent-sqlite] Passed: 5
  20582. 472.70 s [sydtest-persistent-sqlite] Failed: 0
  20583. 472.70 s [sydtest-persistent-sqlite] Sum of test runtimes: 0.06 seconds
  20584. 472.70 s [sydtest-persistent-sqlite] Test suite took: 0.01 seconds
  20585. 472.70 s [sydtest-persistent-sqlite]
  20586. 472.72 s [genvalidity-sydtest-aeson] shrinking RPATHs of ELF executables and libraries in /nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc
  20587. 472.72 s [genvalidity-sydtest-aeson] checking for references to /build/ in /nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc...
  20588. 472.73 s [genvalidity-sydtest-aeson] patching script interpreter paths in /nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc
  20589. 472.79 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1
  20590. 473.26 s [post-build-hook] Pushing 2 paths (257 are already present) using zstd to cache smos ⏳
  20591. 473.26 s [post-build-hook]
  20592. 473.60 s [post-build-hook] Pushing /nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc (228.38 KiB)
  20593. 473.64 s [post-build-hook] Pushing /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1 (532.90 KiB)
  20594. 474.46 s [post-build-hook]
  20595. 474.46 s [post-build-hook] All done.
  20596. 474.48 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc /nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1
  20597. 474.72 s [post-build-hook] copying 2 paths...
  20598. 474.72 s [post-build-hook] copying path '/nix/store/6jp0sra776v9w3flswx8vd9m62l6sg1q-genvalidity-sydtest-aeson-1.0.0.1-doc' to 'https://cache.staging.nix-ci.com'...
  20599. 474.95 s [post-build-hook] copying path '/nix/store/9j89ns3c44gyvvqrmsf0rcljgjdk2plz-genvalidity-sydtest-aeson-1.0.0.1' to 'https://cache.staging.nix-ci.com'...
  20600. 475.39 s [post-build-hook] copying 0 paths...
  20601. 475.46 s Progress: 124 of 141 built (2 building), 815 of 815 downloaded from cache
  20602. 475.54 s Building genvalidity-dirforest-source
  20603. 475.61 s Building genvalidity-mergeful-source
  20604. 475.61 s [looper] Documentation created: dist/doc/html/looper/, dist/doc/html/looper/looper.txt
  20605. 475.61 s [looper] Preprocessing test suite 'looper-test' for looper-0.4.0.0...
  20606. 475.61 s [looper] Phase: installPhase
  20607. 475.61 s [looper] Installing library in /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/looper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH
  20608. 475.61 s [looper] Phase: fixupPhase
  20609. 475.61 s [looper] shrinking RPATHs of ELF executables and libraries in /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0
  20610. 475.61 s [looper] shrinking /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSlooper-0.4.0.0-AhuHrEUA8LhGbajUYKZhoH-ghc9.10.3.so
  20611. 475.61 s [looper] checking for references to /build/ in /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0...
  20612. 475.61 s [looper] patching script interpreter paths in /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0
  20613. 475.61 s [looper] stripping (with command strip and flags -S -p) in /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/lib
  20614. 475.61 s [looper] shrinking RPATHs of ELF executables and libraries in /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc
  20615. 475.61 s [looper] checking for references to /build/ in /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc...
  20616. 475.61 s [looper] patching script interpreter paths in /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc
  20617. 475.61 s [sydtest-persistent-sqlite] Test suite sydtest-persistent-sqlite-test: PASS
  20618. 475.61 s [sydtest-persistent-sqlite] Test suite logged to:
  20619. 475.61 s [sydtest-persistent-sqlite] dist/test/sydtest-persistent-sqlite-0.2.0.3-sydtest-persistent-sqlite-test.log
  20620. 475.61 s [sydtest-persistent-sqlite] 1 of 1 test suites (1 of 1 test cases) passed.
  20621. 475.61 s [sydtest-persistent-sqlite] Phase: haddockPhase
  20622. 475.61 s [sydtest-persistent-sqlite] Preprocessing library for sydtest-persistent-sqlite-0.2.0.3...
  20623. 475.61 s [sydtest-persistent-sqlite] Running Haddock on library for sydtest-persistent-sqlite-0.2.0.3...
  20624. 475.61 s [sydtest-persistent-sqlite] Warning: The documentation for the following packages are not installed. No
  20625. 475.61 s [sydtest-persistent-sqlite] links will be generated to these packages: attoparsec-0.14.4,
  20626. 475.61 s [sydtest-persistent-sqlite] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
  20627. 475.61 s [sydtest-persistent-sqlite] [1 of 2] Compiling Paths_sydtest_persistent_sqlite ( dist/build/autogen/Paths_sydtest_persistent_sqlite.hs, nothing )
  20628. 475.61 s [sydtest-persistent-sqlite] [2 of 2] Compiling Test.Syd.Persistent.Sqlite ( src/Test/Syd/Persistent/Sqlite.hs, nothing )
  20629. 475.61 s [sydtest-persistent-sqlite] Haddock coverage:
  20630. 475.61 s [sydtest-persistent-sqlite] Warning: 'SetupFunc' is ambiguous. It is defined
  20631. 475.61 s [sydtest-persistent-sqlite] * in ‘Test.Syd.Def.SetupFunc’
  20632. 475.61 s [sydtest-persistent-sqlite] * in ‘Test.Syd.Def.SetupFunc’
  20633. 475.61 s [sydtest-persistent-sqlite] You may be able to disambiguate the identifier by qualifying it or
  20634. 475.61 s [sydtest-persistent-sqlite] by specifying the type/value namespace explicitly.
  20635. 475.61 s [sydtest-persistent-sqlite] Defaulting to the one defined in ‘Test.Syd.Def.SetupFunc’
  20636. 475.61 s [sydtest-persistent-sqlite] 100% ( 8 / 8) in 'Test.Syd.Persistent.Sqlite'
  20637. 475.64 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0
  20638. 476.10 s [post-build-hook] Pushing 2 paths (232 are already present) using zstd to cache smos ⏳
  20639. 476.10 s [post-build-hook]
  20640. 476.45 s [post-build-hook] Pushing /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc (344.78 KiB)
  20641. 476.46 s [post-build-hook] Pushing /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0 (898.86 KiB)
  20642. 477.77 s [post-build-hook]
  20643. 477.77 s [post-build-hook] All done.
  20644. 477.79 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/47ww4g9a4bhvxvybwxr6h6c0ni9zl1r2-looper-0.4.0.0-doc /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0
  20645. 477.86 s [post-build-hook] copying 0 paths...
  20646. 478.06 s [post-build-hook] copying 0 paths...
  20647. 478.14 s Progress: 125 of 141 built (3 building), 815 of 815 downloaded from cache
  20648. 478.14 s [genvalidity-dirforest-source] Phase: setupCompilerEnvironmentPhase
  20649. 478.14 s [genvalidity-dirforest-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  20650. 478.14 s [genvalidity-dirforest-source] Phase: unpackPhase
  20651. 478.14 s [genvalidity-dirforest-source] unpacking source archive /nix/store/2n4p9vzlzrsnm67j2w3jhwvjw1wbps4y-genvalidity-dirforest
  20652. 478.14 s [genvalidity-dirforest-source] source root is genvalidity-dirforest
  20653. 478.14 s [genvalidity-dirforest-source] Phase: patchPhase
  20654. 478.14 s [genvalidity-dirforest-source] Phase: compileBuildDriverPhase
  20655. 478.14 s [genvalidity-dirforest-source] setupCompileFlags: -package-db=/build/tmp.hPPUBMyexb/setup-package.conf.d -threaded
  20656. 478.14 s [genvalidity-dirforest-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.hPPUBMyexb/Main.o )
  20657. 478.14 s [genvalidity-dirforest-source] [2 of 2] Linking Setup
  20658. 478.14 s [genvalidity-dirforest-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  20659. 478.14 s [genvalidity-dirforest-source] Phase: configurePhase
  20660. 478.14 s [genvalidity-dirforest-source] configureFlags: --verbose --prefix=/nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-dirforest-0.1.0.1 --with-gcc=gcc --package-db=/build/tmp.hPPUBMyexb/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  20661. 478.14 s [genvalidity-dirforest-source] Using Parsec parser
  20662. 478.14 s [genvalidity-dirforest-source] Configuring genvalidity-dirforest-0.1.0.1...
  20663. 478.14 s [genvalidity-mergeful-source] Phase: setupCompilerEnvironmentPhase
  20664. 478.14 s [genvalidity-mergeful-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  20665. 478.14 s [genvalidity-mergeful-source] Phase: unpackPhase
  20666. 478.14 s [genvalidity-mergeful-source] unpacking source archive /nix/store/h694x53ms4i8ankyhwqcnn8dy7wjmyin-genvalidity-mergeful
  20667. 478.14 s [genvalidity-mergeful-source] source root is genvalidity-mergeful
  20668. 478.14 s [genvalidity-mergeful-source] Phase: patchPhase
  20669. 478.14 s [genvalidity-mergeful-source] Phase: compileBuildDriverPhase
  20670. 478.14 s [genvalidity-mergeful-source] setupCompileFlags: -package-db=/build/tmp.iKFtGwUomk/setup-package.conf.d -threaded
  20671. 478.14 s [genvalidity-mergeful-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.iKFtGwUomk/Main.o )
  20672. 478.14 s [genvalidity-mergeful-source] [2 of 2] Linking Setup
  20673. 478.14 s [genvalidity-mergeful-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  20674. 478.14 s [genvalidity-mergeful-source] Phase: configurePhase
  20675. 478.14 s [genvalidity-mergeful-source] configureFlags: --verbose --prefix=/nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/genvalidity-mergeful-0.3.0.1 --with-gcc=gcc --package-db=/build/tmp.iKFtGwUomk/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  20676. 478.14 s [genvalidity-mergeful-source] Using Parsec parser
  20677. 478.14 s [genvalidity-mergeful-source] Configuring genvalidity-mergeful-0.3.0.1...
  20678. 478.27 s [genvalidity-dirforest-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  20679. 478.27 s [genvalidity-dirforest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  20680. 478.27 s [genvalidity-dirforest-source] Dependency containers: using containers-0.7
  20681. 478.27 s [genvalidity-dirforest-source] Dependency dirforest: using dirforest-0.1.0.0
  20682. 478.27 s [genvalidity-dirforest-source] Dependency filepath: using filepath-1.5.4.0
  20683. 478.27 s [genvalidity-dirforest-source] Dependency genvalidity >=1.0.0.0: using genvalidity-1.1.1.0
  20684. 478.27 s [genvalidity-dirforest-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  20685. 478.27 s [genvalidity-dirforest-source] Dependency genvalidity-path: using genvalidity-path-1.0.0.1
  20686. 478.27 s [genvalidity-dirforest-source] Dependency path: using path-0.9.6
  20687. 478.27 s [genvalidity-dirforest-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  20688. 478.27 s [genvalidity-dirforest-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  20689. 478.27 s [genvalidity-dirforest-source] Dependency bytestring: using bytestring-0.12.2.0
  20690. 478.27 s [genvalidity-dirforest-source] Dependency containers: using containers-0.7
  20691. 478.27 s [genvalidity-dirforest-source] Dependency dirforest: using dirforest-0.1.0.0
  20692. 478.27 s [genvalidity-dirforest-source] Dependency filepath: using filepath-1.5.4.0
  20693. 478.27 s [genvalidity-dirforest-source] Dependency genvalidity-bytestring: using genvalidity-bytestring-1.0.0.1
  20694. 478.27 s [genvalidity-dirforest-source] Dependency genvalidity-dirforest: using genvalidity-dirforest-0.1.0.1
  20695. 478.27 s [genvalidity-dirforest-source] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
  20696. 478.27 s [genvalidity-dirforest-source] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
  20697. 478.27 s [genvalidity-dirforest-source] Dependency path: using path-0.9.6
  20698. 478.27 s [genvalidity-dirforest-source] Dependency path-io: using path-io-1.8.2
  20699. 478.27 s [genvalidity-dirforest-source] Dependency sydtest: using sydtest-0.23.0.1
  20700. 478.27 s [genvalidity-dirforest-source] Source component graph:
  20701. 478.27 s [genvalidity-dirforest-source] component lib
  20702. 478.27 s [genvalidity-dirforest-source] component test:dirforest-test dependency lib
  20703. 478.27 s [genvalidity-dirforest-source] Configured component graph:
  20704. 478.27 s [genvalidity-dirforest-source] component genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  20705. 478.27 s [genvalidity-dirforest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20706. 478.27 s [genvalidity-dirforest-source] include base-4.20.2.0-fafd
  20707. 478.27 s [genvalidity-dirforest-source] include containers-0.7-96b4
  20708. 478.27 s [genvalidity-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  20709. 478.27 s [genvalidity-dirforest-source] include filepath-1.5.4.0-2605
  20710. 478.27 s [genvalidity-dirforest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20711. 478.27 s [genvalidity-dirforest-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  20712. 478.27 s [genvalidity-dirforest-source] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  20713. 478.27 s [genvalidity-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  20714. 478.27 s [genvalidity-dirforest-source] component genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
  20715. 478.27 s [genvalidity-dirforest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20716. 478.27 s [genvalidity-dirforest-source] include base-4.20.2.0-fafd
  20717. 478.27 s [genvalidity-dirforest-source] include bytestring-0.12.2.0-96e1
  20718. 478.27 s [genvalidity-dirforest-source] include containers-0.7-96b4
  20719. 478.27 s [genvalidity-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  20720. 478.27 s [genvalidity-dirforest-source] include filepath-1.5.4.0-2605
  20721. 478.27 s [genvalidity-dirforest-source] include genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
  20722. 478.28 s [genvalidity-dirforest-source] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  20723. 478.28 s [genvalidity-dirforest-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  20724. 478.28 s [genvalidity-dirforest-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20725. 478.28 s [genvalidity-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  20726. 478.28 s [genvalidity-dirforest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  20727. 478.28 s [genvalidity-dirforest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20728. 478.28 s [genvalidity-dirforest-source] Linked component graph:
  20729. 478.28 s [genvalidity-dirforest-source] unit genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  20730. 478.28 s [genvalidity-dirforest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20731. 478.28 s [genvalidity-dirforest-source] include base-4.20.2.0-fafd
  20732. 478.28 s [genvalidity-dirforest-source] include containers-0.7-96b4
  20733. 478.28 s [genvalidity-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  20734. 478.28 s [genvalidity-dirforest-source] include filepath-1.5.4.0-2605
  20735. 478.28 s [genvalidity-dirforest-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20736. 478.28 s [genvalidity-dirforest-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  20737. 478.28 s [genvalidity-dirforest-source] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  20738. 478.28 s [genvalidity-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  20739. 478.28 s [genvalidity-dirforest-source] Data.GenValidity.DirForest=genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW:Data.GenValidity.DirForest
  20740. 478.28 s [genvalidity-dirforest-source] unit genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
  20741. 478.28 s [genvalidity-dirforest-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20742. 478.28 s [genvalidity-dirforest-source] include base-4.20.2.0-fafd
  20743. 478.28 s [genvalidity-dirforest-source] include bytestring-0.12.2.0-96e1
  20744. 478.28 s [genvalidity-dirforest-source] include containers-0.7-96b4
  20745. 478.28 s [genvalidity-dirforest-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  20746. 478.28 s [genvalidity-dirforest-source] include filepath-1.5.4.0-2605
  20747. 478.28 s [genvalidity-dirforest-source] include genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
  20748. 478.28 s [genvalidity-dirforest-source] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  20749. 478.28 s [genvalidity-dirforest-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  20750. 478.28 s [genvalidity-dirforest-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20751. 478.28 s [genvalidity-dirforest-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  20752. 478.28 s [genvalidity-dirforest-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  20753. 478.28 s [genvalidity-dirforest-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20754. 478.28 s [genvalidity-dirforest-source] Ready component graph:
  20755. 478.28 s [genvalidity-dirforest-source] definite genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  20756. 478.28 s [genvalidity-dirforest-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20757. 478.28 s [genvalidity-dirforest-source] depends base-4.20.2.0-fafd
  20758. 478.28 s [genvalidity-dirforest-source] depends containers-0.7-96b4
  20759. 478.28 s [genvalidity-dirforest-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  20760. 478.28 s [genvalidity-dirforest-source] depends filepath-1.5.4.0-2605
  20761. 478.28 s [genvalidity-dirforest-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20762. 478.28 s [genvalidity-dirforest-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  20763. 478.28 s [genvalidity-dirforest-source] depends genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  20764. 478.28 s [genvalidity-dirforest-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  20765. 478.28 s [genvalidity-dirforest-source] definite genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
  20766. 478.28 s [genvalidity-dirforest-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20767. 478.28 s [genvalidity-dirforest-source] depends base-4.20.2.0-fafd
  20768. 478.28 s [genvalidity-dirforest-source] depends bytestring-0.12.2.0-96e1
  20769. 478.28 s [genvalidity-dirforest-source] depends containers-0.7-96b4
  20770. 478.28 s [genvalidity-dirforest-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  20771. 478.28 s [genvalidity-dirforest-source] depends filepath-1.5.4.0-2605
  20772. 478.28 s [genvalidity-dirforest-source] depends genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
  20773. 478.28 s [genvalidity-dirforest-source] depends genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  20774. 478.28 s [genvalidity-dirforest-source] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  20775. 478.28 s [genvalidity-dirforest-source] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20776. 478.28 s [genvalidity-dirforest-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  20777. 478.28 s [genvalidity-dirforest-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  20778. 478.28 s [genvalidity-dirforest-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20779. 478.28 s [genvalidity-dirforest-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  20780. 478.28 s [genvalidity-dirforest-source] Using compiler: ghc-9.10.3
  20781. 478.28 s [genvalidity-dirforest-source] Using install prefix:
  20782. 478.28 s [genvalidity-dirforest-source] /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1
  20783. 478.28 s [genvalidity-dirforest-source] Executables installed in:
  20784. 478.28 s [genvalidity-dirforest-source] /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1/bin
  20785. 478.28 s [genvalidity-dirforest-source] Libraries installed in:
  20786. 478.28 s [genvalidity-dirforest-source] /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  20787. 478.28 s [genvalidity-dirforest-source] Dynamic Libraries installed in:
  20788. 478.28 s [genvalidity-dirforest-source] /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  20789. 478.28 s [genvalidity-dirforest-source] Private executables installed in:
  20790. 478.28 s [genvalidity-dirforest-source] /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-dirforest-0.1.0.1
  20791. 478.28 s [genvalidity-dirforest-source] Data files installed in:
  20792. 478.28 s [genvalidity-dirforest-source] /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-dirforest-0.1.0.1
  20793. 478.28 s [genvalidity-dirforest-source] Documentation installed in: /share/doc/genvalidity-dirforest-0.1.0.1
  20794. 478.28 s [genvalidity-dirforest-source] Configuration files installed in:
  20795. 478.28 s [genvalidity-dirforest-source] /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1/etc
  20796. 478.28 s [genvalidity-dirforest-source] No alex found
  20797. 478.28 s [genvalidity-dirforest-source] Using ar found on system at:
  20798. 478.28 s [genvalidity-dirforest-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  20799. 478.28 s [genvalidity-dirforest-source] No c2hs found
  20800. 478.28 s [genvalidity-dirforest-source] No cpphs found
  20801. 478.28 s [genvalidity-dirforest-source] No doctest found
  20802. 478.28 s [genvalidity-dirforest-source] Using gcc version 14.3.0 given by user at:
  20803. 478.28 s [genvalidity-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  20804. 478.28 s [genvalidity-dirforest-source] Using ghc version 9.10.3 found on system at:
  20805. 478.28 s [genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  20806. 478.28 s [genvalidity-dirforest-source] Using ghc-pkg version 9.10.3 found on system at:
  20807. 478.28 s [genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  20808. 478.28 s [genvalidity-dirforest-source] No ghcjs found
  20809. 478.28 s [genvalidity-dirforest-source] No ghcjs-pkg found
  20810. 478.28 s [genvalidity-dirforest-source] No greencard found
  20811. 478.28 s [genvalidity-dirforest-source] Using haddock version 2.31.1 found on system at:
  20812. 478.28 s [genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  20813. 478.28 s [genvalidity-dirforest-source] No happy found
  20814. 478.28 s [genvalidity-dirforest-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  20815. 478.28 s [genvalidity-dirforest-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  20816. 478.28 s [genvalidity-dirforest-source] No hmake found
  20817. 478.28 s [genvalidity-dirforest-source] Using hpc version 0.69 found on system at:
  20818. 478.28 s [genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  20819. 478.28 s [genvalidity-dirforest-source] Using hsc2hs version 0.68.10 found on system at:
  20820. 478.28 s [genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  20821. 478.28 s [genvalidity-dirforest-source] Using hscolour version 1.25 found on system at:
  20822. 478.28 s [genvalidity-dirforest-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  20823. 478.28 s [genvalidity-dirforest-source] No jhc found
  20824. 478.28 s [genvalidity-dirforest-source] Using ld found on system at:
  20825. 478.28 s [genvalidity-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  20826. 478.28 s [genvalidity-dirforest-source] No pkg-config found
  20827. 478.28 s [genvalidity-dirforest-source] Using runghc version 9.10.3 found on system at:
  20828. 478.28 s [genvalidity-dirforest-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  20829. 478.28 s [genvalidity-dirforest-source] Using strip version 2.44 found on system at:
  20830. 478.28 s [genvalidity-dirforest-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  20831. 478.28 s [genvalidity-dirforest-source] Using tar found on system at:
  20832. 478.30 s [genvalidity-dirforest-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  20833. 478.30 s [genvalidity-dirforest-source] No uhc found
  20834. 478.31 s [genvalidity-mergeful-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  20835. 478.31 s [genvalidity-mergeful-source] Dependency base <5: using base-4.20.2.0
  20836. 478.31 s [genvalidity-mergeful-source] Dependency containers: using containers-0.7
  20837. 478.31 s [genvalidity-mergeful-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  20838. 478.31 s [genvalidity-mergeful-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  20839. 478.31 s [genvalidity-mergeful-source] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
  20840. 478.31 s [genvalidity-mergeful-source] Dependency mergeful: using mergeful-0.3.0.0
  20841. 478.31 s [genvalidity-mergeful-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  20842. 478.31 s [genvalidity-mergeful-source] Dependency autodocodec: using autodocodec-0.5.0.0
  20843. 478.31 s [genvalidity-mergeful-source] Dependency autodocodec-yaml: using autodocodec-yaml-0.4.0.2
  20844. 478.31 s [genvalidity-mergeful-source] Dependency base <5: using base-4.20.2.0
  20845. 478.31 s [genvalidity-mergeful-source] Dependency containers: using containers-0.7
  20846. 478.31 s [genvalidity-mergeful-source] Dependency genvalidity-mergeful: using genvalidity-mergeful-0.3.0.1
  20847. 478.31 s [genvalidity-mergeful-source] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
  20848. 478.31 s [genvalidity-mergeful-source] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
  20849. 478.31 s [genvalidity-mergeful-source] Dependency genvalidity-uuid: using genvalidity-uuid-1.0.0.1
  20850. 478.31 s [genvalidity-mergeful-source] Dependency mergeful: using mergeful-0.3.0.0
  20851. 478.31 s [genvalidity-mergeful-source] Dependency mtl: using mtl-2.3.1
  20852. 478.31 s [genvalidity-mergeful-source] Dependency pretty-show: using pretty-show-1.10
  20853. 478.31 s [genvalidity-mergeful-source] Dependency random: using random-1.2.1.3
  20854. 478.31 s [genvalidity-mergeful-source] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
  20855. 478.31 s [genvalidity-mergeful-source] Dependency sydtest: using sydtest-0.23.0.1
  20856. 478.31 s [genvalidity-mergeful-source] Dependency time: using time-1.12.2
  20857. 478.31 s [genvalidity-mergeful-source] Dependency uuid: using uuid-1.3.16
  20858. 478.31 s [genvalidity-mergeful-source] Source component graph:
  20859. 478.31 s [genvalidity-mergeful-source] component lib
  20860. 478.31 s [genvalidity-mergeful-source] component test:mergeful-test dependency lib
  20861. 478.31 s [genvalidity-mergeful-source] Configured component graph:
  20862. 478.31 s [genvalidity-mergeful-source] component genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
  20863. 478.31 s [genvalidity-mergeful-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20864. 478.31 s [genvalidity-mergeful-source] include base-4.20.2.0-fafd
  20865. 478.31 s [genvalidity-mergeful-source] include containers-0.7-96b4
  20866. 478.31 s [genvalidity-mergeful-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20867. 478.31 s [genvalidity-mergeful-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  20868. 478.31 s [genvalidity-mergeful-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  20869. 478.31 s [genvalidity-mergeful-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  20870. 478.31 s [genvalidity-mergeful-source] component genvalidity-mergeful-0.3.0.1-5H2uqZCzZFMBqXMBDoABkb-mergeful-test
  20871. 478.31 s [genvalidity-mergeful-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20872. 478.31 s [genvalidity-mergeful-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  20873. 478.31 s [genvalidity-mergeful-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  20874. 478.31 s [genvalidity-mergeful-source] include base-4.20.2.0-fafd
  20875. 478.31 s [genvalidity-mergeful-source] include containers-0.7-96b4
  20876. 478.31 s [genvalidity-mergeful-source] include genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
  20877. 478.31 s [genvalidity-mergeful-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  20878. 478.31 s [genvalidity-mergeful-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20879. 478.31 s [genvalidity-mergeful-source] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  20880. 478.31 s [genvalidity-mergeful-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  20881. 478.31 s [genvalidity-mergeful-source] include mtl-2.3.1-37af
  20882. 478.31 s [genvalidity-mergeful-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  20883. 478.31 s [genvalidity-mergeful-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  20884. 478.31 s [genvalidity-mergeful-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  20885. 478.31 s [genvalidity-mergeful-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20886. 478.31 s [genvalidity-mergeful-source] include time-1.12.2-3479
  20887. 478.31 s [genvalidity-mergeful-source] include uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
  20888. 478.31 s [genvalidity-mergeful-source] Linked component graph:
  20889. 478.31 s [genvalidity-mergeful-source] unit genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
  20890. 478.31 s [genvalidity-mergeful-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20891. 478.31 s [genvalidity-mergeful-source] include base-4.20.2.0-fafd
  20892. 478.31 s [genvalidity-mergeful-source] include containers-0.7-96b4
  20893. 478.31 s [genvalidity-mergeful-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20894. 478.31 s [genvalidity-mergeful-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  20895. 478.31 s [genvalidity-mergeful-source] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  20896. 478.31 s [genvalidity-mergeful-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  20897. 478.31 s [genvalidity-mergeful-source] Data.GenValidity.Mergeful=genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn:Data.GenValidity.Mergeful,Data.GenValidity.Mergeful.Collection=genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn:Data.GenValidity.Mergeful.Collection,Data.GenValidity.Mergeful.Item=genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn:Data.GenValidity.Mergeful.Item,Data.GenValidity.Mergeful.Timed=genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn:Data.GenValidity.Mergeful.Timed,Data.GenValidity.Mergeful.Value=genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn:Data.GenValidity.Mergeful.Value
  20898. 478.31 s [genvalidity-mergeful-source] unit genvalidity-mergeful-0.3.0.1-5H2uqZCzZFMBqXMBDoABkb-mergeful-test
  20899. 478.31 s [genvalidity-mergeful-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20900. 478.31 s [genvalidity-mergeful-source] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  20901. 478.31 s [genvalidity-mergeful-source] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  20902. 478.31 s [genvalidity-mergeful-source] include base-4.20.2.0-fafd
  20903. 478.31 s [genvalidity-mergeful-source] include containers-0.7-96b4
  20904. 478.31 s [genvalidity-mergeful-source] include genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
  20905. 478.31 s [genvalidity-mergeful-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  20906. 478.31 s [genvalidity-mergeful-source] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20907. 478.31 s [genvalidity-mergeful-source] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  20908. 478.31 s [genvalidity-mergeful-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  20909. 478.31 s [genvalidity-mergeful-source] include mtl-2.3.1-37af
  20910. 478.31 s [genvalidity-mergeful-source] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  20911. 478.31 s [genvalidity-mergeful-source] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  20912. 478.31 s [genvalidity-mergeful-source] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  20913. 478.31 s [genvalidity-mergeful-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20914. 478.31 s [genvalidity-mergeful-source] include time-1.12.2-3479
  20915. 478.31 s [genvalidity-mergeful-source] include uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
  20916. 478.31 s [genvalidity-mergeful-source] Ready component graph:
  20917. 478.31 s [genvalidity-mergeful-source] definite genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
  20918. 478.31 s [genvalidity-mergeful-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20919. 478.31 s [genvalidity-mergeful-source] depends base-4.20.2.0-fafd
  20920. 478.31 s [genvalidity-mergeful-source] depends containers-0.7-96b4
  20921. 478.31 s [genvalidity-mergeful-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  20922. 478.31 s [genvalidity-mergeful-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  20923. 478.31 s [genvalidity-mergeful-source] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  20924. 478.31 s [genvalidity-mergeful-source] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  20925. 478.31 s [genvalidity-mergeful-source] definite genvalidity-mergeful-0.3.0.1-5H2uqZCzZFMBqXMBDoABkb-mergeful-test
  20926. 478.31 s [genvalidity-mergeful-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  20927. 478.31 s [genvalidity-mergeful-source] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  20928. 478.31 s [genvalidity-mergeful-source] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  20929. 478.31 s [genvalidity-mergeful-source] depends base-4.20.2.0-fafd
  20930. 478.31 s [genvalidity-mergeful-source] depends containers-0.7-96b4
  20931. 478.31 s [genvalidity-mergeful-source] depends genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
  20932. 478.31 s [genvalidity-mergeful-source] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  20933. 478.31 s [genvalidity-mergeful-source] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  20934. 478.31 s [genvalidity-mergeful-source] depends genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  20935. 478.31 s [genvalidity-mergeful-source] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  20936. 478.31 s [genvalidity-mergeful-source] depends mtl-2.3.1-37af
  20937. 478.31 s [genvalidity-mergeful-source] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  20938. 478.31 s [genvalidity-mergeful-source] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  20939. 478.31 s [genvalidity-mergeful-source] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  20940. 478.31 s [genvalidity-mergeful-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  20941. 478.31 s [genvalidity-mergeful-source] depends time-1.12.2-3479
  20942. 478.31 s [genvalidity-mergeful-source] depends uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
  20943. 478.31 s [genvalidity-mergeful-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  20944. 478.31 s [genvalidity-mergeful-source] Using compiler: ghc-9.10.3
  20945. 478.31 s [genvalidity-mergeful-source] Using install prefix:
  20946. 478.31 s [genvalidity-mergeful-source] /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1
  20947. 478.31 s [genvalidity-mergeful-source] Executables installed in:
  20948. 478.31 s [genvalidity-mergeful-source] /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1/bin
  20949. 478.31 s [genvalidity-mergeful-source] Libraries installed in:
  20950. 478.31 s [genvalidity-mergeful-source] /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-mergeful-0.3.0.1-GLUKxYbNKMFJKstfbr8kQn
  20951. 478.31 s [genvalidity-mergeful-source] Dynamic Libraries installed in:
  20952. 478.31 s [genvalidity-mergeful-source] /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  20953. 478.31 s [genvalidity-mergeful-source] Private executables installed in:
  20954. 478.31 s [genvalidity-mergeful-source] /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-mergeful-0.3.0.1
  20955. 478.31 s [genvalidity-mergeful-source] Data files installed in:
  20956. 478.31 s [genvalidity-mergeful-source] /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-mergeful-0.3.0.1
  20957. 478.31 s [genvalidity-mergeful-source] Documentation installed in: /share/doc/genvalidity-mergeful-0.3.0.1
  20958. 478.31 s [genvalidity-mergeful-source] Configuration files installed in:
  20959. 478.31 s [genvalidity-mergeful-source] /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1/etc
  20960. 478.31 s [genvalidity-mergeful-source] No alex found
  20961. 478.31 s [genvalidity-mergeful-source] Using ar found on system at:
  20962. 478.31 s [genvalidity-mergeful-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  20963. 478.31 s [genvalidity-mergeful-source] No c2hs found
  20964. 478.31 s [genvalidity-mergeful-source] No cpphs found
  20965. 478.31 s [genvalidity-mergeful-source] No doctest found
  20966. 478.31 s [genvalidity-mergeful-source] Using gcc version 14.3.0 given by user at:
  20967. 478.31 s [genvalidity-mergeful-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  20968. 478.31 s [genvalidity-mergeful-source] Using ghc version 9.10.3 found on system at:
  20969. 478.31 s [genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  20970. 478.31 s [genvalidity-mergeful-source] Using ghc-pkg version 9.10.3 found on system at:
  20971. 478.31 s [genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  20972. 478.31 s [genvalidity-mergeful-source] No ghcjs found
  20973. 478.31 s [genvalidity-mergeful-source] No ghcjs-pkg found
  20974. 478.31 s [genvalidity-mergeful-source] No greencard found
  20975. 478.31 s [genvalidity-mergeful-source] Using haddock version 2.31.1 found on system at:
  20976. 478.31 s [genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  20977. 478.31 s [genvalidity-mergeful-source] No happy found
  20978. 478.34 s [genvalidity-mergeful-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  20979. 478.34 s [genvalidity-mergeful-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  20980. 478.34 s [genvalidity-mergeful-source] No hmake found
  20981. 478.34 s [genvalidity-mergeful-source] Using hpc version 0.69 found on system at:
  20982. 478.34 s [genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  20983. 478.34 s [genvalidity-mergeful-source] Using hsc2hs version 0.68.10 found on system at:
  20984. 478.34 s [genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  20985. 478.34 s [genvalidity-mergeful-source] Using hscolour version 1.25 found on system at:
  20986. 478.34 s [genvalidity-mergeful-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  20987. 478.34 s [genvalidity-mergeful-source] No jhc found
  20988. 478.34 s [genvalidity-mergeful-source] Using ld found on system at:
  20989. 478.34 s [genvalidity-mergeful-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  20990. 478.34 s [genvalidity-mergeful-source] No pkg-config found
  20991. 478.34 s [genvalidity-mergeful-source] Using runghc version 9.10.3 found on system at:
  20992. 478.34 s [genvalidity-mergeful-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  20993. 478.34 s [genvalidity-mergeful-source] Using strip version 2.44 found on system at:
  20994. 478.34 s [genvalidity-mergeful-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  20995. 478.34 s [genvalidity-mergeful-source] Using tar found on system at:
  20996. 478.34 s [genvalidity-mergeful-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  20997. 478.34 s [genvalidity-mergeful-source] No uhc found
  20998. 479.21 s [genvalidity-dirforest-source] Phase: buildPhase
  20999. 479.21 s [genvalidity-dirforest-source] Distribution quality warnings:
  21000. 479.30 s [genvalidity-dirforest-source] [no-category] No 'category' field.
  21001. 479.30 s [genvalidity-dirforest-source] [no-description] No 'description' field.
  21002. 479.30 s [genvalidity-dirforest-source] [no-license-file] A 'license-file' is not specified.
  21003. 479.30 s [genvalidity-dirforest-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  21004. 479.30 s [genvalidity-dirforest-source] - QuickCheck
  21005. 479.30 s [genvalidity-dirforest-source] - containers
  21006. 479.30 s [genvalidity-dirforest-source] - dirforest
  21007. 479.30 s [genvalidity-dirforest-source] - filepath
  21008. 479.30 s [genvalidity-dirforest-source] - genvalidity
  21009. 479.30 s [genvalidity-dirforest-source] - genvalidity-containers
  21010. 479.30 s [genvalidity-dirforest-source] - genvalidity-path
  21011. 479.30 s [genvalidity-dirforest-source] - path
  21012. 479.30 s [genvalidity-dirforest-source] Please add them. There is more information at https://pvp.haskell.org/
  21013. 479.30 s [genvalidity-dirforest-source] Building source dist for genvalidity-dirforest-0.1.0.1...
  21014. 479.30 s [genvalidity-dirforest-source] Source tarball created: dist/genvalidity-dirforest-0.1.0.1.tar.gz
  21015. 479.30 s [genvalidity-dirforest-source] Phase: checkPhase
  21016. 479.30 s [genvalidity-mergeful-source] Phase: buildPhase
  21017. 479.30 s [genvalidity-mergeful-source] Distribution quality warnings:
  21018. 479.30 s [genvalidity-mergeful-source] [no-category] No 'category' field.
  21019. 479.30 s [genvalidity-mergeful-source] [no-synopsis] No 'synopsis' field.
  21020. 479.30 s [genvalidity-mergeful-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  21021. 479.30 s [genvalidity-mergeful-source] - QuickCheck
  21022. 479.30 s [genvalidity-mergeful-source] - containers
  21023. 479.30 s [genvalidity-mergeful-source] - genvalidity
  21024. 479.30 s [genvalidity-mergeful-source] - genvalidity-containers
  21025. 479.30 s [genvalidity-mergeful-source] - genvalidity-time
  21026. 479.30 s [genvalidity-mergeful-source] - mergeful
  21027. 479.30 s [genvalidity-mergeful-source] Please add them. There is more information at https://pvp.haskell.org/
  21028. 479.30 s [genvalidity-mergeful-source] Building source dist for genvalidity-mergeful-0.3.0.1...
  21029. 479.30 s [genvalidity-mergeful-source] Source tarball created: dist/genvalidity-mergeful-0.3.0.1.tar.gz
  21030. 479.30 s [genvalidity-mergeful-source] Phase: checkPhase
  21031. 479.30 s [genvalidity-dirforest-source] Phase: haddockPhase
  21032. 479.30 s [genvalidity-mergeful-source] Phase: haddockPhase
  21033. 479.30 s [genvalidity-mergeful-source] Phase: installPhase
  21034. 479.30 s [genvalidity-dirforest-source] Phase: installPhase
  21035. 479.30 s [genvalidity-dirforest-source] Phase: fixupPhase
  21036. 479.30 s [genvalidity-mergeful-source] Phase: fixupPhase
  21037. 479.30 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1
  21038. 479.61 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  21039. 479.61 s [post-build-hook]
  21040. 479.97 s [post-build-hook] Pushing /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1 (5.84 KiB)
  21041. 481.18 s [post-build-hook]
  21042. 481.18 s [post-build-hook] All done.
  21043. 481.19 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1
  21044. 481.25 s [post-build-hook] copying 1 paths...
  21045. 481.25 s [post-build-hook] copying path '/nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1' to 'https://cache.staging.nix-ci.com'...
  21046. 481.64 s [post-build-hook] copying 0 paths...
  21047. 481.67 s Progress: 126 of 140 built (2 building), 815 of 815 downloaded from cache
  21048. 481.73 s Building genvalidity-dirforest
  21049. 481.73 s [sydtest-persistent-sqlite] Documentation created: dist/doc/html/sydtest-persistent-sqlite/,
  21050. 481.73 s [sydtest-persistent-sqlite] dist/doc/html/sydtest-persistent-sqlite/sydtest-persistent-sqlite.txt
  21051. 481.73 s [sydtest-persistent-sqlite] Preprocessing test suite 'sydtest-persistent-sqlite-test' for sydtest-persistent-sqlite-0.2.0.3...
  21052. 481.73 s [sydtest-persistent-sqlite] Phase: installPhase
  21053. 481.73 s [sydtest-persistent-sqlite] Installing library in /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/sydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf
  21054. 481.73 s [sydtest-persistent-sqlite] Phase: fixupPhase
  21055. 481.73 s [sydtest-persistent-sqlite] shrinking RPATHs of ELF executables and libraries in /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3
  21056. 481.73 s [sydtest-persistent-sqlite] shrinking /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSsydtest-persistent-sqlite-0.2.0.3-9OGxvlmahvd9mIJV9dvQlf-ghc9.10.3.so
  21057. 481.73 s [sydtest-persistent-sqlite] checking for references to /build/ in /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3...
  21058. 481.73 s [sydtest-persistent-sqlite] patching script interpreter paths in /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3
  21059. 481.73 s [sydtest-persistent-sqlite] stripping (with command strip and flags -S -p) in /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/lib
  21060. 481.73 s [sydtest-persistent-sqlite] shrinking RPATHs of ELF executables and libraries in /nix/store/q5wlvk3aafl429fpydy0zmky5qhsnmcx-sydtest-persistent-sqlite-0.2.0.3-doc
  21061. 481.73 s [sydtest-persistent-sqlite] checking for references to /build/ in /nix/store/q5wlvk3aafl429fpydy0zmky5qhsnmcx-sydtest-persistent-sqlite-0.2.0.3-doc...
  21062. 481.73 s [sydtest-persistent-sqlite] patching script interpreter paths in /nix/store/q5wlvk3aafl429fpydy0zmky5qhsnmcx-sydtest-persistent-sqlite-0.2.0.3-doc
  21063. 481.81 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1
  21064. 482.12 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  21065. 482.12 s [post-build-hook]
  21066. 482.50 s [post-build-hook] Pushing /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1 (12.93 KiB)
  21067. 483.36 s [post-build-hook]
  21068. 483.36 s [post-build-hook] All done.
  21069. 483.38 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1
  21070. 483.43 s [post-build-hook] copying 1 paths...
  21071. 483.43 s [post-build-hook] copying path '/nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1' to 'https://cache.staging.nix-ci.com'...
  21072. 483.82 s [post-build-hook] copying 0 paths...
  21073. 483.85 s Progress: 127 of 140 built (2 building), 815 of 815 downloaded from cache
  21074. 483.92 s Building genvalidity-mergeful
  21075. 483.92 s [genvalidity-dirforest] Phase: setupCompilerEnvironmentPhase
  21076. 483.92 s [genvalidity-dirforest] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  21077. 483.92 s [genvalidity-dirforest] Phase: unpackPhase
  21078. 483.92 s [genvalidity-dirforest] unpacking source archive /nix/store/nryx0sxb9rj74k8lk3141h62apl02z5y-genvalidity-dirforest-source-0.1.0.1/genvalidity-dirforest-0.1.0.1.tar.gz
  21079. 483.92 s [genvalidity-dirforest] source root is genvalidity-dirforest-0.1.0.1
  21080. 483.92 s [genvalidity-dirforest] setting SOURCE_DATE_EPOCH to timestamp 1780348012 of file "genvalidity-dirforest-0.1.0.1/test/Spec.hs"
  21081. 483.92 s [genvalidity-dirforest] warning: file "genvalidity-dirforest-0.1.0.1/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  21082. 483.92 s [genvalidity-dirforest] Phase: patchPhase
  21083. 483.92 s [genvalidity-dirforest] Phase: compileBuildDriverPhase
  21084. 483.92 s [genvalidity-dirforest] setupCompileFlags: -package-db=/build/tmp.fXSDC4hB5w/setup-package.conf.d -threaded
  21085. 483.92 s [genvalidity-dirforest] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.fXSDC4hB5w/Main.o )
  21086. 483.92 s [genvalidity-dirforest] [2 of 2] Linking Setup
  21087. 483.92 s [genvalidity-dirforest] Phase: updateAutotoolsGnuConfigScriptsPhase
  21088. 483.92 s [genvalidity-dirforest] Phase: configurePhase
  21089. 483.92 s [genvalidity-dirforest] configureFlags: --verbose --prefix=/nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/l81s36m7fkziqfjnk2zb9lixqag6nbvn-genvalidity-dirforest-0.1.0.1-doc/share/doc/genvalidity-dirforest-0.1.0.1 --with-gcc=gcc --package-db=/build/tmp.fXSDC4hB5w/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  21090. 483.92 s [genvalidity-dirforest] Using Parsec parser
  21091. 483.92 s [genvalidity-dirforest] Configuring genvalidity-dirforest-0.1.0.1...
  21092. 484.00 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3 /nix/store/q5wlvk3aafl429fpydy0zmky5qhsnmcx-sydtest-persistent-sqlite-0.2.0.3-doc
  21093. 484.53 s [post-build-hook] Pushing 2 paths (344 are already present) using zstd to cache smos ⏳
  21094. 484.53 s [post-build-hook]
  21095. 484.88 s [post-build-hook] Pushing /nix/store/q5wlvk3aafl429fpydy0zmky5qhsnmcx-sydtest-persistent-sqlite-0.2.0.3-doc (198.44 KiB)
  21096. 484.92 s [post-build-hook] Pushing /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3 (446.51 KiB)
  21097. 485.78 s [post-build-hook]
  21098. 485.78 s [post-build-hook] All done.
  21099. 485.80 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3 /nix/store/q5wlvk3aafl429fpydy0zmky5qhsnmcx-sydtest-persistent-sqlite-0.2.0.3-doc
  21100. 485.88 s [post-build-hook] copying 0 paths...
  21101. 486.06 s [post-build-hook] copying 0 paths...
  21102. 486.16 s Progress: 128 of 140 built (2 building), 815 of 815 downloaded from cache
  21103. 486.17 s [genvalidity-dirforest] Dependency QuickCheck: using QuickCheck-2.15.0.1
  21104. 486.17 s [genvalidity-dirforest] Dependency base >=4.7 && <5: using base-4.20.2.0
  21105. 486.17 s [genvalidity-dirforest] Dependency containers: using containers-0.7
  21106. 486.17 s [genvalidity-dirforest] Dependency dirforest: using dirforest-0.1.0.0
  21107. 486.17 s [genvalidity-dirforest] Dependency filepath: using filepath-1.5.4.0
  21108. 486.17 s [genvalidity-dirforest] Dependency genvalidity >=1.0.0.0: using genvalidity-1.1.1.0
  21109. 486.17 s [genvalidity-dirforest] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  21110. 486.17 s [genvalidity-dirforest] Dependency genvalidity-path: using genvalidity-path-1.0.0.1
  21111. 486.17 s [genvalidity-dirforest] Dependency path: using path-0.9.6
  21112. 486.17 s [genvalidity-dirforest] Dependency QuickCheck: using QuickCheck-2.15.0.1
  21113. 486.17 s [genvalidity-dirforest] Dependency base >=4.7 && <5: using base-4.20.2.0
  21114. 486.17 s [genvalidity-dirforest] Dependency bytestring: using bytestring-0.12.2.0
  21115. 486.17 s [genvalidity-dirforest] Dependency containers: using containers-0.7
  21116. 486.17 s [genvalidity-dirforest] Dependency dirforest: using dirforest-0.1.0.0
  21117. 486.17 s [genvalidity-dirforest] Dependency filepath: using filepath-1.5.4.0
  21118. 486.17 s [genvalidity-dirforest] Dependency genvalidity-bytestring: using genvalidity-bytestring-1.0.0.1
  21119. 486.17 s [genvalidity-dirforest] Dependency genvalidity-dirforest: using genvalidity-dirforest-0.1.0.1
  21120. 486.17 s [genvalidity-dirforest] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
  21121. 486.17 s [genvalidity-dirforest] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
  21122. 486.17 s [genvalidity-dirforest] Dependency path: using path-0.9.6
  21123. 486.17 s [genvalidity-dirforest] Dependency path-io: using path-io-1.8.2
  21124. 486.17 s [genvalidity-dirforest] Dependency sydtest: using sydtest-0.23.0.1
  21125. 486.17 s [genvalidity-dirforest] Source component graph:
  21126. 486.17 s [genvalidity-dirforest] component lib
  21127. 486.17 s [genvalidity-dirforest] component test:dirforest-test dependency lib
  21128. 486.17 s [genvalidity-dirforest] Configured component graph:
  21129. 486.17 s [genvalidity-dirforest] component genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  21130. 486.17 s [genvalidity-dirforest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21131. 486.17 s [genvalidity-dirforest] include base-4.20.2.0-fafd
  21132. 486.17 s [genvalidity-dirforest] include containers-0.7-96b4
  21133. 486.17 s [genvalidity-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  21134. 486.17 s [genvalidity-dirforest] include filepath-1.5.4.0-2605
  21135. 486.17 s [genvalidity-dirforest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  21136. 486.17 s [genvalidity-dirforest] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  21137. 486.17 s [genvalidity-dirforest] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  21138. 486.17 s [genvalidity-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  21139. 486.17 s [genvalidity-dirforest] component genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
  21140. 486.17 s [genvalidity-dirforest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21141. 486.17 s [genvalidity-dirforest] include base-4.20.2.0-fafd
  21142. 486.17 s [genvalidity-dirforest] include bytestring-0.12.2.0-96e1
  21143. 486.17 s [genvalidity-dirforest] include containers-0.7-96b4
  21144. 486.17 s [genvalidity-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  21145. 486.17 s [genvalidity-dirforest] include filepath-1.5.4.0-2605
  21146. 486.17 s [genvalidity-dirforest] include genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
  21147. 486.17 s [genvalidity-dirforest] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  21148. 486.17 s [genvalidity-dirforest] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  21149. 486.17 s [genvalidity-dirforest] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  21150. 486.17 s [genvalidity-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  21151. 486.17 s [genvalidity-dirforest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  21152. 486.17 s [genvalidity-dirforest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  21153. 486.17 s [genvalidity-dirforest] Linked component graph:
  21154. 486.17 s [genvalidity-dirforest] unit genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  21155. 486.17 s [genvalidity-dirforest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21156. 486.17 s [genvalidity-dirforest] include base-4.20.2.0-fafd
  21157. 486.17 s [genvalidity-dirforest] include containers-0.7-96b4
  21158. 486.17 s [genvalidity-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  21159. 486.17 s [genvalidity-dirforest] include filepath-1.5.4.0-2605
  21160. 486.17 s [genvalidity-dirforest] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  21161. 486.17 s [genvalidity-dirforest] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  21162. 486.17 s [genvalidity-dirforest] include genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  21163. 486.17 s [genvalidity-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  21164. 486.17 s [genvalidity-dirforest] Data.GenValidity.DirForest=genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW:Data.GenValidity.DirForest
  21165. 486.17 s [genvalidity-dirforest] unit genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
  21166. 486.17 s [genvalidity-dirforest] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21167. 486.17 s [genvalidity-dirforest] include base-4.20.2.0-fafd
  21168. 486.17 s [genvalidity-dirforest] include bytestring-0.12.2.0-96e1
  21169. 486.17 s [genvalidity-dirforest] include containers-0.7-96b4
  21170. 486.17 s [genvalidity-dirforest] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  21171. 486.17 s [genvalidity-dirforest] include filepath-1.5.4.0-2605
  21172. 486.17 s [genvalidity-dirforest] include genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
  21173. 486.17 s [genvalidity-dirforest] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  21174. 486.17 s [genvalidity-dirforest] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  21175. 486.17 s [genvalidity-dirforest] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  21176. 486.17 s [genvalidity-dirforest] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  21177. 486.17 s [genvalidity-dirforest] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  21178. 486.17 s [genvalidity-dirforest] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  21179. 486.17 s [genvalidity-dirforest] Ready component graph:
  21180. 486.17 s [genvalidity-mergeful] Phase: setupCompilerEnvironmentPhase
  21181. 486.17 s [genvalidity-mergeful] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  21182. 486.17 s [genvalidity-mergeful] Phase: unpackPhase
  21183. 486.17 s [genvalidity-mergeful] unpacking source archive /nix/store/0047qrd83a7ay3p83jl2hlgc5ziz6yfq-genvalidity-mergeful-source-0.3.0.1/genvalidity-mergeful-0.3.0.1.tar.gz
  21184. 486.17 s [genvalidity-mergeful] source root is genvalidity-mergeful-0.3.0.1
  21185. 486.17 s [genvalidity-mergeful] setting SOURCE_DATE_EPOCH to timestamp 1780348012 of file "genvalidity-mergeful-0.3.0.1/test/Spec.hs"
  21186. 486.17 s [genvalidity-mergeful] warning: file "genvalidity-mergeful-0.3.0.1/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  21187. 486.17 s [genvalidity-mergeful] Phase: patchPhase
  21188. 486.17 s [genvalidity-mergeful] Phase: compileBuildDriverPhase
  21189. 486.17 s [genvalidity-mergeful] setupCompileFlags: -package-db=/build/tmp.9x6SMkebNA/setup-package.conf.d -threaded
  21190. 486.17 s [genvalidity-mergeful] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.9x6SMkebNA/Main.o )
  21191. 486.17 s [genvalidity-mergeful] [2 of 2] Linking Setup
  21192. 486.17 s [genvalidity-mergeful] Phase: updateAutotoolsGnuConfigScriptsPhase
  21193. 486.17 s [genvalidity-mergeful] Phase: configurePhase
  21194. 486.17 s [genvalidity-mergeful] configureFlags: --verbose --prefix=/nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/xzx6p6har7j6122sfarpj8j7xv0124zy-genvalidity-mergeful-0.3.0.1-doc/share/doc/genvalidity-mergeful-0.3.0.1 --with-gcc=gcc --package-db=/build/tmp.9x6SMkebNA/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  21195. 486.17 s [genvalidity-mergeful] Using Parsec parser
  21196. 486.17 s [genvalidity-mergeful] Configuring genvalidity-mergeful-0.3.0.1...
  21197. 486.17 s [genvalidity-dirforest] definite genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  21198. 486.17 s [genvalidity-dirforest] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21199. 486.17 s [genvalidity-dirforest] depends base-4.20.2.0-fafd
  21200. 486.17 s [genvalidity-dirforest] depends containers-0.7-96b4
  21201. 486.17 s [genvalidity-dirforest] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  21202. 486.17 s [genvalidity-dirforest] depends filepath-1.5.4.0-2605
  21203. 486.17 s [genvalidity-dirforest] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  21204. 486.17 s [genvalidity-dirforest] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  21205. 486.17 s [genvalidity-dirforest] depends genvalidity-path-1.0.0.1-AcqAiATEKXAEyMc6DbWQAf
  21206. 486.17 s [genvalidity-dirforest] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  21207. 486.17 s [genvalidity-dirforest] definite genvalidity-dirforest-0.1.0.1-90ITSb9xu837UWvHk9xZHQ-dirforest-test
  21208. 486.17 s [genvalidity-dirforest] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21209. 486.17 s [genvalidity-dirforest] depends base-4.20.2.0-fafd
  21210. 486.17 s [genvalidity-dirforest] depends bytestring-0.12.2.0-96e1
  21211. 486.17 s [genvalidity-dirforest] depends containers-0.7-96b4
  21212. 486.17 s [genvalidity-dirforest] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  21213. 486.17 s [genvalidity-dirforest] depends filepath-1.5.4.0-2605
  21214. 486.17 s [genvalidity-dirforest] depends genvalidity-bytestring-1.0.0.1-3IyDlDJVM09A2BS5LCA7WT
  21215. 486.17 s [genvalidity-dirforest] depends genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  21216. 486.17 s [genvalidity-dirforest] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  21217. 486.17 s [genvalidity-dirforest] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  21218. 486.17 s [genvalidity-dirforest] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  21219. 486.17 s [genvalidity-dirforest] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  21220. 486.17 s [genvalidity-dirforest] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  21221. 486.17 s [genvalidity-dirforest] Using Cabal-3.12.1.0 compiled by ghc-9.10
  21222. 486.17 s [genvalidity-dirforest] Using compiler: ghc-9.10.3
  21223. 486.17 s [genvalidity-dirforest] Using install prefix:
  21224. 486.17 s [genvalidity-dirforest] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1
  21225. 486.17 s [genvalidity-dirforest] Executables installed in:
  21226. 486.17 s [genvalidity-dirforest] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/bin
  21227. 486.17 s [genvalidity-dirforest] Libraries installed in:
  21228. 486.17 s [genvalidity-dirforest] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  21229. 486.17 s [genvalidity-dirforest] Dynamic Libraries installed in:
  21230. 486.17 s [genvalidity-dirforest] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  21231. 486.17 s [genvalidity-dirforest] Private executables installed in:
  21232. 486.17 s [genvalidity-dirforest] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-dirforest-0.1.0.1
  21233. 486.17 s [genvalidity-dirforest] Data files installed in:
  21234. 486.17 s [genvalidity-dirforest] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-dirforest-0.1.0.1
  21235. 486.17 s [genvalidity-dirforest] Documentation installed in:
  21236. 486.17 s [genvalidity-dirforest] /nix/store/l81s36m7fkziqfjnk2zb9lixqag6nbvn-genvalidity-dirforest-0.1.0.1-doc/share/doc/genvalidity-dirforest-0.1.0.1
  21237. 486.17 s [genvalidity-dirforest] Configuration files installed in:
  21238. 486.17 s [genvalidity-dirforest] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/etc
  21239. 486.17 s [genvalidity-dirforest] No alex found
  21240. 486.17 s [genvalidity-dirforest] Using ar found on system at:
  21241. 486.17 s [genvalidity-dirforest] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  21242. 486.17 s [genvalidity-dirforest] No c2hs found
  21243. 486.17 s [genvalidity-dirforest] No cpphs found
  21244. 486.17 s [genvalidity-dirforest] No doctest found
  21245. 486.17 s [genvalidity-dirforest] Using gcc version 14.3.0 given by user at:
  21246. 486.17 s [genvalidity-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  21247. 486.17 s [genvalidity-dirforest] Using ghc version 9.10.3 found on system at:
  21248. 486.17 s [genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  21249. 486.17 s [genvalidity-dirforest] Using ghc-pkg version 9.10.3 found on system at:
  21250. 486.17 s [genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  21251. 486.17 s [genvalidity-dirforest] No ghcjs found
  21252. 486.17 s [genvalidity-dirforest] No ghcjs-pkg found
  21253. 486.17 s [genvalidity-dirforest] No greencard found
  21254. 486.17 s [genvalidity-dirforest] Using haddock version 2.31.1 found on system at:
  21255. 486.17 s [genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  21256. 486.17 s [genvalidity-dirforest] No happy found
  21257. 486.17 s [genvalidity-dirforest] Using haskell-suite found on system at: haskell-suite-dummy-location
  21258. 486.17 s [genvalidity-dirforest] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  21259. 486.17 s [genvalidity-dirforest] No hmake found
  21260. 486.17 s [genvalidity-dirforest] Using hpc version 0.69 found on system at:
  21261. 486.17 s [genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  21262. 486.17 s [genvalidity-dirforest] Using hsc2hs version 0.68.10 found on system at:
  21263. 486.17 s [genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  21264. 486.17 s [genvalidity-dirforest] Using hscolour version 1.25 found on system at:
  21265. 486.17 s [genvalidity-dirforest] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  21266. 486.17 s [genvalidity-dirforest] No jhc found
  21267. 486.17 s [genvalidity-dirforest] Using ld found on system at:
  21268. 486.17 s [genvalidity-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  21269. 486.17 s [genvalidity-dirforest] No pkg-config found
  21270. 486.17 s [genvalidity-dirforest] Using runghc version 9.10.3 found on system at:
  21271. 486.17 s [genvalidity-dirforest] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  21272. 486.17 s [genvalidity-dirforest] Using strip version 2.44 found on system at:
  21273. 486.17 s [genvalidity-dirforest] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  21274. 486.17 s [genvalidity-dirforest] Using tar found on system at:
  21275. 486.17 s [genvalidity-dirforest] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  21276. 486.17 s [genvalidity-dirforest] No uhc found
  21277. 486.17 s [genvalidity-dirforest] Phase: buildPhase
  21278. 486.17 s [genvalidity-dirforest] Preprocessing library for genvalidity-dirforest-0.1.0.1...
  21279. 486.17 s [genvalidity-dirforest] Building library for genvalidity-dirforest-0.1.0.1...
  21280. 486.17 s [genvalidity-dirforest] [1 of 2] Compiling Data.GenValidity.DirForest ( src/Data/GenValidity/DirForest.hs, dist/build/Data/GenValidity/DirForest.o, dist/build/Data/GenValidity/DirForest.dyn_o )
  21281. 486.17 s [genvalidity-dirforest] [2 of 2] Compiling Paths_genvalidity_dirforest ( dist/build/autogen/Paths_genvalidity_dirforest.hs, dist/build/Paths_genvalidity_dirforest.o, dist/build/Paths_genvalidity_dirforest.dyn_o )
  21282. 486.17 s [genvalidity-dirforest] [1 of 2] Compiling Data.GenValidity.DirForest ( src/Data/GenValidity/DirForest.hs, dist/build/Data/GenValidity/DirForest.p_o )
  21283. 486.17 s [genvalidity-dirforest] [2 of 2] Compiling Paths_genvalidity_dirforest ( dist/build/autogen/Paths_genvalidity_dirforest.hs, dist/build/Paths_genvalidity_dirforest.p_o )
  21284. 486.67 s [genvalidity-mergeful] Dependency QuickCheck: using QuickCheck-2.15.0.1
  21285. 486.67 s [genvalidity-mergeful] Dependency base <5: using base-4.20.2.0
  21286. 486.67 s [genvalidity-mergeful] Dependency containers: using containers-0.7
  21287. 486.67 s [genvalidity-mergeful] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  21288. 486.67 s [genvalidity-mergeful] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  21289. 486.67 s [genvalidity-mergeful] Dependency genvalidity-time: using genvalidity-time-1.0.0.1
  21290. 486.67 s [genvalidity-mergeful] Dependency mergeful: using mergeful-0.3.0.0
  21291. 486.67 s [genvalidity-mergeful] Dependency QuickCheck: using QuickCheck-2.15.0.1
  21292. 486.67 s [genvalidity-mergeful] Dependency autodocodec: using autodocodec-0.5.0.0
  21293. 486.67 s [genvalidity-mergeful] Dependency autodocodec-yaml: using autodocodec-yaml-0.4.0.2
  21294. 486.67 s [genvalidity-mergeful] Dependency base <5: using base-4.20.2.0
  21295. 486.67 s [genvalidity-mergeful] Dependency containers: using containers-0.7
  21296. 486.67 s [genvalidity-mergeful] Dependency genvalidity-mergeful: using genvalidity-mergeful-0.3.0.1
  21297. 486.67 s [genvalidity-mergeful] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
  21298. 486.67 s [genvalidity-mergeful] Dependency genvalidity-sydtest-aeson: using genvalidity-sydtest-aeson-1.0.0.1
  21299. 486.67 s [genvalidity-mergeful] Dependency genvalidity-uuid: using genvalidity-uuid-1.0.0.1
  21300. 486.67 s [genvalidity-mergeful] Dependency mergeful: using mergeful-0.3.0.0
  21301. 486.67 s [genvalidity-mergeful] Dependency mtl: using mtl-2.3.1
  21302. 486.67 s [genvalidity-mergeful] Dependency pretty-show: using pretty-show-1.10
  21303. 486.67 s [genvalidity-mergeful] Dependency random: using random-1.2.1.3
  21304. 486.67 s [genvalidity-mergeful] Dependency safe-coloured-text: using safe-coloured-text-0.3.0.2
  21305. 486.67 s [genvalidity-mergeful] Dependency sydtest: using sydtest-0.23.0.1
  21306. 486.67 s [genvalidity-mergeful] Dependency time: using time-1.12.2
  21307. 486.67 s [genvalidity-mergeful] Dependency uuid: using uuid-1.3.16
  21308. 486.67 s [genvalidity-mergeful] Dependency base <5: using base-4.20.2.0
  21309. 486.67 s [genvalidity-mergeful] Dependency criterion: using criterion-1.6.4.0
  21310. 486.67 s [genvalidity-mergeful] Dependency genvalidity-criterion: using genvalidity-criterion-1.1.0.0
  21311. 486.67 s [genvalidity-mergeful] Dependency genvalidity-mergeful: using genvalidity-mergeful-0.3.0.1
  21312. 486.67 s [genvalidity-mergeful] Dependency mergeful: using mergeful-0.3.0.0
  21313. 486.67 s [genvalidity-mergeful] Source component graph:
  21314. 486.67 s [genvalidity-mergeful] component lib
  21315. 486.67 s [genvalidity-mergeful] component test:mergeful-test dependency lib
  21316. 486.67 s [genvalidity-mergeful] component bench:mergeful-bench dependency lib
  21317. 486.67 s [genvalidity-mergeful] Configured component graph:
  21318. 486.67 s [genvalidity-mergeful] component genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  21319. 486.67 s [genvalidity-mergeful] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21320. 486.67 s [genvalidity-mergeful] include base-4.20.2.0-fafd
  21321. 486.67 s [genvalidity-mergeful] include containers-0.7-96b4
  21322. 486.67 s [genvalidity-mergeful] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  21323. 486.67 s [genvalidity-mergeful] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  21324. 486.67 s [genvalidity-mergeful] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  21325. 486.67 s [genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  21326. 486.67 s [genvalidity-mergeful] component genvalidity-mergeful-0.3.0.1-JawfWcslG7OFi8r3abY0nL-mergeful-test
  21327. 486.67 s [genvalidity-mergeful] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21328. 486.67 s [genvalidity-mergeful] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  21329. 486.67 s [genvalidity-mergeful] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  21330. 486.67 s [genvalidity-mergeful] include base-4.20.2.0-fafd
  21331. 486.67 s [genvalidity-mergeful] include containers-0.7-96b4
  21332. 486.67 s [genvalidity-mergeful] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  21333. 486.67 s [genvalidity-mergeful] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  21334. 486.67 s [genvalidity-mergeful] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  21335. 486.67 s [genvalidity-mergeful] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  21336. 486.67 s [genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  21337. 486.67 s [genvalidity-mergeful] include mtl-2.3.1-37af
  21338. 486.67 s [genvalidity-mergeful] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  21339. 486.67 s [genvalidity-mergeful] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  21340. 486.67 s [genvalidity-mergeful] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  21341. 486.67 s [genvalidity-mergeful] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  21342. 486.67 s [genvalidity-mergeful] include time-1.12.2-3479
  21343. 486.67 s [genvalidity-mergeful] include uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
  21344. 486.67 s [genvalidity-mergeful] component genvalidity-mergeful-0.3.0.1-DjaiRymQLW8CikvOmYg2a4-mergeful-bench
  21345. 486.67 s [genvalidity-mergeful] include base-4.20.2.0-fafd
  21346. 486.67 s [genvalidity-mergeful] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  21347. 486.67 s [genvalidity-mergeful] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  21348. 486.67 s [genvalidity-mergeful] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  21349. 486.67 s [genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  21350. 486.67 s [genvalidity-mergeful] Linked component graph:
  21351. 486.67 s [genvalidity-mergeful] unit genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  21352. 486.67 s [genvalidity-mergeful] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21353. 486.67 s [genvalidity-mergeful] include base-4.20.2.0-fafd
  21354. 486.67 s [genvalidity-mergeful] include containers-0.7-96b4
  21355. 486.67 s [genvalidity-mergeful] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  21356. 486.67 s [genvalidity-mergeful] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  21357. 486.67 s [genvalidity-mergeful] include genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  21358. 486.67 s [genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  21359. 486.67 s [genvalidity-mergeful] Data.GenValidity.Mergeful=genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1:Data.GenValidity.Mergeful,Data.GenValidity.Mergeful.Collection=genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1:Data.GenValidity.Mergeful.Collection,Data.GenValidity.Mergeful.Item=genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1:Data.GenValidity.Mergeful.Item,Data.GenValidity.Mergeful.Timed=genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1:Data.GenValidity.Mergeful.Timed,Data.GenValidity.Mergeful.Value=genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1:Data.GenValidity.Mergeful.Value
  21360. 486.67 s [genvalidity-mergeful] unit genvalidity-mergeful-0.3.0.1-JawfWcslG7OFi8r3abY0nL-mergeful-test
  21361. 486.67 s [genvalidity-mergeful] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21362. 486.67 s [genvalidity-mergeful] include autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  21363. 486.67 s [genvalidity-mergeful] include autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  21364. 486.67 s [genvalidity-mergeful] include base-4.20.2.0-fafd
  21365. 486.67 s [genvalidity-mergeful] include containers-0.7-96b4
  21366. 486.67 s [genvalidity-mergeful] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  21367. 486.67 s [genvalidity-mergeful] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  21368. 486.67 s [genvalidity-mergeful] include genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  21369. 486.67 s [genvalidity-mergeful] include genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  21370. 486.67 s [genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  21371. 486.67 s [genvalidity-mergeful] include mtl-2.3.1-37af
  21372. 486.67 s [genvalidity-mergeful] include pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  21373. 486.67 s [genvalidity-mergeful] include random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  21374. 486.67 s [genvalidity-mergeful] include safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  21375. 486.67 s [genvalidity-mergeful] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  21376. 486.67 s [genvalidity-mergeful] include time-1.12.2-3479
  21377. 486.67 s [genvalidity-mergeful] include uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
  21378. 486.67 s [genvalidity-mergeful] unit genvalidity-mergeful-0.3.0.1-DjaiRymQLW8CikvOmYg2a4-mergeful-bench
  21379. 486.67 s [genvalidity-mergeful] include base-4.20.2.0-fafd
  21380. 486.67 s [genvalidity-mergeful] include criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  21381. 486.67 s [genvalidity-mergeful] include genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  21382. 486.67 s [genvalidity-mergeful] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  21383. 486.67 s [genvalidity-mergeful] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  21384. 486.67 s [genvalidity-mergeful] Ready component graph:
  21385. 486.67 s [genvalidity-mergeful] definite genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  21386. 486.67 s [genvalidity-mergeful] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21387. 486.67 s [genvalidity-mergeful] depends base-4.20.2.0-fafd
  21388. 486.67 s [genvalidity-mergeful] depends containers-0.7-96b4
  21389. 486.67 s [genvalidity-mergeful] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  21390. 486.67 s [genvalidity-mergeful] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  21391. 486.67 s [genvalidity-mergeful] depends genvalidity-time-1.0.0.1-FoTBdeertRc9A2x7n7iiGS
  21392. 486.67 s [genvalidity-mergeful] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  21393. 486.67 s [genvalidity-mergeful] definite genvalidity-mergeful-0.3.0.1-JawfWcslG7OFi8r3abY0nL-mergeful-test
  21394. 486.67 s [genvalidity-mergeful] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  21395. 486.67 s [genvalidity-mergeful] depends autodocodec-0.5.0.0-dqNWobqnUo5cU5YRRFohR
  21396. 486.67 s [genvalidity-mergeful] depends autodocodec-yaml-0.4.0.2-5jAgHdXjOO6LMWQabbDpy6
  21397. 486.67 s [genvalidity-mergeful] depends base-4.20.2.0-fafd
  21398. 486.67 s [genvalidity-mergeful] depends containers-0.7-96b4
  21399. 486.67 s [genvalidity-mergeful] depends genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  21400. 486.67 s [genvalidity-mergeful] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  21401. 486.67 s [genvalidity-mergeful] depends genvalidity-sydtest-aeson-1.0.0.1-HUw1h3zkWvdEFAp2ufNqWJ
  21402. 486.67 s [genvalidity-mergeful] depends genvalidity-uuid-1.0.0.1-6Jq634Q099MHg6nm1z8GP9
  21403. 486.67 s [genvalidity-mergeful] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  21404. 486.67 s [genvalidity-mergeful] depends mtl-2.3.1-37af
  21405. 486.67 s [genvalidity-mergeful] depends pretty-show-1.10-G62t24OeEI0IG3U8KQIndO
  21406. 486.67 s [genvalidity-mergeful] depends random-1.2.1.3-K1Tc5hVOO9d5YXDY9jC0tM
  21407. 486.67 s [genvalidity-mergeful] depends safe-coloured-text-0.3.0.2-5hpHeMh4zHxFvHXcNOUQh1
  21408. 486.67 s [genvalidity-mergeful] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  21409. 486.67 s [genvalidity-mergeful] depends time-1.12.2-3479
  21410. 486.67 s [genvalidity-mergeful] depends uuid-1.3.16-4tTKqafjpq55AAemS2VKYM
  21411. 486.67 s [genvalidity-mergeful] definite genvalidity-mergeful-0.3.0.1-DjaiRymQLW8CikvOmYg2a4-mergeful-bench
  21412. 486.67 s [genvalidity-mergeful] depends base-4.20.2.0-fafd
  21413. 486.67 s [genvalidity-mergeful] depends criterion-1.6.4.0-KXgZPUC3XbuAxh4sQtctr9
  21414. 486.67 s [genvalidity-mergeful] depends genvalidity-criterion-1.1.0.0-G6lPC3tJMLm7RvpSYVmT2h
  21415. 486.67 s [genvalidity-mergeful] depends genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  21416. 486.67 s [genvalidity-mergeful] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  21417. 486.67 s [genvalidity-mergeful] Using Cabal-3.12.1.0 compiled by ghc-9.10
  21418. 486.67 s [genvalidity-mergeful] Using compiler: ghc-9.10.3
  21419. 486.67 s [genvalidity-mergeful] Using install prefix:
  21420. 486.67 s [genvalidity-mergeful] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1
  21421. 486.67 s [genvalidity-mergeful] Executables installed in:
  21422. 486.67 s [genvalidity-mergeful] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/bin
  21423. 486.67 s [genvalidity-mergeful] Libraries installed in:
  21424. 486.67 s [genvalidity-mergeful] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  21425. 486.72 s [genvalidity-mergeful] Dynamic Libraries installed in:
  21426. 486.72 s [genvalidity-mergeful] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  21427. 486.72 s [genvalidity-mergeful] Private executables installed in:
  21428. 486.72 s [genvalidity-mergeful] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/genvalidity-mergeful-0.3.0.1
  21429. 486.72 s [genvalidity-mergeful] Data files installed in:
  21430. 486.72 s [genvalidity-mergeful] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/share/x86_64-linux-ghc-9.10.3-a85d/genvalidity-mergeful-0.3.0.1
  21431. 486.72 s [genvalidity-mergeful] Documentation installed in:
  21432. 486.72 s [genvalidity-mergeful] /nix/store/xzx6p6har7j6122sfarpj8j7xv0124zy-genvalidity-mergeful-0.3.0.1-doc/share/doc/genvalidity-mergeful-0.3.0.1
  21433. 486.72 s [genvalidity-mergeful] Configuration files installed in:
  21434. 486.72 s [genvalidity-mergeful] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/etc
  21435. 486.72 s [genvalidity-mergeful] No alex found
  21436. 486.72 s [genvalidity-mergeful] Using ar found on system at:
  21437. 486.72 s [genvalidity-mergeful] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  21438. 486.72 s [genvalidity-mergeful] No c2hs found
  21439. 486.72 s [genvalidity-mergeful] No cpphs found
  21440. 486.72 s [genvalidity-mergeful] No doctest found
  21441. 486.72 s [genvalidity-mergeful] Using gcc version 14.3.0 given by user at:
  21442. 486.72 s [genvalidity-mergeful] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  21443. 486.72 s [genvalidity-mergeful] Using ghc version 9.10.3 found on system at:
  21444. 486.72 s [genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  21445. 486.72 s [genvalidity-mergeful] Using ghc-pkg version 9.10.3 found on system at:
  21446. 486.72 s [genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  21447. 486.72 s [genvalidity-mergeful] No ghcjs found
  21448. 486.72 s [genvalidity-mergeful] No ghcjs-pkg found
  21449. 486.72 s [genvalidity-mergeful] No greencard found
  21450. 486.72 s [genvalidity-mergeful] Using haddock version 2.31.1 found on system at:
  21451. 486.72 s [genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  21452. 486.72 s [genvalidity-mergeful] No happy found
  21453. 486.72 s [genvalidity-mergeful] Using haskell-suite found on system at: haskell-suite-dummy-location
  21454. 486.72 s [genvalidity-mergeful] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  21455. 486.72 s [genvalidity-mergeful] No hmake found
  21456. 486.72 s [genvalidity-mergeful] Using hpc version 0.69 found on system at:
  21457. 486.72 s [genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  21458. 486.72 s [genvalidity-mergeful] Using hsc2hs version 0.68.10 found on system at:
  21459. 486.72 s [genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  21460. 486.72 s [genvalidity-mergeful] Using hscolour version 1.25 found on system at:
  21461. 486.72 s [genvalidity-mergeful] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  21462. 486.72 s [genvalidity-mergeful] No jhc found
  21463. 486.72 s [genvalidity-mergeful] Using ld found on system at:
  21464. 486.72 s [genvalidity-mergeful] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  21465. 486.72 s [genvalidity-mergeful] No pkg-config found
  21466. 486.72 s [genvalidity-mergeful] Using runghc version 9.10.3 found on system at:
  21467. 486.72 s [genvalidity-mergeful] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  21468. 486.72 s [genvalidity-mergeful] Using strip version 2.44 found on system at:
  21469. 486.72 s [genvalidity-mergeful] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  21470. 486.72 s [genvalidity-mergeful] Using tar found on system at:
  21471. 486.72 s [genvalidity-mergeful] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  21472. 486.72 s [genvalidity-mergeful] No uhc found
  21473. 486.90 s [genvalidity-mergeful] Phase: buildPhase
  21474. 487.02 s [genvalidity-mergeful] Preprocessing library for genvalidity-mergeful-0.3.0.1...
  21475. 487.02 s [genvalidity-mergeful] Building library for genvalidity-mergeful-0.3.0.1...
  21476. 487.10 s [genvalidity-mergeful] [1 of 6] Compiling Data.GenValidity.Mergeful.Timed ( src/Data/GenValidity/Mergeful/Timed.hs, dist/build/Data/GenValidity/Mergeful/Timed.o, dist/build/Data/GenValidity/Mergeful/Timed.dyn_o )
  21477. 487.23 s [genvalidity-mergeful] [2 of 6] Compiling Data.GenValidity.Mergeful.Item ( src/Data/GenValidity/Mergeful/Item.hs, dist/build/Data/GenValidity/Mergeful/Item.o, dist/build/Data/GenValidity/Mergeful/Item.dyn_o )
  21478. 487.39 s [genvalidity-dirforest] Preprocessing test suite 'dirforest-test' for genvalidity-dirforest-0.1.0.1...
  21479. 487.39 s [genvalidity-dirforest] Building test suite 'dirforest-test' for genvalidity-dirforest-0.1.0.1...
  21480. 487.50 s [genvalidity-dirforest] [1 of 3] Compiling Data.DirForestSpec ( test/Data/DirForestSpec.hs, dist/build/dirforest-test/dirforest-test-tmp/Data/DirForestSpec.o )
  21481. 487.87 s [genvalidity-mergeful] [3 of 6] Compiling Data.GenValidity.Mergeful.Collection ( src/Data/GenValidity/Mergeful/Collection.hs, dist/build/Data/GenValidity/Mergeful/Collection.o, dist/build/Data/GenValidity/Mergeful/Collection.dyn_o )
  21482. 488.34 s [genvalidity-mergeful] [4 of 6] Compiling Data.GenValidity.Mergeful.Value ( src/Data/GenValidity/Mergeful/Value.hs, dist/build/Data/GenValidity/Mergeful/Value.o, dist/build/Data/GenValidity/Mergeful/Value.dyn_o )
  21483. 488.34 s [genvalidity-mergeful] [5 of 6] Compiling Data.GenValidity.Mergeful ( src/Data/GenValidity/Mergeful.hs, dist/build/Data/GenValidity/Mergeful.o, dist/build/Data/GenValidity/Mergeful.dyn_o )
  21484. 488.36 s [genvalidity-mergeful] [6 of 6] Compiling Paths_genvalidity_mergeful ( dist/build/autogen/Paths_genvalidity_mergeful.hs, dist/build/Paths_genvalidity_mergeful.o, dist/build/Paths_genvalidity_mergeful.dyn_o )
  21485. 488.58 s [genvalidity-mergeful] [1 of 6] Compiling Data.GenValidity.Mergeful.Timed ( src/Data/GenValidity/Mergeful/Timed.hs, dist/build/Data/GenValidity/Mergeful/Timed.p_o )
  21486. 488.78 s [genvalidity-mergeful] [2 of 6] Compiling Data.GenValidity.Mergeful.Item ( src/Data/GenValidity/Mergeful/Item.hs, dist/build/Data/GenValidity/Mergeful/Item.p_o )
  21487. 489.45 s [genvalidity-mergeful] [3 of 6] Compiling Data.GenValidity.Mergeful.Collection ( src/Data/GenValidity/Mergeful/Collection.hs, dist/build/Data/GenValidity/Mergeful/Collection.p_o )
  21488. 489.97 s [genvalidity-dirforest] [2 of 3] Compiling Main ( test/Spec.hs, dist/build/dirforest-test/dirforest-test-tmp/Main.o )
  21489. 489.99 s [genvalidity-dirforest] [3 of 3] Compiling Paths_genvalidity_dirforest ( dist/build/dirforest-test/autogen/Paths_genvalidity_dirforest.hs, dist/build/dirforest-test/dirforest-test-tmp/Paths_genvalidity_dirforest.o )
  21490. 490.07 s [genvalidity-mergeful] [4 of 6] Compiling Data.GenValidity.Mergeful.Value ( src/Data/GenValidity/Mergeful/Value.hs, dist/build/Data/GenValidity/Mergeful/Value.p_o )
  21491. 490.07 s [genvalidity-mergeful] [5 of 6] Compiling Data.GenValidity.Mergeful ( src/Data/GenValidity/Mergeful.hs, dist/build/Data/GenValidity/Mergeful.p_o )
  21492. 490.12 s [genvalidity-mergeful] [6 of 6] Compiling Paths_genvalidity_mergeful ( dist/build/autogen/Paths_genvalidity_mergeful.hs, dist/build/Paths_genvalidity_mergeful.p_o )
  21493. 490.40 s [genvalidity-dirforest] [4 of 4] Linking dist/build/dirforest-test/dirforest-test
  21494. 491.48 s [genvalidity-dirforest] Phase: checkPhase
  21495. 491.78 s [genvalidity-dirforest] Running 1 test suites...
  21496. 491.78 s [genvalidity-dirforest] Test suite dirforest-test: RUNNING...
  21497. 491.82 s [genvalidity-mergeful] Preprocessing test suite 'mergeful-test' for genvalidity-mergeful-0.3.0.1...
  21498. 491.82 s [genvalidity-mergeful] Building test suite 'mergeful-test' for genvalidity-mergeful-0.3.0.1...
  21499. 491.87 s [genvalidity-dirforest] Tests:
  21500. 491.87 s [genvalidity-dirforest]
  21501. 491.87 s [genvalidity-dirforest] Data.DirForestSpec
  21502. 491.87 s [genvalidity-dirforest] filter
  21503. 491.87 s [genvalidity-dirforest] produces valid dir forests for const True 28.70 ms
  21504. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21505. 491.87 s [genvalidity-dirforest] produces the empty forest for const False 24.88 ms
  21506. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21507. 491.87 s [genvalidity-dirforest] behaves the same as M.filter 38.58 ms
  21508. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21509. 491.87 s [genvalidity-dirforest] produces valid dir forests for const False 41.25 ms
  21510. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21511. 491.87 s [genvalidity-dirforest] produces the same forest for const True 27.71 ms
  21512. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21513. 491.87 s [genvalidity-dirforest] anyEmptyDir
  21514. 491.87 s [genvalidity-dirforest] produces valid bools 17.85 ms
  21515. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21516. 491.87 s [genvalidity-dirforest] difference
  21517. 491.87 s [genvalidity-dirforest] behaves the same as M.difference 48.87 ms
  21518. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21519. 491.87 s [genvalidity-dirforest] produces valid dir forests 22.46 ms
  21520. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21521. 491.87 s [genvalidity-dirforest] is associative 18.34 ms
  21522. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21523. 491.87 s [genvalidity-dirforest] Eq (DirTree Word8)
  21524. 491.87 s [genvalidity-dirforest] (/=) :: (DirTree Word8) -> (DirTree Word8) -> Bool
  21525. 491.87 s [genvalidity-dirforest] is equivalent to (\a b -> not $ a == b) for "valid (DirTree Word8)"s 8.01 ms
  21526. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21527. 491.87 s [genvalidity-dirforest] is antireflexive for "valid (DirTree Word8)"s 10.72 ms
  21528. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21529. 491.87 s [genvalidity-dirforest] (==) :: (DirTree Word8) -> (DirTree Word8) -> Bool
  21530. 491.87 s [genvalidity-dirforest] is reflexive for "valid (DirTree Word8)"s 10.93 ms
  21531. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21532. 491.87 s [genvalidity-dirforest] is symmetric for "valid (DirTree Word8)"s 6.67 ms
  21533. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21534. 491.87 s [genvalidity-dirforest] is transitive for "valid (DirTree Word8)"s 10.35 ms
  21535. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21536. 491.87 s [genvalidity-dirforest] is equivalent to (\a b -> not $ a /= b) for "valid (DirTree Word8)"s 15.54 ms
  21537. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21538. 491.87 s [genvalidity-dirforest] Eq (DirForest Word8)
  21539. 491.87 s [genvalidity-dirforest] (==) :: (DirForest Word8) -> (DirForest Word8) -> Bool
  21540. 491.87 s [genvalidity-dirforest] is symmetric for "valid (DirForest Word8)"s 24.03 ms
  21541. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21542. 491.87 s [genvalidity-dirforest] is reflexive for "valid (DirForest Word8)"s 21.25 ms
  21543. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21544. 491.87 s [genvalidity-dirforest] is transitive for "valid (DirForest Word8)"s 21.07 ms
  21545. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21546. 491.87 s [genvalidity-dirforest] is equivalent to (\a b -> not $ a /= b) for "valid (DirForest Word8)"s 28.99 ms
  21547. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21548. 491.87 s [genvalidity-dirforest] (/=) :: (DirForest Word8) -> (DirForest Word8) -> Bool
  21549. 491.87 s [genvalidity-dirforest] is antireflexive for "valid (DirForest Word8)"s 19.65 ms
  21550. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21551. 491.87 s [genvalidity-dirforest] is equivalent to (\a b -> not $ a == b) for "valid (DirForest Word8)"s 21.30 ms
  21552. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21553. 491.87 s [genvalidity-dirforest] unions
  21554. 491.87 s [genvalidity-dirforest] behaves the same as M.unions 46.09 ms
  21555. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21556. 491.87 s [genvalidity-dirforest] Classes
  21557. 491.87 s [genvalidity-dirforest] 100.00% Succeeded
  21558. 491.87 s [genvalidity-dirforest] produces valid dir forests 49.99 ms
  21559. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21560. 491.87 s [genvalidity-dirforest] Ord (DirForest Word8)
  21561. 491.87 s [genvalidity-dirforest] (<=) :: (DirForest Word8) -> (DirForest Word8) -> Bool
  21562. 491.87 s [genvalidity-dirforest] is equivalent to (\a b -> compare a b /= GT) for "valid (DirForest Word8)"'s 25.01 ms
  21563. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21564. 491.87 s [genvalidity-dirforest] is reflexive for "valid (DirForest Word8)"'s 22.24 ms
  21565. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21566. 491.87 s [genvalidity-dirforest] is transitive for "valid (DirForest Word8)"'s 42.90 ms
  21567. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21568. 491.87 s [genvalidity-dirforest] is antisymmetric for "valid (DirForest Word8)"'s 19.74 ms
  21569. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21570. 491.87 s [genvalidity-dirforest] "min :: (DirForest Word8 -> DirForest Word8 -> DirForest Word8)"
  21571. 491.87 s [genvalidity-dirforest] is equivalent to (\a b -> if a <= b then a else b) for "valid (DirForest Word8)"'s 42.79 ms
  21572. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21573. 491.87 s [genvalidity-dirforest] (<) :: (DirForest Word8) -> (DirForest Word8) -> Bool
  21574. 491.87 s [genvalidity-dirforest] is antireflexive for "valid (DirForest Word8)"'s 18.66 ms
  21575. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21576. 491.87 s [genvalidity-dirforest] is equivalent to (\a b -> compare a b == LT) for "valid (DirForest Word8)"'s 21.76 ms
  21577. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21578. 491.87 s [genvalidity-dirforest] is transitive for "valid (DirForest Word8)"'s 30.60 ms
  21579. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21580. 491.87 s [genvalidity-dirforest] "max :: (DirForest Word8 -> DirForest Word8 -> DirForest Word8)"
  21581. 491.87 s [genvalidity-dirforest] is equivalent to (\a b -> if a >= b then a else b) for "valid (DirForest Word8)"'s 34.04 ms
  21582. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21583. 491.87 s [genvalidity-dirforest] (>=) :: (DirForest Word8) -> (DirForest Word8) -> Bool
  21584. 491.87 s [genvalidity-dirforest] is transitive for "valid (DirForest Word8)"'s 27.53 ms
  21585. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21586. 491.87 s [genvalidity-dirforest] is equivalent to (\a b -> compare a b /= LT) for "valid (DirForest Word8)"'s 24.12 ms
  21587. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21588. 491.87 s [genvalidity-dirforest] is antisymmetric for "valid (DirForest Word8)"'s 22.24 ms
  21589. 491.87 s [genvalidity-dirforest] passed for all of 100 inputs.
  21590. 492.15 s [genvalidity-dirforest] is reflexive for "valid (DirForest Word8)"'s 13.19 ms
  21591. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21592. 492.15 s [genvalidity-dirforest] (>) :: (DirForest Word8) -> (DirForest Word8) -> Bool
  21593. 492.15 s [genvalidity-dirforest] is antireflexive for "valid (DirForest Word8)"'s 22.00 ms
  21594. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21595. 492.15 s [genvalidity-dirforest] is equivalent to (\a b -> compare a b == GT) for "valid (DirForest Word8)"'s 23.27 ms
  21596. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21597. 492.15 s [genvalidity-dirforest] is transitive for "valid (DirForest Word8)"'s 24.53 ms
  21598. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21599. 492.15 s [genvalidity-dirforest] lookup
  21600. 492.15 s [genvalidity-dirforest] behaves the same as M.lookup 33.76 ms
  21601. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21602. 492.15 s [genvalidity-dirforest] produces valid values 5.73 ms
  21603. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21604. 492.15 s [genvalidity-dirforest] readDirForest
  21605. 492.15 s [genvalidity-dirforest] reads what was written for this simple case with one file 8.57 ms
  21606. 492.15 s [genvalidity-dirforest] passed for all of 10 inputs.
  21607. 492.15 s [genvalidity-dirforest] reads what was written for this simple case with one file two directories deep with the same name as the directory 19.34 ms
  21608. 492.15 s [genvalidity-dirforest] passed for all of 10 inputs.
  21609. 492.15 s [genvalidity-dirforest] reads valid forests 53.73 ms
  21610. 492.15 s [genvalidity-dirforest] passed for all of 10 inputs.
  21611. 492.15 s [genvalidity-dirforest] reads what was written for this simple case with one file two directories deep 21.74 ms
  21612. 492.15 s [genvalidity-dirforest] passed for all of 10 inputs.
  21613. 492.15 s [genvalidity-dirforest] reads what was written 324.97 ms
  21614. 492.15 s [genvalidity-dirforest] passed for all of 10 inputs.
  21615. 492.15 s [genvalidity-dirforest] reads an empty forest if the directory doesn't exist 1.22 ms
  21616. 492.15 s [genvalidity-dirforest] Ord (DirTree Word8)
  21617. 492.15 s [genvalidity-dirforest] (>) :: (DirTree Word8) -> (DirTree Word8) -> Bool
  21618. 492.15 s [genvalidity-dirforest] is equivalent to (\a b -> compare a b == GT) for "valid (DirTree Word8)"'s 4.72 ms
  21619. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21620. 492.15 s [genvalidity-dirforest] is antireflexive for "valid (DirTree Word8)"'s 22.85 ms
  21621. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21622. 492.15 s [genvalidity-dirforest] is transitive for "valid (DirTree Word8)"'s 12.72 ms
  21623. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21624. 492.15 s [genvalidity-dirforest] (<) :: (DirTree Word8) -> (DirTree Word8) -> Bool
  21625. 492.15 s [genvalidity-dirforest] is transitive for "valid (DirTree Word8)"'s 15.17 ms
  21626. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21627. 492.15 s [genvalidity-dirforest] is antireflexive for "valid (DirTree Word8)"'s 16.16 ms
  21628. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21629. 492.15 s [genvalidity-dirforest] is equivalent to (\a b -> compare a b == LT) for "valid (DirTree Word8)"'s 12.93 ms
  21630. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21631. 492.15 s [genvalidity-dirforest] (>=) :: (DirTree Word8) -> (DirTree Word8) -> Bool
  21632. 492.15 s [genvalidity-dirforest] is equivalent to (\a b -> compare a b /= LT) for "valid (DirTree Word8)"'s 11.51 ms
  21633. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21634. 492.15 s [genvalidity-dirforest] is antisymmetric for "valid (DirTree Word8)"'s 12.17 ms
  21635. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21636. 492.15 s [genvalidity-dirforest] is reflexive for "valid (DirTree Word8)"'s 12.31 ms
  21637. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21638. 492.15 s [genvalidity-dirforest] is transitive for "valid (DirTree Word8)"'s 5.95 ms
  21639. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21640. 492.15 s [genvalidity-dirforest] "max :: (DirTree Word8 -> DirTree Word8 -> DirTree Word8)"
  21641. 492.15 s [genvalidity-dirforest] is equivalent to (\a b -> if a >= b then a else b) for "valid (DirTree Word8)"'s 16.30 ms
  21642. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21643. 492.15 s [genvalidity-dirforest] (<=) :: (DirTree Word8) -> (DirTree Word8) -> Bool
  21644. 492.15 s [genvalidity-dirforest] is equivalent to (\a b -> compare a b /= GT) for "valid (DirTree Word8)"'s 4.83 ms
  21645. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21646. 492.15 s [genvalidity-dirforest] is reflexive for "valid (DirTree Word8)"'s 7.93 ms
  21647. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21648. 492.15 s [genvalidity-dirforest] is antisymmetric for "valid (DirTree Word8)"'s 5.86 ms
  21649. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21650. 492.15 s [genvalidity-dirforest] is transitive for "valid (DirTree Word8)"'s 9.61 ms
  21651. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21652. 492.15 s [genvalidity-dirforest] "min :: (DirTree Word8 -> DirTree Word8 -> DirTree Word8)"
  21653. 492.15 s [genvalidity-dirforest] is equivalent to (\a b -> if a <= b then a else b) for "valid (DirTree Word8)"'s 7.73 ms
  21654. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21655. 492.15 s [genvalidity-dirforest] fromList
  21656. 492.15 s [genvalidity-dirforest] produces valid dir forests 14.60 ms
  21657. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21658. 492.15 s [genvalidity-dirforest] behaves the same as M.fromList if it succeeds 23.00 ms
  21659. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21660. 492.15 s [genvalidity-dirforest] JSON (DirTree Word8) (valid)
  21661. 492.15 s [genvalidity-dirforest] encode :: (DirTree Word8) -> Data.ByteString.Lazy.ByteString
  21662. 492.15 s [genvalidity-dirforest] never fails to encode a "valid (DirTree Word8)" 12.54 ms
  21663. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21664. 492.15 s [genvalidity-dirforest] decode :: Data.ByteString.Lazy.ByteString -> Either String (DirTree Word8)
  21665. 492.15 s [genvalidity-dirforest] ensures that encode and decode are inverses for "valid (DirTree Word8)"'s 17.73 ms
  21666. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21667. 492.15 s [genvalidity-dirforest] insert
  21668. 492.15 s [genvalidity-dirforest] works for this example of the same file in two different directories 0.91 ms
  21669. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21670. 492.15 s [genvalidity-dirforest] works for if there the exact same file is in the way 9.43 ms
  21671. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21672. 492.15 s [genvalidity-dirforest] works for this example of a file in a dir if the dir is already there 0.83 ms
  21673. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21674. 492.15 s [genvalidity-dirforest] produces valid forests 11.43 ms
  21675. 492.15 s [genvalidity-dirforest] passed for all of 100 inputs.
  21676. 492.20 s [genvalidity-mergeful] [1 of 6] Compiling Data.Mergeful.CollectionSpec ( test/Data/Mergeful/CollectionSpec.hs, dist/build/mergeful-test/mergeful-test-tmp/Data/Mergeful/CollectionSpec.o )
  21677. 492.44 s [genvalidity-dirforest] works for this example with a dir in the way 1.78 ms
  21678. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21679. 492.44 s [genvalidity-dirforest] behaves the same as M.lookup when it works 27.73 ms
  21680. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21681. 492.44 s [genvalidity-dirforest] works for this example with a deeper file in the way 6.14 ms
  21682. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21683. 492.44 s [genvalidity-dirforest] inserts something that can be found again afterward 20.04 ms
  21684. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21685. 492.44 s [genvalidity-dirforest] works for this example of a file in a dir 1.77 ms
  21686. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21687. 492.44 s [genvalidity-dirforest] works for this example of a file 1.72 ms
  21688. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21689. 492.44 s [genvalidity-dirforest] works for this example of two files in the same dir 1.88 ms
  21690. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21691. 492.44 s [genvalidity-dirforest] empty
  21692. 492.44 s [genvalidity-dirforest] behaves the same as M.empty 0.01 ms
  21693. 492.44 s [genvalidity-dirforest] is valid 0.01 ms
  21694. 492.44 s [genvalidity-dirforest] mapWithPath
  21695. 492.44 s [genvalidity-dirforest] behaves the same as M.mapWithKey for increments 33.70 ms
  21696. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21697. 492.44 s [genvalidity-dirforest] behaves the same as M.mapWithKey for the function that takes the path 26.76 ms
  21698. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21699. 492.44 s [genvalidity-dirforest] pruneEmptyDirectories
  21700. 492.44 s [genvalidity-dirforest] produces valid forests 19.06 ms
  21701. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21702. 492.44 s [genvalidity-dirforest] produces forests without any empty maps recursively 14.43 ms
  21703. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21704. 492.44 s [genvalidity-dirforest] union
  21705. 492.44 s [genvalidity-dirforest] is idempotent if it succeeds 300.16 ms
  21706. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21707. 492.44 s [genvalidity-dirforest] produces valid dir forests 25.55 ms
  21708. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21709. 492.44 s [genvalidity-dirforest] Correctly shows an insertion error the other way around 0.01 ms
  21710. 492.44 s [genvalidity-dirforest] is associative if it succeeds 598.84 ms
  21711. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21712. 492.44 s [genvalidity-dirforest] Correctly shows an insertion error 0.01 ms
  21713. 492.44 s [genvalidity-dirforest] behaves the same as M.union 303.64 ms
  21714. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21715. 492.44 s [genvalidity-dirforest] Classes
  21716. 492.44 s [genvalidity-dirforest] 100.00% Succeeded
  21717. 492.44 s [genvalidity-dirforest] is commutative if it succeeds 303.03 ms
  21718. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21719. 492.44 s [genvalidity-dirforest] filter
  21720. 492.44 s [genvalidity-dirforest] produces valid dir forests for const True 18.77 ms
  21721. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21722. 492.44 s [genvalidity-dirforest] traverseWithPath
  21723. 492.44 s [genvalidity-dirforest] behaves the same as M.traverseWithKey for for the function that takes the path 22.97 ms
  21724. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21725. 492.44 s [genvalidity-dirforest] behaves the same as M.traverseWithKey for increments 22.41 ms
  21726. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21727. 492.44 s [genvalidity-dirforest] singletonDir
  21728. 492.44 s [genvalidity-dirforest] produces valid forests 8.41 ms
  21729. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21730. 492.44 s [genvalidity-dirforest] behaves the same as M.singletonDir 8.12 ms
  21731. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21732. 492.44 s [genvalidity-dirforest] fromFileMap
  21733. 492.44 s [genvalidity-dirforest] is the inverse of toFileMap if it succeeds starting from a map 15.76 ms
  21734. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21735. 492.44 s [genvalidity-dirforest] does not hold because dirs go missing
  21736. 492.44 s [genvalidity-dirforest] is the inverse of toFileMap if it succeeds starting from a dirforest
  21737. 492.44 s [genvalidity-dirforest] null
  21738. 492.44 s [genvalidity-dirforest] behaves the same as M.null 18.86 ms
  21739. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21740. 492.44 s [genvalidity-dirforest] produces valid dir forests 11.47 ms
  21741. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21742. 492.44 s [genvalidity-dirforest] writeDirForest
  21743. 492.44 s [genvalidity-dirforest] works in a nonexistent root 20.27 ms
  21744. 492.44 s [genvalidity-dirforest] passed for all of 10 inputs.
  21745. 492.44 s [genvalidity-dirforest] intersection
  21746. 492.44 s [genvalidity-dirforest] is idempotent 16.68 ms
  21747. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21748. 492.44 s [genvalidity-dirforest] is commutative 12.04 ms
  21749. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21750. 492.44 s [genvalidity-dirforest] should produce an empty list for disjunct dir forests 20.69 ms
  21751. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21752. 492.44 s [genvalidity-dirforest] is associative 12.25 ms
  21753. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21754. 492.44 s [genvalidity-dirforest] produces valid dir forests 9.35 ms
  21755. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21756. 492.44 s [genvalidity-dirforest] behaves the same as M.intersection 291.21 ms
  21757. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21758. 492.44 s [genvalidity-dirforest] shows that any dirforest is its own fixed point 17.31 ms
  21759. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21760. 492.44 s [genvalidity-dirforest] singletonFile
  21761. 492.44 s [genvalidity-dirforest] behaves the same as M.singletonFile 7.78 ms
  21762. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21763. 492.44 s [genvalidity-dirforest] produces valid forests 3.74 ms
  21764. 492.44 s [genvalidity-dirforest] passed for all of 100 inputs.
  21765. 492.60 s [genvalidity-dirforest] Does not hold because of empty filenames
  21766. 492.60 s [genvalidity-dirforest] fromMap
  21767. 492.60 s [genvalidity-dirforest] is the inverse of toMap if it succeeds starting from a dirforest
  21768. 492.60 s [genvalidity-dirforest] is the inverse of toMap if it succeeds starting from a map
  21769. 492.60 s [genvalidity-dirforest] JSON (DirForest Word8) (valid)
  21770. 492.60 s [genvalidity-dirforest] decode :: Data.ByteString.Lazy.ByteString -> Either String (DirForest Word8)
  21771. 492.60 s [genvalidity-dirforest] ensures that encode and decode are inverses for "valid (DirForest Word8)"'s 285.73 ms
  21772. 492.60 s [genvalidity-dirforest] passed for all of 100 inputs.
  21773. 492.60 s [genvalidity-dirforest] encode :: (DirForest Word8) -> Data.ByteString.Lazy.ByteString
  21774. 492.60 s [genvalidity-dirforest] never fails to encode a "valid (DirForest Word8)" 282.02 ms
  21775. 492.60 s [genvalidity-dirforest] passed for all of 100 inputs.
  21776. 492.60 s [genvalidity-dirforest] GenValid (DirForest Word8)
  21777. 492.60 s [genvalidity-dirforest] genValid :: Gen (DirForest Word8)
  21778. 492.60 s [genvalidity-dirforest] only generates valid '(DirForest Word8)'s 285.80 ms
  21779. 492.60 s [genvalidity-dirforest] passed for all of 100 inputs.
  21780. 492.60 s [genvalidity-dirforest] intersections
  21781. 492.60 s [genvalidity-dirforest] behaves the same as M.intersections 5.41 ms
  21782. 492.60 s [genvalidity-dirforest] passed for all of 100 inputs.
  21783. 492.60 s [genvalidity-dirforest] produces valid dir forests 0.87 ms
  21784. 492.60 s [genvalidity-dirforest] passed for all of 100 inputs.
  21785. 492.60 s [genvalidity-dirforest] toMap
  21786. 492.60 s [genvalidity-dirforest] works for this example of two files in the same dir 1.39 ms
  21787. 492.60 s [genvalidity-dirforest] passed for all of 100 inputs.
  21788. 492.60 s [genvalidity-dirforest] works for this example with a file 0.55 ms
  21789. 492.60 s [genvalidity-dirforest] passed for all of 100 inputs.
  21790. 492.60 s [genvalidity-dirforest] produces valid maps 285.21 ms
  21791. 492.60 s [genvalidity-dirforest] passed for all of 100 inputs.
  21792. 492.60 s [genvalidity-dirforest] works for this example 1.14 ms
  21793. 492.60 s [genvalidity-dirforest] passed for all of 100 inputs.
  21794. 492.60 s [genvalidity-dirforest] works for this example with a directory 0.77 ms
  21795. 492.60 s [genvalidity-dirforest] passed for all of 100 inputs.
  21796. 492.60 s [genvalidity-dirforest] GenValid (DirTree Word8)
  21797. 492.60 s [genvalidity-dirforest] genValid :: Gen (DirTree Word8)
  21798. 492.60 s [genvalidity-dirforest] only generates valid '(DirTree Word8)'s 10.02 ms
  21799. 492.60 s [genvalidity-dirforest] passed for all of 100 inputs.
  21800. 492.60 s [genvalidity-dirforest]
  21801. 492.60 s [genvalidity-dirforest] Examples: 10965
  21802. 492.60 s [genvalidity-dirforest] Passed: 120
  21803. 492.60 s [genvalidity-dirforest] Failed: 0
  21804. 492.60 s [genvalidity-dirforest] Pending: 3
  21805. 492.60 s [genvalidity-dirforest] Sum of test runtimes: 5.10 seconds
  21806. 492.60 s [genvalidity-dirforest] Test suite took: 0.65 seconds
  21807. 492.60 s [genvalidity-dirforest]
  21808. 492.72 s [genvalidity-dirforest] Test suite dirforest-test: PASS
  21809. 492.72 s [genvalidity-dirforest] Test suite logged to:
  21810. 492.72 s [genvalidity-dirforest] dist/test/genvalidity-dirforest-0.1.0.1-dirforest-test.log
  21811. 492.72 s [genvalidity-dirforest] 1 of 1 test suites (1 of 1 test cases) passed.
  21812. 492.73 s [genvalidity-dirforest] Phase: haddockPhase
  21813. 492.87 s [genvalidity-dirforest] Preprocessing library for genvalidity-dirforest-0.1.0.1...
  21814. 492.87 s [genvalidity-dirforest] Running Haddock on library for genvalidity-dirforest-0.1.0.1...
  21815. 492.87 s [genvalidity-dirforest] Warning: The documentation for the following packages are not installed. No
  21816. 492.87 s [genvalidity-dirforest] links will be generated to these packages: path-0.9.6, path-0.9.6,
  21817. 492.87 s [genvalidity-dirforest] vector-0.13.2.0
  21818. 493.08 s [genvalidity-dirforest] [1 of 2] Compiling Data.GenValidity.DirForest ( src/Data/GenValidity/DirForest.hs, nothing )
  21819. 493.21 s [genvalidity-dirforest] [2 of 2] Compiling Paths_genvalidity_dirforest ( dist/build/autogen/Paths_genvalidity_dirforest.hs, nothing )
  21820. 493.23 s [genvalidity-dirforest] Haddock coverage:
  21821. 493.23 s [genvalidity-dirforest] 0% ( 0 / 5) in 'Data.GenValidity.DirForest'
  21822. 493.23 s [genvalidity-dirforest] Missing documentation for:
  21823. 493.23 s [genvalidity-dirforest] Module header
  21824. 493.23 s [genvalidity-dirforest] genDirForestOf (src/Data/GenValidity/DirForest.hs:28)
  21825. 493.23 s [genvalidity-dirforest] genDirTreeOf (src/Data/GenValidity/DirForest.hs:42)
  21826. 493.23 s [genvalidity-dirforest] changedDirForest (src/Data/GenValidity/DirForest.hs:50)
  21827. 493.23 s [genvalidity-dirforest] disjunctDirForest (src/Data/GenValidity/DirForest.hs:53)
  21828. 494.96 s [genvalidity-mergeful] [2 of 6] Compiling Data.Mergeful.ItemSpec ( test/Data/Mergeful/ItemSpec.hs, dist/build/mergeful-test/mergeful-test-tmp/Data/Mergeful/ItemSpec.o )
  21829. 494.96 s [genvalidity-mergeful] [3 of 6] Compiling Data.Mergeful.TimedSpec ( test/Data/Mergeful/TimedSpec.hs, dist/build/mergeful-test/mergeful-test-tmp/Data/Mergeful/TimedSpec.o )
  21830. 494.96 s [genvalidity-mergeful] [4 of 6] Compiling Data.Mergeful.ValueSpec ( test/Data/Mergeful/ValueSpec.hs, dist/build/mergeful-test/mergeful-test-tmp/Data/Mergeful/ValueSpec.o )
  21831. 494.96 s [genvalidity-mergeful] [5 of 6] Compiling Main ( test/Spec.hs, dist/build/mergeful-test/mergeful-test-tmp/Main.o )
  21832. 495.00 s [genvalidity-mergeful] [6 of 6] Compiling Paths_genvalidity_mergeful ( dist/build/mergeful-test/autogen/Paths_genvalidity_mergeful.hs, dist/build/mergeful-test/mergeful-test-tmp/Paths_genvalidity_mergeful.o )
  21833. 495.33 s [genvalidity-mergeful] [7 of 7] Linking dist/build/mergeful-test/mergeful-test
  21834. 496.42 s [genvalidity-mergeful] Preprocessing benchmark 'mergeful-bench' for genvalidity-mergeful-0.3.0.1...
  21835. 496.42 s [genvalidity-mergeful] Building benchmark 'mergeful-bench' for genvalidity-mergeful-0.3.0.1...
  21836. 496.50 s [genvalidity-mergeful] [1 of 2] Compiling Main ( bench/Bench.hs, dist/build/mergeful-bench/mergeful-bench-tmp/Main.o )
  21837. 496.75 s [genvalidity-mergeful] [2 of 2] Compiling Paths_genvalidity_mergeful ( dist/build/mergeful-bench/autogen/Paths_genvalidity_mergeful.hs, dist/build/mergeful-bench/mergeful-bench-tmp/Paths_genvalidity_mergeful.o )
  21838. 496.91 s [genvalidity-mergeful] [3 of 3] Linking dist/build/mergeful-bench/mergeful-bench
  21839. 497.82 s [genvalidity-dirforest] Documentation created: dist/doc/html/genvalidity-dirforest/,
  21840. 497.82 s [genvalidity-dirforest] dist/doc/html/genvalidity-dirforest/genvalidity-dirforest.txt
  21841. 497.87 s [genvalidity-dirforest] Preprocessing test suite 'dirforest-test' for genvalidity-dirforest-0.1.0.1...
  21842. 497.88 s [genvalidity-dirforest] Phase: installPhase
  21843. 497.91 s [genvalidity-mergeful] Phase: checkPhase
  21844. 497.96 s [genvalidity-dirforest] Installing library in /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  21845. 498.16 s [genvalidity-dirforest] Phase: fixupPhase
  21846. 498.18 s [genvalidity-dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1
  21847. 498.18 s [genvalidity-dirforest] shrinking /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW-ghc9.10.3.so
  21848. 498.20 s [genvalidity-dirforest] checking for references to /build/ in /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1...
  21849. 498.22 s [genvalidity-dirforest] patching script interpreter paths in /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1
  21850. 498.22 s [genvalidity-dirforest] stripping (with command strip and flags -S -p) in /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/lib
  21851. 498.25 s [genvalidity-dirforest] shrinking RPATHs of ELF executables and libraries in /nix/store/l81s36m7fkziqfjnk2zb9lixqag6nbvn-genvalidity-dirforest-0.1.0.1-doc
  21852. 498.26 s [genvalidity-dirforest] checking for references to /build/ in /nix/store/l81s36m7fkziqfjnk2zb9lixqag6nbvn-genvalidity-dirforest-0.1.0.1-doc...
  21853. 498.27 s [genvalidity-mergeful] Running 1 test suites...
  21854. 498.27 s [genvalidity-mergeful] Test suite mergeful-test: RUNNING...
  21855. 498.28 s [genvalidity-dirforest] patching script interpreter paths in /nix/store/l81s36m7fkziqfjnk2zb9lixqag6nbvn-genvalidity-dirforest-0.1.0.1-doc
  21856. 498.36 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1
  21857. 498.76 s [post-build-hook] Pushing 2 paths (189 are already present) using zstd to cache smos ⏳
  21858. 498.76 s [post-build-hook]
  21859. 499.12 s [post-build-hook] Pushing /nix/store/l81s36m7fkziqfjnk2zb9lixqag6nbvn-genvalidity-dirforest-0.1.0.1-doc (199.07 KiB)
  21860. 499.16 s [post-build-hook] Pushing /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1 (717.42 KiB)
  21861. 500.16 s [post-build-hook]
  21862. 500.23 s [post-build-hook] All done.
  21863. 500.23 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1
  21864. 500.25 s [post-build-hook] copying 0 paths...
  21865. 500.43 s [post-build-hook] copying 0 paths...
  21866. 500.50 s Progress: 129 of 139 built (1 building), 815 of 815 downloaded from cache
  21867. 500.56 s Building cursor-dirforest-gen-source
  21868. 500.56 s [genvalidity-mergeful] Tests:
  21869. 500.56 s [genvalidity-mergeful]
  21870. 500.56 s [genvalidity-mergeful] Data.Mergeful.ValueSpec
  21871. 500.56 s [genvalidity-mergeful] ValueSyncResponse
  21872. 500.56 s [genvalidity-mergeful] JSON (ValueSyncResponse Word8) (valid)
  21873. 500.56 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ValueSyncResponse Word8)
  21874. 500.56 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (ValueSyncResponse Word8)"'s 8.27 ms
  21875. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21876. 500.56 s [genvalidity-mergeful] encode :: (ValueSyncResponse Word8) -> Data.ByteString.Lazy.ByteString
  21877. 500.56 s [genvalidity-mergeful] never fails to encode a "valid (ValueSyncResponse Word8)" 5.01 ms
  21878. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21879. 500.56 s [genvalidity-mergeful] GenValid (ValueSyncResponse Word8)
  21880. 500.56 s [genvalidity-mergeful] genValid :: Gen (ValueSyncResponse Word8)
  21881. 500.56 s [genvalidity-mergeful] only generates valid '(ValueSyncResponse Word8)'s 3.03 ms
  21882. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21883. 500.56 s [genvalidity-mergeful] outputs the same schema as before for (ValueSyncResponse Word8) 3.01 ms
  21884. 500.56 s [genvalidity-mergeful] processServerValueSync
  21885. 500.56 s [genvalidity-mergeful] Server changes
  21886. 500.56 s [genvalidity-mergeful] tells the client that there is a modified item at the server side 4.57 ms
  21887. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21888. 500.56 s [genvalidity-mergeful] Conflicts
  21889. 500.56 s [genvalidity-mergeful] notices a conflict if the client and server are trying to sync different items 4.58 ms
  21890. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21891. 500.56 s [genvalidity-mergeful] Client changes
  21892. 500.56 s [genvalidity-mergeful] changes the item that the client tells the server to change 4.32 ms
  21893. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21894. 500.56 s [genvalidity-mergeful] produces valid responses and stores 2.97 ms
  21895. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21896. 500.56 s [genvalidity-mergeful] makes no changes if the sync request reflects the state of the server 4.28 ms
  21897. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21898. 500.56 s [genvalidity-mergeful] syncing
  21899. 500.56 s [genvalidity-mergeful] succesfully syncs a modification across to a second client 4.35 ms
  21900. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21901. 500.56 s [genvalidity-mergeful] is idempotent with one client 4.31 ms
  21902. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21903. 500.56 s [genvalidity-mergeful] mergeValueSyncResponseIgnoreProblems
  21904. 500.56 s [genvalidity-mergeful] produces valid client stores 4.14 ms
  21905. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21906. 500.56 s [genvalidity-mergeful] makeValueSyncRequest
  21907. 500.56 s [genvalidity-mergeful] produces valid requests 2.82 ms
  21908. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21909. 500.56 s [genvalidity-mergeful] ClientValue
  21910. 500.56 s [genvalidity-mergeful] outputs the same schema as before for (ClientValue Word8) 4.10 ms
  21911. 500.56 s [genvalidity-mergeful] JSON (ClientValue Word8) (valid)
  21912. 500.56 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ClientValue Word8)
  21913. 500.56 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (ClientValue Word8)"'s 8.03 ms
  21914. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21915. 500.56 s [genvalidity-mergeful] encode :: (ClientValue Word8) -> Data.ByteString.Lazy.ByteString
  21916. 500.56 s [genvalidity-mergeful] never fails to encode a "valid (ClientValue Word8)" 5.27 ms
  21917. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21918. 500.56 s [genvalidity-mergeful] GenValid (ClientValue Word8)
  21919. 500.56 s [genvalidity-mergeful] genValid :: Gen (ClientValue Word8)
  21920. 500.56 s [genvalidity-mergeful] only generates valid '(ClientValue Word8)'s 4.13 ms
  21921. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21922. 500.56 s [genvalidity-mergeful] ServerValue
  21923. 500.56 s [genvalidity-mergeful] outputs the same schema as before for (ServerValue Word8) 4.22 ms
  21924. 500.56 s [genvalidity-mergeful] JSON (ServerValue Word8) (valid)
  21925. 500.56 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ServerValue Word8)
  21926. 500.56 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (ServerValue Word8)"'s 8.52 ms
  21927. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21928. 500.56 s [genvalidity-mergeful] encode :: (ServerValue Word8) -> Data.ByteString.Lazy.ByteString
  21929. 500.56 s [genvalidity-mergeful] never fails to encode a "valid (ServerValue Word8)" 4.37 ms
  21930. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21931. 500.56 s [genvalidity-mergeful] GenValid (ServerValue Word8)
  21932. 500.56 s [genvalidity-mergeful] genValid :: Gen (ServerValue Word8)
  21933. 500.56 s [genvalidity-mergeful] only generates valid '(ServerValue Word8)'s 4.23 ms
  21934. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21935. 500.56 s [genvalidity-mergeful] ValueSyncRequest
  21936. 500.56 s [genvalidity-mergeful] outputs the same schema as before for (ValueSyncRequest Word8) 4.29 ms
  21937. 500.56 s [genvalidity-mergeful] GenValid (ValueSyncRequest Word8)
  21938. 500.56 s [genvalidity-mergeful] genValid :: Gen (ValueSyncRequest Word8)
  21939. 500.56 s [genvalidity-mergeful] only generates valid '(ValueSyncRequest Word8)'s 4.21 ms
  21940. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21941. 500.56 s [genvalidity-mergeful] JSON (ValueSyncRequest Word8) (valid)
  21942. 500.56 s [genvalidity-mergeful] encode :: (ValueSyncRequest Word8) -> Data.ByteString.Lazy.ByteString
  21943. 500.56 s [genvalidity-mergeful] never fails to encode a "valid (ValueSyncRequest Word8)" 7.43 ms
  21944. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21945. 500.56 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ValueSyncRequest Word8)
  21946. 500.56 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (ValueSyncRequest Word8)"'s 7.87 ms
  21947. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21948. 500.56 s [genvalidity-mergeful] mergeValueSyncResponseRaw
  21949. 500.56 s [genvalidity-mergeful] produces valid client stores 4.33 ms
  21950. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21951. 500.56 s [genvalidity-mergeful] Data.Mergeful.TimedSpec
  21952. 500.56 s [genvalidity-mergeful] JSON ServerTime (valid)
  21953. 500.56 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String ServerTime
  21954. 500.56 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid ServerTime"'s 7.42 ms
  21955. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21956. 500.56 s [genvalidity-mergeful] encode :: ServerTime -> Data.ByteString.Lazy.ByteString
  21957. 500.56 s [genvalidity-mergeful] never fails to encode a "valid ServerTime" 4.27 ms
  21958. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21959. 500.56 s [genvalidity-mergeful] initialServerTime
  21960. 500.56 s [genvalidity-mergeful] is valid 1.75 ms
  21961. 500.56 s [genvalidity-mergeful] GenValid ServerTime
  21962. 500.56 s [genvalidity-mergeful] genValid :: Gen ServerTime
  21963. 500.56 s [genvalidity-mergeful] only generates valid 'ServerTime's 2.02 ms
  21964. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21965. 500.56 s [genvalidity-mergeful] JSON (Timed Int) (valid)
  21966. 500.56 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (Timed Int)
  21967. 500.56 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (Timed Int)"'s 6.14 ms
  21968. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21969. 500.56 s [genvalidity-mergeful] encode :: (Timed Int) -> Data.ByteString.Lazy.ByteString
  21970. 500.56 s [genvalidity-mergeful] never fails to encode a "valid (Timed Int)" 5.73 ms
  21971. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21972. 500.56 s [genvalidity-mergeful] GenValid (Timed Int)
  21973. 500.56 s [genvalidity-mergeful] genValid :: Gen (Timed Int)
  21974. 500.56 s [genvalidity-mergeful] only generates valid '(Timed Int)'s 1.78 ms
  21975. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21976. 500.56 s [genvalidity-mergeful] Data.Mergeful.ItemSpec
  21977. 500.56 s [genvalidity-mergeful] ItemSyncResponse
  21978. 500.56 s [genvalidity-mergeful] outputs the same schema as before for (ItemSyncResponse Word8) 1.89 ms
  21979. 500.56 s [genvalidity-mergeful] JSON (ItemSyncResponse Word8) (valid)
  21980. 500.56 s [genvalidity-mergeful] encode :: (ItemSyncResponse Word8) -> Data.ByteString.Lazy.ByteString
  21981. 500.56 s [genvalidity-mergeful] never fails to encode a "valid (ItemSyncResponse Word8)" 4.77 ms
  21982. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21983. 500.56 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ItemSyncResponse Word8)
  21984. 500.56 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (ItemSyncResponse Word8)"'s 4.79 ms
  21985. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21986. 500.56 s [genvalidity-mergeful] GenValid (ItemSyncResponse Word8)
  21987. 500.56 s [genvalidity-mergeful] genValid :: Gen (ItemSyncResponse Word8)
  21988. 500.56 s [genvalidity-mergeful] only generates valid '(ItemSyncResponse Word8)'s 1.11 ms
  21989. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21990. 500.56 s [genvalidity-mergeful] makeItemSyncRequest
  21991. 500.56 s [genvalidity-mergeful] produces valid requests 0.62 ms
  21992. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21993. 500.56 s [genvalidity-mergeful] ClientItem
  21994. 500.56 s [genvalidity-mergeful] JSON (ClientItem Word8) (valid)
  21995. 500.56 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ClientItem Word8)
  21996. 500.56 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (ClientItem Word8)"'s 4.67 ms
  21997. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  21998. 500.56 s [genvalidity-mergeful] encode :: (ClientItem Word8) -> Data.ByteString.Lazy.ByteString
  21999. 500.56 s [genvalidity-mergeful] never fails to encode a "valid (ClientItem Word8)" 4.53 ms
  22000. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  22001. 500.56 s [genvalidity-mergeful] GenValid (ClientItem Word8)
  22002. 500.56 s [genvalidity-mergeful] genValid :: Gen (ClientItem Word8)
  22003. 500.56 s [genvalidity-mergeful] only generates valid '(ClientItem Word8)'s 1.63 ms
  22004. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  22005. 500.56 s [genvalidity-mergeful] outputs the same schema as before for (ClientItem Word8) 1.69 ms
  22006. 500.56 s [genvalidity-mergeful] mergeItemSyncResponseUsingCRDT
  22007. 500.56 s [genvalidity-mergeful] produces valid client stores 3.04 ms
  22008. 500.56 s [genvalidity-mergeful] passed for all of 100 inputs.
  22009. 500.56 s [genvalidity-mergeful] syncing
  22010. 500.57 s [genvalidity-mergeful] fromServer
  22011. 500.57 s [genvalidity-mergeful] succesfully syncs a modification across to a second client 1.66 ms
  22012. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22013. 500.57 s [genvalidity-mergeful] succesfully syncs an addition across to a second client 1.49 ms
  22014. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22015. 500.57 s [genvalidity-mergeful] is idempotent with one client 3.01 ms
  22016. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22017. 500.57 s [genvalidity-mergeful] is returns an empty response on the second sync with no modifications 2.99 ms
  22018. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22019. 500.57 s [genvalidity-mergeful] succesfully syncs a deletion across to a second client 2.97 ms
  22020. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22021. 500.57 s [genvalidity-mergeful] does not run into a conflict if two clients both try to sync a deletion 2.88 ms
  22022. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22023. 500.57 s [genvalidity-mergeful] it always possible to add an item from scratch 1.20 ms
  22024. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22025. 500.57 s [genvalidity-mergeful] fromClient
  22026. 500.57 s [genvalidity-mergeful] succesfully syncs a modification across to a second client 3.24 ms
  22027. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22028. 500.57 s [genvalidity-mergeful] does not hold
  22029. 500.57 s [genvalidity-mergeful] is returns an empty response on the second sync with no modifications
  22030. 500.57 s [genvalidity-mergeful] succesfully syncs a deletion across to a second client 2.59 ms
  22031. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22032. 500.57 s [genvalidity-mergeful] succesfully syncs an addition across to a second client 2.63 ms
  22033. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22034. 500.57 s [genvalidity-mergeful] is idempotent with one client 2.72 ms
  22035. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22036. 500.57 s [genvalidity-mergeful] it always possible to add an item from scratch 2.11 ms
  22037. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22038. 500.57 s [genvalidity-mergeful] does not run into a conflict if two clients both try to sync a deletion 2.21 ms
  22039. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22040. 500.57 s [genvalidity-mergeful] gadt
  22041. 500.57 s [genvalidity-mergeful] is returns an empty response on the second sync with no modifications 2.83 ms
  22042. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22043. 500.57 s [genvalidity-mergeful] succesfully syncs an addition across to a second client 2.05 ms
  22044. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22045. 500.57 s [genvalidity-mergeful] it always possible to add an item from scratch 2.02 ms
  22046. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22047. 500.57 s [genvalidity-mergeful] succesfully syncs a deletion across to a second client 2.63 ms
  22048. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22049. 500.57 s [genvalidity-mergeful] does not run into a conflict if two clients both try to sync a deletion 2.69 ms
  22050. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22051. 500.57 s [genvalidity-mergeful] succesfully syncs a modification across to a second client 1.44 ms
  22052. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22053. 500.57 s [genvalidity-mergeful] is idempotent with one client 1.26 ms
  22054. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22055. 500.57 s [genvalidity-mergeful] ItemSyncRequest
  22056. 500.57 s [genvalidity-mergeful] GenValid (ItemSyncRequest Word8)
  22057. 500.57 s [genvalidity-mergeful] genValid :: Gen (ItemSyncRequest Word8)
  22058. 500.57 s [genvalidity-mergeful] only generates valid '(ItemSyncRequest Word8)'s 0.66 ms
  22059. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22060. 500.57 s [genvalidity-mergeful] outputs the same schema as before for (ItemSyncRequest Word8) 1.41 ms
  22061. 500.57 s [genvalidity-mergeful] JSON (ItemSyncRequest Word8) (valid)
  22062. 500.57 s [genvalidity-mergeful] encode :: (ItemSyncRequest Word8) -> Data.ByteString.Lazy.ByteString
  22063. 500.57 s [genvalidity-mergeful] never fails to encode a "valid (ItemSyncRequest Word8)" 1.43 ms
  22064. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22065. 500.57 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ItemSyncRequest Word8)
  22066. 500.57 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (ItemSyncRequest Word8)"'s 1.63 ms
  22067. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22068. 500.57 s [genvalidity-mergeful] mergeItemSyncResponseFromServer
  22069. 500.57 s [genvalidity-mergeful] produces valid client stores 1.31 ms
  22070. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22071. 500.57 s [genvalidity-mergeful] ServerItem
  22072. 500.57 s [genvalidity-mergeful] JSON (ServerItem Word8) (valid)
  22073. 500.57 s [genvalidity-mergeful] encode :: (ServerItem Word8) -> Data.ByteString.Lazy.ByteString
  22074. 500.57 s [genvalidity-mergeful] never fails to encode a "valid (ServerItem Word8)" 1.29 ms
  22075. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22076. 500.57 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ServerItem Word8)
  22077. 500.57 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (ServerItem Word8)"'s 5.28 ms
  22078. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22079. 500.57 s [genvalidity-mergeful] GenValid (ServerItem Word8)
  22080. 500.57 s [genvalidity-mergeful] genValid :: Gen (ServerItem Word8)
  22081. 500.57 s [genvalidity-mergeful] only generates valid '(ServerItem Word8)'s 1.17 ms
  22082. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22083. 500.57 s [genvalidity-mergeful] outputs the same schema as before for (ServerItem Word8) 1.18 ms
  22084. 500.57 s [genvalidity-mergeful] mergeItemSyncResponseFromClient
  22085. 500.57 s [genvalidity-mergeful] produces valid client stores 2.46 ms
  22086. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22087. 500.57 s [genvalidity-mergeful] mergeItemSyncResponseRaw
  22088. 500.57 s [genvalidity-mergeful] produces valid client stores 2.45 ms
  22089. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22090. 500.57 s [genvalidity-mergeful] processServerItemSync
  22091. 500.57 s [genvalidity-mergeful] Conflicts
  22092. 500.57 s [genvalidity-mergeful] notices a conflict if the client and server are trying to sync different items 6.11 ms
  22093. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22094. 500.57 s [genvalidity-mergeful] notices a server-deleted-conflict if the client has a modified item and server has no item 2.38 ms
  22095. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22096. 500.57 s [genvalidity-mergeful] notices a server-deleted-conflict if the client has a deleted item and server has a modified item 5.05 ms
  22097. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22098. 500.57 s [genvalidity-mergeful] produces valid responses and stores 2.29 ms
  22099. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22100. 500.57 s [genvalidity-mergeful] makes no changes if the sync request reflects the state of the empty server 0.96 ms
  22101. 500.57 s [genvalidity-mergeful] makes no changes if the sync request reflects the state of the full server 2.29 ms
  22102. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22103. 500.57 s [genvalidity-mergeful] Server changes
  22104. 500.57 s [genvalidity-mergeful] tells the client that there is a modified item at the server side 4.64 ms
  22105. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22106. 500.57 s [genvalidity-mergeful] tells the client that there is a new item at the server side 1.93 ms
  22107. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22108. 500.57 s [genvalidity-mergeful] tells the client that there is a deleted item at the server side 1.86 ms
  22109. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22110. 500.57 s [genvalidity-mergeful] Client changes
  22111. 500.57 s [genvalidity-mergeful] changes the item that the client tells the server to change 4.51 ms
  22112. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22113. 500.57 s [genvalidity-mergeful] adds the item that the client tells the server to add 1.56 ms
  22114. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22115. 500.57 s [genvalidity-mergeful] deletes the item that the client tells the server to delete 1.79 ms
  22116. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22117. 500.57 s [genvalidity-mergeful] Data.Mergeful.CollectionSpec
  22118. 500.57 s [genvalidity-mergeful] mergeAddedItems
  22119. 500.57 s [genvalidity-mergeful] produces valid results 5.63 ms
  22120. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22121. 500.57 s [genvalidity-mergeful] markItemDeletedInClientStore
  22122. 500.57 s [genvalidity-mergeful] makes the client store one smaller 11.80 ms
  22123. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22124. 500.57 s [genvalidity-mergeful] produces valid stores 13.55 ms
  22125. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22126. 500.57 s [genvalidity-mergeful] ensures that the added item is in fact not in the result 13.68 ms
  22127. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22128. 500.57 s [genvalidity-mergeful] Syncing with mergeSyncResponseFromClient
  22129. 500.57 s [genvalidity-mergeful] does not lose data after a conflict occurs 6.49 ms
  22130. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22131. 500.57 s [genvalidity-mergeful] Single client
  22132. 500.57 s [genvalidity-mergeful] Multi-item
  22133. 500.57 s [genvalidity-mergeful] is idempotent with one client 40.99 ms
  22134. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22135. 500.57 s [genvalidity-mergeful] succesfully downloads everything from the server for an empty client 14.57 ms
  22136. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22137. 500.57 s [genvalidity-mergeful] succesfully uploads everything to the server for an empty server 17.37 ms
  22138. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22139. 500.57 s [genvalidity-mergeful] mergeClientDeletedConflicts
  22140. 500.57 s [genvalidity-mergeful] produces valid results 8.42 ms
  22141. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22142. 500.57 s [genvalidity-mergeful] Multiple clients
  22143. 500.57 s [genvalidity-mergeful] Single-item
  22144. 500.57 s [genvalidity-mergeful] successfully syncs a modification accross to a second client 6.88 ms
  22145. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22146. 500.57 s [genvalidity-mergeful] successfully syncs an addition accross to a second client 6.10 ms
  22147. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22148. 500.57 s [genvalidity-mergeful] does not run into a conflict if two clients both try to sync a deletion 13.48 ms
  22149. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22150. 500.57 s [genvalidity-mergeful] succesfully syncs a deletion across to a second client 5.26 ms
  22151. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22152. 500.57 s [genvalidity-mergeful] Multiple items
  22153. 500.57 s [genvalidity-mergeful] successfully syncs additions accross to a second client 24.39 ms
  22154. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22155. 500.57 s [genvalidity-mergeful] does not run into a conflict if two clients both try to sync a deletion 18.73 ms
  22156. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22157. 500.57 s [genvalidity-mergeful] succesfully syncs deletions across to a second client 16.29 ms
  22158. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22159. 500.57 s [genvalidity-mergeful] mergeSyncedButChangedConflicts
  22160. 500.57 s [genvalidity-mergeful] produces valid results 5.98 ms
  22161. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22162. 500.57 s [genvalidity-mergeful] mergeServerDeletedConflicts
  22163. 500.57 s [genvalidity-mergeful] produces valid results 10.30 ms
  22164. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22165. 500.57 s [genvalidity-mergeful] does not hold
  22166. 500.57 s [genvalidity-mergeful] is returns an empty response on the second sync with no modifications
  22167. 500.57 s [genvalidity-mergeful] does not diverge after a conflict occurs
  22168. 500.57 s [genvalidity-mergeful] mergeDeletedItems
  22169. 500.57 s [genvalidity-mergeful] produces valid results 6.34 ms
  22170. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22171. 500.57 s [genvalidity-mergeful] There must not be id conflicts
  22172. 500.57 s [genvalidity-mergeful] mergeSyncResponseFromServer
  22173. 500.57 s [genvalidity-mergeful] produces valid requests
  22174. 500.57 s [genvalidity-mergeful] mergeSyncResponseUsingCRDT
  22175. 500.57 s [genvalidity-mergeful] produces valid requests
  22176. 500.57 s [genvalidity-mergeful] mergeSyncResponseFromClient
  22177. 500.57 s [genvalidity-mergeful] produces valid requests
  22178. 500.57 s [genvalidity-mergeful] mergeSyncedButChangedItems
  22179. 500.57 s [genvalidity-mergeful] produces valid results 13.88 ms
  22180. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22181. 500.57 s [genvalidity-mergeful] ClientAddition
  22182. 500.57 s [genvalidity-mergeful] JSON (ClientAddition Word8) (valid)
  22183. 500.57 s [genvalidity-mergeful] encode :: (ClientAddition Word8) -> Data.ByteString.Lazy.ByteString
  22184. 500.57 s [genvalidity-mergeful] never fails to encode a "valid (ClientAddition Word8)" 11.79 ms
  22185. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22186. 500.57 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ClientAddition Word8)
  22187. 500.57 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (ClientAddition Word8)"'s 5.16 ms
  22188. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22189. 500.57 s [genvalidity-mergeful] outputs the same schema as before for (ClientAddition Word8) 3.09 ms
  22190. 500.57 s [genvalidity-mergeful] GenValid (ClientAddition Word8)
  22191. 500.57 s [genvalidity-mergeful] genValid :: Gen (ClientAddition Word8)
  22192. 500.57 s [genvalidity-mergeful] only generates valid '(ClientAddition Word8)'s 1.11 ms
  22193. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22194. 500.57 s [genvalidity-mergeful] processServerSync
  22195. 500.57 s [genvalidity-mergeful] produces valid tuples of a response and a store 22.97 ms
  22196. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22197. 500.57 s [genvalidity-mergeful] initialSyncRequest
  22198. 500.57 s [genvalidity-mergeful] is valid 3.81 ms
  22199. 500.57 s [genvalidity-mergeful] ClientId
  22200. 500.57 s [genvalidity-mergeful] GenValid ClientId
  22201. 500.57 s [genvalidity-mergeful] genValid :: Gen ClientId
  22202. 500.57 s [genvalidity-mergeful] only generates valid 'ClientId's 0.61 ms
  22203. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22204. 500.57 s [genvalidity-mergeful] JSON ClientId (valid)
  22205. 500.57 s [genvalidity-mergeful] encode :: ClientId -> Data.ByteString.Lazy.ByteString
  22206. 500.57 s [genvalidity-mergeful] never fails to encode a "valid ClientId" 1.35 ms
  22207. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22208. 500.57 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String ClientId
  22209. 500.57 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid ClientId"'s 1.70 ms
  22210. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22211. 500.57 s [genvalidity-mergeful] outputs the same schema as before for ClientId 0.49 ms
  22212. 500.57 s [genvalidity-mergeful] makeSyncRequest
  22213. 500.57 s [genvalidity-mergeful] produces valid requests 16.77 ms
  22214. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22215. 500.57 s [genvalidity-mergeful] ServerStore
  22216. 500.57 s [genvalidity-mergeful] JSON (ServerStore Word8 Word8) (valid)
  22217. 500.57 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ServerStore Word8 Word8)
  22218. 500.57 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (ServerStore Word8 Word8)"'s 22.60 ms
  22219. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22220. 500.57 s [genvalidity-mergeful] encode :: (ServerStore Word8 Word8) -> Data.ByteString.Lazy.ByteString
  22221. 500.57 s [genvalidity-mergeful] never fails to encode a "valid (ServerStore Word8 Word8)" 13.93 ms
  22222. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22223. 500.57 s [genvalidity-mergeful] GenValid (ServerStore Word8 Word8)
  22224. 500.57 s [genvalidity-mergeful] genValid :: Gen (ServerStore Word8 Word8)
  22225. 500.57 s [genvalidity-mergeful] only generates valid '(ServerStore Word8 Word8)'s 9.11 ms
  22226. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22227. 500.57 s [genvalidity-mergeful] outputs the same schema as before for (ServerStore Word8 Word8) 0.27 ms
  22228. 500.57 s [genvalidity-mergeful] initialServerStore
  22229. 500.57 s [genvalidity-mergeful] is valid 0.01 ms
  22230. 500.57 s [genvalidity-mergeful] SyncResponse
  22231. 500.57 s [genvalidity-mergeful] JSON (SyncResponse ClientId Word8 Word8) (valid)
  22232. 500.57 s [genvalidity-mergeful] encode :: (SyncResponse ClientId Word8 Word8) -> Data.ByteString.Lazy.ByteString
  22233. 500.57 s [genvalidity-mergeful] never fails to encode a "valid (SyncResponse ClientId Word8 Word8)" 25.61 ms
  22234. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22235. 500.57 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (SyncResponse ClientId Word8 Word8)
  22236. 500.57 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (SyncResponse ClientId Word8 Word8)"'s 35.19 ms
  22237. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22238. 500.57 s [genvalidity-mergeful] outputs the same schema as before for (SyncResponse ClientId Word8 Word8) 1.32 ms
  22239. 500.57 s [genvalidity-mergeful] GenValid (SyncResponse ClientId Word8 Word8)
  22240. 500.57 s [genvalidity-mergeful] genValid :: Gen (SyncResponse ClientId Word8 Word8)
  22241. 500.57 s [genvalidity-mergeful] only generates valid '(SyncResponse ClientId Word8 Word8)'s 25.69 ms
  22242. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22243. 500.57 s [genvalidity-mergeful] SyncRequest
  22244. 500.57 s [genvalidity-mergeful] GenValid (SyncRequest ClientId Word8 Word8)
  22245. 500.57 s [genvalidity-mergeful] genValid :: Gen (SyncRequest ClientId Word8 Word8)
  22246. 500.57 s [genvalidity-mergeful] only generates valid '(SyncRequest ClientId Word8 Word8)'s 15.54 ms
  22247. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22248. 500.57 s [genvalidity-mergeful] JSON (SyncRequest ClientId Word8 Word8) (valid)
  22249. 500.57 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (SyncRequest ClientId Word8 Word8)
  22250. 500.57 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (SyncRequest ClientId Word8 Word8)"'s 26.49 ms
  22251. 500.57 s [genvalidity-mergeful] passed for all of 100 inputs.
  22252. 500.58 s [genvalidity-mergeful] encode :: (SyncRequest ClientId Word8 Word8) -> Data.ByteString.Lazy.ByteString
  22253. 500.58 s [genvalidity-mergeful] never fails to encode a "valid (SyncRequest ClientId Word8 Word8)" 14.13 ms
  22254. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22255. 500.58 s [genvalidity-mergeful] outputs the same schema as before for (SyncRequest ClientId Word8 Word8) 0.32 ms
  22256. 500.58 s [genvalidity-mergeful] changeItemInClientStore
  22257. 500.58 s [genvalidity-mergeful] ensures that the changed item is in fact in the result 22.17 ms
  22258. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22259. 500.58 s [genvalidity-mergeful] produces valid stores 4.30 ms
  22260. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22261. 500.58 s [genvalidity-mergeful] doesn't change the size of the client store 13.71 ms
  22262. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22263. 500.58 s [genvalidity-mergeful] initialClientStore
  22264. 500.58 s [genvalidity-mergeful] is valid 0.91 ms
  22265. 500.58 s [genvalidity-mergeful] ClientStore
  22266. 500.58 s [genvalidity-mergeful] GenValid (ClientStore ClientId Word8 Word8)
  22267. 500.58 s [genvalidity-mergeful] genValid :: Gen (ClientStore ClientId Word8 Word8)
  22268. 500.58 s [genvalidity-mergeful] only generates valid '(ClientStore ClientId Word8 Word8)'s 12.81 ms
  22269. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22270. 500.58 s [genvalidity-mergeful] JSON (ClientStore ClientId Word8 Word8) (valid)
  22271. 500.58 s [genvalidity-mergeful] decode :: Data.ByteString.Lazy.ByteString -> Either String (ClientStore ClientId Word8 Word8)
  22272. 500.58 s [genvalidity-mergeful] ensures that encode and decode are inverses for "valid (ClientStore ClientId Word8 Word8)"'s 16.16 ms
  22273. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22274. 500.58 s [genvalidity-mergeful] encode :: (ClientStore ClientId Word8 Word8) -> Data.ByteString.Lazy.ByteString
  22275. 500.58 s [genvalidity-mergeful] never fails to encode a "valid (ClientStore ClientId Word8 Word8)" 16.82 ms
  22276. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22277. 500.58 s [genvalidity-mergeful] outputs the same schema as before for (ClientStore ClientId Word8 Word8) 0.79 ms
  22278. 500.58 s [genvalidity-mergeful] deleteItemFromClientStore
  22279. 500.58 s [genvalidity-mergeful] produces valid stores 6.33 ms
  22280. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22281. 500.58 s [genvalidity-mergeful] makes the client store one smaller 10.37 ms
  22282. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22283. 500.58 s [genvalidity-mergeful] emptySyncResponse
  22284. 500.58 s [genvalidity-mergeful] is valid 0.02 ms
  22285. 500.58 s [genvalidity-mergeful] Syncing with mergeSyncResponseFromServer
  22286. 500.58 s [genvalidity-mergeful] Multiple clients
  22287. 500.58 s [genvalidity-mergeful] Multiple items
  22288. 500.58 s [genvalidity-mergeful] does not run into a conflict if two clients both try to sync a deletion 12.67 ms
  22289. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22290. 500.58 s [genvalidity-mergeful] succesfully syncs deletions across to a second client 11.90 ms
  22291. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22292. 500.58 s [genvalidity-mergeful] successfully syncs additions accross to a second client 15.09 ms
  22293. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22294. 500.58 s [genvalidity-mergeful] Single-item
  22295. 500.58 s [genvalidity-mergeful] does not run into a conflict if two clients both try to sync a deletion 3.56 ms
  22296. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22297. 500.58 s [genvalidity-mergeful] succesfully syncs a deletion across to a second client 4.91 ms
  22298. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22299. 500.58 s [genvalidity-mergeful] successfully syncs an addition accross to a second client 4.46 ms
  22300. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22301. 500.58 s [genvalidity-mergeful] successfully syncs a modification accross to a second client 2.73 ms
  22302. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22303. 500.58 s [genvalidity-mergeful] mergeClientDeletedConflicts
  22304. 500.58 s [genvalidity-mergeful] produces valid results 7.86 ms
  22305. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22306. 500.58 s [genvalidity-mergeful] mergeSyncResponseFromServer
  22307. 500.58 s [genvalidity-mergeful] only differs from mergeSyncResponseFromClient on conflicts 33.72 ms
  22308. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22309. 500.58 s [genvalidity-mergeful] is returns an empty response on the second sync with no modifications 23.93 ms
  22310. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22311. 500.58 s [genvalidity-mergeful] Single client
  22312. 500.58 s [genvalidity-mergeful] Multi-item
  22313. 500.58 s [genvalidity-mergeful] succesfully uploads everything to the server for an empty server 9.93 ms
  22314. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22315. 500.58 s [genvalidity-mergeful] is idempotent with one client 25.15 ms
  22316. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22317. 500.58 s [genvalidity-mergeful] succesfully downloads everything from the server for an empty client 8.02 ms
  22318. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22319. 500.58 s [genvalidity-mergeful] mergeServerDeletedConflicts
  22320. 500.58 s [genvalidity-mergeful] produces valid results 4.00 ms
  22321. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22322. 500.58 s [genvalidity-mergeful] mergeSyncedButChangedConflicts
  22323. 500.58 s [genvalidity-mergeful] produces valid results 4.13 ms
  22324. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22325. 500.58 s [genvalidity-mergeful] does not diverge after a conflict occurs 5.54 ms
  22326. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22327. 500.58 s [genvalidity-mergeful] does not hold
  22328. 500.58 s [genvalidity-mergeful] does not lose data after a conflict occurs
  22329. 500.58 s [genvalidity-mergeful] addItemToClientStore
  22330. 500.58 s [genvalidity-mergeful] ensures that the added item is in fact in the result 7.57 ms
  22331. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22332. 500.58 s [genvalidity-mergeful] produces valid stores 5.42 ms
  22333. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22334. 500.58 s [genvalidity-mergeful] makes the client store one bigger 10.02 ms
  22335. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22336. 500.58 s [genvalidity-mergeful] Syncing with mergeSyncResponseUsingStrategy with a GCounter
  22337. 500.58 s [genvalidity-mergeful] mergeServerDeletedConflicts
  22338. 500.58 s [genvalidity-mergeful] produces valid results 8.48 ms
  22339. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22340. 500.58 s [genvalidity-mergeful] does not diverge after a conflict occurs 4.93 ms
  22341. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22342. 500.58 s [genvalidity-mergeful] Multiple clients
  22343. 500.58 s [genvalidity-mergeful] Single-item
  22344. 500.58 s [genvalidity-mergeful] does not run into a conflict if two clients both try to sync a deletion 1.82 ms
  22345. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22346. 500.58 s [genvalidity-mergeful] successfully syncs a modification accross to a second client 3.18 ms
  22347. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22348. 500.58 s [genvalidity-mergeful] successfully syncs an addition accross to a second client 4.14 ms
  22349. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22350. 500.58 s [genvalidity-mergeful] succesfully syncs a deletion across to a second client 2.36 ms
  22351. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22352. 500.58 s [genvalidity-mergeful] Multiple items
  22353. 500.58 s [genvalidity-mergeful] successfully syncs additions accross to a second client 11.97 ms
  22354. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22355. 500.58 s [genvalidity-mergeful] does not run into a conflict if two clients both try to sync a deletion 8.36 ms
  22356. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22357. 500.58 s [genvalidity-mergeful] succesfully syncs deletions across to a second client 9.54 ms
  22358. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22359. 500.58 s [genvalidity-mergeful] Single client
  22360. 500.58 s [genvalidity-mergeful] Multi-item
  22361. 500.58 s [genvalidity-mergeful] succesfully downloads everything from the server for an empty client 7.80 ms
  22362. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22363. 500.58 s [genvalidity-mergeful] is idempotent with one client 23.66 ms
  22364. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22365. 500.58 s [genvalidity-mergeful] succesfully uploads everything to the server for an empty server 9.61 ms
  22366. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22367. 500.58 s [genvalidity-mergeful] does not lose data after a conflict occurs 4.59 ms
  22368. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22369. 500.58 s [genvalidity-mergeful] mergeSyncedButChangedConflicts
  22370. 500.58 s [genvalidity-mergeful] produces valid results 1.79 ms
  22371. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22372. 500.58 s [genvalidity-mergeful] mergeSyncResponseFromServer
  22373. 500.58 s [genvalidity-mergeful] only differs from mergeSyncResponseFromClient on conflicts 29.60 ms
  22374. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22375. 500.58 s [genvalidity-mergeful] is returns an empty response on the second sync with no modifications 21.15 ms
  22376. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22377. 500.58 s [genvalidity-mergeful] mergeSyncResponseFromServer
  22378. 500.58 s [genvalidity-mergeful] only differs from mergeSyncResponseFromClient on conflicts 29.14 ms
  22379. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22380. 500.58 s [genvalidity-mergeful] mergeClientDeletedConflicts
  22381. 500.58 s [genvalidity-mergeful] produces valid results 5.60 ms
  22382. 500.58 s [genvalidity-mergeful] passed for all of 100 inputs.
  22383. 500.58 s [genvalidity-mergeful]
  22384. 500.58 s [genvalidity-mergeful] Examples: 15820
  22385. 500.58 s [genvalidity-mergeful] Passed: 178
  22386. 500.58 s [genvalidity-mergeful] Failed: 0
  22387. 500.58 s [genvalidity-mergeful] Pending: 7
  22388. 500.58 s [genvalidity-mergeful] Sum of test runtimes: 1.30 seconds
  22389. 500.58 s [genvalidity-mergeful] Test suite took: 0.07 seconds
  22390. 500.58 s [genvalidity-mergeful]
  22391. 500.58 s [genvalidity-mergeful] Test suite mergeful-test: PASS
  22392. 500.58 s [genvalidity-mergeful] Test suite logged to: dist/test/genvalidity-mergeful-0.3.0.1-mergeful-test.log
  22393. 500.58 s [genvalidity-mergeful] 1 of 1 test suites (1 of 1 test cases) passed.
  22394. 500.58 s [genvalidity-mergeful] Phase: haddockPhase
  22395. 500.72 s [genvalidity-mergeful] Preprocessing library for genvalidity-mergeful-0.3.0.1...
  22396. 500.72 s [genvalidity-mergeful] Running Haddock on library for genvalidity-mergeful-0.3.0.1...
  22397. 500.72 s [genvalidity-mergeful] Warning: The documentation for the following packages are not installed. No
  22398. 500.72 s [genvalidity-mergeful] links will be generated to these packages: vector-0.13.2.0
  22399. 500.92 s [genvalidity-mergeful] [1 of 6] Compiling Data.GenValidity.Mergeful.Timed ( src/Data/GenValidity/Mergeful/Timed.hs, nothing )
  22400. 501.02 s [genvalidity-mergeful] [2 of 6] Compiling Data.GenValidity.Mergeful.Item ( src/Data/GenValidity/Mergeful/Item.hs, nothing )
  22401. 501.03 s [genvalidity-mergeful] [3 of 6] Compiling Data.GenValidity.Mergeful.Collection ( src/Data/GenValidity/Mergeful/Collection.hs, nothing )
  22402. 501.08 s [genvalidity-mergeful] [4 of 6] Compiling Data.GenValidity.Mergeful.Value ( src/Data/GenValidity/Mergeful/Value.hs, nothing )
  22403. 501.10 s [genvalidity-mergeful] [5 of 6] Compiling Data.GenValidity.Mergeful ( src/Data/GenValidity/Mergeful.hs, nothing )
  22404. 501.10 s [genvalidity-mergeful] [6 of 6] Compiling Paths_genvalidity_mergeful ( dist/build/autogen/Paths_genvalidity_mergeful.hs, nothing )
  22405. 501.11 s [genvalidity-mergeful] Haddock coverage:
  22406. 501.11 s [genvalidity-mergeful] 0% ( 0 / 1) in 'Data.GenValidity.Mergeful.Timed'
  22407. 501.11 s [genvalidity-mergeful] Missing documentation for:
  22408. 501.11 s [genvalidity-mergeful] Module header
  22409. 501.11 s [genvalidity-mergeful] 0% ( 0 / 1) in 'Data.GenValidity.Mergeful.Item'
  22410. 501.11 s [genvalidity-mergeful] Missing documentation for:
  22411. 501.11 s [genvalidity-mergeful] Module header
  22412. 501.11 s [genvalidity-mergeful] 0% ( 0 / 3) in 'Data.GenValidity.Mergeful.Collection'
  22413. 501.11 s [genvalidity-mergeful] Missing documentation for:
  22414. 501.11 s [genvalidity-mergeful] Module header
  22415. 501.11 s [genvalidity-mergeful] splitSet (src/Data/GenValidity/Mergeful/Collection.hs:96)
  22416. 501.11 s [genvalidity-mergeful] mapWithIds (src/Data/GenValidity/Mergeful/Collection.hs:104)
  22417. 501.11 s [genvalidity-mergeful] 0% ( 0 / 1) in 'Data.GenValidity.Mergeful.Value'
  22418. 501.11 s [genvalidity-mergeful] Missing documentation for:
  22419. 501.11 s [genvalidity-mergeful] Module header
  22420. 501.11 s [genvalidity-mergeful] 0% ( 0 / 1) in 'Data.GenValidity.Mergeful'
  22421. 501.11 s [genvalidity-mergeful] Missing documentation for:
  22422. 501.11 s [genvalidity-mergeful] Module header
  22423. 502.31 s [cursor-dirforest-gen-source] Phase: setupCompilerEnvironmentPhase
  22424. 502.32 s [cursor-dirforest-gen-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  22425. 502.60 s [cursor-dirforest-gen-source] Phase: unpackPhase
  22426. 502.61 s [cursor-dirforest-gen-source] unpacking source archive /nix/store/cd0sfn7m4383qfd0s8h8716k9y3cvwqn-cursor-dirforest-gen
  22427. 502.62 s [cursor-dirforest-gen-source] source root is cursor-dirforest-gen
  22428. 502.63 s [cursor-dirforest-gen-source] Phase: patchPhase
  22429. 502.63 s [cursor-dirforest-gen-source] Phase: compileBuildDriverPhase
  22430. 502.64 s [cursor-dirforest-gen-source] setupCompileFlags: -package-db=/build/tmp.7ICcnYSsUr/setup-package.conf.d -threaded
  22431. 502.69 s [cursor-dirforest-gen-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.7ICcnYSsUr/Main.o )
  22432. 502.73 s [cursor-dirforest-gen-source] [2 of 2] Linking Setup
  22433. 503.80 s [cursor-dirforest-gen-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  22434. 503.81 s [cursor-dirforest-gen-source] Phase: configurePhase
  22435. 503.82 s [cursor-dirforest-gen-source] configureFlags: --verbose --prefix=/nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/cursor-dirforest-gen-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.7ICcnYSsUr/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  22436. 503.82 s [cursor-dirforest-gen-source] Using Parsec parser
  22437. 503.82 s [cursor-dirforest-gen-source] Configuring cursor-dirforest-gen-0.0.0.0...
  22438. 504.33 s [cursor-dirforest-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  22439. 504.33 s [cursor-dirforest-gen-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  22440. 504.33 s [cursor-dirforest-gen-source] Dependency containers: using containers-0.7
  22441. 504.33 s [cursor-dirforest-gen-source] Dependency cursor: using cursor-0.3.2.0
  22442. 504.33 s [cursor-dirforest-gen-source] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
  22443. 504.33 s [cursor-dirforest-gen-source] Dependency cursor-gen: using cursor-gen-0.4.0.0
  22444. 504.33 s [cursor-dirforest-gen-source] Dependency dirforest: using dirforest-0.1.0.0
  22445. 504.33 s [cursor-dirforest-gen-source] Dependency filepath: using filepath-1.5.4.0
  22446. 504.33 s [cursor-dirforest-gen-source] Dependency genvalidity >=1.0.0.0: using genvalidity-1.1.1.0
  22447. 504.33 s [cursor-dirforest-gen-source] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  22448. 504.33 s [cursor-dirforest-gen-source] Dependency genvalidity-dirforest: using genvalidity-dirforest-0.1.0.1
  22449. 504.33 s [cursor-dirforest-gen-source] Dependency path: using path-0.9.6
  22450. 504.33 s [cursor-dirforest-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  22451. 504.33 s [cursor-dirforest-gen-source] Dependency base >=4.7 && <5: using base-4.20.2.0
  22452. 504.33 s [cursor-dirforest-gen-source] Dependency cursor: using cursor-0.3.2.0
  22453. 504.33 s [cursor-dirforest-gen-source] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
  22454. 504.33 s [cursor-dirforest-gen-source] Dependency cursor-dirforest-gen: using cursor-dirforest-gen-0.0.0.0
  22455. 504.33 s [cursor-dirforest-gen-source] Dependency cursor-gen: using cursor-gen-0.4.0.0
  22456. 504.33 s [cursor-dirforest-gen-source] Dependency dirforest: using dirforest-0.1.0.0
  22457. 504.33 s [cursor-dirforest-gen-source] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  22458. 504.33 s [cursor-dirforest-gen-source] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
  22459. 504.33 s [cursor-dirforest-gen-source] Dependency hspec: using hspec-2.11.14
  22460. 504.33 s [cursor-dirforest-gen-source] Dependency path: using path-0.9.6
  22461. 504.33 s [cursor-dirforest-gen-source] Source component graph:
  22462. 504.33 s [cursor-dirforest-gen-source] component lib
  22463. 504.33 s [cursor-dirforest-gen-source] component test:cursor-dirforest-test dependency lib
  22464. 504.33 s [cursor-dirforest-gen-source] Configured component graph:
  22465. 504.33 s [cursor-dirforest-gen-source] component cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22466. 504.33 s [cursor-dirforest-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22467. 504.33 s [cursor-dirforest-gen-source] include base-4.20.2.0-fafd
  22468. 504.33 s [cursor-dirforest-gen-source] include containers-0.7-96b4
  22469. 504.33 s [cursor-dirforest-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22470. 504.33 s [cursor-dirforest-gen-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22471. 504.33 s [cursor-dirforest-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22472. 504.33 s [cursor-dirforest-gen-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22473. 504.33 s [cursor-dirforest-gen-source] include filepath-1.5.4.0-2605
  22474. 504.33 s [cursor-dirforest-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  22475. 504.33 s [cursor-dirforest-gen-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  22476. 504.33 s [cursor-dirforest-gen-source] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  22477. 504.33 s [cursor-dirforest-gen-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22478. 504.33 s [cursor-dirforest-gen-source] component cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
  22479. 504.33 s [cursor-dirforest-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22480. 504.33 s [cursor-dirforest-gen-source] include base-4.20.2.0-fafd
  22481. 504.33 s [cursor-dirforest-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22482. 504.33 s [cursor-dirforest-gen-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22483. 504.33 s [cursor-dirforest-gen-source] include cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22484. 504.33 s [cursor-dirforest-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22485. 504.33 s [cursor-dirforest-gen-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22486. 504.33 s [cursor-dirforest-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  22487. 504.33 s [cursor-dirforest-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  22488. 504.33 s [cursor-dirforest-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  22489. 504.33 s [cursor-dirforest-gen-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22490. 504.33 s [cursor-dirforest-gen-source] Linked component graph:
  22491. 504.33 s [cursor-dirforest-gen-source] unit cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22492. 504.33 s [cursor-dirforest-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22493. 504.33 s [cursor-dirforest-gen-source] include base-4.20.2.0-fafd
  22494. 504.33 s [cursor-dirforest-gen-source] include containers-0.7-96b4
  22495. 504.33 s [cursor-dirforest-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22496. 504.33 s [cursor-dirforest-gen-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22497. 504.33 s [cursor-dirforest-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22498. 504.33 s [cursor-dirforest-gen-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22499. 504.33 s [cursor-dirforest-gen-source] include filepath-1.5.4.0-2605
  22500. 504.33 s [cursor-dirforest-gen-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  22501. 504.33 s [cursor-dirforest-gen-source] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  22502. 504.33 s [cursor-dirforest-gen-source] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  22503. 504.33 s [cursor-dirforest-gen-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22504. 504.33 s [cursor-dirforest-gen-source] Cursor.DirForest.Gen=cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr:Cursor.DirForest.Gen,Cursor.FileOrDir.Gen=cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr:Cursor.FileOrDir.Gen
  22505. 504.34 s [cursor-dirforest-gen-source] unit cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
  22506. 504.34 s [cursor-dirforest-gen-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22507. 504.34 s [cursor-dirforest-gen-source] include base-4.20.2.0-fafd
  22508. 504.34 s [cursor-dirforest-gen-source] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22509. 504.34 s [cursor-dirforest-gen-source] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22510. 504.34 s [cursor-dirforest-gen-source] include cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22511. 504.34 s [cursor-dirforest-gen-source] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22512. 504.34 s [cursor-dirforest-gen-source] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22513. 504.34 s [cursor-dirforest-gen-source] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  22514. 504.34 s [cursor-dirforest-gen-source] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  22515. 504.34 s [cursor-dirforest-gen-source] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  22516. 504.34 s [cursor-dirforest-gen-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22517. 504.34 s [cursor-dirforest-gen-source] Ready component graph:
  22518. 504.34 s [cursor-dirforest-gen-source] definite cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22519. 504.34 s [cursor-dirforest-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22520. 504.34 s [cursor-dirforest-gen-source] depends base-4.20.2.0-fafd
  22521. 504.34 s [cursor-dirforest-gen-source] depends containers-0.7-96b4
  22522. 504.34 s [cursor-dirforest-gen-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22523. 504.34 s [cursor-dirforest-gen-source] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22524. 504.34 s [cursor-dirforest-gen-source] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22525. 504.34 s [cursor-dirforest-gen-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22526. 504.34 s [cursor-dirforest-gen-source] depends filepath-1.5.4.0-2605
  22527. 504.34 s [cursor-dirforest-gen-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  22528. 504.34 s [cursor-dirforest-gen-source] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  22529. 504.34 s [cursor-dirforest-gen-source] depends genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  22530. 504.34 s [cursor-dirforest-gen-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22531. 504.34 s [cursor-dirforest-gen-source] definite cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
  22532. 504.34 s [cursor-dirforest-gen-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22533. 504.34 s [cursor-dirforest-gen-source] depends base-4.20.2.0-fafd
  22534. 504.34 s [cursor-dirforest-gen-source] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22535. 504.34 s [cursor-dirforest-gen-source] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22536. 504.34 s [cursor-dirforest-gen-source] depends cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22537. 504.34 s [cursor-dirforest-gen-source] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22538. 504.34 s [cursor-dirforest-gen-source] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22539. 504.34 s [cursor-dirforest-gen-source] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  22540. 504.34 s [cursor-dirforest-gen-source] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  22541. 504.34 s [cursor-dirforest-gen-source] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  22542. 504.34 s [cursor-dirforest-gen-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22543. 504.34 s [cursor-dirforest-gen-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  22544. 504.34 s [cursor-dirforest-gen-source] Using compiler: ghc-9.10.3
  22545. 504.34 s [cursor-dirforest-gen-source] Using install prefix:
  22546. 504.34 s [cursor-dirforest-gen-source] /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0
  22547. 504.34 s [cursor-dirforest-gen-source] Executables installed in:
  22548. 504.34 s [cursor-dirforest-gen-source] /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0/bin
  22549. 504.34 s [cursor-dirforest-gen-source] Libraries installed in:
  22550. 504.34 s [cursor-dirforest-gen-source] /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22551. 504.34 s [cursor-dirforest-gen-source] Dynamic Libraries installed in:
  22552. 504.34 s [cursor-dirforest-gen-source] /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  22553. 504.34 s [cursor-dirforest-gen-source] Private executables installed in:
  22554. 504.34 s [cursor-dirforest-gen-source] /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-gen-0.0.0.0
  22555. 504.34 s [cursor-dirforest-gen-source] Data files installed in:
  22556. 504.34 s [cursor-dirforest-gen-source] /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-gen-0.0.0.0
  22557. 504.34 s [cursor-dirforest-gen-source] Documentation installed in: /share/doc/cursor-dirforest-gen-0.0.0.0
  22558. 504.34 s [cursor-dirforest-gen-source] Configuration files installed in:
  22559. 504.34 s [cursor-dirforest-gen-source] /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0/etc
  22560. 504.34 s [cursor-dirforest-gen-source] No alex found
  22561. 504.34 s [cursor-dirforest-gen-source] Using ar found on system at:
  22562. 504.34 s [cursor-dirforest-gen-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  22563. 504.34 s [cursor-dirforest-gen-source] No c2hs found
  22564. 504.34 s [cursor-dirforest-gen-source] No cpphs found
  22565. 504.34 s [cursor-dirforest-gen-source] No doctest found
  22566. 504.34 s [cursor-dirforest-gen-source] Using gcc version 14.3.0 given by user at:
  22567. 504.34 s [cursor-dirforest-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  22568. 504.34 s [cursor-dirforest-gen-source] Using ghc version 9.10.3 found on system at:
  22569. 504.34 s [cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  22570. 504.34 s [cursor-dirforest-gen-source] Using ghc-pkg version 9.10.3 found on system at:
  22571. 504.34 s [cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  22572. 504.34 s [cursor-dirforest-gen-source] No ghcjs found
  22573. 504.34 s [cursor-dirforest-gen-source] No ghcjs-pkg found
  22574. 504.34 s [cursor-dirforest-gen-source] No greencard found
  22575. 504.34 s [cursor-dirforest-gen-source] Using haddock version 2.31.1 found on system at:
  22576. 504.34 s [cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  22577. 504.34 s [cursor-dirforest-gen-source] No happy found
  22578. 504.34 s [cursor-dirforest-gen-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  22579. 504.34 s [cursor-dirforest-gen-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  22580. 504.34 s [cursor-dirforest-gen-source] No hmake found
  22581. 504.34 s [cursor-dirforest-gen-source] Using hpc version 0.69 found on system at:
  22582. 504.34 s [cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  22583. 504.34 s [cursor-dirforest-gen-source] Using hsc2hs version 0.68.10 found on system at:
  22584. 504.34 s [cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  22585. 504.34 s [cursor-dirforest-gen-source] Using hscolour version 1.25 found on system at:
  22586. 504.35 s [cursor-dirforest-gen-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  22587. 504.35 s [cursor-dirforest-gen-source] No jhc found
  22588. 504.35 s [cursor-dirforest-gen-source] Using ld found on system at:
  22589. 504.35 s [cursor-dirforest-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  22590. 504.35 s [cursor-dirforest-gen-source] No pkg-config found
  22591. 504.35 s [cursor-dirforest-gen-source] Using runghc version 9.10.3 found on system at:
  22592. 504.35 s [cursor-dirforest-gen-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  22593. 504.35 s [cursor-dirforest-gen-source] Using strip version 2.44 found on system at:
  22594. 504.35 s [cursor-dirforest-gen-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  22595. 504.35 s [cursor-dirforest-gen-source] Using tar found on system at:
  22596. 504.35 s [cursor-dirforest-gen-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  22597. 504.35 s [cursor-dirforest-gen-source] No uhc found
  22598. 504.50 s [cursor-dirforest-gen-source] Phase: buildPhase
  22599. 504.51 s [cursor-dirforest-gen-source] Distribution quality errors:
  22600. 504.51 s [cursor-dirforest-gen-source] [no-syn-desc] No 'synopsis' or 'description' field.
  22601. 504.51 s [cursor-dirforest-gen-source] Distribution quality warnings:
  22602. 504.51 s [cursor-dirforest-gen-source] [no-category] No 'category' field.
  22603. 504.51 s [cursor-dirforest-gen-source] [no-maintainer] No 'maintainer' field.
  22604. 504.51 s [cursor-dirforest-gen-source] [no-license-file] A 'license-file' is not specified.
  22605. 504.51 s [cursor-dirforest-gen-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  22606. 504.51 s [cursor-dirforest-gen-source] - QuickCheck
  22607. 504.51 s [cursor-dirforest-gen-source] - containers
  22608. 504.51 s [cursor-dirforest-gen-source] - cursor
  22609. 504.51 s [cursor-dirforest-gen-source] - cursor-dirforest
  22610. 504.51 s [cursor-dirforest-gen-source] - cursor-gen
  22611. 504.51 s [cursor-dirforest-gen-source] - dirforest
  22612. 504.51 s [cursor-dirforest-gen-source] - filepath
  22613. 504.51 s [cursor-dirforest-gen-source] - genvalidity
  22614. 504.51 s [cursor-dirforest-gen-source] - genvalidity-containers
  22615. 504.51 s [cursor-dirforest-gen-source] - genvalidity-dirforest
  22616. 504.51 s [cursor-dirforest-gen-source] - path
  22617. 504.51 s [cursor-dirforest-gen-source] Please add them. There is more information at https://pvp.haskell.org/
  22618. 504.51 s [cursor-dirforest-gen-source] Note: the public hackage server would reject this package.
  22619. 504.51 s [cursor-dirforest-gen-source] Building source dist for cursor-dirforest-gen-0.0.0.0...
  22620. 504.52 s [cursor-dirforest-gen-source] Source tarball created: dist/cursor-dirforest-gen-0.0.0.0.tar.gz
  22621. 504.52 s [cursor-dirforest-gen-source] Phase: checkPhase
  22622. 504.53 s [cursor-dirforest-gen-source] Phase: haddockPhase
  22623. 504.53 s [cursor-dirforest-gen-source] Phase: installPhase
  22624. 504.54 s [cursor-dirforest-gen-source] Phase: fixupPhase
  22625. 504.91 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0
  22626. 505.28 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  22627. 505.28 s [post-build-hook]
  22628. 505.62 s [post-build-hook] Pushing /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0 (4.06 KiB)
  22629. 506.75 s [post-build-hook]
  22630. 506.75 s [post-build-hook] All done.
  22631. 506.77 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0
  22632. 506.82 s [post-build-hook] copying 1 paths...
  22633. 506.82 s [post-build-hook] copying path '/nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0' to 'https://cache.staging.nix-ci.com'...
  22634. 507.33 s [post-build-hook] copying 0 paths...
  22635. 507.37 s Progress: 130 of 139 built (1 building), 815 of 815 downloaded from cache
  22636. 507.43 s Building cursor-dirforest-gen
  22637. 507.43 s [genvalidity-mergeful] Documentation created: dist/doc/html/genvalidity-mergeful/,
  22638. 507.43 s [genvalidity-mergeful] dist/doc/html/genvalidity-mergeful/genvalidity-mergeful.txt
  22639. 507.43 s [genvalidity-mergeful] Preprocessing test suite 'mergeful-test' for genvalidity-mergeful-0.3.0.1...
  22640. 507.43 s [genvalidity-mergeful] Preprocessing benchmark 'mergeful-bench' for genvalidity-mergeful-0.3.0.1...
  22641. 507.43 s [genvalidity-mergeful] Phase: installPhase
  22642. 507.43 s [genvalidity-mergeful] Installing library in /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  22643. 507.43 s [genvalidity-mergeful] Phase: fixupPhase
  22644. 507.43 s [genvalidity-mergeful] shrinking RPATHs of ELF executables and libraries in /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1
  22645. 507.43 s [genvalidity-mergeful] shrinking /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSgenvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1-ghc9.10.3.so
  22646. 507.43 s [genvalidity-mergeful] checking for references to /build/ in /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1...
  22647. 507.43 s [genvalidity-mergeful] patching script interpreter paths in /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1
  22648. 507.43 s [genvalidity-mergeful] stripping (with command strip and flags -S -p) in /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/lib
  22649. 507.43 s [genvalidity-mergeful] shrinking RPATHs of ELF executables and libraries in /nix/store/xzx6p6har7j6122sfarpj8j7xv0124zy-genvalidity-mergeful-0.3.0.1-doc
  22650. 507.43 s [genvalidity-mergeful] checking for references to /build/ in /nix/store/xzx6p6har7j6122sfarpj8j7xv0124zy-genvalidity-mergeful-0.3.0.1-doc...
  22651. 507.43 s [genvalidity-mergeful] patching script interpreter paths in /nix/store/xzx6p6har7j6122sfarpj8j7xv0124zy-genvalidity-mergeful-0.3.0.1-doc
  22652. 507.46 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1
  22653. 507.90 s [post-build-hook] Pushing 2 paths (182 are already present) using zstd to cache smos ⏳
  22654. 507.90 s [post-build-hook]
  22655. 508.24 s [post-build-hook] Pushing /nix/store/xzx6p6har7j6122sfarpj8j7xv0124zy-genvalidity-mergeful-0.3.0.1-doc (325.02 KiB)
  22656. 508.25 s [post-build-hook] Pushing /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1 (2.78 MiB)
  22657. 509.22 s [post-build-hook]
  22658. 509.22 s [post-build-hook] All done.
  22659. 509.24 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1
  22660. 509.31 s [post-build-hook] copying 0 paths...
  22661. 509.45 s [post-build-hook] copying 0 paths...
  22662. 509.54 s Progress: 131 of 139 built (1 building), 815 of 815 downloaded from cache
  22663. 509.61 s Building mergeful-persistent-source
  22664. 509.61 s [cursor-dirforest-gen] Phase: setupCompilerEnvironmentPhase
  22665. 509.61 s [cursor-dirforest-gen] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  22666. 509.61 s [cursor-dirforest-gen] Phase: unpackPhase
  22667. 509.61 s [cursor-dirforest-gen] unpacking source archive /nix/store/i3rxk2z1b8rphfnb3b3zn2j1zjxv8rn9-cursor-dirforest-gen-source-0.0.0.0/cursor-dirforest-gen-0.0.0.0.tar.gz
  22668. 509.61 s [cursor-dirforest-gen] source root is cursor-dirforest-gen-0.0.0.0
  22669. 509.61 s [cursor-dirforest-gen] setting SOURCE_DATE_EPOCH to timestamp 1780348038 of file "cursor-dirforest-gen-0.0.0.0/test/Spec.hs"
  22670. 509.61 s [cursor-dirforest-gen] warning: file "cursor-dirforest-gen-0.0.0.0/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  22671. 509.61 s [cursor-dirforest-gen] Phase: patchPhase
  22672. 509.61 s [cursor-dirforest-gen] Phase: compileBuildDriverPhase
  22673. 509.61 s [cursor-dirforest-gen] setupCompileFlags: -package-db=/build/tmp.ERZKcBUKbW/setup-package.conf.d -threaded
  22674. 509.61 s [cursor-dirforest-gen] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.ERZKcBUKbW/Main.o )
  22675. 509.61 s [cursor-dirforest-gen] [2 of 2] Linking Setup
  22676. 509.61 s [cursor-dirforest-gen] Phase: updateAutotoolsGnuConfigScriptsPhase
  22677. 509.61 s [cursor-dirforest-gen] Phase: configurePhase
  22678. 509.61 s [cursor-dirforest-gen] configureFlags: --verbose --prefix=/nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ca320dj1ypk9s0ry07ga3fl31d0qvim1-cursor-dirforest-gen-0.0.0.0-doc/share/doc/cursor-dirforest-gen-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.ERZKcBUKbW/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  22679. 509.61 s [cursor-dirforest-gen] Using Parsec parser
  22680. 509.61 s [cursor-dirforest-gen] Configuring cursor-dirforest-gen-0.0.0.0...
  22681. 509.72 s [cursor-dirforest-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
  22682. 509.72 s [cursor-dirforest-gen] Dependency base >=4.7 && <5: using base-4.20.2.0
  22683. 509.72 s [cursor-dirforest-gen] Dependency containers: using containers-0.7
  22684. 509.72 s [cursor-dirforest-gen] Dependency cursor: using cursor-0.3.2.0
  22685. 509.72 s [cursor-dirforest-gen] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
  22686. 509.72 s [cursor-dirforest-gen] Dependency cursor-gen: using cursor-gen-0.4.0.0
  22687. 509.72 s [cursor-dirforest-gen] Dependency dirforest: using dirforest-0.1.0.0
  22688. 509.72 s [cursor-dirforest-gen] Dependency filepath: using filepath-1.5.4.0
  22689. 509.72 s [cursor-dirforest-gen] Dependency genvalidity >=1.0.0.0: using genvalidity-1.1.1.0
  22690. 509.72 s [cursor-dirforest-gen] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  22691. 509.72 s [cursor-dirforest-gen] Dependency genvalidity-dirforest: using genvalidity-dirforest-0.1.0.1
  22692. 509.72 s [cursor-dirforest-gen] Dependency path: using path-0.9.6
  22693. 509.72 s [cursor-dirforest-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
  22694. 509.72 s [cursor-dirforest-gen] Dependency base >=4.7 && <5: using base-4.20.2.0
  22695. 509.72 s [cursor-dirforest-gen] Dependency cursor: using cursor-0.3.2.0
  22696. 509.72 s [cursor-dirforest-gen] Dependency cursor-dirforest: using cursor-dirforest-0.0.0.0
  22697. 509.72 s [cursor-dirforest-gen] Dependency cursor-dirforest-gen: using cursor-dirforest-gen-0.0.0.0
  22698. 509.72 s [cursor-dirforest-gen] Dependency cursor-gen: using cursor-gen-0.4.0.0
  22699. 509.72 s [cursor-dirforest-gen] Dependency dirforest: using dirforest-0.1.0.0
  22700. 509.72 s [cursor-dirforest-gen] Dependency genvalidity-hspec: using genvalidity-hspec-1.0.0.4
  22701. 509.72 s [cursor-dirforest-gen] Dependency genvalidity-hspec-optics: using genvalidity-hspec-optics-1.0.0.0
  22702. 509.72 s [cursor-dirforest-gen] Dependency hspec: using hspec-2.11.14
  22703. 509.72 s [cursor-dirforest-gen] Dependency path: using path-0.9.6
  22704. 509.72 s [cursor-dirforest-gen] Source component graph:
  22705. 509.72 s [cursor-dirforest-gen] component lib
  22706. 509.72 s [cursor-dirforest-gen] component test:cursor-dirforest-test dependency lib
  22707. 509.72 s [cursor-dirforest-gen] Configured component graph:
  22708. 509.72 s [cursor-dirforest-gen] component cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22709. 509.72 s [cursor-dirforest-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22710. 509.72 s [cursor-dirforest-gen] include base-4.20.2.0-fafd
  22711. 509.72 s [cursor-dirforest-gen] include containers-0.7-96b4
  22712. 509.72 s [cursor-dirforest-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22713. 509.72 s [cursor-dirforest-gen] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22714. 509.72 s [cursor-dirforest-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22715. 509.72 s [cursor-dirforest-gen] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22716. 509.72 s [cursor-dirforest-gen] include filepath-1.5.4.0-2605
  22717. 509.72 s [cursor-dirforest-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  22718. 509.72 s [cursor-dirforest-gen] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  22719. 509.72 s [cursor-dirforest-gen] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  22720. 509.72 s [cursor-dirforest-gen] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22721. 509.72 s [cursor-dirforest-gen] component cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
  22722. 509.72 s [cursor-dirforest-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22723. 509.72 s [cursor-dirforest-gen] include base-4.20.2.0-fafd
  22724. 509.72 s [cursor-dirforest-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22725. 509.72 s [cursor-dirforest-gen] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22726. 509.72 s [cursor-dirforest-gen] include cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22727. 509.72 s [cursor-dirforest-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22728. 509.72 s [cursor-dirforest-gen] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22729. 509.72 s [cursor-dirforest-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  22730. 509.72 s [cursor-dirforest-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  22731. 509.72 s [cursor-dirforest-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  22732. 509.72 s [cursor-dirforest-gen] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22733. 509.72 s [cursor-dirforest-gen] Linked component graph:
  22734. 509.72 s [cursor-dirforest-gen] unit cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22735. 509.72 s [cursor-dirforest-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22736. 509.72 s [cursor-dirforest-gen] include base-4.20.2.0-fafd
  22737. 509.72 s [cursor-dirforest-gen] include containers-0.7-96b4
  22738. 509.72 s [cursor-dirforest-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22739. 509.72 s [cursor-dirforest-gen] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22740. 509.72 s [cursor-dirforest-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22741. 509.72 s [cursor-dirforest-gen] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22742. 509.72 s [cursor-dirforest-gen] include filepath-1.5.4.0-2605
  22743. 509.72 s [cursor-dirforest-gen] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  22744. 509.72 s [cursor-dirforest-gen] include genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  22745. 509.72 s [cursor-dirforest-gen] include genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  22746. 509.72 s [cursor-dirforest-gen] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22747. 509.72 s [cursor-dirforest-gen] Cursor.DirForest.Gen=cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr:Cursor.DirForest.Gen,Cursor.FileOrDir.Gen=cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr:Cursor.FileOrDir.Gen
  22748. 509.72 s [cursor-dirforest-gen] unit cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
  22749. 509.72 s [cursor-dirforest-gen] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22750. 509.72 s [cursor-dirforest-gen] include base-4.20.2.0-fafd
  22751. 509.72 s [cursor-dirforest-gen] include cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22752. 509.72 s [cursor-dirforest-gen] include cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22753. 509.72 s [cursor-dirforest-gen] include cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22754. 509.72 s [cursor-dirforest-gen] include cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22755. 509.72 s [cursor-dirforest-gen] include dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22756. 509.72 s [cursor-dirforest-gen] include genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  22757. 509.72 s [cursor-dirforest-gen] include genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  22758. 509.72 s [cursor-dirforest-gen] include hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  22759. 509.72 s [cursor-dirforest-gen] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22760. 509.72 s [cursor-dirforest-gen] Ready component graph:
  22761. 509.72 s [cursor-dirforest-gen] definite cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22762. 509.72 s [cursor-dirforest-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22763. 509.72 s [cursor-dirforest-gen] depends base-4.20.2.0-fafd
  22764. 509.72 s [cursor-dirforest-gen] depends containers-0.7-96b4
  22765. 509.72 s [cursor-dirforest-gen] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22766. 509.72 s [cursor-dirforest-gen] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22767. 509.72 s [cursor-dirforest-gen] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22768. 509.72 s [cursor-dirforest-gen] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22769. 509.72 s [cursor-dirforest-gen] depends filepath-1.5.4.0-2605
  22770. 509.72 s [cursor-dirforest-gen] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  22771. 509.72 s [cursor-dirforest-gen] depends genvalidity-containers-1.0.0.2-J3eE2Dn81os6UyiYmxpwRc
  22772. 509.72 s [cursor-dirforest-gen] depends genvalidity-dirforest-0.1.0.1-LdXkWYoFjKg3J8ZFJJllUW
  22773. 509.72 s [cursor-dirforest-gen] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22774. 509.72 s [cursor-dirforest-gen] definite cursor-dirforest-gen-0.0.0.0-IXABhp2URRD5THNkher2g4-cursor-dirforest-test
  22775. 509.72 s [cursor-dirforest-gen] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22776. 509.72 s [cursor-dirforest-gen] depends base-4.20.2.0-fafd
  22777. 509.72 s [cursor-dirforest-gen] depends cursor-0.3.2.0-6SKSnCbDAiTK0nanrdsZ19
  22778. 509.72 s [cursor-dirforest-gen] depends cursor-dirforest-0.0.0.0-acyGg1Y6b02FxHTg9XmhE
  22779. 509.72 s [cursor-dirforest-gen] depends cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22780. 509.72 s [cursor-dirforest-gen] depends cursor-gen-0.4.0.0-KDBQaCUMI5SKpXPSqURHy4
  22781. 509.72 s [cursor-dirforest-gen] depends dirforest-0.1.0.0-CEh1C0s0yZGbblEiNxo9N
  22782. 509.72 s [cursor-dirforest-gen] depends genvalidity-hspec-1.0.0.4-AHst5rKLdmS5Ynzu4loc5g
  22783. 509.72 s [cursor-dirforest-gen] depends genvalidity-hspec-optics-1.0.0.0-XD9wpwBLxsLjJumgOeB4Q
  22784. 509.72 s [cursor-dirforest-gen] depends hspec-2.11.14-6CsqywJy9nhE3SIblvjDqH
  22785. 509.72 s [cursor-dirforest-gen] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22786. 509.72 s [cursor-dirforest-gen] Using Cabal-3.12.1.0 compiled by ghc-9.10
  22787. 509.72 s [cursor-dirforest-gen] Using compiler: ghc-9.10.3
  22788. 509.72 s [cursor-dirforest-gen] Using install prefix:
  22789. 509.72 s [cursor-dirforest-gen] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0
  22790. 509.72 s [cursor-dirforest-gen] Executables installed in:
  22791. 509.72 s [cursor-dirforest-gen] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/bin
  22792. 509.72 s [cursor-dirforest-gen] Libraries installed in:
  22793. 509.72 s [cursor-dirforest-gen] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  22794. 509.72 s [cursor-dirforest-gen] Dynamic Libraries installed in:
  22795. 509.72 s [cursor-dirforest-gen] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  22796. 509.72 s [cursor-dirforest-gen] Private executables installed in:
  22797. 509.72 s [cursor-dirforest-gen] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-gen-0.0.0.0
  22798. 509.72 s [cursor-dirforest-gen] Data files installed in:
  22799. 509.72 s [cursor-dirforest-gen] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/share/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-gen-0.0.0.0
  22800. 509.72 s [cursor-dirforest-gen] Documentation installed in:
  22801. 509.72 s [cursor-dirforest-gen] /nix/store/ca320dj1ypk9s0ry07ga3fl31d0qvim1-cursor-dirforest-gen-0.0.0.0-doc/share/doc/cursor-dirforest-gen-0.0.0.0
  22802. 509.72 s [cursor-dirforest-gen] Configuration files installed in:
  22803. 509.72 s [cursor-dirforest-gen] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/etc
  22804. 509.72 s [cursor-dirforest-gen] No alex found
  22805. 509.72 s [cursor-dirforest-gen] Using ar found on system at:
  22806. 509.72 s [cursor-dirforest-gen] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  22807. 509.72 s [cursor-dirforest-gen] No c2hs found
  22808. 509.72 s [cursor-dirforest-gen] No cpphs found
  22809. 509.72 s [cursor-dirforest-gen] No doctest found
  22810. 509.72 s [cursor-dirforest-gen] Using gcc version 14.3.0 given by user at:
  22811. 509.72 s [cursor-dirforest-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  22812. 509.72 s [cursor-dirforest-gen] Using ghc version 9.10.3 found on system at:
  22813. 509.72 s [cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  22814. 509.72 s [cursor-dirforest-gen] Using ghc-pkg version 9.10.3 found on system at:
  22815. 509.72 s [cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  22816. 509.72 s [cursor-dirforest-gen] No ghcjs found
  22817. 509.72 s [cursor-dirforest-gen] No ghcjs-pkg found
  22818. 509.72 s [cursor-dirforest-gen] No greencard found
  22819. 509.72 s [cursor-dirforest-gen] Using haddock version 2.31.1 found on system at:
  22820. 509.72 s [cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  22821. 509.72 s [cursor-dirforest-gen] No happy found
  22822. 509.72 s [cursor-dirforest-gen] Using haskell-suite found on system at: haskell-suite-dummy-location
  22823. 509.72 s [cursor-dirforest-gen] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  22824. 509.72 s [cursor-dirforest-gen] No hmake found
  22825. 509.72 s [cursor-dirforest-gen] Using hpc version 0.69 found on system at:
  22826. 509.72 s [cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  22827. 509.72 s [cursor-dirforest-gen] Using hsc2hs version 0.68.10 found on system at:
  22828. 509.72 s [cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  22829. 509.73 s [cursor-dirforest-gen] Using hscolour version 1.25 found on system at:
  22830. 509.73 s [cursor-dirforest-gen] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  22831. 509.73 s [cursor-dirforest-gen] No jhc found
  22832. 509.74 s [cursor-dirforest-gen] Using ld found on system at:
  22833. 509.74 s [cursor-dirforest-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  22834. 509.74 s [cursor-dirforest-gen] No pkg-config found
  22835. 509.74 s [cursor-dirforest-gen] Using runghc version 9.10.3 found on system at:
  22836. 509.74 s [cursor-dirforest-gen] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  22837. 509.74 s [cursor-dirforest-gen] Using strip version 2.44 found on system at:
  22838. 509.74 s [cursor-dirforest-gen] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  22839. 509.74 s [cursor-dirforest-gen] Using tar found on system at:
  22840. 509.74 s [cursor-dirforest-gen] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  22841. 509.74 s [cursor-dirforest-gen] No uhc found
  22842. 509.88 s [cursor-dirforest-gen] Phase: buildPhase
  22843. 509.94 s [cursor-dirforest-gen] Preprocessing library for cursor-dirforest-gen-0.0.0.0...
  22844. 509.94 s [cursor-dirforest-gen] Building library for cursor-dirforest-gen-0.0.0.0...
  22845. 510.02 s [cursor-dirforest-gen] [1 of 3] Compiling Cursor.FileOrDir.Gen ( src/Cursor/FileOrDir/Gen.hs, dist/build/Cursor/FileOrDir/Gen.o, dist/build/Cursor/FileOrDir/Gen.dyn_o )
  22846. 510.34 s [cursor-dirforest-gen] [2 of 3] Compiling Cursor.DirForest.Gen ( src/Cursor/DirForest/Gen.hs, dist/build/Cursor/DirForest/Gen.o, dist/build/Cursor/DirForest/Gen.dyn_o )
  22847. 510.58 s [cursor-dirforest-gen] [3 of 3] Compiling Paths_cursor_dirforest_gen ( dist/build/autogen/Paths_cursor_dirforest_gen.hs, dist/build/Paths_cursor_dirforest_gen.o, dist/build/Paths_cursor_dirforest_gen.dyn_o )
  22848. 510.60 s [mergeful-persistent-source] Phase: setupCompilerEnvironmentPhase
  22849. 510.60 s [mergeful-persistent-source] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  22850. 510.76 s [cursor-dirforest-gen] [1 of 3] Compiling Cursor.FileOrDir.Gen ( src/Cursor/FileOrDir/Gen.hs, dist/build/Cursor/FileOrDir/Gen.p_o )
  22851. 511.11 s [cursor-dirforest-gen] [2 of 3] Compiling Cursor.DirForest.Gen ( src/Cursor/DirForest/Gen.hs, dist/build/Cursor/DirForest/Gen.p_o )
  22852. 511.16 s [mergeful-persistent-source] Phase: unpackPhase
  22853. 511.16 s [mergeful-persistent-source] unpacking source archive /nix/store/bcd4rcwg0vj960f69yf1833ch00zi5ch-mergeful-persistent
  22854. 511.16 s [mergeful-persistent-source] source root is mergeful-persistent
  22855. 511.16 s [mergeful-persistent-source] Phase: patchPhase
  22856. 511.17 s [mergeful-persistent-source] Phase: compileBuildDriverPhase
  22857. 511.18 s [mergeful-persistent-source] setupCompileFlags: -package-db=/build/tmp.gVhglLHtAD/setup-package.conf.d -threaded
  22858. 511.22 s [mergeful-persistent-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.gVhglLHtAD/Main.o )
  22859. 511.27 s [mergeful-persistent-source] [2 of 2] Linking Setup
  22860. 511.42 s [cursor-dirforest-gen] [3 of 3] Compiling Paths_cursor_dirforest_gen ( dist/build/autogen/Paths_cursor_dirforest_gen.hs, dist/build/Paths_cursor_dirforest_gen.p_o )
  22861. 512.39 s [mergeful-persistent-source] Phase: updateAutotoolsGnuConfigScriptsPhase
  22862. 512.40 s [mergeful-persistent-source] Phase: configurePhase
  22863. 512.41 s [mergeful-persistent-source] configureFlags: --verbose --prefix=/nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/mergeful-persistent-0.3.0.1 --with-gcc=gcc --package-db=/build/tmp.gVhglLHtAD/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  22864. 512.42 s [mergeful-persistent-source] Using Parsec parser
  22865. 512.42 s [mergeful-persistent-source] Configuring mergeful-persistent-0.3.0.1...
  22866. 512.99 s [mergeful-persistent-source] Dependency base >=4.11 && <5: using base-4.20.2.0
  22867. 512.99 s [mergeful-persistent-source] Dependency containers: using containers-0.7
  22868. 512.99 s [mergeful-persistent-source] Dependency mergeful: using mergeful-0.3.0.0
  22869. 512.99 s [mergeful-persistent-source] Dependency microlens: using microlens-0.4.14.0
  22870. 512.99 s [mergeful-persistent-source] Dependency mtl: using mtl-2.3.1
  22871. 512.99 s [mergeful-persistent-source] Dependency persistent: using persistent-2.17.1.0
  22872. 512.99 s [mergeful-persistent-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
  22873. 512.99 s [mergeful-persistent-source] Dependency base >=4.11 && <5: using base-4.20.2.0
  22874. 512.99 s [mergeful-persistent-source] Dependency containers: using containers-0.7
  22875. 512.99 s [mergeful-persistent-source] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  22876. 512.99 s [mergeful-persistent-source] Dependency genvalidity-mergeful: using genvalidity-mergeful-0.3.0.1
  22877. 512.99 s [mergeful-persistent-source] Dependency genvalidity-persistent: using genvalidity-persistent-1.0.0.2
  22878. 512.99 s [mergeful-persistent-source] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
  22879. 512.99 s [mergeful-persistent-source] Dependency mergeful: using mergeful-0.3.0.0
  22880. 512.99 s [mergeful-persistent-source] Dependency mergeful-persistent: using mergeful-persistent-0.3.0.1
  22881. 512.99 s [mergeful-persistent-source] Dependency monad-logger: using monad-logger-0.3.42
  22882. 512.99 s [mergeful-persistent-source] Dependency mtl: using mtl-2.3.1
  22883. 512.99 s [mergeful-persistent-source] Dependency path: using path-0.9.6
  22884. 512.99 s [mergeful-persistent-source] Dependency path-io: using path-io-1.8.2
  22885. 512.99 s [mergeful-persistent-source] Dependency persistent: using persistent-2.17.1.0
  22886. 512.99 s [mergeful-persistent-source] Dependency persistent-sqlite: using persistent-sqlite-2.13.3.1
  22887. 512.99 s [mergeful-persistent-source] Dependency persistent-template: using persistent-template-2.12.0.0
  22888. 512.99 s [mergeful-persistent-source] Dependency sydtest: using sydtest-0.23.0.1
  22889. 512.99 s [mergeful-persistent-source] Dependency text: using text-2.1.3
  22890. 512.99 s [mergeful-persistent-source] Dependency validity: using validity-0.12.1.0
  22891. 512.99 s [mergeful-persistent-source] Dependency validity-persistent: using validity-persistent-0.0.0.0
  22892. 512.99 s [mergeful-persistent-source] Source component graph:
  22893. 512.99 s [mergeful-persistent-source] component lib
  22894. 512.99 s [mergeful-persistent-source] component test:mergeful-persistent-test dependency lib
  22895. 512.99 s [mergeful-persistent-source] Configured component graph:
  22896. 512.99 s [mergeful-persistent-source] component mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  22897. 512.99 s [mergeful-persistent-source] include base-4.20.2.0-fafd
  22898. 512.99 s [mergeful-persistent-source] include containers-0.7-96b4
  22899. 512.99 s [mergeful-persistent-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  22900. 512.99 s [mergeful-persistent-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  22901. 512.99 s [mergeful-persistent-source] include mtl-2.3.1-37af
  22902. 512.99 s [mergeful-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  22903. 512.99 s [mergeful-persistent-source] component mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
  22904. 512.99 s [mergeful-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22905. 512.99 s [mergeful-persistent-source] include base-4.20.2.0-fafd
  22906. 512.99 s [mergeful-persistent-source] include containers-0.7-96b4
  22907. 512.99 s [mergeful-persistent-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  22908. 512.99 s [mergeful-persistent-source] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  22909. 512.99 s [mergeful-persistent-source] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  22910. 512.99 s [mergeful-persistent-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  22911. 512.99 s [mergeful-persistent-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  22912. 512.99 s [mergeful-persistent-source] include mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  22913. 512.99 s [mergeful-persistent-source] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  22914. 512.99 s [mergeful-persistent-source] include mtl-2.3.1-37af
  22915. 512.99 s [mergeful-persistent-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22916. 512.99 s [mergeful-persistent-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  22917. 512.99 s [mergeful-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  22918. 512.99 s [mergeful-persistent-source] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  22919. 512.99 s [mergeful-persistent-source] include persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
  22920. 512.99 s [mergeful-persistent-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  22921. 512.99 s [mergeful-persistent-source] include text-2.1.3-34f1
  22922. 512.99 s [mergeful-persistent-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  22923. 512.99 s [mergeful-persistent-source] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  22924. 512.99 s [mergeful-persistent-source] Linked component graph:
  22925. 512.99 s [mergeful-persistent-source] unit mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  22926. 512.99 s [mergeful-persistent-source] include base-4.20.2.0-fafd
  22927. 512.99 s [mergeful-persistent-source] include containers-0.7-96b4
  22928. 512.99 s [mergeful-persistent-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  22929. 512.99 s [mergeful-persistent-source] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  22930. 513.00 s [mergeful-persistent-source] include mtl-2.3.1-37af
  22931. 513.00 s [mergeful-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  22932. 513.00 s [mergeful-persistent-source] Data.Mergeful.Persistent=mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw:Data.Mergeful.Persistent
  22933. 513.00 s [mergeful-persistent-source] unit mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
  22934. 513.00 s [mergeful-persistent-source] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22935. 513.00 s [mergeful-persistent-source] include base-4.20.2.0-fafd
  22936. 513.00 s [mergeful-persistent-source] include containers-0.7-96b4
  22937. 513.00 s [mergeful-persistent-source] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  22938. 513.00 s [mergeful-persistent-source] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  22939. 513.00 s [mergeful-persistent-source] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  22940. 513.00 s [mergeful-persistent-source] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  22941. 513.00 s [mergeful-persistent-source] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  22942. 513.00 s [mergeful-persistent-source] include mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  22943. 513.00 s [mergeful-persistent-source] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  22944. 513.00 s [mergeful-persistent-source] include mtl-2.3.1-37af
  22945. 513.00 s [mergeful-persistent-source] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22946. 513.00 s [mergeful-persistent-source] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  22947. 513.00 s [mergeful-persistent-source] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  22948. 513.00 s [mergeful-persistent-source] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  22949. 513.00 s [mergeful-persistent-source] include persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
  22950. 513.00 s [mergeful-persistent-source] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  22951. 513.00 s [mergeful-persistent-source] include text-2.1.3-34f1
  22952. 513.00 s [mergeful-persistent-source] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  22953. 513.00 s [mergeful-persistent-source] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  22954. 513.00 s [mergeful-persistent-source] Ready component graph:
  22955. 513.00 s [mergeful-persistent-source] definite mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  22956. 513.00 s [mergeful-persistent-source] depends base-4.20.2.0-fafd
  22957. 513.00 s [mergeful-persistent-source] depends containers-0.7-96b4
  22958. 513.00 s [mergeful-persistent-source] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  22959. 513.00 s [mergeful-persistent-source] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  22960. 513.00 s [mergeful-persistent-source] depends mtl-2.3.1-37af
  22961. 513.00 s [mergeful-persistent-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  22962. 513.00 s [mergeful-persistent-source] definite mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
  22963. 513.00 s [mergeful-persistent-source] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  22964. 513.00 s [mergeful-persistent-source] depends base-4.20.2.0-fafd
  22965. 513.00 s [mergeful-persistent-source] depends containers-0.7-96b4
  22966. 513.00 s [mergeful-persistent-source] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  22967. 513.00 s [mergeful-persistent-source] depends genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  22968. 513.00 s [mergeful-persistent-source] depends genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  22969. 513.00 s [mergeful-persistent-source] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  22970. 513.00 s [mergeful-persistent-source] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  22971. 513.00 s [mergeful-persistent-source] depends mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  22972. 513.00 s [mergeful-persistent-source] depends monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  22973. 513.00 s [mergeful-persistent-source] depends mtl-2.3.1-37af
  22974. 513.00 s [mergeful-persistent-source] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  22975. 513.00 s [mergeful-persistent-source] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  22976. 513.00 s [mergeful-persistent-source] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  22977. 513.00 s [mergeful-persistent-source] depends persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  22978. 513.00 s [mergeful-persistent-source] depends persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
  22979. 513.00 s [mergeful-persistent-source] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  22980. 513.00 s [mergeful-persistent-source] depends text-2.1.3-34f1
  22981. 513.00 s [mergeful-persistent-source] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  22982. 513.00 s [mergeful-persistent-source] depends validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  22983. 513.00 s [mergeful-persistent-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
  22984. 513.00 s [mergeful-persistent-source] Using compiler: ghc-9.10.3
  22985. 513.00 s [mergeful-persistent-source] Using install prefix:
  22986. 513.00 s [mergeful-persistent-source] /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1
  22987. 513.00 s [mergeful-persistent-source] Executables installed in:
  22988. 513.00 s [mergeful-persistent-source] /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1/bin
  22989. 513.00 s [mergeful-persistent-source] Libraries installed in:
  22990. 513.00 s [mergeful-persistent-source] /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  22991. 513.00 s [mergeful-persistent-source] Dynamic Libraries installed in:
  22992. 513.00 s [mergeful-persistent-source] /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  22993. 513.00 s [mergeful-persistent-source] Private executables installed in:
  22994. 513.00 s [mergeful-persistent-source] /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/mergeful-persistent-0.3.0.1
  22995. 513.00 s [mergeful-persistent-source] Data files installed in:
  22996. 513.00 s [mergeful-persistent-source] /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1/share/x86_64-linux-ghc-9.10.3-a85d/mergeful-persistent-0.3.0.1
  22997. 513.00 s [mergeful-persistent-source] Documentation installed in: /share/doc/mergeful-persistent-0.3.0.1
  22998. 513.00 s [mergeful-persistent-source] Configuration files installed in:
  22999. 513.00 s [mergeful-persistent-source] /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1/etc
  23000. 513.00 s [mergeful-persistent-source] No alex found
  23001. 513.00 s [mergeful-persistent-source] Using ar found on system at:
  23002. 513.00 s [mergeful-persistent-source] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  23003. 513.00 s [mergeful-persistent-source] No c2hs found
  23004. 513.00 s [mergeful-persistent-source] No cpphs found
  23005. 513.00 s [mergeful-persistent-source] No doctest found
  23006. 513.00 s [mergeful-persistent-source] Using gcc version 14.3.0 given by user at:
  23007. 513.00 s [mergeful-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  23008. 513.00 s [mergeful-persistent-source] Using ghc version 9.10.3 found on system at:
  23009. 513.00 s [mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  23010. 513.00 s [mergeful-persistent-source] Using ghc-pkg version 9.10.3 found on system at:
  23011. 513.00 s [mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  23012. 513.00 s [mergeful-persistent-source] No ghcjs found
  23013. 513.00 s [mergeful-persistent-source] No ghcjs-pkg found
  23014. 513.00 s [mergeful-persistent-source] No greencard found
  23015. 513.00 s [mergeful-persistent-source] Using haddock version 2.31.1 found on system at:
  23016. 513.00 s [mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  23017. 513.00 s [mergeful-persistent-source] No happy found
  23018. 513.00 s [mergeful-persistent-source] Using haskell-suite found on system at: haskell-suite-dummy-location
  23019. 513.03 s [mergeful-persistent-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  23020. 513.03 s [mergeful-persistent-source] No hmake found
  23021. 513.03 s [mergeful-persistent-source] Using hpc version 0.69 found on system at:
  23022. 513.03 s [mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  23023. 513.03 s [mergeful-persistent-source] Using hsc2hs version 0.68.10 found on system at:
  23024. 513.03 s [mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  23025. 513.03 s [mergeful-persistent-source] Using hscolour version 1.25 found on system at:
  23026. 513.03 s [mergeful-persistent-source] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  23027. 513.03 s [mergeful-persistent-source] No jhc found
  23028. 513.03 s [mergeful-persistent-source] Using ld found on system at:
  23029. 513.03 s [mergeful-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  23030. 513.03 s [mergeful-persistent-source] No pkg-config found
  23031. 513.03 s [mergeful-persistent-source] Using runghc version 9.10.3 found on system at:
  23032. 513.03 s [mergeful-persistent-source] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  23033. 513.03 s [mergeful-persistent-source] Using strip version 2.44 found on system at:
  23034. 513.03 s [mergeful-persistent-source] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  23035. 513.03 s [mergeful-persistent-source] Using tar found on system at:
  23036. 513.03 s [mergeful-persistent-source] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  23037. 513.03 s [mergeful-persistent-source] No uhc found
  23038. 513.08 s [cursor-dirforest-gen] Preprocessing test suite 'cursor-dirforest-test' for cursor-dirforest-gen-0.0.0.0...
  23039. 513.08 s [cursor-dirforest-gen] Building test suite 'cursor-dirforest-test' for cursor-dirforest-gen-0.0.0.0...
  23040. 513.21 s [mergeful-persistent-source] Phase: buildPhase
  23041. 513.22 s [mergeful-persistent-source] Distribution quality warnings:
  23042. 513.22 s [mergeful-persistent-source] [no-category] No 'category' field.
  23043. 513.22 s [mergeful-persistent-source] [no-description] No 'description' field.
  23044. 513.22 s [mergeful-persistent-source] [missing-upper-bounds] On library, these packages miss upper bounds:
  23045. 513.22 s [mergeful-persistent-source] - containers
  23046. 513.22 s [mergeful-persistent-source] - mergeful
  23047. 513.22 s [mergeful-persistent-source] - microlens
  23048. 513.22 s [mergeful-persistent-source] - mtl
  23049. 513.22 s [mergeful-persistent-source] - persistent
  23050. 513.22 s [mergeful-persistent-source] Please add them. There is more information at https://pvp.haskell.org/
  23051. 513.22 s [mergeful-persistent-source] Building source dist for mergeful-persistent-0.3.0.1...
  23052. 513.24 s [mergeful-persistent-source] Source tarball created: dist/mergeful-persistent-0.3.0.1.tar.gz
  23053. 513.24 s [mergeful-persistent-source] Phase: checkPhase
  23054. 513.24 s [mergeful-persistent-source] Phase: haddockPhase
  23055. 513.25 s [mergeful-persistent-source] Phase: installPhase
  23056. 513.25 s [mergeful-persistent-source] Phase: fixupPhase
  23057. 513.56 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1
  23058. 513.92 s [post-build-hook] Pushing 1 paths (0 are already present) using zstd to cache smos ⏳
  23059. 513.92 s [post-build-hook]
  23060. 514.26 s [post-build-hook] Pushing /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1 (10.42 KiB)
  23061. 515.15 s [post-build-hook]
  23062. 515.15 s [post-build-hook] All done.
  23063. 515.16 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1
  23064. 515.21 s [post-build-hook] copying 1 paths...
  23065. 515.22 s [post-build-hook] copying path '/nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1' to 'https://cache.staging.nix-ci.com'...
  23066. 515.58 s [post-build-hook] copying 0 paths...
  23067. 515.62 s Progress: 132 of 139 built (1 building), 815 of 815 downloaded from cache
  23068. 515.69 s Building mergeful-persistent
  23069. 515.69 s [cursor-dirforest-gen] [1 of 4] Compiling Cursor.FileOrDirSpec ( test/Cursor/FileOrDirSpec.hs, dist/build/cursor-dirforest-test/cursor-dirforest-test-tmp/Cursor/FileOrDirSpec.o )
  23070. 515.69 s [cursor-dirforest-gen] [2 of 4] Compiling Cursor.Simple.DirForestSpec ( test/Cursor/Simple/DirForestSpec.hs, dist/build/cursor-dirforest-test/cursor-dirforest-test-tmp/Cursor/Simple/DirForestSpec.o )
  23071. 515.69 s [cursor-dirforest-gen] [3 of 4] Compiling Main ( test/Spec.hs, dist/build/cursor-dirforest-test/cursor-dirforest-test-tmp/Main.o )
  23072. 515.69 s [cursor-dirforest-gen] [4 of 4] Compiling Paths_cursor_dirforest_gen ( dist/build/cursor-dirforest-test/autogen/Paths_cursor_dirforest_gen.hs, dist/build/cursor-dirforest-test/cursor-dirforest-test-tmp/Paths_cursor_dirforest_gen.o )
  23073. 515.69 s [cursor-dirforest-gen] [5 of 5] Linking dist/build/cursor-dirforest-test/cursor-dirforest-test
  23074. 516.15 s [mergeful-persistent] Phase: setupCompilerEnvironmentPhase
  23075. 516.20 s [mergeful-persistent] Build with /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3.
  23076. 516.20 s [cursor-dirforest-gen] Phase: checkPhase
  23077. 516.46 s [cursor-dirforest-gen] Running 1 test suites...
  23078. 516.46 s [cursor-dirforest-gen] Test suite cursor-dirforest-test: RUNNING...
  23079. 516.47 s [cursor-dirforest-gen]
  23080. 516.47 s [cursor-dirforest-gen] Cursor.FileOrDir
  23081. 516.47 s [cursor-dirforest-gen] GenValid (FileOrDirCursor Word8)
  23082. 516.47 s [cursor-dirforest-gen] genValid :: Gen (FileOrDirCursor Word8)
  23083. 516.48 s [cursor-dirforest-gen] only generates valid '(FileOrDirCursor Word8)'s [✔]
  23084. 516.48 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23085. 516.48 s [cursor-dirforest-gen] GenValid (FileOrDir Word8)
  23086. 516.48 s [cursor-dirforest-gen] genValid :: Gen (FileOrDir Word8)
  23087. 516.48 s [cursor-dirforest-gen] only generates valid '(FileOrDir Word8)'s [✔]
  23088. 516.48 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23089. 516.50 s [cursor-dirforest-gen] makeFileOrDirCursor
  23090. 516.50 s [cursor-dirforest-gen] produces valid cursors [✔]
  23091. 516.50 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23092. 516.50 s [cursor-dirforest-gen] rebuildFileOrDirCursor
  23093. 516.50 s [cursor-dirforest-gen] produces valid cursors [✔]
  23094. 516.50 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23095. 516.50 s [cursor-dirforest-gen] roundtrips with makeFileOrDirCursor [✔]
  23096. 516.50 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23097. 516.50 s [cursor-dirforest-gen] fileOrDirCursorInsertChar
  23098. 516.50 s [cursor-dirforest-gen] produces valid results [✔]
  23099. 516.50 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23100. 516.50 s [cursor-dirforest-gen] fileOrDirCursorAppendChar
  23101. 516.50 s [cursor-dirforest-gen] produces valid results [✔]
  23102. 516.50 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23103. 516.50 s [cursor-dirforest-gen] fileOrDirCursorRemoveChar
  23104. 516.50 s [cursor-dirforest-gen] produces valid results [✔]
  23105. 516.50 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23106. 516.50 s [cursor-dirforest-gen] fileOrDirCursorDeleteChar
  23107. 516.54 s [cursor-dirforest-gen] produces valid results [✔]
  23108. 516.54 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23109. 516.54 s [cursor-dirforest-gen] fileOrDirCursorSelectPrevChar
  23110. 516.54 s [cursor-dirforest-gen] produces valid results [✔]
  23111. 516.54 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23112. 516.54 s [cursor-dirforest-gen] fileOrDirCursorSelectNextChar
  23113. 516.54 s [cursor-dirforest-gen] produces valid results [✔]
  23114. 516.54 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23115. 516.54 s [cursor-dirforest-gen] fileOrDirCursorCompleteToDir
  23116. 516.54 s [cursor-dirforest-gen] produces valid results [✔]
  23117. 516.54 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23118. 516.54 s [cursor-dirforest-gen] completeTextCursorToFile
  23119. 516.54 s [cursor-dirforest-gen] produces valid results [✔]
  23120. 516.54 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23121. 516.54 s [cursor-dirforest-gen] completeTextCursorToDir
  23122. 516.54 s [cursor-dirforest-gen] produces valid results [✔]
  23123. 516.54 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23124. 516.54 s [cursor-dirforest-gen] Cursor.Simple.DirForest
  23125. 516.54 s [cursor-dirforest-gen] GenValid (DirForestCursor Word8 Word8)
  23126. 516.54 s [cursor-dirforest-gen] genValid :: Gen (DirForestCursor Word8 Word8)
  23127. 516.54 s [cursor-dirforest-gen] only generates valid '(DirForestCursor Word8 Word8)'s [✔]
  23128. 516.54 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23129. 516.54 s [cursor-dirforest-gen] shrinkValid DirForestCursor
  23130. 516.54 s [cursor-dirforest-gen] does not shrink the singletonFile dirforest cursor to itself [✔]
  23131. 516.54 s [cursor-dirforest-gen] does not shrink the singletonDir dirforest cursor to itself [✔]
  23132. 516.54 s [cursor-dirforest-gen] makeDirForestCursor
  23133. 516.54 s [cursor-dirforest-gen] works for an empty dirforest [✔]
  23134. 516.54 s [cursor-dirforest-gen] produces valid cursors [✔]
  23135. 516.54 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23136. 516.54 s [cursor-dirforest-gen] dirForestCursorPrepareForMovement
  23137. 516.62 s [cursor-dirforest-gen] produces valid results [✔]
  23138. 516.62 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23139. 516.62 s [cursor-dirforest-gen] rebuildDirForestCursor
  23140. 516.66 s [cursor-dirforest-gen] produces valid dirforests [✔]
  23141. 516.66 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23142. 516.67 s [cursor-dirforest-gen] is the inverse of 'makeDirForestCursor' [✔]
  23143. 516.67 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23144. 516.67 s [cursor-dirforest-gen] dirForestCursorSelectPrevTree
  23145. 516.69 s [mergeful-persistent] Phase: unpackPhase
  23146. 516.69 s [mergeful-persistent] unpacking source archive /nix/store/hnjk45f8hwkh9x6bcigl9f82fagk2y54-mergeful-persistent-source-0.3.0.1/mergeful-persistent-0.3.0.1.tar.gz
  23147. 516.70 s [mergeful-persistent] source root is mergeful-persistent-0.3.0.1
  23148. 516.70 s [mergeful-persistent] setting SOURCE_DATE_EPOCH to timestamp 1780348046 of file "mergeful-persistent-0.3.0.1/test/TestUtils/ServerDB.hs"
  23149. 516.70 s [mergeful-persistent] warning: file "mergeful-persistent-0.3.0.1/test/TestUtils/ServerDB.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  23150. 516.71 s [mergeful-persistent] Phase: patchPhase
  23151. 516.71 s [mergeful-persistent] Phase: compileBuildDriverPhase
  23152. 516.72 s [mergeful-persistent] setupCompileFlags: -package-db=/build/tmp.JIqVfniO7L/setup-package.conf.d -threaded
  23153. 516.73 s [cursor-dirforest-gen] produces valid results [✔]
  23154. 516.73 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23155. 516.75 s [cursor-dirforest-gen] is a movement [✔]
  23156. 516.75 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23157. 516.76 s [cursor-dirforest-gen] dirForestCursorSelectNextTree
  23158. 516.77 s [mergeful-persistent] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.JIqVfniO7L/Main.o )
  23159. 516.79 s [cursor-dirforest-gen] produces valid results [✔]
  23160. 516.79 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23161. 516.81 s [mergeful-persistent] [2 of 2] Linking Setup
  23162. 516.83 s [cursor-dirforest-gen] is a movement [✔]
  23163. 516.83 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23164. 516.83 s [cursor-dirforest-gen] is not true because of subselections
  23165. 516.83 s [cursor-dirforest-gen] dirForestCursorSelectPrevTree and dirForestCursorSelectNextTree
  23166. 516.83 s [cursor-dirforest-gen] are inverses starting with the First [‐]
  23167. 516.83 s [cursor-dirforest-gen] # PENDING: No reason given
  23168. 516.83 s [cursor-dirforest-gen] are inverses starting with the Second [‐]
  23169. 516.83 s [cursor-dirforest-gen] # PENDING: No reason given
  23170. 516.83 s [cursor-dirforest-gen] dirForestCursorSelectFirstTree
  23171. 516.87 s [cursor-dirforest-gen] produces valid results [✔]
  23172. 516.87 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23173. 516.90 s [cursor-dirforest-gen] is a movement [✔]
  23174. 516.90 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23175. 516.90 s [cursor-dirforest-gen] dirForestCursorSelectLastTree
  23176. 516.93 s [cursor-dirforest-gen] produces valid results [✔]
  23177. 516.93 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23178. 516.96 s [cursor-dirforest-gen] is a movement [✔]
  23179. 516.96 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23180. 516.96 s [cursor-dirforest-gen] is not true because of subselections
  23181. 516.96 s [cursor-dirforest-gen] dirForestCursorSelectFirstTree and dirForestCursorSelectLastTree
  23182. 516.96 s [cursor-dirforest-gen] are inverses starting with the First [‐]
  23183. 516.96 s [cursor-dirforest-gen] # PENDING: No reason given
  23184. 516.96 s [cursor-dirforest-gen] are inverses starting with the Second [‐]
  23185. 516.96 s [cursor-dirforest-gen] # PENDING: No reason given
  23186. 516.96 s [cursor-dirforest-gen] dirForestCursorSelectPrevOnSameLevel
  23187. 517.00 s [cursor-dirforest-gen] produces valid results [✔]
  23188. 517.00 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23189. 517.04 s [cursor-dirforest-gen] is a movement [✔]
  23190. 517.04 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23191. 517.04 s [cursor-dirforest-gen] dirForestCursorSelectNextOnSameLevel
  23192. 517.07 s [cursor-dirforest-gen] produces valid results [✔]
  23193. 517.07 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23194. 517.10 s [cursor-dirforest-gen] is a movement [✔]
  23195. 517.10 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23196. 517.10 s [cursor-dirforest-gen] is not true because of ordering of files in the map
  23197. 517.10 s [cursor-dirforest-gen] dirForestCursorSelectPrevOnSameLevel and dirForestCursorSelectNextOnSameLevel
  23198. 517.10 s [cursor-dirforest-gen] are inverses starting with the First [‐]
  23199. 517.10 s [cursor-dirforest-gen] # PENDING: No reason given
  23200. 517.10 s [cursor-dirforest-gen] are inverses starting with the Second [‐]
  23201. 517.10 s [cursor-dirforest-gen] # PENDING: No reason given
  23202. 517.10 s [cursor-dirforest-gen] dirForestCursorSelectFirstOnSameLevel
  23203. 517.14 s [cursor-dirforest-gen] produces valid results [✔]
  23204. 517.14 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23205. 517.17 s [cursor-dirforest-gen] is a movement [✔]
  23206. 517.17 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23207. 517.17 s [cursor-dirforest-gen] dirForestCursorSelectLastOnSameLevel
  23208. 517.20 s [cursor-dirforest-gen] produces valid results [✔]
  23209. 517.20 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23210. 517.23 s [cursor-dirforest-gen] is a movement [✔]
  23211. 517.23 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23212. 517.23 s [cursor-dirforest-gen] is not true because of ordering of files in the map
  23213. 517.23 s [cursor-dirforest-gen] dirForestCursorSelectFirstOnSameLevel and dirForestCursorSelectLastOnSameLevel
  23214. 517.23 s [cursor-dirforest-gen] are inverses starting with the First [‐]
  23215. 517.23 s [cursor-dirforest-gen] # PENDING: No reason given
  23216. 517.23 s [cursor-dirforest-gen] are inverses starting with the Second [‐]
  23217. 517.23 s [cursor-dirforest-gen] # PENDING: No reason given
  23218. 517.23 s [cursor-dirforest-gen] dirForestCursorSelectPrev
  23219. 517.28 s [cursor-dirforest-gen] produces valid results [✔]
  23220. 517.28 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23221. 517.31 s [cursor-dirforest-gen] is a movement [✔]
  23222. 517.31 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23223. 517.31 s [cursor-dirforest-gen] dirForestCursorSelectNext
  23224. 517.34 s [cursor-dirforest-gen] produces valid results [✔]
  23225. 517.34 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23226. 517.37 s [cursor-dirforest-gen] is a movement [✔]
  23227. 517.37 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23228. 517.37 s [cursor-dirforest-gen] dirForestCursorSelectFirst
  23229. 517.40 s [cursor-dirforest-gen] produces valid results [✔]
  23230. 517.40 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23231. 517.43 s [cursor-dirforest-gen] is a movement [✔]
  23232. 517.43 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23233. 517.43 s [cursor-dirforest-gen] dirForestCursorSelectLast
  23234. 517.47 s [cursor-dirforest-gen] produces valid results [✔]
  23235. 517.47 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23236. 517.50 s [cursor-dirforest-gen] is a movement [✔]
  23237. 517.50 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23238. 517.50 s [cursor-dirforest-gen] dirForestCursorSelectFirstChild
  23239. 517.51 s [cursor-dirforest-gen] produces valid results [✔]
  23240. 517.51 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23241. 517.51 s [cursor-dirforest-gen] is a movement [✔]
  23242. 517.51 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23243. 517.51 s [cursor-dirforest-gen] dirForestCursorSelectLastChild
  23244. 517.52 s [cursor-dirforest-gen] produces valid results [✔]
  23245. 517.52 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23246. 517.53 s [cursor-dirforest-gen] is a movement [✔]
  23247. 517.53 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23248. 517.53 s [cursor-dirforest-gen] dirForestCursorSelectParent
  23249. 517.55 s [cursor-dirforest-gen] produces valid cursors [✔]
  23250. 517.55 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23251. 517.55 s [cursor-dirforest-gen] This does not hold, because in-progress file or directories will be deleted before moving
  23252. 517.55 s [cursor-dirforest-gen] is the inverse of dirForestCursorSelectFirstChild [‐]
  23253. 517.55 s [cursor-dirforest-gen] # PENDING: No reason given
  23254. 517.55 s [cursor-dirforest-gen] is the inverse of dirForestCursorSelectLastChild [‐]
  23255. 517.55 s [cursor-dirforest-gen] # PENDING: No reason given
  23256. 517.55 s [cursor-dirforest-gen] dirForestCursorDeleteCurrent
  23257. 517.60 s [cursor-dirforest-gen] produces valid results [✔]
  23258. 517.60 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23259. 517.60 s [cursor-dirforest-gen] dirForestCursorStartNew
  23260. 517.61 s [cursor-dirforest-gen] produces valid results [✔]
  23261. 517.61 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23262. 517.61 s [cursor-dirforest-gen] dirForestCursorStartNewBelowAtStart
  23263. 517.62 s [cursor-dirforest-gen] produces valid results [✔]
  23264. 517.62 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23265. 517.62 s [cursor-dirforest-gen] dirForestCursorStartNewBelowAtEnd
  23266. 517.63 s [cursor-dirforest-gen] produces valid results [✔]
  23267. 517.63 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23268. 517.63 s [cursor-dirforest-gen] dirForestCursorStopNew
  23269. 517.65 s [cursor-dirforest-gen] produces valid results [✔]
  23270. 517.65 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23271. 517.65 s [cursor-dirforest-gen] dirForestCursorInsertChar
  23272. 517.66 s [cursor-dirforest-gen] produces valid results [✔]
  23273. 517.66 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23274. 517.66 s [cursor-dirforest-gen] dirForestCursorAppendChar
  23275. 517.67 s [cursor-dirforest-gen] produces valid results [✔]
  23276. 517.67 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23277. 517.67 s [cursor-dirforest-gen] dirForestCursorRemoveChar
  23278. 517.69 s [cursor-dirforest-gen] produces valid results [✔]
  23279. 517.69 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23280. 517.69 s [cursor-dirforest-gen] dirForestCursorDeleteChar
  23281. 517.71 s [cursor-dirforest-gen] produces valid results [✔]
  23282. 517.71 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23283. 517.71 s [cursor-dirforest-gen] dirForestCursorSelectPrevChar
  23284. 517.73 s [cursor-dirforest-gen] produces valid results [✔]
  23285. 517.73 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23286. 517.73 s [cursor-dirforest-gen] dirForestCursorSelectNextChar
  23287. 517.75 s [cursor-dirforest-gen] produces valid results [✔]
  23288. 517.75 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23289. 517.75 s [cursor-dirforest-gen] dirForestCursorCompleteToDir
  23290. 517.77 s [cursor-dirforest-gen] produces valid results [✔]
  23291. 517.77 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23292. 517.77 s [cursor-dirforest-gen] dirForestCursorCompleteToFile
  23293. 517.78 s [cursor-dirforest-gen] produces valid results [✔]
  23294. 517.78 s [cursor-dirforest-gen] +++ OK, passed 100 tests.
  23295. 517.78 s [cursor-dirforest-gen]
  23296. 517.78 s [cursor-dirforest-gen] Finished in 1.3131 seconds
  23297. 517.78 s [cursor-dirforest-gen] 74 examples, 0 failures, 10 pending
  23298. 517.81 s [cursor-dirforest-gen] Test suite cursor-dirforest-test: PASS
  23299. 517.81 s [cursor-dirforest-gen] Test suite logged to:
  23300. 517.81 s [cursor-dirforest-gen] dist/test/cursor-dirforest-gen-0.0.0.0-cursor-dirforest-test.log
  23301. 517.81 s [cursor-dirforest-gen] 1 of 1 test suites (1 of 1 test cases) passed.
  23302. 517.82 s [cursor-dirforest-gen] Phase: haddockPhase
  23303. 517.94 s [cursor-dirforest-gen] Preprocessing library for cursor-dirforest-gen-0.0.0.0...
  23304. 517.95 s [cursor-dirforest-gen] Running Haddock on library for cursor-dirforest-gen-0.0.0.0...
  23305. 517.95 s [mergeful-persistent] Phase: updateAutotoolsGnuConfigScriptsPhase
  23306. 517.95 s [cursor-dirforest-gen] Warning: The documentation for the following packages are not installed. No
  23307. 517.95 s [cursor-dirforest-gen] links will be generated to these packages: path-0.9.6, path-0.9.6,
  23308. 517.95 s [cursor-dirforest-gen] vector-0.13.2.0
  23309. 517.97 s [mergeful-persistent] Phase: configurePhase
  23310. 517.97 s [mergeful-persistent] configureFlags: --verbose --prefix=/nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/8k2k5s6d12miv1m5l6lnwv6d6bznjyq9-mergeful-persistent-0.3.0.1-doc/share/doc/mergeful-persistent-0.3.0.1 --with-gcc=gcc --package-db=/build/tmp.JIqVfniO7L/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 --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-option=-Wall --ghc-option=-Werror --extra-lib-dirs=/nix/store/dplxdh6s49sqg5wbw1ym0238dvszdxnn-ncurses-6.5/lib --extra-lib-dirs=/nix/store/jigq791s8cvqijnadq2z9vl7c7yp7hsx-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/jl5l8bh9wwqfqr1bc1jy1bxyfvhsw2ks-elfutils-0.194/lib --extra-lib-dirs=/nix/store/ffrkxkxh9aj4k215qbyi64vwk75nqmlp-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/gsshkm5s50fv6avs1xqky2rviaiyx1k1-numactl-2.0.18/lib
  23311. 517.98 s [mergeful-persistent] Using Parsec parser
  23312. 517.98 s [mergeful-persistent] Configuring mergeful-persistent-0.3.0.1...
  23313. 518.18 s [cursor-dirforest-gen] [1 of 3] Compiling Cursor.FileOrDir.Gen ( src/Cursor/FileOrDir/Gen.hs, nothing )
  23314. 518.36 s [cursor-dirforest-gen] [2 of 3] Compiling Cursor.DirForest.Gen ( src/Cursor/DirForest/Gen.hs, nothing )
  23315. 518.38 s [cursor-dirforest-gen] [3 of 3] Compiling Paths_cursor_dirforest_gen ( dist/build/autogen/Paths_cursor_dirforest_gen.hs, nothing )
  23316. 518.39 s [cursor-dirforest-gen] Haddock coverage:
  23317. 518.39 s [cursor-dirforest-gen] 0% ( 0 / 1) in 'Cursor.FileOrDir.Gen'
  23318. 518.39 s [cursor-dirforest-gen] Missing documentation for:
  23319. 518.39 s [cursor-dirforest-gen] Module header
  23320. 518.39 s [cursor-dirforest-gen] 0% ( 0 / 1) in 'Cursor.DirForest.Gen'
  23321. 518.39 s [cursor-dirforest-gen] Missing documentation for:
  23322. 518.39 s [cursor-dirforest-gen] Module header
  23323. 518.56 s [mergeful-persistent] Dependency base >=4.11 && <5: using base-4.20.2.0
  23324. 518.56 s [mergeful-persistent] Dependency containers: using containers-0.7
  23325. 518.56 s [mergeful-persistent] Dependency mergeful: using mergeful-0.3.0.0
  23326. 518.56 s [mergeful-persistent] Dependency microlens: using microlens-0.4.14.0
  23327. 518.56 s [mergeful-persistent] Dependency mtl: using mtl-2.3.1
  23328. 518.56 s [mergeful-persistent] Dependency persistent: using persistent-2.17.1.0
  23329. 518.56 s [mergeful-persistent] Dependency QuickCheck: using QuickCheck-2.15.0.1
  23330. 518.56 s [mergeful-persistent] Dependency base >=4.11 && <5: using base-4.20.2.0
  23331. 518.56 s [mergeful-persistent] Dependency containers: using containers-0.7
  23332. 518.56 s [mergeful-persistent] Dependency genvalidity >=1.0: using genvalidity-1.1.1.0
  23333. 518.56 s [mergeful-persistent] Dependency genvalidity-mergeful: using genvalidity-mergeful-0.3.0.1
  23334. 518.56 s [mergeful-persistent] Dependency genvalidity-persistent: using genvalidity-persistent-1.0.0.2
  23335. 518.56 s [mergeful-persistent] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
  23336. 518.56 s [mergeful-persistent] Dependency mergeful: using mergeful-0.3.0.0
  23337. 518.56 s [mergeful-persistent] Dependency mergeful-persistent: using mergeful-persistent-0.3.0.1
  23338. 518.56 s [mergeful-persistent] Dependency monad-logger: using monad-logger-0.3.42
  23339. 518.56 s [mergeful-persistent] Dependency mtl: using mtl-2.3.1
  23340. 518.56 s [mergeful-persistent] Dependency path: using path-0.9.6
  23341. 518.56 s [mergeful-persistent] Dependency path-io: using path-io-1.8.2
  23342. 518.56 s [mergeful-persistent] Dependency persistent: using persistent-2.17.1.0
  23343. 518.57 s [mergeful-persistent] Dependency persistent-sqlite: using persistent-sqlite-2.13.3.1
  23344. 518.57 s [mergeful-persistent] Dependency persistent-template: using persistent-template-2.12.0.0
  23345. 518.57 s [mergeful-persistent] Dependency sydtest: using sydtest-0.23.0.1
  23346. 518.57 s [mergeful-persistent] Dependency text: using text-2.1.3
  23347. 518.57 s [mergeful-persistent] Dependency validity: using validity-0.12.1.0
  23348. 518.57 s [mergeful-persistent] Dependency validity-persistent: using validity-persistent-0.0.0.0
  23349. 518.57 s [mergeful-persistent] Source component graph:
  23350. 518.57 s [mergeful-persistent] component lib
  23351. 518.57 s [mergeful-persistent] component test:mergeful-persistent-test dependency lib
  23352. 518.57 s [mergeful-persistent] Configured component graph:
  23353. 518.57 s [mergeful-persistent] component mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  23354. 518.57 s [mergeful-persistent] include base-4.20.2.0-fafd
  23355. 518.57 s [mergeful-persistent] include containers-0.7-96b4
  23356. 518.57 s [mergeful-persistent] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  23357. 518.57 s [mergeful-persistent] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  23358. 518.57 s [mergeful-persistent] include mtl-2.3.1-37af
  23359. 518.57 s [mergeful-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  23360. 518.57 s [mergeful-persistent] component mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
  23361. 518.57 s [mergeful-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  23362. 518.57 s [mergeful-persistent] include base-4.20.2.0-fafd
  23363. 518.57 s [mergeful-persistent] include containers-0.7-96b4
  23364. 518.57 s [mergeful-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  23365. 518.57 s [mergeful-persistent] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  23366. 518.57 s [mergeful-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  23367. 518.57 s [mergeful-persistent] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  23368. 518.57 s [mergeful-persistent] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  23369. 518.57 s [mergeful-persistent] include mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  23370. 518.57 s [mergeful-persistent] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  23371. 518.57 s [mergeful-persistent] include mtl-2.3.1-37af
  23372. 518.57 s [mergeful-persistent] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  23373. 518.57 s [mergeful-persistent] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  23374. 518.57 s [mergeful-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  23375. 518.57 s [mergeful-persistent] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  23376. 518.57 s [mergeful-persistent] include persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
  23377. 518.57 s [mergeful-persistent] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  23378. 518.57 s [mergeful-persistent] include text-2.1.3-34f1
  23379. 518.57 s [mergeful-persistent] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  23380. 518.57 s [mergeful-persistent] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  23381. 518.57 s [mergeful-persistent] Linked component graph:
  23382. 518.57 s [mergeful-persistent] unit mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  23383. 518.57 s [mergeful-persistent] include base-4.20.2.0-fafd
  23384. 518.57 s [mergeful-persistent] include containers-0.7-96b4
  23385. 518.57 s [mergeful-persistent] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  23386. 518.57 s [mergeful-persistent] include microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  23387. 518.57 s [mergeful-persistent] include mtl-2.3.1-37af
  23388. 518.57 s [mergeful-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  23389. 518.57 s [mergeful-persistent] Data.Mergeful.Persistent=mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw:Data.Mergeful.Persistent
  23390. 518.57 s [mergeful-persistent] unit mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
  23391. 518.57 s [mergeful-persistent] include QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  23392. 518.57 s [mergeful-persistent] include base-4.20.2.0-fafd
  23393. 518.57 s [mergeful-persistent] include containers-0.7-96b4
  23394. 518.57 s [mergeful-persistent] include genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  23395. 518.57 s [mergeful-persistent] include genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  23396. 518.57 s [mergeful-persistent] include genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  23397. 518.57 s [mergeful-persistent] include genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  23398. 518.57 s [mergeful-persistent] include mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  23399. 518.57 s [mergeful-persistent] include mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  23400. 518.57 s [mergeful-persistent] include monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  23401. 518.57 s [mergeful-persistent] include mtl-2.3.1-37af
  23402. 518.57 s [mergeful-persistent] include path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  23403. 518.57 s [mergeful-persistent] include path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  23404. 518.57 s [mergeful-persistent] include persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  23405. 518.57 s [mergeful-persistent] include persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  23406. 518.57 s [mergeful-persistent] include persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
  23407. 518.57 s [mergeful-persistent] include sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  23408. 518.57 s [mergeful-persistent] include text-2.1.3-34f1
  23409. 518.57 s [mergeful-persistent] include validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  23410. 518.57 s [mergeful-persistent] include validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  23411. 518.57 s [mergeful-persistent] Ready component graph:
  23412. 518.57 s [mergeful-persistent] definite mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  23413. 518.57 s [mergeful-persistent] depends base-4.20.2.0-fafd
  23414. 518.57 s [mergeful-persistent] depends containers-0.7-96b4
  23415. 518.57 s [mergeful-persistent] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  23416. 518.57 s [mergeful-persistent] depends microlens-0.4.14.0-92KqsqaUpzqzywfp4Ldx9
  23417. 518.57 s [mergeful-persistent] depends mtl-2.3.1-37af
  23418. 518.57 s [mergeful-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  23419. 518.57 s [mergeful-persistent] definite mergeful-persistent-0.3.0.1-GVbn5OLIDpzEtNnp3Dp602-mergeful-persistent-test
  23420. 518.57 s [mergeful-persistent] depends QuickCheck-2.15.0.1-BJPkgsIqfJN6UM2bzZtDcy
  23421. 518.57 s [mergeful-persistent] depends base-4.20.2.0-fafd
  23422. 518.57 s [mergeful-persistent] depends containers-0.7-96b4
  23423. 518.57 s [mergeful-persistent] depends genvalidity-1.1.1.0-3r9iHh64ExxB6reR5oNiAm
  23424. 518.57 s [mergeful-persistent] depends genvalidity-mergeful-0.3.0.1-FpIqKCAbcJhKagm6DE2rt1
  23425. 518.57 s [mergeful-persistent] depends genvalidity-persistent-1.0.0.2-E1hoSYWeco6KKOY2SV9Fax
  23426. 518.57 s [mergeful-persistent] depends genvalidity-sydtest-1.0.1.0-XpHbJcTL7R8wmFxH8vdPN
  23427. 518.57 s [mergeful-persistent] depends mergeful-0.3.0.0-G9UzTADw1K0LZlxXi7lorL
  23428. 518.57 s [mergeful-persistent] depends mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  23429. 518.57 s [mergeful-persistent] depends monad-logger-0.3.42-7RtMFpurD8yDUrcPx6u4Xb
  23430. 518.57 s [mergeful-persistent] depends mtl-2.3.1-37af
  23431. 518.57 s [mergeful-persistent] depends path-0.9.6-LeUeGMS4uTVLPi0onYqJro
  23432. 518.57 s [mergeful-persistent] depends path-io-1.8.2-JscrNVnWM8GHd0Qmssg4yI
  23433. 518.57 s [mergeful-persistent] depends persistent-2.17.1.0-2C0zlEk9NRNI4kFeYnpYSF
  23434. 518.57 s [mergeful-persistent] depends persistent-sqlite-2.13.3.1-2UlprmLVyy53rt0FmByv2k
  23435. 518.57 s [mergeful-persistent] depends persistent-template-2.12.0.0-AKrkOcbwbXd3djnVhdk0V2
  23436. 518.57 s [mergeful-persistent] depends sydtest-0.23.0.1-Is6jVkWfl6XDlNEqpUg1Gc
  23437. 518.57 s [mergeful-persistent] depends text-2.1.3-34f1
  23438. 518.57 s [mergeful-persistent] depends validity-0.12.1.0-CYjrRzLxxJHnN1IOIhjsz
  23439. 518.57 s [mergeful-persistent] depends validity-persistent-0.0.0.0-7SfwVirQy85Fc9WFIPlyAz
  23440. 518.57 s [mergeful-persistent] Using Cabal-3.12.1.0 compiled by ghc-9.10
  23441. 518.57 s [mergeful-persistent] Using compiler: ghc-9.10.3
  23442. 518.57 s [mergeful-persistent] Using install prefix:
  23443. 518.57 s [mergeful-persistent] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1
  23444. 518.57 s [mergeful-persistent] Executables installed in:
  23445. 518.57 s [mergeful-persistent] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/bin
  23446. 518.57 s [mergeful-persistent] Libraries installed in:
  23447. 518.57 s [mergeful-persistent] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  23448. 518.57 s [mergeful-persistent] Dynamic Libraries installed in:
  23449. 518.57 s [mergeful-persistent] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d
  23450. 518.57 s [mergeful-persistent] Private executables installed in:
  23451. 518.57 s [mergeful-persistent] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/libexec/x86_64-linux-ghc-9.10.3-a85d/mergeful-persistent-0.3.0.1
  23452. 518.57 s [mergeful-persistent] Data files installed in:
  23453. 518.57 s [mergeful-persistent] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/share/x86_64-linux-ghc-9.10.3-a85d/mergeful-persistent-0.3.0.1
  23454. 518.57 s [mergeful-persistent] Documentation installed in:
  23455. 518.57 s [mergeful-persistent] /nix/store/8k2k5s6d12miv1m5l6lnwv6d6bznjyq9-mergeful-persistent-0.3.0.1-doc/share/doc/mergeful-persistent-0.3.0.1
  23456. 518.57 s [mergeful-persistent] Configuration files installed in:
  23457. 518.57 s [mergeful-persistent] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/etc
  23458. 518.57 s [mergeful-persistent] No alex found
  23459. 518.57 s [mergeful-persistent] Using ar found on system at:
  23460. 518.57 s [mergeful-persistent] /nix/store/q464imnlzzwwrnv98iclp9f7zfi4a1z2-binutils-wrapper-2.44/bin/ar
  23461. 518.57 s [mergeful-persistent] No c2hs found
  23462. 518.57 s [mergeful-persistent] No cpphs found
  23463. 518.57 s [mergeful-persistent] No doctest found
  23464. 518.57 s [mergeful-persistent] Using gcc version 14.3.0 given by user at:
  23465. 518.57 s [mergeful-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/gcc
  23466. 518.57 s [mergeful-persistent] Using ghc version 9.10.3 found on system at:
  23467. 518.57 s [mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc
  23468. 518.57 s [mergeful-persistent] Using ghc-pkg version 9.10.3 found on system at:
  23469. 518.57 s [mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/ghc-pkg-9.10.3
  23470. 518.57 s [mergeful-persistent] No ghcjs found
  23471. 518.57 s [mergeful-persistent] No ghcjs-pkg found
  23472. 518.57 s [mergeful-persistent] No greencard found
  23473. 518.57 s [mergeful-persistent] Using haddock version 2.31.1 found on system at:
  23474. 518.57 s [mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/haddock-ghc-9.10.3
  23475. 518.57 s [mergeful-persistent] No happy found
  23476. 518.57 s [mergeful-persistent] Using haskell-suite found on system at: haskell-suite-dummy-location
  23477. 518.61 s [mergeful-persistent] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  23478. 518.61 s [mergeful-persistent] No hmake found
  23479. 518.61 s [mergeful-persistent] Using hpc version 0.69 found on system at:
  23480. 518.61 s [mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hpc-ghc-9.10.3
  23481. 518.61 s [mergeful-persistent] Using hsc2hs version 0.68.10 found on system at:
  23482. 518.61 s [mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  23483. 518.61 s [mergeful-persistent] Using hscolour version 1.25 found on system at:
  23484. 518.61 s [mergeful-persistent] /nix/store/4542ydaffc5fq0lcxf22ish43ssgpa21-hscolour-1.25/bin/HsColour
  23485. 518.61 s [mergeful-persistent] No jhc found
  23486. 518.61 s [mergeful-persistent] Using ld found on system at:
  23487. 518.61 s [mergeful-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/ld
  23488. 518.61 s [mergeful-persistent] No pkg-config found
  23489. 518.61 s [mergeful-persistent] Using runghc version 9.10.3 found on system at:
  23490. 518.61 s [mergeful-persistent] /nix/store/vqkj90qn7489hcixgy5ah2mv59g72a14-ghc-9.10.3/bin/runghc-9.10.3
  23491. 518.61 s [mergeful-persistent] Using strip version 2.44 found on system at:
  23492. 518.61 s [mergeful-persistent] /nix/store/x45d95acx6rybkb5cidrxxffval9k2pg-gcc-wrapper-14.3.0/bin/strip
  23493. 518.61 s [mergeful-persistent] Using tar found on system at:
  23494. 518.61 s [mergeful-persistent] /nix/store/hy7mnzbwngafq13i5gqzq3ffjwmrpi3d-gnutar-1.35/bin/tar
  23495. 518.61 s [mergeful-persistent] No uhc found
  23496. 519.10 s [mergeful-persistent] Phase: buildPhase
  23497. 519.18 s [mergeful-persistent] Preprocessing library for mergeful-persistent-0.3.0.1...
  23498. 519.18 s [mergeful-persistent] Building library for mergeful-persistent-0.3.0.1...
  23499. 519.29 s [mergeful-persistent] [1 of 2] Compiling Data.Mergeful.Persistent ( src/Data/Mergeful/Persistent.hs, dist/build/Data/Mergeful/Persistent.o, dist/build/Data/Mergeful/Persistent.dyn_o )
  23500. 520.03 s [mergeful-persistent] [2 of 2] Compiling Paths_mergeful_persistent ( dist/build/autogen/Paths_mergeful_persistent.hs, dist/build/Paths_mergeful_persistent.o, dist/build/Paths_mergeful_persistent.dyn_o )
  23501. 520.24 s [mergeful-persistent] [1 of 2] Compiling Data.Mergeful.Persistent ( src/Data/Mergeful/Persistent.hs, dist/build/Data/Mergeful/Persistent.p_o )
  23502. 521.02 s [mergeful-persistent] [2 of 2] Compiling Paths_mergeful_persistent ( dist/build/autogen/Paths_mergeful_persistent.hs, dist/build/Paths_mergeful_persistent.p_o )
  23503. 523.11 s [cursor-dirforest-gen] Documentation created: dist/doc/html/cursor-dirforest-gen/,
  23504. 523.11 s [cursor-dirforest-gen] dist/doc/html/cursor-dirforest-gen/cursor-dirforest-gen.txt
  23505. 523.20 s [mergeful-persistent] Preprocessing test suite 'mergeful-persistent-test' for mergeful-persistent-0.3.0.1...
  23506. 523.20 s [mergeful-persistent] Building test suite 'mergeful-persistent-test' for mergeful-persistent-0.3.0.1...
  23507. 523.20 s [cursor-dirforest-gen] Preprocessing test suite 'cursor-dirforest-test' for cursor-dirforest-gen-0.0.0.0...
  23508. 523.20 s [cursor-dirforest-gen] Phase: installPhase
  23509. 523.24 s [mergeful-persistent] [1 of 7] Compiling Paths_mergeful_persistent ( dist/build/mergeful-persistent-test/autogen/Paths_mergeful_persistent.hs, dist/build/mergeful-persistent-test/mergeful-persistent-test-tmp/Paths_mergeful_persistent.o )
  23510. 523.26 s [cursor-dirforest-gen] Installing library in /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/cursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr
  23511. 523.34 s [mergeful-persistent] [2 of 7] Compiling TestUtils.ServerDB ( test/TestUtils/ServerDB.hs, dist/build/mergeful-persistent-test/mergeful-persistent-test-tmp/TestUtils/ServerDB.o, dist/build/mergeful-persistent-test/mergeful-persistent-test-tmp/TestUtils/ServerDB.dyn_o )
  23512. 523.46 s [cursor-dirforest-gen] Phase: fixupPhase
  23513. 523.48 s [cursor-dirforest-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0
  23514. 523.48 s [cursor-dirforest-gen] shrinking /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHScursor-dirforest-gen-0.0.0.0-CGRaP24nTHqKwZbqELyqpr-ghc9.10.3.so
  23515. 523.50 s [cursor-dirforest-gen] checking for references to /build/ in /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0...
  23516. 523.52 s [cursor-dirforest-gen] patching script interpreter paths in /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0
  23517. 523.52 s [cursor-dirforest-gen] stripping (with command strip and flags -S -p) in /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/lib
  23518. 523.55 s [cursor-dirforest-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/ca320dj1ypk9s0ry07ga3fl31d0qvim1-cursor-dirforest-gen-0.0.0.0-doc
  23519. 523.56 s [cursor-dirforest-gen] checking for references to /build/ in /nix/store/ca320dj1ypk9s0ry07ga3fl31d0qvim1-cursor-dirforest-gen-0.0.0.0-doc...
  23520. 523.57 s [cursor-dirforest-gen] patching script interpreter paths in /nix/store/ca320dj1ypk9s0ry07ga3fl31d0qvim1-cursor-dirforest-gen-0.0.0.0-doc
  23521. 523.63 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/ca320dj1ypk9s0ry07ga3fl31d0qvim1-cursor-dirforest-gen-0.0.0.0-doc /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0
  23522. 524.07 s [post-build-hook] Pushing 2 paths (203 are already present) using zstd to cache smos ⏳
  23523. 524.07 s [post-build-hook]
  23524. 524.40 s [post-build-hook] Pushing /nix/store/ca320dj1ypk9s0ry07ga3fl31d0qvim1-cursor-dirforest-gen-0.0.0.0-doc (218.90 KiB)
  23525. 524.41 s [post-build-hook] Pushing /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0 (755.79 KiB)
  23526. 525.29 s [post-build-hook]
  23527. 525.29 s [post-build-hook] All done.
  23528. 525.32 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/ca320dj1ypk9s0ry07ga3fl31d0qvim1-cursor-dirforest-gen-0.0.0.0-doc /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0
  23529. 525.39 s [post-build-hook] copying 0 paths...
  23530. 525.57 s [post-build-hook] copying 0 paths...
  23531. 525.64 s Progress: 133 of 139 built (1 building), 815 of 815 downloaded from cache
  23532. 525.76 s Building hoogle-with-packages
  23533. 525.76 s [mergeful-persistent] [3 of 7] Compiling TestUtils.ClientDB ( test/TestUtils/ClientDB.hs, dist/build/mergeful-persistent-test/mergeful-persistent-test-tmp/TestUtils/ClientDB.o )
  23534. 525.76 s [mergeful-persistent] [4 of 7] Compiling TestUtils ( test/TestUtils.hs, dist/build/mergeful-persistent-test/mergeful-persistent-test-tmp/TestUtils.o )
  23535. 525.76 s [mergeful-persistent] [5 of 7] Compiling Data.Mergeful.Persistent.TwoClientsSpec ( test/Data/Mergeful/Persistent/TwoClientsSpec.hs, dist/build/mergeful-persistent-test/mergeful-persistent-test-tmp/Data/Mergeful/Persistent/TwoClientsSpec.o )
  23536. 526.05 s [mergeful-persistent] [6 of 7] Compiling Data.Mergeful.Persistent.SingleClientSpec ( test/Data/Mergeful/Persistent/SingleClientSpec.hs, dist/build/mergeful-persistent-test/mergeful-persistent-test-tmp/Data/Mergeful/Persistent/SingleClientSpec.o )
  23537. 526.05 s [mergeful-persistent] [7 of 7] Compiling Main ( test/Spec.hs, dist/build/mergeful-persistent-test/mergeful-persistent-test-tmp/Main.o )
  23538. 526.14 s [hoogle-with-packages] importing builtin packages
  23539. 526.34 s [hoogle-with-packages] importing other packages
  23540. 526.68 s [mergeful-persistent] [8 of 8] Linking dist/build/mergeful-persistent-test/mergeful-persistent-test
  23541. 526.91 s [hoogle-with-packages] building hoogle database
  23542. 526.91 s [hoogle-with-packages] Starting generate
  23543. 527.95 s [mergeful-persistent] Phase: checkPhase
  23544. 528.32 s [mergeful-persistent] Running 1 test suites...
  23545. 528.32 s [mergeful-persistent] Test suite mergeful-persistent-test: RUNNING...
  23546. 528.61 s [mergeful-persistent] Tests:
  23547. 528.65 s [mergeful-persistent]
  23548. 528.65 s [mergeful-persistent] Data.Mergeful.Persistent.SingleClientSpec
  23549. 528.65 s [mergeful-persistent] mergeFromServerStrategy
  23550. 528.65 s [mergeful-persistent] Single Client
  23551. 528.65 s [mergeful-persistent] Multiple items
  23552. 528.65 s [mergeful-persistent] succesfully uploads everything to the server for an empty server 136.94 ms
  23553. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23554. 528.65 s [mergeful-persistent] succesfully downloads an item from the server for an empty client 144.53 ms
  23555. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23556. 528.65 s [mergeful-persistent] Single item
  23557. 528.65 s [mergeful-persistent] succesfully uploads an item to the server for an empty server 112.19 ms
  23558. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23559. 528.65 s [mergeful-persistent] succesfully downloads an item from the server for an empty client 123.19 ms
  23560. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23561. 528.65 s [mergeful-persistent] is returns an empty response on the second sync with no modifications 193.78 ms
  23562. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23563. 528.65 s [mergeful-persistent] mergeUsingCRDTStrategy
  23564. 528.65 s [mergeful-persistent] is returns an empty response on the second sync with no modifications 207.06 ms
  23565. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23566. 528.65 s [mergeful-persistent] Single Client
  23567. 528.65 s [mergeful-persistent] Single item
  23568. 528.65 s [mergeful-persistent] succesfully uploads an item to the server for an empty server 135.29 ms
  23569. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23570. 528.65 s [mergeful-persistent] succesfully downloads an item from the server for an empty client 142.17 ms
  23571. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23572. 528.65 s [mergeful-persistent] Multiple items
  23573. 528.65 s [mergeful-persistent] succesfully downloads an item from the server for an empty client 136.03 ms
  23574. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23575. 528.65 s [mergeful-persistent] succesfully uploads everything to the server for an empty server 136.24 ms
  23576. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23577. 528.65 s [mergeful-persistent] mergeFromClientStrategy
  23578. 528.65 s [mergeful-persistent] does not hold
  23579. 528.65 s [mergeful-persistent] is returns an empty response on the second sync with no modifications
  23580. 528.65 s [mergeful-persistent] Single Client
  23581. 528.65 s [mergeful-persistent] Multiple items
  23582. 528.65 s [mergeful-persistent] succesfully uploads everything to the server for an empty server 165.06 ms
  23583. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23584. 528.65 s [mergeful-persistent] succesfully downloads an item from the server for an empty client 142.66 ms
  23585. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23586. 528.65 s [mergeful-persistent] Single item
  23587. 528.65 s [mergeful-persistent] succesfully downloads an item from the server for an empty client 117.91 ms
  23588. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23589. 528.65 s [mergeful-persistent] succesfully uploads an item to the server for an empty server 148.36 ms
  23590. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23591. 528.65 s [mergeful-persistent] sanity
  23592. 528.65 s [mergeful-persistent] setupClient & clientGetStore
  23593. 528.65 s [mergeful-persistent] roundtrips 144.36 ms
  23594. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23595. 528.65 s [mergeful-persistent] setupServer & serverGetStore
  23596. 528.65 s [mergeful-persistent] roundtrips 98.15 ms
  23597. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23598. 528.65 s [mergeful-persistent] Data.Mergeful.Persistent.TwoClientsSpec
  23599. 528.65 s [mergeful-persistent] sanity
  23600. 528.65 s [mergeful-persistent] setupClient & clientGetStore
  23601. 528.65 s [mergeful-persistent] roundtrips 197.21 ms
  23602. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23603. 528.65 s [mergeful-persistent] setupServer & serverGetStore
  23604. 528.65 s [mergeful-persistent] roundtrips 171.36 ms
  23605. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23606. 528.65 s [mergeful-persistent] mergeFromClientStrategy
  23607. 528.65 s [mergeful-persistent] Does not hold
  23608. 528.65 s [mergeful-persistent] does not diverge after a conflict occurs
  23609. 528.65 s [mergeful-persistent] Multiple clients
  23610. 528.65 s [mergeful-persistent] Single item
  23611. 528.65 s [mergeful-persistent] does not run into a conflict if two clients both try to sync a deletion 194.10 ms
  23612. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23613. 528.65 s [mergeful-persistent] succesfully syncs a deletion across to a second client 205.13 ms
  23614. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23615. 528.65 s [mergeful-persistent] successfully syncs an addition accross to a second client 207.10 ms
  23616. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23617. 528.65 s [mergeful-persistent] successfully syncs a modification accross to a second client 199.36 ms
  23618. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23619. 528.65 s [mergeful-persistent] Multiple items
  23620. 528.65 s [mergeful-persistent] succesfully syncs deletions across to a second client 226.96 ms
  23621. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23622. 528.65 s [mergeful-persistent] successfully syncs additions accross to a second client 223.27 ms
  23623. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23624. 528.65 s [mergeful-persistent] does not run into a conflict if two clients both try to sync a deletion 230.17 ms
  23625. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23626. 528.65 s [mergeful-persistent] does not lose data after a conflict occurs 213.58 ms
  23627. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23628. 528.65 s [mergeful-persistent] mergeFromServerStrategy
  23629. 528.65 s [mergeful-persistent] does not diverge after a conflict occurs 231.16 ms
  23630. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23631. 528.65 s [mergeful-persistent] Does not hold
  23632. 528.65 s [mergeful-persistent] does not lose data after a conflict occurs
  23633. 528.65 s [mergeful-persistent] Multiple clients
  23634. 528.65 s [mergeful-persistent] Single item
  23635. 528.65 s [mergeful-persistent] succesfully syncs a deletion across to a second client 210.09 ms
  23636. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23637. 528.65 s [mergeful-persistent] successfully syncs an addition accross to a second client 161.23 ms
  23638. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23639. 528.65 s [mergeful-persistent] does not run into a conflict if two clients both try to sync a deletion 146.49 ms
  23640. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23641. 528.65 s [mergeful-persistent] successfully syncs a modification accross to a second client 145.89 ms
  23642. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23643. 528.65 s [mergeful-persistent] Multiple items
  23644. 528.65 s [mergeful-persistent] succesfully syncs deletions across to a second client 158.81 ms
  23645. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23646. 528.65 s [mergeful-persistent] does not run into a conflict if two clients both try to sync a deletion 148.06 ms
  23647. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23648. 528.65 s [mergeful-persistent] successfully syncs additions accross to a second client 142.80 ms
  23649. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23650. 528.65 s [mergeful-persistent] mergeUsingCRDTStrategy
  23651. 528.65 s [mergeful-persistent] Multiple clients
  23652. 528.65 s [mergeful-persistent] Multiple items
  23653. 528.65 s [mergeful-persistent] does not run into a conflict if two clients both try to sync a deletion 144.68 ms
  23654. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23655. 528.65 s [mergeful-persistent] successfully syncs additions accross to a second client 143.45 ms
  23656. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23657. 528.65 s [mergeful-persistent] succesfully syncs deletions across to a second client 139.32 ms
  23658. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23659. 528.65 s [mergeful-persistent] Single item
  23660. 528.65 s [mergeful-persistent] does not run into a conflict if two clients both try to sync a deletion 136.22 ms
  23661. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23662. 528.65 s [mergeful-persistent] successfully syncs an addition accross to a second client 133.58 ms
  23663. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23664. 528.65 s [mergeful-persistent] succesfully syncs a deletion across to a second client 126.61 ms
  23665. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23666. 528.65 s [mergeful-persistent] successfully syncs a modification accross to a second client 127.07 ms
  23667. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23668. 528.65 s [mergeful-persistent] does not diverge after a conflict occurs 119.48 ms
  23669. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23670. 528.65 s [mergeful-persistent] does not lose data after a conflict occurs 108.89 ms
  23671. 528.65 s [mergeful-persistent] passed for all of 10 inputs.
  23672. 528.65 s [mergeful-persistent]
  23673. 528.65 s [mergeful-persistent] Examples: 430
  23674. 528.65 s [mergeful-persistent] Passed: 43
  23675. 528.65 s [mergeful-persistent] Failed: 0
  23676. 528.65 s [mergeful-persistent] Pending: 3
  23677. 528.65 s [mergeful-persistent] Sum of test runtimes: 6.88 seconds
  23678. 528.65 s [mergeful-persistent] Test suite took: 0.28 seconds
  23679. 528.65 s [mergeful-persistent]
  23680. 528.65 s [mergeful-persistent] Test suite mergeful-persistent-test: PASS
  23681. 528.65 s [mergeful-persistent] Test suite logged to:
  23682. 528.65 s [mergeful-persistent] dist/test/mergeful-persistent-0.3.0.1-mergeful-persistent-test.log
  23683. 528.65 s [mergeful-persistent] 1 of 1 test suites (1 of 1 test cases) passed.
  23684. 529.01 s [mergeful-persistent] Phase: haddockPhase
  23685. 529.01 s [mergeful-persistent] Preprocessing library for mergeful-persistent-0.3.0.1...
  23686. 529.01 s [mergeful-persistent] Running Haddock on library for mergeful-persistent-0.3.0.1...
  23687. 529.01 s [mergeful-persistent] Warning: The documentation for the following packages are not installed. No
  23688. 529.01 s [mergeful-persistent] links will be generated to these packages: attoparsec-0.14.4,
  23689. 529.01 s [mergeful-persistent] attoparsec-0.14.4, vector-0.13.2.0
  23690. 529.01 s [hoogle-with-packages] [1/409] Cabal... 0.21s [2/409] haddock-prologue... 0.00s [3/409] Cabal-syntax... 0.30s [4/409] haddock-prologue... 0.00s [5/409] Glob... 0.00s [6/409] HUnit... 0.01s [7/409] HaskellNet... 0.03s [8/409] HaskellNet-SSL... 0.00s [9/409] IntervalMap... 0.07s [10/409] MonadRandom... 0.02s [11/409] OneTuple... 0.00s [12/409] Only... 0.00s [13/409] QuickCheck... 0.05s [14/409] SHA... 0.00s [15/409] StateVar... 0.00s [16/409] adjunctions... 0.03s [17/409] aeson... 0.06s [18/409] aeson-pretty... 0.00s [19/409] amazonka... 0.07s [20/409] amazonka-core... 0.07s [21/409] amazonka-ses... 0.39s
  23691. 529.05 s [mergeful-persistent] [1 of 2] Compiling Data.Mergeful.Persistent ( src/Data/Mergeful/Persistent.hs, nothing )
  23692. 529.40 s [mergeful-persistent] [2 of 2] Compiling Paths_mergeful_persistent ( dist/build/autogen/Paths_mergeful_persistent.hs, nothing )
  23693. 529.42 s [mergeful-persistent] Haddock coverage:
  23694. 529.42 s [mergeful-persistent] 79% ( 19 / 24) in 'Data.Mergeful.Persistent'
  23695. 529.42 s [mergeful-persistent] Missing documentation for:
  23696. 529.42 s [mergeful-persistent] Module header
  23697. 529.42 s [mergeful-persistent] clientMergeSyncResponseQuery (src/Data/Mergeful/Persistent.hs:162)
  23698. 529.42 s [mergeful-persistent] clientSyncProcessor (src/Data/Mergeful/Persistent.hs:208)
  23699. 529.42 s [mergeful-persistent] serverSyncProcessor (src/Data/Mergeful/Persistent.hs:424)
  23700. 529.42 s [mergeful-persistent] serverSyncWithCustomIdProcessor (src/Data/Mergeful/Persistent.hs:512)
  23701. 529.74 s [hoogle-with-packages] [22/409] amazonka-sso... 0.02s [23/409] amazonka-sts... 0.08s [24/409] ansi-terminal... 0.01s [25/409] ansi-terminal-types... 0.01s [26/409] appar... 0.01s [27/409] array... 0.03s [28/409] haddock-prologue... 0.00s [29/409] asn1-encoding... 0.01s [30/409] asn1-parse... 0.00s [31/409] asn1-types... 0.02s [32/409] assoc... 0.00s [33/409] async... 0.02s [34/409] atomic-primops... 0.01s [35/409] attoparsec-aeson... 0.00s [36/409] authenticate... 0.00s [37/409] auto-update... 0.01s [38/409] autodocodec... 0.05s [39/409] autodocodec-nix... 0.01s [40/409] autodocodec-schema... 0.00s [41/409] autodocodec-yaml... 0.00s [42/409] base... 0.74s
  23702. 529.91 s [mergeful-persistent] Warning: Data.Mergeful.Persistent: could not find link destinations for:
  23703. 529.91 s [mergeful-persistent] - Data.Mergeful.Item.Rep_ItemMergeStrategy
  23704. 530.83 s [hoogle-with-packages] [43/409] haddock-prologue... 0.00s [44/409] base-compat... 0.04s [45/409] base-compat-batteries... 0.03s [46/409] base-orphans... 0.00s [47/409] base16-bytestring... 0.00s [48/409] base64... 0.02s [49/409] base64-bytestring... 0.00s [50/409] basement... 0.14s [51/409] bifunctors... 0.02s [52/409] bimap... 0.01s [53/409] binary... 0.01s [54/409] haddock-prologue... 0.00s [55/409] binary-instances... 0.00s [56/409] binary-orphans... 0.00s [57/409] bitvec... 0.01s [58/409] blaze-builder... 0.01s [59/409] blaze-html... 0.12s [60/409] blaze-markup... 0.01s [61/409] boring... 0.00s [62/409] brick... 0.07s [63/409] bsb-http-chunked... 0.00s [64/409] byteable... 0.00s [65/409] byteorder... 0.00s [66/409] bytestring... 0.08s [67/409] haddock-prologue... 0.00s [68/409] call-stack... 0.00s [69/409] case-insensitive... 0.00s [70/409] cassava... 0.01s [71/409] cborg... 0.03s [72/409] cereal... 0.01s [73/409] character-ps... 0.02s [74/409] clientsession... 0.00s [75/409] cmark-gfm... 0.01s [76/409] CHANGES... 0.00s [77/409] cmdargs... 0.02s [78/409] code-page... 0.00s [79/409] colour... 0.02s [80/409] comonad... 0.01s [81/409] concise... 0.00s [82/409] conduit... 0.10s [83/409] conduit-extra... 0.02s [84/409] conduit-zstd... 0.00s [85/409] config-ini... 0.01s [86/409] conformance... 0.00s [87/409] constraints... 0.03s [88/409] containers... 0.22s
  23705. 531.87 s [hoogle-with-packages] [89/409] haddock-prologue... 0.00s [90/409] contravariant... 0.01s [91/409] cookie... 0.00s [92/409] criterion... 0.02s [93/409] criterion-measurement... 0.01s [94/409] cron... 0.01s [95/409] crypto-api... 0.02s [96/409] cryptohash-md5... 0.00s [97/409] cryptohash-sha1... 0.00s [98/409] cryptohash-sha256... 0.00s [99/409] crypton... 0.08s [100/409] crypton-connection... 0.00s [101/409] crypton-socks... 0.01s [102/409] crypton-x509... 0.01s [103/409] crypton-x509-store... 0.00s [104/409] crypton-x509-system... 0.00s [105/409] crypton-x509-validation... 0.01s [106/409] cryptonite... 0.08s [107/409] cryptonite-conduit... 0.00s [108/409] css-text... 0.00s [109/409] cursor... 0.07s [110/409] cursor-brick... 0.00s [111/409] cursor-dirforest... 0.03s [112/409] cursor-dirforest-brick... 0.00s [113/409] cursor-dirforest-gen... 0.00s [114/409] cursor-fuzzy-time... 0.00s [115/409] cursor-fuzzy-time-gen... 0.00s [116/409] cursor-gen... 0.00s [117/409] data-clist... 0.00s [118/409] data-default... 0.01s [119/409] data-default-class... 0.00s [120/409] data-fix... 0.00s [121/409] dec... 0.00s [122/409] deepseq... 0.01s [123/409] haddock-prologue... 0.00s [124/409] dense-linear-algebra... 0.00s [125/409] digest... 0.00s [126/409] directory... 0.02s [127/409] haddock-prologue... 0.00s [128/409] dirforest... 0.01s [129/409] distributive... 0.00s [130/409] dlist... 0.00s [131/409] easy-file... 0.01s [132/409] email-validate... 0.00s [133/409] entropy... 0.00s [134/409] errors... 0.02s [135/409] esqueleto... 0.31s [136/409] exceptions... 0.01s [137/409] haddock-prologue... 0.00s [138/409] fast-logger... 0.01s [139/409] fast-myers-diff... 0.00s [140/409] file-embed... 0.00s [141/409] filelock... 0.00s [142/409] filepath... 0.05s [143/409] haddock-prologue... 0.00s [144/409] foldl... 0.02s [145/409] free... 0.05s [146/409] fsnotify... 0.00s [147/409] fuzzy-time... 0.00s [148/409] fuzzy-time-gen... 0.00s [149/409] generically... 0.00s [150/409] generics-sop... 0.04s [151/409] genvalidity... 0.01s [152/409] genvalidity-bytestring... 0.00s [153/409] genvalidity-containers... 0.00s [154/409] genvalidity-criterion... 0.00s [155/409] genvalidity-dirforest... 0.00s [156/409] genvalidity-mergeful... 0.00s [157/409] genvalidity-path... 0.00s [158/409] genvalidity-sydtest... 0.06s
  23706. 534.40 s [hoogle-with-packages] [159/409] genvalidity-text... 0.00s [160/409] genvalidity-time... 0.00s [161/409] genvalidity-typed-uuid... 0.00s [162/409] genvalidity-uuid... 0.00s [163/409] ghc... 2.53s
  23707. 535.65 s [hoogle-with-packages] [164/409] haddock-prologue... 0.00s [165/409] ghc-bignum... 0.04s [166/409] haddock-prologue... 0.00s [167/409] ghc-boot... 0.01s [168/409] haddock-prologue... 0.00s [169/409] ghc-boot-th... 0.01s [170/409] haddock-prologue... 0.00s [171/409] haddock-prologue... 0.00s [172/409] haddock-prologue... 0.00s [173/409] ghc-heap... 0.05s [174/409] haddock-prologue... 0.00s [175/409] ghc-internal... 0.78s [176/409] haddock-prologue... 0.00s [177/409] ghc-platform... 0.01s [178/409] haddock-prologue... 0.00s [179/409] ghc-prim... 0.35s
  23708. 536.11 s [mergeful-persistent] Documentation created: dist/doc/html/mergeful-persistent/,
  23709. 536.11 s [mergeful-persistent] dist/doc/html/mergeful-persistent/mergeful-persistent.txt
  23710. 536.17 s [mergeful-persistent] Preprocessing test suite 'mergeful-persistent-test' for mergeful-persistent-0.3.0.1...
  23711. 536.18 s [mergeful-persistent] Phase: installPhase
  23712. 536.31 s [mergeful-persistent] Installing library in /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/mergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw
  23713. 536.54 s [mergeful-persistent] Phase: fixupPhase
  23714. 536.56 s [mergeful-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1
  23715. 536.56 s [mergeful-persistent] shrinking /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-a85d/libHSmergeful-persistent-0.3.0.1-3qvKNlKCFFRCy9jPqRTAUw-ghc9.10.3.so
  23716. 536.60 s [mergeful-persistent] checking for references to /build/ in /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1...
  23717. 536.61 s [mergeful-persistent] patching script interpreter paths in /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1
  23718. 536.62 s [mergeful-persistent] stripping (with command strip and flags -S -p) in /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/lib
  23719. 536.65 s [mergeful-persistent] shrinking RPATHs of ELF executables and libraries in /nix/store/8k2k5s6d12miv1m5l6lnwv6d6bznjyq9-mergeful-persistent-0.3.0.1-doc
  23720. 536.66 s [mergeful-persistent] checking for references to /build/ in /nix/store/8k2k5s6d12miv1m5l6lnwv6d6bznjyq9-mergeful-persistent-0.3.0.1-doc...
  23721. 536.67 s [mergeful-persistent] patching script interpreter paths in /nix/store/8k2k5s6d12miv1m5l6lnwv6d6bznjyq9-mergeful-persistent-0.3.0.1-doc
  23722. 536.72 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1
  23723. 537.17 s [post-build-hook] Pushing 2 paths (280 are already present) using zstd to cache smos ⏳
  23724. 537.17 s [post-build-hook]
  23725. 537.50 s [post-build-hook] Pushing /nix/store/8k2k5s6d12miv1m5l6lnwv6d6bznjyq9-mergeful-persistent-0.3.0.1-doc (656.97 KiB)
  23726. 537.53 s [post-build-hook] Pushing /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1 (984.12 KiB)
  23727. 538.56 s [post-build-hook]
  23728. 538.56 s [post-build-hook] All done.
  23729. 538.58 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1
  23730. 538.66 s [post-build-hook] copying 0 paths...
  23731. 538.79 s [post-build-hook] copying 0 paths...
  23732. 538.88 s Progress: 134 of 138 built (1 building), 815 of 815 downloaded from cache
  23733. 538.88 s [hoogle-with-packages] [180/409] haddock-prologue... 0.00s [181/409] ghc-toolchain... 0.03s [182/409] haddock-prologue... 0.00s [183/409] ghci... 0.02s [184/409] haddock-prologue... 0.00s [185/409] github... 0.18s [186/409] gitrev... 0.00s [187/409] half... 0.00s [188/409] hashable... 0.00s [189/409] haddock-prologue... 0.00s [190/409] haskeline... 0.04s [191/409] haskell-lexer... 0.00s [192/409] haskell-src-exts... 0.10s [193/409] haskell-src-meta... 0.01s [194/409] hinotify... 0.00s [195/409] hjsmin... 0.00s [196/409] hostname... 0.00s [197/409] hourglass... 0.01s [198/409] haddock-prologue... 0.00s [199/409] hpc... 0.00s [200/409] html-conduit... 0.00s [201/409] http-api-data... 0.02s [202/409] http-client... 0.04s [203/409] http-client-tls... 0.00s [204/409] http-conduit... 0.02s [205/409] http-date... 0.00s [206/409] http-link-header... 0.00s [207/409] http-media... 0.00s [208/409] http-semantics... 0.02s [209/409] http-types... 0.02s [210/409] http2... 0.03s [211/409] ical... 0.10s [212/409] ical-recurrence... 0.01s [213/409] indexed-traversable... 0.01s [214/409] indexed-traversable-instances... 0.00s [215/409] ini... 0.00s [216/409] integer-conversion... 0.00s [217/409] haddock-prologue... 0.00s [218/409] integer-logarithms... 0.00s [219/409] invariant... 0.01s [220/409] iproute... 0.01s [221/409] iso8601-time... 0.00s [222/409] jose... 0.04s [223/409] js-chart... 0.00s [224/409] kan-extensions... 0.02s [225/409] language-javascript... 0.06s [226/409] lens... 0.50s
  23734. 538.88 s [hoogle-with-packages] [227/409] libyaml... 0.01s [228/409] lift-type... 0.00s [229/409] lifted-base... 0.01s [230/409] looper... 0.00s [231/409] math-functions... 0.01s [232/409] megaparsec... 0.04s [233/409] memory... 0.02s [234/409] mergeful... 0.03s [235/409] mergeful-persistent... 0.00s [236/409] microlens... 0.02s [237/409] microlens-contra... 0.00s [238/409] microlens-ghc... 0.00s [239/409] microlens-mtl... 0.01s [240/409] microlens-platform... 0.00s [241/409] microlens-pro... 0.02s [242/409] microlens-th... 0.00s [243/409] microstache... 0.01s [244/409] mime-mail... 0.01s [245/409] mime-types... 0.00s [246/409] mmorph... 0.00s [247/409] monad-control... 0.01s [248/409] monad-logger... 0.01s [249/409] monad-loops... 0.00s [250/409] monad-time... 0.00s [251/409] mono-traversable... 0.04s [252/409] haddock-prologue... 0.00s [253/409] mtl... 0.03s [254/409] mwc-random... 0.01s [255/409] network... 0.02s [256/409] network-bsd... 0.01s [257/409] network-byte-order... 0.01s [258/409] network-control... 0.00s [259/409] network-info... 0.00s [260/409] network-uri... 0.00s [261/409] nonce... 0.00s [262/409] old-locale... 0.00s [263/409] old-time... 0.00s [264/409] opt-env-conf... 0.05s [265/409] optparse-applicative... 0.07s [266/409] haddock-prologue... 0.00s [267/409] os-string... 0.05s [268/409] parallel... 0.01s [269/409] haddock-prologue... 0.00s [270/409] parsec... 0.06s [271/409] parser-combinators... 0.01s [272/409] password... 0.01s [273/409] password-instances... 0.00s [274/409] password-types... 0.00s [275/409] path-io... 0.01s [276/409] path-pieces... 0.00s [277/409] pem... 0.00s [278/409] persistent... 0.19s [279/409] persistent-pagination... 0.01s [280/409] persistent-sqlite... 0.01s [281/409] haddock-prologue... 0.00s [282/409] pretty... 0.02s [283/409] pretty-relative-time... 0.00s [284/409] pretty-show... 0.00s [285/409] prettyprinter... 0.03s [286/409] prettyprinter-ansi-terminal... 0.00s [287/409] primitive... 0.04s [288/409] haddock-prologue... 0.00s [289/409] process... 0.01s [290/409] profunctors... 0.03s [291/409] prometheus... 0.01s
  23735. 539.01 s [hoogle-with-packages] [292/409] prometheus-ghc-stats... 0.00s [293/409] prometheus-wai... 0.00s [294/409] psqueues... 0.01s [295/409] quickcheck-io... 0.00s [296/409] random... 0.02s [297/409] random-shuffle... 0.00s [298/409] raw-strings-qq... 0.00s [299/409] recv... 0.00s [300/409] reflection... 0.01s [301/409] regex-base... 0.01s [302/409] regex-posix... 0.01s [303/409] replace-megaparsec... 0.00s [304/409] resource-pool... 0.01s [305/409] resourcet... 0.01s [306/409] retry... 0.01s [307/409] CHANGES... 0.00s [308/409] safe... 0.01s [309/409] safe-coloured-text... 0.01s [310/409] safe-coloured-text-layout... 0.00s [311/409] safe-coloured-text-terminfo... 0.00s [312/409] safe-exceptions... 0.01s [313/409] scientific... 0.00s [314/409] selective... 0.02s [315/409] haddock-prologue... 0.00s [316/409] semaphore-compat... 0.00s [317/409] semialign... 0.01s [318/409] semigroupoids... 0.04s [319/409] semigroups... 0.00s [320/409] semver... 0.00s [321/409] serialise... 0.02s [322/409] servant... 0.05s [323/409] servant-auth... 0.00s [324/409] servant-auth-client... 0.00s [325/409] servant-auth-server... 0.02s [326/409] servant-client... 0.01s [327/409] servant-client-core... 0.02s [328/409] servant-server... 0.03s [329/409] setenv... 0.00s [330/409] shakespeare... 0.03s [331/409] silently... 0.00s [332/409] simple-sendfile... 0.00s [333/409] singleton-bool... 0.00s [334/409] skein... 0.01s [335/409] some... 0.01s [336/409] sop-core... 0.03s [337/409] split... 0.01s [338/409] splitmix... 0.00s [339/409] stache... 0.01s [340/409] statistics... 0.04s [341/409] haddock-prologue... 0.00s [342/409] stm... 0.01s [343/409] stm-chans... 0.01s [344/409] streaming-commons... 0.07s [345/409] strict... 0.01s [346/409] string-interpolate... 0.00s [347/409] svg-builder... 0.02s [348/409] syb... 0.01s [349/409] sydtest... 0.09s [350/409] sydtest-persistent... 0.00s [351/409] sydtest-persistent-sqlite... 0.00s [352/409] sydtest-wai... 0.01s [353/409] tagged... 0.00s [354/409] CHANGES... 0.00s [355/409] tagsoup... 0.01s [356/409] tasty... 0.02s [357/409] haddock-prologue... 0.00s [358/409] template-haskell... 0.16s [359/409] template-haskell-reload... 0.00s [360/409] temporary... 0.00s [361/409] haddock-prologue... 0.00s [362/409] terminfo... 0.01s [363/409] haddock-prologue... 0.00s [364/409] text... 0.06s
  23736. 540.01 s [hoogle-with-packages] [365/409] text-conversions... 0.00s [366/409] text-iso8601... 0.00s [367/409] text-short... 0.01s [368/409] text-zipper... 0.00s [369/409] th-abstraction... 0.01s [370/409] th-compat... 0.01s [371/409] th-expand-syns... 0.00s [372/409] th-lift... 0.00s [373/409] th-lift-instances... 0.00s [374/409] th-orphans... 0.00s [375/409] th-reify-many... 0.00s [376/409] these... 0.01s [377/409] haddock-prologue... 0.00s [378/409] time... 0.03s [379/409] time-compat... 0.02s [380/409] time-manager... 0.00s [381/409] tls... 0.04s [382/409] haddock-prologue... 0.00s [383/409] transformers... 0.06s [384/409] transformers-base... 0.00s [385/409] transformers-compat... 0.01s [386/409] typed-process... 0.02s [387/409] typed-uuid... 0.00s [388/409] tz... 0.04s [389/409] tzdata... 0.04s [390/409] haddock-prologue... 0.00s [391/409] unix... 0.11s [392/409] unix-compat... 0.01s [393/409] unix-time... 0.00s [394/409] unliftio... 0.08s [395/409] unliftio-core... 0.00s [396/409] unordered-containers... 0.04s [397/409] utf8-string... 0.01s [398/409] uuid... 0.00s [399/409] uuid-types... 0.00s [400/409] validity... 0.01s [401/409] validity-aeson... 0.00s [402/409] validity-bytestring... 0.00s [403/409] validity-case-insensitive... 0.00s [404/409] validity-containers... 0.00s [405/409] validity-network-uri... 0.00s [406/409] validity-path... 0.00s [407/409] validity-scientific... 0.00s [408/409] validity-text... 0.00s [409/409] validity-time... 0.00s [410/409] validity-unordered-containers... 0.00s [411/409] validity-uuid... 0.00s [412/409] validity-vector... 0.00s [413/409] vault... 0.00s [414/409] vector-algorithms... 0.01s [415/409] vector-binary-instances... 0.00s [416/409] vector-stream... 0.01s [417/409] vector-th-unbox... 0.00s [418/409] void... 0.00s [419/409] vty... 0.03s [420/409] vty-crossplatform... 0.00s [421/409] vty-unix... 0.00s [422/409] wai... 0.06s [423/409] wai-app-static... 0.01s [424/409] wai-extra... 0.03s [425/409] wai-logger... 0.00s [426/409] wai-websockets... 0.00s [427/409] warp... 0.02s [428/409] websockets... 0.02s [429/409] witherable... 0.01s [430/409] word-wrap... 0.00s [431/409] word8... 0.01s [432/409] haddock-prologue... 0.00s [433/409] xhtml... 0.03s [434/409] xml-conduit... 0.02s [435/409] xml-types... 0.01s [436/409] xss-sanitize... 0.00s [437/409] yaml... 0.02s [438/409] yesod... 0.01s [439/409] yesod-auth... 0.02s [440/409] yesod-autoreload... 0.00s [441/409] yesod-core... 0.06s [442/409] yesod-form... 0.03s [443/409] yesod-persistent... 0.00s [444/409] yesod-sitemap... 0.00s
  23737. 540.07 s [hoogle-with-packages] [445/409] yesod-static... 0.01s [446/409] yesod-static-remote... 0.00s [447/409] yesod-websockets... 0.00s [448/409] zip... 0.02s [449/409] zlib... 0.02s [450/409] zstd... 0.01s
  23738. 540.07 s [hoogle-with-packages] Found 2806 warnings when processing items
  23739. 540.11 s [hoogle-with-packages]
  23740. 540.16 s [hoogle-with-packages] Reordering items... 0.05s
  23741. 540.33 s [hoogle-with-packages] Writing tags... 0.17s
  23742. 540.52 s [hoogle-with-packages] Writing names... 0.19s
  23743. 541.40 s [hoogle-with-packages] Writing types... 0.88s
  23744. 541.41 s [hoogle-with-packages] Took 14.49s
  23745. 541.44 s [hoogle-with-packages] building haddock index
  23746. 546.15 s [hoogle-with-packages] finishing up
  23747. 546.29 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/zbr0rq21phy7qk5l2mm2c8w4743jrh3f-hoogle-with-packages
  23748. 546.95 s [post-build-hook] Pushing 13 paths (607 are already present) using zstd to cache smos ⏳
  23749. 546.95 s [post-build-hook]
  23750. 547.29 s [post-build-hook] Pushing /nix/store/1apni4b985jiv38v36rp2h8na103sn8b-yesod-static-remote-0.0.0.1-doc (168.33 KiB)
  23751. 547.31 s [post-build-hook] Pushing /nix/store/hpk1fi067nz6dk6xfpqyd2a8cqdhhgyc-template-haskell-reload-0.0.0.0-doc (386.12 KiB)
  23752. 547.31 s [post-build-hook] Pushing /nix/store/52qzb8plnmcsnnmc26s25r99m90m4jdz-HaskellNet-0.6.1.2-doc (2.53 MiB)
  23753. 547.32 s [post-build-hook] Pushing /nix/store/36cvhf4m3g2567j8iwcwynbkfq5v5d1a-HaskellNet-SSL-0.4.0.2-doc (451.10 KiB)
  23754. 547.32 s [post-build-hook] Pushing /nix/store/9nmxcb21kr3cqbh1d39bzkrwpbnxkkrl-prometheus-wai-0.2.0.1-doc (257.94 KiB)
  23755. 547.32 s [post-build-hook] Pushing /nix/store/1fyxx288zdmsw6kjrv4krgml4brakdwi-persistent-pagination-0.1.1.2-doc (600.07 KiB)
  23756. 547.32 s [post-build-hook] Pushing /nix/store/cc55jfknl2w9xqmp206nn051j6jmqxqc-servant-auth-client-0.4.2.0-doc (196.29 KiB)
  23757. 547.63 s [post-build-hook] Pushing /nix/store/gjhjhk2mza90j062d8zqmafq24d7qhvd-yesod-autoreload-0.0.0.0-doc (169.02 KiB)
  23758. 548.55 s [post-build-hook] Pushing /nix/store/jsf6cmc8nwvidkmga837i23vfy5rmrva-servant-auth-server-0.4.9.1-doc (1.85 MiB)
  23759. 548.57 s [post-build-hook] Pushing /nix/store/zbr0rq21phy7qk5l2mm2c8w4743jrh3f-hoogle-with-packages (82.60 MiB)
  23760. 548.61 s [post-build-hook] Pushing /nix/store/pbpkzqvgjcgri3ipyj9p883gnbdzmrxi-prometheus-ghc-stats-0.0.0.0-doc (249.74 KiB)
  23761. 548.62 s [post-build-hook] Pushing /nix/store/zidrcgv5ahk794rjiphyffv2vyqfa3qc-esqueleto-3.6.0.0-doc (19.40 MiB)
  23762. 548.63 s [post-build-hook] Pushing /nix/store/nag0ifni879pxzkbsg8hs84x6pkcaddz-zip-2.2.1-doc (1.84 MiB)
  23763. 550.88 s [post-build-hook]
  23764. 550.88 s [post-build-hook] All done.
  23765. 550.91 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/zbr0rq21phy7qk5l2mm2c8w4743jrh3f-hoogle-with-packages
  23766. 550.99 s [post-build-hook] copying 0 paths...
  23767. 551.72 s [post-build-hook] copying 26 paths...
  23768. 551.72 s [post-build-hook] copying path '/nix/store/0npiww441c6y52h63z5kxwqls9h8h9p9-tls-session-manager-0.0.8.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
  23769. 551.74 s [post-build-hook] copying path '/nix/store/7lq3w0yygfpgbvr1hdx3igq25n7d0g64-source.drv' to 'https://cache.staging.nix-ci.com'...
  23770. 551.74 s [post-build-hook] copying path '/nix/store/cj28acdw0r0ihd057gdc9137cah93wmk-crypto-token-0.1.2.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
  23771. 551.74 s [post-build-hook] copying path '/nix/store/q1m334kk816mrrrqi1hnqc2h6mbr3vnf-utility-ht-0.0.17.2.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
  23772. 551.74 s [post-build-hook] copying path '/nix/store/qxba25m7l5fxg47xl84i9r7sgfc6ckx3-storable-tuple-0.1.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
  23773. 551.74 s [post-build-hook] copying path '/nix/store/fjgdfzrscdh6ljaym1xirr2dk2kxfdcf-warp-tls-3.4.13.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
  23774. 551.74 s [post-build-hook] copying path '/nix/store/9bzygmd7y8wl1dwxcfkq0krr8yscr0c8-js-flot-0.8.3.drv' to 'https://cache.staging.nix-ci.com'...
  23775. 551.74 s [post-build-hook] copying path '/nix/store/nv3i0yf4ih39bdpx91iqy2igvk5ggb94-process-extras-0.7.4-r1.cabal.drv' to 'https://cache.staging.nix-ci.com'...
  23776. 551.74 s [post-build-hook] copying path '/nix/store/sqccpbi7d7lig6fbz256h8702jp2m46a-mmap-0.5.9.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
  23777. 551.74 s [post-build-hook] copying path '/nix/store/r69k5996kfb6w52a1x3wzv83zdzial66-ListLike-4.7.8.4.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
  23778. 551.74 s [post-build-hook] copying path '/nix/store/j2skc3bc5myvqlgl0g9aqh5r87bad36p-process-extras-0.7.4.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
  23779. 551.74 s [post-build-hook] copying path '/nix/store/ypgdnkn2mkb94cqa0wnln993w655s7fw-fmlist-0.9.4.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
  23780. 551.74 s [post-build-hook] copying path '/nix/store/jm5ki03hajfvqrvbf6p3mvas47vpnhy0-js-jquery-3.7.1.drv' to 'https://cache.staging.nix-ci.com'...
  23781. 551.74 s [post-build-hook] copying path '/nix/store/frmjvi6ad3zdzf16p7w1bidak39b5zs3-storable-record-0.0.7.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
  23782. 551.90 s [post-build-hook] copying path '/nix/store/31p9g7fq84cgaca4fslx2j9axkasqmns-crypto-token-0.1.2.drv' to 'https://cache.staging.nix-ci.com'...
  23783. 551.90 s [post-build-hook] copying path '/nix/store/qkhzahl2005952lrhcb29q5lwbh4fmb8-fmlist-0.9.4.drv' to 'https://cache.staging.nix-ci.com'...
  23784. 551.91 s [post-build-hook] copying path '/nix/store/ak6zx35aa9zdvfd61qia8m7992a6a3p6-mmap-0.5.9.drv' to 'https://cache.staging.nix-ci.com'...
  23785. 551.91 s [post-build-hook] copying path '/nix/store/max68ssk8qp1sb0wx3zpz24fc0qfh4fd-utility-ht-0.0.17.2.drv' to 'https://cache.staging.nix-ci.com'...
  23786. 552.09 s [post-build-hook] copying path '/nix/store/qy9fzffwbgf6lv0ga90ggdps88cz0vmi-storable-record-0.0.7.drv' to 'https://cache.staging.nix-ci.com'...
  23787. 552.09 s [post-build-hook] copying path '/nix/store/xcn5q0rpv0q9f2vgpkiaj4i9abcfdjij-ListLike-4.7.8.4.drv' to 'https://cache.staging.nix-ci.com'...
  23788. 552.12 s [post-build-hook] copying path '/nix/store/wdiqr3d02xvypqif6y0f7gfz20l5dyi7-tls-session-manager-0.0.8.drv' to 'https://cache.staging.nix-ci.com'...
  23789. 552.25 s [post-build-hook] copying path '/nix/store/dgf03hlwyx4r4j39lpf2i3p0lv0xy3a1-process-extras-0.7.4.drv' to 'https://cache.staging.nix-ci.com'...
  23790. 552.28 s [post-build-hook] copying path '/nix/store/wr8ik6nycww724f6wjfdjn129gq9h7ny-warp-tls-3.4.13.drv' to 'https://cache.staging.nix-ci.com'...
  23791. 552.29 s [post-build-hook] copying path '/nix/store/d5l5nc609phfvnawkpx0g5mqrla5njxz-storable-tuple-0.1.drv' to 'https://cache.staging.nix-ci.com'...
  23792. 552.46 s [post-build-hook] copying path '/nix/store/9b8r4i7yq79lrsz3idr8d6mprnqbhyb4-hoogle-unstable-2024-07-29.drv' to 'https://cache.staging.nix-ci.com'...
  23793. 552.74 s [post-build-hook] copying path '/nix/store/4cv0zxi66ylrvlyr7z3v5hjk4jz9yjak-hoogle-with-packages.drv' to 'https://cache.staging.nix-ci.com'...
  23794. 552.98 s Progress: 135 of 138 built, 815 of 815 downloaded from cache
  23795. 553.10 s Building ghc-9.10.3-with-packages
  23796. 553.15 s [ghc-9.10.3-with-packages] /nix/store/wzv9v7nyim8f4yqmkx45ywk3knvvp14j-genvalidity-criterion-1.1.0.0/nix-support:
  23797. 553.15 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23798. 553.15 s [ghc-9.10.3-with-packages] /nix/store/3ndnlssm2c2jjfm9pna9qgr08k2hy24r-genvalidity-containers-1.0.0.2/nix-support:
  23799. 553.15 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23800. 553.16 s [ghc-9.10.3-with-packages] /nix/store/f9r14infkd8jdb4y6swli6kj719pbjbr-path-0.9.6/nix-support:
  23801. 553.16 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23802. 553.16 s [ghc-9.10.3-with-packages] /nix/store/f9r14infkd8jdb4y6swli6kj719pbjbr-path-0.9.6/nix-support:
  23803. 553.16 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23804. 553.16 s [ghc-9.10.3-with-packages] /nix/store/fp2i4dc38vkycq5q629prcccwsl61wlm-path-io-1.8.2/nix-support:
  23805. 553.16 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23806. 553.17 s [ghc-9.10.3-with-packages] /nix/store/50sp4i6cv4y5nsci5payq9rpgv52wma5-genvalidity-1.1.1.0/nix-support:
  23807. 553.17 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23808. 553.17 s [ghc-9.10.3-with-packages] /nix/store/w2y8s8gd08vfxijm89xxvwlg0qgsv9di-genvalidity-path-1.0.0.1/nix-support:
  23809. 553.17 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23810. 553.17 s [ghc-9.10.3-with-packages] /nix/store/6vipa7666737svrbwasmdxf8r3dl5czp-cursor-0.3.2.0/nix-support:
  23811. 553.17 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23812. 553.18 s [ghc-9.10.3-with-packages] /nix/store/w0jxhq7fwxwcqrhkh2cgnw6w3sy9yc0n-aeson-2.2.3.0/nix-support:
  23813. 553.18 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23814. 553.19 s [ghc-9.10.3-with-packages] /nix/store/f2xcy7mriwz2jn6z7kvv8xdiypq4zpbg-async-2.2.5/nix-support:
  23815. 553.19 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23816. 553.19 s [ghc-9.10.3-with-packages] /nix/store/sfazchrjg9cd5sjp24q7ydcda3g94mcm-autodocodec-0.5.0.0/nix-support:
  23817. 553.19 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23818. 553.20 s [ghc-9.10.3-with-packages] /nix/store/2dwalz720lybgxbaaq7n8j5k25lih4s5-brick-2.9/nix-support:
  23819. 553.20 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23820. 553.21 s [ghc-9.10.3-with-packages] /nix/store/al1nzwpa50bqqnzjzjs16jpjhxi45jk5-conduit-1.3.6.1/nix-support:
  23821. 553.21 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23822. 553.21 s [ghc-9.10.3-with-packages] /nix/store/b4siv6a68wrkbvc04zxli0pl6ha68xrj-cursor-brick-0.1.0.1/nix-support:
  23823. 553.21 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23824. 553.22 s [ghc-9.10.3-with-packages] /nix/store/517ry8k9sylmc4xxfszycc1npykin57r-cursor-dirforest-0.0.0.0/nix-support:
  23825. 553.22 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23826. 553.22 s [ghc-9.10.3-with-packages] /nix/store/p2f3i6rx0n8hfqinqj2zzgr25pmskpkf-cursor-dirforest-brick-0.0.0.0/nix-support:
  23827. 553.22 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23828. 553.23 s [ghc-9.10.3-with-packages] /nix/store/dy6c8a8hl1ygp9ipnwh7769wlpmpxh55-cursor-fuzzy-time-0.1.0.0/nix-support:
  23829. 553.23 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23830. 553.23 s [ghc-9.10.3-with-packages] /nix/store/p9fy2gfvx4dr244gsyriki20v1lpp1zj-fuzzy-time-0.3.0.1/nix-support:
  23831. 553.23 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23832. 553.23 s [ghc-9.10.3-with-packages] /nix/store/fdcjb6jbhhmdm8ld0d42gxx7a7bv5z8m-megaparsec-9.7.0/nix-support:
  23833. 553.23 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23834. 553.24 s [ghc-9.10.3-with-packages] /nix/store/qlafpwan8gi5a4qfggy40w1ibkpxpsyg-monad-logger-0.3.42/nix-support:
  23835. 553.24 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23836. 553.25 s [ghc-9.10.3-with-packages] /nix/store/v0mgx0hsgy1cdiw9l726dmhqwc2l5gk6-opt-env-conf-0.15.0.1/nix-support:
  23837. 553.25 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23838. 553.26 s [ghc-9.10.3-with-packages] /nix/store/cdv8rynxj31blib6w2fdwkn6c7xc42d6-pretty-relative-time-0.3.0.0/nix-support:
  23839. 553.26 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23840. 553.26 s [ghc-9.10.3-with-packages] /nix/store/5g601rrr853kimhmadd15r9krlxnmgw3-resourcet-1.3.0/nix-support:
  23841. 553.26 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23842. 553.26 s [ghc-9.10.3-with-packages] /nix/store/2j4qhss6w42a5wwrnwmmc6hgix4fcjnp-tz-0.1.3.6/nix-support:
  23843. 553.26 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23844. 553.27 s [ghc-9.10.3-with-packages] /nix/store/mvw5cp3mm06bys6bsxfqbcbcaq1aa1yz-vty-6.4/nix-support:
  23845. 553.27 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23846. 553.28 s [ghc-9.10.3-with-packages] /nix/store/gyq2hg6as91l4w486jbpamf56qn5dlf6-vty-crossplatform-0.4.0.0/nix-support:
  23847. 553.28 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23848. 553.28 s [ghc-9.10.3-with-packages] /nix/store/93v3wi1ynqxy80hh7951xj3jy9mn5z7p-autodocodec-yaml-0.4.0.2/nix-support:
  23849. 553.28 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23850. 553.29 s [ghc-9.10.3-with-packages] /nix/store/22s9w7w7q40855n1x8rbnyy9ac6ivkhy-base64-bytestring-1.2.1.0/nix-support:
  23851. 553.29 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23852. 553.29 s [ghc-9.10.3-with-packages] /nix/store/k0gy3pnhq14zjbbvjs7v61q6n1m1j04c-cryptonite-0.30/nix-support:
  23853. 553.29 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23854. 553.32 s [ghc-9.10.3-with-packages] /nix/store/kw09yr29w3viwjwvdr9x44kkaq9dilln-dirforest-0.1.0.0/nix-support:
  23855. 553.32 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23856. 553.32 s [ghc-9.10.3-with-packages] /nix/store/nglnb6sw9a15yhn6gbkj7anrbn4giy96-http-api-data-0.6.2/nix-support:
  23857. 553.32 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23858. 553.32 s [ghc-9.10.3-with-packages] /nix/store/v0hw7h5wz69b69swvhhxdrqc7flnjfwy-ical-0.0.0.0/nix-support:
  23859. 553.32 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23860. 553.33 s [ghc-9.10.3-with-packages] /nix/store/0j21wiv2nrfbimsn0zl3kwf86vq31gvc-memory-0.18.0/nix-support:
  23861. 553.33 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23862. 553.34 s [ghc-9.10.3-with-packages] /nix/store/09vmfrzv9naf9wy4bvqv4l1dq863pnvf-mergeful-0.3.0.0/nix-support:
  23863. 553.34 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23864. 553.35 s [ghc-9.10.3-with-packages] /nix/store/isdshm28wyw4la51dp23xq16qmzpyf22-mergeful-persistent-0.3.0.1/nix-support:
  23865. 553.35 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23866. 553.35 s [ghc-9.10.3-with-packages] /nix/store/cjh60n52vb0b2yy2pc96izi9hlchgskb-password-3.1.0.1/nix-support:
  23867. 553.35 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23868. 553.35 s [ghc-9.10.3-with-packages] /nix/store/wgm2cpg9p1riraiwhnx7yb6pm49ygz5m-password-instances-3.0.0.0/nix-support:
  23869. 553.35 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23870. 553.36 s [ghc-9.10.3-with-packages] /nix/store/wcdi565l6h6nbyzdimw2ldgra1flkyh3-path-pieces-0.2.1/nix-support:
  23871. 553.36 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23872. 553.36 s [ghc-9.10.3-with-packages] /nix/store/cyysf9pmxf2kwgzvvxvp9fk6ii4b7bsc-persistent-2.17.1.0/nix-support:
  23873. 553.36 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23874. 553.37 s [ghc-9.10.3-with-packages] /nix/store/h1mk384r3ch6wg9sd1nhpy5yf529kwa8-semver-0.4.0.1/nix-support:
  23875. 553.37 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23876. 553.38 s [ghc-9.10.3-with-packages] /nix/store/4bzh0vhqwb10vdgy3grv9qd12b4y8lpc-servant-0.20.3.0/nix-support:
  23877. 553.38 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23878. 553.39 s [ghc-9.10.3-with-packages] /nix/store/5rndq3v29rrrnvyqfnn9bxnx9azvw6a5-servant-auth-0.4.2.0/nix-support:
  23879. 553.39 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23880. 553.39 s [ghc-9.10.3-with-packages] /nix/store/m8wjhz507hfwg2lkz8pynz4m858yv6h4-servant-auth-server-0.4.9.1/nix-support:
  23881. 553.39 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23882. 553.40 s [ghc-9.10.3-with-packages] /nix/store/r1mhw5756934ym2g680d02b9xnfriapg-typed-uuid-0.2.0.0/nix-support:
  23883. 553.40 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23884. 553.40 s [ghc-9.10.3-with-packages] /nix/store/20wx5yiwg0w4s54ianjn685mq2c4fbyw-uuid-1.3.16/nix-support:
  23885. 553.40 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23886. 553.41 s [ghc-9.10.3-with-packages] /nix/store/45q7drclby7l3p2dc4md7bphw4ssy4dx-validity-bytestring-0.4.1.1/nix-support:
  23887. 553.41 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23888. 553.41 s [ghc-9.10.3-with-packages] /nix/store/2wi2zcxswim6gm5ihibc9rcy0yqqha8k-validity-path-0.4.0.1/nix-support:
  23889. 553.41 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23890. 553.41 s [ghc-9.10.3-with-packages] /nix/store/bpyr0aj9yiiisc97gh8vkg8gyqj4wbdr-validity-text-0.3.1.3/nix-support:
  23891. 553.41 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23892. 553.41 s [ghc-9.10.3-with-packages] /nix/store/w3h9r1np1i59gynqwgf2hzc5zkwax2sf-validity-uuid-0.1.0.3/nix-support:
  23893. 553.41 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23894. 553.42 s [ghc-9.10.3-with-packages] /nix/store/prnm5xdkvnv82km4qjxm1dn1mlb6dkk7-yaml-0.11.11.2/nix-support:
  23895. 553.42 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23896. 553.42 s [ghc-9.10.3-with-packages] /nix/store/s9s5z2hw490jizgckfs3pqp4kxmlzcq4-genvalidity-bytestring-1.0.0.1/nix-support:
  23897. 553.42 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23898. 553.43 s [ghc-9.10.3-with-packages] /nix/store/ll5na6bb3gybqvm1s1s6qiz5db2g22sp-genvalidity-mergeful-0.3.0.1/nix-support:
  23899. 553.43 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23900. 553.43 s [ghc-9.10.3-with-packages] /nix/store/9hq4xx9iv3fn5k8z2dyzz6rwiz7qjw5x-genvalidity-text-1.0.0.1/nix-support:
  23901. 553.43 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23902. 553.43 s [ghc-9.10.3-with-packages] /nix/store/72vwvcmkmb1y4xbvi14whvls6vwpb0py-genvalidity-typed-uuid-0.1.0.1/nix-support:
  23903. 553.43 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23904. 553.44 s [ghc-9.10.3-with-packages] /nix/store/6q1zj97a9ddk9z5nzlarfkwms1bs1mh9-genvalidity-uuid-1.0.0.1/nix-support:
  23905. 553.44 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23906. 553.44 s [ghc-9.10.3-with-packages] /nix/store/50yjrzvsnyhi79pdjw6vdik52wmin5x0-QuickCheck-2.15.0.1/nix-support:
  23907. 553.44 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23908. 553.45 s [ghc-9.10.3-with-packages] /nix/store/0wf3sjz5kq2pb73kql2vrwysjw3yflvj-unliftio-0.2.25.1/nix-support:
  23909. 553.45 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23910. 553.45 s [ghc-9.10.3-with-packages] /nix/store/dmwhfx45rbw144wvx5xjig4512dyhsx7-case-insensitive-1.2.1.0/nix-support:
  23911. 553.45 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23912. 553.46 s [ghc-9.10.3-with-packages] /nix/store/m6pcfnbz1jq27qdwaxzl0gw07k4ahrp0-conformance-0.1.0.0/nix-support:
  23913. 553.46 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23914. 553.46 s [ghc-9.10.3-with-packages] /nix/store/9qr9jg5yfqbbps7a3wxyy6ni4448armk-http-client-0.7.19/nix-support:
  23915. 553.46 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23916. 553.47 s [ghc-9.10.3-with-packages] /nix/store/7ah43d71nsbzs2d0xn3a2wcva7585lk8-http-client-tls-0.3.6.4/nix-support:
  23917. 553.47 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23918. 553.47 s [ghc-9.10.3-with-packages] /nix/store/q4vqj5z9aq7yk6s8jqmxwyi6lj9arlqj-ical-recurrence-0.0.0.0/nix-support:
  23919. 553.47 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23920. 553.47 s [ghc-9.10.3-with-packages] /nix/store/2bk2bid6zvi7rab69bdb5wpdxq342pr7-network-uri-2.6.4.2/nix-support:
  23921. 553.47 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23922. 553.48 s [ghc-9.10.3-with-packages] /nix/store/vrhgqgxpjb12kavq5fk0z5pb2zyy3a9m-http-types-0.12.4/nix-support:
  23923. 553.48 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23924. 553.48 s [ghc-9.10.3-with-packages] /nix/store/xy8dcwp9im7pilldqipn105chpmbvc13-pretty-show-1.10/nix-support:
  23925. 553.48 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23926. 553.49 s [ghc-9.10.3-with-packages] /nix/store/0yqiqqpbrnwj9g29j052h36rhrbvmb8g-retry-0.9.3.1/nix-support:
  23927. 553.49 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23928. 553.49 s [ghc-9.10.3-with-packages] /nix/store/rw2gnhkf7mi4nr8npj08gzkzwg1f7hw2-safe-coloured-text-0.3.0.2/nix-support:
  23929. 553.49 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23930. 553.49 s [ghc-9.10.3-with-packages] /nix/store/297qbgg10yfpdl5i6ws4vd2mj1aj50vg-safe-coloured-text-layout-0.2.0.1/nix-support:
  23931. 553.49 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23932. 553.50 s [ghc-9.10.3-with-packages] /nix/store/4ll26bsrz74fhpi267j4bwb9qj7i19c9-servant-client-0.20.3.0/nix-support:
  23933. 553.50 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23934. 553.50 s [ghc-9.10.3-with-packages] /nix/store/zx15bajnwnbzyqrplwdc5rvvvvzgxn1w-cookie-0.5.1/nix-support:
  23935. 553.50 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23936. 553.50 s [ghc-9.10.3-with-packages] /nix/store/grjwqyfgsvc2xwdhfwr981j8shwgpnhy-servant-auth-client-0.4.2.0/nix-support:
  23937. 553.50 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23938. 553.51 s [ghc-9.10.3-with-packages] /nix/store/87hbcq1x01d618brkwwaq95bpq3fpawl-servant-client-core-0.20.3.0/nix-support:
  23939. 553.51 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23940. 553.51 s [ghc-9.10.3-with-packages] /nix/store/jgsgy9dsxyxrgrf7dq5mdmdy67amc5hq-filelock-0.1.1.8/nix-support:
  23941. 553.51 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23942. 553.51 s [ghc-9.10.3-with-packages] /nix/store/c645gdfg15apfi1wsjfrx28zai2m01hz-validity-time-0.5.0.0/nix-support:
  23943. 553.51 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23944. 553.52 s [ghc-9.10.3-with-packages] /nix/store/ln53ynf8dl5yfs2l6nlqvfkgfwppj16r-cursor-dirforest-gen-0.0.0.0/nix-support:
  23945. 553.52 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23946. 553.52 s [ghc-9.10.3-with-packages] /nix/store/di0v4krkyql6i7rcc3rcc24xaj343zhn-cursor-fuzzy-time-gen-0.2.0.0/nix-support:
  23947. 553.52 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23948. 553.53 s [ghc-9.10.3-with-packages] /nix/store/k6wnxwck0d1mawx4hhwf1fc4p5zy01q9-cursor-gen-0.4.0.0/nix-support:
  23949. 553.53 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23950. 553.53 s [ghc-9.10.3-with-packages] /nix/store/8zdhsi85vlwaifmjkzi01y8rn7z1a6f1-aeson-pretty-0.8.10/nix-support:
  23951. 553.53 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23952. 553.54 s [ghc-9.10.3-with-packages] /nix/store/swkjk3h10x9nq3ly6w0fxx8gw1mhl1dg-validity-containers-0.5.0.5/nix-support:
  23953. 553.54 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23954. 553.54 s [ghc-9.10.3-with-packages] /nix/store/kgfqy48pfffwnr5hqs6h85m08b1ksr9m-genvalidity-time-1.0.0.1/nix-support:
  23955. 553.54 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23956. 553.54 s [ghc-9.10.3-with-packages] /nix/store/kqbyjz7vrbjqgjyxqm61nabp4ysv6325-sydtest-0.23.0.1/nix-support:
  23957. 553.54 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23958. 553.55 s [ghc-9.10.3-with-packages] /nix/store/plmqmwdmr79z8dg853ijfmy5hrypk4xb-genvalidity-dirforest-0.1.0.1/nix-support:
  23959. 553.55 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23960. 553.56 s [ghc-9.10.3-with-packages] /nix/store/w1scdqsnhimjyz4bzdk1zcwas6c0a4r0-genvalidity-sydtest-1.0.1.0/nix-support:
  23961. 553.56 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23962. 553.57 s [ghc-9.10.3-with-packages] /nix/store/rd8dadg9a3n0mi6hmhgma5cvaza8wv8v-cmark-gfm-0.2.6/nix-support:
  23963. 553.57 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23964. 553.57 s [ghc-9.10.3-with-packages] /nix/store/44p21zxiy4y934rskwlhaq4zcqx2m3wh-data-default-0.8.0.1/nix-support:
  23965. 553.57 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23966. 553.57 s [ghc-9.10.3-with-packages] /nix/store/21lrh65wbmai79w1hf7z221vgi7a9fj4-file-embed-0.0.16.0/nix-support:
  23967. 553.57 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23968. 553.57 s [ghc-9.10.3-with-packages] /nix/store/vf6bvypsylzrx3z4n8vmsc2nfqgzb3sg-fsnotify-0.4.4.0/nix-support:
  23969. 553.57 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23970. 553.58 s [ghc-9.10.3-with-packages] /nix/store/5rp3d9ish9qd9wp35n4n4wmck2b9hkc6-prometheus-2.3.0/nix-support:
  23971. 553.58 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23972. 553.58 s [ghc-9.10.3-with-packages] /nix/store/nk2zipli2zwah88q2bjd00flx97hpagh-prometheus-ghc-stats-0.0.0.0/nix-support:
  23973. 553.58 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23974. 553.59 s [ghc-9.10.3-with-packages] /nix/store/jsc89j051fjx1an1smxy8ai15r45sbs3-prometheus-wai-0.2.0.1/nix-support:
  23975. 553.59 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23976. 553.59 s [ghc-9.10.3-with-packages] /nix/store/ysb7cpa45rr6d2xa3b2a4l4p90md3ik8-raw-strings-qq-1.1/nix-support:
  23977. 553.59 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23978. 553.59 s [ghc-9.10.3-with-packages] /nix/store/ajjn1zdlkijzyl8l1wdfalfdw6k5gx6m-shakespeare-2.1.0.1/nix-support:
  23979. 553.59 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23980. 553.60 s [ghc-9.10.3-with-packages] /nix/store/57gpzjqzf17d042mmjl6lwy2s0cjmyrp-template-haskell-reload-0.0.0.0/nix-support:
  23981. 553.60 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23982. 553.60 s [ghc-9.10.3-with-packages] /nix/store/a667rj6gkw7ndlr0a2xlllwbjy1912fc-wai-extra-3.1.18/nix-support:
  23983. 553.60 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23984. 553.62 s [ghc-9.10.3-with-packages] /nix/store/74lf7s74sfz7wvjm4c2x14zsrxri7hhq-warp-3.4.9/nix-support:
  23985. 553.62 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23986. 553.62 s [ghc-9.10.3-with-packages] /nix/store/3nxp5yq6jwxhi687ba8700dlp9v7633y-yesod-1.6.2.1/nix-support:
  23987. 553.62 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23988. 553.63 s [ghc-9.10.3-with-packages] /nix/store/lpr94zsrkb5ysnp89qz4nkbff62pijha-yesod-autoreload-0.0.0.0/nix-support:
  23989. 553.63 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23990. 553.63 s [ghc-9.10.3-with-packages] /nix/store/f9r8c5m236y0qmj9dm239xl489vpjgh7-yesod-sitemap-1.6.0/nix-support:
  23991. 553.63 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23992. 553.64 s [ghc-9.10.3-with-packages] /nix/store/6va0273iy335q8zrkld81lmjsqw90mp8-yesod-static-1.6.1.0/nix-support:
  23993. 553.64 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23994. 553.64 s [ghc-9.10.3-with-packages] /nix/store/k1zx6cmr6mjg28iz6fw975j2qr0sfnvl-yesod-static-remote-0.0.0.1/nix-support:
  23995. 553.64 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23996. 553.64 s [ghc-9.10.3-with-packages] /nix/store/9nm8v1vydcssvvn5ff1i8avh9jsj6by6-vty-unix-0.2.0.0/nix-support:
  23997. 553.64 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  23998. 553.65 s [ghc-9.10.3-with-packages] /nix/store/mi90dsmrzhqamg65di932mx5xyqrp9yp-github-0.30.0.1/nix-support:
  23999. 553.65 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24000. 553.67 s [ghc-9.10.3-with-packages] /nix/store/syl28xmdarppw1ssfb74x8w6syjk45q5-safe-coloured-text-terminfo-0.3.0.0/nix-support:
  24001. 553.67 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24002. 553.67 s [ghc-9.10.3-with-packages] /nix/store/4qhc4xdsrnk3j3lqh1razsmgfhnxqn3c-HaskellNet-0.6.1.2/nix-support:
  24003. 553.67 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24004. 553.68 s [ghc-9.10.3-with-packages] /nix/store/hj5c925qiai0aj8n6psd882q72aqxip2-HaskellNet-SSL-0.4.0.2/nix-support:
  24005. 553.68 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24006. 553.69 s [ghc-9.10.3-with-packages] /nix/store/svdq42bql633ba0vf3yxa03mp81q1zj4-mime-mail-0.5.1/nix-support:
  24007. 553.69 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24008. 553.69 s [ghc-9.10.3-with-packages] /nix/store/jig12d98931xf333j7k7kckkj4mcy4w7-network-3.2.8.0/nix-support:
  24009. 553.69 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24010. 553.70 s [ghc-9.10.3-with-packages] /nix/store/zmpf1sks4vnx247v6hjqr61dflhvq0qj-stache-2.3.4/nix-support:
  24011. 553.70 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24012. 553.70 s [ghc-9.10.3-with-packages] /nix/store/z4cyhz3ds6xfby8zy8vjvyfl8r7byk0k-hashable-1.5.0.0/nix-support:
  24013. 553.70 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24014. 553.71 s [ghc-9.10.3-with-packages] /nix/store/x2dfpghrlj0cn3gkg4jilphh8pc7d4x4-persistent-sqlite-2.13.3.1/nix-support:
  24015. 553.71 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24016. 553.71 s [ghc-9.10.3-with-packages] /nix/store/fqhwy433l7fqc9a9r7z02k41a6g6m3jx-IntervalMap-0.6.2.1/nix-support:
  24017. 553.71 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24018. 553.72 s [ghc-9.10.3-with-packages] /nix/store/ri4363bk7wrnd3j5rx13r1zn2k546fb5-dlist-1.0/nix-support:
  24019. 553.72 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24020. 553.72 s [ghc-9.10.3-with-packages] /nix/store/89k5vsmd7qp5rcqbv8ak4bj2l3wbjmvm-cron-0.7.2/nix-support:
  24021. 553.72 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24022. 553.73 s [ghc-9.10.3-with-packages] /nix/store/0qpwjmcqdymbcyqzjc2m118p7rgcxkzs-amazonka-2.0-unstable-2025-04-16/nix-support:
  24023. 553.73 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24024. 553.74 s [ghc-9.10.3-with-packages] /nix/store/f16izls827ylp4pcd2av40l2xplxqqxa-amazonka-ses-2.0-unstable-2025-04-16/nix-support:
  24025. 553.74 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24026. 553.76 s [ghc-9.10.3-with-packages] /nix/store/4r7mvj2ijnz7cjvv81y3v0zk2piqmfn8-blaze-html-0.9.2.0/nix-support:
  24027. 553.76 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24028. 553.77 s [ghc-9.10.3-with-packages] /nix/store/fbpyahf8z4v3v6hry3p1jqg4cca9lm3c-cryptohash-sha256-0.11.102.1/nix-support:
  24029. 553.77 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24030. 553.78 s [ghc-9.10.3-with-packages] /nix/store/wi5fc6s67qjgna3nkizz43sjy5g3mfyj-esqueleto-3.6.0.0/nix-support:
  24031. 553.78 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24032. 553.78 s [ghc-9.10.3-with-packages] /nix/store/vncz11093xbrr2rvh7nb2cqpv3lhjzm3-jose-0.11/nix-support:
  24033. 553.78 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24034. 553.79 s [ghc-9.10.3-with-packages] /nix/store/d7aqw0vy5bampwd55pczykg963imhwbr-looper-0.4.0.0/nix-support:
  24035. 553.79 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24036. 553.79 s [ghc-9.10.3-with-packages] /nix/store/xjkx6qz0c9pbv8ip0dai7cr5b3wd5h1c-persistent-pagination-0.1.1.2/nix-support:
  24037. 553.79 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24038. 553.80 s [ghc-9.10.3-with-packages] /nix/store/6yq8xybaa3kar19n769b6fld1ipic2ci-servant-server-0.20.3.0/nix-support:
  24039. 553.80 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24040. 553.80 s [ghc-9.10.3-with-packages] /nix/store/f3wv5m7yrb6j55cclajjjxqw02rakh87-wai-3.2.4/nix-support:
  24041. 553.80 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24042. 553.81 s [ghc-9.10.3-with-packages] /nix/store/gyjy4ly7mz6z0znf38jc751zwdikwlkl-zip-2.2.1/nix-support:
  24043. 553.81 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24044. 553.81 s [ghc-9.10.3-with-packages] /nix/store/sjn49p7s4ri3yqk07nckqix3k0ac75v3-zstd-0.1.3.0/nix-support:
  24045. 553.81 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24046. 553.82 s [ghc-9.10.3-with-packages] /nix/store/ab357wxj3n99343x9mmhmf8zp6zg720s-sydtest-wai-0.2.0.2/nix-support:
  24047. 553.82 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24048. 553.82 s [ghc-9.10.3-with-packages] /nix/store/2jdij6q9vrr6m6f1vv8kbi6z4qpnfrv5-http-conduit-2.3.9.1/nix-support:
  24049. 553.82 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24050. 553.83 s [ghc-9.10.3-with-packages] /nix/store/hvnks7nypjjy1gp9ifgjnxg0fi5lnn79-scientific-0.3.8.0/nix-support:
  24051. 553.83 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24052. 553.83 s [ghc-9.10.3-with-packages] /nix/store/0dqz6vsilfkv745qq4mdsi7kykqnqg8r-unordered-containers-0.2.20.1/nix-support:
  24053. 553.83 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24054. 553.84 s [ghc-9.10.3-with-packages] /nix/store/8x45sl95f0x8cbf2lrlh76v0vgp0sz7k-vector-0.13.2.0/nix-support:
  24055. 553.84 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24056. 553.84 s [ghc-9.10.3-with-packages] /nix/store/8x45sl95f0x8cbf2lrlh76v0vgp0sz7k-vector-0.13.2.0/nix-support:
  24057. 553.84 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24058. 553.85 s [ghc-9.10.3-with-packages] /nix/store/9sscfxjgmjfg05x71vkmj5wcfn37zkda-sydtest-persistent-sqlite-0.2.0.3/nix-support:
  24059. 553.85 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24060. 553.85 s [ghc-9.10.3-with-packages] /nix/store/jygxd9v4ky7vmn7kjrwbyqrq1cpn2qxw-yesod-auth-1.6.11.3/nix-support:
  24061. 553.85 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24062. 553.86 s [ghc-9.10.3-with-packages] /nix/store/3s736fp8md8m3k13rqqn4iqsv9pzhvma-yesod-websockets-0.3.0.3/nix-support:
  24063. 553.86 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24064. 553.89 s [ghc-9.10.3-with-packages] /nix/store/xi2yp60hkpivnc9cnm0q9vhqgkrlbxky-base-compat-batteries-0.14.1/nix-support:
  24065. 553.89 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24066. 553.91 s [ghc-9.10.3-with-packages] /nix/store/xi2yp60hkpivnc9cnm0q9vhqgkrlbxky-base-compat-batteries-0.14.1/nix-support:
  24067. 553.91 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24068. 553.92 s [ghc-9.10.3-with-packages] /nix/store/q98s3484xq950qavmka4hmb4jkrp4d48-binary-orphans-1.0.5/nix-support:
  24069. 553.92 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24070. 553.92 s [ghc-9.10.3-with-packages] /nix/store/q98s3484xq950qavmka4hmb4jkrp4d48-binary-orphans-1.0.5/nix-support:
  24071. 553.92 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24072. 553.92 s [ghc-9.10.3-with-packages] /nix/store/y986w2af63jjpr5sqvg6assp76ls2f5r-cassava-0.5.4.1/nix-support:
  24073. 553.92 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24074. 553.93 s [ghc-9.10.3-with-packages] /nix/store/y986w2af63jjpr5sqvg6assp76ls2f5r-cassava-0.5.4.1/nix-support:
  24075. 553.93 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24076. 553.93 s [ghc-9.10.3-with-packages] /nix/store/64hyraraljk8jskf2zjz2c0ykvl8fhgk-criterion-measurement-0.2.3.0/nix-support:
  24077. 553.93 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24078. 553.93 s [ghc-9.10.3-with-packages] /nix/store/64hyraraljk8jskf2zjz2c0ykvl8fhgk-criterion-measurement-0.2.3.0/nix-support:
  24079. 553.93 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24080. 553.93 s [ghc-9.10.3-with-packages] /nix/store/b0pqn33j0y5k4hwhxf65fsys4k0rvqnj-Glob-0.10.2/nix-support:
  24081. 553.93 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24082. 553.94 s [ghc-9.10.3-with-packages] /nix/store/b0pqn33j0y5k4hwhxf65fsys4k0rvqnj-Glob-0.10.2/nix-support:
  24083. 553.94 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24084. 553.94 s [ghc-9.10.3-with-packages] /nix/store/dczz8gyw5g3gdiy7mc2h1kd5fv4x2b4d-microstache-1.0.3/nix-support:
  24085. 553.94 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24086. 553.94 s [ghc-9.10.3-with-packages] /nix/store/dczz8gyw5g3gdiy7mc2h1kd5fv4x2b4d-microstache-1.0.3/nix-support:
  24087. 553.94 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24088. 553.94 s [ghc-9.10.3-with-packages] /nix/store/2rnpd19gj54fwh1h1xd45q493b6gczha-mwc-random-0.15.2.0/nix-support:
  24089. 553.94 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24090. 553.94 s [ghc-9.10.3-with-packages] /nix/store/2rnpd19gj54fwh1h1xd45q493b6gczha-mwc-random-0.15.2.0/nix-support:
  24091. 553.94 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24092. 553.95 s [ghc-9.10.3-with-packages] /nix/store/8caw7jz2ckqp2cja2qna3ylj1sy5w8yr-optparse-applicative-0.18.1.0/nix-support:
  24093. 553.95 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24094. 553.95 s [ghc-9.10.3-with-packages] /nix/store/8caw7jz2ckqp2cja2qna3ylj1sy5w8yr-optparse-applicative-0.18.1.0/nix-support:
  24095. 553.95 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24096. 553.95 s [ghc-9.10.3-with-packages] /nix/store/14yb2gnb2r3ryxg9dislvk25adva2i9f-prettyprinter-1.7.1/nix-support:
  24097. 553.95 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24098. 553.96 s [ghc-9.10.3-with-packages] /nix/store/14yb2gnb2r3ryxg9dislvk25adva2i9f-prettyprinter-1.7.1/nix-support:
  24099. 553.96 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24100. 553.96 s [ghc-9.10.3-with-packages] /nix/store/v82sbckxmlcd3b4pad8vhlrg6ayhiyj9-prettyprinter-ansi-terminal-1.1.3/nix-support:
  24101. 553.96 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24102. 553.96 s [ghc-9.10.3-with-packages] /nix/store/v82sbckxmlcd3b4pad8vhlrg6ayhiyj9-prettyprinter-ansi-terminal-1.1.3/nix-support:
  24103. 553.96 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24104. 553.96 s [ghc-9.10.3-with-packages] /nix/store/adz62qic7nixdjzbqspmpss5ma0ilpa3-statistics-0.16.4.0/nix-support:
  24105. 553.96 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24106. 553.97 s [ghc-9.10.3-with-packages] /nix/store/adz62qic7nixdjzbqspmpss5ma0ilpa3-statistics-0.16.4.0/nix-support:
  24107. 553.97 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24108. 553.97 s [ghc-9.10.3-with-packages] /nix/store/lq8n58ffv2nsd2c4q2bqrgh14i7ca1mr-transformers-compat-0.7.2/nix-support:
  24109. 553.97 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24110. 553.97 s [ghc-9.10.3-with-packages] /nix/store/lq8n58ffv2nsd2c4q2bqrgh14i7ca1mr-transformers-compat-0.7.2/nix-support:
  24111. 553.97 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24112. 553.97 s [ghc-9.10.3-with-packages] /nix/store/p6g9dl05spkkzhz7m5kwn8dxqfqn8s0d-vector-algorithms-0.9.1.0/nix-support:
  24113. 553.97 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24114. 553.98 s [ghc-9.10.3-with-packages] /nix/store/p6g9dl05spkkzhz7m5kwn8dxqfqn8s0d-vector-algorithms-0.9.1.0/nix-support:
  24115. 553.98 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24116. 553.98 s [ghc-9.10.3-with-packages] /nix/store/rgjd6sd7i57nav97figr17rhjvrxbqdr-temporary-1.3/nix-support:
  24117. 553.98 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24118. 553.98 s [ghc-9.10.3-with-packages] /nix/store/rgjd6sd7i57nav97figr17rhjvrxbqdr-temporary-1.3/nix-support:
  24119. 553.98 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24120. 553.98 s [ghc-9.10.3-with-packages] /nix/store/vawc4sqq3j91rh5bla7s3nga9g2d5a1l-unix-compat-0.7.4.1/nix-support:
  24121. 553.98 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24122. 553.98 s [ghc-9.10.3-with-packages] /nix/store/vawc4sqq3j91rh5bla7s3nga9g2d5a1l-unix-compat-0.7.4.1/nix-support:
  24123. 553.98 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24124. 553.99 s [ghc-9.10.3-with-packages] /nix/store/kx01dkjcyaksdjmvq5lkb6cr137664i9-random-1.2.1.3/nix-support:
  24125. 553.99 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24126. 553.99 s [ghc-9.10.3-with-packages] /nix/store/kx01dkjcyaksdjmvq5lkb6cr137664i9-random-1.2.1.3/nix-support:
  24127. 553.99 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24128. 553.99 s [ghc-9.10.3-with-packages] /nix/store/rh0h9m1j412ka43089lhyyi3xi0fkzz3-data-fix-0.3.4/nix-support:
  24129. 553.99 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24130. 553.99 s [ghc-9.10.3-with-packages] /nix/store/rh0h9m1j412ka43089lhyyi3xi0fkzz3-data-fix-0.3.4/nix-support:
  24131. 553.99 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24132. 554.00 s [ghc-9.10.3-with-packages] /nix/store/w9gdqh36ybwlsc2s0gp22ysv4kwisvgq-indexed-traversable-0.1.4/nix-support:
  24133. 554.00 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24134. 554.00 s [ghc-9.10.3-with-packages] /nix/store/w9gdqh36ybwlsc2s0gp22ysv4kwisvgq-indexed-traversable-0.1.4/nix-support:
  24135. 554.00 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24136. 554.00 s [ghc-9.10.3-with-packages] /nix/store/nk132ylc7xi94naxawngla4gk7flfhcj-integer-conversion-0.1.1/nix-support:
  24137. 554.00 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24138. 554.01 s [ghc-9.10.3-with-packages] /nix/store/nk132ylc7xi94naxawngla4gk7flfhcj-integer-conversion-0.1.1/nix-support:
  24139. 554.01 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24140. 554.01 s [ghc-9.10.3-with-packages] /nix/store/7xhlvaz6gas454qqhmdl6wxd1z69yjgd-integer-logarithms-1.0.4/nix-support:
  24141. 554.01 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24142. 554.01 s [ghc-9.10.3-with-packages] /nix/store/7xhlvaz6gas454qqhmdl6wxd1z69yjgd-integer-logarithms-1.0.4/nix-support:
  24143. 554.01 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24144. 554.01 s [ghc-9.10.3-with-packages] /nix/store/01bgwhaf5jjqqdcc6n0ixl0f5vymkama-OneTuple-0.4.2/nix-support:
  24145. 554.01 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24146. 554.01 s [ghc-9.10.3-with-packages] /nix/store/01bgwhaf5jjqqdcc6n0ixl0f5vymkama-OneTuple-0.4.2/nix-support:
  24147. 554.01 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24148. 554.01 s [ghc-9.10.3-with-packages] /nix/store/0p7cq7z04gmp7h2kwyp30vbmyc6zmfmd-primitive-0.9.1.0/nix-support:
  24149. 554.01 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24150. 554.02 s [ghc-9.10.3-with-packages] /nix/store/0p7cq7z04gmp7h2kwyp30vbmyc6zmfmd-primitive-0.9.1.0/nix-support:
  24151. 554.02 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24152. 554.02 s [ghc-9.10.3-with-packages] /nix/store/2lmbdq9mj3iza4vv7xvxp6h8si283lr5-semialign-1.3.1/nix-support:
  24153. 554.02 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24154. 554.02 s [ghc-9.10.3-with-packages] /nix/store/2lmbdq9mj3iza4vv7xvxp6h8si283lr5-semialign-1.3.1/nix-support:
  24155. 554.02 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24156. 554.02 s [ghc-9.10.3-with-packages] /nix/store/0wwb7s93ndrcs1fn0gqhaksy4v66p5xz-strict-0.5.1/nix-support:
  24157. 554.02 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24158. 554.02 s [ghc-9.10.3-with-packages] /nix/store/0wwb7s93ndrcs1fn0gqhaksy4v66p5xz-strict-0.5.1/nix-support:
  24159. 554.02 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24160. 554.02 s [ghc-9.10.3-with-packages] /nix/store/9lgh3brjyzkccc5bhh4x6f350xmazqww-tagged-0.8.9/nix-support:
  24161. 554.02 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24162. 554.03 s [ghc-9.10.3-with-packages] /nix/store/9lgh3brjyzkccc5bhh4x6f350xmazqww-tagged-0.8.9/nix-support:
  24163. 554.03 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24164. 554.03 s [ghc-9.10.3-with-packages] /nix/store/v8hq9ygwxlvmk3s0d84fzsjw69vi13p2-text-iso8601-0.1.1/nix-support:
  24165. 554.03 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24166. 554.03 s [ghc-9.10.3-with-packages] /nix/store/v8hq9ygwxlvmk3s0d84fzsjw69vi13p2-text-iso8601-0.1.1/nix-support:
  24167. 554.03 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24168. 554.03 s [ghc-9.10.3-with-packages] /nix/store/a9rk7271ykn56rdw35vwdjxhz74241a2-text-short-0.1.6/nix-support:
  24169. 554.03 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24170. 554.03 s [ghc-9.10.3-with-packages] /nix/store/a9rk7271ykn56rdw35vwdjxhz74241a2-text-short-0.1.6/nix-support:
  24171. 554.03 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24172. 554.03 s [ghc-9.10.3-with-packages] /nix/store/dbbxy56dy0j8p2wdk08jsx7xwzyvj0cd-th-abstraction-0.7.1.0/nix-support:
  24173. 554.03 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24174. 554.04 s [ghc-9.10.3-with-packages] /nix/store/dbbxy56dy0j8p2wdk08jsx7xwzyvj0cd-th-abstraction-0.7.1.0/nix-support:
  24175. 554.04 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24176. 554.04 s [ghc-9.10.3-with-packages] /nix/store/rdv68npjh84klm7vxjxnb080gzjx7xsj-these-1.2.1/nix-support:
  24177. 554.04 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24178. 554.04 s [ghc-9.10.3-with-packages] /nix/store/rdv68npjh84klm7vxjxnb080gzjx7xsj-these-1.2.1/nix-support:
  24179. 554.04 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24180. 554.04 s [ghc-9.10.3-with-packages] /nix/store/166fgq1wwdc211vnc7gni4dsixqsnzay-time-compat-1.9.8/nix-support:
  24181. 554.04 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24182. 554.04 s [ghc-9.10.3-with-packages] /nix/store/166fgq1wwdc211vnc7gni4dsixqsnzay-time-compat-1.9.8/nix-support:
  24183. 554.04 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24184. 554.05 s [ghc-9.10.3-with-packages] /nix/store/ikvmkr60jqmlff8pmycrp1vr48y59z4j-uuid-types-1.0.6/nix-support:
  24185. 554.05 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24186. 554.05 s [ghc-9.10.3-with-packages] /nix/store/ikvmkr60jqmlff8pmycrp1vr48y59z4j-uuid-types-1.0.6/nix-support:
  24187. 554.05 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24188. 554.05 s [ghc-9.10.3-with-packages] /nix/store/njkyd4ddnk7qk4rd6lkvkm1952k46a7j-witherable-0.5/nix-support:
  24189. 554.05 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24190. 554.05 s [ghc-9.10.3-with-packages] /nix/store/njkyd4ddnk7qk4rd6lkvkm1952k46a7j-witherable-0.5/nix-support:
  24191. 554.05 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24192. 554.05 s [ghc-9.10.3-with-packages] /nix/store/3kcx6p9km9as238pbhmjshgdrbsvabmc-validity-scientific-0.2.0.3/nix-support:
  24193. 554.05 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24194. 554.05 s [ghc-9.10.3-with-packages] /nix/store/3kcx6p9km9as238pbhmjshgdrbsvabmc-validity-scientific-0.2.0.3/nix-support:
  24195. 554.05 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24196. 554.05 s [ghc-9.10.3-with-packages] /nix/store/fbk6psh2ml5pian8mvq2665i4f7dijrb-bimap-0.5.0/nix-support:
  24197. 554.05 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24198. 554.06 s [ghc-9.10.3-with-packages] /nix/store/fbk6psh2ml5pian8mvq2665i4f7dijrb-bimap-0.5.0/nix-support:
  24199. 554.06 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24200. 554.06 s [ghc-9.10.3-with-packages] /nix/store/v4ibscfmcvfg4yp9na7xczlcydjbaasl-config-ini-0.2.7.0/nix-support:
  24201. 554.06 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24202. 554.06 s [ghc-9.10.3-with-packages] /nix/store/v4ibscfmcvfg4yp9na7xczlcydjbaasl-config-ini-0.2.7.0/nix-support:
  24203. 554.06 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24204. 554.06 s [ghc-9.10.3-with-packages] /nix/store/p0c6cw3cgix5qrhidzb8r1fj806y2k9r-data-clist-0.2/nix-support:
  24205. 554.06 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24206. 554.06 s [ghc-9.10.3-with-packages] /nix/store/p0c6cw3cgix5qrhidzb8r1fj806y2k9r-data-clist-0.2/nix-support:
  24207. 554.06 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24208. 554.06 s [ghc-9.10.3-with-packages] /nix/store/r719g67lg7chflv07yih6g40s1y49ivp-microlens-mtl-0.2.1.0/nix-support:
  24209. 554.06 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24210. 554.06 s [ghc-9.10.3-with-packages] /nix/store/r719g67lg7chflv07yih6g40s1y49ivp-microlens-mtl-0.2.1.0/nix-support:
  24211. 554.06 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24212. 554.07 s [ghc-9.10.3-with-packages] /nix/store/80fxklpwf6a6y8gfh8ggnwjwkfxjc4qj-microlens-th-0.4.3.17/nix-support:
  24213. 554.07 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24214. 554.07 s [ghc-9.10.3-with-packages] /nix/store/80fxklpwf6a6y8gfh8ggnwjwkfxjc4qj-microlens-th-0.4.3.17/nix-support:
  24215. 554.07 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24216. 554.07 s [ghc-9.10.3-with-packages] /nix/store/zbvr6ll9fhnr3c20aw8h49giv3d2l1n3-text-zipper-0.13/nix-support:
  24217. 554.07 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24218. 554.07 s [ghc-9.10.3-with-packages] /nix/store/zbvr6ll9fhnr3c20aw8h49giv3d2l1n3-text-zipper-0.13/nix-support:
  24219. 554.07 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24220. 554.07 s [ghc-9.10.3-with-packages] /nix/store/mv4p6gdy1fm6j3szc0yn0si7dy083i6x-word-wrap-0.5/nix-support:
  24221. 554.07 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24222. 554.07 s [ghc-9.10.3-with-packages] /nix/store/mv4p6gdy1fm6j3szc0yn0si7dy083i6x-word-wrap-0.5/nix-support:
  24223. 554.07 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24224. 554.07 s [ghc-9.10.3-with-packages] /nix/store/c1yp09jvr3w1aj6wv551skccw1g8rfcr-mono-traversable-1.0.21.0/nix-support:
  24225. 554.07 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24226. 554.08 s [ghc-9.10.3-with-packages] /nix/store/c1yp09jvr3w1aj6wv551skccw1g8rfcr-mono-traversable-1.0.21.0/nix-support:
  24227. 554.08 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24228. 554.08 s [ghc-9.10.3-with-packages] /nix/store/07wyzv37z4vz7hixx3fk34fv0fc7kwi4-unliftio-core-0.2.1.0/nix-support:
  24229. 554.08 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24230. 554.08 s [ghc-9.10.3-with-packages] /nix/store/07wyzv37z4vz7hixx3fk34fv0fc7kwi4-unliftio-core-0.2.1.0/nix-support:
  24231. 554.08 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24232. 554.08 s [ghc-9.10.3-with-packages] /nix/store/7qi3h0pz8dzzyidwfrdxq2iswpfd31m4-conduit-extra-1.3.8/nix-support:
  24233. 554.08 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24234. 554.09 s [ghc-9.10.3-with-packages] /nix/store/7qi3h0pz8dzzyidwfrdxq2iswpfd31m4-conduit-extra-1.3.8/nix-support:
  24235. 554.09 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24236. 554.09 s [ghc-9.10.3-with-packages] /nix/store/177rhxkhcc4yq82m5kzz756vbywvd1s0-fast-logger-3.2.6/nix-support:
  24237. 554.09 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24238. 554.09 s [ghc-9.10.3-with-packages] /nix/store/177rhxkhcc4yq82m5kzz756vbywvd1s0-fast-logger-3.2.6/nix-support:
  24239. 554.09 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24240. 554.09 s [ghc-9.10.3-with-packages] /nix/store/lgxfiavzrxh5nqyf8yzg0gvarfr14fy9-lifted-base-0.2.3.12/nix-support:
  24241. 554.09 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24242. 554.09 s [ghc-9.10.3-with-packages] /nix/store/lgxfiavzrxh5nqyf8yzg0gvarfr14fy9-lifted-base-0.2.3.12/nix-support:
  24243. 554.09 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24244. 554.10 s [ghc-9.10.3-with-packages] /nix/store/sqv1d2g6602xfmjxpb2rd2qyfngwabr6-monad-control-1.0.3.1/nix-support:
  24245. 554.10 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24246. 554.10 s [ghc-9.10.3-with-packages] /nix/store/sqv1d2g6602xfmjxpb2rd2qyfngwabr6-monad-control-1.0.3.1/nix-support:
  24247. 554.10 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24248. 554.10 s [ghc-9.10.3-with-packages] /nix/store/gbdimh2g9wki18hyb7l058j535znm3kr-stm-chans-3.0.0.9/nix-support:
  24249. 554.10 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24250. 554.10 s [ghc-9.10.3-with-packages] /nix/store/gbdimh2g9wki18hyb7l058j535znm3kr-stm-chans-3.0.0.9/nix-support:
  24251. 554.10 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24252. 554.11 s [ghc-9.10.3-with-packages] /nix/store/d98p4pw6iw7c7pqy93wq8r0c4qci8qgr-transformers-base-0.4.6/nix-support:
  24253. 554.11 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24254. 554.11 s [ghc-9.10.3-with-packages] /nix/store/d98p4pw6iw7c7pqy93wq8r0c4qci8qgr-transformers-base-0.4.6/nix-support:
  24255. 554.11 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24256. 554.11 s [ghc-9.10.3-with-packages] /nix/store/v6d8pfpbq8vd27q5854aqjvv1wn3k1w6-autodocodec-nix-0.1.0.0/nix-support:
  24257. 554.11 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24258. 554.11 s [ghc-9.10.3-with-packages] /nix/store/v6d8pfpbq8vd27q5854aqjvv1wn3k1w6-autodocodec-nix-0.1.0.0/nix-support:
  24259. 554.11 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24260. 554.11 s [ghc-9.10.3-with-packages] /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1/nix-support:
  24261. 554.11 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24262. 554.11 s [ghc-9.10.3-with-packages] /nix/store/zz6njn1pifmg97kcbmim1i4x8l0hidrg-autodocodec-schema-0.2.0.1/nix-support:
  24263. 554.11 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24264. 554.11 s [ghc-9.10.3-with-packages] /nix/store/4fg062dl57l17xl40p4l0jsys3mbi53x-selective-0.7.0.1/nix-support:
  24265. 554.11 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24266. 554.12 s [ghc-9.10.3-with-packages] /nix/store/4fg062dl57l17xl40p4l0jsys3mbi53x-selective-0.7.0.1/nix-support:
  24267. 554.12 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24268. 554.12 s [ghc-9.10.3-with-packages] /nix/store/jcsym7nx1zszh8zfqhi28qnqh24h0v7s-tzdata-0.2.20250115.0/nix-support:
  24269. 554.12 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24270. 554.12 s [ghc-9.10.3-with-packages] /nix/store/jcsym7nx1zszh8zfqhi28qnqh24h0v7s-tzdata-0.2.20250115.0/nix-support:
  24271. 554.12 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24272. 554.12 s [ghc-9.10.3-with-packages] /nix/store/nf6p136j27a2d6hjjsb6ia0i0qgncmk7-blaze-builder-0.4.4.1/nix-support:
  24273. 554.12 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24274. 554.12 s [ghc-9.10.3-with-packages] /nix/store/nf6p136j27a2d6hjjsb6ia0i0qgncmk7-blaze-builder-0.4.4.1/nix-support:
  24275. 554.12 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24276. 554.12 s [ghc-9.10.3-with-packages] /nix/store/2qr0az515pmp25n6panvk8mpysa4kkn1-utf8-string-1.0.2/nix-support:
  24277. 554.12 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24278. 554.13 s [ghc-9.10.3-with-packages] /nix/store/2qr0az515pmp25n6panvk8mpysa4kkn1-utf8-string-1.0.2/nix-support:
  24279. 554.13 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24280. 554.13 s [ghc-9.10.3-with-packages] /nix/store/1di8fsfc2cx635d9zc2x11b48x1dva20-basement-0.0.16/nix-support:
  24281. 554.13 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24282. 554.14 s [ghc-9.10.3-with-packages] /nix/store/1di8fsfc2cx635d9zc2x11b48x1dva20-basement-0.0.16/nix-support:
  24283. 554.14 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24284. 554.14 s [ghc-9.10.3-with-packages] /nix/store/v0ybdaf71a31whqp8a1vaqk0s3cbf5i6-base64-1.0/nix-support:
  24285. 554.14 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24286. 554.15 s [ghc-9.10.3-with-packages] /nix/store/v0ybdaf71a31whqp8a1vaqk0s3cbf5i6-base64-1.0/nix-support:
  24287. 554.15 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24288. 554.15 s [ghc-9.10.3-with-packages] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/nix-support:
  24289. 554.15 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24290. 554.15 s [ghc-9.10.3-with-packages] /nix/store/pfr387q1b1yrl0c9ys1zzbp7yfjcgzbp-validity-case-insensitive-0.0.0.0/nix-support:
  24291. 554.15 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24292. 554.15 s [ghc-9.10.3-with-packages] /nix/store/rgh1k2p0rq90cym9bqdr73m5y2vrq8jg-validity-network-uri-0.0.0.1/nix-support:
  24293. 554.15 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24294. 554.15 s [ghc-9.10.3-with-packages] /nix/store/rgh1k2p0rq90cym9bqdr73m5y2vrq8jg-validity-network-uri-0.0.0.1/nix-support:
  24295. 554.15 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24296. 554.15 s [ghc-9.10.3-with-packages] /nix/store/5njqg5a2a92wqp6f2z5nz6fd5pq7w9g2-crypton-1.0.4/nix-support:
  24297. 554.15 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24298. 554.17 s [ghc-9.10.3-with-packages] /nix/store/5njqg5a2a92wqp6f2z5nz6fd5pq7w9g2-crypton-1.0.4/nix-support:
  24299. 554.17 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24300. 554.18 s [ghc-9.10.3-with-packages] /nix/store/534nghbppb0fx6c4jmv7k4244iqh63cs-password-types-1.0.0.0/nix-support:
  24301. 554.18 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24302. 554.18 s [ghc-9.10.3-with-packages] /nix/store/534nghbppb0fx6c4jmv7k4244iqh63cs-password-types-1.0.0.0/nix-support:
  24303. 554.18 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24304. 554.18 s [ghc-9.10.3-with-packages] /nix/store/c4hfd04jziag3mby50vrkkx5b7k0z4wi-attoparsec-0.14.4/nix-support:
  24305. 554.18 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24306. 554.18 s [ghc-9.10.3-with-packages] /nix/store/c4hfd04jziag3mby50vrkkx5b7k0z4wi-attoparsec-0.14.4/nix-support:
  24307. 554.19 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24308. 554.19 s [ghc-9.10.3-with-packages] /nix/store/g4mmwdb9m56k16bn77309j69v1bihsim-attoparsec-aeson-2.2.2.0/nix-support:
  24309. 554.19 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24310. 554.19 s [ghc-9.10.3-with-packages] /nix/store/g4mmwdb9m56k16bn77309j69v1bihsim-attoparsec-aeson-2.2.2.0/nix-support:
  24311. 554.19 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24312. 554.19 s [ghc-9.10.3-with-packages] /nix/store/yf1jh19b6l6c3kki13zf20951qf0c3md-lift-type-0.1.2.0/nix-support:
  24313. 554.19 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24314. 554.19 s [ghc-9.10.3-with-packages] /nix/store/yf1jh19b6l6c3kki13zf20951qf0c3md-lift-type-0.1.2.0/nix-support:
  24315. 554.19 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24316. 554.19 s [ghc-9.10.3-with-packages] /nix/store/jyj8rj3i7cbjqyaxcr5gn6qmsxqk2q3v-replace-megaparsec-1.5.0.1/nix-support:
  24317. 554.19 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24318. 554.19 s [ghc-9.10.3-with-packages] /nix/store/jyj8rj3i7cbjqyaxcr5gn6qmsxqk2q3v-replace-megaparsec-1.5.0.1/nix-support:
  24319. 554.19 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24320. 554.20 s [ghc-9.10.3-with-packages] /nix/store/i9f5k4gwaq4dq28lp1z17nz5jgj6s98i-resource-pool-0.4.0.0/nix-support:
  24321. 554.20 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24322. 554.20 s [ghc-9.10.3-with-packages] /nix/store/i9f5k4gwaq4dq28lp1z17nz5jgj6s98i-resource-pool-0.4.0.0/nix-support:
  24323. 554.20 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24324. 554.20 s [ghc-9.10.3-with-packages] /nix/store/1cng993scdngvfj5h757khvd4fv9cvgr-semigroupoids-6.0.1/nix-support:
  24325. 554.20 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24326. 554.20 s [ghc-9.10.3-with-packages] /nix/store/1cng993scdngvfj5h757khvd4fv9cvgr-semigroupoids-6.0.1/nix-support:
  24327. 554.20 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24328. 554.21 s [ghc-9.10.3-with-packages] /nix/store/mx1hvaxig6s8pavrg1lbrwz5kws3pmbs-silently-1.2.5.4/nix-support:
  24329. 554.21 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24330. 554.21 s [ghc-9.10.3-with-packages] /nix/store/mx1hvaxig6s8pavrg1lbrwz5kws3pmbs-silently-1.2.5.4/nix-support:
  24331. 554.21 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24332. 554.21 s [ghc-9.10.3-with-packages] /nix/store/y1834pqq6y28a9gz4k7758dgkf7w9z0y-th-lift-instances-0.1.20/nix-support:
  24333. 554.21 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24334. 554.21 s [ghc-9.10.3-with-packages] /nix/store/y1834pqq6y28a9gz4k7758dgkf7w9z0y-th-lift-instances-0.1.20/nix-support:
  24335. 554.21 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24336. 554.21 s [ghc-9.10.3-with-packages] /nix/store/qvr53py3wy8bxp9h3d1vaznxns474pxf-vault-0.3.1.5/nix-support:
  24337. 554.21 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24338. 554.21 s [ghc-9.10.3-with-packages] /nix/store/qvr53py3wy8bxp9h3d1vaznxns474pxf-vault-0.3.1.5/nix-support:
  24339. 554.21 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24340. 554.21 s [ghc-9.10.3-with-packages] /nix/store/5jb1bb1hr4yvj9lq17jfigh1bhnbxjd2-bifunctors-5.6.2/nix-support:
  24341. 554.21 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24342. 554.22 s [ghc-9.10.3-with-packages] /nix/store/5jb1bb1hr4yvj9lq17jfigh1bhnbxjd2-bifunctors-5.6.2/nix-support:
  24343. 554.22 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24344. 554.22 s [ghc-9.10.3-with-packages] /nix/store/0lpjjinxdlbbi6dalc6vjzf6wajad281-constraints-0.14.2/nix-support:
  24345. 554.22 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24346. 554.22 s [ghc-9.10.3-with-packages] /nix/store/0lpjjinxdlbbi6dalc6vjzf6wajad281-constraints-0.14.2/nix-support:
  24347. 554.22 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24348. 554.22 s [ghc-9.10.3-with-packages] /nix/store/vpih91gi0h6qi1x9dcgvmc7rgwp39m5i-generics-sop-0.5.1.4/nix-support:
  24349. 554.22 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24350. 554.23 s [ghc-9.10.3-with-packages] /nix/store/vpih91gi0h6qi1x9dcgvmc7rgwp39m5i-generics-sop-0.5.1.4/nix-support:
  24351. 554.23 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24352. 554.23 s [ghc-9.10.3-with-packages] /nix/store/6dqcl7yk1pcmlwqwfir9jc7pi4p6fxc6-http-media-0.8.1.1/nix-support:
  24353. 554.23 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24354. 554.23 s [ghc-9.10.3-with-packages] /nix/store/6dqcl7yk1pcmlwqwfir9jc7pi4p6fxc6-http-media-0.8.1.1/nix-support:
  24355. 554.23 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24356. 554.23 s [ghc-9.10.3-with-packages] /nix/store/s7ipm7mlm9n9mwd0kfwdpp0r4ddqc8qp-mmorph-1.2.1/nix-support:
  24357. 554.23 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24358. 554.23 s [ghc-9.10.3-with-packages] /nix/store/s7ipm7mlm9n9mwd0kfwdpp0r4ddqc8qp-mmorph-1.2.1/nix-support:
  24359. 554.23 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24360. 554.23 s [ghc-9.10.3-with-packages] /nix/store/6a8bzynaba8952sy31drx62i1madw1lh-singleton-bool-0.1.8/nix-support:
  24361. 554.24 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24362. 554.24 s [ghc-9.10.3-with-packages] /nix/store/6a8bzynaba8952sy31drx62i1madw1lh-singleton-bool-0.1.8/nix-support:
  24363. 554.24 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24364. 554.24 s [ghc-9.10.3-with-packages] /nix/store/3m9ciwsm1q2381pgvip6ndfckwimfjpx-sop-core-0.5.0.2/nix-support:
  24365. 554.24 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24366. 554.24 s [ghc-9.10.3-with-packages] /nix/store/3m9ciwsm1q2381pgvip6ndfckwimfjpx-sop-core-0.5.0.2/nix-support:
  24367. 554.24 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24368. 554.24 s [ghc-9.10.3-with-packages] /nix/store/vhviwdf0s18niymd5qppfagnsiplvg5p-lens-5.3.5/nix-support:
  24369. 554.24 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24370. 554.25 s [ghc-9.10.3-with-packages] /nix/store/vhviwdf0s18niymd5qppfagnsiplvg5p-lens-5.3.5/nix-support:
  24371. 554.25 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24372. 554.26 s [ghc-9.10.3-with-packages] /nix/store/hqi4cbs2r7hgzwvlmnl26m9r66nd036n-entropy-0.4.1.11/nix-support:
  24373. 554.26 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24374. 554.26 s [ghc-9.10.3-with-packages] /nix/store/hqi4cbs2r7hgzwvlmnl26m9r66nd036n-entropy-0.4.1.11/nix-support:
  24375. 554.26 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24376. 554.26 s [ghc-9.10.3-with-packages] /nix/store/ljfil5n4zi7sz3pcvcsrvgw61npgk8h5-monad-time-0.4.0.0/nix-support:
  24377. 554.26 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24378. 554.26 s [ghc-9.10.3-with-packages] /nix/store/ljfil5n4zi7sz3pcvcsrvgw61npgk8h5-monad-time-0.4.0.0/nix-support:
  24379. 554.26 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24380. 554.26 s [ghc-9.10.3-with-packages] /nix/store/q9qsy3fcw3fk6dhz4pq3dx6sgk046bkx-cryptohash-md5-0.11.101.0/nix-support:
  24381. 554.26 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24382. 554.27 s [ghc-9.10.3-with-packages] /nix/store/q9qsy3fcw3fk6dhz4pq3dx6sgk046bkx-cryptohash-md5-0.11.101.0/nix-support:
  24383. 554.27 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24384. 554.27 s [ghc-9.10.3-with-packages] /nix/store/0vnj4r54firqfmb0f3w1m4n5njdlanv9-cryptohash-sha1-0.11.101.0/nix-support:
  24385. 554.27 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24386. 554.27 s [ghc-9.10.3-with-packages] /nix/store/0vnj4r54firqfmb0f3w1m4n5njdlanv9-cryptohash-sha1-0.11.101.0/nix-support:
  24387. 554.27 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24388. 554.27 s [ghc-9.10.3-with-packages] /nix/store/4qy3kf0wx0b724p7j8d04hi99wdmsgyj-libyaml-0.1.4/nix-support:
  24389. 554.27 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24390. 554.27 s [ghc-9.10.3-with-packages] /nix/store/4qy3kf0wx0b724p7j8d04hi99wdmsgyj-libyaml-0.1.4/nix-support:
  24391. 554.27 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24392. 554.28 s [ghc-9.10.3-with-packages] /nix/store/xs6cipkp25br056vzl2javdlq5yf03qr-splitmix-0.1.3.1/nix-support:
  24393. 554.28 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24394. 554.28 s [ghc-9.10.3-with-packages] /nix/store/xs6cipkp25br056vzl2javdlq5yf03qr-splitmix-0.1.3.1/nix-support:
  24395. 554.28 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24396. 554.28 s [ghc-9.10.3-with-packages] /nix/store/ls0lcx3slnihycsz1n1liqxf86giffjf-safe-exceptions-0.1.7.4/nix-support:
  24397. 554.28 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24398. 554.28 s [ghc-9.10.3-with-packages] /nix/store/ls0lcx3slnihycsz1n1liqxf86giffjf-safe-exceptions-0.1.7.4/nix-support:
  24399. 554.28 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24400. 554.28 s [ghc-9.10.3-with-packages] /nix/store/szxscm40cvb4gy1kw01bp39lxvj23g8p-iproute-1.7.15/nix-support:
  24401. 554.28 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24402. 554.28 s [ghc-9.10.3-with-packages] /nix/store/szxscm40cvb4gy1kw01bp39lxvj23g8p-iproute-1.7.15/nix-support:
  24403. 554.28 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24404. 554.29 s [ghc-9.10.3-with-packages] /nix/store/x8h5rv49aq79w07mxzv67p4kg2q5hi2w-mime-types-0.1.2.0/nix-support:
  24405. 554.29 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24406. 554.29 s [ghc-9.10.3-with-packages] /nix/store/x8h5rv49aq79w07mxzv67p4kg2q5hi2w-mime-types-0.1.2.0/nix-support:
  24407. 554.29 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24408. 554.29 s [ghc-9.10.3-with-packages] /nix/store/063y3k4cpi8prk048mbgbsvf2aiw8rk4-streaming-commons-0.2.3.1/nix-support:
  24409. 554.29 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24410. 554.29 s [ghc-9.10.3-with-packages] /nix/store/063y3k4cpi8prk048mbgbsvf2aiw8rk4-streaming-commons-0.2.3.1/nix-support:
  24411. 554.29 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24412. 554.29 s [ghc-9.10.3-with-packages] /nix/store/3c7jyfrvcwm2s5sy22x6amywmymrd9xa-crypton-connection-0.4.5/nix-support:
  24413. 554.29 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24414. 554.29 s [ghc-9.10.3-with-packages] /nix/store/3c7jyfrvcwm2s5sy22x6amywmymrd9xa-crypton-connection-0.4.5/nix-support:
  24415. 554.29 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24416. 554.29 s [ghc-9.10.3-with-packages] /nix/store/s4d4hhqxl8ap4h4cqvxcjj39zxg9x1wl-tls-2.1.8/nix-support:
  24417. 554.29 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24418. 554.30 s [ghc-9.10.3-with-packages] /nix/store/s4d4hhqxl8ap4h4cqvxcjj39zxg9x1wl-tls-2.1.8/nix-support:
  24419. 554.30 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24420. 554.31 s [ghc-9.10.3-with-packages] /nix/store/3jicx18d7xfzqqhblzlmbw9pw13zzh8s-th-compat-0.1.6/nix-support:
  24421. 554.31 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24422. 554.31 s [ghc-9.10.3-with-packages] /nix/store/3jicx18d7xfzqqhblzlmbw9pw13zzh8s-th-compat-0.1.6/nix-support:
  24423. 554.31 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24424. 554.31 s [ghc-9.10.3-with-packages] /nix/store/1x96ahipqmib7dpvcds1l1wai2hbfnr0-mtl-compat-0.2.2/nix-support:
  24425. 554.31 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24426. 554.32 s [ghc-9.10.3-with-packages] /nix/store/1x96ahipqmib7dpvcds1l1wai2hbfnr0-mtl-compat-0.2.2/nix-support:
  24427. 554.32 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24428. 554.32 s [ghc-9.10.3-with-packages] /nix/store/7zmyqpg55xjaqgsb1vm8fi9w4n4ff8pw-base-compat-0.14.1/nix-support:
  24429. 554.32 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24430. 554.34 s [ghc-9.10.3-with-packages] /nix/store/7zmyqpg55xjaqgsb1vm8fi9w4n4ff8pw-base-compat-0.14.1/nix-support:
  24431. 554.34 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24432. 554.35 s [ghc-9.10.3-with-packages] /nix/store/ah6whdrgsybnkp3zfx8ym9spx9s8y6gb-kan-extensions-5.2.7/nix-support:
  24433. 554.35 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24434. 554.35 s [ghc-9.10.3-with-packages] /nix/store/ah6whdrgsybnkp3zfx8ym9spx9s8y6gb-kan-extensions-5.2.7/nix-support:
  24435. 554.35 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24436. 554.35 s [ghc-9.10.3-with-packages] /nix/store/12shdd0m837j8vysdrzv64wzymaz4h87-data-default-class-0.2.0.0/nix-support:
  24437. 554.35 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24438. 554.35 s [ghc-9.10.3-with-packages] /nix/store/12shdd0m837j8vysdrzv64wzymaz4h87-data-default-class-0.2.0.0/nix-support:
  24439. 554.35 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24440. 554.35 s [ghc-9.10.3-with-packages] /nix/store/k3i002rk21vmam2zkxcb0k4hii1snh7w-free-5.2/nix-support:
  24441. 554.35 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24442. 554.36 s [ghc-9.10.3-with-packages] /nix/store/k3i002rk21vmam2zkxcb0k4hii1snh7w-free-5.2/nix-support:
  24443. 554.36 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24444. 554.36 s [ghc-9.10.3-with-packages] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/nix-support:
  24445. 554.36 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24446. 554.36 s [ghc-9.10.3-with-packages] /nix/store/vpak5z7s0c7qzpg0j3cjf1yhgnn6bncb-fuzzy-time-gen-0.3.0.0/nix-support:
  24447. 554.36 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24448. 554.36 s [ghc-9.10.3-with-packages] /nix/store/n6dcn2bsccmp941x0y7d3vg3qdial2cr-cmdargs-0.10.22/nix-support:
  24449. 554.36 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24450. 554.37 s [ghc-9.10.3-with-packages] /nix/store/n6dcn2bsccmp941x0y7d3vg3qdial2cr-cmdargs-0.10.22/nix-support:
  24451. 554.37 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24452. 554.37 s [ghc-9.10.3-with-packages] /nix/store/w5n7a90s3r9018rjy0jz4lbnqmzydhjc-fast-myers-diff-0.0.2/nix-support:
  24453. 554.37 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24454. 554.37 s [ghc-9.10.3-with-packages] /nix/store/w5n7a90s3r9018rjy0jz4lbnqmzydhjc-fast-myers-diff-0.0.2/nix-support:
  24455. 554.37 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24456. 554.37 s [ghc-9.10.3-with-packages] /nix/store/iwnf161g2bqrv4hz9vliicpadzk79qz9-MonadRandom-0.6.2/nix-support:
  24457. 554.37 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24458. 554.37 s [ghc-9.10.3-with-packages] /nix/store/iwnf161g2bqrv4hz9vliicpadzk79qz9-MonadRandom-0.6.2/nix-support:
  24459. 554.37 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24460. 554.38 s [ghc-9.10.3-with-packages] /nix/store/yg26lkb58zhzxp10nf39npiy1fdq7zyx-quickcheck-io-0.2.0/nix-support:
  24461. 554.38 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24462. 554.38 s [ghc-9.10.3-with-packages] /nix/store/yg26lkb58zhzxp10nf39npiy1fdq7zyx-quickcheck-io-0.2.0/nix-support:
  24463. 554.38 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24464. 554.38 s [ghc-9.10.3-with-packages] /nix/store/pdvw460y1j403djdpgxa39l5l0j81gw6-random-shuffle-0.0.4/nix-support:
  24465. 554.38 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24466. 554.38 s [ghc-9.10.3-with-packages] /nix/store/pdvw460y1j403djdpgxa39l5l0j81gw6-random-shuffle-0.0.4/nix-support:
  24467. 554.38 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24468. 554.38 s [ghc-9.10.3-with-packages] /nix/store/3kdn4sbfqrf4jimb5629snq425b1sbw0-svg-builder-0.1.1/nix-support:
  24469. 554.38 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24470. 554.38 s [ghc-9.10.3-with-packages] /nix/store/3kdn4sbfqrf4jimb5629snq425b1sbw0-svg-builder-0.1.1/nix-support:
  24471. 554.38 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24472. 554.38 s [ghc-9.10.3-with-packages] /nix/store/x8vsvcxz08hhlm7h1896zy8l7kyjijxx-hinotify-0.4.2/nix-support:
  24473. 554.38 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24474. 554.39 s [ghc-9.10.3-with-packages] /nix/store/x8vsvcxz08hhlm7h1896zy8l7kyjijxx-hinotify-0.4.2/nix-support:
  24475. 554.39 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24476. 554.39 s [ghc-9.10.3-with-packages] /nix/store/lyq12almcmixg9w1dm0k4p01sbp3wnkc-string-interpolate-0.3.4.0/nix-support:
  24477. 554.39 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24478. 554.39 s [ghc-9.10.3-with-packages] /nix/store/lyq12almcmixg9w1dm0k4p01sbp3wnkc-string-interpolate-0.3.4.0/nix-support:
  24479. 554.39 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24480. 554.39 s [ghc-9.10.3-with-packages] /nix/store/7s17955z7ymp0pw0vzdj6g0v0gsv35ja-atomic-primops-0.8.8/nix-support:
  24481. 554.39 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24482. 554.39 s [ghc-9.10.3-with-packages] /nix/store/7s17955z7ymp0pw0vzdj6g0v0gsv35ja-atomic-primops-0.8.8/nix-support:
  24483. 554.39 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24484. 554.39 s [ghc-9.10.3-with-packages] /nix/store/cwgf61ifw70w46pc0zm3asghap8ll9zg-blaze-markup-0.8.3.0/nix-support:
  24485. 554.39 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24486. 554.40 s [ghc-9.10.3-with-packages] /nix/store/cwgf61ifw70w46pc0zm3asghap8ll9zg-blaze-markup-0.8.3.0/nix-support:
  24487. 554.40 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24488. 554.40 s [ghc-9.10.3-with-packages] /nix/store/9ngqq3bja2ldvmdpdyhjsj54hif7bz8n-th-lift-0.8.6/nix-support:
  24489. 554.40 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24490. 554.40 s [ghc-9.10.3-with-packages] /nix/store/9ngqq3bja2ldvmdpdyhjsj54hif7bz8n-th-lift-0.8.6/nix-support:
  24491. 554.40 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24492. 554.40 s [ghc-9.10.3-with-packages] /nix/store/p2rw0i92sb8fn195vg480sirmw1sibvg-ansi-terminal-1.1.3/nix-support:
  24493. 554.40 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24494. 554.40 s [ghc-9.10.3-with-packages] /nix/store/p2rw0i92sb8fn195vg480sirmw1sibvg-ansi-terminal-1.1.3/nix-support:
  24495. 554.40 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24496. 554.41 s [ghc-9.10.3-with-packages] /nix/store/vsvczw88bvbzp1cqj35rrsj1l0wn0ycd-HUnit-1.6.2.0/nix-support:
  24497. 554.41 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24498. 554.41 s [ghc-9.10.3-with-packages] /nix/store/vsvczw88bvbzp1cqj35rrsj1l0wn0ycd-HUnit-1.6.2.0/nix-support:
  24499. 554.41 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24500. 554.41 s [ghc-9.10.3-with-packages] /nix/store/45j238fl92ck5rvgbmkfghg4rhl81y2c-wai-logger-2.5.0/nix-support:
  24501. 554.41 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24502. 554.41 s [ghc-9.10.3-with-packages] /nix/store/45j238fl92ck5rvgbmkfghg4rhl81y2c-wai-logger-2.5.0/nix-support:
  24503. 554.41 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24504. 554.41 s [ghc-9.10.3-with-packages] /nix/store/5xh510g9gk5v7h52z33bvir2zkw2sv66-auto-update-0.2.6/nix-support:
  24505. 554.41 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24506. 554.42 s [ghc-9.10.3-with-packages] /nix/store/5xh510g9gk5v7h52z33bvir2zkw2sv66-auto-update-0.2.6/nix-support:
  24507. 554.42 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24508. 554.42 s [ghc-9.10.3-with-packages] /nix/store/yp8pqc4m16i64qwwr00mx2ga394g9nm2-bsb-http-chunked-0.0.0.4/nix-support:
  24509. 554.42 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24510. 554.42 s [ghc-9.10.3-with-packages] /nix/store/yp8pqc4m16i64qwwr00mx2ga394g9nm2-bsb-http-chunked-0.0.0.4/nix-support:
  24511. 554.42 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24512. 554.42 s [ghc-9.10.3-with-packages] /nix/store/8hiij98c27l0qwa9j0yjr6kg5rqj0wzp-crypton-x509-1.7.7/nix-support:
  24513. 554.42 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24514. 554.42 s [ghc-9.10.3-with-packages] /nix/store/8hiij98c27l0qwa9j0yjr6kg5rqj0wzp-crypton-x509-1.7.7/nix-support:
  24515. 554.42 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24516. 554.43 s [ghc-9.10.3-with-packages] /nix/store/mkqvvxcsdczbkvi0b50z4m6by90bn1jw-http-date-0.0.11/nix-support:
  24517. 554.43 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24518. 554.43 s [ghc-9.10.3-with-packages] /nix/store/mkqvvxcsdczbkvi0b50z4m6by90bn1jw-http-date-0.0.11/nix-support:
  24519. 554.43 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24520. 554.43 s [ghc-9.10.3-with-packages] /nix/store/njg61arhn49z7fw9r7zc9i76pjfykdb7-http2-5.3.10/nix-support:
  24521. 554.43 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24522. 554.44 s [ghc-9.10.3-with-packages] /nix/store/njg61arhn49z7fw9r7zc9i76pjfykdb7-http2-5.3.10/nix-support:
  24523. 554.44 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24524. 554.44 s [ghc-9.10.3-with-packages] /nix/store/jqy49qpz3v81aks6s5sgj2sz0b6mz7ii-recv-0.1.1/nix-support:
  24525. 554.44 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24526. 554.44 s [ghc-9.10.3-with-packages] /nix/store/jqy49qpz3v81aks6s5sgj2sz0b6mz7ii-recv-0.1.1/nix-support:
  24527. 554.44 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24528. 554.44 s [ghc-9.10.3-with-packages] /nix/store/gazjbjciza040sl200sqmwyyy35wcv10-simple-sendfile-0.2.32/nix-support:
  24529. 554.44 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24530. 554.44 s [ghc-9.10.3-with-packages] /nix/store/gazjbjciza040sl200sqmwyyy35wcv10-simple-sendfile-0.2.32/nix-support:
  24531. 554.44 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24532. 554.45 s [ghc-9.10.3-with-packages] /nix/store/5hys7x3fimykqi4qwv835d3fp856hiyp-time-manager-0.2.4/nix-support:
  24533. 554.45 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24534. 554.45 s [ghc-9.10.3-with-packages] /nix/store/5hys7x3fimykqi4qwv835d3fp856hiyp-time-manager-0.2.4/nix-support:
  24535. 554.45 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24536. 554.45 s [ghc-9.10.3-with-packages] /nix/store/5v7l7d14v5s6s1h719qcvkmpwgsa91ly-yesod-core-1.6.28.1/nix-support:
  24537. 554.45 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24538. 554.45 s [ghc-9.10.3-with-packages] /nix/store/5v7l7d14v5s6s1h719qcvkmpwgsa91ly-yesod-core-1.6.28.1/nix-support:
  24539. 554.45 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24540. 554.46 s [ghc-9.10.3-with-packages] /nix/store/wdf81l38m232w6kwyvarqn2alnlyxxqw-yesod-form-1.7.9/nix-support:
  24541. 554.46 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24542. 554.46 s [ghc-9.10.3-with-packages] /nix/store/wdf81l38m232w6kwyvarqn2alnlyxxqw-yesod-form-1.7.9/nix-support:
  24543. 554.46 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24544. 554.46 s [ghc-9.10.3-with-packages] /nix/store/w5f1ammirbdn9k0qwlp8gxm5zvv69q09-yesod-persistent-1.6.0.8/nix-support:
  24545. 554.46 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24546. 554.46 s [ghc-9.10.3-with-packages] /nix/store/w5f1ammirbdn9k0qwlp8gxm5zvv69q09-yesod-persistent-1.6.0.8/nix-support:
  24547. 554.46 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24548. 554.46 s [ghc-9.10.3-with-packages] /nix/store/qgm41zvk6arzbb168zz2526ss55xxj9g-xml-conduit-1.10.0.1/nix-support:
  24549. 554.46 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24550. 554.47 s [ghc-9.10.3-with-packages] /nix/store/qgm41zvk6arzbb168zz2526ss55xxj9g-xml-conduit-1.10.0.1/nix-support:
  24551. 554.47 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24552. 554.47 s [ghc-9.10.3-with-packages] /nix/store/igy99fy8sqicnqzjmickaam6960zbvsb-xml-types-0.3.8/nix-support:
  24553. 554.47 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24554. 554.47 s [ghc-9.10.3-with-packages] /nix/store/igy99fy8sqicnqzjmickaam6960zbvsb-xml-types-0.3.8/nix-support:
  24555. 554.47 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24556. 554.47 s [ghc-9.10.3-with-packages] /nix/store/5xdcgnfyaqzm20mhjl6msq49jwzs4ln2-cryptonite-conduit-0.2.2/nix-support:
  24557. 554.47 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24558. 554.47 s [ghc-9.10.3-with-packages] /nix/store/5xdcgnfyaqzm20mhjl6msq49jwzs4ln2-cryptonite-conduit-0.2.2/nix-support:
  24559. 554.47 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24560. 554.47 s [ghc-9.10.3-with-packages] /nix/store/vz5gajzghwp39hjnd5p045hc283xhz50-css-text-0.1.3.0/nix-support:
  24561. 554.47 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24562. 554.48 s [ghc-9.10.3-with-packages] /nix/store/vz5gajzghwp39hjnd5p045hc283xhz50-css-text-0.1.3.0/nix-support:
  24563. 554.48 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24564. 554.48 s [ghc-9.10.3-with-packages] /nix/store/d4i9fdlr2n5hz1949lj2q05fvz110yqg-hjsmin-0.2.1/nix-support:
  24565. 554.48 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24566. 554.48 s [ghc-9.10.3-with-packages] /nix/store/d4i9fdlr2n5hz1949lj2q05fvz110yqg-hjsmin-0.2.1/nix-support:
  24567. 554.48 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24568. 554.48 s [ghc-9.10.3-with-packages] /nix/store/xhpak59l1v8qgf0dbapxq2rjzdg53dm7-wai-app-static-3.1.9/nix-support:
  24569. 554.48 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24570. 554.48 s [ghc-9.10.3-with-packages] /nix/store/xhpak59l1v8qgf0dbapxq2rjzdg53dm7-wai-app-static-3.1.9/nix-support:
  24571. 554.48 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24572. 554.48 s [ghc-9.10.3-with-packages] /nix/store/cni7yk31qc9a0a8q9fygi6khzw0i4c15-base16-bytestring-1.0.2.0/nix-support:
  24573. 554.48 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24574. 554.49 s [ghc-9.10.3-with-packages] /nix/store/cni7yk31qc9a0a8q9fygi6khzw0i4c15-base16-bytestring-1.0.2.0/nix-support:
  24575. 554.49 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24576. 554.49 s [ghc-9.10.3-with-packages] /nix/store/a3knh91nidhx47m425645fc17szjdldb-binary-instances-1.0.6/nix-support:
  24577. 554.49 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24578. 554.49 s [ghc-9.10.3-with-packages] /nix/store/a3knh91nidhx47m425645fc17szjdldb-binary-instances-1.0.6/nix-support:
  24579. 554.49 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24580. 554.49 s [ghc-9.10.3-with-packages] /nix/store/cvk4p1hb6a3x0pwz3960gyw12p9wcajb-http-link-header-1.2.3/nix-support:
  24581. 554.49 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24582. 554.49 s [ghc-9.10.3-with-packages] /nix/store/cvk4p1hb6a3x0pwz3960gyw12p9wcajb-http-link-header-1.2.3/nix-support:
  24583. 554.49 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24584. 554.49 s [ghc-9.10.3-with-packages] /nix/store/xpbzfr7jwmxqz8b2hkdx00j562ff5l7m-iso8601-time-0.1.5/nix-support:
  24585. 554.49 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24586. 554.50 s [ghc-9.10.3-with-packages] /nix/store/xpbzfr7jwmxqz8b2hkdx00j562ff5l7m-iso8601-time-0.1.5/nix-support:
  24587. 554.50 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24588. 554.50 s [ghc-9.10.3-with-packages] /nix/store/wr7s45w8j5dmd8hhqmr3cq3nrjrxa2n7-network-bsd-2.8.1.0/nix-support:
  24589. 554.50 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24590. 554.50 s [ghc-9.10.3-with-packages] /nix/store/wr7s45w8j5dmd8hhqmr3cq3nrjrxa2n7-network-bsd-2.8.1.0/nix-support:
  24591. 554.50 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24592. 554.50 s [ghc-9.10.3-with-packages] /nix/store/6nk5p2lwnkzk3p0gzkxh86s91mna73pl-old-time-1.1.0.4/nix-support:
  24593. 554.50 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24594. 554.50 s [ghc-9.10.3-with-packages] /nix/store/6nk5p2lwnkzk3p0gzkxh86s91mna73pl-old-time-1.1.0.4/nix-support:
  24595. 554.50 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24596. 554.50 s [ghc-9.10.3-with-packages] /nix/store/443khwvxj2i3ajvsq3ff6pyknk70wadj-gitrev-1.3.1/nix-support:
  24597. 554.50 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24598. 554.50 s [ghc-9.10.3-with-packages] /nix/store/443khwvxj2i3ajvsq3ff6pyknk70wadj-gitrev-1.3.1/nix-support:
  24599. 554.50 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24600. 554.51 s [ghc-9.10.3-with-packages] /nix/store/fpys3nhv4qm07sa2j5dq69k2am04v788-amazonka-core-2.0-unstable-2025-04-16/nix-support:
  24601. 554.51 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24602. 554.52 s [ghc-9.10.3-with-packages] /nix/store/fpys3nhv4qm07sa2j5dq69k2am04v788-amazonka-core-2.0-unstable-2025-04-16/nix-support:
  24603. 554.52 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24604. 554.52 s [ghc-9.10.3-with-packages] /nix/store/63s52c3gk9df9fd3rf871wjhb25pnx95-amazonka-sso-2.0-unstable-2025-04-16/nix-support:
  24605. 554.52 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24606. 554.52 s [ghc-9.10.3-with-packages] /nix/store/63s52c3gk9df9fd3rf871wjhb25pnx95-amazonka-sso-2.0-unstable-2025-04-16/nix-support:
  24607. 554.52 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24608. 554.52 s [ghc-9.10.3-with-packages] /nix/store/fmp01bgaw0wfbq6zssxwyrzk152bnzg8-amazonka-sts-2.0-unstable-2025-04-16/nix-support:
  24609. 554.52 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24610. 554.52 s [ghc-9.10.3-with-packages] /nix/store/fmp01bgaw0wfbq6zssxwyrzk152bnzg8-amazonka-sts-2.0-unstable-2025-04-16/nix-support:
  24611. 554.52 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24612. 554.53 s [ghc-9.10.3-with-packages] /nix/store/pxfp1nph88maghbz6f3r3r63wi94sayp-ini-0.4.2/nix-support:
  24613. 554.53 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24614. 554.53 s [ghc-9.10.3-with-packages] /nix/store/pxfp1nph88maghbz6f3r3r63wi94sayp-ini-0.4.2/nix-support:
  24615. 554.53 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24616. 554.53 s [ghc-9.10.3-with-packages] /nix/store/gi73qd1c0lwqnvbrp5ws97lyj4j14aa5-concise-0.1.0.1/nix-support:
  24617. 554.53 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24618. 554.53 s [ghc-9.10.3-with-packages] /nix/store/gi73qd1c0lwqnvbrp5ws97lyj4j14aa5-concise-0.1.0.1/nix-support:
  24619. 554.53 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24620. 554.53 s [ghc-9.10.3-with-packages] /nix/store/pvvbgadcb6p83q6ap90x9xkz2svraxn6-foldl-1.4.18/nix-support:
  24621. 554.53 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24622. 554.53 s [ghc-9.10.3-with-packages] /nix/store/pvvbgadcb6p83q6ap90x9xkz2svraxn6-foldl-1.4.18/nix-support:
  24623. 554.53 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24624. 554.54 s [ghc-9.10.3-with-packages] /nix/store/3ra663r9571f3hpv8hn29sighnd12173-cereal-0.5.8.3/nix-support:
  24625. 554.54 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24626. 554.54 s [ghc-9.10.3-with-packages] /nix/store/3ra663r9571f3hpv8hn29sighnd12173-cereal-0.5.8.3/nix-support:
  24627. 554.54 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24628. 554.54 s [ghc-9.10.3-with-packages] /nix/store/3zl9glxydpd6d5wqlf7g535gdglba707-conduit-zstd-0.0.2.0/nix-support:
  24629. 554.54 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24630. 554.54 s [ghc-9.10.3-with-packages] /nix/store/3zl9glxydpd6d5wqlf7g535gdglba707-conduit-zstd-0.0.2.0/nix-support:
  24631. 554.54 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24632. 554.54 s [ghc-9.10.3-with-packages] /nix/store/9ngmg0kdcr94pa186nx19m11jn1cb3wi-digest-0.0.2.1/nix-support:
  24633. 554.54 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24634. 554.54 s [ghc-9.10.3-with-packages] /nix/store/9ngmg0kdcr94pa186nx19m11jn1cb3wi-digest-0.0.2.1/nix-support:
  24635. 554.54 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24636. 554.54 s [ghc-9.10.3-with-packages] /nix/store/yrk6bcbgh6pcdy765awkphby0bc8zm8b-tasty-1.5.3/nix-support:
  24637. 554.54 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24638. 554.55 s [ghc-9.10.3-with-packages] /nix/store/yrk6bcbgh6pcdy765awkphby0bc8zm8b-tasty-1.5.3/nix-support:
  24639. 554.55 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24640. 554.55 s [ghc-9.10.3-with-packages] /nix/store/1kv98hs5jibgrdy8pfz8xy2ifw8822qm-vector-stream-0.1.0.1/nix-support:
  24641. 554.55 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24642. 554.55 s [ghc-9.10.3-with-packages] /nix/store/1kv98hs5jibgrdy8pfz8xy2ifw8822qm-vector-stream-0.1.0.1/nix-support:
  24643. 554.55 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24644. 554.55 s [ghc-9.10.3-with-packages] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/nix-support:
  24645. 554.55 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24646. 554.55 s [ghc-9.10.3-with-packages] /nix/store/i4ch7qvppnrmb853wqqwkynpm96xhwxl-sydtest-persistent-0.1.0.0/nix-support:
  24647. 554.55 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24648. 554.56 s [ghc-9.10.3-with-packages] /nix/store/bavah4x8s0g9k68hq5szggcmv5cvi9x3-authenticate-1.3.5.2/nix-support:
  24649. 554.56 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24650. 554.56 s [ghc-9.10.3-with-packages] /nix/store/bavah4x8s0g9k68hq5szggcmv5cvi9x3-authenticate-1.3.5.2/nix-support:
  24651. 554.56 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24652. 554.56 s [ghc-9.10.3-with-packages] /nix/store/vja1v15kjfqzm7n6mkajmzhgz665c0vg-email-validate-2.3.2.21/nix-support:
  24653. 554.56 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24654. 554.56 s [ghc-9.10.3-with-packages] /nix/store/vja1v15kjfqzm7n6mkajmzhgz665c0vg-email-validate-2.3.2.21/nix-support:
  24655. 554.56 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24656. 554.56 s [ghc-9.10.3-with-packages] /nix/store/jyak53dvy979ipa6cg7v2lka0g3pvdvr-nonce-1.0.7/nix-support:
  24657. 554.56 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24658. 554.56 s [ghc-9.10.3-with-packages] /nix/store/jyak53dvy979ipa6cg7v2lka0g3pvdvr-nonce-1.0.7/nix-support:
  24659. 554.56 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24660. 554.57 s [ghc-9.10.3-with-packages] /nix/store/dy5422z5md0sxm5yhg1xvgsj5pnapmc8-wai-websockets-3.0.1.2/nix-support:
  24661. 554.57 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24662. 554.57 s [ghc-9.10.3-with-packages] /nix/store/dy5422z5md0sxm5yhg1xvgsj5pnapmc8-wai-websockets-3.0.1.2/nix-support:
  24663. 554.57 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24664. 554.57 s [ghc-9.10.3-with-packages] /nix/store/73c1c83jmnld7a0w0djcba9k1lafpn7c-websockets-0.13.0.0/nix-support:
  24665. 554.57 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24666. 554.57 s [ghc-9.10.3-with-packages] /nix/store/73c1c83jmnld7a0w0djcba9k1lafpn7c-websockets-0.13.0.0/nix-support:
  24667. 554.57 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24668. 554.58 s [ghc-9.10.3-with-packages] /nix/store/rfx3k7h7kpxd816y6i0b7cwqmnm4hf4s-Only-0.1/nix-support:
  24669. 554.58 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24670. 554.58 s [ghc-9.10.3-with-packages] /nix/store/rfx3k7h7kpxd816y6i0b7cwqmnm4hf4s-Only-0.1/nix-support:
  24671. 554.58 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24672. 554.58 s [ghc-9.10.3-with-packages] /nix/store/vk797xwx9v3n2ilidicmrbm5c37ih6k8-math-functions-0.3.4.4/nix-support:
  24673. 554.58 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24674. 554.58 s [ghc-9.10.3-with-packages] /nix/store/vk797xwx9v3n2ilidicmrbm5c37ih6k8-math-functions-0.3.4.4/nix-support:
  24675. 554.58 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24676. 554.58 s [ghc-9.10.3-with-packages] /nix/store/1prj9as1nzpy1w1ijmyjdyzhvyxc806l-dense-linear-algebra-0.1.0.0/nix-support:
  24677. 554.58 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24678. 554.58 s [ghc-9.10.3-with-packages] /nix/store/1prj9as1nzpy1w1ijmyjdyzhvyxc806l-dense-linear-algebra-0.1.0.0/nix-support:
  24679. 554.58 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24680. 554.58 s [ghc-9.10.3-with-packages] /nix/store/s8q4pzd5p6wfyj41qdbrjc4ma9yqi49y-parallel-3.2.2.0/nix-support:
  24681. 554.58 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24682. 554.59 s [ghc-9.10.3-with-packages] /nix/store/s8q4pzd5p6wfyj41qdbrjc4ma9yqi49y-parallel-3.2.2.0/nix-support:
  24683. 554.59 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24684. 554.59 s [ghc-9.10.3-with-packages] /nix/store/41jv6dsry6ah1h7a9sfp9rrdcac7isdb-vector-binary-instances-0.2.5.2/nix-support:
  24685. 554.59 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24686. 554.59 s [ghc-9.10.3-with-packages] /nix/store/41jv6dsry6ah1h7a9sfp9rrdcac7isdb-vector-binary-instances-0.2.5.2/nix-support:
  24687. 554.59 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24688. 554.59 s [ghc-9.10.3-with-packages] /nix/store/wdfnbxbfp2x7s7dnkirqaqxr2mgi004c-vector-th-unbox-0.2.2/nix-support:
  24689. 554.59 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24690. 554.59 s [ghc-9.10.3-with-packages] /nix/store/wdfnbxbfp2x7s7dnkirqaqxr2mgi004c-vector-th-unbox-0.2.2/nix-support:
  24691. 554.59 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24692. 554.59 s [ghc-9.10.3-with-packages] /nix/store/qymini5xf6nj3r0i8pyn5kiiajz41lx9-bitvec-1.1.5.0/nix-support:
  24693. 554.59 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24694. 554.60 s [ghc-9.10.3-with-packages] /nix/store/qymini5xf6nj3r0i8pyn5kiiajz41lx9-bitvec-1.1.5.0/nix-support:
  24695. 554.60 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24696. 554.60 s [ghc-9.10.3-with-packages] /nix/store/f8101y8cdadb3h032dvqiscxznimgvqx-indexed-traversable-instances-0.1.2/nix-support:
  24697. 554.60 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24698. 554.60 s [ghc-9.10.3-with-packages] /nix/store/f8101y8cdadb3h032dvqiscxznimgvqx-indexed-traversable-instances-0.1.2/nix-support:
  24699. 554.60 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24700. 554.61 s [ghc-9.10.3-with-packages] /nix/store/5wgahnpf17rfqdc7532dy56s3lyhackc-base-orphans-0.9.3/nix-support:
  24701. 554.61 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24702. 554.66 s [ghc-9.10.3-with-packages] /nix/store/5wgahnpf17rfqdc7532dy56s3lyhackc-base-orphans-0.9.3/nix-support:
  24703. 554.66 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24704. 554.67 s [ghc-9.10.3-with-packages] /nix/store/6w80cxib8mgpzbbw2vc7pvd25gwgwmmg-typed-process-0.2.13.0/nix-support:
  24705. 554.67 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24706. 554.67 s [ghc-9.10.3-with-packages] /nix/store/6w80cxib8mgpzbbw2vc7pvd25gwgwmmg-typed-process-0.2.13.0/nix-support:
  24707. 554.67 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24708. 554.67 s [ghc-9.10.3-with-packages] /nix/store/0w5l4iig19dkdqv3n5z6a8jwm0bqhdvc-easy-file-0.2.5/nix-support:
  24709. 554.67 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24710. 554.67 s [ghc-9.10.3-with-packages] /nix/store/0w5l4iig19dkdqv3n5z6a8jwm0bqhdvc-easy-file-0.2.5/nix-support:
  24711. 554.67 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24712. 554.67 s [ghc-9.10.3-with-packages] /nix/store/rgd7sc27p062id26lhg4s1l4isnswbig-unix-time-0.4.17/nix-support:
  24713. 554.67 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24714. 554.67 s [ghc-9.10.3-with-packages] /nix/store/rgd7sc27p062id26lhg4s1l4isnswbig-unix-time-0.4.17/nix-support:
  24715. 554.67 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24716. 554.67 s [ghc-9.10.3-with-packages] /nix/store/s58jcgwpd9x9v9hnqaza3wrph4s8rqv0-validity-aeson-0.2.0.5/nix-support:
  24717. 554.68 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24718. 554.68 s [ghc-9.10.3-with-packages] /nix/store/s58jcgwpd9x9v9hnqaza3wrph4s8rqv0-validity-aeson-0.2.0.5/nix-support:
  24719. 554.68 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24720. 554.68 s [ghc-9.10.3-with-packages] /nix/store/l0cl2pa5qygfw9bivifacs7zwb2lvdyg-comonad-5.0.9/nix-support:
  24721. 554.68 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24722. 554.68 s [ghc-9.10.3-with-packages] /nix/store/l0cl2pa5qygfw9bivifacs7zwb2lvdyg-comonad-5.0.9/nix-support:
  24723. 554.68 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24724. 554.68 s [ghc-9.10.3-with-packages] /nix/store/z4lbwwv5lm9shxs1p46kcngawv9kgjyd-contravariant-1.5.5/nix-support:
  24725. 554.68 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24726. 554.69 s [ghc-9.10.3-with-packages] /nix/store/z4lbwwv5lm9shxs1p46kcngawv9kgjyd-contravariant-1.5.5/nix-support:
  24727. 554.69 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24728. 554.69 s [ghc-9.10.3-with-packages] /nix/store/lznvznhw0rahslfbhlw3sd1iw13ds4nh-distributive-0.6.2.1/nix-support:
  24729. 554.69 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24730. 554.69 s [ghc-9.10.3-with-packages] /nix/store/lznvznhw0rahslfbhlw3sd1iw13ds4nh-distributive-0.6.2.1/nix-support:
  24731. 554.69 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24732. 554.69 s [ghc-9.10.3-with-packages] /nix/store/5p6x45lydf90smfv8bvx1zfjf9yqscmp-boring-0.2.2/nix-support:
  24733. 554.69 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24734. 554.69 s [ghc-9.10.3-with-packages] /nix/store/5p6x45lydf90smfv8bvx1zfjf9yqscmp-boring-0.2.2/nix-support:
  24735. 554.69 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24736. 554.69 s [ghc-9.10.3-with-packages] /nix/store/f6mlrcskswmrym1j4jk9l0gw057kzh65-dec-0.0.6/nix-support:
  24737. 554.69 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24738. 554.69 s [ghc-9.10.3-with-packages] /nix/store/f6mlrcskswmrym1j4jk9l0gw057kzh65-dec-0.0.6/nix-support:
  24739. 554.69 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24740. 554.69 s [ghc-9.10.3-with-packages] /nix/store/3nr5izx54lbrk6qfsdzddki36yvwqcza-some-1.0.6/nix-support:
  24741. 554.69 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24742. 554.70 s [ghc-9.10.3-with-packages] /nix/store/3nr5izx54lbrk6qfsdzddki36yvwqcza-some-1.0.6/nix-support:
  24743. 554.70 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24744. 554.70 s [ghc-9.10.3-with-packages] /nix/store/4a9ar5kp3sp0yd29vkz8mbiyifin1zf0-profunctors-5.6.3/nix-support:
  24745. 554.70 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24746. 554.70 s [ghc-9.10.3-with-packages] /nix/store/4a9ar5kp3sp0yd29vkz8mbiyifin1zf0-profunctors-5.6.3/nix-support:
  24747. 554.70 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24748. 554.70 s [ghc-9.10.3-with-packages] /nix/store/19hcmcdxbh5abagpwz4l9dfzvlklgndb-reflection-2.1.9/nix-support:
  24749. 554.70 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24750. 554.70 s [ghc-9.10.3-with-packages] /nix/store/19hcmcdxbh5abagpwz4l9dfzvlklgndb-reflection-2.1.9/nix-support:
  24751. 554.70 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24752. 554.71 s [ghc-9.10.3-with-packages] /nix/store/qy3abbqy0r744yl5h1083b8qqpv786rk-appar-0.1.8/nix-support:
  24753. 554.71 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24754. 554.71 s [ghc-9.10.3-with-packages] /nix/store/qy3abbqy0r744yl5h1083b8qqpv786rk-appar-0.1.8/nix-support:
  24755. 554.71 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24756. 554.71 s [ghc-9.10.3-with-packages] /nix/store/z7lzb91d724agn2bdpgdk87hfd80kgmk-zlib-0.7.1.1/nix-support:
  24757. 554.71 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24758. 554.72 s [ghc-9.10.3-with-packages] /nix/store/z7lzb91d724agn2bdpgdk87hfd80kgmk-zlib-0.7.1.1/nix-support:
  24759. 554.72 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24760. 554.72 s [ghc-9.10.3-with-packages] /nix/store/sbja1xjfknz6xjh25vamy11fdbl07qjw-crypton-socks-0.6.2/nix-support:
  24761. 554.72 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24762. 554.72 s [ghc-9.10.3-with-packages] /nix/store/sbja1xjfknz6xjh25vamy11fdbl07qjw-crypton-socks-0.6.2/nix-support:
  24763. 554.72 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24764. 554.72 s [ghc-9.10.3-with-packages] /nix/store/90xfcyfjimz1y2xr56s8rrl78m5k0m92-crypton-x509-store-1.6.12/nix-support:
  24765. 554.72 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24766. 554.72 s [ghc-9.10.3-with-packages] /nix/store/90xfcyfjimz1y2xr56s8rrl78m5k0m92-crypton-x509-store-1.6.12/nix-support:
  24767. 554.72 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24768. 554.72 s [ghc-9.10.3-with-packages] /nix/store/iyy028kd5ynraap37xry10mmmrqhs6px-crypton-x509-system-1.6.7/nix-support:
  24769. 554.72 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24770. 554.73 s [ghc-9.10.3-with-packages] /nix/store/iyy028kd5ynraap37xry10mmmrqhs6px-crypton-x509-system-1.6.7/nix-support:
  24771. 554.73 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24772. 554.73 s [ghc-9.10.3-with-packages] /nix/store/x54x2qmvj7cl4qhmff3vb97gkdal1zfz-asn1-encoding-0.9.6/nix-support:
  24773. 554.73 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24774. 554.73 s [ghc-9.10.3-with-packages] /nix/store/x54x2qmvj7cl4qhmff3vb97gkdal1zfz-asn1-encoding-0.9.6/nix-support:
  24775. 554.73 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24776. 554.73 s [ghc-9.10.3-with-packages] /nix/store/88caaapzyh5gxjcdld3w9livxq966cci-asn1-types-0.3.4/nix-support:
  24777. 554.73 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24778. 554.73 s [ghc-9.10.3-with-packages] /nix/store/88caaapzyh5gxjcdld3w9livxq966cci-asn1-types-0.3.4/nix-support:
  24779. 554.73 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24780. 554.74 s [ghc-9.10.3-with-packages] /nix/store/dc8jjgq51zvvfij84hkdrdnllf0rbz8d-crypton-x509-validation-1.6.14/nix-support:
  24781. 554.74 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24782. 554.74 s [ghc-9.10.3-with-packages] /nix/store/dc8jjgq51zvvfij84hkdrdnllf0rbz8d-crypton-x509-validation-1.6.14/nix-support:
  24783. 554.74 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24784. 554.74 s [ghc-9.10.3-with-packages] /nix/store/fc89f8dsc2hf3h318g8075y0dy0kn3z5-serialise-0.2.6.1/nix-support:
  24785. 554.74 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24786. 554.74 s [ghc-9.10.3-with-packages] /nix/store/fc89f8dsc2hf3h318g8075y0dy0kn3z5-serialise-0.2.6.1/nix-support:
  24787. 554.74 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24788. 554.74 s [ghc-9.10.3-with-packages] /nix/store/qi2vir42npir2060dhmh8g9s63zl6qi6-adjunctions-4.4.3/nix-support:
  24789. 554.74 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24790. 554.75 s [ghc-9.10.3-with-packages] /nix/store/qi2vir42npir2060dhmh8g9s63zl6qi6-adjunctions-4.4.3/nix-support:
  24791. 554.75 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24792. 554.75 s [ghc-9.10.3-with-packages] /nix/store/a4z9rfl9d808frysqmh4mx6ywb3510hi-invariant-0.6.4/nix-support:
  24793. 554.75 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24794. 554.75 s [ghc-9.10.3-with-packages] /nix/store/a4z9rfl9d808frysqmh4mx6ywb3510hi-invariant-0.6.4/nix-support:
  24795. 554.75 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24796. 554.75 s [ghc-9.10.3-with-packages] /nix/store/7c9ywf4z1a4lckkc7zjl0609d2x47dis-haskell-src-exts-1.23.1/nix-support:
  24797. 554.75 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24798. 554.75 s [ghc-9.10.3-with-packages] /nix/store/7c9ywf4z1a4lckkc7zjl0609d2x47dis-haskell-src-exts-1.23.1/nix-support:
  24799. 554.75 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24800. 554.75 s [ghc-9.10.3-with-packages] /nix/store/6adll436al869y2jxbc47740w6ydz9jj-haskell-src-meta-0.8.15/nix-support:
  24801. 554.75 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24802. 554.76 s [ghc-9.10.3-with-packages] /nix/store/6adll436al869y2jxbc47740w6ydz9jj-haskell-src-meta-0.8.15/nix-support:
  24803. 554.76 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24804. 554.76 s [ghc-9.10.3-with-packages] /nix/store/ywdsgfrx4wnddv8syvllzhrhs1934z2c-text-conversions-0.3.1.1/nix-support:
  24805. 554.76 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24806. 554.76 s [ghc-9.10.3-with-packages] /nix/store/ywdsgfrx4wnddv8syvllzhrhs1934z2c-text-conversions-0.3.1.1/nix-support:
  24807. 554.76 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24808. 554.76 s [ghc-9.10.3-with-packages] /nix/store/3ipsf80aggq219hvc81j10xv6wxnx0pk-ansi-terminal-types-1.1.3/nix-support:
  24809. 554.76 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24810. 554.76 s [ghc-9.10.3-with-packages] /nix/store/3ipsf80aggq219hvc81j10xv6wxnx0pk-ansi-terminal-types-1.1.3/nix-support:
  24811. 554.76 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24812. 554.77 s [ghc-9.10.3-with-packages] /nix/store/dwsa4brm5qn121i7y9hpl1jp2hdxnsxh-asn1-parse-0.9.5/nix-support:
  24813. 554.77 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24814. 554.77 s [ghc-9.10.3-with-packages] /nix/store/dwsa4brm5qn121i7y9hpl1jp2hdxnsxh-asn1-parse-0.9.5/nix-support:
  24815. 554.77 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24816. 554.77 s [ghc-9.10.3-with-packages] /nix/store/2fwm2bqm5ybqlg5m3zx03805csp7sf07-hourglass-0.2.12/nix-support:
  24817. 554.77 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24818. 554.77 s [ghc-9.10.3-with-packages] /nix/store/2fwm2bqm5ybqlg5m3zx03805csp7sf07-hourglass-0.2.12/nix-support:
  24819. 554.77 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24820. 554.77 s [ghc-9.10.3-with-packages] /nix/store/56glq5nc6y7g4y0ygivdp0xai708jhji-pem-0.2.4/nix-support:
  24821. 554.77 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24822. 554.78 s [ghc-9.10.3-with-packages] /nix/store/56glq5nc6y7g4y0ygivdp0xai708jhji-pem-0.2.4/nix-support:
  24823. 554.78 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24824. 554.78 s [ghc-9.10.3-with-packages] /nix/store/vsjvjy8inviddayc1qdrhybl4kp74l4s-http-semantics-0.3.0/nix-support:
  24825. 554.78 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24826. 554.78 s [ghc-9.10.3-with-packages] /nix/store/vsjvjy8inviddayc1qdrhybl4kp74l4s-http-semantics-0.3.0/nix-support:
  24827. 554.78 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24828. 554.78 s [ghc-9.10.3-with-packages] /nix/store/ccmb0q6grnl9n1k7d42gambz8g3w2idj-network-byte-order-0.1.7/nix-support:
  24829. 554.78 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24830. 554.78 s [ghc-9.10.3-with-packages] /nix/store/ccmb0q6grnl9n1k7d42gambz8g3w2idj-network-byte-order-0.1.7/nix-support:
  24831. 554.78 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24832. 554.79 s [ghc-9.10.3-with-packages] /nix/store/ikk14vyji3vmspm5axrvl0vgfhdwbndf-network-control-0.1.7/nix-support:
  24833. 554.79 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24834. 554.79 s [ghc-9.10.3-with-packages] /nix/store/ikk14vyji3vmspm5axrvl0vgfhdwbndf-network-control-0.1.7/nix-support:
  24835. 554.79 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24836. 554.79 s [ghc-9.10.3-with-packages] /nix/store/7rgdg2fvx4b13b9hkc5bbcfmczwx9j3x-clientsession-0.9.3.0/nix-support:
  24837. 554.79 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24838. 554.79 s [ghc-9.10.3-with-packages] /nix/store/7rgdg2fvx4b13b9hkc5bbcfmczwx9j3x-clientsession-0.9.3.0/nix-support:
  24839. 554.79 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24840. 554.79 s [ghc-9.10.3-with-packages] /nix/store/v3f637q8s473akh1gbjp1x3lk7h7rbwn-byteable-0.1.1/nix-support:
  24841. 554.79 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24842. 554.79 s [ghc-9.10.3-with-packages] /nix/store/v3f637q8s473akh1gbjp1x3lk7h7rbwn-byteable-0.1.1/nix-support:
  24843. 554.79 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24844. 554.79 s [ghc-9.10.3-with-packages] /nix/store/y48fwirlw80illvnfnlsm4pyygmy670a-xss-sanitize-0.3.7.2/nix-support:
  24845. 554.79 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24846. 554.79 s [ghc-9.10.3-with-packages] /nix/store/y48fwirlw80illvnfnlsm4pyygmy670a-xss-sanitize-0.3.7.2/nix-support:
  24847. 554.79 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24848. 554.80 s [ghc-9.10.3-with-packages] /nix/store/i96f1j618nngm3flhx56ndmh4c9z76n1-language-javascript-0.7.1.0/nix-support:
  24849. 554.80 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24850. 554.80 s [ghc-9.10.3-with-packages] /nix/store/i96f1j618nngm3flhx56ndmh4c9z76n1-language-javascript-0.7.1.0/nix-support:
  24851. 554.80 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24852. 554.80 s [ghc-9.10.3-with-packages] /nix/store/4bk8zgxwv1mcgdnbxf0iyy0wpmv3d54a-errors-2.3.0/nix-support:
  24853. 554.80 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24854. 554.81 s [ghc-9.10.3-with-packages] /nix/store/4bk8zgxwv1mcgdnbxf0iyy0wpmv3d54a-errors-2.3.0/nix-support:
  24855. 554.81 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24856. 554.81 s [ghc-9.10.3-with-packages] /nix/store/3w4sprphj1avcnb7jncmdf5d5jn3kzpc-microlens-contra-0.1.0.3/nix-support:
  24857. 554.81 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24858. 554.81 s [ghc-9.10.3-with-packages] /nix/store/3w4sprphj1avcnb7jncmdf5d5jn3kzpc-microlens-contra-0.1.0.3/nix-support:
  24859. 554.81 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24860. 554.81 s [ghc-9.10.3-with-packages] /nix/store/3isa20ngsqic704i5axksgsfq9sf3x20-microlens-pro-0.2.0.3/nix-support:
  24861. 554.81 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24862. 554.81 s [ghc-9.10.3-with-packages] /nix/store/3isa20ngsqic704i5axksgsfq9sf3x20-microlens-pro-0.2.0.3/nix-support:
  24863. 554.81 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24864. 554.81 s [ghc-9.10.3-with-packages] /nix/store/gd3bvkypqvycyhj0z5ygl7f1c53incak-regex-posix-0.96.0.2/nix-support:
  24865. 554.81 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24866. 554.81 s [ghc-9.10.3-with-packages] /nix/store/gd3bvkypqvycyhj0z5ygl7f1c53incak-regex-posix-0.96.0.2/nix-support:
  24867. 554.81 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24868. 554.82 s [ghc-9.10.3-with-packages] /nix/store/3jx6r69p248kb5n5wlbwsv2jd51pzdzf-html-conduit-1.3.2.2/nix-support:
  24869. 554.82 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24870. 554.82 s [ghc-9.10.3-with-packages] /nix/store/3jx6r69p248kb5n5wlbwsv2jd51pzdzf-html-conduit-1.3.2.2/nix-support:
  24871. 554.82 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24872. 554.82 s [ghc-9.10.3-with-packages] /nix/store/wm8xhvkahqkkfzx26sdkj21glhlk1yw1-SHA-1.6.4.4/nix-support:
  24873. 554.82 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24874. 554.82 s [ghc-9.10.3-with-packages] /nix/store/wm8xhvkahqkkfzx26sdkj21glhlk1yw1-SHA-1.6.4.4/nix-support:
  24875. 554.82 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24876. 554.82 s [ghc-9.10.3-with-packages] /nix/store/92wgi7zhsgw695hv09w7nqnngs7p3gbn-validity-unordered-containers-0.2.0.3/nix-support:
  24877. 554.82 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24878. 554.82 s [ghc-9.10.3-with-packages] /nix/store/92wgi7zhsgw695hv09w7nqnngs7p3gbn-validity-unordered-containers-0.2.0.3/nix-support:
  24879. 554.82 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24880. 554.82 s [ghc-9.10.3-with-packages] /nix/store/k1injhd0bd56r76b3gpk5yzfngn34mzi-validity-vector-0.2.0.3/nix-support:
  24881. 554.82 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24882. 554.83 s [ghc-9.10.3-with-packages] /nix/store/k1injhd0bd56r76b3gpk5yzfngn34mzi-validity-vector-0.2.0.3/nix-support:
  24883. 554.83 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24884. 554.83 s [ghc-9.10.3-with-packages] /nix/store/z80ddm9jiwldi9is9rhn4vg7vafrj98z-StateVar-1.2.2/nix-support:
  24885. 554.83 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24886. 554.83 s [ghc-9.10.3-with-packages] /nix/store/z80ddm9jiwldi9is9rhn4vg7vafrj98z-StateVar-1.2.2/nix-support:
  24887. 554.83 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24888. 554.83 s [ghc-9.10.3-with-packages] /nix/store/pv0bqf640a9win36b35xr50f3kpbf88x-cborg-0.2.10.0/nix-support:
  24889. 554.83 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24890. 554.83 s [ghc-9.10.3-with-packages] /nix/store/pv0bqf640a9win36b35xr50f3kpbf88x-cborg-0.2.10.0/nix-support:
  24891. 554.83 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24892. 554.83 s [ghc-9.10.3-with-packages] /nix/store/90xhgywm2v8h35kj294gy8lmhgw1b0wc-half-0.3.3/nix-support:
  24893. 554.83 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24894. 554.84 s [ghc-9.10.3-with-packages] /nix/store/90xhgywm2v8h35kj294gy8lmhgw1b0wc-half-0.3.3/nix-support:
  24895. 554.84 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24896. 554.84 s [ghc-9.10.3-with-packages] /nix/store/r3r8rarzscgvc6fjfqrxypx1zxhd5f6g-th-orphans-0.13.16/nix-support:
  24897. 554.84 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24898. 554.85 s [ghc-9.10.3-with-packages] /nix/store/r3r8rarzscgvc6fjfqrxypx1zxhd5f6g-th-orphans-0.13.16/nix-support:
  24899. 554.85 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24900. 554.85 s [ghc-9.10.3-with-packages] /nix/store/6xxsm1paidsykanjpr8x5882gw1663lp-psqueues-0.2.8.2/nix-support:
  24901. 554.85 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24902. 554.85 s [ghc-9.10.3-with-packages] /nix/store/6xxsm1paidsykanjpr8x5882gw1663lp-psqueues-0.2.8.2/nix-support:
  24903. 554.85 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24904. 554.85 s [ghc-9.10.3-with-packages] /nix/store/wcsdwfvxy29sv0alf1iszlsvizg8p3ir-crypto-api-0.13.3/nix-support:
  24905. 554.85 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24906. 554.85 s [ghc-9.10.3-with-packages] /nix/store/wcsdwfvxy29sv0alf1iszlsvizg8p3ir-crypto-api-0.13.3/nix-support:
  24907. 554.85 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24908. 554.85 s [ghc-9.10.3-with-packages] /nix/store/psvh9xm1wb2wszsh65nhc08gdj8n8vlk-setenv-0.1.1.3/nix-support:
  24909. 554.85 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24910. 554.86 s [ghc-9.10.3-with-packages] /nix/store/psvh9xm1wb2wszsh65nhc08gdj8n8vlk-setenv-0.1.1.3/nix-support:
  24911. 554.86 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24912. 554.86 s [ghc-9.10.3-with-packages] /nix/store/xz1b0zpj2hdg6aic746iyx9rw6rm70a4-skein-1.0.9.4/nix-support:
  24913. 554.86 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24914. 554.86 s [ghc-9.10.3-with-packages] /nix/store/xz1b0zpj2hdg6aic746iyx9rw6rm70a4-skein-1.0.9.4/nix-support:
  24915. 554.86 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24916. 554.86 s [ghc-9.10.3-with-packages] /nix/store/33zg35744i4w241c0f97lzy3vlhsrfcb-tagsoup-0.14.8/nix-support:
  24917. 554.86 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24918. 554.86 s [ghc-9.10.3-with-packages] /nix/store/33zg35744i4w241c0f97lzy3vlhsrfcb-tagsoup-0.14.8/nix-support:
  24919. 554.86 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24920. 554.86 s [ghc-9.10.3-with-packages] /nix/store/fdpk48zhm5xqdxq5mlsh211j2hisw3nr-microlens-platform-0.4.4.1/nix-support:
  24921. 554.86 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24922. 554.87 s [ghc-9.10.3-with-packages] /nix/store/fdpk48zhm5xqdxq5mlsh211j2hisw3nr-microlens-platform-0.4.4.1/nix-support:
  24923. 554.87 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24924. 554.87 s [ghc-9.10.3-with-packages] /nix/store/f5nidb296agy9y0598597gvicbgvp7s1-regex-base-0.94.0.3/nix-support:
  24925. 554.87 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24926. 554.87 s [ghc-9.10.3-with-packages] /nix/store/f5nidb296agy9y0598597gvicbgvp7s1-regex-base-0.94.0.3/nix-support:
  24927. 554.87 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24928. 554.87 s [ghc-9.10.3-with-packages] /nix/store/99gni6j1vmf5x07n39w2srnr89h7cb24-th-reify-many-0.1.10/nix-support:
  24929. 554.87 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24930. 554.87 s [ghc-9.10.3-with-packages] /nix/store/99gni6j1vmf5x07n39w2srnr89h7cb24-th-reify-many-0.1.10/nix-support:
  24931. 554.87 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24932. 554.87 s [ghc-9.10.3-with-packages] /nix/store/0233maylfs3k6l5g3ai1zps9m8xn77p2-microlens-ghc-0.4.15.1/nix-support:
  24933. 554.87 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24934. 554.87 s [ghc-9.10.3-with-packages] /nix/store/0233maylfs3k6l5g3ai1zps9m8xn77p2-microlens-ghc-0.4.15.1/nix-support:
  24935. 554.87 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24936. 554.88 s [ghc-9.10.3-with-packages] /nix/store/jsq8f8c0n3sp0wj94alxkgx9x8rkmf96-th-expand-syns-0.4.12.0/nix-support:
  24937. 554.88 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24938. 554.88 s [ghc-9.10.3-with-packages] /nix/store/jsq8f8c0n3sp0wj94alxkgx9x8rkmf96-th-expand-syns-0.4.12.0/nix-support:
  24939. 554.88 s [ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/qj4wzwflmxn38ii25ww251jkq0ww2xam-criterion-1.6.4.0/nix-support/propagated-build-inputs
  24940. 555.85 s [ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/8x45sl95f0x8cbf2lrlh76v0vgp0sz7k-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.10.3-a85d/vector-0.13.2.0/html/vector.haddock doesn't exist or isn't a file
  24941. 555.85 s [ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/8x45sl95f0x8cbf2lrlh76v0vgp0sz7k-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.10.3-a85d/vector-0.13.2.0/html doesn't exist or isn't a directory
  24942. 555.85 s [ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/f9r14infkd8jdb4y6swli6kj719pbjbr-path-0.9.6/share/doc/x86_64-linux-ghc-9.10.3-a85d/path-0.9.6/html/path.haddock doesn't exist or isn't a file
  24943. 555.85 s [ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/f9r14infkd8jdb4y6swli6kj719pbjbr-path-0.9.6/share/doc/x86_64-linux-ghc-9.10.3-a85d/path-0.9.6/html doesn't exist or isn't a directory
  24944. 555.86 s [ghc-9.10.3-with-packages] Warning: include-dirs: /nix/store/10ybrjmvc8wd67yvgfhy8qsacpa41if5-ghc-9.10.3-with-packages/lib/ghc-9.10.3/lib/../lib/x86_64-linux-ghc-9.10.3/directory-1.3.8.5-09f8/include doesn't exist or isn't a directory
  24945. 555.86 s [ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/f9r14infkd8jdb4y6swli6kj719pbjbr-path-0.9.6/share/doc/x86_64-linux-ghc-9.10.3-a85d/path-0.9.6/html/path.haddock doesn't exist or isn't a file
  24946. 555.87 s [ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/f9r14infkd8jdb4y6swli6kj719pbjbr-path-0.9.6/share/doc/x86_64-linux-ghc-9.10.3-a85d/path-0.9.6/html doesn't exist or isn't a directory
  24947. 555.89 s [ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/c4hfd04jziag3mby50vrkkx5b7k0z4wi-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.10.3-a85d/attoparsec-0.14.4/html/attoparsec.haddock doesn't exist or isn't a file
  24948. 555.89 s [ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/c4hfd04jziag3mby50vrkkx5b7k0z4wi-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.10.3-a85d/attoparsec-0.14.4/html doesn't exist or isn't a directory
  24949. 555.91 s [ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/1x96ahipqmib7dpvcds1l1wai2hbfnr0-mtl-compat-0.2.2/share/doc/x86_64-linux-ghc-9.10.3-a85d/mtl-compat-0.2.2/html/mtl-compat.haddock doesn't exist or isn't a file
  24950. 555.91 s [ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/1x96ahipqmib7dpvcds1l1wai2hbfnr0-mtl-compat-0.2.2/share/doc/x86_64-linux-ghc-9.10.3-a85d/mtl-compat-0.2.2/html doesn't exist or isn't a directory
  24951. 555.91 s [ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/1npybf66zny1d35z0z37jg8rryqky48l-persistent-template-2.12.0.0/share/doc/x86_64-linux-ghc-9.10.3-a85d/persistent-template-2.12.0.0/html/persistent-template.haddock doesn't exist or isn't a file
  24952. 555.91 s [ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/1npybf66zny1d35z0z37jg8rryqky48l-persistent-template-2.12.0.0/share/doc/x86_64-linux-ghc-9.10.3-a85d/persistent-template-2.12.0.0/html doesn't exist or isn't a directory
  24953. 555.91 s [ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/8x45sl95f0x8cbf2lrlh76v0vgp0sz7k-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.10.3-a85d/vector-0.13.2.0/html/vector.haddock doesn't exist or isn't a file
  24954. 555.91 s [ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/8x45sl95f0x8cbf2lrlh76v0vgp0sz7k-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.10.3-a85d/vector-0.13.2.0/html doesn't exist or isn't a directory
  24955. 555.92 s [ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/c4hfd04jziag3mby50vrkkx5b7k0z4wi-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.10.3-a85d/attoparsec-0.14.4/html/attoparsec.haddock doesn't exist or isn't a file
  24956. 555.92 s [ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/c4hfd04jziag3mby50vrkkx5b7k0z4wi-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.10.3-a85d/attoparsec-0.14.4/html doesn't exist or isn't a directory
  24957. 555.95 s [ghc-9.10.3-with-packages] Warning: haddock-interfaces: /nix/store/5a5ch3qvj5nxbvb03bcnysgq101kab7r-libyaml-clib-0.2.5/share/doc/x86_64-linux-ghc-9.10.3-a85d/libyaml-clib-0.2.5/html/libyaml-clib.haddock doesn't exist or isn't a file
  24958. 555.95 s [ghc-9.10.3-with-packages] Warning: haddock-html: /nix/store/5a5ch3qvj5nxbvb03bcnysgq101kab7r-libyaml-clib-0.2.5/share/doc/x86_64-linux-ghc-9.10.3-a85d/libyaml-clib-0.2.5/html doesn't exist or isn't a directory
  24959. 559.42 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/10ybrjmvc8wd67yvgfhy8qsacpa41if5-ghc-9.10.3-with-packages
  24960. 560.15 s [post-build-hook] Pushing 13 paths (865 are already present) using zstd to cache smos ⏳
  24961. 560.32 s [post-build-hook]
  24962. 560.49 s [post-build-hook] Pushing /nix/store/k1zx6cmr6mjg28iz6fw975j2qr0sfnvl-yesod-static-remote-0.0.0.1 (405.41 KiB)
  24963. 560.49 s [post-build-hook] Pushing /nix/store/57gpzjqzf17d042mmjl6lwy2s0cjmyrp-template-haskell-reload-0.0.0.0 (1.57 MiB)
  24964. 560.49 s [post-build-hook] Pushing /nix/store/4qhc4xdsrnk3j3lqh1razsmgfhnxqn3c-HaskellNet-0.6.1.2 (9.22 MiB)
  24965. 560.50 s [post-build-hook] Pushing /nix/store/gyjy4ly7mz6z0znf38jc751zwdikwlkl-zip-2.2.1 (11.17 MiB)
  24966. 560.57 s [post-build-hook] Pushing /nix/store/grjwqyfgsvc2xwdhfwr981j8shwgpnhy-servant-auth-client-0.4.2.0 (382.48 KiB)
  24967. 560.58 s [post-build-hook] Pushing /nix/store/10ybrjmvc8wd67yvgfhy8qsacpa41if5-ghc-9.10.3-with-packages (13.45 MiB)
  24968. 560.59 s [post-build-hook] Pushing /nix/store/hj5c925qiai0aj8n6psd882q72aqxip2-HaskellNet-SSL-0.4.0.2 (6.52 MiB)
  24969. 560.60 s [post-build-hook] Pushing /nix/store/jsc89j051fjx1an1smxy8ai15r45sbs3-prometheus-wai-0.2.0.1 (741.65 KiB)
  24970. 561.66 s [post-build-hook] Pushing /nix/store/lpr94zsrkb5ysnp89qz4nkbff62pijha-yesod-autoreload-0.0.0.0 (5.73 MiB)
  24971. 561.80 s [post-build-hook] Pushing /nix/store/xjkx6qz0c9pbv8ip0dai7cr5b3wd5h1c-persistent-pagination-0.1.1.2 (1.51 MiB)
  24972. 561.80 s [post-build-hook] Pushing /nix/store/wi5fc6s67qjgna3nkizz43sjy5g3mfyj-esqueleto-3.6.0.0 (20.90 MiB)
  24973. 561.91 s [post-build-hook] Pushing /nix/store/m8wjhz507hfwg2lkz8pynz4m858yv6h4-servant-auth-server-0.4.9.1 (3.69 MiB)
  24974. 562.12 s [post-build-hook] Pushing /nix/store/nk2zipli2zwah88q2bjd00flx97hpagh-prometheus-ghc-stats-0.0.0.0 (743.31 KiB)
  24975. 563.42 s [post-build-hook]
  24976. 563.42 s [post-build-hook] All done.
  24977. 563.45 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/10ybrjmvc8wd67yvgfhy8qsacpa41if5-ghc-9.10.3-with-packages
  24978. 563.62 s [post-build-hook] copying 0 paths...
  24979. 563.92 s [post-build-hook] copying 1 paths...
  24980. 563.92 s [post-build-hook] copying path '/nix/store/1vbikapyr0cxxifkb38my4ca1v7lqwi3-ghc-9.10.3-with-packages.drv' to 'https://cache.staging.nix-ci.com'...
  24981. 564.18 s Progress: 136 of 138 built, 815 of 815 downloaded from cache
  24982. 564.31 s Building smos-shell
  24983. 564.63 s [post-build-hook] Uploading to cachix cache "smos": /nix/store/29dzbi85l354z6ijg3sxd0b7xxsrya7z-smos-shell
  24984. 566.23 s [post-build-hook] Pushing 5 paths (1093 are already present) using zstd to cache smos ⏳
  24985. 566.23 s [post-build-hook]
  24986. 566.56 s [post-build-hook] Pushing /nix/store/qi4k0xr9321yckvwn35c4d9s4nldpd8r-sydtest-discover-0.0.0.4-doc (282.34 KiB)
  24987. 566.59 s [post-build-hook] Pushing /nix/store/72c9i09mx6k6x5dyxw73lz4plyxbhrsz-feedback-0.2.0.0 (11.74 MiB)
  24988. 566.59 s [post-build-hook] Pushing /nix/store/29dzbi85l354z6ijg3sxd0b7xxsrya7z-smos-shell (1.62 KiB)
  24989. 566.59 s [post-build-hook] Pushing /nix/store/xmls89gsv4vjnqz7z9ic49ivlr8ldh5k-autorecorder-0.0.0.0 (4.33 MiB)
  24990. 566.59 s [post-build-hook] Pushing /nix/store/0s75mr0bv26s5jq5ikj0ngnk7x5kd44a-sydtest-discover-0.0.0.4 (3.78 MiB)
  24991. 568.18 s [post-build-hook]
  24992. 568.18 s [post-build-hook] All done.
  24993. 568.20 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/29dzbi85l354z6ijg3sxd0b7xxsrya7z-smos-shell
  24994. 568.34 s [post-build-hook] copying 1 paths...
  24995. 568.34 s [post-build-hook] copying path '/nix/store/29dzbi85l354z6ijg3sxd0b7xxsrya7z-smos-shell' to 'https://cache.staging.nix-ci.com'...
  24996. 569.54 s [post-build-hook] copying 3 paths...
  24997. 569.55 s [post-build-hook] copying path '/nix/store/jlgs09lcvsd7p0bahmj3in4kr59w9nnq-feedback-0.2.0.0.drv' to 'https://cache.staging.nix-ci.com'...
  24998. 569.55 s [post-build-hook] copying path '/nix/store/wdarnb01zypr9q884c00hniaivndmrmw-cabal-install-3.16.0.0.drv' to 'https://cache.staging.nix-ci.com'...
  24999. 569.74 s [post-build-hook] copying path '/nix/store/4lmr8ip2gsfg4pfh0x1xkrv25rrgmkv2-smos-shell.drv' to 'https://cache.staging.nix-ci.com'...
  25000. 570.00 s Progress: 137 of 138 built, 815 of 815 downloaded from cache